@media screen and (max-width: 767px) {
  .pc-s {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp-s {
    display: none !important;
  }
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

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

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}

article, aside, dialog, figcaption, figure, footer, header, main, menu, nav, section, svg {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  vertical-align: middle;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  cursor: pointer;
}

strong {
  font-weight: bold;
}

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

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
}

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

label {
  cursor: pointer;
}

label span {
  vertical-align: middle;
}

input, textarea, select {
  padding: 4px 8px;
  border-radius: 0;
  vertical-align: middle;
}

input:not([type=radio]):not([type=checkbox]), textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio], input[type=checkbox], input[type=submit] {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

a, area, button, input, label, select, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

article {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.page-bd {
  padding-top: 0;
  position: inherit;
}
@media screen and (max-width: 767px) {
  .page-bd {
    padding-top: 0;
  }
}

#footer {
  z-index: 10;
}

.pagetop-side {
  display: none !important;
}

section.main-box.fade-element {
  padding: 0;
}

.rise-aloha2025 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  padding-bottom: 200px;
  color: #4d4d4d;
}
@media (max-width: 1366px) {
  .rise-aloha2025 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 {
    padding-bottom: 26.6666666667vw;
    line-height: 1.6;
  }
}
.rise-aloha2025 a {
  color: #4d4d4d;
}
.rise-aloha2025 p {
  letter-spacing: 0;
}

#map, #market, #stage, #food, #workshop, #other {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  #map, #market, #stage, #food, #workshop, #other {
    margin-top: -45px;
    padding-top: 45px;
  }
}

.rise-aloha2025 .site-inner {
  max-width: 931px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1366px) {
  .rise-aloha2025 .site-inner {
    max-width: 62.2254758419vw;
  }
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .site-inner {
    max-width: 77.6vw;
  }
}

.base-btn {
  padding: 1.0416666667vw 0;
  top: -0.5208333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 3;
}
@media (max-width: 1366px) {
  .base-btn {
    padding: 1.4641288433vw 0;
    top: -0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  .base-btn {
    padding: 2.4vw 0;
    top: -1.0666666667vw;
  }
}
.base-btn img {
  width: 12.6041666667vw;
  height: auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 1366px) {
  .base-btn img {
    width: 17.7159590044vw;
  }
}
@media screen and (max-width: 767px) {
  .base-btn img {
    width: 22.9333333333vw;
  }
}
.base-btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.base-btn::after {
  content: "";
  width: 100%;
  height: 0.5208333333vw;
  position: absolute;
  left: 0;
  bottom: -0.5208333333vw;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1366px) {
  .base-btn::after {
    height: 0.7320644217vw;
    bottom: -0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  .base-btn::after {
    height: 1.0666666667vw;
    bottom: -1.0666666667vw;
  }
}
.base-btn.red::before {
  background: #A61527;
}
.base-btn.red::after {
  background: #6C0C15;
}
.base-btn.blue::before {
  background: #3D6CB6;
}
.base-btn.blue::after {
  background: #005593;
}
.base-btn.red2::before {
  background: #BF0000;
}
.base-btn.red2::after {
  background: #8D1115;
}
.base-btn.blue2::before {
  background: #0056AB;
}
.base-btn.blue2::after {
  background: #073D77;
}
.base-btn.white::before {
  background: #fff;
}
.base-btn.white::after {
  background: #005593;
}
.base-btn.white img {
  width: 32.3958333333vw;
}
@media (max-width: 1366px) {
  .base-btn.white img {
    width: 45.5344070278vw;
  }
}
@media screen and (max-width: 767px) {
  .base-btn.white img {
    width: 65.6vw;
  }
}
.base-btn:hover {
  -webkit-transform: translateY(0.5208333333vw);
          transform: translateY(0.5208333333vw);
  opacity: 1;
}
@media (max-width: 1366px) {
  .base-btn:hover {
    -webkit-transform: translateY(0.7320644217vw);
            transform: translateY(0.7320644217vw);
  }
}
@media screen and (max-width: 767px) {
  .base-btn:hover {
    -webkit-transform: translateY(1.0666666667vw);
            transform: translateY(1.0666666667vw);
  }
}
.base-btn:hover::after {
  -webkit-transform: translateY(-0.5208333333vw);
          transform: translateY(-0.5208333333vw);
  z-index: -1;
}
@media (max-width: 1366px) {
  .base-btn:hover::after {
    -webkit-transform: translateY(-0.7320644217vw);
            transform: translateY(-0.7320644217vw);
  }
}
@media screen and (max-width: 767px) {
  .base-btn:hover::after {
    -webkit-transform: translateY(-1.0666666667vw);
            transform: translateY(-1.0666666667vw);
  }
}
.base-btn.hov-non::after {
  content: none;
}
.base-btn.hov-non:hover {
  -webkit-transform: none;
          transform: none;
}
.base-btn.hov-non:hover::after {
  -webkit-transform: none;
          transform: none;
}

#site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  -webkit-box-shadow: 0px 7px 18px -4px #777777;
          box-shadow: 0px 7px 18px -4px #777777;
  background: white;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #site-header {
    height: 45px;
    -webkit-box-shadow: 0px 4px 9px -2px #777777;
            box-shadow: 0px 4px 9px -2px #777777;
  }
}
#site-header .head-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1240px;
  height: 100%;
  margin: auto;
}
@media (max-width: 1366px) {
  #site-header .head-inner {
    max-width: 100%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  #site-header .head-inner {
    padding: 0 4vw;
  }
}
#site-header .head-inner .logo {
  width: 100px;
}
@media (max-width: 1366px) {
  #site-header .head-inner .logo {
    width: min(7.32vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  #site-header .head-inner .logo {
    width: 12vw;
  }
}
#site-header .head-inner .logo img {
  width: 100%;
  height: auto;
}
#site-header .head-inner .aloha-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#site-header .head-inner .aloha-area .logo2 {
  width: 97px;
  margin-right: 30px;
}
@media (max-width: 1366px) {
  #site-header .head-inner .aloha-area .logo2 {
    width: min(7.1vw, 97px);
    margin-right: min(2.1vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  #site-header .head-inner .aloha-area .logo2 {
    width: 13.6vw;
  }
}
#site-header .head-inner .aloha-area .logo2 img {
  width: 100%;
  height: auto;
}
#site-header .head-inner .aloha-area .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid black;
}
@media screen and (max-width: 767px) {
  #site-header .head-inner .aloha-area .gnav {
    display: none;
  }
}
#site-header .head-inner .aloha-area .gnav li {
  border-right: 1px solid black;
}
#site-header .head-inner .aloha-area .gnav li a {
  font-size: 16px;
  font-weight: 600;
  padding: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
