/*変数*/
:root{
    /* margin padding */
    --space: 8px;
    /* color */
    --black: #222222;
    --gray: #808080;
    --blue:#239BD9; 
    --gray_border: #dadada;
    --gray_border2: #e6e6e6;
    --gray2: #f4f4f4;
    --pink: #D65072;

    /* google icon */
    --icon: 'Material Symbols Outlined';
    --icon_fill: 'Material Symbols Sharp';
    --fav:'\e87d';
    --close: '\e5cd';
    --search: '\e8b6';
    --arrow_down: '\e313';
    --location: '\e0c8';
    --fill: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 24;
    
}

body{
    -webkit-text-size-adjust: 100%;
}
div#roomSelectArea{
    box-sizing: border-box;
    /* border: 1px solid #f4f4f4; */
}
div#roomSelectArea ul{
    display: flex;
    justify-content: center;
}
div#roomSelectArea ul li{
    width: 50%;
    
    height: 43px;

}
div#roomSelectArea ul li a{
    color: #222;
    font-size: 12px;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#roomSelectArea ul li a.active{
    border-bottom: 1px solid  #222222;
}

/*スライダー*/

.contentslider .slides,.fcontentslider .slides{
    opacity: 0;
    transition: opacity .3s linear;
}    
.contentslider .slides.slick-initialized,.fcontentslider .slides.slick-initialized{
    opacity: 1;
}
.contentslider .slides.single,.fcontentslider .slides.single{
    opacity: 1;
}

.contentslider .slides.single{
    border-radius: 15px;
    box-shadow: 5px 5px 10px 0px rgba(88, 91, 91, 0.1);
}

.contentslider ul li, .fcontentslider ul li{
    padding:0 5px;
}
.contentslider ul li img, .fcontentslider ul li img{
    display: block;
    width: 100%;
}
.contentslider .slick-slider img,.fcontentslider .slick-slider img{
    width: 100%;
}
.contentslider .slick-dotted.slick-slider, .fcontentslider .slick-dotted.slick-slider {
    margin-bottom: 0px!important;
}
.contentslider .slick-dots,.fcontentslider .slick-dots{
    bottom: -18px!important;
}
.contentslider .slick-dots li,.fcontentslider .slick-dots li{
    width: 5px!important;
    height: 5px!important;
    border-radius: 50%;
    margin:0 0!important;
}
.contentslider .slick-dots li button,.fcontentslider .slick-dots li button{
    width: 0px!important;
    height: 0px!important;
    border-radius: 50%;
    padding: 2.5px;
    box-sizing: border-box;
}
div.contentslider{
    margin-bottom: 30px!important;
    background: #F4F4F4;
    padding: 20px 0 40px;
}

/*2022 05 20 */
.helplink{
    display: block;
    margin-top: 15px;
    color: #2d2d2d;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
}
.helplink span{
    text-decoration: underline;
}


.contentslider ul li.slick-slide{
    border-radius: 15px;
    box-shadow: 5px 5px 10px 0px rgba(88, 91, 91, 0.1);
    margin: 0 5px 10px;
    padding: 0;
    background: #fff;
}
div.contentslider ul li.slick-slide img{
    border-radius: 15px 15px 0 0;
}
.contentslider .slides.single{
    width: 90%!important;
    margin:0 auto;
}
.contentslider .slides.single li{
    border-radius: 15px;
    box-shadow: 5px 5px 10px 0px rgba(88, 91, 91, 0.1);
    
    
}
div.contentslider ul.single li img{
    border-radius: 15px 15px 0 0;
}


/*オトナルーム所属ブランド用 */
div#roomBack{
    width: 100%;
    height: 43px;
    border-top: 1px solid #f4f4f4;
}
div#roomBack a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
    font-size: 12px;
}

div#roomBack a::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%)rotate(-135deg);
    border-top: #8d8d8d 1px solid;
    border-right: #8d8d8d 1px solid;
    width: 4px;
    height: 4px;

}
#ss-w-alhd-sp-coordinateSearch_selecter_item_category.mb_10,#ss-w-alhd-sp-articleSearch_selecter_item_category.mb_10{
    margin-bottom: 10px;
    display: block;
}

.ss-w-alhd-sp-coordinateSearch_title,.ss-w-alhd-sp-articleSearch_title{
    width: 40%;
    padding: 6.5% 0 2% 5%;

}
.ss-w-alhd-sp-coordinateSearch_selecter,.ss-w-alhd-sp-articleSearch_selecter{
    width: 50%;
    padding: 5% 5% 5px 0;
    float: right;
}

