@charset "UTF-8";

/*
* v3/pc/header.css
*
*/

.business_header_wrap {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

ul.business_header {
    background: #F5F5F5;
    border-bottom: solid 1px #D9D9D9;
    display: flex;
    height: 40px;
    line-height: 40px;
    justify-content: right
}

ul.business_header li {
    margin-right: 20px;
}

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

ul.business_header li a:hover {
    text-decoration: underline;
}

.g-header {
    background: #fff;
    border-bottom: solid 1px #DADDE3;
    display: flex;
    font-weight: 700;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.3s ease-out;
    width: 100%;
    z-index: 1000;
}

.header_left_wrap {
    display: flex;
    width: 100%;
    z-index: 1002;
}

.g-header a:hover,
.g-header button:hover {
    opacity: .5;
}

/* g-header_toggleDrawer */
.g-header_toggleDrawer {
    height: 60px;
    left: 0;
    min-width: 60px;
    position: relative;
    top: 0px;
    width: 60px;
    z-index: 1001;
}

.g-header_toggleDrawer.is-showDrawer {
    position: fixed;
    top: 0;
}

.g-header_toggleDrawer_btn {
    display: block;
    position: relative;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: 0.3s ease-out;
}

.g-header_toggleDrawer_btn_inner {
    display: block;
    position: relative;
    margin: auto;
    width: 28px;
    height: 21px;
}

.g-header_toggleDrawer_line {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 28px;
    height: 3px;
    -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #000;
}

.g-header_toggleDrawer_line:nth-child(1),
.g-header_toggleDrawer_line:nth-child(3) {
    -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.g-header_toggleDrawer_line:nth-child(1) {
    bottom: auto;
}

.g-header_toggleDrawer_line:nth-child(3) {
    top: auto;
}

.g-header_toggleDrawer_line:nth-child(4) {
    opacity: 0;
}

.is-showDrawer .g-header_toggleDrawer_line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.is-showDrawer .g-header_toggleDrawer_line:nth-child(1),
.is-showDrawer .g-header_toggleDrawer_line:nth-child(3) {
    opacity: 0;
    -webkit-transition: opacity 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: opacity 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.is-showDrawer .g-header_toggleDrawer_line:nth-child(4) {
    opacity: 1;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

/* g-header_logo */
.g-header_logo {
    display: flex;
    flex-basis: 185px;
    height: 60px;
    margin-left: 10px;
}

.-simple .g-header_logo {
    margin-left: 70px;
}

.g-DrawerModal_logo_wrap .g-header_logo {
    margin-left: 70px;
}

.g-header_logo h1 {
    display: flex;
    height: 60px;
}

.g-header_logo img {
    min-width: 185px;
    width: 185px;
}

/* ------------------------
g-nav_search
------------------------ */
.g-nav_search {
    align-items: center;
    display: flex;
    height: 56px;
    justify-content: space-between;
    padding: 10px 40px;
    position: relative;
    max-width: 550px;
    width: 100%;
}

@media screen and (max-width:1259px) {
    .wrap.-buy {
        padding-top: 0px;
    }
    .g-header.-buy {
        position: unset;
    }
}

.g-nav_search_imageSearch {
    width: 44px;
    height: 36px;
    z-index: 1;
}

.g-nav_search_imageSearch.-hide {
    display: none;
}

.g-nav_search_imageSearch a {
    align-items: center;
    display: flex;
    height: 36px;
    padding: 0 12px;
    justify-content: center;
    width: 44px;
}

.g-nav_search_imageSearch a img {
    height: 16px;
    width: 20px;
}



/* g-nav */
.g-nav {
    display: flex;
}

.g-nav_list_left,
.g-nav_list_right {
    display: flex;
}

.g-nav_list_left {
    margin-right: 20px;
}

.g-nav_list_left li {
    border-left: solid 1px #DADDE3;
}

.g-nav_list_left .g-nav_item.-guide {
    border-right: solid 1px #DADDE3;
}

.g-nav_list_right {
    justify-content: right;
    margin-right: 10px;
    width: 200px;
}

.g-nav_item a {
    display: block;
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.g-nav_item.-sell a.-active,
.g-nav_item.-buy a.-active,
.g-nav_item.-shop a.-active {
    border-bottom: solid 1px #DADDE3;
    background: #F7F7F7;
}

.g-nav_item.-sell a {
    width: 141px;
}

.g-nav_item.-buy a {
    width: 141px;
}

.g-nav_item.-shop a {
    width: 161px;
}

.g-nav_item.-guide a {
    position: relative;
    width: 60px;
}

.g-nav_item.-favorite,
.g-nav_item.-cart,
.g-nav_item.-info,
.g-nav_item.-mypage {
    width: 50px;
}

.g-nav_item a .g-nav_item-info_txt {
    display: none;
}

.g-nav_item a .g-nav_item-info_icon {
    height: 30px;
    fill: #3c3c3c;
}

.g-nav_item a.-active .g-nav_item-info_icon {
    fill: #D52423;
}

.g-nav_item a .g-nav_item-info_batch {
    background: #D52423;
    border-radius: 100%;
    content: "";
    display: block;
    position: absolute;
    height: 12px;
    top: 16px;
    right: 9px;
    width: 12px;
}




/* ------------------------
g-DrawerModal
------------------------ */
.g-DrawerModal_wrap {
    display: none;
}

.g-DrawerModal_wrap.is-showDrawer {
    display: block;
}

.g-DrawerModal_wrap .g-DrawerModal_mask {
    background: rgb(60 60 60 / 0.5);
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1001;
}

.g-DrawerModal_wrap.is-showDrawer .g-DrawerModal_mask {
    display: block;
}

.g-DrawerModal_wrap.is-showDrawer .g-DrawerModal {
    display: block;
    height: 100vh;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 355px;
    z-index: 1001;
}

.g-DrawerModal_wrap.is-showDrawer .g-DrawerModal::-webkit-scrollbar {
    display: none;
}

.g-DrawerModal_logo_wrap {
    background: #fff;
    height: 60px;
    left: 0;
    position: fixed;
    top: 0;
    width: 355px;
    z-index: 1002;
}

.g-DrawerModal_wrap.is-showDrawer .g-DrawerModal_inner {
    background: #fff;
    min-height: 100vh;
    padding-bottom: 20px;
    padding-top: 90px;
    width: 355px;
    z-index: 1001;
}

.g-DrawerModal_menu_loading {
    display: flex;
    justify-content: center;
    height: 50px;
}

.g-DrawerModal_menu .g-DrawerModal_menu_index {
    border-bottom: solid 1px #3C3C3C;
    font-size: 18px;
    height: 58px;
    line-height: 58px;
    margin: auto;
    padding: 0 5px;
    width: 335px;
}

.g-DrawerModal_menu .g-DrawerModal_menu_index a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    text-decoration: none;
}

.g-DrawerModal_menu>div>a {
    display: inline-block;
    margin: 0 0 0 auto;
}

.g-DrawerModal_menu ul {
    margin: 0 auto 20px;
    width: 335px;
}

.g-DrawerModal_menu ul.g-DrawerModal_menu_search_wrap>li {
    position: relative;
}

.g-DrawerModal_menu ul.g-DrawerModal_menu_search_wrap>li::after {
    background: transparent;
    border-right: solid 2px #D52423;
    border-top: solid 2px #D52423;
    bottom: 0;
    content: "";
    display: block;
    height: 7px;
    margin: auto;
    margin-left: 10px;
    position: absolute;
    right: 20px;
    top: 0;
    transform: rotate(45deg);
    width: 7px;
}

.g-DrawerModal_menu ul.g-DrawerModal_menu_search_wrap>li a {
    justify-content: flex-start;
}

.g-DrawerModal_menu ul.g-DrawerModal_menu_search_wrap>li a img {
    margin: 0 12px 0 6px;
}

.g-DrawerModal_menu ul.g-DrawerModal_menu_search_wrap>li:nth-child(1) a img,
.g-DrawerModal_menu ul.g-DrawerModal_menu_search_wrap>li:nth-child(2) a img,
.g-DrawerModal_menu ul.g-DrawerModal_menu_search_wrap>li:nth-child(3) a img,
.g-DrawerModal_menu ul.g-DrawerModal_menu_search_wrap>li:nth-child(4) a img {
    width: 28px;
}

.g-DrawerModal_menu_ponta_coupon_wrap li:first-child {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.g-DrawerModal_menu ul>li {
    border-bottom: solid 1px #D9D9D9;
    font-size: 14px;
    height: 54px;
    padding: 0;
}

.g-DrawerModal_menu ul>li a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 0 5px;
    text-decoration: none;
}

.g-DrawerModal_menu ul>li a:hover {
    background-color: #f0f0f0;
    color: #111;
    opacity: 1;
    text-decoration: none;
}

.g-DrawerModal_menu_cart_count {
    color: #D52423;
}

.g-DrawerModal_menu_information {
    background: #D52423;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    width: 10px;
}

.g-DrawerModal_menu_mypage_link_wrap {
    display: flex;
    justify-content: end;
    margin: 0 auto 20px;
    width: 325px;
}

.g-DrawerModal_menu_mypage_link {
    align-items: center;
    display: flex;
    font-size: 12px;
    text-decoration: none;
}

.g-DrawerModal_menu_mypage_link::after {
    background: transparent;
    border-right: solid 2px #D52423;
    border-top: solid 2px #D52423;
    content: "";
    display: block;
    height: 7px;
    margin-left: 10px;
    right: 20px;
    transform: rotate(45deg);
    width: 7px;
}


/* ------------------------
g-DrawerModal_menu-member
------------------------ */
.g-DrawerModal_menu-member {}

/* g-DrawerModal_menu_nickName */
.g-DrawerModal_menu_nickName_wrap {
    align-items: center;
    border-bottom: solid 1px #D52423;
    display: flex;
    height: 54px;
    padding: 0 20px;
    justify-content: center;
}

.g-DrawerModal_menu_nickName {
    font-size: 18px;
    line-height: 1.2;
    width: 315px;
}

.g-DrawerModal_menu_nickName_none {
    height: 54px;
}

/* g-DrawerModal_menu_ponta_coupon */
.g-DrawerModal_menu_ponta_error {
    color: #D52423;
    display: none;
    font-size: 12px;
}

.g-DrawerModal_menu_coupon_error {
    color: #D52423;
    display: none;
    font-size: 12px;
}

/* g-DrawerModal_menu_buy */
.g-DrawerModal_menu_cart_error {
    color: #D52423;
    display: none;
    font-size: 12px;
}

.g-DrawerModal_menu_favorite_error {
    color: #D52423;
    display: none;
    font-size: 12px;
}

/* g-DrawerModal_menu_shop */
.g-DrawerModal_menu_information_error {
    color: #D52423;
    display: none;
    font-size: 12px;
}

/* g-DrawerModal_menu_link */
.g-DrawerModal_menu ul.g-DrawerModal_menu_link_wrap {
    margin-top: 40px;
}

.g-DrawerModal_menu ul.g-DrawerModal_menu_link_wrap>li {
    height: 73px;
    padding: 0;
}

.g-DrawerModal_menu ul.g-DrawerModal_menu_link_wrap>li a {
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
}

.g-DrawerModal_menu ul.g-DrawerModal_menu_link_wrap>li p {
    font-size: 14px;
    line-height: 1;
}

.g-DrawerModal_menu ul.g-DrawerModal_menu_link_wrap>li span {
    font-size: 12px;
    line-height: 1;
    margin-top: 7px;
}

/* g-DrawerModal_menu_logout */
.g-DrawerModal_menu_logout {
    margin-top: 40px;
}

.g-DrawerModal_menu_logout_btn {
    border-radius: 3px;
    box-shadow: 3px 3px 6px 0px #dadde3;
    font-size: 14px;
    height: 54px;
    line-height: 54px;
    margin: auto;
    text-align: center;
    width: 315px;
}

.g-DrawerModal_menu_logout_btn:hover {
    opacity: 0.5;
}


/* ------------------------
g-DrawerModal_menu_ponta_point
------------------------ */

.pontaload_spinner {
  width: 25px;
  height: 25px;
  animation: rotate 1400ms linear 0s infinite; /* 追加 */
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.pontaload_circle {
  stroke: #707070;
  stroke-width: 4;
  stroke-dasharray: 130 130;
}

/* ------------------------
g-DrawerModal_menu-guest
------------------------ */
.g-DrawerModal_menu-guest {}

.g-DrawerModal_menu_login_wrap {
    margin: auto;
    width: 315px;
}

.g-DrawerModal_menu_login {
    align-items: center;
    background: #0A2149;
    border-radius: 3px;
    color: #FFF;
    box-shadow: 3px 3px 6px 0px #dadde3;
    display: flex;
    font-size: 14px;
    height: 54px;
    margin-bottom: 20px;
    justify-content: center;
    position: relative;
    text-decoration: none;
    width: 315px;
}

.g-DrawerModal_menu_regist_wrap {
    margin: 0 auto 40px;
    text-align: center;
    width: 315px;
}

.g-DrawerModal_menu_regist {
    color: #D52423;
    font-size: 12px;
}

/* ------------------------
g-header_infoDrawer_wrap
------------------------ */
.g-header_infoDrawer_wrap {
    display: none;
}

.g-header_infoDrawer_wrap.is-showDrawer {
    display: block;
    font-weight: 700;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.g-header_infoDrawer_mask {
    background: rgb(60 60 60 / 0%);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.g-header_infoDrawer {
    align-content: space-between;
    background: #fff;
    border: solid 1px #D9D9D9;
    border-radius: 5px;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    height: calc(100vh - 80px);
    justify-content: space-between;
    padding: 40px 20px 0;
    position: fixed;
    right: 50px;
    width: 375px;
}

.g-header_infoDrawer .g-header_infoDrawer_heading {
    font-size: 32px;
    line-height: 1;
}

.g-header_infoDrawer_closeBtn {
    background: transparent;
    content: "";
    height: 16px;
    margin-right: 10px;
    position: relative;
    transition: 0.3s ease-out;
    width: 16px;
}

.g-header_infoDrawer_closeBtn:hover {
    opacity: .5;
}

.g-header_infoDrawer_closeBtn::before {
    background: #000;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    width: 20px;
}

.g-header_infoDrawer_closeBtn::after {
    background: #000;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-45deg);
    width: 20px;
}

.g-header_infoDrawer_draggable {
    width: 100%;
    height: calc(100vh - 160px);
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.g-header_infoDrawer_draggable::-webkit-scrollbar {
    display: none;
}

.g-header_infoDrawer_draggable .g-header_infoDrawer_empty {
    font-size: 16px;
    margin: 40px auto 0;
    text-align: center;
}

.g-header_infoDrawer_track .importantNews_title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 40px;
}

.js-infoDrawerAjax.loading {
    position: relative;
}

.js-infoDrawerAjax.loading:before {
    content: "";
    background: url(/v3/cmn/img/loading.gif) no-repeat center center / 40px 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    margin: 0 auto;
    width: 40px;
    height: 40px;
}

/* g-header_infoDrawer_importantNews */
.g-header_infoDrawer_importantNews {
    margin-bottom: 52px;
}

.g-header_infoDrawer_importantNews li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
}

.g-header_infoDrawer_importantNews a {
    color: #D52423;
}

/* g-header_infoDrawer_tab_draggable */
.g-header_infoDrawer_tab_draggable {}

.g-header_infoDrawer_tab_draggable::-webkit-scrollbar {
    display: none;
}

.g-header_infoDrawer_tab_track {
    border-bottom: solid 1px #DADDE3;
    display: flex;
    flex-wrap: wrap;
}

.g-header_infoDrawer_tab_track li {
    border-bottom: solid 4px transparent;
    cursor: pointer;
    height: 44px;
    line-height: 44px;
    margin-right: 31px;
    transition: 0.3s ease-out;
    white-space: nowrap;
}

.g-header_infoDrawer_tab_track li:hover {
    opacity: .5;
}

.g-header_infoDrawer_tab_track li.-active {
    border-bottom: solid 4px #D52423;
    color: #D52423;
}

.g-header_infoDrawer_newsList_wrap .btn_wrap {
    margin-bottom: 20px;
    width: 100%;
}

.g-header_infoDrawer_newsList_wrap.-segment,
.g-header_infoDrawer_newsList_wrap.-shop,
.g-header_infoDrawer_newsList_wrap.-media,
.g-header_infoDrawer_newsList_wrap.-other {
    display: none;
}

/* g-header_infoDrawer_newsList */
.g-header_infoDrawer_newsList {
    margin-bottom: 20px;
}

.g-header_infoDrawer_news {
    border-bottom: solid 1px #DADDE3;
    padding: 16px 0;
}

.g-header_infoDrawer_news_top {
    display: flex;
}

.g-header_infoDrawer_news_date {
    font-size: 12px;
}

.g-header_infoDrawer_news_tag {
    background: #7E90B1;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    margin-left: 21px;
    padding: 0 6px;
}

.g-header_infoDrawer_news_link {
    font-size: 14px;
    text-decoration: none;
}

.g-header_infoDrawer_news_link:hover {
    opacity: .5;
}

/* 検索窓 */
#transparentField {
    background: rgb(60 60 60 / 50%);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 0;
}

#transparentField.-show+#headSearch {
    background: #fff;
    border-radius: 5px 5px 0 0;
}

#transparentField.-show+#headSearch form {
    border: 1px solid #3C3C3C;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    width: 470px;
}

#headSearch {
    float: right;
    width: 100%;
    /* margin: 20px 180px 22px 0; */
    position: relative;
    z-index: 0;
}

#headSearch.loggedIn {
    /* margin: 20px 185px 22px 0; */
}

#headSearch form {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: flex;
    height: 38px;
    padding: 0 0 0 0;
    width: 100%;
}

