@charset "UTF-8";
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

li {
  list-style: none;
}

/*　ブレークポイント */
/* 背景画像　テキスト消去*/
/* フレックス*/
* {
  min-height: 0vw;
}

body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  font-size: 0.9375rem;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (min-width: 699px) {
  body {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1rem;
  }
}
body {
  line-height: 1.8;
  background-color: #fff;
  color: #231816;
}

a {
  color: #fff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1;
}

figure {
  margin: 0 !important;
}

.heading-wrap {
  text-align: center;
}

.heading {
  text-align: center;
  margin: 0 auto;
  min-width: clamp(15.625rem, 10.3443287037rem + 22.5308641975vw, 20.1875rem);
  background-color: transparent;
  border: 1px solid #231816;
  display: inline-block;
  color: #231816;
  letter-spacing: 2px;
  padding: clamp(0.625rem, 0.2633101852rem + 1.5432098765vw, 0.9375rem) 20px;
  border-radius: clamp(0.24375rem, 0.0195023148rem + 0.9567901235vw, 0.4375rem);
  font-size: clamp(1.3125rem, 0.6614583333rem + 2.7777777778vw, 1.875rem);
  margin-bottom: clamp(1.875rem, 0.2835648148rem + 6.7901234568vw, 3.25rem);
  text-align: center;
}
.heading span {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 699px) {
  .heading {
    min-width: clamp(20.1875rem, 10.375rem + 22.4285714286vw, 30rem);
    padding: clamp(0.9375rem, 0.3125rem + 1.4285714286vw, 1.5625rem) 20px;
    border-radius: clamp(0.4375rem, 0.0625rem + 0.8571428571vw, 0.8125rem);
    font-size: clamp(1.875rem, 0.6875rem + 2.7142857143vw, 3.0625rem);
    margin-bottom: clamp(3.25rem, 0.25rem + 6.8571428571vw, 6.25rem);
  }
}

.description,
.heading {
  font-weight: 900;
}

a {
  color: #231816;
}

section {
  width: 100%;
  margin: 0 auto;
  padding: clamp(3.125rem, 1.9675925926rem + 4.9382716049vw, 4.125rem) clamp(1.25rem, 0.8159722222rem + 1.8518518519vw, 1.625rem);
}
@media screen and (min-width: 699px) {
  section {
    padding: clamp(6.625rem, 5.75rem + 2vw, 7.5rem) clamp(2.875rem, 2rem + 2vw, 3.75rem);
  }
}
section {
  max-width: 1400px;
}

.section {
  font-size: clamp(1rem, 0.5659722222rem + 1.8518518519vw, 1.375rem);
}
@media screen and (min-width: 699px) {
  .section {
    font-size: clamp(1.25rem, 0.375rem + 2vw, 2.125rem);
  }
}

/* ==================== HERO ================== */
.hero-image {
  width: 100%;
  padding: 0px;
}

.description {
  width: 100%;
  text-align: center;
  font-size: clamp(1rem, 0.7829861111rem + 0.9259259259vw, 1.1875rem);
  line-height: 1.5;
  background-color: #fff;
  color: #231816;
  padding: clamp(1.25rem, 0.3096064815rem + 4.012345679vw, 2.0625rem) clamp(1.25rem, 0.8159722222rem + 1.8518518519vw, 1.625rem);
}
@media screen and (min-width: 699px) {
  .description {
    font-size: clamp(1.8125rem, 1.125rem + 1.5714285714vw, 2.5rem);
    padding: clamp(2.0625rem, 0.375rem + 3.8571428571vw, 3.75rem) clamp(1.625rem, 0.75rem + 2vw, 2.5rem);
  }
}
.description .description-br {
  display: block;
}
@media screen and (min-width: 699px) {
  .description .description-br {
    display: none;
  }
}

.news {
  text-align: left;
}
.news ul {
  width: 100%;
}
.news ul .news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(0.625rem, 0.4079861111rem + 0.9259259259vw, 0.8125rem);
  margin-bottom: 10px;
}
@media screen and (min-width: 699px) {
  .news ul .news__item {
    gap: clamp(1.5625rem, 0.625rem + 2.1428571429vw, 2.5rem);
  }
}

.news-br {
  display: block;
}
@media screen and (min-width: 699px) {
  .news-br {
    display: none;
  }
}