/*パルクロPLAY再生ボタン*/
#ss-w-alhd-sp-playArea .ss-w-alhd-sp-articleDisplay2itemBox,ul#playAreaHtml p.ss-w-alhd-pc-articleDisplay4lineImage,.pickup-playArea .ss-w-alhd-sp-articleDisplay2itemBox{
    position: relative;
}
#ss-w-alhd-sp-playArea .ss-w-alhd-sp-articleDisplay2itemBox::before,.pickup-playArea .ss-w-alhd-sp-articleDisplay2itemBox::before{
    content: "";
    display: block;
    
    position: absolute;
    top: 32%;
    left: 54%;
    transform: translate(-50%,-50%);
    z-index: 3;

    border: 0.6em solid transparent;
    border-left: 1.2em solid #fff;
    box-sizing: border-box;
    border-radius: 1px;
    content: "";
    pointer-events: none;
}
#ss-w-alhd-sp-playArea .ss-w-alhd-sp-articleDisplay2itemBox::after,.pickup-playArea .ss-w-alhd-sp-articleDisplay2itemBox::after{
    content: "";
    display: block;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    box-sizing: border-box;
    content: "";
    width: 44px;
    height: 44px;
    pointer-events: none;
}
ul#playAreaHtml p.ss-w-alhd-pc-articleDisplay4lineImage::before{
    content: "";
    display: block;
    
    position: absolute;
    top: 52%;
    left: 53%;
    transform: translate(-50%,-50%);
    z-index: 3;

    border: 0.6em solid transparent;
    border-left: 1.2em solid #fff;
    box-sizing: border-box;
    border-radius: 1px;
    content: "";
    pointer-events: none;
}
ul#playAreaHtml p.ss-w-alhd-pc-articleDisplay4lineImage::after{
    content: "";
    display: block;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    box-sizing: border-box;
    content: "";
    width: 44px;
    height: 44px;
    pointer-events: none;
}
#mapsearch .iframe_area iframe{
    border: none;
    height: calc(100vh - 135px);
    width: 100%;
}

/* awoo エリア */



div.awooArea p{
    font-size: 16px;
    margin-bottom: 20px;
    
}
div.awooArea{
    margin-bottom: 50px;
}
div.awooArea.movablearea{
    margin-bottom: 0;
}
div.awooArea.product p{
    text-align: center;
}
div.awooArea p.awoo_explain{
    line-height: 1.81;
    font-size: 11px;
    margin-bottom: 45px;
}
div.awooArea p.awoo_title{
    font-size: 18px;
    margin-bottom: 20px;
    padding-top: 38px;
}
div.awooArea > div{
    display: flex;
    flex-wrap: wrap;
}
div.awoo-tag{
    font-size: 12px;
    background: #F4F4F4;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 10px;
    box-sizing: border-box;
    margin-right: 5px;
    margin-bottom: 5px;
}
div.awoo-tag a{
    text-decoration: none;
}
div.awoo_sort{
    width: 160px;
    margin-left: auto;
}
div.awoo_sort dl{
    display: flex;
    align-items: center;
}
div.awoo_sort dl dt{
    width: 40px;
    font-size: 10px;
}
div.awoo_sort dl dd{
    width: 120px;
    font-size: 12px;
    border: #dadada 1px solid;
    position: relative;
}
div.awoo_sort dl dd::after{
    content: "";
    display: block;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)rotate(135deg);
    right: 10px;
    width: 5px;
    height: 5px;
}

.movablearea.awooArea{
    margin: 0 auto 0px!important;
    width: 90%;
}
.movablearea.awooArea p{
    text-align: center;
}

#awoo-classify .awoo-tag-wrapper a,#awoo-product-tags .awoo-tag-wrapper a{
    background: #f4f4f4!important;
    border: none!important;
    border-radius: 10px!important;
    padding: 0 14px!important;
    height: 30px!important;
    line-height: 30px!important;
    font-size: 11px!important;
    text-decoration: none;
}
.hsSPBi{
    gap:5px!important;
}
/* #awoo-classify .awoo-tag-wrapper a:nth-child(n + 11){
    display: none!important;
}
#awooAreaId div:nth-child(n + 11){
    display: none!important;
}
.awooArea #awoo-classify div:nth-child(n + 11){
    display: none!important;
} */

.awootoggle{
    display: none;
}
div.awooArea{
    position: relative;
    padding-bottom: 25px;
    font-size: 12px;
}
.awooLabel{
    position: absolute;
    bottom: 0;
    text-align: center;
    display: block;
}
.awooLabel::before{
    content: "もっと見る";
}
.awooLabel::after{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: solid 1px #222;
    border-right: solid 1px #222;
    transform: rotate(135deg);
    margin-left: 5px;
    position: relative;
    top: -2px;
}
.awootoggle:checked + .awooLabel::before{
    content: "閉じる";
}
.awootoggle:checked + .awooLabel::after{
    transform: rotate(-45deg);
    top: 1px;
}
#awooAreaId,#awoo-classify,#awoo-product-tags{
    height: 70px;
    overflow: hidden;
    position: relative;
    transition: all 1s;
}
.awootoggle:checked + .awooLabel + #awooAreaId,.awootoggle:checked + .awooLabel + #awoo-classify,.awootoggle:checked + .awooLabel + #awoo-product-tags {	/*開閉時*/
    height: auto;
    transition: all 1s;
}


