/** Shopify CDN: Minification failed

Line 90:2 "mqrgin-bottom" is not a known CSS property
Line 698:54 Expected "}" to go with "{"

**/
/* ============================= */
/* ベース設定 */
/* ============================= */

h1, h2, h3, h4, h5, h6{
  font-family: "Inter", sans-serif !important;
  font-weight: 200 !important;
  letter-spacing: 0.1em;
}
.navigation__link{
  font-family: "Inter","Noto Sans JP", sans-serif !important;
  font-weight: 200 !important;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .text-overlay__title,.h4 {
  font-family: "Inter","Noto Sans JP", sans-serif !important;
  font-weight: 200 !important;
  font-size: 32px;
  }
}

.pagetitle, .h3 {
    font-size: 32px!important;
    font-family: "Inter","Noto Sans JP", sans-serif !important;
    font-weight: 200 !important;
}

@media screen and (min-width: 767px) {
.pagetitle, .h3 {
  font-size: 54px!important;
  font-family: "Inter","Noto Sans JP", sans-serif !important;
  font-weight: 200 !important;
  }
}

/* ============================= */
/* 共通 */
/* ============================= */
.majortitle {
  font-family: "Inter", sans-serif !important;
  font-size: 54px;
  font-weight: 200!important;
}
.majortitle {
  font-size: 28px;
}

.majortitle {
  font-size: 18px;
}
@media (min-width: 767.98px;) {
.majortitle {
    font-size: 20px;
  }
}



/* ============================= */
/* トップページ */
/* ============================= */
.text-overlay__title, .h4 {
  font-size: 54px;
  font-weight: 200 !important;
  letter-spacing: 0.08em;
  line-height: 1.0;
  padding: 30px;
}

/* ============================= */
/* プライバシーポリシー */
/* ============================= */
.privacy-policy-container {
  margin-top:65px;
}
.privacy-policy {
  margin-top: 65px;
}
.privacy-policy h2 {
  font-size: 15px;
  font-weight: 700;
  mqrgin-bottom: 4px;
}
.privacy-policy p, ul {
  font-size: 15px;
  line-height: 27px;
}

/* ============================= */
/* 会員規約 */
/* ============================= */
.member-agreement > div {
  margin-top: 65px;
}
.member-agreement h2 {
  font-size: 15px;
  font-weight: 700;
}
.member-agreement p, ul {
  font-size: 15px;
  line-height: 27px;
}
/*特定商取引法に基づく表記*/
.legal-notice dl {
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  padding-top: 40px;
}
.legal-notice dt {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  font-weight: 700;
  margin: 0 0 10px 0;
  width: 35%;
}
.legal-notice dd {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin: 0 0 10px 20px;
  width: 60%;
}

/* ============================= */
/* SHOP LIST */
/* ============================= */
.shop-list {
  margin-top: 30px;
  text-align: center;
}

.shop-list2{
  margin-top:80px;
  padding-left:30px;
}

@media screen and (max-width: 768px) {
 .shop-list2{
  padding-left:0px;
} 
}

.shop-list1 dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
}

.shop-list1 dt {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 15px;
  margin: 0;
  padding: 40px 0;
  width: 35%;
}

.shop-list1 dd {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin: 0;
  padding: 40px 0;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .shop-list1 {
    display: block;
  }

  .shop-list1 dl {
    display: block; /* flexを解除 */
    margin-inline-start:0;
  }

  .shop-list1 dt,
  .shop-list1 dd {
    width: 100%; /* 幅を100%に */
    border-radius: 0; /* 角丸をリセット */
    margin: 0;
  }

  .shop-list1 dt {
    border-bottom: none; /* dtのボーダーを調整 */
    padding-bottom: 8px;
  }

  .shop-list1 dd {
    margin-top:0px;
    padding: 0 20px 20px 20px;
  }
}


/* ============================= */
/* ご利用ガイド・送料 */
/* ============================= */
.shopping-guide,
.shipping-block {
  margin-top: 60px;
}
.shopping-guide-block h2,
.shipping-block h2 {
  border-bottom: 1px solid #000;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 12px;
  padding-bottom: 4px;
}
.shopping-guide-block h3,
.shipping-block h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 27px;
  margin: 0;
}
.shopping-guide-block h4,
.shipping-block h4 {
  font-size: 15px;
  font-weight: bold;
  line-height: 27px;
  margin: 0;
}

