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

.is-hidden {
	visibility: hidden;
	opacity: 0;
	transition: .3s;
}
.is-hidden02 {
	visibility: hidden;
	opacity: 0;
	transition: .3s;
}

/* common */
.out-wrap{
	width: 100%;
}
.d-none{
	display: none;
}

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


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

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

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


	.mv-logo{
		width: 5%;
		position: fixed;
		top: 3%;
		right: 2%;
		line-height: 0;
		z-index: 9999;
	}

	.op-bg{
		width: 100%;
		height: 100vh;
		overflow: hidden;
		position: fixed;
		z-index: 99999;
	}
	.op-bg.hidden {
		opacity: 0;
		pointer-events: none;
		display: none;
	}
	.op-bg .bg{
		width: 100%;
		height: 120%;
		background: linear-gradient(to bottom, #000 0%, #000 85%, transparent 100%);
		position: absolute;
		top: 0;
		left: 0;
	}
	.op-bg .logo{
		width: 10%;
		line-height: 0;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 99;
	}
	.op-bg .logo li:nth-child(1){
		width: 100%;
		line-height: 0;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.op-bg .logo li:nth-child(2){
		width: 100%;
		line-height: 0;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.op-bg .logo li:nth-child(3){
		width: 100%;
		overflow: hidden;
	}

	/* topcommon */
	.sticky{
		width: 100%;
		display: block;
		position: sticky;
		top: 0;
	}
	.load{
		width: 100%;
		height: 100vh;
		z-index: 1;
	}
	.load .bg{
		width: 100%;
		height: 100%;
		background: #000;
	}
	.load .img{
		width: 40%;
		height: 100vh;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		overflow: hidden;
	}
	.load .img .img-in{
		width: 100%;
		height: 100%;
		background: url(../img/load.jpg) no-repeat;
		background-size: cover;
	}
	.load .logo{
		width: 10%;
		position: absolute;
		bottom: 5%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.load .logo li:nth-child(1){
		width: 100%;
		line-height: 0;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.load .logo li:nth-child(2){
		width: 100%;
		line-height: 0;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.load .logo li:nth-child(3){
		width: 100%;
		overflow: hidden;
		line-height: 0;
	}

	/* header */
	.header{
		width: 100%;
		position: relative;
		background: #1b3063;
		z-index: 2;
	}
	.header .mv-img{
		width: 100%;
	}
	.header .logo{
		width: 15%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 20%;
	}
	.header .logo li:nth-child(1){
		width: 100%;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 10% auto;
	}
	.header .logo li:nth-child(2){
		width: 100%;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.header .logo li:nth-child(3){
		width: 100%;
		line-height: 0;
		margin: 0 auto 15% auto;
	}
	.header .logo li:nth-child(4){
		width: 100%;
        line-height: 0;
		margin: 0 auto 15% auto;
	}
	.header .logo li:nth-child(5){
		width: 100%;
		overflow: hidden;
        line-height: 0;
	}

	.header .logo02{
		width: 17%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 10%;
	}
	.header .logo02 li:nth-child(1){
		width: 100%;
		line-height: 0;
		margin: 0 auto 15% auto;
	}
	.header .logo02 li:nth-child(2){
		width: 100%;
		line-height: 0;
	}

	/* read */
	.read{
		width: 100%;
		position: relative;
		z-index: 3;
		background: #1b3063;
		padding: 15% 0;
	}
	.read .txt-box{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.read .txt-box .title{
		width: 20%;
		margin: 0 0 10% 0;
	}
	.read .txt-box .title li:nth-child(1){
		width: 100%;
		line-height: 0;
	}
	.read .txt-box .txt{
		width: 65%;
		font-size: 16px;
		letter-spacing: 5px;
		line-height: 2.5em;
		color: #fff;
	}

	/* wrap */
	.wrap{
		width: 100%;
		z-index: 4;
	}
	.all-wrap{
		width: 100%;
		position: relative;
	}
	/* side */
	.side{
		width: 2%;
		height: 98%;
		position: absolute;
		top: 0;
		right: 1%;
		padding: 5% 0 0 0;
		z-index: 10;
	}
	.side .side-in{
		width: 100%;
		position: sticky;
		top: 35%;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item01 */
	.item01{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		overflow: hidden;
	}
	.item01 .data{
		width: 50%;
		position: relative;
	}
	.item01 .link-area01{
		position: absolute;
		left: 40px;
		bottom: 30px;
	}
	.item01 .link-area03{
		position: absolute;
		right: 40px;
		bottom: 30px;
	}
	.item01 .link-area05{
		position: absolute;
		left: 40px;
		bottom: 30px;
	}
	.item01 .link-area07{
		position: absolute;
		left: 40px;
		top: 40%;
	}
	.item01 .link-area08{
		position: absolute;
		left: 40px;
		bottom: 30px;
	}
	.item01 .link-area11{
		position: absolute;
		right: 40px;
		bottom: 30px;
	}
	.item01 .link-area{
		width: 240px;
	}
	.item01 .link-area .num{
		width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        font-family: "termina", sans-serif;
        font-weight: 500;
        font-style: normal;
        white-space: nowrap;
		margin: 0 0 10% 0;
	}
	.item01 .link-area .num02{
		color: #fff;
	}
	.item01 .data .img{
		width: 100%;
		overflow: hidden;
	}
	.item01 .data .min{
		width: 60%;
		margin: 0 auto;
		position: absolute;
		top: 40%;
        -webkit-transform: translateY(-40%); /* Safari用 */
        transform: translateY(-40%);
		left: 0;
		right: 0;
	}
	.item01 .data .min .num{
		width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        font-family: "termina", sans-serif;
        font-weight: 500;
        font-style: normal;
        white-space: nowrap;
		margin: 0 auto 5% auto;
	}
	.item01 .data .min .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item01 .data .min .img .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
		background: linear-gradient(to bottom, #fff 0%, #fff 75%, transparent 100%);
	}
	.item01 .data .min .min-link-area{
		width: 240px;
	}
	.item01 .data .min .min-link-area01{
		margin-left: calc(100% - 240px);
	}
	.item01 .data .min .min-link-area02{
		margin-left: 0;
	}

	/* look12 */
	.item12{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.photo-in .num{
		width: max-content;
		margin: 0 0 0 0;
		position: absolute;
		top: 17%;
		left: 0%;
		font-size: 14px;
        letter-spacing: 1px;
        font-family: "termina", sans-serif;
        font-weight: 500;
        font-style: normal;
        white-space: nowrap;
	}
	.photo-box-container {
		width: 90%;
		height: 2000px;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.photo-box01 {
		position: absolute;
		width: 30%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.photo-box02 {
		position: absolute;
		width: 30%;
		height: 100%;
		top: 0;
		left: 23%;
		z-index: 2;
		/* 初期状態で非表示 */
		opacity: 0;
		transform: translateX(30px);
		transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	}
	.photo-box03 {
		position: absolute;
		width: 30%;
		height: 100%;
		top: 0;
		left: 46%;
		z-index: 3;
		/* 初期状態で非表示 */
		opacity: 0;
		transform: translateX(30px);
		transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	}
	.photo-box04 {
		position: absolute;
		width: 30%;
		height: 100%;
		top: 0;
		right: 0;
		z-index: 4;
		/* 初期状態で非表示 */
		opacity: 0;
		transform: translateX(30px);
		transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	}
	/* フェードイン後の状態 */
	.photo-box02.fade-in,
	.photo-box03.fade-in,
	.photo-box04.fade-in {
		opacity: 1;
		transform: translateY(0);
	}
	.photo-in {
		width: 100%;
		position: sticky;
		top: 0;
		padding: 40% 0 0 0;
	}
	.item12 .link-box {
		width: 240px;
		margin-left: calc(83% - 240px);
	}

	/*nav*/
	.menu{
		position: fixed;
		left: 25px;
		top: 25px;
		z-index: 9999;
		cursor: pointer;
		font-family: "termina", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 20px;
		letter-spacing: 1px;
	}
	.menu.active{
		position: fixed;
		left: 25px;
		top: 25px;
		z-index: 9999;
		cursor: pointer;
		font-family: "termina", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 18px;
		letter-spacing: 1px;
		color: #fff;
	}
	.menu__line{
		background: rgba(0,0,0,0.00);
		display: block;
		height: 1px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}

	.menu__line--icon{
		width: 45px;
		padding: 0!important;
		margin: 0!important;
	}
	.menu__line--top{
		display: none;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		display: block;
	}

	/*gnav*/
	.gnav{
		background: #1b3063;
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 8888!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		display: flex;
		justify-content: space-between;
		position: absolute;
		width: 65%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.gnav__menu{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.gnav__menu li{
		width: 33.33%;
		margin: 0 0 2% 0;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.gnav__menu li:nth-child(10){
		width: 33.33%;
		margin: 0;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.gnav__menu li:nth-child(11){
		width: 33.33%;
		margin: 0;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.gnav__menu li:nth-child(12){
		width: 33.33%;
		margin: 0;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.gnav-link{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-decoration: none;
		color: #fff;
	}
	.gnav-link .txt{
		width: 30%;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: "termina", sans-serif;
		font-weight: 400;
		font-style: normal;
		white-space:nowrap;
	}
	.gnav-link .img{
		width: 55%;
		filter: grayscale(100%);
		transition: .3s;
	}
	.gnav-link:hover .img{
		width: 55%;
		filter: grayscale(0%);
		transition: .3s;
	}

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

	/*ls-icon*/
	.Label-w{
		color: #fff;
		border-bottom: 1px solid #fff !important;
	}
	.Label-w::after,
	.Label-w::before {
		background-color: #fff !important;
	}
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 11px;
		letter-spacing: 1px;
		padding: 0px 0 10px 0;
		margin: 25px 0 0 0;
		border-bottom: 1px solid #000;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 30%;
		-webkit-transform: translateY(-30%); /* Safari用 */
		transform: translateY(-30%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: -1px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		padding: 4% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 1px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*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 2% 0;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 12px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.2em;
		font-family: "Helvetica Neue" , Helvetica , sans-serif;
		font-weight: 700;
		font-style: normal;
	}
    .cart-title span{
		font-size: 10px;
		font-family: "Helvetica Neue" , Helvetica , sans-serif;
        display: inline-block;
		position: relative;
		top: -1px;
		letter-spacing: 0;
	}
    .cart-yen{
		font-size: 13px;
		letter-spacing: 0px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen .yen-icon {
        margin: 0 2px 0 0;
    }
	.cart-yen .tax {
        font-size: 8px;
        letter-spacing: 0;
        margin: 0 0 0 5px;
        position: relative;
        top: 1px;
    }
	.cart-btm .btn01 {
		font-size: 11px;
		line-height: 1.5em;
		width: 45px !important;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
		border-bottom: 1px solid #000;
		white-space: nowrap;
	}
	.cart-btm .btn02 {
		font-size: 11px;
		line-height: 1.5em;
		width: 45px !important;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #fff;
		position: relative;
		border-bottom: 1px solid #fff;
		white-space: nowrap;
	}
	.save{
		font-size: 9px;
		line-height: 1.5em;
		width: 35px;
		letter-spacing: 0px;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
		white-space: nowrap;
	}

	/* footer */
	.footer-box{
		width: 100%;
		background: #1b3063;
		padding: 7% 0 2% 0;
	}
	.footer-box .f-an-banner{
		width: 70%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 5% auto;
	}
	.footer-box .f-an-banner li{
		width: 48%;
		background: #fff;
		overflow: hidden;
		margin: 0 0 4% 0;
	}
	.footer-box .f-an-banner li a{
		width: 100%;
		overflow: hidden;
		opacity: 1;
		transition: .3s;
	}
	.footer-box .f-an-banner li a:hover{
		opacity: .7;
		transition: .3s;
	}
	.footer-box .logo{
		width: 11%;
		margin: 0 auto 7% auto;
	}
	.footer-box .logo li:nth-child(1){
		width: 100%;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 10% auto;
	}
	.footer-box .logo li:nth-child(2){
		width: 100%;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.footer-box .logo li:nth-child(3){
		width: 100%;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.footer-box .logo li:nth-child(4){
		width: 100%;
		line-height: 0;
		margin: 0 auto 15% auto;
	}
	.footer-box .logo li:nth-child(5){
		width: 100%;
		line-height: 0;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #fff;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #fff;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #fff;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #fff;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #fff;
		transition: .3s;
	}

	/*footer*/
	.footer {
		color: #fff;
		letter-spacing: 0.3em;
		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;
	}
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 50px;
		display: block;
		z-index: 99;
		fill: #fff;
	}

}

/*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;
        margin: 0 5px 0 0;
        position: relative;
        top: 1px;
        line-height: 0;
        border: 1px solid rgba(0, 0, 0, .6);
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        margin: 0 5px 0 0;
        position: relative;
        top: 1px;
        line-height: 0;
        border: 1px solid rgba(0, 0, 0, .6);
		border-radius: 3px;
    }
	.l-icon-w::before{
        content: url("../img/l-size-w.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        margin: 0 5px 0 0;
        position: relative;
        top: 1px;
        line-height: 0;
        border: 1px solid rgba(255, 255, 255, .6);
		border-radius: 3px;
    }
    .s-icon-w::before{
        content: url("../img/s-size-w.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        margin: 0 5px 0 0;
        position: relative;
        top: 1px;
        line-height: 0;
        border: 1px solid rgba(255, 255, 255, .6);
		border-radius: 3px;
    }


	.mv-logo{
		width: 5%;
		position: fixed;
		top: 3%;
		right: 2%;
		line-height: 0;
		z-index: 9999;
	}

	.op-bg{
		width: 100%;
		height: 100vh;
		overflow: hidden;
		position: fixed;
		z-index: 99999;
	}
	.op-bg.hidden {
		opacity: 0;
		pointer-events: none;
		display: none;
	}
	.op-bg .bg{
		width: 100%;
		height: 120%;
		background: linear-gradient(to bottom, #000 0%, #000 85%, transparent 100%);
		position: absolute;
		top: 0;
		left: 0;
	}
	.op-bg .logo{
		width: 10%;
		line-height: 0;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 99;
	}
	.op-bg .logo li:nth-child(1){
		width: 100%;
		line-height: 0;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.op-bg .logo li:nth-child(2){
		width: 100%;
		line-height: 0;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.op-bg .logo li:nth-child(3){
		width: 100%;
		overflow: hidden;
	}

	/* topcommon */
	.sticky{
		width: 100%;
		display: block;
		position: sticky;
		top: 0;
	}
	.load{
		width: 100%;
		height: 100vh;
		z-index: 1;
	}
	.load .bg{
		width: 100%;
		height: 100%;
		background: #000;
	}
	.load .img{
		width: 40%;
		height: 100vh;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		overflow: hidden;
	}
	.load .img .img-in{
		width: 100%;
		height: 100%;
		background: url(../img/load.jpg) no-repeat;
		background-size: cover;
	}
	.load .logo{
		width: 10%;
		position: absolute;
		bottom: 5%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.load .logo li:nth-child(1){
		width: 100%;
		line-height: 0;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.load .logo li:nth-child(2){
		width: 100%;
		line-height: 0;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.load .logo li:nth-child(3){
		width: 100%;
		overflow: hidden;
		line-height: 0;
	}

	/* header */
	.header{
		width: 100%;
		position: relative;
		background: #1b3063;
		z-index: 2;
	}
	.header .mv-img{
		width: 100%;
	}
	.header .logo{
		width: 15%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 20%;
	}
	.header .logo li:nth-child(1){
		width: 100%;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 10% auto;
	}
	.header .logo li:nth-child(2){
		width: 100%;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.header .logo li:nth-child(3){
		width: 100%;
		line-height: 0;
		margin: 0 auto 15% auto;
	}
	.header .logo li:nth-child(4){
		width: 100%;
        line-height: 0;
		margin: 0 auto 15% auto;
	}
	.header .logo li:nth-child(5){
		width: 100%;
		overflow: hidden;
        line-height: 0;
	}

	.header .logo02{
		width: 17%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 10%;
	}
	.header .logo02 li:nth-child(1){
		width: 100%;
		line-height: 0;
		margin: 0 auto 15% auto;
	}
	.header .logo02 li:nth-child(2){
		width: 100%;
		line-height: 0;
	}

	/* read */
	.read{
		width: 100%;
		position: relative;
		z-index: 3;
		background: #1b3063;
		padding: 15% 0;
	}
	.read .txt-box{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.read .txt-box .title{
		width: 20%;
		margin: 0 0 10% 0;
	}
	.read .txt-box .title li:nth-child(1){
		width: 100%;
		line-height: 0;
	}
	.read .txt-box .txt{
		width: 65%;
		font-size: 16px;
		letter-spacing: 5px;
		line-height: 2.5em;
		color: #fff;
	}

	/* wrap */
	.wrap{
		width: 100%;
		z-index: 4;
	}
	.all-wrap{
		width: 100%;
		position: relative;
	}
	/* side */
	.side{
		width: 2%;
		height: 98%;
		position: absolute;
		top: 0;
		right: 1%;
		padding: 5% 0 0 0;
		z-index: 10;
	}
	.side .side-in{
		width: 100%;
		position: sticky;
		top: 35%;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item01 */
	.item01{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		overflow: hidden;
	}
	.item01 .data{
		width: 50%;
		position: relative;
	}
	.item01 .link-area01{
		position: absolute;
		left: 40px;
		bottom: 30px;
	}
	.item01 .link-area03{
		position: absolute;
		right: 40px;
		bottom: 30px;
	}
	.item01 .link-area05{
		position: absolute;
		left: 40px;
		bottom: 30px;
	}
	.item01 .link-area07{
		position: absolute;
		left: 40px;
		top: 40%;
	}
	.item01 .link-area08{
		position: absolute;
		left: 40px;
		bottom: 30px;
	}
	.item01 .link-area11{
		position: absolute;
		right: 40px;
		bottom: 30px;
	}
	.item01 .link-area{
		width: 240px;
	}
	.item01 .link-area .num{
		width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        font-family: "termina", sans-serif;
        font-weight: 500;
        font-style: normal;
        white-space: nowrap;
		margin: 0 0 10% 0;
	}
	.item01 .link-area .num02{
		color: #fff;
	}
	.item01 .data .img{
		width: 100%;
		overflow: hidden;
	}
	.item01 .data .min{
		width: 60%;
		margin: 0 auto;
		position: absolute;
		top: 40%;
        -webkit-transform: translateY(-40%); /* Safari用 */
        transform: translateY(-40%);
		left: 0;
		right: 0;
	}
	.item01 .data .min .num{
		width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        font-family: "termina", sans-serif;
        font-weight: 500;
        font-style: normal;
        white-space: nowrap;
		margin: 0 auto 5% auto;
	}
	.item01 .data .min .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item01 .data .min .img .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
		background: linear-gradient(to bottom, #fff 0%, #fff 75%, transparent 100%);
	}
	.item01 .data .min .min-link-area{
		width: 240px;
	}
	.item01 .data .min .min-link-area01{
		margin-left: calc(100% - 240px);
	}
	.item01 .data .min .min-link-area02{
		margin-left: 0;
	}

	/* look12 */
	.item12{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.photo-in .num{
		width: max-content;
		margin: 0 0 0 0;
		position: absolute;
		top: 17%;
		left: 0%;
		font-size: 14px;
        letter-spacing: 1px;
        font-family: "termina", sans-serif;
        font-weight: 500;
        font-style: normal;
        white-space: nowrap;
	}
	.photo-box-container {
		width: 90%;
		height: 2000px;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.photo-box01 {
		position: absolute;
		width: 30%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.photo-box02 {
		position: absolute;
		width: 30%;
		height: 100%;
		top: 0;
		left: 23%;
		z-index: 2;
		/* 初期状態で非表示 */
		opacity: 0;
		transform: translateX(30px);
		transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	}
	.photo-box03 {
		position: absolute;
		width: 30%;
		height: 100%;
		top: 0;
		left: 46%;
		z-index: 3;
		/* 初期状態で非表示 */
		opacity: 0;
		transform: translateX(30px);
		transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	}
	.photo-box04 {
		position: absolute;
		width: 30%;
		height: 100%;
		top: 0;
		right: 0;
		z-index: 4;
		/* 初期状態で非表示 */
		opacity: 0;
		transform: translateX(30px);
		transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	}
	/* フェードイン後の状態 */
	.photo-box02.fade-in,
	.photo-box03.fade-in,
	.photo-box04.fade-in {
		opacity: 1;
		transform: translateY(0);
	}
	.photo-in {
		width: 100%;
		position: sticky;
		top: 0;
		padding: 40% 0 0 0;
	}
	.item12 .link-box {
		width: 240px;
		margin-left: calc(83% - 240px);
	}

	/*nav*/
	.menu{
		position: fixed;
		left: 25px;
		top: 25px;
		z-index: 9999;
		cursor: pointer;
		font-family: "termina", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 20px;
		letter-spacing: 1px;
	}
	.menu.active{
		position: fixed;
		left: 25px;
		top: 25px;
		z-index: 9999;
		cursor: pointer;
		font-family: "termina", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 18px;
		letter-spacing: 1px;
		color: #fff;
	}
	.menu__line{
		background: rgba(0,0,0,0.00);
		display: block;
		height: 1px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}

	.menu__line--icon{
		width: 45px;
		padding: 0!important;
		margin: 0!important;
	}
	.menu__line--top{
		display: none;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		display: block;
	}

	/*gnav*/
	.gnav{
		background: #1b3063;
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 8888!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		display: flex;
		justify-content: space-between;
		position: absolute;
		width: 65%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.gnav__menu{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.gnav__menu li{
		width: 33.33%;
		margin: 0 0 2% 0;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.gnav__menu li:nth-child(10){
		width: 33.33%;
		margin: 0;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.gnav__menu li:nth-child(11){
		width: 33.33%;
		margin: 0;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.gnav__menu li:nth-child(12){
		width: 33.33%;
		margin: 0;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.gnav-link{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-decoration: none;
		color: #fff;
	}
	.gnav-link .txt{
		width: 30%;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: "termina", sans-serif;
		font-weight: 400;
		font-style: normal;
		white-space:nowrap;
	}
	.gnav-link .img{
		width: 55%;
		filter: grayscale(100%);
		transition: .3s;
	}
	.gnav-link:hover .img{
		width: 55%;
		filter: grayscale(0%);
		transition: .3s;
	}

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

	/*ls-icon*/
	.Label-w{
		color: #fff;
		border-bottom: 1px solid #fff !important;
	}
	.Label-w::after,
	.Label-w::before {
		background-color: #fff !important;
	}
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 11px;
		letter-spacing: 1px;
		padding: 0px 0 10px 0;
		margin: 25px 0 0 0;
		border-bottom: 1px solid #000;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 30%;
		-webkit-transform: translateY(-30%); /* Safari用 */
		transform: translateY(-30%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: -1px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		padding: 4% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 1px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*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 2% 0;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 12px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.2em;
		font-family: "Helvetica Neue" , Helvetica , sans-serif;
		font-weight: 700;
		font-style: normal;
	}
    .cart-title span{
		font-size: 10px;
		font-family: "Helvetica Neue" , Helvetica , sans-serif;
        display: inline-block;
		position: relative;
		top: -1px;
		letter-spacing: 0;
	}
    .cart-yen{
		font-size: 13px;
		letter-spacing: 0px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen .yen-icon {
        margin: 0 2px 0 0;
    }
	.cart-yen .tax {
        font-size: 8px;
        letter-spacing: 0;
        margin: 0 0 0 5px;
        position: relative;
        top: 1px;
    }
	.cart-btm .btn01 {
		font-size: 11px;
		line-height: 1.5em;
		width: 45px !important;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
		border-bottom: 1px solid #000;
		white-space: nowrap;
	}
	.cart-btm .btn02 {
		font-size: 11px;
		line-height: 1.5em;
		width: 45px !important;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #fff;
		position: relative;
		border-bottom: 1px solid #fff;
		white-space: nowrap;
	}
	.save{
		font-size: 9px;
		line-height: 1.5em;
		width: 35px;
		letter-spacing: 0px;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
		white-space: nowrap;
	}

	/* footer */
	.footer-box{
		width: 100%;
		background: #1b3063;
		padding: 7% 0 2% 0;
	}
	.footer-box .f-an-banner{
		width: 70%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 5% auto;
	}
	.footer-box .f-an-banner li{
		width: 48%;
		background: #fff;
		overflow: hidden;
		margin: 0 0 4% 0;
	}
	.footer-box .f-an-banner li a{
		width: 100%;
		overflow: hidden;
		opacity: 1;
		transition: .3s;
	}
	.footer-box .f-an-banner li a:hover{
		opacity: .7;
		transition: .3s;
	}
	.footer-box .logo{
		width: 11%;
		margin: 0 auto 7% auto;
	}
	.footer-box .logo li:nth-child(1){
		width: 100%;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 10% auto;
	}
	.footer-box .logo li:nth-child(2){
		width: 100%;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.footer-box .logo li:nth-child(3){
		width: 100%;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.footer-box .logo li:nth-child(4){
		width: 100%;
		line-height: 0;
		margin: 0 auto 15% auto;
	}
	.footer-box .logo li:nth-child(5){
		width: 100%;
		line-height: 0;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #fff;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #fff;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #fff;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #fff;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #fff;
		transition: .3s;
	}

	/*footer*/
	.footer {
		color: #fff;
		letter-spacing: 0.3em;
		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;
	}
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 50px;
		display: block;
		z-index: 99;
	}

}

/*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;
        margin: 0 5px 0 0;
        position: relative;
        top: 1px;
        line-height: 0;
        border: 1px solid rgba(0, 0, 0, .6);
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        margin: 0 5px 0 0;
        position: relative;
        top: 1px;
        line-height: 0;
        border: 1px solid rgba(0, 0, 0, .6);
		border-radius: 3px;
    }
	.l-icon-w::before{
        content: url("../img/l-size-w.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        margin: 0 5px 0 0;
        position: relative;
        top: 1px;
        line-height: 0;
        border: 1px solid rgba(255, 255, 255, .6);
		border-radius: 3px;
    }
    .s-icon-w::before{
        content: url("../img/s-size-w.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        margin: 0 5px 0 0;
        position: relative;
        top: 1px;
        line-height: 0;
        border: 1px solid rgba(255, 255, 255, .6);
		border-radius: 3px;
    }


	.mv-logo{
		width: 5%;
		position: fixed;
		top: 3%;
		right: 2%;
		line-height: 0;
		z-index: 9999;
	}

	.op-bg{
		width: 100%;
		height: 100vh;
		overflow: hidden;
		position: fixed;
		z-index: 99999;
	}
	.op-bg.hidden {
		opacity: 0;
		pointer-events: none;
		display: none;
	}
	.op-bg .bg{
		width: 100%;
		height: 120%;
		background: linear-gradient(to bottom, #000 0%, #000 85%, transparent 100%);
		position: absolute;
		top: 0;
		left: 0;
	}
	.op-bg .logo{
		width: 10%;
		line-height: 0;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 99;
	}
	.op-bg .logo li:nth-child(1){
		width: 100%;
		line-height: 0;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.op-bg .logo li:nth-child(2){
		width: 100%;
		line-height: 0;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.op-bg .logo li:nth-child(3){
		width: 100%;
		overflow: hidden;
	}

	/* topcommon */
	.sticky{
		width: 100%;
		display: block;
		position: sticky;
		top: 0;
	}
	.load{
		width: 100%;
		height: 100vh;
		z-index: 1;
	}
	.load .bg{
		width: 100%;
		height: 100%;
		background: #000;
	}
	.load .img{
		width: 40%;
		height: 100vh;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		overflow: hidden;
	}
	.load .img .img-in{
		width: 100%;
		height: 100%;
		background: url(../img/load.jpg) no-repeat;
		background-size: cover;
	}
	.load .logo{
		width: 10%;
		position: absolute;
		bottom: 5%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.load .logo li:nth-child(1){
		width: 100%;
		line-height: 0;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.load .logo li:nth-child(2){
		width: 100%;
		line-height: 0;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.load .logo li:nth-child(3){
		width: 100%;
		overflow: hidden;
		line-height: 0;
	}

	/* header */
	.header{
		width: 100%;
		position: relative;
		background: #1b3063;
		z-index: 2;
	}
	.header .mv-img{
		width: 100%;
	}
	.header .logo{
		width: 15%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 20%;
	}
	.header .logo li:nth-child(1){
		width: 100%;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 10% auto;
	}
	.header .logo li:nth-child(2){
		width: 100%;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.header .logo li:nth-child(3){
		width: 100%;
		line-height: 0;
		margin: 0 auto 15% auto;
	}
	.header .logo li:nth-child(4){
		width: 100%;
        line-height: 0;
		margin: 0 auto 15% auto;
	}
	.header .logo li:nth-child(5){
		width: 100%;
		overflow: hidden;
        line-height: 0;
	}

	.header .logo02{
		width: 17%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 10%;
	}
	.header .logo02 li:nth-child(1){
		width: 100%;
		line-height: 0;
		margin: 0 auto 15% auto;
	}
	.header .logo02 li:nth-child(2){
		width: 100%;
		line-height: 0;
	}

	/* read */
	.read{
		width: 100%;
		position: relative;
		z-index: 3;
		background: #1b3063;
		padding: 15% 0;
	}
	.read .txt-box{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.read .txt-box .title{
		width: 20%;
		margin: 0 0 10% 0;
	}
	.read .txt-box .title li:nth-child(1){
		width: 100%;
		line-height: 0;
	}
	.read .txt-box .txt{
		width: 65%;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 2.5em;
		color: #fff;
	}

	/* wrap */
	.wrap{
		width: 100%;
		z-index: 4;
	}
	.all-wrap{
		width: 100%;
		position: relative;
	}
	/* side */
	.side{
		width: 2%;
		height: 98%;
		position: absolute;
		top: 0;
		right: 1%;
		padding: 5% 0 0 0;
		z-index: 10;
	}
	.side .side-in{
		width: 100%;
		position: sticky;
		top: 35%;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item01 */
	.item01{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		overflow: hidden;
	}
	.item01 .data{
		width: 50%;
		position: relative;
	}
	.item01 .link-area01{
		position: absolute;
		left: 40px;
		bottom: 30px;
	}
	.item01 .link-area03{
		position: absolute;
		right: 40px;
		bottom: 30px;
	}
	.item01 .link-area05{
		position: absolute;
		left: 40px;
		bottom: 30px;
	}
	.item01 .link-area07{
		position: absolute;
		left: 40px;
		top: 40%;
	}
	.item01 .link-area08{
		position: absolute;
		left: 40px;
		bottom: 30px;
	}
	.item01 .link-area11{
		position: absolute;
		right: 40px;
		bottom: 30px;
	}
	.item01 .link-area{
		width: 240px;
	}
	.item01 .link-area .num{
		width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        font-family: "termina", sans-serif;
        font-weight: 500;
        font-style: normal;
        white-space: nowrap;
		margin: 0 0 10% 0;
	}
	.item01 .link-area .num02{
		color: #fff;
	}
	.item01 .data .img{
		width: 100%;
		overflow: hidden;
	}
	.item01 .data .min{
		width: 60%;
		margin: 0 auto;
		position: absolute;
		top: 40%;
        -webkit-transform: translateY(-40%); /* Safari用 */
        transform: translateY(-40%);
		left: 0;
		right: 0;
	}
	.item01 .data .min .num{
		width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        font-family: "termina", sans-serif;
        font-weight: 500;
        font-style: normal;
        white-space: nowrap;
		margin: 0 auto 5% auto;
	}
	.item01 .data .min .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item01 .data .min .img .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
		background: linear-gradient(to bottom, #fff 0%, #fff 75%, transparent 100%);
	}
	.item01 .data .min .min-link-area{
		width: 240px;
	}
	.item01 .data .min .min-link-area01{
		margin-left: calc(100% - 240px);
	}
	.item01 .data .min .min-link-area02{
		margin-left: 0;
	}

	/* look12 */
	.item12{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.photo-in .num{
		width: max-content;
		margin: 0 0 0 0;
		position: absolute;
		top: 17%;
		left: 0%;
		font-size: 14px;
        letter-spacing: 1px;
        font-family: "termina", sans-serif;
        font-weight: 500;
        font-style: normal;
        white-space: nowrap;
	}
	.photo-box-container {
		width: 90%;
		height: 2000px;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.photo-box01 {
		position: absolute;
		width: 30%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.photo-box02 {
		position: absolute;
		width: 30%;
		height: 100%;
		top: 0;
		left: 23%;
		z-index: 2;
		/* 初期状態で非表示 */
		opacity: 0;
		transform: translateX(30px);
		transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	}
	.photo-box03 {
		position: absolute;
		width: 30%;
		height: 100%;
		top: 0;
		left: 46%;
		z-index: 3;
		/* 初期状態で非表示 */
		opacity: 0;
		transform: translateX(30px);
		transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	}
	.photo-box04 {
		position: absolute;
		width: 30%;
		height: 100%;
		top: 0;
		right: 0;
		z-index: 4;
		/* 初期状態で非表示 */
		opacity: 0;
		transform: translateX(30px);
		transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	}
	/* フェードイン後の状態 */
	.photo-box02.fade-in,
	.photo-box03.fade-in,
	.photo-box04.fade-in {
		opacity: 1;
		transform: translateY(0);
	}
	.photo-in {
		width: 100%;
		position: sticky;
		top: 0;
		padding: 40% 0 0 0;
	}
	.item12 .link-box {
		width: 240px;
		margin-left: calc(87% - 240px);
	}

	/*nav*/
	.menu{
		position: fixed;
		left: 25px;
		top: 25px;
		z-index: 9999;
		cursor: pointer;
		font-family: "termina", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 20px;
		letter-spacing: 1px;
	}
	.menu.active{
		position: fixed;
		left: 25px;
		top: 25px;
		z-index: 9999;
		cursor: pointer;
		font-family: "termina", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 18px;
		letter-spacing: 1px;
		color: #fff;
	}
	.menu__line{
		background: rgba(0,0,0,0.00);
		display: block;
		height: 1px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}

	.menu__line--icon{
		width: 45px;
		padding: 0!important;
		margin: 0!important;
	}
	.menu__line--top{
		display: none;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		display: block;
	}

	/*gnav*/
	.gnav{
		background: #1b3063;
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 8888!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		display: flex;
		justify-content: space-between;
		position: absolute;
		width: 65%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.gnav__menu{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.gnav__menu li{
		width: 33.33%;
		margin: 0 0 2% 0;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.gnav__menu li:nth-child(10){
		width: 33.33%;
		margin: 0;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.gnav__menu li:nth-child(11){
		width: 33.33%;
		margin: 0;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.gnav__menu li:nth-child(12){
		width: 33.33%;
		margin: 0;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.gnav-link{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-decoration: none;
		color: #fff;
	}
	.gnav-link .txt{
		width: 30%;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: "termina", sans-serif;
		font-weight: 400;
		font-style: normal;
		white-space:nowrap;
	}
	.gnav-link .img{
		width: 55%;
		filter: grayscale(100%);
		transition: .3s;
	}
	.gnav-link:hover .img{
		width: 55%;
		filter: grayscale(0%);
		transition: .3s;
	}

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

	/*ls-icon*/
	.Label-w{
		color: #fff;
		border-bottom: 1px solid #fff !important;
	}
	.Label-w::after,
	.Label-w::before {
		background-color: #fff !important;
	}
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 11px;
		letter-spacing: 1px;
		padding: 0px 0 10px 0;
		margin: 25px 0 0 0;
		border-bottom: 1px solid #000;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 30%;
		-webkit-transform: translateY(-30%); /* Safari用 */
		transform: translateY(-30%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: -1px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		padding: 4% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 1px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*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 2% 0;
		position: relative;
	}
	.cert-btm-color{
		color: #fff !important;
	}
	.cart-title{
        width: max-content;
		font-size: 12px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.2em;
		font-family: "Helvetica Neue" , Helvetica , sans-serif;
		font-weight: 700;
		font-style: normal;
	}
    .cart-title span{
		font-size: 10px;
		font-family: "Helvetica Neue" , Helvetica , sans-serif;
        display: inline-block;
		position: relative;
		top: -1px;
		letter-spacing: 0;
	}
    .cart-yen{
		font-size: 13px;
		letter-spacing: 0px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen .yen-icon {
        margin: 0 2px 0 0;
    }
	.cart-yen .tax {
        font-size: 8px;
        letter-spacing: 0;
        margin: 0 0 0 5px;
        position: relative;
        top: 1px;
    }
	.cart-btm .btn01 {
		font-size: 11px;
		line-height: 1.5em;
		width: 45px !important;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
		border-bottom: 1px solid #000;
		white-space: nowrap;
	}
	.cart-btm .btn02 {
		font-size: 11px;
		line-height: 1.5em;
		width: 45px !important;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #fff;
		position: relative;
		border-bottom: 1px solid #fff;
		white-space: nowrap;
	}
	.save{
		font-size: 9px;
		line-height: 1.5em;
		width: 35px;
		letter-spacing: 0px;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
		white-space: nowrap;
	}

	/* footer */
	.footer-box{
		width: 100%;
		background: #1b3063;
		padding: 7% 0 2% 0;
	}
	.footer-box .f-an-banner{
		width: 70%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 5% auto;
	}
	.footer-box .f-an-banner li{
		width: 48%;
		background: #fff;
		overflow: hidden;
		margin: 0 0 4% 0;
	}
	.footer-box .f-an-banner li a{
		width: 100%;
		overflow: hidden;
		opacity: 1;
		transition: .3s;
	}
	.footer-box .f-an-banner li a:hover{
		opacity: .7;
		transition: .3s;
	}
	.footer-box .logo{
		width: 11%;
		margin: 0 auto 7% auto;
	}
	.footer-box .logo li:nth-child(1){
		width: 100%;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 10% auto;
	}
	.footer-box .logo li:nth-child(2){
		width: 100%;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.footer-box .logo li:nth-child(3){
		width: 100%;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.footer-box .logo li:nth-child(4){
		width: 100%;
		line-height: 0;
		margin: 0 auto 15% auto;
	}
	.footer-box .logo li:nth-child(5){
		width: 100%;
		line-height: 0;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #fff;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #fff;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #fff;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #fff;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #fff;
		transition: .3s;
	}

	/*footer*/
	.footer {
		color: #fff;
		letter-spacing: 0.3em;
		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;
	}
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 50px;
		display: block;
		z-index: 99;
		fill: #fff;
	}

}

/*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;
        margin: 0 5px 0 0;
        position: relative;
        top: 1px;
        line-height: 0;
        border: 1px solid rgba(0, 0, 0, .6);
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        margin: 0 5px 0 0;
        position: relative;
        top: 1px;
        line-height: 0;
        border: 1px solid rgba(0, 0, 0, .6);
		border-radius: 3px;
    }
	.l-icon-w::before{
        content: url("../img/l-size-w.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        margin: 0 5px 0 0;
        position: relative;
        top: 1px;
        line-height: 0;
        border: 1px solid rgba(255, 255, 255, .6);
		border-radius: 3px;
    }
    .s-icon-w::before{
        content: url("../img/s-size-w.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        margin: 0 5px 0 0;
        position: relative;
        top: 1px;
        line-height: 0;
        border: 1px solid rgba(255, 255, 255, .6);
		border-radius: 3px;
    }


	.mv-logo{
		width: 5%;
		position: fixed;
		top: 3%;
		right: 2%;
		line-height: 0;
		z-index: 9999;
	}

	.op-bg{
		width: 100%;
		height: 100vh;
		overflow: hidden;
		position: fixed;
		z-index: 99999;
	}
	.op-bg.hidden {
		opacity: 0;
		pointer-events: none;
		display: none;
	}
	.op-bg .bg{
		width: 100%;
		height: 120%;
		background: linear-gradient(to bottom, #000 0%, #000 85%, transparent 100%);
		position: absolute;
		top: 0;
		left: 0;
	}
	.op-bg .logo{
		width: 20%;
		line-height: 0;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 99;
	}
	.op-bg .logo li:nth-child(1){
		width: 100%;
		line-height: 0;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.op-bg .logo li:nth-child(2){
		width: 100%;
		line-height: 0;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.op-bg .logo li:nth-child(3){
		width: 100%;
		overflow: hidden;
	}

	/* topcommon */
	.sticky{
		width: 100%;
		display: block;
		position: sticky;
		top: 0;
	}
	.load{
		width: 100%;
		height: 50vh;
		z-index: 1;
	}
	.load .bg{
		width: 100%;
		height: 100%;
		background: #000;
	}
	.load .img{
		width: 40%;
		height: 50vh;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		overflow: hidden;
	}
	.load .img .img-in{
		width: 100%;
		height: 100%;
		background: url(../img/load.jpg) no-repeat;
		background-size: cover;
	}
	.load .logo{
		width: 10%;
		position: absolute;
		bottom: 5%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.load .logo li:nth-child(1){
		width: 100%;
		line-height: 0;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.load .logo li:nth-child(2){
		width: 100%;
		line-height: 0;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.load .logo li:nth-child(3){
		width: 100%;
		overflow: hidden;
		line-height: 0;
	}

	/* header */
	.header{
		width: 100%;
		position: relative;
		background: #1b3063;
		z-index: 2;
	}
	.header .mv-img{
		width: 100%;
	}
	.header .logo{
		width: 15%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 20%;
	}
	.header .logo li:nth-child(1){
		width: 100%;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 10% auto;
	}
	.header .logo li:nth-child(2){
		width: 100%;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.header .logo li:nth-child(3){
		width: 100%;
		line-height: 0;
		margin: 0 auto 15% auto;
	}
	.header .logo li:nth-child(4){
		width: 100%;
        line-height: 0;
		margin: 0 auto 15% auto;
	}
	.header .logo li:nth-child(5){
		width: 100%;
		overflow: hidden;
        line-height: 0;
	}

	.header .logo02{
		width: 17%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 10%;
	}
	.header .logo02 li:nth-child(1){
		width: 100%;
		line-height: 0;
		margin: 0 auto 15% auto;
	}
	.header .logo02 li:nth-child(2){
		width: 100%;
		line-height: 0;
	}

	/* read */
	.read{
		width: 100%;
		position: relative;
		z-index: 3;
		background: #1b3063;
		padding: 15% 0;
	}
	.read .txt-box{
		width: 60%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.read .txt-box .title{
		width: 20%;
		margin: 0 0 10% 0;
	}
	.read .txt-box .title li:nth-child(1){
		width: 100%;
		line-height: 0;
	}
	.read .txt-box .txt{
		width: 65%;
		font-size: 13px;
		letter-spacing: 3px;
		line-height: 2.5em;
		color: #fff;
	}

	/* wrap */
	.wrap{
		width: 100%;
		z-index: 4;
	}
	.all-wrap{
		width: 100%;
		position: relative;
	}
	/* side */
	.side{
		width: 2%;
		height: 98%;
		position: absolute;
		top: 0;
		right: 1%;
		padding: 5% 0 0 0;
		z-index: 10;
	}
	.side .side-in{
		width: 100%;
		position: sticky;
		top: 35%;
	}

	.rever{
		flex-direction: row-reverse;
	}
	/* item01 */
	.item01{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		overflow: hidden;
	}
	.item01 .data{
		width: 50%;
		position: relative;
	}
	.item01 .link-area01{
		margin: 5% auto 10% auto;
	}
	.item01 .link-area03{
		margin: 5% auto 10% auto;
	}
	.item01 .link-area05{
		margin: 5% auto 10% auto;
	}
	.item01 .link-area07{
		margin: 5% auto 10% auto;
	}
	.item01 .link-area08{
		margin: 5% auto 10% auto;
	}
	.item01 .link-area11{
		margin: 5% auto 10% auto;
	}
	.item01 .link-area{
		width: 240px;
	}
	.item01 .link-area .num{
		width: max-content;
		font-size: 12px;
        letter-spacing: 1px;
        font-family: "termina", sans-serif;
        font-weight: 500;
        font-style: normal;
        white-space: nowrap;
		margin: 0 0 7% 0;
	}
	.item01 .link-area .num02{
		color: #000;
	}
	.item01 .data .img{
		width: 100%;
		overflow: hidden;
	}
	.item01 .data .min{
		width: 60%;
		margin: 0 auto;
		padding: 10% 0 10% 0;
	}
	.item01 .data .min .num{
		width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        font-family: "termina", sans-serif;
        font-weight: 500;
        font-style: normal;
        white-space: nowrap;
		margin: 0 auto 5% auto;
	}
	.item01 .data .min .img{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item01 .data .min .img .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
		background: linear-gradient(to bottom, #fff 0%, #fff 75%, transparent 100%);
	}
	.item01 .data .min .min-link-area{
		width: 240px;
	}
	.item01 .data .min .min-link-area01{
		margin: 0 auto;
	}
	.item01 .data .min .min-link-area02{
		margin: 0 auto;
	}

	/* look12 */
	.item12{
		width: 100%;
		margin: 0 auto 10% auto;
	}
	.photo-in .num{
		width: max-content;
		margin: 0 0 0 0;
		position: absolute;
		top: 17%;
		left: 0%;
		font-size: 14px;
        letter-spacing: 1px;
        font-family: "termina", sans-serif;
        font-weight: 500;
        font-style: normal;
        white-space: nowrap;
	}
	.photo-box-container {
		width: 90%;
		height: 2000px;
		position: relative;
		margin: 0 auto 3% auto;
	}
	.photo-box01 {
		position: absolute;
		width: 30%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.photo-box02 {
		position: absolute;
		width: 30%;
		height: 100%;
		top: 0;
		left: 23%;
		z-index: 2;
		/* 初期状態で非表示 */
		opacity: 0;
		transform: translateX(30px);
		transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	}
	.photo-box03 {
		position: absolute;
		width: 30%;
		height: 100%;
		top: 0;
		left: 46%;
		z-index: 3;
		/* 初期状態で非表示 */
		opacity: 0;
		transform: translateX(30px);
		transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	}
	.photo-box04 {
		position: absolute;
		width: 30%;
		height: 100%;
		top: 0;
		right: 0;
		z-index: 4;
		/* 初期状態で非表示 */
		opacity: 0;
		transform: translateX(30px);
		transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	}
	/* フェードイン後の状態 */
	.photo-box02.fade-in,
	.photo-box03.fade-in,
	.photo-box04.fade-in {
		opacity: 1;
		transform: translateY(0);
	}
	.photo-in {
		width: 100%;
		position: sticky;
		top: 0;
		padding: 40% 0 0 0;
	}
	.item12 .link-box {
		width: 240px;
		margin-left: calc(83% - 240px);
	}

	/*nav*/
	.menu{
		position: fixed;
		left: 25px;
		top: 25px;
		z-index: 9999;
		cursor: pointer;
		font-family: "termina", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 20px;
		letter-spacing: 1px;
	}
	.menu.active{
		position: fixed;
		left: 25px;
		top: 25px;
		z-index: 9999;
		cursor: pointer;
		font-family: "termina", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 18px;
		letter-spacing: 1px;
		color: #fff;
	}
	.menu__line{
		background: rgba(0,0,0,0.00);
		display: block;
		height: 1px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}

	.menu__line--icon{
		width: 45px;
		padding: 0!important;
		margin: 0!important;
	}
	.menu__line--top{
		display: none;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		display: block;
	}

	/*gnav*/
	.gnav{
		background: #1b3063;
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 8888!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		display: flex;
		justify-content: space-between;
		position: absolute;
		width: 65%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.gnav__menu{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.gnav__menu li{
		width: 33.33%;
		margin: 0 0 2% 0;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.gnav__menu li:nth-child(10){
		width: 33.33%;
		margin: 0;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.gnav__menu li:nth-child(11){
		width: 33.33%;
		margin: 0;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.gnav__menu li:nth-child(12){
		width: 33.33%;
		margin: 0;
		box-sizing: border-box;
		padding: 0 5%;
	}
	.gnav-link{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-decoration: none;
		color: #fff;
	}
	.gnav-link .txt{
		width: 30%;
		font-size: 14px;
		letter-spacing: 1px;
		font-family: "termina", sans-serif;
		font-weight: 400;
		font-style: normal;
		white-space:nowrap;
	}
	.gnav-link .img{
		width: 55%;
		filter: grayscale(100%);
		transition: .3s;
	}
	.gnav-link:hover .img{
		width: 55%;
		filter: grayscale(0%);
		transition: .3s;
	}

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

	/*ls-icon*/
	.Label-w{
		color: #000;
		border-bottom: 1px solid #000 !important;
	}
	.Label-w::after,
	.Label-w::before {
		background-color: #000 !important;
	}
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 11px;
		letter-spacing: 1px;
		padding: 0px 0 10px 0;
		margin: 25px 0 0 0;
		border-bottom: 1px solid #000;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 30%;
		-webkit-transform: translateY(-30%); /* Safari用 */
		transform: translateY(-30%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: -1px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		padding: 4% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 1px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*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 2% 0;
		position: relative;
	}
	.cert-btm-color{
		color: #000 !important;
	}
	.cart-title{
        width: max-content;
		font-size: 12px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.2em;
		font-family: "Helvetica Neue" , Helvetica , sans-serif;
		font-weight: 700;
		font-style: normal;
	}
    .cart-title span{
		font-size: 10px;
		font-family: "Helvetica Neue" , Helvetica , sans-serif;
        display: inline-block;
		position: relative;
		top: -1px;
		letter-spacing: 0;
	}
    .cart-yen{
		font-size: 13px;
		letter-spacing: 0px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen .yen-icon {
        margin: 0 2px 0 0;
    }
	.cart-yen .tax {
        font-size: 8px;
        letter-spacing: 0;
        margin: 0 0 0 5px;
        position: relative;
        top: 1px;
    }
	.cart-btm .btn01 {
		font-size: 11px;
		line-height: 1.5em;
		width: 45px !important;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
		border-bottom: 1px solid #000;
		white-space: nowrap;
	}
	.cart-btm .btn02 {
		font-size: 11px;
		line-height: 1.5em;
		width: 45px !important;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
		border-bottom: 1px solid #000;
		white-space: nowrap;
	}
	.save{
		font-size: 9px;
		line-height: 1.5em;
		width: 35px;
		letter-spacing: 0px;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
		white-space: nowrap;
	}

	/* footer */
	.footer-box{
		width: 100%;
		background: #1b3063;
		padding: 7% 0 2% 0;
	}
	.footer-box .f-an-banner{
		width: 70%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto 5% auto;
	}
	.footer-box .f-an-banner li{
		width: 48%;
		background: #fff;
		overflow: hidden;
		margin: 0 0 4% 0;
	}
	.footer-box .f-an-banner li a{
		width: 100%;
		overflow: hidden;
		opacity: 1;
		transition: .3s;
	}
	.footer-box .f-an-banner li a:hover{
		opacity: .7;
		transition: .3s;
	}
	.footer-box .logo{
		width: 11%;
		margin: 0 auto 7% auto;
	}
	.footer-box .logo li:nth-child(1){
		width: 100%;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 10% auto;
	}
	.footer-box .logo li:nth-child(2){
		width: 100%;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.footer-box .logo li:nth-child(3){
		width: 100%;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.footer-box .logo li:nth-child(4){
		width: 100%;
		line-height: 0;
		margin: 0 auto 15% auto;
	}
	.footer-box .logo li:nth-child(5){
		width: 100%;
		line-height: 0;
	}

	/*f-banner*/
	.f-banner{
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #fff;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #fff;
		transition: .3s;
	}
	.f-banner-list li .txt{
		width: 100%;
		font-size: 12px;
		letter-spacing: 2px;
		line-height: 2em;
		text-align: center;
		margin: 2% 0 0 0;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #fff;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 5% auto;
		padding: 5% 0 0 0;
	}
	.f-banner02-list{
		width: 100%;
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #fff;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #fff;
		transition: .3s;
	}

	/*footer*/
	.footer {
		color: #fff;
		letter-spacing: 0.3em;
		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;
	}
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

	#pagetop{
		position: fixed;
		right: 15px;
		bottom: 20px;
		width: 50px;
		display: block;
		z-index: 99;
		fill: #fff;
	}

}

/*//////////////////////////////// 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;
        margin: 0 5px 0 0;
        position: relative;
        top: 1px;
        line-height: 0;
        border: 1px solid rgba(0, 0, 0, .6);
		border-radius: 3px;
    }
    .s-icon::before{
        content: url("../img/s-size.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        margin: 0 5px 0 0;
        position: relative;
        top: 1px;
        line-height: 0;
        border: 1px solid rgba(0, 0, 0, .6);
		border-radius: 3px;
    }
	.l-icon-w::before{
        content: url("../img/l-size-w.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        margin: 0 5px 0 0;
        position: relative;
        top: 1px;
        line-height: 0;
        border: 1px solid rgba(255, 255, 255, .6);
		border-radius: 3px;
    }
    .s-icon-w::before{
        content: url("../img/s-size-w.svg");
        width: 13px;
        height: 13px;
        display: inline-block;
        background-size: 13px 13px;
        margin: 0 5px 0 0;
        position: relative;
        top: 1px;
        line-height: 0;
        border: 1px solid rgba(255, 255, 255, .6);
		border-radius: 3px;
    }


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

	.op-bg{
		width: 100%;
		height: 100vh;
		overflow: hidden;
		position: fixed;
		z-index: 99999;
	}
	.op-bg.hidden {
		opacity: 0;
		pointer-events: none;
		display: none;
	}
	.op-bg .bg{
		width: 100%;
		height: 120%;
		background: linear-gradient(to bottom, #000 0%, #000 85%, transparent 100%);
		position: absolute;
		top: 0;
		left: 0;
	}
	.op-bg .logo{
		width: 30%;
		line-height: 0;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari逕ｨ */
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 99;
	}
	.op-bg .logo li:nth-child(1){
		width: 100%;
		line-height: 0;
		overflow: hidden;
		margin: 0 0 10% 0;
	}
	.op-bg .logo li:nth-child(2){
		width: 100%;
		line-height: 0;
		overflow: hidden;
		margin: 0 0 5% 0;
	}
	.op-bg .logo li:nth-child(3){
		width: 100%;
		overflow: hidden;
	}

	/* topcommon */
	.sticky{
		width: 100%;
		display: block;
		position: sticky;
		top: 0;
	}
	.load{
		width: 100%;
		height: 100vh;
		z-index: 1;
	}
	.load .bg{
		width: 100%;
		height: 100%;
		background: #000;
	}
	.load .img{
		width: 100%;
		height: 100vh;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		overflow: hidden;
	}
	.load .img .img-in{
		width: 100%;
		height: 100%;
		background: url(../img/load-sp.jpg) no-repeat;
		background-size: cover;
	}
	.load .logo{
		width: 40%;
		position: absolute;
		bottom: 15%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.load .logo li:nth-child(1){
		width: 100%;
		line-height: 0;
		overflow: hidden;
		margin: 0 auto 10% auto;
	}
	.load .logo li:nth-child(2){
		width: 100%;
		line-height: 0;
		overflow: hidden;
		margin: 0 auto 5% auto;
	}
	.load .logo li:nth-child(3){
		width: 100%;
		overflow: hidden;
		line-height: 0;
	}

	/* header */
	.header{
		width: 100%;
		position: relative;
		background: #1b3063;
		z-index: 2;
	}
	.header .mv-img{
		width: 100%;
	}
	.header .logo{
		width: 35%;
        position: absolute;
        bottom: 5%;
        right: 10%;
	}
	.header .logo li:nth-child(1){
		width: 100%;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 10% auto;
	}
	.header .logo li:nth-child(2){
		width: 100%;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.header .logo li:nth-child(3){
		width: 100%;
		line-height: 0;
		margin: 0 auto 15% auto;
	}
	.header .logo li:nth-child(4){
		width: 100%;
        line-height: 0;
		margin: 0 auto 15% auto;
	}
	.header .logo li:nth-child(5){
		width: 100%;
		overflow: hidden;
        line-height: 0;
	}

	.header .logo02{
		width: 17%;
		position: absolute;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		right: 10%;
	}
	.header .logo02 li:nth-child(1){
		width: 100%;
		line-height: 0;
		margin: 0 auto 15% auto;
	}
	.header .logo02 li:nth-child(2){
		width: 100%;
		line-height: 0;
	}

	/* read */
	.read{
		width: 100%;
		position: relative;
		z-index: 3;
		background: #1b3063;
		padding: 15% 0;
		margin: 0 0 15% 0;
	}
	.read .txt-box{
		width: 80%;
		margin: 0 auto;
	}
	.read .txt-box .title{
		width: 50%;
		margin: 0 0 10% 0;
	}
	.read .txt-box .title li:nth-child(1){
		width: 100%;
		line-height: 0;
	}
	.read .txt-box .txt{
		width: 100%;
		font-size: 13px;
		letter-spacing: 2px;
		line-height: 2.5em;
		color: #fff;
		text-align: justify;
	}

	/* wrap */
	.wrap{
		width: 100%;
		z-index: 4;
	}
	.all-wrap{
		width: 100%;
		position: relative;
	}
	/* side */
	.side{
		width: 7%;
        height: 98%;
        position: absolute;
        top: 0;
        right: 2%;
        padding: 15% 0 0 0;
        z-index: 10;
	}
	.side .side-in{
		width: 100%;
		position: sticky;
		top: 35%;
	}

	/* item01 */
	.item01{
		width: 100%;
		overflow: hidden;
		margin: 0 auto 15% auto;
	}
	.item-sp{
		margin: 0 auto 10% auto !important;
	}
	.item01 .data{
		width: 100%;
		position: relative;
	}
	.item01 .data-sp{
		margin: 0 auto 15% auto !important;
	}
	.item01 .link-area01{
		margin: 7% 0 0 7.5%;
	}
	.item01 .link-area03{
		margin: 7% 0 0 7.5%;
	}
	.item01 .link-area05{
		margin: 7% 0 0 7.5%;
	}
	.item01 .link-area07{
		margin: 7% 0 0 7.5%;
	}
	.item01 .link-area08{
		margin: 7% 0 0 7.5%;
	}
	.item01 .link-area11{
		margin: 7% 0 0 7.5%;
	}
	.item01 .link-area{
		width: 70%;
	}
	.item01 .num{
		width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        font-family: "termina", sans-serif;
        font-weight: 500;
        font-style: normal;
        white-space: nowrap;
		margin: 0 auto 7% auto;
	}
	.item01 .link-area .num02{
		color: #000;
	}
	.item01 .data .img{
		width: 100%;
		overflow: hidden;
	}
	.item01 .data .min{
		width: 100%;
		margin: 0 auto;
	}
	.item01 .data .min .num{
		width: max-content;
		font-size: 14px;
        letter-spacing: 1px;
        font-family: "termina", sans-serif;
        font-weight: 500;
        font-style: normal;
        white-space: nowrap;
		margin: 0 auto 5% auto;
	}
	.item01 .data .min .img{
		width: 75%;
		overflow: hidden;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.item01 .data .min .img .bg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
		background: linear-gradient(to bottom, #fff 0%, #fff 75%, transparent 100%);
	}
	.item01 .data .min .img-big{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: 10% auto 7% auto;
	}
	.item01 .data .min .min-link-area{
		width: 70%;
	}
	.item01 .data .min .min-link-area01{
		margin: 0 auto;
	}
	.item01 .data .min .min-link-area02{
		margin: 0 auto;
	}

	/* look12 */
	.item12{
		width: 100%;
		margin: 0 auto 15% auto;
	}
	.photo-in .num{
		width: max-content;
		position: absolute;
		top: 5%;
		left: 0%;
		right: 0%;
		font-size: 14px;
        letter-spacing: 1px;
        font-family: "termina", sans-serif;
        font-weight: 500;
        font-style: normal;
        white-space: nowrap;
		margin: 0 auto;
	}
	.photo-box-container {
		width: 100%;
		height: 2000px;
		position: relative;
		margin: 0 auto 7% auto;
	}
	.photo-box01 {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.photo-box02 {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0%;
		z-index: 2;
		/* 初期状態で非表示 */
		opacity: 0;
		transform: translateY(30px);
		transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	}
	.photo-box03 {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0%;
		z-index: 3;
		/* 初期状態で非表示 */
		opacity: 0;
		transform: translateY(30px);
		transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	}
	.photo-box04 {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		z-index: 4;
		/* 初期状態で非表示 */
		opacity: 0;
		transform: translateY(30px);
		transition: opacity 0.8s ease-out, transform 0.8s ease-out;
	}
	/* フェードイン後の状態 */
	.photo-box02.fade-in,
	.photo-box03.fade-in,
	.photo-box04.fade-in {
		opacity: 1;
		transform: translateY(0);
	}
	.photo-in {
		width: 100%;
		position: sticky;
		top: 0;
		padding: 20% 0 0 0;
	}
	.item12 .link-box {
		width: 75%;
		margin: 0 auto;
	}

	/*nav*/
	.menu{
		position: fixed;
		left: 15px;
		top: 15px;
		z-index: 9999;
		cursor: pointer;
		font-family: "termina", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 17px;
		letter-spacing: 1px;
	}
	.menu.active{
		position: fixed;
		left: 15px;
		top: 15px;
		z-index: 9999;
		cursor: pointer;
		font-family: "termina", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 16px;
		letter-spacing: 1px;
		color: #fff;
	}
	.menu__line{
		background: rgba(0,0,0,0.00);
		display: block;
		height: 1px;
		position: absolute;
		transition:transform .3s;
		width: 100%;
	}

	.menu__line--icon{
		width: 45px;
		padding: 0!important;
		margin: 0!important;
	}
	.menu__line--top{
		display: none;
	}
	.menu__line--icon.active{
		display: none;
	}
	.menu__line--top.active{
		display: block;
	}

	/*gnav*/
	.gnav{
		background: #1b3063;
		display: none;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 8888!important;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
	}
	.gnav__wrap{
		display: flex;
		justify-content: space-between;
		position: absolute;
		width: 85%;
		top: 50%;
        -webkit-transform: translateY(-50%); /* Safari用 */
        transform: translateY(-50%);
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.gnav__menu{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.gnav__menu li{
		width: 30%;
		margin: 0 0 5% 0;
	}
	.gnav__menu li:nth-child(10){
		width: 30%;
		margin: 0 0 0 0;
	}
	.gnav__menu li:nth-child(11){
		width: 30%;
		margin: 0 0 0 0;
	}
	.gnav__menu li:nth-child(12){
		width: 30%;
		margin: 0 0 0 0;
	}
	.gnav-link{
		width: 100%;
		text-decoration: none;
		color: #fff;
	}
	.gnav-link .txt{
		width: 100%;
		font-size: 10px;
		letter-spacing: 1px;
		font-family: "termina", sans-serif;
		font-weight: 400;
		font-style: normal;
		text-align: center;
		margin: 0 0 7% 0;
		white-space:nowrap;
	}
	.gnav-link .img{
		width: 100%;
		filter: grayscale(100%);
		transition: .3s;
	}
	.gnav-link:hover .img{
		width: 100%;
		filter: grayscale(0%);
		transition: .3s;
	}

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

	/*ls-icon*/
	.Label-w{
		color: #000;
		border-bottom: 1px solid #000 !important;
	}
	.Label-w::after,
	.Label-w::before {
		background-color: #000 !important;
	}
	.toggle {
		display: none;
	}
	.Label {
		display: block;
		box-sizing: border-box;
		font-size: 11px;
		letter-spacing: 1px;
		padding: 0px 0 10px 0;
		margin: 25px 0 0 0;
		border-bottom: 1px solid #000;
	}
	.Label::after,
	.Label::before {
		content: "";
		position: absolute;
		right: 1em;
		top: 30%;
		-webkit-transform: translateY(-30%); /* Safari用 */
		transform: translateY(-30%);
		width: 1px;
		height: 16px;
		background-color: #000;
		transition: all 0.3s;
	}
	.Label::after {
		transform: rotate(90deg);
		width: 1px;
		height: 25px;
		top: -1px;
	}
	.Label,
	.content {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateZ(0);
		transition: all 0.3s;
	}
	.content {
		height: 0;
		margin-bottom:10px;
		overflow: hidden;
	}
	.toggle:checked + .Label + .content {
		height: auto;
		padding: 4% 0 0 0;
		transition: all .3s;
	}
	.toggle:checked + .Label::after {
		transform: rotate(90deg) translateY(0) !important;
		height: 20px;
		top: 1px;
	}
	.toggle:checked + .Label::before {
		transform: rotate(0deg) translateY(10px)  !important;
		opacity: 0;
	}

	/*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 2% 0;
		position: relative;
	}
	.cert-btm-color{
		color: #000 !important;
	}
	.cart-title{
        width: max-content;
		font-size: 12px;
        letter-spacing: 0px;
        position: absolute;
        line-height: 1.2em;
		font-family: "Helvetica Neue" , Helvetica , sans-serif;
		font-weight: 700;
		font-style: normal;
	}
    .cart-title span{
		font-size: 10px;
		font-family: "Helvetica Neue" , Helvetica , sans-serif;
        display: inline-block;
		position: relative;
		top: -1px;
		letter-spacing: 0;
	}
    .cart-yen{
		font-size: 13px;
		letter-spacing: 0px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        white-space: nowrap;
		box-sizing: border-box;
		padding: 0 10px 0 0;
	}
	.cart-yen .yen-icon {
        margin: 0 2px 0 0;
    }
	.cart-yen .tax {
        font-size: 8px;
        letter-spacing: 0;
        margin: 0 0 0 5px;
        position: relative;
        top: 1px;
    }
	.cart-btm .btn01 {
		font-size: 11px;
		line-height: 1.5em;
		width: 45px !important;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
		border-bottom: 1px solid #000;
		white-space: nowrap;
	}
	.cart-btm .btn02 {
		font-size: 11px;
		line-height: 1.5em;
		width: 45px !important;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
		border-bottom: 1px solid #000;
		white-space: nowrap;
	}
	.save{
		font-size: 9px;
		line-height: 1.5em;
		width: 39px;
		letter-spacing: 0px;
		padding: 3px 0 3px 0;
		display: inline-block;
		text-align: center;
		color: #000;
		position: relative;
		white-space: nowrap;
	}

	/* footer */
	.footer-box{
		width: 100%;
		background: #1b3063;
		padding: 15% 0 2% 0;
	}
	.footer-box .f-an-banner{
		width: 85%;
		margin: 0 auto 15% auto;
	}
	.footer-box .f-an-banner li{
		width: 100%;
		background: #fff;
		margin: 0 0 5% 0;
	}
	.footer-box .f-an-banner li:last-child{
		width: 100%;
		background: #fff;
		margin: 0 0 0 0;
	}
	.footer-box .f-an-banner li{
		width: 100%;
		background: #fff;
	}
	.footer-box .f-an-banner li a{
		width: 100%;
		overflow: hidden;
		opacity: 1;
		transition: .3s;
	}
	.footer-box .f-an-banner li a:hover{
		opacity: .7;
		transition: .3s;
	}
	.footer-box .logo{
		width: 35%;
		margin: 0 auto 15% auto;
	}
	.footer-box .logo li:nth-child(1){
		width: 100%;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 10% auto;
	}
	.footer-box .logo li:nth-child(2){
		width: 100%;
		overflow: hidden;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.footer-box .logo li:nth-child(3){
		width: 100%;
		line-height: 0;
		margin: 0 auto 5% auto;
	}
	.footer-box .logo li:nth-child(4){
		width: 100%;
		line-height: 0;
		margin: 0 auto 15% auto;
	}
	.footer-box .logo li:nth-child(5){
		width: 100%;
		line-height: 0;
	}

	/*f-banner*/
	.f-banner{
		width: 80%;
		margin: 0 auto 10% auto;
	}
	.f-banner-list{
		width: 100%;
		margin: 0 auto;
	}
	.f-banner-list li{
		width: 100%;
		margin: 0 0 3% 0;
	}
	.f-banner-list li a{
		width: 100%;
		display: block;
		border: 1px solid #fff;
		transition: .3s;
	}
	.f-banner-list li a:hover{
		border: 1px solid #fff;
		transition: .3s;
	}
	
	/*f-banner02*/
	.f-banner02{
		border-top: 1px solid #fff;
		width: 100%;
		margin: 0 auto 10% auto;
		padding: 10% 0 0 0;
	}
	.f-banner02-list{
		width: 80%;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	.f-banner02-list li{
		width: 47%;
	}
	.f-banner02-list li a{
		width: 100%;
		display: block;
		border: 1px solid #fff;
		transition: .3s;
	}
	.f-banner02-list li a:hover{
		border: 1px solid #fff;
		transition: .3s;
	}
	
	/*footer*/
	.footer {
		color: #fff;
		letter-spacing: 0.3em;
		padding: 0 0 20% 0;
		position: relative;
		text-align: center;
	}
	.footer .insta{
		display: block;
		width: 450px;
		border: 1px solid #fff;
		margin: 0 auto 3% auto;
		transition: .3s;
	}
	.footer .insta:hover{
		border: 1px solid #fff;
		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;
	}
	
	.in-btn{
		width: 40px;
		margin: 0 auto 1% auto;
		display: block;
		opacity: 1;
	}

	#pagetop{
		position: fixed;
        right: 10px;
        bottom: 10px;
        width: 30px;
        display: block;
        z-index: 99;
	}

}
