@charset "UTF-8";


/* =============================================
  header
=============================================== */

#header {
    position: sticky;
    transition: all .5s;
    /*padding: 0 20px;*/
    background: #fff;
    height: auto;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    box-sizing: border-box;
}

.header-inner {
    padding: 16px 20px;
}

header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    max-width: 1330px;
    width: 1330px;
    height: 100%;
    margin: auto;
    box-sizing: border-box;
}

header .inner h1 {
    width: 110px;
    margin-right: 0;
}

header .inner nav {
    box-shadow: none;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    background: #fff;
    height: 100%;
    width: auto;
}

header .inner nav ul {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .inner nav ul li {
    margin-right: 40px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 0;
}

header .inner nav ul li:hover a, header .inner nav ul li:hover {
    color: #23527c !important;
    text-decoration: none;
}

header .inner nav ul li:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #003072;
    transition: width 0.3s;
}

header .inner nav ul li a {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    transition: all 0.3s ease;
    color: #222;
}

header .inner nav ul li a:hover {
    background: none;
    color: #fff;
}

header .inner nav ul .online {
    background: url(../img/window_icon.svg) no-repeat center right/cover;
    background-size: 24px;
    padding-right: 18px;
    margin-right: 20px;
}

header .inner nav ul .online a {
    padding-right: 10px;
    padding-left: 0;
}

header .inner nav ul .online::after {
    display: none;
}

header .inner nav ul .search {
    width: 30px;
    padding: 0;
    cursor: pointer;
}

header .inner nav .select {
    position: relative;
    z-index: 2;
    opacity: 1 !important;
}

header .inner nav .select::after {
    position: absolute;
    left: 25%;
    bottom: -40px;
    width: 15px;
    height: 15px;
    content: "";
    border: 10px solid transparent;
    border-top: 10px solid #1A2F77;
    /*-webkit-box-sizing: border-box;*/
    box-sizing: border-box;
}

header .inner nav .select {
    z-index: 2;
    opacity: 1 !important;
}

header a {
    font-weight: 500;
}

.h_submenu {
    position: absolute;
    top: 8px;
    right: 0;
}

.h_submenu ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.h_submenu ul li {
    padding: 5px 0;
    margin: 0 30px 0 auto;
}

.h_submenu ul li a {
    font-size: 12px;
    color: #222;
}

.h_submenu ul li:last-child {
    margin-right: 0;
}

header .megamenu {
    position: absolute;
    z-index: 9999;
    padding: 20px;
    background: #e1e4ec;
    border-radius: 12px;
    display: none;
    left: calc(50% - 588px);
    top: 90px;
    /*z-index: 9999;*/
    width: 1176px;
}

header .megamenu section h2 {
    margin-bottom: 12px;
    font-weight: bold;
    text-align: center;
}

header .megamenu section section h3 {
    margin-bottom: 24px;
}

header .megamenu .megamenu-left {
    width: 552px;
}

header .megamenu .megamenu-right {
    width: 564px;
}

header .megamenu .menu-store {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .megamenu .menu-store .map ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: 12px auto 0;
}

header .megamenu .menu-store .map ul li {
    width: 33%;
    padding: 3px 0;
    font-size: 13px;
}

header .megamenu .menu-store .map ul li a {
    color: #1A2F77;
}

header .megamenu .menu-store .genre .genre-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .megamenu .menu-store .genre .genre-inner .nojima {
    width: 144px;
    margin-right: 48px;
}

header .megamenu .menu-store .genre .genre-inner .nojima p {
    width: 100%;
    padding: 12px;
    background: #1A2F77;
    /*-webkit-box-sizing: border-box;*/
    box-sizing: border-box;
}

header .megamenu .menu-store .genre .genre-inner .mobile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 336px;
}

header .megamenu .menu-store .genre .genre-inner .mobile ul li {
    width: 96px;
    margin: 0 24px 24px 0;
}

header .megamenu .menu-store .genre .genre-inner .mobile ul li:nth-child(3) {
    margin-right: 0;
}

header .megamenu .menu-store .genre .genre-inner .mobile p {
    width: 144px;
    padding: 10px;
    background: #1A2F77;
    /*-webkit-box-sizing: border-box;*/
    box-sizing: border-box;
}

