@charset "UTF-8";
:root {
  --mainCl: #003476;
  --accentCl: #FFF000;
  --headerHight: 96px;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
    visibility: hidden !important;
  }
}

@media screen and (max-width: 767px) {
  .tb {
    display: none !important;
    visibility: hidden !important;
  }
}

@media print, screen and (min-width: 1366px) {
  .tb {
    display: none !important;
    visibility: hidden !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
    visibility: hidden !important;
  }
}

@media print, screen and (min-width: 1366px) {
  .sp-tb {
    display: none !important;
    visibility: hidden !important;
  }
}

body {
  position: relative;
  background-color: #fff;
  text-align: revert;
}

main {
  position: relative;
  z-index: 1;
  font-family: "Kosugi Maru";
  font-weight: 400;
  color: var(--mainCl);
  line-height: 2;
}

main *, main ::after, main ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 768px) {
  header {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  header.show {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  header #gNavi {
    -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.25));
  }
}

footer {
  padding-block: 3rem;
  background-color: #A1D8E6;
  font-family: "Kosugi Maru";
}

footer .footer-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  max-width: 490px;
  width: 25.52083%;
  margin-inline: auto;
}

@media print, screen and (max-width: 1365px) {
  footer .footer-banners {
    gap: 2.4rem;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  footer .footer-banners {
    gap: 1rem;
    width: 80%;
  }
}

footer .credit {
  margin-block: 2rem 1rem;
  text-align: center;
  font-size: 12px;
  color: #000;
}

footer ul li a {
  color: #000;
  font-size: clamp(12px, 1.17216vw, 16px);
}

.btn {
  display: block;
  max-width: 206px;
  width: 20.6%;
  margin: 4rem auto 0 auto;
}

@media print, screen and (max-width: 1365px) {
  .btn {
    width: 14.3rem;
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    width: 11.8rem;
    margin-top: 2rem;
  }
}

.info-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  width: min(91%, 848px);
  margin-inline: auto;
}

@media print, screen and (max-width: 1365px) {
  .info-list {
    gap: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .info-list {
    display: block;
    width: 100%;
    padding: 1rem 5% 2rem 5%;
    background-color: #fff;
  }
}

.info-list .info-item {
  display: block;
}

.info-list .info-item figure {
  border: solid 5px #fff;
}

.info-list .info-item .info-txt {
  padding: 1rem 2rem;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .info-list .info-item .info-txt {
    background-color: var(--darkBlue);
  }
}

@media screen and (max-width: 767px) {
  .info-list .info-item .info-txt {
    padding: 1rem 0;
    border-bottom: solid 1px #C8C8C8;
  }
}

.info-list .info-item .info-txt p {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .info-list .info-item .info-txt p {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .info-list .info-item .info-txt p {
    font-size: 1rem;
  }
}

.info-list .info-item .info-txt h2 {
  color: var(--yellow);
  font-size: 1.6rem;
}

@media print, screen and (max-width: 1365px) {
  .info-list .info-item .info-txt h2 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .info-list .info-item .info-txt h2 {
    color: var(--red);
    font-size: 1.15rem;
  }
}

.list-asterisk {
  padding-left: 1em;
}

.list-asterisk li::before {
  content: "※";
  margin-left: -1em;
}

.top .container {
  width: min(90%, 1000px);
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .top .container {
    width: 80%;
  }
}

.top #mv {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 2020;
  background: url("../../assets/img/mv_bkg.svg") no-repeat center top/cover;
}

@media print, screen and (max-width: 1365px) {
  .top #mv {
    aspect-ratio: 768 / 1670;
    background: url("../../assets/img/mv_bkg_tb.svg") no-repeat center top/cover;
  }
}

@media screen and (max-width: 767px) {
  .top #mv {
    aspect-ratio: 320 / 1112;
    background: url("../../assets/img/mv_bkg_sp.svg") no-repeat center top/cover;
  }
}

