.p-ost__title {
  margin-bottom: 68px;
}

@media screen and (max-width: 899px) {
  .p-ost__title {
    margin-bottom: 33px;
  }
}

.p-ost__contents {
  width: 71.3%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  border-color: var(--color-gray02);
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: opacity 1s var(--ease-main) 0.2s, -webkit-transform 1s var(--ease-main) 0.2s, -webkit-filter 1s var(--ease-main) 0.2s;
  transition: opacity 1s var(--ease-main) 0.2s, -webkit-transform 1s var(--ease-main) 0.2s, -webkit-filter 1s var(--ease-main) 0.2s;
  transition: opacity 1s var(--ease-main) 0.2s, transform 1s var(--ease-main) 0.2s, filter 1s var(--ease-main) 0.2s;
  transition: opacity 1s var(--ease-main) 0.2s, transform 1s var(--ease-main) 0.2s, filter 1s var(--ease-main) 0.2s, -webkit-transform 1s var(--ease-main) 0.2s, -webkit-filter 1s var(--ease-main) 0.2s;
}

@media screen and (max-width: 899px) {
  .p-ost__contents {
    width: 89.3%;
  }
}

.p-ost__head {
  text-align: center;
  margin-bottom: 6rem;
}

@media screen and (max-width: 899px) {
  .p-ost__head {
    margin-bottom: 4rem;
  }
}

.p-ost__head .head_title {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 899px) {
  .p-ost__head .head_title {
    font-size: 1.8rem;
    line-height: 1.5em;
    margin-bottom: 1rem;
  }
}

.p-ost__head .head_title-sub {
  padding: 3px 8px 5px;
  font-size: 1.8rem;
  display: inline-block;
  background: var(--color-green);
  margin-bottom: 2rem;
}

@media screen and (max-width: 899px) {
  .p-ost__head .head_title-sub {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
}

.p-ost__head .head_release {
  font-size: 3rem;
}

@media screen and (max-width: 899px) {
  .p-ost__head .head_release {
    font-size: 2rem;
  }
}

.is-load .p-ost__contents {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.p-ost__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 899px) {
  .p-ost__wrap {
    display: block;
  }
}

.p-ost__jk {
  width: 45%;
  max-width: 750px;
}

@media screen and (max-width: 899px) {
  .p-ost__jk {
    width: 100%;
  }
}

.p-ost__jk .jk_img {
  position: relative;
  border: solid 1px #eee;
}

.p-ost__jk .jk_img::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: -2px;
  background: url(../img/corner.svg) no-repeat center/contain;
  z-index: 1;
  left: -2px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.p-ost__jk .jk_img::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: -2px;
  background: url(../img/corner.svg) no-repeat center/contain;
  z-index: 1;
  right: -2px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-ost__jk .jk_img-in {
  position: relative;
}

.p-ost__jk .jk_img-in::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: -2px;
  background: url(../img/corner.svg) no-repeat center/contain;
  z-index: 1;
  left: -2px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-ost__jk .jk_img-in::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: -2px;
  background: url(../img/corner.svg) no-repeat center/contain;
  z-index: 1;
  right: -2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-ost__jk .buy {
  position: relative;
  margin-top: 2rem;
  font-size: 1.5rem;
  text-align: center;
  background: var(--color-green);
  padding: 22px;
  -webkit-transition: opacity 1s var(--ease-main) 0.2s, -webkit-transform 0.6s var(--ease-main), -webkit-filter 1s var(--ease-main) 0.2s;
  transition: opacity 1s var(--ease-main) 0.2s, -webkit-transform 0.6s var(--ease-main), -webkit-filter 1s var(--ease-main) 0.2s;
  transition: opacity 1s var(--ease-main) 0.2s, transform 0.6s var(--ease-main), filter 1s var(--ease-main) 0.2s;
  transition: opacity 1s var(--ease-main) 0.2s, transform 0.6s var(--ease-main), filter 1s var(--ease-main) 0.2s, -webkit-transform 0.6s var(--ease-main), -webkit-filter 1s var(--ease-main) 0.2s;
}

@media screen and (max-width: 899px) {
  .p-ost__jk .buy {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    padding: 19px;
  }
}

@media (hover: hover) {
  .p-ost__jk .buy:hover {
    -webkit-animation: flash 0.1s linear 2;
    animation: flash 0.1s linear 2;
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
  }
}

.p-ost__jk .buy a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-ost__jk .buy a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: -1px;
  background: url(../img/corner.svg) no-repeat center/contain;
  z-index: 1;
  left: -1px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

@media screen and (max-width: 899px) {
  .p-ost__jk .buy a::before {
    width: 7px;
    height: 7px;
  }
}

.p-ost__jk .buy a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: -1px;
  background: url(../img/corner.svg) no-repeat center/contain;
  z-index: 1;
  right: -1px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 899px) {
  .p-ost__jk .buy a::after {
    width: 7px;
    height: 7px;
  }
}

