@charset "utf-8";

/* ======================================================
 * js.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  /* ----- font ----- */
  /* Noto Sans */
  .jdc-heading3_title, .jdc-heading3_subtitle,
  .jdc-heading4_title {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* ----- contents-wrap ----- */
  .contents-wrap {
    padding-top: .5em;
  }
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- data-col-pc ----- */
  [data-col-pc]:not([data-col-pc="1"]) {
    display: flex;
    flex-flow: row wrap;
  }
  [data-col-pc] > * {
    margin: 4rem 0 0 36px;
  }
  [data-col-pc="1"] > * {width: 100%;}
  [data-col-pc="2"] > * {width: calc((100% - (36px * 1)) / 2);}
  [data-col-pc="3"] > * {width: calc((100% - (36px * 2)) / 3);}
  [data-col-pc="4"] > * {width: calc((100% - (36px * 3)) / 4);}
  [data-browser="ie11"] [data-col-pc="2"] > * {width: calc(((100% - (36px * 1)) / 2) - 0.1px);}
  [data-browser="ie11"] [data-col-pc="3"] > * {width: calc(((100% - (36px * 2)) / 3) - 0.1px);}
  [data-browser="ie11"] [data-col-pc="4"] > * {width: calc(((100% - (36px * 3)) / 4) - 0.1px);}
  [data-col-pc="1"] > *,
  [data-col-pc="2"] > *:nth-child(2n+1),
  [data-col-pc="3"] > *:nth-child(3n+1),
  [data-col-pc="4"] > *:nth-child(4n+1) {
    margin-left: 0;
  }
  [data-col-pc="1"] > *:first-child,
  [data-col-pc="2"] > *:nth-child(-n+2),
  [data-col-pc="3"] > *:nth-child(-n+3),
  [data-col-pc="4"] > *:nth-child(-n+4) {
    margin-top: 0;
  }
  /* ----- ec-button ----- */
  .ec-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  #main .ec-heading + * {
    margin-top: 1.45em;
  }
  .heading-ec-button-wrap {
    display: flex;
    align-items: center;
    column-gap: 30px;
  }
  .ec-button {
    display: inline-block;
    max-width: 300px;
    min-width: 88px;
    margin-top: 10px;
  }
  .ec-button_link {
    display: inline-block;
    padding: 5px 25px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde!important;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .ec-button_link:hover {
    background-color: #daebfc;
  }
  .heading-ec-icon {
    padding: .2rem 1.3rem;
    font-size: 1.8rem;
    line-height: 1.55;
    color: #fff;
    background-color: #cd3333;
  }

  /* ----- jdc-hero-layout ----- */
  .jdc-hero-layout {
    margin-top: 1em;
  }
  .hero_detail .hero_detail_inner {
    display: flex;
    align-items: baseline;
    padding: 0 41px;
    margin-top: 30px;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .hero_detail .hero_detail_inner .hero_detail_logo {
    width: 284px;
    flex-shrink: 0;
  }
  .hero_detail .hero_detail_inner .hero_detail_txt {
    margin-left: 32px;
  }
  .hero_detail .hero_detail_inner .hero_detail_txt .hero_detail_txt_lead {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.84;
  }
  .hero_detail .hero_detail_inner .hero_detail_txt .hero_detail_txt_sub {
    margin-top: 0.7em;
    font-size: 1.8rem;
    letter-spacing: 2px;
  }

  /* ----- jdc-column-media ----- */
  .jdc-column-media {
    display: flex;
    margin-top: 1.3em;
    column-gap: 27px;
  }
  .jdc-column_image_inner {
    width: 67px;
  }
  .jdc-column_detail {
    flex-grow: 1;
  }
  .jdc-column_detail > .text-lead {
    margin-bottom: 0;
    line-height: 1.4;
  }


  /* ----- jdc-heading2 ----- */
  .jdc-heading2 {
    margin: 2.8em 0 1.75em;
  }
  .jdc-heading2_title {
    font-size: 3.8rem;
    text-align: center;
    font-weight: 700;
    font-family: Lato, Verdana, Arial, Helvetica, sans-serif;
  }
  /* ----- jdc-heading3 ----- */
  #main .jdc-heading3 + * {
    margin-top: 1.5em;
  }
  .jdc-heading3 {
    margin: 3.25em 0 1.5em;
    padding-bottom: .4em;
    border-bottom: 2px solid #ddd;
  }
  .jdc-heading3_inner {
    display: flex;
    column-gap: 27px;
    align-items: center;
  }
  .jdc-heading3_title {
    font-size: 2.8rem;
    font-weight: 500;
  }
  .jdc-heading3_subtitle {
    margin-top: 0.5rem;
    font-size: 1.8rem;
  }
  /* ----- jdc-heading4 ----- */
  #main .jdc-heading4 + * {
    margin-top: 1.5em;
  }
  .jdc-heading4 {
    margin: 3.25em 0 1.5em;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: .3em;
    border-bottom: 1px solid #ddd;
  }
  .jdc-heading4_inner {
    display: flex;
    column-gap: 28px;
    align-items: baseline;
  }
  .jdc-heading4_title {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .jdc-heading4_subtitle {
    font-size: 1.4rem;
  }
  /* ----- jdc-lineup ----- */
  .jdc-lineup-wrap {
    margin-top: 1.5em;
    display: flex;
    column-gap: 72px;
  }
  .jdc-lineup {
    width: calc((100% - (72px * 4)) / 5);
  }
  .jdc-lineup_body {
    margin-top: .9em;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .jdc-lineup_text {
    line-height: 1.5;
    text-align: center;
  }
  .jdc-lineup_level {
    margin-top: .7em;
    padding-top: .6em;
    border-top: 1px solid #969696;
    text-align: center;
    line-height: 1.5;
  }
  .jdc-lineup_foot {
    margin-top: .7em;
  }
  .jdc-lineup_button {
    width: 100%;
  }
  .jdc-lineup_button_type {
    display: block;
    position: relative;
    padding: 3px 24px 4px 3px;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #cd3333;
    background-color: #cd3333;
    text-align: center;
    line-height: 1.5;
  }
  .jdc-lineup_button_type::after {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    background: url(/sp/js/img/index_ic01.svg) no-repeat 0 0 / contain;
    content: '';
  }
  .jdc-lineup_button_type:hover {
    background-color: #fff;
  }
  .jdc-lineup_button_type:hover::after {
    background: url(/common/img/cmn_sprite_ic01.png);
    background-position: 0px -240px;
  }
  .jdc-lineup_button_label {
    color: #fff;
    font-size: 1.6rem;
  }
  .jdc-lineup_button_type:hover > .jdc-lineup_button_label {
    color: #cd3333;
  }

  /* ----- jdc-lineup-v2 ----- */
  .jdc-lineup-v2-wrap {
    margin-top: 1.5em;
    display: flex;
    column-gap: 38px;
  }
  .jdc-lineup-v2 {
    width: calc((100% - (38px * 2)) / 3);
  }
  .jdc-lineup-v2_image {
    text-align: center;
  }
  .jdc-lineup-v2_body {
    margin-top: .4em;
  }
  .jdc-lineup-v2_foot {
    margin-top: .6em;
  }
  .jdc-lineup-v2_text {
    line-height: 1.5;
    text-align: center;
  }
  /* ----- jdc-column ----- */
  .jdc-column_wrap {
    margin-top: 1.5em;
    display: flex;
    column-gap: 56px;
  }
  .jdc-column_inner {
    width: calc(100% - (56px * 2)/ 3);
  }
  /* ----- jdc-figure ----- */
  .jdc-figure-wrap + .jdc-figure-wrap {
    margin-top: 2.5em;
  }
  .jdc-figure_frame:hover {
    opacity: .6;
  }
  .jdc-figure_caption {
    margin-top: .6em;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5;
  }
  /* ----- jdc-item-modal-container ----- */
  .jdc-item-modal-container {
    display: none;
  }
  /* ----- jdc-item-modal-box ----- */
  .jdc-item-modal-box {
    position: relative;
    margin: 0;
    padding: 70px 90px 85px;
  }
  .jdc-item-modal-image {
    display: flex;
    justify-content: center;
  }
  .jdc-item-modal-image > img {
    width: 293px;
  }
  .jdc-item-modal-box_body {
    margin-top: 1.7em;
  }
  .jdc-item-modal-text {
    margin-top: 1em;
    line-height: 1.5;
  }
  /* ----- jdc-item-modal ----- */
  #cboxOverlay.jdc-item-modal {
    background: #000000;
  }
  #colorbox.jdc-item-modal #cboxContent {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
  }
  #colorbox.jdc-item-modal #cboxLoadedContent {
    border: none;
    overflow: auto;
  }
  #colorbox.jdc-item-modal #cboxClose {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    background: url(/sp/js/img/btn-close-2.svg) no-repeat;
    width: 19px;
    height: 19px;
    text-indent: -9999px;
    background-size: contain;
    transition: all .2s ease-out 0s;
  }
  #colorbox.jdc-item-modal #cboxClose:hover {
    opacity: .8;
  }
  /* ----- jdc-gallery ----- */
  .jdc-gallery {
    margin: 40px 0 0;
  }
  .jdc-gallery .gallery_link {
    display: block;
    border-radius: 15px;
    overflow: hidden;
  }
  .jdc-gallery .gallery_link:hover {
    opacity: 0.8;
  }
  .jdc-gallery .gallery_image {
    width: 100%;
  }

  /* ----- モーダル ----- */
  /* ----- jdc-modal-container ----- */
  .jdc-modal-container {
    display: none;
  }
  /* ----- jdc-modal-content ----- */
  .jdc-modal-content {
    position: relative;
    margin: 0;
    padding: 50px 50px 35px;
    background: #ffffff;
  }
  .jdc-modal-image {
    display: flex;
    justify-content: center;
  }
  /* ----- jdc-gallery-modal ----- */
  #cboxOverlay.jdc-gallery-modal {
    background: #000000;
  }
  #colorbox.jdc-gallery-modal #cboxContent {
    background: #fff
  }
  #colorbox.jdc-gallery-modal #cboxLoadedContent {
    border: none;
    overflow: auto;
  }
  #colorbox.jdc-gallery-modal #cboxClose {
    position: absolute;
    top: 12px;
    right: 10px;
    display: block;
    background: url(/sp/js/img/btn-close.png) no-repeat;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
  }
  #colorbox.jdc-gallery-modal #cboxNext,
  #colorbox.jdc-gallery-modal #cboxPrevious {
    display: block!important;
    position: absolute;
    top: 51%;
    margin-top: -30px;
    background: url(/sp/js/img/btn-pager.png) no-repeat;
    width: 20px;
    height: 38px;
    text-indent: -9999px;
    background-size: contain;
  }
  #colorbox.jdc-gallery-modal #cboxPrevious {
    left: 10px;
  }
  #colorbox.jdc-gallery-modal #cboxNext {
    transform: rotate(180deg);
    right: 10px;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}
