@charset "UTF-8";
/*----------------------------------------
共通パーツ
-----------------------------------------*/
#mens .secLabel {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
}
#mens .lineLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  font-style: normal;
  line-height: 1;
}
#mens .lineLink::before, #mens .lineLink::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #d8d8d8;
}

@media only screen and (max-width: 768px) {
  #mens .secLabel {
    font-size: 2rem;
  }
  #mens .lineLink {
    gap: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
  }
  #mens .lineLink::before, #mens .lineLink::after {
    width: 12px;
  }
}
/*----------------------------------------
MAIN
-----------------------------------------*/
#mens .mensMv {
  position: relative;
  background: #1a1a1a;
}
#mens .mensMv picture,
#mens .mensMv img {
  display: block;
  width: 100%;
  height: auto;
}
#mens .mensMv h1 {
  position: absolute;
  left: 50px;
  bottom: 42px;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
}
#mens .mensMv__text {
  display: none;
}
#mens .product {
  padding: 42px 0 145px;
}
#mens .product .secLabel {
  margin-bottom: 92px;
}
#mens .product__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(320px, 1fr) 8% minmax(520px, 800px);
  grid-template-columns: minmax(320px, 1fr) minmax(520px, 800px);
  gap: 8%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#mens .product__text {
  font-weight: 500;
}
#mens .product__nav {
  margin-bottom: 82px;
}
#mens .product__nav button,
#mens .product__nav a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  color: #b8b8b8;
  font-family: inherit;
  font-size: clamp(5rem, 4.7vw, 8rem);
  font-weight: 500;
  line-height: 0.9;
  text-align: left;
  cursor: pointer;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
#mens .product__nav button.is-active, #mens .product__nav button:hover,
#mens .product__nav a.is-active,
#mens .product__nav a:hover {
  color: #1a1a1a;
  opacity: 1;
}
#mens .product__copy {
  position: relative;
  width: min(100%, 540px);
  margin-bottom: 32px;
  line-height: 1.8;
}
#mens .product__copy p {
  display: none;
}
#mens .product__copy p.is-active {
  display: block;
}
#mens .product__visual {
  position: relative;
  width: min(100%, 800px);
  margin-left: auto;
  aspect-ratio: 1600/2221;
}
#mens .product__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#mens .product__visual img.is-active {
  opacity: 1;
}
#mens .productGrid {
  display: none;
}
#mens .mensContents {
  margin-bottom: 100px;
  overflow: hidden;
}
#mens .mensContents .secLabel {
  margin-bottom: 40px;
  padding-left: 20px;
}
#mens .mensContents .mediaScroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  overflow-x: auto;
  padding: 0 calc(2.8vw + 40px) 6px;
}
@media (min-width: 1820px) {
  #mens .mensContents .mediaScroll {
    width: 1820px;
    margin-inline: auto;
    padding-inline: 70px 0;
  }
}
#mens .mensContents .mediaCard {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 365px;
          flex: 0 0 365px;
  display: block;
}
#mens .mensContents .mediaCard img {
  width: 100%;
  aspect-ratio: 449/600;
  margin-bottom: 14px;
  -o-object-fit: cover;
     object-fit: cover;
}
#mens .mensContents .mediaCard small,
#mens .mensContents .mediaCard time {
  display: block;
  font-size: 1rem;
  line-height: 1.4;
}
#mens .mensContents .mediaCard span {
  display: block;
  margin-top: 4px;
  font-size: 1.5rem;
  line-height: 1.45;
}
#mens .fabric {
  margin-bottom: 104px;
}
#mens .fabric__head {
  margin-bottom: 45px;
  padding-left: 20px;
}
#mens .fabric__head .secLabel {
  margin-bottom: 20px;
}
#mens .fabric__head p {
  line-height: 1.85;
}
#mens .fabric__layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(520px, 900px) 8.2% minmax(440px, 800px);
  grid-template-columns: minmax(520px, 900px) minmax(440px, 800px);
  gap: 8.2%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#mens .fabric__side {
  min-width: 0;
}
#mens .fabric__visual {
  position: relative;
  height: 100%;
}
#mens .fabric__panel {
  position: absolute;
  inset: 0;
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 180px 40px;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
#mens .fabric__panel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
#mens .fabric__panel.is-active {
  position: relative;
  inset: auto;
  opacity: 1;
  visibility: visible;
}
#mens .fabric__panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mens .fabric__panel div {
  position: relative;
  z-index: 1;
}
#mens .fabric__panel p:first-child {
  margin-bottom: 32px;
  font-size: 3rem;
}
#mens .fabric__panel h3 {
  margin-bottom: 48px;
  font-size: clamp(2rem, 1.8vw, 3rem);
  font-weight: bold;
  line-height: 1.5;
}
#mens .fabric__panel p:last-child {
  font-size: 1.7rem;
  line-height: 2.3;
  font-weight: 500;
}
#mens .fabric__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 34px;
  margin-bottom: 38px;
}
#mens .fabric__tabs button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 10px 3px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: #1a1a1a;
  font-family: inherit;
  font-size: 2rem;
  font-weight: 500;
  cursor: pointer;
}
#mens .fabric__tabs button.is-active {
  border-color: #1a1a1a;
}
#mens .fabricItems {
  display: none;
}
#mens .fabricItems.is-active {
  display: block;
}
#mens .fabricItem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 36px 1fr 36px auto;
  grid-template-columns: 200px 1fr auto;
  gap: 0 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 170px;
  border-bottom: 1px solid #9d9d9d;
  padding: 0 20px;
}
@media (max-width: 1600px) {
  #mens .fabricItem {
    -ms-grid-columns: 200px 1fr;
    grid-template-columns: 200px 1fr;
  }
}
#mens .fabricItem img {
  width: 100%;
  height: auto;
}
#mens .fabricItem span {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
}
#mens .fabricItem .lineLink {
  white-space: nowrap;
}
#mens .craft {
  padding: 0 20px 98px;
}
#mens .craft__head {
  margin-bottom: 55px;
}
#mens .craft__head .secLabel {
  margin-bottom: 22px;
}
#mens .craft__head p {
  line-height: 1.85;
}
#mens .craft__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(12, 1fr);
  gap: 50px;
  width: min(1260px, 78%);
  margin: 0 auto;
}
#mens .craftCard {
  display: block;
  -ms-grid-column-span: 4;
  grid-column: span 4;
  text-align: center;
}
#mens .craftCard:nth-child(1) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-column: 3/span 3;
}
#mens .craftCard:nth-child(1).--womens {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
#mens .craftCard:nth-child(2) {
  -ms-grid-column: 6;
  -ms-grid-column-span: 3;
  grid-column: 6/span 3;
}
#mens .craftCard:nth-child(2).--womens {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
#mens .craftCard:nth-child(3) {
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-column: 9/span 3;
}
#mens .craftCard:nth-child(3).--womens {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
#mens .craftCard:nth-child(n+4) {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
#mens .craftCard:nth-child(n+4).--womens {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
#mens .craftCard img {
  width: 100%;
  aspect-ratio: 600/400;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 18px;
}
#mens .craftCard span {
  display: block;
  margin-bottom: 9px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
