/* -----------------------------------------------------------------------------
**
** PC ヘッダー用CSS
**
----------------------------------------------------------------------------- */

body:has(.TOL-header-PC).no-scroll {
    overflow-y:hidden;
}

.TOL-header-PC * {
    font-family: "roboto",Noto Sans JP,noto-sans-cjk-jp;
}

.TOL-header-PC {
    background: var(--tr-yellow);
    min-width:1080px;
}

.TOL-header-PC-inner {
    /* max-width: 1000px;  */
    margin: auto;
    height: 140px;
}
.TOL-header-PC-inner img{
    cursor: pointer;
}

.TOL-header-PC-title-Area {
    display: flex;
    width: 100%;
    height: 42%;
    position: relative;
}

/* タイトルロゴ */
.TOL-header-PC-title {
    width: 300px;
    padding: 15px 9px 1px 9px;
    margin-left: auto;
    display: flex;
    position: absolute;
    left: 6px;
}
.TOL-header-PC-title img{
    height: 34px;
    width: 199px;
}
.TOL-header-PC-title-icon{
    width: 40px;
    position: relative;
    top: -7px;
    padding-left: 10px;
}
.TOL-header-PC-title-icon a{
    display: inline-block;
}
.TOL-header-PC-title-icon img{
    height: 46px;
    width: auto;
}

/* 検索エリア */
.TOL-header-PC-search {
    width: calc(100% - 550px);
    display:  flex;
    position: absolute;
    top: 15px;
    left: 345px;
    right: 200px;
}
.TOL-header-PC-header-search-box {
  position: relative;
  width: 100%;
}
.TOL-header-PC-header-search-box ::placeholder {
  color:var(--tr-deep-gray);
  font-size: 12px;
  font-family: Noto Sans JP,"noto-sans-cjk-jp";
  opacity: 0.7;
}
.TOL-header-PC-header-search-box-input{
  font-size: 13px;
  border: none;
  border-radius: 50px;
  width: 100%;
  height: 35px;
  box-sizing: border-box;
  padding: 16px 20px;
}
.TOL-header-PC-header-search-box-input:focus {
    outline:auto;
}
.TOL-header-PC-header-search-box-button  {
  position: absolute;
  width: 45px;
  height: 45px;
  right: 2px;
  top: -5px;
  padding: 10px;
  transform: scale(0.75, 0.75);
  opacity: 0.7;
}

/* 詳細検索 */
.TOL-header-PC-search-detail {
    width: 7%;
    margin: 2px 7px 2px 10px;
}
.TOL-header-PC-search-detail img{
    height: 34px;
    width: 39px;
}
.TOL-header-PC-search-detail-btn {
 position: relative; 
 width: 40px;
}
.TOL-header-PC-search-detail-btn::before {
  position: absolute;
  content: "詳細検索";
  font-size: 8px;
  top:18px;
  right: 0;
  left: 0;
  margin: 0 auto;
}


/* ログイン前表示エリア */
.TOL-header-PC-before-Area {
    width: 200px;
    position: absolute;
    right: 10px;
}
    /* ログイン後アイコン */
    .TOL-header-PC-login-before {
        width: 100%;
        display:flex;
        justify-content: flex-end;
    }
    .TOL-header-PC-login-before div {
        margin: 6px;
        margin-top: 17px;
    }
    .TOL-header-PC-login-before img {
        height: 29.5px;
        width: 28.69px;
    }

/* ログイン後表示エリア */
.TOL-header-PC-After-Area {
    width: 200px;
    position: absolute;
    right: 10px;
}
    /* ログイン後アイコン */
    .TOL-header-PC-login-After {
        width: 100%;
        display:flex;
        justify-content: flex-end;
        position: relative;
    }
    .TOL-header-PC-bell_icon {
        position: absolute;
        margin-top: -5px;
        top: -21px;
        left: 22px;
    }
    .TOL-header-PC-login-After div {
        margin: 6px;
        margin-top: 17px;
    }
    .TOL-header-PC-login-After img {
        height: 29.5px;
        width: auto;
    }
    .TOL-header-PC-login-blank{
        width: 73px;
        height: 47.5px;
        
    }

    /* カートの数字 */
    /* 共通のものを微修正 */
    .TOL-header-PC-common-icon-cart {
        position: absolute;
        display: inline-flex;
        width: 30px;
        height: 32px;

        margin-top: 17px;
        right: 58px;
    }
    .TOL-header-PC-common-icon-cart img{
        height: 29px;
    }
    .TOL-header-PC-common-icon-cart-num {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0px;
        right: 2px;
        font-size: 11px;
        font-weight: bold;
        padding: 3px;
        width: 15px;
        height: 15px;
        cursor: pointer;
    }
