@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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] {
  -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 {
  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 */
  -moz-appearance: none;
       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 */
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 0rem;
}
@media screen and (min-width: 768px) and (max-width: 1267px) {
  html {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
  color: #29323c;
}
body.is-active {
  overflow: hidden;
}

.l-inner {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--large {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--small {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.l-footer {
  padding: 8rem 3rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 8rem 2rem 0;
  }
}
.l-footer__wrap {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__detail {
  text-align: center;
  width: 22rem;
}
@media screen and (max-width: 767px) {
  .l-footer__detail {
    margin: auto;
  }
}
.l-footer__detail .logo {
  display: block;
  width: 8rem;
  margin-bottom: 2.6rem;
  margin-left: auto;
  margin-right: auto;
}
.l-footer__detail .text {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-footer__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 8rem;
  padding-left: 8rem;
  border-left: solid 1px #ebebeb;
}
@media screen and (max-width: 767px) {
  .l-footer__box {
    margin-left: auto;
    padding-left: 0;
    border-left: unset;
    margin-top: 5rem;
  }
}
.l-footer__box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
  }
}
.l-footer__box ul:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__box ul li {
    width: calc(50% - 1.5rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.8rem;
  }
  .l-footer__box ul li::before {
    content: "-";
    display: block;
  }
}
.l-footer__box ul li a {
  font-size: 1.4rem;
}
.l-footer__catch {
  font-size: 2.6rem;
  font-weight: 600;
  font-family: "Cinzel", serif;
  letter-spacing: 0.15em;
  margin-bottom: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__catch {
    font-size: 1.8rem;
  }
}
.l-footer__catch::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ebebeb;
  position: absolute;
  top: 40%;
  left: 0;
}
.l-footer__catch span {
  position: relative;
  z-index: 10;
  padding-right: 3rem;
  background: #ffffff;
}
.l-footer__sns {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.l-footer__sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background: #29323c;
}
.l-footer__sns li a img {
  max-width: 1.6rem;
  max-height: 1.6rem;
}
.l-footer__copy {
  text-align: center;
  padding: 3rem;
  margin-top: 8rem;
  font-size: 1.2rem;
  border-top: solid 1px #c2c7cd;
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 2rem 2rem 5rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 1rem 1rem 1rem 2rem;
    position: sticky;
    top: 0;
    z-index: 120;
    background: #ffffff;
  }
}
.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.l-header__logo img {
  max-width: 3rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    max-width: 2.2rem;
  }
}
.l-header__logo h1 {
  font-family: "Cinzel", serif;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-header__logo h1 {
    font-size: 1.6rem;
    padding-top: 0.3rem;
  }
}
.l-header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.l-hamburger {
  display: none;
  position: relative;
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  z-index: 100;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-hamburger {
    display: block;
  }
}
.l-hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  height: 2px;
  border-radius: 2px;
  background: #000000;
  width: 45%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.l-hamburger span:nth-of-type(1) {
  top: 38%;
}
.l-hamburger span:nth-of-type(2) {
  top: 50%;
}
.l-hamburger span:nth-of-type(3) {
  top: 62%;
}
.l-hamburger.is-active span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
          transform: translate(-50%, 0) rotate(-45deg);
  width: 30%;
}
.l-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translate(-50%, 0) scale(0, 1);
          transform: translate(-50%, 0) scale(0, 1);
}
.l-hamburger.is-active span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  width: 30%;
}

