@charset "UTF-8";
/* _abstracts.scss */
.archives {
  margin: 0;
  grid-column: full-start / full-end;
  padding-top: 10rem;
  z-index: 2;
  right: 0;
  display: grid; }
  .archives__inner {
    margin: 0 5rem 10rem 5rem;
    padding: 2rem 0;
    border: 1px solid #003366; }
    @media only screen and (max-width: 75em) {
      .archives__inner {
        border: none; } }
    @media only screen and (max-width: 37.5em) {
      .archives__inner {
        margin: 0;
        border: none; } }
    .archives__inner table,
    .archives__inner table tbody {
      display: inline-block;
      vertical-align: top; }
    .archives__inner table {
      margin: 2rem 5rem 5rem 5rem; }
      @media only screen and (max-width: 75em) {
        .archives__inner table {
          margin: 0 .5rem; } }
    .archives__inner table tbody:not(:first-of-type) {
      margin-left: 0.48em; }
    .archives__inner table caption {
      display: block;
      padding: 0.24em 0.32em;
      border-bottom: 0.4em solid #d8e9f0;
      text-align: left; }
    .archives__inner table tbody tr th,
    .archives__inner table tbody tr td {
      padding: 0.24em 0.32em;
      border-bottom: 1px solid #999999; }
    .archives__inner table tbody tr th {
      width: 5.6em;
      text-align: left;
      white-space: nowrap; }
    .archives__inner table tbody tr td {
      min-width: 9.6em; }
    .archives__inner h2 {
      font-family: "Noto Sans Japanese",Arial,Verdana,Helvetica,Roboto,"Meiryo","メイリオ","MS PGothic","ＭＳ Ｐゴシック","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif; }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

body {
  box-sizing: border-box;
  background-color: #f8f8f8;
  color: #2A2A2A;
  line-height: 1.6;
  overflow-x: initial !important; }

a {
  color: #0072FF;
  text-decoration: none; }

a:hover {
  color: #0099CC;
  text-decoration: underline; }

.container {
  display: grid;
  grid-template-rows: 80vh min-content 95vh repeat(3, min-content);
  grid-template-columns: [full-start] repeat(6, 1fr) [col-half] repeat(6, 1fr) [full-end];
  background-image: url(../common/img/piano_back2023.png);
  /* only IE10 以降 */ }
  @media all and (-ms-high-contrast: none) {
    .container {
      grid-template-rows: 60vh min-content min-content repeat(3, min-content); } }
  @media only screen and (max-width: 56.25em) {
    .container {
      grid-template-rows: 60vh min-content 90vh repeat(3, min-content); } }
  @media only screen and (max-width: 37.5em) {
    .container {
      grid-template-rows: 75vh min-content 53vh repeat(3, min-content); } }

.otherPage_container {
  display: grid;
  grid-template-rows: [header] [full-start] 80vh [full-end];
  grid-template-columns: [full-start] repeat(6, 1fr) [col-half] repeat(6, 1fr) [full-end];
  z-index: 1;
  border: 0;
  padding: 0;
  background-color: #f8f8f8;
  width: 100%; }

.otherPage_container_white {
  display: grid;
  grid-template-rows: [header] [full-start] 80vh [full-end];
  grid-template-columns: [full-start] repeat(6, 1fr) [full-end];
  z-index: 1;
  border: 0;
  padding: 0;
  background-color: #f8f8f8;
  width: 100%; }

.footer {
  padding: 2.5rem 0;
  grid-column: 1 / -1;
  justify-items: center;
  align-items: center;
  width: 100%;
  background-color: #f8f8f8;
  height: 35vh;
  display: grid;
  z-index: 3;
  text-align: center;
  /*ul {
            display:grid;
            grid-template-columns: repeat(3, min-content);
            grid-template-rows: 1fr;
            justify-items: flex-start;
            align-items: flex-start;
            gap: 0;
            li , li a{
                justify-self: flex-start;
                align-self: flex-start;
                display:inline-block;
                @include respond(phone) {
                    border:1px solid orangered;
                    margin-left:0;
                    padding-left:0;
                    justify-items: flex-start;
                    align-items: flex-start;
                    gap: 0px;
                    grid-template-columns: repeat(3, min-content);
                    
                }
            }

        }*/ }
  @media only screen and (max-width: 37.5em) {
    .footer {
      text-align: center;
      justify-items: center;
      align-items: center;
      height: 48vh; } }
  .footer ul {
    list-style: none; }
    @media only screen and (max-width: 37.5em) {
      .footer ul li a img:nth-child(2) {
        width: 90%; } }
    .footer ul li:nth-child(2) {
      margin-top: 6rem;
      font-style: italic; }
  .footer__pagetop {
    top: 0;
    /* only IE10 以降 */ }
    @media all and (-ms-high-contrast: none) {
      .footer__pagetop {
        top: 0%;
        left: 0%;
        transform: translate(50%, 0%); } }
    .footer__pagetop ul {
      display: table;
      margin: 0;
      padding: 0;
      list-style: none inside;
      text-align: center; }
    .footer__pagetop ul li {
      justify-content: center;
      align-content: center;
      display: table-cell;
      width: 3em;
      height: 3em;
      background-color: #003366;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      vertical-align: center; }
    .footer__pagetop ul li a {
      margin: .5rem 0;
      color: #fff;
      display: block;
      text-decoration: none;
      line-height: .5em;
      transition: all .5s;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .footer__pagetop ul li a:hover {
      padding-top: .5rem;
      color: #fff;
      display: block;
      text-decoration: none;
      line-height: .5em;
      justify-content: center;
      align-content: center;
      display: table-cell;
      width: 3em;
      height: 3em;
      background-color: #7d71a2;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    @media only screen and (max-width: 37.5em) {
      .footer__pagetop {
        margin-top: 2.5rem;
        margin-bottom: 2rem; } }

.socialbutton {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem; }
  .socialbutton ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0; }
  .socialbutton li {
    float: left;
    margin: 0 5px 0 0;
    padding: 0; }
  .socialbutton li div {
    display: inline; }

.socialbutton:before,
.socialbutton:after {
  content: " ";
  display: table; }

.socialbutton:after {
  clear: both; }

.socialbutton {
  *zoom: 1; }

.socialbutton iframe.twitter-share-button {
  width: 90px !important; }

.header {
  grid-column: full-start / col-half;
  grid-template-rows: 1fr min-content;
  display: grid;
  justify-content: center;
  align-items: center;
  height: 70vh;
  /* only IE10 以降 */ }
  @media all and (-ms-high-contrast: none) {
    .header {
      top: 10%;
      left: 10%;
      transform: translate(10%, 10%); } }
  .header__img {
    margin-top: 5rem;
    justify-self: center;
    align-self: center;
    z-index: 3; }
  .header table {
    align-self: flex-start;
    margin-bottom: 2.5rem;
    z-index: 1;
    font-size: 1.2em; }
  @media only screen and (max-width: 56.25em) {
    .header {
      margin-top: 2.5rem;
      width: 100%;
      grid-column: full-start / full-end;
      grid-template-rows: 1fr min-content 0;
      height: 60vh; }
      .header table {
        z-index: 1; } }
  @media only screen and (max-width: 37.5em) {
    .header__img {
      width: 95%;
      justify-self: center;
      align-self: center; } }

.header__nav {
  position: absolute;
  width: 100vw !important;
  height: 5rem;
  background-color: #fff;
  border-bottom: 1.5px solid #003366;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 4; }
  .header__nav__site-logo h1 a {
    display: flex;
    margin-left: 2rem;
    margin-bottom: .5rem; }
    .header__nav__site-logo h1 a img {
      width: auto;
      height: 1.8rem; }
  @media only screen and (max-width: 75em) {
    .header__nav {
      margin-top: 0 !important; } }
  @media only screen and (max-width: 56.25em) {
    .header__nav {
      margin-top: 0 !important; } }
  @media only screen and (max-width: 37.5em) {
    .header__nav {
      margin-top: 0 !important; }
      .header__nav__site-logo h1 a {
        margin-left: 3rem;
        margin-bottom: 1.5rem; }
        .header__nav__site-logo h1 a img {
          width: auto;
          height: 1.3rem; } }
  .header__nav__nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 1rem;
    margin-bottom: .5rem;
    z-index: 4; }
    .header__nav__nav #nav-toggle {
      display: none; }
    .header__nav__nav ul {
      display: flex;
      list-style: none; }
      .header__nav__nav ul li a {
        white-space: nowrap;
        padding-left: 1em; }
        .header__nav__nav ul li a i {
          display: none; }
    @media only screen and (max-width: 75em) {
      .header__nav__nav #nav-global {
        display: none; } }
    @media only screen and (max-width: 37.5em) {
      .header__nav__nav {
        margin-right: 0;
        margin-bottom: 0; }
        .header__nav__nav #nav-toggle {
          display: flex;
          margin-bottom: 1rem;
          margin-right: 2.5rem;
          z-index: 2002;
          color: #000; }
        .header__nav__nav #nav-toggle img {
          width: 3.6em;
          height: 3.6em;
          background-color: #000066; }
        .header__nav__nav #nav-global {
          display: none;
          margin: 0;
          padding: 0;
          list-style: none; }
          .header__nav__nav #nav-global li {
            width: 100%; }
            .header__nav__nav #nav-global li a {
              white-space: nowrap;
              width: 100%; } }
  .header__nav #sb-slider {
    display: none; }
    .header__nav #sb-slider__checkbox {
      display: none; }
  @media only screen and (max-width: 75em) {
    .header__nav {
      position: absolute; }
      .header__nav #sb-slider__checkbox {
        display: block;
        position: absolute;
        top: -3.5rem;
        right: 3.5rem;
        z-index: 2001;
        background-color: #fff;
        width: 50px;
        height: 50px; }
      .header__nav #sb-slider {
        display: grid;
        grid-template-columns: 2rem 1fr;
        position: absolute;
        width: 100%;
        top: 5rem;
        left: 2rem;
        z-index: 1000; }
        .header__nav #sb-slider ul {
          list-style: none;
          display: none;
          top: 3rem;
          left: 10rem; }
          .header__nav #sb-slider ul li:first-child {
            font-size: 1.4rem;
            font-weight: 600;
            color: #003366;
            margin-bottom: 0;
            border: none; }
          .header__nav #sb-slider ul li {
            justify-self: space-between;
            border-bottom: 1px dotted #003366; }
        .header__nav #sb-slider__checkbox {
          opacity: 0; }
        .header__nav #sb-slider__checkbox:checked ~ ul {
          background-color: #fff;
          display: grid;
          position: absolute;
          width: 63%;
          top: 4.2rem;
          left: 10rem;
          padding: 1.5rem 1.5rem 3.5rem 1.5rem;
          z-index: 1000;
          transition: all .2s;
          transform: scale(1.3);
          line-height: 3; }
        .header__nav #sb-slider__icon {
          position: absolute;
          padding: 8px 8px 8px 32px;
          text-decoration: none;
          font-size: 1.4em;
          display: block;
          transition: 0.3s;
          padding: 1.3rem;
          top: -4rem;
          right: 2.5rem;
          z-index: 2000 !important; }
          .header__nav #sb-slider__icon img {
            position: absolute;
            right: 0;
            top: 0;
            width: 3rem;
            height: 3rem; }
          .header__nav #sb-slider__icon, .header__nav #sb-slider__icon::before, .header__nav #sb-slider__icon::after {
            width: 3rem;
            height: 2px;
            background-color: #003366;
            display: inline-block; } }
  @media only screen and (max-width: 37.5em) {
    .header__nav {
      position: absolute; }
      .header__nav #sb-slider__checkbox {
        display: block;
        position: absolute;
        top: -3.5rem;
        right: 3.5rem;
        z-index: 2001;
        background-color: #fff;
        width: 50px;
        height: 50px; }
      .header__nav #sb-slider {
        display: grid;
        grid-template-columns: 2rem 1fr;
        position: absolute;
        width: 100%;
        top: 5rem;
        left: 2rem;
        z-index: 1000; }
        .header__nav #sb-slider ul {
          list-style: none;
          display: none;
          top: 3rem;
          left: 10rem; }
          .header__nav #sb-slider ul li:first-child {
            font-size: 1.4rem;
            font-weight: 600;
            color: #003366;
            margin-bottom: 2.5rem;
            border: none; }
          .header__nav #sb-slider ul li {
            justify-self: space-between;
            border-bottom: 1px dotted #003366; }
        .header__nav #sb-slider__checkbox {
          opacity: 0; }
        .header__nav #sb-slider__checkbox:checked ~ ul {
          background-color: #f8f8f8;
          display: grid;
          position: absolute;
          width: 100%;
          top: 4.6rem;
          left: 5rem;
          padding: 1.5rem 1.5rem 3.5rem 1.5rem;
          z-index: 1000;
          transition: all .2s;
          transform: scale(1.3);
          line-height: 3; }
        .header__nav #sb-slider__icon {
          position: absolute;
          padding: 8px 8px 8px 32px;
          text-decoration: none;
          font-size: 1.4em;
          display: block;
          transition: 0.3s;
          padding: 1.3rem;
          top: -4rem;
          right: 2.5rem;
          z-index: 2000 !important; }
          .header__nav #sb-slider__icon img {
            position: absolute;
            right: 0;
            top: 0;
            width: 3rem;
            height: 3rem; }
          .header__nav #sb-slider__icon, .header__nav #sb-slider__icon::before, .header__nav #sb-slider__icon::after {
            width: 3rem;
            height: 2px;
            background-color: #003366;
            display: inline-block; } }

