@charset "UTF-8";
.spD {
  display: none;
}
@media screen and (max-width: 768px) {
  .spD {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pcD {
    display: none;
  }
}

.smaller {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .smaller {
    font-size: min(3.2vw, 24px);
  }
}
.smaller-lg {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .smaller-lg {
    font-size: min(3.7333333333vw, 28px);
    line-height: 2;
  }
}

.btnRed {
  width: 100%;
}
.btnRed-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 335px;
  height: 64px;
  background: #ED1C24;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 22px;
  border-radius: 32px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btnRed-inner {
    width: min(89.3333333333vw, 670px);
    height: min(17.0666666667vw, 128px);
    font-size: min(5.8666666667vw, 44px);
    border-radius: min(8.5333333333vw, 64px);
  }
}
.btnRed-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 331px;
  height: 60px;
  border: 2px solid #FFFFFF;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .btnRed-inner::before {
    width: min(88.2666666667vw, 662px);
    height: min(16vw, 120px);
    border: min(0.5333333333vw, 4px) solid #FFFFFF;
    border-radius: min(8vw, 60px);
  }
}
.btnRed-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 10px;
  transform: translateX(-40%) rotate(-90deg);
  background: url("../common/img/item_arw.webp") no-repeat center/contain;
  width: 18px;
  height: 13px;
}

.btnPink {
  width: 100%;
}
.btnPink-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 50px;
  background: #FF5B97;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 22px;
  border-radius: 32px;
  margin: 16px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btnPink-inner {
    width: min(72vw, 540px);
    height: min(13.3333333333vw, 100px);
    font-size: min(5.8666666667vw, 44px);
    border-radius: min(8.5333333333vw, 64px);
    margin-top: min(4.2666666667vw, 32px);
  }
}
.btnPink-inner:disabled {
  background: #C5C5C5;
}
.btnPink-inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 331px;
  height: 60px;
  border: 2px solid #FFFFFF;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .btnPink-inner::before {
    width: min(88.2666666667vw, 662px);
    height: min(16vw, 120px);
    border: min(0.5333333333vw, 4px) solid #FFFFFF;
    border-radius: min(8vw, 60px);
  }
}
.btnPink-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 10px;
  transform: translateX(-40%) rotate(-90deg);
  background: url("../common/img/item_arw.webp") no-repeat center/contain;
  width: 18px;
  height: 13px;
}

.dot {
  margin: -0.6em;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a img {
  border: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  margin: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

[disabled] {
  cursor: not-allowed;
}

input[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  opacity: 0.7;
}

:-ms-input-placeholder {
  opacity: 0.7;
}

::placeholder {
  opacity: 0.7;
}

b,
strong {
  font-weight: bolder;
}

i,
em {
  font-style: italic;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

#wrapper {
  position: relative;
  padding-top: min(2.6923076923vw, 35px);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
@media screen and (max-width: 768px) {
  #wrapper {
    padding-top: 0;
  }
}
#wrapper .content_center {
  max-width: 375px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
  filter: drop-shadow(0 0 12px #D6A768);
}
@media screen and (max-width: 768px) {
  #wrapper .content_center {
    max-width: 100%;
  }
}
#wrapper .content_left, #wrapper .content_right {
  position: fixed;
  top: 0;
  height: 100vh;
  width: calc(50% - 187px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #wrapper .content_left, #wrapper .content_right {
    display: none;
  }
}
#wrapper .content_left {
  left: 0;
  background-image: url("../common/img/bg_left.png");
}
#wrapper .content_left img {
  height: auto;
  width: 300px;
}
@media screen and (max-width: 768px) {
  #wrapper .content_left img {
    width: min(46.0769230769vw, 599px);
  }
}
#wrapper .content_right {
  right: 0;
  background-image: url("../common/img/bg_right.png");
  margin: 0 auto;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
#wrapper .content_right::-webkit-scrollbar {
  display: none; /* Chrome, Safari, and Opera */
}
#wrapper .content_right .event {
  background: none;
}
#wrapper .content_right .event .event_header {
  background: none;
  padding-top: min(10.6666666667vw, 80px);
}

