@charset "UTF-8";
.sec_title {
  font-size: 4rem;
  text-align: center;
  font-weight: 900; }
  @media (max-width: 768px) {
    .sec_title {
      font-size: 3.5rem; } }

.sec_title_sub {
  font-size: 0.9rem;
  color: #604c3f;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 5px; }

/*---------------------------
HEADER
---------------------------*/
h2.title {
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    h2.title {
      margin-bottom: 4vw; } }
  h2.title img {
    width: 100%;
    height: auto; }

/*---------------------------
共通 header
---------------------------*/
.top_logo {
  padding-top: 5vw;
  text-align: center; }
  .top_logo h1 img {
    width: 50%;
    height: auto; }

/*---------------------------
MV
---------------------------*/
.mv {
  background: url("../img/bg01.png") top center repeat-y;
  background-size: 100%;
  padding-bottom: 4.8vw;
  text-align: center; }
  .mv .mv_img {
    margin-top: 5vw;
    width: 78%; }

/*---------------------------
LINK
---------------------------*/
.wrap_link_sec {
  background: url("../img/bg02.png") center 40% repeat-y;
  background-size: 100%;
  /* ==============================
     Movie Section
  ============================== */
  /* ラッパー */
  /* video本体 */ }
  .wrap_link_sec .link_sec {
    width: 70%;
    padding-top: 0vw;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 768px) {
      .wrap_link_sec .link_sec {
        width: 80%; } }
    .wrap_link_sec .link_sec .btn_box {
      width: 90%;
      margin: 0 auto 3vw;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      @media (max-width: 768px) {
        .wrap_link_sec .link_sec .btn_box {
          width: 100%; } }
      .wrap_link_sec .link_sec .btn_box a {
        display: block;
        width: 48%; }
        .wrap_link_sec .link_sec .btn_box a:first-child {
          margin-right: 2%; }
        .wrap_link_sec .link_sec .btn_box a:nth-child(3) {
          margin-top: 15px; }
          @media (max-width: 768px) {
            .wrap_link_sec .link_sec .btn_box a:nth-child(3) {
              margin-top: 2vw; } }
        .wrap_link_sec .link_sec .btn_box a img {
          width: 100%;
          height: auto; }
    .wrap_link_sec .link_sec .bnr_pworld {
      margin-top: 30px;
      width: 100%;
      height: auto; }
  .wrap_link_sec .movie {
    margin-top: 5vw; }
  .wrap_link_sec .movie_inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    /* 動画比率（PC想定） */
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden; }
    @media (max-width: 768px) {
      .wrap_link_sec .movie_inner {
        /* SPではやや縦長でもOKなら 16:9 のまま */
        aspect-ratio: 16 / 9; } }
  .wrap_link_sec .movie_inner video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* 全体表示（切れ防止） */
    display: block;
    background: #000;
    /* 読み込み前の黒背景対策 */ }

/*---------------------------
sec01
---------------------------*/
section {
  margin: 0 auto; }
  @media (max-width: 768px) {
    section {
      margin: 0 auto; } }

.wrap_sec01 {
  background: url("../img/bg03.png") center top repeat-y;
  background-size: 100%;
  padding-top: 7vw; }
  .wrap_sec01 .sec01 .title {
    width: 80%;
    margin: 0 auto 8vw; }
  .wrap_sec01 .sec01 .title_access {
    width: 100%;
    height: auto;
    margin-top: 8vw;
    margin-bottom: 3vw; }
  .wrap_sec01 .sec01 .frame {
    width: 92%;
    margin: auto;
    position: relative;
    background: #000;
    border-radius: 10px; }
    .wrap_sec01 .sec01 .frame::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      border: 3px solid #f4eeb7;
      box-shadow: 0 0 6px rgba(255, 250, 200, 0.8), 0 0 12px rgba(255, 243, 170, 0.5);
      pointer-events: none; }
    .wrap_sec01 .sec01 .frame::after {
      content: "";
      position: absolute;
      inset: 3px;
      border-radius: calc(10px - 3px);
      border: 2px solid #c8a74f;
      box-shadow: inset 0 0 8px rgba(255, 220, 140, 0.3);
      pointer-events: none; }
  .wrap_sec01 .sec01 img {
    width: 100%;
    height: auto; }

