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

/* 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 {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

/* 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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

h1,
h2,
h3 {
  font-weight: bold;
}

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

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 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

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

/**
 * 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: bolder;
}

/**
 * 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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* 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 {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * 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 {
  min-width: 0;
  margin: 0;
  padding: 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="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 {
  padding: 0;
  vertical-align: top;
}

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

a,
img {
  display: block;
  width: 100%;
}

a:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}
@media only screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .pc-only {
    display: block !important;
  }
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

body {
  position: relative;
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.header-container {
  display: flex;
  justify-content: space-between;
  padding-top: min(70px, 4.8611111111vw);
  padding-bottom: min(20px, 1.3888888889vw);
  padding-left: min(75px, 5.2083333333vw);
  padding-right: min(80px, 5.5555555556vw);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .header-container {
    padding-top: 4.8vw;
    padding-bottom: 4.8vw;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}
.header-container .logo {
  width: min(100px, 6.9444444444vw);
}
@media only screen and (max-width: 768px) {
  .header-container .logo {
    width: 10.6666666667vw;
  }
  .header-container .logo.top {
    display: none;
  }
}
.header-container .menuBtn {
  width: min(75px, 5.2083333333vw);
  height: min(56px, 3.8888888889vw);
  cursor: pointer;
}
.header-container .menuBtn img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .header-container .menuBtn {
    width: 8.8vw;
    height: 6.6666666667vw;
    margin-left: auto;
  }
}
.header-container .menuList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: min(160px, 11.1111111111vw);
  right: min(75px, 5.2083333333vw);
  width: auto;
  height: auto;
  z-index: 100;
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .header-container .menuList {
    top: 13.8666666667vw;
    right: 4.8vw;
  }
}
.header-container .menuList.active {
  opacity: 1;
  visibility: visible;
}
.header-container .menuList ul {
  display: flex;
  flex-direction: column;
}
.header-container .menuList ul li {
  padding-top: min(20px, 1.3888888889vw);
  padding-bottom: min(10px, 0.6944444444vw);
  border-bottom: 1px solid #ffffff;
}
@media only screen and (max-width: 768px) {
  .header-container .menuList ul li {
    padding-top: 1.8666666667vw;
    padding-bottom: 0.8vw;
  }
}
.header-container .menuList ul li a {
  height: min(20px, 1.3888888889vw);
}
@media only screen and (max-width: 768px) {
  .header-container .menuList ul li a {
    height: 2.6666666667vw;
  }
}
.header-container .menuList ul li a img {
  height: min(20px, 1.3888888889vw);
  width: auto;
}
@media only screen and (max-width: 768px) {
  .header-container .menuList ul li a img {
    height: 2.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    height: 13.3333333333vw;
  }
}

.footer {
  background-image: url("./../../assets/images/footer/bg_footer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: min(50px, 3.4722222222vw);
  padding-bottom: min(65px, 4.5138888889vw);
}
@media only screen and (max-width: 768px) {
  .footer {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.6vw;
  }
}
.footer.story {
  padding-top: min(20px, 1.3888888889vw);
}
.footer.story-copyright {
  margin-top: min(0px, 0vw);
}
.footer-content {
  width: min(1345px, 93.4027777778vw);
  margin: 0 auto;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(60px, 4.1666666667vw);
  padding: min(50px, 3.4722222222vw) min(30px, 2.0833333333vw);
}
@media only screen and (max-width: 768px) {
  .footer-content {
    gap: 5.3333333333vw;
    flex-direction: column;
    padding-top: 2.4vw;
    padding-bottom: 4vw;
    width: 72.8vw;
    border-radius: 1.3333333333vw;
  }
}
.footer-content-img {
  width: min(366px, 25.4166666667vw);
  height: auto;
}
@media only screen and (max-width: 768px) {
  .footer-content-img {
    width: 25.8666666667vw;
  }
}
.footer-content-img img {
  width: 100%;
  height: auto;
}
.footer-content-txt {
  width: min(728px, 50.5555555556vw);
  height: auto;
}
@media only screen and (max-width: 768px) {
  .footer-content-txt {
    width: 65.6vw;
  }
}
.footer-content-txt img {
  width: 100%;
  height: auto;
}
.footer-copyright {
  width: min(222px, 15.4166666667vw);
  margin: 0 auto;
  margin-top: min(66px, 4.5833333333vw);
}
@media only screen and (max-width: 768px) {
  .footer-copyright {
    margin-top: 2.1333333333vw;
    width: 15.7333333333vw;
  }
}
.footer-copyright img {
  width: 100%;
  height: auto;
}

.linePopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.linePopup.is-open {
  opacity: 1;
  visibility: visible;
}
.linePopup-inner {
  width: min(750px, 52.0833333333vw);
  height: auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .linePopup-inner {
    width: 76vw;
  }
}
.linePopup-inner-link {
  position: absolute;
  top: min(310px, 21.5277777778vw);
  left: min(455px, 31.5972222222vw);
  width: min(180px, 12.5vw);
  height: min(260px, 18.0555555556vw);
  z-index: 999999;
}
@media only screen and (max-width: 768px) {
  .linePopup-inner-link {
    top: 32vw;
    left: 45.3333333333vw;
    width: 20vw;
    height: 26.6666666667vw;
  }
}
.linePopup-inner-close {
  position: absolute;
  top: min(0px, 0vw);
  right: min(0px, 0vw);
  width: min(40px, 2.7777777778vw);
  height: min(40px, 2.7777777778vw);
  z-index: 1000;
  cursor: pointer;
  font-size: min(40px, 2.7777777778vw);
  line-height: min(40px, 2.7777777778vw);
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .linePopup-inner-close {
    top: 0vw;
    right: 0vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    font-size: 6.6666666667vw;
    line-height: 6.6666666667vw;
  }
}

.commonFadeInFromTop {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
  transform: translateY(max(-100px, -6.9444444444vw));
}
.commonFadeInFromTop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.commonFadeInFromBottom {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
  transform: translateY(min(200px, 13.8888888889vw));
}
.commonFadeInFromBottom.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@keyframes swingX {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  20% {
    transform: translate(-50%, -50%) rotate(-10deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(10deg);
  }
  80% {
    transform: translate(-50%, -50%) rotate(-10deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes circleGradation {
  0% {
    width: min(132px, 9.1666666667vw);
    height: min(132px, 9.1666666667vw);
  }
  50% {
    width: min(150px, 10.4166666667vw);
    height: min(150px, 10.4166666667vw);
  }
  100% {
    width: min(132px, 9.1666666667vw);
    height: min(132px, 9.1666666667vw);
  }
}
@keyframes circleGradationSp {
  0% {
    width: 16vw;
    height: 16vw;
  }
  50% {
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
  100% {
    width: 16vw;
    height: 16vw;
  }
}
.loading {
  width: 100dvw;
  height: 100dvh;
  background-color: #00a4e5;
  background-image: url("./../../assets/images/top/bg_loading.png?v=202601141620");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  /* これがポイント（HTML要素にも効く） */
  -webkit-clip-path: url(#loadingClip);
  clip-path: url(#loadingClip);
  /* ちょいフェードの保険（最後に自然に消える） */
  opacity: 1;
}
.loading.is-finishing {
  /* クリック等を無効化 */
  pointer-events: none;
}
.loading.is-hidden {
  display: none;
}
.loading-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.loading-inner-img1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(350px, 24.3055555556vw);
  height: auto;
  animation: swingX 2s infinite ease-in-out;
  transition: all 0.5s ease-out;
  transform-origin: 50% 100%;
}
@media only screen and (max-width: 768px) {
  .loading-inner-img1 {
    width: 41.3333333333vw;
  }
}
.loading-inner-img1.move1 {
  opacity: 0;
  visibility: hidden;
}
.loading-inner-img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(202px, 14.0277777778vw);
  height: auto;
  transition: all 1s ease-out;
  opacity: 0;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .loading-inner-img2 {
    width: 32vw;
  }
}
.loading-inner-img2.move1 {
  opacity: 1;
}
.loading-inner-img2.move2 {
  opacity: 0;
  visibility: hidden;
}
.loading-inner-img3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(603px, 41.875vw);
  height: auto;
  transition: all 1s ease-out;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .loading-inner-img3 {
    width: 58.6666666667vw;
  }
}
.loading-inner-img3.move1 {
  opacity: 1;
}
.loading-inner-img3.move2 {
  opacity: 0;
  visibility: hidden;
}