#mens .craftCard .lineLink {
  display: none;
}

.modaal-wrapper .modaal-container {
  max-width: min(68vw, 1300px);
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modaal-wrapper .modaal-content-container {
  padding: 0;
}
.modaal-wrapper .modaal-close {
  display: none;
}

.modalSlider {
  width: 100%;
}
.modalSlider .slick-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  top: 50%;
  z-index: 5;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: transparent;
  color: transparent;
  overflow: hidden;
  cursor: pointer;
}
.modalSlider .slick-prev {
  left: calc(50% - min(34vw, 650px) - 92px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modalSlider .slick-next {
  right: calc(50% - min(34vw, 650px) - 92px);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.modalSlide {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 0.9fr 80px 1.1fr;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5vw 6vw 80px;
}
.modalSlide.--styling {
  padding: 3vw 3vw 80px;
  gap: 30px;
}
@media (max-width: 1000px) {
  .modalSlide {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .modalSlide h3 {
    -ms-grid-column-span: 1 !important;
    grid-column: span 1 !important;
  }
  .modalSlide img {
    margin: 0 auto;
  }
}
.modalSlide div {
  position: relative;
  height: 100%;
}
.modalSlide div.--auto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  .modalSlide div.--auto {
    display: block;
  }
}
.modalSlide img {
  width: 100%;
  max-width: 350px;
}
.modalSlide h3 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.modalSlide h4 {
  margin-top: 26px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  word-break: break-word;
}
.modalSlide p {
  font-size: 1.7rem;
  line-height: 2.2;
}
.modalSlide p.--styling {
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: left;
}
.modalSlide p small {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
}
.modalSlide p small + small {
  font-size: 1.7rem;
}

.craftModalSlider .modalSlide h3 {
  margin: 24px 0 0;
  text-align: left;
}

.modalClose {
  position: absolute;
  bottom: -50px;
  left: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1a1a1a;
  font-family: inherit;
  font-size: 3rem;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .modalClose {
    position: relative;
  }
}
.modalClose::before {
  content: "⊗";
  display: inline-block;
  color: #8a8a8a;
  font-size: 3rem;
  text-align: center;
  font-weight: 300;
}

.styling-gallery {
  max-width: 350px;
  margin-inline: auto;
}
.styling-gallery__image {
  display: block;
  width: 100%;
  margin: 0;
}
.styling-gallery__image[hidden] {
  display: none;
}
.styling-gallery__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 36px;
  margin-top: 12px;
}
.styling-gallery__arrow {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.styling-gallery__arrow::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.styling-gallery__arrow--prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.styling-gallery__count {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  white-space: pre;
}

@media only screen and (max-width: 768px) {
  #mens .mensMv h1 {
    left: auto;
    right: 16px;
    top: 18px;
    bottom: auto;
    font-size: 2rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  #mens .mensMv__text {
    display: block;
    position: absolute;
    left: 10px;
    bottom: 12px;
    padding: 2px 8px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2;
  }
  #mens .mensMv__text span {
    border: 1px solid #fff;
    padding: 0 5px;
  }
  #mens .localHd {
    display: none;
  }
  #mens .product {
    padding: 18px 0 32px;
  }
  #mens .product .secLabel {
    margin-bottom: 10px;
  }
  #mens .product__body {
    display: none;
  }
  #mens .productGrid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 5px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 5px;
  }
  #mens .productGrid a {
    display: block;
    text-align: center;
  }
  #mens .productGrid img {
    width: 100%;
    aspect-ratio: 1600/2221;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 9px;
  }
  #mens .productGrid span {
    display: block;
    margin-bottom: 6px;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1;
  }
  #mens .productGrid a:last-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  #mens .mensContents {
    margin-bottom: 34px;
  }
  #mens .mensContents .secLabel {
    margin-bottom: 10px;
    padding-left: 0;
  }
  #mens .mensContents .mediaScroll {
    gap: 15px;
    padding-inline: 10%;
  }
  #mens .mensContents .mediaCard {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
  }
  #mens .mensContents .mediaCard img {
    margin-bottom: 6px;
  }
  #mens .mensContents .mediaCard small,
  #mens .mensContents .mediaCard time {
    font-size: 0.8rem;
  }
  #mens .mensContents .mediaCard span {
    margin-top: 2px;
    font-size: 0.9rem;
  }
  #mens .fabric {
    margin-bottom: 34px;
  }
  #mens .fabric__head {
    margin-bottom: 20px;
    padding-left: 0;
  }
  #mens .fabric__head .secLabel {
    margin-bottom: 9px;
  }
  #mens .fabric__head p {
    line-height: 1.85;
    padding-left: 5%;
  }
  #mens .fabric__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #mens .fabric__visual {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 14px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  #mens .fabric__side {
    display: contents;
  }
  #mens .fabric__panel {
    display: none;
    position: relative;
    inset: auto;
    padding: 14% 5%;
  }
  #mens .fabric__panel.is-active {
    display: -ms-grid;
    display: grid;
  }
  #mens .fabric__panel p:first-child {
    margin-bottom: 18px;
    font-size: 1.2rem;
  }
  #mens .fabric__panel h3 {
    margin-bottom: 26px;
    font-size: 1.7rem;
  }
  #mens .fabric__panel p:last-child {
    font-size: 1.1rem;
    line-height: 2;
  }
  #mens .fabric__tabs {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    gap: 34px;
    margin: 0 auto 14px;
  }
  #mens .fabric__tabs button {
    font-size: 1.5rem;
  }
  #mens .fabricItems {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  #mens .fabricItem {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 16px 25px;
    min-height: 98px;
    padding: 14px;
  }
  #mens .fabricItem span {
    font-size: 1.5rem;
  }
  #mens .fabricItem small {
    font-size: 1.5rem;
  }
  #mens .fabricItem .lineLink {
    grid-column: 1/-1;
  }
  #mens .craft {
    padding: 0 0 34px;
  }
  #mens .craft__head {
    margin-bottom: 18px;
  }
  #mens .craft__head .secLabel {
    margin-bottom: 9px;
  }
  #mens .craft__head p {
    font-size: 1.1rem;
    line-height: 1.85;
  }
  #mens .craft__grid {
    -ms-grid-columns: minmax(0, 1fr) 8px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 8px;
    width: 100%;
  }
  #mens .craftCard {
    grid-column: auto !important;
  }
  #mens .craftCard img {
    margin-bottom: 6px;
  }
  #mens .craftCard span {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
  #mens .craftCard .lineLink {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .modaal-wrapper .modaal-container {
    width: calc(100vw - 100px);
    max-width: calc(100vw - 100px);
  }
  .modalSlider .slick-arrow {
    width: 22px;
    height: 22px;
  }
  .modalSlider .slick-prev {
    left: 14px;
  }
  .modalSlider .slick-next {
    right: 14px;
  }
  .modalSlide {
    display: block !important;
    min-height: 0;
    padding: 28px 18px;
  }
  .modalSlide.--styling {
    padding: 25px 25px 30px;
  }
  .modalSlide img {
    display: block;
    width: min(100%, 300px);
    margin: 0 auto 10px;
  }
  .modalSlide h3 {
    margin-bottom: 18px;
    font-size: 2.2rem;
  }
  .modalSlide h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.7rem;
    text-align: left;
  }
  .modalSlide p {
    font-size: 1.1rem;
    line-height: 1.9;
    text-align: justify;
  }
  .modalSlide p.--styling {
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
  }
  .modalSlide p small {
    font-size: 1rem;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .modalSlide p small + small {
    font-size: 1.2rem;
  }
  .craftModalSlider .modalSlide h3 {
    margin: 14px 0 12px;
    font-size: 1.7rem;
    text-align: center;
  }
  .modalClose {
    margin: 22px auto 0;
    font-size: 1.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: auto;
  }
  .modalClose::before {
    font-size: 1.5rem;
  }
  .styling-gallery {
    max-width: 350px;
    margin-inline: auto;
  }
  .styling-gallery__image {
    display: block;
    width: 100%;
    margin: 0;
  }
  .styling-gallery__image[hidden] {
    display: none;
  }
  .styling-gallery__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 36px;
    margin-top: 12px;
  }
  .styling-gallery__arrow {
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
  }
  .styling-gallery__arrow::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .styling-gallery__arrow--prev::before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .styling-gallery__count {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    white-space: pre;
  }
}
#mens .optionPack {
  padding: 0 20px 106px;
}
#mens .optionPack__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: min(1350px, 78%);
  margin: 0 auto;
}
#mens .optionPack__group {
  width: 64%;
  text-align: center;
}
#mens .optionPack__group + #mens .optionPack__group {
  margin-top: 0;
}
#mens .optionPack__group--comfort {
  width: 29%;
}
#mens .optionPack__group h2 {
  margin-bottom: 6px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}
