@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
@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-Bold.woff') format('woff'), url('../font/DIN-Bold.woff') format('truetype');
  font-weight: 700;
  font-style: normal;
}


* {
  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 {
  -webkit-text-size-adjust: none;
  background: transparent;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.1rem;
  font-family: "my-font", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.08ex;
  word-break: break-all;
  position: relative;
  background: #f8da13;
  color: #000;
  font-weight: 700;
	background-color: #fff;
}

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;
}
img {
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
a {
  text-decoration: underline;
  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;
  color: inherit;
}
a:active, a:hover, a:focus {
  outline: none;
}
a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .9;
  color: #da5351;
}
a.link {
  text-decoration: underline;
  color: #09f;
}
table {
  border-collapse: collapse;
}
.pc-only {
  display: block;
}
.smp-only {
  display: none;
}
.br_pc {
  display: block;
}
.br_sp {
  display: none;
}
.br_sp_480 {
    display: none;
}
section {
  padding-bottom: 6rem;
}
section:first-child {
  margin-top: 3rem;
}
section {
  color: #000;
}
h3.heading {
  font-family: "cochin-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 5px;
  color: #fff;
  text-align: center;
  background: url("../images/common/h2_back.webp") no-repeat;
  background-size: 100% auto;
}
h4.heading {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-top: 2rem;
  font-weight: 700;
  padding: 2rem 0 2rem 2rem;
}
.heading2 {
  text-align: center;
  padding: 1rem 0 1rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 3rem;
}
.heading4 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 3rem;
}
.small {
  font-size: 75%;
}
.ttl {
  font-size: 1.4rem;
  font-weight: 700;
}
.txt_box {
  margin-top: 1rem;
}
.txt_box span {
  vertical-align: bottom;
}
.font {
  font-family: "title", Geneva, "sans-serif";
}

/*--------------------------------------
 * conents
 * ---------------------------------------*/
.container {
  max-width: 1200px;
  padding-right: 2rem;
  padding-left: 2rem;
  margin: 0 auto;
}
.container .head-in {
  width: 100%;
  padding-top: 3rem;
}
.container .co-in {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 3rem;
}
.contents {
  margin-top: 1.5rem;
}
.inner {
  padding-top: 3.5rem;
}
.inner-960 {
  max-width: 960px;
  margin: 3rem auto 0;
}
p {
  word-break: break-all;
  line-height: 1.6;
  font-weight: 700;
}

/*--------------------------------------
 * HEADER
 * ---------------------------------------*/
h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.logo {
  margin: 0 auto;
  text-align: center;
}
.logo img {
  width: 64%;
  margin: 0 auto;
}
#header {
  position: relative;
  height: 100%;
  z-index: 12;
  top: 0px;
  left: 0px;
  font-size: 1.2em;
  background: url("../images/common/mv_back.jpg") no-repeat;
  background-size: 100% auto;
}
#header .nav_container {
  margin: 0 auto;
  position: relative;
  padding: 1rem;
}
#header .nav_container a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 1.8rem;
  letter-spacing: 3px;
  line-height: 1.2;
  color: #fff;
  font-family: "cochin-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#header .nav_container a:hover {
  color: #ffe500;
}
#header .global-nav {
  width: 100%;
  z-index: 20;
  background: #da5351;
  margin: 0 auto;
  transition: .6s;
  color: #fff;
}
#header .container {
  width: 100%;
}
#header .top_ap {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
#header .top_ap img {
  width: 24%;
}
.fixed {
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  z-index: 1000;
}
.nav_wrapper {
  width: 100%;
}
.global-nav .nav_container {
  max-width: 1200px;
  margin: 0 auto;
}
.global-nav .nav_container > ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.global-nav .nav_container > ul li {}
.global-nav .nav_container > ul li:last-child {
  padding-right: 0;
}
.global-nav .nav_container > ul li.nav_sns {
  padding-right: 0;
}
.global-nav .nav_container > ul li.nav_sns .sns_lists {
  display: flex;
}
.contents .text .text-title a:link {
  border-bottom: 0px solid;
}
.global-nav .nav_container .sns_lists li {
  padding-right: 5px;
  padding-left: 5px;
}
.X_icon, .fb {
  width: 32px;
}
.trigger {
  background: #da5351;
  width: 55px;
  height: 55px;
  right: 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;
  top: -2px;
}
.menu-trigger {
  width: 35px;
  height: 35px;
  margin: 10px 10px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.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: 100%;
  opacity: 1;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  display: none;
}
.smp-nav-list img {
  max-height: 32px;
  width: auto;
  margin: 0 auto;
}
.smp-nav-list.active {
  display: flex;
  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;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@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 {
    text-align: center;
  }
  .smp-nav-list ul li {
    list-style-type: none;
    width: 100%;
  }
  .smp-nav-list ul li a {
    position: relative;
    line-height: 1.6;
    display: block;
    margin-bottom: 1.5rem;
    text-decoration: none;
    font-family: "cochin-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    color: #000;
    letter-spacing: 3px;
  }
  .smp-nav-list ul.fix_menu > li.nav_sns {
    max-width: 100%;
    margin-top: 2rem;
    font-size: 2rem;
  }
  .smp-nav-list ul .nav_sns li {
    display: inline-block;
    margin-right: 2rem;
  }
  .smp-nav-list ul .nav_sns li:last-child {
    margin-right: 0;
  }
  .smp-nav-list ul .nav_sns a:hover {}
/*--------------------------------------
 *intro
 * ---------------------------------------*/
#intro {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
  color: #fff;
  padding: 3rem 0 3rem;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}

