.fs-c-breadcrumb {
  background: #fff;
  max-width: inherit;
}

.fs-c-breadcrumb__list {
  max-width: 120rem;
  margin: 0 auto;
}

.fs-c-breadcrumb__listItem {
  display: inline;
}

.fs-l-main,
.fs-l-main,
.fs-l-pageMain {
  max-width: inherit !important;
  margin: 0 auto;
}

#fs_CustomPage .fs-l-main {
  padding: 0;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

@media screen and (min-width: 821px) and (max-width: 1536px) {
  html {
    font-size: 0.65vw;
  }
}
@media screen and (max-width: 820px) {
  html {
    font-size: 1.3vw;
  }
}
.lp_style * {
  box-sizing: border-box;
}

.lp_style {
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  line-height: 1;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  font-family: "Noto Serif JP", serif;
  color: #555555;
  font-weight: 300;
}

.lp_style button {
  background: transparent;
  padding: 0;
  margin: 0;
}

.lp_style ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp_style img {
  max-width: 100%;
}

.lp_style a {
  text-decoration: none;
}

.lp_style .content {
  display: block;
}

.txtBlock {
  display: inline-block;
}

.inner {
  position: relative;
  z-index: 2;
  padding: 0 3rem;
}
@media screen and (min-width: 821px) {
  .inner {
    margin: 0 auto;
    padding: 0;
    width: 120rem;
  }
}

/*---------------------------------
#Keyvisual
---------------------------------*/
.Pagetitle img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 821px) {
  .Pagetitle img {
    max-width: 100%;
  }
}

/*---------------------------------
#Introduction
---------------------------------*/
#Introduction {
  position: relative;
  padding: 10rem 0;
  background: #f3f3f3;
}
@media screen and (min-width: 821px) {
  #Introduction {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38rem;
    padding: 0;
  }
}
#Introduction .txt {
  position: relative;
  z-index: 2;
  font-size: 2.8rem;
  line-height: 2;
  text-align: center;
  color: #071b33;
}
@media screen and (min-width: 821px) {
  #Introduction .txt {
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (min-width: 821px) {
  #Introduction .txt .pc_block {
    display: block;
  }
}
#Introduction .txt span {
  display: inline-block;
}

.bg-color {
  background: #071b33;
  padding: 0 0 12rem;
}
@media screen and (min-width: 821px) {
  .bg-color {
    padding: 0 0 16rem;
  }
}

._box {
  padding: 10rem 2rem;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 5px 0px rgba(200, 199, 198, 0.004);
}
@media screen and (min-width: 821px) {
  ._box {
    padding: 8rem 4rem 10.2rem;
  }
}

.title .-en {
  display: block;
  color: #948c34;
  font-size: 2rem;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 821px) {
  .title .-en {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.title .-ja {
  display: block;
  font-size: 4.4rem;
  color: #3e3a39;
}
@media screen and (min-width: 821px) {
  .title .-ja {
    font-size: 3.4rem;
    line-height: 1;
  }
}

.subtitle {
  position: relative;
  font-size: 4rem;
  text-align: center;
  margin: 0 auto 3rem;
  padding: 0 0 3rem;
}
@media screen and (min-width: 821px) {
  .subtitle {
    font-size: 3rem;
    text-align: center;
  }
}
.subtitle::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #948c34;
}

/*---------------------------------
#organic-cotton
---------------------------------*/
#organic-cotton {
  padding: 13rem 0;
  padding: 20rem 0;
  background: url(https://fukuskeonline.itembox.design/item/lp/mens_socks/2023/images/sp/introduction-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 821px) {
  #organic-cotton {
    padding: 20rem 0;
    background: url(https://fukuskeonline.itembox.design/item/lp/mens_socks/2023/images/pc/introduction-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#organic-cotton .txt {
  margin: 0 auto;
  font-size: 2.4rem;
  line-height: 2;
  color: #333333;
  max-width: 58rem;
}
@media screen and (min-width: 821px) {
  #organic-cotton .txt {
    max-width: inherit;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
  }
}
@media screen and (min-width: 821px) {
  #organic-cotton .txt span {
    display: inline-block;
  }
}

/*---------------------------------
#About
---------------------------------*/
#About {
  padding: 12rem 2rem 7rem;
}
@media screen and (min-width: 821px) {
  #About {
    padding: 12rem 0 10rem;
  }
}
#About .title .-ja {
  color: #fff;
}
#About .txt {
  font-size: 2.4rem;
  line-height: 2;
  color: #fff;
  text-align: justify;
}
@media screen and (min-width: 821px) {
  #About .txt {
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
  }
}
@media screen and (min-width: 821px) {
  #About .txt span {
    display: inline-block;
  }
}

