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

p {
  font-size: 12px;
  line-height: 2;
}

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

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

@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 {
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
}

@media screen and (min-width: 970px) {
  #lemage_news .box {
    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;
}

.staff_img {
  width: 90%;
  margin: auto;
}

@media screen and (min-width: 970px) {
  .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;
}

@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 {
  width: 90%;
  margin: 50px auto 50px;
}

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

.position {
  position: relative;
}

.top_img_wrap {
  border: 1px dotted;
  padding: 30px 30px 20px;
}

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

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

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

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

.top_img_wrap .want_img {
  position: absolute;
  width: 30%;
  top: -3%;
  left: -6%;
}

.top_img_wrap .buy_btn {
  color: #fff;
}

.top_img_wrap .top_img {
  width: 100%;
}

.item_name {
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  letter-spacing: 2px;
}

@media screen and (min-width: 970px) {
  .item_name {
    font-size: 1.4em;
  }
}

.price {
  /* text-decoration: underline; */
}

.bottom_img_wrap {
  width: 80%;
  margin: auto;
  margin-top: 6%;
}

@media screen and (min-width: 970px) {
  .bottom_img_wrap {
    width: 80%;
  }
}

.top_img {
  width: 80%;
  margin: auto;
}

.img_1 {
  width: 60%;
}

.img_2,
.img_3 {
  width: 70%;
}

.box1 .img_3 {
  margin-left: auto;
  margin-top: -10%;
}

.box2 .img_2 {
  margin-left: auto;
}
.box2 .img_3 {
  margin-right: auto;
  padding-top: 20px;
}

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

  .img_1 {
    width: 60%;
  }
  
  .img_2,
  .img_3 {
    width: 70%;
  }

  .box1 .img_3 {
    margin-top: -10%;
  }
}

@media screen and (min-width: 970px) {
  .box2 .img_3 {
    padding-top: 30px;
  }
}

.box3 .img_2 {
  width: 70%!important;
  margin-left: auto;
}

.box3 .img_3 {
  width: 70%!important;
  margin-right: auto;
  margin-top: 20px;
}

.box3 .slides {
  height: 180px;
}

@media screen and (min-width: 970px) {
  .box3 .slides {
    height: auto;
    width: 80%;
    margin-left: auto;
  }
  .box3 .img_2 {
    width: 80%!important;
  }
  .box3 .img_3 {
    margin-top: 70px;
  }
}

.box4 img {
  width: 80%!important;
  margin: auto;
}
@media screen and (min-width: 970px) {
  .box4 img {
    width: 60%!important;
  }
}

.box4 .slides {
  height: 300px;
  padding-left: 0;
}

@media screen and (min-width: 970px) {
  .box4 img {
    /* height: 500px; */
    padding-left: 0;
    width: 60%!important;
  }
  .box4 .slides {
    height: 500px;
  }
}
.text_box {
  position: relative;
  margin-top: 60px;
  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: 40px;
    margin-bottom: 90px;
  }
  .text_box .fav_img  {
    width: 22%;
    top: -25%;
    left: 25%;
  }
}

.text_box p {
  text-align: center;
}

.buy_btn {
  display: block;
  width: 30%;
  margin: 40px auto;
  border: 1px solid #524741;
  padding: 4px 20px;
  color: #fff;
  background: #524741;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  transition: .2s all;
  letter-spacing: 4px;
}

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

#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;
} */

.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;
    
  }
}

.box4 .buy_btn {
  margin-top: 100px;
  margin-bottom: 100px;
  color: #fff!important;
}

.box4 .buy_btn:hover {
  color: #524741!important;
  text-decoration: none;
}


/* ANIMATION
--------------------------------------*/
