*: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;
  -ms-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;
  -ms-user-select: auto;
  user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  appearance: revert;
}
:where(pre) {
  all: revert;
  box-sizing: border-box;
}
::-webkit-input-placeholder {
  color: unset;
}
::-ms-input-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;
  line-break: after-white-space;
  -webkit-user-select: auto;
  -ms-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;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-weight: inherit;
}
html {
  font-size: 62.5%;
}
body {
  background-color: #fff;
  color: #333;
  font-family: 'vdl-v7marugothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', YuGothic,
    'Yu Gothic Medium', sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 1.4em;
  }
}
body.is_open {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  body.is_open {
    overflow-y: scroll;
  }
}
* {
  min-height: 0vw;
}
img {
  max-inline-size: none;
  max-block-size: none;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
@media screen and (min-width: 586px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
a,
button {
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
a:focus-visible,
button:focus-visible {
  outline: 0.051vw solid #c83d85;
  outline-offset: 0.051vw;
}
@media screen and (min-width: 586px) {
  a:focus-visible,
  button:focus-visible {
    outline: 0.0298rem solid #c83d85;
    outline-offset: 0.0298rem;
  }
}
@media screen and (min-width: 1200px) {
  a:hover,
  button:hover {
    opacity: 0.8;
  }
}
a {
  color: #333;
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  a:hover {
    text-decoration: none;
  }
}
button {
  display: inline-block;
  line-height: 1;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
s {
  text-decoration: line-through;
}
::-webkit-scrollbar {
  width: 1.2rem;
}
::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.5);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(51, 51, 51, 0.5);
  border: 0.1rem solid #fff;
  border-radius: 0.5rem;
}
.visible_xxs {
  display: none;
}
@media screen and (max-width: 374px) {
  .visible_xxs {
    display: inline-block !important;
  }
}
.hidden_xxs {
  display: inline-block;
}
@media screen and (max-width: 374px) {
  .hidden_xxs {
    display: none !important;
  }
}
.visible_xs {
  display: none;
}
@media screen and (max-width: 585px) {
  .visible_xs {
    display: inline-block !important;
  }
}
.hidden_xs {
  display: inline-block;
}
@media screen and (max-width: 585px) {
  .hidden_xs {
    display: none !important;
  }
}
.visible_sm {
  display: none;
}
@media screen and (min-width: 586px) {
  .visible_sm {
    display: inline-block !important;
  }
}
.hidden_sm {
  display: inline-block;
}
@media screen and (min-width: 586px) {
  .hidden_sm {
    display: none !important;
  }
}
.visible_md {
  display: none;
}
@media screen and (min-width: 1200px) {
  .visible_md {
    display: inline-block !important;
  }
}
.hidden_md {
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .hidden_md {
    display: none !important;
  }
}
.visible_lg {
  display: none;
}
@media screen and (min-width: 1366px) {
  .visible_lg {
    display: inline-block !important;
  }
}
.hidden_lg {
  display: inline-block;
}
@media screen and (min-width: 1366px) {
  .hidden_lg {
    display: none !important;
  }
}
.visible_xl {
  display: none;
}
@media screen and (min-width: 1920px) {
  .visible_xl {
    display: inline-block !important;
  }
}
.hidden_xl {
  display: inline-block;
}
@media screen and (min-width: 1920px) {
  .hidden_xl {
    display: none !important;
  }
}
.visible_all {
  display: inline-block !important;
}
.hidden_all {
  display: none !important;
}
.lp_footer .footer_inner {
  width: 100%;
  background-color: #c83d85;
  color: #fff;
  text-align: center;
  padding: 6.154vw;
}
@media screen and (min-width: 586px) {
  .lp_footer .footer_inner {
    padding: 3.6001rem;
  }
}
.lp_footer .footer_inner small {
  font-size: clamp(1.0576923077rem, 1vw + 0.4726923077rem, 1.65rem);
}
.lp_pagetop {
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .lp_pagetop {
    position: fixed;
    right: 1.6rem;
    bottom: 1.6rem;
  }
}
.lp_pagetop a {
  display: block;
  height: 0;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
  width: 11.282vw;
  padding-top: 11.282vw;
  border: 0.256vw solid #c83d85;
}
@media screen and (min-width: 586px) {
  .lp_pagetop a {
    width: 6.6rem;
    padding-top: 6.6rem;
    border: 0.1498rem solid #c83d85;
  }
}
.lp_pagetop a::before {
  content: '';
  border-color: #c83d85;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%) rotate(-45deg);
  transform: translate(-50%, -20%) rotate(-45deg);
  width: 2.051vw;
  height: 2.051vw;
  border-width: 0.769vw 0.769vw 0vw 0vw;
}
@media screen and (min-width: 586px) {
  .lp_pagetop a::before {
    width: 1.1998rem;
    height: 1.1998rem;
    border-width: 0.4499rem 0.4499rem 0rem 0rem;
  }
}
.lp_wrap {
  position: relative;
  overflow: hidden;
}
.lp_wrap::before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/bg_sp_01.webp) no-repeat center center/cover;
}
@media screen and (min-width: 1200px) {
  .lp_wrap::before {
    background-image: url(../img/bg_pc_01.webp);
  }
}
.lp_container {
  position: relative;
  font-size: clamp(1.0576923077rem, 1vw + 0.4726923077rem, 1.65rem);
}
@media screen and (min-width: 586px) {
  .lp_outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .lp_outer {
    width: 1200px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
  }
}
.lp_content {
  padding-bottom: 20.513vw;
}
@media screen and (min-width: 586px) {
  .lp_content {
    padding-bottom: 12.0001rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp_content {
    padding-bottom: 0;
    margin-left: auto;
  }
}
.lp_btn_area {
  margin-top: 8.205vw;
}
@media screen and (min-width: 586px) {
  .lp_btn_area {
    margin-top: 4.7999rem;
  }
}
.lp_btn_primary,
.lp_btn_secondary {
  text-align: center;
}
.lp_btn_primary a,
.lp_btn_secondary a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10rem;
  padding: 4.103vw 14.359vw;
  font-size: clamp(1.3461538462rem, 1.2vw + 0.6441538462rem, 2.1rem);
}
@media screen and (min-width: 586px) {
  .lp_btn_primary a,
  .lp_btn_secondary a {
    padding: 2.4003rem 8.4rem;
  }
}
.lp_btn_primary a {
  background-color: #c83d85;
  color: #fff;
}
.lp_btn_secondary a {
  position: relative;
  background-color: #fff;
  border: 0.256vw solid #c83d85;
}
@media screen and (min-width: 586px) {
  .lp_btn_secondary a {
    border: 0.1498rem solid #c83d85;
  }
}
.lp_btn_secondary_icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 6.154vw;
  width: 5.128vw;
}
@media screen and (min-width: 586px) {
  .lp_btn_secondary_icon {
    left: 3.6001rem;
    width: 2.9999rem;
  }
}
.lp_scroll {
  position: absolute;
  top: calc(100dvh - min(53.333vw, 32rem));
  left: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: clamp(0.9615384615rem, 0.9vw + 0.4350384615rem, 1.5rem);
}
@media screen and (min-width: 1200px) {
  .lp_scroll {
    position: fixed;
    top: calc(100dvh - 18rem);
    left: calc(50% - 4rem);
  }
}
.lp_scroll.is_open {
  z-index: -1;
}
.lp_scroll::before,
.lp_scroll::after {
  content: '';
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -22.564vw;
  height: 20.513vw;
  width: 0.513vw;
}
@media screen and (min-width: 586px) {
  .lp_scroll::before,
  .lp_scroll::after {
    bottom: -13.1999rem;
    height: 12.0001rem;
    width: 0.3001rem;
  }
}
.lp_scroll::before {
  -webkit-animation: scroll 2s infinite;
  animation: scroll 2s infinite;
  background-color: #c83d85;
  z-index: 2;
}
.lp_scroll::after {
  background-color: rgba(200, 61, 133, 0.5);
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}
.lp_main {
  max-width: 585px;
  padding-bottom: 14.359vw;
}
@media screen and (min-width: 586px) {
  .lp_main {
    padding-bottom: 8.4rem;
  }
}
.lp_main .lp_sec {
  margin-top: 10.256vw;
}
@media screen and (min-width: 586px) {
  .lp_main .lp_sec {
    margin-top: 5.9998rem;
  }
}
.lp_main .lp_sec .sec_heading {
  background-color: #c83d85;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  position: relative;
  font-family: 'sicuveiw-nexus', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', YuGothic,
    'Yu Gothic Medium', sans-serif;
  font-weight: bold;
  padding: 4.103vw;
  margin-bottom: 5.128vw;
  font-size: clamp(2.1153846154rem, 1.9vw + 1.0038846154rem, 3.3rem);
}
@media screen and (min-width: 586px) {
  .lp_main .lp_sec .sec_heading {
    padding: 2.4003rem;
    margin-bottom: 2.9999rem;
  }
}
.lp_main .lp_sec .sec_heading::before {
  content: '';
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #c83d85;
  position: absolute;
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 5.128vw;
  height: 3.077vw;
}
@media screen and (min-width: 586px) {
  .lp_main .lp_sec .sec_heading::before {
    width: 2.9999rem;
    height: 1.8rem;
  }
}
.lp_main .lp_sec .sec_heading_label {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c83d85;
  font-family: 'vdl-v7marugothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', YuGothic,
    'Yu Gothic Medium', sans-serif;
  font-weight: bold;
  border-radius: 50%;
  width: 10.256vw;
  height: 10.256vw;
  font-size: clamp(1.1538461538rem, 1.1vw + 0.5103461538rem, 1.8rem);
}
@media screen and (min-width: 586px) {
  .lp_main .lp_sec .sec_heading_label {
    width: 5.9998rem;
    height: 5.9998rem;
  }
}
.lp_main .lp_sec .sec_body {
  background-color: #fff;
  margin: 0vw 4.103vw;
  padding: 6.154vw 4.103vw 6.154vw 4.103vw;
}
@media screen and (min-width: 586px) {
  .lp_main .lp_sec .sec_body {
    margin: 0rem 2.4003rem;
    padding: 3.6001rem 2.4003rem 3.6001rem 2.4003rem;
  }
}
.lp_main .lp_sec .sec_area + .sec_area {
  margin-top: 4.103vw;
}
@media screen and (min-width: 586px) {
  .lp_main .lp_sec .sec_area + .sec_area {
    margin-top: 2.4003rem;
  }
}
.lp_main .lp_sec .sec_inner {
  padding: 0vw 2.051vw;
}
@media screen and (min-width: 586px) {
  .lp_main .lp_sec .sec_inner {
    padding: 0rem 1.1998rem;
  }
}
.lp_main .lp_sec .sec_inner + .sec_inner {
  margin-top: 4.103vw;
}
@media screen and (min-width: 586px) {
  .lp_main .lp_sec .sec_inner + .sec_inner {
    margin-top: 2.4003rem;
  }
}
.lp_main .lp_sec .sec_inner p + p,
.lp_main .lp_sec .sec_inner p + ul,
.lp_main .lp_sec .sec_inner ul + p,
.lp_main .lp_sec .sec_inner ul + ul {
  margin-top: 0.5em;
}
.lp_main .lp_sec .head_box {
  display: inline-block;
  line-height: 1.5;
  font-weight: bold;
  padding: 1.026vw 4.103vw;
  border: 0.256vw solid #c83d85;
  font-size: clamp(1.1538461538rem, 1.1vw + 0.5103461538rem, 1.8rem);
}
@media screen and (min-width: 586px) {
  .lp_main .lp_sec .head_box {
    padding: 0.6002rem 2.4003rem;
    border: 0.1498rem solid #c83d85;
  }
}
.lp_main .lp_sec .head_box + * {
  margin-top: 0.4em;
}
.lp_main .lp_sec .textalign_l {
  text-align: left;
}
.lp_main .lp_sec .textalign_c {
  text-align: center;
}
.lp_main .lp_sec .textalign_r {
  text-align: right;
}
.lp_main .lp_sec .fontsize_s {
  font-size: clamp(1.0576923077rem, 1vw + 0.4726923077rem, 1.65rem);
}
.lp_main .lp_sec .fontsize_m {
  font-size: clamp(1.1538461538rem, 1.1vw + 0.5103461538rem, 1.8rem);
}
.lp_main .lp_sec .fontsize_l {
  font-size: clamp(1.3461538462rem, 1.2vw + 0.6441538462rem, 2.1rem);
}
.lp_main .lp_sec .fontsize_l + * {
  margin-top: 2.051vw;
}
@media screen and (min-width: 586px) {
  .lp_main .lp_sec .fontsize_l + * {
    margin-top: 1.1998rem;
  }
}
.lp_main .lp_sec .fontweight_b {
  font-weight: bold;
}
.lp_main .lp_sec .fontcolor_red {
  color: #c00;
}
.lp_main .lp_sec .table_multi {
  line-height: 1.5;
}
.lp_main .lp_sec .table_multi > dt {
  background-color: #fffae5;
  text-align: center;
  font-weight: bold;
  padding: 1.026vw 2.051vw;
  margin-bottom: 2.051vw;
  font-size: clamp(1.1538461538rem, 1.1vw + 0.5103461538rem, 1.8rem);
}
@media screen and (min-width: 586px) {
  .lp_main .lp_sec .table_multi > dt {
    padding: 0.6002rem 1.1998rem;
    margin-bottom: 1.1998rem;
  }
}
.lp_main .lp_sec .table_multi > dd dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 0.2em;
}
.lp_main .lp_sec .table_multi > dd dl dt {
  width: 4em;
  text-align: right;
}
.lp_main .lp_sec .table_multi > dd dl dd {
  width: calc(100% - 5em);
}
.lp_main .lp_sec .table_multi > dd dl dd small {
  font-size: clamp(0.9615384615rem, 0.9vw + 0.4350384615rem, 1.5rem);
}
.lp_main .lp_sec .table_multi > dd + dt {
  margin-top: 0.8em;
}
.lp_main .lp_sec .table_multi > dd .list_indent {
  margin-top: 1.2em;
}
.lp_main .lp_sec .table_multi + p,
.lp_main .lp_sec .table_multi + ul {
  margin-top: 0.5em;
}
.lp_main .lp_sec .table_toggle {
  border-bottom: 0.256vw solid rgba(200, 61, 133, 0.25);
}
@media screen and (min-width: 586px) {
  .lp_main .lp_sec .table_toggle {
    border-bottom: 0.1498rem solid rgba(200, 61, 133, 0.25);
  }
}
.lp_main .lp_sec .table_toggle dt {
  display: block;
  position: relative;
  font-weight: bold;
  cursor: pointer;
  padding: 6.154vw 0vw;
  font-size: clamp(1.3461538462rem, 1.2vw + 0.6441538462rem, 2.1rem);
}
@media screen and (min-width: 586px) {
  .lp_main .lp_sec .table_toggle dt {
    padding: 3.6001rem 0rem;
  }
}
.lp_main .lp_sec .table_toggle dt:not(:first-of-type) {
  border-top: 0.256vw solid rgba(200, 61, 133, 0.25);
}
@media screen and (min-width: 586px) {
  .lp_main .lp_sec .table_toggle dt:not(:first-of-type) {
    border-top: 0.1498rem solid rgba(200, 61, 133, 0.25);
  }
}
.lp_main .lp_sec .table_toggle dt::before,
.lp_main .lp_sec .table_toggle dt::after {
  content: '';
  background-color: #333;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  transition: 0.2s ease-in-out;
  width: 4.103vw;
  height: 1.026vw;
}
@media screen and (min-width: 586px) {
  .lp_main .lp_sec .table_toggle dt::before,
  .lp_main .lp_sec .table_toggle dt::after {
    width: 2.4003rem;
    height: 0.6002rem;
  }
}
.lp_main .lp_sec .table_toggle dt::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.lp_main .lp_sec .table_toggle dt.is_active::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}
.lp_main .lp_sec .table_toggle dt.is_active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.lp_main .lp_sec .table_toggle dd {
  display: none;
  padding-bottom: 6.154vw;
}
@media screen and (min-width: 586px) {
  .lp_main .lp_sec .table_toggle dd {
    padding-bottom: 3.6001rem;
  }
}
.lp_main .lp_sec .list_disc {
  padding-left: 1.7em;
}
.lp_main .lp_sec .list_disc li {
  list-style-type: disc;
}
.lp_main .lp_sec .list_disc li + li {
  margin-top: 0.4em;
}
.lp_main .lp_sec .list_indent {
  text-indent: -1em;
  padding-left: 1em;
}
.lp_main .lp_sec .list_indent li + li {
  margin-top: 0.4em;
}
.lp_main .fadein_up {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
  transition: 0.4s ease-in-out;
}
.lp_main .fadein_up.is_show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.lp_main .zoom_link {
  position: relative;
  display: block;
  border: 0.256vw solid rgba(200, 61, 133, 0.25);
}
@media screen and (min-width: 586px) {
  .lp_main .zoom_link {
    border: 0.1498rem solid rgba(200, 61, 133, 0.25);
  }
}
.lp_main .zoom_link:hover {
  opacity: 0.8;
}
.lp_main .zoom_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.95;
  width: 20.513vw;
  height: 20.513vw;
  border: 0.256vw solid #fffae5;
  box-shadow: 0vw 0vw 0vw 1.026vw #fff;
}
@media screen and (min-width: 586px) {
  .lp_main .zoom_icon {
    width: 12.0001rem;
    height: 12.0001rem;
    border: 0.1498rem solid #fffae5;
    box-shadow: 0rem 0rem 0rem 0.6002rem #fff;
  }
}
.lp_main .zoom_icon::before {
  content: '';
  background-color: #c83d85;
  -webkit-mask-image: url(../../common_lp-ev/img/icon_zoom_01.svg);
  mask-image: url(../../common_lp-ev/img/icon_zoom_01.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  width: 10.256vw;
  height: 10.256vw;
}
@media screen and (min-width: 586px) {
  .lp_main .zoom_icon::before {
    width: 5.9998rem;
    height: 5.9998rem;
  }
}
.lp_nav {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: 0.2s ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  padding: 8.205vw;
}
@media screen and (min-width: 586px) {
  .lp_nav {
    padding: 4.7999rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp_nav {
    padding: 0;
  }
}
.lp_nav::-webkit-scrollbar {
  width: 2.051vw;
}
@media screen and (min-width: 586px) {
  .lp_nav::-webkit-scrollbar {
    width: 1.1998rem;
  }
}
.lp_nav.is_open {
  opacity: 1;
  visibility: visible;
  height: auto;
  background: url(../img/bg_sp_01.webp) no-repeat center center/cover;
  z-index: 30;
}
@media screen and (min-width: 1200px) {
  .lp_nav.is_open {
    background: rgba(0, 0, 0, 0.25) none;
  }
}
.lp_nav .nav_body {
  background-color: #fff;
  position: relative;
  max-width: 585px;
  margin: 0 auto;
  border-radius: 4.103vw;
  border: 0.256vw solid #fffae5;
  padding: 5.128vw;
}
@media screen and (min-width: 586px) {
  .lp_nav .nav_body {
    border-radius: 2.4003rem;
    border: 0.1498rem solid #fffae5;
    padding: 2.9999rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp_nav .nav_body {
    width: 40rem;
    margin-right: 0;
    border-radius: 0;
    border: 0;
    padding-top: 12rem;
    min-height: 100dvh;
    box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.25);
  }
}
.lp_nav .nav_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp_nav .nav_item {
  position: relative;
  width: 100%;
  max-width: 82.051vw;
}
@media screen and (min-width: 586px) {
  .lp_nav .nav_item {
    max-width: 47.9998rem;
  }
}
.lp_nav .nav_item .nav_label {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #c83d85;
  color: #fff;
  padding: 0.1em 0.5em;
  font-size: clamp(1.0576923077rem, 1vw + 0.4726923077rem, 1.65rem);
}
.lp_nav .nav_link {
  display: block;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  padding: 3.077vw 20.513vw;
  font-size: clamp(1.5384615385rem, 1.4vw + 0.7194615385rem, 2.4rem);
}
@media screen and (min-width: 586px) {
  .lp_nav .nav_link {
    padding: 1.8rem 12.0001rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp_nav .nav_link {
    padding: 1.4rem 8.8rem;
    font-size: 1.8rem;
  }
}
.lp_nav .nav_link.is_active {
  color: #c83d85;
}
.lp_nav .nav_footer {
  display: block;
  max-width: 585px;
  margin: 0 auto;
}
.lp_nav .nav_footer_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4.103vw;
  margin-top: 6.154vw;
}
@media screen and (min-width: 586px) {
  .lp_nav .nav_footer_list {
    gap: 2.4003rem;
    margin-top: 3.6001rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp_nav .nav_footer_list {
    flex-direction: row;
    gap: 1.2rem;
    margin-top: 2rem;
  }
}
.lp_nav .nav_footer_item {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 2.051vw;
}
@media screen and (min-width: 586px) {
  .lp_nav .nav_footer_item {
    gap: 1.1998rem;
  }
}
.lp_nav .nav_footer_item .lp_btn_primary {
  flex: 1;
  max-width: 80%;
}
.lp_nav .nav_footer_item .lp_btn_primary a {
  padding: 4.103vw 6.154vw;
}
@media screen and (min-width: 586px) {
  .lp_nav .nav_footer_item .lp_btn_primary a {
    padding: 2.4003rem 3.6001rem;
  }
}
.lp_nav .nav_footer_item .lp_btn_secondary a {
  padding: 3.077vw 12.308vw;
  font-size: clamp(1.1538461538rem, 1.1vw + 0.5103461538rem, 1.8rem);
}
@media screen and (min-width: 586px) {
  .lp_nav .nav_footer_item .lp_btn_secondary a {
    padding: 1.8rem 7.2002rem;
  }
}
.lp_nav .nav_footer_item .lp_btn_secondary_icon {
  left: 4.103vw;
  width: 4.103vw;
}
@media screen and (min-width: 586px) {
  .lp_nav .nav_footer_item .lp_btn_secondary_icon {
    left: 2.4003rem;
    width: 2.4003rem;
  }
}
.lp_nav .nav_footer_item a {
  position: relative;
  z-index: 1;
}
.lp_nav .nav_footer .nav_home {
  display: block;
  width: 26.667vw;
}
@media screen and (min-width: 586px) {
  .lp_nav .nav_footer .nav_home {
    width: 15.6002rem;
  }
}
.lp_menu {
  position: fixed;
  cursor: pointer;
  border-radius: 50%;
  background-color: #c83d85;
  border: 1px solid #fffae5;
  z-index: 30;
  top: 2.051vw;
  right: 2.051vw;
  width: 14.359vw;
  height: 14.359vw;
}
@media screen and (min-width: 586px) {
  .lp_menu {
    top: 1.1998rem;
    right: 1.1998rem;
    width: 8.4rem;
    height: 8.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp_menu {
    top: -8.8rem;
    right: -5.6rem;
    width: 20rem;
    height: 20rem;
  }
}
.lp_menu:hover {
  opacity: 1;
}
.lp_menu span {
  position: absolute;
  background-color: #fff;
  transition: 0.2s ease-in-out;
  z-index: 10;
  left: 4.615vw;
  width: 5.128vw;
  height: 0.769vw;
}
@media screen and (min-width: 586px) {
  .lp_menu span {
    left: 2.6998rem;
    width: 2.9999rem;
    height: 0.4499rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp_menu span {
    left: 5.6rem;
    width: 6rem;
    height: 0.5rem;
  }
}
.lp_menu span:nth-of-type(1) {
  top: 4.872vw;
}
@media screen and (min-width: 586px) {
  .lp_menu span:nth-of-type(1) {
    top: 2.8501rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp_menu span:nth-of-type(1) {
    top: 12rem;
  }
}
.lp_menu span:nth-of-type(2) {
  top: 6.41vw;
}
@media screen and (min-width: 586px) {
  .lp_menu span:nth-of-type(2) {
    top: 3.7499rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp_menu span:nth-of-type(2) {
    top: 13.2rem;
  }
}
.lp_menu span:nth-of-type(3) {
  top: 7.949vw;
}
@media screen and (min-width: 586px) {
  .lp_menu span:nth-of-type(3) {
    top: 4.6502rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp_menu span:nth-of-type(3) {
    top: 14.4rem;
  }
}
.lp_menu.is_open span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6.41vw;
}
@media screen and (min-width: 586px) {
  .lp_menu.is_open span:nth-of-type(1) {
    top: 3.7499rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp_menu.is_open span:nth-of-type(1) {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    top: 13rem;
  }
}
.lp_menu.is_open span:nth-of-type(2) {
  opacity: 0;
}
.lp_menu.is_open span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6.41vw;
}
@media screen and (min-width: 586px) {
  .lp_menu.is_open span:nth-of-type(3) {
    top: 3.7499rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp_menu.is_open span:nth-of-type(3) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    top: 13rem;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  background-color: #333;
}
.modal.is_active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2000;
}
.modal_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal_content {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}
@media screen and (min-width: 1200px) {
  .modal_content {
    overflow-y: hidden;
    overscroll-behavior-y: none;
  }
}
.modal_inner {
  width: auto;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.modal_body {
  width: 100%;
}
.modal_footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fffae5;
  display: flex;
  justify-content: center;
  gap: min(18.462vw, 8rem);
  width: 100vw;
  height: min(12.308vw, 8rem);
  z-index: 10;
  line-height: 1;
}
.modal_close {
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  cursor: pointer;
  width: 5.6rem;
  height: 0;
  padding-top: 5.6rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #333;
  border: 1px solid #fffae5;
  overflow: hidden;
  z-index: 20;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 374px) {
  .modal_close {
    bottom: 0.4rem;
  }
}
.modal_close:hover {
  opacity: 1;
}
.modal_close::before,
.modal_close::after {
  content: '';
  position: absolute;
  top: 2.6rem;
  left: 1.8rem;
  width: 2rem;
  height: 0.3rem;
  background-color: #fff;
  transition: 0.2s ease-in-out;
}
.modal_close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal_close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal_zoom_img {
  width: 100vw;
  height: calc(100dvh - min(34.615vw, 17.4rem));
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_zoom_img img {
  width: 100%;
  height: 100%;
}
.modal_zoom_img .leaflet-container {
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_zoom_img .leaflet-control-container {
  display: none;
}
@media screen and (min-width: 586px) {
  .modal_zoom_img .leaflet-control-container {
    display: block;
  }
}
.modal_zoom_img .leaflet-touch .leaflet-control-layers,
.modal_zoom_img .leaflet-touch .leaflet-bar {
  border: 0;
}
.modal_zoom_img .leaflet-touch .leaflet-bar a {
  color: #333;
}
.modal_zoom_img .leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.modal_zoom_img .leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.modal_zoom_img .leaflet-touch .leaflet-bar a:hover {
  color: #333;
}
.modal_zoom_img .leaflet-touch .leaflet-bar a.leaflet-disabled {
  color: rgba(51, 51, 51, 0.5);
}
.modal_zoom_notice {
  padding: min(6.154vw, 2.4rem) 0;
  text-align: center;
  background-color: #333;
  color: #fff;
  font-size: clamp(1.0576923077rem, 0.6vw + 0.7066923077rem, 1.4rem);
}
@media screen and (max-width: 374px) {
  .modal_zoom_notice {
    padding: min(3.077vw, 2.4rem) 0 min(9.231vw, 2.4rem);
  }
}
@-webkit-keyframes fixed_title {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fixed_title {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (min-width: 1200px) {
  .lp_fixed {
    position: fixed;
    top: 50%;
    left: calc(50% - 600px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 100vh;
    overflow-y: auto;
  }
}
.lp_fixed_title {
  position: relative;
  opacity: 0;
  z-index: 1;
  -webkit-animation: fixed_title 0.4s ease-in-out forwards 0.4s;
  animation: fixed_title 0.4s ease-in-out forwards 0.4s;
  padding-top: 112.821vw;
  width: 100vw;
}
@media screen and (min-width: 586px) {
  .lp_fixed_title {
    padding-top: 66.0003rem;
    width: 58.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp_fixed_title {
    padding-top: 0;
    width: 54rem;
  }
}
.lp_fixed_title a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.lp_fixed_title img {
  position: relative;
}
.lp_fixed_title_date {
  display: block;
  font-weight: bold;
  color: #c83d85;
  background: linear-gradient(90deg, rgba(255, 250, 229, 0) 0%, #fffae5 10%, #fffae5 90%, rgba(255, 250, 229, 0) 100%);
  text-align: center;
  margin: -4.103vw 4.103vw 0vw;
  padding: 2.051vw 10.256vw;
  font-size: clamp(1.5384615385rem, 1.4vw + 0.7194615385rem, 2.4rem);
}
@media screen and (min-width: 586px) {
  .lp_fixed_title_date {
    margin: -2.4003rem 2.4003rem 0rem;
    padding: 1.1998rem 5.9998rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp_fixed_title_date {
    font-size: 1.9rem;
    width: 43rem;
  }
}
.lp_fixed_footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fffae5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 10;
  box-shadow: 0vw 0vw 2.051vw 0vw rgba(0, 0, 0, 0.15);
  padding: 3.077vw 4.103vw;
  gap: 6.154vw;
}
@media screen and (min-width: 586px) {
  .lp_fixed_footer {
    box-shadow: 0rem 0rem 1.1998rem 0rem rgba(0, 0, 0, 0.15);
    padding: 1.8rem 2.4003rem;
    gap: 3.6001rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp_fixed_footer {
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 0;
    margin-top: 4rem;
    opacity: 0;
    -webkit-animation: fixed_title 0.4s ease-in-out forwards 0.4s;
    animation: fixed_title 0.4s ease-in-out forwards 0.4s;
  }
}
.lp_fixed_footer.is_open {
  z-index: -1;
}
.lp_fixed_footer_inner {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(585px - 11.282vw);
  gap: 2.051vw;
}
@media screen and (min-width: 586px) {
  .lp_fixed_footer_inner {
    gap: 1.1998rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp_fixed_footer_inner {
    align-items: center;
    flex-direction: column;
  }
}
.lp_fixed_footer_inner .lp_btn_primary {
  flex: 1;
}
.lp_fixed_footer_inner .lp_btn_primary a {
  padding: 3.077vw 6.154vw;
}
@media screen and (min-width: 586px) {
  .lp_fixed_footer_inner .lp_btn_primary a {
    padding: 1.8rem 3.6001rem;
  }
}
.lp_fixed_footer_list {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4.103vw;
}
@media screen and (min-width: 586px) {
  .lp_fixed_footer_list {
    gap: 2.4003rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp_fixed_footer_list {
    gap: 1.6rem;
    width: 40rem;
  }
}
.lp_fixed_footer_item {
  flex: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 2.051vw;
}
@media screen and (min-width: 586px) {
  .lp_fixed_footer_item {
    gap: 1.1998rem;
  }
}
.lp_fixed_footer_item.visible_md {
  display: none;
}
@media screen and (min-width: 1200px) {
  .lp_fixed_footer_item.visible_md {
    display: flex;
    width: auto;
  }
}
.lp_fixed_footer_item .lp_btn_primary {
  flex: 1;
  max-width: 80%;
}
@media screen and (min-width: 1200px) {
  .lp_fixed_footer_item .lp_btn_primary {
    max-width: 70%;
  }
}
.lp_fixed_footer_item .lp_btn_primary a {
  padding: 4.103vw 6.154vw;
}
@media screen and (min-width: 586px) {
  .lp_fixed_footer_item .lp_btn_primary a {
    padding: 2.4003rem 3.6001rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp_fixed_footer_item .lp_btn_primary a {
    padding: 1.6rem 2.4rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 374px) {
  .lp_fixed_footer_item .lp_btn_primary a {
    padding: 1.1rem 1.6rem;
    font-size: 1.3rem;
  }
}
.lp_fixed_footer_item .lp_btn_secondary a {
  padding: 3.077vw 12.308vw;
  font-size: clamp(1.1538461538rem, 1.1vw + 0.5103461538rem, 1.8rem);
}
@media screen and (min-width: 586px) {
  .lp_fixed_footer_item .lp_btn_secondary a {
    padding: 1.8rem 7.2002rem;
  }
}
@media screen and (min-width: 1200px) {
  .lp_fixed_footer_item .lp_btn_secondary a {
    padding: 1.6rem 6.4rem;
    font-size: 1.4rem;
  }
}
.lp_fixed_footer_item .lp_btn_secondary_icon {
  left: 4.103vw;
  width: 4.103vw;
}
@media screen and (min-width: 586px) {
  .lp_fixed_footer_item .lp_btn_secondary_icon {
    left: 2.4003rem;
    width: 2.4003rem;
  }
}
.lp_fixed_footer_item a {
  position: relative;
  z-index: 1;
}
.lp_fixed_footer_home {
  display: block;
}
@media screen and (min-width: 1200px) {
  .lp_fixed_footer_home {
    width: 10.4rem;
  }
}
.lp_main .fv {
  margin-top: 0;
}
.fv_img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 585px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .fv_img {
    position: relative;
  }
}
.fv_topics {
  position: relative;
  padding: 4.103vw 24.103vw 0vw 4.103vw;
}
@media screen and (min-width: 586px) {
  .fv_topics {
    padding: 2.4003rem 14.1003rem 0rem 2.4003rem;
  }
}
@media screen and (min-width: 1200px) {
  .fv_topics {
    margin-top: -13rem;
  }
}
.fv_topics_list {
  position: relative;
  background-color: #fff;
  font-weight: bold;
  line-height: 1.5;
  border: 0.256vw solid #c83d85;
  border-radius: 2.051vw;
  padding: 3.077vw 4.103vw;
}
@media screen and (min-width: 586px) {
  .fv_topics_list {
    border: 0.1498rem solid #c83d85;
    border-radius: 1.1998rem;
    padding: 1.8rem 2.4003rem;
  }
}
.fv_topics_list::before,
.fv_topics_list::after {
  content: '';
  position: absolute;
  top: 40%;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
}
.fv_topics_list::before {
  right: -0.5rem;
  margin-top: -0.7rem;
  border: 0.7rem solid rgba(0, 0, 0, 0);
  border-width: 0.3rem 0 0.3rem 0.52rem;
  border-left-color: #fff;
  z-index: 2;
}
.fv_topics_list::after {
  right: -0.7rem;
  margin-top: -0.8rem;
  border-width: 0.4rem 0 0.4rem 0.69rem;
  border-left-color: #c83d85;
  z-index: 1;
}
.fv_topics_list dt {
  font-size: clamp(0.9615384615rem, 0.9vw + 0.4350384615rem, 1.5rem);
}
.fv_topics_list dd {
  font-size: clamp(1.1538461538rem, 1.1vw + 0.5103461538rem, 1.8rem);
}
.fv_topics_list dd + dt {
  margin-top: 0.5em;
}
.fv_topics_label {
  background-color: #c83d85;
  color: #fff;
  border-radius: 1.026vw;
  padding: 0vw 1.026vw;
  font-size: clamp(0.9615384615rem, 0.9vw + 0.4350384615rem, 1.5rem);
}
@media screen and (min-width: 586px) {
  .fv_topics_label {
    border-radius: 0.6002rem;
    padding: 0rem 0.6002rem;
  }
}
.fv_topics_img {
  position: absolute;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
  animation: floating-y 1.5s ease-in-out infinite alternate-reverse;
  z-index: 1;
  bottom: -17.436vw;
  right: -8.205vw;
  width: 37.949vw;
}
@media screen and (min-width: 586px) {
  .fv_topics_img {
    bottom: -10.2001rem;
    right: -4.7999rem;
    width: 22.2002rem;
  }
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: rotate(4deg) translateY(0);
    transform: rotate(4deg) translateY(0);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(-8%);
    transform: rotate(0deg) translateY(-8%);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: rotate(4deg) translateY(0);
    transform: rotate(4deg) translateY(0);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(-8%);
    transform: rotate(0deg) translateY(-8%);
  }
}
.about_map {
  margin: 1em 0;
}
.about_map_single {
  aspect-ratio: 1/1;
}
.about_map_tab {
  display: flex;
  align-items: flex-end;
}
.about_map_tab_item {
  flex: 1;
  text-align: center;
  background-color: #fffae5;
  font-weight: bold;
  padding: 2.051vw 4.103vw;
  border-top: 0.256vw solid #c83d85;
  border-right: 0.256vw solid #c83d85;
  border-left: 0.256vw solid #c83d85;
  border-radius: 25.641vwvw;
  border-top-right-radius: 2.051vw;
  border-top-left-radius: 2.051vw;
}
@media screen and (min-width: 586px) {
  .about_map_tab_item {
    padding: 1.1998rem 2.4003rem;
    border-top: 0.1498rem solid #c83d85;
    border-right: 0.1498rem solid #c83d85;
    border-left: 0.1498rem solid #c83d85;
    border-radius: 15vwrem;
    border-top-right-radius: 1.1998rem;
    border-top-left-radius: 1.1998rem;
  }
}
.about_map_tab_item.is_active {
  background-color: #c83d85;
  color: #fff;
  padding: 3.077vw 4.103vw;
}
@media screen and (min-width: 586px) {
  .about_map_tab_item.is_active {
    padding: 1.8rem 2.4003rem;
  }
}
.about_map_content {
  background-color: #fffae5;
  padding: 2.051vw;
  border: 0.256vw solid #c83d85;
}
@media screen and (min-width: 586px) {
  .about_map_content {
    padding: 1.1998rem;
    border: 0.1498rem solid #c83d85;
  }
}
.about_map_content_item {
  display: none;
  aspect-ratio: 1/1;
}
.about_map_content_item.is_show {
  display: block;
}
.about_map iframe {
  width: 100%;
  height: 100%;
}
.ticket_area:not(:first-of-type) {
  border-top: 0.256vw solid rgba(200, 61, 133, 0.25);
  margin-top: 8.205vw;
  padding-top: 8.205vw;
}
@media screen and (min-width: 586px) {
  .ticket_area:not(:first-of-type) {
    border-top: 0.1498rem solid rgba(200, 61, 133, 0.25);
    margin-top: 4.7999rem;
    padding-top: 4.7999rem;
  }
}
.ticket_head {
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 2.051vw;
  margin-bottom: 4.103vw;
  font-size: clamp(1.3461538462rem, 1.2vw + 0.6441538462rem, 2.1rem);
}
@media screen and (min-width: 586px) {
  .ticket_head {
    gap: 1.1998rem;
    margin-bottom: 2.4003rem;
  }
}
.ticket_head::before {
  content: '';
  width: 100%;
  order: 2;
  flex: 1;
  height: 0.256vw;
  border-top: 0.256vw dashed #c83d85;
}
@media screen and (min-width: 586px) {
  .ticket_head::before {
    height: 0.1498rem;
    border-top: 0.1498rem dashed #c83d85;
  }
}
.ticket_head dt {
  order: 1;
}
.ticket_head dd {
  order: 3;
  position: relative;
}
.ticket_soldout {
  display: inline-block;
  background-color: rgba(200, 61, 133, 0.85);
  color: #fff;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
  transform: translate(-50%, -50%) rotate(-15deg);
  padding: 0.2em 0.8em;
  font-size: clamp(1.1538461538rem, 1.1vw + 0.5103461538rem, 1.8rem);
}
.question_area p + * {
  margin-top: 2em;
}
.lp_main .notice .sec_body {
  padding: 2.051vw 4.103vw 2.051vw 4.103vw;
}
@media screen and (min-width: 586px) {
  .lp_main .notice .sec_body {
    padding: 1.1998rem 2.4003rem 1.1998rem 2.4003rem;
  }
}
.notice .table_toggle + .fontsize_s {
  padding: 2em 0;
}
.credit_list {
  display: flex;
}
.credit_list dt {
  white-space: nowrap;
}
.credit_list dt::after {
  content: '：';
} /*# sourceMappingURL=lp.min.css.map */
