/*

TemplateMo 583 Festava Live

https://templatemo.com/tm-583-festava-live

*/


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #F8CB2E;
  --secondary-color:              #e90058;
  --section-bg-color:             #f0f8ff;
  --custom-btn-bg-color:          #e90058;
  --custom-btn-bg-hover-color:    #c01f27;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #7fffd4;
  --link-hover-color:             #B22727;
  --point-color:                  #b79d10;

  --body-font-family:             'Outfit', sans-serif;

  --h1-font-size:                 74px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  18px;
  --btn-font-size:                14px;
  --copyright-font-size:          16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: #555659;
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}
a {
  display: inline-block;
  color: var(--point-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.link-fx-1 {
  color: var(--white-color);
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-fx-1:hover {
  color: var(--link-hover-color);
}

.link-fx-1:hover::before {
  transform: translateX(17px) scaleX(0);
  transition: transform .2s;
}

.link-fx-1:hover .icon circle {
  stroke-dashoffset: 200;
  transition: stroke-dashoffset .2s .1s;
}

.link-fx-1:hover .icon line {
  transform: rotate(-180deg);
}

.link-fx-1:hover .icon line:last-child {
  transform: rotate(180deg);
}

.link-fx-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: right center;
  transition: transform .2s .1s;
}

.link-fx-1 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%) rotate(90deg);
  font-size: 32px;
}

.icon {
  --size: 1em;
  height: var(--size);
  width: var(--size);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.link-fx-1 .icon circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset .2s;
}

.link-fx-1 .icon line {
  transition: transform .4s;
  transform-origin: 13px 15px;
}

.link-fx-1 .icon line:last-child {
  transform-origin: 19px 15px;
}
/*
.btn{
  background-color: var(--point-color);
}
*/

.hidden{
	display: none !important;
}

/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background-color: var(--dark-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.section-overlay + .container {
  position: relative;
}

.tab-content {
  background-color: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 45px;
}

.nav-tabs {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  border-bottom: 0;
  padding: 15px;
}

.nav-tabs .nav-link {
  border-radius: var(--border-radius-large);
  border: 0;
  padding: 15px 25px;
  transition: all 0.3s;
}

.nav-tabs .nav-link:first-child {
  margin-right: 15px;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  color: var(--primary-color);
}

.nav-tabs h5 {
  color: var(--p-color); 
  margin-bottom: 0;
}

.nav-tabs .nav-link.active h5,
.nav-tabs .nav-link:focus h5, 
.nav-tabs .nav-link:hover h5 {
  color: var(--primary-color);
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--point-color);
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background-color: #e90058;
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.custom-border-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}


/*---------------------------------------
  VIDEO              
-----------------------------------------*/
.video-wrap {
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  color: black;
  background-color: black;
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-color: #212529;
  padding-top: 12px;
  padding-bottom: 12px;
}
/*
@media screen and (max-width: 991px) {
header {
    height: 60px;
    display: block;
    width: 100%;
    position: relative;
}
}/*media screen and (max-width: 991px)*/
/*
@media screen and (min-width: 992px) {
header nav {
    position: relative;
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
    z-index: 100;
}
nav.NavMenu ul li a {
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}
}/*media screen and (min-width: 992px)*/


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 51px;
}

.sticky-wrapper.is-sticky .navbar {
  background-color: var(--dark-color);
}

.navbar {
  background: transparent;
  z-index: 9;
}

.navbar-brand,
.navbar-brand:hover {
  color: var(--white-color);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 10px;
  padding: 10px 20px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: var(--point-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 83px;
  height: calc(100vh - 51px);
}

.hero-section small {
  color: var(--white-color);
  text-transform: uppercase;
}

.hero-section .section-overlay {
  z-index: 2;
  opacity: 0.45;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 50px;
}

.hero-section .container .row {
  height: 100%;
}

/*---------------------------------------
  loading       
-----------------------------------------*/
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 0.2s;
	background-color: #000;
/*  background-color: #e0c412;*/
  box-sizing: border-box;

  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
  display: none;
}
/**
 * ==============================================
 * loading animeition  Dot Stretching
 * ==============================================
 */
.dot-stretching {
  position: relative;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  margin: 600px auto;	
  border-radius: 5px;
  background-color: #e0c412;
  color: #e0c412;
  transform: scale(1.25, 1.25);
  animation: dot-stretching 2s infinite ease-in;
}
.dot-stretching::before, .dot-stretching::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-stretching::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #e0c412;
  color: #e0c412;
  animation: dot-stretching-before 2s infinite ease-in;
}
.dot-stretching::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #e0c412;
  color: #e0c412;
  animation: dot-stretching-after 2s infinite ease-in;
}

