@charset "UTF-8";
/*--------------------------------------------------------------
# Variable
--------------------------------------------------------------*/
body, html {
  width: 100%;
  height: 100%;
}

body#top #first-show {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  background: #fff;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
body#top #first-show #first-show-tex01 {
  display: none;
  margin: 0;
  padding: 0;
  width: 50%;
  height: auto;
  bottom: 15%;
  left: 25%;
  position: absolute;
}
body#top #first-show #first-show-tex02 {
  display: none;
  margin: 0;
  padding: 0;
  width: 50%;
  height: auto;
  top: 15%;
  left: 25%;
  position: absolute;
}
body#top #key {
  position: relative;
  z-index: 1;
    overflow: hidden;
}
body#top #show-movie {
    display: none; }
body#top #key #key-inner {
  margin: 0 auto;
  position: relative;
  text-align: center;
  background: #e2e2e2;
  line-height: 0;
	background-color: #292831;
}
body#top #key #key-inner img {
  display: none;
  width: auto;
  height: auto;
}

.anime-object {
  animation-name: fade-in;/*keyframesと紐づける*/
  animation-duration: 0.5s;/*3秒かけて動く*/
  animation-iteration-count: 1;/*1回限り*/
  animation-delay: 0.8s;/*読み込んでから2秒後に実行*/
  animation-fill-mode: forwards;/*実行後キーフレームの設定を維持*/
  animation-timing-function: ease-in-out;/*徐々に加速して減速する動き方*/
}
.circle{
  width: 100%;
  height: auto;
  margin: 0 auto;
  opacity:0;
}

/* アニメーション */
@keyframes fade-in {
    0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

body#top #key #key-inner img.pc {
  display: inline;
}
body#top .common-sec h2 {
font-family: "pressio-condensed", sans-serif;
font-weight: 700;
font-style: normal;
  font-size: 10rem;
  margin: 0 0 30px 0;
    text-align: center;
color: #292831;
    z-index: 2;
    text-shadow: 2px 2px 5px var(--keyc);
    align-items: center;
	/*ftext-shadow: 1px 1px 2px black;*/
}

body#top .common-sec .caption {
  font-size: 13px;
  font-size: 1.3rem;
}
body#top #copy #copy-inner {
  padding: 0 10px;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
body#top #news {
  padding-top: 0;
}
body#top #news #news-inner {
    padding: 30px 20px;
    border-bottom: 2px solid #292831;
	/*box-shadow: 10px 10px 10px -1px #00000026;*/
}

body#top #news #news-inner h2 {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 0.5em;
  border-left: 3px solid #bbb;
  margin: 20px 0;
}
body#top #news #news-inner h3 {
  margin: 0 0 10px 0;
    border-bottom: 2px solid;
    font-size: 2.2rem;
}
body#top #news #news-inner .date {
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
}
body#top #news #news-inner p {
  word-wrap: break-word;
  margin: 25px 0 25px 0;
        /*padding-bottom: 20px;*/
    /*border-bottom: 1px solid #fff;*/
}
body#top #news #news-inner .left-img {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: space-between;
  align-content: space-between;
}
body#top #news #news-inner .left-img img {
  height: 250px;
  width: auto;
  padding-right: 30px;
}
body#top #news .pre-nav {
  width: 450px;
  margin: 0 auto;
}
body#top #info {
  padding-top: 50px;
  margin-top: 0;
}
#info-inner {
    padding: 30px 10px;
    border-radius: 5px;
    /*box-shadow: 10px 10px 10px -1px #00000026;*/
}

#info-inner .early-ticket {
  padding: 30px 10px;
    margin-bottom: 10px;
  text-align: center;
	border-radius: 5px;

	    border: 2px solid #292831;
}
#info-inner .early-ticket h4 {
  color: #292831;
  font-weight: bold;
  font-size: 3rem;
  margin: 20px 0 10px 0;
}
h4.no-link {
    color: dimgrey!Important;
}
#info-inner .early-ticket .early-ticket-inner {
  padding: 30px 10px;
}
#info-inner .early-ticket .early-ticket-inner p {
  color: #292831;
  margin: 5px 0 15px 0;
	text-align: center;
}
#info-inner .early-ticket .early-ticket-inner a,
#info-inner .early-ticket .early-ticket-inner a:link,
#info-inner .early-ticket .early-ticket-inner a:visited,
#info-inner .early-ticket .early-ticket-inner a:active {
  display: block;
  text-align: center;
  border: 2px solid #292831;
  color: #292831;
  background-color: #fff;
  text-decoration: none;
  padding: 1.4em 0;
    border-radius: 50px;
    font-weight: bold;
}
#info-inner .early-ticket .early-ticket-inner a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  
}
#info-inner .early-ticket .early-ticket-inner a.no-link {
background-color: dimgray;
    color: #aaa;
    border: 2px solid dimgray;
    pointer-events: none;
}
#info-inner .pre {
  text-align: center;
}
#info-inner .pre img {
  padding-top: 30px;
  width: 450px;
}
#info-inner h2 {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 0.5em;
  border-left: 3px solid #bbb;
  margin: 20px 0;
}
#info-inner .date {
  padding-left: 30px;
  font-weight: 400;
  font-size: 10px;
  font-size: 1rem;
}
#info-inner h3 {
  font-family: pressio-condensed, "メイリオ", "Meiryo", "MS PGothic", sans-serif;
