/* CATEGORY */
.p-category {
  margin: 0; 
}

/* RANKING */
.p-seller {
  background: var(--general-background-color-gray); 
  margin-top: 0;
  padding: 70px 0 80px;
}
.p-seller .is-hidden {
  display: none;
}
 
.c-item-list__num {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px;
  line-height: 1;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
}

/* 最近見た商品 */
#history {
  margin-left: calc(var(--general-column-gap-sp) / 2 * -1);
  margin-right: calc(var(--general-column-gap-sp) / 2 * -1);
}
#history .c-item-list__item {
  margin: 0 calc(var(--general-column-gap-sp) / 2);
}
@media screen and (min-width: 768px) {
  #history {
    margin-left: calc(var(--general-column-gap-pc) / 2 * -1);
    margin-right: calc(var(--general-column-gap-pc) / 2 * -1);
  }
  #history .c-item-list__item {
    margin: 0 calc(var(--general-column-gap-pc) / 2);
  }
}
/* はずすと中央揃え */
#history .slick-track {
  margin-left: initial; 
  margin-right: initial; 
}
/* Focus時の黒枠 */
#history .slick-slide a:focus {
  outline: none;
}
/* 横スクが出る */
#history .slick-arrow {
  display: none !important;
}



/* インフォメーション */
.p-info ul {
  list-style: square;
  padding-left: 16px;
}
.p-info .c-bg-gray {
  background: #eee;
  border-radius: var(--item-border-radius);
  margin-top: 30px;
  padding: 20px;
}
.p-info-in {
  padding: 10px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: 160px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  font-size: 1em;
}
.p-info-in dl {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.p-info-in dl dt {
  margin-left: 0;
  width: 18%;
  float: left;
  clear: both;
  padding-right: 10px;
}
.p-info-in dl dd {
    margin-left: 20%;
    line-height: 1.5;
}
.p-info-in .title {
    font-weight: bold;
    font-size: 1.2em;
    color: #2c6e53;
}



/*.p-seller .u-container-scroll {
  max-width: initial;
  margin: 0 0 0 calc(50% - 580px);
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.p-seller .c-item-list {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  margin-left: 0;
  margin-right: 0;
}
.p-seller .c-item-list__item {
  width: calc(25% - (var(--item-column-gap-pc) * 3 / 4) - (50% - 580px) / 2);
}*/

.p-pickup {
  color: #fff;
  font-weight: 500;
  /*padding: 80px 0;*/
}
.p-pickup .u-container {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .p-pickup .u-container {
    padding-left: 20px;
    padding-right: 20px;
  }  
}
.p-pickup-in:nth-of-type(2) {
  margin-top: 40px;
}
.p-pickup-in__col {
  background: #007a87;
  width: 100%;
}
.p-pickup-in:nth-of-type(2) .p-pickup-in__col {
  background: #a94069;
}
.p-pickup-in__img {
  width: 100%;
}
.p-pickup-in__img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-pickup-in__img {
    width: 50%;
  }
  .p-pickup-in__col {
  background: #007a87;
  width: 50%;
  }
}
.p-pickup-in:nth-of-type(2)  {
  width: 100%;
}
.p-pickup-in__txt {
  padding: 20px;
  font-size:1.3em;
}
@media screen and (min-width: 768px) {
  .p-pickup-in__txt {
    line-height: 2;
    padding: 40px;
  }
}
.p-pickup-in__txt h2 {
  margin-bottom: 10px;
}

/* PICKUPリンク装飾 */
.pubt1 {
  display: inline-block;
  font-size: 1em;
  margin: 1em 0.5em;
  padding: 0.4em 1.6em;
  color: #ffffff;
  text-decoration: none;
  user-select: none;
  border: 3px #ffffff solid;
  border-radius: 3px;
  transition: 0.4s ease;
}

.pubt1:hover {
  color: #e3fbff;
}

