@charset "UTF-8";

/* CSS Document */
/*-------------------------------------
				TOP
---------------------------------------*/
#topLogo {
  display: block;
  margin: 0 auto;
  animation: fire2 1.6s steps(9) infinite;
}
#topLogo img {
  width: 100%;
}
@keyframes fire2 {
  to {
    background-position: -7740px 0;
  }
}
/*#topLogo  {
  background: url(../img/top/animelogo2.webp) no-repeat;
  width: 780px;
  height: 310px;
  display: block;
  margin: 0 auto;
  animation: fire 1s steps(7) infinite;
}*/
@keyframes fire {
  to {
    background-position: -5460px 0;
  }
}
#topPage header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 50px;
}
#topPage header h1 {
  margin: 0 auto;
  padding:  0;
  width: 90%;
  max-width: 900px;
}
#topPage header h2 img {
  margin-bottom: 30px;
  max-width: 1200px;
}
#topPage header dl {
  margin-top: 2%;
  color: #000;
  font-size: 40px;
  font-weight: bold;
}
#topPage header dl dt {
  letter-spacing: 1px;
}
#topPage header dl dd a {
  display: inline-block;
  background-color: #e50011;
  padding: 13px 40px;
  margin-top: 15px;
}
#topPage header dl dd a:hover {
  text-decoration: none;
  text-shadow: 0 0 10px #FFFFFF;
}
#topPage header .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  /*background: url(../img/top/tophead_cloud.webp) no-repeat center center;*/
}
#topPage h1.mainCopy {
  display: block;
  /* width: 100%;*/
  height: auto;
  position: relative;
  text-align: center;
  padding: 10px;
  margin: 30px 20px 0;
  background-image: -webkit-linear-gradient(135deg, #e50014 0%, #fe7028 17%, #ecff33 32%, #34d031 50%, #3a589e 67%, #55bde4 84%, #944ee2 100%);
  background-image: linear-gradient(135deg, #e50014 0%, #fe7028 17%, #ecff33 32%, #34d031 50%, #3a589e 67%, #55bde4 84%, #944ee2 100%);
}
#topPage h1.mainCopy span {
  display: block;
  padding: 0.5rem;
  background: rgba(255, 255, 255, .8);
}
#topPage h1.mainCopy a {
  text-decoration: none;
  /*display: table-cell;*/
  color: #e50014;
  background: -webkit-linear-gradient(135deg, #944ee2 0%, #55bde4 17%, #3a589e 32%, #34d031 67%, #fe7028 84%, #e50014 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: middle;
  text-align: center;
  font-size: 33px;
  font-family: "Midashi Go MB31", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
}
#topPage h1.mainCopy a:hover {
  opacity: 0.8;
}
#topPage header .inner ul li {
  position: absolute;
}
#topPage header .inner ul li.cl01 {
  top: 234px;
  left: -24px;
}
#topPage header .inner ul li.cl02 {
  top: 380px;
  left: -87px;
}
#topPage header .inner ul li.cl03 {
  top: 369px;
  right: 128px;
}
#topPage header .inner ul li.cl04 {
  top: 198px;
  right: -31px;
}
#topPage header .inner ul li.cl05 {
  right: -70px;
  top: 330px;
}
#topPage header .inner ul li.cl06 {
  top: 85px;
  right: -86px;
}
.tee_fs {
  font-size: 85%;
}
#topPage .contents {
  padding-top: 0;
}
#topPage .contents h2 {
  margin: 0 auto;
  font-size: 40px;
}
@media(max-width:768px) {
  #topPage header h2 img {
    max-width: 100%;
  }
  #topPage header dl dd a {
    padding: 10px 13px;
    width: 96%;
  }
  #topLogo, #topLogo2 {
    /*background: url(../img/top/animefrAll_spx2.webp) no-repeat ;
    background-size:3300px 126px;*/
    /*width: 380px;*/
    /*height: 126px;*/
    display: block;
    margin: 0 auto;
    /*animation: fireSP 1.6s steps(9) infinite;*/
  }
  @keyframes fireSP {
    to {
      background-position: -2970px 0;
    }
  }
  #topPage header {
    /*padding: 0 1rem;*/
    padding: 1rem 0;
    height: auto;
  }
  #topPage header .inner {
    width: 100%;
  }
  #topPage header dl {
    font-size: 28px;
  }
  #topPage header .inner ul li {
    transform: scale(0.5, 0.5);
  }
  #topPage header .inner ul li.cl01 {
    top: 10%;
    left: -44px;
  }
  #topPage header .inner ul li.cl02 {
    top: 50%;
    left: -47px;
  }
  #topPage header .inner ul li.cl03 {
    top: 80%;
    right: auto;
    left: -10px;
  }
  #topPage header .inner ul li.cl04 {
    top: 10%;
    right: -31px;
  }
  #topPage header .inner ul li.cl05 {
    right: -26px;
    top: 47%;
  }
  #topPage header .inner ul li.cl06 {
    top: 80%;
    right: -16px;
  }
  #topPage header.thanksHeader {
    padding: 0;
  }
  #topPage header h1 {
   padding-bottom: 20px;
  }
  #topPage header .date {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
  #topPage h2.mainCopy {
    width: 100%;
    padding: 0;
    font-size: 5.5vw;
  }
  #topPage h1.mainCopy {
    width: 90%;
    height: auto;
  }
  #topPage h1.mainCopy a {
    font-family: "Midashi Go MB31", "Gothic MB101 Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: bold;
    font-size: 4vw;
  }
  #topPage .contents h2 {
    text-align: center;
    width: 100%;
    height: auto;
  }
  #topPage .contents h2 img {
    height: 120px;
    margin: 10px 0;
  }
  .tee_fs {
    font-size: 100%;
  }
}
#topPage .banner ul {
  display: block;
  width: 100%;
  text-align: center;
}
#topPage .banner ul li {
  padding: 0;
  padding-right: 0px;
  display: block;
  width: 100%;
  margin: 0 auto 2%;
}
/*-- TOP news --*/
#topPage .news {
  position: relative;
  margin-bottom: 100px;
  padding-top: 30px;
}
#topPage .news .link {
  padding: 10px;
  background: #daf79b;
}
#topPage .news .link a {
  text-align: center;
  font-weight: bold;
  background: #c0ea63;
  display: block;
  padding: 5px 0;
  text-decoration: none;
}
#topPage .news .link a:hover {
  background: #97cc22;
}
#topPage .news .link a:hover {}
#topPage .contents .news h2 {
  font-family: "alternate-gothic-condensed-a", sans-serif;
font-weight: 800;
font-style: normal;
  font-size: 36px;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  background: #ffa241;
  line-height: 1;
  margin-bottom: 10px;
}
#topPage .news dl {
  width: 100%;
  margin: 0 auto;
}
#topPage .news dl dd {
  padding: 10px 0;
  width: 100%;
  margin: 0 auto;
	font-family: "Gothic MB101 Bold";
}
#topPage .news dl dd span {
  font-size: 90%;
}
#topPage .news dl dd a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#topPage .news dl dd a.nolink {
  pointer-events: none;
}
#topPage .news dl dd a span:first-of-type {
  width: auto;
}
#topPage .news dl dd a span:last-of-type {
  flex: 1;
  margin-left: 15px;
}
#topPage .news dl dd a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
#topPage .news dl dd a.nolink:hover {
  background: transparent;
  color: #000;
}
#topPage .news .moreBtn {
  margin-top: 10px;
  text-align: center;
}
#topPage .news .moreBtn a {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  padding: 3px 20px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border: 2px solid #000;
}
#topPage .news .moreBtn a:hover {
  background: #4cfee1;
  color: #000;
}
@media(max-width:768px) {
  #topPage .flex-2 > div {
    width: 100%;
  }
  #topPage .news {
    padding: 0;
    margin-bottom: 50px;
    width: 100%;
  }
  #topPage .news dl dt {
    float: none;
    margin-bottom: 2%;
  }
  #topPage .news dl dd {
    margin-bottom: 0;
    width: 100%;
    padding: 12px 18px;
    /*border-bottom: 1px solid #000;*/
  }
  #topPage .news dl dd:last-child {
    border-bottom: none;
  }
  #topPage .news dl dd a {
    margin-left: 0%;
  }
  #topPage .news dl dd a span:first-of-type, #topPage .news dl dd a span:last-of-type {
    width: 100%;
    margin: 0;
  }
  #topPage .contents .news h2 {
  /*font-size: 32px;*/
}
}
#topPage .notice_ti {
  background: #ffe8ea;
  padding: 20px;
  font-weight: bold;
  color: #ff0000;
  margin-bottom: 30px;
}
#topPage .notice_ti a {
  color: #e60012;
  text-decoration: underline;
}
#topPage .notice_ti a:hover {
  color: #fff;
  background: #e60012;
  text-decoration: none;
}
#topPage .bnr_top {
  margin-bottom: 30px;
}
#topPage .bnr_top a {
  display: block;
  margin-bottom:
    30px;
}
#topPage .notice {
  background: #e4f7fd;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}
#topPage .notice h3 {
  font-size: 20px;
  font-weight: bold;
}
#topPage .notice .subtitle {
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: 2px solid #000;
  padding-bottom: 15px;
}
#topPage .notice .txt {
  margin: 0 auto 30px;
  line-height: 1.8;
}
#topPage .notice .txt p {
  text-align: center;
  margin-bottom: 15px;
}
#topPage .notice a {
  background: #cceefa;
  display: block;
  padding: 5px 0;
}
#topPage .notice a:hover {
  text-decoration: none;
  background: #83c6de;
}
#topPage .flyer {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
#topPage .flyer h3 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
#topPage .flyer .txt {
  margin: 0 auto 10px;
  line-height: 1.8;
}
#topPage .flyer .txt p {
  text-align: center;
}
#topPage .flyer a {
  background: #cf009c;
  color: #fff;
  display: block;
  padding: 7px 0;
  border-radius: 5px;
  width: 250px;
  margin: 0 auto;
}
#topPage .flyer a:hover {
  text-decoration: none;
}
#topPage .youthum {
  width: 55%;
  padding: 0 3%;
  position: relative;
  margin: 50px auto;
  text-align: center;
}
#topPage .youthum a::before {
  position: absolute;
  /*content: url("../img/event/btn_you.webp");*/
  text-align: center;
  top: 40%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.3s;
}
/*-- TOP --*/
#topPage .pickup {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
#topPage .pickup h2 {
  width: 100%;
  text-align: center;
}
#topPage .pickup article {
  border-radius: 4px;
  overflow: hidden;
  width: 24%;
  margin: 0 0.5% 2%;
  background: #fff;
}
#topPage .pickup article:hover {
  box-shadow: 0 0 0 4px #e50014 inset;
}
#topPage .pickup a {
  display: block;
  position: relative;
}
#topPage .pickup a:hover {
  text-decoration: none;
}
#topPage .pickup img {
  display: block;
  background: #000 !important;
}
#topPage .pickup img:hover {
  opacity: 0.5;
  background: #000 !important;
}
#topPage .pickup p.new:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 70px;
  background: url("../img/top/new_icon.webp") no-repeat right top;
  background-size: contain;
  z-index: 999;
}
#topPage .pickup .inner {
  padding: 10px;
  text-align: center;
  margin-bottom: 5%;
}
#topPage .pickup .inner h3 {
  font-size: 1.1em;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "Midashi Go MB31", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-feature-settings: 'palt'1;
  text-align: left;
  letter-spacing: 0.06em;
}
#topPage header .subt_img img {
  width: 450px;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media(max-width:768px) {
  #topPage .pickup {}
  #topPage .pickup article {
    width: 48%;
  }
  #topPage .pickup article p {}
  #topPage .pickup .inner p {
    display: none;
  }
  #topPage .pickup .inner h3 {
    /* padding-right: 50px; */
    font-size: 1em;
    margin-bottom: 0;
  }
  #topPage .pickup p.new:after {
    width: 100px;
  }
  #topPage header .subt_img img {
    width: 280px;
  }
}
/*-- SNS --*/
#topPage .snsBtn {
  padding: 50px 0 20px;
}
.snsBtn ul {
  display: table;
  width: 300px;
  margin: 0 auto;
}
.snsBtn ul li {
  display: table-cell;
  text-align: center;
}
.snsBtn ul li img {
  width: 70px;
}
#topPage .loadYoutube{
  text-align: center;
  padding: 30px 0;
}

#topPage .app {
  max-width: 750px;
  padding: 135px 0 35px;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  border: 20px solid #ff335c;
}
#topPage .app .app_box {
  padding: 35px 25px;
  background: #ffffff;
  position: relative;
  border: 3px solid;
  transition: .2s;
  margin: 20px;
}
#topPage .topban {
 display: flex;
	width: 80%;
	margin: 0 auto 60px;
	justify-content: center;
}

#topPage .topban a {
	width: 40%;
	margin: 0 5px 0;
}
#topPage .appbtn {
	margin-top: 20px;
}

