@charset "UTF-8";
/* Scss Document */
/*=============================================================
 投稿スタイル
=============================================================*/
.com_pager {
  margin-top: 85px; }
  @media screen and (max-width: 767.9px) {
    .com_pager {
      margin-top: 30px; } }
  .com_pager ul li {
    letter-spacing: 0; }
    .com_pager ul li a {
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #686E73; }
    .com_pager ul li.link {
      font-size: 4vw; }
      @media print, screen and (min-width: 767.9px) {
        .com_pager ul li.link {
          font-size: 18px; } }
      .com_pager ul li.link a {
        width: 50px;
        height: 50px; }
        @media screen and (max-width: 767.9px) {
          .com_pager ul li.link a {
            width: 40px;
            height: 40px; } }
    .com_pager ul li.prev a, .com_pager ul li.next a {
      width: 120px;
      height: 50px;
      background-color: #fff;
      border-radius: 45px; }
      @media screen and (max-width: 767.9px) {
        .com_pager ul li.prev a, .com_pager ul li.next a {
          width: 40px;
          height: 40px; } }
      .com_pager ul li.prev a .material-icons, .com_pager ul li.next a .material-icons {
        font-size: 5vw;
        margin-left: 0; }
    .com_pager ul li.prev {
      margin: 0 auto 0 0; }
    .com_pager ul li.next {
      margin: 0 0 0 auto; }
      .com_pager ul li.next a .material-icons {
        transform: scale(-1, 1); }
    .com_pager ul li span {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #686E73; }
      @media print, screen and (min-width: 767.9px) {
        .com_pager ul li span {
          font-size: 18px; } }
      @media screen and (max-width: 767.9px) {
        .com_pager ul li span {
          width: 30px;
          height: 30px;
          font-size: 4vw; } }
      .com_pager ul li span.current {
        background-color: #686E73;
        color: #fff;
        border-radius: 95px; }
  @media screen and (max-width: 767.9px) {
    .com_pager.single ul li.prev a, .com_pager.single ul li.next a {
      width: 120px;
      height: 40px; } }

.com-article-tit01 {
  text-align: left;
  position: relative;
  margin-bottom: 20px; }
  @media print, screen and (min-width: 767.9px) {
    .com-article-tit01 {
      margin-bottom: 50px; } }
  .com-article-tit01:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 52%;
    right: 0; }
  .com-article-tit01 .ja {
    font-size: 4vw; }
    @media print, screen and (min-width: 767.9px) {
      .com-article-tit01 .ja {
        font-size: 16px; } }
    .com-article-tit01 .ja b {
      font-size: 5.5vw; }
      @media print, screen and (min-width: 767.9px) {
        .com-article-tit01 .ja b {
          font-size: 24px;
          letter-spacing: 0.25em; } }

.com-article-tit02 {
  position: relative;
  margin-bottom: 20px; }
  @media print, screen and (min-width: 767.9px) {
    .com-article-tit02 {
      margin-bottom: 50px; } }
  .com-article-tit02 .ja {
    font-size: 4vw; }
    @media print, screen and (min-width: 767.9px) {
      .com-article-tit02 .ja {
        font-size: 16px; } }
    .com-article-tit02 .ja b {
      display: block;
      font-size: 6vw; }
      @media print, screen and (min-width: 767.9px) {
        .com-article-tit02 .ja b {
          font-size: 28px;
          letter-spacing: 0.25em; } }
      .com-article-tit02 .ja b span {
        color: #CD8B6B;
        display: inline-block;
        margin: 0 1em; }

.com_post_style {
  text-align: left; }
  .com_post_style .cate {
    display: flex;
    flex-flow: row wrap; }
    .com_post_style .cate li {
      display: inline-block !important;
      line-height: 1;
      font-weight: bold;
      margin-right: 0.5em; }
      @media print, screen and (min-width: 767.9px) {
        .com_post_style .cate li {
          font-size: 14px; } }
      .com_post_style .cate li:nth-child(1) {
        color: #BFB476; }
        .com_post_style .cate li:nth-child(1) a {
          color: #BFB476; }
      .com_post_style .cate li:nth-child(2) {
        color: #8394B4; }
        .com_post_style .cate li:nth-child(2) a {
          color: #8394B4; }
  .com_post_style .tag {
    display: flex;
    flex-flow: row wrap; }
    .com_post_style .tag li {
      line-height: 1;
      margin-top: 0.5em;
      margin-right: 0.5em; }
      .com_post_style .tag li a {
        display: block;
        background-color: #F2F2F2;
        border: 1px solid #F2F2F2;
        color: #686E73;
        border-radius: 95px;
        padding: 0.5em 1em;
        font-size: 2vw;
        box-sizing: border-box; }
        @media print, screen and (min-width: 767.9px) {
          .com_post_style .tag li a {
            font-size: 12px; } }
        .com_post_style .tag li a:hover {
          background-color: #F2F2F2;
          border: 1px solid #686E73;
          opacity: 1.0; }
  .com_post_style .inBox {
    position: relative; }
    .com_post_style .inBox .postlink a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .com_post_style .inBox .postlink a span {
        display: none; }
    .com_post_style .inBox time {
      color: #686E73; }
    .com_post_style .inBox .update {
      font-size: 12px;
      color: #686E73;
      letter-spacing: 0.1px; }
    .com_post_style .inBox .txt {
      line-height: 1.45; }
    .com_post_style .inBox .thumbnail {
      overflow: hidden;
      margin-bottom: 0.5em;
      border-radius: 0 20px 0 20px; }
      .com_post_style .inBox .thumbnail img {
        width: 100%;
        height: 235px;
        max-height: 100%;
        object-fit: cover;
        border-radius: 0 20px 0 20px;
        transition: 1s all; }
    .com_post_style .inBox:hover .thumbnail img {
      opacity: 0.7;
      /*transform:scale(1.2,1.2);
      transition:1s all;*/ }
  .com_post_style .style_col2 {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .com_post_style .style_col2:last-of-type {
      border: none;
      padding-bottom: 0px;
      margin-bottom: 0px; }
    @media screen and (max-width: 767.9px) {
      .com_post_style .style_col2 {
        display: flex; } }
    .com_post_style .style_col2 .leftBox {
      width: 170px; }
      @media screen and (max-width: 767.9px) {
        .com_post_style .style_col2 .leftBox {
          width: 100px; } }
      .com_post_style .style_col2 .leftBox .thumbnail img {
        height: 165px;
        max-height: 100%;
        object-fit: cover; }
        @media screen and (max-width: 767.9px) {
          .com_post_style .style_col2 .leftBox .thumbnail img {
            width: 100px;
            height: 100px; } }
    .com_post_style .style_col2 .rightBox {
      width: 550px; }
      @media screen and (max-width: 767.9px) {
        .com_post_style .style_col2 .rightBox {
          width: 98%;
          /* IE8以下とAndroid4.3以下用フォールバック */
          width: -webkit-calc(100% - 100px);
          width: calc(100% - 100px);
          box-sizing: border-box;
          padding-left: 15px; } }
      .com_post_style .style_col2 .rightBox .tit {
        margin-bottom: 1em;
        font-size: 3.5vw; }
        @media print, screen and (min-width: 767.9px) {
          .com_post_style .style_col2 .rightBox .tit {
            font-size: 18px; } }
      .com_post_style .style_col2 .rightBox .lead {
        color: #707070;
        position: relative;
        margin-bottom: 1.5em; }
        @media print, screen and (min-width: 767.9px) {
          .com_post_style .style_col2 .rightBox .lead {
            font-size: 12px; } }
        @media screen and (max-width: 767.9px) {
          .com_post_style .style_col2 .rightBox .lead {
            display: none; } }
        .com_post_style .style_col2 .rightBox .lead:after {
          content: "… 続きを読む";
          display: inline-block;
          position: absolute;
          bottom: 0;
          right: 0;
          color: #3A3A3A; }
      @media screen and (max-width: 767.9px) {
        .com_post_style .style_col2 .rightBox .update {
          margin: 1em 0 0 auto; } }
  .com_post_style.slide_recommend .slick-slide, .com_post_style.slide_type01 .slick-slide {
    position: relative;
    margin: 0 10px; }
    .com_post_style.slide_recommend .slick-slide:before, .com_post_style.slide_type01 .slick-slide:before {
      content: "";
      display: block;
      width: 100%;
      height: 70%;
      left: 0;
      position: absolute;
      bottom: 0;
      background-color: #fff;
      border-radius: 0 0 0 20px; }
    .com_post_style.slide_recommend .slick-slide .thumbnail, .com_post_style.slide_type01 .slick-slide .thumbnail {
      border-radius: 0 20px 0 0; }
      .com_post_style.slide_recommend .slick-slide .thumbnail img, .com_post_style.slide_type01 .slick-slide .thumbnail img {
        border-radius: 0 20px 0 0; }
    .com_post_style.slide_recommend .slick-slide .inTextBox, .com_post_style.slide_type01 .slick-slide .inTextBox {
      padding: 15px; }
      .com_post_style.slide_recommend .slick-slide .inTextBox .cate, .com_post_style.slide_type01 .slick-slide .inTextBox .cate {
        margin: 1em 0; }
      .com_post_style.slide_recommend .slick-slide .inTextBox .tag, .com_post_style.slide_type01 .slick-slide .inTextBox .tag {
        margin: 0.5em 0 0 0; }

/*=============================================================
 投稿アーカイブ共通
=============================================================*/
/*=============================================================
 投稿詳細
=============================================================*/
.com_post_style.single img {
  width: 100%; }
.com_post_style.single .update {
  font-size: 70%;
  color: #686E73; }
  @media screen and (max-width: 767.9px) {
    .com_post_style.single .update {
      width: 100%;
      text-align: right;
      margin-bottom: 10px; } }
.com_post_style.single header {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media print, screen and (min-width: 767.9px) {
    .com_post_style.single header {
      margin: 20px 0; } }
  .com_post_style.single header .tit {
    line-height: 1.65;
    font-size: 4.3vw;
    background: none;
    padding: 0;
    margin: 1em 0;
    width: 98%;
}
    @media print, screen and (min-width: 767.9px) {
      .com_post_style.single header .tit {
        font-size: 36px;
        width: 100%;
        margin: 0; } }
  .com_post_style.single header .iine-btn {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #C8C1BC;
    box-sizing: border-box;
    border-radius: 95px;
    background-color: #fff; }
    @media print, screen and (min-width: 767.9px) {
      .com_post_style.single header .iine-btn {
        width: 60px;
        height: 60px; } }
    .com_post_style.single header .iine-btn .good-btn {
      border: none;
      background: none;
      color: #E46F6F; }
      .com_post_style.single header .iine-btn .good-btn .good-count {
        font-weight: 700; }
.com_post_style.single .thumbnail img {
  border-radius: 0 30px 0 30px; }
.com_post_style.single .tag {
  margin: 20px 0;
  justify-content: flex-end; }
  @media screen and (max-width: 767.9px) {
    .com_post_style.single .tag {
      margin: 1em 0; } }
.com_post_style.single .post_inner h2 {
  background: url("../img/bg_line01.png") repeat-x bottom left;
  padding: 0.5em;
  margin-top: 1.5em; }
  @media screen and (max-width: 767.9px) {
    .com_post_style.single .post_inner h2 {
      font-size: 4vw;
      padding: 0 0 1.5em 0;
      margin-top: 2em; } }
.com_post_style.single .post_inner p {
  margin-top: 1.5em; }
  @media screen and (max-width: 767.9px) {
    .com_post_style.single .post_inner p {
      line-height: 2.2; } }
  .com_post_style.single .post_inner p .font_c01 {
    color: #BC6417; }
  .com_post_style.single .post_inner p mark {
    background-color: #F2F2F2; }
    .com_post_style.single .post_inner p mark.bg_c02 {
      background-color: #EED6CB; }
  .com_post_style.single .post_inner p a {
    color: #6385C6;
    display: inline-block;
    font-weight: 700; }
    .com_post_style.single .post_inner p a:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: #6385C6; }
.com_post_style.single .post_inner ul {
  margin-top: 1.5em; }
  .com_post_style.single .post_inner ul li {
    position: relative;
    padding: 0 0 0 1.5em; }
    @media screen and (max-width: 767.9px) {
      .com_post_style.single .post_inner ul li {
        margin: 0.5em 0;
        line-height: 2.2; } }
    .com_post_style.single .post_inner ul li:before {
      content: "●";
      display: inline-block;
      color: #fff;
      font-size: 70%;
      position: absolute;
      left: 0;
      top: 0.4em; }
.com_post_style.single .post_inner ol {
  margin-top: 1.5em; }
  .com_post_style.single .post_inner ol li {
    position: relative;
    padding: 0 0 0 1.5em; }
    @media screen and (max-width: 767.9px) {
      .com_post_style.single .post_inner ol li {
        margin: 0.5em 0;
        line-height: 2.2; } }
    .com_post_style.single .post_inner ol li:before {
      content: "1.";
      display: inline-block;
      color: #DD9C7C;
      position: absolute;
      left: 0;
      top: 0;
      font-weight: bold; }
    .com_post_style.single .post_inner ol li:nth-child(2):before {
      content: "2."; }
    .com_post_style.single .post_inner ol li:nth-child(3):before {
      content: "3."; }
    .com_post_style.single .post_inner ol li:nth-child(4):before {
      content: "4."; }
    .com_post_style.single .post_inner ol li:nth-child(5):before {
      content: "5."; }
    .com_post_style.single .post_inner ol li:nth-child(6):before {
      content: "6."; }
    .com_post_style.single .post_inner ol li:nth-child(7):before {
      content: "7."; }
    .com_post_style.single .post_inner ol li:nth-child(8):before {
      content: "8."; }
    .com_post_style.single .post_inner ol li:nth-child(9):before {
      content: "9."; }
    .com_post_style.single .post_inner ol li:nth-child(10):before {
      content: "10."; }
.com_post_style.single .post_inner .mod-contents {
  border: 1px solid #fff;
  border-radius: 0 30px 0 30px;
  padding: 4px;
  position: relative;
  margin-top: 50px; }
  @media screen and (max-width: 767.9px) {
    .com_post_style.single .post_inner .mod-contents {
      margin-top: 30px; } }
  .com_post_style.single .post_inner .mod-contents .inner {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px 50px 30px 50px;
    border-radius: 0 30px 0 30px; }
    @media screen and (max-width: 767.9px) {
      .com_post_style.single .post_inner .mod-contents .inner {
        padding: 20px; } }
  .com_post_style.single .post_inner .mod-contents header {
    text-align: center; }
    .com_post_style.single .post_inner .mod-contents header p {
      display: block;
      margin: 0px auto 0 auto; }
      .com_post_style.single .post_inner .mod-contents header p span {
        margin: 0 3em; }
  .com_post_style.single .post_inner .mod-contents ul {
    margin: 0; }
    .com_post_style.single .post_inner .mod-contents ul li {
      margin: 0.5em 0; }
      .com_post_style.single .post_inner .mod-contents ul li:before {
        color: #EED6CB; }

/*=============================================================
 投稿詳細共通
=============================================================*/
/*--- カリモク家具　バナー ---*/
.bnr_area {
  margin: 30px auto 0 auto; }
  @media screen and (max-width: 767.9px) {
    .bnr_area {
      width: 90%; } }

/*--- この商品をオンラインショップでチェックする ---*/
.link_onlineshop {
  margin: 40px 0; }
  .link_onlineshop .lead {
    color: #BC6417;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700; }
    @media screen and (max-width: 767.9px) {
      .link_onlineshop .lead {
        font-size: 3vw; } }
    .link_onlineshop .lead:before, .link_onlineshop .lead:after {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      background: url("../img/ico_pass.png") no-repeat center center;
      background-size: auto 100%; }
      @media screen and (max-width: 767.9px) {
        .link_onlineshop .lead:before, .link_onlineshop .lead:after {
          width: 20px;
          height: 20px; } }
    .link_onlineshop .lead:before {
      margin-right: 0.5em; }
    .link_onlineshop .lead:after {
      margin-left: 0.5em;
      transform: scale(-1, 1); }
  .link_onlineshop .btn_onlineshop {
    background-color: #CD8B6B;
    border-radius: 10px;
    padding: 3px;
    width: 400px;
    max-width: 100%;
    margin: 20px auto 0 auto;
    position: relative;
    box-sizing: border-box; }
    .link_onlineshop .btn_onlineshop .inner {
      display: block;
      border: 1px solid #fff;
      border-radius: 10px;
      color: #fff;
      padding: 20px 50px;
      background: url("../img/icon_arrow.png") no-repeat 95% center;
      font-size: 18px; }
      @media screen and (max-width: 767.9px) {
        .link_onlineshop .btn_onlineshop .inner {
          padding: 10px 20px;
          font-size: 5vw; } }
      .link_onlineshop .btn_onlineshop .inner p {
        margin: 0;
        line-height: 1.65; }
        .link_onlineshop .btn_onlineshop .inner p span {
          display: inline-block;
          background-color: #BC6417;
          border-radius: 45px;
          font-size: 70%;
          padding: 0.2em 1em;
          margin-left: 20px; }
          @media screen and (max-width: 767.9px) {
            .link_onlineshop .btn_onlineshop .inner p span {
              font-size: 2vw; } }
      .link_onlineshop .btn_onlineshop .inner a {
        color: #fff; }
    .link_onlineshop .btn_onlineshop a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .link_onlineshop .btn_onlineshop a span {
        display: none; }
  .link_onlineshop .attation {
    text-align: center;
    color: #686E73;
    font-size: 70%;
    line-height: 1.25; }

/*--- こちらの記事もあわせてチェック ---*/
#check_post {
  border: 1px solid #fff;
  border-radius: 0 30px 0 30px;
  padding: 4px;
  margin: 100px auto 0 auto; }
  @media screen and (max-width: 767.9px) {
    #check_post {
      width: 90%;
      margin: 30px auto 0 auto; } }
  #check_post .inner {
    border: 1px solid #fff;
    border-radius: 0 30px 0 30px;
    box-sizing: border-box;
    padding: 30px 0;
    background-color: rgba(255, 255, 255, 0.5); }
    @media screen and (max-width: 767.9px) {
      #check_post .inner {
        padding: 30px 0; } }
    #check_post .inner header {
      width: 30%; }
      @media screen and (max-width: 767.9px) {
        #check_post .inner header {
          width: 100%; } }
      #check_post .inner header .allison {
        width: 80%;
        font-size: 56px;
        background: url("../img/decoration03.png") no-repeat bottom center;
        background-size: 100% auto;
        margin: -10px auto 10px auto;
        line-height: 1;
        font-weight: 400; }
        @media screen and (max-width: 767.9px) {
          #check_post .inner header .allison {
            margin: 0 auto 10px auto; } }
      #check_post .inner header .illust01 {
        text-align: right; }
        #check_post .inner header .illust01 img {
          width: 40%;
          margin: -30px 20px 20px 0; }
          @media screen and (max-width: 767.9px) {
            #check_post .inner header .illust01 img {
              width: 25%;
              margin: 0 20px -40px; } }
    #check_post .inner .com_post_style {
      width: 70%; }
      @media screen and (max-width: 767.9px) {
        #check_post .inner .com_post_style {
          width: 100%; } }
    #check_post .inner .col2 {
      padding: 20px 0 0 0; }
      @media screen and (max-width: 767.9px) {
        #check_post .inner .col2 {
          padding: 20px 10px 0 10px;
          position: relative; } }
      @media screen and (max-width: 767.9px) {
        #check_post .inner .col2:before {
          content: "";
          display: block;
          width: 70%;
          height: 1px;
          background-color: #fff;
          margin: 0 auto 20px auto; } }
      #check_post .inner .col2 .thumbnail {
        width: 170px; }
        @media screen and (max-width: 767.9px) {
          #check_post .inner .col2 .thumbnail {
            width: 100px; } }
        #check_post .inner .col2 .thumbnail img {
          border-radius: 0 30px 0 30px;
          height: 170px;
          object-fit: cover; }
          @media screen and (max-width: 767.9px) {
            #check_post .inner .col2 .thumbnail img {
              height: 100px; } }
      #check_post .inner .col2 .inTextBox {
        width: 98%;
        /* IE8以下とAndroid4.3以下用フォールバック */
        width: -webkit-calc(100% - 170px);
        width: calc(100% - 170px);
        box-sizing: border-box;
        padding: 20px; }
        @media screen and (max-width: 767.9px) {
          #check_post .inner .col2 .inTextBox {
            width: 98%;
            /* IE8以下とAndroid4.3以下用フォールバック */
            width: -webkit-calc(100% - 100px);
            width: calc(100% - 100px);
            padding: 0 0 0 20px; } }
        #check_post .inner .col2 .inTextBox .tit {
          margin-bottom: 1.5em; }
          @media print, screen and (min-width: 767.9px) {
            #check_post .inner .col2 .inTextBox .tit {
              font-size: 18px; } }
        #check_post .inner .col2 .inTextBox .cate {
          margin-bottom: 1em; }

