@charset "UTF-8";

#id2602socks html {
  font-size: 16px;
  overflow-x: hidden;
}

#id2602socks body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

#id2602socks {
  overflow-x: hidden;
}

#id2602socks a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  #id2602socks a[href^="tel:"] {
    pointer-events: auto;
  }
}

#id2602socks a {
  transition: opacity 0.3s;
}

#id2602socks a:hover {
  opacity: 0.7;
}

#id2602socks *,
#id2602socks *::before,
#id2602socks *::after {
  box-sizing: border-box;
}

/* Remove default padding */
#id2602socks ul,
#id2602socks ol {
  padding: 0;
}

/* Remove default margin */
#id2602socks body,
#id2602socks h1,
#id2602socks h2,
#id2602socks h3,
#id2602socks h4,
#id2602socks p,
#id2602socks ul,
#id2602socks ol,
#id2602socks figure,
#id2602socks blockquote,
#id2602socks dl,
#id2602socks dd {
  margin: 0;
}

/* Set core root defaults */
#id2602socks html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
#id2602socks body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
#id2602socks ul,
#id2602socks ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
#id2602socks a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

#id2602socks a {
  text-decoration: none;
}

/* Make images easier to work with */
#id2602socks img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
#id2602socks article>*+* {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
#id2602socks input,
#id2602socks button,
#id2602socks textarea,
#id2602socks select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
#id2602socks img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
#id2602socks input,
#id2602socks button,
#id2602socks select,
#id2602socks textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

#id2602socks textarea {
  resize: vertical;
}

#id2602socks input[type=checkbox],
#id2602socks input[type=radio] {
  display: none;
}

#id2602socks input[type=submit],
#id2602socks input[type=button],
#id2602socks label,
#id2602socks button,
#id2602socks select {
  cursor: pointer;
}

#id2602socks select::-ms-expand {
  display: none;
}

/* MVセクション */
#id2602socks .mv {
  position: relative;
  height: auto;
}

#id2602socks .mv-img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1600 / 600;
  opacity: 0;
  transition: opacity 1.8s ease-in-out;
}

#id2602socks .mv-img.is-loaded {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #id2602socks .mv-img {
    aspect-ratio: 393 / 470;
  }
}

#id2602socks .mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* MV情報セクション */
#id2602socks .mv-info {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  #id2602socks .mv-info {
    margin-top: 70px;
  }
}

#id2602socks .mv-info-item {
  text-align: center;
}

#id2602socks .mv-info-item-title {
  color: #232937;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 47px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.16em;
  margin-bottom: 11px;
}

@media screen and (max-width: 768px) {
  #id2602socks .mv-info-item-title {
    font-size: 26px;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
  }
}

#id2602socks .mv-info-item-text {
  color: #232937;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin-top: 11px;
}

@media screen and (max-width: 768px) {
  #id2602socks .mv-info-item-text {
    font-size: 16px;
    margin-top: 0;
    letter-spacing: 0.01em;
  }
}

#id2602socks .look-btn {
  margin-top: 37px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #id2602socks .look-btn {
    margin-top: 24px;
  }
}

#id2602socks .look-btn2 {
  margin-top: 115px;
}

@media screen and (max-width: 768px) {
  #id2602socks .look-btn2 {
    display: none;
  }
}

#id2602socks .look-btn-link {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  padding: 24px 16px 24px 96px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #232937;
  text-decoration: none;
  transition: opacity 0.3s;
  width: 400px;
}

@media screen and (max-width: 768px) {
  #id2602socks .look-btn-link {
    font-size: 16px;
    padding: 24px 16px 24px 78px;
    max-width: 345px;
    width: 100%;
  }
}

#id2602socks .look-btn-link:hover {
  opacity: 0.85;
  color: #fff;
}

#id2602socks .look-btn-link::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  margin-left: 4px;
}

@media screen and (max-width: 768px) {
  #id2602socks .look-btn-link::after {
    width: 8px;
    height: 8px;
  }
}

