@charset "UTF-8";
/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#ee7800;
 /* background: url("../images/bgbg.jpg") fixed;
    background-size: cover;
    background-position: center;
    backdrop-filter: brightness(0.8);*/

}


.scroll_btn {
position: fixed;
bottom: 40px;
right: 20px;
font-size: 77%;
z-index: 500;
display: none;
}
.scroll_btn a {
background: #000;
box-sizing:border-box;
text-decoration: none;
color: #fff;
width: 35px;
height: 35px;
padding: 5px 0px 0px 0px;
text-align: center;
display: block;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;

-moz-animation-name: sc1;
-moz-animation-duration: 2s;
-moz-animation-timing-function: ease;
-moz-animation-iteration-count: infinite;
-moz-animation-delay: -2s;

-webkit-animation-name: sc1;
-webkit-animation-duration: 2s;
-webkit-animation-timing-function: ease;
-webkit-animation-iteration-count: infinite;
-webkit-animation-delay: -2s;

-o-animation-name: sc1;
-o-animation-duration: 2s;
-o-animation-timing-function: ease;
-o-animation-iteration-count: infinite;
-o-animation-delay: -2s;

-ms-animation-name: sc1;
-ms-animation-duration: 2s;
-ms-animation-timing-function: ease;
-ms-animation-iteration-count: infinite;
-ms-animation-delay: -2s;

}
.scroll_btn a:link {
color: #fff;

}

.scroll_btn a:hover {
color: #fff;
background-color: #000;
}
@-moz-keyframes sc1 {
0% { opacity:1;}
50% { opacity:0.2;}
100% { opacity::1;}
}

@-webkit-keyframes sc1 {
0% { opacity:1;}
50% { opacity:0.2;}
100% { opacity::1;}
}

@-o-keyframes sc1 {
0% { opacity:1;}
50% { opacity:0.2;}
100% { opacity::1;}
}

@-ms-keyframes sc1 {
0% { opacity:1;}
50% { opacity:0.2;}
100% { opacity::1;}
}

a:link {
	color:#000;

}
a:visited {
	color:#000;
}

a:hover {
	color:#DB0003;
	text-decoration:none;
		transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transform: all 0.4s ease;
-ms-transform: all 0.4s ease;
-o-transform: all 0.4s ease;
cursor: pointer;
}


img a:hover {
	background-color: transparent;
}
a img {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transform: all 0.4s ease;
	-ms-transform: all 0.4s ease;
	-o-transform: all 0.4s ease;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.sp_only {
	display: block;
}
.pc_only {
	display: none;
}

#wrap {
	width:100%;
	margin:0px auto;
	line-height:1.8;
	font-size:0.9em;
	word-break:normal;
	box-sizing:border-box;
	word-wrap:break-word;
}

#roop {
  width: 100%;
  height: 1000px;
  background: url("../images/bg.png") repeat-x;
  background-position: 0 0;
  -webkit-animation: bgroop 20s linear infinite;
  animation: bgroop 20s linear infinite;
  position: fixed;
  z-index: -99999;
  top: 0;
}
#roop2 {
  width: 100%;
  height: 1000px;
  background: url("../images/bg2.png") repeat-x;
  background-position: 0 0;
  -webkit-animation: bgroop 15s linear infinite;
  animation: bgroop 15s linear infinite;
  position: fixed;
  z-index: -99999;
  top: 0;
}
@-webkit-keyframes bgroop {
  from {
    background-position: -0px 0;
  }
  to {
    background-position: -1956px 0;
  }
}
@keyframes bgroop {
  from {
    background-position: 0px 0;
  }
  to {
    background-position: -1956px 0;
  }
}
/***/

.main_img {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
}

.small_txt {
	font-size: 1.1rem;
}

.catch {
	margin:20px auto;
	width:100%;
	max-width:1000px;
	text-align:center;
	line-height:160%;
	padding:0px 10px;
	box-sizing:border-box;

}

.guestm{
	padding:10px;
	box-sizing: border-box;
	background-color: #f4f3e7;
	border-radius: 5px;
	margin-bottom: 20px;
}

.senkou {
background-color: #f5ef82;
padding: 10px;
box-sizing: border-box;
margin-bottom: 20px;
}

.catch p.title_pc {
	margin-bottom:20px;
}
.catch p.title_sp {
	margin-bottom:20px;
	display:none;
}

.catch p.detail {
	font-size:1.4em;
	color:#333;
	line-height:150%;
	padding:0px 10px;
}

.big_pc {
	margin:0px auto 0px auto;
	width:100%;
	max-width: 1000px;
	text-align:center;
}


