/* NORDIC FEELING RELEASE */
@charset "utf-8";

body {
	font-family: Helvetica Neue, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
	/*font-family: BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;*/
	/*font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;*/
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	width: 100%;
	height: 100%;
	color: #333;
	letter-spacing: 0.03em;
    animation: fadeIn 2.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
	}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
	}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
	}
figure{	margin: 0;}
img{	max-width: 100%; vertical-align: middle;}
.clr{clear: both;}
a:link {
	color: #333;
	text-decoration:none;
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	cursor: pointer;
	}
a:visited {color: #333;}

#loading {
	height: 100%;
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	}
#loading img{
	width: 11%;
	}
	
#wrap::before,#wrap::after{
  position: fixed;
  z-index: 1;
  top: -15%;
  display: block;
  visibility: hidden;
  width: 50%;
  height: 130%;
  content: '';
  background-color: #1e1e1e;
}
#wrap::before{
  left: 0;
  animation : curtain_l 3s;
　-webkit-animation : curtain_l 3s;
}
#wrap::after{
  right: 0;
  animation : curtain_r 3s;
　-webkit-animation : curtain_r 3s;
}
@keyframes curtain_l{
  0%{visibility: visible;}
  20%{transform: rotate(0deg) translateX(0%); background-color: #1e1e1e;}
  60%{transform: rotate(6deg) translateX(-50%);}
  80%{opacity: 1;}
  100%{transform: rotate(0deg) translateX(-100%); opacity:0; visibility: hidden;}
  }
@-webkit-keyframes curtain_l{
  0%{visibility: visible;}
  20%{-webkit-transform: rotate(0deg) translateX(0%); background-color: #1e1e1e;}
  60%{-webkit-transform: rotate(6deg) translateX(-50%);}
  80%{opacity: 1;}
  100%{-webkit-transform: rotate(0deg) translateX(-100%); opacity:0; visibility: hidden;}
  }
@keyframes curtain_r{
  0%{ visibility: visible;}
  20%{transform: rotate(0deg) translateX(0%); background-color: #1e1e1e;}
  60%{transform: rotate(-6deg) translateX(50%);}
  80%{opacity: 1;}
  100%{transform: rotate(0deg) translateX(100%); opacity:0; visibility: hidden;}
  }
@-webkit-keyframes curtain_r{
  0%{visibility: visible;}
  20%{-webkit-transform: rotate(0deg) translateX(0%); background-color: #1e1e1e;}
  60%{-webkit-transform: rotate(-6deg) translateX(50%);}
  80%{opacity: 1;}
  100%{-webkit-transform: rotate(0deg) translateX(100%); opacity:0; visibility: hidden;}
  }

/*--- Main Layout -----------------------------------*/
article {
	}
.wrap{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto 0em;
	background: #fff;

	background:#FFF;
	/* background:url('../images/fig_blue1.webp') 50% 0% #FFF; */
	background-size:1600px auto;
	background-attachment: fixed;

	}
.main_layout{
	padding-right: 10px !important;
	padding-left: 10px !important;

	}
/*--- Main Visual -----------------------------------*/
.visual {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	aspect-ratio: 1600/990;
	
	}
.visual .logo {
    position: absolute;
    top: 20%;
    /* left: 50%; */
	/* transform:translate(-50%, -50%) !important; */
    width: 100%;
	text-align: center;
	/* max-width:700px; */
	
    /* position: absolute;
    top: 50%;
    left: 50%;
	transform:translate(-50%, -50%) !important;
    width: 48%;
	max-width:700px; */
	}
.visual .ttl {
    position: absolute;
    top: 49vw;
    left: 5vw;
    /*transform: translate(-50%,-50%);*/
    color: #fff;
	}
.visual .ttl h1 {
    font-family: Helvetica Neue, HelveticaNeue, sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.3em;
    letter-spacing: 0.05em;
	}
.visual .ttl h1 span {
    font-weight: 500;
    font-size: 3.2rem;
	}
.visual .ttl .tx1{
    margin: 0.3em 0 0;
    font-size: 0.95rem;
    line-height:2em;
	 letter-spacing: 0em;
	}
.fade1 {
	animation-name: fade1;
	animation-delay: 2.0s;
	animation-duration: 1.0s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	-ms-filter: blur(20px);
	filter: blur(20px);
	}
@keyframes fade1 {
	0% {opacity: 0;  filter: blur(0px); transform: scale(1.1);}
	100% {opacity: 1; filter: blur(0px); transform: scale(1);}
	}
@-webkit-keyframes fade1 {
	0% {opacity: 0;  filter: blur(0px); transform: scale(1.1);}
	100% {opacity: 1; filter: blur(0px); transform: scale(1);}
	}
	
/*--- Leed -----------------------------------*/
.leed{
	position: relative;
    width: 90%;
    margin: 0 auto;
	text-align: center;
	max-width:1140px;
	padding:80px 20px;
	background:#FFF;
	}
.leed h2 {
	font-family: Ryumin Medium KL, Times,Times New Roman, serif;
	margin: 0 auto 0;
	font-size: 3.75rem;
	font-weight: 600;
	letter-spacing:0;
	line-height: 1.4em;
	width: 80%;
	color: #0f304c;
	}
.leed .day{
	margin: 60px auto 0;
    font-size: 1.25rem;
    font-weight: bold;
		line-height:1;
    color: #0f304c;
    text-align: center;
    border-radius: 50px;
		display:flex;
		justify-content:center;
		align-items:center;
	}
.leed .day::before,
.leed .day::after {
	content:'';
	width:80px;
	height:1px;
	background:#0f304c;
}
.leed .day::before {
	margin-right:20px;
}
.leed .day::after {
	margin-left:20px;
}
.leed .tx2{
	font-family: Ryumin Medium KL, Times,Times New Roman, serif;
    margin: 2em 0 0;
    font-size: 1.5rem;
    line-height: 1.5;
	 font-weight: bold;
	}
.leed .tx1{
	margin: 4em auto;
	width: 400px;
	min-width:400px;
	}

/*--- Layout Box -----------------------------------*/
.box_product.product{
    position: relative;
	margin: 8em auto 15em;
	padding: 0 15%;
	}
.box_product.product .flex {
	flex-wrap: wrap;
    gap: 4em;
    }
.box_product.product .flex .fig {
    width: 60% !important;
	}

.box{
    position: relative;
	margin: 11em auto;
	padding: 0 7%;
	}
.box.flex{
	display: flex;
    flex-wrap: wrap;
	align-items: center;
    justify-content: center;
    gap: 3em;
    }
.box.flex .fig1{
	width: 55%;
    }
.box.flex .fig2{
	margin: 0 auto;
	width: 30%;
    }
.box h3 {
    margin: 1em 0 0;
	font-size: 2.7rem;
	font-weight: 600;
	line-height: 1.3em;
	letter-spacing: 0.01em;
	}	
.box .tx1 {
	font-family: Hiragino Sans, Hiragino Kaku Gothic ProN, Aria, Yu Gothic, Meiryo, sans-serif;
    margin: 1.9em 0 0;
    font-size: 1.1rem;
    font-weight: 500;
	line-height: 1.7em;
	letter-spacing: 0.07em;
	}
.is-reverse{
	-webkit-box-orient: horizontal;
    flex-direction: row-reverse;
	}
	

/*--- Text -----------------------------------*/	
.tx2{
	margin: 2em auto 1em;
    font-size: 0.9rem;
    line-height: 1.8em;
	text-align: center;
	}
.tx3{
	margin: 1em auto 1em;
    font-size: 0.9rem;
    line-height: 1.8em;
	}
.tx4{
	margin: 1em auto 1em;
    font-size: 0.7rem;
    line-height: 1.8em;
	}
	
/*--- Parts --------------------------------------*/
 hr{
	margin: 7em auto 7em;
	border-top: 1px solid #eaeaea;
	width: 88%;
	max-width: 1400px;
	}
.v-t {
	position: fixed;
    left: 23px;
    top: 34%;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    z-index: 100;
    font-size: 0.75rem;
	letter-spacing: 0.05em;
	}


/*--- footer Product -----------------------------------*/
.product{
	position: relative;
	margin: 30px auto 0em;
	padding: 100px 2%;
	background:#FFF;
	}
.product .re-ttl{
	font-family: Ryumin Medium KL, Times,Times New Roman, serif;
	/*font-family: Helvetica Neue, Arial, Lucida Grande, sans-serif;*/
	margin:  -0.2em auto 1em;
    font-size: 1.5rem;
	line-height: 1.0em;
    font-weight: 300;
    letter-spacing: 0.03em;
    display: block;
	text-align: center;
	}
.product .re-ttl span{
	margin: 0.0em auto 0em;
    font-size: 4.4rem;
    font-weight: bold;
    letter-spacing: 0.00em;
	display: block;
	line-height: 1.3em;
	color: #333;
	}
.product .re-day {
	font-family: Ryumin Medium KL, Times,Times New Roman, serif;
	margin: 1em auto 4em;
    font-size: 1.1em;
    font-weight: bold;
	line-height: 1.6em;
    letter-spacing: 0.05em;
	display: block;
	text-align: center;
	}
.product .flex{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: center;
    justify-content: center;
    gap: 2em;
    }
.product .flex .fig{
	margin: 2em 0;
	width: 29%;
	display: inline-block;
    }
.product .flex h3 {
	font-family: Helvetica, Helvetica Neue, Arial, Lucida Grande, sans-serif;
    margin: 1em 0 0;
    font-size: 1.2rem;
    font-weight: 600;
	line-height: 1.4em;
	}	
.product .flex .tx{
	font-family: Helvetica, Helvetica Neue, Arial, Lucida Grande, sans-serif;
	margin: 0.2em 0 0;
    font-size: 1.2rem;
    line-height: 1.3em;
	}
.product .flex .si{
	font-family: Helvetica, Helvetica Neue, Arial, Lucida Grande, sans-serif;
	margin: 0.7em 0 1em;
    font-size: 0.85rem;
	line-height: 1.3em;
	letter-spacing: 0.03em;
	}
	
/*--- footer -----------------------------------*/
.footer{
	position: relative;
	margin: 0 auto 0;
    /* background: #0f304c; */
	padding: 10.5em 0 11.5em;
	}
.footer .fig1{
	margin: 0 auto 0;
	width: 183px;
	}
.footer .copy{
	margin: 2.3em auto 0;
	text-align: center;
	color: #fff;
	font-size: 0.8rem;
	letter-spacing: 0.5em;
	line-height: 2.4em;
	}
.footer .copy a{
	display: block;
	font-size: 0.8rem;
	letter-spacing: 0.1em;
	color: #fff;
	}
	
/*--- Button -----------------------------------*/
.buybtn {
	font-family: Helvetica, Helvetica Neue, Arial, Lucida Grande, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	margin: 1.5em 0 0 0;
	position: relative;
	display: inline-block;
	}
.buybtn::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
	}
.buybtn:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
	}
	
.buybtn2 a {
	font-family: Helvetica, Helvetica Neue, Arial, Lucida Grande, sans-serif;
    position: relative;
	display: block;
    font-size: 0.65rem;
    font-weight: 500;
    margin: 1em auto;
    padding: 1.8em 0;
    border-radius: 50px;
	text-align: center;
	width: 100%;
	max-width: 141px;
	background: #000;
	color: #fff;
	transition-duration: 0.4s;
    transition-property: all;
	}
.buybtn2 a:hover {
    color: #000;
    background-color: #e5e5e5;
	}
.buybtn2 a:after {
	position: relative;
    display: inline-block;
    top: 0px;
    right: 0px;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/window_ic.png);
    background-size: contain;
    vertical-align: middle;
    margin: -3px 0 0 3px;
	}
.buybtn2 a:hover:after {
	filter: invert();
	transition-duration: 0.4s;
    transition-property: all;
	}
	
.buybtn3 a {
	display:block;
	position: relative;
	margin: 1em auto;
	padding: 1.7em 0;
	width: 240px;
	border: 1px solid #ccc;
	font-size: 0.75rem;
	font-weight: 300;
	background: #fff;
	color: #ccc;
	transition: all 0.5s;
	text-align: center;
	letter-spacing: 0.01em;
	}
.buybtn3 a:after {
	content: "";
	position: absolute;
	display: block;
	transition: all 0.5s;
	top: 50%;
	width: 8px;
	height: 20px;
	right: 40px;
	box-shadow: 1px -1px 0 #fff;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	transform: translateY(-50%) rotate(45deg) skewX(-45deg);
	}
.buybtn3 a:hover {
	border: 1px solid #000;
	background: #000;
	color: #fff;
	}
.buybtn3 a:hover:after {
	right: 40px;
	height: 25px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	}
	
.buybtn4 a {
	display:block;
	position: relative;
	margin: 1em auto;
	padding: 1.7em 0;
	width: 240px;
	border: 1px solid #000;
	font-size: 0.75rem;
	font-weight: 300;
	background: #fff;
	color: #000;
	transition: all 0.5s;
	text-align: center;
	letter-spacing: 0.01em;
	}
.buybtn4 a:after {
	content: "";
	position: absolute;
	display: block;
	transition: all 0.5s;
	top: 50%;
	width: 8px;
	height: 20px;
	right: 40px;
	box-shadow: 1px -1px 0 #fff;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	transform: translateY(-50%) rotate(45deg) skewX(-45deg);
	}
.buybtn4 a:hover {
	border: 1px solid #000;
	background: #000;
	color: #fff;
	}
.buybtn4 a:hover:after {
	right: 40px;
	height: 25px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	}
	
.buybtn_under {
	font-family: Helvetica, Helvetica Neue, Arial, Lucida Grande, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	margin: 1.5em 0 0 1em;
	position: relative;
	display: inline-block;
	}
.buybtn_under a{
	color: #fff;
	}
.buybtn_under::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
	}