@keyframes dot-stretching {
  0% {
    transform: scale(1.25, 1.25);
  }
  50%, 60% {
    transform: scale(0.8, 0.8);
  }
  100% {
    transform: scale(1.25, 1.25);
  }
}
@keyframes dot-stretching-before {
  0% {
    transform: translate(0) scale(0.7, 0.7);
  }
  50%, 60% {
    transform: translate(-20px) scale(1, 1);
  }
  100% {
    transform: translate(0) scale(0.7, 0.7);
  }
}
@keyframes dot-stretching-after {
  0% {
    transform: translate(0) scale(0.7, 0.7);
  }
  50%, 60% {
    transform: translate(20px) scale(1, 1);
  }
  100% {
    transform: translate(0) scale(0.7, 0.7);
  }
}

/* 992pxまでの幅の場合に適用される */
@media screen and (max-width: 992px) {
.dot-stretching {
	  margin: 350px auto;	
}
}


/*---------------------------------------
   TOP-NEWS              
-----------------------------------------*/
.news {
  height: 10px;
	height: auto;
}
.news-list {
  background-color: #fff;
  padding: 1.2% 5%;
  border-radius: 9px;
  vertical-align: middle;
  opacity: 0.8;
  height: 100px;
  overflow: auto;
  box-sizing: border-box;
}
.news-list li p {
  font-weight: bold;	
  font-size: 0.85em;
  line-height: 0.5em;
}
.news-list li p a {
  color: #000;
  font-weight: 300;
}
.news-list li p a:hover {
  color: var(--secondary-color);
}
.news-list li p span.date {
  margin-right: 10px;
  font-weight: bold;
  font-size: 0.9rem;
  color: #444;	
}
/*---------------------------------------
  TOP-ABOUT              
-----------------------------------------*/
.about-section {
  background-image: url(./assets/img/coming_soon/kamonwharf.jpg);
  background-color: #704010;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.about-image {
  border-radius: var(--border-radius-medium);
  display: block;
}

.about-text-wrap {
  position: relative;
}

.about-text-icon {
  background: var(--primary-color);
  border-radius: 100%;
  font-size: var(--h3-font-size);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.about-text-info {
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: var(--border-radius-medium);
  border: 1px solid rgba(209, 213, 219, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px;
  padding: 35px;
}

/*---------------------------------------
  hover              
-----------------------------------------*/
.sponsor-section a:hover,
.schedule-section a:hover{
	opacity: 0.9;
}

/*---------------------------------------
  TOP-ARTISTS              
-----------------------------------------*/
.artistslist {
  display: block;
  border: solid 6px #fbd86a;
  border-radius: 9px;
  padding: 15px 20px;
  margin-right: 20px;
}
.artistslist:last-child {
  margin-right: 0;
}
.artistslist:hover{
	background-color: #fbd86a;
}
.artistslist p {
  font-weight: 600;
  font-size: 1.3em;
}
.artistslist p:last-child {
  margin-bottom: 0;
}
.artists-popup {
  background-color: rgba(248, 203, 46, 0.75);
  border-radius: var(--border-radius-medium);
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  margin: 20px;
  padding: 35px;
  transition: all 0.5s ease;
  /*    transform: translateY(100%);*/
  /*
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
*/
}
.artists-popup p {
  font-weight: 500;
}
.artists-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.artists-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 100%;
}

.artists-thumb:hover .artists-hover {
  transform: translateY(0);
  opacity: 1;
}

.artists-hover {
  background-color: #212529;
  background-color: rgba(248, 203, 46, 0.75);
  border-radius: var(--border-radius-medium);
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  margin: 20px;
  padding: 35px;
  transition: all 0.5s ease;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
}

.artists-hover p strong {
  color: var(--white-color);
  display: inline-block;
  min-width: 180px;
  margin-right: 20px;
}

.artists-hover p a {
  color: var(--secondary-color);
}

.artists-hover p a:hover {
  color: var(--white-color);
}

.artists-hover hr {
  margin: 1.5rem 0;
}

body #cboxOverlay{
    background: white;
    opacity: 0.9;
}
#cboxContent #cboxLoadingOverlay{
    background: rgba(248, 203, 46, 0.75);
}
#cboxContent #cboxLoadingGraphic{
    background: none;
}
body #cboxWrapper,
#colorbox{
    transition: all 0s ease;
}
#cboxContent #cboxPrevious, 
#cboxContent #cboxNext, 
#cboxContent #cboxSlideshow, 
#cboxContent #cboxClose {
    background: url(/wordpress/wp-content/themes/kaikyo-fanfare/assets/js/colorbox/images/controls2.png) no-repeat 0px 0;
    top: 5px;
    transition: all 0s ease;
}
#cboxContent #cboxPrevious, 
#cboxContent #cboxNext {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 16px;
    height: 36px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background-size: contain;
}
#cboxContent #cboxPrevious {
    background-position: 0px 0px;
    left: -10px;
    background: url(/wordpress/wp-content/themes/kaikyo-fanfare/assets/images/ico/ico_arrow_left.svg) no-repeat 0 0;
    background-size: contain;
    background-position: 0 0;
    left: 20px;
}
#cboxContent #cboxNext {
    background-position: -25px 0px;
    background: url(/wordpress/wp-content/themes/kaikyo-fanfare/assets/images/ico/ico_arrow_right.svg) no-repeat 0 0;
    background-size: contain;
    background-position: 0 0;
    right: 20px;
}
#cboxContent #cboxClose{
    top: -20px;
    background: url(/wordpress/wp-content/themes/kaikyo-fanfare/assets/js/colorbox/images/controls2.png) no-repeat 0px 0;
    background-position: -50px 0px;
    top: 5px;
    right: 5px;
}
#cboxContent #cboxPrevious:hover, 
#cboxContent #cboxNext:hover {
    background-position: 0 0;
}
body #cboxContent{
    background-color: rgba(248, 203, 46, 0.75);
    border-radius: var(--border-radius-medium);
    backdrop-filter: blur(5px) saturate(180%);
    -webkit-backdrop-filter: blur(5px) saturate(180%);
    margin: 20px;
    padding: 35px;
    padding: 35px 0;
    transition: all 0.5s ease;
    /*transform: translateY(100%);*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*left: 0;*/
    transition: all 0s ease;
    margin: 0;
}
#cboxContent #cboxLoadedContent{
    background-color: transparent;
    padding: 0 35px;
    padding: 0 70px;
}
@media screen and (min-width: 768px) {
#cboxContent #cboxLoadedContent{
    padding-left: 160px;
    padding-right: 180px;
}
#cboxContent #cboxPrevious, 
#cboxContent #cboxNext {
    width: 32px;
    height: 72px;
}
#cboxContent #cboxPrevious {
    left: 50px;
}
#cboxContent #cboxNext {
    right: 80px;
}
}