#headSearchInput {
    height: 36px;
    padding: 0;
    background: transparent;
    border: none;
    font-size: 12px;
    line-height: 36px;
    min-width: 63px;
    position: relative;
    width: 100%;
    z-index: 100;
}

#headSearchInput::placeholder {
    color: #D9D9D9;
}

#headSearchInput:focus {
    background: #fff !important;
    border-radius: 10px;
    padding: 0 30px 0 0;
    height: 99%;
}

#headSearchKeywordDelete {
    border-radius: 50%;
    display: none;
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 15px;
    height: 15px;
    margin: auto 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: contain;
    cursor: pointer;
    overflow: hidden;
    z-index: 110;
}

.headSearchKeywordDeleteBtn {
    border-radius: 50%;
    display: block;
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 15px;
    height: 15px;
    margin: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #D5D5D5;
    background-size: contain;
    cursor: pointer;
    overflow: hidden;
}

.headSearchKeywordDeleteBtn::before,
.headSearchKeywordDeleteBtn::after {
    border-right: 1px solid #fff;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0;
    height: 7px;
    z-index: 100;
}

.headSearchKeywordDeleteBtn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#headSearchSubmit {
    width: 37px;
    border: none;
    background: url(/v2/cmn/img/icon/header_search.svg) center no-repeat;
    background-size: 15px auto;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 0 2px 2px 0;
    position: relative;
    transition: 0.3s ease-out;
    z-index: 100;
    min-width: 37px;
}

