@charset "UTF-8";
body {
  margin: 0;
  overflow-x: hidden;
  line-height: 1.4;
  color: #111111;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  background: #f4f4f4 url(../img/usr/common/bg.jpg) repeat center top;
  background-size: contain;
}

ul,
ol,
dl {
  list-style-type: none;
  padding-left: 0;
}

:focus-visible {
  outline: none;
}

select {
  color: #333 !important;
}

div.contents_ {
  background: #fff;
  margin-bottom: 60px;
}

.container_ {
  background: #fff;
  margin-bottom: 60px;
}

a,
a:link,
a:visited {
  text-decoration: underline;
  color: #8e8e8e;
}

.color-red {
  color: #df0c0c;
}

.maker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fef263));
  background: -webkit-linear-gradient(transparent 70%, #fef263 70%);
  background: linear-gradient(transparent 70%, #fef263 70%);
}

header .header_top_ {
  border-bottom: 1px solid #000;
  padding-right: 10px;
}
header .header_top_ #top_gnav_area_,
header .header_top_ #top_gnav_area_ > div {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
header .header_top_ #top_gnav_area_ > div {
  width: 12%;
}

h1#sitelogo {
  width: 200px;
  padding: 16px 10px;
  margin: 0;
}
h1#sitelogo a img {
  width: 140px;
}

.icon_menu {
  background-image: none;
}

.header_top_ #top_gnav_area_ > div.icon_menu a:before {
  content: none;
}

#top_gnav_area_ div[class*="icon_"] a img {
  max-width: 12vw;
}

.icon_search img {
  width: 32px !important;
}

.icon_cart img {
  width: 32px !important;
}

.icon_mypage img {
  width: 32px !important;
}

.icon_menu img {
  width: 40px !important;
}

form.search_form_.lyt-page-top {
  top: 52px;
}

form.search_form_.js-view {
  top: 52px;
  background: #f4f4f4;
}

form.search_form_ input {
  padding: 0;
}
form.search_form_ input[type="image"] {
  display: block;
  margin: 0;
  width: 44px;
  height: auto;
  background: #000000;
  border-radius: 0;
}
form.search_form_ input.keyword_ {
  border: 1px solid #777777;
  min-width: 220px;
  height: 36px;
  border-radius: 0;
  padding: 6px;
  font-size: 13px;
}
form.search_form_ .search_btn_title {
  text-align: center;
  background: url("../img/usr/common/icon-arrow-02.png") right 10px center no-repeat #ffffff;
  background-size: 7px 11px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 20px 0;
  padding: 10px;
}
form.search_form_ .search_btn_title::after {
  content: none;
}
form.search_form_ .search_btn_close {
  position: relative;
  bottom: 0;
  width: 50%;
  padding: 10px;
  margin: 0 auto;
}

#popup_ {
  padding-top: 54px;
}
#popup_ .logo {
  position: absolute;
  top: 14px;
  left: 10px;
}
#popup_ .logo img {
  width: 140px;
}
#popup_ a.modal_close {
  right: 5px;
}
#popup_ dl.gmenu {
  display: block;
}
#popup_ dl.gmenu dd {
  width: 100%;
  border-bottom: 1px solid #c7c7c7;
  border-left: none;
  border-right: none;
  margin: 0;
}
#popup_ dl.gmenu dd:nth-child(1) {
  border-top: 1px solid #000000;
}
#popup_ dl.gmenu dd:nth-child(4),
#popup_ dl.gmenu dd:nth-child(5) {
  border-bottom: 1px solid #c7c7c7;
}
#popup_ dl.gmenu dd a {
  background: url(../img/usr/common/icon-arrow-03.png) no-repeat right 15px center #ffffff;
  background-size: 7px 11px;
  margin: 0;
}
#popup_ .gmenu-twitter {
  text-align: center;
  margin: 20px auto;
}
#popup_ .gmenu-twitter img {
  width: 30px;
  height: auto;
}

footer,
#footer {
  background-color: #020202;
  border-top: none;
  color: #fff;
}

footer nav#footernav01 dl {
  margin-bottom: 0;
}
footer nav#footernav01 dt {
  width: 100%;
  line-height: 1;
  color: #fff;
  background: #595959;
  padding: 14px;
}
footer nav#footernav01 dd {
  margin: 0;
}
footer nav#footernav01 dd a {
  display: block;
  width: 100%;
  color: #5f5f5f;
  font-size: 14px;
  background: url(../img/usr/common/icon-arrow-03.png) right 10px center no-repeat #fff;
  background-size: 6px auto;
  border-top: 1px solid #c3c3c3;
  text-decoration: none;
  line-height: 1;
  padding: 14px;
}

footer nav#footernav02 ul li a {
  color: #fff;
  text-decoration: underline;
}

#pageTop {
  background: url(../img/usr/link_pagetop.png) center center no-repeat #000;
  background-size: 11px auto;
  z-index: 1000;
}

footer #copyright,
#footer #copyright {
  position: relative;
  display: block;
  width: 200px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  border-top: none;
  padding: 24px 0;
  margin: 0 auto;
}

.footer_secom {
  position: absolute;
  bottom: 4px;
  left: 10px;
}

footer .change_mode_,
#footer .change_mode_ {
  display: none;
}

.submit_ input {
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
}

.login_.col1_ .loginform_ [type="submit"],
.login_.col1_ .loginform_ [type="button"] {
  display: block;
  margin: 20px auto;
}

.large_button_ {
  width: 80%;
  margin: 20px auto;
}

input[value="注文する"],
input[value="ゲスト購入"],
input[value="チェックをつけた商品を買い物かごに入れる"] {
  color: #ffffff;
  background: #d7175f;
}

input[value="検索"],
input[value="検索する"],
input[value="同意します"],
input[value="確認画面へ"],
input[value="ホームへ戻る"],
input[value="次へ"] {
  color: #ffffff;
  background: #000000;
}

input[value="ログイン"],
input[value="会員登録"],
input[value="送信する"],
input[value="登録する"],
input[value="変更する"] {
  color: #1c1509;
  background: #f5cb0a;
}

input[value="退会する"] {
  color: #ffffff;
  background: #666666;
}

input[type="radio"] {
  margin-right: 6px;
}

ul.goods_t_ li div.desc_ .green_button_ {
  background: #1bbe6c;
}

div.cartbox_ .green_button_ {
  background: #1bbe6c;
}

a.btn_index {
  display: block;
  width: 80%;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  padding: 12px 0;
  margin: 20px auto 0;
  background: #000000 url(../img/usr/common/icon-arrow-01.png) no-repeat right 15px center;
  background-size: 7px 11px;
}

.btn-mailform {
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff !important;
  text-decoration: none !important;
  background: #000000 url(../img/usr/common/icon-mailform.png) no-repeat left 20px center;
  background-size: 24px auto;
  padding: 10px;
}

.search_form_.lyt-page-top + div.wrapper_ {
  margin-top: 58px;
}

.page-index + div.wrapper_ {
  background: none;
}