/* ブランド説明 */
.p-brand {
  background: #e0deae;
}
.p-brand-in {
  display: flex;
  flex-wrap: wrap;
}
.p-brand-in__col {
  width: 60%; 
}
.p-brand-in__col:nth-of-type(2) {
  width: 40%; 
}
@media screen and (min-width: 768px) {
  .p-brand-in__col, .p-brand-in__col:nth-of-type(2) {
    width: 50%; 
  }
}
.p-brand-in__txt {
  font-size: 12px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
 .p-brand-in__txt {
    font-size: 16px;
    line-height: 2;
    padding: 80px 80px 80px 20px;
  }
}
@media screen and (min-width: 1200px) {
 .p-brand-in__txt {
    font-size: 16px;
    line-height: 2;
    padding: 80px 80px 80px calc(50% - 580px);
  }
}
.p-brand-in__txt h2 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-brand-in__txt h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.p-brand-in__img {
  background-image: url(https://img21.shop-pro.jp/PA01514/916/etc_base64/pdal6aXzpcnA4szA.jpg?cmsp_timestamp=20241226152937);
  background-repeat: no-repeat;
  background-position: 70%;
  background-size: cover
}
@media screen and (min-width: 768px) {
  .p-brand-in__img {
    background-position: center;
  }
}
.p-brand-in__txt-site {
  margin-top: 1.5em;
}

/* フェードアップ（PC時のみ）、共通CSSに置くと一部動作しない */
@media screen and (min-width: 768px) {
  .u-fade {
    opacity: 0;
    transition: all 2s;
  }
  .u-fade.is-scroll {
    opacity: 1;    
  }
  .u-fade-4item {
    opacity: 0;
    transform: translate(0, 40px);
    transition: all 2s ease;
  }
  .u-fade-4item:nth-of-type(4n+1) {
    transition: all 500ms;
  }
  .u-fade-4item:nth-of-type(4n+2) {
    transition: all 1000ms;
  }
  .u-fade-4item:nth-of-type(4n+3) {
    transition: all 1500ms;
  }
  .u-fade-4item:nth-of-type(4n+4) {
    transition: all 2000ms;
  }
  .u-fade-4item.is-scroll {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* slickアニメーション用（PC時のみ） */
@media screen and (min-width: 768px) {
  #slider div img {
    margin: 0 auto;
    transform: scale(1.1);
    transition: 9s ease-out;
  }
  #slider div.is-animation img{
    transform: scale(1);
  }
}
/* スライドショー */
#slider {
  background-color: #fff;
  margin: 0 auto 40px;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  #slider {
    margin: 0 auto 70px;
    max-width: 1920px;
  }
}
#slider.slick-initialized {
  opacity: 1;
}
#slider .slick-slide {
  position: relative;
  transition: opacity 2s ease 0s !important;
}
#slider .slick-slide > a {
  pointer-events: none;
}
#slider .slick-slide a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #slider .slick-slide img {
    max-width: 100%;
    height: auto;
  }
}
/* スライドショーのドットのサイズ */
#slider .slick-dots {
  position: static;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  #slider .slick-dots {
    position: absolute;
    bottom: 10px;
    margin-top: 0;
  }
}
#slider .slick-dots li {
  margin: 0 2px;
}
#slider .slick-dots li button::before {
  color: var(--mv-dot-button-color);
  content: "●";
  font-size: 16px;
  opacity: 0.8;
}
#slider .slick-dots li.slick-active button::before {
  color: var(--mv-dot-button-color-active);
  content: "●";
  font-size: 16px;
}