@media (max-width: 1366px) {
  #site-header .head-inner .aloha-area .gnav li a {
    font-size: min(1.17vw, 16px);
    padding: min(2.1vw, 30px);
  }
}
@media screen and (min-width: 768px) {
  #site-header .head-inner .aloha-area .gnav li a:hover {
    opacity: 0.6;
  }
}
#site-header .head-inner .aloha-area .gnav li a.pink {
  color: #d56885;
}
#site-header .head-inner .aloha-area .gnav li a.green {
  color: #7ac0bb;
}
#site-header .head-inner .aloha-area .gnav li a.yellow {
  color: #f7c20e;
}

.h-menu {
  width: 45px;
  height: 50px;
  display: none;
  cursor: pointer;
  z-index: 92;
}
@media screen and (max-width: 767px) {
  .h-menu {
    display: block;
    width: 8vw;
    height: 8vw;
  }
}
.h-menu .nav {
  position: relative;
  top: 2.6666666667vw;
  display: block;
}
.h-menu .nav span {
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
  background: #5d615e;
}
@media screen and (max-width: 767px) {
  .h-menu .nav span {
    height: 0.5333333333vw;
  }
}
.h-menu .nav span.l-t {
  top: -1.6vw;
}
.h-menu .nav span.l-c {
  top: 0;
}
.h-menu .nav span.l-b {
  bottom: -1.6vw;
}

.p-menu-area {
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: white;
}
@media screen and (max-width: 767px) {
  .p-menu-area {
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 13.3333333333vw 0 16vw;
    visibility: hidden;
  }
}
.p-menu-area .wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-menu-area .wrap {
    height: 95vh;
    overflow: auto;
  }
}
.p-menu-area .wrap .hm-nav {
  position: relative;
  line-height: 1;
  margin-bottom: min(3.9vw, 75px);
}
@media screen and (max-width: 767px) {
  .p-menu-area .wrap .hm-nav {
    margin-bottom: 69.3333333333vw;
  }
}
.p-menu-area .wrap .hm-nav li {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-menu-area .wrap .hm-nav li:not(:last-child) {
    margin-bottom: 6.6666666667vw;
  }
}
.p-menu-area .wrap .hm-nav li a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  text-align: center;
  position: relative;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-menu-area .wrap .hm-nav li a img {
  width: 61.3333333333vw;
  height: auto;
}

.menu-overlay {
  cursor: pointer;
  opacity: 0;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: 1s;
  transition: 1s;
  visibility: hidden;
  z-index: 89;
}

body.nav-open .menu-overlay {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  body.nav-open .menu-overlay {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
body.nav-open .p-menu-area {
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
body.nav-open #site-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.nav-open .h-menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 93;
  background: #2e4234;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
}
body.nav-open .h-menu .nav {
  top: 5.8666666667vw;
}
body.nav-open .h-menu span {
  width: 8vw;
  background: white;
}
body.nav-open .h-menu span.l-t {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 2px;
}
body.nav-open .h-menu span.l-c {
  opacity: 0;
}
body.nav-open .h-menu span.l-b {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 2px;
}
body.nav-open .menu-logo {
  margin-bottom: 8vw;
  text-align: center;
}
body.nav-open .menu-logo img {
  width: 39.2vw;
  height: auto;
  margin: auto;
}
body.nav-open .p-menu-area {
  z-index: 90;
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  body.nav-open .p-menu-area {
    opacity: 1;
    visibility: visible;
  }
}
body.nav-open .p-menu-area .wrap {
  width: 100%;
  padding: min(7.29vw, 140px) 0 min(0.78vw, 15px);
}
@media screen and (max-width: 767px) {
  body.nav-open .p-menu-area .wrap {
    padding: 0;
  }
}

.rise-aloha2025 .site-inner {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .site-inner {
    max-width: 93.3333333333vw;
  }
}

.rise-aloha2025 .sec-main {
  background: #eeeeee;
  padding-top: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-main {
    padding-top: 13.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
.rise-aloha2025 .sec-main .mv {
  margin: 0 auto 40px;
  width: 60vw;
}
@media (max-width: 1920px) {
  .rise-aloha2025 .sec-main .mv {
    width: 80vw;
  }
}
@media (max-width: 1360px) {
  .rise-aloha2025 .sec-main .mv {
    width: 95vw;
  }
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-main .mv {
    margin-bottom: 5.3333333333vw;
  }
}
.rise-aloha2025 .sec-main .mv img {
  width: 100%;
  height: auto;
}
.rise-aloha2025 .sec-main .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 45px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-main .nav {
    padding: 0;
  }
}
.rise-aloha2025 .sec-main .nav li {
  width: 31%;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-main .nav li {
    width: 47%;
    margin-bottom: 5.3333333333vw;
  }
}
.rise-aloha2025 .sec-main .nav li a {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .rise-aloha2025 .sec-main .nav li a:hover {
    opacity: 0.6;
  }
}
.rise-aloha2025 .sec-main .nav li a img {
  width: 100%;
  height: auto;
}
.rise-aloha2025 .sec-main .txt {
  font-size: min(1.2vw, 24px);
  font-weight: 600;
  color: #2e4234;
  line-height: 2.5;
  text-align: center;
  margin-top: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-main .txt {
    font-size: 4.8vw;
    line-height: 1.8;
    margin-top: 2.6666666667vw;
  }
}

.rise-aloha2025 #pagetop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 #pagetop {
    right: 5.3333333333vw;
    bottom: 8vw;
  }
  .rise-aloha2025 #pagetop img {
    width: 8vw;
    height: auto;
  }
}
.rise-aloha2025 #pagetop.scroll {
  opacity: 1;
}

