@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] {
  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;
  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 */
/* ============================================ */
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes skier01 {
  0% {
    left: -100px;
  }
  100% {
    left: 80px;
  }
}
@keyframes skier02 {
  0% {
    margin-left: calc(-50% - 124px);
  }
  100% {
    margin-left: 15%;
  }
}
@keyframes skier03 {
  0% {
    top: -50px;
    right: -120px;
  }
  100% {
    top: 0;
    right: 15px;
  }
}
@keyframes skier04 {
  0% {
    left: -110px;
  }
  100% {
    left: 10px;
  }
}
@keyframes skier05 {
  0% {
    top: -10px;
    right: -200px;
  }
  100% {
    top: 40px;
    right: 0;
  }
}
@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: #fff url(../images/common/bg.webp) center/198px auto;
  color: #0a1927;
  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-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  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;
}

main {
  padding-top: 50px;
}

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

.ttl-lv2 {
  color: #009be9;
  font-family: "Archivo", sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .ttl-lv2 {
    font-size: 4.8rem;
  }
}
.ttl-lv2 + p {
  margin-top: 8px;
}

html[lang=zh-cmn-Hant] .ttl-lv2 {
  font-size: 5rem;
}
@media all and (max-width: 896px) {
  html[lang=zh-cmn-Hant] .ttl-lv2 {
    font-size: 3.8rem;
  }
}

.address {
  position: relative;
  margin-top: -40px;
  padding-block: 190px 110px;
  overflow: hidden;
}
.address::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  z-index: -1;
  width: 227px;
  height: 254px;
  background: url(../images/common/ico_snowflake.svg) no-repeat center/cover;
  animation: rotation 15s linear infinite;
}
.address .inner {
  display: flex;
  gap: 30px;
}
@media all and (max-width: 896px) {
  .address .inner {
    flex-direction: column;
    gap: 24px;
  }
}
.address dl {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: calc((100% - 16px) / 2);
  padding: 20px;
  border-radius: 4px;
  border: 3px solid #cddbe0;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .address dl {
    width: 100%;
  }
}
.address dl dt {
  display: flex;
  align-items: center;
  height: 52px;
}
@media all and (max-width: 896px) {
  .address dl dt {
    height: auto;
  }
}
.address dl dt img {
  width: 250px;
}
.address dl dd a {
  display: flex;
  position: relative;
}
.address dl dd a:not(.gmap) {
  padding: 14px 40px;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 4px;
  background: #076abc;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 1px;
}
.address dl dd a:not(.gmap)::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(../images/common/ico_arrow.svg) no-repeat center/cover;
  filter: brightness(0) invert(1);
}
@media all and (max-width: 896px) {
  .address dl dd a:not(.gmap)::after {
    width: 9px;
    height: 9px;
  }
}
.address dl dd a.gmap {
  padding-left: 20px;
  color: #009be9;
}
.address dl dd a.gmap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 16px;
  background: url(../images/common/ico_map_blue.svg) no-repeat center/cover;
  transform: translateY(-50%);
}
.address dl dd ul {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .address dl dd ul {
    flex-direction: column;
  }
}
.address dl dd ul li {
  width: 50%;
}
@media all and (max-width: 896px) {
  .address dl dd ul li {
    width: 100%;
  }
}
.address dl dd ul li:last-child a {
  background: #00ae91;
}

.coming {
  pointer-events: none;
}

.title {
  position: relative;
  font-size: 1.67vw;
  font-weight: 500;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .title {
    padding-top: 110px;
    font-size: 1.6rem;
  }
}
.title figure img {
  width: 100%;
}
.title h1 {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 8.85vw;
  left: 5.21vw;
}
@media all and (max-width: 896px) {
  .title h1 {
    top: 15px;
    left: 15px;
  }
}
.title h1 span {
  color: #000f9d;
  font-size: 2.08vw;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .title h1 span {
    margin-bottom: 3px;
    font-size: 1.8rem;
    font-weight: 600;
  }
}
.title h1 img {
  max-width: 35.42vw;
  margin-top: 15px;
}
@media all and (max-width: 896px) {
  .title h1 img {
    max-width: 350px;
  }
}

