@charset "UTF-8";
.l-product {
  position: relative;
  width: 100%;
}

.l-product__header {
  position: relative;
  margin: 0 auto 40px;
  padding-top: 10px;
}

.l-product__back {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.l-product__back_text {
  position: relative;
  padding: 10px 0 10px 20px;
  color: #000;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: YakuHanJP, "Amiri", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 2.64px;
  letter-spacing: .165rem;
}

.l-product__back_text::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
  width: 6px;
  height: 6px;
  vertical-align: middle;

  border-bottom: 1px solid #f08492;
  border-left: 1px solid #f08492;
}

.l-product__title {
  padding: 20px 30px;
  background: #c7c7c7;
  border-radius: 5px;
  font-size: 35.2px;
  font-size: 2.2rem;
  letter-spacing: 6.16px;
  letter-spacing: .385rem;
}

.l-product__inner {
  position: relative;
}

.l-product__footer {
  position: relative;
  margin: 80px auto 0;
  padding-top: 30px;
}

.l-product__footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  border-top: 1px solid #c7c7c7;
}

.p-product {
  width: 100%;
}

.p-product__visual {
  /* width: 515px; */
  /* width: 47.685%; */
  width: 400px;
  width: 38%;
}

.p-product__img {
  display: block;
}

.p-product__btn {
  display: table;
  width: 240px;
  margin: 32px auto 0;
  background: #f08492;
  border-radius: 5px;
  font-family: YakuHanJP, "Amiri", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}

.p-product__btn_text {
  display: block;
  padding: 18px 0;
  color: #fff;
  font-size: 28.8px;
  font-size: 1.8rem;
  letter-spacing: 2px;
  letter-spacing: .125rem;
}

.p-product__text {
  /* width: 520px; */
  /* width: 48.148%; */
  width: 614px;
  width: 55.88%;
  line-height: 1.5;
}

.p-product__release {
  margin-bottom: 26px;
  font-weight: 500;
  font-size: 41.6px;
  font-size: 2.6rem;
  line-height: .8;
  letter-spacing: 1.36px;
  letter-spacing: .085rem;
}

.p-product__data {
  margin-bottom: 54px;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.p-product__detail {
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.75;
}

.p-product__detail a {
  text-decoration: underline;
  color: #f08492;
  -webkit-text-decoration: underline #f08492;
          text-decoration: underline #f08492;
  -webkit-transition: .35s cubic-bezier(.165, .84, .44, 1);
  transition: .35s cubic-bezier(.165, .84, .44, 1);
}

.p-product__detail a:hover {
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .l-product__header {
    margin-bottom: 22px;
    padding-top: 0;
  }
  .l-product__back_text {
    padding: 10px 0 10px 10px;
    font-size: 1.2rem;
  }
  .l-product__footer {
    margin-top: 46px;
    padding-top: 30px;
  }
  .p-product__btn {
    width: 380px;
    width: 73.077%;
    margin-top: 18px;
  }
  .p-product__btn_text {
    padding: 10px 0;
    font-size: 1.6rem;
  }
  .p-product__release {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
  .p-product__data {
    margin-bottom: 32px;
    font-size: 1.4rem;
  }
  .p-product__detail {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .l-product__back {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  .l-product__title {
    font-size: 1.8rem;
    letter-spacing: .145rem;
  }
  .p-product__visual {
    width: 520px;
    width: 77.612%;
    max-width: 490px;
    margin: 0 auto 32px;
  }
  .p-product__text {
    width: 100%;
  }
}

@media screen and (max-width: 768px) and (max-width: 480px) {
  .l-product__back {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
  }
  .l-product__title {
    padding: 10px 14px;
    font-size: 1.4rem;
    letter-spacing: .045rem;
  }
}

@media screen and (min-width: 769px) {
  .l-product__back_text {
    -webkit-transition: color .35s cubic-bezier(.165, .84, .44, 1);
    transition: color .35s cubic-bezier(.165, .84, .44, 1);
  }
  .l-product__back:hover .l-product__back_text {
    color: #f08492;
  }
  .p-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-product__btn {
    -webkit-transition: all .2s cubic-bezier(.165, .84, .44, 1);
    transition: all .2s cubic-bezier(.165, .84, .44, 1);
  }
  .p-product__btn:hover {
    background: rgba(240, 132, 146, .8);
    -webkit-box-shadow: 0 4px 10px rgba(199, 199, 199, .8);
            box-shadow: 0 4px 10px rgba(199, 199, 199, .8);
    -webkit-transition: all .35s cubic-bezier(.165, .84, .44, 1);
    transition: all .35s cubic-bezier(.165, .84, .44, 1);
  }
}