body {
  background-color: #ffffff;
}
#Contents {
  padding: 0;
  margin: 0;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.fw {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/************ fade **********/
.fade {
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.fade.onView {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/************ font **********/
@font-face {
  font-family: "";
  src: url(../font/);
}
#workwear_201120 .toppan {
  font-family: toppan-bunkyu-mincho-pr6n, serif;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
}
#workwear_201120 .classico-Bold {
  font-family: classico-urw, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: "palt";
}
/************ all **********/
#workwear_201120 * {
  box-sizing: border-box !important;
}
#workwear_201120 {
  background-repeat: no-repeat;
  color: #343434;
  font-family: toppan-bunkyu-mincho-pr6n, serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  width: 100%;
}
#workwear_201120 .mainArea {
  margin: 0 auto;
}
#workwear_201120 img,
#workwear_201120 figure {
  width: 100%;
  margin: 0;
}
#workwear_201120 a {
  text-decoration: none;
  color: #343434 !important;
}
#workwear_201120 .lead {
  line-break: anywhere;
}
#workwear_201120 h3,
#workwear_201120 h4 {
  font-family: classico-urw, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
}
/************ 共通 **********/

/* for pc */
@media screen and (min-width: 1026px) {
  /************ パンクズ **********/
  .bredlist.lp {
    margin: 60px auto 20px;
    max-width: 860px;
    font-size: 12px;
  }
  /************ all **********/
  #workwear_201120 {
    background-size: 1600px;
    /* background-image: url(../img/page_pc.jpg); */
    background-position: center -223px;
  }
  #workwear_201120 .sp_only {
    display: none;
  }
  #workwear_201120 .mainArea {
    margin-top: 35px;
    max-width: 880px;
  }

  #workwear_201120 .sec._02 {
    margin-top: 111px;
  }
  #workwear_201120 .sec._03 {
    margin-top: 248px;
  }

  #workwear_201120 .sec .gender-area {
    display: flex;
    margin: 0 auto;
    max-width: 660px;
    width: 100%;
  }
  #workwear_201120 .text-area {
    height: 100%;
    left: 58px;
    margin: auto 0;
    max-width: 330px;
    max-height: 440px;
    position: relative;
    width: 100%;
  }

  #workwear_201120 .content-area {
    display: flex;
    justify-content: space-between;
    max-width: 850px;
    width: 100%;
  }
  #workwear_201120 .sec._02 .content-area {
    margin: 57px auto 0;
  }
  #workwear_201120 .sec._03 .content-area {
    margin: 61px auto 0;
  }
  #workwear_201120 .content-area:nth-child(2) {
    flex-wrap: wrap;
  }
  #workwear_201120 .content-list {
    max-width: 400px;
    width: 100%;
  }
  #workwear_201120 .content-list._03 {
    margin-top: 68px;
  }
  /************ text **********/
  /* title */
  #workwear_201120 .sec._01 .ttl {
    font-size: 25px;
    letter-spacing: .18em;
    line-height: 1.68;
    margin-top: 38px;
    text-align: center;
  }

  #workwear_201120 .sec .gender-area h3 {
    border-bottom: 1px #000 solid;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .15em;
    padding-bottom: 2px;
    position: relative;
    text-align: center;
  }
  #workwear_201120 .sec.sec._03 .gender-area h3{
    padding-bottom: 3px;
  }
  #workwear_201120 .sec._02 .gender-area h3 {
    top: -4px;
  }
  #workwear_201120 .sec._03 .gender-area h3 {
    top: 2px;
  }

  #workwear_201120 .sec .content-area h4 {
    font-size: 12px;
    letter-spacing: .1em;
    margin-top: 26px;
    text-align: center;
  }
  #workwear_201120 .classico-Bold {
    font-size: 15px;
    letter-spacing: .06em;
  }
  /* lead */
  #workwear_201120 .sec._01 .lead {
    font-size: 14px;
    line-height: 2.4285714286;
    letter-spacing: .14em;
    margin-top: 25px;
    text-align: center;
  }

  #workwear_201120 .sec._02 .content-area .lead,
  #workwear_201120 .sec._03 .content-area .lead {
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: .14em;
  }
  _::-webkit-full-page-media,
  _:future,
  :root #workwear_201120 .sec._03 .content-area .lead {
    letter-spacing: .13em;
  }
  #workwear_201120 .sec._03 .content-list._01 .lead,
  #workwear_201120 .sec._03 .content-list._02 .lead {
    letter-spacing: .13em;
  }
  #workwear_201120 .sec .content-area .lead {
    margin-top: 12px;
  }

  #workwear_201120 .sec .gender-area .lead {
    font-size: 16px;
    line-height: 2.125;
    letter-spacing: .14em;
  }
  #workwear_201120 .sec._02 .gender-area .lead {
    margin-top: 16px;
  }
  #workwear_201120 .sec._03 .gender-area .lead {
    margin-top: 23px;
  }
  /* credit */
  #workwear_201120 .credit {
    margin-top: 34px;
    font-size: 12px;
    letter-spacing: .12em;
    text-align: right;
  }
  #workwear_201120 .sec._02 .content-list._02 .credit {
    margin-top: 2px;
  }
  #workwear_201120 .sec._03 .content-list .credit {
    margin-top: 4px;
  }

  /************ image **********/
  #workwear_201120 .sec._01 figure {
    margin: 0 auto;
    max-width: 880px;
  }
  #workwear_201120 .sec .gender-area figure {
    max-width: 330px;
  }
  #workwear_201120 .sec .content-area figure {
    max-width: 400px;
  }

  /************ btn **********/
  #workwear_201120 .underwear_btn_area {
    margin-top: 153px;
  }
  #workwear_201120 .underwear_btn {
    display: block;
    max-width: 460px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
