#key {
  height: 200vh;
  position: relative;
}

#key .tit {
  position: absolute;
  top: 10vw;
  left: 0;
  right: 0;
}

#key .tit img {
  position: relative;
  z-index: 2;
}

#key .tit:before {
  content: '';
  background: url("../img/index/key_tit_sp_deco.png") no-repeat 0 0/100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  mix-blend-mode: overlay;
  z-index: 1;
}

#key .video {
  pointer-events: none;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  filter: grayscale(1);
}

#key .video iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  #key .tit {
    text-align: center;
    padding-top: 333px;
    left: 0;
    right: 0;
    top: 0;
  }

  #key .tit:before {
    background: url("../img/index/key_tit_deco.png") no-repeat center 0;
    bottom: auto;
    height: 1253px;
  }

  #key .video iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

section {
  background: url("../img/shared/bd_bg.jpg") repeat center 0;
}

#sec1 {
  background: url("../img/index/sec1_deco_sp.png") no-repeat center 0/100%;
  position: relative;
  z-index: 1;
  color: #fff;
}

#sec1:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200vw;
  background: #0a0400 url("../img/index/sec1_bg_sp.jpg") no-repeat center top/100%;
  z-index: -1;
  padding: 0 0 10vw;
  z-index: -1;
}

#sec1 h2 {
  padding-left: 58.53%;
}

#sec1 .wrap {
  z-index: 1;
}

#sec1 .photo1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 58.53%;
  z-index: 2;
}

#sec1 .photo2 {
  width: 56.26%;
  margin: 5vw 0 10vw 38.4%;
  position: relative;
  z-index: 2;
}

#sec1 .deco {
  width: 67%;
  position: absolute;
  top: 78vw;
  left: -22vw;
}

#sec1 .wrap {
  padding: 0 8% 32vw;
}

#sec1 .link {
  margin-top: 10vw;
}

#sec1 .link li {
  margin-bottom: 5vw;
}

@media screen and (min-width: 768px) {
  #sec1 {
    background: url("../img/index/sec1_bg1.png") no-repeat center 0/cover;
  }

  #sec1:before {
    height: 100%;
    background: #0a0400 url("../img/index/sec1_bg_sp.jpg") no-repeat center top/100%;
    z-index: -1;
    padding: 0;
  }

  #sec1:after {
    content: url("../img/index/sec2_deco1.png");
    position: absolute;
    bottom: -750px;
    left: calc(50% - 905px);
  }

  #sec1 h2 {
    padding-left: 0;
    width: auto;
    position: absolute;
    top: 89px;
    left: calc(50% + 149px);
  }

  #sec1 .photo1 {
    position: relative;
    height: 616px;
    top: auto;
    left: auto;
    width: calc(50% + 32px);
    margin-bottom: 47px;
  }

  #sec1 .photo2 {
    width: auto;
    margin: 0;
    position: absolute;
    top: 451px;
    right: calc(50% - 567px);
  }

  #sec1 .deco {
    width: auto;
    position: absolute;
    top: 10px;
    left: auto;
    right: -20px;
  }

  #sec1 .wrap {
    padding: 0 0 136px;
  }

  #sec1 .txt {
    width: 518px;
    margin-left: 16px;
  }

  #sec1 .link {
    margin: 42px 0 0 18px;
    position: relative;
    z-index: 1;
  }

  #sec1 .link li {
    margin-bottom: 20px;
    width: 383px;
  }

  #sec1 .link li:nth-child(2) {
    margin-left: 134px;
  }
}

#sec2 {
  background: url("../img/index/sec2_deco2_sp.png") no-repeat 0 bottom/100%;
  position: relative;
  padding-bottom: 20vw;
}

#sec2 .wrap {
  z-index: 1;
}

#sec2 .deco {
  position: absolute;
  right: 0;
  top: -35vw;
  z-index: 1;
  width: 100%;
  pointer-events: none;
}

#sec2 .photo1 {
  margin: 0 -5vw;
}

#sec2 .info {
  padding: 0 3%;
}

#sec2 .info .link {
  padding-top: 5vw;
}

#sec2 .info .link li {
  margin-top: 5vw;
}

