.fs-l-header {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 100;
    background: white;
}
.fs-c-breadcrumb__original {
    margin-top: 90px !important;
    position: absolute;
}
.fs-l-main {
    position: relative;
    top:100px;
}
.fs-pt-carousel {
    margin-top: 90px;
}

.fs-l-header__leftContainer {
    grid-column: 3;
    text-align: right;
}
.fs-p-drawer {
    width: 80%;
    top:100px;
}
.fs-p-footerNavigation {
    grid-gap: 0px;
}
.fs-p-footerNavigationItem__title {
    padding-bottom: 10px;
}
a:hover {
    text-decoration:none;
}
.fs-p-announcement {
    width: 100%;
    margin: 0 auto;
}
.fs-p-memberInfo__points {
    color: maroon;
    font-size: 1.8rem;
}
.fs-pt-menu__heading {
    background: #cdcdcd;
    padding: 5px 10px;
    border-radius: 20px;
    margin-bottom: 5px;
}
.fs-p-headerNavBar {
    background: none;
    border-bottom: none;
    color: #ffffff;
    margin-bottom: 15px;
}
.fs-p-headerNavigation {
    justify-content: center;
}
.fs-p-headerNavigation__list {
    justify-content: space-evenly;
}
.fs-p-headerNavigation__listItem {
    max-width: 64px;
}
.fs-c-productNumber {
    margin: 10px;
}
.fs-l-header__contents {
    border-bottom: 3px solid lightgray;
}
.sizelist {
    width:100%;
    overflow-x: auto;
    border-spacing: 0;
    border-collapse: collapse;
    white-space: nowrap;
    vertical-align: top;
    -webkit-overflow-scrolling: touch;
    background: radial-gradient(ellipse at left, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(ellipse at right, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, 0) 75%) 100% center;
    background-attachment: scroll, scroll;
    background-size: 10px 100%, 10px 100%;
    background-repeat: no-repeat;
    margin:20px 0;
}
.sizelist th {
    padding: 6px 12px;
    border: #d7d7d7 1px solid;
    letter-spacing: .2px;
    background-color: #d7d7d7;
}
.sizelist td {
    padding: 6px 12px;
    border: #d7d7d7 1px solid;
    text-align:center;
}
.fs-p-footerUtilityMenu__list span {
    background: none;
}
.fs-c-productActionButton {
    justify-content: flex-end;
}
.logout.my-false {
    display: none;
}
.login.my-true {
    display: none;
}
span.logout.my-true {
    border: 1px solid #7c8790;
    border-radius: 20px;
    color: #3c3c3c;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    text-decoration: none;
    margin: 10px 0;
}
.fs-p-headerNavigation__link {
    padding: 2px;
}
.itemmidashisp {
    border-top: 2px solid lightgray;
    border-bottom: 2px solid lightgray;
    padding: 8px;
    background: #f7f7f7;
    font-weight: bold;
}
.itemlistsp {
    border-bottom: 1px solid #f3f3f3;
    padding: 8px;
    font-size: 0.9em;
    margin-top: -5px;
}
.fs-l-footer {
    margin-top: 180px;
}
.formback {
    margin: 0 auto;
    display: table;
    background: #a7a7a7;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #717171;
}
.formback a {
    color: white;
}
.formback a:visited {
    color: white;
}
.fs-p-scrollingCartButton {
    top: 95px;
}

/* こだわり検索用css　start */
/* フロートボタン（右下） */
.float-search-button {
    position: fixed;
    bottom: 10%;
    right: 0px;
    z-index: 1001;
    width: 50px;
    border: none;
    background: none;
    padding: 5px;
    min-width: 80px;
    box-shadow: none;
}

/* モーダル全体 */
#search-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* モーダルの中身 */
#search-modal-wrapper .fs-p-productSearch {
  background-color: #fff;
  max-height: 90vh;
  overflow-y: auto;
  padding: 30px;
  border-radius: 16px;
  max-width: 800px;
  width: 95%;
  position: relative;
}

/* 閉じるボタン */
#search-modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 24px;
  cursor: pointer;
}
/* こだわり検索用css　end */

@media screen and (max-width: 1216px) {
    .fs-p-memberInfo {
        justify-content: space-between;
    }
    .overscr {
        overflow:scroll;
    }
}

@media screen and (min-width: 768px) {
    .fs-l-sideArea {
        display: none;
    }
    .fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
        max-width: 1216px;
    }
    .fs-c-breadcrumb {
        width: 1216px;
        margin: 0 auto;
    }
    .fs-l-productLayout {
        grid-template-columns: calc(50% - 16px / 2) calc(50% - 16px / 2);
        grid-gap: 16px;
        align-items: start;
    }
    .fs-c-productReview {
        grid-column: 1 / -1;
        width: 100%;
    }
    .fs-p-footerNavigationItem {
        padding: 5px;
    }
    .fs-p-announcement {
        width: 50%;
        margin: 0 auto;
    }
    .fs-l-header__utility *:first-child {
        grid-row: 3;
    }
    .fs-p-headerNavigation__listItem {
        justify-content: center;
        max-width:200px;
        padding:40px;
    }
    .fs-p-searchForm {
        width:20%;
        margin:0 auto;
        padding:1vw;
  }
    .fs-c-productCarouselMainImage {
        width: 66%;
        margin: 0 auto;
  }
    .fs-p-memberInfo {
        justify-content: flex-end;
    }
}