.index_area,
div.event_ {
  width: 100%;
  background: #fff;
  margin: 0 auto 60px;
  padding: 30px 4%;
}

.index_headline1_ {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
.index_headline1_::after {
  margin-left: 15px;
  border-top: 2px solid #111111;
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.index_headline1_ span {
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  color: #8e8e8e;
  font-size: 14px;
  font-weight: normal;
}

.bx-wrapper img {
  margin-bottom: 0;
}
.bx-wrapper .bx-controls .bx-pager {
  padding: 10px 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #000 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffd200 !important;
}

.news-list {
  margin-top: 40px;
}

.news-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  margin-bottom: 20px;
}

.news-thumb {
  width: 40%;
  border: solid 1px #f3f3f3;
}
.news-thumb img {
  width: 100%;
  height: auto;
}

.news-info {
  width: 60%;
  padding-left: 10px;
}
.news-info p {
  line-height: 1;
  margin-bottom: 8px;
}
.news-info .news-title {
  color: #111111;
  font-weight: bold;
}
.news-info .news-title,
.news-info .news-text {
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-info .news-title span,
.news-info .news-text span {
  font-size: 14px;
}
.news-info .news-day {
  font-size: 12px;
}
.news-info .news-category {
  display: inline-block;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  padding: 5px 10px 4px;
  margin-right: 10px;
  line-height: 1;
}
.news-info .news-category.color-event {
  background: #1ec675;
}
.news-info .news-category.color-goods {
  background: #ffd200;
}
.news-info .news-category.color-other {
  background: #0066ff;
}

.top_campaign .top_campaign_body {
  padding: 0;
  margin-top: 40px;
}
.top_campaign ul.titlelist_index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.top_campaign ul.titlelist_index li {
  width: 48%;
  text-align: center;
  margin-bottom: 20px;
}
.top_campaign ul.titlelist_index li a {
  color: #8e8e8e;
  font-size: 14px;
}
.top_campaign ul.titlelist_index li img {
  width: 100%;
}

.event_ .goods_ {
  margin-top: 40px;
}
.event_ .list_all_btn_ {
  display: none;
}

nav.CategoryStyleG_ {
  background: #ffffff;
}
nav.CategoryStyleG_ h2 {
  background: #232323;
  padding: 14px;
  margin-bottom: 0;
}
nav.CategoryStyleG_ p {
  margin-bottom: 0;
}

div.wrapper_ {
  background: #ffffff;
}

div.col1_ {
  padding: 10px 4%;
  margin: 10px auto 60px;
  background: #ffffff;
}
div.col1_ .common_headline1_ {
  background: #232323;
  color: #ffffff;
  font-size: 16px;
  border-left: none;
  padding: 10px 0 8px 10px;
  margin: 0;
}
div.col1_ .common_headline1_ span {
  background: none;
  padding: 0;
}
div.col1_ .common_headline2_ {
  background: #232323;
  font-size: 16px;
  padding: 10px 0 8px 10px;
  margin: 20px 0 0 0;
}
div.col1_ .common_headline2_ span {
  background: none;
  padding: 0;
}

.common_headline1_ {
  background: #232323;
  color: #ffffff;
  font-size: 16px;
  border-left: none;
  padding: 10px 0 8px 10px;
  margin: 0;
}

.common_headline2_ {
  background: #232323;
  font-size: 16px;
  padding: 10px 0 8px 10px;
  margin: 40px 0 0 0;
}

h1.genre_name_ {
  margin: 0;
  padding: 10px 0 8px 10px;
  font-weight: bold;
  border: none;
  color: #ffffff;
  background: #232323;
}

h1.event_name_ {
  border: none;
  color: #ffffff;
  background: #232323;
  padding: 10px 0 8px 10px;
  margin: 0;
}

.navitopicpath_ {
  padding: 8px 6px 16px;
  margin: 0;
  background: transparent;
  font-size: 10px;
}

.titlelistfooter_ {
  width: 100%;
  background: #e7e7e7;
  border-top: 1px solid #bfbfbf;
}
.titlelistfooter_ .inner {
  margin: 0 auto;
  padding: 20px 14px;
}
.titlelistfooter_ h2 {
  position: relative;
  color: #111111;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 14px;
}
.titlelistfooter_ h2 a {
  position: absolute;
  bottom: 4px;
  right: 0;
  font-size: 12px;
}
.titlelistfooter_ ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.titlelistfooter_ li {
  width: 48%;
  text-align: center;
  line-height: 1.1;
  margin: 0 2% 14px 0;
}
.titlelistfooter_ li a {
  color: #8e8e8e;
  font-size: 12px;
}
.titlelistfooter_ li img {
  width: 100%;
}

.search_form_ + div.wrapper_ .contents_ {
  padding-top: 0;
  padding-bottom: 10px;
}

dl.goodssearch_ {
  margin-top: 20px;
}
dl.goodssearch_ dt {
  background: #f4f4f4;
  border-top: 1px dotted #000000;
  padding: 4px 10px;
  margin-bottom: 0;
}

form input[type="text"]:not(.keyword_),
form input[type="password"],
form select {
  height: auto;
  font-size: 15px;
  padding: 4px;
  margin: 6px;
}

.formdetail_ {
  border-top: 1px dotted #000000;
}
.formdetail_ th {
  background: #f4f4f4;
  border-bottom: 1px dotted #000000;
}
.formdetail_ td {
  border-bottom: 1px dotted #000000;
}

input[type="text"]:focus:not(.keyword_),
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  border: 1px solid #959595;
}

.message_ {
  margin: 10px auto 20px;
}

div.single_mainframe_ {
  padding: 2%;
}

div.single_mainframe_ div.notice_ {
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 92%;
  margin: 40px auto;
}

div.notice_,
table.notice_ {
  border: 1px solid #000000;
  color: #111111;
}

div.customer_ .agreebody_ {
  height: 240px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.customer_ .navitopicpath_ {
  padding: 0px 0px 16px;
}
.customer_ .message_,
.customer_ .message_ * {
  font-size: 15px;
  line-height: 1.5;
}
.customer_ dl.formdetail_ {
  border: none;
}
.customer_ dl.formdetail_ dt {
  color: #111111;
  padding: 4px 10px;
  background: #f1f1f1;
}

.mypoint_ .point_ {
  color: #df0c0c;
}

div.customer_status_ {
  border: none;
}

#mypagenav {
  margin-bottom: 60px;
}
#mypagenav li a {
  color: #111111;
  background: url(../img/usr/common/icon-arrow-03.png) right 10px center no-repeat #fff;
  background-size: 6px auto;
}
#mypagenav li a img {
  margin-right: 10px;
}

table.history_ {
  border-color: #000000;
}
table.history_ th {
  background: #f4f4f4;
  border-color: #000000;
}
table.history_ td {
  border-color: #000000;
}
table.history_ th,
table.history_ td,
table.history_ th *,
table.history_ td * {
  font-size: 14px;
}

