#fs_CustomPage .fs-l-main {
  padding: 0 !important;
}

.fs-c-breadcrumb__listItem {
  display: inline;
}

#manzoku-mens_socks {
  width: 1200px;
  margin: 0 auto;
  color: #242424;
  line-height: 1;
  list-style: none;
  font-size: 100%;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  font-weight: normal;
  font-family: 'Noto Sans JP',  YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  overflow: hidden;
  margin-bottom: 120px;
}

@media screen and (max-width:820px) {
  #manzoku-mens_socks {
    margin-bottom: 100px;
    width: 100%;
  }
  img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width:640px) {
  #manzoku-mens_socks {
    margin-bottom: 50px;
  }
}

#manzoku-mens_socks a:hover {
  text-decoration: none !important;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.sp_only {
  display: none;
}

/*
mainvisual
-----------------------------------------*/

#mainvisual {
  margin: 0 auto;
}

/*
intro
-----------------------------------------*/

#intro {
  padding: 82px 60px 100px;
  background-repeat: no-repeat;
  background: url(https://fukuskeonline.itembox.design/item/lp/manzoku-mens_socks/img/intro_bg.png);
}

#intro .title {
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.01em;
  font-weight: bold;
  line-height: 1.2;
  padding: 0;
  margin-bottom: 7.2px;
}

#intro .title span {
  font-weight: bold;
}

#intro .title .small {
  font-size: 80%;
  letter-spacing: -.04em;
}

#intro .title .normal {
  letter-spacing: -.08em;
}

#intro .title .big, #intro .title .question {
  font-size: 130%;
}

#intro .title_info {
  position: relative;
  font-size: 28px;
  letter-spacing: .01em;
  text-align: center;
  line-height: 1.57;
  margin-bottom: 40px;
}

#intro .title_info::before {
  content: "";
  display: inline-block;
  font-size: 0;
  width: 21px;
  height: 32px;
  background: url(https://fukuskeonline.itembox.design/item/lp/manzoku-mens_socks/img/intro_deco_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}

#intro .title_info::after {
  content: "";
  display: inline-block;
  font-size: 0;
  width: 20px;
  height: 32px;
  background: url(https://fukuskeonline.itembox.design/item/lp/manzoku-mens_socks/img/intro_deco_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
}

#intro .title_info span {
  font-weight: bold;
}

#intro .title_info .small {
  font-size: 80%;
}


#intro .title_info .marker {
  background: linear-gradient(transparent 70%, #fff100 30%);
}

#intro .content {
  display: block;
}

#intro .contents_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#intro .content {
  margin-top: 20px;
}

#intro .content:nth-of-type(1), #intro .content:nth-of-type(2) {
  margin-top: 0;
}



@media screen and (max-width:820px) {

  #intro .content {
    width: 49%;
  }

}


@media screen and (max-width:820px) {

  #intro {
    padding:14% 5.3% 17%;
  }

  #intro .title {
    font-size: 36px;
  }

  #intro .title_info {
    font-size: 28px;
  }

  #intro .title_info::before {
    width: 19px;
    height: 30px;
  }

  #intro .title_info::after {
    width: 19px;
    height: 30px;
  }

  #intro .contents_list {
    margin: 0 auto;
    padding: 0 12px;
    gap: 20px;
  }
  
  #intro .content {
    width: calc(50% - 10px);
    margin: 0;
  }
}

@media screen and (max-width:640px) {
  #intro .title {
    font-size: 18px;
  }

  #intro .title_info {
    font-size: 14px;
  }

  #intro .title_info::before {
    width: 9.5px;
    height: 15px;
  }

  #intro .title_info::after {
    width: 9.5px;
    height: 15px;
  }

  #intro .contents_list {
    margin: 0 auto;
    padding: 0 6px;
    gap: 10px;
  }
  
  #intro .content {
    width: calc(50% - 5px);
    margin: 0;
  }
}

/*-----------------------------------------

content

-----------------------------------------*/
#content01 {
  background: #e60012;
}
#content02 {
  background: #0fbf81;
}
#content03 {
  background: #171c61;
}
#content04 {
  background: #009b9e;
}
#content05 {
  background: #012e6f;
}

section.content {
  display: block;
  padding-bottom: 100px;
}

