@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Viga&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 {
  -webkit-text-size-adjust: none;
  background: transparent;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.1rem;
  font-family: "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', 'Viga', sans-serif;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 0.1ex;
  word-break: break-all;
  position: relative;
  background: #000;
/*
  background: -moz-linear-gradient(86deg, rgba(93, 190, 254, 1) 30%, rgba(175, 231, 122, 1) 70%);
  background: -webkit-linear-gradient(86deg, rgba(93, 190, 254, 1) 30%, rgba(175, 231, 122, 1) 70%);
  background: linear-gradient(86deg, rgba(93, 190, 254, 1) 30%, rgba(175, 231, 122, 1) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5dbefe", endColorstr="#afe77a", GradientType=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;
}
img {
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
a {
  text-decoration: underline;
  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;
}
a:active, a:hover, a:focus {
  outline: none;
}
a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .7;
}
a.link {
  text-decoration: underline;
  color: #ea0061;
}
table {
  border-collapse: collapse;
}
.smp_only {
  display: none;
}
.br_pc {
  display: block;
}
.br_sp {
  display: none;
}

.br_sp_min {
	display: none;
}

.mv_smp {
  display: none;
}
section {
  padding-bottom: 6rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
section:first-child {
  margin-top: 3rem;
}


h2.heading {
  font-size: 6rem;
  line-height: 1.2;
  transition: .5s;
  font-family: 'Viga', sans-serif;
  color: #000;
/*  -webkit-text-stroke: 2px #000000;*/
}

h2.bg_black {
	color: #fff;
}

h2.heading:first-letter {
  color: #ea0061;
}
h3.heading {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.4;
  padding-left: 0.5rem;
}
h4.ttl {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
/* h2 effect*/
.smooth {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  transition: 0.7s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  line-height: 1;
}
.smooth.is-animated {
  clip-path: inset(0);
}
.mask_wrap {
  display: table;
  overflow: hidden;
}
.mask-wrap .mask {
  display: table;
  position: relative;
  margin-bottom: .25em;
  left: 0;
  overflow: hidden;
  border-radius: 5px;
  border: 2px solid;
}
.mask-wrap .mask-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.btn {
  max-width: 86%;
  margin: 2rem auto;
  font-size: 1.3rem;
}
.btn.w300 {
  max-width: 300px;
  font-size: 1.1rem;
}
.btn a {
  display: block;
  padding: 0.75rem;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #ea0061 0%, #ea0061 50%, #FFD700 50%, #FFD700 100%);
  transition: background-position ease 0.4s;
  text-align: center;
  text-decoration: none !important;
  font-weight: bold;
  border: 2px solid #000000;
  color: #000000;
  border-radius: 50px;
}
.btn a:hover {
  opacity: 1;
  background-position: 0 0;
  color: #ffffff;
}
.btn.bann {
  max-width: 1000px;
  text-align: center;
}
.btn.bann a {
  background-image: linear-gradient(to right, #ea0061 0%, #ea0061 50%, #ff0d2f 50%, #ff0d2f 100%);
  color: #fff;
}
.yokoari-icn {
  text-align: center;
  margin-top: 2rem;
}
.yokoari-icn img {
  width: 100px;
}
/*--------------------------------------
 * CONTENTS
 * ---------------------------------------*/
#bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.wrapper {
  overflow: hidden;
}
.container {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding: 4rem;
/*  border: 2px solid;*/
/*  background: #fff;*/
}

#news .container , #about .container , #ticket .container , #areamap .container , #food .container {
	background-color: #fff;
}

.container.pt {
  padding-top: 2rem;
}
.contents {
  margin-top: 1.5rem;
}
.inner {
  margin-top: 2rem;
}
.inner-960 {
  max-width: 960px;
  margin: 3rem auto 0;
}
.line {
  border-bottom: 1px solid #FFD700;
  background: none;
  margin-top: 3rem;
}
p {
  word-break: break-all;
  font-family: "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', 'Viga', sans-serif;
  line-height: 1.6;
  font-weight: bold;
}




/*--------------------------------------
 * mainvisual
 * ---------------------------------------*/