.top {
  width: 100%;
  overflow: hidden;
}
.top .firstSection {
  background-image: url("./../../assets/images/top/bg_firstSection.png?v=202601141620");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: min(100px, 6.9444444444vw);
  padding-bottom: min(663px, 46.0416666667vw);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top .firstSection {
    padding-top: 14.6666666667vw;
    padding-bottom: 170.1333333333vw;
    background-image: url("./../../assets/images/top/bg_firstSection-sp.png?v=202601141620");
  }
}
.top .firstSection-logo {
  width: min(643px, 44.6527777778vw);
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top .firstSection-logo {
    width: 62.9333333333vw;
    height: auto;
    margin: 0 auto;
    margin-top: 13.3333333333vw;
  }
}
.top .firstSection-logo.sp-only {
  width: 18.6666666667vw;
  height: auto;
  margin: 0 auto;
}
.top .firstSection-logo img {
  width: 100%;
  height: auto;
}
.top .firstSection-cone-and-bear {
  width: 110%;
  height: auto;
  margin: 0 auto;
  margin-top: min(220px, 15.2777777778vw);
  position: relative;
}
@media only screen and (min-width: 769px) {
  .top .firstSection-cone-and-bear {
    transform: translateX(max(-70px, -4.8611111111vw));
  }
}
@media only screen and (max-width: 768px) {
  .top .firstSection-cone-and-bear {
    margin-top: 32vw;
    transform: translateX(-9.6vw);
  }
}
.top .firstSection-cone-and-bear .cone {
  position: relative;
  z-index: 2;
  width: min(1200px, 83.3333333333vw);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top .firstSection-cone-and-bear .cone {
    width: 133.3333333333vw;
  }
}
.top .firstSection-cone-and-bear .bear1-right {
  position: absolute;
  top: min(30px, 2.0833333333vw);
  left: 50%;
  transform: translateX(max(-307px, -21.3194444444vw));
  width: min(93px, 6.4583333333vw);
  z-index: 1;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 768px) {
  .top .firstSection-cone-and-bear .bear1-right {
    top: 8vw;
    transform: translateX(-25.3333333333vw);
    width: 12vw;
  }
}
.top .firstSection-cone-and-bear .bear1-right.move1 {
  top: max(-80px, -5.5555555556vw);
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .top .firstSection-cone-and-bear .bear1-right.move1 {
    top: -4.8vw;
  }
}
.top .firstSection-cone-and-bear .bear1-right.move2 {
  top: max(-40px, -2.7777777778vw);
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .top .firstSection-cone-and-bear .bear1-right.move2 {
    top: -3.4666666667vw;
  }
}
.top .firstSection-cone-and-bear .bear1-main {
  position: absolute;
  top: min(40px, 2.7777777778vw);
  left: 50%;
  width: min(300px, 20.8333333333vw);
  transform: translateX(max(-164px, -11.3888888889vw));
  transition: all 0.5s ease-out;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top .firstSection-cone-and-bear .bear1-main {
    top: 10.6666666667vw;
    width: 33.3333333333vw;
    transform: translateX(-10.6666666667vw);
  }
}
.top .firstSection-cone-and-bear .bear1-main.move1 {
  top: max(-200px, -13.8888888889vw);
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .top .firstSection-cone-and-bear .bear1-main.move1 {
    top: -16.8vw;
  }
}
.top .firstSection-cone-and-bear .bear1-main.move2 {
  top: max(-150px, -10.4166666667vw);
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .top .firstSection-cone-and-bear .bear1-main.move2 {
    top: -17.3333333333vw;
  }
}
.top .firstSection-cone-and-bear .bear1-left {
  position: absolute;
  top: min(150px, 10.4166666667vw);
  left: 50%;
  width: min(157px, 10.9027777778vw);
  transform: translateX(min(120px, 8.3333333333vw));
  transition: all 0.5s ease-out;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top .firstSection-cone-and-bear .bear1-left {
    top: 5.3333333333vw;
    width: 17.0666666667vw;
    transform: translateX(14.1333333333vw);
  }
}
.top .firstSection-cone-and-bear .bear1-left.move1 {
  top: max(-80px, -5.5555555556vw);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top .firstSection-cone-and-bear .bear1-left.move1 {
    top: -5.3333333333vw;
  }
}
.top .firstSection-cone-and-bear .bear1-left.move2 {
  top: max(-40px, -2.7777777778vw);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top .firstSection-cone-and-bear .bear1-left.move2 {
    top: -4vw;
  }
}
.top .firstSection-cone-and-bear .firstSection-slider-wrapper {
  width: min(1000px, 69.4444444444vw);
  height: auto;
  position: absolute;
  opacity: 0;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 768px) {
  .top .firstSection-cone-and-bear .firstSection-slider-wrapper {
    width: 96vw;
    transform: translate(-50%, -50%) translateX(4.2666666667vw);
  }
}
.top .firstSection-cone-and-bear .firstSection-slider-wrapper.move1 {
  opacity: 1;
  top: 50%;
}
.top
  .firstSection-cone-and-bear
  .firstSection-slider-wrapper
  .firstSection-slider {
  width: min(750px, 52.0833333333vw);
  height: auto;
  position: relative;
  margin: 0 auto;
  margin-top: min(30px, 2.0833333333vw);
}
@media only screen and (max-width: 768px) {
  .top
    .firstSection-cone-and-bear
    .firstSection-slider-wrapper
    .firstSection-slider {
    width: 85.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.top
  .firstSection-cone-and-bear
  .firstSection-slider-wrapper
  .firstSection-slider-item
  img {
  width: 100%;
  height: auto;
}
.top
  .firstSection-cone-and-bear
  .firstSection-slider-wrapper
  .firstSection-slider
  .slick-prev {
  position: absolute;
  left: max(-46px, -3.1944444444vw);
  top: 50%;
  transform: translateY(-50%);
  width: min(20px, 1.3888888889vw);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .top
    .firstSection-cone-and-bear
    .firstSection-slider-wrapper
    .firstSection-slider
    .slick-prev {
    left: -5.3333333333vw;
    width: 2.6666666667vw;
  }
}
.top
  .firstSection-cone-and-bear
  .firstSection-slider-wrapper
  .firstSection-slider
  .slick-prev
  img {
  width: 100%;
  height: auto;
}
.top
  .firstSection-cone-and-bear
  .firstSection-slider-wrapper
  .firstSection-slider
  .slick-next {
  position: absolute;
  right: max(-46px, -3.1944444444vw);
  top: 50%;
  transform: translateY(-50%);
  width: min(20px, 1.3888888889vw);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .top
    .firstSection-cone-and-bear
    .firstSection-slider-wrapper
    .firstSection-slider
    .slick-next {
    right: -5.3333333333vw;
    width: 2.6666666667vw;
  }
}
.top
  .firstSection-cone-and-bear
  .firstSection-slider-wrapper
  .firstSection-slider
  .slick-next
  img {
  width: 100%;
  height: auto;
}
.top
  .firstSection-cone-and-bear
  .firstSection-slider-wrapper
  .firstSection-slider
  .dots-wrap {
  position: absolute;
  bottom: min(13px, 0.9027777778vw);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: min(16px, 1.1111111111vw);
}
@media only screen and (max-width: 768px) {
  .top
    .firstSection-cone-and-bear
    .firstSection-slider-wrapper
    .firstSection-slider
    .dots-wrap {
    bottom: 0.5333333333vw;
    left: 50%;
    transform: translateX(-50%);
    gap: 2.1333333333vw;
  }
}
.top
  .firstSection-cone-and-bear
  .firstSection-slider-wrapper
  .firstSection-slider
  .dots-wrap
  li {
  width: min(8px, 0.5555555556vw);
  height: min(8px, 0.5555555556vw);
  background-color: #ffffff;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .top
    .firstSection-cone-and-bear
    .firstSection-slider-wrapper
    .firstSection-slider
    .dots-wrap
    li {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.top
  .firstSection-cone-and-bear
  .firstSection-slider-wrapper
  .firstSection-slider
  .dots-wrap
  li.slick-active {
  background: #211815;
}
.top
  .firstSection-cone-and-bear
  .firstSection-slider-wrapper
  .firstSection-slider
  .dots-wrap
  li
  button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.top .firstSection-squirrel1 {
  position: absolute;
  bottom: min(100px, 6.9444444444vw);
  left: -100%;
  width: min(372px, 25.8333333333vw);
  z-index: 2;
  transition: all 1s ease-out;
}
@media only screen and (max-width: 768px) {
  .top .firstSection-squirrel1 {
    bottom: 64vw;
    left: -100%;
    width: 32.5333333333vw;
    transform: rotate(-30deg);
  }
}
.top .firstSection-squirrel1.move1 {
  left: min(20px, 1.3888888889vw);
}
.top .firstSection-potato {
  position: absolute;
  bottom: min(100px, 6.9444444444vw);
  left: min(158px, 10.9722222222vw);
  width: min(678px, 47.0833333333vw);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .top .firstSection-potato {
    bottom: 64vw;
    left: 17.6vw;
    width: 59.4666666667vw;
  }
}
.top .firstSection-bear2 {
  position: absolute;
  right: 0;
  bottom: min(250px, 17.3611111111vw);
  width: min(432px, 30vw);
  z-index: 1;
  transition: transform 1s ease-out, rotate 1s ease-out;
  transform: translate(100%, max(-100px, -6.9444444444vw)) rotate(-10deg);
}
@media only screen and (max-width: 768px) {
  .top .firstSection-bear2 {
    bottom: 21.3333333333vw;
    width: 54.6666666667vw;
    right: 2.6666666667vw;
  }
}
.top .firstSection-bear2.move1 {
  transform: translate(0, 0) rotate(-10deg);
}
.top .firstSection-bear2.move2 {
  transform: translate(0, 0) rotate(0deg);
}
.top .storySection {
  background-image: url("./../../assets/images/top/bg_storySection.png?v=202601141620");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: min(400px, 27.7777777778vw);
  padding-bottom: min(100px, 6.9444444444vw);
  margin-top: max(-450px, -31.25vw);
}
@media only screen and (max-width: 768px) {
  .top .storySection {
    padding-top: 26.6666666667vw;
    padding-bottom: 5.3333333333vw;
    margin-top: -37.3333333333vw;
  }
}
.top .storySection-title {
  width: min(293px, 20.3472222222vw);
  height: auto;
  margin: 0 auto;
  margin-top: min(77px, 5.3472222222vw);
}
@media only screen and (max-width: 768px) {
  .top .storySection-title {
    width: 32.5333333333vw;
    margin-top: 18.6666666667vw;
  }
}
.top .storySection-title img {
  width: 100%;
  height: auto;
}
.top .storySection-content1 {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .top .storySection-content1 {
    flex-direction: column-reverse;
    margin-top: 5.8666666667vw;
  }
}
.top .storySection-content1-hokkaido {
  width: min(671px, 46.5972222222vw);
  height: auto;
  margin-top: min(0px, 0vw);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top .storySection-content1-hokkaido {
    width: 76.8vw;
    margin: 0 auto;
    margin-top: -8vw;
  }
}
.top .storySection-content1-hokkaido img {
  width: 100%;
  height: auto;
}
.top .storySection-content1-hokkaido .bear3 {
  position: absolute;
  top: min(370px, 25.6944444444vw);
  left: min(480px, 33.3333333333vw);
  width: min(132px, 9.1666666667vw);
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .top .storySection-content1-hokkaido .bear3 {
    top: 41.3333333333vw;
    left: 54.6666666667vw;
    width: 16vw;
  }
}
.top .storySection-content1-hokkaido .bk_gradation {
  position: absolute;
  top: min(370px, 25.6944444444vw);
  left: min(480px, 33.3333333333vw);
  width: min(132px, 9.1666666667vw);
  height: min(132px, 9.1666666667vw);
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0.5) 40%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: circleGradation 2s infinite ease-in-out;
  opacity: 0.95;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .top .storySection-content1-hokkaido .bk_gradation {
    top: 41.3333333333vw;
    left: 54.6666666667vw;
    animation: circleGradationSp 2s infinite ease-in-out;
  }
}
.top .storySection-content1-text {
  width: min(671px, 46.5972222222vw);
  height: auto;
  margin-top: min(26px, 1.8055555556vw);
  margin-left: max(-106px, -7.3611111111vw);
}
@media only screen and (max-width: 768px) {
  .top .storySection-content1-text {
    width: 78.1333333333vw;
    margin: 0 auto;
    margin-top: 0vw;
    margin-left: 9.3333333333vw;
  }
}
.top .storySection-content1-text img {
  width: 100%;
  height: auto;
}
.top .storySection-content2 {
  width: min(800px, 55.5555555556vw);
  margin: 0 auto;
  margin-top: min(85px, 5.9027777778vw);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top .storySection-content2 {
    width: 100.8vw;
    margin: 0 auto;
    margin-top: 5.8666666667vw;
    margin-left: 5.0666666667vw;
  }
}
.top .storySection-content2-deco {
  position: absolute;
  top: min(255px, 17.7083333333vw);
  left: max(-200px, -13.8888888889vw);
  width: min(444px, 30.8333333333vw);
  height: min(338px, 23.4722222222vw);
  z-index: 1;
}
.top .storySection-readmore {
  width: min(1000px, 69.4444444444vw);
  height: auto;
  margin: 0 auto;
  margin-top: min(60px, 4.1666666667vw);
}
@media only screen and (max-width: 768px) {
  .top .storySection-readmore {
    width: 89.3333333333vw;
    margin: 0 auto;
    margin-top: 5.8666666667vw;
  }
}
.top .storySection-readmore-link {
  width: min(188px, 13.0555555556vw);
  height: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .top .storySection-readmore-link {
    width: 25.0666666667vw;
    margin-left: auto;
  }
}
.top .storySection-readmore-link img {
  width: 100%;
  height: auto;
}
.top .storySection-glass {
  width: 100%;
  height: auto;
  margin-top: min(100px, 6.9444444444vw);
}
@media only screen and (max-width: 768px) {
  .top .storySection-glass {
    margin-top: 5.6vw;
  }
}
.top .storySection-glass img {
  width: 100%;
  height: auto;
}
.top .lineUpSection {
  background-image: url("./../../assets/images/top/bg_lineUpSection.png?v=202601141620");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: min(240px, 16.6666666667vw);
  margin-top: max(-290px, -20.1388888889vw);
}
@media only screen and (max-width: 768px) {
  .top .lineUpSection {
    padding-top: 26.6666666667vw;
    margin-top: -32vw;
  }
}
.top .lineUpSection-title {
  width: min(353px, 24.5138888889vw);
  height: auto;
  margin: 0 auto;
  margin-top: min(77px, 5.3472222222vw);
}
@media only screen and (max-width: 768px) {
  .top .lineUpSection-title {
    width: 37.8666666667vw;
    margin-top: 11.7333333333vw;
  }
}
.top .lineUpSection-title img {
  width: 100%;
  height: auto;
}
.top .lineUpSection-slider {
  width: min(1240px, 86.1111111111vw);
  height: auto;
  margin: 0 auto;
  margin-top: min(50px, 3.4722222222vw);
}
@media only screen and (max-width: 768px) {
  .top .lineUpSection-slider {
    margin-top: 5.6vw;
    width: 79.4666666667vw;
  }
}
.top .lineUpSection-slider-inner {
  width: min(1240px, 86.1111111111vw);
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top .lineUpSection-slider-inner {
    width: 79.4666666667vw;
  }
}
.top .lineUpSection-slider-inner-item {
  padding: 0 min(20px, 1.3888888889vw);
  position: relative;
  padding-top: min(50px, 3.4722222222vw);
}
.top .lineUpSection-slider-inner-item-flag {
  position: absolute;
  top: min(0px, 0vw);
  right: min(4px, 0.2777777778vw);
  width: min(216px, 15vw);
  height: min(122px, 8.4722222222vw);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .top .lineUpSection-slider-inner-item-flag {
    width: 36.2666666667vw;
    height: 20.5333333333vw;
    right: 2.6666666667vw;
  }
}
.top .lineUpSection-slider-inner-item-images-wrapper {
  width: min(373px, 25.9027777778vw);
  height: auto;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .top .lineUpSection-slider-inner-item-images-wrapper {
    width: 72.8vw;
    margin: auto;
  }
}
.top .lineUpSection-slider-inner-item-images-wrapper-mask {
  width: min(373px, 25.9027777778vw);
  height: 200%;
  position: absolute;
  top: -40%;
  left: 0;
  z-index: 1;
  transition: all 2s ease-out;
}
@media only screen and (max-width: 768px) {
  .top .lineUpSection-slider-inner-item-images-wrapper-mask {
    width: 72.8vw;
  }
}
.top .lineUpSection-slider-inner-item-images-wrapper-mask img {
  width: 100%;
  height: 100%;
}
.top .lineUpSection-slider-inner-item-images-wrapper-mask.hide {
  top: 200%;
  visibility: hidden;
  pointer-events: none;
}
.top .lineUpSection-slider-inner-item-images {
  width: min(373px, 25.9027777778vw);
  height: auto;
  position: relative;
  overflow: hidden;
  aspect-ratio: 386/480;
}
@media only screen and (max-width: 768px) {
  .top .lineUpSection-slider-inner-item-images {
    width: 72.8vw;
  }
}
.top .lineUpSection-slider-inner-item-images img {
  width: 100%;
  height: auto;
}
.top .lineUpSection-slider-inner-item-text {
  height: auto;
  margin: 0 auto;
  margin-top: min(41px, 2.8472222222vw);
  min-height: min(124px, 8.6111111111vw);
  display: flex;
  justify-content: center;
}
.top .lineUpSection-slider-inner-item-text.text1 {
  width: min(283px, 19.6527777778vw);
}
@media only screen and (max-width: 768px) {
  .top .lineUpSection-slider-inner-item-text.text1 {
    width: 44.2666666667vw;
  }
}
.top .lineUpSection-slider-inner-item-text.text2 {
  width: min(257px, 17.8472222222vw);
}
@media only screen and (max-width: 768px) {
  .top .lineUpSection-slider-inner-item-text.text2 {
    width: 40vw;
  }
}
.top .lineUpSection-slider-inner-item-text.text3 {
  width: min(239px, 16.5972222222vw);
}
@media only screen and (max-width: 768px) {
  .top .lineUpSection-slider-inner-item-text.text3 {
    width: 37.3333333333vw;
  }
}
.top .lineUpSection-slider-inner-item-text img {
  width: 100%;
  height: auto;
}
.top .lineUpSection-slider-inner-item-links {
  width: min(249px, 17.2916666667vw);
  height: auto;
  margin: 0 auto;
  margin-top: min(60px, 4.1666666667vw);
  display: flex;
  flex-direction: column;
  gap: min(12px, 0.8333333333vw);
}
@media only screen and (max-width: 768px) {
  .top .lineUpSection-slider-inner-item-links {
    gap: 1.6vw;
    margin-top: 8.5333333333vw;
    width: 39.7333333333vw;
  }
}
.top .lineUpSection-slider-inner-item-links-label {
  width: min(128px, 8.8888888889vw);
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top .lineUpSection-slider-inner-item-links-label {
    width: 20.2666666667vw;
    margin-bottom: 1.6vw;
  }
}
.top .lineUpSection-slider-inner-item-links-label img {
  width: 100%;
  height: auto;
}
.top .lineUpSection-slider-inner-item-links-link {
  width: min(249px, 17.2916666667vw);
  height: auto;
}
@media only screen and (max-width: 768px) {
  .top .lineUpSection-slider-inner-item-links-link {
    width: 39.7333333333vw;
  }
}
.top .lineUpSection-slider-inner-item-links-link img {
  width: 100%;
  height: auto;
}
.top .lineUpSection-slider-inner-item .dots-wrap {
  position: absolute;
  bottom: min(34px, 2.3611111111vw);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: min(16px, 1.1111111111vw);
}
@media only screen and (max-width: 768px) {
  .top .lineUpSection-slider-inner-item .dots-wrap {
    gap: 3.2vw;
  }
}
.top .lineUpSection-slider-inner-item .dots-wrap li {
  width: min(8px, 0.5555555556vw);
  height: min(8px, 0.5555555556vw);
  background-color: #ffffff;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .top .lineUpSection-slider-inner-item .dots-wrap li {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.top .lineUpSection-slider-inner-item .dots-wrap li.slick-active {
  background: #211815;
}
.top .lineUpSection-slider-inner-item .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.top .lineUpSection-slider-inner .slick-prev {
  position: absolute;
  left: max(-23px, -1.5972222222vw);
  top: min(280px, 19.4444444444vw);
  width: min(20px, 1.3888888889vw);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .top .lineUpSection-slider-inner .slick-prev {
    left: -6.1333333333vw;
    top: 48vw;
    width: 5.3333333333vw;
  }
}
.top .lineUpSection-slider-inner .slick-prev img {
  width: 100%;
  height: auto;
}
.top .lineUpSection-slider-inner .slick-next {
  position: absolute;
  right: max(-23px, -1.5972222222vw);
  top: min(280px, 19.4444444444vw);
  width: min(20px, 1.3888888889vw);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .top .lineUpSection-slider-inner .slick-next {
    right: -6.1333333333vw;
    top: 48vw;
    width: 5.3333333333vw;
  }
}
.top .lineUpSection-slider-inner .slick-next img {
  width: 100%;
  height: auto;
}
.top .lineUpSection-glass {
  margin-top: min(47px, 3.2638888889vw);
}
@media only screen and (max-width: 768px) {
  .top .lineUpSection-glass {
    margin-top: 10.6666666667vw;
  }
}
.top .newsSection {
  background-image: url("./../../assets/images/top/bg_newsSection.png?v=202601141620");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: min(55px, 3.8194444444vw);
  padding-bottom: min(140px, 9.7222222222vw);
}
@media only screen and (max-width: 768px) {
  .top .newsSection {
    padding-top: 6.4vw;
    padding-bottom: 5.6vw;
  }
}
.top .newsSection-title {
  width: min(231px, 16.0416666667vw);
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top .newsSection-title {
    width: 18.6666666667vw;
  }
}
.top .newsSection-title img {
  width: 100%;
  height: auto;
}
.top .newsSection-content {
  background-color: #ffffff;
  width: min(1024px, 71.1111111111vw);
  margin: 0 auto;
  margin-top: min(35px, 2.4305555556vw);
  border-radius: min(32px, 2.2222222222vw);
  padding: min(66px, 4.5833333333vw) min(114px, 7.9166666667vw);
}
@media only screen and (max-width: 768px) {
  .top .newsSection-content {
    width: 72.2666666667vw;
    padding: 5.0666666667vw 5.3333333333vw;
  }
}
.top .newsSection-content-inner {
  width: min(781px, 54.2361111111vw);
  height: auto;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top .newsSection-content-inner {
    width: 62.1333333333vw;
  }
}
.top .newsSection-content-inner-text {
  display: flex;
  flex-direction: column;
  gap: min(31px, 2.1527777778vw);
}
@media only screen and (max-width: 768px) {
  .top .newsSection-content-inner-text {
    gap: 2.4vw;
  }
}
.top .newsSection-content-inner-text-date {
  font-size: min(31px, 2.1527777778vw);
  line-height: min(31px, 2.1527777778vw);
  color: #755034;
  font-weight: 600;
  font-style: normal;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media only screen and (max-width: 768px) {
  .top .newsSection-content-inner-text-date {
    font-size: 2.4vw;
    line-height: 2.4vw;
  }
}
.top .newsSection-content-inner-text-title {
  font-size: min(31px, 2.1527777778vw);
  line-height: min(31px, 2.1527777778vw);
  color: #755034;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .top .newsSection-content-inner-text-title {
    font-size: 2.4vw;
    line-height: 2.4vw;
  }
}
.top .newsSection-content-inner-link {
  position: absolute;
  top: 0;
  right: 0;
  width: min(171px, 11.875vw);
  height: auto;
}
@media only screen and (max-width: 768px) {
  .top .newsSection-content-inner-link {
    width: 12vw;
  }
}
.top .newsSection-content-inner-link img {
  width: 100%;
}
.top .storeSection {
  background-color: #f9f3e9;
  padding-top: min(55px, 3.8194444444vw);
  padding-bottom: min(140px, 9.7222222222vw);
}
@media only screen and (max-width: 768px) {
  .top .storeSection {
    padding-top: 5.3333333333vw;
    padding-bottom: 7.2vw;
  }
}
.top .storeSection-title {
  width: min(284px, 19.7222222222vw);
  height: auto;
  margin: 0 auto;
  margin-top: min(77px, 5.3472222222vw);
}
@media only screen and (max-width: 768px) {
  .top .storeSection-title {
    width: 22.9333333333vw;
  }
}
.top .storeSection-title img {
  width: 100%;
  height: auto;
}
.top .storeSection-content {
  width: min(1024px, 71.1111111111vw);
  margin: 0 auto;
  margin-top: min(50px, 3.4722222222vw);
}
@media only screen and (max-width: 768px) {
  .top .storeSection-content {
    margin-top: 5.6vw;
    width: 72.8vw;
  }
}
.top .storeSection-content-items {
  display: flex;
  flex-direction: column;
  width: min(1024px, 71.1111111111vw);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .top .storeSection-content-items {
    width: 72.8vw;
  }
}
.top .storeSection-content-items-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: min(29px, 2.0138888889vw) 0;
  border-bottom: 1px solid #755034;
}
@media only screen and (max-width: 768px) {
  .top .storeSection-content-items-item {
    padding: 2.1333333333vw 0;
  }
}
.top .storeSection-content-items-item:last-child {
  border-bottom: none;
}
.top .storeSection-content-items-item-label {
  width: min(240px, 16.6666666667vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .top .storeSection-content-items-item-label {
    width: 16.8vw;
  }
}
.top .storeSection-content-items-item-label img {
  height: min(31px, 2.1527777778vw);
  width: auto;
}
@media only screen and (max-width: 768px) {
  .top .storeSection-content-items-item-label img {
    height: 2.4vw;
  }
}
.top .storeSection-content-items-item-contents {
  display: flex;
  flex-direction: column;
  gap: min(43px, 2.9861111111vw);
  width: min(785px, 54.5138888889vw);
}
@media only screen and (max-width: 768px) {
  .top .storeSection-content-items-item-contents {
    gap: 3.2vw;
    width: 55.7333333333vw;
  }
}
.top .storeSection-content-items-item-contents-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.top .storeSection-content-items-item-contents-item-airport {
  height: min(28px, 1.9444444444vw);
  width: auto;
}
.top .storeSection-content-items-item-contents-item-airport.haneda {
  height: min(25px, 1.7361111111vw);
}
@media only screen and (max-width: 768px) {
  .top .storeSection-content-items-item-contents-item-airport {
    height: 2.4vw;
  }
  .top .storeSection-content-items-item-contents-item-airport.haneda {
    height: 2.1333333333vw;
  }
}
.top .storeSection-content-items-item-contents-item-link {
  width: min(128px, 8.8888888889vw);
  height: auto;
}
@media only screen and (max-width: 768px) {
  .top .storeSection-content-items-item-contents-item-link {
    width: 9.8666666667vw;
  }
}
.top .storeSection-content-items-item-contents-item-link img {
  width: 100%;
  height: auto;
}
.top .storeSection-content-warning {
  width: min(339px, 23.5416666667vw);
  margin: 0 auto;
  margin-top: min(50px, 3.4722222222vw);
}
@media only screen and (max-width: 768px) {
  .top .storeSection-content-warning {
    width: 42.6666666667vw;
    margin-top: 5.6vw;
  }
}
.top .storeSection-content-warning img {
  width: 100%;
  height: auto;
}
.top .storeSection-content-contact {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: min(1024px, 71.1111111111vw);
  margin: 0 auto;
  margin-top: min(55px, 3.8194444444vw);
  gap: min(20px, 1.3888888889vw);
}
@media only screen and (max-width: 768px) {
  .top .storeSection-content-contact {
    margin-top: 6.6666666667vw;
    gap: 2.4vw;
  }
}
.top .storeSection-content-contact-link {
  width: min(339px, 23.5416666667vw);
  height: auto;
}
@media only screen and (max-width: 768px) {
  .top .storeSection-content-contact-link {
    width: 37.3333333333vw;
  }
}
.top .storeSection-content-contact-text {
  width: min(220px, 15.2777777778vw);
  height: auto;
}
@media only screen and (max-width: 768px) {
  .top .storeSection-content-contact-text {
    width: 29.3333333333vw;
  }
}

.story .firstSection {
  background-image: url("./../../assets/images/story/bg_firstSection.png?v=202601141620");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: min(100px, 6.9444444444vw);
  padding-bottom: min(310px, 21.5277777778vw);
}
@media only screen and (max-width: 768px) {
  .story .firstSection {
    padding-top: 36.2666666667vw;
    padding-bottom: 48vw;
  }
}
.story .firstSection-logo {
  width: min(705px, 48.9583333333vw);
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .story .firstSection-logo {
    width: 74.6666666667vw;
  }
}
.story .firstSection-logo img {
  width: 100%;
  height: auto;
}
.story .firstSection-content {
  width: min(701px, 48.6805555556vw);
  height: auto;
  margin: 0 auto;
  margin-top: min(10px, 0.6944444444vw);
}
@media only screen and (max-width: 768px) {
  .story .firstSection-content {
    width: 80vw;
    margin-top: 12vw;
  }
}
.story .firstSection-content img {
  width: 100%;
  height: auto;
}
.story .firstSection-text {
  width: min(952px, 66.1111111111vw);
  height: auto;
  margin: 0 auto;
  margin-top: min(110px, 7.6388888889vw);
}
@media only screen and (max-width: 768px) {
  .story .firstSection-text {
    width: 87.4666666667vw;
    margin-top: 26.6666666667vw;
  }
}
.story .firstSection-text img {
  width: 100%;
  height: auto;
}
.story .characterSection {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: min(100px, 6.9444444444vw);
  padding-bottom: min(50px, 3.4722222222vw);
  margin-top: max(-150px, -10.4166666667vw);
}
.story .characterSection.bg-loaded {
  background-image: url("./../../assets/images/story/bg_characterSection.png?v=202601141620");
}
@media only screen and (max-width: 768px) {
  .story .characterSection {
    padding-top: 17.3333333333vw;
    padding-bottom: 13.3333333333vw;
    margin-top: -32vw;
  }
}
.story .characterSection-content1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(60px, 4.1666666667vw);
}
@media only screen and (max-width: 768px) {
  .story .characterSection-content1 {
    gap: 2.6666666667vw;
  }
}
.story .characterSection-content1-image {
  width: min(570px, 39.5833333333vw);
  height: auto;
  position: relative;
  margin-top: min(50px, 3.4722222222vw);
}
@media only screen and (max-width: 768px) {
  .story .characterSection-content1-image {
    width: 48vw;
    margin-top: 6.6666666667vw;
    margin-left: 2.6666666667vw;
  }
}
.story .characterSection-content1-image-img {
  width: min(365px, 25.3472222222vw);
  height: auto;
  position: absolute;
  top: max(-50px, -3.4722222222vw);
  left: min(180px, 12.5vw);
}
@media only screen and (max-width: 768px) {
  .story .characterSection-content1-image-img {
    width: 32.8vw;
    top: -10.6666666667vw;
    left: 12vw;
  }
}
.story .characterSection-content1-image-img-bk {
  width: min(621px, 43.125vw);
  height: auto;
}
@media only screen and (max-width: 768px) {
  .story .characterSection-content1-image-img-bk {
    width: 45.3333333333vw;
  }
}
.story .characterSection-content1-text {
  width: min(568px, 39.4444444444vw);
  height: auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .story .characterSection-content1-text {
    width: 37.6vw;
  }
}
.story .characterSection-content1 #characterSection-content1-image-img {
  opacity: 0;
  transform: translateY(-100px);
}
.story .characterSection-content1 #characterSection-content1-image-img.animate {
  animation: fadeInBounce 2s ease-out forwards;
}
.story .characterSection-content2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(20px, 1.3888888889vw);
  margin-top: min(60px, 4.1666666667vw);
}
@media only screen and (max-width: 768px) {
  .story .characterSection-content2 {
    gap: 2.6666666667vw;
    margin-top: 8vw;
  }
}
.story .characterSection-content2-image {
  width: min(570px, 39.5833333333vw);
  height: auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .story .characterSection-content2-image {
    width: 44.2666666667vw;
  }
}
.story .characterSection-content2-image-img {
  width: min(365px, 25.3472222222vw);
  height: auto;
  position: absolute;
  top: max(-50px, -3.4722222222vw);
  left: min(180px, 12.5vw);
}
@media only screen and (max-width: 768px) {
  .story .characterSection-content2-image-img {
    width: 32.8vw;
    top: -14.6666666667vw;
    left: 8vw;
  }
}
.story .characterSection-content2-image-img-bk {
  width: min(621px, 43.125vw);
  height: auto;
}
@media only screen and (max-width: 768px) {
  .story .characterSection-content2-image-img-bk {
    width: 40vw;
  }
}
.story .characterSection-content2-text {
  width: min(596px, 41.3888888889vw);
  height: auto;
}
@media only screen and (max-width: 768px) {
  .story .characterSection-content2-text {
    width: 42.1333333333vw;
  }
}
.story .characterSection-content2 #characterSection-content2-image-img {
  opacity: 0;
  transform: translateY(-100px);
}
.story .characterSection-content2 #characterSection-content2-image-img.animate {
  animation: fadeInBounce 2s ease-out forwards;
}

@keyframes fadeInBounce {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  15% {
    opacity: 1;
    transform: translateY(25px);
  }
  30% {
    transform: translateY(-18px);
  }
  45% {
    transform: translateY(12px);
  }
  60% {
    transform: translateY(-8px);
  }
  75% {
    transform: translateY(4px);
  }
  90% {
    transform: translateY(-2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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