﻿@charset "UTF-8";

/* --------------------------------------------------------------------
  表示幅：固定
  表示順：左メニュー・メインコンテンツ・[枠外]右メニュー
-------------------------------------------------------------------- */
div.wrapper_ {
  /* margin: 0 calc((100vw - 1500px) / 2);
  margin: 0 calc((100vw - 150rem) / 2);
  padding: 20px 0 50px;
  padding: 2rem 0 5rem;
  width: 1500px;
  width: 150rem; */
  text-align: left;
  padding: 2rem 0 0rem;
  margin:0 0 auto 0;
}
div.wrapper_:has(div.container_.category-page ){
  padding: 0;
}
div.container_ {
  width: 100%;
  overflow: visible;
  position: relative;
  margin:0 auto;
  width: 150rem;
}

div.contents_ {
  display: flex;
  justify-content: space-between;
}
.topicarticle-page div.contents_{
  justify-content: center;
}
.category-page div.contents_ {
  margin-top: 8rem;
}
.event-page div.contents_ {
  margin-top: 8rem;
}
.genre-page div.contents_ {
  margin-top: 8rem;
}
/* 左メニュー */
div.leftmenuframe_ {
  display: inline;
  width: 32.9rem;
  overflow: hidden;
  order: -1;
}
.topicarticle-page div.leftmenuframe_{
  display: none;
}
/* [枠外]右メニュー */
div.rightmenuframe_ {
  width: 240px;
  overflow: visible;
  position: absolute;
  top: 0;
  left: 1215px;
  display: none;
}

/* [枠内]右メニュー */
div.right_goodsvariation_frame_ {
  width: 380px;
  overflow: visible;
  position: absolute;
  top: 20px;
  left: 820px;
}

/* メインフレーム */
div.mainframe_ {
  display: inline;
}

div.container_ div.contents_,
div.container_ div.mainframe_,
div.container_ div.mainframe_ .event_ .goods_ {
  /* 左メニューなし */
  width: 150rem; /* = div.container_  */
}

div.container_ div.contents_ div.mainframe_,
div.container_ div.contents_ div.mainframe_ .event_ .goods_ {
  /* 左メニュー表示 */
  width: 111.1rem; /* = 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 25px;
  padding: 0 2.5rem; */
  box-sizing: border-box;
  width: 1500px;
  width: 150rem;
  margin: 0 auto;
}

div.container_ div.alert_contents_ {
  width: 100%;
}

@media screen and (max-width: 1455px) {
  div.wrapper_ {
    margin: 0 auto auto;
  }
}

.section_title_{
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.section_title_en{
  font-size: 2.3rem;
  display: block;
  margin-top: .5rem;
  color: var(--blue01);
}

/* --------------------------------------------------------------------
  サイドボックス
-------------------------------------------------------------------- */
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: 2.3rem 3rem;
  font-size: 2.6rem;
  font-weight: 600;
  width: 100%;
  background:var(--blue02);
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
div.sidebox_ h2::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0,-50%) rotate(45deg);
  width: 1.2rem;
  height: 1.2rem;
  border-top: .3rem solid #fff;
  border-right: .3rem solid #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: #333;
  padding: 7px 0;
  border-bottom: none !important;
  background: #606060;
  border-radius: 2px;
}

.event_title_rightmenu_ a {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  color: #fff;
}

.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_ {
  padding: 2rem 3rem;
  text-align: left;
  display: block;
  width: 100%;
}

.category_tree_ li.category_tree3_ a,
.category_tree_ li.category_tree3_open_ a{
  padding-left: 4.5rem;
}

.category_tree_ li a::before,
.category_tree_ li span.nolink_::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0,-50%) rotate(45deg);
    width: 1.3rem;
    height: 1.3rem;
    border-top: .3rem solid var(--blue02);
    border-right: .3rem solid var(--blue02);
}
.category_tree_ li a:hover {
  background-color: var(--blue04);
}

.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;
  color: var(--blue01);
}

.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;
  display: none;
}

/* カテゴリ、ジャンルツリーアイコン */
.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_ {
  line-height: 1.3;
  font-size: 2.6rem;
  width: 100%;
  box-sizing: border-box;
}