/* 掲載アイテムを一覧で見るボタン下の縦棒 */
#id2602socks .mv-info .border {
  width: 1px;
  height: 100px;
  margin: 0 auto;
  margin-top: 50px;
  background-color: #232937;
}

@media screen and (max-width: 768px) {
  #id2602socks .mv-info .border {
    height: 60px;
    margin-top: 24px;
  }
}

/* Lookセクション */
#id2602socks .look {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  #id2602socks .look {
    margin-top: 142px;
  }
}

#id2602socks .look-items {
  display: flex;
  flex-direction: column;
  gap: 0;
}

#id2602socks .look-item {
  margin-bottom: 200px;
  margin-right: 12.3%;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease;
}

#id2602socks .look-item.is-visible {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1400px) {
  #id2602socks .look-item {
    margin-right: 6.5%;
  }
}

#id2602socks #look2 .look-item:last-child {
  margin-bottom: 0;
}

#id2602socks .look-item-reverse {
  margin-right: 0;
  margin-left: 12.3%;

  &::before {
    border-right: none;
    border-left: 1px solid #a8c8e0;
  }
}

@media screen and (max-width: 1400px) {
  #id2602socks .look-item-reverse {
    margin-left: 6.5%;
  }
}

@media screen and (max-width: 768px) {
  #id2602socks .look-item-reverse {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  #id2602socks .look-item {
    padding-top: 48px;
    padding-bottom: 18px;
    margin-right: 5.089058524vw;
    margin-bottom: 171px;
  }

  #id2602socks .look-item.look-item-reverse {
    padding-top: 48px;
    margin-left: 7.6%;
    margin-right: 0;
    margin-bottom: 80px;
  }
}

#id2602socks .look-item-inner {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 0 45px;
  max-width: 1018px;
  margin-inline: auto;
}

#id2602socks .look-item.look-item-row .look-item-inner {
  gap: 20px;
  padding: 60px 20px 45px 0;
}

@media screen and (min-width: 1601px) {
  #id2602socks .look-item.look-item-row .look-item-inner {
    padding: 60px 0 45px;
    margin-inline: unset;
  }
}

@media screen and (max-width: 768px) {
  #id2602socks .look-item.look-item-row .look-item-inner {
    padding: 60px 0 45px;
  }
}

#id2602socks .look-item-reverse .look-item-inner {
  max-width: 1136px;
  margin-left: 80px;
}

/* @media screen and (min-width: 1601px) {
  #id2602socks .look-item-reverse .look-item-inner {
    margin-inline: auto;
  }
} */

@media screen and (min-width: 1601px) {

  #id2602socks .look-item,
  #id2602socks .look-item.look-item-reverse {
    max-width: 1218px;
    width: 100%;
    margin-inline: auto;
  }

  #id2602socks .look-item::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -9999px;
    border-top: 1px solid #a8c8e0;
    border-bottom: 1px solid #a8c8e0;
    pointer-events: none;
  }

  #id2602socks .look-item.look-item-reverse::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -9999px;
    border-top: 1px solid #435086;
    border-bottom: 1px solid #435086;
    pointer-events: none;
  }

  #id2602socks #look2 .look-item:nth-child(1)::after {
    border-color: #9D7C4B;
  }

  #id2602socks #look .look-item:nth-child(2)::after {
    border-color: #435086;
  }
}

@media screen and (max-width: 1400px) {
  #id2602socks .look-item-reverse .look-item-inner {
    margin-left: 5.7vw;
  }
}

@media screen and (max-width: 768px) {
  #id2602socks .look-item-reverse .look-item-inner {
    margin-left: 0;
  }
}

#id2602socks .look-item::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #a8c8e0;
  pointer-events: none;
  border-left: none;
}

#id2602socks .look-item.look-item-reverse::before {
  border-right: none;
  border-left: 1px solid #a8c8e0;
}

