@charset "UTF-8";
/*! destyle.css v3.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.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* 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;
  font-weight: inherit;
  margin: 0;
}

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

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

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 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 {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  font-size: 1.6em;
  line-height: 1.8;
  height: 100%;
  color: #343434;
  letter-spacing: 0.1em;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

/* common link */
a:link {
  color: #f45d67;
  text-decoration: none;
}

a:visited {
  color: #f45d67;
  text-decoration: none;
}

a:active {
  color: #f45d67;
  text-decoration: none;
}

a:hover {
  color: #f45d67;
  text-decoration: underline;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    text-decoration: none;
  }
}
.l-wrapper {
  position: relative;
  margin: 0 auto;
}

.js-fade-in,
.js-fade-up,
.js-fade-down,
.js-fade-pop {
  opacity: 0;
}

#btn_ptop {
  position: fixed;
  bottom: min(10vw, 100px);
  right: min(2vw, 20px);
  z-index: 8888;
}
#btn_ptop a {
  transition: all 0.25s ease;
}
#btn_ptop a:hover {
  opacity: 0.7;
}
#btn_ptop a img {
  width: 50px;
}

@media (max-width: 768px) {
  #btn_ptop a {
    transition: all 0s ease;
  }
  #btn_ptop a:hover {
    opacity: 1;
  }
  #btn_ptop a img {
    width: 40px;
  }
}
/* .l-header */
.l-header {
  display: flex;
  position: fixed;
  width: calc(100% - 100px);
  z-index: 30;
}
.l-header__logo {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 10px 0;
}
.l-header__logo img {
  display: block;
  width: 320px;
  transition: all 0.25s ease;
}
.l-header__logo img:hover {
  opacity: 0.8;
}

@media (max-width: 1240px) {
  /* .l-header */
  .l-header__logo {
    padding: 18px;
    border-radius: 0 0 10px 0;
  }
  .l-header__logo img {
    width: 300px;
    transition: all 0.25s ease;
  }
  .l-header__logo img:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  /* .l-header */
  .l-header__logo {
    padding: 16px;
    border-radius: 0 0 8px 0;
  }
  .l-header__logo img {
    width: 240px;
    transition: all 0s ease;
  }
  .l-header__logo img:hover {
    opacity: 1;
  }
}
@media (max-width: 576px) {
  /* .l-header */
  .l-header__logo {
    padding: 14px;
    border-radius: 0 0 6px 0;
  }
  .l-header__logo img {
    width: 200px;
  }
}
/* .l-main */
.l-main {
  width: 100%;
}

.l-main__wrapper {
  position: relative;
  margin: 0 auto;
}

/* .l-contents */
.l-contents {
  margin: 0 auto;
  padding: min(13vw, 130px) min(4vw, 40px) min(18vw, 180px);
}

/* .l-footer */
.l-footer {
  padding: min(10vw, 100px) min(1vw, 10px) min(7vw, 70px);
  background: #ededed;
  text-align: center;
}

.c-title-1 {
  margin: 0 auto min(5vw, 50px);
  max-width: 1080px;
  text-align: center;
}
.c-title-1 .-jp {
  margin-bottom: min(1.5vw, 10px);
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4;
}
.c-title-1 .-jp:before, .c-title-1 .-jp:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #cbcbcb;
}
.c-title-1 .-jp:before {
  margin-right: 0em;
}
.c-title-1 .-jp:after {
  margin-left: 0em;
}
.c-title-1 .-jp .-bg {
  background: #343434;
  min-width: 480px;
  padding: 15px;
  color: #fff;
  border-radius: 100px;
}
.c-title-1 .-en {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .c-title-1 .-jp {
    font-size: 2rem;
  }
  .c-title-1 .-jp .-bg {
    min-width: inherit;
    padding: 15px;
    width: 80%;
  }
  .c-title-1 .-en {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .c-title-1 .-jp {
    font-size: 1.8rem;
  }
  .c-title-1 .-jp .-bg {
    padding: 12px;
    width: 90%;
  }
  .c-title-1 .-en {
    font-size: 1.6rem;
  }
}
a.c-button-1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #94be15;
  padding: 10px;
  height: 70px;
  border-radius: 10px;
  font-size: 2.2rem;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  transition: all 0.25s linear;
}
a.c-button-1 .-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 15px;
  background: #83ac05;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  transition: all 0.25s linear;
}
a.c-button-1 .-icon img {
  width: 20px;
}
a.c-button-1:hover {
  background: #a1ca26;
}
a.c-button-1:hover .-icon {
  background: #6c8f02;
}

p.c-button-comingsoon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c4c4c4;
  padding: 10px;
  height: 70px;
  border-radius: 10px;
  font-size: 2.2rem;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}
p.c-button-comingsoon .-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 15px;
  background: #b2b2b2;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  transition: all 0.25s linear;
}
p.c-button-comingsoon .-icon img {
  width: 20px;
}

.c-button-frame-1 {
  margin: 0 auto;
  max-width: 640px;
}

.c-button-frame-2 {
  max-width: 420px;
}