/*全てのカテゴリボタン */
#g_header_brand_area {
    width: 100%;
    margin-top: 70px;
}
.sort_brand {
    background: url(https://www.palcloset.jp/static/mallDefault/shared/sp_pal/images/member/check.png) no-repeat left top;
    height: 20px;
    line-height: 20px;
    display: block;
    padding: 0 0 0 28px;
    cursor: pointer;
    overflow: hidden;
    font-size: 10px;
    color: #333;
    margin-right: 12px;
}
#g_header_brand li{
    position: relative;
    padding: 0!important;
    border-right: 1px dotted #dadada;
    width: calc(100% / 3);
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px dotted #dadada;
}
#g_header_brand li > a{
    position: absolute!important;
    top: 0;
    left: 0;
}
#g_header_brand li::before{
    content: "";
    display: block;
    padding-top: calc(145 / 125 * 100%);
}
#g_header_brand li div.favIcon{
    width: 80%!important;
    margin:0 auto;
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0!important;
}
#g_header_brand li a div.brand_kana{
    width: 95%;
    margin:5px auto 0;
    line-height: 1.2;
}
#g_header_brand li a.favoriteBrandButton::after,
#footer_brand li a.favoriteBrandButton::after{
    content: none;
}
#g_header_brand .header_brand_blog{
    padding: 85px 0 22px!important;
}
.header_brand_blog::before{
    display: none!important;
}
#footer_brand li#li_sort_brand:first-child{
    height: 100%;
}

ul#g_header_brand li:first-child{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 4% 2% 3%;
}
#footer_brand li div.favIcon {
    display: inline-block;
    width: 20px;
    padding-right: 3%;
}




#g_header_brand, #header_category {
    background: #ffffff;
}

#header_category li {
    box-sizing: border-box;
    border-top: 1px solid #dadada;
}

#g_header_brand li:first-child {
    border-right: none!important;
}
#g_header_brand li:nth-child(even) {
    border-right: 1px dotted #dadada!important;
}

#g_header_brand li a, #header_category li a {
    font-size: 10px;
}

#g_header_brand {
    display: flex;
    flex-wrap: wrap;
}

#header_category li.subcategory_name span::before{
    width: 6px!important;
    height: 6px!important;
    right: 5.5%;
}
#header_category li a::before{
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #999999;
    border-right: solid 1px #999999;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 6%;
    margin-top: -3px;
}
#header_category .category_back {
    background-color: #F4F4F4;
}

#g_header_brand li#keyword input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}

label {
    width: 100%;
}

ul#g_header_brand li:first-child{
    height: 54px;
    width: 100%;
}
ul#g_header_brand li:first-child a{
    padding: 5.5% 12% 3% 5%;
    text-align: right;
}
#g_header_brand li:first-child a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #999999;
    border-right: solid 1px #999999;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 57%;
    right: 6%;
    margin-top: -2px;
}

#g_header_brand li.header_brand_blog {
    width: 100%;
    padding: 0 10px;
    color: #333;
    line-height: 1.6;
    font-size: 16px;
    padding: 85px 0px 22px;
}
.movablearea{
    padding: 25px 0 10px;
  }

  div.categoryArea.movablearea > div.header_navigation_category_btn {
    border: 1px solid #DADADA;
    color: #333333;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    box-sizing:border-box;
    width: 53%;
    margin: 0 auto;
    line-height: 1.0;
    padding: 17px 0;
    position: relative;
}

