@charset "utf-8";

/* ======================================================
 * home.css
 * ------------------------------------------------------
 * Base
 * - Reset
 * @media print, screen and (min-width: 768px)
 * - Override
 * - Parts
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Override
 * - Parts
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */


/* ======================================================
 * Base
====================================================== */

/* ------------------------------------------------------
 * Reset
------------------------------------------------------ */

/* ------------------------------------------------------
 * Override
------------------------------------------------------ */


/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  /* ----- ert-slider ----- */
  .ert-slider {
    margin-top: 2.5em;
    text-align: center;
  }
  .ert-slider .ert-slider_list {
    position: relative;
  }
  .ert-slider .ert-slider_list .ert-slider_item img {
    margin: 0 auto;
  }
  .ert-slider .ert-slider_control {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
  }
  .ert-slider .ert-slider_arrow .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    text-indent: -9999em;
    outline: none;
    cursor: pointer;
    transform: translateY(-50%) rotate(-45deg);
    transition: opacity .2s ease-out 0s;
  }
  .ert-slider .ert-slider_arrow .slick-arrow:hover {
    opacity: .7;
  }
  .ert-slider .ert-slider_arrow .slick-arrow.slick-prev {
    left: 2px;
    border-top: 1px solid #696969;
    border-left: 1px solid #696969;
  }
  .ert-slider .ert-slider_arrow .slick-arrow.slick-next {
    right: 2px;
    border-right: 1px solid #696969;
    border-bottom: 1px solid #696969;
  }
  .ert-slider .ert-slider_list.is-maximum .slick-arrow.slick-prev {
    left: 3px;
    margin-left: 0;
  }
  .ert-slider .ert-slider_list.is-maximum .slick-arrow.slick-next {
    right: 3px;
    margin-right: 0;
  }
  .ert-slider .ert-slider_pager .slick-dots {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .ert-slider .ert-slider_pager .slick-dots > li {
    display: flex;
    align-items: center;
    height: 20px;
    padding: 0 15px;
  }
  .ert-slider .ert-slider_pager .slick-dots > li button {
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #ccc;
    border-radius: 50%;
    text-indent: -9999em;
    outline: none;
    cursor: pointer;
    transition: background-color .2s ease-out 0s;
  }
  .ert-slider .ert-slider_pager .slick-dots > li button:hover {
    background-color: #333;
  }
  .ert-slider .ert-slider_pager .slick-dots > li.slick-active button {
    background-color: #ff0000;
  }
  .ert-slider .ert-slider_pager{
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 15px;
  }
  .ert-slider .ert-slider_switch {
    display: flex;
    align-items: center;
    
        margin: 0 0 0 20px;
  }
  .ert-slider .ert-slider_switch__pause,
  .ert-slider .ert-slider_switch__play {
    display: inline-block;
    position: relative;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    text-indent: -9999em;
  }
  .ert-slider .ert-slider_switch__pause {
    width: 14px;
    height: 20px;
  }
  .ert-slider .ert-slider_switch__pause::before,
  .ert-slider .ert-slider_switch__pause::after {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #ccc;
    content: "";
    transition: background .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .ert-slider .ert-slider_switch__pause::before {
    left: 0;
  }
  .ert-slider .ert-slider_switch__pause::after {
    right: 0;
  }
  .ert-slider .ert-slider_switch__play {
    display: none;
    width: 14px;
    height: 20px;
  }
  .ert-slider .ert-slider_switch__play::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -9px 0 0;
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent transparent transparent #ccc;
    content: "";
    transition: border .25s cubic-bezier(.4,0,.2,1) 0s;
  }


  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
}


/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 812px) {
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
  
  /* ----- ert-slider ----- */
  .ert-slider {
    margin-top: 2.5em;
    text-align: center;
  }
  .ert-slider .ert-slider_list {
    position: relative;
  }
  .ert-slider .ert-slider_list .ert-slider_item img {
    margin: 0 auto;
  }
  .ert-slider .ert-slider_control {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
  }
  .ert-slider .ert-slider_arrow .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    text-indent: -9999em;
    outline: none;
    cursor: pointer;
    transform: translateY(-50%) rotate(-45deg);
  }
  .ert-slider .ert-slider_arrow .slick-arrow.slick-prev {
    left: 2px;
    border-top: 1px solid #696969;
    border-left: 1px solid #696969;
  }
  .ert-slider .ert-slider_arrow .slick-arrow.slick-next {
    right: 2px;
    border-right: 1px solid #696969;
    border-bottom: 1px solid #696969;
  }
  .ert-slider .ert-slider_list.is-maximum .slick-arrow.slick-prev {
    left: 3px;
    margin-left: 0;
  }
  .ert-slider .ert-slider_list.is-maximum .slick-arrow.slick-next {
    right: 3px;
    margin-right: 0;
  }
  .ert-slider .ert-slider_pager .slick-dots {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .ert-slider .ert-slider_pager .slick-dots > li {
    display: flex;
    align-items: center;
    height: 20px;
    padding: 0 15px;
  }
  .ert-slider .ert-slider_pager .slick-dots > li button {
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #ccc;
    border-radius: 50%;
    text-indent: -9999em;
    outline: none;
    cursor: pointer;
  }
  .ert-slider .ert-slider_pager .slick-dots > li.slick-active button {
    background-color: #ff0000;
  }
  .ert-slider .ert-slider_pager{
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 15px;
  }
  .ert-slider .ert-slider_switch {
    display: flex;
    align-items: center;
    margin: 0 0 0 20px;
  }
  .ert-slider .ert-slider_switch__pause,
  .ert-slider .ert-slider_switch__play {
    display: inline-block;
    position: relative;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    text-indent: -9999em;
  }
  .ert-slider .ert-slider_switch__pause {
    width: 14px;
    height: 20px;
  }
  .ert-slider .ert-slider_switch__pause::before,
  .ert-slider .ert-slider_switch__pause::after {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #ccc;
    content: "";
    transition: background .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .ert-slider .ert-slider_switch__pause::before {
    left: 0;
  }
  .ert-slider .ert-slider_switch__pause::after {
    right: 0;
  }
  .ert-slider .ert-slider_switch__play {
    display: none;
    width: 14px;
    height: 20px;
  }
  .ert-slider .ert-slider_switch__play::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -9px 0 0;
    border-width: 9px 14px;
    border-style: solid;
    border-color: transparent transparent transparent #ccc;
    content: "";
    transition: border .25s cubic-bezier(.4,0,.2,1) 0s;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}


/* ======================================================
 * Print
====================================================== */
@media print {
}