@media (max-width: 1240px) {
  .c-button-frame-1 {
    margin: 0 auto;
    max-width: 640px;
  }
  .c-button-frame-2 {
    margin: 0 auto;
    max-width: 420px;
  }
}
@media (max-width: 768px) {
  a.c-button-1 {
    border-radius: 8px;
    font-size: 2rem;
  }
  p.c-button-comingsoon {
    border-radius: 8px;
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  a.c-button-1 {
    border-radius: 6px;
    font-size: 1.8rem;
  }
  p.c-button-comingsoon {
    border-radius: 6px;
    font-size: 1.8rem;
  }
  .c-button-frame-1 {
    margin: 0 auto;
    max-width: inherit;
    width: 100%;
  }
  .c-button-frame-2 {
    margin: 0 auto;
    max-width: inherit;
    width: 100%;
  }
}
.c-table-1 {
  display: grid;
  grid-template-columns: 14em 1fr;
}
.c-table-1 .-head {
  padding: min(2.5vw, 25px) min(3vw, 30px);
  border-bottom: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
  font-weight: 400;
  background: #f9f9f9;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.c-table-1 .-head:nth-of-type(1) {
  border-top: solid 1px #e1e1e1;
}
.c-table-1 .-body {
  padding: min(2.5vw, 25px) min(3vw, 30px);
  border-bottom: solid 1px #e1e1e1;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.c-table-1 .-body span {
  display: inline-block;
}
.c-table-1 .-body:nth-of-type(1) {
  border-top: solid 1px #e1e1e1;
}

@media (max-width: 768px) {
  .c-table-1 {
    display: grid;
    grid-template-columns: 1fr;
  }
  .c-table-1 .-head {
    padding: 2vw;
    border-right: none;
  }
  .c-table-1 .-body {
    padding: 2vw;
  }
  .c-table-1 .-body:nth-of-type(1) {
    border-top: none;
  }
}
.c-scroll {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  /*全体の高さ*/
  height: 160px;
  /*高さ・位置・透過が変化して線が上から下に動く*/
}
.c-scroll span {
  /*描画位置*/
  position: absolute;
  left: max(-1.1vw, -11px);
  bottom: 0;
  font-size: min(1.4vw, 1.4rem);
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.c-scroll::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: min(6vw, 60px);
  background: rgba(0, 0, 0, 0.3);
  animation: pathmove 1.8s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: min(6vw, 60px);
    opacity: 0.5;
  }
  100% {
    height: 0;
    top: min(10vw, 100px);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .c-scroll {
    display: none;
  }
}
.p-top-mv {
  position: relative;
  background: #ededed;
  height: 100svh;
  min-height: 940px;
}
.p-top-mv__nav {
  display: flex;
  flex-direction: column;
  gap: min(3vw, 30px);
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: min(5vw, 50px) min(1vw, 10px) min(2vw, 20px);
  width: 320px;
  border-radius: 20px 0 0 0;
  text-align: center;
  z-index: 5;
}
.p-top-mv__nav::before, .p-top-mv__nav::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../img/corner-1.svg);
  width: 30px;
  height: 30px;
}
.p-top-mv__nav::before {
  bottom: 0;
  left: -30px;
}
.p-top-mv__nav::after {
  top: -30px;
  right: 0;
}
.p-top-mv__nav-list {
  display: flex;
  justify-content: center;
}
.p-top-mv__nav-list a {
  color: #343434;
  text-decoration: none;
  transition: all 0.25s linear;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
}
.p-top-mv__nav-list a:hover {
  opacity: 0.6;
}
.p-top-mv__nav-list:nth-of-type(1) img {
  width: 200px;
}
.p-top-mv__nav-list:nth-of-type(2) img {
  width: 190px;
}
.p-top-mv__nav-list:nth-of-type(3) img {
  width: 164px;
}
.p-top-mv__nav-list:nth-of-type(4) img {
  width: 158px;
}
.p-top-mv__nav-list:nth-of-type(5) img {
  width: 180px;
}

.p-mv-slider {
  position: absolute;
  z-index: 4;
  top: 0 !important;
  height: 100%;
  width: 100%;
}
.p-mv-slider .swiper-wrapper {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.p-mv-slider .swiper-slide {
  height: 100%;
}
.p-mv-slider .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .p-top-mv {
    height: 100svh;
    min-height: 940px;
  }
  .p-top-mv__nav {
    padding: 5vw 5vw 2vw;
    width: 30vw;
    border-radius: 15px 0 0 0;
  }
  .p-top-mv__nav::before, .p-top-mv__nav::after {
    width: 30px;
    height: 30px;
  }
  .p-top-mv__nav::before {
    bottom: 0;
    left: -30px;
  }
  .p-top-mv__nav::after {
    top: -30px;
    right: 0;
  }
  .p-top-mv__nav-list a {
    font-size: 1.8vw;
  }
  .p-top-mv__nav-list a:hover {
    opacity: 0.6;
  }
  .p-top-mv__nav-list:nth-of-type(1) img {
    width: 100%;
  }
  .p-top-mv__nav-list:nth-of-type(2) img {
    width: 95%;
  }
  .p-top-mv__nav-list:nth-of-type(3) img {
    width: 82%;
  }
  .p-top-mv__nav-list:nth-of-type(4) img {
    width: 80%;
  }
  .p-top-mv__nav-list:nth-of-type(5) img {
    width: 90%;
  }
  .p-mv-slider {
    height: 100svh;
    min-height: 940px;
  }
}
@media (max-width: 768px) {
  .p-top-mv {
    height: 100svh;
    min-height: inherit;
  }
  .p-top-mv__nav {
    padding: 7vw 5vw;
    width: 35vw;
    border-radius: 15px 0 0 0;
  }
  .p-top-mv__nav::before, .p-top-mv__nav::after {
    width: 20px;
    height: 20px;
  }
  .p-top-mv__nav::before {
    bottom: 0;
    left: -20px;
  }
  .p-top-mv__nav::after {
    top: -20px;
    right: 0;
  }
  .p-top-mv__nav-list a:hover {
    opacity: 1;
  }
  .p-mv-slider {
    min-height: auto;
  }
}
@media (max-width: 576px) {
  .p-top-mv__nav {
    width: 45vw;
    border-radius: 10px 0 0 0;
  }
  .p-top-mv__nav::before, .p-top-mv__nav::after {
    width: 15px;
    height: 15px;
  }
  .p-top-mv__nav::before {
    bottom: 0;
    left: -15px;
  }
  .p-top-mv__nav::after {
    top: -15px;
    right: 0;
  }
}
@media (orientation: landscape) and (max-width: 768px) {
  .p-top-mv__nav {
    display: none;
  }
}
.p-top-logo {
  margin: 0 auto min(11vw, 110px);
  width: 680px;
}

