@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: 16px;
  line-height: 180%;
}

a {
  text-decoration: none;
}

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

img {
  vertical-align: bottom;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
	font-size: 0;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

.sp_none {display: none;}
.w100 {width: 100%;}
.ta-c {text-align: center;}
.ta-l {text-align: left;}
.f-notoserif {font-family: "Noto Serif JP", "Roboto", serif !important;}


.head_text {
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
}

.testdata_h3_01 {
	padding: 10px 0;
	color: #ffdb59;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	background: #222;
}
.testdata_h3_02 {
	padding: 10px 0;
	color: #ffdb59;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	background: #222;
}
.testdata_h3_03 {
	padding: 10px 0;
	color: #ffdb59;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	background: #222;
}

.testdata_caution {
	font-size: 16px;
}




.saiyou {
	padding: 60px 10px;
	background: #E4E4E4;
	background: linear-gradient(90deg,rgba(228, 228, 228, 1) 0%, rgba(248, 248, 248, 1) 50%, rgba(228, 228, 228, 1) 100%);
}
.saiyou h3 {
	margin-bottom: 30px;
	padding: 10px 0;
	border-top: 3px double #222;
	border-bottom: 3px double #222;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-family: "Noto Serif JP", "Roboto", serif !important;
	letter-spacing: 4px;
}

#container {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

#container #main_wrap img {
	width: 100%;
}

#contents {
	margin: 30px auto 50px;
	width: 100%;
}

#contents .main_pos04 {
	margin: 20px 10px 60px;
/*	margin-top: 20px;*/
/*	margin-bottom: 60px;*/
	color: #fff;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: -1px;
}

#contents .main_pos04 span {
	color: #ffff00;
	font-size: 22px;
}

#contents h2 {
	margin-bottom: 20px;
	color: #e0c85d;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
#contents h2 span {
	font-size: 14px;
	font-weight: normal;
}
#contents h2 img {
	margin-bottom: 10px;
}

.sonicboom01 {
	
}

.sonicboom02 {
	margin-bottom: 70px;
}

.sonicboom02 h3 {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 22px;
	font-weight: bold;
	color: #e0c85d;
}


.contents0304_ttl {
	margin: 0 auto 0;
	width: 100%;
	padding: 30px 0 10px;
	text-align: center;
	color: #000!important;
	background: rgb(255,228,114);
	background: -webkit-linear-gradient(left, rgba(255,228,114,1) 0%, rgba(253,252,181,1) 50%, rgba(255,228,114,1) 100%);
	background: -o-linear-gradient(left, rgba(255,228,114,1) 0%, rgba(253,252,181,1) 50%, rgba(255,228,114,1) 100%);
	background: linear-gradient(to right, rgba(255,228,114,1) 0%, rgba(253,252,181,1) 50%, rgba(255,228,114,1) 100%);
}


/*
#contents h2:before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	height: 0;
	width: 100%;
	border-bottom: 2px solid #e4007f;
}
*/
/*

#contents h2:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 0;
	width: 100%;
	border-bottom: 2px solid #e4007f;
}
*/

#contents .feature01 {
	margin-bottom: 70px;
}



#contents .feature01 p {
	margin: 0 10px 15px;
}

#contents .feature01 .feature01_img {
	margin: 0 10px;
}

#contents .feature01 .feature01_img img {
	width: 100%;
}

#contents .feature01 .feature02_img {
	margin: 0 10px;
}

#contents .feature01 .feature02_img img {
	width: 100%;
}

#contents .feature01 .feature03_img {
	margin: 0 10px 20px;
}

#contents .feature01 .feature03_img img {
	width: 100%;
}

#contents .feature01 .feature04_img {
	margin: 0 10px;
}

#contents .feature01 .feature04_img img {
	width: 100%;
}

#contents .feature01 .feature02_text {
/*	padding-top: 50px;*/
	margin-bottom: 40px;
/*	line-height: 2.2;*/
}

#contents .feature01 .feature02_text02 {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
/*	line-height: 1.8;*/
	color: #fff;
/*	letter-spacing: 2px;*/
}

#contents .feature01 .feature02_text02 span {
	font-size: 18px;
/*	position: relative;*/
/*	top: -1px;*/
}

#contents .feature01 .feature02_text02 span.yellow {
	font-size: 22px;
	color: #ff0;
}

#contents .feature01 .feature03_text02 {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
/*	line-height: 1.8;*/
	color: #fff;
/*	letter-spacing: 2px;*/
}

#contents .feature01 .feature03_text02 span {
	font-size: 18px;
/*	position: relative;*/
/*	top: -1px;*/
}
#contents .feature01 .feature03_text02 span.yellow {
	font-size: 22px;
	color: #ff0;
}

#chouka {
	margin: 0 auto;
	padding: 60px 0px 0px;
	width: 100%;
/*	background: #ff0;*/
	background: url(../img/dotted_bg02.png) repeat #ff0;
}

#chouka h2 {
	margin-bottom: 20px;
	color: #e4007f;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
/*	border-top: 8px dotted #e4007f;*/
/*	border-bottom: 8px dotted #e4007f;*/
	text-align: center;
	position: relative;
	letter-spacing: 2px;
	line-height: 1.3;
}