/***************************************
  画面上部の無限スクロールテキスト
****************************************/
/* -------------------------------------
   Keyframes
------------------------------------- */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* -------------------------------------
   Layout
------------------------------------- */
.head-text {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background-color: #ff5b97;
  z-index: 999;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .head-text {
    position: relative;
    height: min(9.3333333333vw, 70px);
  }
}

/* viewport mask */
.scroll-infinity__wrap {
  width: 100%;
  overflow: hidden;
}

/* animated track */
.scroll-infinity__track {
  display: flex;
  width: max-content;
  animation: infinity-scroll-left 50s linear infinite;
}

/* duplicated lists */
.scroll-infinity__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 50px;
  list-style: none;
  padding-right: 50px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .scroll-infinity__list {
    padding-right: min(13.3333333333vw, 100px);
    gap: min(13.3333333333vw, 100px);
  }
}

/* text item */
.scroll-infinity__item--text {
  display: inline-block;
  white-space: nowrap;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .scroll-infinity__item--text {
    font-size: min(3.2vw, 24px);
  }
}

.intro_wrapper {
  background: #FFEA9E;
  background-image: url("../common/img/intro_bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .intro_wrapper {
    padding: min(6.6666666667vw, 50px) 0;
  }
}
.intro_lead {
  color: #00A760;
  text-align: center;
  font-weight: bold;
  background: #fff;
  margin: 0 auto;
  padding: 18px;
  font-size: 13px;
  width: 316px;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .intro_lead {
    padding: min(4.6666666667vw, 35px) 0;
    font-size: min(3.3333333333vw, 25px);
    width: min(84.2666666667vw, 632px);
    border-radius: min(4vw, 30px);
  }
}

.event {
  background: #FEF9F2;
}
.event .beige {
  background: #FEF9F2;
}
.event_wrapper {
  background: url("../common/img/event_bg.png") no-repeat top/cover;
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .event_wrapper {
    padding-bottom: min(22.6666666667vw, 170px);
  }
}
.event_header {
  width: 100%;
  padding: 75px 19px 0;
}
@media screen and (max-width: 768px) {
  .event_header {
    padding: min(20vw, 150px) min(5.0666666667vw, 38px) 0;
  }
}
.event_header-01 {
  background: #FEF9F2 url("../common/img/event_top01.webp") no-repeat center/cover;
  height: 130px;
}
@media screen and (max-width: 768px) {
  .event_header-01 {
    height: min(34.6666666667vw, 260px);
  }
}
.event_header-02 {
  height: 135px;
}
@media screen and (max-width: 768px) {
  .event_header-02 {
    height: min(36vw, 270px);
  }
}
.event_title {
  font-weight: bold;
  color: #FF5B97;
  text-align: center;
  margin: 0 auto;
  font-size: 28px;
  height: 54px;
  line-height: 2.1071428571;
}
@media screen and (max-width: 768px) {
  .event_title {
    font-size: min(7.4666666667vw, 56px);
    height: min(14.4vw, 108px);
    line-height: min(14.4vw, 108px);
  }
}
.event_title-01 {
  background: url("../common/img/event_stars01.webp") no-repeat center/contain;
}
.event_title-02 {
  background: url("../common/img/event_stars02.webp") no-repeat center/contain;
}
.event_btn {
  display: flex;
  background: #fff;
  margin: 0 auto;
  align-items: center;
  font-weight: bold;
  border: 2px #FF5B97 solid;
  width: min(25.7692307692vw, 335px);
  border-radius: 36px;
  height: 72px;
  padding: 0 25px 0 20px;
  font-size: min(1.2307692308vw, 16px);
}
@media screen and (max-width: 768px) {
  .event_btn {
    border-radius: min(9.6vw, 72px);
    border: min(0.2666666667vw, 2px) #FF5B97 solid;
    width: min(89.3333333333vw, 670px);
    height: min(19.2vw, 144px);
    padding: 0 min(6.5333333333vw, 49px) 0 min(5.3333333333vw, 40px);
    font-size: min(4.2666666667vw, 32px);
  }
}
.event_btn-wrapper {
  display: flex;
  flex-direction: column;
  padding: 25px 19px 40px;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .event_btn-wrapper {
    padding: min(6.6666666667vw, 50px) min(5.0666666667vw, 38px) min(10.6666666667vw, 80px);
    gap: min(3.2vw, 24px);
  }
}
.event_btn-txt {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .event_btn-txt {
    gap: min(1.0666666667vw, 8px);
  }
}
.event_btn-name {
  line-height: 1.125;
}
.event_btn-name .btn_span-limited {
  margin-left: -0.5em;
}
.event_btn-date {
  color: #FF5B97;
  display: flex;
  align-items: center;
  font-size: min(1.4vw, 14px);
  line-height: 1.2857142857;
}
@media screen and (max-width: 768px) {
  .event_btn-date {
    font-size: min(3.7333333333vw, 28px);
    line-height: 1.2857142857;
  }
}
.event_btn-date .btn_span-day {
  margin-left: -0.5em;
  font-size: min(1vw, 10px);
}
@media screen and (max-width: 768px) {
  .event_btn-date .btn_span-day {
    font-size: min(2.6666666667vw, 20px);
  }
}
.event_btn-date .btn_span-trail {
  margin-left: -0.5em;
  font-size: min(0.6vw, 12px);
}
@media screen and (max-width: 768px) {
  .event_btn-date .btn_span-trail {
    font-size: min(3.2vw, 24px);
  }
}
.event_icon-01 {
  width: 19px;
  margin-right: 11px;
}
@media screen and (max-width: 768px) {
  .event_icon-01 {
    width: min(6.4vw, 48px);
    margin-right: min(2.9333333333vw, 22px);
  }
}
.event_icon-02 {
  width: 16px;
  justify-self: flex-end;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .event_icon-02 {
    width: min(4.2666666667vw, 32px);
  }
}
.event .swiper {
  background: #F5EFE4;
  padding: 0 19px 40px;
}
@media screen and (max-width: 768px) {
  .event .swiper {
    padding: 0 min(5.0666666667vw, 38px) min(10.6666666667vw, 80px);
  }
}
.event .swiper_title {
  background: url("../common/img/swiper_title-stars.webp") no-repeat center/contain;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .event .swiper_title {
    font-size: min(5.8666666667vw, 44px);
    margin-bottom: min(3.3333333333vw, 25px);
  }
}