.buybtn_under:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
	}
	
.btn {
    margin: 3em auto 0em;
	width: 87%;
	text-align: center;
	/*display: flex;
    justify-content: space-evenly;
	gap: 0em;*/
	}
.btn a {
	margin-bottom: 1em;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
	display: inline-block;
	max-width: 464px;
	width: 100%;
	border: 1px solid #000;
    padding: 3.5em 0;
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 0;
    text-align: center;
    transition-duration: 0.4s;
    transition-property: all;
    background: #fff;
	color: #000;
	}
.btn a:hover {
    color: #fff;
    background-color: #000;
	border: 1px solid #000;
	}
#pagetop {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 2;
	width: 32px;
	}
#pagetop a {
	padding: 0px 0;
	display: block;
	}
#pagetop a:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	}


/*------------------------------------------------------------------------------------------------------
-768px
------------------------------------------------------------------------------------------------------ */

@media screen and (min-width: 768px){   
  .pc { display:block; }
  .sp { display:none; }
	}
@media screen and (max-width: 768px){   
  .pc { display:none; }
  .sp { display:block; }
	}
	
@media only screen and (max-width: 768px) {
	#loading img{
	width: 28%;
	}
	article {
	padding: 0 0 0vw;
	}
	.wrap {
    width: 100%;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-left: auto;
    margin-right: auto;
		padding-top:60px;
	}
	
	/*--- Main Visual -----------------------------------*/
	.visual {
	position: relative;
	margin: 0em auto 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	aspect-ratio:unset;
	}
	.visual .logo {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    width: calc(100% - 60px);
    margin: 0 auto;
		transform:translate(0) !important;
	}
	.visual .ttl {
	position: absolute;
	top: 149vw;
	left: 7vw;
	/*transform: translate(-50%,-50%);*/
	color: #fff;
	}
	.visual .ttl h1 {
	font-size: 0.9rem;
	line-height: 1.3em;
	letter-spacing: 0.07em;
	}
	.visual .ttl h1 span {
    font-size: 2.3rem;
	}
	.visual .ttl .tx1{
	margin: 0.4em 0 1em;
	font-size: 0.7rem;
	line-height: 1.4em;
	letter-spacing: 0em;
	}
	
	/*--- sp Leed -----------------------------------*/
	.leed{
	position: relative;
    width: calc(100% - 50px);
    margin: 60px auto 0;
		padding-top:40px;
	text-align: center;
	border-radius:10px;
	box-sizing:border-box;

	}
	.leed h2 {
	margin: 0 auto 0;
	font-size: 1.75rem;
	letter-spacing: 0.0;
	line-height: 1.4em;
	width: 93%;
	}
	.leed .day{
	margin: 1.5em auto;
	padding: 0.5em 2.5em;
    font-size: 0.85rem;
		white-space:nowrap;
	}
	.leed .day::before,
	.leed .day::after{
		width:20px;
	}
	.leed .day::before {
		margin-right:5px;
	}
	.leed .day::after {
		margin-left:5px;
	}
	.leed .tx2{
    margin: 2em 0 0;
    font-size: 1.0rem;
    line-height: 1.8em;
	}
	.leed .tx1{
	margin: 3em auto;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	}

