@charset "UTF-8";
/*----------------------------------------------------------*/
/* index */
/*----------------------------------------------------------*/
body {
  padding-bottom: 180px;
  overflow-x: hidden;
}

section {
  padding: 0;
}

h2.ttl2 {
  text-align: center;
  font-weight: bold;
  font-size: min(4.2vw, 26px);
  margin-bottom: 20px;
}
h2.ttl2 span {
  padding: 5px 20px;
  background: linear-gradient(transparent 60%, #fff600 40%);
}

header .sns_sec {
  width: 50px;
}

/* sec01 */
.sec01 {
  padding: 0;
  margin-bottom: 50px;
  position: relative;
  max-height: 1300px;
  overflow: hidden;
  background-color: #fff;
}
.sec01.active::after {
  right: -5%;
  top: 10%;
}
.sec01::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(#fff 30%, transparent 31%), radial-gradient(#fff 30%, transparent 31%);
  background-size: 3px 3px;
  background-position: 0 0, 30px 30px;
  z-index: 1;
  opacity: 0.4;
}

.sec02 {
  position: relative;
  transition: all 0.4s ease-out;
  transform: translateX(-150px);
  opacity: 0;
}
.sec02 h2.ttl2 span {
  background: linear-gradient(transparent 60%, #fff600 40%);
}
.sec02.type02 h2.ttl2 span {
  background: linear-gradient(transparent 60%, #fdfba5 40%);
}
.sec02.type02::before {
  background-color: #fff600;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 0%, 100% 4%, 100% 100%, 100% 95%, 0 100%);
}
.sec02.type02 .round {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}
.sec02.type02 .news {
  text-align: center;
  padding: 10px 0;
}
.sec02.type02 .news h3 {
  font-size: min(3.2vw, 16px);
  border-radius: 10px;
  margin: 0 auto 3px auto;
  border: 2px #ed1895 solid;
  color: #ed1895;
  padding: 5px;
  max-width: 500px;
  width: 80%;
}
.sec02.type02 .news p {
  color: #ed1895;
}
.sec02.active {
  opacity: 1;
  transform: translateX(0);
}
.sec02.active {
  left: 0;
}
.sec02 h2.ttl2 + p {
  text-align: center;
}
.sec02 .round {
  margin: 20px 0;
  border: 3px solid #fff600;
  padding: 20px;
  border-radius: 5px;
}
.sec02 .round dt {
  text-align: center;
  width: 25%;
}
.sec02 .round dt,
.sec02 .round dd {
  padding: 10px 0;
}

.sec03 {
  position: relative;
  overflow: hidden;
  height: auto;
  transition: all 0.4s ease-out;
  transform: translateX(150px);
  opacity: 0;
}
.sec03 h2.ttl2 span {
  background: linear-gradient(transparent 60%, #fdfba5 40%);
}
.sec03.active {
  opacity: 1;
  transform: translateX(0);
}
.sec03::before {
  background-color: #fff600;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 0%, 100% 10%, 100% 100%, 100% 90%, 0 100%);
}
.sec03 .t {
  width: 60%;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.sec03 .t dd .mark {
  display: inline-block;
  margin-right: 10px;
  background-color: #000;
  border-radius: 9999px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 90%;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.sec03 .t dl {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 20px;
  position: relative;
}
.sec03 .t dl:not(.last)::after {
  content: "▼";
  color: #fff;
  position: absolute;
  width: 20px;
  height: 14px;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  transform: scaleY(80%);
}
.sec03 .t dl dt {
  font-weight: bold;
  margin-right: 1em;
  font-size: min(3.2vw, 16px);
}
.sec03 .t dl dd {
  margin-right: 1em;
  font-size: min(3.2vw, 15px);
}
.sec03 .t .a_sec dl {
  border: 2px solid #03b3e3;
}
.sec03 .t .a_sec dl .mark {
  background-color: #03b3e3;
}
.sec03 .t .b_sec dl {
  border: 2px solid #1bd23f;
}
.sec03 .t .b_sec dl .mark {
  background-color: #1bd23f;
}
.sec03 .gallery li {
  position: relative;
  filter: drop-shadow(2px 2px 0 #fff) drop-shadow(-2px -2px 0 #fff) drop-shadow(2px -2px 0 #fff) drop-shadow(-2px 2px 0 #fff);
}
.sec03 .gallery li img {
  display: block;
  clip-path: circle(38% at center);
  object-fit: contain;
}
.sec03 .gallery ul.left {
  max-width: 400px;
  width: 30%;
  position: absolute;
  top: 0;
  left: -20px;
}
.sec03 .gallery ul.left li:nth-child(1) {
  left: -20px;
}
.sec03 .gallery ul.left li:nth-child(1) img {
  width: 80%;
}
.sec03 .gallery ul.left li:nth-child(2) img {
  width: 98%;
}
.sec03 .gallery ul.right {
  max-width: 400px;
  width: 30%;
  position: absolute;
  top: 0;
  right: -110px;
}
.sec03 .gallery ul.right li:nth-child(1) {
  left: -20px;
}
.sec03 .gallery ul.right li:nth-child(1) img {
  width: 80%;
}
.sec03 .gallery ul.right li:nth-child(2) {
  bottom: -10px;
}
.sec03 .gallery ul.right li:nth-child(2) img {
  width: 82%;
}
.sec03 .gallery ul.right li:nth-child(3) {
  left: -20px;
  bottom: -30px;
}
.sec03 .gallery ul.right li:nth-child(3) img {
  width: 72%;
}

/* footer_btn */
.footer_btn {
  position: fixed;
  z-index: 10;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
}
.footer_btn .inr {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 0;
}
.footer_btn ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.footer_btn ul li {
  width: 32%;
  border-radius: 5px;
  margin: 10px 0;
}
.footer_btn ul li a {
  padding: 20px 0 0 0;
  display: block;
}
.footer_btn ul li a:hover {
  opacity: 0.8;
}
.footer_btn ul li img {
  width: 30%;
}
.footer_btn ul li:nth-child(1) {
  background-color: #04b4e7;
  box-shadow: 0 4px 0 #026d8a;
}
.footer_btn ul li:nth-child(2) {
  background-color: #06c755;
  box-shadow: 0 4px 0 #02883a;
}
.footer_btn ul li:nth-child(3) {
  background-color: #ed1895;
  box-shadow: 0 4px 0 #9b0c60;
}

.sec_access iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
}
.sec_access p {
  text-align: center;
  font-weight: bold;
  font-size: min(3.2vw, 16px);
}

.sec05 {
  transition: all 0.4s ease-out;
  transform: translateX(150px);
  opacity: 0;
}
.sec05.active {
  opacity: 1;
}
.sec05.active {
  transform: translateX(0);
}
.sec05 .register {
  text-align: center;
}
.sec05 .register a {
  display: block;
  width: 80%;
  max-width: 500px;
  margin: 10px auto;
}
.sec05 .register a:hover {
  opacity: 0.8;
}
.sec05 .round {
  margin: 20px 0;
  border: 3px solid #fff600;
  padding: 20px;
  border-radius: 5px;
}
.sec05 .round h3 {
  text-align: center;
  font-size: min(3.2vw, 18px);
  margin-bottom: 20px;
}
.sec05 .round ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.sec05 .round ul li {
  border: 2px solid #ccc;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 10px;
}
.sec05 .round ul + p {
  margin: 20px;
  text-align: center;
}

.sec_gallery {
  position: relative;
  padding: 40px 0;
}
.sec_gallery ul {
  display: flex;
  flex-wrap: wrap;
}
.sec_gallery ul li {
  width: 20%;
}
.sec_gallery::before {
  background-color: #fffdd0;
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  left: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 0%, 100% 4%, 100% 100%, 100% 95%, 0 100%);
}

@media screen and (max-width: 1080px) {
  header nav.pc li p {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  header .sns_sec {
    width: 40px;
  }
  .footer_btn .inr {
    padding: 0 5px;
  }
  .footer_btn ul li a {
    padding: 10px;
  }
  .footer_btn ul li a img {
    width: 50%;
  }
  .sec03 .t {
    width: 75%;
    float: right;
  }
  .sec03 .t dl dt {
    font-size: min(2.8vw, 15px);
  }
  .sec03 .t dl dd {
    font-size: min(2.6vw, 14px);
  }
  .sec03 .gallery {
    position: absolute;
    left: 0;
    top: 0px;
  }
  .sec03 .gallery ul.left {
    left: auto;
    max-width: none;
    width: 33%;
    position: static;
  }
  .sec03 .gallery ul.left li {
    padding-bottom: 30px;
  }
  .sec03 .gallery ul.left li:nth-child(1) {
    left: -10px;
  }
  .sec03 .gallery ul.left li:nth-child(1) img {
    width: 80%;
  }
  .sec03 .gallery ul.left li:nth-child(2) {
    left: 0px;
  }
  .sec03 .gallery ul.left li:nth-child(2) img {
    width: 98%;
  }
  .sec03 .gallery ul.right {
    max-width: none;
    width: 33%;
    position: static;
  }
  .sec03 .gallery ul.right li:nth-child(1) {
    left: -10px;
  }
  .sec03 .gallery ul.right li:nth-child(1) img {
    width: 96%;
  }
  .sec03 .gallery ul.right li:nth-child(2) {
    left: 5px;
    bottom: -20px;
  }
  .sec03 .gallery ul.right li:nth-child(2) img {
    width: 100%;
  }
  .sec03 .gallery ul.right li:nth-child(3) {
    left: -5px;
    bottom: -50px;
  }
  .sec03 .gallery ul.right li:nth-child(3) img {
    width: 112%;
  }
  .sec05 .round ul {
    flex-flow: column;
    gap: 5px;
  }
  .sec05 .round ul li {
    text-align: center;
  }
  .sec05 .round ul + p {
    margin: 10px;
  }
  .sec_gallery {
    padding: 30px 0;
  }
  .sec_gallery ul li {
    width: 33%;
  }
}