﻿/* ------------------
  header
-------------------*/
body[data-brand="TtS"] .p-header-fix {
  background: #fff;
}

body[data-brand="TtS"] .TtS-footer .pane-footer {
  display: block;
}

/* 検索 */
body[data-brand="TtS"] .p-header-main-search-form .block-global-search--keyword::placeholder {
  color: #888;
}

body[data-brand="TtS"] .p-header-main-search-form .block-global-search--keyword {
  border: solid 1px #fff;
  background-color: #F4F4F4;
  box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* 商品を探す */
body[data-brand="TtS"] .p-header-main-goods-search-btn .p-header-main-goods-search span {
  background: #000;
}

/* アイコン ※backgroundで色指定する */
body[data-brand="TtS"] .p-header-main-menu a.p-header-main-menu-item--mypage .icon,
body[data-brand="TtS"] .p-header-main-menu a.p-header-main-menu-item--cart .icon {
  background: #000;
}

body[data-brand="TtS"] .page-goods .block-goods-comment1 span.comment-icon {
  background: #F01C6A;
}

body[data-brand="TtS"] .p-header-main-search-form .block-global-search--submit {
  background: #333;
}

body[data-brand="TtS"] .p-header-main-menu a {
  color: #333;
}

body[data-brand="TtS"] .p-header-main-menu .cart-count {
  background-color: #F02B40;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

body[data-brand="TtS"] .p-header-main-menu-item--drawer .p-drawer-btn .bar {
  background-color: #000;
}

/*body[data-brand="TtS"] .p-header-main .p-header-main-search{justify-content: flex-start;}*/
body[data-brand="TtS"] .p-header-main-search-form .block-global-search--keyword {
  color: #000;
}

@media (max-width: 768px) {
  body[data-brand="TtS"] .p-header-main {padding: 7px 0 7px 10px;}
  body[data-brand="TtS"] .p-header-main-search-inner {
    background: #eee;
  }
  body[data-brand="TtS"] .p-header-main-menu .cart-count {
    top: 0;
    right: 2px;
  }

  body[data-brand="TtS"] .p-header-main-search-form .block-global-search--keyword {
    border: solid 1px #ddd;
    background: #fff;
  }

  body[data-brand="TtS"] .p-header-main-search-form .block-global-search--submit {
    right: 12px;
  }

  body[data-brand="TtS"] .p-header-main-goods-search-btn .p-header-main-goods-search span::before {
    position: absolute;
    content: "";
    left: 14px;
    top: 50%;
    width: 12px;
    height: 12px;
    transform: translate(0, -50%);
    background: url(../../img/usr/common_img/header/icon_goods_search.png) no-repeat;
    background-size: 12px auto;
  }

  body[data-brand="TtS"] .p-header-main-goods-search-btn .p-header-main-goods-search span::after {
    position: absolute;
    right: 15px;
    top: 50%;
    content: "";
    width: 7px;
    height: 7px;
    margin-top: -2px;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(45deg) translate(0, -50%);
    border-radius: 1px;
  }

  body[data-brand="TtS"] .p-header-main-goods-search-btn .p-header-main-goods-search span {
    min-width: 120px;
  }

  body[data-brand="TtS"].is-category-active .p-header-main-goods-search-btn .p-header-main-goods-search span::after {
    transform: rotate(-135deg);
    right: 12px;
  }

  body[data-brand="TtS"] .p-header-main-menu {gap: 0;}
  body[data-brand="TtS"] .p-header-main-menu a {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body[data-brand="TtS"] .p-header-main-menu .p-header-main-menu-item--drawer > .label {
    padding: 0;
    position: relative;
    top: -4px;
  }
  body[data-brand="TtS"] .p-header-main-menu .p-header-main-menu-item--drawer > .p-drawer-btn {
    margin: 0;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    background: transparent;
  }
  body[data-brand="TtS"].is-drawer-active .p-header-main-menu .p-header-main-menu-item--drawer > .p-drawer-btn {
    background: #000;
  }
  body[data-brand="TtS"].is-drawer-active .p-header-main-menu-item--drawer .p-drawer-btn .bar {
    background-color: #fff;
  }
}

@media (min-width: 769px) {
  body[data-brand="TtS"] .p-header-main-logo {
    max-width: 164px
  }

  body[data-brand="TtS"] .p-header-main-logo img {
    width: auto;
    height: 74px;
    object-fit: contain;
  }

  body[data-brand="TtS"].is-category-active .p-header-main:after,
  body[data-brand="TtS"].is-category-active .p-header-main-goods-search::after {
    display: none
  }

  body[data-brand="TtS"] .p-goods-category-list .p-goods-category-list-item .p-goods-category-list-cont li {
    width: calc(100% / 7 - 25px);
    min-width: 150px;
  }
}

/* ------------------
  ナビゲーション
-------------------*/
/*
body[data-brand="TtS"] .p-drawer-img-change{
  display: block;
  position: absolute;
  bottom: 0;
  right: 300px;
  width: 500px;
  height: 763px;
  background: url(../../img/TtS/common/header/random_anime/anime01.png) no-repeat;
  transform: rotate(-15deg);
  z-index: -1;
}*/

body[data-brand="TtS"] .overlay {
  /* background: url(../../img/TtS/common/header/overlay_bg.png) repeat; */
  background-size: cover;
  opacity: 1;
  background: rgba(68, 68, 68, 0.7);
}

@media (max-width: 768px) {
  body[data-brand="TtS"] .p-goods-category-search-inner {
    height: initial;
  }
}

@media (min-width: 769px) {
  body[data-brand="TtS"] .p-goods-category-search-inner {
    min-height: 400px;
  }
  body[data-brand="TtS"] .p-goods-category-search-menu {
    padding-bottom: 40px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
  }
}

/* -------------------
  重要なおしらせ
------------------- */
@media (max-width: 768px) {
  body[data-brand="TtS"] .block-top-import-notice {
    background: #444;
  }
}
@media (min-width: 769px) {
  body[data-brand="TtS"] .block-top-import-notice {
    background: linear-gradient(180deg,#444 0%, #555 100%);
  }
}

body[data-brand="TtS"] .block-top-import-notice dd {
  color: #fff;
}

/* ------------------
  ハンバーガー内
-------------------*/
body[data-brand="TtS"] .p-drawer .p-drawer-scroll {
  background: #eee;
}

/* ------------------
  作品一覧(ナビ)
-------------------*/
@media (max-width: 768px) {
  body[data-brand="TtS"] .p-goods-category-list.item-area .p-goods-category-list-cont {
    margin-top: 0;
  }

  body[data-brand="TtS"] .p-nav-product-list .p-goods-category-list-cont .top-nav-product-list ul li span:not([class]) {
    display: none;
  }
}

body[data-brand="TtS"] .p-goods-alphabet-tab span {
  cursor: pointer;
  display: inline-block;
  border: solid 1px #E8E8E8;
  border-radius: 20px;
  margin-left: 10px;
  background: #fff;
  padding: 6px 10px;
}

body[data-brand="TtS"] .p-goods-alphabet-tab .alphabet-tab-active {
  color: #fff;
  background: #999;
  border: solid 1px #999;
}

@media (min-width: 769px) {
  body[data-brand="TtS"] .p-goods-category-list.item-area .p-goods-category-list-cont {
    margin-top: 0;
  }

  body[data-brand="TtS"] .p-goods-category-list-cont .top-nav-product-list ul {
    gap: 30px 15px;
  }

  body[data-brand="TtS"] .p-nav-product-list .p-goods-category-list-cont .top-nav-product-list ul li span {
    display: block;
    margin-top: 4px;
    text-align: center;
  }
}

/* ------------------
  映画カテゴリから探す(ナビ)
-------------------*/
.mc-tab-wrap .mc-tab-btns {
  display: flex;
}
.mc-tab-wrap .mc-tab-btns-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  position: relative;
}
.mc-tab-wrap .is-active > .mc-tab-btns-btn {
  font-weight: 600;
  color: #fff;
  background-color: #999;
}
.mc-tab-wrap .mc-tab-btns-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  z-index: 0;
  width: 1px;
  background-color: #ccc;
  transform: translateY(-50%);
}
.mc-tab-wrap .mc-tab-contents-item {
  display: none;
}
.mc-tab-wrap .mc-tab-contents-item.is-active {
  display: block;
}
.mc-tab-wrap .mc-tab-contents-item .block-dynamic-genre--row > a {
  padding-left: 24px;
  display: inline-block;
  position: relative;
}
.mc-tab-wrap .mc-tab-contents-item .block-dynamic-genre--row > a::before {
  position: absolute;
  content: "";
  left: 0;
  width: 17px;
  height: 17px;
  background: url(../../img/usr/common_img/item_link.png) no-repeat center / contain;
}

@media (max-width: 768px) {
  .mc-tab-wrap {
    margin: 0 auto;
    width: 100%;
  }
  .mc-tab-wrap .mc-tab-btns {
    flex-wrap: wrap;
    gap: 5px 0;
  }
  .mc-tab-wrap .mc-tab-btns-item {
    width: initial;
    min-width: calc(100% / 3);
    flex: 1;
    font-size: 1.2rem;
  }
  .mc-tab-wrap .mc-tab-btns-btn {
    padding: 5px;
    min-height: 30px;
    border-radius: 5px;
  }
  .mc-tab-wrap .mc-tab-btns-btn::before {
    left: -1px;
    height: 90%;
  }
  .mc-tab-wrap .mc-tab-btns-btn::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    z-index: 0;
    width: 1px;
    height: 90%;
    background-color: #ccc;
    transform: translateY(-50%);
  }
  .mc-tab-wrap .mc-tab-contents {
    margin-top: 18px;
  }
  .mc-tab-wrap .mc-tab-contents-item .block-dynamic-genre--body {
    display: block;
  }
  .mc-tab-wrap .mc-tab-contents-item .block-dynamic-genre--row {
    width: 100%;
  }
  .mc-tab-wrap .mc-tab-contents-item .block-dynamic-genre--row + .block-dynamic-genre--row {
    margin-top: 10px;
  }
  .mc-tab-wrap .mc-tab-contents-item .block-dynamic-genre--row > a {
    font-size: 1.3rem;
  }
  .mc-tab-wrap .mc-tab-contents-item .block-dynamic-genre--row > a::before {
    top: 2px;
  }

  .mc-tab-wrap .paginationjs {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .mc-tab-wrap {
    margin: 0 auto;
    padding: 0 clamp(10px, calc(10 / 769 * 100vw), 50px);
    width: 100%;
  }
  .p-goods-category-search-detail .mc-tab-wrap {
    max-width: 1180px;
  }
  .block-top-performers-search .mc-tab-wrap {
    max-width: 1500px;
  }
  .mc-tab-wrap .mc-tab-btns {
    margin: 0 auto;
    width: fit-content;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0;
    max-height: initial;
    position: relative;
  }
  .mc-tab-wrap .mc-tab-btns::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    z-index: 0;
    width: 1px;
    height: 20px;
    background-color: #ccc;
    transform: translateY(-50%);
  }
  .mc-tab-wrap .mc-tab-btns-item {
    display: flex;
    width: initial;
    min-width: clamp(60px, calc(100 / 1300 * 100vw), 100px);
  }
  .mc-tab-wrap .mc-tab-btns-btn {
    padding: 5px clamp(10px, calc(20 / 1300 * 100vw), 20px);
    min-height: 40px;
    font-size: 1.6rem;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    transition: 0.2s linear;
  }
  .mc-tab-wrap .mc-tab-btns-btn:hover {
    opacity: .7;
  }
  .mc-tab-wrap .mc-tab-btns-btn::before {
    left: 0;
    height: 20px;
  }
  .mc-tab-wrap .mc-tab-contents {
    padding-top: 30px;
    border-top: 1px solid #999;
  }
  .mc-tab-wrap .mc-tab-contents-item {
    padding: 0 clamp(5px, calc(5 / 769 * 100vw), 25px);
  }
  .mc-tab-wrap .mc-tab-contents-item .block-dynamic-genre--body {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 15px;
  }
  .block-top-performers-search .mc-tab-wrap .mc-tab-contents-item .block-dynamic-genre--body {
    margin: 0 auto;
    max-width: calc((250px * 5) + (15px * 4));
  }
  body[data-brand="TtS"] .mc-tab-wrap .mc-tab-contents-item .block-dynamic-genre--row {
    width: clamp(235px, calc(240 / 1300 * 100vw), 250px);
  }
  .mc-tab-wrap .mc-tab-contents-item .block-dynamic-genre--row > a {
    font-size: 1.4rem;
  }
  .mc-tab-wrap .mc-tab-contents-item .block-dynamic-genre--row > a::before {
    top: 4px;
  }
}

/* ------------------
  商品カテゴリから探す(ナビ)
-------------------*/
@media (max-width: 768px) {
  body[data-brand="TtS"] .p-goods-category-list {
    padding: 0 18px 20px;
  }

  body[data-brand="TtS"] .p-goods-category-list.nav-goods-category-list-menu {
    padding: 0 20px 20px;
    margin-top: 14px;
  }

  body[data-brand="TtS"] .p-goods-category-list.nav-goods-category-list-menu .p-goods-category-list-item ul {
    display: block;
  }

  body[data-brand="TtS"] .p-goods-category-list.nav-goods-category-list-menu .p-goods-category-list-item ul li {
    width: auto;
    margin-top: 6px;
  }
}

body[data-brand="TtS"] .p-goods-category-list.goods-area .p-goods-category-list-item li {
  width: calc(100% / 2 - 5px);
}

body[data-brand="TtS"] .p-goods-category-list.goods-area .p-goods-category-list-item li a {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}

body[data-brand="TtS"] .p-goods-category-list.goods-area .p-goods-category-list-item li figure {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  margin-right: 5px;
}

body[data-brand="TtS"] .p-goods-category-list.goods-area .p-goods-category-list-item li span {
  display: inline-block;
  margin-top: 0;
  text-align: left;
}

@media (min-width: 769px) {
  body[data-brand="TtS"] .p-goods-category-list.goods-area .p-goods-category-list-item ul {
    display: block;
    column-count: 3;
    column-gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  body[data-brand="TtS"] .p-goods-category-list.goods-area .p-goods-category-list-item li {
    width: auto;
    margin-bottom: 20px;
  }

  body[data-brand="TtS"] .p-goods-category-list.goods-area .p-goods-category-list-item li figure {
    width: 50px;
    height: 50px;
    margin-right: 18px;
  }

  body[data-brand="TtS"] .p-goods-category-list.nav-goods-category-list-menu .p-goods-category-list-item {
    max-width: 1000px;
  }

  body[data-brand="TtS"] .p-goods-category-list.nav-goods-category-list-menu .p-goods-category-list-item ul {
    display: grid;
    column-count: initial;
    grid-template-columns: 1.5fr 2fr 1.5fr;
  }

  /* body[data-brand="TtS"] .p-goods-category-list.nav-goods-category-list-menu .p-goods-category-list-item ul li{width: calc(100% / 3 - 15px);} */
  body[data-brand="TtS"] .p-goods-category-list.nav-goods-category-list-menu .p-goods-category-list-item li a {
    font-size: 1.6rem;
  }
}

/* ------------------
  その他グッズ(ナビ)
-------------------*/
.nav-other-goods-ttl {
  font-weight: bold;
}
.nav-other-goods-ttl::before {
  content: "\25BC"; /* ▼ */
}
.nav-other-goods-list > li {
  margin-top: 0;
  padding: 0;
  border: none;
  background: none;
}
.nav-other-goods-link {
  display: block;
  font-weight: normal;
  text-align: center;
}
.nav-other-goods-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0,0,0,.16);
}

@media (max-width: 768px) {
  .nav-other-goods {
    padding: 10px;
  }
  .nav-other-goods-ttl {
    font-size: 1.1rem;
  }
  .nav-other-goods-body {
    margin-top: 8px;
  }
  .nav-other-goods-list li + li {
    margin-top: 10px;
  }
  .nav-other-goods-img {
    min-height: 60px;
  }
  .nav-other-goods-txt {
    margin-top: 5px;
    font-size: 1.1rem;
    letter-spacing: .05em;
  }
}

@media (min-width: 769px) {
  .nav-other-goods {
    margin: 20px 20px 0 0;
    padding-top: 20px;
    border-top: 1px solid #ccc;
  }
  .nav-other-goods-ttl {
    font-size: 1.4rem;
  }
  .nav-other-goods-ttl + .nav-other-goods-body {
    margin-top: 10px;
  }
  .nav-other-goods-list li + li {
    margin-top: 15px;
  }
  .nav-other-goods-list > li::after {
    content: none;
  }
  .nav-other-goods-img {
    min-height: 76px;
  }
  .nav-other-goods-img img.cinemas {
    width: 90px;
  }
  .nav-other-goods-img img.studios {
    width: 170px;
  }
  .nav-other-goods-txt {
    margin-top: 8px;
    font-size: 1.2rem;
    letter-spacing: .05em;
  }
}