.top #mv h1 {
  width: calc(1200 / 1920 * 100%);
  margin-inline: auto;
  padding-top: 19vw;
}

@media print, screen and (max-width: 1365px) {
  .top #mv h1 {
    width: 90%;
    padding-top: 28vw;
  }
}

@media screen and (max-width: 767px) {
  .top #mv h1 {
    width: 90%;
    padding-top: 34vw;
  }
}

.top #mv p {
  width: 100%;
  margin-inline: auto;
  padding-top: 3vw;
}

@media print, screen and (max-width: 1365px) {
  .top #mv p {
    padding-top: 6vw;
  }
}

.top .bkg-grid {
  position: relative;
  margin-top: -23vw;
}

@media print, screen and (min-width: 1366px) {
  .top .bkg-grid {
    background: url("../../assets/img/guide_bkg_right.svg") no-repeat right 15vw/29.1%, url("../../assets/img/guide_bkg_left.svg") no-repeat left calc(100% - 17rem)/29.1%;
  }
}

@media print, screen and (max-width: 1365px) {
  .top .bkg-grid {
    margin-top: -40vw;
  }
}

@media screen and (max-width: 767px) {
  .top .bkg-grid {
    margin-top: -32vw;
  }
}

.top .bkg-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../../assets/img/grid_mask.svg");
          mask-image: url("../../assets/img/grid_mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #fff url("../../assets/img/grid_bkg.png") center top;
}

@media print, screen and (max-width: 1365px) {
  .top .bkg-grid::before {
    background-size: 2.8%;
  }
}

@media screen and (max-width: 767px) {
  .top .bkg-grid::before {
    background-size: 6%;
  }
}

.top #guide {
  position: relative;
  padding-top: 36vw;
  line-height: 1.5;
}

@media print, screen and (max-width: 1365px) {
  .top #guide {
    padding-top: 50vw;
  }
}

@media screen and (max-width: 767px) {
  .top #guide {
    padding-top: 60vw;
  }
}

.top #guide::after {
  content: "";
  position: absolute;
  top: 3vw;
  left: 0;
  z-index: 100;
  width: calc(1200 / 1920 * 100%);
  aspect-ratio: 1201 / 851;
  background-image: url("../../assets/img/guide_img.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media print, screen and (max-width: 1365px) {
  .top #guide::after {
    top: 0;
    width: calc(648 / 768 * 100%);
  }
}

@media screen and (max-width: 767px) {
  .top #guide::after {
    top: -3vw;
    width: 100%;
  }
}

.top #guide h1 {
  position: relative;
  max-width: 542px;
  width: 54.2%;
  margin-inline: auto;
}

@media print, screen and (max-width: 1365px) {
  .top #guide h1 {
    width: calc(417 / 768 * 100%);
  }
}

@media screen and (max-width: 767px) {
  .top #guide h1 {
    width: 100%;
  }
}

.top #guide h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 2rem;
  padding: .2em 1em;
  background-color: var(--mainCl);
  border-radius: 100vh;
  color: #fff;
  font-weight: 400;
  font-size: clamp(14px, 1.4652vw, 20px);
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  .top #guide h2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .top #guide h2 {
    margin-inline: auto;
  }
}

.top #guide dl {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 1em;
  margin-top: 1em;
  margin-left: 2.5rem;
  font-size: clamp(14px, 1.4652vw, 20px);
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  .top #guide dl {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .top #guide dl {
    margin-left: 0;
  }
}

.top #guide .attention, .top #guide span {
  font-size: clamp(12px, 1.17216vw, 16px);
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  .top #guide .attention, .top #guide span {
    font-size: 14px;
  }
}

.top #guide .attention a, .top #guide span a {
  color: #ED8599;
  text-decoration: underline;
}

.top #guide p.attention {
  margin-top: 1em;
  margin-left: calc(2.5rem + 1em);
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .top #guide p.attention {
    margin-left: 1em;
  }
}

