@charset "UTF-8";
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.-content_header {
  background-color: #FFFFFF;
}
.-content_header .mv {
  max-width: calc(100% - 1.6rem);
  width: 100%;
  height: 4.8rem;
  margin-inline: auto;
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .-content_header .mv {
    max-width: 100%;
    height: auto;
    aspect-ratio: 375/200;
    margin-top: 0.45rem;
  }
}
@media screen and (max-width: 640px) {
  .-content_header .-sec_tit .-sub_txt {
    font-size: 0.3rem;
  }
}
.-content_header-intro {
  text-align: center;
  margin-top: 0.8rem;
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 640px) {
  .-content_header-intro {
    margin-top: 0.4rem;
    padding-bottom: 0.6rem;
  }
}
.-content_header .present {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.4rem;
     -moz-column-gap: 0.4rem;
          column-gap: 0.4rem;
  margin-top: 0.6rem;
}
@media screen and (max-width: 640px) {
  .-content_header .present {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 0.4rem;
    max-width: calc(100% - 0.6rem);
    width: 100%;
    margin-inline: auto;
    margin-top: 0.4rem;
  }
}
.-content_header .present .-note {
  margin-top: 0.1rem;
}
.-content_header .present_item {
  width: 4.8rem;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .-content_header .present_item {
    width: 100%;
  }
}
.-content_header .present_item-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 2.1rem;
  color: #FFFFFF;
  text-align: center;
  background-color: rgba(112, 17, 40, 0.85);
}
@media screen and (max-width: 640px) {
  .-content_header .present_item-wrap {
    height: 1.6rem;
  }
}
.-content_header .present_item-wrap::before, .-content_header .present_item-wrap::after {
  content: "";
  position: absolute;
  left: 0.05rem;
  right: 0.05rem;
  height: 0.5rem;
  background-size: auto 100%, auto 100%;
  background-image: url(../common/img/corner_deco_left.svg), url(../common/img/corner_deco_right.svg);
  background-position: top left, top right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .-content_header .present_item-wrap::before, .-content_header .present_item-wrap::after {
    left: 0.03rem;
    right: 0.03rem;
    height: 0.34rem;
  }
}
.-content_header .present_item-wrap::before {
  top: 0.05rem;
}
.-content_header .present_item-wrap::after {
  bottom: 0.05rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.-content_header .present_item-wrap > dd {
  position: relative;
  margin-top: 0.3rem;
}
@media screen and (max-width: 640px) {
  .-content_header .present_item-wrap > dd {
    margin-top: 0.2rem;
  }
}
.-content_header .present_item-wrap > dd::before {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: calc(50% - 0.17rem);
  width: 0.34rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 640px) {
  .-content_header .present_item-wrap > dd::before {
    top: -0.1rem;
  }
}
@media screen and (max-width: 640px) {
  .-content_header .present_item-wrap > dd:has(.present_item-caption.-catch.-lv1)::before {
    top: -0.15rem;
  }
}
@media screen and (max-width: 640px) {
  .-content_header .present_item-caption {
    line-height: 2;
    letter-spacing: 0.15em;
  }
  .-content_header .present_item-caption.-lv1 {
    line-height: 1;
  }
}
.-content_header .present_item-detail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .-content_header .present_item-detail {
    font-size: 0.17rem;
    letter-spacing: 0.1em;
    line-height: 2.4;
  }
}
.-content_header .present_item-detail span {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 0.12rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-right: 0.25em;
}
@media screen and (max-width: 640px) {
  .-content_header .present_item-detail span {
    font-size: 0.1rem;
  }
}
.-content_header .present_item-detail strong {
  font-size: 0.43rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 0.125em;
}
@media screen and (max-width: 640px) {
  .-content_header .present_item-detail strong {
    font-size: 0.36rem;
  }
}

.content_wrap {
  background-color: #F0EEEC;
}

.-note:not(:has(li)) {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.14rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .-note:not(:has(li)) {
    line-height: 1.6;
  }
}
.-note:has(li) li {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.14rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-right: 1em;
}
@media screen and (max-width: 640px) {
  .-note:has(li) li {
    letter-spacing: 0.03em;
    line-height: 1.8;
  }
}
.-note:has(li) li::before {
  content: "※";
}

