@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role='list'],
ol[role='list'] {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* sitesetting */
/* mediaquery */
/* edit */
html {
  scroll-behavior: smooth;
}

.header_sp .spLogo img {
  display: initial;
}
#sysFooter img {
  display: initial;
}

#pants .pants_lp {
  padding-top: 130px;
}
#pants #sysWrap {
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  #pants .pants_lp {
    padding-top: 80px;
  }
  #pants #sysMain {
    width: 100% !important;
  }
}

#wpc01,
#wpc02,
#wpc03,
#wpc04,
#wpc05,
#pp208,
#pp108,
#pp206,
#pp106,
#aip300,
#pp207,
#pp282,
#pp283,
#pp182,
#hap205,
#hap105,
#pp280,
#pp180,
#wpc06,
#anp200,
#anp100,
#wpc01-1,
#wpc04-01,
#pp360,
#pp361,
#anp200,
#anp100,
#pp213,
#pp113 {
  margin-top: -78px;
  padding-top: 130px;
}

@media only screen and (max-width: 640px) {
  #wpc01,
  #wpc02,
  #wpc03,
  #wpc04,
  #wpc05,
  #pp208,
  #pp108,
  #pp206,
  #pp106,
  #aip300,
  #pp207,
  #pp282,
  #pp283,
  #pp182,
  #hap205,
  #hap105,
  #pp280,
  #pp180,
  #wpc06,
  #anp200,
  #anp100,
  #wpc01-1,
  #wpc04-01,
  #pp360,
  #pp361,
  #anp200,
  #anp100,
  #pp213,
  #pp113 {
    margin-top: calc(1.563em + -80px);
    padding-top: 80px;
  }
}