h1 {
	text-align:center;
	margin:0px auto 0px auto;
	z-index:9999;
	position:relative;
}

h1.logo {
	width:100%;

	margin:0px auto 10px auto;
}

h4 {font-size: 1.6rem;
font-weight: bold;}

h1.pc {
display: block;
}

h1.sp {
display: none;
}

h1.logo img {
	margin-top:0px;
	max-width:1000px;
	width:95%;
}


h2 {
	text-align:center;
	padding-top:10px;
	margin:0px auto 10px auto;
}

time {
	color:#ffffff;
	margin-right: 15px;
}

.ticker {
  text-align: left;
  position: relative;
  overflow: hidden;

}

.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
  font-weight: bold;
  font-size: 1.1em;
}


/**popup**/
.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.bg_onetime_popup.js_active {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    min-width: 500px;
    background-color: #fff;
    cursor: pointer;
}

.onetime_popup_title {
    position: relative;
    padding: 30px 90px;
    margin: 0px;
    background-color: #3388dd;
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
}
.onetime_popup_title::before,
.onetime_popup_title::after {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 30px;
    height: 4px;
    background-color: #fff;
    content: "";
}
.onetime_popup_title::before {
    transform: rotate(45deg);
}
.onetime_popup_title::after {
    transform: rotate(-45deg);
}

.onetime_popup_content {
    padding: 50px 65px 0px 65px;
    text-align: center;
}
.close {
	padding: 20px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
}

.countdown_area {
	padding:40px;
	text-align:center;
	width:100%;
	background-color:#ffffff;
	box-sizing:border-box;
	max-width:1000px;
	margin:0px auto 20px auto;
	border-radius:2px;
	border:5px solid #000000;
}

.countdown_area .archives {
margin: 10px;
font-size: 1.2em;
}

.countdown_area h3 {
	text-align:center;
	margin-bottom:20px;
	font-size:1.2em;
	color:#333;
	/*letter-spacing: 0.1em;*/
}

.banner_2 {
text-align: center;
margin: 10px auto;
}

.contents .countdown ul{
list-style: none;
width: 100%;
margin: 10px auto;
 position: relative;

}

.contents .countdown ul li{
width: 23%;
position:relative;
float:left;
margin: 0px 1% 10px 1%;
box-sizing: border-box;
}

/*.contents .countdown ul li:first-child{
margin-left: 0px;
margin-right: 0px;
}


.contents .countdown ul li:nth-child(4n){
margin-left: 0px;
margin-right: 0px;
}

.contents .countdown ul li:nth-child(3n){
margin-left: 0px;
margin-right: 0px;
}/*/


ul.ticket_ul {
list-style: square;
}

ul.ticket_ul li {
margin-left: 24px;
}


ul.ticket_ul2 {
list-style:disc;
}

ul.ticket_ul2 li {
margin-left: 18px;
}

.contents {
	font-size:1em;
	padding:40px;
	text-align:center;
	width:100%;
	background-color:#fff;
	box-sizing:border-box;
	max-width:1000px;
	margin:0px auto 30px auto;
	border:2px solid #000000;
}

.black {
	background-color: #000000;
	color: #ffffff;
}

.black a {
	color: #ffffff;
}

.photo_area {
	text-align: center;
	margin-bottom: 10px;
}

.member_title {
	font-size: 1.5rem;
	margin-bottom: 5px;
	text-align: center;
}
ul.member_ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
	list-style: none;
}

ul.member_ul li {
	width: calc(94% / 3);
	margin: 1%;
}

ul.member_detailul li
{
	width: 100%;
	list-style: none;
	margin-bottom: 15px;
	line-height: 1.5;
}

ul.wakuwakuon_ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
	list-style: none;
}

ul.wakuwakuon_ul li {
	width: calc(94% / 3);
	margin: 1%;
}

.wakuwakuon_info {
	padding: 20px;
	box-sizing: border-box;
	border-radius: 2px;
	border: 5px solid #333333;
	background-color: #fddf0d;
	font-size: 1.6rem;
	margin-bottom: 3rem;
}

.albuminfo {
	line-height: 1.5;
}

ul.albuminfo_ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
	list-style: none;
}

ul.albuminfo_ul li {
	width: calc(94% / 3);
	margin: 1%;
}

.albuminfo h3.al_title {
	font-size: 2.8rem;
}

.albuminfo a.al_btn{
	background-color: #ffdf00;
	border-radius: 5px;
	margin: 0px auto;
	border: 3px solid #333333;
	display: block;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	max-width: 240px;
	font-weight: bold;
	font-size: 1.6rem;
	text-decoration: none;
}

