/** Shopify CDN: Minification failed

Line 173:18 Expected identifier but found whitespace
Line 173:20 Unexpected "{"
Line 173:29 Expected ":"
Line 173:82 Expected ":"
Line 181:20 Expected identifier but found whitespace
Line 181:22 Unexpected "{"
Line 181:31 Expected ":"
Line 181:59 Expected ":"

**/
body.kaeruwa-index-page .section-header {
  position: unset !important;
}
 @media(min-width:991px) {
   .section-header {
     position: unset !important;
   }
 }
header {
  background: #fff;
}
body header-drawer {
  margin-left: 0;  
}
.header.page-width {
  max-width: 100%;
}
header .logo-icon-container {
  max-width:1493px;
  margin: 0 auto;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
  header .header__icon {
    text-decoration: none !important;
    margin-right: 1.8rem;
    width: fit-content;
    height: 4rem;
    display: flex;
    flex-direction: column; 
    justify-content: space-between !important;
}
header .header__icon--cart {
  margin-right: 0;
}
header .icon_undertext {
  font-size: 10px;
  display: block;
  line-height: 1;
}
@media (max-width: 990px) {
body .menu-drawer-container .icon.icon-hamburger {
  width: 26px;
  height: 16px;
  padding-left: 0;
  position: relative;
  top: 0;
  margin: 3px auto 4px;
}
}

   header .header__icon {
    margin-right: 0;
    height: 3.3rem;
  }
  header .header__icon--cart {
    margin-right: 0;
  }
  header .icon_undertext {
  transform: scale(.8);
  }



/* MV */
.kaeruwa-mv-container {
  max-width: 100%;
}
.kaeruwa-mv-container img {
  max-width: 100%;
  height: auto;
}
.kaeruwa-top-nav {
  display: flex;
  justify-content: center;
  z-index:1;
  position: relative;
}
.mega-menu__content {
  top: 101%;
}
.header__heading.pc-none {
  display:none;
}

.kaeruwa-mv-btn-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.kaeruwa-mv-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 27%;
    width: 100%;
    height: 100%;

}
@media screen and (max-width: 767px) {
  .kaeruwa-mv-btn-wrap {
      padding-top: 50%;
  }
}

@media(max-width: 834px) {
  .header {
    display: flex;
    align-items: center;
    justify-content:space-between;
  }
}

@media(max-width:990px) {
  .logo-icon-container {
    margin: 0;
  }
  .header__icon--menu .icon  {
    top: 20px;
  }
  .desktop-localization-wrapper {
    display: block;
  }
  .header__inline-menu {
    display: none;
  }
  .header__heading.pc-none{
    display:block;
  }
  .header.kaeruwa-scroll {
    display: none;
  }
  .kaeruwa-mv-container {
    position: relative;
  }
  .kaeruwa-mv-container .header__heading.pc-none {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.sp-none {
    display:none;
  }
}

  @media(max-width: 834px) {
  .header {
    display: flex;
    align-items: center;
    justify-content:space-between;
  }
}

 .section-header {
    position: sticky; /* This is for fixing a Safari z-index issue. PR #2147 */
    margin-bottom: {{ section.settings.margin_bottom | times: 0.75 | round: 0 }}px;
    /* 追記 */
    top: 0;
    z-index: 10000;
  }

  @media screen and (min-width: 750px) {
    .section-header {
      margin-bottom: {{ section.settings.margin_bottom }}px;
    }
  }

.menu-drawer-container {
    display: flex;
  }

  .list-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .list-menu--inline {
    display: inline-flex;
  }

    
   .list-menu--inline>li{
      text-decoration: none;
     margin: 0 6.15rem;
   }

.list-menu__item--link {
    text-decoration: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
  }

.header__icons .header__icons--item {
  width: fit-content;
}

.header__center_menu {
 display: flex; 
  list-style: none;
  padding: 0;
  margin: 0;
}

.header__center_menu a {
  text-decoration: none;
  padding: 0 .5em;
  color: #333;
  display: flex;
  align-items: center;
}
.header__center_menu img {
  width: 36px;
  margin-right: 6px;
}

.header-sub-common-container {
  display: none;
}

/* SP用ヘッダー （バーガーBP 990px ) */
@media screen and (max-width: 989px) {
  .header-sub-common-container {
    display: block;
    background: #FFF;
  }
  .header__center_menu {
    display: none;
  }
  .header {
    flex-wrap: wrap;
  }
  .kaeruwa--header_type_common {
    flex-wrap: wrap;
  }
  .header__center_menu img {
    width: 18px;
  }
  .header__center_menu a {
    padding: 0;
  }
  .kaeruwa--header_type_common > :nth-child(1) {
    order: 1;
  }
  .kaeruwa--header_type_common > :nth-child(2)  {
    order: 2;
  }
  .kaeruwa--header_type_common > :nth-child(3)  {
    order: 4;
  }
  .kaeruwa--header_type_common > :nth-child(4)  {
    order: 3;
  }
  .kaeruwa--header_type_common .header__center_menu {
/*        display: flex; */
        display: none;

        width: 100%;
        justify-content: space-around;
        padding: 17px 0 14px;
  }
  
}
