@charset "UTF-8";
/* CSS Document */

/*--共有
----------------------------*/
* { box-sizing: border-box; }
body { font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }
h1 { float: none; }
#Contents{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 45px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
}
.lp .twoLevel,
.lp .offers_btn_wrap ul p,
.lp .message,
.lp .concept{
  display: none !important;
}
.lp .viewall{
  display: block !important;
  margin-top: calc(30 * (100vw / 1125));
}
.lp .bg{
  margin-bottom: 30px;
}
.lp ._inner{
  background: #FFF;
  padding: 90px 90px 60px;
  font-size: 13px;
  line-height: 1.75;
}
.lp .itemContainer .item_tl{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.lp .itemContainer .item_read{
  line-height: 1.75;
}
.lp .itemContainer .item_read span{
  display: block;
}
.lp .itemContainer .item_ph{
  margin: 30px 0;
}
.lp .itemContainer .item_read{
  margin-top: 10px;
}
.lp .itemContainer .item_read + .item_name{
  margin-top: 15px;
}
.lp .itemContainer .item_name{
  font-size: 15px;
  font-weight: bold;
}
.lp .itemContainer .item_cost{
  font-weight: bold;
}
.lp .itemContainer .item_comm{
  font-size: 11px;
  margin-top: 4px;
}
.lp .detailbtn a{
  display: block;
  width: 270px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border: 1px solid #595c5b;
  margin: 21px auto 0;
  font-size: 15px;
  letter-spacing: 0.14em;
  position: relative;
  background: #FFF;
}
.lp .detailbtn a:after {
  content: "▶︎";
  font-size: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.lp .detailbtn + .item_name{
  margin-top: 20px;
}
.lp .allbtan{
  margin: 90px auto 0;
}
.lp .allbtan a{
  display: block;
  background: #d83263;
  color: #FFF;
  width: 596px;
  height: 67px;
  line-height: 67px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
.lp .allbtan p{
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}
.lp .mt0{
  margin-top: 0;
}


/*--#page_index
----------------------------*/
#page_index .offers{
  padding: 50px;
  background: url(../../../../../Page/journal/2019autumn/images/offers_bg.jpg) top center / cover;
  background-size: 100% auto;
}
#page_index .offers_Con{
  display: inline-block;
  margin-bottom: 20px;
}
#page_index .offers_Con h1:before{
  content: '';
  background:url('../../../../Page/journal/2019autumn/images/index_title.png') no-repeat left top;
  background-size: 100% auto;
  display: block;
  top: 0;
  left: 0;
  width: 900px;
  height: 427px;
}
#page_index .offers_btn_wrap{
  background: rgba(255,255,255,0.85);
  padding: 54px 57px;
}
#page_index .offers_btn_wrap ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#page_index .offers_btn_wrap li{
  width: 370px;
}
#page_index .offers_btn_wrap li:nth-child(n+3){
  margin-top: 20px;
}
#page_index .offers_btn_wrap li p{
  margin-top: 6px;
}
#page_index .offers_btn_wrap li img{
  width: 370px;
}
#page_index .message{
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", serif;
  border: 1px solid #6286af;
  border-top: 8px solid #6286af;
  margin-top: 30px;
  padding: 50px;
}
#page_index .message .message_hdg{
  margin-bottom: 30px;
}
#page_index .message .message_hdg img{
  width: 381px;
}
#page_index .message .message_subtl{
  margin-bottom: 23px;
}
#page_index .message .message_subtl img{
  width: 69px;
}
#page_index .message h3{
  font-size: 26px;
  font-weight: bold;
  line-height: 39px;
  color: #6286af;
  margin-bottom: 41px;
}
#page_index .message .message_read{
  font-size: 15px;
  font-weight: bold;
}
#page_index .message .message_read p{
  line-height: 2;
  letter-spacing: -0.3px;
}
#page_index .message .message_read p + p{
  margin-top: 19px;
}
#page_index .message_commenter{
  color: #FFF;
  background: #6286af;
  margin-top: 41px;
  padding: 35px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#page_index .message_commenter .message_commenter_pj,