.app {
  background: #F5EFE4;
  position: relative;
  overflow: hidden;
}
.app::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url("../common/img/lucuano_wave.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 10;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .app::after {
    height: min(4.2666666667vw, 32px);
  }
}
.app_txt {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 48px 37px 20px;
}
@media screen and (max-width: 768px) {
  .app_txt {
    font-size: min(4.8vw, 36px);
    padding: min(12.8vw, 96px) min(9.8666666667vw, 74px) min(5.3333333333vw, 40px);
  }
}
.app .instagram {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 10px 40px;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .app .instagram {
    padding: min(2.6666666667vw, 20px) min(10.6666666667vw, 80px);
    gap: min(1.6vw, 12px);
  }
}
.app .instagram-txt {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .app .instagram-txt {
    font-size: min(4.2666666667vw, 32px);
  }
}
.app .wespo .logo_img {
  margin: 0 auto 8px;
  width: 175px;
}
@media screen and (max-width: 768px) {
  .app .wespo .logo_img {
    margin-bottom: min(2.1333333333vw, 16px);
    width: min(46.6666666667vw, 350px);
  }
}
.app .line {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding: 25px 60px;
}
@media screen and (max-width: 768px) {
  .app .line {
    padding: min(6.6666666667vw, 50px) min(16vw, 120px);
  }
}
.app .line .logo_img {
  padding: 0 13px;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .app .line .logo_img {
    padding: 0 min(3.4666666667vw, 26px);
    margin-bottom: min(3.7333333333vw, 28px);
  }
}
.app_box {
  background: #fff;
  padding: 25px;
  margin: 0 19px 15px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .app_box {
    padding: min(6.6666666667vw, 50px);
    margin: 0 min(5.0666666667vw, 38px) min(4vw, 30px);
    border-radius: min(2.1333333333vw, 16px);
  }
}
.app_link {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .app_link {
    gap: min(2.6666666667vw, 20px);
  }
}
.app_icon {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .app_icon {
    width: min(13.3333333333vw, 100px);
  }
}
.app_icon-txtL {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .app_icon-txtL {
    font-size: min(3.7333333333vw, 28px);
  }
}
.app_icon-txtS {
  color: #B4B4B4;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .app_icon-txtS {
    font-size: min(2.6666666667vw, 20px);
  }
}
.app .btn_wrap {
  display: flex;
  justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .app .btn_wrap {
    gap: min(1.6vw, 12px);
  }
}