/*--- sp Layout Box -----------------------------------*/
	.box_product.product{
    position: relative;
	margin: 3em auto 4em;
	padding: 0 7%;
	}
	.box_product.product .flex {
	flex-wrap: nowrap;
	justify-content: space-between !important; 
    gap: 1em;
    }
	.box_product.product .flex .fig {
    width: 100% !important;
	}

	.box{
    position: relative;
	margin: 5em auto;
	padding: 0 7%;
	}
	.box.flex{
	display: flex;
    flex-wrap: wrap;
	align-items: center;
    justify-content: center;
    gap: 2em;
    }
	.box.flex .fig1{
	width: 100%;
    }
	.box.flex .fig2{
	margin: 0 auto;
	width: 83%;
    }
	.box h3 {
    margin: 0.5em 0 0;
    font-size: 1.8rem;
	line-height: 1.3em;
	}	
	.box h4 {
    margin: 0.5em 0 0;
    font-size: 1rem;
	}	
	.box .tx1 {
    margin: 1.8em 0 0;
    font-size: 0.9rem;
	line-height: 1.7em;
	letter-spacing: 0.03em;
	font-weight: 600;
	}
	.box .tx2 {
    margin: 2.3em 0 3.5em;
    font-size: 0.6rem;
	line-height: 1.6em;
	}
	
	
	/*--- footer Product -----------------------------------*/
	.product{
	position: relative;
	margin: 65px auto 0;
	padding: 60px 0 ;
	background:#FFF;
	}
	.product .re-ttl{
	margin:  0em auto 1em;
    font-size: 0.9rem;
	line-height: 0.8em;
    letter-spacing: 0.03em;
	}
	.product .re-ttl > img{
		width:150px;
	}
	.product .re-ttl span{
	margin: 0em auto 0em;
    font-size: 1.5rem;
    letter-spacing: 0.0em;
	}
	.product .re-ttl span strong{
		font-size:1.75rem;
	}
	.product .re-day {
	margin: 1.5em auto 2em;
    font-size: 0.875rem;
    letter-spacing: 0;
	}
	.product .flex{
    gap: 15px;
    }
	.product .flex .fig{
	margin: 1em 0;
	width: 43%;
	display: inline-block;
    }
	.product .flex h3 {
    margin: 1em 0 0;
    font-size: 0.8rem;
	line-height: 1.3em;
	}	
	.product .flex .tx{
	margin: 0.3em 0 0;
    font-size: 0.9rem;
    line-height: 1.3em;
	}
	.product .flex .si{
	margin: 0.4em 0 1.2em;
    font-size: 0.7rem;
	 line-height: 1.4em;
	letter-spacing: 0em;
	}


	/*--- Text -----------------------------------*/	
	.tx2{
	margin: 2em auto 1em;
    font-size: 0.9rem;
    line-height: 1.8em;
	text-align: center;
	}
	.tx3{
	margin: 1em auto 1em;
    font-size: 0.9rem;
    line-height: 1.8em;
	}
	
	/*--- Parts --------------------------------------*/
	 hr{
	margin: 3em auto 3em;
	border-top: 1px solid #eaeaea;
	width: 86%;
	}
	.v-t {
	position: fixed;
    left: 23px;
    top: 34%;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    z-index: 100;
    font-size: 0.75rem;
	letter-spacing: 0.05em;
	}
	
	
	/*--- buy botton -----------------------------------*/
	.buybtn2 a {
	font-size: 0.625rem;
	line-height:1;
	margin: 1em auto;
	padding: 13px 0;
	border: 1px solid #000;
	max-width: unset;
	width:95%;
	}
	.buybtn2 a:after {
    width: 7px;
    height: 7px;
    margin: -2px 0 0 3px;
	}
	
	.btn {
	margin: 1em auto 0em;
	/*display: flex;
	justify-content: space-evenly;
	gap: 0em;*/
	}
	.btn a {
	margin-bottom: 1em;
	max-width: 350px;
	width: 100%;
	padding: 2.5em 0;
	font-size: 0.7rem;
	letter-spacing: 0;
	}

	#pagetop {
	position: fixed;
	bottom: 20px;
    right: 20px;
    z-index: 2;
    width: 27px;
	}
	#pagetop a {
	padding: 0px 0;
	display: block;
	}
	#pagetop a:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	}
	
	/*--- sp Footer --------------------------------------*/
	.footer{
	position: relative;
	margin: 0 auto 0;
	padding: 6em 0 6em;
	}
	.footer .fig1{
	margin: 0 auto 0;
	width: 145px;
	}
	.footer .copy{
	margin: 1.5em auto 0;
	font-size: 0.6rem;
	line-height: 2.4em;
	letter-spacing: 0.4em;
	}
	.footer .copy a{
	display: block;
	font-size: 0.55rem;
	}
	
}/* --- SP end ---*/



