@charset "UTF-8";
/* common */
body {
    font-family: "Noto Sans JP", sans-serif;
}
a {
    color: #222;
}
a:hover {
    text-decoration: none;
    opacity: 1;
    color: #0062AD;
}
div.wrapper_ {
    padding: 0px 0 0px;
    width: 100%;
}
div.container_ div.contents_, div.container_ div.mainframe_, 
div.container_ div.mainframe_ .event_ .goods_:not(table) {
    width: 100%;
    margin: 0 auto;
}
div.container_ div.contents_ div.mainframe_, 
div.container_ div.contents_ div.mainframe_ .event_ .goods_:not(table) {
    width: 1200px;
}
div.change_mode_ {
    min-width: auto;
}
.top_layout_1_ div.container_ div.contents_ {
    min-width: auto;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ {
    width: 1200px;
    min-width: auto;
    overflow: visible;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .category_list_title_, 
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .maker_ .maker_title_, 
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_head_ {
    padding-left: 0;
}
.content_head_ {
    margin-bottom: 40px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ h2.content-ttl,
h2.content-ttl,
.common_headline1_,
h1.category_name_ {
    padding: 0;
    position: relative;
    font-size: 34px;
    font-weight: 600;
    padding-left: 24px;
    color: #333;
    box-sizing: border-box;
}
.common_headline2_ {
    position: relative;
    border-left: none;
    background: transparent;
    color: #0062AD;
    padding: 20px 0 0 10px;
    font-size: 28px;
}
.common_headline1_,
h1.category_name_ {
    line-height: 1.0;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_head_ h2 {
    font-size: 34px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .category_list_title_, 
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .maker_ .maker_title_ {
    max-width: none;
    width: auto;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_head_ h2.content-ttl::before,
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .category_list_title_ h2::before,
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .new-item h2::before,
h2.content-ttl::before,
.common_headline1_::before,
h1.category_name_::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, #0062AD, #A1DD9B);
    background-size: contain;
    background-repeat: no-repeat;
    width: 7px;
    height: calc(100% + 6px);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.common_headline2_::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #0062AD, #A1DD9B);
}
.topiclist_ .topiclist_body_ .topicline_ .center {
    text-align: center;
}
.topiclist_ .topiclist_body_ .topicline_ > li:first-child {
    padding-top: 0;
    padding-bottom: 15px;
}
.topiclist_ .topiclist_body_ .topicline_ > li:first-child:has(img) {
    padding-bottom: 30px;
}
div.mymenu_topic_ ul.topicline_ li:has(img) {
    text-align: center;
}
div.mymenu_topic_ ul.topicline_ li.img_ {
    background-image: repeating-linear-gradient(90deg, #93ABBE, #93ABBE 4px, transparent 4px, transparent 8px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 1px; 
}
.btn-default {
    background-color: #0062AD;
    color: #ffffff;
    font-weight: bold;
    border: none;
}
.btn-primary {
    background-color: rgb(239, 112, 0);
    font-weight: bold;
    border: rgb(239, 112, 0);
}
.wrapper_:not(:has(.navitopicpath_)) .col1_,
.page-topicdetaillist .wrapper_:not(:has(.navitopicpath_)) .contents_ {
    margin-top: 67px;
}
/* ヘッダー */
.fixed_header {
    min-width: auto;
}
#headerTop {
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    align-items: center;
    padding: 16.4px 0;
}
.logo img {
    width: 173px;
}
.logo .arrow-b {
    position: relative;
    margin-left: 42px;
    transform: translateY(3px);
    display: inline-block;
    font-size: 14px;
}
.logo .arrow-b::before {
    content: "";
    position: absolute;
    background-image: url(../../img/usr/header/icon_toppage.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}
.header-link {
    display: flex;
    gap: 80px;
}

.header-link li a {
    position: relative;
    color: #222;
    font-weight: bold;
}
.header-link li a:hover {
    color: #0062AD;
}
.header-link li a::before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}
.header-link .approval a::before {
    background-image: url(../../img/usr/header/icon_approval.png);
    width: 28px;
    height: 27px;
    left: -37px;
}
.header-link .mypage a::before {
    background-image: url(../../img/usr/header/icon_mypage.png);
    width: 20px;
    height: 24px;
    left: -27px;
}
.header-link .cart a::before {
    background-image: url(../../img/usr/header/icon_cart_header.png);
    width: 28px;
    height: 26px;
    left: -37px;
}
#headerMiddle {
    background-color: #0062AD;
    padding: 8px 0;
}
.globalnav {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}
.globalnav li {
    display: block;
    width: calc(100% / 4);
}
.globalnav li:nth-of-type(2) {
    position: relative;
}
.globalnav li:nth-of-type(2)::after {
    content: "";
    border-right: 1px solid #ffffff;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -2px;
    top: 0;
}
.globalnav .navi-btn {
    background-color: #ffffff;
    color: #0062AD;
    width: 290px;
    padding: 5px 0;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}
.globalnav .navi-btn:hover {
    background-color: #0062AD;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 4px 0;
}
.globalnav .navi-btn::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #0062AD;
    border-right: 1.5px solid #0062AD;
    transform: translate(0px, -50%) rotate(135deg);
    right: 10px;
    position: absolute;
    top: calc(50% - 2px);
}
.globalnav .navi-btn:hover::after {
    border-top: 1.5px solid #ffffff;
    border-right: 1.5px solid #ffffff;
}
.globalnav .navi-btn.is-active::after {
    transform: translate(0px, -50%) rotate(315deg);
    top: calc(50% - -3px);
}
.globalnav li a {
    display: inline-block;
    color: #ffffff;
    transition: all .5s;
    text-decoration: none;
    width: calc(100% - 20px);
    padding: 4px 0px 6px;
    position: relative;
    box-sizing: border-box;
    font-weight: 500;
}
.globalnav li a:hover {
    background-color: #00508D;
    border-radius: 10px;
}
.globalnav .order::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../img/usr/header/icon_order.png);
    width: 27px;
    height: 22px;
    display: inline-block;
    transform: translateY(8px);
    margin-right: 7px;
}
.globalnav .csv::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../img/usr/header/icon_csv.png);
    width: 19px;
    height: 22px;
    display: inline-block;
    transform: translateY(6px);
    margin-right: 7px;
}

