#key .photo {
   background: url("../img/tourism/key.jpg") no-repeat center top/cover;
}

@media only screen and (max-width: 767px) {
   #key .photo {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 0 4vw;
   }

   #key h2 {
      font-weight: 900;
      font-size: 7vw;
      line-height: 1.5;
      letter-spacing: 0.1em;
      text-align: right;
   }

   #key h2 span {
      font-size: 10vw;
   }
}

@media only screen and (min-width: 768px) {
   #key .photo {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 0 8%;
   }

   #key h2 {
      font-weight: 900;
      font-size: 70px;
      line-height: 96px;
      letter-spacing: 0.1em;
      text-align: right;
   }

   #key h2 span {
      font-size: 100px;
   }
}

.txt {
   text-align: start;
}

@media only screen and (max-width: 767px) {
   .txt br {
      display: none;
   }
}

@media only screen and (min-width: 768px) {
   .txt-c .txt {
      text-align: center;
   }
}

#sec1 {
   position: relative;
}

@media only screen and (max-width: 767px) {
   #sec1 {
      padding: 20vw 0;
   }

   #sec1 h2 {
      font-weight: 400;
      font-size: 8vw;
      letter-spacing: 0.05em;
      line-height: 1;
   }

   #sec1 .txt {
      padding-top: 8vw;
   }

   #sec1 .txt p+p {
      padding-top: 4vw;
   }

   #sec1 figure {
      padding-top: 8vw;
   }
}

@media only screen and (min-width: 768px) {
   #sec1 {
      padding: 186px 4% 305px;
   }

   #sec1 .wrap-sp {
      position: relative;
   }

   #sec1 h2 {
      font-weight: 400;
      font-size: 60px;
      letter-spacing: 0.07em;
      line-height: 60px;
   }

   #sec1 .txt {
      width: 40%;
      padding-top: 64px;
   }

   #sec1 .txt p+p {
      padding-top: 30px;
   }

   #sec1 figure {
      width: 59%;
      position: absolute;
      bottom: -68px;
      right: -1.3%;
   }
}

#sec2 {
   position: relative;
}

@media only screen and (max-width: 767px) {
   #sec2 {
      padding-bottom: 20vw;
   }

   #sec2 h2 {
      font-weight: 900;
      font-size: 6vw;
      letter-spacing: 0.05em;
      line-height: 1.2;
   }

   #sec2 h2 span {
      font-size: 8vw;
   }

   #sec2 h2 strong {
      font-weight: 900;
      font-size: 12.8vw;
   }

   #sec2 [class*="box"] {
      display: flex;
      flex-direction: column;
      gap: 8vw;
      padding-top: 12vw;
   }

   #sec2 [class*="box"] figure {
      width: 100%;
   }

   #sec2 [class*="box"] .col {
      width: 100%;
      position: relative;
   }

   #sec2 [class*="box"] .no {
      color: #d4d4d4;
      font-family: "Afacad", sans-serif;
      font-weight: 700;
      font-size: 6vw;
      line-height: 1;
      letter-spacing: 0;
   }

   #sec2 [class*="box"] .no span {
      display: block;
      font-size: 50vw;
      line-height: 0.6;
      letter-spacing: 0;
      position: absolute;
      top: 0;
      left: 15vw;
      z-index: -1;
   }

   #sec2 [class*="box"] h3 {
      font-weight: 700;
      font-size: 6vw;
      line-height: 1.5;
      letter-spacing: 0.07em;
      padding-top: 10vw;
   }

   #sec2 [class*="box"] .txt {
      padding-top: 4vw;
   }

   #sec2 [class*="box"] .txt p+p {
      padding-top: 4vw;
   }

   #sec2 [class*="box"] .txt br.pc {
      display: block;
   }
}

