@charset "UTF-8";
/*** The new CSS reset - version 1.11.3 (last updated 25.8.2024) ***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu,
summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
  -moz-user-select: auto;
       user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  line-break: after-white-space;
  -webkit-user-select: auto;
  -moz-user-select: auto;
       user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

@font-face {
  font-family: "MOBO";
  font-weight: 200;
  src: url("../font/MOBO-Font11/MOBO-ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: "MOBO";
  font-weight: 400;
  src: url("../font/MOBO-Font11/MOBO-Regular.otf") format("opentype");
}
@font-face {
  font-family: "MOBO";
  font-weight: 600;
  src: url("../font/MOBO-Font11/MOBO-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "MOBO";
  font-weight: 700;
  src: url("../font/MOBO-Font11/MOBO-Bold.otf") format("opentype");
}
@font-face {
  font-family: "VACATIONVIBES";
  font-weight: 400;
  src: url("../font/vacation-vibes-handwritten-font/VACATIONVIBES.otf") format("opentype");
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

picture {
  display: block;
  max-width: 100%;
}

body {
  background-color: #fdfef3;
  color: #3d3d3a;
  font-family: "MOBO", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.2rem;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-x: clip;
}
body.is-loading {
  overflow: hidden;
}
body:not(.is-loading) .c-loading {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: 0.4;
  mix-blend-mode: soft-light;
  pointer-events: none;
  overflow: hidden;
}
.overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  width: min(1000px, 84%);
  margin: 0 auto;
}

a:hover {
  transition: 0.2s;
  opacity: 0.7;
}

.l-header {
  text-align: center;
}
.l-header img {
  width: 140px;
}

.l-decoration__right {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .l-decoration__right {
    width: 20px;
  }
}
.l-decoration__right img {
  height: 100vh;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .l-decoration__right img {
    width: 20px;
  }
}
.l-decoration__left {
  margin-left: 40px;
  position: fixed;
  display: flex;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .l-decoration__left {
    margin-left: 0;
    gap: 4px;
  }
}
.l-decoration__left--line {
  width: 8px;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .l-decoration__left--line {
    width: 6px;
  }
}
.l-decoration__left--line.red {
  background-color: #91493b;
}
.l-decoration__left--line.orange {
  background-color: #d87f4f;
}
.l-decoration__left--line.blue {
  background-color: #0a8392;
}

.l-footer {
  position: relative;
  z-index: 10;
  text-align: center;
  height: auto;
  width: 100%;
  background: url("../image/object/footer.png");
  background-size: cover;
  background-position: top center;
  padding: 146px 0 72px;
  color: #fdfef3;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 70px 0 20px;
  }
}
.l-footer ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .l-footer ul {
    margin-bottom: 30px;
    gap: 16px;
  }
}
.l-footer ul li a img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer ul li a img {
    width: 24px;
  }
}
.l-footer small {
  font-size: 10px;
  font-weight: 200;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .l-footer small {
    font-size: 8px;
  }
}

.p-hero {
  display: flex;
  align-items: center;
  gap: 47px;
}
@media screen and (max-width: 768px) {
  .p-hero {
    flex-direction: column;
    gap: 24px;
  }
}
.p-hero__menu {
  font-family: "VACATIONVIBES";
  font-size: 23px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #d87f4f;
}
@media screen and (max-width: 768px) {
  .p-hero__menu {
    gap: 20px;
    order: 1;
  }
}
.p-hero__menu li:nth-child(even) {
  color: #0a8392;
}

.p-disc {
  margin: 80px 0;
}
.p-disc__album {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-disc__album {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
}
.p-disc__album--jacket {
  width: min(383px, 100%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-disc__album--jacket {
    padding-bottom: 30px;
  }
}
.p-disc__album--jacket__image {
  display: block;
  margin: 0 auto;
  width: 309px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p-disc__album--jacket__image {
    width: 193px;
  }
}
.p-disc__album--jacket__bg {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-animation: rotation 20s linear infinite;
          animation: rotation 20s linear infinite;
}
.p-disc__info {
  text-align: center;
  width: min(422px, 100%);
}
@media screen and (max-width: 768px) {
  .p-disc__info {
    width: min(500px, 100%);
    margin: 0 auto;
  }
}
.p-disc__info h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.p-disc__info h3 span {
  display: block;
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 8px;
}
.p-disc__info--list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 8px 0 16px;
}
@media screen and (max-width: 768px) {
  .p-disc__info--list {
    flex-direction: column;
    align-items: center;
  }
}
.p-disc__info--list ul {
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 2px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-disc__info--list ul {
    width: 100%;
    text-align: center;
  }
}
.p-disc__info--detail {
  margin-bottom: 12px;
}
.p-disc__info--detail h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.p-disc__info--detail p {
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 2px;
}
.p-disc__video {
  text-align: center;
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .p-disc__video {
    margin-top: 40px;
  }
}
.p-disc__video--box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-disc__video--box {
    flex-direction: column;
    margin-top: 0;
  }
}
.p-disc__video--box__inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-disc__video--box__inner p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 2px;
}
.p-disc__video--box__inner hr {
  border: none;
  border-bottom: solid 1px #3d3d3a;
  width: 64px;
}
@media screen and (max-width: 768px) {
  .p-disc__video--box__inner hr {
    display: none;
  }
}
.p-disc__video--box__youtube {
  width: 620px;
  height: 390px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-disc__video--box__youtube {
    width: min(620px, 100%);
    height: auto;
    padding: 40px 0;
    margin: 8px 0 24px;
  }
}
.p-disc__video--box__youtube iframe {
  width: 427px;
  height: 240px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-disc__video--box__youtube iframe {
    width: 200px;
    height: 112px;
    margin-top: 0;
  }
}
.p-disc__video--box__youtube img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-disc__video--box__youtube img {
    right: 0;
    margin: auto;
  }
}
.p-disc__video--box.video02 {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-disc__video--box.video02 .p-disc__video--box__youtube {
    order: 1;
  }
}
.p-disc__video--box.video03 {
  z-index: 3;
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-ticketInfo {
  text-align: center;
  padding: 24px 16px;
  background-color: #a5c6c4;
  border: solid 1px #91493b;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .p-ticketInfo {
    padding: 16px 24px;
    font-size: 14px;
  }
}
.p-ticketInfo__info {
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-ticketInfo__info {
    font-size: 14px;
  }
}
.p-ticketInfo h3 {
  font-family: "VACATIONVIBES";
  color: #0a8392;
  font-size: 24px;
  line-height: 1.3;
  margin: 4px 0;
}
.p-ticketInfo h4 {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 2px;
  margin: 4px 0;
}
@media screen and (max-width: 768px) {
  .p-ticketInfo h4 {
    font-size: 16px;
  }
}
.p-ticketInfo a {
  color: #0a8392;
  text-decoration: underline;
  word-break: break-all;
  display: inline-block;
}
.p-ticketInfo span {
  display: inline-block;
}

.p-tour {
  margin: 80px auto;
  text-align: center;
  width: min(646px, 100%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-tour {
    margin: 64px auto;
  }
}
.p-tour .c-contentsTitle {
  color: #0a8392;
}
.p-tour__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-tour__title {
    font-size: 16px;
  }
}
.p-tour__list {
  font-weight: 600;
  line-height: 1.7;
  margin: 16px 0;
}
@media screen and (max-width: 768px) {
  .p-tour__list {
    font-size: 12px;
  }
}
.p-tour hr {
  border: none;
  border-bottom: dashed 3px #0a8392;
  margin: 24px 0;
}
.p-tour h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}
.p-tour__more {
  font-family: "VACATIONVIBES";
  margin-top: 24px;
  font-size: 20px;
  color: #a5c6c4;
}
.p-tour__decoration {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-tour__decoration {
    display: none;
  }
}
.p-tour__decoration.deco01 {
  top: -100px;
  left: -200px;
}
.p-tour__decoration.deco02 {
  top: 270px;
  right: -200px;
}

.p-live {
  margin: 80px auto;
  text-align: center;
  width: min(646px, 100%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-live {
    margin: 40px auto;
  }
}
.p-live hr {
  border: none;
  border-bottom: dashed 3px #91493b;
  margin: 24px 0;
}
.p-live h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-live h5 {
    font-size: 16px;
  }
}
.p-live__more {
  font-family: "VACATIONVIBES";
  margin-top: 24px;
  font-size: 20px;
  color: #d87f4f;
}
.p-live .p-ticketInfo {
  background-color: #f6b08a;
  border-color: #0a8392;
}
.p-live .p-ticketInfo h3,
.p-live .p-ticketInfo a {
  color: #91493b;
}
.p-live__decoration {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-live__decoration {
    display: none;
  }
}
.p-live__decoration.deco01 {
  top: -100px;
  left: -200px;
}
.p-live__decoration.deco02 {
  top: 0px;
  right: -300px;
}
.p-live__decoration.deco03 {
  top: 50%;
  left: -220px;
}

.p-profile {
  width: min(983px, 100%);
  margin: 80px auto;
}
.p-profile .c-contentsTitle {
  color: #0a8392;
}
.p-profile__wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-profile__wrap {
    flex-direction: column;
    align-items: center;
  }
}
.p-profile__image {
  position: relative;
  width: min(440px, 100%);
}
.p-profile__image--main {
  width: 380px;
  height: auto;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-profile__image--main {
    width: 220px;
    margin: 0 auto;
    display: block;
    padding: 20px 0;
  }
}
.p-profile__image--bg {
  position: absolute;
  top: 0;
  left: -40px;
  width: 100%;
  z-index: -1;
  -webkit-animation: rotation 20s linear infinite;
          animation: rotation 20s linear infinite;
}
@media screen and (max-width: 768px) {
  .p-profile__image--bg {
    left: 0;
  }
}
.p-profile__logo {
  width: 140px;
}
.p-profile__box {
  text-align: center;
  flex: 1;
}
.p-profile__box p {
  margin: 24px 0;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .p-profile__box p {
    font-size: 14px;
  }
}
.p-profile__box--name {
  display: flex;
  justify-content: center;
  gap: 40px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-profile__box--name {
    gap: 24px;
  }
}
.p-profile__box--name p {
  font-weight: 400;
  margin: 0;
}
.p-profile__box--name span {
  display: inline-block;
  font-weight: 700;
  margin-right: 16px;
}

.p-info {
  width: min(480px, 100%);
  margin: 80px auto 160px;
  text-align: center;
  position: relative;
}
.p-info h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 24px;
}
@media screen and (max-width: 768px) {
  .p-info h3 {
    margin: 24px 0 16px;
  }
}
.p-info a {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #fdfef3;
  padding: 16px 24px;
  background-color: #0a8392;
  border-radius: 12px;
  border-bottom: solid 4px #a5c6c4;
  word-break: break-all;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 768px) {
  .p-info a {
    font-size: 16px;
    padding: 20px 16px;
  }
}
.p-info__mail {
  background-color: #91493b !important;
  border-color: #d87f4f !important;
}
.p-info__decoration {
  position: absolute;
  z-index: -1;
  top: -20%;
  right: -60%;
}
@media screen and (max-width: 768px) {
  .p-info__decoration {
    display: none;
  }
}

.c-contentsTitle {
  font-family: "VACATIONVIBES";
  font-size: 50px;
  line-height: 1;
  padding: 10px;
  text-align: center;
  color: #d87f4f;
}

.c-loading {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background-color: #fdfef3;
  z-index: 200;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.c-loading__logo {
  width: min(180px, 42vw);
  -webkit-animation: loadingLogo 1.8s ease-in-out infinite;
          animation: loadingLogo 1.8s ease-in-out infinite;
}

@-webkit-keyframes loadingLogo {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(4px);
    opacity: 0.82;
  }
}

@keyframes loadingLogo {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(4px);
    opacity: 0.82;
  }
}
.u-br__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-br__sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-br__pc {
    display: none;
  }
}