@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;800&display=swap');
* {
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.2rem;
  font-family: 'Noto Sans JP', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 1.8;
  color: #000;
  position: relative;
  word-wrap: break-all;
  letter-spacing: 0.08ex;
  font-weight: 700;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
 
	background: url(../images/common/bg.webp), #ff9132;
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: center;
	
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
p {
  padding: 0;
  margin: 0;
  word-wrap: break-all;
}
img {
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: underline;
}
a:active, a:hover, a:focus {
  outline: none;
}
a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
}
table {
  border-collapse: collapse;
}
.link {
  text-decoration: underline;
  color: #e687ff;
}
.fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}
.fadeIn.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/*  SNS  */
#sns {
  min-width: 270px;
  margin: 1rem auto 0;
}
ul.snsBtn {
  display: flex;
  justify-content: center;
}
ul.snsBtn li {
  float: left;
  width: auto;
}
ul.snsBtn li:last-child {
  margin-left: 10px;
  /* margin-right: 20px; */
}
.btn-link a {
  color: #000 !important;
  padding: 11px 30px 11px 20px;
  
	border: solid 2px #e1ff00;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0.02ex;
  background: #e1ff00;
  margin: 0 auto;
  font-size: 1.3rem;
  position: relative;
}
.btn-link a:hover {
  background: #fff;
  color: #000 !important;
  opacity: 1;
	border: solid 2px #e1ff00;
}
.btn-link a:after {
  content: "";
  display: block;
  width: 12px;
  height: 14px;
  background: url("../images/common/arrow_b.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 46%;
  margin-top: -4px;
}
.btn-link a:hover:after, .btn-link2nd a:hover:after {
  background: url("../images/common/arrow_b.svg") no-repeat center;
}
.btn-link2nd a {
  background: #e1ff00;
  color: #000 !important;
  border: 4px solid #fff;
  padding: 25px 30px 25px 20px;
/*  border-radius: 42px;*/
  text-decoration: none;
  text-align: center;
  display: block;
  width: 85%;
  line-height: 1.4;
  letter-spacing: 0.02ex;
  margin: 0 auto;
  font-size: 1.45rem;
  position: relative;
}
.btn-link2nd a:hover {
  background: #fff;
  color: #000 !important;

  opacity: 1;
}
.btn-link2nd a:after {
  content: "";
  display: block;
  width: 12px;
  height: 14px;
  background: url("../images/common/arrow_p.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 46%;
  margin-top: -4px;
}

.btn-link2nd a:hover:after, .btn-link2nd a:hover:after {
  background: url("../images/common/arrow_p.svg") no-repeat center;
}

hr.del {
  border: none;
  border-top: 1px solid #aaa;
  margin: 3rem 0;
}

.comingsoon {
	color:#ff9132;
	margin-bottom: 2rem;
	
	text-align: center;
}

#top_notice div div {
	background-color: #fff;
}
#top_notice div div h4 {
	text-align: center;
	margin-bottom: 0.5rem;
	font-size: 1.75rem;
}
.box2nd {
    position: relative;
    margin: 2em 0;
    padding: 25px 20px;
    border: solid 2px #ff9132;
}
.box2nd a {
	display: block;
}
.box2nd .icon {
  display: inline-block;
  vertical-align: middle;
  margin:0 8px 6px 0;
}
.box2nd .icon img {
    display: block;
  width: 45px;
  height: auto;
  vertical-align: middle;
}
.box2nd .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: 40%;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    font-size: 1.15rem;
    background: #ff9132;
    color: #ffffff;
    font-weight: bold;
}
.box2nd p {
    margin: 0; 
    padding: 0;
}

/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/
#news, #about, #ticket, #goods, #release, #caution, #catch, #archive {
  margin-top: 10rem;
}

@media (min-width: 769px) {
    #about::before, #ticket::before, #goods::before, #release::before {
        content: "";
        display: block;
        height: 80px;
        margin-top: -80px;
        visibility: hidden;
    }
}


section .line {
  width: 1000px;
  margin: 0 auto 7rem;
}
section .line2 {
  width: 1000px;
  margin: 4rem auto 0;
}
.icon {
  margin-top: 10rem;
}
.icon img {
  width: 110px;
  margin: 0 auto;
}
.pclay {
  width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
	background: #fff;
	 box-shadow: 10px 10px #000;
	position: relative;
	 pointer-events: auto; 
}

