@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 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.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

@media screen and (min-width: 829px) {
  html {
    overflow-y: scroll;
  }
}

.is-modal {
  overflow-y: hidden;
}

body {
  color: #212121;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  background: #dcedf0;
}
@media screen and (min-width: 829px) {
  body {
    width: 100%;
  }
}

@media screen and (min-width: 829px) {
  #hapidanbui .display-sp, #hapidanbui .sp {
    display: none;
  }
  #hapidanbui a .on {
    display: none;
  }
  #hapidanbui a:hover .on {
    display: block;
  }
  #hapidanbui a:hover .off {
    display: none;
  }
  #hapidanbui a.hover {
    display: block;
    overflow: hidden;
  }
  #hapidanbui a.hover img {
    transition: -webkit-transform 0.3s cubic-bezier(0, 1.12, 0.74, 1);
    transition: transform 0.3s cubic-bezier(0, 1.12, 0.74, 1);
    transition: transform 0.3s cubic-bezier(0, 1.12, 0.74, 1), -webkit-transform 0.3s cubic-bezier(0, 1.12, 0.74, 1);
  }
  #hapidanbui a.hover:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 828px) {
  #hapidanbui .display-pc, #hapidanbui .pc {
    display: none;
  }
}
#hapidanbui img {
  display: block;
  width: 100%;
  height: auto;
}
#hapidanbui .view_area {
  background: #dbecef;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 829px) {
  #hapidanbui .view_area {
    width: 672px;
    margin: 0 auto;
  }
  #hapidanbui .view_area:before, #hapidanbui .view_area:after {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  #hapidanbui .view_area:before {
    left: -10px;
  }
  #hapidanbui .view_area:after {
    right: -10px;
  }
}
@media screen and (min-width: 829px) and (min-width: 829px) and (max-width: 1400px) {
  #hapidanbui .view_area {
    width: 53.125vw;
    margin: 0 auto 0 8.5714285714vw;
  }
  #hapidanbui .view_area:before, #hapidanbui .view_area:after {
    width: 0.7142857143vw;
  }
  #hapidanbui .view_area:before {
    left: -0.7142857143vw;
  }
  #hapidanbui .view_area:after {
    right: -0.7142857143vw;
  }
}
@media screen and (min-width: 829px) {
  #hapidanbui .pc_content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 0;
  }
  #hapidanbui .pc_l {
    display: flex;
    align-items: flex-start;
    justify-content: right;
    width: calc((100% - 672px) / 2);
    height: 100%;
    position: sticky;
    top: 0;
    pointer-events: none;
  }
  #hapidanbui .pc_l .inner {
    margin: 0 10px 0 20px;
    position: relative;
  }
}
@media screen and (min-width: 829px) and (min-width: 829px) and (max-width: 1400px) {
  #hapidanbui .pc_l {
    display: none;
  }
}
@media screen and (min-width: 829px) {
  #hapidanbui .pc_r {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 672px) / 2);
    height: 100vh;
    margin: 0;
    position: sticky;
    top: 0;
  }
  #hapidanbui .pc_r .inner {
    max-width: 291px;
    margin: 0 5.4945054945%;
    position: sticky;
    top: 0;
  }
  #hapidanbui .pc_r .inner .nav ul {
    margin: 0 auto;
    padding: 0;
  }
  #hapidanbui .pc_r .inner .nav li {
    display: block;
    margin: 8.5910652921% 0;
  }
}
@media screen and (min-width: 829px) and (min-width: 829px) and (max-width: 1400px) {
  #hapidanbui .pc_r {
    width: 40.625vw;
  }
}
@media screen and (max-width: 828px) {
  #hapidanbui .pc_l, #hapidanbui .pc_r {
    display: none;
  }
}
#hapidanbui .menu--btn {
  width: calc(113 / 828 * 100%);
  margin: calc(25 / 828 * 100%) 0 0 calc(678 / 828 * 100%);
  position: sticky;
  top: calc(25 / 828 * 100%);
  left: 0;
  z-index: 3;
}
@media screen and (min-width: 829px) {
  #hapidanbui .menu--btn {
    display: none;
  }
}
#hapidanbui .balloon {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
#hapidanbui .swiper-wrapper {
  height: auto;
}
#hapidanbui .mv {
  padding: 0.1px 0;
  position: relative;
}
#hapidanbui .mv--ttl {
  width: calc(769 / 828 * 100%);
  margin: calc(48 / 828 * 100%) 0 0 calc(12 / 828 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#hapidanbui .mv--bg {
  margin: 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 829px) {
  #hapidanbui .mv {
    max-width: 1600px;
    margin: 0 auto;
  }
  #hapidanbui .mv--ttl {
    width: 52.25%;
    margin: 1.75% 0 0 14.75%;
  }
}
#hapidanbui .local-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0.1px 0;
}
#hapidanbui .local-nav--list {
  width: calc(385 / 828 * 100%);
  margin-bottom: calc(15 / 828 * 100%);
}
#hapidanbui .local-nav--list:nth-child(1), #hapidanbui .local-nav--list:nth-child(3) {
  margin-right: calc(15 / 828 * 100%);
}
#hapidanbui .local-nav--btn {
  margin: calc(41 / 828 * 100%) 0 0 calc(36 / 828 * 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#hapidanbui .local-nav--ttl {
  margin: 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 829px) {
  #hapidanbui .local-nav {
    display: none;
  }
}
#hapidanbui .concept {
  padding: 0.1px 0;
  position: relative;
  z-index: 1;
}
#hapidanbui .concept--txt {
  width: calc(633 / 828 * 100%);
  margin: calc(158 / 828 * 100%) auto calc(70 / 828 * 100%);
  position: relative;
}
#hapidanbui .concept--balloon1 {
  width: calc(148 / 828 * 100%);
  top: 0;
  right: calc(45 / 828 * 100%);
}
#hapidanbui .concept--balloon2 {
  width: calc(101 / 828 * 100%);
  left: 0;
  bottom: calc(-202 / 828 * 100%);
}
#hapidanbui .concept--balloon3 {
  width: calc(104 / 828 * 100%);
  left: calc(60 / 828 * 100%);
  bottom: calc(-317 / 828 * 100%);
}
#hapidanbui .happy {
  padding: 0.1px 0;
  position: relative;
  z-index: 0;
}
#hapidanbui .happy--ttl {
  width: calc(421 / 828 * 100%);
  margin: calc(82 / 828 * 100%) auto calc(50 / 828 * 100%);
}
#hapidanbui .happy--head {
  font-weight: 900;
  text-align: center;
  margin: 0 auto calc(32 / 828 * 100%);
}
#hapidanbui .happy--head > b {
  display: block;
  color: #e44973;
  font-size: 6.884057971vw;
  line-height: 1;
  letter-spacing: 0.025em;
}
#hapidanbui .happy--head > b span {
  color: #212121;
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #hapidanbui .happy--head > b {
    font-size: 3.5625vw;
  }
}
@media screen and (min-width: 1401px) {
  #hapidanbui .happy--head > b {
    font-size: calc(57px * 672 / 828);
  }
}
#hapidanbui .happy--head > span {
  display: block;
  font-size: 4.9516908213vw;
  line-height: 1;
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #hapidanbui .happy--head > span {
    font-size: 2.5625vw;
  }
}
@media screen and (min-width: 1401px) {
  #hapidanbui .happy--head > span {
    font-size: calc(41px * 672 / 828);
  }
}
#hapidanbui .happy--txt {
  font-size: 3.9855072464vw;
  line-height: 1.64;
  letter-spacing: 0em;
  text-align: center;
  margin: 0 auto calc(52 / 828 * 100%);
}
#hapidanbui .happy--txt span {
  background: #f2c7ca;
}
#hapidanbui .happy--txt span i {
  font-size: 78.7878787879%;
  font-style: normal;
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #hapidanbui .happy--txt {
    font-size: 2.0625vw;
  }
}
@media screen and (min-width: 1401px) {
  #hapidanbui .happy--txt {
    font-size: calc(33px * 672 / 828);
  }
}
#hapidanbui .happy--edition {
  width: calc(118 / 828 * 100%);
  margin: 0 auto calc(26 / 828 * 100%);
}
#hapidanbui .happy--edition2 {
  width: calc(121 / 828 * 100%);
}
#hapidanbui .happy--day {
  width: calc(636 / 828 * 100%);
  margin: 0 auto;
}
#hapidanbui .happy--sticker {
  width: calc(736 / 828 * 100%);
  margin: 0 auto calc(51 / 828 * 100%);
}
#hapidanbui .happy-info {
  display: flex;
  align-items: center;
  width: calc(731 / 828 * 100%);
  font-size: 2.8985507246vw;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin: 0 auto calc(20 / 828 * 100%);
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #hapidanbui .happy-info {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1401px) {
  #hapidanbui .happy-info {
    font-size: calc(24px * 672 / 828);
  }
}
#hapidanbui .happy-info--head {
  color: #fff;
  line-height: 1.8;
  background: #212121;
  border-radius: 100vw;
  margin: 0 0.5em 0 0;
  padding: 0 0.75em;
}
#hapidanbui .happy-info--txt {
  margin: 0;
}
#hapidanbui .happy--notes {
  width: calc(730 / 828 * 100%);
  font-size: 3.0193236715vw;
  line-height: 1.4;
  letter-spacing: 0em;
  margin: 0 auto calc(27 / 828 * 100%);
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #hapidanbui .happy--notes {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1401px) {
  #hapidanbui .happy--notes {
    font-size: calc(25px * 672 / 828);
  }
}
#hapidanbui .happy--btn {
  width: calc(731 / 828 * 100%);
  margin: 0 auto calc(172 / 828 * 100%);
}
#hapidanbui .happy--light {
  position: relative;
  z-index: 1;
}
#hapidanbui .happy--light > img {
  position: relative;
  z-index: 0;
}
#hapidanbui .happy--light1 {
  margin: calc(-117 / 828 * 100%) 0 calc(-53 / 828 * 100%);
}
#hapidanbui .happy--light1 .balloon1 {
  width: calc(178 / 828 * 100%);
  margin: calc(-12 / 828 * 100%) 0 0 0;
  top: 0;
  left: 0;
}
#hapidanbui .happy--light1 .balloon2 {
  width: calc(108 / 828 * 100%);
  margin: calc(336 / 828 * 100%) 0 0 0;
  top: 0;
  right: 0;
}
#hapidanbui .happy .indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
#hapidanbui .happy1 {
  background: url("../img/bg_top_happy.png") 0 0/100% auto no-repeat #f7f1e7;
}
#hapidanbui .happy1 .happy--head > b {
  margin: 0 0 calc(18 / 828 * 100%);
}
#hapidanbui .happy1 .happy--txt {
  margin: 0 auto calc(-45 / 828 * 100%);
}
#hapidanbui .happy1 .happy--character {
  width: calc(182 / 828 * 100%);
  margin: 0 0 calc(-82 / 828 * 100%) calc(614 / 828 * 100%);
  position: relative;
  z-index: 1;
}
#hapidanbui .happy1 .happy--edition {
  position: relative;
  z-index: 0;
}
#hapidanbui .happy1 .happy--day {
  margin: 0 auto calc(51 / 828 * 100%);
}
#hapidanbui .happy2 {
  background: #ffecef;
}
#hapidanbui .happy2 .happy--ttl {
  margin: calc(146 / 828 * 100%) auto calc(50 / 828 * 100%);
}
#hapidanbui .happy2 .happy--day {
  margin: 0 auto calc(42 / 828 * 100%);
}
#hapidanbui .happy2 .happy--txt {
  margin: 0 0 calc(36 / 828 * 100%);
}
#hapidanbui .happy2 .happy--img {
  width: calc(641 / 828 * 100%);
  margin: 0 auto calc(136 / 828 * 100%);
  position: relative;
}
#hapidanbui .happy2 .happy--img > img {
  position: relative;
  z-index: 0;
}
#hapidanbui .happy2 .happy--hukidashi {
  width: calc(335 / 641 * 100%);
  margin: calc(53 / 641 * 100%) 0 0 calc(335 / 641 * 100%);
  position: absolute;
  top: 0;
  left: 0;
}
#hapidanbui .happy2 .happy--character {
  width: calc(159 / 641 * 100%);
  margin: 0 0 calc(-76 / 641 * 100%) calc(532 / 641 * 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
#hapidanbui .happy2 .happy--pop {
  width: calc(618 / 828 * 100%);
  margin: 0 auto calc(39 / 828 * 100%);
}
#hapidanbui .happy2 .happy-slider {
  margin: 0 0 calc(156 / 828 * 100%);
}
#hapidanbui .happy2 .happy-slider .swiper-slide > img {
  width: calc(642 / 828 * 100%);
  margin: 0 auto;
}
#hapidanbui .happy2 .happy-slider--arrow {
  width: calc(112 / 828 * 100%);
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}
#hapidanbui .happy2 .happy-slider--next {
  margin: calc(-56 / 828 * 100%) calc(44 / 828 * 100%) 0 0;
  right: 0;
}
#hapidanbui .happy2 .happy-slider--prev {
  margin: calc(-56 / 828 * 100%) 0 0 calc(44 / 828 * 100%);
  left: 0;
}
#hapidanbui .happy--light2 {
  margin: calc(-125 / 828 * 100%) 0 calc(-46 / 828 * 100%);
}
#hapidanbui .happy--light2 .balloon3 {
  width: calc(181 / 828 * 100%);
  margin: calc(-5 / 828 * 100%) 0 0 0;
  top: 0;
  left: 0;
}
#hapidanbui .happy--light2 .balloon4 {
  width: calc(90 / 828 * 100%);
  margin: calc(219 / 828 * 100%) 0 0 calc(688 / 828 * 100%);
  top: 0;
  left: 0;
}
#hapidanbui .happy3 {
  background: #e8eeff;
}
#hapidanbui .happy3 .happy--ttl {
  margin: calc(146 / 828 * 100%) auto calc(50 / 828 * 100%);
}
#hapidanbui .happy3 .happy--head {
  margin: 0 0 calc(52 / 828 * 100%);
}
#hapidanbui .happy3 .happy--head > span {
  margin: 0 0 calc(18 / 828 * 100%) 0;
}
#hapidanbui .happy3 .happy--day {
  margin: 0 auto calc(45 / 828 * 100%);
}
#hapidanbui .happy3 .happy--txt {
  margin: 0;
}
#hapidanbui .happy3 .happy--txt span {
  background: #e7c5dc;
}
#hapidanbui .happy3 .happy--img {
  width: calc(721 / 828 * 100%);
  margin: calc(36 / 828 * 100%) auto calc(55 / 828 * 100%);
}
#hapidanbui .happy3 .happy--step1 {
  width: calc(734 / 828 * 100%);
  margin: 0 auto calc(23 / 828 * 100%);
}
#hapidanbui .happy3 .happy--step2 {
  width: calc(735 / 828 * 100%);
  margin: 0 auto calc(55 / 828 * 100%);
  position: relative;
  z-index: 0;
}
#hapidanbui .happy3 .happy--step2-off {
  display: none;
}
#hapidanbui .happy3 .happy--step3 {
  color: #e44973;
  font-size: 5.0724637681vw;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #hapidanbui .happy3 .happy--step3 {
    font-size: 2.625vw;
  }
}
@media screen and (min-width: 1401px) {
  #hapidanbui .happy3 .happy--step3 {
    font-size: calc(42px * 672 / 828);
  }
}
#hapidanbui .happy3 .happy-step.off .happy--step2 {
  display: none;
}
#hapidanbui .happy3 .happy-step.off .happy--step2-off {
  display: block;
}
#hapidanbui .happy3 .happy--character {
  width: calc(201 / 828 * 100%);
  margin: calc(-172 / 828 * 100%) 0 calc(11 / 828 * 100%) calc(70 / 828 * 100%);
  position: relative;
  z-index: 1;
}
#hapidanbui .happy3 .happy--btn {
  margin: calc(20 / 828 * 100%) auto calc(138 / 828 * 100%);
}
#hapidanbui .happy--light3 {
  margin: calc(-125 / 828 * 100%) 0 calc(-46 / 828 * 100%);
}
#hapidanbui .happy--light3 .balloon5 {
  width: calc(96 / 828 * 100%);
  margin: calc(129 / 828 * 100%) 0 0 calc(693 / 828 * 100%);
  top: 0;
  left: 0;
}
#hapidanbui .happy4 {
  background: #f7f1e7;
}
#hapidanbui .happy4 .happy--ttl {
  margin: calc(167 / 828 * 100%) auto calc(50 / 828 * 100%);
}
#hapidanbui .happy4 .happy--head {
  margin: 0 0 calc(47 / 828 * 100%);
}
#hapidanbui .happy4 .happy--head > b {
  margin: 0 0 calc(18 / 828 * 100%);
}
#hapidanbui .happy4 .happy--day {
  margin: 0 auto calc(69 / 828 * 100%);
}
#hapidanbui .happy4 .happy--comingsoon {
  width: calc(558 / 828 * 100%);
  margin: 0 auto calc(-43 / 828 * 100%);
}
#hapidanbui .happy4 .happy--character {
  width: calc(440 / 828 * 100%);
  margin: 0 0 calc(176 / 828 * 100%);
}
#hapidanbui .happy--light4 {
  margin: calc(-101 / 828 * 100%) 0 calc(-70 / 828 * 100%);
}
#hapidanbui .happy--light4 .balloon6 {
  width: calc(134 / 828 * 100%);
  margin: calc(-42 / 828 * 100%) 0 0 calc(94 / 828 * 100%);
  top: 0;
  left: 0;
}
#hapidanbui .happy--light4 .balloon7 {
  width: calc(121 / 828 * 100%);
  margin: calc(141 / 828 * 100%) 0 0 calc(673 / 828 * 100%);
  top: 0;
  left: 0;
}
#hapidanbui .happy5 {
  background: url("../img/bg_bottom_happy.png") 0 bottom/100% auto no-repeat #dcedf0;
}
#hapidanbui .happy5 .happy--ttl {
  margin: calc(140 / 828 * 100%) auto calc(50 / 828 * 100%);
}
#hapidanbui .happy5 .happy--head {
  margin: 0 0 calc(47 / 828 * 100%);
}
#hapidanbui .happy5 .happy--head > span {
  margin: 0 0 calc(18 / 828 * 100%);
}
#hapidanbui .happy5 .happy--day {
  margin: 0 auto calc(45 / 828 * 100%);
}
#hapidanbui .happy5 .happy--txt {
  margin: 0 0 calc(65 / 828 * 100%);
}
#hapidanbui .happy5 .happy--img {
  width: calc(729 / 828 * 100%);
  margin: 0 auto calc(52 / 828 * 100%);
}
#hapidanbui .happy5 .happy--step1 {
  width: calc(736 / 828 * 100%);
  margin: 0 auto calc(33 / 828 * 100%);
}
#hapidanbui .happy5 .happy--step2 {
  width: calc(736 / 828 * 100%);
  margin: 0 auto calc(43 / 828 * 100%);
}
#hapidanbui .happy5 .happy--step3 {
  width: calc(736 / 828 * 100%);
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
#hapidanbui .happy5 .happy--character {
  width: calc(134 / 828 * 100%);
  margin: calc(-15 / 828 * 100%) 0 calc(-14 / 828 * 100%) calc(630 / 828 * 100%);
  position: relative;
  z-index: 1;
}
#hapidanbui .happy5 .happy--btn {
  margin: 0 auto calc(260 / 828 * 100%);
  position: relative;
  z-index: 0;
}
#hapidanbui .shop {
  background: #f7f1e7;
  padding: 0.1px 0;
  position: relative;
  z-index: 1;
}
#hapidanbui .shop--ttl {
  font-size: 6.884057971vw;
  line-height: 1.29;
  text-align: center;
  margin: calc(50 / 828 * 100%) 0 calc(30 / 828 * 100%);
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #hapidanbui .shop--ttl {
    font-size: 3.5625vw;
  }
}
@media screen and (min-width: 1401px) {
  #hapidanbui .shop--ttl {
    font-size: calc(57px * 672 / 828);
  }
}
#hapidanbui .shop-slider--arrow {
  width: calc(112 / 828 * 100%);
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
#hapidanbui .shop-slider--next {
  margin: calc(162 / 828 * 100%) calc(44 / 828 * 100%) 0 0;
  right: 0;
}
#hapidanbui .shop-slider--prev {
  margin: calc(162 / 828 * 100%) 0 0 calc(44 / 828 * 100%);
  left: 0;
}
#hapidanbui .shop-slider a {
  display: block;
  color: #212121;
  text-decoration: none;
}
#hapidanbui .shop--thumb {
  width: calc(560 / 828 * 100%);
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
#hapidanbui .shop--floor {
  width: calc(101 / 828 * 100%);
  margin: calc(-54 / 828 * 100%) 0 0 calc(614 / 828 * 100%);
  position: relative;
  z-index: 1;
}
#hapidanbui .shop--floor2 {
  width: calc(247 / 828 * 100%);
  margin-left: calc(468 / 828 * 100%);
}
#hapidanbui .shop--deal {
  width: calc(560 / 828 * 100%);
  font-size: 2.5362318841vw;
  letter-spacing: -0.04em;
  margin: 0 auto;
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #hapidanbui .shop--deal {
    font-size: 1.3125vw;
  }
}
@media screen and (min-width: 1401px) {
  #hapidanbui .shop--deal {
    font-size: calc(21px * 672 / 828);
  }
}
#hapidanbui .shop--txt {
  font-size: 4.1062801932vw;
  line-height: 1.3;
  text-align: center;
  margin: calc(24 / 828 * 100%) 0 calc(40 / 828 * 100%);
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #hapidanbui .shop--txt {
    font-size: 2.125vw;
  }
}
@media screen and (min-width: 1401px) {
  #hapidanbui .shop--txt {
    font-size: calc(34px * 672 / 828);
  }
}
#hapidanbui .shop--btn {
  width: calc(692 / 828 * 100%);
  margin: 0 auto;
}
#hapidanbui .shop--notes, #hapidanbui .shop--copyright {
  width: calc(700 / 828 * 100%);
  font-size: 2.5362318841vw;
  line-height: 1.67;
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #hapidanbui .shop--notes, #hapidanbui .shop--copyright {
    font-size: 1.3125vw;
  }
}
@media screen and (min-width: 1401px) {
  #hapidanbui .shop--notes, #hapidanbui .shop--copyright {
    font-size: calc(21px * 672 / 828);
  }
}
#hapidanbui .shop--notes {
  margin: calc(42 / 828 * 100%) auto 0;
}
#hapidanbui .shop--copyright {
  margin: 0 auto calc(14 / 828 * 100%);
}
#hapidanbui .shop--balloon1 {
  width: calc(194 / 828 * 100%);
  margin: calc(-204 / 828 * 100%) 0 0 calc(214 / 828 * 100%);
  top: 0;
  left: 0;
}
#hapidanbui .shop--balloon2 {
  width: calc(90 / 828 * 100%);
  margin: calc(-38 / 828 * 100%) 0 0 calc(81 / 828 * 100%);
  top: 0;
  left: 0;
}
#hapidanbui .modal {
  display: none;
}
#hapidanbui .modal img {
  display: block;
  width: 100%;
  height: auto;
}
#hapidanbui .modal--btn {
  cursor: pointer;
}
#hapidanbui .modal-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1002;
  overflow: auto;
}
#hapidanbui .modal-content {
  display: none;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#hapidanbui .modal-content--open {
  display: grid;
  width: 100%;
  height: 100%;
}
#hapidanbui .modal-content.not-centering {
  place-content: inherit;
  overflow: auto;
}
#hapidanbui .modal-content.show .modal-box {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
#hapidanbui .modal-box {
  width: 100%;
  background: #dcedf0;
  margin: 0 auto;
  padding: 0.1px 0;
  box-sizing: border-box;
  position: relative;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 0;
  transition: opacity 0.2s linear, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.2s linear;
  transition: transform 0.3s ease-out, opacity 0.2s linear, -webkit-transform 0.3s ease-out;
}
#hapidanbui .modal .indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
#hapidanbui .modal--close {
  width: calc(113 / 828 * 100%);
  margin: calc(43 / 828 * 100%) 0 calc(50 / 828 * 100%) calc(678 / 828 * 100%);
  cursor: pointer;
}
#hapidanbui .modal-overlay {
  width: 100%;
  height: 100%;
  background: #dcedf0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
