@charset "UTF-8";
.u-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

@media screen and (max-width: 880px) {
  .l-no-br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-no-br {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .md-no-br {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .sm-no-br {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .m-no-br {
    display: none;
  }
}

.ss-br {
  display: none;
}
@media screen and (max-width: 360px) {
  .ss-br {
    display: block;
  }
}

.l-br {
  display: none;
}
@media screen and (max-width: 880px) {
  .l-br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-br {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .sm-br {
    display: block;
  }
}

@media screen and (max-width: 520px) {
  .m-br {
    display: block;
  }
}

@media screen and (max-width: 412px) {
  .s-br {
    display: block;
  }
}
@media screen and (max-width: 360px) {
  .s-br {
    display: none;
  }
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

html {
  font-size: 100%;
}
@media (max-width: 1150px) {
  html {
    font-size: 1.3913043478vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #000;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.fv__car-img {
  -webkit-animation: yurayura 2s ease-in-out alternate infinite;
          animation: yurayura 2s ease-in-out alternate infinite;
}

@-webkit-keyframes yurayura {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@keyframes yurayura {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
.highlight__img-lake::after {
  -webkit-animation: fluffy 2s ease infinite;
          animation: fluffy 2s ease infinite;
}

@-webkit-keyframes fluffy {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fluffy {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.station__map::before {
  -webkit-animation: fluffy1 2s ease infinite;
          animation: fluffy1 2s ease infinite;
}

@-webkit-keyframes fluffy1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fluffy1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.profile__wrap::before,
.youtube__video::before {
  -webkit-animation: katakata step-start 5s infinite normal;
          animation: katakata step-start 5s infinite normal;
}

@-webkit-keyframes katakata {
  0% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  70% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  90% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

@keyframes katakata {
  0% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  70% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  90% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
.sns__img-spa::before {
  -webkit-animation: swing 3s linear infinite;
          animation: swing 3s linear infinite;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.bg-color {
  background-image: url(..//images/bg-color.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 8rem;
}

.diary {
  padding-bottom: 157px; /* 仮のpadding */
}
@media screen and (max-width: 767px) {
  .diary {
    padding-bottom: 0;
  }
}

.diary__title {
  color: #7f4da3;
  text-transform: uppercase;
  text-align: center;
  margin-top: 6.25rem;
  position: relative;
}

.diary__title::before {
  content: "";
  background-image: url(..//images/diary_icon02.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.0625rem;
  height: 2.0625rem;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .diary__title::before {
    background-size: 60%;
    background-position: center;
  }
}

.diary__block {
  max-width: 12.5rem;
  margin: auto;
  padding: 3.125rem 0;
}

.diary__img {
  aspect-ratio: 943/1230;
  max-width: 6.25rem;
  margin: auto;
}

.diary__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.diary__text {
  text-align: center;
  font-weight: bold;
  margin-top: 1.25rem;
}

.footer {
  width: 100%;
  background-color: #ded6e5;
  padding-top: 1.875rem;
  margin-top: -1.875rem;
}

.footer__inner {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  padding-top: 2.625rem;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.footer__logo {
  aspect-ratio: 223/151;
  max-width: 13.9375rem;
  width: 100%;
  margin-top: 0.25rem;
  margin-left: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    max-width: 6.25rem;
    margin-top: 0;
    margin-left: 0;
  }
}

.footer__info {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer__info {
    margin-top: 1rem;
  }
}

.footer__lead {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-top: -0.875rem;
}
@media screen and (max-width: 767px) {
  .footer__lead {
    font-size: 0.875rem;
    margin-top: 0;
  }
}

.footer__text {
  font-size: 1rem;
  line-height: 1.6875;
  margin-top: 0.5rem;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .footer__text {
    font-size: 0.75rem;
  }
}

.footer__address {
  font-size: 1rem;
  line-height: 1.6875;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .footer__address {
    font-size: 0.75rem;
  }
}

.footer__tel {
  font-size: 1rem;
  line-height: 1.6875;
}
@media screen and (max-width: 767px) {
  .footer__tel {
    font-size: 0.75rem;
  }
}

.footer__mail {
  font-size: 1rem;
  line-height: 1.6875;
}
@media screen and (max-width: 767px) {
  .footer__mail {
    font-size: 0.75rem;
  }
}

.fv {
  position: relative;
}

.fv__img {
  aspect-ratio: 1920/960;
  width: 100%;
}

.fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__title {
  font-size: clamp(30px, 4.7916666667vw, 92px);
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 11.4%;
  right: 14.7%;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 1px 1px 5px #333;
}
@media screen and (max-width: 767px) {
  .fv__title {
    font-size: clamp(18px, 4.8vw, 40px);
    top: 18%;
  }
}

@media screen and (max-width: 767px) {
  .fv__title span {
    display: block;
    text-align: right;
  }
}

.fv__car-img {
  aspect-ratio: 576/564;
  width: clamp(200px, 33.3333333333vw, 640px);
  position: absolute;
  left: 4%;
  bottom: -12%;
}
@media screen and (max-width: 767px) {
  .fv__car-img {
    width: clamp(120px, 32vw, 300px);
  }
}

.fv__car-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__btn {
  aspect-ratio: 691/157;
  width: clamp(265px, 35.0520833333vw, 673px);
  position: absolute;
  bottom: 9.7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__btn {
    max-width: 20.9375rem;
    width: 100%;
    bottom: -5rem;
  }
}

.fv__btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
    width: 1.5625rem;
    height: 1.25rem;
    position: relative;
    margin-right: 1.25rem;
    z-index: 999;
    cursor: pointer;
    text-align: center;
  }
}

.hamburger span {
  display: block;
  width: inherit;
  height: 3px;
  background-color: #000;
  position: absolute;
  right: 0rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0rem;
}

.hamburger span:nth-child(2) {
  top: 0.5625rem;
}

.hamburger span:nth-child(3) {
  bottom: 0rem;
}

/* ナビ開いてる時のバツボタン */
.js-hamburger.active span:nth-child(1) {
  top: 0.5625rem;
  right: 0rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.js-hamburger.active span:nth-child(2),
.js-hamburger.active span:nth-child(3) {
  top: 0.5625rem;
  right: 0rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .header-sp__nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 900;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}

@media screen and (max-width: 767px) {
  .header-sp__items {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header-sp__item {
    width: 100%;
    font-size: 1.25rem;
  }
}

/* ハンバーガーメニュー押してactiveクラスを付いたら表示する */
.globalmenu-sp.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header {
  width: 100%;
  height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  position: relative;
  z-index: 900;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header {
    height: 4.375rem;
  }
}

.header__logo {
  aspect-ratio: 120/76;
  width: clamp(83px, 8.5714285714vw, 120px);
  position: absolute;
  top: 1.4375rem;
  left: 1.625rem;
}
@media screen and (max-width: 1440px) {
  .header__logo {
    position: static;
    position: initial;
    margin-left: 0.3125rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__inner {
  width: 1100px;
  height: inherit;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .header__inner {
    display: contents;
  }
}

.header__nav {
  height: inherit;
  z-index: -100;
}
@media screen and (max-width: 767px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    height: 100vh;
    z-index: 900;
    background-color: #dee6e5;
    text-align: left;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
}

@media screen and (max-width: 767px) {
  .header__nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.header__items {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .header__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: 50vh auto 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.header__item {
  height: inherit;
}
@media screen and (max-width: 767px) {
  .header__item {
    height: auto;
    height: initial;
  }
}

.header__item a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (max-width: 1440px) {
  .header__item a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .header__item a {
    height: 100%;
    padding: 1.25rem 1.25rem;
  }
}

.header__item:nth-child(1) a {
  padding-left: 1rem;
}

@media screen and (max-width: 767px) {
  .header__item:nth-child(n+4) a {
    padding-left: 0rem;
    padding: 1.25rem 1.25rem;
  }
}

.header__item:nth-child(1) a {
  color: #f29700;
}

.header__item:nth-child(2) a {
  color: #e43939;
}

.header__item:nth-child(3) a {
  color: #a7c554;
}

.header__item:nth-child(4) a {
  color: #f38686;
}

.header__item:nth-child(5) a {
  color: #80cfee;
}

.header__item:nth-child(6) a {
  color: #7f4da3;
}
@media screen and (max-width: 767px) {
  .header__item:nth-child(6) a {
    padding-right: 1.25rem;
  }
}

.header__item a::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.8125rem;
  height: 2.8125rem;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.9375rem;
}

.header__item:nth-child(1) a::before {
  content: "";
  background-image: url(../images/midokoro_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.9375rem;
}

.header__item:nth-child(2) a::before {
  content: "";
  background-image: url(../images/eki_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.9375rem;
}

.header__item:nth-child(3) a::before {
  content: "";
  background-image: url(../images/profile_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.9375rem;
}

.header__item:nth-child(4) a::before {
  content: "";
  background-image: url(../images/youtube_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.9375rem;
}

.header__item:nth-child(5) a::before {
  content: "";
  background-image: url(../images/sns_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.9375rem;
}

.header__item:nth-child(6) a::before {
  content: "";
  background-image: url(../images/diary_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .header.is-hide {
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .header__logo.is-hide {
    visibility: hidden;
    opacity: 0;
  }
}

/*========= fvすぎたらヘッダー固定 ===============*/
/*　上に上がる動き　*/
.header.UpMove {
  position: fixed;
  width: 100%;
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
.header.DownMove {
  position: fixed;
  width: 100%;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.highlight {
  padding-bottom: 10.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .highlight {
    padding-bottom: 4.6875rem;
  }
}

@media screen and (max-width: 767px) {
  #highlight .inner {
    display: contents;
  }
}

.highlight__title {
  font-size: 2.125rem;
  color: #f29700;
  text-align: center;
  position: relative;
}

.highlight__title::before {
  content: "";
  background-image: url(../images/highlight_icon02.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.8125rem;
  height: 2.375rem;
  position: absolute;
  top: -2.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .highlight__title::before {
    top: -2.375rem;
    background-size: 60%;
    background-position: center;
  }
}

.highlight__wrap {
  background-image: url(../images/highlight_bg.png);
  height: inherit;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 49.8125rem;
  padding: 7.25rem 0.3125rem 13.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .highlight__wrap {
    background-position: center 3.375rem;
    background-size: 35.375rem 33.125rem;
    padding-top: 2.25rem;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 450px) {
  .highlight__wrap {
    background-size: 100% 31.25rem;
    min-height: 37.5rem;
  }
}
@media screen and (max-width: 360px) {
  .highlight__wrap {
    background-size: 120% 36.875rem;
    min-height: 37.5rem;
  }
}

.highlight__block {
  padding-left: 8.75rem;
  margin-top: 3.375rem;
}
@media screen and (max-width: 1024px) {
  .highlight__block {
    padding-left: 7.5rem;
  }
}
@media screen and (max-width: 880px) {
  .highlight__block {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .highlight__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 1.875rem;
    padding-right: 1.25rem;
    margin-top: 4.375rem;
  }
}
@media screen and (max-width: 450px) {
  .highlight__block {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 412px) {
  .highlight__block {
    padding-left: 1.25rem;
  }
}

.highlight__text {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .highlight__text {
    font-size: clamp(12px, 3.2vw, 14px);
  }
}
@media screen and (max-width: 450px) {
  .highlight__text {
    padding: 0 20px;
  }
}

.highlight__text p {
  padding-left: 0.25rem;
}
@media screen and (max-width: 767px) {
  .highlight__text p {
    padding-left: 0;
  }
}

.highlight__text p:nth-child(n+2) {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .highlight__text p:nth-child(n+2) {
    margin-top: 1.25rem;
  }
}

.highlight__img-right {
  aspect-ratio: 425/466;
  max-width: 22rem;
  width: 100%;
  position: absolute;
  top: 3.75rem;
  left: 50%;
  -webkit-transform: translateX(68%);
          transform: translateX(68%);
}
@media screen and (max-width: 1440px) {
  .highlight__img-right {
    width: clamp(60px, 32vw, 300px);
    -webkit-transform: translateX(63%);
            transform: translateX(63%);
  }
}
@media screen and (max-width: 767px) {
  .highlight__img-right {
    top: 6.25rem;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    width: clamp(120px, 32vw, 150px);
  }
}
@media screen and (max-width: 450px) {
  .highlight__img-right {
    max-width: 7.5rem;
    top: 9.375rem;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media screen and (max-width: 412px) {
  .highlight__img-right {
    max-width: 6.25rem;
  }
}

.highlight__img-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.highlight__img-mountain {
  aspect-ratio: 503/216;
  max-width: 31.4375rem;
  width: 100%;
  position: absolute;
  top: 0.875rem;
  left: 50%;
  -webkit-transform: translateX(-151%);
          transform: translateX(-151%);
}
@media screen and (max-width: 1440px) {
  .highlight__img-mountain {
    width: clamp(163px, 26.1979166667vw, 503px);
  }
}
@media screen and (max-width: 767px) {
  .highlight__img-mountain {
    top: 1.25rem;
    -webkit-transform: translateX(-135%);
            transform: translateX(-135%);
  }
}

.highlight__img-mountain img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.highlight__img-sake {
  aspect-ratio: 242/321;
  max-width: 15.125rem;
  width: 100%;
  position: absolute;
  top: 23.4375rem;
  left: 50%;
  -webkit-transform: translateX(-34.8125rem);
          transform: translateX(-34.8125rem);
}
@media screen and (max-width: 1440px) {
  .highlight__img-sake {
    width: clamp(100px, 12.6041666667vw, 242px);
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}
@media screen and (max-width: 767px) {
  .highlight__img-sake {
    width: clamp(80px, 21.3333333333vw, 100px);
    top: 28.125rem;
    -webkit-transform: translateX(-250%);
            transform: translateX(-250%);
  }
}
@media screen and (max-width: 450px) {
  .highlight__img-sake {
    top: 30rem;
    -webkit-transform: translateX(-220%);
            transform: translateX(-220%);
  }
}

.highlight__img-sake img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.highlight__img-rice {
  aspect-ratio: 292/150;
  max-width: 18.25rem;
  width: 100%;
  position: absolute;
  bottom: -2.625rem;
  left: 50%;
  -webkit-transform: translateX(-25.5rem);
          transform: translateX(-25.5rem);
}
@media screen and (max-width: 1440px) {
  .highlight__img-rice {
    width: clamp(100px, 30vw, 250px);
  }
}
@media screen and (max-width: 767px) {
  .highlight__img-rice {
    width: clamp(100px, 30vw, 150px);
    bottom: 7.5rem;
    -webkit-transform: translateX(65%);
            transform: translateX(65%);
  }
}

.highlight__img-rice img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.highlight__img-lake {
  aspect-ratio: 524/194;
  max-width: 31.75rem;
  width: 100%;
  position: absolute;
  bottom: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(10.3125rem);
          transform: translateX(10.3125rem);
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .highlight__img-lake {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
    bottom: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .highlight__img-lake {
    max-width: 17.5rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -3.125rem;
  }
}

.highlight__img-lake img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.highlight__img-lake::before {
  content: "";
  width: 11.8125rem;
  height: 5.8125rem;
  background-image: url(..//images/lake-parts.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 3.6875rem;
  left: 15.625rem;
  z-index: 3;
}
@media screen and (max-width: 1440px) {
  .highlight__img-lake::before {
    top: 4.0625rem;
    left: 16.875rem;
  }
}
@media screen and (max-width: 767px) {
  .highlight__img-lake::before {
    width: 9.375rem;
    top: 2.5rem;
    left: 9.375rem;
    background-size: 70%;
  }
}

.highlight__img-lake::after {
  content: "";
  aspect-ratio: 159/260;
  max-width: 9.9375rem;
  width: 100%;
  background-image: url(..//images/person_img02.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -7.25rem;
  left: 15.625rem;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .highlight__img-lake::after {
    background-size: 90% auto;
    top: -5rem;
    left: 16.875rem;
  }
}
@media screen and (max-width: 767px) {
  .highlight__img-lake::after {
    width: 7.375rem;
    top: -2.5rem;
    left: 10rem;
    background-size: 60%;
  }
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1150px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.profile__title {
  font-size: 2.125rem;
  color: #a7c554;
  text-align: center;
  margin-top: 2.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .profile__title {
    margin-top: 0;
  }
}

.profile__title::before {
  content: "";
  width: 2.25rem;
  height: 2.25rem;
  background-image: url(..//images/profile_icon02.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .profile__title::before {
    top: -2.375rem;
    background-size: 60%;
    background-position: center;
  }
}

.profile__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .profile__wrap {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.profile__wrap::before {
  content: "";
  width: 10.4375rem;
  height: 14.875rem;
  background-image: url(../images/person_img05.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5rem;
  right: -1.25rem;
  z-index: 100;
}
@media screen and (max-width: 1440px) {
  .profile__wrap::before {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .profile__wrap::before {
    width: 4.6875rem;
    height: 6.875rem;
    bottom: -7.5rem;
    right: 1.875rem;
  }
}

.profile__img {
  aspect-ratio: 411/440;
  max-width: 25.6875rem;
  width: 100%;
  margin-top: -0.5rem;
}

.profile__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.profile__block {
  display: inline-block;
  margin-top: 0.3125rem;
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .profile__block {
    margin-top: 1.25rem;
    margin-left: 0;
  }
}

.profile__name {
  font-size: clamp(16px, 0.8333333333vw, 18px);
  font-weight: bold;
}

.profile__info {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .profile__info {
    font-size: 0.875rem;
  }
}

.profile__info p::before {
  content: "●";
  width: 1em;
  height: 1em;
}

.profile__info p:nth-child(n+2) {
  margin-top: 0.5rem;
}

.profile__text {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 2;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .profile__text {
    font-size: 0.875rem;
  }
}

.section-title {
  font-size: 2.125rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 1.125rem;
  }
}

.sns {
  background-image: url(..//images/sns_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding-top: 3.75rem;
  padding-bottom: 6.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sns {
    padding-top: 1.25rem;
  }
}

.sns__img-spa {
  aspect-ratio: 340/153;
  width: 21.25rem;
  position: absolute;
  bottom: 6.9375rem;
  left: 50%;
  -webkit-transform: translateX(18.125rem);
          transform: translateX(18.125rem);
}
@media screen and (max-width: 1440px) {
  .sns__img-spa {
    width: 17.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sns__img-spa {
    width: 10rem;
    bottom: 1.25rem;
    -webkit-transform: translateX(6.25rem);
            transform: translateX(6.25rem);
  }
}
@media screen and (max-width: 520px) {
  .sns__img-spa {
    -webkit-transform: translateX(3.75rem);
            transform: translateX(3.75rem);
    width: 9.375rem;
  }
}
@media screen and (max-width: 450px) {
  .sns__img-spa {
    -webkit-transform: translateX(1.875rem);
            transform: translateX(1.875rem);
    bottom: 0.625rem;
  }
}

.sns__img-spa::before {
  content: "";
  width: 5.5rem;
  height: 8.4375rem;
  background-image: url(../images/person_img07.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -1.875rem;
  left: 7.375rem;
}
@media screen and (max-width: 1440px) {
  .sns__img-spa::before {
    width: 5rem;
    height: 8.125rem;
    background-size: 90% auto;
    left: 5.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .sns__img-spa::before {
    width: 3.75rem;
    height: 6.25rem;
    top: -0.9375rem;
    left: 3.5625rem;
    background-size: 60% auto;
  }
}
@media screen and (max-width: 520px) {
  .sns__img-spa::before {
    left: 3.4375rem;
  }
}

.sns__title {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5.9375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sns__title {
    margin-top: 2.5rem;
  }
}

.sns__title::before {
  content: "";
  background-image: url(..//images/sns_icon02.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.25rem;
  height: 2.1875rem;
  position: absolute;
  top: -2.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sns__title::before {
    top: -2.5rem;
    background-size: 60%;
    background-position: center;
  }
}

.sns__wrap {
  max-width: 50rem;
  margin: auto;
}

.sns__twitter {
  aspect-ratio: 555/318;
  max-width: 34.6875rem;
  width: 100%;
  margin: 4.375rem auto 0;
}
@media screen and (max-width: 767px) {
  .sns__twitter {
    margin-top: 1.25rem;
  }
}

.sns__twitter a {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sns__twitter iframe {
  border-radius: 5%;
}

.sns__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .sns__icons {
    margin-top: 1.875rem;
  }
}

.sns__icon {
  aspect-ratio: 1/1;
  max-width: 4.375rem;
  width: 100%;
  margin: 0 2rem;
}
@media screen and (max-width: 767px) {
  .sns__icon {
    max-width: 2.5rem;
    margin: 0 1.25rem;
  }
}

.station {
  background-image: url(..//images/station_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding-top: 6.25rem;
  padding-bottom: 9.6875rem;
}
@media screen and (max-width: 767px) {
  .station {
    padding-bottom: 7.5rem;
  }
}

.station__title {
  color: #e43939;
  text-align: center;
  margin-top: 2.625rem;
  position: relative;
}

.station__title::before {
  content: "";
  background-image: url(..//images/eki_icon02.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.625rem;
  height: 2.25rem;
  position: absolute;
  top: -2.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .station__title::before {
    top: -2.375rem;
    background-size: 60%;
    background-position: center;
  }
}

.station__map {
  aspect-ratio: 1090/500;
  max-width: 68.125rem;
  width: 100%;
  margin: 3.8125rem auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .station__map {
    aspect-ratio: 3/2;
    max-width: 40.625rem;
  }
}
@media screen and (max-width: 450px) {
  .station__map {
    aspect-ratio: 1/1;
  }
}

.station__map::before {
  content: "";
  width: 11.1875rem;
  height: 37.25rem;
  background-image: url(../images/person_img03.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -16.4375rem;
  left: 0.6875rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .station__map::before {
    max-width: 6.25rem;
    height: 18.75rem;
    top: -6.25rem;
    background-size: 70% auto;
  }
}

.station__map iframe {
  width: 100%;
  height: 100%;
}

_:lang(x) + _:-webkit-full-screen-document,
.station__map iframe {
  object-fit: initial;
}

.youtube__title {
  color: #f38686;
  text-transform: capitalize;
  text-align: center;
  margin-top: 2.625rem;
  position: relative;
}

.youtube__title::before {
  content: "";
  background-image: url(..//images/youtube_icon02.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.125rem;
  height: 1.9375rem;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .youtube__title::before {
    top: -2.375rem;
    background-size: 60%;
    background-position: center;
  }
}

.youtube__video {
  aspect-ratio: 560/315;
  max-width: 35rem;
  width: 100%;
  margin: 4.25rem auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .youtube__video {
    margin-top: 1.875rem;
  }
}

.youtube__video iframe {
  width: 100%;
  height: 100%;
}

.youtube__video::before {
  content: "";
  background-image: url(..//images/person_img06.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 16.5625rem;
  height: 32.0625rem;
  position: absolute;
  top: 6.4375rem;
  left: -20rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .youtube__video::before {
    background-size: 100% auto;
    width: 6.875rem;
    height: 9.375rem;
    top: -5.625rem;
    left: 4.0625rem;
    z-index: -1;
  }
}
@media screen and (max-width: 450px) {
  .youtube__video::before {
    left: 1.5625rem;
  }
}
@media screen and (max-width: 412px) {
  .youtube__video::before {
    left: 0.625rem;
  }
}

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

.top-profile {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .top-profile {
    margin-top: 0;
  }
}

.top-sns {
  margin-top: 3.125rem;
}

.top-youtube {
  margin-top: 4.6875rem;
}
/*# sourceMappingURL=styles.css.map */