#topPage .appbtn span a.btn {
  background: #4c57a7;
  font-family: "Gothic MB101 Bold";
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  width: 85%;
  line-height: 1.4;
  border-width: 2px;
  position: relative;
}
#topPage .appbtn span a.btn:after {
  content:"";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -5px;
}

@media(max-width:1000px) {
  #topPage .app {
    max-width: 80%;
  }
#topPage .topban a {
	width: 80%;
}
#topPage .appbtn {
	margin-top: 15px;
}
#topPage .appbtn span a.btn {
  font-size: 18px;
}
}
#topPage .app .app_box .app_icon img {
  position: absolute;
  top: -127px;
  left: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-height: 150px;
  transition: .2s;
  width: auto;
}
.app div.livefans {
  margin: 35px auto 0;
  text-align: center;
  font-family: "Gothic MB101 Bold";
  font-size: 20px;
  width: 93%;
}
.app div.appList {
  /*display: none;*/
  width: 60%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 5px 0px;
}
.app div.appList a {
  display: table-cell;
}
#topPage .app p {
  margin: 15px auto 0;
  font-size: 93%;
  text-align: center;
  width: 93%;
}
#topPage .banner {
  padding: 30px 0 0;
}
#topPage .banner ul li {
  text-align: center;
  margin-bottom: 20px;
}
@media(max-width:768px) {
  #topPage .banner ul {
    display: block;
    width: 100%;
    text-align: center;
  }
  #topPage .banner ul li {
    padding: 0;
    display: block;
    width: 100%;
    margin: 0 auto 2%;
  }
  #topPage .banner ul li:nth-child(odd) {
    padding-right: 0px;
  }
  #topPage .youtubeMovie iframe {
    width: 100%;
    height: auto;
  }
  .snsBtn ul {
    width: 75%;
    margin: 0 auto;
  }
  .snsBtn ul li {
    width: 18%;
    text-align: center;
  }
  .snsBtn ul li img {
    width: 65%;
  }
  #topPage .app {
    max-width: 92%;
  }
  #topPage .app .app_box {
    padding: 20px 15px;
  }
  #topPage .app .app_box .app_icon img {
    top: -110px;
    max-height: 130px;
  }
  .app div.livefans {
    width: 93%;
    font-size: 15px;
    margin: 20px auto;
  }
  .app div.appList {
    display: table;
    width: 70%;
  }
  #topPage .app p {
    text-align: left;
  }
  .app div.appList a {
    display: table-cell;
  }
}
@media(max-width:420px) {
  #topPage .app {
    padding: 75px 0 20px;
    border: 10px solid #ff335c;
  }
  #topPage .app .app_box .app_icon img {
    top: -80px;
    max-height: 110px;
  }
  .app div.appList {
    width: 100%;
  }
}
#topPage .youtubebor {
  padding: 30px;
  width: 560px;
  margin: 0 auto 30px;
}
#topPage .youtubeMovie {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
#topPage .youtubeMovie:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#topPage .youtubeMovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media(max-width:768px) {
  #topPage .youtubebor {
    padding: 20px;
    width: 86%;
    margin: 0 auto 30px;
  }
  #topPage .youtubeMovie {
    width: 100%;
  }
  #topPage .youthum {
    width: 80%;
    position: relative;
    padding: 0 3%;
    margin: 20px auto 40px;
    text-align: center;
  }
  .topSlide {
    margin: 0 -4.4%;
  }
}
/*-------------------------------------



				__SECOND CSS



---------------------------------------*/
#second h2 {
  margin-bottom: 20px;
}
#second h2.messhe {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 36px;
  margin-bottom: 0;
}
#second h2.messhe:before, #second h2.messhe:after {
  content: '';
  position: absolute;
  top: 44%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}
#second h2.messhe:before {
  left: 0;
}
#second h2.messhe:after {
  right: 0;
}
#second.message .rightCont article > h2 {
  margin-bottom: 0;
}
#second.news article > h2 {
  padding-top: 55px;
  margin-bottom: 5px;
}
#second.news article > h2:before, #second.message .rightCont article > h2:before {
  content: "\f101";
  font-family: FontAwesome;
  margin-right: 0.5em;
}
#second.news article .youtube {
  text-align: center;
  margin-bottom: 50px;
}
/*#second h3{
	font-size: 17px;
	padding: 10px 20px;
	background: #000;
  color: #fff;
	border-radius: 4px;
	margin-bottom: 15px;
}*/
#second h3.none {
  background: none;
  padding: 0;
  color: #000;
  font-weight: bold;
}
#second h4.deco {
  border-left: 10px solid #000;
  border-bottom: 2px solid #000;
  padding: 5px 0 5px 15px;
  font-size: 16px;
  margin-bottom: 15px;
}
#second article {
  /*background: #fff;*/
}
#second .contents .rightCont {
  float: right;
  width: 75%;
}
#second .contents .leftCont {
  float: left;
  width: 24%;
  padding-right: 1%;
}
#second .contents .leftCont ol li:before {
  content: "\f101";
  font-family: FontAwesome;
  margin-right: 0.5em;
  color: #000;
}
#second .contents .leftCont ol li a {
  display: inline;
}
#second .contents .rightCont > article {
  padding: 10% 0 0 !important;
  background-color: rgba(255, 255, 255, 0.8);
}
#second .contents .rightCont > article:first-of-type{
  padding-top: 0 !important;
}
#second .contents article .date {
  margin-bottom: 20px;
  font-family: "alternate-gothic-condensed-a", sans-serif;
font-weight: 800;
font-style: normal;
  text-align: center;
  font-size: 45px;
}
#second.news .contents article .date {
  margin-bottom: 0;
	margin-top: 15px;
}
#second .contents article .txt {
  padding: 12px 0 0;
}
#second .contents article .txt p, #second .contents article .txt ol, #second .contents article .txt ul, #second .contents article .txt dl {
  margin-bottom: 25px;
}
#second.news .contents article .txt p {
  margin-bottom: 0;
font-weight: 500;
font-style: normal;
}
#second .contents article .txt dl dt {
  font-weight: bold;
  font-size: 1.1em;
}
#second header .sub_img img {
  width: 280px;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media(max-width:768px) {
  #second h2 {
    margin: 10px 0 20px;
    font-size: 1.2em;
    line-height: 1.4em;
  }
  #second h2.messhe {
    font-size: 26px;
  }
  #second article > h2 {
    font-size: 1.2em;
  }
  #second .contents article .date {
    margin: 2% 0;
    font-size: 35px;
    text-align: center;
  }
  #second .contents .rightCont {
    float: none;
    width: 100%;
  }
  #second .contents .leftCont {
    float: none;
    width: 100%;
  }
  #second header .sub_img img {
    width: 200px;
  }
  #second.news article > h2 {
    padding-top: 30px;
  }
}
/*-------------------------------------
				NEWS
---------------------------------------*/
.news .contents article {
  margin: 0 auto 60px;
  /*background-color: #efeae8;*/
  padding: 5% 6%;
  width: 100%;
}
.news .contents article p strong {
  font-weight: bold;
  font-size: 1.1em;
}
.news .contents article h2 {
  font-size: 1.3em;
  font-family: "Gothic MB101 Bold";
}
.news .contents article .txt a {
  color: #535a00;
  text-decoration: underline;
}

.news dl.goodsDetail dt{
	border-bottom:1px solid #535a00;
	margin: 2% auto 1%;
	padding-bottom:1%;
	width: 100%;
	font-size: 14px;
}

.news .itemBox{
	width: 100%;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.news .itemBox .box{
    width: calc(96% / 2);
    float: left;
    padding:0 1%;
    margin-bottom: 30px;
    text-align: center;
}

.news .itemBox .box:nth-child(2n+2){
	clear:left;
}

.news .itemBox .box p a {
	display: inline-block;
}

.news .itemBox .box a img{
	width: 100%;
}

@media(max-width:768px) {
  .news .contents article {
    width: 100%;
  }
 .news .itemBox .box{
    width: calc(100% / 1);
	 margin-bottom: 0;
}
}
/*-------------------------------------
				ABOUT
---------------------------------------*/
#second.about {
  text-align: center;
}
#second.about h2 {
	font-family: "Gothic MB101 Bold";
  font-weight: bold;
  border-bottom: 2px solid #000;
  font-size: 24px;
}
#second.about .contents h3 img {
  margin: 0 auto 2%;
  max-width: 220px;
}
#second.about h3 {
  font-family:"Gothic MB101 Bold";
  font-size: 24px;
  background: none;
  color: #000;
}
#second.about article, #second .covid article {
  /*background-color: #ffffff;*/
  padding: 5% 10%;
  width: 100%;
}
#second.goods article {
  padding: 5%;
  width: 100%;
}
@media(max-width:768px) {
  #second.about h2 {
    font-size: 20px;
	  text-align: left;
  }
  #second.about h3 {
    font-size: 20px;
  }
}
#second.about dl.detail {
  padding: 2% 0 0;
}
#second.about dl.detail dt {
  font-family: "Gothic MB101 Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  margin: 4% auto 1%;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  padding-bottom: 1%;
}
#second.about dl.detail dd {
  text-align: left;
  padding-bottom: 2%;
}
#second.about dl.detail.creditLogo dd {
  height: 35px;
  vertical-align: middle;
  margin: 0 13px 15px;
  display: inline-block;
}
#second.about dl.detail.creditLogo dd img {
  height: 35px;
  width: auto;
}
#second.about dl.detail.creditLogo dd a:hover {
  background: none;
}
#second.about .ohp img {
 max-width: 250px;
	margin-top: 20px;
}
#second.about .ohp a {
	text-decoration: none;
}
#second.about .ohp p {
	font-family: "Gothic MB101 Bold";
	margin-top: 30px;
}
@media(max-width:768px) {
  #second.about dl.detail dt {
  margin: 8% auto 1%;
}
  #second.about dl.detail.creditLogo dd {
    height: 40px;
    margin: 0 20px 20px;
    display: block;
    text-align: center;
  }
  #second.about dl.detail.creditLogo dd img {
    height: 40px;
    width: auto;
  }
}

#second.about.cloak .contents dl {
    text-align: left;
    width: 95%;
    margin: 0 auto 10%;
    padding-top: 40px;
}
#second.about.cloak .contents dl dd.txt {
    margin: 20px auto 0;
    text-align: left;
    width: 90%;
    max-width: 800px;
}

/*   KOKOGACHIGAU    */
#second.event.yubinkyoku .contents .contentWrap {
  padding: 3%;
  background: #fff;
}
#second.event.yubinkyoku .contents dl {
  text-align: center;
  width: 95%;
  margin: 0 auto 10%;
  padding-top: 40px;
}
#second.event.yubinkyoku .contents dl dt {
  margin-bottom: 20px;
}
#second.event.yubinkyoku .contents dl dt img {
  width: 230px;
}
#second.event.yubinkyoku .contents dl dd.catch {
  width: 100%;
  font-family: "Gothic MB101 Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 26px;
  font-weight: bold;
  margin: 0 auto 30px;
  text-align: left;
  padding: 0.25em;
  border-bottom: solid 4px #000;
  text-align: center;
}
#second.event.yubinkyoku .contents dl dd.image{
  width: 100%;
  max-width:550px;
  margin: 0 auto;
}
#second.event.yubinkyoku .contents dl dd.image img{
  width: 100%;
  height: auto;
}
#second.event.yubinkyoku .contents dl dd.txt {
  margin: 20px auto 0;
  text-align: left;
  width: 90%;
  max-width: 800px;
}
#second.event.yubinkyoku .contents dl dd.btn {
  width: 50%;
  margin: 0 auto 20px;
}
#second.event.yubinkyoku .contents dl dd iframe {
  width: 100% !important;
  height: 440px;
}
@media(max-width:768px) {
 #second.event.yubinkyoku .contents dl dd.image{
  max-width:300px;
}

  #second.event.yubinkyoku .contents dl {
    text-align: left;
  }
  #second.event.yubinkyoku .contents dl dd.catch {
    text-align: left;
    font-size: 20px;
  }
  /*#second.event.yubinkyoku .contents{
		background: url(../img/koko/cont_bg.webp) no-repeat top center #fff;
		background-size: contain;
		padding: 100px 0 40px;
	}*/
  #second.event.yubinkyoku .contents dl {
    width: 100%;
  }
  #second.event.yubinkyoku .contents dl dt img {
    width: 100px;
  }
  #second.event.yubinkyoku .contents dl dd {
    padding: 0 5%;
  }
  #second.event.yubinkyoku .contents dl dd iframe {
    height: 200px;
  }
  #second.event.yubinkyoku .contents dl dd.catch {
    width: 94%;
    font-size: 20px;
    padding: 0;
    margin: 0 auto 20px;
  }
  #second.event.yubinkyoku .contents dl dd.btn {
    width: 80%;
    margin: 0 auto 20px;
  }
  #second.event.yubinkyoku .contents dl dd.catch {
    font-size: 18px;
    padding: 7px 0;
  }
}
#second.event.yubinkyoku .contents dl dd.movh {
  padding: 3% 0%;
  margin: 5% 5% 3%;
}
#second.event.yubinkyoku .contents dl dd.movh img {
  max-width: 100%;
}
#second.event.yubinkyoku .contents dl dd.movh h1 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8em;
}
#second.event.yubinkyoku .contents dl dd.movh p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.8em;
}
#second.event.yubinkyoku .contents dl dd.movh dl {
  margin-bottom: 20px;
  font-size: 18px;
}
#second.event.yubinkyoku .contents dl dd.movh dl dt {
  font-weight: bold;
  font-size: 18px;
}

