#must_items * {
  line-height: 1;
  box-sizing: border-box;
}

#must_items *::before ,
#must_items *::after {
  box-sizing: content-box;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.sp_only {
  display: none;
}


/*********************

FOT-TsukuARdGothic Std R

font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 400;
font-style: normal;


FOT-TsukuARdGothic Std B

font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;

*********************/

#must_items {
  width: 1200px;
  margin: 0 auto;
  /* font-family: fot-tsukuardgothic-std, sans-serif; */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3", "メイリオ";
  font-weight: 400;
  font-style: normal;
  letter-spacing: .05em;
  color: #000000;
}

@media screen and (max-width:768px) and (min-width:641px) {
  #must_items {
    width: 100%;
  }
}

@media screen and (max-width:640px) {
  #must_items {
    width: 100%;
  }
  
}


@media screen and (max-width:360px) {
  .sp_only {
    display: block;
  }

}


#intro {
  background: url(https://fukuskeonline.itembox.design/item/lp/must_items/img/intro_bg.png);
  background-size: contain;
}

#intro .inner {
  padding: 62px 0 80px;
  width: 1080px;
  margin: 0 auto;
}

#intro .intro_head {
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 1.26;
  letter-spacing: .01em;
  text-align: center;
  color: #242424;
  font-weight: 700;
}

#intro .intro_head::before {
  content: "";
  display: inline-block;
  font-size: 0;
  width: 21px;
  height: 32px;
  background: url(../../manzoku-mens_socks/img/intro_deco_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}

#intro .intro_head::after {
  content: "";
  display: inline-block;
  font-size: 0;
  width: 20px;
  height: 32px;
  background: url(../../manzoku-mens_socks/img/intro_deco_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
}

#intro .intro_head span {
  display: inline-block;
}

.marker {
  background: linear-gradient(transparent 70%, #f5efef 30%);
}

#intro .content_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

#intro .content_list .item:nth-of-type(n + 3) {
  margin-top: 20px;
}

@media screen and (max-width:768px) and (min-width:641px) {
  #intro .inner {
    width:100%;
    padding: 62px 60px 80px;
  }

  #intro .content_list .item {
    width: calc(calc(100% - 20px) / 2);
  }

}


@media screen and (max-width:640px) {
  
  #intro {
    background: url(https://fukuskeonline.itembox.design/item/lp/must_items/img/intro_bg.png);
    background-size: contain;
  }
  
  #intro .inner {
    padding: 10% 0 11%;
    width: 90%;
    margin: 0 auto;
  }
  
  #intro .intro_head {
    margin-bottom: 24px;
    font-size: 15px;
  }
 
  #intro .content_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  
  #intro .content_list .item {
    width: 31%;
  }

  #intro .content_list .item:nth-of-type(n + 3) {
    margin-top: 0;
  }

  #intro .content_list .item:not(:nth-of-type(3n+1)) {
    margin-left: 3.5%;
  }

  #intro .content_list .item:nth-of-type(n+4){
    margin-top: 10px;
  }

  #intro .intro_head::before {
    width: 8.5px;
    height: 15px;
    margin-right: 8px;
  }
  
  #intro .intro_head::after {
    width: 8.5px;
    height: 15px;
    margin-left: 8px;
  }

}



@media screen and (max-width:360px) {
  #intro .intro_head {
    font-size: 12px;
  }

}

/*********************

content

*********************/
#must_items .content {
  display: block;
  background: url(https://fukuskeonline.itembox.design/item/lp/must_items/img/circle_bg.png) repeat-y center 100%;
  background-position: top center;
}
#must_items .content:nth-child(even){
  background-color: #fff7df;
}
#must_items .content:nth-child(odd){
  background-color: #fff2c9;
}
#must_items .content .content_title {
  position: relative;
  margin-bottom: 60px;
}
#must_items .content .content_title:before{
  left: 0;
  right: 0;
  margin: auto;
  font-size: 38px;
  font-weight: 700;
  top: 0;
  position: absolute;
  text-align: center;
  color: #d71261;
}
#must_items .content:nth-child(2) .content_title:before{
  content: '01';
}
#must_items .content:nth-child(3) .content_title:before{
  content: '02';
}
#must_items .content:nth-child(4) .content_title:before{
  content: '03';
}
#must_items .content:nth-child(5) .content_title:before{
  content: '04';
}
#must_items .content:nth-child(6) .content_title:before{
  content: '05';
  left: 5%;
}
#must_items .content .content_title img {
  display: block;
  margin: auto;
  max-width: 400px;
}