/*送料レスポンシブテーブル*/
table.shipping-table {
  width: 100%;
  border-right: #eee solid 1px;
  border-collapse: collapse;
}
table.shipping-table thead th {
  background: #eee;
  color: #333;
  padding: 10px 15px;
  border-right: #FFF solid 1px;
  border-bottom: #FFF solid 1px;
}
table.shipping-table thead th:last-child {
  border-right: #eee solid 1px;
}
table.shipping-table tbody th {
  background: #FFF;
  color: #333;
  padding: 10px 15px;
  border-left: #eee solid 1px;
  border-bottom: #eee solid 1px;
  vertical-align: top;
  text-align:left;
}
table.shipping-table tbody tr:last-child th {
  border-bottom: #eee solid 1px;
}
table.shipping-table tbody td {
  background: #FFF;
  padding: 10px 15px;
  border-left: #eee solid 1px;
  border-bottom: #eee solid 1px;
  vertical-align: top;
  text-align: right;
}
@media screen and (max-width: 690px) {
  table.shipping-table thead {
    display: none;
  }
  table.shipping-table tbody th {
    display: block;
    background: #eee;
    color: #333;
  }
  table.shipping-table tbody td {
    display: block;
  }
  table.shipping-table tbody td::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
  }
  table.shipping-table tbody td p {
    padding-left: 12em;
  }
}

/* ============================= */
/* 返品・交換 */
/* ============================= */
.returns {
  margin-top: 60px;
}
.returns h2 {
  border-bottom: 1px solid #000;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 12px;
  padding-bottom: 4px;
}
.returns-box {
  margin-top: 40px;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.col_2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.col_2 > * {
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 12px;
}
.col_2 > *:nth-child(2n) {
  margin-right: auto;
}
.col_2 > * > * {
  position: relative;
  overflow: hidden
}
@media screen and (max-width: 960px) {
  .col_2 > * {
    width: 100%;
    margin-right: auto;
  }
}

.col-child {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.col-child > * {
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 12px;
}
.col-child > *:nth-child(2n) {
  margin-right: auto;
}
.col-child > * > * {
  position: relative;
  overflow: hidden
}




.returs-flow, .returs-flow-2nd {
  background-color: #9FA0A1;
  height: 90px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  display: flex;
  justify-content: center; /*左右中央揃え*/
  align-items: center; /*上下中央揃え*/
  font-size: 14px;
}
.returs-flow-2nd {
  background-color: #ffffff;
  border: 1px solid #ccc;
}
.returs-flow > p, .returs-flow-2nd > p {
  text-align: center;
  margin-bottom: 0px;
}
.flow-mini {
  font-size: 12px;
  margin-bottom: 0.5em;
  text-align: center;
}



/*矢印*/
.arow-box {
  display: flex;
  justify-content: center; /*左右中央揃え*/
  align-items: center; /*上下中央揃え*/
  margin-bottom: 20px;
}
.arrow {
  position: relative;
  display: inline-block;
  width: 2px;
  height: 60px;
  margin: 0 9.9px;
  border-radius: 9999px;
  background-color: #000000;
}
.arrow::before, .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 16px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 50% calc(100% - 1px);
}
.arrow::before {
  transform: rotate(45deg);
}
.arrow::after {
  transform: rotate(-45deg);
}

/* ============================= */
/* SEASONAL VISUAL */
/* ============================= */
.image-float-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.image-float-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

/* ============================= */
/* 商品一覧 */
/* ============================= */
.product-block__title{
  font-size: 15px;
  font-family: "Inter","Noto Sans JP", sans-serif !important;
  font-weight: 400!important;
}


/* ============================= */
/* 商品詳細 */
/* ============================= */
.fs-c-productNameHeading__name{
  font-size: 34px;
}

.product-size-text p{
    font-size:14px;
}

.size-table{
    width:100%;
}

.size-table td{
    text-align: center;
}
.bg-gray{
    background-color:#f5f5f5;
}

/* ============================= */
/* 会員登録 */
/* ============================= */
.birthdayinput {
    display: flex;  /* 横並びにする */
    gap: 10px;  /* 各liの間隔を調整 */
    list-style: none;  /* リストの点を消す */
}
.dayform {
    align-items: center; /* 縦の位置を中央に揃える */
    display: flex;
}

.form-margin{
  margin-bottom:60px;
}

.account-form label.check-inline{
  display: inline;
}

/* ============================= */
/* サイトマップ */
/* ============================= */
.menu-item, .submenu-item, .sub-submenu-item {
    margin-bottom: 0;
}

/* 罫線の長さを統一 */
.menu-link, .submenu-link, .sub-submenu-link {
    padding: 10px 0;
    border-bottom: 1px solid #ccc; /* 罫線はすべて同じ長さ */
    width: 100%; /* 全体に統一 */
}

/* リンクのスタイル */
.menu-link a, .submenu-link a, .sub-submenu-link a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 16px 10px; /* 文字周りの余白 */
}