.pclay:before{
	position: absolute;
    inset: -10px 10px 10px -10px;
	border: 2px solid #e1ff00;
	   content: '';
	pointer-events: none;
}

.pclay a,
.pclay button,
.pclay input,
.pclay [onclick] {
    pointer-events: auto;
}

.pclay .lefhh {
  width: 20%;
}
.pclay .container {
/*  width: 80%;*/
}
.wrapper, .nav_wrapper {
  position: relative;
  transition: left .25s ease-in-out;
  left: 0;
}
.container {
  /*padding-top: 3rem;*/
}
.container.ptb0 {
  padding: 0;
}
.inner {
  /* margin-top: 1rem; */
  text-align: left;
	    padding: 4rem 2rem 2rem;
}
.box {
  margin-top: 1rem;
}
.container.flexbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 2rem 1fr;
  grid-template-columns: 200px 1fr;
  gap: 1rem;
}
.ttl_icon {
  margin: 0 auto;
	position: absolute;
	top: -50px;
	left: -50px;
}
.ttl_icon img {
  width: 250px;
  min-width: 190px;
  /*margin: 0 auto;*/
}
h2 {
  font-size: 2rem;
  font-weight: 800;
}
h2.heading {
  position: relative;
  line-height: 1.4;
}
h3 {
  font-size: 1.6rem;
  font-weight: 800;
}
h3.heading {
  background: #ff9132;
  padding: 10px;
  letter-spacing: 3px;
  margin-top: 3rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  color: #fff;
  font-size: 1.5rem;
}
h4 {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 800;
  color: #ff9132;
}
.ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 800;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.ttl:first-child {
  margin-top: 0;
}
.ttl .large {
  font-size: 120%;
}
.ttl .sub {
  display: inline-block;
  padding-right: 1rem;
}
.sub_ttl {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.4;
}
.sub_ttl .small {
  font-size: 90%;
}
.-red {
  color: #ff9132;
}
p {
  word-break: break-all;
  line-height: 1.6;
}
.smp-only {
  display: none !important;
}
.br_pc {
  display: block;
}
.br_sp {
  display: none;
}
.only_max480 {
  display: none;
}

/*--------------------------------------
 * HEADER
 * ---------------------------------------*/
#header {
  position: relative;
  width: 100%;
  z-index: 12;
  top: 0px;
  left: 0px;
  font-size: 1.2em;
  letter-spacing: 1.2;
  font-weight: 800;
  color: #101d0c;
}
#header .nav_container {
  margin: 0 auto;
  position: relative;
  max-width: 75rem;
}
#header .nav_container img {
  max-height: 55px;
  width: auto;
}
#header .nav_container a {
  position: relative;
  display: block;
  text-decoration: none;
}
#header .global-nav {
  width: 100%;
  background: #000;
  margin: 0 auto;
  transition: .8s;
  bottom: 0px;
}
#header.scroll .global-nav {
  position: fixed;