.top #guide h3 {
  margin-block: 7rem 1.5em;
  padding-bottom: .5em;
  border-bottom: solid 1px var(--mainCl);
  font-size: clamp(14px, 1.4652vw, 20px);
}

@media print, screen and (max-width: 1365px) {
  .top #guide h3 {
    margin-block: 5rem 1.5em;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .top #guide h3 {
    margin-block: 5rem 1.5em;
  }
}

.top #guide ul {
  margin-left: 3em;
  font-size: clamp(12px, 1.17216vw, 16px);
}

@media print, screen and (max-width: 1365px) {
  .top #guide ul {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .top #guide ul {
    margin-left: 1.5em;
  }
}

.top #guide ul li {
  margin-top: 1em;
  list-style-type: disc;
}

.top #access {
  position: relative;
  margin-top: 12rem;
  padding-bottom: 10rem;
}

@media print, screen and (max-width: 1365px) {
  .top #access {
    margin-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .top #access {
    margin-top: 6rem;
    padding-bottom: 6rem;
  }
}

.top #access .access-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10%;
  margin-top: 6rem;
}

@media print, screen and (max-width: 1365px) {
  .top #access .access-inner {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .top #access .access-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin-top: 4rem;
  }
}

.top #access .access-inner .access-map {
  -ms-flex-preferred-size: calc(505 / 1000 * 100%);
      flex-basis: calc(505 / 1000 * 100%);
  aspect-ratio: 505 / 400;
}

.top #access .access-inner .access-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 4rem;
}

@media print, screen and (max-width: 1365px) {
  .top #access .access-inner .access-map iframe {
    border-radius: 2rem;
  }
}

.top #access .access-inner .access-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(12px, 1.17216vw, 16px);
}

@media screen and (max-width: 767px) {
  .top #access .access-inner .access-txt {
    width: 100%;
  }
}

.top #access .access-inner .access-txt dl {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0 1em;
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: solid 1px var(--mainCl);
}

.top #access .access-inner .access-txt dl dd {
  line-height: 1.3;
  text-align: right;
}

.top #access .access-inner .access-txt dl dd span {
  font-size: clamp(16px, 1.75824vw, 24px);
}

.top #gakken {
  padding-block: 9rem 7rem;
  background-color: #FFF54D;
}

@media print, screen and (max-width: 1365px) {
  .top #gakken {
    padding-block: 6rem 4rem;
  }
}

@media screen and (max-width: 767px) {
  .top #gakken {
    padding-block: 5rem;
  }
}

.top #gakken .gakken-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10%;
}

@media print, screen and (max-width: 1365px) {
  .top #gakken .gakken-inner {
    gap: 0 5%;
  }
}

@media screen and (max-width: 767px) {
  .top #gakken .gakken-inner {
    display: block;
  }
}

.top #gakken .gakken-inner .gakken-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top #gakken .gakken-inner .gakken-txt h1 {
  max-width: 395px;
  width: 87.00441%;
  margin-inline: auto;
}

@media print, screen and (max-width: 1365px) {
  .top #gakken .gakken-inner .gakken-txt h1 {
    width: 100%;
  }
}

.top #gakken .gakken-inner .gakken-txt p {
  margin-block: 2em;
  color: #000;
  font-size: clamp(14px, 1.17216vw, 16px);
}

.top #gakken .gakken-inner .gakken-txt a {
  display: block;
  max-width: 300px;
  width: 66.0793%;
  margin-inline: auto;
  margin-top: 1.5rem;
}

@media print, screen and (max-width: 1365px) {
  .top #gakken .gakken-inner .gakken-txt a {
    width: 300px;
  }
}

.top #gakken .gakken-inner .gakken-img {
  max-width: 446px;
  width: 44.6%;
}

@media print, screen and (max-width: 1365px) {
  .top #gakken .gakken-inner .gakken-img {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .top #gakken .gakken-inner .gakken-img {
    width: 100%;
    padding-top: 3rem;
  }
}