/*---------------------------------------
  TOP-SCHEDULE              
-----------------------------------------*/
.schedule-section {
  background-image: url(./assets/img/coming_soon/nainoa-shizuru-unsplash-blur.jpg);
  background-color: #242424;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.table-responsive {
	filter: drop-shadow(2px 2px 4px #606060);
}

.schedule-table {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.schedule-table .bg-warning {
  background: #f0a5a5 !important;
}

.schedule-table thead th {
  background-color: var(--secondary-color);
}

.schedule-table th,
.schedule-table tr,
.schedule-table td {
  border-bottom-color: #363a3e;
  padding: 30px;
}

.schedule-table tr:last-child th,
.schedule-table tr:last-child td {
  border-bottom-color: transparent;
}

.schedule-table thead th {
  border-right: 1px solid #c7460a;
  border-bottom-color: transparent;
}

.schedule-table th + td {
  border-bottom: 0;
}

.schedule-table td:hover{
	opacity:0.4;
}

.schedule-table thead th:last-child {
  border-right-color: transparent;
}

.schedule-table .pop-background-image {
  background-image: url(./assets/img/coming_soon/artists/joecalih-UmTZqmMvQcw-unsplash.jpg);
}

.schedule-table .rock-background-image {
  background-image: url(./assets/img/coming_soon/artists/abstral-official-bdlMO9z5yco-unsplash.jpg);
}

.schedule-table .country-background-image {
  background-image: url(./assets/img/coming_soon/artists/soundtrap-rAT6FJ6wltE-unsplash.jpg);
}

.table-background-image-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: none;
  position: relative;
}

.schedule-table h4,
.schedule-table p {
  color: var(--white-color);
  position: relative;
  z-index: 2;
}

.schedule-table .pop-background-image{
	background-image: none;
	background-repeat: no-repeat no-repeat;
	background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.schedule-table .pop-background-image::before{
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
table.schedule-table{
	background: white;
	table-layout: fixed;
}
table.schedule-table thead tr th{
    padding: 30px;
    border: none;
}
table.schedule-table tr{
	padding: 0;
}
table.schedule-table td a{
	display: block;
	width: 1px;
	height: 1px;
	/*opacity: 0.5;*/
	/*background-color: cyan;*/
}

table.schedule-table thead tr th.title{
	width: 150px;
}
table.schedule-table thead tr th.event{
	width: 300px;
}
table.schedule-table tr th,
table.schedule-table tr td{
    border: none;
}
table.schedule-table tr td{
    
}
table.schedule-table tr td.popup{
    cursor: pointer;
}
table.schedule-table tr td.empty:hover,
table.schedule-table tr td.empty{
    background-color: lightgray;
    opacity: 1;
}
table.schedule-table tr:first-child td.empty{
    background-color: #F3DCD4;
}
table.schedule-table tr:nth-child(2) td.empty{
    background-color: #D9E3DA;
}
table.schedule-table tr:nth-child(2) td:nth-child(2).empty{
    background-color: #ECC9C7;
}
table.schedule-table tr:nth-child(3) td.empty{
    background-color: #D1CFC0;
}

/*---------------------------------------
  TOP-CONTACT               
-----------------------------------------*/
.google-map {
  border-radius: var(--border-radius-medium);
}

/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  background-color: #212529;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}

.site-footer-top {
  background-color: var(--point-color);
  /*background-image: url(./assets/img/coming_soon/nainoa-shizuru-NcdG9mK3PBY-unsplash.jpg);*/
  background-repeat: no-repeat;
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-footer-bottom {
  border-top: 1px solid #1f1c1c;
  margin-top: 60px;
}

.site-footer-title {
  color: var(--primary-color); 
}

.site-footer-link,
.copyright-text {
  color: var(--white-color);
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.copyright-text {
  font-size: var(--copyright-font-size);
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.bi-x-twitter img {
  text-align: center;
  width: 15px;
  height: 15px;
  line-height: 20px;
  transition: background 0.2s, color 0.2s;
}

.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--white-color);
  border-radius: var(--border-radius-large);
  color: var(--dark-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.social-icon-link span {
  display: block;
}
.bi-facebook::before,
.bi-instagram::before,
.bi-line::before,
.bi-youtube::before
.bi-x::before{
  line-height: 2.2;	
}

.social-icon-link span:hover::before, 
.bi-x-twitter img:hover {
  animation: spinAround 2s linear infinite;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg);
  }
}

/*---------------------------------------
  スポンサー表示リスト非表示         
-----------------------------------------*/

.news-list .post_98{
	display:none;
}

/* single
---------------------------------------- */

@media screen and (max-width: 991px) {
main#site-content p.ttl{
    padding: 1em 5.5em;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    background-color: #d94b7b;
}
main#site-content p.ttl span.date{
	display: block;
	margin-right: 1em;
	font-size: 0.8rem;
	font-weight: normal;
}
main#site-content .txt_box{
	padding: 1em;
}
main#site-content #main-content img {
    max-width: 100%;
    height: auto;
}
}/*media screen and (max-width: 991px)*/
@media screen and (min-width: 992px) {
 main#site-content{
    background: #333;
    padding-top: 83px;
 }
 main#site-content p.ttl {
    padding: 1em;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    background-color: #0169c9;
}
main#site-content p.ttl span.date{
    float: right;
    font-size: 1rem;
    font-weight: normal;
}
 main#site-content #main-content{
    padding: 1em;
    background: #eee;
 }
 main#site-content #main-content a{
    color: blue;
    text-decoration: underline;
 }
 main#site-content #main-content a:visited{
    color: var(--point-color);
 }

