@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

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

/**
 * 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 */ /* stylelint-disable-line */
  font-size: 1em; /* 2 */
}

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

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

/**
 * 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 */ /* stylelint-disable-line */
  font-size: 1em; /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

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

/* ------------------------------------------------------------
 * tag setting
------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5em 0 1em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

p,
ul,
ol,
table {
  margin: 1.5em 0;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child {
  margin-bottom: 0;
}
p:first-child,
ul:first-child,
ol:first-child,
table:first-child {
  margin-top: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: min(2.56vw, 10px);
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  html {
    font-size: clamp(8px, 0.926vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.56410256vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: #3e3a39;
}

@media screen and (min-width: 769px) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 769px) {
  /* href="tel:〜"の場合、PC/タブレットではリンク判定無しを前提とする */
  a[href^="tel:"] {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}
button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

/* ======================================================================
 *  メイン横幅調節用
====================================================================== */
.adjust-width {
  width: 95%;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* ======================================================================
 *  Footer
====================================================================== */
.c-footer {
  padding: 6.2rem 3rem 3.1rem;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c-footer {
    padding-top: 6.8rem;
    padding-bottom: 14.3rem;
  }
}
.c-footer .text {
  margin-bottom: 2.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #0c0c0c;
}
@media screen and (max-width: 768px) {
  .c-footer .text {
    margin-bottom: 0.8rem;
  }
}
.c-footer .footer-logo {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-logo {
    max-width: 286px;
  }
}
.c-footer .copyright {
  margin-top: 3.2rem;
  font-size: 1.2rem;
  color: #717071;
}
@media screen and (max-width: 768px) {
  .c-footer .copyright {
    margin-top: 1.5rem;
  }
}
.c-footer .entry-fix {
  position: fixed;
  bottom: 10px;
  left: 50%;
  z-index: 10;
  width: 94.8717949%;
  padding: 1rem 2.6rem;
  background-color: #fff;
  border-radius: 0.8rem;
  transform: translateX(-50%);
}
.c-footer .entry-fix .text {
  margin-bottom: 0.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #725a0d;
}
.c-footer .entry-fix .button {
  margin: 0;
}
.c-footer .entry-fix .button .c-button {
  height: 5rem;
}

/* ======================================================================
 *  Button
====================================================================== */
.c-button {
  display: block;
  height: 6.4rem;
  padding: 1.3rem;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #bca548;
  border-radius: 0.8rem;
  box-shadow: 0 4px 0 #85660c;
  transition: box-shadow 0.3s, transform 0.3s;
}
@media screen and (max-width: 768px) {
  .c-button {
    height: 5.4rem;
    padding: 1rem;
    font-size: 1.8rem;
    border-radius: 0.4rem;
  }
}
.c-button:hover {
  box-shadow: 0 2px 0 #85660c;
  opacity: 1;
  transform: translateY(2px);
}

/* ======================================================================
 * Title
====================================================================== */
.c-title {
  margin-bottom: 1.8rem;
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 2rem;
  }
}
.c-title::after {
  display: block;
  width: 36.8rem;
  height: 2.9rem;
  margin: 1.1rem auto 0;
  content: "";
  background: url("../images/title-deco.svg") no-repeat center top/contain;
}
@media screen and (max-width: 768px) {
  .c-title::after {
    width: 24rem;
    height: 1.9rem;
    margin-top: 0.8rem;
  }
}

