/* ======================================================================
 * home
====================================================================== */
.main-hero {
  padding: 8.2rem 2rem 8.7rem;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .main-hero {
    padding: 4rem 2rem 10.5rem;
  }
}
.main-hero p,
.main-hero h1 {
  margin: 0;
}
.main-hero .main-group {
  position: relative;
  max-width: 94.2rem;
  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(74.8%, 704px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main-hero .main-group .text {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.main-hero .main-group .image {
  width: min(56%, 520px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main-hero .main-group .image {
    width: 84.5714286%;
  }
}
.main-hero .main-group .subtext {
  position: absolute;
  right: 0;
  bottom: 13rem;
  width: min(16.4%, 154px);
}
@media screen and (max-width: 768px) {
  .main-hero .main-group .subtext {
    position: static;
    width: 34.5714286%;
    margin-top: 4.8rem;
    margin-left: 32.5%;
  }
}
.main-hero .main-group .icon {
  position: absolute;
}
.main-hero .main-group .icon01 {
  top: 7.1rem;
  left: -5.3rem;
}
@media screen and (max-width: 768px) {
  .main-hero .main-group .icon01 {
    top: 60.7%;
    left: 0;
    width: 14%;
  }
}
.main-hero .main-group .icon02 {
  top: 1rem;
  right: -9.8rem;
}
@media screen and (max-width: 768px) {
  .main-hero .main-group .icon02 {
    top: 62%;
    right: 1.3rem;
    width: 12.8%;
  }
}
.main-hero .main-group .icon03 {
  top: 26rem;
  left: 5.2rem;
}
@media screen and (max-width: 768px) {
  .main-hero .main-group .icon03 {
    top: 70.3%;
    left: 5.5rem;
    width: 17.4%;
  }
}
.main-hero .main-group .icon04 {
  bottom: 4rem;
  left: -9rem;
}
@media screen and (max-width: 768px) {
  .main-hero .main-group .icon04 {
    bottom: -3.5rem;
    left: 0.6rem;
    width: 12.2%;
  }
}
.main-hero .main-group .icon05 {
  right: -7.1rem;
  bottom: 2.9rem;
}
@media screen and (max-width: 768px) {
  .main-hero .main-group .icon05 {
    right: 1.3rem;
    bottom: -3rem;
    width: 13.7%;
  }
}

.program-section {
  position: relative;
  background: url("../../../images/program-noise.jpg") repeat 50% 0;
  background-color: #761623;
}
.program-section::before, .program-section::after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 30px;
  content: "";
  background: url("../../../images/program-wave.svg") repeat-x;
}
.program-section::before {
  top: -30px;
}
.program-section::after {
  bottom: -30px;
  transform: rotate(180deg);
}
.program-section .icon {
  position: absolute;
  margin: 0;
}
.program-section .program-content {
  padding-top: 6.6rem;
  padding-bottom: 13rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .program-section .program-content {
    padding-top: 6rem;
    padding-bottom: 9rem;
  }
}
.program-section .program {
  position: relative;
  padding: 2.3rem 12.8rem 3.1rem;
  text-align: center;
  background-color: #ad1827;
  border: 4px solid #bca548;
  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 {
    padding: 3.6rem 1.2rem 3.1rem;
    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 p {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .program-section .program p {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
  }
}
.program-section .program .icon01 {
  top: -1rem;
  left: -21rem;
}
.program-section .program .icon02 {
  top: -2.5rem;
  right: -18.1rem;
}
.program-section .program .icon03 {
  bottom: -10.3rem;
  left: -10.1rem;
}
.program-section .program .icon04 {
  right: -9.4rem;
  bottom: -9.3rem;
}
.program-section .invite {
  position: relative;
  padding: 3.2rem 4.4rem 4.4rem;
  padding-top: 3.2rem;
  margin-top: 4.7rem;
  background-color: #fff;
  border: 4px solid #717071;
  border-top: 1.6rem solid #717071;
  border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
  .program-section .invite {
    padding: 2.4rem 1.6rem 3.1rem;
    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: #717071;
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width: 768px) {
  .program-section .invite::before, .program-section .invite::after {
    bottom: -4rem;
    width: 2rem;
    height: 4rem;
  }
}
.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;
  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 {
    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: #8c7b47;
  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 .icon09 {
  top: -6.6rem;
  right: -3.1rem;
  width: 9.8rem;
}
@media screen and (max-width: 768px) {
  .program-section .invite .head .icon09 {
    top: 0.8rem;
    right: -1rem;
    width: 6.4rem;
  }
}
.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;
  }
}
.program-section .invite .row {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .program-section .invite .row {
    display: block;
  }
}
.program-section .invite .row .left {
  max-width: 44rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .program-section .invite .row .left {
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .program-section .invite .row .left img {
    margin-bottom: 1.6rem;
    border-radius: 0.4rem;
  }
}
.program-section .invite .row .right {
  width: 32rem;
}
@media screen and (max-width: 768px) {
  .program-section .invite .row .right {
    width: 100%;
  }
}
.program-section .invite .row .right .text {
  margin-bottom: 0;
}
.program-section .invite .row .right .text span {
  font-weight: bold;
}
.program-section .invite .row .right .entry {
  margin-top: 1.8rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: bold;
  color: #725a0d;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .program-section .invite .row .right .entry {
    margin-top: 1.6rem;
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
  }
}
.program-section .invite .row .right .button {
  margin-top: 0;
}
.program-section .invite .icon05 {
  top: 14.6rem;
  left: -20.5rem;
}
@media screen and (max-width: 768px) {
  .program-section .invite .icon05 {
    top: -6.1rem;
    left: -1.4rem;
    width: 8.8rem;
  }
}
.program-section .invite .icon06 {
  top: 15.6rem;
  right: -18.1rem;
}
@media screen and (max-width: 768px) {
  .program-section .invite .icon06 {
    top: -7.2rem;
    right: -1.4rem;
    width: 5.6rem;
  }
}
.program-section .invite .icon07 {
  bottom: -6.4rem;
  left: -9.5rem;
}
@media screen and (max-width: 768px) {
  .program-section .invite .icon07 {
    bottom: -7.7rem;
    left: 6.4rem;
    width: 8.8rem;
  }
}
.program-section .invite .icon08 {
  right: -7rem;
  bottom: -6.9rem;
}
@media screen and (max-width: 768px) {
  .program-section .invite .icon08 {
    right: 7.3rem;
    bottom: -7.8rem;
    width: 7.4rem;
  }
}

.detail-section {
  padding-top: 12.6rem;
  padding-bottom: 9.6rem;
}
@media screen and (max-width: 768px) {
  .detail-section {
    padding-bottom: 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;
  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: 4rem;
  }
}
.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 0 4rem;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.8rem;
}
.detail-section .information .program-title img {
  border-radius: inherit;
}
@media screen and (max-width: 768px) {
  .detail-section .information .program-title {
    margin-bottom: 2.4rem;
    border-radius: 0.4rem;
  }
}
.detail-section .information .text {
  margin: 0 0 4rem;
  font-weight: 500;
  line-height: 2;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .detail-section .information .text {
    margin-bottom: 2.4rem;
    font-weight: 400;
  }
}
.detail-section .information .row {
  display: flex;
  gap: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .detail-section .information .row {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.detail-section .information .row .item {
  flex: 1;
  margin: 0;
}
.detail-section .entry .subtext {
  margin-top: 2.3rem;
  margin-bottom: 2.4rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  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;
  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: 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;
  }
}
.theater-section .row .left h2::before {
  width: 2.6rem;
  height: 2.6rem;
  padding-right: 0.8rem;
  content: "";
  background: url("../../../images/snowflake.svg") no-repeat center left/contain;
}
@media screen and (max-width: 768px) {
  .theater-section .row .left h2::before {
    padding-right: 0.4rem;
  }
}
@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;
  }
}