font-weight: 800;
  font-size: 3rem;
  text-align: center;
  margin: 0 0 10px 0;
}
#info-inner h3 span {
  font-size: 8.5rem;
  font-family: "pressio-condensed", sans-serif;
font-weight: 700;
font-style: normal;
}

#info-inner h3 span a {
  text-decoration:none;
}

#info-inner h3 .kaijo-ttl {
  font-size: 1.8rem;
}
#info-inner .open-start {
  font-family: pressio-condensed, sans-serif;
font-weight: 800;
  display: block;
  text-align: center;
  font-size: 2.5rem;
}
#info-inner .support {
  font-family: pressio-condensed, sans-serif;
font-weight: 800;
  display: block;
  text-align: center;
  font-size: 2.5rem;
}
#info-inner .ticket-line {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: inherit;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: space-between;
  align-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  color: #292831;
  padding: 20px 0px;
font-family: pressio-condensed, sans-serif;
font-weight: 800;
  font-size: 4rem;
  border-bottom: 1px solid #292831;
    margin-bottom: 20px;
        text-align: right;
	line-height: 3rem;
}
p.ticket-caution {
    font-size: 0.8em;
	    padding-bottom: 20px;
    border-bottom: 2px solid #292831;
}
#info-inner .ticket-line .tickets-name span,
#info-inner .ticket-line .tickets-price span {
  font-size: 1.3rem;
}
#info-inner .ticket-line .ticket-coutoin {
  font-size: 1.2rem;
  margin: 4px 0 0 0;
}
#info-inner .ticket-line.tft-last {
  margin-bottom: 30px;
}
#info-inner .ticket-line.tft p,
#info-inner .ticket-line.tft-last p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.9;
}
#info-inner .ticket-line.tft .tickets-name,
#info-inner .ticket-line.tft-last .tickets-name {
  position: relative;
}
#info-inner .ticket-line.tft .tickets-name:before,
#info-inner .ticket-line.tft-last .tickets-name:before {
  content: "当日券";
  font-size: 1rem;
  background: red;
  padding: 5px;
  color: #fff;
  position: absolute;
  left: -50px;
  top: 50px;
  margin-top: -35px;
}
#info-inner .ticket-line.tft.tft-en .tickets-name:before,
#info-inner .ticket-line.tft-last.tft-en .tickets-name:before {
  content: "DOOR";
}
#info-inner p {
  word-wrap: break-word;
