﻿@charset "UTF-8";

/* --------------------------------------------------------------------
  表示幅：固定
  表示順：左メニュー・メインコンテンツ・[枠外]右メニュー
-------------------------------------------------------------------- */
div.wrapper_ {
  margin: 0 calc((100vw - 1455px) / 2);
  padding: 10px 0 50px;
  width: 1455px;
  text-align: left;
}

div.container_ {
  width: 100%;
  overflow: visible;
  position: relative;
}

div.contents_ {
  display: flex;
  justify-content: space-between;
}

/* 左メニュー */
div.leftmenuframe_ {
  display: inline;
  width: 240px;
  overflow: hidden;
  order: -1;
}

/* [枠外]右メニュー */
div.rightmenuframe_ {
  width: 240px;
  overflow: visible;
  position: absolute;
  top: 0;
  left: 1215px;
}

/* [枠内]右メニュー */
div.right_goodsvariation_frame_ {
  width: 380px;
  overflow: visible;
  position: absolute;
  top: 20px;
  left: 820px;
}

/* メインフレーム */
div.mainframe_ {
  display: inline;
  overflow: hidden;
}

div.container_ div.contents_,
div.container_ div.mainframe_,
div.container_ div.mainframe_ .event_ .goods_ {
  /* 左メニューなし */
  width: 1200px; /* = div.container_  */
}

div.container_ div.contents_ div.mainframe_,
div.container_ div.contents_ div.mainframe_ .event_ .goods_ {
  /* 左メニュー表示 */
  width: 900px; /* = div.container_ - div.leftmenuframe_ */
}

div.container_ div.contents_ div.mainframe_ div.goodsvariationview_frame_ {
  width: 610px; /* = div.container_ - div.leftmenuframe_ - div.right_goodsvariation_frame_ */
}

div.single_mainframe_ {
  display: inline;
  overflow: hidden;
}

div.col1_ {
  padding: 0 60px;
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
}

div.container_ div.alert_contents_ {
  width: 100%;
}

@media screen and (max-width: 1455px) {
  div.wrapper_ {
    margin: 0 auto;
  }
}

/* --------------------------------------------------------------------
  サイドボックス
-------------------------------------------------------------------- */
div.sidebox_ {
  margin: 0 0 17px 0;
}

div#sidebox_cart.sidebox_ {
  background: #f6f6f6;
  border-radius: 2px;
}

div#sidebox_cart.sidebox_ img[alt="ゲスト購入"] {
  height: auto !important;
}

div.sidebox_ h2 {
  margin: 0;
  line-height: 1.33;
  padding: 12px 0 10px 0;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  width: 100%;
  background: var(--cl-bk);
  color: #fff;
}

div.sidebox_ h2 a:hover {
  text-decoration: none;
}

#sidebox_search h2 {
  display: none;
}

div.sidebox_ h2 a {
  color: #fff;
}

div.sidebox_ h2 a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.event_title_rightmenu_ {
  margin: 0;
  margin-bottom: 5px;
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  color: #ffffff;
  padding: 7px 0;
  border-bottom: none !important;
  background: var(--cl-bk);
  border-radius: 2px;
}

.event_title_rightmenu_ a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  color: #fff !important;
}

.event_title_rightmenu_ a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

/* --------------------------------------------------------------------
  サイドボックス　カテゴリツリー
-------------------------------------------------------------------- */
.category_tree_ {
  margin: 0 0 5px 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  box-sizing: border-box;
  border: 1px solid #cbcbcb;
  border-bottom: none;
  word-break: break-all;
}

.category_tree_ li {
  margin: 1px 2px 0 2px;
  padding: 0;
  border-bottom: 1px solid #cbcbcb;
  box-sizing: border-box;
}

.category_tree_ li a,
.category_tree_ li span.nolink_ {
  display: flex;
  align-items: center;
  padding: 1px 0;
  background-color: #fff;
  color: #444;
}

.category_tree_ li a:hover {
  background-color: #eef8f5;
}

.category_tree_ li a .img_ {
  width: 60px;
  height: auto;
  flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
}

.category_tree_ li.category_tree1_ a,
.category_tree_ li.category_tree1_ span.nolink_,
.category_tree_ li.category_tree2_ a,
.category_tree_ li.category_tree2_ span.nolink_,
.category_tree_ li.category_tree3_ a,
.category_tree_ li.category_tree3_ span.nolink_,
.category_tree_ li.category_tree4_ a,
.category_tree_ li.category_tree4_ span.nolink_ {
  background-repeat: no-repeat;
  position: relative;
}

