/** Shopify CDN: Minification failed

Line 440:18 Unexpected "{"
Line 440:27 Expected ":"

**/


/* CSS from section stylesheet tags */
@media(max-width: 740px) {
    .article__prev-next .scroller__inner {
        padding: 0px 55px;
    }
    .article__prev-next .scroller__inner .article-list {
        column-gap: 15px;
    }
    .article-item__title.heading.h4 {
        font-size: 20px;
    }
}
.blog-posts-link {
    margin-top: 60px;
}
.article-list.article-list--section {
    column-gap: 45px;
}
.article-item__image-container {
    background: #000;
    text-align: center;
}
@media(max-width: 740px) {
    .shopify-section.shopify-section--blog-posts .scroller__inner {
        padding: 0px 55px;
    }
    .shopify-section.shopify-section--blog-posts .scroller__inner .article-list.article-list--section {
        column-gap: 15px;
    }
    .article-item__title.heading.h4 {
        font-size: 20px;
    }
    .shopify-section--blog-posts .article-item .article-item__arrow {
        display: none;
    }
}
.collection-box-subtext {
    max-width: 245px;
    line-height: 1.35;
}
#collection-list .list-collections__item-info .link.btn { 
    max-width: 285px;
    margin: auto;
    padding: 11px;
    width: 100%;
}
product-list prev-next-buttons button,
    tabs-nav .tabs-nav__position {
        background: #ffb600 !important;
    }
    .shopify-section--featured-collections tabs-nav .tabs-nav__item[aria-expanded="true"] {
        color: #ffb600;
        font-weight: 700 !important;
    }
    .shopify-section--featured-collections tabs-nav .tabs-nav__item {
        font-size: 14px;
        opacity: 1;
        font-family: var(--heading-font-family);
        font-weight: 400 !important;
    }
    .product-list__prev-next.hidden-pocket {
        top: 50%;
        transform: translateY(-50%);
    }
#blog-header-featured .button {
        min-width: 120px !important;
    }
@media(min-width: 1000px) {
    #image-w-txt .button-wrapper .button.button--primary {
        min-width: 385px;
    }
    .image-with-text__image-wrapper {
        left: 60px;
    }
    .image-with-text--reverse .image-with-text__image-wrapper {
        right: 60px;
        left: unset;
    }
    .image-with-text__image-wrapper .img-w-txt-width {
        margin-right: 0;
        margin-left: auto;
    }
    .image-with-text--reverse .image-with-text__image-wrapper .img-w-txt-width {
        margin-right: auto;
        margin-left: 0;
    }
    #image-w-txt {
        padding: calc(var(--vertical-breather) - 12.5%) 0;
    }
    .image-with-text::before {
        top: 50%;
        transform: translateY(-50%);
        max-height: 75%;
    }
    .image-with-text__content.text--center h3.h3 {
        margin-left: auto;
        margin-right: auto;
    }
    .image-with-text__content.text--left h3.h3 {
        margin-left: 0;
        margin-right: auto;
    }
    .image-with-text__content.text--right h3.h3 {
        margin-left: auto;
        margin-right: 0;
    }
}
@media(max-width: 999px) {
    .mobile-pt-0 { 
        padding-top: 0 !important;
    }
    .image-with-text__content .text-with-icon-text-content {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }
    .image-with-text__content {
        text-align: center !important;
    }
    .img-w-txt-width {
        margin: auto;
    }
    .image-with-text__content h3.h3 {
        margin-left: auto;
        margin-right: auto;
    }
}
@media(min-width: 1000px) {
    #collection-header h2 {
        font-size: 80px;
        letter-spacing: -0.5px;
    }
}
.scroll-spy-faq {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    /* font-family: var(--heading-font-family); */
    /* box-shadow: 1px 0 rgba(var(--text-color), 0.25) inset; */
    top: calc(24px + var(--header-height, 0px) * var(--enable-sticky-header) + var(--announcement-bar-height, 0px) * var(--enable-sticky-announcement-bar));
  }
  .scroll-spy-faq__item.is-category {
    /* border-left: 2px solid rgba(0, 0, 0, 0.1); 
  padding-left: 1rem;
  margin-left: 0.25rem; */
  font-family: var(--heading-font-family);
    box-shadow: 1px 0 rgba(var(--text-color), 0.25) inset;
  }

  /* heading の場合は縦線なし + 左寄せ */
  .scroll-spy-faq__item.is-heading {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }

  .scroll-spy-faq__list {
    padding-left: 6px;
  }

  .scroll-spy-faq__item {
    opacity: 0.7;
    transition: opacity 0.25s ease-in-out;
  }

  .scroll-spy-faq__item.is-visible {
    opacity: 1;
  }

  .scroll-spy-faq__anchor {
    display: block;
    padding: 10px 24px;
  }

  [dir='ltr'] .scroll-spy-faq svg {
    left: 0;
  }

  [dir='rtl'] .scroll-spy-faq svg {
    right: 0;
  }

  .scroll-spy-faq svg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .scroll-spy-faq path {
    /* transition: all 0.3s ease;
  fill: transparent;
  stroke: currentColor;
  stroke-width: 2px;
  stroke-dasharray: 0 0 0 1000;
  stroke-linecap: square; */
  }
  .scroll-spy-faq-anchor--large {
    font-weight: bold;
    /* font-size: 1.4em; */
    color: black;
    text-transform: uppercase;
    /* border-left: 3px solid #d10000; */
    /* background-color: aqua; */

    padding-top: 15px;

    padding-left: 0rem;
  }
  #fyre-faq .faq__item {
    border: none;
    transition: background-color 0.2s ease;
  }
  .faq-heading-with-line {
    display: flex;
    align-items: center;
  }

  .faq__heading {
    font-weight: bold;
    margin-right: 0.8rem;
    white-space: nowrap;
  }

  .faq-heading-line {
    flex-grow: 1;
    height: 2px;
    background-color: rgb(87, 87, 87);
  }

  #fyre-faq .faq__item:hover {
    background-color: #f6f6f6;
  }
  #fyre-faq .faq__item {
    border: none;
  }
  #fyre-faq .collapsible__content.text-container {
    padding: 5px 14px 10px;
  }
  #fyre-faq .faq__category {
    background-color: rgb(226, 225, 225);
  }
  #fyre-faq .faq__category,
  #fyre-faq .faq__item > button.collapsible-toggle {
    padding: 9px 14px;
  }
  #fyre-faq .scroll-spy-faq ul li a {
      
      font-family: var(--heading-font-family);
      font-weight: 700;
      letter-spacing: 0;
    }
  @media (min-width: 1000px) {
    #fyre-faq .faq-navigation {
      left: 0;
      max-width: 210px;
    }
    #fyre-faq .faq__wrapper {
      max-width: unset;
      width: calc(100% - 250px);
      margin-right: 0;
    }
    #fyre-faq .faq {
      max-width: 1040px;
      margin: auto;
    }
    #fyre-faq .scroll-spy-faq ul li a {
      font-size: 13px;
      font-family: var(--heading-font-family);
      font-weight: 700;
      letter-spacing: 0;
    }
  }