.route {
  position: relative;
  padding-bottom: 85px;
  overflow: hidden;
}
.route::before, .route::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../images/common/ico_snowflake.svg) no-repeat center/cover;
  animation: rotation 15s linear infinite;
}
.route::before {
  top: -30px;
  right: -70px;
  width: 227px;
  height: 254px;
}
.route::after {
  bottom: -10px;
  left: -36px;
  width: 110px;
  height: 126px;
}
.route .inner {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media all and (max-width: 896px) {
  .route .inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.route .exp {
  width: calc((100% - 30px) / 2);
}
@media all and (max-width: 896px) {
  .route .exp {
    display: contents;
    width: auto;
  }
}
.route .exp ul {
  display: flex;
  gap: 16px;
  width: 100%;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .route .exp ul {
    flex-direction: column;
    gap: 8px;
  }
}
.route .exp ul li {
  width: calc((100% - 16px) / 2);
}
@media all and (max-width: 896px) {
  .route .exp ul li {
    width: 100%;
  }
}
.route .exp ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 14px 30px 14px 14px;
  border-radius: 4px;
  background: #076abc;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .route .exp ul li a {
    order: 1;
    margin: 0 auto;
  }
}
.route .exp ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 16px;
  background: url(../images/common/ico_arrow.svg) no-repeat center/cover;
  filter: brightness(0) invert(1);
  transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .route .exp ul li a::after {
    width: 9px;
    height: 9px;
  }
}
.route .exp ul li:first-child a {
  background: #00ae91;
}
.route figure {
  width: calc((100% - 30px) / 2);
  text-align: center;
}
@media all and (max-width: 896px) {
  .route figure {
    order: 0;
    width: 100%;
    margin: 10px auto 0;
  }
}
.route figure img {
  width: 80%;
}
@media all and (max-width: 896px) {
  .route figure img {
    width: 100%;
  }
}