/*-------------------------------------
				MESSAGE
---------------------------------------*/
#second.message article {
  padding: 5% 8%;
  width: 100%;
}
#second.message article .txt {
  line-height: 1.8;
}
#second.message article .txt p strong {
  color: #ff0000;
}
#second.message .pager {
  text-align: center;
}
#second.message .pager.col2 {
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin: 0 auto;
}
#second.message .pager.col2 div {
  padding: 0 1rem;
  width: 50%;
}
#second.message .pager a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 130%;
}
#second.message .pager a:hover {
  background: none;
  color: #000;
}
#second.message .pager a span {
  color: #ff10dd;
}
@media(max-width:768px) {
  #second.message .pager.col2 {
    width: 100%;
  }
  #second.message .pager.col2 div {
    padding: 0;
    font-size: 11px;
  }
}
/*-------------------------------------
			Buddy
---------------------------------------*/

#second.volanteea .aboutBuddy {
  margin: 0 auto 50px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 70px 10% 5%;
  width: 100%;
  text-align: left;
}
#second.volanteea h3 {
  text-align: center;
  background: #e60012;
  font-weight: bold;
}
#second.volanteea h2 {
  text-align: center;
  font-size: 24px;
  border: 0;
}
#second.volanteea .dlBtn{
  margin-bottom: 50px;
}
#second.volanteea .dlBtn a{
  display: block;
  background: #ff5b7a;
  color: #fff !important;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 10px;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 5px 0 rgb(229,0,64);
  width: 80%;
  margin: 0 auto;
  transition: 0.4s;
}
#second.volanteea .aboutBuddy dl {
  width: 100%;
  margin-bottom: 30px;
}
#second.volanteea .aboutBuddy dl dt.cl {
  clear: both;
}
#second.volanteea .aboutBuddy dl dt {
  width: 100%;
  text-align: left;
  padding: 1% 0;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
  border-bottom: 1px solid #000;
}
#second.volanteea .aboutBuddy dl dd {
  margin-bottom: 15px;
}
#second.volanteea .txt {
  margin: 0 0 10%;
  /*font-size: 120%;*/
  line-height: 1.8em;
}
#second.volanteea .link {
  width: 80%;
  margin: 0 auto 5%;
}
#second.volanteea .link a {
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  padding: 3% 0;
  font-size: 24px;
  background: #000;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 0 0 20px 0 #ccc;
  box-shadow: 0 0 20px 0 #ccc;
}
#second.volanteea .link a:hover {
  background: #333;
  color: #fff;
  -webkit-box-shadow: 0 0 20px 0 #fff;
  box-shadow: 0 0 20px 0 #fff;
}
#second.volanteea .notice {
  margin: 0 0 5%;
}
@media(max-width:768px) {
  #second.volanteea .aboutBuddy, .teenage .abouttee {
    width: 100%;
    margin: 0 auto 50px;
  }
  #second.volanteea .aboutBuddy {
    margin: 0 auto 50px;
    padding: 2% 5%;
  }
  #second.volanteea h2 {
    text-align: center;
    font-size: 20px;
    margin: 10px auto 5px;
  }
  #second.volanteea .aboutBuddy dl {
    width: 100%;
    margin-bottom: 30px;
  }
  #second.volanteea .aboutBuddy dl dt {
    width: 100%;
    margin-right: 0px;
    text-align: center;
    float: none;
  }
  #second.volanteea .aboutBuddy dl dd {
    float: none;
    margin: 10px 0 20px;
    /*text-align:center;*/
  }
}
/*-------------------------------------
				Chuyasai
---------------------------------------*/
#second.chuyasai .aboutchuyasai {
  margin: 0 auto 50px;
  padding: 50px 6% 5%;
  width: 100%;
}
#second.chuyasai h3 {
  text-align: center;
  font-weight: bold;
}
#second.chuyasai h2 {
  text-align: center;
  font-size: 26px;
}
.leadtext {
  text-align: center;
}
#second.chuyasai strong {
  font-weight: bold;
}
#second.chuyasai .aboutchuyasai dl {
  width: 100%;
  margin-bottom: 30px;
}
#second.chuyasai .aboutchuyasai dl dt.cl {
  clear: both;
}
#second.chuyasai .aboutchuyasai dl dt {
  font-family: itc-avant-garde-gothic-pro, "Midashi Go MB31", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  width: 100%;
  text-align: left;
  padding: 1% 0;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 24px;
  border-bottom: 4px solid #e50014;
}
#second.chuyasai .aboutchuyasai dl dd {
  margin-bottom: 15px;
}
#second.chuyasai .txt {
  margin: 0 0 5%;
  /*font-size: 120%;*/
  line-height: 1.8em;
}
#second.chuyasai .link {
  width: 80%;
  margin: 0 auto 5%;
}
#second.chuyasai .link a {
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  padding: 3% 0;
  font-size: 24px;
  background: #e50014;
  color: #fff;
  border: 4px solid #000;
  font-weight: bold;
  -webkit-box-shadow: 0 0 20px 0 #ccc;
  box-shadow: 0 0 20px 0 #ccc;
}
#second.chuyasai .link a:hover {
  background: #333;
  color: #fff;
  -webkit-box-shadow: 0 0 20px 0 #fff;
  box-shadow: 0 0 20px 0 #fff;
}
#second.chuyasai .notice {
  margin: 0 0 5%;
}
@media(max-width:768px) {
  #second.chuyasai .aboutchuyasai, .teenage .abouttee {
    width: 100%;
    margin: 0 auto 50px;
  }
  .leadtext {
    text-align: left;
  }
  #second.chuyasai .aboutchuyasai {
    margin: 0 auto 50px;
    padding: 2% 5%;
  }
  #second.chuyasai h2 {
    text-align: center;
    font-size: 20px;
    margin: 10px auto 5px;
  }
  #second.chuyasai .aboutchuyasai dl {
    width: 100%;
    margin-bottom: 30px;
  }
  #second.chuyasai .aboutchuyasai dl dt {
    width: 100%;
    margin-right: 0px;
    text-align: center;
    float: none;
  }
  #second.chuyasai .aboutchuyasai dl dd {
    float: none;
    margin: 10px 0;
    /*text-align:center;*/
  }
}
/*-------------------------------------
				LINEUP
---------------------------------------*/
#dateTab {
  width: 98%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
}
#dateTab li {
  width: calc(100% / 4);
  cursor: pointer;
  padding: 10px 0 0;
  text-align: center;
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  line-height: 1;
  /*font-weight: bold;*/
}
#dateTab li span {
  display: block;
  font-size: 25px;
}
#dateTab li .date_fo {
  font-family: "alternate-gothic-condensed-a", sans-serif;
}
#dateTab li:last-child {
  border-right: 0;
}
#dateTab li:hover:after, #dateTab li.current:after {
  content: "▲";
  font-size: 16px;
  display: block;
  color: #000;
  text-align: center;
}
#dateTab li.day53:hover, #dateTab li.day53.current {
  background: #58bd76;
}
#dateTab li.day54:hover, #dateTab li.day54.current {
  background: #61d7ff;
}
#dateTab li.day55:hover, #dateTab li.day55.current {
  background: #f3ed77;
}
#dateTab li.day56:hover, #dateTab li.day56.current {
  background: #bc88f5;
}
#second.lineup .contents .lineupBox .dateBox {
  width: 100%;
  padding: 5% 3% 3%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#second.lineup .contents .lineupBox .dateBox h2 {
  width: 100%;
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 1;
  /*font-weight: bold;*/
}
#second.lineup .contents .lineupBox .dateBox h2 span {
  font-size: 40px;
}
#second.lineup .contents .lineupBox .hide {
  display: none;
}
#second.lineup .contents .lineupBox {
  padding-top: 2%;
  padding-bottom: 2%;
  margin-bottom: 2%;
}
#second.lineup .contents .lineupBox.timetable {
  background: #fff;
}
#second.lineup .contents .lineupBox h2 {
  text-align: center;
  font-size: 26px;
  padding: 20px 0;
}
#second.lineup .contents .lineupBox h2 img {
  height: 70px;
  width: auto;
}
#second.lineup .contents .lineupBox .box {
  width: 33%;
  padding: 0 0.5%;
  margin-bottom: 30px;
  text-align: center;
  font-size: 22px;
}
#second.lineup .contents .lineupBox .box p {
  padding: 0 0 10px 0;
  position: relative;
  font-feature-settings: "palt";
}
#second.lineup .contents .lineupBox .box p:nth-child(2) {
  font-size: 70%;
  padding: 0;
}
#second.lineup .contents .lineupBox .box p .fs_ms, #second.lineup .contents .lineupBox .box p .fs_s {
  line-height: 1.1rem;
  display: block;
}
#second.lineup .contents .lineupBox .box a {
  display: block;
  position: relative;
}
#second.lineup .contents .lineupBox .box a img {
  width: 100%;
}
#second.lineup .contents .lineupBox p.andmore {
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-size: 34px;
  font-weight: bold;
  margin: 10px auto 20px;
}
#second.lineup .contents .lineupBox .box p.new a:after {
  content: "NEW!";
  color: #fff;
  position: absolute;
  left: -15px;
  top: -5px;
  display: block;
  width: 60px;
  height: 28px;
	line-height: 28px;
  font-family:  "itc-avant-garde-gothic-pro", sans-serif;
  background: #e50014;
  z-index: 999;
  font-size: 18px;
  transform: rotate(-35deg);
}
#second.lineup .contents .lineupBox .box a.ofmovie {
  background-color: #34d031;
  text-decoration: none;
  color: #fff;
  padding: 5px 0 4px;
  font-size: 55%;
  font-weight: bold;
  border-radius: 5px;
  white-space: nowrap;
  width: 45%;
  text-align: center;
  display: inline-block;
  transition: all 0.3s;
}
#second.lineup .contents .lineupBox .box a.ofmovie:hover {
  background-color: #e50014;
  ;
}
#second.lineup .contents .lineupBox .box .jrock a.ofmovie {
  width: 70%;
}
#second.lineup .contents .lineupBox + ul {
  padding: 0 5% 5%;
}
@media(max-width:768px) {
  #dateTab li {
    font-size: 24px;
  }
  #dateTab li span {
    font-size: 14px;
  }
  #second.lineup .contents .lineupBox .dateBox h2 {
    font-size: 50px;
    padding-bottom: 0;
  }
  #second.lineup .contents .lineupBox .dateBox h2 span {
    font-size: 25px;
  }
  #second.lineup .contents .lineupBox .dateBox {
    padding-top: 0px;
  }
  #second.lineup .contents .lineupBox .box {
    width: calc(100% / 2);
    float: left;
    padding: 0 5px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
  }
  #second.lineup .contents .lineupBox .box:nth-child(3n+2) {
    clear: none;
  }
  #second.lineup .contents .lineupBox .box:nth-child(even) {
    clear: left;
  }
  #second.lineup .contents .lineupBox h2 {
    font-size: 22px;
  }
  #second.lineup .contents .lineupBox .dateBox h2 img {
    height: 40px;
    width: auto;
  }
  #second.lineup .contents .lineupBox p.andmore {
    font-size: 26px;
    margin: 0px auto 20px;
  }
  #second.lineup .contents .lineupBox .box p {
    line-height: 1.2em;
  }
  #second.lineup .contents .lineupBox .box p:nth-child(2) {
    font-size: 70%;
    padding: 0;
  }
  #second.lineup .contents .lineupBox .box p.new a:after {
    width: 45px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  #second.lineup .contents .lineupBox .box a.ofmovie {
    width: 70%;
    margin-top: 7px;
    font-size: 60%;
  }
  #second.lineup .contents .lineupBox .box .jrock a.ofmovie {
    width: 97%;
  }
}
@media(max-width:420px) {
  #second.lineup .contents .lineupBox .box p.new a:after {
    width: 33px;
    height: 20px;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 24px;
  }
}
/*-------------------------------------
				LINEUP
---------------------------------------*/
#dateTab {
  width: 98%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
}
#dateTab li {
  width: calc(100% / 5);
  cursor: pointer;
  padding: 10px 0 0;
  text-align: center;
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-size: 50px;
  line-height: 1;
  /*font-weight: bold;*/
}
#second.lineup .contents .lineupBox .dateBox h2 {
  width: 100%;
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-size: 80px;
  line-height: 1;
  /*font-weight: bold;*/
}
#second.lineup .contents .lineupBox .box p.new a:after {
  content: "NEW!";
  color: #fff;
  position: absolute;
  left: -15px;
  top: -5px;
  display: block;
  width: 60px;
  height: 28px;
	line-height: 28px;
  font-family: 'Londrina Solid', cursive;
  background: #e50014;
  z-index: 999;
  font-size: 18px;
  transform: rotate(-35deg);
}
@media(max-width:768px) {
  #dateTab li {
    font-size: 24px;
  }
  #dateTab li span {
    font-size: 14px;
  }
  #second.lineup .contents .lineupBox .dateBox h2 {
    font-size: 50px;
    padding-bottom: 0;
  }
  #second.lineup .contents .lineupBox .dateBox h2 span {
    font-size: 25px;
  }
  #second.lineup .contents .lineupBox .dateBox {
    padding-top: 5%;
  }
  #second.lineup .contents .lineupBox .box {
    width: calc(100% / 2);
    float: left;
    padding: 0 5px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
  }
  #second.lineup .contents .lineupBox .box:nth-child(3n+2) {
    clear: none;
  }
  #second.lineup .contents .lineupBox .box:nth-child(even) {
    clear: left;
  }
  #second.lineup .contents .lineupBox h2 {
    font-size: 22px;
  }
  #second.lineup .contents .lineupBox .dateBox h2 img {
    height: 40px;
    width: auto;
  }
  #second.lineup .contents .lineupBox p.andmore {
    font-size: 26px;
    margin: 0px auto 20px;
  }
  #second.lineup .contents .lineupBox .box p {
    line-height: 1.2em;
  }
  #second.lineup .contents .lineupBox .box p:nth-child(2) {
    font-size: 70%;
    padding: 0;
  }
  #second.lineup .contents .lineupBox .box p.new a:after {
    width: 45px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  #second.lineup .contents .lineupBox .box a.ofmovie {
    width: 70%;
    margin-top: 7px;
    font-size: 60%;
  }
  #second.lineup .contents .lineupBox .box .jrock a.ofmovie {
    width: 97%;
  }
}
/*-------------------------------------
				SEAT
---------------------------------------*/
#second.seat h1.pTitle {
  line-height: 1;
}
#second.seat h1.pTitle span {
  display: block;
  font-size: 73%;
  line-height: 1.2em;
}
#second.seat .contents .lineupBox .dateBox {
  width: 100%;
  padding: 2% 6% 3%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#second.seat .contents .lineupBox .dateBox h2 {
  width: 100%;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 80px;
  line-height: 1;
  font-weight: bold;
}
#second.seat .contents .lineupBox .dateBox h2 span {
  font-size: 40px;
}
#second.seat .contents .lineupBox .hide {
  display: none;
}
#second.seat .contents .lineupBox {
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 2%;
  margin-bottom: 2%;
}
#second.seat .contents .lineupBox h2 {
  text-align: center;
  padding: 20px 0;
}
#second.seat .contents .lineupBox h2 img {
  height: 70px;
  width: auto;
}
#second.seat .contents .lineupBox .box {
  width: 33%;
  padding: 0 0.5%;
  margin-bottom: 30px;
  text-align: center;
  font-size: 22px;
}
#second.seat .contents .lineupBox .box p {
  padding: 0 0 10px 0;
  position: relative;
  font-feature-settings: "palt";
}
#second.seat .contents .lineupBox .box p:nth-child(2) {
  font-size: 80%;
  padding: 0;
}
#second.seat .contents .lineupBox .box p .fs_ms, #second.seat .contents .lineupBox .box p .fs_s {
  line-height: 1.2rem;
  display: block;
}
#second.seat .contents .lineupBox .box a {
  display: block;
  position: relative;
}
#second.seat .contents .lineupBox .box a img {
  width: 100%;
}
#second.seat .contents .lineupBox p.andmore {
  font-family: "Abel", "sans-serif";
  font-size: 36px;
  margin: 10px auto 20px;
}
#second.seat .contents .lineupBox .box p.new a:after {
  content: "NEW!";
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 66px;
  height: 30px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  background: #e50014;
  z-index: 999;
}
#second.seat .contents .lineupBox .box a.ofmovie {
  background-color: #34d031;
  text-decoration: none;
  color: #fff;
  padding: 5px 0 4px;
  font-size: 55%;
  font-weight: bold;
  border-radius: 5px;
  white-space: nowrap;
  width: 45%;
  text-align: center;
  display: inline-block;
  transition: all 0.3s;
}
#second.seat .contents .lineupBox .box a.ofmovie:hover {
  background-color: #e50014;
  ;
}
#second.seat .contents .lineupBox .box .jrock a.ofmovie {
  width: 70%;
}
@media(max-width:768px) {
  #second.seat .contents .lineupBox .dateBox h2 {
    font-size: 50px;
    padding-bottom: 0;
  }
  #second.seat .contents .lineupBox .dateBox h2 span {
    font-size: 25px;
  }
  #second.seat .contents .lineupBox .dateBox {
    padding-top: 0px;
  }
  #second.seat .contents .lineupBox .box {
    width: calc(100% / 2);
    float: left;
    font-family: "Midashi Go MB31", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    background: ;
    padding: 0 5px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
  }
  #second.seat .contents .lineupBox .box:nth-child(3n+2) {
    clear: none;
  }
  #second.seat .contents .lineupBox .box:nth-child(even) {
    clear: left;
  }
  #second.seat .contents .lineupBox .dateBox h2 img {
    height: 40px;
    width: auto;
  }
  #second.seat .contents .lineupBox p.andmore {
    font-size: 26px;
    margin: 0px auto 20px;
  }
  #second.seat .contents .lineupBox .box p {
    line-height: 1.2em;
  }
  #second.seat .contents .lineupBox .box p:nth-child(2) {
    font-size: 65%;
    padding: 0;
  }
  #second.seat .contents .lineupBox .box p.new a:after {
    width: 50px;
    height: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  #second.seat .contents .lineupBox .box a.ofmovie {
    width: 70%;
    margin-top: 7px;
    font-size: 60%;
  }
  #second.seat .contents .lineupBox .box .jrock a.ofmovie {
    width: 97%;
  }
}
/*-------------------------------------
				MOVIE
---------------------------------------*/
.youthum a::before {
  position: absolute;
  content: url("../img/artist/btn_you.webp");
  text-align: center;
  top: 40%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.3s;
}
#second.lineup .contents .lineupBox .box .youthum p {
  padding-top: 10px;
}
/*-------------------------------------
				timeTable
---------------------------------------*/
#second.timetable h1.pTitle {}
@media(max-width:768px) {}
#second.timetable .contents .timeTableBox .dateBox {
  padding: 20px 10px;
  text-align: center;
  background: #fff;
}
#second.timetable .contents .timeTableBox .hide {
  display: none;
}
#second.timetable .contents .timeTableBox h2 {
  text-align: center;
  padding: 10px 0;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 60px;
}
#second.timetable .contents .timeTableBox h2 span {
  font-family: 'Sarabun', sans-serif;
}
#second.timetable .contents .timeTableBox h2 img {
  height: 70px;
  width: auto;
}
#second.lineup .contents .pdfBtn {
  text-align: center;
  padding: 30px 0;
}
#second.lineup .contents .pdfBtn a {
  display: inline-block;
  padding: 1% 2%;
  font-size: 20px;
  text-decoration: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #ff5b7a;
  color: #fff;
  font-weight: bold;
}
/*-------------------------------------
				VIVA LA GARDEN
---------------------------------------*/
#second.garden h2 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}
#second.garden .lead {
  font-size: 17px;
  margin-top: 30px;
  text-align: center;
  font-family: "Gothic MB101 Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#second.garden .logo {
  margin: 0 auto 0;
  width: 500px;
}
#second.garden .textbox {
  margin-top: 30px;
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 0;
  text-align: left;
}
#second.garden .gabtn p {
  margin: 25px 0;
  text-align: center;
}
#second.garden .gabtn p a.btn {
  background: #3B7E46;
  font-family: "Gothic MB101 Medium";
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  width: 85%;
  line-height: 1.4;
  border-width: 2px;
  position: relative;
}
#second.garden .gabtn p a.btn:after {
  content:"";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -5px;
}