/*slider*/
.mv {
  position: relative;
  background: #000000;
}
.mv .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.mv_container div {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: 100vh;
  margin: 0;
}
.mv_container .slick-dots {
  bottom: 4%;
  z-index: +1;
}
.mv_container:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
/*下層ページ*/
.mv_heading {
  background: #ffffff;
}
header h1.logo_s {
  margin: 0 auto;
  z-index: 10;
}
header h1.logo_s img {
  height: 40px;
  z-index: 10;
  vertical-align: middle;
  width: auto;
}
.mv_contents {
  display: flex;
  align-items: center;
  height: 60px;
}
/*--------------------------------------
 * HEADER
 * ---------------------------------------*/
header h1.logo {
  text-align: center;
  width: 100%;
  z-index: 10;
}
header h1.logo img {
  width: auto;
  z-index: 10;
  height: auto;
  transition: .7s;
  max-width: 90%;
}
@media screen and (max-width: 900px) {
  header h1.logo img {}
}
.trigger {
  background: #FFD700;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 30;
/*  border: 2px solid;*/
}
.menu-trigger {
  position: fixed;
  z-index: 15;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  width: 36px;
  height: 36px;
  margin: 9px 10px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  top: 0;
}
.menu-trigger span:nth-of-type(1) {
  top: 7px;
}
.menu-trigger span:nth-of-type(2) {
  top: 18px;
}
.menu-trigger span:nth-of-type(3) {
  top: 29px;
}
.menu-trigger.active {
  height: 45px;
}
.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: 10px;
}
.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: 26px;
}
.smp-nav-list {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 30%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  transition: all 0.3s ease-in-out;
  display: none;
  font-family: 'Viga', sans-serif;
}
.smp-nav-list.active {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  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;
  z-index: 20;
  overflow: scroll;
}
.smp-nav-list.active ul {
  width: 100%;
  padding: 3rem 0;
}
@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 li {
  list-style-type: none;
  width: 100%;
}
.smp-nav-list ul li a {
    font-size: 1.5rem;
    position: relative;
    line-height: 2;
    display: block;
    text-align: left;
    text-decoration: none;
    color: #FFFFFF;
    background: #000000;
    letter-spacing: 0.15ex;
    padding-left: 7rem;
}
.smp-nav-list ul li a::first-letter {
  color: #ea0061;
}
.smp-nav-list ul li a:hover {
  color: #000000;
  background: #ffffff;
  opacity: 1;
}
.smp-nav-list ul li a.disabled, .smp-nav-list ul li a.disabled::first-letter {
  pointer-events: none;
  color: #949494 !important;
}
/*--------------------------------------
 * SNS
 * ---------------------------------------*/
.top-sns {
  text-align: right;
  font-weight: normal;
  margin-top: 1rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.top-sns li {
  display: inline-block;
  margin-right: 1rem;
  color:#fff;
}
.top-sns a {
  font-size: 2.5rem;
  transition: .2s;
}
.top-sns a:hover {
  opacity: 1;
  color: #FFD700;
}
.top-sns.second {
  background: none;
}
.top-sns.second a {
  color: #ffffff;
  font-size: 2rem;
  transition: .2s;
}
.top-sns.second a:hover {
  opacity: 1;
  color: #ff4343;
}

.top-sns .xIcon {
	width: 35px;
    height: 35px;
    border-radius: 9px;
    background: #000 url(../images/common/x_icon.png) center center /26px no-repeat;
    border: 2px solid #fff;
}

.top-sns .xIcon:hover {
	background: #FFD700 url(../images/common/x_icon.png) center center /26px no-repeat;
	transition: 0.2s ease-in-out;
	border: 2px solid #FFD700;
}

/*--------------------------------------
 * #blog
 * ---------------------------------------*/
#blog.bg-BK {
  padding-bottom: 0;
	
}
#blog .container {
    padding-top: 1rem;
    border: none;
    padding: 0;
	background: #000;
}
#blog .thum-lists {
	
  width: 100%;
  transition: .2s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;

}
#blog .thum-lists li {
  width: -webkit-calc((90% - 80px)/ 2);
  width: calc((90% - 80px)/ 2);
  margin-right: 20px;
  margin-left: 20px;
  background: #ffffff;
  text-align: center;
}
#blog .thum-lists li a:hover {
  opacity: 1;
}
/*--------------------------------------
 *attention
 * ---------------------------------------*/
#attention{
	padding-bottom: 3rem;
}
#attention .container{
	padding-top: 3rem;
	line-height: 1.6;
	margin-top: 2rem;
}
#attention .lead{
	font-size: 1.5rem;
	margin-bottom: 1rem;;
	font-weight: bold;
	line-height: 1.4;
}

