@charset "utf-8";

@media screen and (min-width:0px){
  h2 {
    font-size:2.0rem;
    margin-top: 2vh;
  }
  h2.journal_title {
    font-size:2.6rem;
  }
  #menu_icon_sp {
    z-index:11;
  }
  .journal_wrap {
    position: relative;

  }
  .journal_contents_wrap {
    width:100%;
    padding-left: 8%;
    padding-right: 8%;
  }
  /* header */
  .journal_contents_wrap.header {
    /* background:rgba(45, 45, 45, 0.8); */
    background:white;
    position:fixed;
    z-index:10;
  }
  .journal_contents_wrap.header .journal_contents {
    padding:3% 0;
    text-align: center;
  }
  #sp_logo_white{
    width:30%;
  }

  .menu_icon_div {
    z-index:11;
  }

  .cart_icon_div img {
    z-index:11;
  }
  /* title */
  .journal_contents_wrap.title {
    /* background: url("../img/general/journal_top.jpg") center top/cover no-repeat; */
    /* background-position: center center; */
    overflow:hidden;
    /* height:300px; */
  }
  .journal_contents_wrap.title.trunkshow {
    background: url("../img/top/trunkshow_top.png") center top/cover no-repeat;
    text-align: center;
  }
  .journal_contents_wrap.title h2 {
    /* color:white; */
    text-align: center;
    margin-bottom: 7vh;
    margin-top: 8vh;
  }
  .journal_contents_wrap.title h3 {
    /* color:white; */
    text-align: center;
    margin-bottom: 4vh;
    margin-top: 4vh;
    font-size: 1.6rem;
  }
  /* list */
  .journal_contents_wrap.list {
    /* background:#8b8580; */
    padding-top:3vh;
    padding-bottom: 6vh;
  }
  .journal_contents_wrap.list .journal_contents{
    /* background:#8b8580; */
    padding-bottom: 1vh;
    border-bottom: 1px solid #B4ADAE;
    display: flex;
  }
  .article{
    margin: 1.3em 0 3em;
  }
  .article_img_box {
    display: inline-block;
    margin-left: 0;
    width:130px;
    height:130px;
    margin-right: 0;
  }
  .journal_top_content .article_img {
    width:100%;
    height: 400px;
    object-fit: cover;
  }
  .post_article_img{
    width:100%;

  }
  .article_img {
    width:130px;
    height:130px;
    object-fit: cover;
  }
  .article_img.trunkshow {
    width:100%;
  }
  .article_title {
    width:100%;
    margin-right: auto;
    margin-left: auto;
  }
  .article_title_box {
    display: inline-block;
    bottom: 2em;
    width: 100%;
    margin-left: 2vh;
    vertical-align: top;
  }
  .article_title_box h2{
    margin-bottom: 1.2em;
    margin-top: 4vh !important;
    line-height: 1.2em;
  }
  .article_title_box h4 {
    font-weight:bold !important;
    position:relative !important;
    letter-spacing: 0px;
    font-size: 1.2rem;
    color: #B4ADAE;
    margin-bottom: 0.2em;
    display: inline-block;
    margin-right: 1vh;
  }
  .article_title_box h4.trunkshow  {
    font-size: 1.8rem;
    margin-bottom: 1.6em;
  }
  .article_title_box h3 {
    color:#2d2d2d;
    margin-top: 1vh;
    font-size:1.4rem;
    margin-bottom: 1vh;
    letter-spacing: 0.8px;
  }
  /* .article_overview {
    margin-top: 2vh;
    width:100%;
    margin-right: auto;
    margin-left: auto;
    font-size:1.3rem;
  }
  .article_overview.trunkshow {
    width:100%;
  }
  .article_overview p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height:1.7em;
    color:#B4ADAE;
  }
  .article_overview.trunkshow p{
    color:#2d2d2d;
  } */
  .article_link_box {
    margin-top: 5vh;
  }
  .see_more_box {
    margin-right: auto;
    margin-left: auto;
    width:100%;
    padding:1.5vh 0;
    font-size:1.6rem;
    text-align: center;
    display:block;
    border-radius:5vw 5vw;
    background-color: #ece7d7;
    margin-top: 3vh;
  }
  .see_more_box.trunkshow {
    width:100%;
  }
  .category_box {
    margin-right: auto;
    width:50%;
    padding: 0.1em 0;
    font-size: 1.2rem;
    text-align: center;
    display:block;
    border-radius:5vw 5vw;
    background-color:#e99d3d;
    color: white;
  }
  .category_option{
    border-bottom: 1px solid #B4ADAE;
    border-top: 1px solid #B4ADAE;
    height: 8vh;
    margin: 0 1vh;
    font-size: 1.5rem;
    padding-top: 1.5vh;
    padding-bottom: 2vh;
    position: relative;
  }
  .tri_button{
    margin-left: 45%;
    display: inline-block;
  }
  /* 今すぐ診断 */
  div.btn_goto_diagnosis{
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
    /* position: absolute; */
    bottom: 0;
  }
  div.btn_goto_diagnosis a{
    color:#000;
    width: 100%;
    background: #fcc248;
    display: inline-block;
  }
  div.btn_goto_diagnosis p{
    font-weight: bold;
    line-height: 4em;
    letter-spacing: 0.1em;
  }
  div.btn_goto_diagnosis img{
    height: 1.5rem;
    width: auto;
    margin-right: 1rem;
    position: relative;
    top: 0.2rem;
  }
  .journal_contents_wrap.ranking {
    background:url(../img/top_sp/vision_bg.png) center top repeat;
    padding-top:10vh;
  }
  .journal_contents_wrap.ranking .journal_contents h2{
    text-align: center;
    margin-top: 0;
    padding-bottom:6vh;
  }
  .post_flex_box img{
    width:100%;
  }
  .post_section {
    width:80%;
    display:flex;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
  }
  .post_flex_box {
    padding-bottom:4vh;
    text-align: left;
    position:relative;
  }
  .post_flex_box.left {
    width:40%;
  }
  .post_flex_box.right {
    width:60%;
    padding-left:3vw;
  }
  .post_flex_box img{
    width:100%;
  }
  .category {
    height:20%;
    font-size:1.5rem;
    color:#8B8580;
  }
  .post_title {
    height:80%;
    font-size:2.0rem;
    position:relative;
    word-wrap:normal;
    overflow: hidden;
    letter-spacing: -2px;
  }
  .post_title h4 {
    font-weight:normal;
    position:absolute;
    /* bottom:1vh; */
  }
  /* 今すぐ診断 */
  .journal_contents_wrap.links {
    background: #6E6A66;
    color:white;
    text-align: center;
    padding: 5vh 0;
    font-size:2.0rem;
    line-height:4.0rem;
  }
  .links-menu-item a,
  .links-menu-item a:visited {
    color:white;
  }
  .journal_contents_wrap.footer {
    background:#6E6A66;
    padding-top:1vh;
    padding-bottom:4vh;
  }
  .journal_contents_wrap.footer .journal_contents {
    /* display:flex; */
    /* justify-content: center; */
  }
  .journal_contents_wrap.footer .journal_contents div {
    width:100%;
    text-align: center;
  }
  #insta_icon {
    height:5vw;
    max-height:40px;
  }
  #LINE {
    height:5vw;
    max-height:40px;
  }
  .pagenation {
    color:white;
    text-align: center;
  }
  .pagenation .now_page a {
    font-size:2.7rem;
  }
  .pagenation span a,
  .pagenation span a:visited{
    color:#2d2d2d;
    font-size:1.5rem;
    text-decoration: underline;
  }
  .journal_contents_ul li.is-hidden {
    display: none !important;
    height: 0;
    margin: 0;
  }

  /*-----------------------------------------------*/
  /*-----------------------------------------------*/
  /*-----------------------------------------------*/

  div.page_wrap.post .article_title h2{
    color:#2D2D2D;
  }
  #post_top_img{
    width:100%;
    display:block;
    margin-right: auto;
    margin-left: auto;
  }
  .journal_contents {
    width: 100%;
    margin-top: 35px;
    /* padding-left: 8%;
    padding-right: 8%; */
    padding-bottom: 15px;
    display: inline-block;
    vertical-align: top;
  }
  .journal_contents_ul{
    /* padding-left: 8%;
    padding-right: 8%; */

  }
  #post{
    padding-left: 0;
    padding-right: 0;
    margin-top: 5px;
  }
  #title{
    padding-left: 15%;
    padding-right: 0;
    margin-top: 10px !important;
  }
  .post_category{
    color: #e99d3d !important;
  }
  .journal_contents .article_title {
    margin:0;
    letter-spacing: 0.8px;
    line-height: 1.5em;
  }
  .journal_contents section {
    font-size:1.2rem;
    letter-spacing: 0.8px;
    line-height: 2em;
  }
  .post_page_title h1 {
    text-align: center;
    font-size:2.6rem;
    color:#999999;
    padding:6vh 0;
  }
  .article{
    /* margin: 4em 0 6em; */
  }
  .line{
    margin-top: 0.9em;
    height: 2px;
    width: 40px;
    background-color: #8b8580;
    margin-right: 1vh;
  }
  .post_sub_img {
    width:100%;
  }

  .ranking_title{
    background-color: #999999;
    color: white;
    padding-top: 2vh;
    padding-bottom: 2vh;
    padding-left: 2vh;
    font-size: 1.2rem;
    margin-top: 3vh;
  }
  .category_pulldown {
    margin-right: auto;
    width:30%;
    padding:1vh 0;
    font-size:1.6rem;
    text-align: center;
    display:inline-block;
    border-radius:5vw 5vw;
    background-color: #ece7d7;
    margin-left: 3vh;
  }

  .category_top_title{
    background-color: #ece7d7;
    padding-bottom: 1.5vh;
    padding-top: 1.5vh;
    font-size: 1.5rem;
    text-align: center;
  }

  .journal_top_content{
    margin-top: 4vh;
    z-index: auto;
  }

  .journal_top_content_infobox{
    margin-top: 2vh;
    padding-left: 8%;
    padding-right: 8%;
  }

  .category_box.top_content{
    width: 25%;
  }

  .journal_top_content_infobox h2{
    margin-bottom:2vh;
    line-height:1.3em;
  }

  .journal_top_content_infobox h4{
    font-weight: bold !important;
    position: relative !important;
    letter-spacing: 0px;
    font-size: 1.2rem;
    color: #B4ADAE;
    margin-bottom: 0.2em;
    display: inline-block;
    margin-right: 1vh;
  }

  .js-dropdown-menu{
    display: none;
    /* position: absolute; */
    z-index: 4;
  }

  .dropdwn_item{
    padding:0.8vh 0;
    font-size:1.6rem;
    text-align: center;
    border-radius:5vw 5vw;
    background-color: #ece7d7;
    color: black;
    /* margin-left: 3vh; */
    /* width: 80%; */
    margin-top: 0.5rem;
    display: block;
    }

    .post_article_box{
      display: flex;
      bottom: 2em;
      letter-spacing: 0px;
      font-size: 1.2rem;
      color: #B4ADAE;
      margin-bottom: 0.2em;
      margin-top: 2vh;
      padding-left: 8%;
padding-right: 8%;
    }

    .post_article_box h4{
      margin-right: 1vh;
    }

    .next_post_box{
      display: flex;
      padding-left: 8%;
      padding-right: 8%;
      font-size: 1.2rem;
      font-weight: bold;
    }
    .right_button{
      margin-right: 0;
      margin-left: auto;
    }

    .writer_prof_box{
      background-color: #F6F6F6;
      margin: 0 8% 15% 8%;
    }

    .writer_prof{
      padding:2rem;
    }
    .journal_top_content_infobox a,
    .article_title_box a,
    .post_article_box a{
      color: #B4ADAE;
    }

    .pv_img{
      width: 8%;

    }

    .journal_list{
      cursor: pointer;
    }
    .report_box {
    letter-spacing: 0.05em;
    line-height: 1.5;
    }
    .dropdwn_menu{
      background-color: white;
      margin-left: 2vh;
      width: 34%;
      padding-bottom: 1vh;
      padding-left: 5px;
      padding-right: 5px;
      border-radius:5vw 5vw;

    }
    .float_left{
      width:100%;
    }

    .float_right{
      width:100%;
    }

    .journal_18_img{
      width: 80%;
    }

    .journal_18_img.mio{
      width: 100%;
    }
}

