.secKyotenIndex {
  position: relative;
  background: #F4F4EF;
}
.secKyotenIndex.-bgBlack {
  background: #121516;
}
.secKyotenIndex.-bgNone {
  background: transparent;
}
.secKyotenIndex.-borderTop::before, .secKyotenIndex.-borderBottom::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  background: rgba(132, 115, 68, 0.1);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .secKyotenIndex.-borderTop::before, .secKyotenIndex.-borderBottom::before {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 768px) {
  .secKyotenIndex.-borderTop::before, .secKyotenIndex.-borderBottom::before {
    width: calc(100% - 10vw);
  }
}
.secKyotenIndex.-borderTop::before {
  top: 0;
}
.secKyotenIndex.-borderBottom::before {
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .secKyotenIndex.-pc_ptLarge {
    padding-top: 180px;
  }
}
.secKyotenIndex_title {
  position: relative;
}
@media screen and (min-width: 769px) {
  .secKyotenIndex_title ._btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .secKyotenIndex_title ._btn {
    margin-top: 3.75vw;
  }
}
.secKyotenIndex_title > *:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  * + .secKyotenIndex_cnt1 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  * + .secKyotenIndex_cnt1 {
    margin-top: 15vw;
    margin-top: 12.5vw;
  }
}
.secKyotenIndex_cnt1.-overflowRight {
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 2001px) {
  .secKyotenIndex_cnt1.-overflowRight {
    margin-right: -400px;
  }
}
.secKyotenIndex_cnt1_item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .secKyotenIndex_cnt1_item {
    min-height: 620px;
  }
}
.secKyotenIndex_cnt1_item ._switch {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .secKyotenIndex_cnt1_item ._switch {
    margin-bottom: 10vw;
  }
}
.secKyotenIndex_cnt1_item ._switch ul {
  display: flex;
}
.secKyotenIndex_cnt1_item ._switch ul li + li {
  margin-left: 30px;
}
.secKyotenIndex_cnt1_item ._switch ul li button > span {
  padding-left: 50px;
  position: relative;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 16px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .secKyotenIndex_cnt1_item ._switch ul li button > span {
    padding-left: 10vw;
    font-size: 3.5vw;
  }
}
.secKyotenIndex_cnt1_item ._switch ul li button > span::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .secKyotenIndex_cnt1_item ._switch ul li button > span::before {
    width: 7.5vw;
    height: 7.5vw;
  }
}
.secKyotenIndex_cnt1_item ._switch ul li button > span::after {
  transition: opacity 0.3s ease-out;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #1c2123;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .secKyotenIndex_cnt1_item ._switch ul li button > span::after {
    left: 1.75vw;
    width: 3.75vw;
    height: 3.75vw;
  }
}
.secKyotenIndex_cnt1_item ._switch ul li button.is-current > span::after {
  opacity: 1;
}
.secKyotenIndex_cnt1_item .co-titleStyle6 {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .secKyotenIndex_cnt1_item .co-titleStyle6 {
    padding-top: 7.5vw;
  }
}
.secKyotenIndex_cnt1_item ._map {
  position: absolute;
  top: 0;
  right: 0;
  width: 51.6666666667%;
}
@media screen and (max-width: 768px) {
  .secKyotenIndex_cnt1_item ._map {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .secKyotenIndex_cnt1_item ._bnr {
    margin-top: 50px;
    width: 46.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .secKyotenIndex_cnt1_item ._bnr {
    margin-top: 7.5vw;
  }
}
.secKyotenIndex_cnt1_item ._bnr ul li a {
  display: block;
}
@media screen and (min-width: 769px) {
  .secKyotenIndex_cnt1_item ._bnr ul li dl {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .secKyotenIndex_cnt1_item ._bnr ul li dl {
    margin-top: 2.5vw;
  }
}
.secKyotenIndex_cnt1_item ._bnr ul li + li {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .secKyotenIndex_cnt1_item ._bnr ul li + li {
    margin-top: 6.25vw;
  }
}/*# sourceMappingURL=kyoten.css.map */