@media screen and (max-width: 768px) {
  #id2602socks .look-item.look-item-reverse::before {
    left: -9px;
  }
}

@media screen and (max-width: 768px) {
  #id2602socks .look-item-inner::before {
    top: 24px;
    left: 16px;
    right: 16px;
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #id2602socks .look-item-inner {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }

  #id2602socks .look-item-inner::before {
    display: none;
  }
}

#id2602socks .look-item:nth-child(2) .look-item-inner {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  #id2602socks .look-item:nth-child(2) .look-item-inner {
    flex-direction: column;
  }
}

/* アニメーション look-item-img-wrap fadeInLeft / fadeInRight */
@keyframes fadeInLeft2602 {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight2602 {
  from {
    opacity: 0;
    transform: translateX(40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

#id2602socks .look-item:not(.look-item-reverse) .look-item-img-wrap {
  opacity: 0;
  transform: translateX(-40px);
}

#id2602socks .look-item:not(.look-item-reverse) .look-item-img-wrap.is-visible {
  animation: fadeInLeft2602 0.8s ease forwards;
}

#id2602socks .look-item.look-item-reverse .look-item-img-wrap {
  opacity: 0;
  transform: translateX(40px);
}

#id2602socks .look-item.look-item-reverse .look-item-img-wrap.is-visible {
  animation: fadeInRight2602 0.8s ease forwards;

}

.look-item-img-wrap.is-visible picture {
  opacity: 1;
  transition: .3s;
}

.look-item-img-wrap.is-visible picture:hover {
  opacity: .7;
  transition: .3s;
}

#id2602socks .look-item-img-wrap {
  position: relative;
  z-index: 1;
  max-width: 479px;
  width: 100%;
  flex-shrink: 0;
  margin-top: -160px;
}

#id2602socks a.look-item-img-wrap:hover img {
  opacity: 0.85;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  #id2602socks .look-item-img-wrap {
    width: 44%;
  }
}

@media screen and (max-width: 768px) {
  #id2602socks .look-item-img-wrap {
    max-width: 331px;
    width: 100%;
    margin-top: -177px;
    margin-left: 9px;
    margin-bottom: 25px;
  }

  #id2602socks .look-item-reverse .look-item-img-wrap {
    margin-left: 0;
    margin-right: 16px;
    margin-bottom: 25px;
  }
}

#id2602socks .look-item-img-wrap .look-item-image {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 479/577;
}

@media screen and (max-width: 768px) {
  #id2602socks .look-item-img-wrap .look-item-image {
    aspect-ratio: 331/401;
    object-fit: contain;
  }
}

#id2602socks .look-item-content {
  position: relative;
  z-index: 1;
  flex: 1;
  max-width: 470px;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  #id2602socks .look-item-content {
    max-width: 321px;
    padding: 0;
  }
}

#look2 .look-item.look-item-reverse .look-item-content {
  max-width: 497px;
}

@media screen and (max-width: 768px) {
  #look2 .look-item.look-item-reverse .look-item-content {
    max-width: 321px;
  }
}

#id2602socks .look-item-title {
  color: #4F83A3;
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 13px;
  letter-spacing: 0.05em;
  text-align: left;
}

@media screen and (max-width: 1400px) {
  #id2602socks .look-item-title {
    font-size: max(30px, 2.857142857vw);
  }
}

@media screen and (max-width: 768px) {
  #id2602socks .look-item-title {
    font-size: 32px;
    line-height: 1.1;
    margin: 0 0 20px;
  }
}

#id2602socks .look-item-title-ja {
  color: #232937;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 33px;
}

@media screen and (max-width: 768px) {
  #id2602socks .look-item-title-ja {
    display: none;
  }
}

#id2602socks .look-item-text {
  color: #232937;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0 0 40px;
  max-width: 450px;
}

@media screen and (max-width: 768px) {
  #id2602socks .look-item-text {
    font-size: 14px;
    line-height: 2.2;
    margin-bottom: 32px;
  }
}