@media screen and (min-width: 768px) {
  #sec2 {
    background: url("../img/index/sec2_deco2.png") no-repeat 0 bottom;
    padding-bottom: 173px;
    z-index: 3;
  }

  #sec2 .wrap {
    max-width: 1100px;
    justify-content: flex-end;
    display: flex;
    padding: 421px 0 0;
  }

  #sec2 .deco {
    width: auto;
    right: 0;
    top: -545px;
  }

  #sec2 h2 {
    position: absolute;
    top: -127px;
    left: calc(50% - 450px);
    z-index: 2;
  }

  #sec2 .photo1 {
    margin: 0;
    position: absolute;
    top: 270px;
    right: calc(50% - 324px);
  }

  #sec2 .info {
    padding: 0;
    width: 354px;
    position: relative;
    z-index: 3;
  }

  #sec2 .info .link {
    padding-top: 20px;
  }

  #sec2 .info .link li {
    margin-top: 20px;
    width: 355px;
  }
}

#sec3 {
  background: url("../img/index/sec3_bg_sp.jpg") no-repeat center/cover;
  padding: 15vw 8% 0;
}

#sec3 .txt {
  padding: 10vw 0 5vw;
}

#sec3 .bnr-shared {
  width: 85%;
  margin: 0 auto;
  background: none;
}

#sec3 .bnr-shared a {
  background: url("../img/index/sec3_bnr.png") no-repeat center 0/100%;
  border: none;
  padding: 11vw 0;
}

#sec3 .bnr-shared a:before {
  left: calc(50% - 8px);
  top: 19vw;
  right: auto;
}

#sec3 .bnr-shared a:hover:before {
  left: calc(50% + 8px);
}

@media screen and (min-width: 768px) {
  #sec3 {
    background: url("../img/index/sec3_bg.jpg") no-repeat center/cover;
    text-align: center;
    padding: 120px 30px 0px;
  }

  #sec3 .txt {
    padding: 40px 0 20px;
  }

  #sec3 .bnr-shared {
    width: 385px;
  }

  #sec3 .bnr-shared a {
    padding: 63px 0 0;
    height: 165px;
  }

  #sec3 .bnr-shared a:before {
    left: calc(50% - 8px);
    top: 84px;
  }
}

#sec4 {
  background: url("../img/index/sec4_deco.png") no-repeat right 0/80%, url("../img/shared/pt_bg.png") repeat -51vw 0/100%;
  background-color: #000;
  padding: 9vw 3% 15vw;
}

#sec4 h2 {
  width: 80%;
  margin: 0 auto 5vw;
}

#sec4 .js {
  padding: 5vw 0 10vw;
}

#sec4 .map {
  padding: 10vw 0 5vw;
}

#sec4 .js-thumb {
  margin-top: -13vw;
}

#sec4 .js-thumb li {
  width: 25vw !important;
  position: relative;
}

#sec4 .js-thumb li:before {
  content: '';
  background: url("../img/index/thumb_line.png") no-repeat 0 0/100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}

#sec4 .js-thumb li img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#sec4 .js-thumb .slick-track,
#sec4 .js-thumb .slick-list {
  transform: none !important;
  width: 100% !important;
}

#sec4 .js-thumb .slick-track {
  justify-content: center;
  gap: 10px;
  display: flex;
}

#sec4 .js-thumb .slick-current li img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

@media screen and (min-width: 768px) {
  #sec4 {
    background-position: right 0, center 0;
    background-size: auto, auto;
    padding: 110px 20px 160px;
  }

  #sec4 .wrap {
    max-width: 1080px;
  }

  #sec4 h2 {
    width: auto;
    margin: 0;
    position: absolute;
    top: 00px;
    right: 0;
  }

  #sec4 .js {
    padding: 96px 0 52px;
    width: 615px;
    margin: 0 0 0 17px;
  }

  #sec4 .map {
    padding: 0 0;
    text-align: center;
  }

  #sec4 .txt {
    position: absolute;
    top: 265px;
    right: 13px;
    height: 390px;
  }

  #sec4 .js-thumb {
    margin-top: -60px;
  }

  #sec4 .js-thumb li {
    width: 102px !important;
  }

  #sec4 .js-thumb li:hover {
    opacity: 0.9;
  }

  #sec4 .js-thumb .slick-track {
    gap: 11px;
  }
}

.box-parallax {
  z-index: 1;
  height: 65vw;
}

@media screen and (min-width: 768px) {
  .box-parallax {
    height: 582px;
  }
}

#sec5 {
  padding: 15vw 3%;
}

#sec5 .lead {
  text-align: center;
  padding-bottom: 30px;
}

#sec5 .lead h2 {
  width: 60%;
  margin: 0 auto 5vw;
}

#sec5 .lead .logo {
  width: 59%;
  margin: 0 auto;
}

#sec5 .lead .tit {
  font-size: 16px;
  padding-bottom: 20px;
}