.lucuano {
  position: relative;
  overflow: hidden;
  height: 153px;
}
@media screen and (max-width: 768px) {
  .lucuano {
    height: min(40.6666666667vw, 303px);
  }
}
.lucuano_img {
  position: absolute;
  width: 64px;
  top: 53px;
  left: 60px;
}
@media screen and (max-width: 768px) {
  .lucuano_img {
    width: min(16.9333333333vw, 127px);
    top: min(14vw, 105px);
    left: min(16vw, 120px);
  }
}
.lucuano .bubble_img {
  position: absolute;
  width: 145px;
  top: 24px;
  left: 125px;
}
@media screen and (max-width: 768px) {
  .lucuano .bubble_img {
    width: min(38.6666666667vw, 290px);
    top: min(6.4vw, 48px);
    left: min(33.3333333333vw, 250px);
  }
}

.card {
  background: #ffffff;
  border: 1px #000000 solid;
  border-radius: 15px;
  padding: 30px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .card {
    border: min(0.2666666667vw, 2px) #000000 solid;
    border-radius: min(4vw, 30px);
    padding: min(8vw, 60px) min(5.3333333333vw, 40px);
  }
}
.card.flowerBg01, .card.flowerBg02, .card.flowerBg03 {
  height: 797px;
}
@media screen and (max-width: 768px) {
  .card.flowerBg01, .card.flowerBg02, .card.flowerBg03 {
    height: min(201.7333333333vw, 1513px);
  }
}
.card.flowerBg01:after, .card.flowerBg02:after, .card.flowerBg03:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 35px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .card.flowerBg01:after, .card.flowerBg02:after, .card.flowerBg03:after {
    bottom: min(9.3333333333vw, 70px);
  }
}
.card.flowerBg01 .card_image {
  margin-top: 0px;
}
.card.flowerBg03:after {
  background: url("../common/img/flower_graphic03.png") no-repeat top/cover;
  height: 301px;
}
@media screen and (max-width: 768px) {
  .card.flowerBg03:after {
    height: min(80.2666666667vw, 602px);
  }
}
.card.flowerBg04:after {
  background: url("../common/img/flower_graphic04.png") no-repeat top/cover;
}
.card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 41px 19px 72px;
}
@media screen and (max-width: 768px) {
  .card-wrapper {
    gap: min(10.6666666667vw, 80px);
    padding: min(10.8vw, 81px) min(5.0666666667vw, 38px) min(19.2vw, 144px);
  }
}
.card-title {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .card-title {
    gap: min(2.1333333333vw, 16px);
    margin-bottom: min(4.2666666667vw, 32px);
    font-size: min(5.3333333333vw, 40px);
    line-height: 1.4;
  }
}
.card-name {
  min-height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .card-name {
    min-height: min(14.9333333333vw, 112px);
  }
}
.card-icon {
  width: 56px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .card-icon {
    width: min(14.9333333333vw, 112px);
  }
}
.card_info {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .card_info {
    margin-top: min(4.2666666667vw, 32px);
  }
}
.card_info-tag {
  display: flex;
  font-weight: bold;
  gap: 6px;
  font-size: 13px;
  margin-top: 8px;
}
.card_info-tag:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .card_info-tag {
    gap: min(1.6vw, 12px);
    font-size: min(3.4666666667vw, 26px);
    margin-top: min(2.1333333333vw, 16px);
  }
}
.card_label {
  background: #00A760;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  flex-shrink: 0;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .card_label {
    border-radius: min(4vw, 30px);
  }
}
.card_label-xl {
  width: 100px;
  height: 26px;
  font-size: 15px;
  margin: 0 auto 3px;
}
@media screen and (max-width: 768px) {
  .card_label-xl {
    width: min(26.6666666667vw, 200px);
    height: min(6.9333333333vw, 52px);
    font-size: min(4vw, 30px);
    margin: 0 auto min(0.8vw, 6px);
  }
}
.card_label-ms {
  width: 82px;
  height: 23px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .card_label-ms {
    width: min(21.8666666667vw, 164px);
    height: min(6vw, 45px);
    font-size: min(3.4666666667vw, 26px);
  }
}
.card_date {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FF5B97;
  font-weight: bold;
  font-size: 18px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .card_date {
    font-size: min(4.8vw, 36px);
    line-height: 1.2222222222;
  }
}
.card_span-limited {
  margin-left: -0.5em;
}
.card_span-day {
  margin-left: -0.5em;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .card_span-day {
    font-size: min(3.4666666667vw, 26px);
  }
}
.card_span-time {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .card_span-time {
    font-size: min(4vw, 30px);
  }
}
.card_span-trail {
  margin-left: -0.3em;
  margin-right: 0.2em;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .card_span-trail {
    font-size: min(4vw, 30px);
  }
}
.card_caution {
  color: #FF5B97;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .card_caution {
    font-size: min(3.2vw, 24px);
    margin-top: min(0.8vw, 6px);
  }
}
.card .smaller {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .card .smaller {
    margin-top: min(2.1333333333vw, 16px);
  }
}
.card .smaller a {
  text-decoration: underline;
}
.card .coming_soon {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .card .coming_soon {
    padding-top: min(8vw, 60px);
  }
}
.card .coming_soon-txt {
  font-size: 47px;
  font-weight: bold;
  text-align: center;
  color: #FF5B97;
}
@media screen and (max-width: 768px) {
  .card .coming_soon-txt {
    font-size: min(12.5333333333vw, 94px);
  }
}
.card_description {
  font-size: 14px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .card_description {
    font-size: min(3.7333333333vw, 28px);
    margin-top: min(3.2vw, 24px);
  }
}
.card_description a {
  text-decoration: underline;
}
.card_image {
  margin: 16px auto 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .card_image {
    margin-top: min(4.2666666667vw, 32px);
  }
}
.card .app_box {
  padding: 0;
  margin: 25px 19px 15px;
}
@media screen and (max-width: 768px) {
  .card .app_box {
    margin: min(6.6666666667vw, 50px) min(5.0666666667vw, 38px) min(4vw, 30px);
  }
}
.card .wespo .logo_img {
  margin: 0 auto 8px;
  width: 175px;
}
@media screen and (max-width: 768px) {
  .card .wespo .logo_img {
    margin-bottom: min(2.1333333333vw, 16px);
    width: min(46.6666666667vw, 350px);
  }
}
.card .btn_wrap {
  display: flex;
  justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .card .btn_wrap {
    gap: min(1.6vw, 12px);
  }
}