.p-top-operation {
  text-align: center;
}
.p-top-operation__info {
  padding-bottom: min(5vw, 50px);
}
.p-top-operation__frame {
  margin-bottom: min(14vw, 140px);
}
.p-top-operation__frame:last-child {
  margin-bottom: 0;
}
.p-top-operation__lead {
  margin-bottom: min(5vw, 50px);
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  line-height: 2.2;
}
.p-top-operation__logo {
  position: relative;
  background: #fff;
  display: inline-block;
  padding: 40px 70px;
  margin-bottom: -130px;
  border-radius: 20px;
  z-index: 10;
}
.p-top-operation__logo::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../img/corner-2.svg);
  width: 30px;
  height: 30px;
  bottom: 100px;
  left: -30px;
}
.p-top-operation__logo::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../img/corner-3.svg);
  width: 30px;
  height: 30px;
  bottom: 100px;
  right: -30px;
}
.p-top-operation__logo img {
  width: 480px;
}
.-corporate .p-top-operation__logo {
  margin-bottom: -110px;
}
.-corporate .p-top-operation__logo::before {
  bottom: 80px;
}
.-corporate .p-top-operation__logo::after {
  bottom: 80px;
}
.-corporate .p-top-operation__logo img {
  width: 540px;
}
.-premiere .p-top-operation__logo img {
  width: 500px;
}
.-golftainment .p-top-operation__logo img {
  width: 500px;
}
.-marche .p-top-operation__logo img {
  width: 480px;
}
.-karte .p-top-operation__logo img {
  width: 500px;
}
.p-top-operation__ph {
  margin-bottom: min(6vw, 60px);
  overflow: hidden;
  border-radius: 20px;
}
.p-top-operation__title {
  margin-bottom: min(4vw, 40px);
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.p-top-operation__title .-jp {
  display: block;
  font-size: 3.4rem;
  line-height: 1.4;
}
.p-top-operation__title .-en {
  display: block;
  font-size: 1.8rem;
  line-height: 1.4;
}
.p-top-operation__title .-iblock {
  display: inline-block;
}

@media (max-width: 1024px) {
  .p-top-logo {
    width: 680px;
  }
  .p-top-operation__lead {
    font-size: 1.6rem;
    line-height: 2.2;
    text-align: left;
  }
  .p-top-operation__logo {
    padding: 4vw;
    margin-bottom: 0;
    border-radius: 15px;
  }
  .p-top-operation__logo::before {
    display: none;
  }
  .p-top-operation__logo::after {
    display: none;
  }
  .p-top-operation__logo img {
    width: 480px;
  }
  .-corporate .p-top-operation__logo {
    margin-bottom: 0;
  }
  .-corporate .p-top-operation__logo::before {
    display: none;
  }
  .-corporate .p-top-operation__logo::after {
    display: none;
  }
  .-corporate .p-top-operation__logo img {
    width: 540px;
  }
  .-premiere .p-top-operation__logo img {
    width: 500px;
  }
  .-golftainment .p-top-operation__logo img {
    width: 500px;
  }
  .-marche .p-top-operation__logo img {
    width: 480px;
  }
  .-karte .p-top-operation__logo img {
    width: 500px;
  }
  .p-top-operation__ph {
    border-radius: 15px;
  }
  .p-top-operation__title .-jp {
    font-size: 3.4rem;
    line-height: 1.4;
  }
  .p-top-operation__title .-en {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .p-top-logo {
    padding: 0 4vw;
    width: 100%;
  }
  .p-top-operation__logo {
    padding: 4vw;
    margin-bottom: 0;
    border-radius: 15px;
  }
  .p-top-operation__logo::before {
    display: none;
  }
  .p-top-operation__logo::after {
    display: none;
  }
  .p-top-operation__logo img {
    width: 100%;
  }
  .-corporate .p-top-operation__logo {
    margin-bottom: 0;
  }
  .-corporate .p-top-operation__logo::before {
    display: none;
  }
  .-corporate .p-top-operation__logo::after {
    display: none;
  }
  .-corporate .p-top-operation__logo {
    width: 100%;
  }
  .-corporate .p-top-operation__logo img {
    width: 100%;
  }
  .-premiere .p-top-operation__logo {
    width: 95%;
  }
  .-premiere .p-top-operation__logo img {
    width: 100%;
  }
  .-golftainment .p-top-operation__logo {
    width: 82%;
  }
  .-golftainment .p-top-operation__logo img {
    width: 100%;
  }
  .-marche .p-top-operation__logo {
    width: 80%;
  }
  .-marche .p-top-operation__logo img {
    width: 100%;
  }
  .-karte .p-top-operation__logo {
    width: 90%;
  }
  .-karte .p-top-operation__logo img {
    width: 100%;
  }
  .p-top-operation__ph {
    border-radius: 15px;
  }
  .p-top-operation__ph-inner {
    margin: 0 -10vw;
  }
  .p-top-operation__title .-jp {
    font-size: 3.4rem;
  }
  .p-top-operation__title .-en {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .p-top-operation__ph {
    border-radius: 10px;
  }
  .p-top-operation__title .-jp {
    font-size: 2.6rem;
  }
  .p-top-operation__title .-en {
    font-size: 1.6rem;
  }
}
.p-contents-mv {
  background: url(../img/p-contents-mv_ph.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  height: 380px;
}
.p-contents-mv__logo {
  background: #fff;
  position: absolute;
  bottom: -110px;
  padding: 40px 70px;
  border-radius: 20px;
}
.p-contents-mv__logo img {
  width: 540px;
}
.p-contents-mv__logo::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../img/corner-1.svg);
  width: 30px;
  height: 30px;
  bottom: 110px;
  left: -30px;
}
.p-contents-mv__logo::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../img/corner-4.svg);
  width: 30px;
  height: 30px;
  bottom: 110px;
  right: -30px;
}

