@charset "utf-8";

/* ======================================================
 * clr-sel.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
====================================================== */

/* ======================================================
 * Font
====================================================== */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  .contents-wrap[data-contents-type="clr-sel"] {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #1c1c1c;
  }
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- heading-ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 100px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 88px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ec-heading .ec-button_link {
    display: inline-block;
    padding: 5px 24px 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-heading .ec-button_link:hover {
    background-color: #daebfc;
  }
  
  /* ----- clr-sel-navi-anchor ----- */
  .clr-sel-navi-anchor {
    margin-top: 43px;
  }
  .clr-sel-navi-anchor .clr-sel-navi_inner {
    display: flex;
    flex-wrap: wrap;
  }
  .clr-sel-navi-anchor .clr-sel-navi_inner > li {
    width: calc((100% - 22px * 4) / 5);
    margin-top: 22px;
    margin-right: 22px;
  }
  .clr-sel-navi-anchor .clr-sel-navi_inner > li:nth-child(5n) {
    margin-right: 0;
  }
  .clr-sel-navi-anchor .clr-sel-navi_inner > li:nth-of-type(-n+5) {
    margin-top: 0;
  }
  .clr-sel-navi-anchor .clr-sel-navi_inner > li > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .clr-sel-navi-anchor .clr-sel-navi_inner > li > a > .clr-sel-navi_label {
    overflow: hidden;
    display: inline-block;
    outline: none;
    text-indent: -9999em;
  }
  .clr-sel-navi-anchor .clr-sel-navi_inner > li > a::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
  }
  .clr-sel-navi-anchor .clr-sel-navi_inner > li > a::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
  }
  .clr-sel-navi-anchor .clr-sel-navi_inner > li > a:hover::after {
    display: none;
  }
  .clr-sel-navi-anchor .clr-sel-navi_inner > li.navi-refrenu > a::before {
    background: url("/sp/clr-sel/img/clr-sel_anchor_tx01on.png") no-repeat 0 0;
    background-size: contain;
  }
  .clr-sel-navi-anchor .clr-sel-navi_inner > li.navi-refrenu > a::after {
    background: url("/sp/clr-sel/img/clr-sel_anchor_tx01.png") no-repeat 0 0;
    background-size: contain;
  }
  .clr-sel-navi-anchor .clr-sel-navi_inner > li.navi-compack > a::before {
    background: url("/sp/clr-sel/img/clr-sel_anchor_tx02on.png") no-repeat 0 0;
    background-size: contain;
  }
  .clr-sel-navi-anchor .clr-sel-navi_inner > li.navi-compack > a::after {
    background: url("/sp/clr-sel/img/clr-sel_anchor_tx02.png") no-repeat 0 0;
    background-size: contain;
  }
  .clr-sel-navi-anchor .clr-sel-navi_inner > li.navi-patanto > a::before {
    background: url("/sp/clr-sel/img/clr-sel_anchor_tx03on.png") no-repeat 0 0;
    background-size: contain;
  }
  .clr-sel-navi-anchor .clr-sel-navi_inner > li.navi-patanto > a::after {
    background: url("/sp/clr-sel/img/clr-sel_anchor_tx03.png") no-repeat 0 0;
    background-size: contain;
  }
  .clr-sel-navi-anchor .clr-sel-navi_inner > li.navi-uper-hard-holder > a::before {
    background: url("/sp/clr-sel/img/clr-sel_anchor_tx04on.png") no-repeat 0 0;
    background-size: contain;
  }
  .clr-sel-navi-anchor .clr-sel-navi_inner > li.navi-uper-hard-holder > a::after {
    background: url("/sp/clr-sel/img/clr-sel_anchor_tx04.png") no-repeat 0 0;
    background-size: contain;
  }
  
  /* ----- clr-sel-onsale ----- */
  .clr-sel-onsale {
    margin-top: .9em;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }
  
  /* ----- clr-sel-layout ----- */
  .clr-sel-layout {
    margin-top: 55px;
  }
  #anc-clr-sel-02.clr-sel-layout {
    margin-top: 104px;
  }
  #anc-clr-sel-03.clr-sel-layout {
    margin-top: 103px;
  }
  #anc-clr-sel-04.clr-sel-layout {
    margin-top: 106px;
  }
  
  /* ----- clr-sel-heading-v1 ----- */
  .clr-sel-heading-v1 {
    display: flex;
    align-items: center;
    padding-top: 30px;
  }
  .clr-sel-heading-v1 .clr-sel-heading__image {
    margin-right: 22px;
  }
  .clr-sel-heading-v1 .clr-sel-heading__title {
    line-height: 1.1;
    font-size: 1.6rem;
  }
  
  /* ----- clr-sel-lead ----- */
  .clr-sel-lead {
    margin-top: .7em;
    font-size: 2.0rem;
  }
  
  /* ----- clr-sel-image-col ----- */
  .clr-sel-image-col {
    display: grid;
    width: 100%;
    grid-template-columns: 2.0789fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 2.5%;
    grid-row-gap: 3.798%;
    margin-top: 2.0em;
  }
  .clr-sel-image-col .clr-sel-image-item {
    position: relative;
  }
  .clr-sel-image-col .clr-sel-image-item:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2; 
  }
  .clr-sel-image-col .clr-sel-image-item:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
  }
  .clr-sel-image-col .clr-sel-image-item:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
  }
  .clr-sel-image-col .clr-sel-image-item .clr-sel-image-detail {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 1em 1.5em;
    font-size: 2.0rem;
  }
  
  /* ----- clr-sel-heading-v2 ----- */
  .clr-sel-heading-v2-wrap {
    display: flex;
    align-items: center;
    margin-top: 3.15em;
    padding-bottom: .7em;
    border-bottom: solid 1px #231815;
  }
  .clr-sel-heading-v2-wrap .clr-sel-heading-v2 {
    width: 35.083%;
  }
  .clr-sel-heading-v2-wrap .clr-sel-heading-v2 .clr-sel-heading__title {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .clr-sel-heading-v2-wrap .clr-sel-color-list {
    display: flex;
    width: 64.917%;
    padding-top: 4px;
  }
  .clr-sel-heading-v2-wrap .clr-sel-color-list > li {
    white-space: nowrap;
    width: calc(100% / 5);
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .clr-sel-heading-v2-wrap .clr-sel-color-list > li.color-pink {
    padding-left: 4.621%;
  }
  .clr-sel-heading-v2-wrap .clr-sel-color-list > li.color-yellow {
    padding-left: 4.749%;
  }
  .clr-sel-heading-v2-wrap .clr-sel-color-list > li.color-green {
    padding-left: 5.135%;
  }
  .clr-sel-heading-v2-wrap .clr-sel-color-list > li.color-blue {
    padding-left: 4.365%;
  }
  .clr-sel-heading-v2-wrap .clr-sel-color-list > li.color-black {
    padding-left: 6.547%;
  }
  .clr-sel-heading-v2-wrap .clr-sel-color-list > li::before {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 9px;
    margin-bottom: .2em;
    border-radius: 50%;
    vertical-align: middle;
    content: "";
  }
  .clr-sel-heading-v2-wrap .clr-sel-color-list > li.color-pink::before {
    background: #f4cfcf;
  }
  .clr-sel-heading-v2-wrap .clr-sel-color-list > li.color-yellow::before {
    background: #fff38c;
  }
  .clr-sel-heading-v2-wrap .clr-sel-color-list > li.color-green::before {
    background: #7b886b;
  }
  .clr-sel-heading-v2-wrap .clr-sel-color-list > li.color-blue::before {
    background: #c6dddd;
  }
  .clr-sel-heading-v2-wrap .clr-sel-color-list > li.color-black::before {
    background: #635d55;
  }
  
  /* ----- clr-sel-product-layout ----- */
  .clr-sel-product-layout {
    display: flex;
    align-items: center;
    padding-top: 26px;
  }
  .clr-sel-product-layout + .clr-sel-product-layout {
    margin-top: 27px;
    border-top: solid 1px #ccc;
  }
  .clr-sel-product-layout .clr-sel-product-detail {
    position: relative;
    width: 35.083%;
    padding-right: 41px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .clr-sel-product-layout .clr-sel-product-detail::after {
    position: absolute;
    top: 0;
    right: 20px;
    display: block;
    width: 1px;
    height: 100%;
    background: #ccc;
    content: "";
  }
  .clr-sel-product-layout .clr-sel-product-detail .clr-sel-product-number {
    line-height: 1.7;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .clr-sel-product-layout .clr-sel-product-detail .clr-sel-product-size {
    line-height: 1.3;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .clr-sel-product-layout .clr-sel-product-detail .clr-sel-product-price-wrap {
    display: flex;
    align-items: center;
  }
  .clr-sel-product-layout .clr-sel-product-detail .clr-sel-product-price {
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .clr-sel-product-layout .clr-sel-product-detail .clr-sel-product-price .price-highlight {
    font-size: 2.0rem;
    font-weight: bold;
  }
  .clr-sel-product-layout .clr-sel-product-detail .clr-sel-product-price-ec-button {
    margin-left: 15px;
  }
  .clr-sel-product-layout .clr-sel-product-detail .clr-sel-product-price-ec-button .ec-button_link {
    display: inline-block;
    line-height: 26px;
    width: 86px;
    padding-top: 2px;
    border: solid 2px #418fde;
    border-radius: 6px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #418fde;
    text-align: center;
  }
  .clr-sel-product-layout .clr-sel-product-detail .clr-sel-product-price-ec-button .ec-button_link:hover {
    background: #daebfc;
  }
  .clr-sel-product-layout .clr-sel-product-detail .clr-sel-product-spec {
    margin-top: .7em;
    font-size: 1.6rem;
  }
  .clr-sel-product-layout .clr-sel-product-detail .clr-sel-product-notes {
    margin-top: .7em;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.4rem;
    color: #555;
  }
  .clr-sel-product-layout .clr-sel-product-image {
    width: 64.917%;
  }
  
  
  /* ----- clr-sel-note ----- */
  .clr-sel-note {
    width: 645px;
    margin: 50px auto 0;
  }
  .clr-sel-note > .note_list > li {
    position: relative;
    padding-left: 1.5em;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: -.8px;
    color: #1c1c1c;
  }
  .clr-sel-note > .note_list > li + li {
    margin-top: 0;
  }
  .clr-sel-note > .note_list > li::before {
    position: absolute;
    top: .6em;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: #1c1c1c;
    border-radius: 50%;
    content: "";
  }
  
  
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .cheers-series-media::after,
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * 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: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 812px) {
}


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  .contents-wrap[data-contents-type="clr-sel"] {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #1c1c1c;
  }
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- heading-ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 80px;
  }
  .ec-heading .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 70px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ec-heading .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;
  }
  
  /* ----- clr-sel-navi-anchor ----- */
  .clr-sel-navi-anchor {
    margin-top: 20px;
  }
  .clr-sel-navi-anchor .clr-sel-navi_inner {
    display: flex;
    flex-wrap: wrap;
  }
  .clr-sel-navi-anchor .clr-sel-navi_inner > li {
    width: calc((100% - 12px * 2) / 3);
    margin-top: 12px;
    margin-right: 12px;
  }
  .clr-sel-navi-anchor .clr-sel-navi_inner > li:nth-child(3n) {
    margin-right: 0;
  }
  .clr-sel-navi-anchor .clr-sel-navi_inner > li:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .clr-sel-navi-anchor .clr-sel-navi_inner > li > a {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  /* ----- clr-sel-onsale ----- */
  .clr-sel-onsale {
    margin-top: .9em;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
  }
  
  /* ----- clr-sel-layout ----- */
  .clr-sel-layout {
    margin-top: 32px;
  }
  #anc-clr-sel-02.clr-sel-layout {
    margin-top: 70px;
  }
  #anc-clr-sel-03.clr-sel-layout {
    margin-top: 70px;
  }
  #anc-clr-sel-04.clr-sel-layout {
    margin-top: 71px;
  }
  
  /* ----- clr-sel-heading-v1 ----- */
  .clr-sel-heading-v1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 20px;
  }
  .clr-sel-heading-v1 .clr-sel-heading__image {
    margin-right: 12px;
  }
  #anc-clr-sel-01 .clr-sel-heading-v1 .clr-sel-heading__image {
    width: 137px;
  }
  #anc-clr-sel-02 .clr-sel-heading-v1 .clr-sel-heading__image {
    width: 137px;
  }
  #anc-clr-sel-03 .clr-sel-heading-v1 .clr-sel-heading__image {
    width: 148px;
  }
  #anc-clr-sel-04 .clr-sel-heading-v1 .clr-sel-heading__image {
    width: 345px;
    margin-right: 0;
  }
  .clr-sel-heading-v1 .clr-sel-heading__image > img {
    width: auto;
    height: 21px;
  }
  .clr-sel-heading-v1 .clr-sel-heading__title {
    line-height: 1.1;
    font-size: 1.2rem;
  }
  #anc-clr-sel-04 .clr-sel-heading-v1 .clr-sel-heading__title {
    margin-top: .7em;
  }
  
  /* ----- clr-sel-lead ----- */
  .clr-sel-lead {
    margin-top: .7em;
    font-size: 1.6rem;
  }
  
  /* ----- clr-sel-image-col ----- */
  .clr-sel-image-col {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1.6em;
  }
  .clr-sel-image-col .clr-sel-image-item {
    position: relative;
  }
  .clr-sel-image-col .clr-sel-image-item:nth-child(1) {
    width: 100%;
  }
  .clr-sel-image-col .clr-sel-image-item:nth-child(2) {
    width: calc((100% - 15px) / 2);
    margin: 15px 15px 0 0;
  }
  .clr-sel-image-col .clr-sel-image-item:nth-child(3) {
    width: calc((100% - 15px) / 2);
    margin: 15px 0 0 0;
  }
  .clr-sel-image-col .clr-sel-image-item .clr-sel-image-detail {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 1em 1.3em;
    font-size: 1.2rem;
  }
  
  /* ----- clr-sel-heading-v2 ----- */
  .clr-sel-heading-v2-wrap {
    margin-top: 1.6em;
    padding-bottom: .8em;
    border-bottom: solid 1px #231815;
  }
  .clr-sel-heading-v2-wrap .clr-sel-heading-v2 .clr-sel-heading__title {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .clr-sel-heading-v2-wrap .clr-sel-color-list {
    display: none;
  }
  
  /* ----- clr-sel-product-layout ----- */
  .clr-sel-product-layout {
    padding-top: 18px;
  }
  .clr-sel-product-layout + .clr-sel-product-layout {
    margin-top: 20px;
    border-top: solid 1px #ccc;
  }
  .clr-sel-product-layout .clr-sel-product-detail {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .clr-sel-product-layout .clr-sel-product-detail .clr-sel-product-number {
    line-height: 1.7;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .clr-sel-product-layout .clr-sel-product-detail .clr-sel-product-size {
    line-height: 1.6;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .clr-sel-product-layout .clr-sel-product-detail .clr-sel-product-price-wrap {
    display: flex;
    align-items: center;
  }
  .clr-sel-product-layout .clr-sel-product-detail .clr-sel-product-price {
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .clr-sel-product-layout .clr-sel-product-detail .clr-sel-product-price .price-highlight {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .clr-sel-product-layout .clr-sel-product-detail .clr-sel-product-price-ec-button {
    margin-left: 10px;
  }
  .clr-sel-product-layout .clr-sel-product-detail .clr-sel-product-price-ec-button .ec-button_link {
    display: inline-block;
    line-height: 25px;
    width: 62px;
    padding-top: 2px;
    border: solid 2px #418fde;
    border-radius: 6px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #418fde;
    text-align: center;
  }
  .clr-sel-product-layout .clr-sel-product-detail .clr-sel-product-spec {
    margin-top: .5em;
    line-height: 1.6;
    font-size: 1.4rem;
  }
  .clr-sel-product-layout .clr-sel-product-detail .clr-sel-product-notes {
    margin-top: .6em;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.1rem;
    color: #555;
  }
  .clr-sel-product-layout .clr-sel-product-image {
    margin-top: 15px;
  }
  
  
  
  /* ----- clr-sel-note ----- */
  .clr-sel-note {
    margin-top: 71px;
  }
  .clr-sel-note > .note_list > li {
    position: relative;
    padding-left: 1.4em;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.2px;
    color: #1c1c1c;
  }
  .clr-sel-note > .note_list > li + li {
    margin-top: 0;
  }
  .clr-sel-note > .note_list > li::before {
    position: absolute;
    top: .5em;
    left: 4px;
    width: 8px;
    height: 8px;
    background-color: #1c1c1c;
    border-radius: 50%;
    content: "";
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@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 (min-width: 700px) and (max-width: 767px) {
}
@media only screen and (min-width: 600px) and (max-width: 699px) {
}
@media only screen and (min-width: 500px) and (max-width: 599px) {
}
@media only screen and (min-width: 500px) and (max-width: 767px) {
}
@media only screen and (min-width: 400px) and (max-width: 767px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 365px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 355px) {
}
@media only screen and (max-width: 335px) {
}
@media only screen and (max-width: 320px) {
}


/* ======================================================
 * Print
====================================================== */
@media print {
}