.albuminfo .al_btn_none{
	background-color: #efebd3;
	border-radius: 5px;
	margin: 0px auto;
	border: 3px solid #333333;
	display: block;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
	width: 80%;
	max-width: 240px;
	font-weight: bold;
	font-size: 1.6rem;
	text-decoration: none;
}

.albuminfo .al_btn:hover {
	cursor: pointer;
}

.albuminfo_waku {
	background-color: #f5f8d9;
	box-sizing: border-box;
	padding: 30px;
	margin-bottom: 1rem;
	border: 3px solid #333333;
	border-radius: 5px;
}

.albuminfo_m_waku {
	border: 2px solid #333333;
	margin-top: 5rem;
  padding: 20px;
  box-sizing: border-box;
  background-color: #f1f1f1;
}

.dvd_box {
	display: flex;
	    flex-wrap: wrap;  
    text-align: center;
    justify-content: center;
} 
.dvd_box p {
	margin: 0px 10px;
}

.contents .youtube {
	position: relative;
	padding-bottom: 58%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin-bottom: 25px;
	border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.contents .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contents h3 {
	text-align:center;
	margin-bottom:20px;
	font-size:1.6em;
	color:#000000;
	background-color: #f9a845;
   
}



.contents_update {
	font-size:1em;
	text-align:center;
	width:100%;
	box-sizing:border-box;
	max-width:1000px;
	margin:20px auto 20px auto;
	border-radius:2px;
}

.contents_update h3 {
	text-align:center;
	margin-bottom:20px;
	font-size:1.6em;
	color:#000;
	/*letter-spacing: 0.1em;*/

}

.contents_update ul {
	height:100px;

	/*overflow-y: scroll;*/
	line-height:150%;
}

.contents_update ul::-webkit-scrollbar{
	width: 8px;
	background: #f9f9f9;

}
.contents_update ul::-webkit-scrollbar-thumb{
	background: #F5D300;
	border-radius: 2px;
}

.contents_update ul li {
	list-style:none;
	text-align:left;
	margin-bottom:10px;
	padding-right:5px;
	color: #ffffff;
}

.contents_update ul li a {
	color: #ffffff;
}

.contents_update h4 {
	font-size:1.4em;

}

.update_text {
	padding:15px;
	box-sizing:border-box;
	background-color:#d32727;
	border: 2px #000000 solid;
}



.contents .box,.contents .title, .contents .detail {
	text-align:left;
}

.contents .box {

	margin-bottom:20px;
	border-bottom:1px dashed #ffffff;
}

.contents .box:last-child {
	border:none;
	margin-bottom:0px;
	padding-bottom:0px;
}

.contents .box_auction {
	padding:10px;
	margin-bottom:45px;
	background-color:#FFEB4B;
	border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.contents .box_auction .title {
	text-align:center;
	color:#000000;
}

.contents .box_toujitsu {
	padding:25px;
	margin-bottom:45px;
	background-color:#CCFFCC;
	border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.contents .box_toujitsu .title {
	text-align:center;
	color:#000000;
}

.contents .title {
	
	padding-bottom:5px;
	margin-bottom:5px;
	color:#000000;
	font-size:1.2em;
	font-weight:bold;
	padding: 0.5em;
  color: #494949;
  background: #fff8fd;
  border-left: solid 5px #f9a845;
}

.contents .detail {
	padding:5px;
}

.contents .ti2 {
	background-color: #f6f6e9;
	border-radius: 5px;
	margin-top: 15px;
	padding: 10px;	
}

.contents .qa h4 {
	text-align:left;
	margin-bottom:10px;
	border-bottom:1px solid #3A0001;
	color:#5D0304;
	font-size: 1.2em;
}

.contents .qa ul {
	margin:0px;
	padding:0px;
}

.contents .qa .box {
	border:none;
	margin-bottom:0px;
	padding-bottom:0px;
}

.contents .qa ul li {
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 20px;
}

.contents .qa ul li.q {
	background-image:url(../images/q2.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	color: #bd0f0f;
}

.contents .qa ul li.a {
	background-image:url(../images/a.png);
	background-repeat:no-repeat;
background-position:0 5px;
margin-bottom:20px;
padding-bottom:20px;
border-bottom:1px dashed #cccccc;
}

.wakuwaku h3{
margin-bottom: 35px;
}

.wakuwaku h4 {
text-align: center;
font-size: 1.8em;
margin-bottom: 25px;
}


.c25info {
background-color: #f5f8d9;
background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #f5f8d9 25%, #f5f8d9 50%,
    #fff 50%, #fff 75%,
    #f5f8d9 75%, #f5f8d9
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 8px 8px;
}



.c25info h4 {
	text-align:left;
	margin-bottom:10px;
	border-bottom:1px solid #3A0001;
	color:#5D0304;
	font-size: 1.2em;
}

.c25 {
background-color: #f5f8d9;
background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #f5f8d9 25%, #f5f8d9 50%,
    #fff 50%, #fff 75%,
    #f5f8d9 75%, #f5f8d9
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 8px 8px;
}


.c25 h4 {
	text-align:center;
	margin-bottom:5px;
	/*border-bottom:1px solid #3A0001;*/
	color:#5D0304;
	font-size: 1.5em;
}


.history h4 {

	padding: 10px 5px;
	box-sizing: border-box;
	line-height: 1.5;
	font-size: 1.8em;
	margin-bottom: 5px;
	background-color: #000000;
	color: #ffffff;
}

.hakken_txt {
text-align: center;
margin: 20px auto;
border-bottom: 1px dotted #ccc;
border-top: 1px dotted #ccc;
padding: 20px 5px;
background-color: #fbfbfb;
font-weight: bold;
line-height: 180%;
font-size: 1.2em;
}

table.table_schedule {
	border-collapse: collapse;

	width:100%;
	margin: 0 auto ;

}
table.table_schedule tr th {
	background-color: #F4F100;
	color: #000;
	text-align: center;
	font-weight: bold;
	line-height:120%;
}
table.table_schedule tr th, td {
	padding: 10px;
	border: solid 1px #f1f1f1;
	vertical-align: middle;
}
table.table_schedule tr td {
	text-align: center;
	line-height:140%;
}
table.table_schedule tr td a:link {
	color: #0982A4;
	text-decoration: none;
}
table.table_schedule tr td a:visited {
	color: #0982A4;
	text-decoration: none;
}
table.table_schedule tr td a:hover {
	color: #0386AD;
	text-decoration: underline;
}
table.table_schedule tr {
	background-color:#f9f9f9;
	transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transform: all 0.4s ease;
-ms-transform: all 0.4s ease;
-o-transform: all 0.4s ease;
}



table.table_schedule tr:nth-child(2n) {
	background-color: #fff;
	transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transform: all 0.4s ease;
-ms-transform: all 0.4s ease;
-o-transform: all 0.4s ease;
}


table.table_schedule tr:hover,table.table_schedule tr:hover:nth-child(2n)  {
	background-color:#9BE8E4;
}

table.table_schedule tr th.day {
}
table.table_schedule tr th.area {
}
table.table_schedule tr th.opentime {
	white-space:nowrap;
}
table.table_schedule tr th.saleday {
}
table.table_schedule tr td p.area_name {
	/*padding-bottom:10px;*/
}
table.table_schedule tr td p.day_box {
	border-bottom: 1px dotted #A5A5A5;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
table.table_schedule tr td p.area_name a {
	color: #7F4000;
}
table.table_schedule tr td.areatd {
/*text-align:left;*/
	/*padding:0px 25px;*/
}
table.table_schedule tr td p.vs {
	border-top:1px #B8AEAE dashed;
	padding-top:10px;
}
table.table_schedule tr td p.area_notice {
	text-align: left;
	margin-top: 15px;
	padding: 5px 10px;
	background-color: #F5F1E1;
	font-size: 0.8em;
}
table.table_schedule tr td p.senkou {
	border-top: 1px dotted #6B2223;
	margin-top: 5px;
	padding-top: 5px;
}
table.table_schedule tr td p.senkou a {
	text-decoration: underline;
	color: #C50C10;
}

.wakuwakubg {
background-image: url("../images/wakuwakubg.jpg");

}


.babybg {
background-color: #f5f8d9;
background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #f5f8d9 25%, #f5f8d9 50%,
    #fff 50%, #fff 75%,
    #f5f8d9 75%, #f5f8d9
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 8px 8px;
}

.babylogo {
text-align: center;
margin-bottom: 10px;
position: relative;
}

.waimokun {
position: absolute;
}

.babytext {
background-color: #FCF4FC;
padding: 10px;
border-radius: 5px;
margin-bottom: 25px;
border: 2px solid #fff;
}

.babybtn{
text-align: center;
}

.babybtn img {
max-width: 216px;
}

.contents .babynusery h4 {
	text-align:left;
	margin-bottom:10px;
	border-bottom:1px solid #3A0001;
	color:#5D0304;
	font-size: 1.2em;
}

.contents .babynusery ul {
	margin:0px;
	padding:0px;
}

.contents .babynusery .box {
	border:none;
	margin-bottom:0px;
	padding-bottom:0px;
	background-color: #fff;
}

.contents .babynusery ul li {
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 20px;
}

.contents .babynusery ul li.q {
	background-image:url(../images/q2.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	margin-left: 2px;
	color: #bd0f0f;
}

.contents .babynusery ul li.a {
	background-image:url(../images/a.png);
	background-repeat:no-repeat;
background-position:0 5px;
margin-bottom:20px;
padding-bottom:20px;
border-bottom:1px dashed #cccccc;
margin-left: 2px;
}

.contents .babynusery ul li a {
color: #E10B50;
}

.contents .babynusery ul.maru li {
	list-style:disc;
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 0px;
}

.contents .babynusery ul.shikaku li {
	list-style:square;
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 0px;
}


.contents .notice_area ul li {
	margin-left:20px;
	margin-bottom:10px;
}

.contents .notice_area h4,.contents .notice_area h5 {
	margin:25px 0px;
	text-align:center;
	color:#B90003;
}


.contents .tower h4 {
font-size: 1.4em;
color: #893914;
margin-bottom: 10px;
text-align: center;
margin-top: 20px;
}

.contents .tower .title {
color: #B65D12;
}


.contents .map ul li {
	margin-left:20px;
}

.contents .map h4 {
	margin:25px 0px 10px 0px;
}

.contents .map h5 {
	color:#D90D74;
	margin-top:10px;
}

.contents .access ul {
	margin-left:20px;
}

.contents .jtb h4 {
	border-bottom:1px solid #5D0304;
	padding-bottom:5px;
	margin-bottom:15px;
	margin-top: 20px;
	color:#86570B;
	font-size:1.2em;
	font-weight:bold;
}

.contents .jtb h4:first-of-type {
margin-top: 0px;
}

.contents .jtb ul {
margin: 0px;
padding: 0px;
list-style: none;
}

.contents .jtb ul.type1 li {
list-style: square;
margin-left: 18px;
}

.contents .jtb ul.type2 li {
list-style: none;
margin-left: 12px;
}

.contents .jtb ul.type2 li:before {
	content: '※';
margin-left: -1em;
}


.contents .jtb ul.jtb_detail li {
float: left;
width: 49%;
display: block;
padding: 10px;
box-sizing: border-box;
min-height: 120px;
background-color: #F7D6C2;
margin: .5%;
border-radius: 3px;
}

.contents .jtb ul.jtb_detail li:nth-child(1){
background-color: #EFF8C4;
}

.contents .jtb ul.jtb_detail li:nth-child(2){
background-color: #D4F2F5;
}

.contents .jtb ul.jtb_detail li:nth-child(3){
background-color: #F8EAF7;
}

.contents .jtb strong {
font-size: 1.1em;
}

.contents .jtb p.jtb_type {
border-top: 1px dotted #333;
padding-top: 5px;

}

.contents .vip h4 {
	font-size: 115%;
	margin-top: 25px;
	padding-bottom: 5px;
	color: #FF3399;
}

.contents .vip ul {

	margin-bottom: 20px;
	padding: 15px 30px;
	background-color: #f9f9f9;
}

.contents .vip ul.notice_li {
	list-style-type: square;
	color: #333;
}

.contents .fc h4 {
	font-size: 115%;
	margin-top: 25px;
	padding-bottom: 5px;
	color: #FF3399;
}

.contents .fc .fc_box {
	margin-bottom: 20px;
	padding: 15px 30px;
	background-color: #f9f9f9;
}

.notice {
	color:#C00003;
}


header {
background-color: rgba(255,255,255,0);
width:100%;
margin:0px auto;
z-index:100;
}

header a {
	text-decoration:none;
}

.sns {
	width:100%;
	padding:18px 10px 0px 5px;
	margin:0px 0px 0px 0px;
	line-height:11px;
	box-sizing:border-box;
	background-color: rgb(255, 255, 255);
	height:36px;
}


.fb-like-box {
	background-color:#000000;
			border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}

.tw,.gp {
	float:left;
	margin-right:5px;
}

nav#gm {
-moz-animation-name: anime1;
-moz-animation-duration: 3s;
-moz-animation-timing-function: ease;
-moz-animation-iteration-count: 1;
-moz-animation-delay: -2s;

-webkit-animation-name: anime1;
-webkit-animation-duration: 3s;
-webkit-animation-timing-function: ease;
-webkit-animation-iteration-count: 1;
-webkit-animation-delay: -2s;

-o-animation-name: anime1;
-o-animation-duration: 3s;
-o-animation-timing-function: ease;
-o-animation-iteration-count: 1;
-o-animation-delay: -2s;

-ms-animation-name: anime1;
-ms-animation-duration: 3s;
-ms-animation-timing-function: ease;
-ms-animation-iteration-count: 1;
-ms-animation-delay: -2s;
}

@-moz-keyframes anime1 {
0% { opacity:0;}
75% { opacity:0;}
100% { opacity::1;}
}

@-webkit-keyframes anime1 {
0% { opacity:0;}
75% { opacity:0;}
100% { opacity::1;}
}

@-o-keyframes anime1 {
0% { opacity:0;}
75% { opacity:0;}
100% { opacity::1;}
}

@-ms-keyframes anime1 {
0% { opacity:0;}
75% { opacity:0;}
100% { opacity::1;}
}


nav#gm {
text-align: center;

top:0px;
position:relative;
width:100%;

}
nav#gm ul {
margin: 0 auto;
width:100%;
padding: 5px 160px;
list-style-type: none;
background-color: rgb(0, 0, 0);
line-height:300%;
box-sizing:border-box;
}
nav#gm ul li {
display: inline;
margin-left: .5em;
font-size:1em;

/*background-color:#000000;
padding:5px;*/
box-sizing:border-box;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transform: all 0.4s ease;
-ms-transform: all 0.4s ease;
-o-transform: all 0.4s ease;

}

nav#gm ul li a {

padding:10px 15px;
background-color: #d8f945;
color:#000000;
font-weight:bold;
	transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transform: all 0.4s ease;
-ms-transform: all 0.4s ease;
-o-transform: all 0.4s ease;
text-decoration:none;
white-space: nowrap;
}

nav#gm ul li a:visited {
	text-decoration:none;
}

