/* Sub Navigation
----------------------------------------------- */
.l-subnav {
  display: none;
}

/* Main
----------------------------------------------- */
.l-main {
  padding-top: 0;
}

/* Article
----------------------------------------------- */
.l-article {
  position: relative;
  margin-top: -172px;
  padding-bottom: 0;
  color: #000;
  font-family: "Zen Old Mincho", serif;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .l-article {
    margin-top: -123px;
  }
}

.l-article:before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  top: -172px;
  top: 0;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  background-color: #F1F1F1;
  background-image: url(../img/products/kandou/background.png);
  background-position: center top;
  background-size: 248px auto;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .l-article:before {
    margin-inline: -24px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .l-article:before {
    background-size: 200px auto;
  }
}

@media print {
  .l-article:before {
    margin-inline: -40px;
    width: auto;
  }
}

/* Local nav
----------------------------------------------- */
@media screen and (max-width: 767px) {
  .c-localnav, .c-localnav--products {
    padding-top: 40px;
  }
}

.c-localnav:before, .c-localnav--products:before {
  height: 1px;
  background-color: #E4E4E4;
  mask: none;
}

.c-localnav__title {
  gap: 8px 16px;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 900;
}

.c-localnav__title:before {
  display: block;
  content: "";
  width: 9px;
  height: 14px;
  background-image: url(../img/products/kandou/ic_deco.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-localnav__title i {
  gap: 0;
  color: #929292;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

.c-localnav__title i:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-localnav__title {
    margin-top: 24px;
    font-size: 18px;
  }
  .c-localnav__title i {
    font-size: 13px;
  }
}

.c-localnav--products .c-localnav__item .anchor {
  border-radius: 4px;
}

.c-localnav--products .c-localnav__item .anchor .icon:before {
  background-color: #1F2B66;
}

@media (any-hover: hover) {
  .c-localnav--products .c-localnav__item .anchor:hover .icon:before {
    background-color: #1F2B66;
  }
}

.c-localnav--products .c-localnav__label {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
}

/* Page header
----------------------------------------------- */
.c-lppageheader {
  position: relative;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  .c-lppageheader {
    margin-inline: -24px;
    width: auto;
  }
}

@media print {
  .c-lppageheader {
    margin-inline: -40px;
    width: auto;
  }
}

.c-lppageheader__outer {
  margin-inline: 40px;
}

@media screen and (max-width: 767px) {
  .c-lppageheader__outer {
    margin-inline: 0;
  }
}

.c-lppageheader__inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-inline: auto;
  max-width: 1152px;
  height: 828px;
}

@media screen and (max-width: 767px) {
  .c-lppageheader__inner {
    justify-content: center;
    height: 563px;
  }
}

.c-lppageheader__title {
  width: 239px;
  width: clamp(120px, 20.7465277778vw, 239px);
  text-indent: 100%;
  white-space: nowrap;
  background-image: url(../img/products/kandou/header_title.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  z-index: 2;
  aspect-ratio: 239 / 372;
}

@media screen and (max-width: 767px) {
  .c-lppageheader__title {
    width: 120px;
  }
}

.c-lppageheader__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 656px;
  overflow: hidden;
  z-index: -1;
}

.c-lppageheader__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

@media screen and (max-width: 767px) {
  .c-lppageheader__image {
    height: 440px;
  }
  .c-lppageheader__image img {
    object-position: center;
  }
}

/* Intro
----------------------------------------------- */
.c-lpintro {
  margin-right: 27.4305555556%;
  padding-top: 56px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-lpintro {
    margin-right: 24.6527777778%;
  }
}

@media screen and (max-width: 767px) {
  .c-lpintro {
    margin-right: 0;
    padding-top: 120px;
  }
}

.c-lpintro__column {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 1023px) {
  .c-lpintro__column {
    flex-direction: column;
  }
}

.c-lpintro__col:first-child {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 12px;
  width: 47.8468899522%;
  order: 2;
}

.c-lpintro__col:last-child {
  width: 47.8468899522%;
  order: 1;
}

@media screen and (max-width: 1023px) {
  .c-lpintro__col:first-child {
    display: block;
    padding-bottom: 0;
    width: 100%;
    order: 1;
  }
  .c-lpintro__col:last-child {
    width: 100%;
    order: 2;
  }
}

.c-lpintro__summary {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 2.2em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.c-lpintro__summary small {
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  .c-lpintro__summary {
    writing-mode: initial;
  }
}

@media screen and (max-width: 767px) {
  .c-lpintro__summary {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 2em;
  }
  .c-lpintro__summary small {
    font-size: 13px;
  }
}

/* Anchor
----------------------------------------------- */
.c-lpanchor {
  position: relative;
  margin-top: 40px;
  padding: 48px 0;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .c-lpanchor {
    margin-top: 80px;
    padding: 32px 0;
  }
}

.c-lpanchor:before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  border: 1px solid #E4E4E4;
  border-left: none;
  border-right: none;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .c-lpanchor:before {
    margin-inline: -24px;
    width: auto;
  }
}

@media print {
  .c-lpanchor:before {
    margin-inline: -40px;
    width: auto;
  }
}

.c-lpanchor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .c-lpanchor__list {
    flex-direction: column;
    margin-inline: 8px;
  }
}