@media(max-width:768px) {
  #second.about.garden article {
    padding: 30px 8%;
  }
  #second.garden h2 {
    text-align: center;
    margin: 10px auto 20px;
    font-size: 22px;
  }
  #second.garden .logo {
    margin: 0 auto 0;
    width: 90%;
  }
#second.garden .gabtn p a.btn {
  font-size: 18px;
	width: 100%;
}
}
/*-------------------------------------
				TICKET
---------------------------------------*/
/*#second.ticket h1.pTitle {
    background: url(../img/ticket/title_side.webp) no-repeat center center;
}*/
#second.ticket .priceList {
  text-align: center;
  padding: 10px 0 40px;
}
#second.ticket .priceList ul li {
  margin-bottom: 30px;
}
#second.ticket article {
  width: 100%;
  margin: 0 auto 50px;
  padding: 5%;
}
#second.ticket h2 {
	font-family: "Gothic MB101 Bold";
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}
#second.goods h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 15px;
	font-family: "Midashi Go MB31", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#second.ticket .lead {
font-family: "Gothic MB101 Bold";
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
#second.ticket .leadsub {
font-family: "Gothic MB101 Bold";
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}
#second.ticket h3 {
  border-radius: 0;
  background: none;
  color: #000;
  font-size: 22px;
  border-bottom: 1px solid #000;
  padding: 1%;
  font-family: "Gothic MB101 Bold";
}
#second.ticket .nft .ticket_list {
  background: #199dff;
  margin-top: 20px;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 50px;
}

#second.ticket .ticket_list {
  background: #f181a8;
  margin-top: 20px;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
}

#second.ticket .ticket_list dt .small {
  font-size: 60%;
}
#second.ticket .nft .ticket_list dt .smallR, #second.ticket .ticket_list dd .smallR {
  font-size: 140%;
}

#second.ticket .ticket_list dt .smallR, #second.ticket .ticket_list dd .smallR {
  font-size: 75%;
}
#second.ticket .ticket_list dl {
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 15px;
  position: relative;
  margin-bottom: 50px;
  position: relative;
}
#second.ticket .ticket_list dl:last-of-type {
  margin-bottom: 0;
}
#second.ticket .ticket_list dt {
	font-family: "Gothic MB101 Bold";
  font-size: 30px;
  border-bottom: 1px dotted #333333;
  padding-bottom: 10px;
  margin: 10px;
  /*letter-spacing: -0.01ex;*/
	line-height: 1.3;
}
#second.ticket .ticket_list dt:last-of-type{
  border-bottom: 0;
  padding-bottom:0;
}

#second.ticket .ticket_list dd {
  margin: 10px;
  font-size: 20px;
  /*letter-spacing: -0.01ex;*/
}
#second.ticket .ticket_list dd.discount {
  background: #1cb229;
  border-radius: 50%;
  position: absolute;
  top: -32px;
  right: 2px;
  margin: 0;
  width: 220px;
  padding: 38px 25px;
  color: #ffffff;
  height: 220px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
-webkit-box-shadow: 0 0 8px 0 #BFBFBF;
box-shadow: 0 0 8px 0 #BFBFBF;
}
#second.ticket .ticket_list dd.discount:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #1cb229;
  z-index: 0;
}
#second.ticket .ticket_list dd.discount .price {
  display: block;
  font-size: 180%;
  font-family: "Gothic MB101 Bold";
	margin-top: -20px;
}
#second.ticket .ticket_list .soldout{
	position: relative;
	display: inline-block;
}
#second.ticket .ticket_list .soldout:after {
    content: "完売!";
    position: absolute;
    transform: rotate(-5deg);
    display: block;
    top: 0;
    text-align: center;
    color: #ffffff;
    background: rgba(244,4,75,0.8);
    font-size: 75%;
    padding: 2px;
    width: 98%;
    border-radius: 2px;
    right: 1%;
	font-family: "Gothic MB101 Bold";
}
@media(max-width:780px) {
  #second.ticket .ticket_list dd.discount {
    border-radius: 5px;
    position: relative;
    right: 0;
    width: 100%;
    padding: 10px;
    color: #ffffff;
    height: auto;
    line-height: 1.2;
    margin-top: 15px;
    top: 0;
  }
  #second.ticket .ticket_list dd.discount:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #25b149;
  }

}
/*アプリ先行*/
#second.ticket .ticket_list.senkou {
  margin-top: 20px;
  border-radius: 10px;
  padding: 0;
  margin-bottom: 50px;
  background: none;
}
#second.ticket .ticket_list.senkou dl {
  position: relative;
  margin-bottom: 20px;
  border-radius: 20px;
  padding: 0;
}
#second.ticket .ticket_list.senkou dt {
  font-family: "Gothic MB101 Bold";
  padding: 20px 15px;
  letter-spacing: -0.01ex;
  border-radius: 20px 20px 0 0;
  margin: 0;
  border-bottom: none;
}
#second.ticket .ticket_list.senkou dl.-orange {
  background: #fcdeec;
}
#second.ticket .ticket_list.senkou dl.-orange dt {
  background: #f181a8;
}
#second.ticket .ticket_list.senkou dl.-pink {
  background: #d1e5f1;
}
#second.ticket .ticket_list.senkou dl.-pink dt {
  background: #61d7ff;
}
#second.ticket .ticket_list.senkou dl.-green {
  background: #f1fcc2;
}
#second.ticket .ticket_list.senkou dl.-green dt {
  background: #b9d75f;
}