@media only screen and (min-width: 768px) {
   #sec2 {
      padding-bottom: 198px;
   }

   #sec2 h2 {
      font-weight: 900;
      font-size: 60px;
      letter-spacing: 0.05em;
      line-height: 85px;
   }

   #sec2 h2 span {
      font-size: 80px;
   }

   #sec2 h2 strong {
      font-weight: 900;
      font-size: 120px;
   }

   #sec2 [class*="box"] {
      display: flex;
      flex-wrap: wrap;
      gap: 50px;
      padding: 94px 4% 0;
   }

   #sec2 [class*="box"]+[class*="box"] {
      padding-top: 145px;
   }

   #sec2 [class*="box"] figure {
      width: calc(100% - 430px);
      max-width: 720px;
   }

   #sec2 [class*="box"] .col {
      width: 380px;
      position: relative;
   }

   #sec2 [class*="box"] .no {
      color: #d4d4d4;
      font-family: "Afacad", sans-serif;
      font-weight: 700;
      font-size: 60px;
      line-height: 36px;
      letter-spacing: 0;
   }

   #sec2 [class*="box"] .no span {
      display: block;
      font-size: 300px;
      line-height: 0.6;
      letter-spacing: 0;
      position: absolute;
      top: 0;
      left: 145px;
      z-index: -1;
   }

   #sec2 [class*="box"] h3 {
      font-weight: 700;
      font-size: 30px;
      line-height: 48px;
      letter-spacing: 0.07em;
      padding-top: 52px;
   }

   #sec2 [class*="box"] .txt {
      padding-top: 38px;
   }

   #sec2 [class*="box"] .txt p+p {
      padding-top: 30px;
   }

   #sec2 .box2 .col {
      order: 2;
   }

   #sec2 .box2 figure {
      order: 1;
   }

   #sec2 .box2 .no {
      padding-left: 90px;
   }

   #sec2 .box2 .no span {
      right: -30px;
      left: auto;
   }

   #sec2 .box2 h3 {
      letter-spacing: 0.05em;
      margin-right: -30px;
      padding-top: 147px;
   }

   #sec2 .box3 h3 {
      padding-top: 95px;
   }
}

#sec3 {
   position: relative;
}

@media only screen and (max-width: 767px) {
   #sec3 {
      padding-bottom: 20vw;
   }

   #sec3 figure {
      margin: 0 -6.6vw;
   }

   #sec3 .box {
      background-color: #fff;
      margin-top: -10vw;
      padding: 6vw 4vw 0;
      position: relative;
      z-index: 1;
   }

   #sec3 h2 {
      font-weight: 400;
      font-size: 8vw;
      letter-spacing: 0.1em;
      line-height: 1.5;
   }

   #sec3 .txt {
      padding-top: 6vw;
   }
}

@media only screen and (min-width: 768px) {
   #sec3 {
      padding: 0 7.7% 196px 4%;
   }

   #sec3 .box {
      width: 600px;
      background-color: #fff;
      margin-top: -100px;
      margin-left: auto;
      padding: 40px 0 0 50px;
      position: relative;
      z-index: 1;
      box-sizing: border-box;
   }

   #sec3 h2 {
      font-weight: 400;
      font-size: 48px;
      letter-spacing: 0.1em;
      line-height: 60px;
   }

   #sec3 .txt {
      padding-top: 40px;
   }
}

#sec4 {
   position: relative;
}

#sec4 .block {
   background-color: #222;
   color: #fff;
}

