.fs-l-header {
  position: sticky;
  top: 0;
  padding-top: 0;
  z-index: 1000; }
  .fs-l-header__contents {
    -ms-grid-columns: 1fr 12rem 4em;
        grid-template-columns: 1fr 12rem 4em;
    -ms-flex-align: center;
        align-items: center; }
  .fs-l-header__leftContainer {
    -ms-grid-column: 3;
        grid-column: 3; }
  .fs-l-header__logo {
    -ms-grid-column: 1;
        grid-column: 1; }
  .fs-l-header__utility {
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column: 2;
        grid-column: 2;
    padding: 0; }
  .fs-l-header_primary {
    margin-bottom: 38.4px !important;
    margin-bottom: 2.4rem !important; }
  .fs-l-header_primary .fs-l-header__contents {
    background-color: #00007c; }

.fs-l-main {
  margin-top: 0;
  padding-top: 0; }
  .fs-l-main_full {
    max-width: 100vw;
    padding: 0; }
    .fs-l-main_full > .fs-l-pageMain {
      max-width: 100vw; }

.fs-c-accountService {
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 0 -8px; }
  .fs-c-accountService > li {
    -ms-flex-preferred-size: calc(33.3333% - 16px);
        flex-basis: calc(33.3333% - 16px);
    margin: 8px; }
  .fs-c-accountService__page--accountDelete {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    height: auto;
    margin-top: 32px !important;
    margin-top: 2rem !important;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center; }

.c-bg {
  position: relative;
  padding: 38.4px 0;
  padding: 2.4rem 0;
  box-sizing: border-box; }
  .c-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: -12.8px;
    left: -.8rem;
    width: 100vw;
    height: 100%;
    background-color: #eee;
    z-index: -1;
    box-sizing: border-box; }
  .c-bg .c-headline {
    margin: 0 0 38.4px;
    margin: 0 0 2.4rem; }

.fs-c-breadcrumb {
  max-width: 1216px;
  margin: auto;
  padding: 0 9.6px;
  padding: 0 .6rem; }
  .fs-c-breadcrumb__list {
    padding: 0 5px; }

.fs-c-button--addToCart--detail {
  width: 80%;
  padding: 1em;
  font-size: 32px;
  font-size: 2rem;
  position: relative; }
  .fs-c-button--addToCart--detail span {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .fs-c-button--addToCart--detail span:before {
      content: '';
      display: block;
      width: 1.5em;
      height: 1.5em;
      background: url(https://realsports.itembox.design/item/icon-cart.svg?t=20230904150902);
      background-position: center;
      background-repeat: no-repeat;
      margin: 0 1em 0 0; }

.fs-c-documentArticle__heading {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 24px;
  font-size: 1.5rem; }

.fs-c-heading--page {
  padding: 48px;
  padding: 3rem;
  margin: 0 -8px 48px;
  margin: 0 -8px 3rem;
  border: none;
  background: #eee;
  font-weight: bold; }

.fs-c-heading--freepage {
  margin-top: 0; }

.fs-c-panel {
  margin: 1em 0; }

.fs-c-productListItem .fs-c-productName__name {
  font-size: 19.2px;
  font-size: 1.2rem; }

.fs-c-productListItem .fs-c-productPrice--listed {
  font-size: 16px !important;
  font-size: 1rem !important; }
  .fs-c-productListItem .fs-c-productPrice--listed .fs-c-productPrice__main__label {
    font-size: 16px;
    font-size: 1rem; }

.fs-c-productListItem .fs-c-productPrice__main__label {
  font-size: 20.8px;
  font-size: 1.3rem; }

.fs-c-productListItem .fs-c-productPrice__main__price {
  font-weight: bold;
  color: #000 !important; }

.fs-c-productPrices {
  margin: 32px 0 !important;
  margin: 2rem 0 !important;
  /*
	* 商品詳細ページの値段周りのスタイル
	*/ }
  .fs-c-productPrices--productDetail .fs-c-productPrice--listed {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    font-weight: normal; }
  .fs-c-productPrices--productDetail .fs-c-productPrice--selling {
    margin: 0; }
  .fs-c-productPrices--productDetail .fs-c-productPrice__main {
    -ms-flex-align: center;
        align-items: center; }
    .fs-c-productPrices--productDetail .fs-c-productPrice__main__label {
      width: 10em; }
    .fs-c-productPrices--productDetail .fs-c-productPrice__main__price {
      color: #000;
      font-weight: bold; }
  .fs-c-productPrices--productDetail .fs-c-productPrice--listed .fs-c-productPrices--productDetail .fs-c-productPrice__main__price {
    font-weight: normal; }
  .fs-c-productPrices--productDetail .fs-c-productPrice__addon {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin: 4.8px 0 0 16px;
    margin: 0.3rem 0 0 1rem; }

.fs-c-productThumbnail__image {
  transition: 250ms; }
  .fs-c-productThumbnail__image img {
    transition: 250ms;
    border: 2px solid transparent; }
  .fs-c-productThumbnail__image:hover {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }

.fs-c-quantity__select {
  text-align: center;
  width: auto;
  -webkit-appearance: auto;
          appearance: auto; }

.fs-c-slick .slick-dots li,
.fs-c-slick .slick-dots button {
  width: 12px !important;
  height: 12px !important; }

.fs-c-slick .slick-dots button:before {
  content: "" !important;
  background: #00007c;
  width: 12px !important;
  height: 12px !important;
  border-radius: 100%; }

.fs-c-slick .slick-arrow {
  display: none !important; }

.fs-c-sortItems {
  margin: 0 auto 16px;
  margin: 0 auto 1rem;
  border-radius: 1.5rem;
  overflow: hidden; }

.fs-c-subgroupList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); }
  .fs-c-subgroupList__image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 auto; }
    .fs-c-subgroupList__image img {
      display: block;
      max-width: 80px;
      max-width: 5rem;
      max-height: 64px;
      max-height: 4rem; }
  .fs-c-subgroupList__link {
    border: 1px solid #00007c;
    padding: 0;
    background-color: #fff;
    padding-right: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 128px;
    min-height: 8rem;
    padding: 8px 0;
    padding: 0.5rem 0; }
    .fs-c-subgroupList__link:after {
      content: none;
      margin-right: 10px; }
  .fs-c-subgroupList__label {
    padding: 5px; }

