/*fonts
---------------------------------------------*/
#contentAll {
    width: 100%;
    overflow: hidden;
}

#contentHeadWrapper {
    background: #fff;
    height: auto;
    z-index: 101;
}

#contentBodyWrapper {
    overflow: hidden;
}

#page-top {
    bottom: 80px;
    z-index: 98 !important;
}

/*　サブトップ関連新規追加箇所 A フィクスメニュー　*/
#contentHeadWrapper div.fix_menu {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 120;

}

#contentHeadWrapper div.fix_menu ul {
    display: flex;
    background: #e6e6e6;

}

#contentHeadWrapper div.fix_menu ul li {
    width: 20%;
    border-right: #dadada 1px solid;
    box-sizing: border-box;
    height: 65px;
    position: relative;
}

#contentHeadWrapper div.fix_menu ul li p {
    width: 116%;
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
}

#contentHeadWrapper div.fix_menu ul li p img {
    display: block !important;
    width: 100% !important;
}

div.count {
    position: absolute;
    top: 10%;
    right: 23%;
    width: 14px;
    height: 14px;
    display: flex;
    line-height: 1.0;
    border-radius: 50%;
    background: #f52929;
    font-size: 10px;
    color: #fff;
    justify-content: center;
    align-items: center;
}

#contentHeadWrapper div.fix_menu ul li:last-child {
    border-right: none;
}

#contentHeadWrapper div.fix_menu ul li a {
    text-decoration: none;
    font-size: 10px;
    display: block;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    ;
    line-height: 1.0;
}

#contentHeadWrapper div.fix_menu ul li:nth-child(1) img {
    width: 23px;
    display: block;
    margin: 0 auto 9px;
}

#contentHeadWrapper div.fix_menu ul li:nth-child(2) img {
    width: 23px;
    display: block;
    margin: 0 auto 10px;
}

#contentHeadWrapper div.fix_menu ul li:nth-child(3) img {
    width: 23px;
    display: block;
    margin: 0 auto 9px;
}

#contentHeadWrapper div.fix_menu ul li:nth-child(4) img {
    width: 26px;
    display: block;
    position: relative;
    left: -2px;
    margin: 0 auto 10px;
}

#contentHeadWrapper div.fix_menu ul li span {
    display: block;
    margin-bottom: 10px;
}

#contentHeadWrapper div.fix_menu ul li a div.line3 {
    width: 25px;
    height: 20px;
    margin: 0 auto 9px;
    position: relative;
}

#contentHeadWrapper div.fix_menu ul li a div.line3 span.line {
    width: 100%;
    background: #2d2d2d;
    margin-bottom: 7px;
    height: 2px;
    display: block;
}

#contentHeadWrapper div.fix_menu ul li a.close div.line3 span.line:nth-child(1) {
    opacity: 0;
}

#contentHeadWrapper div.fix_menu ul li a.close div.line3 span.line:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: center;
    position: absolute;
    top: 9px;
}

#contentHeadWrapper div.fix_menu ul li a.close div.line3 span.line:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: center;
}

#contentHeadWrapper div.fix_menu ul li div.line3 span.lineend {
    margin-bottom: 0;
}

#page-top {
    bottom: 80px;
    z-index: 99 !important;
}

.xzbiz-modal-bg {
    z-index: 10000003;
}

/*　サブトップ関連新規追加箇所 B ドロワーメニュー　*/
#dropMenuWrapper_back {
    width: calc(300 / 375 * 100%);
    height: 100vh;

    position: fixed;
    top: 0;
    right: 0;
    z-index: 110;
    transform: translateX(125%);
    transition: 1s;
}

#dropMenuWrapper {
    display: block;
    width: 100%;
    z-index: 110;
    text-align: left;
    overflow: auto;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 65px;
    box-sizing: border-box;


}

#dropMenuWrapper_back.active_panel {
    transform: translateX(0%);
}