#intro h2 {
	font-size: 1.2rem;
}

#intro .btn-link {
  font-size: 1.3rem;
  margin-top: 2rem;
}
#intro .btn-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #fff !important;
  border-radius: 0;
  border: none;
  max-width: 800px;
}
#intro .btn-link a:hover {
  background: #fff;
  color: #fff !important;
  opacity: 1;
  border: none;
}

/*
.mv_contents {
	width: 70%;
	margin: 0 auto;
}
*/


/*--------------------------------------
 *news
 * ---------------------------------------*/
#news .news-lists {
  margin-top: 2rem;
}
#news .news_lists li:first-child {
  margin-top: 0;
}
#news .news_lists li {
  padding-top: 2rem;
  padding-bottom: 2.6rem;
  display: flex;
  align-items: center;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, rgba(113, 140, 199, 1) 15%, rgba(239, 133, 125, 1) 50%, rgba(254, 211, 7, 1) 83%);
  border-image-slice: 1;
}
#news .news-data {
  letter-spacing: 0.02ex;
  vertical-align: top;
  margin-right: 1.8rem;
  font-size: 1.4rem;
}
#news .news-title {
  width: 80%;
  font-size: 1.3rem;
}
#news .news-title a {
  text-decoration: underline;
}
/*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: 80px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.archive_news .news_lists {
  margin-top: 1rem;
}
.close-btn, .btn_news-more {
  display: block;
  cursor: pointer;
  font-weight: bold;
  width: 100%;
  padding: 15px 0 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: right;
  
  background-size: auto;
}
.contents.news .btn_news-more .open {
  display: block;
}
p.open, p.close {
  
  line-height: 1;
  font-size: 1.5rem;
}
.close-btn {
  background: none;
}
.slide-up {
  padding-bottom: 0;
  overflow: hidden;
}
.slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}
.close-btn {
  padding: 10px;
  margin-bottom: 0;
}
/*--------------------------------------
 * about
 * ---------------------------------------*/
#about h4.heading {
  font-size: 2rem;
  font-family: "cochin-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
#about h4.heading span {
  font-size: 4rem;
}
#about .about_list dl {
  display: flex;
  width: 100%;
}
#about .about_list dl:last-child {
  margin-bottom: 0;
  border: none;
  background: none;
}
#about .about_list dl dt {
  width: 200px;
  font-size: 1.4rem;
  padding: 2rem 1.5rem 2rem 0;
}
#about .about_list dl dd {
  font-size: 1.4rem;
  padding: 2rem 1.5rem;
  width: 100%;
}
#about .ate {
  font-size: 85%;
  margin-top: 3rem;
}
#about .soldout {
  background: #FF0004;
  padding: 4px;
  font-size: 75%;
}
#about dl {
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, rgba(113, 140, 199, 1) 15%, rgba(239, 133, 125, 1) 50%, rgba(254, 211, 7, 1) 83%);
  border-image-slice: 1;
}

