@charset "UTF-8";

:root {
  --font-color-red: #AF000E;
  --base-width-sp: 428;
  --base-width-pc: 1600;
}

/* ----トップページ本文---- */
#block_of_top_body {
  width: 1200px;
  margin: 0 auto;
}

.block-top-body--body {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* ----トップページ予備テンプレート2---- */
.block-top-free2--header {
  font-size: 28px;
  text-align: center;
  border-top: #444 2px solid;
  padding: 19px 0 30px;
}

.block-top-free2--body {
  margin: 47px 0 50px;
}

.block-top-free2--items {
  width: 900px;
  height: auto;
  overflow: hidden;
}

.block-top-free2--items li {
  float: left;
}

.block-top-free2--items>li {
  width: 535px;
  height: auto;
}

.block-top-free2--items>li:first-child {
  width: 354px;
  height: auto;
  margin-right: 10px;
}

.block-top-free2--sub-items li {
  width: 172px;
  height: 172px;
  margin-left: 9px;
  margin-bottom: 9px;
}

.block-top-free2--sub-items li:nth-of-type(3n+1) {
  margin-left: 0;
}

/* ----ヘッダー---- */
#header {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  /* z-index: 100; */
  width: 100%;
}

.block-header-logo {
  width: auto;
  width: initial;
  font-size: 0;
  margin: 0;
}

.block-header-welcome {
  margin-left: 40px;
}

.block-header-user-name {
  font-weight: bold;
}

.block-header-tokyu-point-name {
  font-weight: bold;
  margin-left: 16px;
}

span.block-header-tokyu-point {
  font-weight: bold;
  margin-left: 14px;
}

.block-header-text {
  width: 182px;
  font-size: 13px;
  margin-left: 21px;
}

.block-headernav {
  width: 440px;
  width: auto;
  width: initial;
  margin-left: auto;
}

.block-headernav--item-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.block-headernav--item-list li {
  position: relative;
  display: inline-block;
  font-size: 11px;
  ;
  text-align: center;
}

.block-headernav--item-list li i.fa {
  position: relative;
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
  z-index: 1;
}

.block-headernav--item-list li a {
  display: block;
}

.block-headernav--item-list li a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.block-headernav--cart-count {
  /* display: none; */
  /* position: absolute; */
  width: 28px;
  height: 22px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  color: #AF000E;
  z-index: 2;
  padding-top: 1px;
  margin-top: 10px;
  margin-left: 10px;
  position: relative;
}

.block-headernav--cart-count::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 7px 2.5px 0;
  border-color: transparent #ffffff transparent transparent;
  top: 8px;
  left: -7px;
}

.block-headernav-online-supermarket-link {
  line-height: 0;
  min-width: 132px;
}

.block-headernav-login {
  padding: 1px 48px;
  border: 1px solid #222222;
  line-height: 40px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  position: relative;
  margin-left: 24px;
  padding: 1px 0;
  min-width: 233px;
}

.block-headernav-mypage {
  padding: 0 39px;
  border: 1px solid #222222;
  line-height: 40px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  position: relative;
  margin-left: 24px;
  padding-left: 60px;
  min-width: 161px;
}

.block-headernav-mypage::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url(../../img/usr/common/mypage-icon.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 37px;
  transform: translateY(-50%);
  background-size: contain;
}