.c-lpanchor__item {
  position: relative;
  padding: 0 24px;
  z-index: 1;
}

.c-lpanchor__item:nth-child(n + 2):before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  background-color: #ccc;
  z-index: 1;
}

.c-lpanchor__item .anchor {
  display: flex;
  align-items: center;
  gap: 0 8px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3em;
}

.c-lpanchor__item .anchor:before {
  display: block;
  content: "";
  width: 9px;
  height: 14px;
  background-image: url(../img/products/kandou/ic_deco.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (any-hover: hover) {
  .c-lpanchor__item .anchor {
    transition-property: translate;
    transition-duration: 0.25s;
  }
  .c-lpanchor__item .anchor:hover {
    translate: 0 4px;
    transition-duration: 0.1s;
  }
}

@media screen and (max-width: 1023px) {
  .c-lpanchor__item {
    padding: 0;
  }
  .c-lpanchor__item:nth-child(n + 2) {
    margin-top: 24px;
    padding-top: 24px;
  }
  .c-lpanchor__item:nth-child(n + 2):before {
    top: 0;
    right: 0;
    margin-top: 0;
    width: auto;
    height: 1px;
    background-color: #E4E4E4;
  }
  .c-lpanchor__item .anchor {
    position: relative;
    font-size: 16px;
    z-index: 1;
  }
  .c-lpanchor__item .anchor:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background-color: #1F2B66;
    mask-image: url("../img/common/ic_anchor.svg");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: cover;
    z-index: 1;
  }
}

@media screen and (max-width: 1023px) and (any-hover: hover) {
  .c-lpanchor__item .anchor:hover {
    translate: 0;
  }
}

/* Lineup
----------------------------------------------- */
.c-lplineup {
  position: relative;
  margin-top: 80px;
  padding: 80px 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-lplineup {
    margin-top: 64px;
    padding: 56px 0;
  }
}

.c-lplineup:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  border-top: 1px solid #E4E4E4;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .c-lplineup:before {
    margin-inline: -24px;
    width: auto;
  }
}

@media print {
  .c-lplineup:before {
    margin-inline: -40px;
    width: auto;
  }
}

.c-lplineup__title {
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin-inline: auto;
  width: fit-content;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.1em;
}

