@charset "utf-8";

:root {
  --main-bg-color: #44BFEF;
}

/* common */
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body { 
  color: #333; 
  font-family: 'Zen Maru Gothic', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
  text-align: left;
}
section h2 {
  font-size: 2.6rem;
}
a:hover {
  opacity: 0.5;
}
img {
  width: 100%;
  height: auto;
}
.section {
  padding: 60px 15px;
}
.topic {
  text-align: center;
}
.sp__design {
  max-width: 600px;
  /* 画面幅 */
  margin: 0 auto;
  box-shadow: 0 4px 64px rgba(25, 25, 25, .15);
  background-image: url("../images/bg.png");
  background-size: 20%;
  overflow: hidden;
}
.pc__design {
  display: none;
}

/*to top */
#scroll-top {
  width: 65px;
  height: 65px;
  padding: 10px;
  position: fixed;
  right: 0%;
  bottom: 12%;
}
#scroll-top a {
  text-decoration: none;
}
@media(min-width: 450px) {
  #scroll-top {
    width: 100px;
    height: 100px;
    right: 10%;
    bottom: 10%;
  }
}

/* button */
.btn {
  max-width: 600px;
  /* 画面幅 */
  width: 100%;
  height: 80px;
  background-color: #C12C25;
  position: fixed;
  z-index: 1000;
  margin: 0 auto;
  padding: 15px 20px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border: none;
  cursor: pointer;
}
.btn span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
}
.btn a {
  display: block;
  text-decoration: none;
  color: #FFF;
}
.reservation__btn:hover {
  opacity: 1;
}
.btn__txt span {
  font-size: 2.0rem;
}
.btn__limit {
  border-left: dotted #FFF;
  padding-left: 20px;
}

/* header */
.header {
  padding: 10px 4.2%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  max-width: 600px;
  /* 画面幅 */
  z-index: 1200;
}
.header h1 {
  position: absolute;
  left: 10px;
}
.header h1,
.nav__topic {
  width: 90px;
  height: 40px;
}
.header__topic a,
.nav__topic a {
    display: flex;
    align-items: center;
}

/* navigation */
/* .nav初期表示 */
.nav {
  background: rgba(54,54,54, 0.95);
  width: 100%;
  height: 100vh;
  max-width: 600px;
  /* 画面幅 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform 0.4s;
}
.nav__header {
  padding: 10px 4.2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  /* width: 397px; */
  /* 画面幅 */
  width: 100%;
}
.nav__btn {
  width: 50px;
  height: 55px;
  cursor: pointer;
}
.nav__list {
  margin-top: 70px;
}
.nav__item {
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
  font-family: "DotGothic16";
}
.nav__item a {
  color: #FFF;
  text-decoration: none;
}

/* .nav.active表示 */
.nav.active {
  transform: translateX(0);
}
.header__btn {
  display: block;
  width: 50px;
  height: 55px;
  position:absolute;
  top: 10px;
  right: 10px;
  z-index: 1200;
  cursor: pointer;
}

