/* ==========================================================================
    Typograpgy
   ========================================================================== */
@import url("https://use.typekit.net/bnf7jzd.css");

#Shirt_210305 {
  color: #343434;
}

#Shirt_210305 .credit_main {
  font-family: classico-urw, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#Shirt_210305 .heading_intro,
#Shirt_210305 .text_main {
  font-family: toppan-bunkyu-mincho-pr6n, serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#Shirt_210305 .heading_intro {
  font-size: calc(42 * (100vw / 750));
  letter-spacing: 0.16em;
  line-height: 1.6;
}

@media (min-width: 768px) {
  #Shirt_210305 .heading_intro {
    font-size: 30px;
    letter-spacing: 0.18em;
  }
}

#Shirt_210305 .text_main {
  font-size: calc(22 * (100vw / 750));
  letter-spacing: 0.12em;
  line-height: 1.8;
}

#Shirt_210305 .text_main .half-spacing {
  letter-spacing: 0.035em;
}

@media (min-width: 768px) {
  #Shirt_210305 .text_main {
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: 0.11em;
  }
}

#Shirt_210305 .credit_main {
  font-size: calc(22 * (100vw / 750));
  letter-spacing: 0.12em;
  line-height: 1.6;
}

#Shirt_210305 .credit_main .half-height {
  font-size: 75%;
}

@media (min-width: 768px) {
  #Shirt_210305 .credit_main {
    font-size: 12px;
  }
}

/* ==========================================================================
   Base
   ========================================================================== */
#Shirt_210305 {
  width: 100%;
}

@media (min-width: 768px) {
  #Shirt_210305 {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
  }
}

#Shirt_210305 img,
#Shirt_210305 picture {
  min-width: 1px;
  min-height: 1px;
}

#Shirt_210305 div {
  height: auto;
}

#Shirt_210305 div img,
#Shirt_210305 div picture {
  width: 100%;
  height: auto;
}

#Shirt_210305 .shirt.all {
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
  padding: calc(110 * (100vw / 750)) 0;
}

@media (min-width: 768px) {
  #Shirt_210305 .shirt.all {
    padding: 76px 0 91px;
  }
}

#Shirt_210305 .flex_r-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#Shirt_210305 .flex_r-4 > .img-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 calc(158 * (100vw / 750));
  flex: 0 calc(158 * (100vw / 750));
}

@media (min-width: 768px) {
  #Shirt_210305 .flex_r-4 > .img-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 170px;
    flex: 0 170px;
  }
}

.btnViewAll {
  width: calc(460 * (100vw / 750));
  display: block;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .breadlist.lp {
    margin: calc(60 * (100vw / 1600)) auto;
    width: 100%;
    font-size: calc(12 * (100vw / 1600));
  }
}

@media (min-width: 900px) {
  .breadlist.lp {
    margin: 60px auto;
    width: 900px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .breadlist.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;
  }
}

@media (max-width: 767px) {
  /* ==========================================================================
    SP
==========================================================================*/
  *.desktop,
  * .desktop {
    display: none !important;
  }

  #Shirt_210305 {
    padding: 0 calc(37 * (100vw / 750));
  }

  .LP_intro {
    margin-bottom: calc(108 * (100vw / 750));
  }

  .heading_intro {
    margin: calc(34 * (100vw / 750)) 0 calc(22 * (100vw / 750));
  }

  .shirt:not(.all) .img-wrapper {
    margin-bottom: calc(40 * (100vw / 750));
  }

  .shirt .credit {
    margin-top: calc(25 * (100vw / 750));
  }

  .shirt.hers {
    margin-bottom: calc(187 * (100vw / 750));
  }

  .shirt.his {
    margin-bottom: calc(100 * (100vw / 750));
  }

  .shirt.all {
    margin-bottom: calc(110 * (100vw / 750));
  }

  .shirt.all .flex_r-4 {
    margin: calc(50 * (100vw / 750)) 0 calc(55 * (100vw / 750));
  }
}

@media (min-width: 768px) {
  /* ==========================================================================
    PC
==========================================================================*/
  *.SP,
  * .SP {
    display: none !important;
  }

  .LP_intro {
    margin-bottom: 75px;
  }

  .LP_intro .text_content {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading_intro {
    margin: 40px 0 30px;
  }

  .shirt {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .shirt:not(.all) .img-wrapper {
    margin-bottom: 24px;
  }

  .shirt .credit {
    margin-top: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .shirt .credit_item + .credit_item {
    margin-left: 12px;
  }

  .shirt .credit_item + .credit_item:before {
    content: "/";
    position: relative;
    right: 6px;
  }

  .shirt.hers {
    margin-bottom: 121px;
  }

  .shirt.his {
    margin-bottom: 100px;
  }

  .shirt.all {
    margin-bottom: 100px;
  }

  .shirt.all .flex_r-4 {
    margin: 19px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
  /* ==========================================================================
       mid sized devices
==========================================================================*/
}
