@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap");
a img:hover {
  opacity: 0.5;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.text-center {
  text-align: center;
}

.blue-box {
  background-color: #05C3DE;
}

.inner-box {
  width: 91.47%;
  max-width: 120rem;
  margin-inline: auto;
}

.basic-button {
  display: block;
  width: 25.9rem;
  background-color: #F5DC3B;
  color: #000000;
  display: flex;
  justify-content: space-between;
  border-radius: 2rem;
  padding-block: 1.5rem;
  padding-left: 1.6rem;
  padding-right: 1.4rem;
  font-size: 1.4rem;
  text-decoration: none;
}
.basic-button:hover {
  background-color: #E1C200;
}
.basic-button::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("/navi/setouchi-palette/assets/img/top/arrow-button.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.color-white {
  color: #ffffff;
}

.top h2 {
  font-weight: 500;
}

.heading-level2 {
  font-weight: 500;
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .heading-level2 {
    gap: 0.8rem;
  }
}
.heading-level2 .-en {
  font-size: 4rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .heading-level2 .-en {
    font-size: 6.4rem;
  }
}
.heading-level2 .-ja {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .heading-level2 .-ja {
    font-size: 1.8rem;
  }
}

.section-box + .section-box {
  margin-top: 9.6rem;
}
@media screen and (min-width: 768px) {
  .section-box + .section-box {
    margin-top: 16rem;
  }
}

.anchor-link {
  margin-top: -6.4rem;
  padding-top: 6.4rem;
}
@media screen and (min-width: 768px) {
  .anchor-link {
    margin-top: -11.5rem;
    padding-top: 11.5rem;
  }
}

.content-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 6rem;
}
@media screen and (min-width: 768px) {
  .content-list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}
.content-list__link {
  display: flex;
  flex-flow: column;
  gap: 2.4rem;
}
.content-list__link:hover {
  opacity: 0.5;
}
.content-list__link:hover img {
  opacity: 1;
}
.content-list__text {
  display: block;
  font-size: 1.4rem;
  line-height: 1.75;
  font-family: Shuei KakuGo Gin B, "Shuei KakuGo Gin B", 秀英角ゴシック銀 B, "秀英角ゴシック銀 B", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .content-list__text {
    font-size: 1.8rem;
    line-height: 2;
  }
}

.header {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6.4rem;
  padding-inline: 1.6rem;
}
@media screen and (min-width: 768px) {
  .header__inner {
    height: 11.5rem;
    padding-inline: 5.6rem;
  }
}
.header__logo {
  width: 18.4rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 29.7rem;
  }
}
.header__logo img {
  display: block;
}

.overlay {
  display: none;
}
@media screen and (min-width: 768px) {
  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1000;
  }
}
.overlay.is-active {
  display: block;
}

.gnavi {
  position: fixed;
  z-index: 1001;
  background-color: #ffffff;
  right: 0;
  top: 6.3rem;
  width: 100%;
  height: calc(100vh - 6.3rem);
}
@media screen and (min-width: 768px) {
  .gnavi {
    position: absolute;
    width: 40.9rem;
    height: 100vh;
    top: 0;
  }
}
.gnavi__inner {
  padding-top: 2.2rem;
  padding-inline: 1.6rem;
}
@media screen and (min-width: 768px) {
  .gnavi__inner {
    padding-top: 12rem;
    padding-inline: 6.4rem;
  }
}

.gnavi-list {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  gap: 4.8rem;
}
.gnavi-list__link {
  color: #000000;
  text-decoration: none;
}
.gnavi-list__link:hover {
  opacity: 0.5;
}
.gnavi-list__text {
  display: block;
}
.gnavi-list__text.-en {
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .gnavi-list__text.-en {
    font-size: 3.2rem;
  }
}
.gnavi-list__text.-ja {
  font-size: 1.6rem;
  margin-top: 1rem;
}