@media(min-width: 1000px) {
    #featured-article .image-with-text-block__image-wrapper {
        width: calc( 100vw - calc(var(--grid-column-width) * 5 + var(--grid-gap) * 2));
    }
}
@media(max-width: 999px) {
    #featured-article .image-with-text-block .container::before {
        display: none !important;
    }
}
#home-cta-section .image-with-text-block {
    min-height: unset;
}
#home-cta-section .home-cta-container {
    padding: 70px 25px 80px;
    max-width: 1280px;
}
#home-cta-section .shipping-badge-dotted {
    border: 2px dashed #FFB600;
    border-radius: 16px;
    max-width: 225px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #ffb600;
    height: 70px;
    line-height: 1;
    margin-top: 30px;
}
#home-cta-section .shipping-badge-dotted i {
    margin-left: 5px;
    font-size: 20px;
}
#home-cta-section .image-with-text-block__text-container p {
    max-width: 350px;
}
#home-cta-section .image-with-text-block__image-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
#home-cta-section .image-with-text-block__image {
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media(min-width: 741px) {
    #home-cta-section .home-cta-content-img {
        position: absolute;
        right: 30px;
        max-height: 100%;
        max-width: calc(50% - 15px);
        bottom: 0;
    }
    #home-cta-section .home-cta-container {
        min-height: 520px;
    }
}
@media(max-width: 740px) {
    #home-cta-section .image-with-text-block__content {
        text-align: center;
    }
    #home-cta-section .image-with-text-block__text-container p,
    #home-cta-section .shipping-badge-dotted {
        margin-left: auto;
        margin-right: auto;
    }
    #home-cta-section .home-cta-content-img {
        margin-bottom: -80px;
        margin-top: 40px;
    }
}
.hero-slideshow .container {
    max-width: calc(1228px - (var(--container-gutter) * 2));
}
.slideshow__nav.container {
    bottom: -35px !important;
}
slide-show .slideshow__progress-bar::before, 
slide-show .slideshow__progress-bar::after {
    height: 5px !important;
}
slide-show .slideshow__progress-bar::before {
    background: #D0D0D0;
    opacity: .3;
}
slide-show .slideshow__progress-bar::after {
    background: #ffb600 !important;
}
.hero-slideshow .slideshow--small, 
slide-show-item {
    --slideshow-min-height: 620px;
}
.hero-slideshow .slideshow__image--placeholder {
    width: 100% !important;
}
.hero-slideshow .slideshow__text-wrapper.vertical-breather {
    padding: 30px 0;
}
.hero-slideshow .heading.heading--large {
    margin: 15px 0 20px;
}
.hero-slideshow .heading.heading--small.badge-header {
    display: inline-block;
    background: #005EFF;
    border-radius: 12px;
    padding: 6px 25px;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 3px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}
