@charset "UTF-8";
/* --------------------------------------------------
  media
-------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .media-sm {
    display: none !important;
  }
}
@media screen and (min-width: 1181px) {
  .media-sm {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .media-md {
    display: none !important;
  }
}
@media screen and (min-width: 1181px) {
  .media-md {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .media-lg {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
  .media-lg {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .media-md-more {
    display: none !important;
  }
}

@media screen and (min-width: 1181px) {
  .media-md-less {
    display: none !important;
  }
}

/* --------------------------------------------------
  genaral
-------------------------------------------------- */
html {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "游明朝", "Yu Mincho",
    YuMincho, "Hiragino Mincho Pro", serif, "Helvetica Neue", Arial,
    "Hiragino Sans", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 375);
  }
}
html body {
  background-color: #fff6e9;
}
html body .container {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  html body .container {
    width: 90.4%;
  }
}
html body a:hover {
  opacity: 0.8;
}
html body main {
  display: block;
  padding-top: 33px;
  padding-bottom: 21px;
  margin-top: 94px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../img/bg.jpg");
  background-size: contain;
}
@media screen and (max-width: 768px) {
  html body main {
    padding-top: 25px;
    padding-bottom: 28px;
    margin-top: 59px;
  }
}
@media screen and (min-width: 769px) {
  html body main {
    min-width: 1080px;
  }
}

/* --------------------------------------------------
  header
-------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 23px;
  background-color: #fff;
  border-bottom: rgba(166, 136, 47, 0.5) solid 4px;
}
@media screen and (max-width: 768px) {
  .header {
    padding-top: 19px;
    padding-bottom: 18px;
    border-width: 4px;
  }
}
@media screen and (max-width: 1080px) {
  .header {
    max-width: 1080px;
  }
}
.header-icons {
  display: -webkit-flex;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .header-icons {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 90.4%;
  }
}
@media screen and (min-width: 769px) {
  .header-icons {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 769px) {
  .header-icons-icon {
    margin-left: 40px;
  }
}
@media screen and (min-width: 769px) {
  .header-icons-icon:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .header-icons-icon-push {
    margin-left: auto;
  }
}
.header-icons-icon-divercity {
  width: 119px;
}
@media screen and (max-width: 768px) {
  .header-icons-icon-divercity {
    width: 47px;
  }
}
@media screen and (max-width: 768px) {
  .header-icons-icon-lalaport-nagoya {
    width: 58px;
    margin-left: 0.8%;
  }
}
@media screen and (max-width: 768px) {
  .header-icons-icon-lalaport-expo {
    width: 56px;
    margin-top: 0.2%;
    margin-left: 1.2%;
  }
}
@media screen and (max-width: 768px) {
  .header-icons-icon-andearth {
    width: 54px;
    margin-left: 0.7%;
  }
}
@media screen and (max-width: 768px) {
  .header-icons-icon-mitsuifudosan {
    width: 15.8%;
    margin-left: 1%;
  }
}

/* --------------------------------------------------
  mv
-------------------------------------------------- */
.mv-mainimg {
  text-align: center;
}
.mv-subh-01 {
  margin-top: 79px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv-subh-01 {
    margin-top: 32px;
  }
}
.mv-subh-02 {
  margin-top: 57px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.83;
  color: #b62638;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv-subh-02 {
    margin-top: 9px;
    font-size: 15rem;
    line-height: 1.75;
  }
}

