@charset "UTF-8";

/*-------------------------------------------*/
/*	PC
/*-------------------------------------------*/

@media screen and (min-width:900px) {

  /* =====================
    sort_menu
  ===================== */

  /*  year
  ------------------------*/

  #sort_menu .year {
    width: 150px;
    margin-bottom: 10px;
    position: relative;
  }

  .custom-select-wrapper {
    position: relative;
    display: block;
    user-select: none;
  }

  .custom-select-wrapper select {
    display: none;
  }

  .custom-select {
    position: relative;
    display: block;
  }

  .custom-select-trigger {
    width: 100%;
    padding-bottom: 7px;
    border-bottom: 1px solid #171717;
    letter-spacing: 1px;
    position: relative;
    display: block;
    cursor: pointer;
  }

  .custom-select-trigger::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #171717 transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding-bottom: 8px;
  }

  .custom-select-trigger span {
    opacity: .5;
    display: inline-block;
    margin-right: 10px;
  }

  .custom-options {
    min-width: 100%;
    display: block;
    border-radius: 20px;
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    z-index: 1;
  }

  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }

  .custom-option {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    display: block;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    padding: 13px 30px;
  }

  /* =====================
    column
  ===================== */

  /*  column_list
  ------------------------*/

  .column_item .flx {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .column_item {
    margin-bottom: 60px;
  }

  .column_item:last-of-type {
    margin-bottom: 0;
  }

  .column_item .column_text {
    width: -webkit-calc( 100% - 360px );
    width: calc( 100% - 360px );
  }

  .column_item .ttl {
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 1.7;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .column_item .thumb {
    width: 300px;
    overflow: hidden;
  }

  .column_item .thumb img {
    height: 168px;
    object-fit: cover;
    transition: .3s;
  }

  .column_item a:hover .thumb img {
    transform: scale(1.1);
  }

}

/*-------------------------------------------*/
/*	SP
/*-------------------------------------------*/

@media screen and (max-width:899px) {

  /* =====================
    sort_menu
  ===================== */

  /*  year
  ------------------------*/

  #sort_menu .year {
    margin-top: 10px;
  }

  /* =====================
    column
  ===================== */

  #column {
    padding-top: 10px;
  }

  /*  column_list
  ------------------------*/

  .column_item .flx {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .column_item {
    border-bottom: 1px solid rgba(23, 23, 23, 0.15);
  }

  .column_item:last-of-type {
    margin-bottom: 0;
  }

  .column_item .column_text {
    width: -webkit-calc( 100% - 140px );
    width: calc( 100% - 140px );
  }

  .column_item a {
    padding: 30px 0;
  }

  .column_item .ttl {
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 1.6;
    letter-spacing: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .column_item .thumb {
    width: 120px;
  }

  .column_item .thumb img {
    height: 67.5px;
    object-fit: cover;
  }

}