#id2602socks .look-item-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 20px 76px;
  width: 290px;
  background-color: #232937;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.3s;
}

@media screen and (max-width: 768px) {
  #id2602socks .look-item-btn-wrap {
    text-align: right;
  }

  #id2602socks .look-item-btn {
    padding: 14px 20px 14px 45px;
    width: 200px;
    font-size: 14px;
  }
}

#id2602socks .look-item-btn:hover {
  opacity: 0.85;
  color: #fff;
}

#id2602socks .look-item-btn::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  margin-left: 4px;
}

@media screen and (max-width: 768px) {
  #id2602socks .look-item-btn::after {
    width: 8px;
    height: 8px;
  }
}

#id2602socks .look-item-products {
  position: absolute;
}

#id2602socks .look-item-products img {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#id2602socks .look-item-products01 {
  bottom: -11%;
  right: 3%;
}

#id2602socks .look-item-products01 img {
  width: 287px;
  aspect-ratio: 287/206;
}

#id2602socks .look-item-products02 {
  bottom: -21%;
  left: calc(50% - 244px);
}

@media screen and (min-width: 1601px) {
  #id2602socks .look-item-products02 {
    left: 455px;
  }
}

#id2602socks .look-item-products02 img {
  width: 230px;
  aspect-ratio: 230/302;
}

#id2602socks .look-item-products03 {
  bottom: -13%;
  right: 1.3%;
}

#id2602socks .look-item-products03 img {
  width: 267px;
  aspect-ratio: 267/333;
}

#id2602socks .look-item-products04 {
  bottom: -8%;
  left: calc(50% - 300px);
}

@media screen and (min-width: 1601px) {
  #id2602socks .look-item-products04 {
    left: 400px;
  }
}

#id2602socks .look-item-products04 img {
  width: 288px;
  aspect-ratio: 288/192;
}

@media screen and (max-width: 1400px) {
  #id2602socks .look-item-products01 {
    right: -3%;
  }

  #id2602socks .look-item-products01 img {
    width: 20vw;
  }

  #id2602socks .look-item-products02 {
    bottom: -25%;
    left: 48%;
    transform: translateX(-50%);
  }

  #id2602socks .look-item-products02 img {
    width: 16.4vw;
  }

  #id2602socks .look-item-products03 {
    bottom: -18%;
    right: -3.7%;
  }

  #id2602socks .look-item-products03 img {
    width: 19vw;
  }

  #id2602socks .look-item-products04 {
    bottom: -12%;
    left: 46%;
    transform: translateX(-50%);
  }

  #id2602socks .look-item-products04 img {
    width: 20.6vw;
  }
}

@media screen and (max-width: 768px) {
  #id2602socks .look-item-products {
    display: none;
  }
}

#id2602socks .look-item-label {
  position: absolute;
  z-index: 1;
  top: 1px;
  right: -30px;
  background-color: #ffffff;
  padding: 16px 10px;
  color: #4F83A3;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

#id2602socks .look-item-reverse .look-item-label {
  right: auto;
  left: -27px;
}

@media screen and (max-width: 768px) {
  #id2602socks .look-item-label {
    writing-mode: horizontal-tb;
    font-size: 18px;
    padding: 0px 16px;
    top: auto;
    bottom: -14px;
    right: 1px;
  }

  #id2602socks .look-item:nth-child(2) .look-item-label {
    left: -8px;
  }
}

/* Look 02・03・04 の枠・ラベル・タイトル色 */
#id2602socks #look .look-item:nth-child(2)::before,
#id2602socks #look .look-item:nth-child(2) .look-item-label,
#id2602socks #look .look-item:nth-child(2) .look-item-title {
  border-color: #435086;
  color: #435086;

}

#id2602socks #look2 .look-item:nth-child(1)::before,
#id2602socks #look2 .look-item:nth-child(1) .look-item-label,
#id2602socks #look2 .look-item:nth-child(1) .look-item-title {
  border-color: #9D7C4B;
  color: #9D7C4B;
}

