/*! 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;
}
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 {
  background: #feefe4;
  padding: 10rem 3rem 6rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 8rem 3rem 5rem;
  }
}
.l-footer__catch {
  text-align: center;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-footer__catch h2 {
  text-transform: uppercase;
  font-size: 5.8rem;
  font-weight: 900;
  font-family: "Oswald", serif;
  letter-spacing: 0.08em;
  color: #ee8381;
}
.l-footer__catch p {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 2rem;
  color: #ee8381;
}
.l-footer__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6rem;
  border-radius: 4rem;
  background: #fff;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem;
  }
}
.l-footer__detail dt {
  width: 50%;
  color: #ee8381;
}
@media screen and (max-width: 767px) {
  .l-footer__detail dt {
    width: 100%;
    text-align: center;
  }
}
.l-footer__detail dt h5 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__detail dt h5 {
    font-size: 2.2rem;
  }
}
.l-footer__detail dt p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__detail dt p {
    font-size: 1.4rem;
  }
}
.l-footer__detail dd {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-footer__detail dd {
    width: 100%;
  }
}
.l-footer__detail dd a {
  text-align: center;
  background: #ee8381;
  color: #ffffff;
  display: block;
  border-radius: 2rem;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__detail dd a {
    padding: 2rem;
  }
}
.l-footer__detail dd a p {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__detail dd a p {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
  }
}
.l-footer__detail dd a span {
  font-family: "Oswald", serif;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__detail dd a span {
    font-size: 2rem;
    gap: 0.5rem;
  }
}
.l-footer__copy {
  text-align: center;
  margin-top: 6rem;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  font-family: "Oswald", serif;
}

.l-header {
  position: absolute;
  top: 5rem;
  left: 8rem;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .l-header {
    top: 3rem;
    left: 3rem;
  }
}
.l-header__logo {
  width: 42rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 16rem;
  }
}

.p-view {
  position: relative;
  z-index: 10;
  background: #feefe4;
}
@media screen and (max-width: 767px) {
  .p-view {
    padding-top: 9rem;
  }
}
.p-view__desc {
  position: absolute;
  left: 8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-view__desc {
    left: 3rem;
    top: 26%;
  }
}
.p-view__desc h1 {
  font-size: 5rem;
  font-weight: 900;
  color: #ee8381;
}
@media screen and (max-width: 767px) {
  .p-view__desc h1 {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.p-view__desc p {
  font-size: 2.8rem;
  margin-top: 2rem;
  font-weight: 900;
  color: #ee8381;
}
@media screen and (max-width: 767px) {
  .p-view__desc p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
}
.p-view img {
  width: 100%;
  height: 75vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-view img {
    height: 55vh;
    -o-object-position: center right;
       object-position: center right;
  }
}

.p-news {
  background: #fff;
  padding: 8rem 3rem 15rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 8rem 3rem 12rem;
  }
}
.p-news__catch {
  text-align: center;
  margin-bottom: 6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20rem 20rem 0 0;
  padding: 6rem 6rem 0;
}
.p-news__catch h2 {
  text-transform: uppercase;
  font-size: 5.8rem;
  font-weight: 900;
  font-family: "Oswald", serif;
  letter-spacing: 0.08em;
  color: #ee8381;
}
.p-news__catch p {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 2rem;
  color: #ee8381;
}
.p-news__desc {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-news__desc {
    margin-top: 4rem;
  }
}
.p-news__desc p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-news__desc p {
    font-size: 1.6rem;
    text-align: left;
  }
}
.p-news__desc p:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__desc p:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.p-about {
  background: #feefe4;
  padding: 8rem 3rem 12rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 8rem 3rem;
  }
}
.p-about__catch {
  text-align: center;
  margin-bottom: 6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #feefe4;
  border-radius: 20rem 20rem 0 0;
  padding: 6rem 6rem 0;
}
.p-about__catch h2 {
  text-transform: uppercase;
  font-size: 5.8rem;
  font-weight: 900;
  font-family: "Oswald", serif;
  letter-spacing: 0.08em;
  color: #ee8381;
}
.p-about__catch p {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 2rem;
  color: #ee8381;
}
.p-about__desc {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-about__desc {
    margin-top: 4rem;
  }
}
.p-about__desc h3 {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-about__desc h3 {
    max-width: 32rem;
  }
}
.p-about__desc p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-about__desc p {
    font-size: 1.6rem;
    text-align: left;
  }
}
.p-about__desc p:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__desc p:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.p-shop {
  padding: 12rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-shop {
    padding: 8rem 3rem;
  }
}
.p-shop__catch {
  text-align: center;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-shop__catch h2 {
  text-transform: uppercase;
  font-size: 5.8rem;
  font-weight: 900;
  font-family: "Oswald", serif;
  letter-spacing: 0.08em;
  color: #ee8381;
}
.p-shop__catch p {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 2rem;
  color: #ee8381;
}
.p-shop__ticket {
  text-align: center;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-shop__ticket {
    margin-bottom: 6rem;
  }
}
.p-shop__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-shop__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.p-shop__item {
  padding: 2rem 2rem 3rem;
  border-radius: 3rem;
  background: #ee8381;
  width: calc((100% - 8rem) / 3);
}
@media screen and (max-width: 767px) {
  .p-shop__item {
    width: 100%;
  }
}
.p-shop__item-fig {
  background: #fff;
  width: 100%;
  height: 24rem;
  text-align: center;
  position: relative;
  border: solid 0.3rem #ee8381;
  border-radius: 2rem;
  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;
}
@media screen and (max-width: 767px) {
  .p-shop__item-fig {
    height: 20rem;
  }
}
.p-shop__item-fig.none {
  height: 0;
}
.p-shop__item-fig img {
  max-width: 18rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-shop__item-fig img {
    max-width: 16rem;
  }
}
.p-shop__item-num {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-60%, -60%);
          transform: translate(-60%, -60%);
  width: 7rem;
  height: 7rem;
  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;
  background: #ee8381;
  color: #fff;
  font-family: "Oswald", serif;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
}
.p-shop__detail {
  margin-top: 2rem;
}
.p-shop__detail p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  letter-spacing: 0.08em;
  color: #fff;
  margin-left: 2rem;
}
.p-shop__detail dl {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 2rem;
  margin-right: 2rem;
}

.p-sec {
  padding: 12rem 3rem;
  background: #ee8381;
}
@media screen and (max-width: 767px) {
  .p-sec {
    padding: 8rem 3rem;
  }
}
.p-sec__catch {
  text-align: center;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-sec__catch h2 {
  text-transform: uppercase;
  font-size: 3.2rem;
  font-weight: 900;
  font-family: "Oswald", serif;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-sec__catch h2 {
    font-size: 2.4rem;
  }
}
.p-sec__desc p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-sec__desc p {
    text-align: left;
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */