@charset "utf-8";
body {
    -webkit-text-size-adjust: 100%; /* iphone safariで文字サイズ指定が効かなくなる現象の対策 */
}
section .trim img{
    object-fit: cover;
    width: 100%!important;
}
.main_title{
    margin: 0 0 120px 0!important;
}
section{
    margin-bottom: 120px;
    color: #000;
}
a.ghost_link{
    margin: 80px auto 0;
    background: #fff;
}
#stylist_list{
    padding-bottom: 120px;
}
#stylist_list dd img{
    height: auto;
}
/*ヘアカタ*/
#catalog_length_list .carousel{
    font-size: 0;
}
#catalog_length_list {
    width: 100%;
    text-align: center;
    overflow: hidden;
}
#catalog_length_list h3 {
    text-indent: -9999px;
    height: 40px;
    background: url(/images/httl01.png) no-repeat 50%;
    margin: 0 auto 70px;
}
#menscatalg #catalog_length_list h3 {
    text-indent: -9999px;
    height: 40px;
    background: url(/images/httl15.png) no-repeat 50%;
    margin: 0 auto 70px;
}
#catalog_length_list dl {
    width: 200px;
    display: inline-block;
    margin-right: 20px;
    font-size: 12px;
}
#catalog_length_list h4 {
    text-align: center;
    font-size: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
}
#catalog_length_list h4 span {
    font-size: 16px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}
#catalog_length_list dd.photo {
    width: 100%;
    height: 280px;
    backface-visibility: hidden;
    display: inline-block;
    margin-bottom: 0;
    box-shadow: none;
    border-radius: 0;
}
#catalog_length_list dd:hover,
#hair_ranking .sbox ul li:hover {
    background: #fff;
}
#catalog_length_list dd img,
#hair_ranking .sbox ul li img {
    opacity: 1;
    transition: 0.5s;
}
#catalog_length_list dd p,
#hair_ranking .sbox ul li p{
    width: 176px;
    height: 256px;
    position: absolute;
    bottom: 0;
    padding: 12px;
    opacity: 0;
    transition: 0.5s;
    display: table-cell;
    vertical-align: bottom;
    background-color: rgba(0,0,0,0.4);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#catalog_length_list dd:hover p,
#hair_ranking .sbox ul li:hover p {
    opacity: 1;
}
#catalog_length_list dd p:before,
#hair_ranking .sbox ul li p::before{
    top: 0px;
    padding: 0 0 10px 20px;
    font-family: CinzelRegular;
    content: 'MORE';
    position: absolute;
    left: 0;
    color: #fff;
    right: 0;
    text-align: center;
    pointer-events: none;
    border: 1px solid #fff;
    letter-spacing: .5px;
}
#catalog_length_list dd p:before{
    height: 30px;
    width: 125px;
    margin: 50px auto 0;
    line-height: 40px;
}
#catalog_length_list dd p:after,
#hair_ranking .sbox ul li p::after {
    top: 0px;
    font-size: 15px;
    font-family: ionicons;
    content: '\f481';
    position: absolute;
    left: 0;
    color: #fff;
    right: 0;
    text-align: center;
    pointer-events: none;
}
#catalog_length_list dd p:after{
    height: 35px;
    width: 74px;
    margin: 50px auto 0;
    padding-right: 40px;
    line-height: 44px;
}
#catalog_length_list dd p a,
#hair_ranking .sbox ul li p a {
    color: #fff;
    display: table-cell;
    vertical-align: bottom;
    height: inherit;
    width: inherit;
    text-decoration: none;
}

/*ヘアカタランキング*/
#hair_ranking .sbox{
    width: 1080px;
    position: relative;
    overflow: hidden;
}
#hair_ranking h3 {
    text-indent: -9999px;
    width: 200px;
    height: 100%;
    background: url(/images/httl02.png) no-repeat 50%;
    position: absolute;
    right: 0;
}
#hair_ranking .sbox ul{
    overflow: hidden;
    width: 850px;
}
#hair_ranking .sbox ul li{
    width: 270px;
    height: 360px;
    float: left;
    margin-right: 20px;
}
#hair_ranking .sbox ul li:last-child{
    margin-right: 0;
}
#hair_ranking .sbox ul li p {
    width: 246px;
    height: 336px;
}
#hair_ranking .sbox ul li p::before {
    margin: 80px auto 0;
    width: 150px;
    height: 35px;
    line-height: 48px;
}
#hair_ranking .sbox ul li p::after {
    margin: 80px auto 0;
    width: 150px;
    height: 35px;
    line-height: 50px;
    padding-right: 50px;
}
#catalog_length_list dd p .name,
#hair_ranking .sbox .name{
    display: block;
    padding-top: 3px;
    border-bottom: none;
}
/*ピックアップコラム*/
#blog_pickup h3{
    text-indent: -9999px;
    height: 40px;
    background: url(/images/httl16.png) no-repeat 50%;
    margin: 0 auto 70px;
}
#blog_pickup figure {
    margin-bottom: 10px;
    width: 330px;
    height: 200px;
}
#blog_pickup figure img{
    width: 320px;
    object-fit: cover;
}
/*コラム*/
.sbox {
    width: 1040px;
    margin: 0 auto;
    text-align: center;
}
#blog h3{
    text-indent: -9999px;
    height: 40px;
    background: url(/images/httl04.png) no-repeat 50%;
    margin: 0 auto 70px;
}
.col-xs-12{
    position: relative;
    overflow: hidden;
}
.col-sm-6 {
    width: 330px;
    margin-right: 25px;
    margin-bottom: 40px;
    float: left;
    min-height: 1px;
}
.col-sm-6:nth-child(3n) {
    margin-right: 0;
}
.col-sm-6:nth-child(7),
.col-sm-6:nth-child(8),
.col-sm-6:nth-child(9){
    margin-bottom: 0;
}
.animated {
    display: block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
article{
    display: block;
    box-shadow: none;
}
#blog figure {
    margin-bottom: 10px;
    width: 330px;
    height: 200px;
}
#blog figure img{
    width: 320px;
    object-fit: cover;
}
.blog-box h4 {
    font-size: 18px;
    height: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    line-height: 3.3vh;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
}
.blog-box h4 a{
    color: #000;
}
.detail {
    position: relative;
    margin: auto;
    width: 100%;
    min-height: 48px;
    padding: 0;
    overflow: hidden;
}
.date-block {
    width: 40px;
    left: 0;
    padding: 2px 6px 2px 0;
    display: inline-block;
    float: left;
    font-size: 11px;
    text-align: center;
    color: #000;
    position: absolute;
    border-width: 0px;
    border-style: solid;
}
div.posts article .date-block:before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 47px;
    background: #666;
    border: none;
    left: auto;
    z-index: 1;
    right: 3px;
}
.date-block:before {
    border-top: 39px solid transparent;
    border-left: 39px solid transparent;
    border-right: 39px solid transparent;
}
.date-block span {
    font-family: 'Montserrat', sans-serif;
    font-size: 27px;
    font-weight: 700;
    display: block;
    line-height: 1;
}
.blog-box .detail p {
    width: calc(100% - 50px);
    margin-left: 50px;
    font-size: 13px;
    text-align: left;
    line-height: 1.3;
    letter-spacing: 0.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 2px;
    height: 30px;
}
a.botton {
    clear: both;
}
a.botton .ghost_link{
    display: inline-block;
    margin-bottom: 75px;
}
#index_contents .ghost_link:before {
    height: 54px;
    top: 7px;
}
.ghost_link span {
    display: block;
}
.col-sm-6 ul{
    overflow: hidden;
    float: right;
    clear: right;
}
.col-sm-6 ul li{
    float: left;
}
.col-sm-6 ul li a{
    color: #000;
}
.col-sm-6 ul li.shop_name{
    margin-right: 10px;
}
/*コラムランキング*/
#blog_ranking {
    background: #f6f6f6;
    padding: 0 0 130px;
    overflow: hidden;
    margin-bottom: 120px;
}
#blog_ranking .sbox {
    width: 100%;
}
#blog_ranking h3 {
    text-indent: -9999px;
    height: 40px;
    background: url(/images/httl05.png) no-repeat 50%;
    margin: 120px auto 80px;
}
.ranking_slid {
    overflow: hidden;
}
.ranking_slid .ssbox {
    float: left;
    width: 668px;
    background: #fff;
    padding: 40px;
    margin-right: 40px;
    position: relative;
}
.ranking_slid figure {
    width: 230px;
    height: 230px;
    float: left;
    margin-right: 20px;
}
.ranking_slid figure img{
    width: 230px!important;
    object-fit: cover;
}
#hair_ranking .sbox ul li:nth-child(1):before,
.ranking_slid .ssbox:nth-child(1) .photo:before {
    content: "1";
    font-size: 16px;
    display: inline-block;
    background: #CFAE2E;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
}
#hair_ranking .sbox ul li:nth-child(2):before,
.ranking_slid .ssbox:nth-child(2) .photo:before {
    content: "2";
    font-size: 16px;
    display: inline-block;
    background: #ADACAC;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
}
#hair_ranking .sbox ul li:nth-child(3):before,
.ranking_slid .ssbox:nth-child(3) .photo:before {
    content: "3";
    font-size: 16px;
    display: inline-block;
    background: #D39851;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
}
.ranking_slid .ssbox:nth-child(4) .photo:before {
    content: "4";
    font-size: 16px;
    display: inline-block;
    background: #000;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
}
.ranking_slid .ssbox:nth-child(5) .photo:before {
    content: "5";
    font-size: 16px;
    display: inline-block;
    background: #000;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
}
.ranking_slid .ssbox .txt {
    float: left;
    width: 418px;
    margin-bottom: 0;
}
.ranking_slid　a{
    color: #000;
}
.ranking_slid h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    line-height: 1.1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ranking_slid .ssbox .txt p {
    margin: 15px 0;
    border-bottom: 1px dashed #d7d7d7;
    text-align: left;
    color: #929292;
    margin-bottom: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    padding-bottom: 20px;
}
.ranking_slid .ssbox .txt ul {
    overflow: hidden;
}
.ranking_slid .ssbox .txt ul li {
    float: left;
    font-size: 12px;
    color: #000;
}
.ranking_slid .ssbox .txt ul .entry,
.ranking_slid .ssbox .txt ul .shop_name,
.ranking_slid .ssbox .txt ul .name,
.ranking_slid .ssbox .txt ul .pv {
    padding-top: 12px;
    padding-right: 15px;
}
.ranking_slid .ssbox .txt ul .shop_name{
    padding-right: 5px;
}
.ranking_slid .ssbox .txt ul .pv {
    padding-top: 12px;
}
.ranking_slid .ssbox .txt ul .pv p {
    border-bottom: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    color: #000;
}
#index_contents .ranking_slid .ssbox .txt ul .pv p::after{
    content: "PV";
    font-size: 10px;
    color: #000;
    margin-left: 3px;
}
.ranking_slid .ssbox .txt ul .botton {
    clear: both;
    float: right;
    border: 1px solid #000;
    width: 94px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1px;
}
.ranking_slid .ssbox .txt ul .botton:hover {
    background: #000;
    color: #fff;
}

/*ブログカテゴリー*/
.c_blog{
    position: relative;
    background: #F6F6F6;
    padding-bottom: 120px;
    margin-bottom: 0;
    overflow: hidden;
}
.c_blog .sbox{
    width: 100%;
}
.c_blog h3{
    text-indent: -9999px;
    height: 40px;
    margin: 120px auto 80px;
}
#category1 h3{
    background: url(/images/category1.png) no-repeat 50%;
}
#category2 h3{
    background: url(/images/category2.png) no-repeat 50%;
}
#category3 h3{
    background: url(/images/category3.png) no-repeat 50%;
}
#category4 h3{
    background: url(/images/category4.png) no-repeat 50%;
}
#category5 h3{
    background: url(/images/category5.png) no-repeat 50%;
}
.c_blog .title_text {
    margin-bottom: 40px;
}
.c_blog .c_bogs{
    text-align: center;
}
.c_blog dl{
    display: inline-block;
    width: 260px;
    height: 318px;
    margin-right: 20px;
    background: #fff;
    padding: 20px;
}
.c_blog dl:last-child{
    margin-right: 0;
}
.c_blog dl dt{
    height: 180px;
    margin-bottom: 10px;
}
.c_blog dl dd ul{
    overflow: hidden;
    text-align: left;
}
.c_blog dl dd ul li.day{
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}
.c_blog dl dd ul li.shop{
    float: left;
    margin-bottom: 5px;
}
.c_blog dl dd ul li.shop .name{
    margin-left: 5px;
}
.c_blog dl dd ul li.title{
    clear: both;
    margin-bottom: 5px;
}
.c_blog dl dd ul li.title h4 a{
    font-weight: bold;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3;
    height: 46px;
}
.c_blog dl dd ul li.txt p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.c_blog dl dd ul li.txt p a{
    color: #000;
}

/*スタッフ*/
#stylist_list{
    overflow: hidden;
    background: #f6f6f6;
    margin-bottom: 120px;
}
#stylist_list h3 {
    text-indent: -9999px;
    height: 40px;
    background: url(/images/httl03.png) no-repeat 50%;
    margin: 120px auto 80px;
}
#stylist_list h4 {
    text-align: center;
    font-size: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#stylist_list h4 span {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
}
#stylist_list .title_text{
    text-align: center;
    margin-bottom: 30px;
}
#stylist_list dl {
    float: left;
    width: 190px;
    margin: 0 20px 0 0;
}
#stylist_list dd.photo {
    width: 190px;
    height: 190px;
    margin-bottom: 10px;
    backface-visibility: hidden;
    display: inline-block;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
#stylist_list dd img{
    opacity: 1;
    transition: 0.5s;
}
#stylist_list dd:hover img{
    opacity: 0.3;
    transition: 0.5s;
}
#stylist_list dd p {
    position: absolute;
    bottom: 0;
    padding: 12px;
    opacity: 0;
    transition: 0.5s;
    margin: 10px;
    height: 146px;
    width: 148px;
    border-radius: 50%;
    display: table-cell;
    vertical-align: bottom;
    pointer-events: none;
}
#stylist_list dd p:before {
    font-family: CinzelRegular;
    content: 'MORE';
    position: absolute;
    top: 10px;
    left: 0;
    margin: 10px auto 0;
    height: 100px;
    width: 100px;
    color: #000;
    right: 0;
    line-height: 100px;
    text-align: center;
    padding-left: 20px;
}
#stylist_list dd p:after {
    font-family: ionicons;
    content: '\f481';
    position: absolute;
    top: 10px;
    left: 0;
    margin: 10px auto 0;
    height: 100px;
    width: 74px;
    color: #000;
    right: 0;
    line-height: 100px;
    text-align: center;
    padding-right: 40px;
    font-size: 16px;
}
#stylist_list dd:hover p{
    opacity: 1;
    transition: 0.5s;
}
#stylist_list dd p a {
    color: #000;
    display: table-cell;
    vertical-align: bottom;
    height: 110px;
    width: inherit;
    text-decoration: none;
    text-align: center;
}
/*スタッフ<多店舗用＞*/
#stylist_list.stylist_list2 h3{
    margin: 0 auto 70px;
}
#stylist_list.stylist_list2{
    background: #fff;
    padding-bottom: 0;
}
#stylist #shop_tab{
    text-align: center;
    max-width: 1040px;
    white-space: nowrap;
    padding: 0 0 10px;
    margin: 0 auto 30px;
    -webkit-overflow-scrolling: touch;
    background: none;
}
#stylist #shop_tab::-webkit-scrollbar {
    height: 6px;
}
#stylist #shop_tab::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
    box-shadow: none;
}
#stylist #shop_tab::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #777;
}

#stylist #shop_tab li{
    display: inline-block;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-right: 20px;
    border: 1px solid #eee;
}
#stylist #shop_tab li a{
    display: block;
    padding: 8px 10px;
    font-size: 13px;
    color: #666;
    text-decoration: none;
}
#stylist #shop_tab li:hover{
    background: #f6f6f6;
}
#stylist #shop_tab li.active{
    border: 1px solid #666;
    background: #f6f6f6;
}
#stylist #shop_tab li.active a{
    color: #000;
}
#stylist_list.stylist_list2 .stylist_box{
    background: #f6f6f6;
    padding: 50px 0 45px;
}

/*NEWS*/
section#info{
    background: #fff;
    margin-bottom: 120px;
}
#info_list {
    display: block;
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
}
#info_list h3 {
    text-indent: -9999px;
    height: 40px;
    background: url(/images/httl06.png) no-repeat 50%;
    margin: 0 auto 70px;
}
#info_list .carousel {
    border-top: 1px dotted #ccc;
}
#info_list li {
    position: relative;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    padding: 13px 0;
}
#info_list li p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#info_list .news_icon {
    text-align: center;
    background: #000;
    color: #fff;
    padding: 2px;
    width: 55px;
    display: inline-block;
    margin: 0 12px;
    font-size: 10px;
}
#info_list li p a {
    color: #000;
    word-wrap: break-word;
    width: 100%;
}

/*Q&A*/
#question{
    background: #f6f6f6;
}
#question .box{
    padding: 100px 0 95px;
}
#question .sbox{
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}
#question h3{
    text-indent: -9999px;
    width: 320px;
    height: 40px;
    background: url(/images/httl07.png) no-repeat 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50px;
}
#question #qa_box{
    float: right;
    width: 535px;
    margin-right: 75px;
}
#question #qa_box dl{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    text-align: left;
}
#question #qa_box dl:last-child{
    margin-bottom: 0;
}
#question #qa_box dl dt{
    font-weight: bold;
    padding-right: 25px;
    position: relative;
    cursor: pointer;
}
#question #qa_box dl dt.active:before {
    content: "";
    background: url(/images/plus_ico.png) no-repeat;
    background-position: 0 -16px;
}
#question #qa_box dl dt:before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 0;
    background: url(/images/plus_ico.png) no-repeat;
    cursor: pointer;
}
#question #qa_box dl dt span,
#question #qa_box dl dd span{
    margin-right: 10px;
}
#question #qa_box dl dd{
    padding: 10px 15px 0 10px;
    display: none;
}
#question #qa_box dl dd span{
    color: #cc4466;
}

/*口コミ*/
#review .sbox{
    width: 1080px;
}
#review h3{
    text-indent: -9999px;
    height: 40px;
    background: url(/images/httl09.png) no-repeat 50%;
    margin: 0 auto 70px;
}
#review_box{
    text-align: center;
    padding: 20px 0;
}
#review .sbox .ssbox{
    width: 280px;
    padding: 20px;
    display: inline-block;
    font-size: 0;
    margin-right: 45px;
    box-shadow: 0px 0px 17px 4px rgba(0,0,0,0.07);
}
#review .sbox .ssbox:last-child{
    margin-right: 0;
}
#review .sbox a{
    color: #000;
}
#review .sbox .photo{
    width: 90px;
    height: 90px;
    backface-visibility: hidden;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin: 0 20px 0 0;
}
#review .sbox .txt{
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 20px;
    font-size: 12px;
    word-wrap: break-word;
}