margin: 15px 10px 25px 10px;
}
#info-inner .info-table {
  position: absolute;
  top: 35px;
  left: 35px;
}
#info-inner .info-place {
  vertical-align: middle;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 900;
  color: #fff;
}
#info-inner .info-sale {
  position: absolute;
  top: -20px;
  right: -50px;
  width: 200px;
  text-align: center;
  color: #837e7e;
  background: #fff000;
  border: 8px solid #f9f100;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 5px 10px;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
}
#info-inner .time {
  position: absolute;
  top: 100px;
  left: 130px;
  font-size: 16px;
  font-size: 1.6rem;
}
#info-inner .time .fas {
  padding: 0 15px;
  color: #ff0000;
}
#info-inner .time-red {
  color: #ff0000;
  font-weight: 400;;
}
#info-inner .pre-banner {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: space-between;
  align-content: space-between;
  margin: 0 0 50px 0;
}
#info-inner .pre-banner a,
#info-inner .pre-banner a:link,
#info-inner .pre-banner a:visited,
#info-inner .pre-banner a:active {
  display: block;
  text-align: center;
}
#info-inner .pre-banner a img,
#info-inner .pre-banner a:link img,
#info-inner .pre-banner a:visited img,
#info-inner .pre-banner a:active img {
  width: 300px;
}
#info-inner .pre-banner a span,
#info-inner .pre-banner a:link span,
#info-inner .pre-banner a:visited span,
#info-inner .pre-banner a:active span {
  font-size: 1.2rem;
  display: block;
  text-decoration: none;
}
#info-inner .pre-banner a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#info-inner .pre-block .pre-inblock {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-content: space-between;
  align-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#info-inner .pre-block .pre-block-center {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: space-between;
  align-content: space-between;
}
#info-inner .pre-block .pre-caption-out {
  margin: 0 0 20px 0;
  font-size: 1.2rem;
  text-align: center;
}
#info-inner .pre-block a,
#info-inner .pre-block a:link,
#info-inner .pre-block a:visited,
#info-inner .pre-block a:active {
  display: block;
  border-radius: 6px;
  margin: 0 1% 20px 1%;
  width: 31%;
  text-decoration: none;
  background: #fff;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 0 0 10px 0;
}
#info-inner .pre-block a img,
#info-inner .pre-block a:link img,
#info-inner .pre-block a:visited img,
#info-inner .pre-block a:active img {
  width: 40%;
}
#info-inner .pre-block a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#info-inner .pre-block .pre-block-ttl {
  display: block;
  padding: 10px 0;
  font-weight: 700;
  color: #fff;
  font-size: 1.6rem;
}
#info-inner .pre-block .pre-block-logo {
  margin: 10px 0 5px 0;
  min-height: 45px;
}
#info-inner .pre-block .pre-block-time {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
}
#info-inner .pre-block .pre-caption {
  margin: 0;
  font-size: 1.2rem;
}
#info-inner .pre-block a.lowson .pre-block-ttl {
  background: rgb(36, 120, 190);
  background: -moz-linear-gradient(0deg, rgb(36, 120, 190) 0%, rgb(100, 166, 221) 45%, rgb(27, 122, 200) 100%);
  background: -webkit-linear-gradient(0deg, rgb(36, 120, 190) 0%, rgb(100, 166, 221) 45%, rgb(27, 122, 200) 100%);
  background: linear-gradient(0deg, rgb(36, 120, 190) 0%, rgb(100, 166, 221) 45%, rgb(27, 122, 200) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2478be",endColorstr="#1b7ac8",GradientType=1);
}
#info-inner .pre-block a.lowson .pre-block-time {
  color: #2478be;
}
#info-inner .pre-block a.pia .pre-block-ttl {
  background: rgb(36, 120, 190);
  background: -moz-linear-gradient(0deg, rgb(36, 120, 190) 0%, rgb(100, 166, 221) 45%, rgb(27, 122, 200) 100%);
  background: -webkit-linear-gradient(0deg, rgb(36, 120, 190) 0%, rgb(100, 166, 221) 45%, rgb(27, 122, 200) 100%);
  background: linear-gradient(0deg, rgb(36, 120, 190) 0%, rgb(100, 166, 221) 45%, rgb(27, 122, 200) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2478be",endColorstr="#1b7ac8",GradientType=1);
}
#info-inner .pre-block a.pia .pre-block-time {
  color: #2478be;
}
#info-inner .pre-block a.pia img {
  width: 50%;
}
#info-inner .pre-block a.rakuten .pre-block-ttl {
  background: rgb(110, 0, 167);
  background: -moz-linear-gradient(0deg, rgb(110, 0, 167) 0%, rgb(210, 123, 255) 45%, rgb(166, 60, 222) 100%);
  background: -webkit-linear-gradient(0deg, rgb(110, 0, 167) 0%, rgb(210, 123, 255) 45%, rgb(166, 60, 222) 100%);
  background: linear-gradient(0deg, rgb(110, 0, 167) 0%, rgb(210, 123, 255) 45%, rgb(166, 60, 222) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e00a7",endColorstr="#a63cde",GradientType=1);
}
#info-inner .pre-block a.rakuten .pre-block-time {
  color: #7d00be;
}
#info-inner .pre-block a.cn {
  border: 1px solid #fff;
}
#info-inner .pre-block a.cn .pre-block-ttl {
  background: #fff;
}
#info-inner .pre-block a.cn .pre-block-time {
  color: #7d00be;
}
#info-inner .pre-block a.cn img {
  width: 55%;
}
#info-inner .pre-block a.eplus .pre-block-ttl {
  background: rgb(200, 68, 130);
  background: -moz-linear-gradient(0deg, rgb(200, 68, 130) 0%, rgb(229, 106, 164) 45%, rgb(255, 161, 205) 100%);
  background: -webkit-linear-gradient(0deg, rgb(200, 68, 130) 0%, rgb(229, 106, 164) 45%, rgb(255, 161, 205) 100%);
  background: linear-gradient(0deg, rgb(200, 68, 130) 0%, rgb(229, 106, 164) 45%, rgb(255, 161, 205) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c84482",endColorstr="#ffa1cd",GradientType=1);
}
#info-inner .pre-block a.eplus .pre-block-time {
  color: #e95098;
}
#info-inner .pre-block a.eplus img {
  width: 60%;
}
@media screen and (max-width: 980px) {
	#info-inner .early-ticket h4 {
    font-size: 2rem;
}
	p.ticket-caution {
    font-size: 1rem!important;
}
  #info-inner .pre-block .pre-inblock {
    display: block;
  }
  #info-inner .pre-block a,
#info-inner .pre-block a:link,
#info-inner .pre-block a:visited,
#info-inner .pre-block a:active {
    width: 100%;
  }
  #info-inner .pre-block a img,