.result {
  padding-top: 14rem;
  grid-column: 1 / -1;
  background-color: #fff;
  z-index: 2;
  display: grid;
  justify-items: center;
  /* only IE10 以降 */ }
  @media all and (-ms-high-contrast: none) {
    .result {
      padding-bottom: 3rem; } }
  @media only screen and (max-width: 37.5em) {
    .result {
      padding-top: 7rem; } }
  .result__linkToResult {
    display: grid;
    justify-items: center;
    margin-top: 0;
    padding: 0; }
    .result__linkToResult__link_to a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 12rem;
      margin: 0 auto 4rem auto;
      position: relative;
      padding: 18px 30px;
      border: 1px solid #00bfff;
      color: #00bfff;
      font-size: 1rem;
      background-image: linear-gradient(#00bfff, #00bfff);
      background-position: 0%;
      background-repeat: no-repeat;
      background-size: 0% 100%;
      transition: background-size .5s, color .5s; }
      @media only screen and (max-width: 37.5em) {
        .result__linkToResult__link_to a {
          display: block;
          margin: 0 auto 3rem auto;
          padding: 10px 30px; } }
    .result__linkToResult__link_to a:hover {
      background-size: 100% 100%;
      color: #fff; }
    .result__linkToResult__link_to_movie a {
      width: 12rem;
      position: relative;
      padding: 18px 30px;
      border: 1px solid #ff9b2f;
      color: #ff9b2f;
      font-size: 1rem;
      background-image: linear-gradient(#F3BD42 10%, #ff9b2f);
      background-position: 0%;
      background-repeat: no-repeat;
      background-size: 0% 100%;
      transition: background-size .5s, color .5s; }
      @media only screen and (max-width: 75em) {
        .result__linkToResult__link_to_movie a {
          display: block;
          padding: 18px 44px; } }
      @media only screen and (max-width: 56.25em) {
        .result__linkToResult__link_to_movie a {
          display: block;
          padding: 18px 44px; } }
      @media only screen and (max-width: 37.5em) {
        .result__linkToResult__link_to_movie a {
          display: block; } }
    .result__linkToResult__link_to_movie a:hover {
      background-size: 100% 100% !important;
      color: #fff; }
    .result__linkToResult__h1 {
      margin: 6rem 1rem;
      display: grid;
      justify-items: center; }
      .result__linkToResult__h1 h1 span.title {
        margin-top: 2.5rem;
        font-size: 1.8em;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding-top: .8rem;
        padding-bottom: 0.8rem;
        font-family: Garamond,"Times New Roman","HGS明朝E","MS PMincho","ＭＳ Ｐ明朝","Hiragino Mincho Pro","HiraMinProN-W3","ヒラギノ明朝 Pro W3",serif;
        /* only IE10 以降 */ }
        @media all and (-ms-high-contrast: none) {
          .result__linkToResult__h1 h1 span.title {
            top: 0%;
            left: 0%;
            transform: translate(100%, -50%); } }
      .result__linkToResult__h1 span.paragraph {
        font-family: "Noto Sans JP", Arial, Verdana, Helvetica, Roboto, "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
        margin-top: 1rem;
        /* only IE10 以降 */ }
        @media all and (-ms-high-contrast: none) {
          .result__linkToResult__h1 span.paragraph {
            top: 0%;
            left: 0%;
            transform: translate(93%, -50%); } }

.hero {
  grid-column: full-start / full-end;
  width: 100vw;
  height: 40vh;
  background-image: linear-gradient(to right bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)), url(../common/img/live_back.jpg);
  background-size: cover;
  display: grid;
  justify-items: center;
  align-items: center;
  margin-top: 5rem;
  padding-right: 1rem; }
  .hero__body {
    align-self: end;
    justify-self: flex-end;
    margin-right: 1rem; }
  .hero__body a img {
    opacity: 1;
    transition: .5s; }
  .hero__body a img:hover {
    opacity: .3; }
  .hero__caption {
    color: #fff;
    justify-self: flex-end; }
  @media only screen and (max-width: 75em) {
    .hero {
      height: 60vh;
      border: none; } }
  @media only screen and (max-width: 56.25em) {
    .hero {
      height: 70vh;
      border: none; } }
  @media only screen and (max-width: 37.5em) {
    .hero {
      height: 48vh;
      display: grid;
      grid-template-rows: 1fr;
      padding: 1rem .5rem 2rem 1rem;
      margin: 5rem 0;
      border: none; }
      .hero__body {
        align-self: center;
        justify-self: center; }
      .hero__caption {
        color: #fff;
        justify-self: flex-end;
        padding-bottom: 1rem;
        z-index: 3; } }

/* interview.php 
   ========================================================================== */
.interview {
  margin: 0;
  grid-column: full-start / full-end;
  padding-top: 10rem;
  z-index: 2;
  right: 0;
  display: grid; }
  @media only screen and (max-width: 37.5em) {
    .interview {
      padding-top: 5rem; } }
  .interview__inner {
    margin: 0 5rem 10rem 5rem;
    padding: 2rem 0;
    background-color: #fff;
    border: 1px solid #003366;
    background-image: url(../common/img/quotes.png);
    background-repeat: no-repeat;
    background-position: -2.7% -1.7%; }
    @media only screen and (max-width: 75em) {
      .interview__inner {
        margin: 0 2.5rem;
        padding: 2rem 0;
        width: 95%;
        display: grid;
        grid-template-columns: 1fr;
        border: none; } }
    @media only screen and (max-width: 37.5em) {
      .interview__inner {
        margin: 0;
        padding: 2rem 0;
        width: 100%;
        border: none;
        width: 100%; } }
    .interview__inner span {
      font-size: 1.2em;
      font-weight: 100;
      letter-spacing: .9em;
      margin-left: 4.4rem;
      text-decoration-line: underline;
      text-underline-offset: 8px; }
      @media only screen and (max-width: 37.5em) {
        .interview__inner span {
          margin-top: 1rem;
          margin-left: 2.5em;
          margin-right: .5rem;
          text-decoration-line: none; } }
    .interview__inner h1 {
      margin-left: 2.8rem;
      margin-top: 1rem; }
      @media only screen and (max-width: 37.5em) {
        .interview__inner h1 {
          margin-left: 1em;
          margin-top: .7rem;
          font-size: 1.5em; } }
    .interview__inner .media-title {
      font-size: 1.3em;
      font-weight: bold;
      line-height: 2;
      letter-spacing: .3em;
      margin-left: 2.2em;
      padding-left: 1.3rem; }
      @media only screen and (max-width: 37.5em) {
        .interview__inner .media-title {
          margin-left: 1.3em; } }
    .interview__inner .media-subtitle {
      font-size: .9em;
      font-weight: normal;
      letter-spacing: .3em; }
    .interview__inner p {
      margin: 2rem 4rem;
      line-height: 1.9em;
      font-size: 1em;
      font-weight: normal; }
      @media only screen and (max-width: 37.5em) {
        .interview__inner p {
          margin: 2rem .5rem;
          padding: 0; } }
    .interview__inner dl {
      margin-bottom: 2.5rem;
      margin: 2rem 4rem;
      display: grid;
      grid-template-columns: 1fr auto;
      justify-content: center;
      position: relative;
      /* only IE10 以降 */ }
      @media only screen and (max-width: 56.25em) {
        .interview__inner dl {
          grid-template-columns: 1fr; } }
      @media only screen and (max-width: 37.5em) {
        .interview__inner dl {
          margin-bottom: 2.5rem;
          margin: 2rem 0;
          padding: 0;
          display: grid;
          grid-template-columns: 1fr;
          grid-template-rows: 1fr auto; } }
      .interview__inner dl .media__img-right {
        width: 340px;
        /* only IE10 以降 */ }
        @media all and (-ms-high-contrast: none) {
          .interview__inner dl .media__img-right {
            position: relative; } }
        @media only screen and (max-width: 56.25em) {
          .interview__inner dl .media__img-right {
            width: 100%; } }
        @media only screen and (max-width: 37.5em) {
          .interview__inner dl .media__img-right {
            width: 100%; } }
        .interview__inner dl .media__img-right .media-profile-title {
          font-size: .9em;
          line-height: 1.9em; }
          @media only screen and (max-width: 37.5em) {
            .interview__inner dl .media__img-right .media-profile-title {
              padding: 1rem; } }
        .interview__inner dl .media__img-right .media-profile {
          margin: 0;
          font-size: .9em;
          line-height: 1.9em;
          padding: .5rem;
          background-color: #f8f8f8; }
          @media only screen and (max-width: 37.5em) {
            .interview__inner dl .media__img-right .media-profile {
              padding: 1rem; } }
      .interview__inner dl .media__right {
        margin-top: 3rem;
        /*border: 1px solid #e5e5e5;*/
        justify-self: right;
        display: grid;
        grid-template-columns: auto 1fr; }
        @media only screen and (max-width: 56.25em) {
          .interview__inner dl .media__right {
            margin-top: 10vh;
            grid-template-columns: 1fr; } }
        @media only screen and (max-width: 37.5em) {
          .interview__inner dl .media__right {
            margin-top: 10vh; } }
        .interview__inner dl .media__right .media-content-left {
          padding: 0 20px 20px 20px; }
          .interview__inner dl .media__right .media-content-left .media-description__q {
            margin: 2rem .5rem .5rem 0;
            display: flex;
            align-items: center;
            font-size: 1.2em;
            font-family: Garamond,"Times New Roman","HGS明朝E","MS PMincho","ＭＳ Ｐ明朝","Hiragino Mincho Pro","HiraMinProN-W3","ヒラギノ明朝 Pro W3",serif; }
            .interview__inner dl .media__right .media-content-left .media-description__q img {
              margin-right: 1rem; }
      .interview__inner dl .media {
        background: #fff;
        /*border: 1px solid #e5e5e5;*/
        display: grid;
        grid-template-columns: 1fr auto; }
        @media only screen and (max-width: 56.25em) {
          .interview__inner dl .media {
            grid-template-columns: 1fr; } }
      .interview__inner dl .media-img {
        width: 340px; }
      .interview__inner dl .media-content {
        padding: 0 20px 20px 20px; }
      .interview__inner dl .media-content .media-title span {
        font-weight: normal;
        line-height: 1; }
      .interview__inner dl .media-img-container {
        padding: 20px 20px 0 20px; }
      .interview__inner dl .media-img-item {
        width: 100%; }
      .interview__inner dl .media-meta,
      .interview__inner dl .media-title,
      .interview__inner dl .media-description {
        margin: 0;
        padding: 0; }
      .interview__inner dl .media-description {
        font-size: 1em;
        line-height: 1.7em;
        margin-top: 4px; }
      .interview__inner dl .media-meta {
        display: flex;
        margin-top: 20px; }
      .interview__inner dl .media-meta-item {
        list-style: none;
        margin: 0; }
      .interview__inner dl .media-meta-label {
        font-size: 12px;
        text-transform: uppercase; }
    .interview__inner__approval {
      border-top: 1px solid #003366;
      padding: 5rem 2rem; }
      .interview__inner__approval table {
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 0 0.4em; }
      .interview__inner__approval table:not(:last-child) {
        margin-bottom: 1.2em; }
      .interview__inner__approval table tbody {
        display: block; }
      .interview__inner__approval table caption {
        font-size: 1.2em;
        text-align: left;
        padding-left: 0; }
      .interview__inner__approval table tbody tr th {
        width: 6.4em;
        background-color: #000066;
        color: #ffffff;
        font-weight: 600; }
      .interview__inner__approval table tbody tr td {
        padding-left: 1.2em; }

/**審査員　プロフィール　始め**/
.introduction {
  grid-column: 1 / -1;
  justify-items: center;
  align-items: center;
  margin-bottom: 2.5rem; }
  @media only screen and (max-width: 37.5em) {
    .introduction {
      display: grid;
      margin: 1rem .5rem; } }
  .introduction__inner {
    position: relative;
    background-color: transparent;
    border: none;
    margin: 3rem 0;
    /* only IE10 以降 */ }
    @media all and (-ms-high-contrast: none) {
      .introduction__inner {
        padding-bottom: 6rem; } }
    @media only screen and (max-width: 75em) {
      .introduction__inner {
        display: grid;
        margin: 0; } }
    @media only screen and (max-width: 37.5em) {
      .introduction__inner {
        display: grid;
        margin: 0; } }
    .introduction__inner__comment {
      display: table; }
      .introduction__inner__comment p:first-of-type {
        display: table-cell;
        width: 35rem;
        height: 35rem;
        padding: 0.8rem;
        background-color: #FCEFEA;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #000066;
        font-family: Garamond,"Times New Roman","HGS明朝E","MS PMincho","ＭＳ Ｐ明朝","Hiragino Mincho Pro","HiraMinProN-W3","ヒラギノ明朝 Pro W3",serif;
        font-size: 1.4em;
        line-height: 2.4em;
        text-align: center;
        vertical-align: middle;
        /* only IE10 以降 */ }
        @media all and (-ms-high-contrast: none) {
          .introduction__inner__comment p:first-of-type {
            top: 0%;
            left: 0%;
            transform: translate(50%, 0%); } }
        @media only screen and (max-width: 75em) {
          .introduction__inner__comment p:first-of-type {
            font-size: 1.3em;
            line-height: 2.1em;
            width: 33rem;
            height: 25rem;
            padding-top: 2rem;
            -webkit-border-radius: 8%;
            -moz-border-radius: 8%;
            border-radius: 8%;
            vertical-align: top; } }
        @media only screen and (max-width: 37.5em) {
          .introduction__inner__comment p:first-of-type {
            font-size: 1.1em;
            line-height: 2.1em;
            width: 35rem;
            height: 35rem;
            padding-top: 2rem;
            -webkit-border-radius: 8%;
            -moz-border-radius: 8%;
            border-radius: 8%;
            vertical-align: top; } }
    .introduction__inner ul {
      position: absolute;
      top: 0;
      bottom: 0;
      right: -11rem;
      display: table-cell;
      width: 12.8em;
      height: 15.2em;
      margin: auto;
      padding: 0;
      list-style: none inside;
      font-size: 1.2em;
      vertical-align: middle;
      /* only IE10 以降 */ }
      @media all and (-ms-high-contrast: none) {
        .introduction__inner ul {
          top: 0%;
          left: 0%;
          transform: translate(80%, 0%); } }
      @media only screen and (max-width: 75em) {
        .introduction__inner ul {
          position: relative;
          top: 1rem;
          margin: 0;
          right: 0;
          justify-self: center; } }
      @media only screen and (max-width: 37.5em) {
        .introduction__inner ul {
          position: relative;
          top: -13.5rem;
          margin: 0;
          padding: 0;
          right: 0;
          justify-self: center; } }
      .introduction__inner ul li {
        display: table;
        width: 12em;
        margin: 0.8em 0; }
        @media only screen and (max-width: 75em) {
          .introduction__inner ul li {
            margin: .2em 0; } }
        @media only screen and (max-width: 37.5em) {
          .introduction__inner ul li {
            margin: .4em 0; } }
        .introduction__inner ul li a {
          display: table-cell;
          width: 100%;
          padding: 1.2em 0.8em;
          background-color: #ffffff;
          border: 1px solid #000066;
          color: #151515;
          text-decoration: none;
          vertical-align: middle;
          opacity: .6; }
          @media only screen and (max-width: 75em) {
            .introduction__inner ul li a {
              padding: .5em 0.8em; } }
          @media only screen and (max-width: 37.5em) {
            .introduction__inner ul li a {
              padding: .3em 0.8em; } }
          .introduction__inner ul li a i {
            float: right;
            padding-top: 0.2em;
            color: #000066; }
        .introduction__inner ul li a:hover {
          background-color: #000066;
          border: 1px solid #ffffff;
          opacity: 1;
          -moz-transition-duration: .5s;
          -webkit-transition-duration: .5s;
          -o-transition-duration: .5s;
          -ms-transition-duration: .5s;
          -moz-transition-timing-function: ease-in-out;
          -webkit-transition-timing-function: ease-in-out;
          -o-transition-timing-function: ease-in-out;
          -ms-transition-timing-function: ease-in-out; }
        .introduction__inner ul li a:hover, .introduction__inner ul li a:hover i {
          color: #ffffff; }

/* judge.php 
   ========================================================================== */
.judge {
  margin: 0;
  grid-column: full-start / full-end;
  padding-top: 10rem;
  z-index: 2;
  right: 0;
  display: grid; }
  @media only screen and (max-width: 37.5em) {
    .judge {
      padding-top: 5rem; } }
  .judge__inner {
    margin: 0 5rem 10rem 5rem;
    padding: 2rem 0;
    background-color: #fff;
    border: 1px solid #003366; }
    @media only screen and (max-width: 75em) {
      .judge__inner {
        background-color: #f8f8f8;
        margin: 0 2.5rem;
        padding: 0;
        width: 95%;
        display: grid;
        grid-template-columns: 1fr;
        border: none; } }
    @media only screen and (max-width: 37.5em) {
      .judge__inner {
        margin: 0;
        border: none; } }
    .judge__inner dl {
      margin-bottom: 2.5rem;
      margin: 2rem 4rem;
      display: grid;
      grid-template-columns: 1fr; }
      @media only screen and (max-width: 37.5em) {
        .judge__inner dl {
          margin: 2rem 0rem;
          padding: 0 .9rem; } }
  @media only screen and (max-width: 37.5em) and (max-width: 37.5em) {
    .judge__inner dl img {
      width: 100%;
      height: auto; } }
      .judge__inner dl .media {
        background: #fff;
        /*border: 1px solid #e5e5e5;*/
        display: grid;
        grid-template-columns: 1fr auto; }
        @media only screen and (max-width: 56.25em) {
          .judge__inner dl .media {
            grid-template-columns: 1fr; } }
      .judge__inner dl .media-img {
        width: 340px; }
      .judge__inner dl .media-content {
        padding: 0 20px 20px 20px; }
      .judge__inner dl .media-content .media-title span {
        font-weight: normal;
        line-height: 1; }
      .judge__inner dl .media-img-container {
        padding: 20px 20px 0 20px; }
      .judge__inner dl .media-img-item {
        width: 100%; }
      .judge__inner dl .media-meta,
      .judge__inner dl .media-title,
      .judge__inner dl .media-description {
        margin: 0;
        padding: 0; }
      .judge__inner dl .media-description {
        font-size: 1em;
        line-height: 1.7em;
        margin-top: 4px; }
      .judge__inner dl .media-meta {
        display: flex;
        margin-top: 20px; }
      .judge__inner dl .media-meta-item {
        list-style: none;
        margin: 0; }
      .judge__inner dl .media-meta-label {
        font-size: 12px;
        text-transform: uppercase; }
    .judge__inner__approval {
      border-top: 1px solid #003366;
      padding: 5rem 2rem; }
      .judge__inner__approval table {
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 0 0.4em; }
      .judge__inner__approval table:not(:last-child) {
        margin-bottom: 1.2em; }
      .judge__inner__approval table tbody {
        display: block; }
      .judge__inner__approval table caption {
        font-size: 1.2em;
        text-align: left;
        padding-left: 0; }
      .judge__inner__approval table tbody tr th {
        width: 6.4em;
        background-color: #000066;
        color: #ffffff;
        font-weight: 600; }
      .judge__inner__approval table tbody tr td {
        padding-left: 1.2em; }

/**審査員　プロフィール　始め**/
/* piece.php 参加規定
   ========================================================================== */
.piece {
  margin: 0;
  grid-column: full-start / full-end;
  padding-top: 10rem;
  z-index: 2;
  right: 0;
  display: grid; }
  @media only screen and (max-width: 37.5em) {
    .piece {
      padding-top: 5rem;
      display: grid;
      grid-template-columns: 1fr;
      max-width: 100%; } }
  .piece__inner {
    margin: 0 5rem 10rem 5rem;
    padding: 2rem 0;
    border: 1px solid #003366; }
    @media only screen and (max-width: 75em) {
      .piece__inner {
        margin: 0 2.5rem;
        padding: 0;
        width: 70%;
        display: grid;
        grid-template-columns: 1fr;
        border: none;
        font-size: 90%; } }
    @media only screen and (max-width: 37.5em) {
      .piece__inner {
        margin: 0;
        border: none;
        padding: 0 1.5rem 0 0;
        display: grid;
        grid-template-columns: 1fr;
        width: 100%; } }
    @media only screen and (max-width: 37.5em) {
      .piece__inner h1 {
        margin: 2rem 0; } }
    .piece__inner section {
      padding: 0 5rem;
      margin-top: 2.5rem; }
      @media only screen and (max-width: 37.5em) {
        .piece__inner section {
          padding: 0 1rem; } }
      .piece__inner section ul {
        list-style-type: disc;
        list-style-position: inside; }
        .piece__inner section ul li {
          margin: 0;
          padding: 0; }
    .piece__inner section:not(:nth-of-type(1)) h2 {
      border-bottom: 1px solid #003366;
      margin-bottom: 1em;
      font-family: Garamond, "Times New Roman", "HGS明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "Hiragino Mincho Pro", "HiraMinProN-W3", "ヒラギノ明朝 Pro W3", serif; }
    .piece__inner section > dl {
      display: table; }
    .piece__inner section > dl > dt,
    .piece__inner section > dl > dd {
      display: table-cell;
      vertical-align: top; }
    .piece__inner section > dl > dt {
      width: 1em;
      padding: 0.4em;
      border: 1px solid #003366;
      font-weight: 600; }
    .piece__inner section > dl > dt[title="本選"] {
      background-color: #000;
      color: #ffffff; }
    .piece__inner section > dl > dd {
      padding: 0.4em 1.2em; }
    .piece__inner section > dl > dd > p,
    .piece__inner section > dl > dd > ol > li > dl dt,
    .piece__inner section > dl > dd > ol > li > dl dd {
      margin: 0;
      padding: 0; }
      @media only screen and (max-width: 37.5em) {
        .piece__inner section > dl > dd > p img,
        .piece__inner section > dl > dd > ol > li > dl dt img,
        .piece__inner section > dl > dd > ol > li > dl dd img {
          width: 100%; } }
    .piece__inner section > dl > dd > p + p {
      margin-top: 0.8em; }
    .piece__inner section > dl > dd > ol {
      margin: 0 0 0.6em;
      padding-left: 1.2em;
      list-style: none inside; }
    .piece__inner section > dl > dd > ol > li {
      position: relative; }
    .piece__inner section > dl > dd > ol > li > span {
      position: absolute;
      top: 0;
      left: -1.2em; }
    .piece__inner section > dl > dd > ol > li small {
      display: inline-block; }
    .piece__inner section > dl > dd dl {
      display: inline-block;
      margin: 0 2.4em 0.8em 0;
      vertical-align: top; }
    .piece__inner span.red {
      color: #F20505; }

/* provide.php 参加規定
   ========================================================================== */
.provide {
  margin: 0;
  grid-column: full-start / full-end;
  padding-top: 10rem;
  z-index: 2;
  right: 0;
  display: grid; }
  .provide__inner {
    margin: 0 5rem 10rem 10rem;
    padding: 2rem 0;
    border: 1px solid #003366; }
    @media only screen and (max-width: 75em) {
      .provide__inner {
        margin: 0 2.5rem;
        padding: 0;
        width: 70%;
        display: grid;
        grid-template-columns: 1fr;
        border: none;
        font-size: 90%; } }
    @media only screen and (max-width: 37.5em) {
      .provide__inner {
        margin: 0;
        border: none;
        display: grid;
        grid-template-columns: 1fr;
        width: 100%; } }
  .provide dl {
    padding: 1.5rem 5rem; }
    @media only screen and (max-width: 75em) {
      .provide dl {
        padding: 1.5rem 0; } }
    @media only screen and (max-width: 37.5em) {
      .provide dl {
        padding: .5rem; }
        .provide dl dd p img {
          width: 100%;
          height: auto; } }
  .provide dl dd p,
  .provide dl dd ul {
    margin: 0;
    /*margin-left: 80px;*/
    list-style: none; }
  .provide dl dd p + table {
    margin: 0 0.8em; }
  .provide dl dd p + table:not(:last-child) {
    margin-bottom: 0.8em; }
  .provide dl dd table tbody tr th {
    text-align: left; }
  .provide dl dt[title="参加部門"] + dd ul {
    list-style: none inside; }
  .provide dl dt[title="日程"] + dd p {
    margin-left: -0.4em; }
  .provide dl dt[title="募集人数"] + dd table tbody tr th {
    font-weight: normal; }
  .provide dl dt[title="参加料"] + dd table tbody tr td:last-of-type {
    padding-left: 1.2em;
    text-align: right; }
  @media only screen and (max-width: 37.5em) {
    .provide dl dt[title="参加料"] + dd table tbody tr th {
      margin-top: 2.5rem; } }
  .provide dl dt[title="参加申込"] + dd ul {
    margin-bottom: 0.8em;
    padding-left: 1.6em; }

/*アルファベット*/
.fa-a:before {
  font-family: Arial;
  /* your font family here! */
  font-weight: bold;
  background-color: #000;
  color: #fff;
  padding: 2px;
  content: 'A';
  line-height: 160%; }

.fa-downcase-a:before {
  font-family: Arial;
  /* your font family here! */
  font-weight: bold;
  background-color: #000;
  color: #fff;
  padding: 2px;
  content: 'a';
  line-height: 160%; }

.fa-b:before {
  font-family: Arial;
  /* your font family here! */
  font-weight: bold;
  background-color: #000;
  color: #fff;
  padding: 2px;
  content: 'B';
  line-height: 160%; }

.fa-c:before {
  font-family: Arial;
  /* your font family here! */
  font-weight: bold;
  background-color: #000;
  color: #fff;
  padding: 2px;
  content: 'C';
  line-height: 160%; }

.fa-d:before {
  font-family: Arial;
  /* your font family here! */
  font-weight: bold;
  background-color: #000;
  color: #fff;
  padding: 2px;
  content: 'D';
  line-height: 160%; }

.fa-e:before {
  font-family: Arial;
  /* your font family here! */
  font-weight: bold;
  background-color: #000;
  color: #fff;
  padding: 2px;
  content: 'E';
  line-height: 160%; }

.fa-f:before {
  font-family: Arial;
  /* your font family here! */
  font-weight: bold;
  background-color: #000;
  color: #fff;
  padding: 2px;
  content: 'F';
  line-height: 160%; }

.realtors {
  grid-column: col-half / full-end;
  display: grid;
  justify-content: center;
  align-items: center; }
  .realtors__img {
    margin-top: 6.5rem;
    justify-self: center;
    align-self: center;
    /* only IE10 以降 */ }
    @media all and (-ms-high-contrast: none) {
      .realtors__img {
        top: 0%;
        left: 0%;
        transform: translate(120%, -100%); } }
    @media only screen and (max-width: 75em) {
      .realtors__img {
        margin-top: 10rem; } }
    @media only screen and (max-width: 37.5em) {
      .realtors__img {
        margin: 1rem 0 0 0;
        width: 95%; } }
  @media only screen and (max-width: 56.25em) {
    .realtors {
      grid-column: full-start / full-end; } }

/* results.php 
   ========================================================================== */
.results {
  margin: 0;
  grid-column: full-start / full-end;
  padding-top: 10rem;
  z-index: 2;
  right: 0;
  display: grid; }
  @media only screen and (max-width: 37.5em) {
    .results {
      padding-top: 5rem; } }
  .results__inner {
    margin: 0 5rem 10rem 5rem;
    padding: 2rem 0;
    background-color: #fff;
    border: 1px solid #003366; }
    @media only screen and (max-width: 75em) {
      .results__inner {
        margin: 0 2.5rem;
        padding: 2rem 0;
        width: 95%;
        display: grid;
        grid-template-columns: 1fr;
        border: none; } }
    @media only screen and (max-width: 37.5em) {
      .results__inner {
        margin: 0;
        padding: 2rem 0;
        width: 100%;
        border: none;
        width: 100%; } }
    .results__inner__content {
      text-align: center;
      margin: 5rem auto; }
      @media only screen and (max-width: 37.5em) {
        .results__inner__content table {
          width: 100%; } }
      .results__inner__content table, .results__inner__content table tbody {
        display: inline-block;
        vertical-align: top; }
      .results__inner__content table {
        margin: 0 1.6em; }
        @media only screen and (max-width: 37.5em) {
          .results__inner__content table {
            width: 70%; } }
      .results__inner__content table tbody:not(:first-of-type) {
        margin-left: 0.48em; }
      .results__inner__content table caption {
        display: block;
        padding: 0.24em 0.32em;
        margin-top: 3rem;
        border-bottom: 0.4em solid #d8e9f0; }
        @media only screen and (max-width: 37.5em) {
          .results__inner__content table caption {
            display: block;
            margin-top: 5rem;
            border-bottom: 0.4em solid #d8e9f0; } }
      .results__inner__content table tbody th {
        padding: 0 5rem;
        letter-spacing: .2em; }
        @media only screen and (max-width: 37.5em) {
          .results__inner__content table tbody th {
            font-size: 1em; } }
      .results__inner__content table tbody tr th,
      .results__inner__content table tbody tr td {
        padding: 0.24em 0.32em;
        letter-spacing: .3em;
        border-bottom: 1px solid #999999; }
  .results h1 {
    margin-left: 2.8rem;
    margin-top: 1rem; }
    @media only screen and (max-width: 37.5em) {
      .results h1 {
        margin: 1em auto;
        font-size: 1.7em;
        padding: 0;
        text-align: center; } }
  .results .notice {
    font-size: 1em;
    font-weight: normal;
    letter-spacing: .26em;
    text-align: center; }
    @media only screen and (max-width: 37.5em) {
      .results .notice {
        letter-spacing: 0em; } }
  .results .media-title {
    text-align: center;
    font-size: 1.4em; }
    @media only screen and (max-width: 37.5em) {
      .results .media-title span {
        display: block;
        text-align: center; } }

.stories {
  grid-column: 1 / -1;
  background-color: #f8f8f8;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-items: center; }
  @media all and (-ms-high-contrast: none) {
    .stories {
      margin-bottom: 0; } }
  @media only screen and (max-width: 37.5em) {
    .stories {
      justify-items: start; } }
  .stories__schedule, .stories__schedule a {
    padding: 2.3rem 7rem;
    margin: 3rem;
    border: 8px solid #FCEFEA;
    background-color: #fff;
    text-align: center;
    justify-items: center;
    height: fit-content;
    /* only IE10 以降 */ }
    @media all and (-ms-high-contrast: none) {
      .stories__schedule, .stories__schedule a {
        top: 0%;
        left: 0%;
        transform: translate(1.2%, 0%);
        padding: 2.3rem 0;
        margin: 0rem 0;
        borrder: pixed; } }
    @media only screen and (max-width: 37.5em) {
      .stories__schedule, .stories__schedule a {
        margin: 2rem .5rem;
        padding: 0;
        justify-self: start; } }
    .stories__schedule ul, .stories__schedule a ul {
      display: table;
      margin: 1.4em 9em;
      padding: 0;
      list-style: none inside;
      /* only IE10 以降 */ }
      @media all and (-ms-high-contrast: none) {
        .stories__schedule ul, .stories__schedule a ul {
          top: 0%;
          left: 0%;
          transform: translate(30%, 0%); } }
      @media only screen and (max-width: 37.5em) {
        .stories__schedule ul, .stories__schedule a ul {
          margin: 1.4em 0em; } }
      .stories__schedule ul li, .stories__schedule a ul li {
        display: table-cell;
        padding: 0.01em 0.3em;
        font-size: 1.2em;
        vertical-align: middle; }
        @media only screen and (max-width: 37.5em) {
          .stories__schedule ul li, .stories__schedule a ul li {
            padding: 0.4em 0em; } }
        .stories__schedule ul li span, .stories__schedule a ul li span {
          font-size: 0.72em; }
      .stories__schedule ul li:nth-of-type(2n+1), .stories__schedule a ul li:nth-of-type(2n+1) {
        width: 7.2em; }
      .stories__schedule ul li.schedule_bk, .stories__schedule a ul li.schedule_bk {
        background-color: #FCEFEA;
        border: 1px solid #000066; }

.sponsors {
  margin-top: 0rem;
  padding-top: 5rem;
  grid-column: 1 / -1;
  background-color: #fff;
  z-index: 2;
  display: grid;
  justify-items: center;
  width: 100%;
  text-align: center; }
  .sponsors ul.sponsors__kyosanImg {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    /* only IE10 以降 */ }
    @media all and (-ms-high-contrast: none) {
      .sponsors ul.sponsors__kyosanImg {
        top: 0%;
        left: 0%;
        transform: translate(28%, 0%); } }
    @media only screen and (max-width: 37.5em) {
      .sponsors ul.sponsors__kyosanImg {
        text-align: center;
        padding-left: 2rem; } }
    .sponsors ul.sponsors__kyosanImg li {
      padding-bottom: 2rem; }
  .sponsors ul li {
    padding-right: 1rem; }
  .sponsors ul li a span.paragraph {
    font-family: "Noto Sans JP", Arial, Verdana, Helvetica, Roboto, "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    margin-top: 1rem;
    line-height: 1.5rem; }
  .sponsors ul li a {
    transition: all .2s;
    padding: 0;
    text-align: center; }
  .sponsors ul li a:hover {
    opacity: .5; }
  @media only screen and (max-width: 37.5em) {
    .sponsors {
      margin-top: -15rem; } }
  .sponsors__linkToResult__h1 {
    align-items: center;
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0;
    display: grid;
    justify-items: center; }
    .sponsors__linkToResult__h1 h1 span.title {
      font-size: 2.3em;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      padding-top: .8rem;
      padding-bottom: .8rem;
      font-family: Garamond,"Times New Roman","HGS明朝E","MS PMincho","ＭＳ Ｐ明朝","Hiragino Mincho Pro","HiraMinProN-W3","ヒラギノ明朝 Pro W3",serif; }
  .sponsors__inner {
    text-align: center;
    margin-bottom: 5rem;
    margin-top: 2.5rem; }
    .sponsors__inner dl dt {
      padding-top: 3rem;
      font-size: 1.3em;
      font-weight: 500; }
    .sponsors__inner dl dd {
      font-size: 1.1em;
      font-weight: 500; }
  .sponsors div ul {
    text-align: center;
    /* only IE10 以降 */ }
    @media all and (-ms-high-contrast: none) {
      .sponsors div ul {
        top: 0%;
        left: 0%;
        transform: translate(43%, -50%); } }

body {
  font-family: "Noto Sans JP", Arial, Verdana, Helvetica, Roboto, "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; }

.is-1 {
  font-family: Garamond, "Times New Roman", "HGS明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "Hiragino Mincho Pro", "HiraMinProN-W3", "ヒラギノ明朝 Pro W3", serif;
  font-size: 1.9em;
  padding-left: 1rem; }

dt.is-5 {
  font-family: Garamond, "Times New Roman", "HGS明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "Hiragino Mincho Pro", "HiraMinProN-W3", "ヒラギノ明朝 Pro W3", serif;
  font-size: 1.3em; }
  @media only screen and (max-width: 37.5em) {
    dt.is-5 {
      margin-top: 2.5rem; } }

@media only screen and (max-width: 37.5em) {
  dt.is-5:last-child {
    margin-bottom: 2.5rem; } }

.is-6 {
  font-family: "Noto Sans JP", Arial, Verdana, Helvetica, Roboto, "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: inherit;
  line-height: 1; }

.heading-1, .heading-2, .heading-3, .heading-4 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400; }

.heading-2 {
  font-size: 4rem;
  line-height: 1; }

.heading-3 {
  font-size: 1.9rem; }

.heading-4 {
  font-size: 1.9rem; }

.btn {
  border: none;
  background-color: #FCEFEA;
  border-radius: 0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 1.8rem 3rem;
  cursor: pointer;
  transition: all 2; }
  .btn:hover {
    background-color: #0099CC; }

#sb-slidebar {
  padding: 0 0.4em;
  padding-top: 3.6em;
  background-color: #DFF2FC;
  z-index: 103; }
  #sb-slidebar h1 {
    margin: 0.8em auto 0;
    color: #000066;
    font-family: Garamond,"Times New Roman","HGS明朝E","MS PMincho","ＭＳ Ｐ明朝","Hiragino Mincho Pro","HiraMinProN-W3","ヒラギノ明朝 Pro W3",serif;
    text-align: center; }
  #sb-slidebar ul {
    margin: 0;
    padding: 0;
    list-style: none inside; }
  #sb-slidebar ul li {
    display: table;
    width: 100%; }
  #sb-slidebar ul li a {
    display: table-cell;
    width: 100%;
    padding: 1.2em 1.2em 1.2em 0.8em;
    border-bottom: 2px dotted #000066;
    color: #151515;
    text-decoration: none;
    vertical-align: middle; }
  #sb-slidebar ul li a i {
    float: right;
    padding-top: 0.2em;
    color: #000066; }

/* video ライブ配信 
   ========================================================================== */
.live {
  margin: 0;
  grid-column: full-start / full-end;
  padding-top: 10rem;
  z-index: 2;
  right: 0;
  display: grid; }
  .live__inner {
    margin: 0 5rem 10rem 5rem;
    padding: 2rem 2rem;
    border: 1px solid #003366; }
    @media only screen and (max-width: 75em) {
      .live__inner {
        margin: 0;
        padding: 0; } }
    @media only screen and (max-width: 56.25em) {
      .live__inner {
        margin: 0;
        padding: 0; } }
    @media only screen and (max-width: 37.5em) {
      .live__inner {
        margin: 0;
        padding: 0 .4rem;
        border: none; } }
    .live__inner .video_frame iframe {
      width: 100%;
      margin: 0 auto; }
    .live__inner .video_frame {
      width: 100%;
      padding-bottom: 56.25%;
      margin-top: 1rem;
      height: 0px;
      position: relative; }
    .live__inner .video_frame iframe {
      object-fit: fill;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      aspect-ratio: 16 / 9;
      border: 1px solid ornagered; }
  .live section {
    padding: 0 5rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
    @media only screen and (max-width: 37.5em) {
      .live section {
        padding: 0; } }
    .live section ul {
      list-style: none; }
  .live section > dl {
    display: table;
    border-bottom: 1px solid #ccc; }
    @media only screen and (max-width: 37.5em) {
      .live section > dl {
        padding: 0;
        display: flex;
        flex-wrap: wrap; } }
  .live section > dl > dt,
  .live section > dl > dd {
    display: table-cell;
    vertical-align: top; }
  .live section > dl > dd > ul > li {
    border-bottom: 1px solid #ccc;
    padding: .5rem; }
  .live section > dl > dd > ul > li:last-child {
    border-bottom: none; }
  .live section > dl > dt {
    white-space: nowrap;
    width: 3rem;
    padding: .5rem 1rem;
    font-weight: 600; }
    @media only screen and (max-width: 37.5em) {
      .live section > dl > dt {
        background-color: #eaeaea;
        width: 100%;
        padding: .5rem 1rem;
        font-weight: 600; } }
  .live h3.mincho {
    font-family: Garamond, "Times New Roman", "HGS明朝E", "MS PMincho", "ＭＳ Ｐ明朝", "Hiragino Mincho Pro", "HiraMinProN-W3", "ヒラギノ明朝 Pro W3", serif;
    font-weight: normal;
    font-size: 1.2em; }

.video {
  margin: 0;
  grid-column: full-start / full-end;
  padding: 7rem 0;
  z-index: 2;
  right: 0;
  display: grid;
  justify-content: center;
  width: 100%;
  background-color: #fff; }
  .video__inner {
    margin: 0;
    padding: 0;
    width: 100%;
    justify-self: center;
    /* only IE10 以降 */ }
    .video__inner h2 {
      margin: 0;
      padding: 1rem 0 0 0; }
    .video__inner img {
      margin: 0;
      padding: 0;
      width: 100%; }
    .video__inner .video_frame {
      margin-top: 4rem;
      height: auto;
      overflow: hidden;
      aspect-ratio: 16 / 9; }
    @media all and (-ms-high-contrast: none) {
      .video__inner {
        padding-bottom: 3rem; } }
    @media only screen and (max-width: 75em) {
      .video__inner {
        border: none; } }
    @media only screen and (max-width: 37.5em) {
      .video__inner {
        margin: 0;
        padding: 2rem 0 0 0; }
        .video__inner div.video_frame iframe {
          object-fit: fill;
          padding: 0;
          width: 100%;
          margin: 0 0;
          aspect-ratio: 16 / 9; } }
  .video__inner.grade {
    margin-top: 5rem; }
