@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background-color: #FFFFFF;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-pink: #FF8794;
  --cc-red: #FF0000;
  --cc-gold: #D4B572;
  --cc-main: #8c1c0a;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

-

================================================ */
.outline-sc.-table {
  padding: 160px 0 228px;
  background-color: #635a53;
}

.outline-table {
  max-width: 1074px;
  width: 100%;
  margin: 0 auto;
}

.outline-table__ttl {
  font-size: 2.25rem;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

.outline-table__bordered {
  margin-top: 67px;
}

.outline-table__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  border-top: solid 1px #CCCCCC;
}
.outline-table__table th,
.outline-table__table td {
  border-bottom: solid 1px #CCCCCC;
}
.outline-table__table th {
  width: 260px;
  padding: 5px 24px 6px;
  font-size: 1rem;
  line-height: 1.8125;
  text-align: left;
  color: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  background-color: #815e36;
  white-space: nowrap;
  vertical-align: top;
}
.outline-table__table td {
  padding: 5px 30px 6px;
  font-size: 1rem;
  line-height: 1.8125;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  vertical-align: top;
}
.outline-table__table td a {
  color: #FFFFFF;
  text-decoration: underline;
}
.outline-table__update {
  margin-top: 5px;
}
.outline-table__update p {
  font-size: 0.75rem;
  color: #FFFFFF;
  line-height: 1.5;
}

.outline-note {
  margin-top: 30px;
}
.outline-note p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .outline-sc.-table {
    padding: 16vw 0 24vw;
  }
  .outline-sc.-table .outline-sc__inner {
    padding: 0 5.333vw;
  }
  .outline-table__ttl {
    font-size: 6.6666666667vw;
  }
  .outline-table__bordered {
    margin-top: 35px;
  }
  .outline-table__table th {
    width: 25.986vw;
    padding: 10px 2.899vw;
    font-size: 3.4666666667vw;
  }
  .outline-table__table td {
    width: calc(100% - 25.986vw);
    padding: 10px 2.899vw;
    font-size: 3.4666666667vw;
  }
  .outline-table__update {
    margin-top: 5px;
  }
  .outline-table__update p {
    font-size: 2.9333333333vw;
  }
  .outline-note {
    margin-top: 20px;
  }
  .outline-note p {
    font-size: 3.2vw;
  }
}