-bottom@charset "utf-8";


@media screen and (min-width: 751px) {
  #pageHome #siteHead .logo {
    display: none;
  }
}


/*----------------------------------------------------
main
----------------------------------------------------*/

/*#main {
  padding-bottom: 25px;
}
@media screen and (min-width: 751px) {
  #main {
    padding-bottom: 40px;
  }
}*/


/*----------------------------------------------------
keyVisual
----------------------------------------------------*/

#keyVisual {
  width: 100%;
  height: auto;
}
}
@media screen and (min-width: 751px) {
  #keyVisual h1 {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1367px) {
  #keyVisual h1 {
    width: 100%;
    height: auto;
  }
}

/*----------------------------------------------------
帯
----------------------------------------------------*/
.main-band {
  width: 100%;
  height: 50px; /* 太さ調整 */
  background-color: #e2cc4e;

  /* ドット模様（大小サイズをランダム風に重ねる） */
  background-image: 
    radial-gradient(#000 5px, transparent 6px),   /* 大きめドット */
    radial-gradient(#000 3px, transparent 4px),   /* 中くらいドット */
    radial-gradient(#000 4px, transparent 5px);   /* もうひとつ */
  
  /* ドットの間隔（余白を広めに） */
  background-size: 40px 40px, 50px 50px, 45px 45px;

  /* 配置を少しずらしてランダム感を演出 */
  background-position: 0 0, 20px 10px, 10px 25px;

  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

/*----------------------------------------------------
exhibition
----------------------------------------------------*/

#exhibition {
  padding: 5.3% 6.4% 16%;
  box-sizing: border-box;
  background-image: url(../images/background.png);
  transition: background 2.2s;
}
#exhibition.slide_1 {
  background-image: url(../images/background.png);
}
#exhibition.slide_2 {
  background-image: url(../images/background.png);
}
#exhibition.slide_3 {
  background-image: url(../images/background.png);
}
#exhibition.slide_4 {
  background-image: url(../images/background.png);
}
@media screen and (min-width: 751px) {
  #exhibition {
    padding: 17px 20px 65px;
    text-align: center;
  }
  #exhibition p {
    margin: 0 auto;
    max-width: 997px;
  }
}


/*----------------------------------------------------
information
----------------------------------------------------*/

#information {
  position: relative;
  padding: 25px 0;
}
#information::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/background.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 334px!important;
  transition: opacity 0.8s;
  opacity: 0;
}
#information.start::before {
  opacity: 1;
}
#information.slide_1::before {
  background-image: url(../images/background.png);
}
#information.slide_2::before {
  background-image: url(../images/background.png);
}
#information.slide_3::before {
  background-image: url(../images/background.png);
}
#information.slide_4::before {
  background-image: url(../images/background.png);
}
@media screen and (min-width: 751px) {
  #information {
    padding: 40px 0;
  }
  #information::before {
    background-size: cover!important;
  }
  #information.slide_1::before {
    background-image: url(../images/background.png);
  }
  #information.slide_2::before {
    background-image: url(../images/background.png);
  }
  #information.slide_3::before {
    background-image: url(../images/background.png);
  }
  #information.slide_4::before {
    background-image: url(../images/background.png);
  }
}

#information .inner {
  position: relative;
}


/* wrap */
#information .wrap {
  box-sizing: border-box;
  overflow: hidden;
}

#information .wrap h2 {
  text-align: center;
}
#information #twitter h2 {
  padding: 5px 0 15px;
}
#information .wrap h2 img {
  display: inline-block;
}
#information #news h2 img {
  width: 78px;
}
#information #twitter h2 img {
  width: 98px;
}

#information .wrap .body {
  text-align: left;
}
#information #news .body {
  position: relative;
  overflow-y: auto;
  height: 190px;
  padding-top: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
#information #news li {
  position: relative;
  padding-bottom: 14px;
}
#information #news .date,
#information #news .text,
#information #news .link {
  font-size: 12px;
  line-height: 1.625;
}
#information #news .link {
  text-align: right;
}
#information #news .link a {
  text-decoration: underline;
}
#information #news .link a::after {
  display: inline-block;
  content: '>';
  padding-left: 0.5em;
}
#information #twitter {
  background-image: url(../images/background.png);
  border: solid 10px #000000;
  height: 280px;
}
#information .twitter_timeline {
  background-image: url(../images/background.png);
}

