@charset "UTF-8";
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: 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 {
  background: #170000;
  background: url(../imgs/bg_sec01.jpg) center top no-repeat, #170000;
  background-size: 100% auto, auto;
  padding-top: 15rem;
}
@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: 7.5rem;
  }
}
.sec02 .content_box + .content_box {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box + .content_box {
    margin-top: 7rem;
  }
}
.sec02 .content_box + .content_box.frame {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box + .content_box.frame {
    margin-top: 5rem;
  }
}
.sec02 .content_box h3 {
  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 .content_box h3 {
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-top: -0.733333333rem;
    padding-bottom: 0.766666667rem;
  }
}
.sec02 .content_box h4 {
  text-align: center;
}
.sec02 .content_box .img_area {
  margin-top: 7rem;
  margin-bottom: -0.625%;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .img_area {
    margin-top: 3rem;
  }
}
.sec02 .content_box .img_area_clm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec02 .content_box .img_area_clm .pcap {
  font-size: 10px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 5px;
  text-align: right;
  padding-right: 3px;
}
.sec02 .content_box .img_area_clm > .row3 {
  width: 32.916666667%;
  margin-bottom: 0.625%;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .img_area_clm > .row3 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .sec02 .content_box .img_area_clm > .row3 img {
    width: 100%;
  }
}
.sec02 .content_box .img_area_clm > .row2 {
  width: 49.652777778%;
  margin-bottom: 0.625%;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .img_area_clm > .row2 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .sec02 .content_box .img_area_clm > .row2 img {
    width: 100%;
  }
}
.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 .content_box .lNav {
  position: relative;
}
.sec02 .content_box .lNav#anc {
  margin-top: -220px;
  padding-top: 220px;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .lNav#anc {
    margin-top: -110px;
    padding-top: 110px;
  }
}
.sec02 .content_box .lNav.top {
  padding-bottom: 1px;
  margin-bottom: 12rem;
}
.sec02 .content_box .lNav.top::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e5c883;
  background: -moz-linear-gradient(left, #e5c883 0%, #8c6132 50%, #e5c883 100%);
  background: -webkit-linear-gradient(
    left,
    #e5c883 0%,
    #8c6132 50%,
    #e5c883 100%
  );
  background: linear-gradient(to right, #e5c883 0%, #8c6132 50%, #e5c883 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c883', endColorstr='#e5c883',GradientType=1 );
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .lNav.top {
    margin-bottom: 6rem;
  }
}
.sec02 .content_box .lNav.top .inner ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .lNav.top .inner ul {
    display: block;
  }
}
.sec02 .content_box .lNav.top .inner ul li {
  width: 40%;
  border-right: 1px solid #797468;
  border-top: 1px solid #797468;
}
.sec02 .content_box .lNav.top .inner ul li:first-child {
  border-left: 1px solid #797468;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .lNav.top .inner ul li {
    width: 100%;
    border-left: 1px solid #797468;
  }
}
.sec02 .content_box .lNav.top .inner ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  color: #fff;
  background: #1f1703;
  font-size: 1.6rem;
  letter-spacing: 0.18em;
  line-height: 1;
  padding: 0;
  height: calc(1em + 3rem);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sec02 .content_box .lNav.top .inner ul li a {
    font-size: calc(100vw * 16 / 959);
  }
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .lNav.top .inner ul li a {
    font-size: 1.2rem;
  }
}
.sec02 .content_box .lNav.top .inner ul li a span {
  display: block;
  position: relative;
  z-index: 20;
  height: 100%;
  width: 100%;
}
.sec02 .content_box .lNav.top .inner ul li a span div {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec02 .content_box .lNav.top .inner ul li a .txt_def {
  transition: 0.3s ease;
}
.sec02 .content_box .lNav.top .inner ul li a .txt_ov{
  opacity: 0;
  transition: 0.3s ease;
}
.sec02 .content_box .lNav.top .inner ul li a.hover .txt_def,
.sec02 .content_box .lNav.top .inner ul li a.current .txt_def {
  opacity: 0;
}
.sec02 .content_box .lNav.top .inner ul li a.current .txt_ov,
.sec02 .content_box .lNav.top .inner ul li a.hover .txt_ov {
  opacity: 1;
}
.sec02 .content_box .lNav.top .inner ul li a .hover_bg {
  position: absolute;
  bottom: 0;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 6px);
  border: 1px solid #bc9e4a;
  border-bottom: none;
  background: #281711;
  z-index: 10;
  padding: 2px 2px 0;
  opacity: 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .lNav.top .inner ul li a .hover_bg {
    height: calc(100% + 1px);
  }
}
.sec02 .content_box .lNav.top .inner ul li a .hover_bg_inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1px 1px 0;
  background: -moz-linear-gradient(
    left,
    rgba(112, 78, 40, 0.4) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(112, 78, 40, 0.4) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  background: linear-gradient(
    to right,
    rgba(112, 78, 40, 0.4) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33704e28', endColorstr='#33ffffff',GradientType=1 );
}
.sec02 .content_box .lNav.top .inner ul li a .hover_bg_inner_img {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../imgs/lnav_ov_bg.png) center;
  background-size: cover;
}
.sec02 .content_box .lNav.top .inner ul li a.hover,
.sec02 .content_box .lNav.top .inner ul li a.current {
  color: #d0b272;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.5), 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.sec02 .content_box .lNav.top .inner ul li a.hover .hover_bg,
.sec02 .content_box .lNav.top .inner ul li a.current .hover_bg {
  opacity: 1;
}
.sec02 .content_box .lNav.bottom {
  padding-top: 1px;
  margin-top: 12rem;
}
.sec02 .content_box .lNav.bottom::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #e5c883;
  background: -moz-linear-gradient(left, #e5c883 0%, #8c6132 50%, #e5c883 100%);
  background: -webkit-linear-gradient(
    left,
    #e5c883 0%,
    #8c6132 50%,
    #e5c883 100%
  );
  background: linear-gradient(to right, #e5c883 0%, #8c6132 50%, #e5c883 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5c883', endColorstr='#e5c883',GradientType=1 );
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .lNav.bottom {
    margin-top: 6rem;
  }
}
.sec02 .content_box .lNav.bottom .inner ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .lNav.bottom .inner ul {
    display: block;
  }
}
.sec02 .content_box .lNav.bottom .inner ul li {
  width: 40%;
  border-right: 1px solid #797468;
  border-bottom: 1px solid #797468;
}
.sec02 .content_box .lNav.bottom .inner ul li:first-child {
  border-left: 1px solid #797468;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .lNav.bottom .inner ul li {
    width: 100%;
    border-left: 1px solid #797468;
  }
}
.sec02 .content_box .lNav.bottom .inner ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  color: #fff;
  background: #1f1703;
  font-size: 1.6rem;
  letter-spacing: 0.18em;
  line-height: 1;
  padding: 0;
  height: calc(1em + 3rem);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .sec02 .content_box .lNav.bottom .inner ul li a {
    font-size: calc(100vw * 16 / 959);
  }
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .lNav.bottom .inner ul li a {
    font-size: 1.2rem;
  }
}
.sec02 .content_box .lNav.bottom .inner ul li a span {
  display: block;
  position: relative;
  z-index: 20;
  height: 100%;
  width: 100%;
}
.sec02 .content_box .lNav.bottom .inner ul li a span div {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec02 .content_box .lNav.bottom .inner ul li a .txt_def {
  transition: 0.3s ease;
}
.sec02 .content_box .lNav.bottom .inner ul li a .txt_ov{
  opacity: 0;
  transition: 0.3s ease;
}
.sec02 .content_box .lNav.bottom .inner ul li a.hover .txt_def,
.sec02 .content_box .lNav.bottom .inner ul li a.current .txt_def {
  opacity: 0;
}
.sec02 .content_box .lNav.bottom .inner ul li a.current .txt_ov,
.sec02 .content_box .lNav.bottom .inner ul li a.hover .txt_ov {
  opacity: 1;
}
.sec02 .content_box .lNav.bottom .inner ul li a .hover_bg {
  position: absolute;
  top: 0;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 6px);
  border: 1px solid #bc9e4a;
  border-top: none;
  background: #281711;
  z-index: 10;
  padding: 0 2px 2px;
  opacity: 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sec02 .content_box .lNav.bottom .inner ul li a .hover_bg {
    height: calc(100% + 1px);
  }
}
.sec02 .content_box .lNav.bottom .inner ul li a .hover_bg_inner {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1px 1px;
  background: -moz-linear-gradient(
    left,
    rgba(112, 78, 40, 0.4) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(112, 78, 40, 0.4) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  background: linear-gradient(
    to right,
    rgba(112, 78, 40, 0.4) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33704e28', endColorstr='#33ffffff',GradientType=1 );
}
.sec02 .content_box .lNav.bottom .inner ul li a .hover_bg_inner_img {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../imgs/lnav_ov_bg.png) center;
  background-size: cover;
}
.sec02 .content_box .lNav.bottom .inner ul li a.hover,
.sec02 .content_box .lNav.bottom .inner ul li a.current {
  color: #d0b272;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.5), 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.sec02 .content_box .lNav.bottom .inner ul li a.hover .hover_bg,
.sec02 .content_box .lNav.bottom .inner ul li a.current .hover_bg {
  opacity: 1;
}
.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;
}

.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: calc(50% - 3px);
  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;
  top: calc(50% + 4px);
/*
  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;
}
.sec02 .content_box .cont_ttl .font__en {
  font-family: 'Cinzel', serif;
  font-size: 3.6rem;
  letter-spacing: .16em;
  line-height: .8;
}

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

  .sec02 .content_box .cont_ttl::after {
    content: "";
    height: 1px;
    top: calc(50% + 3px);
/*
    bottom: 9px;
*/
  }

  .sec02 .content_box .cont_ttl span {
    padding: 0 1rem;
    font-size: 2.4rem;
  }
  .sec02 .content_box .cont_ttl .font__en {
    min-height: 24px;
    font-size: 2.2rem;
    letter-spacing: .12em;
    line-height: 1.2;
  }
}

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

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

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

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

