@charset "UTF-8";
header.header.header2025 .main_image .overlay {
  background: url(/assets/images/overlay.png) rgba(0, 0, 0, 0.5);
  display: grid;
  place-content: center;
  justify-content: center;
  padding: calc(51px + 3rem) 1rem 1rem;
}
header.header.header2025 .main_image .overlay .page_title {
  padding: 1rem 0;
}
header.header.header2025 .main_image .overlay .page_title img {
  width: 200px;
  padding-bottom: 0;
}

.main_slider {
  background-image: url(https://bigboss.jp/tokyo-em/wp-content/uploads/sites/4/2016/09/bgr_black.jpg) 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
}
.main_slider .swiper-button-prev::after,
.main_slider .swiper-button-next::after {
  color: white;
}
.main_slider .swiper-pagination-bullet {
  background-color: white;
  opacity: 0.5;
}
.main_slider .swiper-pagination-bullet-active {
  opacity: 1;
}
.main_slider .swiper {
  background: url(/assets/images/overlay.png) rgba(0, 0, 0, 0.5);
  padding: 1rem 1rem 4rem;
}
.main_slider .swiper-slide {
  text-align: center;
  font-size: 16px;
  overflow: hidden;
}
.main_slider .wrap {
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  height: 100%;
  width: min(1500px, 100%);
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .main_slider .wrap {
    flex-flow: row nowrap;
  }
}
.main_slider .img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .main_slider .img {
    width: 50%;
    max-height: 530px;
    overflow: hidden;
  }
}
.main_slider .img img {
  width: 100%;
}
.main_slider .content {
  height: 100%;
  width: 100%;
  text-align: left;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .main_slider .content {
    width: 50%;
  }
}
.main_slider .content .content_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 1rem;
  color: #fefefe;
}
@media screen and (min-width: 1200px) {
  .main_slider .content .content_wrap {
    padding: 2rem;
  }
}
.main_slider .content .content_wrap .content_tag_name {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
.main_slider .content .content_wrap .content_tag_name .tag {
  margin: 0 auto 0 0;
}
.main_slider .content .content_wrap .content_tag_name .tag span {
  display: inline-block;
  text-align: left;
  padding: 0.75rem 1.5rem;
  color: #fff;
  border-radius: 0.5rem !important;
  letter-spacing: -1px;
  font-size: 14px;
  line-height: 1;
}
.main_slider .content .content_wrap .content_tag_name .update {
  font-size: 14px;
  color: #666;
  margin: 0 0 0 auto;
}
.main_slider .content .content_wrap .content_title {
  text-align: left;
  word-break: keep-all;
  font-weight: 900;
  font-size: clamp(1.25rem, 1.047rem + 1.02vw, 2rem);
  padding: 1rem 0;
  margin: 0;
  line-height: 1.15;
}
.main_slider .content .content_wrap .content_event_date {
  text-align: left;
  word-break: keep-all;
  font-weight: 900;
  font-size: clamp(1.5rem, 1.364rem + 0.68vw, 2rem);
  padding: 1rem;
  margin: 0 auto 0 0;
  width: 100%;
}
.main_slider .content .content_wrap .content_event_date span {
  display: inline-block;
}
.main_slider .content .content_wrap .content_event_date span.symbol {
  font-size: 1.2rem;
}
.main_slider .content .content_wrap .content_description {
  font-size: 16px;
  text-align: left;
  padding: 1rem 0 2rem 0;
  margin: 0 0 0 0;
  font-weight: normal;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
}
.main_slider .content .content_wrap .content_button {
  padding: 2rem 0;
  width: auto;
  display: inline-block;
}
.main_slider .content .content_wrap .content_button a {
  border: 1px solid #fefefe;
  border-radius: 50px;
  padding: 1.25rem 3.5rem;
  color: #fefefe;
  position: relative;
  display: block;
}
.main_slider .content .content_wrap .content_button a:after {
  position: absolute;
  content: "";
  top: 0;
  right: -32px;
  bottom: 0;
  margin: auto 0;
  width: 48px;
  background-image: url(/assets/icons/icn_arrow.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  vertical-align: middle;
  height: 5px;
  transition: right 1s ease; /* 矢印の位置のアニメーション */
}
.main_slider .content .content_wrap .content_button a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.main_slider .content .content_wrap .content_button a:hover:after {
  right: -16px; /* ホバー時の矢印位置 */
  background-position: right;
  opacity: 0.8;
}

/* topics */
.topics {
  margin-bottom: 50px;
  display: block;
}

.topics .title {
  margin-bottom: 50px;
}

.topics .shop_image {
  margin-bottom: 20px;
}

.topics .cnt_title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: -1px;
}

.topics .period {
  font-size: 16px;
  background: #111;
  color: #fefefe;
  margin-bottom: 20px;
  padding: 10px 5px;
  letter-spacing: -1px;
}

.topics .section {
  text-align: center;
  margin-top: -70px;
  padding-top: 70px;
}

.topics_list dl {
  border-bottom: 1px solid #ededed;
  display: block;
  padding: 15px 0;
  margin-bottom: 0;
  width: 100%;
}
.topics_list dl dt {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 13px;
  width: 35%;
  line-height: 1.3;
}
.topics_list dl dt .icn {
  margin: 0 20px;
}
.topics_list dl dd {
  width: 65%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  line-height: 1.3;
  margin-top: 6 px;
}

.topics .filter {
  text-align: center;
  margin: 0 auto 10px;
}
.topics .filter a.all {
  display: inline-block;
  padding: 10px 20px !important;
  border: 1px solid #eee;
  border-radius: 5px;
  position: relative;
  margin: 2px;
  color: #fff;
  text-decoration: none;
  background: #053769;
  white-space: nowrap;
}
.topics .filter a {
  display: inline-block;
  padding: 10px 20px !important;
  border: 1px solid #eee;
  border-radius: 5px;
  position: relative;
  margin: 2px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.topics .filter a.active:after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 1px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #fff transparent transparent transparent;
}
.topics .is-animated {
  animation: 0.6s zoom-in;
}
@keyframes zoom-in {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: none;
  }
}
.topics > .container_large {
  padding: 0 !important;
}
.topics .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 10px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .topics .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .topics .wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .topics .wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1200px) {
  .topics .wrapper {
    padding: 0;
  }
}
.topics .wrapper > .inner > div {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  background: #f9f9f9;
}
.topics .wrapper > .inner > div a {
  text-decoration: none;
}
.topics .wrapper > .inner > div a:hover {
  text-decoration: none;
}
.topics .wrapper > .inner > div a > .imageBox {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.topics .wrapper > .inner > div a > .imageBox > .img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  object-fit: contain;
}
.topics .wrapper > .inner > div a > .wrap {
  padding: 0.5rem;
  align-self: center;
}
.topics .wrapper > .inner > div a > .wrap > .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topics .wrapper > .inner > div a > .wrap .update {
  color: #999;
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
}
.topics .wrapper > .inner > div a > .wrap .content_date {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #337ab7;
  inline-size: fit-content;
  margin: 0 auto 0.5rem;
}
.topics .wrapper > .inner > div a > .wrap .content_date .symbol {
  font-size: 12px;
}
.topics .wrapper > .inner > div a > .wrap .tag_title {
  font-size: 14px;
  line-height: 1.2;
  word-break: break-all;
  margin: 0.5rem 0;
  font-weight: 700;
  inline-size: fit-content;
  margin-inline: auto;
  color: #337ab7;
}
.topics .wrapper > .inner > div a > .wrap .excerpt {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #333;
  margin: 0 0 0.5rem;
}
.topics .wrapper > .inner > div a > .wrap .state {
  font-size: 12px;
  line-height: 1.2;
  color: #0d386b;
  text-align: center;
  letter-spacing: -1.5px;
}
.topics .wrapper > .inner > div a > .wrap .tag_name {
  text-align: center;
  margin: auto 0;
}
.topics .wrapper > .inner > div a > .wrap .tag_name .icn {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px !important;
  letter-spacing: -1px;
  font-size: 12px;
  line-height: 1;
}