/*YouTube*/
.youtube {
  margin: 1rem 0 2rem;
}
.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: 80%;
}
.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%);
}
.ttl-youtube {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: bold;
  margin-top: .5rem;
}
#day11, #day12, #day13, #day14 {
  padding-top: 60px;
  margin-top: -60px;
}

/*--------------------------------------
 * lineup
 * ---------------------------------------*/
/*
#lineup h3.heading {
  font-size: 3rem;
}
#lineup h3.heading .small {
  font-size: 1.6rem;
  display: block;
}
*/

#lineup .lineup_list dl {
  display: flex;
  padding-bottom: 1rem;
  text-align: center;
}
#lineup .lineup_list dl:last-child {
  margin-bottom: 0;
  border: none;
  background: none;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, rgba(113, 140, 199, 1) 15%, rgba(239, 133, 125, 1) 50%, rgba(254, 211, 7, 1) 83%);
  border-image-slice: 1;
}
#lineup .lineup_list dl dt {
  width: 200px;
  font-size: 1.2rem;
  padding: 2rem 1.5rem 2rem 0;
}
#lineup .lineup_list dl dd {
  font-size: 1.6rem;
  padding: 2rem 1.5rem;
  width: 100%;
}

#lineup .lineup_list dl dd.text {
  font-size: 1.3rem;
	    font-family: "a-otf-ud-reimin-pr6n", sans-serif;
    font-weight: 700;
    font-style: normal;
	text-align: left;
}


#lineup .lineup_list dl dd.end {
  padding: 0 1.5rem 2rem;
}
#lineup .lineup_list dl dd .price {
  font-size: 1.6rem;
}

#lineup .lineup_con {
	padding-bottom: 2rem;
}
#lineup .lineup_con:last-of-type {
  border-bottom: none;
}
#lineup .heading2 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  letter-spacing: 0;
  gap: 5px;
  font-family: "cochin-lt-pro", sans-serif;
  font-weight: 800;
  font-style: normal;
}
#lineup .heading2 .head_data {
  width: 180px;
  font-size: 3.2rem;
  display: flex;
  align-items: baseline;
  font-weight: 400;
}
#lineup .heading2 .head_day {
  font-size: 4.6rem;
  width: 185px;
}
#lineup .heading2 .head_week {
  font-size: 3rem;
  font-weight: 400;
  width: 100px;
}
#lineup .heading2 .ff_design {
  font-family: "cochin-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  display: inline-block;
  transform: translateY(-4px);
}
#lineup .day4 {
  padding-top: 0;
  margin-top: 0;
}
#lineup .day_icon {
  background-color: #b70171;
  color: #fff;
  width: 87px;
  line-height: normal;
  height: 34px;
  font-size: 1.8rem;
  margin-left: 10px;
}
#lineup .lineup_copy {
  padding: 3rem 0 2rem;
  text-align: center;
}
#lineup .copy_artist {
  margin-top: -1rem;
  text-align: center;
  margin-bottom: 3rem;
}
#lineup .aPhoto {
	width: 805px;
	height: 679px;
	margin: 0 auto;
	background-image: url('../images/artist/a_phot_back.jpg');
	background-size: cover;
    background-position: center;
    position: relative;
}


#lineup .aPhoto img {
	max-width: 800px;  
    max-height: 674px; 
    object-fit: cover;
    position: absolute;
    top: -10px;
    left: -10px;
}

#lineup .txt_area {
  text-align: center;
  padding-bottom: .8rem;
  margin-top: 2rem;
  font-size: 1.2rem;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, rgba(113, 140, 199, 1) 15%, rgba(239, 133, 125, 1) 50%, rgba(254, 211, 7, 1) 83%);
  border-image-slice: 1;
}
#lineup .txt_area span {
  font-size: 1.4rem;
}
#lineup .txt_area_name {
  color: #ffe200;
}
#lineup .txt_area p:not(.copy_artist) {
  margin-top: 1rem;
}
#lineup .txt_area p.ate {
  font-size: 1rem;
  padding: 1rem 0 3rem;
}
#lineup .head_week {
  position: relative;
  overflow: visible; 
	
}

#lineup .soldout {
	color:#da5351;
  font-size: .8rem;
	position: absolute;
	display: block;
	top: 50%;
	right: -88%;
}