.feature {
  position: relative;
  margin-top: 20px;
  padding-block: 30px;
}
.feature::before, .feature::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 47px;
}
.feature::before {
  top: -46px;
  transform: scaleY(-1);
}
.feature::after {
  bottom: -46px;
}
.feature h2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
.feature h2 span {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1px;
}
.feature h2 span::first-letter {
  font-size: 4.8rem;
}
.feature .ancor-list {
  counter-reset: num;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media all and (max-width: 896px) {
  .feature .ancor-list {
    flex-direction: column;
    gap: 8px;
  }
}
.feature .ancor-list li {
  width: calc((100% - 24px) / 2);
}
@media all and (max-width: 896px) {
  .feature .ancor-list li {
    width: auto;
  }
}
.feature .ancor-list li a {
  display: flex;
  align-items: center;
  position: relative;
  height: 50px;
  padding-inline: 70px 48px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media all and (max-width: 896px) {
  .feature .ancor-list li a {
    padding-right: 40px;
  }
}
.feature .ancor-list li a::before {
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  width: 60px;
  height: 100%;
  padding-left: 10px;
  font-family: "Archivo", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  background: rgba(255, 255, 255, 0.2);
  clip-path: path("M58.6356 21.8416C59.9838 23.3575 59.9838 25.6425 58.6356 27.1584L-3.26118 96.7497C-5.70519 99.4976 -10.25 97.7688 -10.25 94.0914L-10.25 -45.0914C-10.25 -48.7688 -5.70518 -50.4976 -3.26117 -47.7497L58.6356 21.8416Z");
}
.feature .ancor-list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 16px;
  height: 16px;
  background: url(../images/common/ico_arrow.svg) no-repeat center/cover;
  filter: brightness(0) invert(1);
  transform: translateY(-50%) rotate(90deg);
}
@media all and (max-width: 896px) {
  .feature .ancor-list li a::after {
    width: 9px;
    height: 9px;
  }
}
.feature .feature-list {
  counter-reset: number;
  display: flex;
  flex-direction: column;
}
.feature .feature-list > li {
  padding-top: 80px;
}
.feature .feature-list > li .content {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .feature .feature-list > li .content {
    padding: 20px 15px;
  }
}
.feature .feature-list > li .content::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 4px;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}
.feature .feature-list > li .content::after {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: -16px;
  left: 50%;
  font-family: "Archivo", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
}
.feature .feature-list > li .content h3 {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
}
.feature .feature-list > li .content a {
  display: flex;
  justify-content: center;
  position: relative;
  width: calc((100% - 48px) / 3);
  margin: 40px auto 0;
  padding: 14px;
  border-radius: 4px;
  background: #076abc;
  color: #fff;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .feature .feature-list > li .content a {
    width: 100%;
    margin-top: 32px;
  }
}
.feature .feature-list > li .content a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(../images/common/ico_arrow.svg) no-repeat center/cover;
  filter: brightness(0) invert(1);
  transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .feature .feature-list > li .content a::after {
    width: 9px;
    height: 9px;
  }
}
.feature .feature-list > li .content ul {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media all and (max-width: 896px) {
  .feature .feature-list > li .content ul {
    display: block;
  }
}
.feature .feature-list > li .content ul li {
  width: calc((100% - 24px) / 2);
}
@media all and (max-width: 896px) {
  .feature .feature-list > li .content ul li {
    width: auto;
  }
}
.feature .feature-list > li .content ul li a {
  width: 100%;
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .feature .feature-list > li .content ul li:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cddbe0;
  }
}
.feature .feature-list > li .content ul li h4 {
  position: relative;
  margin-block: 30px 10px;
  padding-left: 30px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
}
.feature .feature-list > li .content ul li h4::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 24px;
  height: 26px;
  animation: rotation 15s linear infinite;
}
.feature .feature-list > li .content ul li figure {
  margin-bottom: 10px;
}
.feature .feature-list > li .content ul li figure img {
  border-radius: 4px;
}
.feature .feature-list > li .content ul.col-3 li {
  width: calc((100% - 48px) / 3);
}
@media all and (max-width: 896px) {
  .feature .feature-list > li .content ul.col-3 li {
    width: auto;
  }
}
.feature .anime {
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.feature .anime .tree {
  position: absolute;
  top: 0;
  right: 190px;
  width: 76px;
}
@media all and (max-width: 896px) {
  .feature .anime .tree {
    right: 100px;
    width: 38px;
  }
}
.feature .anime .skier {
  position: absolute;
  right: -200px;
  width: 195px;
}
@media all and (max-width: 896px) {
  .feature .anime .skier {
    right: -130px;
    width: 129px;
  }
}
.feature .anime .skier.is-visible {
  animation: skier05 0.75s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}

html[lang=en] .tambara .feature .ancor-list li a,
html[lang=th] .tambara .feature .ancor-list li a {
  line-height: 1.1;
}

.sight {
  position: relative;
  padding-block: 80px 40px;
  overflow: hidden;
}
.sight::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -70px;
  z-index: -1;
  width: 227px;
  height: 254px;
  background: url(../images/common/ico_snowflake.svg) no-repeat center/cover;
  animation: rotation 15s linear infinite;
}
.sight .mymap {
  margin-top: 24px;
  border-radius: 4px;
}
.sight .mymap iframe {
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
  max-height: 520px;
}
@media all and (max-width: 896px) {
  .sight .mymap iframe {
    max-height: initial;
  }
}
.sight ol {
  counter-reset: value;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .sight ol {
    flex-direction: column;
  }
}
.sight ol li {
  position: relative;
  width: calc((100% - 32px) / 3);
  padding: 15px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
}
@media all and (max-width: 896px) {
  .sight ol li {
    width: auto;
  }
}
.sight ol li .acd-label {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  cursor: default;
}
@media all and (max-width: 896px) {
  .sight ol li .acd-label {
    height: 48px;
    padding: 0 30px 5px 0;
  }
}
.sight ol li .acd-label::before, .sight ol li .acd-label::after {
  content: none;
  position: absolute;
  top: calc(50% - 3px);
  right: 8px;
  width: 14px;
  height: 2px;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .sight ol li .acd-label::before, .sight ol li .acd-label::after {
    content: "";
  }
}
.sight ol li .acd-label::after {
  margin-top: 1px;
  transform: translateY(-50%) rotate(-90deg);
}
.sight ol li .acd-content {
  padding-block: 10px;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .sight ol li .acd-content {
    height: 0;
    opacity: 0;
    padding: 0;
    transition: 0.3s;
    visibility: hidden;
  }
}
.sight ol li .acd-content figure {
  margin-bottom: 8px;
}
.sight ol li .acd-content figure img {
  border-radius: 4px;
}
.sight ol li .acd-content a {
  display: flex;
  justify-content: center;
  position: relative;
  width: 200px;
  margin: 16px auto 0;
  padding: 6px 0 8px;
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1px;
}
.sight ol li .acd-content a[target=_blank] {
  padding-right: 14px;
}
.sight ol li .acd-content a[target=_blank]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 13px;
  height: 13px;
  transform: translateY(-50%);
}
.sight ol li .acd-check {
  display: none;
}
.sight ol li .acd-check:checked + .acd-label::after {
  transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .sight ol li .acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding-block: 10px;
    visibility: visible;
  }
}