/*--- メンバー記事一覧 ---*/
#sec_newarticle.member .com-article-tit01:before {
  width: 98%;
  /* IE8以下とAndroid4.3以下用フォールバック */
  width: -webkit-calc(100% - 18em);
  width: calc(100% - 18em); }

/*--- 関連記事 ---*/
#sec_related.single {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media screen and (max-width: 767.9px) {
    #sec_related.single {
      margin-top: 50px;
      margin-bottom: 50px; } }
  #sec_related.single .com-article-tit01 {
    margin-bottom: 80px !important; }
    @media screen and (max-width: 767.9px) {
      #sec_related.single .com-article-tit01 {
        margin: 0 10px;
        margin-bottom: 20px !important; } }
    #sec_related.single .com-article-tit01:before {
      width: 98%;
      /* IE8以下とAndroid4.3以下用フォールバック */
      width: -webkit-calc(100% - 5em);
      width: calc(100% - 5em); }
  #sec_related.single .slide_recommend .slick-slide:before {
    display: none !important; }
  #sec_related.single .slide_recommend .slick-slide .inTextBox {
    padding: 15px 0 0 0; }
#sec_related .slick-slide {
  position: relative;
  margin: 0 10px; }
#sec_related .slick-slider {
  position: relative;
  text-align: left; }
  @media screen and (max-width: 767.9px) {
    #sec_related .slick-slider {
      width: 150%; } }
  #sec_related .slick-slider .slick-arrow {
    line-height: 1;
    cursor: pointer;
    position: absolute;
    top: -60px;
    margin: 0 auto;
    z-index: 3;
    width: 35px;
    height: 35px;
    background: url("../img/ico_arrow_slide.png") no-repeat center center;
    background-size: cover;
    transition: all .3s; }
    #sec_related .slick-slider .slick-arrow.prev-arrow {
      left: 50%;
      margin-left: -50%; }
    #sec_related .slick-slider .slick-arrow.next-arrow {
      right: 50%;
      margin-right: -50%;
      transform: scale(-1, 1);
      transition: all .3s; }
    #sec_related .slick-slider .slick-arrow:hover {
      background: url("../img/ico_arrow_slide_on.png") no-repeat center center;
      background-size: cover;
      transition: all .3s; }
    #sec_related .slick-slider .slick-arrow img {
      width: 35px;
      display: none; }

