@media only screen and (max-width: 767px) {
  .header-ttl {
    margin-bottom: -1.5rem;
    z-index: 2;
    padding-bottom: 0; } }

.section-recommend {
  background: rgba(96, 173, 212, 0.2);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  @media only screen and (max-width: 767px) {
    .section-recommend {
      flex-direction: column;
      padding: 3rem 0 0; } }
  .section-recommend-header {
    width: 5rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    text-align: center;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 1.5rem;
    flex-shrink: 0; }
    @media only screen and (max-width: 767px) {
      .section-recommend-header {
        width: 19rem;
        height: 3.1rem;
        -ms-writing-mode: unset;
        writing-mode: unset;
        padding: 0 1.5rem; } }
    .section-recommend-header:after {
      content: "";
      width: 5rem;
      height: 25.3rem;
      background: url("../../img/top/bg_ribbon.svg") no-repeat;
      background-size: 100% 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1; }
      @media only screen and (max-width: 767px) {
        .section-recommend-header:after {
          height: 19rem;
          width: 3.1rem;
          transform: rotate(-90deg);
          left: 7.9rem;
          top: -5.6rem; } }
    @media only screen and (max-width: 1024px) {
      .section-recommend-header {
        height: 100%;
        position: absolute;
        left: 1rem;
        top: 0; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-recommend-header {
      width: 100%;
      position: static; } }

    .section-recommend-header-en {
      font-size: 1.2rem;
      color: #60add4;
      font-weight: 700;
      margin-top: .5rem; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .section-recommend-header-en {
    font-size: 1rem;
    margin: 0 0 0 .8rem; } }

    .section-recommend-header-ttl {
      font-size: 2rem;
      line-height: 1.1;
      font-weight: 700; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .section-recommend-header-ttl {
    font-size: 1.4rem; } }

  .section-recommend-inner {
    width: 100%;
    max-width: 86rem;
    padding: 3rem 0 2rem 0; }
    @media only screen and (max-width: 1024px) {
      .section-recommend-inner {
        padding-left: 7rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-recommend-inner {
      padding: 2rem 0; } }

    .section-recommend-inner .slick-dots {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 2rem; }
      .section-recommend-inner .slick-dots li {
        margin: 0 .5rem; }
        .section-recommend-inner .slick-dots li button {
          text-indent: -9999rem;
          width: .8rem;
          height: .8rem;
          border-radius: 50%;
          background: #fff;
          border: none;
          margin: 0;
          padding: 0; }
        .section-recommend-inner .slick-dots li.slick-active button {
          background: #60add4; }
    .section-recommend-inner .article-recommend {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      position: relative;
      padding: 0 3rem; }
      @media only screen and (max-width: 1024px) {
        .section-recommend-inner .article-recommend {
          padding: 0 2rem; } }
      @media only screen and (max-width: 767px) {
        .section-recommend-inner .article-recommend {
          flex-direction: column; } }
      .section-recommend-inner .article-recommend > a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10; }
      .section-recommend-inner .article-recommend-fig {
        width: 37rem;
        flex-shrink: 0;
        margin-left: 3rem;
        overflow: hidden; }
        @media only screen and (max-width: 1024px) {
          .section-recommend-inner .article-recommend-fig {
            max-width: 42%;
            margin-left: 2rem; } }
        @media only screen and (max-width: 767px) {
          .section-recommend-inner .article-recommend-fig {
            width: 100%;
            max-width: 100%;
            margin-left: 0;
            margin-bottom: 1.5rem; } }
        .section-recommend-inner .article-recommend-fig img {
          border-radius: 1rem; }
      .section-recommend-inner .article-recommend-wrap {
        width: 100%; }
        .section-recommend-inner .article-recommend-wrap p {
          overflow: hidden;
          display: -webkit-box;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3; }
          @media only screen and (max-width: 1024px) {
            .section-recommend-inner .article-recommend-wrap p {
              -webkit-line-clamp: 2; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-recommend-inner .article-recommend-wrap p {
      display: none; } }

      .section-recommend-inner .article-recommend-header {
        padding: 0 0 1.5rem 0;
        margin-bottom: 1.5rem;
        border-bottom: 1px dashed rgba(80, 80, 80, 0.2); }
        @media only screen and (max-width: 767px) {
          .section-recommend-inner .article-recommend-header {
            flex-direction: column;
            border-width: .2rem;
            margin-bottom: 2rem;
            border: none;
            margin-bottom: 0;
            padding-bottom: 0; } }
        .section-recommend-inner .article-recommend-header-cat {
          margin-bottom: 1.5rem;
          display: flex; }
          .section-recommend-inner .article-recommend-header-cat a {
            font-size: 1.2rem;
            line-height: 1;
            min-height: 2rem;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #60add4;
            border-radius: .3rem;
            padding: .2rem .8rem;
            color: #fff;
            position: relative;
            z-index: 11; }
            .section-recommend-inner .article-recommend-header-cat a span {
              font-size: 1.4rem;
              margin-right: .3rem; }
        .section-recommend-inner .article-recommend-header-ttl {
          font-size: 2.4rem;
          line-height: 1.3; }
          @media only screen and (max-width: 767px) {
            .section-recommend-inner .article-recommend-header-ttl {
              font-size: 1.6rem;
              overflow: hidden;
              display: -webkit-box;
              text-overflow: ellipsis;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2; } }
.section-popular {
  padding: 8rem 2% 4rem; }
  @media only screen and (max-width: 767px) {
    .section-popular {
      padding: 3.5rem 1rem 2rem; } }
  .section-popular-header {
    padding-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      .section-popular-header {
        padding-bottom: 2rem; } }
    .section-popular-header-ttl {
      text-align: center;
      font-size: 2.8rem; }
      @media only screen and (max-width: 767px) {
        .section-popular-header-ttl {
          font-size: 2rem; } }
  .section-popular-inner {
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .section-popular-inner {
        flex-wrap: wrap; } }
    .section-popular-inner .article-popular {
      max-width: 23rem;
      margin: 0 1rem 2rem;
      border-radius: .5rem;
      overflow: hidden;
      background: rgba(96, 173, 212, 0.1);
      position: relative; }
      @media only screen and (max-width: 767px) {
        .section-popular-inner .article-popular {
          width: calc(50% - 2rem);
          border-radius: .3rem; } }
      .section-popular-inner .article-popular > a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10; }
      .section-popular-inner .article-popular-inner {
        padding: 1.5rem; }
        @media only screen and (max-width: 767px) {
          .section-popular-inner .article-popular-inner {
            padding: .7rem; } }
      .section-popular-inner .article-popular-cat {
        margin-bottom: 1rem;
        display: flex; }
        @media only screen and (max-width: 767px) {
          .section-popular-inner .article-popular-cat {
            margin-bottom: .5rem; } }
        .section-popular-inner .article-popular-cat a {
          font-size: 1.2rem;
          line-height: 1;
          min-height: 2rem;
          display: flex;
          justify-content: center;
          align-items: center;
          background: #60add4;
          border-radius: .3rem;
          padding: .2rem .8rem;
          color: #fff;
          position: relative;
          z-index: 11; }
          @media only screen and (max-width: 767px) {
            .section-popular-inner .article-popular-cat a {
              font-size: .9rem;
              min-height: 1.8rem; } }
          .section-popular-inner .article-popular-cat a span {
            font-size: 1.4rem;
            margin-right: .3rem; }
            @media only screen and (max-width: 767px) {
              .section-popular-inner .article-popular-cat a span {
                font-size: 1.1rem; } }
      .section-popular-inner .article-popular-ttl {
        font-size: 1.7rem;
        line-height: 1.3;
        padding-bottom: 1rem; }
        @media only screen and (max-width: 767px) {
          .section-popular-inner .article-popular-ttl {
            font-size: 1.2rem;
            padding-bottom: 0;
            overflow: hidden;
            display: -webkit-box;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2; } }
      .section-popular-inner .article-popular-time {
        font-size: 1.2rem;
        font-weight: 700;
        color: #60add4; }
        @media only screen and (max-width: 767px) {
          .section-popular-inner .article-popular-time {
            font-size: .9rem; } }
.section-special {
  background: url("../../img/common/bg_bnr.jpg") repeat-x 50% 0% #f8d3e8;
  background-size: 100rem auto;
  padding: 5rem 2%; }
  @media only screen and (max-width: 767px) {
    .section-special {
      padding: 2.5rem 0; } }
  .section-special-header {
    padding-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      .section-special-header {
        padding-bottom: 2rem; } }
    .section-special-header-ttl {
      width: 34rem;
      height: 5rem;
      border-radius: 5rem;
      background: #fff;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 2.4rem;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .section-special-header-ttl {
          width: 22rem;
          height: 3.2rem;
          font-size: 1.8rem; } }
      .section-special-header-ttl:before {
        content: "";
        width: 100%;
        height: 2.3rem;
        background: url("../../img/top/ico_crown.png") no-repeat 50% 0%;
        background-size: auto 100%;
        position: absolute;
        top: -1.8rem;
        left: 0; }
  .section-special-bnr {
    max-width: 92rem;
    margin: 0 auto;
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .section-special-bnr {
        display: block; } }
    .section-special-bnr li {
      max-width: 22rem;
      margin: .5rem; }
      @media only screen and (max-width: 767px) {
        .section-special-bnr li {
          width: 22rem; } }
      .section-special-bnr li img {
        border: .4rem solid #fff; }
.section-list {
  background: rgba(238, 238, 238, 0.5);
  padding: 8rem 2%; }
  @media only screen and (max-width: 767px) {
    .section-list {
      padding: 4rem 1.5rem; } }
  .section-list-header {
    padding-bottom: 5rem; }
    @media only screen and (max-width: 767px) {
      .section-list-header {
        padding-bottom: 2.5rem; } }
    .section-list-header-ttl {
      text-align: center;
      font-size: 2.8rem; }
      @media only screen and (max-width: 767px) {
        .section-list-header-ttl {
          font-size: 2rem; } }
  .section-list-inner {
    max-width: 98rem;
    border-top: 1px solid #eee;
    margin: 0 auto;
    padding-top: 4rem; }
    @media only screen and (max-width: 767px) {
      .section-list-inner {
        padding-top: 1.5rem; } }
  .section-list-btn {
    padding-top: 3rem; }
    @media only screen and (max-width: 767px) {
      .section-list-btn {
        padding-top: 1rem; } }
    .section-list-btn a {
      width: 24rem;
      height: 5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 5rem;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .section-list-btn a {
          width: 20rem;
          height: 4.5rem;
          font-size: 1.3rem; } }