#id2602socks #look2 .look-item:nth-child(2)::before,
#id2602socks #look2 .look-item:nth-child(2) .look-item-label,
#id2602socks #look2 .look-item:nth-child(2) .look-item-title {
  border-color: #816D69;
  color: #816D69;
}

/* バナーセクション */
/* #look 下の画面いっぱいバナー */
#id2602socks .look-shoes {
  width: 100%;
  position: relative;
  margin-top: 0;
  margin-bottom: 200px;
}

@media (max-width: 768px) {
  #id2602socks .look-shoes {
    margin-bottom: 150px;
  }
}

#id2602socks .look-shoes-img {
  width: 100%;
  line-height: 0;
}

#id2602socks .look-shoes-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}

/*============================
#id2602socks instagram（当ページのみ）
============================*/
#id2602socks .fitfit-official {
  margin-top: 120px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F7F6F4;
}

#id2602socks .fitfit-official-item {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  max-width: 870px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#id2602socks .fitfit-official-item-img {
  max-width: 116px;
  width: 100%;
  height: auto;
  aspect-ratio: 116/116;
}

#id2602socks .fitfit-official-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#id2602socks .fitfit-official-item-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#id2602socks .fitfit-official-item-text-title {
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
}

#id2602socks .fitfit-official-item-text-text {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 1.7;
  font-family: 'Noto Sans JP', sans-serif;
}

#id2602socks #new-contents .fitfit-official-item-text-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  text-decoration: underline;
}

/*== sp ==*/
@media (max-width: 768px) {
  #id2602socks .fitfit-official {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
  }

  #id2602socks .fitfit-official-item {
    display: block;
  }

  #id2602socks .fitfit-official-item-img {
    width: 56px;
    height: auto;
    margin: 0 auto;
  }

  #id2602socks .fitfit-official-item-text {
    gap: 0;
  }

  #id2602socks .fitfit-official-item-text-title {
    margin: 16px auto 0;
    background-color: #CF0035;
    color: #fff;
    text-align: center;
    max-width: 165px;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 100px;
    padding: 14px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }

  #id2602socks .fitfit-official-item-text-text {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin-top: 24px;
    font-weight: 400;
    color: #272727;
  }
}


/* バナーセクションの詳細スタイル */
#id2602socks .banner-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

#id2602socks .banner-img {
  max-width: 870px;
  width: 100%;

  margin: 0 auto;
}

#id2602socks .banner-link picture {
  display: block;
  width: 100%;
  /* height: 100%; */
  aspect-ratio: 870/190;
}

@media screen and (max-width: 768px) {
  #id2602socks .banner-link picture {
    aspect-ratio: 329/214;
  }
}

#id2602socks .banner-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 共通レイアウト */
#id2602socks .ifPc {
  display: block;
}

@media (max-width: 768px) {
  #id2602socks .ifPc {
    display: none;
  }
}

#id2602socks .ifSp {
  display: none;
}

@media (max-width: 768px) {
  #id2602socks .ifSp {
    display: block;
  }
}

/* #id2602socks .inner {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 24px;
} */
#id2602socks .inner {
  margin: 0 auto;
  padding: 0 15px;
}

/* メディアクエリユーティリティ */
#id2602socks .md-none {
  display: block !important;
}

@media screen and (max-width: 768px) {
  #id2602socks .md-none {
    display: none !important;
  }

  #id2602socks .md-show {
    display: block !important;
  }
}

#id2602socks .md-show {
  display: none !important;
}

@media screen and (max-width: 768px) {
  #id2602socks .md-show {
    display: block !important;
  }
}

#id2602socks .fitfit-official-item-text-btn-link {
  text-decoration: underline !important;
  color: #222;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}

@media screen and (max-width: 768px) {
  #id2602socks .fitfit-official-item-text-btn-link {
    color: #222;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 16px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;

  }
}