#lineup .gridbox ul.artist_list {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#lineup .gridbox ul.artist_list li {
  /*cursor: pointer;*/
  margin: 0 1% 1.5rem;
  text-align: center;
  width: 23%;
}
#lineup .gridbox ul.artist_list li.ar-big {
  margin: 0 1% 1.5rem;
  width: 30%;
}
#lineup .gridbox ul.artist_list2 {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#lineup .gridbox ul.artist_list2 li {
  cursor: pointer;
  margin: 0 0 1.5rem;
  text-align: center;
  width: 75%;
}
#lineup .ttl {
  text-align: center;
  font-size: 4rem;
  position: relative;
  letter-spacing: 5px;
  font-family: "a-otf-ud-reimin-pr6n", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.4;
  padding: .4em;
  margin-bottom: 10px;
}
#lineup .ttl span {
  font-size: 2.4rem;
  display: inline-block;
  line-height: 1.5;
  font-family: "cochin-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}
#lineup .ttl .f_nomal {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 900;
}
#lineup .ttl2 {
  text-align: center;
  margin-bottom: 15px 0 20px;
}
#lineup .gridbox ul.artist_list.grid02 li img {
  height: 450px;
  transition: .2s;
  width: auto;
}
#lineup .credit {
  font-size: 0.75rem;
  font-weight: normal;
  color: #cccccc;
  line-height: 1.2;
  margin-top: 0.5rem;
  text-align: center;
}
#lineup a:hover {
  color: inherit;
}
#lineup .ate {
  margin-top: 2rem;
  text-align: center;
}
#lineup .few {
  text-align: center;
  padding: 10px 20px;
  background-color: #b70171;
  width: 180px;
  margin: 0 auto 2rem;
  font-size: .8rem;
  border-radius: 30px;
  line-height: 1.4;
}
#lineup .few_out {
  text-align: center;
  padding: 10px 20px;
  background-color: #b70171;
  width: 180px;
  margin: 0 auto 2rem;
  font-size: .8rem;
  border-radius: 30px;
  line-height: 1;
  color: #ffe200;
}
#lineup .lineup_news {
  font-size: 1.1rem;
  margin-bottom: 4rem;
  margin-top: 2rem !important;
}
#lineup .lineup_news span {
  font-size: .9rem;
}
/*modal*/
#lineup ul .name {
  margin-top: 15px;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}

#lineup h5 {
	font-weight: bold;
	margin-bottom: .8rem;
}

#lineup .lineup_list .live dd {
	border: 1px solid #aaa;
	border-radius: 10px;
	margin-bottom: 2rem;
}

#lineup .live p{
	font-size: 1.3rem;
	margin: .5rem 0;
}

#lineup .live a{
	font-size: 1.2rem;
	margin: .5rem 0;
}

#lineup .youtube {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#lineup .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#lineup #day12 .event {
	font-size: 1rem;
	font-weight: 500;
}

#lineup #day12 .event span {
	margin-top: 1rem;
	display: block;
	font-size: .9rem;
	text-align: left;
}