/* ----ヘッダー検索---- */
.block-global-search {
  width: 460px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.block-global-search--keyword {
  width: 280px;
}

.block-global-search form {
  background-color: #eee;
}

input.block-global-search--keyword:hover,
input.block-global-search--keyword {
  border: none;
  background-color: transparent;
}

button.block-global-search--submit {
  border: none;
  background-color: transparent;
  width: 33px;
}

.block-global-search--searchdetail {
  margin-left: 15px;
}

.block-global-search--search-detail-link {
  color: #6fb4c3;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.block-global-search--search-detail-link:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

/* ----グローバルナビ---- */
.block-globalnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

.block-globalnav--item-list {
  display: table;
  width: 100%;
}

.block-globalnav--item-list>div {
  display: table-cell;
  width: 20%;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
}

.block-globalnav--item-list>div>a {
  position: relative;
  display: block;
  color: #fff;
  padding: 20px 0;
}

.block-globalnav--item-list>div>a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.block-globalnav--item-list>div:hover>.block-globalnav--item-link {
  opacity: 0.7;
}

.block-globalnav--item-list>div>a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 38px;
  border-left: 1px solid #666;
  top: 10px;
  left: 0;
}

.block-globalnav--item-list>div:last-child>a:before {
  border-right: 1px solid #666;
}

.block-globalnav--item-list>div>a .fa-chevron-down {
  position: absolute;
  font-size: 12px;
  right: 12px;
}

.block-globalnav--item-list>div>a.active {
  transition: color 0.2s linear 0;
  color: #6fb4c3;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.block-globalnav--item-list>div>a.active .fa-chevron-down {
  color: #fff;
  transform: rotate(180deg);
}

.block-globalnav--item-list div a .block-icon-image--flex .block-icon-image-small {
  padding-right: 30px;
}

.block-globalnav--item-list div a .block-icon-image--flex .block-icon-image-double-small {
  position: relative;
  left: 50px;
  width: 30px;
}

.block-globalnav-menu {
  position: absolute;
  background-color: #191919;
  opacity: 0.98;
  width: 100%;
  top: 58px;
  left: 0;
  padding: 30px 0 20px;
  text-align: left;
  z-index: 10;
}

.block-globalnav-menu * {
  color: #fff;
}

.block-globalnav-menu>div {
  width: 1200px;
  margin: auto;
}

.block-globalnav-menu .block-dynamic-category--body,
.block-globalnav-menu .block-dynamic-genre--body {
  display: flex;
  align-items: center;
}

.block-globalnav-menu .block-dynamic-category--body li,
.block-globalnav-menu .block-dynamic-genre--body li {
  width: 20%;
  font-size: 14px;
  margin-bottom: 20px;
}

.block-globalnav-menu .block-dynamic-category--body li a,
.block-globalnav-menu .block-dynamic-genre--body li a {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.block-globalnav-menu .block-dynamic-category--body li a:before,
.block-globalnav-menu .block-dynamic-genre--body li a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.block-globalnav-menu .block-dynamic-category--body li a img,
.block-globalnav-menu .block-dynamic-genre--body li a img {
  vertical-align: middle;
  width: 30px;
  margin-right: 10px;
}

.block-globalnav-menu--freespace * {
  font-size: 14px;
}

.block-globalnav-menu--freespace h3 {
  margin-top: 0;
}

.block-globalnav-menu--freespace p {
  font-size: 12px;
  margin: 10px 10px 10px 0;
}

.block-globalnav-menu--freespace>div {
  display: flex;
  align-items: center;
}

.block-globalnav-menu--freespace div li img {
  vertical-align: middle;
}

.block-globalnav--keyword-wrapper {
  display: flex;
  align-items: center;
}

.block-globalnav--keyword-header {
  margin-right: 15px;
}

.block-globalnav--keyword-list {
  display: flex;
}

.block-globalnav--keyword-item a {
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
  background: #666666;
  border-radius: 16px;
  padding: 6px 16px 7px 14px;
}

.block-globalnav-cart {
  width: 186px;
  position: relative;
}

.block-globalnav-cart::before {}

.block-globalnav-cart a {
  display: flex;
  justify-content: center;
  padding: 7px 0px 6px;
  padding: 4px 0 3px;
  background: #AF000E;
  border-radius: 26px;
  color: #fff;
  min-width: 186px;
}

.block-globalnav-cart a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.block-globalnav-total-price-wrapper {
  margin-right: 5px;
}

.block-globalnav-total-price {
  font-size: 20px;
  font-weight: bold;
}

.block-globalnav-total-price-header {
  font-size: 10px;
}

/* ----フッター---- */
footer .container {
  position: relative;
}

.block-footernav {
  margin-bottom: 20px;
  text-align: center;
}

.block-footernav--item-list {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
}

.block-footernav li {
  position: relative;
}

.block-footernav li a {
  color: #444;
}

.footer-shop-banner {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 32px;
}

.footer-shop-banner-item {
  margin: 0 40px;
}

.block-footernav li:not(:last-child):before {
  width: 1px;
  height: 14px;
  background: #222222;
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  right: -14px;
}

/* ----ページトップに戻る---- */
.block-page-top a {
  position: relative;
  display: block;
  /* width: 54px; */
  height: 54px;
  background-color: #333333;
  margin: 0 calc(50% - 50vw - 9px);
  width: 100vw;
}

.page-menu .block-page-top a {
  position: relative;
  display: block;
  width: 100%;
  background-color: #EFEFEF;
  margin: 0 calc(50% - 50vw - 9px);
  width: 100vw;
  padding: 24px;
  height: auto;
  height: initial;
}

.block-page-top a::before {
  content: "PAGE TOP";
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  color: #CCCCCC;
  position: absolute;
  font-size: 10px;
}

.page-menu .block-page-top a::before {
  color: #808080;
}

.block-page-top a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 4px 5px;
  border-color: transparent transparent #CCCCCC transparent;
  transform: translateX(-50%);
  top: 16px;
}

.page-menu .block-page-top a::after {
  border-color: transparent transparent #808080 transparent;
}

/* ----PC/スマホ切り替えスイッチ---- */
.block-switcher {
  width: 400px;
  text-align: center;
  margin: 0 auto 20px;
  display: none;
}

.block-switcher-container {
  float: left;
  padding: 0 0 10px 10px;
  width: 50%;
}

.block-switcher--switch {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  background-color: #444;
  color: #fff;
}

.block-switcher--switch:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #ccc;
}

.block-switcher--switch--inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.block-switcher--current {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  background-color: #ccc;
  color: #fff;
}

.block-switcher .block-switcher-container .block-switcher--switch .block-switcher--switch--inline .block-icon-image-small {
  background-size: 10px auto;
}

/* ----Copyright---- */
.block-copyright {
  font-size: 10px;
  text-align: center;
  color: #333;
}

.page-menu .block-copyright {
  color: #BBB;
}

/* ----ブランド画面---- */
.block-brand-list {
  margin: 40px 0 60px;
}

.block-brand-list .block-topic-path {
  margin-bottom: 40px;
}

.block-brand-list--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-brand-list--item {
  flex-grow: 1;
  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-align: center;
  width: 240px;
  height: 48px;
  line-height: 48px;
  color: #333;
  font-size: 14px;
  margin: 15px auto 0;
  background: #e5e5e5;
}

.block-brand-detail--image {
  margin-top: 40px;
}

.block-brand-detail--description {
  margin-bottom: 30px;
}

