#mv {
  position: relative;
  .mv_logo {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    min-width: 310px;
  }
}
#mv .mv_anchor_wrap {
    position: absolute;
    right: 20px;
    bottom: 50px;
    width: 234px;
    height: 40px;
    z-index: 10;
}
#mv .mv_anchor_guide {
    display: inline-flex;
    padding: 8px 4px 8px 4px;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-family: "Zen Kaku Gothic Antique";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-radius: 1000px;
    background: #D9A045;
    transition: transform 0.3s ease;
}
#mv .mv_anchor_guide::after {
content: '';
position: absolute;
right: 12px;
top: 50%;
width: 8px;
height: 8px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: translateY(-50%) rotate(45deg);
}
#mv .mv_anchor_guide:hover::after {
    transform: translateY(-50%) translateX(2px) rotate(45deg);
}
@media screen and (max-width: 768px) {
#mv .mv_anchor_wrap {
    right: 15px;
    bottom: 75px;
}
}
.container {
  .inner {
    position: relative;
    padding-bottom: 200px;
    padding-top: 100px;
    z-index: 2;
  }
  &::before {
	  content: '';
	  background-size: cover;
	  position: absolute;
	  top: -100px;
	  width: 100%;
	  height: 300px;
	}
  &:not(#sakamoto-info)::after {
    content: '';
		background-size: cover;
		position: absolute;
		width: 100%;
		height: calc(1200 / 1280 * 100vw );
    top: -60px;
  }
}
.ttl {
  text-align: center;
  padding-bottom: 60px;
}
#lead {
  position: relative;
  &::before {
		background-image: url(../images/bg_white01.png);
	}
  &::after {
		background-image: url(../images/stone01.png);
  }
  .lead-inner {
    display: flex;
    padding: 150px 0 250px;
    z-index: 2;
  }
  .lead-ttl {
    margin-bottom: 30px;
  }
  .lead-sl {
    max-width: 420px;
    margin-top: 40px;
  }
  p {
    font-weight: bold;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 3px;
  }
  .japan-map {
    position: relative;
    .deco01 {
      position: absolute;
      top: 0;
    }
    .deco02 {
      position: absolute;
      right: 0;
      bottom: -50px;
    }
  }
}
#map {
  position: relative;
  background-color: #FFFACE;
  &::before {
		background-image: url(../images/bg_yellow01.png);
	}
  &::after {
		background-image: url(../images/stone03.png);
  }
  .map-inner_ct {
    display: flex;
    gap: 60px;
    justify-content: space-between;
    & > div, & > p {
      width: 50%;
    }
    .map-link {
      gap: 10px;
      margin-top: 20px;
      .btn {
        width: 255px;
      }
    }
    p {
      line-height: 2;
    }
  }
  #modal-container {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, .6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    & > div {
      display: flex;
      height: 100vh;
      justify-content: center;
      align-items: center;
      & > img {
        max-width: calc(100vw - 30px);
        max-height: calc(100vh - 30px);
      }
    }
  }
}
#meisho {
  position: relative;
  background-color: #F8D2CA;
  z-index: 1;
  &::before {
		background-image: url(../images/bg_red01.png);
	}
  &::after {
		background-image: url(../images/stone04.png);
  }
  p {
    text-align: center;
    margin-bottom: 60px;
    line-height: 2;
  }
  .meisho-link {
    display: flex;
    gap: 25px;
  }
}
#sanpo {
  position: relative;
  background-color: #DEF7E7;
  z-index: 1;
  &::before {
		background-image: url(../images/bg_green01.png);
	}
  &::after {
		background-image: url(../images/stone05.png);
  }
  p {
    text-align: center;
    margin-bottom: 60px;
    line-height: 2;
  }
  .meisho-link {
    display: flex;
    gap: 25px;
  }
}

#worker {
  position: relative;
  background-color: #D3C6DD;
  z-index: 1;
  &::before {
		background-image: url(../images/bg_purple01.png);
	}
  &::after {
		background-image: url(../images/stone05.png);
  }
  p {
    text-align: center;
    margin-bottom: 60px;
    line-height: 2;
  }
  .meisho-link {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    div {
      max-width: 330px;
    }
  }
}

