@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Londrina+Solid");

/* Reset
------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

address,
em {
  font-style: normal;
}

strong,
th {
  font-weight: normal;
}

strong{
  font-size:105%;
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
fieldset {
  border: 0;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

li {
  list-style-type: none;
}

input[type="submit"], button, label, select {
  cursor: pointer;
}

::selection {
    background: #ffff01;
    color: #120c0c;
}

section:after,
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.modOnlyPc {
  display: block;
}

.modOnlySp {
  display: none !important;
}

.pc_br{
  display: inline;
}

.sp_br{
  display: none;
}

.embed{
	width: 100%;
	display: block;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.embed iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.embed video{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-size: contain;
}
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
	overflow:hidden;
}
video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
}



/* link
------------------------------------------------------------*/
a {
  color: #333;
  text-decoration: underline;
  word-break: break-all;
}

a:hover {
  text-decoration: none;
}

.nolink{
  border: none !important;
  background-color: #aaaaaa !important;
  color: #ffffff !important;
  cursor: default;
  pointer-events: none;
}
.nolinkTxt{
  color: #aaaaaa !important;
  cursor: default;
  pointer-events: none;
}


/* Fonts
------------------------------------------------------------*/
html{
font-size: 62.5%;
/*\*/
_font-size: 62.5%;
/**/
}
body {
  font-family: 'Noto Sans JP','游ゴシック',YuGothic,Meiryo,'メイリオ',Verdana,'Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック',sans-serif;
  background: url(../../img/bg.jpg) repeat left top;
  background-size: 29px 29px;
  background-color: #ffff01;
	color: #120c0c;
	font-size: 1.6rem;
	font-weight: 400;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@font-face {
  font-family: "okinawa-kokusai";
  src: url("../fonts/okinawa-kokusai.eot");
  src: url("../fonts/okinawa-kokusai.eot?#iefix") format("eot"), url("../fonts/okinawa-kokusai.woff") format("woff"), url("../fonts/okinawa-kokusai.ttf") format("truetype"), url("../fonts/okinawa-kokusai.svg#okinawa-kokusai") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* layout */
#page{
  position: relative;
  overflow: visible;
}
#main{
  display: block;
  padding: 0 30px 54px 30px;
  background-color: #ffffff;
  border: 4px solid #120c0c;
  position: relative;
  overflow: visible;
  text-align: center;
}
#main:before{
  content:"";
  width: 100%;
  height: calc(100% + 25px);
  background-color: #ffffff;
  transform: rotate(0.2deg);
  position: absolute;
  top: -10px;
  left: 0;
  z-index: -1;
}
#main:after{
  content:"";
  width: 100%;
  height: calc(100% + 35px);
  background-color: #e60a15;
  transform: rotate(0.3deg);
  position: absolute;
  top: -15px;
  left: 0;
  z-index: -2;
}
.container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#contents{
	display: block;
  padding: 64px 0 0 0;
}
#contents:after{
	content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.leftContent{
  width: calc(50% + 532px);
  padding-bottom: 24px;
  background: url(../../img/bg_left.png) no-repeat left center;
  background-size: 100% 100%;
  position: relative;
  overflow: visible;
}
.leftContent .container{
  margin-left: auto;
  margin-right: 32px;
}
.rightContent{
  width: calc(50% + 532px);
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 24px;
  background: url(../../img/bg_right.png) no-repeat right center;
  background-size: 100% 100%;
  position: relative;
  overflow: visible;
}
.rightContent .container{
  margin-left: 32px;
  margin-right: auto;
}

#contents .column1 #side {
  display: block;
  margin: 72px 0 0 0;
}

#contents .column2 #main {
  width: 690px;
  float: left;
  position: relative;
}
#contents .column2 #side {
  width: 260px;
  float: right;
}
.modTxt01 {
  line-height: 2;
  margin: 0 0 30px 0;
  padding: 0;
  background-color: #ffffff;
  color: #120c0c;
  text-align: left;
}
.modImg01{
  margin: 0 0 24px 0;
  padding: 0;
  background-color: #ffffff;
}

.modImg01 img{
  width: 100%;
  height: auto;
}

.modImgPoster{
  margin: 42px 0 0 0;
  padding: 0;
  text-align: center;
}
.modImgPoster img{
  width: 50%;
  height: auto;
  text-align: center;
}


a.txtLink{
	text-decoration: underline;
}
a.txtLink:before{
	content: "→";
	display: inline-block;
	margin-right: 4px;
}
.accessBtn{
	display: inline-block;
	padding: 3px 10px 3px 10px;
	margin-left: 5px;
	font-size: 1.2rem;
	line-height: 1;
  color: #e60012;
	border: 1px solid #e60012;
	border-radius: 2px;
  text-decoration: none;
}

.ticketBtn{
	width: 90%;
	display: block;
	margin: 64px auto 0 auto;
}
.ticketBtn a{
	display: block;
	background-color: #e60012;
	color: #ffffff;
	line-height: 72px;
	text-align: center;
  text-decoration: none;
}
.ticketBtn_w{
	width: 90%;
	display: block;
	margin: 64px auto 0 auto;
}
.ticketBtn_w a{
	display: block;
	background-color: #ffffff;
	color: #e60012;
	line-height: 72px;
	text-align: center;
  text-decoration: none;
}

.mt0{
  margin-top: 0 !important;
}
.mb0{
  margin-bottom: 0 !important;
}
.pt0{
  padding-top: 0 !important;
}
.pb0{
  padding-bottom: 0 !important;
}
.mt32{
  margin-top: 32px !important;
}
.mb32{
  margin-bottom: 32px !important;
}



/* Header
------------------------------------------------------------*/
#header:after,
#header .container:after,
#header .top:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#header{
	display: block;
  padding: 20px 0 0 0;
  background-image: url(../img/ochan.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 124px) -20px;
  background-size: auto 150px;
	text-align: center;
  position: relative;
}
#header .container{
  position: relative;
}
h1 a{
	width: 480px;
	height: 0;
	display: block;
	float: left;
	margin: 0 auto 0 auto;
	padding-top: 139px;
	background: url(../img/logo2.svg) no-repeat center center;
  background-size: auto 139px;
	overflow: hidden;
}
#top h1 a{
  cursor: default;
  pointer-events: none;
}
#header .headDate{
	width: 490px;
  height: 139px;
	display: block;
  margin: 0 0 0 0;
	float: right;
  position: relative;
}
#header .headDate h3{
	width: 490px;
	height: 0;
	display: block;
	padding-top: 34px;
	background: url(../img/date.svg) no-repeat right center;
  background-size: auto 34px;
	overflow: hidden;
  position: absolute;
  bottom: 7px;
  right: 4px;
}
#header .headDate h4{
	width: 334px;
	height: 0;
	display: block;
	margin: 0 auto 0 auto;
	padding-top: 18px;
	background: url(../img/h_laughpeace.png) no-repeat center center;
	overflow: hidden;
}
#header .menuBtn{
  display: none;
}
#header .top {
  padding: 0;
  position: relative;
  z-index: 99;
	font-size: 1.2rem;
}
#header .headTop_left {
	width: 680px;
	display: block;
	float: left;
	overflow: hidden;
}
#header .headTop_right {
	width: 280px;
	display: block;
	float: right;
}
#header .emergeNews {
	display: block;
	text-align: left;
}
#header .emergeNews a{
	color: #ffffff;
}
#header .emergeNews:before {
	content: "大切なお知らせ";
	display: inline-block;
	margin-right: 6px;
	padding: 2px 6px 2px 6px;
	background-color: #ff0000;
	color: #ffffff;
	font-size: 1.2rem;
	line-height: 1.4rem;
	border-radius: 2px;
}
#header .emergeNews.rain:before {
	content: "雨天のご連絡";
}
#header .emergeNews span{
	display: inline-block;
	margin-right: 10px;
	font-size: 1.2rem;
	line-height: 1.4rem;
}
#header .top .container {
  position: relative;
}
#header .top .btnList{
  float: none;
  display: inline-block;
  padding: 6px 10px 6px 10px;
  background-color: #120c0c;
	color: #ffffff;
  position: absolute;
  top: -36px;
  right: 0;
}
#header .top .btnList li {
	display: inline-block;
	margin-left: 7px;
	padding-left: 10px;
  border-left: 1px solid #999999;
}
#header .top .btnList li:first-child {
	margin-left: 0;
	padding-left: 0;
  border-left: none;
}
#header .top .btnList li a {
  color: #cccccc;
  font-family: Helvetica, Arial, 'Noto Sans JP','游ゴシック',YuGothic,Meiryo,'メイリオ',Verdana,'Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック' sans-serif;
  font-weight: bold;
	text-decoration: none;
}
#header .top .btnList li a:hover {
  color: #ffffff;
}
#header .top .btnList li a.press {
  position: relative;
}
#header .top .btnList li a.press:before {
  display: inline-block;
  width: 12px;
  height: 14px;
  position: absolute;
}
#header .top .btnList li a.eng:before {
  display: inline;
  padding-right: 10px;
}
#header .top .scheduleBtn {
  float: right;
	margin-right: 15px;
}
#header .top .scheduleBtn a {
  background-color: #ffff01;
  color: #120c0c;
  font-weight: bold;
  padding: 5px 13px 5px 13px;
	text-decoration: none;
}
#header .top .scheduleBtn a:hover {
  background-color: #ffffff;
}
#header .top .scheduleBtn a:before {
  background-image: url(../img/iconClock03.png);
  width: 16px;
  height: 15px;
}
/* ナビ */
#header #gNav{
  margin: 10px 0 0 0;
	padding: 0;
	background-color: #ffffff;
  border-top: 4px solid #120c0c;
  border-bottom: 4px solid #120c0c;
}
#header #gNav .container{
  position: relative;
}
#header .gNavList {
	width: 100%;
	display: block;
  margin: 0 auto;
	position: relative;
}
#header .navi_img{
  width: 80px;
  display: block;
  position: absolute;
  top: -30px;
  left: -60px;
}
#header .gNavList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#header .gNavList > li {
  width: 13.6%;
	display: inline-block;
	margin: 0;
  padding: 20px 0 17px 0;
	position: static;
  box-sizing: border-box;
  border-bottom: solid 3px #ffffff;
	font-weight: bold;
	font-weight: 400;
}
#header .gNavList > li:hover {
  border-bottom: 4px solid #e60a15;
}
#header .gNavList > li.nonlink {
  padding: 0 28px;
  display: inline-block;
  border-right: 2px solid #120c0c;
  color: #cccccc;
}
#header .gNavList > li.nonlink:hover {
  border-bottom: solid 3px #ffffff;
}
#header .gNavList > li:hover a {
  color: #120c0c;
  text-decoration: none;
}
#header .gNavList > li > a {
  margin: 0;
  padding: 0 28px;
  display: block;
  border-right: 2px solid #120c0c;
	text-decoration: none;
  text-align: center;
}
#header .gNavList > li:first-child > a {
  border-left:  2px solid #120c0c;
}

#header .gNavList > li > a:hover {
  text-decoration: none;
}
#header .gNavList > li > .subNav {
  width: 1000px;
	display: none;
  border: none;
  padding: 0 5px 5px;
  box-sizing: border-box;
	background-color: #ffffff;
	position: absolute;
  top: 68px;
	left: 0;
	z-index: 3000;
}
#header .gNavList > li > .subNav:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#header .gNavList > li > .subNav:before {
  display: none;
}
#header .gNavList > li > .subNav li {
  border: solid 5px #ffffff;
  width: calc(33% - 7px);
  float: left;
}
#header .gNavList > li > .subNav li.subNavTit {
  width: 100%;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  clear: both;
  border-bottom: 2px solid #120c0c;
  color: #120c0c;
  font-weight: 700;
  text-align: left;
  box-sizing: border-box;
}
#header .gNavList > li > .subNav li.modOnlyPc {
  display: block;
  height: 55px;
}
#header .gNavList > li > .subNav li:last-child a {
  padding-bottom: 0;
}
#header .gNavList > li > .subNav li:nth-Child(even) a {
  border-right: 0;
}
#header .gNavList > li > .subNav li a {
  border-bottom: 0;
  line-height: 1.2;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 15px;
  margin: 0;
  color: #120c0c;
  font-weight: normal;
  background-color: #ffff01;
  display: flex;
  align-items: center;
  height: 55px;
}
#header .gNavList > li > .subNav li.navCat a {
  background-color: #ffff01;
}
#header .gNavList > li > .subNav li a:hover {
  opacity: 0.8;
}

#headBtn{

}
#langBtn{
  width: 40px;
  height: 32px;
	display: block;
  background-color: #120c0c;
  color: #ffffff;
  border-bottom: 2px solid #120c0c;
  border-left: 2px solid #120c0c;
  border-right: 2px solid #120c0c;
  font-size: 1.3rem;
  line-height: 29px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
	position: absolute;
	top: 0;
	right: calc((100% - 1000px)/2);
  cursor: pointer;
}
#langBtn:hover{
  background-color: #ffffff;
  color: #120c0c;
}
#langBtn a{
  text-decoration: none;
  color: #ffffff;
}
#langBtn:hover a,
#langBtn:hover a:hover{
  background-color: #ffffff;
  color: #120c0c;
}

