﻿@charset "UTF-8";

/* ----トップページ本文---- */
#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 rgb(0 0 0 / 6%);
  background: #fff;
  border-bottom: 1px solid rgb(0 0 0 / 6%);
  /* z-index: 100; */
  width: 100%;
}

.block-header-logo {
  width: unset;
  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: unset;
  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 {
  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;
  text-decoration: underline;
}

.block-global-search--search-detail-link:hover {
  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 {
  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;
  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{
  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: unset;
}
.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 {
  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{
  text-decoration: none;
  opacity: .7;
}
.block-list-event--frame {
  width: 1200px;
  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;
  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{
  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;
}

/*ヘッダー TOKYU BELL ロゴ配置用調整*/
.pane-header .container:has(.block-header-logo.-mypage) .block-headernav--list-item.-mypage{
  width: 216px;
}
.pane-header .container:has(.block-header-logo.-mypage) .block-headernav{
  gap: 10px 31px;
}
.pane-header .container:has(.block-header-logo.-mypage){
  padding: 0 40px 0 20px;
  height: 88px;
}
.block-header-logo.-mypage {
  width: 177px;
  min-width: 164px;
  font-size: 0;
  padding-bottom: 14px;
  margin-top: 13px;
}
.block-header-logo.-mypage + .block-header-welcome{
  margin-left: 32px;
  min-width: auto;
}
.block-header-logo.-mypage .block-header-logo--link{
  display: block;
  width: 100%;
}
.block-header-logo.-mypage .block-header-logo--link::before{
  display: none;
}

/*関連サービスモーダル調整*/
/*関連サービスモーダル調整 -- 既存要素調整*/
:root {
  --font-color-red: #AF000E;
  --base-width-sp: 428;
  --base-width-pc: 1600;
}
.pane-header .container{
  position: relative;
}
.block-headernav--item-list>li.-history,
.block-headernav--item-list>li.-logout{
  width: auto;
  padding: 0;
  margin: 0;
}
.block-headernav--item-list>li.-history a ,
.block-headernav--item-list>li.-logout a{
  display: inline-block;
  padding: 0;
  margin: 0;
}
.block-headernav{
  display: flex;
  gap: 10px 20px;
}
.block-headernav--item-list{
  justify-content: flex-start;
  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--item-list li > a.block-headernav-mypage{
  width: 216px;
}
.block-headernav--item-list li > a.block-headernav-mypage::before{
  margin-right: 10px;
  position: relative;
  left: 0;
  top: 0;
  transform: none;
}

/*関連サービスモーダル調整 -- モーダル部分調整*/
.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: 100vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  height: calc(100dvh - 44px);
  z-index: 99999;
  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;
}