.category_tree_ li.category_tree1_ a.arrow::after,
.category_tree_ li.category_tree1_ span.nolink::after,
.category_tree_ li.category_tree2_ a.arrow::after,
.category_tree_ li.category_tree2_ span.nolink::after,
.category_tree_ li.category_tree3_ a.arrow::after,
.category_tree_ li.category_tree3_ span.nolink::after,
.category_tree_ li.category_tree4_ a.arrow::after,
.category_tree_ li.category_tree4_ span.nolink::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #4cae8d;
  position: absolute;
  top: 50%;
  left: 213px;
  margin-top: -6px;
}

/* カテゴリ、ジャンルツリーアイコン */
.category_tree_ li.category_tree1_ a,
.category_tree_ li.category_tree1_ span.nolink_,
.category_tree_ li.category_tree2_ a,
.category_tree_ li.category_tree2_ span.nolink_,
.category_tree_ li.category_tree3_ a,
.category_tree_ li.category_tree3_ span.nolink_,
.category_tree_ li.category_tree4_ a,
.category_tree_ li.category_tree4_ span.nolink_,
.genre_tree_ li.genre_tree1_ a,
.genre_tree_ li.genre_tree1_ span.nolink_,
.genre_tree_ li.genre_tree2_ a,
.genre_tree_ li.genre_tree2_ span.nolink_,
.genre_tree_ li.genre_tree3_ a,
.genre_tree_ li.genre_tree3_ span.nolink_,
.genre_tree_ li.genre_tree4_ a,
.genre_tree_ li.genre_tree4_ span.nolink_ {
  font-size: 14px;
  width: 100%;
}

.category_tree_ li.category_tree1_ a:hover,
.category_tree_ li.category_tree2_ a:hover,
.category_tree_ li.category_tree3_ a:hover,
.category_tree_ li.category_tree4_ a:hover {
  background-position: 5px -92px;
  text-decoration: none;
}

/* 現在のカテゴリ */
.category_tree_ li.category_tree1_open_ a,
.category_tree_ li.category_tree2_open_ a,
.category_tree_ li.category_tree3_open_ a,
.category_tree_ li.category_tree4_open_ a {
  font-weight: bold;
  background-repeat: no-repeat;
}

.category_tree_ li.category_tree1_open_ a {
  font-size: 14px;
  position: relative;
  width: 100%;
}

.category_tree_ li.category_tree1_open_ a.arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent var(--cl-bk);
  position: absolute;
  top: 50%;
  left: 213px;
  margin-top: -6px;
}

.category_tree_ li.category_tree2_open_ a {
  font-size: 14px;
  width: 100%;
}

.category_tree_ li.category_tree3_open_ a {
  font-size: 14px;
  width: 100%;
}

.category_tree_ li.category_tree4_open_ a {
  font-size: 14px;
  width: 100%;
}

.tree-image img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

/* リンクがない場合 */
.category_tree_ li.category_tree1_ span.nolink_,
.category_tree_ li.category_tree2_ span.nolink_,
.category_tree_ li.category_tree3_ span.nolink_,
.category_tree_ li.category_tree4_ span.nolink_ {
  color: #000;
}

/* アコーディオン用 */
.category_tree2_ {
  display: none;
}

.category_tree3_ {
  display: none;
}

.category_tree4_ {
  display: none;
}

span.accordion_ {
  position: relative;
  display: block;
  width: 15%;
  cursor: pointer;
}

span.accordion_::before,
span.accordion_::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  width: 10px;
  height: 2px;
  background-color: #4cae8d;
  transition: all 0.3s;
}

span.accordion_::before {
  transform: rotate(-90deg);
}

span.accordion_.active::before {
  transform: rotate(0deg);
}

.category_tree1_,
.category_tree1_open_ {
  display: flex;
  justify-content: space-between;
}

.category_tree2_,
.category_tree2_open_ {
  display: flex;
  justify-content: space-between;
}

.category_tree3_,
.category_tree3_open_ {
  display: flex;
  justify-content: space-between;
}

.category-tree1-name {
  position: relative;
  text-indent: 10px;
  padding: 10px 0;
}

