:root {
  --color_base: #707070;
  --border_basic: solid 1px var(--color_base);
  --padding_base: 140px;
}

.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%;
}

.codea-look-cnt img {
  height: 745px;
  object-fit: cover;
}

.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 {
  display: flex;
}

.double_box .single {
  width: 50%;
}

.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>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;
  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;
}

.img_only {
  padding-bottom: var(--padding_base);
}

.SP_Only {
  display: none !important;
}

