@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

[tabindex="-1"]:focus-visible {
  outline: none !important;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.1em;
}

sup {
  top: -0.3em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: middle;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  white-space: normal;
}

button {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
@-webkit-keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes skier01 {
  0% {
    left: -100px;
  }
  100% {
    left: 80px;
  }
}
@keyframes skier01 {
  0% {
    left: -100px;
  }
  100% {
    left: 80px;
  }
}
@-webkit-keyframes skier02 {
  0% {
    margin-left: calc(-50% - 124px);
  }
  100% {
    margin-left: 15%;
  }
}
@keyframes skier02 {
  0% {
    margin-left: calc(-50% - 124px);
  }
  100% {
    margin-left: 15%;
  }
}
@-webkit-keyframes skier03 {
  0% {
    top: -50px;
    right: -120px;
  }
  100% {
    top: 0;
    right: 15px;
  }
}
@keyframes skier03 {
  0% {
    top: -50px;
    right: -120px;
  }
  100% {
    top: 0;
    right: 15px;
  }
}
@-webkit-keyframes skier04 {
  0% {
    left: -110px;
  }
  100% {
    left: 10px;
  }
}
@keyframes skier04 {
  0% {
    left: -110px;
  }
  100% {
    left: 10px;
  }
}
@-webkit-keyframes skier05 {
  0% {
    top: -10px;
    right: -200px;
  }
  100% {
    top: 40px;
    right: 0;
  }
}
@keyframes skier05 {
  0% {
    top: -10px;
    right: -200px;
  }
  100% {
    top: 40px;
    right: 0;
  }
}
@-webkit-keyframes skier06 {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.8);
  }
  66% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes skier06 {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.8);
  }
  66% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
/* common */
/* ============================================ */
html {
  font-size: 62.5%;
}

body {
  background: #FAF9F7;
  background-size: 100%;
  background-repeat: repeat-y;
  color: #0a1927;
  color: #2A2318;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-family: sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  min-height: 100dvh;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
@media all and (max-width: 896px) {
  body {
    font-size: 1.6rem;
  }
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  color: currentColor;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

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

.reading {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media all and (max-width: 1025px) {
  .tabonly {
    display: block;
  }
}

@media all and (max-width: 1025px) {
  .tabnone {
    display: none;
  }
}

.mdonly {
  display: none;
}
@media all and (max-width: 600px) {
  .mdonly {
    display: block;
  }
}

@media all and (max-width: 600px) {
  .mdnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

.inner {
  width: calc(100% - 30px);
  max-width: 1280px;
  margin-inline: auto;
}

/* blockskip */
/* ============================================ */
#blockskip {
  overflow: hidden;
  height: 0;
  background: #ddd;
  text-align: center;
}

/* header */
/* ============================================ */
.header {
  width: 100%;
  height: 80px;
  padding: 20px;
  top: 0;
  z-index: 10;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .header {
    height: 60px;
    padding: 10px;
  }
}
.header .logo {
  width: 300px;
  padding-block: 5px 0;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 600px) {
  .header .logo {
    width: 220px;
  }
}
@media all and (max-width: 480px) {
  .header .logo {
    width: 165px;
  }
}
.header #menu-pc {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10;
}
@media all and (max-width: 600px) {
  .header #menu-pc {
    /*
    display: none;
    */
    top: 10px;
    right: 10px;
  }
}
.header #menu-pc ul {
  display: flex;
  flex-wrap: wrap;
}
.header #menu-pc ul li {
  margin: 0 10px 0 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}