/*IE用css*/
@media all and (-ms-high-contrast: none) {
  #workwear_201120 .sec._02 {
    margin-top: 105px;
  }
  #workwear_201120 .sec._03 {
    margin-top: 246px;
  }

  #workwear_201120 .content-list._03 {
    margin-top: 62px;
  }

  #workwear_201120 .sec._01 .ttl {
    margin-top: 50px;
  }
  #workwear_201120 .sec._01 h2 {
    margin-top: 48px;
    font-size: 30px;
    letter-spacing: .06em;
  }
  #workwear_201120 .sec._02 h3 {
    font-size: 20px;
    letter-spacing: .15em;
  }
  #workwear_201120 .sec._02 .gender-area h3 {
    padding-bottom: 3px;
    top: 0;
  }
  #workwear_201120 .sec._03 .gender-area h3 {
    padding-bottom: 4px;
    top: 7px;
  }

  #workwear_201120 .sec._01 .lead {
    margin-top: 19px;
    letter-spacing: .13em;
  }
  #workwear_201120 .sec._03 .content-list._01 .lead {
    letter-spacing: .14em;
  }

  #workwear_201120 .sec._02 .gender-area .lead {
    margin-top: 28px;
  }
  #workwear_201120 .sec .content-area .lead {
    margin-top: 18px;
  }
  #workwear_201120 .sec._03 .gender-area .lead {
    margin-top: 38px;
  }
  #workwear_201120 .sec._03 .content-list .lead {
    letter-spacing: .13em;
  }

  #workwear_201120 .credit {
    margin-top: 30px;
  }
  #workwear_201120 .sec._02 .content-list._02 .credit {
    margin-top: 0;
  }
  #workwear_201120 .sec._03 .content-list .credit {
    margin-top: 2px;
  }
}