/* ----商品詳細画面---- */
/*CSSによる商品詳細画面の項目の並び順変更用*/
.pane-goods-right-side form {
  display: flex;
  flex-flow: column wrap;
}

.block-goods-sns {
  order: 10;
}

.page-goods .block-icon {
  order: 20;
}

.block-goods-comment {
  order: 30;
}

.block-goods-name {
  order: 40;
}

.block-goods-price {
  order: 50;
  display: flex;
  flex-wrap: wrap;
}

.block-goods-code {
  order: 60;
}

/*
.block-goods-item-code {
  order: 70;
}
*/
.block-goods-jan {
  order: 70;
}

.block-goods-item-code2 {
  order: 80;
}

.block-goods-item-code3 {
  order: 90;
}

.block-goods-release-dt {
  order: 100;
}

.block-goods-class1 {
  order: 110;
}

.block-goods-class2 {
  order: 120;
}

.block-goods-attr1 {
  order: 130;
}

.block-goods-attr2 {
  order: 140;
}

.block-goods-attr3 {
  order: 150;
}

.block-goods-size {
  order: 160;
}

.block-goods-color {
  order: 170;
}

.block-goods-point {
  order: 180;
}

.block-goods-postage {
  order: 190;
}

.block-goods-stock {
  order: 200;
}

.block-goods-spec {
  order: 210;
}

.block-goods-sales-detail-append {
  order: 220;
}

.block-variation {
  order: 230;
}

.block-custom-order {
  order: 240;
}

.block-add-cart {
  order: 250;
}

.block-no-stock {
  order: 260;
}

.block-outside-sales-period {
  order: 260;
}

.block-arrival-notice {
  order: 270;
}

.block-goods-store-stock {
  order: 280;
}

.block-goods-set {
  order: 290;
}

.block-accessory-list {
  order: 300;
}

.block-variation-back-order {
  order: 310;
}

.block-contact-about-goods {
  order: 320;
}

.block-goods-favorite {
  order: 330;
}

.block-goods-link {
  order: 340;
}

/* ----ゲストお気に入り画面---- */
.block-guest-favorite-synchronize {
  text-align: center;
  margin-top: 50px;
}

/* ----定期購入商品サイクル情報変更画面---- */
.block-regular-purcharse-cycle-info-update--skip-cancel-message {
  margin: 5px 0 0 5px;
}

/* ----アプリログイン訴求画面---- */
.block-applogin-body {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.9em;
  text-align: center;
  margin: auto;
  height: 100px;
}

/* ----イベント---- */
.block-top-event-banner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 46px;
}

.block-top-event--banner a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  opacity: .7;
}

.block-list-event--frame {
  margin: 0 auto;
}

.block-top-event-banner--title-frame,
.block-top-event-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 2px dashed #AF000E;
  margin-bottom: 40px;
  padding-top: 54px;
}

.block-top-event-banner--title,
.block-top-event--header a {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
  padding-left: 26px;
  margin: 0;
}

.block-top-event-banner--title::before,
.block-top-event--header a::before {
  content: "";
  width: 8px;
  height: 24px;
  display: block;
  background: #AF000E;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 20px;
}

.block-top-event-banner--title-link,
.block-top-event--next-page a {
  font-size: 14px;
  font-weight: bold;
  color: #AF000E;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-right: 24px;
  position: relative;
}

.block-top-event-banner--title-link:hover,
.block-top-event--next-page a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.block-top-event-banner--title-link::before,
.block-top-event--next-page a::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../../img/usr/common/red-circle-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  right: -20px;
}

.full .block-list-event--frame {
  width: 1200px;
  margin: 0 auto;
}

.block-top-event-banner-list.js-top-event-banner {
  display: flex;
  flex-wrap: wrap;
}

.block-list-event--frame[data-event^="spe"] {
  width: 380px;
  margin: 0;
  margin-bottom: 34px;
}

.block-list-event--frame[data-event^="spe"]:not(:nth-of-type(3n)) {
  margin-right: 30px;
}

.block-top-event--banner--copy {
  margin-top: 12px;
  font-size: 14px;
  font-weight: bold;
}

/* 関連イベント */
.block-list-event--frame.block-related-event-container {
  display: flex;
  flex-wrap: wrap;
}

.block-list-event--frame.block-related-event-container .block-event-page--comment {
  font-size: 13px;
  line-height: 1.692;
  width: 100%;
}

.block-related-event-container .block-related-event-wrapper {
  text-align: left;
  width: 380px;
}

.block-related-event-container .block-related-event-wrapper:not(:nth-of-type(3n)) {
  margin-right: 30px;
}

.block-related-event-container .block-related-event-wrapper:first-of-type {
  /* padding-top: 27px; */
}

.block-related-event-container .block-related-event-wrapper:not(:last-of-type) {
  margin-bottom: 40px;
}

.block-related-event-container .block-top-event--image {
  margin: 0;
  padding-bottom: 12px;
}

.block-related-event-comment {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

/* 見出し */
.block-category-list--header,
.block-genre-page--header,
.block-event-page--header,
/* .block-mypage h1, */
.block-login h1,
.block-member-info h1,
.block-member-info-confirmation h1,
.block-purchase-history--header,
.block-coupon-list--header,
.block-point-history-list--header,
.block-favorite--header,
.block-credit-card-confirmation--header,
.block-update-credit-card-info--header,
.block-mail-address--update-header,
.block-shipping-address-registration--header,
.block-member-password--header,
.block-mail-news--header,
.block-inquiry--header,
.block-inquiry-completed--header,
.block-withdrawal--header,
.block-logout--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 2px dashed #AF000E;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
  padding-left: 26px;
}