header .megamenu .menu-point {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .megamenu .menu-point .mobilepoint p {
    width: 240px;
    margin: 0 auto 24px;
}

header .megamenu .menu-point .mobilepoint .text {
    width: 100%;
    text-align: center;
}

header .megamenu .menu-point .formember ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

header .megamenu .menu-point .formember ul li span {
    width: 72px;
    height: 72px;
    margin: 0 24px 0;
    padding: 15px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 12px;
    /*-webkit-box-sizing: border-box;*/
    box-sizing: border-box;
}

header .megamenu .menu-service {
    display: none;
}

header .megamenu .menu-service ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .megamenu .menu-service ul li {
    width: 19%;
    text-align: center;
}

header .megamenu .menu-service ul li img {
    margin-bottom: 12px;
}

header .megamenu .menu-service ul .big {
    width: 32%;
    margin-bottom: 24px;
}

header .megamenu .menu-search {
    display: none;
    padding: 24px 0;
}

header .megamenu .menu-search h2 {
    text-align: center;
}

header .megamenu .menu-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 744px;
    margin: 12px auto;
    text-align: center;
}

header .megamenu .menu-search form input[type=text] {
    width: 600px;
    margin: 0;
    padding: 10px;
    border: 1px solid #1A2F77;
    border-radius: 6px 0 0 6px;
    /*-webkit-box-sizing: border-box;*/
    box-sizing: border-box;
}

header .megamenu .menu-search form button {
    width: 144px;
    margin: 0;
    padding: 10px;
    background: #1A2F77;
    border: none;
    border-radius: 0 6px 6px 0;
    /*-webkit-box-sizing: border-box;*/
    box-sizing: border-box;
    color: #fff;
    text-align: center;
}


.header-inner {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
}

.header-logo {
    display: flex;
    gap: 16px;
    align-items: center;
    width: 75%;
}

.header-logo .logo {
    width: 200px;
    cursor: pointer;
}

.header-logo .logo a {
    display: block;
    font-size: 14px;
}

.header-nav {
  display: flex;
  gap: 16px;
  align-items: center;
}

.nav-item {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  font-size: 13px;
  position: relative;
  white-space: nowrap;
}

a.nav-item:hover, a.nav-item.is-current {
    text-decoration: none;
    margin-bottom: -2px;
    border-bottom: 2px solid #003072;
}

a.nav-item:last-child:hover {
    border-bottom: none;
    margin-bottom: 0;
    opacity: 0.7;
}

.nav-item:last-child {
  /*margin-left: 24px;*/
}

.nav-icon {
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*
.nav-icon img { 
  width: 100%;
  height: auto;
}*/

.nav-cart {
  position: relative;
  margin-left: 25px;
  transition: 0.3s;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -4px;
  background-color: #e60023;
  color: #fff;
  font-size: 10px;
  padding: 4px 6px;
  border-radius: 10px;
  line-height: 1;
}

.header-sub-bar {
  width: 100%;
  background-color: #003072; 
  padding: 8px 20px;
  position: relative;
}

.header-sub-bar_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  flex-wrap: wrap;
  font-size: 13px;
}

.header-sub-bar_left {
  display: flex;
  align-items: center;
  gap: 48px;
  min-height: 35px;
}

.header-sub-bar_left .sub-links {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 !important;
}

.header-sub-bar_left a {
  text-decoration: none;
  opacity: .7;
  color: #fff;
  background-color: transparent;
  font-weight: 400;
  padding: 2px 8px;
  position: relative;
}

.header-sub-bar_left a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.header-sub-bar_left .current {
  background-color: #fff;
  color: #003072;
  padding: 5px 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  opacity: 1;
}

.header-sub-bar_left .has-divider::after {
  content: "";
  position: absolute;
  right: -24px; 
  top: 4px;
  bottom: 4px;
  width: 1px;
  background-color: #fff; 
}

.header-sub-bar_search-form {
  display: flex;
  align-items: center;
  gap: 6px;
}