#headSearchSubmit:hover {
    opacity: 0.5;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#headSearchBlank {
    background-color: #fff;
    border: 1px solid #3C3C3C;
    border-radius: 0px 0px 5px 5px;
    border-top: 0;
    color: #111;
    display: none;
    height: 680px;
    overflow-y: scroll;
    position: absolute;
    width: 470px;
    z-index: 100;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
}

/*スクロールバー非表示（Chrome・Safari）*/
#headSearchBlank::-webkit-scrollbar {
    display: none;
}

#headSearchBlank li {
    background: #fff;
    border-top: 1px solid #f7f7f7;
    color: #111;
    cursor: pointer;
    font-size: 12px;
    line-height: 38px;
    position: relative;
    padding: 0 40px 0 12px;
    height: 40px;
}

#headSearchBlank a {
    text-decoration: none;
}

#headSearchBlank a:last-child li {
    border-radius: 0 0 5px 5px;
}

#headSearchBlank li:hover {
    background-color: #f0f0f0;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#headSearchBlank #headSearchHistoryList li:last-child {
    border-bottom: 1px solid #E0E0E0;
}

#headSearchBlank a:hover {
    opacity: 1;
    text-decoration: none;
}

#headSearchBlank #headSearchBrand,
#headSearchBlank #headSearchCommitment,
#headSearchBlank #headSearchPhoto {
    font-weight: bold;
}