#second.ticket .ticket_list.senkou dl.-purple {
  background: #fbf0ff;
}
#second.ticket .ticket_list.senkou dl.-purple dt {
  background: #ef8ed5;
}

#second.ticket .ticket_list.senkou dd {
  padding: 20px;
  margin: 0;
	font-size: 20px;
}
#second.ticket .ticket_list.senkou dd.discount {
  background: #ffffff;
  color: #000000;
  font-size: 109%;
  font-family: "Gothic MB101 Bold";
  padding: 70px 20px 50px;
	letter-spacing: -0.05em;

}
#second.ticket .ticket_list.senkou dd.discount:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #ffffff;
  z-index: 0;
}
@media(max-width:780px) {
  #second.ticket .ticket_list.senkou dt, #second.ticket .ticket_list.senkou dd {
    padding: 15px;
  }
  #second.ticket .ticket_list.senkou dd.discount {
    border-radius: 5px;
    position: relative;
    right: 0;
    width: 95%;
    height: auto;
    line-height: 1.4;
    top: -10px;
    margin: 10px auto 0;
    font-size: 100%;
    padding: 10px;
	  box-shadow: none;
  }
  #second.ticket .ticket_list.senkou dd.discount:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
  }
}
@media(max-width:768px) {
  #second.ticket .ticket_list.senkou dl {
    border-radius: 10px;
  }
  #second.ticket .ticket_list.senkou dt {
    border-radius: 10px 10px 0 0;
  }
  #second.ticket .ticket_list.senkou dd {
    border-radius: 10px;
	  font-size: 16px;
  }
}
/*アプリ先行ここまで*/
#second.ticket .appList {
  margin-top: 15px;
}
#second.ticket .appList img {
  width: 200px;
}
#second.ticket .imgc {
  text-align: center;
}
#second.ticket .imgc img {
  margin: 0 auto;
}
@media(max-width:768px) {
  #second.ticket .appList img {
    width: 150px;
  }
  #second.ticket .imgc img {
    width: 80%;
  }
}
#second.ticket h3.none {
  text-align: center;
  border: 0;
  font-size: 20px;
}
#second.ticket h3.guide_tit {
  border: 1px solid #000;
  padding: 10px;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.4;
}
#second.ticket h4 {
  width: auto;
  border: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  background: url(../img/ticket/greenline.webp) repeat-x bottom left;
  display: inline-block;
}
#second.ticket .playguide .notice {
  margin-bottom: 50px;
  margin-top: 0;
	font-size: 0.9rem;
}
#second.ticket .playguide .notice li {
  margin-bottom: 15px;
}
#second.ticket .playguide .ate {
  color: #ff3e81;
}
#second.ticket .playguide dl {
  width: 100%;
  margin-bottom: 0;
}
#second.ticket .playguide dl dt.cl {
  clear: both;
}
#second.ticket .playguide dl dt {
  width: auto;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "Gothic MB101 Bold";
}
#second.ticket .playguide dl dd {
  margin-bottom: 15px;
  line-height: 1.9;
}
#second.ticket .playguide dl dd strong {
  display: block;
  font-weight: bold;
  font-size: 16px;
}
#second.ticket .playguide p {
  margin-bottom: 15px;
	padding: 0 5px;
  text-align: center;
}
#second.ticket .playguide p a.btn {
  font-family: "Gothic MB101 Bold";
  background: #61d7ff;
  color: #000;
  text-decoration: none;
  font-size: 20px;
  width: 90%;
  line-height: 1.4;
  padding: 25px 0;
  border-width: 2px;
  position: relative;
}
#second.ticket .playguide p a.btn:after {
  content:"";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -5px;
}
#second.ticket .playguide p a.btn.invalid {
  pointer-events: none;

}

#second.ticket .services{
  background: #fff;
  padding:20px;
  border-radius: 10px;
}

#second.ticket #trade {
 background: #61d7ff;
	border-radius: 10px;
  padding: 30px;
}

#second.ticket .services dt{
  font-weight: bold;
  border-bottom: 1px solid #000;
}
#second.ticket .services dd strong{
  margin-bottom: 10px;
  display: block;
}
#second.ticket .services dd p{
  text-align: left;
  margin-bottom: 10px;
  display: block;
}
#second.ticket .playguide p strong{
  font-weight: bold;
  color: #dd0000;
}
#second.ticket .services dd p.btn a{
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  background: #eee;
  border:2px solid #000;
  color: #000;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: relative;
}
#second.ticket .services dd p.btn a:after {
  content:"";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -5px;
}
#second.ticket .aboutTicket {
  width: 970px;
  margin: 0 auto 50px;
  width: 635px;
}
#second.ticket .aboutTicket h2 {
  margin-bottom: 20px;
}
#second.ticket article.aboutTicket h2:before {
  content: "";
}
#second.ticket .aboutTicket .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#second.ticket .aboutTicket dl {
  width: 310px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  float: left;
  padding-top: 120px;
  margin-right: 15px;
}
#second.ticket .aboutTicket dl:last-child {
  margin-right: 0;
}
#second.ticket .aboutTicket dl.about01 {
  background: url(../img/ticket/img01.webp) no-repeat center 20px #efebcd;
  background-size: contain;
}
#second.ticket .aboutTicket dl.about02 {
  background: url(../img/ticket/img02.webp) no-repeat center 20px #efebcd;
  background-size: contain;
}
#second.ticket .aboutTicket dl.about03 {
  background: url(../img/ticket/img03.webp) no-repeat center -94px;
}
#second.ticket .aboutTicket dl dt {
  background: #efebcd;
  text-align: center;
  padding: 20px 0;
  font-size: 17px;
}
#second.ticket .aboutTicket dl dd {
  background: #efebcd;
  font-size: 13px;
  padding: 0 20px 20px;
}
#second.ticket .ticketType {
  margin-bottom: 50px
}
#second.ticket .ticketType .tCol {
  display: table;
}
#second.ticket .ticketType .tCol dt {
  display: table-cell;
  font-size: 22px;
  width: 370px;
  text-align: center;
  background: #efebcd;
  vertical-align: middle;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
#second.ticket .ticketType .tCol dd {
  padding: 0 0 0 20px
}
#second.ticket h2.foreigners {
  color: #fff;
  background-color: #ff47ad;
  border-radius: 4px;
  padding: 5px 10px;
  margin-bottom: 0;
}
h3.foreigners {
  background: #ff47ad;
}
#second.ticket .cancel p.ta_c {
  width: 50%;
  margin: 0 auto;
}
#second.ticket .oneday_sp {
  display: none;
}
#second.ticket .ticket_oneday a:hover {
  background: none;
}
@media(max-width:768px) {
  /* #second.ticket h1.pTitle {
      background: url(../img/ticket/title_side.webp) no-repeat center center;
      background-size: 130%;
  }*/
  #second.ticket .priceList {
    text-align: center;
    padding: 20px 20px 40px;
  }
  #second.ticket .playguide {
    width: 100%;
    padding: 0;
  }
  #second.ticket h2,
	  #second.goods h2 {
    text-align: center;
    margin: 10px auto 20px;
    font-size: 22px;
  }
  #second.ticket .lead {
    font-size: 15px;
    text-align: left;
  }
 #second.ticket .leadsub {
    font-size: 14px;
    text-align: left;
  }
  #second.ticket h3, #second.ticket h3.guide_tit {
    font-size: 17px;
  }
  #second.ticket #trade {
  padding: 20px;
}
  #second.ticket .ticket_list {
    padding: 10px;
  }
  #second.ticket .ticket_list dl {
    padding: 5px;
    margin-bottom: 15px;
  }
  #second.ticket .ticket_list dt {
    font-size: 18px;
  }
  #second.ticket .ticket_list dd {
    font-size: 14px;
  }
  #second.ticket .ticket_list dd.discount {
    font-size: 14px;
  }
 #second.ticket .ticket_list dd.discount .price {
    font-size: 130%;
    margin-left: 10px;
	  margin-top: 0;
  }
  #second.ticket .playguide dl {
    width: 100%;
    margin-bottom: 0;
  }
  #second.ticket .playguide dl dt {
    width: 100%;
    margin-right: 0px;
    float: none;
  }
  #second.ticket .playguide dl dd {
    float: none;
    margin: 10px 0;
  }
  #second.ticket .playguide p a.btn {
    font-size: 16px;
    width: 100%;
    padding: 20px 10px;
    letter-spacing: -0.01ex;
	  line-height: 1;
  }
  #second.ticket .aboutTicket {
    width: 100%;
    margin-bottom: 50px;
  }
  #second.ticket .aboutTicket h2 {
    margin-bottom: 20px;
  }
  #second.ticket .aboutTicket dl {
    width: 100%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    float: none;
    padding-top: 60px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  #second.ticket .aboutTicket dl:last-child {
    margin-right: 0;
  }
  #second.ticket .aboutTicket dl.about01 {
    background: url(../img/ticket/img01.webp) no-repeat center 5px #efebcd;
    background-size: 150px;
  }
  #second.ticket .aboutTicket dl.about02 {
    background: url(../img/ticket/img02.webp) no-repeat center 5px #efebcd;
    background-size: 150px;
  }
  #second.ticket .aboutTicket dl.about03 {
    background: url(../img/ticket/img03.webp) no-repeat center center;
    background-size: cover;
  }
  #second.ticket .aboutTicket dl dt {
    background: #efebcd;
    text-align: center;
    padding: 10px 20px;
    font-size: 17px;
  }
  #second.ticket .aboutTicket dl dt br {
    display: none;
  }
  #second.ticket .aboutTicket dl dd {
    background: #efebcd;
    font-size: 13px;
    padding: 0 15px 15px;
  }
  #second.ticket .ticketType {
    margin-bottom: 50px
  }
  #second.ticket .ticketType .tCol {
    display: block;
  }
  #second.ticket .ticketType .tCol dt {
    display: block;
    font-size: 22px;
    width: 100%;
    text-align: center;
    background: #fff;
    border: 2px solid #efebcd;
    margin-bottom: 3%;
    padding: 3% 0;
    vertical-align: middle;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
  #second.ticket .ticketType .tCol dd {
    padding: 0 0 0 0px
  }
  #second.ticket .oneday_pc {
    display: none;
  }
  #second.ticket .oneday_sp {
    display: inline;
  }
}
#second.ticket .ticketEntry_ver {
  border: 6px solid #e50014;
  padding: 20px;
  margin-bottom: 40px;
}
#second.ticket .ticketEntry_qa {
  border: 2px solid #4c57a7;
  background: #fff;
  padding: 20px;
  margin: 30px 0 0;
}
#second.ticket .ticketEntry_qa h4.qaTitle {
  width: 100%;
  font-weight: bold;
  text-align: left;
  margin: 10px 0;
  padding: 10px 40px 10px 10px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