/* ======================================================================
 * home
====================================================================== */
.main-hero {
  padding: 8.2rem 2rem 8.7rem;
  overflow: hidden;
  background-color: #fffeee;
}
@media screen and (max-width: 768px) {
  .main-hero {
    padding: 4rem 2rem 10.4rem;
  }
}
.main-hero p,
.main-hero h1 {
  margin: 0;
}
.main-hero .main-group {
  position: relative;
  max-width: 100rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-hero .main-group {
    max-width: 100%;
  }
}
.main-hero .main-group .text {
  width: min(89%, 880px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main-hero .main-group .text {
    width: calc(100% + 6px);
    margin: 0 0 0 -3px;
  }
}
.main-hero .main-group .image {
  width: min(52.9%, 520px);
  margin: -7% auto 0;
}
@media screen and (max-width: 768px) {
  .main-hero .main-group .image {
    width: 84.5714286%;
    margin-top: -9%;
  }
}
.main-hero .main-group .subtext {
  position: absolute;
  right: 2.9%;
  bottom: 13rem;
  width: min(15.4%, 154px);
}
@media screen and (max-width: 768px) {
  .main-hero .main-group .subtext {
    position: static;
    width: 34.5714286%;
    margin-top: 5.5rem;
    margin-left: 32.5%;
  }
}
.main-hero .main-group .icon {
  position: absolute;
}
.main-hero .main-group .icon01 {
  top: -1.5rem;
  left: -11%;
  width: min(32.3%, 310px);
}
@media screen and (max-width: 768px) {
  .main-hero .main-group .icon01 {
    top: 58.4%;
    left: -3px;
    width: 36.4%;
  }
}
.main-hero .main-group .icon02 {
  top: -1rem;
  right: -10.6%;
  width: min(16%, 154px);
}
@media screen and (max-width: 768px) {
  .main-hero .main-group .icon02 {
    top: 59.6%;
    right: 0;
    width: 18.7%;
  }
}

.row-group {
  display: flex;
  gap: 1.6rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .row-group {
    flex-direction: column;
  }
}
.row-group > * {
  margin: 0;
}
.row-group img {
  display: block;
  margin: 0 auto;
  border-radius: 0.4rem;
}

.program-section {
  position: relative;
  background-color: #fffeee;
}
.program-section::after {
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%;
  height: 30px;
  content: "";
  background: url("../images/program-wave.svg") repeat-x;
}
.program-section .icon {
  position: absolute;
  margin: 0;
}
.program-section .program-content {
  padding: 6.6rem 0 9.6rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .program-section .program-content {
    padding: 9.2rem 0;
  }
}
.program-section .program {
  position: relative;
  padding: 4rem 4.4rem;
  color: #654b00;
  text-align: center;
  background-color: #fff;
  border: 0.4rem solid #ffe57d;
  border-radius: 0.8rem;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .program-section .program {
    z-index: 1;
    padding: 3.6rem 1.2rem 2.8rem;
    border-radius: 1.6rem;
  }
}
.program-section .program h2 {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .program-section .program h2 {
    width: 28rem;
    margin: 0 auto 2.4rem;
  }
}
.program-section .program h2 img {
  display: block;
  margin: 0 auto;
}
.program-section .program h3 {
  padding: 0.8rem 1rem;
  margin: 3rem 0 1.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #c7a45b;
  border-radius: 2.3rem;
}
@media screen and (max-width: 768px) {
  .program-section .program h3 {
    margin-top: 1.6rem;
  }
}
.program-section .program .lead {
  max-width: 62rem;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .program-section .program .lead {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
  }
}
.program-section .program .icon01 {
  top: -2.8rem;
  left: -17.8rem;
}
.program-section .program .icon02 {
  top: 0;
  right: -16.4rem;
}
@media screen and (max-width: 768px) {
  .program-section .program .icon02 {
    top: auto;
    right: 5px;
    bottom: -11.2rem;
    width: 7.9rem;
  }
}
.program-section .program .icon03 {
  bottom: 5.6rem;
  left: -15.8rem;
}
@media screen and (max-width: 768px) {
  .program-section .program .icon03 {
    bottom: -11.2rem;
    left: 5px;
    width: 7rem;
  }
}
.program-section .program .icon04 {
  right: -22.4rem;
  bottom: -3.8rem;
}
.program-section .invite {
  position: relative;
  padding: 3.2rem 4.4rem 4.4rem;
  margin: 4.7rem auto 6.4rem;
  background-color: #fff;
  border: 4px solid #8d7b47;
  border-top: 1.6rem solid #8d7b47;
  border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
  .program-section .invite {
    padding: 2.4rem 1.6rem 3.3rem;
    margin-top: 8rem;
  }
}
.program-section .invite::before, .program-section .invite::after {
  position: absolute;
  bottom: -6.8rem;
  display: inline-block;
  width: 2.6rem;
  height: 6.4rem;
  content: "";
  background-color: #8d7b47;
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width: 768px) {
  .program-section .invite::before, .program-section .invite::after {
    bottom: -4.7rem;
    width: 2rem;
    height: 4.7rem;
  }
}
.program-section .invite::after {
  left: 5.2rem;
}
@media screen and (max-width: 768px) {
  .program-section .invite::after {
    left: 1.6rem;
  }
}
.program-section .invite::before {
  right: 5.2rem;
}
@media screen and (max-width: 768px) {
  .program-section .invite::before {
    right: 1.6rem;
  }
}
.program-section .invite .head {
  position: relative;
  padding: 0.8rem 2.4rem;
  margin-bottom: 2.4rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background-color: #bca548;
  border-radius: 2.3rem;
}
@media screen and (max-width: 768px) {
  .program-section .invite .head {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
    border-radius: 0.8rem;
  }
}
.program-section .invite .head p {
  margin: 0;
}
.program-section .invite .head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12.4rem;
  height: 2.8rem;
  padding: 0.2rem;
  margin-left: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #85660c;
  background-color: #fff;
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  .program-section .invite .head span {
    width: 11.2rem;
    height: 2.4rem;
    margin-top: 0.9rem;
    margin-left: 0;
    font-size: 1.4rem;
  }
}
.program-section .invite .head .icon {
  top: 50%;
  transform: translateY(-50%);
}
.program-section .invite .head .icon-left {
  left: -1.3rem;
}
@media screen and (max-width: 768px) {
  .program-section .invite .head .icon-left {
    left: -1.1rem;
    width: 3.2rem;
  }
}
.program-section .invite .head .icon-right {
  right: -1rem;
}
@media screen and (max-width: 768px) {
  .program-section .invite .head .icon-right {
    width: 3.6rem;
  }
}
.program-section .invite .invite-text {
  margin-bottom: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .program-section .invite .invite-text {
    width: 28rem;
    margin: 0 auto 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  .program-section .invite .row-group {
    margin: 0 -0.4rem;
  }
}
.program-section .invite .row-group .left {
  max-width: 44rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .program-section .invite .row-group .left {
    max-width: 100%;
  }
}
.program-section .invite .row-group .left figcaption {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.4;
}
.program-section .invite .row-group .right {
  width: 32rem;
}
@media screen and (max-width: 768px) {
  .program-section .invite .row-group .right {
    width: 100%;
  }
}
.program-section .invite .row-group .right .text {
  margin-bottom: 0;
}
.program-section .invite .row-group .right .text span {
  font-weight: bold;
}
.program-section .invite .entry {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: bold;
  color: #85660c;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .program-section .invite .entry {
    margin-top: 1.6rem;
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
  }
}
.program-section .invite .button {
  margin-top: 0;
}
.program-section .invite .icon05 {
  top: 6.9rem;
  left: -18rem;
}
@media screen and (max-width: 768px) {
  .program-section .invite .icon05 {
    top: auto;
    bottom: -10.1rem;
    left: 4rem;
    width: 6.9rem;
  }
}
.program-section .invite .icon06 {
  top: 17.6rem;
  right: -20.4rem;
}
@media screen and (max-width: 768px) {
  .program-section .invite .icon06 {
    top: auto;
    right: 2.6rem;
    bottom: -11.3rem;
    width: 8.2rem;
  }
}
.program-section .invite .icon07 {
  right: -16.5rem;
  bottom: -6.8rem;
}
@media screen and (max-width: 768px) {
  .program-section .invite .icon07 {
    bottom: -7.7rem;
    left: 6.4rem;
    width: 8.8rem;
  }
}
.program-section .invite .icon08 {
  top: 20.5rem;
  left: -3.6rem;
}
.program-section .invite .icon09 {
  top: 0.6rem;
  right: -3.2rem;
}
.program-section .invite .icon10 {
  top: 12.8rem;
  right: -4.6rem;
}
@media screen and (max-width: 768px) {
  .program-section .invite .icon10 {
    top: 68.8%;
    right: -0.6rem;
    width: 6.6rem;
  }
}
.program-section .invite .icon11 {
  right: 9.4rem;
  bottom: -6.8rem;
}
@media screen and (max-width: 768px) {
  .program-section .invite .icon11 {
    right: 7.3rem;
    bottom: -7.8rem;
    width: 7.4rem;
  }
}