#fanyId{
  width: 136px;
  height: 32px;
	display: block;
  background-color: #ffffff;
  border-bottom: 2px solid #120c0c;
  border-left: 2px solid #120c0c;
  border-right: 2px solid #120c0c;
  font-size: 1.3rem;
  line-height: 29px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
	position: absolute;
	top: 0;
	right: calc((100% - 1000px)/2 + 50px);
  cursor: pointer;
}
#fanyId:hover{
  background-color: #120c0c;
  color: #ffffff;
}
#fanyId a{
  text-decoration: none;
}
#fanyId:hover a,
#fanyId:hover a:hover{
  color: #ffffff;
}


.headerInfo{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
.headerInfo ul{
	display: inline-block;
  margin-top: 10px;
  margin-top: 30px;
}
.headerInfo ul li{
	display: inline-block;
	margin-left: 10px;
}
.headerInfo ul li{
	display: inline-block;
	margin-left: 8px;
}
.headerInfo ul li a{
	width: 40px;
	display: inline-block;
}
.headerInfo ul li a span{
	height: 0;
	display: block;
	padding-top: 40px;
	background-color: #120c0c;
	border-radius: 20px;
	overflow: hidden;
}
.headerInfo ul li.in a span{
	background: url(../../img/ico_in.svg) no-repeat center center;
	background-size: 18px auto;
	background-color: #120c0c;
}
.headerInfo ul li.tw a span{
	background: url(../../img/ico_tw.svg) no-repeat center center;
	background-size: 20px auto;
	background-color: #120c0c;
}
.headerInfo ul li.fb a span{
	background: url(../../img/ico_fb.svg) no-repeat center center;
	background-size: auto 20px;
	background-color: #120c0c;
}
.headerInfo ul li.yt a span{
	background: url(../../img/ico_yt.svg) no-repeat center center;
	background-size: 20px auto;
	background-color: #120c0c;
}



/* Header fixed
------------------------------------------------------------*/
#header.fixedHeader{
  width: 100%;
	display: block;
  background-color: #e60012;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
#header.fixedHeader .headerBg{
	background: none;
}
#header.fixedHeader h1{
	width: 400px;
  float: left;
}
#header.fixedHeader h1 a{
	width: 400px;
	height: 0;
	padding-top: 42px;
	background: url(../img/logo_fixed.png) no-repeat center center;
  background-size: contain;
}
#header.fixedHeader .headDate{
	width: 304px;
	display: block;
	float: left;
  margin: 10px 0 0 20px;
}
#header.fixedHeader .headDate h3{
	width: 249px;
	height: 0;
	margin: 3px 0 0 0;
	padding-top: 30px;
	background: url(../img/h_date.png) no-repeat center center;
  background-size: contain;
}
#header.fixedHeader .headDate h4{
	display: none;
}
#header.fixedHeader .top {
	display: none;
}
#header.fixedHeader .menuBtn{
  display: block;
  width: 90px;
  height: 90px;
	margin: 0 0 0 0;
  float: right;
  background: url(../img/headerMenu.png) no-repeat center center;
  background-size: auto 72px;
  background-color: #e60012;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
#header.fixedHeader .menuBtn.active {
  background-image: url(../img/headerMenuClose.png);
  background-size: auto 72px;
  background-color: #e60012;
}
/* ナビ */
#header.fixedHeader #gNav{
  display: block;
	padding: 0;
	background-color: #ffffff;
  border-top: 1px solid #efefef;
}
#header.fixedHeader #gNav.active{
  display: block;
}
#header.fixedHeader .navi_img{
  width: 80px;
  display: block;
  position: absolute;
  top: -30px;
  left: -60px;
}
#header.fixedHeader .gNavList{
  display: none;
}
#header.fixedHeader .gNavList.active{
  display: block;
}
#header.fixedHeader#header.fixedHeader .gNavList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#header.fixedHeader .gNavList > li {
  width: 13.6%;
	display: inline-block;
	margin: 0;
  padding: 20px 0 17px 0;
	position: static;
  box-sizing: border-box;
  border-bottom: solid 3px #ffffff;
	font-weight: bold;
	font-weight: 400;
}
#header.fixedHeader.gNavList > li:hover {
  border-bottom: solid 3px #120c0c;
}
#header.fixedHeader .gNavList > li.nonlink {
  padding: 0 19px;
  display: inline-block;
  border-right: 1px solid #ccc;
  color: #cccccc;
}
#header.fixedHeader .gNavList > li.nonlink:hover {
  border-bottom: solid 3px #ffffff;
}
#header.fixedHeader .gNavList > li:hover a {
  color: #120c0c;
  text-decoration: none;
}
#header .gNavList > li > a {
  margin: 0;
  padding: 0 10px;
  display: block;
  border-right: 2px solid #120c0c;
  font-weight: 700;
	text-decoration: none;
  text-align: center;
}
#header.fixedHeader .gNavList > li:first-child > a {
  border-left: 2px solid #120c0c;
}

#header.fixedHeader .gNavList > li > a:hover {
  text-decoration: none;
}
#header.fixedHeader .gNavList > li > .subNav {
  width: 1000px;
	display: none;
  border: none;
  padding: 0 5px 5px;
  box-sizing: border-box;
	background-color: #ffffff;
	position: absolute;
  top: 61px;
	left: 0;
	z-index: 99;
}
#header.fixedHeader .gNavList > li > .subNav:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#header.fixedHeader .gNavList > li > .subNav:before {
  display: none;
}
#header.fixedHeader .gNavList > li > .subNav li {
  border: solid 5px #FFF;
  width: calc(33% - 7px);
  float: left;
}
#header.fixedHeader .gNavList > li > .subNav li.modOnlyPc {
  display: block;
  height: 55px;
}
#header.fixedHeader .gNavList > li > .subNav li:last-child a {
  padding-bottom: 0;
}
#header.fixedHeader .gNavList > li > .subNav li:nth-Child(even) a {
  border-right: 0;
}
#header.fixedHeader .gNavList > li > .subNav li a {
  border-bottom: 0;
  line-height: 1.2;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 15px;
  margin: 0;
  color: #120c0c;
  font-weight: normal;
  background-color: #ffff01;
  display: flex;
  align-items: center;
  height: 55px;
}
#header.fixedHeader .gNavList > li > .subNav li a:hover {
  opacity: 0.8;
}


/* footer */
.gotoTopBlock{
  margin: 0 !important;
  padding: 64px 0 72px 0;
  background-color: #ffffff;
}
.covidLink{
  display: block;
  margin-bottom: 32px;
}
.covidLink a{
  width: 620px;
  display: block;
  margin: 0 auto 0 auto;
  background-color: #ffffff;
  font-weight: 700;
  line-height: 72px;
  color: #e60012;
  text-decoration: none;
}

#fixedToop{
  display: none;
  position: fixed;
  top: calc( 50vh - 36px);
  right: 0;
  z-index: 7000;
}
#fixedToop a{
  width: 72px;
  height: 0;
  display: block;
  padding-top: 72px;
  background-color: #120c0c;
  overflow: hidden;
}

#footer {
  width: 100%;
  display: block;
  padding: 0 0 78px 0;
  background-color: #120c0c;
  color: #ffffff;
  position: absolute;
}
#footer:before{
  content:"";
  width: 100%;
  height: 12px;
  background: url(../../img/bg_footer.png) no-repeat center top;
  background-size: 100% 12px;
  position: absolute;
  top: -12px;
  left: 0;
}
#footer .covidBtn{
  margin-bottom: 12px;
  position: fixed;
  right: -4px;
  top: 130px;
}
#footer .covidBtn img{
  width: 62px;
  height: auto;
}

#footer .navBtnList {
  z-index: 2;
  position: fixed;
  right: -4px;
  top: 340px;
}
#footer .navBtnList li {
  margin-bottom: 8px;
}
#footer .navBtnList li img{
  width: auto;
  height: 48px;
}
#footer .footerTop {
  padding: 20px 0 0 0;
  text-align: center;
}
#footer .footerTop .linkList {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  display: inline-block;
  text-align: center;
  vertical-align: top;
	border-left: none;
  border-right: none;
}
#footer .footerTop .linkList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#footer .footerTop .linkList li {
	display: inline-block;
	font-size: 1.4rem;
  line-height: 1.2;
  border-right: 1px solid #ffffff;
}
#footer .footerTop .linkList li:first-child {
  border-left: 1px solid #ffffff;
}
#footer .footerTop .linkList li a {
  position: relative;
  top: 0;
  color: #ffffff;
  display: block;
  padding: 0 21px;
}
#footer .footerTop .linkList li a:hover {
  text-decoration: none;
}

#footer .footerBottom {
  width: 728px;
  margin: 54px auto 0 auto;
  text-align: center;
}
#footer .footerBottom .copyright {
  width: 50%;
  display: block;
  float: left;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: left;
}
#footer .footerBottom .archiveBtn{
  width: 50%;
  display: block;
  float: right;
}
#footer .footerBottom .archiveBtn a{
  height: 40px;
  display: block;
  border: 3px solid #ffffff;
  line-height: 40px;
  text-decoration: none;
  color: #ffffff;
}
#footer .footerBottom .archiveBtn a.arrowL{
  background-size: 27px auto;
}
#footer .footerBottom:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


#footer .footerBottom .copyright2 {
  width: 50%;
  display: block;
  float: right;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: right;
}
#footer .footerBottom .copyright2 {
  width: 50%;
  display: block;
  float: right;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: right;
}
#footer .archiveBtn2{
  width: 50%;
  display: block;
  margin: 42px auto 0 auto;
  text-align: center;
}
#footer .archiveBtn2 a{
  height: 40px;
  display: block;
  border: 3px solid #ffffff;
  line-height: 40px;
  text-decoration: none;
  color: #ffffff;
}
#footer .archiveBtn2 a.arrowL{
  background-size: 27px auto;
}

#footer .footerBottom dl{
  width: 50%;
  display: block;
  float: left;
  font-size: 1.4rem;
  text-align: left;
}
#footer .footerBottom dl dt{
  width: 50px;
  height: auto;
  display: block;
  float: left;
}
#footer .footerBottom dl dd{
  padding: 0 0 0 60px;
}

.foot_ask {
  display: inline-block;
  margin: 0 auto 15px auto;
  padding: 20px;
  text-align: center;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.foot_ask dt {
  width: 80px;
  display: block;
  float: left;
}
.foot_ask dd {
  padding: 0 0 0 90px;
  text-align: left;
}

/* Banner */
.B1col{
  display: block;
}
.B1col li{
  display: block;
  margin-bottom: 20px;
}
.B1col li:last-child{
  margin-bottom: 0;
}
.B2col{
  display: block;
}
.B1col:after,
.B2col:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.B2col li{
  width: 49%;
  display: block;
  float: left;
  margin: 0 0 20px 2%;
}
.B2col li:nth-child(2n){
  clear: right;
}
.B2col li:nth-child(2n+1){
  margin: 0 0 20px 0;
  clear: left;
}
.BmarginTop{
  margin-top: 20px;
}

/* フッターコンテンツ */
#bottomContents{
	display: block;
	padding: 42px 0 54px 0;
	background-color: #ffffff;
  position: relative;
}
#bottomContents:before{
  content:"";
  width: 100%;
  height: 32px;
  background: url(../../img/bg_contentsL_t.png) no-repeat center top;
  background-size: 100% 32px;
  position: absolute;
  top: -32px;
  left: 0;
}
#bottomContents .linksBanners{
	width: 100%;
}
#bottomContents .linksBanners:after{
	content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#bottomContents .btnList,
#bottomContents .btnList2 {
    float: left;
    margin-bottom: 42px;
    width: 65%;
}
.tw_box{
	width: 48%;
	float: left;
}
.fb_box{
	width: 48;
	float: right;
}
#bottomContents .btnList:after,
#bottomContents .btnList2:after{
clear: none;
display: inline;
}
#bottomContents .btnList li {
    float: left;
    margin-bottom: 18px;
    width: 48%;
    margin-right: 2%;
}
#bottomContents .btnList li.under_banner2 {
    float: none;
    margin-bottom: 18px;
    width: 98%;
    margin-right: 2%;
}
#bottomContents .btnList li.under_banner,
#bottomContents .btnList2 li.under_banner{
	display: block;
}
#bottomContents .btnList li.under_banner a,
#bottomContents .btnList2 li.under_banner a{
	width: 100%;
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
}
.btnList li.under_banner a img{
	width: 100%;
	height: auto;
}
#bottomContents .btnList2 li {
    margin-bottom: 18px;
    width: 96%;
}