@media screen and (max-width: 767px) {
  .l-gNav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#dfe9f3), to(white));
    background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    border-radius: 0 100% 100% 0;
    -webkit-transition: 0.8s cubic-bezier(0.77, 0, 0, 1);
    transition: 0.8s cubic-bezier(0.77, 0, 0, 1);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.l-gNav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .l-gNav__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-right: 0;
  }
}
.l-gNav__menu-item a {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  text-align: center;
  display: block;
}
.l-gNav__menu-item a span {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-top: 0.8rem;
}
.l-gNav.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  border-radius: 0;
}
.l-gNav.is-active .gNav_list {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out 0.6s;
  transition: 0.3s ease-in-out 0.6s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

:root {
  --easing: cubic-bezier(0.2, 1, 0.2, 1);
  --transition: 0.8s var(--easing);
}

.p-view video {
  width: 100%;
}
.p-view .splide img {
  width: 100%;
}

.splide__pagination {
  font-size: 0;
}

.splide-wrapper {
  position: relative;
}

.splide__arrow > svg {
  display: none;
}

.p-intr {
  position: relative;
  padding: 12rem 3rem;
  background: #111111;
}
@media screen and (max-width: 767px) {
  .p-intr {
    padding: 8rem 2rem;
  }
}
.p-intr .c-elmCatch {
  position: absolute;
  right: 4rem;
  top: 8rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-intr .c-elmCatch {
    position: static;
    margin-bottom: 8rem !important;
  }
}
.p-intr .splide-area {
  position: relative;
}
.p-intr .splide-main {
  margin-right: 35rem;
}
@media screen and (max-width: 767px) {
  .p-intr .splide-main {
    margin-right: 0;
  }
}
.p-intr .splide-main .splide__track {
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .p-intr .splide-main .splide__track {
    border-radius: 2rem;
  }
}
.p-intr .splide-thumb {
  position: absolute;
  top: 42%;
  right: 0;
  width: 42rem;
}
@media screen and (max-width: 767px) {
  .p-intr .splide-thumb {
    width: auto;
    top: -3.5rem;
  }
}
.p-intr .splide-thumb .splide__slide {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 95%;
  margin-left: auto;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-intr .splide-thumb .splide__slide {
    width: 7rem !important;
    height: 7rem !important;
    border-radius: 100%;
  }
}
.p-intr .splide-thumb .splide__slide.is-active {
  border: none;
  width: 100%;
}
.p-intr .splide-thumb .splide__slide.is-active .thumb {
  color: #ffffff;
}
.p-intr .splide-thumb .splide__slide.is-active .thumb::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.p-intr .splide-thumb .splide__slide.is-active .thumb-media img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .p-intr .splide-thumb .splide__slide.is-active .thumb-media img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .p-intr .splide-thumb .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-intr .splide__slide[class*=-active] .slide-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.p-intr .slide {
  display: grid;
  height: 100%;
  padding: 0 4rem;
  text-align: center;
  color: #fff;
}
.p-intr .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-intr .slide-media {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.p-intr .slide-content {
  -webkit-transition: 3s 0.5s var(--easing);
  transition: 3s 0.5s var(--easing);
  -webkit-transform: translateY(-6rem);
          transform: translateY(-6rem);
  opacity: 0;
}
.p-intr .slide-title {
  font-size: 5rem;
  line-height: 1.1;
  color: #ffffff;
}
.p-intr .slide-text {
  font-size: 1.8rem;
  margin: 4rem 0 6rem;
}
.p-intr .slide-date {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  padding: 1rem 2rem 0.8rem;
  letter-spacing: 0.1em;
  border: solid currentColor;
  border-width: 2px 0;
}
.p-intr .thumb {
  font-weight: bold;
  position: relative;
  display: grid;
  overflow: hidden;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  padding: 0 4rem;
  -webkit-transition: 2s var(--easing);
  transition: 2s var(--easing);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-intr .thumb {
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
  }
}
.p-intr .thumb::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.6rem;
  content: "";
  -webkit-transition: 1s var(--easing);
  transition: 1s var(--easing);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.p-intr .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-intr .thumb .thumb-media {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-intr .thumb .thumb-media img {
  -webkit-transition: 2s var(--easing);
  transition: 2s var(--easing);
}
.p-intr .thumb-title {
  font-family: "Cinzel", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-intr .thumb-title {
    font-size: 0.8rem;
    text-align: center;
  }
}
.p-intr .thumb-logo {
  width: 10rem;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.p-news {
  margin: 15rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    margin: 8rem 0;
  }
  .p-news .c-moreBtn {
    display: none;
  }
}
.p-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-news__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
  }
}
.p-news__head {
  width: 26rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-news__head {
    width: 100%;
    text-align: center;
  }
}
.p-news__head h2 {
  font-family: "Cinzel", serif;
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-news__head h2 {
    margin: auto;
  }
}
.p-news__head p {
  margin-top: 1rem;
  font-size: 1.3rem;
}
.p-news__head + .c-overWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    min-width: 68rem;
    gap: 2rem;
    padding: 0 2rem 3rem;
  }
}
.p-news__item {
  width: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 767px) {
  .p-news__item {
    width: 100%;
  }
}
.p-news__link {
  pointer-events: none;
}
.p-news__link figure {
  margin-bottom: 2.2rem;
  position: relative;
}
.p-news__link figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  -webkit-transform: translate(-30%, -30%);
          transform: translate(-30%, -30%);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Cinzel", serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #ffffff;
  background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
}
@media screen and (max-width: 767px) {
  .p-news__link figure figcaption {
    font-size: 0.8rem;
    width: 4rem;
    height: 4rem;
    -webkit-transform: translate(30%, 30%);
            transform: translate(30%, 30%);
  }
}
.p-news__link figure img {
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 2.8rem;
}
.p-news__desc {
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-news__desc {
    padding: 0;
  }
}
.p-news__desc .cat {
  background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  padding: 0.8rem 0.8rem;
  border-radius: 0.4rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.p-news__desc .time {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.p-news__desc .title {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-news__desc .title {
    font-size: 1.3rem;
  }
}

.p-pickup {
  margin: 15rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-pickup {
    margin: 8rem 0;
  }
  .p-pickup .splide__track {
    padding-top: 4rem;
  }
}
.p-pickup__head {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-pickup__catch {
  text-align: center;
  font-family: "Cinzel", serif;
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-pickup__catch {
    position: absolute;
    top: -2rem;
    left: 2rem;
    z-index: 100;
    margin: auto;
  }
}
.p-pickup__wrap {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-pickup__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.p-pickup__item {
  width: 82%;
  max-width: 82rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-pickup__item {
    width: 100%;
  }
}
.p-pickup__item figure {
  overflow: hidden;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-pickup__item figure {
    border-radius: 0;
  }
}
.p-pickup__item figure img {
  width: 100%;
  height: 48rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-pickup__item figure img {
    height: 28rem;
  }
}
.p-pickup__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 5rem 3rem;
  border-radius: 3rem;
  color: #333333;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#dfe9f3), to(white));
  background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
}
@media screen and (max-width: 767px) {
  .p-pickup__desc {
    padding: 3rem 0;
    border-radius: 1.5rem;
    margin: -6rem 2rem 0;
    position: relative;
    z-index: 100;
  }
}
.p-pickup__desc .name {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-pickup__desc .name {
    font-size: 2.4rem;
  }
}
.p-pickup__desc .position {
  text-align: center;
  margin-top: 1rem;
}
.p-pickup__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.8rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-pickup__shop {
    margin-top: 2rem;
  }
}
.p-pickup__shop dt {
  width: 8rem;
  height: 8rem;
}
.p-pickup__shop dt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 100%;
}
.p-pickup__shop dd {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-pickup__shop dd .shopname {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}
.p-pickup__shop dd .add {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-pickup__shop dd .map {
  margin-top: 1rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.6rem;
  background: #ffffff;
  padding: 0.8rem 4rem;
  color: #000000;
  font-size: 1rem;
  font-family: "Cinzel", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.p-ranking {
  padding: 15rem 3rem 15rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfe9f3), to(white));
  background-image: linear-gradient(to bottom, #dfe9f3 0%, white 100%);
}
@media screen and (max-width: 767px) {
  .p-ranking {
    padding: 8rem 2rem;
  }
}
.p-ranking + .p-shop {
  margin-top: 0;
}
.p-ranking__wrap {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.p-shop {
  margin: 15rem 3rem;
}
.p-shop__wrap {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.p-shop__head {
  width: 26rem;
  letter-spacing: 0.1em;
}
.p-shop__head h2 {
  font-family: "Cinzel", serif;
  font-size: 4rem;
  font-weight: 600;
}
.p-shop__head p {
  margin-top: 1rem;
  font-size: 1.3rem;
}
.p-shop__head + .c-overWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-shop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.p-shop__item {
  width: calc((100% - 4rem) / 3);
}
.p-shop__link figure {
  margin-bottom: 2.2rem;
  position: relative;
}
.p-shop__link figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  -webkit-transform: translate(-30%, -30%);
          transform: translate(-30%, -30%);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Cinzel", serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #ffffff;
  background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
}
.p-shop__link figure img {
  width: 100%;
  height: 36rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 2.8rem;
}
.p-shop__desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4rem;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .p-shop__desc {
    padding: 2rem;
  }
}
.p-shop__desc dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-shop__desc dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.p-shop__desc dl dt {
  color: #ffffff;
}
.p-shop__desc dl dt h4 {
  font-family: "Cinzel", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-shop__desc dl dt h4 {
    font-size: 1.6rem;
  }
}
.p-shop__desc dl dt p {
  margin-top: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.p-shop__desc dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-shop__desc dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
.p-shop__desc dl dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-shop__desc dl dd ul li:last-child {
  width: 100%;
}
.p-shop__desc dl dd ul li .title {
  font-size: 1.3rem;
  font-weight: 600;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#dfe9f3), to(white));
  background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
  color: #29323c;
  padding: 0.6rem 1rem;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-shop__desc dl dd ul li .title {
    padding: 0.4rem;
    font-size: 0.9rem;
  }
}
.p-shop__desc dl dd ul li .text {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-shop__desc dl dd ul li .text {
    font-size: 1rem;
  }
}

.p-shopView img {
  width: 100%;
}

.p-info {
  padding: 12rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-info {
    padding: 8rem 2rem;
  }
}
.p-info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-info__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-info__img {
  width: 52rem;
}
.p-info__img img {
  display: block;
  border-radius: 2rem;
}
.p-info__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-info__catch h3 {
  font-family: "Cinzel", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-info__catch p {
  font-size: 2.8rem;
  font-weight: 600;
  margin-top: 1.6rem;
  letter-spacing: 0.1em;
}
.p-info__sns {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  background: #ffffff;
  position: relative;
}
.p-info__sns::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 3rem);
  width: 290%;
  border-top: solid 1px #a5a8ab;
}
@media screen and (max-width: 767px) {
  .p-info__sns::before {
    display: none;
  }
}
.p-info__sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background: #29323c;
}
.p-info__sns li a img {
  max-width: 1.6rem;
  max-height: 1.6rem;
}
.p-info table {
  width: 100%;
}
.p-info table tbody tr:not(:last-child) {
  border-bottom: solid 1px #eee;
}
.p-info table tbody tr th {
  padding: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 16rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-info table tbody tr th {
    width: 10rem;
    font-size: 1.3rem;
  }
}
.p-info table tbody tr td {
  padding: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.6;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-info table tbody tr td {
    font-size: 1.3rem;
  }
}

.p-shopMenu {
  padding: 15rem 3rem 15rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#dfe9f3), to(white));
  background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
}
@media screen and (max-width: 767px) {
  .p-shopMenu {
    padding: 8rem 2rem;
  }
}
.p-shopMenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-shopMenu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-shopMenu__item {
  width: calc((100% - 8rem) / 3);
  border-radius: 1.8rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-shopMenu__item {
    width: 100%;
  }
}
.p-shopMenu__head {
  background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
}
.p-shopMenu__head .name {
  font-family: "Cinzel", serif;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 2rem 0;
}
.p-shopMenu__desc {
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 3rem;
}
.p-shopMenu__desc dl {
  width: calc((100% - 3rem) / 2);
}
.p-shopMenu__desc dl dt {
  background: #f0f5fc;
  text-align: center;
  padding: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-shopMenu__desc dl dd {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.35;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-shopMenu__desc dl dd {
    font-size: 1.2rem;
  }
}
.p-shopMenu__more {
  font-family: "Cinzel", serif;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  padding: 2rem;
}

.p-ranking + .p-topics {
  padding-top: 0;
}

.p-topics {
  padding: 12rem 0 15rem;
  background: url(../../assets/img/wave-2.png) no-repeat center center;
}
@media screen and (max-width: 767px) {
  .p-topics {
    padding: 8rem 2rem;
  }
}
.p-topics + .p-info {
  padding-top: 0;
}
.p-topics__card figure img {
  width: 100%;
  height: 22rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-topics__card a {
  display: block;
  border-radius: 3rem;
  overflow: hidden;
  border: solid 1px #e3eaf4;
  overflow: hidden;
  background: #ffffff;
}
.p-topics__card__desc {
  padding: 4rem 3rem;
  text-align: center;
}
.p-topics__card__desc .title {
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-topics__card__desc .term {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.7rem 1rem 0.5rem;
  color: #ffffff;
  background: #29323c;
  font-family: "Cinzel", serif;
  margin: 0 auto 2rem;
  border-radius: 0.4rem;
}
.p-topics__card__desc .time {
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-topics__card__desc .more {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 6rem;
  font-family: "Oswald", sans-serif;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #485563;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}
.p-topics__card__desc .more span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5rem;
  margin: auto;
  position: relative;
  z-index: 10;
}
.p-topics__card__desc .more span::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 1rem);
  left: 50%;
  width: 1px;
  height: 0;
  background: #29323c;
  -webkit-transition: 0.6s 1s;
  transition: 0.6s 1s;
}
.p-topics__card.is-active .more {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-topics__card.is-active .more span::before {
  height: 2rem;
}
.p-topics .splide__list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-topics .splide__slide a {
  opacity: 0.7;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.p-topics .splide__slide.is-active a {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 1;
}
.p-topics .splide__pagination {
  position: static;
  margin-top: 4rem;
}
.p-topics .splide__pagination__page.is-active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#29323c), to(#485563));
  background-image: linear-gradient(0deg, #29323c 0%, #485563 100%);
}

.p-event {
  padding: 0 3rem 12rem;
}
.p-event__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
.p-event__list ul li {
  width: calc((100% - 12rem) / 3);
  border-radius: 3rem;
  overflow: hidden;
}

.p-cast {
  padding: 8rem 3rem 8rem;
  background: #eaf0f8;
}
@media screen and (max-width: 767px) {
  .p-cast {
    padding: 8rem 2rem;
  }
}
.p-cast + .p-shop {
  margin-top: 0;
}
.p-cast__wrap {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.p-pr__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0 0 8rem;
}
.p-pr__head {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
.p-pr__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 12rem 3rem 8rem;
  color: #333333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfe9f3), to(white));
  background-image: linear-gradient(to bottom, #dfe9f3 0%, white 100%);
}
.p-pr__desc .name {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
}
.p-pr__desc .position {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-top: 2rem;
}
.p-pr__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.8rem;
  margin-top: 4rem;
}
.p-pr__shop dt {
  width: 14rem;
  height: 14rem;
}
.p-pr__shop dt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 100%;
}
.p-pr__shop dd {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-pr__shop dd .shopname {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
}
.p-pr__shop dd .add {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.p-pr__shop dd .map {
  margin-top: 2rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.6rem;
  background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
  padding: 1.8rem 8rem;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "Cinzel", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.p-pr__item {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 50%;
  height: 100vh;
  max-height: 120rem;
}
.p-pr__item figure {
  height: 100%;
}
.p-pr__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 0;
}
.p-pr__detail {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #ffffff;
  padding: 4rem;
  gap: 8rem 6rem;
}
.p-pr__detail h3 {
  text-transform: uppercase;
  font-family: "Cinzel", serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 10;
  margin-bottom: 5rem;
}
.p-pr__detail h3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  z-index: 10;
  position: relative;
  padding-right: 1.5rem;
}
.p-pr__detail h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.p-pr__detail table {
  width: 100%;
}
.p-pr__detail table tbody tr th {
  vertical-align: middle;
  width: 10rem;
  padding: 2rem 1rem 2rem 0;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-pr__detail table tbody tr td {
  vertical-align: middle;
  padding: 2rem 0;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-pr__detail table tbody tr td::before {
  content: ":";
  margin-right: 2.8rem;
}
.p-pr__detail .achievements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem;
}
.p-pr__detail .achievements li {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  border-radius: 0.4rem;
  padding: 1rem 1.5rem 1.3rem;
  color: #ffffff;
  background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
}
.p-pr__detail .social {
  margin-top: 2rem;
  margin-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.p-pr__detail .social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background: #29323c;
}
.p-pr__detail .social li a img {
  max-width: 1.6rem;
  max-height: 1.6rem;
}
.p-pr__detail .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  margin-top: 6rem;
}
.p-pr__detail .pager li {
  position: relative;
  width: 50%;
}
.p-pr__detail .pager li::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.p-pr__detail .pager li a {
  display: block;
  background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
  color: #ffffff;
  padding: 2rem;
  text-align: center;
  font-family: "Cinzel", serif;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  border-radius: 1rem;
}
.p-pr__detail .pager__prev {
  margin-right: auto;
}
.p-pr__detail .pager__prev::before {
  left: 2.5rem;
  border-left: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}
.p-pr__detail .pager__next {
  margin-left: auto;
}
.p-pr__detail .pager__next::before {
  right: 2.5rem;
  border-right: solid 1px #ffffff;
  border-top: solid 1px #ffffff;
}
.p-pr__detail-half {
  width: calc(50% - 3rem);
}
.p-pr__detail-wide {
  width: 100%;
}

.p-form__table {
  width: 100%;
  max-width: 100rem;
  margin: 8rem auto 0;
}
.p-form__table tbody tr {
  border-top: solid 1px #eeeeee;
}
.p-form__table tbody tr:last-child {
  border-bottom: solid 1px #eeeeee;
}
.p-form__table tbody tr th {
  font-size: 1.6rem;
  position: relative;
  width: 28rem;
  padding: 2.5rem;
  text-align: left;
  vertical-align: middle;
}
.p-form__table tbody tr th .req {
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  padding: 0.5rem 0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  border-radius: 0.5rem;
  background: #ff4848;
}
.p-form__table tbody tr td {
  padding: 2.5rem;
  vertical-align: middle;
}
.p-form__table tbody tr td .note {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 2rem 0;
  color: #ff4848;
}
.p-form__table tbody tr td .note:last-child {
  margin-bottom: 0;
}
.p-form__short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.p-form__short-add {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 24rem;
}
.p-form__short-num {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 10rem;
}
.p-form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.p-form__check:not(:first-child) {
  margin-top: 2rem;
  margin-bottom: 0;
}
.p-form__check:first-child {
  margin-top: 0;
}
.p-form__check:last-child {
  margin-bottom: 0;
}
.p-form__check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form input[type=text],
.p-form input[type=email] {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background: #f5f5f5;
}
.p-form input[type=checkbox],
.p-form input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.p-form input[type=submit] {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  max-width: 28rem;
  margin: 6rem auto 0;
  padding: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #333333;
}
.p-form textarea {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  min-height: 20rem;
  padding: 1.5rem;
  resize: none;
  border-radius: 0.5rem;
  background: #f5f5f5;
}
.p-form .error {
  width: 100%;
  display: block;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-form__table {
    width: 100%;
    max-width: 100rem;
    margin: 8rem auto 0;
  }
  .p-form__table tbody {
    display: block;
  }
  .p-form__table tbody tr {
    display: block;
    border-top: solid 1px #eeeeee;
  }
  .p-form__table tbody tr:last-child {
    border-bottom: solid 1px #eeeeee;
  }
  .p-form__table tbody tr th {
    display: block;
    font-size: 1.6rem;
    position: relative;
    width: auto;
    padding: 2rem 0;
  }
  .p-form__table tbody tr th .req {
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    right: 2rem;
    padding: 0.5rem 0.8rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #ffffff;
    border-radius: 0.5rem;
    background: #ff4848;
  }
  .p-form__table tbody tr td {
    display: block;
    padding: 0 0 2rem;
  }
  .p-form__table tbody tr td .note {
    font-size: 1.3rem;
    margin: 2rem 0;
  }
  .p-form__short {
    margin-bottom: 2rem;
  }
  .p-form__short-add {
    max-width: 20rem;
  }
  .p-form__short-num {
    max-width: 8rem;
  }
  .p-form__check {
    gap: 1.5rem;
  }
  .p-form input[type=text],
  .p-form input[type=email] {
    font-size: 1.5rem;
    display: block;
    width: 100%;
    padding: 1.5rem;
    border-radius: 0.5rem;
    background: #f5f5f5;
  }
  .p-form input[type=checkbox],
  .p-form input[type=radio] {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
  .p-form input[type=submit] {
    margin: 4rem auto 0;
    padding: 2rem;
  }
  .p-form textarea {
    font-size: 1.5rem;
    display: block;
    width: 100%;
    min-height: 20rem;
    padding: 1.5rem;
    resize: none;
    border-radius: 0.5rem;
    background: #f5f5f5;
  }
}
.p-thanks {
  text-align: center;
  background: #eeeeee;
  padding: 5rem;
}
.p-thanks__ttl {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3rem;
  color: #000000;
}
.p-thanks__ttl::after {
  content: "";
  display: block;
  width: 3rem;
  border-bottom: solid 2px #000000;
  margin: 3rem auto;
}
.p-thanks__txt {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-thanks__txt:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-thanks .c-moreBtn-type01 {
  margin-top: 4rem;
}
.p-thanks__btn {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  max-width: 28rem;
  margin: 4rem auto 0;
  padding: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #333333;
}

@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 3rem 1.5rem;
  }
  .p-thanks__ttl {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .p-thanks__txt {
    font-size: 1.2rem;
  }
  .p-thanks__txt:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .p-thanks__btn {
    font-size: 1.8rem;
    display: block;
    width: 100%;
    max-width: 28rem;
    margin: 3rem auto 0;
    padding: 3rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ffffff;
    background: #333333;
  }
}
.p-privacy {
  margin-bottom: 12rem;
}
.p-privacy__list:not(:last-child) {
  margin-bottom: 6rem;
}
.p-privacy__list-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: dotted 2px #dddddd;
}
.p-privacy__list-summary::before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: #000000;
}
.p-privacy__list-summary p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail p:not(:last-child) {
  margin-bottom: 2rem;
}
.p-privacy__list-detail ul {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail ul:not(:last-child) {
  margin-bottom: 2rem;
}

.c-pager {
  margin-top: 6rem;
  text-align: center;
}
.c-pager .wp-pagenavi a,
.c-pager .wp-pagenavi span {
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #000000;
  padding: 1rem 1.5rem 1.2rem;
  margin: 0 0.2rem;
  display: inline-block;
  border-radius: 0.3rem;
  vertical-align: middle;
  color: #ffffff;
  letter-spacing: 0;
  background: #000000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-pager .wp-pagenavi span.current {
  background: #000000;
  color: #ffffff;
  border: solid 1px #000000;
}
.c-pager .wp-pagenavi a:hover {
  background: #000000;
  color: #ffffff;
  border: solid 1px #000000;
  opacity: 1;
}

.c-postSec {
  margin: 13rem 3rem;
}

.c-postHead__ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  border-left: solid 0.7rem #333333;
  padding: 0 0 0.5rem 2rem;
}
.c-postHead__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  margin: 5rem 0;
}
.c-postHead__detail-date {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-left: 2.8rem;
  background: url(../../assets/img/ico/ico_date.svg) no-repeat left center/contain;
}
.c-postHead__detail-cat {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-transform: uppercase;
  background: #333333;
  color: #ffffff;
  padding: 0.8rem 0.8rem;
}

.c-postWrap h1 {
  font-size: 2.4rem;
  line-height: 1.45;
  border-left: solid 0.6rem #333333;
  margin: 4rem 0 2.5rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h1 {
    font-size: 2.1rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h2 {
  font-size: 2.2rem;
  line-height: 1.45;
  padding: 1.6rem 2.6rem;
  margin: 4rem 0 2.5rem;
  border-radius: 1rem;
  color: #ffffff;
  background: #333333;
}
@media screen and (max-width: 767px) {
  .c-postWrap h2 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h3 {
  font-size: 2.2rem;
  line-height: 1.45;
  border-left: solid 0.6rem #333333;
  margin: 4rem 0 2.5rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h3 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h4 {
  font-size: 2rem;
  line-height: 1.45;
  border-bottom: dashed 0.1rem #333333;
  padding-bottom: 1rem;
  margin: 4rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h4 {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h4::before {
  content: "-";
  font-weight: 600;
  display: inline;
  vertical-align: baseline;
  color: #333333;
  margin-right: 1rem;
}
.c-postWrap h5 {
  font-size: 1.8rem;
  line-height: 1.45;
  padding-bottom: 1rem;
  margin: 4rem 0 2.5rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .c-postWrap h5 {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h6 {
  font-size: 1.8rem;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-postWrap h6 {
    font-size: 1.6rem;
    margin: 2rem 0;
  }
}
.c-postWrap p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-postWrap p {
    font-size: 1.4rem;
    margin: 2rem 0;
  }
}
.c-postWrap p a {
  color: #333333;
  text-decoration: underline;
}
.c-postWrap p a:hover, .c-postWrap p a:active, .c-postWrap p a:focus, .c-postWrap p a:focus-within {
  text-decoration: none;
}
.c-postWrap ul {
  padding: 3rem;
  border-radius: 1rem;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .c-postWrap ul {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.c-postWrap ul li {
  list-style: disc;
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.c-postWrap ul li:last-child {
  margin-bottom: 0;
}
.c-postWrap ol {
  padding: 3rem;
  border-radius: 1rem;
  background: #f7f7f7;
  list-style: auto;
}
@media screen and (max-width: 767px) {
  .c-postWrap ol {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.c-postWrap ol li {
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.c-postWrap ol li:last-child {
  margin-bottom: 0;
}
.c-postWrap__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8rem;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager {
    margin-top: 6rem;
  }
}
.c-postWrap__pager-prev {
  width: 100%;
  max-width: 28rem;
}
.c-postWrap__pager-prev a {
  font-weight: 600;
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #000000;
  border: solid 1px #000000;
}
.c-postWrap__pager-prev a:hover, .c-postWrap__pager-prev a:active, .c-postWrap__pager-prev a:focus, .c-postWrap__pager-prev a:focus-within {
  color: #ffffff;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager-prev a {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
}
.c-postWrap__pager-prev a::before {
  font-size: 2rem;
  content: "‹";
  position: absolute;
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-postWrap__pager-next {
  width: 100%;
  max-width: 28rem;
}
.c-postWrap__pager-next a {
  font-weight: 600;
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #000000;
  border: solid 1px #000000;
}
.c-postWrap__pager-next a:hover, .c-postWrap__pager-next a:active, .c-postWrap__pager-next a:focus, .c-postWrap__pager-next a:focus-within {
  color: #ffffff;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager-next a {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
}
.c-postWrap__pager-next a::before {
  content: "›";
  font-size: 2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-postPager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8rem;
  gap: 2rem;
}
.c-postPager__prev {
  width: 100%;
  max-width: 28rem;
}
.c-postPager__prev a {
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #000000;
  border: solid 1px #000000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-postPager__prev a:hover, .c-postPager__prev a:active, .c-postPager__prev a:focus, .c-postPager__prev a:focus-within {
  color: #ffffff;
  background: #000000;
}
.c-postPager__prev a::before {
  font-size: 2rem;
  content: "‹";
  position: absolute;
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-postPager__next {
  width: 100%;
  max-width: 28rem;
}
.c-postPager__next a {
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #000000;
  border: solid 1px #000000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-postPager__next a:hover, .c-postPager__next a:active, .c-postPager__next a:focus, .c-postPager__next a:focus-within {
  color: #ffffff;
  background: #000000;
}
.c-postPager__next a::before {
  content: "›";
  font-size: 2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-neum {
  color: #5d6f86;
  font-family: "Cinzel", serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding: 3rem;
  border-radius: 3rem;
  text-align: center;
  background: #eaf0f8;
  -webkit-box-shadow: 9px 9px 16px rgba(163, 177, 198, 0.6), -9px -9px 16px rgba(255, 255, 255, 0.5);
          box-shadow: 9px 9px 16px rgba(163, 177, 198, 0.6), -9px -9px 16px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .c-neum {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    padding: 2rem;
  }
}
.c-neum span {
  text-transform: uppercase;
}
.c-neum:not(:first-child) {
  margin-top: 6rem;
}

.c-moreBtn:not(:first-child) {
  margin-top: 6rem;
}
.c-moreBtn__item-1 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 16rem;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  text-align: center;
  padding: 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 1rem;
  color: #ffffff;
  background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);
}

.c-elmCatch.--center {
  text-align: center;
}
.c-elmCatch.--center:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .c-elmCatch.--center:not(:last-child) {
    margin-bottom: 4.2rem;
  }
}
.c-elmCatch.--right {
  text-align: right;
}
.c-elmCatch.--right:not(:last-child) {
  margin-bottom: 8rem;
}
.c-elmCatch .title {
  font-family: "Cinzel", serif;
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .c-elmCatch .title {
    font-size: 2.8rem;
  }
}
.c-elmCatch .sub {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-elmCatch .sub {
    font-size: 1.2rem;
  }
}

.c-elmView {
  padding: 15rem 3rem 5rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfe9f3), to(white));
  background-image: linear-gradient(to bottom, #dfe9f3 0%, white 100%);
}
.c-elmView--wh {
  padding: 15rem 3rem 15rem;
  background: #ffffff;
}
.c-elmView__catch {
  text-align: center;
}
.c-elmView__catch h2 {
  font-family: "Cinzel", serif;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.c-elmView__catch p {
  margin-top: 1rem;
  font-size: 1.3rem;
}

.c-elmSec {
  padding: 12rem 3rem;
}
.c-elmSec--type1 {
  padding: 0 3rem 20rem;
}

@media screen and (max-width: 767px) {
  .c-overWrap {
    overflow: scroll;
  }
}

[data-tab-content] {
  display: none;
}

[data-tab-content].is-active {
  display: block;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
  }
}
.js-tabs__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
  z-index: 10;
}
.js-tabs__item {
  display: block;
  width: 100%;
  text-align: center;
  padding: 3rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  border: solid 1px #c2c7cd;
  border-radius: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .js-tabs__item {
    font-size: 1.2rem;
    padding: 1.5rem 0;
    border-radius: 2rem;
  }
}
.js-tabs__item.is-active {
  position: relative;
  z-index: 1;
  color: #ffffff;
  border-color: transparent;
}
.js-tabs__item:first-child.is-active ~ .js-tabs__presentation-slider {
  width: calc(50% - 0.5rem);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.js-tabs__item:nth-child(2).is-active ~ .js-tabs__presentation-slider {
  width: calc(50% - 0.5rem);
  -webkit-transform: translateX(calc(100% + 1rem));
          transform: translateX(calc(100% + 1rem));
}
.js-tabs__item p {
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
}
.js-tabs__content.is-active {
  -webkit-animation: fadeIn 0.7s ease 0s 1 normal;
          animation: fadeIn 0.7s ease 0s 1 normal;
}
.js-tabs__presentation-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#29323c), to(#485563));
  background-image: linear-gradient(0deg, #29323c 0%, #485563 100%);
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .js-tabs__presentation-slider {
    border-radius: 2rem;
  }
}

.js-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.js-split--center {
  margin-left: auto;
  margin-right: auto;
}
.js-split .word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
}

.c-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .c-card__list {
    gap: 2.4rem 1rem;
  }
}
.c-card__item {
  width: calc((100% - 8rem) / 5);
}
@media screen and (max-width: 767px) {
  .c-card__item {
    width: calc((100% - 2rem) / 3);
  }
  .c-card__item:nth-of-type(1) {
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
  }
  .c-card__item:nth-of-type(1) .c-card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-card__item:nth-of-type(1) .c-card__img {
    width: 55%;
    margin-bottom: 0;
    position: static;
    overflow: auto;
  }
  .c-card__item:nth-of-type(1) .c-card__img img {
    height: 20rem;
  }
  .c-card__item:nth-of-type(1) .c-card__img .num {
    position: absolute;
    right: 2rem;
    left: unset;
    top: 0;
    bottom: unset;
    border-radius: 2rem;
    width: 32%;
    text-align: center;
    padding: 1rem 0 0.8rem;
  }
  .c-card__item:nth-of-type(1) .c-card__desc {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-card__item:nth-of-type(1) .c-card__desc .position {
    margin-top: 0;
  }
}
.c-card__desc {
  text-align: center;
}
.c-card__desc .position {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-card__desc .position {
    font-size: 1rem;
    margin-top: 0.6rem;
  }
}
.c-card__desc .name {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #29323c;
}
@media screen and (max-width: 767px) {
  .c-card__desc .name {
    font-size: 1.4rem;
  }
}
.c-card__desc .shop {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-card__desc .shop {
    font-size: 1rem;
  }
}
.c-card__link {
  display: block;
  pointer-events: none;
}
.c-card__img {
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: 2rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-card__img {
    border-radius: 0.8rem;
    margin-bottom: 1rem;
  }
}
.c-card__img img {
  display: block;
  width: 100%;
  height: 28rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .c-card__img img {
    height: 12rem;
  }
}
.c-card__img .num {
  font-size: 1.6rem;
  font-family: "Cinzel", serif;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#29323c), to(#485563));
  background-image: linear-gradient(0deg, #29323c 0%, #485563 100%);
  color: #ffffff;
  padding: 1.5rem;
  border-radius: 0 2rem 0 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-card__img .num {
    font-size: 1rem;
    padding: 1rem;
    border-radius: 0 1.5rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-pageCast .c-card__item {
    width: calc((100% - 1rem) / 2);
  }
  .p-pageCast .c-card__item .c-card__img img {
    height: 18rem;
  }
  .p-pageCast .c-card__item:nth-of-type(1) {
    width: calc((100% - 1rem) / 2);
    margin-bottom: 0;
  }
  .p-pageCast .c-card__item:nth-of-type(1) .c-card__link {
    display: block;
  }
  .p-pageCast .c-card__item:nth-of-type(1) .c-card__img {
    width: 100%;
    border-radius: 0.8rem;
    margin-bottom: 1rem;
  }
  .p-pageCast .c-card__item:nth-of-type(1) .c-card__img img {
    height: 18rem;
  }
  .p-pageCast .c-card__item:nth-of-type(1) .c-card__img .num {
    position: absolute;
    right: 2rem;
    left: unset;
    top: 0;
    bottom: unset;
    border-radius: 2rem;
    width: 32%;
    text-align: center;
    padding: 1rem 0 0.8rem;
  }
  .p-pageCast .c-card__item:nth-of-type(1) .c-card__desc {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-pageCast .c-card__item:nth-of-type(1) .c-card__desc .position {
    font-size: 1rem;
    margin-top: 0.6rem;
  }
}

.p-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.p-modal__item {
  width: calc((100% - 3rem) / 4);
}

.lum-lightbox {
  z-index: 200;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  overflow: scroll;
  padding: 3rem 5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin: 3rem;
    padding: 0.3rem;
    overflow: scroll;
    white-space: nowrap;
  }
}
.c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb ul {
    font-size: 1.3rem;
  }
}
.c-breadcrumb ul li {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.c-breadcrumb ul li a {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.c-breadcrumb ul li:not(:last-child) a::after {
  content: "›";
  display: inline-block;
  font-size: 1.6rem;
}/*# sourceMappingURL=style.css.map */