.search-container-inner {
display: flex;
align-items: center;
border-radius: 4px;
width: 300px;
position: relative;
box-sizing: border-box;
}
.search-container-inner::after {
content: "";
position: absolute;
background-image: url(../../img/usr/icon/icon_mv_search_b.png);
background-size: cover;
background-repeat: no-repeat;
width: 20px;
height: 20px;
right: 10px;
transform: translateY(-50%);
top: 50%;
display: none;
}
.search-container input[type="text"] {
border: none;
outline: none;
flex: 1;
padding: 6.5px 5px 6.5px 5px;
width: calc(100% - 30px);
font-size: 14px;
border-radius: 4px 0 0 4px;
}
.search-container button {
background: none;
border: none;
cursor: pointer;
}
.search-container .search_item_button {
background-image: url(../../img/usr/icon/icon_mv_search_b.png);
background-size: 19px;
background-repeat: no-repeat;
width: 30px;
height: 34px;
background-color: #fff;
background-position: center;
border-radius: 0 4px 4px 0;
}

.search-container button img {
width: 20px;
height: 20px;
}
@keyframes anim-opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
#headerBottom {
    color: #222;
    background: #fff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    display: none;
    animation: anim-opacity 300ms ease-out 0ms 1 normal forwards;
}
#headerBottom.is-active {
    display: block;
}

.navi-box {
    display: flex;
    background-color: #ffffff;
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 30px 0;
    box-sizing: border-box;
}
.navi-box dl {
    width: calc(100% / 4);
    text-align: left;
    border-left: 1px solid #DCDCDC;
    padding-left: 20px;
    padding-bottom: 30px;
}
.navi-box dt {
color: #0062AD;
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
}
.navi-box dd {
margin-bottom: 10.5px;
position: relative;
}
.navi-box dd:last-child {
margin-bottom: 0px;
}
.navi-box dd::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #0062AD;
    border-right: 1.5px solid #0062AD;
    transform: translate(-3px, -2px) rotate(45deg);
    display: inline-block;
    margin-right: 10px;
}
.navi-box dd a {
    color: #222;
}
.navi-box dd a:hover {
    color: #0062AD;
}
.layer {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: transparent;
}
/* フッター */
#footer {
    width: 100%;
    min-width: auto;
    padding: 0;
    background: transparent;
}

#footer .footertop {
    width: 100%;
    color: #ffffff;
    background-color: #0062AD;
    font-size: 14px;
}
#footer .footertop-inner {
    width: 1200px;
    padding: 30px 0;
    margin: 0 auto;
    display: flex;
    align-items: end;
    justify-content: space-between;
    font-weight: 500;
}
#footer .footertop-inner .policy-txt {
    text-align: left;
}
#footer .footertop .policy-link-box {
    display: flex;
    gap: 10px;
}
#footer .footertop .policy-link a {
    position: relative;
    color: #ffffff;
    padding: 10px;
}
#footer .footertop .policy-link a:hover {
    border-radius: 10px;
    background-color: #00508D;
}
#footer .footertop .policy-link a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #ffffff;
    border-right: 1.5px solid #ffffff;
    transform: translate(-3px, -2px) rotate(45deg);
    display: inline-block;
    margin-right: 6px;
}
#footer .footerbottom {
    width: 100%;
}
#footer .footerbottom .footerbottom-inner {
    width: 1200px;
    padding: 20px 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#footer .footerbottom .footerbottom-inner #copyright {
    display: flex;
    align-items: center;
    gap: 40px;
}

#footer .footerbottom .footerbottom-inner #copyright .copyright_txt {
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
}
/* ----ページトップに戻る---- */
.block-page-top {
    position: fixed;
    top: auto;
    bottom: 25px;
    right: 12px;
    display: none;
    z-index: 1;
}
.block-page-top a {
    position: relative;
    display: block;
    width: 48px;
    height:48px;
    background-color: #93ABBE;
    border-radius: 5px;
    transition: .3s;
}
.block-page-top a:hover {
    background-color: #768c9d;
}
.block-page-top a:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    transform: translate(-50%,-25%) rotate(-45deg);
    left: 50%;
    top: 50% ;
}

