/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/pages/top/_top.scss ***!
  \*********************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600,700|Roboto:300,400,500,600,700&display=swap);
/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/pages/top/_top.scss (1) ***!
  \*************************************************************************************************************************************************************************************************/
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}

select {
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

html {
  font-family: "Roboto", Helvetica, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  position: relative;
  box-sizing: border-box;
  min-height: 100%;
  letter-spacing: 0.02em;
}
body.is-fixed {
  position: fixed;
  width: 100%;
}

img {
  pointer-events: none;
}
img:-moz-loading {
  visibility: hidden;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
}
a[href^=tel] {
  color: inherit;
}

strong {
  font-weight: 500;
}

em {
  font-style: italic;
}

* {
  word-wrap: break-word;
}

.l-footer {
  z-index: 998;
  position: relative;
  margin: auto 3.2rem 0;
  padding: 1.6rem 0 3.2rem;
  border-top: 0.1rem solid #DDD;
  background: #fff;
}
@media only screen and (max-width: 980px) {
  .l-footer {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 980px) and (max-width: 480px) {
  .l-footer {
    margin: auto 2rem 0;
  }
}
@media only screen and (max-width: 1128px) {
  .l-footer--entry-page {
    padding: 1.6rem 0 8rem;
  }
}

.l-header {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  box-sizing: border-box;
  background: #fff;
}
@media only screen and (max-width: 980px) {
  .l-header {
    height: 7.2rem;
  }
}
.l-header__logo {
  position: absolute;
  top: 1.6rem;
  left: 3.2rem;
}
@media only screen and (max-width: 980px) {
  .l-header__logo {
    top: 1.6rem;
    left: 2rem;
  }
}

.l-container {
  position: relative;
  display: flex;
  width: 106.4rem;
  margin-top: 17.8rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18.8rem;
}
@media only screen and (max-width: 1128px) {
  .l-container {
    width: calc(100% - 6.4rem);
    max-width: 72rem;
  }
}
@media only screen and (max-width: 1128px) and (max-width: 980px) {
  .l-container {
    max-width: none;
    margin-bottom: 15.6rem;
    margin-top: 11.3rem;
  }
}
@media only screen and (max-width: 1128px) and (max-width: 980px) and (max-width: 480px) {
  .l-container {
    width: calc(100% - 4rem);
  }
}
@media only screen and (max-width: 1128px) and (max-width: 980px) {
  .l-container--talk-session {
    margin-top: 10.7rem;
  }
}
@media only screen and (max-width: 1128px) and (max-width: 980px) and (max-width: 980px) {
  .l-container--talk-session {
    margin-top: 17.4rem;
  }
}
.l-container--fv {
  display: block;
  margin-top: 0;
}
@media only screen and (max-width: 1128px) {
  .l-container--fv {
    width: calc(100% - 6.4rem);
    max-width: none;
  }
}
@media only screen and (max-width: 1128px) and (max-width: 1064px) {
  .l-container--fv {
    width: 100%;
  }
}
.l-container--about-archive {
  margin-top: 15.2rem;
}
@media only screen and (max-width: 980px) {
  .l-container--about-archive {
    margin-top: 12rem;
  }
}
.l-container--award {
  display: block;
  margin-top: 20.5rem;
}
@media only screen and (max-width: 1128px) {
  .l-container--award {
    width: 106.4rem;
    max-width: none;
  }
}
@media only screen and (max-width: 1128px) and (max-width: 1064px) {
  .l-container--award {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (max-width: 1128px) and (max-width: 1064px) and (max-width: 980px) {
  .l-container--award {
    margin-top: 15.3rem;
  }
}
@media only screen and (max-width: 1128px) and (max-width: 1064px) and (max-width: 980px) and (max-width: 480px) {
  .l-container--award {
    width: calc(100% - 4rem);
  }
}
.l-container--single-award {
  display: block;
  margin-top: 12rem;
  margin-bottom: 18.8rem;
}
@media only screen and (max-width: 1128px) {
  .l-container--single-award {
    width: calc(100% - 6.4rem);
    max-width: none;
  }
}
@media only screen and (max-width: 1128px) and (max-width: 1064px) {
  .l-container--single-award {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 1128px) and (max-width: 1064px) and (max-width: 980px) {
  .l-container--single-award {
    margin-top: 7.2rem;
  }
}
@media only screen and (max-width: 1128px) and (max-width: 1064px) and (max-width: 980px) and (max-width: 480px) {
  .l-container--single-award {
    width: calc(100% - 4rem);
  }
}
.l-container--award-previous {
  display: block;
}
@media only screen and (max-width: 1128px) {
  .l-container--award-previous {
    width: calc(100% - 6.4rem);
    max-width: none;
  }
}
@media only screen and (max-width: 1128px) and (max-width: 1064px) {
  .l-container--award-previous {
    width: 100%;
  }
}
.l-container--award-previous-year {
  display: block;
  margin-top: 15.2rem;
}
@media only screen and (max-width: 1128px) {
  .l-container--award-previous-year {
    width: calc(100% - 6.4rem);
    max-width: none;
  }
}
@media only screen and (max-width: 1128px) and (max-width: 1064px) {
  .l-container--award-previous-year {
    width: 100%;
  }
}
@media only screen and (max-width: 1128px) and (max-width: 1064px) and (max-width: 640px) {
  .l-container--award-previous-year {
    margin-top: 12rem;
  }
}
.l-container--single-critiques {
  margin-top: 13.8rem;
}
@media only screen and (max-width: 980px) {
  .l-container--single-critiques {
    margin-top: 12.1rem;
  }
}

.l-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

@-webkit-keyframes pop {
  0% {
    margin-bottom: 0rem;
  }
  50% {
    margin-bottom: 0.2rem;
  }
  100% {
    margin-bottom: 0rem;
  }
}

@keyframes pop {
  0% {
    margin-bottom: 0rem;
  }
  50% {
    margin-bottom: 0.2rem;
  }
  100% {
    margin-bottom: 0rem;
  }
}
@-webkit-keyframes popSidebar {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.2rem);
            transform: translateY(-0.2rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes popSidebar {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.2rem);
            transform: translateY(-0.2rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes popFooter {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.1rem);
            transform: translateY(-0.1rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes popFooter {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-0.1rem);
            transform: translateY(-0.1rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes popRelatedPerson {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(calc(-50% - 0.2rem));
            transform: translateY(calc(-50% - 0.2rem));
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes popRelatedPerson {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(calc(-50% - 0.2rem));
            transform: translateY(calc(-50% - 0.2rem));
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.a-hover-pop.is-hover .a-hover-pop__target {
  -webkit-animation: pop 0.2s linear;
          animation: pop 0.2s linear;
}

.a-hover-pop.a-hover-pop--sidebar-button.is-hover .a-hover-pop__target {
  -webkit-animation: popSidebar 0.2s linear;
          animation: popSidebar 0.2s linear;
}

.a-hover-pop.a-hover-pop--footer-nav.is-hover .a-hover-pop__target {
  -webkit-animation: popFooter 0.2s linear;
          animation: popFooter 0.2s linear;
}

.a-hover-pop.a-hover-pop--related-person.is-hover .a-hover-pop__target {
  -webkit-animation: popRelatedPerson 0.2s linear;
          animation: popRelatedPerson 0.2s linear;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.a-hover-blink.is-hover .a-hover-blink__target {
  -webkit-animation: blink 0.1s linear;
          animation: blink 0.1s linear;
}

.a-hover-underline {
  position: relative;
}
.a-hover-underline__target--pb {
  position: relative;
  padding-bottom: 0.3rem;
}
.a-hover-underline__target:after {
  content: "";
  z-index: -2;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000 0.1rem, rgba(0, 0, 0, 0) 0.1rem, rgba(0, 0, 0, 0));
}
.a-hover-underline__target:before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 1;
  display: block;
  transition: opacity 0.2s;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #fff 0.2rem, rgba(0, 0, 0, 0) 0.2rem, rgba(0, 0, 0, 0));
}
.a-hover-underline.is-hover .a-hover-underline__target:before, .a-hover-underline.is-active .a-hover-underline__target:before {
  opacity: 0;
}
.a-hover-underline--default-line .a-hover-underline__target:before {
  background: linear-gradient(to top, #DDD 0.1rem, rgba(0, 0, 0, 0) 0.1rem, rgba(0, 0, 0, 0));
}
.a-hover-underline--lang .a-hover-underline__target {
  position: relative;
  padding-bottom: 0.2rem;
}
.a-hover-underline--lang .a-hover-underline__target:before {
  background: linear-gradient(to top, #fff 0.3rem, rgba(0, 0, 0, 0) 0.3rem, rgba(0, 0, 0, 0));
}
.a-hover-underline--lang .a-hover-underline__target:after {
  background: linear-gradient(to top, #e30920 0.2rem, rgba(0, 0, 0, 0) 0.2rem, rgba(0, 0, 0, 0));
}
.a-hover-underline--art .a-hover-underline__target:after {
  background: linear-gradient(to top, #d41c27 0.1rem, rgba(0, 0, 0, 0) 0.1rem, rgba(0, 0, 0, 0));
}
.a-hover-underline--entertainment .a-hover-underline__target:after {
  background: linear-gradient(to top, #0a5f9a 0.1rem, rgba(0, 0, 0, 0) 0.1rem, rgba(0, 0, 0, 0));
}
.a-hover-underline--manga .a-hover-underline__target:after {
  background: linear-gradient(to top, #0c724b 0.1rem, rgba(0, 0, 0, 0) 0.1rem, rgba(0, 0, 0, 0));
}
.a-hover-underline--animation .a-hover-underline__target:after {
  background: linear-gradient(to top, #f4822f 0.1rem, rgba(0, 0, 0, 0) 0.1rem, rgba(0, 0, 0, 0));
}
.a-hover-underline--festival_platform .a-hover-underline__target:after {
  background: linear-gradient(to top, #9089cf 0.1rem, rgba(0, 0, 0, 0) 0.1rem, rgba(0, 0, 0, 0));
}
.a-hover-underline--special_achievement .a-hover-underline__target:after {
  background: linear-gradient(to top, #999 0.1rem, rgba(0, 0, 0, 0) 0.1rem, rgba(0, 0, 0, 0));
}
.a-hover-underline--cross_division .a-hover-underline__target:after {
  background: linear-gradient(to top, #444 0.1rem, rgba(0, 0, 0, 0) 0.1rem, rgba(0, 0, 0, 0));
}
.a-hover-underline--red .a-hover-underline__target:after {
  background: linear-gradient(to top, #E60012 0.1rem, rgba(0, 0, 0, 0) 0.1rem, rgba(0, 0, 0, 0));
}

.a-hover-black.is-hover .a-hover-black__target, .a-hover-black.is-active .a-hover-black__target {
  color: #000;
}

.a-hover-light.is-hover .a-hover-light__target, .a-hover-light.is-active .a-hover-light__target {
  color: #888;
}

.a-hover-extend-line__target {
  transition: width 0.1s;
}
.a-hover-extend-line.is-hover .a-hover-extend-line__target, .a-hover-extend-line.is-active .a-hover-extend-line__target {
  width: 1.6rem;
}
.a-hover-extend-line--short.is-hover .a-hover-extend-line__target, .a-hover-extend-line--short.is-active .a-hover-extend-line__target {
  width: 0.8rem;
}

.a-hover-thick-border .a-hover-thick-border__target {
  transition: border 0.2s;
}
.a-hover-thick-border.is-hover .a-hover-thick-border__target, .a-hover-thick-border.is-active .a-hover-thick-border__target {
  border-bottom: 0.1rem solid #000;
}

.a-hover-thick-border.a-hover-thick-border--submission-list .a-hover-thick-border__target {
  transition: border 0.2s;
}
.a-hover-thick-border.a-hover-thick-border--submission-list.is-active .a-hover-thick-border__target {
  border-bottom: 0.1rem solid #DDD;
}
.a-hover-thick-border.a-hover-thick-border--submission-list.is-hover .a-hover-thick-border__target {
  border-bottom: 0.1rem solid #000;
}

.a-hover-thick-border.a-hover-thick-border--opacity .a-hover-thick-border__target {
  border-bottom: 0.1rem solid #DDD;
  transition: border 0.2s;
}
.a-hover-thick-border.a-hover-thick-border--opacity.is-hover .a-hover-thick-border__target, .a-hover-thick-border.a-hover-thick-border--opacity.is-active .a-hover-thick-border__target {
  border-bottom: 0.1rem solid #000;
}

.a-hover-expand-arrow__target {
  transition: width 0.1s;
}
.a-hover-expand-arrow.is-hover .a-hover-expand-arrow__target {
  width: 2.6rem;
}
.a-hover-expand-arrow.is-hover .a-hover-expand-arrow__target--small {
  width: 1.9rem;
}
@media only screen and (max-width: 480px) {
  .a-hover-expand-arrow.is-hover .a-hover-expand-arrow__target--small {
    width: 1.6rem;
  }
}

@-webkit-keyframes shrinkTop {
  0% {
    top: 3.4rem;
  }
  100% {
    top: 3.6rem;
  }
}

@keyframes shrinkTop {
  0% {
    top: 3.4rem;
  }
  100% {
    top: 3.6rem;
  }
}
@-webkit-keyframes hopTop {
  0% {
    top: 3.6rem;
  }
  100% {
    top: 3.4rem;
  }
}
@keyframes hopTop {
  0% {
    top: 3.6rem;
  }
  100% {
    top: 3.4rem;
  }
}
@-webkit-keyframes shrinkBottom {
  0% {
    bottom: 3.4rem;
  }
  100% {
    bottom: 3.6rem;
  }
}
@keyframes shrinkBottom {
  0% {
    bottom: 3.4rem;
  }
  100% {
    bottom: 3.6rem;
  }
}
@-webkit-keyframes hopBottom {
  0% {
    bottom: 3.6rem;
  }
  100% {
    bottom: 3.4rem;
  }
}
@keyframes hopBottom {
  0% {
    bottom: 3.6rem;
  }
  100% {
    bottom: 3.4rem;
  }
}
@-webkit-keyframes shrinkTopSp {
  0% {
    top: 3rem;
  }
  100% {
    top: 3.2rem;
  }
}
@keyframes shrinkTopSp {
  0% {
    top: 3rem;
  }
  100% {
    top: 3.2rem;
  }
}
@-webkit-keyframes hopTopSp {
  0% {
    top: 3.2rem;
  }
  100% {
    top: 3rem;
  }
}
@keyframes hopTopSp {
  0% {
    top: 3.2rem;
  }
  100% {
    top: 3rem;
  }
}
@-webkit-keyframes shrinkBottomSp {
  0% {
    bottom: 3rem;
  }
  100% {
    bottom: 3.2rem;
  }
}
@keyframes shrinkBottomSp {
  0% {
    bottom: 3rem;
  }
  100% {
    bottom: 3.2rem;
  }
}
@-webkit-keyframes hopBottomSp {
  0% {
    bottom: 3.2rem;
  }
  100% {
    bottom: 3rem;
  }
}
@keyframes hopBottomSp {
  0% {
    bottom: 3.2rem;
  }
  100% {
    bottom: 3rem;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.a-hover-menu-btn:not(.is-preload).a-hover-menu-btn__target:first-child {
  -webkit-animation: shrinkTop 0.1s linear forwards;
          animation: shrinkTop 0.1s linear forwards;
}
@media only screen and (max-width: 980px) {
  .a-hover-menu-btn:not(.is-preload).a-hover-menu-btn__target:first-child {
    -webkit-animation: shrinkTopSp 0.1s linear forwards;
            animation: shrinkTopSp 0.1s linear forwards;
  }
}
.a-hover-menu-btn:not(.is-preload).a-hover-menu-btn__target:last-child {
  -webkit-animation: shrinkBottom 0.1s linear forwards;
          animation: shrinkBottom 0.1s linear forwards;
}
@media only screen and (max-width: 980px) {
  .a-hover-menu-btn:not(.is-preload).a-hover-menu-btn__target:last-child {
    -webkit-animation: shrinkBottomSp 0.1s linear forwards;
            animation: shrinkBottomSp 0.1s linear forwards;
  }
}
.a-hover-menu-btn.is-hover:not(.is-active) .a-hover-menu-btn__target:first-child {
  -webkit-animation: hopTop 0.1s linear forwards;
          animation: hopTop 0.1s linear forwards;
}
@media only screen and (max-width: 980px) {
  .a-hover-menu-btn.is-hover:not(.is-active) .a-hover-menu-btn__target:first-child {
    -webkit-animation: hopTopSp 0.1s linear forwards;
            animation: hopTopSp 0.1s linear forwards;
  }
}
.a-hover-menu-btn.is-hover:not(.is-active) .a-hover-menu-btn__target:last-child {
  -webkit-animation: hopBottom 0.1s linear forwards;
          animation: hopBottom 0.1s linear forwards;
}
@media only screen and (max-width: 980px) {
  .a-hover-menu-btn.is-hover:not(.is-active) .a-hover-menu-btn__target:last-child {
    -webkit-animation: hopBottomSp 0.1s linear forwards;
            animation: hopBottomSp 0.1s linear forwards;
  }
}
.a-hover-menu-btn.is-active .a-hover-menu-btn__target:first-child, .a-hover-menu-btn.is-active .a-hover-menu-btn__target:last-child {
  -webkit-animation: none;
          animation: none;
}
.a-hover-menu-btn.is-hover.is-active {
  -webkit-animation: rotate 0.15s linear forwards;
          animation: rotate 0.15s linear forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    left: 0rem;
    opacity: 0;
  }
  30% {
    left: 2rem;
    opacity: 0;
  }
  100% {
    left: 0rem;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    left: 0rem;
    opacity: 0;
  }
  30% {
    left: 2rem;
    opacity: 0;
  }
  100% {
    left: 0rem;
    opacity: 1;
  }
}
@-webkit-keyframes fadeInPrev {
  0% {
    left: 0rem;
    opacity: 0;
  }
  30% {
    left: -2rem;
    opacity: 0;
  }
  100% {
    left: 0rem;
    opacity: 1;
  }
}
@keyframes fadeInPrev {
  0% {
    left: 0rem;
    opacity: 0;
  }
  30% {
    left: -2rem;
    opacity: 0;
  }
  100% {
    left: 0rem;
    opacity: 1;
  }
}
.a-fadein-title.is-active {
  display: block;
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.a-fadein-title.is-active-prev {
  display: block;
  -webkit-animation: fadeInPrev 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fadeInPrev 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.c-section-title {
  font-size: 2.2rem;
  line-height: 3.4rem;
  letter-spacing: 0.16rem;
  font-weight: 500;
  color: #000;
  line-height: 2.2rem;
}
@media only screen and (max-width: 980px) {
  .c-section-title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.c-section-title__pre {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #e30920;
  margin-right: 0.8rem;
  vertical-align: text-top;
}
.c-section-title__sub {
  font-family: "Roboto", Helvetica, "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 2.4rem;
  line-height: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-left: 1.6rem;
}
@media only screen and (max-width: 980px) {
  .c-section-title__sub {
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.02em;
    font-weight: 500;
    color: #000;
    font-size: 1.6rem;
    line-height: 2rem;
    display: block;
    margin-top: 1rem;
    margin-left: 0;
  }
}
.c-section-title__notice {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.058em;
  font-weight: 400;
  color: #888;
  padding-top: 1.1rem;
}

.c-view-more-btn {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding-right: 2.4rem;
  height: 2.6rem;
}
@media only screen and (max-width: 480px) {
  .c-view-more-btn--exhibition {
    height: 2.4rem;
  }
}
.c-view-more-btn--bold {
  padding-right: 2.6rem;
  height: 2.4rem;
}
.c-view-more-btn__text {
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0.11rem;
  font-weight: 300;
  font-family: "Roboto", Helvetica, "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  color: #444;
}
@media only screen and (max-width: 480px) {
  .c-view-more-btn__text {
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.02em;
    font-weight: 300;
    color: #444;
    text-align: left;
  }
}
.c-view-more-btn__text--bold {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #444;
  color: #000;
}
.c-view-more-btn__line {
  position: absolute;
  right: 0;
  bottom: 50%;
  display: block;
  width: 0.8rem;
  height: 0.1rem;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  background-color: #444;
}
.c-view-more-btn__line--bold {
  height: 0.2rem;
  background-color: #000;
}
.c-view-more-btn__open-new-icon {
  position: absolute;
  right: 0;
  bottom: 50%;
  display: block;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.c-back-to-top-btn {
  position: fixed;
  bottom: 3.2rem;
  right: 3.2rem;
  z-index: 999;
  width: 5.6rem;
  height: 5.6rem;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 480px) {
  .c-back-to-top-btn {
    bottom: 2rem;
    right: 2rem;
  }
}
@media only screen and (max-width: 1128px) {
  .c-back-to-top-btn--entry-page {
    bottom: 8.8rem;
  }
}
.c-back-to-top-btn.is-deactive {
  opacity: 0;
  pointer-events: none;
}
.c-back-to-top-btn.is-absolute {
  position: absolute;
  top: -8.8rem;
  right: 0;
}
@media only screen and (max-width: 480px) {
  .c-back-to-top-btn.is-absolute {
    top: -7.6rem;
  }
}
.c-back-to-top-btn__wrap {
  position: relative;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f5f5f5;
}
.c-back-to-top-btn__arrow svg {
  position: absolute;
  top: 2.3rem;
  right: 1.6rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media all and (-ms-high-contrast: none) {
  .c-back-to-top-btn__arrow svg:last-child {
    display: none;
  }
}

.c-archive-list {
  margin-left: 3.2rem;
  margin-right: 3.2rem;
}
.c-archive-list:not(:last-child) {
  margin-bottom: 9.6rem;
}
.c-archive-list--kr {
  font-family: "Noto Sans KR", "Roboto", Helvetica, "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}
.c-archive-list--ch {
  font-family: "Noto Sans SC", "Roboto", Helvetica, "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 480px) {
  .c-archive-list {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.c-archive-list__about-archive {
  width: 100%;
}
@media only screen and (max-width: 1128px) {
  .c-archive-list__about-archive {
    margin-left: 0;
    margin-right: 0;
  }
}
.c-archive-list__fp-top:not(:last-child) {
  margin-bottom: 9.8rem;
}
.c-archive-list__award-winning-works {
  margin-bottom: 9.8rem !important;
}
@media only screen and (max-width: 640px) {
  .c-archive-list__award-winning-works {
    margin-bottom: 6.5rem !important;
  }
}
.c-archive-list__previous-award-winning-works {
  margin-bottom: 6rem !important;
}
@media only screen and (max-width: 640px) {
  .c-archive-list__previous-award-winning-works {
    margin-bottom: 4rem !important;
  }
}
.c-archive-list__head--about-archive {
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #000;
  margin-bottom: 7rem;
}
.c-archive-list__head--about-archive--en {
  font-size: 3.4rem;
  line-height: 3.4rem;
  letter-spacing: 0.02em;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .c-archive-list__head--about-archive {
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0.02em;
    font-weight: 700;
    margin-bottom: 3.9rem;
  }
  .c-archive-list__head--about-archive--en {
    font-size: 2.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
.c-archive-list__head--top-award {
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 9.8rem;
}
.c-archive-list__head--top-award--en {
  font-size: 3.4rem;
  line-height: 3.4rem;
  letter-spacing: 0.02em;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .c-archive-list__head--top-award {
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0.02em;
    font-weight: 700;
    margin-bottom: 7.6rem;
  }
  .c-archive-list__head--top-award--en {
    font-size: 2.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.02em;
    font-weight: 600;
  }
}
.c-archive-list__head--award {
  display: none;
}
@media only screen and (max-width: 640px) {
  .c-archive-list__head--award {
    display: inherit;
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0.02em;
    font-weight: 500;
    color: #000;
    margin-bottom: 4.3rem;
  }
  .c-archive-list__head--award--en {
    font-size: 2.1rem;
    line-height: 2rem;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
.c-archive-list__head--previous {
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #000;
  margin-bottom: 7rem;
}
.c-archive-list__head--previous--en {
  font-size: 3.4rem;
  line-height: 3.4rem;
  letter-spacing: 0.02em;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .c-archive-list__head--previous {
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 0.02em;
    font-weight: 500;
    margin-bottom: 3.5rem;
  }
  .c-archive-list__head--previous--en {
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  .c-archive-list__head--previous--jmaf {
    display: none;
  }
}
.c-archive-list__section-about-archive:not(:last-child) {
  margin-bottom: 9.2rem;
}
@media only screen and (max-width: 768px) {
  .c-archive-list__section-about-archive:not(:last-child) {
    margin-bottom: 7.8rem;
  }
}
.c-archive-list__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 5.6rem;
}
.c-archive-list__title--about-top {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 480px) {
  .c-archive-list__title--about-top {
    margin-bottom: 3rem;
  }
}
.c-archive-list__title--about-archive-section {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .c-archive-list__title--about-archive-section {
    margin-bottom: 3.3rem;
  }
}
@media only screen and (max-width: 480px) {
  .c-archive-list__title--related-content {
    margin-bottom: 3.9rem;
  }
}
.c-archive-list__title--award-top {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 640px) {
  .c-archive-list__title--award-top {
    display: none;
  }
}
.c-archive-list__title--award-previous {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 640px) {
  .c-archive-list__title--award-previous {
    margin-bottom: 3.5rem;
  }
}
@media only screen and (max-width: 980px) {
  .c-archive-list__title--news-archive {
    margin-bottom: 4rem;
  }
}
.c-archive-list__link-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
  margin-top: 5.4rem;
}
@media only screen and (max-width: 480px) {
  .c-archive-list__link-wrap {
    gap: 2.1rem;
    margin-top: 4.2rem;
  }
}
.c-archive-list__link--reservation {
  width: 100%;
  margin-top: 4rem;
}
@media only screen and (max-width: 480px) {
  .c-archive-list__link--reservation {
    margin-top: 2.4rem;
  }
}
.c-archive-list__link--reservation--news-archive {
  display: none;
}
@media only screen and (max-width: 980px) {
  .c-archive-list__link--reservation--news-archive {
    display: block;
  }
}
.c-archive-list__text {
  font-size: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  color: #444;
}
@media only screen and (max-width: 480px) {
  .c-archive-list__text {
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0.02em;
    font-weight: 300;
  }
}
.c-archive-list__single-banner:not(:last-child) {
  margin-bottom: 2.4rem;
}

.c-single-img {
  width: 100%;
  height: 100%;
  /* 協賛事業 SP 160x72 に強制する(実装見直したい) */
}
.c-single-img__img--bg {
  position: relative;
  background-color: #f5f5f5;
}
.c-single-img__bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-single-img__img-wrap {
  position: relative;
  width: 100%;
}
.c-single-img__placeholder, .c-single-img__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .p-cooperative-program__banner .c-single-img__img-wrap {
    padding-top: 45% !important;
  }
}
@media only screen and (max-width: 480px) {
  .p-cooperative-program__banner .c-single-img__content {
    object-fit: cover;
  }
}

.c-thumb-half-column-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -4rem;
}
@media only screen and (max-width: 980px) {
  .c-thumb-half-column-list {
    margin-bottom: -2.4rem;
  }
}
.c-thumb-half-column-list__item {
  width: calc(50% - 2rem);
  margin-bottom: 4rem;
}
@media only screen and (max-width: 980px) {
  .c-thumb-half-column-list__item {
    width: calc(50% - 1.2rem);
    margin-bottom: 2.4rem;
  }
}
@media only screen and (max-width: 980px) and (max-width: 480px) {
  .c-thumb-half-column-list__item {
    width: 100%;
  }
}
.c-thumb-half-column-list__item--small {
  width: calc(50% - 1.2rem);
}
@media only screen and (max-width: 480px) {
  .c-thumb-half-column-list__item--small {
    width: 100%;
  }
}
.c-thumb-half-column-list__item-link {
  box-sizing: border-box;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0);
}
.c-thumb-half-column-list__item-single-title {
  font-size: 1.6rem;
  line-height: 1.6rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 980px) {
  .c-thumb-half-column-list__item-single-title {
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.c-thumb-half-column-list__img-wrap {
  position: relative;
  box-sizing: border-box;
}
.c-thumb-half-column-list__img-wrap--target:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23999%22%3E%20%3Cpath%20d%3D%22M9%209.6v1.8H.6V3h1.8%22%2F%3E%20%3Cpath%20d%3D%22M11.4%207.8H4.2V.6h7.2z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 1.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
}
@media all and (-ms-high-contrast: none) {
  .c-thumb-half-column-list__img-wrap--target:after {
    background-size: 12px;
  }
}
.c-thumb-half-column-list__text-wrap {
  padding: 1.6rem 0;
}
.c-thumb-half-column-list__item-head {
  font-size: 1.1rem;
  line-height: 1.8rem;
  letter-spacing: 0.08rem;
  font-weight: 500;
  color: #444;
  margin-bottom: 0.4rem;
}
.c-thumb-half-column-list__item-title {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #444;
  margin-bottom: 0.4rem;
}
.c-thumb-half-column-list__item-info {
  font-size: 1.1rem;
  line-height: 1.8rem;
  letter-spacing: 0.08rem;
  font-weight: 300;
  color: #888;
}

.c-thumb-one-third-column-list {
  display: flex;
  gap: 4rem;
}
@media only screen and (max-width: 480px) {
  .c-thumb-one-third-column-list {
    flex-direction: column;
    gap: 2rem;
  }
}
.c-thumb-one-third-column-list__item {
  width: 100%;
}
.c-thumb-one-third-column-list__border-box {
  box-sizing: border-box;
  border: 0.1rem solid #DDD;
}

.c-image-flow {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  pointer-events: none;
}
.c-image-flow__wrap, .c-image-flow__list {
  display: flex;
  flex-shrink: 0;
  height: 100%;
}
.c-image-flow__item {
  flex-shrink: 0;
  height: 100%;
}
.c-image-flow__item img {
  width: auto;
  height: 100%;
}

.c-image-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 2.6rem;
  margin-bottom: -2.6rem;
}
@media only screen and (max-width: 1064px) {
  .c-image-slider {
    position: inherit;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1064px) {
  .c-image-slider--content {
    position: relative;
    padding-bottom: 2.6rem;
    margin-bottom: -2.6rem;
  }
}
.c-image-slider__trimmer {
  cursor: pointer;
  overflow: hidden;
  height: 100%;
  background-color: #f5f5f5;
}
.c-image-slider__image-wrap {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.c-image-slider__image-wrap.is-transition {
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-image-slider__image-wrap--single-slide:not(.c-image-slider__image-wrap--top-fv) {
  cursor: default;
  -webkit-transform: none;
          transform: none;
}
.c-image-slider__slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.c-image-slider__slide--top-fv {
  background-color: #fff;
}
.c-image-slider__slide--one-column {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.c-image-slider__slide-elem {
  position: relative;
}
.c-image-slider__slide-elem--top-fv {
  width: 76.8rem;
  height: 100%;
  margin-left: auto;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 1064px) {
  .c-image-slider__slide-elem--top-fv {
    width: 100%;
    height: 52.0676691729vw;
    height: calc(var(--vw, 1vw) * 100 / 2128 * 1108);
  }
}
@media only screen and (max-width: 1064px) and (max-width: 640px) {
  .c-image-slider__slide-elem--top-fv {
    width: 80.5333333333vw;
    width: calc(var(--vw, 1vw) * 100 * 302 / 375);
    height: 60.8vw;
    height: calc(var(--vw, 1vw) * 100 * 228 / 375);
  }
}
.c-image-slider__bg-slide-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.c-slider-handle {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0.1s;
  width: 4.8rem;
  height: calc(100% - 2rem);
  cursor: pointer;
}
.c-slider-handle--left {
  left: 0;
}
.c-slider-handle--right {
  right: 0;
}
.c-slider-handle.is-enter {
  opacity: 1;
}
@media only screen and (max-width: 980px) {
  .c-slider-handle {
    display: none;
  }
}
.c-slider-handle__arrow {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  width: 4.8rem;
  height: 9.6rem;
  background: #fff;
  pointer-events: none;
}
.c-slider-handle__arrow svg {
  position: absolute;
  top: 4.5rem;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none) {
  .c-slider-handle__arrow svg:last-child {
    display: none;
  }
}
.c-slider-handle__arrow--left > svg {
  right: 1.2rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.c-slider-handle__arrow--right > svg {
  left: 1.2rem;
}

.c-slider-pager {
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  padding-top: 1.3rem;
  padding-bottom: 0.7rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 980px) {
  .c-slider-pager {
    position: absolute;
    right: 0.8rem;
    bottom: -2.6rem;
  }
}
@media only screen and (max-width: 980px) and (max-width: 640px) {
  .c-slider-pager {
    right: 2rem;
    bottom: 0;
  }
}
.c-slider-pager--one-column {
  padding-right: 1.4rem;
}
@media only screen and (max-width: 980px) {
  .c-slider-pager--one-column {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 980px) and (max-width: 640px) {
  .c-slider-pager--one-column {
    right: 0;
    bottom: 0;
  }
}
.c-slider-pager--award, .c-slider-pager--book {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 1.4rem;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .c-slider-pager--award, .c-slider-pager--book {
    padding-right: 3.2rem;
  }
}
@media only screen and (max-width: 980px) and (max-width: 480px) {
  .c-slider-pager--award, .c-slider-pager--book {
    position: inherit;
    left: 0rem;
    right: auto;
    justify-content: flex-start;
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 980px) {
  .c-slider-pager--top-fv {
    bottom: -0.6rem;
  }
}
.c-slider-pager--content {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .c-slider-pager--content {
    position: inherit;
    justify-content: flex-start;
    padding-top: 0;
    margin-top: 1.3rem;
  }
}
.c-slider-pager__element {
  transition: width 0.2s, height 0.2s, margin-top 0.2s;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.1rem;
  border-radius: 50%;
  background: #444;
}
.c-slider-pager__element:not(:last-child) {
  margin-right: 0.8rem;
}
.c-slider-pager__element.is-active {
  width: 0.6rem;
  height: 0.6rem;
  margin-top: 0;
}
.c-slider-pager__element.is-active:not(:last-child) {
  margin-right: 0.7rem;
}

.c-info-text {
  display: flex;
}
@media only screen and (max-width: 480px) {
  .c-info-text {
    flex-wrap: wrap;
    margin-bottom: -0.4rem;
  }
}
.c-info-text__note {
  font-family: "Roboto", Helvetica, "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #e30920;
  margin-right: 0.4rem;
}
.c-info-text__date, .c-info-text__category {
  font-family: "Roboto", Helvetica, "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #AAA;
  transition: color 0.1s;
}
@media only screen and (max-width: 480px) {
  .c-info-text__date, .c-info-text__category {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .c-info-text__date--news, .c-info-text__category--news {
    width: auto;
  }
}
.c-info-text__date--jp, .c-info-text__category--jp {
  font-family: "Roboto", Helvetica, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
  margin-top: -0.1rem;
}
.c-info-text__date {
  margin-right: 1.6rem;
}

.c-box-button {
  position: relative;
  width: 100%;
}
.c-box-button__wrap {
  position: relative;
  box-sizing: border-box;
  padding: 1.6rem 0;
  border-bottom: 0.1rem solid #DDD;
}
.c-box-button__text {
  font-family: "Roboto", Helvetica, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  color: #444;
  padding-right: 2.4rem;
  text-align: left;
}
.c-box-button__text--en {
  font-family: "Roboto", Helvetica, "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}
.c-box-button__text--press {
  margin-bottom: 0.4rem;
}
.c-box-button__text--large {
  font-size: 1.8rem;
  line-height: 3.2rem;
  letter-spacing: 0.13rem;
  font-weight: 500;
  color: #444;
}
.c-box-button__text--bold {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #444;
}
.c-box-button__note-text {
  font-size: 1.1rem;
  line-height: 1.8rem;
  letter-spacing: 0.08rem;
  font-weight: 300;
  color: #888;
  margin-left: 0.8rem;
}
.c-box-button__info {
  font-size: 1.1rem;
  line-height: 1.8rem;
  letter-spacing: 0.08rem;
  font-weight: 300;
  color: #888;
  padding-right: 2.4rem;
  display: block;
}
.c-box-button__line {
  position: absolute;
  right: 0;
  bottom: 50%;
  display: block;
  width: 0.8rem;
  height: 0.1rem;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  background-color: #444;
}
.c-box-button__target-icon {
  position: absolute;
  right: 0;
  bottom: 50%;
  display: block;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23444%22%3E%20%3Cpath%20d%3D%22M7.5%208v1.5h-7v-7H2%22%2F%3E%20%3Cpath%20d%3D%22M9.5%206.5h-6v-6h6z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (-ms-high-contrast: none) {
  .c-box-button__target-icon {
    background-size: 9px;
  }
}
.c-box-button__download-icon {
  position: absolute;
  right: 0.8rem;
  bottom: 50%;
  display: block;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%20%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23444%22%20d%3D%22M5.5%200v7l-3-2.692M0%209.5h10%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (-ms-high-contrast: none) {
  .c-box-button__download-icon {
    background-size: 9px;
  }
}
.c-box-button__download-icon--large {
  right: 0;
}
.c-box-button--rev .c-box-button__text {
  text-align: right;
  padding-right: 0;
}
.c-box-button--rev .c-box-button__line {
  right: auto;
  left: 0;
}
.c-box-button--no-link .c-box-button__link {
  pointer-events: none;
}
.c-box-button--no-link .c-box-button__text {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  color: #d2d2d2;
}
.c-box-button--no-link .c-box-button__line {
  background-color: #d2d2d2;
}
.c-box-button--no-link .c-box-button__target-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2010%2010%22%20style%3D%22enable-background%3Anew%200%200%2010%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23D2D2D2%3B%7D%3C%2Fstyle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cg%20id%3D%22PC-Symbols%22%3E%20%3Cg%20id%3D%22PC_x2F_btn_x2F_box_x2F_open-in-new-JP%22%20transform%3D%22translate%28-307.000000%2C%20-23.000000%29%22%3E%20%3Cg%20id%3D%22icon_x2F_open-in-new%22%20transform%3D%22translate%28307.000000%2C%2023.000000%29%22%3E%20%3Cg%20id%3D%22Group%22%20transform%3D%22translate%280.500000%2C%200.500000%29%22%3E%20%3Cpolyline%20id%3D%22Rectangle%22%20class%3D%22st0%22%20points%3D%227%2C7.5%207%2C9%200%2C9%200%2C2%201.5%2C2%20%22%2F%3E%20%3Crect%20id%3D%22Rectangle-Copy%22%20x%3D%223%22%20y%3D%220%22%20class%3D%22st0%22%20width%3D%226%22%20height%3D%226%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.c-box-button-2 {
  position: relative;
  width: 100%;
}
.c-box-button-2__wrap {
  display: flex;
  align-items: center;
}
.c-box-button-2__padding-overlay-nav {
  padding: 1.9rem 0 2rem;
}
.c-box-button-2__padding-about {
  padding-bottom: 2.2rem;
}
@media only screen and (max-width: 480px) {
  .c-box-button-2__padding-about {
    padding-bottom: 2rem;
  }
}
.c-box-button-2__padding-related-program-archive-list {
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 880px) {
  .c-box-button-2__padding-related-program-archive-list {
    padding-bottom: 2rem;
  }
}
.c-box-button-2__padding-contest-top {
  padding-top: 2.2rem;
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 640px) {
  .c-box-button-2__padding-contest-top {
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.c-box-button-2__padding-event-report {
  padding-bottom: 2rem;
}
@media only screen and (max-width: 480px) {
  .c-box-button-2__padding-event-report {
    padding-bottom: 1.6rem;
  }
}
.c-box-button-2__padding-award-divisiton-ex {
  padding-bottom: 2.1rem;
}
.c-box-button-2__padding-award-back {
  padding-bottom: 2.1rem;
}
@media only screen and (max-width: 480px) {
  .c-box-button-2__padding-award-back {
    padding-bottom: 1.7rem;
  }
}
.c-box-button-2__padding-award-critiques {
  padding-bottom: 1.9rem;
}
.c-box-button-2__padding-award-profile {
  padding-bottom: 1.2rem;
}
.c-box-button-2__padding-award-profile-back {
  padding-bottom: 1.7rem;
}
.c-box-button-2__padding-screening-dl-file {
  padding-bottom: 2.1rem;
}
@media only screen and (max-width: 480px) {
  .c-box-button-2__padding-screening-dl-file {
    padding-bottom: 2.2rem;
  }
}
.c-box-button-2__padding-press {
  padding-bottom: 1.9rem;
}
@media only screen and (max-width: 480px) {
  .c-box-button-2__padding-press {
    padding-bottom: 1.4rem;
  }
}
.c-box-button-2__padding-press-contact {
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 480px) {
  .c-box-button-2__padding-press-contact {
    padding-bottom: 2.2rem;
  }
}
.c-box-button-2__content {
  width: 100%;
  padding-right: 2.4rem;
}
.c-box-button-2__content--icon-none {
  padding-right: 0;
}
.c-box-button-2__line-icon {
  position: absolute;
  right: 0;
  display: block;
  width: 0.8rem;
  height: 0.1rem;
  background-color: #444;
}
.c-box-button-2__target-icon {
  position: absolute;
  right: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23444%22%3E%20%3Cpath%20d%3D%22M7.5%208v1.5h-7v-7H2%22%2F%3E%20%3Cpath%20d%3D%22M9.5%206.5h-6v-6h6z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (-ms-high-contrast: none) {
  .c-box-button-2__target-icon {
    background-size: 9px;
  }
}
.c-box-button-2__download-icon {
  position: absolute;
  right: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%20%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23444%22%20d%3D%22M5.5%200v7l-3-2.692M0%209.5h10%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (-ms-high-contrast: none) {
  .c-box-button-2__download-icon {
    background-size: 9px;
  }
}

.c-rectangle-button {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #000;
  position: relative;
  width: 100%;
  height: 5rem;
  box-sizing: border-box;
  border: 1px solid #DDD;
  transition: all 0.3s;
  line-height: 5rem;
  text-align: center;
}
.c-rectangle-button--no-link {
  color: #d2d2d2;
}
.c-rectangle-button__wrap {
  width: 22rem;
  height: 5rem;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 980px) {
  .c-rectangle-button__wrap {
    width: 21.5rem;
    margin-top: 3.2rem;
  }
}
.c-rectangle-button__text {
  line-height: 1.6rem;
  font-weight: 300;
  position: relative;
  display: inline-block;
  -webkit-transform: translateX(-1.2rem);
          transform: translateX(-1.2rem);
}
.c-rectangle-button__line {
  transition: all 0.3s;
  position: absolute;
  right: -2.4rem;
  top: 50%;
  width: 0.8rem;
  height: 0.1rem;
  background-color: #000;
}
.c-rectangle-button__target-icon {
  position: absolute;
  right: -1.4rem;
  bottom: 50%;
  display: block;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23444%22%3E%20%3Cpath%20d%3D%22M7.5%208v1.5h-7v-7H2%22%2F%3E%20%3Cpath%20d%3D%22M9.5%206.5h-6v-6h6z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.3s;
}
@media all and (-ms-high-contrast: none) {
  .c-rectangle-button__target-icon {
    background-size: 9px;
  }
}
.c-rectangle-button__download-icon {
  position: absolute;
  right: -2.6rem;
  bottom: 50%;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%20%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23444%22%20d%3D%22M5.5%200v7l-3-2.692M0%209.5h10%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.3s;
}
@media all and (-ms-high-contrast: none) {
  .c-rectangle-button__download-icon {
    background-size: 9px;
  }
}
.c-rectangle-button.is-hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
.c-rectangle-button.is-hover .c-rectangle-button__line {
  transition: all 0.3s;
  background-color: #fff;
}
.c-rectangle-button.is-hover .c-rectangle-button__target-icon {
  transition: background-image 0.3s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23FFF%22%3E%20%3Cpath%20d%3D%22M7.5%208v1.5h-7v-7H2%22%2F%3E%20%3Cpath%20d%3D%22M9.5%206.5h-6v-6h6z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.c-rectangle-button.is-hover .c-rectangle-button__download-icon {
  transition: background-image 0.3s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%20%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23FFF%22%20d%3D%22M5.5%200v7l-3-2.692M0%209.5h10%22%2F%3E%3C%2Fsvg%3E");
}

.c-text-button {
  position: relative;
}
@media only screen and (max-width: 480px) {
  .c-text-button {
    width: 100%;
  }
}
.c-text-button--footer {
  width: 100%;
  height: 4.8rem;
}
.c-text-button__text-link {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  .c-text-button__link {
    position: relative;
    box-sizing: border-box;
    padding: 1.6rem 0;
    border-bottom: 0.1rem solid #DDD;
  }
}
.c-text-button__line {
  position: absolute;
  right: 0;
  bottom: 1rem;
  display: block;
  width: 0.8rem;
  height: 0.1rem;
  background-color: #000;
}
.c-text-button__line--footer {
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  background-color: #444;
}
@media only screen and (max-width: 480px) {
  .c-text-button__line {
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
    background-color: #444;
  }
}
.c-text-button__title {
  font-family: "Roboto", Helvetica, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #000;
  padding-right: 2.4rem;
  text-align: left;
}
.c-text-button__title--footer {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  color: #444;
}
@media only screen and (max-width: 480px) {
  .c-text-button__title {
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.02em;
    font-weight: 300;
    color: #444;
  }
}

.c-one-side-arrow__body {
  position: absolute;
  top: 2.7rem;
  left: 1.4rem;
  display: inline-block;
  width: 2.2rem;
  height: 0.1rem;
  background-color: #000;
  border-radius: 0.05rem;
  transition: all 0.15s ease-out;
}
.c-one-side-arrow__body::before {
  content: " ";
  width: 1rem;
  height: 0.1rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  position: absolute;
  top: 0.2rem;
  right: -0.1rem;
  border-top: solid 0.1rem #000;
  border-radius: 0.05rem;
}
.c-one-side-arrow__body--screening {
  background-color: #fff !important;
}
.c-one-side-arrow__body--screening::before {
  border-top-color: #fff !important;
}
.c-one-side-arrow--step-btn {
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
}
.c-one-side-arrow--step-btn .c-one-side-arrow__body {
  top: 1.9rem;
  left: 1.1rem;
  width: 1.6rem;
  height: 0.1rem;
}
@media only screen and (max-width: 480px) {
  .c-one-side-arrow--step-btn .c-one-side-arrow__body {
    top: 1.4rem;
    left: 0.7rem;
    width: 1.4rem;
  }
}
.c-one-side-arrow--step-btn .c-one-side-arrow__body::before {
  width: 0.8rem;
  transition: all 0.3s;
  border-top: solid 0.1rem #000;
}
@media only screen and (max-width: 480px) {
  .c-one-side-arrow--step-btn .c-one-side-arrow__body::before {
    top: 0.1rem;
    width: 0.6rem;
    -webkit-transform: rotate(-33deg);
            transform: rotate(-33deg);
  }
}

.c-text-link-list-single:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 480px) {
  .c-text-link-list-single:not(:last-of-type) {
    margin-bottom: 1.2rem;
  }
}
.c-text-link-list-single.is-hover .c-info-text__date, .c-text-link-list-single.is-hover .c-info-text__category {
  transition: color 0.1s;
  color: #000;
}
.c-text-link-list-single__link {
  display: block;
  box-sizing: border-box;
  padding-bottom: 1.9rem;
  border-bottom: 0.1rem solid #DDD;
}
@media only screen and (max-width: 480px) {
  .c-text-link-list-single__link {
    padding-bottom: 1.4rem;
  }
}
.c-text-link-list-single__title {
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #000;
  margin-bottom: 1.1rem;
  /* 3行以上は3点リーダーで省略 */
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 480px) {
  .c-text-link-list-single__title {
    margin-bottom: 0.8rem;
  }
}
.c-text-link-list-single__year {
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #E60012;
  margin-right: 0.8rem;
}
@media only screen and (max-width: 480px) {
  .c-text-link-list-single__year {
    margin-right: 0.6rem;
  }
}

.c-schedule-list-single {
  display: flex;
  align-items: center;
  gap: 5.8rem;
}
@media only screen and (max-width: 768px) {
  .c-schedule-list-single {
    display: inherit;
  }
}
.c-schedule-list-single:not(:last-child) {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .c-schedule-list-single:not(:last-child) {
    margin-bottom: 3.6rem;
  }
}
.c-schedule-list-single__wrap {
  width: 100%;
}
.c-schedule-list-single__title {
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  flex: none;
}
.c-schedule-list-single__title--en {
  font-size: 2.2rem;
  line-height: 3.2rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .c-schedule-list-single__title {
    font-size: 1.8rem;
    line-height: 1.8rem;
    letter-spacing: 0.02em;
    font-weight: 500;
    margin-bottom: 2.4rem;
  }
  .c-schedule-list-single__title--en {
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
.c-schedule-list-single__sub-title {
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-bottom: 3.3rem;
}
@media only screen and (max-width: 768px) {
  .c-schedule-list-single__sub-title {
    font-size: 1.8rem;
    line-height: 3.2rem;
    letter-spacing: 0.02em;
    font-weight: 500;
    margin-bottom: 2.4rem;
  }
}
.c-schedule-list-single__sub-title--fp {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .c-schedule-list-single__sub-title--fp {
    margin-top: 3.6rem;
  }
}
.c-schedule-list-single__item-wrap {
  display: flex;
  flex-wrap: wrap;
  flex: auto;
}
@media only screen and (max-width: 768px) {
  .c-schedule-list-single__item-wrap {
    margin-bottom: -1.6rem;
  }
}
.c-schedule-list-single__item {
  position: relative;
  width: 25%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .c-schedule-list-single__item {
    width: 50%;
    margin-bottom: 1.6rem;
    border-left: 0.1rem solid #444;
    padding-left: 1.6rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .c-schedule-list-single__item {
    width: 100%;
  }
}
.c-schedule-list-single__item:not(:last-child) {
  padding-right: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .c-schedule-list-single__item:not(:last-child) {
    padding-right: 1.6rem;
  }
}
.c-schedule-list-single__item:not(:first-child) {
  padding-left: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .c-schedule-list-single__item:not(:first-child) {
    padding-left: 1.6rem;
  }
}
.c-schedule-list-single__item:last-child .c-schedule-list-single__item-sep-line-pc {
  display: none;
}
.c-schedule-list-single__item--passed .c-schedule-list-single__item-title,
.c-schedule-list-single__item--passed .c-schedule-list-single__item-date,
.c-schedule-list-single__item--passed .c-schedule-list-single__item-info,
.c-schedule-list-single__item--passed .c-schedule-list-single__tbc {
  color: #AAA;
}
@media only screen and (max-width: 768px) {
  .c-schedule-list-single__item--passed {
    border-left: 0.1rem solid #DDD;
  }
}
.c-schedule-list-single__item--current .c-schedule-list-single__item-title,
.c-schedule-list-single__item--current .c-schedule-list-single__item-date,
.c-schedule-list-single__item--current .c-schedule-list-single__item-info,
.c-schedule-list-single__item--current .c-schedule-list-single__item-date--tbc::after,
.c-schedule-list-single__item--current .c-schedule-list-single__item-info--tbc::after {
  color: #E60012;
}
.c-schedule-list-single__item-link {
  height: 100%;
}
.c-schedule-list-single__item-link.is-hover .c-schedule-list-single__item-title, .c-schedule-list-single__item-link.is-hover .c-schedule-list-single__item-date, .c-schedule-list-single__item-link.is-hover .c-schedule-list-single__item-date--tbc::after, .c-schedule-list-single__item-link.is-hover .c-schedule-list-single__item-date--tbc-kr::after, .c-schedule-list-single__item-link.is-hover .c-schedule-list-single__item-date--tbc-ch::after, .c-schedule-list-single__item-link.is-hover .c-schedule-list-single__item-date--tbc-en::after, .c-schedule-list-single__item-link.is-hover .c-schedule-list-single__item-info, .c-schedule-list-single__item-link.is-hover .c-schedule-list-single__item-info--tbc::after, .c-schedule-list-single__item-link.is-hover .c-schedule-list-single__item-info--tbc-kr::after, .c-schedule-list-single__item-link.is-hover .c-schedule-list-single__item-info--tbc-ch::after, .c-schedule-list-single__item-link.is-hover .c-schedule-list-single__item-info--tbc-en::after {
  color: #000;
  -webkit-animation: blinktext 0.1s;
          animation: blinktext 0.1s;
}
@-webkit-keyframes blinktext {
  0% {
    color: #888;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #000;
  }
}
@keyframes blinktext {
  0% {
    color: #888;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #000;
  }
}
.c-schedule-list-single__item-title {
  font-size: 1.6rem;
  line-height: 1.6rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-bottom: 1.7rem;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .c-schedule-list-single__item-title {
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.02em;
    font-weight: 400;
    margin-bottom: 0.8rem;
  }
}
.c-schedule-list-single__item-date--tbc::after, .c-schedule-list-single__item-info--tbc::after {
  content: "予定";
  font-size: 1.1rem;
  line-height: 1.1rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  padding-left: 0.4rem;
  color: #888;
}
.c-schedule-list-single__item-date--tbc-kr::after, .c-schedule-list-single__item-date--tbc-ch::after, .c-schedule-list-single__item-date--tbc-en::after, .c-schedule-list-single__item-info--tbc-kr::after, .c-schedule-list-single__item-info--tbc-ch::after, .c-schedule-list-single__item-info--tbc-en::after {
  content: "TBC";
  font-size: 1.1rem;
  line-height: 1.1rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  padding-left: 0.4rem;
  color: #888;
}
.c-schedule-list-single__item-date {
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #000;
}
.c-schedule-list-single__item-date > .day-of-week {
  font-size: 1.2rem;
  line-height: 1.4rem;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.c-schedule-list-single__item-info {
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #AAA;
  margin-top: 0.8rem;
}
.c-schedule-list-single__item-sep-line-pc {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1rem;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2284%22%20viewBox%3D%220%200%2010%2084%22%3E%20%3Cpath%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23E6E6E6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M.5.5l9%2041.5L.573%2083.5%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .c-schedule-list-single__item-sep-line-pc {
    display: none;
  }
}

.c-festival-archive-list__title-wrap {
  margin-bottom: 5.7rem;
}
@media only screen and (max-width: 980px) {
  .c-festival-archive-list__title-wrap {
    margin-bottom: 3.9rem;
  }
}
.c-festival-archive-list__title-wrap--event {
  margin-bottom: 0;
}
.c-festival-archive-list__title {
  font-size: 2.2rem;
  line-height: 2.2rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media only screen and (max-width: 980px) {
  .c-festival-archive-list__title {
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
.c-festival-archive-list__title--en {
  font-size: 2.3rem;
  line-height: 2.2rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media only screen and (max-width: 980px) {
  .c-festival-archive-list__title--en {
    font-size: 2.1rem;
    line-height: 2rem;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
.c-festival-archive-list__image-flow {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
  height: 30rem;
  margin-left: calc((-100vw + 100%) / 2);
  margin-left: calc(-1 * (var(--vw, 1vw) * 100 - 100%) / 2);
  margin-right: calc((-100vw + 100%) / 2);
  margin-right: calc(-1 * (var(--vw, 1vw) * 100 - 100%) / 2);
}
@media only screen and (max-width: 1064px) {
  .c-festival-archive-list__image-flow {
    margin-left: -3.2rem;
    margin-right: -3.2rem;
  }
}
@media only screen and (max-width: 1064px) and (max-width: 480px) {
  .c-festival-archive-list__image-flow {
    height: 18rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media only screen and (min-width: 2560px) {
  .c-festival-archive-list__image-flow {
    width: 256rem;
    margin-left: calc((-256rem + 100%) / 2);
    margin-right: calc((-256rem + 100%) / 2);
  }
}
.c-festival-archive-list__screening-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3.5rem;
          column-gap: 3.5rem;
  row-gap: 4rem;
}
@media only screen and (max-width: 640px) {
  .c-festival-archive-list__screening-grid {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 2.4rem;
  }
}
.c-festival-archive-list__screening-grid-container:hover .c-festival-archive-list__screening-grid-prize {
  transition: color 0.1s;
  color: #000;
}
.c-festival-archive-list__screening-grid-text-wrap {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
.c-festival-archive-list__screening-grid-division {
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #999;
  margin-bottom: 1.2rem;
}
.c-festival-archive-list__screening-grid-title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #000;
  margin-bottom: 0.9rem;
  /* 3行以上は3点リーダーで省略 */
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 640px) {
  .c-festival-archive-list__screening-grid-title {
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.c-festival-archive-list__screening-grid-prize {
  font-size: 1.3rem;
  line-height: 1.8rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  transition: color 0.1s;
  color: #AAA;
}
.c-festival-archive-list__event-single:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 480px) {
  .c-festival-archive-list__event-single:not(:last-child) {
    margin-bottom: 1.9rem;
  }
}
.c-festival-archive-list__event-single:hover .c-festival-archive-list__event-single-info {
  transition: color 0.1s;
  color: #000;
}
.c-festival-archive-list__event-single-line {
  border-bottom: 0.1rem solid #DDD;
}
.c-festival-archive-list__event-single-type {
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #E60012;
  margin-bottom: 0.9rem;
}
.c-festival-archive-list__event-single-title {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #000;
  margin-bottom: 0.9rem;
}
@media only screen and (max-width: 480px) {
  .c-festival-archive-list__event-single-title {
    margin-bottom: 1.1rem;
  }
}
.c-festival-archive-list__event-single-pre-title {
  color: #E60012;
  margin-right: 0.4rem;
}
.c-festival-archive-list__event-single-info {
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  transition: color 0.1s;
  color: #AAA;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 480px) {
  .c-festival-archive-list__event-single-info {
    margin-bottom: 2rem;
  }
}
.c-festival-archive-list__event-single-info-date {
  margin-right: 0.8rem;
}
@media only screen and (max-width: 480px) {
  .c-festival-archive-list__event-single-info-date {
    margin-right: 0.6rem;
  }
}
.c-festival-archive-list__snap {
  width: 28.4rem;
  flex-shrink: 0;
  scroll-snap-align: center;
}
.c-festival-archive-list__snap:hover .c-festival-archive-list__snap-discusser {
  transition: color 0.1s;
  color: #000;
}
@media only screen and (max-width: 480px) {
  .c-festival-archive-list__snap {
    width: calc((100vw - 4rem) * 0.8);
  }
}
.c-festival-archive-list__snap-wrap {
  display: flex;
  gap: 2.4rem;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-festival-archive-list__snap-wrap::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 480px) {
  .c-festival-archive-list__snap-wrap {
    gap: 2rem;
  }
}
.c-festival-archive-list__snap-text--talk-session {
  margin-top: 1.9rem;
  margin-bottom: 2rem;
}
.c-festival-archive-list__snap-text--event-report {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 480px) {
  .c-festival-archive-list__snap-text--event-report {
    margin-top: 1.9rem;
    margin-bottom: 2rem;
  }
}
.c-festival-archive-list__snap-division {
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-bottom: 0.8rem;
}
.c-festival-archive-list__snap-event-type {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #E60012;
  margin-bottom: 1.1rem;
}
@media only screen and (max-width: 480px) {
  .c-festival-archive-list__snap-event-type {
    margin-bottom: 0.8rem;
  }
}
.c-festival-archive-list__snap-event-type--target-icon {
  position: absolute;
  right: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23444%22%3E%20%3Cpath%20d%3D%22M7.5%208v1.5h-7v-7H2%22%2F%3E%20%3Cpath%20d%3D%22M9.5%206.5h-6v-6h6z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (-ms-high-contrast: none) {
  .c-festival-archive-list__snap-event-type--target-icon {
    background-size: 9px;
  }
}
.c-festival-archive-list__snap-title {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #000;
  /* 3行以上は3点リーダーで省略 */
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.c-festival-archive-list__snap-discusser {
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  transition: color 0.1s;
  color: #AAA;
  margin-top: 1.1rem;
}
.c-festival-archive-list__content {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  color: #444;
}

.c-related-program-archive-list__item:not(:last-child) {
  margin-bottom: 4rem;
}
.c-related-program-archive-list__title-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.4rem;
}
.c-related-program-archive-list__title {
  font-size: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #000;
}
@media only screen and (max-width: 880px) {
  .c-related-program-archive-list__title {
    font-size: 1.6rem;
    line-height: 1.6rem;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
.c-related-program-archive-list__content-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "text   image" "button image";
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
  align-items: end;
}
@media only screen and (max-width: 880px) {
  .c-related-program-archive-list__content-wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "image" "button";
  }
}
.c-related-program-archive-list__text-block {
  grid-area: text;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  color: #444;
}
.c-related-program-archive-list__button-block {
  grid-area: button;
  margin-top: 3.8rem;
}
@media only screen and (max-width: 880px) {
  .c-related-program-archive-list__button-block {
    margin-top: 1.9rem;
  }
}
.c-related-program-archive-list__button-block:hover .c-related-program-archive-list__text {
  transition: color 0.1s;
  color: #000;
}
.c-related-program-archive-list__text {
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  transition: color 0.1s;
  color: #444;
}
.c-related-program-archive-list__image-block {
  grid-area: image;
}
@media only screen and (max-width: 880px) {
  .c-related-program-archive-list__image-block {
    margin-top: 1.9rem;
  }
}
.c-related-program-archive-list__image-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  background-color: #f5f5f5;
}
.c-related-program-archive-list__image {
  width: 50%;
}

.c-top-fv {
  position: relative;
  width: 100%;
  max-width: 128rem;
  margin-top: 14.4rem;
  margin-bottom: 7.2rem;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
@media only screen and (max-width: 1064px) {
  .c-top-fv {
    margin-top: 7.2rem;
  }
}
@media only screen and (max-width: 1064px) and (max-width: 640px) {
  .c-top-fv {
    height: 109.0666666667vw;
    height: calc(var(--vw, 1vw) * 100 * 409 / 375);
  }
}
@media only screen and (max-width: 1064px) and (max-width: 640px) and (max-width: 480px) {
  .c-top-fv {
    margin-bottom: 5.6rem;
  }
}
.c-top-fv__sp-text-wrap {
  display: none;
}
@media only screen and (max-width: 640px) {
  .c-top-fv__sp-text-wrap {
    z-index: 1;
    position: absolute;
    display: block;
    width: 19.4666666667%;
    height: 100%;
  }
}
.c-top-fv__sp-text {
  opacity: 0;
  position: absolute;
  right: 50%;
  bottom: 0;
  width: auto;
  height: 100%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
.c-top-fv__sp-text.is-transition {
  transition: opacity 0.5s;
}
.c-top-fv__sp-text.is-show {
  opacity: 1;
}
.c-top-fv__content-wrap {
  opacity: 0;
  height: 50rem;
}
@media only screen and (max-width: 1064px) {
  .c-top-fv__content-wrap {
    height: auto;
    margin-bottom: 3.2rem;
  }
}
.c-top-fv__content-wrap.is-transition {
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-top-fv__content-wrap.is-active {
  opacity: 1;
}
.c-top-fv__title-wrap {
  position: absolute;
  top: 0;
  pointer-events: none;
  width: 115.2rem;
  height: 100%;
  padding: 0 calc((100% - 115.2rem) / 2);
}
@media only screen and (max-width: 1380px) {
  .c-top-fv__title-wrap {
    width: calc(100% - 12.8rem);
    padding: 0 calc((100% - (100% - 12.8rem)) / 2);
  }
}
@media only screen and (max-width: 1380px) and (max-width: 1064px) {
  .c-top-fv__title-wrap {
    position: relative;
    display: flex;
    width: calc(100% - 6.4rem);
    padding: 0 calc((100% - (100% - 6.4rem)) / 2);
  }
}
@media only screen and (max-width: 1380px) and (max-width: 1064px) and (max-width: 640px) {
  .c-top-fv__title-wrap {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.c-top-fv__main-svg-wrap {
  height: 26rem;
}
@media only screen and (max-width: 1064px) {
  .c-top-fv__main-svg-wrap {
    width: 24.9rem;
    height: auto;
    margin-right: 5.6rem;
  }
}
@media only screen and (max-width: 1064px) and (max-width: 768px) {
  .c-top-fv__main-svg-wrap {
    width: 32.421875vw;
    width: calc(var(--vw, 1vw) * 100 * 249 / 768);
    height: auto;
    margin-right: 7.2916666667vw;
    margin-right: calc(var(--vw, 1vw) * 100 * 56 / 768);
  }
}
@media only screen and (max-width: 1064px) and (max-width: 768px) and (max-width: 640px) {
  .c-top-fv__main-svg-wrap {
    display: none;
  }
}
.c-top-fv__main-svg {
  opacity: 0;
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 1064px) {
  .c-top-fv__main-svg {
    width: 100%;
    height: auto;
  }
}
.c-top-fv__main-svg.is-transition {
  transition: opacity 0.8s;
}
.c-top-fv__main-svg.is-show {
  opacity: 1;
}
.c-top-fv__title-svg-wrap {
  position: relative;
  height: calc(100% - 26rem);
}
@media only screen and (max-width: 1064px) {
  .c-top-fv__title-svg-wrap {
    height: auto;
  }
}
@media only screen and (max-width: 1064px) and (max-width: 640px) {
  .c-top-fv__title-svg-wrap {
    margin-left: 19.4666666667vw;
    margin-left: calc(var(--vw, 1vw) * 100 * 73 / 375);
    margin-right: 2rem;
  }
}
.c-top-fv__title-svg-container {
  position: absolute;
  bottom: 0;
  display: none;
}
@media only screen and (max-width: 1064px) {
  .c-top-fv__title-svg-container {
    top: 0;
    bottom: auto;
    width: 31.4rem;
  }
}
@media only screen and (max-width: 1064px) and (max-width: 768px) {
  .c-top-fv__title-svg-container {
    width: 40.8854166667vw;
    width: calc(var(--vw, 1vw) * 100 * 314 / 768);
  }
}
@media only screen and (max-width: 1064px) and (max-width: 768px) and (max-width: 640px) {
  .c-top-fv__title-svg-container {
    position: relative;
    width: calc(80.5333333333vw - 2rem);
    width: calc(var(--vw, 1vw) * 100 * 302 / 375 - 2rem);
  }
}
.c-top-fv__title-svg {
  width: auto;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 1064px) {
  .c-top-fv__title-svg {
    width: 100%;
    height: auto !important;
  }
}
@media only screen and (max-width: 1064px) and (max-width: 640px) {
  .c-top-fv__title-svg {
    margin-bottom: 3.2rem;
  }
}

.p-logo__img {
  width: 21.3rem;
  height: 5.7rem;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 980px) {
  .p-logo__img {
    width: 17.7rem;
    height: 4.7rem;
  }
}
.p-logo__img--overlay {
  width: 33.2rem;
  height: 8.9rem;
}

.p-main-menu {
  width: 100%;
  height: 100%;
}
.p-main-menu.hide {
  display: none;
}
@media only screen and (max-width: 980px) {
  .p-main-menu {
    display: none;
  }
}
.p-main-menu__wrap {
  display: flex;
  justify-content: flex-end;
  padding-right: 8.2rem;
  padding-top: 2.9rem;
}
.p-main-menu__item {
  font-size: 1.5rem;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
}
.p-main-menu__item:not(:last-child) {
  margin-right: 3.2rem;
}

.p-menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 8.2rem;
  height: 8rem;
}
@media only screen and (max-width: 980px) {
  .p-menu-btn {
    width: 5.8rem;
    height: 7.2rem;
  }
}
.p-menu-btn__line {
  position: absolute;
  left: 3.2rem;
  transition: top 0.1s, bottom 0.1s, -webkit-transform 0.1s;
  transition: transform 0.1s, top 0.1s, bottom 0.1s;
  transition: transform 0.1s, top 0.1s, bottom 0.1s, -webkit-transform 0.1s;
  width: 1.8rem;
  height: 0.2rem;
  background: #000;
}
.p-menu-btn__line:first-child {
  top: 3.6rem;
}
.p-menu-btn__line:last-child {
  bottom: 3.6rem;
}
@media only screen and (max-width: 980px) {
  .p-menu-btn__line {
    left: 2rem;
  }
  .p-menu-btn__line:first-child {
    top: 3.2rem;
  }
  .p-menu-btn__line:last-child {
    bottom: 3.2rem;
  }
}
.p-menu-btn.is-active .p-menu-btn__line:first-child {
  top: 3.9rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-menu-btn.is-active .p-menu-btn__line:last-child {
  bottom: 3.9rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 980px) {
  .p-menu-btn.is-active .p-menu-btn__line:first-child {
    top: 3.5rem;
  }
  .p-menu-btn.is-active .p-menu-btn__line:last-child {
    bottom: 3.5rem;
  }
}

.p-breadcrumbs {
  width: 100%;
  min-width: 0;
  max-width: 121.6rem;
  height: 1.8rem;
  margin: 0 auto 4rem;
  overflow: hidden;
  color: #888;
}
@media only screen and (max-width: 980px) {
  .p-breadcrumbs {
    margin: 0 auto 2.4rem;
  }
}
.p-breadcrumbs__wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-breadcrumbs__item.is-active {
  pointer-events: none;
}
.p-breadcrumbs__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.8rem;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2219px%22%20height%3D%2234px%22%20viewBox%3D%220%200%2019%2034%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%3E%20%3Cg%20id%3D%22Symbols%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22icon%2Farr_R%22%20transform%3D%22translate%281.000000%2C%201.000000%29%22%20stroke%3D%22%23666666%22%20stroke-width%3D%222%22%3E%20%3Cpolyline%20id%3D%22arr%22%20transform%3D%22translate%288.000000%2C%2016.000000%29%20scale%28-1%2C%201%29%20translate%28-8.000000%2C%20-16.000000%29%20%22%20points%3D%2216%2032%200%2016%2016%200%22%3E%3C%2Fpolyline%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (-ms-high-contrast: none) {
  .p-breadcrumbs__item:not(:last-child)::after {
    background-size: 4px 8px;
  }
}
.p-breadcrumbs__text {
  font-size: 1.1rem;
  line-height: 1.8rem;
  letter-spacing: 0.08rem;
  font-weight: 300;
  color: #888;
  display: inline;
  white-space: nowrap;
}
.p-breadcrumbs__arw {
  width: 0.4rem;
  height: 0.8rem;
  margin: 0.55rem 0.8rem;
}

.p-footer-nav {
  width: 100%;
  margin: 0 auto 4.8rem;
  max-width: 121.6rem;
}
@media only screen and (max-width: 980px) {
  .p-footer-nav {
    margin: 0 auto 2.4rem;
  }
}
.p-footer-nav__wrap--desktop {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto 1fr;
  grid-template-areas: "about contest contest award festival" "about contest contest award 25jmaf";
  -webkit-column-gap: 2.4rem;
          column-gap: 2.4rem;
  row-gap: 4rem;
}
@media only screen and (max-width: 980px) {
  .p-footer-nav__wrap--desktop {
    display: none;
  }
}
.p-footer-nav__wrap--sp {
  display: none;
}
@media only screen and (max-width: 980px) {
  .p-footer-nav__wrap--sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-footer-nav__section--about {
  grid-area: about;
}
.p-footer-nav__section--contest {
  grid-area: contest;
}
.p-footer-nav__section--award {
  grid-area: award;
}
.p-footer-nav__section--festival {
  grid-area: festival;
}
.p-footer-nav__section--25jmaf {
  grid-area: 25jmaf;
}
.p-footer-nav__section, .p-footer-nav__separater-item {
  min-width: calc((100vw - 6.4rem - 9.6rem) / 5);
  min-width: calc((var(--vw, 1vw) * 100 - 6.4rem - 9.6rem) / 5);
}
@media only screen and (min-width: 1280px) {
  .p-footer-nav__section, .p-footer-nav__separater-item {
    min-width: 22.4rem;
  }
}
@media only screen and (max-width: 980px) {
  .p-footer-nav__section, .p-footer-nav__separater-item {
    min-width: 0;
    width: calc(50% - 1.2rem);
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 980px) and (max-width: 480px) {
  .p-footer-nav__section, .p-footer-nav__separater-item {
    width: 100%;
  }
}
.p-footer-nav__section-title {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #444;
  margin-bottom: 1.6rem;
}
.p-footer-nav__section-title a {
  display: inline-block;
}
.p-footer-nav__item {
  font-size: 1.1rem;
  line-height: 1.8rem;
  letter-spacing: 0.08rem;
  font-weight: 300;
  color: #888;
}
.p-footer-nav__item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.p-footer-nav__separater-wrap {
  display: flex;
  -webkit-column-gap: 2.4rem;
          column-gap: 2.4rem;
}
.p-footer-nav__separater-title {
  font-size: 1.1rem;
  line-height: 1.8rem;
  letter-spacing: 0.08rem;
  font-weight: 500;
  color: #888;
  margin-bottom: 1.6rem;
}
.p-footer-nav__separater-title br {
  display: block;
}
@media only screen and (max-width: 980px) {
  .p-footer-nav__separater-title br {
    display: none;
  }
}
.p-footer-nav__separater-item-link {
  margin-bottom: 1.6rem;
}
.p-footer-nav__open-new-icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.8rem;
  margin-bottom: -0.1rem;
}

.p-footer-bottom-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  max-width: 121.6rem;
}
@media only screen and (max-width: 1240px) and (max-width: 980px) {
  .p-footer-bottom-contents {
    display: block;
  }
}
.p-footer-bottom-contents__list-wrap {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 980px) {
  .p-footer-bottom-contents__list-wrap {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 2.9rem;
  }
}
.p-footer-bottom-contents__list-wrap--sub-menu {
  order: 2;
}
@media only screen and (max-width: 1240px) {
  .p-footer-bottom-contents__list-wrap--sub-menu {
    order: 0;
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 1240px) and (max-width: 980px) {
  .p-footer-bottom-contents__list-wrap--sub-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 2rem;
    margin-bottom: 3.9rem;
  }
}
.p-footer-bottom-contents__list-item {
  margin-right: 2rem;
}
@media only screen and (max-width: 980px) and (max-width: 480px) {
  .p-footer-bottom-contents__list-item:first-child {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-footer-bottom-contents__list-item--sub-menu {
  font-size: 1.1rem;
  line-height: 1.1rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  color: #888;
}
@media only screen and (max-width: 980px) {
  .p-footer-bottom-contents__list-item--sub-menu {
    font-size: 1.2rem;
    line-height: 1.4rem;
    letter-spacing: 0.02em;
    font-weight: 300;
    color: #444;
    margin-right: 0;
    width: calc((100% - 2.4rem) / 2);
  }
}
@media only screen and (max-width: 980px) and (max-width: 480px) {
  .p-footer-bottom-contents__list-item--sub-menu:first-child {
    width: calc((100% - 2.4rem) / 2);
    margin-bottom: 0;
  }
}
.p-footer-bottom-contents__list-item-link {
  height: 1.2rem;
}
.p-footer-bottom-contents__list-item-link--large {
  height: 1.8rem;
  margin-right: 1.2rem;
}
.p-footer-bottom-contents__list-item-img {
  width: auto;
  height: 100%;
}
.p-footer-bottom-contents__text {
  font-size: 1.1rem;
  line-height: 1.1rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  color: #888;
  order: 3;
}

.p-overlay-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0px);
  opacity: 0;
  transition: opacity 0.2s;
  background-color: #fff;
  pointer-events: none;
}
.p-overlay-menu::-webkit-scrollbar {
  display: none;
}
.p-overlay-menu.is-active {
  opacity: 1;
  pointer-events: auto;
}
.p-overlay-menu__wrap {
  display: flex;
  flex-direction: column;
  margin: 8rem auto 10rem;
  width: calc(100% - 6.4rem);
  max-width: 100rem;
}
@media only screen and (max-width: 980px) {
  .p-overlay-menu__wrap {
    margin: 7.2rem auto 8rem;
  }
}
@media only screen and (max-width: 480px) {
  .p-overlay-menu__wrap {
    width: calc(100% - 4rem);
  }
}
.p-overlay-menu__header {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.8rem;
  margin-bottom: 3.1rem;
}
@media only screen and (max-width: 480px) {
  .p-overlay-menu__header {
    margin-top: 2.6rem;
    margin-bottom: 4.5rem;
  }
}
.p-overlay-menu__lang-button {
  margin-left: -2rem;
}
@media only screen and (max-width: 768px) {
  .p-overlay-menu__lang-button {
    margin-left: -1rem;
  }
}
.p-overlay-menu__sns {
  display: flex;
  margin-right: -1rem;
}
@media only screen and (max-width: 480px) {
  .p-overlay-menu__sns {
    margin-right: -1.2rem;
  }
}
.p-overlay-menu__sns-item-img {
  height: 1.2rem;
  padding: 1rem;
}
@media only screen and (max-width: 480px) {
  .p-overlay-menu__sns-item-img {
    display: none;
  }
}
.p-overlay-menu__sns-item-img-sp {
  display: none;
  height: 1.3rem;
  padding: 1.2rem;
}
@media only screen and (max-width: 480px) {
  .p-overlay-menu__sns-item-img-sp {
    display: inherit;
  }
}
.p-overlay-menu__footer-nav {
  flex-shrink: 0;
  margin: auto 3.2rem 0;
  padding-bottom: 3.6rem;
}
@media only screen and (max-width: 980px) {
  .p-overlay-menu__footer-nav {
    margin: auto 2rem 0;
    padding-bottom: 2rem;
  }
}

.p-overlay-nav {
  /* HACK: SPメニュー4部門名を「エンターテイメント /」の後で改行したい */
}
.p-overlay-nav__section {
  display: flex;
  justify-content: space-between;
}
.p-overlay-nav__section:not(:last-child) {
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 980px) {
  .p-overlay-nav__section {
    display: block;
  }
}
.p-overlay-nav__section-title {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 980px) {
  .p-overlay-nav__section-title {
    margin: 0;
    margin-bottom: 1rem;
  }
}
.p-overlay-nav__item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 76.8%;
}
@media only screen and (max-width: 980px) {
  .p-overlay-nav__item-wrap {
    width: 100%;
  }
}
.p-overlay-nav__item {
  width: calc(50% - 1.2rem);
}
@media only screen and (max-width: 640px) {
  .p-overlay-nav__item {
    width: 100%;
  }
}
.p-overlay-nav__item--separater-wrap {
  width: 100%;
}
.p-overlay-nav__item--separater-wrap:first-child {
  padding-top: 1.6rem;
}
@media only screen and (max-width: 980px) {
  .p-overlay-nav__item--separater-wrap:first-child {
    padding-top: 2.4rem;
  }
}
.p-overlay-nav__separater-item:not(:last-child) {
  margin-bottom: 3.4rem;
}
.p-overlay-nav__separater-title {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #444;
  margin-bottom: 0.8rem;
}
.p-overlay-nav__separater-title br {
  display: none;
}
@media only screen and (max-width: 480px) {
  .p-overlay-nav__separater-item:first-child .p-overlay-nav__separater-title br {
    display: inherit;
  }
}
.p-overlay-nav__separater-item-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.p-overlay-nav__separater-item-link {
  width: calc(50% - 1.2rem);
}
@media only screen and (max-width: 640px) {
  .p-overlay-nav__separater-item-link {
    width: 100%;
  }
}
.p-overlay-nav__text {
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  color: #444;
}

.p-lang-button {
  display: flex;
  flex-direction: row-reverse;
}
.p-lang-button__item {
  position: relative;
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .p-lang-button__item {
    font-size: 1.3rem;
    line-height: 2.8rem;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
.p-lang-button__link {
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-lang-button__link {
    padding: 1rem;
  }
}
.p-lang-button__text {
  display: block;
  width: 2.2rem;
  height: 2.4rem;
  text-align: center;
}

.p-section-title-btn {
  position: relative;
  display: inline-block;
  height: 3.2rem;
}
@media only screen and (max-width: 980px) {
  .p-section-title-btn {
    width: 100%;
    text-align: left;
  }
}
.p-section-title-btn__text {
  font-size: 1.8rem;
  line-height: 3.2rem;
  letter-spacing: 0.13rem;
  font-weight: 500;
  color: #444;
  font-family: "Roboto", Helvetica, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
  padding-right: 2.4rem;
  text-align: left;
}
@media only screen and (max-width: 980px) {
  .p-section-title-btn__text {
    position: relative;
    display: inline-block;
    margin-right: auto;
  }
}
.p-section-title-btn__line {
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  display: block;
  width: 0.8rem;
  height: 0.1rem;
  background-color: #444;
}

.wp-activate-container, .mu_register, .wp-signup-container {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  color: #444;
}
.wp-activate-container h2, .mu_register h2, .wp-signup-container h2 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0.11rem;
  font-weight: 500;
  color: #444;
  margin-bottom: 1.6rem;
}
.wp-activate-container a, .mu_register a, .wp-signup-container a {
  color: #e30920;
}
.wp-activate-container a:hover, .mu_register a:hover, .wp-signup-container a:hover {
  text-decoration: underline;
}
.wp-activate-container #signup-welcome, .mu_register #signup-welcome, .wp-signup-container #signup-welcome {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #444;
  margin-bottom: 1.6rem;
}
.wp-activate-container #signup-welcome p span.h3, .mu_register #signup-welcome p span.h3, .wp-signup-container #signup-welcome p span.h3 {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #444;
  padding: 0 0.8rem 0 0;
}
.wp-activate-container .view, .mu_register .view, .wp-signup-container .view {
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 300;
  color: #444;
}
.wp-activate-container .mu_alert, .mu_register .mu_alert, .wp-signup-container .mu_alert {
  font-weight: 300 !important;
  color: #444 !important;
  border: none !important;
  margin-bottom: 1.6rem;
  padding: 0 !important;
  background: none !important;
}

.u-bg-img {
  background-size: contain;
  background-repeat: no-repeat;
}

.u-load-img {
  visibility: hidden;
}
.u-load-img.is-loaded {
  visibility: visible;
}

.u-arw-r {
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  margin-left: -0.22rem;
  margin-top: 0.1rem;
  border-bottom: 0.1rem solid #888;
  border-right: 0.1rem solid #888;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.u-open-new-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMinYMid%20meet%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23999%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.5%208v1.5h-7v-7H2%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M9.5%206.5h-6v-6h6z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (-ms-high-contrast: none) {
  .u-open-new-icon {
    background-size: 9px;
  }
}
.u-open-new-icon--black {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%3E%20%3Cpath%20d%3D%22M7.5%208v1.5h-7v-7H2%22%2F%3E%20%3Cpath%20d%3D%22M9.5%206.5h-6v-6h6z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.a-hover-black.is-hover .u-open-new-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23000%22%3E%20%3Cpath%20d%3D%22M7.5%208v1.5h-7v-7H2%22%2F%3E%20%3Cpath%20d%3D%22M9.5%206.5h-6v-6h6z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
