@charset "UTF-8";
/* ============================================
#共通タグ
=============================================== */
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifJP-Regular.woff") format("woff"); }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifJP-SemiBold.woff") format("woff"); }
@media screen and (max-width: 480px) {
  html {
    font-size: 12px; } }
@media screen and (max-width: 767px) {
  html {
    font-size: 14px; } }

body {
  font-family: 'Noto Serif Japanese', serif;
  font-weight: 400;
  line-height: 1.45;
  color: #000;
  margin: 0;
  padding: 0; }

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

a:hover img {
  opacity: 0.8; }

img {
  vertical-align: top;
  border: 0;
  max-width: 100%; }

* {
  box-sizing: border-box; }

#player {
  display: none; }
  @media screen and (min-width: 768px) {
    #player {
      display: block;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 9999999999;
      background-color: #FFF; } }

@media screen and (min-width: 480px) {
  .sp-br {
    display: none; } }

/* ===============================================
#メインコンテンツ
=============================================== */
.loader,
.loader:before,
.loader:after {
  background: #000000;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em; }

.loader {
  color: #000000;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: ''; }

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 1.5em; }

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }
.section .section-inner {
  max-width: 1233px;
  padding: 0 20px;
  width: 100%;
  margin: 45px auto; }
  @media screen and (min-width: 768px) {
    .section .section-inner {
      margin: 90px auto; } }
  .section .section-inner .midashi {
    position: relative;
    overflow: hidden;
    margin: 0 0 54px; }
    .section .section-inner .midashi::after {
      content: "";
      background-color: #FE2621;
      width: 24px;
      height: 3px;
      position: absolute;
      left: 0;
      top: 0; }
    .section .section-inner .midashi p {
      margin: 15px 0 0;
      font-weight: 600;
      font-size: 1rem;
      line-height: 1; }
      .section .section-inner .midashi p + p {
        color: #E60012;
        font-size: 0.625rem;
        font-weight: 400;
        letter-spacing: 0.5em; }
.section h2 {
  margin: 0 0 0px;
  font-weight: 600;
  font-size: 1.6875rem; }
.section p {
  font-size: 1.14285rem; }
  @media screen and (min-width: 480px) {
    .section p {
      font-size: 0.875rem; } }

.logo {
  border-bottom: 6px solid #E60012; }
  .logo .logo-inner {
    padding: 12px 10px; }
    @media screen and (min-width: 768px) {
      .logo .logo-inner {
        padding: 12px 20px; } }
    .logo .logo-inner img {
      max-width: 228px; }

.mainimage #mainimage {
  width: 100vw;
  height: calc(100vh - 51px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  .mainimage #mainimage .main-text {
    padding: 0 10px; }
    .mainimage #mainimage .main-text img {
      display: block;
      margin: 0px auto 0px;
      max-width: 125px;
      min-width: 100px;
      width: 18.7687687688%; }
      @media screen and (min-width: 768px) {
        .mainimage #mainimage .main-text img {
          margin: 20px auto 0px; } }
      @media screen and (min-width: 1281px) {
        .mainimage #mainimage .main-text img {
          margin: 0 auto 0px; } }
    .mainimage #mainimage .main-text h1 {
      text-align: center;
      margin: 5px auto 10px;
      line-height: 1.5;
      font-size: 1.71428rem; }
      @media screen and (min-width: 375px) {
        .mainimage #mainimage .main-text h1 {
          margin: 10px auto 20px; } }
      @media screen and (min-width: 768px) {
        .mainimage #mainimage .main-text h1 {
          margin: 2.5% auto 4%;
          font-size: calc(175% + 2 * (100vw - 768px) / 512); } }
      @media screen and (min-width: 1281px) {
        .mainimage #mainimage .main-text h1 {
          font-size: calc(175% + 6 * (100vw - 768px) / 1152); } }
    .mainimage #mainimage .main-text p {
      font-size: 1.125rem;
      line-height: 1.75;
      letter-spacing: 0.042em;
      margin: 0 auto 10px;
      max-width: 42em; }
      @media screen and (min-width: 375px) {
        .mainimage #mainimage .main-text p {
          margin: 0 auto 20px; } }
      @media screen and (min-width: 768px) {
        .mainimage #mainimage .main-text p {
          line-height: 2.22222;
          margin: 0 auto 5%;
          text-align: center;
          font-size: calc(100% + 2 * (100vw - 768px) / 1152); } }
    .mainimage #mainimage .main-text ul {
      list-style: none;
      margin: 0 auto 0;
      padding: 0 0 0 0;
      display: flex;
      justify-content: space-between;
      max-width: 745px;
      flex-wrap: wrap;
      font-size: 1rem; }
      @media screen and (min-width: 768px) {
        .mainimage #mainimage .main-text ul {
          flex-wrap: nowrap;
          margin: 0 auto 8%;
          font-size: calc(100% * (100vw - 768px) / 1152); } }
      .mainimage #mainimage .main-text ul li {
        display: inline-block;
        margin: 0 0 10px 0;
        padding: 0 0 0 28px;
        font-weight: 600;
        position: relative;
        width: 50%; }
        @media screen and (min-width: 768px) {
          .mainimage #mainimage .main-text ul li {
            width: auto;
            margin: 0; } }
        .mainimage #mainimage .main-text ul li::before {
          position: absolute;
          content: "";
          left: 0;
          top: 50%;
          width: 7px;
          height: 9px;
          background-image: url("../images/arrow.svg");
          background-repeat: no-repeat;
          background-position: left center;
          margin-top: -5.5px; }
        .mainimage #mainimage .main-text ul li:last-child {
          margin-right: 0; }
  .mainimage #mainimage .scroll {
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: block;
    z-index: 99;
    margin-left: -30px; }
    @media screen and (min-width: 768px) {
      .mainimage #mainimage .scroll {
        margin-left: -42px; } }
    .mainimage #mainimage .scroll img {
      width: 60px;
      height: 60px; }
      @media screen and (min-width: 768px) {
        .mainimage #mainimage .scroll img {
          width: 84px;
          height: 84px; } }