.category-tree2-name {
  position: relative;
  font-size: 13px;
  text-indent: 0px;
  padding-left: 25px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.category-tree3-name {
  position: relative;
  font-size: 13px;
  text-indent: 0px;
  padding-left: 38px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.category-tree4-name {
  position: relative;
  font-size: 13px;
  text-indent: 0px;
  padding-left: 55px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

figure + .category-tree1-name {
  position: relative;
  text-indent: 0px;
}

figure + .category-tree2-name {
  position: relative;
  font-size: 14px;
  text-indent: 0px;
  padding-left: 13px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

figure + .category-tree3-name {
  position: relative;
  font-size: 14px;
  text-indent: 0px;
  padding-left: 26px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

figure + .category-tree4-name {
  position: relative;
  font-size: 14px;
  text-indent: 0px;
  padding-left: 39px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* --------------------------------------------------------------------
  サイドボックス　ジャンルツリー
-------------------------------------------------------------------- */
.genre_tree_ {
  margin: 0 0 5px 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  box-sizing: border-box;
  border: 1px solid #cbcbcb;
  border-bottom: none;
  word-break: break-all;
}

.genre_tree_ li {
  margin: 1px 2px 0 2px;
  padding: 0;
  border-bottom: 1px solid #cbcbcb;
  box-sizing: border-box;
}

.genre_tree_ li a,
.genre_tree_ li span.nolink_ {
  display: flex;
  align-items: center;
  padding: 1px 0;
  background-color: #fff;
  color: #444;
}

.genre_tree_ li a:hover {
  background-color: #eef8f5;
}

.genre_tree_ li a .img_ {
  width: 60px;
  height: auto;
  flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
}

.genre_tree_ li.genre_tree1_ a,
.genre_tree_ li.genre_tree1_ span.nolink_,
.genre_tree_ li.genre_tree2_ a,
.genre_tree_ li.genre_tree2_ span.nolink_,
.genre_tree_ li.genre_tree3_ a,
.genre_tree_ li.genre_tree3_ span.nolink_,
.genre_tree_ li.genre_tree4_ a,
.genre_tree_ li.genre_tree4_ span.nolink_ {
  background-repeat: no-repeat;
  position: relative;
}

.genre_tree_ li.genre_tree1_ a.arrow::after,
.genre_tree_ li.genre_tree1_ span.nolink::after,
.genre_tree_ li.genre_tree2_ a.arrow::after,
.genre_tree_ li.genre_tree2_ span.nolink::after,
.genre_tree_ li.genre_tree3_ a.arrow::after,
.genre_tree_ li.genre_tree3_ span.nolink::after,
.genre_tree_ li.genre_tree4_ a.arrow::after,
.genre_tree_ li.genre_tree4_ span.nolink::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #4cae8d;
  position: absolute;
  top: 50%;
  left: 213px;
  margin-top: -6px;
}

.genre_tree_ li.genre_tree1_ a,
.genre_tree_ li.genre_tree1_ span.nolink_ {
  background-position: 5px 8px;
  font-size: 14px;
  width: 100%;
}

.genre_tree_ li.genre_tree1_ a:hover {
  background-position: 5px -92px;
  text-decoration: none;
}

.genre_tree_ li.genre_tree2_ a,
.genre_tree_ li.genre_tree2_ span.nolink_ {
  background-position: 15px 8px;
  font-size: 14px;
  width: 100%;
}

.genre_tree_ li.genre_tree2_ a:hover {
  background-position: 15px -92px;
  text-decoration: none;
}

.genre_tree_ li.genre_tree3_ a,
.genre_tree_ li.genre_tree3_ span.nolink_ {
  background-position: 25px 8px;
  font-size: 14px;
  width: 100%;
}

.genre_tree_ li.genre_tree3_ a:hover {
  background-position: 25px -92px;
  text-decoration: none;
}

.genre_tree_ li.genre_tree4_ a,
.genre_tree_ li.genre_tree4_ span.nolink_ {
  background-position: 35px 8px;
  font-size: 14px;
}

.genre_tree_ li.genre_tree4_ a:hover {
  background-position: 35px -92px;
  text-decoration: none;
}

/* 現在のカテゴリ */
.genre_tree_ li.genre_tree1_open_ a,
.genre_tree_ li.genre_tree2_open_ a,
.genre_tree_ li.genre_tree3_open_ a,
.genre_tree_ li.genre_tree4_open_ a {
  font-weight: bold;
  background-repeat: no-repeat;
}

.genre_tree_ li.genre_tree1_open_ a {
  background-position: 15px 8px;
  font-size: 14px;
  position: relative;
  width: 100%;
}

.genre_tree_ li.genre_tree1_open_ a::after {
  /* content: ''; */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #4cae8d;
  position: absolute;
  top: 50%;
  left: 213px;
  margin-top: -6px;
}

.genre_tree_ li.genre_tree2_open_ a {
  background-position: 25px 8px;
  font-size: 14px;
  padding: 16px 0 15px 0;
  width: 100%;
}

.genre_tree_ li.genre_tree3_open_ a {
  font-size: 14px;
  padding: 16px 0 15px 0;
}

.genre_tree_ li.genre_tree4_open_ a {
  font-size: 14px;
  padding: 16px 0 15px 0;
}

/* リンクがない場合 */
.genre_tree_ li.genre_tree1_ span.nolink_,
.genre_tree_ li.genre_tree2_ span.nolink_,
.genre_tree_ li.genre_tree3_ span.nolink_,
.genre_tree_ li.genre_tree4_ span.nolink_ {
  color: #999;
}

li.genre_tree1_ .img_ img {
  width: 100%;
}

/* アコーディオン用 */
.genre_tree2_ {
  display: none;
}

.genre_tree3_ {
  display: none;
}

.genre_tree4_ {
  display: none;
}

.genre_tree1_,
.genre_tree1_open_ {
  display: flex;
  justify-content: space-between;
}

.genre_tree2_,
.genre_tree2_open_ {
  display: flex;
  justify-content: space-between;
}

.genre_tree3_,
.genre_tree3_open_ {
  display: flex;
  justify-content: space-between;
}

.genre-tree1-name {
  position: relative;
  text-indent: 65px;
  padding: 13px 0;
}

.genre-tree2-name {
  position: relative;
  text-indent: 75px;
  padding: 13px 0;
}

.genre-tree3-name {
  position: relative;
  text-indent: 85px;
  padding: 13px 0;
}

.genre-tree4-name {
  position: relative;
  text-indent: 95px;
  padding: 13px 0;
}

figure + .genre-tree1-name {
  position: relative;
  text-indent: 5px;
}

figure + .genre-tree2-name {
  position: relative;
  text-indent: 15px;
}

figure + .genre-tree3-name {
  position: relative;
  text-indent: 25px;
}

figure + .genre-tree4-name {
  position: relative;
  text-indent: 35px;
}

/* --------------------------------------------------------------------
  サイドボックス　検索ボックス
--------------------------------------------------------------------- */

#sidebox_search input {
  vertical-align: middle;
}

#sidebox_search div.search_ {
  background-color: #fff;
}

#sidebox_search dl.search1 {
  position: relative;
  width: 240px;
  background-color: #f6f6f6;
}

#sidebox_search dl.search1 dt {
  margin-right: 36px;
  padding: 0;
}

#sidebox_search dl.search1 dt input {
  width: 100%;
  height: 48px;
  padding: 16px 0 16px 20px;
  font-size: 12px;
  background: none;
  border: none;
  box-sizing: border-box;
  outline: none;
}