.plan {
  position: relative;
  margin-top: 100px;
  padding-bottom: 30px;
  background: #dff9fd;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .plan {
    margin-top: 60px;
  }
}
.plan::before, .plan::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 47px;
  background: url(../images/common/bg_wave_plan.webp) no-repeat center/100% 47px;
}
.plan::before {
  top: -46px;
  transform: scale(-1);
}
.plan::after {
  bottom: -46px;
}
.plan h2 {
  color: #009be9;
  font-family: "Archivo", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.plan ul {
  display: flex;
  position: relative;
  z-index: 2;
  margin-top: 24px;
  gap: 24px;
}
@media all and (max-width: 896px) {
  .plan ul {
    flex-direction: column;
    gap: 8px;
  }
}
.plan ul li {
  width: calc((100% - 48px) / 3);
}
@media all and (max-width: 896px) {
  .plan ul li {
    width: auto;
  }
}
.plan ul li a {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  padding: 14px;
  justify-content: center;
  border: 2px solid #076abc;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
}
.plan ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(../images/common/ico_arrow_blue.svg) no-repeat center/cover;
  filter: brightness(0) invert(1);
  transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .plan ul li a::after {
    width: 9px;
    height: 9px;
  }
}
.plan ul li:nth-child(1) a {
  border-color: #00ae91;
  background: #00ae91;
}
.plan ul li:nth-child(2) a {
  background: #076abc;
}
.plan ul li:nth-child(3) a {
  background: #fff;
  color: #076abc;
  /*&:hover {
    opacity: 1;
    background: g.$sub_c;
    color: #fff;
    &::after {
      filter: brightness(0) invert(1);
    }
  }*/
}
.plan ul li:nth-child(3) a::after {
  filter: none;
}
.plan .anime {
  position: absolute;
  top: -85px;
  left: 0;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.plan .anime .tree {
  position: absolute;
  top: 0;
  right: 190px;
  width: 76px;
}
@media all and (max-width: 896px) {
  .plan .anime .tree {
    top: 30px;
    right: 85px;
    width: 38px;
  }
}
.plan .anime .skier {
  position: absolute;
  top: 45px;
  right: 0;
  width: 143px;
}
@media all and (max-width: 896px) {
  .plan .anime .skier {
    width: 95px;
  }
}
.plan .anime .skier.is-visible {
  animation: skier06 0.65s 1s forwards;
}

.fixed-link {
  display: flex;
  position: fixed;
  bottom: -1px;
  left: 0;
  z-index: 2;
  width: 100%;
  box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.3);
  font-size: 1.6rem;
}
.fixed-link li {
  width: 50%;
}
.fixed-link li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 14px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
}
.fixed-link li:first-child a {
  background: #00ae91;
}
.fixed-link li:last-child a {
  background: #076abc;
}

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

