/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/import-glob-loader/index.js!./src/assets/scss/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
} /* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: -webkit-fill-available;
  font-size: 62.5%;
  visibility: inherit;
}

.aloha2024 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", yugothic, "YuGothic M", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.8;
  color: #000;
  letter-spacing: 0;
  background: #ffffeb;
}
@media screen and (max-width: 768px) {
  .aloha2024 {
    font-size: 15px;
  }
}
.aloha2024 *,
.aloha2024 *::before,
.aloha2024 *::after {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .aloha2024 main {
    min-height: auto;
  }
}
.aloha2024 a {
  text-decoration: none;
  transition: opacity 0.5s ease;
}
.aloha2024 a:hover {
  opacity: 0.6;
}
.aloha2024 ul {
  padding-left: 16px;
  list-style: disc;
}
.aloha2024 img {
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .aloha2024 .pc-only {
    display: none;
  }
}
.aloha2024 .tab-only {
  display: none;
}
@media screen and (max-width: 1050px) {
  .aloha2024 .tab-only {
    display: block;
  }
}
.aloha2024 .sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .aloha2024 .sp-only {
    display: block;
  }
}
.aloha2024 button {
  -webkit-appearance: none;
}
.aloha2024-en {
  font-family: "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", yugothic, "YuGothic M", "メイリオ", "Meiryo", sans-serif;
}
.aloha2024 strong {
  font-weight: 600;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(40, 90, 100, 0.4) !important;
  opacity: 0;
}

.modaal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 1;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  padding: 0;
  background: transparent;
  border: none;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 80px 25px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .modaal-inner-wrapper {
    padding: 0;
  }
}
.modaal-fullscreen .modaal-inner-wrapper {
  display: block;
  padding: 0;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  max-width: 960px;
  margin: auto;
  color: #000;
  text-align: left;
  cursor: auto;
}
.modaal-container.is_loading {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-content-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modaal-content-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.modaal-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  background: #fff;
  outline: none;
}
.modaal-close:focus::before, .modaal-close:focus::after, .modaal-close:hover::before, .modaal-close:hover::after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
}
.modaal-close::before, .modaal-close::after {
  position: absolute;
  top: 14px;
  left: 23px;
  display: block;
  width: 4px;
  height: 22px;
  content: " ";
  background: #fff;
  border-radius: 4px;
  transition: background 0.2s ease-in-out;
}
.modaal-close::before {
  transform: rotate(-45deg);
}
.modaal-close::after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  top: 10px;
  right: 10px;
  background: #afb7bc;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  font-size: 0;
  text-align: center;
}

.modaal-confirm-btn {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
  background: transparent;
  border: none;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  color: #2f2f2f;
  text-decoration: none;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  margin: -6px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 0;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-right: 140px;
  padding-left: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  opacity: 1;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  cursor: default;
  opacity: 0;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  background: #fff;
  outline: none;
}
.modaal-gallery-control:focus::before, .modaal-gallery-control:focus::after, .modaal-gallery-control:hover::before, .modaal-gallery-control:hover::after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
}
.modaal-gallery-control::before, .modaal-gallery-control::after {
  position: absolute;
  top: 16px;
  left: 25px;
  display: block;
  width: 4px;
  height: 18px;
  content: " ";
  background: #fff;
  border-radius: 4px;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control::before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control::after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev::before, .modaal-gallery-prev::after {
  left: 22px;
}
.modaal-gallery-prev::before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev::after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  position: relative;
  margin: auto 50px;
}
@media screen and (max-width: 768px) {
  .modaal-video-wrap {
    margin: auto 0;
  }
}

.modaal-video-container {
  position: relative;
  max-width: 100%;
  max-width: 1300px;
  height: 0;
  padding-bottom: 51.0416%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  background: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    height: 664px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.7);
    transform: none;
  }
  .modaal-gallery-control::before, .modaal-gallery-control::after {
    background: #fff;
  }
  .modaal-gallery-next {
    right: 20px;
    left: auto;
  }
  .modaal-gallery-prev {
    right: auto;
    left: 20px;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  background: none;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  position: absolute;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  margin-left: 4px;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 15px;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/slick.eot");
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0;
  line-height: 0px;
  color: transparent;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.slick-prev:hover::before, .slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 1;
}
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0.25;
}
.slick-prev::before,
.slick-next::before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev::before {
  content: "←";
}
[dir=rtl] .slick-prev::before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next::before {
  content: "→";
}
[dir=rtl] .slick-next::before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 5px;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  font-size: 0;
  line-height: 0px;
  color: transparent;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  opacity: 1;
}
.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  color: black;
  text-align: center;
  content: "•";
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button::before {
  color: black;
  opacity: 0.75;
}

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

.slick-list {
  position: relative;
  display: block;
  padding: 0 22vw 0 0 !important;
  margin: 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;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slick-track::before, .slick-track::after {
  display: table;
  content: "";
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.aloha2024-contents {
  width: 100%;
  max-width: 100%;
  padding: 0 60px;
  margin: auto;
  margin-bottom: 280px;
}
@media screen and (max-width: 768px) {
  .aloha2024-contents {
    padding: 0 22px;
    margin-bottom: 64px;
  }
}
.aloha2024-contents__inner {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.aloha2024-contents__box {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .aloha2024-contents__box {
    margin-bottom: 64px;
  }
}
.aloha2024-contents__box.color {
  color: #444;
}
.aloha2024-contents__text {
  margin-bottom: 40px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .aloha2024-contents__text {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 1.5;
  }
}
.aloha2024-contents__title {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: 231815;
}
@media screen and (max-width: 768px) {
  .aloha2024-contents__title {
    font-size: 20px;
  }
}
.aloha2024-contents__list {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .aloha2024-contents__list {
    margin-bottom: 64px;
  }
}
.aloha2024-contents__list dl {
  line-height: 1.5;
}
.aloha2024-contents__list dl:not(:last-child) {
  margin-bottom: 40px;
}
.aloha2024-contents__list dl .aloha2024-btn__download {
  margin-top: 40px;
}
.aloha2024-contents__list dt {
  margin-bottom: 8px;
  font-weight: 600;
}

.aloha2024-main {
  position: relative;
  max-width: 100%;
  margin: auto;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .aloha2024-main {
    margin-bottom: 64px;
  }
}
.aloha2024-main__logo {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .aloha2024-main__logo {
    top: 10px;
    left: 10px;
    display: flex;
    align-items: flex-start;
  }
}
.aloha2024-main__logo__img {
  margin-bottom: 9px;
}
@media screen and (max-width: 1440px) {
  .aloha2024-main__logo__img {
    max-width: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .aloha2024-main__logo__img {
    max-width: 100%;
  }
}
.aloha2024-main__logo__img img {
  display: block;
  width: 100%;
  max-width: 152px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .aloha2024-main__logo__img img {
    max-width: 56px;
  }
}
.aloha2024-main__logo__text {
  display: block;
  max-width: 250px;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 1440px) {
  .aloha2024-main__logo__text {
    max-width: 21vw;
  }
}
@media screen and (max-width: 768px) {
  .aloha2024-main__logo__text {
    max-width: 94px;
    margin-left: 10px;
    font-size: 10px;
  }
}
.aloha2024-main__logo__text img {
  vertical-align: top;
}
.aloha2024-main__img {
  position: relative;
}
.aloha2024-main__img img {
  width: 100%;
}
.aloha2024-main .aloha2024-sns {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.aloha2024-btn__download {
  margin: auto;
  text-align: center;
}
.aloha2024-btn__download a {
  display: inline-block;
  padding: 8px 80px 8px 48px;
  font-family: "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", yugothic, "YuGothic M", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.2;
  color: #fff;
  background-color: #5cb9b1;
  border-radius: 80px;
}
@media screen and (max-width: 768px) {
  .aloha2024-btn__download a {
    padding: 4px 18px;
    font-size: 14px;
  }
  .aloha2024-btn__download a strong {
    font-size: 16px;
  }
}
.aloha2024-btn__download span {
  position: relative;
  display: inline-block;
  padding-left: 52px;
}
@media screen and (max-width: 768px) {
  .aloha2024-btn__download span {
    padding-left: 25px;
  }
}
.aloha2024-btn__download span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("../images/icon-download.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .aloha2024-btn__download span::before {
    width: 14px;
    height: 14px;
  }
}
.aloha2024-btn__mail a {
  position: relative;
  display: block;
  padding-left: 32px;
  margin-top: 8px;
  color: #00aea5;
}
.aloha2024-btn__mail a::before {
  position: absolute;
  top: 50%;
  left: 2px;
  display: inline-block;
  width: 20px;
  height: 16px;
  content: "";
  background-image: url("../images/icon-mail.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.aloha2024-btn__link {
  width: 100%;
  background-color: #5cb9b1;
  border: 1px solid #5cb9b1;
  transition: 0.3s;
}
.aloha2024-btn__link a {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 13px;
  font-size: 18px;
  line-height: 19px;
  color: #fff;
  transition: 0.3s;
}
.aloha2024-btn__link a span {
  position: relative;
  display: inline-block;
  padding-right: 41px;
}
.aloha2024-btn__link a span::after {
  position: absolute;
  top: 52%;
  right: 0;
  width: 21px;
  height: 22px;
  content: "";
  background-image: url("../images/icon-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  transform: translateY(-50%);
}
.aloha2024-btn__link:hover {
  border: 1px solid #5cb9b1;
  opacity: 0.3;
  transition: 0.3s;
}
.aloha2024-btn__link:hover a {
  color: #fff;
  opacity: 1;
  transition: 0.3s;
}
.aloha2024-btn__link:hover a span::after {
  background-image: url("../images/icon-link-hover.svg");
  transition: 0.3s;
}

.aloha2024-footer {
  width: 100%;
  max-width: 100%;
  margin: auto;
  background: #fff;
}
.aloha2024-footer__inner {
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .aloha2024-footer__inner {
    padding: 0 20px;
  }
}
.aloha2024-footer__text {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aloha2024-footer__text {
    text-align: left;
  }
}
.aloha2024-footer__credit {
  font-weight: 300;
}
.aloha2024-footer__credit span {
  font-weight: 600;
}
.aloha2024-footer__img {
  position: relative;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .aloha2024-footer__img {
    margin-top: 64px;
  }
}
.aloha2024-footer__img .copyrights {
  position: absolute;
  top: 150px;
  left: 50%;
  font-size: 12px;
  font-weight: 300;
  transform: translateX(-50%);
}
@media screen and (max-width: 1440px) {
  .aloha2024-footer__img .copyrights {
    top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .aloha2024-footer__img .copyrights {
    position: relative;
    top: 0;
    margin-bottom: 80px;
    line-height: 16px;
    text-align: center;
  }
}
.aloha2024-footer #page-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 99;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .aloha2024-footer #page-top {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .aloha2024-footer #page-top {
    right: 10px;
    bottom: 20px;
  }
}
.aloha2024-footer #page-top a {
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 90px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .aloha2024-footer #page-top a {
    width: 30px;
    height: 30px;
  }
}
.aloha2024-footer #page-top a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.aloha2024-heading__1 {
  width: 100%;
  padding: 40px 20px;
  margin-bottom: 40px;
  font-family: "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", yugothic, "YuGothic M", "メイリオ", "Meiryo", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-top: 5px solid #71c6c2;
  border-bottom: 5px solid #71c6c2;
}
@media screen and (max-width: 768px) {
  .aloha2024-heading__1 {
    width: 100vw;
    padding: 24px 10px;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 24px;
    font-size: 25px;
    line-height: 1.2;
  }
}
.aloha2024-heading__2 {
  margin-bottom: 45px;
  font-family: "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", yugothic, "YuGothic M", "メイリオ", "Meiryo", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #231815;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aloha2024-heading__2 {
    font-size: 20px;
    line-height: 1.2;
  }
}
.aloha2024-heading__5 {
  margin-bottom: 70px;
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .aloha2024-heading__5 {
    margin-bottom: 32px;
    font-size: 25px;
  }
}

.aloha2024-title__1 {
  margin-bottom: 48px;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .aloha2024-title__1 {
    margin-bottom: 24px;
    font-size: 25px;
  }
}
.aloha2024-title__2 {
  margin-bottom: 23px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  color: #231815;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .aloha2024-title__2 {
    margin-bottom: 4px;
    font-size: 20px;
  }
}
.aloha2024-title__2 .small {
  display: block;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .aloha2024-title__2 .small {
    margin-top: 4px;
    font-size: 14px;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.aloha2024 .text-center {
  text-align: center;
}
.aloha2024 .caution {
  font-size: 16px;
}

.aloha2024 {
  background-color: #fff;
}
.aloha2024-news {
  padding: 10px;
  line-height: 1.5;
  text-align: center;
}
.aloha2024-news a {
  color: #e0282c;
}
.aloha2024 .en-title {
  font-family: "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", yugothic, "YuGothic M", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.aloha2024-caution {
  font-size: 16px;
  font-weight: 300;
}
.aloha2024-contact .aloha2024-title__1 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .aloha2024-contact .aloha2024-title__1 {
    margin-bottom: 20px;
  }
}
.aloha2024-contact__box {
  padding: 105px 52px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  border: 2px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  .aloha2024-contact__box {
    padding: 25px 11px 33px;
    font-size: 14px;
  }
}
.aloha2024-contact__box a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .aloha2024-contact__box a.mail {
    text-decoration: underline;
  }
}
.aloha2024-sns {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aloha2024-sns {
    margin-top: 25px;
  }
}
.aloha2024-sns__icon {
  display: inline-block;
  width: 74px;
  height: 74px;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .aloha2024-sns__icon {
    width: 37.7px;
    height: 37.7px;
    margin: 0 5px;
  }
}
.aloha2024-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .aloha2024-row {
    flex-direction: column;
  }
}
.aloha2024-map {
  position: relative;
  width: 100%;
  padding-top: 105.125%;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .aloha2024-map {
    padding-top: 100%;
  }
}
.aloha2024-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aloha2024-map__text {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aloha2024-map__text {
    font-size: 15px;
  }
}
.aloha2024-map__box {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .aloha2024-map__box {
    margin-bottom: 24px;
  }
}
.aloha2024-map__box .aloha2024-btn__link {
  width: calc(50% - 24px);
}
@media screen and (max-width: 768px) {
  .aloha2024-map__box .aloha2024-btn__link {
    width: 100%;
  }
  .aloha2024-map__box .aloha2024-btn__link:not(:last-child) {
    margin-bottom: 16px;
  }
}
.aloha2024-credit {
  max-width: 768px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: auto;
  font-size: 14px;
  font-weight: 300;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.aloha2024-credit dl {
  display: flex;
}
.aloha2024-credit dt {
  width: 67px;
  font-weight: 600;
}
.aloha2024-credit dd {
  width: calc(100% - 67px);
}