@media only screen and (max-width: 767px) {
   #sec4 {
      padding-bottom: 20vw;
   }

   #sec4 .wrap-sp {
      width: 100%;
   }

   #sec4 .block {
      padding: 12vw 6.6vw;
   }

   #sec4 .block+.block {
      margin-top: 12vw;
   }

   #sec4 .title {
      text-align: center;
      padding-top: 8vw;
      position: relative;
   }

   #sec4 .title h3 {
      font-weight: 700;
      font-size: 4.8vw;
      line-height: 1.5;
      letter-spacing: 0.1em;
   }

   #sec4 .title .price {
      font-weight: 700;
      font-size: 7vw;
      line-height: 1.5;
      letter-spacing: 0.05em;
      padding-top: 4vw;
   }

   #sec4 .title .note {
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.05em;
      line-height: 20px;
      padding-top: 2vw;
   }

   #sec4 .ttl-sub {
      font-weight: 400;
      font-size: 6vw;
      line-height: 1.5;
      letter-spacing: 0.01em;
      position: relative;
      padding: 12vw 0 4vw;
   }

   #sec4 .ttl-sub:before {
      content: '';
      width: 40%;
      height: 0;
      border-top: 2px solid #fff;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
   }

   #sec4 .box {
      display: flex;
      flex-direction: column;
      gap: 8vw;
      margin-top: 12vw;
   }

   #sec4 .box .col figure {
      padding-top: 6vw;
   }

   #sec4 .box h4 {
      font-weight: 400;
      font-size: 4.8vw;
      line-height: 1.5;
      letter-spacing: 0.1em;
      border-left: 5px solid #fff;
      padding-left: 5vw;
   }

   #sec4 .box .txt {
      padding-top: 6vw;
   }

   #sec4 .price-all {
      text-align: right;
      position: relative;
      margin-top: -12vw;
      padding: 18vw 0 0 20vw;
      margin-left: auto;
      z-index: 1;
   }

   #sec4 .price-all .deco {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: url("../img/tourism/sec3-deco.png") no-repeat center top/cover;
      width: 32vw;
      height: 32vw;
      font-weight: 800;
      font-size: 8vw;
      line-height: 1.2;
      letter-spacing: -0.05em;
      text-align: center;
      transform: rotate(-18deg);
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
   }

   #sec4 .price-all .deco span {
      font-size: 6vw;
   }

   #sec4 .price-all h3 {
      font-weight: 800;
      font-size: 6vw;
      line-height: 1.5;
      letter-spacing: 0.1em;
   }

   #sec4 .price-all .number {
      font-weight: 800;
      font-size: 12.8vw;
      line-height: 1.2;
      letter-spacing: 0.05em;
   }

   #sec4 .price-all .note {
      font-weight: 800;
      font-size: 4vw;
      line-height: 1.2;
      letter-spacing: 0.05em;
      padding-top: 2vw;
   }
}

@media only screen and (min-width: 768px) {
   #sec4 {
      padding: 0 4% 200px 0;
   }

   #sec4 .block {
      padding: 20px 20px 50px;
      position: relative;
   }

   #sec4 .block+.block {
      margin-top: 150px;
   }

   #sec4 .title {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0 50px;
      margin: 0 auto;
      padding: 65px 0 10px;
      position: relative;
   }

   #sec4 .title h3 {
      font-weight: 700;
      font-size: 28px;
      line-height: 38px;
      letter-spacing: 0;
   }

   #sec4 .title div {
      max-width: calc(100% - 204px);
   }

   #sec4 .title .price {
      font-weight: 700;
      font-size: 48px;
      line-height: 60px;
      letter-spacing: 0;
   }

   #sec4 .title .note {
      font-weight: 700;
      letter-spacing: 0.05em;
      line-height: 20px;
      text-align: right;
   }

   #sec4 .ttl-sub {
      font-weight: 400;
      font-size: 40px;
      line-height: 60px;
      letter-spacing: 0.01em;
      position: relative;
      padding: 90px 0 23px;
   }

   #sec4 .ttl-sub:before {
      content: '';
      width: 200px;
      height: 0;
      border-top: 2px solid #fff;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
   }

   #sec4 .box {
      display: flex;
      flex-wrap: wrap;
      gap: 50px;
      padding: 100px 30px 0;
   }

   #sec4 .box+.box {
      padding-top: 100px;
   }

   #sec4 .box .col {
      width: 400px;
   }

   #sec4 .box .col figure {
      padding-top: 50px;
   }

   #sec4 .box h4 {
      font-weight: 400;
      font-size: 30px;
      line-height: 35px;
      letter-spacing: 0.1em;
      position: relative;
      border-left: 5px solid #fff;
      padding-left: 20px;
   }

   #sec4 .box .txt {
      padding-top: 20px;
   }

   #sec4 .box .txt p+p {
      padding-top: 32px;
   }

   #sec4 .box .photo {
      width: calc(100% - 450px);
   }

   #sec4 .price-all {
      width: max-content;
      text-align: center;
      position: relative;
      padding: 110px 0 0 233px;
      margin-left: auto;
      z-index: 1;
   }

   #sec4 .price-all .deco {
      background: url("../img/tourism/sec3-deco.png") no-repeat center top/cover;
      width: 251px;
      height: 251px;
      font-weight: 800;
      font-size: 60px;
      line-height: 42px;
      letter-spacing: -0.05em;
      text-align: center;
      transform: rotate(-18deg);
      box-sizing: border-box;
      padding-top: 75px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
   }

   #sec4 .price-all .deco span {
      font-size: 40px;
   }

   #sec4 .price-all h3 {
      font-weight: 800;
      font-size: 40px;
      line-height: 46px;
      letter-spacing: 0.1em;
   }

   #sec4 .price-all .number {
      font-weight: 800;
      font-size: 94px;
      line-height: 110px;
      letter-spacing: 0.05em;
   }

   #sec4 .price-all .note {
      font-weight: 800;
      font-size: 24px;
      line-height: 35px;
      letter-spacing: 0.07em;
      text-align: right;
      padding-right: 15px;
   }
}