.c-lplineup__title:before, .c-lplineup__title:after {
  display: block;
  content: "";
  width: 13px;
  height: 21px;
  background-image: url(../img/products/kandou/ic_deco.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .c-lplineup__title {
    font-size: 24px;
  }
  .c-lplineup__title:before, .c-lplineup__title:after {
    width: 9px;
    height: 14px;
  }
}

/* Kodawari
----------------------------------------------- */
.c-lpkodawari {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .c-lpkodawari {
    padding-top: 64px;
  }
}

.c-lpkodawari__column {
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-lpkodawari__column {
    flex-direction: column;
    gap: 64px 0;
  }
}

.c-lpkodawari__col:first-child {
  width: 184px;
}

.c-lpkodawari__col:last-child {
  padding-top: 64px;
  width: calc(100% - 184px);
}

@media screen and (max-width: 767px) {
  .c-lpkodawari__col:first-child, .c-lpkodawari__col:last-child {
    padding-top: 0;
    width: 100%;
  }
}

.c-lpkodawari__list {
  display: flex;
  gap: 0 4px;
}

@media screen and (max-width: 1023px) {
  .c-lpkodawari__list {
    flex-direction: column;
    gap: 48px 0;
  }
}

.c-lpkodawari__item {
  position: relative;
  padding: 64px 40px 40px;
  width: 100%;
  border-top: 1px solid #1F2B66;
  background-color: #fff;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-lpkodawari__item {
    padding-top: 48px;
  }
}

.c-lpkodawari__no {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  left: 50px;
  padding-bottom: 2px;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6em;
  z-index: 1;
}

.c-lpkodawari__no:before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  background-color: #1F2B66;
  box-shadow: 3px -3px 0 #D4121B;
  z-index: -1;
  rotate: 45deg;
}

.c-lpkodawari__label {
  font-size: 21px;
  font-weight: 900;
  line-height: 1.6em;
}

@media screen and (max-width: 767px) {
  .c-lpkodawari__label {
    font-size: 18px;
  }
}

.c-lpkodawari__summary {
  margin-top: 24px;
  color: #444;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 15px;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .c-lpkodawari__summary {
    font-size: 14px;
  }
}

/* Yurai
----------------------------------------------- */
.c-lpyurai {
  margin-top: 80px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .c-lpyurai {
    margin-top: 0;
    padding-top: 64px;
  }
}

.c-lpyurai__column {
  display: flex;
  margin-inline: 20px;
}

@media screen and (max-width: 767px) {
  .c-lpyurai__column {
    flex-direction: column;
    gap: 40px 0;
    margin-inline: 0;
  }
}

.c-lpyurai__col:nth-child(1) {
  display: flex;
  justify-content: flex-end;
  width: 124px;
  order: 3;
}

.c-lpyurai__col:nth-child(2) {
  display: flex;
  justify-content: flex-end;
  padding-top: 18px;
  width: 316px;
  order: 2;
}

.c-lpyurai__col:nth-child(3) {
  width: calc(100% - 124px - 316px);
  order: 1;
}

@media screen and (max-width: 767px) {
  .c-lpyurai__col:nth-child(1) {
    display: block;
    width: 100%;
    order: 1;
  }
  .c-lpyurai__col:nth-child(2) {
    display: block;
    padding-top: 0;
    width: 100%;
    order: 2;
  }
  .c-lpyurai__col:nth-child(3) {
    width: 100%;
    order: 3;
  }
  .c-lpyurai__col .u-lptitle {
    height: auto;
  }
}

.c-lpyurai__summary {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 2em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.c-lpyurai__summary em {
  font-size: 20px;
  font-style: normal;
}

.c-lpyurai__summary span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.c-lpyurai__summary span:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1.5px;
  width: 3px;
  height: 3px;
  background-color: #D4121B;
  z-index: 1;
  rotate: 45deg;
}

@media screen and (max-width: 767px) {
  .c-lpyurai__summary {
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 2.1em;
    writing-mode: initial;
  }
  .c-lpyurai__summary em {
    font-size: 18px;
  }
  .c-lpyurai__summary span:before {
    top: 0.1em;
    left: 50%;
    right: auto;
    margin: 0 0 0 -1.5px;
  }
}

.c-lpyurai__image {
  display: flex;
  gap: 0 32px;
}

.c-lpyurai__image span {
  display: block;
}