.hero-slideshow .content-box.slideshow-content {
    width: 100%;
} 
.hero-slideshow .button-group {
    font-size: 0;
    margin-top: 60px;
}
.hero-slideshow .slider-img {
    pointer-events: none;
}
@media(max-width: 999px) {
    .slider-img {
        margin-top: 15px;
    }
    .hero-slideshow .heading.heading--small.badge-header {
        font-size: 10px;
    }
    .hero-slideshow .button-group {
        margin-top: 40px;
    }
}
[dir="ltr"] .hero-slideshow .content-box--left {
    margin-left: 0 !important;
}
[dir="rtl"] .hero-slideshow .content-box--left, 
[dir="ltr"] .hero-slideshow .content-box--right {
    margin-right: 0 !important;
}
#main .hero-slideshow .button-group__wrapper .button {
    max-width: 50% !important;
    flex: 50%;
    min-width: unset;
}
@media(max-width: 501px) {
    #main .hero-slideshow .button-group__wrapper .button {
        padding: 18px 10px;
    }
}
#shopify-section-{{ section.id }} .slideshow__button-under-image {
  display: flex;
  gap: 0.75rem; 
  justify-content: center; 
}

 .slideshow__button-under-image {
   display: flex;
  flex-wrap: wrap;    /* 折り返しを許可 */
  gap: 10px;          /* ボタン同士に余白 */
  justify-content: center; /* 中央揃え */
}
.slideshow__button-under-image .button {
  flex: 1 1 auto;     /* 必要に応じて縮む */
  max-width: 100%;
}
/* デフォルト: desktop 表示 */
.slideshow__image--desktop {
  display: block;
}
.slideshow__image--tablet,
.slideshow__image--mobile {
  display: none;
}

/* pocket (=スマホ) */
@media screen and (max-width: 767px) {
  .slideshow__image--desktop,
  .slideshow__image--tablet {
    display: none;
  }
  .slideshow__image--mobile {
    display: block;
  }
}