.wrap_sec02 {
  background-image: url("../img/gold_vale.png"), url("../img/bg04.png");
  background-position: center bottom ,center top;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  padding-bottom: 10vw;
  /*---------------------------
  sec04
  ---------------------------*/
  /*---------------------------
  sec06
  ---------------------------*/ }
  .wrap_sec02 .sec02 .map_box {
    width: 100%;
    position: relative;
    padding-top: 39.62%; }
    @media (max-width: 768px) {
      .wrap_sec02 .sec02 .map_box {
        padding-top: 56.25%; } }
    .wrap_sec02 .sec02 .map_box iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .wrap_sec02 .sec06 .title {
    margin-top: 8vw;
    margin-bottom: 3vw; }
  .wrap_sec02 .sec06 .basic_info_box .info-list {
    margin: 0 auto 0;
    padding: 0; }
    @media (max-width: 768px) {
      .wrap_sec02 .sec06 .basic_info_box .info-list {
        margin: 3vw auto 0;
        width: 90%; } }
    .wrap_sec02 .sec06 .basic_info_box .info-list .info-item {
      display: flex;
      align-items: center;
      padding: 1.2vw 0;
      border-bottom: 3px dotted #fff; }
      @media (max-width: 768px) {
        .wrap_sec02 .sec06 .basic_info_box .info-list .info-item {
          padding: 2vw 0;
          border-bottom: 1px dotted #fff; } }
      .wrap_sec02 .sec06 .basic_info_box .info-list .info-item dt {
        margin: 0;
        margin-right: 20px; }
        .wrap_sec02 .sec06 .basic_info_box .info-list .info-item dt .info-label {
          font-family: "Noto Sans JP", sans-serif;
          width: 6em;
          display: inline-block;
          padding: 5px 0;
          background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 40%, #eeeeee 100%);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.28), inset 0 1px 2px rgba(255, 255, 255, 0.9);
          border-radius: 9999px;
          border: none;
          font-size: 1.3vw;
          font-weight: 700;
          color: #574f4c;
          letter-spacing: 0.05em;
          text-align: center;
          position: relative;
          top: 0;
          transition: top 0.1s ease, box-shadow 0.1s ease; }
          @media (max-width: 768px) {
            .wrap_sec02 .sec06 .basic_info_box .info-list .info-item dt .info-label {
              font-size: 2.2vw;
              padding: 1vw 0; } }
      .wrap_sec02 .sec06 .basic_info_box .info-list .info-item dd {
        font-size: 1.7vw;
        font-weight: bold;
        text-align: left;
        flex: 1;
        color: #fff; }
        @media (max-width: 768px) {
          .wrap_sec02 .sec06 .basic_info_box .info-list .info-item dd {
            font-size: 2.7vw; } }
  .wrap_sec02 .sec08 {
    margin: 5vw auto 0;
    padding: 3vw 3vw;
    text-align: center;
    color: #222;
    background: rgba(255, 255, 255, 0.9); }
    @media (max-width: 768px) {
      .wrap_sec02 .sec08 {
        padding: 15px 2%; } }
    .wrap_sec02 .sec08 .title {
      font-family: "Noto Sans JP", sans-serif;
      width: 100%;
      display: inline-block;
      padding: 9px 40px;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 0.15em;
      border: 1px solid #000;
      margin-bottom: 15px; }
      @media (max-width: 768px) {
        .wrap_sec02 .sec08 .title {
          font-size: 2.5vw; } }
    .wrap_sec02 .sec08 .text {
      font-size: clamp(10px, 1.2vw, 18px);
      line-height: 1.9;
      margin: 0 auto 15px;
      font-weight: 500; }
      @media (max-width: 768px) {
        .wrap_sec02 .sec08 .text {
          font-size: 1.4vw; } }
    .wrap_sec02 .sec08 .url {
      display: inline-block;
      padding: 12px 5%;
      background: #000;
      color: #fff;
      font-size: 1vw;
      font-weight: 700; }
      @media (max-width: 768px) {
        .wrap_sec02 .sec08 .url {
          font-size: 1.7vw; } }
      .wrap_sec02 .sec08 .url a {
        color: #fff;
        word-break: break-all; }