/* --- animation -------------------------------------------*/
.amt-1{
	opacity: 0;
	-webkit-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transform: translate(0, 50px);
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	-ms-filter: blur(20px);
	filter: blur(20px);
	}
.amt-1.amt-delay{
	transition-delay: 0.7s;
	}
.amt-1.scrollin {
	opacity: 1;
	filter: blur(0px);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	}
	
.amt-2{
	opacity: 0;
	-webkit-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	transform: translate(0, 0px);
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
	-ms-filter: blur(0px);
	filter: blur(0px);
	}
.amt-2.amt-delay{
	transition-delay: 0.7s;
	}
.amt-2.scrollin {
	opacity: 1;
	filter: blur(0px);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	}

.amt-zoomin{
	overflow: hidden;
	}
.amt-zoomin img{
	-webkit-transition: all 700ms;
	transition: all 700ms;
	transform: scale(1.2);
	}
.amt-zoomin.amt-delay img{
	transition-delay: .7s;
	}
.amt-zoomin.scrollin img {
	transform: scale(1);
	}
	
.amt-cover{
	position: relative;
	width: 100%;
	height: 100%;
	}
.amt-cover:after{
    position: absolute;
	width: 100%;
    height: 100%;
    display: inline-block;
    background: #000;
    content: "";
    z-index: 100;
    left: 0;
    top: 0;
    -webkit-transition: 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left; 
	}