#attention .lead_ttl {
	font-weight: bold;
	margin-bottom: 2rem;
	font-size: 1.6rem;
}

#attention .lead_sec {
	margin-top: 2rem;
}


/*--------------------------------------
 *news
 * ---------------------------------------*/
/*
#news {
  margin-top: 3rem;
	margin-bottom: 0 ;
	padding-bottom: 1rem;
}
*/

#news .container {
	position: relative;
}

#news .yokoarikun_look {
	width: 48px;
	position: absolute;
	left: -6px;
	top:20px;
}

#news .news-data {
  background: #FFD700;
  vertical-align: top;
  text-align: center;
  border-radius: 39px;
  margin-right: 5%;
  padding: 5px 10px;
  font-family: 'viga', sans-serif;
  font-weight: 600;
  height: 100%;
  border: 2px solid #000000;
  color: #000000;
  font-size: 110%;
  width: 170px;
}
#news .news-title {
  width: 100%;
  font-weight: 700;
  font-size: 105%;
  line-height: 1.4;
}
#news .news-title a {
  margin-bottom: 0.5rem;
  display: block;
  text-decoration: underline;
}
#news .news-title a:hover {
  color: #ea0061;
  opacity: 1;
  text-decoration: underline;
}
#news .news-lists {
  margin-top: 2rem;
}
#news .news_lists li:first-child {
  margin-top: 0;
}
#news .news_lists li {
  padding-bottom: 1rem;
  display: flex;
  margin-top: 1rem;
  align-items: baseline;
}
#news .news_lists li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}



/*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;
  width: 100%;
  padding: 21px 0 15px;
  position: absolute;
  bottom: 0;
  color: #ea0061;
  left: 0;
  text-align: right;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.btn_news-more p {
  font-family: 'Viga', sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}
.btn_news-more p.open:before {
  position: absolute;
  margin-left: -28px;
  content: '\f063';
  color: #ea0061;
  font-size: 1.3rem;
  font-family: "Font Awesome 5 Free";
  transition: .2s;
  top: 20px;
  line-height: 1;
  font-weight: 900;
}
.btn_news-more p.open:hover:before {
  top: 25px;
}
.btn_news-more p.close:before {
  position: absolute;
  margin-left: -28px;
  content: '\f062';
  color: #ea0061;
  font-size: 1.3rem;
  font-family: "Font Awesome 5 Free";
  transition: .2s;
  top: 20px;
  line-height: 1;
  font-weight: 900;
}
.btn_news-more p.close:hover:before {
  top: 15px;
}
.contents.news .btn_news-more .open {
  display: block;
}
.close-btn {
  background: none;
}
.slide-up {
  padding-bottom: 0;
  overflow: hidden;
}
.slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}
.close-btn {
  margin-bottom: 0;
  color: #ea0061;
}
/*--------------------------------------
 * line-up tab
 * ---------------------------------------*/
.tab_container {
  background-color: #fff;
  margin: 0 auto;
}
.tab_content_detail {}
.tab_item {
  width: calc(100%/2);
  display: block;
  float: left;
  text-align: center;
  transition: all 0.5s ease;
  font-size: 3rem;
  font-family: 'Viga', sans-serif;
  cursor: pointer;
  background: #000000;
  color: #ffffff;
  border: 2px solid #000000;
  height: 100px;
}
.tab_item .tab_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.tab_item:hover {
  opacity: 1;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  clear: both;
  /* overflow: hidden; */
  padding: 4rem 1rem 2rem;
  background: #f4f4f4;
  border: 2px solid;
}
#tab1:checked ~ #tab1_content, #tab2:checked ~ #tab2_content, #tab3:checked ~ #tab3_content, #tab4:checked ~ #tab4_content {
  display: block;
}
.tab_container input:checked + .tab_item {
     background-color: #ffd700;
    color: #000000;
}

.tab_container input:checked + .tab_item .tab_ttl {
  font-size: 140%;
}
/*--------------------------------------
 * LINE UP
 * ---------------------------------------*/
#lineup {
	color:#fff;
}


