/** Shopify CDN: Minification failed

Line 392:11 Expected "}" to go with "{"

**/
/* Common Start */


html {
  scroll-behavior: smooth;/*CSSのみでスムーススクロール*/
  scroll-padding-top: var(--header-height);/*スムーススクロール時にストアのヘッダー高さを考慮*/
}
a {
  color: inherit;/*リンクテキストが青くなるのを阻止*/
}
a[href="#"] {/*「メニュー」のリンクなしの親階層にもページ内の"#"に飛ぼうとして.account_order_history.account_order_historyしまうので解消*/
  pointer-events: none;
}
input::placeholder, textarea::placeholder {
  color:#C5C5C5 !important;/*プレースホルダを薄くする(デフォルトだと黒くてすでに入力された文字に見える)*/
}
main .login .field+a {
    margin-top: 1rem;
    text-align: center;
    width: 100%;
}
.field__input:focus, .field__input:not(:placeholder-shown), .field__input:autofill, .customer .field input:focus, .customer .field input:not(:placeholder-shown), .customer .field input:autofill {
  padding: 1rem 1.5rem .8rem 2rem !important;
}
/*judge.meのレビューウィジェットのボタンを無効化してしまうのを解除*/
a.jdgm-write-rev-link {
    pointer-events: all !important;
}

/*デフォルトのチェックボックスがこじんまりとしているのでせめてもの処理*/
/* input[type="checkbox"] {
  transform: scale(2);
  margin-right: 2rem !important;
} */
.page .collapsible-content .accordion {
  padding-top: var(--header-height) !important;/*ヘッダーの高さに応じて調節すること*/
  margin-top: calc(-1 * var(--header-height)) !important;/*ヘッダーの高さに応じて調節すること*/
}
.page .collapsible-content .accordion:not(:last-child) {
  margin-bottom: 40px;
}
.button--secondary {
  border: 1px solid rgb(var(--color-button-text)) !important;
}
/*セレクトボックスをfocusしたさいに気持ち悪い線が表示されるのを強制阻止*/
select:focus {
  --color-foreground: none;
}
/*ホバーアクションがない箇所をカバー*/
a:hover,
button:hover {
  opacity: 0.7 !important;
  transition: opacity 0.3s ease;
  font-weight: inherit;
}
/*カート画面のゴミ箱アイコンがスキーマカラー上の気持ち悪い色になるのを強制阻止*/
.icon-remove{
  color: rgb(var(--color-foreground));
}