/* bread crumbs
------------------------------------------------------------*/
/* breadcrumbs */
#breadcrumbs{
width: 100%;
display: block;
padding: 60px 0 42px 0;
font-size: 1.2rem;
color: #120c0c;
}
#breadcrumbs .container{
	padding: 32px 0 0 0;
	background: url(../img/separation_line.png) no-repeat left top;
	background-size: auto 1px;
	text-align: left;
}
#breadcrumbs .container ol{
	display: block;
}
#breadcrumbs .container ol li{
	display: inline-block;
	margin: 0 0 0 10px;
}
#breadcrumbs .container ol li:before{
	content: ">";
	display: inline-block;
	margin: 0 10px 0 0;
}
#breadcrumbs .container ol li:first-child{
	margin: 0 0 0 0;
}
#breadcrumbs .container ol li:first-child:before{
	content: "";
	display: inline-block;
	margin: 0 0 0 0;
}
#breadcrumbs .container ol li a{
  color: #120c0c;
	text-align: left;
}


.footerSNS{
  width: 100%;
  display: block;
  padding: 32px 0 54px 0;
  background-color: #e60012;
  color: #120c0c;
  text-align: center;
}
.listSNS{
  display: inline-block;
  margin: 0 auto 0 auto;
}
.listSNS li{
  width: 72px;
  height: 72px;
  display: inline-block;
  margin: 0 20px 0 20px;
}
.listSNS li a{
  width: 72px;
  height: 0;
  display: block;
  padding-top: 72px;
  border-radius: 36px;
  overflow: hidden;
}
.listSNS li.in a{
	background: url(../../img/ico_in.svg) no-repeat center center;
	background-size: 40px auto;
	background-color: #120c0c;
}
.listSNS li.tw a{
	background: url(../../img/ico_tw.svg) no-repeat center center;
	background-size: 40px auto;
	background-color: #120c0c;
}
.listSNS li.fb a{
	background: url(../../img/ico_fb.svg) no-repeat center center;
	background-size: auto 45px;
	background-color: #120c0c;
}
.listSNS li.yt a{
	background: url(../../img/ico_yt.svg) no-repeat center center;
	background-size: 40px auto;
	background-color: #120c0c;
}


/* page main
------------------------------------------------------------*/
#pageTitleArea {
		background-color: #978500;
		color: #ffffff;
    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;
}
#pageTitleArea .pageTitle {
    padding: 10px 5px 10px 5px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #ffffff;
    font-weight: 500;
    text-align: left;
    letter-spacing: 2px;
}

/* Title Setting
------------------------------------------------------------*/
.modTitle01 {
  letter-spacing: 2px;
  font-size: 5.0rem;
	font-weight: bold;
	font-weight: 700;
  text-align: center;
}
.modTitle01:before {
  display: inline-block;
  position: relative;
  top: 12px;
}
.modTitle01 .ruby {
  margin-top: -6px;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 1rem;
}
.modTitle01 {
  display: inline-block;
  margin: 0 auto 0 auto;
  font-size: 3.2rem;
}
.modTitle01 span{
  display: inline-block;
  padding: 10px 20px 10px 20px;
  font-size: 5.0rem;
  line-height: 1;
  background-color: #120c0c;
  color: #ffffff;
}
.modTitle02 {
  font-size: 2.2rem;
  padding: 24px 20px 24px 20px;
  margin: 0 0 30px 0;
  border-top: 1px solid #e60012;
  color: #e60012;
}
.modTitle03 {
  display: block;
  padding: 15px 0 16px 0;
  margin: 0;
  position: relative;
  background-color: #ffffff;
}
.modTitle03.noborder{
  border-bottom: none;
  color: #120c0c;
}
.modTitle03 .title {
  display: block;
  padding: 0 0 36px 0;
	background: url(../../img/bg_footer_t.png) no-repeat left bottom;
	background-size: 100% 16px;
  font-size: 3.2rem;
  font-weight: bold;
	line-height: 1.6;
  color: #120c0c;
}
.modTitle03 .now {
  display: inline-block;
  margin-left: 10px;
  color: #120c0c;
}

.modTitle03 .head {
  display: block;
  margin-bottom: 10px;
}

.date{
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  color: #050505;
}

.category {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  padding: 2px 0 4px 0;
  margin-right: 6px;
}

.movSub .category_color01 {
  background-color: #ff6c00;
}
.movSub .category_color02 {
  background-color: #ff6c00;
}
.movSub .category_color03 {
  background-color: #ff6c00;
}
.movSub .category_color04 {
  background-color: #ff6c00;
}
.movSub .category_color05 {
  background-color: #ff6c00;
}
.movSub .category_color06 {
  background-color: #ff6c00;
}

.label {
  display: inline-block;
  margin-left: 6px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px 6px 10px;
  color: #FFF;
}

.modTitle03 .label_pay {
  background: #FF2424;
}

.label_r18 {
  background-color: #ffffff;
  color: #E62A2A;
  border: 1px solid #E62A2A;
}

.label_r15 {
  background-color: #ffffff;
  color: #FB3CC3;
  border: 1px solid #FB3CC3;
}

.label_pg12 {
  background-color: #ffffff;
  color: #009EEC;
  border: 1px solid #009EEC;
}

.modTitle04{
	display: block;
	margin:0 auto 32px auto;
  font-size: 2.4rem;
  font-weight: bold;
  font-weight: 500;
  color: #e60a15;
  text-align: center;
}
.modTitle04 span{
	display: inline-block;
  padding: 0 0 10px 0;
  border-bottom: 5px solid #e60a15;
}

.modTitle04 .link {
  background-color: #120c0c;
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  border: 0;
}

.modTitle04 .link:after {
  margin-left: 10px;
}

.modTitle05 {
	display: block;
  margin: 54px 0 32px 0;
	padding: 54px 0 0 0;
  font-size: 2.6rem;
  font-weight: 700;
  color: #120c0c;
	border-top: 1px solid #e60012;
	text-align: left;
  color: #e60a15;
}

.modTitle06 {
	display: block;
  margin: 42px 0 16px 0;
  font-size: 2.2rem;
  font-weight: 700;
  color: #120c0c;
	text-align: left;
}

/* btn setting
------------------------------------------------------------*/
.modBtn01,
.modBtn01_w{
	display: block;
	margin: 54px auto 72px auto;
	text-align: center;
}
.modBtn01 a,
.modBtn01_w a{
  width: 540px;
	height: 72px;
	display: block;
	margin: 0 auto 0 auto;
  border: none;
  box-sizing: border-box;
  background-color: #120c0c;
	border: 5px solid #ffffff;
	color: #ffffff;
  font-size: 2.4rem;
	font-weight: 700;
	line-height: 62px;
	text-align: center;
	text-decoration: none;
}
.modBtn01_w a {
  border: 1px solid #ffffff;
  color: #ffffff;
}


.modBtn01.gotoTopBlock a{
	border: 1px solid #120c0c;
  color: #120c0c;
}

.modBtn01 a:hover,
.modBtn01_w a:hover,
.modBtn02 a:hover {
  opacity: .8;
}
.modBtn03 {
  display: block;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  position: relative;
	margin-top: 20px;
}
.modBtn03 a {
    display: block;
	  padding: 15px 55px;
		font-size: 18px;
	  font-size: 1.8rem;
		background-color: #e60012;
    color: #fff;
		border-radius: 8px;
}
.modBtn03.modBtn03_free a {
    display: block;
	  padding: 15px 55px;
		font-size: 18px;
	  font-size: 1.8rem;
		background-color: #e60012
    color: #ffffff;
		border-radius: 8px;
}
.modBtn03 a:before {
    background-image: url(../img/iconSankaku08.png);
    width: 12px;
    height: 17px;
}
.arrowL{
  display: block;
  background: url(../../img/ico_link.svg) no-repeat right 20px center;;
  background-size: 54px auto;
}
.arrowBack{
  display: block;
  background: url(../../img/ico_back.svg) no-repeat left 20px center;;
  background-size: 54px auto;
}
.arrowLB{
  display: block;
  background: url(../../img/ico_linkB.svg) no-repeat right 20px center;;
  background-size: 54px auto;
}
.arrowLR{
  display: block;
  background: url(../../img/ico_linkR.svg) no-repeat right 20px center;;
  background-size: 54px auto;
}
.arrowPB{
  padding: 0 0 0 12px;
  background: url(../../img/ico_pageB.svg) no-repeat left 10px center;
  background-size: auto 18px;
}
.arrowT{
  padding: 0 0 0 0;
  background: url(../../img/ico_pageT.svg) no-repeat center center;
  background-size: auto 40px;
}

/* modBlock
------------------------------------------------------------*/
.modBlock01 {
  position: relative;
}
.modBlock01 a {
  color: #120c0c;
  text-decoration: none;
  display: block;
  position: relative;
}
.modBlock01 .category {
  position: absolute;
	left: -2px;
	top: -2px;
  line-height: 21px;
  color: #ffffff;
  font-size: 1.1rem;
  padding: 0 5px;
  height: 21px;
  z-index: 7000;
}
.modBlock01 .category:before {
  content: "";
  background-position: center;
  width: 5px;
  height: 21px;
  position: absolute;
  top: 0;
  right: -5px;
}
.modBlock01 .newsCategory{
  display: inline-block;
  margin-right: 16px;
  font-size: 1.2rem;
}
.modBlock01 .newsCategory:before{
  content: "●";
  display: inline-block;
  margin-right: 3px;
  font-size: 1.2rem;
}
.newsNew{
  display: inline-block;
  margin-right: 5px;
  font-size: 1.2rem;
  color: #e60012;
}
.modBlock01 .category_colorNew {
  background: #FF3333;
}
.modBlock01 .category_colorNew:before {
  background-image: url(../img/iconNew.png);
}
.modBlock01 .category_color01 {
  color: #6cc9db;
}
.modBlock01 .category_color02 {
  color: #e60914;
}
.modBlock01 .category_color03 {
  color: #ef8c8c;
}
.modBlock01 .category_color04 {
  color: #BC996F;
}
.modBlock01 .category_color05 {
  color: #BC996F;
}
.modBlock01 .category_color06 {
  color:#BC996F;
}
.modBlock01 .category_color06:before {
  background-image: url(../img/iconCategory06.png);
}
.modBlock01 .category_icon02 .category:before {
  background-image: url(../img/iconNotice.png);
}
.modBlock01 .category_icon03 .category:before {
  background-image: url(../img/iconOfficial.png);
}
.modBlock01 .category_icon04 .category:before {
  background-image: url(../img/iconEvent.png);
}
#news a .imgBlock{
  width: 100%;
  height: auto;
  overflow: hidden;
}
#news a .imgBlock img:hover{
  transform: scale(1.2,1.2);
  cursor: pointer;
}
#news a .imgBlock img{
  width: 100%;
  height: 155px;
  transition-duration: 0.5s;
}
#news a .imgBlock img:hover{
  transform: scale(1.2,1.2);
  cursor: pointer;
}
.modBlock01 .title {
  background-color: #FFF;
  padding: 15px 10px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}


.modBlock02 {
  background-color: #00AAC3;
  padding: 1px;
  position: relative;
  height: 147px;
}

.modBlock02:before {
  content: "";
  background-image: url(../img/iconSankaku02.png);
  background-position: center;
  width: 12px;
  height: 13px;
  position: absolute;
  bottom: 7px;
  right: 7px;
}

.modBlock02 a {
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  text-decoration: none;
}

.modBlock02 a:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.modBlock02 a .imgBlock {
  float: left;
  margin-right: 10px;
}

.modBlock02 a .imgBlock img {
  width: 107px;
}

.modBlock02 a .info {
  box-sizing: border-box;
  padding: 10px;
  text-align: left;
}

.modBlock02 a .info .title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.modBlock02 a .info .text {
  font-size: 1.1rem;
}

.modBlock05 .imgBlock iframe, .modBlock05 .imgBlock embed {
  width: 100%;
  height: 407px;
}

.modBlock05 .imgBlock img {
  width: 100%;
}

.modBlock05 .textAgency {
  display: block;
  font-size: 0.9rem;
  margin: 0 0 0 0;
  padding: 0 4px 0 4px;
	text-align: right;
  background-color: #ffffff;
  color: #120c0c;
}
.modBlock05 .textLink {
  margin: 15px 0 40px;
}

.modBlock05 .textLink a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #120c0c;
  padding: 15px;
  background: url(../img/iconSankaku04.png) no-repeat left center;
}


