@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda&family=Noto+Sans+JP&family=Noto+Serif+JP&family=Suranna&display=swap');

.sec-bnr img,
.sec-bnr svg {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.sec-bnr .lyt-inner {
  max-width: 908px;
  margin: 0 auto;
}

.sec-bnr .swiper {
  z-index: 0;
}

/* - Links
----------------------------------------------*/
.sec-bnr a {
  color: inherit;
}

.sec-bnr a,
.sec-bnr a:hover,
.sec-bnr a:active {
  text-decoration: none;
  outline: 0;
}

.sec-bnr:focus {
  outline: none;
}

.sec-bnr .font-min {
  font-family: 'Noto Serif JP', serif;
}

.sec-bnr .font-en {
  font-family: 'Suranna', serif;
}

.sec-bnr .font-mark {
  font-family: 'Bodoni Moda', serif;
  font-size: 50%;
}

.sec-bnr .title {
  font-size: 48px;
}
.sec-bnr .title.font-min {
  font-size: 26px;
}
.sec-bnr .subtitle {
  font-size: 40px;
}
.sec-bnr .m-text {
  font-size: 17px;
  line-height: 1.6;
}
.sec-bnr .text {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
}
.sec-bnr .s-text {
  font-size: 12px;
  line-height: 1.6;
}

.sec-bnr .bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sec-bnr .title {
    font-size: 38px;
  }
  .sec-bnr .title.font-min {
    font-size: 26px;
  }
  .sec-bnr .subtitle {
    font-size: 40px;
  }
  .sec-bnr .m-text {
    font-size: 17px;
    line-height: 1.6;
  }
  .sec-bnr .text {
    font-size: 14px;
    line-height: 1.6;
  }
  .sec-bnr .s-text {
    font-size: 12px;
    line-height: 1.6;
  }
}

.sec-bnr .cl-gray1 {
  color: #999999;
}

.sec-bnr .cl-gray2 {
  color: #7c7877;
}

.sec-bnr .cl-gray3 {
  color: #616c76;
}

.sec-bnr .cl-gold {
  color: #b39474;
}

/* - btn
----------------------------------------------*/
.sec-bnr .btn-area {
  padding: 60px 0 0 0;
}

.sec-bnr .btn-area[class*='btn-'] a {
  width: 325px;
  display: block;
  margin: 0 auto;
  border: 1px solid #333;
  padding: 13px 30px 15px 30px;
  position: relative;
}

.sec-bnr .btn-area[class*='btn-'] a:after {
  content: '';
  position: absolute;
  background: url('../hall_images/icon_arrow.png') no-repeat 0 0;
  background-size: contain;
  width: 20px;
  height: 5px;
  right: 10px;
  top: 24px;
}

.sec-bnr .btn-area.btn-c a {
  text-align: right;
}

.sec-bnr .btn-area.btn-b a {
  background: #f5f5f5;
  border: none;
}

.sec-bnr .btn-area.btn-c a:after {
  content: '';
  position: absolute;
  background: url('../hall_images/icon_arrow.png') no-repeat 0 0;
  background-size: contain;
  width: 20px;
  height: 5px;
  left: 10px;
  top: 24px;
  transform: rotate3d(0, 1, 0, 180deg);
}

.sec-bnr .sec-btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 0 20px;
}

@media screen and (max-width: 768px) {
  .sec-bnr .btn-area {
    padding: 40px 0 0 0;
  }

  .sec-bnr .btn-area[class*='btn-'] a {
    width: 90%;
    padding: 18px 0 20px 0;
    text-align: center;
  }

  .sec-bnr .btn-area[class*='btn-'] a:after {
    content: none;
  }
  .sec-bnr .btn-area[class*='btn-'] a span,
  .sec-bnr .btn-area.btn-b a span {
    margin: 0 30px 0 0;
    position: relative;
  }

  .sec-bnr .btn-area.btn-c a span {
    margin: 0 0 30px 0;
  }

  .sec-bnr .btn-area[class*='btn-'] a span:after {
    content: '';
    position: absolute;
    background: url('../hall_images/icon_arrow.png') no-repeat 0 0;
    background-size: contain;
    width: 20px;
    height: 5px;
    right: -30px;
    top: 9px;
  }

  .sec-bnr .btn-area.btn-c a span:after {
    content: '';
    position: absolute;
    background: url('../hall_images/icon_arrow.png') no-repeat 0 0;
    background-size: contain;
    width: 20px;
    height: 5px;
    left: -30px;
    top: 9px;
    transform: rotate3d(0, 1, 0, 180deg);
  }

  .sec-bnr .sec-btn {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  .sec-bnr .sec-btn .btn-area {
    width: 100%;
    padding-bottom: 0;
  }
}

/* - slide
----------------------------------------------*/
.sec-bnr .swiper {
  padding: 40px 0 0 0;
  overflow: hidden;
}

.sec-bnr .swiper-slide {
  position: relative;
  /*! width: 296px; */
  /*! margin-right: 16px; */
}

.sec-bnr .swiper.js-sliderA,
.sec-bnr .swiper.js-sliderB {
  position: relative;
}

.sec-bnr .swiper-pagination.js-paginationA,
.sec-bnr .swiper-pagination.js-paginationB {
  top: 10px;
  bottom: auto;
}

.sec-bnr .swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #fff);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

.sec-bnr .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #b39474;
}

.sec-bnr {
  background: #f0e5de;
}

.sec-bnr [class*='sec-'] {
  border-top: 1px solid #b3a17d;
  padding: 40px 0 60px 0;
}

.sec-bnr .title-box {
  text-align: center;
}

.sec-bnr .title-box .subtitle span {
  position: relative;
}

.sec-bnr .title-box .subtitle span:before,
.sec-bnr .title-box .subtitle span:after {
  content: '';
  position: absolute;
  background: url('../hall_images/icon_deco.png') no-repeat 0 0 / 100%;
  width: 80px;
  height: 40px;
  top: 22px;
}

.sec-bnr .title-box .subtitle span:before {
  left: -100px;
}

.sec-bnr .title-box .subtitle span:after {
  right: -100px;
  transform: rotate3d(0, 1, 0, 180deg);
}

@media screen and (max-width: 1024px) {
  .sec-bnr .swiper {
    margin: 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .sec-bnr .swiper {
    margin: 0;
  }

  .sec-bnr .swiper a {
    display: block;
    position: relative;
  }

  .sec-bnr .swiper-slide-next,
  .sec-bnr .swiper-slide-prev {
    opacity: 0.5;
  }
}