/* パンくず */
.navitopicpath_ {
    width: 1200px;
    margin: 10px auto 36px;
    font-weight: 400;
    
}
.navitopicpath_ a:hover {
    color: #222;
}
.navitopicpath_ a.topicpath_home_ {
    color: #222;
    margin-left: 0;
}
.navitopicpath_ a.topicpath_home_ {
    position: relative;
}
.navitopicpath_ a.topicpath_home_::before {
    content: "";
    display: inline-block;
    background-image: url(../../img/usr/icon/icon_home.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 13px;
    margin-right: 5px;
    transform: translateY(1px);
}
.navitopicpath_ li:last-child,
.navitopicpath_ li:last-child a,
.navitopicpath_ > a:last-child {
    color: #A2A2A2;
    margin-right: 0;
}
/**********************
レフトメニュー有り
***********************/
.container_ .contents_:has(.leftmenuframe_) {
    width: 1200px;
    gap: 40px;
}
/**********************
ページトップ
***********************/
.top_layout_1_ .fixed_header {
    margin-bottom: 40px;
}
.top_layout_1_ div.wrapper_ {
    padding: 0 0 0;
}
/* NEWS */
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .info_parent {
    margin: 0 auto 80px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ {
    max-width: 1200px;
    margin: 0px auto 80px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ {
    padding: 0;
    background: #fff;
    border: 1px solid #0062AD;
    border-radius: 5px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ {
    padding: 16px 40px;
    background: transparent;
}
div.mymenu_topic_ ul.topicline_ {
    padding: 0;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ li,
.topiclist_ .topiclist_body_ .topicline_ li,
div.mymenu_topic_ ul.topicline_ li {
    border-bottom: none;
    background-image: repeating-linear-gradient(90deg, #93ABBE, #93ABBE 4px, transparent 4px, transparent 8px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 1px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ > li dl dt {
    display: none;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ > li dl dd {
    width: calc(100%) !important;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ > li dl dd:has(> img):not(:has(> :not(img))) {
    text-align: center;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ .center,
.topiclist_ .topiclist_body_ .topicline_ .center {
    text-align: center;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ li a,
.topiclist_ .topiclist_body_ .topicline_ li a,
div.mymenu_topic_ ul.topicline_ li a {
    text-decoration: underline;
    color: #222;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topiclist_body_ .topicline_ li a:hover,
.topiclist_ .topiclist_body_ .topicline_ li a:hover,
div.mymenu_topic_ ul.topicline_ li a:hover {
    color: #0062AD;
}
div.mymenu_topic_ ul.topicline_ li a::before {
    display: none;
}
div.mymenu_topic_ ul.topicline_ li a {
    padding-left: 0;
}
.topiclist_ a:hover img {
    opacity: 0.7;
}
.info_parent {
    padding: 0;
    background: #fff;
    border: 1px solid #0062AD;
    border-radius: 5px;
    padding: 16px 40px;
    margin-bottom: 100px;
}
.info_child {
    overflow-y: auto;
}

.info_ttl {
    font-size: 20px;
    color: #0062AD;
    margin-bottom: 10px;
    font-weight: bold;
}
.info_txt {
    font-size: 14px;
    margin-bottom: 20px;
}
.info_box {
    display: inline-block;
    padding: 12px 28px;
    background-color: #F5F5F5;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
}
.info_caution li {
    font-size: 14px;
}
.info_child {
    --sb-track-color: #dcdcdc;
    --sb-thumb-color: #ffffff;
    --sb-size: 18px;
    scrollbar-width: auto;
    scrollbar-color: auto;
  }
  
  .info_child::-webkit-scrollbar {
    width: var(--sb-size)
  }
  
  .info_child::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 1px;
  }
  
  .info_child::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 1px;
    border: 1px solid #ccc;
    
  }
  
  @supports not selector(::-webkit-scrollbar) {
    .info_child {
      scrollbar-color: var(--sb-thumb-color)
                       var(--sb-track-color);
    }
  }
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .topiclist_ .topicline_detaillist_ {
    background: transparent;
    display: none;
}
/* 製品検索 */
div.container_ div.contents_ div.mainframe_ .top-body {
    background: #fff;
    height: auto;
    display: block;
    margin: 0 auto 80px;
}
div.container_ div.contents_ div.mainframe_ .top-body .top_mv_title_ {
    
    background-image: url(../../img/usr/header/bg_search.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 180px;
    margin: 0;
    line-height: 230px;
    position: relative;
    font-weight: 600;
}
div.container_ div.contents_ div.mainframe_ .top-body .top_mv_title_::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../../img/usr/icon/icon_mv_search_w.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 37px;
    height: 37px;
    margin: 0;
}
div.container_ div.contents_ div.mainframe_ .top-body .search_inner {
    position: relative;
    background: #F2F6F9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 3px 4px 6px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
}
div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ {
    flex: 1;
    margin: 0 50px;
}

.top_layout_1_ #search_suggest_area_ {
    display: none;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .search_form_ .header_goods_keyword_ {
    width: 730px;
    border-radius: 5px;
}
div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .search_form_ .detail_search_open_close_ {
    display: none;
}
div.container_ div.contents_ div.mainframe_ .top-body .goods_search_box_ .search_form_ .search_button_ {
    background: #0062AD;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 0 5px 5px 0;
    width: 120px;
}
.search_sample_txt {
    color: #777777;
    font-size: 14px;
    margin-top: 20px;
}
.search_caution {
    color: #777777;
    font-size: 14px;
}

/* カテゴリーから探す */
.bolock-top-category {
    margin: 0 auto 80px;
}
/* .anchor_category {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
} */
.anchor_category {
    gap: 10px 20px;
    margin: 0 0px 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.anchor_category li {
    /* width: calc(100% / 4); */
}
.anchor_category li a {
    position: relative;
    background-color: #0062AD;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    display: block;
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 60px;
    padding: 5px 30px 5px 5px;
    box-sizing: border-box;
}
.anchor_category li a:hover {
    background-color: #00508D;
}
.anchor_category .slpworks a {
    background-color: #333333;
}
.anchor_category .slpworks a:hover {
    background-color: #000000;
}
.anchor_category li a::after {
    content: "";
    position: absolute;
    background-image: url(../../img/usr/icon/icon_link_arrow_w.png);
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 15px;
    height: 8px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .CategoryStyleP_ {
    position: relative;
    max-width: none;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #slpworks {
    padding-top: 25px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ #slpworks .CategoryStyleP_category_ {
    margin-bottom: 30px;
}

.top_layout_1_ div.container_ div.contents_ div.mainframe_ .CategoryStyleP_ ~ .CategoryStyleP_ {
    margin-top: 50px;
}
.top_layout_1_ div.container_ div.contents_ div.mainframe_ .CategoryStyleP_::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px; /* ボーダーの高さを指定 */
    background: linear-gradient(to right, #0062AD, #A1DD9B); /* グラデーションを指定 */
}
.top_layout_1_ .CategoryStyleP_category_ {
    font-size: 28px;
    color: #0062AD;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 20px;
}
.top_layout_1_ .CategoryStyleP_Line_ {
    /* display: flex;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* border-top: 1px solid #C6D5E1;
    border-left: 1px solid #C6D5E1; */
}
.top_layout_1_ .CategoryStyleP_Line_ li {
    /* width: calc((100% - 5px) / 3);
    margin-top: -1px;
    margin-left: -1px;
    border: 1px solid #C6D5E1;
    transform: translateX(2px); */
    border: 1px solid #C6D5E1;
    /*border-bottom: 1px solid #C6D5E1;*/
}

.top_layout_1_ .CategoryStyleP_Line_ li:nth-child(3n+2) {
    border-left: none;
}
.top_layout_1_ .CategoryStyleP_Line_ li:nth-child(3n) {
    border-left: none;
}
.top_layout_1_ .CategoryStyleP_Line_ li:nth-child(n+4) {
    border-top: none;
}
.top_layout_1_ .category_link_ {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 15px 10px;
}
.top_layout_1_ .category_link_ div {
    width: 60px;
    height: 60px;
}
.top_layout_1_ .category_link_ div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.top_layout_1_ .category_link_:hover {
    background-color: #F2F6F9;
}
.top_layout_1_ .category_link_ .name_ {
    color: #222;
    font-size: 20px;
}

/* SLP WORKS 新商品 */
.new-item {
    margin: 0 auto 80px;
    width: 1200px;
}
.new-item_list_title_ {
    margin-bottom: 36px;
}
.switching__tab-box {
    display: flex;
    flex-flow: row wrap;
    margin: 0px auto 0;
    font-size: 20px;
    justify-content: start;
    align-items: end;
    border-radius: 5px 5px 0 0;
    gap: 2.2px;
}
.switching__tab {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: calc((100% - 16px) / 8);
    list-style: none;
    background-color: #333333;
    box-sizing: border-box;
    cursor: pointer;
    padding: 10px 6px;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    font-size: 16px;
}
.switching__tab:hover {
    background-color: #000000;
}
.switching__tab.is-active {
    color: #000000;
    background-color: #F2F6F9;
    font-weight: bold;
}
.switching__content-box .new-item-box.is-active {
    display: flex;
}
.new-item-box {
    background-color: #F2F6F9;
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px;
    display: none;
}
.new-item-box li {
    background-color: #ffffff;
    display: flex;
    width: calc((100% - 30px) / 2);
}
.new-item-box li a {
    display: flex;
    color: #222;
    padding: 20px;
    gap: 20px;
}
.new-item-box li a:hover {
    color: #0062AD;
}
.new-item-box li a .img-box {
    width: 120px;
    min-width: 120px;
}
.new-item-box li a .txt-box {
    padding-top: 5px;
}
.new-item-box li a .new-item-ttl {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.new-item-box li a .new-item-txt {
    font-size: 14px;
}
/* ページ下部　カテゴリー */
.category_box {
    width: 100%;
    border-top: 1px solid #C6D5E1;
    margin-bottom: 60px;
}
.category_box .category_inner {
    display: flex;
    background-color: #ffffff;
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 0;
    box-sizing: border-box;
}
.category_box .category_inner dl {
    width: calc(100% / 4);
    text-align: left;
    border-left: 1px solid #DCDCDC;
    padding-left: 20px;
    padding-bottom: 10px;
}
.category_box .category_inner dl dt {
    color: #0062AD;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.category_box .category_inner dl dd {
    margin-bottom: 10.5px;
    position: relative;
}
.category_box .category_inner dl dd::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #0062AD;
    border-right: 1.5px solid #0062AD;
    transform: translate(-3px, -2px) rotate(45deg);
    display: inline-block;
    margin-right: 10px;
}
.category_box .category_inner dl dd a {
    color: #222;
}
.category_box .category_inner dl dd a:hover {
    color: #0062AD;
}
.top_layout_1_ #footer {
    margin-top: 20px;
}
/*************************
商品詳細 
**************************/
.page-product .navitopicpath_ {
    margin-top: 10px;
    /* margin-bottom: 10px; */
}
.page-product div.leftmenuframe_,
.page-product #goods_userreview {
    display: none;
}
.page-product div.container_ div.contents_ div.mainframe_ {
    width: 100%;
}
.page-product div.goodsproductdetail_ {
    width: 100%;
    margin: 0 auto;
    background-color: #F2F6F9;
    display: block;
    padding: 50px 0;
    /* margin-bottom: 70px; */
}
.page-product div.goodsproductdetail_ .goods_inner{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    justify-content: flex-start;
}
.page-product div.goodsspec_ {
    width: calc(100% - 320px);
}
.goodsproductdetail_ .goodsimg_ {
    min-width: 280px;
    width: 280px;
}
.goodsproductdetail_ .goodsimg_:has(img) {
    height: 280px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.3);
}
.goodsproductdetail_ .goodsimg_ img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.goodsproductdetail_ h1.goods_name_ {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.goodsproductdetail_ h1.goods_name_::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #0062AD, #A1DD9B);
}
.goodsspec_tag_ {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 5px;
    margin-bottom: 50px;

}
.goodsspec_tag_  dl {
    width: calc((100% - 10px) / 3);
    display: flex;
    gap: 5px;
    align-items: start;
}
.goodsspec_tag_ dt {
    position: relative;
    padding-right: 10px;
    min-width: 30%;
    /* max-width: 40%; */
}
.goodsspec_tag_ dt::after {
    content: ":";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.goodsspec_tag_ dd {
    max-width: 60%;
    word-break: break-word;
}
.goodsspec_catalog {
    display: flex;
    justify-content: end;
    gap: 20px;
    font-weight: bold;
}
.goodsspec_catalog .map {
    position: relative;
}
.goodsspec_catalog .map button,
.goodsspec_catalog .pdf a {
    background-color: #0062AD;
    color: #ffffff;
    position: relative;
    text-align: center;
    display: block;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    font-weight: bold;    
}
.goodsspec_catalog .map button {
    width: 350px;
}
.goodsspec_catalog .pdf a {
    width: 250px;
}
.goodsspec_catalog .map button:hover,
.goodsspec_catalog a:hover {
    background-color: #00508D;
}
.goodsspec_catalog .map button::before,
.goodsspec_catalog .pdf a::before {
    content: "";
    /* position: absolute;
    top: 50%; */
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.goodsspec_catalog .map button::before {
    background-image: url(../../img/usr/icon/icon_blueprint.png);
    width: 32px;
    height: 31px;
    transform: translate(-8px, 8px);
}
.goodsspec_catalog .pdf a::before {
    background-image: url(../../img/usr/icon/icon_pdf.png);
    width: 23px;
    height: 28px;
    transform: translate(-8px, 8px);
}
.goods_list .type.fixed-follow {
  position: fixed;
  top: 121px; /* ここは headerH に合わせて調整 */
  z-index: 1000;
  width: 1200px; /* 必要に応じて調整 */
}
.goods_list .type.fixed-follow + .data {
  padding-top: 70px;
}
.page-product .block-page-top,
.page-order_cart .block-page-top,
.page-quickorder .block-page-top {
    bottom: 125px;
}
/* 部品について */
.goods {
    width: 1200px;
    margin: 60px auto 150px;
}
.goods_caution {
    font-size: 14px;
    margin-bottom: 30px;
}
.goods_caution li ~ li{
    margin-top: 4px;
}
.goods_condition {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
}
.goods_condition dl {
    display: flex;
    font-size: 14px;
}
.goods_condition dt {
    height: auto;
    width: 125px;
    text-align: center;
    background-color: #0062AD;
    color: #ffffff;
    border-top: 1px solid #C6D5E1;
    border-left: 1px solid #C6D5E1;
    border-bottom: 1px solid #C6D5E1;
    padding: 7.2px 0;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.goods_condition dd {
    display: flex;
    width: calc(100% - 125px);
    height: auto;
    border-top: 1px solid #0062AD;
    border-right: 1px solid #0062AD;
    border-bottom: 1px solid #0062AD;
    box-sizing: border-box;
    padding: 7.2px 12px;
    border-radius: 0 5px 5px 0;
}
.goods_condition dd span::after {
    content: ":";
    color: #222;
    margin-left: 10px;
}
.goods_condition dd span {
    margin-right: 10px;
    font-weight: 500;
}
.goods_condition dd .blue {
    color: #0062AD;
}
.goods_condition .goods_situation .sales_stop::after {
    content: "/";
    margin: 0 10px;
}

/* テーブル */
.goods_list {
    width: 1200px;
}
.goods_list li {
    border-bottom: 1px solid #C6D5E1;
    position: relative;
    display: flex;
    align-items: center;
}
.goods_list li div {
    text-align: center;
    box-sizing: border-box;
}
.goods_list li > div:nth-of-type(1) {
    width: 70px;
}
.goods_list li > div:nth-of-type(2) {
    width: 80px;
}
.goods_list li > div:nth-of-type(3) {
    width: 200px;
}
.goods_list li > div:nth-of-type(4) {
    width: 180px;
}
.goods_list li > div:nth-of-type(5) {
    width: 110px;
}
.goods_list li > div:nth-of-type(6) {
    width: 90px;
}
.goods_list li > div:nth-of-type(7) {
    width: 70px;
}
.goods_list li > div:nth-of-type(8) {
    width: 90px;
}
.goods_list li > div:nth-of-type(9) {
    width: 100px;
}
.goods_list li > div:nth-of-type(10) {
    width: 130px;
}
.goods_list li > div:nth-of-type(11) {
    width: 80px;
}
.goods_list .type {
    background-color: #777777;
    color: #ffffff;
    font-weight: 500;
}
.goods_list .type div {
    padding: 10.5px 5px;
    
}
.goods_list .data div {
    padding: 8.8px 5px;
    box-sizing: border-box;
    word-break: break-word;
}
.goods_list .data .no,
.goods_list .data .title_,
.goods_list .data .fob,
.goods_list .data .condition {
    font-weight: bold;
}
.goods_list .data .title_ {
    text-align: left;
}
.goods_list .data .fob {
    font-size: 18px;
}
.goods_list .data .quantity input[name="qty"] {
    width: 90%;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #C6D5E1;
}
.goods_list .data .update {
    position: relative;
}
.goods_list .data .update::before {
    content: "";
    display: inline-block;
    background-image: url(../../img/usr/alert-icon_y.png);
    width: 22px;
    height: 20px;
    cursor: pointer;
}

.goods_list .data .update:hover::before {
    filter: hue-rotate(350deg); /* 色相を変更 */
}

.goods_list .data .popup {
    background: rgba(0, 0, 0, 0.7);
    min-width: 180px;
    height: auto;
    position: absolute;
    right: 0px;
    top: 12px;
    padding: 10px;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 5px;
    display: none;
    z-index: 1;
}
.goods_list .data .popup_inner {
    position: relative;
    padding: 0;
}
.goods_list .data .popup_inner .popup_title {
    color: #ffffff;
    text-align: left;
    margin-bottom: 5px;
}
.goods_list .data .popup_inner .js-close-btn {
    position: absolute;
    top: -6px;
    right: 3px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.goods_list .data .popup_inner .js-close-btn .cross {
    position: relative;
    width: 15px;
    height: 15px;
    display: block;
}
.goods_list .data .popup_inner .js-close-btn .cross:before,
.goods_list .data .popup_inner .js-close-btn .cross:after {
    background: #ffffff;
    content: "";
    display: block;
    height: 1.5px;
    position: absolute;
    left: 0px;
    top: 7px;
    width: 15px;
}

.goods_list .data .popup_inner .js-close-btn .cross:before {
    transform: translate(0%, 0%) rotate(45deg);
}
.goods_list .data .popup_inner .js-close-btn .cross:after {
    transform: translate(0%, 0%) rotate(315deg);
}
.goods_list .data .update-history {
    background-color: #ffffff;
    border-radius: 3px;
    gap: 5px;
    padding: 10px;
    text-align: left;
}
.goods_list .triger {
    cursor: pointer;
}
.goods_list .triger .deploy {
    cursor: pointer;
    position: relative;
    transition: 0.5s;
    border: 1px solid #0062AD;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    border-radius: 3px;
    background-color: #0062AD;
}
.goods_list .triger.is-active .deploy {
    background-color: #ffffff;
}
.goods_list .triger .deploy:before,
.goods_list .triger .deploy:after {
    background: #ffffff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .4s;
    width: 10px;
}

.goods_list .triger .deploy:before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.goods_list .triger .deploy:after {
    transform: translate(-50%, -50%) rotate(0deg);
}
.goods_list .triger.is-active .deploy:before {
    transform: translate(-50%, -50%) rotate(0deg);
}
.goods_list .triger.is-active .deploy:before, 
.goods_list .triger.is-active .deploy:after {
    background: #0062AD;
}
.goods_list .js-accontent {
    display: none;
}
.goods_list .js-accontent {
    position: relative;
    border-bottom: none;
    background-color: #F5F5F5;
}
/* .goods_list .js-accontent.is-active {
    display: table-row;
}
.goods_list .js-accontent.is-active td {
    height: auto;
    overflow: visible;
} */
.goods_list .js-accontent::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-image: linear-gradient(to right, #9E9E9E 2px, transparent 2px);
    background-size: 5px 1px; /* 線分2px + 間隔3px = 5px */
    background-position: bottom; /* 背景画像を下部に配置 */
    bottom: 0;
    left: 0;
}
.goods_list .js-accontent .child {
    color: #777777;
}

/* 固定配置カート */
.fixed-follow-item,
.page-order_cart .fixed-follow-item,
.page-quickorder .fixed-follow-item {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px 0 20px;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    transform: translateY(0%);
    transition: transform 0.5s ease 0s;
    z-index: 1;
}
.fixed-follow-item.is-fixed {
    transform: translateY(0);
}
.fixed-follow-item .fixed-follow-item_btn,
.page-order_cart .fixed-follow-item div.submit_,
.page-quickorder .fixed-follow-item div.submit_{
    position: relative;
    background-color: #EF7000;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 20px;
    width: 450px;
    height: 60px;
    margin: 0;
}


.fixed-follow-item .fixed-follow-item_btn::before,
.page-order_cart .fixed-follow-item div.submit_::before,
.page-quickorder .fixed-follow-item div.submit_::before {
    content: "";
    /* display: inline-block; */
    background-image: url(../../img/usr/icon/icon_cart.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 26px;
    transform: translateY(-50%);
    position: absolute;
    left: 70px;
    top: 50%;
    z-index: 1;
}
.page-order_cart .fixed-follow-item div.submit_::before {
    left: 20px;
}
.page-quickorder .fixed-follow-item div.submit_::before {
    left: 100px;
}
.fixed-follow-item .fixed-follow-item_btn:hover::before,
.page-order_cart .fixed-follow-item div.submit_:hover::before,
.page-quickorder .fixed-follow-item div.submit_:hover::before {
    opacity: 0.8;
}
.fixed-follow-item .fixed-follow-item_btn .cart,
.page-order_cart .fixed-follow-item div.submit_ .btn-primary,
.page-quickorder .fixed-follow-item div.submit_ .cart_button_ {
    width: 100%;
    height: 100%;
    background-color: rgb(239, 112, 0);
    color: rgb(255, 255, 255);
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    padding-left: 30px;
}
.page-order_cart .fixed-follow-item div.submit_ .btn-primary {
    padding-left: 56px;
}
.page-order_cart .fixed-follow-item div.submit_ .btn-primary,
.page-quickorder .fixed-follow-item div.submit_ .cart_button_ {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.fixed-follow-item .fixed-follow-item_btn .cart:hover,
.page-order_cart .fixed-follow-item div.submit_ .btn-primary:hover,
.page-quickorder .fixed-follow-item div.submit_ .cart_button_:hover {
    background-color: #d95c00;
}
.page-product,
.page-order_cart,
.page-quickorder {
    padding-bottom: 100px;
}
/***************************
 商品詳細 単品 
 ***************************/
.page-product .goodsspec_.single .goodsspec_tag_ {
    margin-bottom: 40px;
}
.page-product .goodsspec_.single .total_price {
    position: relative;
    display: flex;
    justify-content: end;
    font-weight: bold;
    align-items: center;
    margin-bottom: 25px;
}
.page-product .goodsspec_.single .total_price dt {
    position: relative;
    font-size: 16px;
    padding-right: 10px;
    padding-top: 6px;
}
.page-product .goodsspec_.single .total_price dt::after {
    content: ":";
    position: absolute;
    right: 0;
}
.page-product .goodsspec_.single .total_price dd {
    font-size: 28px;
}
.page-product .goodsspec_.single .goodsspec_bottom {
    display: flex;
    justify-content: space-between;
}
.page-product .goodsspec_.single .stock {
    display: flex;
    background-color: #E5ECF2;
    align-items: center;
    font-size: 14px;
    border-radius: 5px;
}
.page-product .goodsspec_.single .stock > * {
    padding: 19.5px 20px;
}
.page-product .goodsspec_.single .stock dt {
    position: relative;
}
.page-product .goodsspec_.single .stock dt::after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 20px);
    border-right: 1px solid #C6D5E1;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}
.page-product .goodsspec_.single .stock .check {
    margin-right: 5px;
}
.page-product .goodsspec_.single .cart_inner {
    display: flex;
    font-weight: bold;
    gap: 15px;
}
.page-product .goodsspec_.single .cart_inner .cart_btn {
    position: relative;
    background-color: rgb(239, 112, 0);
    color: rgb(255, 255, 255);
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 20px;
    width: 300px;
    height: 60px;
    border-radius: 5px;
    display: block;
}

.page-product .goodsspec_.single .cart_inner .cart_btn::before {
    content: "";
    /* display: inline-block; */
    background-image: url(../../img/usr/icon/icon_cart.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 26px;
    transform: translateY(-50%);
    position: absolute;
    left: 60px;
    top: 50%;
    z-index: 1;
}
.page-product .goodsspec_.single .cart_inner .cart_btn .cart {
    width: 100%;
    height: 100%;
    background-color: rgb(239, 112, 0);
    color: rgb(255, 255, 255);
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    padding-left: 30px; 
}
.page-product .goodsspec_.single .cart_inner .cart_btn:hover::before {
    opacity: 0.8;
}
.page-product .goodsspec_.single .cart_inner .cart_btn .cart:hover {
    background-color: #d95c00;
}
.page-product .goodsspec_.single .cart_inner .quantity {
    display: flex;
    align-items: center;
}
.page-product .goodsspec_.single .cart_inner .quantity input[type="number"] {
    width: 80px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(198, 213, 225);
    border-image: initial;
    height: 60px;
    box-sizing: border-box;
    margin-left: 10px;
}
.page-product .category_box.single {
    margin-top: 120px;
}
/************************
 マイページ 
************************/
div.customer_ {
    width: 1200px;
    margin-top: 30px;
}
div.customer_  #mymenu_side_ {
    display: flex;
    /* justify-content: end; */
    justify-content: space-between;
    margin-bottom: 40px;
}
div.customer_  #mymenu_side_ .customer_info_ {
    display: flex;
    /* width: calc(100% - 120px); */
    width: calc(100% - 170px);
}
div.customer_  #mymenu_side_ .customer_info_ .loginname_ {
    margin-left: 15px;
    width: calc(100% - 100px);
}
div.customer_  #mymenu_side_ .customer_info_ .loginname_ .biz_name_ {
    margin-right: 15px;
}
/* div.customer_  #mymenu_side_ .mymenu_side_menu_ {
    width: 150px;
} */
div.customer_  #mymenu_side_ .mymenu_side_menu_ a {
    color: #222;
    text-decoration: underline;
}

div.mymenu_ {
    display: block;
    width: 1200px;
    margin-bottom: 60px;
}
.mymenu_ .content_head_ {
    margin-bottom: 30px;
}
.mymenu_ .mymenu_head_text {
    margin-bottom: 80px;
    line-height: 2.2em;
}
.mymenu_ div.topiclist_ {
    margin-bottom: 65px;
}
.mymenu_ .info_parent {
    margin-bottom: 60px;
}
.mymenu_ div.topiclist_ .topiclist_head_ {
    margin: 0;
    padding: 0;
    background: transparent;
}
.mymenu_ div.topiclist_ .topiclist_head_ h2,
.mymenu_ #mymenu_main_ .mymenu_main_list_top_,
.mymenu_bottom .mymenu_bottom_list_top_,
div.mymenu_topic_ .topiclist_head_ h2 {
    display: block;
    font-size: 28px;
    color: #0062AD;
    font-weight: bold;
    position: relative;
    padding: 22px 0 30px;
    background: transparent;
}
.mymenu_ div.topiclist_ .topiclist_head_ h2::before,
.mymenu_ #mymenu_main_ .mymenu_main_list_top_::before,
.mymenu_bottom .mymenu_bottom_list_top_::before,
div.mymenu_topic_ .topiclist_head_ h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #0062AD, #A1DD9B);
}
.mymenu_ div.topiclist_ .topiclist_body_ {
    border: 1px solid #0062AD;
    border-radius: 5px;
    padding: 30px;
}
.mymenu_ div.topiclist_ ul.topicline_ li {
    padding: 15px 0;
}
div.mymenu_ #mymenu_main_ {
    width: 100%;;
}
.mymenu_ #mymenu_main_ .mymenu_main_list_ {
    width: 100%;

}
.mymenu_ #mymenu_main_ .mymenu_main_list_ .mymenu_main_list_body_ {
    display: grid;
    grid-template-columns: repeat(4, 300px); 
    border-left: 1px solid #C6D5E1;
}
.mymenu_ #mymenu_main_ .mymenu_main_list_ .mymenu_main_list_body_ li {
    border-top: 1px solid #C6D5E1;
    border-right: 1px solid #C6D5E1;
    border-bottom: 1px solid #C6D5E1;
}
.mymenu_ #mymenu_main_ .mymenu_main_list_ .mymenu_main_list_body_ li:nth-child(n + 5) {
    border-top: none;
}
.mymenu_ #mymenu_main_ .mymenu_main_list_ .mymenu_main_list_body_ li a {
    display: block;
    padding: 24px 20px;
    font-size: 16px;
}
.mymenu_ #mymenu_main_ .mymenu_main_list_ .mymenu_main_list_body_ li a:hover {
    background-color: #F2F6F9;
    color: #222;
}
.mymenu_ #mymenu_main_ .mymenu_main_list_ .mymenu_main_list_body_ li a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #0062AD;
    border-right: 1.5px solid #0062AD;
    transform: translate(-3px, -2px) rotate(45deg);
    display: inline-block;
    margin-right: 10px;
}
div.mymenu_topic_ {
    background: transparent;
    margin: 0;
}
.mymenu_topic_ div.topiclist_body_ {
    border: 1px solid #0062AD;
    border-radius: 5px;
    padding: 30px;
}
/* マイページ　リンク集 */
.mymenu_bottom {
    margin-bottom: 100px;
}
.mymenu_bottom .mymenu_bottom_inner {
    width: 100%;
    display: flex;
}
.mymenu_bottom .mymenu_bottom_inner ul {
    width: calc(100% / 2);
    margin-left: 20px;
}
.mymenu_bottom .mymenu_bottom_inner ul li {
    margin-bottom: 10px;
    position: relative;
}
.mymenu_bottom .mymenu_bottom_inner ul li:last-child {
    margin-bottom: 0px;
}
.mymenu_bottom .mymenu_bottom_inner ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #0062AD;
    border-right: 1.5px solid #0062AD;
    transform: translate(-3px, -2px) rotate(45deg);
    display: inline-block;
    margin-right: 10px;
}
.mymenu_bottom .mymenu_bottom_inner ul li a {
    color: #222;
}
.mymenu_bottom .mymenu_bottom_inner ul li a:hover {
    color: #0062AD;
}
/*********************
ログイン
**********************/
.fixed_header.login {
    border-bottom: 1px solid #0062AD;
}
div.login_ {
    width: 1200px;
    margin: 60px auto 140px;
    min-height: calc((100vh - 200px - 71px) - 167px);
    display: flex;
    flex-direction: column;
}
div.login_ .content_head_ {
    margin-bottom: 30px;
}