.customer_.col1_ .spandual_ .formdetail_.order_,
.customer_.col1_ .spandual_ .formdetail_.sales_,
.customer_.col1_ .spandual_ .formdetail_.method_,
table.goodslist_ th,
table.goodslist_ .title_,
table.goodslist_,
table.host_,
table.sender_,
table.estimate_.sales_,
table.estimate_method_,
table.destgoodslist_ {
  border-color: #000000;
}
.customer_.col1_ .spandual_ .formdetail_.order_ th,
.customer_.col1_ .spandual_ .formdetail_.order_ td,
.customer_.col1_ .spandual_ .formdetail_.order_ th *,
.customer_.col1_ .spandual_ .formdetail_.order_ td *,
.customer_.col1_ .spandual_ .formdetail_.sales_ th,
.customer_.col1_ .spandual_ .formdetail_.sales_ td,
.customer_.col1_ .spandual_ .formdetail_.sales_ th *,
.customer_.col1_ .spandual_ .formdetail_.sales_ td *,
.customer_.col1_ .spandual_ .formdetail_.method_ th,
.customer_.col1_ .spandual_ .formdetail_.method_ td,
.customer_.col1_ .spandual_ .formdetail_.method_ th *,
.customer_.col1_ .spandual_ .formdetail_.method_ td *,
table.goodslist_ th th,
table.goodslist_ th td,
table.goodslist_ th th *,
table.goodslist_ th td *,
table.goodslist_ .title_ th,
table.goodslist_ .title_ td,
table.goodslist_ .title_ th *,
table.goodslist_ .title_ td *,
table.goodslist_ th,
table.goodslist_ td,
table.goodslist_ th *,
table.goodslist_ td *,
table.host_ th,
table.host_ td,
table.host_ th *,
table.host_ td *,
table.sender_ th,
table.sender_ td,
table.sender_ th *,
table.sender_ td *,
table.estimate_.sales_ th,
table.estimate_.sales_ td,
table.estimate_.sales_ th *,
table.estimate_.sales_ td *,
table.estimate_method_ th,
table.estimate_method_ td,
table.estimate_method_ th *,
table.estimate_method_ td *,
table.destgoodslist_ th,
table.destgoodslist_ td,
table.destgoodslist_ th *,
table.destgoodslist_ td * {
  font-size: 14px;
  border-color: #000000;
}

table.history_ td.order_detail_ .order_again_ a {
  text-decoration: none;
  background: #d7175f;
  color: #ffffff;
  text-align: center;
  padding: 4px 8px;
}
table.history_ td.order_detail_ .order_again_ a:before {
  content: "";
  width: 6px;
  height: 10px;
  display: inline-block;
  margin: 0 4px 0 0;
  background: url(../img/usr/common/icon-arrow-01.png) center center no-repeat;
  background-size: contain;
}
table.history_ td.order_detail_ .order_again_ a span {
  font-size: 13px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
}

input[value="この注文商品をもう一度購入する"] {
  color: #ffffff;
  background: #d7175f;
}

.customer_.col1_ .submit_ input[value="この注文へのお問い合わせ"] {
  color: #ffffff;
  background: #000000;
  border: none;
}

div.customer_ p.point_message {
  text-align: center;
  color: #ed093f;
  font-weight: bold;
  border: 1px solid #5baed5;
  background: #ecf9ff;
  padding: 10px;
  margin: 20px auto;
  width: 100%;
  font-size: 14px;
}
div.customer_ table.point_,
div.customer_ table.point_ * {
  border-color: #000000;
}

div.sub_genre_ {
  padding: 24px 0;
  margin: 0;
}

.GenreStyle_ li .name_ {
  margin: 0;
}

.icon_ {
  margin-top: 4px;
  margin-bottom: 4px;
}

img[src$="icon/fair.png"] {
  width: 93px !important;
}

h1.goods_name_ {
  padding: 10px;
  color: #111111;
  font-weight: bold;
  border-left: none;
  border-bottom: 2px solid #333333;
}

.related_ a,
.related_ a:link,
.related_ a:visited {
  color: #009ecc;
  text-decoration: underline;
}

table.goodsspec_ {
  border-top: 1px dotted #111111;
}
table.goodsspec_ th {
  width: 25%;
  background: #f4f4f4;
  padding: 10px;
}
table.goodsspec_ th,
table.goodsspec_ td {
  border-bottom: 1px dotted #111111;
  vertical-align: middle;
}
table.goodsspec_ #spec_point .point_txt {
  font-size: 11px;
}

.price_ {
  color: #111111;
  font-weight: normal;
}

div.cartbox_ .quantity_ {
  font-weight: bold;
}
div.cartbox_ .quantity_ select {
  padding: 2px 5px 5px 5px;
}
div.cartbox_ dl.common_infomation_ {
  border-top: #111111 1px dotted !important;
}
div.cartbox_ .orange_button_ {
  background: #d7175f;
}

div.cartbox_ .btn_cart_l_,
.cart_btn_ {
  border-radius: 0 !important;
}

.goodsproductdetail_ .option_buttons_ input[value*="お気に入り"] {
  background: #fff url(../img/usr/sb/common/icon-add.png) no-repeat left 8px center;
  background-size: 8px auto;
  color: #d7175f;
  border: 2px solid #d7175f;
  border-radius: 0;
  padding-left: 20px;
}

.togetherlist_ .common_headline2_ {
  margin-bottom: 10px;
}

ul.goods_t_ li div.desc_ .orange_button_ {
  background: #d7175f;
}

.navipage_.top_,
.navipage_.bottom_,
.navipage_ .navipage_sum_ {
  font-size: 12px;
}

.navipage_.top_ {
  border-top: 1px solid #232323;
  padding: 10px;
  margin: 0;
}
.navipage_.top_ p {
  margin-bottom: 0;
}

.navistyle_ {
  margin: 0;
  border: none;
}
.navistyle_ dt {
  border: none;
  background: #ffffff;
  padding: 10px 8px 8px 8px;
}
.navistyle_ dt select {
  width: 106px;
}

.genre_name_.common_headline2_ {
  margin: 0;
}

.genre_title_txt {
  font-size: 16px;
  font-weight: bold;
  border-left: none;
  border-bottom: 2px solid #000;
  padding-bottom: 6px;
  margin: 20px 0 10px 0;
}

.genre_txt_wrap dl {
  background: #f1f1f1;
}
.genre_txt_wrap dl dt {
  font-weight: normal;
}

.genreAttTitle .btn {
  display: block;
}

header.header-cart img {
  width: 140px;
}