/* ------------------
  作品一覧(コンテンツ)
-------------------*/
@media (max-width: 768px) {
  body[data-brand="TtS"] .block-top-product-list {
    display: none;
  }
}

body[data-brand="TtS"] .block-top-product-list .top-product-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 16px;
}

body[data-brand="TtS"] .block-top-product-list .top-product-list ul li {
  width: 200px;
}

body[data-brand="TtS"] .block-top-product-list .top-product-list ul li a {
  display: block;
}

/*body[data-brand="TtS"] .block-top-product-list .top-product-list ul li figure{
  width: 200px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}*/

body[data-brand="TtS"] .block-top-product-list .top-product-list ul li img {
  border-radius: 5px;
  border: solid 1px #E8E8E8;
}

body[data-brand="TtS"] .block-top-product-list .top-product-list ul li span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 10px;
}

body[data-brand="TtS"] .block-top-product-btn {
  margin-top: 36px;
}

body[data-brand="TtS"] .block-top-product-btn a {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 38px;
  background: #000;
  color: #fff;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 500;
}

body[data-brand="TtS"] .block-top-product-btn a:after {
  position: absolute;
  right: 23px;
  top: 50%;
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -1px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(-45deg) translate(0, -50%);
  border-radius: 1px;
}

@media (min-width: 769px) {
  body[data-brand="TtS"] .block-top-product-list {
    display: block;
  }

  body[data-brand="TtS"] .block-top-product-list .top-product-list ul {
    gap: 30px 30px;
  }

  body[data-brand="TtS"] .block-top-product-list .top-product-list ul li {
    width: 180px;
  }

  body[data-brand="TtS"] .block-top-product-list .block-top-common-contents-inner {
    max-width: 1500px;
    padding: 130px 30px 130px 30px;
  }
}

/* ------------------
  footer 
-------------------*/