.p-ost__jk .buy::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: -1px;
  background: url(../img/corner.svg) no-repeat center/contain;
  z-index: 1;
  left: -1px;
}

@media screen and (max-width: 899px) {
  .p-ost__jk .buy::before {
    width: 7px;
    height: 7px;
  }
}

.p-ost__jk .buy::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: -1px;
  background: url(../img/corner.svg) no-repeat center/contain;
  z-index: 1;
  right: -1px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 899px) {
  .p-ost__jk .buy::after {
    width: 7px;
    height: 7px;
  }
}

.p-ost__info {
  width: 50%;
  margin-left: 5%;
}

@media screen and (max-width: 899px) {
  .p-ost__info {
    width: 100%;
    margin: 3rem 0 0 0;
  }
}

.p-ost__info .info_text_1 {
  font-size: 1.8rem;
  line-height: 1.4em;
  font-weight: 600;
}

@media screen and (max-width: 899px) {
  .p-ost__info .info_text_1 {
    font-size: 1.6rem;
  }
}

.p-ost__info .info_text_2 {
  font-size: 1.6rem;
  line-height: 1.4em;
  margin-top: 1rem;
}

@media screen and (max-width: 899px) {
  .p-ost__info .info_text_2 {
    font-size: 1.4rem;
  }
}

.p-ost__detail .detail_item {
  margin-top: 3rem;
}

@media screen and (max-width: 899px) {
  .p-ost__detail .detail_item {
    margin-top: 2.5rem;
  }
}

.p-ost__detail .detail_item .price {
  font-size: 1.8rem;
  line-height: 1em;
  margin-top: 1rem;
}

@media screen and (max-width: 899px) {
  .p-ost__detail .detail_item .price {
    font-size: 1.6rem;
  }
}

.p-ost__detail .detail_item .price span {
  font-size: 1.3rem;
}

.p-ost__detail .detail_item dt {
  padding: 3px 8px 5px;
  font-size: 1.4rem;
  display: inline-block;
  background: var(--color-green);
}

@media screen and (max-width: 899px) {
  .p-ost__detail .detail_item dt {
    padding: 3px 5px 3px;
    font-size: 1.2rem;
  }
}

.p-ost__detail .detail_item dd {
  font-size: 1.4rem;
  margin-top: 0.5rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4em;
}

@media screen and (max-width: 899px) {
  .p-ost__detail .detail_item dd {
    font-size: 1.3rem;
  }
}

.p-ost__detail .detail_item dd.track-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  line-height: 1.3em;
  padding-left: 0;
}

@media screen and (max-width: 899px) {
  .p-ost__detail .detail_item dd.track-list {
    font-size: 1.1rem;
  }
}

.p-ost__detail .detail_item dd .track-list-list {
  width: 49%;
  margin-left: 2%;
}

.p-ost__detail .detail_item dd .track-list-list:first-child {
  margin-left: 0;
}

.p-ost__detail .detail_item dd .track-list-list li {
  margin-top: 0.2rem;
  text-indent: -4.2em;
  padding-left: 4.2em;
}

.p-ost__detail .att {
  margin-top: 5rem;
  font-size: 1.2rem;
}

@media screen and (max-width: 899px) {
  .p-ost__detail .att {
    font-size: 1.1rem;
    margin-top: 3rem;
  }
}

.p-ost__special {
  border-top: solid 1px #ccc;
  margin-top: 80px;
  padding-top: 80px;
}

@media screen and (max-width: 899px) {
  .p-ost__special {
    margin-top: 60px;
    padding-top: 60px;
  }
}

.p-ost__special .special_cap {
  font-size: 2.8rem;
  margin-bottom: 4rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .p-ost__special .special_cap {
    font-size: 1.8rem;
    line-height: 1.5em;
    margin-bottom: 2rem;
  }
}

.p-ost__special-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 899px) {
  .p-ost__special-all {
    display: block;
  }
}

.p-ost__special .all_img {
  width: 45%;
  position: relative;
  border: solid 1px #eee;
}

@media screen and (max-width: 899px) {
  .p-ost__special .all_img {
    width: 100%;
  }
}

.p-ost__special .all_img::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: -2px;
  background: url(../img/corner.svg) no-repeat center/contain;
  z-index: 1;
  left: -2px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.p-ost__special .all_img::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: -2px;
  background: url(../img/corner.svg) no-repeat center/contain;
  z-index: 1;
  right: -2px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-ost__special .all_img-in {
  position: relative;
}

