body {
    height: 100%;
    margin: 0;
    font-feature-settings: 'palt';
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: "Noto Sans JP", sans-serif !important;
	color: #1a1311;
}
img {
	width: 100%;
	display: block;
}
a{
	color: #000;
	text-decoration: none;
}

/* mv enter */
.load {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 1;
	transition: opacity 0.7s ease-out;
	pointer-events: auto;
	-webkit-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	touch-action: none;
}
.load.hide {
	opacity: 0;
	pointer-events: none;
}
.main-cont {
	display: none;
}
.main-cont.visible {
	display: block;
}



/* 
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; */


/* 

Neue Haas Unica W1G Thin
font-family: "neue-haas-unica", sans-serif;
font-weight: 200;
font-style: normal;

Neue Haas Unica W1G Light
font-family: "neue-haas-unica", sans-serif;
font-weight: 300;
font-style: normal;

Neue Haas Unica W1G Regular
font-family: "neue-haas-unica", sans-serif;
font-weight: 400;
font-style: normal;

Neue Haas Unica W1G Medium
font-family: "neue-haas-unica", sans-serif;
font-weight: 500;
font-style: normal;

font-family: "kumlien-pro", serif;
font-weight: 400;
font-style: normal;

font-family: "kumlien-pro", serif;
font-weight: 500;
font-style: normal;

font-family: "hiragino-mincho-pron", sans-serif;
font-weight: 300;
font-style: normal;

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

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

font-family: "baskerville-poster-pt", serif;
font-weight: 400;
font-style: italic;

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

font-family: "garamond-premier-pro-display", serif;
font-weight: 300;
font-style: normal;

font-family: "garamond-premier-pro-display", serif;
font-weight: 300;
font-style: italic;

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

font-family: "tangier", sans-serif;
font-weight: 500;
font-style: normal;

Leander Script Pro Regular
font-family: "leander-script-pro", sans-serif;
font-weight: 400;
font-style: normal;

Yu Gothic Pr6N R
font-family: "yu-gothic-pr6n", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "source-han-sans-cjk-ja", sans-serif;
font-weight: 200;
font-style: normal;

font-family: "source-han-sans-cjk-ja", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "source-han-sans-cjk-ja", sans-serif;
font-weight: 500;
font-style: normal;

font-family: "source-han-sans-cjk-ja", sans-serif;
font-weight: 700;
font-style: normal;

font-family: "avenir-lt-pro", sans-serif;
font-weight: 200;
font-style: normal;

font-family: "termina", sans-serif;
font-weight: 400;
font-style: normal;

*/

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

	.l-icon::before{
        content: url("../img/l-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }

	.load{
		width: 100%;
		height: 100vh;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9999;
	}
	.load-img{
		width: 100%;
		height: 100%;
		background-image: url(../img/load.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 130%;
	}
	.load-data{
		width: 20%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.logo{
		width: 100%;
		display: block;
		margin: 0 auto 20% auto;
	}
	.logo-kumi{
		width: 20%;
		display: block;
		margin: 0 auto;
	}
	.btn{
		width: max-content;
		font-family: "termina", sans-serif;
		font-weight: 400;
		font-style: normal;
		position: relative;
		font-size: 1.2em;
		line-height: 1em;
		letter-spacing: .2em;
		border: 1px solid #fff;
		color: #fff;
		padding: 10px 30px 10px 35px;
		overflow: hidden;
		cursor: pointer;
		transition: background 0.3s ease;
		margin: 0 auto 30% auto;
		display: block;
	}
	.btn:hover {
		background: rgba(255, 255, 255, 0.3);
	}
	.btn span {
		display: inline-block;
	}
	.btn:hover span {
		animation: btn-roll 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
	}
	@keyframes btn-roll {
		0%   { transform: translateY(0%); }
		38%  { transform: translateY(120%); }
		39%  { transform: translateY(-120%); }
		100% { transform: translateY(0%); }
	}
	/* mv-logo-ani 初期状態 */
	.mv-logo-ani01,
	.mv-logo-ani02,
	.mv-logo-ani03,
	.mv-logo-ani04 {
		opacity: 0;
		transform: translateY(15px);
		transition: opacity 0.6s ease, transform 0.6s ease;
	}
	.mv-logo-ani01.active,
	.mv-logo-ani02.active,
	.mv-logo-ani03.active,
	.mv-logo-ani04.active {
		opacity: 1;
		transform: translateY(0);
	}

	/* common */
	.main-cont{
		width: 100%;
	}

	/* mv-slider */
	.mv-slider-wrap {
		position: relative;
		width: 50%;
		overflow: hidden;
	}
	.mv-slider,
	.mv-slider02 {
		position: relative;
	}
	.mv-slide__inner {
		overflow: hidden;
	}
	.mv-slide__inner img {
		width: 100%;
		display: block;
	}

	/* header */
	.header{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}
	.mv-logo{
		width: 5%;
        position: absolute;
        top: 3%;
        right: 1%;
        z-index: 10;
		z-index: 99;
	}
	.mv-title-box{
		width: 35%;
        position: absolute;
        bottom: 7%;
        right: 11%;
		z-index: 99;
	}
	.mv-title-box li{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.mv-title-box li .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box li:last-child{
		width: 100%;
		margin: 0 0 0 0;
	}
	.mv-txt{
		font-size: clamp(.6em, 2.2vw, 1.4em);
        font-family: "neue-haas-unica", sans-serif;
		font-weight: 200;
		font-style: normal;
        color: #fff;
        letter-spacing: .1em;
        white-space: nowrap;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 10% auto;
		padding: 5% 0 0 0;
	}
	.read .txt{
		font-size: 2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		text-align: center;
		line-height: 2em;
		margin: 0 0 5% 0;
	}
	.top-nav{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav li{
		width: 15%;
	}
	.top-nav li a{
		width: 100%;
		display: block;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
		background: #fff;
	}
	.top-nav li a .un{
		width: 100%;
		opacity: 1;
		transform: scale(1);
		transition: 1s;
	}
	.top-nav li a:hover .un{
		opacity: 0;
		transform: scale(1.05);
		transition: 1s;
	}
	.top-nav li a .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transform: scale(1.05);
		transition: 1s;
	}
	.top-nav li a:hover .on{
		opacity: 1;
		transform: scale(1);
		transition: 1s;
	}

	/* slider */
	.item03-slider,
	.item04-slider,
	.item05-slider,
	.item06-slider {
		position: relative;
		overflow: hidden;
	}
	.item03-slider .mv-slide,
	.item04-slider .mv-slide,
	.item05-slider .mv-slide,
	.item06-slider .mv-slide {
		width: 100%;
	}
	.item03-slider .mv-slide img,
	.item04-slider .mv-slide img,
	.item05-slider .mv-slide img,
	.item06-slider .mv-slide img {
		width: 100%;
		display: block;
	}

	/* item01 */
	.item01{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
		margin: 0 auto 7% auto;
	}
	.item01 .bg01{
		width: 30%;
		height: 80%;
		position: absolute;
		top: 0%;
		left: 0;
		z-index: -1;
		background: #b5d9f6;
	}
	.item01 .title-box{
		width: 70%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item01 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		left: -12%;
	}
	.item01 .title-box .title-list li:nth-child(1){
		width: 150px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item01 .title-box .title-list li:nth-child(2){
		font-size: 4em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1em;
	}
	.item01 .title-box .num{
		width: 180px;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.item01 .title-box .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item01 .img{
		width: 70%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item01 .txt{
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.7em;
		position: absolute;
		top: 14%;
		left: 7%;
	}
	.item01 .link-box{
		width: 40%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 7% 45%;
	}
	.item01 .link-box li{
		width: 45%;
	}
	.item01 .sub-img-wrap{
		width: 100%;
		overflow: hidden;
	}
	.item01 .sub-img{
		width: 120%;
		display: flex;
		justify-content: flex-start;
	}
	.item01 .sub-img li{
		width: 33.33%;
		overflow: hidden;
	}

	/* item02 */
	.item02{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
		margin: 0 auto 7% auto;
	}
	.item02 .title-box{
		width: max-content;
		position: relative;
		margin: 0 0 3% auto;
		right: 14%;
	}
	.item02 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item02 .title-box .title-list li:nth-child(1){
		width: 150px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item02 .title-box .title-list li:nth-child(2){
		font-size: 4em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1em;
	}
	.item02 .num{
		width: 180px;
        position: absolute;
        left: 4%;
        top: 40%;
	}
	.item02 .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item02 .img-box{
		width: 65%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 3% auto;
	}
	.item02 .img-box .img{
		width: 50%;
	}
	.item02 .data{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .data .txt-box{
		width: 60%;
	}
	.item02 .data .txt-box .txt{
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.7em;
	}
	.item02 .data .link-box{
		width: 40%;
	}

	/* item03 */
	.item03{
		width: 100%;
		position: relative;
		margin: 0 auto 14% auto;
	}
	.item03 .title-box{
		width: 50%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item03 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.item03 .title-box .title-list li:nth-child(1){
		width: 150px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
		position: relative;
		top: 45px;
	}
	.item03 .title-box .title-list li:nth-child(2){
		font-size: 4em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.5em;
	}
	.item03 .title-box .num{
		width: 180px;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.item03 .title-box .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item03-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 7% auto;
	}
	.item03-box .img-box{
		width: 50%;
	}
	.item03-box .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 15% 0 7%;
	}
	.item03-box .data .txt-box{
		width: 100%;
		margin: 0 0 20% 0;
	}
	.item03-box .data .txt-box .txt{
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.7em;
	}
	.item03-box .data .link-box{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.item03-sub-img-box{
		width: 60%;
		margin: 0 auto;
	}

	/* item04 */
	.item04{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
		margin: 0 auto 7% auto;
	}
	.item04 .title-box{
		width: 70%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item04 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item04 .title-box .title-list li:nth-child(1){
		width: 150px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item04 .title-box .title-list li:nth-child(2){
		font-size: 4em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1em;
	}
	.item04 .title-box .num{
		width: 180px;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.item04 .title-box .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item04 .img-box{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 3% auto;
	}
	.item04 .img-box .img{
		width: 50%;
	}
	.item04 .data{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item04 .data .txt-box{
		width: 60%;
	}
	.item04 .data .txt-box .txt{
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.7em;
	}
	.item04 .data .link-box{
		width: 40%;
	}

	/* item05 */
	.item05{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin: 0 auto 7% auto;
	}
	.item05 .bg02{
		width: 32%;
		height: 100%;
		position: absolute;
		top: 0%;
		right: 0;
		z-index: -1;
		background: #4a94c3;
	}
	.item05 .data01{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 10% 7% 0;
	}
	.item05 .data01 .title-box{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item05 .data01 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.item05 .data01 .title-box .title-list li:nth-child(1){
		width: 150px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
		position: relative;
		top: 45px;
	}
	.item05 .data01 .title-box .title-list li:nth-child(2){
		font-size: 4em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.5em;
	}
	.item05 .data01 .title-box .num{
		width: 180px;
		position: relative;
		margin: 0 0 0 auto;
	}
	.item05 .data01 .title-box .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item05 .data01 .img{
		width: 90%;
		margin: 0 0 0 10%;
	}
	.item05 .data02{
		width: 50%;
		box-sizing: border-box;
		padding: 0 10% 0 10%;
	}
	.item05 .data02 .img{
		width: 90%;
		margin: 0 auto 7% auto;
	}
	.item05 .data02 .txt-box{
		width: 100%;
		position: relative;
		left: 10%;
		margin: 0 0 7% 0;
	}
	.item05 .data02 .txt-box .txt{
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.7em;
		white-space: nowrap;
	}
	.item05 .data02 .link-box{
		width: 90%;
		position: relative;
		left: 10%;
	}
	
	/* end-cont */
	.end-cont-wrap{
		width: 100%;
		background: #b5d9f6;
		padding: 12% 0 7% 0;
		margin: 0 0 7% 0;
		position: relative;
		z-index: 99;
	}
	.end-cont{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.end-cont-l{
		width: 30%;
		height: auto;
		position: relative;
	}
	.end-cont-r{
		width: 55%;
	}
	.f-title{
		width: 90%;
		margin: 0 0 20% 0;
	}
	.f-title li{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.f-title li .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-txt02{
		font-size: clamp(.6em, 2.2vw, .9em);
        font-family: "neue-haas-unica", sans-serif;
		font-weight: 200;
		font-style: normal;
        color: #fff;
        letter-spacing: .1em;
        white-space: nowrap;
	}
	.f-staff{
		font-size: 1.1em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 2em;
		margin: 0 0 20% 0;
	}
	.f-nav{
		width: max-content;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.f-nav li{
		width: max-content;
	}
	.f-nav li:nth-child(1){
		width: max-content;
		margin: 0 0 3% 0;
	}
	.f-nav li a{
		display: flex;
		align-items: center;
		color: #fff;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: .8em;
		line-height: 2em;
		letter-spacing: .1em;
	}
	.f-nav li a span{
		width: 8px;
		line-height: 0;
		margin: 0 15px 0 0;
		opacity: 0;
		position: relative;
		left: -20px;
		transition: .3s;
	}
	.f-nav li a:hover span{
		opacity: 1;
		left: 0px;
		transition: .3s;
	}
	.f-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 5% auto;
	}
	.f-nav-list li:nth-child(1){
		margin: 0 0 5% 0;
	}
	.f-nav-list li{
		width: 30%;
	}
	.f-nav-list li a{
		width: 100%;
		display: block;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
		background: #fff;
	}
	.f-nav-list li a .un{
		width: 100%;
		opacity: 1;
		transform: scale(1);
		transition: 1s;
	}
	.f-nav-list li a:hover .un{
		opacity: 0;
		transform: scale(1.05);
		transition: 1s;
	}
	.f-nav-list li a .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transform: scale(1.05);
		transition: 1s;
	}
	.f-nav-list li a:hover .on{
		opacity: 1;
		transform: scale(1);
		transition: 1s;
	}

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

	.cart-btm .btn01{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #b5d9f6;
		border: 1px solid #b5d9f6;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #b5d9f6;
		color: #b5d9f6;
	}

	.cart-btm .btn02{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #685173;
		border: 1px solid #685173;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #685173;
		color: #685173;
	}

	.cart-btm .btn03{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #9b9392;
		border: 1px solid #9b9392;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #9b9392;
		color: #9b9392;
	}

	.cart-btm .btn04{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #4a94c3;
		border: 1px solid #4a94c3;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn04 {
		background: #fff;
		border-color: #4a94c3;
		color: #4a94c3;
	}

	.cart-btm .btn05{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #3f222e;
		border: 1px solid #3f222e;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #3f222e;
		color: #3f222e;
	}

	.cart-btm .btn06{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #dad7c8;
		border: 1px solid #dad7c8;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn06 {
		background: #fff;
		border-color: #dad7c8;
		color: #dad7c8;
	}

	.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;
	}
	
	/*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: 40px;
		height: 40px;
		display: block;
		z-index: 100;
	}
	#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: #fff;
		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: #b5d9f6;
		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: 15px;
		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: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }

	.load{
		width: 100%;
		height: 100vh;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9999;
	}
	.load-img{
		width: 100%;
		height: 100%;
		background-image: url(../img/load.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 130%;
	}
	.load-data{
		width: 20%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.logo{
		width: 100%;
		display: block;
		margin: 0 auto 20% auto;
	}
	.logo-kumi{
		width: 20%;
		display: block;
		margin: 0 auto;
	}
	.btn{
		width: max-content;
		font-family: "termina", sans-serif;
		font-weight: 400;
		font-style: normal;
		position: relative;
		font-size: 1.2em;
		line-height: 1em;
		letter-spacing: .2em;
		border: 1px solid #fff;
		color: #fff;
		padding: 10px 30px 10px 35px;
		overflow: hidden;
		cursor: pointer;
		transition: background 0.3s ease;
		margin: 0 auto 30% auto;
		display: block;
	}
	.btn:hover {
		background: rgba(255, 255, 255, 0.3);
	}
	.btn span {
		display: inline-block;
	}
	.btn:hover span {
		animation: btn-roll 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
	}
	@keyframes btn-roll {
		0%   { transform: translateY(0%); }
		38%  { transform: translateY(120%); }
		39%  { transform: translateY(-120%); }
		100% { transform: translateY(0%); }
	}
	/* mv-logo-ani 初期状態 */
	.mv-logo-ani01,
	.mv-logo-ani02,
	.mv-logo-ani03,
	.mv-logo-ani04 {
		opacity: 0;
		transform: translateY(15px);
		transition: opacity 0.6s ease, transform 0.6s ease;
	}
	.mv-logo-ani01.active,
	.mv-logo-ani02.active,
	.mv-logo-ani03.active,
	.mv-logo-ani04.active {
		opacity: 1;
		transform: translateY(0);
	}

	/* common */
	.main-cont{
		width: 100%;
	}

	/* mv-slider */
	.mv-slider-wrap {
		position: relative;
		width: 50%;
		overflow: hidden;
	}
	.mv-slider,
	.mv-slider02 {
		position: relative;
	}
	.mv-slide__inner {
		overflow: hidden;
	}
	.mv-slide__inner img {
		width: 100%;
		display: block;
	}

	/* header */
	.header{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}
	.mv-logo{
		width: 5%;
        position: absolute;
        top: 3%;
        right: 1%;
		z-index: 99;
	}
	.mv-title-box{
		width: 35%;
        position: absolute;
        bottom: 7%;
        right: 11%;
		z-index: 99;
	}
	.mv-title-box li{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.mv-title-box li .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box li:last-child{
		width: 100%;
		margin: 0 0 0 0;
	}
	.mv-txt{
		font-size: clamp(.6em, 2.2vw, 1.4em);
        font-family: "neue-haas-unica", sans-serif;
		font-weight: 200;
		font-style: normal;
        color: #fff;
        letter-spacing: .1em;
        white-space: nowrap;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 10% auto;
		padding: 5% 0 0 0;
	}
	.read .txt{
		font-size: 2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		text-align: center;
		line-height: 2em;
		margin: 0 0 5% 0;
	}
	.top-nav{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav li{
		width: 15%;
	}
	.top-nav li a{
		width: 100%;
		display: block;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
		background: #fff;
	}
	.top-nav li a .un{
		width: 100%;
		opacity: 1;
		transform: scale(1);
		transition: 1s;
	}
	.top-nav li a:hover .un{
		opacity: 0;
		transform: scale(1.05);
		transition: 1s;
	}
	.top-nav li a .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transform: scale(1.05);
		transition: 1s;
	}
	.top-nav li a:hover .on{
		opacity: 1;
		transform: scale(1);
		transition: 1s;
	}

	/* slider */
	.item03-slider,
	.item04-slider,
	.item05-slider,
	.item06-slider {
		position: relative;
		overflow: hidden;
	}
	.item03-slider .mv-slide,
	.item04-slider .mv-slide,
	.item05-slider .mv-slide,
	.item06-slider .mv-slide {
		width: 100%;
	}
	.item03-slider .mv-slide img,
	.item04-slider .mv-slide img,
	.item05-slider .mv-slide img,
	.item06-slider .mv-slide img {
		width: 100%;
		display: block;
	}

	/* item01 */
	.item01{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
		margin: 0 auto 7% auto;
	}
	.item01 .bg01{
		width: 30%;
		height: 80%;
		position: absolute;
		top: 0%;
		left: 0;
		z-index: -1;
		background: #b5d9f6;
	}
	.item01 .title-box{
		width: 70%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item01 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		left: -12%;
	}
	.item01 .title-box .title-list li:nth-child(1){
		width: 150px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item01 .title-box .title-list li:nth-child(2){
		font-size: 4em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1em;
	}
	.item01 .title-box .num{
		width: 180px;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.item01 .title-box .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item01 .img{
		width: 70%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item01 .txt{
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.7em;
		position: absolute;
		top: 14%;
		left: 7%;
	}
	.item01 .link-box{
		width: 40%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 7% 45%;
	}
	.item01 .link-box li{
		width: 45%;
	}
	.item01 .sub-img-wrap{
		width: 100%;
		overflow: hidden;
	}
	.item01 .sub-img{
		width: 120%;
		display: flex;
		justify-content: flex-start;
	}
	.item01 .sub-img li{
		width: 33.33%;
		overflow: hidden;
	}

	/* item02 */
	.item02{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
		margin: 0 auto 7% auto;
	}
	.item02 .title-box{
		width: max-content;
		position: relative;
		margin: 0 0 3% auto;
		right: 14%;
	}
	.item02 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item02 .title-box .title-list li:nth-child(1){
		width: 150px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item02 .title-box .title-list li:nth-child(2){
		font-size: 4em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1em;
	}
	.item02 .num{
		width: 180px;
        position: absolute;
        left: 4%;
        top: 40%;
	}
	.item02 .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item02 .img-box{
		width: 65%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 3% auto;
	}
	.item02 .img-box .img{
		width: 50%;
	}
	.item02 .data{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .data .txt-box{
		width: 60%;
	}
	.item02 .data .txt-box .txt{
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.7em;
	}
	.item02 .data .link-box{
		width: 40%;
	}

	/* item03 */
	.item03{
		width: 100%;
		position: relative;
		margin: 0 auto 14% auto;
	}
	.item03 .title-box{
		width: 50%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item03 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.item03 .title-box .title-list li:nth-child(1){
		width: 150px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
		position: relative;
		top: 45px;
	}
	.item03 .title-box .title-list li:nth-child(2){
		font-size: 4em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.5em;
	}
	.item03 .title-box .num{
		width: 180px;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.item03 .title-box .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item03-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 7% auto;
	}
	.item03-box .img-box{
		width: 50%;
	}
	.item03-box .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 15% 0 7%;
	}
	.item03-box .data .txt-box{
		width: 100%;
		margin: 0 0 20% 0;
	}
	.item03-box .data .txt-box .txt{
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.7em;
	}
	.item03-box .data .link-box{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.item03-sub-img-box{
		width: 60%;
		margin: 0 auto;
	}

	/* item04 */
	.item04{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
		margin: 0 auto 7% auto;
	}
	.item04 .title-box{
		width: 70%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item04 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item04 .title-box .title-list li:nth-child(1){
		width: 150px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item04 .title-box .title-list li:nth-child(2){
		font-size: 4em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1em;
	}
	.item04 .title-box .num{
		width: 180px;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.item04 .title-box .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item04 .img-box{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 3% auto;
	}
	.item04 .img-box .img{
		width: 50%;
	}
	.item04 .data{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item04 .data .txt-box{
		width: 60%;
	}
	.item04 .data .txt-box .txt{
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.7em;
	}
	.item04 .data .link-box{
		width: 40%;
	}

	/* item05 */
	.item05{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin: 0 auto 7% auto;
	}
	.item05 .bg02{
		width: 32%;
		height: 100%;
		position: absolute;
		top: 0%;
		right: 0;
		z-index: -1;
		background: #4a94c3;
	}
	.item05 .data01{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 10% 7% 0;
	}
	.item05 .data01 .title-box{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item05 .data01 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.item05 .data01 .title-box .title-list li:nth-child(1){
		width: 150px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
		position: relative;
		top: 45px;
	}
	.item05 .data01 .title-box .title-list li:nth-child(2){
		font-size: 4em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.5em;
	}
	.item05 .data01 .title-box .num{
		width: 180px;
		position: relative;
		margin: 0 0 0 auto;
	}
	.item05 .data01 .title-box .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item05 .data01 .img{
		width: 90%;
		margin: 0 0 0 10%;
	}
	.item05 .data02{
		width: 50%;
		box-sizing: border-box;
		padding: 0 10% 0 10%;
	}
	.item05 .data02 .img{
		width: 90%;
		margin: 0 auto 7% auto;
	}
	.item05 .data02 .txt-box{
		width: 100%;
		position: relative;
		left: 10%;
		margin: 0 0 7% 0;
	}
	.item05 .data02 .txt-box .txt{
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.7em;
		white-space: nowrap;
	}
	.item05 .data02 .link-box{
		width: 90%;
		position: relative;
		left: 10%;
	}
	
	/* end-cont */
	.end-cont-wrap{
		width: 100%;
		background: #b5d9f6;
		padding: 12% 0 7% 0;
		margin: 0 0 7% 0;
		position: relative;
		z-index: 99;
	}
	.end-cont{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.end-cont-l{
		width: 30%;
		height: auto;
		position: relative;
	}
	.end-cont-r{
		width: 55%;
	}
	.f-title{
		width: 90%;
		margin: 0 0 20% 0;
	}
	.f-title li{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.f-title li .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-txt02{
		font-size: clamp(.6em, 2.2vw, .9em);
        font-family: "neue-haas-unica", sans-serif;
		font-weight: 200;
		font-style: normal;
        color: #fff;
        letter-spacing: .1em;
        white-space: nowrap;
	}
	.f-staff{
		font-size: 1.1em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 2em;
		margin: 0 0 20% 0;
	}
	.f-nav{
		width: max-content;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.f-nav li{
		width: max-content;
	}
	.f-nav li:nth-child(1){
		width: max-content;
		margin: 0 0 3% 0;
	}
	.f-nav li a{
		display: flex;
		align-items: center;
		color: #fff;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: .8em;
		line-height: 2em;
		letter-spacing: .1em;
	}
	.f-nav li a span{
		width: 8px;
		line-height: 0;
		margin: 0 15px 0 0;
		opacity: 0;
		position: relative;
		left: -20px;
		transition: .3s;
	}
	.f-nav li a:hover span{
		opacity: 1;
		left: 0px;
		transition: .3s;
	}
	.f-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 5% auto;
	}
	.f-nav-list li:nth-child(1){
		margin: 0 0 5% 0;
	}
	.f-nav-list li{
		width: 30%;
	}
	.f-nav-list li a{
		width: 100%;
		display: block;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
		background: #fff;
	}
	.f-nav-list li a .un{
		width: 100%;
		opacity: 1;
		transform: scale(1);
		transition: 1s;
	}
	.f-nav-list li a:hover .un{
		opacity: 0;
		transform: scale(1.05);
		transition: 1s;
	}
	.f-nav-list li a .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transform: scale(1.05);
		transition: 1s;
	}
	.f-nav-list li a:hover .on{
		opacity: 1;
		transform: scale(1);
		transition: 1s;
	}

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

	.cart-btm .btn01{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #b5d9f6;
		border: 1px solid #b5d9f6;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #b5d9f6;
		color: #b5d9f6;
	}

	.cart-btm .btn02{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #685173;
		border: 1px solid #685173;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #685173;
		color: #685173;
	}

	.cart-btm .btn03{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #9b9392;
		border: 1px solid #9b9392;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #9b9392;
		color: #9b9392;
	}

	.cart-btm .btn04{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #4a94c3;
		border: 1px solid #4a94c3;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn04 {
		background: #fff;
		border-color: #4a94c3;
		color: #4a94c3;
	}

	.cart-btm .btn05{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #3f222e;
		border: 1px solid #3f222e;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #3f222e;
		color: #3f222e;
	}

	.cart-btm .btn06{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #dad7c8;
		border: 1px solid #dad7c8;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn06 {
		background: #fff;
		border-color: #dad7c8;
		color: #dad7c8;
	}

	.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;
	}
	
	/*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: 40px;
		height: 40px;
		display: block;
		z-index: 100;
	}
	#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: #fff;
		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: #b5d9f6;
		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: 15px;
		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: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }

	.load{
		width: 100%;
		height: 100vh;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9999;
	}
	.load-img{
		width: 100%;
		height: 100%;
		background-image: url(../img/load.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 130%;
	}
	.load-data{
		width: 20%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.logo{
		width: 100%;
		display: block;
		margin: 0 auto 20% auto;
	}
	.logo-kumi{
		width: 20%;
		display: block;
		margin: 0 auto;
	}
	.btn{
		width: max-content;
		font-family: "termina", sans-serif;
		font-weight: 400;
		font-style: normal;
		position: relative;
		font-size: 1em;
		line-height: 1em;
		letter-spacing: .2em;
		border: 1px solid #fff;
		color: #fff;
		padding: 10px 30px 10px 35px;
		overflow: hidden;
		cursor: pointer;
		transition: background 0.3s ease;
		margin: 0 auto 30% auto;
		display: block;
	}
	.btn:hover {
		background: rgba(255, 255, 255, 0.3);
	}
	.btn span {
		display: inline-block;
	}
	.btn:hover span {
		animation: btn-roll 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
	}
	@keyframes btn-roll {
		0%   { transform: translateY(0%); }
		38%  { transform: translateY(120%); }
		39%  { transform: translateY(-120%); }
		100% { transform: translateY(0%); }
	}
	/* mv-logo-ani 初期状態 */
	.mv-logo-ani01,
	.mv-logo-ani02,
	.mv-logo-ani03,
	.mv-logo-ani04 {
		opacity: 0;
		transform: translateY(15px);
		transition: opacity 0.6s ease, transform 0.6s ease;
	}
	.mv-logo-ani01.active,
	.mv-logo-ani02.active,
	.mv-logo-ani03.active,
	.mv-logo-ani04.active {
		opacity: 1;
		transform: translateY(0);
	}

	/* common */
	.main-cont{
		width: 100%;
	}

	/* mv-slider */
	.mv-slider-wrap {
		position: relative;
		width: 50%;
		overflow: hidden;
	}
	.mv-slider,
	.mv-slider02 {
		position: relative;
	}
	.mv-slide__inner {
		overflow: hidden;
	}
	.mv-slide__inner img {
		width: 100%;
		display: block;
	}

	/* header */
	.header{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}
	.mv-logo{
		width: 5%;
        position: absolute;
        top: 3%;
        right: 1%;
		z-index: 99;
	}
	.mv-title-box{
		width: 35%;
        position: absolute;
        bottom: 7%;
        right: 11%;
		z-index: 99;
	}
	.mv-title-box li{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.mv-title-box li .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box li:last-child{
		width: 100%;
		margin: 0 0 0 0;
	}
	.mv-txt{
		font-size: clamp(.6em, 2.2vw, 1.4em);
        font-family: "neue-haas-unica", sans-serif;
		font-weight: 200;
		font-style: normal;
        color: #fff;
        letter-spacing: .1em;
        white-space: nowrap;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 10% auto;
		padding: 5% 0 0 0;
	}
	.read .txt{
		font-size: 2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		text-align: center;
		line-height: 2em;
		margin: 0 0 5% 0;
	}
	.top-nav{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav li{
		width: 15%;
	}
	.top-nav li a{
		width: 100%;
		display: block;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
		background: #fff;
	}
	.top-nav li a .un{
		width: 100%;
		opacity: 1;
		transform: scale(1);
		transition: 1s;
	}
	.top-nav li a:hover .un{
		opacity: 0;
		transform: scale(1.05);
		transition: 1s;
	}
	.top-nav li a .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transform: scale(1.05);
		transition: 1s;
	}
	.top-nav li a:hover .on{
		opacity: 1;
		transform: scale(1);
		transition: 1s;
	}

	/* slider */
	.item03-slider,
	.item04-slider,
	.item05-slider,
	.item06-slider {
		position: relative;
		overflow: hidden;
	}
	.item03-slider .mv-slide,
	.item04-slider .mv-slide,
	.item05-slider .mv-slide,
	.item06-slider .mv-slide {
		width: 100%;
	}
	.item03-slider .mv-slide img,
	.item04-slider .mv-slide img,
	.item05-slider .mv-slide img,
	.item06-slider .mv-slide img {
		width: 100%;
		display: block;
	}

	/* item01 */
	.item01{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
		margin: 0 auto 7% auto;
	}
	.item01 .bg01{
		width: 30%;
		height: 80%;
		position: absolute;
		top: 0%;
		left: 0;
		z-index: -1;
		background: #b5d9f6;
	}
	.item01 .title-box{
		width: 70%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item01 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		left: -12%;
	}
	.item01 .title-box .title-list li:nth-child(1){
		width: 150px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item01 .title-box .title-list li:nth-child(2){
		font-size: 3em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1em;
	}
	.item01 .title-box .num{
		width: 120px;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.item01 .title-box .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item01 .img{
		width: 70%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item01 .txt{
		font-size: 2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.7em;
		position: absolute;
		top: 14%;
		left: 7%;
	}
	.item01 .link-box{
		width: 50%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 7% 35%;
	}
	.item01 .link-box li{
		width: 47%;
	}
	.item01 .sub-img-wrap{
		width: 100%;
		overflow: hidden;
	}
	.item01 .sub-img{
		width: 120%;
		display: flex;
		justify-content: flex-start;
	}
	.item01 .sub-img li{
		width: 33.33%;
		overflow: hidden;
	}

	/* item02 */
	.item02{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
		margin: 0 auto 7% auto;
	}
	.item02 .title-box{
		width: max-content;
		position: relative;
		margin: 0 0 3% auto;
		right: 14%;
	}
	.item02 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item02 .title-box .title-list li:nth-child(1){
		width: 150px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item02 .title-box .title-list li:nth-child(2){
		font-size: 3em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1em;
	}
	.item02 .num{
		width: 120px;
        position: absolute;
        left: 4%;
        top: 40%;
	}
	.item02 .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item02 .img-box{
		width: 65%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 3% auto;
	}
	.item02 .img-box .img{
		width: 50%;
	}
	.item02 .data{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .data .txt-box{
		width: 60%;
	}
	.item02 .data .txt-box .txt{
		font-size: 2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.7em;
	}
	.item02 .data .link-box{
		width: 40%;
	}

	/* item03 */
	.item03{
		width: 100%;
		position: relative;
		margin: 0 auto 14% auto;
	}
	.item03 .title-box{
		width: 50%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item03 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.item03 .title-box .title-list li:nth-child(1){
		width: 150px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
		position: relative;
		top: 30px;
	}
	.item03 .title-box .title-list li:nth-child(2){
		font-size: 3em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.5em;
	}
	.item03 .title-box .num{
		width: 120px;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.item03 .title-box .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item03-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 7% auto;
	}
	.item03-box .img-box{
		width: 50%;
	}
	.item03-box .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 15% 0 7%;
	}
	.item03-box .data .txt-box{
		width: 100%;
		margin: 0 0 20% 0;
	}
	.item03-box .data .txt-box .txt{
		font-size: 2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.7em;
		white-space: nowrap;
	}
	.item03-box .data .link-box{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.item03-sub-img-box{
		width: 60%;
		margin: 0 auto;
	}

	/* item04 */
	.item04{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
		margin: 0 auto 7% auto;
	}
	.item04 .title-box{
		width: 70%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item04 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item04 .title-box .title-list li:nth-child(1){
		width: 150px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item04 .title-box .title-list li:nth-child(2){
		font-size: 3em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1em;
	}
	.item04 .title-box .num{
		width: 120px;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.item04 .title-box .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item04 .img-box{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 3% auto;
	}
	.item04 .img-box .img{
		width: 50%;
	}
	.item04 .data{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item04 .data .txt-box{
		width: 60%;
	}
	.item04 .data .txt-box .txt{
		font-size: 2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.7em;
		white-space: nowrap;
	}
	.item04 .data .link-box{
		width: 40%;
	}

	/* item05 */
	.item05{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin: 0 auto 7% auto;
	}
	.item05 .bg02{
		width: 32%;
		height: 100%;
		position: absolute;
		top: 0%;
		right: 0;
		z-index: -1;
		background: #4a94c3;
	}
	.item05 .data01{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 10% 7% 0;
	}
	.item05 .data01 .title-box{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item05 .data01 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.item05 .data01 .title-box .title-list li:nth-child(1){
		width: 150px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
		position: relative;
		top: 30px;
	}
	.item05 .data01 .title-box .title-list li:nth-child(2){
		font-size: 3em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.5em;
	}
	.item05 .data01 .title-box .num{
		width: 120px;
		position: relative;
		margin: 0 0 0 auto;
	}
	.item05 .data01 .title-box .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item05 .data01 .img{
		width: 90%;
		margin: 0 0 0 10%;
	}
	.item05 .data02{
		width: 50%;
		box-sizing: border-box;
		padding: 0 10% 0 10%;
	}
	.item05 .data02 .img{
		width: 90%;
		margin: 0 auto 7% auto;
	}
	.item05 .data02 .txt-box{
		width: 100%;
		position: relative;
		left: 10%;
		margin: 0 0 7% 0;
	}
	.item05 .data02 .txt-box .txt{
		font-size: 2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.7em;
		white-space: nowrap;
	}
	.item05 .data02 .link-box{
		width: 90%;
		position: relative;
		left: 10%;
	}
	
	/* end-cont */
	.end-cont-wrap{
		width: 100%;
		background: #b5d9f6;
		padding: 12% 0 7% 0;
		margin: 0 0 7% 0;
		position: relative;
		z-index: 99;
	}
	.end-cont{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.end-cont-l{
		width: 35%;
		height: auto;
		position: relative;
	}
	.end-cont-r{
		width: 55%;
	}
	.f-title{
		width: 90%;
		margin: 0 0 20% 0;
	}
	.f-title li{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.f-title li .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-txt02{
		font-size: clamp(.6em, 2.2vw, .9em);
        font-family: "neue-haas-unica", sans-serif;
		font-weight: 200;
		font-style: normal;
        color: #fff;
        letter-spacing: .1em;
        white-space: nowrap;
	}
	.f-staff{
		font-size: 1em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 2em;
		margin: 0 0 30% 0;
	}
	.f-nav{
		width: max-content;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.f-nav li{
		width: max-content;
	}
	.f-nav li:nth-child(1){
		width: max-content;
		margin: 0 0 3% 0;
	}
	.f-nav li a{
		display: flex;
		align-items: center;
		color: #fff;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: .8em;
		line-height: 2em;
		letter-spacing: .1em;
	}
	.f-nav li a span{
		width: 8px;
		line-height: 0;
		margin: 0 15px 0 0;
		opacity: 0;
		position: relative;
		left: -20px;
		transition: .3s;
	}
	.f-nav li a:hover span{
		opacity: 1;
		left: 0px;
		transition: .3s;
	}
	.f-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 5% auto;
	}
	.f-nav-list li:nth-child(1){
		margin: 0 0 5% 0;
	}
	.f-nav-list li{
		width: 30%;
	}
	.f-nav-list li a{
		width: 100%;
		display: block;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
		background: #fff;
	}
	.f-nav-list li a .un{
		width: 100%;
		opacity: 1;
		transform: scale(1);
		transition: 1s;
	}
	.f-nav-list li a:hover .un{
		opacity: 0;
		transform: scale(1.05);
		transition: 1s;
	}
	.f-nav-list li a .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transform: scale(1.05);
		transition: 1s;
	}
	.f-nav-list li a:hover .on{
		opacity: 1;
		transform: scale(1);
		transition: 1s;
	}

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

	.cart-btm .btn01{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #b5d9f6;
		border: 1px solid #b5d9f6;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #b5d9f6;
		color: #b5d9f6;
	}

	.cart-btm .btn02{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #685173;
		border: 1px solid #685173;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #685173;
		color: #685173;
	}

	.cart-btm .btn03{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #9b9392;
		border: 1px solid #9b9392;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #9b9392;
		color: #9b9392;
	}

	.cart-btm .btn04{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #4a94c3;
		border: 1px solid #4a94c3;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn04 {
		background: #fff;
		border-color: #4a94c3;
		color: #4a94c3;
	}

	.cart-btm .btn05{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #3f222e;
		border: 1px solid #3f222e;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #3f222e;
		color: #3f222e;
	}

	.cart-btm .btn06{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #dad7c8;
		border: 1px solid #dad7c8;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn06 {
		background: #fff;
		border-color: #dad7c8;
		color: #dad7c8;
	}

	.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;
	}
	
	/*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: 40px;
		height: 40px;
		display: block;
		z-index: 100;
	}
	#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: #fff;
		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: #b5d9f6;
		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: 15px;
		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: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: -1px;
		margin: 0 10px 0 0;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }

	.load{
		width: 100%;
		height: 100vh;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9999;
	}
	.load-img{
		width: 100%;
		height: 100%;
		background-image: url(../img/load-sp.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 130%;
	}
	.load-data{
		width: 40%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.logo{
		width: 100%;
		display: block;
		margin: 0 auto 20% auto;
	}
	.logo-kumi{
		width: 25%;
		display: block;
		margin: 0 auto;
	}
	.btn{
		width: 60%;
		font-family: "termina", sans-serif;
		font-weight: 400;
		font-style: normal;
		position: relative;
		font-size: 1em;
		line-height: 1em;
		letter-spacing: .2em;
		border: 1px solid #fff;
		color: #fff;
		padding: 15px 0 15px 0;
		overflow: hidden;
		cursor: pointer;
		transition: background 0.3s ease;
		margin: 0 auto 30% auto;
		display: block;
		text-align: center;
	}
	.btn:hover {
		background: rgba(255, 255, 255, 0.3);
	}
	.btn span {
		display: inline-block;
	}
	.btn:hover span {
		animation: btn-roll 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
	}
	@keyframes btn-roll {
		0%   { transform: translateY(0%); }
		38%  { transform: translateY(120%); }
		39%  { transform: translateY(-120%); }
		100% { transform: translateY(0%); }
	}
	/* mv-logo-ani 初期状態 */
	.mv-logo-ani01,
	.mv-logo-ani02,
	.mv-logo-ani03,
	.mv-logo-ani04 {
		opacity: 0;
		transform: translateY(15px);
		transition: opacity 0.6s ease, transform 0.6s ease;
	}
	.mv-logo-ani01.active,
	.mv-logo-ani02.active,
	.mv-logo-ani03.active,
	.mv-logo-ani04.active {
		opacity: 1;
		transform: translateY(0);
	}

	/* common */
	.main-cont{
		width: 100%;
	}

	/* mv-slider */
	.mv-slider-wrap {
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.mv-slider,
	.mv-slider02 {
		position: relative;
	}
	.mv-slide__inner {
		overflow: hidden;
	}
	.mv-slide__inner img {
		width: 100%;
		display: block;
	}

	/* header */
	.header{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.mv-logo{
		width: 6%;
        position: absolute;
        top: 2%;
        right: 2%;
		line-height: 0;
		z-index: 99;
	}
	.mv-title-box{
		width: 34%;
        position: absolute;
        bottom: 7%;
        right: 11%;
		z-index: 99;
	}
	.mv-title-box li{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.mv-title-box li .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box li:last-child{
		width: 100%;
		margin: 0 0 0 0;
	}
	.mv-txt{
		font-size: 1em;
        font-family: "neue-haas-unica", sans-serif;
		font-weight: 200;
		font-style: normal;
        color: #fff;
        letter-spacing: .1em;
        white-space: nowrap;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 15% auto;
		padding: 5% 0 0 0;
	}
	.read .txt{
		font-size: 2em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		text-align: center;
		line-height: 2em;
		margin: 0 0 5% 0;
	}
	.top-nav{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.top-nav li{
		width: 15%;
	}
	.top-nav li a{
		width: 100%;
		display: block;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
		background: #fff;
	}
	.top-nav li a .un{
		width: 100%;
		opacity: 1;
		transform: scale(1);
		transition: 1s;
	}
	.top-nav li a:hover .un{
		opacity: 0;
		transform: scale(1.05);
		transition: 1s;
	}
	.top-nav li a .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transform: scale(1.05);
		transition: 1s;
	}
	.top-nav li a:hover .on{
		opacity: 1;
		transform: scale(1);
		transition: 1s;
	}

	/* slider */
	.item03-slider,
	.item04-slider,
	.item05-slider,
	.item06-slider {
		position: relative;
		overflow: hidden;
	}
	.item03-slider .mv-slide,
	.item04-slider .mv-slide,
	.item05-slider .mv-slide,
	.item06-slider .mv-slide {
		width: 100%;
	}
	.item03-slider .mv-slide img,
	.item04-slider .mv-slide img,
	.item05-slider .mv-slide img,
	.item06-slider .mv-slide img {
		width: 100%;
		display: block;
	}

	/* item01 */
	.item01{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
		margin: 0 auto 7% auto;
	}
	.item01 .bg01{
		width: 30%;
		height: 80%;
		position: absolute;
		top: 0%;
		left: 0;
		z-index: -1;
		background: #b5d9f6;
	}
	.item01 .title-box{
		width: 70%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item01 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		left: -12%;
	}
	.item01 .title-box .title-list li:nth-child(1){
		width: 150px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item01 .title-box .title-list li:nth-child(2){
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1em;
	}
	.item01 .title-box .num{
		width: 120px;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.item01 .title-box .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item01 .img{
		width: 70%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item01 .txt{
		font-size: 1.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.7em;
		position: absolute;
		top: 14%;
		left: 7%;
	}
	.item01 .link-box{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 0 7% 35%;
	}
	.item01 .link-box li{
		width: 47%;
	}
	.item01 .sub-img-wrap{
		width: 100%;
		overflow: hidden;
	}
	.item01 .sub-img{
		width: 120%;
		display: flex;
		justify-content: flex-start;
	}
	.item01 .sub-img li{
		width: 33.33%;
		overflow: hidden;
	}

	/* item02 */
	.item02{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
		margin: 0 auto 7% auto;
	}
	.item02 .title-box{
		width: max-content;
		position: relative;
		margin: 0 0 3% auto;
		right: 14%;
	}
	.item02 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item02 .title-box .title-list li:nth-child(1){
		width: 150px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item02 .title-box .title-list li:nth-child(2){
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1em;
	}
	.item02 .num{
		width: 120px;
        position: absolute;
        left: 4%;
        top: 40%;
	}
	.item02 .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item02 .img-box{
		width: 65%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 3% auto;
	}
	.item02 .img-box .img{
		width: 50%;
	}
	.item02 .data{
		width: 65%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item02 .data .txt-box{
		width: 50%;
	}
	.item02 .data .txt-box .txt{
		font-size: 1.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.7em;
	}
	.item02 .data .link-box{
		width: 50%;
	}

	/* item03 */
	.item03{
		width: 100%;
		position: relative;
		margin: 0 auto 14% auto;
	}
	.item03 .title-box{
		width: 70%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item03 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.item03 .title-box .title-list li:nth-child(1){
		width: 150px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
		position: relative;
		top: 30px;
	}
	.item03 .title-box .title-list li:nth-child(2){
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.5em;
	}
	.item03 .title-box .num{
		width: 120px;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.item03 .title-box .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item03-box{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 7% auto;
	}
	.item03-box .img-box{
		width: 50%;
	}
	.item03-box .data{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 7% 0 7%;
	}
	.item03-box .data .txt-box{
		width: 100%;
		margin: 0 0 20% 0;
	}
	.item03-box .data .txt-box .txt{
		font-size: 1.8em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.7em;
		white-space: nowrap;
	}
	.item03-box .data .link-box{
		width: 100%;
		margin: 0 0 15% 0;
	}
	.item03-sub-img-box{
		width: 87%;
		margin: 0 auto;
	}

	/* item04 */
	.item04{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
		margin: 0 auto 7% auto;
	}
	.item04 .title-box{
		width: 70%;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.item04 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item04 .title-box .title-list li:nth-child(1){
		width: 150px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
	}
	.item04 .title-box .title-list li:nth-child(2){
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1em;
	}
	.item04 .title-box .num{
		width: 120px;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.item04 .title-box .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item04 .img-box{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto 3% auto;
	}
	.item04 .img-box .img{
		width: 50%;
	}
	.item04 .data{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.item04 .data .txt-box{
		width: 50%;
	}
	.item04 .data .txt-box .txt{
		font-size: 1.8em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.7em;
		white-space: nowrap;
	}
	.item04 .data .link-box{
		width: 50%;
	}

	/* item05 */
	.item05{
		width: 100%;
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin: 0 auto 7% auto;
	}
	.item05 .bg02{
		width: 27%;
		height: 100%;
		position: absolute;
		top: 0%;
		right: 0;
		z-index: -1;
		background: #4a94c3;
	}
	.item05 .data01{
		width: 50%;
		box-sizing: border-box;
		padding: 5% 5% 7% 0;
	}
	.item05 .data01 .title-box{
		width: 100%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item05 .data01 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		position: relative;
	}
	.item05 .data01 .title-box .title-list li:nth-child(1){
		width: 150px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
		position: relative;
		top: 30px;
	}
	.item05 .data01 .title-box .title-list li:nth-child(2){
		font-size: 2.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.5em;
	}
	.item05 .data01 .title-box .num{
		width: 120px;
		position: relative;
		margin: 0 0 0 auto;
	}
	.item05 .data01 .title-box .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item05 .data01 .img{
		width: 90%;
		margin: 0 0 0 10%;
	}
	.item05 .data02{
		width: 50%;
		box-sizing: border-box;
		padding: 0 5% 0 5%;
	}
	.item05 .data02 .img{
		width: 90%;
		margin: 0 auto 7% auto;
	}
	.item05 .data02 .txt-box{
		width: 100%;
		position: relative;
		left: 10%;
		margin: 0 0 7% 0;
	}
	.item05 .data02 .txt-box .txt{
		font-size: 1.8em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.7em;
		white-space: nowrap;
	}
	.item05 .data02 .link-box{
		width: 90%;
		position: relative;
		left: 10%;
	}
	
	/* end-cont */
	.end-cont-wrap{
		width: 100%;
		background: #b5d9f6;
		padding: 12% 0 7% 0;
		margin: 0 0 7% 0;
		position: relative;
		z-index: 99;
	}
	.end-cont{
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.end-cont-l{
		width: 35%;
		height: auto;
		position: relative;
	}
	.end-cont-r{
		width: 55%;
	}
	.f-title{
		width: 90%;
		margin: 0 0 20% 0;
	}
	.f-title li{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.f-title li .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-txt02{
		font-size: clamp(.6em, 2.2vw, .9em);
        font-family: "neue-haas-unica", sans-serif;
		font-weight: 200;
		font-style: normal;
        color: #fff;
        letter-spacing: .1em;
        white-space: nowrap;
	}
	.f-staff{
		font-size: 1em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 2em;
		margin: 0 0 30% 0;
	}
	.f-nav{
		width: max-content;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.f-nav li{
		width: max-content;
	}
	.f-nav li:nth-child(1){
		width: max-content;
		margin: 0 0 3% 0;
	}
	.f-nav li a{
		display: flex;
		align-items: center;
		color: #fff;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: .8em;
		line-height: 2em;
		letter-spacing: .1em;
	}
	.f-nav li a span{
		width: 8px;
		line-height: 0;
		margin: 0 15px 0 0;
		opacity: 0;
		position: relative;
		left: -20px;
		transition: .3s;
	}
	.f-nav li a:hover span{
		opacity: 1;
		left: 0px;
		transition: .3s;
	}
	.f-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 5% auto;
	}
	.f-nav-list li:nth-child(1){
		margin: 0 0 5% 0;
	}
	.f-nav-list li{
		width: 30%;
	}
	.f-nav-list li a{
		width: 100%;
		display: block;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
		background: #fff;
	}
	.f-nav-list li a .un{
		width: 100%;
		opacity: 1;
		transform: scale(1);
		transition: 1s;
	}
	.f-nav-list li a:hover .un{
		opacity: 0;
		transform: scale(1.05);
		transition: 1s;
	}
	.f-nav-list li a .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transform: scale(1.05);
		transition: 1s;
	}
	.f-nav-list li a:hover .on{
		opacity: 1;
		transform: scale(1);
		transition: 1s;
	}

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

	.cart-btm .btn01{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #b5d9f6;
		border: 1px solid #b5d9f6;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #b5d9f6;
		color: #b5d9f6;
	}

	.cart-btm .btn02{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #685173;
		border: 1px solid #685173;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #685173;
		color: #685173;
	}

	.cart-btm .btn03{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #9b9392;
		border: 1px solid #9b9392;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #9b9392;
		color: #9b9392;
	}

	.cart-btm .btn04{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #4a94c3;
		border: 1px solid #4a94c3;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn04 {
		background: #fff;
		border-color: #4a94c3;
		color: #4a94c3;
	}

	.cart-btm .btn05{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #3f222e;
		border: 1px solid #3f222e;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #3f222e;
		color: #3f222e;
	}

	.cart-btm .btn06{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #dad7c8;
		border: 1px solid #dad7c8;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn06 {
		background: #fff;
		border-color: #dad7c8;
		color: #dad7c8;
	}

	.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;
	}
	
	/*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: 40px;
		height: 40px;
		display: block;
		z-index: 100;
	}
	#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: #fff;
		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: #b5d9f6;
		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: 15px;
		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: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: 0px;
		margin: 0 5px 0 0;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        position: relative;
        top: 0px;
		margin: 0 5px 0 0;
		line-height: 0;
		border: 1px solid #000;
		border-radius: 3px;
    }

	.load{
		width: 100%;
		height: 100vh;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9999;
	}
	.load-img{
		width: 100%;
		height: 100%;
		background-image: url(../img/load-sp.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 130%;
	}
	.load-data{
		width: 75%;
		position: absolute;
		top: 60%;
        -webkit-transform: translateY(-60%); /* Safari用 */
        transform: translateY(-60%);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.logo{
		width: 100%;
		display: block;
		margin: 0 auto 20% auto;
	}
	.logo-kumi{
		width: 21%;
        display: block;
        margin: 0 auto;
        position: relative;
        top: -23px;
	}
	.btn{
		width: 45%;
		font-family: "termina", sans-serif;
		font-weight: 400;
		font-style: normal;
		position: relative;
		font-size: .8em;
		line-height: 1em;
		letter-spacing: .2em;
		border: 1px solid #fff;
		color: #fff;
		padding: 7px 0 7px 0;
		overflow: hidden;
		cursor: pointer;
		transition: background 0.3s ease;
		margin: 0 auto 50% auto;
		display: block;
		text-align: center;
	}
	.btn:hover {
		background: rgba(255, 255, 255, 0.3);
	}
	.btn span {
		display: inline-block;
	}
	.btn:hover span {
		animation: btn-roll 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
	}
	@keyframes btn-roll {
		0%   { transform: translateY(0%); }
		38%  { transform: translateY(120%); }
		39%  { transform: translateY(-120%); }
		100% { transform: translateY(0%); }
	}
	/* mv-logo-ani 初期状態 */
	.mv-logo-ani01,
	.mv-logo-ani02,
	.mv-logo-ani03,
	.mv-logo-ani04 {
		opacity: 0;
		transform: translateY(15px);
		transition: opacity 0.6s ease, transform 0.6s ease;
	}
	.mv-logo-ani01.active,
	.mv-logo-ani02.active,
	.mv-logo-ani03.active,
	.mv-logo-ani04.active {
		opacity: 1;
		transform: translateY(0);
	}

	/* common */
	.main-cont{
		width: 100%;
		overflow: hidden;
	}

	/* mv-slider */
	.mv-slider-wrap {
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.mv-slider,
	.mv-slider02 {
		position: relative;
	}
	.mv-slide__inner {
		overflow: hidden;
	}
	.mv-slide__inner img {
		width: 100%;
		display: block;
	}

	/* header */
	.header{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}
	.mv-logo{
		width: 15%;
        position: absolute;
        top: 2%;
        right: 3%;
		line-height: 0;
		z-index: 99;
	}
	.mv-title-box{
		width: 70%;
        position: absolute;
        bottom: 7%;
        left: 7.5%;
		z-index: 99;
	}
	.mv-title-box li{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.mv-title-box li .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-title-box li:last-child{
		width: 100%;
		margin: 0 0 0 0;
	}
	.mv-txt{
		font-size: .7em;
        font-family: "neue-haas-unica", sans-serif;
		font-weight: 200;
		font-style: normal;
        color: #fff;
        letter-spacing: .1em;
        white-space: nowrap;
	}

	/* read */
	.read{
		width: 100%;
		margin: 0 auto 15% auto;
		padding: 10% 0 0 0;
	}
	.read .txt{
		font-size: 1.3em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		text-align: center;
		line-height: 2em;
		margin: 0 0 10% 0;
	}
	.top-nav{
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.top-nav li{
		width: 31%;
		margin: 0 0 4% 0;
	}
	.top-nav li a{
		width: 100%;
		display: block;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
		background: #fff;
	}
	.top-nav li a .un{
		width: 100%;
		opacity: 1;
		transform: scale(1);
		transition: 1s;
	}
	.top-nav li a:hover .un{
		opacity: 0;
		transform: scale(1.05);
		transition: 1s;
	}
	.top-nav li a .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transform: scale(1.05);
		transition: 1s;
	}
	.top-nav li a:hover .on{
		opacity: 1;
		transform: scale(1);
		transition: 1s;
	}

	/* slider */
	.item03-slider,
	.item04-slider,
	.item05-slider,
	.item06-slider {
		position: relative;
		overflow: hidden;
	}
	.item03-slider .mv-slide,
	.item04-slider .mv-slide,
	.item05-slider .mv-slide,
	.item06-slider .mv-slide {
		width: 100%;
	}
	.item03-slider .mv-slide img,
	.item04-slider .mv-slide img,
	.item05-slider .mv-slide img,
	.item06-slider .mv-slide img {
		width: 100%;
		display: block;
	}

	/* item01 */
	.item01{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
		margin: 0 auto 15% auto;
	}
	.item01 .bg01{
		width: 50%;
		height: 53%;
		position: absolute;
		top: 0%;
		left: 0;
		z-index: -1;
		background: #b5d9f6;
	}
	.item01 .title-box{
		width: 85%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item01 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item01 .title-box .title-list li:nth-child(1){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
		position: relative;
		top: -30px;
	}
	.item01 .title-box .title-list li:nth-child(2){
		font-size: 2.3em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.3em;
	}
	.item01 .title-box .num{
		width: 100px;
		position: relative;
		margin: 0 0 0 auto;
	}
	.item01 .title-box .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item01 .img{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item01 .txt{
		width: 85%;
		margin: 0 auto 7% auto;
		font-size: 1.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.7em;
	}
	.item01 .link-box{
		width: 85%;
		margin: 0 auto 10% auto;
	}
	.item01 .link-box li{
		width: 100%;
	}
	.item01 .sub-img-wrap{
		width: 100%;
		overflow: hidden;
	}
	.item01 .sub-img-wrap .item-s{
		width: 100%;
		overflow: hidden;
	}
	.item01 .sub-img-wrap .item-s div{
		box-sizing: border-box;
		overflow: hidden;
		padding: 0 0;
	}
	.item01 .sub-img-wrap .item-s .slick-list {
		padding: 0 10% 0 0 !important;
	}

	/* item02 */
	.item02{
		width: 100%;
		position: relative;
		margin: 0 auto 20% auto;
	}
	.item02 .title-box{
		width: 85%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item02 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item02 .title-box .title-list li:nth-child(1){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
		position: relative;
		top: -30px;
	}
	.item02 .title-box .title-list li:nth-child(2){
		font-size: 2.3em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.3em;
	}
	.item02 .title-box .num{
		width: 100px;
		position: relative;
		margin: 0 0 0 auto;
	}
	.item02 .title-box .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item02 .img-box{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item02 .img-box .img{
		width: 100%;
	}
	.item02 .data{
		width: 85%;
		margin: 0 auto;
	}
	.item02 .data .txt-box{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item02 .data .txt-box .txt{
		font-size: 1.5em;
        font-family: "garamond-premier-pro-display", serif;
        font-weight: 300;
        font-style: italic;
        letter-spacing: .05em;
        line-height: 1.7em;
	}
	.item02 .data .link-box{
		width: 100%;
	}

	/* item03 */
	.item03{
		width: 100%;
		position: relative;
		margin: 0 auto 20% auto;
	}
	.item03 .title-box{
		width: 85%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item03 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item03 .title-box .title-list li:nth-child(1){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
		position: relative;
		top: -30px;
	}
	.item03 .title-box .title-list li:nth-child(2){
		font-size: 2.3em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.3em;
	}
	.item03 .title-box .num{
		width: 100px;
		position: relative;
		margin: 0 0 0 auto;
	}
	.item03 .title-box .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item03-box{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item03-box .img-box{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item03-box .data{
		width: 85%;
		margin: 0 auto;
	}
	.item03-box .data .sub-img{
		width: 70%;
		margin: 0 0 7% auto;
	}
	.item03-box .data .txt-box{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item03-box .data .txt-box .txt{
		font-size: 1.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.7em;
		white-space: nowrap;
	}
	.item03-box .data .link-box{
		width: 100%;
		margin: 0 0 7% 0;
	}
	.item03-sub-img-box{
		width: 100%;
		margin: 0 auto 20% auto;
	}

	/* item04 */
	.item04{
		width: 100%;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 20% auto;
	}
	.item04 .title-box{
		width: 85%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item04 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item04 .title-box .title-list li:nth-child(1){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
		position: relative;
		top: -30px;
	}
	.item04 .title-box .title-list li:nth-child(2){
		font-size: 2.3em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.3em;
	}
	.item04 .title-box .num{
		width: 100px;
		position: relative;
		margin: 0 0 0 auto;
	}
	.item04 .title-box .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item04 .img-box{
		width: 100%;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item04 .img-box .img{
		width: 100%;
	}
	.item04 .data{
		width: 85%;
		margin: 0 auto;
	}
	.item04 .data .txt-box{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item04 .data .txt-box .txt{
		font-size: 1.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.7em;
		white-space: nowrap;
	}
	.item04 .data .link-box{
		width: 100%;
	}

	/* item05 */
	.item05{
		width: 100%;
		position: relative;
		padding: 5% 0 0 0;
		margin: 0 auto 20% auto;
	}
	.item05 .bg02{
		width: 50%;
        height: 50%;
		position: absolute;
		top: 0%;
		right: 0;
		z-index: -1;
		background: #4a94c3;
	}
	.item05 .data01{
		width: 100%;
	}
	.item05 .data01 .title-box{
		width: 85%;
		position: relative;
		margin: 0 auto 5% auto;
	}
	.item05 .data01 .title-box .title-list{
		width: max-content;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.item05 .data01 .title-box .title-list li:nth-child(1){
		width: 40px;
		height: 1px;
		background: #000;
		margin: 0 20px 0 0;
		position: relative;
		top: -30px;
	}
	.item05 .data01 .title-box .title-list li:nth-child(2){
		font-size: 2.3em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.3em;
	}
	.item05 .data01 .title-box .num{
		width: 100px;
		position: relative;
		margin: 0 0 0 auto;
	}
	.item05 .data01 .title-box .num .on{
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
	}
	.item05 .data01 .img{
		width: 100%;
		margin: 0 auto 7% auto;
	}
	.item05 .data02{
		width: 100%;
	}
	.item05 .data02 .img{
		width: 92%;
		margin: 0 0 7% auto;
	}
	.item05 .data02 .txt-box{
		width: 100%;
		position: relative;
		left: 10%;
		margin: 0 0 7% 0;
	}
	.item05 .data02 .txt-box .txt{
		font-size: 1.5em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 1.7em;
		white-space: nowrap;
	}
	.item05 .data02 .link-box{
		width: 85%;
		margin: 0 auto 10% auto;
	}
	
	/* end-cont */
	.end-cont-wrap{
		width: 100%;
		background: #b5d9f6;
		padding: 15% 0 20% 0;
		margin: 0 0 15% 0;
		position: relative;
		z-index: 99;
	}
	.end-cont{
		width: 85%;
		margin: 0 auto;
	}
	.end-cont-l{
		width: 85%;
		position: relative;
		padding: 0 0 12% 0;
		margin: 0 auto;
	}
	.end-cont-r{
		width: 100%;
	}
	.f-title{
		width: 90%;
		margin: 0 0 10% 0;
	}
	.f-title li{
		width: 100%;
		position: relative;
		margin: 0 0 7% 0;
	}
	.f-title li .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv-txt02{
		font-size: clamp(.6em, 2.2vw, .9em);
        font-family: "neue-haas-unica", sans-serif;
		font-weight: 200;
		font-style: normal;
        color: #fff;
        letter-spacing: .1em;
        white-space: nowrap;
	}
	.f-staff{
		font-size: .8em;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: italic;
		letter-spacing: .05em;
		line-height: 2em;
		margin: 0 0 5% 0;
	}
	.f-nav{
		width: max-content;
		margin: 0 0 15% 0;
		position: relative;
		left: -16px;
	}
	.f-nav li{
		width: max-content;
	}
	.f-nav li:nth-child(1){
		width: max-content;
		margin: 0 0 1% 0;
	}
	.f-nav li a{
		display: flex;
		align-items: center;
		color: #fff;
        font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		font-size: .8em;
		line-height: 2em;
		letter-spacing: .1em;
	}
	.f-nav li a span{
		width: 10px;
		line-height: 0;
		margin: 0 7px 0 0;
		opacity: 0;
		position: relative;
		left: -10px;
		transition: .3s;
	}
	.f-nav li a:hover span{
		opacity: 1;
		left: 0px;
		transition: .3s;
	}
	.f-nav-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 5% auto;
	}
	.f-nav-list li:nth-child(1){
		margin: 0 0 2% 0;
	}
	.f-nav-list li{
		width: 32%;
	}
	.f-nav-list li a{
		width: 100%;
		display: block;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
		background: #fff;
	}
	.f-nav-list li a .un{
		width: 100%;
		opacity: 1;
		transform: scale(1);
		transition: 1s;
	}
	.f-nav-list li a:hover .un{
		opacity: 0;
		transform: scale(1.05);
		transition: 1s;
	}
	.f-nav-list li a .on{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transform: scale(1.05);
		transition: 1s;
	}
	.f-nav-list li a:hover .on{
		opacity: 1;
		transform: scale(1);
		transition: 1s;
	}
	.f-logo{
		display: block;
		width: 20%;
		margin: 0 auto 0 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;
	}
	.cart-btm02{
		width: 100%;
		text-decoration: none;
		color: #000;
		transition: 0.3s;
        display: flex;
        justify-content: space-between;
        align-items: center;
		flex-wrap: wrap;
        margin: 0 0 1% 0;
		font-family: "yu-mincho-pr6n", sans-serif;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 17px;
        letter-spacing: 1px;
        position: absolute;
        line-height: 1.5em;
        white-space: nowrap;
		font-family: "garamond-premier-pro-display", serif;
		font-weight: 300;
		font-style: normal;
	}
	.cart-title span{
		font-size: 14px;
		margin: 0 10px 0 0px;
		position: relative;
		color: #b28761;
	}
	.cart-title02{
        width: 100%;
		font-size: 14px;
        letter-spacing: 0px;
        line-height: 1.5em;
        white-space: nowrap;
	}
    .cart-yen{
		font-size: 16px;
		letter-spacing: 0px;
        width: 85%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen .tax{
		font-size: 11px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
    .cart-yen02{
		font-size: 16px;
		letter-spacing: 0px;
        width: max-content;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        white-space: nowrap;
		font-family: "yu-mincho-pr6n", sans-serif;
		box-sizing: border-box;
	}
	.cart-yen02 .yen-icon{
		margin: 0 2px 0 0;
	}
	.cart-yen02 .tax{
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 0 5px;
		position: relative;
		top: 1px;
	}
	
	.link-line{
		width: 20%;
		height: 1px;
		background: #000000;
		margin: 10px 0 15px 0;
		opacity: .5;
	}
	.link-line02{
		width: 100%;
		height: 1px;
		background: #fff;
		margin: 20px 0;
		opacity: .5;
	}

	.cart-btm .btn01{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #b5d9f6;
		border: 1px solid #b5d9f6;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn01 {
		background: #fff;
		border-color: #b5d9f6;
		color: #b5d9f6;
	}

	.cart-btm .btn02{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #685173;
		border: 1px solid #685173;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn02 {
		background: #fff;
		border-color: #685173;
		color: #685173;
	}

	.cart-btm .btn03{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #9b9392;
		border: 1px solid #9b9392;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn03 {
		background: #fff;
		border-color: #9b9392;
		color: #9b9392;
	}

	.cart-btm .btn04{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #4a94c3;
		border: 1px solid #4a94c3;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn04 {
		background: #fff;
		border-color: #4a94c3;
		color: #4a94c3;
	}

	.cart-btm .btn05{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #3f222e;
		border: 1px solid #3f222e;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn05 {
		background: #fff;
		border-color: #3f222e;
		color: #3f222e;
	}

	.cart-btm .btn06{
		font-size: 12px;
		line-height: 1.5em;
		width: 90px;
		padding: 4px 0 4px 0;
		background: #dad7c8;
		border: 1px solid #dad7c8;
		display: inline-block;
		text-align: center;
		color: #fff;
		font-family: "neue-haas-unica", sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 1px;
	}
	.cart-btm:hover .btn06 {
		background: #fff;
		border-color: #dad7c8;
		color: #dad7c8;
	}

	.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;
	}
	
	/*footer*/
	.footer {
		color: #000;
		letter-spacing: 0.3em;
		padding: 0 0 20% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #eee;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #000;
		transition: .3s;
	}
	.footer_sns {
		margin: 26px 0 0;
	}
	.footer_snsNode {
		display: inline-block;
		margin: 0 10px;
		width: 30px;
	}
	.f-ow{
		width: 120px;
		margin: 25px auto 0 auto;
	}
	.footer_copyright {
		font-family: "Helvetica",serif;
		font-size: 10px;
		letter-spacing: 0.02em;
		margin: 34px 0 0;
	}
	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 15px;
		width: 40px;
		height: 40px;
		display: block;
		z-index: 100;
	}
	#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: #fff;
		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: #b5d9f6;
		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: 15px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

}