.modBlock06 .time {
  background-color: #7A959D;
  color: #FFF;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.modBlock06 .time_pay:before {
  background-color: #FF2424;
  content: "\6709\6599";
  display: inline-block;
  float: right;
  padding: 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.modBlock06 .category {
  background-color: #3FB569;
  color: #FFF;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

.modBlock06 .category_color01 {
  background-color: #3FB569;
}

.modBlock06 .category_color02 {
  background-color: #B6B407;
}

.modBlock06 .category_color03 {
  background-color: #DD6197;
}

.modBlock06 .category_color04 {
  background-color: #4C75C7;
}

.modBlock06 .category_color05 {
  background-color: #F08833;
}

.modBlock06 .category_color06 {
  background-color: #81A72E;
}

.modBlock06 .category_color07 {
  background-color: #5FA9CE;
}

.modBlock06 .category_color08 {
  background-color: #E47154;
}

.modBlock06 .detail {
  background-color: #FFFFFF;
  padding: 12px 13px;
}
.modBlock06 .detail .rating {
  display: inline-block;
  font-weight: bold;
  padding: 2px 5px;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.modBlock06 .detail .rating_18 {
  color: #E62A2A;
  border: 1px solid #E62A2A;
}

.modBlock06 .detail .rating_15 {
  color: #FB3CC3;
  border: 1px solid #FB3CC3;
}

.modBlock06 .detail .rating_12 {
  color: #120c0c;
  border: 1px solid #120c0c;
}

.modBlock06 .detail .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 6px;
}
.modBlock06 .detail .stage {
  background-color: #E2E9EB;
  display: inline-block;
  padding: 3px 9px;
  margin-bottom: 10px;
}


.modBlock06 .detail .castList li {
  margin-bottom: 8px;
}

.modBlock07 a {
  border: 1px solid #120c0c;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding: 12px 6px;
  display: block;
  border-radius: 6px;
}

.modBlock07 a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.modBlockAccess {
  background-color: #ffffff;
  margin: 0 0 45px;
  width: 100%;
  position: relative;
}

.modBlockAccess:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.modBlockAccessMap {
  margin-bottom: 12px;
}

.modBlockAccessMap02 {
  margin-bottom: 12px;
  background-color: #F8FAFB;
  text-align: center;
}

.modBlockAccessMap02ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.modBlockAccessMap02 li {
  display: table-cell;
}
.modBlockAccessInfo {
  margin: 0 0 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
.modBlockAccessInfo .title {
  padding: 0 0 5px;
  margin: 0 0 10px;
  color: #e60012;
  border-bottom: dotted 1px #e60012;
}
.modBlockAccessInfo .inner {
  line-height: 1.8;
}

.modBlockAccess dt {
  width: 100px;
  padding: 14px 18px 14px 20px;
  height: 40px;
  line-height: 40px;
  color: #e60012;
  position: absolute;
  left: 0;
  font-size: 1.6rem;
  font-weight: 500;
}
.modBlockAccess dd {
  padding: 14px 20px 14px 130px;
  box-sizing: border-box;
  height: 68px;
  line-height: 40px;
  float: left;
  width: 100%;
}

.modBlockAccess select {
  width: 100%;
  max-width: 320px;
  border-radius: 4px;
  padding: 0 45px 0 20px;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url(../img/iconSelect.png);
  background-position: right center;
  background-repeat: no-repeat;
  border: 1px solid #e60012;
}

.IE .modBlockAccess select,
.firefox .modBlockAccess select {
  background-image: none;
  padding: 0 0 0 20px;
}

.modBlockList {
  border-bottom: solid 1px #C7D8DF;
  margin: 0 0 40px;
  padding: 0 0 40px;
}

.modBlockList .btn {
  max-width: 302px;
  margin: 0 auto;
}

.modBlock08 {
  color: #120c0c;
  font-size: 16px;
  font-size: 1.6rem;
}

.modBlock09 {
  background-color: #FCFDFD;
  padding: 30px;
}

.modBlock09 .iconList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.modBlock09 .iconList .iconBlock {
  width: 30%;
  float: left;
}
.modBlock09 .iconList .iconBlock:first-Child {
  width: 100%;
  margin-bottom: 14px;
}

.modBlock09 .iconList .iconBlock:last-Child {
  width: 40%;
}

.modBlock09 .iconList .iconBlock .info {
  display: inline-block;
}

.modBlock09 .iconList .iconBlock .info:before {
  content: "\2026";
  margin-right: 5px;
}

.modBlock09 .iconList .iconBlock .pay {
  display: inline-block;
  background-color: #FF2424;
  padding: 2px 2px;
  text-align: center;
  width: 66px;
  height: 22px;
  color: #FFF;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 10px;
}


.modBlock09 .iconList .iconBlock .rating {
  display: inline-block;
  font-weight: bold;
  padding: 1px 10px;
  text-align: center;
  width: 66px;
  height: 22px;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-right: 10px;
}

.modBlock09 .iconList .iconBlock .rating_18 {
  color: #E62A2A;
  border: 1px solid #E62A2A;
}

.modBlock09 .iconList .iconBlock .rating_15 {
  color: #FB3CC3;
  border: 1px solid #FB3CC3;
}

.modBlock09 .iconList .iconBlock .rating_12 {
  color: #120c0c;
  border: 1px solid #120c0c;
}

.modBlockScheduleList > dl {
  float: left;
  width: 50%;
}

/* modBox
------------------------------------------------------------*/
.modBox01 {
  margin: 42px 0 0 0;
  padding: 0;
  background-color: #fff;
  color: #120c0c;
}
/* modTable
------------------------------------------------------------*/
.modTable01 {
  width: auto;
  margin-bottom: 42px;
}
.modTable01 th, .modTable01 td {
  padding: 4px 12px 4px 12px;
  vertical-align: top;
}
.modTable01 tr {
	display: block;
	margin-bottom: 10px;
}
.modTable01 th {
	width: 60px;
  white-space: nowrap;
	background-color: #efefef;
}
.modTable01 td {
	padding-left: 10px;
  text-align: left;
}

.modTable02 {
  margin-bottom: 22px;
}

.modTable02 th {
  width: 5px;
  padding: 14px;
  font-size: 20px;
  font-size: 2rem;
  color: #FFF;
  text-align: center;
}

.modTable02 th.color01 {
  background-color: #F74A4A;
}

.modTable02 th.color02 {
  background-color: #B17BC7;
}

.modTable02 td {
  padding-left: 30px;
}

.detailCast{
  display: block;
}
.detailCast img{
  width: 320px;
  height: auto;
}
.detailImg{
  display: block;
}
.detailImg img{
  width: 200px;
  height: auto;
}

/* modList
------------------------------------------------------------*/
.modListNormal {
  margin: 0 0 0 2em;
}

ul.modListNormal li:before {
  content: "\0030fb";
  margin-left: -2em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 2em;
  text-align: center;
}

ol.modListNormal li {
  list-style: decimal;
}

/* indent */
.modIndent01 li {
  text-indent: -1em;
  margin: 0 0 0 1em;
}

.modIndent02 li {
  text-indent: -2.5em;
  margin: 0 0 0 2.5em;
}

.modList02:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.modList02 li {
  float: left;
  width: 32.2%;
  margin: 0 15px 25px 0;
}

.modList02 li:nth-child(3n) {
  margin-right: 0;
}

.modList02 li img {
  width: 100%;
}

/* Right Block
------------------------------------------------------------*/
.modList03 {
}

.modList03 .title {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  color: #120c0c;
}
.modList03 .title span{
	display: inline-block;
	padding: 5px;
  background-color: #120c0c;
	color: #ffffff;
}

#side .modList03 .title{
  padding: 12px 5px 12px 5px;
  background-color: #120c0c;
}
#side .modList03 .title span{
  display: inline-block;
	padding: 0;
  background-color: transparent;
	color: #ffffff;
}

.modList03 ul {
  padding: 0 15px 15px;
}

#side .modList03 ul {
  padding: 0 15px 15px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
}

.modList03 ul li {
  border-top: solid 1px #cccccc;
}
.modList03 ul li:first-child{
  border-top: solid 1px #cccccc;
}

#side .modList03 ul li:first-child{
  border-top: none;
}

.modList03 ul li a{
  display: block;
  padding: 15px 15px 15px 25px;
  background: url(../../img/ico_linkB.svg) no-repeat left center;
  background-size: auto 8px;
  color: #120c0c;
  text-decoration: none;
}

.modList03 ul li a:hover {
  opacity: .8;
  text-decoration: none;
}

.modList03 ul li.on a {
  background-color: #120c0c;
	color: #ffffff;
  pointer-events: none;
  cursor: normal;
}

.modList04 .title {
  background: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  padding: 15px 0;
}

.modList04 ul {
  padding: 0 10px 0 10px;
  background: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.modList04 ul li {
  padding: 0 0 15px;
}
.modList04 ul li:first-child{
  padding-top: 15px;
  border-top: solid 3px #120c0c;
}

.modList04 ul li a {
  display: block;
  border-bottom: solid 1px #120c0c;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-decoration: none;
}

.modList04 ul li a .date {
  display: block;
  margin: 4px 0 8px 0;
  padding: 0;
  text-decoration: none;
  text-align: right;
}

.modList04 ul li a dd {
  color: #120c0c;
  font-size: 1.4rem;
}

.modList04 ul li a:hover {
  opacity: .6;
  text-decoration: none;
}

.modList04 ul li:last-child {
  padding-bottom: 0;
}

.modList04 ul li:last-child a {
  border-bottom: none;
}
.modListBnr ul {
	margin-top: 32px;
}
.modListBnr ul li {
  text-align: center;
  margin-bottom: 10px;
}

#side .sns .listSp li,
#bottomContents .listSp li{
  margin-bottom: 10px;
}
#side .sns .listSp li:last-child,
#bottomContents .listSp li:last-child{
  margin-bottom: 0;
}

.modSnsList {
  text-align: right;
}

.modSnsList li {
  display: inline-block;
  margin-left: 20px;
}

.modSnsList li.fb {
  position: relative;
  top: -5px;
}

.modList05 {
  margin: 0 -2%;
  padding: 0;
}

.modList05:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.modList05 > li {
  width: 23%;
  float: left;
  margin: 20px 1% 0;
  background: #FFF;
}

.modList05 > li:nth-child(1), .modList05 > li:nth-child(2), .modList05 > li:nth-child(3), .modList05 > li:nth-child(4) {
  margin: 0 1% 0;
}
.modList06 {
  margin: 0 -1%;
}

.modList06:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.modList06 li {
  text-align: center;
  width: 19%;
  float: left;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0.5% 20px;
}
.modList06 li.active {
  background-color: #120c0c;
  border: 1px solid #120c0c;
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;
}
.modList06 li a {
  display: block;
  color: #120c0c;
  border-radius: 6px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  padding: 10px;
  text-decoration: none;
}
.modList06 li a span,
.modList06 li.active span{
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 2.2rem;
}
.modList06 li a:hover {
  border: 1px solid #120c0c;
  background-color: #120c0c;
  color: #ffffff;
  text-decoration: none;
}

.modList07 {
  background-color: #E2E9EB;
  padding: 14px 20px;
}

.modList07:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.modList07 li {
  float: left;
  width: 50%;
}

.modListNews {
	margin: 20px 0 42px 0;
}

.modListNews li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.modListNews li a {
  display: block;
  padding: 30px 0;
  border-bottom: solid 1px #cccccc;
  text-decoration: none;
}

.modListNews li:first-child a {
  border-top: none;
}
.modListNews li a:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.modListNews li a:hover {
  text-decoration: none;
}

.modListNews li a:hover .title, .modListNews li a:hover .thumb {
  opacity: 0.7;
}

.modListNews li a .thumb {
  width: 210px;
  float: left;
}
.modListNews li a .body {
  margin-left: 230px;
  text-align: left;
}
.modListNews li a .body .head {
  margin-bottom: 10px;
}

.modListNews li a .body .head .category {
  line-height: 1;
  font-size: 1.2rem;
  margin-right: 16px;
}
.modTitle03.newsTitle .category:before,
.modListNews .head .category:before{
  content: "●";
  display: inline-block;
  margin-right: 3px;
  font-size: 1.2rem;
}
.modTitle03.newsTitle .category_color01,
.modListNews .head .category_color01 {
  color: #6cc9db
}
.modTitle03.newsTitle .category_color02,
.modListNews .head .category_color02 {
  color: #e60914
}
.modTitle03.newsTitle .category_color03,
.modListNews .head .category_color03 {
  color: #ef8c8c;
}
.modTitle03.newsTitle .category_color04,
.modListNews .head .category_color04 {
  bcolor: #BC996F;
}
.modTitle03.newsTitle .category_color05,
.modListNews .head .category_color05 {
  color: #BC996F;
}
.modTitle03.newsTitle .category_color06,
.modListNews .head .category_color06 {
  color: #BC996F;
}

.modListNews .date{
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  color: #050505
}

.modListNews li a .body .title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #120c0c;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: underline;
}
.modListNews li a:hover .body .title {
  text-decoration: none;
}
.modListBnr ul li {
  text-align: center;
  margin-bottom: 10px;
}

.modListNum {
  margin: 0 0 26px;
}

.modListNum li {
  margin: 0 0 8px;
  padding: 0 0 0 26px;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}

