@charset "UTF-8";
.txt_wrap {
  word-break: break-all;
  word-wrap: break-word;
}

.rsp_mt_10 {
  margin-top: 10px;
}

.rsp_mb_10 {
  margin-bottom: 10px;
}

.rsp_ml_10 {
  margin-left: 10px;
}

.rsp_mr_10 {
  margin-right: 10px;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

.align_center {
  text-align: center;
}

div.item_list_thumb_mb {
  margin-bottom: 10px;
}

div.item_list_class p {
  padding: 0 15px;
}

#header_icon #icon_event a {
  color: #4e6aa6;
}

#header_icon #icon_fair a {
  color: #3ca1b7;
}

#header_icon #icon_priv {
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}
#header_icon #icon_priv a:before {
  content: "\f06b";
  font-size: 1.1em;
}
#header_icon #icon_priv a {
  color: #cd5c5c;
}
#header_icon #icon_priv a span {
  margin-top: 1.5px;
}

.class-holiday > .ui-state-default {
  background: #FFFFCC !important;
  color: red !important;
}

.class-sunday > .ui-state-default {
  background: #FFCCCC !important;
  color: red !important;
}

.class-saturday > .ui-state-default {
  background: #CCCCFF !important;
  color: blue !important;
}

.search_word_list li a.search_keyword_context {
  display: flex;
  flex-direction: row;
}
.search_word_list li a.search_keyword_context .search_keyword_name {
  flex-basis: 90%;
}

#search_site_word {
  padding: 0 !important;
}
#search_site_word > a {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
}

.rsp_sec_kyaku ul {
  padding-left: 2em;
}
.rsp_sec_kyaku ul li {
  list-style: initial;
  margin-bottom: 10px;
}

.show#container {
  display: none;
}

.box_m_addlink a, .box_m_addlink a:hover, .box_m_addlink a:visited {
  text-decoration: underline;
  color: blue;
}

#icon_mypage a::before {
  content: "\f2c2";
}

.other_menu_active {
  display: block !important;
}
.other_menu_active li.active a {
  background-color: #4e6aa6 !important;
  color: #FFF !important;
}

.menu_other .menu_other_list li a:before {
  content: "\f105";
  padding-right: 3px;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  color: #d6d7d9;
}
.menu_other .menu_other_list li a {
  color: #4e6aa6;
  background-color: #FFF;
  display: block;
  text-align: left;
  border: none;
  font-weight: bold;
  margin: 0 5px 5px;
  padding: 3px 10px;
}
.menu_other .menu_other_category:after {
  content: '▼';
}

.select_wrap > select::-ms-expand {
  display: none;
}

#side #cart_box hr {
  border: solid #e7e9eb;
  border-width: 1px 0 0 0;
  height: 1px;
}
#side #cart_box p.txt_attention {
  margin-bottom: 0;
}

.main_contents > #cart .btn_style05 {
  margin-top: 1em;
}
.main_contents > #cart.order_modify td.cart_item_price {
  color: red;
  font-weight: bold;
  text-align: right;
  padding-right: 1em;
}
.main_contents > #cart.order_modify #cart_attention {
  margin-bottom: 20px;
}
.main_contents > #cart.order_modify #cart_attention p {
  text-align: center;
}
.main_contents > #cart td.cart_item_detail h3,
.main_contents > #cart td.cart_item_detail h3 > a {
  word-break: break-word;
}
.main_contents > #cart label.payment_module_label {
  width: 3em;
  text-align: center;
  display: inline-block;
}
.main_contents > #cart .cart_select span.cart_rb_txt {
  float: none;
  margin-left: 30px;
}
.main_contents > #cart .cart_item table {
  margin-top: 2em;
}
.main_contents > #cart .cart_item table:first-of-type {
  margin-top: 0;
}

.cart_contents #side {
  margin-top: 96px;
}
.cart_contents.cart_confirm #side {
  margin-top: 0;
}

header #header_inner #g_nav_btn {
  flex: 0 0 50px;
}
header #header_inner #g_nav_btn_sp {
  flex: 0 0 40px;
}
header #header_inner #header_logo {
  flex: 0 0 180px;
}
header #header_inner #header_event {
  flex: 0 0 100px;
}
header #header_inner #header_icon {
  flex: 1 0 310px;
  display: flex;
  justify-content: flex-end;
}
header #header_inner #header_icon li {
  width: auto;
  flex: 0 0 50px;
}
header #header_inner #header_icon li a span {
  white-space: nowrap;
}
header #header_inner #header_search {
  flex: 9999 1 auto;
  margin: 0 10px;
}

.form_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.form_btn > span {
  margin: 0 5px;
  flex: 0 0 auto;
}

.form_table .separator {
  margin: 0 3px;
}

