#headerArea_inc {
	background-color: #ffffff;
	position: absolute;
	height: 44px;
	bottom:22px;
	z-index: 5;
}
#headerArea_inc .headerLeftBlock {
	float: left;
}
#headerMainBlock {
    padding-top: 8px;
    float: right;
}
#headerMainBlock > #searchBlock {
    position:inherit;
    right: inherit;
    top: inherit;
}
div#container {
	position: relative;
	    height: 100%;
    overflow: hidden;
}
div#contents {
    margin: 0;
}
#GlovalNavigation {
	position: absolute;
	top: 0;
	z-index: 12;
}
#GlovalNavigation #logo {
    left: 19px;
}
div#GlovalNavigation ul {
	width: auto;
    float: right;
	margin-left: 120px;
}
@media screen and (max-width: 1450px) {
	div#GlovalNavigation li {
			width: 23%;
		margin: 0 1%;
	}
}
#footerArea_inc {
	position: absolute;
	bottom: 0;
	z-index: 4;
	padding: 0;
}
/* parts */
.gotop {
	width: auto;
	position: fixed;
	right: 19px;
	bottom: 90px;
	z-index: 10;
}
.gotop a {
	border-radius: 50%;
    float: right;
    text-indent: -9999em;
    background: #fff url(../../common/images/ic_arw04.svg) 55% 50% no-repeat;
    background-size: 14px 26px;
    width: 46px;
    height: 46px;
    display: block;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.sec-stage {
	clear: both;
	position: relative;
    width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 1;
}
.sec-stage .txt {
	position: absolute;
	top: 50%;
	text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	z-index: 5;
}
.sec-stage .slide-image {
	position: absolute;
top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
overflow: hidden;}
.sec-stage .slide-image div {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    overflow: hidden;
	text-align: right;
	opacity: 0;
    -moz-transform: scale(1,1) ;
    -webkit-transform: scale(1,1) ;
    -o-transform: scale(1,1) ;
    -ms-transform: scale(1,1) ;
    transform: scale(1, 1) ;}
.sec-stage .slide-image img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;}

.sec-stage .slide-image div.active{
		z-index:-1;}
.sec-stage .slide-image div.js-fade {
	-moz-animation: slidefade 12s ease .2s 1 normal forwards;
	-webkit-animation: slidefade 12s ease .2s 1 normal forwards;
	-o-animation: slidefade 12s ease .2s 1 normal forwards;
	-ms-transform: slidefade 12s ease .2s 1 normal forwards;
    animation:slidefade 12s ease .2s 1 normal forwards;
}
@keyframes slidefade {
  0% {
    -moz-transform: scale(1,1) ;
    -webkit-transform: scale(1,1) ;
    -o-transform: scale(1,1) ;
    -ms-transform: scale(1,1) ;
    transform: scale(1, 1) ;
  }

  100% {
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
  }
}

.sec-stage h2 {
	font-size: 38px;
	text-align: center;
	line-height: 50px;
}
.sec-stage h2 small {
	font-size: 28px;
	line-height: 45px;
	display: block;
    background: url(../images/bg02.png) 50% 100% no-repeat;
	margin-bottom: 5px;
}
.sec-stage .lead {
    font-size: 18px !important;
	line-height: 30px;
    color: #000000 !important;
	font-weight: bold;
}
.sec-stage .link-txt li {
	margin-top: 33px;
}
.sec-stage .link-txt a {
    background: url(../images/bg03.png) 0% 100% no-repeat;
	width: 230px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
    font-size: 14px;
	line-height: 22px;
    color: #000000;
	font-weight: bold;
	padding: 0 0 0 34px;
	position: relative;
	text-decoration: none;
}
.sec-stage .link-txt a:hover {
	color:#e50013;
	background-image: url(../images/bg03_on.png);
}
.sec-stage .link-txt a:before {
    content: "";
    background: #e50013 url(../../common/images/ic_arw04_w.svg) 55% 50% no-repeat;
    background-size: 8px 14px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
	position: absolute;
	top: 17px;
	left: 0;
}
.sec-stage .btn-link {
	display: inline-block;
	margin: 35px auto 0;
}
.sec-stage .btn-link a {
display: block;
    font-size: 18px;
    line-height: 38px;
    background: #e50013;
    color: #ffffff;
    text-align: center;
    padding: 0 9px 0 13px;
    height: 36px;
}
.sec-stage .btn-link a:hover {
	background: #f599a1;
}
.sec-stage .btn-link a:after {
	content: "";
	background: url(../../common/images/ic_arw04_w.svg) 50% 50% no-repeat;
	background-size:9px 18px;
	width: 9px;
	height: 18px;
	display: inline-block;
	margin: 0 0 0 8px;
vertical-align: middle;
}
#video {
     position: fixed;
    z-index: -3;
}
#video video {
     position: absolute;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -3;
    left: 50%;
    transform: translate(-50%,0);
}
.masthead-overlay {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background: url(../images/bg01.png) 50% 0;
}