#must_items .content .box {
  margin: 0 auto;
  padding: 60px 60px 100px ;
}

#must_items .content_feature {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 36px 0;
}

#must_items .content_feature .feature_right {
  margin-left: 33px;
}

#must_items .productArea {
  padding: 68px 50px 80px;
  background-color: #fff;
}

#must_items .productArea .products {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 50px;
}

#must_items .productArea .product {
  width: 480px;
  height: 850px;
  position: relative;
  margin-bottom: 50px;
}

#must_items .productArea .product:nth-of-type(n + 3) {
  margin-top: 65px;
}

#must_items .productArea .product .thumbnail {
  padding: 0;
  border: hidden;
  box-shadow: none;
}

#must_items .productArea .product .product_name,
#must_items .productArea .product .product_desc,
#must_items .productArea .product .product_price {
  margin: 20px 0;
  font-size: 18px;
  letter-spacing: .05em;
  line-height: 1.25;
  font-weight: 700;
}
.productArea .product .product_price small{
  font-size: 70%;
  font-weight: 700;
}
#must_items .productArea .product .product_desc{
  margin-bottom: 60px;
  line-height: 1.5;
}
#must_items .productArea .product .product_point{
  color: #d71261;
  font-size: 24px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d71261;
  font-weight: 700;
  text-transform: uppercase;
}
#must_items .product_feature {
  margin-bottom: 50px;
}

#must_items .product_feature .feature .feature_text {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
#must_items .productArea .product .product_info{
  position: absolute;
  bottom: 10%;
  height: 200px;
}
#must_items .more_button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 360px;
  height: 62px;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  background-color: #d71261;
  color: #fff !important;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#must_items .more_button::before {
  content: "";
  display: inline-block;
  margin-top: -1px;
  margin-right: 13px;
  width: 8px;
  height: 14px;
  background: url(https://fukuskeonline.itembox.design/item/lp/must_items/img/arrow-w.png) no-repeat;
  background-size: contain;
}

#must_items .more_button:hover {
  text-decoration: none;
}

#must_items .category_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 860px;
  height: 80px;
  margin: 0 auto;
  font-size:25px;
  letter-spacing: normal;
  border-radius: 5px;


  background-color: #fff0f7;
  border:2px solid #e53081 ;
  color:#e53081;
}

#must_items .category_button::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 8px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background: url(https://fukuskeonline.itembox.design/item/lp/must_items/img/cate_arrow.png);
  background-size: contain;
}

#must_items .category_button:hover {
  text-decoration: none;
}



@media screen and (max-width:768px)  and (min-width:641px){


  #must_items .content .box {
    margin: 0 auto;
    padding: 60px 30px 100px ;
  }

  #must_items .content_feature {
    padding: 36px 42px;
  }

  #must_items .productArea .product {
    max-width:480px ;
    width: 49%;
    height: 650px;
  }

  #must_items .productArea .product .product_name {
    font-size: 16px;
  }

  #must_items .product_feature .feature .feature_text {
    font-size: 14px;
  }
  #must_items .productArea .product .product_point{
    font-size: 20px;
  }
  #must_items .productArea .product .product_name, #must_items .productArea .product .product_desc, #must_items .productArea .product .product_price{
    font-size: 16px;
  }
  #must_items .more_button {
    width: 100%;
    height: 50px;
    font-size: 16px;
  }

  #must_items .category_button {
    width: 100%;
    font-size: 20px;
  }

}