#chouka h2 span {
	font-size: 22px;
	position: relative;
	top: -2px;
}

#chouka p {
	margin: 0 auto 50px;
	width: 1024px;
	color: #222;
}





#movie {
	margin-bottom: 60px;
	padding: 60px 10px;
	width: 100%;
	box-sizing: border-box;
	background: #222;
}
#movie h2 {
	margin-bottom: 30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 3px;
	font-family: "Noto Serif JP", "Roboto", serif !important;
}
#movie .inner ul .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#movie .inner ul .youtube iframe {
  width: 100%;
  height: 100%;
}







#lineup {
  width: 100%;
  margin: 60px 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: 0 0 65px
}

#lineup .header h2 {
  width: 300px;
  height: 66px;
  margin: 0 auto;
  border-bottom: 5px solid #e0ba30;
	font-weight: 900;
	font-family: Roboto;
	font-size: 36px;
	text-align: center;
	letter-spacing: 3px;
	color: #222;
	line-height: 0.8;
}
#lineup .header h2 span {
	font-size: 18px;
	font-weight: 500;
}

.lineup_ttl {
	margin: 0 10px 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: 20px;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#lineup .item .img {
  position: absolute;
  top: 0;
  left: 10px;
  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: 200px;
  height: 14px;
  padding: 11px 0 12px;
  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: #fff;
  color: #222;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px)
}

#lineup .item.item_01 {
  height: 250px
}

#lineup .item.item_01 .inner {
  padding-top: 70px;
  padding-left: 230px
}

#lineup .item.item_01 h3 {
  font-size: 20px;
/*  line-height: 20px*/
}

#lineup .item.item_01 .img {
  width: 200px;
  height: 250px;
  background-image: url(../img/item_lineup_normal.png);
}

#lineup .item.item_02 {
/*  width: 50%;*/
  height: 250px
}

#lineup .item.item_02 .inner {
  padding-top: 50px;
  padding-left: 230px
}

#lineup .item.item_02 h3 {
  font-size: 20px;
/*  line-height: 20px*/
}

#lineup .item.item_02 .img {
  width: 200px;
  height: 250px;
  background-image: url(../img/item_lineup_harisu.png);
}

#lineup .item.item_03 {
/*  width: 540px;*/
  height: 250px
}

#lineup .item.item_03 .inner {
  padding-top: 50px;
  padding-left: 230px
}

#lineup .item.item_03 h3 {
  font-size: 20px;
/*  line-height: 20px*/
}

#lineup .item.item_03 .img {
  width: 200px;
  height: 250px;
/*  left: 60px;*/
  background-image: url(../img/item_lineup_shock.png);
}

#lineup .item.item_04 {
/*  width: 540px;*/
  height: 250px
}

#lineup .item.item_04 .inner {
  padding-top: 50px;
  padding-left: 230px
}

#lineup .item.item_04 h3 {
  font-size: 20px;
/*  line-height: 20px*/
}

#lineup .item.item_04 .img {
  width: 200px;
  height: 250px;
  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: 20px*/
}

#lineup .item.item_05 .img {
  width: 200px;
  height: 250px;
  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: 20px*/
}

#lineup .item.item_06 .img {
  width: 200px;
  height: 250px;
  background-image: url(../img/item_lineup_bass.png);
}



.line {
	border-top: 8px dotted #e4007f;
	position: relative;
	top: 5px;
}

.line:before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	height: 0;
	width: 100%;
	border-bottom: 2px solid #e4007f;
}

#footer {
	padding: 60px 0;
	width: 100%;
	margin: 0px auto;
	background: #f3f3f3;
	color: #222;
}

#footer .sns_btn_area_sp {
	margin-bottom: 30px;
	text-align: center;
}

#footer .sns_btn_area_sp ul li {
	display: inline-block;
	padding: 0 10px;
}

#footer .sns_btn_area_sp ul li a {
	width: 100%;
	height: 100%;
}

#footer .footer_btn {
	text-align: center;
}

#footer .footer_btn a {
	font-size: 13px;
	color: #222;
}

#footer .copy {
	text-align: center;
	font-size: 12px;
	color: #222;
}

.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 50px;}
.mt-60 {margin-top: 60px;}
.mt-70 {margin-top: 70px;}
.mt-80 {margin-top: 80px;}
.mt-90 {margin-top: 90px;}
.mt-100 {margin-top: 100px;}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.pd-lr10 {padding-left: 10px; padding-right: 10px;}
.pd-lr20 {padding-left: 20px; padding-right: 20px;}
.pd-lr30 {padding-left: 30px; padding-right: 30px;}
.overview01 {opacity: 0;}
.overview02 {opacity: 0;}
.overview03 {opacity: 0;}
.overview04 {opacity: 0;}
.overview05 {opacity: 0;}
.overview06 {opacity: 0;}
.overview07 {opacity: 0;}

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/



.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left{
animation :infinity-scroll-left 95s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(100vw / 2);
}
.d-demo__item > img{
   width: 100%;
}


.marker-bold {
	background: linear-gradient(transparent 85%, #ff0 85%);
/*	color: #ff0;*/
}




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

@-webkit-keyframes background_glow {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-moz-keyframes background_glow {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes background_glow {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

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