@charset "utf-8";

/* ======================================================
 * products.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- gp-tepra-mt ----- */
  .gp-tepra-mt-small {
    margin-top: 15px !important;
  }

  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Assist
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- productGallery-layout ----- */
  .productGallery-layout .productGallery .productGallery_list .slick-arrow:hover,
  .productGallery-layout .productGallery .productGallery_item a:hover img {
    opacity: .7;
  }
  .productGallery-layout .productGallery .slick-dots button {
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .productGallery-layout .productGallery .productGallery_list .slick-arrow,
  .productGallery-layout .productGallery .productGallery_item a img {
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
  }
  .productGallery-layout .productGallery .productGallery_list .slick-arrow {
    display: inline-block;
    background-image: url(/common/img/cmn_sprite_ic01.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
  }
  .productGallery-layout .productGallery .productGallery_list .slick-arrow.slick-prev {
    width: 34px; height: 34px; background-position: -80px -320px;
  }
  .productGallery-layout .productGallery .productGallery_list .slick-arrow.slick-next {
    width: 34px; height: 34px; background-position: -120px -320px;
  }
  .productGallery-layout {
    position: relative;
    max-width: 100%;
    margin: 3.5em 0 0;
  }
  .productGallery-layout .productGallery .productGallery_list {
    position: relative;
    min-height: 100px;
    margin: 0 -10px;
  }
  .productGallery-layout .productGallery .productGallery_list.slick-dotted {
    padding: 0 0 30px;
  }
  .productGallery-layout .productGallery .productGallery_list.slick-initialized {
    min-height: 0;
  }
  .productGallery-layout .productGallery .productGallery_list .productGallery_item {
    position: absolute;
    top: 0;
    left: -9999em;
    padding: 0 10px;
  }
  .productGallery-layout .productGallery .productGallery_list.slick-initialized .productGallery_item {
    position: static;
  }
  .productGallery-layout .productGallery .productGallery_list .slick-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 34px;
    height: 34px;
    margin: -32px 0 0 0;
    padding: 0;
    border: none;
    text-indent: -9999em;
    outline: none;
    cursor: pointer;
  }
  .productGallery-layout .productGallery .productGallery_list .slick-arrow.slick-prev {
    left: -7px;
  }
  .productGallery-layout .productGallery .productGallery_list .slick-arrow.slick-next {
    right: -7px;
  }
  .productGallery-layout .productGallery .slick-dots {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .productGallery-layout .productGallery .slick-dots > li {
    margin-right: 20px;
  }
  .productGallery-layout .productGallery .slick-dots > li:last-child {
    margin-right: 0;
  }
  .productGallery-layout .productGallery .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    max-width: 100%;
    padding: 0;
    border: 2px solid #ccc;
    background-color: #ccc;
    text-indent: -9999em;
    outline: none;
    overflow: hidden;
    cursor: pointer;
  }
  .productGallery-layout .productGallery .slick-dots li.slick-active button {
    border-color: #222;
    background-color: #388ee6;
  }
  .productGallery-layout .productGallery_banner {
    margin-top: 40px;
    text-align: center;
  }
  .productGallery-layout .productGallery_banner img {
    width: 356px;
  }

  /* ----- cartridge ----- */
  .cartridge-hero-layout .cartridge-hero_detailInner,
  .cartridge-feature-layout .cartridge-feature_lead,
  .cartridge-feature-layout .cartridge-feature_detailText,
  .cartridge-merit-layout .cartridge-merit_lead {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
  }

  /* ----- cartridge-hero-layout ----- */
  .cartridge-hero-layout {
    position: relative;
  }
  .cartridge-hero_detail {
    width: 53%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .cartridge-hero_detailInner {
    padding-right: 45px;
  }
  .cartridge-hero-layout .cartridge-hero_title {
    padding-top: 64px;
  }
  .cartridge-hero-layout .cartridge-hero_detailColumn-v1 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 10px;
  }
  .cartridge-hero-layout .cartridge-hero_titleLead {
    font-size: 2.2rem;
    font-weight: 600;
    color: #ffffff;
  }
  .cartridge-hero-layout .cartridge-hero_banner {
    padding-top: 10px;
  }
  .cartridge-hero-layout .cartridge-hero_detailColumn-v2 {
    margin-top: 35px;
    padding-left: 60px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .cartridge-hero-layout .cartridge-hero_subImage {
    width: 45%;
    padding-top: 4px;
  }
  .cartridge-hero-layout .cartridge-hero_subText {
    width: calc(55% - 48px);
    margin-left: 25px;
    padding: 12px 0 13px 20px;
    border-radius: 10px;
    background-color: #fff;
    color: #00263b;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.5;
    position: relative;
  }
  .cartridge-hero-layout .cartridge-hero_subText::after {
    position: absolute;
    top: 50%;
    left: -49px;
    width: 0;
    height: 0;
    margin-top: -15px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 15px 25px;
    content: "";
  }
  .cartridge-hero-layout .cartridge-hero_releaseDate {
    margin-top: 40px;
    text-align: right;
  }
  .cartridge-hero-layout .cartridge-hero_releaseDateInner {
    display: inline-block;
    width: 280px;
    padding: 9px 0;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333333;
    text-align: center;
    background-color: #fff100;
  }

  /* ----- cartridge-feature-layout ----- */
  .cartridge-feature-layout {
    display: flex;
    align-items: flex-end;
    margin-top: 40px;
  }
  .cartridge-feature-layout .cartridge-feature_inner {
    margin-right: 36px;
    width: calc((100% - 36px)/2);
    text-align: center;
  }
  .cartridge-feature-layout .cartridge-feature_inner:last-of-type {
    margin-right: 0;
  }
  .cartridge-feature-layout .cartridge-feature_leadText {
    position: relative;
    width: 234px;
    margin: 0 auto;
  }
  .cartridge-feature-layout .cartridge-feature_lead {
    display: inline-block;
    font-size: 3.6rem;
    font-weight: 700;
  }
  .cartridge-feature-layout .cartridge-feature_lead::after {
    content: "";
    width: 234px;
    height: 10px;
    position: absolute;
    bottom: 8px;
    left: 0;
    z-index: -1;
    background-color: #fff100;
  }
  .cartridge-feature-layout .cartridge-feature_strong {
    font-size: 4.8rem;
    font-weight: 800;
    line-height: normal;
  }
  .cartridge-feature-layout .cartridge-feature_detail {
    height: 110px;
    margin-top: 36px;
    padding: 20px 30px 15px;
    background-color: #fff100;
    border-radius: 9px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    position: relative;
  }
  .cartridge-feature-layout .cartridge-feature_detail::after {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -16px;
    border-color: transparent transparent #fff100 transparent;
    border-style: solid;
    border-width: 25px 16px;
    content: "";
  }
  .cartridge-feature-layout .cartridge-feature_detailTextWrapper {
    margin: 0 auto;
  }
  .cartridge-feature-layout .cartridge-feature_detailText {
    font-size: 2rem;
    font-weight: 600;
  }
  .cartridge-feature-layout .cartridge-feature_detail_bold {
    font-size: 2.4rem;
    font-weight: 800;
  }
  .cartridge-feature-layout .cartridge-feature_listNote {
    font-size: 1.4rem;
    color: #555555;
  }
  /* ----- cartridge-merit-layout ----- */
  .cartridge-merit-layout {
    margin-top: 30px;
  }
  .cartridge-merit-layout .cartridge-merit_columnWrapper {
    padding: 25px;
    background-color: #f4f4f4;
    text-align: center;
  }
  .cartridge-merit-layout .cartridge-merit_lead {
    margin-bottom: 7px;
    font-size: 2rem;
    font-weight: 700;
  }
  .cartridge-merit-layout .cartridge-merit_column {
    margin-top: 30px;
    display: inline-flex;
  }
  .cartridge-merit-layout .cartridge-merit_columnInner {
    margin-right: 40px;
  }
  .cartridge-merit-layout .cartridge-merit_columnInner:last-of-type {
    margin-right: 0;
  }
  .cartridge-merit-layout .cartridge-merit_columnImage > img {
    max-height: 240px;
  }
  .cartridge-merit-layout .cartridge-merit_columnCaption {
    margin-top: 13px;
    text-align: left;
  }

  /* ----- cartridge-merit-exampleWrapper ----- */
  .cartridge-merit-exampleWrapper {
    max-width: 800px;
    margin: 56px auto 0;
  }
  .cartridge-merit-exampleWrapper .cartridge-merit-exampleTitle {
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    padding-left: 160px;
  }
  .cartridge-merit-exampleWrapper .cartridge-merit-exampleTitle .cartridge-merit-exampleTitleIcon {
    padding: 3px 10px;
    border-radius: 4px;
    color: #ffffff;
    background-color: #ab172e;
    position: absolute;
    top: -4px;
    left: 0;
  }
  .cartridge-merit-exampleWrapper .cartridge-merit-exampleGraph {
    margin-top: 37px;
  }
  .cartridge-merit-exampleWrapper .cartridge-merit-exampleListNote {
    margin-top: 17px;
  }
  .cartridge-merit-exampleWrapper .cartridge-merit-exampleListNote li {
    padding-left: 1.2em;
    font-size: 1.4rem;
    position: relative;
  }
  .cartridge-merit-exampleWrapper .cartridge-merit-exampleListNote .cartridge-feature_list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* ----- cartridge-howToUse_wrapper ----- */
  .cartridge-howToUse_wrapper .cartridge-howToUse_column {
    display: flex;
    align-items: flex-end;
  }
  .cartridge-howToUse_wrapper .cartridge-howToUse_inner {
    margin-right: 30px;
  }
  .cartridge-howToUse_wrapper .cartridge-howToUse_inner:last-of-type {
    margin-right: 0;
  }
  .cartridge-howToUse_wrapper .cartridge-howToUse_inner > img {
    width: 380px;
  }
  /* ----- cartridge-lineup-layout ----- */
  .cartridge-lineup-layout {
    display: flex;
    flex-wrap: wrap;
  }
  .cartridge-lineup-layout .cartridge-lineup_item {
    width: calc((100% - 80px)/2);
    margin: 0 80px 30px 0;
    display: flex;
  }
  .cartridge-lineup-layout .cartridge-lineup_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .cartridge-lineup-layout .cartridge-lineup_itemInner_detail {
    width: 54%;
    margin-right: 82px;
  }
  .cartridge-lineup-layout .cartridge-lineup_itemInner_image {
    width: calc(56% - 82px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cartridge-lineup-layout .cartridge-lineup_itemInner_detail .cartridge-lineup_heading {
    font-size: 1.8rem;
    font-weight: 800;
  }
  .cartridge-lineup-layout .cartridge-lineup_itemInner_detail .cartridge-lineup_lead {
    margin-top: 5px;
    padding: 6px 10px;
    border: 1px solid #e90f0f;
    font-size: 1.6rem;
    font-weight: 700;
    color: #e90f0f;
    line-height: 1.5;
  }
  .cartridge-lineup-layout .cartridge-lineup_itemInner_detail .cartridge-lineup_size_list {
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
 .cartridge-lineup-layout  .cartridge-lineup_image img {
    max-width: 162px;
  }
  .cartridge-lineup-layout .cartridge-lineup_table {
    margin-top: 10px;
  }

  /* ----- sr-mk1_hello-compo ----- */
  .sr-mk1_hello-compo {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 1.8%;
  }
  .sr-mk1_hello-compo .hello_logo-item {
    width: 11.6%;
  }
  .sr-mk1_hello-compo .hello_detail-item {
    margin-left: 2%;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-flow: row wrap
  }
  .sr-mk1_hello-compo .hello_detail-item .hello_detail {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    width: 100%;
  }

  /* ----- hello-appli-link-list ----- */
  .hello-appli-link-list{
    display: flex;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .hello-appli-link-list .hello-appli-link-list__icon{
    margin-right: 30px;
  }
  .hello-appli-link-list .hello-appli-link-list__link{
    margin-right: 20px;
  }
  .hello-appli-link-list .hello-appli-link-list__link a img{
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
  }
  .hello-appli-link-list .hello-appli-link-list__link a:hover img{
    opacity: 0.7;
  }
  .hello-appli-link-list > *:last-child{
    margin-right: 0;
  }

  /* ----- tepra-box-layout ----- */
  .tepra-box-layout {
    padding: 25px 40px 30px;
    background-color: #f2f3f5;
  }
  .tepra-box-layout > .box_title {
    margin-bottom: 1em;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .tepra-box-layout > .box_detail {
  }

  /* ----- tepra-column-media ----- */
  .tepra-column-media {
    display: flex;
    align-items: center;
    margin-top: 2.5em;
  }
  .tepra-column-media > .column_image {
    margin-right: 30px;
    flex-shrink: 0;
  }
  .tepra-column-media > .column_detail {
    width: 100%;
  }
  /* ----- tepra-app-column ----- */
  .tepra-app-column {
    margin-top: 40px;
  }

    /* ----- tepra-heading-lv3 ----- */
  .tepra-heading-lv3 {
    margin: 3.25em 0 1.75em;
  }
  .tepra-heading-lv3 .heading_title {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
  }
  .tepra-heading-lv3 .heading_title_mark {
    display: inline-block;
    margin-right: 2.0em;
  }
  #main .tepra-heading-lv3 + * {
    margin-top: 1.75em;
  }
  /* ----- tepra-point-column ----- */
  .tepra-point-column__item,
  .tepra-point-column__item-v2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .tepra-point-column__item {
    background-color: #f2f3f5;
  }
  .tepra-point-column-box {
    background-color: #f2f3f5;
    padding: 25px 40px 25px;
  }
  .tepra-point-column-box-title {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 12px;
  }
  .tepra-point-column-box-title:not(:last-child) {
    margin-bottom: 19px;
  }
  .tepra-point-column-box-title__icon {
    background-color: #dadf00;
    padding: 7px 12px 7px 15px;
    border: 2px solid #333;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    gap: 5px;
  }
  .tepra-point-column-box-title__icon-number {
    font-size: 2.8rem;
    font-weight: bold;
    display: inline;
  }
  .tepra-point-column-box-title__icon-text {
    margin-top: 2px;
  }
  .tepra-point-column-box-title__text {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 4px;
  }
  .w316px {
    width: 316px;
  }
  .w240px {
    width: 240px;
  }
  .mt0  { margin-top: 0px!important; }
  .mt5  { margin-top: 5px!important; }
  .mt10 { margin-top: 10px!important; }
  .mt12 { margin-top: 12px!important; }
  .mt15 { margin-top: 15px!important; }
  .mt16 { margin-top: 16px!important; }
  .mt18 { margin-top: 18px!important; }
  .mt20 { margin-top: 20px!important; }
  .mt27 { margin-top: 27px!important; }
  .mt30 { margin-top: 30px!important; }
  .mt40 { margin-top: 40px!important; }
  .mt42 { margin-top: 42px!important; }
  .mt50 { margin-top: 50px!important; }
  #tab-feature .accordion_detail .column-layout + .column-layout {
    margin-top: 20px!important;
  }

    /* ----- tepra-app-column ----- */
  .tepra-app-column {
    margin-top: 40px;
  }
  /* ----- tepra-heading_v2 ----- */
  .tepra-heading_v2 {
    background-color: #333;
    padding: 13px 0 19px;
    text-align: center;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .tepra-heading_v2__label {
    color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1;
  }
  .tepra-heading_v2__label--small {
    font-size: 1.6rem;
    display: inline;
  }
  .tepra-heading_v2:not(:last-child) {
    margin-bottom: 20px;
  }
  /* ----- tepra-heading-v3 ----- */
  .tepra-heading-v3:not(:last-child) {
    margin-bottom: 24px;
  }
  .tepra-heading-v3__label {
    position: relative;
    padding-left: 26px;
    font-size: 2.1rem;
    font-weight: 700;
  }
  .tepra-heading-v3__label::before {
      display: inline-block;
      position: absolute;
      top: 0.5em;
      left: 0;
      height: 12px;
      width: 12px;
      background-color: #777;
      content: "";
  }
  /* ----- tepra-heading-lv1 ----- */
  .tepra-heading-lv1 {
    margin: 3.75em 0 1.75em;
    padding-bottom: 21px;
    border-bottom: 2px solid #ddd;
  }
  .tepra-heading-lv1__title {
    font-size: 3.8rem;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
  }
  .tepra-heading-lv1__icon {
    width: 60px;
    height: 60px;
    margin-left: 20px;
    font-size: 1.6rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #e86800;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 1px;
  }

  /* ------------------------------------------------------
   * 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: 920px) and (max-width: 1280px) {
  .cartridge-hero-layout .cartridge-hero_title {
    padding-top: 40px;
  }
  .cartridge-hero-layout .cartridge-hero_detailColumn-v1 {
    margin-top: 25px;
  }
  .cartridge-hero-layout .cartridge-hero_titleLead {
    font-size: 1.8rem;
  }
  .cartridge-hero-layout .cartridge-hero_subText {
    padding: 15px 0 15px 10px;
    font-size: 2rem;
    line-height: 1.2;
  }
  .cartridge-hero-layout .cartridge-hero_subText::after {
    left: -40px;
    margin-top: -10px;
    border-width: 10px 20px;
  }
  .cartridge-hero-layout .cartridge-hero_detailColumn-v2 {
    margin-top: 15px;
  }
  .cartridge-hero-layout .cartridge-hero_releaseDate {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 920px) {
  .cartridge-hero_detailInner {
    padding-right: 20px;
  }
  .cartridge-hero-layout .cartridge-hero_title {
    padding-top: 20px;
  }
  .cartridge-hero-layout .cartridge-hero_detailColumn-v1 {
    margin-top: 15px;
  }
  .cartridge-hero-layout .cartridge-hero_titleLead {
    font-size: 1.5rem;
  }
  .cartridge-hero-layout .cartridge-hero_subText {
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .cartridge-hero-layout .cartridge-hero_subText::after {
    left: -30px;
    margin-top: -7px;
    border-width: 7px 15px;
  }
  .cartridge-hero-layout .cartridge-hero_detailColumn-v2 {
    margin-top: 20px;
    padding-left: 40px;
  }
  .cartridge-hero-layout .cartridge-hero_banner img {
    width: 90%;
  }
  .cartridge-hero-layout .cartridge-hero_releaseDate {
    margin-top: 25px;
  }
  .cartridge-lineup-layout .cartridge-lineup_itemInner_detail {
    width: 54%;
    margin-right: 50px;
  }
  .cartridge-lineup-layout .cartridge-lineup_itemInner_image {
    width: calc(56% - 50px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  [data-browser="ie11"] .hello-appli-link-list .hello-appli-link-list__icon img{
    max-height: 68px;
  }
  [data-browser="ie11"] .hello-appli-link-list .hello-appli-link-list__link img{
    max-height: 40px;
  }
  .tepra-heading-lv1__icon {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  [data-browser="ie11"] .hello-appli-link-list .hello-appli-link-list__icon img{
    max-height: 55px;
  }
  [data-browser="ie11"] .hello-appli-link-list .hello-appli-link-list__link img{
    max-height: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  [data-browser="ie11"] .hello-appli-link-list .hello-appli-link-list__icon img{
    max-height: 50px;
  }
  [data-browser="ie11"] .hello-appli-link-list .hello-appli-link-list__link img{
    max-height: 35px;
  }
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- gp-tepra-mt ----- */
  .gp-tepra-mt-small {
    margin-top: 10px !important;
  }

  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Assist
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- productGallery-layout ----- */
  .productGallery-layout .productGallery .productGallery_list .slick-dots > li > button {
    -webkit-transition: background-color .2s ease-out 0s;
    transition: background-color .2s ease-out 0s;
  }
  .productGallery-layout .productGallery .productGallery_list .slick-arrow {
    display: inline-block;
    background-image: url(/common/img/cmn_sprite_ic01-r2x.png);
    background-repeat: no-repeat;
    background-size: 600px 600px;
    vertical-align: middle;
    content: "";
  }
  .productGallery-layout .productGallery .productGallery_list .slick-arrow.slick-prev {
    width: 20px; height: 20px; background-position: -100px -400px;
  }
  .productGallery-layout .productGallery .productGallery_list .slick-arrow.slick-next {
    width: 20px; height: 20px; background-position: -150px -400px;
  }
  .productGallery-layout {
    position: relative;
    width: 100vw;
    margin: 2.5em 0 0 calc(50% - 50vw);
    padding: 0 15px;
    overflow: hidden;
  }
  .productGallery-layout + [class*="link-text"] {
    margin-top: 2em;
  }
  .productGallery-layout .banner_heading + * {
    margin-top: 1em;
  }
  .productGallery-layout .banner_title {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
  }
  .productGallery-layout .productGallery .productGallery_list {
    position: relative;
    min-height: 100px;
  }
  .productGallery-layout .productGallery .productGallery_list.slick-dotted {
    padding: 0 0 25px;
  }
  .productGallery-layout .productGallery .productGallery_list.slick-initialized {
    min-height: 0;
  }
  .productGallery-layout .productGallery .productGallery_list .productGallery_item {
    position: absolute;
    top: 0;
    left: -9999em;
    padding: 0 45px;
  }
  .productGallery-layout .productGallery .productGallery_list.slick-initialized .productGallery_item {
    position: static;
  }
  .productGallery-layout .productGallery .productGallery_list .productGallery_item img {
    width: 100%;
  }
  .productGallery-layout .productGallery .productGallery_list .slick-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 20px;
    height: 20px;
    margin: -22px 0 0 0;
    padding: 0;
    border: none;
    text-indent: -9999em;
    outline: none;
  }
  .productGallery-layout .productGallery .productGallery_list .slick-arrow.slick-prev {
    left: 0;
  }
  .productGallery-layout .productGallery .productGallery_list .slick-arrow.slick-next {
    right: 0;
  }
  .productGallery-layout .productGallery .slick-dots {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .productGallery-layout .productGallery .slick-dots > li {
    margin-right: 12px;
  }
  .productGallery-layout .productGallery .slick-dots > li:last-child {
    margin-right: 0;
  }
  .productGallery-layout .productGallery .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    background-color: #ccc;
    text-indent: -9999em;
    outline: none;
    overflow: hidden;
  }
  .productGallery-layout .productGallery .slick-dots li.slick-active button {
    background-color: #418fde;
  }
  .productGallery-layout .productGallery_banner {
    margin-top: 24px;
    text-align: center;
  }

  /* ----- cartridge ----- */
  .cartridge-hero-layout .cartridge-hero_detailInner,
  .cartridge-feature-layout .cartridge-feature_lead,
  .cartridge-feature-layout .cartridge-feature_detailText,
  .cartridge-merit-layout .cartridge-merit_lead {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
  }

  /* ----- cartridge-hero-layout ----- */
  .cartridge-hero-layout {
    margin: 0 -15px;
  }
  .cartridge-hero_image img {
    width: 100%;
  }
  .cartridge-hero_detail {
    background-color: #00263b;
    position: relative;
  }
  .cartridge-hero-layout .cartridge-hero_detailInner {
    padding: 25px 15px 20px;
  }
  .cartridge-hero-layout .cartridge-hero_detailColumn-v1 {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
  }
  .cartridge-hero-layout .cartridge-hero_titleLead {
    font-size: 1.3rem;
    font-weight: 600;
    color: #ffffff;
  }
  .cartridge-hero-layout .cartridge-hero_banner {
    width: 22%;
    margin-top: 3px;
  }
  .cartridge-hero-layout .cartridge-hero_detailColumn-v2 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 20px;
  }
  .cartridge-hero-layout .cartridge-hero_subImage {
    width: 47%;
  }
  .cartridge-hero-layout .cartridge-hero_subText {
    width: calc(53% - 15px);
    margin-left: 15px;
    padding: 12px 0 10px 13px;
    border-radius: 10px;
    background-color: #fff;
    color: #00263b;
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1.5;
    position: relative;
  }
  .cartridge-hero-layout .cartridge-hero_subText::after {
    position: absolute;
    top: 50%;
    left: -30px;
    width: 0;
    height: 0;
    margin-top: -15px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 9px 15px;
    content: "";
  }
  .cartridge-hero-layout .cartridge-hero_releaseDate {
    margin-top: 26px;
    text-align: center;
  }
  .cartridge-hero-layout .cartridge-hero_releaseDateInner {
    display: inline-block;
    width: 100%;
    padding: 5px 0 7px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333333;
    background-color: #fff100;
  }

  /* ----- cartridge-feature-layout ----- */
  .cartridge-feature-layout {
    margin-top: 22px;
  }
  .cartridge-feature-layout .cartridge-feature_inner {
    width: 100%;
    margin-top: 18px;
    text-align: center;
  }
  .cartridge-feature-layout .cartridge-feature_inner:first-of-type {
    margin-top: 0;
  }
  .cartridge-feature-layout .cartridge-feature_leadText {
    width: 42%;
    margin: 0 auto;
  }
  .cartridge-feature-layout .cartridge-feature_lead {
    position: relative;
    font-size: 2.1rem;
    font-weight: 700;
  }
  .cartridge-feature-layout .cartridge-feature_lead::after {
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: 8px;
    left: 0;
    z-index: -1;
    background-color: #fff100;
  }
  .cartridge-feature-layout .cartridge-feature_strong {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: normal;
  }
  .cartridge-feature-layout .cartridge-feature_detail {
    height: 75px;
    margin-top: 27px;
    padding: 15px 30px 10px;
    background-color: #fff100;
    border-radius: 9px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    position: relative;
  }
  .cartridge-feature-layout .cartridge-feature_detail::after {
    position: absolute;
    top: -50px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -16px;
    border-color: transparent transparent #fff100 transparent;
    border-style: solid;
    border-width: 25px 16px;
    content: "";
  }
  .cartridge-feature-layout .cartridge-feature_detailTextWrapper {
    margin: 0 auto;
  }
  .cartridge-feature-layout .cartridge-feature_detailText {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .cartridge-feature-layout .cartridge-feature_detail_bold {
    font-size: 2.4rem;
    font-weight: 800;
  }
  .cartridge-feature-layout .cartridge-feature_listNote {
    font-size: 1.2rem;
    color: #555555;
  }

  /* ----- cartridge-merit-layout ----- */
  .cartridge-merit-layout {
    margin: 24px -15px 0;
  }
  .cartridge-merit-layout .cartridge-merit_columnWrapper {
    padding: 15px 15px 26px;
    background-color: #f4f4f4;
    text-align: center;
  }
  .cartridge-merit-layout .cartridge-merit_lead {
    margin-bottom: 12px;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .cartridge-merit-layout .cartridge-merit_text {
    width: 72%;
    margin: auto;
  }
  .cartridge-merit-layout .cartridge-merit_column {
    margin-top: 17px;
  }
  .cartridge-merit-layout .cartridge-merit_columnInner {
    margin-top: 17px;
  }
  .cartridge-merit-layout .cartridge-merit_columnInner:first-of-type {
    margin-right: 0;
  }
  .cartridge-merit-layout .cartridge-merit_columnImage {
    display: inline-block;
  }
  .cartridge-merit-layout .cartridge-merit_columnImage > img {
    max-height: 240px;
  }
  .cartridge-merit-layout .cartridge-merit_columnCaption {
    text-align: left;
    margin-top: 12px;
  }

  /* ----- cartridge-merit-exampleWrapper ----- */
  .cartridge-merit-exampleWrapper {
    margin: 30px auto 0;
    padding: 0 15px;
  }
  .cartridge-merit-exampleWrapper .cartridge-merit-exampleTitle {
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
    padding-left: 140px;
  }
  .cartridge-merit-exampleWrapper .cartridge-merit-exampleTitle .cartridge-merit-exampleTitleIcon {
    padding: 7px 10px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #ab172e;
    position: absolute;
    top: 0;
    left: 0;
  }
  .cartridge-merit-exampleWrapper .cartridge-merit-exampleGraph {
    margin-top: 20px;
  }
  .cartridge-merit-exampleWrapper .cartridge-merit-exampleListNote {
    margin-top: 12px;
  }
  .cartridge-merit-exampleWrapper .cartridge-merit-exampleListNote li {
    padding-left: 1.2em;
    font-size: 1.2rem;
    position: relative;
  }
  .cartridge-merit-exampleWrapper .cartridge-merit-exampleListNote .cartridge-feature_list_mark {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* ----- cartridge-howToUse_wrapper ----- */
  .cartridge-howToUse_wrapper .cartridge-howToUse_inner {
    margin-top: 25px;
    text-align: center;
  }
  .cartridge-howToUse_wrapper .cartridge-howToUse_inner:first-of-type {
    margin-right: 0;
  }

  /* ----- cartridge-lineup-layout ----- */
  .cartridge-lineup-layout .cartridge-lineup_item {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column-reverse;
  }
  .cartridge-lineup-layout .cartridge-lineup_item:first-of-type {
    margin-top: 0;
  }
  .cartridge-lineup-layout .cartridge-lineup_itemInner_detail {
    margin-top: 15px;
  }
  .cartridge-lineup-layout .cartridge-lineup_itemInner_detail .cartridge-lineup_heading {
    font-size: 1.5rem;
    font-weight: 800;
  }
  .cartridge-lineup-layout .cartridge-lineup_itemInner_detail .cartridge-lineup_lead {
    margin-top: 5px;
    padding: 7px 7px;
    border: 1px solid #e90f0f;
    font-size: 1.4rem;
    font-weight: 700;
    color: #e90f0f;
  }
  .cartridge-lineup-layout .cartridge-lineup_itemInner_detail .cartridge-lineup_size_list {
    margin-top: 8px;
    font-size: 1.2rem;
  }
  .cartridge-lineup-layout .cartridge-lineup_image {
    text-align: center;
  }
  .cartridge-lineup-layout .cartridge-lineup_image img {
    width: 60%;
  }
  .cartridge-lineup-layout .cartridge-lineup_link-button {
    margin-top: 8px;
  }
  .cartridge-lineup-layout .cartridge-lineup_table {
    margin-top: 12px;
  }

  /* ----- sr-mk1_hello-compo ----- */
  .sr-mk1_hello-compo {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .sr-mk1_hello-compo .hello_logo-item {
    width: calc(50% - 15px);
    text-align: center;
  }
  .sr-mk1_hello-compo .hello_logo {
    width: 66%;
  }
  .sr-mk1_hello-compo .hello_detail-item {
    width: calc(50% - 10px);
  }
  .sr-mk1_hello-compo .hello_detail-item .hello_detail {
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    width: 100%;
  }

  /* ----- hello-appli-link-list ----- */
  .hello-appli-link-list{
    display: flex;
    align-items: center;
  }
  .hello-appli-link-list .hello-appli-link-list__icon{
    margin-right: 22px;
  }
  .hello-appli-link-list .hello-appli-link-list__link{
    margin-right: 15px;
  }
  .hello-appli-link-list > *:last-child{
    margin-right: 0;
  }

  /* ----- tepra-box-layout ----- */
  .tepra-box-layout {
    padding: 15px;
    background-color: #f2f3f5;
  }
  .tepra-box-layout > .box_title {
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
  }
  .tepra-box-layout > .box_title + .box_detail {
    margin-top: .75em;
  }

  /* ----- tepra-column-media ----- */
  .tepra-column-media {
    display: flex;
    align-items: center;
    margin-top: 1.75em;
  }
  .tepra-column-media > .column_image {
    margin-right: 15px;
    flex-shrink: 0;
  }
  .tepra-column-media > .column_detail {
    width: 100%;
  }

    /* ----- tepra-heading-lv3 ----- */
  .tepra-heading-lv3 {
    margin: 1.75em 0 1.5em;
  }
  .tepra-heading-lv3 .heading_title {
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
  }
  .tepra-heading-lv3 .heading_title_mark {
    display: block;
    text-align: center;
  }
  #main .tepra-heading-lv3 + * {
    margin-top: 1.5em;
  }
  /* ----- tepra-point-column ----- */
  .tepra-point-column__item,
  .tepra-point-column__item-v2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .tepra-point-column-box {
    background-color: #f2f3f5;
    padding: 17px 15px 15px;
  }
  .tepra-point-column-box-title {
    display: flex;
    flex-flow: row nowrap;
    column-gap: 12px;
  }
  .tepra-point-column-box-title:not(:last-child) {
    margin-bottom: 10px;
  }
  .tepra-point-column-box-title__icon {
    background-color: #dadf00;
    padding: 3px 9px 4px 9px;
    border: 1.5px solid #333;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1;
    height: 25px;
    border-radius: 2.5px;
    display: flex;
    align-items: baseline;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    gap: 3px;
  }
  .tepra-point-column-box-title__icon-number {
    font-size: 1.7rem;
    font-weight: bold;
    display: inline;
  }
  .tepra-point-column-box-title__text {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.3;
  }
  /* ----- tepra-app-column ----- */
  .tepra-app-column {
    margin-top: 20px;
  }
  /* ----- tepra-heading_v2 ----- */
  .tepra-heading_v2 {
    background-color: #333;
    padding: 7px 0 9px;
    text-align: center;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .tepra-heading_v2__label {
    color: #fff;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1;
  }
  .tepra-heading_v2__label--small {
    font-size: 1.4rem;
    display: inline-block;
    margin-top: 5px;
  }
  .tepra-heading_v2:not(:last-child) {
    margin-bottom: 20px;
  }
  /* ----- tepra-heading-v3 ----- */
  .tepra-heading-v3:not(:last-child) {
    margin-bottom: 10px;
  }
  .tepra-heading-v3__label {
    position: relative;
    padding-left: 22px;
    font-size: 1.7rem;
    font-weight: 700;
  }
  .tepra-heading-v3__label::before {
    display: inline-block;
    position: absolute;
    top: .25em;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #777;
    content: "";
  }
  /* ----- tepra-heading-lv1 ----- */
  .tepra-heading-lv1 {
    margin: 2.25em 0 1em;
    padding-bottom: 13px;
    border-bottom: 2px solid #ddd;
    margin-left: -15px;
    margin-right: -15px;
  }
  .tepra-heading-lv1__title-wrap {
    padding: 0 15px;
  }
  .tepra-heading-lv1__title {
    display: flex;
    font-size: 2.3rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
  }
  .tepra-heading-lv1__icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-left: 10px;
    font-size: 1.2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #e86800;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 3px;
    right: 0;
  }
  .mt0  { margin-top: 0px!important; }
  .mt5  { margin-top: 5px!important; }
  .mt10 { margin-top: 10px!important; }
  .mt12 { margin-top: 12px!important; }
  .mt15 { margin-top: 15px!important; }
  .mt16 { margin-top: 16px!important; }
  .mt18 { margin-top: 18px!important; }
  .mt20 { margin-top: 20px!important; }
  .mt27 { margin-top: 27px!important; }
  .mt30 { margin-top: 30px!important; }
  .mt40 { margin-top: 40px!important; }
  .mt42 { margin-top: 42px!important; }
  .mt50 { margin-top: 50px!important; }
  #tab-feature .accordion_detail .column-layout > .column_item {
    margin-top: 14px!important;
  }
  #tab-feature .accordion_detail .column-layout + .column-layout {
    margin-top: 14px!important;
  }
  .w240px {
    width: 240px;
  }

/* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
}

/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (min-width: 320px) and (max-width: 370px) {
  .cartridge-hero-layout .cartridge-hero_titleLead {
    font-size: 1.1rem;
  }
  .cartridge-hero-layout .cartridge-hero_subText {
    font-size: 1.5rem;
  }
}@media only screen and (min-width: 500px) and (max-width: 589px) {
  .cartridge-hero-layout .cartridge-hero_subText {
    padding: 20px;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 590px) and (max-width: 767px) {
  .cartridge-hero-layout .cartridge-hero_titleLead {
    font-size: 2rem;
  }
  .cartridge-hero-layout .cartridge-hero_subText {
    padding: 30px 0 30px 20px;
    font-size: 2.9rem;
  }
}
@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 {
  body {
    width: 1280px;
  }
}