@media only screen and (min-width: 1400px) {
   #sec4 .price-all {
      position: absolute;
      bottom: 50px;
      right: 80px;
   }
}

#sec5 {
   position: relative;
}

@media only screen and (max-width: 767px) {
   #sec5 {
      padding-bottom: 20vw;
   }

   #sec5 a {
      display: block;
      width: 86.8vw;
      background: url("../img/tourism/sec5-deco.png") no-repeat center right/auto 100%;
      border: 1px solid #222;
      padding: 6vw 4vw 15vw;
      box-sizing: border-box;
      position: relative;
   }

   #sec5 h2 {
      width: max-content;
      font-weight: 800;
      font-size: 4.8vw;
      line-height: 1.2;
      letter-spacing: 0.1em;
      text-align: center;
   }

   #sec5 h2 span {
      font-size: 7vw;
   }

   #sec5 p {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 700;
      font-size: 4vw;
      line-height: 1.2;
      letter-spacing: 0.2em;
      color: #fff;
      position: absolute;
      bottom: 4vw;
      right: 4vw;
   }

   #sec5 p:before {
      content: '';
      width: 15vw;
      height: 0;
      border-top: 1px solid #fff;
      transition: all 0.1s linear;
   }
}

@media only screen and (min-width: 768px) {
   #sec5 {
      padding: 0 4% 150px;
   }

   #sec5 a {
      display: block;
      width: 91.6%;
      background: url("../img/tourism/sec5-deco.png") no-repeat center right/auto 100%;
      border: 1px solid #222;
      padding: 54px 0 56px 10.6%;
      box-sizing: border-box;
      position: relative;
   }

   #sec5 a:before,
   #sec5 a:after {
      content: "";
      position: absolute;
      background: #222;
      width: 0;
      height: 10px;
      transition: all 0.2s linear;
   }

   #sec5 a:before {
      right: 0;
      bottom: 0;
   }

   #sec5 a:after {
      left: 0;
      top: 0;
   }

   #sec5 h2 {
      width: max-content;
      font-weight: 800;
      font-size: 30px;
      line-height: 50px;
      letter-spacing: 0.1em;
      text-align: center;
   }

   #sec5 h2 span {
      font-size: 48px;
   }

   #sec5 h2:before,
   #sec5 h2:after {
      content: "";
      position: absolute;
      background: #222;
      width: 10px;
      height: 0;
      transition: all 0.1s linear;
   }

   #sec5 h2:before {
      left: 0;
      bottom: 0;
   }

   #sec5 h2:after {
      right: 0;
      top: 0;
   }

   #sec5 p {
      display: inline-flex;
      align-items: center;
      gap: 13px;
      font-weight: 700;
      font-size: 20px;
      line-height: 30px;
      letter-spacing: 0.2em;
      color: #fff;
      position: absolute;
      bottom: 20px;
      right: 20px;
   }

   #sec5 p:before {
      content: '';
      width: 100px;
      height: 0;
      border-top: 1px solid #fff;
      transition: all 0.1s linear;
   }

   #sec5 a:hover:before,
   #sec5 a:hover:after {
      width: 100%;
   }

   #sec5 a:hover:after {
      transition-delay: 0s;
   }

   #sec5 a:hover:before {
      transition-delay: 0.3s;
   }

   #sec5 a:hover h2:before,
   #sec5 a:hover h2:after {
      height: 100%;
   }

   #sec5 a:hover h2:before {
      transition-delay: 0.5s;
   }

   #sec5 a:hover h2:after {
      transition-delay: 0.2s;
   }

   #sec5 a:hover p:before {
      width: 10px;
   }
}