@media screen and (max-width:640px) {
  #must_items .content:nth-child(6) .content_title:before{
    left: 0;
  }
  #must_items .content .content_title:before{
    font-size: 24px;
  }
  #must_items .content .content_title img{
    max-width: 100%;
  }
  #must_items .content:nth-child(2) .content_title img{
    width: 70%;
  }
  #must_items .content:nth-child(3) .content_title img{
    width: 80%;
  }
  #must_items .content:nth-child(4) .content_title img{
    width: 90%;
  }
  #must_items .content:nth-child(5) .content_title img{
    width: 70%;
  }
  #must_items .content:nth-child(6) .content_title img{
    width: 60%;
    position: relative;
    left: -5%;
  }
  #must_items .productArea .product .product_name, 
  #must_items .productArea .product .product_desc, 
  #must_items .productArea .product .product_price{
    font-size: 15px;
  }
  #must_items .content .box {
    padding: 20px 20px  37.5px ;
  }
  
  #must_items .content_feature {
    justify-content: center;
    flex-wrap: wrap;
    padding: 18px 17.5px ;
  }
  
  #must_items .content_feature .feature_left img,
  #must_items .content_feature .feature_right img {
    display: block;
    margin: 0 auto;
  }

  #must_items .content_feature .feature_right {
    margin-top: 15px;
    margin-left: 0;
  }

  #must_items .productArea {
    padding: 30px 17.5px 47.5px;
  }
  
  #must_items .productArea .products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  
  #must_items .productArea .product {
    width: 100%;
    height: auto;
  }
  #must_items .productArea .product .product_info{
    position: relative;
    bottom: auto;
    height: auto;
  }
  #must_items .productArea .product .product_desc{
    margin-bottom: 30px;
  }
  #must_items .productArea .product:nth-of-type(n + 3) {
    margin-top: 0;
  }
  
  #must_items .productArea .product:not(:first-of-type) {
    margin-top:32px ;
  }

  #must_items .productArea .product .thumbnail {
    padding: 0;
    border: hidden;
    box-shadow: none;
    margin-bottom: 10px;
  }
  
  #must_items .productArea .product .product_name {
    margin-bottom: 10px;
    font-size: 15px;
  }
  
  #must_items .product_feature {
    margin-bottom: 20px;
  }
  
  #must_items .product_feature .feature .feature_text {
    font-size: 11px;
  }
  
  #must_items .more_button {
    max-width: 300px;
    width: 100%;
    height: 40px;
    font-size: 13px;
    position: relative;
  }
  
  #must_items .more_button::before {
    margin-top: 2.5px;
    margin-right: 6.5px;
    width: 4px;
    height: 7px;
  }

  #must_items .category_button {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    font-size:11px;
  }
  
  #must_items .category_button::before {
    margin-top: 2.5px;
    margin-right: 8.5px;
    width: 4px;
    height: 7.5px;
  }
}

@media screen and (max-width:360px) {
  #must_items .category_button {
    line-height: 1.6;
    text-align: center;
    height: 60px;
  }
}

/*---------------
#content
---------------*/


#content01 {
  background-color: #f8ced9;
}

#content01 .content_feature {
  background-color: #e53081;
}



/* #content01 .category_button::before {
  background: url(https://fukuskeonline.itembox.design/item/lp/must_items/img/content01_arrow.png);
  background-size: contain;
} */


#content02 {
  background-color: #d7eda8;
}

#content02 .content_feature {
  background-color: #89c806;
}

/* #content02 .category_button {
  background-color: #fbfff2;
  border:2px solid #89c806 ;
  color:#89c806;
} */

/* #content02 .category_button::before {
  background: url(https://fukuskeonline.itembox.design/item/lp/must_items/img/content02_arrow.png);
  background-size: contain;
} */

#content03 {
  background-color: #ece6f7;
}

#content03 .content_feature {
  background-color: #6357a3;
}

/* #content03 .category_button {
  background-color: #ece6f7;
  border:2px solid #6357a3 ;
  color:#6357a3;
} */

/* #content03 .category_button::before {
  background: url(https://fukuskeonline.itembox.design/item/lp/must_items/img/content03_arrow.png);
  background-size: contain;
} */

#content04 {
  background-color: #8cccc8;
}

#content04 .content_feature {
  background-color: #00a2a8;
}
/* 
#content04 .category_button {
  background-color: #f0feff;
  border:2px solid #00a2a8 ;
  color:#00a2a8;
} */

/* #content04 .category_button::before {
  background: url(https://fukuskeonline.itembox.design/item/lp/must_items/img/content04_arrow.png);
  background-size: contain;
} */

#content05 {
  background-color: #b2d6e7;
}

#content05 .content_feature {
  background-color: #00a0e9;
}

/* #content05 .category_button {
  background-color: #eefaff;
  border:2px solid #00a0e9 ;
  color:#00a0e9;
} */

/* #content05 .category_button::before {
  background: url(https://fukuskeonline.itembox.design/item/lp/must_items/img/content05_arrow.png);
  background-size: contain;
} */
.pagetop {
  text-align: right;
  margin-top: 30px;
}

@media screen and (max-width: 640px){
  .pagetop {
    text-align: center;
}

}