.block-category-list--header::before,
.block-genre-page--header::before,
.block-event-page--header::before,
/* .block-mypage h1::before, */
.block-login h1::before,
.block-member-info h1::before,
.block-member-info-confirmation h1::before,
.block-purchase-history--header::before,
.block-coupon-list--header::before,
.block-point-history-list--header::before,
.block-favorite--header::before,
.block-credit-card-confirmation--header::before,
.block-update-credit-card-info--header::before,
.block-mail-address--update-header::before,
.block-shipping-address-registration--header::before,
.block-member-password--header::before,
.block-mail-news--header::before,
.block-inquiry--header::before,
.block-inquiry-completed--header::before,
.block-withdrawal--header::before,
.block-logout--header::before {
  content: "";
  width: 8px;
  height: 24px;
  display: block;
  background: #AF000E;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 20px;
}

/*ヘッダーパッチ*/
.pane-header{
  position: relative;
}
.pane-header > .container{
  max-width: 1580px;
}
.block-headernav {
  padding: 0 20px 0 0;
  display: flex;
  gap: 20px;
}

.block-header-logo02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.block-header-logo02 .block-header-logo--link {
  width: 130px;
}

.block-header-logo02>span {
  font-size: 11px;
}

.pane-globalnav>.container {}

.block-globalnav {
  display: flex;
  justify-content: center;
  min-height: 62px;
  padding: 5px 200px 5px;
  position: relative;
}

.block-globalnav--newsTxt {
  text-align: center;
  font-size: 13px;
}