#dropMenu_close_overlay {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.dropMenu {
    background: #f4f4f4;
}

ul.droplist li {
    color: #2d2d2d;
}

ul.droplist>li span {
    color: #2d2d2d;
    font-size: 12px;
    font-weight: normal;
    padding: 9px 20px;
    line-height: 1.0;
    box-sizing: border-box;
    border-top: #dadada 1px solid;
}

ul.droplist div.login span {
    background: #fff;
    padding: 20px;
    font-size: 14px;
    position: relative;
    border-top: dotted 1px #dadada;
    border-bottom: dotted 1px #dadada;
}

ul.droplist div.login span::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    position: absolute;
    transform: translateY(-50%) rotate(135deg);
    top: 50%;
    right: 20px;
    transition: 1s;
}

ul.droplist div.login span.action::after {
    transform: translateY(-50%) rotate(-45deg);
}

ul.droplist div.login ul li a {
    background: #EBEBEB;
    padding: 20px;
}

ul.droplist div.login ul li:first-child {
    border-bottom: 1px dotted #dadada;
}

ul.droplist div.not_login {
    background: #fff;
    padding: 20px;
}

ul.droplist div.not_login ul {
    display: flex;
    width: calc(260 / 300 * 100%);
    margin: 0 auto;
    justify-content: space-between;
}

ul.droplist div.not_login ul li {
    width: calc(125 / 260 * 100%);


}

ul.droplist div.not_login ul li:first-child a {
    color: #fff;
    background: #239BD9;
}

ul.droplist div.not_login ul li a {
    width: 100%;
    display: block;
    height: 50px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #239BD9;
    color: #239BD9;
    border-radius: 5px;
    box-sizing: border-box;
}

ul.droplist li div.checked_item_navi {
    background: #fff;
}

ul.droplist li div.checked_item_navi ul {
    display: flex;
    width: calc(260 / 300 * 100%);
    margin: 0 auto 0px;
    gap: 0 10px;
    padding-bottom: 20px;

}

ul.droplist li div.checked_item_navi ul li {
    width: calc(44 / 260 * 100%);
    border-bottom: none;
    background: #E4E4E4;
}

ul.droplist li div.checked_item_navi ul li a {
    background: #E4E4E4;
    padding: 0;
}

ul.droplist li div.checked_item_navi ul li a::after {
    display: none;
}

ul.droplist li div.checked_item_navi ul li a img {
    display: block;
    width: 100%;
}

ul.droplist li div.fav_item_navi {
    border-top: dotted 1px #dadada;
}

ul.droplist div.not_login ul li a::after {
    display: none;
}

ul.droplist li a {
    background: #fff;
    color: #2d2d2d;
    box-sizing: border-box;
    padding: 20px;
    line-height: 1.0;
    position: relative;
}

ul.droplist li a::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    right: 20px;
}

ul.droplist>li li {
    border-bottom: #dadada 1px dotted;
    font-size: 12px;
}

ul.droplist>li li:last-child {
    border-bottom: none;
}

div.nav_chat {
    background: #fff;
    padding: 25px 0 80px;
    border-top: 1px dotted #dadada;
}

div.nav_chat a {
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    background: #F4F4F4;
    font-size: 11px;
    text-decoration: none;
    color: #333;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: calc(260 / 300 * 100%);
    margin: 0 auto;
}

div.nav_chat a div.img {
    width: 20px;
    margin-right: 15px;
    position: relative;
    top: 2px;
    display: block;
}

div.nav_chat a div.img img {
    display: block;
    width: 100%;
}

div.nav_chat a div.img+p {
    font-size: 12px;
}

div.nav_chat a div.img+p span {
    display: inline-block;
    color: #222;
    margin-left: 6px;
    font-size: 10px;
    vertical-align: middle;
}

ul#drawer_snsArea {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 45px;
}

ul#drawer_snsArea li {
    width: 30px;
    height: auto;
    margin-right: 22px;
}