#sec5 .lead .tel {
  background-color: rgba(0, 0, 0, 0.07);
  padding: 10px 10px;
}

#sec5 .lead .tel .num {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  gap: 5px;
  font-size: 26px;
}

#sec5 .lead .tel .num img {
  width: 25px;
  height: auto;
}

#sec5 .tbl-info .link img {
  width: 20px;
  height: auto;
  margin-right: 4px;
}

#sec5 .tbl-info dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid rgba(59, 54, 41, 0.2);
}

#sec5 .tbl-info dl dt,
#sec5 .tbl-info dl dd {
  display: table-cell;
  padding: 10px 0;
}

#sec5 .tbl-info dl dt {
  width: 94px;
}

#sec5 .access {
  padding: 10vw 5%;
}

#sec5 .access h3 {
  padding: 0 8% 8vw;
}

#sec5 .access .video {
  height: 43vw;
  position: relative;
  margin-bottom: 5vw;
}

#sec5 .access .video iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  top: 0;
  left: 0;
}

#sec5 .col-l {
  padding: 15vw 0;
}

#sec5 .col-l .map {
  padding-bottom: 5vw;
}

@media screen and (max-width: 768px) {
  #sec5 #access {
    padding: 15vw;
    margin: -15vw;
  }
}


@media screen and (min-width: 768px) {
  #sec5 {
    padding: 0px 0;
  }

  #sec5.l-fixed .col-l {
    position: fixed;
    top: 94px;
  }

  #sec5 .wrap {
    max-width: 100%;
  }

  #sec5 .box {
    max-width: 540px;
    margin: 0 auto;
  }

  #sec5 .col-r {
    margin-left: 50%;
    padding: 155px 0 133px;
  }

  #sec5 .col-l {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
    padding: 0;
  }

  #sec5 .col-l .map {
    padding: 0;
    height: 100%;
  }

  #sec5 .col-l .map iframe {
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }

  #sec5 .lead {
    padding-bottom: 130px;
  }

  #sec5 .lead h2 {
    width: auto;
    margin: 0 auto 30px;
  }

  #sec5 .lead .logo {
    width: 200px;
    margin: 0 auto;
  }

  #sec5 .lead .logo img {
    width: 100%;
    height: auto;
  }

  #sec5 .lead .tit {
    font-size: 16px;
    padding-bottom: 20px;
  }

  #sec5 .lead .tel {
    width: 336px;
    margin: 0 auto;
    padding: 10px 0 10px;
    font-size: 15px;
    letter-spacing: 0.13em;
  }

  #sec5 .lead .tel .num {
    gap: 5px;
    font-size: 31px;
    letter-spacing: 0.05em img;
    letter-spacing-width: 25px;
    letter-spacing-height: auto;
  }

  #sec5 .tbl-info {
    padding-bottom: 53px;
  }

  #sec5 .tbl-info .link:hover {
    text-decoration: underline;
  }

  #sec5 .tbl-info .link img {
    width: 20px;
    height: auto;
    margin-right: 4px;
  }

  #sec5 .tbl-info dl {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
  }

  #sec5 .tbl-info dl dt,
  #sec5 .tbl-info dl dd {
    padding: 15px 0;
  }

  #sec5 .tbl-info dl dt {
    width: 124px;
  }

  #sec5 .access {
    padding: 59px 0 61px;
    text-align: center;
  }

  #sec5 .access h3 {
    padding: 0px 0 40px;
    text-align: center;
  }

  #sec5 .access .video {
    height: 270px;
    margin: 0 30px 40px;
  }

  #sec5 .access-link {
    padding: 49px 0 0;
    width: 383px;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.32em;
  }

  #sec5 .access-link .bnr-shared {
    width: 100%;
    margin-bottom: 10px;
  }

  #sec5 .access-link .gmap_print {
    text-decoration: underline;
  }

  #sec5 .access-link .gmap_print:hover {
    text-decoration: none;
  }
}

#sec6 {
  position: relative;
  background-position: center;
  background-size: 106%;
}

#sec6 .info {
  padding: 15vw 8%;
}

#sec6 .info h2 {
  padding: 0 15vw 5vw;
}

#sec6 .info .bnr-shared {
  margin: 10vw 0;
}

#sec6 .contact {
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 20px 0;
}

#sec6 .contact .note {
  line-height: 1.4;
  padding-top: 10px;
}

#sec6 .contact .note span {
  font-size: 10px;
}

#sec6 .contact .tel .num {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  gap: 5px;
  font-size: 26px;
}

