body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "Noto Sans JP", sans-serif !important;
	color: #1a1311;
}
a{
	color: #000;
	text-decoration: none;
}
.is-hidden {
	opacity: 0;
    pointer-events: none; /* クリックできないように */
    transition: opacity 0.8s ease-in-out;
}
.item-s-sp{
	line-height: 0;
}
.item-s{
	line-height: 0;
}

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

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


/* 

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

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

*/



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

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

	/* header */
	.header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}

	.mv-logo{
		width: 4%;
        position: absolute;
        top: 2%;
        left: 1%;
        line-height: 0;
        z-index: 10;
	}

	.mv-img{
		width: 100%;
		position: relative;
		margin: 0 auto;
	}

	.mv-title-box{
		width: 43%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10%;
        z-index: 10;
	}
	.mv-title01{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 10% 0;
	}
	.mv-title01 li .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #f7d57c;
		z-index: -1;
	}
	.mv-title01 li:nth-child(1){
		width: 22%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(2){
		width: 22%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(3){
		width: 22%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(4){
		width: 28%;
		position: relative;
		line-height: 0;
	}
	.mv-title02{
		width: 42%;
		position: relative;
		line-height: 0;
		margin: 0 auto 2% auto;
	}
	.mv-title03{
		width: 100%;
		position: relative;
		line-height: 0;
		margin: 0 auto;
	}
	.mv-title03 .on01{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	.mv-title03 .on02{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	.mv-title04{
		width: 100%;
		position: relative;
		line-height: 0;
		margin: 0 auto;
	}
	.mv-title04 .on{
		width: 30%;
		line-height: 0;
		position: absolute;
		top: 0;
		left: 5%;
	}
	.mv-title04 .in{
		width: 75%;
        line-height: 0;
        margin: 0 0 0 25%;
        padding: 3% 0 0 0;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 6px;
        line-height: 3em;
		text-align: center;
		margin: 0 auto;
	}

	/* side-nav */
	#side-nav{
		position: fixed;
		width:max-content;
		z-index: 99;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 10px;
	}
	#side-nav nav .side-nav-in li{
		width: 25px;
		position: relative;
		box-sizing: border-box;
		padding: 5px 0;
		box-sizing: border-box;
		margin: 20px 0;
	}
	#side-nav nav .side-nav-in li a .title .bg{
		display: block;
		transition: .3s;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		display: block;
		background: rgba(247, 213, 124, 0);
		z-index: -1;
	}
	#side-nav nav .side-nav-in li.current a .title .bg{
		opacity: 1;
		transition: .3s;
		background: rgba(247, 213, 124, 1);
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover .title .bg{
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
		background: rgba(247, 213, 124, 1);
	}
	#side-nav nav .side-nav-in li a .title{
		width: 100%;
	}
	#side-nav nav .side-nav-in li a .txt{
		width: 100%;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 13px;
		writing-mode: vertical-rl;
        font-feature-settings: initial;
		text-orientation: upright;
		position: absolute;
		top: 2px;
		letter-spacing: 2px;
		left: -35px;
	}


	.section-box{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
		padding: 3% 0 0 0;
	}
	.section-bg{
		padding: 7% 0 1px 0 !important;
		background: #F9F2EB;
	}
	.section-box-end{
		width: 100%;
		height: 0px;
		position: relative;
		margin: 0 auto 0% auto !important;
		padding: 0 0 0 0 !important;
	}


	/* top-nav */
	.top-nav{
		width: 55%;
		margin: 0 auto 5% auto;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 28%;
	}
	.top-nav-list li a{
		width: 100%;
		display: block;
		background: #f9f9f9;
		padding: 0 0 10% 0;
		position: relative;
	}
	.top-nav-list li a .icon{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a .title{
		width: 80%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		line-height: 2em;
		letter-spacing: 5px;
		white-space: nowrap;
		margin: 0 auto;
	}
	.top-nav-list li a .title{
		width: 80%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		line-height: 1.8em;
		letter-spacing: 4px;
		margin: 0 auto;
	}
	.top-nav-list li a .title span {
		display: inline;
		background-image: linear-gradient(90deg, #f7d57c, #f7d57c);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 40%;
		transition: all 0.8s ease;
		cursor: pointer;
	}
	.top-nav-list li a:hover .title span {
		background-size: 100% 40%;
	}
	.top-nav-list li a .ar{
		width: 10%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -20%;
		margin: 0 auto;
		transition: .3s;
		opacity: 0;
	}
	.top-nav-list li a:hover .ar{
		bottom: -25%;
		transition: .3s;
		opacity: 1;
	}

	/* door */
	.door{
		width: 60%;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.door .img{
		width: 47%;
		overflow: hidden;
	}
	.door .data{
		width: 47%;
	}
	.door .data .title{
		width: 80%;
		margin: 0 auto 5% auto;
	}
	.door .data .sub-title{
		width: 30%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.door .data .sub-title .in{
		width: 60%;
		line-height: 0;
	}
	.door .data .sub-title .line01{
		width: 1px;
		height: 20px;
		display: block;
		background: #000;
	}
	.door .data .sub-title .line02{
		width: 1px;
		height: 20px;
		background: #000;
	}
	.door .data .txt-title{
		width: max-content;
		position: relative;
		display: flex;
		justify-items: flex-start;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.door .data .txt-title .icon01{
		width: 15px;
	}
	.door .data .txt-title .icon02{
		width: 15px;
	}
	.door .data .txt-title .txt-title-in{
		font-weight: bold;
		font-size: 25px;
		line-height: 1.8em;
		letter-spacing: 4px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.door .data .ar{
		width: 15px;
		line-height: 0;
		margin: 0 auto 7% auto;
	}
	.door .data .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		line-height: 1.8em;
		letter-spacing: 3px;
		position: relative;
		text-align: center;
		white-space: nowrap;
	}
	.door .data .txt .line01{
		width: 50%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -30px;
		margin: 0 auto;
		z-index: -1;
	}
	.door .data .txt .line02{
		width: 50%;
		position: absolute;
		left: 5%;
		bottom: -30px;
		margin: 0 auto;
		z-index: -1;
	}
	.door .data .txt .line03{
		width: 50%;
		position: absolute;
		right: 0;
		left: 0;
		bottom: -30px;
		margin: 0 auto;
		z-index: -1;
	}

	/* check-box */
	.check-box{
		width: 75%;
		background: #f9f9f9;
		margin: 0 auto 7% auto;
		box-sizing: border-box;
		position: relative;
		padding: 2% 5%;
	}
	.check-box .icon-box{
		width: max-content;
		position: absolute;
		left: -60px;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.check-box .icon-box .icon{
		width: 20px;
	}
	.check-box .icon-box .line{
		width: 70px;
		height: 1px;
		background: #f7d57c;
		position: absolute;
		right: -80px;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.check-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.check-list li{
		width: 30%;
		display: flex;
		justify-content: space-between;
	}
	.check-list li .icon{
		width: 15%;
		position: relative;
	}
	.check-list li .icon .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.check-list li .txt-box{
		width: 85%;
	}
	.check-list li .txt-box .txt{
		width: 100%;
		font-size: 16px;
		line-height: 2em;
		letter-spacing: 4px;
		white-space: nowrap;
	}

	/* item01 */
	.item01{
		width: 70%;
		overflow: hidden;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item01 .data01{
		width: 45%;
	}
	.item01 .data01 .num{
		width: 130px;
		position: relative;
		left: 10%;
		margin: 0 0 10% 0;
	}
	.item01 .data01 .num .on{
		width: 100%;
		position: absolute;
		left: 0%;
		top: 0;
		z-index: 10;
	}
	.item01 .data01 .txt-box{
		width: 80%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.item01 .data01 .txt-box .line01{
		width: 30px;
		height: 1px;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item01 .data01 .txt-box .line02{
		width: 1px;
		height: 30px;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item01 .data01 .txt-box .line03{
		width: 30px;
		height: 1px;
		background: #000;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.item01 .data01 .txt-box .line04{
		width: 1px;
		height: 30px;
		background: #000;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.item01 .data01 .txt-box .txt{
		width: 100%;
		box-sizing: border-box;
		padding: 5% 10%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 19px;
		line-height: 2em;
		letter-spacing: 3px;
		text-align: justify;
	}
	.item01 .data02{
		width: 45%;
	}
	.item01 .data02 .img{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.item01 .data02 .img .icon01{
		width: 80px;
		position: absolute;
		top: 20px;
		left: 20px;
		line-height: 0;
	}
	.item01 .data02 .link-box{
		width: 80%;
		margin: 0 auto;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item02 */
	.item02{
		width: 70%;
		overflow: hidden;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item02 .img{
		width: 50%;
		position: relative;
	}
	.item02 .img .icon01{
		width: 80px;
		position: absolute;
		top: 20px;
		left: 20px;
		line-height: 0;
	}
	.item02 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item02 .data .num{
		width: 130px;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item02 .data .num .on{
		width: 100%;
		position: absolute;
		left: 0%;
		top: 0;
		z-index: 10;
	}
	.item02 .data .txt-box{
		width: 100%;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.item02 .data .txt-box .line01{
		width: 30px;
		height: 1px;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item02 .data .txt-box .line02{
		width: 1px;
		height: 30px;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item02 .data .txt-box .line03{
		width: 30px;
		height: 1px;
		background: #000;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.item02 .data .txt-box .line04{
		width: 1px;
		height: 30px;
		background: #000;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.item02 .data .txt-box .txt{
		width: 100%;
		box-sizing: border-box;
		padding: 5% 10%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 19px;
		line-height: 2em;
		letter-spacing: 3px;
		text-align: justify;
	}

	/* item03 */
	.item03{
		width: 80%;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.item03 .data-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.item03 .data-box .img{
		width: 50%;
		position: relative;
	}
	.item03 .data-box .img .data01{
		width: max-content;
		position: absolute;
		left: 30px;
		bottom: 30px;
	}
	.item03 .data-box .img .data01 .num{
		width: 130px;
		position: relative;
		margin: 0 0 20% 0;
	}
	.item03 .data-box .img .data01 .num .on{
		width: 100%;
		position: absolute;
		left: 0%;
		top: 0;
		z-index: 10;
	}
	.item03 .data-box .img .data01 .icon01{
		width: 80px;
		line-height: 0;
	}
	.item03 .data-box .img .data01 .txt{
		width: 40%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 19px;
		line-height: 2em;
		letter-spacing: 3px;
		text-align: justify;
		color: #fff;
	}
	.item03 .link-box{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item03 .link-box .link-list{
		width: 45%;
	}

	/* sub-door */
	.sub-door{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.sub-door-t{
		margin: 0 auto 5% auto !important;
	}
	.sub-door .main-title{
		width: max-content;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.sub-door .main-title-t{
		margin: 0 auto !important;
	}
	.sub-door .main-title .icon{
		width: 100px;
		position: absolute;
		top: 0;
		left: -200px;
	}
	.sub-door .main-title .icon .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sub-door .main-title .title{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 35px;
        line-height: 1.8em;
        letter-spacing: 3px;
        position: relative;
        text-align: center;
		white-space: nowrap;
	}
	.sub-door .main-title .title span{
		width: 60%;
		display: block;
		position: absolute;
		right: -10%;
		bottom: -20px;
		z-index: -1;
	}
	.sub-item{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.sub-item .img{
		width: 50%;
		overflow: hidden;
	}
	.sub-item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 15% 0 7%;
	}
	.sub-item .data .txt-box{
		width: 100%;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.sub-item .data .txt-box .icon01{
		width: 25px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sub-item .data .txt-box .icon02{
		width: 25px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.sub-item .data .txt-box .txt{
		font-weight: bold;
        font-size: 26px;
        line-height: 2em;
        letter-spacing: 5px;
        text-align: justify;
        padding: 5% 10%;
        white-space: nowrap;
        width: max-content;
        margin: 0 auto;
	}
	.sub-item .data .link-box .cou{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 14px;
        line-height: 1.8em;
        letter-spacing: 3px;
		margin: 0 0 2% 0;
	}

	/* sub-item-top */
	.sub-item-top{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 10% 0;
	}
	.sub-item-top .img{
		width: 50%;
	}
	.sub-item-top .img .img-in{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.sub-item-top .img .link-list{
		width: 90%;
		margin: 0 0 0 10%;
		display: flex;
		justify-content: space-between;
	}
	.sub-item-top .img .link-list li{
		width: 28%;
	}
	.sub-item-top .data{
		width: 50%;
		box-sizing: border-box;
		padding: 2% 15% 0 7%;
	}
	.sub-item-top .data .main-title{
		width: 90%;
		margin: 0 0 10% 0;
	}
	.sub-item-top .data .txt-box{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.sub-item-top .data .txt-box .icon01{
		width: 25px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sub-item-top .data .txt-box .icon02{
		width: 25px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.sub-item-top .data .txt-box .txt{
		font-weight: bold;
        font-size: 26px;
        line-height: 2em;
        letter-spacing: 5px;
        text-align: justify;
        padding: 5% 10%;
        white-space: nowrap;
        width: max-content;
        margin: 0 auto;
	}
	.sub-item-top .data .txt-n{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 19px;
        line-height: 2em;
        letter-spacing: 3px;
		text-align: justify;
		margin: 0 0 15% 0;
	}
	.sub-item-top .data .sub-title{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 19px;
        line-height: 3em;
        letter-spacing: 3px;
		text-align: center;
		background-color: rgba(87, 185, 195, .15);
		border-top: 1px solid #231815;
		border-bottom: 1px solid #231815;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.sub-item-top .data .sub-title .icon{
		width: 80px;
		position: absolute;
		top: -40px;
		right: 5%;
		line-height: 0;
	}
	.sub-item-top .data .point{
		width: 100%;
	}
	.sub-item-top .data .point li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 5% 0;
	}
	.sub-item-top .data .point li .icon{
		width: 10%;
		line-height: 0;
	}
	.sub-item-top .data .point li .txt{
		width: 85%;
		font-size: 16px;
        line-height: 2em;
        letter-spacing: 4px;
        white-space: nowrap;
	}

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

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

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

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

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

}

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

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

	/* header */
	.header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}

	.mv-logo{
		width: 4%;
        position: absolute;
        top: 2%;
        left: 1%;
        line-height: 0;
        z-index: 10;
	}

	.mv-img{
		width: 100%;
		position: relative;
		margin: 0 auto;
	}

	.mv-title-box{
		width: 43%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10%;
        z-index: 10;
	}
	.mv-title01{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 10% 0;
	}
	.mv-title01 li .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #f7d57c;
		z-index: -1;
	}
	.mv-title01 li:nth-child(1){
		width: 22%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(2){
		width: 22%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(3){
		width: 22%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(4){
		width: 28%;
		position: relative;
		line-height: 0;
	}
	.mv-title02{
		width: 42%;
		position: relative;
		line-height: 0;
		margin: 0 auto 2% auto;
	}
	.mv-title03{
		width: 100%;
		position: relative;
		line-height: 0;
		margin: 0 auto;
	}
	.mv-title03 .on01{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	.mv-title03 .on02{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	.mv-title04{
		width: 100%;
		position: relative;
		line-height: 0;
		margin: 0 auto;
	}
	.mv-title04 .on{
		width: 30%;
		line-height: 0;
		position: absolute;
		top: 0;
		left: 5%;
	}
	.mv-title04 .in{
		width: 75%;
        line-height: 0;
        margin: 0 0 0 25%;
        padding: 3% 0 0 0;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 6px;
        line-height: 3em;
		text-align: center;
		margin: 0 auto;
	}

	/* side-nav */
	#side-nav{
		position: fixed;
		width:max-content;
		z-index: 99;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 10px;
	}
	#side-nav nav .side-nav-in li{
		width: 25px;
		position: relative;
		box-sizing: border-box;
		padding: 5px 0;
		box-sizing: border-box;
		margin: 20px 0;
	}
	#side-nav nav .side-nav-in li a .title .bg{
		display: block;
		transition: .3s;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		display: block;
		background: rgba(247, 213, 124, 0);
		z-index: -1;
	}
	#side-nav nav .side-nav-in li.current a .title .bg{
		opacity: 1;
		transition: .3s;
		background: rgba(247, 213, 124, 1);
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover .title .bg{
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
		background: rgba(247, 213, 124, 1);
	}
	#side-nav nav .side-nav-in li a .title{
		width: 100%;
	}
	#side-nav nav .side-nav-in li a .txt{
		width: 100%;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 13px;
		writing-mode: vertical-rl;
        font-feature-settings: initial;
		text-orientation: upright;
		position: absolute;
		top: 2px;
		letter-spacing: 2px;
		left: -35px;
	}


	.section-box{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
		padding: 3% 0 0 0;
	}
	.section-bg{
		padding: 7% 0 1px 0 !important;
		background: #F9F2EB;
	}
	.section-box-end{
		width: 100%;
		height: 0px;
		position: relative;
		margin: 0 auto 0% auto !important;
		padding: 0 0 0 0 !important;
	}


	/* top-nav */
	.top-nav{
		width: 55%;
		margin: 0 auto 5% auto;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 28%;
	}
	.top-nav-list li a{
		width: 100%;
		display: block;
		background: #f9f9f9;
		padding: 0 0 10% 0;
		position: relative;
	}
	.top-nav-list li a .icon{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a .title{
		width: 80%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		line-height: 2em;
		letter-spacing: 5px;
		white-space: nowrap;
		margin: 0 auto;
	}
	.top-nav-list li a .title{
		width: 80%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		line-height: 1.8em;
		letter-spacing: 4px;
		margin: 0 auto;
	}
	.top-nav-list li a .title span {
		display: inline;
		background-image: linear-gradient(90deg, #f7d57c, #f7d57c);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 40%;
		transition: all 0.8s ease;
		cursor: pointer;
	}
	.top-nav-list li a:hover .title span {
		background-size: 100% 40%;
	}
	.top-nav-list li a .ar{
		width: 10%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -20%;
		margin: 0 auto;
		transition: .3s;
		opacity: 0;
	}
	.top-nav-list li a:hover .ar{
		bottom: -25%;
		transition: .3s;
		opacity: 1;
	}

	/* door */
	.door{
		width: 60%;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.door .img{
		width: 47%;
		overflow: hidden;
	}
	.door .data{
		width: 47%;
	}
	.door .data .title{
		width: 80%;
		margin: 0 auto 5% auto;
	}
	.door .data .sub-title{
		width: 30%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.door .data .sub-title .in{
		width: 60%;
		line-height: 0;
	}
	.door .data .sub-title .line01{
		width: 1px;
		height: 20px;
		display: block;
		background: #000;
	}
	.door .data .sub-title .line02{
		width: 1px;
		height: 20px;
		background: #000;
	}
	.door .data .txt-title{
		width: max-content;
		position: relative;
		display: flex;
		justify-items: flex-start;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.door .data .txt-title .icon01{
		width: 15px;
	}
	.door .data .txt-title .icon02{
		width: 15px;
	}
	.door .data .txt-title .txt-title-in{
		font-weight: bold;
		font-size: 25px;
		line-height: 1.8em;
		letter-spacing: 4px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.door .data .ar{
		width: 15px;
		line-height: 0;
		margin: 0 auto 7% auto;
	}
	.door .data .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 25px;
		line-height: 1.8em;
		letter-spacing: 3px;
		position: relative;
		text-align: center;
		white-space: nowrap;
	}
	.door .data .txt .line01{
		width: 50%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -30px;
		margin: 0 auto;
		z-index: -1;
	}
	.door .data .txt .line02{
		width: 50%;
		position: absolute;
		left: 5%;
		bottom: -30px;
		margin: 0 auto;
		z-index: -1;
	}
	.door .data .txt .line03{
		width: 50%;
		position: absolute;
		right: 0;
		left: 0;
		bottom: -30px;
		margin: 0 auto;
		z-index: -1;
	}

	/* check-box */
	.check-box{
		width: 75%;
		background: #f9f9f9;
		margin: 0 auto 7% auto;
		box-sizing: border-box;
		position: relative;
		padding: 2% 5%;
	}
	.check-box .icon-box{
		width: max-content;
		position: absolute;
		left: -60px;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.check-box .icon-box .icon{
		width: 20px;
	}
	.check-box .icon-box .line{
		width: 70px;
		height: 1px;
		background: #f7d57c;
		position: absolute;
		right: -80px;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.check-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.check-list li{
		width: 30%;
		display: flex;
		justify-content: space-between;
	}
	.check-list li .icon{
		width: 15%;
		position: relative;
	}
	.check-list li .icon .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.check-list li .txt-box{
		width: 85%;
	}
	.check-list li .txt-box .txt{
		width: 100%;
		font-size: 16px;
		line-height: 2em;
		letter-spacing: 4px;
		white-space: nowrap;
	}

	/* item01 */
	.item01{
		width: 70%;
		overflow: hidden;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item01 .data01{
		width: 45%;
	}
	.item01 .data01 .num{
		width: 130px;
		position: relative;
		left: 10%;
		margin: 0 0 10% 0;
	}
	.item01 .data01 .num .on{
		width: 100%;
		position: absolute;
		left: 0%;
		top: 0;
		z-index: 10;
	}
	.item01 .data01 .txt-box{
		width: 80%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.item01 .data01 .txt-box .line01{
		width: 30px;
		height: 1px;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item01 .data01 .txt-box .line02{
		width: 1px;
		height: 30px;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item01 .data01 .txt-box .line03{
		width: 30px;
		height: 1px;
		background: #000;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.item01 .data01 .txt-box .line04{
		width: 1px;
		height: 30px;
		background: #000;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.item01 .data01 .txt-box .txt{
		width: 100%;
		box-sizing: border-box;
		padding: 5% 10%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 18px;
		line-height: 2em;
		letter-spacing: 3px;
		text-align: justify;
	}
	.item01 .data02{
		width: 45%;
	}
	.item01 .data02 .img{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.item01 .data02 .img .icon01{
		width: 80px;
		position: absolute;
		top: 20px;
		left: 20px;
		line-height: 0;
	}
	.item01 .data02 .link-box{
		width: 80%;
		margin: 0 auto;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item02 */
	.item02{
		width: 70%;
		overflow: hidden;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item02 .img{
		width: 50%;
		position: relative;
	}
	.item02 .img .icon01{
		width: 80px;
		position: absolute;
		top: 20px;
		left: 20px;
		line-height: 0;
	}
	.item02 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item02 .data .num{
		width: 130px;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item02 .data .num .on{
		width: 100%;
		position: absolute;
		left: 0%;
		top: 0;
		z-index: 10;
	}
	.item02 .data .txt-box{
		width: 100%;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.item02 .data .txt-box .line01{
		width: 30px;
		height: 1px;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item02 .data .txt-box .line02{
		width: 1px;
		height: 30px;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item02 .data .txt-box .line03{
		width: 30px;
		height: 1px;
		background: #000;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.item02 .data .txt-box .line04{
		width: 1px;
		height: 30px;
		background: #000;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.item02 .data .txt-box .txt{
		width: 100%;
		box-sizing: border-box;
		padding: 5% 10%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 18px;
		line-height: 2em;
		letter-spacing: 3px;
		text-align: justify;
	}

	/* item03 */
	.item03{
		width: 80%;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.item03 .data-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.item03 .data-box .img{
		width: 50%;
		position: relative;
	}
	.item03 .data-box .img .data01{
		width: max-content;
		position: absolute;
		left: 30px;
		bottom: 30px;
	}
	.item03 .data-box .img .data01 .num{
		width: 130px;
		position: relative;
		margin: 0 0 20% 0;
	}
	.item03 .data-box .img .data01 .num .on{
		width: 100%;
		position: absolute;
		left: 0%;
		top: 0;
		z-index: 10;
	}
	.item03 .data-box .img .data01 .icon01{
		width: 80px;
		line-height: 0;
	}
	.item03 .data-box .img .data01 .txt{
		width: 40%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 18px;
		line-height: 2em;
		letter-spacing: 3px;
		text-align: justify;
		color: #fff;
	}
	.item03 .link-box{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item03 .link-box .link-list{
		width: 45%;
	}

	/* sub-door */
	.sub-door{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.sub-door-t{
		margin: 0 auto 5% auto !important;
	}
	.sub-door .main-title{
		width: max-content;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.sub-door .main-title-t{
		margin: 0 auto !important;
	}
	.sub-door .main-title .icon{
		width: 100px;
		position: absolute;
		top: 0;
		left: -200px;
	}
	.sub-door .main-title .icon .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sub-door .main-title .title{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 35px;
        line-height: 1.8em;
        letter-spacing: 3px;
        position: relative;
        text-align: center;
		white-space: nowrap;
	}
	.sub-door .main-title .title span{
		width: 60%;
		display: block;
		position: absolute;
		right: -10%;
		bottom: -20px;
		z-index: -1;
	}
	.sub-item{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.sub-item .img{
		width: 50%;
		overflow: hidden;
	}
	.sub-item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 15% 0 7%;
	}
	.sub-item .data .txt-box{
		width: 100%;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.sub-item .data .txt-box .icon01{
		width: 25px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sub-item .data .txt-box .icon02{
		width: 25px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.sub-item .data .txt-box .txt{
		font-weight: bold;
        font-size: 26px;
        line-height: 2em;
        letter-spacing: 5px;
        text-align: justify;
        padding: 5% 10%;
        white-space: nowrap;
        width: max-content;
        margin: 0 auto;
	}
	.sub-item .data .link-box .cou{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 14px;
        line-height: 1.8em;
        letter-spacing: 3px;
		margin: 0 0 2% 0;
	}

	/* sub-item-top */
	.sub-item-top{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 10% 0;
	}
	.sub-item-top .img{
		width: 50%;
	}
	.sub-item-top .img .img-in{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.sub-item-top .img .link-list{
		width: 90%;
		margin: 0 0 0 10%;
		display: flex;
		justify-content: space-between;
	}
	.sub-item-top .img .link-list li{
		width: 28%;
	}
	.sub-item-top .data{
		width: 50%;
		box-sizing: border-box;
		padding: 2% 15% 0 7%;
	}
	.sub-item-top .data .main-title{
		width: 90%;
		margin: 0 0 10% 0;
	}
	.sub-item-top .data .txt-box{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.sub-item-top .data .txt-box .icon01{
		width: 25px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sub-item-top .data .txt-box .icon02{
		width: 25px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.sub-item-top .data .txt-box .txt{
		font-weight: bold;
        font-size: 26px;
        line-height: 2em;
        letter-spacing: 5px;
        text-align: justify;
        padding: 5% 10%;
        white-space: nowrap;
        width: max-content;
        margin: 0 auto;
	}
	.sub-item-top .data .txt-n{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 19px;
        line-height: 2em;
        letter-spacing: 3px;
		text-align: justify;
		margin: 0 0 15% 0;
	}
	.sub-item-top .data .sub-title{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 19px;
        line-height: 3em;
        letter-spacing: 3px;
		text-align: center;
		background-color: rgba(87, 185, 195, .15);
		border-top: 1px solid #231815;
		border-bottom: 1px solid #231815;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.sub-item-top .data .sub-title .icon{
		width: 80px;
		position: absolute;
		top: -40px;
		right: 5%;
		line-height: 0;
	}
	.sub-item-top .data .point{
		width: 100%;
	}
	.sub-item-top .data .point li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 5% 0;
	}
	.sub-item-top .data .point li .icon{
		width: 10%;
		line-height: 0;
	}
	.sub-item-top .data .point li .txt{
		width: 85%;
		font-size: 16px;
        line-height: 2em;
        letter-spacing: 4px;
        white-space: nowrap;
	}

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

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

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

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

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

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

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

	/* header */
	.header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}

	.mv-logo{
		width: 4%;
        position: absolute;
        top: 2%;
        left: 1%;
        line-height: 0;
        z-index: 10;
	}

	.mv-img{
		width: 100%;
		position: relative;
		margin: 0 auto;
	}

	.mv-title-box{
		width: 43%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10%;
        z-index: 10;
	}
	.mv-title01{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 10% 0;
	}
	.mv-title01 li .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #f7d57c;
		z-index: -1;
	}
	.mv-title01 li:nth-child(1){
		width: 22%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(2){
		width: 22%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(3){
		width: 22%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(4){
		width: 28%;
		position: relative;
		line-height: 0;
	}
	.mv-title02{
		width: 42%;
		position: relative;
		line-height: 0;
		margin: 0 auto 2% auto;
	}
	.mv-title03{
		width: 100%;
		position: relative;
		line-height: 0;
		margin: 0 auto;
	}
	.mv-title03 .on01{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	.mv-title03 .on02{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	.mv-title04{
		width: 100%;
		position: relative;
		line-height: 0;
		margin: 0 auto;
	}
	.mv-title04 .on{
		width: 30%;
		line-height: 0;
		position: absolute;
		top: 0;
		left: 5%;
	}
	.mv-title04 .in{
		width: 75%;
        line-height: 0;
        margin: 0 0 0 25%;
        padding: 3% 0 0 0;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 6px;
        line-height: 3em;
		text-align: center;
		margin: 0 auto;
	}

	/* side-nav */
	#side-nav{
		position: fixed;
		width:max-content;
		z-index: 99;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 10px;
	}
	#side-nav nav .side-nav-in li{
		width: 22px;
		position: relative;
		box-sizing: border-box;
		padding: 5px 0;
		box-sizing: border-box;
		margin: 20px 0;
	}
	#side-nav nav .side-nav-in li a .title .bg{
		display: block;
		transition: .3s;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		display: block;
		background: rgba(247, 213, 124, 0);
		z-index: -1;
	}
	#side-nav nav .side-nav-in li.current a .title .bg{
		opacity: 1;
		transition: .3s;
		background: rgba(247, 213, 124, 1);
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover .title .bg{
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
		background: rgba(247, 213, 124, 1);
	}
	#side-nav nav .side-nav-in li a .title{
		width: 100%;
	}
	#side-nav nav .side-nav-in li a .txt{
		width: 100%;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 13px;
		writing-mode: vertical-rl;
        font-feature-settings: initial;
		text-orientation: upright;
		position: absolute;
		top: 2px;
		letter-spacing: 2px;
		left: -35px;
		white-space: nowrap;
	}


	.section-box{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
		padding: 3% 0 0 0;
	}
	.section-bg{
		padding: 7% 0 1px 0 !important;
		background: #F9F2EB;
	}
	.section-box-end{
		width: 100%;
		height: 0px;
		position: relative;
		margin: 0 auto 0% auto !important;
		padding: 0 0 0 0 !important;
	}


	/* top-nav */
	.top-nav{
		width: 60%;
		margin: 0 auto 5% auto;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 28%;
	}
	.top-nav-list li a{
		width: 100%;
		display: block;
		background: #f9f9f9;
		padding: 0 0 10% 0;
		position: relative;
	}
	.top-nav-list li a .icon{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a .title{
		width: 80%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 21px;
		line-height: 2em;
		letter-spacing: 3px;
		white-space: nowrap;
		margin: 0 auto;
	}
	.top-nav-list li a .title span {
		display: inline;
		background-image: linear-gradient(90deg, #f7d57c, #f7d57c);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 40%;
		transition: all 0.8s ease;
		cursor: pointer;
	}
	.top-nav-list li a:hover .title span {
		background-size: 100% 40%;
	}
	.top-nav-list li a .ar{
		width: 10%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -20%;
		margin: 0 auto;
		transition: .3s;
		opacity: 0;
	}
	.top-nav-list li a:hover .ar{
		bottom: -25%;
		transition: .3s;
		opacity: 1;
	}

	/* door */
	.door{
		width: 65%;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.door .img{
		width: 47%;
		overflow: hidden;
	}
	.door .data{
		width: 47%;
	}
	.door .data .title{
		width: 80%;
		margin: 0 auto 5% auto;
	}
	.door .data .sub-title{
		width: 30%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.door .data .sub-title .in{
		width: 60%;
		line-height: 0;
	}
	.door .data .sub-title .line01{
		width: 1px;
		height: 20px;
		display: block;
		background: #000;
	}
	.door .data .sub-title .line02{
		width: 1px;
		height: 20px;
		background: #000;
	}
	.door .data .txt-title{
		width: max-content;
		position: relative;
		display: flex;
		justify-items: flex-start;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.door .data .txt-title .icon01{
		width: 15px;
	}
	.door .data .txt-title .icon02{
		width: 15px;
	}
	.door .data .txt-title .txt-title-in{
		font-weight: bold;
		font-size: 21px;
		line-height: 1.8em;
		letter-spacing: 3px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.door .data .ar{
		width: 15px;
		line-height: 0;
		margin: 0 auto 7% auto;
	}
	.door .data .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 21px;
		line-height: 1.8em;
		letter-spacing: 3px;
		position: relative;
		text-align: center;
		white-space: nowrap;
	}
	.door .data .txt .line01{
		width: 50%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -30px;
		margin: 0 auto;
		z-index: -1;
	}
	.door .data .txt .line02{
		width: 50%;
		position: absolute;
		left: 5%;
		bottom: -30px;
		margin: 0 auto;
		z-index: -1;
	}
	.door .data .txt .line03{
		width: 50%;
		position: absolute;
		right: 0;
		left: 0;
		bottom: -30px;
		margin: 0 auto;
		z-index: -1;
	}

	/* check-box */
	.check-box{
		width: 85%;
		background: #f9f9f9;
		margin: 0 auto 7% auto;
		box-sizing: border-box;
		position: relative;
		padding: 2% 5%;
	}
	.check-box .icon-box{
		width: max-content;
		position: absolute;
		left: -60px;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.check-box .icon-box .icon{
		width: 20px;
	}
	.check-box .icon-box .line{
		width: 70px;
		height: 1px;
		background: #f7d57c;
		position: absolute;
		right: -80px;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.check-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.check-list li{
		width: 30%;
		display: flex;
		justify-content: space-between;
	}
	.check-list li .icon{
		width: 15%;
		position: relative;
	}
	.check-list li .icon .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.check-list li .txt-box{
		width: 85%;
	}
	.check-list li .txt-box .txt{
		width: 100%;
		font-size: 14px;
		line-height: 2em;
		letter-spacing: 4px;
		white-space: nowrap;
	}

	/* item01 */
	.item01{
		width: 80%;
		overflow: hidden;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item01 .data01{
		width: 46%;
	}
	.item01 .data01 .num{
		width: 130px;
		position: relative;
		left: 10%;
		margin: 0 0 10% 0;
	}
	.item01 .data01 .num .on{
		width: 100%;
		position: absolute;
		left: 0%;
		top: 0;
		z-index: 10;
	}
	.item01 .data01 .txt-box{
		width: 80%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.item01 .data01 .txt-box .line01{
		width: 30px;
		height: 1px;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item01 .data01 .txt-box .line02{
		width: 1px;
		height: 30px;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item01 .data01 .txt-box .line03{
		width: 30px;
		height: 1px;
		background: #000;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.item01 .data01 .txt-box .line04{
		width: 1px;
		height: 30px;
		background: #000;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.item01 .data01 .txt-box .txt{
		width: 100%;
		box-sizing: border-box;
		padding: 5% 10%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 17px;
		line-height: 2em;
		letter-spacing: 3px;
		text-align: justify;
	}
	.item01 .data02{
		width: 46%;
	}
	.item01 .data02 .img{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.item01 .data02 .img .icon01{
		width: 80px;
		position: absolute;
		top: 20px;
		left: 20px;
		line-height: 0;
	}
	.item01 .data02 .link-box{
		width: 80%;
		margin: 0 auto;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item02 */
	.item02{
		width: 80%;
		overflow: hidden;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item02 .img{
		width: 50%;
		position: relative;
	}
	.item02 .img .icon01{
		width: 80px;
		position: absolute;
		top: 20px;
		left: 20px;
		line-height: 0;
	}
	.item02 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item02 .data .num{
		width: 130px;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item02 .data .num .on{
		width: 100%;
		position: absolute;
		left: 0%;
		top: 0;
		z-index: 10;
	}
	.item02 .data .txt-box{
		width: 100%;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.item02 .data .txt-box .line01{
		width: 30px;
		height: 1px;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item02 .data .txt-box .line02{
		width: 1px;
		height: 30px;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item02 .data .txt-box .line03{
		width: 30px;
		height: 1px;
		background: #000;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.item02 .data .txt-box .line04{
		width: 1px;
		height: 30px;
		background: #000;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.item02 .data .txt-box .txt{
		width: 100%;
		box-sizing: border-box;
		padding: 5% 10%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 17px;
		line-height: 2em;
		letter-spacing: 3px;
		text-align: justify;
	}

	/* item03 */
	.item03{
		width: 85%;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.item03 .data-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.item03 .data-box .img{
		width: 50%;
		position: relative;
	}
	.item03 .data-box .img .data01{
		width: max-content;
		position: absolute;
		left: 30px;
		bottom: 30px;
	}
	.item03 .data-box .img .data01 .num{
		width: 130px;
		position: relative;
		margin: 0 0 20% 0;
	}
	.item03 .data-box .img .data01 .num .on{
		width: 100%;
		position: absolute;
		left: 0%;
		top: 0;
		z-index: 10;
	}
	.item03 .data-box .img .data01 .icon01{
		width: 80px;
		line-height: 0;
	}
	.item03 .data-box .img .data01 .txt{
		width: 40%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 17px;
		line-height: 2em;
		letter-spacing: 3px;
		text-align: justify;
		color: #fff;
	}
	.item03 .link-box{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item03 .link-box .link-list{
		width: 45%;
	}

	/* sub-door */
	.sub-door{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.sub-door-t{
		margin: 0 auto 5% auto !important;
	}
	.sub-door .main-title{
		width: max-content;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.sub-door .main-title-t{
		margin: 0 auto !important;
	}
	.sub-door .main-title .icon{
		width: 100px;
		position: absolute;
		top: 0;
		left: -200px;
	}
	.sub-door .main-title .icon .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sub-door .main-title .title{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 35px;
        line-height: 1.8em;
        letter-spacing: 3px;
        position: relative;
        text-align: center;
		white-space: nowrap;
	}
	.sub-door .main-title .title span{
		width: 60%;
		display: block;
		position: absolute;
		right: -10%;
		bottom: -20px;
		z-index: -1;
	}
	.sub-item{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.sub-item .img{
		width: 50%;
		overflow: hidden;
	}
	.sub-item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 15% 0 7%;
	}
	.sub-item .data .txt-box{
		width: 100%;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.sub-item .data .txt-box .icon01{
		width: 25px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sub-item .data .txt-box .icon02{
		width: 25px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.sub-item .data .txt-box .txt{
		font-weight: bold;
        font-size: 21px;
        line-height: 2em;
        letter-spacing: 5px;
        text-align: justify;
        padding: 5% 10%;
        white-space: nowrap;
        width: max-content;
        margin: 0 auto;
	}
	.sub-item .data .link-box .cou{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 14px;
        line-height: 1.8em;
        letter-spacing: 3px;
		margin: 0 0 2% 0;
	}

	/* sub-item-top */
	.sub-item-top{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 10% 0;
	}
	.sub-item-top .img{
		width: 55%;
	}
	.sub-item-top .img .img-in{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.sub-item-top .img .link-list{
		width: 95%;
		margin: 0 0 0 5%;
		display: flex;
		justify-content: space-between;
	}
	.sub-item-top .img .link-list li{
		width: 30%;
	}
	.sub-item-top .data{
		width: 45%;
		box-sizing: border-box;
		padding: 2% 10% 0 5%;
	}
	.sub-item-top .data .main-title{
		width: 90%;
		margin: 0 0 10% 0;
	}
	.sub-item-top .data .txt-box{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.sub-item-top .data .txt-box .icon01{
		width: 25px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sub-item-top .data .txt-box .icon02{
		width: 25px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.sub-item-top .data .txt-box .txt{
		font-weight: bold;
        font-size: 21px;
        line-height: 2em;
        letter-spacing: 5px;
        text-align: justify;
        padding: 5% 10%;
        white-space: nowrap;
        width: max-content;
        margin: 0 auto;
	}
	.sub-item-top .data .txt-n{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 17px;
        line-height: 2em;
        letter-spacing: 3px;
		text-align: justify;
		margin: 0 0 15% 0;
	}
	.sub-item-top .data .sub-title{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 17px;
        line-height: 3em;
        letter-spacing: 3px;
		text-align: center;
		background-color: rgba(87, 185, 195, .15);
		border-top: 1px solid #231815;
		border-bottom: 1px solid #231815;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.sub-item-top .data .sub-title .icon{
		width: 60px;
		position: absolute;
		top: -30px;
		right: 5%;
		line-height: 0;
	}
	.sub-item-top .data .point{
		width: 100%;
	}
	.sub-item-top .data .point li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 5% 0;
	}
	.sub-item-top .data .point li .icon{
		width: 10%;
		line-height: 0;
	}
	.sub-item-top .data .point li .txt{
		width: 85%;
		font-size: 14px;
        line-height: 2em;
        letter-spacing: 4px;
        white-space: nowrap;
	}

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

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

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

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

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

}

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

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

	/* header */
	.header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}

	.mv-logo{
		width: 4%;
        position: absolute;
        top: 2%;
        left: 1%;
        line-height: 0;
        z-index: 10;
	}

	.mv-img{
		width: 100%;
		position: relative;
		margin: 0 auto;
	}

	.mv-title-box{
		width: 43%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10%;
        z-index: 10;
	}
	.mv-title01{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 10% 0;
	}
	.mv-title01 li .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #f7d57c;
		z-index: -1;
	}
	.mv-title01 li:nth-child(1){
		width: 22%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(2){
		width: 22%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(3){
		width: 22%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(4){
		width: 28%;
		position: relative;
		line-height: 0;
	}
	.mv-title02{
		width: 42%;
		position: relative;
		line-height: 0;
		margin: 0 auto 2% auto;
	}
	.mv-title03{
		width: 100%;
		position: relative;
		line-height: 0;
		margin: 0 auto;
	}
	.mv-title03 .on01{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	.mv-title03 .on02{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	.mv-title04{
		width: 100%;
		position: relative;
		line-height: 0;
		margin: 0 auto;
	}
	.mv-title04 .on{
		width: 30%;
		line-height: 0;
		position: absolute;
		top: 0;
		left: 5%;
	}
	.mv-title04 .in{
		width: 75%;
        line-height: 0;
        margin: 0 0 0 25%;
        padding: 3% 0 0 0;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 6px;
        line-height: 3em;
		text-align: center;
		margin: 0 auto;
	}

	/* side-nav */
	#side-nav{
		display: none;
	}
	#side-nav nav .side-nav-in li{
		width: 22px;
		position: relative;
		box-sizing: border-box;
		padding: 5px 0;
		box-sizing: border-box;
		margin: 20px 0;
	}
	#side-nav nav .side-nav-in li a .title .bg{
		display: block;
		transition: .3s;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		display: block;
		background: rgba(247, 213, 124, 0);
		z-index: -1;
	}
	#side-nav nav .side-nav-in li.current a .title .bg{
		opacity: 1;
		transition: .3s;
		background: rgba(247, 213, 124, 1);
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover .title .bg{
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
		background: rgba(247, 213, 124, 1);
	}
	#side-nav nav .side-nav-in li a .title{
		width: 100%;
	}
	#side-nav nav .side-nav-in li a .txt{
		width: 100%;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 13px;
		writing-mode: vertical-rl;
        font-feature-settings: initial;
		text-orientation: upright;
		position: absolute;
		top: 2px;
		letter-spacing: 2px;
		left: -35px;
		white-space: nowrap;
	}


	.section-box{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
		padding: 3% 0 0 0;
	}
	.section-bg{
		padding: 7% 0 1px 0 !important;
		background: #F9F2EB;
	}
	.section-box-end{
		width: 100%;
		height: 0px;
		position: relative;
		margin: 0 auto 0% auto !important;
		padding: 0 0 0 0 !important;
	}


	/* top-nav */
	.top-nav{
		width: 70%;
		margin: 0 auto 5% auto;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 28%;
	}
	.top-nav-list li a{
		width: 100%;
		display: block;
		background: #f9f9f9;
		padding: 0 0 10% 0;
		position: relative;
	}
	.top-nav-list li a .icon{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a .title{
		width: 80%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 18px;
		line-height: 2em;
		letter-spacing: 3px;
		white-space: nowrap;
		margin: 0 auto;
	}
	.top-nav-list li a .title span {
		display: inline;
		background-image: linear-gradient(90deg, #f7d57c, #f7d57c);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 40%;
		transition: all 0.8s ease;
		cursor: pointer;
	}
	.top-nav-list li a:hover .title span {
		background-size: 100% 40%;
	}
	.top-nav-list li a .ar{
		width: 10%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -20%;
		margin: 0 auto;
		transition: .3s;
		opacity: 0;
	}
	.top-nav-list li a:hover .ar{
		bottom: -25%;
		transition: .3s;
		opacity: 1;
	}

	/* door */
	.door{
		width: 70%;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.door .img{
		width: 47%;
		overflow: hidden;
	}
	.door .data{
		width: 47%;
	}
	.door .data .title{
		width: 80%;
		margin: 0 auto 5% auto;
	}
	.door .data .sub-title{
		width: 30%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 10% auto;
	}
	.door .data .sub-title .in{
		width: 60%;
		line-height: 0;
	}
	.door .data .sub-title .line01{
		width: 1px;
		height: 20px;
		display: block;
		background: #000;
	}
	.door .data .sub-title .line02{
		width: 1px;
		height: 20px;
		background: #000;
	}
	.door .data .txt-title{
		width: max-content;
		position: relative;
		display: flex;
		justify-items: flex-start;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.door .data .txt-title .icon01{
		width: 15px;
	}
	.door .data .txt-title .icon02{
		width: 15px;
	}
	.door .data .txt-title .txt-title-in{
		font-weight: bold;
		font-size: 21px;
		line-height: 1.8em;
		letter-spacing: 3px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.door .data .ar{
		width: 15px;
		line-height: 0;
		margin: 0 auto 7% auto;
	}
	.door .data .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 21px;
		line-height: 1.8em;
		letter-spacing: 3px;
		position: relative;
		text-align: center;
		white-space: nowrap;
	}
	.door .data .txt .line01{
		width: 50%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -30px;
		margin: 0 auto;
		z-index: -1;
	}
	.door .data .txt .line02{
		width: 50%;
		position: absolute;
		left: 5%;
		bottom: -30px;
		margin: 0 auto;
		z-index: -1;
	}
	.door .data .txt .line03{
		width: 50%;
		position: absolute;
		right: 0;
		left: 0;
		bottom: -30px;
		margin: 0 auto;
		z-index: -1;
	}

	/* check-box */
	.check-box{
		width: 85%;
		background: #f9f9f9;
		margin: 0 auto 7% auto;
		box-sizing: border-box;
		position: relative;
		padding: 2% 5%;
	}
	.check-box .icon-box{
		width: max-content;
		position: absolute;
		left: -60px;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.check-box .icon-box .icon{
		width: 20px;
	}
	.check-box .icon-box .line{
		width: 70px;
		height: 1px;
		background: #f7d57c;
		position: absolute;
		right: -80px;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.check-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.check-list li{
		width: 30%;
		display: flex;
		justify-content: space-between;
	}
	.check-list li .icon{
		width: 15%;
		position: relative;
	}
	.check-list li .icon .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.check-list li .txt-box{
		width: 85%;
	}
	.check-list li .txt-box .txt{
		width: 100%;
		font-size: 12px;
		line-height: 2em;
		letter-spacing: 2px;
		white-space: nowrap;
	}

	/* item01 */
	.item01{
		width: 100%;
		overflow: hidden;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item01 .data01{
		width: 46%;
	}
	.item01 .data01 .num{
		width: 130px;
		position: relative;
		left: 10%;
		margin: 0 0 10% 0;
	}
	.item01 .data01 .num .on{
		width: 100%;
		position: absolute;
		left: 0%;
		top: 0;
		z-index: 10;
	}
	.item01 .data01 .txt-box{
		width: 80%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.item01 .data01 .txt-box .line01{
		width: 30px;
		height: 1px;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item01 .data01 .txt-box .line02{
		width: 1px;
		height: 30px;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item01 .data01 .txt-box .line03{
		width: 30px;
		height: 1px;
		background: #000;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.item01 .data01 .txt-box .line04{
		width: 1px;
		height: 30px;
		background: #000;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.item01 .data01 .txt-box .txt{
		width: 100%;
		box-sizing: border-box;
		padding: 5% 10%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 18px;
		line-height: 2em;
		letter-spacing: 3px;
		text-align: justify;
	}
	.item01 .data02{
		width: 46%;
	}
	.item01 .data02 .img{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.item01 .data02 .img .icon01{
		width: 80px;
		position: absolute;
		top: 20px;
		left: 20px;
		line-height: 0;
	}
	.item01 .data02 .link-box{
		width: 80%;
		margin: 0 auto;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item02 */
	.item02{
		width: 100%;
		overflow: hidden;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.item02 .img{
		width: 50%;
		position: relative;
	}
	.item02 .img .icon01{
		width: 80px;
		position: absolute;
		top: 20px;
		left: 20px;
		line-height: 0;
	}
	.item02 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item02 .data .num{
		width: 130px;
		position: relative;
		margin: 0 0 10% 0;
	}
	.item02 .data .num .on{
		width: 100%;
		position: absolute;
		left: 0%;
		top: 0;
		z-index: 10;
	}
	.item02 .data .txt-box{
		width: 100%;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.item02 .data .txt-box .line01{
		width: 30px;
		height: 1px;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item02 .data .txt-box .line02{
		width: 1px;
		height: 30px;
		background: #000;
		position: absolute;
		top: 0;
		left: 0;
	}
	.item02 .data .txt-box .line03{
		width: 30px;
		height: 1px;
		background: #000;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.item02 .data .txt-box .line04{
		width: 1px;
		height: 30px;
		background: #000;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.item02 .data .txt-box .txt{
		width: 100%;
		box-sizing: border-box;
		padding: 5% 10%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 18px;
		line-height: 2em;
		letter-spacing: 3px;
		text-align: justify;
	}

	/* item03 */
	.item03{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.item03 .data-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 5% auto;
	}
	.item03 .data-box .img{
		width: 50%;
		position: relative;
	}
	.item03 .data-box .img .data01{
		width: max-content;
		position: absolute;
		left: 30px;
		bottom: 30px;
	}
	.item03 .data-box .img .data01 .num{
		width: 130px;
		position: relative;
		margin: 0 0 20% 0;
	}
	.item03 .data-box .img .data01 .num .on{
		width: 100%;
		position: absolute;
		left: 0%;
		top: 0;
		z-index: 10;
	}
	.item03 .data-box .img .data01 .icon01{
		width: 80px;
		line-height: 0;
	}
	.item03 .data-box .img .data01 .txt{
		width: 40%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 18px;
		line-height: 2em;
		letter-spacing: 3px;
		text-align: justify;
		color: #fff;
	}
	.item03 .link-box{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item03 .link-box .link-list{
		width: 45%;
	}

	/* sub-door */
	.sub-door{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.sub-door-t{
		margin: 0 auto 5% auto !important;
	}
	.sub-door .main-title{
		width: max-content;
		margin: 0 auto 5% auto;
		position: relative;
	}
	.sub-door .main-title-t{
		margin: 0 auto !important;
	}
	.sub-door .main-title .icon{
		width: 100px;
		position: absolute;
		top: 0;
		left: -200px;
	}
	.sub-door .main-title .icon .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sub-door .main-title .title{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 35px;
        line-height: 1.8em;
        letter-spacing: 3px;
        position: relative;
        text-align: center;
		white-space: nowrap;
	}
	.sub-door .main-title .title span{
		width: 60%;
		display: block;
		position: absolute;
		right: -10%;
		bottom: -20px;
		z-index: -1;
	}
	.sub-item{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.sub-item .img{
		width: 50%;
		overflow: hidden;
	}
	.sub-item .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7% 0 7%;
	}
	.sub-item .data .txt-box{
		width: 100%;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.sub-item .data .txt-box .icon01{
		width: 25px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sub-item .data .txt-box .icon02{
		width: 25px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.sub-item .data .txt-box .txt{
		font-weight: bold;
        font-size: 21px;
        line-height: 2em;
        letter-spacing: 5px;
        text-align: justify;
        padding: 5% 10%;
        white-space: nowrap;
        width: max-content;
        margin: 0 auto;
	}
	.sub-item .data .link-box .cou{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 14px;
        line-height: 1.8em;
        letter-spacing: 3px;
		margin: 0 0 2% 0;
	}

	/* sub-item-top */
	.sub-item-top{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 0 10% 0;
	}
	.sub-item-top .img{
		width: 55%;
	}
	.sub-item-top .img .img-in{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.sub-item-top .img .link-list{
		width: 95%;
		margin: 0 0 0 5%;
		display: flex;
		justify-content: space-between;
	}
	.sub-item-top .img .link-list li{
		width: 30%;
	}
	.sub-item-top .data{
		width: 45%;
		box-sizing: border-box;
		padding: 2% 5% 0 5%;
	}
	.sub-item-top .data .main-title{
		width: 90%;
		margin: 0 0 10% 0;
	}
	.sub-item-top .data .txt-box{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.sub-item-top .data .txt-box .icon01{
		width: 25px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sub-item-top .data .txt-box .icon02{
		width: 25px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.sub-item-top .data .txt-box .txt{
		font-weight: bold;
        font-size: 21px;
        line-height: 2em;
        letter-spacing: 5px;
        text-align: justify;
        padding: 5% 10%;
        white-space: nowrap;
        width: max-content;
        margin: 0 auto;
	}
	.sub-item-top .data .txt-n{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 17px;
        line-height: 2em;
        letter-spacing: 3px;
		text-align: justify;
		margin: 0 0 15% 0;
	}
	.sub-item-top .data .sub-title{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 17px;
        line-height: 3em;
        letter-spacing: 3px;
		text-align: center;
		background-color: rgba(87, 185, 195, .15);
		border-top: 1px solid #231815;
		border-bottom: 1px solid #231815;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.sub-item-top .data .sub-title .icon{
		width: 60px;
		position: absolute;
		top: -30px;
		right: 5%;
		line-height: 0;
	}
	.sub-item-top .data .point{
		width: 100%;
	}
	.sub-item-top .data .point li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 5% 0;
	}
	.sub-item-top .data .point li .icon{
		width: 10%;
		line-height: 0;
	}
	.sub-item-top .data .point li .txt{
		width: 85%;
		font-size: 14px;
        line-height: 2em;
        letter-spacing: 4px;
        white-space: nowrap;
	}

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

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

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

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

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

}

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

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


	/* header */
	.header{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}

	.mv-logo{
		width: 17%;
        position: absolute;
        top: 2%;
        right: 3%;
        line-height: 0;
        z-index: 10;
	}

	.mv-img{
		width: 100%;
		position: relative;
		margin: 0 auto;
	}

	.mv-title-box{
		width: 85%;
        position: absolute;
        right: 0;
		left: 0;
		bottom: 5%;
		margin: 0 auto;
        z-index: 10;
	}
	.mv-title01{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 7% 0;
	}
	.mv-title01 li .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #f7d57c;
		z-index: -1;
	}
	.mv-title01 li:nth-child(1){
		width: 22%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(2){
		width: 22%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(3){
		width: 22%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(4){
		width: 28%;
		position: relative;
		line-height: 0;
	}
	.mv-title02{
		width: 42%;
		position: relative;
		line-height: 0;
		margin: 0 auto 2% auto;
	}
	.mv-title03{
		width: 100%;
		position: relative;
		line-height: 0;
		margin: 0 auto;
	}
	.mv-title03 .on01{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	.mv-title03 .on02{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	.mv-title04{
		width: 105%;
		position: relative;
		line-height: 0;
		margin: 0 auto;
	}
	.mv-title04 .on{
		width: 30%;
		line-height: 0;
		position: absolute;
		top: 0;
		left: 5%;
	}
	.mv-title04 .in{
		width: 75%;
        line-height: 0;
        margin: 0 0 0 25%;
        padding: 1% 0 0 0;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 15px;
        letter-spacing: 4px;
        line-height: 2.5em;
        text-align: center;
        margin: 0 auto;
	}

	/* side-nav */
	#side-nav{
		position: fixed;
		width:100%;
		z-index: 99;
		left: 0;
		bottom: 0;
		background: #fff;
	}
	#side-nav nav .side-nav-in{
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	#side-nav nav .side-nav-in li{
		width: 33.33%;
		position: relative;
	}
	#side-nav nav .side-nav-in li a .title .bg{
		display: block;
		transition: .3s;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		background: rgba(247, 213, 124, 0);
		z-index: -1;
	}
	#side-nav nav .side-nav-in li.current a .title .bg{
		opacity: 1;
		transition: .3s;
		background: rgba(247, 213, 124, 1);
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover .title .bg{
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
		background: rgba(247, 213, 124, 1);
	}
	#side-nav nav .side-nav-in li a .title{
		width: 100%;
	}
	#side-nav nav .side-nav-in li a .txt{
		display: none;
	}


	.section-box{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
		padding: 3% 0 0 0;
	}
	.section-bg{
		padding: 7% 0 1px 0 !important;
		background: #F9F2EB;
	}
	.section-box-end{
		width: 100%;
		height: 0px;
		position: relative;
		margin: 0 auto 0% auto !important;
		padding: 0 0 0 0 !important;
	}


	/* top-nav */
	.top-nav{
		width: 95%;
		margin: 0 0 15% 5%;
	}
	.top-nav-list{
		width: 100%;
	}
	.top-nav-list li{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.top-nav-list li a{
		width: 100%;
		display: block;
		background: #f9f9f9;
		padding: 0 0 3% 0;
		position: relative;
	}
	.top-nav-list li a .img01{
		width: 50%;
		height: 100%;
		background: url(../img/top-nav01-img-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: absolute;
		top: 0;
		right: 0;
	}
	.top-nav-list li a .img02{
		width: 50%;
		height: 100%;
		background: url(../img/top-nav02-img-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: absolute;
		top: 0;
		right: 0;
	}
	.top-nav-list li a .img03{
		width: 50%;
		height: 100%;
		background: url(../img/top-nav03-img-sp.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
		position: absolute;
		top: 0;
		right: 0;
	}
	.top-nav-list li a .icon{
		width: 23%;
		margin: 0 0 2% 0;
	}
	.top-nav-list li a .title{
		width: 45%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 18px;
		line-height: 1.8em;
		letter-spacing: 2px;
		white-space: nowrap;
		margin: 0 0 0 5%;
	}
	.top-nav-list li a .title span {
		display: inline;
		background-image: linear-gradient(90deg, #f7d57c, #f7d57c);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 0 40%;
		transition: all 0.8s ease;
		cursor: pointer;
	}
	.top-nav-list li a:hover .title span {
		background-size: 100% 40%;
	}
	.top-nav-list li a .ar{
		width: 10%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -20%;
		margin: 0 auto;
		transition: .3s;
		opacity: 0;
	}
	.top-nav-list li a:hover .ar{
		bottom: -25%;
		transition: .3s;
		opacity: 1;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.door .data .img{
		width: 70%;
		margin: 0 auto 5% auto;
		overflow: hidden;
	}
	.door .data{
		width: 100%;
	}
	.door .data .title{
		width: 80%;
		margin: 0 auto 5% auto;
	}
	.door .data .sub-title{
		width: 30%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.door .data .sub-title .in{
		width: 60%;
		line-height: 0;
	}
	.door .data .sub-title .line01{
		width: 1px;
		height: 20px;
		display: block;
		background: #000;
	}
	.door .data .sub-title .line02{
		width: 1px;
		height: 20px;
		background: #000;
	}
	.door .data .txt-title{
		width: max-content;
		position: relative;
		display: flex;
		justify-items: flex-start;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.door .data .txt-title .icon01{
		width: 10px;
	}
	.door .data .txt-title .icon02{
		width: 10px;
	}
	.door .data .txt-title .txt-title-in{
		font-weight: bold;
		font-size: 16px;
		line-height: 1.8em;
		letter-spacing: 3px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.door .data .ar{
		width: 10px;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.door .data .txt{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 18px;
		line-height: 1.8em;
		letter-spacing: 2px;
		position: relative;
		text-align: center;
		white-space: nowrap;
	}
	.door .data .txt .line01{
		width: 40%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -15px;
		margin: 0 auto;
		z-index: -1;
	}
	.door .data .txt .line02{
		width: 40%;
		position: absolute;
		left: 5%;
		bottom: -15px;
		margin: 0 auto;
		z-index: -1;
	}
	.door .data .txt .line03{
		width: 40%;
		position: absolute;
		right: 0;
		left: 0;
		bottom: -15px;
		margin: 0 auto;
		z-index: -1;
	}

	/* check-box */
	.check-box{
		width: 90%;
		background: #f9f9f9;
		margin: 0 auto 15% auto;
		box-sizing: border-box;
		position: relative;
		padding: 5% 5% 5% 5%;
	}
	.check-box .icon-box{
		width: max-content;
		position: absolute;
		left: -45px;
		top: 5%;
	}
	.check-box .icon-box .icon{
		width: 15px;
	}
	.check-box .icon-box .line{
		width: 30px;
        height: 1px;
        background: #f7d57c;
        position: absolute;
        right: -40px;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
	}
	.check-list{
		width: 100%;
		margin: 0 auto;
	}
	.check-list li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 10% 0;
	}
	.check-list li:last-child{
		margin: 0 0 0% 0 !important;
	}
	.check-list li .icon{
		width: 10%;
		position: relative;
	}
	.check-list li .icon .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.check-list li .txt-box{
		width: 88%;
	}
	.check-list li .txt-box .txt{
		width: 100%;
		font-size: 14px;
		line-height: 2em;
		letter-spacing: 2px;
		white-space: nowrap;
	}

	/* item01 */
	.item01{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 15% auto;
	}
	.item01 .data01{
		width: 100%;
	}
	.item01 .data01 .num{
		width: 100px;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item01 .data01 .num .on{
		width: 100%;
		position: absolute;
		left: 0%;
		top: 0;
		z-index: 10;
	}
	.item01 .data02 .txt-box{
		width: 85%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item01 .data02 .txt-box .txt{
		width: 100%;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 15px;
        line-height: 2em;
        letter-spacing: 3px;
        text-align: justify;
	}
	.item01 .data02{
		width: 100%;
	}
	.item01 .data02 .img{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.item01 .data02 .img .icon01{
		width: 80px;
		position: absolute;
		top: 20px;
		left: 20px;
		line-height: 0;
	}
	.item01 .data02 .link-box{
		width: 85%;
		margin: 0 auto;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item02 */
	.item02{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 15% auto;
	}
	.item02 .img{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item02 .img .icon01{
		width: 80px;
		position: absolute;
		top: 20px;
		left: 20px;
		line-height: 0;
	}
	.item02 .data{
		width: 85%;
		margin: 0 auto;
	}
	.item02 .num{
		width: 100px;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item02 .num .on{
		width: 100%;
		position: absolute;
		left: 0%;
		top: 0;
		z-index: 10;
	}
	.item02 .data .txt-box{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item02 .data .txt-box .line01{
		display: none;
	}
	.item02 .data .txt-box .line02{
		display: none;
	}
	.item02 .data .txt-box .line03{
		display: none;
	}
	.item02 .data .txt-box .line04{
		display: none;
	}
	.item02 .data .txt-box .txt{
		width: 100%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 15px;
		line-height: 2em;
		letter-spacing: 3px;
		text-align: justify;
	}

	/* item03 */
	.item03{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 15% auto;
	}
	.item03 .data-box{
		width: 100%;
	}
	.item03 .data-box .img{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item03 .data-box .img .data01{
		width: max-content;
		position: absolute;
		left: 20px;
		bottom: 20px;
	}
	.item03 .num{
		width: 100px;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item03 .num .on{
		width: 100%;
		position: absolute;
		left: 0%;
		top: 0;
		z-index: 10;
	}
	.item03 .data-box .img .data01 .icon01{
		width: 80px;
		line-height: 0;
	}
	.item03 .txt{
		width: 85%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: 15px;
        line-height: 2em;
        letter-spacing: 3px;
		text-align: justify;
		margin: 0 auto 7% auto;
	}
	.item03 .link-box{
		width: 85%;
		margin: 0 auto;
	}
	.item03 .link-box .link-list{
		width: 100%;
	}

	/* sub-door */
	.sub-door{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 15% auto;
	}
	.sub-door-t{
		margin: 0 auto 5% auto !important;
	}
	.sub-door .main-title{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 7% auto;
		position: relative;
	}
	.sub-door .main-title-t{
		margin: 0 auto !important;
	}
	.sub-door .main-title .icon{
		width: 25%;
		position: relative;
		top: 12px;
	}
	.sub-door .main-title .icon .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sub-door .main-title .title{
		width: 70%;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 25px;
        line-height: 1.8em;
        letter-spacing: 3px;
        position: relative;
	}
	.sub-door .main-title .title span{
		width: 170px;
        display: block;
        position: absolute;
        right: 10%;
        bottom: -10px;
        z-index: -1;
	}
	.sub-item{
		width: 100%;
	}
	.sub-item .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.sub-item .data{
		width: 100%;
		margin: 0 auto;
	}
	.sub-item .data .txt-box{
		width: 90%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.sub-item .data .txt-box .icon01{
		width: 20px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sub-item .data .txt-box .icon02{
		width: 20px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.sub-item .data .txt-box .txt{
		font-weight: bold;
        font-size: 17px;
        line-height: 2em;
        letter-spacing: 3px;
        text-align: justify;
        padding: 5% 5%;
        white-space: nowrap;
        width: max-content;
        margin: 0 auto;
	}
	.sub-item .data .link-box{
		width: 85%;
		margin: 0 auto;
	}
	.sub-item .data .link-box .cou{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 14px;
        line-height: 1.8em;
        letter-spacing: 3px;
		margin: 0 0 2% 0;
	}

	/* sub-item-top */
	.sub-item-top{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.sub-item-top .img{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.sub-item-top .img .img-in{
		width: 100%;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.sub-item-top .img .link-list{
		width: 85%;
		margin: 0 auto;
	}
	.sub-item-top .img .link-list li{
		width: 100%;
	}
	.sub-item-top .data{
		width: 85%;
		margin: 0 auto;
	}
	.sub-item-top .data .main-title{
		width: 80%;
		margin: 0 0 5% 0;
	}
	.sub-item-top .data .txt-box{
		width: 100%;
        position: relative;
        margin: 0 auto 7% auto;
	}
	.sub-item-top .data .txt-box .icon01{
		width: 20px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sub-item-top .data .txt-box .icon02{
		width: 20px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.sub-item-top .data .txt-box .txt{
		font-weight: bold;
        font-size: 17px;
        line-height: 2em;
        letter-spacing: 3px;
        text-align: justify;
        padding: 5% 10%;
        white-space: nowrap;
        width: max-content;
        margin: 0 auto;
	}
	.sub-item-top .data .txt-n{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 15px;
        line-height: 2em;
        letter-spacing: 3px;
        text-align: justify;
		margin: 0 0 10% 0;
	}
	.sub-item-top .data .sub-title{
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        font-size: 17px;
        line-height: 3em;
        letter-spacing: 3px;
		text-align: center;
		background-color: rgba(87, 185, 195, .15);
		border-top: 1px solid #231815;
		border-bottom: 1px solid #231815;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.sub-item-top .data .sub-title .icon{
		width: 60px;
		position: absolute;
		top: -30px;
		right: 5%;
		line-height: 0;
	}
	.sub-item-top .data .point{
		width: 100%;
	}
	.sub-item-top .data .point li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 5% 0;
	}
	.sub-item-top .data .point li .icon{
		width: 10%;
		line-height: 0;
	}
	.sub-item-top .data .point li .txt{
		width: 85%;
		font-size: 13px;
        line-height: 2em;
        letter-spacing: 3px;
        white-space: nowrap;
	}

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

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

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

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



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

}