.message .section-inner .message-photo {
  margin-bottom: 50px; }
  .message .section-inner .message-photo img {
    display: block;
    margin: 0 auto 0px;
    max-width: 100%;
    width: 980px; }
.message .section-inner .message-text h2 {
  letter-spacing: 0.042em;
  text-align: center; }
.message .section-inner .message-text p {
  letter-spacing: 0.042em;
  line-height: 2.14285; }
.message .section-inner .message-text .name {
  margin-bottom: 45px;
  text-align: center;
  font-size: 0.875rem; }
  .message .section-inner .message-text .name img {
    margin-left: 20px; }
.message .section-inner .message-text .columns {
  max-width: 980px;
  margin: 0 auto 0px; }
  @media screen and (min-width: 768px) {
    .message .section-inner .message-text .columns {
      columns: 2;
      column-gap: 40px; } }
  .message .section-inner .message-text .columns p {
    margin: 0 0 25px; }

.history {
  background-image: url("../images/img_history_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  .history .section-inner h2 {
    margin-bottom: 45px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .history .section-inner h2 {
        margin-bottom: 90px;
        text-align: left; } }
  .history .section-inner .chapter .chapter-year {
    background-color: #E60012;
    margin: 0 auto 40px;
    color: #FFF;
    font-size: 1.3125rem;
    font-weight: 600;
    line-height: 55px;
    max-width: 400px;
    text-align: center; }
  .history .section-inner .chapter .chapter-title {
    font-size: 1.28571rem;
    font-weight: 600;
    margin: 0 0 30px;
    line-height: 1.5238; }
    @media screen and (min-width: 768px) {
      .history .section-inner .chapter .chapter-title {
        font-size: 1.875rem;
        text-align: center; } }
  .history .section-inner .chapter h4 {
    margin: 0 auto 30px;
    font-size: 1.3125rem;
    font-weight: 600;
    text-align: center; }
  .history .section-inner .chapter .chapter-inner {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px; }
    @media screen and (min-width: 768px) {
      .history .section-inner .chapter .chapter-inner::after {
        content: "";
        height: 100%;
        width: 1px;
        background-color: #EE7C84;
        position: absolute;
        left: 50%;
        top: 0; } }
    .history .section-inner .chapter .chapter-inner > div {
      width: 100%;
      margin: 0 0 30px;
      position: relative;
      overflow: hidden;
      opacity: 0; }
      @media screen and (min-width: 768px) {
        .history .section-inner .chapter .chapter-inner > div {
          width: 50%;
          padding-right: 20px;
          margin: 75px 0 0; } }
      .history .section-inner .chapter .chapter-inner > div::after {
        content: "";
        height: 1px;
        width: 100%;
        background-color: #EE7C84;
        position: absolute;
        left: 5.9rem;
        top: 13px; }
      .history .section-inner .chapter .chapter-inner > div div.right {
        text-align: right;
        width: 100%; }
        .history .section-inner .chapter .chapter-inner > div div.right > div {
          text-align: left; }
      .history .section-inner .chapter .chapter-inner > div div.center {
        text-align: center;
        width: 100%; }
        .history .section-inner .chapter .chapter-inner > div div.center > div {
          text-align: left; }
      @media screen and (min-width: 768px) {
        .history .section-inner .chapter .chapter-inner > div:nth-child(even) {
          text-align: right;
          margin-top: 150px;
          padding-right: 0;
          padding-left: 20px; }
          .history .section-inner .chapter .chapter-inner > div:nth-child(even)::after {
            left: -5.9rem; } }
      .history .section-inner .chapter .chapter-inner > div:nth-child(even) > div {
        text-align: right; }
        .history .section-inner .chapter .chapter-inner > div:nth-child(even) > div.left {
          text-align: left; }
        .history .section-inner .chapter .chapter-inner > div:nth-child(even) > div.center {
          text-align: center; }
      .history .section-inner .chapter .chapter-inner > div h5 {
        margin: 0 0 30px;
        font-size: 1.3125rem;
        font-weight: 600; }
      .history .section-inner .chapter .chapter-inner > div div + div {
        margin-top: 50px; }
      .history .section-inner .chapter .chapter-inner > div div > div {
        display: block; }
        @media screen and (min-width: 768px) {
          .history .section-inner .chapter .chapter-inner > div div > div {
            display: inline-block; } }
      .history .section-inner .chapter .chapter-inner > div div p {
        margin: 0;
        font-size: 1.14285rem;
        font-weight: 400;
        text-align: left; }
        @media screen and (min-width: 768px) {
          .history .section-inner .chapter .chapter-inner > div div p {
            font-size: 0.875rem; } }
      .history .section-inner .chapter .chapter-inner > div div img {
        display: block;
        margin: 14px auto 0; }
        @media screen and (min-width: 768px) {
          .history .section-inner .chapter .chapter-inner > div div img {
            display: inline;
            margin: 14px 0 0; } }
    @media screen and (min-width: 768px) {
      .history .section-inner .chapter .chapter-inner .history01-03 {
        margin-top: -20%; } }
    @media screen and (min-width: 768px) {
      .history .section-inner .chapter .chapter-inner .history02-02 {
        margin-top: 50% !important; } }
    @media screen and (min-width: 768px) {
      .history .section-inner .chapter .chapter-inner .history03-03 {
        margin-top: -25%; } }
  .history .sp-br {
    display: none; }
    @media screen and (min-width: 768px) {
      .history .sp-br {
        display: inline; } }

.gallery {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  .gallery .section-inner .movie-contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
    flex-wrap: wrap; }
    @media screen and (min-width: 768px) {
      .gallery .section-inner .movie-contents {
        flex-wrap: nowrap; } }
    .gallery .section-inner .movie-contents .movie-inner {
      width: 100%;
      max-width: 560px;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .gallery .section-inner .movie-contents .movie-inner {
          width: 32.1877619447%;
          margin-bottom: 0; } }
      .gallery .section-inner .movie-contents .movie-inner .movie-wrap {
        position: relative;
        padding-bottom: 56.25%;
        /*アスペクト比 16:9の場合の縦幅*/
        height: 0;
        overflow: hidden; }
      .gallery .section-inner .movie-contents .movie-inner .movie-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .gallery .section-inner .gallery-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 570px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .gallery .section-inner .gallery-contents {
        max-width: 100%; } }
    .gallery .section-inner .gallery-contents div {
      width: 48.2142857143%;
      margin-bottom: 34px; }
      @media screen and (min-width: 768px) {
        .gallery .section-inner .gallery-contents div {
          width: 22.6320201174%; } }

.pagetop {
  position: fixed;
  right: 30px;
  bottom: 60px;
  z-index: 999;
  display: none; }
  .pagetop img {
    width: 62px;
    height: 62px; }

/* ===============================================
#フッター
=============================================== */
.footer {
  clear: both;
  text-align: center;
  padding: 13px 20px;
  background-color: #E60012;
  width: 100%;
  margin-top: auto; }
  .footer small {
    font-style: normal;
    color: #FFF;
    font-size: 0.5rem;
    letter-spacing: 0.5em; }
