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;

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

*/



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

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 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-bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-bg01{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #ff8658;
	}
	.mv-bg02{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #84bee9;
	}
	.mv-bg03{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #a491d3;
	}
	.mv-bg04{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #7b96a5;
	}

	.mv-img{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}
	.mv-img .img{
		width: 25%;
	}

	.mv-title-box{
		width: 85%;
        position: absolute;
        left: 0;
		right: 0;
		bottom: 12%;
		margin: 0 auto;
        z-index: 10;
	}
	.mv-title01{
		width: 35%;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		margin: 0 auto 2% auto;
	}
	.mv-title01 li .bg01{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #ff8658;
		z-index: -1;
	}
	.mv-title01 li .bg02{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #84bee9;
		z-index: -1;
	}
	.mv-title01 li .bg03{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #a491d3;
		z-index: -1;
	}
	.mv-title01 li .bg04{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #7b96a5;
		z-index: -1;
	}
	.mv-title01 li:nth-child(1){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(2){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(3){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(4){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(5){
		width: 12%;
		position: relative;
		line-height: 0;
	}
	.mv-title02{
		width: 100%;
		position: relative;
		line-height: 0;
		margin: 0 auto 2% auto;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	.mv-title03{
		width: 40%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		position: relative;
		right: 0.5%;
	}
	.mv-title03 li:nth-child(1){
		width: 38%;
		position: relative;
		line-height: 0;
	}
	.mv-title03 li:nth-child(2){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title03 li:nth-child(3){
		width: 36%;
		position: relative;
		line-height: 0;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 6px;
        line-height: 3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 auto;
	}

	/* top-nav */
	.top-nav{
		width: 70%;
		margin: 0 auto 7% auto;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 23%;
	}
	.top-nav-list li .img{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.top-nav-list li .img .icon{
		width: 17%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 0%;
	}
	.top-nav-list li .title{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.top-nav-list li .line-box{
		width: 100%;
		height: 3px;
		position: relative;
	}
	.top-nav-list li .line-box .line-in{
		width: 100%;
		height: 1px;
		background: #eee;
		position: relative;
		top: 1px;
	}
	.top-nav-list li .line-box .line01{
		width: 60%;
		height: 3px;
		background: #ff8658;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-nav-list li a:hover .line-box .line01{
		width: 100%;
		transition: .3s;
	}
	.top-nav-list li .line-box .line02{
		width: 60%;
		height: 3px;
		background: #84bee9;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-nav-list li a:hover .line-box .line02{
		width: 100%;
		transition: .3s;
	}
	.top-nav-list li .line-box .line03{
		width: 60%;
		height: 3px;
		background: #a491d3;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-nav-list li a:hover .line-box .line03{
		width: 100%;
		transition: .3s;
	}
	.top-nav-list li .line-box .line04{
		width: 60%;
		height: 3px;
		background: #7b96a5;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-nav-list li a:hover .line-box .line04{
		width: 100%;
		transition: .3s;
	}



	/* door */
	.door{
		width: 70%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.door .title-box{
		width: 30%;
		position: relative;
		padding: 2% 0;
	}
	.door .title-box .line01{
		width: 10px;
		height: 100%;
		background: #ff8658;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .line02{
		width: 10px;
		height: 100%;
		background: #7ab5d8;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .line03{
		width: 10px;
		height: 100%;
		background: #a491d3;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .line04{
		width: 10px;
		height: 100%;
		background: #7b96a5;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .title-list{
		width: 80%;
		margin: 0 0 0 20%;
	}
	.door .title-box .title-list li:nth-child(1){
		width: 100%;
		line-height: 0;
		margin: 0 0 5% 0;
	}
	.door .title-box .title-list li:nth-child(2){
		width: 100%;
		line-height: 0;
		margin: 0 0 5% 0;
	}
	.door .title-box .title-list li:nth-child(3){
		width: 65%;
		line-height: 0;
	}
	.door .txt-box{
		width: 60%;
		position: relative;
	}
	.door .txt-box .line01{
		width: 97%;
		height: 1px;
		position: absolute;
		top: 0;
		right: 0;
		background: rgba(0, 0, 0, .3);
	}
	.door .txt-box .line02{
		width: 1px;
		height: 90%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, .3);
	}
	.door .txt-box .line03{
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgba(0, 0, 0, .3);
	}
	.door .txt-box .line04{
		width: 1px;
		height: 100%;
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgba(0, 0, 0, .3);
	}
	.door .txt-box .line05{
		width: 1px;
		height: 70px;
		position: absolute;
		top: -30px;
		left: 0;
		background: rgba(0, 0, 0, .3);
		transform:rotate(45deg);
	}
	.door .txt-box .txt-list{
		width: 100%;
		box-sizing: border-box;
		padding: 5% 5%;
	}
	.door .txt-box .txt-list li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 3% 0;
	}
	.door .txt-box .txt-list li:last-child{
		margin: 0;
	}
	.door .txt-box .txt-list li .icon{
		width: 6%;
		position: relative;
	}
	.door .txt-box .txt-list li .icon .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .txt-box .txt-list li .txt{
		width: 92%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item01 */
	.item01{
		width: 70%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .data{
		width: 46%;
	}
	.item01 .data .img01{
		width: 100%;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item01 .data .img02{
		width: 100%;
		overflow: hidden;
	}
	.item01 .data .num{
		width: 110px;
		border-radius: 100px;
		border: 1px solid #adafaf;
		overflow: hidden;
		margin: 5% 0 5% 0;
	}
	.item01 .data .num img {
		width: 100%;
		height: auto;
		animation: slideUpDown 3s ease-in-out infinite;
	}
	@keyframes slideUpDown {
		0% {
			transform: translateY(-100%);
			opacity: 0;
		}
		25% {
			transform: translateY(0);
			opacity: 1;
		}
		75% {
			transform: translateY(0);
			opacity: 1;
		}
		100% {
			transform: translateY(100%);
			opacity: 0;
		}
	}
	.item01 .data .txt{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.5em;
		white-space: nowrap;
		margin: 0 0 10% 0;
	}
	.item01 .data .txt .big{
		font-size: 25px;
		font-weight: bold;
	}
	.item01 .data .link-box01{
		width: 80%;
		margin: 0 0 0 20%;
	}

	/* item02 */
	.item02{
		width: 70%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item02 .img{
		width: 50%;
		overflow: hidden;
	}
	.item02 .img .cou{
		width: 25%;
		line-height: 0;
		margin: 2% 0 0 0;
	}
	.item02 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item02 .data .num{
		width: 110px;
		border-radius: 100px;
		border: 1px solid #adafaf;
		overflow: hidden;
		margin: 5% 0 5% 0;
	}
	.item02 .data .num img {
		width: 100%;
		height: auto;
		animation: slideUpDown 3s ease-in-out infinite;
	}
	@keyframes slideUpDown {
		0% {
			transform: translateY(-100%);
			opacity: 0;
		}
		25% {
			transform: translateY(0);
			opacity: 1;
		}
		75% {
			transform: translateY(0);
			opacity: 1;
		}
		100% {
			transform: translateY(100%);
			opacity: 0;
		}
	}
	.item02 .data .txt{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.5em;
		white-space: nowrap;
		margin: 0 0 10% 0;
	}
	.item02 .data .txt .big{
		font-size: 25px;
		font-weight: bold;
	}
	.item02 .data .link-box01{
		width: 100%;
	}

	/* all-btn */
	.all-btn{
		width: 28%;
		display: block;
		margin: 0 auto 13% auto;
		box-shadow: 5px 5px 15px -5px #777777;
		border-radius: 15px;
		transition: .3s;
	}
	.all-btn:hover{
		box-shadow: 0px 0px 10px -5px #777777;
		border-radius: 15px;
		transition: .3s;
	}

	/* end-item */
	.end-item{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin: 0 auto 7% auto;
	}
	.end-item .main-title{
		width: 100%;
		font-family: "linotype-didot-headline", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 45px;
		letter-spacing: 1px;
		color: #80a7d6;
		text-align: center;
		margin: 0 auto 5% auto;
	}
	.end-item .img{
		width: 60%;
		position: relative;
		overflow: hidden;
	}
	.end-item .img .txt{
		position: absolute;
		top: 10%;
		left: 15%;
		font-size: 25px;
		letter-spacing: 3px;
		line-height: 2em;
		font-weight: bold;
	}
	.end-item .data{
		width: 40%;
		box-sizing: border-box;
		padding: 0 7% 0 5%;
	}
	.end-item .data .sub-img{
		width: 70%;
		margin: 0 0 10% 0;
	}

	.end-item-box{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.end-item02{
		width: 30%;
		position: relative;
	}
	.end-item02 .num{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.end-item02 .num .in{
		width: 60px;
		position: relative;
		margin: 0 0 5% 0;
	}
	.end-item02 .num .title{
		font-size: 19px;
        letter-spacing: 3px;
        line-height: 1em;
        font-weight: bold;
	}
	.end-item02 .icon{
		width: 30%;
		display: flex;
		justify-content: space-between;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
	}
	.end-item02 .icon li{
		width: 45%;
	}
	.end-item02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.end-item02 .link-box{
		width: 60%;
		overflow: hidden;
		margin: 0 auto 0 auto;
	}

	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 50px;
		left: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.side-nav-in li{
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0 0 30px 0;
		border-bottom: 1px solid rgba(0, 0, 0, .3);
	}
	.side-nav-in li:last-child{
		width: 100%;
		margin: 0 0 0px 0;
		padding: 0;
		border-bottom: none;
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
	}

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

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

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

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

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

	.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-bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-bg01{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #ff8658;
	}
	.mv-bg02{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #84bee9;
	}
	.mv-bg03{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #a491d3;
	}
	.mv-bg04{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #7b96a5;
	}

	.mv-img{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}
	.mv-img .img{
		width: 25%;
	}

	.mv-title-box{
		width: 85%;
        position: absolute;
        left: 0;
		right: 0;
		bottom: 12%;
		margin: 0 auto;
        z-index: 10;
	}
	.mv-title01{
		width: 35%;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		margin: 0 auto 2% auto;
	}
	.mv-title01 li .bg01{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #ff8658;
		z-index: -1;
	}
	.mv-title01 li .bg02{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #84bee9;
		z-index: -1;
	}
	.mv-title01 li .bg03{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #a491d3;
		z-index: -1;
	}
	.mv-title01 li .bg04{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #7b96a5;
		z-index: -1;
	}
	.mv-title01 li:nth-child(1){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(2){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(3){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(4){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(5){
		width: 12%;
		position: relative;
		line-height: 0;
	}
	.mv-title02{
		width: 100%;
		position: relative;
		line-height: 0;
		margin: 0 auto 2% auto;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	.mv-title03{
		width: 40%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		position: relative;
		right: 0.5%;
	}
	.mv-title03 li:nth-child(1){
		width: 38%;
		position: relative;
		line-height: 0;
	}
	.mv-title03 li:nth-child(2){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title03 li:nth-child(3){
		width: 36%;
		position: relative;
		line-height: 0;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 6px;
        line-height: 3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 auto;
	}

	/* top-nav */
	.top-nav{
		width: 70%;
		margin: 0 auto 7% auto;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 23%;
	}
	.top-nav-list li .img{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.top-nav-list li .img .icon{
		width: 17%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 0%;
	}
	.top-nav-list li .title{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.top-nav-list li .line-box{
		width: 100%;
		height: 3px;
		position: relative;
	}
	.top-nav-list li .line-box .line-in{
		width: 100%;
		height: 1px;
		background: #eee;
		position: relative;
		top: 1px;
	}
	.top-nav-list li .line-box .line01{
		width: 60%;
		height: 3px;
		background: #ff8658;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-nav-list li a:hover .line-box .line01{
		width: 100%;
		transition: .3s;
	}
	.top-nav-list li .line-box .line02{
		width: 60%;
		height: 3px;
		background: #84bee9;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-nav-list li a:hover .line-box .line02{
		width: 100%;
		transition: .3s;
	}
	.top-nav-list li .line-box .line03{
		width: 60%;
		height: 3px;
		background: #a491d3;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-nav-list li a:hover .line-box .line03{
		width: 100%;
		transition: .3s;
	}
	.top-nav-list li .line-box .line04{
		width: 60%;
		height: 3px;
		background: #7b96a5;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-nav-list li a:hover .line-box .line04{
		width: 100%;
		transition: .3s;
	}



	/* door */
	.door{
		width: 70%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.door .title-box{
		width: 30%;
		position: relative;
		padding: 2% 0;
	}
	.door .title-box .line01{
		width: 10px;
		height: 100%;
		background: #ff8658;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .line02{
		width: 10px;
		height: 100%;
		background: #7ab5d8;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .line03{
		width: 10px;
		height: 100%;
		background: #a491d3;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .line04{
		width: 10px;
		height: 100%;
		background: #7b96a5;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .title-list{
		width: 80%;
		margin: 0 0 0 20%;
	}
	.door .title-box .title-list li:nth-child(1){
		width: 100%;
		line-height: 0;
		margin: 0 0 5% 0;
	}
	.door .title-box .title-list li:nth-child(2){
		width: 100%;
		line-height: 0;
		margin: 0 0 5% 0;
	}
	.door .title-box .title-list li:nth-child(3){
		width: 65%;
		line-height: 0;
	}
	.door .txt-box{
		width: 60%;
		position: relative;
	}
	.door .txt-box .line01{
		width: 97%;
		height: 1px;
		position: absolute;
		top: 0;
		right: 0;
		background: rgba(0, 0, 0, .3);
	}
	.door .txt-box .line02{
		width: 1px;
		height: 90%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, .3);
	}
	.door .txt-box .line03{
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgba(0, 0, 0, .3);
	}
	.door .txt-box .line04{
		width: 1px;
		height: 100%;
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgba(0, 0, 0, .3);
	}
	.door .txt-box .line05{
		width: 1px;
		height: 70px;
		position: absolute;
		top: -30px;
		left: 0;
		background: rgba(0, 0, 0, .3);
		transform:rotate(45deg);
	}
	.door .txt-box .txt-list{
		width: 100%;
		box-sizing: border-box;
		padding: 5% 5%;
	}
	.door .txt-box .txt-list li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 3% 0;
	}
	.door .txt-box .txt-list li:last-child{
		margin: 0;
	}
	.door .txt-box .txt-list li .icon{
		width: 6%;
		position: relative;
	}
	.door .txt-box .txt-list li .icon .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .txt-box .txt-list li .txt{
		width: 92%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item01 */
	.item01{
		width: 70%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .data{
		width: 46%;
	}
	.item01 .data .img01{
		width: 100%;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item01 .data .img02{
		width: 100%;
		overflow: hidden;
	}
	.item01 .data .num{
		width: 110px;
		border-radius: 100px;
		border: 1px solid #adafaf;
		overflow: hidden;
		margin: 5% 0 5% 0;
	}
	.item01 .data .num img {
		width: 100%;
		height: auto;
		animation: slideUpDown 3s ease-in-out infinite;
	}
	@keyframes slideUpDown {
		0% {
			transform: translateY(-100%);
			opacity: 0;
		}
		25% {
			transform: translateY(0);
			opacity: 1;
		}
		75% {
			transform: translateY(0);
			opacity: 1;
		}
		100% {
			transform: translateY(100%);
			opacity: 0;
		}
	}
	.item01 .data .txt{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.5em;
		white-space: nowrap;
		margin: 0 0 10% 0;
	}
	.item01 .data .txt .big{
		font-size: 25px;
		font-weight: bold;
	}
	.item01 .data .link-box01{
		width: 80%;
		margin: 0 0 0 20%;
	}

	/* item02 */
	.item02{
		width: 70%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item02 .img{
		width: 50%;
		overflow: hidden;
	}
	.item02 .img .cou{
		width: 25%;
		line-height: 0;
		margin: 2% 0 0 0;
	}
	.item02 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item02 .data .num{
		width: 110px;
		border-radius: 100px;
		border: 1px solid #adafaf;
		overflow: hidden;
		margin: 5% 0 5% 0;
	}
	.item02 .data .num img {
		width: 100%;
		height: auto;
		animation: slideUpDown 3s ease-in-out infinite;
	}
	@keyframes slideUpDown {
		0% {
			transform: translateY(-100%);
			opacity: 0;
		}
		25% {
			transform: translateY(0);
			opacity: 1;
		}
		75% {
			transform: translateY(0);
			opacity: 1;
		}
		100% {
			transform: translateY(100%);
			opacity: 0;
		}
	}
	.item02 .data .txt{
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.5em;
		white-space: nowrap;
		margin: 0 0 10% 0;
	}
	.item02 .data .txt .big{
		font-size: 25px;
		font-weight: bold;
	}
	.item02 .data .link-box01{
		width: 100%;
	}

	/* all-btn */
	.all-btn{
		width: 28%;
		display: block;
		margin: 0 auto 13% auto;
		box-shadow: 5px 5px 15px -5px #777777;
		border-radius: 15px;
		transition: .3s;
	}
	.all-btn:hover{
		box-shadow: 0px 0px 10px -5px #777777;
		border-radius: 15px;
		transition: .3s;
	}

	/* end-item */
	.end-item{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin: 0 auto 7% auto;
	}
	.end-item .main-title{
		width: 100%;
		font-family: "linotype-didot-headline", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 45px;
		letter-spacing: 1px;
		color: #80a7d6;
		text-align: center;
		margin: 0 auto 5% auto;
	}
	.end-item .img{
		width: 60%;
		position: relative;
		overflow: hidden;
	}
	.end-item .img .txt{
		position: absolute;
		top: 10%;
		left: 15%;
		font-size: 25px;
		letter-spacing: 3px;
		line-height: 2em;
		font-weight: bold;
	}
	.end-item .data{
		width: 40%;
		box-sizing: border-box;
		padding: 0 7% 0 5%;
	}
	.end-item .data .sub-img{
		width: 70%;
		margin: 0 0 10% 0;
	}

	.end-item-box{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.end-item02{
		width: 30%;
		position: relative;
	}
	.end-item02 .num{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.end-item02 .num .in{
		width: 60px;
		position: relative;
		margin: 0 0 5% 0;
	}
	.end-item02 .num .title{
		font-size: 19px;
        letter-spacing: 3px;
        line-height: 1em;
        font-weight: bold;
	}
	.end-item02 .icon{
		width: 30%;
		display: flex;
		justify-content: space-between;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
	}
	.end-item02 .icon li{
		width: 45%;
	}
	.end-item02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.end-item02 .link-box{
		width: 60%;
		overflow: hidden;
		margin: 0 auto 0 auto;
	}

	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 50px;
		left: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.side-nav-in li{
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0 0 30px 0;
		border-bottom: 1px solid rgba(0, 0, 0, .3);
	}
	.side-nav-in li:last-child{
		width: 100%;
		margin: 0 0 0px 0;
		padding: 0;
		border-bottom: none;
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
	}

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

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

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

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

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

	.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-bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-bg01{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #ff8658;
	}
	.mv-bg02{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #84bee9;
	}
	.mv-bg03{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #a491d3;
	}
	.mv-bg04{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #7b96a5;
	}

	.mv-img{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}
	.mv-img .img{
		width: 25%;
	}

	.mv-title-box{
		width: 85%;
        position: absolute;
        left: 0;
		right: 0;
		bottom: 12%;
		margin: 0 auto;
        z-index: 10;
	}
	.mv-title01{
		width: 35%;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		margin: 0 auto 2% auto;
	}
	.mv-title01 li .bg01{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #ff8658;
		z-index: -1;
	}
	.mv-title01 li .bg02{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #84bee9;
		z-index: -1;
	}
	.mv-title01 li .bg03{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #a491d3;
		z-index: -1;
	}
	.mv-title01 li .bg04{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #7b96a5;
		z-index: -1;
	}
	.mv-title01 li:nth-child(1){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(2){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(3){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(4){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(5){
		width: 12%;
		position: relative;
		line-height: 0;
	}
	.mv-title02{
		width: 100%;
		position: relative;
		line-height: 0;
		margin: 0 auto 2% auto;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	.mv-title03{
		width: 40%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		position: relative;
		right: 0.5%;
	}
	.mv-title03 li:nth-child(1){
		width: 38%;
		position: relative;
		line-height: 0;
	}
	.mv-title03 li:nth-child(2){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title03 li:nth-child(3){
		width: 36%;
		position: relative;
		line-height: 0;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 6px;
        line-height: 3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 auto;
	}

	/* top-nav */
	.top-nav{
		width: 70%;
		margin: 0 auto 7% auto;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 23%;
	}
	.top-nav-list li .img{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.top-nav-list li .img .icon{
		width: 17%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 0%;
	}
	.top-nav-list li .title{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.top-nav-list li .line-box{
		width: 100%;
		height: 3px;
		position: relative;
	}
	.top-nav-list li .line-box .line-in{
		width: 100%;
		height: 1px;
		background: #eee;
		position: relative;
		top: 1px;
	}
	.top-nav-list li .line-box .line01{
		width: 60%;
		height: 3px;
		background: #ff8658;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-nav-list li a:hover .line-box .line01{
		width: 100%;
		transition: .3s;
	}
	.top-nav-list li .line-box .line02{
		width: 60%;
		height: 3px;
		background: #84bee9;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-nav-list li a:hover .line-box .line02{
		width: 100%;
		transition: .3s;
	}
	.top-nav-list li .line-box .line03{
		width: 60%;
		height: 3px;
		background: #a491d3;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-nav-list li a:hover .line-box .line03{
		width: 100%;
		transition: .3s;
	}
	.top-nav-list li .line-box .line04{
		width: 60%;
		height: 3px;
		background: #7b96a5;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-nav-list li a:hover .line-box .line04{
		width: 100%;
		transition: .3s;
	}



	/* door */
	.door{
		width: 80%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.door .title-box{
		width: 30%;
		position: relative;
		padding: 2% 0;
	}
	.door .title-box .line01{
		width: 10px;
		height: 100%;
		background: #ff8658;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .line02{
		width: 10px;
		height: 100%;
		background: #7ab5d8;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .line03{
		width: 10px;
		height: 100%;
		background: #a491d3;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .line04{
		width: 10px;
		height: 100%;
		background: #7b96a5;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .title-list{
		width: 80%;
		margin: 0 0 0 20%;
	}
	.door .title-box .title-list li:nth-child(1){
		width: 100%;
		line-height: 0;
		margin: 0 0 5% 0;
	}
	.door .title-box .title-list li:nth-child(2){
		width: 100%;
		line-height: 0;
		margin: 0 0 5% 0;
	}
	.door .title-box .title-list li:nth-child(3){
		width: 65%;
		line-height: 0;
	}
	.door .txt-box{
		width: 60%;
		position: relative;
	}
	.door .txt-box .line01{
		width: 97%;
		height: 1px;
		position: absolute;
		top: 0;
		right: 0;
		background: rgba(0, 0, 0, .3);
	}
	.door .txt-box .line02{
		width: 1px;
		height: 90%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, .3);
	}
	.door .txt-box .line03{
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgba(0, 0, 0, .3);
	}
	.door .txt-box .line04{
		width: 1px;
		height: 100%;
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgba(0, 0, 0, .3);
	}
	.door .txt-box .line05{
		width: 1px;
		height: 70px;
		position: absolute;
		top: -30px;
		left: 0;
		background: rgba(0, 0, 0, .3);
		transform:rotate(45deg);
	}
	.door .txt-box .txt-list{
		width: 100%;
		box-sizing: border-box;
		padding: 5% 5%;
	}
	.door .txt-box .txt-list li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 3% 0;
	}
	.door .txt-box .txt-list li:last-child{
		margin: 0;
	}
	.door .txt-box .txt-list li .icon{
		width: 6%;
		position: relative;
	}
	.door .txt-box .txt-list li .icon .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .txt-box .txt-list li .txt{
		width: 92%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2em;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item01 */
	.item01{
		width: 85%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .data{
		width: 46%;
	}
	.item01 .data .img01{
		width: 100%;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item01 .data .img02{
		width: 100%;
		overflow: hidden;
	}
	.item01 .data .num{
		width: 110px;
		border-radius: 100px;
		border: 1px solid #adafaf;
		overflow: hidden;
		margin: 5% 0 5% 0;
	}
	.item01 .data .num img {
		width: 100%;
		height: auto;
		animation: slideUpDown 3s ease-in-out infinite;
	}
	@keyframes slideUpDown {
		0% {
			transform: translateY(-100%);
			opacity: 0;
		}
		25% {
			transform: translateY(0);
			opacity: 1;
		}
		75% {
			transform: translateY(0);
			opacity: 1;
		}
		100% {
			transform: translateY(100%);
			opacity: 0;
		}
	}
	.item01 .data .txt{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2.5em;
		white-space: nowrap;
		margin: 0 0 10% 0;
	}
	.item01 .data .txt .big{
		font-size: 21px;
		font-weight: bold;
	}
	.item01 .data .link-box01{
		width: 80%;
		margin: 0 0 0 20%;
	}

	/* item02 */
	.item02{
		width: 85%;
		margin: 0 auto 7% auto;
		display: flex;
		justify-content: space-between;
	}
	.item02 .img{
		width: 50%;
		overflow: hidden;
	}
	.item02 .img .cou{
		width: 25%;
		line-height: 0;
		margin: 2% 0 0 0;
	}
	.item02 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item02 .data .num{
		width: 110px;
		border-radius: 100px;
		border: 1px solid #adafaf;
		overflow: hidden;
		margin: 5% 0 5% 0;
	}
	.item02 .data .num img {
		width: 100%;
		height: auto;
		animation: slideUpDown 3s ease-in-out infinite;
	}
	@keyframes slideUpDown {
		0% {
			transform: translateY(-100%);
			opacity: 0;
		}
		25% {
			transform: translateY(0);
			opacity: 1;
		}
		75% {
			transform: translateY(0);
			opacity: 1;
		}
		100% {
			transform: translateY(100%);
			opacity: 0;
		}
	}
	.item02 .data .txt{
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2.5em;
		white-space: nowrap;
		margin: 0 0 10% 0;
	}
	.item02 .data .txt .big{
		font-size: 21px;
		font-weight: bold;
	}
	.item02 .data .link-box01{
		width: 100%;
	}

	/* all-btn */
	.all-btn{
		width: 28%;
		display: block;
		margin: 0 auto 13% auto;
		box-shadow: 5px 5px 15px -5px #777777;
		border-radius: 15px;
		transition: .3s;
	}
	.all-btn:hover{
		box-shadow: 0px 0px 10px -5px #777777;
		border-radius: 15px;
		transition: .3s;
	}

	/* end-item */
	.end-item{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin: 0 auto 7% auto;
	}
	.end-item .main-title{
		width: 100%;
		font-family: "linotype-didot-headline", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 45px;
		letter-spacing: 1px;
		color: #80a7d6;
		text-align: center;
		margin: 0 auto 5% auto;
	}
	.end-item .img{
		width: 60%;
		position: relative;
		overflow: hidden;
	}
	.end-item .img .txt{
		position: absolute;
		top: 10%;
		left: 15%;
		font-size: 21px;
		letter-spacing: 3px;
		line-height: 2em;
		font-weight: bold;
	}
	.end-item .data{
		width: 40%;
		box-sizing: border-box;
		padding: 0 7% 0 5%;
	}
	.end-item .data .sub-img{
		width: 70%;
		margin: 0 0 10% 0;
	}

	.end-item-box{
		width: 85%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.end-item02{
		width: 30%;
		position: relative;
	}
	.end-item02 .num{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.end-item02 .num .in{
		width: 60px;
		position: relative;
		margin: 0 0 5% 0;
	}
	.end-item02 .num .title{
		font-size: 19px;
        letter-spacing: 3px;
        line-height: 1em;
        font-weight: bold;
	}
	.end-item02 .icon{
		width: 30%;
		display: flex;
		justify-content: space-between;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
	}
	.end-item02 .icon li{
		width: 45%;
	}
	.end-item02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.end-item02 .link-box{
		width: 80%;
		overflow: hidden;
		margin: 0 auto 0 auto;
	}

	/*sid-nav*/
    .side-nav{
		position: fixed;
		display: block;
		width: 50px;
		left: 10px;
        top: 0;
		height: 100vh;
		z-index: 10;
	}
	.side-nav-in{
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.side-nav-in li{
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0 0 30px 0;
		border-bottom: 1px solid rgba(0, 0, 0, .3);
	}
	.side-nav-in li:last-child{
		width: 100%;
		margin: 0 0 0px 0;
		padding: 0;
		border-bottom: none;
	}
	.side-nav-in a{
		opacity: 1;
		transition: .3s;
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
	}

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

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

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

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

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

	.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-bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-bg01{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #ff8658;
	}
	.mv-bg02{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #84bee9;
	}
	.mv-bg03{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #a491d3;
	}
	.mv-bg04{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #7b96a5;
	}

	.mv-img{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}
	.mv-img .img{
		width: 25%;
	}

	.mv-title-box{
		width: 85%;
        position: absolute;
        left: 0;
		right: 0;
		bottom: 12%;
		margin: 0 auto;
        z-index: 10;
	}
	.mv-title01{
		width: 35%;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		margin: 0 auto 2% auto;
	}
	.mv-title01 li .bg01{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #ff8658;
		z-index: -1;
	}
	.mv-title01 li .bg02{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #84bee9;
		z-index: -1;
	}
	.mv-title01 li .bg03{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #a491d3;
		z-index: -1;
	}
	.mv-title01 li .bg04{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #7b96a5;
		z-index: -1;
	}
	.mv-title01 li:nth-child(1){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(2){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(3){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(4){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(5){
		width: 12%;
		position: relative;
		line-height: 0;
	}
	.mv-title02{
		width: 100%;
		position: relative;
		line-height: 0;
		margin: 0 auto 2% auto;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}
	.mv-title03{
		width: 40%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		position: relative;
		right: 0.5%;
	}
	.mv-title03 li:nth-child(1){
		width: 38%;
		position: relative;
		line-height: 0;
	}
	.mv-title03 li:nth-child(2){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title03 li:nth-child(3){
		width: 36%;
		position: relative;
		line-height: 0;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 18px;
        letter-spacing: 6px;
        line-height: 3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 auto;
	}

	/* top-nav */
	.top-nav{
		width: 80%;
		margin: 0 auto 7% auto;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.top-nav-list li{
		width: 23%;
	}
	.top-nav-list li .img{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.top-nav-list li .img .icon{
		width: 17%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 0%;
	}
	.top-nav-list li .title{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.top-nav-list li .line-box{
		width: 100%;
		height: 3px;
		position: relative;
	}
	.top-nav-list li .line-box .line-in{
		width: 100%;
		height: 1px;
		background: #eee;
		position: relative;
		top: 1px;
	}
	.top-nav-list li .line-box .line01{
		width: 60%;
		height: 3px;
		background: #ff8658;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-nav-list li a:hover .line-box .line01{
		width: 100%;
		transition: .3s;
	}
	.top-nav-list li .line-box .line02{
		width: 60%;
		height: 3px;
		background: #84bee9;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-nav-list li a:hover .line-box .line02{
		width: 100%;
		transition: .3s;
	}
	.top-nav-list li .line-box .line03{
		width: 60%;
		height: 3px;
		background: #a491d3;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-nav-list li a:hover .line-box .line03{
		width: 100%;
		transition: .3s;
	}
	.top-nav-list li .line-box .line04{
		width: 60%;
		height: 3px;
		background: #7b96a5;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-nav-list li a:hover .line-box .line04{
		width: 100%;
		transition: .3s;
	}



	/* door */
	.door{
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto 5% auto;
	}
	.door .title-box{
		width: 30%;
		position: relative;
		padding: 2% 0;
	}
	.door .title-box .line01{
		width: 10px;
		height: 100%;
		background: #ff8658;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .line02{
		width: 10px;
		height: 100%;
		background: #7ab5d8;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .line03{
		width: 10px;
		height: 100%;
		background: #a491d3;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .line04{
		width: 10px;
		height: 100%;
		background: #7b96a5;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .title-list{
		width: 80%;
		margin: 0 0 0 20%;
	}
	.door .title-box .title-list li:nth-child(1){
		width: 100%;
		line-height: 0;
		margin: 0 0 5% 0;
	}
	.door .title-box .title-list li:nth-child(2){
		width: 100%;
		line-height: 0;
		margin: 0 0 5% 0;
	}
	.door .title-box .title-list li:nth-child(3){
		width: 65%;
		line-height: 0;
	}
	.door .txt-box{
		width: 65%;
		position: relative;
	}
	.door .txt-box .line01{
		width: 97%;
		height: 1px;
		position: absolute;
		top: 0;
		right: 0;
		background: rgba(0, 0, 0, .3);
	}
	.door .txt-box .line02{
		width: 1px;
		height: 90%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, .3);
	}
	.door .txt-box .line03{
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgba(0, 0, 0, .3);
	}
	.door .txt-box .line04{
		width: 1px;
		height: 100%;
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgba(0, 0, 0, .3);
	}
	.door .txt-box .line05{
		width: 1px;
		height: 70px;
		position: absolute;
		top: -30px;
		left: 0;
		background: rgba(0, 0, 0, .3);
		transform:rotate(45deg);
	}
	.door .txt-box .txt-list{
		width: 100%;
		box-sizing: border-box;
		padding: 5% 5%;
	}
	.door .txt-box .txt-list li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 3% 0;
	}
	.door .txt-box .txt-list li:last-child{
		margin: 0;
	}
	.door .txt-box .txt-list li .icon{
		width: 6%;
		position: relative;
	}
	.door .txt-box .txt-list li .icon .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .txt-box .txt-list li .txt{
		width: 92%;
		font-size: 15px;
		letter-spacing: 2px;
		line-height: 2em;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item01 */
	.item01{
		width: 100%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.item01 .data{
		width: 46%;
	}
	.item01 .data .img01{
		width: 100%;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item01 .data .img02{
		width: 100%;
		overflow: hidden;
	}
	.item01 .data .num{
		width: 110px;
		border-radius: 100px;
		border: 1px solid #adafaf;
		overflow: hidden;
		margin: 5% 0 5% 0;
	}
	.item01 .data .num img {
		width: 100%;
		height: auto;
		animation: slideUpDown 3s ease-in-out infinite;
	}
	@keyframes slideUpDown {
		0% {
			transform: translateY(-100%);
			opacity: 0;
		}
		25% {
			transform: translateY(0);
			opacity: 1;
		}
		75% {
			transform: translateY(0);
			opacity: 1;
		}
		100% {
			transform: translateY(100%);
			opacity: 0;
		}
	}
	.item01 .data .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2.5em;
		white-space: nowrap;
		margin: 0 0 10% 0;
	}
	.item01 .data .txt .big{
		font-size: 19px;
		font-weight: bold;
	}
	.item01 .data .link-box01{
		width: 80%;
		margin: 0 0 0 20%;
	}

	/* item02 */
	.item02{
		width: 100%;
		margin: 0 auto 10% auto;
		display: flex;
		justify-content: space-between;
	}
	.item02 .img{
		width: 50%;
		overflow: hidden;
	}
	.item02 .img .cou{
		width: 25%;
		line-height: 0;
		margin: 2% 0 0 0;
	}
	.item02 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item02 .data .num{
		width: 110px;
		border-radius: 100px;
		border: 1px solid #adafaf;
		overflow: hidden;
		margin: 5% 0 5% 0;
	}
	.item02 .data .num img {
		width: 100%;
		height: auto;
		animation: slideUpDown 3s ease-in-out infinite;
	}
	@keyframes slideUpDown {
		0% {
			transform: translateY(-100%);
			opacity: 0;
		}
		25% {
			transform: translateY(0);
			opacity: 1;
		}
		75% {
			transform: translateY(0);
			opacity: 1;
		}
		100% {
			transform: translateY(100%);
			opacity: 0;
		}
	}
	.item02 .data .txt{
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2.5em;
		white-space: nowrap;
		margin: 0 0 10% 0;
	}
	.item02 .data .txt .big{
		font-size: 19px;
		font-weight: bold;
	}
	.item02 .data .link-box01{
		width: 100%;
	}

	/* all-btn */
	.all-btn{
		width: 45%;
		display: block;
		margin: 0 auto 13% auto;
		box-shadow: 5px 5px 15px -5px #777777;
		border-radius: 15px;
		transition: .3s;
	}
	.all-btn:hover{
		box-shadow: 0px 0px 10px -5px #777777;
		border-radius: 15px;
		transition: .3s;
	}

	/* end-item */
	.end-item{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin: 0 auto 7% auto;
	}
	.end-item .main-title{
		width: 100%;
		font-family: "linotype-didot-headline", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 45px;
		letter-spacing: 1px;
		color: #80a7d6;
		text-align: center;
		margin: 0 auto 5% auto;
	}
	.end-item .img{
		width: 60%;
		position: relative;
		overflow: hidden;
	}
	.end-item .img .txt{
		position: absolute;
		top: 10%;
		left: 10%;
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2em;
		font-weight: bold;
	}
	.end-item .data{
		width: 40%;
		box-sizing: border-box;
		padding: 0 5% 0 5%;
	}
	.end-item .data .sub-img{
		width: 100%;
		margin: 0 0 10% 0;
	}

	.end-item-box{
		width: 95%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.end-item02{
		width: 30%;
		position: relative;
	}
	.end-item02 .num{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.end-item02 .num .in{
		width: 60px;
		position: relative;
		margin: 0 0 5% 0;
	}
	.end-item02 .num .title{
		font-size: 19px;
        letter-spacing: 3px;
        line-height: 1em;
        font-weight: bold;
	}
	.end-item02 .icon{
		width: 30%;
		display: flex;
		justify-content: space-between;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
	}
	.end-item02 .icon li{
		width: 45%;
	}
	.end-item02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.end-item02 .link-box{
		width: 80%;
		overflow: hidden;
		margin: 0 auto 0 auto;
	}

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

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

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

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

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

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

	.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;
        bottom: 18%;
        right: 5%;
        line-height: 0;
        z-index: 10;
	}

	.mv-bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-bg01{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #ff8658;
	}
	.mv-bg02{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #84bee9;
	}
	.mv-bg03{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #a491d3;
	}
	.mv-bg04{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #7b96a5;
	}

	.mv-img{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}
	.mv-img .img{
		width: 50%;
	}

	.mv-sp-bg{
		width: 100%;
		background: #fff;
	}

	.mv-title-box{
		width: 100%;
		margin: 0 auto;
		position: relative;
        z-index: 10;
	}
	.mv-title01{
		width: 55%;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin: 0 auto;
        position: absolute;
        top: -40%;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 20;
	}
	.mv-title01 li .bg01{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #ff8658;
		z-index: -1;
	}
	.mv-title01 li .bg02{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #84bee9;
		z-index: -1;
	}
	.mv-title01 li .bg03{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #a491d3;
		z-index: -1;
	}
	.mv-title01 li .bg04{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #7b96a5;
		z-index: -1;
	}
	.mv-title01 li:nth-child(1){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(2){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(3){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(4){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title01 li:nth-child(5){
		width: 12%;
		position: relative;
		line-height: 0;
	}
	.mv-title02{
		width: 90%;
		position: relative;
		line-height: 0;
		margin: 0 auto 0 auto;
		padding: 5% 0;
	}
	.mv-title02 .on{
		width: 100%;
		position: absolute;
		top: 14%;
		left: 0;
		line-height: 0;
	}
	.mv-title03{
		width: 40%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		position: relative;
		right: 0.5%;
	}
	.mv-title03 li:nth-child(1){
		width: 38%;
		position: relative;
		line-height: 0;
	}
	.mv-title03 li:nth-child(2){
		width: 17%;
		position: relative;
		line-height: 0;
	}
	.mv-title03 li:nth-child(3){
		width: 36%;
		position: relative;
		line-height: 0;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.read .txt{
		width: 100%;
		font-size: 16px;
        letter-spacing: 3px;
        line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		margin: 0 auto;
	}

	/* top-nav */
	.top-nav{
		width: 85%;
		margin: 0 auto 15% auto;
	}
	.top-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.top-nav-list li{
		width: 46%;
		margin: 0 0 10% 0;
	}
	.top-nav-list li:nth-child(3){
		margin: 0 0 0% 0 !important;
	}
	.top-nav-list li:nth-child(4){
		margin: 0 0 0% 0 !important;
	}
	.top-nav-list li .img{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.top-nav-list li .img .icon{
		width: 17%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 0%;
	}
	.top-nav-list li .title{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.top-nav-list li .line-box{
		width: 100%;
		height: 3px;
		position: relative;
	}
	.top-nav-list li .line-box .line-in{
		width: 100%;
		height: 1px;
		background: #eee;
		position: relative;
		top: 1px;
	}
	.top-nav-list li .line-box .line01{
		width: 60%;
		height: 3px;
		background: #ff8658;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-nav-list li a:hover .line-box .line01{
		width: 100%;
		transition: .3s;
	}
	.top-nav-list li .line-box .line02{
		width: 60%;
		height: 3px;
		background: #84bee9;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-nav-list li a:hover .line-box .line02{
		width: 100%;
		transition: .3s;
	}
	.top-nav-list li .line-box .line03{
		width: 60%;
		height: 3px;
		background: #a491d3;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-nav-list li a:hover .line-box .line03{
		width: 100%;
		transition: .3s;
	}
	.top-nav-list li .line-box .line04{
		width: 60%;
		height: 3px;
		background: #7b96a5;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s;
	}
	.top-nav-list li a:hover .line-box .line04{
		width: 100%;
		transition: .3s;
	}



	/* door */
	.door{
		width: 90%;
		margin: 0 auto 15% auto;
	}
	.door .title-box{
		width: 100%;
		position: relative;
		padding: 5% 0 2% 0;
		margin: 0 0 15% 0;
	}
	.door .title-box .line01{
		width: 5px;
		height: 100%;
		background: #ff8658;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .line02{
		width: 5px;
		height: 100%;
		background: #7ab5d8;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .line03{
		width: 5px;
		height: 100%;
		background: #a491d3;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .line04{
		width: 5px;
		height: 100%;
		background: #7b96a5;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .title-box .title-list{
		width: 70%;
		margin: 0 0 0 10%;
	}
	.door .title-box .title-list li:nth-child(1){
		width: 100%;
		line-height: 0;
		margin: 0 0 5% 0;
	}
	.door .title-box .title-list li:nth-child(2){
		width: 100%;
		line-height: 0;
		margin: 0 0 5% 0;
	}
	.door .title-box .title-list li:nth-child(3){
		width: 100%;
		line-height: 0;
	}
	.door .txt-box{
		width: 100%;
		position: relative;
	}
	.door .txt-box .line01{
		width: 93%;
		height: 1px;
		position: absolute;
		top: 0;
		right: 0;
		background: rgba(0, 0, 0, .3);
	}
	.door .txt-box .line02{
		width: 1px;
		height: 90%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, .3);
	}
	.door .txt-box .line03{
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgba(0, 0, 0, .3);
	}
	.door .txt-box .line04{
		width: 1px;
		height: 100%;
		position: absolute;
		bottom: 0;
		right: 0;
		background: rgba(0, 0, 0, .3);
	}
	.door .txt-box .line05{
		width: 1px;
		height: 50px;
		position: absolute;
		top: -20px;
        left: 4px;
		background: rgba(0, 0, 0, .3);
		transform:rotate(45deg);
	}
	.door .txt-box .txt-list{
		width: 100%;
		box-sizing: border-box;
		padding: 8% 8%;
	}
	.door .txt-box .txt-list li{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 0 3% 0;
	}
	.door .txt-box .txt-list li:last-child{
		margin: 0;
	}
	.door .txt-box .txt-list li .icon{
		width: 10%;
		position: relative;
	}
	.door .txt-box .txt-list li .icon .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.door .txt-box .txt-list li .txt{
		width: 87%;
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: justify;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item01 */
	.item01{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item01 .data{
		width: 100%;
	}
	.item01 .data .img01{
		width: 100%;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item01 .data .img02{
		width: 100%;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item01 .data .num{
		width: 110px;
		border-radius: 100px;
		border: 1px solid #adafaf;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item01 .data .num img {
		width: 100%;
		height: auto;
		animation: slideUpDown 3s ease-in-out infinite;
	}
	@keyframes slideUpDown {
		0% {
			transform: translateY(-100%);
			opacity: 0;
		}
		25% {
			transform: translateY(0);
			opacity: 1;
		}
		75% {
			transform: translateY(0);
			opacity: 1;
		}
		100% {
			transform: translateY(100%);
			opacity: 0;
		}
	}
	.item01 .data .txt{
		width: 85%;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 2.5em;
		white-space: nowrap;
		margin: 0 auto 7% auto;
	}
	.item01 .data .txt .big{
		font-size: 19px;
		font-weight: bold;
	}
	.item01 .data .link-box01{
		width: 85%;
		margin: 0 auto;
	}

	/* item02 */
	.item02{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.item02 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.item02 .img .cou{
		width: 35%;
		line-height: 0;
		margin: 3% 0 0 7.5%;
	}
	.item02 .data{
		width: 85%;
		margin: 0 auto;
	}
	.item02 .num{
		width: 110px;
		border-radius: 100px;
		border: 1px solid #adafaf;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item02 .num img {
		width: 100%;
		height: auto;
		animation: slideUpDown 3s ease-in-out infinite;
	}
	@keyframes slideUpDown {
		0% {
			transform: translateY(-100%);
			opacity: 0;
		}
		25% {
			transform: translateY(0);
			opacity: 1;
		}
		75% {
			transform: translateY(0);
			opacity: 1;
		}
		100% {
			transform: translateY(100%);
			opacity: 0;
		}
	}
	.item02 .data .txt{
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2.5em;
		white-space: nowrap;
		margin: 0 0 7% 0;
	}
	.item02 .data .txt .big{
		font-size: 19px;
		font-weight: bold;
	}
	.item02 .data .link-box01{
		width: 100%;
	}

	/* all-btn */
	.all-btn{
		width: 80%;
		display: block;
		margin: 0 auto 25% auto;
		box-shadow: 5px 5px 20px -5px #777777;
		border-radius: 15px;
		transition: .3s;
	}
	.all-btn:hover{
		box-shadow: 0px 0px 10px -5px #777777;
		border-radius: 15px;
		transition: .3s;
	}

	/* end-item */
	.end-item{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.end-item .main-title{
		width: 100%;
		font-family: "linotype-didot-headline", serif;
		font-weight: 400;
		font-style: normal;
		font-size: 35px;
		letter-spacing: 1px;
		color: #80a7d6;
		text-align: center;
		margin: 0 auto 5% auto;
	}
	.end-item .img{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 0 7% 0;
	}
	.end-item .img .txt{
		position: absolute;
		top: 10%;
		left: 5%;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2em;
		font-weight: bold;
	}
	.end-item .data{
		width: 85%;
		margin: 0 auto;
	}
	.end-item .data .sub-img{
		display: none;
	}

	.end-item-box{
		width: 85%;
		margin: 0 auto 10% auto;
	}
	.end-item02{
		width: 100%;
		position: relative;
		margin: 0 0 15% 0;
	}
	.end-item02 .num{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.end-item02 .num .in{
		width: 50px;
		position: relative;
		margin: 0 0 5% 0;
	}
	.end-item02 .num .title{
		font-size: 16px;
        letter-spacing: 3px;
        line-height: 1em;
        font-weight: bold;
	}
	.end-item02 .icon{
		width: 12%;
		position: absolute;
		z-index: 10;
	}
	.end-item02 .icon-sp01{
		top: 10px;
		left: 10px !important;
		z-index: 10;
	}
	.end-item02 .icon-sp02{
		top: 10px;
		right: 10px !important;
		z-index: 10;
	}
	.end-item02 .icon li{
		width: 100%;
		margin: 0 0 15px 0;
	}
	.end-item02 .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.end-item02 .link-box{
		width: 80%;
		overflow: hidden;
		margin: 0 auto 0 auto;
	}

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

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

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

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

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

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

	.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;
	}

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


}
