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

.b-c{
	color: #000 !important;
}


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

	/*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 0;
		overflow: hidden;
		background: #F8F7F1;
	}
	.mv-logo {
        width: 10%;
        position: absolute;
        left: 2%;
        top: 4%;
		line-height: 0;
        z-index: 10;
    }
	.mv-img{
		position: relative;
	}
	.mask{
		mask-image: url("../img/mask.svg");
		mask-repeat: no-repeat;
		mask-position: 300% 50%;
		mask-size: 0%;
	}

	.mv-title-box{
		width: 35%;
        position: absolute;
        top: 30%;
        left: 7%;
	}
	.mv-title01{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.mv-title02{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		fill: #82202E;
	}
	.mv-title02 li:nth-child(1){
		width: 20%;
	}
	.mv-title02 li:nth-child(2){
		width: 75%;
	}

	.mv-title-box02{
		width: 22%;
        position: absolute;
        bottom: 25%;
        left: 20%;
	}
	.mv-dotto{
		width: 100%;
        position: absolute;
		display: flex;
		justify-content: flex-start;
        top: -20%;
        left: 3%;
	}
	.mv-dotto li{
		width: 6px;
		height: 6px;
		background: #82202E;
		border-radius: 10px;
		margin: 0 9% 0 0;
	}
	.mv-dotto li:last-child{
		margin: 0;
	}
	.mv-title03{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.mv-title05{
		width: 20%;
		position: absolute;
		left: 0;
		right: 0;
		line-height: 0;
		margin: 0 auto;
		line-height: 0;
		bottom: 5%;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.read .icon{
		width: 10%;
		margin: 0 auto 3% auto;
	}
	.read .r-txt-box{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.read .r-txt-box .bg{
		width: 100%;
		height: 130%;
		position: absolute;
		top: -30%;
		left: 0;
		z-index: 10;
		background: linear-gradient(rgba(255,255,255,0) 0, #F8F7F1 20%);
	}
	.read .r-txt-box .txt{
		width: 100%;
		font-size: 21px;
		letter-spacing: 10px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	/* common */
	.section-box{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
		margin: 0 auto 0% auto;
	}
	/* bg */
	.item-wrap{
		width: 100%;
	}
	.item-wrap-m{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -1;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #F8F7F1;
	}
	.bg._02 {
		background: #DDEFE8;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 auto 3% auto;
	}
	.door .icon{
		width: 5%;
		margin: 0 auto 2% auto;
	}
	.door .main-title{
		width: 35%;
		margin: 0 auto;
	}
	.door .main-title li:nth-child(1){
		width: 100%;
		margin: 0 auto 5% auto;
	}

	.rever{
		flex-direction: row-reverse;
	}

	/* item */
	.item-pkg{
		width: 100%;
		position: relative;
		z-index: 10;
	}

	.radius01 {
		aspect-ratio: 1 / 1;
		background: #FFBFE8;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 500px);
		position: absolute;
		top: 0;
		left: 0%;
		z-index: -1;
	}
	.radius02 {
		aspect-ratio: 1 / 1;
		background: #FCEAAD;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 500px);
		position: absolute;
		top: 0%;
		right: 0%;
		z-index: -1;
	}
	.radius03 {
		aspect-ratio: 1 / 1;
		background: #CDCFFF;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 500px);
		position: absolute;
		top: -20%;
		left: 20%;
		z-index: -1;
	}
	.radius04 {
		aspect-ratio: 1 / 1;
		background: #CDCFFF;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 500px);
		position: absolute;
		top: -20%;
		right: 20%;
		z-index: -1;
	}
	.radius05 {
		aspect-ratio: 1 / 1;
		background: #FCEAAD;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 500px);
		position: absolute;
		bottom: -20%;
		right: 10%;
		z-index: -1;
	}
	.radius06 {
		aspect-ratio: 1 / 1;
		background: #FFBFE8;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 500px);
		position: absolute;
		bottom: -40%;
		right: 10%;
		z-index: -1;
	}
	.radius-bg{
		animation-name: radius-bg;
		animation-duration: 6s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes radius-bg {
		0% {
			opacity: 0;
			transform: scale(.8);
		}
		50% {
			opacity: .7;
			transform: scale(1);
		}
		0% {
			opacity: 0;
			transform: scale(.8);
		}
	}

	/* item */
	.item{
		width: 40%;
		position: relative;
		margin: 0 auto 10% auto;
		z-index: 99;
	}
	.item-end{
		margin: 0 auto 10% auto !important;
	}
	.item .title{
		width: 120px;
		margin: 0 auto 3% auto;
		fill: #82202E;
	}
	.item .title02{
		width: 120px;
		margin: 0 auto 3% auto;
		fill: #82202E;
	}
	.item .img-box{
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
	.item .img-box .img{
		width: 100%;
		overflow: hidden;
	}
	.item .link-box{
		width: 300px;
		position: absolute;
		bottom: 10%;
		right: -350px;
	}
	.item .link-box .icon{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.item .link-box .icon02{
		width: 35%;
		margin: 0 auto 10% auto;
	}

	/* item02 */
	.item02{
		width: 70%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 10% auto;
		z-index: 99;
	}
	.item02 .img-wrap{
		width: 55%;
		position: relative;
	}
	.item02 .img-wrap .title{
		width: 120px;
		margin: 0 auto 3% auto;
		fill: #82202E;
	}
	.item02 .img-wrap .title02{
		width: 120px;
		margin: 0 auto 3% auto;
		fill: #82202E;
	}
	.item02 .img-wrap .img-box{
		width: 100%;
		position: relative;
	}
	.item02 .img-wrap .img-box .sub-title{
		width: 60%;
		position: absolute;
		top: -4%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 10;
	}
	.item02 .img-wrap .img-box .img{
		width: 100%;
		overflow: hidden;
	}
	.item02 .data{
		width: 45%;
		position: relative;
	}
	.item02 .data .link-box{
		width: 300px;
		position: absolute;
		bottom: 10%;
		right: 20%;
	}
	.item02 .data .link-box .icon{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.item02 .data .link-box02{
		width: 300px;
		position: absolute;
		bottom: 20%;
		right: 20%;
	}
	.item02 .data .link-box02 .icon{
		width: 70%;
		margin: 0 auto 10% auto;
	}

	/* item-w */
	.item-w{
		width: 60%;
		position: relative;
		margin: 0 auto 10% auto;
		z-index: 99;
	}
	.item-w .img-box{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item-w .title-box{
		width: 100%;
	}
	.item-w .title-box03{
		width: 40%;
		position: absolute;
		top: -10%;
		left: -10%;
		z-index: 90;
	}
	.item-w .title-box .title{
		width: 120px;
		margin: 0 auto 3% auto;
		fill: #82202E;
	}
	.item-w .title-box .title02{
		width: 120px;
		margin: 0 0 3% 0;
		fill: #82202E;
	}
	.item-w .title-box .main-title{
		width: 100%;
	}
	.item-w .title-box .main-title li{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item-w .title-box .main-title li:last-child{
		width: 100%;
		margin: 0;
	}
	.item-w .link-box{
		width: 350px;
		margin: 0 auto;
	}
	.item-w .link-box .icon{
		width: 65%;
		margin: 0 auto 10% auto;
	}
	.item-w .link-box .link-list{
		width: 100%;
	}
	.item-w .link-box02{
		width: 300px;
		margin: 0 auto;
	}
	.item-w .link-box02 .icon{
		width: 70%;
		margin: 0 auto 10% auto;
	}

	/* slick-box */
	.slick-box{
		width: 100%;
		overflow: hidden;
	}
	.top-s{
		margin: 0 auto 3% auto;
		padding: 0;
		line-height: 0;
	}
	.top-s div{
		box-sizing: border-box;
		padding: 0 5px;
	}
	.slick-box .link-box{
		width: 300px;
		margin: 0 auto;
	}
	.slick-box .link-box .icon{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.slick-box .link-box .icon02{
		width: 35%;
		margin: 0 auto 10% auto;
	}

	/* staff */
	.staff{
		width: 20%;
		margin: 0 auto 10% auto;
	}
	.staff .title{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.staff .txt{
		width: 100%;
		margin: 0 auto;
	}

	/*f-box-list*/
	.f-box-title{
		width: 10%;
		margin: 0 auto 3% auto;
		line-height: 0;
	}
	.f-box-list{
		width: max-content;
		display: flex;
		justify-content: center;
		margin: 0 auto 7% auto;
	}
	.f-box-list li{
		width: max-content;
		padding: 0 7%;
		border-left: 1px solid #000;
	}
	.f-box-list li:last-child{
		width: max-content;
		padding: 0 7%;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	.f-box-list li a{
		width: 100%;
		background-image: linear-gradient(90deg, #484d47, #484d47);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.3s;
	}
	.f-box-list li a:hover{
		background-size: 100% 1px;
	}
	.f-box-list li a img{
		height: 20px;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #82202E;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 3% 0;
		padding: 0 0 3% 0;
		position: relative;
		border-bottom: .5px solid #D0A579;
	}
	.cert-btm-color{
		color: #D0A579 !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        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{
		width: max-content;
		font-size: 14px;
		letter-spacing: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		position: absolute;
		top: 30%;
        -webkit-transform: translateY(-30%); /* Safari用 */
        transform: translateY(-30%);
		right: 90px;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0 20px 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: 80px;
		padding: 5px 0 5px 0;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		box-sizing: border-box;
		background: #fff;
	}
	.cart-btm:hover .btn00 {
		border-color: #000;
		color: #000;
	}

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

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

	/*link*/
	.link-btn{
		width: 100%;
		font-family: "yu-mincho-pr6n", sans-serif;
		text-decoration: none;
		color: #000;
		display: flex;
		justify-content: flex-end;
		position: relative;
		line-height: 1.5em;
		margin: 0 0 10px 0;
		background-image: linear-gradient(90deg, #cd9975, #cd9975);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.6s;
		transition: .3s;
	}
	.link-btn:hover {
		background-size: 100% 1px;
	}
	.link-btn .name{
		position: absolute;
		left: 0;
		font-size: 15px;
		letter-spacing: 1px;
	}
	.link-btn .price{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn .price span{
		font-size: 11px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}

	.link-btn02{
		width: 100%;
		font-family: "yu-mincho-pr6n", sans-serif;
		text-decoration: none;
		color: #000;
		display: flex;
		justify-content: flex-end;
		position: relative;
		line-height: 1.5em;
		margin: 0 0 10px 0;
		background-image: linear-gradient(90deg, #fff, #fff);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.6s;
		transition: .3s;
	}
	.link-btn02:hover {
		background-size: 100% 1px;
	}
	.link-btn02 .name{
		position: absolute;
		left: 0;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn02 .price{
		font-size: 17px;
		letter-spacing: 0px;
	}
	.link-btn02 .price span{
		font-size: 12px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}
	
	
	/*footer*/
	.footer {
		color: #000;
		background: #fff;
		letter-spacing: 0.3em;
		padding: 3% 0 3% 0;
		position: relative;
		text-align: center;
	}
	.f-ow {
		width: 180px;
		margin: 0 auto 0 auto;
		line-height: 0;
	}
	.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: #82202E;
		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: #F8F7F1;
		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;
	}
	
    /*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 0;
		overflow: hidden;
		background: #F8F7F1;
	}
	.mv-logo {
        width: 10%;
        position: absolute;
        left: 2%;
        top: 4%;
		line-height: 0;
        z-index: 10;
    }
	.mv-img{
		position: relative;
	}
	.mask{
		mask-image: url("../img/mask.svg");
		mask-repeat: no-repeat;
		mask-position: 300% 50%;
		mask-size: 0%;
	}

	.mv-title-box{
		width: 35%;
        position: absolute;
        top: 30%;
        left: 7%;
	}
	.mv-title01{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.mv-title02{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		fill: #82202E;
	}
	.mv-title02 li:nth-child(1){
		width: 20%;
	}
	.mv-title02 li:nth-child(2){
		width: 75%;
	}

	.mv-title-box02{
		width: 22%;
        position: absolute;
        bottom: 25%;
        left: 20%;
	}
	.mv-dotto{
		width: 100%;
        position: absolute;
		display: flex;
		justify-content: flex-start;
        top: -20%;
        left: 3%;
	}
	.mv-dotto li{
		width: 6px;
		height: 6px;
		background: #82202E;
		border-radius: 10px;
		margin: 0 9% 0 0;
	}
	.mv-dotto li:last-child{
		margin: 0;
	}
	.mv-title03{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.mv-title05{
		width: 20%;
		position: absolute;
		left: 0;
		right: 0;
		line-height: 0;
		margin: 0 auto;
		line-height: 0;
		bottom: 5%;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.read .icon{
		width: 10%;
		margin: 0 auto 3% auto;
	}
	.read .r-txt-box{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.read .r-txt-box .bg{
		width: 100%;
		height: 130%;
		position: absolute;
		top: -30%;
		left: 0;
		z-index: 10;
		background: linear-gradient(rgba(255,255,255,0) 0, #F8F7F1 20%);
	}
	.read .r-txt-box .txt{
		width: 100%;
		font-size: 21px;
		letter-spacing: 10px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	/* common */
	.section-box{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
		margin: 0 auto 0% auto;
	}
	/* bg */
	.item-wrap{
		width: 100%;
	}
	.item-wrap-m{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -1;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #F8F7F1;
	}
	.bg._02 {
		background: #DDEFE8;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 auto 3% auto;
	}
	.door .icon{
		width: 5%;
		margin: 0 auto 2% auto;
	}
	.door .main-title{
		width: 35%;
		margin: 0 auto;
	}
	.door .main-title li:nth-child(1){
		width: 100%;
		margin: 0 auto 5% auto;
	}

	.rever{
		flex-direction: row-reverse;
	}

	/* item */
	.item-pkg{
		width: 100%;
		position: relative;
		z-index: 10;
	}

	.radius01 {
		aspect-ratio: 1 / 1;
		background: #FFBFE8;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 500px);
		position: absolute;
		top: 0;
		left: 0%;
		z-index: -1;
	}
	.radius02 {
		aspect-ratio: 1 / 1;
		background: #FCEAAD;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 500px);
		position: absolute;
		top: 0%;
		right: 0%;
		z-index: -1;
	}
	.radius03 {
		aspect-ratio: 1 / 1;
		background: #CDCFFF;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 500px);
		position: absolute;
		top: -20%;
		left: 20%;
		z-index: -1;
	}
	.radius04 {
		aspect-ratio: 1 / 1;
		background: #CDCFFF;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 500px);
		position: absolute;
		top: -20%;
		right: 20%;
		z-index: -1;
	}
	.radius05 {
		aspect-ratio: 1 / 1;
		background: #FCEAAD;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 500px);
		position: absolute;
		bottom: -20%;
		right: 10%;
		z-index: -1;
	}
	.radius06 {
		aspect-ratio: 1 / 1;
		background: #FFBFE8;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 500px);
		position: absolute;
		bottom: -40%;
		right: 10%;
		z-index: -1;
	}
	.radius-bg{
		animation-name: radius-bg;
		animation-duration: 6s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes radius-bg {
		0% {
			opacity: 0;
			transform: scale(.8);
		}
		50% {
			opacity: .7;
			transform: scale(1);
		}
		0% {
			opacity: 0;
			transform: scale(.8);
		}
	}

	/* item */
	.item{
		width: 40%;
		position: relative;
		margin: 0 auto 10% auto;
		z-index: 99;
	}
	.item-end{
		margin: 0 auto 10% auto !important;
	}
	.item .title{
		width: 120px;
		margin: 0 auto 3% auto;
		fill: #82202E;
	}
	.item .title02{
		width: 120px;
		fill: #82202E;
		margin: 0 auto 3% auto;
	}
	.item .img-box{
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
	.item .img-box .img{
		width: 100%;
		overflow: hidden;
	}
	.item .link-box{
		width: 300px;
		position: absolute;
		bottom: 10%;
		right: -350px;
	}
	.item .link-box .icon{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.item .link-box .icon02{
		width: 35%;
		margin: 0 auto 10% auto;
	}

	/* item02 */
	.item02{
		width: 70%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 10% auto;
		z-index: 99;
	}
	.item02 .img-wrap{
		width: 55%;
		position: relative;
	}
	.item02 .img-wrap .title{
		width: 120px;
		margin: 0 auto 3% auto;
		fill: #82202E;
	}
	.item02 .img-wrap .title02{
		width: 120px;
		margin: 0 auto 3% auto;
		fill: #82202E;
	}
	.item02 .img-wrap .img-box{
		width: 100%;
		position: relative;
	}
	.item02 .img-wrap .img-box .sub-title{
		width: 60%;
		position: absolute;
		top: -4%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 10;
	}
	.item02 .img-wrap .img-box .img{
		width: 100%;
		overflow: hidden;
	}
	.item02 .data{
		width: 45%;
		position: relative;
	}
	.item02 .data .link-box{
		width: 300px;
		position: absolute;
		bottom: 10%;
		right: 20%;
	}
	.item02 .data .link-box .icon{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.item02 .data .link-box02{
		width: 300px;
		position: absolute;
		bottom: 20%;
		right: 20%;
	}
	.item02 .data .link-box02 .icon{
		width: 70%;
		margin: 0 auto 10% auto;
	}

	/* item-w */
	.item-w{
		width: 60%;
		position: relative;
		margin: 0 auto 10% auto;
		z-index: 99;
	}
	.item-w .img-box{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item-w .title-box{
		width: 100%;
	}
	.item-w .title-box03{
		width: 40%;
		position: absolute;
		top: -10%;
		left: -10%;
		z-index: 90;
	}
	.item-w .title-box .title{
		width: 120px;
		margin: 0 auto 3% auto;
		fill: #82202E;
	}
	.item-w .title-box .title02{
		width: 120px;
		margin: 0 0 3% 0;
		fill: #82202E;
	}
	.item-w .title-box .main-title{
		width: 100%;
	}
	.item-w .title-box .main-title li{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item-w .title-box .main-title li:last-child{
		width: 100%;
		margin: 0;
	}
	.item-w .link-box{
		width: 350px;
		margin: 0 auto;
	}
	.item-w .link-box .icon{
		width: 65%;
		margin: 0 auto 10% auto;
	}
	.item-w .link-box .link-list{
		width: 100%;
	}
	.item-w .link-box02{
		width: 300px;
		margin: 0 auto;
	}
	.item-w .link-box02 .icon{
		width: 70%;
		margin: 0 auto 10% auto;
	}

	/* slick-box */
	.slick-box{
		width: 100%;
		overflow: hidden;
	}
	.top-s{
		margin: 0 auto 3% auto;
		padding: 0;
		line-height: 0;
	}
	.top-s div{
		box-sizing: border-box;
		padding: 0 5px;
	}
	.slick-box .link-box{
		width: 300px;
		margin: 0 auto;
	}
	.slick-box .link-box .icon{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.slick-box .link-box .icon02{
		width: 35%;
		margin: 0 auto 10% auto;
	}

	/* staff */
	.staff{
		width: 20%;
		margin: 0 auto 10% auto;
	}
	.staff .title{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.staff .txt{
		width: 100%;
		margin: 0 auto;
	}

	/*f-box-list*/
	.f-box-title{
		width: 10%;
		margin: 0 auto 3% auto;
		line-height: 0;
	}
	.f-box-list{
		width: max-content;
		display: flex;
		justify-content: center;
		margin: 0 auto 7% auto;
	}
	.f-box-list li{
		width: max-content;
		padding: 0 7%;
		border-left: 1px solid #000;
	}
	.f-box-list li:last-child{
		width: max-content;
		padding: 0 7%;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	.f-box-list li a{
		width: 100%;
		background-image: linear-gradient(90deg, #484d47, #484d47);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.3s;
	}
	.f-box-list li a:hover{
		background-size: 100% 1px;
	}
	.f-box-list li a img{
		height: 20px;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #82202E;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 3% 0;
		padding: 0 0 3% 0;
		position: relative;
		border-bottom: .5px solid #D0A579;
	}
	.cert-btm-color{
		color: #D0A579 !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        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{
		width: max-content;
		font-size: 14px;
		letter-spacing: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		position: absolute;
		top: 30%;
        -webkit-transform: translateY(-30%); /* Safari用 */
        transform: translateY(-30%);
		right: 90px;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0 20px 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: 80px;
		padding: 5px 0 5px 0;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		box-sizing: border-box;
		background: #fff;
	}
	.cart-btm:hover .btn00 {
		border-color: #000;
		color: #000;
	}

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

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

	/*link*/
	.link-btn{
		width: 100%;
		font-family: "yu-mincho-pr6n", sans-serif;
		text-decoration: none;
		color: #000;
		display: flex;
		justify-content: flex-end;
		position: relative;
		line-height: 1.5em;
		margin: 0 0 10px 0;
		background-image: linear-gradient(90deg, #cd9975, #cd9975);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.6s;
		transition: .3s;
	}
	.link-btn:hover {
		background-size: 100% 1px;
	}
	.link-btn .name{
		position: absolute;
		left: 0;
		font-size: 15px;
		letter-spacing: 1px;
	}
	.link-btn .price{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn .price span{
		font-size: 11px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}

	.link-btn02{
		width: 100%;
		font-family: "yu-mincho-pr6n", sans-serif;
		text-decoration: none;
		color: #000;
		display: flex;
		justify-content: flex-end;
		position: relative;
		line-height: 1.5em;
		margin: 0 0 10px 0;
		background-image: linear-gradient(90deg, #fff, #fff);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.6s;
		transition: .3s;
	}
	.link-btn02:hover {
		background-size: 100% 1px;
	}
	.link-btn02 .name{
		position: absolute;
		left: 0;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn02 .price{
		font-size: 17px;
		letter-spacing: 0px;
	}
	.link-btn02 .price span{
		font-size: 12px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}
	
	
	/*footer*/
	.footer {
		color: #000;
		background: #fff;
		letter-spacing: 0.3em;
		padding: 3% 0 3% 0;
		position: relative;
		text-align: center;
	}
	.f-ow {
		width: 180px;
		margin: 0 auto 0 auto;
		line-height: 0;
	}
	.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: #82202E;
		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: #F8F7F1;
		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;
	}

	/*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 0;
		overflow: hidden;
		background: #F8F7F1;
	}
	.mv-logo {
        width: 10%;
        position: absolute;
        left: 2%;
        top: 4%;
		line-height: 0;
        z-index: 10;
    }
	.mv-img{
		position: relative;
	}
	.mask{
		mask-image: url("../img/mask.svg");
		mask-repeat: no-repeat;
		mask-position: 300% 50%;
		mask-size: 0%;
	}

	.mv-title-box{
		width: 35%;
        position: absolute;
        top: 30%;
        left: 7%;
	}
	.mv-title01{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.mv-title02{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		fill: #82202E;
	}
	.mv-title02 li:nth-child(1){
		width: 20%;
	}
	.mv-title02 li:nth-child(2){
		width: 75%;
	}

	.mv-title-box02{
		width: 22%;
        position: absolute;
        bottom: 25%;
        left: 20%;
	}
	.mv-dotto{
		width: 100%;
        position: absolute;
		display: flex;
		justify-content: flex-start;
        top: -20%;
        left: 3%;
	}
	.mv-dotto li{
		width: 6px;
		height: 6px;
		background: #82202E;
		border-radius: 10px;
		margin: 0 9% 0 0;
	}
	.mv-dotto li:last-child{
		margin: 0;
	}
	.mv-title03{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.mv-title05{
		width: 20%;
		position: absolute;
		left: 0;
		right: 0;
		line-height: 0;
		margin: 0 auto;
		line-height: 0;
		bottom: 5%;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.read .icon{
		width: 10%;
		margin: 0 auto 3% auto;
	}
	.read .r-txt-box{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.read .r-txt-box .bg{
		width: 100%;
		height: 130%;
		position: absolute;
		top: -30%;
		left: 0;
		z-index: 10;
		background: linear-gradient(rgba(255,255,255,0) 0, #F8F7F1 20%);
	}
	.read .r-txt-box .txt{
		width: 100%;
		font-size: 21px;
		letter-spacing: 10px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	/* common */
	.section-box{
		width: 100%;
		position: relative;
		margin: 0 auto 0% auto;
	}
	/* bg */
	.item-wrap{
		width: 100%;
	}
	.item-wrap-m{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -1;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #F8F7F1;
	}
	.bg._02 {
		background: #DDEFE8;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 auto 3% auto;
	}
	.door .icon{
		width: 8%;
		margin: 0 auto 2% auto;
	}
	.door .main-title{
		width: 45%;
		margin: 0 auto;
	}
	.door .main-title li:nth-child(1){
		width: 100%;
		margin: 0 auto 5% auto;
	}

	.rever{
		flex-direction: row-reverse;
	}

	/* item */
	.item-pkg{
		width: 100%;
		position: relative;
		z-index: 10;
	}

	.radius01 {
		aspect-ratio: 1 / 1;
		background: #FFBFE8;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 500px);
		position: absolute;
		top: 0;
		left: 0%;
		z-index: -1;
	}
	.radius02 {
		aspect-ratio: 1 / 1;
		background: #FCEAAD;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 500px);
		position: absolute;
		top: 0%;
		right: 0%;
		z-index: -1;
	}
	.radius03 {
		aspect-ratio: 1 / 1;
		background: #CDCFFF;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 500px);
		position: absolute;
		top: -20%;
		left: 20%;
		z-index: -1;
	}
	.radius04 {
		aspect-ratio: 1 / 1;
		background: #CDCFFF;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 500px);
		position: absolute;
		top: -20%;
		right: 20%;
		z-index: -1;
	}
	.radius05 {
		aspect-ratio: 1 / 1;
		background: #FCEAAD;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 500px);
		position: absolute;
		bottom: -20%;
		right: 10%;
		z-index: -1;
	}
	.radius06 {
		aspect-ratio: 1 / 1;
		background: #FFBFE8;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 500px);
		position: absolute;
		bottom: -40%;
		right: 10%;
		z-index: -1;
	}
	.radius-bg{
		animation-name: radius-bg;
		animation-duration: 6s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes radius-bg {
		0% {
			opacity: 0;
			transform: scale(.8);
		}
		50% {
			opacity: .7;
			transform: scale(1);
		}
		0% {
			opacity: 0;
			transform: scale(.8);
		}
	}

	/* item */
	.item{
		width: 40%;
		position: relative;
		margin: 0 auto 10% auto;
		z-index: 99;
	}
	.item-end{
		margin: 0 auto 10% auto !important;
	}
	.item .title{
		width: 120px;
		margin: 0 auto 3% auto;
		fill: #82202E;
	}
	.item .title02{
		width: 120px;
		margin: 0 auto 3% auto;
		fill: #82202E;
	}
	.item .img-box{
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
	.item .img-box .img{
		width: 100%;
		overflow: hidden;
	}
	.item .link-box{
		width: 300px;
		position: absolute;
		bottom: 10%;
		right: -350px;
	}
	.item .link-box .icon{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.item .link-box .icon02{
		width: 35%;
		margin: 0 auto 10% auto;
	}

	/* item02 */
	.item02{
		width: 80%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 10% auto;
		z-index: 99;
	}
	.item02 .img-wrap{
		width: 55%;
		position: relative;
	}
	.item02 .img-wrap .title{
		width: 120px;
		margin: 0 auto 3% auto;
		fill: #82202E;
	}
	.item02 .img-wrap .title02{
		width: 120px;
		margin: 0 auto 3% auto;
		fill: #82202E;
	}
	.item02 .img-wrap .img-box{
		width: 100%;
		position: relative;
	}
	.item02 .img-wrap .img-box .sub-title{
		width: 60%;
		position: absolute;
		top: -4%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 10;
	}
	.item02 .img-wrap .img-box .img{
		width: 100%;
		overflow: hidden;
	}
	.item02 .data{
		width: 45%;
		position: relative;
	}
	.item02 .data .link-box{
		width: 300px;
		position: absolute;
		bottom: 10%;
		right: 20%;
	}
	.item02 .data .link-box .icon{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.item02 .data .link-box02{
		width: 300px;
		position: absolute;
		bottom: 20%;
		right: 20%;
	}
	.item02 .data .link-box02 .icon{
		width: 70%;
		margin: 0 auto 10% auto;
	}

	/* item-w */
	.item-w{
		width: 70%;
		position: relative;
		margin: 0 auto 10% auto;
		z-index: 99;
	}
	.item-w .img-box{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item-w .title-box{
		width: 100%;
	}
	.item-w .title-box03{
		width: 40%;
		position: absolute;
		top: -10%;
		left: -10%;
		z-index: 90;
	}
	.item-w .title-box .title{
		width: 120px;
		margin: 0 auto 3% auto;
		fill: #82202E;
	}
	.item-w .title-box .title02{
		width: 120px;
		margin: 0 0 3% 0;
		fill: #82202E;
	}
	.item-w .title-box .main-title{
		width: 100%;
	}
	.item-w .title-box .main-title li{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item-w .title-box .main-title li:last-child{
		width: 100%;
		margin: 0;
	}
	.item-w .link-box{
		width: 350px;
		margin: 0 auto;
	}
	.item-w .link-box .icon{
		width: 65%;
		margin: 0 auto 10% auto;
	}
	.item-w .link-box .link-list{
		width: 100%;
	}
	.item-w .link-box02{
		width: 300px;
		margin: 0 auto;
	}
	.item-w .link-box02 .icon{
		width: 70%;
		margin: 0 auto 10% auto;
	}

	/* slick-box */
	.slick-box{
		width: 100%;
		overflow: hidden;
	}
	.top-s{
		margin: 0 auto 3% auto;
		padding: 0;
		line-height: 0;
	}
	.top-s div{
		box-sizing: border-box;
		padding: 0 5px;
	}
	.slick-box .link-box{
		width: 300px;
		margin: 0 auto;
	}
	.slick-box .link-box .icon{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.slick-box .link-box .icon02{
		width: 35%;
		margin: 0 auto 10% auto;
	}

	/* staff */
	.staff{
		width: 20%;
		margin: 0 auto 10% auto;
	}
	.staff .title{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.staff .txt{
		width: 100%;
		margin: 0 auto;
	}

	/*f-box-list*/
	.f-box-title{
		width: 10%;
		margin: 0 auto 3% auto;
		line-height: 0;
	}
	.f-box-list{
		width: max-content;
		display: flex;
		justify-content: center;
		margin: 0 auto 7% auto;
	}
	.f-box-list li{
		width: max-content;
		padding: 0 7%;
		border-left: 1px solid #000;
	}
	.f-box-list li:last-child{
		width: max-content;
		padding: 0 7%;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	.f-box-list li a{
		width: 100%;
		background-image: linear-gradient(90deg, #484d47, #484d47);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.3s;
	}
	.f-box-list li a:hover{
		background-size: 100% 1px;
	}
	.f-box-list li a img{
		height: 20px;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #82202E;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 3% 0;
		padding: 0 0 3% 0;
		position: relative;
		border-bottom: .5px solid #D0A579;
	}
	.cert-btm-color{
		color: #D0A579 !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        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{
		width: max-content;
		font-size: 14px;
		letter-spacing: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		position: absolute;
		top: 30%;
        -webkit-transform: translateY(-30%); /* Safari用 */
        transform: translateY(-30%);
		right: 90px;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0 20px 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: 80px;
		padding: 5px 0 5px 0;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		box-sizing: border-box;
		background: #fff;
	}
	.cart-btm:hover .btn00 {
		border-color: #000;
		color: #000;
	}

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

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

	/*link*/
	.link-btn{
		width: 100%;
		font-family: "yu-mincho-pr6n", sans-serif;
		text-decoration: none;
		color: #000;
		display: flex;
		justify-content: flex-end;
		position: relative;
		line-height: 1.5em;
		margin: 0 0 10px 0;
		background-image: linear-gradient(90deg, #cd9975, #cd9975);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.6s;
		transition: .3s;
	}
	.link-btn:hover {
		background-size: 100% 1px;
	}
	.link-btn .name{
		position: absolute;
		left: 0;
		font-size: 15px;
		letter-spacing: 1px;
	}
	.link-btn .price{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn .price span{
		font-size: 11px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}

	.link-btn02{
		width: 100%;
		font-family: "yu-mincho-pr6n", sans-serif;
		text-decoration: none;
		color: #000;
		display: flex;
		justify-content: flex-end;
		position: relative;
		line-height: 1.5em;
		margin: 0 0 10px 0;
		background-image: linear-gradient(90deg, #fff, #fff);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.6s;
		transition: .3s;
	}
	.link-btn02:hover {
		background-size: 100% 1px;
	}
	.link-btn02 .name{
		position: absolute;
		left: 0;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn02 .price{
		font-size: 17px;
		letter-spacing: 0px;
	}
	.link-btn02 .price span{
		font-size: 12px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}
	
	
	/*footer*/
	.footer {
		color: #000;
		background: #fff;
		letter-spacing: 0.3em;
		padding: 3% 0 3% 0;
		position: relative;
		text-align: center;
	}
	.f-ow {
		width: 180px;
		margin: 0 auto 0 auto;
		line-height: 0;
	}
	.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: #82202E;
		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: #F8F7F1;
		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;
	}

	/*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
		padding: 0;
		overflow: hidden;
		background: #F8F7F1;
	}
	.mv-logo {
        width: 10%;
        position: absolute;
        left: 2%;
        top: 4%;
		line-height: 0;
        z-index: 10;
    }
	.mv-img{
		position: relative;
	}
	.mask{
		mask-image: url("../img/mask.svg");
		mask-repeat: no-repeat;
		mask-position: 300% 50%;
		mask-size: 0%;
	}

	.mv-title-box{
		width: 35%;
        position: absolute;
        top: 30%;
        left: 7%;
	}
	.mv-title01{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.mv-title02{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		fill: #82202E;
	}
	.mv-title02 li:nth-child(1){
		width: 20%;
	}
	.mv-title02 li:nth-child(2){
		width: 75%;
	}

	.mv-title-box02{
		width: 22%;
        position: absolute;
        bottom: 25%;
        left: 20%;
	}
	.mv-dotto{
		width: 100%;
        position: absolute;
		display: flex;
		justify-content: flex-start;
        top: -20%;
        left: 3%;
	}
	.mv-dotto li{
		width: 5px;
		height: 5px;
		background: #82202E;
		border-radius: 10px;
		margin: 0 8% 0 0;
	}
	.mv-dotto li:last-child{
		margin: 0;
	}
	.mv-title03{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.mv-title05{
		width: 20%;
		position: absolute;
		left: 0;
		right: 0;
		line-height: 0;
		margin: 0 auto;
		line-height: 0;
		bottom: 5%;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.read .icon{
		width: 20%;
		margin: 0 auto 3% auto;
	}
	.read .r-txt-box{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.read .r-txt-box .bg{
		width: 100%;
		height: 130%;
		position: absolute;
		top: -30%;
		left: 0;
		z-index: 10;
		background: linear-gradient(rgba(255,255,255,0) 0, #F8F7F1 20%);
	}
	.read .r-txt-box .txt{
		width: 100%;
		font-size: 21px;
		letter-spacing: 10px;
		line-height: 2.8em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	/* common */
	.section-box{
		width: 100%;
		position: relative;
		margin: 0 auto 0% auto;
	}
	/* bg */
	.item-wrap{
		width: 100%;
	}
	.item-wrap-m{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -1;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #F8F7F1;
	}
	.bg._02 {
		background: #DDEFE8;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 auto 3% auto;
	}
	.door .icon{
		width: 8%;
		margin: 0 auto 2% auto;
	}
	.door .main-title{
		width: 45%;
		margin: 0 auto;
	}
	.door .main-title li:nth-child(1){
		width: 100%;
		margin: 0 auto 5% auto;
	}

	.rever{
		flex-direction: row-reverse;
	}

	/* item */
	.item-pkg{
		width: 100%;
		position: relative;
		z-index: 10;
	}

	.radius01 {
		aspect-ratio: 1 / 1;
		background: #FFBFE8;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 500px);
		position: absolute;
		top: 0;
		left: 0%;
		z-index: -1;
	}
	.radius02 {
		aspect-ratio: 1 / 1;
		background: #FCEAAD;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 500px);
		position: absolute;
		top: 0%;
		right: 0%;
		z-index: -1;
	}
	.radius03 {
		aspect-ratio: 1 / 1;
		background: #CDCFFF;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 500px);
		position: absolute;
		top: -20%;
		left: 20%;
		z-index: -1;
	}
	.radius04 {
		aspect-ratio: 1 / 1;
		background: #CDCFFF;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 500px);
		position: absolute;
		top: -20%;
		right: 20%;
		z-index: -1;
	}
	.radius05 {
		aspect-ratio: 1 / 1;
		background: #FCEAAD;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 500px);
		position: absolute;
		bottom: -20%;
		right: 10%;
		z-index: -1;
	}
	.radius06 {
		aspect-ratio: 1 / 1;
		background: #FFBFE8;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 500px);
		position: absolute;
		bottom: -40%;
		right: 10%;
		z-index: -1;
	}
	.radius-bg{
		animation-name: radius-bg;
		animation-duration: 6s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes radius-bg {
		0% {
			opacity: 0;
			transform: scale(.8);
		}
		50% {
			opacity: .7;
			transform: scale(1);
		}
		0% {
			opacity: 0;
			transform: scale(.8);
		}
	}

	/* item */
	.item{
		width: 40%;
		position: relative;
		margin: 0 auto 10% auto;
		left: -15%;
		z-index: 99;
	}
	.item-end{
		margin: 0 auto 10% auto !important;
	}
	.item .title{
		width: 120px;
		margin: 0 auto 3% auto;
		fill: #82202E;
	}
	.item .title02{
		width: 120px;
		margin: 0 auto 3% auto;
		fill: #82202E;
	}
	.item .img-box{
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
	.item .img-box .img{
		width: 100%;
		overflow: hidden;
	}
	.item .link-box{
		width: 300px;
		position: absolute;
		bottom: 10%;
		right: -350px;
	}
	.item .link-box .icon{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.item .link-box .icon02{
		width: 35%;
		margin: 0 auto 10% auto;
	}

	/* item02 */
	.item02{
		width: 80%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 10% auto;
		z-index: 99;
	}
	.item02 .img-wrap{
		width: 55%;
		position: relative;
	}
	.item02 .img-wrap .title{
		width: 120px;
		margin: 0 auto 3% auto;
		fill: #82202E;
	}
	.item02 .img-wrap .title02{
		width: 120px;
		margin: 0 auto 3% auto;
		fill: #82202E;
	}
	.item02 .img-wrap .img-box{
		width: 100%;
		position: relative;
	}
	.item02 .img-wrap .img-box .sub-title{
		width: 60%;
		position: absolute;
		top: -4%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 10;
	}
	.item02 .img-wrap .img-box .img{
		width: 100%;
		overflow: hidden;
	}
	.item02 .data{
		width: 45%;
		position: relative;
	}
	.item02 .data .link-box{
		width: 300px;
		position: absolute;
		bottom: 10%;
		right: 0%;
		left: 0;
		margin: 0 auto;
	}
	.item02 .data .link-box .icon{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.item02 .data .link-box02{
		width: 300px;
		position: absolute;
		bottom: 20%;
		right: 0%;
		left: 0;
		margin: 0 auto;
	}
	.item02 .data .link-box02 .icon{
		width: 70%;
		margin: 0 auto 10% auto;
	}

	/* item-w */
	.item-w{
		width: 70%;
		position: relative;
		margin: 0 auto 10% auto;
		z-index: 99;
	}
	.item-w .img-box{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.item-w .title-box{
		width: 100%;
	}
	.item-w .title-box03{
		width: 40%;
		position: absolute;
		top: -10%;
		left: -10%;
		z-index: 90;
	}
	.item-w .title-box .title{
		width: 120px;
		margin: 0 auto 3% auto;
		fill: #82202E;
	}
	.item-w .title-box .title02{
		width: 120px;
		margin: 0 0 3% 0;
		fill: #82202E;
	}
	.item-w .title-box .main-title{
		width: 100%;
	}
	.item-w .title-box .main-title li{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item-w .title-box .main-title li:last-child{
		width: 100%;
		margin: 0;
	}
	.item-w .link-box{
		width: 350px;
		margin: 0 auto;
	}
	.item-w .link-box .icon{
		width: 65%;
		margin: 0 auto 10% auto;
	}
	.item-w .link-box .link-list{
		width: 100%;
	}
	.item-w .link-box02{
		width: 300px;
		margin: 0 auto;
	}
	.item-w .link-box02 .icon{
		width: 70%;
		margin: 0 auto 10% auto;
	}

	/* slick-box */
	.slick-box{
		width: 100%;
		overflow: hidden;
	}
	.top-s{
		margin: 0 auto 3% auto;
		padding: 0;
		line-height: 0;
	}
	.top-s div{
		box-sizing: border-box;
		padding: 0 5px;
	}
	.slick-box .link-box{
		width: 300px;
		margin: 0 auto;
	}
	.slick-box .link-box .icon{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.slick-box .link-box .icon02{
		width: 35%;
		margin: 0 auto 10% auto;
	}

	/* staff */
	.staff{
		width: 20%;
		margin: 0 auto 10% auto;
	}
	.staff .title{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.staff .txt{
		width: 100%;
		margin: 0 auto;
	}

	/*f-box-list*/
	.f-box-title{
		width: 10%;
		margin: 0 auto 3% auto;
		line-height: 0;
	}
	.f-box-list{
		width: max-content;
		display: flex;
		justify-content: center;
		margin: 0 auto 7% auto;
	}
	.f-box-list li{
		width: max-content;
		padding: 0 7%;
		border-left: 1px solid #000;
	}
	.f-box-list li:last-child{
		width: max-content;
		padding: 0 7%;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	.f-box-list li a{
		width: 100%;
		background-image: linear-gradient(90deg, #484d47, #484d47);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.3s;
	}
	.f-box-list li a:hover{
		background-size: 100% 1px;
	}
	.f-box-list li a img{
		height: 20px;
	}
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #82202E;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 3% 0;
		padding: 0 0 3% 0;
		position: relative;
		border-bottom: .5px solid #D0A579;
	}
	.cert-btm-color{
		color: #D0A579 !important;
	}
	.cart-title{
        width: max-content;
		font-size: 14px;
        letter-spacing: 0px;
        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{
		width: max-content;
		font-size: 14px;
		letter-spacing: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		position: absolute;
		top: 30%;
        -webkit-transform: translateY(-30%); /* Safari用 */
        transform: translateY(-30%);
		right: 90px;
	}
	.cart-yen span{
		font-size: 9px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0 20px 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: 80px;
		padding: 5px 0 5px 0;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		box-sizing: border-box;
		background: #fff;
	}
	.cart-btm:hover .btn00 {
		border-color: #000;
		color: #000;
	}

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

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

	/*link*/
	.link-btn{
		width: 100%;
		font-family: "yu-mincho-pr6n", sans-serif;
		text-decoration: none;
		color: #000;
		display: flex;
		justify-content: flex-end;
		position: relative;
		line-height: 1.5em;
		margin: 0 0 10px 0;
		background-image: linear-gradient(90deg, #cd9975, #cd9975);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.6s;
		transition: .3s;
	}
	.link-btn:hover {
		background-size: 100% 1px;
	}
	.link-btn .name{
		position: absolute;
		left: 0;
		font-size: 15px;
		letter-spacing: 1px;
	}
	.link-btn .price{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn .price span{
		font-size: 11px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}

	.link-btn02{
		width: 100%;
		font-family: "yu-mincho-pr6n", sans-serif;
		text-decoration: none;
		color: #000;
		display: flex;
		justify-content: flex-end;
		position: relative;
		line-height: 1.5em;
		margin: 0 0 10px 0;
		background-image: linear-gradient(90deg, #fff, #fff);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.6s;
		transition: .3s;
	}
	.link-btn02:hover {
		background-size: 100% 1px;
	}
	.link-btn02 .name{
		position: absolute;
		left: 0;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn02 .price{
		font-size: 17px;
		letter-spacing: 0px;
	}
	.link-btn02 .price span{
		font-size: 12px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}
	
	
	/*footer*/
	.footer {
		color: #000;
		background: #fff;
		letter-spacing: 0.3em;
		padding: 3% 0 3% 0;
		position: relative;
		text-align: center;
	}
	.f-ow {
		width: 180px;
		margin: 0 auto 0 auto;
		line-height: 0;
	}
	.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: #82202E;
		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: #F8F7F1;
		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;
	}

	/*header*/
	header{
		width: 100%;
		position: relative;
		margin: 0 auto 10% auto;
		padding: 0;
		overflow: hidden;
		background: #F8F7F1;
	}
	.mv-logo {
        width: 40%;
        position: absolute;
        left: 0;
		right: 0;
		margin: 0 auto;
        top: 3%;
		line-height: 0;
        z-index: 10;
    }
	.mv-img{
		position: relative;
	}
	.mask{
		mask-image: url("../img/mask.svg");
		mask-repeat: no-repeat;
		mask-position: 300% 50%;
		mask-size: 0%;
	}

	.mv-title-box{
		width: 85%;
        position: absolute;
        bottom: 10%;
        left: 0%;
		right: 0;
		margin: 0 auto;
	}
	.mv-title01{
		width: 100%;
		margin: 0 auto 2% auto;
	}
	.mv-title02{
		width: 100%;
		fill: #ffffff;
	}
	.mv-title02 li:nth-child(1){
		width: 25%;
        margin: 0 auto;
        position: relative;
        top: -10px;
	}
	.mv-title02 li:nth-child(2){
		width: 75%;
		margin: 0 auto;
	}

	.mv-title-box02{
		width: 15%;
        position: absolute;
        top: 9%;
        left: 7%;
        display: flex;
        justify-content: space-between;
	}
	.mv-dotto{
		width: 5px;
        position: absolute;
        top: 3%;
        right: -15px;
	}
	.mv-dotto li{
		width: 4px;
		height: 4px;
		background: #82202E;
		border-radius: 10px;
		margin: 0 0 18px 0;
	}
	.mv-dotto li:last-child{
		margin: 0;
	}
	.mv-title03{
		width: 40%;
	}
	.mv-title04{
		width: 35%;
	}
	.mv-title05{
		width: 65%;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		line-height: 0;
		bottom: 3%;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 0 10% 0;
		position: relative;
		z-index: 99;
	}
	.read .icon{
		width: 40%;
		margin: 0 auto 5% auto;
	}
	.read .r-txt-box{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.read .r-txt-box .bg{
		width: 100%;
		height: 130%;
		position: absolute;
		top: -30%;
		left: 0;
		z-index: 10;
		background: linear-gradient(rgba(255,255,255,0) 0, #F8F7F1 20%);
	}
	.read .r-txt-box .txt{
		width: 100%;
		font-size: 17px;
        letter-spacing: 4px;
		line-height: 2.3em;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
	}

	/* common */
	.section-box{
		width: 100%;
		position: relative;
		margin: 0 auto 0% auto;
	}
	/* bg */
	.item-wrap{
		width: 100%;
	}
	.item-wrap-m{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.one {
		width: 100%;
		height: auto !important;
	}
	.bg {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		opacity: 0;
		transition: all 1s ease 0s;
		z-index: -1;
	}
	.show .bg {
		opacity: 1;
	}
	.bg._01 {
		background: #F8F7F1;
	}
	.bg._02 {
		background: #DDEFE8;
	}

	/* door */
	.door{
		width: 100%;
		margin: 0 auto 5% auto;
	}
	.door .icon{
		width: 20%;
		line-height: 0;
		margin: 0 auto 4% auto;
	}
	.door .main-title{
		width: 85%;
		margin: 0 auto;
	}
	.door .main-title li:nth-child(1){
		width: 100%;
		margin: 0 auto 5% auto;
	}

	.rever{
		flex-direction: row-reverse;
	}

	/* item */
	.item-pkg{
		width: 100%;
		position: relative;
		z-index: 10;
	}

	.radius01 {
		aspect-ratio: 1 / 1;
		background: #FFBFE8;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 300px);
		position: absolute;
		top: -10%;
		left: 0%;
		z-index: -1;
	}
	.radius02 {
		aspect-ratio: 1 / 1;
		background: #FCEAAD;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 300px);
		position: absolute;
		top: -15%;
		right: 0%;
		z-index: -1;
	}
	.radius03 {
		aspect-ratio: 1 / 1;
		background: #CDCFFF;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 300px);
		position: absolute;
		bottom: 20%;
		left: 20%;
		z-index: -1;
	}
	.radius04 {
		aspect-ratio: 1 / 1;
		background: #CDCFFF;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 300px);
		position: absolute;
		bottom: 20%;
		right: 20%;
		z-index: -1;
	}
	.radius05 {
		aspect-ratio: 1 / 1;
		background: #FCEAAD;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 300px);
		position: absolute;
		bottom: -20%;
		right: 10%;
		z-index: -1;
	}
	.radius06 {
		aspect-ratio: 1 / 1;
		background: #FFBFE8;
		border-radius: 50%;
		filter: blur(100px);
		width: min(100%, 300px);
		position: absolute;
		bottom: -40%;
		right: 10%;
		z-index: -1;
	}
	.radius-bg{
		animation-name: radius-bg;
		animation-duration: 6s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: infinite;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes radius-bg {
		0% {
			opacity: 0;
			transform: scale(.8);
		}
		50% {
			opacity: .7;
			transform: scale(1);
		}
		0% {
			opacity: 0;
			transform: scale(.8);
		}
	}

	/* item */
	.item{
		width: 100%;
		position: relative;
		margin: 0 auto 20% auto;
		z-index: 99;
	}
	.item-end{
		margin: 0 auto 10% auto !important;
	}
	.item .title{
		width: 110px;
		margin: 0 auto 3% auto;
		fill: #82202E;
	}
	.item .title02{
		width: 120px;
		margin: 0 auto 3% auto;
		fill: #82202E;
	}
	.item .img-box{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item .img-box .img{
		width: 100%;
		overflow: hidden;
	}
	.item .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.item .link-box .icon{
		width: 60%;
		margin: 0 auto 10% auto;
	}
	.item .link-box .icon02{
		width: 26%;
		margin: 0 auto 7% auto;
	}

	/* item02 */
	.item02{
		width: 100%;
		position: relative;
		margin: 0 auto 20% auto;
		z-index: 99;
	}
	.sp-mg{
		margin: 0 auto 45% auto !important;
	}
	.item02 .img-wrap{
		width: 100%;
		position: relative;
	}
	.item02 .img-wrap .title{
		width: 120px;
		margin: 0 auto 3% auto;
		fill: #82202E;
	}
	.item02 .img-wrap .title02{
		width: 120px;
		margin: 0 auto 3% auto;
		fill: #82202E;
	}
	.item02 .img-wrap .img-box{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item02 .img-wrap .img-box .sub-title{
		width: 60%;
		position: absolute;
		top: -4%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 10;
	}
	.item02 .img-wrap .img-box .img{
		width: 100%;
		overflow: hidden;
	}
	.item02 .data{
		width: 100%;
		position: relative;
	}
	.item02 .data .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.item02 .data .link-box .icon{
		width: 60%;
		margin: 0 auto 10% auto;
	}
	.item02 .data .link-box02{
		width: 80%;
		margin: 0 auto;
	}
	.item02 .data .link-box02 .icon{
		width: 60%;
		margin: 0 auto 10% auto;
	}

	/* item-w */
	.item-w{
		width: 100%;
		position: relative;
		margin: 0 auto 20% auto;
		z-index: 99;
	}
	.item-w .img-box{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 7% auto;
	}
	.item-w .title-box{
		width: 100%;
	}
	.item-w .title-box03{
		width: 55%;
        position: absolute;
        top: -20%;
        left: 5%;
        z-index: 90;
	}
	.item-w .title-box .title{
		width: 110px;
		margin: 0 auto 3% auto;
		fill: #82202E;
	}
	.item-w .title-box .title02{
		width: 110px;
		margin: 0 0 3% 0;
		fill: #82202E;
	}
	.item-w .title-box .main-title{
		width: 100%;
	}
	.item-w .title-box .main-title li{
		width: 100%;
		margin: 0 0 5% 0;
	}
	.item-w .title-box .main-title li:last-child{
		width: 100%;
		margin: 0;
	}
	.item-w .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.item-w .link-box .icon{
		width: 60%;
		margin: 0 auto 10% auto;
	}
	.item-w .link-box .link-list{
		width: 100%;
	}
	.item-w .link-box02{
		width: 80%;
		margin: 0 auto;
	}
	.item-w .link-box02 .icon{
		width: 60%;
		margin: 0 auto 10% auto;
	}

	/* slick-box */
	.slick-box{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 20% auto;
	}
	.top-s-sp{
		margin: 0 auto 7% auto;
		padding: 0;
		line-height: 0;
	}
	.top-s-sp div{
		box-sizing: border-box;
		padding: 0 1px;
	}
	.slick-box .link-box{
		width: 80%;
		margin: 0 auto;
	}
	.slick-box .link-box .icon{
		width: 70%;
		margin: 0 auto 10% auto;
	}
	.slick-box .link-box .icon02{
		width: 26%;
		margin: 0 auto 7% auto;
	}

	/* staff */
	.staff{
		width: 60%;
		margin: 0 auto 20% auto;
	}
	.staff .title{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.staff .txt{
		width: 100%;
		margin: 0 auto;
	}


	/*f-box-list*/
	.f-box{
		width: 100%;
		overflow: hidden;
	}
	.f-box-title{
		width: 30%;
		display: flex;
		justify-content: center;
		margin: 0 auto 10% auto;
	}
	.f-box-list{
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0 auto 0% auto;
	}
	.f-box-list li{
		width: max-content;
		line-height: 0;
		padding: 0 7% 0% 7%;
		border-left: 1px solid #000;
		margin: 0 0 10% 0;
	}
	.f-box-list li:nth-child(3){
		width: max-content;
		line-height: 0;
		padding: 0 7% 0% 7%;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	.f-box-list li:nth-child(5){
		width: max-content;
		line-height: 0;
		padding: 0 7% 0% 7%;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}
	.f-box-list li a{
		width: 100%;
		display: block;
		background-image: linear-gradient(90deg, #484d47, #484d47);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.3s;
	}
	.f-box-list li a:hover{
		background-size: 100% 1px;
	}
	.f-box-list li a img{
		height: 15px;
		margin: 0 0 3px 0;
	}
	
	
	/*cart-btm*/
	.cart-btm{
		width: 100%;
		text-decoration: none;
		color: #82202E;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 3% 0;
		padding: 0 0 3% 0;
		position: relative;
		border-bottom: .5px solid #D0A579;
	}
	.cert-btm-color{
		color: #D0A579 !important;
	}
	.cart-title{
        width: max-content;
		font-size: 13px;
        letter-spacing: 0px;
        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{
		width: max-content;
		font-size: 13px;
		letter-spacing: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		position: absolute;
		top: 30%;
        -webkit-transform: translateY(-30%); /* Safari用 */
        transform: translateY(-30%);
		right: 90px;
	}
	.cart-yen span{
		font-size: 8px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 100%;
		height: .5px;
		background: #fff;
		margin: 20px 0 20px 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: 80px;
		padding: 5px 0 5px 0;
		border: .5px solid #000;
		display: inline-block;
		text-align: center;
		color: #000;
		box-sizing: border-box;
		background: #fff;
	}
	.cart-btm:hover .btn00 {
		border-color: #000;
		color: #000;
	}

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

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

	/*link*/
	.link-btn{
		width: 100%;
		font-family: "yu-mincho-pr6n", sans-serif;
		text-decoration: none;
		color: #000;
		display: flex;
		justify-content: flex-end;
		position: relative;
		line-height: 1.5em;
		margin: 0 0 10px 0;
		background-image: linear-gradient(90deg, #cd9975, #cd9975);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.6s;
		transition: .3s;
	}
	.link-btn:hover {
		background-size: 100% 1px;
	}
	.link-btn .name{
		position: absolute;
		left: 0;
		font-size: 15px;
		letter-spacing: 1px;
	}
	.link-btn .price{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn .price span{
		font-size: 11px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}

	.link-btn02{
		width: 100%;
		font-family: "yu-mincho-pr6n", sans-serif;
		text-decoration: none;
		color: #000;
		display: flex;
		justify-content: flex-end;
		position: relative;
		line-height: 1.5em;
		margin: 0 0 10px 0;
		background-image: linear-gradient(90deg, #fff, #fff);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 1px;
        transition: background-size 0.6s;
		transition: .3s;
	}
	.link-btn02:hover {
		background-size: 100% 1px;
	}
	.link-btn02 .name{
		position: absolute;
		left: 0;
		font-size: 16px;
		letter-spacing: 1px;
	}
	.link-btn02 .price{
		font-size: 17px;
		letter-spacing: 0px;
	}
	.link-btn02 .price span{
		font-size: 12px;
		letter-spacing: 1px;
		margin: 0 0 0 2px;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 10% 0 10% 0;
		position: relative;
		text-align: center;
		background: #fff;
	}
	.f-ow {
		width: 40%;
		line-height: 0;
		margin: 0 auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 7% 0 0 0;
	}
	#pagetop{
		position: fixed;
        right: 10px;
        bottom: 10px;
        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: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}
	
}
