@charset "utf-8";
/* nomal */
@font-face {
  font-family: "my-font";
  src: url('../font/DIN-Light.woff') format('woff'), url('../font/DIN-Light.woff') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "my-font";
  src: url('../font/DIN-Medium.woff') format('woff'), url('../font/DIN-Medium.woff') format('truetype');
  font-weight: 700;
  font-style: normal;
}
/* bold */
@font-face {
  font-family: "my-font";
  src: url('../font/DIN-Bold.woff') format('woff'), url('../font/DIN-Bold.woff') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "ex-font";
  src: url('f../font/Rodin.woff') format('woff'), url('../font/Rodin.woff') format('truetype');
}
* {
  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: "my-font", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
  font-weight: 700;
  background: #4644a9;
  color: #ffffff;
  position: relative;
  word-wrap: break-all;
  letter-spacing: 0.08ex;
  font-weight: 900;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@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 {
  text-decoration: underline;
  color: #e687ff;
  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;
}
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;
}
.fc_pink {
  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: 15px auto 40px;
}
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 {
  font-size: 1.2rem;
  text-align: left;
}
.btn-link a {
  background: none;
  color: #e687ff !important;
  padding: 11px 20px;
  border-radius: 42px;
  text-decoration: none;
  text-align: center;
  display: block;
  border: 5px solid #ffffff;
  width: 70%;
  line-height: 1.4;
  letter-spacing: 0.02ex;
  background: #ffffff;
}
.btn-link a:hover {
  background: none;
  color: #e687ff !important;
  opacity: 1;
  border: #e687ff 5px solid;
}
/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/
.wrapper, .nav_wrapper {
  position: relative;
  transition: left .25s ease-in-out;
  left: 0;
}
.container {
  width: 1040px;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.inner {
  /* margin-top: 1rem; */
  padding-bottom: 3rem;
}
.box {
  margin-top: 1rem;
}
.container.flexbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 2rem 1fr;
  grid-template-columns: 200px 1fr;
  gap: 1rem;
}
.container.flexbox .ttl_icon {
  display: flex;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.5) 66%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.5) 66%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.5) 66%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0); /* IE6-9 */
  justify-content: center;
  margin-right: 1rem;
}
.container.flexbox .ttl_icon img {
  height: 110px;
  width: auto;
  margin-top: 1rem;
}
h2.heading {
  font-size: 2rem;
  letter-spacing: 0.3ex;
  font-weight: 700;
  position: relative;
  line-height: 1.4;
}
h3.heading {
  background: #e687ff;
  color: #ffffff;
  padding: 7px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 3px;
  margin-top: 3rem;
  text-align: center;
  margin-bottom: 1rem;
	line-height: 1.4;
}
h3.heading.border {
  background: none;
  color: #e687ff;
  border: 3px solid #e687ff;
}
.ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  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;
  color: #e687ff;
}
.sub_ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.sub_ttl .small {
  font-size: 90%;
}
.purple {
  color: #e687ff;
}
p {
  word-break: break-all;
  line-height: 1.6;
}
.smp-only {
  display: none !important;
}
.br_pc {
  display: block;
}
.br_sp {
  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: 600;
  color: #101d0c;
}
#header .nav_container {
  margin: 0 auto;
  position: relative;
  width: 900px;
}
#header .nav_container img {
  height: 55px;
  width: auto;
}
#header .nav_container a {
  position: relative;
  display: block;
  text-decoration: none;
}
#header .global-nav {
  width: 100%;
  z-index: 20;
  background: #ffffff;
  margin: 0 auto;
  transition: .6s;
}
.fixed {
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  z-index: 1000;
}
.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: #e687ff;
  width: 55px;
  height: 55px;
  left: 0px;
  top: 0;
  position: fixed;
  z-index: 30;
}
.menu-trigger {
  position: fixed;
  z-index: 15;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  left: -1px;
  top: -2px;
}
.menu-trigger {
  width: 35px;
  height: 35px;
  margin: 10px 10px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}
.menu-trigger span:nth-of-type(1) {
  top: 8px;
}
.menu-trigger span:nth-of-type(2) {
  top: 17px;
}
.menu-trigger span:nth-of-type(3) {
  top: 26px;
}
.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: 9px;
}
.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: 25px;
}
.smp-nav-list {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease-in-out;
  display: none;
  overflow: scroll;
}
.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 {
  margin: 2rem;
  padding: 20px 0;
}
.smp-nav-list ul li {
  list-style-type: none;
  /* border-bottom: #fff solid 1px; */
}
.smp-nav-list ul li a {
  font-size: 1.2rem;
  letter-spacing: 0.3ex;
  font-weight: 600;
  position: relative;
  line-height: 1.6;
  display: block;
  margin-bottom: 2rem;
  text-decoration: 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 .link_notice {
  background: #e687ff;
}
#top_notice .link_notice a {
  color: #ffffff;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#top_notice .link_notice_lists{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	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;
	color: #ffffff;
	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{
	color: #ffffff;
}
#top_notice .fa{
	font-size: 70%;
}
/*--------------------------------------
 * bnr
 * ---------------------------------------*/
