@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,700);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  background-color: #fff;
  color: #222222;
  font-family: "NotoSansJP", "Noto-Sans-JP", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 14px;
  line-height: 180%;
}

a {
  text-decoration: none;
}

p {
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.01em;
}



#main_wrap {
	height: 100vh;
	background: url(../img/catch_bg.png) no-repeat center center;
	background-size: cover;
	background-color: #fff;
}
#main_wrap .main {
	margin: 0 auto;
	width: 1280px;
	text-align: center;
}
#main_wrap .main img {
	width: 64%;
}
.main_pos01 {
	opacity: 0;
	padding-top: 70px;
}
.main_pos02 {
	opacity: 0;
	padding-top: 20px;
}
.main_pos03 {
	opacity: 0;
	padding-top: 300px;
}



.contents {
	margin: 100px 0 0 0;
}
.contents .inner {
  margin: 0 auto;
  width: 1280px;
}



.head_lineup {
	margin: 0 auto 60px;
	width: 1280px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start
}
.head_lineup .item {
/*	width: 193px;*/
	opacity: 0;
}
.head_lineup .item img {
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all 0.25s ease;
}
.head_lineup .item img:hover {
	opacity: 0.8;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px)
}
.head_text {
	margin-bottom: 100px;
	font-size: 32px;
	text-align: center;
	letter-spacing: 6px;
}



.feature {
	position: relative;
	height: 515px;
}
.feature h2 {
	position: absolute;
	top: 0;
	left: 0;
}
.feature .feature_pos01 {
	position: absolute;
	top: 144px;
	left: 0;
}
.feature .feature_pos02 {
	position: absolute;
	top: 150px;
	right: 0;
}




.testdata {
	margin-top: 0px;
	position: relative;
	height: 740px;
	background: url(../img/sec01_img03_bg.png?251031) no-repeat center center;
}
.testdata .testdata_pos01 {
	position: absolute;
	top: 354px;
	left: 688px;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
}
.testdata .testdata_pos02 {
	position: absolute;
	top: 463px;
	left: 268px;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
}
.testdata .testdata_pos03 {
	position: absolute;
	top: 273px;
	left: 35px;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
}





.saiyou {
	margin-top: 100px;
	height: 1288px;
	background: url(../img/sec02_bg.png) no-repeat center center;
}
.saiyou .saiyou_inner {
	margin: 0 auto;
  width: 1280px;
	position: relative;
}
.saiyou .saiyou_inner .saiyou_pos01 {
	position: absolute;
	top: 81px;
	left: 53px;
}
.saiyou .saiyou_inner .saiyou_pos02 {
	position: absolute;
	top: 363px;
	left: 453px;
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 10px;
}
.saiyou .saiyou_inner .saiyou_pos02 span,
.saiyou .saiyou_inner .saiyou_pos04 span {
	font-size: 58px;
}
.saiyou .saiyou_inner .saiyou_pos03 {
	position: absolute;
	top: 419px;
	left: 463px;
	font-size: 18px;
	line-height: 1.7;
	letter-spacing: 1px;
}
.saiyou .saiyou_inner .saiyou_pos03 span,
.saiyou .saiyou_inner .saiyou_pos05 span {
	position: relative;
	top: -5px;
	font-size: 11px;
	display: block;
	margin-top: 10px;
}
.saiyou .saiyou_inner .saiyou_pos04 {
	position: absolute;
	top: 738px;
	left: 646px;
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 5px;
}
.saiyou .saiyou_inner .saiyou_pos05 {
	position: absolute;
	top: 819px;
	left: 656px;
	font-size: 18px;
	line-height: 1.7;
	letter-spacing: 1px;
}
.saiyou .saiyou_inner .saiyou_pos06 {
	text-align: center;
	position: absolute;
	top: 792px;
	left: 647px;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 1px;
	color: #fff;
	background: #222;
	padding: 2px 10px 4px;
	width: 542px;
}


