/** Shopify CDN: Minification failed

Line 105:13 Expected ":"
Line 105:14 Expected identifier but found "700"
Line 112:13 Expected ":"
Line 112:14 Expected identifier but found "700"
Line 118:13 Expected ":"
Line 118:14 Expected identifier but found "700"
Line 306:2 Unexpected "}"

**/
.mobile-header-left {
  display: none;
}

.mobile-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
}

.mobile-store-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  width: 60px;
  height: 36px;

  background-color: #092053;
  color: #fff !important;
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;

  transition: opacity 0.2s ease;
}

.mobile-store-button:hover {
  opacity: 0.6;
}

.mobile-store-button span {
  display: block;
  line-height: 1.1;
}

.header__primary-nav-item a[href="/collections/all"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  background-color: #092053;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.header__primary-nav-item a[href="/collections/all"]:hover {
  opacity: 0.6;
}

.header-sidebar__linklist-button[href="/collections/all"] {
  display: inline-block;
  width: max-content !important; 
  margin-top: 12px;
  padding: 12px 16px;
  background-color: #092053;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  transition: opacity 0.2s ease;
}

.header-sidebar__linklist-button[href="/collections/all"]:hover {
  opacity: 0.6;
}

.header__primary-nav-item a[href="/collections/all"]::after,
.header__primary-nav-item a[href="/collections/all"]::before {
    display: none !important;
}

.custom-copy-wrapper {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.custom-copy-item {
  margin: 0 !important;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #fff;
  font-weight;700 !important;
}

.custom-copy-item02 {
  margin: 0 !important;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight;700 !important;
}
.custom-copy-item03 {
  margin: 0 !important;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight;700 !important;
}

.about-dynamic-wrapper{
 display: flex;
  flex-direction: column;
  gap: 40px;
}

.font-red{
  color: #EB603A;

}

.custom-copy-item02 {
  color: #092053;
}
.font-big {
  font-size: 4rem;
  font-weight: 700 !important;
  padding: 0 8px;
}
.font-small {
  font-size: 0.7rem;
  margin-top: 60px;
}

.cooling-compare {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.cooling-compare-item {
  flex: 1;
  text-align: center;
}

.cooling-compare-type {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(
    90deg,
    #08285f 0%,
    #8fd7f7 45%,
    #3c82c2 76%,
    #204a91 100%
  );
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.cooling-compare-text {
  margin: 0;
  line-height: 1;
}
.sp-only {
  display: none;
}

.product-banner {
  display: flex;
  gap: 20px;
}

.product-banner__item {
  flex: 1;
  display: block;
}
.product-banner .product-banner__item {
  margin-block-start: 0 !important;
}

.product-banner__item img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity .3s ease;
}

.product-banner__item:hover img {
  opacity: .9;
}

.article__wrapper h2{
  margin-top: 64px!important;
}


@media screen and (max-width: 999px) {
  .mobile-header-left {
    display: flex;
    align-items: center;
    gap: 0;
    grid-area: primary-nav;
    justify-self: start;
  }

  .mobile-store-button {
    margin-left: 16px;
  }

  .mobile-menu-toggle .header__nav-icon {
    width: 20px;
  }

  .header__old-mobile-toggle {
    display: none !important;
  }

  .header__logo {
    justify-self: center;
    text-align: center;
  }

  .header__secondary-nav {
    justify-self: end;
  }
     .header {
    padding-left: 16px !important;
    padding-right: 16px !important;
     }
}

@media screen and (max-width: 699px)
 {
     .custom-copy-wrapper {
    gap: 36px;
  }

  .custom-copy-item {
    font-size: 0.9rem;
    font-weight: 700;
  }

  .sp-only {
    display: block;
  }
  
 .cooling-compare {
    flex-direction: column;
    gap: 24px;
  }

  .cooling-compare-item {
    flex: none;
    width: 100%;
  }

  .cooling-compare-type {
    display: block;
    width: fit-content;
    margin: 0 auto 8px;
    font-size: 1.2rem;
  }

  .cooling-compare-text {
    line-height: 1.5;
    text-align: center;
  }
}
  
 .product-banner {
    gap: 12px;
  }

  .product-banner__item {
    flex: 1;
    min-width: 0;
  }

  .custom-copy-item02,.custom-copy-item03{
    font-size: 1.1rem;
    font-weight:700;
  }

  .font-big {
  font-size: 2.4rem;
  }
  .font-small {
  font-size: 0.6rem;
  margin-top: 40px;
}

  }

  /*-------------------------
  フッター表示
  -------------------------*/
  .footer__aside{
    margin: 0 auto;
  }
.footer .footer__block--links .unstyled-list a {
  font-size: 0.8rem;
}

  .footer .footer__block--links .h6 {
  display: none;
}
  .footer .footer__inner {
  display: grid;
  row-gap: 2rem;
}

.footer .footer__block-list {
  display: grid !important;
  gap: 1.5rem;
  justify-content: center;
  justify-items: center;
}

.footer .footer__block {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}

.footer .footer__block--image {
  text-align: center;
  max-width: none !important;
}

.footer .footer__block--image img {
  display: block;
  margin-inline: auto;
}

.footer .footer__block--links {
  text-align: center;
  max-width: none !important;
}

.footer .footer__block--links .v-stack {
  justify-items: center;
}

.footer .footer__block--links .unstyled-list {
  display: grid;
  justify-items: center;
}

.footer .footer__block--links .unstyled-list li {
  text-align: center;
}

.footer .social-media {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

@media screen and (min-width: 700px) {
  .footer .footer__inner {
    row-gap: 2.5rem;
  }

  .footer .footer__block-list {
    display: grid !important;
    gap: 2rem;
    justify-content: center !important;
    justify-items: center !important;
  }

  .footer .footer__block {
    flex: initial !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin-inline: auto !important;
  }

  .footer .footer__block--image,
  .footer .footer__block--links {
    max-width: none !important;
  }

  .footer .footer__block--links {
    text-align: center;
  }

  .footer .footer__block--links .v-stack {
    justify-items: center;
  }

  .footer .footer__block--links .unstyled-list {
    display: grid;
    justify-items: center;
  }

  .footer .footer__block--links .unstyled-list li {
    text-align: center;
  }

  .footer .social-media {
    justify-content: center;
    gap: 1rem;
  }
 .footer .footer__block--links .unstyled-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 2rem;
  }
}

@media screen and (min-width: 1400px) {
  .footer .footer__inner {
    row-gap: 3rem;
  }

  .footer .footer__block-list {
    gap: 2rem;
  }
}

/* ---------------------
FAQ目次
---------------------*/

#shopify-section-template--27480385421617__faq .faq__toc--responsive {
  display: grid;
  gap: 10px;
}

#shopify-section-template--27480385421617__faq .faq__category {
  scroll-margin-top: 100px;
}

@media screen and (max-width: 767px) {

  #shopify-section-template--27480385421617__faq .faq {
    display: block !important;
  }

  #shopify-section-template--27480385421617__faq .faq__toc--responsive {
    position: static;
    top: auto;
    margin-bottom: 112px;
  }
}

@media screen and (min-width: 768px) {

  #shopify-section-template--27480385421617__faq .faq {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 48px;
    align-items: start;
  }

  #shopify-section-template--27480385421617__faq .faq__toc--responsive {
    position: sticky;
    top: 80px;
    align-self: start;
  }
}