@media (min-width: 769px) {
  /*body[data-brand="TtS"].page-brandtop .block-page-top a::before{
    position: absolute;
    bottom: 35px;
    left: 8px;
    content: "";
    width: 57px;
    height: 59px;
    background: url(../../img/TtS/common/footer/page_top_off.png) no-repeat;
    z-index: -1;
    transition: 0.4s ease-in-out;
  }*/

  body[data-brand="TtS"] .block-page-top a:hover:before {
    bottom: 15px;
  }

  body[data-brand="TtS"] .block-page-top span {
    position: relative;
  }

  body[data-brand="TtS"] .block-page-top a:hover span:before {
    bottom: -20px;
    opacity: 1;
  }
}

body[data-brand="TtS"] .block-common-footer-anime-bg {
  background: url(../../img/TtS/top/item_bg.png);
  background-repeat: repeat;
}

body[data-brand="TtS"] .block-common-footer-anime-inner {
  background: url(../../img/TtS/common/footer/footer_deco_bg.png) no-repeat;
  background-position: bottom center;
  min-height: 40px;
}

body[data-brand="TtS"] .block-common-footer-anime-g {
  width: 106px;
  height: 66px;
  background: url(../../img/TtS/common/footer/anime_g.png) no-repeat;
  background-size: 106px auto;
  margin: 0 auto;
}

@media (max-width: 768px) {
  body[data-brand="TtS"] .block-common-page-top-anime {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100% - 114px);
    background: url(../../img/TtS/common/footer/sp_page_top_bg.png) no-repeat;
    background-size: cover;
    z-index: 1002;
  }

  body[data-brand="TtS"] .block-common-page-top-anime-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }

  body[data-brand="TtS"] .block-common-page-top-anime-inner span {
    position: absolute;
    left: 50%;
    top: 100%;
    transition: 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    display: block;
    width: 500px;
    height: 763px;
    background: url(../../img/TtS/common/footer/sp_page_top_on.png) no-repeat center center;
    background-size: cover;
  }

  body[data-brand="TtS"] .block-common-page-top-anime.is-show-anime {
    top: 114px;
    opacity: 1;
  }

  body[data-brand="TtS"] .block-common-page-top-anime.is-fading-out {
    opacity: 0;
  }

  body[data-brand="TtS"] .block-common-page-top-anime.is-show-anime .block-common-page-top-anime-inner span {
    top: 85%;
  }
}

@media (min-width: 769px) {
  body[data-brand="TtS"] .block-common-footer-anime-inner {
    background: url(../../img/TtS/common/footer/footer_deco_bg.png) repeat-x;
    background-position: bottom center;
    min-height: 40px;
  }

  body[data-brand="TtS"] .block-common-footer-inner {
    max-width: 1020px;
    margin: 0 auto;
  }

  body[data-brand="TtS"] .block-common-footer--logo {
    max-width: 287px;
  }
}

/* -------------------
  共通タブ
------------------- */
@media (max-width: 768px) {

  body[data-brand="TtS"] .alphabet-tab-search-area-inner .alphabet-tab-search-main {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 5px;
  }

  body[data-brand="TtS"] .alphabet-tab-search-area-inner .js-alphabet-tab-search {
    padding-bottom: 15px;
  }

  body[data-brand="TtS"] .alphabet-tab-search-area-inner .js-alphabet-tab-search>.alphabet-tab-search-main:nth-child(5n):after {
    display: none;
  }

  body[data-brand="TtS"] .alphabet-tab-search-area-inner .alphabet-tab-search-main.alphabet-active {
    font-weight: 600;
  }

  body[data-brand="TtS"] .alphabet-tab-sub-tabs-search .alphabet-tab-search-sub {
    font-size: 1.2rem;
    border-radius: 50%;
    width: 30px;
    height: 30px;
  }

  body[data-brand="TtS"] .alphabet-tab-contents .paginationjs {
    margin-top: 30px;
  }

  body[data-brand="TtS"] .alphabet-tab-contents .block-dynamic-genre--row a {
    font-size: 1.4rem;
    font-weight: 400;
  }

  body[data-brand="TtS"] .alphabet-tab-contents .block-dynamic-genre--row {
    width: calc(100% / 2 - 8px);
  }

  body[data-brand="TtS"] .alphabet-tab-content ul.block-dynamic-genre--body {
    display: flex;
  }
}

/* 親タブ */
body[data-brand="TtS"] .alphabet-tab-search-area-inner .js-alphabet-tab-search {
  display: flex;
  justify-content: center;
}

