@charset "UTF-8";
/*
カラー・フォント定義
*/
/* =========================== 共通 =========================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

select::-ms-expand {
  display: none; }

a {
  color: #a70000;
  text-decoration: none; }
  a:hover {
    color: #a70000;
    text-decoration: underline; }

ul {
  list-style-type: none; }

body {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 1;
  padding: 0px; }
  body.no_scroll {
    overflow: hidden !important; }

/* =========================== 汎用スタイル =========================== */
@media only screen and (min-width: 960px) {
  .pc {
    display: block; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none; } }

@media only screen and (min-width: 960px) {
  .sp {
    display: none; } }
@media only screen and (max-width: 768px) {
  .sp {
    display: block; } }

.mb8 {
  margin-bottom: 8px !important; }

.mb12 {
  margin-bottom: 12px !important; }

.mb16 {
  margin-bottom: 16px !important; }

.mb24 {
  margin-bottom: 24px !important; }

.mb32 {
  margin-bottom: 32px !important; }

.mb48 {
  margin-bottom: 48px !important; }

.mb64 {
  margin-bottom: 64px !important; }

.mb96 {
  margin-bottom: 96px !important; }

.mb128 {
  margin-bottom: 128px !important; }

.en-font {
  font-family: "Bebas Neue"; }

.loading-container-left {
  position: fixed;
  width: 50vw;
  height: 100vh;
  z-index: 500;
  background-color: #a70000;
  left: 0%;
  top: -120%;
  transition: .5s;
  /*background-image: url("../img/base/load-text-left.svg");
  background-size: 158px 150px;
  background-position: right 2px center;*/ }
  .loading-container-left span {
    position: absolute;
    left: 12px;
    top: 30%;
    text-align: left;
    padding: 0px 6px 0px 0px;
    font-size: 96px;
    font-weight: bold;
    font-family: "Bebas Neue"; }
    @media only screen and (max-width: 768px) {
      .loading-container-left span {
        font-size: 42px; } }
  .loading-container-left.on {
    left: 0%;
    top: 0px; }

.loading-container-right {
  position: fixed;
  width: 50vw;
  height: 100vh;
  z-index: 501;
  background-color: #a70000;
  left: 50%;
  top: 120%;
  transition: .5s; }
  .loading-container-right.on {
    left: 50%;
    top: 0px; }

/* =========================== 汎用スタイル end=========================== */
main .container {
  width: auto;
  height: 100vh;
  display: block; }
main .container {
  width: 100%;
  margin: 0 auto; }
main .side-scroll {
  display: flex;
  justify-content: center;
  align-items: center; }
main .side-scroll-list-wrapper {
  position: relative;
  width: 100%;
  height: 100vh; }
main .side-scroll-list {
  position: absolute;
  top: 400px;
  left: 0;
  display: flex; }
  @media only screen and (max-width: 768px) {
    main .side-scroll-list {
      top: 356px; } }