#info-inner .pre-block a:link img,
#info-inner .pre-block a:visited img,
#info-inner .pre-block a:active img {
    width: 50%;
  }
  #info-inner .pre-block a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #info-inner .pre-block .pre-block-ttl {
    display: block;
    padding: 10px 0;
    font-weight: 700;
    color: #fff;
    font-size: 1.6rem;
  }
  #info-inner .pre-block .pre-block-logo {
    margin: 10px 0 5px 0;
    min-height: 45px;
  }
  #info-inner .pre-block .pre-block-time {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
  }
  #info-inner .pre-block .pre-caption {
    margin: 0;
    font-size: 1.2rem;
  }
  #info-inner .pre-block a.lowson .pre-block-ttl {
    background: rgb(36, 120, 190);
    background: -moz-linear-gradient(0deg, rgb(36, 120, 190) 0%, rgb(100, 166, 221) 45%, rgb(27, 122, 200) 100%);
    background: -webkit-linear-gradient(0deg, rgb(36, 120, 190) 0%, rgb(100, 166, 221) 45%, rgb(27, 122, 200) 100%);
    background: linear-gradient(0deg, rgb(36, 120, 190) 0%, rgb(100, 166, 221) 45%, rgb(27, 122, 200) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2478be",endColorstr="#1b7ac8",GradientType=1);
  }
    #info-inner .ticket-line {
            padding: 20px 0px;
    }
  #info-inner .pre-block a.lowson .pre-block-time {
    color: #2478be;
  }
  #info-inner .pre-block a.pia .pre-block-ttl {
    background: rgb(36, 120, 190);
    background: -moz-linear-gradient(0deg, rgb(36, 120, 190) 0%, rgb(100, 166, 221) 45%, rgb(27, 122, 200) 100%);
    background: -webkit-linear-gradient(0deg, rgb(36, 120, 190) 0%, rgb(100, 166, 221) 45%, rgb(27, 122, 200) 100%);
    background: linear-gradient(0deg, rgb(36, 120, 190) 0%, rgb(100, 166, 221) 45%, rgb(27, 122, 200) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2478be",endColorstr="#1b7ac8",GradientType=1);
  }
  #info-inner .pre-block a.pia .pre-block-time {
    color: #2478be;
  }
  #info-inner .pre-block a.pia img {
    width: 50%;
  }
  #info-inner .pre-block a.rakuten .pre-block-ttl {
    background: rgb(110, 0, 167);
    background: -moz-linear-gradient(0deg, rgb(110, 0, 167) 0%, rgb(210, 123, 255) 45%, rgb(166, 60, 222) 100%);
    background: -webkit-linear-gradient(0deg, rgb(110, 0, 167) 0%, rgb(210, 123, 255) 45%, rgb(166, 60, 222) 100%);
    background: linear-gradient(0deg, rgb(110, 0, 167) 0%, rgb(210, 123, 255) 45%, rgb(166, 60, 222) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6e00a7",endColorstr="#a63cde",GradientType=1);
  }
	#info-inner .ticket-line.sold:after {
    width: 100%;
    text-align: center; }
  #info-inner .pre-block a.rakuten .pre-block-time {
    color: #7d00be;
  }
    #info-inner .ticket-line .tickets-name span, #info-inner .ticket-line .tickets-price span {
    font-size: 1rem;
}
  #info-inner .pre-block a.eplus .pre-block-ttl {
    background: rgb(200, 68, 130);
    background: -moz-linear-gradient(0deg, rgb(200, 68, 130) 0%, rgb(229, 106, 164) 45%, rgb(255, 161, 205) 100%);
    background: -webkit-linear-gradient(0deg, rgb(200, 68, 130) 0%, rgb(229, 106, 164) 45%, rgb(255, 161, 205) 100%);
    background: linear-gradient(0deg, rgb(200, 68, 130) 0%, rgb(229, 106, 164) 45%, rgb(255, 161, 205) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c84482",endColorstr="#ffa1cd",GradientType=1);
  }
  #info-inner .pre-block a.eplus .pre-block-time {
    color: #e95098;
  }
  #info-inner .pre-block a.eplus img {
    width: 60%;
  }
}
#info-inner h4 {
font-family: pressio-condensed, sans-serif;
font-weight: 800;
  font-size: 4rem;
  letter-spacing: 5px;
  text-align: center;
  margin: 50px 0 20px 0;
}

#info-inner h4 img {
    width: 20%;
    margin-bottom: -8px;
}

#info-inner h4 span.right-tex {
  float: none;
  margin-left: 1em;
}
#info-inner h4 .caption {
  margin-bottom: 0;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: right;
}
#info-inner h4:first-child {
  margin-top: 0;
}
#info-inner .info-sale-date {
  font-family: pressio-condensed, sans-serif;
  font-size: 20px;
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
#info-inner .right {
  margin-top: -10px;
  text-align: right;
  padding-bottom: 2em;
  display: block;
}
#info-inner .tel-info {
  text-align: center;
  margin: 15px 0 15px 0;
}
#info-inner .tel-info a {
  color: #292831;
}


#info-inner .center {
  margin: 30px 0 25px 0;
  display: block;
  text-align: left;
    padding: 30px;
    border: 1px solid;
}
#info-inner .info-coution {
  padding: 5px 30px;
}
#info-inner .info-coution .info-spo-wrap {
  text-align: center;
  margin: 5px 0 5px 0;
}
#info-inner .info-coution .info-spo {
  display: block;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 15px;
  border: 1px solid #c1c1c1;
  width: 50%;
  margin: 20px auto 0 auto;
  font-weight: 200;
}
#info-inner .info-coution .info-spo a {
  text-decoration: none;
  color: #fff;
}
#info-inner .info-coution .info-spo a:hover {
  text-decoration: underline;
}
#info-inner .info-coution .caption {
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
}
#info-inner .covid-coution {
  display: block;
  width: 450px;
  font-size: 1.5rem;
  margin: 20px auto 20px auto;
  text-decoration: none;
  padding: 20px 30px;
  border: 1px solid #fff;
  background: #fff;
  position: relative;
  text-align: center;
    border-radius: 50px;
    color: #000;
}
#info-inner .covid-coution .fa-shield-virus {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -16px;
  font-size: 3rem;
}
#info-inner .covid-coution .fa-window-restore {
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -9px;
  font-size: 1.5rem;
}
#info-inner .covid-coution:hover {
  background: #fff;
  color: #EF3A3D;
}
#info-inner .map-btn {
  margin: 20px auto 20px auto;
  text-align: center;
  display: block;
  opacity: 1;
  width: 450px;
}
#info-inner .map-btn img {
  width: 450px;
  border: 3px solid #fff;
}
#info-inner .map-btn:hover {
  opacity: 0.8;
}
 
