@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#position .page-content .upper {
  position: relative;
  z-index: 2;
}

#position .page-content .mv {
  margin-bottom: 0;
}

#position .page-content .header-text {
  margin: 0;
  background: url(../images/position/bg.jpg) no-repeat center;
  background-size: cover;
  padding: 80rem 0 120rem;
}

#position .page-content .spots-wrap {
  position: relative;
  padding: 120rem 0;
}

#position .page-content .spots-wrap .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/position/spot-bg.jpg) no-repeat center;
  background-size: cover;
}

#position .page-content .spots-wrap .spots {
  margin: 0 auto;
  position: relative;
  color: #fff;
}

#position .page-content .spots-wrap .spots .mark {
  width: 59rem;
}

#position .page-content .spots-wrap .spots .title {
  font-size: 24rem;
  line-height: 1.8;
  padding-bottom: 11rem;
  font-weight: normal;
}

#position .page-content .spots-wrap .spots .en {
  font-size: 16rem;
  line-height: 1.6;
  padding-bottom: 35rem;
}

#position .page-content .spots-wrap .spots .text {
  font-size: 15rem;
  line-height: 2.2;
}

#position .page-content .spots-wrap .spots .base {
  opacity: 0;
}

#position .page-content .spots-wrap .spot01 {
  width: 90%;
  max-width: 1100rem;
  z-index: 5;
}

#position .page-content .spots-wrap .spot01 .images-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

#position .page-content .spots-wrap .spot01 .images-wrap .images {
  position: absolute;
}

#position .page-content .spots-wrap .spot01 .images-wrap .img01 {
  width: 68.1431%;
  top: 0;
  left: 0;
  z-index: 3;
}

#position .page-content .spots-wrap .spot01 .images-wrap .img02 {
  width: 45.99659%;
  bottom: 80rem;
  right: 0;
  z-index: 2;
}

#position .page-content .spots-wrap .spot01 .images-wrap .img03 {
  width: 18.39864%;
  bottom: -40rem;
  left: 38%;
  z-index: 1;
}

#position .page-content .spots-wrap .spot01 .header {
  position: absolute;
  top: 53%;
  padding-left: 90rem;
}

#position .page-content .spots-wrap .spot01 .header .mark {
  position: absolute;
  left: 0;
}

#position .page-content .spots-wrap .spot02 {
  width: 90%;
  max-width: 1100rem;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  margin-bottom: 145rem;
}

#position .page-content .spots-wrap .spot02 .images-wrap {
  width: 50%;
}

#position .page-content .spots-wrap .spot02 .header {
  width: 35%;
  padding-top: 190rem;
  padding-left: 90rem;
  position: relative;
}

#position .page-content .spots-wrap .spot02 .header .mark {
  position: absolute;
  left: 0;
}

#position .page-content .spots-wrap .spot03 {
  width: 90%;
  max-width: 1000rem;
  z-index: 3;
  margin-bottom: 115rem;
}

#position .page-content .spots-wrap .spot03 .images-wrap {
  position: relative;
}

#position .page-content .spots-wrap .spot03 .images-wrap .img01 {
  position: relative;
  margin-left: 20%;
  z-index: 2;
}

#position .page-content .spots-wrap .spot03 .images-wrap .img02 {
  position: absolute;
  top: 95%;
  left: 0;
  width: 30%;
  z-index: 1;
}

#position .page-content .spots-wrap .spot03 .header {
  margin-left: 40%;
  padding-top: 40rem;
  padding-left: 90rem;
  position: relative;
}

#position .page-content .spots-wrap .spot03 .header .mark {
  position: absolute;
  left: 0;
}

#position .page-content .spots-wrap .spot04 {
  width: 90%;
  max-width: 920rem;
  z-index: 2;
}

#position .page-content .spots-wrap .spot04 .images-wrap {
  position: relative;
}

#position .page-content .spots-wrap .spot04 .images-wrap .images {
  position: absolute;
}

#position .page-content .spots-wrap .spot04 .images-wrap .img01 {
  top: 0;
  right: 10%;
  width: 55.43478%;
  z-index: 3;
}

