@charset "utf-8";
.lcl-main {
  width: 100%;
}
.lcl-main__in {
  width: 100%;
}
.lcl-main__in img {
  width: 100%;
  height: auto;
}
.lcl-recommend {
  width: 100%;
  padding: 30px 0 50px;
  text-align: center;
  background: #f5f4ef;
}
.lcl-home-copy__ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #e1c65b;
  margin-bottom: 10px;
}
.lcl-home-copy__nayami {
  text-align: left;
  margin-bottom: 10px;
}
.lcl-home-copy__nayamimain {
  color: #e1c65b;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.lcl-home-copy {
  font-size: 14px;
  width: 1000px;
  padding: 20px 30px;
  background: #f5f4ef;
  margin: 30px auto;
}
.lcl-title {
  height: 59px;
  font-size: 24px;
  line-height: 24px;
  color: #e1c65b;
  padding-top: 22px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.lcl-title--recommend {
  background: transparent url(../img/home/ico_01.png) no-repeat center center / 60px 59px;
}
.lcl-title--pickup {
  background: transparent url(../img/home/ico_02.png) no-repeat center center / 70px 57px;
}
.lcl-title--compare {
  background: transparent url(../img/home/ico_03.png) no-repeat center center / 60px 50px;
}
.lcl-title2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin: 0 auto 30px;
  padding: 0 0 10px;
}
.lcl-title2::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  background: #f993aa;
  height: 4px;
  width: 60px;
}

.lcl-recommend-list {
  width: 1000px;
  margin: 0 auto;
}
.lcl-recommend-list__item {
  width: 320px;
}

