.l-main {
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 100vh;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: calc(100vw * 950 / 750);
  }
}

.l-section {
  display: none;
}

.p-salute {
  font-family: "Zen Old Mincho", serif;
  position: relative;
  overflow: hidden;
  font-size: calc(100vw * 24 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute {
    font-size: calc(100vw * 14 / 1000);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute {
    font-size: 14px;
  }
}
.p-salute img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-salute .noPC {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .p-salute .noSP {
    display: none !important;
  }
}
.p-salute-mv {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100vw * 950 / 750);
  background: url("../../images/designbysalute/mv_bg_sp.jpg") center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-salute-mv {
    height: 100vh;
    background-image: url("../../images/designbysalute/mv_bg.jpg");
  }
}
.p-salute-mv .forLogo {
  position: absolute;
  top: calc(100vw * 145 / 750);
  right: calc(100vw * 32 / 750);
  width: calc(100vw * 330 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-mv .forLogo {
    width: calc(100vw * 405 / 1440);
    top: calc(100vh * 225 / 810);
    right: auto;
    left: 50%;
    -webkit-transform: translateX(calc(100vw * 160 / 1440));
            transform: translateX(calc(100vw * 160 / 1440));
  }
}
.p-salute-group {
  background: #000;
  color: #fff;
  padding: calc(100vw * 175 / 750) 0 calc(100vw * 95 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-group {
    padding: calc(100vw * 160 / 1440) 0 calc(100vw * 220 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-group {
    padding: 160px 0 220px;
  }
}
.p-salute-group__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-salute-group__inner {
    width: calc(100vw * 1048 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-group__inner {
    width: 1048px;
  }
}
.p-salute-group .forIntro {
  text-align: center;
  margin-bottom: calc(100vw * 155 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-group .forIntro {
    margin-bottom: calc(100vw * 210 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-group .forIntro {
    margin-bottom: 210px;
  }
}
.p-salute-group .forIntro_ttl {
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 1em;
  font-size: calc(100vw * 40 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-group .forIntro_ttl {
    font-size: calc(100vw * 25 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-group .forIntro_ttl {
    font-size: 25px;
  }
}
.p-salute-group .forIntro_txt {
  letter-spacing: 0;
  line-height: 1.7;
  font-size: calc(100vw * 27 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-group .forIntro_txt {
    line-height: 2;
    font-size: calc(100vw * 18 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-group .forIntro_txt {
    font-size: 18px;
  }
}
.p-salute-group .forG37_first {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-salute-group .forG37_first {
    margin-bottom: calc(100vw * 110 / 750);
  }
}
.p-salute-group .forG37-txt {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-salute-group .forG37-txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
    padding-bottom: calc(100vw * 55 / 750);
    padding-left: calc(100vw * 40 / 750);
  }
}
@media screen and (min-width: 768px) {
  .p-salute-group .forG37-txt {
    text-align: center;
    width: 40.17175%;
    padding-top: calc(100vw * 40 / 1440);
    margin-left: 9.42825%;
    margin-bottom: calc(100vw * 240 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-group .forG37-txt {
    padding-top: 40px;
    margin-bottom: 240px;
  }
}
.p-salute-group .forG37-txt__ttl {
  font-family: "EB Garamond";
  text-align: center;
  font-size: calc(100vw * 29 / 750);
}
@media screen and (max-width: 767px) {
  .p-salute-group .forG37-txt__ttl {
    position: absolute;
    top: calc(100vw * 30 / 750);
    right: calc(100vw * 60 / 750);
  }
}
@media screen and (min-width: 768px) {
  .p-salute-group .forG37-txt__ttl {
    font-size: calc(100vw * 18 / 1440);
    margin-bottom: calc(100vw * 45 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-group .forG37-txt__ttl {
    font-size: 18px;
    margin-bottom: 45px;
  }
}
.p-salute-group .forG37-txt__ttl .num {
  display: block;
  font-size: calc(100vw * 98 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-group .forG37-txt__ttl .num {
    font-size: calc(100vw * 60 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-group .forG37-txt__ttl .num {
    font-size: 60px;
  }
}
.p-salute-group .forG37-txt__catch {
  margin-bottom: 1em;
  letter-spacing: 0;
  font-size: calc(100vw * 26 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-group .forG37-txt__catch {
    font-size: calc(100vw * 25 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-group .forG37-txt__catch {
    font-size: 25px;
  }
}
.p-salute-group .forG37-txt__txt {
  line-height: 2;
  margin-bottom: 1.5em;
  letter-spacing: 0.11em;
  font-size: calc(100vw * 18 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-group .forG37-txt__txt {
    line-height: calc(100vw * 30 / 1440);
    font-size: calc(100vw * 18 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-group .forG37-txt__txt {
    font-size: 18px;
    line-height: 30px;
  }
}
.p-salute-group .forG37-txt__cl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-salute-group .forG37-txt__cl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: calc(100vw * 28 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-group .forG37-txt__cl {
    margin-bottom: 28px;
  }
}
.p-salute-group .forG37-txt__cl__item {
  width: calc(100vw * 50 / 750);
}
@media screen and (max-width: 767px) {
  .p-salute-group .forG37-txt__cl__item {
    margin-right: calc(100vw * 10 / 750);
  }
}
@media screen and (min-width: 768px) {
  .p-salute-group .forG37-txt__cl__item {
    width: calc(100vw * 40 / 1440);
    margin: 0 calc(100vw * 7 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-group .forG37-txt__cl__item {
    width: 40px;
    margin: 0 7px;
  }
}
.p-salute-group .forG37_ph .cap {
  font-family: "EB Garamond";
  display: block;
  line-height: 1;
  padding-top: 0.8em;
  font-size: calc(100vw * 18 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-group .forG37_ph .cap {
    font-size: calc(100vw * 12 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-group .forG37_ph .cap {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-salute-group .forG37_ph.ph01 {
    width: 50.4%;
    margin-bottom: calc(100vw * 240 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-group .forG37_ph.ph01 {
    margin-bottom: 240px;
  }
}
@media screen and (max-width: 767px) {
  .p-salute-group .forG37_ph.ph01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 calc(100vw * 25 / 750) calc(100vw * 115 / 750);
  }
}
.p-salute-group .forG37_ph.ph01 .cap {
  text-align: left;
}
.p-salute-group .forG37_ph.ph02 {
  width: calc(100vw * 506 / 750);
}
@media screen and (max-width: 767px) {
  .p-salute-group .forG37_ph.ph02 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: calc(-100vw * 50 / 750);
  }
}
@media screen and (min-width: 768px) {
  .p-salute-group .forG37_ph.ph02 {
    position: absolute;
    right: 0;
    bottom: calc(100vw * 160 / 1440);
    width: 40.17175%;
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-group .forG37_ph.ph02 {
    bottom: 160px;
  }
}
.p-salute-group .forG37_ph.ph02 .cap {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-salute-group .forG37_ph.ph02 .cap {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .p-salute-group .forG37_ph.ph03 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 50%;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-salute-group .forG37_ph.ph03 {
    width: 37.78625%;
    margin-left: calc(100vw * 60 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-group .forG37_ph.ph03 {
    margin-left: 60px;
  }
}
.p-salute-group .forG37_ph.ph03 img {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .p-salute-group .forG37_ph.ph04 {
    margin-left: calc(100vw * 73 / 750);
    margin-bottom: calc(100vw * 108 / 750);
  }
}
@media screen and (min-width: 768px) {
  .p-salute-group .forG37_ph.ph04 {
    width: calc(100vw * 718 / 1440);
    margin-left: calc(100vw * 260 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-group .forG37_ph.ph04 {
    width: 718px;
    margin-left: 260px;
  }
}
.p-salute-group .forG37_btn {
  background: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: calc(100vw * 70 / 750);
  width: calc(100vw * 560 / 750);
  font-size: calc(100vw * 30 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-group .forG37_btn {
    height: calc(100vw * 44 / 1440);
    width: calc(100vw * 200 / 1440);
    font-size: calc(100vw * 18 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-group .forG37_btn {
    height: 44px;
    width: 200px;
    font-size: 18px;
  }
}
.p-salute-lineup {
  background: url("../../images/designbysalute/lineup_bg_sp.jpg") center no-repeat;
  background-size: cover;
  padding: calc(100vw * 160 / 750) calc(100vw * 25 / 750) calc(100vw * 175 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup {
    background-image: url("../../images/designbysalute/lineup_bg.jpg");
    padding: calc(100vw * 130 / 1440) 0 calc(100vw * 110 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup {
    padding: 130px 0 110px;
  }
}
.p-salute-lineup__inner {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-salute-lineup__inner {
    margin: 0 auto;
    width: calc(100vw * 880 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup__inner {
    width: 880px;
  }
}
.p-salute-lineup .forIntro_ttl {
  font-family: "EB Garamond";
  letter-spacing: 0.02em;
  margin-bottom: 0.8em;
  font-size: calc(100vw * 76 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forIntro_ttl {
    font-size: calc(100vw * 56 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forIntro_ttl {
    font-size: 56px;
  }
}
.p-salute-lineup .forIntro_anc {
  margin-bottom: calc(100vw * 30 / 750);
}
.p-salute-lineup .forIntro_anc__item {
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: calc(100vw * 40 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forIntro_anc__item {
    font-size: calc(100vw * 26 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forIntro_anc__item {
    font-size: 26px;
  }
}
.p-salute-lineup .forIntro_anc__item:not(:last-child) {
  margin-bottom: 0.5em;
}
.p-salute-lineup .forIntro_anc__item a {
  color: #000;
  display: inline-block;
  position: relative;
}
.p-salute-lineup .forIntro_anc__item a:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #000;
  left: 0;
  bottom: 0;
}
.p-salute-lineup .forIntro_txt {
  letter-spacing: 0.06em;
  line-height: 1.7;
  margin-bottom: 5em;
  font-size: calc(100vw * 27 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forIntro_txt {
    font-size: calc(100vw * 18 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forIntro_txt {
    font-size: 18px;
  }
}
.p-salute-lineup .forPD#anc_bra {
  margin-bottom: calc(100vw * 200 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD#anc_bra {
    margin-bottom: calc(100vw * 180 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD#anc_bra {
    margin-bottom: 180px;
  }
}
.p-salute-lineup .forPD_ttl {
  border-bottom: 1px solid #000;
  font-family: "EB Garamond";
  padding-bottom: 0.5em;
  letter-spacing: 0.02em;
  font-size: calc(100vw * 45 / 750);
  margin-bottom: calc(100vw * 80 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_ttl {
    font-size: calc(100vw * 34 / 1440);
    margin-bottom: calc(100vw * 75 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_ttl {
    font-size: 34px;
    margin-bottom: 75px;
  }
}
.p-salute-lineup .forPD_subTtl {
  letter-spacing: 0.15em;
  margin-bottom: 0.8em;
  font-size: calc(100vw * 45 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_subTtl {
    font-size: calc(100vw * 28 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_subTtl {
    font-size: 28px;
  }
}
.p-salute-lineup .forPD_txt {
  letter-spacing: -0.01em;
  line-height: 1.7;
  font-size: calc(100vw * 27 / 750);
  margin-bottom: calc(100vw * 58 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_txt {
    font-size: calc(100vw * 14 / 1440);
    margin-bottom: calc(100vw * 45 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_txt {
    font-size: 14px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-salute-lineup .forPD_txt.txt02 {
    margin-left: -1em;
    margin-right: -1em;
  }
}
@media screen and (max-width: 767px) {
  .p-salute-lineup .forPD_txt.txt02 .palt {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  }
}
.p-salute-lineup .forPD_bra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: calc(100vw * 90 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_bra {
    margin: 0 calc(100vw * 10 / 1440) calc(100vw * 90 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_bra {
    margin: 0 10px 90px;
  }
}
.p-salute-lineup .forPD_bra__item {
  width: 50%;
  position: relative;
  padding: calc(100vw * 35 / 750) 0 calc(100vw * 60 / 750);
}
.p-salute-lineup .forPD_bra__item:nth-child(1):before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  width: 1px;
  height: calc(100vw * 417 / 750);
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_bra__item:nth-child(1):before {
    height: calc(100vw * 390 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_bra__item:nth-child(1):before {
    height: 390px;
  }
}
.p-salute-lineup .forPD_bra__item:nth-child(1), .p-salute-lineup .forPD_bra__item:nth-child(2) {
  padding: calc(100vw * 35 / 750) 0 calc(100vw * 60 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_bra__item:nth-child(1), .p-salute-lineup .forPD_bra__item:nth-child(2) {
    padding: calc(100vw * 25 / 1440) 0 calc(100vw * 72 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_bra__item:nth-child(1), .p-salute-lineup .forPD_bra__item:nth-child(2) {
    padding: 25px 0 72px;
  }
}
.p-salute-lineup .forPD_bra__item:nth-child(1):after, .p-salute-lineup .forPD_bra__item:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  height: 1px;
  width: calc(100vw * 243 / 750);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_bra__item:nth-child(1):after, .p-salute-lineup .forPD_bra__item:nth-child(2):after {
    width: calc(100vw * 406 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_bra__item:nth-child(1):after, .p-salute-lineup .forPD_bra__item:nth-child(2):after {
    width: 406px;
  }
}
.p-salute-lineup .forPD_bra__item:nth-child(3) {
  padding: calc(100vw * 45 / 750) 0 calc(100vw * 60 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_bra__item:nth-child(3) {
    padding: calc(100vw * 67 / 1440) 0 calc(100vw * 30 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_bra__item:nth-child(3) {
    padding: 67px 0 30px;
  }
}
.p-salute-lineup .forPD_bra__item:nth-child(3):before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  width: 1px;
  height: calc(100vw * 417 / 750);
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_bra__item:nth-child(3):before {
    height: calc(100vw * 390 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_bra__item:nth-child(3):before {
    height: 390px;
  }
}
.p-salute-lineup .forPD_bra__item:nth-child(4) {
  padding: calc(100vw * 45 / 750) 0 calc(100vw * 60 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_bra__item:nth-child(4) {
    padding: calc(100vw * 67 / 1440) 0 calc(100vw * 30 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_bra__item:nth-child(4) {
    padding: 67px 0 30px;
  }
}
.p-salute-lineup .forPD_bra__item img {
  width: calc(100vw * 220 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_bra__item img {
    width: calc(100vw * 210 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_bra__item img {
    width: 210px;
  }
}
.p-salute-lineup .forPD_bra__item .cap {
  letter-spacing: -0.001em;
  line-height: 1.35;
  margin: 0.3em 0 0.5em;
  font-size: calc(100vw * 28 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_bra__item .cap {
    font-size: calc(100vw * 23 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_bra__item .cap {
    font-size: 23px;
  }
}
.p-salute-lineup .forPD_bra__item .type {
  letter-spacing: 0.075em;
  font-size: calc(100vw * 22 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_bra__item .type {
    font-size: calc(100vw * 17 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_bra__item .type {
    font-size: 17px;
  }
}
.p-salute-lineup .forPD_bra__item .type .size {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0;
  display: block;
  padding-top: 0.5em;
  font-size: calc(100vw * 20 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_bra__item .type .size {
    font-size: calc(100vw * 12 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_bra__item .type .size {
    font-size: 12px;
  }
}
.p-salute-lineup .forPD_size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: calc(100vw * 90 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_size {
    margin-bottom: calc(100vw * 50 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_size {
    margin-bottom: 50px;
  }
}
.p-salute-lineup .forPD_size .AAA img {
  width: calc(100vw * 180 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_size .AAA img {
    width: calc(100vw * 100 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_size .AAA img {
    width: 100px;
  }
}
.p-salute-lineup .forPD_size .I img {
  width: calc(100vw * 250 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_size .I img {
    width: calc(100vw * 140 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_size .I img {
    width: 140px;
  }
}
.p-salute-lineup .forPD_size .from {
  margin: 0 calc(100vw * 40 / 750);
  font-size: calc(100vw * 40 / 750);
  -webkit-transform: translateY(calc(-100vw * 80 / 750));
          transform: translateY(calc(-100vw * 80 / 750));
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_size .from {
    margin: 0 calc(100vw * 45 / 1440);
    font-size: calc(100vw * 45 / 1440);
    -webkit-transform: translateY(calc(-100vw * 35 / 1440));
            transform: translateY(calc(-100vw * 35 / 1440));
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_size .from {
    margin: 0 45px;
    font-size: 45px;
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
  }
}
.p-salute-lineup .forPD_size .cap {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  letter-spacing: 0.16em;
  font-size: calc(100vw * 22 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_size .cap {
    font-size: calc(100vw * 14 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_size .cap {
    font-size: 14px;
  }
}
.p-salute-lineup .forPD_shorts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: calc(100vw * 65 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_shorts {
    margin-bottom: calc(100vw * 45 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_shorts {
    margin-bottom: 45px;
  }
}
.p-salute-lineup .forPD_shorts__item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_shorts__item {
    width: calc(100vw * 314 / 1440);
    margin: 0 calc(100vw * 46 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_shorts__item {
    width: 314px;
    margin: 0 46px;
  }
}
.p-salute-lineup .forPD_shorts__item .cap {
  letter-spacing: -0.001em;
  line-height: 1.35;
  margin: 0.3em 0 0.5em;
  font-size: calc(100vw * 28 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_shorts__item .cap {
    font-size: calc(100vw * 23 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_shorts__item .cap {
    font-size: 23px;
  }
}
.p-salute-lineup .forPD_shorts__item .type {
  letter-spacing: 0.075em;
  font-size: calc(100vw * 22 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_shorts__item .type {
    font-size: calc(100vw * 17 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_shorts__item .type {
    font-size: 17px;
  }
}
.p-salute-lineup .forPD_shorts__item .type .size {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0;
  display: block;
  padding-top: 0.5em;
  font-size: calc(100vw * 20 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_shorts__item .type .size {
    font-size: calc(100vw * 12 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_shorts__item .type .size {
    font-size: 12px;
  }
}
.p-salute-lineup .forPD_btn {
  background: #000;
  color: #fff;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  height: calc(100vw * 70 / 750);
  width: calc(100vw * 560 / 750);
  font-size: calc(100vw * 30 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-lineup .forPD_btn {
    height: calc(100vw * 44 / 1440);
    width: calc(100vw * 200 / 1440);
    font-size: calc(100vw * 18 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-lineup .forPD_btn {
    height: 44px;
    width: 200px;
    font-size: 18px;
  }
}
.p-salute-bg {
  background: #000;
  color: #fff;
  padding: calc(100vw * 185 / 750) calc(100vw * 25 / 750) 0;
}
@media screen and (min-width: 768px) {
  .p-salute-bg {
    padding: calc(100vw * 235 / 1440) 0 calc(100vw * 15 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-bg {
    padding: 235px 0 15px;
  }
}
.p-salute-bg .c-nav-footer-link {
  background: #000;
}
.p-salute-bg .l-section {
  display: block !important;
}
.p-salute-about {
  margin: 0 auto;
  border: 1px solid #fff;
  text-align: center;
  position: relative;
  margin-bottom: calc(100vw * 182 / 750);
  padding: calc(100vw * 105 / 750) 0 calc(100vw * 170 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-about {
    width: calc(100vw * 1050 / 1440);
    max-width: 1050px;
    padding: calc(100vw * 70 / 1440) 0 calc(100vw * 65 / 1440);
    margin-bottom: calc(100vw * 105 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-about {
    padding: 70px 0 65px;
    margin-bottom: 105px;
  }
}
.p-salute-about:before, .p-salute-about:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-salute-about:before {
  background-image: url("../../images/designbysalute/about_obj01.png");
  width: calc(100vw * 252 / 750);
  height: calc(100vw * 222 / 750);
  right: 0;
  top: calc(-100vw * 95 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-about:before {
    width: calc(100vw * 252 / 1440);
    height: calc(100vw * 222 / 1440);
    top: calc(-100vw * 73 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-about:before {
    width: 252px;
    height: 222px;
    top: -73px;
  }
}
.p-salute-about:after {
  background-image: url("../../images/designbysalute/about_obj02.png");
  width: calc(100vw * 419 / 750);
  height: calc(100vw * 250 / 750);
  left: 0;
  bottom: calc(-100vw * 160 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-about:after {
    width: calc(100vw * 419 / 1440);
    height: calc(100vw * 250 / 1440);
    left: calc(-100vw * 126 / 1440);
    bottom: calc(100vw * 5 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-about:after {
    width: 419px;
    height: 250px;
    left: -126px;
    bottom: 5px;
  }
}
.p-salute-about .forTtl {
  font-family: "EB Garamond";
  font-size: calc(100vw * 45 / 750);
  margin-bottom: calc(100vw * 55 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-about .forTtl {
    font-size: 22px;
    margin-bottom: 38px;
  }
}
.p-salute-about .forTtl .logo {
  display: block;
  margin: calc(100vw * 40 / 750) auto 0;
  width: calc(100vw * 276 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-about .forTtl .logo {
    margin-top: calc(100vw * 28 / 1440);
    width: calc(100vw * 206 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-about .forTtl .logo {
    margin-top: 28px;
    width: 206px;
  }
}
.p-salute-about .forTxt {
  letter-spacing: 0.02em;
  line-height: 1.66;
  margin-bottom: 2em;
  font-size: calc(100vw * 24 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-about .forTxt {
    line-height: 2;
    font-size: calc(100vw * 18 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-about .forTxt {
    font-size: 18px;
  }
}
.p-salute-about .forBtn {
  background: #fff;
  color: #000;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  letter-spacing: 0;
  width: calc(100vw * 560 / 750);
  height: calc(100vw * 70 / 750);
  font-size: calc(100vw * 30 / 750);
}
@media screen and (min-width: 768px) {
  .p-salute-about .forBtn {
    font-size: calc(100vw * 18 / 1440);
    height: calc(100vw * 44 / 1440);
    width: calc(100vw * 268 / 1440);
  }
}
@media screen and (min-width: 1441px) {
  .p-salute-about .forBtn {
    font-size: 18px;
    height: 44px;
    width: 268px;
  }
}

.forCollection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .forCollection {
    font-size: 12px;
    font-size: 0.85rem;
    line-height: 1.2;
    text-align: left;
  }
}
@media screen and (min-width: 1041px) {
  .forCollection {
    font-size: 14px;
    font-size: 1rem;
  }
}
.forCollection:before {
  content: "";
  display: block;
  margin-right: 1em;
  width: calc(100vw * 180 / 750);
  height: calc(100vw * 40 / 750);
  background: url("../../images/designbysalute/collection_logo_sp.svg") center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .forCollection:before {
    margin-right: 0.5em;
    width: 50px;
    height: 32px;
    background-image: url("../../images/designbysalute/collection_logo.svg");
  }
}
@media screen and (min-width: 1041px) {
  .forCollection:before {
    width: 63px;
    height: 40px;
  }
}