#sec6 {
   position: relative;
}

@media only screen and (max-width: 767px) {
   #sec6 {
      padding-bottom: 20vw;
   }

   #sec6 .wrap-sp {
      border: 1px solid #222;
      padding: 12vw 6.6vw;
   }

   #sec6 .wrap-sp:before {
      content: '';
      border: 1px solid #222;
      position: absolute;
      top: 2vw;
      right: -2vw;
      bottom: -2vw;
      left: 2vw;
   }

   #sec6 .logo {
      font-size: 8vw;
      letter-spacing: 0.2em;
      line-height: 1.5;
      text-align: center;
   }

   #sec6 .logo h3 {
      font-size: 5.3vw;
      letter-spacing: 0.025em;
   }

   #sec6 .logo img {
      width: 60vw;
   }

   #sec6 .text {
      font-size: 13px;
      line-height: 24px;
      text-align: center;
      padding-top: 8vw;
   }

   #sec6 .text h3 {
      background-color: #f33300;
      color: #fff;
      border-radius: 50px;
      font-size: 5.6vw;
      line-height: 1.5;
      letter-spacing: 0.1em;
      text-align: center;
      padding-bottom: 1vw;
   }

   #sec6 .text .tel {
      padding: 6vw 0 4vw;
   }

   #sec6 .text .tel a {
      display: inline-block;
      font-size: 9.8vw;
      line-height: 1;
      letter-spacing: 0;
      background: url("../img/shared/icon-tel-black.png") no-repeat top 2vw left/5.4vw auto;
      padding-left: 8vw;
   }

   #sec6 .text .note {
      letter-spacing: 0.05em;
   }

   #sec6 .text time {
      display: block;
      letter-spacing: 0.05em;
      padding-top: 4vw;
   }
}

@media only screen and (min-width: 768px) {
   #sec6 {
      padding-bottom: 160px;
   }

   #sec6 .wrap-sp {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 40px 109px;
      width: 84.2%;
      border: 1px solid #222;
      position: relative;
      text-align: center;
      margin-left: 4%;
      padding: 40px 0 34px;
   }

   #sec6 .wrap-sp:before {
      content: '';
      border: 1px solid #222;
      position: absolute;
      top: 10px;
      right: -10px;
      bottom: -10px;
      left: 10px;
   }

   #sec6 .logo {
      width: 370px;
      font-size: 40px;
      letter-spacing: 0.1em;
      line-height: 40px;
   }

   #sec6 .logo h3 {
      font-size: 30px;
      letter-spacing: 0.025em;
      padding-bottom: 18px;
   }

   #sec6 .logo img {
      padding: 10px 0 3px;
   }

   #sec6 .text {
      width: 540px;
      line-height: 28px;
      padding-top: 10px;
   }

   #sec6 .text h3 {
      font-size: 30px;
      line-height: 40px;
      letter-spacing: 0.1em;
      background-color: #b72e00;
      color: #fff;
      border-radius: 50px;
      padding: 3px 0 7px;
   }

   #sec6 .tel {
      font-weight: 400;
      font-size: 70px;
      line-height: 120px;
      letter-spacing: 0;
      background: url("../img/shared/icon-tel-black.png") no-repeat top 43px left 14px/33px auto;
      padding-left: 30px;
   }

   #sec6 .note {
      letter-spacing: 0.05em;
      margin-top: -18px;
   }

   #sec6 time {
      display: block;
      letter-spacing: 0.1em;
      padding-top: 11px;
   }
}