@charset "UTF-8";
/*リセット
--------------------------------------------*/
/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
#lemage_news {
  font-size: 12px;
}

#lemage_news p {
  font-size: 13px;
  line-height: 2;
}

#lemage_news img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 970px) {
  #lemage_news {
    max-width: 710px;
    width: 100%;
    margin: 0 auto 100px;
  }
}

@media screen and (max-width: 970px) {
  #lemage_news {
    width: 100%;
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 970px) {
  #lemage_news .sp_none {
    display: none;
  }
}

@media screen and (min-width: 970px) {
  #lemage_news .pc_none {
    display: none;
  }
}

#lemage_news img {
  display: block;
}

#lemage_news li {
  list-style-type: none;
}

/* #lemage_news h3, #lemage_news p {
  margin: 0;
  padding: 0;
} */

#lemage_news .lemage_read {
  width: 90%;
  margin: 30px auto 60px;
  text-align: center;
}

#lemage_news .box_outer {
  background: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 50px;
}
 
#lemage_news .box {
  /* width: 90%; */
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
}

@media screen and (min-width: 970px) {
  #lemage_news .box {
    width: 90%;
    font-size: 13px;
  }
}

#lemage_news .box:not(:last-of-type) {
  margin-bottom: 50px;
}

@media screen and (min-width: 970px) {
  #lemage_news .box:not(:last-of-type) {
    margin-bottom: 100px;
  }
}

#lemage_news .box h3 {
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 0!important;
  margin: 0!important;
  margin-bottom: 20px!important;
}

@media screen and (min-width: 970px) {
  #lemage_news .box h3 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px!important;
  }
}

#lemage_news .box .flexslider {
  margin-bottom: 20px;
}

@media screen and (min-width: 970px) {
  #lemage_news .box .flexslider {
    margin-bottom: 30px;
  }
}

#lemage_news a {
  transition: .2s all;
}

#lemage_news a:hover {
  opacity: .8;
}

#lemage_news .top_wrap .other {
  transition: .2s all;
}

#lemage_news .top_wrap .other:hover {
  opacity: .8;
}

#lemage_news .staff_img {
  /* width: 90%; */
  margin: auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 970px) {
  #lemage_news .staff_img {
    width: 70%;
  }
}

#lemage_news .box .top_wrap .img_text {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 40px auto;
}

#lemage_news .box .top_wrap .item_text {
  margin-bottom: 50px;
}

#lemage_news .box .top_wrap .img_text .text {
  text-align: left;
  margin-left: 10px;
}

#lemage_news .box .top_wrap .img_text .text p {
  /* line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 10px; */
}

@media screen and (min-width: 970px) {
  #lemage_news .box .top_wrap .img_text .text p {
    
  }
}
#lemage_news .box .top_wrap .item_img {
  width: 50%;
  height: auto;
}
@media screen and (min-width: 970px){
  #lemage_news .box .top_wrap {
  margin-top: 50px;
  /* margin-bottom: 70px; */
  }
}

#lemage_news .box .info {
  margin-bottom: 20px;
}

#lemage_news .box .info a {
  color: #000;
  text-decoration: underline!important;
}

@media screen and (min-width: 970px) {
  #lemage_news .box .info {
    margin-bottom: 30px;
  }
}

#lemage_news .box .info p:nth-of-type(1) {
  margin-bottom: 6px;
}

#lemage_news .each_wrap {
  margin: 20% 0;
}

@media screen and (min-width: 970px) {
  #lemage_news .each_wrap {
    margin: 10% 0;
  }
}

.position {
  position: relative;
}

.top_img_wrap {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  /* padding: 30px 30px 20px; */
}


@media screen and (min-width: 970px) {
  .top_img_wrap {
    /* padding: 40px 40px 20px; */
  }
}

#lemage_news .fade_box {
  width: 26%;
}

#lemage_news .flex-control-nav {
  display: none;
}

#lemage_news .point_box {
  position: relative;
  border: 1px solid;
  width: 60%;
}

#lemage_news .point_img {
  position: absolute;
  width: 75%;
  top: -30px;
  left: -7%;
}

#lemage_news .inner_text {
  font-size: 11px;
  text-align: left;
  padding: 10% 10% 5% 10%;
}