.amt-cover.scrollin:after{
	width: 0%;
	}

.amt-cover2{
	position: relative;
	width: 100%;
	height: 100%;
	}
.amt-cover2:after{
    position: absolute;
	width: 100%;
    height: 100%;
    display: inline-block;
    background: #cdd1d0;
    content: "";
    z-index: 100;
    left: 0;
    top: 0;
    -webkit-transition: 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left; 
	}
.amt-cover2.scrollin:after{
	width: 0%;
	}
	
	
/*---scroll pagination CSS ---------------*/
.pagination {
	position:fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.7em;
	z-index: 100;
	list-style: none;
	}
.pagination a {
	display:block;
	height: 15px;
	margin-bottom: 3px;
	color:#fff;
	position:relative;
	padding: 5px;
	}
.pagination a.active:after {
	box-shadow:inset 0 0 0 5px;
	}
.pagination a .hover-text {
	position:absolute;
	right: 4px;
	top: 6px;
	opacity:0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	padding-right: 15px;
	}
.pagination a:hover .hover-text {
	opacity: 1;
	}
.pagination a:after {
	-webkit-transition: box-shadow 0.5s ease;
	transition:box-shadow 0.5s ease;
	width: 8px;
	height: 8px;
	display: block;
	border:1px solid;
	border-radius:50%;
	content:"";
	position: absolute;
	margin:auto;
	top: 5px;
	right:3px;
	bottom:0;
	}