div.login_ .content_head_:has(+ .loginform_) {
    margin-bottom: 0px;
}
div.login_  .content_head_ + .loginform_ {
    margin: auto auto;
}
div.login_ .common_headline1_ {
    width: auto;
}
div.login_ div.loginform_ {
    margin: 70px auto 0;
    padding: 0px;
}
div.login_ .common_headline2_ {
    margin-top: 0;
}
div.login_ div.topiclist_ {
    width: 750px;
    margin: 0 auto 0px;
    text-align: center;
}
div.login_ div.topiclist_ .info_parent {
    padding: 30px 40px;
    margin-bottom: 0;
}
div.login_ div.topiclist_ .info_parent .info_ttl {
    margin-bottom: 20px;
}
div.login_ div.topiclist_ .info_caution {
    text-align: left;
    display: inline-block;
    transform: translateX(-8px);
}
div.login_ div.info_ span.info_ {
    word-break: break-word;
    overflow-wrap: break-word;
}
div.login_ table.loginform_ td input:focus {
    background-color: #eaf0fd;
}
/*********************
カート
**********************/
div.order_ div.estimate_block_ {
    padding: 24px 0px 28px;
}
div.order_ table.order_cart_list_ tr:first-child th:nth-child(1) {
    width: 270px;
}
div.order_ table.order_cart_list_ tr:first-child th:nth-child(2) {
    width: 157px;
}
div.order_ table.order_cart_list_ tr:first-child th:nth-child(3) {
    width: 120px;
}
div.order_ table.order_cart_list_ tr:first-child th:nth-child(4) {
    width: 110px;
}
div.order_ table.order_cart_list_ tr:first-child th:nth-child(5) {
    width: 130px;
}
div.order_ table.order_cart_list_ tr:first-child th:nth-child(6) {
    width: 260px;
}
div.order_ table.order_cart_list_ tr:first-child th:nth-child(7) {
    width: 100px;
}
div.order_ table.order_cart_list_ tr.goods_line_ td {
    padding: 0 10px 0 20px;
}
div.order_ table.order_cart_list_ tr.goods_line_ td input.product_ {
    margin: 8px 0;
    width: 100%;
    box-sizing: border-box;
}
div.order_ table.order_cart_list_ tr.goods_line_ td.goods_,
div.order_ table.order_cart_list_ tr.goods_line_ td.price_,
div.order_ table.order_cart_list_ tr.goods_line_ td.qty_,
div.order_ table.order_cart_list_ tr.goods_line_ td.amt_.price_ {
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
}
div.order_ table.order_cart_list_ tr.goods_line_ td.amt_.price_ + td {
    padding: 0 10px;
}
div.order_ table.order_cart_list_ input.order_cart_qty_ {
    width: 40px;
}
div.order_ table.order_cart_list_ tr.goods_line_ input.comment_ + div {
    display: contents;
}
div.order_ table.order_cart_list_ tr.goods_line_ input.comment_ {
    margin: 8px 0;
    width: 100%;
    box-sizing: border-box;
}
div.order_ table.order_cart_list_ tr.goods_line_ > .button_ {
    padding: 0 20px 0 10px;
    width: auto;
    box-sizing: border-box;
}
div.order_ table.order_cart_list_ tr.goods_line_ td br + input.order_cart_comment_ {
    margin-top: -4px;
}
div.order_ table.order_cart_list_ tr.goods_line_ td input.order_cart_comment_ {
    margin: 0px 0 8px;
}
div.order_ table.order_cart_list_ tr.goods_line_ td .order_cart_delete_ {
    width: 100%;
    box-sizing: border-box;
}
.order_cart_comment_ {
   position: relative;
    display: inline-block;
    margin: 4px;
    padding: 7px 16px;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    cursor: pointer;
    overflow: visible;
    background-color: #cecece; 
}
div.order_flow_ > ul > li.now_ {
    background-color: #0062AD;
}
/*********************
カテゴリー　下層
**********************/
div.col1_ {
    width: 1200px;
}
div.customer_:has(.navitopicpath_) {
    margin-top: 0px;
}
.CategoryStyleP_Line_ {
    border-top: none;
    border-left: none;
}
div.CategoryStyleP_Item_ .category_link_, 
div.CategoryStyleP_Item_ .category_nolink_ {
    position: relative;
    background: #ffffff;
    border: 4px solid #F7F7F7;
    padding: 20px 32px 20px;
}
div.CategoryStyleP_Item_ .category_link_ {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: auto;
}
div.CategoryStyleP_Item_ .img_ {
    text-align: center;
    display: flex;
    width: 60px;
    height: 100%;
}
div.CategoryStyleP_Item_ .img_ img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
div.CategoryStyleP_Item_ .category_link_c .name_ {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

/*********************
詳細表示
**********************/
.page-category .StyleL_Frame_ tr .name,
.page-search_product .StyleL_Frame_ tr .name {
    width: 400px;
}
.page-category .StyleL_Frame_ tr .product,
.page-category .StyleL_Frame_ tr .release_year,
.page-search_product .StyleL_Frame_ tr .product,
.page-search_product .StyleL_Frame_ tr .release_year {
    width: 160px;
}
.page-category .StyleL_Frame_ .img_ div,
.page-search_product .StyleL_Frame_ .img_ div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-category .StyleL_Frame_ .img_ a,
.page-search_product .StyleL_Frame_ .img_ a {
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-category .StyleL_Frame_ .img_ img,
.page-search_product .StyleL_Frame_ .img_ img {   
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    /* object-fit: contain; */
}
/*********************
ピックアップ表示
**********************/
.page-category .container_ .contents_:has(.leftmenuframe_) .mainframe_,
.page-search_product .container_ .contents_:has(.leftmenuframe_) .mainframe_ {
    width: calc(100% - 280px);
}
.page-category div.StyleP_Line_,
.page-search_product div.StyleP_Line_ {
    gap: 18px;
}
.page-category div.StyleP_Item_,
.page-search_product div.StyleP_Item_ {
    width: calc((100% - 90px) / 6);
}
.page-category div.StyleP_Item_ div.img_,
.page-search_product div.StyleP_Item_ div.img_ {
    width :138px;
    height: 138px;
}

.page-category .StyleP_Item_:not(:has(.img_)) .desc_,
.page-search_product .StyleP_Item_:not(:has(.img_)) .desc_ {
    margin-top: 150px;
}
.page-category .StyleP_Line_:not(:has(.img_)) .desc_,
.page-search_product .StyleP_Line_:not(:has(.img_)) .desc_ {
    margin-top: 0px;
}

.page-category div.StyleP_Item_ div.desc_,
.page-search_product div.StyleP_Item_ div.desc_ {
    grid-template-rows: 1fr 1fr auto auto auto auto;
}

.page-category div.StyleP_Item_ div.name_,
.page-search_product div.StyleP_Item_ div.name_ {
    word-break: break-word;
}

div.order_ div.method_sender_ .headline_ .headline_title_ .saler_ {
    word-break: break-word;
}
.btn_cart_.cart_button_ {
    background-color: rgb(239, 112, 0);
    color: rgb(255, 255, 255);
    font-weight: bold;
}
.page-order_cart .order_ .submit_ {
    position: relative;
    background-color: #EF7000;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    width: 180px;
}
.submit_:has(> .btn_cart_.cart_button_)::before {
    width: 18px;
    height: 17px;  
}

.page-order_cart .submit_:has(> .btn-primary) {
    position: relative;
}
.page-order_cart .submit_:has(> .btn-primary)::before {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    background-image: url(../../img/usr/icon/icon_cart.png);
    width: 20px;
    height: 18px;
    z-index: 2;
    left: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}
.page-order_cart .submit_:has(> .btn-primary) .btn-primary {
    margin: 0;
    padding-left: 10px;    
}
.page-add_cart .submit_ .comment_ input[name="addCart"]{
    width: 180px;
}
.page-quickorder table.quickorder_ {
    margin-bottom: 100px;
}
.formlist_ th,
.formlist_ td {
    box-sizing: border-box;
}
.page-quickorder .formlist_ th,
.page-quickorder .formlist_ td {
    padding: 12px 10px;
}
table.quickorder_ .name_ {
    min-width: 100px;
    width: 100px;
}
table.quickorder_ td.qty_ {
    text-align: center;
}
table.quickorder_ td.qty_ .block-qty-unit {
    display: block;
}
table.quickorder_ .del_ .btn-small {
    margin: 0;
}
.page-doapprovallist table.formlist_.bizsearch_ input[type="text"] {
    max-width: 200px;
}
.page-bizapprovallist table.formlist_.bizsearch_ input[type="text"] {
    max-width: 212px;
}
.page-bizhistory div.customer_ table.bizhistory_ td.order_dt_ {
    white-space: normal;
}
.page-bizuserlist .formlist_ td {
    white-space: normal;
}
div.customer_ table.history_ td {
    white-space: normal;
    line-break: anywhere;
}
div.customer_ table.history_ td.order_dt_ {
    white-space: normal;
}
.page-history table.history_ th.order_id_ {
    width: 185px !important;
}

/*********************
翻訳ボタン
**********************/
.lang_layer {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1;
    /* background-color: rgba(0, 0, 0, 0.5); */
    display: none;  
}
.language-list.is-active + .lang_layer {
    display: block;
}
.language-selector {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.language-button {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0;
}
.language-button::before {
    content: "";
    position: absolute;
    background-image: url(../../img/usr/header/icon_language.png);
    width: 26px;
    height: 26px;
    top: 50%;
    transform: translateY(-50%);
    left: -35px;
}
.language-button:hover {
    color: #0062AD;
}
.language-list {
    display: none;
    position: absolute;
    top: 47px;
    right: -20px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 100;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    width: 137px;
    text-align: left;
}

.language-list.is-active {
    display: block;
    animation: anim-opacity 300ms ease-out 0ms 1 normal forwards;
}

.language-list a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
.language-list a[data-stt-active]  {
    position: relative;
}
.language-list a[data-stt-active]::after {
    content: '●';
    position: absolute;
    color: #999;
    right: 10px;
    font-size: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.language-list a:hover {
    color: #0062AD;
}
.language-list a:first-child {
    padding: 10px 10px 5px 10px;
}

.language-list a:last-child {
    padding: 5px 10px 10px 10px;
}
.header-link .language-list a {
    font-weight: normal;
}
li.language-selector {
    margin-right: 0px;
}
li.language-selector .language-button {
    padding: 0 0px;
}
li.language-selector .language-list {
    right: 0px;
    top: 47px;
}