ul#drawer_snsArea li:last-child {
    margin-right: 0;
}

ul#drawer_snsArea li a img {
    width: 100%;
    display: block;
    height: auto;
}

/* サブトップ関連新規追加箇所 01 */
div#headLineBnr {
    width: 100%;
}

div#headLineBnr ul li img {
    width: 100%;
    display: block;
}

/*サブトップ関連新規追加箇所 02 総合ヘッダー*/
div#global_header {
    width: 100%;
    height: 70px;
    position: relative;
}

div#global_header p,div#global_header h1 {
    width: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    /*parts.cssの74行目　削除*/


}

div#global_header h1 img {
    display: block;
    width: 100%;
}

div#global_header a {
    text-decoration: none;
    color: #2d2d2d;
}

div#global_header a.login {
    width: 50px;
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    text-align: center;
    font-size: 10px;
    line-height: 1.0;
}

div#global_header a.login img {
    width: 18px;
    display: block;
    margin: 0 auto 4px;
}

div#global_header div.toBrandList {
    position: absolute;
    right: 10px;
    height: 100%;
    top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    /* width: 50px; */
    box-sizing: border-box;
    line-height: 1.2;

}

div#global_header div.toBrandList img {
    width: 13px;
    margin: 0 auto 12px;
    display: block;
    position: relative;
    top: 5px;

}

div#global_header ul.mypage-select {
    position: absolute;
    top: 100%;
    left: 0;
    width: 35%;
    z-index: 999;
    background: #fff;
    font-size: 10px;
    display: none;
}

div#global_header ul.mypage-select li {
    border-bottom: 1px solid #dadada;
    padding: 8px 7px;
}

div#global_header ul.mypage-select li:last-child {
    border-bottom: none;
}

div#global_header_box {
    width: 100%;
    height: 70px;
    background-color: #fff;
}

div#global_header_box.pos_fixed {
    border-bottom: 1px solid #dadada;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

div#include_head_area {
    width: 100%;
    height: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* サブトップ関連新規追加箇所 03 総合TOP(各ルームの導線)メイン+検索 */
div.quick_search {
    padding: 12px 10px 14px;
    background: #f4f4f4;
}

div.quick_search_box {

    display: none;
    position: relative;


}

div.quick_search_box input[type="search"] {
    display: block;
    border: 1px solid #dadada;
    border-radius: 5px;
    width: 100%;
    background: #fff;
    font-size: 12px;
    height: 32px;
    box-sizing: border-box;

}

div.quick_search_box input::placeholder {
    color: #dadada;
}

div.quick_search_box input[type="submit"] {
    position: absolute;
    top: 7px;
    right: 9px;
    background: url(../images/search.png);
    background-size: cover;
    background-position: center center;
    width: 18px;
    height: 18px;
    display: block;
}

div.quick_search_box_retail {

    display: none;
    position: relative;


}

div.quick_search_box_retail input[type="search"] {
    display: block;
    border: 1px solid #dadada;
    border-radius: 5px;
    width: 100%;
    background: #fff;
    font-size: 12px;
    height: 32px;
    box-sizing: border-box;

}

div.quick_search_box_retail input::placeholder {
    color: #dadada;
}

div.quick_search_box_retail input[type="submit"] {
    position: absolute;
    top: 7px;
    right: 9px;
    background: url(../images/search.png);
    background-size: cover;
    background-position: center center;
    width: 18px;
    height: 18px;
    display: block;
}

ul.pankuzuArea {
    display: flex;
    margin-top: 14px;
    flex-wrap: wrap;
    align-items: center;
}

ul.pankuzuArea li {
    font-size: 10px;
}

/*ul.pankuzuArea li a::after{
        content: ">";
        padding: 0 6px;
        font-size: 10px;
    }
    */
ul.pankuzuArea li::after {
    content: ">";
    padding: 0 6px;
    font-size: 10px;
}