/* --------------------------------------------------
  pj-01
-------------------------------------------------- */
.pj-01 {
  position: relative;
  margin-top: 89px;
  background-image: url("../img/pj-01-bg-md.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .pj-01 {
    margin-top: 42px;
    background-image: url("../img/pj-01-bg-sm.svg");
    background-size: 100% 100%;
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  .pj-01 {
    padding-bottom: 79px;
  }
}
.pj-01-chapter {
  position: absolute;
  left: 17px;
  margin-top: -59px;
}
@media screen and (max-width: 768px) {
  .pj-01-chapter {
    left: 1px;
    width: 68px;
    margin-top: -33px;
  }
}
.pj-01-h {
  padding-top: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pj-01-h {
    width: 92.1%;
    padding-top: 29px;
    margin-right: auto;
    margin-left: auto;
  }
}
.pj-01-desc {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  width: 920px;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .pj-01-desc {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    width: 88%;
    margin-top: 0;
  }
}
.pj-01-desc-txts {
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .pj-01-desc-txts {
    width: 100%;
    margin-top: 14px;
  }
}
.pj-01-desc-txts-txt {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  color: #a6882f;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .pj-01-desc-txts-txt {
    font-size: 14rem;
    line-height: 1.71;
  }
}
.pj-01-desc-txts-txt-present {
  margin-top: 41px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 2.3;
  color: #a6882f;
  text-align: center;
  letter-spacing: 0.5px;
}
_:-ms-fullscreen,
:root .pj-01-desc-txts-txt-present {
  letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
  .pj-01-desc-txts-txt-present {
    margin-top: 22px;
    font-size: 14rem;
    line-height: 1.71;
  }
}
.pj-01-desc-txts-txt-present-em {
  color: #b62638;
}
.pj-01-desc-txts-txt-present-num {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .pj-01-desc-txts-txt-present-num {
    font-size: 20rem;
  }
}
.pj-01-desc-img {
  padding-top: 18px;
}
@media screen and (max-width: 768px) {
  .pj-01-desc-img {
    width: 84%;
    margin-top: 22px;
  }
}
.pj-01-annot {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 920px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .pj-01-annot {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding-bottom: 58px;
    margin-top: 30px;
  }
}
.pj-01-annot-lists {
  width: 521px;
}
@media screen and (max-width: 768px) {
  .pj-01-annot-lists {
    -webkit-order: 2;
    order: 2;
    width: 88%;
    margin-top: 27px;
  }
}
.pj-01-annot-lists-list {
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .pj-01-annot-lists-list {
    font-size: 11rem;
    line-height: 1.45;
  }
}
@media screen and (max-width: 768px) {
  .pj-01-annot-lists-list + .pj-01-annot-lists-list {
    margin-top: 2px;
  }
}
.pj-01-annot-card {
  width: 359px;
  padding-top: 25px;
  padding-bottom: 28px;
  margin-top: 6px;
  border: #a6882f dashed 1px;
}
@media screen and (max-width: 768px) {
  .pj-01-annot-card {
    -webkit-order: 1;
    order: 1;
    width: 88%;
    padding-top: 14px;
    padding-bottom: 19px;
    margin-top: 7px;
  }
}
.pj-01-annot-card-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.42;
  color: #b62638;
  text-align: center;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .pj-01-annot-card-name {
    font-size: 13rem;
  }
}
.pj-01-annot-card-img {
  width: 260px;
  margin-top: 29px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
@media screen and (max-width: 768px) {
  .pj-01-annot-card-img {
    width: 75.5%;
    margin-top: 19px;
    -webkit-transform: translateX(-5.6%);
    transform: translateX(-5.6%);
  }
}
.pj-01-annot-card-annot {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.33;
  color: #b62638;
  color: #013a81;
  text-align: center;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 768px) {
  .pj-01-annot-card-annot {
    margin-top: 13px;
    font-size: 12rem;
    line-height: 1.33;
  }
}
.pj-01-img {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .pj-01-img {
    width: 100%;
  }
}

/* --------------------------------------------------
  terms
-------------------------------------------------- */
.terms {
  margin-top: 97px;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 768px) {
  .terms {
    margin-top: 56px;
  }
}
.terms-h {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 32px;
  font-weight: 400;
  color: #a6882f;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .terms-h {
    font-size: 20px;
  }
}
.terms-h-char {
  display: block;
}
.terms-h-deco {
  display: block;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .terms-h-deco {
    margin-top: 2px;
  }
}
.terms-desc {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .terms-desc {
    margin-top: 24px;
  }
}
.terms-desc-content-txt {
  margin-top: -6px;
  font-size: 24px;
  font-weight: 600;
  line-height: 2.1;
  color: #a6882f;
}
@media screen and (max-width: 768px) {
  .terms-desc-content-txt {
    margin-top: 0;
    font-size: 16rem;
    line-height: 1.7;
  }
}
.terms-desc-content-txt-em {
  color: #b62638;
}
.terms-desc-content-txt-num {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .terms-desc-content-txt-num {
    font-size: 28rem;
  }
}
.terms-desc + .terms-desc {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .terms-desc + .terms-desc {
    margin-top: 23px;
  }
}
.terms-desc-content + .terms-desc {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .terms-desc-content + .terms-desc {
    margin-top: 12px;
  }
}
.terms-desc-h {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .terms-desc-h {
    font-size: 14rem;
    letter-spacing: 0.2px;
  }
}
.terms-desc-h-bg {
  padding-top: 3px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 7px;
  background-color: #a6882f;
}
@media screen and (max-width: 768px) {
  .terms-desc-h-bg {
    padding: 3px 4px;
  }
}
_:-ms-fullscreen,
:root .terms-desc-h-bg {
  padding-top: 5px;
  padding-bottom: 0;
}