/*  background: #fff;*/
  animation-name: anime;
  animation-duration: 0.5s;
  top: 0;
  height: 80px;
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nav_wrapper {
  width: 100%;
}
.global-nav .nav_container {
  width: 1040px;
  margin: 0 auto;
}
.global-nav .nav_container > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.global-nav .nav_container > ul li {}
.global-nav .nav_container > ul li:last-child {
  padding-right: 0;
}
.contents .text .text-title a:link {
  border-bottom: 0px solid;
}
.trigger {
  background: #ff9132;
  width: 60px;
  height: 60px;
  right: 5px;
  top: 5px;
  position: fixed;
  z-index: 30;
  border-radius: 50%;
}
.menu-trigger {
  position: fixed;
  z-index: 15;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  right: 5px;
  top: 5px;
}
.menu-trigger {
  width: 30px;
  height: 30px;
  margin: 15px 15px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 5px;
}
.menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.menu-trigger span:nth-of-type(3) {
  top: 23px;
}
.menu-trigger.active {
  height: 35px;
}
.menu-trigger.active span {}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
  left: 0;
  top: 6px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(-90deg);
  transform: translateY(-8px) rotate(-45deg);
  top: 22px;
}
.smp-nav-list {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 1;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  display: none;
  overflow: scroll;
}
.smp-nav-list > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.smp-nav-list img {
  max-height: 55px;
  width: auto;
  margin: 0 auto;
}
.smp-nav-list.active {
  display: block;
  right: 0;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.smp-nav-list ul {}
.smp-nav-list ul li {
  list-style-type: none;
  width: 100%;
}
.smp-nav-list ul li a {
  font-size: 1.2rem;
  letter-spacing: 0.3ex;
  font-weight: 800;
  position: relative;
  line-height: 1.6;
  display: block;
  margin-bottom: 2rem;
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
}
/*--------------------------------------
 * mainvisual
 * ---------------------------------------*/
.main_visual {
  align-items: center;
}
.main_visual .img {
  background-size: cover !important;
  background-position: center top !important;
  position: relative;
}
.main_visual .img img {
  display: block;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.main_visual .text {
  width: 45vw;
  padding: 1rem;
}
@media screen and (max-width: 900px) {
  .main_visual .text {
    width: 50vw;
  }
}
/*--------------------------------------
 * top_notice
 * ---------------------------------------*/
#top_notice {
	margin: 4rem 0 3rem;
}

#top_notice .link_notice {
  
	max-width: 1000px;
	margin: 0 auto;
}
#top_notice .link_notice a {
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#top_notice .link_notice_lists {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 2rem;
}
#top_notice .link_notice_lists .sub_ttl {
  width: 100%;
  text-align: center;
}
#top_notice .link_notice_lists ul {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 90%;
  flex-wrap: wrap;
  margin-top: 1rem;
}
#top_notice .link_notice_lists ul li {
  margin-right: 10px;
}
#top_notice .link_notice_lists ul li:last-child {
  margin-right: 0;
}
#top_notice .link_notice_lists ul li a {}
#top_notice .fa {
  font-size: 70%;
}
/*--------------------------------------
 * dstm
 * ---------------------------------------*/
#dstm {
	padding: 1.5rem 0 2.5rem;
	background: #ff9132;
  font-size: 1rem;
  max-width: 1000px;
  margin: 4rem auto;
	color:#fff;
}
#dstm .container {
  margin: 0 1.5rem ;
}
#dstm .line {
  color: #fff;
  margin: 2.5rem 0;
  width: 100%;
}
#dstm h2 {
  font-size: 1.4rem;
	margin-top: .8rem;
	color:#fff;
}
#dstm .txt {
  line-height: 1.8;
}
#dstm .comment {
  margin-top: 3rem;
  background: #f4e6ff;
  padding: 50px 30px;
  color: #2e2365;
}

#dstm .ban {
	display: flex;
	justify-content: space-around;
}

#dstm .ban div {
	width: 60%;
}

#dstm .ban  img {
	width: 30%;
	object-fit: contain;
}


/*--------------------------------------
 * catch
 * ---------------------------------------*/
#catch {
	margin-top: 6rem;
	 margin-bottom: 2rem;
}

#catch .container {
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  padding: 2rem 0;
}

#catch img {
	max-width: 1000px;
	display: block;
	margin: 0 auto;
	padding: 0 10px;
}
#catch .ate {
  font-size: 140%;
  color: #ff9132;
}
.ex_ban {
  width: 30%;
  margin: 0 auto;
  margin-top: 1.6rem;
}
/*--------------------------------------
 *repo
 * ---------------------------------------*/
#repo .container {
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  border: 4px solid #ff9132;
  /* background: #ffffff; */
  position: relative;
  padding: 2rem;
  z-index: 10;
  width: 83%;
  margin: 0 auto;
  border-radius: 10px;
}
#repo .container a {
  padding: 2%;
}
/*--------------------------------------
 *report
 * ---------------------------------------*/
#report .report_link {
  margin-top: 2rem;
  color: #ff9132;
}
#report .report_link:nth-child(1) {
  margin-top: 0;
}
#report .report_link a {
  color: #000;
}
#report .report_link span {
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url(../images/common/arrow_b.svg) no-repeat center;
  background-size: contain;
}
/*--------------------------------------
 *news
 * ---------------------------------------*/
