@charset "utf-8";

body {
  background: #000 url(../img/bg_black.jpg) repeat 0 0;
  background-size: auto;
  height: 100%;
  font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
}

p {
  line-height: 1.7;
}

img {
  max-width: 100%;
}

#fv {
  position: relative;
}

#fv h1 img {
  width: 100%;
}

#fv .btn {
  position: absolute;
  top: 460px;
  left: 0;
  right: 0;
  margin: auto;
  width: 398px;
  max-width: 88%;
}

#fv .btn .text {
  text-align: center;
  font-size: 11px;
}

#concept {
  background: center no-repeat url(../img/concept_img.png);
  text-align: center;
}

#concept .wrapper {
  position: relative;
  margin: auto;
}

#concept .wrapper::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #AD8863;
}

#concept h2 {
  margin-bottom: 48px;
}

#concept p + p {
  margin-top: 30px;
}

#concept p b {
  color: #b4875b;
  font-size: 27px;
}

#tour {
  position: relative;
}

#tour .tour-bg {
  position: relative;
  overflow-y: hidden;
  padding-bottom: 88px;
  margin-bottom: -70px;
}

#tour .bg-r {
  position: absolute;
  top: 0;
  right: 0;
}

#tour .bg-l {
  position: absolute;
  bottom: 0;
  left: 0;
}

#tour .white {
  background: #fff url(../img/bg_white.jpg) repeat 0 0;
  height: 100%;
  color: #000;
  overflow-y: hidden;
}

#tour h2 {
  position: relative;
  text-align: center;
}

#step1 {
  position: relative;
}

#step1 > .wrapper {
  max-width: 1440px;
  margin: auto;
}

#step1 > .wrapper > div {
  display: flex;
  align-items: center;
}

#step1 p {
  margin-top: 29px;
}

#step2 {
  background: left 50vw center no-repeat url(../img/step02_img.webp);
  position: relative;
}

.no-webp #step2 {
  background-image: url(../img/step02_img.png);
}

#step2 h3 {
  position: relative;
}

#step2 h3 .step img {
  position: absolute;
}

#step3 {
  position: relative;
}

#step3 .wrapper {
  margin: auto;
  position: relative;
}

#step3 .content {
  border: solid 2px #af7e4d;
  border-radius: 16px;
  position: relative;
  background: repeat url(../img/step03_bg.png);
}

#step3 .content .ttl img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#step3 .bg img {
  position: absolute;
}

#step3 .step img {
  position: absolute;
}

#step3 .note {
  font-size: 12px;
}

#step3 h3 {
  text-align: center;
}

#step3 .content {
  position: relative;
}

#step3 .content .img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#step4 {
  padding-top: 170px;
}

#step4 .wrapper {
  margin: auto;
  position: relative;
}

/* #step4 h3 {
  position: relative;
} */

#step4 h3 .step img {
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  margin: auto;
}

#step4 .sub-title {
  font-size: 20px;
  margin: 24px 0;
}

#step4 .start .img {
  margin: 18px 0;
}

#obo .btn {
  text-align: center;
  margin-top: 50px;
}

#obo .btn .text {
  font-size: 11px;
}

#obo h2 {
  text-align: center;
}

#obo h2 + p {
  margin: 35px 0;
}

#obo .wrapper {
  margin: auto;
  max-width: 1000px;
}

#require .wrapper {
  background: #f4f4f4;
  color: #000;
  margin: auto;
  max-width: 1000px;
  font-size: 13px;
}

#require a {
  color: #0000ff;
}

#require p + p {
  margin-top: 1em;
}

#accept {
  background: #2E2E2E;
  padding: 16px 20px;
}

#accept .check {
  margin-top: 12px;
}

#accept .check > div + div {
  margin-top: 8px;
}

#accept .check label {
  display: block;
  position: relative;
  padding-left: 1.25em;
}

#accept .check label input[type="checkbox"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#contact {
  text-align: center;
}

#contact .wrapper > div {
  margin-top: 80px;
}

#contact .wrapper > div > div {
  line-height: 1.5;
}

#contact h3 {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

#contact h3::after {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 1px;
  background: #fff;
}

footer {
  text-align: center;
  padding: 2em;
  font-size: 11px;
}

footer .wrapper {
  position: relative;
}