.header-sub-bar_search-input {
  padding: 5px 10px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
}
/*
.header-sub-bar_search-button {
  padding: 5px 10px;
  border-radius: 4px;
  border: none;
  background-color: #005fa3;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}*/
.header-sub-bar_search-button {
    display: inline-flex;       
    align-items: center;
    justify-content: center;
    width: 36px;               
    height: 36px;
    cursor: pointer;
    background: none;
    border: none;
    position: absolute;
    right: 0;
}


/*hamburger*/

.hamburger-btn {
    display: none;
    width: 64px;
    height: 64px;
    margin: 0;
    background: #003072;
    position: relative;
}

.hamburger-btn span {
    position: absolute;
    width: 25px;
    height: 2px;
    left: 19px;
    background-color: #fff;
}

.hamburger-btn span:first-of-type { /* ハンバーガーメニューの1番目の線 */
    top: 24px;
}

.hamburger-btn span:nth-of-type(2) { /* ハンバーガーメニューの2番目の線 */
    top: 32px;
}

.hamburger-btn span:last-of-type { /* ハンバーガーメニューの3番目の線 */
    bottom: 22px;
}

#navArea {
    background: #fff;
    position: fixed;
    top: 66px;
    height: 100%;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 20px 50px 20px;
    z-index: 99;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: .5s;
    overflow: scroll;
    height: calc(100vh - 66px);
}
#navArea nav {
    padding: 0 !important;
}

#navArea ul {
    list-style: none;
}

#navArea ul li {
    border-bottom: 1px solid #003072;
    padding: 16px 0;
}

#navArea ul li a {
    font-size: 14px;
    font-weight: 600;
}

#navArea .spmenu_title {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 0;
}

#navArea .spmenu_section:last-child ul li {
    border-bottom: none !important;
}

.hamburger-search {
    margin: 20px 0 24px 0;
    position: relative;
}
/*
.hamburger-search .search-icon {
    padding-bottom: 4px;
    padding-right: 2px;
}
*/
.hamburger-btn {
    cursor: pointer;
}

.hamburger-btn.slide span:first-of-type { /* ハンバーガーメニューの1番目の線 */
    top: 50%;
    transform: rotate(45deg);
}

.hamburger-btn.slide span:nth-of-type(2) { /* ハンバーガーメニューの2番目の線 */
    opacity: 0; /* 透明にする */
}

.hamburger-btn.slide span:last-of-type { /* ハンバーガーメニューの3番目の線 */
    top: 50%;
    transform: rotate(-45deg);
}

#navArea.slide {
    transform: translateX(0);
}

.global-navi {
    display: flex;
}

.to-home, .to-service, .to-contact, .to-faq, .to-blog {
    /*padding-left: 20px;*/
    padding-left: 1rem;
    white-space: nowrap;
}

.global-navi a:hover {
    text-decoration: none;
    margin-bottom: -2px;
    border-bottom: 2px solid #00428E;
    /*transition: ease 0.5s ;*/
}

.global-navi a.is-current {
    text-decoration: none;
    margin-bottom: -2px;
    border-bottom: 2px solid #00428E;
    /*transition: ease 0.5s ;*/
}


/* ヘッダー検索窓 */

.search-window {
    display: flex;
    align-items: center;
    /*margin-bottom: 7px;*/
    /*padding-left: 16px;*/
    position: relative;
}
/*
.search-icon {
    padding-bottom:9px;
}*/

/*
.search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; 
    height: 22px;
    width: 22px;
}*/
.search-icon {
    display: block;
    width: 18px;
    height: 18px;
    pointer-events: none;       
}



.search-span {
    line-height: 35px;
}
.cart-icon {
    /*margin: 4px 0 4px 16px;*/
    margin: 4px 0 4px 0;
    min-width: 32px;
    height: auto;
}

/*
.search-window form{
    margin-left: 10px;
}
*/
.header-search-label-sp {
    width: 100%;
}

.search-form-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.search-form-3 input {
    width: 280px;
    height: 35px;
    padding: 10px 35px 10px 10px;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 13px;
    &:focus-visible {
        border: 2px solid #333;
        outline: none;
    }
}