nav#gm ul li a:hover {

background-color: #fff100;
}

/*nav#gm ul li:hover {
	background-color:#fff;
}*/

nav#gm ul li:first-child {
margin-left: 0;
}
nav#gm ul li ul {
display: none;
}

#gm ul li.w640 {
	display:none;}

/*.line {
	border-bottom:solid 1px #000000;
}*/

.sns_btn_area {
	position:absolute;
	right:10px;
	top:5px;
}

ul.sns_area {
display: table;
margin: 0px auto;
border-collapse: separate;  /* セルの間隔を空ける */
 border-spacing: 4px 0;  /* 左右 上下で記述 */
}

ul.sns_area li {
display: table-cell;
text-align: center;
	margin: 0px auto;
	width: auto;

}

.footer_logo {
/*background-color: rgba(255,255,255,0.8);*/
width: 100%;
text-align: center;
padding-top: 10px;
position:relative;
display:table;
border-collapse: separate;
  border-spacing: 20px 0;
}

.footer_div {
	max-width:600px;
	width:100%;
	margin:0px auto;
}

.footer_logo p {
	display:block;
}

.footer_logo img {
max-width: 240px;
}

footer {
	padding:15px 5px;
	background-color: rgb(255, 0, 0);
	color:#000;

}


.banner {
margin: 15px auto;
width: 100%;
max-width: 800px;
box-sizing: border-box;
padding: 0px 10px;
}