#lineup div {
  overflow: hidden;
	
}
#lineup .thum-lists {
  width: 100%;
  transition: .2s;
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  /*display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;*/
  justify-content: space-evenly;
}
#lineup .thum-lists li {
  margin-bottom: 3rem;
  width: 45%;
}
#lineup .thum-lists li:nth-child(odd) {
  margin-right: 1%;
}
#lineup .scale-img {
  transition-duration: 0.5s;
}
#lineup .scale-img:hover {
  transform: scale(1.1, 1.1);
  cursor: pointer;
}
#lineup .thum-lists li .image {
  position: relative;
  overflow: inherit;
}
#lineup p.name {
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.2rem;
  color: #000000;
  margin-top: 1.5rem;
}

#lineup .kaijou {
	color:#000;
	font-size: 2rem;
	text-align: center;
	
}

#lineup .kaijou span {
	font-size: 1.2rem;
	
}

@media screen and (max-width: 900px) {
  #lineup p.name {
    font-size: 1.1rem;
  }
}
#lineup .icon-new:before {
  content: "NEW";
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 10;
  background: #ff0087;
  color: #ffffff;
  padding: 0px 1rem;
  border-radius: 53%;
  font-family: 'Viga', sans-serif;
  font-size: 1.2rem;
}
#lineup .andmore {
  text-align: center;
  font-family: 'Viga', sans-serif;
  color: #ea0061;
  font-size: 2rem;
  font-style: italic;
}
.ate {
  margin-top: 3rem;
  font-size: 90%;
}
.ate_box {
  background: #eeeeee;
  padding: 1rem;
  margin-top: 3rem;
  font-size: 90%;
}
.ate_box .ttl {
  text-align: center;
  font-size: 130%;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid;
}
.ate_box .thum {
  background: #ea0061;
  border-radius: 5px;
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*--------------------------------------
 * TIME TABLE
 * ---------------------------------------*/
#timetable div {
  overflow: hidden;
}
#timetable .thum-lists {
  width: 100%;
  transition: .2s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#timetable .thum-lists li {
  width: -webkit-calc((100% - 80px)/ 2);
  width: calc((100% - 80px)/ 2);
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 3rem;
}
/*--------------------------------------
 * About/Ticket
 * ---------------------------------------*/

/*
#about {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
}
*/

dl.table {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  border-right: 2px solid #000;
}
dl.table dt {
  width: 300px;
  font-size: 1.3rem;
  background: #000000;
  color: #ffffff;
  padding: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
dl.table dd {
  width: 100%;
  padding: 1rem;
  background: #ffffff;
  color: #000000;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.6;
}
#about dl.table:first-of-type {
  border-top: 2px solid #000;
  background: #FFFFFF;
}

#ticket dl.table:first-of-type {
  border-top: 2px solid #000;
  background: #FFFFFF;
}

dl.border_t {
  border-top: 2px solid #fff;
  background: #FFFFFF;
}

#about dl.table dt {
  border-left: 2px solid #000;
  border-bottom: 2px solid #FFFFFF;
}

#about dl.table dt.last {
  border-bottom: 2px solid #000;
}

#ticket dl.table dt {
  border-left: 2px solid #000;
  
}

#ticket dl.table dt.last {
  border-bottom: 2px solid #000;
}

dl.table dd:not(.last) {
  border-bottom: 2px solid #000;
	
}

dl.table dd.first {
  border-top: 2px solid #000;
	
}

#ticket .yokoarikun_d {
	position: relative;
}

#ticket .yokoarikun_d_icon {
	width: 80px;
	object-fit:contain;
	position:absolute;
	right: 10px;
	bottom:8%;
}


dl.table dd .last {
  border-bottom: 2px solid #fff;
}


#about dl.table:last-child dd {
  border-bottom: 2px solid #000;
}

#ticket dl.table:last-child dd {
  border-bottom: 2px solid #000;
}

dl.table:last-child dt {
  border-bottom: 2px solid #fff;
}
dl.table dt.last {
  border-bottom: 2px solid #000;
}
dl.table.yokoari-kun {
  position: relative;
  z-index: 1;
}
dl.table.yokoari-kun a:hover {
  opacity: 0.8;
}
.yokoari_img {
  width: 120px;
  position: absolute;
  bottom: 10px;
  right: 2%;
  z-index: 20
}
#about h2.heading {
  margin-bottom: 2rem;
}
#about .inner {
  margin-top: 0;
}
#about .yokoari {
  position: relative;
}
#about .yokoari .yokoari-kun01 {
  position: absolute;
  bottom: -2px;
  right: -5px;
}
#about .yokoari .yokoari-kun01 img {
  height: auto;
  max-width: 280px;
}



