@charset "UTF-8";

/* ----- タブ ----- */

.tabs-container {
  width: 100%;
}

.tabs-container .tabs-panel {
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}

.tabs-container .tabs-panel.transition {
  transition: all 0.2s ease;
}

.tabs-container .tabs-panel .tabs-panel-content {
  display: inline-block;
  width: 100%;
  font-size: 0.16rem;
  vertical-align: top;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(0, 0, 0);
}

.tabs-container .tabContent-wrap {
  width: 100%;
  min-height: 646px;
  overflow: hidden;
}

.tabs-container .tabs-list {
  position: sticky;
  top: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 1px 0 rgba(0,0,0,0.08);
  z-index: 10;
  background: #fff;
}

.tabs-container .tabs-title {
  position: relative;
  float: left;
  width: 50%;
  line-height: 1.2rem;
  text-align: center;
  font-size: 1.4rem !important;
  height: 40px !important;
  box-sizing: border-box;
}

.tabs-container .tabs-title:last-child:after {
  display: none;
}

.tabs-container .tabs-title .tabs-titleLink {
  display: block;
  width: 100%;
  position: relative;
  color: #999;
  height: 40px !important;
  line-height: 3.2 !important;
}

.tabs-container .tabs-title .tabs-titleLink:hover {
  text-decoration: none;
  color: #000;
}

.tabs-container .tabs-title .tabs-titleLink:focus {
  outline: none;
}

.tabs-container .tabs-title .tabs-titleLink.active {
  color: #000;
  font-weight: bold;
}

.tabs-container .tabs-title .tabs-titleLink .cursor {
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.10667rem;
  background: #fdde02;
}

.tabs-container .tabs-title .tabs-titleLink.active .cursor {
  display: block;
}

.tabs-container .tabs-title .tabs-titleLink.active i {
  display: block;
  background: #000 !important;
  height: 2px;
}

.tabs-panel-content {
  width: 100%;
}

/*
.posts-list-1-column {
  margin: 0;
}
*/

.page, .page__background, .page__content {
  background-color: transparent !important;
}


/* ----- カテゴリタブ ----- */
.article-category-tab{
  padding: 10px 0 8px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  z-index: 10;
  background: #fff;
}