#sec6 .contact .tel .num img {
  width: 25px;
  height: auto;
}

@media screen and (min-width: 768px) {
  #sec6 {
    background-size: auto;
  }

  #sec6 .photo {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    right: 0;
  }

  #sec6 .info {
    text-align: center;
    padding: 102px 20px 112px;
    width: 50%;
  }

  #sec6 .info h2 {
    padding: 0 0 30px;
  }

  #sec6 .info .bnr-shared {
    max-width: 383px;
    width: 90%;
    margin: 30px auto 54px;
  }

  #sec6 .contact {
    text-align: center;
    font-size: 15px;
    padding: 27px 0 24px;
    max-width: 492px;
    margin: 0 auto;
    width: 100%;
  }

  #sec6 .contact .note {
    line-height: 26px;
    padding-top: 18px;
  }

  #sec6 .contact .note span {
    font-size: 12px;
  }

  #sec6 .contact .tel {
    font-size: 15px;
    letter-spacing: 0.13em;
  }

  #sec6 .contact .tel .num {
    gap: 5px;
    font-size: 31px;
    letter-spacing: 0.05em;
  }

  #sec6 .contact .tel .num img {
    width: 25px;
    height: auto;
  }
}

#popup {
  padding: 0px 0 40px;
}

#popup h2 {
  padding: 0 22% 5vw;
}

#popup .tbl-info {
  margin-bottom: 10vw;
}

#popup .tbl-info dl {
  display: table;
  width: 100%;
  text-align: left;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0;
}

#popup .tbl-info dl dt,
#popup .tbl-info dl dd {
  display: table-cell;
}

#popup .tbl-info dl dt {
  width: 100px;
}

@media screen and (min-width: 768px) {
  #popup h2 {
    padding: 0 0;
  }

  #popup .tbl-info {
    width: 555px;
    margin: 0 auto 72px;
  }

  #popup .tbl-info dl {
    font-size: 16px;
    line-height: 36px;
    padding: 18px 0;
  }

  #popup .tbl-info dl dt {
    width: 150px;
  }
}

#news {
  background: url("../img/index/news_bg_sp.png") no-repeat 0 0/100%;
  padding: 15vw 0;
}

#news h2 {
  padding: 0 15% 5vw;
}

#news .wrap {
  padding: 0;
}

#news .bnr-shared {
  width: 80%;
  margin: 10vw auto 0;
}

@media screen and (min-width: 768px) {
  #news {
    position: relative;
    z-index: 2;
    background: url("../img/index/news_bg.png") no-repeat right 0, url("../img/shared/bd_bg.jpg") repeat center 0;
    padding: 80px 20px 158px;
  }

  #news h2 {
    padding: 0 0 35px;
  }

  #news .wrap {
    padding: 0;
  }

  #news .bnr-shared {
    width: 174px;
    margin: 0;
    position: absolute;
    top: 119px;
    right: 21px;
  }

  #news .bnr-shared a {
    background-size: 26px, auto;
    line-height: 36px;
    padding: 0 6px 0 0;
    font-size: 17px;
  }

  #news .bnr-shared a:before {
    right: 11px;
  }
}

#feed .rss {
  width: 68vw !important;
  padding: 0 3.5% 25vw;
}

#feed .rss dt span {
  width: 100% !important;
  height: 48vw !important;
}

#feed .rss dd span {
  display: block;
  text-align: center;
}

#feed .slick-dots {
  justify-content: center;
}

#feed .slick-dots li {
  border: none;
  background: url("../img/shared/bg2.jpg") no-repeat 0 0;
  padding: 1px;
}

#feed .slick-dots li button {
  background: url("../img/shared/bd_bg.jpg") no-repeat 0 0;
}

#feed .slick-dots li.slick-active button {
  background: none;
}

#feed .slick-arrow {
  left: 20vw;
}

#feed .slick-arrow.slick-next {
  right: 20vw;
}

@media screen and (min-width: 768px) {
  #feed {
    display: flex;
    gap: 6px;
    text-align: center;
  }

  #feed .rss {
    width: 323px !important;
    padding: 0 0 0;
    line-height: 28px;
  }

  #feed .rss:nth-child(2) {
    margin: 0 14px 0 17px;
  }

  #feed .rss dt {
    padding: 0 20px 20px;
  }

  #feed .rss dt:hover {
    opacity: 0.8;
  }

  #feed .rss dt span {
    width: 100% !important;
    height: 217px !important;
  }

  #feed .rss dd span {
    padding-bottom: 5px;
  }
}