#sidebox_search dl.search1 dd {
  position: absolute;
  top: 2px;
  right: 0;
}

#sidebox_search dl.search1 dd button {
  display: block;
  padding: 6px;
  background: none;
  border: none;
}

#sidebox_search dl.search1 dd button span {
  display: block;
  width: 22px;
  height: 22px;
  background: url("../../img/usr/go.png") no-repeat scroll 0 0;
  margin-top: 7px;
  margin-right: 9px;
  background-size: contain;
}

#sidebox_search .to_searchdetail {
  padding: 5px 0 0 15px;
  text-align: right;
  font-size: 12px;
}

#sidebox_search .to_searchdetail a {
  color: #4cae8d;
  position: relative;
}

#sidebox_search .to_searchdetail a::before {
  content: ">";
  color: #333;
}

/* --------------------------------------------------------------------
  サイドボックス　カート
-------------------------------------------------------------------- */

.cart_box_ {
  position: absolute;
  visibility: hidden;
  z-index: 9998;
}

.cart_box_ .cart_title_ {
  font-size: 16px;
  padding-top: 4px;
  text-align: center;
  color: #fff;
}

.cart_add_dest_ {
  padding: 6px 10px 0;
}

.cart_frame_top_ {
  padding: 7px 0;
  background: var(--cl-bk);
}

