main {
  padding-top: 0;
}

#firstview {
  width: 100%;
  color: #FFF;
  overflow: hidden;
  position: relative;
  z-index: 35;
  padding: 0 4rem;
  padding-top: 8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#firstview .slider {
  overflow: hidden;
  position: relative;
}
#firstview .slider::before {
  content: "";
  display: block;
  padding-top: 43.9393939394%;
}
#firstview .slider * {
  outline: none;
}
#firstview .slider .slick-list,
#firstview .slider .slick-track,
#firstview .slider .slick-slide,
#firstview .slider .item,
#firstview .slider .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#firstview .slider .hidden {
  display: none;
}
#firstview .slider .photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 10s linear;
  transition: -webkit-transform 10s linear;
  transition: transform 10s linear;
  transition: transform 10s linear, -webkit-transform 10s linear;
  -webkit-transform: scale(1.04) translateX(2%);
          transform: scale(1.04) translateX(2%);
  will-change: transform;
}
#firstview .slider .txt {
  position: absolute;
  z-index: 10;
  -webkit-transition: opacity 1.5s 1s, -webkit-transform 1.5s 1s;
  transition: opacity 1.5s 1s, -webkit-transform 1.5s 1s;
  transition: opacity 1.5s 1s, transform 1.5s 1s;
  transition: opacity 1.5s 1s, transform 1.5s 1s, -webkit-transform 1.5s 1s;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#firstview .slider .anim_run .photo {
  -webkit-transform: scale(1.04) translateX(-2%);
          transform: scale(1.04) translateX(-2%);
}
#firstview .slider .anim_run .txt {
  opacity: 1;
}
#firstview .slider .item.i02 .txt {
  top: 27.5%;
  left: 52.5694444444%;
  width: 36.94165rem;
}
#firstview .slider .item.i03 .txt {
  top: 68.5%;
  left: 77.9861111111%;
  width: 43.66554rem;
}
#firstview .slider .item.i04 .txt {
  top: 48.8%;
  left: 34.7222222222%;
  width: 51.94575rem;
}
#firstview .slider .item.i05 .txt {
  top: 49.6%;
  left: 76.5972222222%;
  width: 39.58229rem;
}
#firstview .slider .item.i06 .txt {
  top: 52.7%;
  left: 34.375%;
  width: 62.61035rem;
}
#firstview .slidertime {
  position: absolute;
  z-index: 10;
  right: 4rem;
  bottom: 4.5rem;
  width: 19rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
#firstview .slidertime .line {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 768px) and (max-height: 700px) {
  #firstview .slider {
    font-size: 2vmin;
  }
}
@media screen and (max-width: 767px) {
  #firstview {
    padding: 0 0.6em;
    padding-top: 3.6em;
  }
  #firstview .slider::before {
    padding-top: 79.8611111111%;
  }
  #firstview .slider .photo {
    -webkit-transform: scale(1.1) translateX(4%);
            transform: scale(1.1) translateX(4%);
  }
  #firstview .slider .anim_run .photo {
    -webkit-transform: scale(1.1) translateX(-4%);
            transform: scale(1.1) translateX(-4%);
  }
  #firstview .slider .item.i01 .txt {
    font-size: 0.92em;
    top: 50%;
    left: 50%;
    width: 2.1214625em;
  }
  #firstview .slider .item.i02 .txt {
    font-size: 0.6em;
    top: 50%;
    left: 50%;
    width: 23.08853125em;
  }
  #firstview .slider .item.i03 .txt {
    font-size: 0.6em;
    top: 50%;
    left: 50%;
    width: 27.2909625em;
  }
  #firstview .slider .item.i04 .txt {
    font-size: 0.6em;
    top: 50%;
    left: 50%;
    width: 32.46609375em;
  }
  #firstview .slider .item.i05 .txt {
    font-size: 0.6em;
    top: 50%;
    left: 50%;
    width: 24.73893125em;
  }
  #firstview .slider .item.i06 .txt {
    font-size: 0.6em;
    top: 50%;
    left: 50%;
    width: 39.13146875em;
  }
  #firstview .slidertime {
    right: 0.6em;
  }
}

#message {
  padding-top: 13rem;
  padding-bottom: 5rem;
}
#message .layouts ._left .jp span {
  font-size: 2.4rem;
}
#message .layouts ._left .en span {
  font-size: 1.3rem;
}
#message .layouts ._right {
  letter-spacing: 0.12em;
  line-height: 2.625;
}
@media print, screen and (min-width: 768px) {
  #message .layouts ._left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10rem;
    margin-top: 1em;
  }
  #message .layouts ._left .jp span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    white-space: nowrap;
  }
  #message .layouts ._left .en {
    margin-left: 2.8rem;
  }
  #message .layouts ._left .en span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    white-space: nowrap;
  }
  #message .layouts ._right {
    width: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  #message {
    padding-top: 7.5rem;
    padding-bottom: 0;
  }
  #message .layouts ._left {
    text-align: center;
    margin-bottom: 2em;
  }
  #message .layouts ._left .jp span {
    font-size: 1.5em;
  }
  #message .layouts ._left .en span {
    font-size: 1em;
  }
}

#history {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
#history h3 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 7rem;
}
#history .txt01 {
  text-align: center;
  margin-bottom: 12rem;
}
#history .photo {
  text-align: right;
}
#history .photo .caption {
  letter-spacing: 0;
  line-height: 1.625;
}
@media print, screen and (min-width: 768px) {
  #history .photo {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
  }
  #history .photo.p01 img {
    width: 26.3rem;
  }
  #history .photo.p02 img {
    width: 18.7rem;
  }
  #history .photo.p03 img {
    width: 13.8rem;
  }
  #history .photo.p04 img {
    width: 16rem;
  }
}
#history table {
  width: 100%;
}
#history table tbody tr th,
#history table tbody tr td {
  letter-spacing: 0;
  line-height: 2.375;
  position: relative;
}
#history table tbody tr:not(:last-child) th,
#history table tbody tr:not(:last-child) td {
  padding-bottom: 1.4rem;
}
#history table tbody tr th {
  white-space: nowrap;
  padding-right: 4rem;
  width: 0;
  text-align: right;
}
#history table tbody tr td {
  position: relative;
}
#history .chomei {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  #history h3 {
    font-size: 4rem;
    margin-bottom: 8rem;
  }
  #history .txt01 {
    margin-bottom: 10rem;
  }
  #history .photo {
    margin-top: 4.5rem;
    margin-left: 0;
    text-align: left;
  }
  #history .photo.p01 {
    width: 42.15rem;
    text-align: right;
  }
  #history .photo.p02 {
    text-align: right;
  }
  #history .photo.p02 img {
    width: 29.95rem;
  }
  #history .photo.p03 img {
    width: 29.95rem;
  }
  #history .photo.p04 img {
    width: 42.15rem;
  }
  #history table {
    display: block;
  }
  #history table tbody {
    display: block;
  }
  #history table tbody tr {
    display: block;
  }
  #history table tbody tr th,
  #history table tbody tr td {
    display: block;
    line-height: 3.5rem;
    position: relative;
  }
  #history table tbody tr:not(:last-child) {
    margin-bottom: 4.6rem;
  }
  #history table tbody tr:not(:last-child) th,
  #history table tbody tr:not(:last-child) td {
    padding-bottom: 0;
  }
  #history table tbody tr th {
    margin-bottom: 2rem;
    padding-right: 0;
    width: 100%;
    text-align: left;
  }
  #history table tbody tr td {
    position: relative;
  }
}/*# sourceMappingURL=about.css.map */