#news {}
#news .news-data {
  letter-spacing: 0.02ex;
  vertical-align: top;
  color: #ff9132;
  font-size: 1.4rem;
}
#news .news-title {
  display: inline-block;
  width: 100%;
}
#news .news-title a {
  transition: .2s;
}
#news .news-title :hover {
  opacity: 1;
  text-decoration: underline;
}
#news .news-lists {
  margin-top: 2rem;
}
#news .news_lists li:first-child {
  margin-top: 0;
}
#news .news_lists li {
  margin-top: 1rem;
  padding-bottom: 1rem;
}
.news_kv {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.news_kv img {
  width: 140px;
}
.news_kv img:not(:last-of-type) {
  margin-right: 20px;
}
.hide-text {
  display: none;
}
button.readmore {
  position: relative;
  height: 80px;
  width: auto;
  margin: 2rem auto 0;
  display: block;
  background-color: transparent;
  color: #ff9132;
  padding-bottom: 40px;
  border: none;
  outline: 0;
  transition: .2s;
  -erbkit-transition: .5s;
  font-size: 1rem;
  font-weight: bold;
}
button.readmore::after {
  content: " ";
  position: absolute;
  width: 35px;
  height: 35px;
  border-top: solid 3px #ff9132;
  border-right: solid 3px #ff9132;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  right: 3px;
  top: 25px;
  transition: .5s;
  -erbkit-transition: .5s;
}
button.readmore:hover::after {
  top: 40px;
}
.on-click {
  color: transparent !important;
}
.on-click {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
/*--------------------------------------
 * about
 * ---------------------------------------*/
#about .tokyo_kv {
  max-width: 800px;
  margin: 0 auto;
}
#about h3.ttl {
  font-size: 2rem;
  line-height: 1.4;
}

#about h4 {
  font-size: 1.6rem;
	color: #000;
}

#about dl.table:not(:first-child) {
  transition: .2s;
  padding: 0;
}
#about dl.table:last-child {}
#about .box {
  margin-top: 2rem;
}
#about .box .read {
  color: #ff9132;
  margin-top: 3.8rem;
}
#about dl.table dt {
  font-weight: 800;
  align-items: center;
  padding-right: 2%;
  font-size: 1.6rem;
	color:#ff9132;
	line-height: 1.2;
	padding-bottom: 5px;
	
}

#about .teaser p {
	font-size: 1.6rem;
}

#about .teaser .table dt {
  color:#000!important;
	
}


#about dl.table dt .font_l {
  font-size: 2.4rem;
	margin-right: 5px;
	
}
#about dl.table dd {
  line-height: 1.6;
  font-size: 1rem;
	
}

#about dl.table dd span{
 line-height: 1.6;
  font-size: 1.6rem;
}


#about .tour_year {
  color: #ff9132;
  font-size: 2rem;
  margin-top: 4rem;
  font-weight: bold;
}
#about .tour_catch {
  color: #fff;
  background-color: #000;
  padding: 5px 9px 6px;
  border-radius: 5px;
  font-size: 1.2rem;
  width: 340px;
  display: block;
  margin: 0 auto;
}
#about .new {
  background: #ff9132;
  padding: 5px;
  border-radius: 5px;
  line-height: 1;
  font-size: 0.8rem;
  vertical-align: super;
  margin-right: 3px;
}

.ribbon1 {
  display: inline-block;
  position: relative;
  height: 35px;/*リボンの高さ*/
  line-height: 35px;/*リボンの高さ*/
  text-align: center;
  padding: 0 20px;/*横の大きさ*/
  font-size: 14px;/*文字の大きさ*/
  background: #ff9132;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
	margin-bottom: 5px;
}

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

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 17px 0px 17px 5px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 17px 5px 17px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}





.band {
  margin-top: 2rem;
}
.band .band_member .band_alert {
  font-size: .8rem;
  line-height: 1;
}
.band_ttl {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  color: #ff9132;
}
#about .credit {
	
  line-height: 1.6;
  font-size: .9rem;
  margin-top: 3rem;
}

