.p-meisyo {
  margin-top: 6rem;
  -webkit-transform: translate(-1.2rem, -1rem);
  transform: translate(-1.2rem, -1rem);
  opacity: 0;
}

@media screen and (max-width: 750px) {
  .p-meisyo {
    margin-top: 3.2rem;
    -webkit-transform: translate(-0.8rem, -0.6rem);
    transform: translate(-0.8rem, -0.6rem);
  }
}

.l-section.is-active .p-meisyo {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.7s var(--ease-out-cubic) 0.25s, -webkit-transform 1.2s var(--ease-out-cubic) 0.25s;
  transition: opacity 0.7s var(--ease-out-cubic) 0.25s, -webkit-transform 1.2s var(--ease-out-cubic) 0.25s;
  transition: transform 1.2s var(--ease-out-cubic) 0.25s, opacity 0.7s var(--ease-out-cubic) 0.25s;
  transition: transform 1.2s var(--ease-out-cubic) 0.25s, opacity 0.7s var(--ease-out-cubic) 0.25s, -webkit-transform 1.2s var(--ease-out-cubic) 0.25s;
}

.p-meisyo_title {
  max-width: 1000px;
  margin: 0 auto;
}

.p-meisyo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
}

@media screen and (max-width: 750px) {
  .p-meisyo_list {
    width: 90%;
    margin: 60px auto 0;
  }
}

.p-meisyo_list .p-meisyo_item {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 751px) {
  .p-meisyo_list .p-meisyo_item {
    width: 46%;
    margin-left: 8%;
    margin-top: 10%;
  }
  .p-meisyo_list .p-meisyo_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-meisyo_list .p-meisyo_item:nth-child(n+1):nth-child(-n+2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .p-meisyo_list .p-meisyo_item {
    margin-top: 20%;
  }
  .p-meisyo_list .p-meisyo_item:first-child {
    margin-top: 0;
  }
}

.p-meisyo_list .cap {
  position: absolute;
  top: -20px;
  left: -15px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.p-meisyo_list .cap .main {
  color: var(--color-gold);
  font-size: 4rem;
  line-height: 1em;
  text-shadow: 0px 0px 5px white, 0px 0px 5px white, 0px 0px 10px white;
}

@media screen and (max-width: 750px) {
  .p-meisyo_list .cap .main {
    font-size: 2.8rem;
  }
}

.p-meisyo_list .cap .sub {
  color: #777;
  margin: 0 0 0px 10px;
  font-size: 3rem;
  line-height: 1em;
  text-shadow: 0px 0px 5px white, 0px 0px 5px white, 0px 0px 5px white;
}

@media screen and (max-width: 750px) {
  .p-meisyo_list .cap .sub {
    font-size: 2rem;
  }
}

.p-meisyo_list .credit {
  position: absolute;
  z-index: 1;
  font-size: 1.5rem;
  bottom: 5px;
  left: 10px;
  text-shadow: 0px 0px 5px white, 0px 0px 5px white;
}

@media screen and (max-width: 750px) {
  .p-meisyo_list .credit {
    font-size: 1.3rem;
  }
}

.p-meisyo_list .btn_play {
  position: absolute;
  bottom: -35px;
  right: -35px;
  z-index: 1;
  width: 100px;
  height: 100px;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .p-meisyo_list .btn_play {
    width: 70px;
    height: 70px;
    bottom: -20px;
    right: -20px;
  }
}

.p-meisyo_list .btn_play .img_play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-meisyo_list .btn_play .img_stop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s var(--ease-out-cubic);
  transition: opacity 0.5s var(--ease-out-cubic);
}

.p-meisyo_list .btn_play.active .img_stop {
  opacity: 1 !important;
}

.p-meisyo_list .p-meisyo_photo {
  position: relative;
  border: solid 2px var(--color-gold);
}

.p-meisyo_list .p-meisyo_photo::before {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: 5px;
  left: 5px;
  background: var(--color-gold);
  z-index: -1;
}

@media screen and (max-width: 750px) {
  .p-meisyo_list .p-meisyo_photo::before {
    top: 3px;
    left: 3px;
  }
}

.anx_player1 {
  display: none;
}
/*# sourceMappingURL=meisyo.css.map */