/* 既存CSSを調整 */
#Contents {
  overflow: hidden;
}

/* TOP重要なお知らせ */
.tfTopPriorityNews {
  /*background-color: #B79D59;*/
}

.tfTopPriorityNews p {
  display: block;
  padding: 30px 5px 15px 5px;
  width: 100%;
  color: #f00;
  font-size: 14px;
  font-weight: 600;
  text-align: center;

}

.tfTopPriorityNews a {
  text-decoration: underline;
  color: #f00;
}

/* mainvisual */
.tfMainSlider {
  margin: 20px 0 20px 0;
  overflow: hidden;
  max-width: calc(100dvw - 15px);
}

.tfMainSlider .swiper-slide {

}

.tfMainSlider .swiper-slide img {
  max-width: 100%;
}


/* recommend */
.tfTopRecommendSet {
  margin: 80px 30px;
}

.tfTopRecommendSetTitleBox {
  max-width: 1400px;
  margin: 0 auto;
  color: #1a1a1a;
}

.tfTopRecommendSetTitleBox p {
  font-size: 30px;
  letter-spacing: 3px;
  padding-bottom: 7px;
}

.tfTopRecommendSetTitleBox h2 {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 600;
}

.tfTopRecommendSetList {
  margin: 20px auto 0 auto;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  gap: 3%;
}

.tfTopRecommendSetList li {
  width: calc(91% / 4);
  transition: 0.5s;
  position: relative;
  background-color: #fff;
  color: #1a1a1a;
}

.tfTopRecommendSetList li:hover {
  /*opacity: 0.5;*/
}

.tfTopRecommendSetEachImage {

}

.tfTopRecommendSetEachImage img {
  max-width: 100%;
}

