/*************************************************

pamo-common

*************************************************/
.pamo-common-blow01 {
  max-width: 40rem;
}
@media screen and (max-width: 767px) {
  .pamo-common-blow01 {
    max-width: 24.5rem;
  }
}

.pamo-common-section {
  padding: 4rem 0 5rem;
}

.pamo-common-subtitle {
  margin: 0 auto 2rem;
  text-align: center;
}

.pamo-common-subtitle__text {
  display: inline;
  font-size: 2.25rem;
  font-weight: 700;
  border-bottom: #000 solid 2px;
}
@media screen and (max-width: 767px) {
  .pamo-common-subtitle__text {
    font-size: 1.4rem;
  }
}

/*************************************************

pamo-mv

*************************************************/
.pamo-mv {
  overflow: hidden;
  background-color: #f9f5ee;
}

.pamo-mv-inner {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 19.5rem;
}
@media screen and (max-width: 767px) {
  .pamo-mv-inner {
    min-height: 8.5rem;
  }
}

.pamo-mv-title {
  padding-bottom: 2rem;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .pamo-mv-title {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .pamo-mv-title {
    font-size: 2.4rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 374px) {
  .pamo-mv-title {
    font-size: 2rem;
  }
}

.pamo-mv-img {
  position: absolute;
  bottom: 0;
  line-height: 0;
}
.pamo-mv-img.is-01 {
  right: calc(50% + 42rem);
  width: 13.1rem;
}
@media screen and (max-width: 992px) {
  .pamo-mv-img.is-01 {
    right: auto;
    left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .pamo-mv-img.is-01 {
    width: 5rem;
  }
}
.pamo-mv-img.is-02 {
  left: calc(50% + 42rem);
  width: 14.4rem;
}
@media screen and (max-width: 992px) {
  .pamo-mv-img.is-02 {
    left: auto;
    right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .pamo-mv-img.is-02 {
    width: 5.4rem;
  }
}

/*************************************************

pamo-leadarea

*************************************************/
.pamo-leadarea {
  padding: 5rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .pamo-leadarea {
    padding: 3rem 0;
  }
}
.pamo-leadarea .parts-asnchors {
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .pamo-leadarea .parts-asnchors {
    gap: 1rem;
  }
}

.pamo-leadarea-title {
  margin: 0 1rem 4rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .pamo-leadarea-title {
    font-size: 1.2rem;
    text-align: left;
  }
}

/*************************************************

pamo-pamphlet

*************************************************/
.pamo-pamphlet-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(64rem, 100% - 4rem);
  margin: 0 auto;
  gap: 4rem 6rem;
}
@media screen and (max-width: 767px) {
  .pamo-pamphlet-list {
    gap: 3rem 1.5rem;
  }
}

.pamo-pamphlet__item {
  width: calc(50% - 3rem);
}
@media screen and (max-width: 767px) {
  .pamo-pamphlet__item {
    width: calc(50% - 0.75rem);
  }
}

.pamo-pamphlet__item-img {
  max-width: 23.6rem;
  margin: 0 auto 2rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .pamo-pamphlet__item-img {
    margin-bottom: 1rem;
  }
}

.pamo-pamphlet__item-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .pamo-pamphlet__item-btns {
    gap: 0.6rem;
  }
}

.pamo-pamphlet__item-btns--anchor {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  min-height: 5rem;
  padding: 1rem 0;
  text-align: center;
  line-height: 1.2;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  border-radius: 1rem;
  border: #000000 solid 0.2rem;
  -webkit-box-shadow: 0.3rem 0.3rem 0 #000000;
          box-shadow: 0.3rem 0.3rem 0 #000000;
}
@media screen and (max-width: 767px) {
  .pamo-pamphlet__item-btns--anchor {
    min-height: 3.7rem;
    padding: 0.3rem 0;
    font-size: 1.2rem;
    border-radius: 0.6rem;
    border-width: 0.1rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0 #000000;
            box-shadow: 0.2rem 0.2rem 0 #000000;
  }
}
@media screen and (max-width: 374px) {
  .pamo-pamphlet__item-btns--anchor {
    font-size: 1.1rem;
  }
}
.pamo-pamphlet__item-btns--anchor.is-blue {
  background-color: #74d7ff;
}
.pamo-pamphlet__item-btns--anchor.is-pink {
  background-color: #ffcdde;
}

.pamo-movie-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 6.4rem;
  width: min(64rem, 100% - 4rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pamo-movie-list {
    gap: 3rem 1.5rem;
  }
}

.pamo-movie-list__item {
  width: calc(33.3333333333% - 4.2666666667rem);
}
@media screen and (max-width: 767px) {
  .pamo-movie-list__item {
    width: calc(50% - 0.75rem);
  }
}
.pamo-movie-list__item.is-wide {
  width: 100%;
}

.pamo-movie-list__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

.pamo-movie-list__img {
  display: block;
  text-align: center;
  line-height: 0;
}

.pamo-movie-list__text {
  display: block;
  margin: 1rem -1em 0;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .pamo-movie-list__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 374px) {
  .pamo-movie-list__text {
    font-size: 1.4rem;
  }
}