/* pc
========================================================================== */
@media screen and (max-width: 1630px) {
  .sidenav .tel img {
    height: auto;
    width: 75px;
  }
  .sidenav ul.sidenav-menu li {
    height: 60px;
    width: 75px;
    font-size: 1.3rem;
  }
  .sidenav ul.sidenav-menu li span, .sidenav ul.sidenav-menu li br {
    display: none;
  }
  .sidenav ul.sidenav-menu li.sidenav-sample br {
    display: inline-block;
  }
  .sidenav ul.sidenav-menu li.sidenav-sample img {
    display: none;
  }
}
@media screen and (max-width: 1535px) {
  .sidenav {
    display: none !important;
  }
  .sidenav.is_active {
    display: none !important;
  }
}
@media screen and (max-width: 1290px) {}
@media screen and (max-width: 1274px) {
  .main-nav > ul > li {
    padding: var(--space-xs) var(--space-md);
    background: none !important;
  }
}
@media screen and (max-width: 1096px) {
  header .header__main--left {
    width: 20rem;
  }
  header .header__main--left img {
    height: 60px;
  }
  header .header__main .main-nav > ul {
    display: flex;
    align-items: center;
  }
  header .header__main .main-nav > ul > li .sm {
    font-size: var(--font-sm);
  }
  header .header__main .main-nav > ul > li .lg {
    font-size: var(--font-md);
    line-height: 1.6rem;
  }
  .sub-menu.is_active {
    top: 9rem;
  }
}
@media (min-width: 992px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .lineup-sp {
    display: none;
  }
  .footer__list .row .items {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/* tab
========================================================================== */
@media (max-width: 991px) {  .flex-tab-30 {
    flex: 30%;
    max-width: 30%;
    padding: 0 var(--space-sm);
  }  .flex-tab-70 {
    flex: 70%;
    max-width: 70%;
    padding: 0 var(--space-sm);
  }  .flex-tab-100 {
    flex: 100%;
    max-width: 100%;
    padding: 0 var(--space-sm);
  }  .col-tab-3 {
    flex: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 var(--space-sm);
  }  .pa0 {
    padding: 0px !important;
  }  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .lineup-sp {
    display: none;
  }
  .side-contents {
    display: none;
  }
  .contents-wrap > article.container {
    padding-right: 0;
    padding-left: 0;
  }
  .page-title .container {
    padding-right: 0;
    padding-left: 0;
  }
  .header {
    background: #fff;
  }
  .header .logo {
    background: var(--loud-color);
    padding: 0;
  }
  .header .logo img {
    width: initial !important;
    max-width: 100% !important;
    vertical-align: text-top;
  }
  .header .head-sp {
    padding: 0;
    font-size: var(--font-sm);
  }
  .header .head-sp ul {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .header .head-sp ul li {
    padding: var(--space-sm) 0;
    text-align: center;
    border-right: 1px solid #dddddd;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .head-sp ul li a {
    display: block;
    line-height: var(--lh-none);
  }
  .header .head-sp ul li i {
    display: block;
    margin: 0 auto var(--space-xs);
  }
  .header .head-sp__phone i {
    content: url("../img/common/icon-phone.webp");
  }
  .header .head-sp__estimate i {
    content: url("../img/common/icon-estimate.webp");
  }
  .header .head-sp__company i {
    content: url("../img/common/icon-company.webp");
  }
  .header .head-sp .hamburger {
    padding: 1.4rem 0;
    color: var(--link-color);
    position: relative;
  }
  .header .head-sp .hamburger span {
    position: relative;
    top: 2rem;
  }
  .header .head-sp .hamburger-inner,
  .header .head-sp .hamburger-inner::before,
  .header .head-sp .hamburger-inner::after {
    background-color: var(--loud-color);
    width: 3rem;
    height: 0.3rem;
  }
  .header .head-sp .hamburger-inner {
    top: 40%;
  }
  .sub-menu.is_active {
    display: none;
  }
  .contents-wrap {
    padding: 0;
  }  .plan-box .card .plan-box .card .card-title {
    font-size: var(--font-2xl);
    line-height: 2rem;
  }
  .plan-box .card dl dt {
    font-size: var(--font-sm);
    line-height: 2.2rem;
  }
  .plan-box .card a::after {
    display: none;
  }
  .plan-box .card .popup {
    display: none;
  }  .page-onepoint .read {
    padding: 0;
  }
  .sub-menu .container {
    padding: 0;
  }
  .sub-menu ul {
    flex-wrap: wrap;
  }
  .sub-menu ul li {
    width: 50%;
    border: 1px solid #fff;
  }
  .sub-menu.sub-menu-onepoint ul li {
    width: 100%;
  }
  .sub-menu.sub-menu-onepoint ul li:nth-child(2), .sub-menu.sub-menu-onepoint ul li:nth-child(3), .sub-menu.sub-menu-onepoint ul li:nth-child(4), .sub-menu.sub-menu-onepoint ul li:nth-child(5) {
    width: 50%;
  }  .footer {
    padding-top: 0;
  }
  .footer__list .container {
    padding-right: var(--space-md);
    padding-left: var(--space-md);
  }
}
/* SP固定CTAバー：PC/タブレットでは非表示 */
.sp-fixed-cta {
  display: none;
}
/* sp
========================================================================== */
@media (max-width: 767px) {  .flex-sp-20 {
    flex: 20%;
    max-width: 20%;
    padding: 0 var(--space-sm);
  }  .flex-sp-40 {
    flex: 40%;
    max-width: 40%;
    padding: 0 var(--space-sm);
  }
  .flex-sp-50 {
    flex: 50%;
    max-width: 50%;
    padding: 0 var(--space-sm);
  }
  .flex-sp-60 {
    flex: 60%;
    max-width: 60%;
    padding: 0 var(--space-sm);
  }  .flex-sp-80 {
    flex: 80%;
    max-width: 80%;
    padding: 0 var(--space-sm);
  }  .flex-sp-100 {
    flex: 100%;
    max-width: 100%;
    padding: 0 var(--space-sm);
  }
  .col-sp-1 {
    flex: 100%;
    max-width: 100%;
    padding: 0 var(--space-sm);
  }
  .col-sp-2 {
    flex: 50%;
    max-width: 50%;
    padding: 0 var(--space-sm);
  }
  .col-sp-3 {
    flex: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 var(--space-sm);
  }  .pa0 {
    padding: 0px !important;
  }  .mb-sp-10 {
    margin-bottom: var(--space-sm) !important;
  }
  /* ラインナップ PC→SPカード切り替え */
  .lineup-pc {
    display: none;
  }
  .lineup-sp {
    display: block;
  }  body {
    font-size: var(--font-md);
  }
  h1 {
    font-size: var(--font-2xl);
  }
  .page-cost h1.cost {
    font-size: 1.5rem;
    line-height: 2.4rem;
    padding-left: 1.5rem;
  }
  .page-cost h1.cost:before {
    height: 2.4rem;
  }
  header .header {
    border-bottom: 0.1rem solid var(--loud-color);
  }
  header .header .head-sp {
    font-size: 1.1rem;
  }
  header .header .head-sp ul li {
    padding: 0;
  }
  header .header .head-sp i {
    height: 2rem;
    width: auto;
  }
  header .header .head-sp .hamburger span {
    top: 1.3rem;
  }
  header .header .head-sp .hamburger-inner,
  header .header .head-sp .hamburger-inner::before,
  header .header .head-sp .hamburger-inner::after {
    width: 2rem;
    height: 0.2rem;
  }
  header .header .head-sp .hamburger-inner {
    top: 35%;
  }
  .banner .container {
    padding: 0;
  }
  .footer .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .footer .row .items a {
    font-size: var(--font-md);
  }
  .footer .row .items a img {
    margin-right: var(--space-sm);
    max-width: 3.5rem;
  }
  .footer .copyright {
    padding: var(--space-xs) var(--space-md);
    text-align: center;
  }
  .footer .copyright p {
    font-size: var(--font-sm);
    font-weight: 400;
  }
  .main-breadcrumb {
    display: block;
  }  .plan-box {
    padding: 0 !important;
    margin-bottom: 0;
    background: #fff;
  }
  .plan-box .container {
    padding-right: var(--space-sm);
    padding-left: var(--space-sm);
  }
  .plan-box .head-box {
    margin-bottom: 0;
  }
  .plan-box li {
    border-top: 0.1rem var(--border-color) solid;
    border-bottom: 0.1rem var(--border-color) solid;
    padding: 0;
  }
  .plan-box li .card {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
  }
  .plan-box li .card img {
    margin: 0;
  }
  .plan-box li .card a {
    color: var(--text-color);
  }
  .plan-box li .card .row div:nth-child(2) {
    padding-top: 0;
  }
  .plan-box li .card .card-title {
    font-size: var(--font-xl);
    color: var(--loud-color);
    margin-bottom: 0;
    line-height: var(--lh-tight);
    text-align: left;
  }
  .plan-box li .card .popup {
    display: none;
  }
  .plan-box li .card dl dt {
    text-align: left;
    margin-bottom: var(--space-xs);
  }
  .plan-box li .card dl dt span {
    font-size: 1.3rem;
  }
  .plan-box li .card dl dd {
    line-height: var(--lh-none);
  }  .sub-menu .container {
    padding: 0;
  }
  .sub-menu ul li a {
    line-height: 1.5rem;
    font-size: var(--font-md);
  }
  body .container .more,
  body .container .more:visited {
    display: block;
    font-size: var(--font-md);
  }
  body .container .more + .more,
  body .container .more:visited + .more {
    margin: var(--space-sm) 0 0 0;
  }  .page-end-box .card p {
    margin-bottom: var(--space-lg);
  }
  .page-end-box .card .card-header {
    font-size: var(--font-2xl);
  }
  .pickup-box .main-box ul li {
    padding-bottom: var(--space-sm);
  }
  .pickup-box .main-box ul li p {
    display: none;
  }
  .pickup-box .main-box ul li h3 {
    line-height: 2rem;
    font-size: var(--font-sm);
  }
  table.table-price td {
    font-size: 1.5rem;
    padding: 0.75rem;
  }
  .strength-box .card {
    display: none;
  }
  .page-orderguide .contents .main-box ul li p {
    margin: 0;
  }
  .page-orderguide .contents .main-box ul li .row p {
    padding-left: 0;
  }
  .archive-contents .head-box h2 {
    display: block;
    font-size: var(--font-2xl);
    line-height: 2.7rem;
    padding-left: var(--space-lg);
    text-align: left;
  }
  .archive-contents .head-box h2::before {
    height: 2.5rem;
  }
  .contents .head-box h2 {
    font-size: var(--font-xl);
    line-height: 2.7rem;
    padding-left: var(--space-lg);
  }
  .contents .head-box h2::before {
    height: 2.7rem;
  }
  .scene-link h4 {
    font-size: var(--font-xl);
  }
  .single .card-body-blog-single h2 {
    font-size: var(--font-xl);
  }
  .scene-rerca .card .card-body .row p {
    text-align: center;
  }
  .scene-specification h1, .scene-specification h2 {
    font-size: var(--font-xl);
  }
  .scene-specification h1 img, .scene-specification h2 img {
    width: 2rem;
  }
  .scene-specification dl {
    font-size: 1.5rem;
  }
  input.more {
    margin: var(--space-sm) auto;
  }
  .page-draft ul.draft-btn li {
    margin: var(--space-md) 0;
  }
  .page-draft ul.draft-btn li .more, .page-draft ul.draft-btn li body .container .more:visited {
    line-height: inherit;
    padding: var(--space-sm) var(--space-lg) !important;
    border-radius: var(--radius-md);
  }  .table-responsive {
    display: block;
    width: 95vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .form {
    padding: 2.5rem;
    border-radius: 0;
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
  .form .form-group {
    border-bottom: 1px #ccc dotted;
  }  .form .form-group .control-label {
    padding: var(--space-sm) 0 var(--space-sm) var(--space-sm) !important;
    font-weight: 700;
  }
  .single .card .card-title h1 {
    font-size: var(--font-2xl);
    line-height: 3rem;
    padding: var(--space-md) 2.5rem;
  }
  .single .card h2 {
    display: block;
    font-size: var(--font-xl);
    line-height: 2.5rem;
    padding: var(--space-md) 2.5rem;
    text-align: left;
    background: #f6f6f6;
    border-top: 0.5rem var(--border-color) solid;
    border-bottom: 0.1rem var(--border-color) solid;
  }
  .single .card h2::before {
    display: none;
  }
  .single .card .card-body {
    padding: var(--space-md) 2.5rem;
  }
  .single .card .card-body h3 {
    padding: 1.7rem 0 var(--space-sm) 0;
  }
  .single.single-column .card .the_content h2 {
    background: #fff;
  }

  /* ---- SPラインナップカード ---- */
  .lineup-sp {
    background: #f5f4ef;
    border-radius: 12px;
    padding: 16px 12px;
    max-width: 400px;
    margin: 0 auto;
  }
  .lineup-sp__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .lineup-card {
    background: #fff;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    padding: 12px 10px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
  }
  .lineup-card--standard { border-color: #a0faff; }
  .lineup-card--naire    { border-color: #fff284; }
  .lineup-card--hakuoshi { border-color: #ffc584; }
  .lineup-card--full     { border-color: #b3ff9d; }

  .lineup-card__badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background: #a0faff;
    color: #0a6166;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 8px;
  }
  .lineup-card__name {
    min-height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
  }
  .lineup-card__pre {
    font-size: 11px;
    font-weight: 400;
    color: #5f5e5a;
    line-height: 1.2;
  }
  .lineup-card__name-main {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--text-color);
  }
  .lineup-card__img {
    margin: 6px 0 8px;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #f5f4ef;
    border-radius: 8px;
    display: block;
  }
  .lineup-card__catch {
    font-size: 11px;
    color: #5f5e5a;
    margin: 0 0 8px;
    line-height: 1.4;
  }
  .lineup-card__price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
    margin-bottom: 8px;
  }
  .lineup-card__price-num {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color);
  }
  .lineup-card__price-num--sm { font-size: 17px; }
  .lineup-card__price-unit {
    font-size: 11px;
    color: #5f5e5a;
  }
  .lineup-card__spec {
    font-size: 11px;
    color: #5f5e5a;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  .lineup-card__spec strong {
    color: var(--text-color);
    font-weight: 700;
  }
  .lineup-card__btn,
  .lineup-card__btn:visited {
    display: block;
    width: 100%;
    background: var(--text-color);
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    padding: 9px;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
  }

  .towelCategoryNav {
    display: none;
  }

  /* SP固定CTAバー（onepoint/naire/standard/fullorder） */
  .sp-fixed-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
    padding: 10px var(--space-sm) calc(16px + env(safe-area-inset-bottom, 0px));
    background: rgba(240, 240, 240, 0.92);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    display: none;
    text-align: center;
  }

  .sp-fixed-cta__btn {
    display: block;
    position: relative;
    padding: 2.4rem 2rem 1.2rem;
    margin-top: 10px;
    background: #e94919;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    border-radius: 0.5rem;
    text-decoration: none;
    box-shadow: 0 5px 0 #d44114;
  }

  .sp-fixed-cta__btn:visited,
  .sp-fixed-cta__btn:hover {
    color: #fff;
  }

  .sp-fixed-cta__btn:active {
    color: #fff;
    transform: translateY(3px);
    box-shadow: 0 2px 0 #d44114;
  }

  .sp-fixed-cta__btn i {
    margin-right: 0.5rem;
  }

  .sp-fixed-cta__badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    display: block;
    font-size: 1.2rem;
    padding: 0.2rem 1.5rem;
    color: #d44114;
    background: #fff;
    border: 2px solid #d44114;
    border-radius: 100vh;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }

  .sp-fixed-cta__badge::before,
  .sp-fixed-cta__badge::after {
    content: "";
    position: absolute;
    left: calc(50% - 6px);
  }

  .sp-fixed-cta__badge::before {
    bottom: -8px;
    border-width: 8px 6px 0 6px;
    border-style: solid;
    border-color: #d44114 transparent transparent transparent;
  }

  .sp-fixed-cta__badge::after {
    bottom: -5px;
    border-width: 8px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }

  .sp-fixed-cta.is_active ~ .page_top {
    bottom: 100px;
  }
}