.TOL-header-PC-common-icon-cart-plus {
    font-size: 8px;
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 0px;
    right: 2px;
    font-weight: bold;
}
    .TOL-header-PC-common-icon-badge-pointer {
        cursor: pointer;
    }

.TOL-header-PC-cart-faq-area{
display: flex;
}
.TOL-header-PC-faq{
    position: absolute;
    right: 14px;
    top: 17px;
}
.TOL-header-PC-faq img{
 height: 29.5px;
}

/* 未ログインメニュー 吹き出し*/
.TOL-header-PC-login-bubble-menu {
    position: absolute;
    display: inline-block;
    margin: 1.5em 0;
    width: 22%;
    max-width: 268px;
    height: 132px;
    color: #555;
    font-size: 16px;
    background: white;
    right: 50px;
    top: 38px;
    z-index: 999;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);

    visibility: hidden;
    opacity: 0;
    transform: translateY(4px);
    transition: 0.15s;
}
/* メニュー開閉用実装 */
.TOL-header-PC-login-bubble-menu.active{
    transform:translateY(0);
    visibility: visible;
    opacity: 1;
}
.TOL-header-PC-login-bubble-menu:before {
    content: "";
    position: absolute;
    top: -23px;
    right: 49.7px;
    border: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
}
/* ボタン */
.TOL-header-PC-login-bubble-btn-area{
    margin-top: 24px;
            display: grid;
        justify-items: center;
}
.TOL-header-PC-login-bubble-btn-area button{
        margin-top: -2px;
        width: 71%;
        height: 37px;
}
/* ログイン後（高さのみ変更） */
.TOL-header-PC-login-bubble-menu.before {
    height: auto;
}

/* ログイン後メニュー 吹き出し*/
.TOL-header-PC-login-after-menu ul li img {
    height: 9px;
    width: 6px;
    margin-left: auto;
}
    .TOL-header-PC-login-after-menu ul li {
        list-style: none;
        display: flex;
        text-decoration: none;
        position: relative;
    }
    .TOL-header-PC-login-after-menu ul li:hover {
    background: var(--tr-light-gray);
    }
    .TOL-header-PC-login-after-menu li a{
        display: flex;
        align-items: center;
        width: 100%;
        font-size: 11px;
        box-sizing: border-box;
        color:var(--tr-black);
        text-decoration: none;
        position: relative;
        padding: 14px 15px 14px 23px;
    }
    .TOL-header-PC-login-after-menu-li.isleft {
        padding-left: 10px;
    }
    .TOL-header-PC-login-after-menu-li.is-main {
        font-size: 15px;
    }
    /* リンクを黒に強制変更 */
    .TOL-header-PC-login-after-menu li a:link {
    color: var(--tr-black) !important;
    }
    /* ボタンエリア */
    .TOL-header-PC-login-after-btn-area{
        display: grid;
        justify-items: center;
    }
    .TOL-header-PC-login-after-btn-area button{
        margin-top: 7px;
        width: 64%;
        height: 37px;
    }



/* ログイン前後メニューボタン */
.TOL-header-PC-common-main-button {
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    width: 87%;
    margin: 13px;
}
.TOL-header-PC-common-main-button.is-light-red {
    background: white;
    border: 1.5px solid var(--tr-red)
}
.TOL-header-PC-common-main-button.is-light-red:hover {
    background: var(--tr-red-light-hover);
}

.TOL-header-PC-common-main-button.is-black {
    background: white;
    border: 1.5px solid var(--tr-black)
}
.TOL-header-PC-common-main-button.is-black:hover {
    background: var(--tr-light-gray);
}
.TOL-header-PC-common-main-button.is-multi-lines {
    flex-direction: column;
    padding: 8px 10px;
    white-space: nowrap;
}




