@import url('https://fonts.googleapis.com/css2?family=Brygada+1918:wght@400..700&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho+B1&display=swap');

body {
  background: #000;
}

/* Content styles for TOP page */
.content {
  width: 100%;
  margin: 0px auto 0px;
  padding-top: 90px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content h2 {
  position: relative;
  padding: 1rem 0;
  margin: 1rem 0 1rem 0;
  font-size: 2.2rem;
  color: #333;
}

.content h3 {
  position: relative;
  padding: 1rem 0 0 0;
  margin: 1rem 0 0 0;
  font-size: 1.8rem;
  color: #333;
}

.content > p {
  text-align: left;
  font-size: 1.8rem;
  color: #666;
}

.content img {
  width: 75%;
  margin: 30px auto 30px;
}

.news {
  width: calc(100% - 60px);
  max-width: 1000px;
  margin: 0 auto 0;
}

.news h2 {
  font-size: 1.5em;
  margin: 40px 0 30px 0;
  color: #333;
  position: relative;
  padding-left: 20px;
  display: flex;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.news h2::before {
  content: '';
  position: absolute;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #4CAF50, #2196F3);
  border-radius: 2px;
}

.news h2::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(to right, rgba(76, 175, 80, 0.3), rgba(33, 150, 243, 0.1));
  margin-left: 15px;
}

.news h2 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.news h2 a:hover {
  color: var(--colOrange);
}

.news dl {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  margin: 2rem 0 0rem 0;
  font-size: 1.6rem;
}

.news dt {
  width: 120px;
  padding: 10px;
  font-weight: normal;
  border: none;
  color: #888;
}

.news dd {
  width: calc(100% - 120px);
  padding: 10px;
  margin: 0;
}

.app1 {
  margin: 0 auto 0;
  width: 100%;
  height: 42vh;
  position: relative;
  font-family: "Shippori Mincho B1", serif;
}

.app2 {
  margin: 0 auto 0;
  width: 100%;
  height: calc(42vh);
  position: relative;
  font-family: "Shippori Mincho B1", serif;
}

.app1-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.app2-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.app1-inner .text-block {
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0%, -50%);
  backdrop-filter: blur(40px);
  padding: 30px 30px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  text-decoration: none;
}

.app1-inner .text-block:hover {
  scale: 1.05;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.app1-inner h2 {
  padding: 8px 0 10px 0;
  color: #fff;
  font-size: 4.1rem;
  line-height: 1rem;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.app1-inner p {
  color: #fff;
  font-size: 2rem;
  line-height: 1rem;
  padding-top: 0.5em;
  font-weight: normal;
  text-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.app1-inner p.time {
  font-size: 1.8rem;
  line-height: 1rem;
  letter-spacing: 0.15rem;
  text-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.app2-inner .text-block {
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(0%, -50%);
  backdrop-filter: blur(40px);
  padding: 30px 30px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  text-decoration: none;
}

.app2-inner .text-block:hover {
  scale: 1.05;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.app2-inner h2 {
  padding: 8px 0 10px 0;
  color: #fff;
  font-size: 2.7rem;
  line-height: 1rem;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.app2-inner p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1rem;
  padding-top: 0.5em;
  font-weight: normal;
  text-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.app2-inner p.time {
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
  text-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.slideshow-container {
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s ease-in-out, visibility 2s ease-in-out;
}

.slide.active {
  opacity: 1;
  visibility: visible;
}

footer {
  background: #333;
}


@media screen and (max-width: 768px) {

  .content {
    padding-top: 70px;
  }

  .app1-inner .text-block {
    width: 60%;
    right: 50%;
    transform: translate(50%, -50%);
    padding: 10px 30px;
  }
  

  
  .app1-inner h2 {
    font-size: 3.0rem;
    text-align: center;
  }
  
  .app1-inner p {
    font-size: 2.0rem;
    text-align: center;
  }
  
  .app1-inner p.time {
    font-size: 1.4rem;
    text-align: center;
  }

  .app2-inner .text-block {
    width: 60%;
    right: 0%;
    transform: translate(30%, -50%);
    padding: 10px 30px;
  }
  
  .app2-inner .text-block:hover {
    scale: 1.05;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
  
  .app2-inner h2 {
    font-size: 2.3rem;
    text-align: center;
  }
  
  .app2-inner p {
    font-size: 2.0rem;
    text-align: center;
  }
  
  .app2-inner p.time {
    font-size: 1.4rem;
    text-align: center;
  }
  
}

@media screen and (max-width: 480px) {

  .app1-inner .text-block {
    width: 80%;
    right: 50%;
    transform: translate(50%, -50%);
    padding: 10px 30px;
  }
  
  .app1-inner h2 {
    font-size: 3.0rem;
    text-align: center;
  }
  
  .app1-inner p {
    font-size: 2.0rem;
    text-align: center;
  }
  
  .app1-inner p.time {
    font-size: 1.4rem;
    text-align: center;
  }

  .app2-inner .text-block {
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 30px;
  }
  
  .app2-inner h2 {
    font-size: 2.3rem;
    text-align: center;
  }
  
  .app2-inner p {
    font-size: 2.0rem;
    text-align: center;
  }
  
  .app2-inner p.time {
    font-size: 1.4rem;
    text-align: center;
  }
  
}