.cartlist_ {
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.cartlist_.col1_ {
  background: #ffffff;
  padding: 20px 4%;
  margin: 16px auto 60px;
}
.cartlist_ .common_headline1_ {
  background: #232323;
  padding: 10px 0 8px 10px;
}
.cartlist_ div.order_flow_ {
  margin: 20px 0;
}
.cartlist_ .list-icon {
  padding-left: 0;
  margin-bottom: 0;
}
.cartlist_ .list-icon > li {
  font-size: 14px;
  padding-left: 2em;
  position: relative;
  margin-bottom: 4px;
}
.cartlist_ .list-icon span {
  position: absolute;
  left: 0;
  top: 0;
}
.cartlist_ .list-sm > li {
  padding-left: 1.2em;
}
.cartlist_ .list-attent > li {
  padding-left: 1.2em;
}
.cartlist_ .list-attent > li span {
  color: #df0c0c;
}
.cartlist_ input[type="submit"].orange_button_ {
  background: #d7175f;
}
.cartlist_ table.cartlist_ td.button_ input[value="再計算"] {
  background: #179ad7;
}

div.info_,
div.info_ *,
table.info_,
table.info_ * {
  font-size: 14px;
  margin: 8px 0;
}

ul.error_ {
  margin: 2%;
}

table.cartlist_ tr {
  margin-top: 20px;
}

table.cartlist_ tr.list_ {
  padding: 10px 0 10px 0;
  margin-top: 0;
}

table.cartlist_ td.name_ a {
  color: #8e8e8e;
}

table.cartlist_ td {
  padding: 0 4px;
}

table.cartlist_ td.button_ {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

table.cartlist_ td.price_box_ {
  width: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
table.cartlist_ td.price_box_ .qty_ {
  font-size: 14px;
}

div.order_.col1_ {
  margin: 20px auto 60px;
}
div.order_ .common_headline2_ {
  position: relative;
  font-size: 15px;
  padding: 10px 0 10px 16px;
  margin-bottom: 8px;
}
div.order_ .common_headline2_::before {
  content: "";
  width: 4px;
  height: 16px;
  background: #f5cb0a;
  display: block;
  position: absolute;
  top: 10px;
  left: 6px;
}
div.order_ div.method_box_ h3 {
  padding: 10px;
}
div.order_ div.method_box_ h3 div.method_box_content_ {
  margin-bottom: 20px;
}
div.order_ div.address_item_ .address_title_ {
  padding: 10px;
  line-height: 1;
}
div.order_ #method_date dl {
  margin-bottom: 20px;
}
div.order_ table.destgoodslist_ {
  width: 100%;
  border-bottom: 1px dotted #000000;
  border-left: none;
  border-right: none;
  margin: 20px auto 0;
}
div.order_ table.destgoodslist_ th {
  font-size: 14px;
  border-top: 1px dotted #000000;
  border-right: none;
  background-color: #f4f4f4;
}
div.order_ table.destgoodslist_ td {
  font-size: 14px;
  border-top: 1px dotted #000000;
}
div.order_ table.destgoodslist_ td span {
  font-size: 14px;
}
div.order_ table.method_host_ {
  margin: 0 auto 40px;
}
div.order_ div.sender_change_ {
  margin: 0 0 40px 0;
}
div.order_ table.goodslist_,
div.order_ table.goodslist_ th,
div.order_ table.goodslist_ .title_,
div.order_ table.goodslist_ td,
div.order_ table.host_ th,
div.order_ table.estimate_.sales_ th,
div.order_ table.estimate_.sales_ td,
div.order_ table.host_,
div.order_ table.sender_,
div.order_ table.estimate_ th {
  border-color: #000000;
}
div.order_ table.goodslist_ th,
div.order_ table.goodslist_ .title_,
div.order_ table.estimate_.sales_ th,
div.order_ table.estimate_method_ th,
div.order_ table.host_ th,
div.order_ table.sender_ th {
  background: #f4f4f4;
}
div.order_ .about-delivery {
  margin-bottom: 0;
}
div.order_ .about-delivery li {
  font-size: 14px;
}
div.order_ .about-delivery .img-delivery li:first-child {
  margin-bottom: 20px;
}
div.order_ .about-delivery .img-delivery p {
  font-size: 14px;
  margin-bottom: 6px;
}
div.order_ .about-delivery .img-delivery img {
  width: 100%;
}
div.order_ .about-delivery .img-delivery .all,
div.order_ .about-delivery .img-delivery .split {
  font-size: 14px;
  padding: 4px 6px;
  display: inline-block;
  margin-bottom: 2px;
}
div.order_ .about-delivery .img-delivery .all {
  color: #ffffff;
  background: #383b7c;
}
div.order_ .about-delivery .img-delivery .split {
  color: #ffffff;
  background: #725f34;
}
div.order_ .formdetail_.estimate_.convinience_ {
  border: none;
}
div.order_ dl.formdetail_ dt {
  position: relative;
  font-size: 15px;
  background: #232323;
  padding: 10px 0 10px 16px;
  margin-bottom: 8px;
}
div.order_ dl.formdetail_ dt::before {
  content: "";
  width: 4px;
  height: 16px;
  background: #f5cb0a;
  display: block;
  position: absolute;
  top: 10px;
  left: 6px;
}
div.order_ div.spandual_ .use_point_button_ a {
  display: block;
  text-decoration: none;
  background: #179ad7;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 4px;
  margin-top: 4px;
}
div.order_ div.spandual_ .use_point_button_ a:before {
  content: "";
  width: 6px;
  height: 8px;
  display: inline-block;
  margin: 0 4px 0 0;
  background: url(../img/usr/common/icon-arrow-01.png) center center no-repeat;
  background-size: contain;
}
div.order_ .top_comment_ {
  font-size: 15px;
  margin: 20px 10px 20px;
}
div.order_ table.order_,
div.order_ table.order_ th,
div.order_ table.order_ td {
  border-color: #000;
}
div.order_ table.order_ th {
  background: #f4f4f4;
}
div.order_ .cvs_comment_ {
  font-size: 14px;
}

div.login_ .loginform_ {
  padding: 0;
  margin: 20px auto 0;
}
div.login_ .common_headline1_ {
  background: #232323;
  padding: 12px 0 10px 24px;
  display: none;
}
div.login_ .common_headline2_ {
  font-size: 18px;
  background: #232323;
  padding: 12px 0 10px 14px;
}
div.login_ div.askpass_ {
  margin: 0 auto 20px;
}
div.login_ div.inputimage_ {
  margin: 8px auto 20px;
}
div.login_ .orange_button_ {
  padding: 10px 0;
  border-radius: 0;
}
div.login_ .forgotpass_ {
  text-align: center;
}

div.customer_ .agreebody_ {
  padding: 14px;
}
div.customer_ .formdetail_ {
  width: 99%;
  margin: 20px auto;
}
div.customer_ .formdetail_ th {
  padding: 14px;
}
div.customer_ .formdetail_ td {
  padding: 14px;
}

div.error_,
table.error_ {
  color: #ffffff;
  background: #cc0000;
  border: none;
  padding: 10px;
  margin: 20px auto;
}

div.order_ dl.formdetail_.method_host_,
div.order_ div.method_address_ dl.formdetail_.method_ {
  border-top: none;
  margin: 0 0 10px 0;
}

div.order_ dl.formdetail_.method_host_ dt,
div.order_ div.method_address_ dl.formdetail_.method_ dt {
  color: #111111;
  background: #f1f1f1;
  border: none;
  padding: 4px 10px;
}
div.order_ dl.formdetail_.method_host_ dt::before,
div.order_ div.method_address_ dl.formdetail_.method_ dt::before {
  content: none;
}

div.method_address_ .addresslist_ .sender_change_ input[type="checkbox"] {
  margin: 2px 5px 5px 5px;
}

.section-free-newsdetail {
  padding: 24px 4%;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 60px;
}
.section-free-newsdetail h3 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #111111;
  padding: 10px 0;
  margin-bottom: 16px;
}
.section-free-newsdetail .news-ct-day {
  margin-bottom: 4px;
}
.section-free-newsdetail .news-ct-day span {
  font-size: 14px;
}
.section-free-newsdetail .news-category {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  padding: 5px 10px 4px;
  margin-right: 8px;
  line-height: 1;
}
.section-free-newsdetail .news-category.color-event {
  background: #1ec675;
}
.section-free-newsdetail .news-category.color-goods {
  background: #ffd200;
}
.section-free-newsdetail .news-category.color-other {
  background: #0066ff;
}
.section-free-newsdetail img {
  max-width: 100%;
  height: auto;
}
.section-free-newsdetail ul {
  list-style-position: inside;
  padding-left: 20px;
}
.section-free-newsdetail ul li {
  list-style-type: disc;
}

.section-free-news {
  padding: 24px 4%;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 60px;
}
.section-free-news .news-list {
  margin: 0;
}
.section-free-news li {
  margin-bottom: 40px;
}

.section-free-guide {
  line-height: 1.5;
  padding: 0 4%;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.section-free-guide p,
.section-free-guide span,
.section-free-guide li {
  font-size: 14px;
}
.section-free-guide h3 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding-bottom: 6px;
  margin: 20px 0 0 0;
}
.section-free-guide h3 + p,
.section-free-guide h3 + dl {
  margin-top: 12px;
}
.section-free-guide dl + h3 {
  margin-top: 40px;
}
.section-free-guide h4 {
  font-size: 14px;
  font-weight: bold;
  background: #f1f1f1;
  padding: 10px 6px;
}
.section-free-guide h4 + p {
  margin-top: 12px;
}
.section-free-guide .list-icon {
  padding-left: 0;
}
.section-free-guide .list-icon > li {
  padding-left: 1.8em;
  position: relative;
  margin-bottom: 4px;
}
.section-free-guide .list-icon span {
  position: absolute;
  left: 0;
  top: 0;
}
.section-free-guide .list-sm > li {
  padding-left: 1.2em;
}
.section-free-guide .list-attent > li {
  padding-left: 1.2em;
}
.section-free-guide .list-attent > li span {
  color: #df0c0c;
}
.section-free-guide .delivery-detail {
  background: #fff;
  border: 1px dotted #000;
  padding: 20px;
  margin-bottom: 1.5rem;
}
.section-free-guide .delivery-detail h4 {
  background: #f1f1f1;
  margin: 0;
}
.section-free-guide .delivery-detail dt {
  font-size: 14px;
  line-height: 1;
  padding: 8px 6px;
  margin: 20px auto 10px;
}
.section-free-guide .delivery-detail dt.delivery-all {
  color: #383b7c;
  border-bottom: 1px dotted #383b7c;
  background: #f3f3f9;
}
.section-free-guide .delivery-detail dt.delivery-split {
  color: #725f34;
  border-bottom: 1px dotted #725f34;
  background: #f7f4ee;
}
.section-free-guide .delivery-detail .list-attent {
  font-size: 12px;
}
.section-free-guide .delivery-detail .list-attent li {
  line-height: 1.2;
  margin-bottom: 2px;
}
.section-free-guide .delivery-detail img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.section-free-guide a {
  color: #107df9;
}
.section-free-guide strong {
  color: #df0c0c;
  font-size: 14px;
}

.section-free-qa {
  line-height: 1.5;
  padding: 0 4%;
  margin-bottom: 40px;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.section-free-qa p,
.section-free-qa span,
.section-free-qa li {
  font-size: 14px;
}
.section-free-qa h3 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding-bottom: 6px;
  margin: 20px 0 0 0;
}
.section-free-qa h3 + p,
.section-free-qa h3 + dl {
  margin-top: 12px;
}
.section-free-qa dl + h3 {
  margin-top: 40px;
}
.section-free-qa h4 {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  background: #f1f1f1;
  padding: 10px 6px;
}
.section-free-qa h4 + p {
  margin-top: 12px;
}
.section-free-qa .list-icon {
  padding-left: 0;
}
.section-free-qa .list-icon > li {
  padding-left: 1.8em;
  position: relative;
  margin-bottom: 4px;
}
.section-free-qa .list-icon span {
  position: absolute;
  left: 0;
  top: 0;
}
.section-free-qa .list-sm > li {
  padding-left: 1.2em;
}
.section-free-qa .list-attent > li {
  padding-left: 1.2em;
}
.section-free-qa .list-attent > li span {
  color: #df0c0c;
}
.section-free-qa table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.5;
  margin: 10px auto;
}
.section-free-qa table th {
  display: block;
  width: 100%;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  background: #f4f4f4;
  border-top: 1px dotted #000000;
  padding: 4px 10px;
}
.section-free-qa table td {
  display: block;
  width: 100%;
  padding: 4px 10px 20px 10px;
  font-weight: normal;
  vertical-align: top;
}
.section-free-qa a {
  color: #107df9;
}
.section-free-qa strong {
  color: #df0c0c;
  font-size: 14px;
}
.section-free-qa dl {
  border: 1px solid #000000;
}
.section-free-qa dl.close {
  background: url("/img/usr/qa/icon_plus.png") right 16px top 16px no-repeat;
}
.section-free-qa dl.open {
  background: url("/img/usr/qa/icon_minus.png") right 16px top 16px no-repeat;
}
.section-free-qa dt,
.section-free-qa dd {
  position: relative;
}
.section-free-qa dt::before,
.section-free-qa dd::before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  left: 0;
  width: 32px;
  height: 32px;
}
.section-free-qa dt {
  font-size: 15px;
  padding: 14px 38px 14px 50px;
}
.section-free-qa dt::before {
  top: 8px;
  left: 10px;
  content: "Q";
  background-color: #17acd7;
}
.section-free-qa dt:hover {
  cursor: pointer;
}
.section-free-qa dd {
  border-top: 1px dotted #000000;
  padding: 14px 20px 0 50px;
}
.section-free-qa dd::before {
  top: 8px;
  left: 10px;
  content: "A";
  background-color: #d71776;
}

