@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
body a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body a:hover {
  opacity: 0.8;
  text-decoration: none;
}
body img {
  vertical-align: bottom;
}
.lato {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.price {
  font-family: "Lato", sans-serif;
  color: #333;
}
.price span {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium";
  font-weight: normal;
}
.block-icon {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.block-icon span {
  margin: 0;
}
.block-icon img {
  width: auto;
  height: 18px;
}
.block-header-top-wrap {
  height: 36px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #333;
  padding: 14px 0 8px;
}
.block-header-top-wrap .inner {
  width: 1380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: auto;
}
.block-header-top-wrap .block-customer-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 12px;
}
.block-header-top-wrap .block-customer-name span {
  font-size: 14px;
  font-weight: bold;
}
.block-header-top-wrap .block-mypage--mypoint {
  position: relative;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 12px;
  padding: 0;
  padding-left: 10px;
  margin-left: 5px;
}
.block-header-top-wrap .block-mypage--mypoint:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "/";
  display: block;
  font-size: 12px;
  line-height: 21px;
}
.block-header-top-wrap .block-mypage--mypoint span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding-left: 3px;
}
#header-wrapper {
  position: relative;
  background: #f5f4f4;
  height: 80px;
}
#header {
  position: static;
  background: #f5f4f4;
  border-bottom: 1px solid #efece9;
  z-index: 999;
}
#header.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#header .container {
  width: 1380px;
  height: auto;
}
#header .block-header-logo {
  width: 200px;
}
#header .block-global-search {
  width: auto;
  margin: 0 30px;
}
#header .block-global-search form {
  background: #fff;
  border-radius: 25px;
  border: 1px solid #efece9;
}
#header .block-global-search input::-webkit-input-placeholder {
  color: #999;
}
#header .block-global-search input::-moz-placeholder {
  color: #999;
}
#header .block-global-search input:-ms-input-placeholder {
  color: #999;
}
#header .block-global-search input::-ms-input-placeholder {
  color: #999;
}
#header .block-global-search input::placeholder {
  color: #999;
}
#header .block-global-search .block-global-search--keyword {
  width: 240px;
  padding: 15px 0 15px 20px;
}
#header .block-global-search .block-global-search--keyword:focus-visible {
  outline: none;
}
#header .block-global-search .block-global-search--submit {
  margin-right: 20px;
}
#header .block-global-search .block-icon-image--search {
  width: 20px;
  height: 20px;
  background: url("/img/usr/common/search.png") no-repeat center/contain;
}
.block-headernav {
  width: auto;
}
.block-headernav--item-list {
  gap: 24px;
}
.block-headernav--item-list li {
  font-size: 14px;
}
.block-headernav--item-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-headernav--item-list li p {
  padding-top: 3px;
}
.block-headernav--item-list li.block-header-cart a {
  position: relative;
  gap: 14px;
  font-weight: bold;
  background: #e1d29c;
  border-radius: 4px;
  padding: 15px;
}
.block-headernav--item-list li.block-header-cart .block-headernav--cart-count {
  font-family: "Lato", sans-serif;
  top: 12px;
  left: 28px;
  right: auto;
  width: 14px;
  height: 14px;
  font-size: 10px;
  line-height: 14px;
}
.block-header-search {
  margin-right: auto;
  cursor: pointer;
}
.block-header-search .block-gnav-ttl {
  position: relative;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.block-header-search .block-gnav-ttl:after {
  position: relative;
  bottom: 3px;
  margin: auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.js-gnav-container {
  height: 80px;
}
.js-gnav-container:hover > .block-gnav-ttl:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  bottom: 0;
}
.js-gnav-container:hover > .block-gnav-menu {
  display: block;
}
.js-gnav-container .block-gnav-menu {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  background: #fff;
  z-index: 999;
}
.js-gnav-container .togglemenu_list {
  padding-bottom: 20px;
}
.js-gnav-container .togglemenu_list.layer_1 {
  position: absolute;
  top: 0;
  min-height: 100%;
  background: #e7efef;
  min-height: 100%;
}
.js-gnav-container .togglemenu_list.layer_1 > .togglemenu_list_item:hover {
  background: #dbe8e8;
}
.js-gnav-container .togglemenu_list.layer_1:has(.layer_2) .togglemenu_list_item:hover > .togglemenu_list_item_title {
  font-weight: bold;
}
.js-gnav-container .togglemenu_list.layer_1:has(.layer_2) .togglemenu_list_item:hover > .layer_2 {
  display: block;
}
.js-gnav-container .togglemenu_list.layer_2 {
  position: absolute;
  top: 0;
  left: 300px;
  min-height: 100%;
  display: none;
  background: #dbe8e8;
}
.js-gnav-container .togglemenu_list.layer_2 > .togglemenu_list_item:hover {
  background: #cfdfdf;
}
.js-gnav-container .togglemenu_list.layer_2:has(.layer_3) .togglemenu_list_item:hover > .togglemenu_list_item_title {
  font-weight: bold;
}
.js-gnav-container .togglemenu_list.layer_2:has(.layer_3) .togglemenu_list_item:hover > .layer_3 {
  display: block;
}
.js-gnav-container .togglemenu_list.layer_3 {
  position: absolute;
  top: 0;
  left: 300px;
  min-height: 100%;
  display: none;
  background: #cfdfdf;
}
.js-gnav-container .togglemenu_list_item_title {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.js-gnav-container .togglemenu_list_item_title_name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  font-size: 16px;
  padding: 9px 18px 6px;
  -webkit-transition: 0s;
  transition: 0s;
}
.js-gnav-container .togglemenu_list_item_title_name:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #65bbb1;
  border-right: 1px solid #65bbb1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.js-gnav-container .togglemenu_list_item_image {
  display: none;
}
.js-gnav-container .category_menu_wrap,
.js-gnav-container .genre_menu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.js-gnav-container .category_menu_wrap:hover .category_ttl,
.js-gnav-container .genre_menu_wrap:hover .category_ttl,
.js-gnav-container .category_menu_wrap:hover .genre_ttl,
.js-gnav-container .genre_menu_wrap:hover .genre_ttl {
  font-weight: bold;
}
.js-gnav-container .category_menu_wrap .category_ttl,
.js-gnav-container .genre_menu_wrap .category_ttl,
.js-gnav-container .category_menu_wrap .genre_ttl,
.js-gnav-container .genre_menu_wrap .genre_ttl {
  width: 300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  font-size: 16px;
  padding: 9px 18px 6px;
}
.js-gnav-container .category_menu_wrap .category_ttl:after,
.js-gnav-container .genre_menu_wrap .category_ttl:after,
.js-gnav-container .category_menu_wrap .genre_ttl:after,
.js-gnav-container .genre_menu_wrap .genre_ttl:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #65bbb1;
  border-right: 1px solid #65bbb1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.js-gnav-container .category_menu_wrap .hbg_menu_inner,