.plygid-wrap {
      margin: 30px 0; }
      .plygid-wrap .plygid-bx {
        padding: 20px 10px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #fff; }
        
.plygid-wrap .plygid-bx h5 {
          margin: 0;
          font-size: 18px;
          font-size: 1.8rem; }
          
.plygid-wrap .plygid-bx h5 span {
            display: block;
            font-size: 12px;
            font-size: 1.2rem;
            font-weight: normal; }
        
.plygid-wrap .plygid-bx a {
    font-family: pressio-condensed, sans-serif;
    font-weight: 800;
          -webkit-transition: all .5s ease;
          -moz-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease;
          background-color: #e41e25;
          border-radius: 50px;
          color: #fff;
          text-decoration: none;
          line-height: 4rem;
          padding: 0 2rem;
          width: auto;
          text-align: center;
          border: 3px solid #e41e25; }
body#top .tic
.plygid-bx-fn {
        padding: 20px 10px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #777; }
body#top .tic
.plygid-bx-fn h5 {
          margin: 0;
          font-size: 18px;
          font-size: 1.8rem; 
color: grey;}
          
.plygid-wrap .plygid-bx-fn h5 span {
            display: block;
            font-size: 12px;
            font-size: 1.2rem;
            font-weight: normal;
color: grey;}
        
.plygid-wrap .plygid-bx-fn a {
          -webkit-transition: all .5s ease;
          -moz-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease;
          background-color: #585858;
          border-radius: 5px;
          color: #fff;
          text-decoration: none;
          line-height: 4rem;
          padding: 0 2rem;
          width: auto;
          text-align: center;
          border: 3px solid #585858; }
        
.plygid-wrap .plygid-bx-fn a:hover {
          border: 3px solid #585858;
          color: #333;
          background-color: #fff; }
.plygid-wrap .plygid-bx a:hover {
          border: 3px solid #e41e25;
          color: #333;
          background-color: #fff; }
      
.plygid-wrap .plygid-bx:last-child {
        border-bottom: 1px solid #777; }
@media screen and (max-width: 980px) {
    #info-inner .center {
    padding: 10px;
}
  #info-inner .covid-coution {
    width: auto;
    padding: 20px 10px;
  }
  #info-inner .covid-coution .fa-shield-virus {
    font-size: 2.5rem;
  }
  #info-inner .map-btn {
    width: 100%;
  }
	#info-inner h4 img {
    width: 40%!important;
    margin-bottom: -8px;
}
  #info-inner .map-btn img {
    width: 100%;
  }
}
body#top #bio #bio-inner {
    padding: 50px 30px;
	color: #292831f;
    border-radius: 5px;
}

body#top #bio #bio-inner h2 {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 0.5em;
  border-left: 3px solid #bbb;
  margin: 20px 0;
}
body#top #bio #bio-inner p {
  margin: -5px 0 25px 0;
}
body#top #bio #bio-inner .left-img {
	text-align: center;
}
body#top #bio #bio-inner .left-img img {
  height: auto;
  width: 100%;
  max-width: initial;
}
body#top #acc #bio-inner {
  padding: 0 10px;
}
body#top #acc #bio-inner h2 {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 0.5em;
  border-left: 3px solid #bbb;
  margin: 20px 0;
}
body#top #acc #bio-inner p {
  margin: -5px 0 25px 0;
}
body#top #acc #bio-inner .left-img {
  padding: 0 20px 20px 0;
}
body#top #acc #bio-inner .left-img img {
  height: auto;
  width: 100%;
  max-width: initial;
}
body#top #video #video-inner {
  text-align: center;
    display: flex;
	    justify-content: center;
}
body#top #video #video-inner iframe {
  margin-bottom: 20px;
    margin: 10px;
}
body#top #release #release-inner {
      padding: 40px 20px 30px 20px;
    /* margin: 10px; */
	border-radius: 5px;
	color: #837e7e;
	
}
body#top #release #release-inner h2 {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 0.5em;
  border-left: 3px solid #bbb;
  margin: 20px 0;
  height: 1.5em;
  vertical-align: middle;
}
body#top #release #release-inner p {
  margin: 0 0 25px 0;
}
body#top #release #release-inner .left-img {
  margin-bottom: 20px;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-content: space-between;
  align-content: space-between;
}
body#top #release #release-inner .left-img img {
  height: 250px;
  width: auto;
  padding-right: 30px;
}
body#top #release #release-inner .left-img h2 {
  margin-top: 0;
}
body#top #release #release-inner .left-img:last-child {
  margin-bottom: 0;
}
body#top #release #official-wrap .off-btn {
  width: 330px;
  text-align: center;
  margin: 30px auto 30px auto;
  display: block;
  background: #181818;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  padding: 20px 15px;
  border-radius: 6px;
  -moz-box-shadow: 0px 0px 10px 0px #545454;
  -webkit-box-shadow: 0px 0px 10px 0px #545454;
  -o-box-shadow: 0px 0px 10px 0px #545454;
  -ms-box-shadow: 0px 0px 10px 0px #545454;
  box-shadow: 0px 0px 10px 0px #545454;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body#top #release #official-wrap .off-btn .fas {
  padding-left: 10px;
  font-size: 23px;
  font-size: 2.3rem;
}
body#top #release #official-wrap .off-btn:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
body#top #release #official-wrap .official-sns {
  text-align: center;