#position .page-content .spots-wrap .spot04 .images-wrap .img02 {
  top: 160rem;
  left: 10%;
  width: 30.21739%;
  z-index: 2;
}

#position .page-content .spots-wrap .spot04 .images-wrap .img03 {
  top: 55%;
  left: 10%;
  width: 28.47826%;
  z-index: 1;
}

#position .page-content .spots-wrap .spot04 .header {
  text-align: center;
  margin-bottom: 40rem;
}

#position .page-content .spots-wrap .spot04 .header .mark {
  margin: auto;
  padding-bottom: 10rem;
}

#position .page-content .area-section {
  position: relative;
  z-index: 6;
  background: url(../images/position/area-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 85rem 0 80rem;
}

#position .page-content .area-section .area-img {
  position: relative;
}

#position .page-content .area-section .area-header {
  text-align: center;
  padding-bottom: 50rem;
}

#position .page-content .area-section .area-header .title {
  color: #315C24;
  font-size: 20rem;
  line-height: 1.5;
  padding-bottom: 30rem;
  margin-bottom: 30rem;
  position: relative;
  font-weight: normal;
}

#position .page-content .area-section .area-header .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 15rem;
  height: 1px;
  background-color: #000;
  transform: translateX(-50%);
}

#position .page-content .area-section .area-header .text {
  font-size: 15rem;
  line-height: 1.8;
}

#position .page-content .area-section .area-img {
  margin: 0 auto;
  max-width: 640rem;
  width: 90%;
  margin-bottom: 120rem;
  mix-blend-mode: multiply;
}

#position .page-content .area-section .areas {
  margin-bottom: 30rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#position .page-content .area-section .areas .images {
  position: relative;
}

#position .page-content .area-section .areas .header {
  width: 38.75%;
  display: flex;
  justify-content: right;
}

#position .page-content .area-section .areas .header .inner {
  position: relative;
  padding-left: 80rem;
  max-width: 410rem;
  padding-right: 30rem;
  box-sizing: border-box;
}

#position .page-content .area-section .areas .header .ttl {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#position .page-content .area-section .areas .header .title {
  font-size: 34rem;
  line-height: 1.5;
  font-weight: normal;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

#position .page-content .area-section .areas .header .en {
  font-size: 13rem;
  font-weight: bold;
}

#position .page-content .area-section .areas .header .lead {
  font-size: 20rem;
  line-height: 1.8;
  padding-bottom: 20rem;
}

#position .page-content .area-section .areas .header .text {
  font-size: 15rem;
  line-height: 1.9;
}

#position .page-content .area-section .areas .image-box {
  width: 61.25%;
}

#position .page-content .area-section .areas .image-box .in {
  overflow: auto;
}

#position .page-content .area-section .areas .image-box .in .imgs-list {
  width: 124vw;
  display: flex;
}

#position .page-content .area-section .areas .sp-caption {
  font-size: 11rem;
  line-height: 1.4;
  padding: 5px 0;
}

