/*
Theme Name:Responsive-child
Template:responsive
Version:3.14
*/
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  min-width: 320px;
  background: #FFFFFF;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.87);
  font-smoothing: antialiased;
  text-align: center;
  font-family:メイリオ,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,sans-serif,Osaka!important;
}
.cf:after {
  zoom: 1;
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
ul,
ul ul {
  list-style-type: none;
  padding-left: 0;
}
li > ul,
li > ol {
  margin: 0;
}
#container {
  margin: 0;
  padding: 0;
  min-width: 320px;
  max-width: none;
  background:none;
  text-align: center;
}
a {
  color: #4183C4;
  text-decoration: none;
}
a:link {
  color:#0000DD;
}
a:hover {
  color:#0099ff;
  background:none;
}
a:active {color:#0099ff;}
a:hover img.filter {
  opacity:0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=80 )";
  background: #fff;
}
a.disabled{
  pointer-events: none;
}
p {
  margin: 0 0 10px 0;
}
.tc {
  text-align: center !important;
}
.tl {
  text-align: left !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mbtm10 {
  margin-bottom: 10px;
}
.txtCenter {
  text-align: center;
}
.red_b {
  color: red !important;
  font-weight: 700 !important;
}
/*h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0em;
}*/
*, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, p {
  margin: 0;
  padding: 0;
}
h4 {
  font-size: 1.07142857rem;
}

/****************** wrapper ***********************/
#wrapper {
  background:none;
  border: none;
  margin-top: 0;
  padding: 0;
  width: 1910px!important;
}
#content-outer {
  overflow: hidden;
  width: 100vw;
}
#content {
  float: left;
  width: auto;
  margin-left: calc((100% - 950px - 290px) / 2);
}
#content > article {
  width: 950px;
  margin: auto;
}
/****************** north ***********************/
#north {
  background-color:#FFF;
}
#north h1 {
  background-color:#FFF;
  width:1226px;
  margin: 0 auto 0;
  font-size:12px;
  text-align:left;
}
/****************** header ***********************/
#header {
  padding-top: 104px;
}
.skip-container {
  padding: 0;
}
#header_ab_integration {
  position: relative;
  z-index: 101;
  .header_ab_integration__inner {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  /*@media screen and (max-width: 1256px) {
    .display_less_1300 {
      display: block;
    }
    .display_1300_or_more  {
      display: none;
    }
  }
  @media screen and (min-width: 1257px) {
    .display_less_1300 {
      display: none;
    }
    #display_1300_or_more {
      display: block;
    }
  }*/
  .display_1300_or_more,
  .display_less_1300 {
    position: relative;
    z-index: 1;
    background-color: #3153A3;
  }
  .header_top {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 60px;
    padding-left: 305px;
  }
  .header_top__logo_container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .header_top__logo {
    margin-left: 10px;
  }
  .header_top__menu_btn {
    color: #FFFFFF;
    font-size: 10px;
    text-align: center;
    line-height: 2;
    margin-top: 10px;
    cursor: pointer;
  }
  .header_top__menu_btn:hover {
    opacity: 0.7;
  }
  .header_top__text {
    color: #FFFFFF;
    font-size: 15px;
  }
  .header_top__btn a {
    display: block;
    background: #FFFFFF;
    font-size: 13px;
    padding: 6px 15px 5px;
    border-radius: 100px;
    position: relative;
    line-height: 1;
    color: #3153A3;
    border: 1px solid #3153A3;
  }
  .btn_icon {
    color: #3153A3;
    border: 1px solid #3153A3;
    &::before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      margin: -2px 2px 0;
    }
  }
  .btn_icon--reorder::before {
    background: url(https://arts-business.jp/ab/images/common/reorder.png) no-repeat;
    background-position: center;
  }
  .btn_icon--mypage::before {
    background: url(https://arts-business.jp/ab/images/common/icon_user.png) no-repeat;
    background-position: center;
  }
  .btn_icon--registration::before {
    background: url(https://arts-business.jp/ab/images/common/registration.png) no-repeat;
    background-position: center;
  }
  .btn_icon--login::before {
    background: url(https://arts-business.jp/ab/images/common/login.png) no-repeat;
    background-position: center;
  }
  .btn_icon--cart::before {
    background: url(https://arts-business.jp/ab/images/common/cart.png) no-repeat;
    background-position: center;
  }
  .prod_icon:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
  }
  .prod_icon.prod_icon--gf:before {
    background: url(https://arts-business.jp/ab/images/common/cate_gf.png) center no-repeat;
    background-size: contain;
  }
  .prod_icon.prod_icon--gf_set:before {
    background: url(https://arts-business.jp/ab/images/common/cate_gf_set.png) center no-repeat;
    background-size: contain;
    width: 47px;
    height: 45px;
  }
  .prod_icon.prod_icon--gd:before {
    background: url(https://arts-business.jp/ab/images/common/cate_gd.png) center no-repeat;
    background-size: contain;
  }
  .prod_icon.prod_icon--gd_set:before {
    background: url(https://arts-business.jp/ab/images/common/cate_gd_set.png) center no-repeat;
    background-size: contain;
    width: 50px;
    height: 35px;
  }
  .prod_icon.prod_icon--gm:before {
    background: url(https://arts-business.jp/ab/images/common/cate_gm.png) center no-repeat;
    background-size: contain;
  }
  .prod_icon.prod_icon--gm_set:before {
    background: url(https://arts-business.jp/ab/images/common/cate_gm_set.png) center no-repeat;
    background-size: contain;
  }
  .prod_icon.prod_icon--sl:before {
    background: url(https://arts-business.jp/ab/images/common/cate_sl.png) center no-repeat;
    background-size: contain;
  }
  .prod_icon.prod_icon--sj:before {
    background: url(https://arts-business.jp/ab/images/common/cate_sj.png) center no-repeat;
    background-size: contain;
  }
  .prod_icon.prod_icon--ba:before {
    background: url(https://arts-business.jp/ab/images/common/cate_ba.png) center no-repeat;
    background-size: contain;
  }
  .prod_icon.prod_icon--ks:before {
    background: url(https://arts-business.jp/ab/images/common/cate_ks.png) center no-repeat;
    background-size: contain;
  }
  .prod_icon.prod_icon--es:before {
    background: url(https://arts-business.jp/ab/images/common/cate_es.png) center no-repeat;
    background-size: contain;
  }
  .prod_icon.prod_icon--ac:before {
    background: url(https://arts-business.jp/ab/images/common/cate_ac.png) center no-repeat;
    background-size: contain;
  }
  .prod_icon.prod_icon--cp:before {
    background: url(https://arts-business.jp/ab/images/common/cate_cp.png) center no-repeat;
    background-size: contain;
  }
  .prod_icon.prod_icon--ap:before {
    background: url(https://arts-business.jp/ab/images/common/cate_ap.png) center no-repeat;
    background-size: contain;
  }
  .prod_icon.prod_icon--an:before {
    background: url(https://arts-business.jp/ab/images/common/cate_an.png) center no-repeat;
    background-size: contain;
  }
  .prod_icon.prod_icon--headwear:before {
    background: url(https://arts-business.jp/ab/images/common/cate_hw.png) center no-repeat;
    background-size: contain;
  }
  .prod_icon.prod_icon--headwear_set:before {
    background: url(https://arts-business.jp/ab/images/common/cate_headwear_set.png) center no-repeat;
    background-size: contain;
    width: 67px;
    height: 34px;
  }
  .prod_icon.prod_icon--wearprint:before {
    background: url(https://arts-business.jp/ab/images/common/cate_wp.png) center no-repeat;
    background-size: contain;
  }
  .prod_icon.prod_icon--wearprint_set:before {
    background: url(https://arts-business.jp/ab/images/common/cate_wearprint_set.png) center no-repeat;
    background-size: contain;
    width: 65px;
    height: 44px;
  }
  .prod_icon.prod_icon--calendar:before {
    background: url(https://arts-business.jp/ab/images/common/cate_ad.png) center no-repeat;
    background-size: contain;
  }
  .prod_icon.prod_icon--calendar_set_takujo:before {
    background: url(https://arts-business.jp/ab/images/common/cate_calendar_set_takujo.png) center no-repeat;
    background-size: contain;
    width: 41px;
    height: 34px;
  }
  .prod_icon.prod_icon--calendar_set_kabekake:before {
    background: url(https://arts-business.jp/ab/images/common/cate_calendar_set_kabekake.png) center no-repeat;
    background-size: contain;
    width: 33px;
    height: 46px;
  }
  .prod_icon.prod_icon--pen:before {
    background: url(https://arts-business.jp/ab/images/common/cate_pen.png) center no-repeat;
    background-size: contain;
  }
  .prod_icon.prod_icon--pen_set:before {
    background: url(https://arts-business.jp/ab/images/common/cate_pen_set.png) center no-repeat;
    background-size: contain;
    width: 74px;
    height: 48px;
  }
  .prod_icon.prod_icon--towel:before {
    background: url(https://arts-business.jp/ab/images/common/cate_towel.png) center no-repeat;
    background-size: contain;
  }
  .prod_icon.prod_icon--towel_set_original:before {
    background: url(https://arts-business.jp/ab/images/common/cate_towel_set_original.png) center no-repeat;
    background-size: contain;
    width: 66px;
    height: 30px;
  }
  .prod_icon.prod_icon--towel_set_naire:before {
    background: url(https://arts-business.jp/ab/images/common/cate_towel_set_naire.png) center no-repeat;
    background-size: contain;
    width: 54px;
    height: 38px;
  }
  .prod_icon.prod_icon--af:before {
    background: url(https://arts-business.jp/ab/images/common/cate_af.png) center no-repeat;
    background-size: contain;
  }
  .prod_icon.prod_icon--hg:before {
    background: url(https://arts-business.jp/ab/images/common/cate_hg.png) center no-repeat;
    background-size: contain;
  }
  .prod_icon.prod_icon--acrylfactory:before {
    background: url(https://arts-business.jp/ab/images/common/cate_acrylfactory.png) center no-repeat;
    background-size: contain;
  }
  .prod_icon.prod_icon--giftbox:before {
    background: url(https://arts-business.jp/ab/images/common/cate_giftbox.png) center no-repeat;
    background-size: contain;
  }
  .prod_icon.prod_icon--giftbox_set:before {
    background: url(https://arts-business.jp/ab/images/common/cate_giftbox_set.png) center no-repeat;
    background-size: contain;
    width: 62px;
    height: 44px;
  }
  .prod_icon.prod_icon--sc:before {
    background: url(https://arts-business.jp/ab/images/common/cate_sc.png) center no-repeat;
    background-size: contain;
  }
  .gnav_products__list .prod_icon::before {
    width: 30px;
    height: 30px;
  }
  .header_bottom {
    position: relative;
  }
  .product_title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0 auto 15px;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: flex-start;
    font-size: 30px;
    font-weight: bold;
    &--headwear,
    &--wearprint,
    &--giftbox {
      @media screen and (max-width: 1430px){
        font-size: 1.9vw;
      }
    }
  }
  .gnav {
    height: 54px;
    background-color: #E6EDFF;
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 7px 0 7px 305px;
    border-bottom: 1px solid #3153A3;
    position: relative;
  }
  .gnav_link {
    position: relative;
    border-right: 1px solid #3153A3;
    &:first-child {
      border-left: 1px solid #3153A3;
    }
    .prod_icon {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
    }
    &.gnav_switch,
    &>a {
      font-size: 15px;
      color: #333333;
      line-height: 1.4;
      padding: 0 22px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
    }
    &>a.prod_icon {
      padding-left: 10px;
    }
    &.gnav_switch.hover_on::after,
    &.gnav_switch:hover::after,
    &>a:hover::after {
      content: "";
      position: absolute;
      top: -5px;
      bottom: -5px;
      left: 2px;
      right: 2px;
      background: rgba(255, 255, 255, 0.6);
    }
    &.gnav_switch.hover_on,
    &.gnav_switch:hover {
      opacity: 0.7;
      &::before {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 100px;
      }
      &+.gnav_panel {
        display: block !important;
      }
    }
  }
  .gnav_panel:hover {
    display: block !important;
  }
  .gnav_panel {
    display: none;
    margin: 0 auto;
    padding: 10px 10px 20px;
    background: #E6EDFF;
    border-radius: 5px;
    cursor: auto;
    position: absolute;
    top: 110%;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    .gnav_panel__inner {
      text-align: left;
      display: flex;
      justify-content: flex-start;
    }
    .gnav_products__container {
      .gnav_products {
        margin-bottom: 20px;
      }
    }
    .gnav_products {
      width: 300px;
      padding: 0 10px;
    }
    a {
      display: block;
      color: #333;
      &:hover {
        color: #333;
        opacity: 0.7;
      }
    }
    .gnav_products__title {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 10px;
      margin-top: 20px;
      & a {
        position: relative;
      }
      & a::after {
        content: "";
        position: absolute;
        right: 5px;
        width: 10px;
        height: 10px;
        background: url(https://arts-business.jp/ab/images/common/double_arrow.png) no-repeat;
        background-position: right center;
        pointer-events: none;
      }
    }
    .gnav_products__list li {
      border-bottom: 1px solid #3C65C5;
      margin: 5px 0 0 10px;
      position: relative;
      a,
      .gnav_submenu_title {
        font-size: 14px;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
        padding: 3px 13px 3px 5px;
        line-height: 1.2;
        height: 40px;
      }
      a:after,
      .gnav_submenu_title:after {
        content: "";
        position: absolute;
        right: 5px;
        width: 10px;
        height: 10px;
        background: url(https://arts-business.jp/ab/images/common/double_arrow.png) no-repeat;
        background-position: right center;
        pointer-events: none;
      }
      &.external_link a:after {
        background: url(https://arts-business.jp/ab/images/common/icon_external_link_black.png) no-repeat;
        width: 12px;
        height: 12px;
      }
    }
    .gnav_products__list .has_gnav_submenu {
      position: initial;
    }
    .has_gnav_submenu {
      cursor: pointer;
      &:hover > .gnav_submenu_title {
        opacity: 0.7;
      }
      &.active::before {
        content: "";
        display: block;
        padding: 200px;
        position: absolute;
        right: -100%;
        bottom: 0;
      }
      &.active>.gnav_submenu_title {
        opacity: 0.7;
      }
      &.active>.gnav_submenu {
        display: block;
      }
    }
    .gnav_submenu {
      display: none;
      position: absolute;
      top: 53px;
      left: 99%;
      white-space: nowrap;
      background: #E6EDFF;
      padding-bottom: 6px;
      z-index: 10;
      li {
        width: 300px;
        box-sizing: border-box;
        margin: 5px 20px 0 15px;
      }
    }
  }
  @media(max-width: 375px) {
    .gnav {
      width: 1613px;
    }
  }
/****************** ハンバーガーメニュー ***********************/
 .header_menu_back {
    display: none;
    background: rgba(68, 68, 68, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 300%;
    z-index: 900;
  }
  aside {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    overflow-y: scroll;
    width: auto;
    max-height: 100%;
  }
  aside::-webkit-scrollbar {
    width: 18px;
    background: #FFFFFF;
  }
  aside::-webkit-scrollbar-track {
    background: #FFFFFF;
  }
  aside::-webkit-scrollbar-thumb {
  background: #BBBBBB;
  border-radius: 10px;
  border: 3px solid #FFFFFF;
  }
  aside::-webkit-scrollbar-thumb:hover {
    background: #888888;
  }
  .aside_menu {
    background: #BECCEC;
    min-height: 100vh;
    padding-bottom: 42px;
  }
  #menuCloseButton {
    position: sticky;
    top: 0;
    right: 0;
    font-size: 10px;
    color: #FFFFFF;
    text-align: right;
    padding: 5px 15px;
    background: #BECCEC;
    z-index: 1002;
    margin-bottom: 15px;
    &::before {
      content: "";
      display: block;
      vertical-align: middle;
      height: 22px;
      background: url(https://arts-business.jp/ab/images/common/close_icon.png) no-repeat;
      background-size: contain;
      background-position: right center;
      margin: 0 4px 3px 0;
    }
  }
  #menuCloseButton:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  a {
    color: #333333;
  }
  .aside_menu_faq {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 10px 6px;
    margin-bottom: 25px;
  }
  .aside_menu_btn {
    width: 130px;
    a {
      display: block;
      background: #FFFFFF;
      font-size: 13px;
      padding: 5px 0;
      border-radius: 100px;
      position: relative;
    }
    &.btn_text_2column {
      a {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: left;
        line-height: 1.1;
        height: 100%;
      }
    }
    .btn_icon--contact::before {
      background: url(https://arts-business.jp/ab/images/common/mail.png) no-repeat;
      background-position: center;
    }
    .btn_icon--faq::before {
      background: url(https://arts-business.jp/ab/images/common/help.png) no-repeat;
      background-position: center;
    }
  }
  .upper_menu {
    text-align: left;
    margin-bottom: 42px;
    .menu_container {
      margin-bottom: 20px;
      border-top: 1px solid #5C7FCE;
      background: #FCFCFC;
    }
    .menu_wrap {
      border-bottom: 1px solid #5C7FCE;
      .menu_title {
        font-size: 15px;
        padding: 14px 24px 14px 12px;
        position: relative;
        font-weight: bold;
        color: #3153A3;
        .menu_normal_text {
          font-weight: normal;
        }
        &::after {
          content: "";
          width: 10px;
          height: 14px;
          background: url(https://arts-business.jp/ab/images/common/arrow_right.png) no-repeat;
          background-size: contain;
          position: absolute;
          right: 11px;
          top: 50%;
          transform: translateY(-50%);
        }
        &:hover {
          opacity: 0.7;
          cursor: pointer;
        }
      }
      .menu_title.no-slidetoggle {
        padding: 0;
        a {
          display: block;
          padding: 14px 24px 14px 12px;
          color: #3153A3;
          font-weight: bold;
        }
      }
    }
    .header_menu {
      position: fixed;
      top: 0;
      left: -100%;
      transition: left 0.2s, left 0.2s;
      width: 290px;
      height: 100vh;
      background: #FFFFFF;
      z-index: -2;
      li {
        font-size: 14px;
        position: relative;
        border-bottom: 1px solid #5C7FCE;
        a {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          gap: 10px;
          padding: 3px 13px;
          line-height: 1.2;
          height: 57px;
        }
      }
      li:not(.menu_sub_title):hover {
        opacity: 0.7;
        cursor: pointer;
      }
      li:not(.header_menu__title):not(.sub_title):not(.menu_sub_title) {
        &::after {
          content: "";
          width: 10px;
          height: 14px;
          background: url(https://arts-business.jp/ab/images/common/arrow_right.png) no-repeat;
          background-size: contain;
          position: absolute;
          right: 11px;
          top: 50%;
          transform: translateY(-50%);
          pointer-events: none;
        }
        &.external_link::after {
          width: 14px;
          height: 14px;
          background: url(https://arts-business.jp/ab/images/common/icon_external_link.png) no-repeat;
          background-size: contain;
        }
      }
    }
    .header_menu__title {
      padding: 0 5px 0 10px;
      margin: 0;
      border-bottom: none;
      width: 290px;
      height: 50px;
      font-size: 15px;
      line-height: 1.2;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      font-weight: bold;
      color: #3153A3;
      &:hover {
        opacity: .75;
        cursor: pointer;
      }
      &::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        background: url(https://arts-business.jp/ab/images/common/icon_arrow_left.png) no-repeat;
        background-position: center;
        margin-right: 6px;
      }
    }
    .header_menu__br {
      display: block !important;
    }
    .header_menu.js-open {
      left: 317px;
      transition: left 0.2s, left 0.2s;
      overflow-y: auto;
      overflow-x: hidden;
      background: #BECCEC;
      .header_menu__list {
        background: #FCFCFC;
        border-top: 1px solid #5C7FCE;
      }
    }
  }
}


/****************** body ***********************/
body.default-layout #content-outer {
  max-width: initial;
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: calc((100% - 950px - 290px) / 2);

}
.breadcrumb-list {
  display: none;
}
.wp-pagenavi {
  text-align: right;
}
.ttlwp {
  border: 3px solid #E9E9E9;
  margin-bottom: 15px;
}
.ttlwp .ttl {
  border: 1px solid #999999;
}
.ttlwp .ttl h2 {
  border-left: 6px solid #295C94;
  color: #295C94;
  font-size: 26px;
  line-height: 100%;
  margin: 7px 15px;
  padding: 6px 10px 3px 12px;
}
h2.title {
  text-align: left;
  background-image: none;
  border-top: none;
  border-bottom: none;
  border-right: none;
}
#content-archive {
  margin: 0 auto;
  width: 950px;
  float: right;
  text-align: left;
}
#widgets {
  width: 260px;
  margin-top: 0;
  margin-right: 0;
  float: left;
  text-align: left;
}
#widgets .ul {
  padding: 0;
}
#widgets .widget-wrapper {
  background-color: transparent;
  border: hidden;
  padding: 0;
  width: 290px;
}
#widgets .cashless_bnr {
  border: 1px solid #999;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#widgets .loginBox {
  background-color: #F49459;
  border: 1px #A8A8AB solid;
  padding: 5px 5px 2px 5px;
  margin: 0 0 10px 0;
}
#widgets .loginBox li {
  background-color: #FFFFFF;
  border: 1px #A8A8AB solid;
  padding: 5px 4px 5px 4px;
  margin: 0 0 3px 0;
}
#widgets .loginBox p {
  font-size: 13px;
  font-weight: bold;
}
#widgets .loginBox .txtCenter {
  line-height: 0.1em;
  text-align: center;
}
#widgets .linkBox {
  margin: 20px 0 0;
  font-size: 15px;
}
#widgets .linkBox h3 {
  margin-bottom: 0;
  margin-top: 0;
}
#widgets ul, #widgets ol {
    padding: 0;
    margin: 0;
}
#widgets .linkBox li img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
#widgets .linkBox li span {
    display: none;
}
#widgets .linkBox ul.other, #widgets .linkBox ul.guide {
  border: medium double #3253a4;
}
#widgets .linkBox ul.other li {
  background-color: #ffffe8;
  border-bottom: 1px dashed #ababab;
}
#widgets .linkBox ul.other li a {
  background: url(http://arts-business.jp/ab/images/common/ic_right.png) no-repeat scroll 20px center #FFFFFA;
  color: #535353;
  display: block;
  padding: 11px 5px 9px 43px;
  text-decoration: none;
}
#widgets .linkBox ul.guide li {
    background-color: #ffffe8;
    border-bottom: 1px dashed #ababab;
    font-weight: bold;
}
#widgets .linkBox ul.guide li a {
  background: url(http://arts-business.jp/ab/images/common/ic_right_orange.png) no-repeat scroll 20px center #E6FFFF;
  color: #535353;
  display: block;
  padding: 11px 5px 9px 43px;
  text-decoration: none;
}
#widgets .linkBox02 {
  border: 4px solid #FC9C4E;
  padding: 5px;
  margin-top: 20px;
}
#widgets .aboutus {
  margin-top: 5px;
}
#widgets .aboutus li {
  background: url(http://arts-business.jp/ab/images/common/ic_arrow_blue.gif) no-repeat left 0.2em;
  padding: 0 0 0 12px;
  margin: 0 0 8px 0;
  line-height: 1.3em;
  font-size: 12px;
  text-align: left;
}
#widgets li {
  text-align: left;
}
#widgets .groupList {
  margin: 0 0 10px 0;
}
#widgets .groupList li {
  margin: 0 0 5px 0;
  font-size: 10px;
  text-align: left;
}
.grid-right {
  float: left;
  padding-top: 0;
}
.commodity_list li {
  float: left;
  width: 30%;
  margin: 0 0 5px 15px;
  border: 1px solid #909090;
  border-radius: 4px;
  background-color: #F8F8F8;
  position: relative;
}
.commodity_list li.link_off {
  background: #F5F5F5;
  border: 1px solid transparent;
  color: #A2A2A2 !important;
  font-weight: normal;
  padding: 4px 0 4px 10px;
}
.commodity_list li.link_off.link_active {
  background-color: #D7E2FD;
  color: #000000 !important;
  font-weight: bold;
  border: 1px solid #567DD8;
}
.commodity_list li.link_off a {
  padding: 4px 0 4px 10px;
}
.commodity_list li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #333333;
  margin: 0px 5px 0 0;
  position: absolute;
  top: 10px;
}
.commodity_list li.link_on::before {
  margin-left: 10px;
}
.commodity_list li.link_on:hover {
  background-color: #EAEAEA;
}
.commodity_list li span {
  margin-left: 15px;
}
.commodity_list li a {
  color: #333333;
  display: block;
  font-weight: bold;
  padding: 4px 0 4px 10px;
}
.post-entry {
  margin: 10px 0;
  border: 1px solid #999999;
  border-radius: 10px;
}
.post-entry .post_title {
  margin-bottom: 0;
  padding: 13px;
  font-size: 22px;
}

.post-entry .post_title_wrap {
  border-bottom: 15px solid #D9D9D9;
}
.post-entry .post_name {
  border-top: 1px solid #999999;
  line-height: 1.0em;
  font-weight: 600;
}
.post-entry .p_name {
  display: inline-block;
  width: 80%;
  border-right: 1px solid #999999;
  font-size: 1.3em;
  padding: 13px;
  line-height: 1.0em;
}
.post-entry .p_pref {
  font-size: 1.1em;
  padding: 13px;
}

.post-entry .review_box {
  font-size: 15px;
}
.post-entry .review_box_top {
  display: flex;
  width: 100%;
}
.post-entry .review_image {
  width: 33%;
  text-align: center;
  border-right: 1px solid #999999;
  padding: 13px;
}
.post-entry .review_text {
  width: 67%;
  padding: 5px 10px;
  line-height: 1.5;
}
.post-entry .review_fulltext {
  width: 100%;
  padding: 5px 10px;
  line-height: 1.5;
}
.post-entry .review_box_bottom {
  border-top: 1px solid #999999;
}

.post-entry .review_box_bottom p {
  margin: 0;
  padding: 5px 10px;
  line-height: 1.5;
}
.post-entry .bottom_title {
  background-color: #D9D9D9;
}
.post-entry .link_icon a {
    display: inline-block;
    float: right;
}
.post-entry .link_icon a:hover {
    opacity: 0.7;
}
.koe_link {
  background: #3372B6;
  padding: 5px 8px;
  float: right;
  width: 170px;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 6px;
}
.koe_link a, .koe_link a.link, .koe_link a.hover {
  color: inherit;
}
.icon_gf, .icon_gd, .icon_gm, .icon_ba, .icon_sl, .icon_sj, .icon_ks, .icon_wp, .icon_an, .icon_ap, .icon_af, .icon_ad, .icon_ac, .icon_cp, .icon_es, .icon_hk, .icon_sc {
  padding: 5px;
  float: right;
  margin: 1px;
  border-radius: 5px;
  color: #FFFFFF;
  font-weight: bold;
}
.icon_gf, li.com_gf::before { background: #403B94; color: #FFFFFF; } /*封筒印刷*/
.icon_gd, li.com_gd::before { background: #F7ED72; color: #000000; } /*伝票印刷*/
.icon_gm, li.com_gm::before { background: #1A3482; color: #FFFFFF; } /*名刺印刷*/
.icon_ba, li.com_ba::before { background: #019380; color: #FFFFFF; } /*挨拶状印刷*/
.icon_sl, li.com_sl::before { background: #C2292E; color: #FFFFFF; } /*シールラベル印刷*/
.icon_sj, li.com_sj::before { background: #82A27C; color: #FFFFFF; } /*賞状印刷*/
.icon_ks, li.com_ks::before { background: #D20F15; color: #FFFFFF; } /*金券商品券印刷*/
.icon_wp, li.com_wp::before { background: #A4C06C; color: #FFFFFF; } /*ウェアプリント*/
.icon_an, li.com_an::before { background: #57CE98; color: #FFFFFF; } /*中綴じ冊子印刷*/
.icon_ap, li.com_ap::before { background: #75CFB5; color: #FFFFFF; } /*ポストカード印刷*/
.icon_af, li.com_af::before { background: #3253A3; color: #FFFFFF; } /*クリアファイル印刷*/
.icon_ad, li.com_ad::before { background: #F8C228; color: #000000; } /*卓上カレンダー印刷*/
.icon_ac, li.com_ac::before { background: #FE141C; color: #FFFFFF; } /*チラシ印刷*/
.icon_cp, li.com_cp::before { background: #C9D3F9; color: #000000; } /*会社案内印刷*/
.icon_es, li.com_es::before { background: #0091D2; color: #FFFFFF; } /*e-診察券*/
.icon_hk, li.com_hk::before { background: #BDB241; color: #000000; } /*繁盛券*/
.icon_sc, li.com_sc::before { background: #FCFDFF; color: #000000; } /*印鑑・実印*/
/****************** side ***********************/
#subColumn_ab_integration.left_side_ab_integration {
  background: #E6EDFF;
  box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.10);
}
#subColumn_ab_integration {
  width: 290px;
  float: left;
  position: relative;
  z-index: 100;
  a:hover {
    opacity: 0.5;
  }
  .article_category {
    background: #fff;
  }
  .side_icon:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
  }
  .side_icon.side_icon--mypage:before {
    width: 15px;
    height: 15px;
    background: url(https://arts-business.jp/ab/images/common/icon_user.png) center no-repeat;
    background-size: contain;
  }
  .side_icon.side_icon--gf:before {
    width: 50px;
    height: 50px;
    background: url(https://arts-business.jp/ab/images/common/cate_gf.png) center no-repeat;
    background-size: contain;
  }
  .side_icon {
    &:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.5em;
    }
  }
  .side_icon--re_order:before {
    width: 13px;
    height: 13px;
    background: url(https://arts-business.jp/ab/images/common/icon_re_order.png) center no-repeat;
    background-size: contain;
  }
  .side_icon--members_new:before {
    width: 15px;
    height: 15px;
    background: url(https://arts-business.jp/ab/images/common/icon_first.png) center no-repeat;
    background-size: contain;
  }
  .side_icon--first:before {
    width: 20px;
    height: 20px;
    background: url(https://arts-business.jp/ab/images/common/icon_check.png) center no-repeat;
    background-size: contain;
  }
  .side_icon--gf:before {
    width: 50px;
    height: 50px;
    background: url(https://arts-business.jp/ab/images/common/cate_gf.png) center no-repeat;
    background-size: contain;
  }
  .side_icon--gd:before {
    width: 50px;
    height: 50px;
    background: url(https://arts-business.jp/ab/images/common/cate_gd.png) center no-repeat;
    background-size: contain;
  }
  .side_icon--gm:before {
      width: 50px;
      height: 50px;
      background: url(https://arts-business.jp/ab/images/common/cate_gm.png) center no-repeat;
      background-size: contain;
    }
  .side_icon--sl:before {
    width: 50px;
    height: 50px;
    background: url(https://arts-business.jp/ab/images/common/cate_sl.png) center no-repeat;
    background-size: contain;
  }
  .side_icon--sj:before {
    width: 50px;
    height: 50px;
    background: url(https://arts-business.jp/ab/images/common/cate_sj.png) center no-repeat;
    background-size: contain;
  }
  .side_icon--ba:before {
    width: 50px;
    height: 50px;
    background: url(https://arts-business.jp/ab/images/common/cate_ba.png) center no-repeat;
    background-size: contain;
  }
  .side_icon--ks:before {
    width: 50px;
    height: 50px;
    background: url(https://arts-business.jp/ab/images/common/cate_ks.png) center no-repeat;
    background-size: contain;
  }
  .side_icon--es:before {
    width: 50px;
    height: 50px;
    background: url(https://arts-business.jp/ab/images/common/cate_es.png) center no-repeat;
    background-size: contain;
  }
  .side_icon--ac:before {
    width: 50px;
    height: 50px;
    background: url(https://arts-business.jp/ab/images/common/cate_ac.png) center no-repeat;
    background-size: contain;
  }
  .side_icon--cp:before {
    width: 50px;
    height: 50px;
    background: url(https://arts-business.jp/ab/images/common/cate_cp.png) center no-repeat;
    background-size: contain;
  }
  .side_icon--ap:before {
    width: 50px;
    height: 50px;
    background: url(https://arts-business.jp/ab/images/common/cate_ap.png) center no-repeat;
    background-size: contain;
  }
  .side_icon--an:before {
    width: 50px;
    height: 50px;
    background: url(https://arts-business.jp/ab/images/common/cate_an.png) center no-repeat;
    background-size: contain;
  }
  .side_icon--headwear:before {
    width: 50px;
    height: 50px;
    background: url(https://arts-business.jp/ab/images/common/cate_hw.png) center no-repeat;
    background-size: contain;
  }
  .side_icon--wearprint:before {
    width: 50px;
    height: 50px;
    background: url(https://arts-business.jp/ab/images/common/cate_wp.png) center no-repeat;
    background-size: contain;
  }
  .side_icon--calendar:before {
    width: 50px;
    height: 50px;
    background: url(https://arts-business.jp/ab/images/common/cate_ad.png) center no-repeat;
    background-size: contain;
  }
  .side_icon--pen:before {
    width: 50px;
    height: 50px;
    background: url(https://arts-business.jp/ab/images/common/cate_pen.png) center no-repeat;
    background-size: contain;
  }
  .side_icon--towel:before {
    width: 50px;
    height: 50px;
    background: url(https://arts-business.jp/ab/images/common/cate_towel.png) center no-repeat;
    background-size: contain;
  }
  .side_icon--af:before {
    width: 50px;
    height: 50px;
    background: url(https://arts-business.jp/ab/images/common/cate_af.png) center no-repeat;
    background-size: contain;
  }
  .side_icon--hg:before {
    width: 50px;
    height: 50px;
    background: url(https://arts-business.jp/ab/images/common/cate_hg.png) center no-repeat;
    background-size: contain;
  }
  .side_icon--acrylfactory:before {
    width: 50px;
    height: 50px;
    background: url(https://arts-business.jp/ab/images/common/cate_acrylfactory.png) center no-repeat;
    background-size: contain;
  }
  .side_icon--giftbox:before {
    width: 50px;
    height: 50px;
    background: url(https://arts-business.jp/ab/images/common/cate_giftbox.png) center no-repeat;
    background-size: contain;
  }
  .side_icon--sc:before {
    width: 50px;
    height: 50px;
    background: url(https://arts-business.jp/ab/images/common/cate_sc.png) center no-repeat;
    background-size: contain;
  }
  .side_links {
    margin: 20px 0;
    background-color: #FCFCFC;
    text-align: left;
    font-size: 15px;
  }
  .side_links--m0 {
    margin: 0;
    & + .side_links--m0 > .side_links__title:first-child {
      border-top: 1px solid #5C7FCE;
    }
  }
  .side_links__title {
    border-top: 2px solid #5C7FCE;
    border-bottom: 2px solid #5C7FCE;
    display: flex;
    height: 80px;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #3153A3;
  }
  .side_links__list {
    border-bottom: 1px solid #5C7FCE;
      white-space: nowrap;
      &.emphasis_yellow_text {
        a:after {
          margin-left: 0;
        }
      }
    }
    &--top {
      font-size: 16px;
    }
    .side_links__list a {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      height: 40px;
      padding: 10px;
      color: #333333;
      box-sizing: content-box;
      position: relative;
      &:after {
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        background: url(https://arts-business.jp/ab/images/common/icon_next_page.png) center no-repeat;
        margin-left: auto;
      }
      &.new_window:after {
        background: url(https://arts-business.jp/ab/images/common/new_window_icon.png) center no-repeat;
        background-size: contain;
        width: 18px;
        height: 15px;
      }
    }
  .side_links--border_thick {
    font-size: 16px;
    border-top: 2px solid #5C7FCE;
    a {
      color: #3153A3;
      padding: 10px;
      font-weight: bold;
    }
  }
  .slide_links__list--border_thick {
    border-bottom: 2px solid #5C7FCE;
  }
  .slide_links__list--border_thick a {
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 0.3vw;
  }
  .slide_links__list--border_thick img {
    display: inline-block;
  }
  .side_links__text--emphasis {
    background: #FFFF00;
    padding: 5px 5px 3px;
    line-height: 1.2;
    font-size: 12px;
    color: #333333;
    margin-left: auto;
  }
  .side_links__text--emphasis_red {
    color: #FF0000;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 1px;
  }
  .accordion__title,
  .accordion__subtitle {
    cursor: pointer;
    &:hover {
      opacity: 0.5;
    }
    &:after {
      content: "";
      display: block;
      width: 18px;
      height: 18px;
      margin-left: auto;
    }
    &.open:after {
      background: url(https://arts-business.jp/ab/images/common/icon_minus.png) center no-repeat;
    }
    &.close:after {
      background: url(https://arts-business.jp/ab/images/common/icon_plus.png) center no-repeat;
    }
  }
  .accordion__subtitle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 50px;
    padding: 0 10px 0 1.5em;
    color: #333333;
    &+.accordion__contents a {
      padding-left: 2.5em;
    }
    &+.accordion__contents a:before {
      content: "∟";
    }
  }
  .accordion__contents {
    a {
      height: 50px;
      padding: 0 10px 0 1.5em;
    }
  }
}
.side_images {
  margin: 20px 15px;
  padding: 10px 0;
  text-align: center;
  border-top: 4px solid #3153A3;
  border-bottom: 4px solid #3153A3;
}
.side_images .side_images__list {
  margin: 6px 0;
}
.side_images .side_images__list:first-child {
  margin-top: 0;
}
.side_images .side_images__list:last-child {
  margin-bottom: 0;
}
.side_bnrs {
  margin: 20px 15px;
  text-align: center;
}
.side_bnrs img {
  max-width: 100%;
}
.side_bnrs__list--text_link {
  border: 1px solid #5C7FCE;
  background-color: #FFFFFF;
  border-radius: 2px;
  margin: 0px 6px 0px 3px;
  box-shadow: 2px 2px 6px 0px #9DB2E2;
  text-align: left;
}
.side_bnrs__list--text_link a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 60px;
  padding: 10px 5px;
  color: #333333;
  }

/****************** page_navi ***********************/
.wp-pagenavi {
  margin: 20px auto;
  text-align: right;
}
.wp-pagenavi span.current {
  background: #1e73be;
  color: #ffffff!important;
  border-right: 1px solid #595959;
  padding: 10px 15px;
}
 .sfwppa-navi-style .navigation a, .sfwppa-navi-style .sfwppa-pages {
  padding: 10px 15px;
}
/****************** category ***********************/
#category {
  float: right;
  margin: 0 auto 40px;
  width: 950px;
}
.category-concept {
  margin: 30px auto;
}
.category-concept p {
  margin-top: 20px;
}
.category-concept h1 {
  text-align: center;
  font-size: 28px;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #333;
}
.category-lists {
  padding: 10px 0;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
.category-lists ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.category-lists ul li {
  display: inline-block;
  width: 24%;
  text-align: center;
}
.category-lists li a {
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}
.category-lists li a:hover {
  color: #6081CE;
}
.category-list_area {
  width: 1280px;
  padding: 25px 1%;
  margin: -25px auto;
}
.category_list {
  width: 24%;
  float: left;
}
.category_list:nth-child(odd) {
  margin-right: 2%;
}
.category_list:not(:nth-child(4n)) {
  margin-right: 1.3%;
}
.category-main {
  width: 100%;
  margin: 0 auto;
}
.article_summary {
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #cccccc;
  margin: 15px 0;
}
.article_summary a {
  display: block;
  color: #333333;
}
.article_summary a:hover {
  opacity: 0.6;
}
.article_summary img {
  height: 149px;
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
.article_cat_wrap {
  position: relative;
}
.article_cat {
  position: absolute;
  left: -15px;
  top: -30px;
  background-color: #F8911F;
  border-radius: 3px;
  color: #FFFFFF;
  display: inline-block;
  line-height: 1;
  padding: 3px;
  font-size: 12px;
}
.article_cat span {
  display: block;
  padding: 7px 5px;
}
.article_title {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
  width: 200px;
  height: 100px;
  margin: 0 auto 5px;
  border: 1px solid #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 0 10px;
}
.article_content {
  color: #333333;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  height: 138px;
}
.article_date {
  color: #333333;
}
h1.entry-title,
h2.entry-title {
  font-size: 30px;
  font-weight: bold;
  color: #474039;
  line-height: 1.5;
  margin: 50px 30px 25px;
  text-align: left;
}
.post-meta .meta-wrapper.post-author,
.post-meta .meta-wrapper.post-comment-link {
  display: none;
}
.comments-wrapper.section-inner {
  display: none;
}
.post-inner {
  padding-top: 20px;
}
.singular .entry-header {
  padding: 30px 0 20px;
}
.pagination-single-inner {
  margin: 150px 20px 50px;
  font-size: 18px;
}
.pagination-single.section-inner hr {
  display: none;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 85%;
}
.entry-content > p {
  font-size: 18px;
}
.entry-content > h2 {
  font-size: 22px;
}
.entry-content > h3 {
  font-size: 20px;
}
.entry-header .intro-text {
  display: none;
}
#pager ul.cms-pager li {
  display: inline-block;
  margin: 0 5px;
  font-size: 1.1em;
}

/****************** footer ***********************/
#footer {
  max-width: 100%!important;
  padding: 0!important;
}
.ab_footer {
  font-size: 14px;
}
.footer_list__box {
  margin: 0 5px 5px;
}
.footer_list__box>li {
  margin-left: 17px;
  font-weight: lighter;
}
.link_icon {
  color: #7D98D8;
}
.ab_footer>.ab_footer__wrap {
  color: #FFFFFF;
  padding-top: 50px;
  background-color: #3153A3;
}
.ab_footer__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.footer_list__ab {
  width: 950px;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: left;
  display: flex;
}
.footer_list__title {
  font-size: 15px;
  font-weight: bold;
  margin:18px 0 10px;
  white-space: nowrap;
}
.footer_list__box>li {
  padding-bottom: 2px;
  line-height: 1.6;
}
.footer_list__box>li>a {
  color: #FFFFFF!important;
}
.footer_list--novelty>a {
  position: relative;
}
.footer_list--novelty a>img {
  display: block;
  width: 13.2px;
  height: 11px;
  position: absolute;
  top: 2px;
  right: -25px;
}
.footer_content_01 {
  width: 250px;
}
.footer_content_02 {
  width: 300px;
  margin: 0 90px 0 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer_content_02.footer_list__box:last-child {
  margin: 40px 5px 0;
}
.footer_content_03 {
  width: 300px;
  display: flex;
  flex-wrap: wrap;
}
.footer_content_03.footer_list__box:last-child {
  margin: 0 5px;
}
.footer_bottom {
  background-color: #EDEDEE;
  color: #333333;
  padding: 9.5px 0;
}
.footer_group_site {
  background-color: #FFFFFF;
  padding-bottom: 50px;
}
.footer_group_site p {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
  padding-top: 50px;
  text-indent: 1em;
  text-align: center;
}
.footer_group_site span {
  font-size: 24px;
}
.footlink_wrapper {
  width: 930px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.footlink_wrapper--small {
  width: 930px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.footlink_box {
  width: fit-content;
  height: 46px;
  text-align: center;
  font-size: 13px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.footlink_box:first-child {
  margin-left: 30px;
}
.footlink_box:nth-child(4) {
  margin-right: 30px;
}
.footlink_box a {
  color: #666666;
  font-size: 13px;
  padding: 0 10px;
  display: grid;
  place-items: center;
  height: 100%;
  line-height: 1.3;
}
.copyright {
  font-size: 14px;
  font-weight: lighter;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  background: #3153a3;
  color: #FFFFFF;
}
.copyright a {
  color: #FFFFFF!important;
}

/****************** sp ***********************/
@media screen and (max-width: 641px) {
  #wrapper {
    width: auto !important;
  }
  #content {
    float: none;
    margin: auto;
  }
  #content > article {
    width: auto;
  }
  #category {
    width: auto;
    float: none;
  }
  .category_list {
    width: 48%;
    float: none;
    display: inline-block;
  }
  .article_title {
    width: auto;
  }
  .article_content {
    height: 170px;
  }

  /****************** sp_header ***********************/
  #header {
    padding-top: 0;
  }
  #header_ab_integration_sp .fixed_navbar {
    position: fixed;
    width: 100vw;
    z-index: 101;
    top: 0;
    left: 0;
  }
  #header_ab_integration_sp .header_top {
    background-color: #FFFFFF;
  }
  #header_ab_integration_sp .header_top__text {
    font-size: 3.2vw;
    color: #FFFFFF;
  }
  #header_ab_integration_sp .header_top__text--login {
    font-size: 3.73vw;
    text-align: left;
    color: #333333;
    padding: 1.5% 3%;
    border-bottom: 0.27vw solid #3C65C5;
  }
  #header_ab_integration_sp .header_top__text--login a {
    font-weight: bold;
    color: #333333;
    text-decoration: underline;
  }
  #header_ab_integration_sp .header_top__buttons {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 1.33vw 1.33vw 1.33vw 2.67vw;
    border-bottom: 0.27vw solid #3C65C5;
    background: #3153A3;
  }
  #header_ab_integration_sp .header_top__logo a {
    display: flex;
    height: 100%;
    width: 37.3vw;
  }
  #header_ab_integration_sp .header_top__btn {
    font-size: 2.4vw;
    text-align: center;
    color: #FFFFFF;
  }
  #header_ab_integration_sp .header_top__btn a {
    color: #FFFFFF;
  }
  #header_ab_integration_sp .header_top__btn .btn_title {
    display: block;
  }
  #header_ab_integration_sp .header_top__btn.js_burger_open {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  #header_ab_integration_sp .header_top__btn.js_burger_open img {
    display: block;
    width: 4.27vw;
    margin-bottom: 1.4vw;
  }
  #header_ab_integration_sp .header_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #header_ab_integration_sp .header_icon:before {
    content: "";
    display: block;
    height: 6.4vw;
  }
  #header_ab_integration_sp .header_icon--mypage:before {
    width: 5.33vw;
    background: url(https://arts-business.jp/ab/images/mobile/common/user_white.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .header_icon--login:before {
    width: 5.87vw;
    background: url(https://arts-business.jp/ab/images/mobile/common/login_white.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .header_icon--re_order:before {
    width: 5.33vw;
    background: url(https://arts-business.jp/ab/images/mobile/common/re_order_white.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .header_icon--cart:before {
    width: 5.33vw;
    background: url(https://arts-business.jp/ab/images/mobile/common/cart_white.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .header_icon--contact:before {
    width: 4.53vw;
    background: url(https://arts-business.jp/ab/images/mobile/common/mail_white.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .prod_icon:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10.67vw;
    height: 10.67vw;
    margin-right: 0.5em;
  }
  #header_ab_integration_sp .prod_icon--gf:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_gf.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .prod_icon--gf_set:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_gf_set.png) center no-repeat;
    background-size: contain;
    width: 11.33vw;
    height: 10.8vw;
  }
  #header_ab_integration_sp .prod_icon--gd:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_gd.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .prod_icon--gd_set:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_gd_set.png) center no-repeat;
    background-size: contain;
    width: 12.13vw;
    height: 8.4vw;
  }
  #header_ab_integration_sp .prod_icon--gm:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_gm.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .prod_icon--gm_set:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_gm_set.png) center no-repeat;
    background-size: contain;
    width: 14.13vw;
    height: 8vw;
  }
  #header_ab_integration_sp .prod_icon--sl:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_sl.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .prod_icon--sl_set:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_sl_set.png) center no-repeat;
    background-size: contain;
    width: 11.29vw;
    height: 7.16vw;
  }
  #header_ab_integration_sp .prod_icon--sj:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_sj.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .prod_icon--ba:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_ba.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .prod_icon--ks:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_ks.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .prod_icon--es:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_es.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .prod_icon--ac:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_ac.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .prod_icon--cp:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_cp.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .prod_icon--ap:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_ap.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .prod_icon--an:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_an.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .prod_icon--headwear:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_hw.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .prod_icon--headwear_set:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_headwear_set.png) center no-repeat;
    background-size: contain;
    width: 16vw;
    height: 8vw;
  }
  #header_ab_integration_sp .prod_icon--wearprint:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_wp.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .prod_icon--wearprint_set:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_wearprint_set.png) center no-repeat;
    background-size: contain;
    width: 15.73vw;
    height: 10.67vw;
  }
  #header_ab_integration_sp .prod_icon--calendar:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_ad.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .prod_icon--calendar_set_takujo:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_calendar_set_takujo.png) center no-repeat;
    background-size: contain;
    width: 9.6vw;
    height: 8vw;
  }
  #header_ab_integration_sp .prod_icon--calendar_set_kabekake:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_calendar_set_kabekake.png) center no-repeat;
    background-size: contain;
    width: 8vw;
    height: 10.93vw;
  }
  #header_ab_integration_sp .prod_icon--pen:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_pen.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .prod_icon--pen_set:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_pen_set.png) center no-repeat;
    background-size: contain;
    width: 17.73vw;
    height: 11.33vw;
  }
  #header_ab_integration_sp .prod_icon--towel:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_towel.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .prod_icon--towel_set_naire:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_towel_set_naire.png) center no-repeat;
    background-size: contain;
    width: 12.93vw;
    height: 9.2vw;
  }
  #header_ab_integration_sp .prod_icon--towel_set_original:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_towel_set_original.png) center no-repeat;
    background-size: contain;
    width: 15.73vw;
    height: 7.33vw;
  }
  #header_ab_integration_sp .prod_icon--af:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_af2.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .prod_icon--hg:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_hg.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .prod_icon--acrylfactory:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_acrylfactory.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .prod_icon--giftbox:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_giftbox.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .prod_icon--giftbox_set:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_giftbox_set.png) center no-repeat;
    background-size: contain;
    width: 14.8vw;
    height: 10.4vw;
  }
  #header_ab_integration_sp .prod_icon--sc:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_sc.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .prod_icon--mc:before {
    background: url(https://arts-business.jp/ab/images/mobile/common/cate_mc.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .gnav_products__list .prod_icon::before {
    width: 8vw;
    height: 8vw;
    margin-right: 0.8em;
  }
  #header_ab_integration_sp .gnav__br {
    display: block !important;
  }
  #header_ab_integration_sp .header_bottom__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #E6EDFF;
  }
  #header_ab_integration_sp .gnav_link {
    border-bottom: 0.27vw solid #3C65C5;
    flex-grow: 1;
    height: 13.33vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.73vw;
    position: relative;
    line-height: 1.2;
  }
  #header_ab_integration_sp .gnav_link:not(:first-child) {
    border-left: 0.27vw solid #3C65C5;
  }
  #header_ab_integration_sp .gnav_link a {
    color: #333333;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  #header_ab_integration_sp .gnav_link .prod_icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header_ab_integration_sp .gnav_link img {
    display: inline-block;
    width: 15.73vw;
    margin-right: 0.5vw;
  }
  #header_ab_integration_sp .gnav_link.gnav_text__align_left {
    text-align: left;
  }
  #header_ab_integration_sp .gnav_link .prod_icon:before {
    margin-left: -1.5vw;
  }
  #header_ab_integration_sp .gnav_switch {
    text-align: left;
  }
  #header_ab_integration_sp .sub_gnav {
    position: fixed;
    top: 27%;
    left: 5%;
    z-index: 2;
    width: 90%;
    padding: 20px 20px 5px;
    background-color: #FFFEFD;
    border-radius: 3px;
    text-align: left;
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.25));
  }
  #header_ab_integration_sp .sub_gnav::before {
    content: "";
    display: block;
    width: 25px;
    height: 15px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #FFFEFD;
    position: absolute;
    top: -10px;
  }
  #header_ab_integration_sp .sub_gnav .sub_gnav_link a {
    line-height: 1.2;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
  }
  #header_ab_integration_sp .sub_gnav .sub_gnav_link a::after {
    content: "\03e";
    margin-left: 1em;
  }
  #header_ab_integration_sp .sub_gnav .sub_gnav_link a:active {
    border-bottom: 2px solid #FFF500;
    padding-bottom: 2px;
    margin-bottom: 13px;
  }
  #header_ab_integration_sp .sub_gnav .sub_gnav_category_title {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  #header_ab_integration_sp .sub_gnav .sub_gnav_category_title:not(:first-child) {
    padding-top: 18px;
  }
  #header_ab_integration_sp .burger {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100%;
    z-index: 1000;
    overflow-y: scroll;
    background: #FFFFFF;
    display: none;
    padding-bottom: 6.67vw;
  }
  #header_ab_integration_sp .burger__buttons {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #3153A3;
    position: fixed;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 100;
    height: 12.8vw;
  }
  #header_ab_integration_sp .burger__logo a {
    display: flex;
    width: 37.3vw;
    height: 100%;
    align-items: center;
    margin-left: 2.67vw;
  }
  #header_ab_integration_sp .burger_close--small {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 15vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header_ab_integration_sp .burger_close--small img {
    width: 5.33vw;
    height: 5.33vw;
  }
  #header_ab_integration_sp .burger_icon:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -0.5vw 0.2em 0 0;
  }
  #header_ab_integration_sp .burger_info__nav {
    text-align: left;
    padding: 2.67vw 0 2.67vw 2.67vw;
  }
  #header_ab_integration_sp .burger_info__nav--member {
    background: #FFFDC8;
  }
  #header_ab_integration_sp .burger_info__nav--member .burger_info__greating span {
    font-weight: bold;
  }
  #header_ab_integration_sp .burger_info__nav--member .burger_icon--point:before {
    width: 4vw;
    height: 4vw;
    background: url(https://arts-business.jp/ab/images/common/icon_point.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .burger_info__nav--member .burger_icon--gift_ticket:before {
    width: 4vw;
    height: 4vw;
    background: url(https://arts-business.jp/ab/images/common/icon_gift_ticket.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .burger_info__nav--guest .burger_icon--point:before {
    width: 4vw;
    height: 4vw;
    background: url(https://arts-business.jp/ab/images/common/icon_point_off.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .burger_info__nav--guest .burger_icon--gift_ticket:before {
    width: 4vw;
    height: 4vw;
    background: url(https://arts-business.jp/ab/images/common/icon_gift_ticket_off.png) center no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .burger_info__nav--guest .burger_info__status {
    color: #C0C0C0;
  }
  #header_ab_integration_sp .burger_info__greating {
    font-size: 3.73vw;
  }
  #header_ab_integration_sp .burger_info__status {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1.33vw;
    gap: 2vw;
  }
  #header_ab_integration_sp .burger_info__status > li {
    font-size: 3.2vw;
  }
  #header_ab_integration_sp .burger_info__status > li span {
    font-size: 4vw;
  }
  #header_ab_integration_sp .burger_images {
    border-top: 0.8vw solid #3153A3;
    border-bottom: 0.8vw solid #3153A3;
    margin: 10.67vw 2.67vw 6vw;
  }
  #header_ab_integration_sp .burger_images__list--souryou {
    margin: 3vw auto;
    width: 41.3vw;
  }
  #header_ab_integration_sp .burger_images__list--pay {
    margin: 3vw auto;
    width: 73.3vw;
  }
  #header_ab_integration_sp .burger_images__text--impact {
    margin: 3vw 0;
    font-size: 4vw;
    color: #3153A3;
  }
  #header_ab_integration_sp .burger_images__text--impact span {
    font-weight: bold;
  }
  #header_ab_integration_sp .sp_menu__site {
    border-top: 0.27vw solid #3153A3;
    border-bottom: 0.27vw solid #3153A3;
    margin-top: 8vw;
  }
  #header_ab_integration_sp .sp_menu__site .sp_menu__common .sp_menu__list {
    border-top: none;
  }
  #header_ab_integration_sp .new_window a::after {
    background: url(https://arts-business.jp/ab/images/common/new_window_icon.png) no-repeat;
    background-size: contain;
    width: 4.8vw;
    height: 4vw;
    right: 2vw;
  }
  #header_ab_integration_sp .burger_close--big {
    zoom: 0.5;
    text-align: center;
  }
  #header_ab_integration_sp .gnav_panel {
    position: fixed;
    top: 0;
    right: 100%;
    width: 100vw;
    height: 100%;
    z-index: 1000;
    overflow-y: scroll;
    background: #FFFFFF;
    display: none;
    padding-bottom: 5vw;
  }
  #header_ab_integration_sp .gnav_panel__inner {
    min-height: 146.67vw;
    position: relative;
    padding-bottom: 24.8vw;
  }
  #header_ab_integration_sp .gnav_panel_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4.43vw 1.33vw 3.03vw 2.67vw;
    background: #3153A3;
    position: fixed;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 100;
    font-size: 3.73vw;
    color: #FFFFFF;
    font-weight: bold;
  }
  #header_ab_integration_sp .gnav_panel_title:after {
    content: "";
    display: block;
    background: url(https://arts-business.jp/ab/images/mobile/common/close_pale_blue.png) no-repeat center center;
    background-size: 5.33vw;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 13vw;
  }
  #header_ab_integration_sp .gnav_panel_title .d_gnav {
    display: none;
  }
  #header_ab_integration_sp .gnav_panel_close__bottom {
    zoom: 0.5;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10vw auto;
  }
  #header_ab_integration_sp .gnav_products__title, #header_ab_integration_sp .gnav_submenu_title {
    background: #E6EDFF;
    font-size: 3.74vw;
    font-weight: bold;
    color: #3153A3;
    padding: 4.3vw 2.7vw 3.3vw 2.7vw;
    text-align: left;
  }
  #header_ab_integration_sp .gnav_products__title a, #header_ab_integration_sp .gnav_submenu_title a {
    position: relative;
    display: block;
    color: #3153A3;
  }
  #header_ab_integration_sp .gnav_products__title a::after, #header_ab_integration_sp .gnav_submenu_title a::after {
    content: "";
    position: absolute;
    right: 2.37vw;
    width: 2.37vw;
    height: 2.37vw;
    background: url(https://arts-business.jp/ab/images/mobile/common/double_arrow.png) no-repeat;
    background-size: contain;
  }
  #header_ab_integration_sp .gnav_products__list a {
    text-align: left;
    display: block;
    font-size: 3.74vw;
    padding: 3.1vw 2.7vw 2vw 2.7vw;
    margin: 0 2%;
    position: relative;
    color: #333333;
    border-bottom: 1px solid #3153A3;
  }
  #header_ab_integration_sp .gnav_products__list a:after {
    content: "";
    position: absolute;
    right: 2.37vw;
    width: 2.37vw;
    height: 2.37vw;
    background: url(https://arts-business.jp/ab/images/mobile/common/double_arrow.png) no-repeat;
    background-size: contain;
    background-position: right center;
    pointer-events: none;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #header_ab_integration_sp .gnav_products__list .external_link a:after {
    background: url(https://arts-business.jp/ab/images/mobile/common/icon_external_link_black.png) no-repeat;
    background-size: contain;
    width: 3.4vw;
    height: 3.4vw;
  }
  #header_ab_integration_sp .gnav_submenu_title {
    display: block;
  }
  body.towel #header_ab_integration_sp .gnav_link {
    font-size: 3.2vw;
  }
  .modal_header_member_info {
    width: 100vw;
  }
  .modal_header_member_info .modaal-container {
    background-color: #FFFAF0;
  }
  .modal_header_member_info .modaal-content-container {
    border: 0.27vw solid #C0C0C0;
    border-radius: 2.13vw;
    padding: 0;
    margin: 18.67vw 5.33vw 24vw;
    background-color: #FFFFFF;
    overflow: hidden;
  }
  .modal_header_member_info .js_modal_close {
    position: absolute;
  }
  .modal_header_member_info .js_modal_close--cross_gray {
    top: 5.33vw;
    right: 6.67vw;
    width: 5.33vw;
    height: 5.33vw;
  }
  .modal_header_member_info .js_modal_close--text_modoru {
    bottom: 9.33vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 26vw;
    height: 8vw;
    font-size: 3.73vw;
    border-radius: 1.33vw;
    border: 0.27vw solid #C0C0C0;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal_header_member_info .modal_header_info_icon:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
  }
  .modal_header_member_info .modal_header_info_icon--mypage:before {
    width: 4vw;
    height: 4vw;
    background: url(https://arts-business.jp/ab/images/common/icon_user.png) center no-repeat;
    background-size: contain;
  }
  .modal_header_member_info .modal_header_info_icon--cart:before {
    width: 4.27vw;
    height: 4.27vw;
    background: url(https://arts-business.jp/ab/images/common/icon_cart.png) center no-repeat;
    background-size: contain;
    margin-top: -0.8vw;
  }
  .modal_header_member_info .modal_header_info_icon--login:before {
    width: 4.8vw;
    height: 4.8vw;
    background: url(https://arts-business.jp/ab/images/common/icon_login.png) center no-repeat;
    background-size: contain;
    margin-top: -0.8vw;
  }
  .modal_header_member_info .member_info__nav {
    padding: 7vw 4vw 9.33vw;
    background: #FFFFFF;
    text-align: left;
  }
  .modal_header_member_info .member_info__nav .member_info__grade {
    padding: 6vw 2.67vw;
  }
  .modal_header_member_info .member_info__nav .member_info__greating {
    font-size: 4.27vw;
    margin-bottom: 0.5em;
  }
  .modal_header_member_info .member_info__nav .member_info__greating span {
    font-weight: bold;
    display: inline-block;
    margin-right: 0vw;
  }
  .modal_header_member_info .member_info__nav .member_info__status {
    font-size: 3.73vw;
    line-height: 2;
  }
  .modal_header_member_info .member_info__nav .member_info__status span {
    font-size: 4.8vw;
    font-weight: bold;
  }
  .modal_header_member_info .member_info__nav .member_info__buttons {
    margin-top: 6vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .modal_header_member_info .member_info__nav .member_info__btn a {
    display: inline-block;
    padding: 2.13vw 3.47vw 1.6vw;
    border: 0.27vw solid #3153A3;
    line-height: 1;
    border-radius: 13.33vw;
    color: #3153A3;
    font-size: 4vw;
  }
  .modal_header_member_info .member_info__nav--member .member_info__grade {
    background: #FFFDC8;
  }
  .modal_header_member_info .member_info__nav--member .modal_header_info_icon--point:before {
    width: 4.8vw;
    height: 4.8vw;
    background: url(https://arts-business.jp/ab/images/common/icon_point.png) center no-repeat;
    background-size: contain;
  }
  .modal_header_member_info .member_info__nav--member .modal_header_info_icon--gift_ticket:before {
    width: 4.8vw;
    height: 4.8vw;
    background: url(https://arts-business.jp/ab/images/common/icon_gift_ticket.png) center no-repeat;
    background-size: contain;
  }
  .modal_header_member_info .member_info__nav--guest .member_info__grade {
    border: 0.27vw solid #C0C0C0;
    border-radius: 2.13vw;
  }
  .modal_header_member_info .member_info__nav--guest .modal_header_info_icon--point:before {
    width: 4.8vw;
    height: 4.8vw;
    background: url(https://arts-business.jp/ab/images/common/icon_point_off.png) center no-repeat;
    background-size: contain;
  }
  .modal_header_member_info .member_info__nav--guest .modal_header_info_icon--gift_ticket:before {
    width: 4.8vw;
    height: 4.8vw;
    background: url(https://arts-business.jp/ab/images/common/icon_gift_ticket_off.png) center no-repeat;
    background-size: contain;
  }
  .modal_header_member_info .member_info__nav--guest .member_info__status {
    color: #C0C0C0;
  }
  .modal_header_member_info .member_info__nav--guest .member_info__btn--cart {
    opacity: 0.5;
    pointer-events: none;
  }
  .sp_menu__main .top_menu__sp {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8vw;
    padding-top: 11vw;
    border-top: 1px solid #3C65C5;
    border-bottom: 1px solid #3C65C5;
  }
  .sp_menu__main .top_menu__sp > li {
    width: 50%;
    border-top: 1px solid #3153A3;
    text-align: left;
    position: relative;
  }
  .sp_menu__main .top_menu__sp > li a {
    display: block;
    padding: 3vw 2.13vw;
    display: flex;
    align-items: center;
    color: #3153A3;
  }
  .sp_menu__main .top_menu__sp > li.not_active a, .sp_menu__main .top_menu__sp > li.not_active::after {
    pointer-events: none;
    filter: opacity(25%);
  }
  .sp_menu__main .top_menu__sp > li:nth-child(2n) {
    border-left: 1px solid #3C65C5;
  }
  .sp_menu__main .top_menu__sp > li a::after {
    display: block;
    content: "";
    background: url(https://arts-business.jp/ab/images/mobile/top/arrow.png) no-repeat;
    background-size: contain;
    width: 3.73vw;
    height: 3.73vw;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 1vw;
  }
  .sp_menu__main .menu_icon a::before {
    content: "";
    margin-right: 1.3vw;
    margin-top: -0.6vw;
    width: 4vw;
    height: 4vw;
  }
  .sp_menu__main .menu_icon--new a::before {
    background: url(https://arts-business.jp/ab/images/common/icon_first.png) center no-repeat;
    background-size: contain;
  }
  .sp_menu__main .menu_icon--re_order a::before {
    background: url(https://arts-business.jp/ab/images/common/icon_re_order.png) center no-repeat;
    background-size: contain;
  }
  .sp_menu__main .menu_icon--login a::before {
    background: url(https://arts-business.jp/ab/images/common/icon_login.png) center no-repeat;
    background-size: contain;
  }
  .sp_menu__main .menu_icon--cart a::before {
    background: url(https://arts-business.jp/ab/images/common/icon_cart.png) center no-repeat;
    background-size: contain;
  }
  .sp_menu__main .menu_icon--question a::before {
    background: url(https://arts-business.jp/ab/images/common/icon_question.png) center no-repeat;
    background-size: contain;
  }
  .sp_menu__main .menu_icon--contact a::before {
    background: url(https://arts-business.jp/ab/images/common/icon_contact.png) center no-repeat;
    background-size: contain;
  }
  .sp_menu__main .sp_menu__text {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
  }
  .sp_menu__main .sp_menu__text .btn_red_text {
    font-size: 18px;
    color: #FF0000;
    display: inline-block;
    margin: 0 0.5vw;
  }
  .sp_menu__main .c-sl_estimate_button {
    width: 90vw;
    margin: 5.33vw auto;
  }
  .sp_menu__common {
    text-align: left;
  }
  .sp_menu__common li {
    font-size: 4vw;
    position: relative;
  }
  .sp_menu__common li a {
    color: #333333;
    display: block;
    padding: 4vw 0 4vw 2.13vw;
  }
  .sp_menu__common li > a:after {
    display: block;
    content: "";
    background: url(https://arts-business.jp/ab/images/mobile/top/arrow.png) no-repeat;
    background-size: contain;
    width: 6.4vw;
    height: 5.6vw;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0.5vw;
  }
  .sp_menu__common .u-border-top {
    border-top: 0.27vw solid #3153A3;
  }
  .sp_menu__common .u-border-bottom {
    border-bottom: 0.27vw solid #3153A3;
  }
  .sp_menu__common .u-border-top--bold {
    border-top: 0.53vw solid #3153A3;
  }
  .sp_menu__common .u-border-bottom--bold {
    border-bottom: 0.53vw solid #3153A3;
  }
  .sp_menu__common .u-top-blank {
    margin-top: 13.33vw;
  }
  .sp_menu__common .highlight_blue, .sp_menu__common .highlight_blue a {
    background-color: #E6EDFF;
    color: #3153A3;
  }
  .sp_menu__common .highlight_beige {
    background-color: #FFFAF0;
  }
  .sp_menu__common .p_small a {
    padding: 1vw 0 1vw 2.13vw;
    display: flex;
  }
  .sp_menu__common .p_small a:before {
    position: relative;
    top: 2vw;
  }
  .sp_menu__common .accordion_title {
    position: relative;
    padding: 4vw 0 4vw 2.13vw;
  }
  .sp_menu__common .accordion_title::after {
    content: "";
    background-image: url(https://arts-business.jp/ab/images/mobile/top/menu_mark.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 4.8vw;
    height: 4.8vw;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.13vw;
    margin: auto 0;
  }
  .sp_menu__common .accordion_title.open::after {
    background-image: url(https://arts-business.jp/ab/images/mobile/top/menu_close_mark.png);
  }
  .sp_menu__common .ac_content, .sp_menu__common .ac_content_child {
    display: none;
    background: none;
  }
  .sp_menu__common .ac_content.open, .sp_menu__common .ac_content_child.open {
    display: block;
  }
  .sp_menu__common .accordion_list li a, .sp_menu__common .accordion_list .ac_btn_child {
    padding-left: 6.26vw;
  }
  .sp_menu__common .accordion_list .ac_content_child > li, .sp_menu__common .accordion_list .content_child > li {
    padding-left: 8.8vw;
  }
  .sp_menu__common .accordion_list .ac_content_child > li a, .sp_menu__common .accordion_list .content_child > li a {
    padding-left: 8.8vw;
    margin-left: -8.8vw;
    background-color: #FFFFFF;
    display: block;
  }
  .sp_menu__common .accordion_list .font_small {
    font-size: 3.47vw;
    margin-left: 1.33vw;
  }
  .sp_menu__common .accordion_list .font_middle {
    font-size: 3.73vw;
    line-height: 1;
  }
  .sp_menu__common .accordion_list .list_label {
    font-size: 2.67vw;
    font-weight: bold;
    background-color: #FFF500;
    padding: 0.8vw 0.8vw;
    position: absolute;
    right: 11.2vw;
  }
  .sp_menu__common .accordion_list.accordion_list--no_indent > li > a {
    padding-left: 2.13vw;
  }
  .sp_menu__common .accordion_list .novelty_link > a::after {
    display: block;
    content: "";
    background: url("https://arts-business.jp/ab/images/common/new_window_icon.png") no-repeat;
    background-size: contain;
    width: 4.8vw;
    height: 4vw;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 3.47vw;
  }
  .sp_menu__common .accordion_list--wearprint > li > a {
    display: flex;
    align-items: center;
    gap: 1.33vw;
  }
  .sp_menu__common .derivative_mark li a:before {
    content: "∟ ";
    color: #333333;
    font-size: 3.73vw;
  }
  .sp_menu__common .derivative_mark_blue li a:before {
    content: "∟ ";
    color: #3153A3;
    font-size: 3.73vw;
  }
  .sp_menu__common .sp_menu__search_form_area {
    width: 90.67vw;
    margin: 8vw auto;
  }

  /****************** sp_footer ***********************/
  .sp_menu__basis .sp_menu__group {
    margin-top: 8vw;
    border-top: 1px solid #3153A3;
    border-bottom: 1px solid #3153A3;
    padding: 4vw 0 4vw 2.13vw;
  }
  .sp_menu__basis .sp_menu__group::after {
    display: block;
    content: "";
    background: url("https://arts-business.jp/ab/images/mobile/common/icon_lookup.png");
    background-size: contain;
    width: 10.67vw;
    height: 10.67vw;
    transform: scale(0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 1vw;
  }
  .sp_menu__basis .group_modal {
    position: relative;
  }
  .sp_menu__basis .group_modal__content {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
  }
  .sp_menu__basis .group_modal__area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    padding-top: 12vw;
    width: 100vw;
    height: 90vh;
    padding-bottom: 26.67vw;
    overflow-y: auto;
  }
  .sp_menu__basis .top_close {
    position: relative;
  }
  .sp_menu__basis .top_close img {
    display: block;
    transform: scale(0.5);
    position: absolute;
    top: -12vw;
    right: 0;
  }
  .sp_menu__basis .bottom_close {
    position: relative;
  }
  .sp_menu__basis .bottom_close img {
    display: block;
    transform: scale(0.5);
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .sp_menu__basis .group_modal__title {
    background-color: #E6EDFF;
    font-size: 3.73vw;
    padding: 4vw 0 3.2vw 3.73vw;
    text-align: left;
    border-top: 1px solid #3C65C5;
    border-bottom: 1px solid #3C65C5;
  }
  .sp_menu__basis .group_modal__menu > li {
    text-align: left;
    border-bottom: 1px solid #3153A3;
  }
  .sp_menu__basis .group_modal__menu > li a {
    color: #333333;
  }
  .sp_menu__basis .group_modal__other a {
    display: block;
    position: relative;
  }
  .sp_menu__basis .group_modal__other a::after {
    display: block;
    content: "";
    background: url("https://arts-business.jp/ab/images/common/new_window_icon.png") no-repeat;
    background-size: contain;
    width: 4.8vw;
    height: 4vw;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 1vw;
  }
  .sp_menu__basis .group_modal__other {
    font-size: 4vw;
    padding: 4vw 2.13vw 4vw 2.13vw;
  }
  .sp_menu__basis .group_modal__other > a {
    line-height: 1.4;
  }
  .sp_menu__basis .catch_payment {
    width: 93.33vw;
    border-top: 3px solid #3153A3;
    border-bottom: 3px solid #3153A3;
    margin: 9.33vw auto;
  }
  .sp_menu__basis .catch_payment p {
    font-size: 3.73vw;
    text-align: center;
    color: #3153A3;
    margin: 4vw 0;
  }
  .sp_menu__basis .catch_payment span {
    font-size: 3.73vw;
    font-weight: bold;
  }
  .sp_menu__basis .catch_payment img {
    display: block;
    margin: 4vw auto;
  }
  .sp_menu__basis .catch_payment img.delivery {
    width: 41.3vw;
  }
  .sp_menu__basis .catch_payment img.payment {
    width: 68vw;
  }
  .sp_menu__basis .operation_btn {
    width: 93.33vw;
    display: flex;
    justify-content: space-evenly;
    margin: auto;
  }
  .sp_menu__basis .footer_bottom > p {
    margin-top: 5vw;
    border-bottom: 1px solid #3153A3;
    margin-bottom: 3.87vw;
  }
  .sp_menu__basis .footer_bottom > p img {
    transform: scale(0.96);
  }
  .sp_menu__basis .footer_bottom {
    margin-bottom: 9vw;
  }
  .sp_menu__basis .footer_bottom span {
    font-size: 2.93vw;
  }
  .sp_menu__basis .copyright {
    font-size: 2.67vw;
    background-color: #3153A3;
    color: #FFFFFF;
    padding: 2vw 3vw;
    white-space: nowrap;
  }
  .sp_menu__basis .copyright a {
    color: #FFFFFF;
  }
}