/*--- あなたにおすすめの記事 ---*/
#sec_recommend.single {
  margin-top: 0px;
  margin-bottom: 100px; }
  @media screen and (max-width: 767.9px) {
    #sec_recommend.single {
      margin-top: 0px;
      margin-bottom: 50px; } }
  #sec_recommend.single .com-article-tit01 {
    margin-bottom: 80px !important; }
    @media screen and (max-width: 767.9px) {
      #sec_recommend.single .com-article-tit01 {
        margin: 0 10px;
        margin-bottom: 20px !important; } }
    #sec_recommend.single .com-article-tit01:before {
      width: 98%;
      /* IE8以下とAndroid4.3以下用フォールバック */
      width: -webkit-calc(100% - 12em);
      width: calc(100% - 12em); }
  #sec_recommend.single .slide_recommend .slick-slide:before {
    display: none; }
  #sec_recommend.single .slide_recommend .slick-slide .inTextBox {
    padding: 15px 0 0 0;
    background: none; }
#sec_recommend .slick-slide {
  position: relative;
  margin: 0 10px; }
#sec_recommend .slick-slider {
  position: relative;
  text-align: left; }
  @media screen and (max-width: 767.9px) {
    #sec_recommend .slick-slider {
      width: 150%; } }
  #sec_recommend .slick-slider .slick-arrow {
    line-height: 1;
    cursor: pointer;
    position: absolute;
    top: -60px;
    margin: 0 auto;
    z-index: 3;
    width: 35px;
    height: 35px;
    background: url("../img/ico_arrow_slide.png") no-repeat center center;
    background-size: cover;
    transition: all .3s; }
    #sec_recommend .slick-slider .slick-arrow.prev-arrow {
      left: 50%;
      margin-left: -50%; }
    #sec_recommend .slick-slider .slick-arrow.next-arrow {
      right: 50%;
      margin-right: -50%;
      transform: scale(-1, 1);
      transition: all .3s; }
    #sec_recommend .slick-slider .slick-arrow:hover {
      background: url("../img/ico_arrow_slide_on.png") no-repeat center center;
      background-size: cover;
      transition: all .3s; }
    #sec_recommend .slick-slider .slick-arrow img {
      width: 35px;
      display: none; }