#about .credit .ttl {
	font-size: 1.6rem;
	color:#ff9132;
}

#about .ttl .small {
  font-size: 80%;
  margin: 0 3px;
}
#about .soldout {
  font-size: 1.6rem;
  color: #ff9132;
}
.saisoku_box {
  padding: 20px;
  background: #fff;
  border: 4px #ff9132 solid;
  position: relative;
  z-index: 10;
  margin-top: 4rem;
  margin-bottom: 30px;
}
.song li:not(:first-of-type) {
  margin: 2rem 0;
}
.song li {
  font-size: 1.3rem;
  line-height: 1.2;
}
.saisoku_title {
  margin-bottom: 1rem;
}
.saisoku_box h4 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.song_data {
  font-size: .8rem;
}
.song_name {
  font-size: .9rem;
}
.tour_year_2024 {
  display: none;
}
button.tour_year {
  position: relative;
  height: 80px;
  width: auto;
  margin: 2rem auto 0;
  display: block;
  background-color: transparent;
  color: #ff9132;
  padding-bottom: 40px;
  border: none;
  outline: 0;
  transition: .2s;
  -erbkit-transition: .5s;
  font-size: 1rem;
  font-weight: bold;
}
button.tour_year::after {
  content: " ";
  position: absolute;
  width: 35px;
  height: 35px;
  border-top: solid 3px #ff9132;
  border-right: solid 3px #ff9132;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  right: 23%;
  top: 25px;
  transition: .5s;
  -erbkit-transition: .5s;
}
button.tour_year:hover::after {
  top: 40px;
}
.on-click {
  color: transparent !important;
}
.on-click {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
/*--------------------------------------
 * youtube
 * ---------------------------------------*/
.top_youtube {
  width: 60%;
  margin: 0 auto;
}
#youtube {
  position: relative;
}
.youtube {
  max-width: 100%;
  margin: 0 auto;
}
.youtube h3 {
  font-size: 1.3rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: 0 .8rem;
  line-height: 2;
  color: #fff;
  background: #ff9132;
  text-align: center;
}
.youtube div {
  position: relative;
  width: 100%;
  height: 100%;
}
.youtube a {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 56% 0 0;
  background-size: 100%;
  border-radius: 10px;
}
.youtube a img {
  width: 100%;
}
.youtube a:hover {
  opacity: 0.7;
}
.youtube a .play {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.release_youtube {
  width: 78%;
  margin: 0 auto 4.6rem;
}
#release h4.ttl-youtube {
  font-size: 1.4rem;
  margin: 4rem 0 .8rem;
  color: #ff9132;
  text-align: center;
}
/*--------------------------------------
 * ticket
 * ---------------------------------------*/
#ticket h3.heading {
  margin-bottom: 2rem;
	background: linear-gradient(90deg, #ff9132, #ff91328f 60%, #ff91321c 100%);

}
#ticket .fc_white {
  color: #fff;
}
#ticket .categoryflex {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #ff9132;
  text-align: left;
	display: flex;
	justify-content: space-between;
	gap:1%;
}

#ticket .categoryflex p {
	border:solid #e1ff00 5px;
	padding: 1rem ;
	width: 30%;
	text-align: center;
}

#ticket .categoryflex p span{
	color:#000;
}