#second.ticket .ticketEntry_qa h4:after {
  content: "\f107";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  right: 10px;
  font-size: 30px;
  top: 50%;
  margin-top: -25px;
}
#second.ticket .ticketEntry_qa h4.active:after {
  content: "\f106";
}
#second.ticket .ticketEntry_qa .toggle {
  display: none;
  margin-bottom: 20px;
}
#second.ticket .flexImage{
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding: 1%;
}
#second.ticket .flexImage img{
  width: calc(100% / 2);
  height: auto;
}
@media(max-width:640px) {
  #second.ticket .flexImage{
    flex-direction: column;
  }
  #second.ticket .flexImage img{
    width: 100%;
    height: auto;
  }
}
/*-------------------------------------
				MAP
---------------------------------------*/
/*-- Access --*/
#second.map.access .contents article {
  /*background-color: #efeae8;*/
  padding: 5% 10%;
  width: 100%;
}
#second.map.access .contents h2 {
  margin: 0 auto 2%;
  max-width: 240px;
}
#second.map.access .contents h2 img.viva2020 {
  width: 300px;
  height: auto;
  mix-blend-mode: screen;
}
#second.map.access .contents h2 img.garden {
  width: 210px;
  height: auto;
}
#second.map.access .contents h3 {
  font-size: 200%;
  font-family: "Midashi Go MB31", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-feature-settings: 'palt'1;
  letter-spacing: 0.06em;
}
#second.map.access .contents .address {
  font-size: 146%;
  text-align: center;
  margin-bottom: 10px;
}
#second.map.access .contents h4 {
  font-size: 146%;
  text-align: center;
  border: 0;
}
#second.map.access .contents .train {
  border-top: dotted 3px #ccc;
  border-bottom: dotted 3px #ccc;
  padding: 30px 0;
}
#second.map.access .contents .train dl {
  text-align: center;
  float: left;
  width: 50%;
}
#second.map.access .contents .train dl dt {
  font-size: 120%;
  margin-bottom: 20px;
}
#second.map.access .contents .train dl dd {
  margin-bottom: 50px;
}
#second.map.access .contents .train .line {
  width: 100%;
  text-align: center;
}
#second.map.access .contents .gmap {
  width: 100%;
  padding: 30px 0;
}
@media(max-width:768px) {
  #second.map.access .contents h2 img {
    display: block;
    margin: 15px auto;
  }
  #second.map.access .contents h3 {
    font-size: 140%;
  }
  #second.map.access .contents h2 {
    padding: 2% 2% 10%;
  }
  #second.map.access .contents .address {
    font-size: 120%;
    text-align: center;
    margin-bottom: 20px;
  }
  #second.map.access .contents h4 {
    font-size: 115%;
    text-align: center;
    border: 0;
    margin-bottom: 0;
  }
  #second.map.access .contents .train {
    padding: 20px 0;
  }
  #second.map.access .contents .train dl {
    text-align: center;
    float: none;
    width: 100%;
  }
  #second.map.access .contents dl dt {
    font-size: 115%;
    margin-bottom: 10px;
  }
  #second.map.access .contents .train dl dd {
    margin-bottom: 30px;
  }
  #second.map.access .contents .train .line {
    width: 85%;
    margin: 0 auto 30px;
    float: none;
  }
  #second.map.access .contents .gmap {
    width: 90%;
    height: 400px;
    margin: 0 auto;
  }
  #second.map.access .contents .gmap iframe {
    width: 100% !important;
    height: 100% !important;
  }
}
/*-- Areamap --*/
#second.map.areamap .contents .wrap {

}
#second.map.areamap .contents ul.tab {
  text-align: center;
  width: 98%;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 0;
}
#second.map.areamap .contents ul.tab li {
  margin: 0;
  display: inline-block;
  width: calc(100% / 5);
  /*height: 100px;*/
  align-items: center;
  justify-content: center;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  font-size: 48px;
  padding: 10px 0;
}
#second.map.areamap .contents ul.tab li span {
  font-size: 24px;
  display: block;
}
#second.map.areamap .contents ul.tab li.current:after {
  content: "▲";
  font-size: 16px;
  display: block;
  color: #000;
  text-align: center;
}
#second.map.areamap .contents ul.tab li:nth-child(1).current {
    background: #58bd76;
}
#second.map.areamap .contents ul.tab li:nth-child(2).current {
    background: #61d7ff;
}
#second.map.areamap .contents ul.tab li:nth-child(3).current {
    background: #f3ed77;
}
#second.map.areamap .contents ul.tab li:nth-child(4).current {
    background: #bc88f5;
}
#second.map.areamap .contents ul.tab li:nth-child(5).current {
    background: #e50014;
}
#second.map.areamap .contents .box {
  display: none;
  padding-bottom: 4%;
}
#second.map.areamap .contents .box.active {
  display: block;
}
#second.map.areamap .contents .box h2 {
  text-align: center;
	margin-bottom: 10px;
}
#second.map.areamap .contents .box h2 span {
  font-size: 40px;
  margin-left: 5px;
}
#second.map.areamap .contents .box .mapImg {
  padding: 2% 2% 4%;
  text-align: center;
}
#second.map.areamap .contents .box .pictimg {
  width: 50%;
  padding: 2% 0 4%;
  margin: 0 auto;
}
#second.map.areamap .contents .box .detail {
  width: 94%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#second.map.areamap .contents .box .detail {
  background: #fff;
}
#second.map.areamap .contents #a100lvCont .detail p {
  background-color: rgba(229, 0, 20, 0.1);
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
}
#second.map.areamap .contents #a200lvCont .detail p {
  background-color: rgba(255, 145, 10, 0.1);
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
}
#second.map.areamap .contents #a300lvCont .detail p {
  background-color: rgba(255, 245, 0, 0.1);
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
}
#second.map.areamap .contents #a400lvCont .detail p {
  background-color: rgba(52, 208, 49, 0.1);
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
}
#second.map.areamap .contents #a500lvCont .detail p {
  background-color: rgba(21, 169, 223, 0.1);
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
}
#second.map.areamap .contents .box .detail dl {
  float: left;
  width: 50%;
  padding: 2%;
}
#second.map.areamap .contents .box .detail dl dt {
  margin-bottom: 5px;
}
#second.map.areamap .contents .box .detail dl dt img {
  height: 67px;
}
#second.map.areamap .contents .box .detail dl.txtTitle dt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3em;
}
#second.map.areamap .contents .box .detail dl dd:nth-child(2) {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 10px;
}
#second.map.areamap .contents .box .detail dl.photogal dt {
  margin-bottom: 20px;
}
#second.map.areamap .contents .box .detail dl.photogal dt img {
  height: 160px;
}
#second.map.areamap .contents .box .detail dl.photogal dd {
  font-weight: normal;
  font-size: 16px;
}
#second.map.areamap .contents .box .detail .img, #second.map.areamap .contents .box .detail .img2 {
  float: right;
  width: 50%;
  background: #ccc;
}
#second.map.areamap .contents .box .detail .img img {
  width: 100%;
  height: auto;
}
#second.map.areamap .contents .box .detail .img2 img {
  width: auto;
  height: 100%;
}
#second.map.areamap .contents #a100lvCont dl {
  background: #d7bce9;
}
#second.map.areamap .contents #a100lvCont dl.odd {
  background: #f0e8f7;
}
#second.map.areamap .contents #a200lvCont dl {
  background: #cfeac1;
}
#second.map.areamap .contents #a200lvCont dl.odd {
  background: #f0f8eb;
}
#second.map.areamap .contents #a300lvCont dl {
  background: #fcf7b5;
}
#second.map.areamap .contents #a300lvCont dl.odd {
  background: #fffde6;
}
#second.map.areamap .contents #a400lvCont dl {
  background: #b3e6fb;
}
#second.map.areamap .contents #a400lvCont dl.odd {
  background: #e4f7fd;
}
#second.map.areamap .contents #a500lvCont dl {
  background: #fcf7b5;
}
#second.map.areamap .contents #a500lvCont dl.odd {
  background: #fffde6;
}
#second.map.areamap .contents .iconDetail {
  background: #f9f9ef;
  padding: 2%;
  margin-top: 20px;
}
#second.map.areamap .contents .iconDetail img {
  /*width: 378px;*/
  margin-right: 5%;
  display: inline-block;
}
#second.map.areamap .contents .box .detail dl.stageInfo {
  clear: both;
  width: 100%;
  margin-bottom: 1rem;
  background: #fff !important;
}
#second.map.areamap .contents .box .detail dl.stageInfo dt {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3em;
}
#second.map.areamap .contents .box .detail dl.stageInfo dd {
  font-weight: normal;
  font-size: 16px;
}
@media(max-width:768px) {
  #second.map.areamap .contents ul.tab {
    margin-bottom: 10px;
  }
  #second.map.areamap .contents ul.tab li {
    font-size: 18px;
    height: auto;
    margin-bottom: 1%;
  }
  #second.map.areamap .contents ul.tab li span {
    font-size: 12px;
  }
  #second.map.areamap .contents .box h2 {
    width: 230px;
text-align: center;
margin: 0 auto;
  }
  #second.map.areamap .contents .box h2 span {
    font-size: 20px;
  }
  #second.map.areamap .contents .detail p {
    font-size: 16px !important;
  }
  #second.map.areamap .contents .box .pictimg {
    width: 90%;
  }
  #second.map.areamap .contents .box .detail {
    font-size: 16px;
  }
  #second.map.areamap .contents .box .detail .img, #second.map.areamap .contents .box .detail .img2 {
    float: none;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
  }
  #second.map.areamap .contents .box .detail .img img, #second.map.areamap .contents .box .detail .img2 img {
    width: 100%;
    height: auto;
  }
  #second.map.areamap .contents .box .detail dl {
    float: none;
    width: 100%;
  }
  #second.map.areamap .contents .box .detail dl.txtTitle dt {
    font-size: 20px;
  }
  #second.map.areamap .contents .box .detail dl dt img {
    height: 40px;
  }
  #second.map.areamap .contents .box .detail dl dd:nth-child(2) {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 10px;
  }
  #second.map.areamap .contents .iconDetail img {
    width: 100%;
    margin-right: 0;
    display: block;
    margin-bottom: 4%;
  }
}
/*-------------------------------------
				NOTICE
---------------------------------------*/
#second.notice .inner {
  /*background: #efeae8;*/
}
#second.notice .leftCont {
  position: sticky;
  top: 100px;
  left: 0;
}
#second.notice .leftCont ol li {
  margin-bottom: 10px;
}
#second.notice .rightCont ul.noticeTxt li {
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
}
#second.notice .rightCont article {
  background: transparent;
}
#second.notice .rightCont ul.noticeTxt li:before {
  content: "\f0a4";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  color: #000;
}
#second.notice .rightCont ul.noticeTxt li:last-child {
  margin-bottom: 0;
}
#second.notice .covid19 h2 {
  font-weight: bold;
  text-align: center;
  font-size: 26px;
}
#second.notice .covid19 p.lead {
  font-size: 16px;
  margin-bottom: 40px;
}
#second.notice .covid19 .no_covid {
  margin-bottom: 40px;
}
#second.notice .covid19 .no_covid h5 {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 6px double #000;
  margin-bottom: 7px;
  padding-left: 5px;
}
@media(max-width:768px) {
  #second.notice .leftCont {
    position: relative;
    top: auto;
    left: auto;
  }
  #second.notice .leftCont ol {
    padding: 10px 0;
  }
  #second.notice .contents .rightCont > article {
    padding: 4% 0 0;
  }
  #second.notice .inner {
    padding: 4%;
  }
}

/*-------------------------------------
				GOODS
---------------------------------------*/
#second.goods {
  text-align: center;
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

#second.goods .otherbtn p a.btn {
  font-weight: bold;
  background: #ff10dd;
  color: #000;
  text-decoration: none;
  font-size: 24px;
  width: 100%;
  line-height: 1.4;
  padding: 30px 0;
  border-width: 2px;
  position: relative;
  font-family: "Gothic MB101 Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#second.goods .otherbtn p a.btn:after {
  content:"";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -5px;
}
#second.goods .otherbtn p a.btn.invalid {
  pointer-events: none;

}

#second.goods ul.category{
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  align-items: center;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
}

#second.goods ul.category li a{
  display: block;
  font-size: 14px;
  padding: 10px 30px 10px 20px;
  text-decoration: none;
  font-weight: bold;
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  position: relative;
  font-family: "Gothic MB101 Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#second.goods ul.category li a:before {
    transform: rotate(135deg);
}
#second.goods ul.category li a:before {
    content: '';
    width: 5px;
    height: 5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
}

#second.goods .goodsText{
  text-align: center;
  font-size: 108%;
}
#second.goods .goodsTextTime{
  text-align: center;
  font-size: 108%;
	margin: 0 0 40px 0;
	background: #ff5b7a;
	padding: 10px;
	color: #fff;
	border-radius: 10px;
	font-weight: bold;
}
#second.goods dl.goodsDetail {}
#second.goods dl.goodsDetail dt {
  font-family: "Midashi Go MB31", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  border-bottom: 1px solid #535a00;
  margin: 4% auto 1%;
  padding-bottom: 1%;
  width: 100%;
  font-size: 14px;
}
#second.goods dl.goodsDetail dd {
  font-size: 14px;
}
#second.goods dl.goodsDetail dd.fs_s {
  font-size: 12px
}
#second.goods .contents h2.colb {
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-size: 36px;
  margin: 25px auto 50px;
}
#second.goods .contents h2.colb2 {
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-size: 38px;
  padding-top: 150px;
  margin: -100px auto 20px;
  font-weight: bold;

}
#second.goods .contents .goodsBox {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#second.goods .contents .goodsBox h2 {
  text-align: center;
  background: none;
  padding: 20px 0;
}
#second.goods .contents h3 {
  background: none;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
}
#second.goods .contents .goodsBox .box {
  width: calc(100% / 2);
  float: left;
  padding: 0 20px;
  margin-bottom: 30px;
  text-align: center;
}
#second.goods .contents .goodsBox .box:nth-child(2n+2) {
  clear: left;
}
#second.goods .contents .goodsBox .box p.buyBtn, #second.ticket p.buyBtn {
  text-align: center;
  padding: 5px 0;
}
#second.goods .contents .goodsBox .box p a {
  display: inline-block;
}
#second.goods .contents .goodsBox .box p.buyBtn a {
  background: #000;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  padding: 10px 40px;
  border: #000 2px solid;
  font-family: "Gothic MB101 Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#second.ticket p.buyBtn a {
  background: #000;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  padding: 10px 40px;
  border: #000 2px solid;
}
#second.goods .contents .goodsBox .box p.buyBtn a:hover {
  background: #fff;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  padding: 10px 40px;
  border: #000 2px solid;
}
#second.ticket p.buyBtn a:hover {
  background: #fff;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  padding: 10px 40px;
  border: #000 2px solid;
}
#second.goods .contents .goodsBox .box a img {
  width: 100%;
}
#second.goods .contents .goodsBox .box p {
  position: relative;
}
#second.goods .contents .goodsBox .box p.new:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/top/new_icon.webp) no-repeat right top;
  background-size: contain;
  z-index: 999;
}
#second.goods .contents .goodsBox .box p.soldout {
  pointer-events: none;
}
#second.goods .contents .goodsBox .box p.soldout:after {
  content: "SOLD OUT";
  position: absolute;
  left: 50%;
  margin-left: -152.5px;
  top: 50%;
  margin-top: 85px;
  display: inline-block;
  width: auto;
  padding: 0 40px;
  line-height: 60px;
  height: 55px;
  font-weight: 800;
  font-size: 40px;
  background: #ffd800;
  color: #000;
  vertical-align: middle;
  z-index: 999;
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  -webkit-box-shadow: 0 0 5px 0 #5E5E5E;
  box-shadow: 0 0 5px 0 #5E5E5E;
}
#second.goods .contents .notice h2 {
  font-size: 32px;
  margin: 0 5% 5%;
}
#second.goods .contents .notice p {
  font-size: 24px;
  margin-bottom: 40px;
}
#second.goods .contents .notice h3 {
  font-size: 17px;
  text-align: left;
  padding: 10px 20px;
  background: #000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
}
#second.goods .contents .notice dl.detail {
  padding: 2% 0 0;
  text-align: left;
}
#second.goods .contents .notice dl.detail dt {
  text-align: left;
  font-family: "Midashi Go MB31", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  padding-bottom: 1%;
  width: 10%;
  font-weight: bold;
  float: left;
}
#second.goods .contents .notice dl.detail dd {
  padding-bottom: 2%;
  float: left;
  width: 85%;
}
#second.goods .goodsinfo {
	border: solid 5px #4c57a7;
    border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
}