.rise-aloha2025 .sec-map {
  margin-top: 80px;
  padding-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-map {
    margin-top: 5.3333333333vw;
    padding-bottom: 8vw;
  }
}
.rise-aloha2025 .sec-map .ttl {
  margin: 0 0 35px 10px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-map .ttl {
    margin: 0 0 4vw;
  }
}
.rise-aloha2025 .sec-map .ttl img {
  width: 540px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-map .ttl img {
    width: 39.2vw;
  }
}
.rise-aloha2025 .sec-map .map-area {
  position: relative;
}
.rise-aloha2025 .sec-map .map-area .fig {
  width: 100%;
  height: auto;
}
.rise-aloha2025 .sec-map .map-area .num {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rise-aloha2025 .sec-map .map-area .num a .thumb {
  width: 204px;
  height: auto;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-map .map-area .num a .thumb {
    width: 19.7333333333vw;
  }
}
.rise-aloha2025 .sec-map .map-area .num a:hover .thumb {
  opacity: 0.6;
}
.rise-aloha2025 .sec-map .map-area .num.green {
  left: 640px;
  top: -175px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-map .map-area .num.green {
    left: 42.6666666667vw;
    top: -21.3333333333vw;
  }
}
.rise-aloha2025 .sec-map .map-area .num.green .txt-area {
  padding-top: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-map .map-area .num.green .txt-area {
    padding-top: 0vw;
  }
}
.rise-aloha2025 .sec-map .map-area .num.pink {
  left: 20px;
  top: 475px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-map .map-area .num.pink {
    left: 0vw;
    top: 42.1333333333vw;
  }
}
.rise-aloha2025 .sec-map .map-area .num.pink .txt-area {
  padding-top: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-map .map-area .num.pink .txt-area {
    padding-top: 0vw;
  }
}
.rise-aloha2025 .sec-map .map-area .num.yellow {
  left: 600px;
  top: 475px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-map .map-area .num.yellow {
    left: 47.7333333333vw;
    top: 42.1333333333vw;
  }
}
.rise-aloha2025 .sec-map .map-area .num.yellow .txt-area {
  padding-top: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-map .map-area .num.yellow .txt-area {
    padding-top: 0vw;
  }
}
.rise-aloha2025 .sec-map .map-area .num .txt-area {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-map .map-area .num .txt-area {
    padding-left: 1.8666666667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
  }
}
.rise-aloha2025 .sec-map .map-area .num .txt-area .icon {
  font-size: min(18px);
  padding: 3px 8px;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-map .map-area .num .txt-area .icon {
    font-size: 2.9333333333vw;
    padding: 0.5333333333vw 1.3333333333vw;
    margin-bottom: -1.3333333333vw;
    margin-right: 1.3333333333vw;
  }
}
.rise-aloha2025 .sec-map .map-area .num .txt-area .icon.green {
  border: 1px solid #7ac0bb;
  background: rgba(122, 192, 187, 0.1);
  color: #7ac0bb;
}
.rise-aloha2025 .sec-map .map-area .num .txt-area .icon.pink {
  border: 1px solid #d56885;
  background: rgba(213, 104, 133, 0.1);
  color: #d56885;
}
.rise-aloha2025 .sec-map .map-area .num .txt-area .icon.yellow {
  border: 1px solid #f7c20e;
  background: rgba(247, 194, 14, 0.1);
  color: #f7c20e;
}
.rise-aloha2025 .sec-map .map-area .num .txt-area .txt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-map .map-area .num .txt-area .txt {
    font-size: 2.9333333333vw;
    line-height: 1.4;
  }
}
.rise-aloha2025 .sec-map .map-area .loco-life-map {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-map .map-area .loco-life-map {
    margin-top: 26.6666666667vw;
  }
}
.rise-aloha2025 .sec-map .map-area .loco-life-map img {
  width: 100%;
  height: auto;
}

.rise-aloha2025 .sec {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec {
    padding-bottom: 9.3333333333vw;
  }
}
.rise-aloha2025 .sec .sec-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 188px;
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec .sec-ttl {
    height: auto;
  }
}
.rise-aloha2025 .sec .sec-ttl img {
  width: 950px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec .sec-ttl img {
    width: 100%;
  }
}
.rise-aloha2025 .sec .sec-ttl.pink {
  background-image: url(../img/bg-pink.webp);
}
.rise-aloha2025 .sec .sec-ttl.green {
  background-image: url(../img/bg-green.webp);
}
.rise-aloha2025 .sec .sec-ttl.yellow {
  background-image: url(../img/bg-yellow.webp);
}
.rise-aloha2025 .sec .ttl {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec .ttl {
    margin-top: 8vw;
  }
}
.rise-aloha2025 .sec .ttl img {
  max-width: 1048px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec .ttl img {
    max-width: 100%;
  }
}
.rise-aloha2025 .sec .ttl-txt {
  font-size: 22px;
  font-weight: 600;
  margin: 15px 0 30px;
  text-align: center;
  color: #a46278;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec .ttl-txt {
    font-size: 3.2vw;
    margin: 2.6666666667vw 0 5.3333333333vw;
    font-weight: 700;
  }
}
.rise-aloha2025 .sec .ttl-txt.green {
  color: #007380;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec .ttl-txt.green {
    margin: 4vw 0;
  }
}
.rise-aloha2025 .sec .ttl-txt.yellow {
  color: #d69038;
}

