/** Shopify CDN: Minification failed

Line 706:12 Expected ":"

**/
a img {
  transition: 0.2s;
}

a:hover img {
  opacity: 0.8;
}

.header {
  color: #fff;
  padding: var(--header-padding-block) calc((100% - 1260px) / 2);
}

@media (max-width: 1330px) {
  .header {
    padding: var(--header-padding-block) 20px;
  }
}

@media (max-width: 699px) {
  .header .header__logo img {
    width: 120px;
    height: auto;
  }
}

.header .header__dropdown-menu {
  inset-block-start: calc(100% - 20px);
}

.header .header__dropdown-menu:before {
  content: none;
}

.h2,
.h2_styled {
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 0 0 50px;
}

.h2 span,
.h2_styled span {
  font-size: 14px;
  display: block;
  position: relative;
  padding-top: 15px;
  font-weight: normal;
}

.h2 span:after,
.h2_styled span:after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: auto;
  right: -100%;
  left: -100%;
  margin: auto;
  width: 100px;
  height: 1px;
  background: #ccc;
}

@media (max-width: 767px) {
  .h2,
  .h2_styled {
    font-size: 22px;
    margin: 0 0 30px;
  }
}

.shopify-section--custom-liquid .container {
  margin: 0 auto;
  max-width: 1400px !important;
}

@media (max-width: 1330px) {
  .shopify-section--custom-liquid .container {
    padding: 0 20px;
  }
}

.brand_wrap .list_brand {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 20px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}

.brand_wrap .list_brand li {
  padding: 0;
}