#headSearchBlank #headSearchPhoto {
    border-bottom: 1px solid #f7f7f7;
}

#headSearchBlank #headSearchCategory a,
#headSearchBlank #headSearchBrand a,
#headSearchBlank #headSearchCommitment a,
#headSearchBlank #headSearchPhoto a {
    display: block;
    padding-left: 40px;
}

#headSearchBlank #headSearchCategory a {
    background: url(/v3/cmn/img/header/icon_tag.svg) no-repeat left 0px center / auto 20px;
}

#headSearchBlank #headSearchBrand a {
    background: url(/v3/cmn/img/header/icon_t-shirt.svg) no-repeat left 0px center / auto 20px;
}

#headSearchBlank #headSearchCommitment a {
    background: url(/v3/cmn/img/header/icon_star.svg) no-repeat left 0px center / auto 20px;
}

#headSearchBlank #headSearchPhoto a {
    background: url(/v3/cmn/img/header/icon_camera.svg) no-repeat left 0px center / auto;
}

#headSearchBlank #headSearchBrand a:hover,
#headSearchBlank #headSearchCommitment a:hover,
#headSearchBlank #headSearchPhoto a:hover {
    color: #111;
    text-decoration: none;
}

#headSearchHistory {
    background: #f7f7f7;
    background-size: 16px auto;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    line-height: 35px;
    padding: 5px 75px 0 12px;
    position: relative;
}