.movie {
  position: relative;
  width: 100%;
  height: 460px;
  background-color: #000;
  overflow: hidden;
	z-index: 3;
}
.movie .inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/movie_cover.png);
  z-index: 3;
}
.movie .inner .open_modal {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 380px;
  height: 16px;
  padding: 16px 0 18px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  font-weight: 900;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all 0.25s ease
}
.movie .inner .open_modal:hover {
  background-color: #fff;
  color: #000413;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px)
}
.movie #youtube_movie {
  position: absolute;
  width: 1920px;
  height: 1080px;
  top: 50%;
  left: 50%;
  margin: -540px 0 0 -960px;
  background-color: #999;
  z-index: 1;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  filter: blur(5px)
}



#modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99
}
#modal .inner {
  position: absolute;
  width: 960px;
  height: 540px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 5px;
  border: 8px solid rgba(255, 255, 255, 0.5);
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden
}
#modal .close {
  display: block;
  position: fixed;
  width: 26px;
  height: 26px;
  top: 30px;
  right: 30px;
  background-image: url(../img/modal_close.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: .2s ease all;
  -moz-transition: .2s ease all;
  -o-transition: .2s ease all;
  transition: 0.2s ease all
}
#modal .close:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px)
}



#lineup {
  width: 1280px;
  margin: 20px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
	position: relative;
	z-index: 4;
}
#lineup .header {
  width: 100%;
  height: 35px;
  padding: 65px 0
}
#lineup .header h2 {
  width: 300px;
  height: 66px;
  margin: 0 auto;
  border-bottom: 5px solid #e0ba30;
	font-weight: 900;
	font-size: 36px;
	font-family: Roboto;
	text-align: center;
	letter-spacing: 3px;
}
#lineup .header h2 span {
	font-size: 18px;
	font-weight: 500;
}
.lineup_ttl {
	margin-bottom: 30px;
	width: 100%;
	border: 1px solid #222;
	padding: 10px;
	font-size: 16px;
	font-weight: 700;
	display: block;
	border-radius: 3px;
	box-sizing: border-box;
	text-align: center;
}

#lineup .item {
	margin-bottom: 40px;
  position: relative;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
#lineup .item .img {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain
}
#lineup .item h3 {
	margin-bottom: 8px;
  font-size: 26px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0em
}
#lineup .item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px
}
#lineup .item a {
  display: block;
  width: 300px;
  height: 14px;
  padding: 20px 0 21px;
  margin-top: 15px;
  border: 1px solid #222;
  color: #222;
  font-size: 14px;
	font-weight: 900;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all 0.25s ease
}
#lineup .item a:hover {
  background-color: #222;
  color: #fff;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px)
}

#lineup .item.item_01 {
  height: 250px
}
#lineup .item.item_01 .inner {
  padding-top: 50px;
  padding-left: 230px
}
#lineup .item.item_01 h3 {
  font-size: 20px;
  line-height: 16px
}
#lineup .item.item_01 .img {
  width: 205px;
  height: 255px;
  background-image: url(../img/item_lineup_normal.png);
}

#lineup .item.item_02 {
  height: 250px
}
#lineup .item.item_02 .inner {
  padding-top: 50px;
  padding-left: 230px
}
#lineup .item.item_02 h3 {
  font-size: 20px;
  line-height: 16px
}
#lineup .item.item_02 .img {
  width: 205px;
  height: 255px;
  background-image: url(../img/item_lineup_harisu.png);
}

#lineup .item.item_03 {
  height: 250px
}
#lineup .item.item_03 .inner {
  padding-top: 50px;
  padding-left: 230px
}
#lineup .item.item_03 h3 {
  font-size: 20px;
  line-height: 16px
}
#lineup .item.item_03 .img {
  width: 205px;
  height: 255px;
  background-image: url(../img/item_lineup_shock.png);
}