/* for tablet */
@media only screen and (min-width: 751px) and (max-width: 1025px) {
  /************ パンクズ **********/
  .bredlist.lp {
    margin: calc(60 * (100vw / 1025)) auto calc(20 * (100vw / 1025));
    width: calc(860 * (100vw / 1025));
    font-size: calc(12 * (100vw / 1025));
  }
  /************ all **********/
  #workwear_201120 {
    background-repeat: no-repeat;
  }
  #workwear_201120 .sp_only {
    display: none;
  }
  #workwear_201120 .mainArea {
    margin-top: calc(35 * (100vw / 1025));
    padding-bottom: calc(93 * (100vw / 1025));
    border-bottom: 1px solid #aeaeac;
  }

  #workwear_201120 .sec._02 {
    margin-top: calc(111 * (100vw / 1025));
  }
  #workwear_201120 .sec._03 {
    margin-top: calc(248 * (100vw / 1025));
  }

  #workwear_201120 .sec .gender-area {
    display: flex;
    margin: 0 auto;
    width: calc(660 * (100vw / 1025));
  }
  #workwear_201120 .text-area {
    left: calc(58 * (100vw / 1025));
    margin: auto 0;
    width: calc(330 * (100vw / 1025));
    height: calc(440 * (100vw / 1025));
    position: relative;
  }

  #workwear_201120 .content-area {
    display: flex;
    justify-content: space-between;
    width: calc(850 * (100vw / 1025));
  }
  #workwear_201120 .sec._02 .content-area {
    margin: calc(56 * (100vw / 1025)) auto 0;
  }
  #workwear_201120 .sec._03 .content-area {
    margin: calc(60 * (100vw / 1025)) auto 0;
  }
  #workwear_201120 .content-area:nth-child(2) {
    flex-wrap: wrap;
  }
  #workwear_201120 .content-list {
    width: calc(400 * (100vw / 1025));
  }
  #workwear_201120 .content-list._03 {
    margin-top: calc(66 * (100vw / 1025));
  }
  /************ text **********/
  /* title */
  #workwear_201120 .sec._01 .ttl {
    font-size: calc(25 * (100vw / 1025));
    letter-spacing: .18em;
    line-height: 1.68;
    margin-top: calc(38 * (100vw / 1025));
    text-align: center;
  }

  #workwear_201120 .sec .gender-area h3 {
    border-bottom: 1px #000 solid;
    display: inline-block;
    font-size: calc(20 * (100vw / 1025));
    font-weight: 500;
    letter-spacing: .15em;
    padding-bottom: calc(2 * (100vw / 1025));
    position: relative;
    text-align: center;
  }
  #workwear_201120 .sec._02 .gender-area h3 {
    top: calc(-6 * (100vw / 1025));
  }
  #workwear_201120 .sec._03 .gender-area h3 {
    top: calc(-1 * (100vw / 1025));
  }

  #workwear_201120 .sec .content-area h4 {
    font-size: calc(12 * (100vw / 1025));
    letter-spacing: .1em;
    margin-top: calc(26 * (100vw / 1025));
    text-align: center;
  }
  
  #workwear_201120 .classico-Bold {
    font-size: calc(15 * (100vw / 1025));
    letter-spacing: .06em;
  }
  /* lead */
  #workwear_201120 .sec._01 .lead {
    font-size: calc(14 * (100vw / 1025));
    line-height: 2.4285714286;
    letter-spacing: .14em;
    margin-top: calc(25 * (100vw / 1025));
    text-align: center;
  }

  #workwear_201120 .sec._02 .content-area .lead,
  #workwear_201120 .sec._03 .content-area .lead {
    font-size: calc(14 * (100vw / 1025));
    line-height: 2.1428571429;
    letter-spacing: .14em;
  }
  #workwear_201120 .sec._03 .content-list._01 .lead {
    letter-spacing: .1em;
  }
  #workwear_201120 .sec._03 .content-list._02 .lead {
    letter-spacing: .13em;
  }
  #workwear_201120 .sec .content-area .lead {
    margin-top: calc(12 * (100vw / 1025));
  }

  #workwear_201120 .sec .gender-area .lead {
    font-size: calc(16 * (100vw / 1025));
    line-height: 2.125;
    letter-spacing: .14em;
  }
  #workwear_201120 .sec._02 .gender-area .lead {
    margin-top: calc(15 * (100vw / 1025));
  }
  #workwear_201120 .sec._03 .gender-area .lead {
    margin-top: calc(20 * (100vw / 1025));
  }
  /* credit */
  #workwear_201120 .credit {
    margin-top: calc(34 * (100vw / 1025));
    font-size: calc(12 * (100vw / 1025));
    letter-spacing: .12em;
    text-align: right;
  }
  #workwear_201120 .sec._02 .content-list._02 .credit {
    margin-top: calc(2 * (100vw / 1025));
  }
  #workwear_201120 .sec._03 .content-list .credit {
    margin-top: calc(4 * (100vw / 1025));
  }

  /************ image **********/
  #workwear_201120 .sec._01 figure {
    margin: 0 auto;
    width: calc(880 * (100vw / 1025));
  }
  #workwear_201120 .sec .gender-area figure {
    width: calc(330 * (100vw / 1025));
  }
  #workwear_201120 .sec .content-area figure {
    width: calc(400 * (100vw / 1025));
  }

  /************ btn **********/
  #workwear_201120 .underwear_btn_area {
    margin-top: calc(153 * (100vw / 1025));
  }
  #workwear_201120 .underwear_btn {
    display: block;
    width: calc(460 * (100vw / 1025));
    margin-left: auto;
    margin-right: auto;
  }
}