.block-globalnav-cart {
  height: 52px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.block-globalnav-cart a {
  height: 100%;
}

/*フッターパッチ*/
.pane-footer {
  padding: 0 0 33px;
}

.pane-footer>.container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer-shop-banner {
  align-items: center;
  gap: 80px;
}

.footer-shop-banner-item {
  margin: 0;
}

.footer-shop-banner-item.-net {}

.footer-shop-banner-item.-tokyu-store {
  width: 202px;
}

.block-page-top {}

.footer-contact-box {
  padding: 60px 0 60px;
  background: #F5F5F5;
  order: 1;
}

.footer-contact-box--inner {
  display: flex;
  justify-content: space-between;
  gap: 30px 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-contact-box--item-heading {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.2em;
}

.footer-contact-box--item {
  padding: 40px 20px 0px;
  display: block;
  text-align: center;
  background: #fff;
  min-height: 188px;
}

.footer-contact-box--item.-form {
  width: 410px;
  flex-shrink: 0;
}

.footer-contact-box--item.-contact {
  width: 100%;
}

.footer-contact-box--info {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.footer-contact-box--tel {
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #AF000E;
  color: var(--font-color-red);
}

.footer-contact-box--tel>.numTxt {
  font-size: 30px;
  font-weight: bold;
  color: #AF000E;
  color: var(--font-color-red);
}

.footer-contact-box--btn {
  width: 100%;
  max-width: 282px;
  margin: 20px auto 0;
}

.footer-contact-box--btn a {
  width: 100%;
  min-height: 61px;
  border: 2px solid #AF000E;
  border: 2px solid var(--font-color-red);
  ;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #AF000E;
  color: var(--font-color-red);
  background: #FFF0F0;
}

.block-copyright {
  font-size: 11px;
}

.block-footernav {
  margin-bottom: 25px;
}

.block-footernav--item-list {
  display: flex;
  justify-content: center;
}

.block-footernav--item-list>li {
  padding: 0 16px 0;
}

.block-footernav--item-list>li::before {
  display: none !important;
}

.block-footernav--item-list>li:nth-of-type(n+2)::before {
  content: '';
  display: block !important;
  width: 1px;
  height: 14px;
  position: absolute;
  background: #222;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: auto;
}

.block-footernav--item-list>li a {
  font-size: 13px;
}

.block-footernav--item-list>li a[target="_blank"]::after {
  margin-left: 8px;
  content: '';
  display: inline-block;
  width: 9px;
  height: 11px;
  position: relative;
  top: 1px;
  background: url(../../img/usr/common/icon_blank.png) no-repeat center/contain;
}

.block-page-top {
  order: 2;
}

.footer-shop-banner {
  order: 3;
}

.block-footernav {
  order: 4;
}

.block-copyright {
  order: 5;
  ;
}

.page-event .pane-contents,
.page-category .pane-contents,
.page-genre .pane-contents,
.page-search .pane-contents {
  margin-top: 38px;
}

.page-event .pane-contents .pane-left-menu,
.page-category .pane-contents .pane-left-menu,
.page-genre .pane-contents .pane-left-menu,
.page-search .pane-contents .pane-left-menu {
  width: 260px;
  margin: 0 40px 0 0;
}

.page-event .pane-contents .pane-main,
.page-category .pane-contents .pane-main,
.page-genre .pane-contents .pane-main,
.page-search .pane-contents .pane-main {
  width: 900px;
}

.page-event .block-topic-path,
.page-category .block-topic-path,
.page-genre .block-topic-path,
.page-search .block-topic-path {
  padding: 21px 0;
}

.page-event .block-goods-list--display-style-items,
.page-category .block-goods-list--display-style-items,
.page-genre .block-goods-list--display-style-items,
.page-search .block-goods-list--display-style-items,
.page-event .block-goods-list--sort-order-items,
.page-category .block-goods-list--sort-order-items,
.page-genre .block-goods-list--sort-order-items,
.page-search .block-goods-list--sort-order-items,
.page-category .block-goods-list--pager.pager,
.page-genre .block-goods-list--pager.pager,
.page-search .block-goods-list--pager.pager {
  display: none;
}

.page-event .block-goods-list-d-add-cart .block-list-add-cart-btn,
.page-category .block-goods-list-d-add-cart .block-list-add-cart-btn,
.page-genre .block-goods-list-d-add-cart .block-list-add-cart-btn,
.page-search .block-goods-list-d-add-cart .block-list-add-cart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  border-radius: 30px;
  margin: 40px auto 0;
  font-size: 18px;
  font-weight: 500;
}

.page-event .pane-contents,
.page-category .pane-contents,
.page-genre .pane-contents,
.page-search .pane-contents {
  padding-bottom: 0;
}

.page-event .pane-right-menu,
.page-category .pane-right-menu,
.page-genre .pane-right-menu,
.page-search .pane-right-menu {
  margin: 40px 0 30px;
}

.block-category-list--header,
.block-genre-pane--header {
  padding: 0 0 13px 26px;
  border: 0;
  margin: 0 auto 0;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.block-category-list--header::before,
.block-genre-pane--header::before {
  content: '';
  display: block;
  width: 8px;
  height: 24px;
  background: #AF000E;
  background: var(--font-color-red);
  border-radius: 4px;
  position: absolute;
  top: 9px;
  left: 0;
}

.block-category-list--header::after,
.block-genre-pane--header::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: url(../../img/usr/common/border_red.png) repeat-x center;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  bottom: 0;
}

.block-category-list--header~.default-txt,
.block-genre-pane--header~.default-txt {
  margin-top: 21px;
  font-size: 14px;
  font-weight: 500;
}

.block-category-list--goods {
  margin-top: 37px;
}

/*レフトメニュー*/
.block-category-tree--item {}

.pane-block--title.block-category-tree--header,
.pane-block--title.block-genre-tree--header {
  padding: 22px 0;
  border: 0;
  border-bottom: 1px solid #AF000E;
  border-bottom: 1px solid var(--font-color-red);
  font-size: 18px;
  font-weight: bold;
}

.pane-block--title.block-category-tree--header {
  margin-top: 0;
}

.block-category-tree--item__open,
.block-category-tree--item,
.block-genre-tree--item__open,
.block-genre-tree--item {
  border: 0;
}

.block-category-tree--item__open:nth-of-type(n+2),
.block-category-tree--item:nth-of-type(n+2),
.block-genre-tree--item__open:nth-of-type(n+2),
.block-genre-tree--item:nth-of-type(n+2) {
  border-top: 1px solid #D5D5D5;
}

.block-category-tree--item__open>a,
.block-category-tree--item>a,
.block-genre-tree--item__open>a,
.block-genre-tree--item>a {
  padding: 10px 11px 10px 11px;
  min-height: 60px;
  font-size: 14px;
}

.block-category-tree--item__open>a>figure,
.block-category-tree--item>a>figure,
.block-genre-tree--item__open>a>figure,
.block-genre-tree--item>a>figure {
  display: none;
}

/*数量ボックス*/
.block-counter-box {
  order: 285;
}

.block-counter-box {
  margin: 0;
  width: 160px;
  display: flex;
  border: 1px solid #D2D2D2;
  border-radius: 5px;
  overflow: hidden;
}

.block-counter-box>input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 0;
  border-radius: 0;
  border-left: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}

.block-counter-box>button {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 0;
  background: #EFEFEF;
  flex-shrink: 0;
  cursor: pointer;
}

.block-goods-list-d--option-body:has(.block-goods-list-d--option-item) .block-counter-box {
  width: 144px;
}

.block-goods-list-d--option-body:has(.block-goods-list-d--option-item) .block-counter-box>button {
  width: 44px;
}

/*リスト調整 -- 表示形式：詳細一覧*/
.block-goods-list-d--qty {
  padding: 0 4px 0;
  margin: 33px 0 0;
  display: flex;
  align-items: center;
  gap: 15px 15px;
}

.block-goods-list-d--qty--hidden {
  padding: 0 4px 0;
  margin: 33px 0 0;
  display: flex;
  align-items: center;
  gap: 15px 15px;
  visibility: hidden;
}

.block-goods-list-d--qty>.qtyTxt {
  font-size: 14px;
}

.block-goods-list-d--items>li {
  padding: 40px 40px 40px;
  background: #fff;
  border-radius: 5px;
}

.block-goods-list-d--items>li:nth-of-type(n+2) {
  margin-top: 20px;
}

.block-goods-list-d--item-body {
  width: 100%;
  gap: 20px 34px;
}

.block-goods-list-d--work-time {
  padding: 0 22px;
  border-radius: 17.5px;
  min-height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
  background: #F1F1F1;
}

.block-goods-list-d--work-time::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../../img/usr/common/icon_watch.png) no-repeat center center/contain;
}

