@charset "UTF-8";

/*----------------------------------------------------------
共通
----------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
.sp{
	display:none;
}
@media screen and (max-width: 768px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
}
/*SNSエリア*/
ul.fs-p-footerSnsLink {
    margin-top: 20px;
}
ul.fs-p-footerSnsLink img:hover{
	opacity: 0.8;
}
.fs-l-page {
    padding-top: 120px;
}
.fs-c-button--primary{
    padding: 13px 30px;
}
.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
    padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fs-l-page {
      padding-top: 50px;
  }
}

/*----------------------------------------------------------
ヘッダー
----------------------------------------------------------*/
.fs-l-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #0A2E54;
  padding-top: 0;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .fs-l-header {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .fs-l-header {
    height: 15.625vw;
  }
}
body#fs_Top .fs-l-header {
  background-color: rgba(10,46,84,0.8);
}
.fs-l-header__contents {
  position: relative;
  display: block;
  max-width: 1016px;
  height: 100%;
  margin: 0 auto;
  padding: 0 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .fs-l-header__contents {
    max-width: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
}
.fs-l-header__contents > * {
  padding: 0;
}
.fs-l-header__logo {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .fs-l-header__logo {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.fs-p-logo {
  padding: 0;
}
.fs-p-logo a {
  display: block;
}
.fs-p-logo a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .fs-p-logo img {
    vertical-align: middle;
    display: inline-block;
  }
  .fs-p-logo img + img {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .fs-p-logo img {
    vertical-align: bottom;
    display: block;
  }
  .fs-p-logo img + img {
    margin: 5px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .fs-p-logo img {
    width: auto;
    height: 7vw;
  }
  .fs-p-logo img + img {
    width: auto;
    height: 3vw;
    margin: 1vw auto 0;
  }
}
.fs-l-header__utility {
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .fs-p-headerUtilityMenu__list,
  .fs-p-headerUtilityMenu__list.is-ready {
    display: none;
  }
}
.fs-p-headerUtilityMenu__list {
  float: left;
}
.fs-p-headerUtilityMenu__list > li + li {
  margin: 0 0 0 1rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .fs-p-headerUtilityMenu__list > li + li {
    margin: 0;
  }
}
.fs-p-headerUtilityMenu__list a {
  position: relative;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  border: solid 1px #fff;
  border-radius: 5px;
  padding: .5rem 1.2rem;
}
@media screen and (max-width: 1200px) {
  .fs-p-headerUtilityMenu__list a {
    border: none;
  }
  .fs-p-headerUtilityMenu__list a span {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .fs-p-headerUtilityMenu__list a i {
    font-size: 3.0rem;
  }
}
.fs-p-headerUtilityMenu__list a::before {
  content: inherit;
}
.fs-p-headerUtilityMenu__list a:link {
  color: #fff;
}
.fs-p-headerUtilityMenu__list a:visited {
  color: #fff;
}
.fs-p-headerUtilityMenu__list a:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(186,17,20,.7);
}
.fs-p-headerUtilityMenu__list a:active {
  color: #fff;
}
.fs-p-headerNavigation__viewCartButton {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .fs-p-headerNavigation__viewCartButton > i {
    padding-right: 4px;
  }
}
.headerUtilityMenu__viewCartButton {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 5px;
  margin-left: 1rem;
  padding: .5rem 1.2rem;
}
@media screen and (max-width: 1200px) {
  .headerUtilityMenu__viewCartButton {
    border: none;
    margin-left: 0;
  }
  .fs-p-headerNavigation__viewCartButton__label {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .headerUtilityMenu__viewCartButton i {
    font-size: 3.0rem;
  }
}
@media screen and (max-width: 768px) {
  .headerUtilityMenu__viewCartButton i {
    font-size: 8vw;
  }
  .fs-p-cartItemNumber {
    font-size: 3vw;
  }
}
.headerUtilityMenu__viewCartButton::before,
.headerUtilityMenu__viewCartButton:link,
.headerUtilityMenu__viewCartButton:visited,
.headerUtilityMenu__viewCartButton:hover {
  color: #fff;
}
.headerUtilityMenu__viewCartButton:hover {
  text-decoration: none;
  background-color: rgba(186,17,20,.7);
}
.fs-p-cartItemNumber {
  background: #80080a;
  padding: .2em .4em;
}

/*----------------------------------------------------------
ドロワーメニュー
----------------------------------------------------------*/
.fs-l-header__drawerOpener {
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .fs-l-header__drawerOpener {
    top: 10px;
    left: 10px;
  }
}
.fs-p-drawerButton {
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .fs-p-drawer__buttonContainer {
    padding: 10px;
    box-sizing: border-box;
  }
  .fs-p-drawerButton__icon {
    font-size: 2.8rem;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 768px) {
  .fs-p-drawerButton {
    text-align: center;
  }
  .fs-p-drawerButton__icon {
    font-size: 8vw;
    vertical-align: bottom;
  }
  .fs-p-drawerButton__label {
    font-size: 3vw;
    line-height: 1;
  }
}
.fs-p-drawer {
  background-color: #80080a;
  transform: translateX(-105%);
  padding: 0;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  box-shadow:1px 1px 5px 0px rgba(0,0,0,.5);
  z-index: 10;
}
.fs-p-headerNavBar {
  background: #646464;
  border: none;
}
@media screen and (min-width: 1200px) {
  .fs-p-drawer {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .fs-p-headerNavigation {
    display: block;
  }
  .fs-p-headerNavigation__list {
    display: block;
    border-top: solid 1px #cc8787;
  }
  .fs-p-headerNavigation__link {
    display: block;
    width: 100%;
    border-bottom: solid 1px #cc8787;
  }
  .drawerBottom {
    padding: 20px 36px 0;
  }
  .drawer__viewCartButton,
  .fs-p-drawer__loginLogout__logout,
  .fs-p-drawer__loginLogout__login {
    display: block;
    position: relative;
    line-height: 1;
    border: solid 1px #fff;
    border-radius: 5px;
    padding: .8rem 1.2rem;
  }
  .fs-p-drawer__loginLogout a {
    margin-top: 12px;
  }
  .fs-p-drawer__loginLogout a i {
    vertical-align: bottom;
  }
  .drawer__viewCartButton,
  .fs-p-drawer__loginLogout a,
  .drawer__viewCartButton:visited,
  .fs-p-drawer__loginLogout a:visited,
  .drawer__viewCartButton:hover,
  .fs-p-drawer__loginLogout a:hover,
  .drawer__viewCartButton:active,
  .fs-p-drawer__loginLogout a:active {
    color: #fff;
    text-decoration: none;
  }
  .fs-p-drawer .fs-p-cartItemNumber {
    background-color: #fff;
    color: #80080a;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .fs-p-drawer__buttonContainer {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .fs-p-drawer__buttonContainer {
    height: 15.625vw;
  }
  .fs-p-headerNavigation__link {
    font-size: 5vw;
  }
}

/*----------------------------------------------------------
グローバルナビゲーション
----------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .fs-p-headerNavBar {
    display: block;
    position: fixed;
    top: 80px;
    width: 100%;
    background: #80080a;
    color: #fff;
    border-style: solid;
    border-width: 3px 0;
    border-color: #000;
    z-index: 5;
  }
  .fs-p-headerNavigation__listItem.guide {
    display: none !important;
  }
  body#fs_Top .fs-p-headerNavBar {
    position: -webkit-sticky;
    position: sticky;
    margin: -90px 0 34px;
  }
  body#fs_Top .fs-p-headerNavBar + * {
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .fs-l-page > .fs-p-headerNavBar {
    display: none;
  }
}
.fs-p-headerNavigation {
  max-width: 1016px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .fs-p-headerNavigation__list {
    border-style: solid;
    border-width: 0 1px;
    border-color: #805656;
  }
  .fs-p-headerNavigation__list li + li {
    border-left: solid 1px #805656;
  }
}
.fs-p-headerNavigation__link {
  font-size: 1.6rem;
  font-weight: 700;
}
.fs-p-headerNavigation__listItem {
  min-width: inherit;
}
.fs-p-headerNavigation__link {
  padding: 13px 36px;
  background: #94311e; /* Old browsers */
  background: -moz-linear-gradient(top, #94311e 0%, #790000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #94311e 0%,#790000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #94311e 0%,#790000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94311e', endColorstr='#790000',GradientType=0 ); /* IE6-9 */
}
.fs-p-headerNavigation__link:hover {
  background: #84311e; /* Old browsers */
  background: -moz-linear-gradient(top, #84311e 0%, #600000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #84311e 0%,#600000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #84311e 0%,#600000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84311e', endColorstr='#600000',GradientType=0 ); /* IE6-9 */
  text-decoration: none;
}
body#fs_Top .fs-p-headerNavigation__listItem:nth-of-type(1) .fs-p-headerNavigation__link,
body#fs_ProductCategory .fs-p-headerNavigation__listItem:nth-of-type(2) .fs-p-headerNavigation__link,
.fs-p-headerNavigation__listItem .fs-p-headerNavigation__link.active {
  background:#0A2E54;
}
.fs-p-headerNavigation__link:link {
  color: #fff;
}
.fs-p-headerNavigation__link:visited {
  color: #fff;
}
.fs-p-headerNavigation__link:hover {
  color: #fff;
}
.fs-p-headerNavigation__link:active {
  color: #fff;
}

/*----------------------------------------------------------
パンくずリスト
----------------------------------------------------------*/
.fs-c-breadcrumb {
  padding: 15px 0;
}
.fs-c-breadcrumb__list {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 5px 0;
}
/*----------------------------------------------------------
メイン
----------------------------------------------------------*/
.fs-l-main {
  max-width: 1016px;
  margin-top:0;
}
.fs-c-subSection__title {
  font-size: 1.4rem;
  background: #0A2E54;
  padding: 8px 20px;
  color: #FFF;
  font-weight: bold;
}
.fs-c-documentArticle__heading {
  background: #0A2E54;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 7px 8px;
  letter-spacing: 0.1rem;
}
.fs-l-sideArea + .fs-l-pageMain {
  max-width: 1000px;
}
#fs_p_scrollingCartButton {
  display: none !important;
}

/*----------------------------------------------------------
フッター
----------------------------------------------------------*/
.fs-l-footer {
  background-color: #0A2E54;
  border: none;
  color: #fff;
  padding-top: 30px;
}
.fs-l-footer__contents {
  max-width: 1016px;
  padding: 0 8px;
}
.footerGuide {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.footerGuide .payment {
  width: 50%;
  float: left;
}
.footerGuide .delivery,
.footerGuide .return {
  width: 50%;
  float: left;
}
.footerGuide .return {
  margin-top: 30px;
}
.footerGuide .payment h3,
.footerGuide .delivery h3,
.footerGuide .return h3 {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0;
  padding-left: 40px;
}
.footerGuide .payment h3 i,
.footerGuide .delivery h3 i,
.footerGuide .return h3 i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 3rem;
}
.footerGuide .payment p,
.footerGuide .delivery p,
.footerGuide .return p {
  padding-left: 40px;
  font-size: 1.2rem;
}
.footerGuide .payment .creditcard {
  display: inline-block;
  padding-top: 1rem;
}
.footerGuide .payment .creditcard img {
  vertical-align: bottom;
}
.footerGuide .return .note {
  list-style: none;
  margin: -1rem 0 0 0;
  padding: 0 0 0 40px;
  font-size: 1.2rem;
}
.footerGuide .return .note li {
  position:  relative;
  padding-left: 1em;
}
.footerGuide .return .note li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.footerBottom {
  position: relative;
  width: 100%;
}
.footer-logo__image {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.fs-l-footer__utility {
  display: block;
  margin: 0;
  padding: 0;
}
.fs-l-footer__utility .fs-p-footerUtilityMenu {
  margin: 0;
  padding: 0;
}
.fs-pt-menu a {
  margin: 0;
  padding: 0;
}
.fs-pt-menu a:link {
  color: #fff;
}
.fs-pt-menu a:visited {
  color: #fff;
}
.fs-pt-menu a:hover {
  color: #fff;
  text-decoration: underline;
}
.fs-pt-menu a:active {
  color: #fff;
}
.fs-pt-menu * {
  transition-duration: 0.5s;
}
.fs-p-footerUtilityMenu__list a::before {
  display: none;
}
.fs-p-footerCopyright {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  background-color: inherit;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .footerBottom {
    height: 70px;
    border-top: solid 1px #fff;
    margin-top: 45px;
  }
  .fs-l-footer__utility {
    position: absolute;
    top: 50%;
    left: 260px;
    transform: translateY(-50%);
  }
  .fs-p-footerUtilityMenu__list > li + li {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1200px) {
	
  .fs-l-footer {
    padding: 30px 0 0;
  }
  .fs-l-footer__contents {
    padding: 0;
  }
  .footerGuide {
    display: none;
  }
  .fs-l-footer__contents > * {
    padding: 0;
  }
  .fs-l-footer__utility {
    padding: 0 30px 84px;
  }
  .fs-p-footerUtilityMenu__list li {
    line-height: 1;
  }
  .fs-p-footerUtilityMenu__list li + li {
    margin-top: 1em;
  }
  .fs-p-footerUtilityMenu__list span {
    padding: 0;
  }
  .fs-l-footer__utility .fs-p-footerUtilityMenu__list li:first-child a,
  .fs-p-footerUtilityMenu__list > li:not(:first-child) a {
    border: none;
  }
  .fs-p-footerUtilityMenu__list span a::after {
    display: none;
  }
  .footerBottom {
    margin-bottom: -52px;
  }
  .footer-logo__image,
  .fs-p-footerCopyright {
    transform: none;
    top: auto;
  }
  .footer-logo__image {
    left: 30px;
    bottom: 10px;
    z-index: 1;
  }
  .fs-p-footerCopyright {
    width: 100%;
    right: 0;
    bottom: 0;
    text-align: right;
    padding: 22px 30px;
    border-top: solid 1px #fff;
  }
  .fs-p-footerCopyright__text {
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
	.fs-l-main {
		max-width: 1016px;
	}
  .fs-l-footer {
    padding: 5vw 0 0;
  }
  .fs-l-footer__contents > * {
    padding: 0;
  }
  .fs-l-footer__utility {
    font-size: 3.5vw;
    padding: 0 4.5vw 18vw;
  }
  .footerBottom {
    margin-bottom: -12vw;
  }
  .footer-logo__image {
    width: 40vw;
    left: 4.5vw;
    bottom: 2.6vw;
  }
  .fs-p-footerCopyright {
    font-size: 3vw;
    padding: 4.5vw;
  }
  .fs-p-footerCopyright__text {
    font-size: 3vw;
  }
}