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

.is-hidden {
	visibility: hidden;
	opacity: 0;
	transition: .3s;
}
.item-s-sp{
	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; */




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

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

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 3%;
		line-height: 0;
		z-index: 10;
	}
	.mv-img-box{
		width: 50%;
	}
	.mv-title-box{
		width: 40%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 5%;
		position: absolute;
	}
	.mv-title01{
		width: 30%;
		margin: 0 auto 5% auto;
	}
	.mv-title02{
		width: 60%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.mv-title02 a{
		width: 35%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		z-index: 10;
	}
	.mv-title-box .mv-title03{
		width: 80%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title-box .mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.mv-title-box .mv-title04{
		width: 85%;
		position: relative;
		margin: 0 0 10% 15%;
	}
	.mv-title-box .mv-title05{
		width: 70%;
		position: relative;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 15% auto;
	}
	.mv-title-box .mv-title05 .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
	}
	.mv-title-box .mv-title06{
		width: 20%;
		position: relative;
		line-height: 0;
		margin: 0 auto;
	}


	/* read */
	.read{
		width: 100%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.read .bg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(180deg, rgba(239, 195, 214, 0.3) 10%, rgba(255, 255, 255, 0.5) 90%);
		z-index: -1;
	}
	.read .txt{
		width: 100%;
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	/* side-nav */
	#side-nav{
		position: fixed;
		width:max-content;
		z-index: 99;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 15px;
	}
	#side-nav nav .side-nav-in li{
		width: 90px;
		position: relative;
		box-sizing: border-box;
		padding: 5px 0;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a{
		width: 100%;
		margin: 0 auto;
		display: block;
		opacity: .3;
		transition: .3s;
		box-sizing: border-box;
		position: relative;
		margin: 0 0 0 0%;
		padding: 10px 0;
	}
	#side-nav nav .side-nav-in li a img{
		width: 100%;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover {
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}

	.section-box{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.section-box-end{
		width: 100%;
		height: 0px;
		position: relative;
		margin: 0 auto 0% auto !important;
		padding: 0 0 0 0 !important;
	}

	/* top-nav */
	.top-nav{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.top-nav-list{
		width: 15%;
		position: relative;
	}
	.top-nav-list .num{
		width: max-content;
		position: absolute;
		top: -20px;
		left: 0;
		z-index: 10;
	}
	.top-nav-list .num img{
		height: 50px;
	}
	.top-nav-list a .img{
		width: 100%;
		overflow: hidden;
		border-radius: 500px;
		margin: 0 auto 10% auto;
	}
	.top-nav-list a .img img{
		width: 100%;
		opacity: 1;
		transition: .3s;
		transform: scale(1);
	}
	.top-nav-list a:hover .img img{
		width: 100%;
		opacity: .7;
		transition: .3s;
		transform: scale(1.05);
	}
	.top-nav-list .title{
		width: max-content;
		margin: 0 auto;
	}
	.top-nav-list .title li{
		width: max-content;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	.top-nav-list .title li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #EB8695;
		margin: 2% auto 0 auto;
		position: relative;
	}
	.top-nav-list .title li:nth-child(2) .line{
		width: 100%;
		height: 1px;
		background: #EB8695;
		margin: 0% auto 0 auto;
		position: relative;
	}
	.top-nav-list .title li:nth-child(1){
		width: max-content;
		margin: 0 auto 8% auto;
	}
	.top-nav-list .title li:nth-child(1) img{
		height: 25px;
		line-height: 0;
	}
	.top-nav-list .title li:nth-child(2) img{
		height: 25px;
		line-height: 0;
	}

	/* fix-side */
	.fix-side{
		position: absolute;
		top: 20%;
		right: 10px;
		width: 20px;
		height: 70%;
		z-index: 20;
	}
	.fix-side .fix-side-in{
		position: sticky;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		width: 100%;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item01 */
	.item01{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 10% auto;
	}
	.item01 .img{
		width: 55%;
	}
	.item01 .img .img-in{
		width: 100%;
		display: block;
		overflow: hidden;
		margin: 0 0 3% 0;
	}
	.item01 .img .img-in02{
		width: 80%;
		display: block;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item01 .img .link-box{
		width: 92%;
		display: flex;
		justify-content: space-between;
	}
	.item01 .img .link-box02{
		margin: 0 0 0 8% !important;
	}
	.item01 .img .link-box .link-box-in{
		width: 45%;
	}
	.item01 .data{
		width: 45%;
	}
	.item01 .data01{
		padding: 5% 7% 0 13%;
		box-sizing: border-box;
	}
	.item01 .data02{
		padding: 5% 10% 0 5%;
		box-sizing: border-box;
	}
	.item01 .data .main-title{
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
	}
	.item01 .data .title{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
	}
	.item01 .data .txt{
		width: 80%;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
	}
	.item01 .data .for{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 7% 0;
	}
	.item01 .data .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item01 .data .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item01 .data .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item01 .data .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item01 .data .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item01 .data .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item01 .data .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item01 .data .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item01 .data .top-title{
		width: max-content;
		margin: 0 0 15% 0;
	}
	.item01 .data .top-title li{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.item01 .data .top-title li .on{
		width: 100%;
		top: 0;
		left: 0;
		position: absolute;
		z-index: 10;
	}
	.item01 .data .top-title li .line{
		width: 100%;
		height: 2px;
		background: #EB8695;
		margin: 2% auto 0 auto;
	}
	.item01 .data .top-title li:nth-child(1){
		width: 90px;
		margin: 0 auto 7% auto;
	}
	.item01 .data .top-title li:nth-child(2){
		width: max-content;
		margin: 0 auto 7% auto;
	}
	.item01 .data .top-title li:nth-child(2) img{
		height: 55px;
	}
	.item01 .data .top-title li:nth-child(3){
		width: max-content;
		margin: 0 auto;
	}
	.item01 .data .top-title li:nth-child(3) img{
		height: 40px;
	}

	/* item02 */
	.item02{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.item02 .data-box{
		width: 100%;
		position: relative;
		margin: 0 auto 3% auto;
		padding: 7% 0 0 0;
	}
	.item02 .data-box .img{
		width: 100%;
		overflow: hidden;
	}
	.item02 .data-box .data01{
		width: 22%;
		position: absolute;
		left: 15%;
		top: 0%;
		z-index: 10;
	}
	.item02 .data-box .data01 .top-title{
		width: max-content;
		margin: 0 0 15% 0;
	}
	.item02 .data-box .data01 .top-title li{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.item02 .data-box .data01 .top-title li .on{
		width: 100%;
		top: 0;
		left: 0;
		position: absolute;
		z-index: 10;
	}
	.item02 .data-box .data01 .top-title li .line{
		width: 100%;
		height: 2px;
		background: #EB8695;
		margin: 2% auto 0 auto;
	}
	.item02 .data-box .data01 .top-title li:nth-child(1){
		width: 90px;
		margin: 0 auto 7% auto;
	}
	.item02 .data-box .data01 .top-title li:nth-child(2){
		width: max-content;
		margin: 0 auto 7% auto;
	}
	.item02 .data-box .data01 .top-title li:nth-child(2) img{
		height: 55px;
	}
	.item02 .data-box .data01 .top-title li:nth-child(3){
		width: max-content;
		margin: 0 auto;
	}
	.item02 .data-box .data01 .top-title li:nth-child(3) img{
		height: 50px;
	}
	.item02 .data-box .data01 .main-title{
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
	}
	.item02 .data-box .data02{
		width: 22%;
		position: absolute;
		right: 5%;
		bottom: 10%;
		z-index: 10;
	}
	.item02 .data-box .data02 .for{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 7% 0;
	}
	.item02 .data-box .data02 .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item02 .data-box .data02 .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item02 .data-box .data02 .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item02 .data-box .data02 .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item02 .data-box .data02 .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item02 .data-box .data02 .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item02 .data-box .data02 .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item02 .data-box .data02 .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item02 .data-box .data02 .title{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
		color: #fff;
	}
	.item02 .data-box .data02 .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
		color: #fff;
	}
	.item02 .link-box{
		width: 50%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .link-box .link-box-in{
		width: 45%;
	}

	/* item03 */
	.item03{
		width: 50%;
		margin: 0 auto;
		position: relative;
	}
	.item03 .img{
		width: 75%;
		margin: 0 auto 5% auto;
	}
	.item03 .data{
		width: 40%;
		position: absolute;
		top: 20%;
		right: -35%;
		z-index: 10;
	}
	.item03 .data .for{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 15% 0;
	}
	.item03 .data .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item03 .data .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item03 .data .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item03 .data .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item03 .data .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item03 .data .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item03 .data .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item03 .data .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item03 .data .title{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
	}
	.item03 .data .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 15% 0;
	}
	.item03 .link-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item03 .link-box .link-box-in{
		width: 45%;
	}

	/* item04 */
	.item04-list{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item04{
		width: 47%;
	}
	.item04 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item04 .data-box{
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 7% auto;
	}
	.item04 .data-box .data01{
		width: 40%;
	}
	.item04 .data-box .data01 .for{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 15% 0;
	}
	.item04 .data-box .data01 .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item04 .data-box .data01 .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item04 .data-box .data01 .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item04 .data-box .data01 .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item04 .data-box .data01 .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item04 .data-box .data01 .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item04 .data-box .data01 .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item04 .data-box .data01 .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item04 .data-box .data02{
		width: 60%;
	}
	.item04 .data-box .data02 .title{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 7% 0;
		white-space: nowrap;
	}
	.item04 .data-box .txt{
		width: 100%;
		min-height: 100px;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
	}
	.item04 .link-box{
		width: 80%;
		margin: 0 auto 0 auto;
	}



	/* item05 */
	.item05{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto;
	}
	.item05 .img{
		width: 50%;
		box-sizing: border-box;
		padding: 0 2%;
	}
	.item05 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item05 .data .for{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 15% 0;
	}
	.item05 .data .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item05 .data .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item05 .data .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item05 .data .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item05 .data .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item05 .data .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item05 .data .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item05 .data .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item05 .data .title{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
	}
	.item05 .data .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 15% 0;
	}

	/* end */
	.end{
		width: 280px;
		margin: 0 auto 7% auto;
	}


	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 15px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 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: #EB8695;
		border: .5px solid #EB8695;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #EB8695;
		color: #EB8695;
	}
	
	.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{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 3%;
		line-height: 0;
		z-index: 10;
	}
	.mv-img-box{
		width: 50%;
	}
	.mv-title-box{
		width: 40%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 5%;
		position: absolute;
	}
	.mv-title01{
		width: 30%;
		margin: 0 auto 5% auto;
	}
	.mv-title02{
		width: 60%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.mv-title02 a{
		width: 35%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		z-index: 10;
	}
	.mv-title-box .mv-title03{
		width: 80%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title-box .mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.mv-title-box .mv-title04{
		width: 85%;
		position: relative;
		margin: 0 0 10% 15%;
	}
	.mv-title-box .mv-title05{
		width: 70%;
		position: relative;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 15% auto;
	}
	.mv-title-box .mv-title05 .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
	}
	.mv-title-box .mv-title06{
		width: 20%;
		position: relative;
		line-height: 0;
		margin: 0 auto;
	}


	/* read */
	.read{
		width: 100%;
		position: relative;
		margin: 0 0 8% 0;
	}
	.read .bg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(180deg, rgba(239, 195, 214, 0.3) 10%, rgba(255, 255, 255, 0.5) 90%);
		z-index: -1;
	}
	.read .txt{
		width: 100%;
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	/* side-nav */
	#side-nav{
		position: fixed;
		width:max-content;
		z-index: 99;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 10px;
	}
	#side-nav nav .side-nav-in li{
		width: 80px;
		position: relative;
		box-sizing: border-box;
		padding: 5px 0;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a{
		width: 100%;
		margin: 0 auto;
		display: block;
		opacity: .3;
		transition: .3s;
		box-sizing: border-box;
		position: relative;
		margin: 0 0 0 0%;
		padding: 10px 0;
	}
	#side-nav nav .side-nav-in li a img{
		width: 100%;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover {
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}

	.section-box{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.section-box-end{
		width: 100%;
		height: 0px;
		position: relative;
		margin: 0 auto 0% auto !important;
		padding: 0 0 0 0 !important;
	}

	/* top-nav */
	.top-nav{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.top-nav-list{
		width: 15%;
		position: relative;
	}
	.top-nav-list .num{
		width: max-content;
		position: absolute;
		top: -20px;
		left: 0;
		z-index: 10;
	}
	.top-nav-list .num img{
		height: 50px;
	}
	.top-nav-list a .img{
		width: 100%;
		overflow: hidden;
		border-radius: 500px;
		margin: 0 auto 10% auto;
	}
	.top-nav-list a .img img{
		width: 100%;
		opacity: 1;
		transition: .3s;
		transform: scale(1);
	}
	.top-nav-list a:hover .img img{
		width: 100%;
		opacity: .7;
		transition: .3s;
		transform: scale(1.05);
	}
	.top-nav-list .title{
		width: max-content;
		margin: 0 auto;
	}
	.top-nav-list .title li{
		width: max-content;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	.top-nav-list .title li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #EB8695;
		margin: 2% auto 0 auto;
		position: relative;
	}
	.top-nav-list .title li:nth-child(2) .line{
		width: 100%;
		height: 1px;
		background: #EB8695;
		margin: 0% auto 0 auto;
		position: relative;
	}
	.top-nav-list .title li:nth-child(1){
		width: max-content;
		margin: 0 auto 8% auto;
	}
	.top-nav-list .title li:nth-child(1) img{
		height: 25px;
		line-height: 0;
	}
	.top-nav-list .title li:nth-child(2) img{
		height: 25px;
		line-height: 0;
	}

	/* fix-side */
	.fix-side{
		position: absolute;
		top: 20%;
		right: 10px;
		width: 20px;
		height: 70%;
		z-index: 20;
	}
	.fix-side .fix-side-in{
		position: sticky;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		width: 100%;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item01 */
	.item01{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 10% auto;
	}
	.item01 .img{
		width: 55%;
	}
	.item01 .img .img-in{
		width: 100%;
		display: block;
		overflow: hidden;
		margin: 0 0 3% 0;
	}
	.item01 .img .img-in02{
		width: 80%;
		display: block;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item01 .img .link-box{
		width: 90%;
		display: flex;
		justify-content: space-between;
	}
	.item01 .img .link-box02{
		margin: 0 0 0 10% !important;
	}
	.item01 .img .link-box .link-box-in{
		width: 45%;
	}
	.item01 .data{
		width: 45%;
	}
	.item01 .data01{
		padding: 5% 7% 0 13%;
		box-sizing: border-box;
	}
	.item01 .data02{
		padding: 5% 10% 0 5%;
		box-sizing: border-box;
	}
	.item01 .data .main-title{
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
	}
	.item01 .data .title{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
	}
	.item01 .data .txt{
		width: 80%;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
	}
	.item01 .data .for{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 7% 0;
	}
	.item01 .data .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item01 .data .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item01 .data .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item01 .data .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item01 .data .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item01 .data .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item01 .data .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item01 .data .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item01 .data .top-title{
		width: max-content;
		margin: 0 0 15% 0;
	}
	.item01 .data .top-title li{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.item01 .data .top-title li .on{
		width: 100%;
		top: 0;
		left: 0;
		position: absolute;
		z-index: 10;
	}
	.item01 .data .top-title li .line{
		width: 100%;
		height: 2px;
		background: #EB8695;
		margin: 2% auto 0 auto;
	}
	.item01 .data .top-title li:nth-child(1){
		width: 90px;
		margin: 0 auto 7% auto;
	}
	.item01 .data .top-title li:nth-child(2){
		width: max-content;
		margin: 0 auto 7% auto;
	}
	.item01 .data .top-title li:nth-child(2) img{
		height: 55px;
	}
	.item01 .data .top-title li:nth-child(3){
		width: max-content;
		margin: 0 auto;
	}
	.item01 .data .top-title li:nth-child(3) img{
		height: 40px;
	}

	/* item02 */
	.item02{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.item02 .data-box{
		width: 100%;
		position: relative;
		margin: 0 auto 3% auto;
		padding: 7% 0 0 0;
	}
	.item02 .data-box .img{
		width: 100%;
		overflow: hidden;
	}
	.item02 .data-box .data01{
		width: 22%;
		position: absolute;
		left: 15%;
		top: 0%;
		z-index: 10;
	}
	.item02 .data-box .data01 .top-title{
		width: max-content;
		margin: 0 0 15% 0;
	}
	.item02 .data-box .data01 .top-title li{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.item02 .data-box .data01 .top-title li .on{
		width: 100%;
		top: 0;
		left: 0;
		position: absolute;
		z-index: 10;
	}
	.item02 .data-box .data01 .top-title li .line{
		width: 100%;
		height: 2px;
		background: #EB8695;
		margin: 2% auto 0 auto;
	}
	.item02 .data-box .data01 .top-title li:nth-child(1){
		width: 90px;
		margin: 0 auto 7% auto;
	}
	.item02 .data-box .data01 .top-title li:nth-child(2){
		width: max-content;
		margin: 0 auto 7% auto;
	}
	.item02 .data-box .data01 .top-title li:nth-child(2) img{
		height: 55px;
	}
	.item02 .data-box .data01 .top-title li:nth-child(3){
		width: max-content;
		margin: 0 auto;
	}
	.item02 .data-box .data01 .top-title li:nth-child(3) img{
		height: 50px;
	}
	.item02 .data-box .data01 .main-title{
		font-size: 30px;
		letter-spacing: 5px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
	}
	.item02 .data-box .data02{
		width: 22%;
		position: absolute;
		right: 5%;
		bottom: 10%;
		z-index: 10;
	}
	.item02 .data-box .data02 .for{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 7% 0;
	}
	.item02 .data-box .data02 .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item02 .data-box .data02 .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item02 .data-box .data02 .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item02 .data-box .data02 .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item02 .data-box .data02 .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item02 .data-box .data02 .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item02 .data-box .data02 .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item02 .data-box .data02 .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item02 .data-box .data02 .title{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
		color: #fff;
	}
	.item02 .data-box .data02 .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
		color: #fff;
	}
	.item02 .link-box{
		width: 50%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .link-box .link-box-in{
		width: 45%;
	}

	/* item03 */
	.item03{
		width: 50%;
		margin: 0 auto;
		position: relative;
	}
	.item03 .img{
		width: 75%;
		margin: 0 auto 5% auto;
	}
	.item03 .data{
		width: 40%;
		position: absolute;
		top: 20%;
		right: -35%;
		z-index: 10;
	}
	.item03 .data .for{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 15% 0;
	}
	.item03 .data .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item03 .data .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item03 .data .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item03 .data .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item03 .data .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item03 .data .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item03 .data .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item03 .data .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item03 .data .title{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
	}
	.item03 .data .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 15% 0;
	}
	.item03 .link-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item03 .link-box .link-box-in{
		width: 45%;
	}

	/* item04 */
	.item04-list{
		width: 70%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item04{
		width: 47%;
	}
	.item04 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item04 .data-box{
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 7% auto;
	}
	.item04 .data-box .data01{
		width: 40%;
	}
	.item04 .data-box .data01 .for{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 15% 0;
	}
	.item04 .data-box .data01 .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item04 .data-box .data01 .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item04 .data-box .data01 .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item04 .data-box .data01 .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item04 .data-box .data01 .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item04 .data-box .data01 .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item04 .data-box .data01 .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item04 .data-box .data01 .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item04 .data-box .data02{
		width: 60%;
	}
	.item04 .data-box .data02 .title{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 7% 0;
		white-space: nowrap;
	}
	.item04 .data-box .txt{
		width: 100%;
		min-height: 100px;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
	}
	.item04 .link-box{
		width: 80%;
		margin: 0 auto 0 auto;
	}



	/* item05 */
	.item05{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto;
	}
	.item05 .img{
		width: 50%;
		box-sizing: border-box;
		padding: 0 2%;
	}
	.item05 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item05 .data .for{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 15% 0;
	}
	.item05 .data .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item05 .data .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item05 .data .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item05 .data .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item05 .data .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item05 .data .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item05 .data .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item05 .data .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item05 .data .title{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
	}
	.item05 .data .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 15% 0;
	}

	/* end */
	.end{
		width: 280px;
		margin: 0 auto 7% auto;
	}


	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 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: #EB8695;
		border: .5px solid #EB8695;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #EB8695;
		color: #EB8695;
	}
	
	.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{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 3%;
		line-height: 0;
		z-index: 10;
	}
	.mv-img-box{
		width: 50%;
	}
	.mv-title-box{
		width: 40%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 5%;
		position: absolute;
	}
	.mv-title01{
		width: 30%;
		margin: 0 auto 5% auto;
	}
	.mv-title02{
		width: 60%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.mv-title02 a{
		width: 35%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		z-index: 10;
	}
	.mv-title-box .mv-title03{
		width: 80%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title-box .mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.mv-title-box .mv-title04{
		width: 85%;
		position: relative;
		margin: 0 0 10% 15%;
	}
	.mv-title-box .mv-title05{
		width: 70%;
		position: relative;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 15% auto;
	}
	.mv-title-box .mv-title05 .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
	}
	.mv-title-box .mv-title06{
		width: 20%;
		position: relative;
		line-height: 0;
		margin: 0 auto;
	}


	/* read */
	.read{
		width: 100%;
		position: relative;
		margin: 0 0 8% 0;
	}
	.read .bg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(180deg, rgba(239, 195, 214, 0.3) 10%, rgba(255, 255, 255, 0.5) 90%);
		z-index: -1;
	}
	.read .txt{
		width: 100%;
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	/* side-nav */
	#side-nav{
		position: fixed;
		width:max-content;
		z-index: 99;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 10px;
	}
	#side-nav nav .side-nav-in li{
		width: 25%;
		position: relative;
		box-sizing: border-box;
		padding: 0 0;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a{
		width: 100%;
		margin: 0 auto;
		display: block;
		opacity: .3;
		transition: .3s;
		box-sizing: border-box;
		position: relative;
		margin: 0 0 0 0%;
		padding: 10px 0;
	}
	#side-nav nav .side-nav-in li a img{
		width: 100%;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover {
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}

	.section-box{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.section-box-end{
		width: 100%;
		height: 0px;
		position: relative;
		margin: 0 auto 0% auto !important;
		padding: 0 0 0 0 !important;
	}

	/* top-nav */
	.top-nav{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.top-nav-list{
		width: 15%;
		position: relative;
	}
	.top-nav-list .num{
		width: max-content;
		position: absolute;
		top: -20px;
		left: 0;
		z-index: 10;
	}
	.top-nav-list .num img{
		height: 50px;
	}
	.top-nav-list a .img{
		width: 100%;
		overflow: hidden;
		border-radius: 500px;
		margin: 0 auto 10% auto;
	}
	.top-nav-list a .img img{
		width: 100%;
		opacity: 1;
		transition: .3s;
		transform: scale(1);
	}
	.top-nav-list a:hover .img img{
		width: 100%;
		opacity: .7;
		transition: .3s;
		transform: scale(1.05);
	}
	.top-nav-list .title{
		width: max-content;
		margin: 0 auto;
	}
	.top-nav-list .title li{
		width: max-content;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	.top-nav-list .title li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #EB8695;
		margin: 2% auto 0 auto;
		position: relative;
	}
	.top-nav-list .title li:nth-child(2) .line{
		width: 100%;
		height: 1px;
		background: #EB8695;
		margin: 0% auto 0 auto;
		position: relative;
	}
	.top-nav-list .title li:nth-child(1){
		width: max-content;
		margin: 0 auto 8% auto;
	}
	.top-nav-list .title li:nth-child(1) img{
		height: 25px;
		line-height: 0;
	}
	.top-nav-list .title li:nth-child(2) img{
		height: 25px;
		line-height: 0;
	}

	/* fix-side */
	.fix-side{
		position: absolute;
		top: 20%;
		right: 10px;
		width: 20px;
		height: 70%;
		z-index: 20;
	}
	.fix-side .fix-side-in{
		position: sticky;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		width: 100%;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item01 */
	.item01{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 10% auto;
	}
	.item01 .img{
		width: 55%;
	}
	.item01 .img .img-in{
		width: 100%;
		display: block;
		overflow: hidden;
		margin: 0 0 3% 0;
	}
	.item01 .img .img-in02{
		width: 90%;
		display: block;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item01 .img .link-box{
		width: 90%;
		display: flex;
		justify-content: space-between;
	}
	.item01 .img .link-box02{
		margin: 0 0 0 10% !important;
	}
	.item01 .img .link-box .link-box-in{
		width: 48%;
	}
	.item01 .data{
		width: 45%;
	}
	.item01 .data01{
		padding: 5% 7% 0 13%;
		box-sizing: border-box;
	}
	.item01 .data02{
		padding: 5% 10% 0 5%;
		box-sizing: border-box;
	}
	.item01 .data .main-title{
		font-size: 25px;
		letter-spacing: 5px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 15% 0;
	}
	.item01 .data .title{
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
	}
	.item01 .data .txt{
		width: 100%;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
	}
	.item01 .data .for{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 7% 0;
	}
	.item01 .data .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item01 .data .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item01 .data .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item01 .data .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item01 .data .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item01 .data .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item01 .data .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item01 .data .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item01 .data .top-title{
		width: max-content;
		margin: 0 0 15% 0;
	}
	.item01 .data .top-title li{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.item01 .data .top-title li .on{
		width: 100%;
		top: 0;
		left: 0;
		position: absolute;
		z-index: 10;
	}
	.item01 .data .top-title li .line{
		width: 100%;
		height: 2px;
		background: #EB8695;
		margin: 2% auto 0 auto;
	}
	.item01 .data .top-title li:nth-child(1){
		width: 70px;
		margin: 0 auto 7% auto;
	}
	.item01 .data .top-title li:nth-child(2){
		width: max-content;
		margin: 0 auto 7% auto;
	}
	.item01 .data .top-title li:nth-child(2) img{
		height: 45px;
	}
	.item01 .data .top-title li:nth-child(3){
		width: max-content;
		margin: 0 auto;
	}
	.item01 .data .top-title li:nth-child(3) img{
		height: 30px;
	}

	/* item02 */
	.item02{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.item02 .data-box{
		width: 100%;
		position: relative;
		margin: 0 auto 3% auto;
		padding: 7% 0 0 0;
	}
	.item02 .data-box .img{
		width: 100%;
		overflow: hidden;
	}
	.item02 .data-box .data01{
		width: 22%;
		position: absolute;
		left: 15%;
		top: 0%;
		z-index: 10;
	}
	.item02 .data-box .data01 .top-title{
		width: max-content;
		margin: 0 0 15% 0;
	}
	.item02 .data-box .data01 .top-title li{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.item02 .data-box .data01 .top-title li .on{
		width: 100%;
		top: 0;
		left: 0;
		position: absolute;
		z-index: 10;
	}
	.item02 .data-box .data01 .top-title li .line{
		width: 100%;
		height: 2px;
		background: #EB8695;
		margin: 2% auto 0 auto;
	}
	.item02 .data-box .data01 .top-title li:nth-child(1){
		width: 70px;
		margin: 0 auto 7% auto;
	}
	.item02 .data-box .data01 .top-title li:nth-child(2){
		width: max-content;
		margin: 0 auto 7% auto;
	}
	.item02 .data-box .data01 .top-title li:nth-child(2) img{
		height: 45px;
	}
	.item02 .data-box .data01 .top-title li:nth-child(3){
		width: max-content;
		margin: 0 auto;
	}
	.item02 .data-box .data01 .top-title li:nth-child(3) img{
		height: 40px;
	}
	.item02 .data-box .data01 .main-title{
		font-size: 25px;
		letter-spacing: 5px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
		white-space: nowrap;
	}
	.item02 .data-box .data02{
		width: 22%;
		position: absolute;
		right: 5%;
		bottom: 10%;
		z-index: 10;
	}
	.item02 .data-box .data02 .for{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 7% 0;
	}
	.item02 .data-box .data02 .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item02 .data-box .data02 .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item02 .data-box .data02 .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item02 .data-box .data02 .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item02 .data-box .data02 .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item02 .data-box .data02 .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item02 .data-box .data02 .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item02 .data-box .data02 .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item02 .data-box .data02 .title{
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
		color: #fff;
	}
	.item02 .data-box .data02 .txt{
		width: 100%;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
		color: #fff;
	}
	.item02 .link-box{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .link-box .link-box-in{
		width: 47%;
	}

	/* item03 */
	.item03{
		width: 50%;
		margin: 0 auto;
		position: relative;
	}
	.item03 .img{
		width: 75%;
		margin: 0 auto 5% auto;
	}
	.item03 .data{
		width: 40%;
		position: absolute;
		top: 20%;
		right: -35%;
		z-index: 10;
	}
	.item03 .data .for{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 15% 0;
	}
	.item03 .data .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item03 .data .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item03 .data .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item03 .data .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item03 .data .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item03 .data .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item03 .data .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item03 .data .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item03 .data .title{
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
	}
	.item03 .data .txt{
		width: 100%;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 15% 0;
	}
	.item03 .link-box{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item03 .link-box .link-box-in{
		width: 47%;
	}

	/* item04 */
	.item04-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item04{
		width: 47%;
	}
	.item04 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item04 .data-box{
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 7% auto;
	}
	.item04 .data-box .data01{
		width: 40%;
	}
	.item04 .data-box .data01 .for{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 15% 0;
	}
	.item04 .data-box .data01 .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item04 .data-box .data01 .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item04 .data-box .data01 .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item04 .data-box .data01 .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item04 .data-box .data01 .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item04 .data-box .data01 .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item04 .data-box .data01 .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item04 .data-box .data01 .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item04 .data-box .data02{
		width: 55%;
	}
	.item04 .data-box .data02 .title{
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 7% 0;
		white-space: nowrap;
	}
	.item04 .data-box .txt{
		width: 100%;
		min-height: 100px;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
	}
	.item04 .link-box{
		width: 80%;
		margin: 0 0 0 7%;
	}



	/* item05 */
	.item05{
		width: 70%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto;
	}
	.item05 .img{
		width: 50%;
		box-sizing: border-box;
		padding: 0 2%;
	}
	.item05 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item05 .data .for{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 15% 0;
	}
	.item05 .data .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item05 .data .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item05 .data .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item05 .data .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item05 .data .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item05 .data .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item05 .data .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item05 .data .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item05 .data .title{
		font-size: 19px;
		letter-spacing: 3px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
	}
	.item05 .data .txt{
		width: 100%;
		font-size: 15px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 15% 0;
	}

	/* end */
	.end{
		width: 280px;
		margin: 0 auto 7% auto;
	}


	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 13px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 14px;
		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 5px 0 0;
	}
	.cart-yen span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 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: 70px;
		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: 70px;
		padding: 5px 0 5px 0;
		background: #EB8695;
		border: .5px solid #EB8695;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #EB8695;
		color: #EB8695;
	}
	
	.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{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 3%;
		line-height: 0;
		z-index: 10;
	}
	.mv-img-box{
		width: 50%;
	}
	.mv-title-box{
		width: 40%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 5%;
		position: absolute;
	}
	.mv-title01{
		width: 30%;
		margin: 0 auto 5% auto;
	}
	.mv-title02{
		width: 60%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.mv-title02 a{
		width: 35%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		z-index: 10;
	}
	.mv-title-box .mv-title03{
		width: 80%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title-box .mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.mv-title-box .mv-title04{
		width: 85%;
		position: relative;
		margin: 0 0 10% 15%;
	}
	.mv-title-box .mv-title05{
		width: 70%;
		position: relative;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 15% auto;
	}
	.mv-title-box .mv-title05 .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
	}
	.mv-title-box .mv-title06{
		width: 20%;
		position: relative;
		line-height: 0;
		margin: 0 auto;
	}


	/* read */
	.read{
		width: 100%;
		position: relative;
		margin: 0 0 8% 0;
	}
	.read .bg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(180deg, rgba(239, 195, 214, 0.3) 10%, rgba(255, 255, 255, 0.5) 90%);
		z-index: -1;
	}
	.read .txt{
		width: 100%;
		font-size: 19px;
		letter-spacing: 5px;
		line-height: 2.5em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	/* side-nav */
	#side-nav{
		position: fixed;
		width:max-content;
		z-index: 99;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 15px;
	}
	#side-nav nav .side-nav-in li{
		width: 70px;
		position: relative;
		box-sizing: border-box;
		padding: 0 0;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a{
		width: 100%;
		margin: 0 auto;
		display: block;
		opacity: .3;
		transition: .3s;
		box-sizing: border-box;
		position: relative;
		margin: 0 0 0 0%;
		padding: 10px 0;
	}
	#side-nav nav .side-nav-in li a img{
		width: 100%;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover {
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}

	.section-box{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.section-box-end{
		width: 100%;
		height: 0px;
		position: relative;
		margin: 0 auto 0% auto !important;
		padding: 0 0 0 0 !important;
	}

	/* top-nav */
	.top-nav{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 10% auto;
	}
	.top-nav-list{
		width: 15%;
		position: relative;
	}
	.top-nav-list .num{
		width: max-content;
		position: absolute;
		top: -20px;
		left: 0;
		z-index: 10;
	}
	.top-nav-list .num img{
		height: 40px;
	}
	.top-nav-list a .img{
		width: 100%;
		overflow: hidden;
		border-radius: 500px;
		margin: 0 auto 10% auto;
	}
	.top-nav-list a .img img{
		width: 100%;
		opacity: 1;
		transition: .3s;
		transform: scale(1);
	}
	.top-nav-list a:hover .img img{
		width: 100%;
		opacity: .7;
		transition: .3s;
		transform: scale(1.05);
	}
	.top-nav-list .title{
		width: max-content;
		margin: 0 auto;
	}
	.top-nav-list .title li{
		width: max-content;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	.top-nav-list .title li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #EB8695;
		margin: 2% auto 0 auto;
		position: relative;
	}
	.top-nav-list .title li:nth-child(2) .line{
		width: 100%;
		height: 1px;
		background: #EB8695;
		margin: 0% auto 0 auto;
		position: relative;
	}
	.top-nav-list .title li:nth-child(1){
		width: max-content;
		margin: 0 auto 8% auto;
	}
	.top-nav-list .title li:nth-child(1) img{
		height: 20px;
		line-height: 0;
	}
	.top-nav-list .title li:nth-child(2) img{
		height: 20px;
		line-height: 0;
	}

	/* fix-side */
	.fix-side{
		position: absolute;
		top: 20%;
		right: 10px;
		width: 20px;
		height: 70%;
		z-index: 20;
	}
	.fix-side .fix-side-in{
		position: sticky;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		width: 100%;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item01 */
	.item01{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 10% auto;
	}
	.item01 .img{
		width: 55%;
	}
	.item01 .img .img-in{
		width: 100%;
		display: block;
		overflow: hidden;
		margin: 0 0 3% 0;
	}
	.item01 .img .img-in02{
		width: 90%;
		display: block;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.item01 .img .link-box{
		width: 80%;
	}
	.item01 .img .link-box02{
		margin: 0 0 0 20% !important;
	}
	.item01 .img .link-box .link-box-in{
		width: 100%;
	}
	.item01 .data{
		width: 45%;
	}
	.item01 .data01{
		padding: 5% 7% 0 13%;
		box-sizing: border-box;
	}
	.item01 .data02{
		padding: 5% 10% 0 5%;
		box-sizing: border-box;
	}
	.item01 .data .main-title{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 15% 0;
	}
	.item01 .data .title{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
	}
	.item01 .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
	}
	.item01 .data .for{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 7% 0;
	}
	.item01 .data .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item01 .data .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item01 .data .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item01 .data .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item01 .data .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item01 .data .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item01 .data .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item01 .data .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item01 .data .top-title{
		width: max-content;
		margin: 0 0 15% 0;
	}
	.item01 .data .top-title li{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.item01 .data .top-title li .on{
		width: 100%;
		top: 0;
		left: 0;
		position: absolute;
		z-index: 10;
	}
	.item01 .data .top-title li .line{
		width: 100%;
		height: 2px;
		background: #EB8695;
		margin: 2% auto 0 auto;
	}
	.item01 .data .top-title li:nth-child(1){
		width: 70px;
		margin: 0 auto 7% auto;
	}
	.item01 .data .top-title li:nth-child(2){
		width: max-content;
		margin: 0 auto 7% auto;
	}
	.item01 .data .top-title li:nth-child(2) img{
		height: 35px;
	}
	.item01 .data .top-title li:nth-child(3){
		width: max-content;
		margin: 0 auto;
	}
	.item01 .data .top-title li:nth-child(3) img{
		height: 25px;
	}

	/* item02 */
	.item02{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.item02 .data-box{
		width: 100%;
		position: relative;
		margin: 0 auto 3% auto;
		padding: 9% 0 0 0;
	}
	.item02 .data-box .img{
		width: 100%;
		overflow: hidden;
	}
	.item02 .data-box .data01{
		width: 30%;
		position: absolute;
		left: 15%;
		top: 0%;
		z-index: 10;
	}
	.item02 .data-box .data01 .top-title{
		width: max-content;
		margin: 0 0 15% 0;
	}
	.item02 .data-box .data01 .top-title li{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.item02 .data-box .data01 .top-title li .on{
		width: 100%;
		top: 0;
		left: 0;
		position: absolute;
		z-index: 10;
	}
	.item02 .data-box .data01 .top-title li .line{
		width: 100%;
		height: 2px;
		background: #EB8695;
		margin: 2% auto 0 auto;
	}
	.item02 .data-box .data01 .top-title li:nth-child(1){
		width: 70px;
		margin: 0 auto 7% auto;
	}
	.item02 .data-box .data01 .top-title li:nth-child(2){
		width: max-content;
		margin: 0 auto 7% auto;
	}
	.item02 .data-box .data01 .top-title li:nth-child(2) img{
		height: 35px;
	}
	.item02 .data-box .data01 .top-title li:nth-child(3){
		width: max-content;
		margin: 0 auto;
	}
	.item02 .data-box .data01 .top-title li:nth-child(3) img{
		height: 35px;
	}
	.item02 .data-box .data01 .main-title{
		font-size: 21px;
		letter-spacing: 5px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		color: #fff;
		white-space: nowrap;
	}
	.item02 .data-box .data02{
		width: 25%;
		position: absolute;
		right: 5%;
		bottom: 10%;
		z-index: 10;
	}
	.item02 .data-box .data02 .for{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 7% 0;
	}
	.item02 .data-box .data02 .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item02 .data-box .data02 .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item02 .data-box .data02 .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item02 .data-box .data02 .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item02 .data-box .data02 .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item02 .data-box .data02 .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item02 .data-box .data02 .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item02 .data-box .data02 .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item02 .data-box .data02 .title{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
		color: #fff;
	}
	.item02 .data-box .data02 .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
		color: #fff;
	}
	.item02 .link-box{
		width: 40%;
		margin: 0 auto;
	}
	.item02 .link-box .link-box-in{
		width: 100%;
	}

	/* item03 */
	.item03{
		width: 50%;
		margin: 0 auto;
		position: relative;
	}
	.item03 .img{
		width: 75%;
		margin: 0 auto 5% auto;
	}
	.item03 .data{
		width: 40%;
		position: absolute;
		top: 20%;
		right: -35%;
		z-index: 10;
	}
	.item03 .data .for{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 15% 0;
	}
	.item03 .data .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item03 .data .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item03 .data .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item03 .data .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item03 .data .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item03 .data .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item03 .data .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item03 .data .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item03 .data .title{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
	}
	.item03 .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 15% 0;
	}
	.item03 .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.item03 .link-box .link-box-in{
		width: 100%;
	}

	/* item04 */
	.item04-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item04{
		width: 47%;
	}
	.item04 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.item04 .data-box{
		width: 90%;
		margin: 0 auto 7% auto;
	}
	.item04 .data-box .data01{
		width: 100%;
	}
	.item04 .data-box .data01 .for{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 7% 0;
	}
	.item04 .data-box .data01 .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item04 .data-box .data01 .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item04 .data-box .data01 .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item04 .data-box .data01 .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item04 .data-box .data01 .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item04 .data-box .data01 .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item04 .data-box .data01 .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item04 .data-box .data01 .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item04 .data-box .data02{
		width: 100%;
	}
	.item04 .data-box .data02 .title{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 7% 0;
		white-space: nowrap;
	}
	.item04 .data-box .txt{
		width: 100%;
		min-height: 115px;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
	}
	.item04 .link-box{
		width: 100%;
	}



	/* item05 */
	.item05{
		width: 85%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto;
	}
	.item05 .img{
		width: 50%;
		box-sizing: border-box;
		padding: 0 2%;
	}
	.item05 .data{
		width: 50%;
		box-sizing: border-box;
		padding: 0 7%;
	}
	.item05 .data .for{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 0 15% 0;
	}
	.item05 .data .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item05 .data .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item05 .data .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item05 .data .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item05 .data .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item05 .data .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item05 .data .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item05 .data .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item05 .data .title{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 15% 0;
	}
	.item05 .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 15% 0;
	}

	/* end */
	.end{
		width: 250px;
		margin: 0 auto 7% auto;
	}


	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 15px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen span{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #a0a0a0;
		margin: 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: #EB8695;
		border: .5px solid #EB8695;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #EB8695;
		color: #EB8695;
	}
	
	.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: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 5px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
		width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px 15px;
        margin: 0 5px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon02::before{
        content: url("../img/l-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon02::before{
        content: url("../img/s-size02.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
	.l-icon03::before{
        content: url("../img/l-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }
    .s-icon03::before{
        content: url("../img/s-size03.svg");
        width: 17px;
        height: 17px;
        display: inline-block;
        background-size: 17px 17px;
        margin: 0 10px 0 0;
        position: relative;
        top: 0px;
		line-height: 0;
    }

	.header{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 15% auto;
	}
	.mv-logo{
		width: 5%;
		position: absolute;
		left: 2%;
		top: 3%;
		line-height: 0;
		z-index: 10;
	}
	.mv-img-box{
		width: 100%;
	}
	.mv-title-box{
		width: 80%;
		bottom: 5%;
		right: 0;
		left: 0;
		margin: 0 auto;
		position: absolute;
	}
	.mv-title01{
		width: 30%;
		margin: 0 auto 5% auto;
	}
	.mv-title02{
		width: 80%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.mv-title02 a{
		width: 35%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		z-index: 10;
	}
	.mv-title-box .mv-title03{
		width: 80%;
		position: relative;
		margin: 0 0 5% 0;
	}
	.mv-title-box .mv-title03 .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.mv-title-box .mv-title04{
		width: 85%;
		position: relative;
		margin: 0 0 10% 15%;
	}
	.mv-title-box .mv-title05{
		width: 90%;
		position: relative;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 15% auto;
	}
	.mv-title-box .mv-title06{
		width: 30%;
		position: relative;
		line-height: 0;
		margin: 0 auto;
	}


	/* read */
	.read{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.read .bg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(180deg, rgba(239, 195, 214, 0.3) 10%, rgba(255, 255, 255, 0.5) 90%);
		z-index: -1;
	}
	.read .txt{
		width: 100%;
		font-size: 16px;
		letter-spacing: 3px;
		line-height: 2.2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	/* side-nav */
	#side-nav{
		position: fixed;
		width:max-content;
		z-index: 99;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 15px;
	}
	#side-nav nav .side-nav-in li{
		width: 70px;
		position: relative;
		box-sizing: border-box;
		padding: 0 0;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a{
		width: 100%;
		margin: 0 auto;
		display: block;
		opacity: .3;
		transition: .3s;
		box-sizing: border-box;
		position: relative;
		margin: 0 0 0 0%;
		padding: 10px 0;
	}
	#side-nav nav .side-nav-in li a img{
		width: 100%;
		box-sizing: border-box;
	}
	#side-nav nav .side-nav-in li a::after {
		fill: #000;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a{
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li.current a::after {
		opacity: 1;
		transition: .3s;
	}
	#side-nav nav .side-nav-in li a:hover {
		fill: #000;
		opacity: 1;
		transition: .3s;
		box-sizing: border-box;
	}

	.section-box{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
	}
	.section-box-end{
		width: 100%;
		height: 0px;
		position: relative;
		margin: 0 auto 0% auto !important;
		padding: 0 0 0 0 !important;
	}

	/* top-nav */
	.top-nav{
		width: 75%;
		margin: 0 auto 15% auto;
	}
	.top-nav-list{
		width: 100%;
		position: relative;
		margin: 0 0 10% 0;
	}
	.top-nav-list a{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
	}
	.top-nav-list .num{
		width: max-content;
		position: absolute;
		top: -5px;
        right: 26%;
		z-index: 10;
	}
	.top-nav-list .num img{
		height: 35px;
	}
	.top-nav-list a .img{
		width: 35%;
		overflow: hidden;
		border-radius: 500px;
	}
	.top-nav-list a .img img{
		width: 100%;
		opacity: 1;
		transition: .3s;
		transform: scale(1);
	}
	.top-nav-list a:hover .img img{
		width: 100%;
		opacity: .7;
		transition: .3s;
		transform: scale(1.05);
	}
	.top-nav-list .title{
		width: 50%;
	}
	.top-nav-list .title li{
		width: max-content;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	.top-nav-list .title li:nth-child(1) .line{
		width: 100%;
		height: 1px;
		background: #EB8695;
		margin: 2% auto 0 auto;
		position: relative;
	}
	.top-nav-list .title li:nth-child(2) .line{
		width: 100%;
		height: 1px;
		background: #EB8695;
		margin: 0% auto 0 auto;
		position: relative;
	}
	.top-nav-list .title li:nth-child(1){
		width: max-content;
		margin: 0 auto 8% auto;
	}
	.top-nav-list .title li:nth-child(1) img{
		height: 25px;
		line-height: 0;
	}
	.top-nav-list .title li:nth-child(2) img{
		height: 23px;
		line-height: 0;
	}

	/* fix-side */
	.fix-side{
		position: absolute;
		top: 10%;
		right: 5px;
		width: 15px;
		height: 90%;
		z-index: 20;
	}
	.fix-side .fix-side-in{
		position: sticky;
		top: 40%;
        -webkit-transform: translateY(-40%); /* Safari用 */
        transform: translateY(-40%);
		width: 100%;
	}

	
	/* item01 */
	.item01{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 15% auto;
	}
	.item01 .img{
		width: 100%;
		overflow: hidden;
	}
	.item01 .img .img-in{
		width: 100%;
		display: block;
		overflow: hidden;
		margin: 0 0 7% 0;
		position: relative;
	}
	.item01 .img .img-in02{
		width: 100%;
		display: block;
		overflow: hidden;
		margin: 0 0 7% 0;
		position: relative;
	}
	.item01 .img .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.item01 .img .link-box .link-box-in{
		width: 100%;
	}
	.item01 .data{
		width: 80%;
		margin: 0 auto 7% auto;
	}
	.item01 .data01{
		padding: 5% 0 0 0;
		box-sizing: border-box;
	}
	.item01 .data02{
		padding: 5% 0 0 0;
		box-sizing: border-box;
	}
	.item01 .data .main-title{
		font-size: 23px;
		letter-spacing: 3px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 7% 0;
	}
	.item01 .data .title{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		white-space: nowrap;
		margin: 0 0 5% 0;
	}
	.item01 .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
	}
	.item01 .data .for{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.item01 .data .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item01 .data .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item01 .data .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item01 .data .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item01 .data .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item01 .data .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item01 .data .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item01 .data .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item01 .data .top-title{
		width: max-content;
		margin: 0 auto 10% auto;
	}
	.item01 .data .top-title li{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.item01 .data .top-title li .on{
		width: 100%;
		top: 0;
		left: 0;
		position: absolute;
		z-index: 10;
	}
	.item01 .data .top-title li .line{
		width: 100%;
		height: 1px;
		background: #EB8695;
		margin: 2% auto 0 auto;
	}
	.item01 .data .top-title li:nth-child(1){
		width: 50px;
		margin: 0 auto 7% auto;
	}
	.item01 .data .top-title li:nth-child(2){
		width: max-content;
		margin: 0 auto 7% auto;
	}
	.item01 .data .top-title li:nth-child(2) img{
		height: 32px;
	}
	.item01 .data .top-title li:nth-child(3){
		width: max-content;
		margin: 0 auto;
	}
	.item01 .data .top-title li:nth-child(3) img{
		height: 25px;
	}

	/* item02 */
	.item02{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 15% auto;
	}
	.item02 .data-box{
		width: 100%;
		position: relative;
	}
	.item02 .data-box .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.item02 .data-box .data01{
		width: 80%;
		z-index: 10;
		margin: 0 auto;
	}
	.item02 .data-box .data01 .top-title{
		width: max-content;
		margin: 0 auto 10% auto;
	}
	.item02 .data-box .data01 .top-title li{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.item02 .data-box .data01 .top-title li .on{
		width: 100%;
		top: 0;
		left: 0;
		position: absolute;
		z-index: 10;
	}
	.item02 .data-box .data01 .top-title li .line{
		width: 100%;
		height: 1px;
		background: #EB8695;
		margin: 2% auto 0 auto;
	}
	.item02 .data-box .data01 .top-title li:nth-child(1){
		width: 50px;
		margin: 0 auto 7% auto;
	}
	.item02 .data-box .data01 .top-title li:nth-child(2){
		width: max-content;
		margin: 0 auto 7% auto;
	}
	.item02 .data-box .data01 .top-title li:nth-child(2) img{
		height: 32px;
	}
	.item02 .data-box .data01 .top-title li:nth-child(3){
		width: max-content;
		margin: 0 auto;
	}
	.item02 .data-box .data01 .top-title li:nth-child(3) img{
		height: 32px;
	}
	.item02 .data-box .data01 .main-title{
		font-size: 23px;
        letter-spacing: 3px;
        line-height: 2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        white-space: nowrap;
        margin: 0 0 7% 0;
	}
	.item02 .data-box .data02{
		width: 80%;
		margin: 0 auto 7% auto;
		z-index: 10;
	}
	.item02 .data-box .data02 .for{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.item02 .data-box .data02 .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item02 .data-box .data02 .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item02 .data-box .data02 .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item02 .data-box .data02 .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item02 .data-box .data02 .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item02 .data-box .data02 .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item02 .data-box .data02 .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item02 .data-box .data02 .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item02 .data-box .data02 .title{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 7% 0;
	}
	.item02 .data-box .data02 .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
	}
	.item02 .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.item02 .link-box .link-box-in{
		width: 100%;
	}

	/* item03 */
	.item03{
		width: 100%;
		margin: 0 auto 15% auto;
		overflow: hidden;
		position: relative;
	}
	.item03 .img{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item03 .data{
		width: 80%;
		z-index: 10;
		margin: 0 auto;
	}
	.item03 .data .for{
		width: max-content;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0 auto 7% auto;
	}
	.item03 .data .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item03 .data .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item03 .data .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item03 .data .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item03 .data .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item03 .data .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item03 .data .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item03 .data .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item03 .data .title{
		font-size: 18px;
        letter-spacing: 3px;
        line-height: 2em;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
        white-space: nowrap;
        margin: 0 0 5% 0;
	}
	.item03 .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 7% 0;
	}
	.item03 .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.item03 .link-box .link-box-in{
		width: 100%;
	}

	/* item04 */
	.item04-list{
		width: 100%;
		margin: 0 auto;
	}
	.item04{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 15% auto;
	}
	.item04 .img{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.item04 .data-box{
		width: 80%;
		margin: 0 auto 7% auto;
	}
	.item04 .data-box .data01{
		width: 100%;
	}
	.item04 .data-box .data01 .for{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.item04 .data-box .data01 .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item04 .data-box .data01 .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item04 .data-box .data01 .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item04 .data-box .data01 .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item04 .data-box .data01 .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item04 .data-box .data01 .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item04 .data-box .data01 .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item04 .data-box .data01 .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item04 .data-box .data02{
		width: 100%;
	}
	.item04 .data-box .data02 .title{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 7% 0;
	}
	.item04 .data-box .data02 .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
	}
	.item04 .link-box{
		width: 80%;
		margin: 0 auto;
	}



	/* item05 */
	.item05{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 15% auto;
	}
	.item05 .img{
		width: 100%;
		overflow: hidden;
		box-sizing: border-box;
		padding: 0 2%;
		margin: 0 0 7% 0;
	}
	.item05 .data{
		width: 80%;
		margin: 0 auto;
	}
	.item05 .data .for{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 0 auto 7% auto;
	}
	.item05 .data .for li:nth-child(1){
		width: 30px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item05 .data .for li:nth-child(2){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		margin: 0 10px 0 0;
	}
	.item05 .data .for li:nth-child(2) .icon{
		width: 7px;
		line-height: 0;
		margin: 0 5px 0 0;
	}
	.item05 .data .for li:nth-child(3){
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.item05 .data .for li:nth-child(3) .icon01{
		width: 7px;
		line-height: 0;
		margin: 0 10px 0 0;
	}
	.item05 .data .for li:nth-child(3) .icon02{
		width: 7px;
		line-height: 0;
		margin: 0 0 0 10px;
	}
	.item05 .data .for li:nth-child(3) .in{
		width: max-content;
		line-height: 0;
		position: relative;
		top: 3px;
	}
	.item05 .data .for li:nth-child(3) .in img{
		height: 20px;
	}
	.item05 .data .title{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 2em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		margin: 0 0 7% 0;
	}
	.item05 .data .txt{
		width: 100%;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2em;
		text-align: justify;
		margin: 0 0 7% 0;
	}

	/* end */
	.end{
		width: 60%;
		margin: 0 auto 10% auto;
	}


	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 13px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-title span{
		font-size: 12px;
		color: #fff;
		background: #99999a;
		padding: 1px 5px 1px 5px;
		margin: 0 0 0 10px;
		border-radius: 2px;
        display: inline-block;
	}
    .cart-yen{
		font-size: 14px;
		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 5px 0 0;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 0;
		margin: 0 0 0 2px;
		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: #EB8695;
		border: .5px solid #EB8695;
		display: inline-block;
		text-align: center;
		color: #fff;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #EB8695;
		color: #EB8695;
	}
	
	.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-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: 30;
	}
	#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;
	}

	.com{
		width: 85%;
		margin: 0 auto 15% auto;
	}
	.com .title{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.com .line{
		width: 100%;
		height: 1px;
		background: #000;
		margin: 0 auto 5% auto;
	}
	.com .icon{
		width: 60%;
		margin: 0 0 0 40%;
	}

	/*nav*/
	.menu{
		width: 100%;
		height: 40px;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 9999;
		cursor: pointer;
		background: #EB8695;
	}
	.menu.active{
		width: 100%;
		height: 40px;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 9999;
		cursor: pointer;
		background: #231815;
	}

	.menu__line--icon{
		width: max-content;
		height: 12px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		line-height: 0;
		display: block;
	}
	.menu__line--icon img{
		height: 12px;
	}
	.menu__line--top{
		display: none;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		width: max-content;
		height: 15px;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		line-height: 0;
		display: block;
	}
	.menu__line--top.active img{
		height: 12px;
	}

	/*gnav*/
	.gnav{
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 8888!important;
		bottom: 0;
		left: 0;
	}
	.menu_bg{
		background: rgba(255,255,255,1);
		height: 100%;
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		align-items:center;
		display: flex;
		flex-wrap: wrap;
		height: auto;
		justify-content: center;
		position: absolute;
		top: 40%;
        -webkit-transform: translateY(-40%); /* Safari用 */
        transform: translateY(-40%);
		width: 65%;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.gnav__menu{
		width: 100%;
		overflow-y: scroll;
	}
	.gnav__menu::-webkit-scrollbar{
		display: none;
	}
	.gnav__menu::-ms-scrollbar{
		display: none;
	}
	.gnav__menu::-moz-scrollbar{
		display: none;
	}
	.big-menu-title{
		text-align: center;
		font-size: 28px;
		letter-spacing: 5px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	.gnav__menu li{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.gnav__menu li:last-child{
		width: 100%;
		margin: 0 0 0% 0 !important;
	}
	.gnav__menu li a{
		width: 100%;
		box-sizing: border-box;
		display: block;
		text-decoration: none;
	}
	.gnav__menu li a .img{
		width: 100%;
		position: relative;
	}
	.gnav__menu li a:hover .img{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.gnav__menu li a .img img{
		opacity: 1;
		transition: .3s;
	}
	.gnav__menu li a:hover .img img{
		opacity: .9;
		transition: .3s;
	}
	.gnav__menu li a .txt{
		width: 100%;
		line-height: 0;
		display: block;
	}

	.grad-btn {
		background: #000;
		color: #fff;
		text-align: center;
		display: block;
		margin: 5% auto 0 auto;
		font-size: 12px;
		padding: 1% 0;
	}
	.grad-btn::before {
	content: "READ MORE"
	}
	.grad-item {
	position: relative;
	overflow: hidden;
	height: 35px; /*隠した状態の高さ*/
	}
	.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35px; 
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	content: "";
	}
	.grad-trigger {
	display: none; 
	}
	.grad-trigger:checked ~ .grad-btn::before {
	content: "CLOSE" 
	}
	.grad-trigger:checked ~ .grad-item {
	height: auto;
	}
	.grad-trigger:checked ~ .grad-item::before {
	display: none;
	}

}
