@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-wrap: break-word;
  background-color: #d4eaf4;
}
body a {
  color: #333333;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
}
body a:hover {
  opacity: 0.6;
  color: #333333;
}

@media (min-width: 1025px) {
  .hidden-pc {
    display: none;
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  .hidden-tab {
    display: none;
  }
}

@media (min-width: 431px) and (max-width: 700px) {
  .hidden-tab-small {
    display: none;
  }
}

@media (max-width: 430px) {
  .hidden-sp {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media (min-width: 431px) and (max-width: 700px) {
  .br-sp {
    display: block;
  }
}
@media (max-width: 430px) {
  .br-sp {
    display: block;
  }
}

.br-pc {
  display: none;
}
@media (min-width: 1025px) {
  .br-pc {
    display: block;
  }
}

@keyframes wiggle {
  0% {
    transform: rotate(-2deg);
  }
  25% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
.cinema {
  position: fixed;
  bottom: 47px;
  right: 12px;
  z-index: 989;
}
@media (max-width: 430px) {
  .cinema {
    bottom: 5px;
    left: 5px;
  }
}
.cinema .cinema-content img {
  width: 190px;
  height: auto;
  animation: wiggle 4s ease infinite;
}
@media (max-width: 430px) {
  .cinema .cinema-content img {
    width: 160px;
    height: auto;
  }
}

.return-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 990;
  display: none;
  /* スクロールされたときにボタンを表示するアニメーション */
}
.return-to-top .top-btn {
  width: 60px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .return-to-top .top-btn {
    width: 50px;
  }
}
@media (max-width: 430px) {
  .return-to-top .top-btn {
    width: 55px;
  }
}
.return-to-top .top-btn img {
  width: 100%;
  height: auto;
  display: block;
}
body.scroll-top .return-to-top {
  display: block;
  animation: fadeInUp 0.8s ease-in-out;
}

@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.menu {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
}
.menu .menu-btn {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.menu .menu-btn .bar {
  width: 30px;
  height: 3px;
  background-color: #333333;
  margin: 4px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .menu .menu-btn .bar {
    width: 28px;
    margin: 3.5px 0;
  }
}
.menu .menu-btn.close .bar:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 10px);
}
.menu .menu-btn.close .bar:nth-child(2) {
  opacity: 0;
}
.menu .menu-btn.close .bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -10px);
}
.menu .menu-items {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  width: 350px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 8px;
}
.menu .menu-items a {
  display: block;
  padding: 8px;
  text-decoration: none;
  color: #333333;
  opacity: 1;
  transition: background-color 0.3s ease;
}
.menu .menu-items a:hover {
  background-color: #d4eaf4;
}
.menu.open .menu-items {
  display: block;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.top {
  position: relative;
  width: 100%;
}
.top .top-img {
  position: relative;
  margin-top: -20px;
}
@media (max-width: 430px) {
  .top .top-img {
    margin-top: 0;
  }
}
.top .top-img img {
  width: 100%;
  height: auto;
  display: block;
}
.top .ekimachi {
  position: absolute;
  bottom: 0;
  left: 0;
  animation: blink 0.7s 3;
  width: 100%;
}
@media (max-width: 430px) {
  .top .ekimachi {
    animation: blink 1.4s 6;
  }
}
.top .ekimachi img {
  width: 100%;
  height: auto;
  display: block;
}
.top .sns-icon-back {
  position: absolute;
  bottom: 100px;
  left: -70px;
  z-index: 1;
  opacity: 0;
  transition: opacity 6s ease, transform 3s ease;
  transform: translateY(10px);
}
@media (min-width: 701px) and (max-width: 1024px) {
  .top .sns-icon-back {
    bottom: 50px;
    left: -45px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .top .sns-icon-back {
    bottom: 40px;
    left: -25px;
  }
}
@media (max-width: 430px) {
  .top .sns-icon-back {
    bottom: 80px;
    left: -35px;
  }
}
.top .sns-icon-back img {
  width: 316px;
  height: auto;
  display: block;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .top .sns-icon-back img {
    width: 250px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .top .sns-icon-back img {
    width: 150px;
  }
}
@media (max-width: 430px) {
  .top .sns-icon-back img {
    width: 300px;
  }
}
.top .sns-icon-back.show {
  opacity: 1;
  transform: translateY(0);
}
.top .sns-icon {
  position: absolute;
  bottom: 235px;
  left: 44px;
  z-index: 2;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .top .sns-icon {
    bottom: 155px;
    left: 43px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .top .sns-icon {
    bottom: 100px;
    left: 27px;
  }
}
@media (max-width: 430px) {
  .top .sns-icon {
    bottom: 210px;
    left: 64px;
  }
}
.top .sns-icon img {
  width: 40px;
  height: auto;
  display: inline-block;
  margin-left: 8px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .top .sns-icon img {
    width: 34px;
    margin-left: 6px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .top .sns-icon img {
    width: 21px;
    margin-left: 3px;
  }
}
@media (max-width: 430px) {
  .top .sns-icon img {
    width: 42px;
    margin-left: 10px;
  }
}
.top .top-logo {
  position: absolute;
  max-width: 400px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
}
.top .top-logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 430px) {
  .top .top-logo img {
    width: 250px;
  }
}

.title {
  text-align: center;
  margin-top: 100px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .title {
    margin-top: 80px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .title {
    margin-top: 50px;
  }
}
@media (max-width: 430px) {
  .title {
    margin-top: 80px;
  }
}
.title img {
  width: auto;
  height: 38px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .title img {
    height: 30px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .title img {
    height: 23px;
  }
}
@media (max-width: 430px) {
  .title img {
    height: 60px;
  }
}

.title-sns-icon {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .title-sns-icon {
    margin-top: 20px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .title-sns-icon {
    margin-top: 15px;
  }
}
.title-sns-icon img {
  width: 60px;
  height: auto;
  margin-right: 17px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .title-sns-icon img {
    width: 42px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .title-sns-icon img {
    width: 37px;
  }
}

.title-sns-text {
  text-align: center;
  margin-top: -5px;
}
.title-sns-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
@media (min-width: 431px) and (max-width: 700px) {
  .title-sns-text p {
    font-size: 12px;
  }
}
@media (min-width: 701px) and (max-width: 1024px) {
  .title-sns-text {
    margin-top: -15px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .title-sns-text {
    margin-top: -18px;
  }
}

.photo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  align-items: center;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 40px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .photo {
    max-width: 600px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .photo {
    max-width: 390px;
  }
}
@media (max-width: 430px) {
  .photo {
    max-width: 320px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.photo .photo-container {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.photo .photo-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.btn-container {
  position: relative;
  width: 400px;
  margin: 0 auto;
  padding-top: 40px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .btn-container {
    width: 320px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .btn-container {
    width: 260px;
    padding-top: 20px;
  }
}
@media (max-width: 430px) {
  .btn-container {
    width: 260px;
  }
}
.btn-container .btn {
  position: relative;
  text-align: center;
  padding: 5px;
  border: none;
  background-color: transparent;
  z-index: 1;
  font-weight: 700;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .btn-container .btn {
    font-size: 14px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .btn-container .btn {
    padding: 5px;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (max-width: 430px) {
  .btn-container .btn {
    padding: 15px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.btn-container .btn::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: none;
  background-color: #fffe00;
  z-index: -1;
  transition: background-color 0.3s ease;
}
.btn-container .btn::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 2px solid #333333;
  background-color: transparent;
  z-index: -1;
}
.btn-container .btn:hover::before {
  background-color: #54c4dc;
}

.sec-1 {
  background-image: url("../img/img03_pc.webp");
  background-size: contain;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 430px) {
  .sec-1 {
    background-image: url("../img/img03_sp.webp");
  }
}
.sec-1 .information {
  max-width: 700px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}
@media (max-width: 430px) {
  .sec-1 .information {
    width: 80%;
  }
}
.sec-1 .information .information-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 430px) {
  .sec-1 .information .information-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sec-1 .information .information-container .information-left {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  align-items: center;
}
.sec-1 .information .information-container .information-left img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}
.sec-1 .information .information-container .information-right {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.sec-1 .information .information-container .information-right .information-title p {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  background-color: #f1926d;
  width: 50%;
  margin: 0 auto;
  border-radius: 999px;
  margin-top: 20px;
}
.sec-1 .information .information-container .information-right .information-text {
  padding: 0 20px;
}
.sec-1 .information .information-container .information-right .information-text .left {
  text-align: justify;
}
.sec-1 .information .information-container .information-right .btn-information-more {
  display: inline-block;
  padding: 0 15px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 2px solid #f1926d;
  color: #f1926d;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.sec-1 .information .information-container .information-right .btn-information-more:hover {
  background-color: #f1926d;
  color: #ffffff;
  border-color: #f1926d;
}
.sec-1 .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}
.sec-1 .modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  max-width: 700px;
  height: 60%;
  overflow-y: auto;
  padding: 10px 30px;
  border-radius: 5px;
}
@media (max-width: 430px) {
  .sec-1 .modal .modal-content {
    width: 80%;
    height: 70%;
  }
}
.sec-1 .modal .modal-content-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 80%;
}
.sec-1 .modal .modal-content-img img {
  width: auto;
  height: 100%;
}
@media (max-width: 430px) {
  .sec-1 .modal .modal-content-img {
    width: 80%;
    height: auto;
  }
  .sec-1 .modal .modal-content-img img {
    width: 100%;
    height: auto;
  }
}
.sec-1 .modal .close {
  position: relative;
  top: -10px;
  left: 10px;
  font-size: 50px;
  cursor: pointer;
  color: #ffffff;
  background-color: transparent;
  border: none;
  outline: none;
}
@media (max-width: 430px) {
  .sec-1 .modal .close {
    font-size: 60px;
  }
}

.sec-1-2 {
  margin-top: 30px;
}
.sec-1-2 .banner {
  max-width: 680px;
  margin: 0 auto;
}
@media (max-width: 430px) {
  .sec-1-2 .banner {
    width: 84%;
  }
}
.sec-1-2 .banner img {
  width: 100%;
  height: auto;
}

.sec-2 {
  background-image: url("../img/img04_pc.webp");
  height: 100vh;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-2 {
    background-image: url("../img/img04_tb.webp");
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-2 {
    background-image: url("../img/img04_tb.webp");
    height: 80vh;
  }
}
@media (max-width: 430px) {
  .sec-2 {
    background-image: url("../img/img04_sp.webp");
    height: 190vh;
  }
}
.sec-2 .container-flyer-title {
  position: absolute;
  z-index: 3;
  top: 150px;
  left: 80px;
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-2 .container-flyer-title {
    top: 100px;
    left: 50px;
  }
}
@media (max-width: 430px) {
  .sec-2 .container-flyer-title {
    top: 100px;
    left: 45%;
  }
}
.sec-2 .container-flyer-title .flyer-title img {
  width: 50px;
  height: auto;
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-2 .container-flyer-title .flyer-title img {
    width: 36px;
    height: auto;
  }
}
.sec-2 .container-balloon {
  position: absolute;
  z-index: 2;
  top: 150px;
  right: 80px;
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-2 .container-balloon {
    top: 120px;
    right: 40px;
  }
}
@media (max-width: 430px) {
  .sec-2 .container-balloon {
    top: auto;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec-2 .container-balloon .balloon img {
  width: 95px;
  height: auto;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-2 .container-balloon .balloon img {
    width: 80px;
    height: auto;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-2 .container-balloon .balloon img {
    width: 60px;
    height: auto;
  }
}
.sec-2 .container {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sec-2 .container .flyer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 700px;
  margin: 0 auto;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-2 .container .flyer {
    width: 500px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-2 .container .flyer {
    width: 300px;
  }
}
@media (max-width: 430px) {
  .sec-2 .container .flyer {
    grid-template-columns: repeat(2, 1fr);
    width: 300px;
    padding-left: 15px;
  }
}
.sec-2 .container .flyer .flyer-container {
  width: 90%;
}
.sec-2 .container .flyer .flyer-container img {
  width: 100%;
  height: auto;
}
.sec-2 .container .flyer .flyer-container .btn-more {
  display: inline-block;
  padding: 0 15px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 2px solid #54c4dc;
  color: #54c4dc;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.sec-2 .container .flyer .flyer-container .btn-more:hover {
  background-color: #54c4dc;
  color: #ffffff;
  border-color: #54c4dc;
}
@media (max-width: 430px) {
  .sec-2 .container .flyer .flyer-container .btn-mg-bt {
    margin-bottom: 17px;
  }
}
.sec-2 .container .btn-container a {
  opacity: 1;
}

.sec-3 {
  background-image: url("../img/img13_pc.webp");
  background-size: contain;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 430px) {
  .sec-3 {
    background-image: url("../img/img13_sp.webp");
  }
}
.sec-3 .event {
  margin-top: 150px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-3 .event {
    margin-top: 100px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-3 .event {
    margin-top: -30px;
  }
}
.sec-3 .after-report {
  width: 500px;
  margin: 0 auto;
  margin-top: 50px;
}
@media (max-width: 430px) {
  .sec-3 .after-report {
    width: 80%;
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  .sec-3 {
    padding-bottom: 120px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-3 {
    padding-bottom: 120px;
  }
}
.sec-3 .latest-flyers-four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 800px;
  margin: 0 auto;
  margin-top: 40px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-3 .latest-flyers-four {
    width: 600px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-3 .latest-flyers-four {
    width: 600px;
  }
}
@media (max-width: 430px) {
  .sec-3 .latest-flyers-four {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 80%;
  }
}
.sec-3 .latest-flyers-four .flyers-four {
  text-align: center;
}
.sec-3 .latest-flyers-four .flyers-four a {
  display: block;
}
.sec-3 .latest-flyers-four .flyers-four a img {
  width: 100%;
  height: auto;
  display: block;
}

.sec-4 {
  position: relative;
  margin-top: -100px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-4 {
    margin-top: -200px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-4 {
    margin-top: -200px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-4 {
    margin-top: -120px;
  }
}
.sec-4 .flag-container1 {
  position: absolute;
  top: 70px;
  left: 0;
  width: 220px;
  height: auto;
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-4 .flag-container1 {
    width: 140px;
  }
}
.sec-4 .flag-container1 .flag {
  width: 100%;
  height: auto;
}
.sec-4 .flag-container2 {
  position: absolute;
  bottom: 70px;
  right: 0;
  width: 220px;
  height: auto;
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-4 .flag-container2 {
    width: 140px;
  }
}
.sec-4 .flag-container2 .flag {
  width: 100%;
  height: auto;
}
.sec-4 .title {
  padding-top: 100px;
}
@media (max-width: 430px) {
  .sec-4 .title {
    padding-top: 200px;
  }
}
.sec-4 .history {
  margin-top: 40px;
  text-align: center;
}
.sec-4 .history img {
  width: 700px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-4 .history img {
    width: 600px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-4 .history img {
    width: 370px;
  }
}
@media (max-width: 430px) {
  .sec-4 .history img {
    width: 300px;
  }
}
.sec-4 .btn-container {
  text-align: center;
  padding-bottom: 100px;
}
@media (max-width: 430px) {
  .sec-4 .btn-container {
    padding-bottom: 200px;
  }
}

.sec-5 {
  background-image: url("../img/img16_pc.webp");
  height: 100vh;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-5 {
    background-image: url("../img/img16_tb.webp");
    height: 140vh;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-5 {
    background-image: url("../img/img16_tb.webp");
  }
}
@media (max-width: 430px) {
  .sec-5 {
    background-image: url("../img/img16_sp.webp");
    height: 250vh;
  }
}
.sec-5 .container-ekimachi-title {
  position: absolute;
  z-index: 3;
  top: 150px;
  left: 80px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-5 .container-ekimachi-title {
    top: 10px;
    left: 40px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-5 .container-ekimachi-title {
    top: 10px;
    left: 40px;
  }
}
@media (max-width: 430px) {
  .sec-5 .container-ekimachi-title {
    top: 0;
    left: 40%;
  }
}
.sec-5 .container-ekimachi-title .ekimachi-title img {
  width: 80px;
  height: auto;
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-5 .container-ekimachi-title .ekimachi-title img {
    width: 60px;
  }
}
.sec-5 .container-balloon {
  position: absolute;
  z-index: 2;
  top: 150px;
  right: 80px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-5 .container-balloon {
    top: 10px;
    right: 40px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-5 .container-balloon {
    top: 10px;
    right: 40px;
  }
}
@media (max-width: 430px) {
  .sec-5 .container-balloon {
    top: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec-5 .container-balloon .balloon img {
  width: 95px;
  height: auto;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-5 .container-balloon .balloon img {
    width: 80px;
    height: auto;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-5 .container-balloon .balloon img {
    width: 60px;
    height: auto;
  }
}
.sec-5 .medium-title {
  position: absolute;
  width: 600px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-5 .medium-title {
    width: 400px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-5 .medium-title {
    width: 320px;
  }
}
@media (max-width: 430px) {
  .sec-5 .medium-title {
    width: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
  }
}
.sec-5 .medium-title img {
  width: auto;
  height: 70px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-5 .medium-title img {
    height: 50px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-5 .medium-title img {
    height: 47px;
  }
}
@media (max-width: 430px) {
  .sec-5 .medium-title img {
    height: 55px;
  }
}
.sec-5 .medium-title h2 {
  text-align: center;
  position: relative;
  font-size: 18px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-5 .medium-title h2 {
    font-size: 16px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-5 .medium-title h2 {
    font-size: 14px;
  }
}
.sec-5 .medium-title h2::after {
  content: "";
  display: block;
  width: 210px;
  height: 8px;
  background-color: #fffe00;
  margin: 0 auto;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-5 .medium-title h2::after {
    width: 190px;
    height: 6px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-5 .medium-title h2::after {
    width: 170px;
    height: 5px;
  }
}
.sec-5 .medium-title p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 1.8;
  text-align: justify;
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-5 .medium-title p {
    font-size: 12px;
  }
}
.sec-5 .medium-title .medium-title-margin {
  margin-top: 30px;
}
@media (max-width: 430px) {
  .sec-5 .medium-title .medium-title-margin {
    margin-top: 40px;
  }
}
.sec-5 .medium-title .medium-title-margin2 {
  margin-top: 20px;
}
@media (max-width: 430px) {
  .sec-5 .medium-title .medium-title-margin2 {
    margin-top: 30px;
  }
}

.sec-6 {
  position: relative;
  padding-bottom: 100px;
}
.sec-6 .flag-container1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: auto;
  z-index: -1;
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-6 .flag-container1 {
    width: 140px;
  }
}
.sec-6 .flag-container1 .flag {
  width: 100%;
  height: auto;
}
.sec-6 .flag-container2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 220px;
  height: auto;
  z-index: -1;
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-6 .flag-container2 {
    width: 140px;
  }
}
.sec-6 .flag-container2 .flag {
  width: 100%;
  height: auto;
}
.sec-6 .title {
  margin-bottom: 25px;
  z-index: 3;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-6 .title {
    padding-top: 80px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-6 .title {
    padding-top: 80px;
  }
}
@media (max-width: 430px) {
  .sec-6 .title {
    margin-bottom: 35px;
    padding-top: 80px;
  }
}
.sec-6 .title img {
  width: auto;
  height: 25px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-6 .title img {
    height: 20px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-6 .title img {
    height: 20px;
  }
}
@media (max-width: 430px) {
  .sec-6 .title img {
    height: 60px;
    margin-top: 30px;
  }
}
.sec-6 .column-container {
  max-width: 450px;
  margin: 0 auto;
  z-index: 3;
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-6 .column-container {
    max-width: 350px;
  }
}
.sec-6 .column-container .text-list {
  display: flex;
}
@media (max-width: 430px) {
  .sec-6 .column-container .text-list {
    flex-direction: column;
    align-items: center;
  }
}
.sec-6 .column-container .text-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 50%;
}
@media (max-width: 430px) {
  .sec-6 .column-container .text-list ul {
    width: 55%;
  }
}
.sec-6 .column-container .text-list ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  line-height: 1.8;
  text-align: left;
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-6 .column-container .text-list ul li {
    font-size: 12px;
  }
}
.sec-6 .column-container .text-list ul li img {
  width: 16px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}

.sec-7 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-7 .event-margin {
  padding-bottom: 30px;
}
.sec-7 .event-margin2 {
  padding-bottom: 80px;
}
.sec-7 .event-margin3 {
  padding-bottom: 60px;
}
.sec-7 .event-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin-top: 30px;
}
.sec-7 .event-grid .grid-row {
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
.sec-7 .event-grid .grid-item {
  background-color: #ffffff;
  text-align: center;
  padding: 5px 5px 7px 5px;
  margin-bottom: 5px;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-7 .event-grid .grid-item {
    font-size: 14px;
  }
}
.sec-7 .event-grid .grid-item1 {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
.sec-7 .event-grid .grid-item2 {
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-7 .event-grid .grid-item2 {
    width: 90px;
  }
}
@media (max-width: 430px) {
  .sec-7 .event-grid .grid-item2 {
    width: 70px;
  }
}
.sec-7 .event-grid .grid-item3 {
  width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-7 .event-grid .grid-item3 {
    width: 240px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-7 .event-grid .grid-item3 {
    width: 140px;
  }
}
@media (max-width: 430px) {
  .sec-7 .event-grid .grid-item3 {
    width: 140px;
  }
}
.sec-7 .event-grid .grid-item4 {
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-7 .event-grid .grid-item4 {
    width: 90px;
  }
}
@media (max-width: 430px) {
  .sec-7 .event-grid .grid-item4 {
    width: 80px;
  }
}
.sec-7 .event-grid .grid-cell {
  background-color: #54c4dc;
  color: #ffffff;
  text-align: center;
  margin-bottom: 5px;
  padding: 1px 5px 3px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-7 .event-grid .grid-cell {
    font-size: 14px;
  }
}
.sec-7 .comingsoon img {
  max-width: 260px;
  margin-top: 75px;
  margin-bottom: 50px;
}

.footer {
  position: relative;
  text-align: center;
}
.footer .footer-backimg img {
  width: 100%;
  height: auto;
  display: block;
}
.footer .footer-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .footer .footer-container {
    transform: translate(-50%, -43%);
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .footer .footer-container {
    transform: translate(-50%, -45%);
  }
}
@media (max-width: 430px) {
  .footer .footer-container {
    transform: translate(-50%, -43%);
  }
}
.footer .footer-container .footer-logo img {
  width: 300px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .footer .footer-container .footer-logo img {
    width: 260px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .footer .footer-container .footer-logo img {
    width: 220px;
  }
}
@media (max-width: 430px) {
  .footer .footer-container .footer-logo img {
    width: 270px;
  }
}
.footer .footer-container .footer-logo p {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333333;
  line-height: 1.8;
}
@media (min-width: 431px) and (max-width: 700px) {
  .footer .footer-container .footer-logo p {
    font-size: 12px;
    line-height: 1.5;
  }
}
.footer .footer-container .privacy-policy a {
  text-decoration: none;
}
.footer .footer-container .privacy-policy a p {
  color: #f1926d;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media (min-width: 431px) and (max-width: 700px) {
  .footer .footer-container .privacy-policy a p {
    font-size: 12px;
    margin-top: 1px;
  }
}
.footer .footer-container .footer-inquiry p {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media (min-width: 431px) and (max-width: 700px) {
  .footer .footer-container .footer-inquiry p {
    font-size: 12px;
    line-height: 1.5;
    margin-top: -3px;
  }
}
.footer .footer-container .footer-inquiry {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 431px) and (max-width: 700px) {
  .footer .footer-container .footer-inquiry {
    font-size: 12px;
    line-height: 1.5;
  }
}

#memberPopup {
  font-family: "Noto Sans JP", sans-serif;
  display: none;
  width: 100%;
  overflow: auto;
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
  right: 0;
}
#memberPopup .member-popup-content {
  background-color: #333333;
  opacity: 0.9;
  width: 100%;
  position: relative;
}
#memberPopup .member-popup-content .member-popup-header {
  text-align: center;
  padding-top: 10px;
  margin-top: -10px;
}
#memberPopup .member-popup-content .member-popup-header h2 {
  padding: 0;
  border-left: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
}
@media (max-width: 430px) {
  #memberPopup .member-popup-content .member-popup-header h2 {
    font-size: 20px;
  }
}
#memberPopup .member-popup-body {
  padding: 0px 30px 20px 30px;
  color: #ffffff;
  margin-top: -10px;
  z-index: 998;
}
@media (max-width: 430px) {
  #memberPopup .member-popup-body {
    padding: 0px 15px 20px 15px;
  }
}
#memberPopup .member-popup-body .cookie-consent {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
#memberPopup .member-popup-body .cookie-consent .cookie-text {
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 430px) {
  #memberPopup .member-popup-body .cookie-consent .cookie-text {
    font-size: 14px;
    line-height: 1.6;
  }
}
#memberPopup .member-popup-body .cookie-consent .cookie-text a {
  color: #ffffff;
}
#memberPopup .member-popup-body .cookie-agree, #memberPopup .member-popup-body .cookie-reject {
  display: inline-block;
  border: none;
  width: 110px;
  padding: 3px;
  background-color: #ffffff;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 1.8;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 430px) {
  #memberPopup .member-popup-body .cookie-agree, #memberPopup .member-popup-body .cookie-reject {
    padding: 0px;
    font-size: 14px;
  }
}
#memberPopup .member-popup-body .cookie-agree:hover, #memberPopup .member-popup-body .cookie-reject:hover {
  background-color: #fffe00;
  cursor: default;
}
#memberPopup .member-popup-body .cookie-agree {
  margin-right: 10px;
}

.sec-8 {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 150px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-8 {
    max-width: 700px;
  }
}
@media (max-width: 430px) {
  .sec-8 {
    width: 85%;
  }
}
.sec-8 .event-margin {
  padding-bottom: 50px;
}
.sec-8 .privacy .privacy-title h2 {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  margin-top: 50px;
  font-family: "Noto Sans JP", sans-serif;
}
.sec-8 .privacy p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 1.8;
  text-align: justify;
}

.sec-9 {
  padding-bottom: 80px;
}
.sec-9 .sec-9-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  background-color: #f1926d;
  padding: 5px 20px;
  border-radius: 999px;
  margin: 30px auto;
  width: fit-content;
}
.sec-9 .sec-9-title:before {
  content: "✨";
  margin-right: 10px;
}
.sec-9 .sec-9-title:after {
  content: "✨";
  margin-left: 10px;
}
.sec-9 .sec-9-title2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  background-color: #54c4dc;
  padding: 5px 20px;
  border-radius: 999px;
  margin: 30px auto;
  width: fit-content;
}
.sec-9 .sec-9-title2:before {
  content: "✨";
  margin-right: 10px;
}
.sec-9 .sec-9-title2:after {
  content: "✨";
  margin-left: 10px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-9 {
    padding-bottom: 120px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-9 {
    padding-bottom: 120px;
  }
}
.sec-9 .latest-flyers-four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 800px;
  margin: 0 auto;
  margin-top: 40px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-9 .latest-flyers-four {
    width: 600px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-9 .latest-flyers-four {
    width: 600px;
  }
}
@media (max-width: 430px) {
  .sec-9 .latest-flyers-four {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 80%;
  }
}
.sec-9 .latest-flyers-four .flyers-four {
  text-align: center;
}
.sec-9 .latest-flyers-four .flyers-four a {
  display: block;
}
.sec-9 .latest-flyers-four .flyers-four a img {
  width: 100%;
  height: auto;
  display: block;
}
.sec-9 .latest-flyers-four .flyers-four img {
  width: 100%;
  height: auto;
  display: block;
}

.sec-10 {
  padding-bottom: 80px;
}
.sec-10 h2 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
.sec-10 .sec-10-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  background-color: #54c4dc;
  padding: 8px 30px;
  border-radius: 999px;
  margin: 30px auto;
  width: fit-content;
  line-height: 1.4;
}
@media (max-width: 430px) {
  .sec-10 .sec-10-title {
    padding: 8px 20px;
    margin-bottom: -10px;
    margin-top: -10px;
    font-size: 16px;
  }
}
.sec-10 .after-report1 {
  width: 300px;
  margin: 0 auto;
  margin-top: 50px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-10 .after-report1 {
    width: 400px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-10 .after-report1 {
    width: 400px;
  }
}
@media (max-width: 430px) {
  .sec-10 .after-report1 {
    width: 50%;
  }
}
.sec-10 .after-report1 .after-contents img {
  width: 100%;
  height: auto;
  display: block;
}
.sec-10 .after-report2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 800px;
  margin: 0 auto;
  margin-top: 50px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-10 .after-report2 {
    width: 600px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-10 .after-report2 {
    width: 600px;
  }
}
@media (max-width: 430px) {
  .sec-10 .after-report2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 80%;
  }
}
.sec-10 .after-report2 .after-contents img {
  width: 100%;
  height: auto;
  display: block;
}
.sec-10 .pdf-btn {
  text-align: center;
  padding-top: 40px;
}
.sec-10 .pdf-btn a {
  display: inline-block;
  padding: 2px 35px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 2px solid #54c4dc;
  color: #54c4dc;
  background-color: #ffffff;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.sec-10 .pdf-btn a:hover {
  background-color: #54c4dc;
  color: #ffffff;
  border-color: #54c4dc;
}
.sec-10 .after-text {
  width: 600px;
  margin: 0 auto;
  padding-top: 30px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-10 .after-text {
    width: 80%;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-10 .after-text {
    width: 80%;
  }
}
@media (max-width: 430px) {
  .sec-10 .after-text {
    width: 80%;
  }
}
.sec-10 .after-text p {
  text-align: justify;
}
.sec-10 .after-title {
  padding-top: 50px;
}
.sec-10 .after-title h3 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  background-color: #f1926d;
  padding: 5px 50px;
  border-radius: 999px;
  margin: 30px auto;
  width: fit-content;
}
@media (max-width: 430px) {
  .sec-10 .after-title h3 {
    padding: 5px 60px;
    margin-bottom: -10px;
    font-size: 16px;
  }
}
.sec-10 .contents-time {
  background-color: #ffffff;
  padding: 0 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}
.sec-10 .contents-name {
  font-weight: 700;
  margin-bottom: 5px;
}
.sec-10 .contents-name2 {
  font-weight: 700;
  margin-bottom: 50px;
}
.sec-10 .contents-name3 {
  font-size: 16px;
  margin-bottom: 30px;
}
.sec-10 .contents-comment {
  font-size: 13px;
  text-align: justify;
  margin-bottom: 30px;
}
.sec-10 .contents-comment2 {
  font-size: 13px;
  text-align: justify;
  margin-top: -20px;
}
.sec-10 .mt-30 {
  margin-top: 30px;
}
.sec-10 .contents-time2 {
  background-color: #ffffff;
  padding: 7px 20px;
  border-radius: 999px;
  margin-bottom: 25px;
  line-height: 1.4;
}
.sec-10 .contents-comment2 {
  text-align: justify;
  margin-bottom: 10px;
}
.sec-10 .after-insta-link2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 250px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-10 .after-insta-link2 {
    width: 250px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-10 .after-insta-link2 {
    width: 250px;
  }
}
@media (max-width: 430px) {
  .sec-10 .after-insta-link2 {
    width: 80%;
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec-10 .after-insta-link2 .after-insta-photo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-10 .after-insta-link2 .after-insta-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 999px;
}
.sec-10 .after-insta-link3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 390px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-10 .after-insta-link3 {
    width: 250px;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-10 .after-insta-link3 {
    width: 250px;
  }
}
@media (max-width: 430px) {
  .sec-10 .after-insta-link3 {
    width: 80%;
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec-10 .after-insta-link3 .after-insta-photo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-10 .after-insta-link3 .after-insta-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 999px;
}
.sec-10 .after-insta-link6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  width: 800px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-10 .after-insta-link6 {
    width: 80%;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-10 .after-insta-link6 {
    width: 80%;
  }
}
@media (max-width: 430px) {
  .sec-10 .after-insta-link6 {
    width: 80%;
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec-10 .after-insta-link6 .after-insta-photo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-10 .after-insta-link6 .after-insta-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 999px;
}
.sec-10 .photo-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 800px;
  margin: 0 auto;
  padding-top: 20px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-10 .photo-gallery {
    width: 80%;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-10 .photo-gallery {
    width: 80%;
  }
}
@media (max-width: 430px) {
  .sec-10 .photo-gallery {
    width: 80%;
    grid-template-columns: repeat(1, 1fr);
  }
}
.sec-10 .photo-gallery .after-photo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-10 .photo-gallery .after-photo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.sec-10 hr {
  width: 800px;
  margin-top: 100px;
  border: none;
  height: 2px;
  background-color: #ffffff;
}
@media (min-width: 701px) and (max-width: 1024px) {
  .sec-10 hr {
    width: 80%;
  }
}
@media (min-width: 431px) and (max-width: 700px) {
  .sec-10 hr {
    width: 80%;
  }
}
@media (max-width: 430px) {
  .sec-10 hr {
    width: 80%;
    margin-top: 50px;
  }
}

.mt-15 {
  margin-top: -15px;
}/*# sourceMappingURL=style.css.map */