.formfin {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .formfin {
    padding-bottom: 0.6rem;
  }
}
.formfin .-content_header-intro {
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 640px) {
  .formfin .-content_header-intro {
    padding-bottom: 0.4rem;
  }
}
.formfin .-link {
  width: 100%;
  margin-inline: auto;
}
.formfin .-link .-btn01 {
  margin-inline: auto;
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.sec_flow-inner {
  margin-top: 1.2rem;
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 640px) {
  .sec_flow-inner {
    margin-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
.sec_flow-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
}
@media print, screen and (min-width: 641px) {
  .sec_flow-detail {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 0.4rem;
       -moz-column-gap: 0.4rem;
            column-gap: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_flow-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec_flow .flow_detail {
  width: 6.2rem;
  margin-top: 0.9rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .flow_detail {
    width: calc(100% - 0.16rem);
    margin-top: 0.6rem;
    margin-left: 0.16rem;
  }
}
.sec_flow .flow_detail > dt {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec_flow .flow_detail > dt {
    text-align: left;
    padding-left: 0.46rem;
  }
}
.sec_flow .flow_detail > dt::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: calc(50% - 0.17rem);
  width: 0.34rem;
  height: 1px;
  background-color: #383434;
}
@media screen and (max-width: 640px) {
  .sec_flow .flow_detail > dt::before {
    left: 0;
    top: 50%;
    bottom: auto;
  }
}
.sec_flow .flow_detail > dd {
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .flow_detail > dd {
    margin-top: 0.25rem;
    padding-bottom: 0.2rem;
  }
}
.sec_flow .flow_detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.45rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .flow_detail-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 0.2rem;
       -moz-column-gap: 0.2rem;
            column-gap: 0.2rem;
    width: 9.18rem;
  }
  .sec_flow .flow_detail-item.guest {
    width: 6.12rem;
  }
}
.sec_flow .flow_detail-item > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.2rem;
  height: 1.98rem;
  padding: 0.5rem 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 0.05rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .flow_detail-item > li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 2.88rem;
    height: 1.63rem;
    padding: 0.16rem;
  }
}
.sec_flow .flow_detail-item > li + li::before {
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0.16rem;
  height: 0.16rem;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../common/img/ico_btn_arrow.svg");
          mask-image: url("../common/img/ico_btn_arrow.svg");
  background: #701128;
}
@media print, screen and (min-width: 641px) {
  .sec_flow .flow_detail-item > li + li::before {
    top: -0.3rem;
    left: calc(50% - 0.08rem);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 640px) {
  .sec_flow .flow_detail-item > li + li::before {
    top: calc(50% - 0.08rem);
    left: -0.18rem;
  }
}
.sec_flow .flow_detail-item .icon {
  position: absolute;
  right: 0.4rem;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: #F0EEEC;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .sec_flow .flow_detail-item .icon {
    top: 0.1rem;
    right: 0.1rem;
    width: 0.7rem;
    height: 0.7rem;
  }
}
.sec_flow .flow_detail-item .-deco_brackets {
  font-family: "trajan-pro-3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  font-weight: 400;
  font-size: 0.14rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #701128;
}
@media screen and (max-width: 640px) {
  .sec_flow .flow_detail-item .-deco_brackets {
    position: relative;
    left: -0.5em;
  }
}
.sec_flow .flow_detail-item .-deco_brackets::before {
  content: "［";
  margin-right: 0.25em;
}
.sec_flow .flow_detail-item .-deco_brackets::after {
  content: "］";
  margin-left: 0.25em;
}
.sec_flow .flow_detail-item .-deco_brackets > span {
  font-size: 0.2rem;
  margin-left: 0.25em;
}
.sec_flow .flow_detail-item .-catch {
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .flow_detail-item .-catch {
    margin-top: 0.1rem;
    line-height: 1.4;
  }
}
.sec_flow .flow_detail-item .-txt {
  font-size: 0.12rem;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 0.05rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .flow_detail-item .-txt {
    line-height: 1.4;
    margin-top: 0.1rem;
  }
}
.sec_flow .simplebar-scrollbar::before {
  background-color: #701128;
  opacity: 1;
}

.sec_apply-inner {
  background-color: #FFFFFF;
  padding-top: 1.2rem;
}
@media screen and (max-width: 640px) {
  .sec_apply-inner {
    padding-top: 0.8rem;
  }
}
.sec_apply .-sec_tit {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec_apply .-sec_tit .-catch {
    font-family: "zen-kaku-gothic-new", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-weight: 400;
    font-size: 0.14rem;
    letter-spacing: 0.02em;
    line-height: 2;
  }
}