@charset "utf-8";

/* ======================================================
 * cheers.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="cheers"] {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #1c1c1c;
  }
  .cheers-heading .heading_title,
  .cheers-series-heading .heading_title {
    font-family: "Josefin Sans", "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  /* ------------------------------------------------------
   * 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;
  }
  
  /* ----- cheers-hero-layout ----- */
  .cheers-hero-layout {
  }
  .cheers-hero-layout > .hero_visual {
    position: relative;
  }
  .cheers-hero-layout > .hero_visual .slick-dots {
    position: absolute;
    left: 0;
    bottom: 23px;
    width: 100%;
    text-align: center;
  }
  .cheers-hero-layout > .hero_visual .slick-dots > li {
    width: 10px;
    height: 10px;
    display: inline-block;
  }
  .cheers-hero-layout > .hero_visual .slick-dots > li + li {
    margin-left: 10px;
  }
  .cheers-hero-layout > .hero_visual .slick-dots > li > button {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    text-indent: -9999em;
    font-size: 0;
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
    outline: none;
    opacity: .5;
  }
  .cheers-hero-layout > .hero_visual .slick-dots > li.slick-active > button {
    opacity: 1.0;
  }
  .cheers-hero-layout > .hero_caption {
    text-align: right;
    margin-top: 3px;
    font-weight: 700;
  }
  .cheers-hero-layout > .hero_lead {
    padding: 30px 0 15px;
  }
  .cheers-hero-layout > .hero_lead > p {
    font-size: 2.6rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.45;
    letter-spacing: .1em;
    color: #11a196;
  }
  
  /* ----- cheers-hero-column ----- */
  .cheers-hero-column {
    margin-top: 40px;
  }
  .cheers-hero-column[data-row-pc="2"] > .column_item:nth-child(n+3),
  .cheers-hero-column[data-row-pc="3"] > .column_item:nth-child(n+4),
  .cheers-hero-column[data-row-pc="4"] > .column_item:nth-child(n+5) {
    margin-top: 40px;
  }
  .cheers-hero-column > .column_item > *:first-child {
    margin-top: 0;
  }
  
  
  /* ----- cheers-layout ----- */
  [class^="cheers-layout"] {
    padding: 63px 0;
  }
  .cheers-layout:last-child {
    padding-bottom: 0;
  }
  /* v2 */
  .cheers-layout-v2 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background-color: #f2f8fa;
  }
  .cheers-layout-v2 .cheers_inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .cheers-layout-v2 .navi-anchor {
    margin: 30px 0 30px;
  }
  
  /* ----- cheers-heading ----- */
  .cheers-heading {
  }
  .cheers-heading > .block {
    display: block;
  }
  .cheers-heading .heading_title {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 3px;
  }
  /* v2 */
  .cheers-heading-v2 {
    padding: 30px 0 30px;
  }
  .cheers-heading-v2 > .block {
    display: block;
    text-align: center;
  }
  .cheers-heading-v2 > .block-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cheers-heading-v2 .heading_title {
    display: inline-block;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.7px;
  }
  
  .cheers-heading-v3 {
    display: block;
    text-align: center;
  }
  
  /* ----- cheers-product-lineup-layout ----- */
  .cheers-product-lineup-layout {
    padding: 5px 40px 20px;
    background-color: #ffffff;
  }
  /* ----- cheers-product-lineup-column ----- */
  .cheers-product-lineup-column[data-row-pc]:not([data-row-pc="1"]) {
    justify-content: center;
  }
  .cheers-product-lineup-column[data-row-pc]:not([data-row-pc="1"]) > .column_item {
    margin-left: 40px;
  }
  .cheers-product-lineup-column[data-row-pc="2"] > .column_item {width: calc((100% - (40px * 1)) / 2);}
  .cheers-product-lineup-column[data-row-pc="3"] > .column_item {width: calc((100% - (40px * 2)) / 3);}
  .cheers-product-lineup-column[data-row-pc="4"] > .column_item {width: calc((100% - (40px * 3)) / 4);}
  .cheers-product-lineup-column[data-row-pc="5"] > .column_item {width: calc((100% - (40px * 4)) / 5);}
  [data-browser="ie11"] .cheers-product-lineup-column[data-row-pc="2"] > .column_item {width: calc(((100% - (40px * 1)) / 2) - 0.1px);}
  [data-browser="ie11"] .cheers-product-lineup-column[data-row-pc="3"] > .column_item {width: calc(((100% - (40px * 2)) / 3) - 0.1px);}
  [data-browser="ie11"] .cheers-product-lineup-column[data-row-pc="4"] > .column_item {width: calc(((100% - (40px * 3)) / 4) - 0.1px);}
  [data-browser="ie11"] .cheers-product-lineup-column[data-row-pc="5"] > .column_item {width: calc(((100% - (40px * 4)) / 5) - 0.1px);}
  [data-browser="edge"] .cheers-product-lineup-column[data-row-pc="2"] > .column_item {width: calc(((100% - (40px * 1)) / 2) - 0.1px);}
  [data-browser="edge"] .cheers-product-lineup-column[data-row-pc="3"] > .column_item {width: calc(((100% - (40px * 2)) / 3) - 0.1px);}
  [data-browser="edge"] .cheers-product-lineup-column[data-row-pc="4"] > .column_item {width: calc(((100% - (40px * 3)) / 4) - 0.1px);}
  [data-browser="edge"] .cheers-product-lineup-column[data-row-pc="5"] > .column_item {width: calc(((100% - (40px * 4)) / 5) - 0.1px);}
  .cheers-product-lineup-column[data-row-pc="2"] > .column_item:nth-child(2n+1),
  .cheers-product-lineup-column[data-row-pc="3"] > .column_item:nth-child(3n+1),
  .cheers-product-lineup-column[data-row-pc="4"] > .column_item:nth-child(4n+1),
  .cheers-product-lineup-column[data-row-pc="5"] > .column_item:nth-child(5n+1) {
    margin-left: 0;
  }
  .cheers-product-lineup-column[data-row-pc="1"] > .column_item + .column_item,
  .cheers-product-lineup-column[data-row-pc="2"] > .column_item:nth-child(n+3),
  .cheers-product-lineup-column[data-row-pc="3"] > .column_item:nth-child(n+4),
  .cheers-product-lineup-column[data-row-pc="4"] > .column_item:nth-child(n+5),
  .cheers-product-lineup-column[data-row-pc="5"] > .column_item:nth-child(n+6) {
    margin-top: 20px;
  }
  
  /* ----- cheers-text-lead ----- */
  .cheers-text-lead {
    margin-top: 19px;
    font-size: 2.0rem;
    text-align: center;
    letter-spacing: 1px;
  }
  
  /* ----- cheers-image ----- */
  .cheers-image {
  }
  .cheers-image .image_caption {
    margin-top: 5px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
  }
  
  /* ----- cheers-product-layout ----- */
  .cheers-product-layout {
    margin: 50px auto 0;
  }
  .cheers-product-layout .product_item {
    padding-bottom: 57px;
  }
  .cheers-product-layout .product_item:last-of-type {
    margin-bottom: 10px;
    padding-bottom: 125px;
    border-bottom: 2px solid #727171;
  }
  .cheers-product-layout .product_item_last {
    padding-bottom: 57px!important;
    border-bottom: none!important;
  }
  .cheers-product-layout .product_heading + * {
    margin-top: 15px;
  }
  .cheers-product-layout .product_heading > .heading_title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.25;
  }
  .cheers-product-layout .product_table {
    font-size: 1.6rem;
    margin-top: 15px;
  }
  .cheers-product-layout .product_table > .table_inner {
    border: none;
  }
  .cheers-product-layout .product_table th,
  .cheers-product-layout .product_table td {
    padding: 10px 0;
    background-color: #fff;
    border: none;
    vertical-align: middle;
  }
  .cheers-product-layout .product_table th {
    color: #727171;
  }
  .cheers-product-layout .table-ec {
    display: flex;
    align-items: center;
  }
  .cheers-product-layout .table-ec-button {
    margin-left: 10px;
    max-width: 250px;
    min-width: 88px;
    vertical-align: top;
  }
  .cheers-product-layout .table-ec-button_link {
    display: inline-block;
    padding: 5px 25px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde;
    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;
  }
  .cheers-product-layout .table-ec-button_link:hover {
    background-color: #daebfc;
  }
  
  /* ----- cheers-modal-container ----- */
  .cheers-modal-container {
    display: none;
  }
  
  /* ----- cheers-modal-content ----- */
  .cheers-modal-content {
    position: relative;
    margin: 0 60px;
    border-radius: 10px;
    padding: 4.0625em 4.375em;
    background: #ffffff;
  }
  /* v2 */
  .cheers-modal-content-v2 {
    position: relative;
    margin: 0;
    padding: 50px 50px 35px;
    background: #ffffff;
  }
  /* ----- cheers-gallrey (modal) ----- */
  #cboxOverlay.cheers-gallrey {
    background: #000000;
  }
  #colorbox.cheers-gallrey #cboxContent {
    background: #fff
  }
  #colorbox.cheers-gallrey #cboxLoadedContent {
    border: none;
    overflow: auto;
  }
  #colorbox.cheers-gallrey #cboxClose {
    position: absolute;
    top: 12px;
    right: 10px;
    display: block;
    background: url(/sp/cheers/img/btn-close.png) no-repeat;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  #colorbox.cheers-gallrey #cboxNext,
  #colorbox.cheers-gallrey #cboxPrevious {
    display: block!important;
    position: absolute;
    top: 51%;
    margin-top: -30px;
    background: url("/sp/cheers/img/btn-pager.png") no-repeat;
    width: 20px;
    height: 38px;
    text-indent: -9999px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  #colorbox.cheers-gallrey #cboxPrevious {
    left: 10px;
  }
  #colorbox.cheers-gallrey #cboxNext {
    transform: rotate(180deg);
    right: 10px;
  }
  /* ----- cheers-gallery-layout ----- */
  .cheers-gallery-layout {
    margin-top: 65px;
  }
  .cheers-gallery-layout > * {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .cheers-gallery-layout > *:first-child {
    margin-top: 0 !important;
  }
  .cheers-gallery-layout .gallery_heading + * {
    margin-top: 3.125em !important;
  }
  .cheers-gallery-layout .gallery_title {
    text-align: center;
  }
  .cheers-gallery-layout .gallery_title .gallery_title_label {
    display: inline-block;
    position: relative;
    padding: 0 150px;
    font-size: 3.6rem;
    font-weight: 700;
    vertical-align: top;
    line-height: 1.4;
  }
  
  /* ----- type-cheers-gallery ----- */
  .type-cheers-gallery .column_item:hover {
    opacity: 0.8;
  }
  .type-cheers-gallery[data-row-pc]:not([data-row-pc="1"]) > .column_item {
    margin-left: 40px;
  }
  .type-cheers-gallery[data-row-pc="2"] > .column_item {width: calc((100% - (40px * 1)) / 2);}
  .type-cheers-gallery[data-row-pc="3"] > .column_item {width: calc((100% - (40px * 2)) / 3);}
  .type-cheers-gallery[data-row-pc="4"] > .column_item {width: calc((100% - (40px * 3)) / 4);}
  .type-cheers-gallery[data-row-pc="5"] > .column_item {width: calc((100% - (40px * 4)) / 5);}
  [data-browser="ie11"] .type-cheers-gallery[data-row-pc="2"] > .column_item {width: calc(((100% - (40px * 1)) / 2) - 0.1px);}
  [data-browser="ie11"] .type-cheers-gallery[data-row-pc="3"] > .column_item {width: calc(((100% - (40px * 2)) / 3) - 0.1px);}
  [data-browser="ie11"] .type-cheers-gallery[data-row-pc="4"] > .column_item {width: calc(((100% - (40px * 3)) / 4) - 0.1px);}
  [data-browser="ie11"] .type-cheers-gallery[data-row-pc="5"] > .column_item {width: calc(((100% - (40px * 4)) / 5) - 0.1px);}
  [data-browser="edge"] .type-cheers-gallery[data-row-pc="2"] > .column_item {width: calc(((100% - (40px * 1)) / 2) - 0.1px);}
  [data-browser="edge"] .type-cheers-gallery[data-row-pc="3"] > .column_item {width: calc(((100% - (40px * 2)) / 3) - 0.1px);}
  [data-browser="edge"] .type-cheers-gallery[data-row-pc="4"] > .column_item {width: calc(((100% - (40px * 3)) / 4) - 0.1px);}
  [data-browser="edge"] .type-cheers-gallery[data-row-pc="5"] > .column_item {width: calc(((100% - (40px * 4)) / 5) - 0.1px);}
  .type-cheers-gallery[data-row-pc="2"] > .column_item:nth-child(2n+1),
  .type-cheers-gallery[data-row-pc="3"] > .column_item:nth-child(3n+1),
  .type-cheers-gallery[data-row-pc="4"] > .column_item:nth-child(4n+1),
  .type-cheers-gallery[data-row-pc="5"] > .column_item:nth-child(5n+1) {
    margin-left: 0;
  }
  .type-cheers-gallery[data-row-pc="1"] > .column_item + .column_item,
  .type-cheers-gallery[data-row-pc="2"] > .column_item:nth-child(n+3),
  .type-cheers-gallery[data-row-pc="3"] > .column_item:nth-child(n+4),
  .type-cheers-gallery[data-row-pc="4"] > .column_item:nth-child(n+5),
  .type-cheers-gallery[data-row-pc="5"] > .column_item:nth-child(n+6) {
    margin-top: 40px;
  }
  
  /* ----- cheers-product-media ----- */
  .cheers-product-media {
    display: -webkit-flex;
    display: flex;
  }
  .cheers-product-media > .media_image {
    width: calc((100% - (40px * 1)) / 2);
    margin-right: 40px;
    padding-top: 58px;
    text-align: center;
  }
  .cheers-product-media > .media_image > .image_inner > img {
  }
  .cheers-product-media > .media_detail {
    width: calc((100% - (40px * 1)) / 2);
  }
  [data-browser="ie11"] .cheers-product-media > .media_image {width: calc((100% - (40px * 1)) / 2);}
  [data-browser="ie11"] .cheers-product-media > .media_detail {width: calc((100% - (40px * 1)) / 2);}
  [data-browser="edge"] .cheers-product-media > .media_image {width: calc((100% - (40px * 1)) / 2);}
  [data-browser="edge"] .cheers-product-media > .media_detail {width: calc((100% - (40px * 1)) / 2);}
  
  /* -----cheers-product-colorIcon ----- */
  .cheers-product-colorIcon {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: -5px;
  }
  .cheers-product-colorIcon > li {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 50%;
    text-indent: -9999em;
    font-size: 0;
  }
  
  /* ----- cheers-note ----- */
  .cheers-note {
    width: 645px;
    margin: 26px auto 0;
  }
  .cheers-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;
  }
  .cheers-note > .note_list > li + li {
    margin-top: 0;
  }
  .cheers-note > .note_list > li::before {
    position: absolute;
    top: .6em;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: #1c1c1c;
    border-radius: 50%;
    content: "";
  }
  
  /* ----- cheers-hero-box ----- */
  .cheers-hero-box {
    background-color: #ffffdf;
    width: 100vw;
    margin-top: 1.5em;
    margin-left: calc(50% - 50vw);
  }
  .cheers-hero-box .cheers-hero-box_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4em 0 4em;
  }
  .cheers-hero-box .cheers-hero-box_icon {
    text-align: center;
  }
  .cheers-hero-box .cheers-hero-box_icon span {
    display: inline-block;
    color: #f44190;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    border: 2px solid #f44190;
    margin: 0 auto;
    padding: 4px 1.3em;
    border-radius: 24px;
  }
  .cheers-hero-box .cheers-hero-box_heading {
    text-align: center;
    margin-top: 1.6em;
  }
  .cheers-hero-box .cheers-hero-box_heading_title {
    font-size: 2.0rem;
    font-weight: 500;
  }
  .cheers-hero-box .cheers-hero-box-column {
    margin-top: 1.6em;
  }
  .cheers-hero-box .cheers-hero-box_image_caption {
    font-size: 2.0rem;
    font-weight: 500;
    margin-top: .2em;
  }
  /* ----- cheers-navi-anchor ----- */
  .cheers-navi-anchor {
    margin: 30px 0 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .cheers-navi-anchor > .cheers-navi_inner {
    display: flex;
    flex-flow: row wrap;
  } 
  .cheers-navi-anchor > .cheers-navi_inner > li {
    width: calc((100% - 36px) / 3);
    padding: 5px 0 5px 18px;
    margin-left: 18px;
    margin-bottom: 30px;
    border-left: 1px solid #ccc;
  }
  .cheers-navi-anchor > .cheers-navi_inner > li:nth-child(3n+1) {
    margin-left: 0 !important;
    padding-left: 0 !important;
    border-left: none !important;
  }
  .cheers-navi-anchor > .cheers-navi_inner > li > a {
    color: #333;
    display: inline-block;
    position: relative;
    padding-left: 23px;
  }
  .cheers-navi-anchor > .cheers-navi_inner > li > a:hover {
    text-decoration: underline;
    color: #3381d0;
  }
  .cheers-navi-anchor > .cheers-navi_inner > li > a::before {
    position: absolute;
    top: 0.35em;
    left: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(135deg);
    content: "";
  }
  /* ----- cheers-heading_title_icon ----- */
  .cheers-heading_title_icon {
    color: #f44190;
    display: inline-block;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    border: 2px solid #f44190;
    border-radius: 24px;
    padding: 4px 1.3em;
    margin-right: 20px;
  }
  
  /* -----cheers-product-colorIcon ----- */
  .cheers-card {
  }
  .cheers-card .cheers-card_body {
    padding: 1em .2em;
    
  }
  .cheers-card .cheers-card_title {
    color: #6ba300;
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
  }
  .cheers-card .cheers-card_text {
    margin-top: 1em;
    line-height: 1.5;
  }
  .cheers-card-list-wrap {
    margin-top: .5em;
  }
  .cheers-card-list-wrap .cheers-note-list {
    list-style: none;
  }
  .cheers-card-list-wrap .cheers-note-list li {
    color: #555;
    font-size: 1.4rem;
    padding-left: 1em;
    position: relative;
  }
  .cheers-card-list-wrap .cheers-note-list .cheers-note-list__mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  /* -----cheers-heading-v4 ----- */
  .cheers-heading-v4 {
    margin: 2.2em 0 1em;
    position: relative;
  }
  .cheers-heading-v4::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    background-color: #333;
    margin-top: -4px;
  }
  .cheers-heading-v4 .cheers-heading-v4_inner {
    text-align: center;
    padding: 0 1.5em;
  }
  .cheers-heading-v4 .cheers-heading-v4_title {
    display: inline-block;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 500;
    background-color: #fff;
    margin-top: -22px;
    padding: 0 1.5em;
    position: relative;
    z-index: 2;
  }
  
  
  
  /* ------------------------------------------------------
   * 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) {
  .cheers-layout-v2 .cheers_inner {
    padding: 0 15px;
  }
}
@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="cheers"] {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #1c1c1c;
  }
  .cheers-heading .heading_title,
  .cheers-series-heading .heading_title {
    font-family: "Josefin Sans", "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  
  .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;
  }
  
  /* ----- cheers-hero-layout ----- */
  .cheers-hero-layout {
  }
  .cheers-hero-layout > .hero_visual {
    position: relative;
    margin: 0 -15px;
  }
  .cheers-hero-layout > .hero_visual .hero_visual_item > img {
    width: 100%;
  }
  .cheers-hero-layout > .hero_visual .slick-dots {
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  .cheers-hero-layout > .hero_visual .slick-dots > li {
    width: 10px;
    height: 10px;
    display: inline-block;
  }
  .cheers-hero-layout > .hero_visual .slick-dots > li + li {
    margin-left: 10px;
  }
  .cheers-hero-layout > .hero_visual .slick-dots > li > button {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    text-indent: -9999em;
    font-size: 0;
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
    outline: none;
    opacity: .5;
  }
  .cheers-hero-layout > .hero_visual .slick-dots > li.slick-active > button {
    opacity: 1.0;
  }
  .cheers-hero-layout > .hero_caption {
    text-align: right;
    margin-top: 10px;
    font-weight: 700;
  }
  .cheers-hero-layout > .hero_lead {
    padding: 16px 0 8px;
  }
  .cheers-hero-layout > .hero_lead > p {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: .1em;
    text-align: center;
    color: #11a196;
  }
  /* ----- cheers-hero-column ----- */
  .cheers-hero-column {
    margin-top: 20px;
  }
  .cheers-hero-column[data-row-sp="1"] > .column_item + .column_item,
  .cheers-hero-column[data-row-sp="2"] > .column_item:nth-child(n+3),
  .cheers-hero-column[data-row-sp="3"] > .column_item:nth-child(n+4),
  .cheers-hero-column[data-row-sp="4"] > .column_item:nth-child(n+5) {
    margin-top: 16px;
  }
  .cheers-hero-column > .column_item > *:first-child {
    margin-top: 0;
  }
  
  /* ----- cheers-layout ----- */
  [class^="cheers-layout"] {
    padding: 28px 0 53px;
  }
  .cheers-layout:last-child {
    padding-bottom: 0;
  }
  .cheers-heading img {
    width: 70%;
  }
  /* v2 */
  .cheers-layout-v2 {
    margin: 0 -15px;
    padding-bottom: 20px;
    background-color: #f2f8fa;
  }
  .cheers-layout-v2 .cheers_inner {
    padding: 0 15px;
  }
  .cheers-layout-v2 .navi-anchor {
    margin: 8px 0 20px;
  }
  
  /* ----- cheers-heading ----- */
  .cheers-heading > .block {
    display: block;
  }
  .cheers-heading .heading_title {
    font-size: 2.3rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
  }
  /* v2 */
  .cheers-heading-v2 {
    margin: 10px 0 16px;
  }
  .cheers-heading-v2 + * {
    margin-top: 0 !important;
  }
  .cheers-heading-v2 + .cheers-series-column {
    margin-top: 30px !important;
  }
  .cheers-heading-v2 > .block {
    display: block;
    text-align: center;
  }
  .cheers-heading-v2 > .block-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cheers-heading-v2 .heading_title {
    display: inline-block;
    font-size: 1.9rem;
    font-weight: 600;
    text-align: center;
  }
  /* v3 */
  .cheers-heading-v3 > .block {
    display: block;
    text-align: center;
  }
  .cheers-heading-v3 img {
    width: 37%;
    text-align: center;
  }
  
  /* ----- cheers-product-lineup-layout ----- */
  .cheers-product-lineup-layout {
    padding: 13px 15px 0;
    background-color: #ffffff;
  }
  
  /* ----- cheers-product-lineup-column ----- */
  .cheers-product-lineup-column {
    margin-top: 38px;
  }
  .cheers-product-lineup-column[data-row-sp]:not([data-row-sp="1"]) > .column_item {
    margin-left: 15px;
  }
  .cheers-product-lineup-column[data-row-sp="2"] > .column_item {width: calc((100% - (15px * 1)) / 2);}
  .cheers-product-lineup-column[data-row-sp="3"] > .column_item {width: calc((100% - (15px * 2)) / 3);}
  .cheers-product-lineup-column[data-row-sp="4"] > .column_item {width: calc((100% - (15px * 3)) / 4);}
  .cheers-product-lineup-column[data-row-sp="2"] > .column_item:nth-child(2n+1),
  .cheers-product-lineup-column[data-row-sp="3"] > .column_item:nth-child(3n+1),
  .cheers-product-lineup-column[data-row-sp="4"] > .column_item:nth-child(4n+1) {
    margin-left: 0;
  }
  .cheers-product-lineup-column[data-row-sp="1"] > .column_item + .column_item,
  .cheers-product-lineup-column[data-row-sp="2"] > .column_item:nth-child(n+3),
  .cheers-product-lineup-column[data-row-sp="3"] > .column_item:nth-child(n+4),
  .cheers-product-lineup-column[data-row-sp="4"] > .column_item:nth-child(n+5) {
    margin-top: 16px;
  }
  
  /* ----- cheers-image ----- */
  .cheers-image > .image_inner > img {
    width: 100%;
  }
  .cheers-image .image_caption {
    margin-top: 5px;
    font-size: 1.4rem;
  }
  
  /* ----- cheers-product-layout ----- */
  .cheers-product-layout {
    margin-top: 10px;
  }
  .cheers-product-layout .product_item {
    position: relative;
    padding: 58px 0 20px;
    border-bottom: 1px solid #cccccc;
  }
  .cheers-product-layout .product_item:last-of-type {
    padding-bottom: 40px;
    border-bottom: 2px solid #727171;
  }
  .cheers-product-layout .product_item_last {
    padding-bottom: 20px!important;
    border-bottom: none!important;
  }
  .cheers-product-layout .product_heading {
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .cheers-product-layout .product_heading + * {
    margin-top: 15px;
  }
  .cheers-product-layout .product_heading > .heading_title {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.25;
  }
  .cheers-product-layout .product_table {
    font-size: 1.4rem;
    margin-top: 15px;
  }
  .cheers-product-layout .product_table > .table_inner {
    border: none;
  }
  .cheers-product-layout .product_table th,
  .cheers-product-layout .product_table td {
    padding: 9px 0 16px;
    background-color: #fff;
    border: none;
    vertical-align: middle;
  }
  .cheers-product-layout .product_table th {
    color: #727171;
  }
  .product_table .gp-w-030per {
    width: 20%!important;
  }
  .product_table .gp-w-070per {
    width: 80%!important;
  }
  .cheers-product-layout .table-ec {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
  }
  .cheers-product-layout .table-ec-button {
    display: inline-block;
    max-width: 120px;
    min-width: 65px;
    margin-top: 5px;
    margin-left: 10px;
    padding: 0;
    vertical-align: middle;
  }
  .cheers-product-layout .table-ec-button_link {
    display: inline-block;
    border: 2px solid #418fde;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 15px;
    color: #418fde;
    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;
  }
  
  /* ----- cheers-product-media ----- */
  .cheers-product-media {
  }
  .cheers-product-media > .media_image {
    text-align: center;
  }
  .cheers-product-media > .media_image > .image_inner {
    display: inline-block;
  }
  .cheers-product-media > .media_image > .image_inner > img {
  }
  .cheers-product-media > .media_image + .media_detail {
    margin-top: 15px;
  }
  
  /* ----- cheers-modal-container ----- */
  .cheers-modal-container {
    display: none;
  }
  
  /* ----- cheers-modal-content ----- */
  .cheers-modal-content {
    position: relative;
    margin: 10px 10%;
    border-radius: 10px;
    padding: 28px 20px 15px;
    background-color: #ffffff;
  }
  /* v2 */
  .cheers-modal-content-v2 {
    position: relative;
    margin: 0;
    padding: 30px 30px 20px;
    background-color: #ffffff;
  }
  
  /* ----- cheers-gallrey (modal) ----- */
  #colorbox.cheers-gallrey #cboxContent {
    background: #fff;
    margin-top: 0;
  }
  #colorbox.cheers-gallrey #cboxLoadedContent {
    border: none;
    overflow: auto;
  }
  #colorbox.cheers-gallrey #cboxClose {
    position: absolute;
    top: 3px;
    right: 4px;
    display: block;
    background: url(/sp/cheers/img/btn-close.png) no-repeat;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  #colorbox.cheers-gallrey #cboxNext,
  #colorbox.cheers-gallrey #cboxPrevious {
    display: block!important;
    position: absolute;
    top: 51%;
    margin-top: -16px;
    background: url("/sp/cheers/img/btn-pager.png") no-repeat;
    width: 14px;
    height: 25px;
    text-indent: -9999px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  #colorbox.cheers-gallrey #cboxPrevious {
    left: 6px;
  }
  #colorbox.cheers-gallrey #cboxNext {
    transform: rotate(180deg);
    right: 6px;
  }
  #cboxOverlay.cheers-gallrey {
    background: #000000;
  }
  
  /* ----- cheers-gallery-layout ----- */
  .cheers-gallery-layout {
    margin-top: 33px;
  }
  .cheers-gallery-layout .column_item {
    margin-top: 1em;
  }
  .cheers-gallery-layout > *:first-child {
    margin-top: 0 !important;
  }
  .cheers-gallery-layout .gallery_heading + * {
    margin-top: 2.15em !important;
  }
  .cheers-gallery-layout .gallery_title {
    text-align: center;
  }
  .cheers-gallery-layout .gallery_title .gallery_title_label {
    display: inline-block;
    position: relative;
    padding: 0 80px;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 1.8rem;
    font-weight: bold;
    vertical-align: top;
  }
  .cheers-gallery-layout .gallery_title .gallery_title_label::before,
  .cheers-gallery-layout .gallery_title .gallery_title_label::after {
    position: absolute;
    top: 50%;
    content: "";
  }
  .cheers-gallery-layout .gallery_title .gallery_title_label::before {
    left: 0;
    width: 49px;
    height: 67px;
    margin-top: -33px;
    background: url("/hitotoki/sp/cheers/img/index_gallery_bg01.gif") no-repeat 0 0;
    background-size: 49px 67px;
  }
  .cheers-gallery-layout .gallery_title .gallery_title_label::after {
    right: 0;
    width: 54px;
    height: 39px;
    margin-top: -24px;
    background: url("/hitotoki/sp/cheers/img/index_gallery_bg02.gif") no-repeat 0 0;
    background-size: 54px 39px;
  }
  
  
  /* -----cheers-product-colorIcon ----- */
  .cheers-product-colorIcon {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: -4px;
  }
  .cheers-product-colorIcon > li {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-bottom: 4px;
    border-radius: 50%;
    text-indent: -9999em;
    font-size: 0;
  }
  
  /* ----- cheers-note ----- */
  .cheers-note {
    margin-top: 24px;
  }
  .cheers-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;
  }
  .cheers-note > .note_list > li + li {
    margin-top: 0;
  }
  .cheers-note > .note_list > li::before {
    position: absolute;
    top: .48em;
    left: 4px;
    width: 8px;
    height: 8px;
    background-color: #1c1c1c;
    border-radius: 50%;
    content: "";
  }
  
  /* ----- cheers-hero-box ----- */
  .cheers-hero-box {
    background-color: #ffffdf;
    margin: 1.5em -15px 0;
  }
  .cheers-hero-box .cheers-hero-box_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em 15px 2em;
  }
  .cheers-hero-box .cheers-hero-box_icon {
    text-align: center;
  }
  .cheers-hero-box .cheers-hero-box_icon span {
    display: inline-block;
    color: #f44190;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    border: 2px solid #f44190;
    margin: 0 auto;
    padding: 3px .9em;
    border-radius: 24px;
  }
  .cheers-hero-box .cheers-hero-box_heading {
    text-align: center;
    margin-top: 1em;
  }
  .cheers-hero-box .cheers-hero-box_heading_title {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .cheers-hero-box .cheers-hero-box-column {
    margin-top: 2em;
  }
  .cheers-hero-box .cheers-hero-box_image_caption {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: .4em;
  }
  /* ----- cheers-navi-anchor ----- */
  .cheers-navi-anchor {
    margin: 8px 0 25px;
  }
  .cheers-navi-anchor > .cheers-navi_inner {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
  } 
  .cheers-navi-anchor > .cheers-navi_inner > li {
    width: 50%;
    padding: 3px 0;
    margin-top: 1em;
  }
  .cheers-navi-anchor > .cheers-navi_inner > li:nth-child(2n) {
    padding-left: 12px;
    border-left: solid 1px #ccc;
  }
  .cheers-navi-anchor > .cheers-navi_inner > li:nth-child(2n+1) {
    padding-right: 12px;
  }
  .cheers-navi-anchor > .cheers-navi_inner > li:nth-child(-n+2) {
        margin-top: 0 !important;
  }
  .cheers-navi-anchor > .cheers-navi_inner > li > a {
    display: inline-block;
    position: relative;
    padding-left: 18px;
    color: #333;
  }
  .cheers-navi-anchor > .cheers-navi_inner > li > a::before {
    position: absolute;
    top: 0.2em;
    left: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(135deg);
    content: "";
  }
  /* ----- cheers-heading_title_icon ----- */
  .cheers-heading_title_icon {
    color: #f44190;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    border: 2px solid #f44190;
    border-radius: 24px;
    padding: 3px .9em;
    margin-right: 10px;
  }
  
  /* -----cheers-product-colorIcon ----- */
  .cheers-card {
  }
  .cheers-card .cheers-card_body {
    padding: 1em 0 0;
    
  }
  .cheers-card .cheers-card_title {
    color: #6ba300;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
  }
  .cheers-card .cheers-card_text {
    margin-top: .8em;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .cheers-card-list-wrap {
    margin-top: .5em;
  }
  .cheers-card-list-wrap .cheers-note-list {
    list-style: none;
  }
  .cheers-card-list-wrap .cheers-note-list li {
    color: #555;
    font-size: 1.1rem;
    padding-left: 1em;
    position: relative;
  }
  .cheers-card-list-wrap .cheers-note-list .cheers-note-list__mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* -----cheers-heading-v4 ----- */
  .cheers-heading-v4 {
    margin: 1.5em 0 0;
    position: relative;
  }
  .cheers-heading-v4::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    background-color: #333;
    margin-top: -2px;
  }
  .cheers-heading-v4 .cheers-heading-v4_inner {
    min-height: 30px;
    text-align: center;
    padding: 0 .8em;
  }
  .cheers-heading-v4 .cheers-heading-v4_title {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.5;
    background-color: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 2;
  }
  
  
  /* ------------------------------------------------------
   * 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) {
  .cheers-hero-layout > .hero_lead > p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 355px) {
}
@media only screen and (max-width: 335px) {
}
@media only screen and (max-width: 320px) {
}


/* ======================================================
 * Print
====================================================== */
@media print {
}