@media (max-width: 767px) {
  .brand_wrap .list_brand {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .category_wrap .cat_bnr_wrap {
    max-width: 95%;
    margin: 0 auto;
  }
}

.category_wrap .cat_bnr_wrap .list_cat {
  list-style-type: none;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 20px 20px;
}

@media (max-width: 767px) {
  .category_wrap .cat_bnr_wrap .list_cat {
    gap: 10px 10px;
  }
}

.category_wrap .cat_bnr_wrap .list_cat li {
  padding: 0;
  width: calc((100% - 80px) / 5);
  min-width: 200px;
      position: relative;
}

@media (max-width: 767px) {
  .category_wrap .cat_bnr_wrap .list_cat li {
    min-width: 0;
    width: calc((100% - 20px) / 2);
  }
}

.category_wrap .cat_bnr_wrap .list_cat li a {
  font-size: 16px;
}

@media (max-width: 767px) {
  .category_wrap .cat_bnr_wrap .list_cat li a {
    font-size: 12px;
  }
}
.category_wrap .cat_bnr_wrap .list_cat li a span {
  display: block;
}
.category_wrap .cat_bnr_wrap .list_cat li a .txt {
  margin-top: 5px;
  font-size: 10px;
  letter-spacing: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #00000073;
    color: #fff;
    padding: 1.5%;
}

.category_wrap .cat_bnr_wrap .list_cat li a .txt > span{
  font-size: 16px;
  letter-spacing: 0.235em;
  font-weight: bold;
}

.about_wrap {
  padding: 160px 0;
  background: url(//arino-mama.myshopify.com/cdn/shop/files/bg_img001.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .about_wrap {
    padding: 100px 0;
  }
}

@media (min-width: 768px) {
  .about_wrap .txt_wrap {
    width: 50%;
    margin-left: calc((100% - 1260px) / 2);
  }
}

@media (max-width: 1330px) {
  .about_wrap .txt_wrap {
    margin-left: 2%;
  }
}

@media (max-width: 767px) {
  .about_wrap .txt_wrap {
    padding: 0 20px;
  }
}

.about_wrap .txt_wrap h2 {
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 26px;
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .about_wrap .txt_wrap h2 {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .about_wrap .txt_wrap h2 {
    text-align: left;
  }
}

.about_wrap .txt_wrap h2 span {
  color: #fff;
  margin-left: 15px;
}

.about_wrap .txt_wrap .disc {
  color: #fff;
  letter-spacing: 0.08em;
  text-align: left;
}

@media (min-width: 768px) {
  .about_wrap .txt_wrap .disc {
    line-height: 2;
  }
}

.about_wrap .txt_wrap .more {
  margin: 40px 0 0;
}

@media (min-width: 768px) {
  .about_wrap .txt_wrap .more {
    text-align: left;
  }
}

.about_wrap .txt_wrap .more .button {
  border: 1px solid #fff;
}

.about_wrap .txt_wrap .more .button:hover {
  color: #fff !important;
}

.shopify-section--apps .container {
  max-width: 90%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .shopify-section--apps .shopify-app-block {
    display: flex;
    align-items: center;
  }
}

.shopify-section--apps .contents_wrap {
  padding: 6%;
}

@media (min-width: 768px) {
  .shopify-section--apps .contents_wrap {
    width: 50%;
  }
}

.shopify-section--apps .contents_wrap .logo {
  margin: 0 auto 8%;
}

.shopify-section--apps .contents_wrap .disc {
  font-size: 14px;
  margin-top:1em;
}

@media (min-width: 768px) {
  .shopify-section--apps .contents_wrap .disc {
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.shopify-section--apps .contents_wrap .inst {
  margin-top: 8%;
  text-align: center;
}

@media (max-width: 767px) {
  .shopify-section--apps .contents_wrap .inst {
    margin-bottom: 60px;
  }
}

.shopify-section--apps .contents_wrap .inst a {
  display: inline-flex;
}

.shopify-section--apps .contents_wrap .inst a img {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .shopify-section--apps #insta-feed {
    width: 50%;
  }
}

/*header*/
body.header-transparent .header{
  margin-block-end: calc(-1 * var(--header-height, 0px));
}
.header .logo_bk {
  display: none;
}

.header.is-solid {
  background: #fff !important;
}

.header:not(.is-solid).header-hover {
  background: #fff !important;
}

.header.is-solid .logo_wh {
  display: none;
}

.header.is-solid .logo_bk {
  display: block;
}

.header.is-solid .header__primary-nav .contents li a,
.header.is-solid .header__primary-nav .contents li summary {
  color: #000;
}

.header.is-solid .header__primary-nav button svg path,
.header.is-solid .header__secondary-nav a svg path {
  color: #000;
}

.header:not(.is-solid).header-hover .header__primary-nav .contents li a,
.header:not(.is-solid).header-hover .header__primary-nav .contents li summary {
  color: #000;
}

.header:not(.is-solid).header-hover .header__secondary-nav a svg path {
  color: #000;
}

body:not(.home):not(.header-transparent) .header {
  background: #fff !important;
}

body:not(.home):not(.header-transparent) .header .logo_wh {
  display: none;
}

body:not(.home):not(.header-transparent) .header .logo_bk {
  display: block !important;
}

body:not(.home):not(.header-transparent) .header .header__primary-nav .contents li a,
body:not(.home):not(.header-transparent) .header .header__primary-nav .contents li summary {
  color: #000;
}

body:not(.home):not(.header-transparent) .header .header__secondary-nav a svg path {
  color: #000;
}

/*1117*/
.header .logo_bk {
  display: none;
}

.header.is-solid {
  background: #fff !important;
}

.header.is-solid .logo_wh {
  display: none;
}

.header.is-solid .logo_bk {
  display: block;
}

.header.is-solid .header__primary-nav .contents li a,
.header.is-solid .header__primary-nav .contents li summary {
  color: #000;
}

.header.is-solid .header__secondary-nav a svg path {
  color: #000;
}

.header:not(.is-solid).header-hover .logo_wh {
  display: none;
}

.header:not(.is-solid).header-hover .logo_bk {
  display: block;
}

.header:not(.is-solid).header-hover .header__secondary-nav a svg path {
  color: #000;
}

body:not(.home):not(.header-transparent) .header {
  background: #fff !important;
}

body:not(.home):not(.header-transparent) .header .logo_wh {
  display: none;
}

body:not(.home):not(.header-transparent) .header .logo_bk {
  display: block !important;
}

body:not(.home):not(.header-transparent) .header .header__primary-nav .contents li a,
body:not(.home):not(.header-transparent) .header .header__primary-nav .contents li summary {
  color: #000;
}

body:not(.home):not(.header-transparent) .header .header__secondary-nav a svg path {
  color: #000;
}

/*main*/
@media (max-width: 767px) {
  .shopify-section--slideshow .slideshow__slide-content {
    top: 30px;
  }
}

.shopify-section--slideshow .prose .h1 {
  letter-spacing: 0.34em;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 10px;
  text-transform: none;
}

.shopify-section--slideshow .prose .h6{
  font-size: 14px;
}

@media (max-width: 767px) {
  .shopify-section--slideshow .prose .h6 {
    font-size: 14px;
  }

  .shopify-section--slideshow .prose .h1 {
    font-size: 22px;
  }
}

.shopify-section--slideshow .button {
  color: #fff !important;
}

/* #shopify-section-template--21368916214068__featured-collections .h2 {
  position: relative;
  padding-bottom: 40px;
  margin: 0;
} */

/* #shopify-section-template--21368916214068__featured-collections .h2:before {
  display: block;
  content: "新商品";
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 18px;
} */

/* #shopify-section-template--21368916214068__featured-collections .h2:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 1px;
  background: #0051a7;
} */

/* #shopify-section-template--21368916214068__36ed762f-22a2-423d-a9a1-4e284506b978 .h2 {
  position: relative;
  padding-bottom: 40px;
  margin: 0;
} */

/* #shopify-section-template--21368916214068__36ed762f-22a2-423d-a9a1-4e284506b978 .h2:before {
  display: block;
  content: "ベストセラー";
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 16px;
} */

/* #shopify-section-template--21368916214068__36ed762f-22a2-423d-a9a1-4e284506b978 .h2:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 1px;
  background: #ccc;
} */

 .product-card .product-card__figure a {
  transition: 0.2s;
  position: relative;
}

 .product-card .product-card__figure a img {
  background: #fff;
}

 .product-card .product-card__figure a:hover {
  /* background: #b0e2f9; */
}

 .product-card .product-card__figure a:hover img {
  opacity: 0.8;
}

.product-card .ranking {
  position: absolute;
  z-index: 1;
  width: 20%;
  right: .5rem;
  top: .5rem;
}

#shopify-section-template--21368916214068__173bca6d-6cca-44e7-a06e-36ac9f00f100 .h2_styled span {
  padding: 0;
  display: inline;
}

#shopify-section-template--21368916214068__173bca6d-6cca-44e7-a06e-36ac9f00f100 .h2_styled span:after {
  content: none;
}

.button {
  color: #fff !important;
  border-color: rgba(35, 69, 107, 0.85) !important;
  background-image: linear-gradient(rgba(35, 69, 107, 0.85), rgba(35, 69, 107, 0.85)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;
}

.button:hover {
  color: rgba(35, 69, 107, 0.85) !important;
}

.shopify-section--slideshow .button:hover {
  color: #fff !important;
}

.friend_block .disc {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .friend_block .disc {
    margin-bottom: 60px;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

@media (max-width: 767px) {
  .friend_block .disc {
    text-align: left;
  }
}

/*footer*/
.footer .container {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1260px) {
  .footer .container {
    margin: 0 20px;
  }
}

.footer .footer__block-list {
  position: relative;
}

@media (max-width: 785px) {
  .footer .footer__block-list {
    padding-bottom: 70px;
  }
}

.footer .footer__block-list .unstyled-list li a {
  color: #fff;
}

.footer .footer__block-list .footer__block:nth-child(5) {
  position: absolute;
  top: 55px;
  right: 183px;
  width: 40px;
}

@media (max-width: 785px) {
  .footer .footer__block-list .footer__block:nth-child(5) {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
  }
}

.footer .footer__block-list .footer__block:nth-child(6) {
  position: absolute;
  top: 55px;
  right: 123px;
  width: 40px;
}

@media (max-width: 785px) {
  .footer .footer__block-list .footer__block:nth-child(6) {
    top: auto;
    bottom: 0;
    left: 70px;
    right: auto;
  }
}

.top_instafeed_sns{
  padding:0;
  margin: 40px auto 0;
  list-style:none;
  display: flex;
  justify-content:center;
  gap:1.5em;
}

.top_instafeed_sns a{
  font-size: 30px;
}

.shopify-section--featured-collections .section-stack > .v-stack {
  flex-flow: column;
  gap: 15px;
}
.shopify-section--featured-collections .section-stack > .v-stack .h2 {
  order: 1;
  margin: 0 0 0;
}
.shopify-section--featured-collections .section-stack > .v-stack .h6 {
  order: 2;
  font-size: 14px;
  position: relative;
}
.shopify-section--featured-collections .section-stack > .v-stack .h6:after {
  content: "";
  position: absolute;
  top: -8px;
  bottom: auto;
  right: -100%;
  left: -100%;
  margin: auto;
  width: 100px;
  height: 1px;
  background: #ccc;
}

.collection-toolbar{
  background#fff;
}

body.home .shopify-section--shop-the-look .section-header .prose,
body.home .shopify-section--blog-posts .section-header .prose {
  display: flex;
  flex-flow: column;
  gap: 15px;
}

body.home .shopify-section--shop-the-look .section-header .prose .h2,
body.home .shopify-section--blog-posts .section-header .prose .h2{
  order: 1;
  margin: 0 0 0;
}

body.home .shopify-section--shop-the-look .section-header .prose .h6,
body.home .shopify-section--blog-posts .section-header .prose .h6 {
  order: 2;
  font-size: 14px;
  position: relative;
}

body.home .shopify-section--shop-the-look .section-header .prose .h6:after,
body.home .shopify-section--blog-posts .section-header .prose .h6:after {
  content: "";
  position: absolute;
  top: -8px;
  bottom: auto;
  right: -100%;
  left: -100%;
  margin: auto;
  width: 100px;
  height: 1px;
  background: #ccc;
}

.block .prose {
  display: flex;
  flex-flow: column;
  gap: 15px;
}

.block .prose .h2{
  order: 1;
  margin: 0 0 0;
}

.block .prose .h6 {
  order: 2;
  font-size: 16px;
  position: relative;
}

.block .prose .h6:after {
  content: "";
  position: absolute;
  top: -8px;
  bottom: auto;
  right: -100%;
  left: -100%;
  margin: auto;
  width: 100px;
  height: 1px;
  background: #ccc;
}

@media ( min-width: 1000px ) {
  .header__primary-nav{
    gap: 0;
  }

  .header__primary-nav .header__primary-nav-item > a{
    padding: 0 1.4em;
  }

  .header__primary-nav .header__primary-nav-item summary{
    padding: 0 1.4em;
  }
}

/* メガメニューホバー効果 - 元のまま */
.mega-menu-item {
  position: relative;
}

.mega-menu-parent {
  position: relative;
  transition: color 0.2s ease;
}

/* 孫カテゴリがある時のみ矢印を表示 */
.mega-menu-parent.has-dropdown {
  padding-right: 12px;
}

.mega-menu-parent.has-dropdown:after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  opacity: 0.6;
  transition: transform 0.2s ease;
}

.mega-menu-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  min-width: 180px;
  max-width: min(220px, calc(100vw - 40px));
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  white-space: nowrap;
}

.mega-menu-item:hover .mega-menu-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.mega-menu-item:hover .mega-menu-parent.has-dropdown:after {
  transform: translateY(-50%) rotate(180deg);
}

.mega-menu-sub-link {
  display: block;
  padding: 6px 16px;
  color: #444;
  text-decoration: none;
  font-size: 11px;
  transition: all 0.2s ease;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.mega-menu-sub-link:hover {
  background: #f8f9fa;
  color: #007acc;
  text-decoration: none;
  border-bottom-color: #e0e0e0;
}

/* スマートフォン・タブレット対応 */
@media (max-width: 999px) {
  .mega-menu-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 0;
    margin-top: 8px;
    white-space: normal;
    min-width: auto;
    max-width: none;
    left: auto;
  }

  .mega-menu-parent.has-dropdown:after {
    display: none;
  }

  .mega-menu-sub-link {
    padding: 4px 0;
    border-bottom: 1px solid #f0f0f0;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
  }
}

/* デスクトップでのメガメニュー全体の調整 */
@media (min-width: 1000px) {
  .mega-menu-item {
    position: relative !important;
    z-index: 1 !important;
  }

  .mega-menu-parent {
    position: relative !important;
    z-index: 1 !important;
  }

  .mega-menu-item:hover {
    z-index: 9999 !important;
  }

  .mega-menu-dropdown {
    background: #ffffff !important;
    z-index: 10000 !important;
    position: absolute !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
    border: 1px solid #e0e0e0 !important;
    max-width: min(200px, calc(100vw - 40px)) !important;
    width: auto !important;
    min-width: 180px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(-10px) !important;
  }

  .mega-menu-item:hover .mega-menu-dropdown {
    transform: translateX(-50%) translateY(0) !important;
  }

  .mega-menu-dropdown::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: #ffffff !important;
    z-index: -1 !important;
    border-radius: 4px !important;
  }

  .mega-menu-sub-link {
    position: relative !important;
    z-index: 2 !important;
    background: #ffffff !important;
  }

  .mega-menu,
  .header,
  .header__primary-nav {
    overflow: visible !important;
  }

  body {
    overflow-x: hidden !important;
  }
}


.__pf [data-pf-type="TabHeader2"][data-pf-tab-active="true"] {
	border-color: rgba(35,69,107,.81) !important;
	color: rgba(35,69,107,.81) !important;
}
.__pf [data-pf-type="Accordion.Header"] {
	padding-right: 30px;
}
.__pf [data-pf-type="TabsContent"] [data-pf-type="ProductBox"] button:hover {
    background-color: #3A4B5D;
}


/* 2026.01.04 トップページ BRANDセクション 修正 */
.top_category ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.top_category ul li {
  text-align: left;
  border-bottom:1px dotted #dee5eb
}
.top_category ul li a {
  display: flex;
  padding: 8px 2px;
  align-items: center;
  gap: 8px;
}
.top_category ul li .icon_cat {
  flex-basis:48px;
  flex-shrink: 0;
  overflow:hidden;
  vertical-align:middle
}
.top_category ul li .icon_cat img {
  width:100%
}
.top_category ul li .cat_name {
  box-sizing:border-box;
  font-size:13.5px;
  font-weight:400;
  line-height:20px;
  word-break: break-word;
  vertical-align:middle
}

@media screen and (max-width: 767px) {
  .top_category ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .top_category ul li .icon_cat {
    flex-basis:40px;
  }
  .top_category ul li .cat_name {
    font-size:13px;
    line-height:18px;
  }
}