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;
}

.sec02 .content_box.cont01 {
  position: relative;
  background: url(../imgs/cont01_bg.jpg) no-repeat center, #000;
  background-size: 1440px auto, auto;
  padding: 140px 0 200px;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.cont01 {
    padding: 70px 0;
  }
}

.sec02 .content_box.cont01 .atxt01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sec02 .content_box.cont01 .atxt01 img {
  width: 100%;
}

.sec02 .content_box.cont01 .atxt02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.sec02 .content_box.cont01 .atxt02 img {
  width: 100%;
}

.sec02 .content_box.cont01 .inner {
  text-align: center;
}

.sec02 .content_box.cont01 .inner .cont01_ttl02 {
  padding-top: 40px;
  margin-top: 30px;
  position: relative;
}

.sec02 .content_box.cont01 .inner .cont01_ttl02::before {
  content: "";
  width: 100%;
  height: 2px;
  background: -moz-linear-gradient(left,
      rgba(188, 158, 74, 0) 0%,
      rgba(188, 158, 74, 0) 12%,
      #bc9e4a 50%,
      rgba(188, 158, 74, 0) 88%,
      rgba(188, 158, 74, 0) 100%);
  background: -webkit-linear-gradient(left,
      rgba(188, 158, 74, 0) 0%,
      rgba(188, 158, 74, 0) 12%,
      #bc9e4a 50%,
      rgba(188, 158, 74, 0) 88%,
      rgba(188, 158, 74, 0) 100%);
  background: linear-gradient(to right,
      rgba(188, 158, 74, 0) 0%,
      rgba(188, 158, 74, 0) 12%,
      #bc9e4a 50%,
      rgba(188, 158, 74, 0) 88%,
      rgba(188, 158, 74, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bc9e4a', endColorstr='#00bc9e4a', GradientType=1);
  position: absolute;
  top: 0;
  left: 0;
}

.sec02 .content_box.cont01 .inner .cont01_txt {
  color: #fff;
  margin-top: 10rem;
}

.sec02 .content_box.cont01 .inner .cont01_txt p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.14em;
  margin-top: -0.7rem;
  margin-bottom: -0.7rem;
}

.sec02 .content_box.cont01 .inner .cont01_txt p+p {
  margin-top: 3.3rem;
}

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

  .sec02 .content_box.cont01 .inner .cont01_txt p {
    font-size: 1.2rem;
    line-height: 2;
    margin-top: -0.6rem;
    margin-bottom: -0.6rem;
  }

  .sec02 .content_box.cont01 .inner .cont01_txt p+p {
    margin-top: 2.4rem;
  }
}

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

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

.sec02 .content_box.cont_img+.cont_img {
  margin-top: 15rem;
}

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

.sec02 .content_box .fullImg {
  margin-bottom: 6rem;
}

.sec02 .content_box .fullImg.mb0 {
  margin-bottom: 0;
}

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

  .sec02 .content_box .fullImg.mb0 {
    margin-bottom: 0;
  }
}

.sec02 .content_box .fullImg .base_m {
  display: none;
}

@media screen and (max-width: 959px) {
  .sec02 .content_box .fullImg .base {
    display: none;
  }

  .sec02 .content_box .fullImg .base_m {
    display: block;
  }
}

.sec02 .content_box .fullImg img {
  width: 100%;
}

.sec02 .content_box .fullImg .bg {
  position: absolute;
  height: 64.876%;
  width: 78.0556%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45.04586%);
  box-shadow: 0px 1px 35px 1px rgba(38, 34, 31, 0.2);
  padding: 0 7.8292%;
  display: flex;
  align-items: center;
}

.sec02 .content_box .fullImg .bg .textArea {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translateY(-50%);
  max-width: 52.6rem;
  width: 100%;
}

.sec02 .content_box .fullImg .bg .textAreaTtl {
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  line-height: 1.6154;
  color: #bb8d2b;
  margin-bottom: 4rem;
}