body[data-brand="TtS"] .alphabet-tab-search-area-inner .alphabet-tab-search-main {
  position: relative;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

body[data-brand="TtS"] .alphabet-tab-search-area-inner .alphabet-tab-search-main:after {
  position: absolute;
  content: "";
  right: -1px;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 20px;
  background: #ccc;
}

body[data-brand="TtS"] .alphabet-tab-search-area-inner .alphabet-tab-search-main.alphabet-active {
  background: #999;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
}

body[data-brand="TtS"] .alphabet-tab-search-area-inner .alphabet-tab-search-main.alphabet-active:after {
  display: none;
}

body[data-brand="TtS"] .alphabet-tab-search-area-inner .js-alphabet-tab-search>.alphabet-tab-search-main:last-child:after {
  display: none;
}

/* 子サブ */
body[data-brand="TtS"] .alphabet-tab-sub-tabs-search {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body[data-brand="TtS"] .alphabet-tab-sub-tabs-search .alphabet-tab-search-subs {
  display: none;
  justify-content: center;
}

body[data-brand="TtS"] .alphabet-tab-sub-tabs-search .alphabet-tab-search-sub {
  cursor: pointer;
  background: transparent;
  border: solid 1px #E8E8E8;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 0 5px;
}

body[data-brand="TtS"] .alphabet-tab-sub-tabs-search .alphabet-tab-search-sub.alphabet-active {
  background: #999;
  border: solid 1px #999;
  font-weight: 600;
  color: #fff;
}

/* コンテンツ */
body[data-brand="TtS"] .alphabet-tab-content {
  margin-top: 30px;
}

body[data-brand="TtS"] .alphabet-tab-content ul.block-dynamic-genre--body {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}

body[data-brand="TtS"] .alphabet-tab-content ul.block-dynamic-genre--body li {
  width: calc(100% / 2);
}

body[data-brand="TtS"] .alphabet-tab-search-area-inner .js-alphabet-tab-search {
  border-bottom: solid 1px #ccc;
}

@media (min-width: 769px) {
  body[data-brand="TtS"] .alphabet-tab-search-area-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
  }

  body[data-brand="TtS"] .alphabet-tab-search-area-inner .js-alphabet-tab-search {
    padding: 0 8%;
    border-bottom: solid 1px #ccc;
  }

  body[data-brand="TtS"] .alphabet-tab-search-area-inner .js-alphabet-tab-search .alphabet-tab-search-main {
    cursor: pointer;
    width: calc(100% / 10);
    border: none;
    font-size: 1.6rem;
    height: 50px;
  }

  body[data-brand="TtS"] .alphabet-tab-search-area-inner .alphabet-tab-sub-tabs-search .alphabet-tab-search-sub:hover,
  body[data-brand="TtS"] .alphabet-tab-search-area-inner .js-alphabet-tab-search .alphabet-tab-search-main:hover {
    opacity: .7;
    transition: 0.2s linear;
  }

  body[data-brand="TtS"] .alphabet-tab-search-area-inner .alphabet-tab-sub-tabs-search .alphabet-tab-search-sub {
    cursor: pointer;
    width: 50px;
    height: 36px;
    background: transparent;
    border: solid 1px #E8E8E8;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100px;
    margin: 0 5px;
  }

  body[data-brand="TtS"] .alphabet-tab-search-area-inner .alphabet-tab-sub-tabs-search .alphabet-tab-search-sub.alphabet-active {
    background: #999;
    border: solid 1px #999;
    font-weight: 600;
    color: #fff;
  }

  body[data-brand="TtS"] .alphabet-tab-search-area-inner .alphabet-tab-search-main.alphabet-active {
    border-radius: 5px 5px 0 0;
  }

  body[data-brand="TtS"] .alphabet-tab-search-area-inner ul.block-dynamic-genre--body li {
    width: calc(100% / 4);
  }

  body[data-brand="TtS"] .alphabet-tab-content ul.block-dynamic-genre--body {
    padding: 0 5%;
  }
}

/* -------------------
  50音順検索
------------------- */
@media (max-width: 768px) {
  body[data-brand="TtS"] .p-goods-category-search--tab-menu ul li>span {
    border-radius: 30px;
    cursor: pointer;
    display: block;
    border-radius: 30px;
    border: solid 1px #E8E8E8;
    background: #fff;
    color: #000;
    width: 100%;
    font-size: 1.4rem;
    padding: 5px 16px 7px 16px;
    text-decoration: none;
  }

  body[data-brand="TtS"] .p-goods-category-search--tab-menu ul li.is-active>span {
    color: #fff;
    background: #999;
    border: solid 1px #999;
  }

  body[data-brand="TtS"] .p-goods-category-search--tab-menu ul li>span::after {
    position: absolute;
    right: 16px;
    top: 50%;
    content: "";
    width: 6px;
    height: 6px;
    margin-top: -1px;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    transform: rotate(-45deg) translate(0, -50%);
    border-radius: 1px;
  }

  body[data-brand="TtS"] .p-goods-category-search--tab-menu ul li.is-active>span:after {
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    margin-top: -2px;
    transform: rotate(45deg) translate(0, -50%);
  }

  body[data-brand="TtS"] .p-goods-category-search-detail .p-nav-product-list .p-goods-category-search--tab-menu {
    padding: 0;
  }

  body[data-brand="TtS"] .p-goods-category-search-detail .p-nav-product-list .p-goods-category-search--tab-menu ul {
    gap: 0 8px;
  }

  body[data-brand="TtS"] .p-goods-category-search-detail .p-nav-product-list .p-goods-category-search--tab-menu ul li {
    width: calc(100% / 2 - 4px);
  }

  body[data-brand="TtS"] .p-goods-category-search-detail .p-nav-product-list .p-goods-category-search--tab-menu ul li>span {
    font-size: 1.0rem;
  }

  body[data-brand="TtS"] .p-goods-category-search-detail .alphabet-tab-contents ul.block-dynamic-genre--body {
    gap: 10px 10px;
  }

  body[data-brand="TtS"] .p-goods-category-search-detail .alphabet-tab-contents ul.block-dynamic-genre--body li.block-dynamic-genre--row span {
    font-size: 1.2rem;
  }

  body[data-brand="TtS"] .p-goods-category-search-detail .alphabet-tab-contents ul.block-dynamic-genre--body li.block-dynamic-genre--row {
    width: calc(100% / 2 - 8px);
  }

  body[data-brand="TtS"] .alphabet-tab-contents ul.block-dynamic-genre--body li.block-dynamic-genre--row a {
    padding-right: 8px;
  }

  body[data-brand="TtS"] .p-nav-product-list .alphabet-tab-contents ul.block-dynamic-genre--body li.block-dynamic-genre--row {
    width: calc(100% / 3 - 8px);
  }

  body[data-brand="TtS"] .p-nav-product-list .alphabet-tab-contents ul.block-dynamic-genre--body li.block-dynamic-genre--row a {
    padding-right: 0;
  }

  /* body[data-brand="TtS"] .p-nav-product-list .alphabet-tab-contents ul.block-dynamic-genre--body li.block-dynamic-genre--row a span{display: none;} */
}

body[data-brand="TtS"] .alphabet-tab-contents ul.block-dynamic-genre--body li.block-dynamic-genre--row span {
  display: inline-block;
  text-align: left;
  margin: 0;
}

body[data-brand="TtS"] .alphabet-tab-contents ul.block-dynamic-genre--body li.block-dynamic-genre--row a {
  position: relative;
  padding-left: 20px;
  display: block;
}

body[data-brand="TtS"] .alphabet-tab-contents ul.block-dynamic-genre--body li.block-dynamic-genre--row a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 17px;
  height: 17px;
  background: url(../../img/usr/common_img/item_link.png) no-repeat;
}

body[data-brand="TtS"] .p-goods-category-search--tab-menu ul {
  gap: 0 7px;
}

body[data-brand="TtS"] .p-goods-category-search--tab-menu ul li {
  position: relative;
}

body[data-brand="TtS"] .p-goods-category-search--tab-menu ul li:nth-child(2n+1) {
  border: none;
}

body[data-brand="TtS"] .alphabet-tab-sub-tabs-search .alphabet-tab-search-subs,
body[data-brand="TtS"] .alphabet-tab-search-area-inner .alphabet-tab-content {
  display: none;
  width: 100%;
}

body[data-brand="TtS"] .alphabet-tab-search-area-inner .alphabet-tab-content.alpha-cont-active {
  display: block;
}

/* 作品50音順 */
body[data-brand="TtS"] .p-nav-product-list .alphabet-tab-contents ul.block-dynamic-genre--body li.block-dynamic-genre--row a {
  padding-left: 0;
}