/* main */
#main .txt{
	position: absolute;
	width: 89.5%;
    left: 0;
    bottom: 40.44%;}
#main .txt img{
	width: 100%;
	height: auto;}
#main .banner{
    position: absolute;
    width: 35%;
    right: 2%;
    bottom: 2%;}
#main .banner img{
    width: 100%;
	height: auto;
}
/* tablet */
#tablet .txt{
	width: 40%;
  right: 0;
}
#tablet .link-img{
	width: 50.5%;
	list-style-type: none;
    z-index: 6;
    position: absolute;
    top: 0;
    bottom: 0px;
    margin: 0;
    left: 0;
}
#tablet .link-img img{
	width: auto;
	height: 100%;
}
#tablet .link-img li{
	display: block;
	height: 50%;
	position: relative;
}
#tablet .link-img li a{
	background: 100% 50% no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}
#tablet .link-img li a img{
	vertical-align: middle;
}
#tablet .link-img a .icon-link{
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
    background: rgba(255,255,255,.6);
	position: absolute;
	right: 0;
	opacity: 0;
	z-index: 2;
}
#tablet .link-img a .icon-link:after{
	content: "";
	width: 65px;
	height: 100%;
	display: block;
	background: url(../images/tablet_bg01.png) 0% 100% no-repeat;
	background-size: 100% 100%;
	position:absolute;
	top: 0;
	right: -65px;
	z-index: 5;
}
#tablet .link-img a:hover .icon-link{
	opacity: 1;
}
#tablet .link-img li a:before{
	content: "";
	width: 3.8%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
#tablet .link-img li a:after{
	content: "";
	width: 66px;
	height: 100%;
	display: block;
	background: 0% 100% no-repeat;
	background-size: 100% 100%;
	position:absolute;
	top: 0;
	right: -65px;
}
#tablet .link-img li:after {
    content: "";
    border-radius: 50%;
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #ffffff url(../../common/images/ic_arw04_r.svg) 50% 50% no-repeat;
    background-size: 9px 18px;
	margin: -2px 0 0 4px;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 88.7%;
	pointer-events: none;
}
#tablet .link-img li.link-tablet01 a {
	margin-right: 65px;
	background-image: url(../images/tablet_im01.jpg);
}
#tablet .link-img li.link-tablet01 a:after {
	background-image: url(../images/tablet_im01_bg.png);
}
#tablet .link-img li.link-tablet02 a {
	background-image: url(../images/tablet_im02.jpg);
}
#tablet .link-img li.link-tablet02 a:after {
	background-image: url(../images/tablet_im02_bg.png);
}
@media screen and (max-width: 1450px) {
	#tablet .link-img img{
		max-height: 400px
	}
}

@media screen and (max-width: 1400px) {
	#tablet .link-img img{
		max-height: 370px
	}
}
@media screen and (max-width: 1350px) {
	#tablet .link-img img{
		max-height: 340px
	}
}
@media screen and (max-width: 1250px) {
  #tablet .link-img{
    width: 55.5%;
  }
}
@media screen and (max-width: 1200px) {
  #tablet .link-img{
    width: 60.5%;
  }
}


/* drink */
#drink .txt{
	width: 48%;
  left: 0;
}
#drink .link-img{
	width: 50.5%;
	list-style-type: none;
    z-index: 6;
    position: absolute;
    top: 0;
    bottom: 0px;
    margin: 0;
    right: 0;
}
#drink .link-img img{
	width: auto;
	height: 100%;
}
#drink .link-img li{
	display: block;
	height: 50%;
	position: relative;
}
#drink .link-img a .icon-link{
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
    background: rgba(255,255,255,.6);
	position: absolute;
	left: 0;
	opacity: 0;
	z-index: 2;
}
#drink .link-img a .icon-link:before{
	content: "";
	width: 65px;
	height: 100%;
	display: block;
	background: url(../images/drink_bg01.png) 100% 50% no-repeat;
	background-size: 100% 100%;
	position:absolute;
	top: 0;
	left: -65px;
}
#drink .link-img a:hover .icon-link{
	opacity: 1;
}
#drink .link-img li a{
	background: 0 50% no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
}
#drink .link-img li a img{
	vertical-align: middle;
}
#drink .link-img li a:after{
	content: "";
	width: 3.8%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