.sec02 .content_box .fullImg .bg .textAreaTxt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec02 .content_box .fullImg .bg .textAreaTxt li {
  position: relative;
  width: calc(243 / 516 * 100%);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

.sec02 .content_box .fullImg .bg .textAreaTxt li a {
  display: inline-block;
  padding: 20px 0 20px 30px;
  width: 100%;
  height: 100%;
  transition: .3s;
}

.sec02 .content_box .fullImg .bg .textAreaTxt li a:hover {
  opacity: .5;
}

.sec02 .content_box .fullImg .bg .textAreaTxt li:nth-of-type(n+3) {
  margin-top: 3rem;
}

.sec02 .content_box .fullImg .bg .textAreaTxt .ttl {
  font-size: 2rem;
  letter-spacing: 0.16em;
  color: #bb8d2b;
  padding-bottom: .5rem;
}

.sec02 .content_box .fullImg .bg .textAreaTxt .ttl::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 66%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: linear-gradient(to right, transparent, #bc9e4a 0%, transparent);
}

.sec02 .content_box .fullImg .bg .textAreaTxt .txt {
  font-size: 1.4rem;
  line-height: 1.71;
  letter-spacing: 0.14em;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-right: 30px;
}

.sec02 .content_box .fullImg .bg .textAreaTxt .btn {
  position: absolute;
  width: 122px;
  height: 29px;
  right: 0;
  bottom: 0;
}

.sec02 .content_box .fullImg .bg_parth_m {
  display: none;
}

@media screen and (max-width: 1319px) {
  .sec02 .content_box .fullImg .bg {
    width: 90%;
    padding: 0 3.9146%;
  }

  .sec02 .content_box .fullImg .bg .textArea {
    max-width: none;
    width: 45%;
    top: 30px;
    left: auto;
    transform: none;
    right: 30px;
  }

  .sec02 .content_box .fullImg .bg .textAreaTxt .ttl {
    font-size: 1.5rem;
    padding-bottom: .5rem;
  }

  .sec02 .content_box .fullImg .bg .textAreaTxt .txt {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }

  .sec02 .content_box .fullImg .bg .textAreaTxt .btn {
    margin-top: 2rem;
  }

  .sec02 .content_box .fullImg .bg .textAreaTxt br {
    display: none;
  }

  .sec02 .content_box .fullImg .bg_parth_m {
    display: block;
  }

  .sec02 .content_box .fullImg .bg_parth_l {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .sec02 .content_box .fullImg .bg {
    top: 45%;
    height: 90%;
  }

  .sec02 .content_box .fullImg .bg .textAreaTtl {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .sec02 .content_box .fullImg .bg .textAreaTxt li a {
    padding: 10px 0 0 15px;
  }

  .sec02 .content_box .fullImg .bg .textAreaTxt li:nth-of-type(n+3) {
    margin-top: 1rem;
  }

  .sec02 .content_box .fullImg .bg .textAreaTxt .ttl {
    font-size: 1.2rem;
  }

  .sec02 .content_box .fullImg .bg .textAreaTxt .txt {
    font-size: 1rem;
    margin-top: .5rem;
  }

  .sec02 .content_box .fullImg .bg .textAreaTxt .btn {
    width: 66px;
    height: 14.5px;
    margin-top: .5rem;
  }
}

.sec02 .content_box .fullImg .textArea-sp {
  position: absolute;
  bottom: calc(40vw * 120 / 750);
  left: 50%;
  transform: translateX(-50%);
  width: calc((670 / 750) * 100vw);
  background-color: rgba(255, 255, 255, 0.5);
  padding: 50px 20px;
}

.sec02 .content_box .fullImg .textArea-spTtl {
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 1.63;
  color: #bb8d2b;
  margin-bottom: 3rem;
}

.sec02 .content_box .fullImg .textArea-spTxt {
  display: block;
}

.sec02 .content_box .fullImg .textArea-spTxt li {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px 0 0 20px;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

.sec02 .content_box .fullImg .textArea-spTxt li a {
  display: inline-block;
  width: 100%;
}

.sec02 .content_box .fullImg .textArea-spTxt li:not(:first-child) {
  margin-top: 20px;
}

.sec02 .content_box .fullImg .textArea-spTxt .ttl {
  font-size: 1.5rem;
  letter-spacing: 0.16em;
  color: #bb8d2b;
  padding-bottom: .5rem;
}

.sec02 .content_box .fullImg .textArea-spTxt .ttl::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 66%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: linear-gradient(to right, transparent, #bc9e4a 0%, transparent);
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.sp .fullImg .acap {
      bottom: calc((1761 / 750) * 100vw);
      text-shadow: #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
  }
}

.sec02 .content_box .fullImg .textArea-spTxt .txt {
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 1rem;
  padding-right: 20px;
}

.sec02 .content_box .fullImg .textArea-spTxt .btn {
  width: 122px;
  height: 29px;
  margin-top: 1.5rem;
  margin-left: auto;
}

.sec02 .content_box .cont_ttl {
  text-align: center;
  position: relative;
  line-height: 1;
  color: #bb8d2b;
}

.sec02 .content_box .cont_ttl::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 12px;
  left: 0;
  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 .cont_ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 12px;
  left: 0;
  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 .cont_ttl span {
  display: inline-block;
  padding: 0 2rem;
  background: #170000;
  font-size: 3.2rem;
  line-height: 1;
  position: relative;
  z-index: 10;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box .cont_ttl::before {
    content: "";
    height: 2px;
    top: 9px;
  }

  .sec02 .content_box .cont_ttl::after {
    content: "";
    height: 1px;
    bottom: 9px;
  }

  .sec02 .content_box .cont_ttl span {
    padding: 0 1rem;
    font-size: 2.4rem;
  }
}

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

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

.sec02 .content_box.animation .fullImg {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box.animation .fullImg {
    background: transparent url(../imgs/cont04_bg_sp.jpg) no-repeat top left / 100%;
  }
}

.sec02 .content_box.animation .fullImg img {
  width: 100%;
  pointer-events: none;
}

.sec02 .content_box.animation .fullImg .bg_right,
.sec02 .content_box.animation .fullImg .bg_left,
.sec02 .content_box.animation .fullImg .bg_parth_l,
.sec02 .content_box.animation .fullImg .bg_parth_m,
.sec02 .content_box.animation .fullImg .bg_txt {
  position: absolute;
  bottom: 0;
  left: 0;
}

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

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

.sec02 .content_box .frameArea {
  border: 1px solid #746666;
  margin-top: 12rem;
  padding: 7px;
}

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

.sec02 .content_box .frameAreaInner {
  border: 1px solid #3e2b2b;
  padding: 6rem;
}

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

.sec02 .content_box .frameAreaTtl {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #b7a388;
  margin-top: -0.6rem;
  padding-bottom: 1.4rem;
  margin-bottom: 5rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box .frameAreaTtl {
    font-size: 1.8rem;
    margin-top: -0.45rem;
    padding-bottom: 1.55rem;
    margin-bottom: 3rem;
  }
}

.sec02 .content_box .frameAreaTtl::after {
  content: "";
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left,
      rgba(188, 158, 74, 0) 0%,
      #bc9e4a 50%,
      rgba(188, 158, 74, 0) 100%);
  background: -webkit-linear-gradient(left,
      rgba(188, 158, 74, 0) 0%,
      #bc9e4a 50%,
      rgba(188, 158, 74, 0) 100%);
  background: linear-gradient(to right,
      rgba(188, 158, 74, 0) 0%,
      #bc9e4a 50%,
      rgba(188, 158, 74, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bc9e4a', endColorstr='#00bc9e4a', GradientType=1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec02 .content_box .frameArea .bgArea {
  padding: 4rem;
  background: #453333;
  margin-top: 6rem;
}

.sec02 .content_box .frameArea .bgArea .bgTtl {
  text-align: center;
}

.sec02 .content_box .frameArea .bgArea .bgLink {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box .frameArea .bgArea {
    padding: 2rem 1rem;
    margin-top: 3rem;
  }

  .sec02 .content_box .frameArea .bgArea .bgLink {
    margin-top: 2rem;
  }
}

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

@media screen and (max-width: 767px) {
  .sec02 .content_box .frameAreaClm {
    display: block;
  }
}

.sec02 .content_box .frameAreaClm>div {
  width: 49.2099%;
}

.sec02 .content_box .frameAreaClm>div .textAreaTtl {
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #b7a388;
  font-family: "Cinzel", serif;
  margin-top: -0.65rem;
  margin-bottom: -0.65rem;
}

.sec02 .content_box .frameAreaClm>div .textAreaName .small {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.26em;
  color: #fff;
  margin-top: 1.7rem;
  margin-bottom: -0.3rem;
}

.sec02 .content_box .frameAreaClm>div .textAreaName .large {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.26em;
  color: #fff;
  margin-top: 0.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #4a3a3a;
}

.sec02 .content_box .frameAreaClm>div .textAreaTxt {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.14em;
  color: #fff;
  margin-top: 2.4rem;
  padding-bottom: -0.6rem;
}

@media screen and (max-width: 767px) {
  .sec02 .content_box .frameAreaClm>div {
    width: 100%;
  }

  .sec02 .content_box .frameAreaClm>div+div {
    margin-top: 3rem;
  }

  .sec02 .content_box .frameAreaClm>div .textAreaTtl {
    font-size: 2rem;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sec02 .content_box .frameAreaClm>div .textAreaName .small {
    font-size: 1rem;
    margin-top: 1.25rem;
    margin-bottom: -0.25rem;
  }

  .sec02 .content_box .frameAreaClm>div .textAreaName .large {
    font-size: 1.5rem;
    margin-top: 0.625rem;
    padding-bottom: 1.125rem;
  }

  .sec02 .content_box .frameAreaClm>div .textAreaTxt {
    font-size: 1rem;
    margin-top: 1.5rem;
    padding-bottom: -0.5rem;
  }
}

.sec02 .content_box .frameAreaClm-full {
  display: flex;
  justify-content: center;
}

.sec02 .content_box .frameAreaClm-full>div {
  width: 50%;
  position: relative;
}

.sec02 .content_box .frameAreaClm-full>div .acap.out {
  bottom: -10px;
  transform: translateY(100%);
}

@media screen and (max-width: 767px) {
  .sec02 .content_box .frameAreaClm-full {
    display: inline-block;
  }

  .sec02 .content_box .frameAreaClm-full>div {
    width: 100%;
  }

  .sec02 .content_box .frameAreaClm-full>div+div {
    margin-top: 4rem;
  }
}

.sec02 .info_list {
  margin-top: 4rem;
}

.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;
}

.acap {
  bottom: 5px;
  line-height: 1;
}

@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;
  }
}

/* 2021/06/28 */

.sec02 .cont03 .cont_ttl {
  margin: -.9rem 0;
  font-size: 2.6rem;
  letter-spacing: .08em;
  line-height: calc(44 / 26);
}

.sec02 .cont03 .cont_ttl::before,
.sec02 .cont03 .cont_ttl::after {
  content: none;
}

.sec02 .cont03 .cont_txt {
  margin-top: 2.8rem;
}

.sec02 .cont03 .image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.4rem 0 0;
}

.sec02 .cont03 .image figure {
  width: calc(100% * 232 / 1024);
  margin: 4.6rem calc(100% * 32 / 1024) 0 0;
  position: relative;
}

.sec02 .cont03 .image figure:nth-child(4),
.sec02 .cont03 .image figure:nth-child(7) {
  margin-right: 0;
}

.sec02 .cont03 .image figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1.2rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {

  .sec02 .cont03 .cont_ttl {
    font-size: 1.8rem;
  }

  .sec02 .cont03 .image figure {
    width: 49%;
    margin-top: 2rem;
    margin-right: 2%;
  }

  .sec02 .cont03 .image figure:nth-child(even) {
    margin-right: 0;
  }
}


.popup-frame-area {
  line-height: 0;
  background: #000;
}

.popup-frame-area video {
  width: 100%;
}

.bnrArea {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}
.bnrArea a {
  display: block;
  position: relative;
}
.bnrArea a img {
  border: 1px solid #bc9e4a;
}
.bnrArea a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  transition: 0.3s ease;
}
.bnrArea a span {
  display: block;
  position: relative;
}
.bnrArea a span.lt::before {
  content: "";
  width: 1px;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  transition: 0.3s ease;
}
.bnrArea a span.lt::after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  transition: 0.3s ease;
}
.bnrArea a span.rb::before {
  content: "";
  width: 1px;
  height: 0%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  transition: 0.3s ease;
}
.bnrArea a span.rb::after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  transition: 0.3s ease;
}
.bnrArea a.hover::after {
  background: rgba(255, 255, 255, 0.3);
}
.bnrArea a.hover span.lt::before,
.bnrArea a.hover span.rb::before {
  height: 100%;
}
.bnrArea a.hover span.lt::after,
.bnrArea a.hover span.rb::after {
  width: 100%;
}

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