/* スライドショーのキャプション */
.p-mv-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--general-background-color-gray);
  margin-right: 20px;
  padding: 5px;
  width: 100%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-mv-caption {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    background: transparent;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    opacity: 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-mv-caption {
    padding: 0;
  }
}
.slick-active .p-mv-caption {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .slick-active .p-mv-caption {
    animation: fadeCaption 1.5s ease-in 0.5s normal both;
  }
  @keyframes fadeCaption {
    0% { opacity: 0; transform: translateY(-40%);}
    100% { opacity: 1; transform: translateY(-50%);}
  }
}
.p-mv-caption__ttl {
  color: var(--general-text-color);
  font-size: var(--mv-caption-font-size-sp);
  font-weight: var(--mv-caption-font-weight-sp);
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-mv-caption__ttl {
    color: var(--mv-caption-text-color);
    font-family: var(--mv-caption-font-family);
    font-size: var(--mv-caption-font-size-pc);
    font-weight: var(--mv-caption-font-weight-pc);
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
    margin-right: 0;
  }
}
.p-mv-caption__link {
  display: inline-block;
  line-height: 1;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-mv-caption__link {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .slick-active .p-mv-caption__link {
    animation: fadeLink 0.3s ease-in 2s normal both;
  }
  @keyframes fadeLink {
    0% { opacity: 0; }
    100% { opacity: 1;}
  }
}
.p-mv-caption__link a {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  color: var(--general-text-color);
  font-size: 12px;
  padding: 8px 12px;
}
@media screen and (min-width: 768px) {
  .p-mv-caption__link a {
    background: var(--mv-button-background-color);
    color: var(--mv-button-text-color);
    font-size: 16px;
    padding: 8px 20px;
  }
}
.p-mv-caption__link a:hover {
  background: var(--mv-button-background-color-hover);
  color: var(--mv-button-text-color-hover);
}

/* フリースペース */
.p-freespace .c-heading__right {
  display: flex;
}
.p-freespace .c-heading__right-txt {
  border-bottom: 1px solid var(--general-text-color);
  margin-top: 3px;
}
.p-freespace .c-col-3 {
  background: #eee;
  border-radius: var(--item-border-radius);
  /*height: 80px;*/
  padding: 5px;
  width: calc(33.3333% - (var(--general-column-gap-sp) * 2 / 3));
}
@media screen and (min-width: 768px) {
  .p-freespace .c-col-3 {
    /*height: 240px;*/
    padding: 20px;
    width: calc(33.3333% - (var(--general-column-gap-pc)* 2 / 3));
  }
}
.p-freespace .c-col-3 p {
  font-size: 40px;
  font-family: var(--manager-name-font-family);
  font-weight: 700;
  color: #fff;
}
/* myattで追加 */
.more_link {
  border: 1px solid;
  margin: 1em auto;
  padding: 0.4em 0em;
  width:5em;
  text-align: center;
}
.st1 {
    text-decoration: line-through;
  font-weight: normal;
  color:#666666;
  }

.fbt1 {
  display: inline-block;
  font-size: 1.5em;
  margin: 1em 0.5em;
  padding: 0.4em 1.6em;
  color: #007c92;
  text-decoration: none;
  user-select: none;
  border: 3px #007c92 solid;
  border-radius: 3px;
  transition: 0.4s ease;
}
.fbt1:visited {
  display: inline-block;
  font-size: 1.5em;
  margin: 1em 0.5em;
  padding: 0.4em 1.6em;
  color: #007c92;
  text-decoration: none;
  user-select: none;
  border: 3px #007c92 solid;
  border-radius: 3px;
  transition: 0.4s ease;
}

.fbt1:hover {
  color: #fff;
  background: #007c92;
}

    /* コラムへのリンク　追加　 */
    /* 追加テキスト */
    .s-txt { margin: 7rem auto; text-align: left; }
    .s-txt h2 { font-size: 21px; font-weight: bold; margin: 0 auto 10px;text-align: center; }
    .s-txt p { margin: 0 auto 10px; padding: 0; }
    .s-txt p a { text-decoration: underline; }
    .s-txt p a:hover { opacity: .7; text-decoration: none; }
    /* リンクボタン */
    .ct-link-btn { margin: 30px auto; text-align: center; }
    .ct-link-btn a { background: #fff; border-radius: 5px;border: 3px solid #007c92; box-sizing: border-box; color: #007c92; display: inline-block; font-weight: bold; letter-spacing: 1px; margin: 0 auto 10px; padding: 15px 3rem; text-decoration: none; width: auto; }
    .ct-link-btn a:hover { opacity: .7;background: #007c92;color: #fff; transition: all 0.2s ease 0s; }
    @media screen and (max-width: 640px) {
    .ct-link-btn a { display: block; width: 90%; }
    }
    /* NAP表 */
    .nap-box { box-sizing: border-box; margin: 6rem auto 30px; }
    .nap-box h2 { font-size: 21px; font-weight: bold; margin-bottom: 15px;text-align: left; }
    .nap-box table { border-collapse: collapse; box-sizing: border-box; width: 100%; }
    .nap-box th { vertical-align: middle;display: block; width: 100%;text-align: left;}
    .nap-box td { padding-bottom: 10px; vertical-align: middle;display: block; width: 100%;}
    @media screen and (max-width: 640px) {
      .c-linkblock h2,.nap-box h2 {font-size: 20px;}
      .nap-box th, .nap-box td { box-sizing: border-box; display: block; width: 100%; }
    }
  