.modListNum_column02:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.modListNum_column02 li {
  width: 48%;
  float: left;
  margin: 0 1% 8px 0;
  box-sizing: border-box;
}

.modListNum .num {
  position: absolute;
  top: 0.2em;
  left: 0;
  background-color: #7E8F96;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  line-height: 18px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}
.modListAccessDetail li {
  background-color: #fff;
  margin: 0 0 20px;
  padding: 25px;
  position: relative;
}

.modListAccessDetail .btn {
  position: absolute;
  top: 25px;
  right: 25px;
}
.modListAccessDetail table {
  table-layout: fixed;
}

.modListAccessDetail th, .modListAccessDetail td {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
}

.modListAccessDetail th {
  width: 80px;
  padding: 0 10px 10px 0;
}

.modListAccessDetail td {
  padding: 0 0 10px;
}

.modListAccessDetail td a {
  color: #e60012;
  text-decoration: underline;
}

.modListAccessDetail td a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* other
------------------------------------------------------------*/
/*↓消さないこと*/
.modLoading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.modLoading i {
  font-size: 24px;
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
}

/*↑消さないこと*/
.modFormSelect {
  width: 100%;
  border-radius: 4px;
  padding: 0 45px 0 20px;
  margin: 0 0 20px;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url(../img/iconSelect.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.IE .modFormSelect,
.firefox .modFormSelect {
  background-image: none;
  padding: 0 0 0 20px;
}

/*------------------------------------------------------------
--------------------------------------------------------------

 SP

--------------------------------------------------------------
------------------------------------------------------------*/
@media screen and (max-width: 768px) {

/* Reset
------------------------------------------------------------*/
.modOnlyPc {
  display: none !important;
}

.modOnlySp {
  display: block !important;
}

.pc_br{
  display: none;
}

.sp_br{
  display: inline;
}

/* link
------------------------------------------------------------*/
a:hover {
  text-decoration: underline;
}

/* Fonts
------------------------------------------------------------*/
body {
  background: url(../../img/bg.jpg) repeat left top;
  background-size: 20px 20px;
  background-color: #ffff01;
	font-size: 1.4rem;
	font-weight: 400;
  line-height: 1.6;
}

/* layout */
#main{
  padding: 0 10px 42px 10px;
  border: 3px solid #120c0c;
  position: relative;
  overflow: visible;
  text-align: center;
}
#main:before{
  height: calc(100% + 15px);
  transform: rotate(0.07deg);
}
#main:after{
  height: calc(100% + 25px);
  transform: rotate(0.1deg);
}

.container {
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
}
#contents{
  padding: 32px 0 0 0;
}

.leftContent{
  width: 100%;
  padding-bottom: 0;
  background: none;
  background-color: #ffffff;
}
.leftContent:before{
  content:"";
  width: 100%;
  height: 24px;
  background: url(../../img/bg_contentsL_t.png) no-repeat center top;
  background-size: 100% 24px;
  position: absolute;
  top: -24px;
  left: 0;
}
.leftContent .container{
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 54px
}
.leftContent .container:before{
  content:"";
  width: 100%;
  height: 24px;
  background: url(../../img/bg_contentsL_b.png) no-repeat center top;
  background-size: 100% 24px;
  position: absolute;
  bottom: -24px;
  left: 0;
}

.rightContent{
  width: 100%;
  padding-bottom: 0;
  background: none;
  background-color: #ffffff;
}
.rightContent:before{
  content:"";
  width: 100%;
  height: 24px;
  background: url(../../img/bg_contentsR_t.png) no-repeat center top;
  background-size: 100% 24px;
  position: absolute;
  top: -24px;
  left: 0;
}
.rightContent .container{
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 54px
}
.rightContent .container:before{
  content:"";
  width: 100%;
  height: 24px;
  background: url(../../img/bg_contentsR_b.png) no-repeat center top;
  background-size: 100% 24px;
  position: absolute;
  bottom: -24px;
  left: 0;
}

#contents .column1 #side {
  margin: 32px 0 0 0;
}

#contents .column2 #main {
  width: 100%;
  float: none;
}
#contents .column2 #side {
  width: 100%;
  float: none;
}
.modTxt01 {
  line-height: 2;
  margin: 0 0 24px 0;
}

.modImg01{
  margin: 0 0 24px 0;
  padding: 0;
  background-color: #ffffff;
}

.modImg01 img{
  width: 100%;
  height: auto;
}

.modImgPoster{
  margin: 32px 0 0 0;
}
.modImgPoster img{
  width: 60%;
  height: auto;
  text-align: center;
}

.accessBtn{
	display: inline-block;
	padding: 3px 10px 3px 10px;
	margin-left: 5px;
	font-size: 1.1rem;
	line-height: 1;
  color: #e60012;
	border: 1px solid #e60012;
	border-radius: 2px;
  text-decoration: none;
}

.ticketBtn{
	margin: 42px auto 0 auto;
}
.ticketBtn a{
	line-height: 72px;
}
.ticketBtn_w{
	margin: 42px auto 0 auto;
}
.ticketBtn_w a{
	line-height: 72px;
}


/* Header
------------------------------------------------------------*/
#header{
  display: block;
  padding: 10px 0 0 0;
  padding: 46px 0 0 0;
  background: none;
}
#top #header{
  display: block;
  padding-top: calc(58% + 32px);
  background: url(../img/bg_head.png) no-repeat center top 32px;
  background-size: contain;
}

h1 a{
	width: auto;
	float: none;
	padding-top: 40px;
	background: url(../img/logo.svg) no-repeat center center;
  background-size: auto 40px;
	overflow: hidden;
}
#header .headerBg{
	padding-top: 10px;
	padding-bottom: 10px;
	background: none;
}
#header .headDate{
	width: 100%;
  height: auto;
  margin: 0 0 0 0;
	float: none;
}
#header .headDate h3{
	width: auto;
	height: 0;
  margin: 9px 0 12px 0;
	padding-top: 18px;
	background: url(../img/date.svg) no-repeat center center;
  background-size: auto 18px;
  position: relative;
  bottom: auto;
  right: auto;
}
#header .headDate h4{
  display: none;
}

#header .top {
  padding: 8px 0 8px 0;
  position: relative;
  z-index: 99;
	font-size: 1.2rem;
}
#header .headTop_left {
	width: auto;
	display: block;
	float: none;
	overflow: hidden;

}
#header .headTop_right {
	width: auto;
	display: block;
	float: none;
}
#header .emergeNews {
	display: block;
  margin-bottom: 8px;
  padding-bottom: 4px;
	text-align: left;
  font-size: 1.0rem;
  border-bottom: 1px solid #cccccc;
}
#header .emergeNews a{
	color: #ffffff;
}
#header .emergeNews:before {
	font-size: 0.8rem;
	line-height: 1.2rem;
}
#header .emergeNews span{
	display: inline-block;
	margin-right: 10px;
	font-size: 0.8rem;
	line-height: 1.2rem;
}
#header .top .container {
  position: relative;
}
#header .top .btnList{
  top: -26px;
}
#header .top .btnList li {
	display: inline-block;
	margin-left: 7px;
	padding-left: 10px;
  border-left: 1px solid #999999;
}
#header .top .btnList li:first-child {
	margin-left: 0;
	padding-left: 0;
  border-left: none;
}
#header .top .btnList li a {
  color: #cccccc;
  font-family: Helvetica, Arial, 'Noto Sans JP','游ゴシック',YuGothic,Meiryo,'メイリオ',Verdana,'Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック' sans-serif;
  font-weight: bold;
	text-decoration: none;
}
#header .top .btnList li a:hover {
  color: #cccccc;
}
#header .top .btnList li a.press:before {
  display: inline-block;
  width: 12px;
  height: 14px;
  position: absolute;
}
#header .top .btnList li a.eng:before {
  display: inline;
  padding-right: 10px;
}
#header .top .scheduleBtn {
  float: left;
	margin-right: 15px;
}
#header .top .scheduleBtn a {
  background-color: #ffff01;
  padding: 5px 23px 5px 23px;
}
#header .top .scheduleBtn a:hover {
  background-color: #ffff01;
}
#header .top .scheduleBtn a:before {
  background-image: url(../img/iconClock03.png);
  width: 16px;
  height: 15px;
}
/* ナビ */
#header .navi_img{
  width: 60px;
  display: block;
  position: absolute;
  top: -64px;
  left: 5px;
}
#header .navi_img.active{
  position: absolute;
  top: -100px;
  left: 5px;
}
#header .navi_img img{
  width: 60px;
  height: auto;
}
#header .menuBtn {
  width: 100%;
  height: 40px;
  display: block;
  background: url(../img/headerMenuSp.png) no-repeat center center;
  background-size: auto 26px;
  background-color: #ffffff;
  position: relative;
  top: auto;
  right: auto;
  border-top: 2px solid #120c0c;
}
#header .menuBtn.active {
  background-image: url(../img/headerMenuCloseSp.png);
  background-size: auto 26px;
  background-color: #000000;
}
#header #gNav{
  margin: 0;
	padding: 0;
	background-color: #ffffff;
  border-top: none;
  border-bottom: 2px solid #120c0c;
}
#header #gNav .container{
  margin: 0 !important;
	position: relative;
}
#header .gNavList {
	width: 100%;
	display: none;
  margin: 0 auto;
	position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 4px 5.4px 0.6px rgba(0, 0, 0, 0.3);
  z-index: 7000;
}
#header .gNavList.active {
  display: table !important;
}
#header .gNavList > li {
  width: 100%;
	display: inline-table;
	margin: 0;
  padding: 0;
	position: static;
  box-sizing: border-box;
  border-bottom: none;
	font-weight: bold;
	font-weight: 400;
}
#header .gNavList > li.noSub.snsBtn{
  padding: 10px 0 10px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  z-index: 7000;
}
#header .gNavList > li:hover {
    border-bottom: none;
}
#header .gNavList > li.nonlink{
    background-color: #eeeeee;
    border-bottom: 1px solid #cccccc;
    border-right: 0 none;
    border-top: 0 none;
    font-size: 1.3rem;
    font-weight: 400;
    padding: 10px;
    text-align: left;
    position: relative;
    z-index: 7000;
    line-height: 16px;
}
#header .gNavList > li.noSub > a{
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
  border-right: 0 none;
  border-top: 0 none;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 10px;
  text-align: left;
  position: relative;
  z-index: 7000;
  line-height: 16px;
  display: block;
}
#header .gNavList > li > p {
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
    border-right: 0 none;
    border-top: 0 none;
    font-size: 1.3rem;
    font-weight: 400;
    padding: 15px 10px 15px 10px;
    text-align: left;
    position: relative;
    z-index: 7000;
    line-height: 16px;
    color: #120c0c;
}
#header .gNavList > li > p:before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 8px;
    background: url(../img/ico_open.png) no-repeat center center;
    background-size: 12px;
}
#header .gNavList > li.on > p:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 8px;
  background: url(../img/ico_close.png) no-repeat center center;
  background-size: 12px;
}
#header .gNavList > li:first-child > p {
    border-top: 1px solid #cccccc;
}
#header .gNavList > li.on > p {
    background-color: #120c0c;
    color: #ffffff;
}
#header .gNavList > li.column1 {
  width: 100%;
}
#header .gNavList > li.column1 a{
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
  border-right: 0 none;
  border-top: 0 none;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 10px;
  text-align: left;
  position: relative;
  z-index: 7000;
}
#header .gNavList > li > .subNav {
  width: 100%;
	display: none;
  border: none;
  padding: 10px 0;
  box-sizing: border-box;
	position: relative;
  top: auto;
	left: auto;
	z-index: 99;
  border-bottom: 1px solid #cccccc;
}
#header .gNavList > li > .subNav li {
  border: solid 5px #FFF;
  width: calc(50%);
  float: left;
  box-sizing: border-box;
}
#header .gNavList > li > .subNav li.subNavTit {
  width: auto;
  height: auto !important;
  display: block;
  float: none;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  clear: both;
  border: none;
  border-bottom: 2px solid #e60012;
  color: #e60012;
  font-weight: 700;
  text-align: left;
  box-sizing: border-box;
}
#header .gNavList > li > .subNav li:last-child a {
  padding-bottom: 4px;
}
#header .gNavList > li > .subNav li:nth-Child(even) a {
  border-right: 0;
}
#header .gNavList > li > .subNav li a {
  height: 32px;
  display: block;
  margin: 0;
  padding: 4px 2px;
  background-color: #ffff01;
  color: #120c0c;
  font-size: 1.0rem;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
  align-items: center;
  border-bottom: 0;
}
#header .gNavList > li > .subNav li a.row2 {
  line-height: 14px;
  padding: 6px 2px 0 2px;
}