@media screen and (max-width:768px) { 
	.pagination a .hover-text{
	display: none;
	}
	.pagination {
	position:fixed;
	right: 10px;
	top: 54%;
	transform: translateY(-50%);
	}
	.pagination a {
	height: 10px;
	margin-bottom: 3px;
	padding: 5px;
	}
	.pagination a:after {
	width: 7px;
	height: 7px;
	top: 5px;
	right:3px;
	}
	}

	
.mb90 {margin-bottom: 90px;}
.mb1e {margin-bottom: 1em;}
.mb2e {margin-bottom: 2em;}
.mb3e {margin-bottom: 3em;}
.mb4e {margin-bottom: 4em;}
.mb5e {margin-bottom: 5em;}
.mb6e {margin-bottom: 6em;}
.mb7e {margin-bottom: 7em;}
.mb8e {margin-bottom: 8em;}
.mb9e {margin-bottom: 9em;}
.mb10e {margin-bottom: 10em;}
.mb11e {margin-bottom: 11em;}
.mb12e {margin-bottom: 12em;}
.mb13e {margin-bottom: 13em;}
.mb14e {margin-bottom: 14em;}
.mb15e {margin-bottom: 15em;}
.mb16e {margin-bottom: 16em;}
.mb17e {margin-bottom: 17em;}
.mb18e {margin-bottom: 18em;}
.mb19e {margin-bottom: 19em;}
.mb20e {margin-bottom: 20em;}
.mb21e {margin-bottom: 21em;}
.mb22e {margin-bottom: 22em;}
.mb23e {margin-bottom: 23em;}
.mb24e {margin-bottom: 24em;}
.mb25e {margin-bottom: 25em;}
.mb26e {margin-bottom: 26em;}
.mb27e {margin-bottom: 27em;}
.mb28e {margin-bottom: 28em;}
.mb29e {margin-bottom: 29em;}
.mb30e {margin-bottom: 30em;}
.mt3e {margin-top: 3em;}
.mt4e {margin-top: 4em;}
.mt5e {margin-top: 5em;}
.mt6e {margin-top: 6em;}
.mt7e {margin-top: 7em;}
.mt8e {margin-top: 8em;}
.mt9e {margin-top: 9em;}
.mt10e {margin-top: 10em;}
.mt11e {margin-top: 11em;}
.mt12e {margin-top: 12em;}
.mt13e {margin-top: 13em;}
.mt14e {margin-top: 14em;}
.mt15e {margin-top: 15em;}