.cart_frame_ {
  padding: 6px 10px 0;
}

.cart_frame_bottom_ {
  padding: 6px 10px;
}

dl.cart_detail_ {
  padding: 5px;
  border-bottom: 1px solid #b9b9b9;
}

dl.cart_detail_:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

dl.cart_detail_ dd {
  text-align: right;
}

dl.cart_detail_ dd.cart_price_ {
  padding-bottom: 5px;
}

dl.cart_detail_ dd.cart_name_ {
  text-align: left;
}

dl.cart_detail_ dd.cart_name_ > a {
  color: var(--cl-bk);
  font-weight: bold;
}

dl.cart_detail_ dd .delete_ {
  text-decoration: none;
}

dl.cart_detail_ dd .delete_:hover {
  text-decoration: underline;
}

dl.cart_detail_ dd.agency_name_ {
  font-size: 10px;
  text-align: left;
  color: #a2339f;
}

dl.cart_total_ {
  padding: 2px 0;
  overflow: hidden;
}

dl.cart_total_ dt {
  float: left;
  display: inline;
  letter-spacing: 0.5em;
  width: 40%;
  text-align: right;
}

dl.cart_total_ dd {
  float: right;
  display: inline;
  text-align: right;
  font-weight: bold;
}

.cart_to_order_ {
  text-align: center;
}

.cart_null_ {
  padding: 5px;
}

dl.cart_total_de_ {
  padding: 5px 5px 10px 5px;
  overflow: hidden;
  height: auto;
}

dl.cart_total_de_ dt {
  float: left;
  display: inline;
  letter-spacing: 0.5em;
  width: 40%;
  text-align: right;
}

dl.cart_total_de_ dd {
  float: right;
  display: inline;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}

dl.cart_dest_ dd.cart_nickname_ {
  display: block;
  float: none;
}

dl.cart_dest_ dd.cart_nickname_ input[type="checkbox"] {
  display: none;
}

dl.cart_dest_ dd.cart_nickname_ div {
  overflow: hidden;
  margin: 1px;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 4px 0 2px 26px;
  background: #fff url(../../img/usr/icon_cart_off.png) 4px 6px no-repeat;
  background-size: 16px;
  line-height: 1.4;
}

dl.cart_dest_ dd.cart_nickname_ input:checked + div {
  border: 2px solid var(--cl-bk);
  margin: 0;
  background: var(--cl-gy) url(../../img/usr/icon_cart_on.png) 4px 6px no-repeat;
  background-size: 16px;
}

.cart_frame_.scroll_ {
  height: 450px;
  overflow-y: scroll;
  padding-right: 5px;
}

/* --------------------------------------------------------------------
  サイドボックス　代理店
-------------------------------------------------------------------- */

div.sidebox_agency_ {
  margin: 0 0 20px 0;
}

div.sidebox_agency_ select {
  width: 100%;
}

div.sidebox_agency_ h2 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  height: 21px;
  border: 2px solid #af8ad1;
  border-bottom-width: 0;
  background: #af8ad1 url(../../img/usr/title_agency_icon.png) 16px 4px no-repeat;
  color: #fff;
  line-height: 110%;
}

div.sidebox_agency_ div.sidebox_agency_box_ {
  border: 2px solid #af8ad1;
  border-top-width: 0;
  padding: 3px;
  line-height: 130%;
}

div.sidebox_agency_ div.sidebox_agency_box_in_ {
  padding: 1px;
  background-color: #f6f6f6;
}

div.sidebox_agency_ div.agency_comment_ {
  font-size: 11px;
  padding: 2px;
}

/* --------------------------------------------------------------------
  サイドボックス　カタログ一覧
-------------------------------------------------------------------- */
.catalog_tree_ {
  padding: 0;
  background-color: transparent;
  border: 1px solid #cbcbcb;
  border-bottom: none;
}

.catalog_tree_ li {
  margin: 1px 2px 0 2px;
  padding: 0;
  border-bottom: 1px solid #cbcbcb;
  box-sizing: border-box;
}

.catalog_tree_ li a,
.catalog_tree_ li span.nolink_ {
  display: block;
  padding: 3px 1px 2px 0;
  background-color: #fff;
  color: #444;
}

.catalog_tree_ li a:hover {
  background-color: #eef8f5;
  text-decoration: none;
}