/*---------------------------------
#product
---------------------------------*/
.product-outer {
  position: relative;
}
.product-outer a img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 821px) {
  .product-outer {
    padding: 8rem 0;
  }
}
.product-outer a:first-child, .product-outer a:last-child {
  display: block;
  position: absolute;
  top: 6rem;
  width: 50%;
  height: 55rem;
  z-index: 1;
  transform: translateY(-100%);
}
@media screen and (min-width: 821px) {
  .product-outer a:first-child, .product-outer a:last-child {
    top: 0;
    width: 42rem;
    height: 55rem;
  }
}
.product-outer a:first-child {
  left: 0;
}
@media screen and (min-width: 821px) {
  .product-outer a:first-child {
    left: calc(50% - 32.7rem);
    transform: translateX(-100%);
  }
}
.product-outer a:last-child {
  right: 0;
}
@media screen and (min-width: 821px) {
  .product-outer a:last-child {
    right: calc(50% - 32.7rem);
    transform: translateX(100%);
  }
}
.product-outer:first-of-type {
  margin: 48rem auto 0;
}
@media screen and (min-width: 821px) {
  .product-outer:first-of-type {
    margin: 0 auto;
  }
}
.product-outer:nth-of-type(n+2) {
  margin: 54rem auto 0;
}
@media screen and (min-width: 821px) {
  .product-outer:nth-of-type(n+2) {
    margin: 4rem auto 0;
  }
}
#product01::before {
  background-image: url(https://fukuskeonline.itembox.design/item/lp/mens_socks/2023/images/sp/product01-l.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 821px) {
  #product01::before {
    background-image: url(https://fukuskeonline.itembox.design/item/lp/mens_socks/2023/images/pc/product01-l.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

#product01::after {
  background-image: url(https://fukuskeonline.itembox.design/item/lp/mens_socks/2023/images/sp/product01-r.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 821px) {
  #product01::after {
    background-image: url(https://fukuskeonline.itembox.design/item/lp/mens_socks/2023/images/pc/product01-r.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

#product02::before {
  background-image: url(https://fukuskeonline.itembox.design/item/lp/mens_socks/2023/images/sp/product02-l.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 821px) {
  #product02::before {
    background-image: url(https://fukuskeonline.itembox.design/item/lp/mens_socks/2023/images/pc/product02-l.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

#product02::after {
  background-image: url(https://fukuskeonline.itembox.design/item/lp/mens_socks/2023/images/sp/product02-r.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 821px) {
  #product02::after {
    background-image: url(https://fukuskeonline.itembox.design/item/lp/mens_socks/2023/images/pc/product02-r.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

#product03::before {
  background-image: url(https://fukuskeonline.itembox.design/item/lp/mens_socks/2023/images/sp/product03-l.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 821px) {
  #product03::before {
    background-image: url(https://fukuskeonline.itembox.design/item/lp/mens_socks/2023/images/pc/product03-l.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

#product03::after {
  background-image: url(https://fukuskeonline.itembox.design/item/lp/mens_socks/2023/images/sp/product03-r.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 821px) {
  #product03::after {
    background-image: url(https://fukuskeonline.itembox.design/item/lp/mens_socks/2023/images/pc/product03-r.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

#product04::before {
  background-image: url(https://fukuskeonline.itembox.design/item/lp/mens_socks/2023/images/sp/product04-l.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 821px) {
  #product04::before {
    background-image: url(https://fukuskeonline.itembox.design/item/lp/mens_socks/2023/images/pc/product04-l.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

#product04::after {
  background-image: url(https://fukuskeonline.itembox.design/item/lp/mens_socks/2023/images/sp/product04-r.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 821px) {
  #product04::after {
    background-image: url(https://fukuskeonline.itembox.design/item/lp/mens_socks/2023/images/pc/product04-r.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.product {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 821px) {
  .product {
    width: 82rem;
    margin: 0 auto;
  }
}
.product ._box {
  padding: 8rem 6rem;
}
@media screen and (min-width: 821px) {
  .product ._box {
    padding: 8rem 0 0;
    height: 39rem;
  }
}
.product .txt {
  font-size: 2.2rem;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 821px) {
  .product .txt {
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
  }
}
@media screen and (min-width: 821px) {
  .product .txt span {
    display: block;
  }
}

.category {
  position: relative;
  z-index: 2;
  background: #948c34;
  transition: 0.2s all ease 0s;
  margin: 10rem auto 0;
  width: 60rem;
  height: 8rem;
  box-shadow: 0px 5px 0px 0px rgba(110, 104, 38, 0.004);
}
@media screen and (min-width: 821px) {
  .category {
    border-radius: 1rem;
    overflow: hidden;
    margin: 9.2rem auto 0;
    box-shadow: 0px 5px 0px 0px #6e6826;
  }
}
.category a {
  background: #948c34;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
}
.category::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #6e6826;
  bottom: -0.3rem;
  left: 0.4rem;
}
@media screen and (min-width: 821px) {
  .category::before {
    display: none;
  }
}
.category::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: 2.8rem;
  height: 0.7rem;
  background: url(https://fukuskeonline.itembox.design/item/lp/mens_socks/2023/images/sp/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 821px) {
  .category::after {
    width: 3rem;
    height: 0.8rem;
    background: url(https://fukuskeonline.itembox.design/item/lp/mens_socks/2023/images/pc/btn-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.category:hover {
  box-shadow: none;
  transform: translate3d(0, 3px, 0);
}/*# sourceMappingURL=style.css.map */