#sec_recommend.side .com-tit01.recommend {
  display: inline-block; }
  #sec_recommend.side .com-tit01.recommend .en {
    font-size: 15vw;
    background-size: 30px 30px;
    background-position: 0 top;
    padding: 0 20px; }
    @media print, screen and (min-width: 767.9px) {
      #sec_recommend.side .com-tit01.recommend .en {
        font-size: 55px; } }
  #sec_recommend.side .com-tit01.recommend .illust01 {
    position: absolute;
    bottom: auto;
    left: auto;
    top: -20px;
    right: 0; }
    #sec_recommend.side .com-tit01.recommend .illust01 img {
      width: 4vw; }
      @media screen and (max-width: 767.9px) {
        #sec_recommend.side .com-tit01.recommend .illust01 img {
          width: 15vw; } }
#sec_recommend.side .inBox .thumbnail {
  border-radius: 0 20px 0 0;
  margin: 0; }
  #sec_recommend.side .inBox .thumbnail img {
    height: 206px;
    border-radius: 0 20px 0 0px; }
#sec_recommend.side .inBox .inTextBox {
  padding: 20px;
  border-radius: 0 0 0 20px; }
  #sec_recommend.side .inBox .inTextBox .cate {
    margin: 0.5em 0 0 0;
    position: relative;
    z-index: 2; }
  #sec_recommend.side .inBox .inTextBox .txt {
    margin: 1em 0 0 0; }
  #sec_recommend.side .inBox .inTextBox .tag {
    position: relative;
    z-index: 2; }
#sec_recommend.side .inBox .icn_new {
  position: absolute;
  top: -5px;
  right: 20px; }
  #sec_recommend.side .inBox .icn_new img {
    width: 4vw; }
#sec_recommend.side .inBox:nth-child(2) {
  margin: 30px 0; }