@charset "UTF-8";
/*リセット
--------------------------------------------*/
/*フォント
---------------------------------------------*/
.min {
  font-family: "ten-mincho-text", serif;
  font-style: normal;
  font-weight: 400;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
#lem_news #async_refine_display_item h3 {
  display: none;
}
@media screen and (min-width: 970px) {
  #lem_news .pc_none {
    display: none;
  }
}
@media screen and (max-width: 970px) {
  #lem_news .pc_none {
    display: block;
  }
}
@media screen and (min-width: 970px) {
  #lem_news .sp_none {
    display: block;
  }
}
@media screen and (max-width: 970px) {
  #lem_news .sp_none {
    display: none;
  }
}
#lem_news img {
  display: block;
  width: 100%;
}
#lem_news .tac {
  text-align: center !important;
}
#lem_news .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#lem_news .flex_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#lem_news .around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#lem_news .flex .pc_flex {
  width: 48%;
}
#lem_news .mt40 {
  margin-top: 40px !important;
}

#lem_news .intro {
  width: 94%;
  text-align: center;
  font-size: 14px;
  margin: 30px auto;
}
#lem_news .staff {
  width: 78%;
  margin: 100px auto 30px;
}
#lem_news .inner div .line {
  height: 1px;
  position: relative;
}
#lem_news .inner div .line::before {
  content: "";
  background-image: linear-gradient(to right, #000, #000 6px, transparent 3px, transparent 15px);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
}
#lem_news .inner .staff_wrap {
  margin-bottom: 100px;
}
#lem_news .inner .staff_wrap .staff {
  position: relative;
  /* border: 1px solid #ccc; */
  padding: 30px;
  box-shadow: 0px 0px 9px -5px #777777;
  border-radius: 10px;
  /*波形を2つ設定*/
  /*波形の2つ目は0.5秒遅らせてアニメーション*/
  /*波形のアニメーション*/
}
#lem_news .inner .staff_wrap .staff .btnripple2 {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: inline-block;
  background: #f8eaad;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #ccc;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#lem_news .inner .staff_wrap .staff .btnripple2::after,
#lem_news .inner .staff_wrap .staff .btnripple2::before {
  content: "";
  position: absolute;
  left: -30%;
  top: -30%;
  /*波形の形状*/
  border: 1px solid #f7e597;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  opacity: 1;
  -webkit-animation: 1.5s circleanime linear infinite;
          animation: 1.5s circleanime linear infinite;
}
#lem_news .inner .staff_wrap .staff .btnripple2::before {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes circleanime {
  0% {
    -webkit-transform: scale(0.68);
            transform: scale(0.68);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes circleanime {
  0% {
    -webkit-transform: scale(0.68);
            transform: scale(0.68);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
#lem_news .inner .staff_wrap .item img {
  width: 90%;
  margin: 50px auto 20px;
}
#lem_news .inner .staff_wrap .item .text_wrap .title_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#lem_news .inner .staff_wrap .item .text_wrap .title_box span {
  display: block;
  text-align: center;
  font-size: 13px;
}
#lem_news .inner .staff_wrap .item .text_wrap .title_box .item_name {
  font-size: 15px;
  display: inline-block;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 20px;
}
#lem_news .inner .staff_wrap .item .text_wrap .title_box .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f7e597));
  background: linear-gradient(transparent 60%, #f7e597 60%);
}
#lem_news .inner .staff_wrap .item .text_wrap .text_box p {
  font-size: 12px;
  text-align: center;
  line-height: 1.8;
  margin: 50px auto;
  width: 90%;
}
#lem_news .inner .staff_wrap .item .text_wrap .text_box .btn {
  display: block;
  text-decoration: none;
  background: #fff;
  color: #000;
  border: 1px solid;
  border-radius: 50px 50px;
  width: 226px;
  padding: 19px 0;
  font-size: 12px;
  text-align: center;
  margin: 0 auto 20px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
#lem_news .inner .staff_wrap .item .text_wrap .text_box .btn:hover {
  background: #000;
  color: #fff;
}

@media screen and (min-width: 970px) {
  #lem_news .intro {
    width: 70%;
    font-size: 15px;
  }
  #lem_news .staff {
    width: 40%;
    margin: 50px auto;
  }
  #lem_news .staff .to_from_line {
    width: 1px;
    height: 90px;
    margin: 30px auto 50px;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
    position: relative;
    z-index: 99;
    overflow: hidden;
  }
  #lem_news .staff .to_from_line::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-animation: bar_anim_y 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    animation: bar_anim_y 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }
  #lem_news .inner div .line {
    height: 1px;
    position: relative;
  }
  #lem_news .inner div .line::before {
    content: "";
    background-image: linear-gradient(to right, #000, #000 6px, transparent 3px, transparent 15px);
    background-size: 12px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60%;
    margin: auto;
  }
  #lem_news .inner .staff_wrap .item img {
    width: 60%;
    margin: 50px auto 20px;
  }
  #lem_news .inner .staff_wrap .item .text_wrap .title_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #lem_news .inner .staff_wrap .item .text_wrap .title_box span {
    display: block;
    text-align: center;
    font-size: 13px;
  }
  #lem_news .inner .staff_wrap .item .text_wrap .title_box .item_name {
    font-size: 15px;
    display: inline-block;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 20px;
  }
  #lem_news .inner .staff_wrap .item .text_wrap .title_box .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f7e597));
    background: linear-gradient(transparent 60%, #f7e597 60%);
  }
  #lem_news .inner .staff_wrap .item .text_wrap .text_box p {
    font-size: 12px;
    text-align: center;
    line-height: 1.8;
    margin: 50px auto;
  }
  #lem_news .inner .staff_wrap .item .text_wrap .text_box .btn {
    display: block;
    text-decoration: none;
    background: #fff;
    color: #000;
    border: 1px solid;
    border-radius: 50px 50px;
    width: 226px;
    padding: 19px 0;
    font-size: 12px;
    text-align: center;
    margin: 0 auto 20px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }
  #lem_news .inner .staff_wrap .item .text_wrap .text_box .btn:hover {
    background: #000;
    color: #fff;
  }
}/*# sourceMappingURL=style.css.map */