header {
  background: #fff;
}

#gNav {
  background: #fff;
}

.sec01 {
  margin-top: 9.6rem;
}

@media screen and (max-width: 767px) {
  .sec01 {
    margin-top: calc(100vw * 116 / 750);
  }
}
.sec01 .bg img {
  width: 100%;
}

.sec01 h2 {
  text-align: center;
  position: absolute;
  top: 9.4rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sec01 h2 {
    top: 28%;
    transform: translateY(-50%);
  }

  .sec01 h2 img {
    width: 290px;
  }
}
.sec01 .entry_btn {
  position: fixed;
  top: 51%;
  right: 0;
  transform: translateY(-50%);
  border-top: 2px solid #d0a4a4;
  border-left: 2px solid #d0a4a4;
  border-bottom: 2px solid #d0a4a4;
  max-width: 62px;
  z-index: 9999;
  width: 100%;
}

.sec01 .entry_btn a {
  display: block;
  border-top: 2px solid #6b0505;
  border-left: 2px solid #6b0505;
  border-bottom: 2px solid #6b0505;
  background: #6b0505;
  background: -moz-linear-gradient(top, #6b0505 0%, #940531 26%, #b80137 50%, #940531 74%, #6b0505 100%);
  background: -webkit-linear-gradient(top, #6b0505 0%, #940531 26%, #b80137 50%, #940531 74%, #6b0505 100%);
  background: linear-gradient(to bottom, #6b0505 0%, #940531 26%, #b80137 50%, #940531 74%, #6b0505 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b0505', endColorstr='#6b0505', GradientType=0);
  background-position: center;
  background-size: 100% 100%;
  transition: 0.3s ease;
  position: relative;
}

.sec01 .entry_btn a::before {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  position: absolute;
  bottom: -4px;
  left: -4px;
  border-left: 2px solid #c89712;
  border-bottom: 2px solid #c89712;
  z-index: 20;
  transform: scale(0);
  transform-origin: left bottom;
  transition: 0.5s 0.1s ease;
}

.sec01 .entry_btn a::after {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-top: 2px solid #c89712;
  position: absolute;
  top: -4px;
  right: 0px;
  z-index: 20;
  transform: scale(0);
  transform-origin: right top;
  transition: 0.5s 0.1s ease;
}

.sec01 .entry_btn a.hover {
  background-size: 180% 180%;
}

.sec01 .entry_btn a.hover::before,
.sec01 .entry_btn a.hover::after {
  transform: scale(1);
}

.sec02 .content_box.last {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.last {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.sec02 .next {
  display: block;
  position: relative;
  border: 1px solid #bc9e4a;
}

.sec02 .next img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sec02 .next {
    border: 1px solid #bc9e4a;
  }
}
.sec02 .next span {
  position: relative;
  display: block;
}

.sec02 .next span::before {
  content: "";
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(0);
  transform-origin: left top;
  position: absolute;
  top: -1px;
  left: -1px;
  transition: 0.5s ease;
  z-index: 10;
}

.sec02 .next span::after {
  content: "";
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale(0);
  transform-origin: right bottom;
  position: absolute;
  bottom: -1px;
  right: -1px;
  transition: 0.5s ease;
  z-index: 10;
}

.sec02 .next.hover span::before,
.sec02 .next.hover span::after {
  transform: scale(1);
}

.sec02 .next::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: 0.3s ease;
}

.sec02 .next.hover::after {
  opacity: 1;
}

.sec02 .capArea {
  font-size: 10px;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.14em;
  padding: 0 0 3.5rem;
}

@media screen and (max-width: 767px) {
  header .link_area {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer {
    margin-bottom: 68px;
  }
}
.sec02 {
  background: #170000;
}
.sec02 article {
  padding: 12rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec02 article {
    padding: 7rem 0 0;
  }
}
.sec02 article .prepend .ttl {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  line-height: 1.733333333;
  font-weight: normal;
  letter-spacing: 0.18em;
  margin-top: -1.0999999995rem;
  padding-bottom: 1.4000000005rem;
  background: url(../imgs/h3_bg.png) no-repeat center bottom;
}
@media screen and (max-width: 767px) {
  .sec02 article .prepend .ttl {
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-top: -0.733333333rem;
    padding-bottom: 0.766666667rem;
  }
}
.sec02 article .body {
  margin: 8rem auto 0;
  padding: 2rem 3rem 6rem;
  background: #fff;
  box-shadow: inset 0 0 0 1px #ebebeb;
}
@media screen and (max-width: 767px) {
  .sec02 article .body {
    margin: 6rem 0 0;
    padding: 2rem 2rem 6rem;
  }
}
.sec02 article .body section {
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec02 article .body section {
    margin: 4rem 0 0;
  }
}
.sec02 article .body section .ttl {
  margin: 0 auto;
}
.sec02 article .body section p {
  margin-top: 2.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02 article .body section p {
    text-align: left;
  }
}
.sec02 article .body section .images {
  display: flex;
  justify-content: space-between;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec02 article .body section .images {
    display: block;
  }
}
.sec02 article .body section .images figure {
  width: 47.4rem;
}
@media screen and (max-width: 767px) {
  .sec02 article .body section .images figure {
    width: auto;
  }
  .sec02 article .body section .images figure + figure {
    margin: 2rem 0 0;
  }
}
.sec02 article .body section .images figure figcaption {
  margin: .75em 0 -.25em;
  font-size: 1rem;
  line-height: 1.5;
  text-align: right;
}
.sec02 article .body .section01 .ttl {
  width: 22.3rem;
}
@media screen and (max-width: 767px) {
  .sec02 article .body .section01 .ttl {
    width: 54.3902439024%;
  }
}
.sec02 article .body .section02 .ttl {
  width: 26.4rem;
}
@media screen and (max-width: 767px) {
  .sec02 article .body .section02 .ttl {
    width: 64.3902439024%;
  }
}
.sec02 article .body .section03 .ttl {
  width: 26.1rem;
}
@media screen and (max-width: 767px) {
  .sec02 article .body .section03 .ttl {
    width: 63.6585365854%;
  }
}
.sec02 article .body .section04 .ttl {
  width: 32.8rem;
}
@media screen and (max-width: 767px) {
  .sec02 article .body .section04 .ttl {
    width: 80%;
  }
}
.sec02 article .body .section05 .ttl {
  width: 18.6rem;
}
@media screen and (max-width: 767px) {
  .sec02 article .body .section05 .ttl {
    width: 45.3658536585%;
  }
}

/*# sourceMappingURL=style.css.map */