#lineup .item.item_04 {
  height: 250px
}
#lineup .item.item_04 .inner {
  padding-top: 50px;
  padding-left: 230px
}
#lineup .item.item_04 h3 {
  font-size: 20px;
  line-height: 16px
}
#lineup .item.item_04 .img {
  width: 205px;
  height: 255px;
  background-image: url(../img/item_lineup_eging.png);
}

#lineup .item.item_05 {
  height: 250px
}
#lineup .item.item_05 .inner {
  padding-top: 50px;
  padding-left: 230px
}
#lineup .item.item_05 h3 {
  font-size: 20px;
  line-height: 16px
}
#lineup .item.item_05 .img {
  width: 205px;
  height: 255px;
  background-image: url(../img/item_lineup_aging.png);
}

#lineup .item.item_06 {
  height: 250px
}
#lineup .item.item_06 .inner {
  padding-top: 50px;
  padding-left: 230px
}
#lineup .item.item_06 h3 {
  font-size: 20px;
  line-height: 16px
}
#lineup .item.item_06 .img {
  width: 205px;
  height: 255px;
  background-image: url(../img/item_lineup_bass.png);
}

























#footer {
	margin-top: 60px;
  padding: 30px 0 5px;
  width: 100%;
  background-color: #f3f3f3;
}
#footer .inner {
  margin: 0 auto;
  width: 1280px;
	text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start
}
#footer .inner .footer_logo {
	width: 300px;
}
#footer .inner .footer_logo img {
	width: 300px;
}
#footer .inner .copy {
	margin-left: auto;
	padding-top: 30px;
	color: #222;
	font-family: Roboto;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0.1em;
}
.footer_logo a img{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footer_logo a img:hover{
	opacity: 0.5;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}







.sns_area {
	position: fixed;
	text-align: center;
	top: 50%;
	right: -100px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 3;
	filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.2));
}
.sns_area ul li {
	margin-bottom: 30px;
}
.sns_area ul li:last-child {
	margin-bottom: 0;
}
.sns_area ul li a {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.sns_area ul li a:hover {
	opacity: 0.7;
}






#logofix {
	position: fixed;
	width: 270px;
	height: 30px;
	top: 10px;
	left: 15px;
	background-image: url(../img/logofix.png);
	z-index: 99;
	font-size: 0;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#logofix.active {
	opacity: 1;
}
#logofix:hover {
	opacity: 0.5;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}



#pagetop {
	position: fixed;
	width: 80px;
	height: 80px;
	bottom: 30px;
	right: 15px;
	background-image: url(../img/btn_pagetop.png);
	z-index: 99;
	font-size: 0;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-animation: flow_5p 5s ease 0s infinite normal;
	-moz-animation: flow_5p 5s ease 0s infinite normal;
	animation: flow_5p 5s ease 0s infinite normal;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}
#pagetop.active {
	opacity: 1;
}
#pagetop:hover {
	opacity: 0.5;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

















#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 102;
}
#loading .inner {
  position: absolute;
  width: 500px;
  height: 166px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#loading .inner .progress {
  width: 0%;
  opacity: 0.5;
  height: 166px;
  background-image: url(../img/splash_logo.png);
  background-position: 0 0;
}



.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
	font-size: 0;
}
* html .clearfix {
  height: 1%;
}
.clearfix {display: block;}



.overview01 {opacity: 0;}
.overview02 {opacity: 0;}
.overview03 {opacity: 0;}
.overview04 {opacity: 0;}
.overview05 {opacity: 0;}
.overview06 {opacity: 0;}
.overview07 {opacity: 0;}

.pc_none{display: none;}
.no-js #loading {display: none;}
.f-notoserif {font-family: "Noto Serif JP", "Roboto", serif !important;}



@-webkit-keyframes flow_5p {
  0% {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  50% {
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}

@-moz-keyframes flow_5p {
  0% {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  50% {
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}

@keyframes flow_5p {
  0% {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  50% {
    -webkit-transform: translateY(5%);
    -moz-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}

/*# sourceMappingURL=style.css.map */