@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/* resset.dev • v5.0.2 */
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* # =================================================================
# Add
# ================================================================= */
* {
  line-height: 1;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #382A34;
}

/* # =================================================================
# Common
# ================================================================= */
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
  .pc-only {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
}
body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #231815;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* # =================================================================
# Component
# ================================================================= */
.c-button {
  position: relative;
  display: block;
  width: 364px;
  height: 95px;
}
.c-button__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
}
.c-button__img--hover {
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 2;
}

@media (hover: hover) {
  .c-button:hover .c-button__img--hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    width: 274px;
    height: 70px;
  }
}
/* # =================================================================
# Layout
# ================================================================= */
.l-section {
  width: 100%;
}

/* # =================================================================
# Style
# ================================================================= */
html {
  scroll-behavior: smooth;
}

/* # =================================================================
# top
# ================================================================= */
.top {
  position: relative;
  background-color: #f2e9d9;
  z-index: 3;
}
.top__inner {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.top__fv {
  max-width: 940px;
  width: 73.4375%;
  aspect-ratio: 940/810;
  border-radius: 0 0 120px 0;
  overflow: hidden;
}
.top__title {
  position: absolute;
  top: 32px;
  right: 0;
  width: 41.40625%;
  max-width: 530px;
}
.top__logo-wrapper {
  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;
  aspect-ratio: 530/266;
  background-color: #f2e9d9;
  border-radius: 40px;
  padding: 25px 30px 10px;
}
.top__lead {
  width: 70%;
  margin-top: 10px;
  margin-left: 40px;
}
.top__overview {
  margin: 150px auto 0;
}
.top__links {
  margin: 120px auto 0;
}
.top__point01 {
  position: absolute;
  bottom: -40%;
  left: 45%;
  width: 12%;
}
.top__point02 {
  position: absolute;
  bottom: -60%;
  right: 20%;
  width: 7%;
}

@media screen and (max-width: 768px) {
  .top__inner {
    padding-top: 215px;
  }
  .top__fv {
    width: 100%;
    height: auto;
    aspect-ratio: 375/342;
    border-radius: 0;
  }
  .top__title {
    max-width: 100%;
    width: 100%;
    top: 0;
  }
  .top__logo-wrapper {
    aspect-ratio: auto;
    padding-top: 50px;
    padding-bottom: 0;
  }
  .top__logo {
    max-width: 267px;
  }
  .top__lead {
    width: 40%;
    min-width: 226px;
    margin-top: -10px;
    margin-right: 30px;
    margin-left: auto;
  }
  .top__links {
    margin-top: 30px;
  }
  .top__point01 {
    bottom: -270%;
    left: 10%;
    width: 52px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .top__point02 {
    bottom: -380%;
    right: 10%;
    width: 26px;
  }
}
.overview {
  width: 100%;
  max-width: 832px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
}
.overview__text-wrap {
  width: calc(100% - 350px);
}
.overview__heading {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 5px;
}
.overview__text {
  font-size: 20px;
  margin-top: 40px;
  letter-spacing: 3px;
  line-height: 2;
}
.overview__button {
  margin-top: 50px;
}
.overview__map {
  width: 350px;
}
.overview__img-wrap {
  width: 270px;
  height: auto;
  aspect-ratio: 270/470;
  margin: -60px auto 0;
}

@media screen and (max-width: 710px) {
  .overview__text-wrap {
    width: calc(100% - 270px);
  }
  .overview__map {
    width: 270px;
  }
}
@media screen and (max-width: 768px) {
  .overview {
    max-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 30px;
    margin-top: 20px;
  }
  .overview__text-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .overview__heading {
    font-size: 23px;
  }
  .overview__text {
    font-size: 17px;
  }
  .overview__button {
    margin: 24px auto 0;
  }
  .overview__map {
    width: 100%;
  }
  .overview__img-wrap {
    width: 100%;
    max-width: 245px;
    margin-top: 20px;
  }
}
.links {
  width: 100%;
  max-width: 1032px;
  padding-bottom: 60px;
}
.links__heading {
  position: relative;
  width: fit-content;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  margin: 0 auto;
}
.links__heading::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-color: #3f3326;
  width: 110%;
  height: 2px;
}
.links__heading::after{
  content: "";
  position: absolute;
  bottom: -11px;
  right: -5%;
  transform: rotateZ(45deg);
  display: block;
  background-color: #3f3326;
  width: 10px;
  height: 2px;
}

.links__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}
.links__inner a {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.links__inner--sp {
  display: none;
}

@media (hover: hover) {
  .links__inner a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .links {
    padding-bottom: 40px;
  }
  .links__heading {
    font-size: 24px;
  }
  .links__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 16px;
    margin: 35px auto 0;
  }
  .links__inner a {
    width: 16.6666666667%;
  }
  .links__inner--pc {
    display: none;
  }
  .links__inner--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 520px) {
  .links__inner {
    max-width: 375px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .links__inner a {
    width: 33.3333333333%;
  }
}
/* # =================================================================
# area
# ================================================================= */
.area {
  position: relative;
  overflow-x: hidden;
}
.area__inner {
  height: 100%;
}

/* # ------------ */
.area-bg {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.area-bg.is-hidden {
  opacity: 0;
}

.area-heading {
  position: absolute;
  bottom: 78%;
  left: 10%;
  font-size: 46px;
  color: #dc6a74;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.7;
  letter-spacing: 3px;
  z-index: 2;
}
.area-heading span {
  font-size: 60px;
}

.area-map {
  position: absolute;
  bottom: 58%;
  left: 10%;
  display: block;
  width: 130px;
  height: 215px;
  background-image: url("../img/suwa/map_suwa.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.area-wave {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 50%;
  background: #fff;
  margin-bottom: -5px;
}

.area-wave-under {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 50%;
  background-color: #f9dad9;
}

.js-area-wave-svg {
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}

.js-area-wave {
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.js-area,
.js-area-map {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 768px) {
  .area {
    height: auto;
  }
  .area-heading {
    top: 460px;
    left: 30px;
    font-size: 32px;
    font-weight: 500;
  }
  .area-heading span {
    font-size: 40px;
  }
  .area-map {
    width: 20%;
    max-width: 111px;
    top: 103%;
    left: 280px;
    aspect-ratio: 70/111;
  }
  .area-wave {
    bottom: 30%;
  }
  .area-wave-under {
    height: 30%;
  }
}
@media screen and (max-width: 600px) {
  .area-heading {
    top: 480px;
  }
  .area-content--suwa .area-heading,
  .area-content--kiso .area-heading,
  .area-content--iju .area-heading {
    top: 450px;
  }
  .area-map {
    width: 70px;
    height: 111px;
    max-width: 70px;
    top: 110%;
  }
}
@media screen and (max-width: 375px) {
  .area-heading {
    top: 380px;
  }
  .area-content--suwa .area-heading,
  .area-content--kiso .area-heading,
  .area-content--iju .area-heading {
    top: 370px;
  }
  .area-content__text-bg {
    top: 480px !important;
  }
  .area-content .area-content__img01 {
    margin-top: 390px !important;
  }
  .area-map {
    width: 70px;
    height: 111px;
    max-width: 70px;
    top: 87%;
  }
}
@media screen and (max-width: 340px) {
  .area-content--kamiina .area-content__img01,
  .area-content--kiso .area-content__img01,
  .area-content--iju .area-content__img01 {
    margin-top: 450px !important;
  }
}
/* # ------------ */
.area-content {
  position: relative;
  padding-top: 300px;
  padding-bottom: 95px;
  z-index: 1;
}
.area-content__inner {
  width: 100%;
  max-width: 1032px;
  height: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
.area-content__inner::before, .area-content__inner::after {
  content: "";
  position: absolute;
  display: block;
  width: 250px;
  height: 145px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 5;
}
.area-content__inner::before {
  top: 30px;
  left: 30px;
}
.area-content__inner::after {
  top: 370px;
  right: 100px;
}
.area-content__slick-wrap {
  position: relative;
  z-index: 1;
}
.area-content__text-bg, .area-content__text {
  position: absolute;
  bottom: -45px;
  left: 100px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  mix-blend-mode: multiply;
  z-index: 1;
}
.area-content__text-bg p, .area-content__text p {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  color: transparent;
  letter-spacing: 3px;
  line-height: 2;
  padding: 0 5px 0 15px;
}
.area-content__text {
  mix-blend-mode: normal;
  z-index: 2;
}
.area-content__text p {
  color: #fff;
  background-color: transparent;
}
.area-content__lead {
  position: absolute;
  top: -50px;
  right: 10px;
  z-index: 2;
}
.area-content__area-text {
  position: absolute;
  bottom: -40px;
  right: -60px;
  z-index: 2;
}
.area-content__point {
  position: absolute;
}
.area-content__img01 {
  width: 400px;
  height: auto;
  aspect-ratio: 400/263;
  margin-top: 80px;
}
.area-content__img02 {
  width: 300px;
  height: auto;
  aspect-ratio: 300/195;
  margin: -150px 100px 0 auto;
}
.area-content__links {
  width: 100%;
  max-width: 1032px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  margin: 0 auto;
}
.area-content__link {
  width: calc((100% - 70px) / 2);
  position: relative;
  padding-top: 260px;
}
.area-content__link:nth-child(1) .area-content__link-bubble {
  top: 50px;
  left: 0;
  width: 328px;
}
.area-content__link:nth-child(1) .area-content__link-button {
  margin-left: auto;
}
.area-content__link:nth-child(2) .area-content__link-bubble {
  top: 50px;
  left: 0px;
  width: 328px;
}
.area-content__link:nth-child(2) .area-content__link-button {
  margin-right: auto;
}
.area-content__link-bubble {
  position: absolute;
}
.area-content__link-book {
  position: absolute;
  bottom: 90px;
  right: -65px;
  width: 42%;
  transform: rotate(12deg);
}
.area-content__link-map {
  position: absolute;
  top: 140px;
  left: min(80%, 300px);
  width: 90px;
}
.area-content--suwa .area-content__inner::before, .area-content--suwa .area-content__inner::after {
  background-image: url(../img/suwa/scale_suwa.svg);
}
.area-content--suwa .area-content__text-bg p {
  background-color: #dc6a74;
}
.area-content--suwa .area-content__text p:nth-child(1)::after {
  content: "湖と高原がおりなす自然豊かな諏訪地方。";
}
.area-content--suwa .area-content__text p:nth-child(2)::after {
  content: "文化やアートを満喫できるのも魅力です。";
}
.area-content--suwa .area-content__lead {
  width: 216px;
}
.area-content--suwa .area-content__area-text {
  width: 245px;
}
.area-content--suwa .area-content__point {
  width: 100px;
  bottom: -180px;
  right: 20px;
}
.area-content--kamiina .area-content__inner::before, .area-content--kamiina .area-content__inner::after {
  background-image: url(../img/kamiina/scale_kamiina.svg);
}
.area-content--kamiina .area-content__text-bg p {
  background-color: #4774ad;
}
.area-content--kamiina .area-content__text p:nth-child(1)::after {
  content: "東西にそびえる２つのアルプスと、南北に流れる天竜川。";
}
.area-content--kamiina .area-content__text p:nth-child(2)::after {
  content: "豊かな自然が上伊那に暮らす人々の";
}
.area-content--kamiina .area-content__text p:nth-child(3)::after {
  content: "気質や文化に色を添えています。";
}
.area-content--kamiina .area-content__lead {
  width: 252px;
}
.area-content--kamiina .area-content__area-text {
  width: 210px;
}
.area-content--kamiina .area-content__point {
  width: 100px;
  bottom: -180px;
  right: 100px;
}
.area-content--shimoina .area-content__inner::before, .area-content--shimoina .area-content__inner::after {
  background-image: url(../img/shimoina/scale_shimoina.svg);
}
.area-content--shimoina .area-content__text-bg p {
  background-color: #e18800;
}
.area-content--shimoina .area-content__text p:nth-child(1)::after {
  content: "小京都飯田を中心にした信州最南の地域。";
}
.area-content--shimoina .area-content__text p:nth-child(2)::after {
  content: "リニアの長野県駅ができるのも話題です。";
}
.area-content--shimoina .area-content__lead {
  width: 220px;
}
.area-content--shimoina .area-content__area-text {
  width: 210px;
}
.area-content--shimoina .area-content__point {
  width: 68px;
  bottom: -180px;
  right: 20px;
}
.area-content--kiso .area-content__inner::before, .area-content--kiso .area-content__inner::after {
  background-image: url(../img/kiso/scale_kiso.svg);
}
.area-content--kiso .area-content__text-bg p {
  background-color: #73ac37;
}
.area-content--kiso .area-content__text p:nth-child(1)::after {
  content: "宿場町の情緒を楽しめる木曽と、ワインのふるさと塩尻。";
}
.area-content--kiso .area-content__text p:nth-child(2)::after {
  content: "豊かな自然と人の温もりが織りなす、";
}
.area-content--kiso .area-content__text p:nth-child(3)::after {
  content: "心満たされる旅へ出かけませんか。";
}
.area-content--kiso .area-content__lead {
  width: 260px;
}
.area-content--kiso .area-content__area-text {
  width: 200px;
}
.area-content--kiso .area-content__point {
  width: 185px;
  -webkit-transform: rotateZ(-350deg);
          transform: rotateZ(-350deg);
  bottom: -240px;
  right: 60px;
}
.area-content--iju .area-content__inner::before, .area-content--iju .area-content__inner::after {
  background-image: url(../img/iju/scale_iju.svg);
}
.area-content--iju .area-content__text-bg p {
  background-color: #86663e;
}
.area-content--iju .area-content__text p:nth-child(1)::after {
  content: "美しい日本アルプスに囲まれた、心と暮らしが整うまち。";
}
.area-content--iju .area-content__text p:nth-child(2)::after {
  content: "自然も、暮らしも、人も、";
}
.area-content--iju .area-content__text p:nth-child(3)::after {
  content: "ちょうどいい信州で見つける『わたしの居場所』";
}
.area-content--iju .area-content__lead {
  width: 240px;
  -webkit-transform: rotateZ(8deg);
          transform: rotateZ(8deg);
}
.area-content--iju .area-content__area-text {
  width: 250px;
}
.area-content--iju .area-content__point {
  width: 80px;
  bottom: -180px;
  right: 100px;
}
.area-content--iju .area-content__point--02 {
  width: 188px;
  bottom: -700px;
  right: auto;
  left: 0;
}
.area-content--iju .area-content__link-book {
  bottom: 0px;
  right: -220px;
}

@media screen and (max-width: 1340px) {
  .area-content__inner::before, .area-content__inner::after {
    width: 200px;
  }
  .area-content__inner::after {
    right: -100px;
  }
}
@media screen and (max-width: 1140px) {
  .area-content__area-text {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .area-content__img02 {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .area-content {
    padding-top: 0;
  }
  .area-content__inner {
    padding: 0;
  }
  .area-content__inner::before {
    width: 105px;
    top: 0px;
    left: auto;
    right: 0;
  }
  .area-content__inner::after {
    opacity: 0.5;
    width: 120px;
    top: 550px;
    left: auto;
    right: -40px;
  }
  .area-content__text {
    display: none !important;
  }
  .area-content__text-bg {
    top: 580px;
    left: 30px;
  }
  .area-content__text-bg p {
    color: #231815;
    font-size: 17px;
    font-weight: 500;
    background-color: transparent !important;
    padding: 0;
  }
  .area-content__text-bg p + p {
    margin-top: -13px !important;
  }
  .area-content__text-bg::before {
    content: "";
    display: block;
    width: 105px;
    height: 89px;
    position: absolute;
    left: -30px;
    top: 200px;
    opacity: 0.5;
    z-index: -1;
  }
  .area-content__lead {
    width: 150px;
    top: 950px;
    right: auto;
    left: 320px;
  }
  .area-content__area-text {
    top: 50px;
    left: 30px;
    display: block;
    z-index: 5;
  }
  .area-content__img01 {
    margin-top: 550px;
  }
  .area-content__img02 {
    margin: -500px -10px 0 auto;
  }
  .area-content__links {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 16px;
    margin-top: 290px;
  }
  .area-content__link {
    width: 100%;
    min-width: 340px;
    padding-top: 210px;
  }
  .area-content__link:nth-child(1) .area-content__link-bubble {
    width: 265px !important;
  }
  .area-content__link:nth-child(2) .area-content__link-bubble {
    width: 250px !important;
    left: auto;
    right: 10px;
  }
  .area-content__link-button {
    margin: 0 auto;
  }
  .area-content__link-book {
    width: 100px;
    right: 0px;
  }
  .area-content__link-map {
    top: 80px;
    left: 30px;
    -webkit-transform: rotateZ(-25deg);
            transform: rotateZ(-25deg);
  }
  .area-content--suwa .area-content__area-text {
    width: 141px;
    height: 111px;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .area-content--suwa .area-content__text-bg::before {
    background-image: url(../img/suwa/scale_suwa.svg);
  }
  .area-content--suwa .area-content__point {
    width: 66px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    bottom: auto;
    right: auto;
    top: 840px;
    left: 50px;
  }
  .area-content--suwa .area-heading {
    color: #dc6a74;
  }
  .area-content--suwa .area-map {
    background-image: url("../img/suwa/map_suwa.svg");
  }
  .area-content--kamiina .area-content__text-bg::before {
    background-image: url(../img/kamiina/scale_kamiina.svg);
  }
  .area-content--kamiina .area-content__area-text {
    width: 132px;
    height: 60px;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .area-content--kamiina .area-content__point {
    width: 60px;
    bottom: auto;
    right: auto;
    top: 900px;
    left: 100px;
  }
  .area-content--kamiina .area-content__lead {
    top: 890px;
  }
  .area-content--kamiina .area-content__img01 {
    margin-top: 580px;
  }
  .area-content--kamiina .area-heading {
    color: #4774ad;
  }
  .area-content--kamiina .area-map {
    background-image: url("../img/kamiina/map_kamiina.svg");
  }
  .area-content--shimoina .area-content__text-bg::before {
    background-image: url(../img/shimoina/scale_shimoina.svg);
  }
  .area-content--shimoina .area-content__area-text {
    width: 128px;
    height: 64px;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .area-content--shimoina .area-content__point {
    width: 34px;
    bottom: auto;
    right: auto;
    top: 920px;
    left: 80px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .area-content--shimoina .area-content__lead {
    top: 920px;
    left: 290px;
  }
  .area-content--shimoina .area-content__img01 {
    margin-top: 580px;
  }
  .area-content--shimoina .area-heading {
    color: #e18800;
  }
  .area-content--shimoina .area-map {
    background-image: url("../img/shimoina/map_shimoina.svg");
  }
  .area-content--kiso .area-content__text-bg::before {
    background-image: url(../img/kiso/scale_kiso.svg);
  }
  .area-content--kiso .area-content__area-text {
    width: 128px;
    height: 64px;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
  .area-content--kiso .area-content__point {
    width: 96px;
    bottom: auto;
    right: auto;
    top: 960px;
    left: 80px;
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  .area-content--kiso .area-content__lead {
    top: 1000px;
    left: 290px;
  }
  .area-content--kiso .area-content__img01 {
    margin-top: 590px;
  }
  .area-content--kiso .area-heading {
    color: #73ac37;
  }
  .area-content--kiso .area-map {
    background-image: url("../img/kiso/map_kiso.svg");
  }
  .area-content--iju .area-content__text-bg::before {
    background-image: url(../img/iju/scale_iju.svg);
  }
  .area-content--iju .area-content__area-text {
    width: 128px;
    height: 64px;
    top: 310px;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
  .area-content--iju .area-content__point {
    width: 44px;
    bottom: auto;
    right: auto;
    top: 920px;
    left: 80px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .area-content--iju .area-content__lead {
    top: 960px;
    left: 320px;
  }
  .area-content--iju .area-content__img01 {
    margin-top: 620px;
  }
  .area-content--iju .area-content__link-book {
    width: 100px;
    right: 0px;
    bottom: 70px;
  }
  .area-content--iju .area-heading {
    color: #86663e;
  }
  .area-content--iju .area-map {
    background-image: url("../img/iju/map_iju.svg");
  }
}
@media screen and (max-width: 600px) {
  .area-content .area-content__lead {
    left: auto;
    right: 10px;
  }
}
@media screen and (max-width: 450px) {
  .area-content--iju .area-content__area-text {
    top: 64vw;
  }
}
@media screen and (max-width: 425px) {
  .area-content__img02 {
    width: 170px;
    margin-top: -320px !important;
  }
  .area-content__img01 {
    width: 260px;
    margin-top: 520px !important;
  }
  .area-content--suwa .area-content__lead {
    width: 147px;
    top: 920px;
  }
  .area-content--suwa .area-content__point {
    top: 820px;
  }
  .area-content--kamiina .area-content__lead {
    width: 153px;
    top: 860px;
  }
  .area-content--kamiina .area-content__point {
    top: 820px;
    left: 60px;
  }
  .area-content--shimoina .area-content__lead {
    width: 160px;
    top: 860px;
  }
  .area-content--shimoina .area-content__point {
    top: 840px;
    left: 60px;
  }
  .area-content--kiso .area-content__lead {
    width: 157px;
    top: 920px;
    right: 10px;
  }
  .area-content--kiso .area-content__point {
    top: 890px;
    left: 60px;
  }
  .area-content--iju .area-content__lead {
    width: 147px;
    top: 877px;
    right: 10px;
  }
  .area-content--iju .area-content__point {
    top: 830px;
  }
  .area-content__links {
    margin-top: 190px;
  }
}
@media screen and (max-width: 375px) {
  .area-content:not(.area-content--iju) .area-content__lead {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
  .area-content.area-content--iju .area-content__lead {
    top: 748px;
  }
  .area-content--iju .area-content__area-text {
    top: 62vw;
  }
}
@media screen and (max-width: 360px) {
  .area-map {
    top: 90%;
    left: auto;
    right: 10px;
  }
  .area-content__links {
    width: 100%;
    max-width: 100%;
  }
  .area-content__link {
    min-width: 100%;
  }
  .area-content__link-book {
    right: -20px;
    bottom: 60px;
  }
  .area-content__link-map {
    top: 98px;
    left: 0;
  }
}
@media screen and (max-width: 340px) {
  .area-content.area-content--kamiina .area-content__lead {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  .area-content.area-content--kiso .area-content__lead {
    -webkit-transform: translateY(-110px) rotateZ(6deg);
            transform: translateY(-110px) rotateZ(6deg);
  }
  .area-content.area-content--iju .area-content__lead {
    top: 808px;
  }
}
.slick-area {
  width: 70%;
  max-width: 670px;
  height: auto;
  aspect-ratio: 670/580;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .slick-area {
    width: 100%;
    max-width: 100%;
    height: 400px;
    aspect-ratio: auto;
    margin: 0 auto;
    overflow: hidden;
  }
}
/* # =================================================================
# guide
# ================================================================= */
.guide {
  position: relative;
  background-color: #fff;
  z-index: 3;
}
.guide__inner {
  width: 100%;
  max-width: 832px;
  padding: 180px 16px;
  margin: 0 auto;
}
.guide__heading {
  position: relative;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 6px;
  font-weight: 500;
  padding-right: 100px;
}
.guide__heading::before {
  content: "";
  position: absolute;
  bottom: -45px;
  right: 10px;
  display: block;
  width: 82px;
  height: 150px;
  background-image: url("../img/guide_point.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.guide__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #231815;
}
.guide__text {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 3px;
  margin-top: 50px;
}
.guide__place {
  margin-top: 45px;
}
.guide__button-wrap {
  margin-top: 70px;
}
.guide__button {
  display: block;
  width: 100%;
  text-align: center;
  border: 4px solid #1295ad;
  background-color: #fff;
  border-radius: 12px;
  padding: 18px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.guide__button span {
  font-size: 27px;
  color: #1295ad;
  font-weight: 500;
  letter-spacing: 3px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media screen and (max-width: 768px) {
  .guide__inner {
    padding: 80px 30px 60px;
  }
  .guide__heading {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    padding-right: 0;
  }
  .guide__text {
    font-size: 15px;
  }
  .guide__button-wrap {
    margin-top: 40px;
  }
  .guide__button {
    border: 2px solid #1295ad;
    padding: 5px;
  }
  .guide__button span {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
  }
}
@media screen and (max-width: 600px) {
  .guide__heading::before {
    content: none;
  }
}
.place {
  font-family: "Zen Maru Gothic", sans-serif;
}
.place__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 4px;
  background-color: #1295ad;
  border-radius: 6px;
  padding: 12px 16px;
}
.place__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dotted #231815;
  padding-bottom: 10px;
  margin-top: 16px;
}
.place__text p:first-child {
  width: 570px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -1px;
}
.place__text p:first-child span {
  font-size: 12px;
}
.place__text p:last-child {
  text-align: right;
  letter-spacing: -1px;
}
.place__text p:last-child span {
  font-weight: 500;
  display: block;
  font-size: 8px;
  line-height: 1.4;
}
.place__detail {
  font-size: 12px;
  margin-top: 10px;
}
.place__row {
  margin-top: 5px;
}
.place__row p {
  line-height: 1.5;
}
.place__row p .blue {
  color: #1295ad;
  font-weight: 500;
}

@media (hover: hover) {
  .guide__button:hover {
    background-color: #1295ad;
  }
  .guide__button:hover span {
    color: #fff;
  }
}
@media screen and (max-width: 600px) {
  .place__heading {
    position: relative;
  }
  .place__heading::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 5px;
    display: block;
    width: 28px;
    height: 52px;
    background-image: url("../img/guide_point.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .place__heading {
    font-size: 22px;
    padding: 16px 30px;
    margin: 60px auto 0;
  }
  .place__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .place__text p {
    width: 100%;
    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;
    font-size: 16px;
    line-height: 1.6;
  }
  .place__text p span {
    text-align: center;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    color: #736255;
  }
  .place__text p:first-child {
    width: 100%;
  }
  .place__text p:first-child span {
    margin-top: 5px;
  }
  .place__text p:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .place__detail {
    margin-top: 15px;
  }
  .place__row {
    margin-top: 8px;
  }
}
/* # =================================================================
# footer
# ================================================================= */
.footer-wave {
  position: relative;
  background-color: #fff;
  margin-bottom: -5px;
  z-index: 3;
}

.footer {
  position: relative;
  background-color: #f2e9d9;
  z-index: 3;
}
.footer__inner {
  width: 100%;
  max-width: 1032px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  padding: 100px 16px 180px;
  margin: 0 auto;
}
.footer__logo-wrap {
  width: 270px;
}
.footer__text-wrap {
  width: calc(100% - 315px);
}
.footer__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}
.footer__company {
  width: 300px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__copyright {
  font-size: 14px;
  font-weight: 300;
  margin-top: 50px;
  margin-bottom: 20px;
}

@media (hover: hover) {
  .footer__company:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 16px 120px;
  }
  .footer__logo-wrap {
    max-width: 267px;
    width: 100%;
  }
  .footer__text-wrap {
    width: 100%;
  }
  .footer__text {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin-top: 60px;
  }
  .footer__company {
    margin: 10px auto;
  }
  .footer__copyright {
    text-align: center;
    margin-top: 10px;
  }
}
/* # =================================================================
# fixed
# ================================================================= */
.fixed-link {
  width: 100px;
  position: fixed;
  bottom: 60px;
  left: 45px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 10;
}

@media (hover: hover) {
  .fixed-link:hover {
    opacity: 0.7;
  }
}
.fixed-button {
  position: fixed;
  bottom: 60px;
  right: 45px;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #1295ad;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 10;
}
.fixed-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(../img/icon/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.fixed-button a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;
}

@media (hover: hover) {
  .fixed-button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .fixed-link {
    left: 15px;
    bottom: 15px;
  }

  .fixed-button {
    width: 65px;
    height: 65px;
    right: 15px;
    bottom: 15px;
  }
  .fixed-button::after {
    width: 25px;
    height: 25px;
  }
}