#ticket .sub_ttl {
  font-size: 1.8rem;
}
#ticket .categoryflex {
  margin-bottom: 2rem;
}
#ticket .category_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: .8rem;
  min-width: 280px;
  max-width: 324px;
  border: 4px solid #ff9132;
  border-radius: 28px;
  margin-right: 55px;
  font-size: 1.8rem;
  line-height: 1.4;
}
#ticket .category_item:nth-child(2) {
  margin-right: 0;
}
#ticket .ticket_lists {}
#ticket .ticket_lists li {
  display: flex;
  margin-bottom: 3rem;
  align-items: center;
  font-size: 1.5rem;
}
#ticket .ticket_lists .t_ttl {
  position: relative;
  height: 90px;
  width: 50%;
  border-top: 4px solid #ff9132;
  border-bottom: 4px solid #ff9132;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-right: 55px;
  line-height: 1.4;
  padding: 1rem 0 1rem 1rem;
}
#ticket .ticket_lists .t_ttl::before, #ticket .ticket_lists .t_ttl::after {
  position: absolute;
  content: "";
}
#ticket .ticket_lists .t_ttl::before {
  top: 50%;
  right: -32px;
  z-index: -1;
  transform: translateY(-50%) scaleX(1) rotate(45deg);
  width: 59px;
  height: 59px;
  border: 4px solid #ff9132;
  border-left: none;
  border-bottom: none;
}
#ticket .ticket_lists .t_ttl::after {
  top: 0px;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  border: 4px solid #ff9132;
  border-right: none;
}
#ticket .ticket_lists.hover .t_ttl a {
  text-decoration: none;
}
#ticket .ticket_lists.hover .t_ttl:hover {
  color: #ffffff;
  background: #ff9132;
}
#ticket .ticket_lists.hover .t_ttl:hover::before {
  background: #ff9132;
}
#ticket .ticket_lists.hover .t_ttl::after {
  background: #ff9132;
}
#ticket .ticket_lists .t_ttl a:hover {
  text-decoration: none;
  opacity: 1;
}
#ticket .ticket_lists .price {
  line-height: 1.4;
}
#ticket .ticket_lists .price .small {
  font-size: 80%;
}
#ticket .ticket_lists .price .new {
  font-size: 80%;
  background: #ff9132;
  color: #fff;
  padding: 4px;
}
#ticket h4 {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 800;
  color: #ff9132;
  margin: 2rem 0 0;
}
#ticket .cn_pg {
  font-size: 1.6rem;
  margin-top: .4rem;
}
#ticket .cn_pg_senkou {
  font-size: 1.4rem;
  background-color: #fff;
  margin: 3rem auto;
}
.cn_pg_senkou_tokyo {
  font-size: 1.4rem;
  background-color: #fff;
  margin: 3rem auto 0;
}
#ticket .senkou_data_block {
  margin-top: 2rem;
}
#ticket .senkou_data_block_tel {
  margin-top: 2rem;
}
#ticket .cn_pg_data {
  font-size: 1.4rem;
}
.tel_number {
  font-size: 1.6rem;
}
.tokyo_space {
  padding-left: 30px;
}
#ticket .ticket_btn {
  /*  margin-top: 2rem;*/
}
#ticket .ticket_btn .btn-link {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#ticket .ticket_btn .btn-link a {
  margin: 1rem auto 0;
  font-size: 1.3rem;
}
#ticket .ticket_btn .btn-link span {
  font-size: .8rem;
  text-align: center;
}
#ticket .credit {
  line-height: 1.8;
  font-size: 0.8rem;
  margin-top: 2rem;
}
#ticket .heading .small {
  font-size: 80%;
}
#ticket .ttl .small {
  font-size: 80%;
  margin: 0 3px;
}
#ticket .ticket_natural {
  font-size: 1.4rem;
}
#ticket .ticket_natural .ticket_2501 {
  font-size: .9rem;
}
#ticket .ticket_border {
  margin: 2rem 0;
}
#ticket .fin {
  font-size: 16px;
  margin-top: 1rem;
}

#ticket .announce {
	font-size: 1.6rem;
	margin: 1rem 0 2rem;
}


@media screen and (max-width: 1040px) {
  #ticket h3.heading {
    font-size: 1.3rem;
  }
  #ticket .ticket_lists li {
    display: block;
  }
  #ticket .ticket_lists .t_ttl {
    width: 85%;
    margin-bottom: 1rem;
  }
  #ticket .ticket_lists .price {
    padding: 0 1rem;
  }
  #ticket .ticket_btn .btn-link {
    width: 100%;
  }
}
/*--------------------------------------
 * goods
 * ---------------------------------------*/