.lcl-pickup {
  background: #f5f4ef;
  padding: 40px 0 30px;
  position: relative;
}
.lcl-pickup-box {
  width: 1000px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lcl-pickup-box__item {
  position: relative;
  flex-basis: 49%;
  transition: transform 0.25s ease;
}
.lcl-pickup-box__item--first {
  flex-basis: 100%;
  display: flex;
  margin-bottom: 20px;
}
.lcl-pickup-box__image {
  width: 200px;
  height: 110px;
  overflow: hidden;
  background-image: url(../common/img/noimage.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.lcl-pickup-box__item--first .lcl-pickup-box__image {
  height: 240px;
  width: 49%;
}

.lcl-pickup-box__item--first .lcl-pickup-box__txt {
  width: 49%;
}

.lcl-pickup-box__content {
  font-size: 13px;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  /* ---- PC ---- */
  .lcl-pickup-box__item:hover .lcl-pickup-box__image {
    opacity: 0.6;
  }
}
.lcl-pickup-box__item a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  text-decoration: none;
  padding-bottom: 10px;
  width: 100%;
  z-index: 1;
}
/* .lcl-pickup-box a::after{
	content: "";
	display: block;
	width: 100%;
	height: 117px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: linear-gradient( 0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
	z-index: -1;
} */
.lcl-pickup-box__txt {
  width: calc(100% - 210px);
}
.lcl-pickup-box__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.lcl-pickup-box__cate {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  background: #e1c65b;
  color: #fff;
  padding: 0 10px;
  font-size: 11px;
}
.lcl-pickup-box__date {
  font-size: 11px;
  margin-top: 5px;
  color: #e1c65b;
}
.lcl-pickup-box__keyword {
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}
.lcl-pickup-box__title {
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
  line-height: 17px;
}
.lcl-pickup-box__item--first .lcl-pickup-box__keyword {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}
.lcl-pickup-box__item--first .lcl-pickup-box__title {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}
.lcl-pickup-box__content {
  margin-top: 10px;
}

#main {
  /* padding-top: 50px; */
  margin-top: 50px;
}
.lcl-new-article__wrap {
  align-items: flex-start;
}
.lcl-new-article {
  width: 49%;
  margin-bottom: 20px;
}
.lcl-new-article__link {
  text-decoration: none;
}
.lcl-new-article__link:hover .lcl-new-article__img {
  transform: scale(1.1);
}
.lcl-new-article__figure {
  width: 100%;
  height: 0;
  padding-top: calc(392 / 705 * 100%);
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}
.lcl-new-article__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: transform 0.25s ease;
}
.lcl-new-article__cate {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  background: #e1c65b;
  color: #fff;
  padding: 0 10px;
  font-size: 11px;
  margin: 0 0 5px;
}
.lcl-new-article__info {
  align-items: center;
}
.lcl-new-article__keyword {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}
.lcl-new-article__date {
  font-size: 11px;
  color: #e1c65b;
  margin-top: 5px;
}
.lcl-new-article__title {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.5;
}
.lcl-more {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
.lcl-top-compare {
  padding-bottom: 80px;
  margin-top: 80px;
}

/*-------------------------------------　ranking ----*/
.lcl-rank {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-top: 70px;
}
.lcl-rank-item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.lcl-rank-item__ttl {
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.lcl-rank-item__medal {
  width: 70px;
  display: inline-block;
  margin-right: 15px;
}
.lcl-rank-item__detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.lcl-rank-item__img {
  width: 250px;
}
.lcl-rank-item__txt {
  width: calc(100% - 280px);
}
.lcl-rank-item__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.lcl-rank-item__maintxt {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.lcl-rank-item__subtxt {
}
.lcl-rank-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lcl-rank-list__item {
  background: #f5f4ef;
  width: calc(50% - 3px);
  display: flex;
}
.lcl-rank-list__item:nth-child(-n + 2) {
  margin-bottom: 6px;
}
.lcl-rank-list__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #928888;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 0px;
  position: relative;
  width: 150px;
}
.lcl-rank-list__txt {
  padding: 5px 0px;
  text-align: center;
  width: calc(100% - 150px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
.lcl-rank-list__small {
  font-size: 12px;
  margin-top: 0.5em;
  display: inline-block;
}
.lcl-rank-btn {
  display: flex;
  justify-content: center;
}
.lcl-rank-btn__link {
  width: 250px;
  font-size: 16px;
  display: block;
}
.lcl-rank-btn__link:not(:last-child) {
  margin-right: 20px;
}
.lcl-rank-btn__link--bk {
  border: 1px solid #555;
  color: #555;
  background: #fff;
}
.lcl-rank-btn__link--bk.compare-btn__link::after {
  border-color: #555;
}

@media screen and (max-width: 767px) {
  /* ---------------------------------------------------------------- SP Style ---- */
  .compare-btn__link {
    height: 65px;
  }
  .lcl-top-compare {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 20px;
  }
  .lcl-recommend {
    padding: 30px 0;
  }
  .lcl-title {
    height: 42px;
    font-size: 18px;
    line-height: 18px;
    padding-top: 15px;
    margin-bottom: 15px;
  }
  .lcl-title--recommend {
    background: transparent url(../img/home/ico_01.png) no-repeat center center / 40px 40px;
  }
  .lcl-title--pickup {
    background: transparent url(../img/home/ico_02.png) no-repeat center center / 42.5px 34.5px;
  }
  .lcl-home-copy {
    font-size: 13px;
    width: 100%;
    padding: 15px;
    margin: 20px auto;
  }
  .lcl-title--compare {
    background: transparent url(../img/home/ico_03.png) no-repeat center center / 40px 33.5px;
  }

  .lcl-recommend-list {
    width: 100%;
    text-align: center;
  }
  .lcl-recommend-list__item {
    width: 90.625vw;
    margin: 0 auto 15px;
  }

  .lcl-pickup {
    padding: 30px 0;
  }
  .lcl-pickup-box {
    width: 100%;
    padding: 0 15px;
  }
  .lcl-pickup-box__item {
    flex-basis: 49%;
    display: block;
    margin-bottom: 20px;
  }
  .lcl-pickup-box__item a {
    display: block;
  }
  .lcl-pickup-box__item--first {
    flex-basis: auto;
  }
  .lcl-pickup-box__item--first .lcl-pickup-box__image {
    width: 100%;
    margin-bottom: 10px;
  }
  .lcl-pickup-box__item--first .lcl-pickup-box__txt {
    width: 100%;
  }
  .lcl-pickup-box__image {
    width: 100%;
    margin-bottom: 5px;
    height: auto;
    padding-top: 55.5555%;
  }
  .lcl-pickup-box__txt {
    width: 100%;
  }
  .lcl-pickup-box__info {
    margin-bottom: 5px;
  }
  .lcl-pickup-box__cate {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 10px;
  }
  .lcl-pickup-box_date {
    font-size: 10px;
    line-height: 15px;
  }
  .lcl-pickup-box__keyword {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 5px;
  }
  .lcl-pickup-box__item--first .lcl-pickup-box__keyword {
    margin-bottom: 10px;
  }
  .lcl-pickup-box__title {
    line-height: 15px;
    margin-top: 0;
  }
  .lcl-new-article__wrap {
    width: 100%;
    padding: 0 15px;
  }
  .lcl-new-article__figure {
  }
  .lcl-new-article__cate {
    padding: 0 5px;
    font-size: 10px;
  }
  .post_keyword {
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    line-height: 17px;
  }
  #main {
    padding-top: 30px;
    margin-top: 0;
  }

  .lcl-more {
    margin: 20px auto 0;
  }
  /*-------------------------------------　ranking ----*/
  .lcl-rank {
    width: calc(100% - 30px);
    margin-top: 40px;
    margin-bottom: 0;
  }
  .lcl-rank-item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .lcl-rank-item__ttl {
    font-size: 20px;
  }
  .lcl-rank-item__medal {
    width: 50px;
    margin-right: 10px;
  }
  .lcl-rank-item__detail {
    display: block;
    margin-bottom: 20px;
  }
  .lcl-rank-item__img {
    width: 150px;
    margin-right: auto;
    margin-left: auto;
  }
  .lcl-rank-item__txt {
    width: 100%;
  }
  .lcl-rank-item__ttl {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .lcl-rank-item__maintxt {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .lcl-rank-item__subtxt {
  }
  .lcl-rank-list {
    display: block;
  }
  .lcl-rank-list__item {
    background: #f5f4ef;
    width: calc(100% - 3px);
    display: flex;
  }
  .lcl-rank-list__item:nth-child(n + 2) {
    margin-top: 6px;
  }
  .lcl-rank-list__ttl {
    padding: 5px 0px;
    width: 60px;
    line-height: 1.5;
  }
  .lcl-rank-list__txt {
    padding: 5px 15px;
    width: calc(100% - 60px);
    text-align: left;
  }
  .lcl-rank-list__small {
    font-size: 10px;
  }
  .lcl-rank-btn {
    display: block;
  }
  .lcl-rank-btn__link {
    font-size: 14px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .lcl-rank-btn__link:not(:last-child) {
    margin-bottom: 10px;
    margin-right: auto;
  }
}