.section-free-titlelist {
  padding: 24px 4%;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 60px;
}
.section-free-titlelist li {
  margin-bottom: 40px;
}

.titlelist-list {
  margin: 0;
}

.titlelist-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
}

.titlelist-thumb {
  width: 40%;
}
.titlelist-thumb img {
  width: 100%;
  height: auto;
}

.titlelist-info {
  position: relative;
  width: 60%;
  padding-left: 10px;
}
.titlelist-info .titlelist-title {
  color: #111111;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
  margin-top: 4px;
}
.titlelist-info .titlelist-text {
  font-size: 12px;
  line-height: 1.2;
}
.titlelist-info .titlelist-btn {
  position: absolute;
  bottom: 0;
}
.titlelist-info .titlelist-btn a {
  display: block;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  padding: 4px 24px 5px;
  background: url("../img/usr/common/icon-arrow-01.png") right 8px center no-repeat #000000;
  background-size: 5px 9px;
}

.free_headline2_ {
  background: #232323;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 8px 10px;
  margin: 0;
}

.section-free {
  line-height: 1.5;
  padding: 0 4%;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.section-free p,
.section-free span,
.section-free li {
  font-size: 14px;
}
.section-free h3 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding-bottom: 6px;
  margin: 20px 0 0 0;
}
.section-free h3 + p,
.section-free h3 + dl {
  margin-top: 12px;
}
.section-free dl + h3 {
  margin-top: 40px;
}
.section-free h4 {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  background: #f1f1f1;
  padding: 10px 6px;
}
.section-free h4 + p {
  margin-top: 12px;
}
.section-free .list-icon {
  padding-left: 0;
}
.section-free .list-icon > li {
  padding-left: 1.8em;
  position: relative;
  margin-bottom: 4px;
}
.section-free .list-icon span {
  position: absolute;
  left: 0;
  top: 0;
}
.section-free .list-sm > li {
  padding-left: 1.2em;
}
.section-free .list-attent > li {
  padding-left: 1.2em;
}
.section-free .list-attent > li span {
  color: #df0c0c;
}
.section-free .list-disc {
  padding-left: 12px;
}
.section-free .list-disc li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 8px;
}
.section-free .list-disc li::before {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  content: "";
  border-radius: 50%;
  background: #111111;
}
.section-free table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.5;
  margin: 10px auto;
}
.section-free table th {
  display: block;
  width: 100%;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  background: #f4f4f4;
  border-top: 1px dotted #000000;
  padding: 4px 10px;
}
.section-free table td {
  display: block;
  width: 100%;
  padding: 4px 10px 20px 10px;
  font-weight: normal;
  vertical-align: top;
}
.section-free a {
  color: #107df9;
}
.section-free strong {
  color: #df0c0c;
  font-size: 14px;
}