.ecsite {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  font-size: 16px;
}
.ecsite .tab-container {
  width: 100%;
  margin: 20px auto;
}
.ecsite .tab-buttons {
  display: flex;
  justify-content: center;
  gap: 0 0.25rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .ecsite .tab-buttons {
    gap: 0 1rem;
  }
}
.ecsite .tab-button {
  display: grid;
  place-content: center;
  padding: 1rem 1rem;
  background: #fefefe;
  cursor: pointer;
  border-radius: 1rem 1rem 0 0;
  transition: all 0.3s ease;
  border: none;
  line-height: 1;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 80px;
  margin-bottom: -1px;
}
@media screen and (min-width: 768px) {
  .ecsite .tab-button {
    padding: 1rem 2rem;
    height: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .ecsite .tab-button {
    padding: 2rem 3rem;
    height: 120px;
  }
}
.ecsite .tab-button img {
  max-width: 100px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ecsite .tab-button img {
    max-width: 100%;
    width: auto;
  }
}
.ecsite .tab-button.active {
  background: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}
.ecsite .tab-contents {
  padding: 1rem;
  position: relative;
  overflow: hidden;
}
.ecsite .tab-content {
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s ease;
  visibility: hidden;
}
.ecsite .tab-content.active {
  position: relative;
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
.ecsite .eccube-categories,
.ecsite .category-item {
  padding: 1rem;
  width: 100%;
}
.ecsite .eccube-categories-title {
  text-align: center;
  font-weight: 900;
  font-size: clamp(1.5rem, 1.333rem + 0.71vw, 2rem);
  padding: 1rem;
  margin: 0;
  line-height: 1.25;
  color: #053769;
}
.ecsite .tab-content_title {
  text-align: center;
  font-weight: 700;
  margin: 0 auto 1rem;
  line-height: 1.5;
  color: #053769;
}
.ecsite .tab-content_item {
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.ecsite .tab-content_item li {
  padding: 0.5rem;
}
.ecsite .tab-content_item li a {
  font-weight: 500;
  margin: 0 auto 1rem;
  line-height: 1.5;
  color: #053769;
}
.ecsite .tab-content_item li a:hover {
  text-decoration: underline;
}
.ecsite .eccube_content_wrap .eccube_content_post {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .ecsite .eccube_content_wrap .eccube_content_post {
    grid-template-columns: repeat(auto-fit, 367px);
  }
}
.ecsite .eccube_content_wrap .eccube_content_post .inner {
  background-color: #111;
}
.ecsite .eccube_content_wrap .eccube_content_post .inner a {
  text-decoration: none;
  color: #fff;
  opacity: 1;
  transition: 0.2s;
}
.ecsite .eccube_content_wrap .eccube_content_post .inner a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.ecsite .eccube_content_wrap .eccube_content_post .inner a .wrap {
  padding: 1rem;
}
.ecsite .eccube_content_wrap .eccube_content_post .inner a .wrap .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.ecsite .eccube_content_wrap .eccube_content_post .inner a .wrap .heading .tag_name {
  width: 50%;
  margin: 0;
}
.ecsite .eccube_content_wrap .eccube_content_post .inner a .wrap .heading .update {
  font-size: 12px;
  color: #666;
}
.ecsite .eccube_content_wrap .eccube_content_post .inner a .wrap .content_date {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  inline-size: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 960px) {
  .ecsite .eccube_content_wrap .eccube_content_post .inner a .wrap .content_date {
    font-size: 1.1rem;
  }
}
.ecsite .eccube_content_wrap .eccube_content_post .inner a .wrap .tag_title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0;
  padding: 0.5rem 0;
  inline-size: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .ecsite .eccube_content_wrap .eccube_content_post .inner a .wrap .tag_title {
    font-size: 1.25rem;
  }
}
.ecsite .eccube_content_wrap .eccube_content_post .inner a .wrap .excerpt {
  color: #ccc;
  font-size: 12px;
}
.ecsite #productsParentsList2 {
  margin: 1rem auto 0 auto;
}
.ecsite #productsParentsList2 .container {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}
.ecsite #productsParentsList2 .container button.btnToggle {
  background: none;
  border: none;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
  outline: none;
}
.ecsite #productsParentsList2 .container button.btnToggle::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f00d";
  font-size: 14px;
  color: #fff;
}
.ecsite #productsParentsList2 .container button.btnToggle.active::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f067";
  font-size: 14px;
  color: #fff;
}
.ecsite #productsParentsList2 > .heading01 {
  text-align: center;
}
.ecsite #productsParentsList2 > .inner {
  margin: auto;
}
.ecsite #productsParentsList2 > .inner > .inner_row {
  display: grid;
  grid-template-columns: repeat(auto-fit, 120px);
  justify-content: center;
  gap: 0 0.1rem;
  max-width: 1500px;
  width: 100%;
  margin: auto;
  padding: 0;
}
.ecsite #productsParentsList2 > .inner > .inner_row > div {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .ecsite #productsParentsList2 > .inner > .inner_row > div {
    width: 108px;
  }
}
.ecsite #productsParentsList2 > .inner > .inner_row > div img {
  margin-bottom: 1rem;
}
.ecsite #productsParentsList2 > .inner > .inner_row > div img.img-thumbnail {
  opacity: 0.9;
  padding: 0;
  border: 4px solid #0d386b;
  border-radius: 50%;
  width: 108px;
  height: 108px;
}
.ecsite #productsParentsList2 > .inner > .inner_row > div img.img-thumbnail:hover {
  opacity: 1;
  border: 4px solid #f1cf00;
  text-decoration: none;
}
.ecsite #productsParentsList2 > .inner > .inner_row > div img.rounded-circle {
  border-radius: 50% !important;
}
.ecsite #productsParentsList2 > .inner > .inner_row > div h3 {
  font-size: 13px;
  letter-spacing: -0.2rem;
  margin: 0 auto 0.5rem;
  line-height: 1.2;
  inline-size: fit-content;
  margin-inline: auto;
}
.ecsite #productsParentsList2 > .inner > .inner_row > div p {
  margin: 0 auto 1rem;
  font-size: 14px;
}
.ecsite .parent-category {
  padding: 2rem 0;
  overflow: hidden;
}
.ecsite .category-item-parent {
  margin: 0 auto;
}
.ecsite .category-item-parent a {
  font-weight: 700;
  font-size: 18px;
}
.ecsite .category-item-parent a,
.ecsite .category-item a {
  color: #0b3769;
  position: relative;
}
.ecsite .category-item-parent a:hover,
.ecsite .category-item a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.ecsite .category-item-parent a:hover:after,
.ecsite .category-item a:hover:after {
  background-position: right;
  opacity: 0.8;
  margin: auto 0 auto 0;
}

