/***  pc	release css  ***/
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@300;400&display=swap');

html {font-size: 62.5%;}
body {
	width: 100%;
	height: 100%;
	/*font-family: 'Noto Sans Japanese','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Helvetica Neue', 'Yu Gothic', 'メイリオ', 'Meiryo', Arial, Meiryo, "MS PGothic", sans-serif;*/
    font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #333;
	background: #dddddd;
	letter-spacing: 0.03em;
	}
	
figure{	margin: 0;}
img{	max-width: 100%; vertical-align: middle;}

/* Header */
.re-head{
	max-width: 1700px;
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px 0px;
	z-index: 100;
	}
.h_logo{
	position: absolute;
    top: 2.5em;
    left: 3.5em;
	}
.h_logo img{
	width: 12%;
	}
.h_link{
	font-family: "Helvetica Neue";
	color: #ffffff;
    position: absolute;
    top: 1em;
    right: 1.5em;
	display: inline-block;
    font-size: 1rem;
    font-weight: 600;
	padding: 7px 0px 2px;
	letter-spacing: 0.02em;
	border-bottom: 1px solid #ffffff;
	}

	
/*** rayout ****/
.release-area {
	margin: 0px auto;
	max-width: 1700px;
	background: #f1f1f1;
	}

/**** mainvisual ***/
.vegas-container {
	position: fixed !important;
	z-index: 0;
	}
.mainvis {
	width:100%;
	height: 100vh;
	}
.mainvis:before{
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height: 100vh;
	}
.mainvis-c_in {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	}
.mainvis-c1 {
	position: absolute;
	max-width: 50%;
	top: 10%;
	left: 2%;
	margin: 0 auto;
	}
.mainvis-c2 {
	position: absolute;
	max-width: 14%;
	bottom: 5%;
	right: 3%;
	margin: 0 auto;
	}

/* animation */
.fade1 {
	animation-name: fade1;
	animation-delay: 3.0s;
	animation-duration: 1.5s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	-ms-filter: blur(10px);
	filter: blur(10px);
	}
@keyframes fade1 {
	0% {opacity: 0;  filter: blur(10px); transform: translate3d(20px, 0px, 0);}
	100% {opacity: 1; filter: blur(0px); transform: translate3d(0, 0, 0);}
	}
@-webkit-keyframes fade1 {
	0% {opacity: 0;  filter: blur(10px); transform: translate3d(20px, 0px, 0);}
	100% {opacity: 1; filter: blur(0px); transform: translate3d(0, 0, 0);}
	}
.fade2 {
	animation-name: fade2;
	animation-duration: 1.2s;
	animation-timing-function: ease-in-out;
	animation-delay: 3.0s;
	animation-fill-mode: both;
	}
@keyframes fade2 {
	0% {opacity: 0; transform: translate3d(0px, 20px, 0);}
	100% {opacity: 1; transform: translate3d(0, 0, 0);}
	}
@-webkit-keyframes fade2 {
	0% {opacity: 0; transform: translate3d(0px, 20px, 0);}
	100% {opacity: 1; transform: translate3d(0, 0, 0);}
	}
.fade3 {
	animation-name: fade3;
	animation-duration: 1.3s;
	animation-timing-function: ease-in-out;
	animation-delay: 4.5s;
	animation-fill-mode: both;
	}
@keyframes fade3 {
	0% {opacity: 0; transform: translate3d(-20px, 0px, 0);}
	100% {opacity: 1; transform: translate3d(0, 0, 0);}
	}
@-webkit-keyframes fade3 {
	0% {opacity: 0; transform: translate3d(-20px, 0px, 0);}
	100% {opacity: 1; transform: translate3d(0, 0, 0);}
	}
	

/*** contents ****/
.content{
	position: relative;
	background: #FFF;
	z-index: 1;
	}
.inner{
	/*display: flex;*/
	padding: 4% 13% 2%;
	position: relative;
	}
	
.leed {
	position: relative;
	z-index:0;
	padding: 75vw 0 0;
	width: 100%;
	}
h2 {
	font-size: 3.8rem;
	font-weight: 300;
	margin: 4em auto 0.5em;
	line-height: 1.7;
	letter-spacing: 0.06em;
	text-align: center;
	}
.tx1 {
	font-size: 1.8rem;
	font-weight: 300;
	margin: 0.5em auto 0;
	line-height: 2.1;
	text-align: center;
	width: 50%;
	}