main .side-scroll-item {
  padding: 0px 0px 0px 0px;
  width: 664px;
  position: relative; }
  main .side-scroll-item.pickup {
    width: 800px; }
    @media only screen and (max-width: 768px) {
      main .side-scroll-item.pickup {
        width: 420px; } }
  @media only screen and (max-width: 768px) {
    main .side-scroll-item {
      width: 380px; } }
  main .side-scroll-item.photoList {
    width: 700px;
    /*&.w2018 {
    	width:800px;
    }
    
    &.w2020 {
    	width:800px;
    }*/
    position: relative; }
    @media only screen and (max-width: 768px) {
      main .side-scroll-item.photoList {
        width: 600px; } }
    main .side-scroll-item.photoList .photo-inner {
      position: absolute;
      top: calc(100% - 156px);
      left: 0;
      margin: 0px 128px 0px 0px;
      z-index: 101;
      min-height: 144px;
      background-color: #fff;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
      border-bottom-left-radius: 16px;
      border-bottom-right-radius: 16px; }
      main .side-scroll-item.photoList .photo-inner strong {
        font-size: 36px;
        font-family: "Bebas Neue";
        color: #fff;
        display: block;
        height: 72px;
        line-height: 72px;
        padding: 0px 24px 0px 24px;
        background-color: #a70000;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px; }
      main .side-scroll-item.photoList .photo-inner .photo-container {
        display: -webkit-flex;
        /* Safari */
        display: flex;
        -webkit-flex-direction: row;
        /* Safari */
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        /* Safari */
        flex-wrap: wrap;
        -webkit-align-items: stretch;
        /* Safari */
        align-items: stretch;
        padding: 20px 20px;
        margin: 0px 0px -16px -16px; }
        main .side-scroll-item.photoList .photo-inner .photo-container figure {
          width: calc(33.3% - 16px);
          margin: 0px 0px 16px 16px;
          /*						&::after {
          							content: "";
          							position: absolute;
          							width: 18px;
          							height: 100%;
          							background-color: #fff;
          							right:0px;
          							top:0px;
          							background-image: url("../img/base/base-arrow01.svg");
          							background-size: 5px 9px;
          							background-position: center center;
          						}*/ }
          main .side-scroll-item.photoList .photo-inner .photo-container figure img {
            width: 100%;
            height: auto;
            vertical-align: bottom; }
  main .side-scroll-item.red-line {
    width: 600px; }
    @media only screen and (max-width: 768px) {
      main .side-scroll-item.red-line {
        width: 316px; } }
    main .side-scroll-item.red-line p {
      width: 50%; }
    main .side-scroll-item.red-line .inner {
      width: calc(100% - 64px);
      margin: 0px 64px 0px 0px; }
  main .side-scroll-item:first-child.red-line {
    width: 664px; }
    @media only screen and (max-width: 768px) {
      main .side-scroll-item:first-child.red-line {
        width: 380px; } }
    main .side-scroll-item:first-child.red-line .inner {
      width: calc(100% - 128px);
      margin: 0px 0px 0px 64px; }
  main .side-scroll-item .red-arrow {
    width: 50%;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0px;
    height: 84px;
    z-index: 100; }
    main .side-scroll-item .red-arrow img {
      width: 64px;
      height: auto;
      margin: 28px 0px 0px 0px; }
  main .side-scroll-item p {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 84px;
    background-color: #c9c9c9;
    z-index: 100; }
    main .side-scroll-item p img {
      width: auto;
      height: 84px;
      float: right;
      margin: 0px 32px 0px 0px; }
  main .side-scroll-item:first-child {
    width: 728px; }
    @media only screen and (max-width: 768px) {
      main .side-scroll-item:first-child {
        width: 444px; } }
    main .side-scroll-item:first-child .inner {
      width: calc(100% - 192px);
      margin: 0px 128px 0px 64px; }
  main .side-scroll-item:last-child .inner {
    width: calc(100% - 128px);
    margin: 0px 0px 0px 0px; }
  main .side-scroll-item .inner {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: calc(100% - 128px);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-color: #a70000;
    margin: 0px 128px 0px 0px;
    padding: 24px;
    z-index: 101;
    min-height: 144px; }
    main .side-scroll-item .inner.no-image {
      border-bottom-left-radius: 16px;
      border-bottom-right-radius: 16px;
      bottom: -24px; }
      @media only screen and (max-width: 768px) {
        main .side-scroll-item .inner.no-image {
          bottom: -12px; } }
    @media only screen and (max-width: 768px) {
      main .side-scroll-item .inner {
        padding: 16px 12px;
        min-height: 110px; } }
    main .side-scroll-item .inner span {
      position: absolute;
      right: -7px;
      bottom: -33px;
      opacity: 0.2;
      color: #fff;
      font-size: 172px;
      font-family: "Bebas Neue"; }
      @media only screen and (max-width: 768px) {
        main .side-scroll-item .inner span {
          font-size: 128px;
          right: -5px;
          bottom: -26px; } }
    main .side-scroll-item .inner h3 {
      font-size: 24px;
      font-weight: bold;
      color: #fff; }
      @media only screen and (max-width: 768px) {
        main .side-scroll-item .inner h3 {
          font-size: 18px;
          line-height: 1.2; } }
    main .side-scroll-item .inner h4 {
      font-size: 16px;
      font-weight: normal;
      color: #fff;
      margin: 12px 0px 0px 0px;
      background-image: url("../img/base/h4-arrow.svg");
      background-size: 9px 11px;
      background-position: left center;
      padding: 0px 0px 0px 20px; }
      @media only screen and (max-width: 768px) {
        main .side-scroll-item .inner h4 {
          margin: 7px 0px 0px 0px;
          font-size: 14px;
          line-height: 1.2;
          background-position: left top 3px;
          padding: 0px 0px 0px 14px; } }
    main .side-scroll-item .inner strong {
      display: inline-block;
      background-color: #fff;
      color: #a70000;
      font-size: 16px;
      margin: 24px 0px 0px 0px;
      padding: 2px 4px; }
      @media only screen and (max-width: 768px) {
        main .side-scroll-item .inner strong {
          font-size: 14px;
          margin: 11px 0px 0px 0px; } }
    main .side-scroll-item .inner figure {
      position: absolute;
      top: 100%;
      left: 0px; }
      main .side-scroll-item .inner figure img {
        width: 100%;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px; }

.top {
  position: relative; }
  .top .chronology_btn {
    font-family: "Bebas Neue";
    color: #fff;
    background-color: #a70000;
    font-size: 18px;
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 400;
    display: inline-block;
    padding: 12px 12px;
    text-decoration: none;
    transition: 0.1s; }
    @media only screen and (max-width: 768px) {
      .top .chronology_btn {
        right: inherit;
        left: 16px;
        bottom: 12px;
        font-size: 14px;
        padding: 6px 6px; } }
    .top .chronology_btn:hover {
      opacity: 0.8;
      transform: scale(1.1); }
  .top .chronology_ttl {
    font-size: 32px;
    font-family: "Bebas Neue";
    color: #a70000;
    margin: 0px 0px 16px 0px;
    text-align: right; }
    @media only screen and (max-width: 768px) {
      .top .chronology_ttl {
        font-size: 24px; } }
  .top .chronology_tbl {
    margin: 0px 0px 32px 0px;
    border-collapse: collapse; }
    .top .chronology_tbl th, .top .chronology_tbl td {
      padding: 4px 4px;
      border: 1px solid #d1d1d1;
      font-size: 14px;
      line-height: 1.8; }
      @media only screen and (max-width: 768px) {
        .top .chronology_tbl th, .top .chronology_tbl td {
          font-size: 12px; } }
    .top .chronology_tbl th {
      font-weight: bold;
      text-align: center;
      vertical-align: top;
      width: 120px; }
      @media only screen and (max-width: 768px) {
        .top .chronology_tbl th {
          width: 60px; } }
    .top .chronology_tbl td {
      text-align: left;
      width: calc(100% - 120px); }
      @media only screen and (max-width: 768px) {
        .top .chronology_tbl td {
          width: calc(100% - 60px); } }
  .top .right-gradation {
    position: fixed;
    width: 10%;
    height: 100vh;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), white 80%, white);
    z-index: 103; }
    @media only screen and (max-width: 959px) {
      .top .right-gradation {
        display: none; } }
  .top .left-container {
    position: fixed;
    display: block;
    width: 50%;
    height: 100vh;
    left: 0;
    top: 0;
    background-image: url("../img/top/main.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 101; }
    @media only screen and (max-width: 768px) {
      .top .left-container {
        width: 60%; } }
    .top .left-container .back-btn {
      font-family: "Bebas Neue";
      font-size: 18px;
      color: #000;
      display: inline-block;
      padding: 0px 0px 0px 16px;
      position: absolute;
      left: 12px;
      top: 12px;
      background-image: url("../img/base/back-bg.svg");
      background-size: 14px 14px;
      background-repeat: no-repeat;
      background-position: left center; }
      .top .left-container .back-btn:hover {
        text-decoration: none;
        opacity: 0.7; }
    .top .left-container .message {
      margin: 0px 0px 32px 32px;
      position: absolute;
      bottom: 0px;
      width: 100%;
      color: #fff; }
      @media only screen and (max-width: 959px) {
        .top .left-container .message {
          margin: 0px 0px 24px 24px; } }
      @media only screen and (max-width: 768px) {
        .top .left-container .message {
          margin: 0px 0px 48px 16px; } }
      .top .left-container .message h1 {
        font-family: "Bebas Neue";
        font-size: 50px;
        line-height: 1;
        margin: 0px 0px 43px 0px; }
        @media only screen and (max-width: 959px) {
          .top .left-container .message h1 {
            width: 80%;
            font-size: 32px;
            line-height: 40px;
            margin: 0px 0px 24px 0px; } }
        @media only screen and (max-width: 768px) {
          .top .left-container .message h1 {
            width: calc(100% - 80px);
            font-size: 32px;
            line-height: 40px;
            margin: 0px 0px 24px 0px;
            /*background-color: rgba(255,255,255,0.50);
            padding: 12px 6px 12px 16px;*/ } }
        .top .left-container .message h1 img {
          width: 50%; }
          @media only screen and (max-width: 959px) {
            .top .left-container .message h1 img {
              width: 80%; } }
          @media only screen and (max-width: 768px) {
            .top .left-container .message h1 img {
              width: 80%; } }
      .top .left-container .message h2 {
        font-family: "Bebas Neue";
        font-size: 22px;
        line-height: 28px; }
        .top .left-container .message h2 img {
          width: 50%; }
          @media only screen and (max-width: 959px) {
            .top .left-container .message h2 img {
              width: 90%; } }
          @media only screen and (max-width: 768px) {
            .top .left-container .message h2 img {
              width: 90%; } }
        @media only screen and (max-width: 959px) {
          .top .left-container .message h2 {
            width: 50%;
            font-size: 18px;
            line-height: 22px; } }
        @media only screen and (max-width: 768px) {
          .top .left-container .message h2 {
            width: calc(100% - 80px);
            font-size: 16px;
            line-height: 20px;
            /*					background-color: rgba(255,255,255,0.50);
            					padding: 12px 6px 12px 16px;*/ } }
  .top .right-container {
    width: calc(50% + 235px);
    position: absolute;
    top: 0px;
    left: calc(50% - 235px);
    z-index: 102; }
    @media only screen and (max-width: 959px) {
      .top .right-container {
        width: calc(50% + 120px);
        left: calc(50% - 120px); } }
    @media only screen and (max-width: 768px) {
      .top .right-container {
        width: calc(40% + 80px);
        left: calc(60% - 80px); } }
    .top .right-container .inner {
      background-color: rgba(255, 255, 255, 0.28);
      padding: 64px 0px 0px 0px;
      min-height: 100vh; }
      @media only screen and (max-width: 768px) {
        .top .right-container .inner {
          padding: 16px 0px 0px 0px; } }
      .top .right-container .inner a {
        color: #000;
        font-family: "Bebas Neue"; }
        .top .right-container .inner a:hover {
          text-decoration: none;
          opacity: 0.8 !important; }
          .top .right-container .inner a:hover .left-inner figure img {
            right: -32px; }
      .top .right-container .inner .base-container {
        display: -webkit-flex;
        /* Safari */
        display: flex;
        -webkit-flex-direction: row;
        /* Safari */
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        /* Safari */
        flex-wrap: wrap;
        -webkit-align-items: stretch;
        /* Safari */
        align-items: stretch;
        opacity: 0; }
        .top .right-container .inner .base-container .left-inner {
          display: -webkit-flex;
          /* Safari */
          display: flex;
          -webkit-flex-direction: row;
          /* Safari */
          flex-direction: row;
          -webkit-flex-wrap: wrap;
          /* Safari */
          flex-wrap: wrap;
          -webkit-align-items: stretch;
          /* Safari */
          align-items: stretch;
          width: 235px; }
          @media only screen and (max-width: 959px) {
            .top .right-container .inner .base-container .left-inner {
              width: 120px; } }
          @media only screen and (max-width: 768px) {
            .top .right-container .inner .base-container .left-inner {
              width: 80px; } }
          .top .right-container .inner .base-container .left-inner strong {
            width: 50%;
            height: 100%;
            display: block;
            font-weight: normal;
            font-size: 30px;
            line-height: 30px;
            text-align: right; }
            @media only screen and (max-width: 959px) {
              .top .right-container .inner .base-container .left-inner strong {
                font-size: 20px;
                line-height: 1; } }
            @media only screen and (max-width: 959px) {
              .top .right-container .inner .base-container .left-inner strong {
                font-size: 16px; } }
          .top .right-container .inner .base-container .left-inner .line {
            width: 25%;
            height: 100%;
            position: relative; }
            .top .right-container .inner .base-container .left-inner .line .square {
              position: absolute;
              width: 13px;
              height: 13px;
              background-color: #a70000;
              top: 0px;
              right: 0px; }
              @media only screen and (max-width: 959px) {
                .top .right-container .inner .base-container .left-inner .line .square {
                  width: 9px;
                  height: 9px; } }
            .top .right-container .inner .base-container .left-inner .line .border {
              position: absolute;
              width: 1px;
              height: 1px;
              background-color: #a70000;
              top: 0px;
              right: 6px; }
              @media only screen and (max-width: 959px) {
                .top .right-container .inner .base-container .left-inner .line .border {
                  right: 4px; } }
          .top .right-container .inner .base-container .left-inner > figure {
            width: 25%;
            position: relative; }
            .top .right-container .inner .base-container .left-inner > figure img {
              transition: .3s;
              position: absolute;
              width: 32px;
              height: auto;
              right: -16px;
              top: calc(50% - 32px); }
              @media only screen and (max-width: 959px) {
                .top .right-container .inner .base-container .left-inner > figure img {
                  width: 16px;
                  right: -8px;
                  top: calc(50% - 24px); } }
        .top .right-container .inner .base-container ul {
          display: -webkit-flex;
          /* Safari */
          display: flex;
          -webkit-flex-direction: row;
          /* Safari */
          flex-direction: row;
          -webkit-flex-wrap: wrap;
          /* Safari */
          flex-wrap: wrap;
          -webkit-align-items: stretch;
          /* Safari */
          align-items: stretch;
          width: calc(100% - 235px);
          padding: 0px 0px 32px 64px; }
          @media only screen and (max-width: 959px) {
            .top .right-container .inner .base-container ul {
              width: calc(100% - 120px);
              padding: 0px 0px 32px 24px; } }
          @media only screen and (max-width: 768px) {
            .top .right-container .inner .base-container ul {
              width: calc(100% - 80px);
              padding: 0px 0px 24px 16px; } }
          .top .right-container .inner .base-container ul li {
            width: 33%; }
            @media only screen and (max-width: 959px) {
              .top .right-container .inner .base-container ul li {
                width: 50%; }
                .top .right-container .inner .base-container ul li:last-child {
                  display: none; } }
            @media only screen and (max-width: 768px) {
              .top .right-container .inner .base-container ul li {
                width: 100%;
                display: block;
                margin: 0px 0px 1px 0px; }
                .top .right-container .inner .base-container ul li:first-child {
                  width: 100%; }
                .top .right-container .inner .base-container ul li:last-child {
                  display: block; } }
            .top .right-container .inner .base-container ul li figure {
              position: relative; }
              .top .right-container .inner .base-container ul li figure img {
                width: 100%;
                vertical-align: bottom; }
              .top .right-container .inner .base-container ul li figure figcaption {
                position: absolute;
                display: inline-block;
                right: 20px;
                bottom: 4px;
                color: #fff;
                font-size: 24px;
                font-style: italic;
                text-shadow: 1px 1px 4px #000; }
                @media only screen and (max-width: 959px) {
                  .top .right-container .inner .base-container ul li figure figcaption {
                    right: 10px;
                    bottom: 0px; } }
                @media only screen and (max-width: 768px) {
                  .top .right-container .inner .base-container ul li figure figcaption {
                    right: 10px;
                    bottom: 0px;
                    font-size: 16px; } }

.detail .scroll-btn {
  display: inline-block;
  position: fixed;
  top: 16px;
  right: -1px;
  z-index: 105; }
  .detail .scroll-btn img {
    width: 41px;
    height: 86px; }
.detail .back-btn {
  display: inline-block;
  position: fixed;
  top: 163px;
  left: 34px;
  font-family: "Bebas Neue";
  font-size: 44px;
  color: #fff;
  display: inline-block;
  padding: 0px 0px 0px 42px;
  background-image: url("../img/base/back-bg.svg");
  background-size: 31px 31px;
  background-repeat: no-repeat;
  background-position: left top 4px;
  z-index: 106; }
  @media only screen and (max-width: 768px) {
    .detail .back-btn {
      top: 121px;
      left: 16px; } }
  .detail .back-btn:hover {
    text-decoration: none;
    opacity: 0.7; }
.detail .detail-bg2 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: hidden; }
  .detail .detail-bg2 .container {
    position: relative; }
    .detail .detail-bg2 .container .inner {
      position: absolute;
      width: 140vw;
      height: 120vh;
      background-size: cover;
      background-position: center center;
      left: 0;
      top: 0; }
      .detail .detail-bg2 .container .inner.y1960 {
        background-image: url("../img/photo/1960-bg.webp"); }
      .detail .detail-bg2 .container .inner.y1970 {
        background-image: url("../img/photo/1970-bg.webp"); }
      .detail .detail-bg2 .container .inner.y1980 {
        background-image: url("../img/photo/1980-bg.webp"); }
      .detail .detail-bg2 .container .inner.y1990 {
        background-image: url("../img/photo/1990-bg.webp"); }
      .detail .detail-bg2 .container .inner.y2000 {
        background-image: url("../img/photo/2000-bg.webp"); }
      .detail .detail-bg2 .container .inner.y2010 {
        background-image: url("../img/photo/2010-bg.webp"); }
.detail .detail-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  /*		background-repeat: no-repeat;
  		background-position: left center;
  		background-size: cover;
  		
  		&.y1960 {
  			background-image: url("../img/photo/1960-bg.webp");
  		}
  		
  		&.y1970 {
  			background-image: url("../img/photo/1970-bg.webp");
  		}
  		
  		&.y1980 {
  			background-image: url("../img/photo/1980-bg.webp");
  		}
  		
  		&.y1990 {
  			background-image: url("../img/photo/1990-bg.webp");
  		}
  		
  		&.y2000 {
  			background-image: url("../img/photo/2000-bg.webp");
  		}
  		
  		&.y2010 {
  			background-image: url("../img/photo/2010-bg.webp");
  		}*/ }
  .detail .detail-bg.y1900 h1 {
    top: -19px;
    left: -15px; }
    @media only screen and (max-width: 768px) {
      .detail .detail-bg.y1900 h1 {
        top: -11px;
        left: -9px; } }
  .detail .detail-bg.y2000 h1 {
    top: -19px;
    left: -6px; }
    @media only screen and (max-width: 768px) {
      .detail .detail-bg.y2000 h1 {
        top: -11px;
        left: -3px; } }
  .detail .detail-bg h1 {
    font-family: "Bebas Neue";
    color: #fff;
    position: absolute;
    font-size: 192px;
    line-height: 1; }
    @media only screen and (max-width: 768px) {
      .detail .detail-bg h1 {
        font-size: 128px; } }

.remodal .view-photo {
  margin: 0px 0px 24px 0px; }
  .remodal .view-photo img {
    width: 100%; }
.remodal .remodal-cancel {
  font-family: "Bebas Neue";
  background-color: #a70000; }
