@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 img {
    width: 100%;
}
.lp ._inner{
  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;
}
.path { font-size: 12px; line-height: 1; margin: 0 0px 20px; padding-top: 5px; }
.path a { color: #000; text-decoration: none; }
.path a:hover { text-decoration: underline; }
.constant_section .itemContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.constant_section .itemContainer ._section {
    width: 355px;
	margin-top: 70px;
}
.constant_section {
    padding-left: 115px;
    padding-right: 115px;
    padding-bottom: 100px;
}




/*--#page_index
----------------------------*/
#page_index .offers{
  padding: 50px;
  background: url(../../../../Page/journal/2019winter/images/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/2019winter/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: 4px solid #dba899;
    margin-top: 30px;
}
#page_index .message .message_hdg{
      margin-bottom: 40px;
    padding: 30px 50px;
    background: #dba899;
}
#page_index .message .message_hdg img{
  width: 380px;
}
#page_index .message .message_subtl{
      margin-bottom: 23px;
    padding: 0 50px;
    width: 629px;
}
#page_index .message .message_subtl img{
  width: 250px;
}
#page_index .message h3{
    font-size: 26px;
    font-weight: bold;
    line-height: 39px;
    color: #d17981;
    margin-bottom: 20px;
    padding: 0 50px;
}
#page_index .message .message_read{
  font-size: 15px;
  font-weight: bold;
	    padding: 0 50px;
}
#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: #dba899;
  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;
	    margin: 50px;
}
#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: #dba899;
  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: #202958;
  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: #3b5a81;}
#page_index .journalbtn a::after {
  content: "▶︎";
  font-size: 10px;
  position: relative;
  top: -4px;
  left: 110px;
}