ul.pankuzuArea li:last-child::after {
    content: "";
}

ul.pankuzuArea li a {
    text-decoration: none;
}

div#global_main {
    background: #f4f4f4;
    padding: 4px 10px 16px;
}


ul#room_navi {
    width: 100%;

}

ul#room_navi>li {
    width: 100%;
    height: 177px;
    background: #fff;
    margin-bottom: 10px;
}

ul#room_navi li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-decoration: none;
}

ul#room_navi li a div.image,
ul#room_navi li a div.info {
    width: 50%;
    height: 100%;
}

div.image div.flexslider {
    height: 100%;
}

div.image div.flexslider ul.slides {
    height: 100%;
}

ul#room_navi li a div.info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.0;
    position: relative;
    font-size: 10px;
}

ul#room_navi li a div.info::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 11%;
    border-top: 1px solid #2d2d2d;
    border-right: 1px solid #2d2d2d;
    transform: translateY(-50%) rotate(45deg);
}

ul#room_navi li a div.info span.room_name {
    font-size: 18px;
    display: block;
    margin-bottom: 6px;
    line-height: 1.2;
}

ul#room_navi li a div.info span.room_name_jp {
    margin-top: 15px;
    display: block;
}

/* サブトップ関連新規追加箇所 04 お知らせニュースエリア */
div#global_new_area {
    padding: 30px 20px;
    border: 1px solid #dadada;
}

div#global_new_area ul li {
    margin-bottom: 7px;
}

div#global_new_area ul li:last-child {
    margin-bottom: 0px;
}

div#global_new_area ul li a {
    text-decoration: none;
    color: #2d2d2d;
    font-size: 10px;
}

/*サブトップ関連新規追加箇所 05 性別タブ*/
ul.tab_gender {
    display: flex;
    padding: 45px 0 0px;
    margin: 0 auto 15px;
    font-size: 10px;
    width: 75%;
    justify-content: space-between;

}

ul.tab_gender li {
    padding: 0 2px 3px;
}

ul.tab_gender li.active {
    border-bottom: 1px solid #2d2d2d;
}

/* サブトップ関連新規追加箇所 06 ブランド・カテゴリ一覧 */
.subcategory {
    display: flex;
    flex-wrap: wrap;
}

.subcategory li {
    width: 50%;

}

.subcategory li:nth-child(odd) {
    border-right: 1px solid #dadada;
}

#header_category .subcategory li a {
    padding: 6% 16% 6% 11% !important;
}

#header_category .subcategory li a {
    font-size: 10px;
}

#header_category .subcategory li a::before {
    right: 11%;
    width: 6px;
    height: 6px;

}

/*サブトップ関連新規追加箇所 07 コンテントスライダー・サブトップ・ブランドトップ*/
div#global_pickupArea,
div#foot_pickupArea {
    box-sizing: border-box;
    padding: 0 10px;
    margin: 45px 0 0;
}

div#global_pickupArea p.pickup_title,
div#foot_pickupArea p.pickup_title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 23px;
}

div.contentslider,
div.fcontentslider {
    margin-bottom: 60px;

}

div.contentslider a,
div.fcontentslider a {
    text-decoration: none !important;
}

div.contentslider div.pickup_text,
div.fcontentslider div.pickup_text {
    text-align: center;
    margin-top: 15px;
}

div.contentslider div.pickup_text span,
div.fcontentslider div.pickup_text span {
    display: block;
    font-size: 13px;
    line-height: 1.0;
    line-height: 1.4;
}

div.contentslider div.pickup_text span.content_date,
div.fcontentslider div.pickup_text span.content_date {
    font-size: 10px;
    color: #999999 !important;
    margin-top: 5px;
}

div.contentslider .flex-control-paging li a,
div.fcontentslider .flex-control-paging li a,
div.room_slider .flex-control-paging li a,
div.brand_slider .flex-control-paging li a,
div.brand_slider02 .flex-control-paging li a {
    width: 5px;
    height: 5px;
}