.catalog_tree_ li a,
.catalog_tree_ li span.nolink_ {
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 5px 6px;
  position: relative;
  padding: 16px 0 15px 20px;
}

.catalog_tree_ li a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #4cae8d;
  position: absolute;
  top: 50%;
  left: 213px;
  margin-top: -6px;
}

.catalog_tree_ li.current_page_ a,
.catalog_tree_ li.current_page_ span.nolink_ {
  font-weight: bold;
  background-repeat: no-repeat;
  background-color: #ffebc4;
  padding-left: 20px;
  background-position: 5px -94px;
}

/* リンクがない場合 */
.catalog_tree_ li span.nolink_ {
  color: #999;
}

/* --------------------------------------------------------------------
  サイドボックス　履歴
-------------------------------------------------------------------- */
#sidebox_itemhistory {
  padding-bottom: 1px;
  background: #efefef;
}

#sidebox_itemhistory #itemHistoryDetail {
  margin: 0 5px;
  padding-top: 5px;
  background: #fff;
}

#messNothing,
#messRedraw {
  padding: 5px 10px;
  margin: 0 5px;
  background: #fff;
  display: block;
}

.item_history_link_ {
  padding: 5px 5px 5px 0;
  margin: 0 5px 5px 5px;
  display: block;
  font-size: 12px;
}

.item_history_link_::before {
  content: ">";
  color: #333;
}

/* --------------------------------------------------------------------
  ヘッダー
--------------------------------------------------------------------- */

.wrapper_wrapper_ {
  width: 100%;
  position: relative;
  min-height: 100vh;
  padding-bottom: 160px; /* footerの高さに合わせる */
  box-sizing: border-box;
}

.fixed_header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  border-bottom: solid 1px #cecece;
  min-width: 1455px;
}

/* Start Header1
---------------------------------------- */

#pageTop {
  margin: 0 auto;
  width: 100%;
  text-align: left;
  position: relative;
  background: #ffffff;
}

#header1 {
  position: relative;
  height: 90px;
  background: transparent;
  width: 1200px;
  margin: 0 calc((100vw - 1200px) / 2); /* スクロールバー有無関係なしの画面幅を基準に計算 */
}

#header1 .logo {
  position: absolute;
  left: 0;
  top: 7px;
}

#header1 .logo a img {
  width: 248px;
  height: 76px;
}

#header1 .catch {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 13px;
  color: #fff;
}

#header1 ul.info {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 44px;
}

#header1 .top-info {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 1.2rem;
}

#header1 .top-info a {
  color: var(--cl-bk);
}

#header1 ul.info li + li {
  margin-left: 24px;
}

#header1 ul.info .head_account {
  font-size: 1.3rem;
}

#header1 ul.info .head_account span {
  margin-left: 12px;
}

#header1 ul.info .head_login a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 24px;
  border: 1px solid #d60002;
  background-color: #d60002;
  color: #ffffff;
  font-size: 1.2rem;
}

#header1 ul.info .head_login a:hover {
  background-color: #ffffff;
  color: #d60002;
  text-decoration: none;
  opacity: 1;
}

#header1 ul.info li img {
  height: 20px;
  width: auto;
}

#header1 ul.info li.li1 a {
  color: #fff;
  font-size: 16px;
}

#header1 ul.info li.li2 span {
  font-size: 16px;
  font-weight: bold;
  color: #4cae8d;
}

#header1 ul.info li.li2 {
  background-color: inherit;
  position: relative;
}

#header1 ul.info li.li3 {
  font-size: 13px;
  color: #fff;
}

#header1 ul.info li.li3 span {
  margin: 0 0.5em;
  font-weight: 600;
  color: #fff;
}

#header1 ul.info li.li4 {
  color: #fff;
}

#header1 ul.info li.li4 span {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

#header1 ul.info li.li5 input[type="button"] {
  top: -5px;
}

/* End Header1
---------------------------------------- */

#header {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: var(--cl-bk);
  color: #ffffff;
}

#header #globalnav {
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: 5px calc((100vw - 1200px) / 2);
}

#header #globalnav li {
  text-align: center;
  width: 200px;
  height: 46px;
  font-size: 16px;
  font-weight: bold;
  border-right: 1px solid #cecece;
  box-sizing: border-box;
  overflow: hidden;
}

#header #globalnav li:nth-of-type(6) {
  border-right: none;
}