.p-contents {
  margin: 0 auto;
  max-width: 1400px;
}

@media (max-width: 1024px) {
  .p-contents-mv {
    height: 45vw;
  }
  .p-contents-mv__logo {
    bottom: -110px;
    padding: 4vw;
    border-radius: 15px;
  }
  .p-contents-mv__logo img {
    width: 540px;
  }
  .p-contents-mv__logo::before {
    width: 20px;
    height: 20px;
    bottom: 110px;
    left: -20px;
  }
  .p-contents-mv__logo::after {
    width: 20px;
    height: 20px;
    bottom: 110px;
    right: -20px;
  }
}
@media (max-width: 768px) {
  .p-contents-mv {
    height: 50vw;
  }
  .p-contents-mv__logo {
    width: 80vw;
    bottom: -11vw;
    border-radius: 15px;
  }
  .p-contents-mv__logo img {
    width: 100%;
  }
  .p-contents-mv__logo::before {
    width: 20px;
    height: 20px;
    bottom: 11vw;
    left: -20px;
  }
  .p-contents-mv__logo::after {
    width: 20px;
    height: 20px;
    bottom: 11vw;
    right: -20px;
  }
}
@media (max-width: 576px) {
  .p-contents-mv {
    height: 55vw;
  }
  .p-contents-mv__logo {
    width: 90vw;
    border-radius: 6px;
  }
  .p-contents-mv__logo::before {
    width: 10px;
    height: 10px;
    left: -10px;
  }
  .p-contents-mv__logo::after {
    width: 10px;
    height: 10px;
    bottom: 11vw;
    right: -10px;
  }
}
.p-company:first-child {
  padding-top: 90px;
}
.p-company__box {
  margin: 0 auto;
  max-width: 980px;
}
.p-company.-message {
  margin-bottom: min(18vw, 180px);
}
.p-company.-overview {
  margin-bottom: min(18vw, 180px);
}
.p-company .-message-frame {
  display: flex;
  gap: min(3vw, 30px);
}
.p-company .-message-ph {
  width: 280px;
}
.p-company .-message-box {
  flex: 1;
}
.p-company .-message-lead {
  margin-bottom: min(5vw, 50px);
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.4rem;
  text-align: center;
}
.p-company .-message-txt {
  margin-bottom: min(2vw, 20px);
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
}
.p-company .-message-name {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  text-align: right;
}
.p-company .-message-name em {
  font-style: normal;
  font-size: 1.8rem;
}
.p-company .-event-lists {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: min(6vw, 60px) min(8vw, 80px);
  margin: 0 auto;
  max-width: 980px;
}
.p-company .-event-lists li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-company .-event-lists li a {
  transition: all 0.25s linear;
}
.p-company .-event-lists li a:hover {
  opacity: 0.7;
}
.p-company .-event-lists .-corporate img {
  width: 220px;
}
.p-company .-event-lists .-premiere img {
  width: 314px;
}
.p-company .-event-lists .-golftainment img {
  width: 270px;
}
.p-company .-event-lists .-marche img {
  width: 260px;
}
.p-company .-event-lists .-karte {
  width: 290px;
}

@media (max-width: 1024px) {
  .p-company:first-child {
    padding-top: 9vw;
  }
}
@media (max-width: 768px) {
  .p-company .-message-frame {
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }
  .p-company .-message-ph {
    margin: 0 auto;
    width: 280px;
  }
  .p-company .-message-box {
    flex: 0;
  }
  .p-company .-message-lead {
    font-size: 2.4rem;
  }
  .p-company .-message-txt {
    font-size: 1.6rem;
  }
  .p-company .-message-name {
    font-size: 1.6rem;
  }
  .p-company .-event-lists li a {
    transition: all 0s linear;
  }
  .p-company .-event-lists li a:hover {
    opacity: 1;
  }
  .p-company .-event-lists .-corporate img {
    width: 220px;
  }
  .p-company .-event-lists .-premiere img {
    width: 314px;
  }
  .p-company .-event-lists .-golftainment img {
    width: 270px;
  }
  .p-company .-event-lists .-marche img {
    width: 260px;
  }
  .p-company .-event-lists .-karte {
    width: 290px;
  }
}
@media (max-width: 576px) {
  .p-company .-message-frame {
    gap: 4vw;
  }
  .p-company .-message-ph {
    width: 280px;
  }
  .p-company .-message-lead {
    font-size: 2.2rem;
  }
  .p-company .-message-txt {
    font-size: 1.6rem;
  }
  .p-company .-message-name {
    font-size: 1.6rem;
  }
  .p-company .-event-lists {
    gap: 8vw;
  }
  .p-company .-event-lists .-corporate img {
    width: 54vw;
  }
  .p-company .-event-lists .-premiere img {
    width: 80vw;
  }
  .p-company .-event-lists .-golftainment img {
    width: 67vw;
  }
  .p-company .-event-lists .-marche img {
    width: 65vw;
  }
  .p-company .-event-lists .-karte {
    width: 67vw;
  }
}
.p-pp__scroll {
  margin: 0 auto;
  background: #f8f8f8;
  height: 360px;
  padding: min(3vw, 30px) min(3vw, 30px) 0;
  border: 1px solid #ebebeb;
  overflow-y: scroll;
  max-width: 900px;
}