margin-top: 50px;
}
body#top #release #official-wrap .official-sns .off-sns-btn {
  text-align: center;
  margin: 0 15px 0 auto;
  color: #fff;
  text-decoration: none;
  font-size: 35px;
  font-size: 3.5rem;
  padding: 10px 20px;
  line-height: 1;
}
body#top #release #official-wrap .official-sns .off-sns-btn .fa-brands,
body#top #release #official-wrap .official-sns .off-sns-btn .fa-solid,
body#top #release #official-wrap .official-sns .off-sns-btn .fas,
body#top #release #official-wrap .official-sns .off-sns-btn .fab {
  padding-left: 5px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body#top #release #official-wrap .official-sns .off-sns-btn:hover .fa-brands,
body#top #release #official-wrap .official-sns .off-sns-btn:hover .fa-solid,
body#top #release #official-wrap .official-sns .off-sns-btn:hover .fas,
body#top #release #official-wrap .official-sns .off-sns-btn:hover .fab {
  color: #2e2e2e;
}
body#top #release #official-wrap .official-sns .off-sns-btn:last-child {
  margin-right: 0;
}
body#top #menber {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  bottom: -200px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #bdbdbd;
  padding: 10px 0;
}
body#top #menber #menber-wrap {
  width: 625px;
  margin: 0 auto;
}
body#top #menber #menber-wrap img {
  width: 300px;
  height: auto;
}
body#top #menber #menber-wrap a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body#top #menber #menber-wrap a:first-child {
  margin-right: 15px;
}
body#top #menber #menber-wrap a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
body#top #menber #menber-wrap.one-banner {
  width: 550px;
  margin: 0 auto;
}
body#top #menber #menber-wrap.one-banner img {
  width: 550px;
  height: auto;
}
body#top #menber #menber-wrap.one-banner a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body#top #menber #menber-wrap.one-banner a:first-child {
  margin-right: 0;
}
body#top #menber #menber-wrap.one-banner a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
body#top #menber.one-banner {
  padding: 5px 0 10px 0;
}
body#top #menber.one-banner #menber-wrap {
  width: 400px;
}
body#top #menber.one-banner #menber-wrap img {
  width: 400px;
}
body#top #menber.one-banner #menber-wrap a:first-child {
  margin-right: 0;
}
body#top #menber.active {
  bottom: 0;
}

#slide {
  margin: 0;
  padding: 0;
}

body#top.en #info #info-inner {
  padding: 0 10px;
}
body#top.en #info #info-inner h2 {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 0.5em;
  border-left: 3px solid #bbb;
  margin: 20px 0;
}
body#top.en #info #info-inner .date {
  padding-left: 30px;
  font-weight: 400;
  font-size: 10px;
  font-size: 1rem;
}
body#top.en #info #info-inner p {
  word-wrap: break-word;
  margin: 15px 0 25px 0;
}
body#top.en #info #info-inner .info-table {
  position: absolute;
  top: 30px;
  left: 20px;
}
body#top.en #info #info-inner .info-place {
  vertical-align: middle;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 900;
  color: #fff;
}
body#top.en #info #info-inner .info-sale {
  position: absolute;
  top: -20px;
  right: -50px;
  width: 200px;
  text-align: center;
  color: #837e7e;
  background: #fff000;
  border: 8px solid #f9f100;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 5px 10px;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
}
body#top.en #info #info-inner .time {
  position: absolute;
  top: 145px;
  left: 220px;
  font-size: 16px;
  font-size: 1.6rem;
}
body#top.en #info #info-inner .time .fas {
  padding: 0 15px;
  color: #ff0000;
}
body#top.en #info #info-inner .time-red {
  color: #ff0000;
  font-weight: 400;;
}
body#top.en #info #info-inner h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  padding: 0 20px 20px 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
body#top.en #info #info-inner h4 span.right-tex {
  float: none;
}
body#top.en #info #info-inner h4 .caption {
  margin-bottom: 0;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: right;
}
body#top.en #info #info-inner h4:first-child {
  margin-top: 0;
}
body#top.en #info #info-inner .info-sale-date {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
body#top.en #info #info-inner .right {
  margin-top: -10px;
  text-align: right;
  padding-bottom: 2em;
  display: block;
}
body#top.en #info #info-inner .tel-info {
  text-align: center;
  margin: 15px 0 15px 0;
}
body#top.en #info #info-inner .center {
  margin: 15px 0 25px 0;
  display: block;
  text-align: center;
}
body#top.en #info #info-inner .info-coution {
  padding: 5px 30px;
}
body#top.en #info #info-inner .info-coution .info-spo-wrap {
  text-align: center;
  margin: 5px 0 5px 0;
}
body#top.en #info #info-inner .info-coution .info-spo {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 15px;
  border: 3px solid #c1c1c1;
  margin-right: 5px;
}
body#top.en #info #info-inner .info-coution .info-spo:last-child {
  margin-right: 0;
}
body#top.en #info #info-inner .info-coution .caption {
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 980px) {
	#info-inner .open-start {
    font-size: 1.5rem;
}
    body#top #release #official-wrap .official-sns .off-sns-btn {padding: 1px;}
    body#top #video #video-inner {
  text-align: center;
    display: block;
}
body#top #video #video-inner iframe {
  margin-bottom: 20px;
    margin: 0px;
}
  body#top #first-show #first-show-tex01 {
    width: 80%;
    height: auto;
    bottom: 25%;
    left: 10%;
  }
  body#top #first-show #first-show-tex02 {
    width: 80%;
    height: auto;
    top: 25%;
    left: 10%;
  }
  body#top #key {
    background: none;
    min-height: auto;
    height: auto;
    margin-top: -20px;
  }
