@charset "utf-8";

body{
  font-size: 14px;
}

.top-inner{
  width: 80%;
  margin: 0 auto;
  max-width: 1240px;
}

/* FV */
.fv{
  position: relative;
  margin-top: 3rem;
  max-height: 600px;
  //overflow: hidden;
}

.fv-img{
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.fv-text{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 10%;
  z-index: 1;
  height: fit-content;
}

.fv-text h1{
  font-size: 1.25rem;
  color: #FFF;
  font-weight: 400;
  letter-spacing: .5rem;
}

.fv-text p{
  font-size: 3rem;
  color: #FFF;
  font-weight: bold;
  letter-spacing: .5rem;
}

.fv-text img{
  width: auto;
  height: 50px;
}

  .fv-img-sp{
    display: none;
  }

@media screen and (max-width: 1024px) {
  .fv{
    position: relative;
    margin-top: 3rem;
    max-height: none;
  }
  .fv-img{
    display: none;
  }
  .fv-img-sp{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fv-text{
    left: 5%;
  }
  .fv-text h1{
    margin: 1rem 0 0;
    font-size: 1.25rem;
    color: #FFF;
    line-height: 2;
  }
  .fv-text p{
    font-size: 2rem;
    color: #FFF;
    font-weight: bold;
    letter-spacing: .5rem;
  }

  .fv-text img{
    width: auto;
    height: 48px;
  }
}

@media screen and (max-width: 960px) {
  .fv{
    margin-top: 2rem;
  }
  .fv-text{
    left: 3%;
  }
  .fv-text h1{
    margin: 1rem 0 0;
    font-size: 24px;
    color: #FFF;
    line-height: 2;
    letter-spacing: .25rem;
  }
}

@media screen and (max-width: 600px) {
  .fv-text h1{
    margin: 1rem 0 0;
    font-size: 16px;
    color: #FFF;
    line-height: 2;
    letter-spacing: .125rem;
  }
}

/* Event */
.event{
  position: relative;
  margin: 5rem auto 5rem 0;
  width: 95%;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.event-deco{
  position: absolute;
  left: -7%;
  bottom: -3rem;
  max-width: 30%;
  height: auto;
  z-index: 1;
}

.event-cont{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5rem;
  width: -webkit-fill-available;
  width: 90%;
  margin-left: 10%;
}

.event-item{
  position: relative;
  display: flex;
  gap: 2rem;
  width: 100%;
}

.event-item-wrap{
  position: relative;
  display: flex;
  gap: 2rem;
}

.event-item-day{
  position: relative;
  display: flex;
  flex-direction: column;
}

.event-item-day p:nth-child(1){
  padding: .5rem 1rem 1rem;
  background-color: #000;
  color: #FFF;
  font-size: 2rem;
  text-align: center;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
}

.event-item-day p:nth-child(2){
  padding: .5rem 1rem;
  background-color: #464646;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: italic;
  text-align: center;
}

.event-item-day p:nth-child(3){
  margin-top: .5rem;
  color: #707070;
  font-size: 1.5rem;
  font-weight: 800;
  font-style: italic;
  text-align: center;
}


.event-item-img{
  width: 160px;
  height: auto;
  object-fit: cover;
}

.event-item-text{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.event-item-text h2{
  font-size: 1.25rem;
  font-weight: bold;
}

.event-item-text-desc{
  font-size: 12px;
}

.event-item-text-sche{
  margin-top: 2rem;
  position: relative;
  display: flex;
  gap: 2rem;
}

.event-item-text-sche-item{
  position: relative;
  display: flex;
  align-items: end;
  gap: 1rem;
  font-weight: bold;
}

.event-item-text-sche-item img{
  width: 20px;
  height: auto;
}

.event-item-text-sche-item-st{
  font-size: 1.25rem;
  font-weight: bold;
}

.event-item-text-sche-item:nth-child(5){
  font-size: 1.25rem;
  font-weight: bold;
}
.event-img{
  max-width: 60%;
  margin: 0 auto;
}

.event-btnitem{
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 10;
}


.event-cta{
  position: relative;
  width: 70%;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  margin: 5rem auto;
  padding: 3rem 5%;
}

.event-cta-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: auto;
}

.event-cta h2{
  color: #565FAC;
  font-size: 1.75rem;
}

.event-cta p{
  text-align: center;
}

.event-cta-btnitem{
  display: flex;
  gap: 1.5rem;
}

.event-cta-btn{
  width: 280px;
}

.event-cta-btn p:nth-child(1){
  color: #000;
  font-size: .75rem;
  font-weight: 500;
}

.event-cta-btn p:nth-child(2){
  letter-spacing: .25rem;
}

@media screen and (max-width: 1340px) { 
  .event{
    margin: 5rem auto 3rem;
    width: 90%;
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .event-img img{
    width: 300px;
  }
  .event-deco{
    position: absolute;
    left: auto;
    right: 2%;
    bottom: -2rem;
    max-width: 40%;
    height: auto;
    z-index: 1;
  }
}

@media screen and (max-width: 960px) { 
  .event-cont{
    min-width: auto;
    gap: 3rem;
    width: 100%;
  	margin-left: 0;
  }
  .event-item{
    flex-direction: column;
    padding-bottom: 1rem;
    border-bottom: 1px solid #464646;
  }
  .event-item-text-sche{
    margin-top: 1rem;
    flex-direction: column;
    gap: 1rem;
  }
  .event-deco{
    max-width: 60%;
    height: auto;
    z-index: 1;
  }
  .event-item-text h2{
    font-size: 1rem;
    font-weight: bold;
  }
  .event-item-text-desc{
    font-size: 10px;
  }
  .event-btnitem{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    position: fixed;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: .5rem;
  }
  .event-cta{
    width: 90%;
    gap: 1.5rem;
    margin: 3rem auto;
  }
  .event-cta-img{
    width: 50%;
    z-index: 0;
  }
  .event-cta h2{
    font-size: 1.25rem;
  }
  .event-cta p{
    font-size: 12px;
  }
  .event-cta-btnitem{
    flex-direction: column;
  }
  .event-cta-btn{
    width: 280px;
  }
  .event-cta-btn p:nth-child(1){
    color: #000;
    font-size: .75rem;
  }
  .event-cta-btn p:nth-child(2){
    letter-spacing: 0;
    font-size: 1.25rem;
  }
}