#mens .optionPack__group p {
  margin-bottom: 35px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}
#mens .optionPack__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 30px;
}
#mens .optionPackCard {
  display: block;
  text-align: center;
}
#mens .optionPackCard img {
  width: 100%;
  aspect-ratio: 500/451;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 12px;
}
#mens .optionPackCard span {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}
#mens .optionPackCard small {
  display: block;
  margin-top: 6px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
#mens .optionPackCard--wide {
  grid-column: 1/-1;
}
#mens .optionPackCard--wide img {
  aspect-ratio: 740/451;
}

@media only screen and (max-width: 768px) {
  #mens .optionPack {
    display: block;
    padding: 0 0 34px;
  }
  #mens .optionPack__inner {
    display: block;
    width: 100%;
  }
  #mens .optionPack__group {
    width: 100%;
  }
  #mens .optionPack__group + #mens .optionPack__group {
    margin-top: 38px;
  }
  #mens .optionPack__group--comfort {
    margin-top: 45px;
  }
  #mens .optionPack__group h2 {
    margin-bottom: 4px;
    font-size: 1.7rem;
  }
  #mens .optionPack__group p {
    margin-bottom: 12px;
    font-size: 1.7rem;
  }
  #mens .optionPack__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 8px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 8px;
    width: 100%;
  }
  #mens .optionPackCard {
    width: auto;
    grid-column: auto !important;
  }
  #mens .optionPackCard img {
    margin-bottom: 8px;
  }
  #mens .optionPackCard span {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
  #mens .optionPackCard small {
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 1.2rem;
  }
  #mens .optionPackCard--wide {
    grid-column: 1/-1 !important;
  }
  #mens .optionPackCard--wide img {
    aspect-ratio: 740/451;
  }
}