@media screen and (max-width: 750px) {
  #information #news li {
    padding-left: 80px;
  }
  #information #news .date {
    position: absolute;
    top: 0;
    left: 0;
  }
  #information #twitter {
    margin-top: 25px;
  }
}
@media screen and (min-width: 751px) {
  #information .column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #information .wrap {
    width: 48%;
  }
  #information #news {
    background-image: url(../images/background.png);
    padding: 25px 25px 15px 30px;
  }
  #information #news h2 {
    padding: 5px 0 15px;
  }
  #information #news h2 img {
    width: 110px;
  }
  #information #news {
    height: 430px;
  }
  #information #news .body {
    height: 296px;
  }
  #information #news li {
    padding-bottom: 16px;
  }
  #information #news .date,
  #information #news .text,
  #information #news .link {
    font-size: 18px;
    line-height: 1.44;
  }
  #information #news .link a {
    text-decoration: none;
  }
  #information #news .link a:hover {
    text-decoration: underline;
  }
  #information #twitter {
    height: 430px;
  }
  #information #twitter h2 {
    padding: 15px 0 25px;
  }
  #information #twitter h2 img {
    width: 140px;
  }
}

/* facebook */
#information .facebook {
  margin-top: 15px;
  text-align: center;
}
#information .instagram {
  margin-top: 10px;
  text-align: center;
}
#information .facebook a,
#information .instagram a {
  position: relative;
  display: inline-block;
  width: 236px;
  box-sizing: border-box;
}
#information .facebook a::after,
#information .instagram a::after {
  position: absolute;
  top: 50%;
  left: 10px;
  content: '';
  display: block;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 751px) {
  #information .facebook.forSP,
  #information .instagram.forSP {
    display: block;
  }
  #information .facebook.forPC,
  #information .instagram.forPC {
    display: none;
  }
  #information .facebook {
    margin-top: 30px;
  }
  #information .instagram {
    margin-top: 20px;
  }
  #information .facebook a::after,
  #information .instagram a::after {
    transition: all 0.3s;
  }
  #information .facebook a:hover::after,
  #information .instagram a:hover::after {
    left: 15px;
  }
}
@media screen and (min-width: 1211px) {
  #information .facebook.forSP,
  #information .instagram.forSP {
    display: none;
  }
  #information .facebook.forPC,
  #information .instagram.forPC {
    display: block;
  }
  #information .facebook,
  #information .instagram {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    width: 30px;
    margin-right: -50px;
  }
  #information .instagram {
    margin-right: -90px;
  }
  #information .facebook a,
  #information .instagram a {
    width: 100%;
  }
  #information .facebook a::after,
  #information .instagram a::after {
    position: absolute;
    top: 11px;
    left: 10px;
    margin-top: 0;
  }
}


/*----------------------------------------------------
catalog
----------------------------------------------------*/

#catalog {
  background-image: url(../images/background.png);
  padding: 6.66% 0;
}
#catalog p {
  text-align: left;
}
#catalog li {
  margin-top: 4.2%;
}
#catalog li:first-child {
  margin-top: 0;
}
#catalog li a {
  position: relative;
  display: block;
  padding: 0 9.7183% 28px 0;
  bax-sizing: border-box;
}

#catalog li a span {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  background: rgba(0,0,0,0.7);
  border: solid 2px #ffffff;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
}
#catalog li a span::before {
  position: absolute;
  top: 50%;
  right: 14px;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -3px;
  border: 2px solid transparent;;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 751px) {
  #catalog {
    background: #AF011C;
    padding: 40px 0;
    text-align: left;
  }
  #catalog p {
    text-align: left;
  }
  #catalog ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #catalog li {
    width: 48%;
    margin-top: 0;
  }
  #catalog li a {
    padding: 0 2.0833% 20px 0;
  }
  #catalog li a span {
    font-size: 17px;
    line-height: 40px;
    padding: 0 50px 0 20px;
    transition: all 0.3s;
  }
  #catalog li a span::before {
    right: 24px;
    transition: all 0.3s;
  }
  #catalog li a:hover span {
    color: #000000;
    background: rgba(255,255,255,0.85);
  }
  #catalog li a:hover span::before {
    right: 14px;
    border-top-color: #000000;
    border-right-color: #000000;
  }

  #catalog ul.big {
    display: block;
  }
  #catalog ul.big li {
    width: 100%;
    margin-top: 4%;
  }
  #catalog ul.big li:first-child {
    margin-top: 0;
  }
  #catalog ul.big li a {
    padding: 0 10.5% 12px;
  }
}