#drink .link-img li a:before{
	content: "";
	width: 66px;
	height: 100%;
	display: block;
	background: 100% 50% no-repeat;
	background-size: 100% 100%;
	position:absolute;
	top: 0;
	left: -65px;
}
#drink .link-img li:after {
    content: "";
    border-radius: 50%;
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #ffffff url(../../common/images/ic_arw04_r.svg) 50% 50% no-repeat;
    background-size: 9px 18px;
	margin: -2px 0 0 4px;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	right: 66px;
	pointer-events: none;
}
#drink .link-img li.link-drink01 a {
	margin-left: 65px;
	background-image: url(../images/drink_im01.jpg);
}
#drink .link-img li.link-drink01 a:before {
	background-image: url(../images/drink_im01_bg.png);
}
#drink .link-img li.link-drink02 a {
	background-image: url(../images/drink_im02.jpg);
}
#drink .link-img li.link-drink02 a:before {
	background-image: url(../images/drink_im02_bg.png);
}
@media screen and (max-width: 1450px) {
	#drink .link-img img{
	max-height: 400px
	}
}
@media screen and (max-width: 1400px) {
	#drink .link-img img{
	max-height: 370px
	}
}
@media screen and (max-width: 1350px) {
	#drink .link-img img{
	max-height: 340px
	}
}

/* tired */
#tired {
	background-color: #ffffff;
}
#tired .title {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 76%;
    height: 100%;
    overflow: hidden;
	background: url(../images/tired_bg01.png) 0% 50% no-repeat;
	background-size: cover;
	text-align: center;
}
#tired .title .txt{
	width: 100%;
    height: 100%;
}
#tired .title .txt .img{
	width: 92.3%;
	margin-left: 7.7%;
	position:absolute;
	bottom: 0;
	text-align: center;
}
#tired .title .txt .img img{
	width: 100%;
	height: auto;
}
#tired .title h2 {
	top: 74px;
	top: 11%;
	margin-left: 7.7%;
	font-size: 42px;
	line-height: 1.42;
	position: relative;
	z-index: 6;
}
#tired > .txt{
    left: 3.3%;}
#tired .slide-image {
    left: 0;
    width: 36%;
}
#tired .masthead-overlay {
	background-image: url(../images/bg01_2.png);
	z-index: 1;
}
@media screen and (max-height: 600px) {
	#tired .title .txt .img img{
		width: auto;
		height: 90%;
	}
	#tired .title h2 {
			top: 5%;
			font-size: 38px;
	}
}

/* alinamin */
#alinamin {
	background-color: #ffffff;
}
#alinamin .title {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 72%;
    height: 100%;
    overflow: hidden;
	color: #ffffff;
	background: url(../images/alinamin_bg.png) 100% 50% no-repeat;
	background-size: cover;
	text-align: center;
}
#alinamin .title .txt{
	width: 90%;
}
#alinamin .title .img{
	text-align: center;
	margin: 50px 9.5% 0;
}
#alinamin .title .img img{
	width: 100%;
	height: auto;
}
#alinamin .title h2 {
	font-size: 38px;
}
#alinamin > .txt{
	width: 33.8%;
    right: 0;}
#alinamin .slide-image {
    right: 0;
    width: 40%;
}
#alinamin .link-txt {
	margin-left: 20px;
}
#alinamin .link-txt li{
	margin-top: 35px;
}
#alinamin .link-txt li:nth-child(2) {
	margin-left: 18px;
}
#alinamin .link-txt li:nth-child(3) {
	margin-left: 36px;
}
#alinamin .link-txt li:nth-child(4) {
	margin-left: 54px;
}
#alinamin .masthead-overlay {
	background-image: url(../images/bg01_2.png);
	z-index: 1;
}


/* lineup */
#lineup .btn-link{
    position: absolute;
    bottom: 90px;
	left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
	background: #ffffff;
}
#lineup .btn-link a {
    height: 40px;
    line-height: 42px;
	background: #ffffff;
	color: #000000;
}
#lineup .btn-link a:hover {
	opacity: .6;
}
#lineup .btn-link a:after {
	background-image: url(../../common/images/ic_arw04_r.svg);
}


/* topStageNav */
#topStageNav {
	position: fixed;
	top: 50%;
	right: 16px;
	width: 23px;
	height: 155px;
	margin-top: -77.5px;
	z-index: 20;
}
#topStageNav li {
	position: relative;
	padding-bottom: 10px;
}
#topStageNav li:last-child {
	padding-bottom: 0;
}

#topStageNav li:last-child:after {
	content: none;
}

#topStageNav a {
	display: block;
	position: relative;
	width: 22px;
	height: 22px;
	background: #ffffff;
	border-radius: 11px;
}

#topStageNav span {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background-color: #000000;
	text-indent: -9999px;
	overflow: hidden;
	transition: background-color .2s linear;
}

#topStageNav a:hover span,
#topStageNav a:active span,
#topStageNav a.stage-current span {
	background-color: #e50013;
}

#topStageNav a.stage-current:before,
#topStageNav a.stage-current:after {
	content: none;
}