main#site-content #main-content img {
    display: block;
    margin: 0 auto;
    height: auto;
}
}/*media screen and (min-width: 992px)*/


/*---------------------------------------
  News archive              
-----------------------------------------*/

main#site-content.archive-news .news-list{
	border-radius: 0;
	height: auto;
	background: #eee;
	opacity: 1;
	padding: 1em 2.5em 0;
	list-style: disc;
}
main#site-content.archive-news .main-ttl{
    margin: 1% 0;
}
main#site-content.archive-news .main-ttl h1{
    font-size: 2em;
    font-weight: bold;
    color: #FFC107;
    margin-bottom: 0;
} 
main#site-content.archive-news .news-list li{
	font-size: 1.4rem;
	margin-bottom: 1.1em;
}
main#site-content.archive-news .news-list li span.date{
	margin-right: 1.5em;
	font-size: 1rem;
	font-weight: bold;
	color: #444;
}
/* 992pxまでの幅の場合に適用される */
@media screen and (max-width: 992px) {
main#site-content.archive-news .news-list{
	padding: 0.5em;
	margin-bottom: 0;
	}
}
/*---------------------------------------
  News archive pagenavi           
-----------------------------------------*/
.wp-pagenavi{
	text-align: center;
    margin: 20px 0;
}
.wp-pagenavi .current{
	border: 1px solid;
    padding: 2px 10px;
    margin: 0 5px;
}
.wp-pagenavi .larger,
.wp-pagenavi .smaller{
	border: 1px solid;
    padding: 0 8px;
}
.wp-pagenavi .extend{
	margin: 0 5px;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{
	margin: 0 5px;
    border: 1px solid;
    padding: 0px 10px;
}
.wp-pagenavi .first,
.wp-pagenavi .last{
	margin: 0 5px;
    border: 1px solid;
    padding: 0px 10px;
}

/*---------------------------------------
  News single               
-----------------------------------------*/
 main#site-content #main-content{
    padding: 3em;
    background: #eee;
 }
 main#site-content{
    background: #333;
    padding-top: 83px;
 }