.top {
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}

.top .ttl-bl {
  width: 320px;
  margin-inline: auto;
}

@media print, screen and (max-width: 1365px) {
  .top .ttl-bl {
    width: calc(278 / 768 * 100%);
  }
}

@media screen and (max-width: 767px) {
  .top .ttl-bl {
    width: calc(198 / 320 * 100%);
  }
}

.top .ttl-bl:is(#menu02 *) {
  margin-inline: revert;
  width: min(90%, 320px);
}

.top .ttl-ye {
  width: 376px;
  margin-inline: auto;
}

@media print, screen and (max-width: 1365px) {
  .top .ttl-ye {
    width: calc(258 / 768 * 100%);
  }
}

@media screen and (max-width: 767px) {
  .top .ttl-ye {
    width: calc(206 / 320 * 100%);
  }
}

@media screen and (max-width: 767px) {
  .top .ttl-ye:is(#menu *) {
    width: calc(233 / 320 * 100%);
  }
}

@media print, screen and (max-width: 1365px) {
  .top .ttl-ye:is(#sns *) {
    width: 258px;
  }
}

.top #menu {
  position: relative;
  z-index: -1;
  padding-block: 18rem 20vw;
  background: #00329B url("../../assets/img/bkg_dot.png") repeat center top;
}

@media print, screen and (max-width: 1365px) {
  .top #menu {
    padding-block: 7rem 21vw;
  }
}

@media screen and (max-width: 767px) {
  .top #menu {
    padding-block: 4rem 22vw;
  }
}

.top #menu .menu-inner {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .top #menu .menu-inner {
    max-width: 1200px;
    width: 90%;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .top #menu .menu-inner {
    padding-bottom: 3rem;
  }
}

@media print, screen and (min-width: 768px) {
  .top #menu .menu-inner .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 9rem 2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 12rem;
  }
}

@media print, screen and (max-width: 1365px) {
  .top #menu .menu-inner .menu-list {
    gap: 4rem 4%;
    margin-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .top #menu .menu-inner .menu-list {
    margin-top: 2rem;
    gap: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media print, screen and (min-width: 1366px) {
  .top #menu .menu-inner .menu-list .menu-item {
    -ms-flex-preferred-size: calc((100% - 4%) / 3);
        flex-basis: calc((100% - 4%) / 3);
  }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  .top #menu .menu-inner .menu-list .menu-item {
    -ms-flex-preferred-size: calc((100% - 4%) / 2);
        flex-basis: calc((100% - 4%) / 2);
  }
}

.top #menu .menu-inner .menu-list .menu-item p {
  margin-top: 1em;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  font-size: clamp(10px, 1.4652vw, 20px);
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  .top #menu .menu-inner .menu-list .menu-item p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .top .swiper {
    padding-bottom: 180px;
  }
  .top .swiper .swiper-slide {
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
  }
  .top .swiper .swiper-slide-active {
    position: relative;
    z-index: 1;
    -webkit-transform: scale(1.5) translateY(70px);
            transform: scale(1.5) translateY(70px);
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
  }
}

.top .swiper-pagination {
  top: revert;
  bottom: 0;
}

.top .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.top .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ED8599;
}

.top .swiper-button-prev, .top .swiper-button-next {
  top: revert;
  bottom: -2px;
}

@media print, screen and (min-width: 768px) {
  .top .swiper-button-prev, .top .swiper-button-next {
    display: none;
  }
}

.top .swiper-button-prev::after, .top .swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

.top .swiper-button-prev {
  left: 24%;
}

.top .swiper-button-prev::after {
  border-bottom: 10px solid transparent;
  border-right: 15px solid #fff;
  border-top: 10px solid transparent;
}

.top .swiper-button-next {
  right: 24%;
}

.top .swiper-button-next::after {
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  border-top: 10px solid transparent;
}