#contentBodyCategorys {
    /* width: 94%; */
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

/* サブトップ関連新規追加箇所 09 ルームトップヘッダー */
div#room_top_header {
    height: 50px;
    width: 100%;
    background: #808080;
    color: #fff;

    position: relative;
    line-height: 1.0;

}

div#room_top_header h2 {
    font-size: 14px;
    font-weight: 100 !important;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

div#room_top_header h2 a {
    color: #fff;
    text-decoration: none;
}

div.brand_in#room_top_header h2 {
    padding: 0 0px;
}

div#room_top_header h2 span {
    font-size: 10px;
    display: inline-block;
    margin-left: 12px;

}

div#room_top_header span.room_select {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 00%;
    right: 00px;
    border-top: none;
    border-right: none;
    transform: translateY(0%) rotate(0deg);
}

div#room_top_header span.room_select span {
    width: 9px;
    height: 9px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(135deg);
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
}

div#room_top_header span.room_select.action {
    transform: translateY(0%) rotate(0deg);
}

div#room_top_header span.room_select.action span {
    transform: translateY(-50%) rotate(-45deg);
}

div#room_top_header ul {
    position: absolute;
    top: 50px;
    z-index: 99;
    background: #f4f4f4;
    width: 100%;

}

div#room_top_header ul li a {
    padding: 17px 20px;
    display: block;
    color: #2d2d2d;
    text-decoration: none;
    background: #f4f4f4;
    border-bottom: #dadada 1px solid;
    font-size: 12px;
    position: relative;
}

div#room_top_header ul li a::after {
    content: "";
    border-top: #999 1px solid;
    border-right: #999 1px solid;
    width: 9px;
    height: 9px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
}

div#room_top_header.brand_in h2 {
    position: absolute;
    left: 64px;
    top: 50%;
    transform: translateY(-50%);
}

div#room_top_header.brand_in a.return {
    width: 50px;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid #989494;
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
}

div#room_top_header.brand_in a.return::before {
    content: "";
    width: 9px;
    height: 9px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-135deg);
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;

}

div#room_top_header.brand_in ul {
    width: calc(100% - 50px);
    right: 0;
}

/* サブトップ関連新規追加箇所 10 ブランドヘッダー */
div#brand_top_header {
    width: 100%;
    height: 62px;
    /* position: relative; */
    position: sticky;
    top: 0;
    left: 0;
}

div#brand_top_header a.brandlogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div#brand_top_header ul {
    display: flex;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
}

div#brand_top_header ul li {
    font-size: 10px;
    width: 50%;
    text-align: center;
}

div#brand_top_header ul li a {
    text-decoration: none;
}

div#brand_top_header div#brand_menu_btn {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;

}

div#brand_top_header div#brand_menu_btn div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div#brand_top_header div#brand_menu_btn span {
    width: 25px;
    height: 2px;
    background: #2d2d2d;
    display: block;
    margin-bottom: 5px;
}

div#brand_top_header div#brand_menu_btn span:last-child {
    margin-bottom: 0;
    width: 15px;
}

#brand_top_headerarea {
    height: 62px;
}

#brand_title_box {
    width: 100%;
    height: 62px;
    position: relative;
}

#brand_header_menu__btn {
    height: 62px;
    width: 50px;
    background: none;
    position: relative;

}

#brand_header_menu__btn.clicked {
    background: none;


}

#brand_header_menu__btn span.box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#brand_header_menu__btn span.box span {
    width: 25px;
    height: 2px;
    background: #2d2d2d;
    display: block;
    margin-bottom: 5px;
}

#brand_header_menu__btn span.box span:last-child {
    margin-bottom: 0;
    width: 15px;

}

#brand_header_menu__btn.clicked {
    background: none;


}