.day {
	font-family: 'Zilla Slab', serif;
	font-size: 1.4rem;
	margin: 2em auto 0;
	text-align: center;
	}
	
.flexbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}
.leftbox{
	width: 50%;
	height: 100%;
	overflow: hidden;
	}
.rightbox{
	width: 50%;
	height: 100%;
	overflow: hidden;
	}
.leftbox .tbox, .rightbox .txbox{
	flex-direction: column;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
	padding-left: 3em;
	border-left: 1px solid #333;
	}
	
.leftbox-2{
	width: 16%;
	height: 100%;
	padding-bottom: 4%;
	margin: 0 auto;
	}	
.leftbox-2 img{
	padding-left: 5%;
	}	
.rightbox-2 {
	width: 13%;
	height: 100%;
	padding-bottom: 5%;
	}
.rightbox-2 .txtbox {
	width: 100%;
	margin: 0 auto ;
	padding-left: 8%;
	}
.tx3 {
	margin-top: 0.5em;
	font-size: 11px;
	line-height: 1.9;
	}
.tx4 {
	font-size: 12px;
	margin: 0 auto;
	line-height: 1.6;
	}


.grid_vw{
	position: relative;
	padding-top: 7%;
	height: 90vw;
	}	
.grid1 {
	position: absolute;
	max-width: 27%;
	top: 50vw;
	left: 10vw;
	z-index: 1;
	}

	
h3{
	font-size: 1.3rem;
	margin:  0em auto 0;
	font-weight: 600;
	line-height: 1.6;
	text-align: left;
	}	
	
.tx2{
	font-size: 1.5rem;
	line-height: 1.8em;
	padding-top: 0em;
	text-align: left;
	}
.spc{
	font-size: 1.2rem;
	line-height: 1.8;
	margin: 3em 0 3.5em;
	}	
	
	
.ref{
	margin: 0em 0 0;
	letter-spacing: 0.05em;
	}
.ref .na{
	margin: 0em 0.8em 0 0;
	font-size: 2.0rem;
	display: inline-block;
	vertical-align: middle;
	}
.ref .pr{
	margin: 0em 1.3em 0 0 ;
	font-size: 2.0rem;
	display: inline-block;
	vertical-align: middle;
	}  	
.ref .pr small{
	margin-left: 0.3em;
	font-size: 0.95rem;
	}
	
.zu img{
	/*width: 100%;*/
	height: auto;
	transition: 1s;
	}
.zu img:hover{
	transform: scale(1.05);
	}
	

/*** contents buybtton ***/
.buybtn-box a {
	font-family: 'Helvetica Neue';
    font-weight: 300;
    margin-left: 0.5em;
    padding: 0.5em 0;
	width: 48px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    transition-duration: 0.4s;
    transition-property: all;
    background: #ccc;
    border: 0px solid #000;
    border-radius: 2px;
    display: inline-block;
    font-style: normal;
	}
.buybtn-box a:hover {
    color: #FFF;
    background-color: #000;
	}
.buybtn-under {
	font-family: 'Helvetica Neue';
	display: inline-block;
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin: 0.2em 0;
	position: relative;
	border-bottom: 1px solid #666;
	}
.buybtn-under::after {
	content: '';
	display: block;
	width: 0;
	transition: width .3s cubic-bezier(0.12, -0.03, 0.65, 0.99);
	height: 1px;
	background: #666;
	position: absolute;
	top: calc(100% + 2px);
	left: 0;
	}
.buybtn-under:hover::after {
	width: 100%;
	}
	
	
/**** product list */
.product{
	margin: 0 auto 0;
	padding: 5% 0 10%;
	width: 100%;
	background: #FFF;
	z-index: 0;
	}
.product .pd-title{
	font-family: "source-han-sans-cjk-ja",　'Helvetica Neue';
	font-size: 2.5rem;
	font-weight: 600;
	margin: 0 auto;
	line-height: 1.7;
	text-align: center;
	letter-spacing: 0.1em;
	letter-spacing: 0.05em;
	}
.product .pd-title span{
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1.4;
	display: inline-block;
	border-bottom: 1px solid #666;
	margin-bottom: 0.9em;
	}
.product .pd-title:after {
	content: '';
	display: block;
	height: 1px;
	width: 97px;
	margin: 20px auto;
	background: #333333;
	}
.product ul{
	margin: 2em auto 2em;
	width: 90%;
	text-align: center;
	clear: both;
	}
.product ul li{
	font-family: 'Helvetica Neue';
	padding: 0px;
	margin: 2% 1.2% 4%;
	display: inline-block;
	width: 210px;
	list-style-type: none;
	border: 0px solid #ccc;
	text-align: center;
	}