/* ヘッダータブ部分配置 */
.TOL-header-PC-tab-area {
    height: 42px;
    width: 100%;
    display:  flex;
    justify-content: left;
    border-bottom: solid var(--tr-red);
}
    /* タブメニューデザイン */
    /* 共通のものを微修正 */
    .TOL-header-PC-tab {
        width: calc(100% - 450px);
        justify-content: left;
        padding-top: 3px;
        max-width: 1000px;
    }
    .header-PC-menu-list{
        width: 100%;
        cursor: pointer;
    }
    .header-PC-menu-list a {
        height: auto;
        display: flex;
        padding: 9px 8px 7px;
        align-items: center;
        justify-content: center;  
}
.tr-tab-list.is-small{
    border-bottom: 1px solid transparent;
}

.header-PC-menu-list a:hover {
    text-decoration: none;
}
    .header-PC-menu-list-inner {
        display: flex;
        justify-content: space-between;
        width: 100%;
        white-space: nowrap;
    }
    .header-PC-menu-list-inner .header-PC-menu-list-item.is-active:first-of-type {
        margin-left: 0;
        padding-left: 5px;
    }
    .header-PC-menu-list-item {
        padding: 0px;
        flex-grow: 1;
        text-align: center;
        border: 1px solid var(--tr-black);
        border-radius: 4px;
        margin-left: 4px;
        margin-bottom: 4px;
        width: calc(100% / 3);
        padding: 0 1px;   
    }
    .header-PC-menu-list-item:hover {
        opacity: .7;
    }
    .header-PC-menu-list-item.is-active{
        background: var(--tr-red);
        border-radius: 4px 4px 0 0;
        border: 1px solid var(--tr-red);
        margin: 0;
        margin-left: 4px;
        /* padding-top: 1px; */
        padding-bottom: 4px;
    }
    .header-PC-menu-list-item.is-active span {
    color:white;
    }
    /* バナーエリア */
    .TOL-header-PC-tab-bunner {
        display: flex;
        justify-content: right;
        margin-left: auto;
        padding: 6px 12px 6px 4px;
    }
    .TOL-header-PC-tab-bunner img{
        cursor: pointer;
        margin-left: 8px;
        width:  auto;
    }

    /* 旧CSS打ち消し */
    #headerNavInner01Right {
        width: auto!important;
        text-align:unset!important;
    }
    #headerNavInner01Right #companyMembers {
        padding: 0!important;
    }


/* ヘッダーメニュー＆ポイント残高エリア */
.TOL-header-PC-menu-point-area {
    display:  flex;
    height: 37px;
}
    /* ヘッダーメニュー */
    .TOL-header-PC-menu {
        display:  flex;
        justify-content: left;
        width: 100%;
        padding-top: 3px;
        margin: auto;
        margin-left: 0;
    }
    .TOL-header-PC-menu ul li {
        line-height: 1.3;
    }
    .tr-tab-list-item a:link {
        color: var(--tr-black) !important;
    }
    /* 訪問後リンクが青くなる不具合 */
    .TOL-header-PC-menu a:visited {
        color: var(--tr-black);
    }
    .tr-tab-list-item.is-active a:link {
        color: var(--tr-red) !important;
        font-weight: bold;
    }
     /* リンクが青くなる不具合 */
    .TOL-header-PC-point-color.is-bold{
        color: var(--tr-black) !important;
    }
    .TOL-header-PC-menu span{
        font-size: 11px;
        padding: 0px 3px;
    }
    .tr-tab-list-item.is-active > a,
    .tr-tab-list-item.is-active > span,
    .tr-tab-list-item.is-active > a >[class*="text-size-"]{
        color: var(--tr-red);
        font-weight: bold;
    }
    /* ポイント残高 */
    .TOL-header-PC-point {
        width: 500px;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        font-size: 12px;
        margin-left: auto;
    }
    .TOL-header-PC-point a {
        white-space: nowrap;
        margin-right: 6px;
    }
    .TOL-header-PC-point a:hover{
        cursor: pointer;
        text-decoration: underline;
    }
    .TOL-header-PC-point img {
        height: 12px;
        width: 12px;
    }
    .TOL-header-PC-point-color{
        color: var(--tr-black);
    }
    /* ポイントは強制的に赤 */
    .TOL-header-PC-point-color.point{
        color: var(--tr-red) !important;
    }
    @media screen and (min-width: 851px){
        a.TOL-header-PC-point-color {
            padding-top: 0;
        }
    }
        .TOL-header-PC-point-link,
        .TOL-header-PC-wantlist-link {
            display: flex;
            align-items: center;
            margin-right: 15px;
        }
        .TOL-header-PC-point-link a {
            height: 12px;
            font-weight: bold !important;
        }
        .TOL-header-PC-point-link img {
            cursor: default;
        }
        .TOL-header-PC-point-link span{
            line-height: inherit;
        }            
        .TOL-header-PC-point-link a:hover span {
            text-decoration: underline;
            color: #232323;
        }
        .TOL-header-PC-point-link a:hover span:last-child {
            text-decoration: underline;
            color: #d6000f;
        }
    .material-symbols-outlined.is-header {
        font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
    }
    .TOL-header-PC-After-Area img:hover,
    .TOL-header-PC-login-before img:hover,
    .TOL-header-PC-common-icon-cart:hover,
    .TOL-header-PC-bell_icon:hover,
    .header-search-detail-btn:hover{
        opacity: .7;
    }
    .TOL-header-PC-cursor{
        cursor: pointer;
    }