#brand_header_menu__btn.clicked span.box span:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
    top: 0px;

}

#brand_header_menu__btn.clicked span.box span:nth-child(2) {
    transform: rotate(-45deg);
}

#brand_header_menu__btn.clicked span.box span:nth-child(3) {
    display: none;
}

#brand_header_menu__btn span {
    visibility: visible;
    background: none;

}

#brand_header_menu__inner {
    top: 62px;
}

#brand_top_header__list {
    top: 50%;
    transform: translateY(-50%);
}

#brand_top_header__list a {
    text-decoration: none;
}

#brand_top_header__logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    width: 140px;
    height: auto;
    z-index: 2;
}

#brand_top_header__logo span {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;

}

#brand_header_menu__inner dl dt {
    color: #2d2d2d;
}

#brand_top_headerarea.no_catalog_btn #brand_top_header__logo span {
    padding: 0;
}

#brand_header_menu__inner {
    padding-bottom: 80px;
    background: #f4f4f4;
}

#brand_header_menu__inner .box_category_search3 .link_arrow a {
    color: #2d2d2d;
}

.box_category_search3 input[type="submit"] {
    background: #262626 url(https://www.palcloset.jp//shared/sp_pal/images/header/search_btn.png) no-repeat 0 0;
    background-size: 46px auto;
}

#brand_header_menu__inner dl dd>ul>li {
    border-bottom: 1px solid #dadada;
}

#brand_header_menu__inner dl dd>ul>li>a {
    color: #2d2d2d;
    background: #fff;
    position: relative;
}

#brand_header_menu__inner dl dd>ul>li>a::after {
    position: absolute;
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #2d2d2d;
    border-right: 1px solid #2d2d2d;
    transform: rotate(45deg) translateY(-50%);
    right: 5%;
    top: 50%;
}

#brand_header_menu__inner dl dd>ul>li>a.brand_header_categoryBtn::after {
    transform: rotate(135deg) translateY(-45%);
    top: 40%;
    right: 4.5%
}

#brand_header_menu__inner dl dd>ul>li>a.brand_header_categoryBtn.open::after {
    transform: rotate(-45deg) translateY(-50%);
    right: 3%;
    top: 55%;
}

#brand_header_menu__inner dl dd>ul>li>a.brand_header_categoryBtn {
    background: #fff;
}

#brand_header_menu__inner dl dd>ul>li>a.brand_header_categoryBtn.open {
    background: #fff;
}

.tab_category__nav {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.tab_category__nav li {
    border-right: 1px solid #dadada;
}

.tab_category__nav li.current a {

    background: #f4f4f4 url(../images/tab_arrow_bl.png) 50% 30px no-repeat;
    background-size: 10px auto;
    color: #2d2d2d;
}

.tab_category__nav li a {
    background: #fff url(../images/tab_arrow_bl.png) 50% 30px no-repeat;
    background-size: 10px auto;
}

/*サブトップ関連新規追加箇所 11 お気に入りボタン*/
div.favBtn {
    box-sizing: border-box;
    padding: 0 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* サブトップ関連新規追加箇所  インクルードエリア */
div#brand_free_area02,
div#brand_free_area03,
div#brand_free_area04,
div#room_free_area02,
div#room_free_area03,
div#room_free_area04 {
    box-sizing: border-box;
    padding: 0 10px;
}

div#brand_free_area02,
div#room_free_area02 {
    margin-top: 58px;
}

div#brand_free_area03,
div#room_free_area03 {
    margin-top: 20px;
}

div#brand_free_area04,
div#room_free_area04 {
    margin-top: 40px;
}


/* その他修正 */
#brand_top_header__list li a {
    border-left: none;
}

div#room_sliderArea .pickup_text,
div#brand_sliderArea .pickup_text {
    display: none;
}

div.quick_search_box [type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/* IE */
div.quick_search_box [type="search"]::-ms-clear {
    visibility: hidden
}

.room_slider {
    margin: 20px 0 0 !important;
}

#room_free_area01 ul {
    margin-top: 20px;
}