#bnr .bnr_box {
  max-width: 1040px;
  margin: 0 auto;
}
#bnr .bnr_box a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 2rem;
  border-radius: 90px;
  border: 7px double #ffffff;
  color: #ffffff;
  transition: .2s;
}
#bnr .bnr_box a:hover {
  color: #e687ff;
  border: 7px double #e687ff;
  opacity: 1;
}
/*--------------------------------------
 *youtube
 * ---------------------------------------*/
#youtube .container{
	padding: 0 0 3rem;
}
#youtube .inner{
	padding: 0;
}
/*--------------------------------------
 *present
 * ---------------------------------------*/

#present .inner {
  border: 4px solid #e687ff;
  /* background: #ffffff; */
  position: relative;
  padding: 2rem;
  z-index: 10;
  width: 83%;
  margin: 0 auto;
  border-radius: 10px;
}

#present h3.ttl{
  text-align:
  center;
  font-size: 1.5rem ;
}
#present .inner .contents{
	z-index: 1;
	/* color: #4644a9; */
	text-align: center;
}
#present img{
   width: 80%;
   margin: 3rem auto 0;
}
/*--------------------------------------
 *news
 * ---------------------------------------*/
#news .news-data {
  letter-spacing: 0.02ex;
  vertical-align: top;
  color: #e687ff;
  font-size: 1.6rem;
}
#news .news-title {
  display: inline-block;
  width: 100%;
}
#news .news-title a {
  color: #ffffff;
  transition: .2s;
}
#news .news-title :hover {
  color: #e687ff;
  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 アーカイブ*/
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slide-down {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.archive_news {
  height: 60px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.archive_news .news_lists {
  margin-top: 1rem;
}
.close-btn, .btn_news-more {
  display: block;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  width: 100%;
  padding: 16px 0 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #4644a9;
  text-align: left;
}
.contents.news .btn_news-more .open {
  display: block;
}
p.open, p.close {
  color: #e687ff;
}
.close-btn {
  background: none;
}
.slide-up {
  padding-bottom: 0;
  overflow: hidden;
}
.slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}
.close-btn {
  padding: 20px 0 0;
  margin-bottom: 0;
}
.andmore {
  margin-top: 1rem;
}
.andmore img {
  width: 200px;
  float: right;
}
/*--------------------------------------
 * about
 * ---------------------------------------*/
#about dl.table {
  display: flex;
  flex-wrap: wrap;
  transition: .2s;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
#about dl.table:first-child {
  padding-top: 0;
}
#about dl.table:last-child {
  border-bottom: none;
}
#about dl.table dt {
  font-weight: 600;
  width: 25%;
  align-items: center;
  padding-right: 2rem;
  border-right: 4px solid #e687ff;
  font-size: 1.5rem;
  color: #e687ff;
}
#about dl.table dd {
  line-height: 1.6;
  width: 75%;
  padding-left: 2rem;
}

#about .tour .ttl {
  margin-bottom: 0 !important;
}
#about .tour dl dt {
  width: 120px;
  text-align-last: justify;
  font-family: "ex-font", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
  position: relative;
}

#about .tour dl dt .soldout {
  position: absolute;
  background: #eb195d;
  padding: 5px 10px;
  border-radius: 6px;
  top: 50px;
  display: block;
  line-height: 1.25;
  font-size: 1.1rem;
  letter-spacing: 0;
  transform: rotate(-10deg);
  z-index: 1;
  transition: .2s;
  left: -3%;
  transition: .2s;
  color: #ffffff;
	font-family: "my-font", "游ゴシック", "Yu Gothic", sans-serif;
}
#about .tour dd {
  font-size: 1rem;
}
#about .band {
  line-height: 1.4;
  margin-top: 2rem;
}
#about .band .ttl {
  margin-bottom: 0.5rem;
  font-size: 1.5rem !important;
}
#about .credit {
  line-height: 1.4;
  font-size: 1rem;
  margin-top: 2rem;
}
#about .ttl {
  font-size: 1.8rem;
  line-height: 1.4;
}
#about .ttl .small {
  font-size: 80%;
  margin: 0 3px;
}
/*--------------------------------------
 * ticket
 * ---------------------------------------*/