#second.goods .goodsinfo .goodsTextTime
{
  margin-bottom: 0;
}

@media(max-width:768px) {
  #second.goods .goodsText br{
     /* display: none;*/
  }
  #second.goods ul.category li a{
    display: block;
    font-size: 12px;
    padding: 5px 20px 5px 10px;
  }

	#second.goods .otherbtn p a.btn {
    font-size: 16px;
    width: 100%;
    padding: 20px 10px;
    letter-spacing: -0.01ex;
	  line-height: 1.4;
  }

  #second.goods .goodsText{
    text-align: left;
	  font-size: 96%;
  }
  #second.goods .contents .goodsBox .box p.new:after {
    content: "NEW!";
    position: absolute;
    left: 0;
    top: 72%;
    display: inline-block;
    width: 50px;
    text-align: center;
    padding: 0.5% 0;
    height: auto;
    font-size: 0.8em;
    color: #fff;
    background: #e14f97;
    z-index: 999;
  }
  #second.goods .contents .goodsBox .box p.soldout:after {
    margin-left: -47.5px;
    margin-top: 45px;
    padding: 0 10px;
    line-height: 20px;
    height: 18px;
    font-size: 14px;
  }
  #second.goods .contents .goodsBox .box {
    padding: 0 10px;
  }
  #second.goods .contents .notice dl.detail dt {
    float: none;
    width: 100%;
  }
  #second.goods .contents .notice dl.detail dd {
    float: none;
    width: 100%;
  }
#second.goods .contents .goodsBox .box p.buyBtn a,
#second.goods .contents .goodsBox .box p.buyBtn a:hover{
  font-size: 16px;
  padding: 5px 20px;
}
  #second.goods dl.goodsDetail dt, #second.goods dl.goodsDetail dd {
    font-size: 14px;
    /*text-align: left;*/
    letter-spacing: -0.01em;
    font-feature-settings: "palt";
  }
#second.goods .contents h2.colb2 {
  font-size: 24px;
}

	#second.goods dl.goodsDetail dt{
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #second.goods .contents .notice p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #second.goods .contents .notice h2 {
    font-size: 30px;
    margin: 10px auto 5px;
  }
 /* #second.goods dl.goodsDetail dd:nth-child(3) {
    font-size: 85%;
  }*/
  #second.goods .contents h2.colb {
    font-size: 35px;
  }
  #second.goods .contents .goodsBox .box {
    padding: 0 5px;
  }
	#second.goods .goodsinfo p {
	text-align: left;
}
}
/*-------------------------------------
				FOOD
---------------------------------------*/
#second.food {
  text-align: center;
}
#second.food h2 {
	font-family: "Gothic MB101 Bold";
  border-bottom: 2px solid #000;
  font-size: 29px;
}
#second.food h3 {
  font-family: "Gothic MB101 Bold";
  font-size: 24px;
  background: none;
  color: #000;
}
#second.food article {
  padding: 0 10% 5%;
  width: 100%;
}
#second.food article.recruit {
	text-align: left;
}
#second.food article.recruit h2 {
	text-align: center;
	border-bottom: none;
}
#second.food article.recruit .storeimg {
	display: flex;
	margin-bottom: 5%;
	justify-content: space-between;
}
#second.food article.recruit .storeimg div {
	width: 49%;
}
#second h3.mainCopy{
	font-size: 17px;
	padding: 10px 20px;
	background: #000;
  color: #fff;
	border-radius: 4px;
	margin-bottom: 15px;
}
#second.food article.recruit .notice{
  margin: 0 0 3%;
	font-size: 1rem;
}
#second.food article.recruit dl{
	width: 100%;
	margin-bottom: 40px;
}

#second.food article.recruit dl dt{
	width: 100%;
	text-align: left;
  padding: 2%;
  margin-bottom: 10px;
	border-radius: 4px;
	background-color: #61d7ff;
	font-family: "Gothic MB101 Bold";
	font-size: 1.1rem;
}

#second.food article.recruit dl dd{
	margin-bottom: 15px;
}
#second.food article.recruit p a.btn {
	font-family: "Gothic MB101 Bold";
  background: #61d7ff;
  color: #000;
  text-decoration: none;
  font-size: 22px;
  width: 85%;
  line-height: 1.4;
  border-width: 2px;
  position: relative;
}
#second.food article.recruit p a.btn:after {
  content:"";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -5px;
}
@media(max-width:768px) {
#second.food article {
  padding: 2% 8% 5%;
}
#second.food h2 {
    font-size: 20px;
  }
  #second.food h3 {
    font-size: 20px;
  }
#second.food article.recruit .notice {
  margin: 0 0 5%;
}
#second.food article.recruit .storeimg {
  margin-bottom: 8%;
}
#second.food article.recruit dl {
  margin-bottom: 20px;
}
#second.food article.recruit p a.btn {
  font-size: 16px;
}
#second.food article.recruit dl dd p {
  font-size: 0.9rem;
}
}

/*-------------------------------------
				POLICY
---------------------------------------*/
#second.about article.policy {
	text-align: left;
}
#second.about article.policy h2 {
	text-align: center;
	border-bottom: none;
}
#second h3.mainCopy{
	font-size: 17px;
	padding: 10px 20px;
	background: #000;
  color: #fff;
	border-radius: 4px;
	margin-bottom: 15px;
	margin-top: 45px;
}
#second.about article.policy .notice{
  margin: 0 0 5%;
}
#second.about article.policy dl{
	width: 100%;
	margin-bottom: 50px;
}

#second.about article.policy dl dt{
	width: 100%;
	text-align: left;
  padding: 1%;
  margin-bottom: 10px;
	border: 1px solid #535a00;
}

#second.about article.policy dl dd{
	margin-bottom: 15px;
}



  /*-------------------------------------
  				さいたまん
  ---------------------------------------*/
  #second.saitaman {
    background: url(../img/saitaman/bodybg.webp) center top #efebcd;
    background-size: 70%;
  }

  #second.saitaman h1.pTitle{
  	text-align: center;
  	background: none;
  }

  #second.saitaman div.contents article{
    padding: 2% 10%;
    max-width: 1000px;
    margin: 0 auto;
  }

  #second.saitaman #room{
    position: relative;
    width: 100%;
  }
  #second.saitaman .title{
    width: 100%;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 10%;
    z-index: 100;
  }
  #second.saitaman .title img{
    height: auto;
    width: 70%;
    max-width: 800px;
  }

  #second.saitaman .welcomeContents .arrow_box {
      margin: 0 auto 20px;
      position: relative;
      width: 80%;
      height: auto;
      background: #FFFFFF;
      padding: 10px;
      text-align: center;
      border: 3px solid #000000;
      color: #000000;
      font-size: 18px;
      font-weight: bold;
      border-radius: 32px;
      -webkit-border-radius: 32px;
      -moz-border-radius: 32px;
  }

  #second.saitaman .welcomeContents .arrow_box:before {

        border: solid transparent;
    content:"";
    display: block;
    position: absolute;
    top: 100%;
    left: 51%;
      border-color: rgba(0, 0, 0, 0);
      border-top-width: 15px;
      border-bottom-width: 15px;
      border-left-width: 13px;
      border-right-width: 13px;
      margin-left: -13px;
      margin-top: 3px;
      border-top-color: #000000;
  }
  #second.saitaman .welcomeContents .arrow_box:after {
    border: solid transparent;
      border-color: rgba(255, 255, 255, 0);
      border-top-width: 12px;
      border-bottom-width: 12px;
      border-left-width: 10px;
      border-right-width: 10px;
      margin-left: -10px;
      border-top-color: #FFFFFF;
      content:"";
      display: block;
      position: absolute;
      top: 100%;
      left: 51%;
  }
  #second.saitaman #room .inner{
    width: 1000px;
    margin: 3% auto;
    text-align: center;
    position: relative;
  }
  #second.saitaman #room #noon{
    position: relative;
  }
  #second.saitaman #room #noon .saitaman{
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 18%;
    right: 31%;
    width: 11%;
    height: 15%;

  }

  #second.saitaman #room #noon .room03 .saitaman{
    right: 55%;
  }
  #second.saitaman #room #noon .room04 .saitaman{
    display: none;
  }
  #second.saitaman #room #noon .room05 .saitaman{
    bottom: 21%;
    right: 53%;
  }
  #second.saitaman #room #night .saitaman{
      cursor: pointer;
    display: block;
    position: absolute;
    bottom: 38%;
        right: 40%;
        width: 20%;
        height: 14%;

  }

  #second.saitaman #room #noon .youtube,
  #second.saitaman #room #night .youtube{
    display: block;
    cursor: pointer;
    position: absolute;
    bottom: 26%;
    right: 47%;
    width: 8%;
    height: 7%;

    transform: rotate(12deg);
  }
  #second.saitaman #room #noon .room05 .youtube {
    display: none;
  }
  #second.saitaman #room #noon .notice,
  #second.saitaman #room #night .notice{
    display: block;
    cursor: pointer;
    position: absolute;
    bottom: 25%;
    right: 14%;
    width: 6%;
    height: 8%;

  }
  #second.saitaman #room .lineup{
    display: block;
    cursor: pointer;
    position: absolute;
    bottom: 27%;
    left: 16.6%;
    width: 6%;
    height: 23%;

  }
  #second.saitaman #room .tamarin{
    display: block;
    cursor: pointer;
    position: absolute;
    bottom: 31%;
    right: 23%;
    width: 11%;
    height: 8%;
    transform: rotate(23deg);
  }
  #second.saitaman #room .room03 .tamarin{
    bottom: 44%;
    right: 36%;
  }
  #second.saitaman #room .room04 .tamarin{
    bottom: 41%;
      right: 33%;
  }
  #second.saitaman #room .room05 .tamarin{
    bottom: 45%;
    right: 36%;
  }

  #second.saitaman #room #noon .goods01{
    display: block;
    cursor: pointer;
    position: absolute;
    bottom: 25%;
    left: 26.5%;
    width: 5%;
    height: 6%;

  }
  #second.saitaman #room #noon .room02 .goods01{
    bottom: 24%;
    left: auto;
    right: 25.5%;
  }
  #second.saitaman #room #noon .room03 .goods01{
    bottom: 18%;
    left: auto;
    right: 44%;
  }
  #second.saitaman #room #noon .room04 .goods01{
    bottom: 46%;
    left: 49%;
  }
  #second.saitaman #room #noon .room04 .goods02{
    display: block;
        cursor: pointer;
        position: absolute;
        bottom: 20%;
        right: 36%;
        width: 5%;
        height: 6%;

  }
  #second.saitaman #room #noon .room05 .goods01{
    bottom: 26%;
        right: 42%;
        left: auto;
  }
  #second.saitaman #room #night .goods01{
    display: block;
    cursor: pointer;
    position: absolute;
    bottom: 28%;
    left: 62%;
    width: 5%;
    height: 6%;

  }
  #second.saitaman #room .vivalagarden{
    display: block;
    cursor: pointer;
    position: absolute;
    top: 13%;
        right: 16%;
        width: 31%;
        height: 23%;
    transform: rotate(16deg);
}

  #second.saitaman div.contents .saitamanContents{
    display: none;
    font-family: "ソフトゴシック M", "Soft Gothic Medium";
  }

  #second.saitaman div.contents .saitamanContents h2{
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    font-family: "ソフトゴシック M", "Soft Gothic Medium";
  }

  #second.saitaman div.contents .saitamanContents dl{
    display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }

  #second.saitaman div.contents .saitamanContents dt{
    width: 23%;
    padding-right: 1rem;
    border-right: 1px solid #000;
    box-sizing: border-box;
  }

  #second.saitaman div.contents .saitamanContents dd{
    width: 77%;
    padding-left: 1rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
  }
  #second.saitaman div.contents .youtubeContents{
    display: none;
  }

  @media(max-width:768px){
    #second.saitaman div.contents{
      background: url(../img/saitaman/stars.webp) no-repeat center center;
      background-size: 118%;
    }

    #second.saitaman div.contents article{
      padding: 2% 5%;
      width: 96%;
      margin: 0 auto;
    }
    #second.saitaman #room .inner{
      width: 100%;
      margin: 0 auto;
    }
  #second.saitaman div.contents .saitamanContents dt{
    width: 30%;
  }

  #second.saitaman div.contents .saitamanContents dd{
    width: 70%;
    padding-left: 0.5rem;
  }
  #second.saitaman #room .lineup{
    left: 10.6%;
  }
  #second.saitaman #room #noon .notice,
  #second.saitaman #room #night .notice{
    right: 8%;
  }

  }
  #second.saitaman nav{
		display:none;
		position: fixed;
		top:80px;
		z-index: 99999;
		width: 100%;
	}

	#second.saitaman nav ul{
		width:100%;
		margin:0 auto;
		display:block;
	}

	#second.saitaman nav ul li{
		padding-left: 3%;
		width:100%;
		display:block;
		font-family: "alternate-gothic-condensed-a", sans-serif;
	  font-size:1em;
	}
	#second.saitaman nav ul li.saitaman{
    display: block;
  }

	#second.saitaman nav ul li > a{
		text-align:left;
		position:relative;
	}

	#second.saitaman nav ul li > .sub > li >a{
    padding: 5% 0 !important;
    display:inline-block;
	}

	#second.saitaman nav ul li.openSub{
		position: relative;
	}

	#second.saitaman nav ul li a:hover{
		color:#fff;
		text-decoration:none;
	}

	#second.saitaman nav ul li.openSub > a:after {
	    font-size: 0.8em;
	    content: "\f067";
	    display: block;
	    position: absolute;
	    right: 10px;
	    top: 33%;
	    font-family: FontAwesome;
	}


	#second.saitaman nav ul li.openSub > a.active:after {
	    content: "\f068";
	    display: block;
	    position: absolute;
	    right: 10px;
	    top: 33%;
	    font-family: FontAwesome;
    }

	#second.saitaman nav ul li ul.sub{
		font-size: 0.8em;
		display:none;
		position:relative;
		z-index:10000;
		width:100%;
		left:0%;
		top:0px;
		background:inherit;
		height: auto;
    	text-align: left;
	}

	#second.saitaman nav ul li ul.sub.kana{
		font-size:80%;
		left:0;
		width:auto;
	}

	#second.saitaman nav ul li ul.sub li{
		width: 48% !important;
		display:inline-block;
    padding: 0;
	}


	#second.saitaman #spMenu{
    display: block;
    font-size: 34px;
    position: fixed;
    top: 1%;
    right: 1%;
    cursor: pointer;
    z-index: 9999999;
    background: #000;
    border-radius: 8px;
    padding: 0 14px;
	}
  @media(max-width:768px){
  	#second.saitaman nav{
  		top:50px;
  	}

  	#second.saitaman #spMenu{
      display: block;
      line-height: 34px;
      font-size: 24px;
      position: fixed;
      top: 0%;
      right: -1%;
      cursor: pointer;
      z-index: 9999999;
      background: #000;
      border-radius: 0 4px;
      padding: 0 10px;
  	}
}