/* 2023.4 スマホトップページ下部 6秒バナー */
#addBnr {
  z-index: 999;
}
#addBnr a {
  text-decoration: none;
}
#addBnr dl {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-left: 8px;
}
#addBnr dl dt {
  /* バナー画像が正方形のとき */
  width: 64%;
  font-size: 13px;
  font-weight: normal;
  padding: 4px;
  display: none;
}
#addBnr dl.bnr-rectangle dt {
  /* バナー画像が長方形のとき */
  width: 50%;
}
#addBnr dl dd {
  /* バナー画像が正方形のとき */
  width: 28%;
  padding: 4px;
  margin-bottom: 0;
  display: none;
}
#addBnr dl.bnr-rectangle dd {
  /* バナー画像が長方形のとき */
  width: 40%;
}
#addBnr dd img {
  width: 100%;
}
#addBnr dl dt.active,
#addBnr dl dt.active + dd {
  display: block;
}
#addBnr dl small {
  font-size: 11px;
}

/* --------------------------------------------------------------------
カート改修　　2023.08
--------------------------------------------------------------------- */
/* ▼ STEP1　買い物かごの確認 ここから▼  */
.cartlist_ {
  line-height: 1.6;
}
.cartlist_ .cart-header-text {
  background: #e6f4f8;
  padding: 10px;
  font-weight: bold;
  font-size: 12px;
}
.cartlist_ .cart-header-text span {
  padding: 0 4px;
}
.cartlist_ .cart-header-text img {
  vertical-align: middle;
  margin-right: 3px;
}
form[action*="cart.aspx"] div.info_ {
  font-weight: normal;
  font-size: 14px;
  border: none;
  padding: 8px 8px 0;
}
form[action*="cart.aspx"] input.button_.large_button_.gray_button_ {
  background-color: #fff;
  color: #d7175f;
  border: 2px solid #d7175f;
}
table.cartlist_ td.price_box_ {
  width: auto;
  padding: 8px 0;
}
.cartlist_ .list-icon {
  margin-bottom: 24px;
}
.cartlist_ .list-icon li {
  font-size: 13px;
  margin-bottom: 8px;
}
.cartlist_ .list-icon > li .icon,
.cartlist_ .list-icon li b {
  font-size: 13px;
}
.cartlist_ .list-icon a {
  font-weight: bold;
  display: inline-block;
  margin: 0 4px;
  color: #009ecd;
  text-decoration: underline;
}
/* ▲ STEP1　買い物かごの確認 ここまで▲  */
/* ▼ STEP2　ご注文方法の指定 ここから▼  */
.order_ {
  line-height: 1.6;
}
.order_ input[type="radio"] {
  margin: 0 6px;
}
div.col1_ {
  padding: 0;
}
div.col1_ .common_headline1_ {
  background: white;
  color: #232323;
  font-size: 16px;
  border-left: none;
  padding: 15px 0 8px 10px;
  border-bottom: 2px solid #232323;
  margin: 0;
}

.addresslist_ .address_bottom_ .button_.auto_small_button_.gray_button_ {
  background-color: #fff;
  color: #d7175f;
  border: 1px solid #d7175f;
}