/* tablet (768px〜1023px) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .slideshow__image--desktop,
  .slideshow__image--mobile {
    display: none;
  }
  .slideshow__image--tablet {
    display: block;
  }
}
@media(min-width: 1000px) {
    #page-header h3 {
        font-size: 80px;
        letter-spacing: -0.5px;
    }
}
@media (min-width: 1400px) {
    #game-notes .button-wrapper .button.button--primary {
      min-width: 385px;
    }
    .image-with-text__image-wrapper {
      left: 60px;
    }
    .image-with-text--reverse .image-with-text__image-wrapper {
      right: 60px;
      left: unset;
    }
    .image-with-text__image-wrapper .img-w-txt-width {
      margin-right: 0;
      margin-left: auto;
    }
    .image-with-text--reverse .image-with-text__image-wrapper .img-w-txt-width {
      margin-right: auto;
      margin-left: 0;
    }
  }
  @media (min-width: 1000px) {
    #game-notes {
      padding: calc(var(--vertical-breather) - 10.5%) 0;
    }
    .image-with-text::before {
      top: 50%;
      transform: translateY(-50%);
      max-height: 80%;
    }
    .image-with-text__content.text--center h3.h3 {
      margin-left: auto;
      margin-right: auto;
    }
    .image-with-text__content.text--left h3.h3 {
      margin-left: 0;
      margin-right: auto;
    }
    .image-with-text__content.text--right h3.h3 {
      margin-left: auto;
      margin-right: 0;
    }
    .image-with-text--reverse .image-with-text__content-list {
      margin-left: 60px;
    }
    .image-with-text__content.text-container {
        margin: 12px 0;
    }
  }
  @media (min-width: 1000px) and (max-width: 1399px) {
    .image-with-text.image-with-text--reverse image-with-text-item {
        padding-right: 30px;
    }
    .image-with-text.image-with-text--reg image-with-text-item {
        padding-left: 30px;
    }
  }
  @media (max-width: 999px) {
    .mobile-pt-0 {
      padding-top: 0 !important;
    }
    .image-with-text__content .text-with-icon-text-content {
      text-align: center !important;
      margin-left: auto;
      margin-right: auto;
    }
    .image-with-text__content {
      text-align: center !important;
    }
    .img-w-txt-width { 
      margin: auto;
    }
    .image-with-text__content h3.h3 {
      margin-left: auto;
      margin-right: auto;
    }

    #game-notes .image-with-text .container {
      padding: 0px;
    }

    #game-notes .image-with-text .container .image-with-text__content h3 {
      font-size: 32px;
    }
    #game-notes .image-with-text .container .image-with-text__content .text-with-icon-text-content {
      line-height: 20px;
    }
    .image-with-text__content.text-container {
        margin: 0 0 12px 0;
    }
  }
#fyre-pdp-product-content .product-content__tabs {
    width: auto;
    margin-right: 45px;
  }
  #more-info-table th,
  #more-info-table td {
    padding: 10px 10px 10px 0;
    border: none;
  }
  #more-info-table tr {
    border-bottom: 1px solid #dfdfdf;
  }
  #more-info-table tr:last-child {
    border-bottom: none;
  }
  #fyre-pdp-product-content .tabs-nav__item {
    font-size: 16px;
  }
  #fyre-pdp-product-content tabs-nav .tabs-nav__position {
    background: #000 !important;
  }
  .info-video {
    border-radius: 8px;
  }

  .play-content-video.active {
    display: none;
  }
  .play-content-video i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 62px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12);
    color: #ffffff;
  }

  @media (min-width: 1000px) {
    .info-video.video-marg {
      margin-top: 60px;
    }
  }
  @media (max-width: 999px) {
    #fyre-pdp-product-content .product-content__tabs {
      width: 100vw;
      margin: 0;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
    }
    #fyre-pdp-product-content > div {
      margin: 0;
    }
    #fyre-pdp-product-content .product-tabs__tab-item-wrapper {
      --anchor-offset: 0px;
      padding: 0 var(--container-gutter);
    }
    #fyre-pdp-product-content .collapsible-toggle.heading {
      font-family: var(--heading-font-family) !important;
      font-weight: 700 !important;
      letter-spacing: 0 !important;
    }
    #fyre-pdp-product-content .product-tabs__tab-item-content .header-font-bold {
      font-size: 24px;
      margin-bottom: 18px;
    }

    #fyre-pdp-product-content .product-tabs__tab-item-content .metafield-rich_text_field {
      font-size: 12px;
    }
  }
.play-icon {
    opacity: 0.21;
    color: #7c7c7c;
    letter-spacing: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
  }
  .video-wrapper__poster {
    z-index: 1;
  }
  .video-wrapper__poster.active {
    z-index: -1;
  }
  .link.btn {
    max-width: 285px;
    margin: auto;
    padding: 11px;
    width: 100%;
  }
  @media (min-width: 1000px) {
    .play-icon {
      font-size: 280px;
    }
  }
  @media (max-width: 999px) and (min-width: 729px) {
    .play-icon {
      font-size: 240px;
    }
  }
  @media (max-width: 730px) {
    .play-icon {
      font-size: 160px;
    }
  }
@media(min-width: 1000px) {
    #image-w-txt .button-wrapper .button.button--primary {
        min-width: 385px;
    }
    .image-with-text__image-wrapper {
        left: 60px;
    }
    .image-with-text--reverse .image-with-text__image-wrapper {
        right: 60px;
        left: unset;
    }
    .image-with-text__image-wrapper .img-w-txt-width {
        margin-right: 0;
        margin-left: auto;
    }
    .image-with-text--reverse .image-with-text__image-wrapper .img-w-txt-width {
        margin-right: auto;
        margin-left: 0;
    }
    #image-w-txt {
        padding: calc(var(--vertical-breather) - 12.5%) 0;
    }
    .image-with-text::before {
        top: 50%;
        transform: translateY(-50%);
        max-height: 75%;
    }
    .image-with-text__content.text--center h3.h3 {
        margin-left: auto;
        margin-right: auto;
    }
    .image-with-text__content.text--left h3.h3 {
        margin-left: 0;
        margin-right: auto;
    }
    .image-with-text__content.text--right h3.h3 {
        margin-left: auto;
        margin-right: 0;
    }
}
@media(max-width: 999px) {
    .mobile-pt-0 { 
        padding-top: 0 !important;
    }
    .image-with-text__content .text-with-icon-text-content {
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }
    .image-with-text__content {
        text-align: center !important;
    }
    .img-w-txt-width {
        margin: auto;
    }
    .image-with-text__content h3.h3 {
        margin-left: auto;
        margin-right: auto;
    }
}