@media (max-width: 768px) {
  #position .page-content .header-text {
    background-image: url(../images/position/bg-sp.jpg);
    padding: 40rem 0 45rem;
  }
  #position .page-content .spots-wrap {
    padding: 80rem 0;
  }
  #position .page-content .spots-wrap .bg {
    background-image: url(../images/position/spot-bg-sp.jpg);
  }
  #position .page-content .spots-wrap .spots .mark {
    width: 59rem;
  }
  #position .page-content .spots-wrap .spots .title {
    font-size: 28rem;
    line-height: 1.6;
    padding-bottom: 5rem;
  }
  #position .page-content .spots-wrap .spots .sp-caption {
    padding-top: 25rem;
    margin: auto;
    width: 90%;
    text-align: right;
    font-size: 11rem;
    line-height: 1.7;
  }
  #position .page-content .spots-wrap .spots .header {
    margin: auto;
    width: 90%;
  }
  #position .page-content .spots-wrap .spots .header .text br {
    display: none;
  }
  #position .page-content .spots-wrap .spot01 {
    width: auto;
    z-index: 5;
    padding-bottom: 65rem;
  }
  #position .page-content .spots-wrap .spot01 .images-wrap {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #position .page-content .spots-wrap .spot01 .images-wrap .in {
    position: relative;
  }
  #position .page-content .spots-wrap .spot01 .images-wrap .images {
    position: absolute;
  }
  #position .page-content .spots-wrap .spot01 .images-wrap .img01 {
    width: 83.33333%;
    top: 0;
    left: 0;
    z-index: 3;
  }
  #position .page-content .spots-wrap .spot01 .images-wrap .img02 {
    width: 75%;
    bottom: 0;
    right: 12.5%;
    z-index: 1;
  }
  #position .page-content .spots-wrap .spot01 .images-wrap .img03 {
    width: 40%;
    bottom: auto;
    right: 0;
    left: auto;
    top: 40%;
    z-index: 2;
  }
  #position .page-content .spots-wrap .spot01 .header {
    position: static;
    padding-left: 0rem;
  }
  #position .page-content .spots-wrap .spot01 .header .mark {
    position: static;
    left: 0;
  }
  #position .page-content .spots-wrap .spot02 {
    display: block;
    width: 100%;
    margin-bottom: 80rem;
  }
  #position .page-content .spots-wrap .spot02 .images-wrap {
    width: 88%;
  }
  #position .page-content .spots-wrap .spot02 .header {
    width: 90%;
    padding-top: 30rem;
    padding-left: 0rem;
  }
  #position .page-content .spots-wrap .spot02 .header .title br {
    display: none;
  }
  #position .page-content .spots-wrap .spot02 .header .mark {
    position: static;
  }
  #position .page-content .spots-wrap .spot03 {
    width: 100%;
    z-index: 3;
    margin-bottom: 80rem;
  }
  #position .page-content .spots-wrap .spot03 .images-wrap {
    position: relative;
  }
  #position .page-content .spots-wrap .spot03 .images-wrap .img01 {
    position: relative;
    margin-left: 0%;
    z-index: 2;
    padding-bottom: 20rem;
  }
  #position .page-content .spots-wrap .spot03 .images-wrap .img02 {
    position: static;
    top: auto;
    left: 0;
    width: 50%;
    margin-left: 40%;
    z-index: 1;
  }
  #position .page-content .spots-wrap .spot03 .sp-caption {
    padding-top: 10rem;
  }
  #position .page-content .spots-wrap .spot03 .header {
    margin-left: auto;
    padding-top: 40rem;
    padding-left: 0rem;
  }
  #position .page-content .spots-wrap .spot03 .header .mark {
    position: static;
  }
  #position .page-content .spots-wrap .spot04 {
    width: 100%;
    max-width: 920rem;
    z-index: 2;
  }
  #position .page-content .spots-wrap .spot04 .images-wrap {
    position: relative;
  }
  #position .page-content .spots-wrap .spot04 .images-wrap .images {
    position: absolute;
  }
  #position .page-content .spots-wrap .spot04 .images-wrap .img01 {
    top: 0rem;
    right: 0;
    width: 100%;
    z-index: 3;
  }
  #position .page-content .spots-wrap .spot04 .images-wrap .img02 {
    top: 60%;
    left: 0;
    width: 51.38889%;
    z-index: 2;
  }
  #position .page-content .spots-wrap .spot04 .images-wrap .img03 {
    top: 71%;
    left: 48%;
    width: 46.38889%;
    z-index: 1;
  }
  #position .page-content .spots-wrap .spot04 .header {
    padding-bottom: 40rem;
    text-align: left;
  }
  #position .page-content .spots-wrap .spot04 .header .mark {
    margin: 0;
    padding-bottom: 10rem;
  }
  #position .page-content .area-section {
    background-image: url(../images/position/area-bg-sp.jpg);
    padding: 85rem 0 0rem;
  }
  #position .page-content .area-section .area-header {
    width: 90%;
    text-align: left;
    padding-bottom: 50rem;
  }
  #position .page-content .area-section .area-header .title {
    font-size: 20rem;
    line-height: 1.5;
    padding-bottom: 30rem;
    margin-bottom: 30rem;
  }
  #position .page-content .area-section .area-header .title::after {
    left: 10%;
    width: 60px;
  }
  #position .page-content .area-section .area-header .text {
    font-size: 15rem;
    line-height: 1.8;
  }
  #position .page-content .area-section .area-header .text br {
    display: none;
  }
  #position .page-content .area-section .area-img {
    margin: 0 auto;
    max-width: 640rem;
    margin-bottom: 60rem;
  }
  #position .page-content .area-section .areas {
    margin-bottom: 0rem;
    padding-bottom: 60rem;
    background-color: #fff;
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  #position .page-content .area-section .areas .images {
    position: relative;
  }
  #position .page-content .area-section .areas .header {
    margin: auto;
    width: 90%;
    display: block;
    padding: 50rem 0 38rem;
  }
  #position .page-content .area-section .areas .header .inner {
    position: relative;
    padding-left: 80rem;
    padding-right: 0rem;
    padding-bottom: 35rem;
  }
  #position .page-content .area-section .areas .header .lead {
    font-size: 18rem;
    padding: 20rem 0 0rem;
  }
  #position .page-content .area-section .areas .header .text {
    font-size: 15rem;
    line-height: 1.9;
  }
  #position .page-content .area-section .areas .image-box {
    width: auto;
  }
  #position .page-content .area-section .areas .image-box .in {
    position: relative;
    overflow: visible;
  }
  #position .page-content .area-section .areas .image-box .in .imgs-list {
    width: auto;
    display: block;
  }
  #position .page-content .area-section .areas .image-box .base {
    opacity: 0;
  }
  #position .page-content .area-section .areas .image-box .images {
    position: absolute;
  }
  #position .page-content .area-section .areas .sp-caption {
    display: block;
  }
  #position .page-content .area-section .areas .sp-caption {
    padding-top: 25rem;
    margin: auto;
    width: 90%;
    text-align: right;
    font-size: 11rem;
    line-height: 1.7;
  }
  #position .page-content .area-section .area01 .image-box .img01 {
    top: 0;
    left: 0;
    width: 53%;
    z-index: 3;
  }
  #position .page-content .area-section .area01 .image-box .img02 {
    top: 29.5%;
    right: 0;
    width: 53%;
    z-index: 2;
  }
  #position .page-content .area-section .area01 .image-box .img03 {
    top: 58%;
    left: 0;
    width: 53%;
    z-index: 1;
  }
  #position .page-content .area-section .area02 .image-box .img01 {
    top: 0;
    left: 0;
    width: 53%;
    z-index: 3;
  }
  #position .page-content .area-section .area02 .image-box .img02 {
    top: 29.5%;
    right: 0;
    width: 53%;
    z-index: 2;
  }
  #position .page-content .area-section .area02 .image-box .img03 {
    top: 58%;
    left: 0;
    width: 53%;
    z-index: 1;
  }
  #position .page-content .area-section .area03 .image-box .img01 {
    top: 0;
    left: 0;
    width: 53%;
    z-index: 3;
  }
  #position .page-content .area-section .area03 .image-box .img02 {
    top: 29.5%;
    right: 0;
    width: 53%;
    z-index: 2;
  }
  #position .page-content .area-section .area03 .image-box .img03 {
    top: 58%;
    left: 0;
    width: 53%;
    z-index: 1;
  }
  #position .page-content .area-section .area04 .image-box .img01 {
    top: 0;
    left: 0;
    width: 53%;
    z-index: 3;
  }
  #position .page-content .area-section .area04 .image-box .img02 {
    top: 29.5%;
    right: 0;
    width: 53%;
    z-index: 2;
  }
  #position .page-content .area-section .area04 .image-box .img03 {
    top: 58%;
    left: 0;
    width: 53%;
    z-index: 1;
  }
}

/*# sourceMappingURL=position.css.map */