.detail-section {
  padding: 12.6rem 0 9.6rem;
}
@media screen and (max-width: 768px) {
  .detail-section {
    padding: 5.8rem 0 8rem;
  }
}
.detail-section::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100vh;
  content: "";
  background: url("../images/detail-back-image.png") no-repeat center top/cover;
}
@media screen and (max-width: 768px) {
  .detail-section::before {
    background: url("../images/detail-back-image-sp.png") no-repeat center top/cover;
  }
}
.detail-section .adjust-width {
  width: 85%;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .detail-section .adjust-width {
    width: 100%;
  }
}
.detail-section .block {
  padding: 5.6rem 6rem;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px) brightness(1.3);
  backdrop-filter: blur(10px) brightness(1.3);
  border-radius: 1.6rem;
}
@media screen and (max-width: 768px) {
  .detail-section .block {
    padding: 4rem 1.6rem;
    border-radius: 0.8rem;
  }
}
.detail-section .block:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .detail-section .block:not(:last-child) {
    margin-bottom: 4.7rem;
  }
}
.detail-section .information {
  position: relative;
}
.detail-section .information::before, .detail-section .information::after {
  position: absolute;
  top: -5.6rem;
  width: 24rem;
  height: 24.8rem;
  content: "";
}
@media screen and (max-width: 768px) {
  .detail-section .information::before, .detail-section .information::after {
    top: -2.4rem;
    width: 13.6rem;
    height: 14rem;
  }
}
.detail-section .information::before {
  left: -5.6rem;
  background: url("../images/light.png") no-repeat center top/cover;
}
@media screen and (max-width: 768px) {
  .detail-section .information::before {
    left: -0.8rem;
  }
}
.detail-section .information::after {
  right: -5.6rem;
  background: url("../images/light-right.png") no-repeat center top/cover;
}
@media screen and (max-width: 768px) {
  .detail-section .information::after {
    right: -0.8rem;
  }
}
.detail-section .information .program-title {
  margin: 0 auto 3.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .detail-section .information .program-title {
    width: 52.52%;
    margin-bottom: 2.4rem;
  }
}
.detail-section .information .text {
  margin: 0 0 4rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .detail-section .information .text {
    margin-bottom: 2.4rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  .detail-section .information .row-group {
    row-gap: 1.2rem;
  }
}
.detail-section .information .note {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.4;
}
.detail-section .entry .subtext {
  margin: 0 0 2.4rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .detail-section .entry .subtext {
    font-size: 1.6rem;
  }
}
.detail-section .entry .text {
  padding: 3.2rem;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #3e3a39;
  background-color: #fff;
  border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
  .detail-section .entry .text {
    padding: 2.4rem 1.6rem;
  }
}
.detail-section .entry .text p {
  margin-bottom: 0.4rem;
}
.detail-section .entry .text ul {
  padding: 0;
  list-style: none;
  margin-top: 0;
}
.detail-section .entry .text ul li {
  padding-left: 1.3rem;
  text-indent: -0.5em;
}
.detail-section .entry .text ul li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.detail-section .entry .text ul li::before {
  position: relative;
  top: -0.3rem;
  left: -0.5rem;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  background-color: #3e3a39;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .detail-section .entry .text ul li::before {
    top: -0.1rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}
.detail-section .entry .button {
  width: min(100%, 52rem);
  margin: 3.2rem auto 0;
}

.theater-section {
  position: relative;
  background-color: #761623;
}
.theater-section::before, .theater-section::after {
  position: absolute;
  z-index: 1;
  width: 100%;
  content: "";
}
.theater-section::before {
  height: 65px;
  background: url("../images/curtain-top.svg") repeat-x;
}
@media screen and (max-width: 768px) {
  .theater-section::before {
    height: 37px;
    background-size: contain;
  }
}
.theater-section::after {
  bottom: -30px;
  height: 30px;
  background: url("../images/theater-wave.svg") repeat-x;
  transform: rotate(180deg);
}
.theater-section .theater-content {
  position: relative;
  padding-top: 12.6rem;
  padding-bottom: 6.6rem;
}
@media screen and (max-width: 768px) {
  .theater-section .theater-content {
    padding-top: 8.2rem;
    padding-bottom: 5.4rem;
  }
}
.theater-section .theater-content::before, .theater-section .theater-content::after {
  position: absolute;
  width: 13.6rem;
  height: 48.6rem;
  content: "";
}
@media screen and (max-width: 768px) {
  .theater-section .theater-content::before, .theater-section .theater-content::after {
    width: 5.6rem;
    height: 20rem;
  }
}
.theater-section .theater-content::before {
  top: 0;
  left: 0;
  background: url("../images/curtain-left.png") no-repeat top left/contain;
}
.theater-section .theater-content::after {
  top: 0;
  right: 0;
  background: url("../images/curtain-right.png") no-repeat top right/contain;
}
.theater-section .adjust-width {
  position: relative;
  z-index: 1;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .theater-section .adjust-width {
    padding-right: 36px;
    padding-left: 36px;
  }
}
.theater-section .row {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .theater-section .row {
    display: block;
  }
}
.theater-section .row .left {
  width: 44rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .theater-section .row .left {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.theater-section .row .left h2 {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .theater-section .row .left h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .theater-section .row .left .theater-image {
    width: 30.2rem;
    margin: 3.2rem 0 3.1rem;
  }
}
.theater-section .row .left .theater-text {
  margin-top: 0;
  margin-bottom: 1.3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .theater-section .row .left .theater-text {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
}
.theater-section .row .left ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.theater-section .row .left ul li {
  padding-left: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.4;
  text-indent: -0.5em;
}
.theater-section .row .left ul li:not(:last-child) {
  margin-bottom: 0.4rem;
}
.theater-section .row .left ul li::before {
  position: relative;
  top: -0.1rem;
  left: -0.8rem;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  background-color: #fff;
  border-radius: 50%;
}
.theater-section .row .left .text {
  margin-top: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
.theater-section .row .right {
  max-width: 52rem;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .theater-section .row .right {
    max-width: 100%;
  }
}
.theater-section .button {
  width: 52rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 768px) {
  .theater-section .button {
    width: 100%;
  }
}
.theater-section .button .c-button {
  height: 6.7rem;
  color: #3e3a39;
  background-color: #f7b52c;
}
@media screen and (max-width: 768px) {
  .theater-section .button .c-button {
    height: 5.8rem;
    padding: 1.3rem;
  }
}

/* ------------------------------------------------------------
 * PC/SP表示切替
------------------------------------------------------------ */
@media screen and (min-width: 769px) {
  .u-sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ------------------------------------------------------------
 * 画像
------------------------------------------------------------ */
.u-ofi {
  object-fit: cover;
  object-position: 50% 50%;
}
.u-ofi.-contain {
  object-fit: contain;
}