.order_ div.method_box_ div.method_box_content_ {
  padding-bottom: 16px;
}
div.method_box_content_ .list-icon {
  padding: 16px 0;
}
div.method_box_content_ .list-icon li {
  margin-bottom: 8px;
  font-size: 13px;
  padding-left: 1em;
}
div.method_box_content_ .list-icon span {
  font-size: 13px;
}
div.method_box_content_ .list-icon strong {
  font-weight: bold;
  font-size: 13px;
}
.order_ div.method_box_ div.method_box_content_ span.notice_,
.order_ div.method_box_ div.method_box_content_ .small_ {
  font-size: 13px;
  color: #404040;
  display: block;
  padding: 16px 0;
}
table.destgoodslist_ th {
  width: auto;
  padding: 4px 8px;
  text-align: center;
}
table.destgoodslist_ td {
  padding: 4px 8px;
  line-height: 1.2;
}
.method_np_comment_ {
  /* background-color: #f0f4f6; */
  padding: 16px 8px;
  margin-top: 8px;
}
.method_np_comment_ dt {
  font-size: 14px;
  padding-bottom: 4px;
  margin-bottom: 8px;
  font-weight: bold;
  border-bottom: 1px solid #aaa;
}
.method_np_comment_ dd {
  font-size: 12px;
  margin-bottom: 24px;
}
.method_np_comment_ dd strong {
  color: #f00;
  font-size: 12px;
}
.method_np_comment_ dd p {
  margin-top: 8px;
  font-size: 12px;
}
.method_np_comment_ a {
  font-weight: bold;
  display: inline-block;
  margin: 0 4px;
  color: #009ecd;
  text-decoration: underline;
}
.method_r1_payment_terms,
.method_r2_payment_terms,
.method_r6_payment_terms,
.method_r9_payment_terms,
.method_rG_payment_terms {
  margin: 16px 0;
  background-color: #f0f4f6;
  padding: 16px;
  font-size: 14px;
}
.method_r1_payment_terms:before {
  content: "郵便振替：";
  font-weight: bold;
  display: inline-block;
  margin-right: 8px;
}
.method_r2_payment_terms:before {
  content: "代金引換：";
  font-weight: bold;
  display: inline-block;
  margin-right: 8px;
}
.method_r6_payment_terms:before {
  content: "コンビニ決済：";
  font-weight: bold;
  display: inline-block;
  margin-right: 8px;
}
.method_r9_payment_terms:before {
  content: "カード決済：";
  font-weight: bold;
  display: inline-block;
  margin-right: 8px;
}
.method_rG_payment_terms:before {
  content: "NP後払い：";
  font-weight: bold;
  display: inline-block;
  margin-right: 8px;
}
.list-delivery {
  margin-bottom: 24px;
}
.list-delivery li {
  padding: 8px;
}
.list-delivery li p {
  font-size: 13px;
}
.list-delivery li strong {
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #009ecd;
  padding-bottom: 4px;
  margin-bottom: 8px;
  font-size: 14px;
}
.list-delivery li img {
  display: block;
  max-width: 100%;
  margin-top: 8px;
}
/* ▲ STEP2　ご注文方法の指定 ここまで▲  */
/* ▼ STEP3　ご注文内容の確認 ここから▼  */
.sales_comment {
  margin-top: 32px;
}
.sales_comment p.message_ {
  font-size: 16px;
  padding: 0;
}
.sales_comment ul.list-icon {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 16px;
}
.sales_comment ul.list-icon li {
  margin-bottom: 8px;
  font-size: 13px;
}
.sales_comment ul.list-icon strong {
  font-weight: bold;
  font-size: 13px;
}
.sales_comment a {
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
  margin: 0 4px;
  color: #009ecd;
}
.formlist_.goodslist_ td.name_ div img.img_ {
  display: none;
}
.method_address_ table.estimate_.sales_ th,
.method_address_ table.estimate_.sales_ td {
  width: auto;
  text-align: left;
  padding: 12px;
}
div.order_ dl.formdetail_ dt::before {
  display: none;
}
#card_form dl.formdetail_ dt {
  margin: 8px 10px 16px;
  padding: 10px;
  clear: both;
  font-size: 16px;
  font-weight: bold;
  color: #232323;
  background-color: transparent;
  border-bottom: 2px solid #232323;
}
#card_form dl.formdetail_ dd {
  padding-top: 0;
  padding-bottom: 0;
}
.return_agree_.button_ {
  margin-top: 0;
  margin-bottom: 16px;
  text-align: center;
}
.return_agree_.button_ a {
  font-weight: bold;
  margin: 0 4px;
  color: #009ecd;
  position: relative;
  display: inline-block;
  font-size: 15px;
  text-decoration: underline;
}
.return_agree_.button_ a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 0.8em;
  background: url("/img/usr/common/icon_arrow02.png") center center no-repeat;
  background-size: contain;
}
.formdetail_.estimate_.sales_ span.small_ {
  display: block;
  text-align: left;
}
.sales_comment .message_ {
  margin-bottom: 0;
}
/* ▲ STEP3　ご注文方法の指定 ここまで▲  */
/* カート改修 共通classの更新 */
.notice_ {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #f00;
}
div.notice_,
table.notice_ {
  border-color: #ccc;
}
div.notice_ a {
  text-decoration: underline;
}
/* ログイン有効期限切れメッセージ */
div.single_mainframe_ > div.notice_ {
  color: #404040;
  padding: 0;
  border: none;
  margin: 32px auto 40px;
}

/* --------------------------------------------------------------------
トップページ改修　2023.08
--------------------------------------------------------------------- */
.news-info {
  width: 100%;
  margin-bottom: 30px;
}

div.event_ .goods_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  min-width: 100%;
}

.event_ .goods_ ul.goods_t_ li:first-child {
  border-right: none;
}

.event_ .goods_ ul.goods_t_:not(:last-child) {
  border-bottom: none;
}

ul.goods_t_ li figure.img_ img {
  border: 1px solid #ebebeb;
}

ul.goods_t_ li figure.img_ .icon_area_ img {
  border: none;
}

.desc_ a {
  text-decoration: none;
}
/* 8.10追記 */
.event_ ul.goods_t_ li {
  width: 40vw;
}

.event_ ul.goods_t_ li > a {
  display: block;
  width: 100%;
}

.event_ ul.goods_t_ li figure.img_ {
  width: 100%;
}

.event_ ul.goods_t_ li figure.img_ img {
  max-width: 100%;
}

/* --------------------------------------------------------------------
ニュースページ改修　2023.08
--------------------------------------------------------------------- */
.section-free-news li {
  margin-bottom: 0px;
}

.section-free-news li .news-box {
  margin-bottom: 0;
}

.section-free-news li .news-box .news-info {
  padding-left: 0;
}

/* --------------------------------------------------------------------
	スマホ・カート画面でadressタグのpointer-event、下線表示を無効化　2023.11
 --------------------------------------------------------------------- */
address {
  pointer-events: none;
}
.method_host_ .host_info_ address a {
  text-decoration: none !important;
  color: inherit;
}

/* --------------------------------------------------------------------
  スマホ・カート画面後，ご注文内容の商品確認ページ内の、
  商品コード・電話番号・メールアドレス　　pointer-event、下線表示を無効にする　2023.11
--------------------------------------------------------------------- */
/* ▼ 商品コード ▼  */
td.goods_.js-enhanced-ecommerce-goods {
  pointer-events: none;
}
td.goods_.js-enhanced-ecommerce-goods a {
  text-decoration: none !important;
  color: inherit;
}
/* ▼ 配送情報内、電話番号・メールアドレス ▼  */
table.estimate_.host_ td {
  pointer-events: none;
}
table.estimate_ td a {
  text-decoration: none !important;
  color: inherit;
}
/* ▼ お届け先内、電話番号 ▼  */
.order_ .method_addr_ {
  pointer-events: none;
}
.order_ .method_addr_ a {
  text-decoration: none !important;
  color: inherit;
}