/*~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-*/
/*~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-*/
/*タブ*/
/*~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-*/
/*~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-*/
@media screen and (min-width:768px){
  .journal_contents_wrap .journal_contents {
    /* width:768px; */
    margin-right: auto;
    margin-left: auto;
  }
  .journal_contents_wrap.w_70 {
    width:70%;
    margin-right: auto;
    margin-left: auto;
  }
  .journal_contents_wrap.header .journal_contents {
    max-height:130px;
    padding:30px 0;
  }
  #menu_icon_sp {
    top:16px;
  }
  #sp_logo_white{
    width:8%;
  }
  /* .journal_contents_wrap.title {
  height:50vw;
  } */
  div.journal_contents{
    display: block;
      padding-left:12%;
      padding-right:12%;
  }
  .article_title h3 {
margin-top: 8vh;
    margin-bottom: 0.5em;
  }
    div.journal_contents.trunkshow .article_title h3 {
    margin-top: 5vh;
    margin-bottom: 0.5em;
  }
  div.journal_contents.trunkshow{
    display: inline-flex;
      padding-left:12%;
      padding-right:12%;
  }
  div.pc_wrapRight{
    width: 50%;
    flex:1;
    padding-left: 5%;
  }
  div.pc_wrapLeft{
    width: 50%;
    flex:1;
  }
  div.article_overview{
    margin-top: 180px;
  }
  div.footer {
    height:auto;
    line-height: normal;
  }
  div.journal_contents_wrap.list{
    padding-top: 10vh;
  }
  div.article_title h2{
    margin-top: 0;
  }
  .post_page_title h1 {
    padding: 15vh 0 12vh;
  }
  .journal_contents section {
    line-height: 2.5em;
    font-size:1.2rem;
    letter-spacing: 0.8px;
    line-height: 2em;
    margin-top: 2em;
  }
  .journal_contents_wrap.list .journal_contents{
    padding-bottom: 3vh;
  }
  .category_option{
    padding-left: 15%;
        padding-right: 1%;
  }
  .journal_contents_wrap{
    padding-left: 30%;
    padding-right: 30%;
  }

  .journal_top_content{
    padding-left: 30%;
    padding-right: 30%;
  }
  .category_box{
    width: 100px;
  }

  .category_box.top_content{
    width: 100px;
  }

  .category_top_title{
    padding-top: 4.5vh;
  }

  .writer_prof_box{
    width: 40%;
    margin-left: auto;
    margin-right:auto;
    margin-bottom: 3%;
  }

  .article_img_box {
    width:200px;
    height:200px;
  }
  .article_img {
    width:200px;
    height:200px;
    object-fit: cover;
  }
  .journal_top_content .article_img_box {
    width: 100%;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
        text-align: center;
        padding-left: 0;
        padding-right:0;
  }
  .journal_top_content .article_img {
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .journal_top_content_infobox{
    padding-left: 0;
    padding-right: 0;
  }
  .category_pulldown,
  .dropdwn_item {
    width: 200px;
  }
  .pv_img{
    width: 6%;
  }
  #post_top_img{
    width: 55%;
  }
  #post_wrap{
    padding-left: 0;
    padding-right: 0;
  }
  .share_box{
    padding-left: 12%;
    padding-right: 12%;
  }
  .post_article_box{
    margin-left: 15%;
  }
  .float_left{
    float:left;
    width:50%;
    margin-right: 10px;
  }

  .float_right{
    float:right;
    width:50%;
    margin-left:10px;
  }
  .dropdwn_menu{
    border-radius: 0 0 2vw 2vw;
  }
  .dropdwn_menu{
    width: 215px;
  }
  .journal_18_img{
    width: 40%;
  }
  .tri_button{
    margin-left: 55%;
    display: inline-block;
  }
}

@media screen and (min-width:1024px){
  /* .article_img_box {
    width:250px;
    height:250px;
  }
  .article_img {
    width:250px;
    height:250px;
    object-fit: cover;
  } */
}