/* PCデザイン */
@media(min-width: 1200px) {
  .sp__design {
    max-width: 600px;
    /* 画面幅 */
    margin: 0 auto;
    background-image: none;
}
  .pc__design {
    background-image: url("../images/bg.png");
    position: fixed;
    z-index: -100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .pc__design-wrapper {
    position: absolute;
    top: 0;
    left: 0;
  }
  .pc__design_logo {
    min-width: 150px;
    width: 20%;
    height: auto;
    margin: 40px 0 0 6%;
  }

  .pc__design_txt {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 100px 0 0 6%;
    width: clamp(450px, 55vw, 1300px);
  }
  .pc__design_txt--large {
    font-size:2em;
    font-weight:900;
  }
  .pc__design_txt--small {
    font-size:.9em;
    font-weight:900;
  }
  .pc__design_title {
    max-width: 300px;
    width: 40%;
    height: auto;
    margin: 40px 0 0 6%;
  }
  .pc__design_target {
    color: #981E2A;
    font-size: 2.0rem;
    font-weight: 700;
    border-radius: 50px;
    border: 1px solid #981E2A;
    background: #FFF;
    margin: 40px 0 0 8%;
    padding: 5px 20px;
    display: inline-block;
    position: relative;
  }
  .pc__design_target::before {
    content: "";
    display: block;
    background-image: url("../images/robo3.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 90px;
    right: 40px;
    animation: bounce 1s infinite;
  }
  .pc__design_target::after {
    content: "";
    display: block;
    background-image: url("../images/robo4.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    position: fixed;
    top: 40%;
    right: 15%;
    animation: fly 4s linear 0s infinite ;
  }
  /* .btn {
    position: fixed;
    left: 14%;
    bottom: 100px;
  } */
  .nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  .nav__item {
    font-size: 2.2rem;
    margin-bottom: 48px;
  }
  .pc__design {
    display: block;
  }  
}

/* ↑↑↑PC要調整 */




/* main */
.mainVis {
  width: 100%;
  height: auto;
  margin: 70px auto 0;
}

.mainVis img {
  width: 100%;
  height: auto;
  display: block;
}

/* secsion-top */
.section-top {
  background: #E8E9E6;
  position: relative;
}

.section-top::before {
  content: "";
  display: block;
  border: 2px solid #E7398E;
  border-radius: 50%;
  background-color: transparent;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -95px;
  left: 40px;
}

.section-top::after {
  content: "";
  display: block;
  border: 2px solid #E7398E;
  border-radius: 50%;
  background-color: transparent;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -140px;
  right: 10px;
}


.section-top h3 {
  width: 95%;
  max-width: 400px;
  height: auto;
  margin: 0 auto 30px;
  position: relative;
}
.section-top h3::before {
  content: "";
  display: block;
  background-image: url("../images/blue.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -50px;
  left: -60px;
  animation: rollAnime 5s linear infinite;
}
.section-top h3::after {
  content: "";
  display: block;
  background-image: url("../images/yellow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 70px;
  right: -20%;
  animation: rollAnime2 6s linear infinite;
}
.top__txt {
  color: #4A1318;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}
/* .top__txt::before {
  content: "";
  display: block;
  background-image: url("../images/Polygon\ 1.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 90%;
  left: 40%;
  animation: rollAnime 5s linear infinite;
} */
.top__txt::after {
  content: "";
  display: block;
  background-image: url("../images/green.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 100%;
  right: 40%;
  animation: rollAnime2 6s linear infinite;
}
.schedule {
  border-radius: 5px;
  background-color: #FFF;
  padding: 30px 15px;
  text-align: center;
  position: relative;
  z-index: 999;
  color: #4A1318;
}
.schedule::before {
  content: "";
  display: block;
  background-image: url("../images/purple.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: -10%;
  right: -5%;
  z-index: 10;
  animation: rollAnime 5s linear infinite;
}

.schedule__content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  
}
.schedule__date {
  width: 200px;
  font-weight: 700;
}
.schedule__date time {
  font-size: 2.5rem;
  background: linear-gradient(transparent 70%, rgb(175 30 35 / 0.5) 40%);
  line-height: 1.1;
}
.bold {
  font-size: 4.0rem;
}
.schedule__time {
  font-size: 2.6rem;
  margin: 20px 0;
}
.schedule__img {
  width: 130px;
  height: auto;
}
.schedule__txt {
  font-size: 1.2rem;
  position: relative;
  padding: 0 0 10px 0;
}
.schedule__txt2 {
  font-weight:bold;
  padding:1em 0 0;
  color: #AF1E23;
  text-decoration-line:none;
}
.schedule__txt3 {
  font-size: 1.2rem;
  position: relative;
  padding-bottom: 10px;
  text-decoration-line:none;
}
.schedule__txt::after {
  content: "";
  display: block;
  width: 274px;
  border-bottom: dotted 1px #4A1318;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.schedule__flyer {
  text-align: center; 
  padding: 1em;
}

.schedule__flyer a {
  color: #4A1318!important;
}

.schedule__pastEvent {
  background-color: #fff; 
  padding: 1em; 
  margin-top: 1.5em; 
  border-radius: 8px;
  color: #4A1318;
  position: relative;
}

.schedule__pastEvent::after {
  content: "";
  display: block;
  background-image: url("../images/yellow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -25%;
  left: 0%;
  animation: rollAnime2 6s linear infinite;
}

.schedule__pastEvent__link {
  text-align: center; 
  padding: 1em;
}

.schedule__pastEvent__link a {
  color: #4A1318!important;
}

.past__event {
  text-align: center;
  margin-top: 50px;
}

.past__event__txt {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.8rem;
}

.video_wrapper {
  width: 80%;            /* 横幅は8割くらい */
  max-width: 400px;      /* 最大幅（調整可） */
  margin: 0 auto;        /* 中央寄せ */
  aspect-ratio: 9 / 16;  /* アスペクト比を固定 */
  overflow: hidden;
  border-radius: 16px;   /* おしゃれに角丸 */
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.past__event__video {
  width: 100%;
  height: 100vh;        
  object-fit: cover;  
  border: 0;
}
.schedule__place {
  font-size: 2.0rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 5px;
}
.place__txt {
  margin-right: 10px;
  text-align: left;
}

.schedule__free {
  background-color: #AF1E23;
  padding: 3px 10px;
  color: #FFF;
  font-size: 1.6rem;
  letter-spacing: 1.7px;
}



/* section-about */
.section-about {
  position: relative;
}
.section-about::before {
  content: "";
  display: block;
  background-color: #E7398E; 
  border-radius: 50%; 
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  left: 0px;
  animation: scaleAnime 4s infinite;
}
.section-about::after {
  content: "";
  display: block;
  background-image: url("../images/circle1.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 150px;
  right: 20px;
  animation: scaleAnime 3s infinite;
}

.section-about h3 {
  width: 235px;
  height: auto;
  margin: 0 auto 30px;
  position: relative;
}

.aboutDx__item {
  width: 345px;
  height: auto;
  min-height: 500px;
  border-radius: 10px;
  border: 5px solid #E7398E;
  background: #FFF;
  margin: 0 auto 30px;
  text-align: center;
}

@media (min-width:600px) {
  .aboutDx__item {
  min-height: 630px;
  }
} 

.aboutDx__title {
  background-color: #E7398E;
  color: #FFF;
  padding: 30px 20px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: left;
}
.aboutDx__img {
  width: 90%;
  height: auto;
  margin: 20px auto;
}
.aboutDx__txt {
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: left;
}
.aboutDx__next {
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  background-color: #E7398E;
  padding:.5em 1em;
  border-radius: 999px;
  color:#fff;
  margin-bottom: 30px;
}
.aboutDx__next span::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  margin: auto;
  display:inline-block;
  margin-right: .5em;
}

/* demo */
.d-demo__wrap {
  display: flex;
  overflow: hidden;
}
.d-demo__list {
  display: flex;
  list-style: none;
}
.d-demo__list--left{
animation :flowing 30s infinite linear 0.5s both;
}
.d-demo__item {
  width: calc(100vw / 2);
}
.d-demo__item > img{
  width: 100%;
}
@media(min-width: 500px) {
  .d-demo__item {
    width: calc(100vw / 6);
  }
}

/* section-kagenazo */
.section-kagenazo {
  position: relative;
}

/* 三角line */
.triangle_line {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.triangle_line svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  max-width: 600px;
  height: 143px;
  margin: 0 auto;
}

.triangle_line .shape-fill {
    fill: #FFFFFF;
}

@media(min-width: 550px) {
  .triangle_line {
      top: 40%;
  }
}

@media(min-width: 700px) {
  .triangle_line {
      top: 42%;
  }
}

.card-scene {
position: relative;
/* height: 70vh; */
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 100px 0 70px;
background-color: #FFF;
}

.cards .card {
position: absolute;
width: 124px;
height: 70px;
opacity: 0;
transform: scale(0);
border-radius: 8px;
font-size: 2rem;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.card img {
    width: 100%;
    height: 100%;
}

.challenge-image {
    position: relative;
    z-index: 10;
    opacity: 0;
    transform: scale(0); /* 初期状態で縮小 */
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.challenge-image.visible {
    opacity: 1;
    animation: popbounce 0.6s ease forwards;
    }

@keyframes popbounce {
    0%   { transform: scale(0); opacity: 0; }
    50%  { transform: scale(1.2); opacity: 1; }
    80%  { transform: scale(0.9); }
    100% { transform: scale(1); }
}

.challenge-image img {
    max-width: 70vw;
    height: auto;
    object-fit: contain;
}

.challenge-img {
  position: relative;
}

.challenge-img2 {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 25%;
  min-width: 91px;
  height: auto;
  /* animation: scaleAnime 4s infinite; */
}

.challenge-img3 {
  position: absolute;
  bottom: 100px;
  right: -50px;
  width: 20%;
  min-width: 62px;
  height: auto;
  /* animation: scaleAnime 4s infinite; */
}

.challenge-img2,
.challenge-img3,
.challenge-img {
  opacity: 0;
  transform: scale(0.5); /* 小さくしておく */
}

/* .challenge-img2,
.challenge-img3 {
  opacity: 0;
  transform: scale(0.5);
  animation: sparkleIn 0.6s ease forwards;
  pointer-events: none;
}

.challenge-image.visible .challenge-img2 {
  animation-delay: 0.6s;
}

.challenge-image.visible .challenge-img3 {
  animation-delay: 1s;
} */

/* @keyframes sparkleIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
} */

@media(min-width: 700px) {
  .challenge-image img {
        max-width: 50vw;
  }
}



/* kagenazo ワークショップ */
.kage_work {
  background-color: #FFDC40;
  padding: 120px 0 70px;
}

.fade_up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.fade_up.visible {
  opacity: 1;
  transform: translateY(0);
}

.kage_content {
  display: flex;
  justify-content: center;
  padding: 30px 10px;
  align-items: center;
  border: 3px solid #000;
  background-color: #FFF;
  box-shadow: 1px 2px 0px 0px #000;
  margin: 0 3% 40px;
}

.kage_subtopic {
  display: inline-block;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  background-color: #8E61A4;
  color: #fff;
  box-shadow: 1px 2px 0px 0px #000;
  padding: 10px;
  margin-left: 3%;
  font-size: 1.8rem;
  font-weight: 700;
}

.kage_description {
  width: 70%;
}

.kage_topic {
  color: #8E61A4;
  font-size: 2.6rem;
  margin-bottom: 30px;
}

.kage_img {
  width: 30%;
  max-width: 120px;
  height: auto;
}
.kage_txt span {
  font-weight: 700;
}

.kage_message-wrapper {
  width: 100%;
  overflow: hidden;
  background-color: #000;
  position: relative;
  padding: 20px;
}

.kage_message {
  color: #FFF;
  font-size: 2.0rem;
  font-weight: 700;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  animation: scroll-left 25s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0); 
  }
  100% {
    transform: translateX(-100%); 
  }
}



/* section-workShop */
.section-workShop {
  position: relative;
}

/* .section-workShop::before {
  content: "";
  display: block;
  background-image: url("../images/square.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 90px;
  height: 60px;
  position: absolute;
  top: 0%;
  left: 0%;
  animation: 5s linear 1s infinite fly;
}

.section-workShop::after {
  content: "";
  display: block;
  background-image: url("../images/square2.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 90px;
  height: 60px;
  position: absolute;
  top: 100px;
  right: 0%;
  animation: 5s linear 1s infinite fly;
} */



.section-workShop h3 {
  width: 182px;
  height: auto;
  margin: 0 auto 50px;
  position: relative;
}

.section-workShop h3::before {
  content: "";
  display: block;
  background-image: url("../images/challenge3.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 65px;
  position: absolute;
  top: -40px;
  left: -100px;
  animation: tap 1s ease-in-out infinite alternate;
}

.section-workShop h3::after {
  content: "";
  display: block;
  background-image: url("../images/deco_girl.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 85px;
  position: absolute;
  top: 30px;
  right: -100px;
  animation: tap 1s ease-in-out infinite alternate;
}

@keyframes tap {
  0%   { transform: rotate(0deg) translate(0,0); }
  50%  { transform: rotate(-3deg) translate(-2px,0); }
  100% { transform: rotate(0deg) translate(0,0); }
}

.description__list {
  margin-bottom: 30px;
}
.description__item--dd {
  margin-bottom: 20px;
}
.reservation {
  background-color: #C12C25;
  border-radius: 30px;
  color: #FFF;
  display: inline-block;
  padding: 4px 20px;
  margin: 0 10px 15px 0;
}
.kit {
  background-color: #F5B315;
  border-radius: 30px;
  color: #FFF;
  display: inline-block;
  padding: 4px 20px;
  margin: 0 10px 15px 0;
}
.currentDay {
  background-color: #0073C8;
  border-radius: 30px;
  color: #FFF;
  display: inline-block;
  padding: 4px 20px;
  margin: 0 10px 15px 0;
}
.description__txt {
  /* text-decoration-line: underline; */
  padding-bottom: 30px;
  position: relative;
}
.description__txt1 {
    text-decoration-line: underline;
    margin-bottom: 10px;
}
.description__txt span {
  color: #C12C25;
}
.description__txt::after {
  content: "";
  display: block;
  width: 90%;
  height: 3px;
  border-bottom: dotted 2px #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* section-workShop List*/
.workShop__description {
  text-align: center;
  padding-top: 1em;
}

.workShop__list {
  text-align: center;
  position: relative;
  margin: 0 auto 60px;
}
.workShop__list::after {
  content: "";
  display: block;
  width: 90%;
  height: 3px;
  border-bottom: dotted 2px #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.WS__info {
  font-size: 2.0rem;
  font-weight: 700;
  display: inline-block;
  margin: 30px 40px 30px 0;
  position: relative;
}
.WS__info .hand {
  content: "";
  display: block;
  background-image: url("../images/hand.png");
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  right: -40px;
}
.pc_display {
  display: none;
}
@media(min-width: 1200px) {
  .pc_display {
    display: block;
  }
  .sp_display {
    display: none;
  }
  .WS__info .hand {
    top: 0px;
    right: -40px;
  }
}
.WS__list {
  max-width: 370px;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  flex-wrap: wrap;
}
.WS__list::after{
  content:"";
  display: block;
  width:66%;
}
.WS__item {
  width: 95px;
  margin: 0 auto 25px;
}
.WS__item a {
  color: #333;
}
.WS__img {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #333;
  box-shadow: 3px 3px 0px 0px #4D4D4D;
}
.WS__img img {
  width: 70%;
  height: 90px;
}
.WS__txt {
  text-align: left;
  display: inline-block;
}

/* decoration */

.decoration {
  max-width: 400px;
  margin: 0 auto;
}
.decoration_txt {
  display: flex;
  overflow:hidden;
  width: 100%;
  white-space:nowrap;
  z-index: -10;
  /* test */
}
.decoration_txt ul {
  animation: flowing 15s linear infinite;
  transform:translateX(100%);
  margin: 0;
  padding: 0;
}
.decoration_txt ul li {
  display: inline-block;
  padding-right: 10px;
}
.decoration__img {
  display: flex;
  justify-content: center;
}
.decoration__img li {
  width: 85px;
  height: auto;
  margin: 40px 15px;
  list-style: none;
}
.decoration__img li:nth-child(1) {
  animation: bounce 2s steps(1, end) infinite;
}
.decoration__img li:nth-child(2) {
  animation: bounce 2s steps(1, end) infinite;
  animation-delay: 1s;
}
.decoration__img li:nth-child(3) {
  animation: bounce 2s steps(1, end) infinite;
}

.decoration__img2509 {
  display: flex;
  justify-content: center;
  margin: 50px 0 30px;
}

.decoration__img2509 li {
  list-style: none;
  width: 65px;
  height: auto;
}
.decoration__img2509 li:nth-child(1) {
  animation: bounce 2s steps(1, end) infinite;
}

/* .decoration__img2509 li:nth-child(2) {
  animation: bounce 2s steps(1, end) infinite;
} */

/* Workshop details */
.event__list {
  list-style: none;
  margin: 0 auto;
}
.event__item {
  width: 100%;
  margin: 0 auto 50px;
}
.event__number {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
.event__topic {
  font-family: "DotGothic16", sans-serif;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 15px;
  line-height: normal;
}
.event__topic2 {
  font-family: "DotGothic16", sans-serif;
  text-align: center;
  font-size: 2.2rem;
  line-height: normal;
}
.TextTyping span {
	display: none;
}
.TextTyping::after {
  content: "|";
	animation: typinganime .8s ease infinite;
}
.event__img {
  width: 100%;
  height: auto;
  margin: 0 auto 15px;
}
.event__text {
  margin: 0 auto 15px;
  font-size: 1.6rem;
  width: 100%;
}
.event__process {
  margin: 0 auto;
}
.event__detail {
  border: 1px solid #333;
  background-color: #FFF;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: 15px 10px 0;
  margin: 0 auto;
}
.event__count {
  margin-bottom: 10px;
}
.event__count span {
  border-radius: 5px;
  background-color: #4D4D4D;
  color: #FFF;
  padding: 5px 15px;
  margin-right: 10px;
}
.event__txt {
  margin-bottom: 10px;
}
.event__detail_box {
  margin-bottom: 20px;
}
.event__txt span{
  /* display:inline-block;
  background-color: #999;
  margin-right: .5em;
  color:#fff;
  padding:.25em 1em;
  font-size:.9em;
  border-radius: 8px; */
  font-weight: bold;
}

/* section-map */
.section-map {
  background-color: #8E61A4;
  /* background-image: url("../images/map_bg.png"); */
  background-size: 20%;
  color: #FFF;
  padding: 60px 0;
}
.section-map h3 {
  width: 130px;
  height: auto;
  margin: 0 auto 30px;
}
.map__txt {
  margin: 0 15px 30px;
  text-align: center;
}
.map__img {
  width: 100%;
}

/* section-attention */
.section-attention{
  padding-top: 60px;
}
.section-attention h3 {
  width: 105px;
  height: auto;
  margin: 0 auto 30px;
}
.attention__list {
  margin: 0 auto;
  width: 90%;
}
.attention__item {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
}
.attention__item::before {
  content: "";
  display: block;
  background-image: url("../images/check.png");
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: -24px;
}

.attention__point {
  display: flex;
  justify-content: center;
  align-items: center;
}



.attention__point__txt {
  height: 50px;
  padding: 10px;
  border-radius: 10px;
  background-color: #cf4e4e;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 30px;
  position: relative;
}

.attention__point__txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 7px;
  border-color: transparent transparent transparent #cf4e4e;
  translate: 100% -50%;
  transform: skew(0, -10deg);
  transform-origin: left;
}

.boy_comment {
  background-color: #14789A;
}

.boy_comment::after {
  border-color: transparent transparent transparent #14789A;
}
.attention__point__img {
  width: 120px;
  height: auto;
}

.boy_comment_img {
  width: 70px;
  height: auto;
  margin-left: 20px;
}
/* section-access */
.section-access {
  background-color: #06816D;
  /* background-image: url("../images/access_bg.png"); */
  background-size: 20%;
  color: #FFF;
}
.section-access h3{
  width: 105px;
  height: auto;
  margin: 0 auto 30px;
}
.access__list {
  width: 100%;
  margin: 0 auto 30px;
}

.access__item {
  list-style: none;
  margin: 0 0 10px 30px;
  position: relative;
}

.map_icon {
  content: "";
  display: block;
  background-image: url("../images/map_icon.png");
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: -24px;
}
.train_icon {
  content: "";
  display: block;
  background-image: url("../images/train_icon.png");
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: -24px;
}
.car_icon {
  content: "";
  display: block;
  background-image: url("../images/car_icon.png");
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: -24px;
}
.section-access iframe {
  width: 100%;
  height: 300px;
  display: block;
  margin: 0 auto;
}

/* section-info */
.section-info h4{
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.info__item {
  padding: 20px 10px;
  border-radius: 5px;
  border: 1px solid #000;
  background-color: #FFF;
  position: relative;
}
.contact {
  margin-bottom: 50px;
}
.info__company {
  /* margin-right: 50px; */
}
.kispan::after {
  content: "";
  display: block;
  background-image: url("../images/kisupan.png");
  background-size: contain;
  width: 50px;
  height: 60px;
  position: absolute;
  top: -70px;
  right: 100px;
  animation: bounce 2s steps(1, end) infinite;
}

/* footer */

.footer {
  background-color: #737373;
  color: #fff;
  padding: 50px 15px 100px;
}
.footer__logo {
  width: 150px;
  height: 65px;
  margin: 0 auto 40px;
}
.footerNav__list {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
  gap: 30px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.footerNav__item a {
  text-decoration: none;
  color: #FFF;
}
.footer small {
  display: block;
  text-align: center;
}




/* アニメーションまとめ */

/* 回転 */
@keyframes rollAnime {
  50% {
        transform: rotate(180deg);
      }
  100% {
        transform: rotate(360deg);
      }
}
@keyframes rollAnime2 {
  50% {
    transform: rotate(180deg);
  }
100% {
    transform: rotate(360deg);
  }
}

/* 拡大 */
@keyframes scaleAnime {
  0%, 100% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.5);
  }
}
/* 写真・文字スライド */
@keyframes flowing {
  from { 
    transform:translateX(0);
  }
  to { 
    transform:translateX(-100%); 
  }
}

/* タイピング */
@keyframes typinganime{
	from {
    opacity:0
  }
	to {
    opacity:1
  }
}

/* ドローン左右 */
/* animation: 6s linear 1s infinite fly; */
@keyframes fly {
  0% {
    transform: rotate(0deg) translateX(0px);
  }
  50% {
    transform: rotate(0deg) translateX(25px);
  }
  100% {
    transform: rotate(0deg) translateX(0px);
  }
}

/*跳ねる*/
/* animation: bounce 0.5s infinite; */
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

/* 回る */
/* animation: spin 5.5s linear infinite; */
@keyframes spin{
  0% {
    transform: rotate(0deg);
  }
    100% {
    transform: rotate(360deg);
  }
}





.nav{
  position:absolute;
  transform: none;
  background-color:initial;
  overflow: hidden;
}
.nav__inner{
  padding-top:60px;
  background-color:#000;
  opacity: .8;
  height: 100vh;
  transform: translateX(-100%);
  transition: transform 0.4s;
}
.nav.active .nav__inner{
  transform: translateX(0);
}
.btn{
  z-index: 1500;
}

.nav.active+.header__btn{
  display:none;
} 
.nav.active+.header__btn{
  opacity:0;
} 
.header__btn{
  transition: all 0.3s;
}

.nav{
  pointer-events: none;
}
.nav__list{
  pointer-events: auto;
}
/* 
.nav.active+.nav__btn{
  pointer-events: auto;
}  */

.nav__btn {
  pointer-events: auto;
}