#slidemenu.show {
  z-index: 10;
}

.popular_keyword_box {
  display: flex;
  padding: 10px 0;
  margin: 3px 0 10px 0;
}
.popular_keyword_box div {
  border: 2px solid #ff5113;
}
.popular_keyword_box div.box_data_title {
  flex: 0 0 15%;
  background-color: #ff5113;
  text-align: center;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.popular_keyword_box div.box_data_title p {
  font-size: 1.5em;
}
.popular_keyword_box div.box_data_list {
  flex: 1 1 auto;
}
.popular_keyword_box div.box_data_list ul.popular_keyword {
  display: flex;
  background-color: #ffeac4;
  flex-wrap: wrap;
  height: 100%;
}
.popular_keyword_box div.box_data_list ul.popular_keyword li {
  margin-right: 14px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.popular_keyword_box div.box_data_list ul.popular_keyword li a {
  text-decoration: underline;
  color: #000;
}
.popular_keyword_box div.box_data_list ul.popular_keyword li a:hover {
  color: #000;
}
.popular_keyword_box div.box_data_list ul.popular_keyword li a:visited {
  background-color: #ff8a60;
  color: #000;
}

.txt_box div.tokuten_title {
  display: inline-block;
  margin-bottom: 10px;
  position: initial;
  width: auto;
}
.txt_box div.tokuten_title p span {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #f57141;
  color: #f57141;
  font-size: 10px;
  text-align: center;
  margin: 0;
  padding: 3px 20px;
  top: 0;
  left: 0;
}

@media screen and (min-width: 711px) {
  .rt-recommend ul li.rt_list_item {
    width: 150px;
  }

  .sphone_only {
    display: none;
  }

  .btn_nav_close:before {
    content: "\f00d" !important;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
  }

  nav.g_nav {
    height: auto;
    z-index: 9999;
  }

  .menu_other_list {
    text-align: left;
    position: absolute;
    width: 195px;
    border: 1px solid #4e6aa6;
    box-sizing: border-box;
    background-color: #FFF;
    z-index: 9999;
  }

  .item_list_one_col li:nth-child(4n + 1) {
    clear: none !important;
  }
  .item_list_one_col li:nth-child(5n + 1) {
    clear: both;
  }

  .edit_contents_sp .box {
    display: none;
  }

  .special_list_wrap ul {
    display: flex;
    flex-wrap: wrap;
  }
  .special_list_wrap ul li {
    width: 33%;
    float: none;
  }
  .special_list_wrap ul li a {
    word-break: break-all;
  }

  .confirm_margin {
    margin-bottom: 60px;
  }

  .main_contents > #cart div.payment_module_form_wrapper {
    display: inline-block;
    margin-right: 2em;
  }
  .main_contents > #cart div.payment_module_form_wrapper:last-of-type {
    margin-right: 0;
  }

  .detail_copyright_sp {
    display: none;
  }

  a.relation_keyword {
    color: #000;
    text-decoration: underline;
    transition: opacity 0.5s;
  }

  a.relation_keyword:hover {
    color: #000;
    text-decoration: none;
    transition: opacity 0.5s;
  }

  div.btn_style_top_info {
    display: none;
  }

  .list_prodctu_titles {
    margin-bottom: 0px !important;
  }

  .list_prodctu_titles {
    margin-bottom: 0px !important;
  }

  #osp_wrapper {
    overflow: auto !important;
    position: relative;
    top: 56px;
  }

  .popular_keyword_box div ul.popular_keyword {
    justify-content: center;
  }
}
@media screen and (max-width: 710px) {
  body {
    min-width: 320px;
  }
  body div#container {
    min-width: 320px;
  }
  body div#container div#header_inner {
    min-width: 310px;
  }

  .pc_only {
    display: none;
  }

  .rt-recommend ul li.rt_list_item {
    width: auto;
  }

  .displayblockBanner {
    margin: 0 10px 20px;
  }

  .category_link li {
    flex: initial;
    width: calc(100% / 5) !important;
    font-size: 12px;
  }
  .category_link li.li_col3 {
    width: calc(100% / 3) !important;
  }

  li.menu_other {
    width: 100% !important;
  }
  li.menu_other .menu_other_list {
    text-align: left;
    position: absolute;
    width: 195px !important;
    border: none;
    box-sizing: border-box;
    background-color: #F7F8FA;
    z-index: 9999;
  }
  li.menu_other .menu_other_list li {
    width: 100% !important;
  }

  .edit_contents_pc .box {
    display: none;
  }

  .special_list_wrap ul {
    display: flex;
    flex-wrap: wrap;
  }
  .special_list_wrap ul li {
    float: none;
  }
  .special_list_wrap ul li a {
    word-break: break-all;
  }

  header #header_inner {
    height: 90px;
  }
  header #header_inner #header_logo {
    width: auto;
    flex: 0 0 auto;
  }
  header #header_inner #header_icon {
    flex: 1 0 200px;
  }
  header #header_inner #header_icon li {
    flex: 1 0 auto;
    max-width: 45px;
  }
  header #header_inner #header_icon #icon_search {
    display: none;
  }
  header #header_inner #header_icon #icon_priv {
    display: block;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
  }
  header #header_inner #header_icon #icon_priv a:before {
    content: "\f06b";
    font-size: 1.1em;
  }
  header #header_inner #header_icon #icon_priv a {
    color: #cd5c5c;
  }
  header #header_inner #header_search {
    display: block;
    position: relative;
    margin: 5px 0 0;
  }

  .form_btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .form_btn > span {
    margin: 0 5px;
    flex: 0 0 100%;
  }
  .form_btn > span.btn_next {
    order: -1;
  }

  .confirm_margin {
    margin-bottom: 30px;
  }

  .main_contents > #cart .payment_module_form_wrapper input {
    width: 50%;
  }

  .cart_contents #side {
    margin-top: 20px;
  }

  .form_table .form_data input[type=text],
  .form_table .form_data input[type=password] {
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
  }

  .form_table input[name^=card_name] {
    width: 45%;
  }
  .form_table input[name^=card_no] {
    width: 4em;
  }

  #side .bnr li#bnrTensoArea img {
    width: auto;
    max-width: 100%;
    display: inline-block;
  }

  .detail_copyright_pc {
    display: none;
  }

  .detail_copyright_sp {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  a.relation_keyword {
    color: #000;
    text-decoration: underline;
  }

  div.btn_style_top_info {
    border: 1px solid #FF9759;
    margin: 0 10px 10px;
    background: #FF9759;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 12pt;
    border-radius: 15px;
  }
  div.btn_style_top_info a.top_info_side {
    color: white !important;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
  }

  div.btn_style_top_info.btn_privilege {
    border: 1px solid #e7300c !important;
    background: #e7300c !important;
  }

  .item_list_detail .item a {
    text-align: left;
    padding: 5px 10px;
    margin-bottom: 5px;
    line-height: 130%;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 2.2em;
  }

  .list_prodctu_titles {
    display: none;
  }

  .tokuten_ttl_icon_list {
    display: none !important;
  }

  .search_item_list .list_product .item_list_ttl {
    font-size: 14px;
    line-height: 130%;
    overflow: hidden;
    height: 3.8em;
  }
  .search_item_list .list_tokuten .item_list_ttl {
    font-size: 14px;
    line-height: 130%;
    overflow: hidden;
    height: 2.5em;
  }
  .search_item_list .list_bulk_detail_tokuten .item_list_inner {
    height: auto;
  }

  .item_list .list_top_product .item_list_ttl {
    font-size: 13px;
    line-height: 130%;
    overflow: hidden;
    height: 6.0em;
  }

  .listsp_mgnbtm_minus5 {
    margin-bottom: -5px !important;
  }

  div.btn_style_top_info.btn_privilege {
    border: 1px solid #e7300c !important;
    background: #e7300c !important;
  }

  .item_list_detail .item a {
    text-align: left;
    padding: 5px 10px;
    margin-bottom: 5px;
    line-height: 130%;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 2.2em;
  }

  .list_prodctu_titles {
    display: none;
  }

  .tokuten_ttl_icon_list {
    display: none !important;
  }

  .search_item_list .list_product .item_list_ttl {
    font-size: 14px;
    line-height: 130%;
    overflow: hidden;
    height: 3.8em;
  }
  .search_item_list .list_tokuten .item_list_ttl {
    font-size: 14px;
    line-height: 130%;
    overflow: hidden;
    height: 2.5em;
  }
  .search_item_list .list_bulk_detail_tokuten .item_list_inner {
    height: auto;
  }

  .item_list .list_top_product .item_list_ttl {
    font-size: 13px;
    line-height: 130%;
    overflow: hidden;
    height: 6.0em;
  }

  .listsp_mgnbtm_minus5 {
    margin-bottom: -5px !important;
  }

  #search_word {
    /*        display: block;
            position: relative !important;
            z-index: 100;
            width: 100%;*/
  }

  #osp_wrapper {
    overflow: auto !important;
    position: relative;
    top: 90px;
  }

  .popular_keyword_box {
    flex-direction: column;
  }
  .popular_keyword_box div.box_data_title {
    text-align: left;
    font-size: 1.2em;
  }
  .popular_keyword_box div.box_data_title p {
    margin: 0;
    font-size: 1.2em;
  }
  .popular_keyword_box div.box_data_list ul.popular_keyword {
    padding: 5px;
  }
}

/*# sourceMappingURL=add.css.map */