/* ---------------------------------------------------
 商品詳細ページの「関連作品」部分のデザイン変更　2023.12
------------------------------------------------------ */
.wrapper_ .contents_ .related_ {
  color: #ffffff00;
  font-size: 0px;
  max-width: 100%;
  overflow-x: scroll;
}
.wrapper_ .contents_ .related_ a {
  color: #111111;
  font-size: 11px;
  letter-spacing: -0.02em;
  padding: 1px 8px;
  margin: 0px 6px 8px 0px;
  display: inline-block;
  border: 1px solid #111111;
  border-radius: 16px;
  white-space: nowrap;
  text-decoration: none !important;
}
.wrapper_ .contents_ .related_ a:visited {
  color: #111111;
}

/* ---------------------------------------------------
 検索窓のモーダル上にNEWラベルが表示される件　修正　2024.7
------------------------------------------------------ */
form.search_form_ {
  z-index: 1000;
}

/* --------------------------------------------------------------------
  cookie同意文改修　2024.7
--------------------------------------------------------------------- */
#cookieBox {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#cookieBox .block-cookie-consent {
  display: block;
  z-index: 2000000001; /*  チャットボットより上に表示  */
  line-height: 1.5;
}
#cookieBox .block-cookie-consent .block-cookie-consent--text,
#cookieBox .block-cookie-consent .block-cookie-consent--text p {
  font-size: 11px;
  margin-bottom: 8px;
}
#cookieBox .block-cookie-consent .block-cookie-consent--text a {
  color: #fff;
  text-decoration: underline;
}
#cookieBox .block-cookie-consent .block-cookie-consent--text a:hover {
  color: #fff;
}
#cookieBox .block-cookie-consent .block-cookie-consent--btn {
  margin: 4px 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
#cookieBox .block-cookie-consent .block-cookie-consent--btn:hover {
  opacity: 0.6;
}
#cookieBox .block-cookie-consent .block-cookie-consent--btn a,
#cookieBox .block-cookie-consent .block-cookie-consent--btn span {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0.5em 1.5em;
  font-size: 13px;
  color: #fff;
  background-color: #000;
  border: 2px solid #fff;
  box-sizing: border-box;
  text-decoration: none;
}
#cookieBox .block-cookie-consent .block-cookie-consent--btn a:hover {
  text-decoration: none;
}

/* --------------------------------------------------------------------
  2024.9 スマホ6秒バナー レイアウト修正
--------------------------------------------------------------------- */
#pageTop {
  z-index: 998;
}
#addBnr dl {
  margin-left: 20px;
}
#addBnr dl dt {
  width: 72%;
}
#addBnr dl.bnr-rectangle dt {
  width: 60%;
}

/* --------------------------------------------------------------------
  6秒バナーレイアウト調整　2025.01
--------------------------------------------------------------------- */
#addBnr dl dt span {
  font-size: inherit;
}

/* --------------------------------------------------------------------
ニュースページ デザイン調整　2025.07
--------------------------------------------------------------------- */
.section-free-newsdetail dl {
  margin: 1rem 0;
}
.section-free-newsdetail h4 {
  font-size: 1rem;
}
.section-free-newsdetail .note-list {
  margin: 1em 0;
  padding: 0;
}
.section-free-newsdetail .note-list li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}
.section-free-newsdetail img {
  margin-bottom: 1rem;
}
.section-free-newsdetail dl dd + dt {
  margin-top: 1em;
}

/* --------------------------------------------------------------------
  フェアページ終了文言追加　2025.10
--------------------------------------------------------------------- */
.genre_txt_wrap #fair-end,
.section-free-newsdetail #fair-end {
  display: none;
}
.genre_txt_wrap #fair-end p,
.section-free-newsdetail #fair-end p {
  color: #f00;
  font-weight: 600;
  margin-bottom: 1em;
  font-size: 14px;
}
.genre_txt_wrap .privilege {
  background: #f1f1f1;
  margin: 0 0 10px;
  padding: 6px;
  font-weight: 600;
  font-size: 14px;
}
.genre-bnr {
  width: 100%;
}
/* ニュースページ */
.section-free-newsdetail dl {
  margin: 1rem 0;
}
.section-free-newsdetail h4 {
  font-size: 1rem;
}
.section-free-newsdetail .note-list {
  padding: 0;
}
.section-free-newsdetail .note-list li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}
.section-free-newsdetail img {
  margin-bottom: 1rem;
}

/* --------------------------------------------------------------------
ニュースページ デザイン追加調整　2025.12
--------------------------------------------------------------------- */
.mainframe_body.news .section-free-newsdetail h4 {
  margin-top: 32px;
}
.mainframe_body.news .section-free-newsdetail .dot-list {
  padding: 0;
}
.mainframe_body.news .section-free-newsdetail .note-list li,
.mainframe_body.news .section-free-newsdetail .dot-list li {
  list-style: none;
  position: relative;
  padding-left: 1.2em;
  text-indent: 0;
  margin-bottom: 8px;
}
.mainframe_body.news .section-free-newsdetail .note-list li:before,
.mainframe_body.news .section-free-newsdetail .dot-list li:before {
  position: absolute;
  top: 0;
  left: 0;
}
.mainframe_body.news .section-free-newsdetail .note-list li:before {
  content: "※";
}
.mainframe_body.news .section-free-newsdetail .dot-list li:before {
  content: "・";
}
.mainframe_body.news .section-free-newsdetail a.btn {
  display: block;
  width: 80%;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  padding: 12px 0;
  margin: 12px auto 20px;
  background: #000 url(../img/usr/common/icon-arrow-01.png) no-repeat right 15px center;
  background-size: 7px 11px;
}

/* --------------------------------------------------------------------
ニュースページ 商品自動出力デザイン　2026.3
--------------------------------------------------------------------- */
.mainframe_body.news .section-free-newsdetail .goods_ {
  margin-top: 32px;
}
.mainframe_body.news .section-free-newsdetail .StyleF_Frame_ {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.mainframe_body.news .section-free-newsdetail .StyleF_Item_ {
  display: flex;
  flex-direction: column;
  width: calc((100% - 8px) / 2);
  padding: 10px;
  border: 1px solid #999;
}
.mainframe_body.news .section-free-newsdetail .StyleF_Item_ a {
  color: inherit;
  text-decoration: none;
}
.mainframe_body.news .section-free-newsdetail .name_ {
  font-size: 14px;
}
.mainframe_body.news .section-free-newsdetail .price_ {
  margin-block: 0.5em;
  text-align: right;
}
.mainframe_body.news .section-free-newsdetail .cart_ {
  margin-top: auto;
}
.mainframe_body.news .section-free-newsdetail .comment_,
.mainframe_body.news .section-free-newsdetail .rdt_ {
  display: none;
}
.mainframe_body.news .section-free-newsdetail .cart_btn_ {
  display: block;
  width: 100%;
  padding-block: 4px;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border: none;
}
.mainframe_body.news .section-free-newsdetail .order_ {
  background: #d7175f;
}
.mainframe_body.news .section-free-newsdetail .reservation_ {
  background: #1ec675;
}
.mainframe_body.news .section-free-newsdetail .sold_out_,
.mainframe_body.news .section-free-newsdetail .closed_ {
  text-align: center;
  line-height: 1.6;
  color: #fff;
  background: #ccc;
}
