/* common */
.pi_main img {
  vertical-align: middle;
}

/* font */
.pi_main h2 {
  font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","Helvetica","Arial",sans-serif;
}
.pi_font {
  font-family: roboto, sans-serif;
  font-style: normal;
}


/* ------------------
フェードイン設定
--------------------- */
@keyframes fadeInUpsmall {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInUpsmall {
  animation-name: fadeInUpsmall
}

@keyframes fadeInDownsmall {
  0% {
    opacity: 0;
    transform: translate3d(0, -10%, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInDownsmall {
  animation-name: fadeInDownsmall
}

@keyframes fadeInRightsmall {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInRightsmall {
  animation-name: fadeInRightsmall
}

@keyframes fadeInLeftsmall {
  0% {
    opacity: 0;
    transform: translate3d(-10%, 0, 0)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.fadeInLeftsmall {
  animation-name: fadeInLeftsmall
}


/* SP
----------------------------------*/
.pi_mv {
  background: linear-gradient(90deg, #fae3c4 0%, #fae3c4 50%, #ecd1c4 50%, #ecd1c4 100%);
  text-align: center;
  padding: 20px 0 30px;
  margin: 0 auto 40px;
  width: 100%;
}

.pi_mv_img {
  display: flex;
  justify-content: center;
  gap: 0 5%;
  padding: 0 2%;
  width: 100%;
}

.pi_mv_code {
  background-color: #fff;
  position: relative;
  width: 46.5%;
}

.pi_code_ttl {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  writing-mode: vertical-rl;
  position: absolute;
}
.pi_mv_left .pi_code_ttl {
  color: #EFB857;
  top: 4px;
  left: 3px;
}
.pi_mv_right .pi_code_ttl {
  color: #C07250;
  bottom: 3px;
  right: 1px;
}

.pi_mv_tx {
  margin: 12px auto 0;
}

.pi_mv_tx h1 {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.1;
  margin: 0 auto 20px;
}

.pi_mv_tx h1 span {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  display: block;
  margin: 0 auto 8px;
}

.pi_mv_tx_lead {
  font-size: 1.2rem;
}

/* nav */
.pi_nav {
  margin: 0 auto 45px;
}

.pi_nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.pi_nav ul li {
  width: 23%;
}

/* section */
.pi_section {
  margin: 0 auto 60px;
}

/* item */
.pi_item {
  background-color: #eee;
  padding: 35px 0 30px;
  margin: 0 auto 40px;
  position: relative;
}

.pi_num {
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: auto;
}

.pi_item_box {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  padding: 10px;
  margin: 0 auto;
  width: 90%;
}

.pi_item_box img {
  width: 32.6%;
}

.pi_item_credit {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pi_item_name {
  font-size: 1.4rem;
  line-height: 1.5;
}

a.pi_item_btn {
  border: solid 1px #202020;
  border-radius: 12.5px;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  display: block;
  padding: 5px 0;
  width: 40%;
}

/* coming soon */
a.pi_cms {
  opacity: 0.5;
}

/* coordinate */
.pi_code {
  display: flex;
  width: 100%;
}

.pi_code_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}

/* background */
.pi_summer .pi_code_img {
  background-color: #FAE3C4;
}
.pi_autumn .pi_code_img {
  background-color: #ECD1C4;
}

.pi_code_img {
  position: relative;
}

.pi_code_img img {
  vertical-align: middle;
}

/* title */
.pi_code_img p {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
.pi_summer .pi_code_img p {
  color: #EFB857;
}
.pi_autumn .pi_code_img p {
  color: #C07250;
}

.pi_code_tx {
  font-size: 1.2rem;
  margin: 16px auto;
  width: 85%;
}

a.pi_code_btn {
  border: solid 1px #202020;
  font-size: 1.4rem;
  text-align: center;
  display: block;
  padding: 8px 0;
  margin-top: auto;
  width: 85%;
}

/* youtube */
.pi_ytb {
  border-top: solid 1px #202020;
  border-bottom: solid 1px #202020;
  text-align: center;
  padding: 30px 3%;
  margin: 0 auto;
  width: 90%;
}

.pi_ytb_tx {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 auto 10px;
}

.pi_ytb_movie {
  position: relative;
  width:100%;
  height:0;
  padding-top: 56.25%;
}

.pi_ytb_movie iframe {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/* PC
----------------------------------*/
@media screen and (min-width: 768px){

  .pc_width {
    margin: 0 auto;
    width: 500px;
  }

}