#hapidanbui #modal_menu .modal-content {
  transition: opacity 0.2s linear, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.2s linear;
  transition: transform 0.3s ease-out, opacity 0.2s linear, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
#hapidanbui #modal_menu .modal-content.show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#hapidanbui #modal_menu .modal-content.show .modal-box {
  -webkit-transform: translate(0);
          transform: translate(0);
}
#hapidanbui #modal_menu .modal-box {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
  background: url("../img/modal/bg_modal.png") 0 0/100% auto no-repeat #dcedf0;
}
#hapidanbui #modal_menu .modal-menu--txt {
  font-size: 3.7439613527vw;
  text-align: center;
  margin: 0 0 calc(30 / 828 * 100%) 0;
}
@media screen and (min-width: 1401px) {
  #hapidanbui #modal_menu .modal-menu--txt {
    font-size: calc(31px * 672 / 828);
  }
}
#hapidanbui #modal_menu .modal-overlay {
  opacity: 0;
}
#hapidanbui #modal_menu .nav {
  margin: 0 0 calc(100 / 828 * 100%);
}
#hapidanbui #modal_menu .nav--list {
  position: relative;
}
#hapidanbui #modal_menu .nav--list a {
  width: 100%;
  display: flex;
  align-items: flex-start;
  position: relative;
}
#hapidanbui #modal_menu .nav--list a:before {
  content: "";
  display: block;
  height: 0;
}
#hapidanbui #modal_menu .nav--list1 a > img {
  width: calc(599 / 828 * 100%);
  margin: calc(29 / 828 * 100%) 0 0 0;
}
#hapidanbui #modal_menu .nav--list1 a:before {
  width: calc(119 / 828 * 100%);
  background: url("../img/modal/balloon_menu1.png") 0 0/100% auto no-repeat;
  margin: 0 calc(-5 / 828 * 100%) 0 calc(70 / 828 * 100%);
  padding: calc(161 / 828 * 100%) 0 0 0;
}
#hapidanbui #modal_menu .nav--list2 {
  margin: calc(-9 / 828 * 100%) 0 0 0;
}
#hapidanbui #modal_menu .nav--list2 a > img {
  width: calc(362 / 828 * 100%);
  margin: calc(31 / 828 * 100%) 0 0 0;
}
#hapidanbui #modal_menu .nav--list2 a:before {
  width: calc(86 / 828 * 100%);
  background: url("../img/modal/balloon_menu2.png") 0 0/100% auto no-repeat;
  margin: 0 calc(25 / 828 * 100%) 0 calc(73 / 828 * 100%);
  padding: calc(186 / 828 * 100%) 0 0 0;
}
#hapidanbui #modal_menu .nav--list3 a > img {
  width: calc(497 / 828 * 100%);
}
#hapidanbui #modal_menu .nav--list3 a:before {
  width: calc(84 / 828 * 100%);
  background: url("../img/modal/balloon_menu3.png") 0 0/100% auto no-repeat;
  margin: calc(10 / 828 * 100%) calc(40 / 828 * 100%) 0 calc(60 / 828 * 100%);
  padding: calc(193 / 828 * 100%) 0 0 0;
}
#hapidanbui #modal_menu .nav--list4 {
  margin: calc(-40 / 828 * 100%) 0 0 0;
}
#hapidanbui #modal_menu .nav--list4 a > img {
  width: calc(435 / 828 * 100%);
  margin: calc(34 / 828 * 100%) 0 0 0;
}
#hapidanbui #modal_menu .nav--list4 a:before {
  width: calc(114 / 828 * 100%);
  background: url("../img/modal/balloon_menu4.png") 0 0/100% auto no-repeat;
  margin: 0 calc(19 / 828 * 100%) 0 calc(51 / 828 * 100%);
  padding: calc(160 / 828 * 100%) 0 0 0;
}
#hapidanbui #modal_menu .nav--list5 {
  margin: calc(35 / 828 * 100%) 0 0 0;
}
#hapidanbui #modal_menu .nav--list5 a > img {
  width: calc(495 / 828 * 100%);
  margin: calc(3 / 828 * 100%) 0 0 0;
}
#hapidanbui #modal_menu .nav--list5 a:before {
  width: calc(114 / 828 * 100%);
  background: url("../img/modal/balloon_menu5.png") 0 0/100% auto no-repeat;
  margin: 0 0 0 calc(70 / 828 * 100%);
  padding: calc(160 / 828 * 100%) 0 0 0;
}
#hapidanbui #modal_shop .modal-box {
  width: 90%;
  height: 90vh;
  border: 1.2077294686vw solid #fff;
  margin-top: 5vh;
  overflow: auto;
}
@media screen and (min-width: 829px) {
  #hapidanbui #modal_shop .modal-box {
    width: min(620px, 90%);
    border: 10px solid #fff;
    overflow: auto;
  }
}
#hapidanbui #modal_shop .modal-shop {
  padding-bottom: calc(120 / 828 * 100%);
}
#hapidanbui #modal_shop .modal-shop--head {
  display: inline-block;
  font-size: 3.3816425121vw;
  line-height: 2;
  background: #fff;
  border: 0.2415458937vw solid #000;
  border-radius: 50vw;
  margin: 0 calc(60 / 828 * 100%) calc(34 / 828 * 100%);
  padding: 0 1em;
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #hapidanbui #modal_shop .modal-shop--head {
    font-size: 1.75vw;
    border: 2px solid #000;
  }
}
@media screen and (min-width: 1401px) {
  #hapidanbui #modal_shop .modal-shop--head {
    font-size: calc(28px * 672 / 828);
    border: 2px solid #000;
  }
}
#hapidanbui #modal_shop .modal-shop--txt {
  font-size: 3.3816425121vw;
  line-height: 1.68;
  margin: 0 calc(60 / 828 * 100%) calc(100 / 828 * 100%);
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #hapidanbui #modal_shop .modal-shop--txt {
    font-size: 1.75vw;
  }
}
@media screen and (min-width: 1401px) {
  #hapidanbui #modal_shop .modal-shop--txt {
    font-size: calc(28px * 672 / 828);
  }
}
#hapidanbui #modal_shop .modal-shop--notes {
  font-size: 3.0193236715vw;
  font-weight: 500;
  line-height: 1.4;
  text-indent: -1em;
  margin: 0 calc(60 / 828 * 100%);
  padding: 0 0 0 1em;
}
#hapidanbui #modal_shop .modal-shop--notes:before {
  content: "・";
  display: inline;
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #hapidanbui #modal_shop .modal-shop--notes {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 1401px) {
  #hapidanbui #modal_shop .modal-shop--notes {
    font-size: calc(25px * 672 / 828);
  }
}
#hapidanbui #modal_shop .modal-term {
  padding-bottom: calc(120 / 828 * 100%);
}
#hapidanbui #modal_shop .modal-term--head {
  font-size: 3.3816425121vw;
  line-height: 2;
  margin: 0 calc(45 / 828 * 100%) calc(34 / 828 * 100%);
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #hapidanbui #modal_shop .modal-term--head {
    font-size: 1.75vw;
  }
}
@media screen and (min-width: 1401px) {
  #hapidanbui #modal_shop .modal-term--head {
    font-size: calc(28px * 672 / 828);
  }
}
#hapidanbui #modal_shop .modal-term--txt {
  font-size: 2.6570048309vw;
  font-weight: 500;
  line-height: 1.46;
  margin: 0 calc(45 / 828 * 100%);
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #hapidanbui #modal_shop .modal-term--txt {
    font-size: 1.375vw;
  }
}
@media screen and (min-width: 1401px) {
  #hapidanbui #modal_shop .modal-term--txt {
    font-size: calc(22px * 672 / 828);
  }
}
#hapidanbui #modal_shop .modal-term--txt b {
  display: block;
  margin-top: 2em;
  text-indent: -0.5em;
}
#hapidanbui #modal_shop .modal-term--txt span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
#hapidanbui #modal_shop .modal-term-list {
  margin: 0;
  padding: 0 0 0 1.5em;
}
#hapidanbui #modal_shop .modal-term-list li {
  font-size: 2.6570048309vw;
  font-weight: 500;
  line-height: 1.46;
  margin: 0 calc(45 / 828 * 100%);
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #hapidanbui #modal_shop .modal-term-list li {
    font-size: 1.375vw;
  }
}
@media screen and (min-width: 1401px) {
  #hapidanbui #modal_shop .modal-term-list li {
    font-size: calc(22px * 672 / 828);
  }
}
#hapidanbui #modal_shop .modal-overlay {
  opacity: 0;
}
#hapidanbui .footer {
  background: #fff;
  padding: 0.1px 0 0 0;
}
#hapidanbui .footer--logo {
  width: calc(175 / 828 * 100%);
  margin: calc(27 / 828 * 100%) auto calc(32 / 828 * 100%);
}
#hapidanbui .footer-sns {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 calc(54 / 828 * 100%);
}
#hapidanbui .footer-sns--logo {
  width: calc(72 / 828 * 100%);
  margin: 0 calc(14 / 828 * 100%);
}
#hapidanbui .footer--copyright {
  font-size: 2.5362318841vw;
  line-height: 1;
  text-align: center;
  margin: 0;
  padding: 0 0 calc(12 / 828 * 100%);
}
@media screen and (min-width: 829px) and (max-width: 1400px) {
  #hapidanbui .footer--copyright {
    font-size: 1.3125vw;
  }
}
@media screen and (min-width: 1401px) {
  #hapidanbui .footer--copyright {
    font-size: calc(21px * 672 / 828);
  }
}
#hapidanbui .mv--ttl.wait {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
#hapidanbui .mv--ttl.animation {
  transition: opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s linear;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#hapidanbui .local-nav.waiting .local-nav--list {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