#ticket h3.heading{
	margin-bottom: 2rem;
	font-size: 1.6rem;
}
#ticket .ttl{
	font-size: 1.5rem;
}
#ticket .ticket_lists {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
#ticket .ticket_lists.left{
	justify-content: space-evenly;
}
#ticket .ticket_lists:first-of-type {
  margin-top: 0;
}
#ticket .ticket_lists li {
  width: 32%;
  text-align: center;
  border: 4px solid #e687ff;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
  border-radius: 15px;
  justify-content: center;
  position: relative;
}
#ticket .ticket_lists li .soldout {
  position: absolute;
  background: #eb195d;
  padding: 5px 10px;
  border-radius: 6px;
  bottom: -15px;
  display: block;
  line-height: 1.25;
  font-size: 1.1rem;
  letter-spacing: 0;
  transform: rotate(-3deg);
  z-index: 1;
  transition: .2s;
  right: 2%;
  left: 2%;
  transition: .2s;
}
#ticket .ticket_lists li .soldout .small {
  font-size: 80%;
  display: block;
}
#ticket .ticket_lists li a {
  text-decoration: none;
}
#ticket .ticket_lists li .t_ttl {
  color: #e687ff;
  font-family: "my-font", "ex-font", "游ゴシック体", YuGothic, sans-serif;
  width: 100%;
  font-size: 1.8rem;
}
#ticket .ticket_lists li .text {
  color: #ffffff;
  width: 100%;
  line-height: 1.4;
}
#ticket .ticket_lists li .price {
  color: #ffffff;
  width: 100%;
  font-size: 2rem;
}
#ticket .ticket_lists li.hide {
  border: 4px solid #aaaaaa;
  color: #aaaaaa !important;
}
#ticket .ticket_lists li.hide .t_ttl {
  color: #aaaaaa !important;
}
#ticket .ticket_lists li.hide .text {
  color: #aaaaaa !important;
}
#ticket .ticket_lists li.hide .price {
  color: #aaaaaa !important;
}
#ticket dl {
  margin-top: 1rem;
}
#ticket dl dt {
  font-size: 1.5rem;
}
#ticket .btn-link a {
  margin: 1rem auto 0;
  font-family: "my-font", "ex-font", "游ゴシック体", YuGothic, sans-serif;
  font-size: 1.3rem;
}
#ticket .credit {
  line-height: 1.8;
  font-size: 0.95rem;
  margin-top: 2rem;
}
#ticket .heading .small {
  font-size: 80%;
}
#ticket .ttl .small {
  font-size: 80%;
  margin: 0 3px;
}
/*--------------------------------------
 * goods
 * ---------------------------------------*/
/*#goods h3.heading{
	margin: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: 3rem;
}

#goods .goods_lists li.w100{
	width: 100%;
}
#goods h4 {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 600;
  color: #e687ff;
  text-align: center;
}
#goods .goods_list .lead {
  margin-top: 2rem;
}
#goods .goods_list .sub_ttl {
  font-weight: bold;
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 1.4;
}
#goods .goods_list a {
  color: #e687ff;
}
#goods .goods_list .thum {
  margin: 0 0 2rem;
}
#goods .goods_list .thum img {
  width: 100%;
}
#goods .goods_list .detail {
  margin-top: 2rem;
	font-size: 1.1rem;
	line-height: 1.4;
}
#goods .goods_list .detail .price{
  margin-top: 1rem;
  font-size: 0.95rem;
}
#goods .goods_list .btn-link a {
  margin: 3rem auto 0;
}
#goods .goods_list .thum img {
  height: auto;
  width: 100%;
  margin: 0 auto;
}
/*--------------------------------------
 * release
 * ---------------------------------------*/
#release .release_list .ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1rem;
}
#release .release_lists {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  margin-top: 2rem;
}
#release .release_lists li {
  width: 30%;
}
#release .release_list .release_text {
  line-height: 2;
}
#release h4 {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 600;
  color: #e687ff;
  margin-top: 1rem;
  text-align: center;
}
#release .lead {
  margin-top: 2rem;
}
#release .release_list .sub_ttl {
  font-weight: bold;
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 1.4;
}
#release .release_list a {
  color: #e687ff;
}
#release .release_list .release_text .release_price {
  font-size: 95%;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
#release .release_list .thum {
  margin: 0 0 2rem;
  height: 330px;
}
#release .release_list .thum img {
  width: 100%;
}
#release .release_list .detail {
  margin-top: 2rem;
  line-height: 1.4;
  font-size: 0.95rem;
  letter-spacing: 0.02ex;
}
#release .btn-link a {
  margin: 3rem auto 0;
}
/*  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;
}
/*  footer  */
.ohplink {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  text-align: left;
}
.ohplink:first-child {
  margin-top: 0;
}
.ohplink a {
  color: #ffffff;
  text-decoration: none;
}
.ohplink a:first-letter {
  color: #e687ff !important;
}
.ohplink2 {
  text-align: center;
  background: #ffffff;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}
.ohplink2 a {
  text-decoration: none;
  color: #4644a9;
  font-size: 1.5rem;
}
/*--------------------------------------
 * notice
 * ---------------------------------------*/
#notice .ttl {
  font-size: 1.5rem;
}
#notice2 .cover {
  background: #e687ff;
  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: bold;
}
/*notice.html*/
#notice2 .container {
  text-align: left;
  padding-top: 0;
}
#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: bold;
  margin-bottom: 1rem;
}
#notice2 .bold {
  font-weight: bold;
  background: #35308b;
  color: #ffffff;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 1rem;
}
#notice2 a {
  color: #e687ff;
}
#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: 30;
  width: 130px;
  height: auto;
}
.ticket_info a {
  display: block;
}
footer {
  position: relative;
  background: #e687ff;
  color: #ffffff;
  height: 90px;
  display: flex;
  align-items: center;
}
.footer_container {
  width: 1040px;
  margin: 0 auto;
  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: bold;
}
/*--  text-color  --*/
.red {
  color: red;
}
/*--  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%;
}
.w100 {}