section.content .inner {
  padding: 0 60px;
}

section.content .border-box {
  border: 5px solid #ffff;
}

.content .content_main {
  text-align: center;
  padding: 66px 0 68px;
}

.content .content_main img {
  display: block;
  margin: 0 auto;
}

._stage {
  position: relative;
}

._stage ._image img{
  display: block;
}

.productFeatureTxt {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 130px 50px 50px;
  left: 0;
}

@media screen and (max-width:820px) {
  .productFeatureTxt {
    padding: 11.111% 0 4.2%;
    left: 0;
  } 
}

._feature-top {
  width: 50%;
  text-align: center;
}

@media screen and (max-width:820px) {
  ._feature-top {
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width:640px) {
  ._feature-top img {
    width: 54%;
  }
}

._feature_catch , ._feature_txt {
  display: inline-block;
}

._feature_catch {
  margin-bottom: 32px;
}

@media screen and (max-width:820px) {
  ._feature_catch {
    margin-left: 4.5%;
    margin-bottom: 50px;
  }
}


@media screen and (max-width:640px) {
  ._feature_catch {
    margin-bottom: 25px;
  }
}

._feature_txt {
  margin-bottom: 122px;
  text-align: left;
  font-size: 36px;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width:820px) {
  ._feature_txt {
    width: 100%;
    margin-left: 9.0%;
    margin-bottom: 25%;
    font-size: 36px;
  }
}

@media screen and (max-width:640px) {
  ._feature_txt {
    font-size: 18px;
  }
}

._feature_information {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 ;
  border-radius: 10px;
  max-height: 250px;
}

@media screen and (max-width:820px) {
  ._feature_information {
    width: calc(100% - (2.8% * 2));
    margin: 0 auto;
    max-height: inherit;
  }
}

.examination {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media screen and (max-width:820px) {
  .examination {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 5.3%;
  }
}

.examination ._image {
  max-width: 563px;
  width: 100%;
}

@media screen and (max-width:820px) {
  .examination ._image {
    margin-bottom: 15px;
  }
}

@media screen and (max-width:640px) {
  .examination ._image {
    margin-bottom: 15px;
  }
}

.examination ._txt {
  margin-left: 30px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: .04em;
  color: #fff;
}

@media screen and (max-width:820px) {
  .examination ._txt {
    width: 100%;
    margin-left: 0;
    font-size: 28px;
  } 
  .examination ._txt br {
    display: none;
  }
}

@media screen and (max-width:640px) {
  .examination ._txt {
    font-size: 14px;
  } 
}


.examination .absorption {
  color: #3492c5;
  background: #fff;
  padding: 1px 2px ;
}
.examination .dissipation {
  color: #e65b1c;
  background: #fff;
  padding: 1px 2px ;
}

.evaluation , .test {
  display: flex;
  justify-content: center;
}

@media screen and (max-width:820px) {
  .evaluation , .test {
    display: block;
    padding: 0 5.3%;
  }
}

.test {
  align-items: center;
}

.evaluation ._txt ,
.test ._txt{
  color: #fff;
  margin-left: 20px;
}
@media screen and (max-width:820px) {
  .evaluation ._txt , .test ._txt{
    margin-left: 0;
  }
}

.evaluation ._head,
.test ._head{
  font-size: 30px;
  margin-bottom: 20px;
  padding: 10px 30px;
  background: #fff100;
  color: #000000;
  line-height: 1;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}

.evaluation ._head .sp , .test ._head .sp {
  display: none;
}
@media screen and (max-width:820px) {
  .evaluation ._head .sp , .test ._head .sp  {
    display: block;
  }
}

.evaluation ._head .-small,
.test ._head .-small {
  font-weight: bold;
  font-size: 60%;
}

@media screen and (max-width:820px) {
  .evaluation ._head .-small,
  .test ._head .-small {
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (max-width:820px) {
  .evaluation ._head,
  .test ._head{
    float: right;
    font-size: 24px;
    margin-bottom: 0;
    padding: 20px 15px;
    line-height: 1.28;
    width: calc(46% - 4%);
    margin-left:4% ;
    transform: translateY(50%);
    white-space: nowrap;
  }
}

@media screen and (max-width:640px) {
  .evaluation ._head,
  .test ._head{
    font-size: 12px;
    padding: 10px 7.5px;
  }
}

@media screen and (max-width:820px) {
  .evaluation ._image,
  .test ._image{
    width: 54%;
    float: left;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width:640px) {
  .evaluation ._image,
  .test ._image{
    margin: 0 auto 10px;
  }
}

.evaluation ._caption,
.test ._caption {
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
} 

@media screen and (max-width:820px) {
  .evaluation ._caption,
  .test ._caption {
  font-size: 24px;
  line-height: 1.42;
  margin: 0 auto 25px;
} 
.test ._caption {
  display: none;
}
}

@media screen and (max-width:640px) {
  .evaluation ._caption,
  .test ._caption {
  font-size: 14px;
  margin: 0 auto 12.5px;
} 
}
@media screen and (max-width:820px) {
  .evaluation ._caption::before,
  .test ._bullet::before {
    content: "";
    clear: both;
    display: block;
  }
}

.test ._bullet li , .evaluation ._bullet li , .evaluation ._note {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width:820px) {
  .test ._bullet li , .evaluation ._bullet li , .evaluation ._note {
    font-size: 24px;
  }
}

@media screen and (max-width:640px) {
  .test ._bullet li , .evaluation ._bullet li , .evaluation ._note {
    font-size: 12px;
    word-break: break-all;
  }
}

@media screen and (max-width:640px) {
  .test ._bullet li br {
    display: none;
  }
}

#content01 ._feature_information{
  background: #d70c19;
}

#content02 ._feature_information{
  background: #0fbf81;
}

#content03 ._feature_information{
  background: #171c61;
}

#content04 ._feature_information{
  background: #009b9e;
}

._feature_information ._points {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width:820px) {
  ._feature_information ._points {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
    

._points ._point{
  margin: 0 20px;
  text-align: center;
}

@media screen and (max-width:820px) {
  ._points ._point{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 0;
    text-align: center;
  }
  ._points ._point:nth-of-type(n+2) {
    margin-top: 30px;
  }
}

@media screen and (max-width:640px) {
  ._points ._point:nth-of-type(n+2) {
    margin-top: 15px;
  }
}

._point_head {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1;
  letter-spacing: .04em;
  padding: 10px 27px;
  color: #000000;
  text-align: center;
  overflow: hidden;
  border-radius: 5px;
  background: #fff100;
}

@media screen and (max-width:820px) {
  ._point_head {
    margin-bottom: 0;
    padding: 10px 30px;
    font-size: 40px;
  }
}

@media screen and (max-width:640px) {
  ._point_head {
    padding: 5px 15px;
    font-size: 20px;
  }
}

._point_description {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media screen and (max-width:820px) {
  ._point_description {
    margin-left: 30px;
    font-size: 24px;
    text-align: left;
  }
}

@media screen and (max-width:640px) {
  ._point_description {
    margin-left: 15px;
    font-size: 12px;
  }
}

.product_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width:820px) {
  .product_list {
    display: block;
  }
}

.product_list.col-01 {
  justify-content: center;
}
.a-center {
  justify-content: center;
}
.productGroup {
  background: #fff;
  padding: 70px 50px 65px;
}

.productGroup .product {
  max-width: 480px;
}

.productGroup .product_name {
  margin-bottom: 20px;
  font-size: 0;
  line-height: 1.25;
  letter-spacing: .05em;
  font-weight: bold;
  color: #000000;
}

.productGroup .product_name span {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
}

.productGroup .product_info {
  font-size: 0;
  line-height: 1.3;
  letter-spacing: .05em;
  color: #000000;
  font-weight: 500;
}

.productGroup .product_info span {
  font-size: 18px;
  display: inline-block;
}

.more_button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 50px auto;
  width: 360px;
  height: 62px;
  font-size: 20px;
  font-weight: 500;
  background: #000000;
  color: #fff !important;
  border-radius: 5px;
}

.more_button::before {
  display: inline-block;
  content:"";
  width: 8px;
  height: 14px;
  background: url(https://fukuskeonline.itembox.design/item/lp/manzoku-mens_socks/img/arrow-w.png) no-repeat;
  background-size: contain;
  margin-right: 9px;
}
.category_button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 860px;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  border-radius: 5px;
}

.category_button .more_button {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: transparent;
  font-size: 25px;
}


#content01 .category_button {
  border: #e60012 2px solid ;
  background: #ffeff0;
}
#content01 .category_button .more_button{
  color: #e60012 !important;
}
#content01 .category_button .more_button::before {
  background-image: url(./../../img/2312/arrow-01.png);
}
#content02 .category_button {
  border: 2px solid #0fbf81;
  background: #edfff9;
}
#content02 .category_button .more_button{
  color: #0fbf81 !important;
}
#content02 .category_button .more_button::before {
  background-image: url(./../../img/2312/arrow-02.png);
}
#content04 .category_button {
  border: 2px solid #009b9e;
  background: #ebffff;
}
#content04 .category_button .more_button{
  color: #009b9e !important;
}
#content04 .category_button .more_button::before {
  background-image: url(./../../img/2312/arrow-04.png);
}