.search-form-3 input::placeholder{
    color: #777777;
    font-size: 12px;
}

.cart {
    position: relative;
    transition: 0.3s;

    &:hover {
        opacity: 0.7;
    }
}

.circle{
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #E70012;

    position: absolute;
    top:20%;
    left: 100%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.search-window a:hover {
    border-bottom: none;
    margin-bottom: 0;
}

.sp-cart {
    display: none;
}



.suggest-area{
    margin: 0 auto;
    padding: 0 20px;
    position: absolute;
    top: 43px;
    left: 0;
    right: 0;
}

.suggest-area-inner{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    /*max-width: 1200px;*/
    max-width: 1440px;
    margin: 0 auto;
}


#suggest-table{
    width: 280px;
    background: rgb(255, 255, 255);
    /*width: 100%;*/
    table-layout: fixed;
    border-collapse: collapse;
}

#suggest-table .suggest-item{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#suggest-table tr.active {
    background: #0068B7;
    color: #fff;
}

/* ヘッダー検索窓 END */


/* common-tablet
------------------------------------------------------- */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .header-inner {
        text-align: center;
    }

    .global-navi {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1030px) {
    .header-logo .logo {
        max-width: 250px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    /*=============header=============*/
    .header-logo .logo-text {
        display: none;
    }

}

@media screen and (max-width: 767px) {
    /*==========header===========*/
    .header-logo .logo-text {
        display: none;
    }

    .global-navi {
        display: none;
    }

    .hamburger-btn {
        display: block;
        transition: 0.3s;

        &:hover {
            opacity: 0.7;
        }
    }

    #header{
       border-bottom: 2px solid #003072;
    }

    .header-sub-bar{
        display: none;
    }

    .header-inner {
        padding: 0;
    }

    .header-logo .logo, .f_area .font-xl img {
        width: 205px;
    }

    .header-logo {
        width: 60%;
        margin: 16px 0;
        padding-left: 20px;
    }

    .header-nav {
        display: none;
    }

    .sp-cart {
        display: block;
    }

    .sp-cart .cart-icon {
        margin-left: 0;
        text-align: center;
    }

    .hamburger-cart {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cart {
        transition: 0.3s;
        margin-right: 20px;

        &:hover {
            opacity: 0.7;
        }
    }

    .search-form-3 input,
    .hamburger-search span {
        font-size: 16px;
        width: 100%;
    }

    .header-logo .logo {
        max-width: 205px;
    }

}

@media screen and (min-width: 576px) and (max-width: 992px) {

    .header-inner {
        align-items: center;
    }

    #content_wrap .container.sp_container {
        margin-top: 0;
    }


}

@media screen and (max-width: 576px) {
    /* =============================================
     header
    =============================================== */
    .header-logo .logo, .f_area .font-xl img {
        width: 205px;
    }

    .header-logo {
        width: 70%;
        margin: 14px 0 ;
    }

    .header-logo .logo-text {
        display: none;
    }

    #content_wrap .shipping_table th {
        /*width: 100%;*/
        /*padding: 10px;*/
        /*display: block;*/
        /*box-sizing: border-box;*/
    }

    #content_wrap .shipping_table td {
        /*width: 100%;*/
        /*display: block;*/
        /*box-sizing: border-box;*/
        /*padding-left: 24.8564px;*/
    }

    .re_search {
        display: none;
    }

    .re_search.top_search {
        display: block;
    }

    .re_serach.open {
        display: block;
    }

    .close {
        transform: rotate(90deg);
    }
}

@media screen and (min-width: 375px) and (max-width: 576px) {

    /*==========header footer==========*/
    #header {
        padding-bottom: 0 !important;
    }

    .global-navi {
        display: none;
    }

    .header-inner {
        align-items: center;
    }

    nav {
        padding: 20px;
    }
}

@media screen and (max-width: 375px) {


    /*===========common==========*/
    /*--------header---------*/
    .global-navi {
        display: none;
    }

    #header {
        padding-bottom: 0 !important;
    }

    nav {
        padding: 20px;
    }
}


@media screen and (max-width: 1070px) {

    /*--------header---------*/
    .logo-text {
        display: none;
    }
}


