@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: 33.3333%;
  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 {
  position: relative;
  z-index: 20;
}
.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: 33.3333%;
  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 {
  position: relative;
  z-index: 20;
}
.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;
}

.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);
  }
}
.content_box .text {
  margin: 0 auto;
  width: 71.1111111111vw;
}
.content_box .text .slick-prev:before,
.content_box .text .slick-next:before {
  display: none;
}
@media screen and (max-width: 959px) {
  .content_box .text {
    margin: 0.58rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .content_box .text {
    width: 100%;
    margin-top: 17px;
    padding: 0 3.125%;
  }
}
.content_box .text .box {
  opacity: 0;
  text-align: center;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: both;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .content_box .text .box {
    display: block;
  }
}
.content_box .text .box .label {
  width: 37.79296875%;
  height: 149px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ad8f5b;
  padding: 7px;
}
.content_box .text .box .label p {
  height: 131px;
  text-align: center;
  color: #bb8d2b;
  font-size: 22px;
  letter-spacing: 0.1em;
  background: url(../imgs/02/label_bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.454545455;
}
@media screen and (max-width: 768px) {
  .content_box .text .box .label {
    width: 100%;
    height: 90px;
  }
  .content_box .text .box .label p {
    height: 76px;
    font-size: 16px;
  }
}
.content_box .text .box .label + p {
  width: 62.3046875%;
  padding-left: 5.17578125%;
  padding-right: 5.46875%;
  font-size: 14px;
  line-height: 2;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .content_box .text .box .label + p {
    margin-top: 10px;
    width: 100%;
    font-size: 12px;
  }
}

@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;
  }
}
.lifeInfoLine {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lifeInfoLine + .lifeInfoLine {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .lifeInfoLine + .lifeInfoLine {
    margin-top: 3rem;
  }
}
.lifeInfoLine > div {
  width: 48.4375%;
}
@media screen and (max-width: 959px) {
  .lifeInfoLine > div {
    width: 100%;
  }
  .lifeInfoLine > div + div {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .lifeInfoLine > div + div {
    margin-top: 2rem;
  }
}
.lifeInfoLine > div .infoList .infoListBlock {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  background: url(../imgs/lifeinfo_dots.png) left bottom repeat-x;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.333333333;
}
@media screen and (max-width: 767px) {
  .lifeInfoLine > div .infoList .infoListBlock {
    font-size: 1.2rem;
  }
}
.lifeInfoLine > div .infoList .infoListBlock .infoListName .nobg {
  display: inline;
  margin-bottom: 0.8rem;
  background: #170000;
}
@media screen and (max-width: 767px) {
  .lifeInfoLine > div .infoList .infoListBlock .infoListName .nobg {
    display: block;
  }
}
.lifeInfoLine > div .infoList .infoListBlock .infoListName .bg {
  background: #170000;
  display: inline-block;
  padding-right: 5px;
}
.lifeInfoLine > div .infoList .infoListBlock .infoListDistance {
  background: #170000;
  padding-left: 5px;
}
.lifeInfoLine > div .infoList .infoListBlock .infoListDistance .table {
  display: table;
  width: 17.1rem;
}
@media screen and (max-width: 767px) {
  .lifeInfoLine > div .infoList .infoListBlock .infoListDistance .table {
    width: 14.1rem;
  }
}
.lifeInfoLine > div .infoList .infoListBlock .infoListDistance .table > div {
  display: table-cell;
}
.lifeInfoLine
  > div
  .infoList
  .infoListBlock
  .infoListDistance
  .table
  > div.toho {
  width: 2.1em;
}
.lifeInfoLine
  > div
  .infoList
  .infoListBlock
  .infoListDistance
  .table
  > div.num01 {
  width: 1.2em;
  text-align: right;
}
.lifeInfoLine
  > div
  .infoList
  .infoListBlock
  .infoListDistance
  .table
  > div.yaku {
  width: 4.3em;
}
.lifeInfoLine
  > div
  .infoList
  .infoListBlock
  .infoListDistance
  .table
  > div.num02 {
  width: 2.6em;
  text-align: right;
}
.lifeInfoLine
  > div
  .infoList
  .infoListBlock
  .infoListDistance
  .table
  > div.meter {
  width: 1em;
}
.lifeInfoLine > div .infoList .infoListBlock + .infoListBlock {
  margin-top: 1.8000000002rem;
}

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