.category_tree_ li.category_tree1_ a:hover,
.category_tree_ li.category_tree1_open_ a:hover,
.category_tree_ li.category_tree2_ a:hover,
.category_tree_ li.category_tree2_open_ a:hover,
.category_tree_ li.category_tree3_ a:hover,
.category_tree_ li.category_tree3_open_ 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,
.category_tree_ li.category_tree1_ a{
  color: #fff;
  background-color: var(--blue02);
  font-size: 2.6rem;
  line-height: 1.3;
  position: relative;
}
.category_tree_ li.category_tree1_open_ a:visited,
.category_tree1_ a:visited {
  color: #fff;
}
.category_tree_ li a,
.category_tree_ li span.nolink_ {
  padding: 2.3rem 3rem;
  text-align: left;
  display: block;
  width: 100%;
  font-size: 2.6rem;
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.category_tree_ li a::before,
.category_tree_ li span.nolink_::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0,-50%) rotate(45deg);
    width: 1.2rem;
    height: 1.2rem;
    border-top: .3rem solid var(--blue02);
    border-right: .3rem solid var(--blue02);
}
.category_tree_ li.category_tree1_open_ a::before,
li.category_tree1_ a::before{
    border-color:#fff;
}

.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 #4cae8d;
  position: absolute;
  top: 50%;
  left: 213px;
  margin-top: -6px;
  display: none;
}

.category_tree_ li.category_tree2_open_ a {
  font-size: 2.6rem;
  width: 100%;
}

.category_tree_ li.category_tree3_open_ a {
  font-size: 2.6rem;
  width: 100%;
}
.category_tree_ li.category_tree3_open_ a:hover {
  text-decoration: none;
}

.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: #999;
}

/* アコーディオン用 */
.category_tree2_ {
  /* display: none; */
}

.category_tree3_ {
  display: none;
}

.category_tree4_ {
  display: none;
}

span.accordion_ {
  position: relative;
  display: block;
  width: 15%;
  cursor: pointer;
}
.leftmenuframe_ span.accordion_ {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
}

.leftmenuframe_ .genre_tree_ span.accordion_{
  display: none;
}

.category_tree1_ span.accordion_,
.category_tree1_open_ span.accordion_{
  display: none;/*第１階層アコーディオン削除*/
}

.category_tree2_open_:has(span.accordion_) a::before,
.category_tree2_:has(span.accordion_) a::before{
  display: none;
}
span.accordion_::before,
span.accordion_::after {
  content: "";
  position: absolute;
  right: 1.3rem;
  top: 50%;
  width: 1.5rem;
  height: 1px;
  background-color: var(--blue02);
  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; */
  position: relative;
}


.category_tree3_,
.category_tree3_open_ {
  display: flex;
  justify-content: space-between;
}

.category_tree3_open_
.category-tree1-name {
  position: relative;
  text-indent: 65px;
}

.category-tree2-name {
  /* position: relative;
  text-indent: 75px;
  padding: 13px 0; */
}

.category-tree3-name {
  position: relative;
  text-indent: 85px;
  padding: 13px 0;
}

.category-tree4-name {
  position: relative;
  text-indent: 95px;
  padding: 13px 0;
}

figure + .category-tree1-name {
  position: relative;
  text-indent: 5px;
}

figure + .category-tree2-name {
  position: relative;
  text-indent: 15px;
}

figure + .category-tree3-name {
  position: relative;
  text-indent: 25px;
}

figure + .category-tree4-name {
  position: relative;
  text-indent: 35px;
}

/* --------------------------------------------------------------------
  サイドボックス　ジャンルツリー
-------------------------------------------------------------------- */
.genre_tree_ {
  margin: 0 0 5px 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  box-sizing: border-box;
  border-bottom: none;
  word-break: break-all;
}

.genre_tree_ li {
  padding: 0;
  border-bottom: 1px solid #cbcbcb;
  box-sizing: border-box;
}
.genre_tree_ li a,
.genre_tree_ li span.nolink_ {
  padding: 2rem 3rem;
  text-align: left;
  display: block;
  width: 100%;
  font-size: 2.6rem;
}

.genre_tree_ li a::before,
.genre_tree_ li span.nolink_::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(0,-50%) rotate(45deg);
    width: 1.2rem;
    height: 1.2rem;
    border-top: .3rem solid var(--blue02);
    border-right: .3rem solid var(--blue02);
}
.genre_tree_ li a:hover {
  background-color: var(--blue04);
}

.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;
  color: var(--blue01);
}