/*--------------------------------------
 * Ticket
 * ---------------------------------------*/
#ticket .btn {
  margin: 0;
}

#ticket {
background-color: #000;
color: #000;

}

#ticket .inner {
	colot:#000;
}


/*--------------------------------------
 *message
 * ---------------------------------------*/
#message {
	background-color: #000;
	
	color: #fff;
}


#message .inner .text {
  line-height: 2;
  letter-spacing: 0.05ex;
  font-size: 105%;
}
#message .inner .text.wb {
  word-break: break-word;
}
#message .credit {
  text-align: right;
  margin-top: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
#message .text a {
  text-decoration: underline;
	color: #ea0061;
}

.second h2{
	color:#fff!important;
}



/*--------------------------------------
 * goods
 * ---------------------------------------*/

#goods {
	color:#fff;
}

#goods div {
  overflow: hidden;
}
#goods .lead {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
#goods .subttl {
  font-size: 1.2rem;
  margin-top: 2rem;
  display: block;
  background: #ffffff;
  color: #000000;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
  line-height: 1.4;
  padding: 5px;
}
#goods .thum-lists {
  width: 100%;
  transition: .2s;
  display: flex;
  flex-wrap: wrap;
  /*display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;*/
  justify-content: space-evenly;
  margin-top: 4rem;
}
#goods .thum-lists li {
  margin-bottom: 3rem;
  width: 45%;
}
#goods .thum-lists li:nth-child(odd) {
  margin-right: 1%;
}
#goods .scale-img {
  transition-duration: 0.5s;
}
#goods .scale-img:hover {
  transform: scale(1.1, 1.1);
  cursor: pointer;
}
#goods .thum-lists li .image {
  position: relative;
  overflow: inherit;
}
#goods p.name {
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  margin-top: 1.5rem;
}
@media screen and (max-width: 900px) {
  #goods p.name {
    font-size: 1.1rem;
  }
}
#goods .icon-new:before {
  content: "NEW";
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 10;
  background: #ff0000;
  color: #ffffff;
  padding: 0px 1rem;
  border-radius: 53%;
  font-family: 'Viga', sans-serif;
  font-size: 1.2rem;
}
.ate {
  margin-top: 3rem;
  font-size: 90%;
}
#goods p.name {
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 900px) {
  #goods p.name {
    font-size: 1.1rem;
  }
}
#goods .icon {
  display: inline-block;
  z-index: 10;
  font-size: 1rem;
  color: #ffffff;
  font-weight: bold;
  padding: 2px 5px;
  line-height: 1.4;
  border-radius: 3px;
  margin-right: 2px;
}
#goods .icon.pink {
  background: #ff4343;
}
#goods .icon.blue {
  background: #09f;
}
#goods .icon.green {
  background: #07ff7c;
  color: #000000;
}
#goods .ate {
  margin-top: 3rem;
}
#goods .b_btn {
  margin: 2rem auto 5rem;
  max-width: 60%;
}
#goods .b_btn a {
  font-size: 1.4rem;
}
/*--------------------------------------
 * areamap
 * ---------------------------------------*/
#areamap .lead {
  font-size: 120%;
  font-weight: 700;
  text-align: center;
}
#areamap .block {
  margin-top: 2rem;
  line-height: 1.8;
  font-size: .95rem;
}
#areamap li {
  list-style: disc;
  list-style-position: inside;
}
#areamap .block .ttl {
  font-size: 1.3rem;
  display: block;
  background: #000000;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.4;
  padding: 10px;
}
#areamap a {
  text-decoration: underline;
}
#areamap .btn {
  margin-bottom: 5rem;
}
#areamap .btn a {
  text-decoration: none;
}
/*--------------------------------------
 * food
 * ---------------------------------------*/