#hapidanbui .local-nav.animating .local-nav--list {
  transition: opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s linear;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#hapidanbui .local-nav.animating .local-nav--list:nth-child(1) {
  transition-delay: 0s;
}
#hapidanbui .local-nav.animating .local-nav--list:nth-child(2) {
  transition-delay: 0.1s;
}
#hapidanbui .local-nav.animating .local-nav--list:nth-child(3) {
  transition-delay: 0.2s;
}
#hapidanbui .local-nav.animating .local-nav--list:nth-child(4) {
  transition-delay: 0.3s;
}
#hapidanbui .local-nav.animating .local-nav--list:nth-child(5) {
  transition-delay: 0.4s;
}
#hapidanbui .happy--ttl.waiting,
#hapidanbui .happy--sticker.waiting,
#hapidanbui .happy--hukidashi.waiting {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
#hapidanbui .happy--ttl.animating,
#hapidanbui .happy--sticker.animating,
#hapidanbui .happy--hukidashi.animating {
  transition: opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s linear;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#hapidanbui .happy-step.waiting .happy--step1,
#hapidanbui .happy-step.waiting .happy--step2,
#hapidanbui .happy-step.waiting .happy--step3 {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
#hapidanbui .happy-step.animating .happy--step1,
#hapidanbui .happy-step.animating .happy--step2,
#hapidanbui .happy-step.animating .happy--step3 {
  transition: opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s linear;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#hapidanbui .happy-step.animating .happy--step2 {
  transition-delay: 0.1s;
}
#hapidanbui .happy-step.animating .happy--step3 {
  transition-delay: 0.2s;
}
#hapidanbui .balloon {
  -webkit-animation: balloon 1s cubic-bezier(0.42, 0, 0.58, 1) alternate infinite;
          animation: balloon 1s cubic-bezier(0.42, 0, 0.58, 1) alternate infinite;
}
#hapidanbui .balloon.concept--balloon2 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#hapidanbui .balloon.concept--balloon3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#hapidanbui .balloon1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#hapidanbui .balloon2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#hapidanbui .balloon3 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#hapidanbui .balloon4 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#hapidanbui .balloon5 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#hapidanbui .balloon6 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#hapidanbui .balloon7 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
#hapidanbui .balloon.shop--balloon2 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@-webkit-keyframes balloon {
  0% {
    -webkit-transform: translateY(-3.5%);
            transform: translateY(-3.5%);
  }
  100% {
    -webkit-transform: translateY(3.5%);
            transform: translateY(3.5%);
  }
}
@keyframes balloon {
  0% {
    -webkit-transform: translateY(-3.5%);
            transform: translateY(-3.5%);
  }
  100% {
    -webkit-transform: translateY(3.5%);
            transform: translateY(3.5%);
  }
}