.p-ost__special .all_img-in::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: -2px;
  background: url(../img/corner.svg) no-repeat center/contain;
  z-index: 1;
  left: -2px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-ost__special .all_img-in::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: -2px;
  background: url(../img/corner.svg) no-repeat center/contain;
  z-index: 1;
  right: -2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-ost__special .all_info {
  width: 50%;
  margin-left: 5%;
}

@media screen and (max-width: 899px) {
  .p-ost__special .all_info {
    width: 100%;
    margin: 25px 0 0 0;
  }
}

.p-ost__special .all_info .all_name {
  display: inline-block;
  background: var(--color-green);
  font-size: 2rem;
  padding: 4px 5px 5px 5px;
}

@media screen and (max-width: 899px) {
  .p-ost__special .all_info .all_name {
    font-size: 1.5rem;
    padding: 3px 4px 4px 4px;
  }
}

.p-ost__special .all_info .all_shop {
  margin-top: 30px;
}

@media screen and (max-width: 899px) {
  .p-ost__special .all_info .all_shop {
    margin-top: 15px;
  }
}

.p-ost__special .all_info .all_shop dt {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 899px) {
  .p-ost__special .all_info .all_shop dt {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}

.p-ost__special .all_info .all_shop dd {
  font-size: 1.3rem;
  line-height: 1.4em;
}

@media screen and (max-width: 899px) {
  .p-ost__special .all_info .all_shop dd {
    font-size: 1.1rem;
  }
}

.p-ost__special-shop {
  margin-top: 80px;
}

@media screen and (max-width: 899px) {
  .p-ost__special-shop {
    margin-top: 60px;
  }
}

.p-ost__special-shop .shop_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-ost__special-shop .shop_list .shop_item {
  width: 24%;
  margin-left: 1.3%;
}

@media screen and (min-width: 900px) {
  .p-ost__special-shop .shop_list .shop_item:nth-child(4n+1) {
    margin-left: 0;
  }
  .p-ost__special-shop .shop_list .shop_item:nth-child(n+1):nth-child(-n+4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 899px) {
  .p-ost__special-shop .shop_list .shop_item {
    width: 48.5%;
    margin-left: 3%;
    margin-top: 35px;
  }
  .p-ost__special-shop .shop_list .shop_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-ost__special-shop .shop_list .shop_item:nth-child(n+1):nth-child(-n+2) {
    margin-top: 0;
  }
}

.p-ost__special-shop .shop_img {
  position: relative;
  border: solid 1px #eee;
}

.p-ost__special-shop .shop_img::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: -2px;
  background: url(../img/corner.svg) no-repeat center/contain;
  z-index: 1;
  left: -2px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.p-ost__special-shop .shop_img::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: -2px;
  background: url(../img/corner.svg) no-repeat center/contain;
  z-index: 1;
  right: -2px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-ost__special-shop .shop_img-in {
  position: relative;
}

.p-ost__special-shop .shop_img-in::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: -2px;
  background: url(../img/corner.svg) no-repeat center/contain;
  z-index: 1;
  left: -2px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-ost__special-shop .shop_img-in::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: -2px;
  background: url(../img/corner.svg) no-repeat center/contain;
  z-index: 1;
  right: -2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.p-ost__special-shop .shop_name {
  position: relative;
  font-size: 1.4rem;
  line-height: 1em;
  margin-bottom: 10px;
  height: 2em;
}

@media screen and (max-width: 899px) {
  .p-ost__special-shop .shop_name {
    font-size: 1.2rem;
  }
}

.p-ost__special-shop .shop_name p {
  position: absolute;
  bottom: 0;
  display: inline-block;
  background: var(--color-green);
  padding: 2px 5px 4px;
}

.p-ost__special-shop .shop_name p span {
  font-size: 1.1rem;
  vertical-align: baseline;
}

@media screen and (max-width: 899px) {
  .p-ost__special-shop .shop_name p span {
    font-size: 0.9rem;
    letter-spacing: 0;
  }
}

.p-ost__special-shop .shop_text {
  font-size: 1.3rem;
  line-height: 1.5em;
  margin-top: 10px;
}

@media screen and (max-width: 899px) {
  .p-ost__special-shop .shop_text {
    font-size: 1.1rem;
  }
}

.p-ost__special-shop .note {
  margin-top: 50px;
  font-size: 1.2rem;
  line-height: 1.5em;
}

@media screen and (max-width: 899px) {
  .p-ost__special-shop .note {
    font-size: 1rem;
    margin-top: 40px;
  }
}

.p-ost__special-shop .note li {
  text-indent: -1em;
  padding-left: 1em;
}

.shop_att{
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.1rem;
  line-height: 1.3em;
}
@media screen and (max-width: 899px) {
  .shop_att{
    font-size: 0.9rem;
  }
}

.jk_att{
  font-size: 1.3rem;
  margin-top: 10px;
}
@media screen and (max-width: 899px) {
  .jk_att{
    font-size: 1.1rem;
  }
}