main#site-content.single-news .main-ttl{
    margin: 1% 0;
}
main#site-content.single-news .main-ttl h1{
    font-size: 2em;
    font-weight: bold;
    color: #FFC107;
    margin-bottom: 0;
} 
main#site-content.single-news .ttl{
    padding: 1.2em 0;
    background-color: #d94b7b;
}
main#site-content.single-news .ttl p{
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}
main#site-content.single-news p{
	/* padding: 1em; */
}
main#site-content.single-news .ttl span.date{
	font-size: 1rem;
	font-weight:normal;
	margin-left: 5em;
}
main#site-content.single-news .bnrarea div{
	display: flex;
    justify-content: center;
}
main#site-content.single-news .bnrarea p{
	font-size: 1.0em;
	display: table;
	padding: 0.5% 2%;
	background-color: #fff;
	margin: 2% 1%;
}
main#site-content.single-news .bnrarea p.link{}
main#site-content.single-news .bnrarea p.no_link{
	visibility: hidden;
}
main#site-content.single-news .bnrarea p.tolist{
	 margin: 0% auto;
}
	
/* 992pxまでの幅の場合に適用される */
@media screen and (max-width: 992px) {
.news-list li{
		list-style:none;
	}	
main#site-content #main-content{
    padding: 1em 0;
 }
main#site-content.single-news .main-ttl{
	margin-top: 0;
	padding: 0;
}	
main#site-content.single-news p.ttl {
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
}
.artistslist {
		margin-bottom: 5%;
	}	
}
/*---------------------------------------
  error 404               
-----------------------------------------*/
main#site-content.error404{
font-weight: bold;
    color: #FFC107;
    margin-bottom: 0;	
}
main#site-content.error404 h1{
	    font-size: 2em;
    font-weight: bold;
    color: #FFC107;
    margin-top: 3%;
    margin-bottom: 3%;
}
main#site-content.error404 .intro-text{
	border-radius: 0;
    height: auto;
    background: #eee;
    opacity: 1;
    padding: 1.5em 5em 5em;
}
@media screen and (max-width: 992px) {
	main#site-content.error404 .intro-text{
	padding: 1em;	
	}
}

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .navbar {
    background-color: var(--dark-color);
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .hero-section {
    padding-top: 80px;
  }

  .pricing-thumb {
    padding: 35px;
  }

  .schedule-table h3 {
    font-size: 22px;
  }

  .schedule-table th {
    padding: 20px;
  }

  .schedule-table tr, 
  .schedule-table td {
    padding: 25px;
  }

  .ticket-section {
    padding-top: 130px;
  }

  .ticket-form {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .custom-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .mainimg{
	background-image: url(./assets/img/coming_soon/main-pre_sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: scroll;
  }	
}

/* 480pxまでの幅の場合に適用される */
@media screen and (max-width: 480px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
}
/* 539pxまでの幅の場合に適用される */
@media screen and (max-width: 539px) {
  .forPC{
    display: none !important;
  }
/*---------------------------------------
   NEWS              
-----------------------------------------*/
  .news {
    height: 160px;
  }
  .news-list {
    padding: 3% 11%;
    height: 95px;
  }
  .news-list li p {
    line-height: 1.5em;
  }
/*---------------------------------------
   artists             
-----------------------------------------*/
	.artistslist {
		margin-bottom: 5%;
	}
}

/*　画面サイズが540x以上ここを読み込む　*/
@media screen and (min-width:540px) {
.forSP{
	display: none !important;
  }
}

/*　画面サイズが540x以上ここを読み込む　*/
@media screen and (min-width:1024px) {
.mainimg{
	background-image: url(./assets/img/coming_soon/main-pre.jpg);
	background-repeat: no-repeat;
	background-size: cover;
  }
}