@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

section.shop {
  /*.sec_wrp{å
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }*/
  /*タブ切り替え全体のスタイル*/
}
section.shop .sec_tab {
  max-width: 1100px;
  margin: 0 auto;
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
section.shop .sec_tab .tabs {
  margin: 0 auto;
  padding-bottom: 40px;
  width: 100%;
  /*ラジオボタンを全て消す*/
  /*タブのスタイル*/
}
section.shop .sec_tab .tabs .divcon {
  display: flex;
  justify-content: center;
}
section.shop .sec_tab .tabs .divcon:has(#pref:checked) ~ #pref_content {
  display: block;
}
section.shop .sec_tab .tabs .divcon:has(#brand:checked) ~ #brand_content {
  display: block;
}
section.shop .sec_tab .tabs input[name=tab_item] {
  display: none;
}
section.shop .sec_tab .tabs .tab_item {
  width: 450px;
  height: 70px;
  border-bottom: 3px solid var(--clr-blue);
  background-color: var(--clr-white);
  line-height: 70px;
  font-size: 24px;
  text-align: center;
  color: var(--clr-gray);
  display: block;
  float: left;
  text-align: center;
  font-weight: 600;
  transition: all 0.2s ease;
  padding: 0 100px;
}
@media screen and (max-width: 960px) {
  section.shop .sec_tab .tabs .tab_item {
    padding: 4%;
    height: 100px;
    line-height: 35px;
    font-size: 20px;
    line-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
section.shop .sec_tab .tabs .tab_item:hover {
  opacity: 0.75;
}
section.shop .sec_tab .tabs .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  max-width: 1100px;
  width: 100%;
}
section.shop .sec_tab .tabs #pref_content .tab_content_choices,
section.shop .sec_tab .tabs #brand_content .tab_content_choices {
  background-color: var(--bc-beige);
  max-width: 900px;
  padding: 60px 120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.shop .sec_tab .tabs #pref_content .tab_content_choices,
  section.shop .sec_tab .tabs #brand_content .tab_content_choices {
    padding: 30px;
  }
}
section.shop .sec_tab .tabs #pref_content table,
section.shop .sec_tab .tabs #brand_content table {
  border-collapse: collapse;
}
section.shop .sec_tab .tabs #pref_content table tr,
section.shop .sec_tab .tabs #brand_content table tr {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.shop .sec_tab .tabs #pref_content table tr,
  section.shop .sec_tab .tabs #brand_content table tr {
    display: block;
  }
}
section.shop .sec_tab .tabs #pref_content table tr .icon,
section.shop .sec_tab .tabs #brand_content table tr .icon {
  background-size: 100px;
  background-position: left 5px center;
  background-repeat: no-repeat;
  padding-left: 150px;
}
@media screen and (max-width: 768px) {
  section.shop .sec_tab .tabs #pref_content table tr .icon,
  section.shop .sec_tab .tabs #brand_content table tr .icon {
    padding-left: 130px;
  }
}
section.shop .sec_tab .tabs #pref_content table tr .NFT,
section.shop .sec_tab .tabs #brand_content table tr .NFT {
  background-image: url(/shop/img/logo-NEW_FISH_TANAKA.png);
}
section.shop .sec_tab .tabs #pref_content table tr .PdT,
section.shop .sec_tab .tabs #brand_content table tr .PdT {
  background-image: url(/shop/img/logo-Pescheria_di_TANAKA.jpg);
}
section.shop .sec_tab .tabs #pref_content table tr .KKT,
section.shop .sec_tab .tabs #brand_content table tr .KKT {
  background-image: url(/shop/img/logo-kaisenkobo_TANAKA.jpg);
}
section.shop .sec_tab .tabs #pref_content table tr .cNFT,
section.shop .sec_tab .tabs #brand_content table tr .cNFT {
  background-image: url(/shop/img/logo-NFT.jpg);
}
section.shop .sec_tab .tabs #pref_content table tr .TFT,
section.shop .sec_tab .tabs #brand_content table tr .TFT {
  background-image: url(/shop/img/logo-THE_FISH_TANAKA.png);
}
section.shop .sec_tab .tabs #pref_content table tr .tenFish,
section.shop .sec_tab .tabs #brand_content table tr .tenFish {
  background-image: url(/shop/img/logo-jyugyotoiro.png);
}
section.shop .sec_tab .tabs #pref_content table tr th,
section.shop .sec_tab .tabs #brand_content table tr th {
  width: 40%;
  font-size: 20px;
  font-weight: 600;
  height: 100px;
  display: flex;
  align-items: center;
  /*@include break {
           display: block;
         }*/
}
@media screen and (max-width: 768px) {
  section.shop .sec_tab .tabs #pref_content table tr th,
  section.shop .sec_tab .tabs #brand_content table tr th {
    width: auto;
  }
}
section.shop .sec_tab .tabs #pref_content table tr .spot,
section.shop .sec_tab .tabs #brand_content table tr .spot {
  width: 40%;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  section.shop .sec_tab .tabs #pref_content table tr .spot,
  section.shop .sec_tab .tabs #brand_content table tr .spot {
    width: auto;
    display: block;
    text-align: left;
    margin-top: 30px;
    font-size: 15px;
  }
}
section.shop .sec_tab .tabs #pref_content table tr td,
section.shop .sec_tab .tabs #brand_content table tr td {
  width: 20%;
}
@media screen and (max-width: 768px) {
  section.shop .sec_tab .tabs #pref_content table tr td,
  section.shop .sec_tab .tabs #brand_content table tr td {
    width: 100%;
    text-align: left;
  }
}
section.shop .sec_tab .tabs #pref_content table tr td a,
section.shop .sec_tab .tabs #brand_content table tr td a {
  margin-top: 0;
  float: right;
}
@media screen and (max-width: 768px) {
  section.shop .sec_tab .tabs #pref_content table tr td a,
  section.shop .sec_tab .tabs #brand_content table tr td a {
    float: left;
    margin-top: 15px;
  }
}
section.shop .sec_tab .tabs #pref_content {
  /*.list li.hidden {
        opacity: 0;
        height: 0;
        margin: 0;
      }*/
  /* .tab_content_description{
        margin-top: 100px;
          h2{
            font-size: 40px;
            font-weight: 600;
            margin-bottom: 30px !important;
          }
        ul{
          //width: 100%;
          li{
            border-bottom: 1px solid var(--clr-li-gray);
            padding: 30px 0;
            //width: 100%;
            &:first-child{
              border-top: 1px solid var(--clr-li-gray);
            }
          }
        }
      }*/
  /*//もっと見るボタン
      .hidden-view{
        display: none;
      }
      .hidden-view.open{
          display: block;
      }
      .more{
        text-align: center;
        .more-btn{

          &::before{
            content: "もっと見る";
          }
          .more-arw{
            transform:rotate(90deg);
          }
        }

      }
      .hidden-view.open + .more .more-btn::before{
          content: "閉じる";
      }
      .hidden-view.open + .more .more-arw{
        transform:rotate(-90deg);
      }
      //もっと見るボタン*/
}
section.shop .sec_tab .tabs #pref_content .tab_content_choices .btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
}
@media screen and (max-width: 960px) {
  section.shop .sec_tab .tabs #pref_content .tab_content_choices .btn::after {
    content: "";
    display: block;
    width: 30%;
  }
}
section.shop .sec_tab .tabs #pref_content .tab_content_choices .btn a {
  display: flex;
  width: 150px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--clr-blue);
  color: var(--clr-blue);
}
@media screen and (max-width: 960px) {
  section.shop .sec_tab .tabs #pref_content .tab_content_choices .btn a {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  section.shop .sec_tab .tabs #pref_content .tab_content_choices .btn a {
    height: 40px;
  }
}
section.shop .sec_tab .tabs #pref_content .tab_content_choices .btn a:hover {
  color: var(--clr-white);
  background-color: var(--clr-blue);
}
section.shop .sec_tab .tabs #pref_content .tab_content_choices .btn a p {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  section.shop .sec_tab .tabs #pref_content .tab_content_choices .btn a p {
    font-size: 16px;
  }
}
section.shop .sec_tab .tabs #pref_content .tab_content_choices .filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 28px 0;
  list-style: none;
}
@media screen and (max-width: 945px) {
  section.shop .sec_tab .tabs #pref_content .tab_content_choices .filter {
    justify-content: center;
  }
}
section.shop .sec_tab .tabs #pref_content .tab_content_choices .filter .filter-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.shop .sec_tab .tabs #pref_content .tab_content_choices .filter .filter-btn.is-active span {
  color: var(--clr-white);
  background-color: var(--clr-blue);
}
section.shop .sec_tab .tabs #pref_content .tab_content_choices .filter .filter-btn img {
  width: 50px;
  object-fit: cover;
  margin-right: 20px;
}
section.shop .sec_tab .tabs #pref_content .tab_content_choices .filter .filter-btn span {
  cursor: pointer;
  list-style-type: none;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  width: 300px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--clr-blue);
  color: var(--clr-blue);
}
@media screen and (max-width: 768px) {
  section.shop .sec_tab .tabs #pref_content .tab_content_choices .filter .filter-btn span {
    font-size: 18px;
  }
}
section.shop .sec_tab .tabs #pref_content .tab_content_choices .filter .filter-btn span:hover {
  opacity: 0.75;
}
section.shop .sec_tab .tabs #pref_content .list h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px !important;
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  section.shop .sec_tab .tabs #pref_content .list h2 {
    font-size: 26px;
    margin-bottom: 20px !important;
  }
}
section.shop .sec_tab .tabs #pref_content .list ul li {
  border-bottom: 1px solid var(--clr-li-gray);
  padding: 30px 0;
}
section.shop .sec_tab .tabs #pref_content .list ul li:first-child {
  border-top: 1px solid var(--clr-li-gray);
}
section.shop .sec_tab .tabs #pref_content .list .hidden {
  display: none;
}
section.shop .sec_tab .tabs #pref_content .list .visible {
  display: list-item;
}
section.shop .sec_tab .tabs #pref_content .more {
  text-align: center;
}
section.shop .sec_tab .tabs #pref_content .more .more-arw {
  transform: rotate(90deg);
}
section.shop .sec_tab .tabs #pref_content .tab_content_choices,
section.shop .sec_tab .tabs #brand_content .tab_content_choices {
  padding: 60px 65px;
}
@media screen and (max-width: 768px) {
  section.shop .sec_tab .tabs #pref_content .tab_content_choices,
  section.shop .sec_tab .tabs #brand_content .tab_content_choices {
    padding: 30px 4%;
  }
}
section.shop .sec_tab .tabs #pref_content .tab_content_choices .filter,
section.shop .sec_tab .tabs #brand_content .tab_content_choices .filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 28px 0;
  list-style: none;
}
@media screen and (max-width: 945px) {
  section.shop .sec_tab .tabs #pref_content .tab_content_choices .filter,
  section.shop .sec_tab .tabs #brand_content .tab_content_choices .filter {
    justify-content: center;
  }
}
section.shop .sec_tab .tabs #pref_content .tab_content_choices .filter.pref,
section.shop .sec_tab .tabs #brand_content .tab_content_choices .filter.pref {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: start;
  gap: 10px 20px;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.shop .sec_tab .tabs #pref_content .tab_content_choices .filter.pref,
  section.shop .sec_tab .tabs #brand_content .tab_content_choices .filter.pref {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
    max-width: 100%;
  }
}
section.shop .sec_tab .tabs #pref_content .tab_content_choices .filter.pref .filter-btn,
section.shop .sec_tab .tabs #brand_content .tab_content_choices .filter.pref .filter-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.shop .sec_tab .tabs #pref_content .tab_content_choices .filter.pref .filter-btn.is-active span,
section.shop .sec_tab .tabs #brand_content .tab_content_choices .filter.pref .filter-btn.is-active span {
  color: var(--clr-white);
  background-color: var(--clr-blue);
}
section.shop .sec_tab .tabs #pref_content .tab_content_choices .filter.pref .filter-btn img,
section.shop .sec_tab .tabs #brand_content .tab_content_choices .filter.pref .filter-btn img {
  width: 50px;
  object-fit: cover;
  margin-right: 20px;
}
section.shop .sec_tab .tabs #pref_content .tab_content_choices .filter.pref .filter-btn span,
section.shop .sec_tab .tabs #brand_content .tab_content_choices .filter.pref .filter-btn span {
  cursor: pointer;
  list-style-type: none;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  width: 100%;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--clr-blue);
  color: var(--clr-blue);
}
@media screen and (max-width: 768px) {
  section.shop .sec_tab .tabs #pref_content .tab_content_choices .filter.pref .filter-btn span,
  section.shop .sec_tab .tabs #brand_content .tab_content_choices .filter.pref .filter-btn span {
    font-size: 18px;
  }
}
section.shop .sec_tab .tabs #pref_content .tab_content_choices .filter.pref .filter-btn span:hover,
section.shop .sec_tab .tabs #brand_content .tab_content_choices .filter.pref .filter-btn span:hover {
  opacity: 0.75;
}
section.shop .sec_tab .tabs #pref_content .tab_content_choices .filter .filter-btn,
section.shop .sec_tab .tabs #brand_content .tab_content_choices .filter .filter-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.shop .sec_tab .tabs #pref_content .tab_content_choices .filter .filter-btn.is-active span,
section.shop .sec_tab .tabs #brand_content .tab_content_choices .filter .filter-btn.is-active span {
  color: var(--clr-white);
  background-color: var(--clr-blue);
}
section.shop .sec_tab .tabs #pref_content .tab_content_choices .filter .filter-btn img,
section.shop .sec_tab .tabs #brand_content .tab_content_choices .filter .filter-btn img {
  width: 50px;
  object-fit: cover;
  margin-right: 20px;
}
section.shop .sec_tab .tabs #pref_content .tab_content_choices .filter .filter-btn span,
section.shop .sec_tab .tabs #brand_content .tab_content_choices .filter .filter-btn span {
  cursor: pointer;
  list-style-type: none;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  width: 300px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--clr-blue);
  color: var(--clr-blue);
}
@media screen and (max-width: 768px) {
  section.shop .sec_tab .tabs #pref_content .tab_content_choices .filter .filter-btn span,
  section.shop .sec_tab .tabs #brand_content .tab_content_choices .filter .filter-btn span {
    font-size: 18px;
  }
}
section.shop .sec_tab .tabs #pref_content .tab_content_choices .filter .filter-btn span:hover,
section.shop .sec_tab .tabs #brand_content .tab_content_choices .filter .filter-btn span:hover {
  opacity: 0.75;
}
section.shop .sec_tab .tabs #pref_content .category li,
section.shop .sec_tab .tabs #brand_content .category li {
  display: none;
  border-bottom: 1px solid var(--clr-li-gray);
  padding: 30px 0;
}
section.shop .sec_tab .tabs #pref_content .category .li_title,
section.shop .sec_tab .tabs #brand_content .category .li_title {
  margin-top: 100px;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  section.shop .sec_tab .tabs #pref_content .category .li_title,
  section.shop .sec_tab .tabs #brand_content .category .li_title {
    font-size: 26px;
    padding-bottom: 20px;
  }
}
section.shop .sec_tab .tabs #pref_content .category .is-show,
section.shop .sec_tab .tabs #brand_content .category .is-show {
  display: block;
}
section.shop .sec_tab #pref:checked ~ #pref_content,
section.shop .sec_tab #brand:checked ~ #brand_content {
  display: block;
}
section.shop .sec_tab .tabs input:checked + .tab_item {
  background-color: var(--clr-blue);
  color: #fff;
}