@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 */
  font-size: 62.5%;
}

/* 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 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

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

/**
 * 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.
 */
/**
 * Remove the inner border and padding in Firefox.
 */
button {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* 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;
}

/* ======================================================
  reset
========================================================= */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p, ul, ol, h1, h2, h3, h4, h5, dl, dt, dd, figure, div {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  text-align: justify;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}
a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

img {
  vertical-align: bottom;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  background: none transparent;
}

summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

@media screen and (max-width: 767px) {
  *:focus {
    outline: none;
  }
}
/* Webフォント */
@font-face {
  font-family: "Noto Sans JP";
  src: url(/fonts/NotoSansJP-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(/fonts/NotoSansJP-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(/fonts/NotoSansJP-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(/fonts/NotoSansJP-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url(/fonts/NotoSerifJP-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url(/fonts/NotoSerifJP-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url(/fonts/NotoSerifJP-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url(/fonts/NotoSerifJP-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}
/* =====================================================
            全ページ共通パーツ用ファイル
=====================================================*/
.site_frame__header {
  padding: 10px;
}

.header_logo {
  width: 29.3333333333vw;
  max-width: 180px;
}

#gHeader .img01 {
  width: 107px;
}

#gHeader .img02 {
  width: 107px;
}

.email.sp,
.menu.sp {
  width: 50px;
}

.site_frame__footer {
  background-color: #000;
  margin-top: 60px;
}

.footer_inner {
  padding-inline: 40px;
  margin-inline: auto;
  padding-block: 40px;
  max-width: 1120px;
}
@media screen and (min-width: 425px) {
  .footer_inner {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) {
  .footer_inner {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) {
  .footer_inner {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 980px) {
  .footer_inner {
    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;
  }
}

@media screen and (min-width: 768px) {
  .footer_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}

.izumihall_symbol {
  width: 110px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .izumihall_symbol {
    margin: 0;
  }
}

.izumihall_logo {
  width: 300px;
  margin-top: 30px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .izumihall_logo {
    margin: 0;
  }
}

.footer_address {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  margin-top: 30px;
  margin-inline: auto;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 980px) {
  .footer_address {
    margin: 0;
  }
}

.copyright_block {
  background-color: #831E30;
  padding-block: 10px;
  margin-bottom: 81px;
  border-top: solid 1px #FFF;
}
@media screen and (min-width: 980px) {
  .copyright_block {
    margin-bottom: 101px;
  }
}
.copyright_block .text {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 1.3rem;
  text-align: center;
}

#gFooter .subUl img {
  width: 50px;
}

.cta_sp {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
}
@media screen and (min-width: 980px) {
  .cta_sp {
    display: none;
  }
}

.cta_sp_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #7B0000;
  width: 60%;
  color: #FFF;
  text-align: center;
}
.cta_sp_text .text {
  position: relative;
  font-size: 1.4rem;
}
.cta_sp_text .text::before {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: -100%;
}
@media screen and (min-width: 768px) {
  .cta_sp_text .text::before {
    width: 50%;
    left: -60%;
  }
}
.cta_sp_text .text::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  right: -100%;
}
@media screen and (min-width: 768px) {
  .cta_sp_text .text::after {
    width: 50%;
    right: -60%;
  }
}
.cta_sp_text .title {
  font-family: "Noto Serif JP";
  font-size: 2rem;
  font-weight: 600;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .cta_sp_text .title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .cta_sp_text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
  }
}

.cta_sp_btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cta_sp_btn_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #9F6F3D;
  color: #FFF;
}
.cta_sp_btn_link::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #AB753C;
  position: absolute;
  top: 0;
  left: 0;
}
.cta_sp_btn_link .text {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
}

.cta_pc {
  display: none;
}
@media screen and (min-width: 980px) {
  .cta_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100px;
    background-color: #000;
  }
}

.cta_pc_circle {
  background-color: #7B0000;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta_pc_circle .text {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 1.4rem;
}

.cta_pc_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #FFF;
  font-family: "Noto Serif JP";
  font-weight: 600;
}
.cta_pc_price .text {
  font-size: 3rem;
}

.cta_pc_btn_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  width: 390px;
  height: 60px;
  background-color: #9F6F3D;
  color: #FFF;
  cursor: pointer;
}
.cta_pc_btn_link::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #AB753C;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .cta_pc_btn_link:hover::before {
    height: 100%;
  }
}
.cta_pc_btn_link .text {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 1.6rem;
}

