@charset "UTF-8";
:root {
  --vw: 1vw;
  --header-height: 0px;
  --header-innerheight: 0px;
  --drawer-top: 0px;
  --hbg-top-offset: 0;
  --hbg-left-offset: 0;
}
/* ----ページトップに戻る---- */
.block-page-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 50px;
  width: 50px;
  background: #333;
}
.block-page-top a {
  display: block;
  height: 50px;
  width: 50px;
  margin: 0 auto 15px auto;
}
.block-page-top a:before,
.block-page-top a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -1px 0 0 -8px;
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-page-top a:hover:after {
  margin-top: -9px;
}
/* ----PC/スマホ切り替えスイッチ---- */
.block-switcher {
  width: 400px;
  text-align: center;
  margin: 0 auto 20px;
}
.block-switcher li {
  display: inline-block;
}
.block-switcher--switch {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #444;
  color: #fff;
}
.block-switcher--switch:hover {
  text-decoration: none;
  background-color: #ccc;
}
.block-switcher--current {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ccc;
  color: #fff;
}
.block-switcher .fa {
  margin-right: 10px;
  vertical-align: middle;
}
.block-switcher .fa-mobile-phone {
  font-size: 22px;
}
.block-switcher .fa-desktop {
  font-size: 18px;
}
/* ----Copyright---- */
.block-copyright {
  font-size: 12px;
  text-align: center;
}
/* ----ブランド画面---- */
.block-brand-list {
  margin: 40px 0 60px;
}
.block-brand-list .block-topic-path {
  margin-bottom: 40px;
}
.block-brand-list--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}
.block-brand-list--item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 390px;
      flex-basis: 390px;
  max-width: 390px;
  margin: 0 0 20px 15px;
}
.block-brand-list--item:nth-of-type(3n+1) {
  margin-left: 0;
}
.block-brand-list--item-img {
  width: 390px;
  height: 240px;
}
.block-brand-list--item-name,
.block-brand-list--item-comment {
  border: #ddd 1px solid;
  border-top: none;
  border-bottom: none;
}
.block-brand-list--item-name {
  padding: 15px 35px 0;
}
.block-brand-list--item-comment {
  border-bottom: #ddd 1px solid;
  padding: 15px 35px 35px;
}
.block-brand-list--item-btn {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 240px;
  height: 48px;
  line-height: 48px;
  color: #333;
  font-size: 14px;
  margin: 15px auto 0;
  background: #e5e5e5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.block-brand-list--item-btn:hover {
  opacity: 0.7;
}
.block-brand-detail {
  width: 800px;
  margin: 0 auto 80px auto;
}
.block-brand-detail--header {
  text-align: center;
}
.block-brand-detail--image {
  margin-top: 40px;
}
.block-brand-detail--image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.block-brand-detail--description {
  margin-bottom: 30px;
}
/* ----商品詳細画面---- */
.block-switcher-container {
  float: left;
  padding: 0 0 10px 10px;
  width: 50%;
}
.block-switcher .block-switcher-container .block-switcher--switch .block-switcher--switch--inline .block-icon-image-small {
  background-size: 10px auto;
}
.block-switcher--switch--inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
/* ---------------------*
page-login
*--------------------- */
.block-login--linelogin-text {
  text-align: center;
}
.block-login--linelogin-body {
  margin: 0 auto;
}
:root {
  --vw: 1vw;
  --header-height: 0px;
  --header-innerheight: 0px;
  --drawer-top: 0px;
  --hbg-top-offset: 0;
  --hbg-left-offset: 0;
}
.block-top-event {
  width: 1200px;
  margin: 0 auto;
}
.page-top .block-top-topic {
  width: 1100px;
  min-height: 469px;
  margin: 0 auto;
  padding: 100px 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url("/img/usr/common/bg/bg_type_01.jpg");
  opacity: 0;
}
.page-top .block-top-topic.reconstruct_done {
  opacity: 1;
}
.page-top .block-top-topic--header {
  font-size: unset;
  line-height: unset;
  border: none;
  padding: unset;
}
.page-top .block-top-topic--header span {
  display: block;
  font-size: 11px;
}
.page-top h2.after-border {
  line-height: unset;
  padding-bottom: unset;
  margin-bottom: unset;
  position: relative;
  letter-spacing: unset;
}
.page-top h2.after-border:after {
  content: none;
}
.page-top .block-top-topic--body {
  width: 897px;
  margin: 0;
}
.block-top-topic {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 0 0;
  background: #f9f9f9;
}
.block-top-topic:before,
.block-top-topic:after {
  content: "";
  display: block;
  height: 100%;
  width: calc(100vw - 1200px);
  position: absolute;
  top: 0;
  z-index: 0;
  background-image: url("/img/usr/common/bg/bg_type_01.jpg");
}
.block-top-topic:before {
  left: calc(1200px - 100vw);
}
.block-top-topic:after {
  right: calc(1200px - 100vw);
}
.topic_header_wrap {
  width: 110px;
  height: 211px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.topic_header_wrap .block-top-topic--header {
  width: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 0;
  font-size: 12px;
  color: #c0a951;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  text-align: right;
  position: relative;
}
.topic_header_wrap .block-top-topic--header:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url("/img/usr/common/icons/icon_square.svg");
  position: absolute;
  left: 0;
  bottom: 0;
}
.topic_header_wrap .block-top-topic--header span {
  font-family: "BIZ UDPMincho", serif;
  font-size: 34px;
  line-height: 1.2;
  line-height: 1.2;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #000;
  letter-spacing: 0.2em;
  white-space: nowrap;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.block-top-topic--next-page {
  margin: 0;
  text-align: left;
}
.block-top-topic--next-page a {
  width: auto;
  height: auto;
  margin: 15px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #c0a951;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.block-top-topic--next-page a:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position-y: bottom;
  width: 32px;
  height: 10px;
  background-image: url("/img/usr/common/icons/arrow_right.svg");
}
.block-top-topic--next-page a:hover {
  opacity: 0.7;
}
.block-top-topic--items {
  border-top: 1px solid #dedede;
}
.block-top-topic--items li {
  padding: 0;
  border-bottom: 1px solid #dedede;
}
.block-top-topic--items li a {
  display: block;
  padding-block: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.block-top-topic--items li a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.block-top-topic--items li a dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: bold;
}
.block-top-topic--items li a dd {
  font-weight: 300;
}
.category_childlist {
  margin: 30px 0;
}
.category_childlist_head {
  font-family: "BIZ UDPMincho", serif;
  font-size: 18px;
  font-weight: bold;
}
.category_childlist_items {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
}
.category_childlist_items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 6px 12px;
  margin-bottom: 0;
  text-decoration: none;
  color: #777;
  border: 1px solid #dedede;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category_childlist_items a:hover {
  background: #c0a951;
  color: #fff;
  border: 1px solid #c0a951;
}
.page-ectop .pane-topic-path,
.page-ectop .block-category-list--goods {
  display: none;
}
.page-ectop .pane-contents {
  margin-top: 60px;
}
.page-ectop .block-top-topic--next-page {
  margin: 0;
  padding-top: 40px;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.page-ectop .block-category-list--topic,
.page-ectop .block-category-list--sub {
  margin-top: 80px;
}
.page-ectop .block-goods-detail-j--items li {
  margin: 20px 0 0 0;
  padding: 0 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
}
.page-ectop .block-ranking-r {
  width: 100%;
  overflow: hidden;
}
.page-ectop .block-ranking-r ul {
  margin: 0;
  display: block;
}
.page-ectop .block-ranking-r ul li {
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
}
.page-ectop .block-ranking-r li > a {
  margin-left: 0;
  text-decoration: none;
}
.page-ectop .block-ranking-r li > a:first-of-type {
  margin-left: 0;
}
.page-ectop .block-ranking-r .variation-name {
  display: none;
}
.page-ectop .block-goods-detail-j--goods,
.page-ectop .block-ranking-r--goods {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: transparent;
  border-radius: 6px;
}
.page-ectop .block-goods-detail-j--goods a,
.page-ectop .block-ranking-r--goods a {
  text-decoration: none;
}
.brand_mv {
  aspect-ratio: 182/145;
}
.brand_mv .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  bottom: -45px;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.brand_mv .splide__pagination__page {
  background: #e8e8e8;
  border: 0;
  border-radius: 2px;
  display: inline-block;
  width: 30px;
  height: 4px;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.brand_mv .splide__pagination__page.is-active {
  background: #c0a951;
  -webkit-transform: none;
          transform: none;
  z-index: 1;
}
.brand_mv_main_track {
  border-radius: 10px;
  overflow: hidden;
}
.custom_header {
  margin: 30px 0;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  gap: 10px;
}
.custom_header_sub {
  font-size: 10px;
  font-weight: bold;
  color: #c0a951;
  text-transform: uppercase;
}
.custom_header_body {
  font-family: "BIZ UDPMincho", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
}
.custom_tubs {
  width: 100%;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.custom_tub {
  height: 32px;
  padding: 0 1em;
  display: -ms-grid;
  display: grid;
  place-content: center;
  border-radius: 16px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom_tub:hover {
  opacity: 0.7;
  color: #fff;
  border: 1px solid #c0a951;
  background: #c0a951;
}
.custom_tub.is_active {
  color: #fff;
  border: 1px solid #c0a951;
  background: #c0a951;
  pointer-events: none;
}
.custom_tub span {
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic";
}
.custom_item {
  display: none;
}
.custom_item.is_active {
  display: block;
}
.custom_category {
  margin: 40px 0;
}
.custom_category_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
.custom_category_item {
  width: 120px;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  justify-items: center;
  text-decoration: none;
  gap: 10px;
}
.custom_category_item:hover img {
  opacity: 0.7;
}
.custom_category_item_img {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom_category_item_img img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.custom_category_item_main {
  font-size: 12px;
  font-weight: bold;
}
.custom_recommend_container {
  width: 100%;
  margin: 163px auto 40px;
  padding-bottom: 40px;
  position: relative;
  background-image: url("/img/usr/common/bg/bg_type_01.jpg");
}
.custom_recommend_container custom_header,
.custom_recommend_container:before {
  content: '';
  display: block;
  width: 100%;
  height: 83px;
  background: url("/img/usr/top/free1/shape_divider_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -82px;
  left: 0;
}
.ectop_free2 {
  margin-top: 80px;
}
.ectop_free2 .isSp {
  display: none;
}
.ectop_free2_container {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
  padding: 20px 40px 30px;
  background-color: #f4f2ef;
}
.ectop_free2_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  font-size: 18px;
  font-weight: bold;
  font-family: "BIZ UDPMincho", serif;
  text-align: center;
}
.freespace2_gift .ectop_free2_ttl:before {
  content: url("/img/usr/common/icons/freespace2_icon_present.svg");
}
.freespace2_tea .ectop_free2_ttl:before {
  content: url("/img/usr/common/icons/freespace2_icon_tea.svg");
}
.freespace2_postage .ectop_free2_ttl:before {
  content: url("/img/usr/common/icons/freespace2_icon_postage.svg");
}
.freespace2_recommendation .ectop_free2_ttl:before {
  content: url("/img/usr/common/icons/freespace2_icon_recommendation.svg");
}
.freespace2_others .ectop_free2_ttl:before {
  content: url("/img/usr/common/icons/freespace2_icon_others.svg");
}
.freespace2_series .ectop_free2_ttl:before {
  content: url("/img/usr/common/icons/freespace2_icon_series.svg");
}
.ectop_free2_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11px;
}
.ectop_free2_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 44px;
  padding: 0.5em;
  font-size: 14px;
  text-align: center;
  list-style: none;
  border-radius: 6px;
  text-decoration: none;
  background-color: #fff;
  line-height: 1.2;
}
.ectop_free2_item:hover {
  opacity: 0.7;
  color: #fff;
  background: #c0a951;
}
.ectop_free2_item span {
  font-size: 13px;
}
.ectop_free2_columns_container {
  margin-top: 60px;
}
.ectop_free2_columns {
  width: 100%;
  margin: 40px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.ectop_free2_column {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  text-decoration: none;
}
.ectop_free2_column img {
  aspect-ratio: 83/66;
  border-radius: 6px;
}
.ectop_free2_column_note {
  font-size: 12px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wrapper:has(.block-thumbnail-h) footer {
  margin-top: 0;
}
.page-top .wrapper footer {
  margin-top: 0;
}
footer {
  background: #000;
}
footer.pane-footer {
  padding: 0;
}
.footer_container {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_logo {
  width: 50px;
  height: auto;
  margin-right: 90px;
}
.footer_logo img {
  width: 100%;
  aspect-ratio: 50/211;
}
.footer_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_unit +.footer_unit {
  margin-left: 70px;
}
.footer_menu {
  display: -ms-grid;
  display: grid;
  gap: 12px;
}
.footer_menu.is_large {
  min-width: 235px;
}
.footer_menu.is_large a {
  font-size: 18px;
}
.footer_menu.is_small {
  min-width: 324px;
}
.footer_menu.is_small a {
  font-size: 14px;
}
.footer_menu_ttl {
  color: #fff;
  font-size: 16px;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #444;
}
.footer_menu_item {
  width: 100%;
}
.footer_menu_item a {
  min-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  color: #fff;
  text-decoration: none;
}
.footer_menu_item a:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 4px;
  height: 7px;
  background-image: url("/img/usr/common/icons/arrow_right_small__white.svg");
}
.footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.footer_sns_item {
  width: 34px;
  height: 34px;
}
.footer_sns_item a {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer_sns_item a img {
  aspect-ratio: 1/1;
}
.footer_sns_item a:hover {
  opacity: 0.7;
}
.footer_right {
  margin-right: 100px;
}
.footer_brands {
  width: 180px;
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
.footer_brands_item {
  width: 100%;
}
.footer_brands_item a {
  width: 100%;
  height: 34px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer_brands_item a:hover {
  opacity: 0.7;
}
.footer_brands_item a img {
  width: 85%;
}
.footer_bottom {
  height: 60px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  background: #000;
  border-top: 1px solid rgba(255,255,255,0.1);
}
#copyright {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.grovalnavi {
  width: 100%;
  height: 100%;
  position: fixed;
  top: var(--header-height, 0);
  left: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  z-index: 100;
  overflow-y: auto;
}
.grovalnavi_btns {
  width: 100%;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.grovalnavi_btn {
  width: 190px;
  height: 60px;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  background: #000;
  border-radius: 6px;
}
.grovalnavi_btn img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.grovalnavi_btn:hover img {
  opacity: 0.7;
}
.grovalnavi_container {
  width: 1140px;
  margin: 0 auto;
  padding: 30px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 700px 430px;
  grid-template-columns: 700px 430px;
  gap: 10px;
}
.grovalnavi_unit__series,
.grovalnavi_unit__category,
.grovalnavi_unit__brand {
  padding: 44px 40px 40px;
  background: #f4f2ef;
  border-radius: 10px;
  overflow: hidden;
}
.grovalnavi_unit_items {
  padding-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.grovalnavi_unit_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.grovalnavi_unit_item {
  background: #fff;
  border-radius: 10px;
  text-decoration: none;
}
.grovalnavi_unit_head_sub,
.grovalnavi_unit_item_sub {
  font-size: 10px;
  color: #c0a951;
}
.grovalnavi_unit_head_main {
  font-size: 24px;
}
.grovalnavi_unit_item_main {
  font-size: 18px;
}
.grovalnavi_unit_item_main.is_small {
  font-size: 12px;
}
.grovalnavi_unit_head_main,
.grovalnavi_unit_item_main {
  font-family: "BIZ UDPMincho", serif;
  font-weight: bold;
}
.grovalnavi_unit_item_img {
  aspect-ratio: 29/25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grovalnavi_unit_item_img img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.grovalnavi_unit_item_misc {
  width: 100%;
  height: 69px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.grovalnavi_unit__menu {
  width: 1140px;
  margin: 0 auto;
}
.grovalnavi_menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.grovalnavi_menu_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.grovalnavi_menu_item a:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 4px;
  height: 7px;
  background-image: url("/img/usr/common/icons/arrow_right_small__white.svg");
}
.grovalnavi_category {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.grovalnavi_category_item {
  width: 90px;
  height: 115px;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  justify-items: center;
  text-decoration: none;
}
.grovalnavi_category_item_img {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grovalnavi_category_item_img img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.grovalnavi_category_item_main {
  font-size: 12px;
}
#header-wrapper {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 76px;
  background: #000;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#header-wrapper.is_hide {
  -webkit-transform: translateY(calc(-1 * var(--header-height)));
          transform: translateY(calc(-1 * var(--header-height)));
}
#header {
  width: 100%;
  height: 100%;
  position: relative;
}
.header_container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_logo {
  height: 24px;
}
.header_btn_en {
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-size: 10px;
  color: #fff;
  line-height: 1;
  padding: 3px 8px;
  border: 1px solid #fff;
  border-radius: 4px;
  text-decoration: none;
}
.header_btn_en:hover {
  color: #c0a951;
  border-color: #c0a951;
}
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header_menu {
  width: auto;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header_menu_item {
  width: auto;
  min-width: 44px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 10px;
  position: relative;
}
.header_menu_item img,
.header_menu_item span {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header_menu_item:hover {
  color: #c0a951 !important;
}
.header_menu_item:hover img,
.header_menu_item:hover span {
  opacity: 0.7;
}
.header_menu_item_img {
  width: 100%;
  height: 25px;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.header_menu_item_name {
  font-size: 10px;
}
.header_hbg {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header_hbg div {
  position: relative;
  width: 18px;
  height: 16px;
}
.header_hbg div span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.header_hbg div span:nth-of-type(1) {
  top: 0;
}
.header_hbg div span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.header_hbg div span:nth-of-type(3) {
  bottom: 0;
}
.header_menu_item.is_active .header_hbg span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.header_menu_item.is_active .header_hbg span:nth-of-type(2) {
  opacity: 0;
}
.header_menu_item.is_active .header_hbg span:nth-of-type(3) {
  -webkit-transform: translateY(-107px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}
.header_hbg div,
.header_hbg div span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
.headder_menu_item_cart_count {
  position: absolute;
  top: -10px;
  right: -5px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  background: #c0a951;
  line-height: 1;
}
#header-news {
  width: 100%;
  min-height: 40px;
  padding: 6px 1em;
  background: #f4f2ef;
  color: #000;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
#header-news p {
  font-size: 14px;
  font-weight: 400;
}
#header_brand_logo {
  width: 100%;
  height: 76px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  position: sticky;
  top: var(--header-height);
  right: 0;
  left: 0;
  background: #fff;
  opacity: 1;
  z-index: 100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#header_brand_logo:not(:has(img)) {
  height: 0;
}
#header_brand_logo img {
  height: 50px;
}
#header_brand_logo.is_fixed {
  -webkit-transform: translateY(var(--header-height));
          transform: translateY(var(--header-height));
}
#header_brand_logo.is_fixed.is_hide {
  -webkit-transform: translateY(calc(-1 * var(--header-height)));
          transform: translateY(calc(-1 * var(--header-height)));
}
#header_brand_logo.is_hide {
  opacity: 0.8;
}
.block-search-box--search-detail {
  text-align: right;
  margin: 5px 0;
}
.block-search-box--search-detail a {
  display: inline-block;
  padding-left: 16px;
  position: relative;
  text-decoration: none;
  color: inherit;
  text-decoration: underline;
}
.block-search-box--search-detail a:before {
  content: none;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px #888 solid;
  border-right: 1px #888 solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.block-search-box--form {
  border: 1px #c0a951 solid;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: inherit;
}
.block-search-box--form:after {
  content: none;
}
input.block-search-box--keyword:hover,
input.block-search-box--keyword {
  line-height: 42px;
  height: 42px;
  padding: 6px 1em;
  border: none;
  background-color: transparent;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
input.block-search-box--keyword:hover:placeholder,
input.block-search-box--keyword:placeholder {
  color: #999;
}
button.block-search-box--search-submit {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: none;
  background-color: #c0a951;
}
button .block-icon-image--search {
  background-image: url("/img/usr/common/icons/icon_glass__white.svg");
  background-position: 50% 50%;
  background-size: 100%;
}
.pane-left-menu h2 {
  font-size: 16px;
  padding: 0;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: none;
  border-top: none;
}
.pane-left-menu h2 span {
  font-size: 12px;
  font-weight: normal;
}
.pane-left-menu h3 {
  font-size: 14px;
  padding: 8px 0;
  font-weight: bold;
  border-bottom: none;
  margin-bottom: 5px;
  cursor: pointer;
}
.leftmenu_brand_logo {
  width: 220px;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.leftmenu_brand_logo:has(img) {
  height: 60px;
}
.leftmenu_brand_logo img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.block-jscart {
  margin-top: 40px;
  padding: 10px 10px 30px 10px;
  background: #eee;
}
.block-jscart--cart-to-order {
  padding: 0 5px 0 5px;
}
.block-category-tree {
  margin: 40px 0 0 0;
  padding: 0;
  background: #fff;
}
.block-genre-tree {
  margin: 80px 0 0 0;
  padding: 0;
  background: #fff;
}
.block-category-tree--item__open,
.block-category-tree--item {
  min-height: 55px;
  position: relative;
  border-top: none;
}
.block-category-tree--item__open a,
.block-category-tree--item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 55px;
  height: auto;
  padding: 0.75em 0;
  font-size: 13px;
  font-weight: bold;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.block-category-tree--item__open a:before,
.block-category-tree--item a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #c0a951;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
.block-category-tree--item__open a:hover:before,
.block-category-tree--item a:hover:before {
  width: 100%;
}
.block-category-tree--item__open a span,
.block-category-tree--item a span {
  width: calc(100% - 35px);
  font-weight: 400;
}
.block-category-tree--item__open a .block-category-tree--image,
.block-category-tree--item a .block-category-tree--image {
  display: none;
}
.block-category-tree--item__open .block-category-tree--item-btn,
.block-category-tree--item .block-category-tree--item-btn {
  width: 35px;
  height: 55px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.block-category-tree--item__open .block-category-tree--item-btn:before,
.block-category-tree--item .block-category-tree--item-btn:before,
.block-category-tree--item__open .block-category-tree--item-btn:after,
.block-category-tree--item .block-category-tree--item-btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #777;
}
.block-category-tree--item__open .block-category-tree--item-btn:before,
.block-category-tree--item .block-category-tree--item-btn:before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.block-category-tree--item__open .block-category-tree--item-btn:after,
.block-category-tree--item .block-category-tree--item-btn:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block-category-tree--item__open .block-category-tree--item-btn.is_open:before,
.block-category-tree--item .block-category-tree--item-btn.is_open:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.block-category-tree--item__open .block-category-tree--item-btn.is_open:after,
.block-category-tree--item .block-category-tree--item-btn.is_open:after {
  background-color: transparent;
}
.block-category-tree--item__open .block-category-tree--item-btn:first-child,
.block-category-tree--item .block-category-tree--item-btn:first-child {
  border-top: none;
}
.block-category-tree--item__open.is_link a,
.block-category-tree--item.is_link a {
  width: 100%;
  padding-right: 30px;
}
.block-category-tree--item__open.is_link a:after,
.block-category-tree--item.is_link a:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-top: -1px;
  border-right: 1px solid #777;
  border-top: 1px solid #777;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 14px;
  top: calc(50% - 4px);
}
.block-category-tree--level-2,
.block-category-tree--level-3,
.block-category-tree--level-4 {
  display: none;
}
.block-category-tree--level-2 > li,
.block-category-tree--level-3 > li,
.block-category-tree--level-4 > li {
  text-indent: unset;
}
.block-category-tree--level-1 {
  margin-top: 15px;
}
.block-category-tree--level-1 > li {
  border-top: none;
}
.block-category-tree--level-1 > li:first-child {
  border: none;
}
.block-category-tree--level-1 > li:last-child {
  border-bottom: #d8d8d8 1px solid;
}
.block-category-tree--level-1 > li:last-child > a,
.block-category-tree--level-1 > li:last-child > span {
  display: none;
}
.block-category-tree--level-2 {
  display: block;
  padding-left: 0;
  background: none;
  border-top: 1px solid #c0a951;
}
.block-category-tree--level-2 > li:not(:first-child) > a {
  border-top: 1px solid #e3e3e3;
}
.block-category-tree--level-3 > li:not(:first-child) > a {
  border-top: 1px solid #e3e3e3;
}
.block-category-tree--level-3 > li,
.block-category-tree--level-4 > li {
  border-top: none;
  text-indent: unset;
  background: none;
}
.block-category-tree--level-3 > li > a,
.block-category-tree--level-4 > li > a {
  padding: 0.75em 0 0.75em 1em;
}
.block-category-tree--level-3 > li > a span,
.block-category-tree--level-4 > li > a span {
  color: #777;
}
.block-category-tree--level-4 > li > a {
  padding: 0.75em 0 0.75em 1.5em;
}
.block-genre-tree--item__open,
.block-genre-tree--item {
  min-height: 55px;
  position: relative;
  border-top: none;
}
.block-genre-tree--item__open a,
.block-genre-tree--item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 55px;
  height: auto;
  padding: 0.75em 0;
  font-size: 13px;
  font-weight: bold;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.block-genre-tree--item__open a:before,
.block-genre-tree--item a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #c0a951;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
.block-genre-tree--item__open a:hover:before,
.block-genre-tree--item a:hover:before {
  width: 100%;
}
.block-genre-tree--item__open a span,
.block-genre-tree--item a span {
  width: calc(100% - 35px);
  font-weight: 400;
}
.block-genre-tree--item__open a .block-category-tree--image,
.block-genre-tree--item a .block-category-tree--image {
  display: none;
}
.block-genre-tree--item__open .block-genre-tree--item-btn,
.block-genre-tree--item .block-genre-tree--item-btn {
  width: 35px;
  height: 55px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.block-genre-tree--item__open .block-genre-tree--item-btn:before,
.block-genre-tree--item .block-genre-tree--item-btn:before,
.block-genre-tree--item__open .block-genre-tree--item-btn:after,
.block-genre-tree--item .block-genre-tree--item-btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #777;
}
.block-genre-tree--item__open .block-genre-tree--item-btn:before,
.block-genre-tree--item .block-genre-tree--item-btn:before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.block-genre-tree--item__open .block-genre-tree--item-btn:after,
.block-genre-tree--item .block-genre-tree--item-btn:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block-genre-tree--item__open .block-genre-tree--item-btn.is_open:before,
.block-genre-tree--item .block-genre-tree--item-btn.is_open:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.block-genre-tree--item__open .block-genre-tree--item-btn.is_open:after,
.block-genre-tree--item .block-genre-tree--item-btn.is_open:after {
  background-color: transparent;
}
.block-genre-tree--item__open .block-genre-tree--item-btn:first-child,
.block-genre-tree--item .block-genre-tree--item-btn:first-child {
  border-top: none;
}
.block-genre-tree--item__open.is_link a,
.block-genre-tree--item.is_link a {
  width: 100%;
  padding-right: 30px;
}
.block-genre-tree--item__open.is_link a:after,
.block-genre-tree--item.is_link a:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-top: -1px;
  border-right: 1px solid #777;
  border-top: 1px solid #777;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 14px;
  top: calc(50% - 4px);
}
.block-genre-tree--level2,
.block-genre-tree--level3,
.block-genre-tree--level4 {
  display: none;
}
.block-genre-tree--level2 > li,
.block-genre-tree--level3 > li,
.block-genre-tree--level4 > li {
  text-indent: unset;
}
.block-genre-tree--level1 {
  margin-top: 15px;
  border-top: 1px solid #c0a951;
}
.block-genre-tree--level1 > li:not(:first-child) > a {
  border-top: 1px solid #e3e3e3;
}
.block-genre-tree--level1 > li:last-child {
  border-bottom: #d8d8d8 1px solid;
}
.block-genre-tree--level2 {
  padding-left: 0;
  background: none;
}
.block-genre-tree--level2 > li:not(:first-child) > a {
  border-top: 1px solid #e3e3e3;
}
.block-genre-tree--level2 > li > a {
  padding: 0.75em 0 0.75em 1em;
}
.block-genre-tree--level2 > li > a span {
  color: #777;
}
.block-genre-tree--level3 > li:not(:first-child) > a {
  border-top: 1px solid #e3e3e3;
}
.block-genre-tree--level3 > li,
.block-genre-tree--level4 > li {
  border-top: none;
  text-indent: unset;
  background: none;
}
.block-genre-tree--level3 > li > a,
.block-genre-tree--level4 > li > a {
  padding: 0.75em 0 0.75em 1em;
}
.block-genre-tree--level3 > li > a span,
.block-genre-tree--level4 > li > a span {
  color: #777;
}
.block-genre-tree--level4 > li > a {
  padding: 0.75em 0 0.75em 1.5em;
}
.header_simple {
  width: 100%;
  height: 45px;
  background: #000;
}
.header_simple_logo {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.simple_footer {
  width: 100%;
  height: 60px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  background: #000;
}
.simple_footer #copyright {
  border: none;
}
.top_free1_lead {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 200px;
  background: #1c1c15;
  position: relative;
}
.top_free1_lead_inner {
  width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_free1_lead_logo {
  margin: 30px 0;
  width: 135px;
  height: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_free1_lead_logo img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.top_free1_lead_head {
  margin: 60px 0 30px;
  font-size: 34px;
  color: #fff;
  font-family: "BIZ UDPMincho", serif;
}
.top_free1_lead_text {
  margin: 30px 0;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  line-height: 1.58;
}
.top_free1_btn {
  width: 238px;
  height: 54px;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #c0a951;
  border: 1px solid #c0a951;
  text-decoration: none;
  border-radius: 27px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.top_free1_btn:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position-y: bottom;
  width: 32px;
  height: 10px;
  background-image: url("/img/usr/common/icons/arrow_right.svg");
}
.top_free1_btn:hover {
  opacity: 0.7;
}
.bg_stripe {
  width: 120px;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (40px)[3];
  grid-template-columns: repeat(3, 40px);
  position: absolute;
  top: 0;
  right: 0;
}
.bg_stripe_orange {
  background: #fe6600;
}
.bg_stripe_leafgreen {
  background: #019061;
}
.bg_stripe_teagreen {
  background: #6d7b3e;
}
.shape_divider {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.shape_divider_bottom_img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.shape_divider_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: scale(-1, 1) rotate(180deg);
          transform: scale(-1, 1) rotate(180deg);
}
.shape_divider_bottom svg {
  position: relative;
  display: block;
  width: calc(150% + 1.3px);
  height: 202px;
}
.top_free1_blog {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 130px;
  position: relative;
  background-image: url("/img/usr/common/bg/bg_type_01.jpg");
}
.top_free1_blog_list {
  width: 1200px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.top_free1_blog_list_item {
  width: 385px;
  height: 307px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.top_free1_blog_list_item:hover {
  opacity: 0.7;
}
.top_free1_blog_list_item img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.top_free1_commitment {
  width: 100%;
  padding: 145px 0 238px;
  background-image: url("/img/usr/top/free1/bg_commitment.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.top_free1_commitment .shape_divider_bottom svg {
  fill: #1c1c15;
}
.top_free1_commitment_body {
  width: 425px;
  height: auto;
  margin: 0 auto;
  padding: 40px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.top_free1_commitment_body:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.3;
}
.top_free1_commitment_body:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/img/usr/common/bg/bg_type_01.jpg");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.9;
}
.top_free1_commitment_inner {
  position: relative;
  z-index: 2;
}
.top_free1_commitment_txt {
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.58;
}
.util_link,
.top_free1_commitment_link {
  width: auto;
  height: auto;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #c0a951;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.util_link:after,
.top_free1_commitment_link:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position-y: bottom;
  width: 32px;
  height: 10px;
  background-image: url("/img/usr/common/icons/arrow_right.svg");
}
.util_link:hover,
.top_free1_commitment_link:hover {
  opacity: 0.7;
}
.top_free1_tasting {
  padding: 150px 0;
  background-color: #1c1c15;
  position: relative;
}
.top_free1_tasting:before,
.top_free1_tasting:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
}
.top_free1_tasting:before {
  width: 397px;
  height: 310px;
  background-image: url("/img/usr/top/free1/bg_cloud__left.svg");
  top: calc(50% - 320px);
  left: 0;
}
.top_free1_tasting:after {
  width: 401px;
  height: 294px;
  background-image: url("/img/usr/top/free1/bg_cloud__right.svg");
  top: calc(50% - 30px);
  right: 0;
}
.top_free1_tasting_inner {
  width: 644px;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
.top_free1_tasting_body {
  width: 450px;
  padding: 20px 0;
}
.top_free1_tasting_body_txt {
  color: #fff;
  font-size: 14px;
  line-height: 1.58;
}
.top_free1_sroreinfo {
  width: 100%;
  padding: 130px 0;
  background-image: url("/img/usr/top/free1/bg_sroreinfo.png");
  background-size: cover;
  position: relative;
}
.top_free1_sroreinfo .top_free1_head_sub {
  margin: 15px 0 0 0;
}
.top_free1_sroreinfo .top_free1_head {
  margin: 5px 0 0 0;
}
.top_free1_sroreinfo_link {
  width: auto;
  height: auto;
  margin: 15px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #c0a951;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.top_free1_sroreinfo_link:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position-y: bottom;
  width: 32px;
  height: 10px;
  background-image: url("/img/usr/common/icons/arrow_right.svg");
}
.top_free1_sroreinfo_link:hover {
  opacity: 0.7;
}
.top_free1_sroreinfo_body {
  width: 272px;
  height: auto;
  margin: 0 auto;
  padding: 30px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.top_free1_sroreinfo_body:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.9;
}
.top_free1_sroreinfo_inner {
  position: relative;
  z-index: 2;
}
.top_free1_head_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_free1_head_unit:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url("/img/usr/common/icons/icon_square.svg");
}
.top_free1_head_sub {
  margin-top: 20px;
  font-size: 12px;
  color: #c0a951;
  font-weight: bold;
}
.top_free1_head {
  margin: 9px 0 0 0;
  padding: 0;
  font-family: "BIZ UDPMincho", serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
}
.top_free1_head_unit__vertical {
  width: 134px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.top_free1_head_unit__vertical:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url("/img/usr/common/icons/icon_square.svg");
}
.top_free1_head_unit__vertical .top_free1_head_sub {
  margin: 0;
  font-size: 12px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  text-align: right;
}
.top_free1_head_unit__vertical .top_free1_head {
  margin: 0;
  color: #fff;
  line-height: 1.2;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
.top_contents {
  margin: 60px 0 100px;
}
.top_contents_title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.top_contents_container {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.top_contents_banner {
  width: 386px;
  height: 386px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.top_contents_banner:hover {
  opacity: 0.7;
}
.top_contents_banner img {
  aspect-ratio: 1/1;
}
.top_mv_main {
  background: #000;
}
.top_mv_main .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  bottom: -45px;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.top_mv_main .splide__pagination__page {
  background: #fff;
  border: 0;
  border-radius: 2px;
  display: inline-block;
  width: 30px;
  height: 4px;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.top_mv_main .splide__pagination__page.is-active {
  background: #c0a951;
  -webkit-transform: none;
          transform: none;
  z-index: 1;
}
.top_mv_main_contaier {
  aspect-ratio: 3/1;
}
.top_mv_main_slide img {
  aspect-ratio: 3/1;
  width: 100%;
}