.p-pp__scroll-info {
  margin: min(6vw, 60px) auto min(3vw, 30px);
  max-width: 900px;
}
.p-pp__scroll-info-title {
  margin-bottom: min(2vw, 20px);
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
}
.p-pp__scroll-info-title:before, .p-pp__scroll-info-title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #ebebeb;
}
.p-pp__scroll-info-title:before {
  margin-right: 0.5em;
}
.p-pp__scroll-info-title:after {
  margin-left: 0.5em;
}
.p-pp__scroll-info-txt {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  text-align: center;
}

.p-pp {
  margin-bottom: min(10vw, 100px);
}
.p-pp__inner {
  margin: 0 auto;
  max-width: 1600px;
}
.p-pp__title {
  margin: 0 auto min(6vw, 60px);
  font-family: "Poppins";
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  display: flex;
  align-items: center;
}
.p-pp__title:before, .p-pp__title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #dfdfdf;
}
.p-pp__title:before {
  margin-right: 0.5em;
}
.p-pp__title:after {
  margin-left: 0.5em;
}
.p-pp__lead {
  margin: 0 auto min(6vw, 60px);
  font-size: 1.6rem;
}
.p-pp__wrap {
  margin: 0 auto;
  max-width: 1020px;
}
.p-pp__wrap .-pp-title {
  margin-bottom: min(2vw, 20px);
  padding-bottom: min(1vw, 10px);
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.2rem;
  font-weight: 500;
  border-bottom: 1px solid #dfdfdf;
}
.p-pp__wrap .-pp-title-2 {
  margin-bottom: min(2vw, 20px);
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 500;
}
.p-pp__wrap .-pp-box {
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: min(5vw, 50px);
}
.p-pp__wrap .-pp-link {
  display: inline-block;
  border: 1px solid #dbdbdb;
  padding: min(3vw, 20px);
  border-radius: 8px;
}
.p-pp__wrap .-pp-txt-1 {
  margin-bottom: min(2vw, 20px);
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-pp__wrap .-pp-txt-r {
  margin-bottom: min(2vw, 20px);
  font-size: 1.6rem;
  text-align: right;
  line-height: 1.6;
}
.p-pp__wrap .-pp-list-3 > li {
  margin-bottom: min(1vw, 5px);
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-pp__wrap .-pp-list-4 > li {
  margin-bottom: min(1vw, 5px);
  text-indent: -2.5em;
  padding-left: 2.5em;
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-pp__wrap .-pp-logo {
  margin: 0 auto;
  width: 140px;
}

@media (max-width: 1024px) {
  .p-pp__scroll {
    height: 45vw;
    padding: 3vw 3vw 0;
    max-width: inherit;
  }
  .p-pp__scroll-info {
    margin: 6vw auto 3vw;
    max-width: inherit;
  }
  .p-pp__scroll-info-title {
    margin-bottom: 2vw;
    font-size: 1.8rem;
  }
  .p-pp__scroll-info-txt {
    font-size: 1.6rem;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .p-pp__scroll {
    height: 55vw;
  }
  .p-pp__title {
    font-size: 2.8rem;
  }
  .p-pp__wrap .-pp-title {
    font-size: 2rem;
  }
  .p-pp__wrap .-pp-title-2 {
    font-size: 1.8rem;
  }
  .p-pp__wrap .-pp-txt-1 {
    font-size: 1.6rem;
  }
  .p-pp__wrap .-pp-txt-r {
    font-size: 1.6rem;
  }
  .p-pp__wrap .-pp-list-3 li {
    font-size: 1.6rem;
  }
  .p-pp__wrap .-pp-list-4 li {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .p-pp__title {
    font-size: 2.2rem;
  }
  .p-pp__wrap .-pp-title {
    font-size: 1.8rem;
  }
  .p-pp__wrap .-pp-title-2 {
    font-size: 1.7rem;
  }
  .p-pp__wrap .-pp-txt-1 {
    font-size: 1.6rem;
  }
  .p-pp__wrap .-pp-list-3 li {
    font-size: 1.6rem;
  }
  .p-pp__wrap .-pp-list-4 li {
    font-size: 1.6rem;
  }
}
.p-contact {
  padding-top: 90px;
}
.p-contact__frame {
  margin: 0 auto;
  max-width: 1600px;
}
.p-contact__inner {
  margin: 0 auto;
  max-width: 1020px;
}
.p-contact__lead {
  margin-bottom: min(4vw, 40px);
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  text-align: center;
}
.p-contact__box {
  padding: min(10vw, 100px) min(12vw, 120px);
  background: #f4f4f4;
  border-radius: 5px;
}
.p-contact__lists dt {
  padding: min(1vw, 10px);
  font-size: 1.8rem;
  font-weight: normal;
}
.p-contact__lists dd {
  padding: min(1vw, 10px) min(1vw, 10px) min(3vw, 30px);
}
.p-contact__lists dd .-info-txt {
  padding-left: 1em;
  font-size: 1.4rem;
}
.p-contact .-hissu,
.p-contact .-hissu-2 {
  margin-left: min(2vw, 15px);
  padding: 0.4em 1.5em 0.5em;
  background: #f45d67;
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  border-radius: 9999px;
}
.p-contact .-hissu-2 {
  background: #f45d67;
}

.date-list {
  margin-bottom: min(1.5vw, 10px);
  display: flex;
  align-items: flex-start;
  max-width: 680px;
  gap: min(1.5vw, 10px);
}
.date-list-title {
  padding-top: 1.2em;
  padding-right: min(1.5vw, 10px);
  width: 9em;
  text-align: right;
  display: flex;
  align-items: center;
}
.date-list-title:before {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #d7d7d7;
}
.date-list-title:before {
  margin-right: 0.5em;
}
.date-list-date {
  flex: 1;
}
.date-list-time {
  width: 11em;
}

#confirm .date-list-title {
  padding-top: 0;
}

.-info-day {
  display: inline-block;
  margin-left: 1.2em;
  font-size: 1.4rem;
}

.check-lists {
  display: flex;
  flex-wrap: wrap;
  column-gap: min(2.5vw, 20px);
}

.radio-lists {
  display: flex;
  flex-wrap: wrap;
  column-gap: min(2.5vw, 20px);
}
.radio-lists__list {
  padding-left: 34px;
  position: relative;
}

.p-contact__agree {
  margin-top: min(4vw, 40px);
}
.p-contact__agree-txt-1 {
  margin-top: min(2vw, 20px);
  font-size: 1.6rem;
  text-align: center;
}
.p-contact__agree-txt-2 {
  font-size: 1.8rem;
  text-align: center;
}
.p-contact__agree a {
  color: #000;
  text-decoration: underline;
}
.p-contact__agree a:hover {
  text-decoration: none;
}

.p-contact__btn-lists {
  margin-top: min(5vw, 50px);
  display: flex;
  justify-content: center;
  gap: min(2vw, 20px);
}
.p-contact__btn-lists-list {
  width: 100%;
  max-width: 420px;
}

.p-contact__complete-lead {
  margin-bottom: min(4vw, 35px);
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
}
.p-contact__complete-txt {
  margin-bottom: min(6vw, 60px);
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-size: 1.6rem;
}

.icon-cal-frame {
  position: relative;
}

.icon-cal-frame::before {
  content: "\f133";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 2rem;
  color: #000;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}

.icon-cal {
  padding-right: 30px !important;
}

@media (max-width: 1024px) {
  .p-contact {
    padding-top: 9vw;
  }
  .p-contact__lead {
    font-size: 1.6rem;
    text-align: left;
  }
  .p-contact__box {
    padding: 6vw 8vw;
  }
  .p-contact__lists dt {
    font-size: 1.8rem;
  }
  .p-contact .-hissu,
  .p-contact .-hissu-2 {
    font-size: 1.4rem;
  }
  .p-contact__agree-txt-1 {
    font-size: 1.6rem;
    text-align: left;
  }
  .p-contact__agree-txt-2 {
    font-size: 1.8rem;
  }
  .p-contact__agree a:hover {
    text-decoration: none;
  }
  .p-contact__complete-lead {
    text-align: center;
    font-size: 3rem;
  }
  .p-contact__complete-txt {
    text-align: left;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .p-contact__lead {
    font-size: 1.6rem;
  }
  .p-contact__box {
    padding: 2vw 3vw;
  }
  .p-contact__lists dt {
    font-size: 1.6rem;
  }
  .p-contact .-hissu,
  .p-contact .-hissu-2 {
    font-size: 1.3rem;
  }
  .p-contact__agree-txt-1 {
    font-size: 1.6rem;
  }
  .p-contact__agree-txt-2 {
    font-size: 1.8rem;
  }
  .p-contact__agree a:hover {
    text-decoration: underline;
  }
  .date-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .date-list-title {
    padding-right: calc(100% - 6em);
    width: 100%;
    display: flex;
    align-items: center;
  }
  .date-list-title:before {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #d7d7d7;
  }
  .date-list-title:before {
    margin-right: 0.5em;
  }
  .date-list-date {
    width: 65%;
  }
  .date-list-time {
    width: calc(35% - 1.5vw);
  }
  .p-contact__btn-lists {
    display: flex;
    flex-flow: column;
    gap: 3vw;
  }
  .p-contact__btn-lists-list {
    max-width: inherit;
  }
  .p-contact__btn-lists .-order-1 {
    order: 1;
  }
  .p-contact__btn-lists .-order-2 {
    order: 2;
  }
  .p-contact__complete-lead {
    text-align: center;
    font-size: 2.4rem;
  }
  .p-contact__complete-txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .p-contact__complete-lead {
    font-size: 2.2rem;
    text-align: left;
  }
  .p-contact__complete-txt {
    font-size: 1.6rem;
  }
}
.-form input[type=submit],
.-form input[type=text],
.-form input[type=tel],
.-form input[type=email],
.-form input[type=date],
.-form select,
.-form textarea,
.-form button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
.-form input[type=text],
.-form input[type=tel],
.-form input[type=email],
.-form input[type=date],
.-form select,
.-form textarea {
  background: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  padding: min(2vw, 15px) min(3vw, 25px);
  width: 100%;
  transition: 0.25s;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ebebeb;
  border-radius: 5px;
}
.-form input[type=text]:focus,
.-form input[type=tel]:focus,
.-form input[type=email]:focus,
.-form input[type=date]:focus,
.-form select:focus,
.-form textarea:focus {
  background: #fff;
  border: 2px solid #f45d67;
  box-shadow: 0 0 0 1px #ebebeb;
}
.-form textarea[name=content] {
  display: inline-block;
  width: 100%;
}
.-form input::placeholder,
.-form textarea::placeholder {
  color: #ccc;
}
.-form label {
  display: inline-block;
  cursor: pointer;
}
.-form select,
.-form select:focus {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><polygon points="0,0 10,0 5,5" fill="%23000000"/></svg>') no-repeat right 1.5em center;
  padding-right: 3em;
}

.arrow-next,
.arrow-prev {
  display: inline-block;
  position: relative;
  width: 100%;
}
.arrow-next .arrow,
.arrow-prev .arrow {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #e92f3b;
  padding-left: 7px;
  height: 40px;
  width: 40px;
  border-radius: 8px;
  transition: all 0.1s linear;
  z-index: 30;
}
.arrow-next .arrow::before,
.arrow-prev .arrow::before {
  position: absolute;
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.8em;
  aspect-ratio: 1;
  background: #fff;
}
.arrow-prev .arrow {
  left: 15px;
  padding-left: inherit;
  padding-right: 7px;
  background: #3d3d3d;
}
.arrow-prev .arrow::before {
  clip-path: polygon(100% 7%, 93% 0, 43% 50%, 93% 100%, 100% 93%, 57% 50%, 100% 7%);
  background-color: #fff;
}
.arrow-prev:hover .arrow {
  right: inherit;
}

.c-button-next,
.c-button-prev {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f45d67;
  text-align: center;
  height: 70px;
  padding: 10px;
  width: 100%;
  border: none;
  border-radius: 10px;
  font-size: 2rem;
  text-decoration: none;
  color: #fff;
  transition: all 0.25s linear;
}
.c-button-next:disabled,
.c-button-prev:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.c-button-next:hover,
.c-button-prev:hover {
  background: #f57780;
}

.c-button-prev {
  background: #5d5d5d;
}
.c-button-prev:hover {
  background: #6f6f6f;
}

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

.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  margin-top: min(1vw, 10px);
  color: #e62020 !important;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-bottom: 0.5em;
}

.custom-checkbox {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-checkbox .icon-wrapper {
  position: relative;
  font-size: 22px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.custom-checkbox .fa-regular.fa-square {
  position: absolute;
  margin-top: 10px;
  margin-right: 0;
  color: #000;
}
.custom-checkbox .fa-solid.fa-check {
  margin-top: 10px;
  margin-right: 0;
  position: absolute;
  color: #f45d67;
  display: none;
}
.custom-checkbox input[type=checkbox]:checked + .icon-wrapper .fa-regular.fa-square {
  display: none;
}
.custom-checkbox input[type=checkbox]:checked + .icon-wrapper .fa-solid.fa-check {
  display: block;
}

.radio-lists label::before,
.radio-lists label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.radio-lists label::before {
  border: 2px solid #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}
.radio-lists label::after {
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 9px;
}
.radio-lists input:checked + label::after {
  opacity: 1;
}
.radio-lists .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

@media (max-width: 768px) {
  .arrow-next .arrow,
  .arrow-prev .arrow {
    transition: all 0s linear;
  }
  .arrow-next .arrow::before,
  .arrow-prev .arrow::before {
    height: 0.8em;
    transition: all 0s linear;
  }
  .c-button-next,
  .c-button-prev {
    transition: all 0s linear;
  }
  .c-button-next:hover,
  .c-button-prev:hover {
    background: #f45d67;
  }
  .c-button-prev:hover {
    background: #5d5d5d;
  }
}
.p-404 {
  padding: 0;
  text-align: center;
}

.p-404__txt-1 {
  font-size: 140px;
  line-height: 1;
  font-weight: 400;
}

.p-404__txt-2 {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
}

.p-404__lead {
  margin-bottom: 80px;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
}

@media (max-width: 576px) {
  .p-404 {
    padding: 6vw 0;
  }
  .p-404__txt-1 {
    font-size: 28vw;
  }
  .p-404__txt-2 {
    margin-bottom: 3vw;
    font-size: 6.4vw;
    line-height: 1;
    font-weight: bold;
  }
  .p-404__lead {
    margin-bottom: 8vw;
    font-size: 15px;
  }
}
.p-gnav-wide {
  margin: 20px 0 0 auto;
}
.p-gnav-wide__lists {
  display: flex;
}
.p-gnav-wide__lists-list:nth-of-type(2) {
  margin-right: 10px;
}
.p-gnav-wide__lists-list a {
  display: inline-flex;
  align-items: center;
  background: #343434;
  padding: 0 50px;
  height: 70px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all 0.25s linear;
}
.p-gnav-wide__lists-list a:hover {
  background: #525252;
}
.p-gnav-wide__lists-list:nth-child(1) a {
  position: relative;
  border-radius: 10px 0 0 10px;
}
.p-gnav-wide__lists-list:nth-child(1) a::after {
  position: absolute;
  right: 0;
  background: #797979;
  content: "";
  width: 1px;
  height: 20px;
}
.p-gnav-wide__lists-list:nth-child(2) a {
  border-radius: 0 10px 10px 0;
}
.p-gnav-wide__lists-list:nth-child(3) a {
  background: #f45d67;
  border-radius: 10px;
}
.p-gnav-wide__lists-list:nth-child(3) a:hover {
  background: #f57780;
}

@media (max-width: 1024px) {
  .p-gnav-wide {
    display: none;
  }
}
.p-gnav {
  display: none;
}

/* スマホメニュー開閉ボタン */
.p-gnav__wrap {
  display: none;
}

.p-gnav__wrap.open {
  display: block;
}

.p-gnav__wrap.close {
  display: none;
}

/* スマホメニュー開閉ボタン */
/* nav-wrap */
.p-gnav__wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  opacity: 0;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100svh;
  transition: all 0.25s;
}
.p-gnav__wrap.open {
  display: block;
  opacity: 1;
}
.p-gnav__wrap.close {
  display: none;
  opacity: 0;
  transition-delay: 0s;
}

/* p-gnav__button */
.p-gnav__button {
  z-index: 60;
  position: fixed;
  background: #343434;
  top: 20px;
  right: 20px;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 9999px;
  transition: all 0.25s;
  cursor: pointer;
}
.p-gnav__button:hover {
  background: #525252;
}
.p-gnav__button span {
  display: inline-block;
  position: absolute;
  left: 20px;
  width: 30px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transition: all 0.25s;
}
.p-gnav__button span:nth-of-type(1) {
  top: 24px;
}
.p-gnav__button span:nth-of-type(2) {
  top: 34px;
}
.p-gnav__button span:nth-of-type(3) {
  top: 44px;
}

.p-gnav__button.active {
  position: fixed;
}
.p-gnav__button.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.p-gnav__button.active span:nth-of-type(2) {
  opacity: 0;
}
.p-gnav__button.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.p-gnav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100svh;
  width: 100vw;
  text-align: center;
}
.p-gnav__lists-list a {
  display: block;
  padding: 10px;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s linear;
}
.p-gnav__lists-list a:hover {
  color: #d9e366;
}
.p-gnav__lists-list a.-logo {
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.p-gnav__lists-list a.-logo img {
  width: 340px;
}
.p-gnav__lists-list a.-logo:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  /* p-gnav__button */
  .p-gnav__button {
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
  }
  .p-gnav__button:hover {
    background: #343434;
  }
  .p-gnav__button span {
    left: 16px;
    width: 28px;
  }
  .p-gnav__button span:nth-of-type(1) {
    top: 20px;
  }
  .p-gnav__button span:nth-of-type(2) {
    top: 29px;
  }
  .p-gnav__button span:nth-of-type(3) {
    top: 38px;
  }
  .p-gnav__button.active {
    position: fixed;
  }
  .p-gnav__button.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .p-gnav__button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .p-gnav__button.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  .p-gnav__lists-list a {
    padding: 1vw;
    font-size: 5.4vw;
    transition: all 0s linear;
  }
  .p-gnav__lists-list a:hover {
    color: #fff;
  }
  .p-gnav__lists-list a.-logo {
    margin-bottom: 4vw;
    padding: 3vw 5vw;
    border-radius: 1.5vw;
  }
  .p-gnav__lists-list a.-logo img {
    width: 70vw;
  }
  .p-gnav__lists-list a.-logo:hover {
    opacity: 1;
  }
}
@media (max-width: 576px) {
  /* p-gnav__button */
  .p-gnav__button {
    width: 50px;
    height: 50px;
  }
  .p-gnav__button:hover {
    background: #343434;
  }
  .p-gnav__button span {
    left: 12px;
    width: 26px;
  }
  .p-gnav__button span:nth-of-type(1) {
    top: 16px;
  }
  .p-gnav__button span:nth-of-type(2) {
    top: 24px;
  }
  .p-gnav__button span:nth-of-type(3) {
    top: 32px;
  }
  .p-gnav__button.active {
    position: fixed;
  }
  .p-gnav__button.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .p-gnav__button.active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
}
@media (orientation: landscape) and (max-width: 768px) {
  .p-gnav__inner {
    display: flex;
    column-gap: 5vw;
    flex-direction: row;
  }
  .p-gnav__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .p-gnav__lists-list a {
    display: block;
    padding: 5px;
    font-size: 1.8rem;
    transition: all 0s;
  }
  .p-gnav__lists-list a:hover {
    color: #fff;
  }
  .p-gnav__lists-list a.-logo img {
    width: 50vw;
  }
}
.p-footer__logo {
  margin: 0 auto min(4vw, 40px);
  width: 320px;
}
.p-footer__nav {
  display: flex;
  justify-content: center;
  margin-bottom: min(7vw, 70px);
  position: relative;
}
.p-footer__nav-list a {
  position: relative;
  display: inline-block;
  padding: 0 1.5em;
  font-family: "Poppins";
  color: #343434;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  transition: all 0.1s linear;
}
.p-footer__nav-list a::after {
  position: absolute;
  right: 0;
  content: "";
  width: 1px;
  height: 1em;
  background: #a0a0a0;
}
.p-footer__nav-list:first-child a::before {
  position: absolute;
  left: 0;
  content: "";
  width: 1px;
  height: 1em;
  background: #a0a0a0;
}
.p-footer__copyright {
  font-size: 1.4rem;
}

@media (max-width: 576px) {
  .p-footer__logo {
    width: 70vw;
  }
  .p-footer__nav-list a {
    padding: 0 1em;
    font-size: 1.4rem;
    transition: all 0s linear;
  }
  .p-footer__copyright {
    font-size: 1.2rem;
  }
}
.display-none {
  display: none;
}

/* display none */
.xl-none {
  display: inline-block;
}

.lg-none {
  display: inline-block;
}

.md-none {
  display: inline-block;
}

.sm-none {
  display: inline-block;
}

/* display on */
.xl-on {
  display: none;
}

.lg-on {
  display: none;
}

.md-on {
  display: none;
}

.sm-on {
  display: none;
}

@media (max-width: 1240px) {
  /* display */
  .xl-none {
    display: none;
  }
  .lg-none {
    display: inline-block;
  }
  .md-none {
    display: inline-block;
  }
  .sm-none {
    display: inline-block;
  }
  /* display on */
  .xl-on {
    display: inline-block;
  }
  .lg-on {
    display: none;
  }
  .md-on {
    display: none;
  }
  .sm-on {
    display: none;
  }
}
@media (max-width: 1024px) {
  /* display */
  .lg-none {
    display: none;
  }
  .md-none {
    display: inline-block;
  }
  .sm-none {
    display: inline-block;
  }
  /* display on */
  .lg-on {
    display: inline-block;
  }
  .md-on {
    display: none;
  }
  .sm-on {
    display: none;
  }
}
@media (max-width: 768px) {
  .md-none {
    display: none;
  }
  .sm-none {
    display: inline-block;
  }
  /* display on */
  .lg-on {
    display: inline-block;
  }
  .md-on {
    display: inline-block;
  }
  .sm-on {
    display: none;
  }
}
@media (max-width: 576px) {
  /* display */
  .sm-none {
    display: none;
  }
  .sm-on {
    display: inline-block;
  }
}

/*# sourceMappingURL=style.css.map */
