
.header__left-menu-item {
    padding: 3.5rem 0;
    border-bottom: 2px solid transparent;
    transition: border 350ms ease;
  }
  .header__left-menu-item:hover {
    border-bottom-color: #707070;
  }
  .header__left-menu-name {
    font-size: 1.3rem;
    /* color: #878787; */
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.1em;
    transition: color 350ms ease;
    font-weight: bold;

  }
  dt.header__left-menu-name {
    display: flex;
    align-items: center;
    column-gap: 1rem;
  }
  dt.header__left-menu-name::after {
    content: "";
    display: block;
    width: 1rem;
    aspect-ratio: 5 / 3;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.414%22%20height%3D%225.914%22%20viewBox%3D%220%200%2010.414%205.914%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_138%22%20data-name%3D%22%E3%83%91%E3%82%B9%20138%22%20d%3D%22M5252.689%2C2804.3l4.5%2C4.5-4.5%2C4.5%22%20transform%3D%22translate(2814.008%20-5251.982)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23b9b9b9%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221%22%2F%3E%0A%3C%2Fsvg%3E%0A")
      center / 100%;
    transition: transform 350ms ease;
    margin-right: 20px;
  }
  .header__left-menu-item:hover .header__left-menu-name {
    color: var(--color-text-primary);
    opacity: 1;
    cursor: pointer;
  }
  .header__left-menu-item:hover dt.header__left-menu-name::after {
    transform: rotate(180deg);
  }
  .header__left-menu-contents {
    --dropdown-menu-height: min(63.6rem, 90vh);

    overflow-y: auto;
    overscroll-behavior-y: contain;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: var(--zindex-behind);
    width: min(80%, 140rem);
    max-height: 80vh;
    max-height: 80dvh;
    margin: 0 auto;
    padding: 3rem 3rem 4rem;
    background-color: #fff;
    box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.01s ease;
  }
  .header__left-menu-item:hover .header__left-menu-contents {
    opacity: 1;
    visibility: visible;
  }
  .header__left-menu-contents .m-cat-list__wrap {
    display: grid;
    align-items: start;
    grid-template:
      "title contents" 1.6rem
      "controller contents" 1fr / 18rem 1fr;
  }
  .header__left-menu-contents .m-cat-list__title {
    grid-area: title;
  }
  .header__left-menu-contents .m-cat-list__controller {
    overflow-y: auto;
    overscroll-behavior-y: contain;
    display: flex;
    flex-direction: column;
    row-gap: 0.9rem;
    grid-area: controller;
    padding: 20px 0;
    max-height: min(63.6rem, 90vh);
    border-radius: 0;
    scrollbar-width: none;
    border-right: 1px solid #B5B5B5;
  }
  #Header
    .header__left-menu-contents
    .m-cat-list__controller::-webkit-scrollbar {
    display: none;
  }
  .header__left-menu-contents .m-cat-list__controller li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 0.5rem;
    width: 100%;
    height: 5rem;
    padding: 0 1.63rem 0 2rem;
    font-size: 1.3rem;
    line-height: 1.46;
    letter-spacing: 0.05em;
    background-color: #f3f3f3;
    border-radius: 0.6rem 0 0 0.6rem;
    transition: color 350ms ease,
      background-color 350ms ease;
  }
  /* .header__left-menu-contents .m-cat-list__controller li::after {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 1.106rem;
    height: 0.624rem;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.237%22%20height%3D%2211.06%22%20viewBox%3D%220%200%206.237%2011.06%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_1456%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%201456%22%20transform%3D%22translate(-10.538%2021.91)%20rotate(-90)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_3853%22%20data-name%3D%22%E3%83%91%E3%82%B9%203853%22%20d%3D%22M0%2C10.56a.5.5%2C0%2C0%2C1-.354-.146.5.5%2C0%2C0%2C1%2C0-.707L4.323%2C5.03-.354.354a.5.5%2C0%2C0%2C1%2C0-.707.5.5%2C0%2C0%2C1%2C.707%2C0L5.737%2C5.03.354%2C10.414A.5.5%2C0%2C0%2C1%2C0%2C10.56Z%22%20transform%3D%22translate(21.41%2011.038)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A")
      center / 100% no-repeat;
    opacity: 0;
    transition: opacity 350ms ease;
  } */
  .header__left-menu-contents .m-cat-list__controller li::after {
    content: "\f105";
    font-size: 14px;
    margin-left: 11px;
    font-weight: normal;
}
  .header__left-menu-contents .m-cat-list__controller li.tab-active {
    color: #fff;
    background-color: #878787;
  }
  #Header
    .header__left-menu-contents
    .m-cat-list__controller
    li.tab-active::after {
    opacity: 1;
  }
  #Header
    .header__left-menu-contents
    .m-cat-list__controller
    li.tab-active::after {
    opacity: 1;
  }
  .header__left-menu-contents .m-cat-list__contents {
    grid-area: contents;
    margin-top: 0.3rem;
    padding: 3.2rem 2.5rem 3.6rem 3rem;
    /* border-left : 1px solid #B5B5B5; */
    scrollbar-width: none;
  }
  .header__left-menu-contents .m-cat-list__contents::-webkit-scrollbar {
    display: none;
  }
  /*ヘッダー修正*/
  .m-cat-list__section ul li {
    margin-top: 17px;
    /*width: 70%;
    text-align: center;*/
    width: 16%;
    text-align: center;
  }
  .header__left-menu-contents .c-btn-primary {
    display: none;
  }
  .header__search {
    position: relative;
    width: min(100%, 48rem);
    height: 4rem;
    margin-right: 2rem;
  }
  .c-searchBox {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: var(--zindex-front);
    width: 100%;
    background: unset;
    transition: all 0.1s linear;
  }
  #Header
    :is(.header__search:hover, .header__search:focus-within)
    .c-searchBox {
    top: -2rem;
    width: calc(100% + (3rem * 2));
    padding: 2rem 3rem 3rem;
    background-color: #fff;
    box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 10%);
  }
  :is(.header__search:hover, .header__search:focus-within)::before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .header__search .c-searchBox > div:first-of-type {
    display: none;
  }
  .header__search .c-searchBox__form {
    width: 100%;
  }
  .header__search .c-searchBox__keywords {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 350ms ease;
  }
  #Header
    :is(.header__search:hover, .header__search:focus-within)
    .c-searchBox__keywords {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
  .header__icon-menu-wrap {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    column-gap: 2.5rem;
  }
  .header__icon-menu-wrap::after {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 1px;
    height: 4rem;
    background-color: #f3f3f3;
  }
  .header__large-icon {
    display: flex;
    order: -1;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    column-gap: 1.5rem;
  }
  .header__large-icon a {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: opacity 350ms ease;
  }
  .header__large-icon a:hover {
    opacity: var(--hover-opacity);
  }
  .header__large-icon figure {
    flex: 0 0 auto;
    width: 2.5rem;
  }
  .header__large-icon span {
    font-size: 1.1rem;
    color: #878787;
    line-height: 1.6;
  }
  .header__small-icon {
    order: 1;
    column-gap: 1.2rem;
  }
  .header__small-icon a {
    transition: opacity 350ms ease;
  }
  .header__small-icon a:hover {
    opacity: var(--hover-opacity);
  }
  .header__small-icon-list--cart .product-count {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.1rem;
  }
  .c-cat-primary-link {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    column-gap: 1rem;
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    background-color: #f3f3f3;
    width: 35rem;
    height: 4rem;
    padding: 25px 2rem;
    border-radius: 5px;
}
.c-cat-primary-link::after {
    content: "\f105";
    font-size: 20px;
    margin-left: 11px;
    font-weight: normal;
    position: absolute;
    right: 20px;
}
.js-tabItem {
    display: none;
}

.js-tabItem.tabItem-active {
    display: block;
}
.top_btn {
    display: flex;
}
.btn_black {
    background: #b0b0b0;
    margin-right: 10px;
    color: #fff;
    border: 1px solid #c9c9c9;
    position: relative;
}
.btn_white {
    background: #fff;
    border: 1px solid #c5c5c5;
    position: relative;
}
.global-header__fixed-taste li {
    width: 10.5%;
    padding: 0!important;
    margin: 0 0 10px;
}
.global-header__fixed-taste {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1050px!important;
    margin: 0 auto;
}
.global-header__fixed-taste li p {
    font-size: 11px;
    margin: 1px 0 0;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: 2px;
    font-weight: bold!important;
}















/*************************
↓ここからヘッダー↓ 
*************************/
.global-header__fixed_wrapper {
    position: sticky;
    top: -1px;
    z-index: 999999999999;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.global-header__fixed {
    display: flex;
    justify-content: space-between;
    max-width: 1050px;
    margin: 0 auto;
}
.global-header__fixed__search-form input {
    background: #F3F3F3;
    box-sizing: border-box;
    font-size: 12px;
    outline: none;
    padding: 8px 10px;
    width: 100%;
    border: none;
    letter-spacing: 2px;
}
.global-header__fixed__search-form button {
    border: none;
    background: #f3f3f3;
    width: 46px;
    border-left: 1px solid #E2E2E2;
}
.global-header__fixed__search-form {
    display: flex;
    border: 1px solid #E2E2E2;
    height: 39px;
    width: 256px;
    border-radius: 5px;
}

/* ↓ここから丸いナビゲーション↓ */
.global-header__fixed_nav {
    display: flex;
    padding: 15px 0px 5px;
}
.global-header__fixed_nav ul {
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
    padding-top: 5px;
}
.global-header__fixed_nav ul li {
    position: relative;
    z-index: 0;
}
/* .global-header__fixed_nav ul li:first-child i {
    color: #fff;
    font-size: 20px;
    position: relative;
    bottom: 6px;
} */
.global-header__fixed_nav ul li a {
    display: block;
    box-sizing: border-box;
    width: 65px;
    text-decoration: none;
    text-align: center;
}
.global-header__fixed_nav ul li a span {
    display: block;
    font-size: 10px;
    color: #000;
    margin: 0 0 5px;
    line-height: 1em;
    text-align: center;
}
.global-header__fixed_nav ul li a img {
    fill: #000;
    text-align: center;
}
.global-header__fixed_nav ul li a i {
    fill: #000;
    text-align: center;
    width: 100%;
}
.global-header__fixed-choice {
    cursor: pointer;
}
.global-header__fixed-choice ul {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
}
.global-header__fixed-choice_text {
    letter-spacing: 2.5px;
    font-weight: bold!important;
    font-size: 15.5px;
    margin: 0;
}
/* .global-header__fixed-choice ul li {
    padding: 30px 15px;
} */
/* .global-header__fixed-choice ul li:first-child {
    padding: 20px 15px 15px 0;
} */
/* .global-header__fixed-choice ul li:nth-child(n+2):hover {
    background-color: #f4f4f4;
} */
/* .global-header__fixed-choice ul li:nth-child(n+2) > p:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    padding-left: 5px;
} */
/* .global-header__fixed-choice ul li:nth-child(n+2) span {
    padding-right: 18px;
} */
/* .global-header__fixed-choice span {
    display: block;
    font-size: 10px;
    text-align: center;
    font-weight: 500;
} */

.global-header__fixed-choice_contents {
    background-color: #f4f4f4;
    top: 78px;
    left: 0;
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    padding: 30px 0 20px 0;
    width: 100%;
    display: none;
}
.global-header__fixed-choice_contents.active {
    display: block;
}
/* .global-header__fixed-choice_contents_ul, .top-nav__wrap ul {    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1050px;
    margin: 0 auto;
} */
/* .global-header__fixed-choice_contents_list, .top-nav__wrap ul li {
    margin: 0 0 5px;
    position: relative;
    text-align: center;
}    */
/* .global-header__fixed-category .global-header__fixed-choice_contents_list, .top-nav__wrap ul li {
    width: 7%;
}
.global-header__fixed-taste .global-header__fixed-choice_contents_list {
    width: 19%;
}    */
/* .global-header__fixed-category .global-header__fixed-choice_contents_list p, .top-nav__wrap ul li p {    
    font-size: 10px;
    margin: 5px 0 0;
    text-align: center;
    line-height: 1.2em;
    font-weight: bold;
}
.global-header__fixed-taste .global-header__fixed-choice_contents_list p {
    font-size: 13px;
    margin: 10px 0 0;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: 2px;
    font-weight: bold!important;
} */
.search_form-h_search_btn a {
    font-size: 11px;
    font-weight: bold!important;
    letter-spacing: 1px;
}
.search_form-h_search_btn {
    text-align: right;
}
.global-header__fixed__search-form .fa-search {
    color: #707070!important;
}
/* ↓ここから黒い背景部分↓ */
.global-header__description {
    background: #333;
    position: relative;
    z-index: 1;
}
.global-header__description p {
    color: #fff;
    font-size: 13px;
    margin: 0 auto;
    padding: 5px 0;
    width: 100%;
    max-width: 1050px;
}
/* ↓ここからヘッダー全体↓ */
.global-header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto 10px;
    width: 100%;
    max-width: 1050px;
}
/* ↓ここからロゴ↓ */
.global-header__content-center {
    position: relative;
    left: 72px;
}
.fs-client-cart-count.fs-client-cart-count--0 {
    opacity: 0;
}
/* ↓ここから検索ボックス↓ */
.global-header__content-search_form {
    position: relative;
    bottom: 10px;
}
.global-header__content-search_form form {
    width: 100%;
    max-width: 300px;
}
.global-header__content-search_form form .global-header__content-search_form-search_box {
    position: relative;
}
.global-header__content-search_form form .search_form-search_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.global-header__content-search_form form .search_form-search_icon input {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    padding: 5px 0 4px 0;
    width: 43px;
}
.global-header__content-search_form form input[type="text"] {
    border: 2px solid #333;
    border-radius: 10px;
    padding: 7px 0 6px 10px;
}
.global-header__content-search_form form .search_icon {
    background: #333;
    border-radius: 0 10px 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}
.global-header__content-search_form form .search_icon i {
    color: #fff;
}
.global-header__content-search_form .search_form-h_search_btn {
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0 0;
    text-align: right;
}
.fs-client-cart-count {
    background: #e62c2c;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    line-height: 1.5;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 16px;
    top: -7px;
    text-align: center;
}

/*************************
↓ここからレフトナビ↓ 
*************************/
.global-leftnavi {
    width: 100%;
    max-width: 207px;
}
.global-leftnavi__content-title {
    background: #e5e5e5;
    color: #383838;
    font-size: 13px;
    margin: 25px 0 15px;
    padding: 8px 0 8px 8px;
    letter-spacing: 2px;
    font-weight: bold;
}
.global-leftnavi__content-title i {
    color: #333;
    font-size: 16px;
    margin: 0 8px 0 0;
}
.global-leftnavi__content-list-banner li {
    font-size: 13px;
    margin: 0 0 10px;
    text-align: center;
}
.global-leftnavi__content-list-banner li a {
    font-size: 13px;
}
/* ↓ここからバナー↓ */
.global-leftnavi__content-banner_area {
    margin: 0 0 25px;
}
/* ↓ここから検索↓ */
.global-header__content-search_form_warpper {
    width: 100%;
}
.global-site__search-form {
    display: inline-block;
    position: relative;
    width: 100%;
}
.global-site__search-form input {
    background: #fff;
    border: 1px solid #333;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 12px;
    outline: none;
    padding: 8px 10px;
    width: 100%;
    letter-spacing: 2px;
}
.global-site__search-form button {
    background: #333;
    border: 0;
    /* border-radius: 0 10px 10px 0; */
    cursor: pointer;
    outline: none;
    padding: 0 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
.global-site__search-form button i {
    color: #fff;
}
.global-site__search-form .fa-search {
    color: #fff;
}
.global-leftnavi__content-search_area {
    margin: 0 0 25px;
}
.global-leftnavi__content-search_area .search_box {
    position: relative;
}
.global-leftnavi__content-search_area .search_box input[type="text"] {
    border: 1px solid #333;
    display: block;
    outline: none;
    padding: 8px 0 7px 8px;
}
.global-leftnavi__content-search_area .search_icon {
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.global-leftnavi__content-search_area .search_icon i {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 10px 6px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}
.global-leftnavi__content-search_area .search_icon input {
    background: transparent;
    border: 1px solid #333;
    cursor: pointer;
    display: block;
    padding: 7px 16px 6px;
    position: relative;
    z-index: 1;
}
.global-leftnavi__content-more-search {
    margin: 5px 0 0;
}
.global-leftnavi__content-more-search a {
    display: block;
    font-size: 12px;
    text-align: right;
    transition-duration: .3s;
    font-weight: bold;
    letter-spacing: 1px;
}
/* ↓ここから商品数↓ */
.global-leftnavi__content-item-count_area {
    margin: 0 0 25px;
}
.global-leftnavi__content-item-count_area .item_counter_frame {
    width: 100%;
    height: 122px;
}
.global-leftnavi__content-item-count_area .item_counter {
    background: url(https://www.perfect-space.jp/img/sd/left_item_01.jpg) no-repeat;
    height: 122px;
    position: relative;
}
.global-leftnavi__content-item-count_area .item_counter .item_number tt {
    font-weight: 600;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 22px;
    font-size: 41px;
    letter-spacing: 23px !important;
    color: #fff;
    opacity: .8;
}
.global-leftnavi__content-item-count_area .item_counter .item_number tt {
    color: #fff;
}
.global-leftnavi__content-item-count_area .item_counter .item_number:first-letter {
    margin-right: 9px;
}
.global-leftnavi__content-item-count_area .new_item_link {
    position: absolute;
    right: 0;
    bottom: 0;
}
/* ↓ここからはじめての方へ↓ */
.global-leftnavi__content-begginer_area {
    margin: 0 0 25px;
}
.global-leftnavi__content-begginer_area ul li a span {
    display: block;
    font-size: 12px;
    text-align: right;
}
/* ↓ここから新着↓ */
.global-leftnavi__content-newarrival_area {
    margin: 0 0 25px;
}
.global-leftnavi__content-newarrival_area #newarrival_load {
    border-bottom: 1px solid #333;
    padding: 0 0 10px;
}
.global-leftnavi__content-newarrival_area .sd_newarrival_items {
    box-sizing: border-box;
    width: 100%;
    /* max-width: 207px; */
  }
.global-leftnavi__content-newarrival_area .sd_newarrival_items img {
    height: auto;
}
.global-leftnavi__content-newarrival_area .new_arrival_items_day {
    margin: 5px 0;
}
.global-leftnavi__content-newarrival_area .new_arrival_items_comment {
    font-size: 12px;
    line-height: 1.5em;
}
.global-leftnavi__content-newarrival_area-link {
    border: 1px solid #333;
    border-radius: 5px;
    display: block;
    font-size: 10px;
    margin: 10px 0 0 auto;
    padding: 2px 10px;
    text-align: center;
    width: 125px;
}
/* ↓ここから注目↓ */
.global-leftnavi__content-pickup_area {
    margin: 0 0 25px;
}
.global-leftnavi__content-pickup_area ul li img {
    display: block;
    margin: 0 0 3px;
}
/* ↓ここから翌日出荷↓ */
.global-leftnavi__content-nextday_area {
    margin: 0 0 25px;
}
/* ↓ここからカテゴリリンク↓ */
.global-leftnavi__content-find-brand_area {
    margin: 0 0 25px;
}
.global-leftnavi__content-find-title {
    background-color: #333333;
    margin: 0;
    padding: 8px 10px;
    position: relative;
}
.global-leftnavi__content-find-title a::after {
    content: "";
    background: url(https://www.perfect-space.jp/img/i/c_btn_arrow2.png) right no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 13px;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
}
.global-leftnavi__content-find-title,
.global-leftnavi__content-find-title a {
    color: #fff !important;
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: bold;
}
.global-leftnavi__content-find-title a i {
    color: #fff;
    margin: 0 8px 0 0;
}
.global-leftnavi__content-find-inner {
    background: #F6F6F6;
}
.global-leftnavi__content-find-inner p {
    background-color: #e5e5e5;
    margin: 0 0 10px;
    padding: 8px 0;
    text-align: center;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: bold;

}
.global-leftnavi__content-find-inner ul {
    padding: 10px;
}
.global-leftnavi__content-find-inner ul li {
    border-bottom: 1px dotted #e5e5e5;
    padding: 0 10px;
    background: #fff;
    font-size: 12px;
}
.global-leftnavi__content-find-inner ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    position: relative;
    font-weight: bold;
}
.global-leftnavi__content-find-inner ul li a img {
    display: block;
    margin: 0 8px 0 0;
    width: 30px;
}
/* ↓ここからカレンダー↓ */
.global-leftnavi__content-calendar_area {
    margin: 0 0 25px;
}
.global-leftnavi__content-calendar_area div.cal_wrapper {
    background: #fff;
}
.global-leftnavi__content-calendar_area div#sideNavi {
    background: #fff;
    padding: 10px 5px;
}
.global-leftnavi__content-calendar_area div#cal1 {
    margin: 15px 0;
}
.global-leftnavi__content-calendar_area th#top_area {
    padding: 0 0 10px;
}
.global-leftnavi__content-calendar_area div#cal0 table, div#cal1 table {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}
.global-leftnavi__content-calendar_area div.cal_wrapper table.cal tr th p {
	float: left;
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size: 12px;
    margin: 3px 0 0 !important;
}
.global-leftnavi__content-calendar_area div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
}
.global-leftnavi__content-calendar_area div.cal_wrapper table.cal tr th div.cal_ui input {
	border: 0;
	background-color: #FFF;
	font-size: 12px;
	margin: 0px 1px;
	padding: 1px 5px;
	border-radius: 3px;
    outline: none;
}
.global-leftnavi__content-calendar_area div.cal_wrapper table.cal tr td {
	font-size: 10px;
	text-align: center;
	padding: 0px;
    border: 0;
    line-height: 1;
}
.global-leftnavi__content-calendar_area div.cal_wrapper table.cal tr.headline td {
	padding: 5px 0px;
	color: #333;
}
.global-leftnavi__content-calendar_area div.cal_wrapper table.cal tr.headline {
	background-color: #fff;
}
.global-leftnavi__content-calendar_area div.cal_wrapper table.cal tr td div {
    font-size: 12px;
    padding: 5px;
    color: #434343 !important;
}
.global-leftnavi__content-calendar_area div.cal_wrapper table.cal tr td div.Sat {
    color: #333;
    background-color: #e5e5e5;
}
.global-leftnavi__content-calendar_area div.cal_wrapper table.cal tr td div.Sun {
    color: #333;
    background-color: #e5e5e5;
    /* background-color: #f26c6d; */
}
.global-leftnavi__content-calendar_area div.cal_wrapper table.cal tr td div.Today {
	color: #fff!important;
    background-color: #ffbc24;
}
.global-leftnavi__content-calendar_area div.cal_wrapper table.cal tr td div.Deli {
	background-color: #EFE;
}
.global-leftnavi__content-calendar_area div.cal_wrapper table.cal tr td div.Holyday {
    color: #fff!important;
    background-color: #fb9b8e;
}
.global-leftnavi__content-calendar_area div.cal_wrapper table.cal tr td div.telnomi {
	color: #333;
	background-color: #fb9b8e;
}
.global-leftnavi__content-calendar_area div.cal_wrapper table.cal tr td div.backward {
	color: #999;
	font-weight: normal;
	background-color: #FFF;
	border-radius: 3px;
}
.global-leftnavi__content-calendar_area div.sidemain1 {
    font-size:12px;
    line-height:150%;
    padding:5px;
    text-align: left;
}
/* ↓ここからSNS↓ */
.global-leftnavi__content-social_area {
    margin: 0 0 25px;
}
.global-leftnavi__content-social_area ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.global-leftnavi__content-social_area ul li {
    width: 23%;
}
.global-leftnavi__content-social_area ul li a {
    display: block;
    text-align: center;
}
.global-leftnavi__content-social_area ul li i {
    font-size: 22px;
}