#main .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
#main .swiper-pagination {
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  #main .swiper-pagination {
    bottom: min(2.6666666667vw, 20px) !important;
  }
}
#main .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  border: 1px #FF5B97 solid;
  width: 15px;
  height: 15px;
  margin: 0 8px;
}
@media screen and (max-width: 768px) {
  #main .swiper-pagination-bullet {
    border: min(0.2666666667vw, 2px) #FF5B97 solid;
    width: min(4vw, 30px);
    height: min(4vw, 30px);
    margin: 0 min(2vw, 15px);
  }
}
#main .swiper-pagination-bullet-active {
  background: #FF5B97;
}
#main .swiper-button-next, #main .swiper-button-prev {
  color: #FFF;
  background: #FF5B97;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  #main .swiper-button-next, #main .swiper-button-prev {
    width: min(8.5333333333vw, 64px);
    height: min(8.5333333333vw, 64px);
  }
}
#main .swiper-button-next svg, #main .swiper-button-prev svg {
  width: 10px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  #main .swiper-button-next svg, #main .swiper-button-prev svg {
    width: min(2.6666666667vw, 20px);
    height: min(5.3333333333vw, 40px);
  }
}
#main .swiper-button-prev svg {
  transform: rotate(180deg);
}

.item {
  position: relative;
  background: #fff;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 24px 20px 30px;
}
@media screen and (max-width: 768px) {
  .item {
    border: min(0.2666666667vw, 2px) solid #000;
    border-radius: min(4vw, 30px);
    padding: min(6.4vw, 48px) min(5.3333333333vw, 40px) min(8vw, 60px);
  }
}
.item-01 {
  min-height: 744px;
}
@media screen and (max-width: 768px) {
  .item-01 {
    min-height: min(198.4vw, 1488px);
  }
}
.item-02 {
  min-height: 684px;
}
@media screen and (max-width: 768px) {
  .item-02 {
    min-height: min(182.4vw, 1368px);
  }
}
.item-03 {
  min-height: 710px;
}
@media screen and (max-width: 768px) {
  .item-03 {
    min-height: min(189.2vw, 1419px);
  }
}
.item-04 {
  min-height: 1047px;
}
@media screen and (max-width: 768px) {
  .item-04 {
    min-height: min(279.0666666667vw, 2093px);
  }
}
.item-04.flowerBg04:after {
  content: "";
  display: block;
  width: 100%;
  background: url("../common/img/flower_graphic04.png") no-repeat top/cover;
  position: absolute;
  bottom: 35px;
  left: 0;
  z-index: -1;
  height: 347px;
}
@media screen and (max-width: 768px) {
  .item-04.flowerBg04:after {
    height: min(92.5333333333vw, 694px);
    bottom: min(9.3333333333vw, 70px);
  }
}
.item_container {
  position: relative;
  height: max-content;
  padding: 70px 19px 40px;
}
@media screen and (max-width: 768px) {
  .item_container {
    padding: min(18.6666666667vw, 140px) min(5.0666666667vw, 38px) min(10.6666666667vw, 80px);
  }
}
.item_container:first-of-type {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .item_container:first-of-type {
    padding-top: min(10.6666666667vw, 80px);
  }
}
.item_container:nth-last-of-type(1) {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .item_container:nth-last-of-type(1) {
    padding-bottom: min(10.6666666667vw, 80px);
  }
}
.item-wrapper {
  background: #F5EFE4 url("../common/img/item_bg.png") no-repeat top/cover;
  font-weight: bold;
  padding: 75px 0 60px;
}
@media screen and (max-width: 768px) {
  .item-wrapper {
    padding: min(20vw, 150px) 0 min(16vw, 120px);
  }
}
.item-wrapper_title {
  background: url("../common/img/item_title-stars.webp") no-repeat top/contain;
  color: #FF5B97;
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .item-wrapper_title {
    font-size: min(7.4666666667vw, 56px);
    margin-bottom: min(5.3333333333vw, 40px);
  }
}
.item-wrapper .anniversary {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  width: 335px;
  height: 56px;
  margin: 45px auto 8px;
  letter-spacing: -0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .item-wrapper .anniversary {
    width: min(89.3333333333vw, 670px);
    font-size: min(4.8vw, 36px);
    height: min(14.8vw, 111px);
    margin: min(12vw, 90px) auto min(2.1333333333vw, 16px);
  }
}
.item-wrapper .anniversary_year {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .item-wrapper .anniversary_year {
    font-size: min(5.8666666667vw, 44px);
  }
}
.item-wrapper .anniversary_dot {
  margin: 0 -0.25em;
}
.item-wrapper .anniversary::before {
  content: "";
  width: 337px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../common/img/anniversary_lines.webp") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .item-wrapper .anniversary::before {
    width: min(89.8666666667vw, 674px);
    height: min(14.8vw, 111px);
  }
}
.item_link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #5BBCE8;
  text-align: center;
  position: relative;
  border: 1px #000 solid;
  border-radius: 10px;
  font-size: 13px;
  padding-right: 15px;
  width: 165px;
  height: 40px;
  line-height: 13px;
}
@media screen and (max-width: 768px) {
  .item_link {
    border: min(0.2666666667vw, 2px) #000 solid;
    border-radius: min(2.6666666667vw, 20px);
    font-size: min(3.4666666667vw, 26px);
    padding-right: min(4vw, 30px);
    width: min(44vw, 330px);
    height: min(10.6666666667vw, 80px);
    line-height: 1.3846153846;
  }
}
.item_link::after {
  content: "";
  display: block;
  background: url("../common/img/item_arw.webp") no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  width: 13px;
  height: 8px;
}
@media screen and (max-width: 768px) {
  .item_link::after {
    right: min(2vw, 15px);
    width: min(3.3333333333vw, 25px);
    height: min(2vw, 15px);
  }
}
.item_link-smaller {
  font-size: 11px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .item_link-smaller {
    font-size: min(2.9333333333vw, 22px);
    line-height: 1.4090909091;
  }
}
.item_link-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  padding: 0 19px;
}
@media screen and (max-width: 768px) {
  .item_link-wrapper {
    gap: min(1.3333333333vw, 10px);
    padding: 0 min(5.0666666667vw, 38px);
  }
}
.item_lead {
  color: #fff;
  background: #5BBCE8;
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #000;
  border-radius: 25px;
  font-size: 22px;
  height: 50px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .item_lead {
    border: min(0.2666666667vw, 2px) #000 solid;
    border-radius: min(6.6666666667vw, 50px);
    font-size: min(5.8666666667vw, 44px);
    height: min(13.3333333333vw, 100px);
    margin-bottom: min(6.4vw, 48px);
  }
}
.item_lead-02 {
  height: 60px;
  border-radius: 30px;
  line-height: 25px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .item_lead-02 {
    height: min(16vw, 120px);
    border-radius: min(8vw, 60px);
    font-size: min(5.3333333333vw, 40px);
    line-height: 1.25;
  }
}
.item_lead::before, .item_lead::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../common/img/item_flower.webp") no-repeat center/contain;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  .item_lead::before, .item_lead::after {
    width: min(5.6vw, 42px);
    height: min(5.8666666667vw, 44px);
  }
}
.item_lead::before {
  left: 27px;
}
@media screen and (max-width: 768px) {
  .item_lead::before {
    left: min(7.0666666667vw, 53px);
  }
}
.item_lead::after {
  right: 27px;
}
@media screen and (max-width: 768px) {
  .item_lead::after {
    right: min(7.0666666667vw, 53px);
  }
}
.item_image {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .item_image {
    margin-bottom: min(2.6666666667vw, 20px);
  }
}
.item_title {
  color: #00A760;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 14px;
  text-align: center;
  font-size: 20px;
  height: 85px;
}
@media screen and (max-width: 768px) {
  .item_title {
    font-size: min(5.3333333333vw, 40px);
    height: min(22.6666666667vw, 170px);
    margin: min(2.6666666667vw, 20px) auto min(3.7333333333vw, 28px);
  }
}
.item_location {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .item_location {
    gap: min(1.0666666667vw, 8px);
    font-size: min(3.2vw, 24px);
  }
}
.item_location img {
  height: auto;
  width: 15px;
}
@media screen and (max-width: 768px) {
  .item_location img {
    width: min(4vw, 30px);
  }
}
.item_name {
  width: 100%;
  color: #00A760;
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .item_name {
    font-size: min(4.2666666667vw, 32px);
    margin-bottom: min(4vw, 30px);
    line-height: 1.40625;
  }
}
.item_info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .item_info {
    gap: min(2.6666666667vw, 20px);
  }
}
.item_info-tag {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .item_info-tag {
    gap: min(1.6vw, 12px);
    font-size: min(3.4666666667vw, 26px);
  }
}
.item_info-tag.start {
  align-items: flex-start;
}
.item_info-tag .item_label {
  color: #814900;
  background: #FFD53F;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 11px;
  width: 82px;
  height: 23px;
}
@media screen and (max-width: 768px) {
  .item_info-tag .item_label {
    border-radius: min(2.9333333333vw, 22px);
    width: min(21.8666666667vw, 164px);
    height: min(6vw, 45px);
  }
}
.item_info-tag .item_label-center {
  width: 147px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .item_info-tag .item_label-center {
    width: min(39.2vw, 294px);
  }
}
.item_info-tag .item_label-lg {
  text-align: center;
  width: 75px;
  height: 38px;
  border-radius: 6px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .item_info-tag .item_label-lg {
    width: min(20vw, 150px);
    height: min(10vw, 75px);
    border-radius: min(1.6vw, 12px);
    font-size: min(3.2vw, 24px);
    line-height: 1.1666666667;
  }
}
.item .moomin {
  font-weight: 500;
  text-align: end;
  width: 100%;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .item .moomin {
    font-size: min(3.2vw, 24px);
  }
}
.item_description {
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .item_description {
    font-size: min(3.7333333333vw, 28px);
  }
}
.item_description .item_span-caution {
  display: inline-block;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .item_description .item_span-caution {
    font-size: min(3.2vw, 24px);
    line-height: 1.4166666667;
  }
}
.item_description .item_span-caution:first-of-type {
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .item_description .item_span-caution:first-of-type {
    padding-top: min(2.1333333333vw, 16px);
  }
}
.item_description .item_span-caution .bracket {
  margin-left: -0.5em;
}
.item_floors {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .item_floors {
    font-size: min(3.4666666667vw, 26px);
    gap: min(1.6vw, 12px);
  }
}
.item_floors-txt {
  position: relative;
  padding: 0 0 6px 15px;
  border-bottom: 2px dotted #C5C5C5;
}
@media screen and (max-width: 768px) {
  .item_floors-txt {
    padding: 0 0 min(1.6vw, 12px) min(4vw, 30px);
    border-bottom: min(0.5333333333vw, 4px) dotted #C5C5C5;
  }
}
.item_floors-txt::before {
  content: "";
  display: block;
  background: #5BBCE8;
  border-radius: 50%;
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .item_floors-txt::before {
    width: min(3.0666666667vw, 23px);
    height: min(3.0666666667vw, 23px);
    top: min(1.0666666667vw, 8px);
  }
}