#headSearchHistoryList {
    background: #fff;
}

#headSearchHistory .clear {
    color: #111;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: -10px 0 0;
    padding: 0 8px;
    position: absolute;
    right: 5px;
    bottom: 8px;
    text-decoration: none;
}

#headSearchHistory .clear:hover {
    opacity: .5;
}

#headSearchBlank li .delete {
    border-radius: 50%;
    display: block;
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 15px;
    height: 15px;
    margin: auto 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #D5D5D5;
    background-size: contain;
    cursor: pointer;
    overflow: hidden;
}

#headSearchBlank li .delete::before,
#headSearchBlank li .delete::after {
    border-right: 1px solid #fff;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0;
    height: 7px;
    z-index: 100;
}

#headSearchBlank li .delete::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#headSearchHistoryList span {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 38px;
}

#headSearchKeyword {
    background: #f7f7f7;
    background-size: 16px auto;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    line-height: 35px;
    padding: 5px 0 0 12px;
    position: relative;
}

#headSearchText {
    border-radius: 0 0 5px 5px;
    display: none;
    position: absolute;
    width: 470px;
    border: 1px solid #3C3C3C;
    border-top: none;
    z-index: 100;
}

#headSearchText::before {
    position: absolute;
    content: "";
    width: 440px;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid #D5D5D5;
    z-index: 101;
}