.block-goods-list-d--goods-name {
  font-size: 24px;
  font-weight: bold;
  -webkit-text-decoration: none;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.block-goods-list-d--goods-name a {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.block-goods-list-d--goods-name a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #333;
}

.block-goods-list-d--price-title,
.block-goods-list-d--price {
  display: none;
}



*+.block-goods-list-d--goods-name {
  margin-top: 20px;
}

.block-goods-list-d--item-description {
  width: 100%;
  padding: 0;
}

.block-goods-list-d--item-description > .block-icon{
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 8px;
}
.block-goods-list-d--item-description > .block-icon img{
  display: block;
  width: auto;
  height: 26px;
}

.block-goods-list-d--item-details {
  margin-top: 14px;

}

.block-goods-list-d--menu_godos,
.block-goods-list-d--net {
  display: none !important;
}

.block-goods-list-d--goods-comment {
  margin-top: 14px;
}

.block-goods-list-d--comment1 {
  margin-top: 17px;
}

.block-goods-list-d--price-infos {
  margin-top: 0;
}

.block-goods-list-d--default-price.default-price{
  text-align: left;
}

.block-goods-list-d--net-price.net-price {
  text-align: left;
  font-size: 22px;
  font-weight: bold;
}

.block-goods-list-d--net-price.net-price>span.taxTxt {
  font-size: 14px;
  margin-left: 2px;
}

/*オプション領域用リスト項目調整*/
.block-goods-list-d--image.-option {
  width: 93px;
  height: 93px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 0;
}

.block-goods-list-d--image.-option figure {
  width: 100%;
  height: 100%;
}

.block-goods-list-d--image.-option figure img {
  width: 101%;
  height: 101%;
  object-fit: cover;
}

.block-goods-list-d--item-description.-option {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 20px 0 0;
}

.block-goods-list-d--item-description.-option .block-goods-list-d--goods-name {
  font-size: 16px;
}

.block-goods-list-d--item-description.-option .block-goods-list-d--price-infos {
  width: 100%;
  margin-top: 17px;
}

.block-goods-list-d--item-description.-option .block-goods-list-d--net-price.net-price {
  font-size: 20px;
  font-weight: bold;
}

.block-goods-list-d--item-description.-option .block-goods-list-d--net-price.net-price>.taxTxt {
  font-size: 12px;
}

.block-goods-list-d--item-description.-option .block-goods-list-d--qty {
  justify-content: space-between;
  padding: 0;
  margin-top: 20px;
}

/*オプション領域*/
.block-goods-list-d--option-box {
  position: relative;
}

.block-goods-list-d--option-box:has(.block-goods-list-d--option-item) {
  margin-top: 20px;
}

.block-goods-list-d--option-heading>button {
  border: 2px solid #AF000E;
  border: 2px solid var(--font-color-red);
  border-radius: 10px;
  width: 208px;
  height: 48px;
  background: #AF000E;
  background: var(--font-color-red);
  color: #fff;
  background: #fff;
  color: #AF000E;
  color: var(--font-color-red);
  /* transition: 0.5s; */
  position: absolute;
  font-size: 16px;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  top: -20px;
}

.block-goods-list-d--option-heading>button>span {
  padding: 0 0 0 20px;
  position: relative;
}

.block-goods-list-d--option-heading>button>span::before,
.block-goods-list-d--option-heading>button>span::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  left: 0;
  background: #AF000E;
  background: var(--font-color-red);
}

.block-goods-list-d--option-heading>button>span::after {
  transform: translateY(-50%) rotate(90deg);
}

.block-goods-list-d--option-heading>button.is-active {
  background: #AF000E;
  background: var(--font-color-red);
  color: #fff;
  height: 68px;
  border-radius: 10px 10px 0 0;
  top: 0;
}

.block-goods-list-d--option-heading>button.is-active>span::before,
.block-goods-list-d--option-heading>button.is-active>span::after {
  transform: translateY(-50%) rotate(0deg);
  background: #fff;
}

.block-goods-list-d--option-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 20px 20px;
}

.block-goods-list-d--option-list>li {
  margin: 0;
}

.block-goods-list-d--option-item {
  display: block;
  background: #fff;
  width: calc((100% / 3) - (40px /3));
  padding: 20px 20px 45px;
  border-radius: 5px;
  margin: 0;
}

.block-goods-list-d--option-notice {
  color: #E90013;
  display: none;
}

.block-goods-list-d--option-body:has(.block-goods-list-d--option-item) {
  display: none;
  padding: 0;
  margin: 0;
  background: #FFF0F0;
}

.block-goods-list-d--option-body:has(.block-goods-list-d--option-item) .block-goods-list-d--option-notice {
  display: block;
}

.block-goods-list-d--option-body:has(.block-goods-list-d--option-item) .block-goods-list-d--option-list {
  margin-top: 20px;
}

.block-goods-list-d--option-body:has(.block-goods-list-d--option-item) .block-goods-list-d--option-inner {
  padding: 22px 46px 32px;
  border: 1px solid #AF000E;
  border: 1px solid var(--font-color-red);
  border-radius: 5px 0 5px 5px;
}

.page-top .pane-contents {
  padding-bottom: 0;
}

.page-top .pane-main {
  overflow: hidden;
}

.page-top .pane-main>*:not(.block-top-body) {
  max-width: 1200px;
  margin: 0 auto;
}

.page-top .pane-main>*.block-top-topic {
  width: 100%;
  max-width: 100%;
  margin: 100px auto 0;
}

#block_of_top_body {
  width: 100%;
  margin: 0 auto;
}