.TOL-header-PC-menu .tr-tab-list-item {
    position: relative;
}

/* タブメニュー 吹き出し　マガジン*/
.TOL-header-PC-tab-bubble-menu {
    position: absolute;
    display: inline-block;
    width: 200px;
    color: #555;
    font-size: 16px;
    background: white;
    left: 0;
    right: 0;
    top: 38px;
    z-index: 100;
    border-radius: 3px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    display: none;
    opacity: 0;
    transform: translateY(4px);
    transition: 0.15s;
    left: -98px;
}
/* タブメニュー 吹き出し　レーベル*/
.TOL-header-PC-tab-bubble-menu.lebel {
    left: -98px;
}
/* タブメニュー 吹き出し　問い合わせ*/
.TOL-header-PC-tab-bubble-menu.inquiry {
    left: -40px;
}
.TOL-header-PC-tab-bubble-menu:before {
    content: "";
    position: absolute;
    top: -16px;
    right: 53px;
    border: 11px solid transparent;
    border-bottom: 15px solid #ffffff;
}
.TOL-magazine:hover .TOL-header-PC-tab-bubble-menu,
.TOL-lebel:hover .TOL-header-PC-tab-bubble-menu.lebel,
.TOL-inquiry:hover .TOL-header-PC-tab-bubble-menu.inquiry{
    transform:translateY(0);
    display: block;
    opacity: 1;
}
.TOL-magazine:hover,
 .TOL-lebel:hover,
 .TOL-inquiry:hover{
    opacity: 1;
}
.TOL-magazine:hover a span,
.TOL-lebel:hover a span,
.TOL-inquiry:hover a span{
    opacity: .7;
}




/* タブメニューリスト */
.TOL-header-PC-bubble-menu{
    all:initial
}
.TOL-header-PC-bubble-menu a:link{
    color: var(--tr-black) !important;
}
.TOL-header-PC-bubble-menu ul li span {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(-0%, -50%);
    font-size: 14px;
 }
    .TOL-header-PC-bubble-menu ul li {
        list-style: none;
        display: flex;
        text-decoration: none;
        position: relative;
    }
    .TOL-header-PC-bubble-menu ul li:hover {
    background: var(--tr-light-gray);
    }
    .TOL-header-PC-bubble-menu li a{
        display: block;
        width: 100%;
        font-size: 11px;
        box-sizing: border-box;
        color:var(--tr-black);
        text-decoration: none;
        position: relative;
        padding: 12px 15px 12px 11px;
    }
    .TOL-header-PC-bubble-menu.isleft {
        padding-left: 10px;
        background-color: #ededed;
    }
    .TOL-header-PC-bubble-menu.is-main {
        font-size: 15px;
    }
/*マケプレ領域対策*/
@media screen and (min-width: 851px) {
    #headerCustomArea02SP {
        display: none;
    }
    #headerCustomArea02SP .TOL-header-SP-search-area-bunner {
        display: none;
    }
    main .common-icon-badge-plus {
        margin: -2px;
        right: 1px;
    }
} 
#headerArea24base img {
    width: auto;
}

#NotReadCount {
    margin-left: unset;
    font-size: 12px !important;
}
.common-icon-badge-plus {
    margin: -.5px;
    right: -.5px;
}

/*文字サイズ対応（r114475）*/
.header-PC-menu-list-item span {
    font-size: 13px;
}
.TOL-header-PC-menu span {
    font-size: 12px;
}

/* PCヘッダーカスタマイズエリア */
#headerCustomArea01 {
    display: flex;
}