@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;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  overflow: hidden;
}
.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_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_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: 350px;
    margin-top: 80px;
}
.constant_section {
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 100px;
}


/*-------- page_index ----------*/
#page_index .offers{
  background-color: #fbe4ea;
}
#page_index .offers_Con h1{
  text-align: center;
}
#page_index .offers_Con h1 img{
  margin: 0 auto;
  width: 680px;
  height: 931px;
}
#page_index .offers_btn_wrap{
  padding: 100px 90px 80px;
}
#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: 400px;
}
#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: 400px;
}
#page_index .message{
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", serif;
    margin-top: 30px;
    background: url('../../../../Page/journal/2021spring/images/index/bg.jpg') no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
}
#page_index .opacity{
  width: 900px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, .8);
  border-top-left-radius: 180px;
  border-top-right-radius: 180px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
#page_index .message .message_hdg{
    padding: 70px 0 80px;
    text-align: center;
}
#page_index .message .message_hdg img{
    width: 360px;
    margin: 0 auto;
}
#page_index .message .message_subtl{
    margin: 0 auto 20px;
    width: 318px;
}
#page_index .message .message_subtl img{
    width: 318px;
    padding-top: 60px;
}
#page_index .message h3{
    font-size: 26px;
    font-weight: bold;
    line-height: 39px;
    color: #f1927b;
    margin-bottom: 20px;
    padding: 0 50px;
    text-align: center;
}
#page_index .message .message_read{
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13px;
  padding: 0px 60px 40px;
}
#page_index .message .message_read p{
  line-height: 2;
  letter-spacing: 0.053em;
}

/* ====================
        for IE
==================== */
@media all and (-ms-high-contrast: none) {
  #page_index .message .message_read p{
    line-height: 1.8;
  }
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
#page_index .message .message_read p{
  line-height: 1.8;
}
/* Edge(EdgeHTML) */
_:-ms-lang(x)::backdrop,
#page_index .message .message_read p{
  line-height: 1.8;
}

#page_index .message .message_read p + p{
  margin-top: 19px;
}
#page_index .profile{
  width: 685px;
  margin: 0 auto;
  padding: 40px 0;
}
#page_index .profile img{
  width: 100%;
}

#page_index .concept{
  color: #FFF;
  margin-top: 30px;
  text-align: center;
}
#page_index .concept_hdg img{
   width: 1000px;
}

#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: 25px auto 45px;
}
#page_index .viewall img{
  width: 467px;
}
#page_index .journalbtn{

}
#page_index .journalbtn a{
  background: #99655e;
  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{
	opacity: 0.8;
}
#page_index .journalbtn a::after {
  content: "▶︎";
  font-size: 10px;
  position: relative;
  top: -4px;
  left: 110px;
}
/*-------- page_index ----------*/



#page_lp {
    color: #231815;
    position: relative;
}

#page_lp .bg {
    background: #ddd;
    padding: 50px;
}

#page_lp .wrap {
    background: #fff;
}

#page_lp .title_hdg img {
    width: 50%;
    margin: 0 auto;
    display: block;
}

#page_lp .title_hdg .title_vol {
    text-align: center;
}

#page_lp .title_hdg .title_vol img {
    width: auto;
    height: 20px;
}

#page_lp .title_hdg .title_cap {
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
    line-height: 1.8;
}

#page_lp .title_hdg .title_cap span.text {
    font-size: 18px;
    display: block;
    font-weight: bold;
    margin: 0 0 10px;
}


#page_lp .free_section {
    padding-top: 50px;
    padding-left: 86px;
    padding-right: 86px;
}

#page_lp .title_hdg {
    padding-top: 80px;
}

#page_lp .constant_section .allbtan a {
    /* background-color: #E85298; */
}

.constant_section .itemContainer ._section.w100 {
    width: 100%;
}

.lp .itemContainer .item_name {
    margin: 20px 0 5px;
    font-size: 15px;
    font-weight: bold;
}

.lp .itemContainer .item_read span {
    font-size: 12px;
}


.lp .itemContainer h2 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
}

.lp .itemContainer h2 span {
    font-size: 12px;

}

.lp .itemContainer .item_tl {
    color: #000;
    font-size: 15px;
    margin-top: 20px;
    font-weight: bold;
}

#page_lp .title_hdg h2 {
    position: relative;
}

.bg-btm {
    margin-top: -100px;
    position: relative;
    z-index: -1;
}

.item_ph {
    position: relative;
}

.lp .itemContainer .item_ph {
    margin: 30px 0;
    text-align: center;
}


.item_ph img {
    width: 60%;
    margin: 0 auto;
}

.item_ph .icon {
    position: absolute;
    width: 80px;
    top: 0;
    left: 0;
}

.icon {
    width: 25%;
    position: absolute;
}

.lp .itemContainer .item_cost .day {
  border: 1px solid;
  display: inline-block !important;
  line-height: 1;
  font-size: 11px;
  padding: 5px 6px;
  border-radius: 5px;
  margin-right: 5px;
  margin-top: 10px;
  font-weight: normal;
}

.sec-title img {
  margin: 0 auto;
  height: 100px;
  width: auto;
  display: block;
}

.sp_only{
  display: none;
}

span.block{
  display:  block !important;
}
#page_lp .title_hdg h2 span {
    text-align: center;
    display: block;
    padding-bottom: 30px;
    font-size: 20px;
}