.official_link {
	text-align:center;
	margin-bottom:15px;
	font-size:1.2em;
}

.official_link a {
	text-decoration:none;
	padding:5px 8px 2px 8px;
	color:#000;

}

.official_link a:hover {
	color:#ffeb4b;
}

address {
font-style: normal;
font-size: 1.2rem;
text-align:center;
}
#page-top {
position: fixed;
bottom: 40px;
right: 20px;
font-size: 77%;
z-index: 500;
}
#page-top a {
background: #d8f945;
box-sizing:border-box;
text-decoration: none;
color: #000000;
width: 35px;
height: 35px;
padding: 5px 0px 0px 0px;
text-align: center;
display: block;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;

}
#page-top a:hover {
color: #000000;
background-color: #ffeb4b;
}

#ticket_link {
position: fixed;
top: 0px;
left: 0px;
font-size: .9em;
z-index: 99999;
letter-spacing: 0.1em;
font-weight: bold;
-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#ticket_link a {
background: #d8f945;
box-sizing:border-box;
text-decoration: none;
color: #000000;
padding: 10px 10px 9px 10px;
text-align: center;
display: block;


}
#ticket_link a:hover {
color: #000000;
background-color: #fff100;
}

#pager {
text-align: center;
margin-bottom: 25px;
margin-top: 25px;
line-height:3.5em;
margin: 0px auto;
}
#pager a {
color: #333333;
background-color: #ffffff;
padding: 5px 10px;
 white-space:nowrap;
 text-decoration:none;
}
#pager a:hover {
color: #000000;
background-color: #f9f9f9;;
}
.current_page {
padding: 5px 10px;
color: #ffffff;
background-color: #333333;
}
.link_page {
padding: 5px;
background-color: #000000;
color: #ffffff;
}
.link_next a {
color: #E9CA00;
}
.link_before a {
color: #E9CA00;
}
.plist {
margin:10px 0px;
}