#page_index .message_commenter .message_commenter_pj img{
  width: 120px;
}
#page_index .message_commenter .message_commenter_read{
  width: 645px;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 1.5;
}
#page_index .message_commenter .message_commenter_read span{
  font-size: 20px;
  margin-right: 10px;
  line-height: 2;
}
#page_index .concept{
  background: #6286af;
  color: #FFF;
  margin-top: 30px;
  text-align: center;
  padding: 80px 0;
}
#page_index .concept p{
  line-height: 33px;
  text-align: center;
  margin-top: 25px;
}
#page_index .concept .concept_logo{
  margin-top: 30px;
}
#page_index .viewall{
  width: 467px;
  margin: 30px auto 0;
}
#page_index .viewall img{
  width: 467px;
}
#page_index .journalbtn{

}
#page_index .journalbtn a{
  background: #e35442;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 67px;
  width: 606px;
  height: 67px;
  text-align: center;
  display: block;
  text-decoration: none;
  margin: 40px auto 0;
}
#page_index .journalbtn a:hover{background: #AE6235;}
#page_index .journalbtn a::after {
  content: "▶︎";
  font-size: 10px;
  position: relative;
  top: -4px;
  left: 110px;
}


/*--#page_weleda
----------------------------*/
#page_weleda{
  position: relative;
}

#page_weleda .title_hdg:before {
  content: '';
  background: url(../../../../../Page/journal/2019autumn/makeupkitchen/images/2829_01.jpg) no-repeat left top;
  background-size: 100% auto;
  display: block;
  top: 0;
  left: 0;
  width: 1000px;
  height: 1554px;
  margin: 0 auto;
}

#page_weleda .itemSubContainer,
#page_weleda .itemContainer{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 115px;
  background-color: rgba(229,216,197,0.3);
    padding-bottom: 60px;
}
#page_weleda .itemContainer:last-child{
    border-top:none;
    margin-bottom: 60px;
}
#page_weleda .itemContainer img,
#page_weleda .itemSubContainer img{
  width: 100%;
}
#page_weleda ._section{
  width: 355px;
  margin-top: 75px;
}

#page_weleda .itemSubContainer ._section{
  width: 370px;
}
#page_weleda .itemSubContainer ._section:last-child{
  width: 404px;
  width: 480px;
}
#page_weleda .itemSubContainer .item_tl{
  color: #0098de;
  font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}


#page_weleda .item_tag{
  font-size: 15px;
    letter-spacing: 0.075em;
    background: #009a3e;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 7px 20px;
    line-height: 1;
    border-radius: 14.25px;
    width: 209px;
    margin-bottom: 25px;
}
#page_weleda .item_read {
    font-size: 13px;
    margin-top: 10px;
}
#page_weleda .allbtan a{
  background: #E3BC8F;
}
#page_weleda .itemContainer .item_tl01,
#page_weleda .itemContainer .item_tl02,
#page_weleda .itemContainer .item_tl03{
  height: 33.5px;
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
#page_weleda .itemContainer .item_tl01 img{
  width: auto;
  height: 33.5px;
}
#page_weleda .itemContainer .item_tl02 img{
  width: auto;
  height: 17.5px;
}
#page_weleda .itemContainer .item_tl03 img{
  width: auto;
  height: 24.5px;
}
#page_weleda .itemContainer .item_tl04 img{
  width: auto;
  height: 51.5px;
}
#page_weleda .itemContainer .item_tl05 img{
  width: auto;
  height: 83.5px;
}
.lp .itemContainer .item_comm {
        font-size: 11px;
    display: block;
}
.itemContainer .item_comm .item_days {
    display: inline-block;
    line-height: 1;
    font-size: 11px;
    padding: 5px 6px;
    border: 1px solid #000;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: 5px;
}
.itemContainer .item_comm .item_info{
  display: block;
  margin-top: 5px;
}