@charset "UTF-8";
@media screen and (max-width: 768px) {
  /* ==========================================================================
  ベース設定
  =========================================================================== */
  :root {
    /* カラー */
    --Text: #3f4f5f;
    --Text_blue: #1a0dab;
    --Main: #13c4ce;
    --Sub: #effbfe;
    --Accent: #f75d2f;
    --Back: #fefbf3;
    --gray: #6f6f6f;
    /* 文字サイズ */
    --FontSizePC: 16px;
    /* 1010px(inner+padding*2) 〜 max-screen */
    --FontSizeTab: 1.5841584158vw;
  }
  .forPC {
    display: none;
  }
  .forPC-inline {
    display: none;
  }
  .forSP {
    display: block;
  }
  .forSP-inline {
    display: inline-block;
  }
  body:not(.result_page) .adTxt__wrap,
  body.result_page .adTxt__wrap{
    width: 100%;
    height: 37px;
  }
  body:not(.result_page) .adTxt {
    right: 2px;
    top: 6px;
  }
  .adTxt {
    text-align: right;
    max-width: 100%;
    padding: 0;
    margin: 4px auto;
    right: 0;
  }
  .adTxt span {
    font-size: 14px;
    font-weight: bold;
    border: 1px solid var(--Text); /* 枠色 変数名がTextでない場合は変更 */
    padding: 2px 14px;
  }
  .entry .adTxt {
    padding: 0 15px;
  }

  /* ==========================================================================
    トップページ
    =========================================================================== */
  body {
    overflow-x: hidden;
  }
  /* FV */
  header h1 {
    margin: 0 auto;
    width: 100%;
    display: block;
    max-width: 100%;
  }
  header h1 img {
    width: 100%;
    max-width: 100%;
  }
  header h1 .tiiki {
    position: absolute;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    width: 25%;
    left: 15%;
    top: 10.5%;
  }
  header h1 .tiiki::after {
    content: "版";
    display: inline-block;
    margin-left: 3px;
    font-size: 1.4rem;
  }
  .miniRanking__scroll small {
    font-size: 10px;
  }
  /* ranking */
  .ranking {
    border-top: 6px solid #51c3f1;
  }
  .ranking::after {
    height: 6px;
    top: -6px;
  }

  /* ==========================================================================
    記事ページ 
    =========================================================================== */
  .pankuzu {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pankuzu ul .pankuzu__item {
    font-size: 1rem;
  }
  .pankuzu ul .pankuzu__item a img {
    width: 10px;
    height: 10px;
    margin-right: 7px;
  }
  .pankuzu ul .pankuzu__item {
    margin-left: 0;
  }
  .entry__header {
    margin: 40px auto 60px;
  }
  .entry__header h1 {
    font-size: 1.5rem;
  }
  .entry__header h1::before,
  .entry__header h1::after {
    width: 1.875rem;
    height: 3.625rem;
    background-image: url(../img/cm_icon_dot_sp.png);
  }
  .entry__header h1::before {
    left: 0.9375rem;
  }
  .entry__header h1::after {
    right: 0.9375rem;
  }
  .entry h2 {
    border-top: 6px solid #52c3f2;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #505050;
    margin: 50px auto 0;
    font-size: 1.8rem;
  }
  .enrty__point-ttl img {
    width: 200px;
    display: block;
    margin: 0 auto;
  }
  /* form  */
  .refineForm {
    padding: 0 15px 30px;
  }
  .refineForm__inner {
    width: 100%;
  }
  .hanarabiItems dd {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .mouthpieceItems dd {
    grid-template-columns: 1fr 1fr;
  }
  .kodawariItems dd {
    grid-template-columns: 1fr 1fr;
  }
  .hanarabiItems dd label {
    width: 100%;
    height: auto;
    line-height: 1.2;
    padding: 0 0 10px;
  }
  .mouthpieceItems dd label img {
    vertical-align: middle;
  }
  .Refine_Search_submit,
  .noSubmit {
    width: calc(100% - 145px);
    margin-left: 5px;
  }
  .resultForm__ttl {
    padding: 25px 0 0px;
  }
  form > dl.refineForm__filterItem.kodawariItems > dd > label:nth-child(1),
  form > dl.refineForm__filterItem.kodawariItems > dd > label:nth-child(2),
  form > dl.refineForm__filterItem.kodawariItems > dd > label:nth-child(4) {
    line-height: 1.2;
    padding: 13px 0 0;
    box-sizing: border-box;
  }
  /* mini Ranking */
  .miniRanking {
    background-position: top 17px right;
    background-size: 200%;
  }
  .miniRanking__ttl {
    overflow: hidden;
  }
  .miniRanking__ttl img {
    width: 170%;
    height: 104px;
    margin-left: -85%;
    left: 50%;
    max-width: fit-content;
    position: relative;
  }
  .miniRanking__scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    /* padding: 0 20px; */
  }
  .miniRanking__boxs + small {
    padding: 0 20px;
  }
  .miniRanking__boxs {
    margin: 5px auto 0;
    /* margin-top: 15px; */
    margin-left: 5px;
    margin-right: 5px;
    width: 560px;
  }
  .miniRanking__box {
    width: 170px;
  }

  .miniRanking__box:first-child {
    border: 2px solid #52c3f2;
    border-radius: 8px;
  }

  .miniRanking__box-name {
    margin: 12px auto 0;
    font-size: 1.2rem;
  }
  .miniRanking__box-data {
    padding: 13px 10px 10px;
    margin: 12px auto 0;
  }
  .miniRanking__box:nth-child(1) .miniRanking__box-data::before {
    padding: 4px 7px;
  }
  .miniRanking__box-dataTxt {
    padding: 0 0 5px;
    font-size: 1rem;
  }
  .miniRanking__box-dataItem {
    margin: 5px auto 0;
    padding-left: 40px;
    font-size: 1rem;
    min-height: 30px;
  }
  .miniRanking__box-dataItem.item01::before,
  .miniRanking__box-dataItem.item02::before,
  .miniRanking__box-dataItem.item03::before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
  .miniRanking__box-linkTxt {
    font-size: 11px;
    margin-top: 8px;
  }
  .miniRanking__box-linkTxt + .miniRanking__box-link a {
    margin-top: 4px;
  }
  .miniRanking__box-link a {
    margin: calc(12px + 14px) auto 0;
    font-size: 1.3rem;
  }
  /* typePrice  */
  .typePrice__ttl {
    overflow: hidden;
  }
  .typePrice__ttl img {
    width: 170%;
    height: 124px;
    margin-left: -85%;
    left: 50%;
    max-width: fit-content;
    position: relative;
  }
  .typePrice__desc {
    width: calc(100% - 30px);
    line-height: 1.5;
    text-align: center;
  }
  .tab_content01-img {
    padding: 0 25px;
    box-sizing: border-box;
  }
  .tab_content01-imgItem {
    line-height: 1.5;
  }
  .tab_content-scroll {
    padding-left: 15px;
    box-sizing: border-box;
    overflow-x: scroll;
  }
  .tab_content02 {
    padding-left: 15px;
    overflow-x: scroll;
    background-color: #fff;
    box-sizing: border-box;
  }
  .tab_content02 img {
    width: 600px;
    max-width: fit-content;
  }
  .tab_content02 img {
    width: 600px;
  }
  .tab_content03,
  .tab_content04 {
    padding-left: 15px;
    overflow-x: scroll;
    box-sizing: border-box;
  }
  /* hikakuTable */
  .hikakuTable__ttl {
    overflow: hidden;
    background-size: cover;
  }
  .hikakuTable__ttl img {
    width: 170%;
    height: 124px;
    margin-left: -100%;
    left: 50%;
    max-width: fit-content;
    position: relative;
  }
  .hikakuTable__scroll {
    overflow-x: scroll;
    padding: 0 20px;
  }
  .hikakuTable__logo {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .hikakuTable__tableBtn a {
    width: 85px;
  }
  .hikakuTable__table > thead > tr > th:nth-child(1) {
    width: 105px;
  }
  .hikakuTable__table > thead > tr > th:nth-child(2) {
    width: 42%;
  }
  .hikakuTable__table > thead > tr > th:nth-child(3) {
    width: 38%;
  }
  /* ranking */
  .ranking__ttl {
    overflow: hidden;
  }
  .ranking__ttl img {
    width: 170%;
    height: 124px;
    margin-left: -85%;
    left: 50%;
    max-width: fit-content;
    position: relative;
    margin-bottom: 20px;
  }
  .ranking__inner {
    padding: 0 15px;
    box-sizing: border-box;
  }
  /* choice */
  .choice__ttl {
    overflow: hidden;
  }
  .choice__ttl img {
    width: 170%;
    height: 124px;
    margin-left: -85%;
    left: 50%;
    max-width: fit-content;
    position: relative;
  }
  .choice__scroll {
    overflow-x: scroll;
    padding: 0 20px;
  }
  /* matome  */
  .matome__inner {
    padding: 0 15px;
    box-sizing: border-box;
  }
  /* ==========================================================================
  絞り込み検索結果ページ
  =========================================================================== */
  #CONTENTS {
    overflow: hidden;
  }
  .searchConditions::before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 166px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -83px;
    top: -1px;
  }
  .searchConditions__ttl {
    width: 166px;
    height: 18px;
    background-image: url("../img/ct_searchConditions_ttl.svg");
    background-size: 166px 18px;
    display: inline-block;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -83px;
    text-indent: -9999px;
  }
  .result_count {
    padding: 10px 0 0;
  }
  .options_accordion_ul {
    margin: 10px auto 0;
    width: calc(100% - 40px);
  }
  .productBox {
    border-radius: 10px;
    background-color: #dbf2fc;
    margin: 20px auto;
    padding: 0 20px 30px;
  }
  .productBox__rank {
    width: 49px;
    height: 55px;
    padding: 9px 10px 0;
  }
  .productBox__rank::after {
    border-bottom: 10px solid #dbf2fc;
  }
  .rank1 .productBox__rank::after {
    border-bottom: 10px solid #fdf4d9;
  }
  .productBox__rank::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -34px;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 34px solid transparent;
    border-bottom: 15px solid #dbf2fc;
  }

  .productBox.rank1 .productBox__rank small {
    width: 30px;
    height: 39px;
  }

  .productBox.rank1 .productBox__rank small::after {
    font-size: 1.4rem;
  }

  .productBox__head a {
    color: #1a0dab;
    display: block;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 18px;
    padding-left: 80px;
    position: relative;
  }
  .productBox__bnr-catch {
    background-color: #fff;
    position: relative;
    min-height: auto;
    font-weight: bold;
    padding: 10px;
    color: #505050;
    line-height: 50px;
    font-size: 1.2rem;
    line-height: 1.3;
    padding-right: 105px;
  }
  .productBox__data table th {
    width: 95px;
    vertical-align: middle;
    background-color: #f5f7f9;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    border: 1px solid #505050;
    padding: 10px;
    font-size: 1.2rem;
    box-sizing: border-box;
  }
  .productBox__data table td {
    text-align: left;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #505050;
    padding: 10px;
    font-size: 1.2rem;
  }
  .productBox__cta01 {
    padding: 30px 15px;
  }
  .productBox__cta02 a,
  .productBox__cta01-btn a {
    margin-top: 15px;
  }
  /* ==========================================================================
  Footer
  =========================================================================== */
  .footer {
    margin: 40px auto 0;
    background: #fff;
  }
  .footer__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .footer__links {
    margin: 30px auto;
  }
  .footer__links-box {
    width: 100%;
    display: block;
    vertical-align: top;
    margin: 30px auto 0;
  }
  .footer__links-ttl {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .footer__links-item {
    margin: 10px auto 0;
    line-height: 1;
  }
  .footer__links-item a {
    color: #505050;
    font-size: 1.2rem;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
  }
  .footer__links-item a:hover {
    text-decoration: underline;
  }
  .footer__bottom-links {
    padding: 10px 0;
    text-align: center;
    font-size: 1.2rem;
  }
  .footer__bottom-links a {
    text-decoration: none;
    color: #505050;
  }
  .footer__bottom-links a:hover {
    text-decoration: underline;
  }
  .footer__copy {
    background-color: #505050;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    line-height: 35px;
    padding: 0;
  }

  .imgContent {
    width: 100%;
    padding: 0 15px;
    margin: 20px 0;
    box-sizing: border-box;
  }
  /* ==========================================================================
  20231113 positioningMap-kirei追加
  =========================================================================== */
  .positioningMap-kirei .positioningMap__inner::after {
    background: url(../img/positioningmap_bg_mouth.svg) no-repeat center / 76%
      auto;
  }
  .positioningMap__label {
    font-size: 1.1rem;
  }
  /* ==========================================================================
  20231122 あなたが選んだ条件横並びに変更
  =========================================================================== */
  
  .searchConditions__table th {
    width: 55%;
    padding: 10px 10px 10px 0;
  }
  
  .searchConditions__table td {
    width: 45%;
    padding: 10px 0 10px 0;
  }
  /* ========================================================
header ロゴ追加
=========================================================*/
.header__logo{
  height: 37px;
  width: 100%;
}
.header__logo::before{
  width: 130px;
  height: 37px;
}
}