.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;
  display: none;
}

.genre_tree_ li.genre_tree1_ a,
.genre_tree_ li.genre_tree1_ span.nolink_ {
  background-position: 5px 8px;
  font-size: 2.6rem;
  width: 100%;
  line-height: 1.3;
}

.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: 2.6rem;
  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;
}
/* --------------------------------------------------------------------
  header　検索ボックス
--------------------------------------------------------------------- */
.header_search{
  margin-right: auto;
}
.header_search .search_ .search_form_{
  height: 8.5rem;
}
.header_search .search_ .search1{
  display: flex;
  height: inherit;
}
.header_search .search_ .search1 dt{
  height: inherit;
}
.header_search .search_ .search1 dt input{
  height: inherit;
  box-sizing: border-box;
  width: 70.5rem;
  font-size:2.8rem;
  padding:  0 2.5rem;
  border-radius: .8rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.header_search .search_ .search1 dd{
  height: inherit;
}
.header_search .search_ .search1 dd button{
  padding: 0;
  border: none;
  box-sizing: border-box;
  background-color: transparent;
}
.header_search .search_ .search1 dd button span{
  position: relative;
  left: -0.1rem;
  top:0;
  box-sizing: border-box;
  position: relative;
  width: 8.5rem;
  height: 8.5rem;
  display: block;
  background-color: var(--blue02);
  border-top-right-radius: .8rem;
  border-bottom-right-radius: .8rem;
}
.header_search .search_ .search1 dd button span::before{
  content:"";
  display: inline-block;
  width: 3.7rem;
  height: 3.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url(../../img/usr/header/header_search_icon.png) center / contain no-repeat;
}
.header_search .search_ .search1{}

/* --------------------------------------------------------------------
  サイドボックス　検索ボックス
--------------------------------------------------------------------- */

#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: #606060;
}

.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: #333;
  font-weight: bold;
}

dl.cart_detail_ dd .delete_ {
  color: #4cae8d;
  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 #4cae8d;
  margin: 0;
  background: #eef8f5 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;
}
#itemHistoryButton{
  margin-top: 4rem;
}
.item_history_link_ {
  padding: 5px 5px 5px 0;
  padding: .5rem .5rem .5rem 0;
  margin: 0 5px 5px 5px;
  margin: 0 .5rem .5rem .5rem;
  display: block;
  font-size: 2.6rem;
}

.item_history_link_::before {
  content: ">";
  color: var(--blue01);
}

/* --------------------------------------------------------------------
  ヘッダー
--------------------------------------------------------------------- */

.wrapper_wrapper_ {
  width: 100%;
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.fixed_header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  border-bottom: solid 1px #cecece;
  /* min-width: 1455px; */
  padding-bottom: 3.5rem;
  left: 0;
  right: 0;
  width: 100%;
}

/* Start Header1
---------------------------------------- */

#pageTop {
  margin: 0 auto;
  width: 100%;
  text-align: left;
  position: relative;
}

#header1 {
  position: relative;
  background: transparent;
  box-sizing: border-box;
  padding-top: 9.5rem;
}
#header1 .header1_inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 9rem;
  max-width: 150rem;
  width: 100%;
  padding: 0rem 2rem 0;
  margin: 0 auto;
  box-sizing: border-box;
}

#header1 .logo {
  margin-right: 6rem;
}

#header1 .logo a img {
  width: 34rem;
  height: auto;
}

#header1 .catch {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 13px;
  color: #fff;
}

#header1 ul.info {
  display: flex;
}

#header1 ul.top-info {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
  position: absolute;
  top: 0;
  left: 0;
  height: 6rem;
  font-size: 13px;
  color: #fff;
  width: 100%;
  background-color: var(--blue02);
}

#header1 ul.top-info li {
  line-height: 33px;
  max-width: 150rem;
  width: 100%;
  margin-inline: auto;
}

#header1 ul.top-info .staffname {
  font-weight: bold;
}

#header1 ul.top-info .head_account {
  font-size:2.2rem;
  font-weight: 400;

}
#header1 ul.top-info .head_account span{
  padding: 0 0.5em;
}

#header1 ul.info li {
  display: inline-block;
  font-size: 12px;
  /* width: 180px; */
  margin-top: 0;
  padding: 0;
  vertical-align: top;
  position: relative;
  text-align: center;
  border-right: solid 1px #fff;
}

