@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lobster&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
/* ========================================
 *  Font Family
 * ======================================== */
/* ==============================
*   Color
*==============================*/
/* ==============================
*   Font Size
*==============================*/
/*==============================
//  Media Query
//==============================*/
body {
  min-width: 1240px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/*==============================
//  Font Size Rem
//
//  【概要】        font-sizeの単位をremに変換する
//  【第一引数】    希望のfont-size（数字のみ）
//  【備考】        IE対応のためpxでも出力する
//==============================*/
/*==============================
//  Font Size Rem Line Height Half Leading
//
//  【概要】
//      ・font-sizeの単位をremに変換
//      ・行間のサイズをもとに自動でline-heightを指定
//      ・ハーフリーディングを自動調整
//  【第一引数】
//      ・希望のfont-size（数字のみ）
//  【第二引数】
//      ・希望の行間サイズ（数字のみ）
//==============================*/
/*==============================
//
//  【概要】
//      ・pxをvwに変換
//  【第一引数】
//      ・pxサイズ（数字のみ）
//  【第二引数】
//      ・デザイン幅（数字のみ）初期値はf-variableに記述
//==============================*/
/*==============================
//  px→vwの計算
//==============================*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  top: -0.5em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: normal;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #333333;
  line-height: 180%;
  position: relative;
  min-width: 1240px;
  font-size: 16px;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
    min-width: inherit;
  }
}

a {
  text-decoration: underline;
  color: #DB2E80;
  transition: 0.3s all;
}
a:hover {
  text-decoration: none;
}

button {
  outline: none;
}

td,
th {
  vertical-align: middle;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #AFAFAF;
}

input::placeholder,
textarea::placeholder {
  color: #AFAFAF;
}

img {
  max-width: 100%;
  backface-visibility: hidden;
}

[v-cloak] {
  display: none !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

[v-cloak] {
  display: none;
}

main {
  position: relative;
}

main {
  padding: 0;
}
@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}
main.p-lower {
  padding: 90px 0 0;
}
@media screen and (max-width: 1240px) {
  main.p-lower {
    padding: 0;
  }
}

.l-section {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 150px 0 180px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 16vw 0;
  }
}
.l-section_btn_wrap {
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-section_btn_wrap {
    max-width: calc(100% - 10.6666666667vw);
  }
}

.l-inner {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0;
  }
}

.swiper_content {
  position: relative;
  z-index: 0;
}
.swiper_content .swiper-button-prev,
.swiper_content .swiper-button-next {
  width: 71px !important;
  height: 71px !important;
  top: 267px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .swiper_content .swiper-button-prev,
  .swiper_content .swiper-button-next {
    width: 9.6vw !important;
    height: 9.6vw !important;
    top: 36vw !important;
  }
}
.swiper_content .swiper-button-prev::after,
.swiper_content .swiper-button-next::after {
  display: none;
}
.swiper_content .swiper-button-prev {
  left: 50% !important;
  margin-left: -415px;
  background-image: url("../../src/img/icon/icon_prev.svg");
}
@media screen and (max-width: 767px) {
  .swiper_content .swiper-button-prev {
    left: 0 !important;
    margin-left: 0;
  }
}
.swiper_content .swiper-button-next {
  right: 50% !important;
  margin-right: -415px;
  background-image: url("../../src/img/icon/icon_next.svg");
}
@media screen and (max-width: 767px) {
  .swiper_content .swiper-button-next {
    right: 0 !important;
    margin-right: 0;
  }
}
.swiper_content .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 1;
  margin: 0 5px;
}
.swiper_content .swiper-pagination-bullet-active {
  background: #E76059;
}

.p-top_info_wrap {
  position: relative;
  z-index: 0;
}
.p-top_info_wrap.swiper {
  overflow: visible;
}
.p-top_info_wrap .swiper-button-prev,
.p-top_info_wrap .swiper-button-next {
  width: 9.6vw !important;
  height: 9.6vw !important;
  top: 69.3333333333vw !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}
.p-top_info_wrap .swiper-button-prev::after,
.p-top_info_wrap .swiper-button-next::after {
  display: none;
}
.p-top_info_wrap .swiper-button-prev {
  left: -4.8vw !important;
  background-image: url("../../src/img/icon/icon_prev.svg");
}
.p-top_info_wrap .swiper-button-next {
  right: -4.8vw !important;
  background-image: url("../../src/img/icon/icon_next.svg");
}
.p-top_info_wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 1;
  margin: 0 5px;
}
.p-top_info_wrap .swiper-pagination-bullet-active {
  background: #E76059;
}

.p-top_spots_wrap_ditail .swiper-button-next,
.p-top_spots_wrap_ditail .swiper-button-prev {
  opacity: 0 !important;
  pointer-events: none;
  transition: opacity 0.3s;
}

.plan_wrap:hover .swiper-button-next,
.plan_wrap:hover .swiper-button-prev {
  opacity: 1 !important;
  pointer-events: auto;
}

.p-top_spots_wrap_ditail .swiper-button-prev {
  left: 0 !important;
  margin-left: 0;
  width: 78px;
  height: 100%;
  background-image: inherit !important;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top_spots_wrap_ditail .swiper-button-prev {
    left: 0 !important;
    margin-left: 0;
  }
}

.p-top_spots_wrap_ditail .swiper-button-next {
  right: 0 !important;
  margin-right: 0;
  background-image: url("../../src/img/icon/icon_next.png");
  width: 66px !important;
  height: 450px !important;
  top: 22px !important;
}
@media screen and (max-width: 767px) {
  .p-top_spots_wrap_ditail .swiper-button-next {
    width: 10.6666666667vw !important;
    height: 71.7333333333vw !important;
    top: 5.3333333333vw !important;
  }
}

/* ---------------------------------------------------------------------------
 * アニメーション
--------------------------------------------------------------------------- */
.sa {
  opacity: 0;
  transition: all 0.8s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 50px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(0.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -8vw;
  }
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 11px);
}
@media screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
  }
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #92C86C;
}

.swiper-wrapper {
  height: auto !important;
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  padding: 1em;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 9999;
  font-size: 14px;
}

.cookie-banner_inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.cookie-banner_txt {
  margin-bottom: 0.5em;
}
.cookie-banner_txt a {
  color: #DB2E80;
}

.cookie-banner_btn {
  background-color: #DB2E80;
  color: #ffffff;
  border: none;
  padding: 0.5em 3em;
  border-radius: 100px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .cookie-banner_btn {
    margin: 0 auto;
  }
}
.cookie-banner_btn:hover {
  opacity: 0.8;
}

.c-btn_right a {
  width: 100%;
  height: 70px;
  padding: 0 15px 0 0;
  border-radius: 100px;
  background-color: #DB2E80;
  color: #ffffff;
  text-align: center;
  position: relative;
  font-weight: bold;
  line-height: 150%;
  font-size: 24px;
  transition: 0.3s all;
  margin: 0;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .c-btn_right a {
    height: 16vw;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0;
  }
}
.c-btn_right a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url(../../src/img/icon/arrow_right_w.svg) center center no-repeat;
  background-size: cover;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .c-btn_right a::after {
    right: 5.3333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.c-btn_right a:hover {
  opacity: 0.8;
}
.c-btn_right a:hover:after {
  right: 18px;
}
@media screen and (max-width: 767px) {
  .c-btn_right a:hover:after {
    right: 2.6666666667vw;
  }
}
.c-btn_left a {
  width: 100%;
  height: 70px;
  padding: 0 0 0 15px;
  border-radius: 100px;
  background-color: #DB2E80;
  color: #ffffff;
  text-align: center;
  position: relative;
  font-weight: bold;
  line-height: 150%;
  font-size: 24px;
  transition: 0.3s all;
  margin: 0;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .c-btn_left a {
    height: 16vw;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0;
  }
}
.c-btn_left a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%) scaleX(-1);
  background: url(../../src/img/icon/arrow_right_w.svg) center center no-repeat;
  background-size: cover;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .c-btn_left a::after {
    left: 5.3333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.c-btn_left a:hover {
  opacity: 0.8;
}
.c-btn_left a:hover:after {
  left: 18px;
}
@media screen and (max-width: 767px) {
  .c-btn_left a:hover:after {
    left: 5.3333333333vw;
  }
}
.c-btn_contact {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn_contact {
    width: 100%;
  }
}
.c-btn_contact a {
  width: 100%;
  height: 60px;
  padding: 0 0 0 30px;
  border-radius: 100px;
  background-color: #DB2E80;
  color: #ffffff;
  text-align: center;
  position: relative;
  font-weight: 700;
  line-height: 150%;
  font-size: 20px;
  transition: 0.3s all;
  margin: 0;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-btn_contact a {
    height: 16vw;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0;
    line-height: 16vw;
    padding: 0 0 0 8vw;
  }
}
.c-btn_contact a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 90px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background: url(../../src/img/icon/icon_mail.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-btn_contact a::after {
    left: 21.3333333333vw;
    width: 8.5333333333vw;
    height: 5.8666666667vw;
  }
}
.c-btn_contact a:hover {
  opacity: 0.8;
}
.c-btn_pdf {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn_pdf {
    width: 100%;
  }
}
.c-btn_pdf a {
  width: 100%;
  height: 70px;
  padding: 0;
  border-radius: 100px;
  background-color: #ffffff;
  border: 2px solid #EC96BF;
  color: #DB2E80;
  text-align: center;
  font-weight: 700;
  line-height: 150%;
  font-size: 24px;
  transition: 0.3s all;
  margin: 0;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-btn_pdf a {
    height: 16vw;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0;
    line-height: 16vw;
    padding: 0 5.3333333333vw 0 0;
  }
}
.c-btn_pdf a span {
  position: relative;
}
.c-btn_pdf a span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  background: url(../../src/img/icon/icon_pdf.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-btn_pdf a span::after {
    right: -8vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.c-btn_pdf a:hover {
  background-color: #FCF0F5;
  opacity: 0.8;
}

.c-form {
  /* CHECKBOX */
}
.c-form #entryForm {
  cursor: pointer;
}
.c-form #entryForm input[type=text],
.c-form #entryForm input[type=email],
.c-form #entryForm input[type=tel],
.c-form #entryForm input[type=password],
.c-form #entryForm input[type=date] {
  width: 100%;
  padding: 11px 24px;
  border: 1px solid #AAAAAA;
  background-color: #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 150%;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .c-form #entryForm input[type=text],
  .c-form #entryForm input[type=email],
  .c-form #entryForm input[type=tel],
  .c-form #entryForm input[type=password],
  .c-form #entryForm input[type=date] {
    font-size: 16px;
    padding: 2.9333333333vw 2.6666666667vw;
  }
}
.c-form textarea {
  width: 100%;
  height: 165px;
  box-sizing: border-box;
  padding: 11px 24px;
  border: 1px solid #AAAAAA;
  background-color: #ffffff;
  border-radius: 6px;
  font-size: 16px;
  line-height: 150%;
  -webkit-appearance: none;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .c-form textarea {
    font-size: 16px;
    padding: 2.9333333333vw 2.6666666667vw;
  }
}
.c-form .selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.c-form .selectbox::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 11px;
  height: 9px;
  transform: translateY(-50%);
  background: url(../../src/img/icon/arrow_down_g.svg) center center no-repeat;
  background-size: cover;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-form .selectbox::after {
    right: 4vw;
  }
}
.c-form .selectbox select {
  padding: 11px 30px 11px 24px;
  border: 1px solid #AAAAAA;
  background-color: #ffffff;
  border-radius: 6px;
  font-size: 16px;
  line-height: 150%;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-form .selectbox select {
    font-size: 16px;
    padding: 2.9333333333vw 2.6666666667vw;
  }
}
.c-form .privacy_check {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  .c-form .privacy_check {
    padding: 5.3333333333vw 0;
    text-align: left;
  }
}
.c-form .privacy_check_txt {
  font-size: 16px;
  font-weight: 500;
  left: 180%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-form .privacy_check_txt {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
    margin-bottom: 3.4666666667vw;
  }
}
.c-form p.error {
  color: #DF1B02;
  font-size: 15px;
  margin-top: 7px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .c-form p.error {
    margin-top: 1.8666666667vw;
  }
}
.c-form label input[type=checkbox] + span {
  font-size: 16px;
  margin: 0;
  position: relative;
  padding: 0 0 0 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-form label input[type=checkbox] + span {
    font-size: 16px;
    margin: 0 0 2.1333333333vw 0;
    padding: 0 0 0 9.3333333333vw;
  }
}
.c-form label input[type=checkbox] + span::before,
.c-form label input[type=checkbox] + span::after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-form label input[type=checkbox] + span::before,
  .c-form label input[type=checkbox] + span::after {
    top: -0.5333333333vw;
  }
}
.c-form label input[type=checkbox] + span::before {
  width: 1.6em;
  height: 1.6em;
  margin-top: -0.8em;
  background-color: #ffffff;
  border: 2px solid #AAAAAA;
  border-radius: 3px;
  z-index: 0;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .c-form label input[type=checkbox] + span::before {
    margin-top: 0;
  }
}
.c-form label input[type=checkbox].white_bg + span::before {
  background-color: #ffffff;
  border: 2px solid #DB2E80;
}
.c-form label input[type=checkbox] + span::after {
  width: 0.5em;
  height: 0.7em;
  margin-top: -0.5em;
  margin-left: 0.6em;
  transform: scale(0) rotate(45deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-form label input[type=checkbox] + span::after {
    margin-top: 1.6vw;
  }
}
.c-form label input[type=checkbox]:checked + span::before {
  border: none;
}
.c-form label input[type=checkbox]:checked + span::after {
  border: 0.1875em solid #ffffff;
  border-width: 0 0.1875em 0.1875em 0;
  transform: scale(1) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-form label input[type=checkbox]:checked + span::after {
    border: 0.2em solid #ffffff;
    border-width: 0 0.2em 0.2em 0;
  }
}
.c-form label input[type=checkbox]:checked + span::before {
  background-color: #DB2E80;
}

input + select,
input + textarea,
select + input,
select + textarea,
textarea + input,
textarea + select {
  margin-top: 0.75em;
}

:-moz-placeholder {
  color: #AFAFAF;
}

:placeholder-shown {
  color: #AFAFAF;
}

::-webkit-input-placeholder {
  color: #AFAFAF;
}

:-moz-placeholder {
  color: #AFAFAF;
  opacity: 1;
}

::-moz-placeholder {
  color: #AFAFAF;
  opacity: 1;
}

:focus:-moz-placeholder {
  color: inherit;
}

:focus:placeholder-shown {
  color: inherit;
}

:focus::-webkit-input-placeholder {
  font-size: 0;
}

:focus:-moz-placeholder {
  font-size: 0;
}

:focus::-moz-placeholder {
  font-size: 0;
}

:focus:-ms-input-placeholder {
  font-size: 0;
}

select::-ms-expand {
  display: none;
}

input[type=checkbox],
input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  display: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #AAAAAA;
  background-color: #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 180%;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
}
@media screen and (max-width: 767px) {
  select {
    font-size: 16px;
    padding: 2.6666666667vw;
  }
}