body[data-brand="TtS"] .p-nav-product-list .alphabet-tab-contents ul.block-dynamic-genre--body li.block-dynamic-genre--row a:after {
  display: none;
}

body[data-brand="TtS"] .p-nav-product-list .alphabet-tab-contents ul.block-dynamic-genre--body li.block-dynamic-genre--row img {
  border-radius: 5px;
}

@media (min-width: 769px) {
  body[data-brand="TtS"] .p-nav-product-list .alphabet-tab-contents ul.block-dynamic-genre--body {
    padding: 0;
    gap: 28px 15px;
  }

  body[data-brand="TtS"] .p-nav-product-list .alphabet-tab-contents ul.block-dynamic-genre--body li.block-dynamic-genre--row {
    width: calc(100% / 7 - 13px);
    min-width: 150px;
  }

  body[data-brand="TtS"] .p-nav-product-list .alphabet-tab-contents ul.block-dynamic-genre--body li.block-dynamic-genre--row a {
    /*padding-left: 20px;*/
    padding: 0 0 0 0;
  }

  body[data-brand="TtS"] .p-nav-product-list .alphabet-tab-contents ul.block-dynamic-genre--body li.block-dynamic-genre--row a span {
    display: block;
    text-align: center;
    margin-top: 4px;
    font-size: 1.2rem;
  }

  body[data-brand="TtS"] .p-goods-category-search--tab-menu ul li:hover {
    opacity: 0.7;
    transition: 0.2s linear;
  }
}

/* -------------------
  商品一覧
------------------- */
body[data-brand="TtS"] .block-common-list-ttl-wrap .block-common-list-ttl-wrap {
  color: #F59A26;
}

.block-ranking-r--goods-image figure,
.block-pickup-list-p--goods-image figure,
.block-thumbnail-t--goods-image figure {
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}
.block-ranking-r--goods-image figure img,
.block-pickup-list-p--goods-image figure img,
.block-thumbnail-t--goods-image figure img {
  border-radius: 0;
}

@media (max-width: 768px) {
  .block-genre-page--event .block-common-hdg-lt-inner {
    padding: 0 20px;
  }
}
@media (min-width: 769px) {
  .block-genre-page--event .block-common-hdg-lt-inner {
    max-width: 1220px;
    padding: 0 10px;
    margin: 0 auto;
  }
}

/* -------------------
  キャラクターから探す
------------------- */
body[data-brand="TtS"] .alphabet-tab-search-area-inner>div {
  display: flex;
  flex-wrap: wrap;
}

body[data-brand="TtS"] .alphabet-tab-search-area-inner .alphabet-tab-search-main {
  width: calc(100% / 5);
  font-size: 1.4rem;
}

/* -------------------
  出演者から探す(コンテンツ)
------------------- */
@media (max-width: 768px) {
  body[data-brand="TtS"] .block-top-performers-search {
    padding: 50px 0;
  }
  body[data-brand="TtS"] .performers-search-inner {
    padding: 20px 30px 48px;
  }
}

body[data-brand="TtS"] .block-top-performers-search .block-top-performers-search-ttl {
  text-align: center;
}

@media (min-width: 769px) {
  body[data-brand="TtS"] .performers-search-inner {
    padding: 50px 30px 48px;
  }

  body[data-brand="TtS"] .block-top-performers-search {
    max-width: 1500px;
    margin: 0 auto;
    padding: 140px 10px;
  }

  body[data-brand="TtS"] .block-top-performers-search .alphabet-tab-search-area-inner {
    max-width: initial;
  }

  body[data-brand="TtS"] .block-top-performers-search .alphabet-tab-search-area-inner .js-alphabet-tab-search {
    padding: 0 16%;
  }

  body[data-brand="TtS"] .block-top-performers-search .performers-search-inner {
    padding: 20px 0 0
  }
}

/* -------------------
  キャラクターから探す(コンテンツ)
------------------- */
@media (max-width: 768px) {
  body[data-brand="TtS"] .character-search-inner {
    padding: 20px 30px 48px;
  }
}

body[data-brand="TtS"] .block-top-character-search .block-top-character-search-ttl {
  text-align: center;
}

body[data-brand="TtS"] .block-top-character-search .block-top-character-search-ttl .block-common-hdg-caption {
  color: #7DCDF2;
}

@media (min-width: 769px) {
  body[data-brand="TtS"] .character-search-inner {
    padding: 50px 30px 48px;
  }

  body[data-brand="TtS"] .block-top-character-search {
    max-width: 1500px;
    margin: 0 auto;
    padding: 130px 10px;
  }

  body[data-brand="TtS"] .block-top-character-search .alphabet-tab-search-area-inner {
    max-width: initial;
  }

  body[data-brand="TtS"] .block-top-character-search .alphabet-tab-search-area-inner .js-alphabet-tab-search {
    padding: 0 16%;
  }

  body[data-brand="TtS"] .block-top-character-search .character-search-inner {
    padding: 20px 0 0
  }
}

/* -------------------
  ページャー共通
------------------- */
@media (max-width: 768px) {
  body[data-brand="TtS"] .paginationjs .paginationjs-pages li {
    margin: 0 3px;
  }

  body[data-brand="TtS"] .paginationjs .paginationjs-pages li>a,
  body[data-brand="TtS"] .paginationjs .paginationjs-pages li:last-child>a,
  body[data-brand="TtS"] .paginationjs .paginationjs-pages li:first-child>a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: solid 1px #E8E8E8;
  }

  body[data-brand="TtS"] .paginationjs .paginationjs-pages li.paginationjs-ellipsis a {
    width: 20px;
    min-width: 20px;
  }
}

body[data-brand="TtS"] .pagination-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body[data-brand="TtS"] .paginationjs .paginationjs-pages {
  float: none;
}

body[data-brand="TtS"] .paginationjs .paginationjs-pages ul {
  display: flex;
  align-items: center;
  float: none;
  gap: 0;
}

body[data-brand="TtS"] .paginationjs .paginationjs-pages li {
  width: auto;
  min-width: auto;
}

body[data-brand="TtS"] .paginationjs .paginationjs-pages li,
body[data-brand="TtS"] .paginationjs .paginationjs-pages li:first-child,
body[data-brand="TtS"] .paginationjs .paginationjs-pages li:last-child,
body[data-brand="TtS"] .paginationjs .paginationjs-pages li:last-child>a,
body[data-brand="TtS"] .paginationjs .paginationjs-pages li:first-child>a {
  float: none;
  border: none;
  border-radius: 0;
}