/*----------------------------------------------------
キャプション
----------------------------------------------------*/

.cap {
  color: #000000;
  font-size: 10px;
  line-height: 1.6;
  text-align: left;
  padding: 10px 0px;
}
@media screen and (min-width: 751px) {
  .cap {
    font-size: 12px;
  }
}

/*----------------------------------------------------
whiteback
----------------------------------------------------*/

#whiteback {
  background: #ffffff;
  padding: 10px 20px 60px 20px;
}

@media screen and (min-width: 751px) {
  #whiteback {
    background: #ffffff;
    padding: 10px 30px 50px 30px;
  }
}

/*----------------------------------------------------
catalog2
----------------------------------------------------*/

#catalog2 {
  background: #ffffff;
  padding: 6.66% 0;
}
#catalog2 li {
  margin-top: 4.2%;
  margin-left : auto;
  margin-right: auto;
}
#catalog2 li:first-child {
  margin-top: 0;
  margin-left : auto;
  margin-right: auto;
}
#catalog2 li a {
  position: relative;
  display: block;
  padding: 0 9.7183% 28px 0;
  bax-sizing: border-box;
}

#catalog2 li a span {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  background: rgba(255,255,255,0.85);
  border: solid 2px #000000;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
}
#catalog2 li a span::before {
  position: absolute;
  top: 50%;
  right: 14px;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -3px;
  margin-left : auto;
  margin-right: auto;
  border: 2px solid transparent;;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 751px) {
  #catalog2 {
    background: #ffffff;
    padding: 40px 0;
  }
  #catalog2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #catalog2 li {
    width: 48%;
    margin-top: 0;
  margin-left : auto;
  margin-right: auto;
  }
  #catalog2 li a {
    padding: 0 2.0833% 20px 0;
  }
  #catalog2 li a span {
    font-size: 17px;
    line-height: 40px;
    padding: 0 50px 0 20px;
    transition: all 0.3s;
  }
  #catalog2 li a span::before {
    right: 24px;
    transition: all 0.3s;
  }
  #catalog2 li a:hover span {
    color: #ffffff;
    background: rgba(0,0,0,0.85);
  }
  #catalog2 li a:hover span::before {
    right: 14px;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
  }

  #catalog2 ul.small {
    display: block;
  }
  #catalog2 ul.small li {
    width: 30%;
    margin-top: 4%;
  margin-left : auto;
  margin-right: auto;
  }
  #catalog2 ul.small li:first-child {
    margin-top: 0;
  margin-left : auto;
  margin-right: auto;
  }
  #catalog2 ul.big li a {
    padding: 0 10.5% 12px;
  }
}

/*----------------------------------------------------
catalog3
----------------------------------------------------*/

#catalog3 {
  background: #AF011C;
  padding: 6.66% 0;
}
#catalog3 li {
  margin-top: 4.2%;
  margin-left : auto;
  margin-right: auto;
}
#catalog3 li:first-child {
  margin-top: 0;
  margin-left : auto;
  margin-right: auto;
}
#catalog3 li a {
  position: relative;
  display: block;
  padding: 0 9.7183% 28px 0;
  bax-sizing: border-box;
}