#header .gNavList > li.noSub.snsBtn a{
  width: 40px;
}
#header .gNavList > li.noSub.snsBtn a span{
width: 40px;
height: 0;
display: block;
padding-top: 40px;
border-radius: 20px;
overflow: hidden;
}
#header .gNavList > li.noSub.snsBtn a span.in{
background: url(../../img/ico_in.svg) no-repeat center center;
background-size: 17px auto;
background-color: #120c0c;
}
#header .gNavList > li.noSub.snsBtn a span.tw{
background: url(../../img/ico_tw.svg) no-repeat center center;
background-size: 17px auto;
background-color: #120c0c;
}
#header .gNavList > li.noSub.snsBtn a span.fb{
background: url(../../img/ico_fb.svg) no-repeat center center;
background-size: 11px auto;
background-color: #120c0c;
}
#header .gNavList > li.noSub.snsBtn a span.yt{
background: url(../../img/ico_yt.svg) no-repeat center center;
background-size: 17px auto;
background-color: #120c0c;
}

#headBtn{
  width: calc(100% + 30px);
  height: 32px;
	display: block;
  top: 0;
	right: -15px;
}
#langBtn{
  width: 34px;
  height: 32px;
	display: block;
  background-color: #ffffff;
  color: #120c0c;
  border-top: 2px solid #120c0c;
  border-bottom: 2px solid #120c0c;
  border-left: 2px solid #120c0c;
  border-right: 2px solid #120c0c;
  font-size: 1.2rem;
  line-height: 28px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
	position: absolute;
	top: 0;
	right: 0;
  cursor: pointer;
  box-sizing: border-box;
}
#langBtn:hover{
  background-color: #ffffff;
  color: #120c0c;
}
#langBtn a{
  text-decoration: none;
  color: #120c0c;
}
#langBtn:hover a,
#langBtn:hover a:hover{
  background-color: #ffffff;
  color: #120c0c;
}
#fanyId{
  width: calc(100% - 34px);
  height: 32px;
	display: block;
  padding: 0 30px 0 15px;
  background-color: #120c0c;
  color: #ffffff;
  border-bottom: none;
  border-left: none;
  border-right: none;
  font-size: 1.2rem;
  line-height: 32px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-sizing: border-box;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}
#fanyId:hover{
  background-color: #120c0c;
  color: #ffffff;
}
#fanyId a{
  background-color: #120c0c;
  color: #ffffff;
}
#fanyId:hover a,
#fanyId:hover a:hover{
  background-color: #120c0c;
  color: #ffffff;
}

.headerInfo{
	display: none;
}


.headerInfo ul{
}
.headerInfo ul li{
	margin-left: 8px;
}
.headerInfo ul li{
	margin-left: 8px;
}
.headerInfo ul li a{
	width: 42px;
}
.headerInfo ul li a span{
	padding-top: 42px;
	border-radius: 21px;
}
.headerInfo ul li.in a span{
	background: url(../../img/ico_in.svg) no-repeat center center;
	background-size: 16px auto;
	background-color: #120c0c;
}
.headerInfo ul li.tw a span{
	background: url(../../img/ico_tw.svg) no-repeat center center;
	background-size: 18px auto;
	background-color: #120c0c;
}
.headerInfo ul li.fb a span{
	background: url(../../img/ico_fb.svg) no-repeat center center;
	background-size: auto 16px;
	background-color: #120c0c;
}
.headerInfo ul li.yt a span{
	background: url(../../img/ico_yt.svg) no-repeat center center;
	background-size: 16px auto;
	background-color: #120c0c;
}

/* Header fixed
------------------------------------------------------------*/
#header.fixedHeader{
  padding: 20px 0 0 0;
}
#header.fixedHeader .headerBg{
	padding-top: 8px;
	padding-bottom: 8px;
}
#header.fixedHeader h1{
  width: auto;
  float: none;
}
#header.fixedHeader h1 a{
  width: auto;
  padding-top: 32px;
	background: url(../img/logo.png) no-repeat center center;
  background-size: auto 32px;
}
#header.fixedHeader .headDate{
	width: auto;
  margin: 0;
	float: none;
}
#header.fixedHeader .headDate h3{
	width: auto;
	height: 0;
	margin: 6px 0 0 0;
	padding-top: 0;
	background: url(../img/h_date.png) no-repeat center center;
  background-size: contain;
}
#header.fixedHeader .headDate h4{
	display: none;
}
#header.fixedHeader .top {
	display: none;
}
#header.fixedHeader .menuBtn {
  display: block;
  width: 50px;
  height: 74px;
	margin: 0 0 0 0;
  padding: 5px;
  float: none;
  background: url(../img/headerMenu.png) no-repeat center 25px;
  background-size: auto 40px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
}
#header.fixedHeader .menuBtn.active {
  background: url(../img/headerMenuClose.png) no-repeat center 25px;
  background-size: auto 40px;
}
/* ナビ */
#header.fixedHeader #gNav{

}
#header.fixedHeader #gNav.active{
  display: block;
}
#header.fixedHeader .navi_img{
  width: 50px;
  position: absolute;
  top: -52px;
  left: 5px;
}
#header.fixedHeader .gNavList{
  display: none;
}
#header.fixedHeader .gNavList.active{
  display: block;
}
#header.fixedHeader .gNavList > li {
  width: 100%;
	display: inline-table;
	margin: 0;
  padding: 0;
	position: static;
  box-sizing: border-box;
  border-bottom: none;
	font-weight: bold;
	font-weight: 400;
}
#header.fixedHeader .gNavList > li.noSub.snsBtn{
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
}
#header .gNavList > li.noSub.snsBtn > a{
  background-color: transparent;
  border-bottom: none;
  display: inline-block;
  padding: 10px;
}
#header .gNavList > li.noSub.snsBtn > a img{
  width: auto;
  height: 32px;
}

#header.fixedHeader.gNavList > li:hover {
    border-bottom: none;
}
#header.fixedHeader .gNavList > li.nonlink {
  background-color: #eeeeee;
  border-bottom: 1px solid #cccccc;
  border-right: 0 none;
  border-top: 0 none;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 10px;
  text-align: left;
  position: relative;
  z-index: 7000;
  line-height: 16px;
}
#header.fixedHeader .gNavList > li.nonlink:hover {
  border-bottom: 1px solid #cccccc;
}
#header.fixedHeader .gNavList > li:hover a {
  color: #000000;
  text-decoration: none;
}
#header .gNavList > li > a {
  margin: 0;
  padding: 0 28px;
  display: inline-block;
  border-right: 1px solid #ccc;
	text-decoration: none;
}
#header.fixedHeader .gNavList > li:first-child > a {
  border-left: 1px solid #ccc;
}

#header.fixedHeader .gNavList > li > a:hover {
  text-decoration: none;
}
#header.fixedHeader .gNavList > li > .subNav {
  width: 100%;
	display: none;
  border: none;
  padding: 10px 0;
  box-sizing: border-box;
	position: relative;
  top: auto;
	left: auto;
	z-index: 99;
  border-bottom: 1px solid #cccccc;
}
#header.fixedHeader .gNavList > li > .subNav li {
  border: solid 5px #FFF;
  width: calc(50%);
  float: left;
  box-sizing: border-box;
}
#header.fixedHeader .gNavList > li > .subNav li a {
  height: 32px;
  display: block;
  margin: 0;
  padding: 4px 2px;
  background-color: #ffff01;
  color: #120c0c;
  font-size: 1.0rem;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
  align-items: center;
  border-bottom: 0;
}
#header.fixedHeader .gNavList > li > .subNav li.navCat a{
  background-color: #fced7e;
}
#header.fixedHeader .gNavList > li > .subNav li a:hover {
  opacity: 1.0;
}

.spLine2 a{
  line-height: 1.7 !important;
}
/* footer */
.covidFixedBtn{
  width: 100%;
  display: block;
  padding: 7px 10px 7px 10px;
  background-color: #000000;
  position: fixed;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  text-align: center;
}
.covidFixedBtn a{
  display: block;
  padding: 8px 0 8px 0;
  background-color: #ffffff;
  font-weight: 700;
  line-height: 1.4;
  color: #e60012;
  border-radius: 21px;
  text-decoration: none;
}

.covidLink{
  display: block;
  margin-bottom: 32px;
}
.covidLink a{
  width: auto;
  margin: 0 auto 0 auto;
  padding: 14px 10px 14px 10px;
  line-height: 1.4;
}

#fixedToop{
  top: calc( 50vh - 20px);
}
#fixedToop a{
  width: 40px;
  padding-top: 40px;
}

#footer {
  padding: 0 0 54px 0;
}
#footer .navBtnList {
  z-index: 2;
  position: fixed;
  right: -4px;
  bottom: 330px;
}
#footer .navBtnList li {
  margin-bottom: 10px;
}
#footer .footerTop {
  padding: 32px 0 0 0;
  text-align: center;
}
#footer .footerTop .linkList {
  display: block;
	padding: 0;
	margin: 0;
	line-height: 1.2;
	border-left: none;
	text-align: left;
  vertical-align: top;
	border-left: none;
  border-right: none;
}
#footer .footerTop .linkList li {
	display: block;
	margin: 0 0 16px 0;
	font-size: 1.4rem;
  line-height: 1.2;
  border-right: none;
}
#footer .footerTop .linkList li:first-child {
  border-left: none;
}
#footer .footerTop .linkList li:last-child {
	margin: 0 0 0 0;
}
#footer .footerTop .linkList li a {
  position: static;
  top: auto;
  padding: 0;
  text-decoration: none;
}
#footer .footerTop .linkList li a:hover {
  text-decoration: none;
}

#footer .footerBottom {
  width: auto;
  margin: 42px auto 0 auto;
  text-align: center;
}
#footer .footerBottom .copyright {
  width: auto;
  float: none;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
}
#footer .footerBottom .archiveBtn{
  width: auto;
  float: none;
  margin: 32px 0 0 0;
}
#footer .footerBottom .archiveBtn a{
  height: 40px;
  display: block;
  border: 3px solid #ffffff;
  line-height: 40px;
  text-decoration: none;
  color: #ffffff;
}
#footer .footerBottom .archiveBtn a.arrowL{
  background-size: 16px auto;
}


#footer .footerBottom .copyright2 {
  width: 100%;
  display: block;
  float: none;
  line-height: 1.5;
  text-align: left;
}
#footer .archiveBtn2{
  width: 100%;
  margin: 32px auto 0 auto;
}
#footer .archiveBtn2 a{
  height: 40px;
  display: block;
  border: 3px solid #ffffff;
  line-height: 40px;
  text-decoration: none;
  color: #ffffff;
}
#footer .archiveBtn2 a.arrowL{
  background-size: 16px auto;
}

#footer .footerBottom dl{
  width: 100%;
  float: none;
  margin-top: 42px;
  font-size: 1.3rem;
}
#footer .footerBottom dl dt{
  width: 42px;
}
#footer .footerBottom dl dd{
  padding: 0 0 0 52px;
}


.foot_ask {
  display: inline-block;
  margin: 0 auto 15px auto;
  padding: 20px;
  text-align: center;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.foot_ask dt {
  width: 80px;
  display: block;
  float: left;
}
.foot_ask dd {
  padding: 0 0 0 90px;
  text-align: left;
}
#footer .modBtn01{
  margin: 0 auto 0 auto;
}
#footer .modBtn01 a{
  background-color: #ffffff;
  border: none;
  border-top: 1px solid #120c0c;
  border-radius: 0;
}
#footer .arrowTB span{
  padding: 0 0 0 30px;
  background: url(../img/icoArrowTB.png) no-repeat center left;
  background-size: 20px auto;
}

.B2col li{
  width: auto;
  display: block;
  float: none;
  margin: 0 0 24px 0;
}
.B2col li:nth-child(2n){
  clear: right;
}
.B2col li:nth-child(2n+1){
  margin: 0 0 24px 0;
  clear: left;
}

/* フッターコンテンツ */
#bottomContents{
	display: none;
  margin-top: 42px;
}
#top #bottomContents{
display: block;
margin-bottom: -42px;
position: relative;
top: -42px
}
#bottomContents .linksBanners{
	width: 100%;
	padding: 32px 0 32px 0;
  padding: 0;
	background-color: #ffffff;
}
#bottomContents .btnList {
    float: none;
    margin-bottom: 42px;
    width: 100%;
}
#bottomContents .btnList li {
    float: none;
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0;
}
#bottomContents .btnList li.under_banner{
	display: block;
}
#bottomContents .btnList li.under_banner a{
	width: 100%;
	display: block;
	margin: 0 auto 18px auto;
	text-align: center;
}
.btnList li.under_banner a img{
	width: 100%;
	height: auto;
}
#bottomContents .snsBtnList, #bottomContents .snsBtnList li {
    margin-bottom: 10px;
}
/* bread crumbs
------------------------------------------------------------*/
#breadcrumbs {
    display: block;
    margin: 0;
    padding: 32px 0 24px 0;
}
#breadcrumbs ol {
    display: block;
    margin: 0 0 0 5px;
}
#breadcrumbs ol:after{
	content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#breadcrumbs ol li {
    display: inline-block;
    font-size: 1.0rem;
    color: #000000;
    line-height: 12px;
}
#breadcrumbs ol li:before {
    content: " > ";
}
#breadcrumbs ol li:first-child:before {
    content: "";
}