#access {
  position: relative;
  background-color: #FFFACE;
  z-index: 1;
  &::before {
		background-image: url(../images/bg_yellow01.png);
	}
  &::after {
		background-image: url(../images/stone06.png);
  }
  p {
    text-align: center;
    margin-bottom: 60px;
    line-height: 2;
  }
  .access-info {
    display: flex;
    gap: 25px;
    align-items: center;
    div, ul {
      width: 50%;
    }
    iframe {
      width: 100%;
      height: 360px;
      border-radius: 20px;
    }
    .btn {
      max-width: 400px;
      margin: auto;
      margin-bottom: 10px;
    }
  }
}
#sakamoto-info {
  position: relative;
  background-color: #F8D2CA;
  z-index: 1;
  &::before {
		background-image: url(../images/bg_red01.png);
	}
  .info-ttl {
    text-align: center;
    margin-bottom: 30px;
  }
  .info-container {
    background: #fff;
    padding: 60px;
    border-radius: 20px;
    .btn a {
      background: #FD7D7D;
      margin-bottom: 15px;
    }
  }
  .news {
    ul {
      li {
        display: flex;
        gap: 30px;
        border-bottom: 1px dashed #ccc;
        padding: 20px;
        &:first-of-type {
          border-top: 1px dashed #ccc;
        }
        .news-date {
          font-weight: bold;
          font-size: 14px;
          width: 15%;
        }
        .news-title {
          width: 85%;
        }
      }
    }
    .news-more {
      margin-top: 40px;
      text-align: right;
      font-weight: bold;
      a {
        position: relative;
        padding-right: 40px;
        &::before {
          content: '';
          display: inline-block;
          width: 24px;
          height: 24px;
          background-image: url(../images/ico_arrow2.svg);
          background-size: contain;
          vertical-align: middle;
          position: absolute;
          right: 0;
        }
      }
    }
  }
  .dp-flex {
    gap: 25px;
    margin-top: 25px;
    .info-container {
      width: 50%;
    }
  }
  .bnr_book {
    width: 686px;
    max-width: 100%;
    margin: auto;
    margin-top: 40px;
    img {
      width: 100%;
    }
  }
}

@media screen and (max-width: 768px) {
  .container {
    &::before {
      background-size: contain;
    }
    &:not(#sakamoto-info)::after {
      background-position: center;
      height: 150%;
    }
  }
  #lead {
    &::after {
      background-image: url(../images/stone01_sp.png);
    }
    .lead-inner {
      flex-direction: column;
    }
    p {
      margin-bottom: 240px;
      font-size: 16px;
    }
    .japan-map {
      position: absolute;
      top: 220px;
      z-index: -1;
      width: 70%;
      left: 110px;
      .deco03 {
        position: absolute;
        bottom: 30px;
        right: 0px;
      }
    }
  }
  #map {
    &::after {
      background-image: url(../images/stone03_sp.png);
    }
    .map-inner_ct {
        flex-direction: column;
        & > div, & > p {
          width: 100%;
        }
        .map-link {
          flex-direction: column;
          .btn {
            width: 100%;
          }
        }
    }
  }
  #meisho {
    &::after {
      background-image: url(../images/stone04_sp.png);
    }
    .meisho-link {
      flex-direction: column;
    }
    p {
      text-align: left;
    }
  }
  #sanpo {
    &::after {
      background-image: url(../images/stone05_sp.png);
    }
    .meisho-link {
        flex-direction: column;
        > div {
          &:nth-of-type(1) {
            order: 2;
          }
          &:nth-of-type(2) {
            order: 1;
          }
          &:nth-of-type(3) {
            order: 3;
          }
        }
    }
    p {
      text-align: left;
    }
  }
  #worker {
    &::after {
      background-image: url(../images/stone05_sp.png);
    }
    p {
      text-align: left;
    }
  }
  #access {
    &::after {
      background-image: url(../images/stone06_sp.png);
    }
    .access-info {
        flex-direction: column;
        div, ul {
          width: 100%;
        }
    }
    p {
      text-align: left;
    }
  }
  #sakamoto-info {
    .info-container {
        padding: 20px 20px 50px;
    }
    .dp-flex {
      flex-direction: column;
      .info-container {
        width: 100%;
      }
    }
    .news {
      ul {
        li {
          flex-direction: column;
          padding: 20px 0;
          gap: 0;
        }
      }
    }
  }
}

@media screen and (max-width: 425px) {
  .container {
    &:not(#sakamoto-info)::after {
      height: 100%;
    }
  }
  #lead {
    .japan-map {
      top: 250px;
      width: 90%;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      .deco03 {
        bottom: 40px;
      }
    }
  }
  #sakamoto-info {
    .news {
      ul {
        li {
          .news-date {
            width: 100%;
          }
          .news-title {
            width: 100%;
          }
        }
      }
    }
  }
}