.category_button .more_button::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 16px;
  background-size: contain;
  margin-right: 13px;
}

@media screen and (max-width:820px) {

  .productGroup .product {
    width: 100%;
    max-width: inherit;
  }

  .productGroup .product_name span {
    font-size: 18px;
  }

  .productGroup .product_info span{
    display: inline;
    font-size: 14px;
  }

  .more_button{
    width: 100%;
  }

}
@media screen and (max-width:820px) {

  section.content {
    padding-bottom: 100px;
  }

  section.content .inner {
    padding: 0 5.3%;
  }
  .productGroup {
    padding: 4.4%;
  }
  .content .content_main{
    padding: 80px 0 60px;
  }
  .product_thumbnail {
    margin-bottom: 40px;
  }
  .productGroup .product_name span{
    font-size: 30px;
  }

  .productGroup .product_info span {
    display: inline;
    font-size: 28px;
  }

  .more_button { 
    max-width: 600px;
    width: 100%;
    height: 80px;
    font-size: 26px;
    margin: 40px auto 60px;
  }

  .category_button {
    margin-top: -20px;
    height: 80px;
  }

  .category_button .more_button {
    font-size: 22px;
  }

  .category_button .more_button::before {
    width: 14px;
    height: 28px;
    background-size: 100%;
  }

}