/* pageDown */
.pageDown a {
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    text-indent: -9999px;
    background-color: #000000;
    overflow: hidden;
    transition: background-color .2s linear;
	position: absolute;
	left: 50%;
	bottom:11px;
	margin-left: -26px;
}

.pageDown a:after {
	content: "";
	position: absolute;
	display: block;
	width: 21px;
	height: 21px;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	left: 15px;
	top: 11px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* parallax */
#tablet .link-img li{
  opacity: 0;
  left:-50%;
}
#tablet .link-img li:not(:target) {
  	opacity: 1\9;
    left: 0\9;
}
@media all and (-ms-high-contrast: none) {
		#tablet .link-img li:not(:target) {
				opacity: 0;
				left:-50%;
    }
}
#tablet .link-img.parallax-on li:nth-child(1){
	-moz-animation: anime1 .3s ease .1s 1 normal forwards;
	-webkit-animation: anime1 .3s ease .1s 1 normal forwards;
	-o-animation: anime1 .3s ease .1s 1 normal forwards;
	-ms-transform: anime1 .3s ease .1s 1 normal forwards;
    animation:anime1 .3s ease .1s 1 normal forwards;}
#tablet .link-img.parallax-on li:nth-child(2){
	-moz-animation: anime1 .3s ease .2s 1 normal forwards;
	-webkit-animation: anime1 .3s ease .2s 1 normal forwards;
	-o-animation: anime1 .3s ease .2s 1 normal forwards;
	-ms-transform: anime1 .3s ease .2s 1 normal forwards;
    animation:anime1 .3s ease .2s 1 normal forwards;}
#tablet .link-img.parallax-on li:nth-child(3){
	-moz-animation: anime1 .3s ease .3s 1 normal forwards;
	-webkit-animation: anime1 .3s ease .3s 1 normal forwards;
	-o-animation: anime1 .3s ease .3s 1 normal forwards;
	-ms-transform: anime1 .3s ease .3s 1 normal forwards;
    animation:anime1 .3s ease .3s 1 normal forwards;}
#tablet .link-img.parallax-on li:nth-child(4){
	-moz-animation: anime1 .3s ease .4s 1 normal forwards;
	-webkit-animation: anime1 .3s ease .4s 1 normal forwards;
	-o-animation: anime1 .3s ease .4s 1 normal forwards;
	-ms-transform: anime1 .3s ease .4s 1 normal forwards;
    animation:anime1 .3s ease .4s 1 normal forwards;}
@keyframes anime1 {
  0% {
    left:-50%;
  }

  100% {
    opacity: 1;
    left:0%;
  }
}

#drink .link-img li{
    opacity: 0;
    right:-50%;
}
#drink .link-img li:not(:target) {
  	opacity: 1\9;
    right: 0\9;
}
@media all and (-ms-high-contrast: none) {
		#drink .link-img li:not(:target) {
				opacity: 0;
				right:-50%;
    }
}
#drink .link-img.parallax-on li:nth-child(1){
	-moz-animation: anime2 .3s ease .1s 1 normal forwards;
	-webkit-animation: anime2 .3s ease .1s 1 normal forwards;
	-o-animation: anime2 .3s ease .1s 1 normal forwards;
	-ms-transform: anime2 .3s ease .1s 1 normal forwards;
    animation:anime2 .3s ease .1s 1 normal forwards;}
#drink .link-img.parallax-on li:nth-child(2){
	-moz-animation: anime2 .3s ease .2s 1 normal forwards;
	-webkit-animation: anime2 .3s ease .2s 1 normal forwards;
	-o-animation: anime2 .3s ease .2s 1 normal forwards;
	-ms-transform: anime2 .3s ease .2s 1 normal forwards;
    animation:anime2 .3s ease .2s 1 normal forwards;}

@keyframes anime2 {
  0% {
    right:-50%;
  }

  100% {
    opacity: 1;
    right:0%;
  }
}
#tired .title h2,
#alinamin .title h2{
    opacity: 0;
		opacity: 1¥9;
		*opacity: 1;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
#tired .title h2:not(:target),
#alinamin .title h2:not(:target) {
  opacity: 1\9;
}
@media all and (-ms-high-contrast: none) {
		#tired .title h2:not(:target),
		#alinamin .title h2:not(:target) {
        opacity: 0;
    }
}
#tired .title.parallax-on h2,
#alinamin .title.parallax-on h2{
	-moz-animation: anime3 .3s ease .2s 1 normal forwards;
	-webkit-animation: anime3 .3s ease .2s 1 normal forwards;
	-o-animation: anime3 .3s ease .2s 1 normal forwards;
	-ms-transform: anime3 .3s ease .2s 1 normal forwards;
    animation:anime3 .3s ease .2s 1 normal forwards;}

@keyframes anime3 {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
		    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
		    opacity: 1;
  }
}