/** Shopify CDN: Minification failed

Line 113:27 Expected ")" to end URL token

**/
@charset "UTF-8";

.l-footer__inner {
  padding-bottom: 40px;
  background-color: #f2f1f0;
}

.l-footer__container {
  padding: 40px 20px 0;
}

.l-footer__logo {
  width: 180px;
  margin: 0 auto;
}

.l-footer__body {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.l-footer__nav {
  margin-top: 40px;
}

.l-footer__nav__list:last-child {
  margin-top: 16px;
}

.l-footer__nav__list-item:nth-child(n+2) {
  margin-top: 16px;
}

.l-footer__nav__list-item a {
  display: inline-block;
  padding: 4px 0;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #404040;
}

.l-footer__nav__list-item a:hover {
  color: #404040;
}

.l-footer__product {
  display: none;
}

.l-footer__moblie-product {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-top: 40px;
  font-size: 1.4rem;
}

.l-footer__mobile-product__wrapper {
  max-width: 180px;
  display: grid;
  gap: 16px;
}

@media(max-width: 750px){
  .l-footer__mobile-product__wrapper {
    max-width: 750px;
    width: 100%;
  }
}

@media(max-width: 750px){
  .l-footer__mobile-product__head {
    border: solid 1px #707196;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
  }
}

@media(max-width: 750px){
  .l-footer__mobile-product__nav-block {
    border: solid 1px #707196;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
  }
}

.l-footer__mobile-product__nav-head {
  position: relative;
  padding: 12px 0;
  line-height: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.l-footer__mobile-product__nav-head.js-mobile-menu::after {
  content: "";
  position: absolute;
  display: block;
  width: 1em;
  height: auto;
  aspect-ratio: 1;
  right: 4px;
  z-index: 1;
  background-image: url({{ 'common-icon-arrow-downward-black.svg' | asset_url }});
  background-repeat: no-repeat;
  transition: 0.3s;
}

.l-footer__mobile-product__nav-head.js-mobile-menu.is-open::after {
  transform: rotate(180deg);
}

.l-footer__mobile-product__nav-block + .l-footer__mobile-product__nav-block {
  margin-top: 16px;
}

.l-footer__mobile-product__nav-body {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.2s;
  transform: translate(0, 0);
}

.l-footer__mobile-product__nav-body.is-open {
  opacity: 1;
}

.l-footer__mobile-product__nav__list {
  padding-left: 1em;
}

.l-footer__mobile-product__nav__list + .l-footer__mobile-product__nav__list {
  margin-top: 16px;
}

.l-footer__mobile-product__nav__list li {
  white-space: nowrap;
}

.l-footer__mobile-product__nav__list-item.hierarchy-exists {
  margin-top: 8px;
}

.l-footer__mobile-product__nav__child-menu li {
  padding-left: .5em;
}

.l-footer__cta {
  margin-top: 32px;
}

.l-footer__cta__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}

.l-footer__phone {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.l-footer__phone a {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #404040;
}

.l-footer__phone a:hover {
  color: #404040;
}

.l-footer__phone__opendate {
  margin-top: 4px;
  font-size: 1.3rem;
  line-height: 1;
}

.l-footer__banner {
  margin-top: 40px;
}

.f-footer__copyright {
  margin-top: 32px;
  text-align: center;
}

.f-footer__copyright__text {
  font-size: 1.4rem;
  color: #404040;
}

@media screen and (min-width: 768px) {
  .l-footer__body {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 48px;
    margin-top: 40px;
  }

  .l-footer__nav {
    display: flex;
    gap: 48px;
    margin-top: 0;
  }
  
  .l-footer__nav__list:last-child {
    margin-top: 0;
  }

  .l-footer__nav__list-item:nth-child(n+2) {
    margin-top: 8px;
  }

  .l-footer__nav__list-item a {
    position: relative;
    font-size: 1.6rem;
  }

  .l-footer__cta {
    margin-top: 0;
  }
  .l-footer__product {
    display: block;
    margin-top: 40px;
    font-size: 1.4rem;
  }

  .l-footer__product__head a {
    text-decoration: underline;
  }

  .l-footer__product__nav {
    margin-top: 32px;
  }

  .l-footer__product__nav__iphone {
    display: grid;
    /* grid-template-columns: repeat(2,1fr); */
    gap: 16px;
  }

  .l-footer__product__nav a {
    text-decoration: underline;
  }
  
  .l-footer__product__wrapper {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: space-between;
    gap: 16px;
  }
  
  .l-footer__product__nav-head p {
    font-weight: bold;
  }
  
  .l-footer__product__nav-block {
    display: grid;
    gap: 16px 20px;
    width: 100%;
  }

  .l-footer__product__nav-block + .l-footer__product__nav-block {
    margin-top: 24px;
  }
  
  .l-footer__product__nav__list {
    padding-left: 1em;
  }
  
  .l-footer__product__nav__child-menu li {
    padding-left: 1em;
    font-size: 1.4rem;
  }
  .l-footer__moblie-product {
    display: none;
  }
}

@media (min-width: 992px) {
  .l-footer__product__wrapper {
    grid-template-columns: repeat(3, max-content);
  }

  .l-footer__product__nav__iphone {
    grid-template-columns: repeat(2, max-content);
    gap: 40px;
  }
}

@media screen and (min-width: 992px) {
  .l-footer__container {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
  }

  .l-footer__logo a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .l-footer__logo a:hover {
    opacity: 0.6;
  }

  .l-footer__product {
    font-size: 1.6rem;
  }

  .l-footer__body {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 48px;
    margin-top: 40px;
  }

  .l-footer__nav__list-item a::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 4px;
    background-color: #105041;
    width: 0%;
    height: 1.5px;
    transition: 0.3s ease;
    opacity: 0;
  }

  .l-footer__nav__list-item a:hover::after {
    width: 100%;
    opacity: 1;
  }

  .l-footer__cta__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 24px;
  }

  .l-footer__phone {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }

  .l-footer__phone a {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
  }

  .l-footer__phone a:hover {
    color: #404040;
  }

  .l-footer__phone__opendate {
    margin-top: 4px;
    font-size: 1.3rem;
    line-height: 1;
  }

  .l-footer__banner {
    margin-top: 64px;
  }
}