body[data-brand="TtS"] .paginationjs .paginationjs-pages li>a,
body[data-brand="TtS"] .paginationjs .paginationjs-pages li.paginationjs-prev a,
body[data-brand="TtS"] .paginationjs .paginationjs-pages li.paginationjs-next a {
  border-radius: 50%;
  border: solid 1px #E8E8E8;
  background: #fff;
}

body[data-brand="TtS"] .paginationjs .paginationjs-pages li.active>a {
  height: 30px;
  background: #999;
  border: solid 2px #999;
  color: #fff;
}

body[data-brand="TtS"] .paginationjs .paginationjs-pages li.paginationjs-prev a,
body[data-brand="TtS"] .paginationjs .paginationjs-pages li.paginationjs-next a {
  position: relative;
  text-indent: -9999px;
  background: #fff;
}

body[data-brand="TtS"] .paginationjs .paginationjs-pages li.paginationjs-prev a {
  background: url(../../img/usr/common_img/pager_prev.png) no-repeat center center #fff;
}

body[data-brand="TtS"] .paginationjs .paginationjs-pages li.paginationjs-next a {
  background: url(../../img/usr/common_img/pager_next.png) no-repeat center center #fff;
}

body[data-brand="TtS"] .paginationjs .paginationjs-pages li.paginationjs-ellipsis a {
  border: none;
  background: transparent;
  opacity: 1;
}

@media (min-width: 769px) {
  body[data-brand="TtS"] .pagination-container {
    margin-top: 40px;
  }

  body[data-brand="TtS"] .paginationjs .paginationjs-pages li {
    margin: 0 6px;
  }

  body[data-brand="TtS"] .paginationjs .paginationjs-pages li>a {
    border: solid 2px #E8E8E8;
  }

  body[data-brand="TtS"] .paginationjs .paginationjs-pages li>a,
  body[data-brand="TtS"] .paginationjs .paginationjs-pages li:last-child>a,
  body[data-brand="TtS"] .paginationjs .paginationjs-pages li:first-child>a,
  body[data-brand="TtS"] .paginationjs .paginationjs-pages li.active>a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    box-sizing: initial;
  }

  body[data-brand="TtS"] .paginationjs .paginationjs-pages li.paginationjs-prev a,
  body[data-brand="TtS"] .paginationjs .paginationjs-pages li.paginationjs-next a {
    border: solid 2px #E8E8E8;
  }
}

/* ------------------
  商品一覧
-------------------*/
body[data-brand="TtS"] .goods-stock-status-num10 .block-thumbnail-t--goods-image:after,
body[data-brand="TtS"] .goods-stock-status-num10 .block-ranking-r--goods-image:after,
body[data-brand="TtS"] .goods-stock-status-num10 .block-pickup-list-p--goods-image:after,
body[data-brand="TtS"] [class*="goods-stock-status-num1-"] .block-thumbnail-t--goods-image:after,
body[data-brand="TtS"] [class*="goods-stock-status-num1-"] .block-ranking-r--goods-image:after,
body[data-brand="TtS"] [class*="goods-stock-status-num1-"] .block-pickup-list-p--goods-image:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: url(../../img/usr/common_img/soldout_TtS.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-position: center center;
}

/* ------------------
  商品詳細
-------------------*/
body[data-brand="TtS"].page-goods .block-goods-comment9 {
  color: #FF0000;
}

body[data-brand="TtS"].page-goods .block-goods-comment1 a {
  border: solid 2px #88BFE2;
  color: #013896;
}

body[data-brand="TtS"].page-goods .block-outside-sales-period.block-outside-sales-period-before .block-outside-sales-period--message {
  background: linear-gradient(45deg, #F05E47, #F01C6A);
}

.page-goods .modal-footer .block-goods-favorite-cancel--btn {
  background: linear-gradient(45deg, #F05E47, #F01C6A);
}

/* --- 商品コメント --- */
body[data-brand="TtS"].page-goods .block-goods-detail-cmt .block-goods-detail-cmt-bg {
  background: #F4F4F4;
}

body[data-brand="TtS"].page-goods .block-goods-detail-cmt .block-goods-detail-cmt-bg h3,
body[data-brand="TtS"].page-goods.page-goods .block-goods-promotion-item--name {
  color: #013896;
}

body[data-brand="TtS"].page-goods .block-goods-detail-cmt h3 {
  color: #000;
}

body[data-brand="TtS"].page-goods .block-goods-detail-cmt-attention .block-common-hdg-caption,
body[data-brand="TtS"].page-goods .block-goods-detail-cmt-attention h2 {
  color: #FF0000;
}

body[data-brand="TtS"].page-goods .block-goods-detail-cmt .block-goods-detail-cmt-bp .block-goods-detail-cmt-bp-caption,
body[data-brand="TtS"].page-goods .block-goods-detail-cmt .block-goods-detail-cmt-bp .block-goods-detail-cmt-bp-caption:before {
  background: #88BFE2;
}

body[data-brand="TtS"].page-goods .block-goods-detail-cmt .block-goods-detail-cmt-bp .block-goods-detail-cmt-bp-caption:after {
  background: #3878A0;
}

body[data-brand="TtS"].page-goods .block-goods-comment1 span.comment-icon {
  background-color: #013896;
}

body[data-brand="TtS"].page-goods .block-goods-comment1 span.comment-link:after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21"><g transform="rotate(90 12.5 10.5)"><circle cx="10.5" cy="10.5" r="10.5" fill="%23013896" transform="translate(2 2)"/><path fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m10.887 15.726 4.032-3.226-4.032-3.226"/></g></svg>') no-repeat right center;
  background-size: 20px auto;
}

body[data-brand="TtS"].page-goods .block-add-cart .block-add-cart--btn {
  background: #013896;
  border-color: #013896;
}

.block-goods-detail-cmt .block-goods-detail-cmt-movie-rt iframe {
  border-radius: 10px;
}

/* --- キャンペーン --- */
body[data-brand="TtS"].page-goods .block-goods-promotion-item {
  border: solid 1px #88BFE2;
}
body[data-brand="TtS"].page-goods .block-goods-promotion-item--term dt,
body[data-brand="TtS"].page-goods .block-goods-promotion-item--term dt {
  float: none;
}

/* --- 関連商品 --- */
body[data-brand="TtS"].page-goods .block-common-hdg-caption,
body[data-brand="TtS"].page-category .block-common-hdg-caption,
body[data-brand="TtS"].page-genre .block-common-hdg-caption,
body[data-brand="TtS"].page-event .block-common-hdg-caption,
body[data-brand="TtS"].page-search .block-common-hdg-caption {
  color: #999;
}

body[data-brand="TtS"] .block-goods-list--params .block-goods-list--sort-order-items .block-sort--header,
body[data-brand="TtS"] .block-goods-list--params .block-filter .block-filter--header,
body[data-brand="TtS"] .block-goods-list--params .block-filter .block-filter--header.block-filter--header.block-filter--open,
body[data-brand="TtS"] .block-goods-list--params .block-filter--modal .block-filter--frame .filter-button .filter-buttonr--search .block-filter--search-btn {
  background: #013896;
}
body[data-brand="TtS"] .block-filter--frame-header-inner {
  background: #000;
}
body[data-brand="TtS"] .block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treeitem-name span.block-filter--treeitem-selected:before,
body[data-brand="TtS"] .block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--option-items label.checkbox.checked:before,
body[data-brand="TtS"] .block-filter--select .block-filter--select--element .checkbox.checked::before {
  border-color: #013896;
  background: #013896;
}

/* --- 最近見た商品 --- */
body[data-brand="TtS"] .block-recent-item,
body[data-brand="TtS"] #goodsdetail_itemhistory {
  background: #eee;
  background-repeat: repeat;
}