.c-lpyurai__image span:nth-child(2) {
  padding-top: 17.8571428571%;
}

.c-lpyurai__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-lpyurai__image {
    flex-direction: column;
    gap: 16px 0;
  }
  .c-lpyurai__image span {
    max-width: 280px;
    width: 80%;
  }
  .c-lpyurai__image span:nth-child(1) {
    padding-top: 0;
  }
  .c-lpyurai__image span:nth-child(2) {
    margin-left: auto;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-lpyurai__image {
    gap: 0 16px;
  }
}

/* Interview
----------------------------------------------- */
.c-lpinterview {
  margin-top: 80px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .c-lpinterview {
    margin-top: 0;
    padding-top: 64px;
  }
}

.c-lpinterview__column {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .c-lpinterview__column {
    flex-direction: column;
    gap: 40px 0;
  }
}

.c-lpinterview__col:first-child {
  width: 120px;
}

.c-lpinterview__col:last-child {
  padding-top: 64px;
  width: calc(100% - 120px - 64px);
}

@media screen and (max-width: 767px) {
  .c-lpinterview__col:first-child, .c-lpinterview__col:last-child {
    padding-top: 0;
    width: 100%;
  }
}

.c-lpinterview__list {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}

.c-lpinterview__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-lpinterview__item:nth-child(2n) .c-lpinterview__prof {
  order: 2;
}

.c-lpinterview__item:nth-child(2n) .c-lpinterview__message {
  border-color: #D4121B;
  order: 1;
}

.c-lpinterview__item:nth-child(2n) .c-lpinterview__message:before {
  right: -20px;
  left: auto;
  scale: -1 1;
}

@media screen and (max-width: 767px) {
  .c-lpinterview__item {
    display: block;
  }
}

.c-lpinterview__prof {
  width: 120px;
}

.c-lpinterview__prof .image {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}

.c-lpinterview__prof .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-lpinterview__prof .label {
  display: block;
  margin-inline: -4px;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  line-height: 1.6em;
}

@media screen and (max-width: 767px) {
  .c-lpinterview__prof {
    position: relative;
    margin-inline: auto;
    z-index: 2;
  }
}

.c-lpinterview__message {
  position: relative;
  padding: 40px;
  width: calc(100% - 120px - 32px);
  border-top: 1px solid #1F2B66;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.03);
  z-index: 1;
}

.c-lpinterview__message:before {
  display: block;
  content: "";
  position: absolute;
  left: -20px;
  bottom: 30px;
  width: 20px;
  height: 20px;
  background-image: url(../img/products/kandou/interview_tail.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.c-lpinterview__message > *:first-child {
  margin-top: 0;
}

.c-lpinterview__message p {
  color: #444;
  font-family: "Zen Kaku Gothic New", serif;
}

@media screen and (max-width: 767px) {
  .c-lpinterview__message {
    margin-top: -90px;
    padding: 106px 32px 32px;
    width: auto;
  }
  .c-lpinterview__message:before {
    display: none;
  }
}

/* New arrivals
----------------------------------------------- */
.u-product {
  border-top: 1px solid #1F2B66;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}

.u-product__label {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
}

.u-product .icon:before {
  background-color: #1F2B66;
}

@media (any-hover: hover) {
  .u-product:hover .icon:before {
    background-color: #1F2B66;
  }
}

/* Title
----------------------------------------------- */
.u-lptitle {
  display: flex;
  flex-direction: column;
  height: 392px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

@media screen and (max-width: 767px) {
  .u-lptitle {
    margin: auto;
    height: 262px;
  }
}

.u-lptitle span {
  display: block;
  padding: 27px 10px 23px;
  height: fit-content;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.1em;
  background-color: #1F2B66;
  box-shadow: 4px 0 0 #D4121B;
}

.u-lptitle span:nth-child(1) {
  position: relative;
  z-index: 1;
}

.u-lptitle span:nth-child(2) {
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .u-lptitle span {
    padding: 25px 15px 21px;
    font-size: 24px;
  }
}