.fs-c-variationMatrix {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); }
  .fs-c-variationMatrix__row {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column; }
    .fs-c-variationMatrix__row__variationName {
      text-align: center;
      width: 100%;
      background: #00007c;
      border-radius: 10rem;
      color: #fff;
      padding: 0.15em; }
  .fs-c-variationMatrix__col {
    -ms-grid-row: auto;
        grid-row: auto;
    -ms-grid-rows: auto;
        grid-template-rows: auto; }
    .fs-c-variationMatrix__col__variationPanels {
      min-height: 64px; }
  .fs-c-variationMatrix__col__thumbnail {
    margin: 10px auto; }
  .fs-c-variationMatrix__col__variationName {
    text-align: center; }
  .fs-c-variationMatrix__item {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
  .fs-c-variationMatrix--column {
    -ms-grid-rows: auto;
        grid-template-rows: auto; }
    .fs-c-variationMatrix--column__col {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%; }
  .fs-c-variationMatrix__panel.is-nostock {
    background-color: #cccccc;
    color: #808080;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; }
  .fs-c-variationMatrix__panel__stock.is-nostock {
    color: red; }

.p-carousel .rcmd-slick-list {
  margin: 0 16px !important;
  margin: 0 1rem !important; }

.p-carousel .rcmd-slick-arrow {
  z-index: 1; }

.fs-p-cartButton {
  width: 100%;
  height: 100%;
  position: relative;
  background: #b81c22;
  max-width: 96px;
  max-width: 6rem;
  margin: 0 0 0 auto; }
  .fs-p-cartButton__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0;
    width: 100%;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #fff;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding-bottom: 9.6px;
    padding-bottom: 0.6rem; }
    .fs-p-cartButton__button img {
      width: 2em;
      margin-bottom: 8px;
      margin-bottom: 0.5rem; }
  .fs-p-cartButton__label, .fs-p-cartButton__icon {
    color: #fff; }
  .fs-p-cartButton__label {
    font-size: 16px;
    font-size: 1rem; }
  .fs-p-cartButton__icon {
    font-size: 48px;
    font-size: 3rem;
    margin-top: 32px;
    margin-top: 2rem; }
  .fs-p-cartButton .fs-client-cart-count {
    top: 16px;
    top: 1rem;
    left: 44%;
    margin: auto;
    right: inherit;
    background: #5eacff;
    color: white;
    font-weight: bold; }

.fs-p-drawer {
  width: 70%;
  -ms-transform: translateX(101%);
      transform: translateX(101%);
  transition: 200ms;
  right: 0;
  left: inherit;
  padding: 0;
  background: #f7f7f7; }
  .fs-p-drawer__welcomeMsg, .fs-p-drawer__loginLogout {
    padding: 0 8px; }
  .fs-p-drawer__loginLogout {
    padding: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background: #fff; }
    .fs-p-drawer__loginLogout__login, .fs-p-drawer__loginLogout__logout {
      border: none;
      background: none;
      color: #555 !important; }
  .fs-p-drawer__register {
    color: #555 !important; }
    .fs-p-drawer__register:after {
      content: '/';
      margin: 0 8px; }
    .fs-p-drawer__register.is-true {
      display: none; }

.fs-p-drawerButton {
  color: #fff;
  text-align: center; }
  .fs-p-drawerButton__icon.fs-icon--close {
    color: #000; }
    .fs-p-drawerButton__icon.fs-icon--close + .fs-p-drawerButton__label {
      color: #000; }

.p-entry {
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  .p-entry > div {
    width: 70%;
    margin: 38.4px auto;
    margin: 2.4rem auto;
    text-align: center; }
    .p-entry > div a {
      transition: 300ms; }
      .p-entry > div a:hover {
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.fs-p-footerCopyright {
  border-top: 1.6px solid #3b3ba7;
  border-top: .1rem solid #3b3ba7;
  padding-top: 16px;
  padding-top: 1rem;
  margin-top: 16px;
  margin-top: 1rem; }
  .fs-p-footerCopyright a {
    color: #fff; }
    .fs-p-footerCopyright a:visited {
      color: #fff; }

.p-header-bnr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 8px 0;
  padding: 0.5rem 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #9595ca;
  transition: opacity 300ms; }
  .p-header-bnr img {
    max-width: 800px;
    max-width: 50rem;
    width: 100%;
    margin: 0 9.6px;
    margin: 0 0.6rem; }
  .p-header-bnr.is-scroll {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.fs-p-headerNavBar {
  display: none; }

.fs-p-headerNavigation__search {
  padding: 0 8px; }
  .fs-p-headerNavigation__search input {
    line-height: normal;
    font-size: 16px;
    height: 1em; }

.fs-p-headerUtilityMenu {
  width: 100%; }
  .fs-p-headerUtilityMenu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .fs-p-headerUtilityMenu li + li {
    margin-left: 0;
    width: 96px;
    width: 6rem; }
  .fs-p-headerUtilityMenu ul, .fs-p-headerUtilityMenu li {
    height: 100%; }
  .fs-p-headerUtilityMenu__login span, .fs-p-headerUtilityMenu__login a, .fs-p-headerUtilityMenu__logout span, .fs-p-headerUtilityMenu__logout a, .fs-p-headerUtilityMenu__register span, .fs-p-headerUtilityMenu__register a, .fs-p-headerUtilityMenu__mypage span, .fs-p-headerUtilityMenu__mypage a {
    height: 100%; }
  .fs-p-headerUtilityMenu__login a, .fs-p-headerUtilityMenu__logout a, .fs-p-headerUtilityMenu__register a, .fs-p-headerUtilityMenu__mypage a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background: #ddd;
    margin: 0;
    padding: 32px;
    padding: 2rem; }
  .fs-p-headerUtilityMenu__login, .fs-p-headerUtilityMenu__logout {
    margin: 0 !important; }
    .fs-p-headerUtilityMenu__login a, .fs-p-headerUtilityMenu__logout a {
      background: #2e7bff;
      color: #fff !important; }
  .fs-p-headerUtilityMenu__login.is-loggedIn--false {
    display: none; }
  .fs-p-headerUtilityMenu__logout.is-loggedIn--true {
    display: none; }
  .fs-p-headerUtilityMenu__register {
    display: none; }
    .fs-p-headerUtilityMenu__register a {
      background: #fff;
      border-left: 1.6px solid #eee;
      border-left: .1rem solid #eee;
      color: #333;
      padding: 0px 8px 8px !important;
      padding: 0rem 0.5rem 0.5rem !important; }
      .fs-p-headerUtilityMenu__register a:before {
        height: 48px !important;
        height: 3rem !important;
        margin: auto;
        width: 40px !important;
        width: 2.5rem !important; }
  .fs-p-headerUtilityMenu__mypage a {
    background: #1669f8;
    color: #fff !important;
    padding: 0 16px 8px !important;
    padding: 0 1rem 0.5rem !important;
    white-space: nowrap;
    letter-spacing: -1px; }
    .fs-p-headerUtilityMenu__mypage a:before {
      width: 48px !important;
      width: 3rem !important;
      background-image: url(https://realsports.itembox.design/item/icon-mypage.svg) !important; }
  .fs-p-headerUtilityMenu__mypage.is-loggedIn--false {
    display: none !important; }

.fs-p-searchForm_sp {
  display: block;
  margin: 20px 0 0; }

.fs-p-searchForm_pc {
  display: none; }

.u-mb-large {
  margin-bottom: 76.8px !important;
  margin-bottom: 4.8rem !important; }

.l-footer {
  background: #00007c;
  color: #fff;
  padding-bottom: 16px;
  padding-bottom: 1rem; }
  .l-footer__body {
    text-align: center;
    overflow: hidden;
    font-feature-settings: 'palt'; }
    .l-footer__body a {
      color: #fff; }
    .l-footer__body img {
      max-width: 400px;
      max-width: 25rem; }
  .l-footer__title {
    font-weight: bold;
    margin-bottom: 0; }
  .l-footer .fs-p-footerUtilityMenu {
    padding: 38.4px 0;
    padding: 2.4rem 0; }
    .l-footer .fs-p-footerUtilityMenu__list {
      text-align: center; }
  .l-footer .fs-p-footerPageTop {
    position: static;
    padding: 0;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: inherit; }
    .l-footer .fs-p-footerPageTop a {
      width: 100%;
      background: #696969;
      height: auto;
      font-size: 0; }

.c-band {
  position: relative;
  color: #fff;
  margin: 38.4px 0;
  margin: 2.4rem 0;
  padding: 38.4px 0;
  padding: 2.4rem 0; }
  .c-band_black:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: -1; }

.c-breadcrumb {
  max-width: 1198px;
  margin: auto;
  border-bottom: 1px dotted #333;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .c-breadcrumb .fs-c-breadcrumb__listItem:last-child {
    display: none; }

.c-btn {
  display: inline-block;
  padding: 1em 3em;
  margin-top: 19.2px;
  margin-top: 1.2rem;
  color: #333;
  text-align: center;
  position: relative;
  transition: 250ms;
  border-radius: .2rem;
  background: #00007c;
  color: #fff !important;
  margin-bottom: 1em; }
  .c-btn:after {
    content: '';
    border-left: 11.2px solid white;
    border-left: 0.7rem solid white;
    border-top: 8px solid transparent;
    border-top: .5rem solid transparent;
    border-bottom: 8px solid transparent;
    border-bottom: .5rem solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.3em;
    margin: auto;
    height: 0; }
  .c-btn:hover {
    text-decoration: none;
    background: #333;
    color: #fff; }

.c-container {
  max-width: 1216px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 19.2px;
  padding-right: 1.2rem;
  padding-left: 19.2px;
  padding-left: 1.2rem; }

.c-gnav {
  background: #f1f1f1;
  overflow: visible; }
  .c-gnav:before {
    content: '';
    position: absolute;
    left: -150vw;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
    width: 200vw;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: 200ms; }
  .c-gnav__body {
    background: #f1f1f1;
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: auto; }

.fs-p-ctrlDrawer:checked + .c-gnav:before {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.c-grid {
  clear: both;
  margin-left: -10px;
  margin-right: -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  .c-grid_center {
    -ms-flex-align: center;
        align-items: center; }
  .c-grid_bottom {
    -ms-flex-align: end;
        align-items: flex-end;
    display: -ms-flexbox;
    display: flex; }
  .c-grid:after {
    content: "";
    display: table;
    clear: both; }
  .c-grid__u {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding: 0 10px;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .c-grid__u_1of2 {
      width: 50%;
      max-width: 50%;
      min-width: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
    .c-grid__u_offset_1of2 {
      margin-left: 50%; }
    .c-grid_reverse .c-grid__u_offset_1of2 {
      margin-left: 0;
      margin-right: 50%; }
    .c-grid__u_2of2 {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .c-grid__u_offset_2of2 {
      margin-left: 100%; }
    .c-grid_reverse .c-grid__u_offset_2of2 {
      margin-left: 0;
      margin-right: 100%; }
    .c-grid__u_1of3 {
      width: 33.33333%;
      max-width: 33.33333%;
      min-width: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%; }
    .c-grid__u_offset_1of3 {
      margin-left: 33.33333%; }
    .c-grid_reverse .c-grid__u_offset_1of3 {
      margin-left: 0;
      margin-right: 33.33333%; }
    .c-grid__u_2of3 {
      width: 66.66667%;
      max-width: 66.66667%;
      min-width: 66.66667%;
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%; }
    .c-grid__u_offset_2of3 {
      margin-left: 66.66667%; }
    .c-grid_reverse .c-grid__u_offset_2of3 {
      margin-left: 0;
      margin-right: 66.66667%; }
    .c-grid__u_3of3 {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .c-grid__u_offset_3of3 {
      margin-left: 100%; }
    .c-grid_reverse .c-grid__u_offset_3of3 {
      margin-left: 0;
      margin-right: 100%; }
    .c-grid__u_1of4 {
      width: 25%;
      max-width: 25%;
      min-width: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%; }
    .c-grid__u_offset_1of4 {
      margin-left: 25%; }
    .c-grid_reverse .c-grid__u_offset_1of4 {
      margin-left: 0;
      margin-right: 25%; }
    .c-grid__u_2of4 {
      width: 50%;
      max-width: 50%;
      min-width: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
    .c-grid__u_offset_2of4 {
      margin-left: 50%; }
    .c-grid_reverse .c-grid__u_offset_2of4 {
      margin-left: 0;
      margin-right: 50%; }
    .c-grid__u_3of4 {
      width: 75%;
      max-width: 75%;
      min-width: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%; }
    .c-grid__u_offset_3of4 {
      margin-left: 75%; }
    .c-grid_reverse .c-grid__u_offset_3of4 {
      margin-left: 0;
      margin-right: 75%; }
    .c-grid__u_4of4 {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .c-grid__u_offset_4of4 {
      margin-left: 100%; }
    .c-grid_reverse .c-grid__u_offset_4of4 {
      margin-left: 0;
      margin-right: 100%; }
    .c-grid__u_1of5 {
      width: 20%;
      max-width: 20%;
      min-width: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%; }
    .c-grid__u_offset_1of5 {
      margin-left: 20%; }
    .c-grid_reverse .c-grid__u_offset_1of5 {
      margin-left: 0;
      margin-right: 20%; }
    .c-grid__u_2of5 {
      width: 40%;
      max-width: 40%;
      min-width: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%; }
    .c-grid__u_offset_2of5 {
      margin-left: 40%; }
    .c-grid_reverse .c-grid__u_offset_2of5 {
      margin-left: 0;
      margin-right: 40%; }
    .c-grid__u_3of5 {
      width: 60%;
      max-width: 60%;
      min-width: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%; }
    .c-grid__u_offset_3of5 {
      margin-left: 60%; }
    .c-grid_reverse .c-grid__u_offset_3of5 {
      margin-left: 0;
      margin-right: 60%; }
    .c-grid__u_4of5 {
      width: 80%;
      max-width: 80%;
      min-width: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%; }
    .c-grid__u_offset_4of5 {
      margin-left: 80%; }
    .c-grid_reverse .c-grid__u_offset_4of5 {
      margin-left: 0;
      margin-right: 80%; }
    .c-grid__u_5of5 {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .c-grid__u_offset_5of5 {
      margin-left: 100%; }
    .c-grid_reverse .c-grid__u_offset_5of5 {
      margin-left: 0;
      margin-right: 100%; }
    .c-grid__u_1of6 {
      width: 16.66667%;
      max-width: 16.66667%;
      min-width: 16.66667%;
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%; }
    .c-grid__u_offset_1of6 {
      margin-left: 16.66667%; }
    .c-grid_reverse .c-grid__u_offset_1of6 {
      margin-left: 0;
      margin-right: 16.66667%; }
    .c-grid__u_2of6 {
      width: 33.33333%;
      max-width: 33.33333%;
      min-width: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%; }
    .c-grid__u_offset_2of6 {
      margin-left: 33.33333%; }
    .c-grid_reverse .c-grid__u_offset_2of6 {
      margin-left: 0;
      margin-right: 33.33333%; }
    .c-grid__u_3of6 {
      width: 50%;
      max-width: 50%;
      min-width: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
    .c-grid__u_offset_3of6 {
      margin-left: 50%; }
    .c-grid_reverse .c-grid__u_offset_3of6 {
      margin-left: 0;
      margin-right: 50%; }
    .c-grid__u_4of6 {
      width: 66.66667%;
      max-width: 66.66667%;
      min-width: 66.66667%;
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%; }
    .c-grid__u_offset_4of6 {
      margin-left: 66.66667%; }
    .c-grid_reverse .c-grid__u_offset_4of6 {
      margin-left: 0;
      margin-right: 66.66667%; }
    .c-grid__u_5of6 {
      width: 83.33333%;
      max-width: 83.33333%;
      min-width: 83.33333%;
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%; }
    .c-grid__u_offset_5of6 {
      margin-left: 83.33333%; }
    .c-grid_reverse .c-grid__u_offset_5of6 {
      margin-left: 0;
      margin-right: 83.33333%; }
    .c-grid__u_6of6 {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .c-grid__u_offset_6of6 {
      margin-left: 100%; }
    .c-grid_reverse .c-grid__u_offset_6of6 {
      margin-left: 0;
      margin-right: 100%; }
    .c-grid__u_1of8 {
      width: 12.5%;
      max-width: 12.5%;
      min-width: 12.5%;
      -ms-flex-preferred-size: 12.5%;
          flex-basis: 12.5%; }
    .c-grid__u_offset_1of8 {
      margin-left: 12.5%; }
    .c-grid_reverse .c-grid__u_offset_1of8 {
      margin-left: 0;
      margin-right: 12.5%; }
    .c-grid__u_2of8 {
      width: 25%;
      max-width: 25%;
      min-width: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%; }
    .c-grid__u_offset_2of8 {
      margin-left: 25%; }
    .c-grid_reverse .c-grid__u_offset_2of8 {
      margin-left: 0;
      margin-right: 25%; }
    .c-grid__u_3of8 {
      width: 37.5%;
      max-width: 37.5%;
      min-width: 37.5%;
      -ms-flex-preferred-size: 37.5%;
          flex-basis: 37.5%; }
    .c-grid__u_offset_3of8 {
      margin-left: 37.5%; }
    .c-grid_reverse .c-grid__u_offset_3of8 {
      margin-left: 0;
      margin-right: 37.5%; }
    .c-grid__u_4of8 {
      width: 50%;
      max-width: 50%;
      min-width: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
    .c-grid__u_offset_4of8 {
      margin-left: 50%; }
    .c-grid_reverse .c-grid__u_offset_4of8 {
      margin-left: 0;
      margin-right: 50%; }
    .c-grid__u_5of8 {
      width: 62.5%;
      max-width: 62.5%;
      min-width: 62.5%;
      -ms-flex-preferred-size: 62.5%;
          flex-basis: 62.5%; }
    .c-grid__u_offset_5of8 {
      margin-left: 62.5%; }
    .c-grid_reverse .c-grid__u_offset_5of8 {
      margin-left: 0;
      margin-right: 62.5%; }
    .c-grid__u_6of8 {
      width: 75%;
      max-width: 75%;
      min-width: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%; }
    .c-grid__u_offset_6of8 {
      margin-left: 75%; }
    .c-grid_reverse .c-grid__u_offset_6of8 {
      margin-left: 0;
      margin-right: 75%; }
    .c-grid__u_7of8 {
      width: 87.5%;
      max-width: 87.5%;
      min-width: 87.5%;
      -ms-flex-preferred-size: 87.5%;
          flex-basis: 87.5%; }
    .c-grid__u_offset_7of8 {
      margin-left: 87.5%; }
    .c-grid_reverse .c-grid__u_offset_7of8 {
      margin-left: 0;
      margin-right: 87.5%; }
    .c-grid__u_8of8 {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .c-grid__u_offset_8of8 {
      margin-left: 100%; }
    .c-grid_reverse .c-grid__u_offset_8of8 {
      margin-left: 0;
      margin-right: 100%; }
    .c-grid__u_1of12 {
      width: 8.33333%;
      max-width: 8.33333%;
      min-width: 8.33333%;
      -ms-flex-preferred-size: 8.33333%;
          flex-basis: 8.33333%; }
    .c-grid__u_offset_1of12 {
      margin-left: 8.33333%; }
    .c-grid_reverse .c-grid__u_offset_1of12 {
      margin-left: 0;
      margin-right: 8.33333%; }
    .c-grid__u_2of12 {
      width: 16.66667%;
      max-width: 16.66667%;
      min-width: 16.66667%;
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%; }
    .c-grid__u_offset_2of12 {
      margin-left: 16.66667%; }
    .c-grid_reverse .c-grid__u_offset_2of12 {
      margin-left: 0;
      margin-right: 16.66667%; }
    .c-grid__u_3of12 {
      width: 25%;
      max-width: 25%;
      min-width: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%; }
    .c-grid__u_offset_3of12 {
      margin-left: 25%; }
    .c-grid_reverse .c-grid__u_offset_3of12 {
      margin-left: 0;
      margin-right: 25%; }
    .c-grid__u_4of12 {
      width: 33.33333%;
      max-width: 33.33333%;
      min-width: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%; }
    .c-grid__u_offset_4of12 {
      margin-left: 33.33333%; }
    .c-grid_reverse .c-grid__u_offset_4of12 {
      margin-left: 0;
      margin-right: 33.33333%; }
    .c-grid__u_5of12 {
      width: 41.66667%;
      max-width: 41.66667%;
      min-width: 41.66667%;
      -ms-flex-preferred-size: 41.66667%;
          flex-basis: 41.66667%; }
    .c-grid__u_offset_5of12 {
      margin-left: 41.66667%; }
    .c-grid_reverse .c-grid__u_offset_5of12 {
      margin-left: 0;
      margin-right: 41.66667%; }
    .c-grid__u_6of12 {
      width: 50%;
      max-width: 50%;
      min-width: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
    .c-grid__u_offset_6of12 {
      margin-left: 50%; }
    .c-grid_reverse .c-grid__u_offset_6of12 {
      margin-left: 0;
      margin-right: 50%; }
    .c-grid__u_7of12 {
      width: 58.33333%;
      max-width: 58.33333%;
      min-width: 58.33333%;
      -ms-flex-preferred-size: 58.33333%;
          flex-basis: 58.33333%; }
    .c-grid__u_offset_7of12 {
      margin-left: 58.33333%; }
    .c-grid_reverse .c-grid__u_offset_7of12 {
      margin-left: 0;
      margin-right: 58.33333%; }
    .c-grid__u_8of12 {
      width: 66.66667%;
      max-width: 66.66667%;
      min-width: 66.66667%;
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%; }
    .c-grid__u_offset_8of12 {
      margin-left: 66.66667%; }
    .c-grid_reverse .c-grid__u_offset_8of12 {
      margin-left: 0;
      margin-right: 66.66667%; }
    .c-grid__u_9of12 {
      width: 75%;
      max-width: 75%;
      min-width: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%; }
    .c-grid__u_offset_9of12 {
      margin-left: 75%; }
    .c-grid_reverse .c-grid__u_offset_9of12 {
      margin-left: 0;
      margin-right: 75%; }
    .c-grid__u_10of12 {
      width: 83.33333%;
      max-width: 83.33333%;
      min-width: 83.33333%;
      -ms-flex-preferred-size: 83.33333%;
          flex-basis: 83.33333%; }
    .c-grid__u_offset_10of12 {
      margin-left: 83.33333%; }
    .c-grid_reverse .c-grid__u_offset_10of12 {
      margin-left: 0;
      margin-right: 83.33333%; }
    .c-grid__u_11of12 {
      width: 91.66667%;
      max-width: 91.66667%;
      min-width: 91.66667%;
      -ms-flex-preferred-size: 91.66667%;
          flex-basis: 91.66667%; }
    .c-grid__u_offset_11of12 {
      margin-left: 91.66667%; }
    .c-grid_reverse .c-grid__u_offset_11of12 {
      margin-left: 0;
      margin-right: 91.66667%; }
    .c-grid__u_12of12 {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .c-grid__u_offset_12of12 {
      margin-left: 100%; }
    .c-grid_reverse .c-grid__u_offset_12of12 {
      margin-left: 0;
      margin-right: 100%; }
  .c-grid_height {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row; }
  .c-grid_height > .c-grid__u {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .c-grid_center {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex; }
  .c-grid_centering {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
  .c-grid_bottom {
    -ms-flex-align: end;
        align-items: flex-end; }
  .c-grid_reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .c-grid_reverse > .c-grid__u {
    float: right; }
  .c-grid_collapse {
    margin-left: 0;
    margin-right: 0; }
  .c-grid_collapse > .c-grid__u {
    padding: 0; }
    .c-grid_collapse > .c-grid__u img {
      width: 100%;
      vertical-align: bottom; }
  .c-grid_tight {
    margin-left: -3px;
    margin-right: -3px; }
  .c-grid_tight > .c-grid__u {
    padding: 0 3px; }

.c-headline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-bottom: none;
  position: relative;
  margin-bottom: 2em;
  font-size: 44.8px;
  font-size: 2.8rem;
  font-family: "Bungee Inline", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif; }
  .c-headline:before, .c-headline:after {
    -ms-flex-positive: 1;
        flex-grow: 1;
    height: 1px;
    background: #00007c;
    min-width: 20px;
    display: inline-block;
    vertical-align: middle; }
  .c-headline:before {
    margin-right: 20px; }
  .c-headline:after {
    margin-left: 20px; }
  .c-headline span {
    position: absolute;
    bottom: -1.5em;
    font-size: 22.4px;
    font-size: 1.4rem; }
  .c-headline_mb0 {
    margin-bottom: 0 !important; }

.c-row {
  margin-top: 38.4px;
  margin-top: 2.4rem;
  margin-bottom: 38.4px;
  margin-bottom: 2.4rem; }

.c-submenu__title {
  margin: 0;
  font-size: 22.4px;
  font-size: 1.4rem; }
  .c-submenu__title a:after {
    display: inline-block;
    content: "" !important;
    border: 6px solid transparent;
    border-left-color: currentColor;
    margin-left: 16px;
    margin-left: 1rem;
    -ms-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important; }
  .c-submenu__title a:hover {
    color: #00007c !important; }

.c-submenu ul {
  list-style: none;
  padding: 0; }
  .c-submenu ul li {
    border-bottom: 1.6px solid #eee;
    border-bottom: .1rem solid #eee;
    font-size: 22.4px;
    font-size: 1.4rem; }
    .c-submenu ul li a {
      color: #555; }
      .c-submenu ul li a:visited {
        color: #555; }
  .c-submenu ul + .c-submenu__title {
    margin-top: 38.4px !important;
    margin-top: 2.4rem !important; }

.p-brands {
  padding: 40px 0;
  padding: 2.5rem 0;
  margin: 0; }
  .p-brands img {
    margin: auto;
    display: block; }
  .p-brands .c-headline {
    margin-bottom: 1em; }
  .p-brands .c-grid__u {
    margin-bottom: 38.4px;
    margin-bottom: 2.4rem; }

.p-campaign__logo {
  background-color: #000000;
  margin: 0;
  padding: 20px; }
  .p-campaign__logo img {
    width: 10%;
    margin: auto;
    display: block;
    max-width: 60px; }

.p-campaign__btn {
  position: relative; }
  .p-campaign__btn a {
    display: block;
    width: 48vw;
    height: 10vw;
    position: absolute;
    bottom: 23vw;
    left: 9vw;
    -ms-transform: skew(0, -15deg);
        transform: skew(0, -15deg);
    -ms-transform-origin: center;
        transform-origin: center;
    cursor: pointer;
    display: block; }

.p-clientInfo > li a {
  position: relative;
  padding: 0 19.2px 8px;
  padding: 0 1.2rem 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  font-size: 16px;
  font-size: 1rem; }
  .p-clientInfo > li a:before {
    width: 44.8px;
    width: 2.8rem;
    height: 56px;
    height: 3.5rem;
    display: block;
    background-image: url(https://realsports.itembox.design/item/icon-register.svg);
    position: absolute;
    top: 17.6px;
    top: 1.1rem;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    right: 0;
    left: 0;
    margin: auto; }

.p-clientInfo > li:last-child a:before {
  width: 59.2px;
  width: 3.7rem;
  height: 75.2px;
  height: 4.7rem;
  background-image: url(https://realsports.itembox.design/item/icon-login.svg); }

.p-clientInfo > li.is-loggedIn--true a:before {
  width: 56px;
  width: 3.5rem;
  background-image: url(https://realsports.itembox.design/item/icon-logout.svg); }

.p-column .fs-pt-column__heading {
  text-align: center;
  background: #000;
  color: #fff;
  margin: 0;
  padding: 8px;
  padding: .5rem;
  font-size: 24px;
  font-size: 1.5rem; }

.p-column .fs-pt-column__item img {
  width: 100%; }

.p-column a:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  text-decoration: none; }

.p-column_small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .p-column_small > div {
    width: 50%; }
  .p-column_small > a {
    width: 50%; }
    .p-column_small > a img {
      width: 100%; }

.p-column_space {
  max-width: 1216px;
  margin: auto !important;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); }

.p-header-logo .fs-p-logo {
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 8px 0 0 0; }
  .p-header-logo .fs-p-logo a {
    width: 100%; }
  .p-header-logo .fs-p-logo__lead {
    display: none; }
    .p-header-logo .fs-p-logo__lead_white {
      color: #fff; }

.p-menu__list {
  list-style: none;
  padding: 0; }

.p-menu__item {
  font-size: 28.8px;
  font-size: 1.8rem;
  border-bottom: 1.6px solid #ddd;
  border-bottom: 0.1rem solid #ddd; }
  .p-menu__item > a {
    padding: 16px;
    padding: 1rem;
    display: block;
    line-height: 1.8;
    color: #555;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    font-size: 22.4px;
    font-size: 1.4rem;
    pointer-events: none; }
    .p-menu__item > a:visited {
      color: #555; }
    .p-menu__item > a img {
      width: 2.3em;
      height: auto;
      margin-right: 16px;
      margin-right: 1rem;
      display: none; }
  .p-menu__item.is-link > a {
    pointer-events: all; }
  .p-menu__item.is-link .js-menu-toggle__btn {
    display: none; }

.p-menu .c-submenu__title {
  font-size: 22.4px;
  font-size: 1.4rem; }

.p-news {
  max-width: 1120px;
  max-width: 70rem;
  margin: 38.4px auto 76.8px auto;
  margin: 2.4rem auto 4.8rem auto;
  max-height: 512px;
  max-height: 32rem;
  overflow-y: auto;
  position: relative; }
  .p-news time {
    background: none !important;
    color: #6b6b6b !important;
    display: block;
    font-size: 17.6px;
    font-size: 1.1rem;
    padding: 0 !important;
    margin: 0 0 11.2px;
    margin: 0 0 0.7rem; }
  .p-news li {
    border: none !important; }
    .p-news li a {
      display: -ms-flexbox;
      display: flex; }
  .p-news__img {
    width: 80px;
    width: 5rem;
    min-width: 80px;
    min-width: 5rem;
    border: 1.6px solid #ddd;
    border: .1rem solid #ddd;
    padding: 8px;
    padding: 0.5rem;
    height: 80px;
    height: 5rem;
    box-sizing: border-box;
    margin-right: 16px;
    margin-right: 1rem; }

.p-payment {
  background: #fff;
  color: #555;
  padding: 38.4px;
  padding: 2.4rem; }
  .p-payment__title {
    font-weight: bold;
    color: #00007c;
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
    margin: 0 0 25.6px;
    margin: 0 0 1.6rem; }
  .p-payment img {
    width: 100%;
    max-width: inherit;
    display: block; }
    .p-payment img + img {
      margin-top: 9.6px;
      margin-top: 0.6rem; }
  .p-payment_product {
    padding: 0;
    margin-bottom: 38.4px !important;
    margin-bottom: 2.4rem !important; }
    .p-payment_product ul {
      padding: 0 0 0 1.5em;
      margin-bottom: 57.6px;
      margin-bottom: 3.6rem; }
      .p-payment_product ul li + li {
        margin-top: 8px;
        margin-top: .5rem; }
    .p-payment_product img {
      max-width: 848px;
      max-width: 53rem; }
  .p-payment_product .p-payment__title {
    text-align: center;
    background-color: #808080;
    color: #fff;
    padding: 16px 0;
    padding: 1rem 0;
    font-size: 32px;
    font-size: 2rem; }

.p-pickup {
  padding: 38.4px 0;
  padding: 2.4rem 0; }
  .p-pickup__title {
    text-align: center;
    margin: 0 0 19.2px 0;
    margin: 0 0 1.2rem 0; }
  .p-pickup .fs-pt-column__item img {
    width: 100%; }

.p-productsearch .fs-p-productSearch__search {
  overflow: visible; }

.p-productsearch .fs-p-productSearch__form {
  -ms-transform: none;
      transform: none; }

.p-pull-down {
  position: relative; }
  .p-pull-down a:after {
    content: none; }
  .p-pull-down a:hover {
    background: none; }
  .p-pull-down:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    margin: auto;
    right: 1em;
    color: #fff;
    transition: 300ms; }
  .p-pull-down .c-submenu {
    height: 0;
    margin: 0;
    padding: 0 38.4px;
    padding: 0 2.4rem;
    transition: 400ms;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden; }
    .p-pull-down .c-submenu.is-open {
      height: auto;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      visibility: visible;
      background: #f5f5f5; }
    .p-pull-down .c-submenu.is-open .c-submenu__title {
      margin: 1em 0 .4em; }
    .p-pull-down .c-submenu__title {
      color: #555; }
      .p-pull-down .c-submenu__title a {
        color: #00007c; }
    .p-pull-down .c-submenu ul > li {
      transition: 300ms !important; }
      .p-pull-down .c-submenu ul > li a {
        padding: 16px 16px 16px 32px;
        padding: 1rem 1rem 1rem 2rem;
        display: block; }
        .p-pull-down .c-submenu ul > li a:after {
          content: none; }
  .p-pull-down:hover li a {
    transition: 300ms; }
    .p-pull-down:hover li a:hover {
      background: #ddd;
      text-decoration: none; }
  .p-pull-down .js-menu-toggle__btn {
    color: #555;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    width: 48px;
    border: none;
    height: 48px;
    font-size: 1.5em;
    z-index: 2;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background: none;
    transition: 200ms;
    box-sizing: border-box;
    padding: 0;
    width: 100%; }
    .p-pull-down .js-menu-toggle__btn i {
      transition: 200ms;
      -ms-transform-origin: center;
          transform-origin: center;
      position: absolute;
      right: 38.4px;
      right: 2.4rem; }
  .p-pull-down.is-open a:after {
    -ms-transform: rotate(270deg);
        transform: rotate(270deg); }
  .p-pull-down.is-open .js-menu-toggle__btn {
    border-bottom: none; }
    .p-pull-down.is-open .js-menu-toggle__btn i {
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.p-recommend .fs-p-heading--lv2 {
  display: none; }

.p-recommend__title {
  border-bottom: 2px solid currentColor;
  color: #33416f;
  font-size: 28.8px;
  font-size: 1.8rem;
  padding-bottom: 16px;
  padding-bottom: 1rem; }

.p-recommend_ranking .fr2-listItem {
  counter-increment: count;
  position: relative; }
  .p-recommend_ranking .fr2-listItem:before {
    content: counter(count);
    position: absolute;
    left: 0;
    top: 0;
    background: #5c5c5c;
    color: #fff;
    width: 30px;
    height: 30px;
    display: -ms-grid;
    display: grid;
    place-content: center;
    border-radius: 100%;
    font-weight: bold;
    line-height: 1; }
  .p-recommend_ranking .fr2-listItem:first-child:before {
    background-color: #cab227;
    width: 35px;
    height: 35px; }
  .p-recommend_ranking .fr2-listItem:nth-child(2):before {
    background-color: #b9b9b9;
    width: 35px;
    height: 35px; }
  .p-recommend_ranking .fr2-listItem:nth-child(3):before {
    background-color: #b0785d;
    width: 35px;
    height: 35px; }

.p-searchform-sp {
  transition: opacity 0.3s ease-in-out; }
  .p-searchform-sp.is-scroll {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.p-sidebar .fs-p-drawer__heading {
  margin-bottom: 0; }

.p-sidebar__list {
  list-style: none;
  padding: 0;
  margin: 8px 0;
  margin: .5rem 0; }
  .p-sidebar__list > li a {
    padding: 24px;
    padding: 1.5rem;
    display: block;
    border-bottom: 1.6px solid #ddd;
    border-bottom: .1rem solid #ddd; }
  .p-sidebar__list + .fs-p-drawer__heading {
    margin-top: 3em; }

.p-sidebar_all .p-sidebar__list > li > a {
  font-weight: bold; }

.p-sidebar_all .p-sidebar__list > li > ul {
  list-style: none;
  padding: 0; }
  .p-sidebar_all .p-sidebar__list > li > ul > li > a {
    padding-left: 2em; }

.p-sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 16px 0;
  margin: 1rem 0; }
  .p-sns img {
    width: 64px;
    width: 4rem; }
  .p-sns a {
    margin: 0 16px;
    margin: 0 1rem; }

.u-hidden {
  display: none; }

.u-hidden-medium {
  display: block; }

.u-hidden-large {
  display: block; }

.u-mt-none {
  margin-top: 0;
  padding-top: 0; }

.u-mt-small {
  margin-top: 38.4px;
  margin-top: 2.4rem; }

.u-visible-medium {
  display: none; }

.u-visible-large {
  display: none; }

.u-visible-xlarge {
  display: none; }

@media print, only screen and (min-width: 600px){
  .p-column{
    width: 100vw;
    margin-left: -2.4rem; }
  .p-column .fs-pt-column__item{
    padding: 0 !important; }
  .p-column_space .fs-pt-column__item{
    padding: 8px !important; }
  .p-header-logo .fs-p-logo a img{
    height: auto;
    max-height: inherit;
    max-height: 5rem;
    width: auto; }
  .p-header-logo .fs-p-logo__lead{
    font-size: 1.2rem;
    margin-left: 1em; } }

@media print, only screen and (min-width: 768px){
  .fs-l-header__contents{
    -ms-grid-columns: 1fr 23rem 8rem;
        grid-template-columns: 1fr 23rem 8rem; }
  .fs-l-header__leftContainer{
    text-align: right;
    display: block;
    width: 100%;
    background: #f5f5f5;
    padding: 1rem 2rem; }
  .fs-l-header__welcomeMsg{
    display: none !important; }
  .fs-c-variationMatrix{
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr); }
  .fs-p-cartButton__button img{
    width: 2.5em;
    margin-bottom: 1.5rem; }
  .fs-p-drawerButton{
    color: #333; }
  .p-entry{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 2.4rem;
    gap: 2.4rem; }
  .p-entry > div:first-child{
    text-align: right; }
  .p-entry > div:nth-child(2){
    text-align: left; }
  .fs-p-headerUtilityMenu li + li{
    width: 7rem; }
  .fs-p-headerUtilityMenu__login.is-loggedIn--false{
    display: block; }
  .fs-p-headerUtilityMenu__logout.is-loggedIn--true{
    display: block; }
  .fs-p-headerUtilityMenu__register{
    display: block; }
  .fs-p-headerUtilityMenu__register a{
    width: 7rem; }
  .c-grid__u_medium_1of2{
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .c-grid__u_medium_offset_1of2{
    margin-left: 50%; }
  .c-grid_reverse .c-grid__u_medium_offset_1of2{
    margin-left: 0;
    margin-right: 50%; }
  .c-grid__u_medium_2of2{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .c-grid__u_medium_offset_2of2{
    margin-left: 100%; }
  .c-grid_reverse .c-grid__u_medium_offset_2of2{
    margin-left: 0;
    margin-right: 100%; }
  .c-grid__u_medium_1of3{
    width: 33.33333%;
    max-width: 33.33333%;
    min-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  .c-grid__u_medium_offset_1of3{
    margin-left: 33.33333%; }
  .c-grid_reverse .c-grid__u_medium_offset_1of3{
    margin-left: 0;
    margin-right: 33.33333%; }
  .c-grid__u_medium_2of3{
    width: 66.66667%;
    max-width: 66.66667%;
    min-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  .c-grid__u_medium_offset_2of3{
    margin-left: 66.66667%; }
  .c-grid_reverse .c-grid__u_medium_offset_2of3{
    margin-left: 0;
    margin-right: 66.66667%; }
  .c-grid__u_medium_3of3{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .c-grid__u_medium_offset_3of3{
    margin-left: 100%; }
  .c-grid_reverse .c-grid__u_medium_offset_3of3{
    margin-left: 0;
    margin-right: 100%; }
  .c-grid__u_medium_1of4{
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .c-grid__u_medium_offset_1of4{
    margin-left: 25%; }
  .c-grid_reverse .c-grid__u_medium_offset_1of4{
    margin-left: 0;
    margin-right: 25%; }
  .c-grid__u_medium_2of4{
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .c-grid__u_medium_offset_2of4{
    margin-left: 50%; }
  .c-grid_reverse .c-grid__u_medium_offset_2of4{
    margin-left: 0;
    margin-right: 50%; }
  .c-grid__u_medium_3of4{
    width: 75%;
    max-width: 75%;
    min-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
  .c-grid__u_medium_offset_3of4{
    margin-left: 75%; }
  .c-grid_reverse .c-grid__u_medium_offset_3of4{
    margin-left: 0;
    margin-right: 75%; }
  .c-grid__u_medium_4of4{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .c-grid__u_medium_offset_4of4{
    margin-left: 100%; }
  .c-grid_reverse .c-grid__u_medium_offset_4of4{
    margin-left: 0;
    margin-right: 100%; }
  .c-grid__u_medium_1of5{
    width: 20%;
    max-width: 20%;
    min-width: 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%; }
  .c-grid__u_medium_offset_1of5{
    margin-left: 20%; }
  .c-grid_reverse .c-grid__u_medium_offset_1of5{
    margin-left: 0;
    margin-right: 20%; }
  .c-grid__u_medium_2of5{
    width: 40%;
    max-width: 40%;
    min-width: 40%;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%; }
  .c-grid__u_medium_offset_2of5{
    margin-left: 40%; }
  .c-grid_reverse .c-grid__u_medium_offset_2of5{
    margin-left: 0;
    margin-right: 40%; }
  .c-grid__u_medium_3of5{
    width: 60%;
    max-width: 60%;
    min-width: 60%;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%; }
  .c-grid__u_medium_offset_3of5{
    margin-left: 60%; }
  .c-grid_reverse .c-grid__u_medium_offset_3of5{
    margin-left: 0;
    margin-right: 60%; }
  .c-grid__u_medium_4of5{
    width: 80%;
    max-width: 80%;
    min-width: 80%;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%; }
  .c-grid__u_medium_offset_4of5{
    margin-left: 80%; }
  .c-grid_reverse .c-grid__u_medium_offset_4of5{
    margin-left: 0;
    margin-right: 80%; }
  .c-grid__u_medium_5of5{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .c-grid__u_medium_offset_5of5{
    margin-left: 100%; }
  .c-grid_reverse .c-grid__u_medium_offset_5of5{
    margin-left: 0;
    margin-right: 100%; }
  .c-grid__u_medium_1of6{
    width: 16.66667%;
    max-width: 16.66667%;
    min-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%; }
  .c-grid__u_medium_offset_1of6{
    margin-left: 16.66667%; }
  .c-grid_reverse .c-grid__u_medium_offset_1of6{
    margin-left: 0;
    margin-right: 16.66667%; }
  .c-grid__u_medium_2of6{
    width: 33.33333%;
    max-width: 33.33333%;
    min-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  .c-grid__u_medium_offset_2of6{
    margin-left: 33.33333%; }
  .c-grid_reverse .c-grid__u_medium_offset_2of6{
    margin-left: 0;
    margin-right: 33.33333%; }
  .c-grid__u_medium_3of6{
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .c-grid__u_medium_offset_3of6{
    margin-left: 50%; }
  .c-grid_reverse .c-grid__u_medium_offset_3of6{
    margin-left: 0;
    margin-right: 50%; }
  .c-grid__u_medium_4of6{
    width: 66.66667%;
    max-width: 66.66667%;
    min-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  .c-grid__u_medium_offset_4of6{
    margin-left: 66.66667%; }
  .c-grid_reverse .c-grid__u_medium_offset_4of6{
    margin-left: 0;
    margin-right: 66.66667%; }
  .c-grid__u_medium_5of6{
    width: 83.33333%;
    max-width: 83.33333%;
    min-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%; }
  .c-grid__u_medium_offset_5of6{
    margin-left: 83.33333%; }
  .c-grid_reverse .c-grid__u_medium_offset_5of6{
    margin-left: 0;
    margin-right: 83.33333%; }
  .c-grid__u_medium_6of6{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .c-grid__u_medium_offset_6of6{
    margin-left: 100%; }
  .c-grid_reverse .c-grid__u_medium_offset_6of6{
    margin-left: 0;
    margin-right: 100%; }
  .c-grid__u_medium_1of8{
    width: 12.5%;
    max-width: 12.5%;
    min-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%; }
  .c-grid__u_medium_offset_1of8{
    margin-left: 12.5%; }
  .c-grid_reverse .c-grid__u_medium_offset_1of8{
    margin-left: 0;
    margin-right: 12.5%; }
  .c-grid__u_medium_2of8{
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .c-grid__u_medium_offset_2of8{
    margin-left: 25%; }
  .c-grid_reverse .c-grid__u_medium_offset_2of8{
    margin-left: 0;
    margin-right: 25%; }
  .c-grid__u_medium_3of8{
    width: 37.5%;
    max-width: 37.5%;
    min-width: 37.5%;
    -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%; }
  .c-grid__u_medium_offset_3of8{
    margin-left: 37.5%; }
  .c-grid_reverse .c-grid__u_medium_offset_3of8{
    margin-left: 0;
    margin-right: 37.5%; }
  .c-grid__u_medium_4of8{
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .c-grid__u_medium_offset_4of8{
    margin-left: 50%; }
  .c-grid_reverse .c-grid__u_medium_offset_4of8{
    margin-left: 0;
    margin-right: 50%; }
  .c-grid__u_medium_5of8{
    width: 62.5%;
    max-width: 62.5%;
    min-width: 62.5%;
    -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%; }
  .c-grid__u_medium_offset_5of8{
    margin-left: 62.5%; }
  .c-grid_reverse .c-grid__u_medium_offset_5of8{
    margin-left: 0;
    margin-right: 62.5%; }
  .c-grid__u_medium_6of8{
    width: 75%;
    max-width: 75%;
    min-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
  .c-grid__u_medium_offset_6of8{
    margin-left: 75%; }
  .c-grid_reverse .c-grid__u_medium_offset_6of8{
    margin-left: 0;
    margin-right: 75%; }
  .c-grid__u_medium_7of8{
    width: 87.5%;
    max-width: 87.5%;
    min-width: 87.5%;
    -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%; }
  .c-grid__u_medium_offset_7of8{
    margin-left: 87.5%; }
  .c-grid_reverse .c-grid__u_medium_offset_7of8{
    margin-left: 0;
    margin-right: 87.5%; }
  .c-grid__u_medium_8of8{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .c-grid__u_medium_offset_8of8{
    margin-left: 100%; }
  .c-grid_reverse .c-grid__u_medium_offset_8of8{
    margin-left: 0;
    margin-right: 100%; }
  .c-grid__u_medium_1of12{
    width: 8.33333%;
    max-width: 8.33333%;
    min-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%; }
  .c-grid__u_medium_offset_1of12{
    margin-left: 8.33333%; }
  .c-grid_reverse .c-grid__u_medium_offset_1of12{
    margin-left: 0;
    margin-right: 8.33333%; }
  .c-grid__u_medium_2of12{
    width: 16.66667%;
    max-width: 16.66667%;
    min-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%; }
  .c-grid__u_medium_offset_2of12{
    margin-left: 16.66667%; }
  .c-grid_reverse .c-grid__u_medium_offset_2of12{
    margin-left: 0;
    margin-right: 16.66667%; }
  .c-grid__u_medium_3of12{
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .c-grid__u_medium_offset_3of12{
    margin-left: 25%; }
  .c-grid_reverse .c-grid__u_medium_offset_3of12{
    margin-left: 0;
    margin-right: 25%; }
  .c-grid__u_medium_4of12{
    width: 33.33333%;
    max-width: 33.33333%;
    min-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  .c-grid__u_medium_offset_4of12{
    margin-left: 33.33333%; }
  .c-grid_reverse .c-grid__u_medium_offset_4of12{
    margin-left: 0;
    margin-right: 33.33333%; }
  .c-grid__u_medium_5of12{
    width: 41.66667%;
    max-width: 41.66667%;
    min-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%; }
  .c-grid__u_medium_offset_5of12{
    margin-left: 41.66667%; }
  .c-grid_reverse .c-grid__u_medium_offset_5of12{
    margin-left: 0;
    margin-right: 41.66667%; }
  .c-grid__u_medium_6of12{
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .c-grid__u_medium_offset_6of12{
    margin-left: 50%; }
  .c-grid_reverse .c-grid__u_medium_offset_6of12{
    margin-left: 0;
    margin-right: 50%; }
  .c-grid__u_medium_7of12{
    width: 58.33333%;
    max-width: 58.33333%;
    min-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%; }
  .c-grid__u_medium_offset_7of12{
    margin-left: 58.33333%; }
  .c-grid_reverse .c-grid__u_medium_offset_7of12{
    margin-left: 0;
    margin-right: 58.33333%; }
  .c-grid__u_medium_8of12{
    width: 66.66667%;
    max-width: 66.66667%;
    min-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  .c-grid__u_medium_offset_8of12{
    margin-left: 66.66667%; }
  .c-grid_reverse .c-grid__u_medium_offset_8of12{
    margin-left: 0;
    margin-right: 66.66667%; }
  .c-grid__u_medium_9of12{
    width: 75%;
    max-width: 75%;
    min-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
  .c-grid__u_medium_offset_9of12{
    margin-left: 75%; }
  .c-grid_reverse .c-grid__u_medium_offset_9of12{
    margin-left: 0;
    margin-right: 75%; }
  .c-grid__u_medium_10of12{
    width: 83.33333%;
    max-width: 83.33333%;
    min-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%; }
  .c-grid__u_medium_offset_10of12{
    margin-left: 83.33333%; }
  .c-grid_reverse .c-grid__u_medium_offset_10of12{
    margin-left: 0;
    margin-right: 83.33333%; }
  .c-grid__u_medium_11of12{
    width: 91.66667%;
    max-width: 91.66667%;
    min-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%; }
  .c-grid__u_medium_offset_11of12{
    margin-left: 91.66667%; }
  .c-grid_reverse .c-grid__u_medium_offset_11of12{
    margin-left: 0;
    margin-right: 91.66667%; }
  .c-grid__u_medium_12of12{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .c-grid__u_medium_offset_12of12{
    margin-left: 100%; }
  .c-grid_reverse .c-grid__u_medium_offset_12of12{
    margin-left: 0;
    margin-right: 100%; }
  .p-clientInfo > li a{
    min-width: 7rem; }
  .u-hidden-medium{
    display: none; }
  .u-visible-medium{
    display: block; } }

@media print, only screen and (min-width: 960px){
  .fs-l-header{
    padding-top: 0;
    margin-bottom: 0; }
  .fs-l-header__contents{
    -ms-grid-columns: 20% 60% 20%;
        grid-template-columns: 20% 60% 20%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .fs-l-header__logo{
    width: 65%;
    display: block; }
  .fs-l-header__utility{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding-right: 0;
    width: 50%; }
  .fs-l-header__utility *:last-child{
    margin: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .fs-l-header__welcomeMsg{
    display: block !important; }
  .fs-l-productLayout{
    -ms-grid-columns: calc(50% - 16px / 2) calc(50% - 16px / 2) !important;
        grid-template-columns: calc(50% - 16px / 2) calc(50% - 16px / 2) !important; }
  .c-bg{
    padding: 7.2rem 0;
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important; }
  .c-bg .c-headline{
    margin-bottom: 1em; }
  .c-bg_last{
    margin-bottom: 0 !important; }
  .fs-c-breadcrumb{
    padding: 0;
    display: block; }
  .fs-c-button--addToCart--detail{
    width: 50%;
    min-width: 50% !important;
    margin: 1em 0; }
  .fs-c-documentArticle__heading{
    font-size: 2rem; }
  .fs-c-heading--page{
    margin: 0 0 5rem;
    padding: 0.8em 0;
    letter-spacing: 0.2rem;
    font-size: 2rem; }
  .fs-c-heading--freepage{
    margin-top: 2.4rem;
    margin-bottom: 1.84615rem; }
  .fs-c-panel{
    margin-top: 2em; }
  .fs-c-slick .slick-arrow{
    display: inline-block !important; }
  .fs-c-sortItems{
    border-radius: 0; }
  .fs-c-subgroupList{
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr); }
  .fs-c-subgroupList__image{
    height: 100%;
    width: 7rem;
    margin: 0 0 0 2rem; }
  .fs-c-subgroupList__image img{
    max-width: 7rem;
    max-height: 6rem; }
  .fs-c-subgroupList__link{
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .fs-c-subgroupList__link:after{
    content: "\e90c";
    margin-left: auto; }
  .fs-c-subgroupList__label{
    color: #00007c;
    padding: 15px; }
  .fs-p-cartButton__button img{
    margin: 0.6rem 0; }
  .fs-p-cartButton__icon{
    font-size: 4rem; }
  .fs-p-drawer{
    width: 100%;
    box-shadow: none;
    position: relative;
    -ms-transform: translateX(0);
        transform: translateX(0); }
  .fs-p-drawer__welcomeMsg, .fs-p-drawer__loginLogout{
    display: none; }
  .fs-p-drawer__loginLogout{
    display: none; }
  .fs-p-drawerButton{
    display: none; }
  .p-entry{
    min-height: 50rem; }
  .p-header-bnr{
    -ms-flex-direction: row;
        flex-direction: row;
    transition: opacity 0s; }
  .p-header-bnr.is-scroll{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .fs-p-headerNavigation{
    padding: 1.2rem;
    max-width: inherit; }
  .fs-p-headerNavigation__link{
    font-size: 2rem;
    padding: 1rem 3rem; }
  .fs-p-headerNavigation__link i{
    font-size: 4rem; }
  .fs-p-headerUtilityMenu{
    display: block;
    height: 100%;
    width: auto; }
  .fs-p-searchForm_sp{
    display: none; }
  .fs-p-searchForm_pc{
    display: block; }
  .l-footer__body{
    max-width: 90rem;
    margin: auto;
    text-align: left; }
  .l-footer__title{
    margin-top: 0.6rem;
    font-size: 1.7rem; }
  .l-footer .fs-p-footerUtilityMenu__list{
    -ms-flex-pack: center;
        justify-content: center; }
  .l-footer .fs-p-footerPageTop a:before{
    font-size: 5rem;
    -ms-transform: scaleY(0.6);
        transform: scaleY(0.6); }
  .c-band_black:before{
    width: 100vw;
    left: -8px; }
  .c-gnav{
    padding: 0;
    overflow: visible;
    background: none;
    z-index: 5; }
  .c-gnav__body{
    overflow: visible; }
  .c-grid_bottom{
    display: -ms-flexbox;
    display: flex; }
  .c-grid__u_large_1of2{
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .c-grid__u_large_offset_1of2{
    margin-left: 50%; }
  .c-grid_reverse .c-grid__u_large_offset_1of2{
    margin-left: 0;
    margin-right: 50%; }
  .c-grid__u_large_2of2{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .c-grid__u_large_offset_2of2{
    margin-left: 100%; }
  .c-grid_reverse .c-grid__u_large_offset_2of2{
    margin-left: 0;
    margin-right: 100%; }
  .c-grid__u_large_1of3{
    width: 33.33333%;
    max-width: 33.33333%;
    min-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  .c-grid__u_large_offset_1of3{
    margin-left: 33.33333%; }
  .c-grid_reverse .c-grid__u_large_offset_1of3{
    margin-left: 0;
    margin-right: 33.33333%; }
  .c-grid__u_large_2of3{
    width: 66.66667%;
    max-width: 66.66667%;
    min-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  .c-grid__u_large_offset_2of3{
    margin-left: 66.66667%; }
  .c-grid_reverse .c-grid__u_large_offset_2of3{
    margin-left: 0;
    margin-right: 66.66667%; }
  .c-grid__u_large_3of3{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .c-grid__u_large_offset_3of3{
    margin-left: 100%; }
  .c-grid_reverse .c-grid__u_large_offset_3of3{
    margin-left: 0;
    margin-right: 100%; }
  .c-grid__u_large_1of4{
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .c-grid__u_large_offset_1of4{
    margin-left: 25%; }
  .c-grid_reverse .c-grid__u_large_offset_1of4{
    margin-left: 0;
    margin-right: 25%; }
  .c-grid__u_large_2of4{
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .c-grid__u_large_offset_2of4{
    margin-left: 50%; }
  .c-grid_reverse .c-grid__u_large_offset_2of4{
    margin-left: 0;
    margin-right: 50%; }
  .c-grid__u_large_3of4{
    width: 75%;
    max-width: 75%;
    min-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
  .c-grid__u_large_offset_3of4{
    margin-left: 75%; }
  .c-grid_reverse .c-grid__u_large_offset_3of4{
    margin-left: 0;
    margin-right: 75%; }
  .c-grid__u_large_4of4{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .c-grid__u_large_offset_4of4{
    margin-left: 100%; }
  .c-grid_reverse .c-grid__u_large_offset_4of4{
    margin-left: 0;
    margin-right: 100%; }
  .c-grid__u_large_1of5{
    width: 20%;
    max-width: 20%;
    min-width: 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%; }
  .c-grid__u_large_offset_1of5{
    margin-left: 20%; }
  .c-grid_reverse .c-grid__u_large_offset_1of5{
    margin-left: 0;
    margin-right: 20%; }
  .c-grid__u_large_2of5{
    width: 40%;
    max-width: 40%;
    min-width: 40%;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%; }
  .c-grid__u_large_offset_2of5{
    margin-left: 40%; }
  .c-grid_reverse .c-grid__u_large_offset_2of5{
    margin-left: 0;
    margin-right: 40%; }
  .c-grid__u_large_3of5{
    width: 60%;
    max-width: 60%;
    min-width: 60%;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%; }
  .c-grid__u_large_offset_3of5{
    margin-left: 60%; }
  .c-grid_reverse .c-grid__u_large_offset_3of5{
    margin-left: 0;
    margin-right: 60%; }
  .c-grid__u_large_4of5{
    width: 80%;
    max-width: 80%;
    min-width: 80%;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%; }
  .c-grid__u_large_offset_4of5{
    margin-left: 80%; }
  .c-grid_reverse .c-grid__u_large_offset_4of5{
    margin-left: 0;
    margin-right: 80%; }
  .c-grid__u_large_5of5{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .c-grid__u_large_offset_5of5{
    margin-left: 100%; }
  .c-grid_reverse .c-grid__u_large_offset_5of5{
    margin-left: 0;
    margin-right: 100%; }
  .c-grid__u_large_1of6{
    width: 16.66667%;
    max-width: 16.66667%;
    min-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%; }
  .c-grid__u_large_offset_1of6{
    margin-left: 16.66667%; }
  .c-grid_reverse .c-grid__u_large_offset_1of6{
    margin-left: 0;
    margin-right: 16.66667%; }
  .c-grid__u_large_2of6{
    width: 33.33333%;
    max-width: 33.33333%;
    min-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  .c-grid__u_large_offset_2of6{
    margin-left: 33.33333%; }
  .c-grid_reverse .c-grid__u_large_offset_2of6{
    margin-left: 0;
    margin-right: 33.33333%; }
  .c-grid__u_large_3of6{
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .c-grid__u_large_offset_3of6{
    margin-left: 50%; }
  .c-grid_reverse .c-grid__u_large_offset_3of6{
    margin-left: 0;
    margin-right: 50%; }
  .c-grid__u_large_4of6{
    width: 66.66667%;
    max-width: 66.66667%;
    min-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  .c-grid__u_large_offset_4of6{
    margin-left: 66.66667%; }
  .c-grid_reverse .c-grid__u_large_offset_4of6{
    margin-left: 0;
    margin-right: 66.66667%; }
  .c-grid__u_large_5of6{
    width: 83.33333%;
    max-width: 83.33333%;
    min-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%; }
  .c-grid__u_large_offset_5of6{
    margin-left: 83.33333%; }
  .c-grid_reverse .c-grid__u_large_offset_5of6{
    margin-left: 0;
    margin-right: 83.33333%; }
  .c-grid__u_large_6of6{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .c-grid__u_large_offset_6of6{
    margin-left: 100%; }
  .c-grid_reverse .c-grid__u_large_offset_6of6{
    margin-left: 0;
    margin-right: 100%; }
  .c-grid__u_large_1of8{
    width: 12.5%;
    max-width: 12.5%;
    min-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%; }
  .c-grid__u_large_offset_1of8{
    margin-left: 12.5%; }
  .c-grid_reverse .c-grid__u_large_offset_1of8{
    margin-left: 0;
    margin-right: 12.5%; }
  .c-grid__u_large_2of8{
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .c-grid__u_large_offset_2of8{
    margin-left: 25%; }
  .c-grid_reverse .c-grid__u_large_offset_2of8{
    margin-left: 0;
    margin-right: 25%; }
  .c-grid__u_large_3of8{
    width: 37.5%;
    max-width: 37.5%;
    min-width: 37.5%;
    -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%; }
  .c-grid__u_large_offset_3of8{
    margin-left: 37.5%; }
  .c-grid_reverse .c-grid__u_large_offset_3of8{
    margin-left: 0;
    margin-right: 37.5%; }
  .c-grid__u_large_4of8{
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .c-grid__u_large_offset_4of8{
    margin-left: 50%; }
  .c-grid_reverse .c-grid__u_large_offset_4of8{
    margin-left: 0;
    margin-right: 50%; }
  .c-grid__u_large_5of8{
    width: 62.5%;
    max-width: 62.5%;
    min-width: 62.5%;
    -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%; }
  .c-grid__u_large_offset_5of8{
    margin-left: 62.5%; }
  .c-grid_reverse .c-grid__u_large_offset_5of8{
    margin-left: 0;
    margin-right: 62.5%; }
  .c-grid__u_large_6of8{
    width: 75%;
    max-width: 75%;
    min-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
  .c-grid__u_large_offset_6of8{
    margin-left: 75%; }
  .c-grid_reverse .c-grid__u_large_offset_6of8{
    margin-left: 0;
    margin-right: 75%; }
  .c-grid__u_large_7of8{
    width: 87.5%;
    max-width: 87.5%;
    min-width: 87.5%;
    -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%; }
  .c-grid__u_large_offset_7of8{
    margin-left: 87.5%; }
  .c-grid_reverse .c-grid__u_large_offset_7of8{
    margin-left: 0;
    margin-right: 87.5%; }
  .c-grid__u_large_8of8{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .c-grid__u_large_offset_8of8{
    margin-left: 100%; }
  .c-grid_reverse .c-grid__u_large_offset_8of8{
    margin-left: 0;
    margin-right: 100%; }
  .c-grid__u_large_1of12{
    width: 8.33333%;
    max-width: 8.33333%;
    min-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%; }
  .c-grid__u_large_offset_1of12{
    margin-left: 8.33333%; }
  .c-grid_reverse .c-grid__u_large_offset_1of12{
    margin-left: 0;
    margin-right: 8.33333%; }
  .c-grid__u_large_2of12{
    width: 16.66667%;
    max-width: 16.66667%;
    min-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%; }
  .c-grid__u_large_offset_2of12{
    margin-left: 16.66667%; }
  .c-grid_reverse .c-grid__u_large_offset_2of12{
    margin-left: 0;
    margin-right: 16.66667%; }
  .c-grid__u_large_3of12{
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .c-grid__u_large_offset_3of12{
    margin-left: 25%; }
  .c-grid_reverse .c-grid__u_large_offset_3of12{
    margin-left: 0;
    margin-right: 25%; }
  .c-grid__u_large_4of12{
    width: 33.33333%;
    max-width: 33.33333%;
    min-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  .c-grid__u_large_offset_4of12{
    margin-left: 33.33333%; }
  .c-grid_reverse .c-grid__u_large_offset_4of12{
    margin-left: 0;
    margin-right: 33.33333%; }
  .c-grid__u_large_5of12{
    width: 41.66667%;
    max-width: 41.66667%;
    min-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%; }
  .c-grid__u_large_offset_5of12{
    margin-left: 41.66667%; }
  .c-grid_reverse .c-grid__u_large_offset_5of12{
    margin-left: 0;
    margin-right: 41.66667%; }
  .c-grid__u_large_6of12{
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .c-grid__u_large_offset_6of12{
    margin-left: 50%; }
  .c-grid_reverse .c-grid__u_large_offset_6of12{
    margin-left: 0;
    margin-right: 50%; }
  .c-grid__u_large_7of12{
    width: 58.33333%;
    max-width: 58.33333%;
    min-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%; }
  .c-grid__u_large_offset_7of12{
    margin-left: 58.33333%; }
  .c-grid_reverse .c-grid__u_large_offset_7of12{
    margin-left: 0;
    margin-right: 58.33333%; }
  .c-grid__u_large_8of12{
    width: 66.66667%;
    max-width: 66.66667%;
    min-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  .c-grid__u_large_offset_8of12{
    margin-left: 66.66667%; }
  .c-grid_reverse .c-grid__u_large_offset_8of12{
    margin-left: 0;
    margin-right: 66.66667%; }
  .c-grid__u_large_9of12{
    width: 75%;
    max-width: 75%;
    min-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
  .c-grid__u_large_offset_9of12{
    margin-left: 75%; }
  .c-grid_reverse .c-grid__u_large_offset_9of12{
    margin-left: 0;
    margin-right: 75%; }
  .c-grid__u_large_10of12{
    width: 83.33333%;
    max-width: 83.33333%;
    min-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%; }
  .c-grid__u_large_offset_10of12{
    margin-left: 83.33333%; }
  .c-grid_reverse .c-grid__u_large_offset_10of12{
    margin-left: 0;
    margin-right: 83.33333%; }
  .c-grid__u_large_11of12{
    width: 91.66667%;
    max-width: 91.66667%;
    min-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%; }
  .c-grid__u_large_offset_11of12{
    margin-left: 91.66667%; }
  .c-grid_reverse .c-grid__u_large_offset_11of12{
    margin-left: 0;
    margin-right: 91.66667%; }
  .c-grid__u_large_12of12{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .c-grid__u_large_offset_12of12{
    margin-left: 100%; }
  .c-grid_reverse .c-grid__u_large_offset_12of12{
    margin-left: 0;
    margin-right: 100%; }
  .c-grid_loose{
    margin-left: -20px;
    margin-right: -20px; }
  .c-grid_loose > .c-grid__u{
    padding: 0 20px; }
  .c-headline{
    font-weight: bold;
    margin-bottom: 1.5em;
    font-size: 4rem;
    color: #00007c; }
  .c-headline span{
    font-size: 2rem;
    letter-spacing: 0; }
  .c-row{
    margin-top: 4.8rem;
    margin-bottom: 4.8rem; }
  .p-campaign__btn a{
    width: 31vw;
    height: 5vw;
    bottom: 23.5vw;
    left: 8.4vw; }
  .p-clientInfo > li a{
    padding: 0 2.4rem 0.5rem; }
  .p-column .fs-pt-column__heading{
    font-size: 1.8rem; }
  .p-column_small > div{
    width: 25%; }
  .p-column_small > a{
    width: 25%; }
  .p-header-logo{
    width: 50%; }
  .p-header-logo .fs-p-logo{
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 8px 0; }
  .p-header-logo .fs-p-logo a{
    width: 40%;
    max-width: 23rem; }
  .p-header-logo .fs-p-logo__lead{
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 0; }
  .p-menu{
    display: -ms-flexbox;
    display: flex;
    padding: 0 2rem 0 0;
    background: #00007c;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .p-menu__list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0;
    background: none; }
  .p-menu__item{
    -ms-flex: auto;
        flex: auto;
    border-bottom: none;
    border-right: 0.1rem dashed #fff;
    text-align: center;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
  .p-menu__item > a{
    padding: 1rem 2rem;
    font-size: 1.5rem;
    -ms-flex-pack: center;
        justify-content: center;
    color: #fff;
    letter-spacing: 0.2rem;
    box-sizing: border-box; }
  .p-menu__item > a:hover{
    background: #424242 !important;
    text-decoration: none; }
  .p-menu__item > a:visited{
    color: #fff; }
  .p-menu__item > a img{
    display: block;
    max-height: 1.8em; }
  .p-menu_light .p-menu__item a{
    color: #555;
    font-weight: bold; }
  .p-menu_light .p-menu__item a:hover{
    color: #fff; }
  .p-menu .c-submenu{
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff; }
  .p-news{
    font-size: 1.6rem;
    max-height: 48rem; }
  .p-news time{
    display: inline-block;
    margin-right: 1em;
    font-size: 1.4rem; }
  .p-news li a{
    -ms-flex-align: center;
        align-items: center; }
  .p-news__img{
    width: 10rem;
    height: 10rem;
    min-width: 10rem; }
  .p-payment_product{
    margin-bottom: 7.2rem !important; }
  .p-pickup .fs-pt-column{
    display: -ms-flexbox;
    display: flex; }
  .p-pull-down{
    z-index: 0;
    overflow: hidden; }
  .p-pull-down:after{
    content: none; }
  .p-pull-down .c-submenu{
    position: absolute;
    right: -18rem;
    z-index: -1;
    visibility: visible;
    background: #f5f5f5;
    height: 0;
    top: 100%;
    width: 100%;
    width: calc(100vw - 2rem);
    width: 100%;
    border: 1rem solid #424242;
    left: 0;
    transition: 200ms;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    overflow: hidden;
    min-width: 50rem; }
  .p-pull-down .c-submenu.is-open{
    overflow: auto;
    max-height: calc(100vh - 27rem); }
  .p-pull-down .c-submenu:before{
    content: none;
    width: 0;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid rgba(221, 221, 221, 0.8);
    border-left: 1rem solid transparent;
    position: absolute;
    top: 1.3rem;
    right: auto;
    left: -2.5rem;
    margin: auto;
    display: block;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
  .p-pull-down .c-submenu__title{
    font-size: 1.9rem;
    margin: 0 0 1em;
    min-width: 12.5em;
    text-align: left;
    font-weight: bold;
    border-bottom: 0.2rem solid;
    padding-bottom: 0.5em;
    width: 100%; }
  .p-pull-down .c-submenu__row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    border-bottom: .1rem dashed #b1b1b1;
    padding: 2.4rem 0;
    -ms-flex-direction: column;
        flex-direction: column; }
  .p-pull-down .c-submenu ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -ms-flex-pack: start;
        justify-content: flex-start;
    text-align: left;
    -ms-flex-direction: column;
        flex-direction: column; }
  .p-pull-down .c-submenu ul > li{
    width: auto;
    border-bottom: none;
    margin-right: 2.4rem;
    min-width: calc(20% - 2.4rem); }
  .p-pull-down .c-submenu ul > li a{
    color: #000;
    padding: 0.48rem 1.2rem 0.48rem 2.4rem;
    overflow: visible;
    width: 100%;
    background: none;
    box-sizing: border-box;
    position: relative; }
  .p-pull-down .c-submenu ul > li a:before{
    content: '';
    border-left: .7rem solid #000;
    border-top: .5rem solid transparent;
    border-bottom: .5rem solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1rem;
    margin: auto;
    height: 0; }
  .p-pull-down:hover{
    z-index: 1;
    cursor: pointer; }
  .p-pull-down:hover > a{
    background: #424242 !important;
    color: #fff; }
  .p-pull-down:hover i{
    color: #fff; }
  .p-pull-down .js-menu-toggle__btn i{
    right: 0.6rem; }
  .p-pull-down.is-open{
    overflow: visible; }
  .p-pull-down.is-open a:after{
    content: none; }
  .p-sidebar .fs-p-drawer__heading{
    font-size: 1.8rem;
    padding-bottom: 1.5rem; }
  .p-sns{
    margin: 2.4rem 0;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .u-hidden-large{
    display: none !important; }
  .u-visible-large{
    display: block; }
  .u-visible-large_inline{
    display: inline-block; } }

@media print, only screen and (min-width: 1200px){
  .fs-l-header__contents{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .fs-l-header__leftContainer{
    display: block;
    width: 100%;
    background: #f5f5f5;
    padding: 1rem 2rem; }
  .fs-l-header__utility{
    width: 35%; }
  .fs-body-top .fs-l-pageMain,
  .fs-body-product .fs-l-pageMain{
    max-width: 100%; }
  .fs-body-top .fs-l-sideArea,
  .fs-body-product .fs-l-sideArea{
    display: none; }
  .c-bg:before{
    left: calc((100vw - 1216px) / -2);
    padding: 4.8rem 0; }
  .fs-c-productNameHeading{
    font-size: 2.8rem; }
  .fs-c-productPrices{
    font-size: 1.7rem; }
  .fs-c-productPrices--productDetail .fs-c-productPrice--selling .fs-c-productPrices--productDetail .fs-c-productPrice__main__price{
    font-size: 2.7rem !important; }
  .fs-p-cartButton{
    width: 10rem;
    position: relative; }
  .c-band_black:before{
    left: calc( (100vw - 1216px) / -2 - 8px); }
  .p-column{
    margin-left: calc( (100vw - 1216px) / -2 - 1.6rem); }
  .p-header-logo{
    width: 65%; }
  .p-header-logo .fs-p-logo{
    -ms-flex-align: center;
        align-items: center; }
  .p-header-logo .fs-p-logo__lead{
    display: block;
    font-size: 1.7rem;
    font-weight: bold; }
  .p-menu_light{
    background-color: #EFEFEF;
    max-width: 1216px;
    margin-right: auto;
    margin-left: auto; }
  .u-visible-xlarge{
    display: block; } }