#second.saitaman div.contents{
  background: none;
  padding: 0 0 5%;
}

#saitaman{
  position: fixed;
  z-index: 10001;
  bottom: 5%;
  right: 5%;
  width: 120px;
  height: auto;
  filter: drop-shadow(5px 5px 5px #999);
}
#saitaman a img{
	transition: 0.4s; }
#saitaman a:hover img{
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.7;
}

  @media(max-width:768px){
    #saitaman{
      bottom: 3%;
      right: 3%;
      width: 80px;
      height: auto;
    }
  }


/*-------------------------------------
  		 VIVA LA CHANCE
---------------------------------------*/
#second.chance article {
  width: 100%;
  margin: 0 auto 50px;
  padding: 5%;
}
#second.chance h1.pTitle .subh {
    font-size: 40px;
	margin-top: -10px;
  display: block;
}
#second.chance .lead {
font-family: "Gothic MB101 Bold";
  font-size: 18px;
  margin-bottom: 50px;
  text-align: center;
}

#second.chance .lead span {
	background:linear-gradient(transparent 60%, #ffda38 60%);
}

#second.chance h2 {
	font-family: "Gothic MB101 Bold";
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}

#second.chance h3 {
	font-family: "Gothic MB101 Bold";
  font-size: 20px;
  color: #000;
  padding: 15px 20px;
  border-radius: 10px;
  background: #f181a8;
  line-height: 1;
	margin-bottom: 15px;
}

#second.chance p.comment {
	margin-bottom: 40px;
}

#second.chance h4 {
  border-radius: 0;
  background: none;
  color: #000;
  font-size: 20px;
  border-bottom: 1px solid #000;
  padding: 1%;
  font-family: "Gothic MB101 Bold";
	margin: 40px 0 10px;
}

#second.chance ul.entrylist li {
  margin-bottom: 15px;
}

#second.chance .playguide p a.btn {
  font-family: "Gothic MB101 Bold";
  background: #61d7ff;
  color: #000;
  text-decoration: none;
  font-size: 20px;
  width: 90%;
  line-height: 1.4;
  padding: 25px 0;
  border-width: 2px;
  position: relative;
}
#second.chance .playguide p a.btn:after {
  content:"";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -5px;
}

#second.chance h4.entry {
  font-size: 24px;
	margin-top: 80px;
	background-color: #f181a8;
	border: none;
	border-radius: 10px;
	padding: 15px 20px;
	line-height: 1;
}

#second.chance .grand {
	font-family: "Gothic MB101 Bold";
	font-size: 18px;
}

#second.chance .grand span {
	background:linear-gradient(transparent 60%, #ffda38 60%);
}

#second.chance .flow {
	display: flex;
	margin-bottom: 2%;
}

#second.chance .flow .flownu {
	width: 35%;
	background: #61d7ff;
	text-align: center;
	font-family: "Gothic MB101 Bold";
	padding: 2%;
	font-size: 18px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;

}

#second.chance .flow .flownu span {
	font-size: 14px;
}

#second.chance .flow .flowin {
	width: 65%;
	background: #d1e5f1;
	padding: 2%;
}

.ribbon {
  display: inline-block;
  position: relative;
  height: 70px;/*リボンの高さ*/
  line-height: 70px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  background: #e73415;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
	font-family: "Gothic MB101 Bold";
	font-size: 24px;
}

.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:before {
  top: 0;
  left: 0;
  border-width: 35px 0px 35px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon:after {
  top: 0;
  right: 0;
  border-width: 35px 15px 35px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

#second .past {
	margin: 3rem 0 5rem;
}
#second .past h4.qaTitle {
  width: 40%;
  margin: 10px auto;
  padding: 10px 40px 10px 10px;
  font-size: 15px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  text-align: center;
  display: block;
	font-family: "Gothic MB101 Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-style: normal;
}
#second .past h4:after {
  content: "\f107";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  right: 10px;
  font-size: 30px;
  top: 50%;
  margin-top: -25px;
}
#second .past h4.active:after {
  content: "\f106";
}
#second .past .toggle {
  display: none;
  margin-bottom: 20px;
	padding-top: 10px;
}
#second h5.region {
	text-align: center;
	font-size: 18px;
	font-family: "Gothic MB101 Bold";
	margin-bottom: 0.5rem;
}
#second .chancelist ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#second .chancelist ul li {
	width: 23%;
	margin: 0 1% 2%;
}
#second .chancelist ul li p {
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}

#second.chance h4.passerby {
  position: relative;
	font-family: "Gothic MB101 Bold";
  background: #ffda38;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
	border-bottom: none;
	border-radius: 10px;
}

#second.chance h4.passerby:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e7";
  font-weight: 900;
  position: absolute;
  left : 0.5em;
	padding-left: 5px;
}

#second.chance h4.last {
  position: relative;
	font-family: "Gothic MB101 Bold";
  background: #ff10dd;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 2.3em;
	border-bottom: none;
	border-radius: 10px;
}

#second.chance h4.last:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a1";
  font-weight: 900;
  position: absolute;
  left : 0.5em;
	padding-left: 5px;
}

#second.chance .ticket_list {
  background: #61d7ff;
  margin-top: 20px;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 50px;
}

#second.chance .ticket_list dt .small {
  font-size: 60%;
}
#second.chance .nft .ticket_list dt .smallR, #second.chance .ticket_list dd .smallR {
  font-size: 140%;
}

#second.chance .ticket_list dt .smallR, #second.chance .ticket_list dd .smallR {
  font-size: 75%;
}
#second.chance .ticket_list dl {
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 15px;
  position: relative;
  margin-bottom: 50px;
  position: relative;
}
#second.chance .ticket_list dl:last-of-type {
  margin-bottom: 0;
}
#second.chance .ticket_list dt {
	font-family: "Gothic MB101 Bold";
  font-size: 30px;
  /*border-bottom: 1px dotted #333333;*/
  padding-bottom: 10px;
  margin: 10px;
  /*letter-spacing: -0.01ex;*/
	line-height: 1.3;
}
#second.chance .ticket_list dd {
  margin: 10px;
  font-size: 20px;
  /*letter-spacing: -0.01ex;*/
}
#second.chance .ticket_list dd.discount {
  background: #1cb229;
  border-radius: 50%;
  position: absolute;
  top: -32px;
  right: 2px;
  margin: 0;
  width: 220px;
  padding: 38px 25px;
  color: #ffffff;
  height: 220px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
-webkit-box-shadow: 0 0 8px 0 #BFBFBF;
box-shadow: 0 0 8px 0 #BFBFBF;
}
#second.chance .ticket_list dd.discount:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #1cb229;
  z-index: 0;
}
#second.chance .ticket_list dd.discount .price {
  display: block;
  font-size: 180%;
  font-family: "Gothic MB101 Bold";
	margin-top: -20px;
}

#second.chance h4.chab {
	font-family: "Gothic MB101 Bold";
  font-size: 20px;

  padding: 15px 20px;
  border-radius: 10px;
  background: #b9d75f;
  line-height: 1;
	margin-bottom: 15px;
	border-bottom: none;
	margin-top: 6rem;
}


@media(max-width:768px) {
#second.chance h1.pTitle .subh {
    font-size: 24px;
}
#second.chance .lead {
  font-size: 16px;
}
#second.chance h3 {
  font-size: 16px;
  line-height: 1.3;
}
#second.chance h4 {
  font-size: 18px;
}
#second.chance .grand {
	font-size: 16px;
}
#second.chance .flow {
	display: block;
	margin-bottom: 5%;
}

#second.chance .flow .flownu {
	width: 100%;
	padding: 2%;
	font-size: 16px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 0;
	border-top-right-radius: 10px;

}

#second.chance .flow .flownu span {
	font-size: 12px;
}

#second.chance .flow .flowin {
	width: 100%;
	background: #d1e5f1;
	padding: 3%;
	font-size: 14px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.ribbon {
  height: 90px;
    padding: 20px 30px 0;
    font-size: 15px;
    line-height: 1.5;
}

.ribbon:before {
  border-width: 45px 0px 45px 15px;
}

.ribbon:after {
  border-width: 45px 15px 45px 0px;
}
#second.chance h4.entry {
  font-size: 18px;
  line-height: 1.3;
	padding: 10px;
}

#second.chance .playguide p a.btn {
  font-size: 17px;
  width: 100%;
}

#second .past h4.qaTitle {
  width: 80%;
}
#second .chancelist ul li {
	width: 48%;
	margin: 0 1% 2%;
}

#second.chance .ticket_list {
    padding: 10px;
  }
  #second.chance .ticket_list dl {
    padding: 5px;
    margin-bottom: 15px;
  }
  #second.chance .ticket_list dt {
    font-size: 18px;
  }
  #second.chance .ticket_list dd {
    font-size: 14px;
  }
  #second.chance .ticket_list dd.discount {
    font-size: 14px;
  }
 #second.chance .ticket_list dd.discount .price {
    font-size: 130%;
    margin-left: 10px;
	  margin-top: 0;
  }

}
