header {
  background: #fff;
}

#gNav {
  background: #fff;
}

.sec01 {
  margin-top: 9.6rem;
}

@media screen and (max-width: 767px) {
  .sec01 {
    margin-top: calc(100vw * 116 / 750);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec01 {
    margin-top: 16.5rem;
  }
}

.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: 280px;
  }
}

.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 {
  background: #170000;
  background: url(../imgs/bg_sec01.jpg) center top no-repeat, #170000;
  background-size: 100% auto, auto;
  padding-top: 14rem;
}

@media screen and (max-width: 767px) {
  .sec02 {
    background: url(../imgs/bg_sec01_sp.jpg) center top no-repeat, #170000;
    background-size: 100% auto, auto;
    padding-top: 7rem;
  }
}

.sec02 .content_box.cont01 .imageBox {
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont01 .imageBox {
    margin-top: 4rem;
  }
}

.sec02 .content_box.cont01 .imageBox .pcap {
  font-size: 1rem;
  text-align: right;
  line-height: 1.5;
  letter-spacing: 0.14em;
  color: #fff;
  margin-top: 0.75rem;
  margin-bottom: -0.25rem;
}

.sec02 .content_box.cont02 {
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont02 {
    margin-top: 4rem;
  }
}

.sec02 .content_box.cont02 .cont_block+.cont_block {
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont02 .cont_block+.cont_block {
    margin-top: 5rem;
  }
}

.sec02 .content_box.cont02 .cont_ttl   {
  font-size: 2.6rem;
  line-height: 1.615384615;
  letter-spacing: 0.08em;
  font-weight: normal;
  color: #bb8d2b;
  margin-top: -0.7999999995rem;
  margin-bottom: -0.7999999995rem;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont02 .cont_ttl   {
    font-size: 1.8rem;
    margin-top: -0.5538461535rem;
    margin-bottom: -0.5538461535rem;
  }
}

