@charset "UTF-8";
/* =========================
   Font Stacks
   ========================= */
/* =========================
   Styles
   ========================= */
#message {
  margin: 8em 0; }
  @media (min-width: 1001px) {
    #message {
      width: 90%;
      margin: 8em auto; } }
  @media (max-width: 1000px) {
    #message {
      width: 90%;
      margin: 6em auto 4em; } }
  @media (max-width: 768px) {
    #message {
      margin: 6em auto 4em; } }
  #message .message-btns {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #message .message-btns .message-btn {
      padding: 2.0em 2.0em 1.6em 150px;
      width: 45%;
      box-sizing: border-box;
      background: rgba(255, 255, 255, 0.1);
      position: relative;
      display: flex;
      align-items: center;
      min-height: 123px; }
      @media (max-width: 768px) {
        #message .message-btns .message-btn {
          width: 90%;
          margin: 0 auto 40px;
          padding: 1em 1em 1em 100px;
          min-height: 100px; } }
      #message .message-btns .message-btn > .icon {
        position: absolute;
        width: 110px;
        bottom: 0;
        left: 25px; }
        @media (max-width: 1000px) {
          #message .message-btns .message-btn > .icon {
            width: 110px;
            left: 10px; } }
        @media (max-width: 768px) {
          #message .message-btns .message-btn > .icon {
            width: 86px;
            left: 5px; } }
      #message .message-btns .message-btn p {
        font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "HGS明朝E", "MS PMincho", "MS Mincho", "Noto Serif JP", serif;
        font-weight: 400;
        font-synthesis: none;
        width: 100%; }
        #message .message-btns .message-btn p.position {
          font-size: 1.4em;
          line-height: 1.4; }
          @media (max-width: 768px) {
            #message .message-btns .message-btn p.position {
              font-size: 1.2em; } }
        #message .message-btns .message-btn p.name {
          font-size: 3.0em;
          line-height: 1.4;
          margin: 6px 0; }
      #message .message-btns .message-btn::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 10px solid #ffffff;
        border-right: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto; }
  #message .message-panel {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 99; }
  #message .message-inner {
    background: #000;
    border: 1px solid #3f3f3f;
    background-size: cover;
    background-position: top center;
    margin: auto;
    width: 80%;
    height: 70%;
    max-width: 800px;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.35) transparent; }
    #message .message-inner::-webkit-scrollbar {
      width: 8px; }
    #message .message-inner:-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, 0.25);
      border-radius: 999px; }
    #message .message-inner::-webkit-scrollbar-track {
      background: transparent; }
    #message .message-inner .close {
      width: 40px;
      height: 40px;
      position: sticky;
      top: 4px;
      float: right;
      color: #fff;
      background: none;
      border: none;
      padding: 0;
      z-index: 100; }
      #message .message-inner .close svg {
        width: 40px;
        height: 40px;
        display: block; }
    #message .message-inner .message-body {
      padding: 2em 0;
      font-size: 1.4em;
      position: relative; }
      @media (max-width: 768px) {
        #message .message-inner .message-body {
          padding: 0.5em 0;
          margin-top: 40px; } }
      #message .message-inner .message-body p {
        margin: 1.8em 0;
        text-align: center;
        font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Meiryo", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-synthesis: none;
        line-height: 1.9em;
        letter-spacing: 0.07em; }
        @media (max-width: 768px) {
          #message .message-inner .message-body p {
            width: 85%;
            margin: 1.2em auto;
            text-align: left;
            text-align: justify;
            text-justify: inter-ideograph; } }
      #message .message-inner .message-body .line {
        width: 80%;
        height: 1px;
        background: #fff;
        margin: 3em auto; }
        @media (max-width: 768px) {
          #message .message-inner .message-body .line {
            width: 90%;
            margin: 2em auto; } }

#youtube {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 0 40px;
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    #youtube {
      padding: 20px 0; } }
  #youtube .youtube-inner {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto; }
  #youtube h2 {
    width: 50%;
    max-width: 256px;
    margin: 20px 0; }
    @media (max-width: 768px) {
      #youtube h2 {
        width: 40%;
        margin: 10px 0 20px; } }
  #youtube .new-video {
    margin: 0 auto; }
    #youtube .new-video::after {
      content: "";
      clear: both;
      display: block; }
  #youtube .iframe-wrap {
    width: 48%;
    float: left;
    margin-right: 4%; }
    @media (max-width: 768px) {
      #youtube .iframe-wrap {
        width: 100%; } }
    #youtube .iframe-wrap .iframe-box {
      aspect-ratio: 16/9; }
      #youtube .iframe-wrap .iframe-box iframe {
        width: 100%;
        height: 100%;
        border: 0;
        display: block; }
  #youtube .video-summary {
    width: 48%;
    float: left; }
    @media (max-width: 768px) {
      #youtube .video-summary {
        width: 100%;
        margin: 10px 0; } }
    #youtube .video-summary .summary-text {
      margin: 20px 0; }
      @media (max-width: 768px) {
        #youtube .video-summary .summary-text {
          margin: 20px 0 0; } }
      #youtube .video-summary .summary-text p {
        font-size: 1.6em;
        line-height: 1.8em;
        letter-spacing: 0.04em;
        font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Meiryo", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
      #youtube .video-summary .summary-text .more-btn {
        margin-top: 20px; }
        @media (max-width: 768px) {
          #youtube .video-summary .summary-text .more-btn {
            margin: 20px auto; } }
  @media (max-width: 768px) {
    #youtube .video-title {
      margin-top: 10px; } }
  #youtube .video-title .story {
    display: inline;
    text-align: center;
    margin-top: 10px;
    float: left;
    margin-right: 10px; }
    #youtube .video-title .story span {
      background: #be1919;
      padding: 2px 4px;
      font-size: 1.8em;
      font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "HGS明朝E", "MS PMincho", "MS Mincho", "Noto Serif JP", serif; }
  #youtube .video-title .title-text {
    display: inline; }
  #youtube .video-title p {
    font-size: 2.2em;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "HGS明朝E", "MS PMincho", "MS Mincho", "Noto Serif JP", serif;
    line-height: 1.6em;
    letter-spacing: 0.04em; }
  #youtube .youtube-thumbs {
    margin-top: 20px;
    position: relative; }
    @media (max-width: 768px) {
      #youtube .youtube-thumbs {
        margin: 0 0 10px 10px; } }
    #youtube .youtube-thumbs .thumb-viewport {
      width: 100%; }
    #youtube .youtube-thumbs .thumb-btn {
      display: block;
      width: 100%;
      border: 0;
      padding: 0;
      background: transparent;
      cursor: pointer; }
      #youtube .youtube-thumbs .thumb-btn img {
        width: 90%;
        height: auto;
        display: block;
        margin-bottom: 5px; }
    #youtube .youtube-thumbs .video-title {
      margin-top: 3px;
      width: 95%; }
      #youtube .youtube-thumbs .video-title .story {
        margin-top: 1px;
        margin-right: 5px; }
        #youtube .youtube-thumbs .video-title .story span {
          background: #be1919;
          padding: 2px 4px;
          font-size: 1.2em;
          font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Meiryo", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
      #youtube .youtube-thumbs .video-title p {
        font-size: 1.6em;
        font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Meiryo", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        line-height: 1.4em;
        letter-spacing: 0.04em; }

li.slick-current img {
  border: 2px solid #fff;
  box-sizing: border-box; }

@media (max-width: 767px) {
  .hidden-text {
    display: none; }

  .hidden-text.show {
    display: block; } }

/*# sourceMappingURL=front-page.css.map */
