.product_lineup_main {
    background-image: url(https://file003.shop-pro.jp/PA01461/237/img/product/img_product_lineup.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 230px 4% 230px;
    text-align: center;
}
.product_lineup_main .ttl {
    display: inline-block;
    padding: 0 0.2em;
    text-align: center;
    line-height: 1.1;
    font-size: 10rem;
    position: relative;
    z-index: 2;
}
.product_lineup_main .ttl span {
    letter-spacing: 0.4em;
}
.product_lineup_main .ttl::before {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.product_lineup_main .ttl.inviewed-mark::before {
    animation-name: mark;
    animation-duration: .6s;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-fill-mode: forwards;
}
@-webkit-keyframes mark {
  0% {
    width: 100%;
  }
  50% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes mark {
  0% {
    width: 100%;
  }
  50% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes inviewZoom {
  0% {
    opacity:0;
    transform: scale(0.0);
  }
  40% {
    opacity:.3;
    transform: scale(0.8);
  }
  80% {
    opacity:1;
    transform: scale(1.1);
  }
  100% {
    opacity:1;
    transform: scale(1.0);
  }
}

@keyframes inviewZoom {
  0% {
    opacity:0;
    transform: scale(0.0);
  }
  40% {
    opacity:.3;
    transform: scale(0.8);
  }
  80% {
    opacity:1;
    transform: scale(1.1);
  }
  100% {
    opacity:1;
    transform: scale(1.0);
  }
}

.product_lineup {
    padding: 50px 0;
}
.lineup_top {
    padding-top: 100px;
}
.product_list_tit {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.product_list_tit::after {
    content: "";
    display: block;
    background: #000;
    width: 100px;
    height: 1px;
    margin-left: 20px;
}
.product_list_tit .ttl {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
    line-height: 1;
    font-size: 3rem;
}
.product_list_tit .ttl span {
    letter-spacing: 0.2em;
}
.product_list_tit .p_icon {
    padding-right: 15px;
}
.product_list_tit .p_icon img {
    width: 50px;
}
.product_list_txt {
    line-height: 1.6;
    font-size: 1.6rem;
}
.product_lineup .coming {
    margin-top: 40px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 3rem;
    color: #fff;
}
.product_lineup ul {
    display: flex;
    flex-wrap: wrap;
}
.product_lineup ul li {
    width: 31.48%;
    margin-right: 2.777%;
    margin-top: 35px;
}
.product_lineup ul li:nth-child(3n) {
    margin-right: 0;
}
@media screen and (min-width: 769px) {
    .product_lineup a:hover {
        opacity: 1;
    }
    .product_lineup a:hover .img img{
        -webkit-transform: translate3d(0,0,0) scale(1.1);
        transform: translate3d(0,0,0) scale(1.1);
    }
}
.product_lineup .img, 
.product_lineup .img img {
    width: 100%;
}
.product_lineup .img {
    overflow: hidden;
}
.product_lineup .img img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.product_lineup .txt {
    margin-top: 10px;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}
.product_lineup .txt_amount, 
.product_lineup .txt_price {
    font-size: 1.6rem;
    color: #fff;
}
.product_lineup .txt_price {
    margin: 15px 0 10px;
    color: #fff;
}
.product_lineup .txt_little {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .lineup_top {
        padding-top: 12%;
    }
    .product_lineup {
        padding: 6% 0;
    }
    .product_lineup_main {
        padding: 15% 3%;
    }
    .product_lineup_main .ttl {
        font-size: 4.5rem;
    }
    .product_lineup_main .ttl span {
        letter-spacing: 0.2em;
    }
    .product_list_tit {
        margin-bottom: 15px;
    }
    .product_list_tit::after {
        width: 70px;
        margin-left: 10px;
    }
    .product_list_tit .ttl {
        font-size: 2rem;
    }
    .product_list_tit .p_icon {
        padding-right: 10px;
    }
    .product_list_tit .p_icon img {
        width: 30px;
    }
    .product_list_txt {
        font-size: 1.4rem;
    }
    .product_lineup ul li {
        width: 48%;
        margin-right: 4%;
        margin-top: 35px;
    }
    .product_lineup ul li:nth-child(3n) {
        margin-right: 4%;
    }
    .product_lineup ul li:nth-child(2n) {
        margin-right: 0;
    }
    .product_lineup .txt {
        font-size: 1.4rem;
    }
}
.product_top {
    padding-top: 200px;
}
.detail_bg {
    background: url(https://file003.shop-pro.jp/PA01461/237/img/index/fv_bg.png) no-repeat left top;
}
.product_item_area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.product_item_area .product_pict,
.product_item_area .product_details {
    width: 45%;
    box-sizing: border-box;
}
.product_item_area .product_pict {
    text-align: center;
    background-color: rgba(255,255,255,0.5);
    padding: 5%;
}
.product_item_area .product_details {
    text-transform: inherit;
}
.product_item_area .product_details .product_icon {
    
}
.product_item_area .product_details .product_name {
    font-size: 4.4rem;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 20px;
}
.product_item_area .product_details .product_status {
    font-size: 2.4rem;
    color: #fff;
}
.product_item_area .product_details .product_price {
    font-size: 2.4rem;
    color: #fff;
    margin-top: 95px;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    letter-spacing: 5px;
}
.product_item_area .product_details .product_price span.yen {
    font-size: 4.4rem;
}
.product_item_area .product_details .product_select {
    max-width: 200px;
    margin-bottom: 30px;
    position: relative;
}

/* IE11 hide native button (thanks Matt!) */
.product_item_area .product_details .product_select select::-ms-expand {
    display: none;
}

.product_item_area .product_details .product_select:after {
    content: url(https://file003.shop-pro.jp/PA01461/237/img/product/btn_arrow.svg);
    width: 10px;
    height: 25px;
    right: 11px;
    top: 50%;
    margin-top: -12px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}

.product_item_area .product_details select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 320px;
  height: 75px;
  margin: 0;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: none;
  -ms-word-break: normal;
  word-break: normal;
}
.product_item_area .product_details .product_btn {
    
}
.product_item_area .product_details .product_btn a {
    display: block;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    background-color: #35353e;
    line-height: 75px;
    letter-spacing: 3px;
}
.product_item_area .product_details .product_txt_area {
    margin-top: 60px;
}
.product_txt_area .product_txt {
    font-size: 1.4rem;
    line-height: 2.5;
    color: #fff;
    letter-spacing: 2px;
}
.product_mv {
    background: rgba(0,0,0,0.5);
    margin-top: 70px;
    padding: 70px 0;
}
.product_mv .ttl {
    margin-top: -105px;
    line-height: 1;
    letter-spacing: 0.35em;
    font-size: 7.2rem;
    position: relative;
}
.product_mv .movie_cont {
    position: relative;
    padding: 45px 90px 0;
}
.product_mv .movie_box {
    position: relative;
    width: 100%;
    min-height: 26vw;
}
.product_mv .movie_thumb, 
.product_mv .movie_thumb img {
    position: relative;
    z-index: 2;
    width: 100%;
    pointer-events: none;
}
.product_mv .movie_thumb {
    cursor: pointer;
    pointer-events: auto;
}
.product_mv .movie_thumb::before {
    opacity: 1;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    content: "";
    background: url(https://file003.shop-pro.jp/PA01461/237/img/common/ico_movie_play.png) no-repeat center center;
    background-size: 98px;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.product_mv .movie_thumb.none {
    opacity: 0;
    visibility: hidden;
}
.product_mv .movie_thumb.none::before {
    opacity: 0;
}
.product_mv .movie_box iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: 0;
}
.product_des {
    padding: 70px 0;
}
.product_des .box_inner {
    padding: 40px;
    border: 1px solid #fff;
}
.product_des dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.product_des dl:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}
.product_des dl dt, 
.product_des dl dd {
    line-height: 2.2;
    font-size: 1.4rem;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .product_top {
        padding-top: 15%;
    }
    .detail_bg {
        background-size: 60%;
    }
    .product_item_area {
        display: block;
    }
    .product_item_area .product_pict, 
    .product_item_area .product_details {
        width: 100%;
    }
    .product_item_area .product_details {
        margin-top: 5%;
    }
    .product_item_area .product_details .product_name {
        font-size: 3rem;
        margin-bottom: 3.5%;
    }
    .product_item_area .product_details .product_status {
        font-size: 1.8rem;
    }
    .product_item_area .product_details .product_price {
        font-size: 1.8rem;
        margin-top: 10.5%;
        margin-bottom: 6%;
    }
    .product_item_area .product_details select {
        height: 50px;
        font-size: 14px;
    }
    .product_item_area .product_details .product_txt_area {
        margin-top: 7.5%;
    }
    .product_txt_area .product_txt {
        font-size: 1.3rem;
        line-height: 2.0;
    }
    .product_mv {
        margin-top: 50px;
        padding: 50px 0;
    }
    .product_mv .ttl {
        margin-top: -75px;
        font-size: 5rem;
    }
    .product_mv .movie_cont {
        padding: 25px 8% 0;
    }
    .product_des {
        padding: 50px 0;
    }
    .product_des .box_inner {
        padding: 5%;
    }
    .product_des dl dt, 
    .product_des dl dd {
        line-height: 2.0;
        font-size: 1.3rem;
    }
}


.prd-lst-pager{
    position: relative;
}

.prd-lst-pager .inline{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prd-lst-pager .inline li{
    margin:5px 20px;
}
.prd-lst-pager .inline li span{
    color: #666666;
}
.prd-lst-pager .inline li a{
    color: #000000;
}