#goods h3.heading {
  margin-top: 4.6rem;
}
#goods p.soon {
  font-size: 1.8rem;
}
#goods .txt {
  margin: 0 0 2rem;
}
#goods .pic {
  margin: 1rem 0;
}
#goods .ticket_btn {
  margin: 2rem 0 ;
}
#goods .goods_lists {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
#goods .goods_lists li {
  width: 48%;
  margin-top: 2.5rem;
}
#goods .goods_lists li.w100 {
  width: 100%;
}
#goods h4 {
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 800;
  color: #ff9132;
  text-align: center;
}
#goods h4 span {
  font-size: .9rem;
}
#goods .goods_list .lead {
  margin-top: 2rem;
}
#goods .goods_list .sub_ttl {
  font-weight: 800;
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 1.4;
}
#goods .goods_list a {
  color: #ff9132;
}
#goods .goods_list .thum {
  margin: 0 0 1.5rem;
}
#goods .goods_list .thum img {
  width: 100%;
}
#goods .goods_list .detail {
  margin-top: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.4;
}
#goods .goods_list .detail .price {
  margin-top: 1rem;
  font-size: 0.95rem;
}
#goods .goods_list .detail .attention {
  margin-top: 0.8rem;
  font-size: 0.85rem;
}
#goods .goods_list .btn-link a {
  margin: 3rem auto 0;
}
#goods .goods_list .thum img {
  height: auto;
  width: 100%;
  margin: 0 auto;
}
#goods .al_c {
  display: flex;
  align-items: center;
}
#goods .goods_icon {
  position: relative;
}
#goods .text {
  padding-top: 2.5rem;
  border-top: 3px dotted #ff9132;
}
#goods strong {
  font-size: 1.1rem;
}
.goods_time {
  padding-top: 3.6rem;
}
#goods_kaijou {
  display: block;
  margin-top: -96px;
  padding-top: 96px;
}
#goods .goods_time {
  font-size: 1.2rem;
}
.goods_time ul {
  margin-bottom: 2rem;
}
.goods_time ul li {
  margin-top: 2rem;
}
#goods .goods_web {
  padding: 2rem 0 0;
  font-size: 1.2rem;
}

#goods .andmore {
  padding: 2rem 0 2rem;
  font-size: 1.6rem;
	text-align: center;
	color:#ff9132;
}



/*--------------------------------------
 * release
 * ---------------------------------------*/
#release h3 {
  width: 80%;
  margin: 3rem auto 0;
}
#release h4 {
  font-size: 1.8rem;
	margin-bottom: 0.5rem;
}
#release .release_list .ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1rem;
}
#release .release_lists {
  margin-top: 2rem;
}
#release .release_lists li {
  display: flex;
  width: 87%;
  justify-content: space-between;
  align-items: start;
  margin: 0 auto 0;
  flex-wrap: wrap-reverse;
}
#release .release_lists li .release_thum {
  width: 40%;
}
#release .release_lists li .release_thum img {
  margin-bottom: 1rem;
}
#release .release_lists li .release_thum span {
  font-size: .9rem;
  text-align: center;
  display: block;
  margin-top: -.8rem;
}
#release .release_thum_2 {
  display: flex;
}
#release .release_lists li .release_text {
  width: 58%;
}
#release .release_lists li .release_text:first-child {
  width: 100%;
}
#release .release_lists li .release_text .detail {
  margin-top: 1rem;
  font-size: 1.7rem;
}
#release .release_lists li .release_text .detail a {
  color: #ff9132;
}
#release .release_lists li .release_text .detail_text {
  margin-top: 1rem;
  font-size: 1rem;
  text-align: left;
}
#release .release_lists li .release_text .jk {
  width: 55%;
	margin: 0 auto;
} 
#release .release_lists li .release_text .jk span {
	text-align: center;
	margin: 0 0 0.35rem;
	display: block;
}
#release .btn-link a {
  margin: 0.85rem auto;
}
/*  youtube  */
.youthum {
  width: 80%;
  margin: 0 auto;
}
.youthum a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.youthum a::before {
  position: absolute;
  content: url(../images/common/btn_you.png);
  text-align: center;
  top: 45%;
  left: -5px;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.3s;
}

.youtubeMovie {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.youtubeMovie:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.youtubeMovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*  footer  */
.ohplink {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  text-align: left;
 
}
.ohplink:first-child {
  margin-top: 0;
}
.ohplink a {
  text-decoration: none;
}
.ohplink a:first-letter {
  color: #e687ff !important;
}
.ohplink_main {
  background: #000;
  text-align: center;
  color: #ff9132;
  font-size: 1.4rem;
}
.ohplink_main .container {
  padding: 2rem 1rem;
}
.ohplink_main a {
  text-decoration: none;
}
/*--------------------------------------
 * caution
 * ---------------------------------------*/
#caution h3 {
font-size: 1.2rem;
  margin: 0 0 1rem;
  color: #ff9132;
}
#caution h4{
  