.block-top-body--items a {
  display: block;
}

.block-top-body--items a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-top-body--items img{
  aspect-ratio: 1905/535;
  width: 100%;
  height: auto;
}

.block-top-body--body {
  margin: 0 auto;
}

/*予備TEMPLATE読み込みパーツ*/
.block-menu-box--list {
  padding: 0 10px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
}

.block-menu-box--item {
  width: calc((100% / 2) - (30px / 2));
  padding: 29px 30px 30px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.block-menu-box--link {
  display: block;
  transition: 0.3s;
}

.block-menu-box--link:hover {}

.block-menu-box--body {
  margin: 29px auto 0;
  display: flex;
  gap: 30px;
}

.block-menu-box--img {
  width: 200px;
  flex-shrink: 0;
}

.block-menu-box--heading {
  padding: 0 0 17px 26px;
  margin: 0;
  font-size: 26px;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.block-menu-box--heading::before {
  content: '';
  display: block;
  width: 8px;
  height: 26px;
  background: #AF000E;
  background: var(--font-color-red);
  border-radius: 4px;
  position: absolute;
  top: 9px;
  left: 0;
}

.block-menu-box--heading::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: url(../../img/usr/common/border_red.png) repeat-x center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.block-menu-box--desc {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 200px;
}

.block-menu-box--txt {
  line-height: 1.73;
}

.block-menu-box--desc > p.block-menu-box--txt:first-of-type {
  font-weight: bold;
}

.block-menu-box--icons {
  margin: 13px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.block-menu-box--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 11px 5px;
  border: 1px solid #AF000E;
  border: 1px solid var(--font-color-red);
  border-radius: 2px;
  line-height: 1;
  white-space: nowrap;
  font-size: 13px;
  color: #AF000E;
  color: var(--font-color-red);
  min-height: 26px;
}

.block-menu-box--inner {
  margin: 60px auto 0;
}

.block-menu-box--price {
  padding: 10px 0 5px;
  margin-top: auto;
  font-weight: bold;
  font-size: 24px;
}

.block-menu-box--price>.yenTxt {
  font-size: 18px;
}

.block-menu-box--price>.taxTxt {
  font-size: 14px;
}

.block-menu-box--recommend {
  margin-top: 20px;
}

.block-menu-box--recommend .tag{
  white-space: nowrap;
  margin-right: 10px;
}
.block-menu-box--txt.service{
    font-weight: bold;
    text-align: right;
    font-size: medium;
    text-decoration: underline;
}

.block-menu-box--txt.service::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../../img/usr/common/red-circle-arrow.png) no-repeat;
    background-size: contain;
    position: relative;
    top: 1px;
    right: -5px;
}

/*トピック調整*/
.block-top-topic {
  padding: 39px 0 80px;
  background: #fff;
}

.block-top-topic--header {
  max-width: 1200px;
  padding: 0 0 13px 26px;
  margin: 54px auto 0;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.block-top-topic--header::before {
  content: '';
  display: block;
  width: 8px;
  height: 24px;
  background: #AF000E;
  background: var(--font-color-red);
  border-radius: 4px;
  position: absolute;
  top: 9px;
  left: 0;
}

.block-top-topic--header::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: url(../../img/usr/common/border_red.png) repeat-x center;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  bottom: 0;
}

.block-top-topic--body {
  max-width: 1200px;
  padding: 29px 0 0;
  margin: 0 auto 0;
  position: relative;
}

.block-top-topic--items>li {
  padding: 12px 0 11px;
  margin: 0;
  position: relative;
  font-size: 16px;
}

.block-top-topic--items>li>a>dl,
.block-top-topic--items>li>dl {
  display: flex;
  gap: 20px 20px;
}

.block-top-topic--items>li>a>dl>dt,
.block-top-topic--items>li>dl>dt {
  width: 140px;
  padding: 0;
  margin: 0;
}

.block-top-topic--items>li>a>dl>dd,
.block-top-topic--items>li>dl>dd {
  padding: 0;
  margin: 0;
}

.block-top-topic--items>li::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: url(../../img/usr/common/border_gray.png) repeat-x center;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  bottom: 0;
}

.block-top-topic--next-page {
  position: absolute;
  top: -22px;
  transform: translateY(-100%);
  right: 29px;
  text-align: right;
  margin: 0 0 0;
  font-size: 14px;
}

.block-top-topic--next-page a {
  color: #AF000E;
  color: var(--font-color-red);
  position: relative;
}

.block-top-topic--next-page a::before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../../img/usr/common/icon_circle_arrow_red.png) no-repeat center center/contain;
  right: -10px;
  transform: translate(100%, -50%) translateY(1px);
  top: 50%;
  bottom: auto;
}

.block-cart--goods-list>li.is-option {
  padding-left: 200px;
}

.block-cart--goods-list>li.is-option .block-cart--goods-list-item {
  width: 150px;
}

.block-cart--goods-list>li.is-option .block-cart--goods-list-item-set-name {}

.block-cart--goods-list>li.is-option .block-cart--goods-list-item-comment {}

.forSP {
  display: none !important;
}

.block-default--header {
  padding: 0 0 13px 26px;
  margin: 0 auto 0;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.block-default--header::before {
  content: '';
  display: block;
  width: 8px;
  height: 24px;
  background: #AF000E;
  background: var(--font-color-red);
  border-radius: 4px;
  position: absolute;
  top: 9px;
  left: 0;
}

.block-default--header::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: url(../../img/usr/common/border_red.png) repeat-x center;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  bottom: 0;
}




