@charset "utf-8";

/* CSS Document */

/***********
mainVisual
************/

.mainVisual {
  position: relative;
  padding-top: 150px;
}
.mainVisual-container {
  background: url(../../img/mainvisual_bg.jpg) no-repeat center center / cover ;
  background-color: #000;
  color: #fff;
  padding: 4em 3%;
  height: calc(100vh - 150px);
  min-height: 500px;
  max-height: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  opacity: 0;
}

.mainVisual-notice {
  text-align: center;
}
.mainVisual-notice-box {
  font-size: clamp(124%,2vw, 254%);
  font-weight: 600;
  display: inline-flex;
  border: 3px solid #f00;
  line-height: 1.3;
}
.mainVisual-notice-title {
  background-color: #f00;
  padding: 0 0.5em;
}
.mainVisual-notice-text {
  padding: 0 0.5em;
  background-color: rgba(0, 0, 0, 0.5);
}


.mainVisual-title {
  font-size: clamp(300%,4.8vw, 700%);
  font-weight: 800;
  line-height: 1.2;
  padding-bottom: 0.2em;
}

.mainVisual-schedule {
  line-height: 1.2;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.mainVisual-schedule dt {
  font-size: clamp(124%,2vw, 254%);
  font-weight: 800;
  padding-right: 0.8em;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.mainVisual-schedule dd {
  font-size: clamp(270%,2.5vw, 400%);
  font-weight: 800;
  text-align: left;
}

.mainVisual-venue {
  font-size: clamp(124%,2vw, 254%);
  line-height: 1.2;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding-top: 0.8em;
}
.mainVisual-venue dt {
  font-weight: 800;
  padding-right: 0.4em;
  white-space: nowrap;
}
.mainVisual-venue dd {
  font-weight: 800;
  text-align: left;
}
.mainVisual-venue dd br{
  display: none;
}

body.is-loaded .mainVisual-container {
  opacity: 1;
  transition: 2s;
  transition-delay: 0.2s;
}

@media screen and (max-width:1280px) {

  .mainVisual {
    padding-top: 100px;
  }
  .mainVisual-container {
    height: calc(100vh - 100px);
  }

}

@media screen and (max-width:1024px) {

  .mainVisual {
    padding-top: 60px;
  }
  .mainVisual-container {
    height: calc(100svh - 60px);
    min-height: 500px;
    max-height: 1000px;
  }

}

@media screen and (max-width:834px) {

  .mainVisual {
  }
  .mainVisual-container {
    padding: 4em 2%;
  }


  .mainVisual-notice {
    padding-bottom: 1em;
  }
  .mainVisual-notice-box {
    font-size: clamp(108%,2vw, 170%);
    border-width: 2px;
    line-height: 2;
  }

  .mainVisual-title {
  }

  .mainVisual-schedule {
    line-height: 1.5;
    letter-spacing: 0;
  }
  .mainVisual-schedule dt {
    font-size: clamp(93%,3vw, 154%);
  }
  .mainVisual-schedule dd {
    font-size: clamp(139%,4vw, 300%);
    line-height: 1.2;
  }

  .mainVisual-venue {
    font-size: clamp(108%,3.5vw, 154%);
    padding-top: 1em;
    line-height: 1.5;
  }
  .mainVisual-venue dt {
  }
  .mainVisual-venue dd {
  }
  .mainVisual-venue dd br{
    display: inline;
  }

  body.is-loaded .mainVisual-container {
    opacity: 1;
    transition: 2s;
    transition-delay: 0.2s;
  }

}

/***********
homeTicker
************/

.homeTicker{
  white-space: nowrap;
  line-height: 1.1;
  pointer-events: none;
  position: relative;
}
.homeTicker-text {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  font-size: clamp(1300%,13vw, 2200%);
  font-weight: 900;
  color: transparent;
  text-stroke: 0.004em #fff;
  -webkit-text-stroke: 0.004em #fff;
  opacity: 0.5;
}
.homeTicker-text-item {
  padding-right: 0.3em;
}

@media screen and (max-width:834px) {

  .homeTicker{
    line-height: 1;
  }
  .homeTicker-text {
    font-size: 800%;
  }

}


/***********
homeNews
************/

.homeNews {
  padding-top: clamp(8em,10vw, 20em);
  padding-bottom: 2em;
}
.homeNews-container {
  background: url(../../img/bg01.png) no-repeat right top / 100% auto ;
  background-color: #fff;
  padding: 7em 6% 7em;
  position: relative;
}
.homeNews-heading {
  font-size: 600%;
  font-weight: 900;
  line-height: 1;
  color: #3a14b6;
  padding-bottom: 0.2em;
}

.homeNews-link {
  position: absolute;
  right: 6%;
  top: 6em;
}



/***********
homeNews-navi
************/

.homeNews-navi {
  overflow: auto;
  display: flex;
}
.homeNews-navi-list {
  display: flex;
}
.homeNews-navi-list li {
  min-width: 6em;
  padding: 1.5em 1em 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 124%;
  font-weight: 500;
  color: inherit;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  cursor: pointer;
}
.homeNews-navi-list li a{
}
.homeNews-navi-list li::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--color-brand01);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: right ;
}
body.is-pc .homeNews-navi-list li:hover::after {
  transform: scaleX(1);
  transform-origin: left ;
}
.homeNews-navi-list li.is-active::after {
  transform: scaleX(1);
}
body.is-pc .homeNews-navi-list:hover li.is-active::after {
  transform: scaleX(0);
}
body.is-pc .homeNews-navi-list:hover li:not(.is-active):hover::after,
body.is-pc .homeNews-navi-list:hover li.is-active:hover::after {
  transform: scaleX(1);
}

.homeNews-navi-list li.is-active::after ,
.homeNews-navi-list li:not(.is-active):hover::after{
}

@media screen and (max-width:834px) {

  .homeNews {
    padding-bottom: 2em;
    margin-top: 12em;
  }
  .homeNews-container {
    background: url(../../img/bg01.png) no-repeat right top / 640px auto ;
    background-color: #fff;
    padding: 3em 5% 2em;
  }
  .homeNews-heading {
    font-size: 300%;
  }

  .homeNews-link {
    position: static;
    text-align: center;
    padding-top: 1em;
  }


  .homeNews-navi {
    overflow: auto;
    padding-left: 2%;
    display: block;
  }

  .homeNews-navi-list {
    display: flex;
    flex-wrap:nowrap;
  }
  .homeNews-navi-list li {
    min-width: 5em;
    padding: 1em 0.5em 1em;
    font-size: 100%;
  }
  .homeNews-navi-list li a {
  }


}


/***********
xxxxx
************/