#catalog3 li a span {
  position: relative;
  bottom: 0;
  right: 0;
  display: inline-block;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  background: rgba(255,255,255,0.85);
  border: solid 2px #000000;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
}
#catalog3 li a span::before {
  position: absolute;
  top: 50%;
  right: 14px;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -3px;
  margin-left : auto;
  margin-right: auto;
  border: 2px solid transparent;;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 751px) {
  #catalog3 {
    background: #AF011C;
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /*#catalog3 .column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }*/
  #catalog3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #catalog3 li {
    width: 48%;
    margin-top: 0;
  margin-left : auto;
  margin-right: auto;
  }
  #catalog3 li a {
    padding: 0 2.0833% 20px 0;
  }
  #catalog3 li a span {
    width: 90%;
    font-size: 17px;
    line-height: 40px;
    padding: 0 50px 0 20px;
    transition: all 0.3s;
  }
  #catalog3 li a span::before {
    right: 24px;
    transition: all 0.3s;
  }
  #catalog3 li a:hover span {
    color: #ffffff;
    background: rgba(0,0,0,0.85);
  }
  #catalog3 li a:hover span::before {
    right: 14px;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
  }

  /*#catalog3 ul.small {
    display: block;
  }*/
  #catalog3 ul.small li {
    width: 50%;
  margin-left : auto;
  margin-right: auto;
  }
  #catalog3 ul.small li:first-child {
  margin-left : auto;
  margin-right: auto;
  }
  #catalog3 ul.big li a {
    padding: 0 10.5% 12px;
  }
}
/*----------------------------------------------------
catalog4
----------------------------------------------------*/

#catalog4 {
  background: #ffffff;
  padding: 6.66% 0;
}
#catalog4 li {
  margin-top: 4.2%;
  margin-left : auto;
  margin-right: auto;
}
#catalog4 li:first-child {
  margin-top: 0;
  margin-left : auto;
  margin-right: auto;
}
#catalog4 li a {
  position: relative;
  display: block;
  padding: 0 9.7183% 28px 0;
  bax-sizing: border-box;
}

#catalog4 li a span {
  position: absolute;
  width: 100%;
  bottom: 50%;
  right: 0%;
  display: inline-block;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  background: rgba(255,255,255,0.85);
  border: solid 2px #000000;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
}
#catalog4 li a span::before {
  position: absolute;
  top: 50%;
  right: 14px;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -3px;
  margin-left : auto;
  margin-right: auto;
  border: 2px solid transparent;;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 751px) {
  #catalog4 {
    padding: 40px 0;
  }
  #catalog4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #catalog4 li {
    width: 48%;
    margin-top: 0;
  margin-left : auto;
  margin-right: auto;
  }
  #catalog4 li a {
    padding: 0 2.0833% 20px 0;
  }
  #catalog4 li a span {
    font-size: 17px;
    line-height: 40px;
    padding: 0 50px 0 20px;
    transition: all 0.3s;
  }
  #catalog4 li a span::before {
    right: 24px;
    transition: all 0.3s;
  }
  #catalog4 li a:hover span {
    color: #ffffff;
    background: rgba(0,0,0,0.85);
  }
  #catalog4 li a:hover span::before {
    right: 14px;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
  }

  #catalog4 ul.small {
    display: block;
  }
  #catalog4 ul.small li {
    width: 30%;
    margin-top: 4%;
  margin-left : auto;
  margin-right: auto;
  }
  #catalog4 ul.small li:first-child {
    margin-top: 0;
  margin-left : auto;
  margin-right: auto;
  }
  #catalog4 ul.big li a {
    padding: 0 10.5% 12px;
  }
}
/*----------------------------------------------------
catalog5
----------------------------------------------------*/

#catalog5 {
  padding-bottom: 15px;
  margin-top: 25px;
}
#catalog5 li {
  margin-top: 4.2%;
  margin-left : auto;
  margin-right: auto;
}
#catalog5 li:first-child {
  margin-top: 0;
  margin-left : auto;
  margin-right: auto;
}
#catalog5 li a {
  position: relative;
  display: block;
  bax-sizing: border-box;
}