#main {
  overflow: hidden;
}

#fv {
  background-image: url(../../../img/schedule/beethoven/fv_bg.webp);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  padding-block: 40px;
}
@media screen and (min-width: 980px) {
  #fv {
    padding-top: 60px;
    padding-bottom: 120px;
    background-size: cover;
  }
}

.fv_title_block {
  position: relative;
  max-width: 980px;
  margin-inline: auto;
}

.venue_name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.sub_title {
  text-align: center;
  background-color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  margin-inline: auto;
  padding: 6px;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: min(4.2666666667vw, 18px);
}

.fv_title_logo {
  margin-top: 30px;
  margin-inline: auto;
  width: 89.3333333333vw;
  max-width: 700px;
}

.fv_text_block {
  width: 78.6666666667vw;
  max-width: 550px;
  margin-inline: auto;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (min-width: 768px) {
  .fv_text_block .pc {
    display: none;
  }
}

.fv_catchcopy {
  font-family: "Noto Serif JP";
  font-size: min(4.8vw, 22px);
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}

.fv_intro {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
.fv_intro + .fv_intro {
  -webkit-margin-before: 1lh;
          margin-block-start: 1lh;
}

.fv_planner {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-margin-before: 1lh;
          margin-block-start: 1lh;
}

#anchorlink {
  padding-inline: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 425px) {
  #anchorlink {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) {
  #anchorlink {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) {
  #anchorlink {
    padding-inline: 60px;
  }
}

.anchorlink_inner {
  max-width: 550px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .anchorlink_inner {
    max-width: 1000px;
  }
}

.anchorlink_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 980px) {
  .anchorlink_info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}

.anchorlink_info_text {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 30px;
}
.anchorlink_info_text::before {
  content: "";
  width: 22px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: 0;
}
.anchorlink_info_text._red::before {
  background-color: #B20000;
}
.anchorlink_info_text._blue::before {
  background-color: #2533A0;
}