.lp-contents {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 320px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.572;
  background: #fff;
  color: #323232;
}
@media only screen and (min-width: 320px) {
  .lp-contents {
    font-size: 5vw;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents {
    font-size: 1.6vw;
  }
}
@media only screen and (min-width: 916px) {
  .lp-contents {
    font-size: 16px;
  }
}
.lp-contents img,
.lp-contents img[src$='.svg'] {
  width: 100%;
  height: auto;
}
.lp-contents a {
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.lp-contents em {
  font-style: normal;
}
.lp-contents ul,
.lp-contents ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-contents .lato {
  font-family: 'Lato', sans-serif;
}
.lp-contents .al-right {
  text-align: right;
}
.lp-contents .al-center {
  text-align: center;
}
.lp-contents .al-left {
  text-align: left;
}
.lp-contents .strong {
  font-weight: bold;
}
.lp-contents .emp {
  color: #f0823f;
}
@media only screen and (min-width: 641px) {
  .lp-contents .pc-br {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .lp-contents .sp-br {
    display: block;
  }
}
.lp-contents .ib {
  display: inline-block;
}
.lp-contents .relative {
  position: relative;
}
.lp-contents .js-area {
  height: 0;
  overflow: hidden;
}
/* @media only screen and (min-width: 1000px) {
  .lp-contents .lp-mv {
    background: #f3f1eb url('../img/mv-bg_pc.jpg') no-repeat center top;
    -webkit-background-size: 2000px 592px;
    -moz-background-size: 2000px 592px;
    -o-background-size: 2000px 592px;
    background-size: 2000px 592px;
  }
}
@media only screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-width: 1000px) and (min-resolution: 192dpi) {
  .lp-contents .lp-mv {
    background-image: url('../img/mv-bg_pc@2x.jpg');
  }
} */

@media only screen and (min-width: 1000px) {
  .lp-contents .lp-mv-img {
    /* max-width: 720px; */
    /* height: 592px; */
    margin: 0 auto;
    /* padding-top: 35px; */
  }

  .lp-contents .lp-mv-img img {
    width: 100%;
    height: 592px;
    object-fit: cover;
  }
}
.lp-contents .lp-cont {
  padding: 1.25em 0 2.813em;
  border-top: solid 0.125em #cfa972;
  background-image: url('../img/cont-bg_sp.jpg');
}
@media only screen and (max-width: 640px) {
  .lp-contents .lp-cont {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .lp-cont {
    padding: 55px 0 68px;
    background-image: url('../img/cont-bg_pc.jpg');
    background-repeat: repeat-y;
    background-position: center top;
    border-top: solid 0.25em #cfa972;
  }
}
@media only screen and (min-width: 2000px) {
  .lp-contents .lp-cont {
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .lp-btn {
    max-width: 237px;
  }
}
.lp-contents .lp-btn a,
.lp-contents .lp-btn em {
  display: block;
}
.lp-contents .lp-btn a {
  position: relative;
  background: #522b19;
  -webkit-border-radius: 0.234em 0.234em 0.234em 0.234em;
  border-radius: 0.234em 0.234em 0.234em 0.234em;
  color: #fff;
  font-weight: 500;
  text-align: center;
  opacity: 1;
  transition: all 0.3s;
}
@media only screen and (min-width: 641px) {
  .lp-contents .lp-btn a {
    -webkit-border-radius: 0.469em 0.469em 0.469em 0.469em;
    border-radius: 0.469em 0.469em 0.469em 0.469em;
  }
}
.lp-contents .lp-btn a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 641px) {
  .lp-contents .lp-btn a em,
  .lp-contents .lp-btn a i {
    font-size: 107%;
  }
}
.lp-contents .lp-btn a em {
  padding: 1.15em 1.8em 1.33em;
  text-align: center;
  line-height: 1.2;
}
.lp-contents .lp-btn a i {
  position: absolute;
  top: 50%;
  right: 1.087em;
  transform: translate(0, -50%);
}
.lp-contents .btn01 {
  margin: 0.563em auto 0;
}
@media only screen and (max-width: 640px) {
  .lp-contents .btn01 {
    width: 10.375em;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .btn01 {
    margin: 13px auto 0;
  }
}
@media only screen and (max-width: 640px) {
  .lp-contents .btn01 em,
  .lp-contents .btn01 i {
    font-size: 63.2%;
  }
}
.lp-contents .btn02 {
  margin: 1em auto 0;
}
@media only screen and (max-width: 640px) {
  .lp-contents .btn02 {
    width: 10.688em;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .btn02 {
    margin: 18px auto 0;
  }
}
@media only screen and (max-width: 640px) {
  .lp-contents .btn02 em,
  .lp-contents .btn02 i {
    font-size: 76.5%;
  }
}
.lp-contents .lp-wrap01 {
  padding: 0 0.9375em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .lp-wrap01 {
    padding: 0 1.875em;
  }
}
@media only screen and (min-width: 1060px) {
  .lp-contents .lp-wrap01 {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}
.lp-contents .lp-wrap01 .lp-box {
  margin-top: 1.563em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .lp-wrap01 .lp-box {
    margin-top: 52px;
  }
}
.lp-contents .lp-wrap01 .lp-box:first-child {
  margin-top: 0;
}
.lp-contents .lp-box {
  position: relative;
}
.lp-contents .lp-box:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
  filter: blur(0.3em);
  transform: translateX(0.01em) translateY(0.8em);
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 641px) {
  .lp-contents .lp-box:before {
    filter: blur(0.4em);
    transform: translateX(1em) translateY(1em);
  }
}
.lp-contents .lp-box .lp-box-wrap {
  position: relative;
  padding: 0 0.8125em;
  background: #fff;
  z-index: 5;
}
@media only screen and (min-width: 641px) {
  .lp-contents .lp-box .lp-box-wrap {
    padding: 0 5.3%;
  }
}
.lp-contents .lp-sec01 .lp-box-wrap {
  padding-top: 1.25em;
  padding-bottom: 1.625em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .lp-sec01 .lp-box-wrap {
    padding-top: 65px;
    padding-bottom: 60px;
  }
}
.lp-contents .bln-list {
  padding-bottom: 0.563em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .bln-list {
    padding-bottom: 1.125em;
  }
}
.lp-contents .lp-bln {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  padding: 0.5em 0.5em 0.625em;
  background: #faf4e9;
  border: solid 0.094em #522b19;
  -webkit-border-radius: 0.313em 0.313em 0.313em 0.313em;
  border-radius: 0.313em 0.313em 0.313em 0.313em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .lp-bln {
    padding: 0.65em 0.65em 0.9em;
    border: solid 0.188em #522b19;
    -webkit-border-radius: 0.625em 0.625em 0.625em 0.625em;
    border-radius: 0.625em 0.625em 0.625em 0.625em;
  }
}
.lp-contents .lp-bln:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: -0.563em;
  border-top: 0.563em solid #522b19;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
}
@media only screen and (min-width: 641px) {
  .lp-contents .lp-bln:before {
    bottom: -1.125em;
    border-top: 1.125em solid #522b19;
    border-right: 1em solid transparent;
    border-left: 1em solid transparent;
  }
}
.lp-contents .lp-bln:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: -0.438em;
  border-top: 0.563em solid #faf4e9;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
}
@media only screen and (min-width: 641px) {
  .lp-contents .lp-bln:after {
    bottom: -0.875em;
    border-top: 1.125em solid #faf4e9;
    border-right: 1em solid transparent;
    border-left: 1em solid transparent;
  }
}
.lp-contents .lp-bln p {
  color: #522b19;
  font-size: 69%;
  font-weight: 500;
}
@media only screen and (min-width: 641px) {
  .lp-contents .lp-bln p {
    font-size: 125%;
  }
}
.lp-contents .bln01:before {
  left: 1.275em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .bln01:before {
    left: 2.55em;
  }
}
.lp-contents .bln01:after {
  left: 1.275em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .bln01:after {
    left: 2.55em;
  }
}
.lp-contents .bln02 {
  margin-top: 0.781em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .bln02 {
    margin-top: 25px;
  }
}
.lp-contents .bln02:before {
  right: 1.275em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .bln02:before {
    right: 2.55em;
  }
}
.lp-contents .bln02:after {
  right: 1.275em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .bln02:after {
    right: 2.55em;
  }
}
.lp-contents .foryou {
  margin: 0.6em -0.8em 0;
  color: #522b19;
  font-size: 75%;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 641px) {
  .lp-contents .foryou {
    margin-top: 5px;
    font-size: 169%;
    line-height: 1.482;
  }
}
.lp-contents .sec01-txt01 {
  margin: 0.56em 0 0.438em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .sec01-txt01 {
    max-width: 850px;
    margin: 21px 0 13px 4.92%;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .pants-list::before,
  .lp-contents .pants-list::after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}
.lp-contents .pants-list .pants-type {
  margin-top: 1em;
}
.lp-contents .pants-list .pants-type:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 641px) {
  .lp-contents .pants-list .pants-type {
    margin-top: 35px;
    float: left;
    width: 49.5%;
  }
  .lp-contents .pants-list .pants-type:first-child,
  .lp-contents .pants-list .pants-type:nth-child(2) {
    margin-top: 0;
  }
  .lp-contents .pants-list .pants-type:nth-child(even) {
    float: right;
  }
}
.lp-contents .pants-list .pants-type .type-name {
  margin-bottom: 0.9em;
  padding: 0.25em 0.35em 0.4em;
  background: #adc744;
  color: #fff;
  font-size: 68.8%;
  text-align: center;
  font-weight: 500;
}
@media only screen and (min-width: 641px) {
  .lp-contents .pants-list .pants-type .type-name {
    margin-bottom: 18px;
    padding: 0.346em 0 0.35em;
    font-size: 0.875em;
  }
}
.lp-contents .pants-list .pants-type:nth-child(3) .type-name,
.lp-contents .pants-list .pants-type:nth-child(4) .type-name {
  display: table;
  width: 100%;
  padding: 0.45em 0 0.541em;
  font-size: 63%;
}
@media only screen and (min-width: 641px) {
  .lp-contents .pants-list .pants-type:nth-child(3) .type-name,
  .lp-contents .pants-list .pants-type:nth-child(4) .type-name {
    padding: 0.45em 0 0.541em;
    font-size: 100%;
  }
}
.lp-contents .pants-list .pants-type:nth-child(3) .type-name em,
.lp-contents .pants-list .pants-type:nth-child(4) .type-name em {
  display: table-cell;
  vertical-align: middle;
}
.lp-contents .pants-wrap::before,
.lp-contents .pants-wrap::after {
  content: ' ';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.lp-contents .pants-wrap .pants-blc {
  float: left;
  width: 49%;
}
@media only screen and (min-width: 641px) {
  .lp-contents .pants-wrap .pants-blc {
    width: 49%;
  }
}
.lp-contents .pants-wrap .pants-blc:nth-child(even) {
  float: right;
}
.lp-contents .pants-wrap .pants-blc .btn01 {
  width: 90%;
}
@media only screen and (min-width: 641px) {
  .lp-contents .pants-wrap .pants-blc .btn01 {
    width: 90%;
  }
}
.lp-contents .pants-wrap .pants-img {
  padding-bottom: 0.6em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .pants-wrap .pants-img {
    padding-bottom: 16px;
  }
}
.lp-contents .lp-check {
  display: inline-block;
  font-size: 57.3%;
}
@media only screen and (min-width: 641px) {
  .lp-contents .lp-check {
    font-size: 96.3%;
  }
}
.lp-contents .lp-check li {
  padding-left: 2.143em;
  background: url('../img/check.svg') no-repeat left 0.3em;
  -webkit-background-size: 1.688em auto;
  -moz-background-size: 1.688em auto;
  -o-background-size: 1.688em auto;
  background-size: 1.688em auto;
  text-align: left;
  line-height: 1.786;
}
.lp-contents .sec01-figure01 {
  position: relative;
  margin-top: 1.5em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .sec01-figure01 {
    max-width: 750px;
    margin: 52px auto 0;
  }
}
.lp-contents .lp-ladies {
  background: #ef97be;
}
.lp-contents .lp-mens {
  background: #5fc6db;
}
.lp-contents .lp-unisex {
  background: #959595;
}
.lp-contents .figure-btn-list {
  position: absolute;
}
.lp-contents .figure-btn-list::before,
.lp-contents .figure-btn-list::after {
  content: ' ';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media only screen and (max-width: 640px) {
  .lp-contents .figure-btn-list {
    transform: scale(0.7);
  }
}
.lp-contents .figure-btn-list li {
  float: left;
  width: 5.9em;
  margin-left: 0.429em;
  background: #fff;
  -webkit-border-radius: 1.071em 1.071em 1.071em 1.071em;
  border-radius: 1.071em 1.071em 1.071em 1.071em;
  font-size: 63%;
}
@media only screen and (min-width: 641px) {
  .lp-contents .figure-btn-list li {
    font-size: 88%;
  }
}
.lp-contents .figure-btn-list li:first-child {
  margin-left: 0;
}
.lp-contents .figure-btn-list a {
  position: relative;
  display: block;
  padding: 0.5em 0.5em 0.65em 0;
  -webkit-border-radius: 1.071em 1.071em 1.071em 1.071em;
  border-radius: 1.071em 1.071em 1.071em 1.071em;
  -webkit-box-shadow: 0.143em 0.286em 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0.143em 0.286em 0 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  opacity: 1;
  transition: all 0.3s;
}
.lp-contents .figure-btn-list a:hover {
  opacity: 0.7;
}
.lp-contents .figure-btn-list a i {
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translate(0, -54%);
}
.lp-contents .fbl01 {
  top: 15.8%;
  left: 13.5%;
}
@media only screen and (min-width: 641px) {
  .lp-contents .fbl01 {
    top: 17.91%;
    left: 17.5%;
  }
}
.lp-contents .fbl02 {
  top: 25%;
  right: 17%;
}
@media only screen and (min-width: 641px) {
  .lp-contents .fbl02 {
    top: 26%;
    right: 23%;
  }
}
@media only screen and (max-width: 640px) {
  .lp-contents .fbl02 li {
    width: 5em;
  }
  .lp-contents .fbl02 a {
    padding-right: 0.5em;
    letter-spacing: -0.02em;
  }
  .lp-contents .fbl02 a i {
    right: 0.35em;
  }
}
.lp-contents .fbl03 {
  top: 15.8%;
  right: 6%;
}
@media only screen and (min-width: 641px) {
  .lp-contents .fbl03 {
    top: 17.91%;
    right: 11.33%;
  }
}
.lp-contents .fbl03,
.lp-contents .fbl06 {
  letter-spacing: -0.02em;
}
.lp-contents .fbl04 {
  top: 39%;
  right: 16%;
}
@media only screen and (min-width: 641px) {
  .lp-contents .fbl04 {
    top: 40%;
    right: 25%;
  }
}
@media only screen and (max-width: 640px) {
  .lp-contents .fbl04 li {
    width: 5em;
  }
  .lp-contents .fbl04 a {
    padding-right: 0.5em;
    letter-spacing: -0.02em;
  }
  .lp-contents .fbl04 a i {
    right: 0.35em;
  }
}
.lp-contents .fbl05 {
  top: 34%;
  right: 7%;
}
@media only screen and (min-width: 641px) {
  .lp-contents .fbl05 {
    top: 38%;
    right: 7.87%;
  }
}
@media only screen and (max-width: 640px) {
  .lp-contents .fbl05 li {
    width: 4.5em;
  }
  .lp-contents .fbl05 a {
    padding-right: 0.5em;
    letter-spacing: -0.02em;
  }
  .lp-contents .fbl05 a i {
    right: 0.35em;
  }
}
.lp-contents .fbl06 {
  top: 61.8%;
  left: 25.4%;
}
@media only screen and (min-width: 641px) {
  .lp-contents .fbl06 {
    top: 64.79%;
    left: 38.9%;
  }
}
@media only screen and (min-width: 916px) {
  .lp-contents .fbl06 {
    left: 37.9%;
  }
}
.lp-contents .fbl06 li {
  margin-left: 1.143em;
}
.lp-contents .fbl06 li:first-child {
  margin-left: 0;
}
.lp-contents .fbl06 a i {
  right: 0.6em;
}
.lp-contents .fbl07 {
  top: 72%;
  left: -0.9%;
}
@media only screen and (min-width: 641px) {
  .lp-contents .fbl07 {
    top: 73.24%;
    left: 8.13%;
  }
}
.lp-contents .wpc .tit-img {
  position: relative;
  padding-bottom: 0.938em;
  background: #fff;
  font-size: 100%;
  z-index: 5;
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc .tit-img {
    padding-bottom: 18px;
  }
}
.lp-contents .wpc .lp-box-wrap {
  padding-bottom: 2.188em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc .lp-box-wrap {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .lp-contents .wpc-wrap01 {
    width: 15.125em;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc-wrap02 {
    max-width: 826px;
    margin: 0 auto;
  }
  .lp-contents .wpc-wrap02::before,
  .lp-contents .wpc-wrap02::after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}
.lp-contents .c-lineup {
  position: relative;
  margin: 1.563em 0 1em;
  line-height: 1em;
  letter-spacing: -0.4em;
  color: #522b19;
}
@media only screen and (min-width: 641px) {
  .lp-contents .c-lineup {
    margin: 44px 0 28px;
    line-height: 1.2;
  }
}
.lp-contents .c-lineup:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #522b19;
  transform: translate(0, -50%);
  z-index: 5;
}
.lp-contents .c-lineup dt,
.lp-contents .c-lineup dd {
  display: inline-block;
  background: #fff;
  position: relative;
  letter-spacing: normal;
  vertical-align: middle;
  z-index: 10;
}
.lp-contents .c-lineup dt {
  font-size: 81.3%;
}
@media only screen and (min-width: 641px) {
  .lp-contents .c-lineup dt {
    font-size: 125%;
  }
}
.lp-contents .c-lineup dd:last-child {
  padding: 0 0.941em;
  font-size: 68.8%;
}
@media only screen and (min-width: 641px) {
  .lp-contents .c-lineup dd:last-child {
    font-size: 107%;
  }
}
.lp-contents .c-lineup .img-num01,
.lp-contents .c-lineup .img-num02 {
  overflow: hidden;
  height: 0;
}
.lp-contents .c-lineup .img-num01 {
  width: 1.72em;
  padding: 1.25em 0 0 0.38em;
  background: #fff url('../img/txt01.svg') no-repeat right top;
  -webkit-background-size: auto 97.5%;
  -moz-background-size: auto 97.5%;
  -o-background-size: auto 97.5%;
  background-size: auto 97.5%;
}
@media only screen and (min-width: 641px) {
  .lp-contents .c-lineup .img-num01 {
    width: 2.688em;
    padding: 1.875em 0 0 0.563em;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
  }
}
.lp-contents .c-lineup .img-num02 {
  width: 1.95em;
  padding: 1.25em 0 0 0.28em;
  background: #fff url('../img/txt02.svg') no-repeat right top;
  -webkit-background-size: auto 97%;
  -moz-background-size: auto 97%;
  -o-background-size: auto 97%;
  background-size: auto 97%;
}
@media only screen and (min-width: 641px) {
  .lp-contents .c-lineup .img-num02 {
    width: 3.2em;
    padding: 1.875em 0 0 0.563em;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
  }
}
.lp-contents .lp-note {
  position: relative;
  font-size: 63%;
  line-height: 1.5;
  z-index: 5;
}
@media only screen and (max-width: 640px) {
  .lp-contents .lp-note {
    text-align: center;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .lp-note {
    font-size: 112%;
    line-height: 1.667;
  }
  .lp-contents #wpc01-1 .lp-note {
    font-size: 110%;
  }
}
.lp-contents .photo-memo {
  font-size: 63%;
}
@media only screen and (min-width: 641px) {
  .lp-contents .photo-memo {
    font-size: 88%;
  }
}
.lp-contents .photo-memo dt {
  margin-right: 0.2em;
  color: #b28850;
}
.lp-contents .ftr-box {
  padding: 0.8em 0.688em 0.8em;
  background: url('../img/bg01.gif');
  -webkit-background-size: 0.5em 0.5em;
  -moz-background-size: 0.5em 0.5em;
  -o-background-size: 0.5em 0.5em;
  background-size: 0.5em 0.5em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .ftr-box {
    padding: 1.2em 1.563em;
    -webkit-background-size: 1em 1em;
    -moz-background-size: 1em 1em;
    -o-background-size: 1em 1em;
    background-size: 1em 1em;
  }
}
.lp-contents .ftr-box .com {
  margin-bottom: 0.43em;
}
.lp-contents .ftr-box .com em {
  display: block;
  padding: 0.35em 0 0.35em 0.4em;
  background: #fff;
  border: dotted 2px #81511c;
  color: #81511c;
  font-size: 68.8%;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.227em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .ftr-box .com em {
    padding: 0.55em 0 0.55em 0.4em;
    font-size: 113%;
  }
}
.lp-contents .ftr-box dt {
  margin-bottom: 0.55em;
  padding-bottom: 0.3em;
  border-bottom: solid 1px #81511c;
  color: #81511c;
  font-size: 63%;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .lp-contents .ftr-box dt {
    text-align: center;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .ftr-box dt {
    margin-bottom: 0.6em;
    font-size: 125%;
  }
}
.lp-contents .ftr-box dd {
  margin-right: -0.6em;
  font-size: 56.3%;
}
@media only screen and (min-width: 641px) {
  .lp-contents .ftr-box dd {
    font-size: 88%;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .cir {
    display: table;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .cir .com,
  .lp-contents .cir dl {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .cir .com {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .cir .com em {
    width: 5.667em;
    height: 5.667em;
    padding: 1.545em 0 0 0.4em;
    -webkit-border-radius: 2.8335em 2.8335em 2.8335em 2.8335em;
    border-radius: 2.8335em 2.8335em 2.8335em 2.8335em;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .cir dl {
    padding-left: 1em;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .cir dd {
    padding-bottom: 0.5em;
  }
}
.lp-contents .lp-pro-list .lp-pro-cont {
  margin-top: 2em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .lp-pro-list .lp-pro-cont {
    margin-top: 20px;
  }
  .lp-contents .lp-pro-list .lp-pro-cont::before,
  .lp-contents .lp-pro-list .lp-pro-cont::after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}
.lp-contents .lp-pro-list .lp-pro-cont:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 641px) {
  .lp-contents .lp-pro-list .pro-img-area {
    float: left;
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .lp-contents .lp-pro-list .pro-txt-area {
    margin-top: 0.9em;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .lp-pro-list .pro-txt-area {
    float: right;
    width: 45%;
  }
}
.lp-contents .lp-pro-list .pro-name {
  font-size: 76.5%;
  font-weight: 500;
  line-height: 1.43;
}
@media only screen and (min-width: 641px) {
  .lp-contents .lp-pro-list .pro-name {
    margin: -0.2em -2em 0 0;
    font-size: 106.5%;
  }
}
.lp-contents .lp-pro-list .pro-desc {
  margin: 0.6em 0 0.7em;
  font-size: 63%;
  line-height: 1.4;
}
@media only screen and (min-width: 641px) {
  .lp-contents .lp-pro-list .pro-desc {
    margin: 0.4em 0 0.7em;
    font-size: 10px;
    line-height: 1.538;
  }
}
@media only screen and (min-width: 916px) {
  .lp-contents .lp-pro-list .pro-desc {
    font-size: 80%;
  }
}
.lp-contents .lp-pro-list .pro-desc dl {
  margin-right: -2em;
}
.lp-contents .lp-pro-list .pro-desc dl::before,
.lp-contents .lp-pro-list .pro-desc dl::after {
  content: ' ';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.lp-contents .lp-pro-list .pro-desc dt {
  width: 4em;
  float: left;
}
.lp-contents .lp-pro-list .pro-desc dd {
  overflow: hidden;
}
.lp-contents .lp-pro-list .pro-desc dd span {
  display: inline-block;
  margin-right: 0.9em;
}
.lp-contents .lp-pro-list .ico-list::before,
.lp-contents .lp-pro-list .ico-list::after {
  content: ' ';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.lp-contents .lp-pro-list .ico-list li {
  float: left;
  width: 2.031em;
  margin: 0.25em 0.25em 0 0;
}
@media only screen and (min-width: 641px) {
  .lp-contents .lp-pro-list .ico-list li {
    width: 3.125em;
    margin: 0.375em 0.375em 0 0;
  }
}
.lp-contents .lp-pro-list .pro-figure {
  margin-top: 0.656em;
  background: url('../img/figure-base.svg') no-repeat;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
@media only screen and (min-width: 641px) {
  .lp-contents .lp-pro-list .pro-figure {
    margin-top: 1em;
  }
}
.lp-contents #wpc01 .tit-img {
  padding-bottom: 1.813em;
}
@media only screen and (min-width: 641px) {
  .lp-contents #wpc01 .tit-img {
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents #wpc01 .lp-box-wrap {
    padding-bottom: 66px;
  }
}
.lp-contents #wpc01 .lp-box-wrap .c-lineup {
  /* margin-top: 2.625em;
  margin-bottom: 0.6em; */
  line-height: 1.25em;
}
@media only screen and (min-width: 641px) {
  .lp-contents #wpc01 .lp-box-wrap .c-lineup {
    margin-block: 20px 0;
    line-height: 1.875em;
  }
}
.lp-contents #wpc01 .lp-box-wrap .c-lineup:first-child {
  margin-top: 0;
}
.lp-contents .wpc01-img01 {
  margin-top: 1.1em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc01-img01 {
    width: 57%;
    margin-top: 24px;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc01-img02 {
    position: absolute;
    right: 4%;
    bottom: 0.65%;
    width: 36%;
    z-index: 1;
  }
}
.lp-contents .wpc01-ftr01 {
  margin: 1.188em auto 1.5em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc01-ftr01 {
    margin: 20px auto 34px;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc01-ftr01 .wpc-wrap01 {
    float: left;
    width: 33%;
  }
}
.lp-contents .wpc01-ftr01 .photo-memo {
  margin-top: 0.4em;
}
@media only screen and (max-width: 640px) {
  .lp-contents .wpc01-ftr01 .photo-memo {
    text-align: center;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc01-ftr01 .photo-memo {
    margin-top: 0.9em;
  }
}
.lp-contents .wpc01-ftr01 .photo-memo dt,
.lp-contents .wpc01-ftr01 .photo-memo dd {
  display: inline;
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc01-ftrbox-wrap {
    width: 64%;
    padding: 0.313em 0;
    float: right;
  }
}
@media only screen and (max-width: 640px) {
  .lp-contents .wpc01-ftrbox-wrap .ftr-box {
    margin-top: 1.1em;
  }
}
.lp-contents .wpc01-ftr02 {
  margin-top: 1.19em;
  margin-bottom: 1.313em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc01-ftr02 {
    position: relative;
    margin-top: 22px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .lp-contents .wpc01-ftr02 .ftr-box {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc01-ftr02 .ftr-box {
    position: absolute;
    right: 0;
  }
}
.lp-contents .wpc01-ftr02-wrap::before,
.lp-contents .wpc01-ftr02-wrap::after {
  content: ' ';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.lp-contents .wpc01-img06 {
  float: left;
  width: 48%;
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc01-img06 {
    width: 25%;
    margin-left: 0.97%;
  }
}
.lp-contents .wpc01-ftr02-cont {
  float: right;
  width: 52%;
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc01-ftr02-cont {
    width: 69%;
    padding-top: 1.375em;
  }
  .lp-contents .wpc01-ftr02-cont::before,
  .lp-contents .wpc01-ftr02-cont::after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc01-ftr02-cont .wpc01-ftr02-blc {
    float: left;
    width: 47%;
  }
  .lp-contents .wpc01-ftr02-cont .wpc01-ftr02-blc:nth-child(even) {
    float: right;
  }
}
.lp-contents .wpc01-ftr02-cont .wpc01-ftr02-blc .photo-memo {
  margin: 0.3em -2em 0.4em 0;
}
.lp-contents .wpc01-ftr02-cont .wpc01-ftr02-blc .photo-memo::before,
.lp-contents .wpc01-ftr02-cont .wpc01-ftr02-blc .photo-memo::after {
  content: ' ';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc01-ftr02-cont .wpc01-ftr02-blc .photo-memo {
    margin: 1em -2em 1.2em 0;
  }
}
.lp-contents .wpc01-ftr02-cont .wpc01-ftr02-blc .photo-memo dt {
  width: 1.5em;
  float: left;
}
.lp-contents .wpc01-ftr02-cont .wpc01-ftr02-blc .photo-memo dd {
  overflow: hidden;
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc01-ftr02-cont .wpc01-ftr02-blc .photo-memo dd {
    min-height: 3.2em;
  }
}
.lp-contents #wpc02 .lp-note,
.lp-contents #wpc05 .lp-note {
  margin-left: -0.6em;
  margin-right: -0.6em;
}
.lp-contents .wpc02-img01,
.lp-contents .wpc03-img01,
.lp-contents .wpc03-img02,
.lp-contents .wpc05-img01 {
  margin-top: 0.781em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc02-img01,
  .lp-contents .wpc03-img01,
  .lp-contents .wpc05-img01 {
    margin-top: 28px;
  }
}
.lp-contents .wpc02-ftr01 {
  margin-top: 1.25em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc02-ftr01 {
    margin-top: 45px;
  }
  .lp-contents .wpc02-ftr01::before,
  .lp-contents .wpc02-ftr01::after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc02-ftr01 .wpc-wrap01 {
    float: left;
    width: 40%;
  }
}
.lp-contents .wpc02-ftr01 .wpc-wrap01 .wpc02-ftr01-blc {
  margin-top: 0.35em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc02-ftr01 .wpc-wrap01 .wpc02-ftr01-blc {
    margin-top: 11px;
  }
}
.lp-contents .wpc02-ftr01 .wpc-wrap01 .wpc02-ftr01-blc:first-child {
  margin-top: 0;
}
.lp-contents .wpc02-ftr01-blc {
  display: table;
  width: 100%;
}
.lp-contents .wpc02-ftr01-blc .wpc02-ftr01-img,
.lp-contents .wpc02-ftr01-blc .photo-memo {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .lp-contents .wpc02-ftr01-blc {
    margin-left: -0.2em;
  }
}
.lp-contents .wpc02-ftr01-blc .photo-memo {
  padding-left: 1em;
}
.lp-contents .wpc02-ftr01-blc .photo-memo dd {
  margin-right: -1em;
}
.lp-contents .wpc02-ftr01-img {
  width: 36%;
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc02-ftr01-img {
    width: 53%;
  }
}
@media only screen and (max-width: 640px) {
  .lp-contents .wpc02-ftrbox-wrap {
    margin-top: 1.25em;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc02-ftrbox-wrap {
    float: right;
    width: 57%;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc02-ftrbox-wrap .ftr-box {
    padding-top: 1.875em;
    padding-bottom: 1.875em;
  }
  .lp-contents .wpc02-ftrbox-wrap .ftr-box dd {
    margin-right: 0;
  }
}
.lp-contents .wpc03-ftr01 {
  margin-top: 1.25em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc03-ftr01 {
    margin-top: 42px;
  }
}
.lp-contents .wpc03-ftr01 .ftr-box {
  margin-top: 1.375em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc03-ftr01 .ftr-box {
    margin-top: 32px;
    padding: 1.6em 2.25em;
  }
  .lp-contents .wpc03-ftr01 .ftr-box .com {
    width: 7em;
  }
}
.lp-contents .wpc03-ftr01-wrap::before,
.lp-contents .wpc03-ftr01-wrap::after {
  /* content: ' ';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; */
}

.lp-contents .wpc03-ftr01-wrap {
  /* max-width: 576px; */
  /* margin: 0 auto; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .lp-contents .wpc03-ftr01-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 15px;
  }
}

/* .lp-contents .wpc03-ftr01-wrap .wpc03-ftr01-blc {
  float: left;
}
.lp-contents .wpc03-ftr01-wrap .wpc03-ftr01-blc:nth-child(even) {
  float: right;
} */
/* .lp-contents .wpc03-ftr01-blc {
  width: calc(100% / 3);
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc03-ftr01-blc {
    width: calc(100% / 3);
  }
} */
.lp-contents .wpc03-ftr01-blc .photo-memo {
  margin-top: 0.5em;
}
.lp-contents .wpc03-ftr01-blc .photo-memo::before,
.lp-contents .wpc03-ftr01-blc .photo-memo::after {
  content: ' ';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media only screen and (max-width: 640px) {
  .lp-contents .wpc03-ftr01-blc .photo-memo {
    /* margin-right: -1em; */
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc03-ftr01-blc .photo-memo {
    margin-top: 1em;
  }
}
.lp-contents .wpc03-ftr01-blc .photo-memo dt {
  width: 1.5em;
  float: left;
}
.lp-contents .wpc03-ftr01-blc .photo-memo dd {
  overflow: hidden;
}
.lp-contents .wpc03-ftr01-blc .photo-memo dd ._note {
  display: inline-block;
  margin-top: 10px;
  font-size: calc(24 / 28 * 1em);
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc03-ftr01-blc .photo-memo dd {
    min-height: 3.2em;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents #wpc04 .c-lineup {
    margin-top: 48px;
  }
}
.lp-contents .wpc04-ftr01 {
  margin-top: 0.781em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc04-ftr01 {
    margin-top: 28px;
  }
  .lp-contents .wpc04-ftr01::before,
  .lp-contents .wpc04-ftr01::after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc04-img01 {
    float: left;
    width: 63%;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc04-ftr01-wrap {
    float: right;
    width: 36%;
    padding-top: 4.438em;
  }
}
.lp-contents .wpc04-ftr01-wrap .ftr-box {
  margin-top: 1.125em;
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc04-ftr01-wrap .ftr-box {
    margin: 1.563em 0 0 9.54%;
    padding: 1.5em 1.75em;
  }
  .lp-contents .wpc04-ftr01-wrap .ftr-box dd {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .lp-contents .wpc04-ftr01-blc::before,
  .lp-contents .wpc04-ftr01-blc::after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 640px) {
  .lp-contents .wpc04-ftr01-blc .photo-memo {
    float: right;
    width: 36%;
    padding-top: 3.5em;
  }
}
@media only screen and (min-width: 641px) {
  .lp-contents .wpc04-ftr01-blc .photo-memo {
    margin: 0.6em 0 0 9.54%;
  }
}
@media only screen and (max-width: 640px) {
  .lp-contents .wpc04-img02 {
    float: left;
    width: 59%;
  }
}

.lp-contents .c-lineup dt {
  z-index: 11;
}

.lp-contents .lp-pro-list .pro-desc dt {
  width: 4.5em;
}

.lp-contents .lp-pro-list .pro-desc dd {
  width: calc(100% - 4.5em);
  float: right;
  overflow: visible;
}

.lp-contents .elm-banner {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .lp-contents .elm-banner {
    margin-top: 1.5em;
  }
}

.lp-contents #wpc06 {
  margin-top: -78px;
  padding-top: 130px;
}

@media screen and (max-width: 640px) {
  .lp-contents #wpc06 {
    margin-top: calc(1.563em + -80px);
    padding-top: 80px;
  }
}

.lp-contents .wpc06-img01 {
  margin-top: 0.781em;
}

.lp-contents .c-lineup-navy {
  color: #002e73;
}

.lp-contents .c-lineup-navy::before {
  background-color: #002e73;
}

.lp-contents .lp-btn.btn02-smaller {
  max-width: 175px;
  margin-top: 10px;
}

.lp-contents .lp-btn.btn02-smaller a em {
  font-size: 96%;
  padding: 0.8em 0.5em;
}

@media screen and (max-width: 640px) {
  .lp-contents .lp-btn.btn02-smaller a em {
    font-size: 70%;
  }
}

.lp-contents .lp-btn.btn02-navy a {
  background-color: #002e73;
}

.lp-contents .lp-btn.btn02-gray a {
  background-color: #626262;
}

.lp-contents .border-box {
  background-image: url(../img/bg_border.png);
  background-repeat: repeat;
  padding: 10px;
  margin-top: 1em;
}

.lp-contents .border-box-inner {
  text-align: center;
  background-color: #fff;
  padding: 10px;
}

.lp-contents .border-box-text {
  font-size: 82%;
}

@media screen and (max-width: 640px) {
  .lp-contents .border-box-text {
    font-size: 63%;
  }
}

.sw-pants {
  --columns: 4;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  gap: 32px 10px;
}
.sw-pants__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 16px;
}
.sw-pants__item.-col-2 {
  grid-column: span 2;
}
.sw-pants__label {
  background-color: #adc744;
  color: #fff;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.sw-pants__item.-col-2 .sw-pants__label {
  font-size: 16px;
}
.sw-pants__imgList,
.sw-pants__btnList {
  display: flex;
  gap: 10px;
}
.sw-pants__imgList li,
.sw-pants__btnList li {
  flex: 1;
}
.sw-pants__checkList {
  width: fit-content;
  margin: 0 auto !important;
}
.sw-pants__checkItem {
  padding-left: 2.143em;
  background: url(../img/check.svg) no-repeat left 0.3em;
  background-size: 1.688em auto;
  text-align: left;
  line-height: 1.786;
}
.sw-pants__btnItem {
  margin-inline: auto;
  padding-inline: 10px;
}
.sw-pants__more {
  position: relative;
  display: block;
  width: 100%;
  max-width: 237px;
  margin: 0 auto;
  padding: 1.15em 1.8em 1.33em;
  background: #522b19;
  border-radius: 0.234em 0.234em 0.234em 0.234em;
  color: #fff;
  font-weight: 500;
  text-align: center;
  opacity: 1;
  transition: all 0.3s;
}
.sw-pants__more .fas {
  position: absolute;
  top: 50%;
  right: 1.087em;
  transform: translate(0, -50%);
}
.lp-box-wrap .sw-stretchPantsList {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 35px;
  margin-top: 50px;
}
.sw-stretchPantsList ._item:last-child {
  order: 1;
}
.sw-stretchPantsList::after {
  content: '';
  display: block;
  width: 3px;
  height: calc(1002 / 1295 * 100%);
  margin: auto;
  background-image: url('../img/dot-vertical.png');
  background-size: contain;
}
.lp-box-wrap .sw-stretchFeatureList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 35px;
}
.sw-stretchFeatureItem:last-child {
  grid-column: 1 / -1;
}

.sw-saradora-note {
  margin-top: 0.75em;
  font-size: 12px;
}

@media screen and (max-width: 1050px) {
  .sw-pants__label {
    font-size: 13px;
  }
  .sw-pants__item.-col-2 .sw-pants__label {
    font-size: 14px;
  }
  .sw-pants__checkList {
    font-size: max(10px, 10 / 645 * 100vw);
  }
}

@media screen and (max-width: 640px) {
  .sw-pants {
    --columns: 2;
    gap: 16px 10px;
  }
  .sw-pants__item {
    gap: 10px;
  }
  .sw-pants__label {
    font-size: 12px;
  }
  .sw-pants__btnItem a {
    font-size: 11px;
  }
  .lp-box-wrap .sw-stretchPantsList {
    grid-template-columns: none;
    gap: 25px;
    width: calc(444 / 580 * 100%);
    margin-top: 25px;
    margin-inline: auto;
  }
  .sw-stretchPantsList::after {
    width: 100%;
    height: 2px;
    background-image: url('../img/dot-horizontal.png');
  }
  .lp-box-wrap .sw-stretchFeatureList {
    grid-template-columns: none;
    margin-top: 25px;
  }
  .sw-sp-none {
    display: none !important;
  }
  .sw-saradora-note {
    font-size: 10px;
  }
}
