.page_ttl {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGUlEQVQYV2NkgIL/////ZwSxwQwQgDFAggDp4wwAXlM0+AAAAABJRU5ErkJggg==), url(../img/history/page_ttl-bg.jpg);
  background-position: 0 0, center;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

@media screen and (max-width: 1024px) {
  .page_ttl {
    padding-top: 75px;
  }
}

/*-------------------
history
-------------------*/
.history {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .history {
    width: 93%;
  }
}

.history-dis {
  text-align: center;
  line-height: 2.3;
  padding: 8rem 0;
  position: relative;
}

@media screen and (max-width: 414px) {
  .history-dis {
    padding: 4rem 0;
  }
}

.history-dis:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: -110px;
  background-image: url(../img/history/history_bg01.png);
  background-size: cover;
  width: 403px;
  height: 315px;
}

.history-dis:after {
  position: absolute;
  content: '';
  top: 0;
  right: -110px;
  background-image: url(../img/history/history_bg02.png);
  background-size: cover;
  width: 332px;
  height: 221px;
  z-index: -1;
}

.history_okinawa {
  border-top: dotted 1px #c1b997;
  border-bottom: dotted 1px #c1b997;
  background: #eee;
  padding: 65px 0 100px;
}

.history_okinawa-wrap {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .history_okinawa-wrap {
    width: 93%;
  }
}

.history_okinawa-ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .history_okinawa-ttl {
    margin-bottom: 4rem;
  }
}

.history_okinawa-img01 {
  width: 474px;
  height: 316px;
  overflow: hidden;
  border: 5px solid #c1b997;
  margin-right: 30px;
}

@media screen and (max-width: 1023px) {
  .history_okinawa-img01 {
    margin: 0 auto 4rem;
  }
}

@media screen and (max-width: 768px) {
  .history_okinawa-img01 {
    width: 100%;
    height: auto;
  }
}

.history_okinawa-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .history_okinawa-content {
    display: block;
  }
}

.history_okinawa .content02 {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.history_okinawa-txt01 {
  width: 47%;
  line-height: 2;
}

@media screen and (max-width: 1023px) {
  .history_okinawa-txt01 {
    width: 100%;
    margin: 0 auto;
  }
}

.history_okinawa-txt02 {
  line-height: 1.8;
  margin-bottom: 10px;
}

.history_okinawa-exhibition {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
}

.history_okinawa .img02 {
  margin: 0 0 0 30px;
}

@media screen and (max-width: 1023px) {
  .history_okinawa .img02 {
    margin: 0 auto 4rem;
  }
}

.history_okinawa .content02 {
  margin-bottom: 0;
}

.movie {
  width: 980px;
  margin: 0 auto;
  padding: 65px 0;
}

@media screen and (max-width: 1023px) {
  .movie {
    width: 93%;
    margin: 0 auto;
  }
}

.movie-ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .movie-ttl {
    margin-bottom: 4rem;
  }
}

.movie video {
  width: 100%;
  border: 5px solid #c1b997;
  background: #000;
}

@media screen and (max-width: 1023px) {
  .movie video {
    height: auto;
  }
}