/* header */
/* ============================================ */
.header {
  width: 100%;
  height: 140px;
  padding: 40px;
  background: linear-gradient(180deg, #fff 66.27%, rgba(255, 255, 255, 0) 100%);
  position: fixed;
  top: 0;
  z-index: 10;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .header {
    height: 70px;
    padding: 18px 15px;
  }
}
.header .logo {
  position: relative;
  z-index: 11;
}
.header #ham-menu {
  position: fixed;
  top: 0;
  right: -350px;
  z-index: 10;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgb(225, 251, 255) 25%, rgb(225, 251, 255) 100%);
  width: 350px;
  height: 100%;
  padding: 90px 30px 0;
  overflow: hidden;
  transition: transform 0.2s ease-out 0s;
}
@media (min-height: 740px) {
  .header #ham-menu::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -30px;
    width: 227px;
    height: 254px;
    background: url(../images/common/ico_snowflake.svg) no-repeat center/cover;
    animation: rotation 15s linear infinite;
  }
  .header #ham-menu::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: url(../images/common/bg_wave_menu.webp) no-repeat 0 bottom/100% 120px, url(../images/common/tree01.webp) no-repeat left 20px bottom 80px/66px;
  }
}
@media (min-height: 740px) and (max-width: 896px) {
  .header #ham-menu::after {
    background-position: 0 bottom, left 35px bottom 80px;
    background-size: 100% 120px, 38px;
  }
}
.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: 16px 16px 16px 30px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
.header #ham-menu ul.global li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 22px;
  margin-top: -9px;
  background: url(../images/common/ico_snowflake_blue.svg) no-repeat center/cover;
  animation: rotation 5s linear infinite;
}
.header #ham-menu ul.global li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../images/common/ico_arrow.svg) no-repeat center/cover;
  transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .header #ham-menu ul.global li a::after {
    width: 9px;
    height: 9px;
  }
}
.header #ham-menu ul.buy {
  gap: 8px;
  margin-top: 32px;
}
.header #ham-menu ul.buy a {
  display: flex;
  position: relative;
  padding: 14px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #076abc;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 1px;
}
.header #ham-menu ul.buy a::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(../images/common/ico_arrow.svg) no-repeat center/cover;
  filter: brightness(0) invert(1);
}
@media all and (max-width: 896px) {
  .header #ham-menu ul.buy a::after {
    width: 9px;
    height: 9px;
  }
}
.header #ham-menu ul.buy li:first-child a {
  background: #00ae91;
}
.header #ham-menu ul.lang {
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}
.header #ham-menu ul.lang li:not(:last-child) {
  border-right: 1px solid #cddbe0;
}
.header #ham-menu ul.lang li a {
  padding-inline: 10px;
  color: #009be9;
}
.header #ham-menu ul.lang li a:hover {
  text-decoration: underline;
}
.header #ham-menu ul.lang li a.current {
  color: #0a1927;
  pointer-events: none;
}
.header #ham-menu .skier {
  position: absolute;
  bottom: 50px;
  left: -100px;
}
.header #ham-menu .skier img {
  width: 100px;
}
@media all and (max-width: 896px) {
  .header #ham-menu .skier img {
    width: 67px;
  }
}
@media (max-height: 739px) {
  .header #ham-menu .skier {
    display: none;
  }
}
.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: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  width: 80px;
  height: 140px;
  cursor: pointer;
}
@media all and (max-width: 896px) {
  .header #menu-icon {
    width: 50px;
    height: 70px;
  }
}
.header #menu-icon div {
  display: inline-block;
  position: absolute;
  top: 56px;
  left: 20px;
  width: 40px;
  height: 2px;
  background: #0a1927;
}
@media all and (max-width: 896px) {
  .header #menu-icon div {
    top: 35px;
    left: 15px;
    width: 20px;
  }
}
.header #menu-icon div::before, .header #menu-icon div::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #0a1927;
  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(-350px);
}
.header #menu-cb:checked ~ #ham-menu .skier {
  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 {
  background: none;
}
.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: 40px;
  background: #0a1927;
  color: #fff;
  font-size: 1.2rem;
}
footer::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) {
  footer::before {
    background-size: 100% 29px;
  }
}
footer::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;
}
@media all and (max-width: 896px) {
  footer::after {
    top: -45px;
    height: 52px;
    background-size: 38px 46px, 38px 42px;
  }
}
footer img {
  filter: brightness(0) invert(1);
}
footer nav ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-block: 24px;
}
footer small {
  color: #7d848b;
}
footer .pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 15px;
  bottom: 34px;
  z-index: 9;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #94aab3;
  filter: drop-shadow(-2px 2px 8px rgba(0, 0, 0, 0.25));
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
footer .pagetop.show {
  opacity: 1;
  visibility: visible;
}
footer .pagetop img {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
}
@media all and (max-width: 896px) {
  footer .pagetop img {
    width: 12px;
    height: 12px;
  }
}
footer .skier {
  position: absolute;
  top: -66px;
  left: 50%;
  margin-left: calc(-50% - 124px);
}
footer .skier.is-visible {
  animation: skier02 1s cubic-bezier(0.61, 1, 0.88, 1) 1s forwards;
}
footer .skier img {
  width: 110px;
  filter: none;
}
@media all and (max-width: 896px) {
  footer .skier img {
    width: 80px;
  }
}

/*# sourceMappingURL=layout.css.map */