/*クーポンキャンペーン*/
#service{
    margin-bottom: 120px;
}
#service .sbox{
    width: 100%;
}
#service #tab{
    width: 1040px;
    overflow: hidden;
    font-size: 0;
    margin: 0 auto;
}
#service #tab li{
    display: inline-block;
    width: 50%;
}
#service #tab li a{
    display: block;
    padding: 35px 0;
    text-indent: -9999px;
    width: 100%;
    height: 40px;
}
#service #tab li.active,
#service #tab li:hover,
#service .bg_service{
    background: #f6f6f6;
}
#service #tab li:hover{
    transition: all 1s;
}
#service #tab li.coupon_title a{
    background: url(/images/httl10.png) no-repeat 50%;
}
#service #tab li.campaign_title a{
    background: url(/images/httl11.png) no-repeat 50%;
}
#service .ssbox{
    padding: 100px 0 110px;
    overflow: hidden;
}
#coupon .service_box{
    position: relative;
}
#service .service_box{
    display: block;
    width: 978px;
    margin: 0 auto 30px;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
}
#service .service_box:last-of-type{
    margin-bottom: 0;
}
#service #campaign .service_box .left_box{
    width: calc(100% - 40px);
}
#service .service_box .noside{
    padding: 20px;
    text-align: left;
}
#service .service_box .left_box{
    padding: 20px;
    float: left;
    width: 799px;
    text-align: left;
}
#service .service_box .category{
    font-size: 0;
}
#service .service_box .category li{
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    border: 1px solid #000;
    font-size: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 10px;
    line-height: 1;
}
#service .service_box .category li.bg{
    background: #000;
    color: #fff;
}
#service .service_box .service_title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 20px;
}
#service .service_box .service_title a{
    color: #000;
}
#service .service_box .contents{
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#service .service_box .contents li{
    float: left;
    margin-right: 20px;
}
#service .service_box .contents li.coupon_price{
    float: right;
    font-size: 16px;
    font-weight: bold;
    margin-right: 0;
}
#service .service_box .contents li.coupon_price span{
    font-size: 18px;
    color: #cc4466;
}
#service .service_box .contents li.coupon_price span:before{
    content: "→";
    color: #000;
    font-size: 16px;
    padding: 0 5px;
}
#service .service_box .contents li.campaign_price{
    float: right;
    font-size: 18px;
    font-weight: bold;
    color: #cc4466;
    margin-right: 0;
}
#service .service_box .contents li.day{
    padding-top: 10px;
}
#service .service_box .service_botton{
    position: absolute;
    height: 100%;
    width: 100px;
    border-left: 1px dashed #ddd;
    font-size: 0;
    right: 0;
    padding: 0 20px;
}
#service .service_box .service_botton li{
    position: absolute;
    width: calc(100% - 40px);
}
#service .service_box .service_botton li.reservation{
    top: 45px;
}
#service .service_box .service_botton li.details{
    bottom: 45px;
}
#service .service_box .service_botton li a{
    display: block;
    font-size: 12px;
    padding: 10px 0;
    font-weight: bold;
    color: #000;
    border: 1px solid #000;
    text-decoration: none;
}
#service .service_box .service_botton li a:hover{
    background: #000;
    color: #fff;
}
#service .service_box .contents2 li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 16px;
}
#service .service_box .contents2 li.time,
#service .service_box .contents2 li.contents_txt{
    margin-bottom: 5px;
}

/*ショップリスト*/
#shops_list  h3{
    text-indent: -9999px;
    height: 40px;
    background: url(/images/httl08.png) no-repeat 50%;
    margin: 0 auto 70px;
}
.over-wrap {
    position: relative;
    left: 0;
    width: 100%;
}
#shops_list{
    overflow: hidden;
}
#shops_list h4 {
    text-align: center;
    font-size: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#shops_list .title_text{
    text-align: center;
    margin-bottom: 30px;
}
#shops_list dl {
    float: left;
    width: auto;
    margin: 0 30px 0 0;
    text-align: center;
}
#shops_list dl dt{
    margin-top: 10px;
}
#shops_list dl dt h4 span{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
#shops_list dd.photo {
    width: 250px;
    height: 200px;
    backface-visibility: hidden;
    display: inline-block;
}
#shops_list dd img{
    opacity: 1;
    transition: 0.5s;
}
#shops_list dd:hover img{
    opacity: 0.3;
    transition: 0.5s;
}
#shops_list dd p {
    position: absolute;
    bottom: 0;
    padding: 12px;
    opacity: 0;
    transition: 0.5s;
    margin: 10px;
    height: 156px;
    width: 207px;
    border-radius: 50%;
    display: table-cell;
    vertical-align: bottom;
    pointer-events: none;
}
#shops_list dd p:before {
    font-family: CinzelRegular;
    content: 'MORE';
    position: absolute;
    top: 20px;
    left: 0;
    margin: 10px auto 0;
    height: 100px;
    color: #000;
    right: 0;
    line-height: 100px;
    text-align: center;
    padding-left: 20px;
}
#shops_list dd p:after {
    font-family: ionicons;
    content: '\f481';
    position: absolute;
    top: 20px;
    left: 0;
    margin: 10px auto 0;
    height: 100px;
    color: #000;
    right: 0;
    line-height: 100px;
    text-align: center;
    padding-right: 50px;
    font-size: 16px;
}
#shops_list dd:hover p{
    opacity: 1;
    transition: 0.5s;
}
#shops_list dd p a {
    color: #000;
    display: table-cell;
    vertical-align: bottom;
    height: 100px;
    width: inherit;
    text-decoration: none;
    text-align: center;
}
.contents_footer ol li a{
    color: #000;
}

