﻿/* CSS Document */


/*-----------------------------------
PC・スマホ共通スタイル
body.ex-salepage
-----------------------------------*/

/*背景*/
body.ex-salepage #contents{
    position: relative;
}
body.ex-salepage #contents .parallax_box{
    perspective: 1px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

body.ex-salepage #contents .parallax_content{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all 0.5s 0s ease;
}

body.ex-salepage #contents .parallax_front{
    /*background: url("bg_03.svg");
    background-size: contain;
    background-position: top center;*/
    
    /*-webkit-transform: translateZ(5px);
    transform: translateZ(5px);*/
}
body.ex-salepage #contents .parallax_middle{
    background: url("bg_02.svg");
    background-size: contain;
    background-position: top center;
    
    /*-webkit-transform: translateZ(-15px) scale(5);
    transform: translateZ(-15px) scale(5);*/
}
body.ex-salepage #contents .parallax_back{
    background: url("bg_01.svg");
    background-size: contain;
    background-position: top center;
    
    /*-webkit-transform: translateZ(-30px) scale(5);
    transform: translateZ(-30px) scale(5);*/
}

body.ex-salepage #contents .header_inner{
    max-width: 700px;
}

/*body.ex-salepage .shoplist_cat .item .service{
    padding: 20px;
    min-height: 60px;
}*/

@media screen and (max-width:1600px){
    body.ex-salepage #contents .header_inner{
        max-width: 700px;
        padding-top: 80px;
    }
}
@media screen and (max-width:1200px){
    body.ex-salepage #contents .parallax_front,
    body.ex-salepage #contents .parallax_middle,
    body.ex-salepage #contents .parallax_back{background-size: 140%;}
}


/*10時START*/
body.ex-salepage #bnr_start{
    margin: 50px auto 0;
    max-width: 1400px;
    width: 90%;
}


/*動画枠*/
body.ex-salepage .movie_box{
    width: 70%;
    margin: 50px auto 70px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    
    aspect-ratio: 16 / 9;
}
body.ex-salepage .exsale_header .movie_box p:first-of-type{
    width: 100%;
    margin: 0 auto 15px;
}
body.ex-salepage .movie_box iframe {
  width: 100%;
  height: 100%;
}


/*NEW SHOP表示用*/
body.ex-salepage .shoplist_cat .item .detail::before{
    position: absolute;
    top: 0;
    left: 0;
    background: #e4111a;
    color: #FFF;
    padding: 1px 8px;
    font-size: 80%;
    font-weight: bold;
}
/*body.ex-salepage .shoplist_cat .shop145 .detail::before,
body.ex-salepage .shoplist_cat .shop1216 .detail::before,
body.ex-salepage .shoplist_cat .shop1208 .detail::before,
body.ex-salepage .shoplist_cat .shop1211 .detail::before,
body.ex-salepage .shoplist_cat .shop1210 .detail::before,
body.ex-salepage .shoplist_cat .shop1209 .detail::before,
body.ex-salepage .shoplist_cat .shop1213 .detail::before{
    content: "NEW";
}*/


/*-----------------------------------
スマホのみ
body.ex-salepage .sp_view
-----------------------------------*/


body.ex-salepage.sp #bnr_start{
    margin: 30px auto 0;
    max-width: inherit;
    width: 100%;
}

body.ex-salepage.sp .movie_box{
    display: block;
    width: 90%;
    padding: 10px;
    margin: 30px auto;
}
body.ex-salepage.sp .exsale_header .movie_box p:first-of-type{
    margin: 0 auto 8px;
}
body.ex-salepage.sp .shoplist_cat .item .service{
    padding: 15px;
    min-height: inherit;
}



/* For modern browsers */
.cf:before,
.cf:after {
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}