.footer {
  max-width: 375px;
  width: 100%;
  height: fit-content;
  position: relative;
  background: #FFF;
  padding: 15px 0 100px;
}
@media screen and (max-width: 768px) {
  .footer {
    max-width: 750px;
    padding: min(4vw, 30px) 0 min(26.6666666667vw, 200px);
  }
}
.footer_inner_menu {
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 1px #c7c7c7 solid;
  height: 40px;
  gap: 17px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .footer_inner_menu {
    border-bottom: min(0.1333333333vw, 1px) #c7c7c7 solid;
    height: min(10.6666666667vw, 80px);
    gap: min(4.5333333333vw, 34px);
    font-size: min(4vw, 30px);
  }
}
.footer_inner a {
  transition: all 150ms ease-in-out;
}
.footer_inner a:hover {
  opacity: 0.8;
}
.footer_inner_logo {
  display: block;
  height: auto;
  width: 115px;
  margin: 29px auto 21px;
}
@media screen and (max-width: 768px) {
  .footer_inner_logo {
    width: min(30.6666666667vw, 230px);
    margin: min(7.6vw, 57px) auto min(5.6vw, 42px);
  }
}
.footer_inner #copyright {
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer_inner #copyright {
    font-size: min(3.2vw, 24px);
  }
}

.pagetop {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.fixed-button {
  display: flex;
  align-items: center;
  background: #FF5B97;
  color: #fff;
  font-weight: bold;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  font-size: 17px;
  max-width: 375px;
}
@media screen and (max-width: 768px) {
  .fixed-button {
    font-size: min(4.5333333333vw, 34px);
    max-width: 750px;
    line-height: 1.0588235294;
  }
}
.fixed-button a {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 65px;
}
@media screen and (max-width: 768px) {
  .fixed-button a {
    height: min(17.3333333333vw, 130px);
  }
}
.fixed-button a:first-child {
  border-right: 1px #fff solid;
}
@media screen and (max-width: 768px) {
  .fixed-button a:first-child {
    border-right: min(0.2666666667vw, 2px) #fff solid;
  }
}