@layer page {
  .home-fv__inner {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .home-fv .slick-list,
  .home-fv .slick-slider,
  .home-fv .slick-track {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .home-fv__slick {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .home-fv__slick-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left bottom;
  }
  .home-fv__logo {
    position: relative;
    z-index: 1000;
    margin: 0 auto 3.125rem auto;
    width: 37.125rem;
    font-size: 10px;
  }
  @media screen and (max-width: 767px) {
    .home-fv__logo {
      width: 80.5128205128vw;
      margin-bottom: 5.1282051282vw;
    }
  }
  .home-fv__logo span {
    display: block;
    min-width: 100%;
    padding: 0.625rem 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .home-fv__logo span {
      padding: 2.0512820513vw 2.5641025641vw;
    }
  }
  .home-fv__logo img {
    width: 100%;
  }
  .home-fv__subttl {
    position: relative;
    z-index: 1000;
    font-size: 1.875rem;
    text-align: center;
    margin-top: 1.625rem;
    padding-top: 1.625rem;
    line-height: 1.4;
  }
  @media screen and (max-width: 767px) {
    .home-fv__subttl {
      font-size: 5.1282051282vw;
    }
  }
  .home-fv__subttl::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2.4375rem;
    height: 2px;
    background: #fff;
    transform: translateX(-50%);
  }
  @media screen and (max-width: 767px) {
    .home-fv__subttl::before {
      width: 8.9743589744vw;
    }
  }
  .home-fv__text {
    position: relative;
    z-index: 1000;
    color: #fff;
    font-size: 2.625rem;
    text-align: center;
    font-weight: 200;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    line-height: 1.4;
    font-feature-settings: "palt";
  }
  @media screen and (min-width: 768px) {
    .home-fv__text {
      letter-spacing: 0.3em;
    }
  }
  @media screen and (max-width: 767px) {
    .home-fv__text {
      font-size: 6.1538461538vw;
    }
  }
  .home-fv__mat {
    display: inline-block;
    width: fit-content;
    background: rgba(34, 49, 95, 0.9);
    padding: 0 0.625rem;
  }
  .home-fv__btn {
    display: block;
    width: 8.625rem;
    height: 8.625rem;
    position: absolute;
    right: 2.25rem;
    bottom: 2.5rem;
    transition: 0.25s box-shadow;
    border-radius: 100rem;
    z-index: 1000;
  }
  @media screen and (max-width: 767px) {
    .home-fv__btn {
      right: 2.5641025641vw;
      bottom: 5.1282051282vw;
      width: 29.2307692308vw;
      height: 29.2307692308vw;
    }
  }
  @media (hover: hover) {
    .home-fv__btn:hover {
      box-shadow: 0 0 20px white;
    }
  }
  .home-body {
    position: relative;
    z-index: 2;
  }
  .home-hdr__ttl {
    font-size: 2.5rem;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
  @media screen and (max-width: 767px) {
    .home-hdr__ttl {
      font-size: 8.2051282051vw;
    }
  }
  .home-hdr-a__ttl {
    font-size: 1.5rem;
    border-left: 2px solid #F6FD04;
    padding-left: 1.25rem;
    line-height: 1.2;
    margin-bottom: 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .home-hdr-a__ttl {
      font-size: 6.1538461538vw;
      margin-bottom: 7.6923076923vw;
    }
  }
  .home-hdr-b__ttl {
    position: relative;
    text-align: center;
    font-size: 2.5rem;
    padding-bottom: 1.875rem;
  }
  @media screen and (max-width: 767px) {
    .home-hdr-b__ttl {
      font-size: 8.2051282051vw;
      padding-bottom: 7.6923076923vw;
    }
  }
  .home-hdr-b__ttl::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 2.4375rem;
    height: 2px;
    background: #F6FD04;
  }
  @media screen and (max-width: 767px) {
    .home-hdr-b__ttl::before {
      width: 8.9743589744vw;
    }
  }
  .home-first {
    background: url("../../../img/page/home/bg_0.webp") 50% 100%/100% auto no-repeat;
  }
  @media screen and (max-width: 767px) {
    .home-first {
      background: url("../../../img/page/home/bg_0_sp.webp") 50% -12.8205128205vw/100% auto no-repeat;
    }
  }
  .home-first .p-info {
    transform: translateY(-3.125rem);
    margin-bottom: -3.125rem;
  }
  @media screen and (max-width: 767px) {
    .home-box {
      overflow: hidden;
    }
  }
  .home-concept {
    padding-top: 7.875rem;
  }
  @media screen and (max-width: 767px) {
    .home-concept {
      padding-top: 46.1538461538vw;
    }
  }
  .home-concept__hdr {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-concept__hdr {
      margin-bottom: 10.2564102564vw;
    }
    .home-concept__hdr .home-hdr__ttl {
      line-height: 1.3;
    }
  }
  .home-concept__text {
    line-height: 2.125;
  }
  @media screen and (min-width: 768px) {
    .home-concept__text {
      text-align: center;
    }
  }
  @media screen and (max-width: 767px) {
    .home-concept__text {
      text-align: justify;
    }
  }
  @media screen and (min-width: 768px) {
    .home-concept__photo {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      justify-content: center;
      margin: 3.125rem auto 0 auto;
      width: 50.5rem;
      gap: 2.75rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-concept__photo {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      gap: 5.1282051282vw;
      margin-top: 7.6923076923vw;
    }
    .home-concept__photo > * {
      width: 38.4615384615vw;
    }
    .home-concept__photo > *:nth-child(1) {
      order: 2;
    }
    .home-concept__photo > *:nth-child(2) {
      order: 1;
      width: 100%;
      text-align: center;
    }
    .home-concept__photo > *:nth-child(2) img {
      width: 38.4615384615vw;
    }
    .home-concept__photo > *:nth-child(3) {
      order: 3;
    }
  }
  .home-for {
    background: url("../../../img/page/home/for_bg.svg") 50% 9.375rem/27.125rem auto no-repeat;
    padding-top: 15.9375rem;
    padding-bottom: 6.25rem;
  }
  @media screen and (max-width: 767px) {
    .home-for {
      background-size: 95.641025641vw auto;
      background-position: -33.8461538462vw 0;
      margin-top: 23.0769230769vw;
      padding-top: 15.3846153846vw;
      padding-bottom: 28.2051282051vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-for__inner {
      width: 68.75rem;
      margin-left: auto;
      margin-right: auto;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 4.375rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-for__inner {
      display: flex;
      flex-direction: column-reverse;
    }
  }
  .home-for__hdr {
    margin-bottom: 1.875rem;
  }
  .home-for__photo {
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .home-for__photo {
      margin-top: 7.6923076923vw;
    }
  }
  .home-for__photo figure {
    overflow: hidden;
  }
  @media screen and (min-width: 768px) {
    .home-for__photo figure {
      border-radius: 0 2.375rem 2.375rem 0;
      position: absolute;
      right: 0;
      top: 0;
      width: calc(100vw - 41.25rem);
      height: 30rem;
      max-width: none;
    }
  }
  @media screen and (max-width: 767px) {
    .home-for__photo figure {
      transform: translateX(calc(var(--sp-pad) * -1));
      width: calc(100% + var(--sp-pad));
      border-radius: 0 9.2307692308vw 9.2307692308vw 0;
    }
  }
  .home-for__photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 0 0;
  }
  .home-stardust {
    background: url("../../../img/page/home/stardust_bg.webp") 50% 0/100% auto no-repeat;
    padding-top: 15.9375rem;
    padding-bottom: 9.375rem;
  }
  @media screen and (max-width: 767px) {
    .home-stardust {
      padding-top: 32.0512820513vw;
      padding-bottom: 8.9743589744vw;
      background: url("../../../img/page/home/stardust_bg_sp.webp") 50% 0/100% auto no-repeat;
    }
  }
  .home-stardust__hdr {
    margin-bottom: 1.875rem;
  }
  @media screen and (min-width: 768px) {
    .home-stardust__row {
      display: grid;
      grid-template-columns: 1fr 35.625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-stardust__photo {
      margin-top: 7.6923076923vw;
      transform: translateX(2.5641025641vw);
      width: 107.6923076923vw;
    }
  }
  .home-facility {
    position: relative;
    background: url("../../../img/page/home/facility_bg2.svg") calc(50% - 27.125rem) 6.25rem/27.125rem auto no-repeat, url("../../../img/page/home/facility_fill.png") repeat;
    padding-top: 5.625rem;
    padding-bottom: 9.125rem;
  }
  @media screen and (max-width: 767px) {
    .home-facility {
      background: url("../../../img/page/home/facility_bg2.svg") -33.3333333333vw 20.5128205128vw/95.641025641vw auto no-repeat, url("../../../img/page/home/facility_fill.png") repeat;
      margin-top: 12.8205128205vw;
      padding-top: 38.4615384615vw;
      padding-bottom: 23.0769230769vw;
    }
  }
  .home-facility::before {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    content: "";
    display: block;
    width: 100%;
    background: url("../../../img/page/home/facility_bg.png") 50% 0/100% auto no-repeat;
    aspect-ratio: 1400/150;
  }
  @media screen and (max-width: 767px) {
    .home-facility::before {
      background-size: 160vw auto;
      background-position: 100% 0;
    }
  }
  @media screen and (min-width: 768px) {
    .home-facility__inner {
      padding-top: 5.625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-facility__inner {
      margin-bottom: 5.1282051282vw;
    }
  }
  .home-facility__hdr {
    margin-bottom: 2.125rem;
  }
  @media screen and (max-width: 767px) {
    .home-facility__hdr {
      margin-bottom: 9.2307692308vw;
    }
  }
  .home-facility__body {
    position: relative;
  }
  @media screen and (min-width: 768px) {
    .home-facility__photo {
      position: absolute;
      top: 0;
      right: 0;
      width: 28.75rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-facility__photo {
      width: 100.7692307692vw;
    }
  }
  .home-facility__map-wrap {
    margin: 0.875rem 0 2.5rem 0;
  }
  @media screen and (max-width: 767px) {
    .home-facility__map-wrap {
      overflow: auto;
    }
  }
  .home-facility__map img {
    width: 100%;
  }
  @media screen and (max-width: 767px) {
    .home-facility__map img {
      max-width: none;
      width: 284.358974359vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-facility__wlink {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      width: 58.125rem;
      margin: 0 auto;
      gap: 1.5625rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-facility__wlink {
      margin-top: 12.8205128205vw;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      gap: 5.1282051282vw;
    }
    .home-facility__wlink a {
      width: 100%;
    }
  }
  .home-fire {
    background: url("../../../img/page/home/fire.jpg") 0% 100%/cover no-repeat;
  }
  @media screen and (max-width: 767px) {
    .home-fire {
      background: url("../../../img/page/home/fire_sp.jpg") 50% 0%/cover no-repeat;
    }
  }
  .home-camp {
    background: url("../../../img/page/home/camp.jpg") 0% 100%/cover no-repeat;
  }
  @media screen and (max-width: 767px) {
    .home-camp {
      background: url("../../../img/page/home/camp_sp.jpg") 50% 0%/cover no-repeat;
    }
  }
  .home-tent {
    background: url("../../../img/page/home/tent.jpg") 0% 100%/cover no-repeat;
  }
  @media screen and (max-width: 767px) {
    .home-tent {
      background: url("../../../img/page/home/tent_sp.jpg") 50% 0%/cover no-repeat;
    }
  }
  .home-fire,
  .home-camp,
  .home-tent {
    height: 18.75rem;
  }
  @media screen and (max-width: 767px) {
    .home-fire,
    .home-camp,
    .home-tent {
      height: 76.9230769231vw;
    }
  }
  .home-faq {
    position: relative;
    background: url("../../../img/page/home/bg_star.webp") 50% 0/cover, url("../../../img/page/home/faq_bg.webp") 50% 5rem/48.75rem auto no-repeat;
    padding: 8.75rem 0;
  }
  @media screen and (max-width: 767px) {
    .home-faq {
      background: url("../../../img/page/home/bg_star.webp") 50% 0/cover, url("../../../img/page/home/faq_bg_sp.png") 50% 7.6923076923vw/90% auto no-repeat;
      padding: 20.5128205128vw 0;
    }
  }
  .home-faq__nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.625rem;
  }
  @media screen and (min-width: 768px) {
    .home-faq__nav {
      width: 68.75rem;
      margin: 3.375rem auto 0 auto;
    }
  }
  @media screen and (max-width: 767px) {
    .home-faq__nav {
      flex-direction: column;
      margin-top: 12.8205128205vw;
      gap: 2.5641025641vw;
    }
  }
  .home-faq__nav a {
    width: 16.5625rem;
    transition: 0.25s filter;
  }
  @media screen and (max-width: 767px) {
    .home-faq__nav a {
      width: 100%;
    }
  }
  @media (hover: hover) {
    .home-faq__nav a:hover {
      filter: brightness(110%);
    }
  }
  .home-reservation {
    position: relative;
    background: url("../../../img/page/home/reservation_star.webp") 50% 0/contain no-repeat;
    padding: 6.875rem 0 8.75rem 0;
    padding: 6.875rem 0 2.5rem 0;
  }
  @media screen and (max-width: 767px) {
    .home-reservation {
      padding: 12.8205128205vw 0 25.641025641vw 0;
    }
  }
  .home-reservation__inner {
    background: url("../../../img/page/home/reservation_bg.webp") 50% 5rem/77.3125rem auto no-repeat;
  }
  @media screen and (min-width: 768px) {
    .home-reservation__inner {
      padding-top: 15rem;
      min-height: 31.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-reservation__inner {
      background: url("../../../img/page/home/reservation_bg_sp.png") 50.26% 0/100% auto no-repeat;
      padding-top: 20.5128205128vw;
    }
  }
  .home-reservation__body {
    margin-top: 4.375rem;
  }
  .home-reservation__lead {
    margin-left: auto;
    margin-right: auto;
  }
  @media screen and (min-width: 768px) {
    .home-reservation__lead {
      width: 47.25rem;
    }
  }
  .home-reservation__fig {
    margin-top: 3.125rem;
  }
  .home-access {
    position: relative;
    background: url("../../../img/page/home/bg_star.webp") 50% 0/cover, url("../../../img/page/home/access_bg.webp") 50% 10rem/48.75rem auto no-repeat;
    padding-top: 7.875rem;
    padding-bottom: 6.25rem;
  }
  @media screen and (max-width: 767px) {
    .home-access {
      padding-top: 20.5128205128vw;
      padding-bottom: 20.5128205128vw;
      background: url("../../../img/page/home/bg_star.webp") 50% 0/cover, url("../../../img/page/home/access_bg_sp.png") 50% 7.6923076923vw/90% auto no-repeat;
    }
  }
  .home-access__first {
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 1.875rem;
  }
  .home-access__name {
    font-size: 2.5rem;
    font-family: var(--en-sans);
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  @media screen and (max-width: 767px) {
    .home-access__name {
      font-size: 9.2307692308vw;
      white-space: nowrap;
    }
  }
  .home-access__addr {
    font-size: 1.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-access__addr {
      font-size: 5.1282051282vw;
      line-height: 1.5833333333;
    }
  }
  @media screen and (max-width: 767px) {
    .home-access__link {
      font-size: 4.6153846154vw;
      margin-top: 9.2307692308vw;
    }
  }
  .home-access__link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.1875rem;
  }
  @media screen and (max-width: 767px) {
    .home-access__link a .c-icon {
      top: 0.7692307692vw;
    }
  }
  .home-access__root {
    margin-top: 3.125rem;
    font-size: 1.25rem;
  }
  @media screen and (max-width: 767px) {
    .home-access__root {
      text-align: left;
      font-size: 4.6153846154vw;
      margin-top: 7.6923076923vw;
    }
  }
  .home-access__box {
    background: #fff;
  }
  @media screen and (min-width: 768px) {
    .home-access__box {
      width: 68.75rem;
      margin-top: 8.125rem;
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media screen and (max-width: 767px) {
    .home-access__box {
      margin-top: 5rem;
    }
  }
  .home-access__map {
    height: 28.75rem;
  }
  @media screen and (max-width: 767px) {
    .home-access__map {
      height: 76.9230769231vw;
    }
  }
  .home-access__map iframe {
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
  }
  .home-access__info {
    color: #000;
  }
  @media screen and (min-width: 768px) {
    .home-access__info {
      padding: 1.25rem 3.125rem 1.875rem 3.125rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-access__info {
      padding: 0 2.5641025641vw;
    }
  }
  .home-access__info-row {
    line-height: 1.5555555556;
  }
  @media screen and (min-width: 768px) {
    .home-access__info-row {
      padding: 1.25rem 0;
      display: grid;
      grid-template-columns: 13.375rem 1fr;
    }
  }
  @media screen and (max-width: 767px) {
    .home-access__info-row {
      padding: 5.1282051282vw 2.5641025641vw;
      font-size: 4.6153846154vw;
    }
  }
  .home-access__info-row + .home-access__info-row {
    border-top: 1px solid #CCCCCC;
  }
  @media screen and (max-width: 767px) {
    .home-access__info-row dt {
      font-weight: 600;
    }
  }
  .home-access__note p {
    text-indent: -1em;
    margin-left: 1em;
  }
  @media screen and (min-width: 768px) {
    .home-route {
      width: 68.75rem;
      margin-left: auto;
      margin-right: auto;
    }
  }
  .home-route__unit {
    margin-top: 8.125rem;
  }
  @media screen and (max-width: 767px) {
    .home-route__unit {
      margin-top: 5rem;
      margin-bottom: 1.25rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-route__img {
      padding: 10.2564102564vw 7.6923076923vw 0 7.6923076923vw;
      width: 170vw;
    }
  }
  @media screen and (min-width: 768px) {
    .home-route__img.is-0 {
      width: 40.375rem;
    }
  }
  @media screen and (max-width: 767px) {
    .home-route__img.is-0 {
      padding-top: 0;
      width: 100%;
    }
  }
  .home-count-down {
    position: absolute;
    left: 0;
    bottom: 1.25rem;
    font-family: var [--en-sans];
    font-size: 0.875rem;
    color: #fff;
    padding: 0 3.75rem;
  }
  .home-count-down b {
    font-size: 2.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-count-down {
      font-size: 3.0769230769vw;
      padding: 0 7.6923076923vw;
    }
    .home-count-down b {
      font-size: 7.6923076923vw;
    }
  }
  .home-calendar {
    position: relative;
  }
  .home-calendar::before {
    position: absolute;
    content: "";
    display: block;
    z-index: -1;
    left: -5rem;
    top: -3.75rem;
    background: url("../../../img/page/home/calendar.png") 50% 0/100% auto no-repeat;
    aspect-ratio: 160/89;
    width: 10rem;
  }
  .home-unit {
    margin-top: 7.5rem;
  }
  @media screen and (max-width: 767px) {
    .home-unit {
      margin-top: 15.3846153846vw;
    }
  }
  .home-unit.is-osusume, .home-unit.is-calendar, .home-unit.is-hizuke {
    position: relative;
  }
  @media screen and (min-width: 768px) {
    .home-unit.is-osusume::before, .home-unit.is-calendar::before, .home-unit.is-hizuke::before {
      pointer-events: none;
      position: absolute;
      content: "";
      display: block;
      z-index: -1;
    }
  }
  .home-unit.is-osusume::before {
    left: -8.5rem;
    top: -3.75rem;
    background: url("../../../img/page/home/osusume.png") 50% 0/100% auto no-repeat;
    aspect-ratio: 336/231;
    width: 21rem;
  }
  .home-unit.is-hizuke::before {
    right: -5rem;
    top: -3.75rem;
    background: url("../../../img/page/home/hizuke.png") 50% 0/100% auto no-repeat;
    aspect-ratio: 185/190;
    width: 11.5625rem;
  }
  .home-unit.is-calendar::before {
    right: -1.875rem;
    top: 7.5rem;
    background: url("../../../img/page/home/calendar2.png") 50% 0/100% auto no-repeat;
    aspect-ratio: 1267/486;
    width: 79.1875rem;
  }
  .home-terms-items {
    margin: 1.875rem 0 5rem 0;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .home-terms-items {
      margin: 7.6923076923vw var(--sp-pad) 0 var(--sp-pad);
      font-size: 90%;
    }
  }
  .home-terms-items__arrow {
    fill: #fff;
    width: 0.375rem;
    height: 0.75rem;
  }
  .home-terms-items ul {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.875rem;
  }
  @media screen and (min-width: 768px) {
    .home-terms-items ul {
      justify-content: center;
    }
  }
  @media screen and (max-width: 767px) {
    .home-terms-items ul {
      gap: 2.5641025641vw;
    }
  }
  .home-terms-items a {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    font-weight: 500;
  }
  @media (hover: hover) {
    .home-terms-items a:hover {
      text-decoration: underline;
    }
  }
  .home-fukuikenmin label {
    user-select: none;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    width: 35.625rem;
    height: 7.5rem;
    border-radius: 1.125rem;
    background: #838383;
    font-size: 2rem;
    color: #000;
    font-weight: bold;
    max-width: 100%;
  }
  @media screen and (max-width: 767px) {
    .home-fukuikenmin label {
      gap: 4.1025641026vw;
      height: 20.5128205128vw;
      font-size: 1.5rem;
    }
  }
  .home-fukuikenmin label:has(input[type=checkbox]:checked) {
    background: #FFF500;
  }
  .home-fukuikenmin input[type=checkbox] {
    appearance: none;
    width: 3rem;
    height: 3rem;
    background: #fff;
  }
  @media screen and (max-width: 767px) {
    .home-fukuikenmin input[type=checkbox] {
      width: 7.1794871795vw;
      height: 7.1794871795vw;
    }
  }
  .home-fukuikenmin input[type=checkbox]:checked {
    background: #fff url("../../../img/icon/check_red.svg") 50% 50%/90% auto no-repeat;
  }
  .home-fukuikenmin-text {
    margin-top: 2.5rem;
    text-align: center;
  }
  .home-bnr {
    margin: 2.5rem auto;
  }
  @media screen and (min-width: 768px) {
    .home-bnr {
      width: 61.5rem;
      max-width: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    .home-bnr {
      margin-left: 6.1538461538vw;
      margin-right: 6.1538461538vw;
      margin-bottom: 0;
    }
  }
  .home-bnr a {
    display: inline-block;
    transition: 0.25s box-shadow;
  }
  @media (hover: hover) {
    .home-bnr a:hover {
      box-shadow: 0 0 30px white;
    }
  }
}