.anchorlink_btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .anchorlink_btn_group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1120px) {
  .anchorlink_btn_group {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.anchorlink_btn {
  background-color: #F0F0F0;
  border-radius: 10px;
  width: 78.6666666667vw;
  max-width: 300px;
  margin-inline: auto;
  -webkit-transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (min-width: 768px) {
  .anchorlink_btn {
    margin-inline: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .anchorlink_btn:hover {
    background-color: #F5F5F5;
    -webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.1);
  }
  .anchorlink_btn:hover .contents_arrow {
    translate: 0 5px;
  }
}
.anchorlink_btn::before {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  margin-inline: auto;
  background-color: #A79015;
}
.anchorlink_btn::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-inline: auto;
  margin-bottom: 15px;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
.anchorlink_btn._red {
  background-color: #FFF5F0;
}
.anchorlink_btn._red::before {
  background-color: #B20000;
}
.anchorlink_btn._blue {
  background-color: #F5F6FF;
}
.anchorlink_btn._blue::before {
  background-color: #2533A0;
}

.anchorlink_link {
  display: block;
  padding-top: 10px;
}

.anchorlink_title {
  font-family: "Noto Serif JP";
  font-size: min(4.2666666667vw, 20px);
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  color: #A79015;
  height: 13.3333333333vw;
  max-height: 60px;
  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;
}

.anchorlink_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  font-family: "Noto Serif JP";
  margin-top: 5px;
  margin-inline: auto;
  padding-bottom: 10px;
  color: #000;
}
.anchorlink_date .date {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
}
.anchorlink_date .date span {
  font-size: 2rem;
  vertical-align: 3px;
  padding-inline: 3px;
}
.anchorlink_date .date .day {
  font-size: 1.4rem;
  vertical-align: 0;
}
.anchorlink_date .time {
  font-size: 1.6rem;
  line-height: 1;
}
.anchorlink_date .year {
  font-size: 1.6rem;
  line-height: 1;
}

.event_block {
  position: relative;
  padding-block: 60px;
}
.event_block:nth-of-type(odd) {
  background-color: #FAFAFA;
}
.event_block._red {
  background: linear-gradient(135deg, rgb(255, 215, 206) 2%, rgb(255, 255, 255) 10%);
}
.event_block._red::before {
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg, rgb(43, 0, 0) 0%, rgb(178, 0, 0) 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.event_block._blue {
  background: linear-gradient(135deg, rgb(189, 193, 224) 2%, rgb(255, 255, 255) 10%);
}
.event_block._blue::before {
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg, rgb(0, 5, 46) 0%, rgb(37, 51, 160) 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media screen and (min-width: 1280px) {
  .event_block {
    padding-block: 120px;
  }
  .event_block._red {
    background: linear-gradient(135deg, rgb(255, 215, 206) 2%, rgb(255, 255, 255) 20%);
  }
  .event_block._red::before {
    width: 80px;
    height: 80px;
  }
  .event_block._blue {
    background: linear-gradient(135deg, rgb(189, 193, 224) 2%, rgb(255, 255, 255) 20%);
  }
  .event_block._blue::before {
    width: 80px;
    height: 80px;
  }
}

#event_01 {
  background-color: #FAFAFA;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #event_01 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  #event_01 {
    margin-top: 100px;
  }
}

.evant_block_inner {
  padding-inline: 20px;
  max-width: 1120px;
  margin-inline: auto;
}
@media screen and (min-width: 425px) {
  .evant_block_inner {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) {
  .evant_block_inner {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) {
  .evant_block_inner {
    padding-inline: 60px;
  }
}

.event_date {
  position: relative;
  font-family: "Noto Serif JP";
  margin-top: 5px;
  margin-inline: auto;
  padding-bottom: 25px;
  color: #000;
}
.event_date .date {
  font-size: min(14.9333333333vw, 86px);
  font-weight: 600;
  line-height: 0.8;
  text-align: center;
}
.event_date .date span {
  font-size: min(10.6666666667vw, 54px);
  vertical-align: 8px;
  padding-inline: 3px;
}
@media screen and (min-width: 768px) {
  .event_date .date span {
    vertical-align: 12px;
  }
}
.event_date .date .dot {
  font-size: min(6.6666666667vw, 60px);
  vertical-align: 5px;
}
.event_date .date .day {
  font-size: min(6.4vw, 30px);
  vertical-align: baseline;
}
.event_date .date .time {
  font-size: min(6.9333333333vw, 30px);
  line-height: 1;
  vertical-align: baseline;
}
.event_date .date .year {
  font-size: min(6.9333333333vw, 30px);
  line-height: 1;
  vertical-align: baseline;
}
@media screen and (min-width: 768px) {
  .event_date .date br {
    display: none;
  }
}
.event_date::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
}

.event_title {
  font-family: "Noto Serif JP";
  font-size: min(9.0666666667vw, 45px);
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  color: #A79015;
  line-height: 1.6;
}
@media screen and (min-width: 1280px) {
  .event_title br {
    display: none;
  }
}
.event_title span {
  display: block;
  font-size: min(5.0666666667vw, 30px);
  margin-bottom: 5px;
}
.event_title rt {
  font-size: 1.3rem;
  text-align: center;
}

.event_body {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .event_body {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .event_body {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .event_body_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.90625vw;
  }
}
@media screen and (min-width: 1280px) {
  .event_body_flex {
    gap: 80px;
  }
}

.event_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 4px;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .event_image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.event_image_four {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .event_image_four {
    width: 50%;
    max-width: 464px;
  }
}

.event_image_three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .event_image_three {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 40px;
  }
}

.event_image_item {
  position: relative;
  width: 100%;
  max-width: 498px;
}
.event_image_item img {
  width: 100%;
}

.event_contents {
  margin-top: 30px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .event_contents {
    max-width: 800px;
    margin-inline: auto;
    margin-top: 0;
    padding-inline: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.photo_copyright {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
}
.photo_copyright._gray {
  color: #808080;
}
.photo_copyright._black {
  color: #000;
}
@media screen and (min-width: 1280px) {
  .photo_copyright .pc {
    display: none;
  }
}

.event_contents_block + .event_contents_block {
  margin-top: 20px;
}

.event_contents_header {
  color: #A79015;
  font-family: "Noto Serif JP";
  font-size: 2rem;
  font-weight: 600;
  border-bottom: solid 1px #A79015;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .event_contents_header {
    font-size: 2.2rem;
  }
}

.event_contents_text {
  margin-top: 10px;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-weight: 500;
}
.event_contents_text .note {
  font-size: 1.3rem;
  font-weight: 400;
}

.event_contents_item {
  margin-top: 5px;
}

.event_contents_text_link {
  color: #7B0000;
}

.opening_time {
  color: #000;
}

.event_contents_organizer {
  margin-top: 40px;
}

.entry_btn_block {
  margin-top: 30px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .entry_btn_block {
    margin-top: 40px;
  }
}
.entry_btn_block._flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .entry_btn_block._flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}

.entry_btn {
  position: relative;
  display: block;
  padding-block: 20px;
  background-color: #9F6F3D;
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  -webkit-transition: background-image 1s;
  transition: background-image 1s;
}
@media screen and (min-width: 768px) {
  .entry_btn {
    margin-inline: 0;
  }
}
.entry_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #AB753C;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.entry_btn::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: solid 1px #FFF;
  border-right: solid 1px #FFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  translate: 0 -50%;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .entry_btn:hover::before {
    height: 100%;
  }
  .entry_btn:hover::after {
    right: 5px;
  }
}

.entry_btn_text {
  position: relative;
  z-index: 1;
  color: #FFF;
}

@media screen and (min-width: 768px) {
  #event_01 .entry_btn {
    margin-inline: 0;
  }
}

