@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
main {
  background-color: #231815;
}

.po_intro {
  padding: 65px 0 120px;
  color: #fff;
  background-color: #231815;
}
@media (max-width: 768px) {
  .po_intro {
    padding: 50px 0;
  }
}
.po_intro .po_i_text {
  text-align: center;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .po_intro .po_i_text {
    margin-bottom: 40px;
  }
}
.po_intro .po_i_text .title {
  font-size: clamp(1.6rem, -0.677rem + 3.077vw, 2.4rem);
  margin-bottom: 25px;
}
.po_intro .po_i_text .title .asterisk {
  font-size: clamp(0.8rem, 0.231rem + 0.769vw, 1rem);
  vertical-align: top;
}
.po_intro .po_i_text .text {
  font-size: clamp(1.2rem, 0.062rem + 1.538vw, 1.6rem);
  line-height: 2.2;
}
@media (max-width: 768px) {
  .po_intro .po_i_text .text {
    letter-spacing: -0.04em;
  }
}
.po_intro .po_i_map {
  width: 100%;
}
.po_intro .po_i_map .cap {
  color: #fff;
  font-size: clamp(1rem, 0.431rem + 0.769vw, 1.2rem);
  text-align: right;
}

.po_four {
  background-color: #231815;
}
.po_four .po_f_main {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .po_four .po_f_main {
    padding: 20px 0 60px;
  }
}
.po_four .po_f_main_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 30fr 62fr 30fr;
  gap: 10px;
}
@media (max-width: 768px) {
  .po_four .po_f_main_inner {
    width: 100%;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 368fr 368fr 368fr 368fr 244fr;
    gap: 5px;
  }
}
.po_four .po_f_main_inner .img_wrap {
  width: 100%;
}
.po_four .po_f_main_inner .img_wrap .img {
  position: relative;
}
.po_four .po_f_main_inner .img_wrap .img .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(2.6rem, -3.092rem + 7.692vw, 4.6rem);
  font-family: "EB Garamond", serif;
  text-shadow: 2px 2px 2px #000;
}
.po_four .po_f_main_inner .img_wrap .img .cap {
  color: #fff;
  font-size: clamp(0.8rem, -0.338rem + 1.538vw, 1.2rem);
  text-align: right;
}
@media (max-width: 768px) {
  .po_four .po_f_main_inner .img_wrap .img .cap {
    margin-right: 5px;
  }
}
.po_four .po_f_main_inner .text_wrap {
  grid-column: 1/2;
  grid-row: 2/3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
@media (max-width: 768px) {
  .po_four .po_f_main_inner .text_wrap {
    grid-column: 1/7;
    grid-row: 1/2;
    gap: 10px;
    width: 90%;
    margin: 0 auto;
  }
}
.po_four .po_f_main_inner .text_wrap .title .main {
  font-size: clamp(3.2rem, -1.923rem + 6.923vw, 5rem);
  font-family: "EB Garamond", serif;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .po_four .po_f_main_inner .text_wrap .title .main {
    margin-bottom: 0;
  }
}
.po_four .po_f_main_inner .text_wrap .title .sub {
  font-size: clamp(1.6rem, -0.677rem + 3.077vw, 2.4rem);
  letter-spacing: 0.05em;
}
.po_four .po_f_main_inner .text_wrap .text {
  font-size: clamp(1.2rem, 0.062rem + 1.538vw, 1.6rem);
  line-height: 2.2;
}
@media (max-width: 768px) {
  .po_four .po_f_main_inner .text_wrap .text {
    line-height: 1.75;
  }
}
.po_four .po_f_main_inner .img_01 {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media (max-width: 768px) {
  .po_four .po_f_main_inner .img_01 {
    grid-column: 1/4;
    grid-row: 2/3;
  }
}
.po_four .po_f_main_inner .img_02 {
  grid-column: 3/4;
  grid-row: 1/2;
}
@media (max-width: 768px) {
  .po_four .po_f_main_inner .img_02 {
    grid-column: 4/7;
    grid-row: 2/3;
  }
}
.po_four .po_f_main_inner .img_03 {
  grid-column: 2/4;
  grid-row: 2/3;
}
@media (max-width: 768px) {
  .po_four .po_f_main_inner .img_03 {
    grid-column: 1/7;
    grid-row: 3/5;
  }
}
.po_four .po_f_main_inner .img_04 {
  grid-column: 1/2;
  grid-row: 3/4;
}
@media (max-width: 768px) {
  .po_four .po_f_main_inner .img_04 {
    grid-column: 1/3;
    grid-row: 5/6;
  }
}
.po_four .po_f_main_inner .img_05 {
  grid-column: 2/3;
  grid-row: 3/4;
}
@media (max-width: 768px) {
  .po_four .po_f_main_inner .img_05 {
    grid-column: 3/5;
    grid-row: 5/6;
  }
}
.po_four .po_f_main_inner .img_06 {
  grid-column: 3/4;
  grid-row: 3/4;
}
@media (max-width: 768px) {
  .po_four .po_f_main_inner .img_06 {
    grid-column: 5/7;
    grid-row: 5/6;
  }
}
.po_four .po_f_main .po_fm_cap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(0.8rem, -0.338rem + 1.538vw, 1.2rem);
  text-align: right;
}
@media (max-width: 768px) {
  .po_four .po_f_main .po_fm_cap {
    width: 100%;
    padding-right: 5px;
  }
}

.po_ueno .po_u_main {
  padding: 120px 0;
  background: url(../images/position/po_u_bk.webp);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .po_ueno .po_u_main {
    padding: 20px 0 60px;
    background: #231815;
  }
}
.po_ueno .po_u_main .text_wrap {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .po_ueno .po_u_main .text_wrap {
    width: 90%;
    margin: 0 auto 40px;
    text-align: left;
  }
}
.po_ueno .po_u_main .text_wrap .title {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .po_ueno .po_u_main .text_wrap .title {
    margin-bottom: 10px;
  }
}
.po_ueno .po_u_main .text_wrap .title .main {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .po_ueno .po_u_main .text_wrap .title .main {
    margin-bottom: 0;
  }
}
.po_ueno .po_u_main .text_wrap .title .main .area {
  font-size: clamp(3.2rem, -1.923rem + 6.923vw, 5rem);
  font-family: "EB Garamond", serif;
}
.po_ueno .po_u_main .text_wrap .title .main .time {
  color: #bba97a;
  font-size: clamp(1.2rem, -2.215rem + 4.615vw, 2.4rem);
}
.po_ueno .po_u_main .text_wrap .title .main .time .bg {
  font-size: clamp(1.8rem, -3.323rem + 6.923vw, 3.6rem);
}
.po_ueno .po_u_main .text_wrap .title .main .time .asterisk {
  font-size: clamp(0.8rem, 0.231rem + 0.769vw, 1rem);
  vertical-align: top;
}
.po_ueno .po_u_main .text_wrap .title .sub {
  font-size: clamp(1.6rem, -0.677rem + 3.077vw, 2.4rem);
  letter-spacing: 0.05em;
}
.po_ueno .po_u_main .text_wrap .text {
  font-size: clamp(1.2rem, 0.062rem + 1.538vw, 1.6rem);
  line-height: 2.2;
}
.po_ueno .po_u_main .img_wrap {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 2fr 1fr;
  gap: 10px;
}
@media (max-width: 768px) {
  .po_ueno .po_u_main .img_wrap {
    width: 100%;
    gap: 5px;
  }
}
.po_ueno .po_u_main .img_wrap .img_01 {
  grid-column: 1/3;
  grid-row: 1/2;
}
.po_ueno .po_u_main .img_wrap .img_02 {
  grid-column: 1/2;
  grid-row: 2/4;
}
.po_ueno .po_u_main .img_wrap .img_03 {
  grid-column: 2/3;
  grid-row: 2/3;
}

.po_slide {
  padding: 60px 0 100px;
  color: #fff;
  background-color: #231815;
  position: relative;
}
@media (max-width: 768px) {
  .po_slide {
    padding: 40px 0;
  }
}
.po_slide_tab {
  width: 100%;
  margin: 0 auto 60px;
  border-bottom: 1px solid #bba97a;
}
@media (max-width: 768px) {
  .po_slide_tab {
    margin-bottom: 40px;
  }
}
.po_slide_tab .swiper-wrapper {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 768px) {
  .po_slide_tab .swiper-wrapper {
    width: 90%;
    gap: 0;
  }
}
.po_slide_tab .swiper-slide {
  width: auto !important;
  height: 50px;
  border: 1px solid #bba97a;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 768px) {
  .po_slide_tab .swiper-slide {
    height: 30px;
  }
}
.po_slide_tab .swiper-slide.swiper-slide-thumb-active {
  background-color: #bba97a;
}
@media (hover: hover) {
  .po_slide_tab .swiper-slide:hover {
    background-color: #bba97a;
  }
}
.po_slide_main .detail .title {
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .po_slide_main .detail .title {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 10px;
  }
}
.po_slide_main .detail .title .main {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .po_slide_main .detail .title .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 10px;
    margin-bottom: 0;
  }
}
.po_slide_main .detail .title .main .area {
  font-size: clamp(3.2rem, -1.923rem + 6.923vw, 5rem);
  font-family: "EB Garamond", serif;
}
@media (max-width: 768px) {
  .po_slide_main .detail .title .main .area {
    letter-spacing: -0.05em;
  }
}
.po_slide_main .detail .title .main .time {
  color: #bba97a;
  font-size: clamp(1.6rem, -2.954rem + 6.154vw, 3.2rem);
  font-family: "EB Garamond", serif;
}
.po_slide_main .detail .title .main .time .bg {
  font-size: clamp(2.4rem, -5rem + 10vw, 5rem);
}
.po_slide_main .detail .title .main .time .asterisk {
  font-size: clamp(0.8rem, 0.231rem + 0.769vw, 1rem);
}
.po_slide_main .detail .title .sub {
  font-size: clamp(1.6rem, -0.677rem + 3.077vw, 2.4rem);
  letter-spacing: 0.05em;
}
.po_slide_main .detail .text {
  font-size: clamp(1.2rem, 0.062rem + 1.538vw, 1.6rem);
  line-height: 2.2;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .po_slide_main .detail .text {
    width: 80%;
    margin: 0 auto 40px;
    text-align: left;
  }
}
.po_slide_main .detail .gallery {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .po_slide_main .detail .gallery {
    width: 100%;
  }
}
.po_slide_main .swiper-button-prev {
  width: 50px;
  top: 10%;
  left: 15%;
}
@media (max-width: 1200px) {
  .po_slide_main .swiper-button-prev {
    left: 5%;
  }
}
@media (max-width: 768px) {
  .po_slide_main .swiper-button-prev {
    width: 15px;
    top: 20%;
    left: 2%;
  }
}
.po_slide_main .swiper-button-prev::after {
  content: none;
}
.po_slide_main .swiper-button-next {
  width: 50px;
  top: 10%;
  right: 15%;
}
@media (max-width: 1200px) {
  .po_slide_main .swiper-button-next {
    right: 5%;
  }
}
@media (max-width: 768px) {
  .po_slide_main .swiper-button-next {
    width: 15px;
    top: 20%;
    right: 2%;
  }
}
.po_slide_main .swiper-button-next::after {
  content: none;
}

.po_cap {
  background-color: #fff;
}/*# sourceMappingURL=position.css.map */