/* PC */
@media (min-width: 768px) {
  .sp {
    display: none;
  }

  body {
    min-width: 1046px;
  }

  #concept {
    padding-bottom: 134px;
    padding: 81px 0 73px 0;
  }

  #concept .wrapper {
    width: 900px;
    padding: 101px 0 72px 0;
    height: 100%;
  }

  #concept .wrapper::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 18px;
    left: -26px;
    border: 1px solid #61553E;
  }

  #tour .white {
    padding-bottom: 80px;
  }

  #tour h2 {
    padding-top: 100px;
  }

  #step1 .text {
    width: 670px;
    margin-left: 0;
  }

  #step2 .wrapper {
    margin: auto;
    max-width: 1200px;
  }

  #step2 h3 {
    margin-top: 142px;
    margin-bottom: 40px;
  }

  #step2 h3 .step img {
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
  }

  #step2 .img {
    margin: auto;
    max-width: 1400px;
    margin-top: 50px;
  }

  #step2 p {
    max-width: 670px;
  }

  #step3 {
    margin-top: 173px;
  }

  #step3 .wrapper {
    width: 1046px;
  }

  #step3 .step img {
    top: -130px;
    left: 0;
  }

  #step3 .note {
    position: absolute;
    top: 12px;
    right: 70px;
  }

  #step3 h3 {
    margin-bottom: 26px;
  }

  #step3 .content {
    padding: 80px 97px 60px 97px;
  }

  #step3 .content > p {
    text-align: center;
  }

  #step3 .content .img > div {
    max-width: 400px;
    margin-top: 32px;
  }

  #step4 .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1140px;
  }

  #step4 .start {
    max-width: 517px;
  }

  #obo h2 {
    margin-top: 71px;
  }

  #obo .wrapper {
    padding: 0 40px;
  }

  #obo p {
    text-align: center;
  }

  #accept p {
    text-align: left;
  }

  #obo .table {
    margin-bottom: 45px;
  }

  .table {
    display: table;
    width: 100%;
  }

  .table .tr {
    display: table-row;
  }

  .table .th {
    display: table-cell;
    border-top: 1px solid #666666;
    padding: 16px 8px;
    width: 144px;
  }

  .table .td {
    display: table-cell;
    border-top: 1px solid #666666;
    padding: 16px 8px;
  }

  #require {
    margin-top: 120px;
  }

  #require .wrapper {
    padding: 48px 50px;
  }

  #require p {
    text-align: left;
  }

  #contact {
    padding-top: 80px;
  }

  footer {
    margin-top: 120px;
  }

  footer .link {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (min-width: 1046px) {
  #fv .btn {
    top: 44vw;
  }
}

/* PC wide */
@media (min-width: 1240px) {
  #step1 .text {
    margin-left: -50px;
  }
}

/* SP */
@media (max-width: 767px) {
  .pc {
    display: none;
  }

  #fv .btn {
    top: 110vw;
  }

  #concept {
    background-image: url(../img/concept_img_sp.png);
    background-size: 375px 894px;
    padding: 52px 0 102px 0;
  }

  #concept .wrapper {
    width: 88%;
    padding: 31px 8px 63px 8px;
  }

  #concept p b {
    font-size: 16px;
  }

  #tour .white {
    padding-bottom: 116px;
  }

  #tour h2 {
    padding: 54px 6% 0 6%;
  }

  #tour .bg-r img {
    height: 255px;
  }

  #tour .bg-l img {
    height: 275px;
  }

  #step1 > .wrapper > div {
    flex-direction: column;
  }

  #step1 h3 {
    text-align: center;
    margin-top: 55px;
  }

  #step1 .text {
    padding: 0 6%;
  }

  #step2 {
    background-size: 80%;
  }

  #step2 .wrapper {
    padding: 0 6%;
  }

  #step2 h3 {
    margin-top: 131px;
    margin-bottom: 21px;
    padding: 0 0;
  }

  #step2 h3 img {
    max-width: 70%;
  }

  #step2 h3 .step img {
    margin: auto;
    top: -60px;
    right: 0;
    width: 122px;
    height: 116px;
  }

  #step2 .img {
    margin-top: 38px;
    padding-right: 6%;
  }

  #step3 {
    margin-top: 180px;
  }

  #step3 .wrapper {
    width: 94%;
  }

  #step3 .step img {
    width: 117px;
    height: 112px;
    top: -88px;
    left: -3%;
  }

  #step3 .ttl img {
    height: 33px;
  }

  #step3 .content {
    padding: 40px 3% 38px 3%;
  }

  #step3 .note {
    text-align: center;
  }

  #step3 h3 {
    margin-top: 20px;
    margin-bottom: 16px;
  }

  #step3 h3 img {
    height: 70px;
  }

  #step3 .img > div {
    margin-top: 36px;
  }

  #step4 {
    padding-top: 120px;
  }

  #step4 .wrapper {
    width: 94%;
    margin: auto;
  }

  #step4 h3 picture:last-child img {
    width: 70%;
  }

  #step4 h3 .step img {
    top: -90px;
    left: auto;
    /* height: 161px; */
    height: 112px;
  }

  #step4 .start .img {
    display: flex;
    justify-content: space-between;
  }

  #step4 .start .img > picture {
    width: 49%;
  }

  #step4 .start .img > picture + picture {
    margin-left: 2%;
  }

  #step4 .start .img img {
    width: 100%;
  }

  #step4 .end img {
    width: 100%;
  }

  #obo .wrapper {
    padding: 0 6%;
  }

  #obo h2 {
    margin-top: 76px;
  }

  #obo .table {
    margin-bottom: 16px;
  }

  #obo .btn {
    margin-top: 32px;
  }

  .table .th {
    border-top: 1px solid #666666;
    padding: 16px 8px 8px 8px;
  }

  .table .td {
    padding: 8px 8px 16px 8px;
  }

  #require {
    margin-top: 70px;
    padding: 0 3%;
  }

  #require .wrapper {
    padding: 3%;
  }

  footer {
    margin-top: 60px;
  }

  footer .link {
    margin-bottom: 2em;
  }
}