#catalog5 li a span {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  background: rgba(255,255,255,0.85);
  border: solid 2px #000000;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
}
#catalog5 li a span::before {
  position: absolute;
  top: 50%;
  right: 14px;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -3px;
  margin-left : auto;
  margin-right: auto;
  border: 2px solid transparent;;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 751px) {
  #catalog5 {
    padding: 20px 0;
  }
  #catalog5 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #catalog2 li {
    width: 48%;
    margin-top: 0;
  margin-left : auto;
  margin-right: auto;
  }
  #catalog5 li a {
    padding: 0 2.0833% 20px 0;
  }
  #catalog5 li a span {
    font-size: 17px;
    line-height: 40px;
    padding: 0 50px 0 20px;
    transition: all 0.3s;
  }
  #catalog5 li a span::before {
    right: 24px;
    transition: all 0.3s;
  }
  #catalog5 li a:hover span {
    color: #ffffff;
    background: rgba(0,0,0,0.85);
  }
  #catalog5 li a:hover span::before {
    right: 14px;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
  }

  #catalog5 ul.small {
    display: block;
  }
  #catalog5 ul.small li {
    width: 50%;
    margin-top: 4%;
  margin-left : auto;
  margin-right: auto;
  }
  #catalog5 ul.small li:first-child {
    margin-top: 0;
  margin-left : auto;
  margin-right: auto;
  }
  #catalog5 ul.big li a {
    padding-bottom: 10px;
  }
}

/*----------------------------------------------------
trailer
----------------------------------------------------*/

#trailer {
  padding-top: 28px;
}
#trailer h2 {
  width: 129px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 751px) {
  #trailer {
    padding-top: 45px;
  }
  #trailer h2 {
    width: 194px;
    margin-bottom: 25px;
  }
}


/*----------------------------------------------------
share
----------------------------------------------------*/

#share {
  padding: 30px 0 10px;
}
#share .column {
  max-width: 180px;
  margin: 0 auto;
}
#share h2 {
  text-align: center;
}
#share h2 img {
  display: inline-block;
  width: 62px;
}
#share .sns {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#share .sns li {
  width: 28%;
  max-width: 50px;
}
#share .sns li a {
  display: block;
}
@media screen and (min-width: 751px) {
  #share {
    display: none;
  }
}

/*----------------------------------------------------
col_2
----------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

.col_2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* 左右に振り分け */
  font-size: 18px;
  gap: 20px; /* 中央に余白 */
}

.col_2 > div {
  width: calc(50% - 10px); 
  position: relative;
  background: #fff;          
  padding: 60px 30px 40px;   /* 上下余白を多めに */
  border-radius: 12px;       
  border: 2px solid #000;    /* 黒線を追加 */
  font-size: 18px;
  text-align: center;        /* 中の文字をセンター揃え */
  line-height: 1.8;          /* 行間も少し広め */
  color: #000;               
  box-sizing: border-box;
}

/* タイトル共通 */
.col_2 .titleline {
  position: absolute;
  top: -24px; /* 白ベタから浮かせる */
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 2;
}

.col_2 .titleline span {
  display: inline-block;
  font-size: 2.4rem;     /* 通常より小さめ */
  padding: 14px 24px;
  font-weight: bold;
  color: #fff;             /* タイトル文字は白 */
  border-radius: 6px;
  border: 2px solid #000;  /* タイトル帯にも黒線 */
  white-space: nowrap;
}

.col_2 span {
  display: block;
  margin-top: 15px; /* ← brの代わりに余白をつける */
  font-weight: bold; /* 太字 */
}
.col_2 .cap {
  font-weight: bold;
  margin-top: 5px;
}

/* 左側（バラエティフェス） */
.col_2 > div:first-child .titleline span {
  background: #638ac7;
}

/* 右側（ミュージックフェス） */
.col_2 > div:last-child .titleline span {
  background: #87b969;
}