.content_box .cont_txt {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.14em;
  margin-top: 3.8rem;
  margin-bottom: -0.7rem;
}
@media screen and (max-width: 767px) {
  .content_box .cont_txt {
    font-size: 1.2rem;
    margin-top: 3.9rem;
    margin-bottom: -0.6rem;
  }
}
.content_box .cont_txt_p {
  margin-top: 4.5rem;
}
.content_box .cont_txt_p .cont_txt_cont {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.14em;
  text-align: center;
  margin-top: -0.7rem;
  margin-bottom: -0.7rem;
}
.content_box .cont_txt_p .cont_txt_cont + .cont_txt_cont {
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .content_box .cont_txt_p .cont_txt_cont {
    font-size: 1.2rem;
    margin-top: -0.6rem;
    margin-bottom: -0.6rem;
  }
  .content_box .cont_txt_p .cont_txt_cont + .cont_txt_cont {
    margin-top: 2.3rem;
  }
}
.content_box .frame_box {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #170000;
  padding: 7px;
}
@media screen and (max-width: 767px) {
  .content_box .frame_box {
    padding: 4px;
  }
}
.content_box .frame_box_inner {
  border: 1px solid rgba(255, 255, 255, 0.17);
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  .content_box .frame_box_inner {
    padding: 3rem 1.5rem;
  }
}
.content_box .frame_box_inner .pcap {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 2.7rem;
  margin-bottom: -0.3rem;
}
@media screen and (max-width: 767px) {
  .content_box .frame_box_inner .pcap {
    font-size: 1rem;
    margin-top: 1.75rem;
    margin-bottom: -0.25rem;
  }
}
.content_box .frame_box_clm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -5rem;
}
.content_box .frame_box_clm > div {
  width: 48.1236%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .content_box .frame_box_clm > div {
    width: 100%;
  }
}
.content_box .frame_box_clm > div .clm_text_box {
  margin-top: 2.5rem;
  color: #fff;
}
.content_box .frame_box_clm > div .clm_text_ttl {
  font-size: 2rem;
  letter-spacing: 0.16em;
  line-height: 1.5;
  color: #eec85b;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.content_box .frame_box_clm > div .clm_text_cont {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.14em;
  margin-top: 1.3rem;
  margin-bottom: -0.7rem;
}
.content_box .frame_box_clm > div .clm_text_small {
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 1.6667;
  letter-spacing: 0.14em;
  border-top: 1px solid #534343;
  padding-top: 1.09998rem;
  margin-bottom: -0.40002rem;
}
@media screen and (max-width: 767px) {
  .content_box .frame_box_clm > div .clm_text_ttl {
    font-size: 1.5rem;
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }
  .content_box .frame_box_clm > div .clm_text_cont {
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: -0.6rem;
  }
  .content_box .frame_box_clm > div .clm_text_small {
    margin-top: 1.5rem;
    font-size: 1rem;
    border-top: 1px solid #534343;
    padding-top: 0.66665rem;
    margin-bottom: -0.33335rem;
  }
}
.content_box .bnr_area {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .content_box .bnr_area {
    margin-top: 5rem;
  }
}
.content_box .bnr_area a {
  display: block;
  position: relative;
}
.content_box .bnr_area a img {
  border: 1px solid #bc9e4a;
}
.content_box .bnr_area a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  transition: 0.3s ease;
}
.content_box .bnr_area a span {
  display: block;
  position: relative;
}
.content_box .bnr_area a span.lt::before {
  content: "";
  width: 1px;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  transition: 0.3s ease;
}
.content_box .bnr_area a span.lt::after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  transition: 0.3s ease;
}
.content_box .bnr_area a span.rb::before {
  content: "";
  width: 1px;
  height: 0%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  transition: 0.3s ease;
}
.content_box .bnr_area a span.rb::after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  transition: 0.3s ease;
}
.content_box .bnr_area a.hover::after {
  background: rgba(255, 255, 255, 0.3);
}
.content_box .bnr_area a.hover span.lt::before,
.content_box .bnr_area a.hover span.rb::before {
  height: 100%;
}
.content_box .bnr_area a.hover span.lt::after,
.content_box .bnr_area a.hover span.rb::after {
  width: 100%;
}
.content_box .slickArea {
  /*margin-top: 8.7rem;*/
  position: relative;
}
.content_box .slick-list {
  border: none;
}
.content_box .img .slick-list {
  height: 32.9861111111vw;
  padding-bottom: 90px !important;
  overflow: hidden;
  box-sizing: content-box;
}
@media screen and (min-width: 767px) and (max-width: 768px) {
  .content_box .img .slick-list {
    height: 49.6vw;
  }
}
@media screen and (max-width: 767px) {
  .content_box .img .slick-list {
    padding-bottom: 30px !important;
    height: 49.6vw;
  }
}
.content_box .slick .slick-slide {
  transition: 0.3s ease;
}
.content_box .slick .slick-slide:not(.slick-current) {
  transform: scale(0.85);
}
.content_box .slick .slick-slide:not(.slick-current) .slide-txt {
  opacity: 0;
}
.content_box .slick .slick-slide:not(.slick-current) .slide-img {
  background: #f8f5e7;
}
.content_box .slick .slick-slide:not(.slick-current) .slide-img img {
  transition: 0.3s ease;
}
.content_box .slick .slick-current {
  transform: scale(1);
}
.content_box .slick .slick-current .slide-img img {
  opacity: 1;
}
.content_box .slick .slick-current .slide-txt {
  opacity: 1;
}
.content_box .slick .slick-cloned {
  transform: scale(0.85);
  transition: 0.3s ease;
}
.content_box .slick .slick-cloned .slide-img img {
  transition: 0.3s ease;
}
.content_box .slick .slick-cloned.slick-center {
  transform: scale(1);
}
.content_box .slick .slick-cloned.slick-center .slide-img {
  border: 2px solid #c19c3a;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
}
.content_box .slick .slick-cloned.slick-center .slide-img img {
  opacity: 1;
}
.content_box .slick-prev,
.content_box .slick-next {
  display: block;
  font-size: 0;
  line-height: 0;
  position: absolute;
  width: 45px;
  height: 45px;
  padding: 0;
  transition: 0.3s opacity;
  cursor: pointer;
  color: transparent;
  border: none;
  opacity: 1;
  outline: none;
  background: transparent;
  z-index: 999;
  top: calc((100% - 45px) / 2);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .content_box .slick-prev,
  .content_box .slick-next {
    top: calc((100% - 15px) / 2);
  }
}
.content_box .slick-prev:before,
.content_box .slick-next:before {
  background: #999;
  width: 45px !important;
  height: 45px !important;
  content: "";
  opacity: 1;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 768px) {
  .content_box .slick-prev:before,
  .content_box .slick-next:before {
    width: 30px !important;
    height: 30px !important;
  }
}
.content_box .slick-prev:before {
  background: url(../imgs/arrow_02.png) no-repeat;
  background-size: cover;
  left: 25vw;
}
@media screen and (max-width: 768px) {
  .content_box .slick-prev:before {
    background: url(../imgs/arrow_02.png) no-repeat center;
    background-size: cover;
    left: 20px;
  }
}
.content_box .slick-next:before {
  background: url(../imgs/arrow_03.png) no-repeat;
  background-size: cover;
  right: 25vw;
}
@media screen and (max-width: 768px) {
  .content_box .slick-next:before {
    background: url(../imgs/arrow_03.png) no-repeat center;
    background-size: cover;
    right: 20px;
  }
}
/*.content_box .slick-dots {
  bottom: 43px;
}*/
@media screen and (max-width: 767px) {
  .content_box .slick-dots {
    bottom: -4px;
  }
}
.content_box .slick-dots li {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .content_box .slick-dots li {
    margin: 0 6px;
  }
}
.content_box .slick-dots li.slick-active button {
  opacity: 1;
}
.content_box .slick-dots li button {
/*  opacity: 0.3;*/
}
@media screen and (max-width: 767px) {
  .content_box .slick-dots li.slick-active button::before {
    box-shadow: 0px 0px 0px 7px rgba(144, 109, 5, 0.4);
  }
}
@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;
  }
}