/*PICK UP*/
#pickup .sbox{
    width: 100%;
}
#pickup h3{
    text-indent: -9999px;
    height: 40px;
    background: url(/images/httl13.png) no-repeat 50%;
    margin: 0 auto 70px;
}
#pickup .horizon-swiper {
    overflow: hidden;
}
#pickup .horizon-outer .bx-wrapper .bx-viewport {
    overflow: initial !important;
}
#pickup .horizon-outer .bx-wrapper {
    max-width: 960px !important;
}
#pickup .pickup_box{
    overflow: hidden;
    text-align: center;
    font-size: 0;
    position: relative;
}
#pickup dl{
    display: inline-block;
    width: 300px!important;
    margin-right: 30px;
}
#pickup dl dt{
    height: 210px;
    margin-bottom: 10px;
}
#pickup dl dd p a{
    color: #000;
}
#pickup dl dd .title{
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#pickup dl dd .name{
    font-size: 12px;
    margin-left: 10px;
    text-align: right;
}
#pickup .horizon-outer .bx-wrapper .bx-viewport:before {
    content: "";
    position: absolute;
    height: 270px;
    width: 700px;
    background: #fff;
    display: block;
    z-index: 22;
    left: -730px;
    opacity: 0.8;
    top: 0;
}
#pickup .horizon-outer .bx-wrapper .bx-viewport:after{
    content: "";
    position: absolute;
    height: 270px;
    width: 700px;
    background: #fff;
    display: block;
    z-index: 22;
    right: -730px;
    opacity: 0.8;
    top: 0;
}
#pickup .bx-has-controls-direction{
    width: 960px;
    position: relative;
    top: -350px;
    overflow: visible;
}
#pickup .bx-prev,
#pickup .bx-next {
    text-indent: -9999px;
}
#pickup .bx-prev::after{
    text-indent: 1px;
    content: "\f124";
    display: block;
    font-family: 'ionicons';
    color: #000;
    font-size: 38px;
    position: absolute;
    left: -40px;
    top: 175px;
    z-index: 22;
}
#pickup .bx-next::after{
    text-indent: 1px;
    content: "\f125";
    display: block;
    font-family: 'ionicons';
    color: #000;
    font-size: 38px;
    position: absolute;
    right: -40px;
    top: 175px;
    z-index: 888;
}
#pickup .bx-prev,
#pickup .bx-next{
    position: static;
}