.pt05e{padding-top: 0.5em;}
.pt1e{padding-top: 1em;}
.pt2e{padding-top: 2em;}
.pt3e{padding-top: 3em;}
.pt4e{padding-top: 4em;}
.pt5e{padding-top: 5em;}
.pt6e{padding-top: 6em;}
.pt7e{padding-top: 7em;}
.pt8e{padding-top: 8em;}
.pt9e{padding-top: 9em;}
.pt10e{padding-top: 10em;}
.pt11e{padding-top: 11em;}
.pt12e{padding-top: 12em;}
.pt13e{padding-top: 13em;}
.pt14e{padding-top: 14em;}
.pt15e{padding-top: 15em;}
.pt16e{padding-top: 16em;}
.pt17e{padding-top: 17em;}
.pt18e{padding-top: 18em;}
.pt19e{padding-top: 19em;}
.pt20e{padding-top: 20em;}
.pt21e{padding-top: 21em;}
.pt22e{padding-top: 22em;}
.pt23e{padding-top: 23em;}
.pt25e{padding-top: 25em;}
.pt27e{padding-top: 27em;}
.pt28e{padding-top: 28em;}
.pt30e{padding-top: 30em;}
.pt32e{padding-top: 32em;}
.pt33e{padding-top: 33em;}
.pt34e{padding-top: 34em;}
.pt35e{padding-top: 35em;}
.pt36e{padding-top: 36em;}
.pt37e{padding-top: 37em;}
.pt38e{padding-top: 38em;}
.pt39e{padding-top: 39em;}
.pt40e{padding-top: 40em;}
.pt41e{padding-top: 41em;}
.pt42e{padding-top: 42em;}
.pt43e{padding-top: 43em;}
.pt44e{padding-top: 44em;}
.pt45e{padding-top: 45em;}
.pt50e{padding-top: 50em;}

.pb1e{padding-bottom: 1em;}
.pb2e{padding-bottom: 2em;}
.pb3e{padding-bottom: 3em;}
.pb4e{padding-bottom: 4em;}
.pb5e{padding-bottom: 5em;}
.pb6e{padding-bottom: 6em;}
.pb7e{padding-bottom: 7em;}
.pb8e{padding-bottom: 8em;}
.pb9e{padding-bottom: 9em;}
.pb10e{padding-bottom: 10em;}
.pb11e{padding-bottom: 11em;}
.pb12e{padding-bottom: 12em;}
.pb13e{padding-bottom: 13em;}
.pb14e{padding-bottom: 14em;}
.pb15e{padding-bottom: 15em;}
.pb20e{padding-bottom: 20em;}
.pb22e{padding-bottom: 22em;}
.pb23e{padding-bottom: 23em;}
.pb24e{padding-bottom: 24em;}
.pb25e{padding-bottom: 25em;}
.pb27e{padding-bottom: 27em;}
.pb28e{padding-bottom: 28em;}
.pb30e{padding-bottom: 30em;}
.pb33e{padding-bottom: 33em;}
.pb35e{padding-bottom: 35em;}
.pb40e{padding-bottom: 40em;}