#header1 ul.info li a {
  color: var(--blue02);
  width: 100%;
  text-align: center;
}
#header1 ul.info li+ li{
  margin-left: 3rem;
}
#header1 ul.info li a.header_cart_{
  position: relative;
}

#header1 ul.info li img {
  width: auto;
}
#header1 ul.info li a.header_mypage_ img {
  height: 5.1rem;
}
#header1 ul.info li a.header_cart_ img {
  height: 6.2rem;
  position: relative;
  top: -.5rem;
}
#header1 ul.info li a .info_text{
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
}
#header1 ul.info li a.header_mypage_ .info_text{
  margin-top: 0.8rem;
}
#header1 ul.info li a.header_cart_ .info_text{
  margin-top: -0.2rem
}
#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;
  margin-top: 4.2rem;
}

#header #globalnav {
  display: flex;
  justify-content: center;
  width: 1500px;
  width: 150rem;
  margin-inline: auto;
}

#header #globalnav li {
  text-align: center;
  padding: 0;
  height: 42px;
  height: 4.2rem;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  border-right: 1px solid #cecece;
  box-sizing: border-box;
  overflow: hidden;
  flex-shrink: 0;
}

#header #globalnav li:nth-of-type(6) {
  border-right: none;
}

#header #globalnav li a {
  padding: 1.1rem 7.7rem 0;
  display: block;
  box-sizing: border-box;
  color: #606060;
  width: 100%;
  height: 100%;
  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;
  display: none;
}

#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_quickorder.png");
  width: 25px;
  margin-top: 3px;
}

#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 a:hover {
  background: var(--blue03);
  text-decoration: none;
}

#header #globalnav li#gnav_cart a {
  position: relative;
}

#header1 .info .js-cart-count {
  display: none;
  position: absolute;
  min-width: 4.6rem;
  line-height: 4.6rem;
  font-size: 2.8rem;
  font-weight: normal;
  background-color:#F1CC01;
  color: #fff;
  border-radius: 4.6rem;
  top: -4rem;
  right: -0.4rem;
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  #header1 .info .js-cart-count {
    min-width: 3.2rem;
    line-height: 3.2rem;
    font-size: 2rem;
    top: -2.9rem;
    right: 0rem;
  }

}
/* --------------------------------------------------------------------
  フッター
--------------------------------------------------------------------- */

#footer {
  background: var(--blue02);
  padding: 4rem 0 5rem;
  margin-top: 15rem;
}

#footer .footer_inner_{
  width: 150rem;
  margin-inline: auto;
  display: flex;
  align-items: start;
}
#footer .footer_inner_.nologin{
  justify-content: center;
}
#footer .footer_left{
  margin-right: auto;
}
#footernav {
  text-align: center;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
#footer .footer_contact_{
  position: relative;
  background-color: #fff;
  display: block;
  padding: 0 6rem 0 4rem;
  height: 8rem;
  display: grid;
  place-items: center;
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--blue02);
  border-radius: .4rem;
}
#footer .footer_contact_::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translate(0,-50%) rotate(45deg);
  width: 1.2rem;
  height: 1.2rem;
  border-top: .4rem solid var(--blue02);
  border-right: .4rem solid var(--blue02);
}
#footernav li a {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0 2.5rem;
  vertical-align: middle;
  text-decoration: none;
  font-size: 2.4rem;
}
#footernav li.first_ a{
  padding-left: 0;
}
#footernav li+li{
  border-left: 1px solid var(--blue04);
}
#footernav li a:hover {
  text-decoration: underline;
}

#footernav li a::before {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #656565;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  display: none;
}

#footernav li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #656565;
  display: none;
}

#copyright {
  /* position: absolute;
  bottom: 20px; */
  color:var(--blue04);
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  /* width: 1200px;
  margin: 0 calc((100vw - 1200px) / 2); */
  margin-top: 3.8rem;
}
#footer .footer_inner_.nologin #copyright{
  margin-top: 0;
}
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;
  display: none;
}

div.change_mode_ a,
div.change_mode_ span {
  display: block;
  width: 50%;
  padding: 10px 0;
}

div.change_mode_ .change_sp_ {
  background: #4cae8d;
  color: #fff;
  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);
  }
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.loading-wrapper {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loading-text {
  margin-top: 10px;
  font-size: 14px;
  color: #000000;
}
