@charset "UTF-8";
:root {
  --main-color: #765E48;
  --sub-color: #FAEEEA;
  --accent-color: #FFCBA8;
  --accent2-color: #B49C8A;
  --metsa-color: #199149;
  --heading-color: #B49C8A;
  --heading-text-color: #fff;
  --font-color: #604C3F;
}

/* フォント */
@font-face {
  font-family: "Mplus 1p";
  src: url("/assets/fonts/m-plus-1p/MPLUS1p-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "Mplus 1p";
  src: url("/assets/fonts/m-plus-1p/MPLUS1p-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Mplus 1p";
  src: url("/assets/fonts/m-plus-1p/MPLUS1p-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Mplus 1p";
  src: url("/assets/fonts/m-plus-1p/MPLUS1p-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Mplus 1p";
  src: url("/assets/fonts/m-plus-1p/MPLUS1p-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Mplus 1p";
  src: url("/assets/fonts/m-plus-1p/MPLUS1p-ExtraBold.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "Mplus 1p";
  src: url("/assets/fonts/m-plus-1p/MPLUS1p-ExtraBold.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "Tove Script";
  src: url("/assets/fonts/ToveScript-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "Novels Alphabet";
  src: url("/assets/fonts/NovelsAlphabet-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "Moomin Font";
  src: url("/assets/fonts/MoominFont.otf");
  font-weight: 400;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
}

@media (max-width: 768px) {
  html {
    font-size: 81.25%;
  }
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: var(--main-font);
  color: #604C3F;
  line-height: 1.8;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  touch-action: manipulation;
}

body.open {
  overflow-y: hidden;
}

a {
  color: #009dbc;
  transition: all 0.3s ease;
  box-shadow: #000 0 0 0;
}

a img {
  outline: none;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover {
  color: #0f80ba;
}

a:hover img {
  opacity: 0.7;
}

a:focus {
  outline: none;
}

a img {
  transition: all 0.3s ease;
  box-shadow: #000 0 0 0;
}

button {
  transition: all 0.3s ease;
  box-shadow: #000 0 0 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

iframe,
figure {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

input,
textarea,
select,
button {
  font-size: 1rem;
}

@media (max-width: 568px) {
  input,
  textarea,
  select,
  button {
    font-size: 16px;
  }
}
select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button:focus,
div:focus {
  outline: none;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.8);
}

/* slick */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slide.slick-slider {
  margin-bottom: 50px;
}

.slide > .slide__single {
  overflow: hidden;
}

.slide__single {
  width: 100%;
}

.slide__single img {
  width: 100%;
}

.slide__wrap {
  position: relative;
}

.slide__arrow {
  position: absolute;
  bottom: -15px;
  right: 0;
}

.slide__arrow span {
  display: inline-block;
}

.slide__arrow span img {
  width: 30px;
  height: 30px;
}

.slide .slick-list {
  overflow: hidden;
  border-radius: 0;
}

.slide .slick-arrow {
  position: absolute;
  bottom: -15px;
  z-index: 10;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: none;
  outline: none;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.slide .slick-prev {
  right: 55px;
  background-image: url("/assets/images/common/icon_prev.svg");
}

.slide .slick-next {
  right: 20px;
  background-image: url("/assets/images/common/icon_next.svg");
}

.slide .slick-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  height: 9px;
  transform: translate(-50%, 0);
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide .slick-dots li {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  padding: 2px 0;
  line-height: 0;
}

.slide .slick-dots li button {
  width: 4px;
  height: 4px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background-color: #8c8c8c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 100px;
  outline: none;
  transition: all 0.3s ease;
}

.slide .slick-dots li.slick-active {
  position: relative;
  padding: 0;
}

.slide .slick-dots li.slick-active:after {
  content: "";
  display: none;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 0;
  height: 1px;
  background-color: black;
  -webkit-animation: dotline 4.2s linear 0s infinite;
  animation: dotline 4.2s linear 0s infinite;
}

.slide .slick-dots li.slick-active button {
  width: 9px;
  height: 9px;
  background-color: black;
}

.slide .slick-dots li:last-child:after {
  -webkit-animation: none;
  animation: none;
}

.slide.autoplay .slick-dots li.slick-active:after {
  display: block;
}

@-webkit-keyframes dotline {
  0% {
    left: 8px;
    width: 0;
  }
  90% {
    left: 8px;
    width: 10px;
  }
  100% {
    left: 19px;
    width: 0;
  }
}
@keyframes dotline {
  0% {
    left: 8px;
    width: 0;
  }
  90% {
    left: 8px;
    width: 10px;
  }
  100% {
    left: 19px;
    width: 0;
  }
}
/* site */
.site {
  position: relative;
  overflow-x: hidden;
}

/* content-area */
.content-area {
  padding-bottom: 100px;
}

@media (max-width: 568px) {
  .content-area {
    padding-bottom: 50px;
  }
}
/* section */
.section {
  margin-bottom: 100px;
}

.section:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .section {
    margin-bottom: 70px;
  }
}
@media (max-width: 568px) {
  .section {
    margin-bottom: 50px;
  }
}
/* block */
.block {
  margin-bottom: 80px;
}

.block:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .block {
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=foundation.css.map */