/*************************
↓ここからフッター↓ 
*************************/
.global-footer {
    background: #efefef;
    padding: 20px 0 0;
    width: 100%;
}
/* ↓ここからお問い合わせ↓ */
.global-footer__content-contact_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 15px;
    width: 100%;
    max-width: 1050px;
}
.global-footer__content-contact_area-right a {
    background: #fff;
    border-radius: 10px;
    display: block;
    padding: 10px 20px;
}
/* ↓ここからLINE↓ */
.global-footer__content-official-line_area {
    background: #00B800;
    border-radius: 10px;
    margin: 0 auto 15px;
    padding: 0 0 10px;
    width: 100%;
    max-width: 1050px;
}
.global-footer__content-official-line_area-title {
    padding: 12px 0 5px;
    text-align: center;
}
.global-footer__content-official-line_area-contents {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin: 0 auto;
    width: 1030px;
}
.global-footer__content-official-line_area-contents ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 82%;
}
.global-footer__content-official-line_area-contents ul li:first-child {
    width: 90px;
}
.global-footer__content-official-line_area-contents ul li:last-child {
    margin: 0 0 0 15px;
}
.global-footer__content-official-line_area-contents ul li p {
    font-size: 15px;
    line-height: 1.8em;
    text-align: left;
}
/* ↓ここからバナー↓ */
.global_footer__content-ft-banner_area {
    margin: 0 auto 15px;
    width: 100%;
    max-width: 1050px;
}
.global_footer__content-ft-banner_area ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.global_footer__content-ft-banner_area ul li {
    width: 24%;
}
/* ↓ここからカテゴリリスト↓ */
.global-footer__content-category-list_area {
    /* background: #fff; */
    display: flex;
    justify-content: space-between;
    margin: 0 auto 15px;
    padding: 20px 0px;
    width: 100%;
    max-width: 1050px;
}
.global-footer__content-category-list_area-contents {
    width: 23%;
}
.global-footer__content-category-list_area-contents_inner {
    margin: 0 0 20px;
}
.global-footer__content-category-list_area-contents_inner p {
    /* border-bottom: 1px solid #ccc; */
    display: block;
    margin: 0;
    padding: 5px 0;
}
.global-footer__content-category-list_area-contents_inner p,
.global-footer__content-category-list_area-contents_inner p a {
    color: #333;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
}
.global-footer__content-category-list_area-contents_inner ul li {
    margin: 0 0 5px;
}
.global-footer__content-category-list_area-contents_inner ul li a {
    color: #333;
    display: block;
    font-size: 12px;
    padding: 3px 0;
    text-decoration: none;
}
.global-footer__content-category-list_area-contents_inner-link {
    color: #333;
    display: block;
    margin: 10px 0 0;
    text-align: right;
    font-size: 13px;
    letter-spacing: 1px;
}
.global-footer__content-category-list_area-contents_inner-link i {
    float: none !important;
}
/* ↓ここからインフォメーションリスト↓ */
.global-footer__content-information-list_area {
    /* background: #e6e6e6; */
    /* border: 1px solid #ccc; */
    border-top: 1px solid #333333;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 15px;
    padding: 20px 0px;
    width: 100%;
    max-width: 1050px;
}
.global-footer__content-information-list_area .global-footer__content-category-list_area-contents:nth-child(2) {
    /* border-top: 1px solid #ccc; */
    margin: 31px 0 0;
    padding: 10px 0 0;
}
/* ↓ここからコピーライト↓ */
.global-footer__content-copyright_area {
    background: #fff;
    padding: 20px 0;
}
.global-footer__content-copyright_area-logo {
    margin: 0 0 10px;
    text-align: center;
}
.global-footer__content-copyright_area p {
    text-align: center;
}
.global-footer__content-copyright_area-attention {
    display: block;
    font-size: 12px;
    text-align: center;
    z-index: 1;
}

/* ↓TOPへ戻る↓ */
.page_itemdetail_topback {
    bottom: 26px;
    position: fixed;
    right: 36px;
    padding: 2px 0 8px 0;
    z-index: 99999;
}

/* ↓左右固定バナー↓ */
.global-float__item-right {
    width: 7.5%;
    position: fixed;
    top: 15%;
    right: 5px;
    z-index: 999;
}
.global-float__item-right ul li {
    display: flex;
}
.global-float__item-left {
    display: none;
    width: 6%;
    position: fixed;
    top: 12%;
    left: 5px;
    z-index: 9999999999;
}
.global-float__item-left ul li {
    display: flex;
}
@media screen and (max-width: 1585px) {
    .global-float__item-left,
    .global-float__item-right {
        display: none !important;
    }
}