#headSearchText li {
    position: relative;
    padding: 0 15px;
    background: #fff;
    font-size: 12px;
    line-height: 38px;
    height: 40px;
    cursor: pointer;
}

#headSearchText li::before {
    position: absolute;
    content: "";
    width: 440px;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid #f7f7f7;
    z-index: 101;
}

#headSearchText li:first-child::before {
    border-top: none;
}

#headSearchText li:first-child {
    border-top: 0px solid #bfbfbf;
}

#headSearchText li:last-child {
    border-radius: 0 0 5px 5px;
}

#headSearchText li:hover,
#headSearchText li.hover {
    background-color: #f0f0f0;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#headSearchText li strong,
#headSearchText li span {
    line-height: 1;
}

#headSearchText li span {
    color: #111;
    margin-right: 10px;
    font-size: 12px;
    font-weight: bold;
}

#headSearchText hr {
    background: #fff;
    padding: 0px 0 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #fff;
    display: none;
    margin: 0;
}


/* GTranslate customize */
.gtranslate_wrapper {
    display: block;
    font-size: 12px;
    margin: 10px 40px 10px 10px;
    position: relative;
    width: fit-content;
}

.gtranslate_wrapper .gt_selector {
    width: 233px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid #707070;
    border-radius: 5px;
    cursor: pointer;
}

@media screen and (max-width:1300px) {
    .gtranslate_wrapper {
        margin-right: 10px;
    }

    .gtranslate_wrapper .gt_selector {
        width: calc(100vw - 1050px);
        min-width: 180px;
    }
}

.gtranslate_wrapper::after {
    background: transparent;
    border-right: solid 2px #d52726;
    border-top: solid 2px #d52726;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    transform: rotate(135deg);
    width: 10px;
}

.g-nav_search_condition {
    width: 44px;
    height: 36px;
    z-index: 1;
}

.g-nav_search_condition a {
    align-items: center;
    display: flex;
    height: 36px;
    padding: 0 12px;
    justify-content: center;
    width: 44px;
}

.g-nav_search_condition a img {
    height: 16px;
    width: 20px;
}

.g-nav_search_condition.-hide {
    display: none;
}