:root {
  --color_base: #707070;
  --border_basic: solid 1px var(--color_base);
  --padding_base: 140px;
  --padding_list: 14px;
  --gap: 8px;
}

.contents-area {
  width: 100%;
  max-width: unset;
}

.codea-look {
  padding-bottom: var(--padding_base);
}

.codea-look a {
  color: var(--color_base);
}

.codea-look a:hover {
  text-decoration: unset;
}

.codea-look>div {
  max-width: 1190px;
  margin: 0 auto;
}

.codea-look img {
  width: 100%;
}

.single_box {
  display: flex;
  flex-direction: column;
}

.single {
  width: 100%;
  box-sizing: border-box;
}

.single_box>.single:nth-child(2n) {
  padding-top: var(--padding_base);
}

.double_box {
  padding: 0 var(--padding_list);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap);
}

.double_box .single {
  width: calc(50% - (var(--gap) / 2));
}

.single>a>ul {
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.single>a>ul>li {
  width: 50%;
}

.single>a>ul>li.full {
  width: 100%;
}

.text_box {
  font-family: Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.text_box.left {
  padding-right: 50%;
}

.text_box.right {
  padding-left: 50%;
}

.text_box>ul {
  padding: 32px 24px 24px;
}

.text_box>ul.attention {
  margin-bottom: 24px;
  position: relative;
}

.text_box>ul.attention::after {
  content: "*1 ルミネ新宿店 / ZOZOTOWN 限定カラー";
  font-size: 0.8em;
  color: var(--color_base);
  left: 24px;
  bottom: 0;
  position: absolute;
  display: block;
}

.text_box>ul.attention.B::after {
  content: "*2 ZOZOTOWN 限定カラー";
}

.text_box>ul>li {
  display: inline-block;
}

.text_box>ul>li::after {
  content: "/";
  padding: 0 2px 0 6px;
}

.text_box>ul>li:last-child::after {
  display: none;
}

.text_box>.buy_btn {
  width: 48px;
  margin: 0 auto 96px;
  padding: 0px 4px;
  border: var(--border_basic);
  background-color: #fff;
  display: block;
  box-sizing: border-box;
}

.c-all a {
  /* margin: 160px auto 150px; */
  margin: 60px auto;
  width: 547px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: var(--border_basic);
  background-color: #fff;
  font-size: 22px;
  letter-spacing: 0.03em;
}

.c-bnr {
  width: 967px;
  margin: 0 auto 145px;
}

.other img {
  max-width: 750px;
  margin: 0 auto;
  display: block;
}

.img_only {
  padding-bottom: var(--padding_base);
}

.SP_Only {
  display: none !important;
}