.sns_btn_area {
	margin: 0px auto 10px auto;
text-align: center;
overflow: hidden;
-moz-animation-name: anime1;
-moz-animation-duration: 4s;
-moz-animation-timing-function: ease;
-moz-animation-iteration-count: 1;
-moz-animation-delay: -2s;

-webkit-animation-name: anime1;
-webkit-animation-duration: 4s;
-webkit-animation-timing-function: ease;
-webkit-animation-iteration-count: 1;
-webkit-animation-delay: -2s;

-o-animation-name: anime1;
-o-animation-duration: 4s;
-o-animation-timing-function: ease;
-o-animation-iteration-count: 1;
-o-animation-delay: -2s;

-ms-animation-name: anime1;
-ms-animation-duration: 4s;
-ms-animation-timing-function: ease;
-ms-animation-iteration-count: 1;
-ms-animation-delay: -2s;
}

@-moz-keyframes anime1 {
0% { opacity:0;}
75% { opacity:0;}
100% { opacity::1;}
}

@-webkit-keyframes anime1 {
0% { opacity:0;}
75% { opacity:0;}
100% { opacity::1;}
}

@-o-keyframes anime1 {
0% { opacity:0;}
75% { opacity:0;}
100% { opacity::1;}
}

@-ms-keyframes anime1 {
0% { opacity:0;}
75% { opacity:0;}
100% { opacity::1;}
}