@media screen and (max-width: 1024px) {
  #lineup ul.grid04 {
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
  }
}
.profile_modal_open {
  cursor: pointer;
}
.profile_image:hover .profile_image_mask {
  opacity: 1;
}
/* ------profile_modal css------ */
.profile_modal_wrapper {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: none;
  opacity: 0;
  z-index: -1;
}
.profile_modal_window {
  width: 80vw;
  max-width: 1000px;
  max-height: 80vh;
  margin: auto;
  padding: 15px;
  background: #fff;
  z-index: 1;
}
.profile_modal_content {
  margin: 2rem auto;
  width: 80%;
  height: 80%;
}
.profile_modal_content h2.pro_name {
  font-size: 1.7rem;
  color: #fff;
}
.profile_modal_content .pro_img {
  display: inline-block;
  float: left;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.profile_modal_content .pro_img img {
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}
.profile_modal_content .pro_text {
  margin-top: 2rem;
  color: #fff;
}
/*吹き出し*/
.pro_comment {
  position: relative;
  display: inline-block;
  padding: 1.5rem;
  background: #e1ebf2;
  margin-top: 3rem;
}
.pro_comment:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e1ebf2;
}
.profile_modal_mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.profile_modal_close {
  z-index: 300;
  position: absolute;
  top: 0;
  right: 10px;
  color: #808080;
  font-size: 1.5rem;
  cursor: pointer;
}
.profile_modal_close:hover {
  color: #fff;
  transition: all .5s;
}
html.is_open, body.is_open {
  overflow: hidden;
}
.profile_modal_wrapper.is_open {
  animation: profile_modal_wrapper_open .5s ease forwards;
}
.profile_modal_wrapper.is_open .profile_modal_window {
  animation: profile_modal_window_open .5s ease forwards;
}
.profile_modal_wrapper.is_close {
  animation: profile_modal_wrapper_close .5s ease forwards;
}
.profile_modal_wrapper.is_close .profile_modal_window {
  animation: profile_modal_window_close .5s ease forwards;
}
@keyframes profile_modal_wrapper_open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 300;
  }
}
@keyframes profile_modal_window_open {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes profile_modal_wrapper_close {
  0% {
    z-index: 300;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes profile_modal_window_close {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
    opacity: 0;
  }
}
/*--------------------------------------
 * ticket
 * ---------------------------------------*/
#ticket .ticket_list dl {
  display: flex;
  width: 100%;
}
#ticket .ticket_list dl:last-child {
  margin-bottom: 0;
  border: none;
}
#ticket .ticket_list dl dt {
  color: #fad500;
  width: 200px;
  font-size: 1.2rem;
  border-right: 1px solid #fad500;
  padding: 2rem 1.5rem;
}
#ticket .ticket_list dl dd {
  font-size: 1.2rem;
  padding: 2rem 1.5rem;
  width: 100%;
}
#ticket .ticket_list dl dt.end, #ticket .ticket_list dl dd.end {
  border-bottom: 1px solid #fad500;
}
#ticket .ttl {
  text-align: center;
}
#ticket .sub_ttl {
  text-align: center;
}
#ticket .ate {
  text-align: center;
  margin-top: 1.5rem;
}
#ticket .soldout {
  color: #fff;
  background: #FF0004;
  padding: 4px;
  font-size: 75%;
}

#ticket .fin {
  font-size: 1rem;
	text-align: center;
}

#ticket .btn-link {
  font-size: 1.5rem;
  margin-top: 1rem;
  text-align: center;
}
#ticket .btn-link a {
  background: none;
  color: #fff !important;
  padding: 20px 10px;
  text-decoration: none;
  text-align: center;
  display: block;
  border: 1px solid #fff;
  width: 60%;
  line-height: 1.4;
  letter-spacing: 0.02ex;
  font-weight: 700;
  margin: 0 auto;
}
#ticket .btn-link a:hover {
  background: #fff;
  color: #fff !important;
  opacity: 1;
  border: #fff 1px solid;
}
#ticket .btn-link a.bg {
  background: #da5351;
  color: #fff !important;
  border: 1px solid #da5351;
  border-radius: 15px;
}
#ticket .btn-link a.bg:hover {
  background: #fff;
  color: #da5351 !important;
  border: #da5351 1px solid;
}
#ticket .ticket_label {
  font-size: 1rem;
}
#ticket .f_yellow {
  color: #ffe200;
}

#ticket .local {
  text-align:center;
	margin-bottom: 5rem;
}

#ticket .local li {
  margin-top: 1.8rem;
}

#ticket .local li .day{
  font-size: 1.2rem;
}

#ticket .local li .ate{
  font-size: .8rem;
	line-height: 1.8;
	display: block;
	margin-top: .8rem;
	text-align: center;
}

/*--------------------------------------
 * access
 * ---------------------------------------*/