.buttonArea {
  padding: 40px 0 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .buttonArea {
    justify-content: space-between;
    padding: 6.6666666667vw 0 0;
  }
}
.buttonArea li {
  width: 48%;
  max-width: 450px;
  margin: 0 1%;
}
@media screen and (max-width: 767px) {
  .buttonArea li {
    width: 100%;
    margin: 0;
  }
  .buttonArea li:first-of-type {
    margin-bottom: 4vw;
  }
}
.buttonArea li .button_wrap {
  color: #ffffff;
  position: relative;
  line-height: 150%;
  width: 100%;
  border-radius: 100px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.buttonArea li .button_wrap::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url(../../src/img/icon/arrow_right_w.svg) center center no-repeat;
  background-size: cover;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .buttonArea li .button_wrap::after {
    right: 5.3333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.buttonArea li .button_wrap:hover {
  opacity: 0.8;
}
.buttonArea li .button_wrap:hover::after {
  right: 18px;
}
@media screen and (max-width: 767px) {
  .buttonArea li .button_wrap:hover::after {
    right: 5.3333333333vw;
  }
}
.buttonArea li .button_wrap input[type=submit] {
  width: 100%;
  padding: 17px 0;
  border-radius: 100px;
  background-color: #DB2E80;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 150%;
  font-size: 24px;
  transition: 0.3s all;
  margin: 0 auto;
  text-decoration: none;
  display: inline-block !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .buttonArea li .button_wrap input[type=submit] {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 4vw 0 4.8vw;
  }
}
.buttonArea li .button_wrap.graybtn::after {
  left: 23px;
  transform: translateY(-50%) scaleX(-1);
  background: url(../../src/img/icon/arrow_right_g.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .buttonArea li .button_wrap.graybtn::after {
    left: 5.3333333333vw;
  }
}
.buttonArea li .button_wrap.graybtn input[type=button] {
  width: 100%;
  padding: 17px 0;
  border-radius: 100px;
  background: #999999;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 150%;
  font-size: 24px;
  transition: 0.3s all;
  margin: 0 auto;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .buttonArea li .button_wrap.graybtn input[type=button] {
    font-size: 4.8vw;
    padding: 4.2666666667vw 0 4.5333333333vw;
  }
}
.buttonArea li .button_wrap.graybtn:hover {
  opacity: 0.3s all;
}
.buttonArea li .button_wrap.graybtn:hover::after {
  left: 18px;
}
@media screen and (max-width: 767px) {
  .buttonArea li .button_wrap.graybtn:hover::after {
    left: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .buttonArea li.long {
    width: 100%;
  }
}

.p-contact_wrap_ditail button[type=submit],
.wc-block-components-checkout-place-order-button__text {
  width: 100%;
  padding: 20px 0;
  border-radius: 10px;
  background-color: #DB2E80;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 150%;
  font-size: 24px;
  transition: 0.3s all;
  margin: 0 auto;
  text-decoration: none;
  display: inline-block !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact_wrap_ditail button[type=submit],
  .wc-block-components-checkout-place-order-button__text {
    font-size: 4.8vw;
    padding: 4.2666666667vw 0 4.5333333333vw;
    border-radius: 6px;
  }
}

.wpcf7 .wpcf7-submit:disabled {
  background-color: #AAAAAA !important;
}

.wpcf7 .buttonArea li .button_wrap.is-disabled {
  box-shadow: none !important;
}

.wpcf7 .buttonArea li .button_wrap.is-disabled:hover {
  opacity: 1;
}

.wpcf7 .buttonArea li .button_wrap.is-disabled::after {
  display: none;
}

.woocommerce-error {
  color: #DF1B02;
  font-size: 15px;
  margin: 0 0 20px;
  line-height: 150%;
  background-color: #fdf7f7;
  padding: 20px;
  border-radius: 6px;
  border: none;
}
.woocommerce-error a {
  color: #DF1B02;
}
@media screen and (max-width: 767px) {
  .woocommerce-error {
    margin: 0 0 4vw;
    padding: 15px;
  }
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffffff !important;
  text-align: center;
  color: #DF1B02;
}

.c-list_dot {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-list_dot {
    margin-bottom: 5.3333333333vw;
  }
}
.c-list_dot li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .c-list_dot li {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 5.3333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.c-list_dot li:last-of-type {
  margin-bottom: 0px;
}
.c-list_dot li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #DB2E80;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 8px;
}
@media screen and (max-width: 767px) {
  .c-list_dot li::before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    top: 2.1333333333vw;
    left: 1.0666666667vw;
  }
}
.c-list_no {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-list_no {
    margin-bottom: 5.3333333333vw;
  }
}
.c-list_no > li {
  padding-left: 25px;
  position: relative;
  line-height: 160%;
  margin-bottom: 10px;
  font-weight: 500;
  list-style-type: none;
  counter-increment: cnt;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .c-list_no > li {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 5.3333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.c-list_no > li:last-child {
  margin-bottom: 0;
}
.c-list_no > li::before {
  content: counter(cnt) ".";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #DB2E80;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-list_no > li::before {
    font-size: 16px;
    font-size: 1rem;
    top: -0.2666666667vw;
    left: 0;
  }
}

.c-nav_pc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.c-nav_pc_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.c-nav_pc_menu li a {
  margin-right: 30px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #333333;
}
@media screen and (max-width: 1540px) {
  .c-nav_pc_menu li a {
    font-size: 16px;
    margin-right: 25px;
  }
}
.c-nav_pc_menu li a:hover {
  color: #DB2E80;
}
@media screen and (max-width: 767px) {
  .c-nav_pc_menu li.contact {
    display: none;
  }
}
.c-nav_pc_menu li.contact a {
  width: 140px;
  height: 90px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #DB2E80;
  text-decoration: none;
  letter-spacing: 0;
  position: relative;
  padding: 33px 0 0 0;
  margin-right: 0;
}
.c-nav_pc_menu li.contact a:hover {
  opacity: 0.8;
}
.c-nav_pc_menu li.contact a::before {
  display: block;
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  width: 32px;
  height: 32px;
  transform: translate(-50%, -50%);
  background: url(../../src/img/icon/icon_mail.svg) center center no-repeat;
  background-size: cover;
  transition: 0.3s all;
}

.c-table_news {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  border: 1px solid #AAAAAA;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-table_news {
    max-width: 100%;
    border-radius: 6px;
    margin-bottom: 5.3333333333vw;
  }
}
.c-table_news th:first-child {
  border-top-left-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-table_news th:first-child {
    border-top-left-radius: 6px;
  }
}
.c-table_news th:last-child {
  border-top-right-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-table_news th:last-child {
    border-top-right-radius: 6px;
  }
}
.c-table_news tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-table_news tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
  }
}
.c-table_news tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-table_news tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
  }
}
.c-table_news th {
  background: #FCF0F5;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  font-size: 18px;
  line-height: 180%;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
}
@media screen and (max-width: 767px) {
  .c-table_news th {
    padding: 2.6666666667vw;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 130%;
  }
}
.c-table_news th:last-of-type {
  border-right: none;
}
.c-table_news td {
  background: #ffffff;
  text-align: left;
  vertical-align: middle;
  padding: 13px 20px;
  font-size: 18px;
  line-height: 180%;
  border-bottom: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
}
@media screen and (max-width: 767px) {
  .c-table_news td {
    padding: 2.6666666667vw 1.3333333333vw;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 140%;
  }
}
.c-table_news td:last-of-type {
  border-right: none;
}
.c-table_news tr:last-of-type td {
  border-bottom: none;
}
.c-table_news2 {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #AAAAAA;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-table_news2 {
    max-width: 100%;
    border-radius: 6px;
    margin-bottom: 5.3333333333vw;
  }
}
.c-table_news2 tr:first-child th:first-child {
  border-top-left-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-table_news2 tr:first-child th:first-child {
    border-top-left-radius: 6px;
  }
}
.c-table_news2 tr:first-child td:first-child {
  border-top-right-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-table_news2 tr:first-child td:first-child {
    border-top-right-radius: 6px;
  }
}
.c-table_news2 tr:last-child th:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .c-table_news2 tr:last-child th:first-child {
    border-bottom-left-radius: 6px;
  }
}
.c-table_news2 tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-table_news2 tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
  }
}
.c-table_news2 th {
  background: #FCF0F5;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  font-size: 18px;
  line-height: 180%;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
}
@media screen and (max-width: 767px) {
  .c-table_news2 th {
    padding: 2.6666666667vw;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 130%;
  }
}
@media screen and (max-width: 767px) {
  .c-table_news2 th {
    font-size: 3.4666666667vw;
    line-height: 130%;
    padding: 2.6666666667vw;
  }
}
.c-table_news2 td {
  background: #ffffff;
  text-align: left;
  vertical-align: middle;
  padding: 13px 20px;
  font-size: 18px;
  line-height: 180%;
  border-bottom: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
}
.c-table_news2 td:last-of-type {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .c-table_news2 td {
    padding: 2.6666666667vw 1.3333333333vw;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 140%;
  }
}
.c-table_news2 tr:last-of-type td {
  border-bottom: none;
}