.stock_list {
  width: 100%;
}
.stock_list .container {
  width: 100%;
  max-width: 1500px;
  margin: auto;
}
.stock_list .container .stock_list_item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  .stock_list .container .stock_list_item {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .stock_list .container .stock_list_item {
    grid-template-columns: repeat(5, 1fr);
  }
}

.stock_etc {
  /* モバイル向けデフォルト */
  /* タブレット・デスクトップ向け (768px以上) */
}
.stock_etc .stock_etc-container {
  display: grid;
  gap: 1rem;
  padding: 1rem;
}
.stock_etc .stock_list_item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}
.stock_etc .stock_etc-container {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .stock_etc {
    /* 3つ目の要素を50%幅にする */
    /* 1つの要素の場合のセンタリング */
  }
  .stock_etc .stock_etc-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .stock_etc .stock_list_item:nth-child(3) {
    grid-column: 1/span 1;
  }
  .stock_etc .stock_etc-container:has(.grid-item:only-child) {
    grid-template-columns: minmax(auto, 50%);
    place-content: center;
    min-height: 50vh;
  }
}

.community .community_content {
  display: flex;
  flex-direction: row;
  height: 100%;
  gap: 1px;
}
.community .community_content .community_item {
  margin: 0;
  padding: 0;
  width: 50%;
  display: grid;
  place-items: center;
}
.community .community_content .community_item a .icn_line {
  height: 80px;
  width: auto;
}
.community .community_content .community_item a .community_wrap {
  padding: 0.25rem;
  margin: auto;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .community .community_content .community_item a .community_wrap {
    padding: 1rem;
  }
}
.community .community_content .community_item a .community_wrap > svg {
  font-size: 2em;
}
@media screen and (min-width: 768px) {
  .community .community_content .community_item a .community_wrap > svg {
    font-size: 1em;
  }
}
.community .community_content .community_item a .community_wrap figcaption {
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 10px;
  padding: 0.25rem 0;
}
@media screen and (min-width: 480px) {
  .community .community_content .community_item a .community_wrap figcaption {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .community .community_content .community_item a .community_wrap figcaption {
    font-size: 14px;
  }
}
.community .community_content .community_item a:hover {
  text-decoration: none;
}

/*
81d742 : お知らせ
e8bd25 : キャンペーン
c12217 : セール
e03361 : フェア
46adf2 : イベント
ff0000 : 製品案内
000000 : その他
 */
.topics .wrapper > .inner > div a > .wrap .tag_name .icn.category-news {
  background-color: #81d742;
}

.topics .wrapper > .inner > div a > .wrap .tag_name .icn.category-campaign {
  background-color: #e8bd25;
}

.topics .wrapper > .inner > div a > .wrap .tag_name .icn.category-sale {
  background-color: #c12217;
}

.topics .wrapper > .inner > div a > .wrap .tag_name .icn.category-fair {
  background-color: #e03361;
}

.topics .wrapper > .inner > div a > .wrap .tag_name .icn.category-event {
  background-color: #46adf2;
}

.topics .wrapper > .inner > div a > .wrap .tag_name .icn.category-product {
  background-color: #ff0000;
}

.topics .wrapper > .inner > div a > .wrap .tag_name .icn.category-other {
  background-color: #000000;
}

.section.section_cta .header_cta {
  padding: 2rem 0;
}
.section.section_cta .header_cta .title_cta {
  margin-bottom: 1rem;
  text-align: center;
  font-size: clamp(1rem, 0.6364rem + 1.8182vw, 2rem);
}
.section.section_cta .blk_cta .item_cta {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  gap: 1rem;
}
.section.section_cta .blk_cta .item_cta a {
  opacity: 1;
  transition: 0.3s;
}
.section.section_cta .blk_cta .item_cta a:hover {
  opacity: 0.8;
}

/*# sourceMappingURL=styles-2025.css.map */
