@charset "UTF-8";/* 2025.12.26 */

@keyframes head {
  0% {
    transform: translateY(-0.8%);
  }
  100% {
    transform: translateY(0.8%);
  }
}
.ttlmain {
  font-size: 7vw;
  color: var(--main);
  padding: 0 15px;
  text-align: center;
}

.ttlmain span {
  font-size: .6em;
  color: var(--text);
  display: block;
  padding-top: .4em;
  margin-bottom: 3em;
}
.main_copy {
  top: calc(70px + .2%);
  left: 30px;
  width: 75%;
  height: auto;
  position: absolute;
  z-index: 11;
}
@media (min-width: 380px) {
  .ttlmain {
    font-size: clamp(2.6rem, 0.2rem + 3.6vw, 6rem);
  }
}
@media (min-width: 500px) {
  .main_copy {
    top: calc(70px + 1%);
  }
}
@media (min-width: 768px) {
  .main_copy {
    top: calc(70px + .5%);
    left: 12%;
    width: 31%;
  }
}

@media (min-width: 1500px) {
  .main_copy {
    top: min(5%, 200px);
  }
}
.headImg {
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.event_schedule {
  padding: 1em 0;
  background-image: none;
}
.headImg .animate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: head 1s alternate infinite ease-in-out;
}
.headImg .animate02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: head 2s -1.5s alternate infinite ease-in-out;
}
.headImg .animate03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: head 2s alternate infinite ease-in-out;
}
.headImg {
  overflow: hidden;
}

.headImg .slide {
  position: relative;
  z-index: -1;
}
.headImg img,
.swiper-slide img {
  width: 100%;
}
/* swiper */





.bg_01 {
  background-image: url("../images/top/bg_01.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media (min-width: 768px) {
  .bg_01 {
    background-repeat: repeat-x;
    background-size: 950px;
  }
}
#sec01 {
  padding-bottom: calc(10vw * 1.5 + 250px);
  position: relative;
  z-index: 11;
}
#sec01 .txtbox {
  position: relative;
  z-index: 2;
}
#sec01 p {
  font-size: clamp(1.6rem, 1.231rem + 0.77vw, 2rem);
  line-height: 2;
}
.top_ttl {
  text-align: center;
  font-weight: 700;
  margin-bottom: clamp(2rem, 0.154rem + 5.13vw, 4rem);
  position: relative;
}
.ttl_logo {
  width: 470px;
  max-width: 70%;
  display: block;
  margin: 6px auto;
}

#loop {
  margin-top: -40px;
}
.loop-bg {
  --loop-height_s: 120px;
  --loop-height: 300px;
}
@media (min-width: 768px) {
  #sec01 p {
    width: 32em;
    margin: 0 auto;
    text-align: center;
  }
  #loop {
    margin-top: -80px;
  }
}
@media (min-width: 1080px) {
  #sec01::after {
    background: url("../images/top/bg_02.svg") no-repeat top center / contain;
    top: 0;
    left: 0;
    right: 0;
    width: 980px;
    max-width: 90%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    content: '';
  }
}

#ryoiki {
  padding: 50px 15px 0;
}