/* ======================================================
* PC Media Queries
====================================================== */
@media only screen and (min-width: 768px) and (max-width: 1060px) {
  .jdc-lineup-wrap {
    column-gap: 20px;
  }
  .jdc-lineup {
    width: calc((100% - (20px * 4)) / 5);
  }
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  /* ----- font ----- */
  /* Noto Sans */
  .jdc-heading3_title, .jdc-heading3_subtitle,
  .jdc-heading4_title {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- data-col-sp ----- */
  [data-col-sp]:not([data-col-sp="1"]) {
    display: flex;
    flex-flow: row wrap;
  }
  [data-col-sp] > * {
    margin: 1.8rem 0 0 15px;
  }
  [data-col-sp="1"] > * {width: 100%;}
  [data-col-sp="2"] > * {width: calc((100% - (15px * 1)) / 2);}
  [data-col-sp="3"] > * {width: calc((100% - (15px * 2)) / 3);}
  [data-browser="ie11"] [data-col-sp="2"] > * {width: calc(((100% - (15px * 1)) / 2) - 0.1px);}
  [data-browser="ie11"] [data-col-sp="3"] > * {width: calc(((100% - (15px * 2)) / 3) - 0.1px);}
  [data-col-sp="1"] > *,
  [data-col-sp="2"] > *:nth-child(2n+1),
  [data-col-sp="3"] > *:nth-child(3n+1) {
    margin-left: 0;
  }
  [data-col-sp="1"] > *:first-child,
  [data-col-sp="2"] > *:nth-child(-n+2),
  [data-col-sp="3"] > *:nth-child(-n+3) {
    margin-top: 0;
  }
  /* ----- ec-heading ----- */
  .ec-heading {
    margin-bottom: 0;
  }
  #main .ec-heading + * {
    margin-top: .6em;
  }
  .heading-ec-button-wrap {
    margin-top: 1.1em;
    display: flex;
    align-items: center;
    column-gap: 15px;
  }
  .heading-ec-icon {
    display: inline-block;
    padding: .2rem 1.2rem;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #fff;
    background-color: #cd3333;
  }
  .heading-ec-button {
    width: 70px;
  }
  .ec-button {
    margin-top: 17px;
    text-align: center;
  }
  .ec-button_link {
    display: inline-block;
    padding: 2px 19px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 5px;
    color: #418fde!important;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  /* ----- jdc-hero-layout ----- */
  .jdc-hero-layout {
    margin-top: .8em;
  }

  /* ----- jdc-anchor ----- */
  .jdc-anchor {
    margin: 20px auto 0;
  }
  .jdc-anchor .jdc-anchor-list {
    display: block;
  }
  .jdc-anchor .jdc-anchor-list > li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .jdc-anchor .jdc-anchor-list > li + li {
    margin-top: 12px;
  }
  .jdc-anchor .jdc-anchor-list__link {
    position: relative;
    display: inline-block;
    padding-left: 1.8rem;
    color: #333;
  }
  .jdc-anchor .jdc-anchor-list__link::before {
    content: "";
    display: block;
    position: absolute;
    top: .2em;
    left: 2px;
    width: 7.5px;
    height: 7.5px;
    border-right: 1.5px solid #333;
    border-bottom: 1.5px solid #333;
    transform: rotate(45deg);
  }
  .jdc-anchor .jdc-anchor-list__link__label {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
  }
  /* ----- jdc-column-media ----- */
  .jdc-column-media {
    display: flex;
    margin-top: 1.3em;
    column-gap: 14px;
    align-items: center;
  }
  .jdc-column_image_inner {
    width: 52px;
  }
  .jdc-column_detail {
    flex-grow: 1;
  }
  .jdc-column_detail > .text-lead {
    margin-bottom: 0;
    line-height: 1.6;
  }
  /* ----- jdc-heading2 ----- */
  .jdc-heading2 {
    margin-top: 2.9em;
  }
  .jdc-heading2_title {
    font-size: 1.9rem;
    text-align: center;
    font-weight: 700;
    font-family: Lato, Verdana, Arial, Helvetica, sans-serif;
  }
  /* ----- jdc-heading3 ----- */
  #main .jdc-heading3 + * {
    margin-top: 1.5em;
  }
  .jdc-heading3 {
    margin: 3.25em 0 1.5em;
    padding-bottom: .6em;
    border-bottom: 2px solid #ddd;
  }
  .jdc-heading3_inner {
    display: flex;
    column-gap: 13px;
    align-items: center;
  }
  .jdc-heading3_title {
    font-size: 2rem;
    font-weight: 500;
  }
  .jdc-heading3_subtitle {
    font-size: 1.5rem;
  }
  /* ----- jdc-heading4 ----- */
  #main .jdc-heading4 + * {
    margin-top: 1.5em;
  }
  .jdc-heading4 {
    margin: 3.25em 0 1.5em;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: .4em;
    border-bottom: 1px solid #ddd;
  }
  .jdc-heading4_title {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .jdc-heading4_subtitle {
    font-size: 1.3rem;
    line-height: 1.2;
  }
  /* ----- jdc-lineup ----- */
  .jdc-lineup-wrap {
    margin-top: 1.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 18px;
  }
  .jdc-lineup {
    width: calc((100% - 18px) / 2);
  }
  .jdc-lineup_head {
    text-align: center;
  }
  .jdc-lineup_head > img {
    max-width: 91px;
  }
  .jdc-lineup_body {
    margin-top: .6em;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .jdc-lineup_text {
    line-height: 1.5;
    text-align: center;
  }
  .jdc-lineup_level {
    margin-top: .7em;
    padding-top: .8em;
    border-top: 1px solid #969696;
    text-align: center;
    line-height: 1.4;
  }
  .jdc-lineup_button_star {
    font-size: 1.8rem;
    letter-spacing: 8px;
    margin-right: -8px;
  }
  .jdc-lineup_foot {
    margin-top: .6em;
  }
  .jdc-lineup_button {
    width: 100%;
  }
  .jdc-lineup_button_type {
    display: block;
    position: relative;
    padding: 0 23px 4px 3px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #cd3333;
    text-align: center;
    line-height: 1.5;
  }
  .jdc-lineup_button_type::after {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: url(/sp/js/img/index_ic01.svg) no-repeat 0 0 / contain;
    content: '';
  }
  .jdc-lineup_button_label {
    color: #fff;
    font-size: 1.4rem;
  }

  /* ----- jdc-lineup-v2 ----- */
  .jdc-lineup-v2-wrap {
    margin-top: 1.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 18px;
  }
  .jdc-lineup-v2 {
    width: calc((100% - 18px) / 2);
  }
  .jdc-lineup-v2_image {
    text-align: center;
  }
  .jdc-lineup-v2_body {
    margin-top: .2em;
  }
  .jdc-lineup-v2_foot {
    margin-top: .7em;
  }
  .jdc-lineup-v2_text {
    line-height: 1.5;
    text-align: center;
  }
  /* ----- jdc-column ----- */
  .jdc-column_wrap {
    margin-top: 1.5em;
  }
  .jdc-column_inner {
    display: flex;
    column-gap: 18px;
    width: 100%;
  }
  .jdc-column_inner + .jdc-column_inner {
    margin-top: 1.5em;
  }
  /* ----- jdc-figure ----- */
  .jdc-figure_caption {
    margin-top: .6em;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
  }

  /* ----- jdc-item-modal-container ----- */
  .jdc-item-modal-container {
    display: none;
  }
  /* ----- jdc-item-modal ----- */
  #cboxOverlay.jdc-item-modal {
    background: #000000;
  }
  #colorbox.jdc-item-modal #cboxContent {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
  }
  #colorbox.jdc-item-modal #cboxLoadedContent {
    border: none;
    overflow: auto;
  }
  #colorbox.jdc-item-modal #cboxClose {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    background: url(/sp/js/img/btn-close-2.svg) no-repeat;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    background-size: contain;
    transition: all .2s ease-out 0s;
  }
  #colorbox.jdc-item-modal #cboxClose:hover {
    opacity: .8;
  }
  /* ----- jdc-item-modal-box ----- */
  .jdc-item-modal-box {
    position: relative;
    margin: 0;
    padding: 60px 45px;
  }
  .jdc-item-modal-image {
    display: flex;
    justify-content: center;
  }
  .jdc-item-modal-image > img {
    width: 147px;
  }
  .jdc-item-modal-box_body {
    margin-top: 1.7em;
  }
  .jdc-item-modal-text {
    margin-top: 1em;
    line-height: 1.5;
  }

  /* ----- jdc-gallery ----- */
  .jdc-gallery {
    margin: 30px 0 0;
  }
  .jdc-gallery .gallery_link {
    display: block;
    border-radius: 8px;
    overflow: hidden;
  }
  .jdc-gallery .gallery_image {
    width: 100%;
  }
  /* ----- モーダル ----- */
  /* ----- jdc-modal-container ----- */
  .jdc-modal-container {
    display: none;
  }
  /* ----- jdc-modal-content ----- */
  .jdc-modal-content {
    position: relative;
    margin: 0;
    padding: 30px 30px 20px;
    background-color: #ffffff;
  }

  /* ----- jdc-gallery-modal ----- */
  #colorbox.jdc-gallery-modal #cboxContent {
    background: #fff;
    margin-top: 0;
  }
  #colorbox.jdc-gallery-modal #cboxLoadedContent {
    border: none;
    overflow: auto;
  }
  #colorbox.jdc-gallery-modal #cboxClose {
    position: absolute;
    top: 3px;
    right: 4px;
    display: block;
    background: url(/sp/js/img/btn-close.png) no-repeat;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background-size: contain;
  }
  #colorbox.jdc-gallery-modal #cboxNext,
  #colorbox.jdc-gallery-modal #cboxPrevious {
    display: block!important;
    position: absolute;
    top: 51%;
    margin-top: -16px;
    background: url(/sp/js/img/btn-pager.png) no-repeat;
    width: 14px;
    height: 25px;
    text-indent: -9999px;
    background-size: contain;
  }
  #colorbox.jdc-gallery-modal #cboxPrevious {
    left: 6px;
  }
  #colorbox.jdc-gallery-modal #cboxNext {
    transform: rotate(180deg);
    right: 6px;
  }
  #cboxOverlay.jdc-gallery-modal {
    background: #000000;
  }
}
/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (min-width: 361px) and (max-width: 400px) {
}
@media only screen and (min-width: 341px) and (max-width: 360px) {
}
@media only screen and (max-width: 340px) {
}
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@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: 375px) {
}
@media only screen and (max-width: 320px) {
}
***/



/* ======================================================
 * Print
====================================================== */
@media print {
}