@charset "UTF-8";
/*//////////////////////////////////////////////////
	限定コンテンツトップ
//////////////////////////////////////////////////*/
/*--------------------------------------------------
	MV
--------------------------------------------------*/
.mv {
  position: relative;
  z-index: 1;
  aspect-ratio: 75/72;
}
.mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv .p-title {
  position: absolute;
  z-index: 1;
  top: 8.8rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.5rem;
}
.mv .mv__copy {
  position: absolute;
  z-index: 1;
  top: 2.6rem;
  right: 3.6rem;
  writing-mode: vertical-rl;
  line-height: 1.6;
  font-size: 1.25rem;
}
.mv .caption {
  position: absolute;
  z-index: 1;
  bottom: 1em;
  right: 1.2rem;
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  .mv {
    aspect-ratio: auto;
  }
  .mv img {
    height: auto;
  }
  .mv .p-title {
    top: 50%;
    left: 50%;
    font-size: 8rem;
    transform: translate(-50%, -50%);
  }
  .mv .mv__copy {
    top: 10.2rem;
    right: 22.6rem;
    font-size: 3.6rem;
  }
  .mv .caption {
    bottom: 7.2rem;
    right: 4%;
    font-size: 1.2rem;
  }
}
/*--------------------------------------------------
	メインコンテンツ
--------------------------------------------------*/
.sec__title {
  margin-bottom: 2.4rem;
}

.sec__body {
  margin-bottom: 1.5rem;
}
.sec__body .read {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
}
.sec__body .body {
  font-size: 1.1rem;
}

.sec_01 {
  margin-bottom: 2.6rem;
  background: url("/assets/img/position/image_02.png") top right/14rem no-repeat;
}
.sec_01 .sec__title img {
  width: 20.4rem;
}

.sec_02 {
  margin-bottom: 9rem;
}
.sec_02 .sec_02-grid {
  display: grid;
  align-items: center;
}
.sec_02 .sec__img-top {
  position: relative;
  z-index: 1;
  grid-column: 1/2;
}
.sec_02 .sec__img-top img {
  margin-left: -5vw;
  width: 15.2rem;
}
.sec_02 .sec__img-top .caption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -1.4em;
  filter: drop-shadow(0 0 1px #000) drop-shadow(0 0 2px #000);
}
.sec_02 .sec__title {
  grid-column: 2/3;
  text-align: right;
}
.sec_02 .sec__title img {
  width: 20rem;
}
.sec_02 .sec__body {
  grid-column: 1/3;
}
.sec_02 .sec__body .read {
  text-align: right;
}
.sec_02 .sec__img-end .c-inner {
  display: contents;
}
.sec_02 .sec__img-end .caption {
  padding: 0 1em;
  text-align: right;
}
.sec_02 .sec_02_sub {
  padding-top: 8rem;
  background: url("/assets/img/position/image_05.png") top left/26.6rem no-repeat;
}
.sec_02 .sec_02_sub .sec__title {
  padding-bottom: 0.5rem;
  text-align: center;
  border-bottom: 1px solid #3e6f5c;
}
.sec_02 .sec_02_sub .sec__title img {
  width: 23.2rem;
}
.sec_02 .sec_02_sub .sec_02_sub_img + .sec_02_sub_img {
  margin-top: 1rem;
}
.sec_02 .sec_02_sub .sec_02_sub_img .caption {
  margin-top: 0.6em;
  text-align: right;
}

.sec_03 {
  margin-bottom: 2.6rem;
  background: url("/assets/img/position/image_08.png") top right/25rem no-repeat;
}
.sec_03 .sec__title img {
  width: 20rem;
}
.sec_03 .sec__body {
  margin-bottom: 4rem;
}
.sec_03 .location {
  margin-bottom: 4rem;
}
.sec_03 .location .location_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.2rem;
}
.sec_03 .location .location_items .name {
  font-size: 1rem;
}
.sec_03 .location .location_items .name .min {
  letter-spacing: 0.02em;
}
.sec_03 .location .location_items .name .min._s {
  font-size: 0.9em;
}
.sec_03 .location .location_items .name .min._ss {
  font-size: 0.8em;
}
.sec_03 .sec_03_sub .sec_03_sub-read {
  margin-bottom: 2.4rem;
  color: #edf1b7;
  font-size: 1.5rem;
  text-align: center;
}
.sec_03 .sec_03_sub .merritt {
  margin-bottom: 4.2rem;
  text-align: center;
}
.sec_03 .sec_03_sub .merritt img {
  width: 29.2rem;
}
.sec_03 .sec_03_sub .graph .attent {
  margin-top: 1em;
  padding-left: 2em;
}