.terms-desc-txt {
  font-size: 20px;
  line-height: 1.8;
  color: #000;
  letter-spacing: 2.8px;
}
@media screen and (max-width: 768px) {
  .terms-desc-txt {
    font-size: 14rem;
    line-height: 1.78;
    letter-spacing: 1.3px;
  }
}
.terms-desc-annot {
  margin-top: 8px;
  font-size: 16px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .terms-desc-annot {
    margin-top: 2px;
    font-size: 11rem;
    line-height: 1.45;
  }
}

/* --------------------------------------------------
  steps
-------------------------------------------------- */
.steps {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .steps {
    margin-top: 32px;
  }
}
.steps-step {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.steps-step + .steps-step {
  padding-top: 70px;
  margin-top: 73px;
  border-top: #a6882f solid 1px;
}
@media screen and (max-width: 768px) {
  .steps-step + .steps-step {
    padding-top: 40px;
    margin-top: 35px;
  }
}
.steps-step-h {
  width: 80px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #a6882f;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .steps-step-h {
    width: 60px;
    padding-top: 10px;
    padding-bottom: 9px;
    font-size: 11px;
  }
}
_:-ms-fullscreen,
:root .steps-step-h {
  padding-top: 15px;
  padding-bottom: 3px;
}

.steps-step-h-num {
  display: block;
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .steps-step-h-num {
    font-size: 30px;
  }
}
_:-ms-fullscreen,
:root .steps-step-h-num {
  margin-top: 8px;
}