#food {
	
}
#food div {
  overflow: hidden;
}
#food .food_main{
	max-width: 300px;
	margin: 2rem auto 0;
}
#food .thum-lists {
  width: 100%;
  transition: .2s;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  justify-content: center;
}
#food .thum-lists li {
  width: -webkit-calc((100% - 40px)/ 4);
  width: calc((100% - 40px)/ 4);
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 2rem;
}
#food .photo-wrap {
  width: auto;
  position: relative;
}
#food .photo-wrap .scale-img {
  transition-duration: 0.5s;
}
#food .photo-img-cross {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  text-align: center;
  background: #ffffff;
}
#food .photo-wrap .scale-img:hover {
  transform: scale(1.1, 1.1);
}
#food .photo-img-cross:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #000000;
  z-index: 1;
  transform-origin: top center;
  transform: scaleX(1);
  transition: height 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
#food .photo-img-cross .thum {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 1;
  right: 0;
  transition: 0.7s;
}
#food .photo-move-cross .thum {
  opacity: 1;
  right: 0;
}
#food .photo-move-cross.photo-img-cross:before {
  height: 0;
}
#food .thum-lists li .image {
  position: relative;
  overflow: inherit;
}
#food div.name {
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 1rem;
  text-align: center;
}
#food div.name div {
  font-size: 85%;
  margin-top: 5px;
}

#food .pkg {
	font-size: .8rem;
	color: #ea0061;
	display: block;
	margin: 2% 0;
}


#food .block {
  margin-top: 3rem;
}
#food .lead {
  font-size: 1.4rem;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
	margin-top: 2rem;
  font-weight: bold;
}
#food .block .ttl_wh {
  font-size: 1.5rem;
  display: block;
  background: #000;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.4;
  padding: 10px;
}
#food .block .ttl {
  font-size: 1.5rem;
  display: block;
  background: #ea0061;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.4;
  padding: 10px;
	color:#fff;
}
#food .block .col2 {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
#food .col2 li {
  width: -webkit-calc((100% - 40px)/ 2);
  width: calc((100% - 40px)/ 2);
  margin-left: 10px;
  margin-right: 10px;
  list-style: none;
}
#food dl dt {
  float: left;
}
#food dl dd {
  float: right;
  text-align: right;
}
#food .note li {
  list-style: disc;
  list-style-position: inside;
}
/*--------------------------------------
 *notice
 * ---------------------------------------*/
#notice .container {
	background-color: #fff;
}


#notice .pg_head {
	font-size: 1.2rem;
	margin: 1rem 0;
	color:#af05c7;
}

#notice .pg_head:not(:first-of-type) {
	margin-top: 6rem;
}



#notice h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 3rem;
  line-height: 1.4;
}
#notice h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  /*cursor: pointer;*/
  margin-bottom: 0;
}
#notice h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 2rem 0 1rem;
}
#notice h5 span {
  background: #ffffff;
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #000000;
  border: 1px solid;
}
#notice .cont {
  margin-top: 1rem;
}
#notice .btn {
  margin: 1rem auto 5rem;
}
#notice .notice_lists {
  width: 100%;
  margin-top: 3rem;
}
#notice .indent {
  margin: 1rem;
}
#notice .indent li {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 1rem;
  line-height: 1.4;
}
#notice .indent.attention li {
  list-style: none;
  list-style-position: inside;
}
#notice .indent.attention li::before {
  content: "※ ";
}
#notice .notice_list .txt_all {
  margin-top: 2rem;
}
#notice .notice_list .txt_all.last {
  margin-bottom: 0;
}
#notice .border_box {
  padding: 2rem;
  max-width: 800px;
  margin: 2rem auto 0;
  background: #ffffff;
  color: #000000;
}
#notice .border_box .ttl {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
#notice .box {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 100px 1fr;
  -ms-grid-columns: 100px 1fr;
  padding: 10px;
}
#notice .box .thum img {
  max-width: 100px;
  border-radius: 5px;
}
#notice .box .subttl {
  display: flex;
  width: 100%;
  align-items: center;
  padding-left: 20px;
  /* padding-right: 40px; */
  flex-direction: row;
}
#notice .ate_box {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 80px 1fr;
  -ms-grid-columns: 80px 1fr;
  margin-top: 5px;
}
#notice .ate_box .thum img {}
#notice .ate_box .text {
  padding-left: 1rem;
  line-height: 1.6;
}
#notice a.link {
  text-decoration: underline;
  color: #ffffff;
}
#notice .notice_list .excerpt {
  position: relative;
  /* cursor: pointer; */
  transition: .2s;
  margin-top: 2rem;
  box-sizing: border-box;
  border: 2px solid;
  background: #ffffff;
}
#notice .notice_list .txt_all ul {
  margin: 2rem 0.5rem;
}
#notice #notice_list .txt_all .ate {
  display: inline-block;
  border-bottom: 4px #ffd800 double;
  color: #000000;
  margin-top: 2rem;
  line-height: 1.2;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