@media screen and (min-width: 769px) {
  .sec__outer {
    position: relative;
    z-index: 1;
    width: min(960px, 96rem);
    margin: 0 auto;
  }
  .sec__outer .c-inner {
    width: 100%;
  }
  .sec__title {
    margin-bottom: 0;
  }
  .sec__body {
    margin-bottom: 1.5rem;
  }
  .sec__body .read {
    margin-bottom: 3.8rem;
    font-size: 3.6rem;
  }
  .sec__body .body {
    line-height: 2.6;
    font-size: 1.8rem;
  }
  .sec_01 {
    margin-bottom: 13.6rem;
    background: url("/assets/img/position/image_02.png") top right/62rem no-repeat;
  }
  .sec_01 .sec__outer {
    padding-left: 5rem;
    border-left: 1px solid #948058;
  }
  .sec_01 .sec__title {
    position: absolute;
    z-index: 1;
    top: 0;
    right: calc(100% + 5rem);
  }
  .sec_01 .sec__title img {
    width: 14.6rem;
  }
  .sec_01 .sec__img {
    width: 75.2rem;
  }
  .sec_02 {
    margin-bottom: 9rem;
  }
  .sec_02 .sec__outer {
    padding-right: 5rem;
    border-right: 1px solid #3e6f5c;
  }
  .sec_02 .sec__title {
    position: absolute;
    z-index: 1;
    top: 0;
    left: calc(100% + 5rem);
  }
  .sec_02 .sec__title img {
    width: 14.6rem;
  }
  .sec_02 .sec_02-grid {
    margin-left: -24rem;
  }
  .sec_02 .sec__img-top {
    grid-column: 1/2;
  }
  .sec_02 .sec__img-top img {
    margin-left: 0;
    width: 47rem;
    transform: translateX(25%);
  }
  .sec_02 .sec__img-top .caption {
    left: 24%;
    transform: translateY(100%);
  }
  .sec_02 .sec__body {
    grid-column: 2/3;
    text-align: right;
  }
  .sec_02 .sec__body .read {
    text-align: right;
  }
  .sec_02 .sec__img-end {
    position: relative;
    margin-top: 6rem;
  }
  .sec_02 .sec__img-end img {
    width: calc(100vw - (100vw - 100%) / 2);
    margin-left: calc((100vw - 100%) / 2 * -1);
  }
  .sec_02 .sec__img-end .caption {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: calc((100vw - 100%) / 2 * -1 + 2.5rem);
    transform: translateY(100%);
    text-align: left;
    filter: drop-shadow(0 0 2px #000);
  }
  .sec_02 .sub_outer {
    background: url("/assets/img/position/image_05.png") top left/91.4rem no-repeat;
  }
  .sec_02 .sec_02_sub {
    position: relative;
    z-index: 1;
    padding-top: 22rem;
    background: none;
  }
  .sec_02 .sec_02_sub .sec__title {
    top: 22rem;
    left: calc(100% + 10rem);
    padding-bottom: 0;
    border-bottom: none;
  }
  .sec_02 .sec_02_sub .sec__title img {
    width: 4.8rem;
  }
  .sec_02 .sec_02_sub .sec__body {
    margin-bottom: 12rem;
  }
  .sec_02 .sec_02_sub .sec_02_sub_img {
    padding-right: 0;
  }
  .sec_02 .sec_02_sub .sec_02_sub_img + .sec_02_sub_img {
    margin-top: 4.8rem;
  }
  .sec_02 .sec_02_sub .sec_02_sub_img .caption {
    text-align: left;
  }
  .sec_03 {
    margin-bottom: 6.8rem;
    background: url("/assets/img/position/image_08.png") top right/94.8rem no-repeat;
  }
  .sec_03 .sec__outer {
    padding-left: 5rem;
    border-left: 1px solid #846992;
  }
  .sec_03 .sec__title {
    position: absolute;
    z-index: 1;
    top: 0;
    right: calc(100% + 5rem);
  }
  .sec_03 .sec__title img {
    width: 14.6rem;
  }
  .sec_03 .sec__body {
    margin-bottom: 13.6rem;
  }
  .sec_03 .location {
    margin-bottom: 12rem;
  }
  .sec_03 .location .location_items {
    gap: 2.8rem 3.2rem;
  }
  .sec_03 .location .location_items .name {
    font-size: 1.8rem;
  }
  .sec_03 .location .location_items .name .min {
    display: contents;
  }
  .sec_03 .sec_03_sub .sec__body {
    margin-bottom: 5rem;
  }
  .sec_03 .sec_03_sub .sec_03_sub-read {
    margin-bottom: 3.2rem;
    font-size: 3.6rem;
    text-align: left;
  }
  .sec_03 .sec_03_sub .merritt {
    margin-bottom: 6rem;
    text-align: center;
  }
  .sec_03 .sec_03_sub .merritt img {
    width: 100%;
  }
  .sec_03 .sec_03_sub .graph .attent {
    margin-top: 1em;
    padding-left: 2em;
  }
  .attent .c-inner {
    width: min(960px, 92%);
  }
}
/*# sourceMappingURL=style.css.map */