@media screen and (max-width:1115px){
    #catalog_length_list dl{
        width: 180px;
    }
    #catalog_length_list dd p{
        width: calc(100% - 24px);
    }

}
@media screen and (max-width:1080px){
    #hair_ranking .sbox,
    #review .sbox{
        width: 100%;
    }
    /*ヘアカタランキング*/
    #hair_ranking .sbox ul li{
        width: 250px;
        height: 350px;
    }
    #hair_ranking .sbox ul li p {
        width: 226px;
        height: 326px;
    }

    #review .sbox .ssbox{
        width: 25%;
        margin-right: 4%;
    }
}
@media screen and (max-width:1040px) {
    body{
        min-width: initial!important;
    }
    #index_contents #catalog_length_list dl {
        margin-right: 10px!important;
    }
    section .sbox,
    #hair_ranking .sbox{
        width: auto;
    }

    /*ヘアカタランキング*/
    #hair_ranking .sbox ul li{
        width: 220px;
        height: 320px;
    }
    #hair_ranking .sbox ul li p {
        width: 196px;
        height: 296px;
    }
    
    /*blog*/
    .col-sm-6{
        width: calc(33% - 8px);
        margin-right: 15px;
    }
    #blog figure{
        width: 100%;
        height: 170px;
    }

    /*スタッフ*/
    #stylist_list dd:hover p,
    #stylist_list dd:hover img{
        transition: inherit;
        border-radius: inherit;
    }
    #stylist_list dd img,
    #stylist_list dd:hover img{
        transition: inherit;
    }
    #stylist_list dd p{
        display: none;
    }
    .grayscale{
        filter: initial;
    }
    #stylist_list dd.photo{
        width: 130px;
        height: 130px;
        margin-bottom: 10px;
    }
    #stylist_list dl{
        float: none;
        display: inline-block;
        width: auto;
        text-align: center;
    }
    #stylist_list h4 span{
        font-size: 12px;
    }
    #stylist_list .carousel{
        white-space: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        text-align: center;
    }
    .carousel::-webkit-scrollbar {
      display: none;
    }
    
    /*ニュース*/
    #info_list{
        width: 100%;
        margin-right: 0;<dd class="photo radius trim">
    }
    #info_list li p{
        padding-right: 10px;
        padding-left: 10px;
        white-space: initial;
    }
    #info_list .carousel {
        height: inherit;
        border-top: 1px dotted #ccc;
    }

    /*Q&A*/
    #question h3{
        left: 20px;
    }
    #question #qa_box{
        margin-right: 30px;
    }

    #service #tab{
        width: 100%;
    }
}
@media screen and (max-width:980px){
    #service .ssbox{
        padding: 100px 2% 110px;
    }
    #service .service_box{
        width: 100%;
    }
    #service .service_box .left_box{
        width: calc(80% - 40px);
    }
    #service .service_box .service_botton{
        width: calc(20% - 40px);
    }
    #index_contents #catalog_length_list dl{
        width: 18%;
    }
    #catalog_length_list dd p,
    #hair_ranking .sbox ul li p{
        text-indent: -9999px;
        padding: 0;
        width: 100%;
        height: 100%;
    }
    #catalog_length_list dd p::before,
    #catalog_length_list dd p::after,
    #hair_ranking ul li p::before,
    #hair_ranking ul li p::after{
        display: none;
    }
    #catalog_length_list dd p a,
    #hair_ranking ul li p a{
        display: block!important;
    }
    #catalog_length_list dd.photo{
        height: 260px;
    }

}
@media screen and (max-width:930px){
    #question h3{
        width: 230px;
    }
    #question #qa_box{
        width: 450px;
    }
    /*ヘアカタランキング*/
    #hair_ranking .sbox ul li{
        width: 160px;
        height: 260px;
    }
    #hair_ranking .sbox ul li p {
        text-indent: -9999px;
    }
    #hair_ranking .sbox ul li img{
        height: 260px;
        object-fit: cover;
    }
    #hair_ranking .sbox ul li p::before,
    #hair_ranking .sbox ul li p::after {
        display: none;
    }

}
@media screen and (max-width:760px){
   #review .sbox .photo{
        width: 80px;
        height: 80px;
        margin-right: 10px;
    }
    #review .sbox .ssbox {
        width: 28%;
        margin-right: 2%;
        padding: 10px;
    }
    /*カタログランキング*/
    #hair_ranking h3{
        position: static;
        margin-bottom: 0;
        width: 320px;
        height: 40px;
        background: url(/images/sp/spttl02.png) no-repeat 50% 0;
        -webkit-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        margin: 0 auto 60px;
    }
    #hair_ranking .sbox ul{
        width: 100%;
    }
    #hair_ranking .sbox ul li{
        width: 32%;
        margin-right: 2%;
    }
    #hair_ranking .sbox ul li p{
        padding: 0;
        width: 100%;
        height: 100%;
    }
    #hair_ranking .sbox ul li p a{
        display: block;
    }

    /*Q&A*/
    #question h3{
        position: static;
        width: 320px;
        background: url(/images/sp/spttl07.png) no-repeat 50% 0;
        -webkit-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        margin: 0 auto 60px;
        transform: none;
    }
    #question #qa_box{
        float: none;
        width: calc(100% - 20px);
        margin-right: 0;
        padding: 10px;
    }
    #question #qa_box dl dd{
        margin-left: 0;
        padding-right: 10px;
    }

    /*クーポンキャンペーン*/
    #service .ssbox{
        padding: 60px 2%;
    }
    #service .service_box {
        padding: 15px;
        width: calc(100% - 30px);
    }
    #service .service_box .left_box,
    #service .service_box .service_botton{
        float: none;
        padding: 0;
    }
    #service .service_box .left_box,
    #service .service_box .service_botton{
        width: 100%!important;
    }
    #service .service_box .service_botton{
        overflow: hidden;
        padding: 10px 0 0;
        position: static;
    }
    #service .service_box .contents2 li{
        text-overflow: inherit;     
        white-space: inherit;
        height: auto;
    }
    #service .service_box .contents2 li.contents_txt{
        margin-bottom: 5px;
    }
    #service .service_box .service_botton li.details{
        display: none;
    }
    #service .service_box .service_botton li{
        position: static!important;
        margin-bottom: 0;
        width: 100%;
    }
    #service .sbox{
        width: auto;
        padding: 0!important;
    }
    #service .service_box .contents li{
        margin-right: 10px;
    }
    #service .service_box .contents li.coupon_price span:before{
        padding: 0 5px;
    }
    #service .service_box .noside{
        padding: 0;
    }
}
@media screen and (max-width:640px){
    .sbox{
        padding: 0 2%!important;
    }
    .ghost_link{
        width: 85%!important;
        padding: 7px 0!important;
        margin: 35px auto 60px!important;
    }
    section{
        margin-bottom: 0!important;
    }
    #service .ssbox{
        padding: 55px 2% 0;
    }
    section h3{
        height: auto!important;
        margin: 0 auto!important;
    }
    section h3 span{
        text-indent: 1px;
        display: block;
        color: #666;
        margin: 30px 0 0;
        font-size: 11px;
        text-align: center;
    }
    #review .sbox{
        width: auto;
        padding: 0!important;
    }

    /*ブログ*/
    #blog h3{
        margin-bottom: 0;
        padding: 70px 10px 30px !important;
        background: url(/images/sp/spttl04.png) no-repeat 50% 60px;
        -webkit-background-size: 60%;
        -o-background-size: 60%;
        background-size: 60%;
    }
    .col-sm-6 {
        width: calc(50% - 2.5px);
        margin-right: 5px;
    }
    .col-sm-6:nth-child(3n){
        margin-right: 5px;
    }
    #blog figure{
        width: 100%!important;
        height: 20vh!important;
        margin: 0 0 5px;
    }
    #blog article {
        width: 100%!important;
        position: static;
    }
    #blog figure img{
        width: 100%!important;
    }
    #blog h4 {
        height: 35px;
        line-height: 1.5;
        font-size: 12px;
        margin-bottom: 4px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .blog-box .detail p{
        height: 30px;
        font-size: 12px;
        padding-left: 11vw;
        margin-left: 0;
        width: calc(100% - 11vw);
    }
    .date-block span {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 700;
        display: block;
    }
    #blog .col-sm-6:nth-child(2n) {
        margin-right: 0;
    }
    #blog .detail .date-block{
        width: 20%;
        font-size: 10px;
    }
    .col-sm-6 ul{
        clear: both;
        margin-top: 2px;
    }
    .col-sm-6 ul li{
        font-size: 10px;
        font-weight: normal;
    }
    .col-sm-6 ul li.shop_name{
        margin-right: 5px;
    }
    .col-sm-6 ul li.name{
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    /*ブログランキング*/
    #blog_ranking .sbox{
        width: auto;
    }
    #blog_ranking{
        padding: 0 0 20px;
        margin-bottom: 0;
    }
    #blog_ranking h3{
        margin-bottom: 0;
        padding: 70px 10px 30px !important;
        background: url(/images/sp/spttl05.png) no-repeat 50% 60px;
        -webkit-background-size: 60%;
        -o-background-size: 60%;
        background-size: 60%;
    }
    #blog_ranking figure {
        width: 120px ;
        height: 120px;
        float: left;
        margin-right: 15px;
        max-width: 100%!important;
    }
    .ranking_slid_sp .ssbox {
        padding: 0;
        position: relative;
        margin-bottom: 35px;
        overflow: hidden;
    }
     #blog_ranking .txt {
        overflow: hidden;
        position: relative;
        text-align: left;
    }
     #blog_ranking .txt h4{
        font-size: 12px;
        font-weight: bold;
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin: 15px 0 2px;
        white-space: initial;
        color: #000;
     }
     #blog_ranking .txt p {
        margin: 0 0 5px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    #blog_ranking .txt ul li{
        color: #000;
    }
    #blog_ranking .txt ul .entry {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 10px;
        letter-spacing: 0.1vh;
    }
    #blog_ranking .txt ul .shop_name,
    #blog_ranking .txt ul .name,
    #blog_ranking .txt ul li p {
        font-size: 10px;
        border-bottom: 0;
        padding: 0;
        float: left;
        width: 50%;
        margin-right: 2%;
        font-weight: normal;
    }
    #spindex_contents .ranking_slid_sp .ssbox .txt ul .pv {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 10px;
        letter-spacing: 0.1vh;
    }
    #spindex_contents .ranking_slid_sp .ssbox .txt ul .pv p {
        margin-top: 0;
        width: auto;
        margin-right: 2%;
    }
    #blog_ranking .txt ul li.botton {
        font-size: 10px;
        border-bottom: 0;
        padding: 5px 0;
        float: right;
        width: calc(50% - 9px);
        display: inline-block;
        text-align: center;
        line-height: 1;
        background: none;
        border: 1px solid #000;
    }
    #blog_ranking .txt ul li.botton:hover {
        background: #000;
        color: #fff;
    }
    #spindex_contents .ranking_slid_sp .ssbox .txt ul .pv p::after, 
    #spindex_contents #blog_contents #leftmain .pv p:after, 
    #spindex_contents .pageview:after {
        content: "PV";
        font-size: 8px;
    }

    /*カタログ*/
    #catalog_length_list{
        margin-bottom: 0;
    }
    #catalog_length_list h3{
        margin-bottom: 0;
        padding: 70px 10px 30px !important;
        background: url(/images/sp/spttl01.png) no-repeat 50% 60px;
        -webkit-background-size: 60%;
        -o-background-size: 60%;
        background-size: 60%;
        margin: 0 auto;
    }
    #menscatalg #catalog_length_list h3{
        margin-bottom: 0;
        padding: 70px 10px 30px !important;
        background: url(/images/sp/spttl14.png) no-repeat 50% 60px;
        -webkit-background-size: 60%;
        -o-background-size: 60%;
        background-size: 60%;
        margin: 0 auto;
    }
    #catalog_length_list .bx-controls,
    #catalog_length_list dd p:after,
    #catalog_length_list dd p:before {
        display: none;
    }
    #catalog_length_list .carousel {
        text-align: center;
    }
    #catalog_length_list .bx-wrapper{
        max-width: none!important;
    }
    #haircatalg .carousel-cell,
    #menscatalg .carousel-cell {
        width: calc( 100vw / 2 )!important;
        display: inline-block;
        position: relative;
        margin: 0!important;
    }
    #haircatalg #catalog_length_list dl h4,
    #menscatalg #catalog_length_list dl h4 {
        color: #000;
        font-size: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-bottom: 5px;
        position: absolute;
        width: 100%;
        z-index: 2;
        bottom: 10px;
        margin: auto;
    }
    #haircatalg #catalog_length_list dl h4 span,
    #menscatalg #catalog_length_list dl h4 span {
        display: block;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }
    #haircatalg #catalog_length_list .photo,
    #menscatalg #catalog_length_list .photo {
        box-shadow: none ;
        width: calc( 100vw / 2 )!important;
        height: calc( 143.4782608695652vw / 2 );
    }
    #haircatalg #catalog_length_list .photo img,
    #menscatalg #catalog_length_list .photo img {
        max-width: initial;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #haircatalg #catalog_length_list .photo p a,
    #menscatalg #catalog_length_list .photo p a {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        text-indent: -99999px;
    }
    #catalog_length_list dd p:before{
        display: none;
    }
    #catalog_length_list .bx-wrapper .bx-viewport{
        box-shadow: none;
    }

    /*カタログランキング*/
    #hair_ranking h3{
        width: auto;
        padding: 50px 10px 30px !important;
        background: url(/images/sp/spttl02.png) no-repeat 50% 40px;
        -webkit-background-size: 60%;
        -o-background-size: 60%;
        background-size: 60%;
        margin: 0 auto;
    }
    #hair_ranking .sbox ul li{
        height: 130px;
    }
    #hair_ranking .sbox ul li img{
        width: 100%;
        height: 130px;
        object-fit: cover;
    }
    section#hair_ranking .sbox ul li:nth-child(1):before,
    section#hair_ranking .sbox ul li:nth-child(2):before,
    section#hair_ranking .sbox ul li:nth-child(3):before{
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
    }

    /*スタッフ*/
    #stylist_list h3{
        margin-bottom: 0;
        padding: 70px 10px 30px !important;
        background: url(/images/sp/spttl03.png) no-repeat 50% 60px;
        -webkit-background-size: 60%;
        -o-background-size: 60%;
        background-size: 60%;
        margin: 0 auto;
        height: auto;
    }
    #stylist_list dd.photo{
        width: 85px ;
        height: 85px ;
    }
    #stylist_list{
        padding-bottom: 0;
        margin-bottom: 0;
    }
    /*スタッフ＜多店舗＞*/
    #stylist #shop_tab{
        margin-bottom: 15px;
    }
    #stylist #shop_tab li{
        margin-right: 10px;
    }
    #stylist #shop_tab li a{
        font-size: 12px;
        padding: 5px;
    }
    #stylist_list.stylist_list2 .stylist_box{
        padding: 25px 0 20px;
    }

    /*ニュース*/
    #info_list{
        background: #f6f6f6;
        padding-bottom: 50px;
    }
    #info_list h3{
        margin-bottom: 0;
        padding: 70px 10px 30px !important;
        background: url(/images/sp/spttl06.png) no-repeat 50% 60px;
        -webkit-background-size: 60%;
        -o-background-size: 60%;
        background-size: 60%;
        margin: 0 auto;
    }
    #info_list .carousel{
        border-top: none;
    }
    #info_list li{
        padding: 15px;
        background: #fff;
        margin: 10px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border-bottom: none;
    }
    #info_list .news_icon {
        float: left;
        margin-left: 0;
        padding: 2px 0;
    }
    #info_list li p{
        padding: 0;
    }
    #info_list li p a {
        float: left;
    }
    section#info h2,
    section#info p,
    section#info a{
        color: #000;
    }
    /*Q&A*/
    #question .box{
        padding: 0;
        overflow: hidden;
    }
    #question h3{
        width: auto!important;
        margin-bottom: 0;
        padding: 70px 10px 30px !important;
        background: url(/images/sp/spttl07.png) no-repeat 50% 60px;
        -webkit-background-size: 60%;
        -o-background-size: 60%;
        background-size: 60%;
        margin: 0 auto;
        height: auto;
    }
    #question #qa_box{
        padding: 0;
        width: 100%;
    }

    /*口コミ*/
    #review_box{
        padding: 5px 0;
    }
    #review h3{
        margin-bottom: 0;
        padding: 70px 10px 30px !important;
        background: url(/images/sp/spttl09.png) no-repeat 50% 60px;
        -webkit-background-size: 60%;
        -o-background-size: 60%;
        background-size: 60%;
        margin: 0 auto;
    }
    #review .sbox .ssbox{
        width: calc(70% - 20px);
        margin: 10px;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
    }
    #review .sbox .ssbox:last-child{
        margin-right: 2%;
    }

    /*クーポン＆キャンペーン*/
    #service{
        padding-top: 60px;
    }
    #service .service_box{
        margin-bottom: 10px;
    }
    #service #tab li a{
        padding: 20px 0;
    }
    #service .service_box .category li{
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 5px;
    }
    #service #tab li.coupon_title a{
        background: url(/images/sp/spttl10.png) no-repeat 50% ;
        -webkit-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
    }
    #service #tab li.campaign_title a{
        background: url(/images/sp/spttl11.png) no-repeat 50% ;
        -webkit-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
    }
    #service .service_box .service_title,
    #service .service_box .contents li.coupon_price span,
    #service .service_box .contents li.campaign_price{
        font-size: 16px;
    }
    #service .service_box .contents{
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    #service .service_box .contents li.coupon_price{
        font-size: 14px;
    }
    #service .service_box .contents li.day{
        padding-top: 8px;
    }
    #service .service_box .contents li.coupon_price span:before{
        padding: 0 5px;
    }
    #service .service_box .contents li.campaign_price span{
        display: none;
    }

    /*ショップリスト*/
    #shops_list h3{
        padding: 70px 10px 30px !important;
        background: url(/images/sp/spttl08.png) no-repeat 50% 60px;
        -webkit-background-size: 60%;
        -o-background-size: 60%;
        background-size: 60%;
    }
    #shops_list dl{
        margin-right: 15px;
    }
    #shops_list dd.photo{
        width: 140px;
        height: 120px;
        margin-bottom: 0;
    }
    #shops_list dd p{
        display: none;
    }

    /*PICK UP*/
    #pickup{
        margin-bottom: 60px!important;
    }
    #spindex_contents #pickup .horizon-swiper .horizon-outer{
        max-height: none!important;
    }
    #pickup h3{
        padding: 70px 10px 30px !important;
        height: auto!important;
        background: url(/images/sp/spttl12.png) no-repeat 50% 60px!important;
        -webkit-background-size: 60%;
        -o-background-size: 60%;
        background-size: 60%!important;
    }
    #pickup .sbox{
        width: auto;
    }
    #pickup .pickup_box{
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding: 0;
    }
    #pickup .pickup_box::-webkit-scrollbar {
        height: 2px;
    }
    #pickup .pickup_box::-webkit-scrollbar-thumb {
        background: #aaa;
        border-radius: 10px;
        box-shadow: none;
    }
    #pickup dl{
        width: 40%!important;
        margin: 0 10px 10px 0!important;
    }
    #pickup dl dt{
        height: 120px;
        margin-bottom: 5px;
    }
    #pickup dl dd{
        margin-left: 0;
    }
    #pickup dl dd p a{
        padding: 0!important
    }
    #pickup dl dd p.title{
        border-top: 0;
        padding: 0;
    }
    #pickup dl dd p.title:before{
        display: none;
    }
    #pickup dl dd p.title a{
        font-size: 12px!important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #pickup dl dd p.name{
        margin: 0;
        padding: 0;
        border-bottom: none;
        font-size: 10px;
    }
    #pickup dl dd p.name a{
        font-size: 10px;
        display: inline;
        font-weight: normal;
    }

    /*ブログカテゴリー*/
    .c_blog h3 {
        padding: 70px 10px 30px !important;
        height: auto!important;
    }
    #category1 h3{
        background: url(/images/sp/category1.png) no-repeat 50% 60px!important;
        -webkit-background-size: 60%;
        -o-background-size: 60%;
        background-size: 60%!important;
    }
    #category2 h3{
        background: url(/images/sp/category2.png) no-repeat 50% 60px!important;
        -webkit-background-size: 60%;
        -o-background-size: 60%;
        background-size: 60%!important;
    }
    #category3 h3{
        background: url(/images/sp/category3.png) no-repeat 50% 60px!important;
        -webkit-background-size: 60%;
        -o-background-size: 60%;
        background-size: 60%!important;
    }
    #category4 h3{
        background: url(/images/sp/category4.png) no-repeat 50% 60px!important;
        -webkit-background-size: 60%;
        -o-background-size: 60%;
        background-size: 60%!important;
    }
    #category5 h3{
        background: url(/images/sp/category5.png) no-repeat 50% 60px!important;
        -webkit-background-size: 60%;
        -o-background-size: 60%;
        background-size: 60%!important;
    }
    .c_blog{
        position: relative;
        padding: 5px 0 20px;
    }
    .c_blog .c_bogs{
        text-align: center;
    }
    .c_blog .sbox{
        width: auto;
    }
    /*パターン1*/
    /*.c_blog dl{
        display: inline-block;
        width: 50%;
        margin: 0 20px 0 0;
        background: #fff;
        padding: 15px;
    }
    .c_blog dl:last-child{
        margin-right: 0;
    }
    .c_blog dl dt{
        height: 120px;
        margin-bottom: 10px;
    }
    .c_blog dl dd{
        margin: 0;
    }
    .c_blog dl dd ul{
        overflow: hidden;
        text-align: left;
    }
    .c_blog .flickity-enabled.is-draggable .flickity-viewport{
        padding-bottom: 60px;
    }
    .c_blog .flickity-prev-next-button{
        width: 30px;
        height: 30px;
        top: auto;
    }
    .c_blog .flickity-prev-next-button{
        bottom: 0;
    }
    .c_blog .ghost_link{
        margin-top: 30px;
    }*/
    /*パターン1 END*/
    /*パターン2*/
    .c_blog dl{
        overflow: hidden;
        margin: 0 0 20px;
        padding: 15px;
        width: calc(100% - 30px);
        height: auto;
    }
    .c_blog dl:last-child{
        margin-bottom: 0;
    }
    .c_blog dl dt{
        float: left;
        width: calc(45% - 15px);
        height: 110px;
        margin-right: 15px;
        margin-bottom: 0;
    }
    .c_blog dl dd{
        width: 55%;
        margin: 0;
        float: left;
    }
    .c_blog dl dd ul{
        overflow: hidden;
        text-align: left;
    }
    /*パターン2 END*/
    .c_blog dl dd ul li.day p,
    .c_blog dl dd ul li.shop p{
        font-size: 10px;
        overflow: hidden;
    }
    .c_blog dl dd ul li.day{
        float: left;
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .c_blog dl dd ul li.shop{
        float: left;
        margin-bottom: 5px;
    }
    .c_blog dl dd ul li.shop .name{
        font-size: 10px;
        font-weight: normal;
    }
    .c_blog dl dd ul li.title{
        clear: both;
        margin-bottom: 5px;
        border-top: none;
        padding: 0;
    }
    .c_blog dl dd ul li.title:before{
        display: none;
    }
    .c_blog dl dd ul li.title h4 a{
        font-size: 12px;
        height: auto;
    }

}