.tfTopRecommendSetEachName {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.tfTopRecommendSetEachName p {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.75em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tfTopRecommendSetEachInfo {
  margin-bottom: 20px;
}

.tfTopRecommendSetEachInfo p {
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 表示行数を指定 */
}

.tfTopRecommendSetEachBt {
  text-align: center;
  color: #3F725A;
  border: 1px solid #3F725A;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 0;
  line-height: 1.5em;
  transition: 0.5s;
  margin: 15px 20px 0 20px;
}

.tfTopRecommendSetList li:hover .tfTopRecommendSetEachBt {
  background-color: #3F725A;
  color: #fff;
}


/* polemarier banner */
.tfTopPolemarierBanner {
  margin: 80px auto;
  padding: 0 30px;
  max-width: 1400px;
}

.tfTopPolemarierBanner p {
  max-width: 960px;
  margin: 0 auto;
}

.tfTopPolemarierBanner a {

}

.tfTopPolemarierBanner p img {
  width: 100%;
  background-color: #fff;
  box-shadow: 2px 2px 5px #aaa;
  transition: 0.5s;
}

.tfTopPolemarierBanner p img:hover {
  filter: brightness(0.7);
}


/* itemlist */
.tfTopItemlist {
  padding: 80px 30px;
  color: #fff;
  background: #3F725A;
  background: linear-gradient(0deg, rgba(63, 114, 90, 1) 0%, rgba(26, 58, 41, 1) 100%);
  width: 100%;
}

.tfTopItemlistTitleBox {
  max-width: 1400px;
  margin: 0 auto;
}

.tfTopItemlistTitleBox p {
  font-size: 30px;
  letter-spacing: 3px;
  padding-bottom: 7px;
}

.tfTopItemlistTitleBox h2 {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 30px;
}

.tfTopItemlistBox {
  margin: 20px auto 0 auto;
  width: 100%;
  max-width: 1400px;
}

.tfTopItemlistBox .swiper-slide {
  transition: 0.5s;
  background-color: #fff;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
}

.tfTopItemlistBox .swiper-slide:hover {
  filter: brightness(0.7);
}

.tfTopRItemlistEachImage {
  text-align: center;
}

.tfTopItemlistEachImage img {
  width: 100%;
}

.tfTopItemlistEachName {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  min-height: 3em;
}

.tfTopItemlistEachName p {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5em;
}

.tfTopItemlistLinkBt {
  margin: 50px auto 0 auto;
  text-align: center;
}

.tfTopItemlistLinkBt a {
  text-align: center;
  background-color: #B79D59;
  color: #fff;
  border: 1px solid #B79D59;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 30px 15px 30px;
  line-height: 1.75em;
  transition: 0.5s;
}

.tfTopItemlistLinkBt a:hover {
  background-color: #fff;
  color: #B79D59;
}


/* ranking */
.tfTopRanking {
  padding: 80px 30px;
  color: #fff;
  background: #3F725A;
  background: linear-gradient(0deg, rgba(63, 114, 90, 1) 0%, rgba(26, 58, 41, 1) 100%);
}

.tfTopRankingTitleBox {
  max-width: 1400px;
  margin: 0 auto;
}

.tfTopRankingTitleBox p {
  font-size: 30px;
  letter-spacing: 3px;
  padding-bottom: 7px;
}

.tfTopRankingTitleBox h2 {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 600;
}

.tfTopRankingList {
  margin: 20px auto 0 auto;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  gap: 5%;
}

.tfTopRankingList li {
  width: calc(90% / 3);
  transition: 0.5s;
  position: relative;
  background-color: #fff;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
}

.tfTopRankingList li:hover {
  filter: brightness(0.7);
}

.tfTopRankingListEach1:after {
  content: "";
  background-image: url(../images/top/tf_top_ranking_icon1.svg);
  background-repeat: no-repeat;
  width: 22.5%;
  height: 22.5%;
  position: absolute;
  left: 2.5%;
  top: 2.5%;
}

.tfTopRankingListEach2:after {
  content: "";
  background-image: url(../images/top/tf_top_ranking_icon2.svg);
  background-repeat: no-repeat;
  width: 22.5%;
  height: 22.5%;
  position: absolute;
  left: 2.5%;
  top: 2.5%;
}

.tfTopRankingListEach3:after {
  content: "";
  background-image: url(../images/top/tf_top_ranking_icon3.svg);
  background-repeat: no-repeat;
  width: 22.5%;
  height: 22.5%;
  position: absolute;
  left: 2.5%;
  top: 2.5%;
}

.tfTopRankingEachImage {
  text-align: center;
}

.tfTopRankingEachImage img {
  width: 100%;
}

.tfTopRankingEachName {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.tfTopRankingEachName p {
  text-align: center;
  font-weight: 600;
}


/* category */
.tfTopCategory {
  margin: 80px 0;
  padding: 0 30px;
}

.tfTopCategoryTitleBox {
  max-width: 1400px;
  margin: 0 auto;
  color: #1a1a1a;
}

.tfTopCategoryTitleBox p {
  font-size: 30px;
  letter-spacing: 3px;
  padding-bottom: 7px;
}

.tfTopCategoryTitleBox h2 {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 600;
}

.tfTopCategoryList {
  margin: 20px auto 0 auto;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5vw;
}

.tfTopCategoryList li {
  width: calc((100% - 5vw) / 2);
  box-shadow: 2px 2px 5px #555;
  transition: 0.5s;
}

.tfTopCategoryList li:hover {
  filter: brightness(0.7);
}

.tfTopCategoryList li a {

}

.tfTopCategoryList li a img {
  width: 100%;
}


/* subscription */
.tfTopSubscription {
  margin: 80px 0;
  padding: 0 30px;
}

.tfTopSubscriptionTitleBox {
  max-width: 1400px;
  margin: 0 auto;
  color: #1a1a1a;
}

.tfTopSubscriptionTitleBox p {
  font-size: 30px;
  letter-spacing: 3px;
  padding-bottom: 7px;
}

.tfTopSubscriptionTitleBox h2 {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 600;
}

.tfTopSubscriptionBanner {
  margin: 20px auto 0 auto;
  max-width: 1400px;
  transition: 0.5s;
}

.tfTopSubscriptionBanner:hover {
  filter: brightness(0.7);
}

.tfTopSubscriptionBanner img {
  max-width: 100%;
}


/* infomation */
.tfTopInfo {
  padding: 80px 30px;
  background: #c5c5c5;
}

.tfTopInfoTitleBox {
  max-width: 1400px;
  margin: 0 auto;
}

.tfTopInfoTitleBox p {
  font-size: 30px;
  letter-spacing: 3px;
  padding-bottom: 7px;
}

.tfTopInfoTitleBox h2 {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 600;
}

.tfTopInfoBox {
  margin: 20px auto;
  max-width: 1400px;
}

.tfTopInfoBox dl {
  border-bottom: 1px solid #1a1a1a;
  position: relative;
  font-size: 14px;
}

.tfTopInfoBox dt {
  padding: 1em;
  font-weight: normal;
  position: absolute;
  left: 0;
}

.tfTopInfoBox dd {
  width: 100%;
  padding: 1em 1em 1em 150px;
  border-top: 1px solid #1a1a1a;
}

.tfTopInfoBox dd a {
  transition: 0.5s;
}

.tfTopInfoBox dd a:hover {
  opacity: 0.5;
}

.tfTopInfoView {
  margin: 10px 0 0 auto;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  text-align: right;
}


/* support */
.tfTopSupport {
  padding: 0 30px;
  margin: 80px 0;
}

.tfTopSupportTitleBox {
  max-width: 1400px;
  margin: 0 auto;
  color: #1a1a1a;
}

.tfTopSupportTitleBox p {
  font-size: 30px;
  letter-spacing: 3px;
  padding-bottom: 7px;
}

.tfTopSupportTitleBox h2 {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 600;
}

.tfTopSupportList {
  margin: 20px auto 0 auto;
  max-width: 960px;
  display: flex;
  justify-content: space-between;
}

.tfTopSupportList li {
  border-right: 1px solid #999;
  width: calc(100%  / 4);
}

.tfTopSupportList li:last-child {
  border-right: 0;
}

.tfTopSupportList li a {
  text-align: center;
  display: block;
  padding: 40px 0 25px 0;
  transition: 0.5s;
}

.tfTopSupportList li a:hover {
  opacity: 0.5;
}

.tfTopSupportList li a img {
  height: 60px;
  margin-bottom: 30px;
}

.tfTopSupportList li a span {

}


/* tfTopStore */
.tfTopStore {
  margin: 80px 0;
  padding: 80px 30px;
  background-color: #1a3a29;
}

.tfTopStoreInner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1400px;
  gap: min(100px, 5dvw);
}

.tfTopStoreImage {
  width: 45%;
}

.tfTopStoreImage img {
  max-width: 100%;
}

.tfTopStoreContent {
  color: #fff;
}

.tfTopStoreContent h2 {
  font-size: 30px;
  letter-spacing: 3px;
  padding-bottom: 20px;
  text-align: center;
}

.tfTopStoreText {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.tfTopStoreLink {
  margin: 50px auto 0 auto;
  text-align: center;
}

.tfTopStoreLink a {
  text-align: center;
  background-color: #B79D59;
  color: #fff;
  border: 1px solid #B79D59;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
  line-height: 1.5em;
  transition: 0.5s;
}

.tfTopStoreLink a:hover {
  background-color: #fff;
  color: #B79D59;
}


/* tfTopSns */
.tfTopSns {
  margin: 80px 0;
  padding: 0 30px;
}

.tfTopSnsList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
  color: #1a1a1a;
}

.tfTopSnsList li {

}

.tfTopSnsList li a {
  transition: 0.5s;
}

.tfTopSnsList li a:hover {
  opacity: 0.5;
}

.tfTopSnsList li a img {
  width: 30px;
}


@media all and (max-width: 959px) {
  .tfMainSlider {
    /*margin-top: 85px;*/
    max-width: 100%;
  }

  .tfTopRecommendSet {
    margin-left: 20px;
    margin-right: 20px;
  }

  .tfTopRecommendSetTitleBox p {
    font-size: 22px;
    padding-bottom: 5px;
  }

  .tfTopRecommendSetList {
    flex-wrap: wrap;
    gap: 20px;
  }

  .tfTopRecommendSetList li {
    width: calc((100% - 20px) / 2);
  }

  .tfTopRecommendSetEachName p {
    font-size: 16px;
  }

  .tfTopRecommendSetEachInfo p {
    -webkit-line-clamp: 5; /* 表示行数を指定 */
  }

  .tfTopRecommendSetEachBt {
    margin-left: 0;
    margin-right: 0;
    font-size: 11px;
  }

  .tfTopPolemarierBanner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tfTopItemlist {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
  }

  .tfTopItemlistTitleBox p {
    font-size: 22px;
    padding-bottom: 5px;
  }

  .tfTopItemlistBox {
    flex-wrap: wrap;
    gap: 20px;
  }

  .tfTopItemlistBox li {
    width: calc((100% - 20px) / 2);
  }

  .tfTopRanking {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
  }

  .tfTopRankingTitleBox p {
    font-size: 22px;
    padding-bottom: 5px;
  }

  .tfTopRankingList {
    flex-wrap: wrap;
    gap: 20px;
  }

  .tfTopRankingList li {
    width: 100%;
  }

  .tfTopCategory {
    padding-top: 50px;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tfTopCategoryTitleBox p {
    font-size: 22px;
    padding-bottom: 5px;
  }

  .tfTopCategoryList li {
    width: 100%;
  }

  .tfTopSubscription {
    padding-top: 35px;
    padding-bottom: 65px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tfTopSubscriptionTitleBox p {
    font-size: 22px;
    padding-bottom: 5px;
  }

  .tfTopInfo {
    padding-top: 35px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tfTopInfoTitleBox p {
    font-size: 22px;
    padding-bottom: 5px;
  }

  .tfTopInfoBox dl {
    border-top: 1px solid #1a1a1a;
    border-bottom: 0;
  }

  .tfTopInfoBox dt {
    position: relative;
    width: 100%;
    padding-bottom: 0;
  }

  .tfTopInfoBox dd {
    border-top: 0;
    border-bottom: 1px solid #1a1a1a;
    padding-top: 0;
    padding-left: 1em;
  }

  .tfTopSupport {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tfTopSupportTitleBox p {
    font-size: 22px;
    padding-bottom: 5px;
  }

  .tfTopSupportList {
    flex-wrap: wrap;
  }

  .tfTopSupportList li {
    width: 50%;
    border-right: 0;
    font-size: 14px;
    border-top: 1px solid #999;
  }

  .tfTopSupportList li:nth-child(1), .tfTopSupportList li:nth-child(2) {
    border-top: 0;
  }

  .tfTopSupportList li:nth-child(even) {
    border-left: 1px solid #999;
  }

  .tfTopStore {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tfTopStoreInner {
    flex-wrap: wrap;
  }

  .tfTopStoreImage {
    width: 100%;
  }

  .tfTopStoreContent h2 {
    font-size: 22px;
    padding-bottom: 10px;
  }



}