#access {
  text-align: center;
}
#access .about_list dl {
  display: flex;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, rgba(113, 140, 199, 1) 15%, rgba(239, 133, 125, 1) 50%, rgba(254, 211, 7, 1) 83%);
  border-image-slice: 1;
}
#access .about_list dl:last-child {
  margin-bottom: 0;
  border: none;
  background: none;
}
#access .about_list dl dt {
  width: 200px;
  font-size: 1.4rem;
  padding: 2rem 1.5rem 2rem 0;
  text-align: start;
}
#access .about_list dl dd {
  font-size: 1.4rem;
  padding: 2rem 1.5rem;
  width: 100%;
  text-align: start;
}
#access .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 350px;
  position: relative;
  margin-top: 3rem;
}
#access .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#access .map.container {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
#access .map.container.line-0 {
  border: none;
}
#access .ttl {
  margin-bottom: 0.5rem;
  color: #fff;
}
#access .sub_ttl {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #e8ff3d;
}
#access .sub_ttl i {
  padding-right: 1rem;
}
#access .text_box {
  margin-bottom: 1rem;
}
/*--------------------------------------
 * notice
 * ---------------------------------------*/
#notice .notice_list {
  list-style: disc;
  list-style-position: inside;
  margin-top: 2rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
#notice .notice_list li {
  margin-top: 0.5rem;
}
#notice .notice_list li:first-of-type {
  margin-top: 0;
}
#notice .ttl {
  line-height: 1.8;
  font-size: 1.6rem;
}
#notice .sub_ttl {
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.8;
}
#notice .detail.txt_all {
  margin-top: 1rem;
  text-align: left;
  color: #333333;
  letter-spacing: 0.1em;
  font-size: 0.95rem;
}
/*--------------------------------------
 * footer
 * ---------------------------------------*/
.foot_sns {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.5rem;
}
.sns_footer {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.sns_footer a {
  margin: 0 1rem;
}
.pagetop {
  position: fixed;
  z-index: 8;
  right: 15px;
  bottom: 15px;
  transition: 0.3s transform;
  -webkit-transition: 0.3s transform;
  display: none;
}
.pagetop img {
  max-width: 140px;
  height: auto;
  vertical-align: sub;
  transition: .2s;
}

.credit {
  margin: 0 auto;
  max-width: 780px;
  padding: 0 .6rem;
}
.credit_container {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 0 1.25rem;
  color: #000;
}
.credit_container p img {
  width: 30%;
  margin: 0 auto;
  padding: 1rem 0 2rem;
}
.credit_list {
  margin-top: 2rem;
  margin-left: 20px;
}
.credit_list dl {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.credit dl {
  padding: 0;
  align-items: center;
}
.credit dl dt {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.credit dl dd {
  margin: 0 0 15px;
  display: inline-block;
  padding-left: 7%;
}
.credit dl dd img {
  width: 180px;
  height: 50px;
  object-fit: contain;
}
.credit dl dd img.ss {
  width: 100px;
  height: 50px;
  object-fit: contain;
}
.credit dl dd img.sb {
  height: 70px;
  object-fit: contain;
}
.credit .link_u_none {
  text-decoration: none;
}
.credit .link_u_none:hover {
  opacity: .8;
  color: #fff;
}
.credit_container .sns {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
}
.credit_container .sns li {
  display: inline-block;
  margin: 0 0.5rem;
}
.credit_container .sns li a {
  display: inline-block;
  color: #ffffff;
}
.btn-foot {
  margin-top: 3rem;
}
.btn-foot a {
  text-decoration: none;
  margin-right: 2rem;
  color: #da5351;
}
.btn-foot a:hover {
  color: #000;
}

/*--------------------------------------
 * footer
 * ---------------------------------------*/
footer {
  color: #fff;
  width: 100%;
  text-align: center;
  background: url("../images/common/footer.jpg") center/cover no-repeat;
  padding: 3% 0;
  box-sizing: border-box;
}
.copyright {
  font-size: 1rem;
  letter-spacing: 2px;
}

/*--------------------------------------
 * 調整用
 * ---------------------------------------*/
/*--  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 !important;
  display: block;
}
.ta_l {
  text-align: left !important;
  display: block;
}
.ta_r {
  text-align: right !important;
  display: block;
}
/*--  text-weight  --*/
.bold {
  font-weight: bold;
}
/*--  text-color  --*/
.red {
  color: red;
}
/*--  margin-top  --*/
.mt0 {
  margin-top: 0;
}
.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: 0;
}
.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: 0;
}
.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: 0;
}
.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: 140%;
}
.fs_it {
  font-style: italic;
}
.fs_l {
  font-size: 115% !important;
}
.fs_m {
  font-size: 92% !important;
}
.fs_ms {
  font-size: 70% !important;
}
.fs_s {
  font-size: 50% !important;
}