font-size: 1.1rem;
  margin: 2rem 0 0;
  color: #000;
  
}
#caution p{
  
font-size: 1rem;
  margin: 1rem 0;
  
}
#caution ul li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

#caution dl {
  margin-bottom: 3rem;
}
#caution dl dt {
  font-size: 1.2rem;
  margin-top: 1.6rem;
}

#caution dl dd{
  font-size: 1rem;
}





/*--------------------------------------
 * archive
 * ---------------------------------------*/
#archive .container {
  width: 800px;
  margin: 5rem auto 1.5rem;
}

#archive .ohplink a i{
	    color: #e1ff00;
}


/*--------------------------------------
 * notice
 * ---------------------------------------*/
#notice .ttl {
  font-size: 1.5rem;
}
#notice2 .inner {
  color: #000;
}
#notice2 .container {
  padding-top: 3rem;
  padding-bottom: 5rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  background-color: rgba(255, 255, 255, 0.85);
}
#notice2 .cover {
  background: #ff9132;
  color: #fff;
  padding: 1rem;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 4rem;
  text-align: center;
}
#notice2 .cover span {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}
#notice2 .ohplink {
  text-align: center;
  padding-top: 2rem;
  font-weight: 800;
}
/*notice.html*/
#notice2 ul {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
#notice2 ul li {
  list-style: disc;
  list-style-position: inside;
  line-height: 1.6;
  margin-bottom: 0.25rem;
}
#notice2 .sub_ttl {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 800;
  margin-bottom: 1rem;
}
#notice2 .bold {
  font-weight: 800;
  background: #35308b;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 1rem;
}
#notice2 a {
  color: #ff9132;
}
#notice2 .ohplink a {
  font-size: 1.5rem;
}
#notice2 .btn-top a {
  text-align: center;
  margin-top: 3rem;
  display: block;
  font-size: 110%;
}
/*--------------------------------------
 * FOOTER
 * ---------------------------------------*/
.ticket_info {
  position: fixed;
  bottom: 15px;
  right: 10px;
  font-size: 77%;
  z-index: 11;
  width: 180px;
  height: auto;
}
.ticket_info a {
  display: block;
}
footer {
  position: relative;
 background: #e1ff00;
	color:#000;
  height: 80px;
  display: flex;
  align-items: center;
}
.footer_container {
  width: 1040px;
  margin: 0 auto 1rem;
  text-align: center;
}
.copyright {
  font-size: 0.85rem;
  letter-spacing: 0.15ex;
}
/*--------------------------------------
 * 調整用
 * ---------------------------------------*/
/*--  float  --*/
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.clearBoth {
  clear: both;
}
/*--  text-align  --*/
.ta_c {
  text-align: center;
  display: block;
}
.ta_l {
  text-align: left;
  display: block;
}
.ta_r {
  text-align: right;
  display: block;
}
/*--  text-weight  --*/
.bold {
  font-weight: 800;
}
/*--  margin-top  --*/
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
/*--  margin-right  --*/
.mr0 {
  margin-right: 0px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mr60 {
  margin-right: 60px;
}
/*--  margin-left  --*/
.ml0 {
  margin-left: 0px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
/*--  margin-bottom  --*/
.mb0 {
  margin-bottom: 0px !important;
}
.mb2r {
  margin-bottom: 2rem;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
/*--  padding-top  --*/
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
/*--  padding-right  --*/
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}
.pr60 {
  padding-right: 60px;
}
/*--  padding-left  --*/
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pl60 {
  padding-left: 60px;
}
/*--  padding-bottom  --*/
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
/*--  font-size  --*/
.fs_bl {
  font-size: 125%;
}
.fs_l {
  font-size: 115%;
}
.fs_m {
  font-size: 92%;
}
.fs_ms {
  font-size: 80%;
}
.fs_s {
  font-size: 50%;
}