/* flex */
  .layoutCol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .is-reverse {
    flex-direction: row-reverse;
  }
  .is-center {
    align-items: center;
  }

  .clmTwo__item {
    width: calc(496/1024*100%);
  }
@media only screen and (max-width: 767px) {
  .clmTwo__item {
    width: 100%;
  }
}

.cap1262{
  max-width: 1262px;
  margin: 0 auto;
}

  .cap1262 .cap {
    left: 0;
    right: 50px;
    margin-left: auto;
    margin-right: auto;
    bottom: -35px;
  }

  @media only screen and (max-width: 767px) {
    .cap1262 .cap {
      left: 0;
      right: 0px;
    }
  }

  .cap {
    font-size: 10px;
    letter-spacing: .1em;
    line-height: 1.5;
  }

/* photo */
  .photo {
    position: relative;
  }

  .fullPhoto {
    margin-top: 6rem;
  }

  .kakoi {
    display: block;
    border: solid 1px #746666;
  }

  .photo .cap {
    position: absolute;
    line-height: 1;
  }

  .cap--inLeft {
    bottom: 0;
    left: 0;
    padding: 15px 10px;
    text-align: left;
  }
  .cap--outLeft {
    top: 100%;
    left: 0;
    padding: 15px 0;
    text-align: left;
  }
  .cap--inRight {
    bottom: 0;
    right: 0;
    padding: 15px 10px;
    text-align: right;
  }
  .cap--outRight {
    top: 100%;
    right: 0;
    padding: 15px 0;
    text-align: right;
  }
  .fullPhoto .cap--outRight {
    padding: 15px 10px;
  }
  .twoPhoto .photo:nth-of-type(1) .cap--outRight,
  .threePhoto .photo:nth-of-type(1) .cap--outRight,
  .threePhoto .photo:nth-of-type(2) .cap--outRight {
    padding: 15px 0;
  }

  [data-align="center"] {
    text-align: center;
  }

  [data-color="white"] {
    color: #fff;
  }
  [data-color="black"] {
    color: #000;
  }
  [data-color="shadowWhite"] {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .8), 0px 0px 5px rgba(0, 0, 0, .8), 0px 0px 5px rgba(0, 0, 0, .8);
  }
  [data-color="shadowBlack"] {
    color: #000;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, .8), 0px 0px 5px rgba(255, 255, 255, .8), 0px 0px 5px rgba(255, 255, 255, .8);
  }
@media screen and (min-width: 768px) {
  [data-align="pc-center"] {
    text-align: center;
  }
}

  h3 + .text {
    margin-top: 5rem;
  }
@media only screen and (max-width: 767px) {
}

  .photoGroup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .photo + .photo,
  .photo + .photoGroup,
  .photoGroup + .photo,
  .photoGroup + .photoGroup {
    margin-top: 7rem;
  }
  .photoGroup .photo + .photo {
    margin-top: 0;
  }

  .twoPhoto .photo {
    width: calc(704/1440*100%);
  }
  .threePhoto .photo {
    width: calc(460/1440*100%);
  }
@media only screen and (max-width: 767px) {
}


  .text__small {
    font-size: 1.2rem;
    letter-spacing: .1em;
  }
@media only screen and (max-width: 767px) {
  .text {
  }
}
  .text::before,
  .text::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .text::before {
    margin-top: calc((1 - 2) * 0.5em);
  }
  .text::after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }

  .modelroomSection {
    color: #fff;
  }
  .modelroomBlock + .modelroomBlock {
    margin-top: 14rem;
  }