.gnavi-button {
  display: block;
  width: 3.2rem;
}
@media screen and (min-width: 768px) {
  .gnavi-button {
    width: 4.8rem;
  }
}
.gnavi-button.is-close {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
}
@media screen and (min-width: 768px) {
  .gnavi-button.is-close {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.gnavi .gnavi-button {
  display: none;
}
@media screen and (min-width: 768px) {
  .gnavi .gnavi-button {
    display: block;
    position: absolute;
    top: 4.9rem;
    right: 6.8rem;
  }
}
.gnavi-button__line {
  display: block;
  background-color: #000000;
  height: 0.1rem;
}
.is-close .gnavi-button__line {
  position: absolute;
  top: 0;
  left: 0;
}
.gnavi-button__line:nth-child(1) {
  width: 3.2rem;
}
@media screen and (min-width: 768px) {
  .gnavi-button__line:nth-child(1) {
    width: 4.8rem;
  }
}
.is-close .gnavi-button__line:nth-child(1) {
  width: 2.5rem;
  -webkit-transform: translate3d(-0.3rem, 0.9rem, 0) rotate(45deg);
          transform: translate3d(-0.3rem, 0.9rem, 0) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .is-close .gnavi-button__line:nth-child(1) {
    width: 3.4rem;
    -webkit-transform: translate3d(-0.5rem, 1.2rem, 0) rotate(45deg);
            transform: translate3d(-0.5rem, 1.2rem, 0) rotate(45deg);
  }
}
.gnavi-button__line:nth-child(2) {
  width: 2.2rem;
  margin-top: 0.7rem;
}
@media screen and (min-width: 768px) {
  .gnavi-button__line:nth-child(2) {
    width: 3.4rem;
  }
}
.is-close .gnavi-button__line:nth-child(2) {
  opacity: 0;
}
.gnavi-button__line:nth-child(3) {
  width: 1.1rem;
  margin-top: 0.7rem;
}
@media screen and (min-width: 768px) {
  .gnavi-button__line:nth-child(3) {
    width: 1.7rem;
  }
}
.is-close .gnavi-button__line:nth-child(3) {
  width: 2.5rem;
  -webkit-transform: translate3d(-0.3rem, 0.2rem, 0) rotate(-45deg);
          transform: translate3d(-0.3rem, 0.2rem, 0) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .is-close .gnavi-button__line:nth-child(3) {
    width: 3.4rem;
    -webkit-transform: translate3d(-0.45rem, 0.5rem, 0) rotate(-45deg);
            transform: translate3d(-0.45rem, 0.5rem, 0) rotate(-45deg);
  }
}

.mv img {
  width: 100%;
  height: auto;
}
.mv .swiper-pagination {
  position: static;
  margin-top: 2rem;
  display: flex;
  gap: 0.8rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .mv .swiper-pagination {
    margin-top: 2.4rem;
  }
}
.mv .swiper-pagination-bullet {
  border: 1px solid #05C3DE;
  background-color: #ffffff;
  width: 1.2rem;
  height: 1.2rem;
  opacity: 1;
  margin: 0 !important;
}
.mv .swiper-pagination-bullet-active {
  background-color: #05C3DE;
}

.about {
  margin-top: 9.4rem;
}
@media screen and (min-width: 768px) {
  .about {
    margin-top: 5.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 73.6%;
    background-image: url("/navi/setouchi-palette/assets/img/top/about-bg-bottom.png");
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: 100% auto;
    margin-top: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .about__top {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
  .about__top::before {
    content: "";
    display: block;
    width: 39.1rem;
    height: 59.6rem;
    background-image: url("/navi/setouchi-palette/assets/img/top/about-bg-left.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    margin-top: 15.1rem;
  }
  .about__top::after {
    content: "";
    display: block;
    width: 35.8rem;
    height: 92.2rem;
    background-image: url("/navi/setouchi-palette/assets/img/top/about-bg-right.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
}
.about__bottom {
  padding-top: 2.7rem;
  padding-inline: 2.4rem;
  padding-bottom: 3.2rem;
  margin-top: 5.1rem;
}
@media screen and (min-width: 768px) {
  .about__bottom {
    padding: 4rem;
    margin-top: 7.2rem;
  }
}
.about__inner {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__inner {
    padding-top: 9rem;
  }
}
.about__heading {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-weight: 500;
  gap: 1.2rem;
}
@media screen and (min-width: 768px) {
  .about__heading {
    gap: 3rem;
  }
}
.about__heading > *.-en {
  font-size: 7.2rem;
  color: #05C3DE;
}
@media screen and (min-width: 768px) {
  .about__heading > *.-en {
    font-size: 16rem;
  }
}
.about__heading > *.-ja {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .about__heading > *.-ja {
    font-size: 1.8rem;
  }
}
.about__copy {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-top: 6.4rem;
}
@media screen and (min-width: 768px) {
  .about__copy {
    font-size: 3.6rem;
    margin-top: 10.1rem;
  }
}
.about__text {
  max-width: 26.9rem;
  margin-top: 5.2rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about__text {
    max-width: 39.3rem;
    margin-top: 7.6rem;
  }
}

.concept-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .concept-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .contact {
    margin-top: 6rem !important;
  }
}
.contact__text {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .contact__text {
    font-size: 1.6rem;
  }
}
.contact__text + * {
  margin-top: 3.7rem;
}
@media screen and (min-width: 768px) {
  .contact__text + * {
    margin-top: 1.8rem;
  }
}
.contact__top {
  position: relative;
}
.contact__top::after {
  content: "";
  display: block;
  width: 100%;
  height: 8.7rem;
  background-color: #05C3DE;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .contact__top::after {
    height: 8.8rem;
  }
}
.contact__image {
  position: relative;
  z-index: 2;
}
.contact__bottom {
  display: flex;
  flex-flow: column;
  padding-top: 5.6rem;
  padding-bottom: 8.3rem;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .contact__bottom {
    flex-flow: row;
    gap: 9.6rem;
    padding-top: 4.8rem;
    padding-bottom: 8rem;
  }
}

.map__image {
  margin-top: 4rem;
  background-image: url("/navi/setouchi-palette/assets/img/top/map_sp.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  position: relative;
  aspect-ratio: 686/492;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .map__image {
    width: 100%;
    max-width: 100%;
    height: 480px;
    background-image: url("/navi/setouchi-palette/assets/img/top/map_pc.png");
  }
}
.map__image a:hover {
  background-color: #c1c1c1;
}

.map-button {
  position: absolute;
  color: #fff;
  background-color: #8A8A8A;
  display: inline-block;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  width: 78px;
  height: 23px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .map-button {
    font-size: 1.4rem;
    width: 108px;
    height: 32px;
  }
}
.map-button[href] {
  background-color: #000;
}
.map-button.-hyogo {
  top: 13%;
  right: 5%;
}
@media screen and (min-width: 768px) {
  .map-button.-hyogo {
    top: 20%;
    right: 30.5%;
  }
}
.map-button.-okayama {
  top: 23%;
  right: 25%;
}
@media screen and (min-width: 768px) {
  .map-button.-okayama {
    top: 24%;
    right: 41.5%;
  }
}
.map-button.-hiroshima {
  top: 34%;
  right: 41%;
}
@media screen and (min-width: 768px) {
  .map-button.-hiroshima {
    top: 36%;
    right: 53%;
  }
}
.map-button.-yamaguchi {
  top: 46%;
  left: 13%;
}
@media screen and (min-width: 768px) {
  .map-button.-yamaguchi {
    top: 49%;
    left: 24%;
  }
}
.map-button.-fukuoka {
  top: 61%;
  left: 1%;
}
@media screen and (min-width: 768px) {
  .map-button.-fukuoka {
    top: 69%;
    left: 15%;
  }
}
.map-button.-kagawa {
  top: 45%;
  right: 25%;
}
@media screen and (min-width: 768px) {
  .map-button.-kagawa {
    top: 48%;
    right: 42%;
  }
}
.map-button.-ehime {
  top: 60%;
  right: 45%;
}
@media screen and (min-width: 768px) {
  .map-button.-ehime {
    top: 66%;
    right: 54.5%;
  }
}

.link {
  background-image: url("/navi/setouchi-palette/assets/img/top/link-bg_sp.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-block: 9.6rem;
}
@media screen and (min-width: 768px) {
  .link {
    background-image: url("/navi/setouchi-palette/assets/img/top/link-bg_pc.jpg");
    padding-block: 10.8rem;
    background-position: center 0;
  }
}
.link__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 98rem;
  margin-top: 4rem;
  margin-inline: auto;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .link__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.8rem;
    margin-top: 5.6rem;
  }
}

.sns {
  padding-block: 4rem;
}
@media screen and (min-width: 768px) {
  .sns {
    padding-block: 6.4rem;
  }
}

.sns-list {
  display: flex;
  justify-content: center;
  gap: 3.2rem;
}
@media screen and (min-width: 768px) {
  .sns-list {
    gap: 3.7rem;
  }
}
.sns-list__link {
  text-decoration: none;
  display: flex;
  flex-flow: column;
  text-align: center;
  align-items: center;
  font-size: 1.4rem;
  color: #000000;
}
.sns-list__link:hover {
  opacity: 0.5;
}
.sns-list__link.-x {
  gap: 0.9rem;
}
.sns-list__link.-instagram {
  gap: 1rem;
}