/* スマホ時（1カラム表示） */
@media screen and (max-width: 750px) {
  .col_2 {
    gap: 15px;
  }
  .col_2 > div {
    width: 100%;
    padding: 50px 20px 35px;
    font-size: 16px;
    line-height: 1.8;
  }
  .col_2 .titleline {
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*----------------------------------------------------
slider
----------------------------------------------------*/

.slideshow {
  position: relative;
  color: #ffffff;
  background-color: #1e1e22;
  overflow: hidden;
  height: 0;
  padding-bottom: 148.5333%;
}
@media screen and (min-width: 751px) {
  .slideshow {
    padding-bottom: 47.5841874%;
  }
}

.slideshow .pagination {
  display: none;
}

.slideshow__slide {
  visibility: hidden;
  transition: visibility 0s 1.7s;
}
.slideshow__slide.is-current {
  visibility: visible;
  transition-delay: 0s;
}
@media (max-width: 699px) {
  .slideshow .slideshow__slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 700px) {
  .slideshow .slideshow__slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.slideshow__slide-background-load-wrap {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 100%, 0);
  overflow: hidden;
}

.is-loaded .slideshow__slide-background-load-wrap {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

.slideshow__slide.is-prev .slideshow__slide-background-parallax,
.slideshow__slide.is-next .slideshow__slide-background-parallax {
  transform: none !important;
}

.slideshow__slide.is-prev-section .slideshow__slide-background-parallax,
.slideshow__slide.is-next-section .slideshow__slide-background-parallax {
  transform: none !important;
}

.slideshow__slide-background-load {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, -50%, 0);
}

.is-loaded .slideshow__slide-background-load {
  transform: translate3d(0, 0, 0);
}

.slideshow__slide-background-wrap {
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  transform: translate3d(0, 0, 0);
}

.slideshow__slide.is-prev .slideshow__slide-background-wrap {
  transform: translate3d(0, -100%, 0);
}

.slideshow__slide.is-next .slideshow__slide-background-wrap {
  transform: translate3d(0, 100%, 0);
}

.slideshow__slide.is-prev-section .slideshow__slide-background-wrap {
  transform: translate3d(0, -100%, 0);
  transition: none;
}

.slideshow__slide.is-next-section .slideshow__slide-background-wrap {
  transform: translate3d(0, 100%, 0);
  transition: none;
}

.slideshow__slide-background {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
  transform: scale(1);
  overflow: hidden;
}

.slideshow__slide.is-prev .slideshow__slide-background,
.slideshow__slide.is-next .slideshow__slide-background {
  transform: scale(0.5);
  transition-delay: 0s;
}

.slideshow__slide.is-prev-section .slideshow__slide-background,
.slideshow__slide.is-next-section .slideshow__slide-background {
  transform: scale(0.5);
  transition-delay: 0s;
  transition: none;
}

.slideshow__slide-image-wrap {
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  transform: translate3d(0, 0, 0);
}

.slideshow__slide.is-prev .slideshow__slide-image-wrap {
  transform: translate3d(0, 50%, 0);
}

.slideshow__slide-image {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
  transform: scale(1);
}

.slideshow__slide.is-prev .slideshow__slide-image,
.slideshow__slide.is-next .slideshow__slide-image {
  transform: scale(1.25);
  transition-delay: 0s;
}

.slideshow__slide.is-prev-section .slideshow__slide-image,
.slideshow__slide.is-next-section .slideshow__slide-image {
  transform: scale(1.25);
  transition-delay: 0s;
  transition: none;
}

.slideshow__slide-image::before,
.slideshow__slide-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.35;
}

.slideshow__slide.is-prev .slideshow_container,
.slideshow__slide.is-next .slideshow_container {
  transform: none !important;
}

.slideshow__slide.is-prev-section .slideshow_container,
.slideshow__slide.is-next-section .slideshow_container {
  transform: none !important;
}

.slideshow__slide-caption-text {
  display: none;
}

.slideshow__slide-image img {
  display: block;
  width: 100%;
}


/*----------------------------------------------------
float_bnr
----------------------------------------------------*/

@media screen and (max-width: 750px) {
  #pageHome #siteFoot {
/* サイトポリシー入れる場合入れる↓ */
    /* padding-bottom: 49px; */
  }
  #float_bnr {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    box-shadow: 0px -2px 3px rgba(0,0,0, 0.3);
    z-index: 99;
  }
  #float_bnr a {
    display: block;
    color: #ffffff;
    background: #00acee;
    height: 50px;
  }
  #float_bnr img {
    display: none;
  }
  #float_bnr span {
    position: relative;
    display: inline-block; 
    font-size: 14px;
    line-height: 50px;
    font-weight: bold;
    box-sizing: border-box;
  }
  #float_bnr span::before {
    position: absolute;
    top: 50%;
    right: -20px;
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    margin-top: -4px;
    border: 4px solid transparent;;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 100;
  }
}
@media screen and (min-width: 751px) {
  #float_bnr {
    position: fixed;
    top: 10px;
    right: 75px;
    width: 300px;
    height: 90px;
    z-index: 99;
    margin-right: -500px;
    transition: all 0.3s;
  }
  #float_bnr.view {
    margin-right: 0;
  }
  #float_bnr a,
  #float_bnr img {
    display: block;
  }
  #float_bnr a img {
    transition: all 0.3s;
  }
  #float_bnr a:hover img {
    opacity: 0.8;
  }
  #float_bnr span {
    display: none;
  }
}
@media screen and (min-width: 1336px) {
  #float_bnr {
    top: 60px;
    right: 10px;
  }
}