#schedule_block {
  background-color: #FAFAFA;
}

.schedule_block_inner {
  padding-inline: 20px;
  padding-block: 50px;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (min-width: 425px) {
  .schedule_block_inner {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) {
  .schedule_block_inner {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) {
  .schedule_block_inner {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 980px) {
  .schedule_block_inner {
    padding-inline: 0;
    padding-block: 100px;
  }
}

.schedule_block_header {
  padding-bottom: 10px;
  border-bottom: solid 1px #A79015;
}
@media screen and (min-width: 1280px) {
  .schedule_block_header {
    padding-bottom: 20px;
  }
}

.schedule_block_title {
  color: #A79015;
  font-family: "Noto Serif JP";
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.2;
}
.schedule_block_title .small {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .schedule_block_title .sp_only {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .schedule_block_title {
    line-height: 1.5;
  }
}

.schedule_list {
  margin-top: 30px;
}

.schedule_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.schedule_date {
  color: #A79015;
  font-family: "Noto Serif JP";
  font-size: 1.6rem;
  font-weight: 600;
  width: 130px;
}
@media screen and (min-width: 1280px) {
  .schedule_date {
    width: 180px;
  }
}

.schedule_name {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 25px;
  padding-block: 18px;
  border-left: solid 1px #A79015;
}
.schedule_name::before {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background-color: #A79015;
  position: absolute;
  top: 50%;
  left: -9px;
}
@media screen and (min-width: 768px) {
  .schedule_name br {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .schedule_name {
    padding-left: 60px;
    padding-block: 25px;
  }
}

.download_inner {
  padding-inline: 20px;
}
@media screen and (min-width: 425px) {
  .download_inner {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) {
  .download_inner {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 980px) {
  .download_inner {
    padding-inline: 60px;
  }
}

.download_block {
  background-color: #7B0000;
  margin-top: 60px;
  margin-inline: auto;
  padding: 20px;
  max-width: 1120px;
}

.download_organizer {
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: min(4.2666666667vw, 2.4rem);
  color: #FFF;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .download_organizer .tablet {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .download_organizer .sp {
    display: none;
  }
}
.download_organizer::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #FFF;
  margin-top: 20px;
  margin-inline: auto;
}

.download_btn_area {
  background-color: #7B0000;
  margin-inline: auto;
  padding: 10px;
  max-width: 1120px;
}

.download_btn_area_inner {
  background-color: #F0F0F0;
  padding: 20px;
}

.download_btn {
  position: relative;
  display: block;
  background-color: #000;
  text-align: center;
  margin-inline: auto;
  padding-block: 10px;
  container-type: inline-size;
  max-width: 500px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .download_btn {
    padding-block: 20px;
  }
  .download_btn .tablet {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .download_btn:hover {
    background-color: #AB753C;
  }
}
.download_btn .text {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}

.pdf_icon {
  position: absolute;
  top: 50%;
  left: 4cqi;
  width: 20px;
  height: 26px;
  translate: 0 -50%;
}

.download_icon {
  position: absolute;
  top: 50%;
  right: 4cqi;
  width: 24px;
  height: 24px;
  translate: 0 -50%;
}

#modal_cta {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
#modal_cta.is_open {
  visibility: visible;
  opacity: 1;
}

.modal_screen {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100vh;
}

.modal_contents {
  position: relative;
  background-color: #FFF;
  width: 89.3333333333vw;
  max-width: 700px;
  margin-inline: auto;
  padding-block: 40px;
  padding-inline: min(5.3333333333vw, 50px);
  border-radius: 10px;
}

.close_btn {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 20px;
  height: 20px;
  background-color: #FFF;
  cursor: pointer;
}
.close_btn .bar {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #C4C4C4;
}
.close_btn .bar:nth-child(1) {
  rotate: 45deg;
}
.close_btn .bar:nth-child(2) {
  rotate: -45deg;
}

.modal_lp_title {
  max-width: 460px;
  margin-inline: auto;
}

.modal_lp_subtitle {
  position: relative;
  display: block;
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: min(5.3333333333vw, 2.6rem);
  text-align: center;
  padding-bottom: 10px;
  margin-top: 20px;
}
.modal_lp_subtitle::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #000;
  margin-inline: auto;
  margin-top: 15px;
}

.price_block {
  margin-top: 30px;
  background-color: #FAFAFA;
  padding-block: 20px;
}

.price_block_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .price_block_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.price_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.price_item_text {
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 1.6rem;
  color: #FFF;
  padding: 2px 20px;
  width: 140px;
  border-radius: 18px;
  text-align: center;
}
.price_item_text._gray {
  background-color: #5d5d5d;
}
.price_item_text._yellow {
  background-color: #A79015;
}
@media screen and (min-width: 980px) {
  .price_item_text {
    border-radius: 21px;
  }
}

.price_item_price {
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 3rem;
}
.price_item_price._gray {
  color: #5d5d5d;
}
.price_item_price._yellow {
  color: #A79015;
}
.price_item_price .yen {
  font-size: 1.8rem;
}

.modal_btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .modal_btn_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.modal_btn_online {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  background-color: #002B1C;
  text-align: center;
  max-width: 300px;
  height: 60px;
  -webkit-transition: background-image 1s;
  transition: background-image 1s;
}
@media screen and (min-width: 768px) {
  .modal_btn_online {
    width: 37.7604166667vw;
  }
}
.modal_btn_online::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #00422C;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.modal_btn_online::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: solid 1px #FFF;
  border-right: solid 1px #FFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  translate: 0 -50%;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .modal_btn_online:hover::before {
    height: 100%;
  }
  .modal_btn_online:hover::after {
    right: 5px;
  }
}
.modal_btn_online .text {
  position: relative;
  z-index: 1;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 1.6rem;
}

.modal_btn_counter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  background-color: #690000;
  text-align: center;
  max-width: 300px;
  height: 60px;
  -webkit-transition: background-image 1s;
  transition: background-image 1s;
}
@media screen and (min-width: 768px) {
  .modal_btn_counter {
    width: 37.7604166667vw;
  }
}
.modal_btn_counter::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #7B0000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.modal_btn_counter::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: solid 1px #FFF;
  border-right: solid 1px #FFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  translate: 0 -50%;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .modal_btn_counter:hover::before {
    height: 100%;
  }
  .modal_btn_counter:hover::after {
    right: 5px;
  }
}
.modal_btn_counter .text {
  position: relative;
  z-index: 1;
  line-height: 1.4;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 1.6rem;
}
.modal_btn_counter .service_name {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.2rem;
}