/* 子メニュー（2階層目）の文字位置調整 */
.submenu-link {
    padding-left: 20px; /* 1階層下げる */
}

/* 孫メニュー（3階層目）の文字位置調整 */
.sub-submenu-link {
    padding-left: 40px; /* 2階層下げる */
}

/* ============================= */
/* パスワードリセット */
/* ============================= */
.pass-reset {
  margin: 60px 0 auto;
  background-color: #f5f5f5;
  padding: 40px;
}
.pass-large {
  margin-bottom: 24px;
}

/* ============================= */
/* フッター */
/* ============================= */
.section-footer__newsletter-block{
  margin:0 auto;
  text-align: center;
}

@media (min-width: 768px) {
    .section-footer__newsletter-block {
      flex: 0 1 600px;
    }
}

@media (min-width: 768px) {
    .section-footer__title {
        font-size: 32px;
    }
}

.jdgm-star {
    font-family: 'JudgemeStar'!important;
}

/* ============================= */
/* 2025awコレクション用 */
/* ============================= */


.aw2025logo_bottom{
  width:100%;  
  margin:auto auto;
  text-align:center;
  }

 .aw2025logo_bottom img{
   width:180px;
   margin-bottom:10px;
 }

@media (min-width: 768px) {
.aw2025logo_bottom img{
  width:30%;  
  margin-bottom:12px;
  }
}

/**********アナウンスメントバー固定**********/
  .shopify-section.shopify-section-group-header-group {
    position: sticky;
    z-index: 99;
    top: 0;
  }
  .section-header {
    top: 38px !important;
  }

/********** about section **********/

/* 共通設定 */
.main-section {
  display: flex;
  flex-direction: column; /* SPは縦並び */
  width: 100%;
}

/* 左右カラム共通 */
.main-section .main-bg {
  width: 100%;
  height: 100vh;           
  display: flex;
  flex-direction: column;  /* 内部コンテンツ縦並び */
  align-items: center;     /* 横中央揃え */
  text-align: center;
}

/* 左カラム：背景画像 + tag-line上下中央 */
.main-section .main-bg.left {
  background-image: url('/cdn/shop/files/about_cover_01.jpg?v=1756719221');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  justify-content: center;  /* 上下中央 */
}

/* 左側の画像 */
.tag-line {
  max-width: 60%;
  height: auto;
}

/* 右カラム：背景色 + 上基準 */
.main-section .main-bg.right {
  background-color: #183422;
  color: white;
  justify-content: flex-start; /* 上基準 */
  padding-top: 10vh;            /* H2上の余白 */
}

/* 右カラム内の縦並びコンテンツ */
.text-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10vh;          /* p下の余白 */
}

/* H2/p個別余白リセット */
.our3,
.about_description {
  margin: 0;
  font-weight: 700 !important;
  font-family: "Inter","Noto Sans JP", sans-serif !important;
  color: white;
}

.our3{
  font-size:2.4rem;
}
.about_description {
  font-size:1.4rem;
}

/* 右カラムの下画像 */
.graph {
  max-width: 80%;
  height: auto;
}

@media screen and (max-width: 767px) {
.main-section .main-bg.right {
  padding-top: 16vh;   
  }
  .text-set {
  margin-bottom: 16vh;
  }
  .graph {
  max-width: 90%;
  }
  .our3{
    font-size:1.8rem;
  }
  .about_description {
  font-size:1.1rem;
  }
  .tag-line {
  max-width: 80%;
  }
}



/* PC: 横並び */
@media screen and (min-width: 768px) {
  .main-section {
    flex-direction: row; /* 左右カラム横並び */
  }

  .main-section .main-bg {
    height: 100vh;
  }

  /* 左右縦方向配置 */
  .main-section .main-bg.left {
    justify-content: center; /* 左は上下中央 */
  }

  .main-section .main-bg.right {
    justify-content: flex-start; /* 右は上基準 */