/*----------------------------------------------------
ticket_info
----------------------------------------------------*/

#ticket_info {
  position: relative;
  max-width: 1000px;
  margin: 20px auto 10px;
  padding: 10px 10px 20px;
  color: #ffffff;
  text-align: left;
  background: rgba(255,255,255,0.2);
  box-sizing: border-box;
}
#ticket_info h2 {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: bold;
}
#ticket_info h2 span {
  display: inline-block;
  border-bottom: solid 1px #ffffff;
}
#ticket_info .current {
  font-size: 12px;
  line-height: 1.2;
  text-align: right;
  margin-top: 10px;
}
#ticket_info h3 {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: bold;
}
#ticket_info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#ticket_info li {
  width: 48%;
  font-size: 13px;
  line-height: 1.2;
  margin-top: 15px;
}
#ticket_info li .icon {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (min-width: 341px) {
  #ticket_info .current {
    margin-top: 0;
    position: absolute;
    top: 22px;
    right: 15px;
  }
}
@media screen and (min-width: 751px) {
  #ticket_info {
    margin: 25px auto 15px;
    padding: 20px 30px 30px;
  }
  #ticket_info h2 {
    font-size: 18px;
  }
  #ticket_info .current {
    font-size: 13px;
    top: 22px;
    right: 24px;
  }
  #ticket_info h3 {
    margin-top: 25px;
    font-size: 14px;
  }
  #ticket_info ul::before{
    content: '';
    display: block;
    width: 24%;
    order: 1;
  }
  #ticket_info ul::after{
    content: '';
    display: block;
    width: 24%;
  }
  #ticket_info li {
    width: 24%;
    font-size: 15px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1001px) {
  #ticket_info li {
    width: 19%;
  }
}

.note {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 40px auto 60px; /* 上下余白追加 */
  gap: 15px;
}

.note-char {
  width: 120px;
  height: auto;
}

/* 吹き出し全体 */
.bubble {
  display: flex;
  align-items: center;
  gap: 6px; /* 丸と吹き出しの間隔 */
}

/* 小さい丸（考えてる風） */
.bubble .dot {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50%;
}

/* 吹き出し本体 */
.bubble-main {
  background: #fff;
  padding: 20px 30px;
  border: 3px solid #000;
  border-radius: 40px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* close */

#ticket_info.close p {
  padding: 10px 0 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
}
@media screen and (min-width: 751px) {
  #ticket_info.close p {
    font-size: 18px;
  }
}

/*----------------------------------------------------
title
----------------------------------------------------*/
.title {
    position: relative;
    padding:0.25em 1em;
    font-size: 22px;
    font-weight: bold;
    color: #ff4800;
    margin: 60px 50px 0px 50px;
}
.title:before,.title:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.title:before{
    border-left: solid 3px #ff4800;
    border-top: solid 3px #ff4800;
    top:0;
    left: 0;
}
.title:after{
    border-right: solid 3px #ff4800;
    border-bottom: solid 3px #ff4800;
    bottom:0;
    right: 0;
}
.title p {
    margin: 0; 
    padding: 0;
}
@media screen and (min-width: 751px) {
	.title {
    	font-size: 28px;
  		font-weight: bold;
    	color: #ff4800;
    	margin: 60px 340px 0px 340px;
	}
}