.footerSNS{
  padding: 32px 0 42px 0;
  background-color: #e60012;
  color: #120c0c;
  text-align: center;
}
.listSNS{
}
.listSNS li{
  width: 52px;
  height: 52px;
  margin: 0 8px 0 8px;
}
.listSNS li a{
  width: 52px;
  padding-top: 52px;
  border-radius: 27px;
}
.listSNS li.in a{
	background: url(../../img/ico_in.svg) no-repeat center center;
	background-size: 30px auto;
	background-color: #120c0c;
}
.listSNS li.tw a{
	background: url(../../img/ico_tw.svg) no-repeat center center;
	background-size: 30px auto;
	background-color: #120c0c;
}
.listSNS li.fb a{
	background: url(../../img/ico_fb.svg) no-repeat center center;
	background-size: auto 32px;
	background-color: #120c0c;
}
.listSNS li.yt a{
	background: url(../../img/ico_yt.svg) no-repeat center center;
	background-size: 30px auto;
	background-color: #120c0c;
}


/* page main
------------------------------------------------------------*/
#pageTitleArea {
    display: block;
}
#pageTitleArea .pageTitle {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
}

/* Title Setting
------------------------------------------------------------*/
.modTitle01 {
  letter-spacing: 1px;
  font-size: 3.7rem;
}
.modTitle01:before {
  top: 20px;
}
.modTitle01 .ruby {
  margin-top: -6px;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 1rem;
}
.modTitle01 {
  font-size: 2.2rem;
}
.modTitle01 span{
  padding: 10px 6px 10px 6px;
  font-size: 2.8rem;
  word-break: break-all;
}
.modTitle02 {
  font-size: 2.0rem;
  padding: 24px 5px 24px 5px;
  margin: 0 0 20px 0;
  border-top: 1px solid #e60012;
  color: #e60012;
}
.modTitle03 {
  padding: 12px 0 32px 0;
  margin: 0;
  position: relative;
  font-size: 1.1rem;
}
.modTitle03 .title {
  display: block;
  padding: 0 0 24px 0;
  margin-right: 0;
  color: #120c0c;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: left;
}
.modTitle03 .now {
  margin-left: 5px;
  font-size: 1.1rem;
}

.modTitle03 .head {
  display: block;
  padding: 8px 0 0 0;
  margin-bottom: 10px;
}

.category {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  padding: 5px 0 6px 0;
  margin-left: 0;
}
.modTitle03.newsTitle .category:before,
.modListNews .head .category:before{
  content: "●";
  display: inline-block;
  margin-right: 3px;
  font-size: 1.1rem;
}
.category_color01 {
}

.category_color02 {
}

.category_color03 {
}

.category_color04 {
}

.category_color05 {
}

.category_color06 {
}

.label {
  display: inline-block;
  margin-left: 6px;
  text-align: center;
  font-size: 1.2rem;
  padding: 5px 10px 6px 10px;
  line-height: 1;
  color: #FFF;
}

.modTitle03 .label_pay {
  background: #FF2424;
}


.label_r18 {
  background-color: #ffffff;
  color: #E62A2A;
  border: 1px solid #E62A2A;
}

.label_r15 {
  background-color: #ffffff;
  color: #FB3CC3;
  border: 1px solid #FB3CC3;
}

.label_pg12 {
  background-color: #ffffff;
  color: #009EEC;
  border: 1px solid #009EEC;
}


.modTitle04{
  display: block;
	margin:0 auto 24px auto;
  font-size: 2.1rem;
  line-height: 1.4;
  color: #e60a15;
  text-align: center;
}
.modTitle04 span{
  padding: 0 0 10px 0;
  border-bottom: 5px solid #e60a15;
}


.modTitle04 .link {
  background-color: #120c0c;
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  border: 0;
}

.modTitle04 .link:after {
  margin-left: 10px;
}
.modTitle05 {
	margin-bottom: 10px;
  font-size: 1.6rem;
}
/* btn setting
------------------------------------------------------------*/
.modBtn01,
.modBtn01_w{
	margin: 24px auto 42px auto;
}
.modBtn01 a,
.modBtn01_w a{
  width: auto;
	height: 54px;
	line-height: 54px;
	text-align: center;
}

.modBtn01 a,
.modBtn01_w a{
  width: auto;
	height: 54px;
	border: 3px solid #ffffff;
  font-size: 1.8rem;
	line-height: 48px;
}

.modBtn01 a:hover,
.modBtn01_w a:hover,
.modBtn02 a:hover {
  opacity: 1.0;
}
.modBtn03 {
  display: block;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  position: relative;
	margin-top: 10px;
}
.modBtn03 a {
    display: block;
	  padding: 15px 0;
		font-size: 14px;
	  font-size: 1.4rem;
		border-radius: 5px;
}
.modBtn03 a:before {
    background-image: url(../img/iconSankaku08.png);
    width: 12px;
    height: 17px;
}

.arrowL{
  display: block;
  background: url(../../img/ico_link.svg) no-repeat right 10px center;;
  background-size: 32px auto;
}
.arrowBack{
  display: block;
  background: url(../../img/ico_back.svg) no-repeat left 10px center;;
  background-size: 32px auto;
}
.arrowLB{
  display: block;
  background: url(../../img/ico_linkB.svg) no-repeat right 10px center;;
  background-size: 32px auto;
}
.arrowLR{
  display: block;
  background: url(../../img/ico_linkR.svg) no-repeat right 10px center;;
  background-size: 32px auto;
}
.arrowPB{
  padding: 0 0 0 12px;
  background: url(../../img/ico_pageB.svg) no-repeat left 10px center;
  background-size: auto 18px;
}
.arrowT{
  padding: 0 0 0 0;
  background: url(../../img/ico_pageT.svg) no-repeat center center;
  background-size: auto 20px;
}

/* modBlock
------------------------------------------------------------*/
.modBlock01 {
  position: relative;
}
.modBlock01 a {
  color: #120c0c;
  text-decoration: none;
  display: block;
  position: relative;
}
.modBlock01 .category {
  position: relative;
	left: 0;
	top: 0;
  line-height: 21px;
  color: #ffffff;
  font-size: 0.8px;
  font-size: 0.8rem;
  padding: 0 5px;
  height: auto;
}

.modBlock01 .category_colorNew {
  background: #FF3333;
}
.modBlock01 .category_colorNew:before {
  background-image: url(../img/iconNew.png);
}
.modBlock01 .category_color01 {
}
.modBlock01 .category_color02 {
}
.modBlock01 .category_color03 {
}
.modBlock01 .category_color04 {
}
.modBlock01 .category_color05 {
}
.modBlock01 .category_color06 {
}
.modBlock01 .category_color06:before {
  background-image: url(../img/iconCategory06.png);
}
.modBlock01 .category_icon02 .category:before {
  background-image: url(../img/iconNotice.png);
}
.modBlock01 .category_icon03 .category:before {
  background-image: url(../img/iconOfficial.png);
}
.modBlock01 .category_icon04 .category:before {
  background-image: url(../img/iconEvent.png);
}
.modBlock01 .imgBlock img {
    width: 100%;
		height: auto;
}
.modBlock01 .title {
  padding: 5px;
  font-size: 1.1rem;
  position: relative;
}


.modBlock02 {
  background-color: #00AAC3;
  padding: 1px;
  position: relative;
  height: 147px;
}

.modBlock02:before {
  content: "";
  background-image: url(../img/iconSankaku02.png);
  background-position: center;
  width: 12px;
  height: 13px;
  position: absolute;
  bottom: 7px;
  right: 7px;
}

.modBlock02 a {
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  text-decoration: none;
}

.modBlock02 a:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.modBlock02 a .imgBlock {
  float: left;
  margin-right: 10px;
}

.modBlock02 a .imgBlock img {
  width: 107px;
}

.modBlock02 a .info {
  box-sizing: border-box;
  padding: 10px;
  text-align: left;
}

.modBlock02 a .info .title {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.modBlock02 a .info .text {
  font-size: 1.1rem;
}

.modBlock05 .imgBlock iframe, .modBlock05 .imgBlock embed {
  width: 100%;
  height: 407px;
}

.modBlock05 .imgBlock img {
  width: 100%;
}

.modBlock05 .textAgency {
  font-size: 0.9rem;
  margin: 0 4px 0 0;
	text-align: right;
}
.modBlock05 .textLink {
  margin: 15px 0 40px;
}

.modBlock05 .textLink a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #120c0c;
  padding: 15px;
  background: url(../img/iconSankaku04.png) no-repeat left center;
}