.js-gnav-container .genre_menu_wrap .hbg_menu_inner {
  display: none;
}
.js-gnav-container .category_menu_wrap:hover .hbg_menu_inner,
.js-gnav-container .genre_menu_wrap:hover .hbg_menu_inner {
  display: block;
}
.block-gnav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 85px;
  width: 1400px;
  margin: auto;
}
.block-gnav-inner .block-gnav-keywords {
  padding: 27px 0 40px;
}
.block-gnav-inner .block-gnav-keywords .gnav-ttl {
  font-size: 16px;
  font-weight: bold;
}
.block-gnav-inner .block-gnav-keywords ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 10px;
  margin-top: 13px;
}
.block-gnav-inner .block-gnav-keywords a {
  display: block;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 15px;
  background: #f5f4f4;
}
.block-gnav-inner .hbg_menu_list_container {
  background: #eff5f5;
  position: relative;
}
#footer_pagetop {
  display: none !important;
  opacity: 0 !important;
}
#page-top-footer {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#page-top-footer a {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 52px;
  height: 52px;
}
#page-top-footer a:after {
  content: none;
}
#page-top-footer a:before {
  content: "";
  display: block;
  width: 35px;
  height: 10px;
  background: url("/img/usr/common/arrow_top.png") no-repeat center/contain;
}
.pane-footer {
  background: #f5f4f4;
  padding: 0 0 30px;
}
.pane-footer .container {
  width: auto;
  background: #fff;
}
.block-footernav {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin: auto;
  padding: 38px 0 35px;
}
.block-footernav--item-list {
  display: -ms-grid;
  display: grid;
  gap: 13px;
  text-align: left;
}
.block-footernav--item-list:last-of-type {
  margin-right: auto;
}
.block-footernav--item-list li {
  padding: 0;
}
.block-footernav--item-list li a {
  position: relative;
  display: block;
  width: 206px;
}
.block-footernav--item-list li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  margin: auto;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.footer_logo {
  margin-top: 14px;
}
#copyright {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  border-top: 1px solid #efece9;
  padding: 20px 0 18px;
}