.rise-aloha2025 .sec-market {
  background: #f4d9e0;
}
.rise-aloha2025 .sec-market .c-list {
  max-width: 950px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-market .c-list {
    max-width: 100%;
    padding: 0 4.8vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.rise-aloha2025 .sec-market .c-list li {
  width: 32%;
  background: white;
  padding: 5px min(1.3vw, 25px) min(1.3vw, 25px);
  margin: 0 2% 2% 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-market .c-list li {
    width: 48%;
    padding: 1.3333333333vw 4vw 4vw;
    margin: 0 0 4%;
  }
}
.rise-aloha2025 .sec-market .c-list li:nth-child(3n) {
  margin-right: 0;
}
.rise-aloha2025 .sec-market .c-list li.green {
  background: #fffeee;
}
.rise-aloha2025 .sec-market .c-list li .name {
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
  color: #9a6077;
  height: 85px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-market .c-list li .name {
    font-size: 3.2vw;
    height: 13.3333333333vw;
  }
}
.rise-aloha2025 .sec-market .c-list li .name small {
  font-size: 80%;
  display: inline-block;
  line-height: 1.2;
}
.rise-aloha2025 .sec-market .c-list li .name.size_s {
  font-size: 90%;
  letter-spacing: -0.5px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-market .c-list li .name.size_s {
    font-size: 60%;
  }
}
.rise-aloha2025 .sec-market .c-list li .name.green {
  color: #85c1ba;
}
.rise-aloha2025 .sec-market .c-list li .name .arial {
  font-family: arial;
}
.rise-aloha2025 .sec-market .c-list li .category {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-weight: 700;
  color: white;
  margin: 0 0 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-market .c-list li .category {
    height: 5.3333333333vw;
    font-size: 2.6666666667vw;
    margin: 0 0 2.6666666667vw;
    border-radius: 40px;
  }
}
.rise-aloha2025 .sec-market .c-list li .category.yellow {
  background: #ed9f48;
}
.rise-aloha2025 .sec-market .c-list li .category.pink {
  background: #d56885;
}
.rise-aloha2025 .sec-market .c-list li .category.green {
  background: #85c1ba;
}
.rise-aloha2025 .sec-market .c-list li .category.car::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -5px;
  background-image: url(../img/market/car.svg);
  background-repeat: no-repeat;
  background-size: 71px auto;
  width: 71px;
  height: 43px;
  display: block;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-market .c-list li .category.car::before {
    left: -5px;
    top: -1px;
    background-size: 38px auto;
    width: 38px;
    height: 24px;
  }
}
.rise-aloha2025 .sec-market .c-list li .wrap.comingsoon {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-market .c-list li .wrap.comingsoon img {
    width: 90%;
    height: auto;
  }
}
.rise-aloha2025 .sec-market .c-list li .wrap .thumb {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-market .c-list li .wrap .thumb {
    margin-bottom: 2.6666666667vw;
  }
}
.rise-aloha2025 .sec-market .c-list li .wrap .thumb img {
  width: 100%;
  height: auto;
}
.rise-aloha2025 .sec-market .c-list li .wrap .comment {
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-market .c-list li .wrap .comment {
    font-size: 2.9333333333vw;
  }
}
.rise-aloha2025 .sec-market .ac-area dt {
  background: #d56885;
  border-radius: 40px;
  font-size: 22px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  width: 270px;
  margin: 50px auto 0;
  color: white;
  padding-right: 20px;
  padding-bottom: 4px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-market .ac-area dt {
    font-size: 3.2vw;
    height: 9.3333333333vw;
    width: 40%;
    margin: 5.3333333333vw auto 0;
    color: white;
    padding-right: 4vw;
  }
}
.rise-aloha2025 .sec-market .ac-area dt::after {
  content: "";
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -16px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-market .ac-area dt::after {
    background-size: 4.2666666667vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    right: 4vw;
    margin-top: -2.1333333333vw;
  }
}
.rise-aloha2025 .sec-market .ac-area dt.active::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.rise-aloha2025 .sec-market .ac-area dd {
  display: none;
}
.rise-aloha2025 .sec-market .gacha-area {
  background: #c89ea9;
  padding: 20px;
  margin: 70px 0 0;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-market .gacha-area {
    padding: 2.6666666667vw;
    margin: 9.3333333333vw 0 0;
  }
}
.rise-aloha2025 .sec-market .gacha-area .content {
  max-width: 1015px;
  margin: auto;
  position: relative;
  background-image: url(../img/market/bg-gacha.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 690px 85px 0 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 1200px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-market .gacha-area .content {
    max-width: 100%;
    background-image: url(../img/market/bg-gacha-sp.webp);
    padding: 66.6666666667vw 10.6666666667vw 0 8vw;
    height: 152vw;
  }
}
.rise-aloha2025 .sec-market .gacha-area .content .txt {
  text-align: center;
  font-size: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-market .gacha-area .content .txt {
    font-size: 3.2vw;
    text-align: left;
    margin-bottom: 2.6666666667vw;
  }
}
.rise-aloha2025 .sec-market .gacha-area .content small {
  font-size: 12px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-market .gacha-area .content small {
    font-size: 2.6666666667vw;
  }
}
.rise-aloha2025 .sec-market .gacha-area .content .banner-area {
  border-top: 1px solid #000;
  padding-top: 1.5em;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-market .gacha-area .content .banner-area {
    padding-top: 1em;
    margin-top: 1em;
  }
}
.rise-aloha2025 .sec-market .gacha-area .content .banner-area img {
  width: 80%;
  height: auto;
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-market .gacha-area .content .banner-area img {
    width: 100%;
  }
}
.rise-aloha2025 .sec-market .gacha-area .content .banner-area a {
  color: #3f94e0;
  text-decoration: underline;
  display: inline-block;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-market .gacha-area .content .banner-area a {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.rise-aloha2025 .sec-market .gacha-area .content .banner-area a:hover {
  text-decoration: none;
}

.rise-aloha2025 .sec-stage {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage {
    padding: 2.6666666667vw 0 0;
  }
}
.rise-aloha2025 .sec-stage .time-table {
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .time-table {
    margin: 5.3333333333vw 0;
  }
}
.rise-aloha2025 .sec-stage .time-table a {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.rise-aloha2025 .sec-stage .time-table a img {
  width: 537px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .time-table a img {
    width: 72%;
  }
}
.rise-aloha2025 .sec-stage .time-table a:hover {
  opacity: 0.6;
}
.rise-aloha2025 .sec-stage .time-table .note {
  font-size: 13px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .time-table .note {
    font-size: 2.9333333333vw;
    text-align: left;
    padding: 0 5.3333333333vw;
  }
}
.rise-aloha2025 .sec-stage .stage-list {
  max-width: 920px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .stage-list {
    max-width: 100%;
    padding: 0 4vw;
  }
}
.rise-aloha2025 .sec-stage .stage-list li {
  background: #f3ecdb;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .stage-list li {
    margin-bottom: 3.2vw;
    padding: 2.6666666667vw;
  }
}
.rise-aloha2025 .sec-stage .stage-list li .thumb {
  width: 46.6%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .stage-list li .thumb {
    width: 47%;
  }
}
.rise-aloha2025 .sec-stage .stage-list li .thumb img {
  width: 100%;
  height: auto;
}
.rise-aloha2025 .sec-stage .stage-list li .detail-area {
  width: 48.2%;
}
.rise-aloha2025 .sec-stage .stage-list li .detail-area .category {
  width: 100%;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin: 0 0 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 12px;
  background: #d56885;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .stage-list li .detail-area .category {
    padding: 0.8vw 0;
    line-height: 1.3;
    font-size: 2.9333333333vw;
    margin: 0 0 1.3333333333vw;
  }
}
.rise-aloha2025 .sec-stage .stage-list li .detail-area .event-ttl {
  font-size: 25px;
  color: #d56885;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .stage-list li .detail-area .event-ttl {
    font-size: 2.9333333333vw;
  }
}
.rise-aloha2025 .sec-stage .stage-list li .detail-area .event-ttl .sizeL {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .stage-list li .detail-area .event-ttl .sizeL {
    font-size: 4vw;
    white-space: nowrap;
  }
}
.rise-aloha2025 .sec-stage .stage-list li .detail-area .event-ttl .arial {
  font-family: arial;
  font-weight: 700;
}
.rise-aloha2025 .sec-stage .stage-list li .detail-area .event-ttl .sizeM {
  margin-top: 3px;
  display: inline-block;
  letter-spacing: 0;
}
.rise-aloha2025 .sec-stage .stage-list li .detail-area .day {
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #4d4d4d;
  margin: 25px 0 20px;
  border-radius: 8px;
  color: #4d4d4d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .stage-list li .detail-area .day {
    font-size: 2.6666666667vw;
    margin: 1.3333333333vw 0 2.6666666667vw;
    border-radius: 40px;
  }
}
.rise-aloha2025 .sec-stage .stage-list li .detail-area .day.mb {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .stage-list li .detail-area .day.mb {
    margin-bottom: 2.6666666667vw;
  }
}
.rise-aloha2025 .sec-stage .stage-list li .detail-area .num + .num {
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .stage-list li .detail-area .num + .num {
    margin-top: 1em;
  }
}
.rise-aloha2025 .sec-stage .stage-list li .detail-area .num h4 {
  font-size: 23px;
  color: #d56885;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .stage-list li .detail-area .num h4 {
    font-size: 3.4666666667vw;
    margin-bottom: 1.3333333333vw;
    line-height: 1.2;
  }
}
.rise-aloha2025 .sec-stage .stage-list li .detail-area .num h4 .arial {
  font-weight: 700;
  font-family: arial;
}
.rise-aloha2025 .sec-stage .stage-list li .detail-area .num h4 small {
  font-size: 75%;
  display: block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: left;
}
.rise-aloha2025 .sec-stage .stage-list li .detail-area .num p {
  font-size: 20px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .stage-list li .detail-area .num p {
    font-size: 2.9333333333vw;
    line-height: 1.6;
  }
  .rise-aloha2025 .sec-stage .stage-list li .detail-area .num p br {
    display: none;
  }
}
.rise-aloha2025 .sec-stage .stage-list2 {
  max-width: 920px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .stage-list2 {
    max-width: 100%;
    padding: 0 4vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.rise-aloha2025 .sec-stage .stage-list2 li {
  background: #f3ecdb;
  padding: 23px;
  margin: 0 2% 2% 0;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .stage-list2 li {
    padding: 2.6666666667vw;
    margin: 0 0 4%;
    width: 48%;
  }
}
.rise-aloha2025 .sec-stage .stage-list2 li:nth-child(3n) {
  margin-right: 0;
}
.rise-aloha2025 .sec-stage .stage-list2 li .detail-area {
  width: 100%;
}
.rise-aloha2025 .sec-stage .stage-list2 li .detail-area .category {
  width: 100%;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-weight: 700;
  color: white;
  margin: 0 0 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  background: #d56885;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .stage-list2 li .detail-area .category {
    padding: 0.8vw;
    line-height: 1.2;
    margin: 0 0 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
.rise-aloha2025 .sec-stage .stage-list2 li .detail-area .category.green {
  background: #7ca53e;
}
.rise-aloha2025 .sec-stage .stage-list2 li .detail-area .event-ttl {
  font-size: 24px;
  height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #d56885;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .stage-list2 li .detail-area .event-ttl {
    font-size: 3.4666666667vw;
    line-height: 1.3;
  }
}
.rise-aloha2025 .sec-stage .stage-list2 li .detail-area .event-ttl.green {
  color: #7ca53e;
}
.rise-aloha2025 .sec-stage .stage-list2 li .detail-area .event-ttl .arial {
  font-weight: 700;
  font-family: arial;
}
.rise-aloha2025 .sec-stage .stage-list2 li .detail-area .event-ttl small {
  font-size: 14px;
  font-weight: 700;
  display: block;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .stage-list2 li .detail-area .event-ttl small {
    font-size: 2.4vw;
  }
}
.rise-aloha2025 .sec-stage .stage-list2 li .detail-area .event-ttl .sizeS {
  font-size: 71%;
}
.rise-aloha2025 .sec-stage .stage-list2 li .detail-area .event-ttl .sizeS small {
  font-size: 58%;
  display: inline-block;
  margin-top: 5px;
}
.rise-aloha2025 .sec-stage .stage-list2 li .detail-area .event-ttl .sizeS2 {
  font-size: 65%;
}
.rise-aloha2025 .sec-stage .stage-list2 li .detail-area .day {
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #4d4d4d;
  margin: 10px 0 10px;
  border-radius: 6px;
  color: #4d4d4d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .stage-list2 li .detail-area .day {
    font-size: 2.6666666667vw;
    margin: 1.3333333333vw 0 2.6666666667vw;
  }
}
.rise-aloha2025 .sec-stage .stage-list2 li .detail-area .thumb {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 20px 0 10px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .stage-list2 li .detail-area .thumb {
    margin: 2.6666666667vw 0 1.3333333333vw;
  }
}
.rise-aloha2025 .sec-stage .stage-list2 li .detail-area .thumb img {
  width: 100%;
  height: auto;
}
.rise-aloha2025 .sec-stage .stage-list2 li .detail-area .num p {
  font-size: 17px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .stage-list2 li .detail-area .num p {
    font-size: 2.9333333333vw;
  }
}
.rise-aloha2025 .sec-stage .bottom-comingsoon {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .bottom-comingsoon {
    margin-top: 6.6666666667vw;
  }
}
.rise-aloha2025 .sec-stage .bottom-comingsoon p {
  font-size: 26px;
  color: #808080;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .bottom-comingsoon p {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.rise-aloha2025 .sec-stage .bottom-comingsoon img {
  width: 220px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-stage .bottom-comingsoon img {
    width: 45%;
  }
}

.rise-aloha2025 .sec-food {
  background: #deefee;
}
.rise-aloha2025 .sec-food .food-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 950px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-food .food-list {
    max-width: 100%;
    padding: 0 4vw;
  }
}
.rise-aloha2025 .sec-food .food-list li {
  padding: 25px;
  width: 48%;
  background: white;
  margin-bottom: 4%;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-food .food-list li {
    padding: 3.2vw;
  }
}
.rise-aloha2025 .sec-food .food-list li .name {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  color: #7ac0bb;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-food .food-list li .name {
    font-size: 2.4vw;
  }
}
.rise-aloha2025 .sec-food .food-list li .category {
  width: 100%;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-weight: 700;
  color: white;
  margin: 10px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  background: #7ac0bb;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-food .food-list li .category {
    font-size: 2.6666666667vw;
    padding: 0.8vw 0;
    margin: 2.6666666667vw 0;
    border-radius: 40px;
  }
}
.rise-aloha2025 .sec-food .food-list li .thumb {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-food .food-list li .thumb {
    margin-bottom: 2.6666666667vw;
  }
}
.rise-aloha2025 .sec-food .food-list li .thumb img {
  width: 100%;
  height: auto;
}
.rise-aloha2025 .sec-food .food-list li .comment {
  font-size: 17px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-food .food-list li .comment {
    font-size: 2.9333333333vw;
  }
}
.rise-aloha2025 .sec-food .food-list li .note {
  display: block;
  font-size: 85%;
  font-weight: 500;
  margin-top: 0.3em;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-food .food-list li .note {
    font-size: 2.4vw;
  }
}