.modBlock06 .time {
  background-color: #7A959D;
  color: #FFF;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.modBlock06 .time_pay:before {
  background-color: #FF2424;
  content: "\6709\6599";
  display: inline-block;
  float: right;
  padding: 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.modBlock06 .category {
  background-color: #3FB569;
  color: #FFF;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

.modBlock06 .category_color01 {
  background-color: #3FB569;
}

.modBlock06 .category_color02 {
  background-color: #B6B407;
}

.modBlock06 .category_color03 {
  background-color: #DD6197;
}

.modBlock06 .category_color04 {
  background-color: #4C75C7;
}

.modBlock06 .category_color05 {
  background-color: #F08833;
}

.modBlock06 .category_color06 {
  background-color: #81A72E;
}

.modBlock06 .category_color07 {
  background-color: #5FA9CE;
}

.modBlock06 .category_color08 {
  background-color: #E47154;
}

.modBlock06 .detail {
  background-color: #FFFFFF;
  padding: 12px 13px;
}
.modBlock06 .detail .rating {
  display: inline-block;
  font-weight: bold;
  padding: 2px 5px;
  margin-bottom: 10px;
}

.modBlock06 .detail .rating_18 {
  color: #E62A2A;
  border: 1px solid #E62A2A;
}

.modBlock06 .detail .rating_15 {
  color: #FB3CC3;
  border: 1px solid #FB3CC3;
}

.modBlock06 .detail .rating_12 {
  color: #120c0c;
  border: 1px solid #120c0c;
}

.modBlock06 .detail .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 6px;
}
.modBlock06 .detail .stage {
  background-color: #E2E9EB;
  display: inline-block;
  padding: 3px 9px;
  margin-bottom: 10px;
}


.modBlock06 .detail .castList li {
  margin-bottom: 8px;
}

.modBlock07 a {
  border: 1px solid #120c0c;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding: 12px 6px;
  display: block;
  border-radius: 6px;
}

.modBlock07 a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.modBlockAccess {
  background-color: #ffffff;
  margin: 0 0 0 0;
  width: 100%;
  position: relative;
}

.modBlockAccess:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.modBlockAccessMap {
  margin-bottom: 12px;
}

.modBlockAccessMap02 {
  margin-bottom: 12px;
  background-color: #F8FAFB;
  text-align: center;
}

.modBlockAccessMap02ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.modBlockAccessMap02 li {
  display: table-cell;
}
.modBlockAccessInfo {
  margin: 0 0 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
.modBlockAccessInfo .title {
  padding: 0 0 5px;
  margin: 0 0 10px;
  color: #e60012;
  border-bottom: dotted 1px #e60012;
}
.modBlockAccessInfo .inner {
  line-height: 1.8;
}
.modBlockAccess {
  padding: 14px 0 0 0;
}
.modBlockAccess dt {
  width: auto;
  display: block;
  float: none;
  padding: 0 10px 0 10px;
  height: 20px;
  line-height: 20px;
  color: #e60012;
  position: relative;
  left: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.modBlockAccess dd {
  padding: 5px 10px 10px 10px;
  box-sizing: border-box;
  height: 68px;
  line-height: 40px;
  float: none;
  width: 100%;
}

.modBlockAccess select {
  width: 100%;
  max-width: 320px;
  border-radius: 4px;
  padding: 0 45px 0 20px;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url(../img/iconSelect.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.IE .modBlockAccess select,
.firefox .modBlockAccess select {
  background-image: none;
  padding: 0 0 0 20px;
}

.modBlockList {
  border-bottom: solid 1px #C7D8DF;
  margin: 0 0 40px;
  padding: 0 0 40px;
}

.modBlockList .btn {
  max-width: 302px;
  margin: 0 auto;
}

.modBlock08 {
  color: #120c0c;
  font-size: 16px;
  font-size: 1.6rem;
}

.modBlock09 {
  background-color: #FCFDFD;
  padding: 30px;
}

.modBlock09 .iconList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.modBlock09 .iconList .iconBlock {
  width: 30%;
  float: left;
}
.modBlock09 .iconList .iconBlock:first-Child {
  width: 100%;
  margin-bottom: 14px;
}

.modBlock09 .iconList .iconBlock:last-Child {
  width: 40%;
}

.modBlock09 .iconList .iconBlock .info {
  display: inline-block;
}

.modBlock09 .iconList .iconBlock .info:before {
  content: "\2026";
  margin-right: 5px;
}

.modBlock09 .iconList .iconBlock .pay {
  display: inline-block;
  background-color: #FF2424;
  padding: 2px 2px;
  text-align: center;
  width: 66px;
  height: 22px;
  color: #FFF;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 10px;
}


.modBlock09 .iconList .iconBlock .rating {
  display: inline-block;
  font-weight: bold;
  padding: 1px 10px;
  text-align: center;
  width: 66px;
  height: 22px;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-right: 10px;
}

.modBlock09 .iconList .iconBlock .rating_18 {
  color: #E62A2A;
  border: 1px solid #E62A2A;
}

.modBlock09 .iconList .iconBlock .rating_15 {
  color: #FB3CC3;
  border: 1px solid #FB3CC3;
}

.modBlock09 .iconList .iconBlock .rating_12 {
  color: #120c0c;
  border: 1px solid #120c0c;
}

.modBlockScheduleList > dl {
  float: none;
  width: 100%;
}

/* modBox
------------------------------------------------------------*/
.modBox01 {
  padding: 0;
	border-radius: 0;
	border: none;
  border-top: none;
  border-bottom: none;
}
/* modTable
------------------------------------------------------------*/
.modTable01 {
  width: auto;
}
.modTable01 th, .modTable01 td {
  padding: 4px 8px 4px 8px;
  vertical-align: top;
}
.modTable01 tr {
	display: block;
	margin-bottom: 10px;
}
.modTable01 th {
	width: 50px;
  white-space: nowrap;
	background-color: #efefef;
}
.modTable01 td {
	padding-left: 10px;
}

.modTable02 {
  margin-bottom: 22px;
}

.modTable02 th {
  width: 5px;
  padding: 14px;
  font-size: 20px;
  font-size: 2rem;
  color: #FFF;
  text-align: center;
}

.modTable02 th.color01 {
  background-color: #F74A4A;
}

.modTable02 th.color02 {
  background-color: #B17BC7;
}

.modTable02 td {
  padding-left: 30px;
}

/* modList
------------------------------------------------------------*/
.modListNormal {
  margin: 0 0 0 2em;
}

ul.modListNormal li:before {
  content: "\0030fb";
  margin-left: -2em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 2em;
  text-align: center;
}

ol.modListNormal li {
  list-style: decimal;
}

/* indent */
.modIndent01 li {
  text-indent: -1em;
  margin: 0 0 0 1em;
}

.modIndent02 li {
  text-indent: -2.5em;
  margin: 0 0 0 2.5em;
}

.modList02:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.modList02 li {
  float: left;
  width: 32.2%;
  margin: 0 15px 25px 0;
}

.modList02 li:nth-child(3n) {
  margin-right: 0;
}

.modList02 li img {
  width: 100%;
}

/* Right Block
------------------------------------------------------------*/
.modList03 {
  border-top: solid #cccccc 1px;
  background: #ffffff;
}

.modList03 .title {
  font-size: 1.8rem;
  text-align: center;
  color: #120c0c;
  padding: 12px 0;
}
.modList03 .title span{
	display: inline-block;
	padding: 5px;
  background-color: #120c0c;
	color: #ffffff;
}
#side .modList03 .title span{
  font-size: 1.8rem;
}

.modList03 ul {
  padding: 0 15px 15px;
}

.modList03 ul li {
  border-top: solid 1px #cccccc;
}
.modList03 ul li:first-child{
  border-top: solid 1px #120c0c;
}

.modList03 ul li a {
  display: block;
  padding: 8px 0 8px 16px;
  background: url(../img/iconSankaku04.png) no-repeat left center;
  background-size: auto 6px;
}

.modList03 ul li a:hover {
  opacity: .8;
  text-decoration: none;
}

.modList04 .title {
  font-size: 1.8rem;
  text-align: center;
  padding: 12px 10px 0 10px;
}

.modList04 ul {
  padding-top: 15px;
  border-bottom: none;
}

.modList04 ul li {
  padding: 0 0 15px 0;
}

.modList04 ul li a {
  display: block;
  border-bottom: solid 1px #666666;
  padding-bottom: 15px;
}

.modList04 ul li a .date {
  margin-bottom: 10px;
}

.modList04 ul li a dd {
  color: #120c0c;
}

.modList04 ul li a:hover {
  opacity: .6;
  text-decoration: none;
}

.modList04 ul li:last-child {
  padding-bottom: 0;
}

.modList04 ul li:last-child a {
  border-bottom: none;
}
.modListBnr ul {
	margin-top: 32px;
}
.modListBnr ul li {
  text-align: center;
  margin-bottom: 10px;
}

#side .sns .listSp li {
  margin-bottom: 10px;
}
.modSnsList {
  text-align: right;
}

.modSnsList li {
  display: inline-block;
  margin-left: 20px;
}

.modSnsList li.fb {
  position: relative;
  top: -5px;
}

.modList05 {
  margin: 0 -2%;
  padding: 0;
}

.modList05:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.modList05 > li {
  width: 23%;
  float: left;
  margin: 20px 1% 0;
  background: #FFF;
  box-sizing: border-box;
}

.modList05 > li:nth-child(1), .modList05 > li:nth-child(2), .modList05 > li:nth-child(3), .modList05 > li:nth-child(4) {
  margin: 0 1% 0;
}
.modList06 {
  margin: 0 -1%;
}

.modList06:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.modList06 li {
  text-align: center;
  width: 19%;
  float: left;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0.5% 20px;
}
.modList06 li.active {
  background-color: #120c0c;
  border: 1px solid #120c0c;
  border-radius: 6px;
  padding: 15px 10px;
  box-sizing: border-box;
}
.modList06 li a {
  display: block;
  color: #120c0c;
  border-radius: 6px;
  border: 1px solid #ffffff;
  padding: 15px 10px;
}
.modList06 li a span,
.modList06 li.active span{
  margin-left: 0;
  margin-right: 0;
  font-size: 1.6rem;
}
.modList06 li a:hover {
  text-decoration: none;
}

.modList07 {
  background-color: #E2E9EB;
  padding: 14px 20px;
}

.modList07:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.modList07 li {
  float: left;
  width: 50%;
}

.modListNews {
	padding: 0 10px 0 10px;
  margin-bottom: 24px;
	border-radius: 10px;
}
.modListNews li a {
  display: block;
  padding: 16px 0;
  border-bottom: solid 1px #cccccc
}
.modListNews li a:hover {
  text-decoration: underline;
}
.modListNews li a:hover .title, .modListNews li a:hover .thumb {
  opacity: 1.0;
}
.modListNews li a .thumb {
  width: 90px;
  float: left;
  text-align: left;
}
.modListNews li a .body {
  margin-left: 100px;
}
.modListNews li a .body .head {
  margin-bottom: 10px;
}

.modListNews li a .body .head .category,
.head .category {
  line-height: 1;
  font-size: 1rem;
  margin-right: 10px;
}
.modListNews .head .category.category_color01,
.modListNews .head .category.category_color02,
.modListNews .head .category.category_color03,
.modListNews .head .category.category_color04,
.modListNews .head .category.category_color05,
.modListNews .head .category.category_color06{
  background-color: none !important;
}
.modListNews li a .body .head .date {
  font-size: 1rem;
  line-height: 1;
}
.modListNews .date{
  margin-top: 0;
}

.modListNews li a .body .title {
  font-size: 1.4rem;
  color: #120c0c;
  line-height: 1.6;
  font-weight: bold;
}
.modListBnr ul li {
  text-align: center;
  margin-bottom: 10px;
}

.modListNum {
  margin: 0 0 26px;
}

.modListNum li {
  margin: 0 0 8px;
  padding: 0 0 0 26px;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}

.modListNum_column02:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.modListNum_column02 li {
  width: 48%;
  float: left;
  margin: 0 1% 8px 0;
  box-sizing: border-box;
}

.modListNum .num {
  position: absolute;
  top: 0.2em;
  left: 0;
  background-color: #7E8F96;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  line-height: 18px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}
.modListAccessDetail li {
  background-color: #fff;
  margin: 0 0 20px;
  padding: 25px;
  position: relative;
}

.modListAccessDetail .btn {
  position: absolute;
  top: 25px;
  right: 25px;
}
.modListAccessDetail table {
  table-layout: fixed;
}

.modListAccessDetail th, .modListAccessDetail td {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
}

.modListAccessDetail th {
  width: 80px;
  padding: 0 10px 10px 0;
}

.modListAccessDetail td {
  padding: 0 0 10px;
}

.modListAccessDetail td a {
  color: #e60012;
  text-decoration: underline;
}

.modListAccessDetail td a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* other
------------------------------------------------------------*/
/*↓消さないこと*/
.modLoading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.modLoading i {
  font-size: 24px;
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
}

/*↑消さないこと*/
.modFormSelect {
  width: 100%;
  border-radius: 4px;
  padding: 0 45px 0 20px;
  margin: 0 0 20px;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url(../img/iconSelect.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.IE .modFormSelect,
.firefox .modFormSelect {
  background-image: none;
  padding: 0 0 0 20px;
}



}




/* FANY ID Login */
#loginBox{
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  transition: all 0.3s;
}
#loginBox.on{
  display: flex;
  justify-content:center;
  align-items:center;
  background-color: rgba(0,0,0,0.85);
  -webkit-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:0.3s;
  -ms-animation-duration:0.3s;
  animation-duration:0.3s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important;
}
@-webkit-keyframes fadeIn {
 0% { opacity: 0;}
 100% { opacity: 1;}
}
@keyframes fadeIn {
 0% { opacity: 0;}
 100% { opacity: 1;}
}

#loginBox .boxWrapper{
  width: 500px;
  display: block;
  padding: 25px 23px 45px 23px;
  background-color: #ffffff;
  border: 5px solid #120c0c;
  font-size: 1.6rem;
  text-align: center;
  overflow-y: scroll;
  transition: all 0.8s;
  -webkit-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:1s;
  -ms-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible !important;
  box-sizing: border-box;
}
@-webkit-keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(-50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(-50px); -ms-transform: translateY(-50px); transform: translateY(-50px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

#loginBox .boxWrapper .loginHelp{
  display: block;
  font-size: 1.2rem;
  text-align: right;
}
#loginBox .boxWrapper .loginTit{
  display: block;
  margin: 38px 0 0 0;
  font-size: 2.8rem;
  font-weight: 700;
}
#loginBox .boxWrapper .loginInput{
  display: block;
  margin: 24px 0 0 0;
  text-align: left;
}
[fany_input] {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    font-size: 110%;
    margin-top: 0;
    margin-bottom: 8px;
    border: 1px solid #707070;
    border-radius: 3px;
    box-sizing: border-box;
}
[fany_auto_login] {
    margin: 12px 0 14px 0;
    height: 16px;
}
[fany_button] {
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    border-radius: 2px;
    border: 0;
    padding: 0;
    line-height: 46px;
    font-size: 16px;
}
[fany_button_red] {
    background: url(../../img/ico_link.svg) no-repeat left center;
    background-size: 36px auto;
    background-color: #e60a15;
    box-shadow: 2px 2px 0px 0px rgba(0,0,0,.25);
    color: white;
}
.addAcount{
  display: block;
  margin: 20px 0 0 0;
}
.addAcount a{
  display: inline-block;
  margin: 0 10px 0 10px;
}
[fany_createaccount]{
    font-weight: 700;
}
[fany_sns_login] {
  display: block;
  margin: 32px 0 0 0;
  color: #666666;
}
[fany_subtitle]{
padding: 0 0 10px 0;
border-bottom:1px solid gray;
}
[fany_snslogin_area]{
width: calc(100% + 15px);
margin: 20px 0 0 0;
}
[fany_snslogin] {
    display: inline-block;
    width: calc(50% - 15px);
    line-height: 50px;
    border: 1px solid #C4C4C4;
    text-decoration: none;
    padding-left: 50px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-right: 15px;
    white-space: nowrap;
    color: gray;
    overflow: hidden;
    background-size: contain;
    background-position: left 14px center;
    background-size: auto 24px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    font-size: 16px;
    height: 50px;
    vertical-align: top;
    text-align: left;
}

#closeLoginBox{
  width: 100px;
  height: 100px;
  display: block;
  color: #ffffff;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#closeLoginBox span{
  width: 100px;
  height: 1px;
  display: block;
  background-color: #ffffff;
  position: absolute;
}
#closeLoginBox span:nth-of-type(1) {
transform: translateY(41px) rotate(45deg);
}
#closeLoginBox span:nth-of-type(2) {
transform: translateY(41px) rotate(-45deg);
}
#loginBox .boxWrapper .loginInput .alert{
  display: block;
  margin: 16px 0 16px 0;
  text-align: center;
  color: #ff0000;
}