#header #globalnav li a {
  display: block;
  color: #ffffff;
  width: 100%;
  height: 100%;
  padding-top: 11px;
  background: transparent;
  position: relative;
}

#header #globalnav li a:before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 28px;
  aspect-ratio: 1;
  margin-right: 7px;
}

#header #globalnav li#gnav_mypage a:before {
  background-image: url("../../img/usr/header/icon_mypage.png");
}

#header #globalnav li#gnav_history a:before {
  background-image: url("../../img/usr/header/icon_history.png");
}

#header #globalnav li#gnav_quickorder a:before {
  background-image: url("../../img/usr/header/icon_precart.png");
  width: 25px;
  margin-top: 0;
}

#header #globalnav li#gnav_precart a:before {
  background-image: url("../../img/usr/header/icon_precart.png");
}

#header #globalnav li#gnav_edi a:before {
  background-image: url("../../img/usr/header/icon_edi.png");
}

#header #globalnav li#gnav_cart a:before {
  background-image: url("../../img/usr/header/icon_cart.png");
  margin-right: 12px;
  width: 30px;
}

#header #globalnav li#gnav_favorite a:before {
  background-image: url("../../img/usr/header/icon_favorite.png");
  margin-right: 12px;
  width: 29px;
}

#header #globalnav li#gnav_favoritegroup a:before {
  background-image: url("../../img/usr/header/icon_quickorder.png");
  margin-right: 12px;
  width: 23px;
  margin-top: 3px;
}

#header #globalnav li a:hover {
  background: #666666;
  text-decoration: none;
  border-radius: 2px;
}

#header #globalnav li#gnav_cart a {
  position: relative;
}

#header #globalnav li#gnav_cart .js-cart-count {
  display: none;
  position: absolute;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  background-color: #e61d50;
  color: #fff;
  border-radius: 10px;
  top: 5px;
  left: 71px;
  z-index: 2;
}

/* --------------------------------------------------------------------
  フッター
--------------------------------------------------------------------- */

#footer {
  position: absolute;
  bottom: 0;
  background: var(--cl-bk);
  height: 160px;
  min-width: 1455px;
  width: 100%;
  z-index: 1;
  color: #ffffff;
}

#footernav {
  position: absolute;
  bottom: 79px;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  width: 660px;
  font-size: 14px;
  left: calc(100vw / 2 - 50px);
}

#footernav li + li {
  position: relative;
  margin-left: 31px;
}

#footernav li.go-top {
  margin-left: 60px;
}

#footernav li + li:not(.go-top)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #ffffff;
}

#footernav li a {
  color: #333;
  position: relative;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.2rem;
}

#footernav li a:hover {
  text-decoration: underline;
}

#footernav li.go-top a {
  padding-left: 26px;
}

#footernav li.go-top a::before,
#footernav li.go-top a::after {
  content: "";
  display: block;
  position: absolute;
}

#footernav li.go-top a::before {
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ffffff;
  border-radius: 15px;
}

#footernav li.go-top a::after {
  top: 7px;
  left: 6px;
  width: 6px;
  height: 5px;
  background-color: #ffffff;
  clip-path: polygon(50% 0%, 0% 5px, 6px 5px);
}

#copyright {
  position: absolute;
  bottom: 20px;
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  width: 1200px;
  margin: 0 calc((100vw - 1200px) / 2);
}

div.change_mode_ {
  text-align: center;
  margin: 0 auto;
  z-index: 10000;
  width: 400px;
  height: 42px;
  position: absolute;
  bottom: 71px;
  left: calc(100vw / 2 - 500px);
  display: flex;
  align-items: center;
}

div.change_mode_ a,
div.change_mode_ span {
  display: block;
  width: 50%;
  padding: 10px 0;
}

div.change_mode_ .change_sp_ {
  background: #dddddd;
  color: var(--cl-bk);
  cursor: pointer;
}

div.change_mode_ .change_pc_ {
  background: #fff;
  color: #aaa;
}

@media screen and (max-width: 1455px) {
  #header1 {
    margin: 0 calc((1455px - 1200px) / 2);
  }

  #header #globalnav {
    margin: 5px calc((1455px - 1200px) / 2);
  }

  #footernav {
    left: calc(1455px / 2 - 50px);
  }

  #copyright {
    margin: 0 calc((1455px - 1200px) / 2);
  }

  div.change_mode_ {
    left: calc(1455px / 2 - 500px);
  }
}