div.header_navigation_category_btn span.allbtn_plus {
    position: absolute;
    right: 20px;
    top: 50%;
}
div.header_navigation_category_btn span.allbtn_plus::before{
    content: "";
    display: block;
    vertical-align: middle;
    color: #808080;
    width: 10px;
    height: 1px;
    background: currentColor;
    position: relative;
}
div.header_navigation_category_btn span.allbtn_plus::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #808080;
    background: currentColor;
    transform: rotate(90deg);
}
#header_navigation_category li span,
#g_header_navigation_brand li span {
    position: relative;
    padding: 10px 15px;
    color: #333333;
    font-size: 12px;
    display: flex;
    align-items: center;
}
#header_navigation_category li span span,
#g_header_navigation_brand li span span{
    display: inline-block;
    font-size: 10px;
    padding: 0;
    margin-left: 3px;
}
#header_navigation_category li span img,
#g_header_navigation_brand li span img{
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    margin-right:10px;
}
#header_navigation_category li span span:before,
#g_header_navigation_brand li span span:before{
    display: none;
}
#header_navigation_category li a,
#g_header_navigation_brand li a {
    position: relative;
    display: block;
    padding: 24px 15px!important;
    box-sizing: border-box;
    text-decoration: none;
    color: #333333;
    font-size: 12px;
    line-height: 1em;
}
#header_navigation_category li ul.subcategory li a{
    height: 65px;
    padding: 0 40px 0 15px!important;
    display: flex;
    align-items: center;
    line-height: 1.8;
    
}
#header_navigation_category li a span,
#g_header_navigation_brand li a span{
    display: inline-block;
    padding: 0;
    font-size: 10px;
    margin-left: 5px;
}
#header_navigation_category li a span::before,
#g_header_navigation_brand li a span::before{
    display: none;
}
#g_header_brand li a, #footer_brand li a{
    padding: 0% 0% 0% 0%!important;
    width: 100%;
}
#g_header_navigation_brand li a {
    font-size: 10px;
}

#g_header_navigation_brand img {
    width: 100%;
}

#header_navigation_category li span::before,
#header_navigation_category li a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #222;
    border-right: solid 1px #222;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -5px;
}

#header_navigation_category li span::before {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#header_navigation_category li span.action::before {
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-top: 0;
}

#header_navigation_category .header_category_menu, #g_header_navigation_brand .header_brand_menu {
    background-color: #fff;
    border-bottom: 1px solid #dadada;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 102;
}
#g_header_navigation_brand .header_brand_menu {
    height: 70px;
    z-index: 102;
}

#header_navigation_category .header_category_menu>span {
    font-size: 17px;
    padding: 5% 5%;
    display: block;
}
#g_header_navigation_brand .header_brand_menu>span {
    font-size: 17px;
    text-align: center;
    line-height: 70px;
    display: block;
}

/* ブランドリスト・カテゴリーモーダル */
div.category_modal, div.brand_modal {
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    height: calc(var(--vh, 1vh) * 100 - 65px);
    width: 100%;
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

div.category_modal.open, div.brand_modal.open {
    opacity: 1;
    visibility: inherit;
    transition: 0.3s;
    background: rgba(0,0,0,0.6);
}

/* クローズボタン */
.header_category_close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 55%;
    right: 2%;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .header_brand_close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 52%;
    right: 7.5%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  
  .close__line {
    width: 1px;
    height: 20px;
    background-color: #222;
  }
  
  .close__line001 {
    display: inline-block;
    transform: rotate(45deg);
  }
  
  .close__line002 {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    transform: rotate(-45deg);
  }

  #header_category_area {
    width: 100%;
    margin-top: 65px;
  }
  li.fav_none{
    width: 100%!important;
    height: 50px;
    text-align :center;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#coordinate_item_list .coordinateDisplay3line li{
    position: relative;
}
div#coordinate_item_list .coordinateDisplay3line li span{
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 40px;
    display: block;
    z-index: 2;
}
div#coordinate_item_list .coordinateDisplay3line li span img{
    display: block;
    width: 100%;
}

.cookie_limit_modal{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.cookie_limit_modal_inner{
    background: #fff;
    width: 90%;
    height: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 14px;
    text-align:center;
    line-height: 1.6;
}
.cookie_limit_modal_inner a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height:50px;
    color: #fff;
    background: #808080;
    margin-top: 20px;
}
.cookie_limit_modal_inner a{
    text-decoration: none;
}
.cookie_limit_modal_inner a:hover{
    text-decoration: none;
}
.cookie_limit_modal_inner div.close{
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40px;
    right: 25px;

}
.cookie_limit_modal_inner div.close span{
    display: block;
    width: 30px;
    height: 1px;
    background: #333;

}
.cookie_limit_modal_inner div.close span:first-child{
    transform: rotate(45deg);

}
.cookie_limit_modal_inner div.close span:last-child{
    transform: rotate(-45deg);

}

#ss-w-alhd-sp-otherCoordinate li div a span.list_coordinate_fav_btn {
    position: absolute;
    top: 175px;
    right: 10px;
    width: 40px;
    z-index: 2;
}
#ss-w-alhd-sp-otherCoordinate li div a span.list_coordinate_fav_btn img, #ss-w-alhd-sp-coordinateRankingItemList ul li div a span.list_coordinate_fav_btn img{
    width: 100%;
    display: block;
}
#ss-w-alhd-sp-coordinateRankingItemList ul li div a span.list_coordinate_fav_btn{
    position: absolute;
    top: 160px;
    right: 10px;
    width: 40px;
    z-index: 2;
}
/*footer slider*/
.fcontentslider .slick-slider img{
    height: auto;
}