/*----------------------------------------------------
titlewhite
----------------------------------------------------*/
.titlewhite {
    position: relative;
    padding:0.25em 1em;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    margin: 60px 50px 0px 50px;
}
.titlewhite:before,.titlewhite:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.titlewhite:before{
    border-left: solid 3px #ffffff;
    border-top: solid 3px #ffffff;
    top:0;
    left: 0;
}
.titlewhite:after{
    border-right: solid 3px #ffffff;
    border-bottom: solid 3px #ffffff;
    bottom:0;
    right: 0;
}
.titlewhite p {
    margin: 0; 
    padding: 0;
}
@media screen and (min-width: 751px) {
	.titlewhite {
    	font-size: 28px;
  		font-weight: bold;
    	color: #ffffff;
    	margin: 60px 380px 0px 380px;
	}
}

/*----------------------------------------------------
titleyellow
----------------------------------------------------*/
.titleyellow {
    position: relative;
    padding:0.25em 1em;
    font-size: 22px;
    font-weight: bold;
    color: #ffe800;
    margin: 60px 50px 0px 50px;
}
.titleyellow:before,.titleyellow:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.titleyellow:before{
    border-left: solid 3px #ffe800;
    border-top: solid 3px #ffe800;
    top:0;
    left: 0;
}
.titleyellow:after{
    border-right: solid 3px #ffe800;
    border-bottom: solid 3px #ffe800;
    bottom:0;
    right: 0;
}
.titleyellow p {
    margin: 0; 
    padding: 0;
}
@media screen and (min-width: 751px) {
	.titleyellow {
    	font-size: 28px;
  		font-weight: bold;
    	color: #ffe800;
    	margin: 60px 380px 0px 380px;
	}
}

/*----------------------------------------------------
titleline（ポップ演出）
----------------------------------------------------*/
.titleline {
  position: relative;
  text-align: center;
  margin: 80px auto 40px;
  font-weight: bold;
  line-height: 1.1;
  overflow: visible;  /* 枠からはみ出せるように */
  z-index: 1;
}

.titleline span {
  display: inline-block;
  padding: 20px 5px;
  background: #fbec6b;
  color: #c40018;
  border: 3px solid #000;
  border-radius: 12px;
  box-shadow: 6px 6px 0 #000;
  transform: rotate(-2deg);
  animation: popTitle 1s ease-out forwards;
}

@keyframes popTitle {
  0% { transform: scale(0.6) rotate(-10deg); opacity: 0; }
  60% { transform: scale(1.1) rotate(3deg); opacity: 1; }
  100% { transform: scale(1) rotate(-2deg); }
}

@media screen and (min-width: 751px) {
  .titleline {
    font-size: 36px;
  }
  .titleline span {
    padding: 30px 50px;
  }
}

/*----------------------------------------------------
ボックス
----------------------------------------------------*/
.boxs {
    padding: 5em 1em;
    margin: 2em 0;
    font-size: 18px;
    font-weight: bold;
    color: #ff4800;/*文字色*/
    background: #dcdcdc;
    border-radius: 10px;/*角の丸み*/
}
.boxs p {
    margin: 0; 
    padding: 0;
}
@media screen and (min-width: 751px) {
	.boxs {
    	padding: 10em 5em;
    	font-size: 22px;
	}
}

/*----------------------------------------------------
キャプション
----------------------------------------------------*/

.cap {
  color: #000000;
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
  padding: 5px 0px 15px 0px;
}
@media screen and (min-width: 751px) {
  .cap {
    font-size: 12px;
    padding: 10px 0px;
  }
}

/*----------------------------------------------------
ボタン
----------------------------------------------------*/
/* 共通 */
.fes-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: bold;
  border: 3px solid #000;
  border-radius: 30px;
  background: #ce6016;
  color: #fff;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  transition: transform 0.1s ease;
}
.fes-btn:hover {
  background: #e2cc4e;
  transform: translateY(-3px);
}

/* 無効ボタン */
.fes-btn.disabled {
  background: #ccc;
  color: #666;
  border-color: #666;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
}