.product ul li img{
	margin: 0em 0px 8px;
	}
.product ul li .brand{
	margin: 0;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	}
.product ul li .sku{
	margin: 3px 0px 0px;
	font-size: 1.2rem;
	font-weight: 400;
	}
.product ul li .price{
	margin: 3px 0px 0px;
	font-size: 1.6rem;
	}
.product ul li .price span{
	margin: 0px 0px 0px 3px;
	font-size: 10px;
	}
.product ul li .size{
	margin: 3px 0px 9px;
	font-size: 1rem;
	}
.product ul li a .buybtns {
	font-family: "Helvetica Neue";
	width: 29%;
	margin: 1em auto;
	background-color: #FFF;
	border: solid 1px #333;
	border-radius: 3px;
	display:block;
	padding: 3px 0 4px;
	font-size: 10px !important;
	font-weight: 600 ;
	letter-spacing: 0.07em;
	text-align: center;
	transition-duration: 0.4s;
	transition-property: all;
	}
.product ul li a .buybtns:hover {
	border: solid 1px #000;
	color: #FFF;
	background-color: #000;
	}


.link-btn {
	font-family: "Helvetica Neue";
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	}	
.link-btn a {
	display: inline-block;
	line-height: 4.3;
	font-size: 11px;
	font-weight: 500;
	padding: 0 1em;
	min-width: 260px;
	border: #333 solid 1px;
	border-radius: 50px;
	position: relative;
	color: #333;
	transition-duration: 0.3s;
	transition-property: all;
	}	
.link-btn a:after {
	content: "";
	display: block;
	width: 0.5em;
	height: 0.5em;
	position: absolute;
	top: 50%;
	margin-top: -0.3em;
	right: 1.2em;
	border-top: #333 solid 1px;
	border-right: #333 solid 1px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	}
.link-btn a:hover {
	border: solid 1px #8399a7;
	color: #8399a7;
	background-color: #ffffff;
	}
.link-btn a:hover::after {
	border-top: #8399a7 solid 1px;
	border-right: #8399a7 solid 1px;
	transition-duration: 0.3s;
	transition-property: all;
	}



/**** slider */
.slider{
	width: 100%;
	max-width: 570px;
	}
.slider .slick-dots{
	text-align: left;
	counter-reset: number;
	padding-left: 13px;
	bottom: -35px;
	}
.slider .slick-dots li{
	counter-increment: number;
	padding-left: 5px;
	position: relative;
	width: 15px;
	}
.slider .slick-dots li:not(:last-child){
	margin-right: 10px;
	}
.slider .slick-dots li::before{
	content: '';
	height: 1px;
	width: 100%;
	background: #333;
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 4px);
	transform: scale(0,1);
	transform-origin: right;
	transition: transform .25s;
	}
.slider .slick-dots li:hover::before{
	transform-origin: left;
	transform: scale(1,1);
	}
.slider .slick-dots li.slick-active::before{
	transform: scale(1,1);
	}
.slider .slick-prev, .slider .slick-next{
	display: none !important;
	}
.slider .slick-dots li button::before{
	/* counter-increment: number; */
	content: '0' counter(number);
	font-size: 13px;
	color: #333;
	font-family: "Helvetica Neue";
	opacity: 1;
	font-weight: 600;
	}

.slicks{
   width: 100%;
   margin: 0 auto;
	}
.slick-slide img {
   width: 100%;
	}
.slick-prev:before,
.slick-next:before {
    color: #eaeaea;
	}
.slick-next {
    right: 20px;
    z-index: 99;
	}
.slick-prev {
	left: 15px;
    z-index: 100;
	}
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
	color: #333;
	}
.slick-dots {
    bottom: -40px;
	}
.slick-dots li {
    margin: 1em 0px;
	}
.pickup_inner .slick-dots li button:before {
	font-size: 8px;
	left: 50%;
    transform: translateX(-50%);
	}
	
	
/**** footer */
.re-foot {
	border-top: 1px solid #ccc;
	font-family: "Helvetica Neue";
	margin: 0px auto !important;
	position: relative;
	background-color: #FFF;
	padding: 3% 0px 5% !important;
	width: 100%;
	text-align: center;
	font-size: 12px !important;
	}
#pagetop {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 13;
	width: 15px;
	}
#pagetop a {
	padding: 0px 0;
	display: block;
	}
#pagetop a:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	}