@charset "UTF-8";
/* sp-only ------------*/
/* pc-only ------------*/
/* hover-only ------------*/
/* flex ------------*/
/* Font Awesome 疑似要素 ------------*/
/* Edge用 ------------*/
/* IE用 ------------*/
/* Font styles ------------*/
/* Color styles ------------*/
/* sassファイル行頭で記述 */
/* 375pxデザイン時のpxからvwを計算 ------------*/
/* calc内で使いたい場合: calc( 100% - vw(10) ); */
/*------------------------------------------------
lcl-detail
------------------------------------------------*/
.lcl-detail {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .lcl-detail {
    width: 650px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .lcl-detail {
    padding: 14.4vw 0 8vw;
  }
}
@media screen and (max-width: 767px) {
  .lcl-detail .lcl-detail__in {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lcl-detail .lcl-detail__top {
    padding: 0 5.3333333333vw;
  }
}
.lcl-detail .lcl-detail-top__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lcl-detail .lcl-detail-top__in {
    margin-bottom: 2.6666666667vw;
  }
}
.lcl-detail .lcl-detail-top__date {
  font-size: 12px;
  line-height: 1.65;
  color: #767676;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .lcl-detail .lcl-detail-top__date {
    font-size: 3.2vw;
    margin-right: 2.6666666667vw;
  }
}
.lcl-detail .lcl-detail-top__cate {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.65;
  color: #0081cc;
  padding: 0 10px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .lcl-detail .lcl-detail-top__cate {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .lcl-detail .lcl-detail-top__cate {
    padding: 0 2.6666666667vw;
  }
}
.lcl-detail .lcl-detail-top__ttl {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .lcl-detail .lcl-detail-top__ttl {
    font-size: 5.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.lcl-detail .lcl-detail__fig {
  width: 100%;
  height: 370px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f5f5f5;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .lcl-detail .lcl-detail__fig {
    height: 56.8vw;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .lcl-detail .lcl-detail__main {
    padding: 0 5.3333333333vw;
  }
}

/*------------------------------------------------
lcl-detail-in__sns
------------------------------------------------*/
.lcl-detail-in__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lcl-detail-in__sns .lcl-detail-in-sns__ttl {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .lcl-detail-in__sns .lcl-detail-in-sns__ttl {
    font-size: 5.8666666667vw;
  }
}
.lcl-detail-in__sns .lcl-detail-in-sns__list {
  width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lcl-detail-in__sns .lcl-detail-in-sns__list {
    width: 37.3333333333vw;
  }
}
.lcl-detail-in__sns .lcl-detail-in-sns-list__item {
  width: 150px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .lcl-detail-in__sns .lcl-detail-in-sns-list__item {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.lcl-detail-in__sns .lcl-detail-in-sns-list-item__link {
  color: #fff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .lcl-detail-in__sns .lcl-detail-in-sns-list-item__link {
    font-size: 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}
.lcl-detail-in__sns .lcl-detail-in-sns-list-item__link.lcl-detail-in-sns-list-item__link--twitter {
  background: #000000;
}
.lcl-detail-in__sns .lcl-detail-in-sns-list-item__link.lcl-detail-in-sns-list-item__link--facebook {
  background: #1877f2;
}
.lcl-detail-in__sns .lcl-detail-in-sns-list-item__link.lcl-detail-in-sns-list-item__link--hatena {
  background: #00a4de;
}
@media (hover: hover) {
  .lcl-detail-in__sns .lcl-detail-in-sns-list-item__link:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none), screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .lcl-detail-in__sns .lcl-detail-in-sns-list-item__link:hover {
    opacity: 0.8;
  }
}
.lcl-detail-in__sns .lcl-detail-in-sns-list-item__icon {
  width: 20px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .lcl-detail-in__sns .lcl-detail-in-sns-list-item__icon {
    width: 5.0666666667vw;
    height: 4vw;
  }
}

/*------------ lcl-recommend ------------*/
/*------------------------------------------------
lcl-recommend
------------------------------------------------*/
.lcl-recommend {
  padding: 70px 0 80px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .lcl-recommend {
    padding: 8vw 5.3333333333vw 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .lcl-recommend .lcl-recommend__in {
    width: 980px;
    margin-left: calc((100% - 980px) / 2);
  }
}
.lcl-recommend .lcl-recommend__ttl {
  color: #767676;
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
  padding-right: 60px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .lcl-recommend .lcl-recommend__ttl {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .lcl-recommend .lcl-recommend__ttl {
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .lcl-recommend .lcl-recommend__ttl {
    padding-right: 14.6666666667vw;
    margin-bottom: 8vw;
  }
}
.lcl-recommend .lcl-recommend__ttl:after {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: #dddddd;
}
@media screen and (max-width: 767px) {
  .lcl-recommend .lcl-recommend__ttl:after {
    width: 10.6666666667vw;
    height: 1px;
  }
}
.lcl-recommend .lcl-recommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lcl-recommend .lcl-recommend__item {
  width: 300px;
}
@media screen and (min-width: 768px) {
  .lcl-recommend .lcl-recommend__item {
    margin-bottom: 60px;
  }
  .lcl-recommend .lcl-recommend__item:not(:last-child) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .lcl-recommend .lcl-recommend__item {
    width: 100%;
  }
  .lcl-recommend .lcl-recommend__item:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .lcl-recommend .lcl-recommend__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (hover: hover) {
  .lcl-recommend .lcl-recommend__link:hover .lcl-recommend__fig {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none), screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .lcl-recommend .lcl-recommend__link:hover .lcl-recommend__fig {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.lcl-recommend .lcl-recommend__figwrap {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 168px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lcl-recommend .lcl-recommend__figwrap {
    border-radius: 10px;
    width: 26.6666666667vw;
    height: 15.2vw;
    margin: 0 2.6666666667vw 0 0;
  }
}
.lcl-recommend .lcl-recommend__fig {
  background-image: url(../img/no-image.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #dddddd;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .lcl-recommend .lcl-recommend__main {
    width: calc(100% - 29.3333333333vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lcl-recommend .lcl-recommend__info {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lcl-recommend .lcl-recommend__info {
    margin-bottom: 0;
  }
}
.lcl-recommend .lcl-recommend__item-data {
  font-size: 12px;
  line-height: 1.65;
  color: #767676;
}
@media screen and (max-width: 767px) {
  .lcl-recommend .lcl-recommend__item-data {
    font-size: 2.6666666667vw;
  }
}
.lcl-recommend .lcl-recommend__item-cat {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.65;
  color: #0081cc;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .lcl-recommend .lcl-recommend__item-cat {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .lcl-recommend .lcl-recommend__item-cat {
    padding: 0 1.3333333333vw;
  }
}
.lcl-recommend .lcl-recommend__item-ttl {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .lcl-recommend .lcl-recommend__item-ttl {
    font-size: 3.4666666667vw;
    line-height: 1.4;
    margin-bottom: 1.3333333333vw;
  }
}