.c-title_h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-title_h2 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 130%;
  }
}
.c-title_h3_info {
  position: absolute;
  width: 377px;
  height: 68px;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../src/img/ttl_bg.svg) center center no-repeat;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 63px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .c-title_h3_info {
    width: 77.3333333333vw;
    height: 13.3333333333vw;
    top: -6.6666666667vw;
    font-size: 16px;
    font-size: 1rem;
    line-height: 12.5333333333vw;
  }
}
.c-title_h3_charm {
  width: 547px;
  height: 73px;
  position: absolute;
  background-image: url(../../src/img/bg06.png), url(../../src/img/bg06.png), linear-gradient(#D4227C, #E8539B);
  background-size: 75px 65px, 75px 65px, auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left 11px center, right 11px center, 0% 0%;
  color: #ffffff;
  font-size: 30px;
  line-height: 170%;
  font-weight: 700;
  text-align: center;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-title_h3_charm {
    width: 81.3333333333vw;
    height: 15.2vw;
    font-size: 20px;
    font-size: 1.25rem;
    background-size: 14.9333333333vw 12.8vw, 14.9333333333vw 12.8vw, auto;
    background-position: left 1.6vw center, right 1.6vw center, 0% 0%;
    top: -6.9333333333vw;
    border-radius: 6px;
  }
}
.c-title_h3_charm span {
  position: relative;
}
.c-title_h3_charm span::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 16px;
  height: 15px;
  transform: translateY(-50%);
  background: url(../../src/img/pink_arrow.svg) center center no-repeat;
  background-size: cover;
}
.c-title_h3_hotel {
  font-size: 18px;
  font-weight: 700;
  padding: 0 20px;
  margin-bottom: 5px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .c-title_h3_hotel {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.c-title_h3_tel {
  width: 547px;
  height: 73px;
  position: absolute;
  background-image: url(../../src/img/bg06.png), url(../../src/img/bg06.png), linear-gradient(#92C86C, #92C86C);
  background-size: 75px 65px, 75px 65px, auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left 11px center, right 11px center, 0% 0%;
  color: #ffffff;
  font-size: 30px;
  line-height: 170%;
  font-weight: 700;
  text-align: center;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-title_h3_tel {
    width: 81.3333333333vw;
    height: 15.2vw;
    font-size: 20px;
    font-size: 1.25rem;
    background-size: 14.9333333333vw 12.8vw, 14.9333333333vw 12.8vw, auto;
    background-position: left 1.6vw center, right 1.6vw center, 0% 0%;
    top: -6.9333333333vw;
    border-radius: 6px;
  }
}
.c-title_h3_tel span {
  position: relative;
}
.c-title_h3_tel span::before {
  display: block;
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 16px;
  height: 15px;
  transform: translateY(-50%);
  background: url(../../src/img/green_arrow.svg) center center no-repeat;
  background-size: cover;
}
.c-title_h3_useful {
  width: 100%;
  background: linear-gradient(180deg, #203272 0.32%, #364C98 99.68%);
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 110%;
  padding: 20px 0;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-title_h3_useful {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: left;
    padding: 3.7333333333vw 0 3.7333333333vw 5.3333333333vw;
  }
}
.c-title_h3_useful.active {
  border-radius: 10px 10px 0 0;
}
.c-title_h3_useful .en {
  font-family: "Lobster", sans-serif;
  font-size: 24px;
  display: block;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-title_h3_useful .en {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-title_h3_plan {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 170%;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title_h3_plan {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 4.8vw;
  }
}
.c-title_h3_contact {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-title_h3_contact {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 2.6666666667vw 0 5.3333333333vw;
  }
}
.c-title_h4_useful {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  background: #B9E8FB url(../../src/img/bg05.png) left top repeat;
  color: #333333;
  font-size: 26px;
  line-height: 170%;
  font-weight: 700;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-title_h4_useful {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 2.4vw 0 1.8666666667vw;
    margin-bottom: 4vw;
  }
}
.c-title_h4_plan {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title_h4_plan {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 1.6vw;
  }
}
.c-title_h4_plan .en {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-title_h4_plan .en {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-title_h5_useful {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #0095D9;
  line-height: 140%;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .c-title_h5_useful {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 1.8666666667vw;
  }
}

.p-header {
  width: 100%;
  min-width: 1240px;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  z-index: 50;
}
@media screen and (max-width: 1240px) {
  .p-header {
    position: sticky;
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 50px;
    min-width: 100%;
  }
}
.p-header .hBox {
  width: 100%;
  height: 90px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header .hBox {
    height: 50px;
  }
}
.p-header .hBox .logo_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-header .hBox .logo_wrap {
    margin-left: 5.3333333333vw;
  }
}
.p-header .hBox .logo_wrap .logo {
  width: 106px;
  height: 60px;
  margin: 0 13px 0 0;
}
@media screen and (max-width: 767px) {
  .p-header .hBox .logo_wrap .logo {
    margin: 0 2.1333333333vw 0 0;
    width: 17.3333333333vw;
    height: 9.6vw;
  }
}
.p-header .hBox .logo_wrap .logo:hover {
  opacity: 0.8;
}
.p-header .hBox .logo_wrap .logo img {
  width: 100%;
}
.p-header .hBox .logo_wrap .logo_txt {
  width: 205px;
  height: 25px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-header .hBox .logo_wrap .logo_txt {
    width: 34.6666666667vw;
    height: 4.2666666667vw;
    margin: 0 0 5.3333333333vw 0;
  }
}
.p-header .hBox .logo_wrap .logo_txt:hover {
  opacity: 0.8;
}
.p-header .hBox .logo_wrap .logo_txt img {
  width: 100%;
}
.p-header_spbtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 60px;
}
@media screen and (min-width: 768px) {
  .p-header_spbtn {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  /*ハンバーガー*/
  #globalMenuSp {
    z-index: 99998;
    color: #ffffff;
    background: #DB2E80 url(../../src/img/bg01_5.png) left top repeat;
    background-size: 768px 462px;
    text-align: left;
    width: 100vw;
    max-width: 500px;
    height: auto;
    transition: top 0.5s ease;
    position: fixed;
    top: 50px;
    right: 0;
    display: none;
    padding: 30px 20px 80px;
    overflow-y: auto;
    max-height: calc(100vh - 50px);
  }
  #globalMenuSp.active {
    display: block;
  }
  .navToggle {
    display: block;
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background-color: #DB2E80;
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 24px;
    height: 2px;
    right: 13px;
    background: #ffffff;
    transition: 0.3s ease-in-out;
  }
  .navToggle span:nth-child(1) {
    top: 17px;
  }
  .navToggle span:nth-child(2) {
    top: 26px;
  }
  .navToggle span:nth-child(3) {
    top: 34px;
  }
  .navToggle.active {
    width: 50px;
    height: 50px;
    mix-blend-mode: inherit;
    transition: 0.3s ease-in-out;
  }
  .navToggle.active span:nth-child(1) {
    top: 25px;
    background: #ffffff;
    transform: rotate(-40deg);
  }
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 25px;
    background: #ffffff;
    transform: rotate(40deg);
  }
  .naviUl {
    display: block;
    width: 100vw;
    height: auto;
    padding: 50px;
    text-align: center;
  }
  .naviUl_ttl {
    margin: 0 auto 10px;
    text-align: center;
    font-size: 36px;
    font-size: 2.25rem;
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 150%;
  }
  .naviUl_ttl span {
    position: relative;
  }
  .naviUl_ttl span:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -10.6666666667vw;
    width: 8.2666666667vw;
    height: 8vw;
    margin-top: 0.5333333333vw;
    transform: translateY(-50%);
    background: url(../../src/img/icon/ttl_icon.svg) center center no-repeat;
    background-size: cover;
  }
  .naviUl_ttl span:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -10.6666666667vw;
    width: 8.2666666667vw;
    height: 8vw;
    margin-top: 0.5333333333vw;
    transform: translateY(-50%) scaleX(-1);
    background: url(../../src/img/icon/ttl_icon.svg) center center no-repeat;
    background-size: cover;
  }
  .naviUl_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid #EE9CC3;
  }
  .naviUl_menu li {
    width: 100%;
    padding: 2.6666666667vw 0 2.6666666667vw 14.1333333333vw;
    text-align: left;
    border-bottom: 1px solid #EE9CC3;
    position: relative;
  }
  .naviUl_menu li a {
    text-decoration: none;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    width: 100%;
    position: relative;
  }
  .naviUl_menu li a:hover {
    color: #ffffff;
  }
  .naviUl_menu li::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 3.2vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    transform: translateY(-50%);
  }
  .naviUl_menu li:nth-child(1)::before {
    background: url(../../src/img/icon/icon01.svg) center center no-repeat;
    background-size: cover;
  }
  .naviUl_menu li:nth-child(2)::before {
    background: url(../../src/img/icon/icon02.svg) center center no-repeat;
    background-size: cover;
  }
  .naviUl_menu li:nth-child(3)::before {
    background: url(../../src/img/icon/icon03.svg) center center no-repeat;
    background-size: cover;
  }
  .naviUl_menu li:nth-child(4)::before {
    background: url(../../src/img/icon/icon04.svg) center center no-repeat;
    background-size: cover;
  }
  .naviUl_menu li:nth-child(5)::before {
    background: url(../../src/img/icon/icon05.svg) center center no-repeat;
    background-size: cover;
  }
  .naviUl_menu li:nth-child(6)::before {
    background: url(../../src/img/icon/icon06.svg) center center no-repeat;
    background-size: cover;
  }
  .naviUl_menu li:nth-child(7)::before {
    background: url(../../src/img/icon/icon07.svg) center center no-repeat;
    background-size: cover;
  }
  .naviUl_tag {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2.6666666667vw 2.1333333333vw;
    margin-top: 5.3333333333vw;
  }
  .naviUl_tag li a {
    border-radius: 100px;
    border: 1px solid #FAD5E4;
    background: #ffffff;
    color: #DB2E80;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 1.0666666667vw 2.6666666667vw;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    line-height: 125%;
    font-weight: 500;
    letter-spacing: 0;
  }
}
.p-footer {
  width: 100%;
  position: relative;
  text-align: center;
  background-color: #1A1A1A;
  z-index: 15;
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 0;
}
@media screen and (max-width: 1540px) {
  .p-footer {
    grid-template-columns: 380px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-footer {
    grid-template-columns: 1fr;
  }
}
.p-footer_left {
  background-color: #000000;
  height: 100%;
  padding: 70px 80px 50px;
}
@media screen and (max-width: 1540px) {
  .p-footer_left {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer_left {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.p-footer_left .logo {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #444444;
}
.p-footer_left .logo img {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-footer_left .logo {
    width: 100%;
    margin-bottom: 8vw;
    padding-bottom: 8vw;
  }
  .p-footer_left .logo img {
    width: 40%;
    margin: 0 auto;
  }
}
.p-footer_left_sns {
  width: 100%;
  margin: 45px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-footer_left_sns {
    margin: 7.2vw auto 0;
  }
}
.p-footer_left_sns li {
  width: 50px;
  height: 49px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-footer_left_sns li {
    width: 13.3333333333vw;
    height: 13.0666666667vw;
  }
}
.p-footer_left_sns li img {
  width: 100%;
}
.p-footer_left_sns li:hover {
  opacity: 0.8;
}
.p-footer_right {
  padding: 70px 90px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1540px) {
  .p-footer_right {
    padding: 80px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-footer_right {
    padding: 9.3333333333vw 5.3333333333vw 13.3333333333vw;
  }
}
.p-footer_right_nav {
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #555555;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 1540px) {
  .p-footer_right_nav {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer_right_nav {
    display: none;
  }
}
.p-footer_right_nav .nav_box {
  text-align: left;
  width: 25%;
  margin-right: 5%;
  max-width: 330px;
}
.p-footer_right_nav .nav_box a {
  color: #ffffff;
  text-decoration: none;
  transform: 0.3s all;
}
.p-footer_right_nav .nav_box a:hover {
  opacity: 0.8;
}
.p-footer_right_nav .nav_box .ttl {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #555555;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.p-footer_right_nav .nav_box .ttl2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 140%;
}
.p-footer_right_nav .nav_box ul li {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 140%;
}
.p-footer_right_nav .nav_box ul li a {
  color: #BABABA;
}
.p-footer_right_nav .nav_box ul li a:hover {
  opacity: 0.8;
}
.p-footer_right_nav .nav_box ul li:last-child {
  margin-bottom: 0;
}
.p-footer_right_nav .nav_box_2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.p-footer_right_nav .nav_box2 {
  margin-top: 45px;
  text-align: center;
}
.p-footer_right_nav .nav_box2 li {
  margin-bottom: 25px !important;
}
.p-footer_right_nav .nav_box2_2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 45px;
}
.p-footer_right_nav .nav_box2_2col .img {
  margin: 0 4px;
}
.p-footer_right_bottom {
  width: 100%;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer_right_bottom {
    padding-bottom: 0;
  }
}
.p-footer_right_bottom_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-footer_right_bottom_nav {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #555555;
    padding-bottom: 6.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-footer_right_bottom_nav li {
    margin-bottom: 2.1333333333vw;
  }
}
.p-footer_right_bottom_nav li a {
  text-decoration: none;
  font-size: 14px;
  margin-right: 60px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-footer_right_bottom_nav li a {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 5.3333333333vw;
  }
}
.p-footer_right_bottom_nav li a:hover {
  opacity: 0.8;
}
.p-footer_right_bottom_nav li a span {
  position: relative;
}
.p-footer_right_bottom_nav li a span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url(../../src/img/icon/icon_blank.svg) center center no-repeat;
  background-size: cover;
}
.p-footer_right_bottom .copy {
  font-size: 14px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-footer_right_bottom .copy {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 50px;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transform: translateY(100px);
  z-index: 20;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
    padding-bottom: 4vw;
  }
}
.pagetop.on {
  transform: translateY(0);
}
.pagetop a {
  display: inline-block;
  width: 84px;
  height: 84px;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
  }
}
.pagetop a:hover {
  opacity: 0.8;
}

.p-top_main_slide {
  margin-top: 90px;
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1240px) {
  .p-top_main_slide {
    margin-top: 0;
  }
}
.p-top_main_slide .swiper-slide {
  position: relative;
}
.p-top_main_slide .swiper-slide .p-top_main_catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: fade;
  animation-duration: 2s;
  animation-iteration-count: 1;
}
@media screen and (max-width: 767px) {
  .p-top_main_slide .swiper-slide .p-top_main_catch {
    width: 86.1333333333vw;
  }
}
.p-top_main_slide img {
  width: 100%;
}
.p-top_titlewrap {
  margin: 0 auto 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top_titlewrap {
    margin: 0 auto 4vw;
  }
}
.p-top_titlewrap .en {
  font-size: 65px;
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .p-top_titlewrap .en {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top_titlewrap .en span {
  position: relative;
}
.p-top_titlewrap .en span:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -85px;
  width: 72px;
  height: 69px;
  transform: translateY(-50%);
  background: url(../../src/img/icon/ttl_icon.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top_titlewrap .en span:before {
    left: -10.6666666667vw;
    width: 8.2666666667vw;
    height: 8vw;
    margin-top: 0.5333333333vw;
  }
}
.p-top_titlewrap .en span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -85px;
  width: 72px;
  height: 69px;
  transform: translateY(-50%) scaleX(-1);
  background: url(../../src/img/icon/ttl_icon.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top_titlewrap .en span:after {
    right: -10.6666666667vw;
    width: 8.2666666667vw;
    height: 8vw;
    margin-top: 0.5333333333vw;
  }
}
.p-top_nav {
  width: 100%;
  background-image: url(../../src/img/bg01_5.png), linear-gradient(0deg, #FBBCB6 0%, #F1A59E 55%, #EA7891 100%);
  background-size: 2561px 1540px, auto;
  background-repeat: repeat, no-repeat;
  background-position: top, 0% 0%;
  z-index: 0;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-top_nav {
    background-size: 768px 462px, auto;
  }
}
.p-top_nav .img01 {
  position: absolute;
  width: 341px;
  height: 306px;
  top: -102px;
  left: 50%;
  margin-left: -774px;
}
@media screen and (max-width: 767px) {
  .p-top_nav .img01 {
    width: 30.9333333333vw;
    height: 27.7333333333vw;
    top: -15.4666666667vw;
    left: -5.3333333333vw;
    margin-left: 0;
  }
}
.p-top_nav .img01_2 {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-top_nav .img01_2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top_nav .img01_2 {
    width: 30.9333333333vw;
    height: 27.7333333333vw;
    top: -15.4666666667vw;
    right: -5.3333333333vw;
    transform: scaleX(-1);
  }
}
.p-top_nav .inner {
  width: 100%;
  padding: 120px 0 210px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top_nav .inner {
    padding: 16vw 0 40vw;
  }
}
.p-top_nav .inner .img02 {
  position: absolute;
  width: 388px;
  height: 279px;
  top: 10px;
  right: 50%;
  margin-right: -700px;
}
@media screen and (max-width: 767px) {
  .p-top_nav .inner .img02 {
    display: none;
  }
}
.p-top_nav .inner .p-top_nav_txtwrap {
  margin: 15px auto 80px;
  width: 1100px;
}
@media screen and (max-width: 767px) {
  .p-top_nav .inner .p-top_nav_txtwrap {
    margin: 4vw auto 0;
    width: calc(100% - 10.6666666667vw);
  }
}
.p-top_nav .inner .p-top_nav_txtwrap_ttl {
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-top_nav .inner .p-top_nav_txtwrap_ttl {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 2.6666666667vw;
  }
}
.p-top_nav .inner .p-top_nav_txtwrap_txt {
  font-size: 18px;
  line-height: 180%;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top_nav .inner .p-top_nav_txtwrap_txt {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 170%;
    text-align: left;
  }
}
.p-top_nav .inner .p-top_nav_wrap {
  margin: 60px auto 0;
  width: 1100px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 160px 60px 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top_nav .inner .p-top_nav_wrap {
    margin: 5.3333333333vw auto 0;
    width: calc(100% - 10.6666666667vw);
    border-radius: 6px;
    padding: 0 4vw 14.6666666667vw;
  }
}
.p-top_nav .inner .p-top_nav_wrap .img03 {
  position: absolute;
  width: 210px;
  height: 210px;
  bottom: -93px;
  left: -159px;
}
@media screen and (max-width: 767px) {
  .p-top_nav .inner .p-top_nav_wrap .img03 {
    width: 29.3333333333vw;
    height: 29.3333333333vw;
    bottom: -20vw;
    left: -6.6666666667vw;
  }
}
.p-top_nav .inner .p-top_nav_wrap .img04 {
  position: absolute;
  width: 252px;
  height: 226px;
  bottom: -110px;
  right: -187px;
}
@media screen and (max-width: 767px) {
  .p-top_nav .inner .p-top_nav_wrap .img04 {
    display: none;
  }
}
.p-top_nav .inner .p-top_nav_wrap .img02_2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top_nav .inner .p-top_nav_wrap .img02_2 {
    position: absolute;
    display: block;
    width: 44.5333333333vw;
    height: 32vw;
    bottom: -24vw;
    right: -2.6666666667vw;
  }
}
.p-top_nav .inner .p-top_nav_wrap_menu {
  width: 980px;
  height: 160px;
  overflow: hidden;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.15));
  background-color: #ffffff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-top_nav .inner .p-top_nav_wrap_menu {
    width: 89.3333333333vw;
    height: 43.4666666667vw;
    position: relative;
    grid-template-columns: 1fr 1fr;
    border-radius: 6px 6px 0 0;
    filter: none;
    top: 0;
  }
}
.p-top_nav .inner .p-top_nav_wrap_menu li a {
  width: 100%;
  height: 100%;
  background-color: #DB2E80;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 40px;
}
@media screen and (max-width: 767px) {
  .p-top_nav .inner .p-top_nav_wrap_menu li a {
    font-size: 14px;
    font-size: 0.875rem;
    height: 14.6666666667vw;
    padding: 0 0 0 13.6vw;
    line-height: 120%;
    justify-content: flex-start;
  }
}
.p-top_nav .inner .p-top_nav_wrap_menu li a span {
  position: relative;
}
.p-top_nav .inner .p-top_nav_wrap_menu li a span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 55px;
  height: 55px;
  transform: translateY(-50%);
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .p-top_nav .inner .p-top_nav_wrap_menu li a span::before {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
.p-top_nav .inner .p-top_nav_wrap_menu li a:hover {
  opacity: 0.8;
}
.p-top_nav .inner .p-top_nav_wrap_menu li:nth-child(1) a {
  border-right: 1px solid #E77DBB;
  border-bottom: 1px solid #E77DBB;
}
.p-top_nav .inner .p-top_nav_wrap_menu li:nth-child(1) a span::before {
  left: -60px;
  background: url(../../src/img/icon/icon01.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top_nav .inner .p-top_nav_wrap_menu li:nth-child(1) a span::before {
    left: -10.6666666667vw;
  }
}
.p-top_nav .inner .p-top_nav_wrap_menu li:nth-child(2) a {
  border-right: 1px solid #E77DBB;
  border-bottom: 1px solid #E77DBB;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .p-top_nav .inner .p-top_nav_wrap_menu li:nth-child(2) a {
    border-right: none;
  }
}
.p-top_nav .inner .p-top_nav_wrap_menu li:nth-child(2) a span::before {
  left: -55px;
  background: url(../../src/img/icon/icon02.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top_nav .inner .p-top_nav_wrap_menu li:nth-child(2) a span::before {
    left: -10.6666666667vw;
  }
}
.p-top_nav .inner .p-top_nav_wrap_menu li:nth-child(3) a {
  border-bottom: 1px solid #E77DBB;
}
@media screen and (max-width: 767px) {
  .p-top_nav .inner .p-top_nav_wrap_menu li:nth-child(3) a {
    border-right: 1px solid #E77DBB;
  }
}
.p-top_nav .inner .p-top_nav_wrap_menu li:nth-child(3) a span::before {
  left: -65px;
  background: url(../../src/img/icon/icon03.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top_nav .inner .p-top_nav_wrap_menu li:nth-child(3) a span::before {
    left: -10.6666666667vw;
  }
}
.p-top_nav .inner .p-top_nav_wrap_menu li:nth-child(4) a {
  border-right: 1px solid #E77DBB;
}
@media screen and (max-width: 767px) {
  .p-top_nav .inner .p-top_nav_wrap_menu li:nth-child(4) a {
    border-right: none;
    border-bottom: 1px solid #E77DBB;
  }
}
.p-top_nav .inner .p-top_nav_wrap_menu li:nth-child(4) a span::before {
  left: -65px;
  background: url(../../src/img/icon/icon04.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top_nav .inner .p-top_nav_wrap_menu li:nth-child(4) a span::before {
    left: -10.6666666667vw;
  }
}
.p-top_nav .inner .p-top_nav_wrap_menu li:nth-child(5) a {
  border-right: 1px solid #E77DBB;
}
.p-top_nav .inner .p-top_nav_wrap_menu li:nth-child(5) a span::before {
  left: -62px;
  background: url(../../src/img/icon/icon05.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top_nav .inner .p-top_nav_wrap_menu li:nth-child(5) a span::before {
    left: -10.6666666667vw;
  }
}
.p-top_nav .inner .p-top_nav_wrap_menu li:nth-child(6) a span::before {
  left: -65px;
  background: url(../../src/img/icon/icon06.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top_nav .inner .p-top_nav_wrap_menu li:nth-child(6) a span::before {
    left: -10.6666666667vw;
  }
}
.p-top_nav .inner .p-top_nav_wrap_tag {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-top_nav .inner .p-top_nav_wrap_tag {
    gap: 2.6666666667vw 1.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.p-top_nav .inner .p-top_nav_wrap_tag li a {
  border-radius: 100px;
  border: 2px solid #FAD5E4;
  background: #FCF0F5;
  color: #DB2E80;
  font-size: 18px;
  padding: 10px 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  line-height: 125%;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-top_nav .inner .p-top_nav_wrap_tag li a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 1.3333333333vw 2vw;
  }
}
.p-top_nav .inner .p-top_nav_wrap_tag li a:hover {
  background-color: #FAD5E4;
}
.p-top_news {
  width: 100%;
  background: linear-gradient(0deg, #987ECD 0%, #8368B9 100%);
  position: relative;
  padding: 0;
}
.p-top_news::before {
  display: block;
  content: "";
  position: absolute;
  top: -49px;
  left: 0;
  width: 100%;
  height: 64px;
  background: url(../../src/img/line01.png) center center repeat-x;
  background-size: 74px 64px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_news::before {
    top: -39px;
    height: 48px;
    background-size: 56px 48px;
  }
}
.p-top_news .inner {
  width: 100%;
  padding: 120px 0 210px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top_news .inner {
    padding: 16vw 0 61.3333333333vw;
  }
}
.p-top_news .inner .img06 {
  position: absolute;
  width: 441px;
  height: 706px;
  bottom: 52px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_news .inner .img06 {
    width: 52.5333333333vw;
    height: 62.6666666667vw;
    bottom: 2.6666666667vw;
  }
}
.p-top_news .inner .img07 {
  position: absolute;
  width: 271px;
  height: 541px;
  bottom: -22px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_news .inner .img07 {
    width: 34.4vw;
    height: 66.4vw;
    bottom: 2.6666666667vw;
  }
}
.p-top_news_wrap {
  width: 1100px;
  border-radius: 10px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 50px 60px 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top_news_wrap {
    width: calc(100% - 10.6666666667vw);
    border-radius: 6px;
    padding: 5.3333333333vw 4vw 10.6666666667vw;
  }
}
.p-top_news_wrap .img05 {
  position: absolute;
  width: 210px;
  height: 210px;
  top: -128px;
  right: -84px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-top_news_wrap .img05 {
    display: none;
  }
}
.p-top_news_wrap .filter-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-top_news_wrap .filter-list {
    justify-content: flex-start;
    gap: 2.1333333333vw 4vw;
  }
}
.p-top_news_wrap .filter-list li {
  cursor: pointer;
  border-radius: 100px;
  display: inline-flex;
  padding: 5px 30px;
  justify-content: center;
  align-items: center;
  background: #FAD2D9;
  font-size: 16px;
  color: #FFF0F3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top_news_wrap .filter-list li {
    width: calc(50% - 2vw);
    padding: 1.3333333333vw 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top_news_wrap .filter-list li:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-top_news_wrap .filter-list li:hover {
    opacity: 1;
  }
}
.p-top_news_wrap .filter-list li.is-active {
  background: #DB2E80;
  color: #ffffff;
}
.p-top_news_wrap .newsList {
  width: 100%;
  margin-top: 25px;
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-top_news_wrap .newsList {
    margin-top: 4vw;
  }
}
.p-top_news_wrap .newsList_item {
  padding: 27px 30px;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-top_news_wrap .newsList_item {
    padding: 3.7333333333vw 0 3.2vw;
  }
}
.p-top_news_wrap .newsList_item a {
  color: #333333;
  text-decoration: none;
}
.p-top_news_wrap .newsList_item a:hover {
  color: #DB2E80;
  text-decoration: underline;
}
.p-top_news_wrap .newsList_item .date {
  width: 100px;
  color: #777777;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top_news_wrap .newsList_item .date {
    width: 53.3333333333vw;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top_news_wrap .newsList_item .categories {
  width: 105px;
  height: 26px;
  border-radius: 100px;
  border: 1px solid #DB2E80;
  color: #DB2E80;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .p-top_news_wrap .newsList_item .categories {
    width: 28vw;
    height: 5.6vw;
    font-size: 12px;
    font-size: 0.75rem;
    margin-right: 0;
  }
}
.p-top_news_wrap .newsList_item .txtwrap {
  width: 690px;
}
@media screen and (max-width: 767px) {
  .p-top_news_wrap .newsList_item .txtwrap {
    width: 100%;
    margin-top: 1.3333333333vw;
  }
}
.p-top_news_wrap .newsList_item .txtwrap .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .p-top_news_wrap .newsList_item .txtwrap .txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top_news_wrap .newsList_item:nth-child(n+6) {
  display: none !important;
}
.p-top_info {
  width: 100%;
  background: linear-gradient(180deg, #E65F59 0%, #F1B056 62.5%, #FCEFDC 100%);
  position: relative;
  padding: 0;
}
.p-top_info .inner {
  width: 100%;
  padding: 150px 0 460px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top_info .inner {
    padding: 16vw 5.3333333333vw 48vw;
  }
}
.p-top_info .inner .img09 {
  position: absolute;
  width: 271px;
  height: 541px;
  top: 767px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_info .inner .img09 {
    display: none;
  }
}
.p-top_info .inner .img09_2 {
  position: absolute;
  width: 271px;
  height: 541px;
  bottom: 252px;
  right: 0;
  transform: scaleX(-1);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_info .inner .img09_2 {
    display: none;
  }
}
.p-top_info .img08 {
  position: absolute;
  width: 353px;
  height: 251px;
  top: -120px;
  right: 50%;
  margin-right: -574px;
  z-index: 1;
}
@media screen and (max-width: 1240px) {
  .p-top_info .img08 {
    width: 270px;
    height: 192px;
    top: -80px;
    right: 220px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top_info .img08 {
    display: none;
  }
}
.p-top_info .img10 {
  position: absolute;
  width: 1200px;
  height: 461px;
  bottom: 0;
  left: 50%;
  margin-left: -590px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_info .img10 {
    width: 118.1333333333vw;
    height: 45.3333333333vw;
    left: -10.9333333333vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top_info_wrap {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.p-top_info_wrap .swiper-wrapper {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  z-index: 2;
  position: relative;
}
.p-top_info_wrap .swiper-wrapper .bg02 {
  position: absolute;
  width: 444px;
  height: 384px;
  top: -110px;
  left: 50%;
  margin-left: -908px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-top_info_wrap .swiper-wrapper .bg02 {
    display: none;
  }
}
.p-top_info_wrap .swiper-wrapper .bg02_2 {
  position: absolute;
  width: 444px;
  height: 384px;
  top: -110px;
  right: 50%;
  margin-right: -908px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_info_wrap .swiper-wrapper .bg02_2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top_info_wrap .swiper-wrapper {
    width: 100%;
    padding-bottom: 10.6666666667vw;
  }
}
.p-top_info_wrap .swiper-wrapper .swiper-slide {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top_info_wrap .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  .p-top_info_wrap .swiper-wrapper .swiper-slide {
    width: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .p-top_info_wrap .swiper-button-next,
  .p-top_info_wrap .swiper-button-prev,
  .p-top_info_wrap .swiper-pagination {
    display: none !important;
  }
}
.p-top_info_wrap_ditail {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top_info_wrap_ditail {
    border-radius: 6px;
  }
}
.p-top_info_wrap_ditail.bg {
  background: #ffffff url(../../src/img/img27.png) center bottom 13px no-repeat;
  background-size: 45% auto;
}
@media screen and (max-width: 767px) {
  .p-top_info_wrap_ditail.spbg {
    background: #ffffff url(../../src/img/img27.png) center bottom 13px no-repeat;
    background-size: 45% auto;
  }
}
.p-top_info_wrap_ditail .img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/0.7;
  position: relative;
}
.p-top_info_wrap_ditail .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top_info_wrap_ditail .img img {
    border-radius: 6px 6px 0 0;
  }
}
.p-top_info_wrap_ditail .txt_wrap {
  padding: 50px 30px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top_info_wrap_ditail .txt_wrap {
    padding: 9.6vw 4vw 5.3333333333vw;
  }
}
.p-top_info_wrap_ditail .txt_wrap .txt p {
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-top_info_wrap_ditail .txt_wrap .txt p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top_info_wrap_ditail .txt_wrap .txt .sub {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .p-top_info_wrap_ditail .txt_wrap .txt .sub {
    margin-top: 6.6666666667vw;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-top_info_wrap_ditail .txt_wrap .txt .sub .ttl {
  font-weight: 700;
  display: block;
}
.p-top_spots {
  width: 100%;
  background: #59473B url(../../src/img/bg01_3.png) top left repeat;
  background-size: 2561px 1540px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top_spots {
    background-size: 768px 462px, auto;
    padding: 16vw 0 40vw;
  }
}
.p-top_spots .img11 {
  position: absolute;
  width: 271px;
  height: 541px;
  top: 100px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_spots .img11 {
    width: 29.8666666667vw;
    height: 59.4666666667vw;
    top: inherit;
    bottom: 0;
  }
}
.p-top_spots .img06 {
  position: absolute;
  width: 400px;
  height: 640px;
  top: 350px;
  right: 0;
  transform: scaleX(-1);
  z-index: 1;
}
@media screen and (max-width: 1540px) {
  .p-top_spots .img06 {
    right: -120px;
  }
}
@media screen and (max-width: 1240px) {
  .p-top_spots .img06 {
    display: none;
  }
}
.p-top_spots .img13 {
  position: absolute;
  width: 604px;
  height: 404px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_spots .img13 {
    display: none;
  }
}
.p-top_spots_slide {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top_spots_slide {
    margin: 0 auto;
    padding: 0 5.3333333333vw;
  }
}
.p-top_spots_slide .item {
  width: 100%;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top_spots_slide .item {
    padding-bottom: 10.6666666667vw;
  }
}
.p-top_spots_slide .item .img {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-top_spots_slide .item .img {
    margin-bottom: 4vw;
  }
}
.p-top_spots_slide .item .img img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-top_spots_slide .item .img img {
    border-radius: 6px;
  }
}
.p-top_spots_slide .item .txt {
  font-size: 18px;
  line-height: 170%;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top_spots_slide .item .txt {
    text-align: justify;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top_spots_slide .item .txt a {
  text-decoration: underline;
  color: #ffffff;
}
.p-top_spots_slide .item .txt a:hover {
  text-decoration: none;
}
.p-top_spots_wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3;
  padding: 130px 0 0;
}
@media screen and (max-width: 767px) {
  .p-top_spots_wrap {
    padding: 44.2666666667vw 0 0;
  }
}
.p-top_spots_wrap .img12 {
  position: absolute;
  width: 330px;
  height: 241px;
  top: 0;
  left: 270px;
  z-index: 4;
}
@media screen and (max-width: 1540px) {
  .p-top_spots_wrap .img12 {
    left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_spots_wrap .img12 {
    width: 36.2666666667vw;
    height: 26.1333333333vw;
    top: 14.6666666667vw;
    left: 32vw;
  }
}
.p-top_spots_wrap_ditail {
  width: calc(100% - 210px);
  max-width: 100%;
  margin: 0 0 60px auto;
  position: relative;
}
@media screen and (max-width: 1540px) {
  .p-top_spots_wrap_ditail {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-top_spots_wrap_ditail {
    width: calc(100% - 5.3333333333vw);
    margin: 0 0 8vw auto;
  }
}
.p-top_spots_wrap_ditail:last-of-type {
  margin: 0 0 0 auto;
}
.p-top_spots_wrap_ditail .plan_wrap .swiper {
  overflow: visible;
}
.p-top_spots_wrap_ditail .plan_wrap .swiper .swiper-wrapper .swiper-slide {
  width: 430px;
  background-color: #F4EDE0;
  padding: 20px 10px;
}
@media screen and (max-width: 767px) {
  .p-top_spots_wrap_ditail .plan_wrap .swiper .swiper-wrapper .swiper-slide {
    width: 67.7333333333vw;
    height: 71.2vw;
    padding: 3.2vw 1.3333333333vw;
  }
}
.p-top_spots_wrap_ditail .plan_wrap .swiper .swiper-wrapper .swiper-slide:first-of-type {
  width: 444px;
  height: 450px;
  border-radius: 10px 0 0 10px;
  background-image: url(../../src/img/bg02.png), linear-gradient(180deg, #E65F59 0%, #F1B056 100%);
  background-size: 290px 251px, auto;
  background-repeat: no-repeat, no-repeat;
  background-position: top 60px center, 0% 0%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 78px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top_spots_wrap_ditail .plan_wrap .swiper .swiper-wrapper .swiper-slide:first-of-type {
    width: 64vw;
    height: 71.2vw;
    border-radius: 6px 0 0 6px;
    background-size: 46.4vw 40.2666666667vw, auto;
    background-position: top 6.4vw center, 0% 0%;
    padding: 0 4.2666666667vw;
  }
}
.p-top_spots_wrap_ditail .plan_wrap .swiper .swiper-wrapper .swiper-slide:first-of-type .txt {
  font-size: 16px;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .p-top_spots_wrap_ditail .plan_wrap .swiper .swiper-wrapper .swiper-slide:first-of-type .txt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-top_spots_wrap_ditail .plan_wrap .swiper .swiper-wrapper .swiper-slide:nth-of-type(2) {
  width: 500px;
  padding: 20px 10px 20px 80px;
}
@media screen and (max-width: 767px) {
  .p-top_spots_wrap_ditail .plan_wrap .swiper .swiper-wrapper .swiper-slide:nth-of-type(2) {
    width: 69.6vw;
    padding: 3.2vw 1.3333333333vw 3.2vw 3.2vw;
  }
}
.p-top_spots_wrap_ditail .plan_wrap .swiper .swiper-wrapper .swiper-slide:last-of-type {
  width: 500px;
  padding: 20px 80px 20px 10px;
}
@media screen and (max-width: 767px) {
  .p-top_spots_wrap_ditail .plan_wrap .swiper .swiper-wrapper .swiper-slide:last-of-type {
    width: 69.6vw;
    padding: 3.2vw 1.3333333333vw 3.2vw 3.2vw;
  }
}
.p-top_spots_wrap2 {
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top_spots_wrap2 {
    padding: 8vw 0 0;
  }
}
.p-top_spots_wrap2_ditail2 {
  width: auto;
  margin: 0 0 60px 210px;
  background-color: #F4EDE0;
  border-radius: 10px 0 0 0;
  position: relative;
  overflow-x: scroll;
}
@media screen and (max-width: 1540px) {
  .p-top_spots_wrap2_ditail2 {
    margin: 0 0 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_spots_wrap2_ditail2 {
    margin: 0 0 8vw 5.3333333333vw;
    border-radius: 6px 0 0 0;
  }
}
.p-top_spots_wrap2_ditail2:last-of-type {
  margin: 0 0 0 210px;
}
@media screen and (max-width: 1540px) {
  .p-top_spots_wrap2_ditail2:last-of-type {
    margin: 0 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_spots_wrap2_ditail2:last-of-type {
    margin: 0 0 0 5.3333333333vw;
  }
}
.p-top_spots_wrap2_ditail2 .plan_wrap2 {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.p-top_spots_wrap2_ditail2 .plan_wrap2_ditail {
  width: 430px;
  flex-shrink: 0;
  padding: 20px 10px;
}
@media screen and (max-width: 767px) {
  .p-top_spots_wrap2_ditail2 .plan_wrap2_ditail {
    width: 67.7333333333vw;
    height: 71.2vw;
    padding: 3.2vw 1.3333333333vw;
  }
}
.p-top_spots_wrap2_ditail2 .plan_wrap2_ditail a img {
  transition: 0.3s all;
}
.p-top_spots_wrap2_ditail2 .plan_wrap2_ditail a:hover {
  opacity: 0.8;
}
.p-top_spots_wrap2_ditail2 .plan_wrap2_ditail a:hover img {
  transform: scale(1.08);
}
.p-top_spots_wrap2_ditail2 .plan_wrap2_ditail:first-of-type {
  width: 444px;
  height: 450px;
  border-radius: 9px 0 0 0;
  background-image: url(../../src/img/bg02.png), linear-gradient(180deg, #E65F59 0%, #F1B056 100%);
  background-size: 290px 251px, auto;
  background-repeat: no-repeat, no-repeat;
  background-position: top 60px center, 0% 0%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 78px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top_spots_wrap2_ditail2 .plan_wrap2_ditail:first-of-type {
    width: 64vw;
    height: 71.2vw;
    border-radius: 6px 0 0 0;
    background-size: 46.4vw 40.2666666667vw, auto;
    background-position: top 6.4vw center, 0% 0%;
    padding: 0 4.2666666667vw;
  }
}
.p-top_spots_wrap2_ditail2 .plan_wrap2_ditail:first-of-type .txt {
  font-size: 16px;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .p-top_spots_wrap2_ditail2 .plan_wrap2_ditail:first-of-type .txt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-top_spots_wrap2_ditail2 .plan_wrap2_ditail:nth-of-type(2) {
  width: 500px;
  padding: 20px 10px 20px 80px;
}
@media screen and (max-width: 767px) {
  .p-top_spots_wrap2_ditail2 .plan_wrap2_ditail:nth-of-type(2) {
    width: 69.6vw;
    padding: 3.2vw 1.3333333333vw 3.2vw 3.2vw;
  }
}
.p-top_spots_wrap2_ditail2 .plan_wrap2_ditail:last-of-type {
  width: 500px;
  padding: 20px 80px 20px 10px;
}
@media screen and (max-width: 767px) {
  .p-top_spots_wrap2_ditail2 .plan_wrap2_ditail:last-of-type {
    width: 69.6vw;
    padding: 3.2vw 1.3333333333vw 3.2vw 3.2vw;
  }
}
.p-top_charm {
  width: 100%;
  background: linear-gradient(0deg, #FBBCB6 0%, #F1A59E 71%, #EA7891 100%);
  padding: 0;
  position: relative;
}
.p-top_charm .img14 {
  position: absolute;
  width: 400px;
  height: 312px;
  top: -131px;
  right: 50%;
  margin-right: -700px;
  z-index: 1;
}
@media screen and (max-width: 1540px) {
  .p-top_charm .img14 {
    width: 350px;
    height: 273px;
    top: -100px;
    right: 60px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top_charm .img14 {
    width: 48.8vw;
    height: 34.6666666667vw;
    top: -25.8666666667vw;
    right: 7.2vw;
  }
}
.p-top_charm .inner {
  width: 100%;
  padding: 150px 0 240px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top_charm .inner {
    padding: 16vw 0 40vw;
    overflow: inherit;
  }
}
.p-top_charm .inner .bg04 {
  position: absolute;
  width: 599px;
  height: 610px;
  top: 381px;
  left: 50%;
  margin-left: -1045px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_charm .inner .bg04 {
    width: 76.8vw;
    height: 78.4vw;
    top: 142.4vw;
    left: -38.6666666667vw;
    margin-left: 0;
  }
}
.p-top_charm .inner .bg04_2 {
  position: absolute;
  width: 599px;
  height: 610px;
  top: 128px;
  right: 50%;
  margin-right: -1045px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_charm .inner .bg04_2 {
    width: 76.8vw;
    height: 78.4vw;
    top: 32vw;
    right: -38.6666666667vw;
    margin-right: 0;
  }
}
.p-top_charm .inner .bg04_3 {
  position: absolute;
  width: 599px;
  height: 610px;
  bottom: 30px;
  left: 50%;
  margin-left: -1045px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_charm .inner .bg04_3 {
    width: 76.8vw;
    height: 78.4vw;
    top: 331.2vw;
    left: -38.6666666667vw;
    margin-left: 0;
  }
}
.p-top_charm .inner .bg04_4 {
  position: absolute;
  width: 599px;
  height: 610px;
  bottom: 280px;
  right: 50%;
  margin-right: -1045px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_charm .inner .bg04_4 {
    width: 76.8vw;
    height: 78.4vw;
    top: 220.8vw;
    right: -38.6666666667vw;
    margin-right: 0;
  }
}
.p-top_charm .inner .img16 {
  position: absolute;
  width: 271px;
  height: 541px;
  bottom: 810px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1240px) {
  .p-top_charm .inner .img16 {
    display: none;
  }
}
.p-top_charm .inner .img16_2 {
  position: absolute;
  width: 271px;
  height: 541px;
  top: 929px;
  right: 0;
  transform: scaleX(-1);
  z-index: 1;
}
@media screen and (max-width: 1240px) {
  .p-top_charm .inner .img16_2 {
    display: none;
  }
}
.p-top_charm_wrap {
  width: 1500px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 0;
  /*overflow: hidden;*/
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1540px) {
  .p-top_charm_wrap {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-top_charm_wrap {
    width: calc(100% - 10.6666666667vw);
    border-radius: 6px;
    position: relative;
    margin-top: 32vw;
    overflow: inherit;
  }
}
.p-top_charm_wrap .img15 {
  position: absolute;
  width: 250px;
  height: 250px;
  top: -211px;
  left: 50%;
  margin-left: -856px;
  z-index: 3;
}
@media screen and (max-width: 1240px) {
  .p-top_charm_wrap .img15 {
    width: 200px;
    height: 200px;
    top: -180px;
    left: -30px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top_charm_wrap .img15 {
    display: none;
  }
}
.p-top_charm_wrap .img17 {
  position: absolute;
  width: 566px;
  height: 315px;
  bottom: -135px;
  right: 50%;
  margin-right: -880px;
  z-index: 3;
}
@media screen and (max-width: 1540px) {
  .p-top_charm_wrap .img17 {
    width: 450px;
    height: 250px;
    right: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top_charm_wrap .img17 {
    width: 75.4666666667vw;
    height: 42.1333333333vw;
    bottom: -31.4666666667vw;
    right: 9.3333333333vw;
  }
}
.p-top_charm_wrap .filter-list {
  width: 100%;
  background: #FADADF url(../../src/img/bg01_15.png) 50%/cover no-repeat;
  padding: 50px 60px 105px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1540px) {
  .p-top_charm_wrap .filter-list {
    padding: 50px 20px 105px;
    gap: 10px;
  }
}
.p-top_charm_wrap .filter-list li {
  cursor: pointer;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  font-size: 18px;
  color: #DB2E80;
  font-weight: 700;
  padding: 10px 35px;
  border: 2px solid #EC96BF;
}
@media screen and (max-width: 1540px) {
  .p-top_charm_wrap .filter-list li {
    padding: 10px;
  }
}
.p-top_charm_wrap .filter-list li:hover {
  opacity: 0.8;
}
.p-top_charm_wrap .filter-list li.is-active {
  background: #DB2E80;
  border: 2px solid #DB2E80;
  color: #ffffff;
}
.p-top_charm_wrap .filter-dropdown {
  position: absolute;
  top: -26.6666666667vw;
  border: 1px solid #FAD5E4;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 9px 18px;
  font-weight: 500;
  background: #ffffff url(../../src/img/icon/arrow_down_g.svg) right 20px center no-repeat;
  background-size: 11px 9px;
}
.p-top_charm_wrap .charmList {
  background: url(../../src/img/line03.png) left top/55px 55px repeat-y, url(../../src/img/line03.png) right top/55px 55px repeat-y, #ffffff;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .p-top_charm_wrap .charmList {
    background: none;
  }
}
.p-top_charm_wrap .charmList_item {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top_charm_wrap .charmList_item {
    padding: 16vw 4vw;
  }
}
.p-top_charm_wrap .charmList_item_wrap {
  width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .p-top_charm_wrap .charmList_item_wrap {
    margin: 0 auto 6.6666666667vw;
  }
}
.p-top_charm_wrap .charmList_item_wrap:last-of-type {
  margin: 0 auto;
}
.p-top_charm_wrap .charmList_item_wrap p {
  font-size: 16px;
  line-height: 170%;
}
@media screen and (max-width: 767px) {
  .p-top_charm_wrap .charmList_item_wrap p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 160%;
  }
}
.p-top_charm_wrap .charmList_item_wrap p.ttl {
  font-size: 22px;
  font-weight: bold;
  color: #DB2E80;
  margin-bottom: 10px;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-top_charm_wrap .charmList_item_wrap p.ttl {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 2.1333333333vw;
    line-height: 150%;
  }
}
.p-top_charm_wrap .charmList_item_wrap .img {
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-top_charm_wrap .charmList_item_wrap .img {
    margin-bottom: 4vw;
  }
}
.p-top_charm_wrap .charmList_item_wrap .img img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-top_charm_wrap .charmList_item_wrap .img img {
    border-radius: 6px;
  }
}
.p-top_charm_wrap .charmList_item_wrap.left:after {
  content: "";
  display: table;
  clear: both;
}
.p-top_charm_wrap .charmList_item_wrap.left .img {
  width: 60%;
  float: left;
  margin: 0 35px 20px 0;
}
@media screen and (max-width: 767px) {
  .p-top_charm_wrap .charmList_item_wrap.left .img {
    width: 100%;
    float: inherit;
    margin: 0 0 4vw 0;
  }
}
.p-top_charm_wrap .charmList_item_wrap.right:after {
  content: "";
  display: table;
  clear: both;
}
.p-top_charm_wrap .charmList_item_wrap.right .img {
  width: 60%;
  float: right;
  margin: 0 0 20px 35px;
}
@media screen and (max-width: 767px) {
  .p-top_charm_wrap .charmList_item_wrap.right .img {
    width: 100%;
    float: inherit;
    margin: 0 0 4vw 0;
  }
}
.p-top_campaign {
  width: 100%;
  background: #734754 url(../../src/img/bg01_3.png) top left repeat;
  background-size: 2561px 1540px;
  padding: 150px 0 180px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top_campaign {
    background-size: 768px 462px, auto;
    padding: 16vw 0 40vw;
  }
}
.p-top_campaign .img18 {
  position: absolute;
  width: 388px;
  height: 388px;
  top: -15px;
  left: 50%;
  margin-left: -738px;
}
@media screen and (max-width: 767px) {
  .p-top_campaign .img18 {
    display: none;
  }
}
.p-top_campaign .img09 {
  position: absolute;
  width: 271px;
  height: 541px;
  bottom: 40px;
  right: 0;
  transform: scaleX(-1);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_campaign .img09 {
    width: 34.4vw;
    height: 66.4vw;
    bottom: 2.6666666667vw;
  }
}
.p-top_campaign_txt {
  font-size: 18px;
  line-height: 200%;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top_campaign_txt {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 170%;
    padding: 0 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    text-align: left;
  }
}
.p-top_campaign_wrap {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top_campaign_wrap {
    width: calc(100% - 10.6666666667vw);
    margin: 0 5.3333333333vw;
    grid-template-columns: 1fr 1fr;
    gap: 4vw;
  }
}
.p-top_campaign_wrap li {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.p-top_campaign_wrap li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top_campaign_wrap li img {
    border-radius: 6px;
  }
}
.p-top_hotel {
  width: 100%;
  background: linear-gradient(180deg, #D4227C 0%, #EAB071 58%, rgba(234, 176, 113, 0) 100%);
  position: relative;
  padding: 0;
}
.p-top_hotel::before {
  display: block;
  content: "";
  position: absolute;
  top: -49px;
  left: 0;
  width: 100%;
  height: 64px;
  background: url(../../src/img/line02.png) center center repeat-x;
  background-size: 74px 64px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_hotel::before {
    display: none;
  }
}
.p-top_hotel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1167px;
  background: url("../../src/img/hotel_bg.png") no-repeat center top;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-top_hotel::after {
    width: 100%;
    height: 133.3333333333vw;
  }
}
.p-top_hotel > * {
  position: relative;
  z-index: 1;
}
.p-top_hotel .inner {
  width: 100%;
  padding: 150px 0 933px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top_hotel .inner {
    padding: 16vw 5.3333333333vw 106.6666666667vw;
  }
}
.p-top_hotel_txt {
  font-size: 18px;
  line-height: 200%;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top_hotel_txt {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 170%;
    margin-bottom: 5.3333333333vw;
    text-align: left;
  }
}
.p-top_hotel_wrap {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top_hotel_wrap {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}
.p-top_hotel_wrap_main {
  position: relative;
}
.p-top_hotel_wrap_main .bg02 {
  position: absolute;
  width: 444px;
  height: 384px;
  top: -110px;
  left: 50%;
  margin-left: -908px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_hotel_wrap_main .bg02 {
    width: 36.2666666667vw;
    height: 31.2vw;
    top: -61.3333333333vw;
    left: -12vw;
    margin-left: 0;
  }
}
.p-top_hotel_wrap_main .bg02_2 {
  position: absolute;
  width: 444px;
  height: 384px;
  top: -110px;
  right: 50%;
  margin-right: -908px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_hotel_wrap_main .bg02_2 {
    width: 36.2666666667vw;
    height: 31.2vw;
    top: -61.3333333333vw;
    right: -12vw;
    margin-right: 0;
  }
}
.p-top_hotel_wrap_main .filter-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 767px) {
  .p-top_hotel_wrap_main .filter-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.1333333333vw 4vw;
    margin: 0 auto 4vw;
  }
}
.p-top_hotel_wrap_main .filter-list li {
  cursor: pointer;
  border-radius: 100px;
  display: inline-flex;
  padding: 5px 30px;
  justify-content: center;
  align-items: center;
  background: #FAD2D9;
  font-size: 16px;
  color: #FFF0F3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top_hotel_wrap_main .filter-list li {
    padding: 1.3333333333vw 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top_hotel_wrap_main .filter-list li:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-top_hotel_wrap_main .filter-list li:hover {
    opacity: 1;
  }
}
.p-top_hotel_wrap_main .filter-list li.is-active {
  background: #ffffff;
  color: #DB2E80;
}
.p-top_hotel_wrap_ditail {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top_hotel_wrap_ditail {
    border-radius: 6px;
  }
}
.p-top_hotel_wrap_ditail .img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/0.7;
  position: relative;
}
.p-top_hotel_wrap_ditail .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .p-top_hotel_wrap_ditail .img img {
    border-radius: 6px 6px 0 0;
  }
}
.p-top_hotel_wrap_ditail .keywords_wrap {
  padding: 20px 10px 2px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-top_hotel_wrap_ditail .keywords_wrap {
    padding: 2.6666666667vw 2.6666666667vw 2.1333333333vw 2.6666666667vw;
  }
}
.p-top_hotel_wrap_ditail .keywords_wrap .keywords {
  display: inline-flex;
  padding: 3px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #DB2E80;
  background: #FFF;
  color: #DB2E80;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .p-top_hotel_wrap_ditail .keywords_wrap .keywords {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 0.5333333333vw 1.3333333333vw;
    gap: 0;
    margin: 0 1.3333333333vw 1.3333333333vw 0;
  }
}
.p-top_hotel_wrap_ditail .txt p {
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  padding: 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .p-top_hotel_wrap_ditail .txt p {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 2.6666666667vw 4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top_hotel_wrap .content.collapsed {
    max-height: 40px;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .p-top_hotel_wrap .content.expanded {
    max-height: none;
  }
  .p-top_hotel_wrap .toggleBtn {
    text-align: center;
    padding: 3px 0;
    margin: 0 auto;
    font-size: 14px;
    color: #DB2E80;
  }
}
.p-top_faq {
  width: 100%;
  background: linear-gradient(0deg, #987ECD 0%, #8368B9 100%);
  position: relative;
  padding: 0;
}
.p-top_faq::before {
  display: block;
  content: "";
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%;
  height: 154px;
  background: url(../../src/img/wave01.png) left bottom repeat-x;
  background-size: auto 154px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_faq::before {
    top: -10.1333333333vw;
    left: -19.2vw;
    width: 129.3333333333vw;
    height: 10.6666666667vw;
    background: url(../../src/img/wave01.png) center bottom no-repeat;
    background-size: 129.3333333333vw auto;
  }
}
.p-top_faq .img19 {
  position: absolute;
  width: 429px;
  height: 350px;
  top: 10px;
  right: 50%;
  margin-right: -682px;
  z-index: 1;
}
@media screen and (max-width: 1540px) {
  .p-top_faq .img19 {
    width: 350px;
    height: 204px;
    top: 30px;
    right: 60px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top_faq .img19 {
    width: 66.6666666667vw;
    height: 38.9333333333vw;
    top: inherit;
    right: inherit;
    margin-right: 0;
    bottom: -8vw;
    left: -12.2666666667vw;
  }
}
.p-top_faq .inner {
  width: 100%;
  padding: 60px 0 180px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top_faq .inner {
    padding: 8vw 0 40vw;
  }
}
.p-top_faq .inner .img06 {
  position: absolute;
  width: 441px;
  height: 706px;
  bottom: 52px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_faq .inner .img06 {
    display: none;
  }
}
.p-top_faq .inner .img13 {
  position: absolute;
  width: 604px;
  height: 404px;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .p-top_faq .inner .img13 {
    width: 72.5333333333vw;
    height: 48.5333333333vw;
  }
}
.p-top_faq_wrap {
  width: 1100px;
  border-radius: 10px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 50px 60px 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap {
    width: calc(100% - 10.6666666667vw);
    border-radius: 6px;
    padding: 5.3333333333vw 4vw 10.6666666667vw;
  }
}
.p-top_faq_wrap .bg02 {
  position: absolute;
  width: 444px;
  height: 384px;
  top: -180px;
  left: 50%;
  margin-left: -908px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .bg02 {
    width: 36.2666666667vw;
    height: 31.2vw;
    top: -20.8vw;
    left: -12vw;
    margin-left: 0;
  }
}
.p-top_faq_wrap .bg02_2 {
  position: absolute;
  width: 444px;
  height: 384px;
  top: 118px;
  right: 50%;
  margin-right: -908px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .bg02_2 {
    width: 36.2666666667vw;
    height: 31.2vw;
    top: -20.8vw;
    right: -12vw;
    margin-right: 0;
  }
}
.p-top_faq_wrap .filter-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .filter-list {
    justify-content: flex-start;
    gap: 2.1333333333vw 2.1333333333vw;
  }
}
.p-top_faq_wrap .filter-list li {
  cursor: pointer;
  border-radius: 100px;
  display: inline-flex;
  padding: 5px 30px;
  justify-content: center;
  align-items: center;
  background: #FAD2D9;
  font-size: 16px;
  color: #FFF0F3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .filter-list li {
    width: auto;
    padding: 1.3333333333vw 4vw;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0;
  }
}
.p-top_faq_wrap .filter-list li:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .filter-list li:hover {
    opacity: 1;
  }
}
.p-top_faq_wrap .filter-list li.is-active {
  background: #DB2E80;
  color: #ffffff;
}
.p-top_faq_wrap .faqList {
  width: 100%;
  margin-top: 25px;
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .faqList {
    margin-top: 4vw;
  }
}
.p-top_faq_wrap .faqList_item {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .faqList_item {
    padding: 4vw 0;
  }
}
.p-top_faq_wrap .faqList_item dl {
  width: 100%;
  padding: 0;
  cursor: pointer;
  text-align: left;
  position: relative;
  overflow: hidden;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
.p-top_faq_wrap .faqList_item dl > dt.btn_detail {
  display: inline-block;
  width: 100%;
  transition: 0.3s all;
  display: flex;
  align-items: flex-start;
  padding: 0 40px 0 16px;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .faqList_item dl > dt.btn_detail {
    padding: 0 8vw 0 0;
  }
}
.p-top_faq_wrap .faqList_item dl > dt.btn_detail:hover {
  color: #DB2E80;
}
.p-top_faq_wrap .faqList_item dl > dt.btn_detail .iconq {
  font-family: "Lobster", sans-serif;
  color: #DB2E80;
  font-size: 30px;
  font-weight: bold;
  line-height: 170%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .faqList_item dl > dt.btn_detail .iconq {
    font-size: 20px;
    font-size: 1.25rem;
    margin-right: 1.6vw;
  }
}
.p-top_faq_wrap .faqList_item dl > dt.btn_detail .txt {
  width: calc(100% - 50px);
  font-size: 18px;
  font-weight: bold;
  line-height: 170%;
  padding: 10px 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .faqList_item dl > dt.btn_detail .txt {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0;
    width: calc(100% - 6.1333333333vw);
    padding: 1.3333333333vw 0 0;
  }
}
.p-top_faq_wrap .faqList_item dl > dt.btn_detail::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #DB2E80;
  top: 25px;
  right: 5px;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .faqList_item dl > dt.btn_detail::before {
    width: 4.8vw;
    height: 0.5333333333vw;
    top: 5.8666666667vw;
    right: 0;
  }
}
.p-top_faq_wrap .faqList_item dl > dt.btn_detail:after {
  content: "";
  position: absolute;
  background-color: #DB2E80;
  top: 25px;
  right: 5px;
  width: 18px;
  height: 2px;
  transition: transform 0.3s ease;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .faqList_item dl > dt.btn_detail:after {
    width: 4.8vw;
    height: 0.5333333333vw;
    top: 5.8666666667vw;
    right: 0;
  }
}
.p-top_faq_wrap .faqList_item dl > dt.btn_detail.active::after {
  transform: rotate(0);
}
.p-top_faq_wrap .faqList_item dl > dt.btn_detail.active + dd {
  display: block;
}
.p-top_faq_wrap .faqList_item dl dd.close {
  display: none;
}
.p-top_faq_wrap .faqList_item dl dd > div.faq_main {
  padding: 0 40px 0 16px;
  margin-top: 0;
  text-align: left;
  line-height: 170%;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .faqList_item dl dd > div.faq_main {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 4vw 0 0;
  }
}
.p-top_faq_wrap .faqList_item dl dd > div.faq_main .icona {
  font-family: "Lobster", sans-serif;
  color: #666666;
  font-size: 24px;
  font-weight: bold;
  line-height: 170%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .faqList_item dl dd > div.faq_main .icona {
    font-size: 18px;
    font-size: 1.125rem;
    margin-right: 1.6vw;
  }
}
.p-top_faq_wrap .faqList_item dl dd > div.faq_main .txt {
  width: calc(100% - 50px);
  font-size: 16px;
  line-height: 170%;
  padding: 6px 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .faqList_item dl dd > div.faq_main .txt {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 1.3333333333vw 0 0 0;
    width: 100%;
  }
}
.p-top_faq_wrap .faqList_item dl dd > div.faq_main .txt b {
  font-size: 18px;
  color: #DB2E80;
}
.p-top_faq_wrap .faqList_item dl dd > div.faq_main .txt .faq_main_list {
  margin: 15px 0 0;
  padding: 0 0 0 10px;
}
.p-top_faq_wrap .faqList_item dl dd > div.faq_main .txt .faq_main_list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 28px;
}
.p-top_faq_wrap .faqList_item dl dd > div.faq_main .txt .faq_main_list li:last-of-type {
  margin-bottom: 0px;
}
.p-top_faq_wrap .faqList_item dl dd > div.faq_main .txt .faq_main_list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #DB2E80;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 8px;
}
@media screen and (max-width: 767px) {
  .p-top_faq_wrap .faqList_item dl dd > div.faq_main .txt .faq_main_list li::before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    top: 2.1333333333vw;
    left: 1.0666666667vw;
  }
}
.p-top_faq_wrap .faqList_item dl dd > div.faq_main .txt .faq_main_list li .ttl {
  font-weight: bold;
}
.p-top_faq_wrap .faqList_item dl dd > div.faq_main .txt .faq_main_list li .sub {
  line-height: 150%;
}
.p-top_useful {
  width: 100%;
  background-image: url(../../src/img/bg07.png), url(../../src/img/bg07.png), linear-gradient(123deg, #93CADD 17.29%, #5B98D2 85.32%);
  background-size: 599px 862px, 599px 862px, auto;
  background-repeat: repeat-y, repeat-y, no-repeat;
  background-position: left -90px top 50px, right -90px top 270px, 0% 0%;
  padding: 150px 0 245px;
}
@media screen and (max-width: 767px) {
  .p-top_useful {
    padding: 16vw 0 40vw;
    background-size: 76.8vw 110.4vw, 76.8vw 110.4vw, auto;
    background-position: left -33.3333333333vw top 37.3333333333vw, right -33.3333333333vw top -26.6666666667vw, 0% 0%;
  }
}
.p-top_useful_wrap {
  position: relative;
}
.p-top_useful_wrap .img20 {
  position: absolute;
  width: 332px;
  height: 237px;
  top: -220px;
  right: 50%;
  margin-right: -727px;
  z-index: 2;
}
@media screen and (max-width: 1540px) {
  .p-top_useful_wrap .img20 {
    width: 220px;
    height: 157px;
    right: 10px;
    margin-right: 0;
    top: -150px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_useful_wrap .img20 {
    display: none;
  }
}
.p-top_useful_wrap .img21 {
  position: absolute;
  width: 299px;
  height: 148px;
  top: -112px;
  left: 50%;
  margin-left: -708px;
  z-index: 2;
}
@media screen and (max-width: 1240px) {
  .p-top_useful_wrap .img21 {
    width: 200px;
    height: 99px;
    top: -70px;
    left: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top_useful_wrap .img21 {
    display: none;
  }
}
.p-top_useful_wrap_ditail {
  width: 1500px;
  border-radius: 10px;
  margin: 0 auto 100px;
  background-color: #ffffff;
  padding: 0;
  /*overflow: hidden;*/
  z-index: 1;
}
@media screen and (max-width: 1540px) {
  .p-top_useful_wrap_ditail {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1240px) {
  .p-top_useful_wrap_ditail {
    width: calc(100% - 10.6666666667vw);
    border-radius: 6px;
    margin: 0 auto 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top_useful_wrap_ditail {
    border-radius: 10px;
    overflow: hidden;
  }
}
.p-top_useful_wrap_ditail:last-of-type {
  margin: 0 auto;
}
.p-top_useful_wrap_ditail .inner {
  padding: 55px 100px 80px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .p-top_useful_wrap_ditail .inner {
    padding: 5.3333333333vw 4vw 10.6666666667vw;
  }
}
.p-top_useful_wrap_ditail .inner .img22 {
  position: absolute;
  width: 301px;
  height: 213px;
  top: -180px;
  left: 50%;
  margin-left: -680px;
  z-index: 2;
}
@media screen and (max-width: 1240px) {
  .p-top_useful_wrap_ditail .inner .img22 {
    width: 200px;
    height: 146px;
    top: -170px;
    left: -10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top_useful_wrap_ditail .inner .img22 {
    display: none;
  }
}
.p-top_useful_wrap_ditail .inner .img23 {
  position: absolute;
  width: 199px;
  height: 252px;
  top: -230px;
  left: 50%;
  margin-left: -660px;
  z-index: 2;
}
@media screen and (max-width: 1240px) {
  .p-top_useful_wrap_ditail .inner .img23 {
    width: 150px;
    height: 190px;
    top: -170px;
    left: 30px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top_useful_wrap_ditail .inner .img23 {
    display: none;
  }
}
.p-top_useful_wrap_ditail .inner .useful_box {
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-top_useful_wrap_ditail .inner .useful_box {
    margin-bottom: 18.6666666667vw;
  }
}
.p-top_useful_wrap_ditail .inner .useful_box:last-of-type {
  margin-bottom: 0;
}
.p-top_useful_wrap_ditail .inner .useful_box_col2 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: -70px;
}
@media screen and (max-width: 767px) {
  .p-top_useful_wrap_ditail .inner .useful_box_col2 {
    gap: 9.3333333333vw;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
  .p-top_useful_wrap_ditail .inner .useful_box_col2 .useful_box:first-of-type {
    margin-bottom: 0;
  }
}
.p-top_useful_wrap_ditail .inner .useful_box_ditail {
  width: 100%;
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-top_useful_wrap_ditail .inner .useful_box_ditail {
    gap: 9.3333333333vw;
  }
}
.p-top_useful_wrap_ditail .inner .useful_box_ditail.col2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-top_useful_wrap_ditail .inner .useful_box_ditail.col2 {
    grid-template-columns: 1fr;
  }
}
.p-top_useful_wrap_ditail .inner .useful_box_ditail.col3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-top_useful_wrap_ditail .inner .useful_box_ditail.col3 {
    grid-template-columns: 1fr;
  }
}
.p-top_useful_wrap_ditail .inner .useful_box_ditail.col4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-top_useful_wrap_ditail .inner .useful_box_ditail.col4 {
    grid-template-columns: 1fr;
  }
}
.p-top_useful_wrap_ditail .inner .useful_box_ditail.col5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-top_useful_wrap_ditail .inner .useful_box_ditail.col5 {
    grid-template-columns: 1fr;
  }
}
.p-top_useful_wrap_ditail .inner .useful_box_ditail_sub {
  width: 100%;
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-top_useful_wrap_ditail .inner .useful_box_ditail_sub {
    gap: 9.3333333333vw;
  }
}
.p-top_useful_wrap_ditail .inner .useful_box_ditail_sub.col2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-top_useful_wrap_ditail .inner .useful_box_ditail_sub.col2 {
    grid-template-columns: 1fr;
  }
}
.p-top_useful_wrap_ditail .inner .useful_box_ditail .img {
  width: 100%;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-top_useful_wrap_ditail .inner .useful_box_ditail .img {
    margin-bottom: 3.2vw;
  }
}
.p-top_useful_wrap_ditail .inner .useful_box_ditail .img img {
  border-radius: 6px;
}
.p-top_useful_wrap_ditail .inner .useful_box_ditail p {
  font-size: 15px;
  line-height: 170%;
  letter-spacing: 0.03em;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-top_useful_wrap_ditail .inner .useful_box_ditail p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top_useful_wrap_ditail .inner .useful_box_ditail p.ttl {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .p-top_useful_wrap_ditail .inner .useful_box_ditail p.ttl {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.p-top_useful .p-top_useful_wrap_ditail .c-title_h3_useful {
  cursor: pointer;
  position: relative;
}
.p-top_useful .p-top_useful_wrap_ditail .c-title_h3_useful::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 3px;
  background-color: #ffffff;
  top: 60px;
  right: 44px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .p-top_useful .p-top_useful_wrap_ditail .c-title_h3_useful::before {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
    top: 9.3333333333vw;
    right: 4vw;
  }
}
.p-top_useful .p-top_useful_wrap_ditail .c-title_h3_useful:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  top: 60px;
  right: 44px;
  width: 24px;
  height: 3px;
  border-radius: 3px;
  transition: transform 0.3s ease;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .p-top_useful .p-top_useful_wrap_ditail .c-title_h3_useful:after {
    width: 5.3333333333vw;
    height: 0.5333333333vw;
    top: 9.3333333333vw;
    right: 4vw;
  }
}
.p-top_useful .p-top_useful_wrap_ditail .c-title_h3_useful.active::after {
  transform: rotate(0);
}
.p-top_useful .p-top_useful_wrap_ditail .c-title_h3_useful.active + .inner {
  display: block;
}
.p-top_useful .p-top_useful_wrap_ditail .inner.close {
  display: none;
}
.p-top_contact {
  width: 100%;
  background: linear-gradient(0deg, #3B7673 0%, #255856 100%);
  position: relative;
  padding: 0;
}
.p-top_contact::before {
  display: block;
  content: "";
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%;
  height: 154px;
  background: url(../../src/img/wave02.png) left bottom repeat-x;
  background-size: auto 154px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_contact::before {
    top: -10.1333333333vw;
    left: -19.2vw;
    width: 129.3333333333vw;
    height: 10.6666666667vw;
    background: url(../../src/img/wave02.png) center bottom no-repeat;
    background-size: 129.3333333333vw auto;
  }
}
.p-top_contact .img24 {
  position: absolute;
  width: 250px;
  height: 250px;
  top: -180px;
  right: 50%;
  margin-right: -610px;
  z-index: 1;
}
@media screen and (max-width: 1240px) {
  .p-top_contact .img24 {
    right: 60px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top_contact .img24 {
    width: 33.3333333333vw;
    height: 33.3333333333vw;
    top: -26.6666666667vw;
    right: 8vw;
  }
}
.p-top_contact .img25_2 {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top_contact .img25_2 {
    display: block;
    position: absolute;
    width: 54.9333333333vw;
    height: 40.8vw;
    top: -34.6666666667vw;
    left: -5.3333333333vw;
    z-index: 1;
  }
}
.p-top_contact .inner {
  width: 100%;
  padding: 80px 0 180px;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top_contact .inner {
    padding: 8vw 0 66.6666666667vw;
  }
}
.p-top_contact .inner .img06 {
  position: absolute;
  width: 441px;
  height: 706px;
  bottom: 456px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_contact .inner .img06 {
    display: none;
  }
}
.p-top_contact .inner .img09 {
  position: absolute;
  width: 271px;
  height: 541px;
  top: 580px;
  right: 0;
  z-index: 1;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .p-top_contact .inner .img09 {
    width: 37.3333333333vw;
    height: 74.4vw;
    top: inherit;
    right: initial;
    bottom: 0;
    left: 0;
    transform: scaleX(1);
  }
}
.p-top_contact .inner .img13 {
  position: absolute;
  width: 604px;
  height: 404px;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .p-top_contact .inner .img13 {
    display: none;
  }
}
.p-top_contact_wrap {
  width: 1100px;
  border-radius: 10px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 50px 60px 80px;
  margin-bottom: 95px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap {
    width: calc(100% - 10.6666666667vw);
    border-radius: 6px;
    padding: 5.3333333333vw 4vw 10.6666666667vw;
    margin-bottom: 13.3333333333vw;
  }
}
.p-top_contact_wrap .bg02 {
  position: absolute;
  width: 444px;
  height: 384px;
  top: 215px;
  left: 50%;
  margin-left: -908px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap .bg02 {
    width: 36.2666666667vw;
    height: 31.2vw;
    top: -14.6666666667vw;
    left: -12vw;
    margin-left: 0;
  }
}
.p-top_contact_wrap .bg02_2 {
  position: absolute;
  width: 444px;
  height: 384px;
  top: -114px;
  right: 50%;
  margin-right: -908px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap .bg02_2 {
    width: 36.2666666667vw;
    height: 31.2vw;
    top: -14.6666666667vw;
    right: -12vw;
    margin-right: 0;
  }
}
.p-top_contact_wrap .img25 {
  position: absolute;
  width: 348px;
  height: 258px;
  top: -204px;
  left: -83px;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap .img25 {
    display: none;
  }
}
.p-top_contact_wrap_txt {
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap_txt {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 4vw;
    text-align: left;
  }
}
.p-top_contact_wrap_ditail {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap_ditail {
    padding: 0;
    border-radius: 0x;
    box-shadow: none;
  }
}
.p-top_contact_wrap_ditail dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-top: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap_ditail dl {
    flex-flow: column;
  }
}
.p-top_contact_wrap_ditail dl dt {
  padding: 0 0 0 84px;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  width: 280px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  line-height: 150%;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap_ditail dl dt {
    padding: 5.3333333333vw 0 0 16.8vw;
    width: 100%;
    display: block;
    border-bottom: none;
  }
}
.p-top_contact_wrap_ditail dl dt::after {
  content: "任意";
  width: 64px;
  height: 31px;
  padding: 0;
  background: #999999;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  line-height: 31px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap_ditail dl dt::after {
    font-size: 14px;
    font-size: 0.875rem;
    width: 14.6666666667vw;
    height: 6.6666666667vw;
    top: 5.3333333333vw;
    margin-top: 0;
    line-height: 6.4vw;
    transform: translateY(0);
  }
}
.p-top_contact_wrap_ditail dl dt.required:after {
  content: "必須";
  background: #DF1B02;
}
.p-top_contact_wrap_ditail dl dt.check {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap_ditail dl dt.check {
    padding: 5.3333333333vw 0;
  }
}
.p-top_contact_wrap_ditail dl dt.check::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap_ditail dl dt.check {
    padding: 5.3333333333vw 0 0 0;
  }
}
.p-top_contact_wrap_ditail dl dd {
  padding: 20px 0;
  box-sizing: border-box;
  font-size: 16px;
  width: calc(100% - 280px);
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  .p-top_contact_wrap_ditail dl dd {
    padding: 3.2vw 0 5.3333333333vw;
    width: 100%;
    display: block;
  }
}
.p-top_contact_telwrap {
  width: 1100px;
  border-radius: 10px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 90px 60px 70px;
  position: relative;
  font-feature-settings: normal;
  letter-spacing: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-top_contact_telwrap {
    width: calc(100% - 10.6666666667vw);
    border-radius: 6px;
    padding: 16vw 4vw 10.6666666667vw;
  }
}
.p-top_contact_telwrap .img26 {
  position: absolute;
  width: 298px;
  height: 484px;
  top: -400px;
  right: -132px;
  z-index: 4;
}
@media screen and (max-width: 1240px) {
  .p-top_contact_telwrap .img26 {
    right: -80px;
  }
}
@media screen and (max-width: 767px) {
  .p-top_contact_telwrap .img26 {
    width: 45.8666666667vw;
    height: 75.7333333333vw;
    top: inherit;
    bottom: -64.8vw;
    right: -5.3333333333vw;
  }
}
.p-top_contact_telwrap_ditail {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
}
@media screen and (max-width: 767px) {
  .p-top_contact_telwrap_ditail {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}
.p-top_contact_telwrap_ditail li {
  background-color: #F4EDE0;
  padding: 20px 20px 25px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-top_contact_telwrap_ditail li {
    padding: 5.3333333333vw;
    border-radius: 6px;
  }
}
.p-top_contact_telwrap_ditail li .ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 170%;
  padding-bottom: 11px;
  margin-bottom: 7px;
  border-bottom: 1px solid #E3D3B6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top_contact_telwrap_ditail li .ttl {
    font-size: 20px;
    font-size: 1.25rem;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 1.6vw;
  }
}
.p-top_contact_telwrap_ditail li .tel {
  font-size: 30px;
  font-weight: 700;
  padding: 5px 0 5px 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top_contact_telwrap_ditail li .tel {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 1.3333333333vw 0 1.3333333333vw 8vw;
  }
}
.p-top_contact_telwrap_ditail li .tel::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  background: url(../../src/img/icon/icon_tel.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top_contact_telwrap_ditail li .tel::before {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}
.p-top_contact_telwrap_ditail li .tel .tel-link {
  pointer-events: none;
  color: #333333;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-top_contact_telwrap_ditail li .tel .tel-link {
    pointer-events: auto;
  }
}
.p-top_contact_telwrap_ditail li .time {
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  margin-top: 8px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .p-top_contact_telwrap_ditail li .time {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 2.6666666667vw;
  }
}
.p-top_contact_telwrap_ditail li .area {
  margin-top: 15px;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-top_contact_telwrap_ditail li .area {
    margin-top: 2.6666666667vw;
  }
}
.p-top_contact_telwrap_ditail li .area_ttl {
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-top_contact_telwrap_ditail li .area_ttl {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-top_contact_telwrap_ditail li .area_txt {
  font-size: 14px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .p-top_contact_telwrap_ditail li .area_txt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-top_cv {
  width: 100%;
  background: #F4EDE0 url(../../src/img/bg01_15.png) top left no-repeat;
  background-size: 2561px 1540px;
  padding: 110px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top_cv {
    background-size: 768px 462px, auto;
    padding: 13.3333333333vw 0;
  }
}
.p-top_cv a:hover {
  opacity: 0.8;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scrollable-div::-webkit-scrollbar {
  height: 12px;
}
@media screen and (max-width: 767px) {
  .scrollable-div::-webkit-scrollbar {
    height: 10px;
  }
}

.scrollable-div::-webkit-scrollbar-track {
  background-color: #F4EDE0;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .scrollable-div::-webkit-scrollbar-track {
    border-radius: 5px;
  }
}

.scrollable-div::-webkit-scrollbar-thumb {
  background-color: #59473B;
  border: 2px solid #F4EDE0;
  background-clip: content-box;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .scrollable-div::-webkit-scrollbar-thumb {
    border: 1px solid #F4EDE0;
    border-radius: 5px;
  }
}

.wpcf7-list-item {
  margin: 0 !important;
}

.p-lower_contact {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-lower_contact {
    padding: 13.3333333333vw 0;
  }
}
.p-lower_contact::before {
  display: none;
}
.p-lower_news {
  width: 100%;
  background: linear-gradient(0deg, #987ECD 0%, #8368B9 100%);
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-lower_news {
    padding: 13.3333333333vw 0;
  }
}
.p-lower_news .inner {
  max-width: 1100px;
  background: #ffffff;
  border-radius: 10px;
  padding: 50px 95px 80px;
  margin: 0 auto 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-lower_news .inner {
    max-width: calc(100% - 10.6666666667vw);
    border-radius: 6px;
    padding: 5.3333333333vw 4vw;
    margin: 0 auto 8vw;
  }
}
.p-lower_news_head {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-lower_news_head {
    margin-bottom: 5.3333333333vw;
    padding-bottom: 4vw;
  }
}
.p-lower_news_head .date {
  width: 80px;
  color: #777777;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-lower_news_head .date {
    width: 53.3333333333vw;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-lower_news_h1 {
  font-size: 30px;
  line-height: 170%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-lower_news_h1 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 150%;
  }
}
.p-lower_news_h2 {
  font-size: 24px;
  font-weight: bold;
  color: #DB2E80;
  margin: 100px 0 20px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .p-lower_news_h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 13.3333333333vw 0 4vw;
    line-height: 170%;
  }
}
.p-lower_news p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  .p-lower_news p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 180%;
    margin-bottom: 4vw;
  }
}
.p-lower_news_img_wrap {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-lower_news_img_wrap {
    margin-bottom: 2.6666666667vw;
  }
}
.p-lower_news_img_wrap img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-lower_news_img_wrap img {
    border-radius: 6px;
  }
}
.p-lower_news_img_wrap p {
  font-size: 16px;
  line-height: 170%;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .p-lower_news_img_wrap p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 160%;
    margin: 2.1333333333vw 0 0;
  }
}
.p-lower_news_img_wrap_col2 {
  width: 100%;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-lower_news_img_wrap_col2 {
    margin-bottom: 4vw;
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}
.p-lower_news_img_wrap_col2 img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-lower_news_img_wrap_col2 img {
    border-radius: 6px;
  }
}
.p-lower_news_img_wrap_col2 p {
  font-size: 16px;
  line-height: 170%;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .p-lower_news_img_wrap_col2 p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 160%;
    margin: 2.1333333333vw 0 0;
  }
}
.p-lower_news_img_wrap_col3 {
  width: 100%;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-lower_news_img_wrap_col3 {
    margin-bottom: 4vw;
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}
.p-lower_news_img_wrap_col3 img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-lower_news_img_wrap_col3 img {
    border-radius: 6px;
  }
}
.p-lower_news_img_wrap_col3 p {
  font-size: 16px;
  line-height: 170%;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .p-lower_news_img_wrap_col3 p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 160%;
    margin: 2.1333333333vw 0 0;
  }
}
.p-lower_news_btn_wrap {
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-lower_news_btn_wrap {
    max-width: 100%;
  }
}

.u-mb--0 {
  margin-bottom: 0px !important;
}
.u-mb--xxs {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--xxs {
    margin-bottom: 1.3333333333vw !important;
  }
}
.u-mb--xs {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--xs {
    margin-bottom: 2.6666666667vw !important;
  }
}
.u-mb--s {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--s {
    margin-bottom: 5.3333333333vw !important;
  }
}
.u-mb--m {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--m {
    margin-bottom: 6.6666666667vw !important;
  }
}
.u-mb--l {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--l {
    margin-bottom: 9.3333333333vw !important;
  }
}
.u-mb--100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .u-mb--100 {
    margin-bottom: 13.3333333333vw !important;
  }
}

.u-mt--0 {
  margin-top: 0px !important;
}
.u-mt--xxs {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--xxs {
    margin-top: 1.3333333333vw !important;
  }
}
.u-mt--xs {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--xs {
    margin-top: 2.6666666667vw !important;
  }
}
.u-mt--s {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--s {
    margin-top: 4vw !important;
  }
}
.u-mt--m {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--m {
    margin-top: 5.3333333333vw !important;
  }
}
.u-mt--l {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-mt--l {
    margin-top: 6.6666666667vw !important;
  }
}

.u-sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}

.u-fontsize--l {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2857142857;
}
.u-fontsize--l::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2857142857) * 0.5em);
  content: "";
}
.u-fontsize--l::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2857142857) * 0.5em);
  content: "";
}
@media screen and (max-width: 767px) {
  .u-fontsize--l {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .u-fontsize--l::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.4) * 0.5em);
    content: "";
  }
  .u-fontsize--l::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.4) * 0.5em);
    content: "";
  }
}
.u-fontsize--16 {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .u-fontsize--16 {
    font-size: 1.4rem;
  }
}

.u-fontcolor--red {
  color: #DF1B02;
}

.u-fontweight--bold {
  font-weight: bold;
}

.u-lineheight--140 {
  line-height: 140% !important;
}

.u-text-align--center {
  text-align: center !important;
}
.u-text-align--right {
  text-align: right !important;
}