@charset "UTF-8";
@media screen and (max-width: 768px) {
  /* ==========================================================================
  ベース設定
  =========================================================================== */
   :root {
    /* カラー */
    --Text: #383838;
    --Back: #E9EFF5;
    --Main: #78AFC3;
    --Sub: #FFE160;
    --Accent: #FFE46E;
    /* 文字サイズ */
    --FontSizeSP: 16px;
    /* 375px 〜 768px */
    --FontSizeSP2: 4.2666666667vw;
    /* 〜　374px */
  }
  html {
    font-size: var(--FontSizeSP);
  }
  /* 広告表記 */
  .adTxt {
    text-align: right;
    max-width: 100%;
    padding: 0 15px; /* 左右余白 LPに合わせて調整 */
    margin: 8px auto;
    transform: translateY(0);
  }
  .adTxt span {
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #000; /* 枠色 変数名がTextでない場合は変更 */
    padding: 2px 14px;
  }
  /* ==========================================================================
    共通パーツ
    =========================================================================== */
  /* インナー幅 */
  .inner {
    padding-right: 15px;
    padding-left: 15px;
    overflow: hidden;
  }
  /* 各セクション */
  .section {
    padding: 1.875rem 0 5rem;
  }
  .section__ttl--1 {
    width: 16.5rem;
    width: 18.1rem;
  }
  .section__ttl--2 {
    width: 90%;
    position: absolute;
    top: -100px;
    max-width: 100%;
    left: 50%;
    margin-left: -45%;
  }
  .section__ttl--3 {
    width: 20.9375rem;
    top: -45px;
  }
  .section__ttl--4 {
    width: 100%;
  }
  .section__ttl--result {
    width: 100%;
  }
  /* ボタン大 */
  .btn-main {
    font-size: 1.25rem;
    padding: 1.25rem 1.875rem;
  }
  /* チェックマークのリスト */
  .check-list li {
    font-size: 1rem;
    line-height: 1.75;
  }
  .check-list li:nth-child(n+2) {
    margin-top: 1rem;
  }
  .spBr {
    display: block;
  }
  /* フッター */
  .footer__links-inner {
    display: block;
    border: none;
  }
  .footer__info-links {
    margin-right: 15px;
    margin-left: 15px;
    width: calc(100% - 30px);
    border-right: none;
  }
  .footer__info-links a {
    width: calc(50% - 10px);
  }
  .footer__info-links a {
    border-right: 1px solid #000 !important;
  }
  .footer__info-links a:nth-last-of-type(1) {
    margin-left: 20px;
  }
  .footer__links-inner dl {
    margin: 0;
    width: 100%;
  }
  .footer__links-inner dl:nth-child(n+2) {
    margin-top: 1.25rem;
  }
  .footer__links-inner dd ul {}
  .footer__links-wrapper>div.inner.footer__links-inner>dl>dd>ul>li:nth-last-of-type(1) {
    border-bottom: none;
  }
  /* テーブル青　スクロールあり */
  .table-wrapper__sp-scroll {
    overflow-x: scroll;
  }
  .table-wrapper__content {
    margin-top: 0.3125rem;
  }
  .table {
    border-collapse: collapse;
    width: 60rem;
  }
  /* テーブル黒 スクロールなし */
  .table-black {
    line-height: 1.25;
  }
  .table-black th, .table-black td {
    font-size: 0.875rem;
  }
  .table-black td {
    line-height: 1.5;
  }
  /* PCのみ表示 */
  .u-desktop {
    display: none;
  }
  /* スマホのみ表示 */
  .u-mobile {
    display: block;
  }
  .forSP {
    display: block;
  }
  /* コラム記事 番号付きリスト */
  .article ol li {
    font-size: 1rem;
  }
  .article ol li p {
    margin: 0;
    flex: 1;
  }
  /* アコーディオン */
  .aco button {
    padding: 0.9375rem 0.625rem;
    align-items: flex-start;
  }
  .aco button span {
    margin-right: 0.625rem;
  }
  /* 吹き出しボックス */
  .balloon-box {
    padding: 3.75rem 1.25rem 2.5rem;
  }
  .conditions__box {
    margin: 1.9125rem auto 0;
}
  .balloon-box__ttl>span {
    border-radius: 1.875rem;
  }
  .balloon-box__ttl>span>span {
    padding: 0.625rem 1.875rem;
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
  }
  .balloon-box__ttl--blue>span>span {
    padding: 5px;
  }
  .balloon-box__ttl>span>span::before {
    top: 0.625rem;
  }
  .balloon-box__ttl>span>span::after {
    top: 0.625rem;
  }
  .conditions__list dt {
    min-width: 84px;
  }
  /*
  header　追記
  */
  .header h1 img {
    position: static;
    width: 100%;
    height: auto;
  }
  .areaName{
    line-height: 40px;
    font-size: 24px;
    min-width: 104px;
    left: 4.3%;
    top: 27%;
  }
  /*
  footer　追記
  */
  .footer__links-wrapper {
    background-color: #fff;
  }
  .footer__links-inner dd ul li a {
    border-bottom: none;
  }
  .footer__links-inner dd ul li::before {
    display: none;
  }
  dt.txt-lg {
    border: 1px solid #000;
    font-size: 16px;
    font-weight: bold;
    background-color: #F5F5F5;
    padding: 10px;
    position: relative;
  }
  dt.txt-lg:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -1px;
    border-bottom: 1px solid #000;
  }
  dt.txt-lg.active:after {
    width: 24px;
    height: 1px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -1px;
    border-bottom: 1px solid #000;
  }
  .footer__links-inner dd ul {
    display: block;
    border-bottom: 1px solid #000;
    margin: 0;
  }
  .footer__links-inner dd ul li {
    list-style: none;
    padding-left: 0;
    position: relative;
    padding: 10px;
    line-height: 1;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #000;
    border-bottom: 1px dotted #000;
    border-top: none;
  }
  /* 20240603 footer 改修 */

  /* ==========================================================================
  ranking / メンズ脱毛ランキングTOP3
  =========================================================================== */
  .ranking.section {
    margin-top: -30px;
  }
  .ranking.section .inner {
    padding-bottom: 50px;
  }
  .ranking__item {
    margin: 80px auto 0;
  }
  .ranking__item-rank img {
    width: 108px;
  }
  .ranking__item-ttl {
    min-height: 118px;
    position: relative;
    padding-left: 122px;
    padding-top: 6px;
  }
  .ranking__item-copy {
    font-size: 16px;
    line-height: 1.5;
  }
  .ranking__item-bnr {
    display: block;
    width: 100%;
    height: auto;
    position: static;
  }
  .ranking__item-table{
    font-size: 14px;
  }
  .ranking__item-table tbody th {
    background-color: #fff;
    border-bottom: 1px solid #000;
    vertical-align: middle;
    padding: 20px;
    text-align: left;
    width: 100px;
    box-sizing: border-box;
  }
  .ranking__item-table tbody td {
    vertical-align: middle;
    border-left: none;
  }
  .ranking__item-tableType {
    display: inline-block;
    width: 80px;
    font-size: 14px;
  }
  .ranking__item-tableType+.ranking__item-tableType {
    margin-left: 10px;
  }
  .ranking__item-btnCopy {
    width: 80%;
    margin: 0 auto;
    position: relative;
    line-height: 1.5;
    min-height: 42px;
  }
  .ranking__item-btnCopy.row1{
    line-height: 42px;
  }
  .ranking__item-btnCopy.adjustment{
    width: 83%;
  }
  .ranking__item-btnCopy::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 42px;
    background-image: url(../img/ct_ranking_linkIcon.png);
    position: absolute;
    background-size: 20px 42px;
    margin-right: 0;
    top: 50%;
    margin-top: -21px;
    left: 0;
  }
  .ranking__item-btnCopy::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 42px;
    background-size: 20px 42px;
    background-image: url(../img/ct_ranking_linkIcon.png);
    position: absolute;
    margin-right: 0;
    top: 50%;
    margin-top: -21px;
    right: 0;
  }
  .ranking__item-btn a {
    display: block;
    width: 100%;
    padding: 10px 40px 10px 15px;
    text-align: left;
    font-size: 20px;
  }
  .ranking__item-btn a small{
    font-size:18px ;
  }
  .ranking__item:nth-child(2)>div.ranking__item-comment .ranking__item-commentTxt, .ranking__item:nth-child(3)>div.ranking__item-comment .ranking__item-commentTxt, .ranking__item:nth-child(4)>div.ranking__item-comment .ranking__item-commentTxt {
    width: 252px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 6px;
    padding: 14px;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 1.5;
    float: left;
    position: relative;
  }
  .ranking__item-comment {
    position: relative;
    min-height: 110px;
  }
  .ranking__item::after {
    top: auto;
    bottom: -60px;
    position: absolute;
    z-index: -1;
    display: inline-block;
    background-image: url(../img/cm_ranking_bg.png);
    width: calc(100% + 30px);
    left: -15px;
  }
  /* 20240517 画像サイズ調整 */
  img.ranking__commentImg_01{
    width: 84px;
    height: 92px;
  }
  img.ranking__commentImg_02{
    width: 105px;
    height: 80px;
  }
  img.ranking__commentImg_03{
    width: 105px;
    height: 82px;
  }
  /* ==========================================================================
  popular / 迷ったらコレ！当サイト人気No.1はこちら
  =========================================================================== */
  .popular.section {
    margin-top: 50px;
  }
  table.popular__item-data>tbody>tr>td:nth-child(1) {
    display: inline-block;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    min-height: 100px;
    border-top: none;
    border-left: none;
    border-bottom: none;
  }
  table.popular__item-data>tbody>tr>td:nth-child(2) {
    display: inline-block;
    box-sizing: border-box;
    min-height: 100px;
    border: none;
    line-height: 60px;
    padding-left: 30px;
  }
  table.popular__item-data>tbody>tr>td:nth-child(3) {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-left: none;
    border-right: none;
  }
  .popular__item-data tbody td img {
    width: 100%;
    height: auto;
  }
  .popular__item-campaignItem {
    margin-left: 20px;
    display: block;
    line-height: 40px;
  }
  .popular__item-campaign {
    padding-bottom: 20px;
  }
  .popular__item-btn a, .type__box-btn a {
    display: block;
    width: 100%;
    max-width: 490px;
    box-sizing: border-box;
    border-radius: 8px;
    line-height: 1.5;
    padding: 10px 40px;
    border: 2px solid #000;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    color: #000;
    background: rgb(254, 226, 108);
    background: linear-gradient(0deg, rgba(240, 191, 58, 1) 0%, rgba(254, 226, 108, 1) 100%);
    margin:0px auto;
  }
  .type__box-btn {
    position: relative;
    bottom: 0;
    margin-top: 10px;
  }
  .type__box-btn a {
    margin-top: 20px;
  }
  .ranking__item-btn a::after, .popular__item-btn a::after, .type__box-btn a::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 24px;
    background-image: url("../img/cm_formArrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 20px;
  }
  .popular__item-specSp {
    width: 100%;
  }
  .popular__item-specSp>tbody>tr:nth-child(1)>td:nth-child(1) .adjustment, .popular__item-specSp>tbody>tr:nth-child(2)>td:nth-child(2) .adjustment {
    position: relative;
    top: 10px;
  }
  .popular__item-specSp tr td {
    position: relative;
    border: 1px solid #000;
    text-align: center;
    padding-top: 36px;
    padding-bottom: 10px;
    font-weight: bold;
    line-height: 1.5;
    border-right: none;
    width: 50%;
  }
  .popular__item-specSp tr td:nth-of-type(1){
    border-left: none;
  }
  .popular__item-specSpHead {
    display: block;
    line-height: 26px;
    text-align: center;
    width: calc(100% - 4px);
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 14px;
    font-weight: bold;
    background-color: #C6D5DB;
  }
  /* ==========================================================================
  type / タイプ別おすすめメンズ脱毛
  =========================================================================== */
  .type.section {
    padding-bottom: 60px;
    margin-top: 60px;
  }
  .type.section .inner {
    padding-right: 0px;
    padding-left: 0px;
    overflow: inherit;
  }
  .type__tab-item {
    width: 32%;
    margin-right: 0.5%;
    border: none;
    position: relative;
    bottom: -2px;
    transition: 0.3s;
  }
  .type__tab-item.select {
    background-color: #fff;
    border: 1px solid #000;
    border-bottom: 1px solid #fff;
    z-index: 100;
  }
  .type__tab-item:nth-of-type(1).select{
    color: #C7A044;
  }
  .type__tab-item:nth-of-type(2).select{
    color: #79BBCB;
  }
  .type__tab-item:nth-of-type(3).select{
    color: #82BA7A;
  }


  .type__box-item {
    width: 100%;
    display: block;
    border: none;
    border-top: 1px solid #000;
    background-color: #fff;
    margin-right: 0;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: 1px;
    position: relative;
    top: 0;
    padding: 20px 15px;
    min-height: auto;
    transition: 0.3s;
  }
  .type__box-item.down {
    display: none;
  }
  .type__box-bnr {
    margin-top: 30px;
  }
  /* ==========================================================================
  search / 全3問条件を選ぶだけ！メンズ脱毛を検索
  =========================================================================== */
  /* セクション背景 */
  .search.section {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .search::before {
    width: 6.25rem;
    height: 6.25rem;
    z-index: -1;
  }
  .search::after {
    width: 6.25rem;
    height: 6.25rem;
    z-index: -1;
  }
  .search__form {
    margin-top: 10px;
  }
  /* フォーム */
  .form dl:nth-child(n+2) {
    margin-top: 1.25rem;
  }
  .form__grid {
    margin-top: 0.9375rem;
    gap: 0.9375rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .form__grid.form__grid--3col {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.9375rem;
  }
  .form label {
    padding: 0.625rem;
    display: block;
    align-items: center;
    font-size: 0.875rem;
  }
  .form .form__radio-label {
    justify-content: center;
    height: auto;
    text-align: center;
  }
  label.form__radio-label.conditions_type03-label {
    line-height: 84px;
  }
  label.form__radio-label.conditions_type-label.conditions_type03-label::before {
    display: none;
  }
  .form .form__checkbox-label {
    height: 3.125rem;
    height: 95px;
    font-size: 12px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
  }
  .form__radio-label::before {
    display: none;
  }
  .form__radio-label::after {
    display: none;
  }
  .conditions_type-label::before, .form__checkbox-label::before {
    margin: 0 auto 10px;
    display: block;
  }
  .conditions_type-label::before {
    margin: 0 auto 10px;
  }
  form>dl:nth-child(2)>dd>label:nth-child(6) {
    line-height: 34px;
  }
  form>dl span.block {
    display: block;
    font-size: 10px;
  }
  /* ボタン */
  .form__btns {
    display: flex;
    margin-top: 2.5rem;
  }
  .form__clear-btn {
    position: static;
    margin-right: 0.9375rem;
    padding: 1rem;
  }
  .form__submit-btn {
    border: none;
    flex: 1;
  }
  /* ==========================================================================
    no1 / 1位　メンズエミナル
  =========================================================================== */
  section.no1.section.wrapper>.inner {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: -40px;
  }
  .no1__title-copy {
    line-height: 1.5;
  }
  .no1__title-rank {
    margin-top: 5px;
  }
  .no1__item-spec_sp {
    width: 100%;
    background-color: #fff;
    border: 1px solid #000;
    margin: 20px auto 0;
  }
  .no1__item-spec_sp tr {
    border-bottom: 1px solid #000;
  }
  .no1__item-spec_sp tr th {
    width: 110px;
  }
  .no1__item>table>tbody>tr:nth-child(3), .no1__item>table>tbody>tr:nth-child(4), .no1__item>table>tbody>tr:nth-child(5) {
    border-bottom: none;
  }
  .no1__item>table>tbody>tr:nth-child(3) td, .no1__item>table>tbody>tr:nth-child(4) td, .no1__item>table>tbody>tr:nth-child(5) td {
    border-bottom: 1px dotted #000;
  }
  .no1__item-spec_sp tr th, .no1__item-spec_sp tr td {
    padding: 12px;
    line-height: 1.5;
    vertical-align: middle;
    font-weight: bold;
  }
  .no1__item-spec_sp .iconTag {
    display: inline-block;
    width: auto;
    line-height: 38px;
    padding:0px 10px;
    font-weight: bold;
  }
  .no1__item-spec_sp .iconTag+.iconTag {
    margin-left: 5px;
  }
  .no1__item>table>tbody>tr:nth-child(1) td, .no1__item>table>tbody>tr:nth-child(2) td {}
  .section.no1.section.wrapper>.inner::after {
    content: "";
    width: calc(100% + 30px);
    height: 789px;
    left: -15px;
    top: auto;
    bottom: 0;
    position: absolute;
    z-index: -1;
    display: inline-block;
    background-image: url(../img/no1_bg.png);
  }
  .no1__txt-copy {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    height: auto;
    line-height: 1.2;
    float: none;
    padding: 0;
  }
  .no1__txt-copy small{
    font-size: 16px;
  }
  .no1__txt-desc {
    width: 100%;
    margin: 15px auto 0;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    position: relative;
    float: none;
  }
  .no1__btn-copy {
    width: 220px;
    margin: 0 auto;
    position: relative;
    line-height: 1.5;
  }
  .no1__btn-copy::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 42px;
    background-size: 20px 42px;
    background-image: url(../img/ct_ranking_linkIcon.png);
    position: absolute;
    margin-right: 0;
    top: 50%;
    margin-top: -21px;
    left: 0;
  }
  .no1__btn-copy::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 42px;
    background-size: 20px 42px;
    background-image: url(../img/ct_ranking_linkIcon.png);
    position: absolute;
    margin-right: 0;
    top: 50%;
    margin-top: -21px;
    right: 0;
  }
  .no1__btn {
    margin-top: 20px;
  }
  .no1__btn a {
    display: block;
    width: 100%;
    max-width: 490px;
    box-sizing: border-box;
    border-radius: 8px;
    line-height: 1.5;
    padding: 10px 40px;
    border: 2px solid #000;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    color: #000;
    background: rgb(254, 226, 108);
    background: linear-gradient(0deg, rgba(240, 191, 58, 1) 0%, rgba(254, 226, 108, 1) 100%);
    margin: 10px auto;
  }
  .no1__btn a::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 24px;
    background-image: url("../img/cm_formArrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 20px;
  }