#ryoiki .ttl1 {
  font-size: clamp(2.6rem, 0.2rem + 3.6vw, 6rem);
}
.list_02 {
  display: grid;
  gap: 15px
  grid-template-columns: 1fr;
}
.list_02 .box {
  margin: 30px auto 20px;
  width: 80%;
  position: relative;
  z-index: 2;
}
.list_02 .box::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(22%) saturate(5155%) hue-rotate(176deg) brightness(107%) contrast(107%);
  background: url("../images/sankaku.svg") no-repeat top center / contain;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  content: '';
  z-index: -1;
}
.list_02 .box:nth-child(1) dt,
.list_02 .box:nth-child(1) strong {
  color: var(--main);
}
.list_02 .box:nth-child(2) dt,
.list_02 .box:nth-child(2) strong {
  color: var(--sub06);
}
.list_02 .box:nth-child(3) dt,
.list_02 .box:nth-child(3) strong {
  color: var(--sub02);
}
.list_02 .box:nth-child(4) dt,
.list_02 .box:nth-child(4) strong {
  color: var(--sub03);
}
.list_02 .box:nth-child(5) dt,
.list_02 .box:nth-child(5) strong {
  color: var(--sub04);
}
.list_02 .box:nth-child(2)::after {
  transform: rotate(-30deg);
  filter: brightness(0) saturate(100%) invert(96%) sepia(9%) saturate(713%) hue-rotate(58deg) brightness(109%) contrast(102%);
}
.list_02 .box:nth-child(3)::after {
  width: 70%;
  right: 0;
  margin: auto;
  transform: rotate(-60deg);
  filter: brightness(0) saturate(100%) invert(93%) sepia(13%) saturate(823%) hue-rotate(303deg) brightness(108%) contrast(108%);
}
.list_02 .box:nth-child(4)::after {
  width: 60%;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
  filter: brightness(0) saturate(100%) invert(88%) sepia(3%) saturate(1423%) hue-rotate(211deg) brightness(100%) contrast(122%);
}
.list_02 .box:nth-child(5)::after {
  width: 70%;
  right: 0;
  margin: auto;
  transform: rotate(-70deg);
  filter: brightness(0) saturate(100%) invert(87%) sepia(34%) saturate(140%) hue-rotate(8deg) brightness(108%) contrast(105%);
}
.list_02 dt {
  font-size: clamp(1.8rem, 0.378rem + 2.96vw, 2.5rem);
  font-weight: bold;
  text-align: center;
}
.list_02 dd::before {
  content: "・";
  display: inline;
  margin-left: -1em;
}
@media (max-width: 480px) {
  .list_02 .box:nth-child(3)::after,
  .list_02 .box:nth-child(4)::after,
  .list_02 .box:nth-child(5)::after {
    width: 90%;
  }
}
@media (max-width: 420px) {
  .list_02 .box:nth-child(3)::after {
    left: 22%;
  }
}
@media (max-width: 380px) {
  .list_02 .box:nth-child(3)::after,
  .list_02 .box:nth-child(4)::after,
  .list_02 .box:nth-child(5)::after {
    left: 30%;
  }
}


/* 画像左右往復 */
.animation-container {
  padding: 50px 0 0;
  text-align: right;
  line-height: 0;
}
.moving-image {
  width: 300px;
  max-width: 50%;
  margin: 0 0 0 auto;
  animation: jump 5s infinite;
}

/* キーフレームでアニメーションを定義 */
@keyframes jump {
  0%, 100% {
    transform: translateY(0);
  }
  /* 2% の時点で上へ5px移動させる */
  /* 5秒間の2%なので、0.1秒間だけ上に移動することになります */
  3% {
    transform: translateY(-10px); 
  }
}

@media (min-width: 700px) {
  .list_02 {
      grid-template-columns: repeat(2, 1fr);
    }
   .list_02 .box:last-child {
     grid-column: span 2;
  }
  .list_02 .box:nth-child(3)::after,
  .list_02 .box:nth-child(4)::after {
    background-position: left;
    top: -40px;
    left: -30px;
    width: 90%;
  }
}


@media (min-width: 900px) {
  .list_02 {
     grid-template-columns: repeat(6, 1fr);
  }
  .list_02 .box:nth-child(1),
  .list_02 .box:nth-child(2) {
    grid-column: span 3;
    width: 74%;
  }
   .list_02 .box:nth-child(3),
   .list_02 .box:nth-child(4),
   .list_02 .box:nth-child(5) {
     grid-column: span 2;
     width: 90%;
  }
  .list_02 .box:nth-child(5)::after {
    background-position: left;
    top: -40px;
    left: -30px;
    width: 90%;
  }
}
@media (min-width: 1080px) {
  #ryoiki .ttl1 {
    font-size: 4rem;
  }
  .list_02 dd {
    font-size: 1.8rem;
    line-height: 1.9;
  }
}