.rise-aloha2025 .sec-workshop {
  background: #fdf0c3;
}
.rise-aloha2025 .sec-workshop .top-note {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  margin-top: -20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .top-note {
    font-size: 2.4vw;
    margin-top: -5.3333333333vw;
  }
}
.rise-aloha2025 .sec-workshop .workshop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 950px;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .workshop-list {
    max-width: 100%;
    margin: 8vw auto;
    padding: 0 4vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.rise-aloha2025 .sec-workshop .workshop-list li {
  width: 32%;
  margin: 0 2% 4% 0;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .workshop-list li {
    width: 48.5%;
    margin: 0 0 4%;
  }
  .rise-aloha2025 .sec-workshop .workshop-list li.center {
    margin-left: auto;
    margin-right: auto;
  }
  .rise-aloha2025 .sec-workshop .workshop-list li.sp-h .inner {
    min-height: 106.6666666667vw;
  }
}
.rise-aloha2025 .sec-workshop .workshop-list li:nth-child(3n) {
  margin-right: 0;
}
.rise-aloha2025 .sec-workshop .workshop-list li .inner {
  background: white;
  padding: 25px 25px 90px;
  position: relative;
  min-height: 660px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .workshop-list li .inner {
    padding: 2.6666666667vw 2.6666666667vw 16vw;
    min-height: 120vw;
  }
}
.rise-aloha2025 .sec-workshop .workshop-list li .day {
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .workshop-list li .day {
    font-size: 2.6666666667vw;
    padding: 0.8vw 0;
  }
}
.rise-aloha2025 .sec-workshop .workshop-list li .category {
  width: 100%;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-weight: 700;
  color: white;
  margin: 20px 0 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  background: #f7c20e;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .workshop-list li .category {
    font-size: 2.9333333333vw;
    padding: 0.8vw 0;
    margin: 2.6666666667vw 0 2.6666666667vw;
    border-radius: 40px;
  }
}
.rise-aloha2025 .sec-workshop .workshop-list li .thumb {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .workshop-list li .thumb {
    margin-bottom: 4vw;
  }
}
.rise-aloha2025 .sec-workshop .workshop-list li .thumb img {
  width: 100%;
  height: auto;
}
.rise-aloha2025 .sec-workshop .workshop-list li dl dt {
  cursor: pointer;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .workshop-list li dl dt {
    bottom: 4vw;
  }
}
.rise-aloha2025 .sec-workshop .workshop-list li dl dt img {
  width: 48px;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .workshop-list li dl dt img {
    width: 8vw;
  }
}
.rise-aloha2025 .sec-workshop .workshop-list li dl dt.bal::after {
  content: "";
  position: absolute;
  bottom: 52px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-image: url(../img/workshop/bal.svg);
  background-size: 100px auto;
  background-repeat: no-repeat;
  width: 100px;
  height: 39px;
  display: block;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .workshop-list li dl dt.bal::after {
    bottom: 8.8vw;
    background-size: 18.6666666667vw auto;
    width: 18.6666666667vw;
    height: 8vw;
  }
}
.rise-aloha2025 .sec-workshop .workshop-list li dl dt.active img {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.rise-aloha2025 .sec-workshop .workshop-list li dl dt.active.bal::after {
  content: none;
}
.rise-aloha2025 .sec-workshop .workshop-list li dl dd .first-view li {
  font-size: 16px;
  font-weight: 900;
  margin-right: 0;
  margin-bottom: 2px;
  width: 100%;
  color: #d69038;
  text-align: left;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .workshop-list li dl dd .first-view li {
    font-size: 2.9333333333vw;
  }
}
.rise-aloha2025 .sec-workshop .workshop-list li dl dd .first-view li.u_border {
  padding: 0 0 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #d69038;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .workshop-list li dl dd .first-view li.u_border {
    padding: 0 0 0.8vw;
    margin-bottom: 0.8vw;
  }
}
.rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content {
  display: none;
  color: #d69038;
}
.rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content p.txt {
  font-size: 16px;
  margin-top: -0.5em;
  color: #4d4d4d;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content p.txt {
    font-size: 2.9333333333vw;
  }
}
.rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content h3 {
  margin-top: 1em;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 5px;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content h3 {
    font-size: 3.4666666667vw;
    margin-bottom: 0.8vw;
  }
}
.rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content table {
  width: 100%;
}
.rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content table th {
  width: 30%;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content table th {
    width: 35%;
  }
}
.rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content table th span {
  border: 1px solid #d69038;
  padding: 1px 2px 2px;
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: center;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content table th span {
    font-size: 2.6666666667vw;
  }
}
.rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content table td {
  padding-left: 1em;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 3px;
  text-align: left;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content table td {
    font-size: 2.6666666667vw;
    padding-left: 0.5em;
  }
}
.rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content table td a {
  color: #3f98e4;
  text-decoration: underline;
  white-space: nowrap;
}
.rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content .txt-link {
  text-align: center;
  margin: 10px 0;
}
.rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content .txt-link a {
  color: #3f98e4;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content .txt-link a {
    font-size: 3.4666666667vw;
  }
}
.rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content .time-list {
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content .time-list {
    font-size: 3.4666666667vw;
  }
}
.rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content .time-list + .time-list {
  margin-top: 0.5em;
}
.rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content .note {
  font-size: 10px;
  color: black;
  margin-top: 2px;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content .note {
    font-size: 2.4vw;
  }
}
.rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content .shop-info {
  background: #fdf2cc;
  border: 1px solid #d69038;
  border-radius: 8px;
  font-size: 16px;
  color: #d69038;
  font-weight: 600;
  text-align: center;
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content .shop-info {
    font-size: 2.9333333333vw;
  }
}
.rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content .shop-info::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #d69038;
  border-right: 2px solid #d69038;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .workshop-list li dl dd .hiden-content .shop-info::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    right: 2.6666666667vw;
    margin-top: -1.0666666667vw;
  }
}
.rise-aloha2025 .sec-workshop .workshop-list li dl dd.active .first-view {
  display: none;
}
.rise-aloha2025 .sec-workshop .workshop-list li dl dd.active .hiden-content {
  display: block;
}
.rise-aloha2025 .sec-workshop .sec-experience {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-experience {
    margin-top: 10.6666666667vw;
  }
}
.rise-aloha2025 .sec-workshop .sec-experience .time-table {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-experience .time-table {
    padding: 0 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.rise-aloha2025 .sec-workshop .sec-experience .time-table img {
  width: 540px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-experience .time-table img {
    width: 100%;
  }
}
.rise-aloha2025 .sec-workshop .sec-experience .zone-ticket-area {
  max-width: 920px;
  margin: auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-experience .zone-ticket-area {
    padding: 0 5.3333333333vw 8vw;
  }
}
.rise-aloha2025 .sec-workshop .sec-experience .zone-ticket-area .banner {
  width: 100%;
}
.rise-aloha2025 .sec-workshop .sec-experience .zone-ticket-area .banner img {
  width: 100%;
  height: auto;
}
.rise-aloha2025 .sec-workshop .sec-experience .zone-ticket-area .txt {
  font-size: 13px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-experience .zone-ticket-area .txt {
    font-size: 2.9333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.rise-aloha2025 .sec-workshop .sec-experience .experience-list {
  max-width: 920px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-experience .experience-list {
    max-width: 100%;
    padding: 0 4vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.rise-aloha2025 .sec-workshop .sec-experience .experience-list li {
  background: white;
  padding: 23px;
  margin: 0 2% 2% 0;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-experience .experience-list li {
    padding: 2.6666666667vw;
    margin: 0 0 4%;
    width: 48%;
  }
}
.rise-aloha2025 .sec-workshop .sec-experience .experience-list li:nth-child(3n) {
  margin-right: 0;
}
.rise-aloha2025 .sec-workshop .sec-experience .experience-list li .detail-area {
  width: 100%;
}
.rise-aloha2025 .sec-workshop .sec-experience .experience-list li .detail-area .category {
  width: 100%;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-weight: 700;
  color: white;
  margin: 0 0 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px;
  background: #d28c38;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-experience .experience-list li .detail-area .category {
    padding: 0.8vw;
    line-height: 1.2;
    margin: 0 0 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
.rise-aloha2025 .sec-workshop .sec-experience .experience-list li .detail-area .category.green {
  background: #7ca53e;
}
.rise-aloha2025 .sec-workshop .sec-experience .experience-list li .detail-area .event-ttl {
  font-size: 24px;
  height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #d28c38;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-experience .experience-list li .detail-area .event-ttl {
    font-size: 3.4666666667vw;
    line-height: 1.3;
  }
}
.rise-aloha2025 .sec-workshop .sec-experience .experience-list li .detail-area .event-ttl.green {
  color: #7ca53e;
}
.rise-aloha2025 .sec-workshop .sec-experience .experience-list li .detail-area .event-ttl .arial {
  font-weight: 700;
  font-family: arial;
}
.rise-aloha2025 .sec-workshop .sec-experience .experience-list li .detail-area .event-ttl small {
  font-size: 14px;
  font-weight: 700;
  display: block;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-experience .experience-list li .detail-area .event-ttl small {
    font-size: 2.4vw;
  }
}
.rise-aloha2025 .sec-workshop .sec-experience .experience-list li .detail-area .event-ttl .sizeS {
  font-size: 71%;
}
.rise-aloha2025 .sec-workshop .sec-experience .experience-list li .detail-area .event-ttl .sizeS small {
  font-size: 58%;
  display: inline-block;
  margin-top: 5px;
}
.rise-aloha2025 .sec-workshop .sec-experience .experience-list li .detail-area .event-ttl .sizeS2 {
  font-size: 65%;
}
.rise-aloha2025 .sec-workshop .sec-experience .experience-list li .detail-area .day {
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #4d4d4d;
  margin: 10px 0 10px;
  border-radius: 6px;
  color: #4d4d4d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-experience .experience-list li .detail-area .day {
    font-size: 2.6666666667vw;
    margin: 1.3333333333vw 0 2.6666666667vw;
  }
}
.rise-aloha2025 .sec-workshop .sec-experience .experience-list li .detail-area .thumb {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 20px 0 10px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-experience .experience-list li .detail-area .thumb {
    margin: 2.6666666667vw 0 1.3333333333vw;
  }
}
.rise-aloha2025 .sec-workshop .sec-experience .experience-list li .detail-area .thumb img {
  width: 100%;
  height: auto;
}
.rise-aloha2025 .sec-workshop .sec-experience .experience-list li .detail-area .num p {
  font-size: 17px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-experience .experience-list li .detail-area .num p {
    font-size: 2.9333333333vw;
  }
}
.rise-aloha2025 .sec-workshop .sec-culture {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-culture {
    margin-top: 16vw;
  }
}
.rise-aloha2025 .sec-workshop .sec-culture .c-list {
  max-width: 875px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-culture .c-list {
    max-width: 90.6666666667vw;
  }
}
.rise-aloha2025 .sec-workshop .sec-culture .c-list li {
  width: 32%;
}
.rise-aloha2025 .sec-workshop .sec-culture .c-list li img {
  width: 100%;
  height: auto;
}
.rise-aloha2025 .sec-workshop .sec-culture .solario-area {
  max-width: 875px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-culture .solario-area {
    max-width: 100%;
    padding: 0 4vw;
    margin-top: 6.6666666667vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.rise-aloha2025 .sec-workshop .sec-culture .solario-area .thumb {
  width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-culture .solario-area .thumb {
    width: 32%;
  }
}
.rise-aloha2025 .sec-workshop .sec-culture .solario-area .thumb img {
  width: 100%;
  height: auto;
}
.rise-aloha2025 .sec-workshop .sec-culture .solario-area .txt-area {
  padding-left: 25px;
  padding-top: 10px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-culture .solario-area .txt-area {
    width: 68%;
    padding-left: 2.6666666667vw;
    padding-top: 0;
  }
}
.rise-aloha2025 .sec-workshop .sec-culture .solario-area .txt-area h3 {
  font-size: 27px;
  font-weight: 700;
  color: #2e4234;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-culture .solario-area .txt-area h3 {
    font-size: 4.2666666667vw;
  }
}
.rise-aloha2025 .sec-workshop .sec-culture .solario-area .txt-area h3 small {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-culture .solario-area .txt-area h3 small {
    font-size: 3.2vw;
    display: block;
  }
}
.rise-aloha2025 .sec-workshop .sec-culture .solario-area .txt-area .type {
  font-size: 17px;
  font-weight: 700;
  color: #2e4234;
  margin-top: 5px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-culture .solario-area .txt-area .type {
    font-size: 2.9333333333vw;
    margin-top: 0;
  }
}
.rise-aloha2025 .sec-workshop .sec-culture .solario-area .txt-area .txt {
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  line-height: 1.8;
  text-align: left;
}
.rise-aloha2025 .sec-workshop .sec-culture .solario-area .txt-area .bal {
  position: absolute;
  right: 0px;
  top: -60px;
  width: 200px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-culture .solario-area .txt-area .bal {
    top: -18.6666666667vw;
    width: 33.3333333333vw;
    right: -2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-culture .solario-area .txt {
    width: 100%;
    font-size: 2.9333333333vw;
    margin-top: 1.3333333333vw;
    text-align: left;
    font-weight: 600;
  }
}
.rise-aloha2025 .sec-workshop .sec-culture .green-room {
  max-width: 875px;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-culture .green-room {
    max-width: 100%;
    padding: 5.3333333333vw 4vw 0;
    margin: 5.3333333333vw auto 0;
    border-top: 1px solid black;
  }
}
.rise-aloha2025 .sec-workshop .sec-culture .green-room h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-culture .green-room h3 {
    display: none;
  }
}
.rise-aloha2025 .sec-workshop .sec-culture .green-room h3::before {
  content: "";
  height: 1px;
  width: 100%;
  background: black;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.rise-aloha2025 .sec-workshop .sec-culture .green-room h3 span {
  display: inline-block;
  background: #fdf0c3;
  padding: 0 52px;
  z-index: 3;
}
.rise-aloha2025 .sec-workshop .sec-culture .green-room h3 span img {
  width: 228px;
  height: auto;
}
.rise-aloha2025 .sec-workshop .sec-culture .green-room .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-culture .green-room .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}
.rise-aloha2025 .sec-workshop .sec-culture .green-room .row .txt {
  font-size: 17px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  padding-right: 25px;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-culture .green-room .row .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    font-size: 2.9333333333vw;
    padding: 2.6666666667vw 0 0;
  }
}
.rise-aloha2025 .sec-workshop .sec-culture .green-room .row .thumb {
  width: 324px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-culture .green-room .row .thumb {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.rise-aloha2025 .sec-workshop .sec-culture .green-room .row .thumb span {
  display: none;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-culture .green-room .row .thumb span {
    width: 56%;
    display: block;
    text-align: center;
  }
}
.rise-aloha2025 .sec-workshop .sec-culture .green-room .row .thumb img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-culture .green-room .row .thumb img[src*="ttl.svg"] {
    width: 35.7333333333vw;
    height: auto;
  }
  .rise-aloha2025 .sec-workshop .sec-culture .green-room .row .thumb img[src*="fig.webp"] {
    width: 44%;
    height: auto;
  }
}
.rise-aloha2025 .sec-workshop .sec-history, .rise-aloha2025 .sec-workshop .sec-free {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-history, .rise-aloha2025 .sec-workshop .sec-free {
    margin-top: 10.6666666667vw;
  }
}
.rise-aloha2025 .sec-workshop .sec-history .c-list, .rise-aloha2025 .sec-workshop .sec-free .c-list {
  max-width: 875px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-workshop .sec-history .c-list, .rise-aloha2025 .sec-workshop .sec-free .c-list {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.rise-aloha2025 .sec-workshop .sec-history .c-list li, .rise-aloha2025 .sec-workshop .sec-free .c-list li {
  width: 32%;
}
.rise-aloha2025 .sec-workshop .sec-history .c-list li img, .rise-aloha2025 .sec-workshop .sec-free .c-list li img {
  width: 100%;
  height: auto;
}

.rise-aloha2025 .sec-beer-terrace {
  padding: 55px 0;
  max-width: 865px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-beer-terrace {
    padding: 8vw 2.6666666667vw;
    max-width: 100%;
  }
}
.rise-aloha2025 .sec-beer-terrace .ttl {
  color: #f04376;
  font-size: 29px;
  letter-spacing: 0.02em;
  font-weight: 800;
  margin-bottom: 10px;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-beer-terrace .ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.rise-aloha2025 .sec-beer-terrace .mv img {
  width: 100%;
  height: auto;
}
.rise-aloha2025 .sec-beer-terrace .btn {
  background: #ff97a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  color: white;
  font-weight: 700;
  font-size: 20px;
  margin-top: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-beer-terrace .btn {
    height: 8vw;
    font-size: 3.4666666667vw;
    margin-top: 5px;
  }
}
.rise-aloha2025 .sec-beer-terrace .btn:hover {
  opacity: 0.6;
}
.rise-aloha2025 .sec-beer-terrace .detail-area {
  position: relative;
}
.rise-aloha2025 .sec-beer-terrace .detail-area::before {
  content: "";
  background-image: url(../img/bottom/bal.svg);
  background-repeat: no-repeat;
  background-size: 179px auto;
  width: 179px;
  height: 163px;
  position: absolute;
  right: 0;
  top: -73px;
  display: block;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-beer-terrace .detail-area::before {
    background-image: url(../img/bottom/bal-sp.svg);
    background-size: 26.6666666667vw auto;
    width: 26.6666666667vw;
    height: 24.5333333333vw;
    top: -12vw;
    right: -2.6666666667vw;
  }
}
.rise-aloha2025 .sec-beer-terrace .detail-area table {
  margin: 20px auto 15px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-beer-terrace .detail-area table {
    margin: 2.6666666667vw 0 2.6666666667vw;
  }
}
.rise-aloha2025 .sec-beer-terrace .detail-area table th {
  font-size: 23px;
  font-weight: 700;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-beer-terrace .detail-area table th {
    font-size: 2.9333333333vw;
    padding-bottom: 0.5333333333vw;
  }
}
.rise-aloha2025 .sec-beer-terrace .detail-area table td {
  font-size: 23px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  padding-bottom: 5px;
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-beer-terrace .detail-area table td {
    font-size: 2.9333333333vw;
    padding-bottom: 0.5333333333vw;
  }
}
.rise-aloha2025 .sec-beer-terrace .detail-area .note {
  text-align: center;
  font-size: 11px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-beer-terrace .detail-area .note {
    font-size: 2.6666666667vw;
  }
}
.rise-aloha2025 .sec-beer-terrace .kouen-area {
  padding: 50px 0 25px;
  text-align: center;
  border-top: 1px solid #9f9f9f;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-beer-terrace .kouen-area {
    margin: 10.6666666667vw 0 0;
    padding: 5.3333333333vw 0;
  }
}
.rise-aloha2025 .sec-beer-terrace .kouen-area h3 {
  margin-bottom: 10px;
}
.rise-aloha2025 .sec-beer-terrace .kouen-area h3 img {
  width: 100%;
  height: auto;
}
.rise-aloha2025 .sec-beer-terrace .kouen-area .banner {
  text-align: center;
}
.rise-aloha2025 .sec-beer-terrace .kouen-area .banner img {
  width: 80%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-beer-terrace .kouen-area .banner img {
    width: 100%;
  }
}
.rise-aloha2025 .sec-beer-terrace .kouen-area .banner + .banner {
  margin-top: 10px;
}
.rise-aloha2025 .sec-beer-terrace .note2 {
  text-align: center;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .rise-aloha2025 .sec-beer-terrace .note2 {
    font-size: 2.6666666667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.pop-style {
  max-width: 800px;
  margin: auto;
  background: white;
  border-radius: 20px;
  position: relative;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.45);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 767px) {
  .pop-style {
    max-height: 90vh;
    overflow: auto;
    border-radius: 12px;
  }
}
.pop-style .inner {
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pop-style .inner {
    padding: 5.3333333333vw;
    display: block;
  }
}
.pop-style .inner .thumb {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .pop-style .inner .thumb {
    width: 60%;
    margin: 0 auto 5.3333333333vw;
  }
}
.pop-style .inner .thumb img {
  width: 100%;
  height: auto;
}
.pop-style .inner p {
  width: 57%;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .pop-style .inner p {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
.pop-style .popup-modal-dismiss {
  position: absolute;
  right: 20px;
  top: 20px;
  mix-blend-mode: multiply;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 767px) {
  .pop-style .popup-modal-dismiss {
    right: 4vw;
    top: 4vw;
  }
}
.pop-style .popup-modal-dismiss img {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .pop-style .popup-modal-dismiss img {
    width: 8vw;
  }
}
/*# sourceMappingURL=style.css.map */