@media screen and (min-width: 970px) {
  #lemage_news .point_img {
    position: absolute;
    width: 44%;
    top: -30px;
    left: -7%;
  }
}

#lemage_news .item_flex {
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
}

#lemage_news .styling {
  width: 40%;
  margin: 20px auto;
}

@media screen and (min-width: 970px) {
  #lemage_news .styling {
    width: 30%;
    margin: 0 auto 40px;
  }
}

#lemage_news .each_item {
  width: 42%;
}

#lemage_news .item_title {
  font-size: 16px;
  letter-spacing: 4px;
}

#lemage_news .item_flex a {
  color: #000;
  text-decoration: none!important;
}

.item_flex a:hover {
  opacity: .4;
}

#lemage_news .item_name,
#lemage_news .price,
#lemage_news .color {
  display: block;
}

#lemage_news .item_name {
  margin-top: 20px;
  margin-bottom: 10px;
}

#lemage_news .price,
#lemage_news .color {
  font-size: 0.8rem;
}

@media screen and (min-width: 970px) {
  #lemage_news .price,
#lemage_news .color {
  font-size: 0.65rem;
}
}

#lemage_news .top_img_wrap a {
  color: #000;
  text-decoration: none;
}

#lemage_news .top_img_wrap a img {
  transition: .2s all;
}

#lemage_news .top_img_wrap a img:hover {
  opacity: .6;
}


#lemage_news .top_img_wrap .top_img {
  width: 100%;
}



.text_box {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}

.text_box .fav_img {
  position: absolute;
  width: 35%;
  top: -26%;
  left: 7%;
}
@media screen and (min-width: 970px) {
  .text_box {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .text_box .fav_img  {
    width: 22%;
    top: -25%;
    left: 25%;
  }
}

.text_box p {
  text-align: center;
}

.buy_btn {
  display: block;
  width: 70%;
  margin: 40px auto;
  border: 1px solid #000;
  padding: 4px 0;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  transition: .2s all;
  letter-spacing: 4px;
}

@media screen and (min-width: 970px) {
  .buy_btn {
    width: 20%;
    padding: 4px 40px;
  }
}

.buy_btn:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

#lemage_news .box .expla {
  /* width: 90%; */
  margin: 0 auto 20px;
}

@media screen and (min-width: 970px) {
  #lemage_news .box .expla {
    margin: 0 auto 30px;
  }
}

#lemage_news .box .expla p {
  line-height: 1.6;
}

@media screen and (min-width: 970px) {
  #lemage_news .box .expla p {
    line-height: 1.8;
  }
}

#lemage_news .box .other {
  margin-bottom: 20px;
}

@media screen and (min-width: 970px) {
  #lemage_news .box .other {
    margin-bottom: 30px;
  }
}

#lemage_news .capacity_wrap + a {
  display: block;
  width: 160px;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
}

@media screen and (max-width: 970px) {
  #lemage_news .capacity_wrap + a {
    margin: 0 auto 60px;
  }
}

#lemage_news span.line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #999999;
}

#lemage_news a.link {
  text-align: center;
  text-decoration: none;
  display: block;
  color: #fff;
  background-color: #666666;
  padding: 8px 30px;
  width: 30%;
  margin: 30px auto 50px;
}

#lemage_news a.link:hover {
  background-color: #999999;
}

#lemage_news .all_btn {
  display: block!important;
  background: rgb(75, 54, 8);
  color: #fff;
  width: 50%;
  text-align: center;
  margin: 0 auto 30px;
  font-size: 14px;
  letter-spacing: 4px;
  padding: 10px 20px;
  text-decoration: none!important;
}

#lemage_news .all_btn a:link {
  color: #fff;
  text-decoration: none!important;
}

#lemage_news .all_btns {
  margin-top: 50px;
}

.point {
  position: relative;
}

.point .point_img {
  width: 40%;
  position: absolute;
  top: -30px;
  left: -30px;
}

@media screen and (min-width: 970px) {
  .point .point_img {
    width: 25%;
    left: 0;
    
  }
}

.point p {
  /* width: 80%; */
  margin: 60px auto 30px;
}

.line2 {
  display: block;
  border-bottom: 1px dotted rgb(65, 64, 64);
  width: 70%;
  margin: 50px auto;
  height: 1px;
}


.m0 {
  margin: 0!important;
}


