﻿.pane-main{
  max-width: 910px;
}
.matome-portal .lead{
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
}
.matome-portal .note {
    margin: 20px 0;
    font-size: 18px;
}
.matome-portal .note li {
    text-indent: -1em;
    padding-left: 1em;
}
.matome-portal .note li span {
    font-weight: bold;
}
.matome-portal--contents{
  margin-top: 60px;
}
.matome-portal--tab-contents{
  position: relative;
}
.matome-portal .buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.matome-portal .button{
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  border-radius: 36px;
  font-weight: bold;
  white-space: pre-line;
}
.matome-portal .button[aria-selected="true"]{
  color: #fff;
  background-color: #443829;
}
.matome-portal .button[aria-selected="false"]{
  background-color: #fff;
  border: #443829 1px solid;
}
.matome-portal .sub-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.matome-portal .sub-button {
  flex: 1;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #938675;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
  padding: 10px;
  text-align: center;
}
.matome-portal .sub-button + .sub-button {
  border-left: none;
}
.matome-portal .sub-button[aria-selected="true"]{
  color: #fff;
  background-color: #443829;
}
.matome-portal .sub-button[aria-selected="true"]::after {
  content: '▼';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #443829;
  font-size: 30px;
  white-space: nowrap;
  z-index: 1;
}
.matome-portal .sub-button[aria-selected="false"]{
  background-color: #fff;
}
.block-top-event--goods{
  min-height: 380px;
}
.chevron-link {
  display: block;
  font-size: 18px;
  font-weight: bold;
  width: 380px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #938675;
  color: #443829;
  border-radius: 50px;
  position: relative;
  padding: 10px;
  text-decoration: none;
  margin: 40px auto 20px;
}
.block-product-item{
  padding: 0;
}
.block-product-item li{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.block-product-item li  dl{
  width: calc((100% - (10px * 4)) / 5);
  margin: 0;
  flex-basis: unset;
}
.block-product-item li  dl figure.img-center{
  width: 100%;
  height: 100%;
}
.block-product-item .slick-arrow{
  width: 44px;
  height: 44px;
  background-color: #443829;
  position: absolute;
  top: 55px;
  z-index: 100;
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  border-radius: 50%;
  text-indent: -9999px;
  cursor: pointer;
  transition: .1s;
  opacity: 0.85;
}
.block-product-item .slick-arrow:before{
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.block-product-item .slick-next{
  right: -12px;
}
.block-product-item .slick-next:before{
  left: 13px;
  transform: rotate(45deg);
}
.block-product-item .slick-prev{
  left: -12px;
}
.block-product-item .slick-prev:before{
  right: 13px;
  transform: rotate(-135deg)
}
.block-product-item .slick-next.slick-disabled,
.block-product-item .slick-prev.slick-disabled{
  display: none !important;
}
#loading{
  display: block;
  min-height: 180px;
}
#loading.spinner {
  position: relative;
  left: unset;
  z-index: 3;
}
.spin-loader {
  min-height: 60px;
  position: relative;
  width: 100px;
  margin: 20px auto;
}
.spin-loader > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px;
}
.spin-loader > div {
  border-radius: 2px;
  margin: 2px;
  background: gray;
}
.spin-loader > div:nth-child(1) {
  top: calc(50% + 20px);
  left: 50%;
  -webkit-animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out;
}
.spin-loader > div:nth-child(2) {
  top: calc(50% + 13.64px);
  left: calc(50% + 13.64px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out;
}
.spin-loader > div:nth-child(3) {
  top: 50%;
  left: calc(50% + 20px);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out;
}
.spin-loader > div:nth-child(4) {
  top: calc(50% + -13.64px);
  left: calc(50% + 13.64px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out;
}
.spin-loader > div:nth-child(5) {
  top: calc(50% + -20px);
  left: 50%;
  -webkit-animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out;
}
.spin-loader > div:nth-child(6) {
  top: calc(50% + -13.64px);
  left: calc(50% + -13.64px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out;
}
.spin-loader > div:nth-child(7) {
  top: 50%;
  left: calc(50% + -20px);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out;
}
.spin-loader > div:nth-child(8) {
  top: calc(50% + 13.64px);
  left: calc(50% + -13.64px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}
.feature-intro-text {
  font-size: 20px;
  line-height: 1.8;
}
@keyframes line-spin-fade-loader {
  50% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width:769px){
  .matome-portal .block-top-recommend-special {
    min-height: 50px;
  }
  .matome-portal .block-top-recommend-special .block-thumbnail-t li {
      display: flex;
      flex-wrap: wrap;
      gap: 16px 20px;
      margin: 0;
  }
  .matome-portal .block-top-recommend-special .block-thumbnail-t--goods {
    flex-basis: 440px;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .matome-portal .block-top-recommend-special .block-thumbnail-t--goods-image figure {
    width: 440px;
    height: 184px;
    border: none;
  }
  .matome-portal .block-top-recommend-special .block-thumbnail-t--goods-image figure img{
    width: 100%;
  }
}
@media screen and (max-width:768px){
  .pane-main{
    padding-left: 9px;
    padding-right: 9px;
    overflow-x: hidden;
  }
  .matome-portal .lead{
    font-size: 16px;
  }
  .matome-portal .note{
    font-size: 14px;
  }
  .matome-portal .buttons .button {
    font-size: 16px;
    flex-direction: column;
    text-align: center;
  }
  .matome-portal span.dash{
    display: none;
  }
  .matome-portal .sub-buttons{
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 12px;
  }
  .matome-portal .sub-button {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    font-size: 16px;
    padding: 10px;
    border-left: 1px solid #938675;
  }
  .block-top-event--goods{
    min-height: 353px;
  }
  .matome-portal .chevron-link {
    width: 320px;
  }
  .block-product-item{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4vw 3.47vw;
  }
  .block-product-item li{
    width: calc((100% - 3.47vw) / 2);
    padding: 0;
  }
  .block-product-item .slick-arrow{
    width: 8vw;
    height: 8vw;
    top: 30%;
  }
  .block-product-item .slick-arrow:before{
    width: 10px;
    height: 10px;
  }
  .block-product-item .slick-prev{
    left: 0;
  }
  .block-product-item .slick-next{
    right: 0;
  }
  .block-product-item .slick-prev:before{
    right: 9px;
  }
  .block-product-item .slick-next:before{
    left: 8px;
  }
  .block-common-lightningrecommend ul.block-thumbnail-t--items{
    flex-direction: column;
  }
  .matome-portal .block-common-lightningrecommend li.block-thumbnail-t--item{
    width: 100%;
  }
  .matome-portal .block-common-lightningrecommend figure img{
    width: 100%;
  }
}
@media screen and (max-width:415px){
  .matome-portal .buttons .button {
    font-size: 14px;
  }
}