body[data-brand="TtS"] .block-recent-item .block-common-hdg-caption {
  color: #999;
}

/* 高さごとの指定 */
@media (min-width: 769px) and (max-height: 940px) {

  .p-goods-category-list,
  .p-goods-category-list ul {
    transition: 0.2s linear;
  }

  .p-goods-category-list {
    padding: 33px 0 35px;
  }

  .p-goods-category-list ul {
    max-height: 463px;
  }
}

@media (min-width: 769px) and (max-height: 740px) {
  .p-goods-category-list,
  .p-goods-category-list ul {
    transition: 0.2s linear;
  }

  .p-goods-category-list {
    padding: 20px 0 25px;
  }

  .p-goods-category-list ul {
    max-height: 363px;
  }
}

/* --- 交換商品 --- */
body[data-brand="TtS"].page-goods .block-detail-cart-wrap-area .block-add-cart.is-exchange input[type="button"] {background: #013896;}


/* ------------------
  AiReco
-------------------*/
.block-top-lightningrecommend .swiper + div.swiper-button{display: none;}
.block-top-lightningrecommend .swiper-initialized + div.swiper-buttons,
.block-top-lightningrecommend .block-brand-top-recommend--cont.active{display: block;}
.block-top-lightningrecommend .block-brand-top-recommend--cont ul{
  display: flex;
  gap: 8px;
  padding-bottom: 16px;
}
.block-top-lightningrecommend .block-pickup-list-p--goods-image figure {
  border: none;
}
@media (max-width: 768px) {
  .block-top-lightningrecommend {
    margin-bottom: 40px;
    padding: 50px 0;
  }
  .block-brand-top-recommend--cont-inner {
    margin-top: 16px;
  }
  .block-top-lightningrecommend .swiper-wrapper{
    width: auto;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding: 0 20px;
    transform: none!important;
    gap: 0 8px;
  }
  .block-top-lightningrecommend .swiper-slide{
    width: 45%;
    min-width: 45%;
    margin: 0;
  }
  .block-top-lightningrecommend .swiper-option{display: none;}
}
@media (min-width: 769px) {
  .block-top-lightningrecommend {
    margin: 0 auto 40px;
    max-width: 1500px;
  }
  .block-top-lightningrecommend .block-brand-top-recommend--cont-inner{position: relative;}
  .block-top-lightningrecommend .block-brand-top-recommend--cont ul{
    display: flex;
    gap: 0 25px;
    margin-top: 32px;
    padding-bottom: 0
  }
  .block-top-lightningrecommend .block-brand-top-recommend--cont ul li{
    margin-right: 0;
    padding-bottom: 4px;
  }
  .block-top-lightningrecommend .swiper .swiper-slide {max-width: 280px;}
  .block-top-lightningrecommend .swiper-buttons .swiper-button-prev:after,
  .block-top-lightningrecommend .swiper-buttons .swiper-button-next:after {display: none;}
  .block-top-lightningrecommend .swiper-buttons .swiper-button-prev,
  .block-top-lightningrecommend .swiper-buttons .swiper-button-next{
    top: 172px;
    width: 60px;
    height: 60px;
    z-index: 1;
  }
  .block-top-lightningrecommend .swiper-buttons .swiper-button-prev:hover,
  .block-top-lightningrecommend .swiper-buttons .swiper-button-next:hover{
    opacity: .7;
    transition: 0.2s linear;
  }
  .block-top-lightningrecommend .swiper-buttons .swiper-button-prev{
    left: -80px;
    background: url(../../img/tas/top/event_prev.png) no-repeat;
    transition: 0.2s linear;
  }
  .block-top-lightningrecommend .swiper-buttons .swiper-button-next{
    right: -80px;
    background: url(../../img/tas/top/event_next.png) no-repeat;
    transition: 0.2s linear;
  }
  .block-top-lightningrecommend .block-brand-top-recommend--cont .swiper-initialized ul{gap: 0;}
  .block-top-lightningrecommend .swiper-pagination-clickable .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #999;
    border: solid 2px #999;
    opacity: 1;
  }
  .block-top-lightningrecommend .swiper-pagination-clickable .swiper-pagination-bullet-active{background: #fff;}
  .block-top-lightningrecommend .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 var(--swiper-pagination-bullet-horizontal-gap,7px);}
  .block-top-lightningrecommend .swiper-option .swiper-pagination{
    z-index: 1;
    bottom: -25px;
  }
  .block-top-lightningrecommend .block-pickup-list-p--goods-image figure{
    max-width: 280px;
    width: auto;
    height: 280px;
  }
  .block-top-lightningrecommend .block-pickup-list-p--item{width: 280px;}
}
@media (max-width: 1645px) {
  .block-top-lightningrecommend .swiper-buttons .swiper-button-prev{
    left: 0;
    background: url(../../img/tas/top/event_prev.png) no-repeat;
    transition: 0.2s linear;
  }
  
  .block-top-lightningrecommend .swiper-buttons .swiper-button-next{
    right: 0;
    background: url(../../img/tas/top/event_next.png) no-repeat;
    transition: 0.2s linear;
  }
}