#artist .sns a {
color: #FFFFFF;
display: block;
}
.sns_btn_area ul {
float: left;
margin: 0px;
padding: 0px;
position: relative;
left: 50%;
list-style: none;
}
.sns_btn_area ul li {
float: left;
margin-right: 5px;
padding: 5px;
position: relative;
left: -50%;
}
.sns_btn_area ul li a {
	box-sizing:border-box;
background-color: rgba(255,255,255,0.5);
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
height: 30px;
width: 30px;
padding-top: 5px;
color: #000;
float: left;
}

.sns_btn_area ul li a:hover {
color: #000000;
background-color: #0CADB7;
}




#sns {
	width:100%;
	padding:0px;
}

.sns_box {
	display:table;
	border-collapse: separate;
	border-spacing: 5px;
	box-sizing:border-box;
	margin:0 auto;
	width:100%;
	max-width:980px;
}

#sns .box {
	display:table-cell;
	width:30%;
}




.video-container {
	position: relative;
	padding-bottom: 58%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




.more {
	text-align:center;
	font-size:0.8em;
	margin-bottom:10px;
	margin-top:10px;
}


.button {
	display: inline-block;
	width: 100px;
	padding:15px 10px;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #333;
	border: 1px solid #fff;
	color: #fff;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.button:hover {
	background-color: #fff;
	border-color: #0CADB7;
	color: #0CADB7;
}
.button::before,
.button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #f9f9f9;
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #0CADB7;
}


.megahertz {
	background-color:#fffbc6;
}

.megahertz .sankon_title {
	text-align:center;
}

.megahertz .sankon_sub{
	text-align:center;
	margin:20px auto;
	font-size:1.4em;
	font-weight:bold;
}

.megahertz .sankon_txt{
	text-align:center;
	box-sizing:border-box;
	background-color:#ffffff;
	padding:20px;
	border:5px solid #8A13A2;
	border-radius:10px;
	font-size:1.1em;
	margin:20px;
	line-height:150%;
}

.sankon_bgm_area {
	width:100%;
	display:table;
	  border-collapse: separate;
    border-spacing: 2px 0;
}

.sankon_bgm_area ul.line {
	border-right:1px dotted #333;
}

.sankon_bgm1,.sankon_bgm2,.sankon_bgm3,.sankon_bgm4 {
	display:table-cell;
	width:25%;

}

.sankon_bgm_area ul {
	margin:0px;
	padding:0px;
}


.sankon_bgm_area ul li {
	line-height:180%;
	list-style:decimal;
	margin-left:24px;
	box-sizing:border-box;
	padding:5px;

}

