@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: var(--cc-blue) !important;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-blue: #0e1b3c;
  --cc-lblue: #1e2570;
  --cc-hblue: #09122a;
  --w1280: 1280px;
  --space: 30px;
  --rem: 1rem /16;
}

/* ================================================

- 表示アニメーション

================================================ */
/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- イージング

================================================ */
/* ================================================

- FUKUIIKAZE BASE.

================================================ */
.hometown-body {
  padding: 65px 0 120px;
}

.hometown-mv {
  margin-top: 67px;
  background-color: #FFFFFF;
}

.hometown-mv__inner {
  padding: 80px 0 100px;
  position: relative;
}

.hometown-mv__ttl {
  font-size: 3.375rem;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: var(--cc-blue);
}
.hometown-mv__ttl small {
  font-size: 1.375rem;
}

.hometown-mv__lead {
  margin-top: 24px;
}
.hometown-mv__lead p {
  font-size: 1.625rem;
  line-height: 1.615;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: var(--cc-blue);
}

.hometown-mv__summary {
  margin-top: 48px;
}
.hometown-mv__summary p {
  font-size: 1rem;
  line-height: 2.375;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: var(--cc-blue);
}

.hometown-mv__image {
  position: absolute;
  bottom: 71px;
  right: -2px;
  width: 549px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .hometown-body {
    padding: 65px 0 120px;
  }
  .hometown-mv {
    margin-top: 65px;
  }
  .hometown-mv__inner {
    padding: 60px 6.4vw 80px;
  }
  .hometown-mv__ttl {
    font-size: 12vw;
  }
  .hometown-mv__ttl span {
    display: block;
  }
  .hometown-mv__ttl small {
    font-size: 5.0666666667vw;
  }
  .hometown-mv__lead {
    margin-top: 24px;
  }
  .hometown-mv__lead p {
    font-size: 6.9333333333vw;
  }
  .hometown-mv__summary {
    margin-top: 30px;
  }
  .hometown-mv__summary p {
    font-size: 4vw;
  }
  .hometown-mv__image {
    position: static;
    max-width: 566px;
    width: 100%;
    margin: 25px auto 0;
  }
}
/* ================================================

- 活動レポート + カテゴリー

================================================ */
.hometown-page {
  padding-top: 116px;
}

.l-card.-hometown {
  margin-top: 58px;
  padding: 0;
}

.hometown-sc__btn {
  margin-top: 35px;
}

.hometown-category {
  margin-top: 117px;
}

.hometown-category__cont {
  margin-top: 50px;
}

.hometown-category__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.hometown-category__list > li {
  width: calc(33.3333333333% - 30px);
  min-height: 480px;
  position: relative;
}
.hometown-category__list > li:not(:nth-child(3n)) {
  margin-right: 45px;
}
.hometown-category__list > li:not(:nth-child(-n+3)) {
  margin-top: 33px;
}

.hometown-category__ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: 100px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #13234d;
}

.hometown-category__detail {
  margin-top: 33px;
}

.hometown-category__summary > p {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

.hometown-category__photo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .hometown-page {
    padding-top: 80px;
  }
  .hometown-page__inner {
    padding: 0 6.4vw;
  }
  .l-card.-hometown {
    margin-top: 45px;
  }
  .hometown-sc__btn {
    margin-top: 35px;
  }
  .hometown-category {
    margin-top: 117px;
  }
  .hometown-category__cont {
    margin-top: 50px;
    padding: 0 4vw;
  }
  .hometown-category__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hometown-category__list > li {
    width: 100%;
    min-height: 0;
  }
  .hometown-category__list > li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .hometown-category__list > li:not(:nth-child(-n+3)) {
    margin-top: 0;
  }
  .hometown-category__list > li:not(:first-child) {
    margin-top: 70px;
  }
  .hometown-category__ttl {
    min-height: 20.333vw;
    font-size: 6.1333333333vw;
  }
  .hometown-category__detail {
    margin-top: 25px;
  }
  .hometown-category__summary > p {
    font-size: 3.7333333333vw;
  }
  .hometown-category__photo {
    position: static;
    margin-top: 25px;
  }
}
/* ================================================

- プロジェクトメンバー＆アイデア募集

================================================ */
.hometown-project {
  margin-top: 150px;
  padding-top: 87px;
  border-top: solid 1px #3b496c;
}

.hometown-project__summary {
  margin-top: 47px;
  padding: 0 100px;
}
.hometown-project__summary p {
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

.hometown-project__btn {
  margin-top: 55px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .hometown-project {
    margin-top: 100px;
    padding-top: 65px;
  }
  .hometown-project__summary {
    margin-top: 47px;
    padding: 0;
  }
  .hometown-project__summary p {
    font-size: 3.7333333333vw;
  }
  .hometown-project__btn {
    margin-top: 55px;
  }
}