.top-sec-notices {
  border: 1px solid #bc0072;
  padding: 20px;
}

.top-sec-notices>.title {
  color: #bc0072;
  font-weight: bold;
  font-size: 1.6rem;
}

.top-sec-notices>.title:before {
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;
}

.top-sec-notices .notices-list {
  display: block;
}

.top-sec-notices .notices-list li {
  margin: 5px 0;
}

@media screen and (max-width: 767px) {
  .top-sec-notices .notices-list li {
    margin: 10px 0;
  }
}

.top-sec-notices .notices-list li .time {
  width: 120px;
  color: #808080;
}

@media screen and (max-width: 767px) {
  .top-sec-notices .notices-list li .time {
    display: block;
    width: 100%;
  }
}

.top-sec-notices .notices-list li .title {
  width: calc(100% - 130px);
}

@media screen and (max-width: 767px) {
  .top-sec-notices .notices-list li .title {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top-sec-banner {
    text-align: center;
  }
}

.top-sec-banner.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top-sec-banner.flex {
    display: block;
  }
}

.top-sec-banner.flex>.flex-inner {
  width: 49.7%;
}

@media screen and (max-width: 767px) {
  .top-sec-banner.flex>.flex-inner {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top-sec-banner02 {
    text-align: center;
  }
}

.top-sec-banner02.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-sec-banner02.flex>.flex-inner {
  width: 33%;
}

.top-sec-guidance {
  background: #f9f8f3;
  border: 1px solid #e6e6e6;
  padding: 15px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .top-sec-guidance {
    text-align: center;
  }
}

.top-sec-guidance .logo {
  width: 170px;
}

@media screen and (max-width: 767px) {
  .top-sec-guidance .logo {
    display: block;
    margin: auto;
    width: 180px;
    max-width: 100%;
  }

  .top-sec-guidance .logo img {
    width: 100%;
    height: auto;
  }
}

.top-sec-guidance .txt {
  width: calc(100% - 200px);
  color: #bc0072;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .top-sec-guidance .txt {
    width: 100%;
  }
}

.top-sec-feature .sec-feature-inner {
  margin: 0 0 30px;
}

.top-sec-feature .sec-feature-inner p {
  color: #666;
}

.top-sec-feature .sec-feature-inner .title {
  font-weight: bold;
  margin: 10px 0 5px;
}

.top-sec-feature .sec-feature-inner .lead {
  font-size: 1.3rem;
}

.top-sec-feature .feature-banner {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .top-sec-feature .feature-banner {
    display: block;
    margin: auto;
    text-align: center;
  }

  .top-sec-feature .feature-banner img {
    margin: auto;
  }
}

.top-sec-service,
.top-sec-campaign {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {

  .top-sec-service .unit-flex,
  .top-sec-campaign .unit-flex {
    display: block;
    width: 100%;
    margin: auto;
  }
}

.top-sec-service .unit-flex li,
.top-sec-campaign .unit-flex li {
  max-width: 190px;
  width: 24%;
}

@media screen and (max-width: 767px) {

  .top-sec-service .unit-flex li,
  .top-sec-campaign .unit-flex li {
    max-width: 100%;
    width: 370px;
    margin: auto auto 20px;
  }

  .top-sec-service .unit-flex li img,
  .top-sec-campaign .unit-flex li img {
    width: 100%;
    height: auto;
  }
}

.top-sec-service .unit-flex li a,
.top-sec-campaign .unit-flex li a {
  display: block;
}

.top-sec-service .unit-flex li a p,
.top-sec-campaign .unit-flex li a p {
  font-size: 1.2rem;
  color: #666666;
}

.top-sec-campaign {
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}

/* @media screen and (max-width: 767px) {

  .block-content .product-items,
  .block.widget .product-items {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
  }
} */

/* .block-content .product-items .product-item,
.block.widget .product-items .product-item {
  width: 20.7%;
  max-width: 170px;
  margin: 0 5.5% 30px 0;
}

@media screen and (max-width: 767px) {

  .block-content .product-items .product-item,
  .block.widget .product-items .product-item {
    width: 31%;
    max-width: 45%;
    margin: 0 7px 20px 7px;
  }
} */

.block-content .product-items .product-item:nth-of-type(4n),
.block.widget .product-items .product-item:nth-of-type(4n) {
  margin-right: 0 !important;
}

.product-items .product-item .product-image-wrapper {
  border: 1px solid #ccc;
}

.product-items .product-item .product-item-link {
  font-size: 1.3rem;
  font-weight: bold;
  color: #666666;
  margin-bottom: 10px;
}

.product-items .product-item .product-item-display-sku .product-item-link {
  font-weight: normal;
  margin-bottom: 0;
}

.product-items .product-item .product-item-details a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #666666;
}