.anime-object {
  animation-name: fade-in;/*keyframesと紐づける*/
  animation-duration: 0.3s;/*3秒かけて動く*/
  animation-iteration-count: 1;/*1回限り*/
  animation-delay: 0.8s;/*読み込んでから2秒後に実行*/
  animation-fill-mode: forwards;/*実行後キーフレームの設定を維持*/
  animation-timing-function: ease-in-out;/*徐々に加速して減速する動き方*/
}
.circle{
  width: 100%;
  height: auto;
  margin: 0 auto;
  opacity:0;
}

/* アニメーション */
@keyframes fade-in {
    0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
  body#top #key #key-inner {
    height: auto;
    width: auto;
    margin: auto;
    min-width: auto;
    padding-top: 80px;
	/*animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1);*/
  }
  body#top #key #key-inner img {
    display: block;
    width: 100%;
    height: auto;
	  
  }
  body#top #key #key-inner img.pc {
    display: none;
  }
  body#top .common-sec h2 {
font-family: "pressio-condensed", sans-serif;
font-weight: 700;
font-style: normal;
    font-size: 8rem;
    line-height: 1.6;
    word-wrap: break-word;
    letter-spacing: 5px;
      text-align: center;
	  margin-top: 10px;
  }
	
  body#top #wrap #info {
    padding-top: 0;
    margin-top: 0;
      border-bottom: 1px solid #fff;
  }
    body#top #wrap #eng #info-inner {
    padding: 0 15px 30px 15px;
  }
  body#top #wrap #info #info-inner {
    padding: 30px 15px 30px 15px;
  }
    body#top #wrap #eng #info-inner h2 {
    font-size: 16px;
    font-size: 1.6rem;
    border-left: 1px solid #bbb;
  }
  body#top #wrap #info #info-inner h2 {
    font-size: 16px;
    font-size: 1.6rem;
    border-left: 1px solid #bbb;
  }
    body#top #wrap #eng #info-inner .date {
    padding: 0;
    margin-top: 10px;
    display: block;
  }
  body#top #wrap #info #info-inner .date {
    padding: 0;
    margin-top: 10px;
    display: block;
  }
  body#top #wrap #info #info-inner p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  body#top #wrap #info #info-inner .info-table {
    position: static;
    display: block;
  }
  body#top #wrap #info #info-inner .info-sale {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 120px;
    color: #837e7e;
    background: #fff000;
    border: 8px solid #f9f100;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    padding: 5px 10px;
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
  }
	
  body#top #wrap #info #info-inner .info-place {
    display: block;
    vertical-align: middle;
    text-align: center;
    width: auto;
    height: auto;
    color: #837e7e;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 900;
  }
#info-inner .ticket-line {
    font-size: 2.5rem;
	    line-height: 1.5rem;
  }
    body#top #wrap #info #info-inner .ticket-line {
    font-size: 1.8rem;
		    text-align: right;
  }
	#info-inner .ticket-line.sold {
	    line-height: 1rem;
		font-size: 2rem;
}

#info-inner h3 {
    margin: 0;
    position: static;
    text-align: center;
    font-size: 23px;
    font-size: 2.3rem;
  }
  body#top #wrap #info #info-inner h3 {
    margin: 0;
    position: static;
    text-align: center;
    font-size: 23px;
    font-size: 2.3rem;
  }
  body#top #wrap #info #info-inner h3 span {
    font-weight: 700;
    font-size: 30px;
    font-size: 3rem;
  }
#info-inner h3 span {
    font-weight: 700;
    font-size: 30px;
    font-size: 3rem;
  }
  body#top #wrap #info #info-inner h3 .kaijo-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
  body#top #wrap #info #info-inner h3 .f-s {
    font-size: 30px;
    font-size: 3rem;
  }
  body#top #wrap #info #info-inner h3 .f-b {
    font-size: 35px;
    font-size: 4rem;
  }
  body#top #wrap #info #info-inner h3 .info-stage {
    font-size: 25px;
    font-size: 2.5rem;
    margin-left: 0;
    display: block;
  }
  body#top #wrap #info #info-inner .time {
    padding: 10px 0;
    position: static;
    top: auto;
    right: auto;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500;
    display: block;
  }
  body#top #wrap #info #info-inner .pre-banner {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: space-between;
    align-content: space-between;
    margin: 0 0 50px 0;
  }
  body#top #wrap #info #info-inner .pre-banner a,