/* アドレス帳の新規登録・変更 */

.page-custdest .action-buttons{
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 10px 20px;
}
.page-custdest .action{
  display: block;
  margin: 0;
}
.page-custdest .action .btn{
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  border-radius: 30px;
  margin: 0;
  font-size: 18px;
}

/* ご予約の確認 */
.block-order-estimate h3{
  padding-bottom: 5px;
}
.block-order-estimate--sales-append-list{
  margin-top: 10px;
}


/* ご予約完了 */
.pane-order-contents:has(.block-order-complete){
  min-height: auto;
}
.block-order-complete--home{
  max-width: 300px;
  margin: 40px auto 0;
}
.block-order-complete--home > a{
  width: 100%;
  min-height: 61px;
  border: 2px solid #AF000E;
  border: 2px solid var(--font-color-red);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #AF000E;
  color: var(--font-color-red);
  background: #FFF0F0;
}

.header-login-area {
  padding: 0 0 0 16px;
  justify-content: space-between;
}

/*関連サービスモーダル*/

.pane-header > .container{
  height: 87px;
}

.header-login-area {
  padding: 0 0 0 16px;
  justify-content: space-between;
  position: relative;
}
.block-headernav{
  gap: 10px 31px;
}
a.block-headernav-history-link,
a.block-headernav-logout-link {
  margin: 0;
}
a.block-headernav-mypage,
a.block-headernav-login {
  width: min(calc(156 * (100vw / var(--base-width-sp))), 156px);
  padding: 7px min(calc(10 * (100vw / var(--base-width-sp))), 10px) 7px;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  margin: 0;
  background: #fff;
  display: flex!important;
  justify-content: center;
  align-items: center;
  font-size: min(calc(11 * (100vw / var(--base-width-sp))), 11px);
  line-height: 1;
  min-height: 44px;
  margin: 0;
}
a.block-headernav-mypage {
  width: min(calc(216 * (100vw / var(--base-width-sp))), 216px);
  border: 1px solid #222;
  border-radius: 3px;
}
a.block-headernav-mypage::before {
  content: '';
  display: block;
  position: relative;
  top: 0;
  transform: none;
  left: 0;
  background: url(../../img/usr/common/mypage-icon.png) no-repeat center center/contain;
  margin-right: 9px;
  font-size: 12px;
}

.block-headernav--item-list{
  display: flex;
  gap: 10px 20px;
}

/* .block-headernav--item-list>li{
  width: 234px;
} */

/* .block-headernav--item-list li > a.block-headernav-mypage,
.block-headernav--item-list li > a.block-headernav-login {
  width: 100%;
  padding: 7px 10px 7px;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  margin: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  box-sizing: border-box;
  line-height: 1;
  min-height: 44px;letter-spacing: 0.1em;
} */

.block-headernav-related-box{
  width: 234px;
}

.block-headernav-related-box>button {
  width: 100%;
  min-height: 44px;
  color: #AF000E;
  color: var(--font-color-red);
  font-size: 13px;
  font-weight: bold;
  padding: 3px 5px 3px;
  border: 1px solid var(--font-color-red);
  border-radius: 3px;
  background: #FFF0F0;
  position: relative;
  box-sizing: border-box;
  letter-spacing: -0.03em;
}

.block-headernav-related-box>button::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #AF000E;
  border-right: 1px solid var(--font-color-red);
  border-bottom: 1px solid #AF000E;
  border-bottom: 1px solid var(--font-color-red);
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s ease-in-out;
}

.block-headernav-related-box>button.is-active::after {
  transform: translateY(-50%) rotate(-135deg) translate(0px, -3px);
}

.block-headernav-related-box--desc {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  height: calc(100dvh - 44px);
  z-index: 3;
  opacity: 0;
  pointer-events: none;
}

.block-headernav-related-box--desc::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.38);
  position: absolute;
}

.block-headernav-related-box--desc>button {
  display: block;
  position: relative;
  z-index: 2;
  width: 36px;
  background: none;
  padding: 27px 0 0;
  border: 0;
  margin: 25px 21px 0 auto;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}

.block-headernav-related-box--desc>button>span {
  display: block;
  width: 36px;
  height: 22px;
  position: relative;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.block-headernav-related-box--desc>button>span::before,
.block-headernav-related-box--desc>button>span::after {
  content: '';
  display: block;
  width: 21px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
}

.block-headernav-related-box--desc>button>span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.block-headernav-related-box--desc.is-active {
  opacity: 1;
  pointer-events: all;
}

.block-headernav-related-box--list {
  padding: 40px 20px 40px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
  background: #F5F5F5;
  gap: 20px 20px;
}

.block-headernav-related-box--item {
  width: 220px;
  min-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid #E4E4E4;
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: #fff;
}

.block-headernav-related-box--item.-net img {
  width: 148px;
}

.block-headernav-related-box--item.-tokyu img {
  width: 154px;
}

.block-headernav-related-box--item.-tokyu p {
  display: block;
  padding: 0;
  margin: 3px 0 0;
  font-size: 10px;
}

.block-headernav-related-box--item.-bell img {
  width: 147px;
}

.block-category-list--event {
    border-bottom: 2px dashed #AF000E;
    padding: 0px 0 30px 0px;
}