#camera {
  margin-top: -10px;
  padding: 80px 0;
}
.camera {
  padding: 0;
  width: 90%;
  border-radius: 15px;
  border: solid 4px #fff;
  overflow: hidden;
}
.camera .txt1 {
  padding: 15px 20px;
}
.camera .txtbox {
  background: var(--sub04);
}
.img_camera {
  text-align: center;
  padding-bottom: 10px;
}
.img_camera img {
  width: 60px;
}
@media (min-width: 768px) {
  .camera {
    border-radius: 20px;
  }
  .camera .txt1 {
    font-size: 1.8rem;
    padding: 0 30px 30px 0;
  }
}

.ttl2 {
  padding: 10px 10px 10px 60px;
  text-align: left;
  color: #fff;
  background: #231815;
  position: relative;
}
.ttl2::before {
  top: 0;
  left: 10px;
  width: 40px;
  height: 100%;
  background: url("../images/top/rec.svg") no-repeat center left / contain;
  content: '';
  position: absolute;
}
#camera,
#sec02 {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: var(--light01);
}
.ttl1 {
  font-size: clamp(1.8rem, 0.378rem + 2.96vw, 2.5rem);
  padding-bottom: 20px;
  text-align: center;
}
.box1 {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
}
.box1 .txt_s {
  top: -1em;
  right: 0;
  padding: .5em 1em;
  background: var(--main);
  color: #fff;
  border-radius: 50px 0 0 50px;
  position: absolute;
}
.flexbox {
  margin: auto auto 0;
  width: 100%;
}
.if {
  display: flex;
  justify-content: center;
}
.flexbox .btn_01 {
  width: 100%;
}
@media (min-width: 430px) {
  .if, .if iframe {
    overflow-y: hidden;
  }
}

.img_01 {
  margin: 0 auto 30px;
  text-align: center;
}
.img_01 img {
  width: 502px;
  max-width: 100%;
  border-radius: 10px;
}

.ttl_img {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 450px) {
  .ttl_img {
    max-width: 70%;
  }
}
.list_01 h4 {
  padding: 5px 8px;
  border-radius: 1em;
  margin-bottom: 1em;
  background: #fff;
  color: var(--main);
  text-align: center;
}
.list_01 figure {
  padding: 0 0 10px;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
}
.list_01 figure img {
  height: 100%;
  width: auto;
}
.list_01 strong {
  color: var(--sub01);
}
#sec02 li:nth-child(2) strong {
  color: var(--sub02);
}
#sec02 li:nth-child(3) strong {
  color: var(--sub03);
}
#sec02 li:nth-child(4) strong {
  color: var(--sub04);
}
#sec02 li:nth-child(5) strong {
  color: var(--sub05);
}
#sec02 li:nth-child(6) strong {
  color: var(--sub06);
}


#sec03 {
  padding-bottom: 50px;
  background-color: var(--light01);
}
@media (max-width: 420px) {
  .if {
    width: 70vw;
    display: block;
    overflow: auto;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
    .if {
      width: 35vw;
      display: block;
  }
}
@media (min-width: 768px) {
  .box1 {
    padding: 40px;
  }
  #sec02 {
    padding-bottom: 20px;
  }
  #sec03 {
    padding-bottom: 100px;
  }
  .list_01 figure {
    height: 180px;
  }
}

.contactBox {
  padding-bottom: 50px;
  background-color: var(--light01);
}
.f_btn {
  height: 100px;
  padding: 15px;
  margin: 0 auto 0;
  font-size: clamp(2rem, 0.892rem + 2.31vw, 3.2rem);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, .7);
}

.f_btn::after {
  bottom: 17%;
  right: 10px;
}
@media (min-width: 768px) {
  .f_btn::after {
    bottom: 28%;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}












