@charset "utf-8";
body {
    margin: 0;
    padding:0;
    background-color: #ececec; 
    z-index: 1;
    position: relative;
    box-sizing: border-box;
    overflow-x: hidden;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.dela-gothic-one-regular {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}




.backwavekimidori,.backwavekiiro,.backwavemidori{
  display: block;
  width: 100%;
  height: auto;
}
.backwavekiiro{
  background-color: #114232;
}
.backwavekimidori{
  background-color: #F7F6BB;
}
.backwavemidori{
  background-color: #87A922;

}

.midoriback{
  background-color: #ececec;
  height: 50px;
}
.nami1,.nami2,.nami3{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -1px;

  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  }
  @keyframes floating-y {
    0% {
      transform:  rotate(180deg) translateY(0%) ;
    }
    100% {
      transform:  rotate(180deg) translateY(10%);
    }
}

.nami1{
  background-color: #f24646;
}
.nami2{
  background-color: #6a9de3;
  
}




.mainnamebox{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.mainname{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 9vh;
  z-index: 2;
  font-size: 400%;
  color: #212015;
  animation: text-focus-in 4s infinite;
  animation: text-focus-in 3s forwards;
}
.nengo{
  position: absolute;
  font-size: 200%;
  z-index: 2;
  top: 35vh;
  color: #fff;
  animation: text-focus-in 2s forwards;
}

@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}

@media screen and (min-width: 480px) and (max-width:950px){ 
  .mainname{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 10vh;
    z-index: 2;
    font-size: 500%;
    color: #212015;
    animation: text-focus-in 4s infinite;
    animation: text-focus-in 3s forwards;
  }
  .nengo{
    position: absolute;
    font-size: 200%;
    z-index: 2;
    margin-top: 8vh;
    color: #fff;
    animation: text-focus-in 2s forwards;
  }
}

@media screen and (min-width:950px) and (max-width:1200px){
  .mainname{
    font-size: 600%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 2%;
    z-index: 2;
    font-size: 500%;
    color: #212015;
    animation: text-focus-in 4s infinite;
    animation: text-focus-in 3s forwards;
  }
  .nengo{
    font-size: 200%;
    position: absolute;
    font-size: 200%;
    z-index: 2;
    top: 45vh;
    color: #fff;
    animation: text-focus-in 2s forwards;
  }
}


.karesan .karesans{
  width: 100vw;
  z-index: -3;
  position: absolute;
  top: 10%;
}
.karesan2 .karesan{
  width: 100vw;
  z-index: 1;
  position: absolute;
  top: 170vh;
  transform: scale(1,-1);
}

@media screen and (min-width:768px){
  .karesan2 .karesan{
    width: 100vw;
    z-index: 1;
    position: absolute;
    top: 330vh;
    transform: scale(1,-1);
  }
}

@media screen and (min-width: 480px) and (max-width:850px){ 
  .karesan2 .karesan{
    width: 100vw;
    z-index: 1;
    position: absolute;
    top: 180vh;
    transform: scale(1,-1);
  }
}

.arch1{
  position: relative;
  z-index: 10;
  text-align: center;
  margin-top: 40%;
}

.arch2{
  position: relative;
  z-index: 10;
  text-align: center;
}

.arch1,.arch2{
  opacity: 0;
  animation: delay 5s forwards;
  z-index: 1;
}

@keyframes delay {
 
  100% {
    opacity: 1;
  }
}


.rerogoback {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.recre{
  width: 220px;
  height: 200px;
  margin: 10px;
  transition: 1s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.recre.on {
  width: 60%;
  height: 1%;
  transform: translateY(0);
  opacity: 1.0;
}


.habox{
  width: 220px;
  height: 200px;
  margin: 10px;
  position: absolute;
}

.hamae{
  width: 220px;
  height: 200px;
  margin: 10px;
  z-index: 10;
  position: absolute;
  scale: 0.35;
  top: 20%;
  left: 40%;
  transition: 1s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.hausiro{
  width: 220px;
  height: 200px;
  margin: 10px;
  z-index: -1;
  position: absolute;
  scale: 0.25;
  rotate: -90deg;
  top: -40%;
  left: -50%;
  transition: 1s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
} 

.hamae.on {
  transform: translateY(0);
  opacity: 1.0;
}

.hausiro.on {
  transform: translateY(0);
  opacity: 1.0;
}




.nitizi{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.niti.on {
  transform: translateY(0);
  opacity: 1.0;
}


.nitizibox{
  position: relative;
  width: 80%;
  height: auto;
  margin: 10px;
  margin-top: 10%;
  margin-bottom: 20%;
}

.niti{
  position: absolute;
  width: 100%;
  height: auto;
  left: 10%;
  transition: 1s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.niti.on {
  transform: translateY(0);
  opacity: 1.0;
}



.exp {
  display: block;
  width: 94vw;
  margin: 0 auto;
  font-size: 20px;
  color: #000;
  
}

.exp p {
  text-align: left;
  display: inline-block;
}

@keyframes highlight {
  0% {
      background-size: 0 2em;
  }
  100% {
      background-size: 100% 2em;
  }
}

.marker-animation-shudai, .marker-animation-bu1, .marker-animation-bu2, .marker-animation-bu3 {
  display: inline-block;
  padding: 0 0.2em;
  background-image: linear-gradient(to right, #FCDC2A 0%, #FCDC2A 100%);
  background-repeat: no-repeat;
  background-position: 0 0.4em; /* マーカーの縦位置を調整 */
  background-size: 0 2em; /* マーカーの高さを調整 */
  font-size: 1.4em; /* 文字を大きく */
  color: #001;
  opacity: 0; /* 初期状態では透明に */
  transition: opacity 0.5s ease-in-out; /* アニメーションのためのトランジションを追加 */
}

.marker-animation-bu1, .marker-animation-bu2, .marker-animation-bu3 {
  font-size: 1.1em;
}

.marker-animation-shudai.animate, .marker-animation-bu1.animate, .marker-animation-bu2.animate, .marker-animation-bu3.animate {
  opacity: 1; /* 表示状態 */
  animation: highlight 1s ease-in-out forwards;
}

.leaf {
  width: 200px;
}

.mark {
  display: flex;
  justify-content: flex-end;
}

.exp::before {
  inset: 0;
  filter: brightness(.8);
  content: '';
  z-index: -1;
}

.exp_01, .exp_02, .exp_03, .exp_04, .exp_05 {
  overflow: hidden;
  width: 94vw;
}

.exp_05{
  padding-left: 3vw;
}
.exp_01 p {
  margin: auto;
  font-size: 25px;
}

.exp_01 .shudai {
  font-size: 2em;
}

.exp_02, .exp_03, .exp_04, .exp_05 p {
  margin: auto;
}

.js-scroll-up .on p {
  animation: textAnime 2.0s .5s forwards ease-in-out;
  transform: translateY(90%);
}

@keyframes textAnime {
  to {
      transform: translateY(0px);
  }
}

@media screen and (min-width: 481px) {
  .exp {
      font-size: 1.4em;
  }
  .exp_01 p {
      font-size: 35px;
  }
}

@media screen and (min-width: 960px) {
  .leaf {
      width: 250px;
  }
  .exp {
      font-size: 1.6em;
  }
}
.loopSlide {
    position: relative;
    display: flex;
    width: 100vw;
    overflow: hidden;
    background-color: #6a9de3;
}

.loop1 {
  margin-top: 20vh;
    
    ul {
        padding: 0;
        display: flex;
        flex-shrink: 0;
        animation: slide 20s linear infinite;

        li {
            display: inline-block;
            width: 100%;
            min-width: 180px;
            min-height: 100px;
            margin-right: 20px;
            list-style: none;
            text-align: center;

            img {
                display: block;
                width: 100%;
                height: 80%;
                border-radius: 12%;
            }
        }
    }
}
.loop2 {
  margin-bottom: 20vh;
    ul {
        padding: 0;
        display: flex;
        flex-shrink: 0;
        animation: slide 18s linear infinite;

        li {
            display: inline-block;
            width: 100%;
            min-width: 200px;
            min-height: 130px;
            margin-right: 20px;
            list-style: none;
            text-align: center;

            img {
                display: block;
                width: 100%;
                height: 100%;
                border-radius: 10%;
            }
        }
    }
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.loopSlide:hover ul {
    animation-play-state: paused;
}
.button_pop-up{
  background-color: #6a9de3;
}
.button_pop-up a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #114232;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 20px;
    border-radius: 50px;
    top: -10vh;
}
.button_pop-up a:after {
    content: '';
    width: 2%;
    height: 12%;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 46%;
    right: 10%;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button_pop-up a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

/* title.css */
@keyframes highlight {
    0% {
        background-size: 0 2em;
    }
    100% {
        background-size: 100% 2em;
    }
}


.exp{
  background: linear-gradient(to bottom, #ececec, #6a9de3);
  background: -webkit-linear-gradient(top, #ececec, #6a9de3);
  background: -moz-linear-gradient(top, #ececec, #6a9de3);
  width: 100vw;
  width: 100%;
  margin-top: 323px;
  z-index: 0;
}
.title{
    font-weight: bold;
    
}

.title.club {
    display: inline-block;
    position: absolute;
    background-color: #6a9de3;
    z-index: 100;
}
.title.club p {
    color: #000;
    display: inline-block;
    padding: 0 0.2em; /* 少しの余白を追加 */
    /*background-color: #F7F6BB;*/
    background-image: linear-gradient(to right, #f24646 0%, #f22525 100%);
    background-repeat: no-repeat;
    background-position: 0 0.2em; /* マーカーの縦位置を調整 */
    background-size: 0 2em; /* マーカーの高さを調整 */
    font-size: 2em; /* 文字を大きく */
    opacity: 0; /* 初期状態では透明に */
    transition: opacity 0.5s ease-in-out; /* アニメーションのためのトランジションを追加 */
}
.title.club.animate p {
    opacity: 1; /* 表示状態 */
    animation: highlight 2s ease-in-out forwards;
}

.title.map {
    display: inline-block;
    position: absolute;
    z-index: 100;
    margin-top: -3vh;
    left: -1vw;
}
.title.map p {
    color: #fff;
    display: inline-block;
    padding: 0 0.2em; /* 少しの余白を追加 */
    background-image: linear-gradient(to right, #6a9de3 0%, #4b8de9 100%);
    background-repeat: no-repeat;
    background-position: 0 0.2em; /* マーカーの縦位置を調整 */
    background-size: 0 2em; /* マーカーの高さを調整 */
    font-size: 2em; /* 文字を大きく */
    opacity: 0; /* 初期状態では透明に */
    transition: opacity 0.5s ease-in-out; /* アニメーションのためのトランジションを追加 */
}
.title.map.animate p {
    opacity: 1; /* 表示状態 */
    animation: highlight 2s ease-in-out forwards;
}

.title.timetable {
    display: inline-block;
    position: absolute;
    z-index: 100;
    margin-top: 40vh;
}
.title.timetable p {
    color: #000;
    display: inline-block;
    padding: 0 0.2em; /* 少しの余白を追加 */
    background-image: linear-gradient(to right, #f24646 0%, #f22525 100%);
    background-repeat: no-repeat;
    background-position: 0 0.2em; /* マーカーの縦位置を調整 */
    background-size: 0 2em; /* マーカーの高さを調整 */
    font-size: 2em; /* 文字を大きく */
    opacity: 0; /* 初期状態では透明に */
    transition: opacity 0.5s ease-in-out; /* アニメーションのためのトランジションを追加 */
}
.title.timetable.animate p {
    opacity: 1; /* 表示状態 */
    animation: highlight 2s ease-in-out forwards;
}


@media screen and (min-width: 480px) and (max-width:850px){ 
  .title.map {
    display: inline-block;
    position: absolute;
    z-index: 100;
    margin-top: 0vh;
    left: -1vw;
  }
  .title.timetable {
    display: inline-block;
    position: absolute;
    z-index: 100;
    margin-top: 43vh;
  }
}

@media screen and (min-width:851px){
  .title.map {
    display: inline-block;
    position: absolute;
    z-index: 100;
    margin-top: 0vh;
    left: -1vw;
  }
  .title.timetable {
    display: inline-block;
    position: absolute;
    z-index: 100;
    margin-top: 40vh;
  }
  .title.club p,.title.map p,.title.timetable p{
    font-size: 2.9em;
  }

}




.maru{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  margin-top: 50%;
  z-index: 1;
}

.marubox{
  width: 430px;
  height: 600px;
  mix-blend-mode: multiply;
  position: relative;
  transition: 1s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
  margin-bottom: 20%;
}

.marubox.on {
  transform: translateY(0);
  opacity: 1.0;
}

.maru1 {
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  background-color: rgba(79, 136, 104, 0.5);
  position: relative;
  width: 250px;
  height: 250px;
  text-align:center;
  line-height: 220px;
  font-size: 30px;
  color: #fff;
}

#reback{
  position: absolute;
  top: -35%;
  left: -5%;
  transform: scale(0.8) rotate(20deg);
  opacity: 0.6;
}

#recback{
  position: absolute;
  top: 15%;
  left: 60%;
  transform: scale(0.8) rotate(30deg);
  opacity: 0.6;
}



.maru2 {
  background: #fff;
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
  background-color: rgba(85, 139, 93, 0.5);
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: 0;
  right: 0;
  text-align:center;
  line-height: 180px;
  font-size: 30px;
  color: #fff;
}

.rogo{
  position: absolute;
  transform: scale(0.5,0.5);
  top: 100px;
}



.button_pop-up-1 a,.button_pop-up-2 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 10px 10px;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  filter: drop-shadow(0px 2px 4px #ccc);
  border-radius: 20px;
  border-radius: 50px;
}
.button_pop-up-1 a:after {
  content: '';
  width: 2%;
  height: 12%;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 46%;
  right: 10%;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button_pop-up-2 a:after{
  content: '';
  width: 2%;
  height: 12%;
  border-top: 3px solid #114232;
  border-right: 3px solid #114232;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 46%;
  right: 10%;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button_pop-up-1 a:hover,.button_pop-up-2 a:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
.more-1{
  background: #114232;
  color: #FFF;
}
.more-2{
  background: #F7F6BB;
  color: #114232;
}

.click{
  display: inline-block;
  width:100%;
}
.click img{
  display: block;
  margin:20px auto;
  max-width: 150px;
  margin-top: 15vh;
  margin-bottom: 5vh;
}
.click img:active{
  position: relative;
}

@media screen and (max-width: 768px) {
  .click img{
      width: 50%;
  }
}
  
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .click img{
      width: 40%;
  }
}
  
@media screen and (min-width: 1025px) {
  .click img{
      width: 30%;
  }
  
}

.topdaintai{
  background-color: #F7F6BB;
}
.topmap{
  background-color: #f24646;
}

.toptime{
  background-color: #4986e5;
}

.SNS{
  width: 80%;
  margin: 0 auto;
  max-width: 500px;
  scale: 0.8;
}


a {
  color: #114232;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

.footer {
  padding: 2rem;
  font-size: 15px;
  background-color: #ccc;
  border-top: 1px solid #e5e7eb;
  text-align: center;
}

.footer a:hover {
  color: #fff;
  
}

@media (min-width: 768px) {
  .footer {
    display: flex;
    justify-content: space-between;
  }

  .md-flex {
    display: flex;
    margin-left: 40vw;
    color: #114232;
  }

  .md-flex li + li {
    margin-left: 160px;
  }
}