@media screen and (max-width:640px) {

  section.content {
    padding-bottom: 50px;
  }

  .content .content_main{
    padding: 40px 0 30px;
  }

  .productGroup .product {
    width: 100%;
  }

  .product_thumbnail {
    margin-bottom: 20px;
  }

  .productGroup .product_name span{
    font-size: 18px;
  }

  .productGroup .product_info span {
    display: inline;
    font-size: 14px;
  }

  .more_button { 
    max-width: 300px;
    width: 100%;
    height: 40px;
    font-size: 13px;
    margin: 20px auto 30px;
  }

  .category_button {
    margin-top: -10px;
    height: 40px;
  }

  .category_button .more_button {
    font-size: 11px;
  }

  .category_button .more_button::before {
    width: 7px;
    height: 14px;
    background-size: 100%;
  }

}


/*
Mold
-----------------------------------------*/

#Mold {
  background: #171c61;
}

#Mold .category_button {
  background: #eff0ff;
  border: 2px solid #171c61;
}

#Mold .category_button .more_button {
  color: #171c61 !important;
}

#Mold .category_button .more_button::before {
  background: url(https://fukuskeonline.itembox.design/item/lp/manzoku-mens_socks/img/arrow-b.png);
}


/*
deodorize
-----------------------------------------*/

#Deodorize {
  background: #009b9e;
}

#Deodorize .category_button {
  background: #ebffff;
  border: 2px solid #009b9e;
}

#Deodorize .category_button .more_button {
  color: #009b9e !important;
}

#Deodorize .border-box {
  border:hidden;
  background: #b3e1e2;
}

#Deodorize .category_button .more_button::before {
  background: url(https://fukuskeonline.itembox.design/item/lp/manzoku-mens_socks/img/arrow-g.png);
}


#js-pagetop {
  position: fixed;
  width: 70px;
  height: 70px;
  border-radius: 8px;
  background: #f99900;
  color: #fff;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
}

#js-pagetop span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width:820px) {
  
  #js-pagetop {
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: 20px;
  }


#js-pagetop span {
  font-size: 12px;
}

}
#content05 .product_list{
	justify-content: center;
}