@media all and (max-width: 1367px) {
  .header #menu-pc ul li {
    margin: 0 20px 0 0;
  }
}
@media all and (max-width: 1280px) {
  .header #menu-pc ul li {
    margin: 0 10px 0 0;
  }
}
.header #menu-pc ul li a.language {
  padding: 0 0 0 20px;
  position: relative;
}
.header #menu-pc ul li a.language::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 20px;
  height: 20px;
  background: url(../images/common/ico_language.svg) no-repeat;
  background-size: 100%;
}
.header #menu-pc ul li.btn {
  max-width: 400px;
  width: 250px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 600px) {
  .header #menu-pc ul li.btn {
    max-width: 200px;
  }
}
@media all and (max-width: 480px) {
  .header #menu-pc ul li.btn {
    max-width: 150px;
  }
}
.header #menu-pc ul li.btn a {
  width: 100%;
  padding-block: 15px;
  color: #FFF;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 100px;
  display: block;
  position: relative;
  background: #7ABFD2;
  /*
  &::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 16px;
    background: url(../images/common/ico_arrow.svg) no-repeat center/cover;
    transform: translateY(-50%);
  }
  */
}
@media all and (max-width: 600px) {
  .header #menu-pc ul li.btn a {
    padding-block: 12.5px;
    font-size: 1.25rem;
  }
}
@media all and (max-width: 480px) {
  .header #menu-pc ul li.btn a {
    padding-block: 10px;
    font-size: 1rem;
  }
}
.header #ham-menu {
  position: fixed;
  top: 0;
  right: -375px;
  z-index: 10;
  background: #FFF;
  width: 375px;
  height: 100%;
  padding: 80px 20px 0;
  overflow: hidden;
  transition: transform 0.2s ease-out 0s;
}
.header #ham-menu ul {
  display: flex;
  flex-direction: column;
}
.header #ham-menu ul.global li {
  border-bottom: 1px solid #cddbe0;
}
.header #ham-menu ul.global li a {
  display: flex;
  position: relative;
  padding: 20px 10px;
  font-size: 1.8rem;
  line-height: 1.8;
}
.header #ham-menu ul.btn {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header #ham-menu ul.btn li {
  width: calc(100% - 0px);
}
.header #ham-menu ul.btn li:first-child a {
  background: #7ABFD2;
}
.header #ham-menu ul.btn li a {
  width: 100%;
  margin-block: 20px 0;
  padding-block: 15px;
  color: #FFF;
  text-align: center;
  border-radius: 100px;
  display: block;
  position: relative;
  /*
  &::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 16px;
    background: url(../images/common/ico_arrow.svg) no-repeat center/cover;
    transform: translateY(-50%);
  }
  */
}
.header #menu-background {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #0a1927;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s linear;
}
.header #menu-icon {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
@media all and (max-width: 600px) {
  .header #menu-icon {
    /*
    display: block;
    */
    background: #AE9165;
  }
}
@media all and (max-width: 896px) {
  .header #menu-icon {
    width: 60px;
    height: 60px;
  }
}
.header #menu-icon div {
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 20px;
  width: 40px;
  height: 2px;
  background: #FFF;
}
@media all and (max-width: 896px) {
  .header #menu-icon div {
    top: 30px;
    left: 20px;
    width: 20px;
  }
}
.header #menu-icon div::before, .header #menu-icon div::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #FFF;
  transition: all 0.4s;
}
@media all and (max-width: 896px) {
  .header #menu-icon div::before, .header #menu-icon div::after {
    width: 20px;
  }
}
.header #menu-icon div::before {
  top: -10px;
}
@media all and (max-width: 896px) {
  .header #menu-icon div::before {
    top: -6px;
  }
}
.header #menu-icon div::after {
  top: 10px;
}
@media all and (max-width: 896px) {
  .header #menu-icon div::after {
    top: 6px;
  }
}
.header #menu-cb {
  display: none;
}
.header #menu-cb:checked ~ #ham-menu {
  transform: translate(-375px);
}
.header #menu-cb:checked ~ #ham-menu .skier {
  -webkit-animation: skier01 1s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
          animation: skier01 1s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}
.header #menu-cb:checked ~ #menu-background {
  z-index: 9;
  opacity: 0.8;
  pointer-events: auto;
}
.header #menu-cb:checked ~ #menu-icon div {
  height: 0;
}
.header #menu-cb:checked ~ #menu-icon div::before, .header #menu-cb:checked ~ #menu-icon div::after {
  height: 1px;
}
.header #menu-cb:checked ~ #menu-icon div::before {
  transform: translateY(10px) rotate(-330deg);
}
@media all and (max-width: 896px) {
  .header #menu-cb:checked ~ #menu-icon div::before {
    transform: translateY(6px) rotate(-330deg);
  }
}
.header #menu-cb:checked ~ #menu-icon div::after {
  transform: translateY(-10px) rotate(330deg);
}
@media all and (max-width: 896px) {
  .header #menu-cb:checked ~ #menu-icon div::after {
    transform: translateY(-6px) rotate(330deg);
  }
}

/* footer */
/* ============================================ */
footer {
  /*position: relative;*/
  padding-block: 20px;
  font-size: 1.2rem;
  /*
  background: #f3eae3 url(../images/common/bg.png) no-repeat center bottom;
  */
  background: #f3eae3;
  background-size: 100% auto;
  /*
  &::before {
    content: '';
    position: absolute;
    top: -28px;
    left: 0;
    width: 100%;
    height: 29px;
    background: url(../images/common/bg_wave_footer.webp) no-repeat center/600px 29px;
    @media (min-width: 601px) {
      background-size: 100% 29px;
    }
  }
  &::after {
    content: '';
    position: absolute;
    top: -85px;
    left: 0;
    width: 100%;
    height: 90px;
    background:
      url(../images/common/tree02.webp) no-repeat left 16px top 0/76px 92px,
      url(../images/common/tree03.webp) no-repeat right 15px top 0/76px 84px;
    @include g.landscape {
      top: -45px;
      height: 52px;
      background-size: 38px 46px, 38px 42px;
    }
  }
  img {
    filter: brightness(0) invert(1);
  }
  */
  /*
  .skier {
    position: absolute;
    top: -66px;
    left: 50%;
    margin-left: calc(-50% - 124px);
    &.is-visible {
      animation: skier02 1s cubic-bezier(.61, 1, .88, 1) 1s forwards;
    }
    img {
      width: 110px;
      filter: none;
      @include g.landscape {
        width: 80px;
      }
    }
  }
  */
}
footer p {
  margin: 10px;
  text-align: center;
}
footer p small {
  /*color: #FFF;*/
}
footer .pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 9;
  width: 60px;
  height: 60px;
  /*
  border-radius: 50%;
  background: #94aab3;
  */
  filter: drop-shadow(-2px 2px 2px rgba(0, 0, 0, 0.25));
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media all and (max-width: 896px) {
  footer .pagetop {
    width: 50px;
    height: 50px;
    right: 5px;
    bottom: 5px;
  }
}
footer .pagetop.show {
  opacity: 1;
  visibility: visible;
}
/*# sourceMappingURL=layout.css.map */