.steps-step-desc {
  width: 960px;
  margin-top: 1px;
}
@media screen and (max-width: 768px) {
  .steps-step-desc {
    width: 100%;
  }
}
.steps-step-desc-txt {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 768px) {
  .steps-step-desc-txt {
    margin-top: 15px;
    font-size: 14rem;
    line-height: 1.71;
  }
}
.steps-step-desc-txt-em {
  font-weight: 600;
  color: #000;
}
.steps-step-desc-txt-warn {
  color: #b62638;
}
.steps-step-desc-annot {
  margin-top: 3px;
  font-size: 16px;
  line-height: 1.86;
}
@media screen and (max-width: 768px) {
  .steps-step-desc-annot {
    font-size: 11rem;
    line-height: 1.45;
  }
}
.steps-step-desc-annot-em {
  color: #0080a0;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .steps-step-desc-lists-list {
    margin-top: 0;
  }
}
.steps-step-desc-lists-list-marker {
  color: #b62638;
}
.steps-step-desc-card {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .steps-step-desc-card {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
}
.steps-step-desc-card-txt {
  width: 560px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .steps-step-desc-card-txt {
    width: 100%;
    margin-top: 0;
  }
}
.steps-step-desc-card-img {
  position: relative;
  width: 360px;
  margin-top: -15px;
}
@media screen and (max-width: 768px) {
  .steps-step-desc-card-img {
    width: 100%;
    margin-top: 27px;
    text-align: center;
  }
}
.steps-step-desc-card-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .steps-step-desc-card-img img {
    width: 58.5%;
    margin-top: 16px;
  }
}
.steps-step-desc-card-img-desc {
  position: absolute;
  width: 280px;
  padding-top: 15px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.46;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #a6882f;
}
@media screen and (max-width: 768px) {
  .steps-step-desc-card-img-desc {
    position: relative;
    width: 46%;
    padding-top: 7px;
    padding-bottom: 4px;
    margin-right: auto;
    margin-left: auto;
    font-size: 9rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  .steps-step-desc-card-img-desc {
    left: 50%;
    margin-top: -155px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.steps-step-desc-card-img-desc::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  border-top: #a6882f solid 15px;
  border-right: transparent solid 15px;
  border-left: transparent solid 15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .steps-step-desc-card-img-desc::after {
    top: 90%;
  }
}
.steps-step-cards {
  width: 100%;
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .steps-step-cards {
    margin-top: 39px;
  }
}
.steps-step-cards-annot {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .steps-step-cards-annot {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 19px;
  }
}
.steps-step-cards-annot-char {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .steps-step-cards-annot-char {
    margin-top: -4px;
    font-size: 14rem;
    line-height: 1.71;
  }
}
.steps-step-cards-annot-marker {
  display: inline-block;
  width: 30px;
  padding-top: 4px;
  padding-bottom: 3px;
  margin-right: 5px;
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-indent: 1px;
  background-color: #b62638;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .steps-step-cards-annot-marker {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 15px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 13px;
    text-indent: 0;
  }
}
_:-ms-fullscreen,
:root .steps-step-cards-annot-marker {
  padding-top: 7px;
  padding-bottom: 0;
}

.steps-step-cards-invalid {
  padding-top: 56px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .steps-step-cards-invalid {
    padding-top: 10%;
  }
}
@media screen and (min-width: 769px) {
  .steps-step-cards-invalid {
    width: 580px;
    margin-right: auto;
    margin-left: auto;
  }
}
.steps-step-annotouter {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .steps-step-annotouter {
    margin-top: 20px;
  }
}
.steps-step-annot {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  .steps-step-annot {
    font-size: 14px;
    line-height: 1.71;
    text-align: justify;
    letter-spacing: 2px;
  }
}
.steps-step-annot-em {
  font-weight: 600;
  color: #000;
}
.steps-step-annot-warn {
  font-weight: 600;
  color: #b62638;
}
.steps-step-delivery {
  width: 100%;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .steps-step-delivery {
    margin-top: 8px;
  }
}
.steps-step-delivery-h {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .steps-step-delivery-h {
    font-size: 14rem;
    letter-spacing: 0.2px;
  }
}
.steps-step-delivery-h-bg {
  padding-top: 3px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 7px;
  background-color: #a6882f;
}
@media screen and (max-width: 768px) {
  .steps-step-delivery-h-bg {
    padding: 3px 4px;
  }
}
_:-ms-fullscreen,
:root .steps-step-delivery-h-bg {
  padding-top: 5px;
  padding-bottom: 0;
}

.steps-step-delivery-desc {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .steps-step-delivery-desc {
    font-size: 14px;
    line-height: 1.71;
    text-align: justify;
    letter-spacing: 2px;
  }
}
.steps-step-delivery-annot {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .steps-step-delivery-annot {
    font-size: 14px;
    line-height: 1.71;
    text-align: justify;
    letter-spacing: 2px;
  }
}
.steps-step-apply {
  width: 840px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .steps-step-apply {
    width: 100%;
  }
}
.steps-step-apply-btn {
  margin-top: 120px;
  text-align: center;
  background-color: #a6882f;
  border-radius: 75px;
}
@media screen and (max-width: 768px) {
  .steps-step-apply-btn {
    margin-top: 69px;
  }
}
.steps-step-apply-btn-disable {
  position: relative;
  pointer-events: none;
  background-color: #bfb49a;
}
.steps-step-apply-btn-disable-commingsoon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-size: 20px;
  color: #000;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.steps-step-apply-btn-disable .steps-step-apply-btn-link-txt,
.steps-step-apply-btn-disable .steps-step-apply-btn-link-annot {
  opacity: 0.7;
}
.steps-step-apply-btn-link {
  position: relative;
  display: block;
  padding-top: 54px;
  padding-bottom: 31px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.13;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .steps-step-apply-btn-link {
    padding-top: 32px;
    padding-bottom: 24px;
    font-size: 22rem;
  }
}
.steps-step-apply-btn-link-deco {
  position: absolute;
  top: -95px;
  left: calc(840px / 2 - 543px / 2);
  width: 543px;
}
@media screen and (max-width: 768px) {
  .steps-step-apply-btn-link-deco {
    top: -45px;
    left: calc(100% / 2 - 79% / 2);
    width: 79%;
  }
}
.steps-step-apply-btn-link-annot {
  display: block;
  margin-top: 11px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .steps-step-apply-btn-link-annot {
    margin-top: 10px;
    font-size: 10rem;
  }
}
.steps-step-apply-annot {
  width: 735px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .steps-step-apply-annot {
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 2px;
  }
}
.steps-step-apply-annot-em {
  color: #0080a0;
  text-decoration: underline;
}

/* --------------------------------------------------
  periods
-------------------------------------------------- */
.periods {
  position: relative;
  margin-top: 89px;
}
@media screen and (max-width: 768px) {
  .periods {
    margin-top: 79px;
  }
}
.periods-h {
  padding-top: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .periods-h {
    padding-top: 0;
  }
}
.periods-period {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .periods-period {
    margin-top: 19px;
  }
}
.periods-period + .periods-period {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .periods-period + .periods-period {
    margin-top: 20px;
  }
}

/* --------------------------------------------------
  pj-02
-------------------------------------------------- */
.pj-02 {
  position: relative;
  margin-top: 116px;
  background-image: url("../img/pj-02-bg-md.svg");
}
@media screen and (max-width: 768px) {
  .pj-02 {
    padding-bottom: 48px;
    margin-top: 77px;
    background-image: url("../img/pj-02-bg-sm.svg");
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 769px) {
  .pj-02 {
    height: 620px;
  }
}
.pj-02-chapter {
  position: absolute;
  left: 17px;
  margin-top: -59px;
}
@media screen and (max-width: 768px) {
  .pj-02-chapter {
    left: 1px;
    width: 68px;
    margin-top: -33px;
  }
}
.pj-02-h {
  padding-top: 75px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pj-02-h {
    padding-top: 39px;
  }
}
.pj-02-desc {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 920px;
  padding-top: 8px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .pj-02-desc {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    width: 88%;
  }
}
.pj-02-desc-txt {
  width: 480px;
  margin-top: 19px;
  font-size: 20px;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .pj-02-desc-txt {
    width: 100%;
    margin-top: 9px;
    font-size: 14rem;
    line-height: 1.95;
    letter-spacing: 0.5px;
  }
}
.pj-02-desc-txt-em {
  color: #b62638;
}
.pj-02-desc-img {
  width: 400px;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .pj-02-desc-img {
    width: 84%;
    margin-top: 31px;
  }
}
.pj-02-desc-annots {
  width: 920px;
  margin-top: 17px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .pj-02-desc-annots {
    -webkit-order: 1;
    order: 1;
    width: 100%;
    margin-top: 16px;
  }
}
.pj-02-desc-annots-annot {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .pj-02-desc-annots-annot {
    font-size: 11rem;
    line-height: 1.45;
    letter-spacing: 1px;
  }
}

/* --------------------------------------------------
  hotel
-------------------------------------------------- */
.hotel {
  margin-top: 66px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 24px;
  line-height: 2;
  color: #a6882f;
  background-image: url("../img/hotel-bg.svg");
}
@media screen and (max-width: 768px) {
  .hotel {
    padding-bottom: 41px;
    margin-top: 49px;
    font-size: 14rem;
    background-image: url("../img/hotel-bg-sm.svg");
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 769px) {
  .hotel {
    height: 727px;
  }
}
.hotel-desc {
  padding-top: 67px;
  line-height: 2;
  text-align: center;
  letter-spacing: 1.9px;
}
@media screen and (max-width: 768px) {
  .hotel-desc {
    padding-top: 30px;
  }
}
.hotel-desc + .hotel-desc {
  padding-top: 37px;
}
@media screen and (max-width: 768px) {
  .hotel-desc + .hotel-desc {
    padding-top: 21px;
  }
}
.hotel-desc-em {
  font-size: 32px;
  line-height: 1.95;
  color: #b62638;
}
@media screen and (max-width: 768px) {
  .hotel-desc-em {
    font-size: 20rem;
    line-height: 1.75;
  }
}
.hotel-arrow {
  margin-top: 33px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hotel-arrow {
    width: 25%;
    margin-top: 22px;
    margin-right: auto;
    margin-left: auto;
  }
}
.hotel-btn {
  margin-top: 49px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hotel-btn {
    width: 89%;
    margin-top: 27px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* --------------------------------------------------
  privacy
-------------------------------------------------- */
.privacy {
  padding-top: 38px;
  padding-bottom: 76px;
  margin-top: 100px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .privacy {
    padding-top: 22px;
    padding-bottom: 30px;
    margin-top: 45px;
  }
}
.privacy-h {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .privacy-h {
    width: 87%;
    font-size: 14rem;
    letter-spacing: 0.2px;
  }
}
.privacy-h-bg {
  padding-top: 3px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 7px;
  background-color: #a6882f;
}
@media screen and (max-width: 768px) {
  .privacy-h-bg {
    padding: 3px 4px;
  }
}
_:-ms-fullscreen,
:root .privacy-h-bg {
  padding-top: 5px;
  padding-bottom: 0;
}

.privacy-desc {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 768px) {
  .privacy-desc {
    width: 87%;
    font-size: 14rem;
    line-height: 1.71;
  }
}
.privacy-desc + .privacy-desc {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .privacy-desc + .privacy-desc {
    margin-top: 23px;
  }
}
.privacy-desc-em {
  color: #0080a0;
  text-decoration: underline;
}

/* --------------------------------------------------
  sites
-------------------------------------------------- */
.sites {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 101px;
}
@media screen and (max-width: 768px) {
  .sites {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 41px;
  }
}
@media screen and (max-width: 768px) {
  .sites-site + .sites-site {
    margin-top: 21px;
  }
}
@media screen and (max-width: 768px) {
  .sites-site {
    width: 100%;
  }
}
.sites-site-link {
  display: block;
  width: 330px;
  background-color: #fff;
  border: #a6882f solid 1px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .sites-site-link {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    border-radius: 5px;
  }
}
.sites-site-link-img {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sites-site-link-img {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 53.3%;
    margin-right: 0;
    margin-left: 0;
  }
}
.sites-site-link-img-divercity {
  padding-top: 37px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .sites-site-link-img-divercity {
    padding-top: 21px;
    padding-bottom: 22px;
  }
}
.sites-site-link-img-divercity img {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .sites-site-link-img-divercity img {
    width: 73%;
    margin-left: 19px;
  }
}
.sites-site-link-img-lalaport-nagoya {
  padding-top: 40px;
  padding-bottom: 29px;
}
@media screen and (max-width: 768px) {
  .sites-site-link-img-lalaport-nagoya {
    padding-top: 26px;
    padding-bottom: 28px;
  }
}
.sites-site-link-img-lalaport-nagoya img {
  width: 245px;
}
@media screen and (max-width: 768px) {
  .sites-site-link-img-lalaport-nagoya img {
    width: 67%;
    margin-left: 29px;
  }
}
.sites-site-link-img-lalaport-expo {
  padding-top: 39px;
  padding-bottom: 29px;
}
@media screen and (max-width: 768px) {
  .sites-site-link-img-lalaport-expo {
    padding-top: 26px;
    padding-bottom: 28px;
  }
}
.sites-site-link-img-lalaport-expo img {
  width: 234px;
}
@media screen and (max-width: 768px) {
  .sites-site-link-img-lalaport-expo img {
    width: 64%;
    margin-left: 32px;
  }
}
.sites-site-link-txt {
  width: 300px;
  padding-top: 15px;
  padding-bottom: 21px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #a6882f;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .sites-site-link-txt {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 46.7%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 6px;
    margin-right: 0;
    margin-bottom: 6px;
    margin-left: 0;
    font-size: 11rem;
    line-height: 1.81;
    border-left: #a6882f solid 1px;
  }
}
@media screen and (min-width: 769px) {
  .sites-site-link-txt {
    border-top: #a6882f solid 1px;
  }
}

/* --------------------------------------------------
  copy
-------------------------------------------------- */
.copy {
  margin-top: 69px;
  font-size: 10px;
  color: #a6882f;
  text-align: right;
  -webkit-transform: scale(0.67);
  transform: scale(0.67);
  -webkit-transform-origin: right;
  transform-origin: right;
}

/* --------------------------------------------------
  footer
-------------------------------------------------- */
.footer {
  padding-top: 40px;
  padding-bottom: 53px;
  background-color: #583821;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 42px;
  }
}
@media screen and (min-width: 769px) {
  .footer {
    min-width: 1080px;
  }
}
.footer-icons {
  display: -webkit-flex;
  display: flex;
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .footer-icons {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 38px;
  }
}
.footer-icons-icon-lalaport {
  width: 290px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .footer-icons-icon-lalaport {
    width: 174px;
    margin-top: 3px;
  }
}
.footer-icons-icon-andmall {
  width: 216px;
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  .footer-icons-icon-andmall {
    width: 130px;
    margin-left: auto;
  }
}
.footer-icons-icon-andearth {
  width: 146px;
  margin-top: 2px;
  margin-left: 115px;
}
@media screen and (max-width: 768px) {
  .footer-icons-icon-andearth {
    width: 88px;
    margin-top: 22px;
    margin-right: 25px;
    margin-left: auto;
  }
}
.footer-icons-icon-mitsuifudosan {
  width: 146px;
  margin-top: 2px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .footer-icons-icon-mitsuifudosan {
    width: 88px;
    margin-top: 21px;
    margin-right: auto;
    margin-left: 0;
  }
}
.footer-links .sns {
  display: flex;
  justify-content: center;
  margin-left: -30px;
  padding-top: 45px;
}
.footer-links .sns a {
  width: 40px;
  margin-left: 30px;
}

.footer-links .link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-left: -40px;
}
.footer-links .link > div {
  margin-left: 40px;
}
.footer-links .link > div > div {
  margin-top: 20px;
  min-height: 30px;
}
.footer-links .link a {
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 768px) {
  .footer-links .link {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-left: 0;
  }
  .footer-links .link > div {
    margin-left: 0;
  }
  .footer-links .link > div > div {
    text-align: center;
    margin-top: 10px;
    min-height: auto;
  }
  .footer-links .link a {
    font-size: 13rem;
    line-height: 1.27;
  }
}
.footer-copy {
  margin-top: 32px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 768px) {
  .footer-copy {
    margin-top: 34px;
    font-size: 11rem;
    line-height: 1.27;
  }
}

/* --------------------------------------------------
  animation
-------------------------------------------------- */
.fade {
  visibility: hidden;
  opacity: 0;
  transition: 1s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.fade-animated {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* --------------------------------------------------
  shame
-------------------------------------------------- */