#room_free_area01 ul li:last-child {
    margin-top: 5px;
}



div#roomSelectArea {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: calc(170 / 750 * 100%);
}

div#roomSelectArea a {
    font-size: 11px;
    display: flex;
    line-height: 1.2;
    align-items: center;
    justify-content: flex-end;
}

div#roomSelectArea a::before {
    content: "";
    display: block;
    height: 25px;
    border-left: 1px dotted #dadada;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

div#roomSelectArea a span {
    display: block;
    font-size: 23px;
    margin-left: 7px;
    color: #808080;
}

/*カテゴリーページ*/
.new_category ul li a{
    padding-bottom: 3px;
}
section#contentBodyCategorys.categoryList{
    padding: 0;
}
section#contentBodyCategorys.categoryList div#category_list_block{
    border-top: 1px solid #dadada;
}
section#contentBodyCategorys.categoryList div#category_list_block ul.accordion > li{
    border-bottom: 1px solid #dadada;
    background: #F4F4F4;
    position: relative;
}
section#contentBodyCategorys.categoryList div#category_list_block ul.accordion > li p{
    position: relative;
}
section#contentBodyCategorys.categoryList div#category_list_block ul.accordion > li p::after{
    position: absolute;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    top: 50%;
    transform: translateY(-50%)rotate(45deg);
    right: 20px;
    transform-origin: right;
}
section#contentBodyCategorys.categoryList div#category_list_block ul.accordion >li p a{
    display: block;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}
section#contentBodyCategorys.categoryList div#category_list_block ul.accordion >li p a span{
    font-size: 12px;
}
section#contentBodyCategorys.categoryList div#category_list_block ul.accordion >li p a span span{
    display: inline-block;
    width: auto;
    font-size: 10px;
    margin-left: 3px;
    vertical-align: baseline;
}
section#contentBodyCategorys.categoryList div#category_list_block ul.accordion >li p a img{
    display: block!important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
section#contentBodyCategorys.categoryList div#category_list_block ul.accordion >li p + ul{
    background: #fff;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
section#contentBodyCategorys.categoryList div#category_list_block ul.accordion >li p + ul::before{
    content: "";
    display: block;
    width: 1px;
    background: #dadada;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    position: absolute;

}
section#contentBodyCategorys.categoryList div#category_list_block ul.accordion li p + ul li{
    background: #fff;
    width: 50%;
    height: 65px;
    border-bottom: 1px solid #dadada;
}
/* section#contentBodyCategorys.categoryList div#category_list_block ul.accordion li p + ul li:first-child,section#contentBodyCategorys.categoryList div#category_list_block ul.accordion li p + ul li:nth-child(2){
    border-top: 1px solid #dadada;
} */
section#contentBodyCategorys.categoryList div#category_list_block ul.accordion li p + ul li p::after{
    display: none;
}
section#contentBodyCategorys.categoryList div#category_list_block ul.accordion li p + ul li a{
    display: flex;
    align-items: center;
    font-size: 10px;
    height: 100%;
    padding: 0 40px 0 15px;
    position: relative;
}
section#contentBodyCategorys.categoryList div#category_list_block ul.accordion li p + ul li a::after{
    content: "";
    display: block;
    top: 50%;
    transform: translateY(-50%)rotate(45deg);
    right: 20px;
    transform-origin: right;
    width: 7px;
    height: 7px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    position: absolute;
}
section#contentBodyCategorys.categoryList div#category_list_block ul.accordion li p + ul li a p span{
    display: inline-block;
    width: auto;
    vertical-align: baseline;
    margin-left: 3px;
}
section#contentBodyCategorys.categoryList p.news_brand_m,section#contentBodyCategorys.categoryList .news_category_search.pb20{
    box-sizing: border-box;
    padding: 0 10px;
}