.article-category-tab__list{
  width: 98%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.article-category-tab__item{
  padding: 0;
  white-space: nowrap;
  display: inline-block;
}


.article-category-tab__item span{
  display: block;
  min-width: 74px;
  padding: 4px 13px;
  color: #000;
  box-sizing: border-box;
  line-height: 1.9;
  font-size: 1.35rem;
  text-align: center;
  color: #999;
  background: #ffffff;
  border-radius: 50px;
}


.article-category-tab__item.active span{
  background: #f5f5f5;
  color: #333333;
  font-weight: bold;
  letter-spacing: -0.3px;
}

.scroll-container .info-box {
  font-size: 1.2rem;
  color: #333;
  padding: 10px;
  white-space: normal;
  line-height: 1.25;
  display: block;
  border: 1px solid #e5e5e5;
  margin: 10px 10px 0px 10px;
  border-radius: 6px;
  background: #f5f5f5;
}

@media screen and (max-width:320px) {
  .article-category-tab__item a{
    min-width: 130px;
  }

  .article-category-tab__item{
    padding: 0 2px;
  }
}

/* youtube */

.youtube a {
  color: #000;
}

.youtube .single-bnr img {
  width: 100%;
}

.youtube__category-tab {
  padding: 10px 0 8px;
  border-top: 1px solid #eeeeee;
  position: relative;
  z-index: 10;
  background: #fff;
}

.youtube__category-list {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  width: 100%;
  white-space: nowrap;
}

.youtube__category-item {
  padding: 0 4px;
  white-space: nowrap;
  display: inline-block;
}

@media screen and (max-width: 320px){
  .youtube__category-item {
    padding: 0;
  }
}

.youtube__category-item span {
  display: block;
  min-width: 86px;
  padding: 4px 10px;
  color: #000;
  box-sizing: border-box;
  line-height: 1.9;
  font-size: 1.35rem;
  text-align: center;
  color: #999;
  background: #ffffff;
  border-radius: 50px;
}

@media screen and (max-width: 360px){
  .youtube__category-item span {
    padding: 4px;
  }
}

@media screen and (min-width: 390px){
  .youtube__category-item span {
    padding: 4px 14px;
  }
}

.youtube__category-item.is-active span {
  background: #f5f5f5;
  color: #333333;
  font-weight: bold;
  letter-spacing: -0.3px;
}

.youtube__list {
  padding-top: 15px;
}

.youtube__thumbnail {
  width: 100%;
  height: auto;
}

.youtube__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

/* .youtube__item:not(:first-child) {
  border-top: solid 14px #f5f5f5;
} */

.youtube__detail {
  padding: 15px 15px 10px;
  display: flex;
}

.youtube__user-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.youtube__user-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.youtube__description {
  width: calc(100% - 70px);
  margin: auto auto auto 8px;
}

.youtube__heading {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 8px;
  white-space: normal;
}

.youtube__user-name {
  display: block;
  font-size: 1.1rem;
  font-weight: 300;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 12px;
  padding-top: 4px;
}

.youtube__user-name--gray {
  color: #999999;
}

.youtube__product {
  margin: 0 0 15px 20px;
}

.youtube__product-title {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  padding-top: 5px;
}

.youtube__product-title--num {
  padding-left: 4px;
}

.youtube__product-list {
  display: flex;
  overflow-x: scroll;
  padding: 10px 10px 0;
  margin-left: -10px;
}

.youtube__product-list.is-only {
  overflow: visible;
  margin-right: 15px;
}

.youtube__product-list.is-only .youtube__product-item {
  width: 100%;
}

.youtube__product-item {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 50px);
  margin-right: 15px;
  height: auto;
  flex-shrink: 0;
  border: solid 1px #eeeeee;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

.youtube__product-item a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 320px){
  .youtube__product-item {
    width: calc(100% - 10px);
  }
}

.youtube__product-item::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../../img/common/sp-icon-arrow-right.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  background-size: 7px 12px;
}

.youtube__product-item-inner {
  display: flex;
  padding: 10px;
}

.youtube__product-detail {
  width: calc(100% - 93px);
  margin: auto auto auto 10px;
}

.youtube__product-price {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FF0030;
  margin-bottom: 4px;
}

.youtube__product-label {
  display: inline-block;
  width: 40px;
  margin-bottom: 4px;
  padding: 6px 6px 3px;
  font-size: 1rem;
  color: #ffffff;
  background-color: #FF0030;
  border-radius: 2px;
}

.youtube__product-label.none {
  background-color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  width: auto;
  color: #999;
  padding: 6px 0 0;
  margin-bottom: 2px;
}

.youtube__product-quantity {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 4px;
}

.youtube__product-quantity.none {
  color: #999;
}

.youtube__product-name {
  font-size: 1.1rem;
  font-weight: bold;
  height: 10px;
}

.youtube__product-state {
  display: flex;
  flex-direction: column-reverse;
  white-space: nowrap;
}

.youtube__product-img {
  width: 93px;
  height: 68px;
}

.youtube__product-img img {
  width: 93px;
  height: 100%;
  object-fit: contain;
}

.youtube__product-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: normal;
}

.youtube__comming-soon {
  height: calc(100vh - 80px);
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.youtube__comming-soon-img {
  max-width: 280px;
}

.youtube__comming-soon-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-margin-14 {
  background: #f5f5f5;
  padding: 6px 0;
  box-shadow: 0 1px 5px rgb(0 0 0 / 8%) inset;
}

.c-margin-border-14 {
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 0;
  box-shadow: 0 1px 5px rgb(0 0 0 / 8%) inset;
}

.c-see-more-btn {
  font-size: 1.3rem;
  font-weight: 600;
  color: #000000;
  text-align: center;
  width: 100%;
  height: 52px;
  border: solid 1px #e5e5e5;
}

.c-see-more-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