.news__date {
  white-space: nowrap;
  font-weight: 600;
  color: #231816;
}

.news__content p {
  margin-bottom: 20px;
}

.news__awards {
  margin-bottom: 20px;
}

.strong {
  font-weight: 700;
}

.news__awards dt {
  font-weight: 700;
}

.news a {
  color: #e95478;
  text-decoration: underline;
  word-break: break-word;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.news a:hover {
  color: #004ea2;
  text-decoration: underline;
}

.news {
  font-size: clamp(0.8125rem, 0.5231481481rem + 1.2345679012vw, 1.0625rem);
}
@media screen and (min-width: 699px) {
  .news {
    font-size: clamp(1rem, 0.3125rem + 1.5714285714vw, 1.6875rem);
  }
}

.theme {
  font-size: clamp(1rem, 0.5659722222rem + 1.8518518519vw, 1.375rem);
  font-weight: 900;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 699px) {
  .theme {
    font-size: clamp(1.25rem, 0.3125rem + 2.1428571429vw, 2.1875rem);
  }
}

.theme-bg {
  width: 100%;
  background-color: #f4b3ba;
  overflow-x: clip;
  overflow-y: visible;
}

.theme-stage {
  position: relative;
  min-height: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: calc(clamp(56.25rem, 19.6469907407rem + 156.1728395062vw, 87.875rem) * 0.1267405513);
}
@media screen and (min-width: 699px) {
  .theme-stage {
    padding-top: 0;
    height: calc(clamp(108.0625rem, 9.875rem + 224.4285714286vw, 206.25rem) * 0.1267405513);
    overflow-x: visible;
    overflow-y: visible;
  }
}

.theme-art {
  position: absolute;
  top: 0;
  left: clamp(-14.375rem, -17.7748842593rem + 14.5061728395vw, -11.4375rem);
  width: clamp(56.25rem, 19.6469907407rem + 156.1728395062vw, 87.875rem);
  max-width: none;
  height: auto;
  pointer-events: none;
}
@media screen and (min-width: 699px) {
  .theme-art {
    left: auto;
    top: clamp(-3.125rem, 1.125rem - 4.8571428571vw, -1rem);
    right: clamp(24.125rem, -4.875rem + 66.2857142857vw, 53.125rem);
    width: clamp(108.0625rem, 9.875rem + 224.4285714286vw, 206.25rem);
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.theme-stage p {
  position: relative;
  z-index: 1;
  width: calc(100% - 40px);
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (min-width: 699px) {
  .theme-stage p {
    position: absolute;
    top: clamp(4.9375rem, 2.375rem + 5.8571428571vw, 7.5rem);
    right: clamp(-7.5625rem, -18.25rem + 24.4285714286vw, 3.125rem);
    bottom: auto;
    width: clamp(33.75rem, 15rem + 42.8571428571vw, 52.5rem);
    margin: 0;
    text-align: left;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.application ul {
  font-size: clamp(1.1875rem, 0.3917824074rem + 3.3950617284vw, 1.875rem);
}
@media screen and (min-width: 699px) {
  .application ul {
    font-size: clamp(1.75rem, 0.125rem + 3.7142857143vw, 3.375rem);
  }
}
.application .method {
  font-size: 1em;
  font-weight: 900;
  line-height: 1;
  margin-bottom: clamp(0.375rem, 0.0856481481rem + 1.2345679012vw, 0.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 699px) {
  .application .method {
    margin-bottom: clamp(0.625rem, 0rem + 1.4285714286vw, 1.25rem);
  }
}
.application .method span {
  font-size: 1.4035087719em;
  color: #004ea2;
  margin-right: clamp(0.46875rem, -0.1461226852rem + 2.6234567901vw, 1rem);
}
@media screen and (min-width: 699px) {
  .application .method span {
    margin-right: clamp(1rem, -0.1875rem + 2.7142857143vw, 2.1875rem);
  }
}
.application .method span.text {
  font-size: 0.6315789474em;
  color: #231816;
  font-weight: 400;
  margin-left: 0.5em;
}

.method-wrap {
  margin-bottom: clamp(1.875rem, 0.2835648148rem + 6.7901234568vw, 3.25rem);
}
@media screen and (min-width: 699px) {
  .method-wrap {
    margin-bottom: clamp(3.25rem, 0.25rem + 6.8571428571vw, 6.25rem);
  }
}

.method-text {
  font-size: 0.7719298246em;
}
.method-text.blue {
  color: #004ea2;
  font-weight: bold;
  margin-bottom: clamp(1.875rem, -0.8738425926rem + 11.7283950617vw, 4.25rem);
}
@media screen and (min-width: 699px) {
  .method-text.blue {
    margin-bottom: clamp(4.25rem, -0.875rem + 11.7142857143vw, 9.375rem);
  }
}

.method-br {
  display: block;
}
@media screen and (min-width: 699px) {
  .method-br {
    display: none;
  }
}

.method-button {
  margin-top: clamp(0.9375rem, 0.1417824074rem + 3.3950617284vw, 1.625rem);
  border: clamp(0.0625rem, -0.0821759259rem + 0.6172839506vw, 0.1875rem) solid #004ea2;
  color: #004ea2;
  display: inline-block;
  font-weight: 900;
  border-radius: clamp(0.46875rem, 0.0708912037rem + 1.6975308642vw, 0.8125rem);
  line-height: 1;
  font-size: 1em;
  width: 100%;
  text-align: center;
  padding: clamp(0.5625rem, 0.0561342593rem + 2.1604938272vw, 1rem) clamp(0.5625rem, 0.0561342593rem + 2.1604938272vw, 1rem);
}
@media screen and (min-width: 699px) {
  .method-button {
    margin-top: clamp(1.625rem, 0.125rem + 3.4285714286vw, 3.125rem);
    border-width: clamp(0.1875rem, 0rem + 0.4285714286vw, 0.375rem);
    border-radius: clamp(0.8125rem, 0.0625rem + 1.7142857143vw, 1.5625rem);
    padding: clamp(1rem, 0.125rem + 2vw, 1.875rem) clamp(1rem, 0.125rem + 2vw, 1.875rem);
  }
}

.application-text {
  text-align: left;
  margin-bottom: clamp(1.25rem, -0.5584490741rem + 7.7160493827vw, 2.8125rem);
  font-size: clamp(0.875rem, 0.4409722222rem + 1.8518518519vw, 1.25rem);
}
.application-text .application-br {
  display: block;
}
@media screen and (min-width: 1024px) {
  .application-text .application-br {
    display: none;
  }
}
@media screen and (min-width: 699px) {
  .application-text {
    margin-bottom: clamp(2.8125rem, -0.625rem + 7.8571428571vw, 6.25rem);
    font-size: clamp(1.25rem, 0.375rem + 2vw, 2.125rem);
  }
}

.method-post .black {
  color: #231816;
}
.method-post .red {
  color: #e95478;
}

.illsut-1 {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin-left: -50vw;
  height: calc(clamp(56.25rem, 7.0601851852rem + 209.8765432099vw, 98.75rem) * 0.2007874016);
  overflow: hidden;
}
@media screen and (min-width: 699px) {
  .illsut-1 {
    height: calc(clamp(107.75rem, -3.25rem + 253.7142857143vw, 218.75rem) * 0.2007874016);
  }
}
.illsut-1 img {
  display: block;
  position: relative;
  left: 50%;
  width: clamp(56.25rem, 7.0601851852rem + 209.8765432099vw, 98.75rem);
  max-width: none;
  height: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 699px) {
  .illsut-1 img {
    width: clamp(107.75rem, -3.25rem + 253.7142857143vw, 218.75rem);
  }
}

.method-post {
  margin-top: clamp(0.9375rem, 0.1417824074rem + 3.3950617284vw, 1.625rem);
}
.method-post li {
  font-weight: 700;
  font-size: 0.7719298246em;
  line-height: 1;
  margin-bottom: clamp(0.375rem, 0.0856481481rem + 1.2345679012vw, 0.625rem);
}
@media screen and (min-width: 699px) {
  .method-post {
    margin-top: clamp(1.625rem, 0.125rem + 3.4285714286vw, 3.125rem);
  }
  .method-post li {
    margin-bottom: clamp(0.625rem, 0rem + 1.4285714286vw, 1.25rem);
  }
}

.prizes {
  font-size: clamp(1rem, 0.5659722222rem + 1.8518518519vw, 1.375rem);
  margin-top: -100px;
}
@media screen and (min-width: 699px) {
  .prizes {
    margin-top: clamp(-12.5rem, -12.5rem + 0vw, -12.5rem);
    font-size: clamp(1.25rem, 0.375rem + 2vw, 2.125rem);
  }
}
.prizes h3 {
  text-align: center;
  font-size: 2.1666666667em;
  color: #e95478;
  font-weight: 900;
  margin-bottom: clamp(1.25rem, 1.0329861111rem + 0.9259259259vw, 1.4375rem);
  letter-spacing: 2px;
}
@media screen and (min-width: 699px) {
  .prizes h3 {
    margin-bottom: clamp(0.875rem, -0.125rem + 2.2857142857vw, 1.875rem);
  }
}
.prizes p {
  font-size: 1em;
  text-align: center;
  line-height: 1.5;
  margin-bottom: clamp(1.25rem, 0.0202546296rem + 5.2469135802vw, 2.3125rem);
}
.prizes p br {
  display: block;
}
@media screen and (min-width: 699px) {
  .prizes p br {
    display: none;
  }
}
@media screen and (min-width: 699px) {
  .prizes p {
    margin-bottom: clamp(2.125rem, -0.4375rem + 5.8571428571vw, 4.6875rem);
  }
}
.prizes ul {
  font-size: 1.1111111111em;
  font-weight: 500;
}

.prizes {
  position: relative;
  width: 100%;
  text-align: center;
}
.prizes .prize-wrap {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.prizes .prize-wrap.first {
  margin-bottom: clamp(1.875rem, 0.9346064815rem + 4.012345679vw, 2.6875rem);
}
@media screen and (min-width: 699px) {
  .prizes .prize-wrap.first {
    margin-bottom: clamp(2rem, -0.375rem + 5.4285714286vw, 4.375rem);
  }
}
.prizes .prize-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.schedule {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: clamp(1rem, 0.5659722222rem + 1.8518518519vw, 1.375rem);
}
@media screen and (min-width: 699px) {
  .schedule {
    font-size: clamp(1.25rem, 0.375rem + 2vw, 2.125rem);
  }
}
.schedule .schedule-wrap {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.schedule .schedule-wrap dl {
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  text-align: left;
}
.schedule .schedule-wrap dl dt {
  color: #e95478;
}

.program-bg {
  width: 100%;
  background-color: #e2dccc;
  overflow-x: clip;
  overflow-y: visible;
}

.event {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
.event .program-title {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: visible;
  overflow-y: visible;
}
@media screen and (min-width: 560px) {
  .event .program-title {
    margin-bottom: clamp(2.5rem, 1.25rem + 2.8571428571vw, 3.75rem);
    height: min(19.4308581592vw, 291px);
  }
}
.event .program-art {
  position: relative;
  top: 0;
  left: clamp(-16.25rem, -24.4965277778rem + 35.1851851852vw, -9.125rem);
  width: clamp(68.75rem, 59.6354166667rem + 38.8888888889vw, 76.625rem);
  max-width: none;
  height: auto;
  pointer-events: none;
}
@media screen and (min-width: 560px) {
  .event .program-art {
    position: absolute;
    left: clamp(22.5625rem, -1.75rem + 55.5714285714vw, 46.875rem);
    width: clamp(124.875rem, 31rem + 214.5714285714vw, 218.75rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.event .heading-event {
  position: relative;
  right: clamp(-5.3125rem, 5.0929054054rem - 29.7297297297vw, -1.875rem);
  z-index: 1;
  width: calc(100% - 40px);
  text-align: left;
  font-size: clamp(1.3125rem, 0.6614583333rem + 2.7777777778vw, 1.875rem);
  color: #004ea2;
  font-weight: 900;
  letter-spacing: 2px;
  margin: 20px auto 20px;
  line-height: 1.3;
}
.event .heading-event span {
  display: inline-block;
}
@media screen and (min-width: 560px) {
  .event .heading-event {
    margin: 0px;
    position: absolute;
    top: 58%;
    right: clamp(3.125rem, 4.875rem - 2vw, 4rem);
    bottom: auto;
    width: 58%;
    text-align: left;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: clamp(2.0625rem, 0.375rem + 3.8571428571vw, 3.75rem);
  }
}
.event .event-wrap {
  text-align: center;
  font-size: clamp(0.875rem, 0.2962962963rem + 2.4691358025vw, 1.375rem);
}
@media screen and (min-width: 560px) {
  .event .event-wrap {
    padding: 20px 0px 0px;
  }
}
@media screen and (min-width: 699px) {
  .event .event-wrap {
    font-size: clamp(1.25rem, 0.125rem + 2.5714285714vw, 2.375rem);
  }
}
.event .event-wrap p {
  display: inline-block;
  text-align: left;
}
.event .event-wrap p span {
  color: #004ea2;
}
.event .event-wrap p strong {
  color: #004ea2;
  padding-left: 0.5em;
}

.contact {
  text-align: center;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  overflow-x: clip;
  overflow-y: visible;
}
.contact .contact-wrap {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  height: calc(clamp(43.75rem, 19.7337962963rem + 102.4691358025vw, 64.5rem) * 0.178729038);
  font-size: clamp(0.875rem, 0.2962962963rem + 2.4691358025vw, 1.375rem);
  font-weight: 500;
  overflow-x: visible;
  overflow-y: visible;
}
@media screen and (min-width: 699px) {
  .contact .contact-wrap {
    font-size: clamp(1.25rem, 0.125rem + 2.5714285714vw, 2.375rem);
    height: min(26.8314210062vw, 375.6398940865px, 405px);
  }
}
.contact .contact-text {
  position: relative;
  top: 50%;
  left: clamp(2.5rem, -2.2743055556rem + 20.3703703704vw, 6.625rem);
  z-index: 1;
  width: 55%;
  margin: 0;
  line-height: 1;
  text-align: left;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 699px) {
  .contact .contact-text {
    left: clamp(5.25rem, -2rem + 16.5714285714vw, 12.5rem);
    width: 45%;
  }
}
.contact .contact-text h2 {
  font-size: 1.2em;
  margin-bottom: clamp(0.75rem, 0.0989583333rem + 2.7777777778vw, 1.3125rem);
}
@media screen and (min-width: 699px) {
  .contact .contact-text h2 {
    margin-bottom: clamp(1.3125rem, 0.125rem + 2.7142857143vw, 2.5rem);
  }
}
.contact .contact-text .support {
  font-size: 0.9em;
  margin-bottom: clamp(0.75rem, 0.0989583333rem + 2.7777777778vw, 1.3125rem);
}
@media screen and (min-width: 699px) {
  .contact .contact-text .support {
    margin-bottom: clamp(1.3125rem, 0.125rem + 2.7142857143vw, 2.5rem);
  }
}
.contact .contact-text .mail {
  font-size: 0.775em;
}
.contact .contact-illust {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  margin: 0;
}
.contact .contact-illust img {
  position: absolute;
  top: 50%;
  left: 56%;
  width: clamp(68.75rem, 24.1898148148rem + 190.1234567901vw, 107.25rem);
  max-width: none;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 699px) {
  .contact .contact-illust img {
    top: 0;
    left: 50%;
    width: clamp(112.0625rem, 5.375rem + 243.8571428571vw, 218.75rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.contact .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 150px;
  margin: clamp(2.5rem, 1.8489583333rem + 2.7777777778vw, 3.0625rem) auto 0;
}
@media screen and (min-width: 699px) {
  .contact .sns {
    margin: clamp(6.375rem, 2.125rem + 9.7142857143vw, 10.625rem) auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .contact .sns {
    max-width: 250px;
  }
}
.contact .sns div {
  margin: 0 auto;
  width: 45%;
  max-width: 50px;
}
@media screen and (min-width: 1024px) {
  .contact .sns div {
    width: 45%;
    max-width: 100px;
  }
}

.masterpiece-item {
  max-width: 1200px;
  margin: 0 auto;
}

.masterpiece-info {
  display: block;
  width: 100%;
}
@media screen and (min-width: 699px) {
  .masterpiece-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.masterpiece-info .left {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 699px) {
  .masterpiece-info .left {
    width: 33%;
    margin-bottom: 0px;
  }
}
.masterpiece-info .left img {
  width: 100%;
  height: auto;
  display: block;
}
.masterpiece-info .right {
  width: 100%;
}
@media screen and (min-width: 699px) {
  .masterpiece-info .right {
    width: 63%;
  }
}
.masterpiece-info .right h3 {
  margin-top: -2px;
}
.masterpiece-info .right h3::before, .masterpiece-info .right h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.masterpiece-info .right h3::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.masterpiece-info .right h3::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.masterpiece-info .right h3 {
  margin-bottom: 15px;
}
@media screen and (min-width: 699px) {
  .masterpiece-info .right h3 {
    margin-bottom: 20px;
    font-size: clamp(1.5625rem, 0.625rem + 2.1428571429vw, 2.5rem);
  }
}
.masterpiece-info .right h3 {
  font-size: clamp(1.3125rem, 0.8784722222rem + 1.8518518519vw, 1.6875rem);
}
.masterpiece-info .right h4::before, .masterpiece-info .right h4::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.masterpiece-info .right h4::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.masterpiece-info .right h4::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.masterpiece-info .right h4 {
  margin-bottom: 30px;
}
@media screen and (min-width: 699px) {
  .masterpiece-info .right h4 {
    margin-bottom: 37px;
    font-size: clamp(1.5625rem, 0.625rem + 2.1428571429vw, 2.5rem);
  }
}
.masterpiece-info .right h4 {
  font-size: clamp(1.3125rem, 0.8784722222rem + 1.8518518519vw, 1.6875rem);
}
.masterpiece-info .right p {
  font-size: clamp(1rem, 0.7106481481rem + 1.2345679012vw, 1.25rem);
  line-height: 1.75;
}
.masterpiece-info .right p::before, .masterpiece-info .right p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.masterpiece-info .right p::before {
  margin-top: calc((1 - 1.75) * 0.5em);
}
.masterpiece-info .right p::after {
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
@media screen and (min-width: 699px) {
  .masterpiece-info .right p {
    font-size: clamp(1.125rem, 0.375rem + 1.7142857143vw, 1.875rem);
  }
}

.policy {
  max-width: 1100px;
  margin: 0 auto;
  font-size: clamp(1.25rem, 1.0329861111rem + 0.9259259259vw, 1.4375rem);
}
@media screen and (min-width: 699px) {
  .policy {
    font-size: clamp(1.3125rem, 0.8125rem + 1.1428571429vw, 1.8125rem);
  }
}
.policy p {
  margin-bottom: 30px;
}
.policy dl dt {
  margin-bottom: 10px;
  font-weight: bold;
}
.policy dl dd {
  display: list-item;
  margin-left: 1em;
}
.policy dl dd:last-of-type {
  margin-bottom: 20px;
}

.masterpiece-number {
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: clamp(1.5625rem, 1.490162037rem + 0.3086419753vw, 1.625rem);
  font-weight: bold;
  margin-bottom: clamp(1.25rem, 0.5989583333rem + 2.7777777778vw, 1.8125rem);
  padding: clamp(0.625rem, 0.4079861111rem + 0.9259259259vw, 0.8125rem) 0px;
  line-height: 1;
}
@media screen and (min-width: 699px) {
  .masterpiece-number {
    font-size: clamp(1.5rem, 1.1875rem + 0.7142857143vw, 1.8125rem);
    margin-bottom: clamp(1.875rem, 0.625rem + 2.8571428571vw, 3.125rem);
    padding: clamp(0.8125rem, 0.375rem + 1vw, 1.25rem) 0px;
  }
}

.masterpiece-single {
  max-width: 1100px;
  margin: 0 auto;
}
.masterpiece-single .song {
  font-size: clamp(1.625rem, 1.1186342593rem + 2.1604938272vw, 2.0625rem);
  margin-bottom: clamp(0.625rem, 0.4079861111rem + 0.9259259259vw, 0.8125rem);
}
@media screen and (min-width: 699px) {
  .masterpiece-single .song {
    font-size: clamp(1.9375rem, 0.875rem + 2.4285714286vw, 3rem);
    margin-bottom: clamp(0.8125rem, 0.375rem + 1vw, 1.25rem);
  }
}
.masterpiece-single .artist {
  font-size: clamp(1.625rem, 1.1186342593rem + 2.1604938272vw, 2.0625rem);
  margin-bottom: clamp(1.25rem, 0.5989583333rem + 2.7777777778vw, 1.8125rem);
  line-height: 1.3;
}
@media screen and (min-width: 699px) {
  .masterpiece-single .artist {
    font-size: clamp(1.9375rem, 0.875rem + 2.4285714286vw, 3rem);
    margin-bottom: clamp(1.875rem, 0.625rem + 2.8571428571vw, 3.125rem);
  }
}
.masterpiece-single .name {
  font-size: clamp(1.25rem, 1.0329861111rem + 0.9259259259vw, 1.4375rem);
  font-weight: bold;
  margin-bottom: clamp(0.9375rem, 0.5758101852rem + 1.5432098765vw, 1.25rem);
}
@media screen and (min-width: 699px) {
  .masterpiece-single .name {
    font-size: clamp(1.3125rem, 0.8125rem + 1.1428571429vw, 1.8125rem);
    margin-bottom: clamp(1.25rem, 0.625rem + 1.4285714286vw, 1.875rem);
  }
}
.masterpiece-single .text {
  font-size: clamp(1.25rem, 1.0329861111rem + 0.9259259259vw, 1.4375rem);
}
@media screen and (min-width: 699px) {
  .masterpiece-single .text {
    font-size: clamp(1.3125rem, 0.8125rem + 1.1428571429vw, 1.8125rem);
  }
}
.masterpiece-single .date {
  font-size: clamp(1.25rem, 1.0329861111rem + 0.9259259259vw, 1.4375rem);
  font-weight: bold;
  text-align: right;
}
@media screen and (min-width: 699px) {
  .masterpiece-single .date {
    font-size: clamp(1.3125rem, 0.8125rem + 1.1428571429vw, 1.8125rem);
  }
}

.masterpiece-single-img {
  max-width: 800px;
  margin-bottom: clamp(0.625rem, 0.4079861111rem + 0.9259259259vw, 0.8125rem);
}
@media screen and (min-width: 699px) {
  .masterpiece-single-img {
    margin-bottom: clamp(0.8125rem, 0.375rem + 1vw, 1.25rem);
  }
}

.single p {
  margin: 10px 0px;
}
.single img {
  margin: 10px 0px;
}
.single__title {
  font-size: clamp(1.1875rem, 1.0738636364rem + 0.5681818182vw, 1.5rem);
  margin-bottom: clamp(1.25rem, 0.8159722222rem + 1.8518518519vw, 1.625rem);
  line-height: 1.2;
}
@media screen and (min-width: 699px) {
  .single__title {
    margin-bottom: clamp(1.625rem, 0.75rem + 2vw, 2.5rem);
  }
}

.single__pageNavigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 250px;
}

.page-numbers {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 10px;
}

.news-archive .news__column {
  margin-bottom: 40px;
}

.back-list {
  display: block;
  width: clamp(15.625rem, 12.2251157407rem + 14.5061728395vw, 18.5625rem);
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 699px) {
  .back-list {
    width: clamp(18.625rem, 12.25rem + 14.5714285714vw, 25rem);
  }
}
.back-list a {
  display: block;
  border-radius: 10px;
  border: 3px solid #000;
  padding: clamp(0.4375rem, 0.365162037rem + 0.3086419753vw, 0.5rem) 0px;
  font-size: clamp(1.5rem, 1.1383101852rem + 1.5432098765vw, 1.8125rem);
  font-weight: bold;
  margin: clamp(1.875rem, 1.4409722222rem + 1.8518518519vw, 2.25rem) auto;
}
.back-list a:hover {
  background-color: #000;
  color: #fff !important;
}
@media screen and (min-width: 699px) {
  .back-list a {
    padding: clamp(0.5rem, 0.375rem + 0.2857142857vw, 0.625rem) 0px;
    font-size: clamp(1.6875rem, 0.875rem + 1.8571428571vw, 2.5rem);
    margin: clamp(2.25rem, 1.375rem + 2vw, 3.125rem) auto;
  }
}

footer {
  background: #f6d0d0;
  text-align: center;
  padding: 2rem;
  font-size: clamp(1rem, 0.7106481481rem + 1.2345679012vw, 1.25rem);
}
@media screen and (min-width: 699px) {
  footer {
    font-size: clamp(1.125rem, 0.4375rem + 1.5714285714vw, 1.8125rem);
  }
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}
.footer-menu li {
  padding: 0px 1%;
}
.footer-menu {
  margin-bottom: clamp(1.25rem, 0.8159722222rem + 1.8518518519vw, 1.625rem);
}
@media screen and (min-width: 699px) {
  .footer-menu {
    margin-bottom: clamp(1.625rem, 0.75rem + 2vw, 2.5rem);
  }
}

.copyright {
  font-weight: 700;
  line-height: 1.3;
}/*# sourceMappingURL=style.css.map */