/* ==========================================================================
  20240603 yss コラム改修 
=========================================================================== */
.yss dt.txt-lg {
  background-color: #fff;
  padding: 0 0 10px;
  border: none;
}
.yss dt.txt-lg:after {
  display: none;
}
.yss .footer__links-inner dl dd ul {
  display: block;
}
.yss .footer__links-inner dd ul, 
.yss .footer__links-inner dd ul li {
  border: none;
}
.yss .footer__links-inner dd ul li {
  padding: 0;
}
.yss .footer__links-inner {
  width: calc(100% - 30px);
  margin: 0 15px;
  padding: 10px;
  border: 1px solid #000;
}
.yss .footer__info-links a:nth-last-of-type(1) {
  margin-left: 0;
}
.yss .footer__info-links a {
  width: 50%;
}
.page-lower h1{
  width: calc(100% - 60px);
  padding: 15px;
  font-size: 24px;
}
/* ==========================================================================
  20240606 yss ランキング改修 
=========================================================================== */
.yss .section__ttl--1{
  width: auto;
}
.yss .ranking__item {
  margin: 40px auto 0;
}
.yss .ranking__item-ttl {
  padding-left: 0;
}
.yss .ranking__item-bnr {
  width: 100%;
}
.yss .ranking.section .inner {
  padding-bottom: 0;
}
.yss  .ranking.section {
  margin-top: -30px;
  padding-bottom: 40px;
}
/* ==========================================================================
  2024716 比較表追加  
=========================================================================== */
.hikaku {
  width: 100%;
  overflow-x: scroll;
}
.hikaku__ttl {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
}
.hikaku__catch {
  top: -5px;
  left: 5px;
}
.hikaku .sticky{
  position: sticky;
  top: 0;
  left: 15px;
  z-index: 99;
}
.hikaku .sticky::before{
  content: "";
  background-color: #fff;
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid var(--Text);
}
.hikaku__container {
  width: 620px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 14px;
}
.hikaku__th {
  width: 80px;
}
.hikaku__parts {
  padding: 5px;
}
.hikaku__parts-btn {
  padding: 10px;
  text-align: left;
  font-size: 15px;
}
.hikaku__parts-btn a::after {
  right: 5px;
}
.hikaku > div > div:nth-child(2) > div:nth-child(1),
.hikaku > div > div:nth-child(3) > div:nth-child(1),
.hikaku > div > div:nth-child(4) > div:nth-child(1) {
  padding: 20px 20px 5px 20px;
}
/* ==========================================================================
  2024716 部位別料金プラン追加  
=========================================================================== */
.buibetsu {
  margin: 0 auto 40px;
  font-size: 13px;
}
.buibetsu__container {
  width: 100%;
}
.buibetsu__parts {
  padding: 5px;
}
.buibetsu__parts img {
  max-width: 80px;
}
.buibetsu__parts-name {
  font-size: 14px;
  padding: 5px;
  margin: 3px 0;
}
.buibetsu__parts-btn a {
  width: 100%;
  padding: 10px 15px 10px 5px;
  font-size: 13px;
  line-height: 1.3;
}
.buibetsu__parts-btn a::after {
  width: 9px;
  right: 2px;
}
.buibetsu > div > div:nth-child(1) {
  padding: 0;
}
.ranking__item::after {
  bottom: 60px;
}
}

@media screen and (max-width: 375px) {
  html {
    font-size: var(--FontSizeSP2);
  }
}


/*# sourceMappingURL=style_sp.css.map */