.sec02 .content_box.cont02 .cont_ttl.large {
  color: #bb8d2b;
  font-size: 2.8rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.sec02 .content_box.cont02 .cont_ttl.large .txt {
  width: 100%;
}

.sec02 .content_box.cont02 .cont_ttl.large .uniqueLine--left,
.sec02 .content_box.cont02 .cont_ttl.large .uniqueLine--right {
  position: absolute;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
}

.sec02 .content_box.cont02 .cont_ttl.large .uniqueLine--left {
  left: 0;
}

.sec02 .content_box.cont02 .cont_ttl.large .uniqueLine--right {
  right: 0;
}

.sec02 .content_box.cont02 .cont_ttl.large .uniqueLine::before,
.sec02 .content_box.cont02 .cont_ttl.large .uniqueLine::after {
  content: "";
  width: 94px;
  position: absolute;
  background: #754e28;
  background: -moz-linear-gradient(left, #754e28 0%, #b29662 100%);
  background: -webkit-linear-gradient(left, #754e28 0%, #b29662 100%);
  background: linear-gradient(to right, #754e28 0%, #b29662 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#754e28', endColorstr='#b29662', GradientType=1);
}

.sec02 .content_box.cont02 .cont_ttl.large .uniqueLine--left::before {
  height: 3px;
  top: 16px;
  left: 0;
}

.sec02 .content_box.cont02 .cont_ttl.large .uniqueLine--left::after {
  height: 1px;
  bottom: 19px;
  left: 0;
}
.sec02 .content_box.cont02 .cont_ttl.large .uniqueLine--right::before {
  height: 3px;
  top: 16px;
  right: 0;
}

.sec02 .content_box.cont02 .cont_ttl.large .uniqueLine--right::after {
  height: 1px;
  bottom: 19px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont02 .cont_ttl.large {
    font-size: 1.8rem;
    line-height: 1.615384615;
    letter-spacing: 0.08em;
  }

  .sec02 .content_box.cont02 .cont_ttl.large .uniqueLine {
    display: none;
  }
}

.sec02 .content_box.cont02 .cont_block .pcap {
  font-size: 1rem;
  text-align: right;
  line-height: 1.5;
  letter-spacing: 0.14em;
  margin-top: 0.75rem;
  margin-bottom: -0.25rem;
}

.sec02 .content_box.cont02 .clm_box {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont02 .clm_box {
    flex-direction: column;
  }
}

.sec02 .content_box.cont02 .clm_box.rev {
  flex-direction: row-reverse;
}

.sec02 .content_box.cont02 .clm_box .image_box {
  width: 39.84375%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont02 .clm_box .image_box {
    width: 100%;
  }
}

.sec02 .content_box.cont02 .clm_box .text_box {
  width: 57.03125%;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.14em;
  margin-top: -0.7rem;
  margin-bottom: -0.7rem;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont02 .clm_box .text_box {
    width: 100%;
    font-size: 1.2rem;
    margin-top: 2.4rem;
    margin-bottom: -0.6rem;
  }
}

.sec02 .content_box.cont02 .clm_box-2 .image_box {
  width: calc(495 / 1024 * 100%);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont02 .clm_box-2 .image_box {
    width: 100%;
  }
}

.sec02 .content_box.cont02 .clm_box-2 .text_box {
  width: calc(495 / 1024 * 100%);
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.14em;
  margin-top: -0.7rem;
  margin-bottom: -0.7rem;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont02 .clm_box-2 .text_box {
    width: 100%;
    font-size: 1.2rem;
    margin-top: 2.4rem;
    margin-bottom: -0.6rem;
  }
}

.sec02 .content_box.cont02 .clm_box-3 .image_box {
  width: calc(320 / 1024 * 100%);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont02 .clm_box-3 > div {
    margin-top: 2.4rem;
  }
  .sec02 .content_box.cont02 .clm_box-3 > div:nth-child(2) {
    margin-top: 0;
  }
  .sec02 .content_box.cont02 .clm_box-3 .image_box {
    width: 100%;
  }
}

.sec02 .content_box.cont02 .clm_box-3 .text_box {
  width: calc(320 / 1024 * 100%);
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont02 .clm_box-3 .text_box {
    width: 100%;
    font-size: 1.2rem;
    order: 2;
  }
}

.sec02 .content_box.cont02 .pic_box {
  display: flex;
  justify-content: space-between;
}

.sec02 .content_box.cont02 .pic_box__item:nth-child(1) {
  width: calc(430 / 1024 * 100%);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.sec02 .content_box.cont02 .pic_box__item:nth-child(2) {
  width: calc(584 / 1024 * 100%);
}

.sec02 .content_box.cont02 .pic_box .photo  {
  position: relative;
}

.sec02 .content_box.cont02 .pic_box .photo .acap {
  position: absolute;
  bottom: 3px;
  right: 5px;
  left: 5px;
  margin: auto;
  color: #fff;
  text-shadow: #000 1px 1px 10px, #000 -1px 1px 10px, #000 1px -1px 10px, #000 -1px -1px 10px;
  text-align: right;
}
.sec02 .content_box.cont02 .pic_box+.pcap {
  color: #fff;
  text-shadow: #000 1px 1px 10px, #000 -1px 1px 10px, #000 1px -1px 10px, #000 -1px -1px 10px;
  text-align: right;
}

.sec02 .content_box.cont02 .cont_block+.pcap {
  font-size: 1rem;
  color: #fff;
  text-align: right;
  margin-top: 20px;
}


.sec02 .content_box.cont03 {
  margin-top: 16rem;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont03 {
    margin-top: 7rem;
  }
}

.sec02 .content_box.cont03 h3 {
  color: #1b6389;
  padding-top: 8.5rem;
  padding-bottom: 0.5rem;
  background: #eff7f9;
  background: -moz-linear-gradient(top, #eff7f9 0%, white 100%);
  background: -webkit-linear-gradient(top, #eff7f9 0%, white 100%);
  background: linear-gradient(to bottom, #eff7f9 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff7f9', endColorstr='#fff', GradientType=0);
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont03 h3 {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}

.sec02 .content_box.cont03 h3 span {
  display: block;
  position: relative;
  padding-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont03 h3 span {
    padding-bottom: 1rem;
  }
}

.sec02 .content_box.cont03 h3 span::after {
  content: "";
  max-width: 496px;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: -moz-linear-gradient(left,
      rgba(131, 200, 244, 0) 0%,
      rgba(131, 200, 244, 0) 12%,
      #83c8f4 50%,
      rgba(131, 200, 244, 0) 88%,
      rgba(131, 200, 244, 0) 100%);
  background: -webkit-linear-gradient(left,
      rgba(131, 200, 244, 0) 0%,
      rgba(131, 200, 244, 0) 12%,
      #83c8f4 50%,
      rgba(131, 200, 244, 0) 88%,
      rgba(131, 200, 244, 0) 100%);
  background: linear-gradient(to right,
      rgba(131, 200, 244, 0) 0%,
      rgba(131, 200, 244, 0) 12%,
      #83c8f4 50%,
      rgba(131, 200, 244, 0) 88%,
      rgba(131, 200, 244, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0083c8f4', endColorstr='#0083c8f4', GradientType=1);
}

@media screen and (max-width: 1200px) {
  .sec02 .content_box.cont03 .acap {
    bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont03 .acap {
    bottom: 5rem;
  }
}

.sec02 .content_box.cont04 {
  margin-top: -8rem;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont04 {
    margin-top: -4rem;
  }
}

.sec02 .content_box.cont04 .inner_block {
  background: #fff;
}

.sec02 .content_box.cont04 .inner_box {
  max-width: 894px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 1.5rem 6rem;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont04 .inner_box {
    padding: 4rem 1.5rem 3rem;
  }
}

.sec02 .content_box.cont04 .inner_box .cont_ttl {
  font-size: 2.6rem;
  line-height: 1.615384615;
  letter-spacing: 0.08em;
  font-weight: normal;
  color: #bb8d2b;
  margin-top: -0.7999999995rem;
  margin-bottom: -0.7999999995rem;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont04 .inner_box .cont_ttl {
    font-size: 1.8rem;
    margin-top: -0.5538461535rem;
    margin-bottom: -0.5538461535rem;
  }
}

.sec02 .content_box.cont04 .inner_box .cont_txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.14em;
  text-align: center;
  margin-top: 3.3rem;
  margin-bottom: -0.7rem;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont04 .inner_box .cont_txt {
    font-size: 1.2rem;
    margin-top: 1.4rem;
    margin-bottom: -0.6rem;
  }
}

.sec02 .content_box.cont04 .inner_box .imageBox {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont04 .inner_box .imageBox {
    margin-top: 3rem;
  }
}

.sec02 .content_box.cont04 .inner_box .imageBox .pcap {
  font-size: 1rem;
  text-align: right;
  line-height: 1.5;
  letter-spacing: 0.14em;
  margin-top: 0.75rem;
  margin-bottom: -0.25rem;
}

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

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont05 {
    margin-top: 6rem;
  }
}

.sec02 .content_box.cont05 .cont_ttl {
  font-size: 2.6rem;
  line-height: 1.615384615;
  letter-spacing: 0.08em;
  font-weight: normal;
  color: #bb8d2b;
  margin-top: -0.7999999995rem;
  margin-bottom: -0.7999999995rem;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont05 .cont_ttl {
    font-size: 1.8rem;
    margin-top: -0.5538461535rem;
    margin-bottom: -0.5538461535rem;
  }
}

.sec02 .content_box.cont05 .cont_txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.14em;
  text-align: center;
  color: #fff;
  margin-top: 3.3rem;
  margin-bottom: -0.7rem;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont05 .cont_txt {
    font-size: 1.2rem;
    margin-top: 1.4rem;
    margin-bottom: -0.6rem;
  }
}

.sec02 .content_box.cont05 .clm_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont05 .clm_box {
    margin-top: 3rem;
    display: block;
  }
}

.sec02 .content_box.cont05 .clm_box>div {
  width: 49.652777778%;
    margin-bottom:  10px;
}

.sec02 .content_box.cont05 .clm_box>div .pcap {
  font-size: 1rem;
  text-align: right;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.14em;
  margin-top: 0.75rem;
  margin-bottom: -0.25rem;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont05 .clm_box>div {
    width: 100%;
      margin-bottom: 0;

  }

  .sec02 .content_box.cont05 .clm_box>div+div {
    margin-top: 15px;
  }
}

.sec02 .content_box h3 {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  line-height: 1.733333333;
  font-weight: normal;
  letter-spacing: 0.18em;
  padding-top: 10px;
  margin-top: -2.0999999995rem;
  padding-bottom: 1.4000000005rem;
  background: url(../imgs/h3_bg.png) no-repeat center bottom;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box h3 {
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-top: -1.733333333rem;
    padding-bottom: 0.766666667rem;
  }
}

.sec02 .content_box h4 {
  text-align: center;
}

.sec02 .content_box.last {
  margin-top: 14rem;
  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;
  }
}

img.top {
  display: none !important;
}

@media screen and (max-width: 767px) {
  footer {
    margin-bottom: 68px;
  }
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

/* 2021/06/28 */

.sec02 .cont01 .text_box {
  margin: 4.1rem 0 -.7rem;
  color: #fff;
  line-height: 2;
  letter-spacing: .07em;
  text-align: center;
}


.sec02 .cont01 .imageBox {
  max-width: 67.4rem;
  margin: 6rem auto 0;
}

.sec02 .cont01 .imageBox .inner {
  padding: 1.1rem;
  box-shadow: 0 0 0 .1rem rgba(238, 200, 91, 0.3);
}

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