#notice .tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  justify-content: center;
  width: 100%;
}
#notice .tab-wrap h3 {}
#notice .tab-wrap:after {
  content: '';
  width: 100%;
  height: 5px;
  background: #ffffff;
  display: block;
  order: -1;
}
#notice .tab-label {
  position: relative;
}
#notice .tab-label:after {
  content: "";
  position: absolute;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: solid 4px #ffffff;
  border-right: solid 4px #ffffff;
  top: 41%;
  right: 1.5rem;
  border-radius: 2px;
}
#notice .tab-label {
  color: #ffffff;
  background: #000000;
  font-weight: bold;
  text-align: center;
  padding: 1rem 3rem 1rem 1rem;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 32%;
  line-height: 1.6;
/*
  border-left: 4px solid #000000;
  border-right: 4px solid #000000;
  border-top: 4px solid #ffffff;
*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-size: 1.2rem;
  flex: auto;
}
#notice .tab-label.last {
  margin-right: 0;
}
#notice .tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0 auto;
  max-width: 900px;
}
#notice .tab-switch:checked + .tab-label {
  background: #ea0061;
  color: #ffffff;
/*
  border-left: 4px solid #ea0061;
  border-right: 4px solid #ea0061;
  border-top: 4px solid #ffffff;
*/
}
#notice .tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: .5s opacity;
}
#notice .tab-switch {
  display: none;
}
/*--------------------------------------
 * HISTORY
 * ---------------------------------------*/

#history{
background-color: #000;	
}

#history ul {
  width: 100%;
  transition: .2s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch
}
#history ul li {
  width: -webkit-calc((100% - 40px)/ 3);
  width: 48%;
  margin-right: 10px;
  margin-left: 10px;
}
#history .btn {
  margin: 1rem auto 0;
  max-width: 100%;
}
#history .btn a {
  font-size: 1.5rem;
  padding: 1rem 1rem;
  background-image: linear-gradient(to right, #ea0061 0%, #ea0061 50%, #FFD700 50%, #FFD700 100%);
  transition: background-position ease 0.4s;
  line-height: 1.4;
  font-family: 'Viga', sans-serif;
  letter-spacing: -0.02ex;
}
/*--------------------------------------
 * FOOTER
 * ---------------------------------------*/
.pagetop {
  position: fixed;
  z-index: 10;
  left: 15px;
  bottom: 15px;
  transition: 0.3s transform;
  -webkit-transition: 0.3s transform;
  display: none;
}
.pagetop img {
  max-width: 170px;
  height: auto;
  vertical-align: sub;
  transition: .2s;
  border: 2px solid;
  border-radius: 50%;
}
footer {
  position: relative;
  border-top: 2px solid;
 
  background-color: #ea0061;
}
.footer_container {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
  padding: 1.25rem 0;
  color:#fff;
}
.footer_container .sns {
  font-size: 2rem;
  font-weight: normal;
  display: flex;
  justify-content:center;
  align-items: center;
}
.footer_container .sns li {
  display: inline-block;
  margin: 0 0.5rem;
}
.footer_container .sns li a {
  display: inline-block;
}
.footer_container .sns li a:hover {
  opacity: 1;
  color: #FFD700;
}

#footer .xIcon , #second_footer .xIcon {
	width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #ea0061 url(../images/common/x_icon.png) center center /19px no-repeat;
	border: 2px solid #fff;
}

#footer .xIcon:hover {
	background: #FFD700 url(../images/common/x_icon.png) center center /19px no-repeat;
	transition: 0.2s ease-in-out;
	border: 2px solid #fff;
}


#second_footer .xIcon:hover {
	background: #FFD700 url(../images/common/x_icon.png) center center /19px no-repeat;
	transition: 0.2s ease-in-out;
	border: 2px solid #fff;
}


#second_footer .footer_container .sns li a {
	display: inherit;
}

.copyright {
  font-size: 85%;
  line-height: 1.4;
  padding: 1rem;
}
/*--------------------------------------
 * 調整用
 * ---------------------------------------*/
/*--  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: 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;
}