.sankon_detail {
	background-color:#fff;
	text-align:center;
	padding:20px;
	box-sizing:border-box;
	margin:20px;
	border-radius:10px;
	background-color:#EBDA14;
	font-weight:bold;
	line-height:150%;
}

.bgn_title_1,.bgn_title_2,.bgn_title_3,.bgn_title_4 {
	padding:10px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
	cursor:pointer;
	 display:block;
	 font-size:110%;
}
.bgn_title_1,.bgn_title_3 {
	 width: 120px;
    border-bottom: 40px solid #e0979c;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
     height: 0;
	line-height: 60px;
	margin:0px auto;
	box-sizing:border-box;
}


.bgn_title_2,.bgn_title_4 {
	width: 120px;
    border-bottom: 40px solid #ae8ab0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    height: 0;
	line-height: 60px;
	margin:0px auto;
	box-sizing:border-box;
}

.width_bgm {
	display:block;
}

.width_bgm_1 {
	display:none;
}

.ulclub {
	margin:55px auto 10px auto;
	background-color:#a5222a;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
	color:#ffffff;
	border-radius:5px;
	line-height:150%;
}


.ulclub a {
	color:#fff;
	text-decoration:none;
	font-size:1.2em;
}

.ulclub a:hover {
	text-decoration:underline;
}

@media screen and (max-width: 900px) {
.width_bgm_1 {
	display:block;
}

.width_bgm {
	display:none;
}

.sankon_bgm1,.sankon_bgm2,.sankon_bgm3,.sankon_bgm4 {
	width:100%;
	display:block;
}

.sankon_bgm_area ul.line {
	border-right:none;
}

.bgn_title_1,.bgn_title_3 {
	width: 100%;
    border-bottom: 40px solid #e0979c;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
	line-height: 60px;
	margin:0px auto;
	box-sizing:border-box;

}


.bgn_title_2,.bgn_title_4 {
	width: 100%;
    border-bottom: 40px solid #ae8ab0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
	line-height: 60px;
	margin:0px auto;
	box-sizing:border-box;

}


}

@media screen and (max-width: 760px) {

.contents .jtb ul.jtb_detail li{
float: none;
width: 100%;
min-height:inherit;
}
ul.member_ul li {
	width: 100%;
}


.albuminfo_waku {
	padding: 12px;
}

ul.albuminfo_ul li {
	width: 100%;
}
.albuminfo h3.al_title {
	font-size: 2.0rem;
}

.albuminfo h4{
	font-size: 1.4rem;

}

.sp_only {
	display: none;
}
.pc_only {
	display: block;
}

}

@media screen and (max-width: 680px) {

.hakken_txt {
text-align: left;
padding: 10px 0px;
line-height: 180%;
font-size: 1.0em;
}


.wakuwaku h3 {
margin-bottom: 10px;
}

.wakuwaku h4 {
text-align: left;
font-size: 1.1em;
margin-bottom: 15px;
}

#ticket_link {
-webkit-writing-mode: horizontal-tb;
-ms-writing-mode: horizontal-tb;
writing-mode: horizontal-tb;
}

#wrap {
border-top:27px solid #000000;
}

body {
	font-size:1.4em;


}

.countdown_area {
	padding:10px;
}



#ticket_link a {
box-sizing: border-box;
padding: 4px 10px 4px 10px;
}


.sns_btn_area{
	display:none;
}

h1{
	padding-top:0px;

}

h1.sp {
display: block;
}


h1.pc {
display: none;
}

#gm ul li.w640 {
	display:block;
}

.banner_area ul li img {
	width:100%;
}

.banner_area ul li.w681 {
	display:none;
}

.banner_area ul li.w680 {
	display:block;
}

.contents {
	padding:10px 10px;
}

.contents_update {
	padding:0px;
	margin-top:20px;
}

#sns .box {
	display:block;
	width:100%;
	text-align:center;
}



.babybtn img {
max-width: 140px;
}

.catch p.detail {
	font-size:1.0em;
	text-align:left;

}

.contents h3,.contents_update h3 {
	font-size:1.2em;
}

.contents_update h4 {
	font-size:1.0em;
}

.update_text {
	padding:10px;
}

.update_text time {
	display:block;
}

.megahertz .sankon_sub {
	font-size:1.2em;
	text-align:left;
}

.megahertz .sankon_txt {
		text-align:left;
		margin:0px;
		padding:7px;
border:2px solid #8A13A2;
}

.sankon_detail {
	padding:5px;
	margin:20px 0px;
	text-align:left;
}

.ulclub img {
	width:60%;
}

}



@media screen and (max-width: 479px) {

.button {
	width:80%;
}


}