.top #menu02 {
  position: relative;
  margin-top: -18vw;
  padding-block: 9vw 11vw;
}

@media print, screen and (max-width: 1365px) {
  .top #menu02 {
    padding-block: 9vw 16vw;
  }
}

.top #menu02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../../assets/img/menu02_mask.svg");
          mask-image: url("../../assets/img/menu02_mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #63C2F0;
}

.top #menu02::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/menu02_bkg.svg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}

@media print, screen and (max-width: 1365px) {
  .top #menu02::after {
    background-image: url("../../assets/img/menu02_bkg_tb.svg");
    background-position: center 3vw;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .top #menu02::after {
    background: revert;
  }
}

.top #menu02 .menu02-inner {
  width: calc(1200 / 1920 * 100%);
  margin-inline: auto;
}

@media print, screen and (max-width: 1365px) {
  .top #menu02 .menu02-inner {
    width: 100%;
  }
}

.top #menu02 .menu02-inner .menu02-item {
  width: calc(990 / 1200 * 100%);
}

@media print, screen and (max-width: 1365px) {
  .top #menu02 .menu02-inner .menu02-item {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .top #menu02 .menu02-inner .menu02-item {
    width: 100%;
  }
}

.top #menu02 .menu02-inner .menu02-item:not(:first-child) {
  margin-top: 3.8vw;
}

@media print, screen and (max-width: 1365px) {
  .top #menu02 .menu02-inner .menu02-item:not(:first-child) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .top #menu02 .menu02-inner .menu02-item:not(:first-child) {
    margin-top: 8vw;
  }
}

.top #menu02 .menu02-inner .menu02-item:nth-child(even) {
  margin-left: auto;
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  .top #menu02 .menu02-inner .menu02-item:nth-child(3) {
    margin-top: -6vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  .top #menu02 .menu02-inner .menu02-item:nth-child(4) {
    margin-top: -8vw;
  }
}

.top #sns {
  position: relative;
  margin-top: -10vw;
  padding-block: 12vw 25vw;
}

@media print, screen and (max-width: 1365px) {
  .top #sns {
    padding-block: 14vw 48vw;
  }
}

@media screen and (max-width: 767px) {
  .top #sns {
    padding-block: 22vw 48vw;
  }
}

.top #sns::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../../assets/img/menu02_mask.svg");
          mask-image: url("../../assets/img/menu02_mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #00329B url("../../assets/img/bkg_dot.png");
}

.top #sns .sns-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 822px;
  width: 90%;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .top #sns .sns-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
    width: 80%;
  }
}

.top #sns .sns-inner h2 {
  margin-top: 2em;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  font-family: "Mochiy Pop One";
  font-weight: 400;
  font-size: clamp(24px, 2.1978vw, 30px);
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  .top #sns .sns-inner h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .top #sns .sns-inner h2 {
    margin-top: 1.5em;
  }
}

.top #sns .sns-inner .sns-txt {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  color: #fff;
}

.top #sns .sns-inner .sns-txt p {
  margin-top: 1.5em;
  text-align: center;
  font-size: clamp(14px, 1.4652vw, 20px);
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  .top #sns .sns-inner .sns-txt p {
    font-size: 18px;
  }
}

.top #sns .sns-inner .sns-x {
  -ms-flex-preferred-size: calc(338 / 882 * 100%);
      flex-basis: calc(338 / 882 * 100%);
}

@media print, screen and (max-width: 1365px) {
  .top #sns .sns-inner .sns-x {
    -ms-flex-preferred-size: calc(300 / 691 * 100%);
        flex-basis: calc(300 / 691 * 100%);
  }
}

.top #sns .sns-inner .sns-x a {
  display: block;
  width: 100%;
  margin-top: 5rem;
}

@media print, screen and (max-width: 1365px) {
  .top #sns .sns-inner .sns-x a {
    width: 100%;
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .top #sns .sns-inner .sns-x a {
    margin-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