/*account*/
dl.account_detail_info {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media screen and (min-width: 767px) {
  .account_details_wrapper{
      max-width: 300px;
  }
}


/* slideshowのセクションで「アウトラインボタンのスタイルを使用する」にしても外線が表示されないのを解消 */
@media screen and (min-width: 750px){
  .banner--desktop-transparent .button--secondary {
      outline: 1px solid;
  }
}
@media screen and (max-width: 767px) {
  .shopify-section--breadcrumbs>.page-width,
  .page-width.header_breadcrumbs { /*モバイルでパンクズの文字が長いと横ブレするのを防ぐ*/
    max-width: 100vw;
    overflow-x: hidden;
    padding: 0 3rem;
  }
}
/* Common End */

/* product */
.dynamic_checkout_alert_text>p{
  font-size: 1.1rem;
}
/* product */

/* featured blog section */
@media screen and (max-width: 767px) {
  .contains-card--article{
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
/* */

/*ポリシーページ*/
.shopify-policy__container {
  max-width: calc(100% + 2rem);
  width: calc(100% + 2rem);
  margin: 0 -2rem;
  position: relative;
  .page-width.header_breadcrumbs {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
  }
}
.shopify-policy__body {
  max-width: 1100px;
  margin: 4rem auto;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .shopify-policy__container {
    max-width: 100%;
    margin: 0;
    .page-width.header_breadcrumbs{
      padding: 0 1rem;
    }
  }
  .shopify-policy__body {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .breadcrumb__list {
    margin-left: -14px;
    padding-left: 14px;
    margin-right: -14px;
    padding-right: 14px;
    max-width: 100vw;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox 用 */
  }
  
  .breadcrumb__list li {
    white-space: nowrap;
  }
  
  .breadcrumb__list::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera 用 */
  }

}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

input {
  border-radius: 4px !important;
}

a:-webkit-any-link {
  text-decoration: none;
}

.rte {
  p, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.breadcrumb__item {
  display: inline;
  font-size: 12px;
  font-weight: bold;
}

.breadcrumb__list {
  list-style: none;
  display: inline-block;
  align-items: center;
  justify-content: start;
  gap: 4px;
  padding-inline-start: 0;

  svg {
    overflow: visible;
  }
}
.bi-chevron-right {
    top: 1px;
}
@media screen and (max-width: 767px) {
  .bi-chevron-right {
    top: -1px;
  }
  .breadcrumb__list {
    display: inline-flex;
    padding-right: 30px;
}
.product-form__submit {
  gap: 10px;
}
.product__accordion.accordion {
  border-top-style: none;
}
input.shopify-challenge__button.btn {/*ログイン時などreCapchaの画面でボタンが詰まりすぎなのを解消*/
  margin-top: 2rem;
}
.shopify-challenge__container {/*ログイン時などreCapchaの画面でなぜかモバイル時にページパディンングがないのを解消*/
  padding: 0 2rem;
}
.template-404 h1.title {
    font-size: 2.4rem;/* 404ページのページタイトル */
}
.template-404 p {
  font-size: 2.4rem;
  line-height: 0;
}
/* Common End */

/* order_history */
.order_history li, .order_history li .product-card, .order_history li .product-card img {
  max-width: 100%;
  list-style: none;
}
.order_history{
  column-gap: var(--grid-desktop-horizontal-spacing);
  row-gap: var(--grid-desktop-vertical-spacing);
}
.order_history li .product-card img{
  border-radius: var(--product-card-corner-radius);
}
/* order_history */

/* account */
.account_detail_info dt {
  font-weight: bold; /* dtのテキストを太字に */
}
.account_detail_info dd {
  margin-left: 0; /* ddの左マージンを削除 */
}

.account .account_wrapper {
  margin-top: 0 !important;
  display: grid !important;
  grid-template-columns: 7.5fr 2.5fr;
}

.account table.order-history {
  box-shadow: none;
}

.account .account_order_history {
  background: #F9F9F9;
  padding: 3rem 4.5rem !important;
  align-self: start; /* この要素の高さを自動にし、上端に揃える */
}

.addresses li > button {
  color: rgb(var(--color-button-text)) !important;
}

.addresses .addreess_status {
  width: fit-content;
  margin-left: 0;
  background: #02276b;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem;
  border-radius: 1rem;
}

.addresses .ediable_address_display {
  position: relative;
}

.addresses .ediable_address_display_wrapper {
  padding: 0 5rem 0;
  background: #f9f9f9;
}

.addresses .ediable_address_display:after {
  position: absolute;
  content: '';
  border-top: 1px solid #ccc;
  top: 80px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .account .account_wrapper {
    grid-template-columns: 1fr;
  }
  
  .account .account_order_history {
    padding: 0 3rem !important;
  }
  
  .addresses .addreess_status {
    margin-left: auto;
    padding: 1rem 2rem;
  }
  
  .addresses .ediable_address_display:after {
    content: none;
  }
  
  .addresses .ediable_address_display_wrapper {
    padding: 0 1rem 1rem;
    background: none;
  }
}
/* account */

/* address */
.ediable_address_display:first-of-type{
  padding: 4rem 0 2rem;
  border-bottom: 1px solid #ddd;
}
.ediable_address_display {
    background: #F9F9F9;
    padding: 0 5rem 5rem;
    border-bottom: 1px solid #ddd;
    font-size: 1.2rem;
    font-weight: bold;
    display: grid;
    grid-template-columns: 0.7fr 0.8fr 1.5fr 0.8fr 2fr;
    align-items: center;
    gap: 2rem;
    text-align: left;
}
div[data-address] {
  text-align: left;
}
.ediable_address_display_wrapper:has(button[aria-expanded="false"])~.edit_address_wrapper {
  display: none;
}
.ediable_address_display_wrapper:has(button[aria-expanded="true"])~.edit_address_wrapper {
  display: block;
}
/* address */

/* article */
@media screen and (min-width: 768px) {
  .addresses form button:first-of-type {
      margin-right: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .article iframe {
    max-width: 100%;
    padding-bottom: 39.7%;
    margin-bottom: -39.7%;
  }
  div[data-address] {
    text-align: center;
  }
}
/* article */

/* order */
.order .order_table_aside h2{
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .order {
    td[headers="ColumnProduct" ]>div {
      max-width: 70%;
      text-align: left;
    }
  }
}
/* order */