body#top #wrap #info #info-inner .pre-banner a:link,
body#top #wrap #info #info-inner .pre-banner a:visited,
body#top #wrap #info #info-inner .pre-banner a:active {
    display: block;
    text-align: center;
  }
  body#top #wrap #info #info-inner .pre-banner a img,
body#top #wrap #info #info-inner .pre-banner a:link img,
body#top #wrap #info #info-inner .pre-banner a:visited img,
body#top #wrap #info #info-inner .pre-banner a:active img {
    width: 70%;
  }
  body#top #wrap #info #info-inner .pre-banner a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  body#top #wrap #info #info-inner h4 {
    font-size: 20px;
    font-size: 2rem;
  }
  body#top #wrap #info #info-inner h4 span {
    display: block;
  }
  body#top #wrap #info #info-inner h4 span.right-tex {
    float: none;
  }
  body#top #wrap #info #info-inner h4 .caption {
    margin-top: 5px;
    font-size: 1px;
    font-size: 1rem;
    text-align: left;
  }
  body#top #wrap #info #info-inner h4:first-child {
    margin-top: 1em;
  }
  body#top #wrap #info #info-inner .info-sale-date {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    text-align: center;
  }
  body#top #wrap #info #info-inner .info-coution {
    padding: 5px 5px;
  }
  body#top #wrap #info #info-inner .info-coution .info-spo-wrap {
    text-align: center;
    margin: 5px 0 5px 0;
  }
  body#top #wrap #info #info-inner .info-coution .info-spo {
    font-weight: 500;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 5px 10px;
    border: 5px solid #c1c1c1;
    margin-right: 0;
    margin-top: 10px;
    display: block;
    width: 100%;
  }
  body#top #wrap #info #info-inner .info-coution .info-spo:last-child {
    margin-right: 0;
  }
  body#top #wrap #info #info-inner .info-coution .caption {
    font-weight: 300;
    font-size: 13px;
    font-size: 1.3rem;
  }
  body#top #wrap #news #news-inner .left-img {
    display: block;
  }
  body#top #wrap #news #news-inner .left-img img {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  body#top #wrap #news .pre-nav {
    width: auto;
    margin: 0 auto;
  }
  body#top #wrap #news .youtube {
    text-align: center;
  }
  body#top #wrap #news .youtube iframe {
    margin-bottom: 20px;
  }
  body#top #wrap #bio #bio-inner {
    padding: 0 15px;
    display: block;
  }
  body#top #wrap #bio #bio-inner .left-img {
    display: block;
  }
  body#top #wrap #bio #bio-inner .left-img img {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  body#top #wrap #release #release-inner {
    padding: 0 10px 25px 10px;
  }
  body#top #wrap #release #release-inner h2 {
    font-size: 16px;
    font-size: 1.6rem;
    border-left: 1px solid #bbb;
    margin: 0;
    height: auto;
  }
  body#top #wrap #release #release-inner .left-img {
    margin-bottom: 30px;
    display: block;
  }
  body#top #wrap #release #release-inner .left-img img {
    padding-right: 0;
    width: 100%;
    height: auto;
  }
  body#top #wrap #release #release-inner .left-img a {
    word-wrap: break-word;
  }
  body#top #wrap #release #release-inner .left-img:last-child {
    margin-bottom: 0;
  }
  body#top #wrap #release #official-wrap .off-btn {
    width: 280px;
    text-align: center;
    margin: 30px auto 30px auto;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px 10px;
    border-radius: 5px;
  }
  body#top #wrap #release #official-wrap .official-sns {
    text-align: center;
    margin-bottom: 30px;
  }
  body#top #wrap #release #official-wrap .official-sns .off-sns-btn {
    width: 30px;
    height: 20px;
    text-align: center;
    margin: 0 0px 30px auto;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-size: 3rem;
    padding: 10px 20px;
    border-radius: 3px;
  }
  body#top #wrap #release #official-wrap .official-sns .off-sns-btn .fas {
    padding-left: 5px;
  }
  body#top #wrap #release #official-wrap .official-sns .off-sns-btn:last-child {
    margin-right: 0;
  }
  body#top #menber #menber-wrap {
    width: auto;
    margin: 0 auto;
  }
  body#top #menber #menber-wrap img {
    width: 49%;
    height: auto;
  }
  body#top #menber #menber-wrap a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  body#top #menber #menber-wrap a:first-child {
    margin-right: 0;
  }
  body#top #menber #menber-wrap a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  body#top #menber.one-banner #menber-wrap {
    width: auto;
  }
  body#top #menber.one-banner #menber-wrap img {
    width: 300px;
  }
  body#top.en #wrap #info #info-inner .info-table {
    left: -10px;
  }
  body#top.en #wrap #info #info-inner .info-place {
    font-size: 23px;
    font-size: 2.3rem;
  }
  body#top.en #wrap #info #info-inner .info-place.mini01 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body#top.en #wrap #info #info-inner .info-place.mini02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