.product-items .slick-list .slick-track .slick-slide div .product-item {
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (max-width: 767px) {
  .news-list .news-list__item .date {
    width: 140px;
  }

  .news-list .news-list__item .news-content {
    width: calc(100% - 140px);
  }
}

/*

240318-タブ調整テストのため追記

*/

/* 遷移順非表示 */
.breadcrumbs {
  display: none;
}

.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar>.action,
.slick-dots li.slick-active .action-gift {
  background: #bc0072
}

.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar>.action,
.slick-dots li .action-gift {
  background: #ccc;
  border: none;
}

/*position:stickey;を適用するために必須*/
.page-layout-1column,
.page-layout-2columns-left,
.page-layout-2columns-right,
.page-layout-1column-fullwidth {
  overflow-x: visible !important;
}

.top-slider .slick-prev:active,
.top-slider .slick-next:active,
.top-slider .slick-prev:focus,
.top-slider .slick-next:focus,
.top-slider .slick-prev:not(.primary),
.top-slider .slick-next:not(.primary) {
  background: #fff;
  top: 210px;
}

.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #000;
}

.slick-prev,
.slick-next {
  opacity: .8;
  height: 54px;
  width: 54px;
}

.slick-dots li {
  margin: 0 7px;
  height: 10px;
  width: 10px;
}

div[data-content-type=tabs] .tabs-navigation li.tab-header {
  height: 56px;
  background: #fff;
  border: 0;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}

div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-state-active {
  border-bottom: 0;
}

div[data-content-type=tabs] .tabs-navigation {
  margin-bottom: -1px !important;
  box-shadow: 0 3px 5px #ccc;
  top: 0;
  position: sticky;
  background: #fff;
  z-index: 2;
}

div[data-content-type=tabs] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: 0px !important;
}

.tab-align-center {
  max-width: 800px !important;
  border: 1px solid #ccc;
}

.tabs-navigation li {
  width: -webkit-calc(100% / 3);
  width: calc(100%/3);
}

div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {
  font-size: 18px;
  padding: 1.4rem 2rem 1rem;
  color: #666;
}

div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  border-bottom: 6px solid #bc0072;
  color: #bc0072;
}

.slick-list img {
  height: auto;
}

div[data-content-type=tabs] .tabs-navigation li.tab-header:last-child {
  border-right: 0;
}

div[data-content-type=tabs] .tabs-content {
  border: 0;
}

/* button,
.cart.table-wrapper .actions-toolbar>.action,
.action-gift {
  color: transparent;
} */
/* 
button:hover,
.cart.table-wrapper .actions-toolbar>.action:hover,
.action-gift:hover {
  color: transparent;
} */

.product-item-actions .actions-secondary .tocompare {
  display: none;
}

@media screen and (max-width: 767px) {

  .tab-align-center {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }

  div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {
    font-size: 14px;
    padding: 1.4rem 0 0.5rem;
  }

  div[data-content-type=tabs] .tabs-navigation li.tab-header {
    height: 44px;
  }

  /* div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
    padding: 1.4rem 0 0.5rem;
  } */

  .top-slider .slick-prev:active,
  .top-slider .slick-next:active,
  .top-slider .slick-prev:focus,
  .top-slider .slick-next:focus,
  .top-slider .slick-prev:not(.primary),
  .top-slider .slick-next:not(.primary) {
    top: 110px;
  }

  .slick-prev,
  .slick-next {
    height: 44px;
    width: 44px;
  }

}

div[data-content-type=tabs] .tabs-content {
  z-index: 1;
}