/* for sp */
@media only screen and (max-width: 750px) {
  /************ パンクズÏ **********/
  .bredlist.lp {
    line-height: calc(40 * (100vw / 750));
    font-size: calc(20 * (100vw / 750));
    margin: calc(25 * (100vw / 750)) auto;
    width: 92.592%;
    text-align: left;
    padding: 0;
  }
  /************ all **********/
  #workwear_201120 {
    background-size: calc(750 * (100vw / 750));
    /* background-image: url(../img/page_sp.jpg); */
    background-position: center -77px;
  }
  #workwear_201120 .pc_only {
    display: none;
  }
  #workwear_201120 .mainArea {
    width: calc(650 * (100vw / 750));
    margin: 0 auto;
  }

  #workwear_201120 .sec._02 {
    margin-top: calc(108 * (100vw / 750));
  }
  #workwear_201120 .sec._03 {
    margin-top: calc(192 * (100vw / 750));
  }

  #workwear_201120 .text-area {
    text-align: center;
  }

  #workwear_201120 .sec._02 .content-list._01 {
    margin-top: calc(84 * (100vw / 750));
  }
  #workwear_201120 .sec._02 .content-list._02 {
    margin-top: calc(94 * (100vw / 750));
  }

  #workwear_201120 .sec._03 .content-list._01 {
    margin-top: calc(98 * (100vw / 750));
  }
  #workwear_201120 .sec._03 .content-list._02 {
    margin-top: calc(86 * (100vw / 750));
  }
  #workwear_201120 .sec._03 .content-list._03 {
    margin-top: calc(88 * (100vw / 750));
  }
  /************ text **********/
  /* title */
  #workwear_201120 .sec._01 .ttl {
    font-size: calc(34 * (100vw / 750));
    font-weight: 400;
    letter-spacing: .16em;
    line-height: 1.7058823529;
    margin-top: calc(60 * (100vw / 750));
    text-align: center;
  }

  #workwear_201120 .sec .gender-area h3 {
    border-bottom: 1px #000 solid;
    display: inline-block;
    font-size: calc(38 * (100vw / 750));
    font-weight: 500;
    letter-spacing: .15em;
    position: relative;
  }
  #workwear_201120 .sec._02 .gender-area h3 {
    margin-top: calc(44 * (100vw / 750));
    padding-bottom: calc(4 * (100vw / 750));
  }
  #workwear_201120 .sec._03 .gender-area h3 {
    margin-top: calc(42 * (100vw / 750));
    padding-bottom: calc(4 * (100vw / 750));
  }

  #workwear_201120 .sec .content-area h4 {
    font-size: calc(25 * (100vw / 750));
    letter-spacing: .1em;
    text-align: center;
  }
  #workwear_201120 .sec._02 .content-area h4 {
    margin-top: calc(42 * (100vw / 750));
  }
  #workwear_201120 .sec._03 .content-area h4 {
    margin-top: calc(42 * (100vw / 750));
  }
  #workwear_201120 .classico-Bold {
    font-size: calc(30 * (100vw / 750));
    letter-spacing: .06em;
  }
  /* lead */
  #workwear_201120 .sec._01 .lead {
    margin-top: calc(20 * (100vw / 750));
    text-align: center;
  }
  #workwear_201120 .sec._01 .lead,
  #workwear_201120 .sec._02 .content-area .lead,
  #workwear_201120 .sec._03 .content-area .lead {
    font-size: calc(22 * (100vw / 750));
    line-height: 2.2727272727;
    letter-spacing: .14em;
    margin: calc(12 * (100vw / 750)) auto 0;
  }
  #workwear_201120 .sec._02 .content-list._01 .lead {
    width: calc(653 * (100vw / 750));
  }
  #workwear_201120 .sec .content-area .lead {
    margin-top: calc(22 * (100vw / 750)) !important;
  }
  #workwear_201120 .sec._03 .content-list._01 .lead {
    margin-top: calc(24 * (100vw / 750)) !important;
  }
  #workwear_201120 .sec._03 .content-list._03 .lead {
    margin-top: calc(24 * (100vw / 750)) !important;
  }

  #workwear_201120 .sec .gender-area .lead {
    font-size: calc(26 * (100vw / 750));
    line-height: 2.1538461538;
    letter-spacing: .14em;
    text-align: center;
  }
  #workwear_201120 .sec._02 .gender-area .lead {
    margin-top: calc(22 * (100vw / 750));
  }
  #workwear_201120 .sec._03 .gender-area .lead {
    margin-top: calc(26 * (100vw / 750));
  }
  /* credit */
  #workwear_201120 .credit {
    margin-top: calc(34 * (100vw / 750));
    font-size: calc(22 * (100vw / 750));
    letter-spacing: .13em;
    text-align: right;
  }
  #workwear_201120 .sec._02 .content-list._02 .credit,
  #workwear_201120 .sec._03 .content-list .credit {
    margin-top: calc(40 * (100vw / 750));
  }
  #workwear_201120 .sec._03 .content-list._02 .credit {
    margin-top: 0;
  }
  #workwear_201120 .sec._03 .content-list._03 .credit {
    margin-top: calc(3 * (100vw / 750));
  }
  /************ image **********/
  #workwear_201120 .sec._01 figure,
  #workwear_201120 .sec._02 .content-area figure {
    margin: 0 auto;
    width: calc(650 * (100vw / 750));
  }
  #workwear_201120 .sec .gender-area figure {
    margin: 0 auto;
    width: calc(480 * (100vw / 750));
  }

  /************ btn **********/
  #workwear_201120 .underwear_btn_area {
    margin-top: calc(208 * (100vw / 750));
  }
  #workwear_201120 .underwear_btn {
    display: block;
    margin: 0 auto;
    width: calc(460 * (100vw / 750));
  }
}
