@charset "UTF-8";
.bokulabHead_inner {
  position: relative;
  z-index: 1;
  padding-right: 16px;
  padding-left: 16px;
}
.bokulabHead_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 13px;
}
.bokulabHead_item {
  width: 100%;
  max-width: 165px;
}
.bokulabHead_link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 1px solid #e96126;
  padding: 20px 0;
  width: 100%;
  max-width: 326px;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
.bokulabHead_link:hover,
.bokulabHead_link:link,
.bokulabHead_link:visited {
  color: #e96126;
  text-decoration: none;
}
.bokulabHead_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 36px 0;
  margin-top: -50px;
  background-color: #e23b0b;
  padding: max(76px, 20.2666666667vw) 0 max(40px, 10.6666666667vw);
}
.bokulabHead_text {
  width: 236px;
  height: 126px;
}
.bokulabHead_pic {
  display: block;
  width: 180px;
  height: 189px;
}
@media screen and (max-width: 374px) {
  .bokulabHead_inner {
    padding-right: 0;
    padding-left: 0;
  }
  .bokulabHead_item {
    width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .bokulabHead_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .bokulabHead_list {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 265px 265px 265px 265px;
    justify-content: center;
    gap: 0 20px;
  }
  .bokulabHead_item {
    width: auto;
    max-width: 100%;
  }
  .bokulabHead_body {
    flex-direction: row;
    gap: 0 112px;
    margin-top: -32px;
    padding: max(76px, 5.4285714286vw) 0;
  }
  .bokulabHead_text {
    width: 427px;
    height: 228px;
  }
  .bokulabHead_pic {
    width: 331px;
    height: 348px;
  }
}
.bokulabDetail {
  position: relative;
}
.bokulabDetail_contents {
  padding-top: 34px;
  padding-bottom: 58px;
  overflow: hidden;
}
.bokulabDetail_button {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 326px;
}
@media print, screen and (min-width: 768px) {
  .bokulabDetail_contents {
    padding-top: 72px;
    padding-bottom: 112px;
  }
}
.knowledge {
  position: relative;
}
.knowledge:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #f5f5f5;
  width: 100%;
  height: 428px;
  content: "";
}
.knowledge_inner {
  position: relative;
  padding-right: 16px;
  padding-left: 16px;
}
.knowledge_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 8px;
}
.knowledge_heading + .knowledge_list {
  margin-top: 36px;
}
.knowledge_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 109px;
  color: var(--color-black);
}
.knowledge_link:hover,
.knowledge_link:link,
.knowledge_link:visited {
  color: var(--color-black);
  text-decoration: none;
}
.knowledge_pic {
  display: block;
  width: 100px;
}
.knowledge_text {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.8;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.1em;
  text-align: center;
}
.knowledge_pic + .knowledge_text {
  margin-top: 13px;
}
.knowledge_button {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 326px;
}
.knowledge_list + .knowledge_button {
  margin-top: 35px;
}
@media screen and (max-width: 374px) {
  .knowledge_heading {
    word-break: break-all;
  }
}
@media (any-hover: hover) {
  .knowledge_pic {
    transition: opacity var(--transition-duration) var(--transition-timing-function);
  }
  .knowledge_link:hover .knowledge_pic {
    opacity: var(--hover-opacity);
  }
  .knowledge_text {
    transition: color var(--transition-duration) var(--transition-timing-function);
  }
  .knowledge_link:hover .knowledge_text {
    color: var(--color-red);
  }
}
@media print, screen and (min-width: 768px) {
  .knowledge:before {
    height: 420px;
  }
  .knowledge_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .knowledge_list {
    gap: 0 20px;
  }
  .knowledge_heading + .knowledge_list {
    margin-top: 40px;
  }
  .knowledge_link,
  .knowledge_pic {
    width: 208px;
  }
  .knowledge_text {
    font-size: 1.4rem;
  }
  .knowledge_pic + .knowledge_text {
    margin-top: 19px;
  }
  .knowledge_list + .knowledge_button {
    margin-top: 42px;
  }
}
.anchorLink {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 3px 6px #00000029;
  padding: 9px 0 19px;
  color: var(--color-white);
}
.anchorLink:hover,
.anchorLink:link,
.anchorLink:visited {
  color: var(--color-white);
  text-decoration: none;
}
.anchorLink:hover._ciel-court,
.anchorLink:link._ciel-court,
.anchorLink:visited._ciel-court {
  color: #1a1311;
}
.anchorLink:before {
  display: block;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translate(-50%);
  background-image: url("../images/icon_anchor_white.svg");
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  content: "";
}
.anchorLink._ciel-court {
  background-color: #e6e6e6;
}
.anchorLink._ciel-patio {
  background-color: #bcb296;
}
.anchorLink._ciel-garage {
  background-color: #111;
}
.anchorLink._ciel-oner {
  background-color: #093b07;
}
.anchorLink._feel {
  background-color: #f5f3ed;
}
.anchorLink._domo {
  background-color: #f5f5f5;
}
.anchorLink._yell {
  background-color: #fdeee8;
}
.anchorLink._niimo {
  background-color: #d3edfb;
}
.anchorLink._ciel-court,
.anchorLink._feel,
.anchorLink._domo,
.anchorLink._niimo,
.anchorLink._yell {
  color: #1a1311;
}
.anchorLink._ciel-court:before,
.anchorLink._feel:before,
.anchorLink._domo:before,
.anchorLink._niimo:before,
.anchorLink._yell:before {
  background-image: url("../images/icon_anchor_black.svg");
}
.anchorLink_logo {
  display: inline-block;
  width: 140px;
  height: 28px;
}
.anchorLink_name {
  font-weight: 700;
  font-size: 1.1rem;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.05em;
}
@media (any-hover: hover) {
  .anchorLink {
    transition: opacity var(--transition-duration) var(--transition-timing-function);
  }
  .anchorLink:hover {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 768px) {
  .anchorLink {
    gap: 1px 0;
    padding: 12px 0 28px;
  }
  .anchorLink:before {
    bottom: 8px;
    width: 16px;
    height: 16px;
  }
  .anchorLink_logo {
    width: 201px;
    height: 40px;
  }
  .anchorLink_name {
    font-size: 1.4rem;
  }
}
.detailHead {
  position: relative;
  overflow: hidden;
}
.detailHead:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 313px;
  content: "";
}
.detailHead._ciel_court {
  padding-top: 53px;
}
.detailHead._ciel_court:before {
  background-color: #e6e6e6;
}
.detailHead._ciel_patio {
  padding-top: 55px;
}
.detailHead._ciel_patio:before {
  background-color: #bcb296;
}
.detailHead._ciel_garage {
  padding-top: 55px;
}
.detailHead._ciel_garage:before {
  background-color: #111;
}
.detailHead._ciel_oner {
  padding-top: 55px;
}
.detailHead._ciel_oner:before {
  background-color: #093b07;
}
.detailHead._domo,
.detailHead._feel {
  padding-top: 40px;
}
.detailHead._feel:before {
  background-color: #f5f3ed;
}
.detailHead._domo:before {
  background-color: #f5f5f5;
}
.detailHead._yell {
  padding-top: 32px;
}
.detailHead._yell:before {
  background-color: #fdeee8;
}
.detailHead._niimo {
  padding-top: 40px;
}
.detailHead._niimo:before {
  background-color: #d3edfb;
}
.detailHead_inner {
  position: relative;
  padding-right: 16px;
  padding-left: 16px;
}
.detailHead._ciel_patio .detailHead_inner {
  padding-right: 4px;
}
.detailHead_heading {
  display: flex;
  flex-direction: column;
  gap: 9px 0;
}
.detailHead._ciel_garage .detailHead_heading,
.detailHead._ciel_oner .detailHead_heading,
.detailHead._ciel_patio .detailHead_heading {
  color: var(--color-white);
}
.detailHead._yell .detailHead_heading {
  gap: 17px 0;
}
.detailHead._niimo .detailHead_heading {
  gap: 0;
}
.detailHead._ciel_court .detailHead_heading,
.detailHead._ciel_patio .detailHead_heading {
  gap: 16px 0;
}
.detailHead._ciel_garage .detailHead_heading {
  gap: 13px 0;
}
.detailHead_heading-text {
  font-weight: 700;
  font-size: 1.8rem;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.05em;
}
.detailHead_logo {
  display: inline-block;
}
.detailHead._ciel_court .detailHead_logo {
  width: 276px;
  height: 41px;
}
.detailHead._ciel_patio .detailHead_logo {
  width: 248px;
  height: 41px;
}
.detailHead._ciel_garage .detailHead_logo {
  width: 320px;
  height: 41px;
}
.detailHead._ciel_oner .detailHead_logo {
  width: 247px;
  height: 45px;
}
.detailHead._domo .detailHead_logo {
  width: 166px;
  height: 63px;
}
.detailHead._yell .detailHead_logo {
  width: 343px;
  height: 63px;
}
.detailHead._niimo .detailHead_logo {
  width: 340px;
  height: 68px;
}
.detailHead_text {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.detailHead_heading + .detailHead_text {
  margin-top: 14px;
}
.detailHead._ciel_garage .detailHead_text,
.detailHead._ciel_oner .detailHead_text,
.detailHead._ciel_patio .detailHead_text {
  color: var(--color-white);
}
.detailHead_pic {
  display: block;
  margin-right: 0;
  margin-left: auto;
  width: calc(100% - 16px);
}
.detailHead_pic > img {
  display: block;
  aspect-ratio: 112/63;
  height: 100%;
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}
.detailHead._feel .detailHead_pic > img,
.detailHead._domo .detailHead_pic > img,
.detailHead._niimo .detailHead_pic > img,
.detailHead._yell .detailHead_pic > img {
  box-shadow: 0 3px 6px #00000029;
}
.detailHead_pic > figcaption {
  margin-top: 19px;
  padding-right: 24px;
  font-size: 1.3rem;
  line-height: 1.85;
  letter-spacing: 0.02em;
}
.detailHead_inner + .detailHead_pic {
  margin-top: 34px;
}
@media print, screen and (min-width: 768px) {
  .detailHead:before {
    height: 555px;
  }
  .detailHead._ciel_court,
  .detailHead._ciel_patio,
  .detailHead._ciel_garage,
  .detailHead._ciel_oner {
    padding-top: 80px;
  }
  .detailHead._domo,
  .detailHead._feel {
    padding-top: 64px;
  }
  .detailHead._yell {
    padding-top: 80px;
  }
  .detailHead._niimo {
    padding-top: 112px;
  }
  .detailHead_inner,
  .detailHead._ciel_patio .detailHead_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .detailHead_heading {
    flex-direction: row;
    align-items: flex-end;
    gap: 0 16px;
  }
  .detailHead._yell .detailHead_heading,
  .detailHead._niimo .detailHead_heading,
  .detailHead._ciel_court .detailHead_heading,
  .detailHead._ciel_patio .detailHead_heading,
  .detailHead._ciel_garage .detailHead_heading {
    gap: 0 16px;
  }
  .detailHead_heading-text {
    flex: 1;
  }
  .detailHead._ciel_court .detailHead_logo {
    width: 323px;
    height: 48px;
  }
  .detailHead._ciel_patio .detailHead_logo {
    width: 292px;
    height: 48px;
  }
  .detailHead._ciel_garage .detailHead_logo {
    width: 371px;
    height: 48px;
  }
  .detailHead._ciel_oner .detailHead_logo {
    width: 266px;
    height: 48px;
  }
  .detailHead._yell .detailHead_logo {
    width: 591px;
    height: 97px;
  }
  .detailHead._niimo .detailHead_logo {
    width: 464px;
    height: 80px;
  }
  .detailHead_heading + .detailHead_text {
    margin-top: 32px;
  }
  .detailHead_pic {
    margin-left: auto;
    width: calc(100% - 280px);
  }
  .detailHead_pic > figcaption {
    margin-top: 24px;
    padding-right: 0;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .detailHead_inner + .detailHead_pic {
    margin-top: 56px;
  }

}
.detailContents {
  position: relative;
}
.detailContents_inner {
  padding-right: 16px;
  padding-left: 16px;
}
.detailContents._ciel .detailContents_pic-group._wide .detailContents_pic-outer:first-child {
  padding-right: 16px;
}
.detailContents._bokulab._feel .detailContents_pic-outer:nth-child(2) {
  margin-top: 40px;
}
.detailContents._bokulab._yell .detailContents_pic-outer:nth-child(2) {
  margin-top: 40px;
}
.detailContents._bokulab._niimo .detailContents_pic-outer:nth-child(2) {
  margin-top: 73px;
  padding-left: 16px;
}
.detailContents._ciel._ciel_patio .detailContents_pic-outer:nth-child(2) {
  margin-top: 82px;
  padding-right: 0;
  padding-left: 16px;
}
.detailContents._ciel .detailContents_pic-group._wide .detailContents_pic-outer:nth-child(2) {
  margin-top: 82px;
  padding-left: 16px;
}
.detailContents._bokulab._yell .detailContents_pic-outer:nth-child(3) {
  margin-top: 40px;
}
.detailContents_pic-group._wide + .detailContents_pic-outer {
  margin-top: 38px;
}
.detailContents._ciel .detailContents_pic-outer + .detailContents_pic-outer {
  position: relative;
}
.detailContents_pic-outer + .detailContents_pic-outer:before {
  position: absolute;
  top: -56px;
  left: -16px;
  z-index: -1;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.detailContents._bokulab._niimo .detailContents_pic-group._wide .detailContents_pic-outer + .detailContents_pic-outer {
  margin-top: 34px;
}
.detailContents._ciel .detailContents_pic-group._wide .detailContents_pic-outer + .detailContents_pic-outer {
  margin-top: 74px;
}
.detailContents._ciel._ciel_oner .detailContents_pic-group._wide .detailContents_pic-outer + .detailContents_pic-outer {
  margin-top: 82px;
}
.detailContents_pic-group._bg-text_ciel_court .detailContents_pic-outer + .detailContents_pic-outer:before {
  background-image: url("../images/bg_text_ciel-court.svg");
  width: 553px;
  height: 80px;
}
.detailContents_pic-group._bg-text_ciel_patio .detailContents_pic-outer + .detailContents_pic-outer:before {
  background-image: url("../images/bg_text_ciel-patio.svg");
  width: 486px;
  height: 80px;
}
.detailContents_pic-group._bg-text_ciel_garage .detailContents_pic-outer + .detailContents_pic-outer:before {
  background-image: url("../images/bg_text_ciel-garage.svg");
  width: 618px;
  height: 80px;
}
.detailContents_pic-group._bg-text_ciel_oner .detailContents_pic-outer + .detailContents_pic-outer:before {
  background-image: url("../images/bg_text_ciel-oner.svg");
  width: 443px;
  height: 80px;
}
.detailContents._bokulab._domo .detailContents_pic-group {
  position: relative;
  padding-top: 44.5333333333vw;
}
.detailContents._bokulab._yell .detailContents_pic-group {
  display: flex;
  gap: 0 10px;
  margin-inline: -16px;
}
.detailContents._bokulab._domo .detailContents_pic-outer + .detailContents_pic-group {
  margin-top: 38px;
}
.detailContents_pic-outer + .detailContents_pic-group {
  margin-top: 37px;
}
.detailContents_pic-group._bg-text_ciel_court,
.detailContents_pic-group._bg-text_ciel_garage,
.detailContents_pic-group._bg-text_ciel_oner,
.detailContents_pic-group._bg-text_ciel_patio {
  position: relative;
}
.detailContents_sec._natural {
  padding-top: 19px;
}
.detailContents_sec._cool {
  padding-top: 38px;
}
.detailContents_sec._modern-classic {
  padding-top: 24px;
}
.detailContents._ciel._ciel_oner .detailContents_logo + .detailContents_body {
  margin-top: 16px;
}
.detailContents_sec._natural .detailContents_logo {
  width: 167px;
  height: 40px;
}
.detailContents_sec._cool .detailContents_logo {
  width: 108px;
  height: 27px;
}
.detailContents_sec._modern-classic .detailContents_logo {
  width: 260px;
  height: 47px;
}
.detailContents_pic {
  display: block;
}
.detailContents_pic._margin-left {
  margin-left: -16px;
}
.detailContents_pic._margin-right {
  margin-right: -16px;
}
.detailContents._bokulab .detailContents_pic > img {
  box-shadow: 0 3px 6px #00000029;
}
.detailContents_pic > img._112-63 {
  aspect-ratio: 112/63;
}
.detailContents_pic > img._753-500 {
  aspect-ratio: 753/500;
}
.detailContents_pic > img._334-500 {
  aspect-ratio: 334/500;
}
.detailContents_pic > img._544-363 {
  aspect-ratio: 544/363;
}
.detailContents_pic > img._680-467 {
  aspect-ratio: 680/467;
}
.detailContents_pic > img._680-454 {
  aspect-ratio: 680/454;
}
.detailContents_pic > img._1120-569 {
  aspect-ratio: 1120/569;
}
.detailContents_pic-outer .detailContents_pic {
  flex: 1;
}
.detailContents._bokulab._feel .detailContents_pic-group .detailContents_pic-outer .detailContents_pic {
  position: absolute;
  top: 0;
}
.detailContents._bokulab._feel .detailContents_pic-group .detailContents_pic-outer:first-child .detailContents_pic {
  left: -16px;
  width: 67.4666666667vw;
}
.detailContents._bokulab._domo .detailContents_pic-group .detailContents_pic-outer .detailContents_pic {
  position: absolute;
  top: 0;
}
.detailContents._bokulab._domo .detailContents_pic-group .detailContents_pic-outer:first-child .detailContents_pic {
  left: -16px;
  width: 67.4666666667vw;
}
.detailContents._ciel._ciel_oner .detailContents_pic-group .detailContents_pic-outer:first-child .detailContents_pic {
  margin-right: 0;
}
.detailContents._bokulab._niimo .detailContents_pic-outer:first-child .detailContents_pic,
.detailContents._ciel .detailContents_pic-outer:first-child .detailContents_pic {
  margin-left: -16px;
}
.detailContents._ciel._ciel_oner .detailContents_pic-outer:first-child .detailContents_pic {
  transform: translate(0);
  margin-right: -16px;
  margin-left: -16px;
}
.detailContents._bokulab._feel .detailContents_pic-group .detailContents_pic-outer:nth-child(2) .detailContents_pic {
  right: -16px;
  width: 29.8666666667vw;
}
.detailContents._bokulab._domo .detailContents_pic-group .detailContents_pic-outer:nth-child(2) .detailContents_pic {
  right: -16px;
  width: 29.8666666667vw;
}
.detailContents._ciel._ciel_garage .detailContents_pic-group .detailContents_pic-outer:nth-child(2) .detailContents_pic {
  margin-right: -16px;
}
.detailContents._bokulab._niimo .detailContents_pic-outer:nth-child(2) .detailContents_pic,
.detailContents._ciel .detailContents_pic-outer:nth-child(2) .detailContents_pic {
  margin-right: -16px;
}
.detailContents_heading {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.8;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
}
.detailContents_sec._cool .detailContents_logo + .detailContents_heading,
.detailContents_sec._modern-classic .detailContents_logo + .detailContents_heading {
  margin-top: 16px;
}
.detailContents_text {
  font-size: 1.3rem;
  line-height: 1.85;
  letter-spacing: 0.02em;
}
.detailContents_heading + .detailContents_text {
  margin-top: 16px;
}
.detailContents_pic + .detailContents_text,
.detailContents_pic-group + .detailContents_text {
  margin-top: 19px;
}
@media print, screen and (min-width: 768px) {
  .detailContents_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .detailContents._ciel .detailContents_pic-group._wide .detailContents_pic-outer:first-child {
    padding-right: 0;
  }
  .detailContents._bokulab._yell .detailContents_pic-outer:nth-child(2) {
    margin-top: 71px;
  }
  .detailContents._bokulab._niimo .detailContents_pic-outer:nth-child(2) {
    margin-top: 0;
    padding-left: 0;
  }
  .detailContents._ciel._ciel_patio .detailContents_pic-outer:nth-child(2) {
    margin-top: 0;
    padding-left: 0;
  }
  .detailContents._ciel .detailContents_pic-group._wide .detailContents_pic-outer:nth-child(2) {
    margin-top: 234px;
    padding-left: 0;
  }
  .detailContents._bokulab._yell .detailContents_pic-outer:nth-child(3) {
    margin-top: 80px;
  }
  .detailContents._bokulab._niimo .detailContents_pic-group._wide .detailContents_pic-outer,
  .detailContents._ciel .detailContents_pic-group._wide .detailContents_pic-outer {
    flex: 1;
  }
  .detailContents._ciel .detailContents_pic-group._wide + .detailContents_pic-outer {
    margin-top: 72px;
  }
  .detailContents_pic-outer + .detailContents_pic-outer:before {
    content: none;
  }
  .detailContents._bokulab._niimo .detailContents_pic-group._wide .detailContents_pic-outer + .detailContents_pic-outer {
    margin-top: 234px;
  }
  .detailContents._ciel .detailContents_pic-group._wide .detailContents_pic-outer + .detailContents_pic-outer {
    margin-top: 234px;
  }
  .detailContents._ciel._ciel_oner .detailContents_pic-group._wide .detailContents_pic-outer + .detailContents_pic-outer {
    margin-top: 234px;
  }
  .detailContents._bokulab._feel .detailContents_pic-group {
    display: flex;
    gap: 0 32px;
    padding-top: 0;
  }
  .detailContents._bokulab._domo .detailContents_pic-group {
    display: flex;
    gap: 0 32px;
    padding-top: 0;
  }
  .detailContents._bokulab._yell .detailContents_pic-group {
    display: flex;
    gap: 0 32px;
    margin-inline: 0;
  }
  .detailContents._bokulab._niimo .detailContents_pic-group,
  .detailContents._ciel .detailContents_pic-group {
    display: flex;
    gap: 0 40px;
  }
  .detailContents._bokulab._feel .detailContents_pic-outer + .detailContents_pic-group {
    margin-top: 72px;
  }
  .detailContents._bokulab._domo .detailContents_pic-outer + .detailContents_pic-group {
    margin-top: 72px;
  }
  .detailContents._ciel .detailContents_pic-outer + .detailContents_pic-group {
    margin-top: 72px;
  }
  .detailContents._bokulab._niimo .detailContents_pic-group._wide,
  .detailContents._ciel .detailContents_pic-group._wide {
    margin-right: -140px;
    margin-left: -140px;
  }
  .detailContents_pic-group._bg-text_ciel_court:before,
  .detailContents_pic-group._bg-text_ciel_garage:before,
  .detailContents_pic-group._bg-text_ciel_oner:before,
  .detailContents_pic-group._bg-text_ciel_patio:before {
    position: absolute;
    top: 0;
    left: calc(50% + 20px);
    z-index: 0;
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .detailContents_pic-group._bg-text_ciel_court:before {
    background-image: url("../images/bg_text_ciel-court.svg");
    width: 829px;
    height: 120px;
  }
  .detailContents_pic-group._bg-text_ciel_patio:before {
    background-image: url("../images/bg_text_ciel-patio.svg");
    width: 729px;
    height: 120px;
  }
  .detailContents_pic-group._bg-text_ciel_garage:before {
    background-image: url("../images/bg_text_ciel-garage.svg");
    width: 927px;
    height: 120px;
  }
  .detailContents_pic-group._bg-text_ciel_oner:before {
    background-image: url("../images/bg_text_ciel-oner.svg");
    width: 664px;
    height: 120px;
  }
  .detailContents_sec._natural {
    display: flex;
    justify-content: center;
    gap: 0 72px;
    padding-top: 55px;
  }
  .detailContents_sec._cool,
  .detailContents_sec._modern-classic {
    padding-top: 0;
  }
  .detailContents._ciel .detailContents_pic-group._wide .detailContents_pic-outer .detailContents_sec {
    padding-left: 140px;
  }
  .detailContents._ciel .detailContents_pic-group._wide .detailContents_pic-outer .detailContents_sec._modern-classic {
    padding-left: 0;
  }
  .detailContents._ciel._ciel_oner .detailContents_logo + .detailContents_body {
    margin-top: 0;
  }
  .detailContents_sec._natural .detailContents_logo {
    margin-top: 8px;
    width: 337px;
    height: 81px;
  }
  .detailContents_sec._cool .detailContents_logo {
    margin-top: 32px;
    width: 161px;
    height: 40px;
  }
  .detailContents_sec._modern-classic .detailContents_logo {
    margin-top: 32px;
    width: 399px;
    height: 72px;
  }
  .detailContents_pic._margin-left {
    margin-left: 0;
  }
  .detailContents_pic._margin-left > img {
    transform: translate(-140px);
  }
  .detailContents_pic._margin-right {
    margin-right: 0;
  }
  .detailContents_pic._margin-right > img {
    transform: translate(140px);
  }
  .detailContents_pic > img._753-500 {
    min-height: 500px;
  }
  .detailContents_pic > img._544-363 {
    min-height: 363px;
  }
  .detailContents._bokulab._feel .detailContents_pic-group .detailContents_pic-outer .detailContents_pic {
    position: relative;
  }
  .detailContents._bokulab._domo .detailContents_pic-group .detailContents_pic-outer .detailContents_pic {
    position: relative;
  }
  .detailContents._bokulab._domo .detailContents_pic-group .detailContents_pic-outer:first-child .detailContents_pic {
    left: 0;
    width: auto;
  }
  .detailContents._bokulab._niimo .detailContents_pic-outer:first-child .detailContents_pic,
  .detailContents._ciel .detailContents_pic-outer:first-child .detailContents_pic {
    margin-left: 0;
  }
  .detailContents._ciel._ciel_oner .detailContents_pic-outer:first-child .detailContents_pic {
    margin-right: 0;
    margin-left: 0;
  }
  .detailContents._bokulab._domo .detailContents_pic-group .detailContents_pic-outer:nth-child(2) .detailContents_pic {
    right: 0;
    width: auto;
  }
  .detailContents._ciel._ciel_garage .detailContents_pic-group .detailContents_pic-outer:nth-child(2) .detailContents_pic {
    margin-right: 0;
  }
  .detailContents._bokulab._niimo .detailContents_pic-outer:nth-child(2) .detailContents_pic,
  .detailContents._ciel .detailContents_pic-outer:nth-child(2) .detailContents_pic {
    margin-right: 0;
  }
  .detailContents._ciel._ciel_garage .detailContents_pic-group._wide + .detailContents_pic-outer:nth-child(2) .detailContents_pic {
    margin-left: 0;
  }
  .detailContents_sec._natural .detailContents_heading {
    font-size: 2.4rem;
  }
  .detailContents_sec._cool .detailContents_heading,
  .detailContents_sec._modern-classic .detailContents_heading {
    font-size: 2rem;
  }
  .detailContents_sec._cool .detailContents_logo + .detailContents_heading,
  .detailContents_sec._modern-classic .detailContents_logo + .detailContents_heading {
    margin-top: 32px;
  }
  .detailContents_text {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: normal;
  }
  .detailContents_heading + .detailContents_text {
    margin-top: 16px;
  }
  .detailContents_sec._cool .detailContents_heading + .detailContents_text,
  .detailContents_sec._modern-classic .detailContents_heading + .detailContents_text {
    margin-top: 10px;
  }
  .detailContents_pic + .detailContents_text,
  .detailContents_pic-group + .detailContents_text {
    margin-top: 24px;
  }
  .detailContents._bokulab._niimo .detailContents_pic-group._wide .detailContents_pic-outer .detailContents_text,
  .detailContents._ciel .detailContents_pic-group._wide .detailContents_pic-outer .detailContents_text {
    padding-left: 140px;
  }
  .detailContents._ciel._ciel_oner .detailContents_pic-group._wide .detailContents_pic-outer .detailContents_text {
    padding-left: 0;
  }
  .detailContents._bokulab._niimo .detailContents_pic-group._wide .detailContents_pic-outer + .detailContents_pic-outer .detailContents_text,
  .detailContents._ciel .detailContents_pic-group._wide .detailContents_pic-outer + .detailContents_pic-outer .detailContents_text {
    padding-right: 140px;
    padding-left: 0;
  }
}
.video {
  display: flex;
  position: relative;
  justify-content: center;
  padding-bottom: 64px;
}
.video:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #f5f5f5;
  width: 100%;
  height: 160px;
  content: "";
}
.video_frame {
  position: relative;
  margin: 0 auto;
  box-shadow: 0 3px 6px #00000014;
  background-color: #aaa;
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 343px;
}
@media print, screen and (min-width: 768px) {
  .video {
    padding-bottom: 100px;
  }
  .video:before {
    height: 430px;
  }
  .video_frame {
    max-width: 800px;
  }
}
.table {
  border-top: 1px solid #ddd;
}
.table_row {
  border-bottom: 1px solid #ddd;
}
.table_data,
.table_head {
  padding: 19px 0 19px 18px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.table_head {
  width: 98px;
  font-weight: 700;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
}
@media print, screen and (min-width: 768px) {
  .table_data,
  .table_head {
    padding: 28px 0 28px 20px;
    font-size: 1.5rem;
  }
  .table_head {
    vertical-align: middle;
    width: 120px;
  }
  .table_data {
    width: auto;
  }
  .table_data-list-group {
    display: flex;
  }
}
.detailFoot_inner {
  padding-right: 16px;
  padding-left: 16px;
}
.detailFoot_video + .detailFoot_inner {
  padding-top: 64px;
}
.detailFoot_table {
  width: 100%;
}
.detailFoot_button {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 326px;
}
.detailFoot_inner + .detailFoot_button {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .detailFoot_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .detailFoot_video + .detailFoot_inner {
    padding-top: 110px;
  }
  .detailFoot_inner + .detailFoot_button {
    margin-top: 48px;
  }
}
.contentBanner {
  position: relative;
  background-color: #f5f5f5;
  padding: 40px 16px;
}
@media print, screen and (min-width: 768px) {
  .contentBanner {
    padding: 80px 0;
  }
  .contentBanner_card {
    margin: 0 auto;
    max-width: 540px;
  }
}
.cielHead_inner {
  position: relative;
  z-index: 1;
  padding-right: 16px;
  padding-left: 16px;
}
.cielHead_list {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 12px 13px;
}
.cielHead_pic {
  display: block;
  position: relative;
  margin-top: -50px;
}
.cielHead_pic > img {
  height: 100%;
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .cielHead_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .cielHead_list {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 20px;
  }
  .cielHead_pic {
    margin-top: -32px;
  }
}
.cielDetail {
  position: relative;
}
.cielDetail_contents {
  padding-top: 34px;
  padding-bottom: 58px;
  overflow: hidden;
}
.cielDetail_button {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 326px;
}
@media print, screen and (min-width: 768px) {
  .cielDetail_contents {
    padding-top: 72px;
    padding-bottom: 62px;
  }
  .cielDetail_contents._ciel_garage {
    padding-bottom: 112px;
  }
  .cielDetail_contents._ciel_oner {
    padding-bottom: 162px;
  }
}
.contentCard {
  display: flex;
  box-shadow: 0 3px 6px #00000014;
  background-color: var(--color-white);
}
.contentCard:hover,
.contentCard:link,
.contentCard:visited {
  color: var(--color-black);
  text-decoration: none;
}
.contentCard_pic {
  display: block;
  flex: 1;
  overflow: hidden;
}
.contentCard_body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contentCard_logo {
  width: 139px;
  height: 74px;
}
.contentCard_title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.02em;
  text-align: center;
}
.contentCard_text {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: center;
}
.contentCard_logo + .contentCard_text {
  margin-top: 12px;
}
@media (any-hover: hover) {
  .contentCard_pic > img {
    transition: transform var(--transition-duration) var(--transition-timing-function);
  }
  .contentCard:hover .contentCard_pic > img {
    transform: scale(var(--hover-sacle));
  }
}
@media print, screen and (min-width: 768px) {
  .contentCard_logo {
    width: 222px;
    height: 118px;
  }
  .contentCard_title {
    font-size: 2rem;
  }
  .contentCard_text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .contentCard_logo + .contentCard_text {
    margin-top: 24px;
  }
}
.variationHead {
  background-color: #f5f5f5;
  padding: 71px 16px 80px;
}
.variationHead_heading {
  margin-right: auto;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.8;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.1em;
}
.variationHead_text {
  padding-inline: 10px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
.variationHead_heading + .variationHead_text {
  margin-top: 18px;
}
.variationHead_nav {
  display: flex;
  flex-direction: column;
  gap: 28px 0;
  box-shadow: 0 3px 6px #00000029;
  background-color: var(--color-white);
  padding: 32px 10.9% 40px;
}
.variationHead_text + .variationHead_nav {
  margin-top: 32px;
}
.variationHead_link {
  display: block;
  position: relative;
}
.variationHead_link._modern-classic {
  width: 260px;
}
.variationHead_link._cool {
  top: 5px;
  width: 108px;
}
.variationHead_link._natural {
  top: 7px;
  width: 168px;
}
@media screen and (max-width: 374px) {
  .variationHead_link._modern-classic {
    width: 100%;
    max-width: 260px;
  }
}
@media (any-hover: hover) {
  .variationHead_link {
    transition: opacity var(--transition-duration) var(--transition-timing-function);
  }
  .variationHead_link:hover {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 768px) {
  .variationHead {
    padding: 106px 0 80px;
  }
  .variationHead_heading {
    margin: 0;
    width: auto;
    font-size: 3.6rem;
    text-align: center;
  }
  .variationHead_text {
    padding-inline: 0;
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: center;
  }
  .variationHead_heading + .variationHead_text {
    margin-top: 26px;
  }
  .variationHead_nav {
    flex-direction: row;
    justify-content: center;
    gap: 0 47px;
    margin: 0 auto;
    padding: 32px 0 43px;
    max-width: 900px;
  }
  .variationHead_text + .variationHead_nav {
    margin-top: 43px;
  }
  .variationHead_link {
    display: inline-block;
  }
  .variationHead_link._modern-classic {
    width: 318px;
  }
  .variationHead_link._cool {
    top: 20px;
    width: 132px;
  }
  .variationHead_link._natural {
    top: 11px;
    width: 205px;
  }
}
.gradeVariations {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 0 0 32px;
}
.gradeVariations_title {
  display: inline-block;
  margin-top: -12px;
  background-color: var(--color-white);
  padding: 4px 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.gradeVariations_list {
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
.gradeVariations_title + .gradeVariations_list {
  margin-top: 24px;
}
.gradeVariations_item {
  width: 80px;
}
.gradeVariations_item > img {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 374px) {
  .gradeVariations_list {
    gap: 0 20px;
  }
}
.variationDetail {
  position: relative;
}
.variationDetail:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 134px;
  content: "";
}
.variationDetail._modern-classic:before {
  background-color: #834b31;
}
.variationDetail._cool:before {
  background-color: #6871ac;
}
.variationDetail._natural:before {
  background-color: #bb7423;
}
.variationDetail_inner,
.variationDetail_head {
  padding-right: 16px;
  padding-left: 16px;
}
.variationDetail._modern-classic .variationDetail_logo {
  width: 260px;
}
.variationDetail._cool .variationDetail_logo {
  width: 108px;
}
.variationDetail._natural .variationDetail_logo {
  width: 167px;
}
.variationDetail_heading {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.8;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.1em;
}
.variationDetail_logo + .variationDetail_heading {
  margin-top: 20px;
}
.variationDetail_text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
.variationDetail_heading + .variationDetail_text {
  margin-top: 12px;
}
.variationDetail_variations {
  margin-right: -16px;
  margin-left: -16px;
}
.variationDetail_text + .variationDetail_variations {
  margin-top: 42px;
}
.variationDetail_pics {
  display: flex;
  justify-content: center;
  gap: 13px;
}
.variationDetail_pic._primary + .variationDetail_pics {
  margin-top: 32px;
}
.variationDetail_pic {
  display: block;
}
.variationDetail_head + .variationDetail_pic._primary {
  margin-top: 63px;
}
@media print, screen and (min-width: 768px) {
  .variationDetail {
    overflow: hidden;
  }
  .variationDetail:before {
    height: 338px;
  }
  .variationDetail_inner {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 500px auto;
    gap: 90px 80px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .variationDetail_head {
    grid-row: 1/2;
    grid-column: 1/2;
    padding-right: 0;
    padding-left: 0;
  }
  .variationDetail._modern-classic .variationDetail_logo {
    margin-top: -21px;
    width: 414px;
  }
  .variationDetail._cool .variationDetail_logo {
    margin-top: 7px;
    width: 167px;
  }
  .variationDetail._natural .variationDetail_logo {
    margin-top: -4px;
    width: 257px;
  }
  .variationDetail_heading {
    font-size: 3.6rem;
  }
  .variationDetail_logo + .variationDetail_heading {
    margin-top: 34px;
  }
  .variationDetail_heading + .variationDetail_text {
    margin-top: 18px;
  }
  .variationDetail_variations {
    margin-right: 0;
    margin-left: 0;
  }
  .variationDetail_text + .variationDetail_variations {
    margin-top: 42px;
  }
  .variationDetail_pics {
    grid-row: 2/3;
    grid-column: 1/3;
    gap: 0 40px;
  }
  .variationDetail_pic._primary + .variationDetail_pics {
    margin-top: 0;
  }
  .variationDetail_pic._primary {
    grid-row: 1/2;
    grid-column: 2/3;
    width: calc(100% + 140px);
  }
  .variationDetail_head + .variationDetail_pic._primary {
    margin-top: 0;
  }
}
.roomTour_inner {
  padding-right: 16px;
  padding-left: 16px;
}
.roomTour_heading {
  color: #333;
}
.roomTour_nav {
  display: flex;
}
.roomTour_inner + .roomTour_nav {
  margin-top: 32px;
}
.roomTour_link {
  display: block;
  position: relative;
  flex: 1;
  overflow: hidden;
}
.roomTour_link > img {
  aspect-ratio: 1/1;
}
.roomTour_logo {
  display: inline-block;
  position: absolute;
  z-index: 1;
}
.roomTour_logo._modern-classic {
  bottom: 5px;
  left: 3px;
  width: 93px;
}
.roomTour_logo._cool {
  bottom: 8px;
  left: 8px;
  width: 38px;
}
.roomTour_logo._natural {
  bottom: 6px;
  left: 8px;
  width: 58px;
}
@media (any-hover: hover) {
  .roomTour_link > img {
    transition: transform var(--transition-duration) var(--transition-timing-function);
  }
  .roomTour_link:hover > img {
    transform: scale(var(--hover-sacle));
  }
}
@media print, screen and (min-width: 768px) {
  .roomTour_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .roomTour_inner + .roomTour_nav {
    margin-top: 40px;
  }
  .roomTour_logo {
    bottom: 0;
    left: 0;
  }
  .roomTour_logo._modern-classic {
    bottom: 20px;
    left: 13px;
    width: 249px;
  }
  .roomTour_logo._cool {
    bottom: 26px;
    left: 22px;
    width: 101px;
  }
  .roomTour_logo._natural {
    bottom: 22px;
    left: 26px;
    width: 155px;
  }
}
.cielOner {
  overflow: hidden;
}
.cielOner_inner {
  position: relative;
  padding-top: 60px;
  padding-right: 16px;
  padding-left: 16px;
}
.cielOner_contents {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
}
.cielOner_pic {
  display: block;
}
.cielOner_body {
  position: relative;
  padding-top: 54px;
}
.cielOner_heading {
  position: absolute;
  top: 0;
  left: calc(50% - 221px);
  width: 442px;
}
.cielOner_title {
  padding-left: 16px;
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1.8;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.1em;
}
.cielOner_text {
  padding-right: 16px;
  padding-left: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
.cielOner_title + .cielOner_text {
  margin-top: 14px;
}
.cielOner_button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 326px;
}
.cielOner_text + .cielOner_button {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .cielOner_inner {
    margin-right: auto;
    margin-left: auto;
    padding-top: 64px;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .cielOner_contents {
    flex-direction: row-reverse;
  }
  .cielOner_pic {
    width: 580px;
  }
  .cielOner_body {
    display: flex;
    top: -7px;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 60px;
  }
  .cielOner_heading {
    top: -12px;
    left: 524px;
    z-index: -1;
    width: 664px;
  }
  .cielOner_title {
    padding-left: 0;
    font-size: 3.6rem;
  }
  .cielOner_text {
    padding-right: 0;
    padding-left: 0;
  }
  .cielOner_title + .cielOner_text {
    margin-top: 20px;
  }
  .cielOner_button {
    margin-right: 0;
    margin-left: 0;
  }
  .cielOner_text + .cielOner_button {
    margin-top: 30px;
  }
}
.lineupFilter {
  position: relative;
}
.lineupFilter_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
}
.lineupFilter_item {
  transition: opacity var(--transition-duration) var(--transition-timing-function), visibility var(--transition-duration) var(--transition-timing-function);
}
.lineupFilter_item[aria-hidden="false"] {
  display: block;
}
.lineupFilter_item[aria-hidden="true"] {
  display: none;
}
.lineupFilter_item._leave,
.lineupFilter_item._leave-to {
  visibility: hidden;
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  .lineupFilter_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 34px 32px;
  }
}
.lineupTabs {
  display: flex;
  gap: 0 16px;
}
.lineupTabs_button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #aaa;
  padding: 11px 12px;
  width: 100%;
  color: #aaa;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
}
.lineupTabs_button[aria-selected="true"] {
  border: 1px solid var(--color-red);
  background-color: var(--color-red);
  color: var(--color-white);
  font-weight: 700;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
}
@media (any-hover: hover) {
  .lineupTabs_button {
    transition: color var(--transition-duration) var(--transition-timing-function), background-color var(--transition-duration) var(--transition-timing-function);
  }
  .lineupTabs_button:hover {
    border: 1px solid var(--color-red);
    background-color: var(--color-red);
    color: var(--color-white);
  }
}
@media print, screen and (min-width: 768px) {
  .lineupTabs {
    gap: 0 32px;
  }
  .lineupTabs_item {
    flex: 1;
  }
  .lineupTabs_button {
    padding: 23px 24px;
    font-size: 1.8rem;
  }
}
.lineup {
  overflow: hidden;
}
.lineup_inner {
  padding-right: 16px;
  padding-left: 16px;
}
.lineup_inner + .lineup_slider {
  margin-top: 34px;
}
.lineup_button {
  display: block;
  margin: 0 auto;
  width: 240px;
}
.lineup_filter + .lineup_button,
.lineup_slider + .lineup_button {
  margin-top: 32px;
}
.lineup_heading._secondary {
  display: none;
  font-weight: 700;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
}
.lineup_tabs-outer {
  overflow: auto;
}
.lineup_heading._secondary + .lineup_tabs-outer {
  margin-top: 34px;
}
.lineup_tabs-outer + .lineup_filter {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .lineup_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .lineup_inner + .lineup_slider {
    margin-top: 40px;
  }
  .lineup_filter + .lineup_button,
  .lineup_slider + .lineup_button {
    margin-top: 48px;
  }
  .lineup_heading._secondary {
    display: block;
    font-size: 2.4rem;
    line-height: 1.33;
    letter-spacing: 0.1em;
  }
  .lineup_heading._section + .lineup_heading {
    margin-top: 36px;
  }
  .lineup_heading._secondary + .lineup_tabs-outer {
    margin-top: 28px;
  }
  .lineup_tabs-outer + .lineup_filter {
    margin-top: 46px;
  }
}
.chip._case-study {
  display: inline-flex;
  border: 1px solid var(--color-white);
  padding: 7px 14px;
  color: var(--color-white);
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.caseStudyPanel {
  display: flex;
  position: relative;
  align-items: center;
  min-height: 220px;
}
.caseStudyPanel,
.caseStudyPanel:hover {
  text-decoration: none;
}
.caseStudyPanel_pic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.caseStudyPanel_pic > img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  width: 100%;
  object-position: center;
}
.caseStudyPanel_pic:before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.75;
  z-index: 1;
  mix-blend-mode: multiply;
  background-color: var(--color-black);
  background-blend-mode: multiply;
  width: 100%;
  height: 100%;
  content: "";
}
.caseStudyPanel_body {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.caseStudyPanel_title {
  color: var(--color-white);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.28;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.1em;
  text-align: center;
}
.caseStudyPanel_title + .caseStudyPanel_clip {
  margin-top: 16px;
}
.caseStudyPanel_more {
  border-bottom: 1px solid var(--color-white);
  padding-bottom: 7px;
  min-width: 140px;
  color: var(--color-white);
  font-style: normal;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.47;
  font-family: Montserrat, sans-serif !important;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
.caseStudyPanel_clip + .caseStudyPanel_more {
  margin-top: 20px;
}
@media (any-hover: hover) {
  .caseStudyPanel_pic:before {
    transition: background-color var(--transition-duration) var(--transition-timing-function);
  }
  .caseStudyPanel:hover .caseStudyPanel_pic:before {
    background-color: #aa0724;
  }
  .caseStudyPanel_pic > img {
    transition: transform var(--transition-duration) var(--transition-timing-function);
  }
  .caseStudyPanel:hover .caseStudyPanel_pic > img {
    transform: scale(var(--hover-sacle));
  }
}
@media print, screen and (min-width: 768px) {
  .caseStudyPanel {
    min-height: 306px;
  }
  .caseStudyPanel_pic {
    aspect-ratio: 348/306;
  }
  .caseStudyPanel_title {
    font-size: 2rem;
  }
  .caseStudyPanel_title + .caseStudyPanel_clip {
    margin-top: 24px;
  }
  .caseStudyPanel_more {
    font-size: 1.2rem;
  }
  .caseStudyPanel_clip + .caseStudyPanel_more {
    margin-top: 32px;
  }
}
.caseStudy_inner {
  padding-right: 16px;
  padding-left: 16px;
}
.caseStudy_cover {
  position: relative;
  transition: height var(--transition-duration) var(--transition-timing-function);
  height: 880px;
  overflow: hidden;
}
.caseStudy_cover:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, hsla(0, 0%, 100%, 0), var(--color-white) 84%, var(--color-white));
  width: 100%;
  height: 131px;
  content: "";
}
.caseStudy_cover.is-show {
  height: auto;
}
.caseStudy_cover.is-show:before {
  content: none;
}
.caseStudy_inner + .caseStudy_cover {
  margin-top: 26px;
}
.caseStudy_panel + .caseStudy_panel {
  margin-top: 1px;
}
.caseStudy_button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 240px;
}
.caseStudy_button-show + .caseStudy_button {
  margin-top: 32px;
}
.caseStudy_cover + .caseStudy_button {
  margin-top: 32px;
}
.caseStudy_button-show {
  display: block;
  margin: 0 auto;
  color: #aaa;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.1em;
  text-align: center;
}
.caseStudy_cover + .caseStudy_button-show {
  margin-top: 32px;
}
@media print, screen and (min-width: 768px) {
  .caseStudy_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .caseStudy_cover {
    height: auto;
  }
  .caseStudy_cover:before {
    content: none;
  }
  .caseStudy_inner + .caseStudy_cover {
    margin-top: 40px;
  }
  .caseStudy_panels {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
  }
  .caseStudy_panel + .caseStudy_panel {
    margin-top: 0;
  }
  .caseStudy_button-show + .caseStudy_button {
    margin-top: 48px;
  }
  .caseStudy_button-show {
    display: none;
  }
}
.splide__container {
  position: relative;
  box-sizing: border-box;
}
.splide__list {
  display: flex;
  backface-visibility: hidden;
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  margin: 0;
  pointer-events: auto;
  line-height: 1;
  list-style-type: none;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  position: relative;
  flex-shrink: 0;
  backface-visibility: hidden;
  box-sizing: border-box;
  margin: 0;
  list-style-type: none !important;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  display: inline-block;
  position: absolute;
  inset: 0;
  animation: splide-loading 1s linear infinite;
  contain: strict;
  margin: auto;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  opacity: 0;
  z-index: 0;
  margin: 0 !important;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  display: flex;
  position: absolute;
  top: 50%;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  opacity: 0.7;
  z-index: 1;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  background: #ccc;
  padding: 0;
  width: 2em;
  height: 2em;
}
.splide__arrow svg {
  fill: #000;
  width: 1.2em;
  height: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  position: absolute;
  right: 0;
  bottom: 0.5em;
  left: 0;
  z-index: 1;
  padding: 0 1em;
}
.splide__pagination__page {
  display: inline-block;
  position: relative;
  opacity: 0.7;
  transition: transform 0.2s linear;
  margin: 3px;
  border: 0;
  border-radius: 50%;
  background: #ccc;
  padding: 0;
  width: 8px;
  height: 8px;
}
.splide__pagination__page.is-active {
  transform: scale(1.4);
  z-index: 1;
  background: #fff;
}
.splide__pagination__page:hover {
  opacity: 0.9;
  cursor: pointer;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  border: 3px solid transparent;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  right: 1em;
  left: auto;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  right: auto;
  left: 1em;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  top: auto;
  bottom: 1em;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  display: flex;
  inset: 0 0.5em 0 auto;
  flex-direction: column;
  padding: 1em 0;
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.root {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  height: 100%;
  min-height: 100%;
}
.main._home {
  padding-bottom: 64px;
}
.main_kv {
  z-index: 1;
}
.main_reason {
  padding-top: 64px;
}
.main._home .main_reason {
  z-index: 2;
  margin-top: 0;
  padding-top: 0;
}
.main_home-menu,
.main_column,
.main_casestudy,
.main_lineup {
  padding-top: 80px;
}
.main._dk-select._lineup .main_lineup {
  padding-top: 64px;
  padding-bottom: 64px;
}
.main_special {
  padding-top: 80px;
}
.main_news,
.main_seminarinfo {
  padding-top: 74px;
}
.main_concept,
.main_pickup,
.main_lineup-pickup,
.main_special-order {
  padding-top: 64px;
}
.main_variation-detail {
  padding-top: 64px;
  padding-bottom: 64px;
  scroll-margin-top: 58px;
}
.main_roomTour {
  padding-top: 64px;
}
.main_cielOner {
  padding-top: 80px;
  padding-bottom: 64px;
}
.main_designs {
  padding-top: 62px;
  padding-bottom: 64px;
}
.main_bokulab-detail {
  scroll-margin-top: 58px;
}
.main_bokulab-detail._feel,
.main_bokulab-detail._domo,
.main_bokulab-detail._yell {
  padding-bottom: 64px;
}
.main_bokulab-detail._niimo {
  padding-bottom: 80px;
}
.main_ciel-detail {
  padding-bottom: 80px;
  scroll-margin-top: 58px;
}
.main_rooflag {
  padding-top: 64px;
  padding-bottom: 64px;
}
.main_knowledge {
  padding-bottom: 64px;
}
@media print, screen and (min-width: 768px) {
  .main._home {
    padding-bottom: 120px;
  }
  .main_reason {
    padding-top: 100px;
  }
  .main._home .main_reason {
    margin-top: -45px;
    padding-top: 0;
  }
  .main_home-menu,
  .main_column,
  .main_casestudy,
  .main_lineup {
    padding-top: 120px;
  }
  .main._dk-select._lineup .main_lineup {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .main_special,
  .main_news,
  .main_seminarinfo,
  .main_concept,
  .main_pickup {
    padding-top: 120px;
  }
  .main_lineup-pickup {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .main_construction {
    padding-top: 67px;
  }
  .main_search {
    padding-top: 120px;
  }
  .main_ownersVoice {
    padding-top: 62px;
  }
  .main_movie,
  .main_special-order {
    padding-top: 120px;
  }
  .main_variation-detail {
    padding-top: 140px;
    padding-bottom: 134px;
    scroll-margin-top: 103px;
  }
  .main_roomTour {
    padding-top: 120px;
  }
  .main_cielOner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .main_designs {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .main_bokulab-detail {
    scroll-margin-top: 103px;
  }
  .main_bokulab-detail._feel,
  .main_bokulab-detail._domo,
  .main_bokulab-detail._yell {
    padding-bottom: 160px;
  }
  .main_bokulab-detail._niimo {
    padding-bottom: 120px;
  }
  .main_ciel-detail {
    padding-bottom: 80px;
    scroll-margin-top: 103px;
  }
  .main_rooflag {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .main_knowledge {
    padding-bottom: 120px;
  }
}
.dkSelectHead {
  position: relative;
}
.dkSelectHead:before {
  display: inline-block;
  position: absolute;
  bottom: 16px;
  left: 16px;
  background-image: url("../images/dkSelectHead_text.svg");
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 275px;
  height: 115px;
  content: "";
}
.dkSelectHead_pics {
  position: relative;
  z-index: -1;
}
.dkSelectHead_pic {
  display: block;
}
.dkSelectHead_pic img {
  width: 100% !important;
  height: auto !important;
}
@media print, screen and (min-width: 768px) {
  .dkSelectHead:before {
    bottom: 48px;
    left: 48px;
    width: 565px;
    height: 236px;
  }
}
.concept {
  position: relative;
  padding-bottom: 75px;
  overflow: hidden;
}
.concept:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
  background: url("../images/text_a_new_standard.svg") 0 0 no-repeat;
  background-size: contain;
  width: 751px;
  height: 50px;
  content: "";
}
.concept_inner {
  padding-right: 16px;
  padding-left: 16px;
}
.concept_heading._body {
  padding-left: 16px;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.8;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.1em;
}
.concept_heading._section + .concept_heading {
  margin-top: 42px;
}
.concept_text {
  padding-left: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
.concept_heading._body + .concept_text {
  margin-top: 24px;
}
.concept_pic {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 83.6734693878%;
}
.concept_body + .concept_pic {
  margin-top: 34px;
}
.concept_pic + .concept_button-outer {
  margin-top: 40px;
}
.concept_button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 240px;
}
@media print, screen and (min-width: 768px) {
  .concept {
    padding-bottom: 126px;
  }
  .concept:before {
    width: 1400px;
    height: 94px;
  }
  .concept_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .concept_content {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto 46.4285714286%;
    gap: 40px 40px;
  }
  .concept_body {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .concept_heading._body {
    padding-left: 0;
    font-size: 3.6rem;
  }
  .concept_heading._section + .concept_heading {
    margin-top: 50px;
  }
  .concept_text {
    padding-left: 0;
  }
  .concept_heading._body + .concept_text {
    margin-top: 24px;
  }
  .concept_pic {
    grid-row: 1/3;
    grid-column: 2/3;
    margin: 0;
    padding-top: 16px;
  }
  .concept_body + .concept_pic {
    margin-top: 0;
  }
  .concept_button-outer {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .concept_pic + .concept_button-outer {
    margin-top: 0;
  }
  .concept_button {
    margin: 0;
  }
}
.reasonCard {
  display: flex;
  flex-direction: column-reverse;
  box-shadow: 0 3px 6px #00000014;
  background-color: var(--color-white);
}
.reasonCard_pic {
  display: block;
}
.reasonCard_pic > img {
  height: 100%;
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}
.reasonCard_body {
  padding: 28px 24px 24px;
}
.reasonCard_text {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.reasonCard_heading + .reasonCard_text {
  margin-top: 15px;
}
.reasonCard_button {
  display: block;
  margin-inline: auto;
  width: 156px;
}
.reasonCard_heading + .reasonCard_button {
  margin-top: 14px;
}
@media print, screen and (min-width: 768px) {
  .reasonCard {
    flex-direction: row;
  }
  .reasonCard._card2,
  .reasonCard._card4 {
    flex-direction: row-reverse;
  }
  .reasonCard_pic {
    width: 60.1785714286%;
    min-height: 320px;
  }
  .reasonCard_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 3.5714285714%;
    width: 39.8214285714%;
  }
  .reasonCard_text {
    line-height: 1.8;
  }
  .reasonCard_heading + .reasonCard_text {
    margin-top: 15px;
  }
  .reasonCard_button {
    margin-inline: 0;
  }
  .reasonCard_heading + .reasonCard_button {
    margin-top: 20px;
  }
}
.reason_inner {
  padding-right: 16px;
  padding-left: 16px;
}
.reason_inner._head {
  padding-bottom: 32px;
}
.reason_inner._body {
  padding-top: 40px;
  padding-bottom: 40px;
}
.reason_cards {
  background-color: var(--color-red);
}
.reason_card + .reason_card {
  margin-top: 31px;
}
@media print, screen and (min-width: 768px) {
  .reason_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .reason_inner._head {
    padding-bottom: 40px;
  }
  .reason_inner._body {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .reason_card + .reason_card {
    margin-top: 40px;
  }
}
.pickupCard {
  display: flex;
  flex-direction: row;
  box-shadow: 0 3px 6px #00000014;
  background-color: var(--color-white);
}
.pickupCard:hover,
.pickupCard:link,
.pickupCard:visited {
  text-decoration: none;
}
.pickupCard_body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px 0;
}
.pickupCard_logo {
  display: block;
  width: 139px;
  height: 74px;
}
.pickupCard_pic {
  display: block;
  flex: 1;
  overflow: hidden;
}
.pickupCard_text {
  color: var(--color-black);
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (any-hover: hover) {
  .pickupCard_pic > img {
    transition: transform var(--transition-duration) var(--transition-timing-function);
  }
  .pickupCard:hover .pickupCard_pic > img {
    transform: scale(var(--hover-sacle));
  }
}
@media print, screen and (min-width: 768px) {
  .pickupCard_body {
    gap: 20px 0;
  }
  .pickupCard_logo {
    width: 222px;
    height: 118px;
  }
  .pickupCard_text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.pickup_inner {
  padding-right: 16px;
  padding-left: 16px;
}
.pickup_inner._head {
  padding-bottom: 26px;
}
.pickup_inner._body {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pickup_cards {
  background-color: #f5f5f5;
}
.pickup_card + .pickup_card {
  margin-top: 32px;
}
@media print, screen and (min-width: 768px) {
  .pickup_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .pickup_inner._head {
    padding-bottom: 40px;
  }
  .pickup_inner._body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding-top: 48px;
    padding-bottom: 80px;
  }
  .pickup_card + .pickup_card {
    margin-top: 0;
  }
}
.rooflag_inner {
  display: flex;
  flex-direction: column-reverse;
  padding-right: 16px;
  padding-left: 16px;
}
.rooflag_body {
  padding-top: 40px;
}
.rooflag_logo {
  margin-left: 20px;
  width: 276px;
  height: 65px;
}
.rooflag_title {
  margin-left: 20px;
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1.8;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.rooflag_logo + .rooflag_title {
  margin-top: 30px;
}
.rooflag_text {
  margin-left: 20px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
.rooflag_title + .rooflag_text {
  margin-top: 13px;
}
.rooflag_button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 240px;
}
.rooflag_text + .rooflag_button {
  margin-top: 32px;
}
.rooflag_pic {
  display: block;
}
@media screen and (max-width: 374px) {
  .rooflag_logo {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .rooflag_inner {
    flex-direction: row-reverse;
    align-items: center;
    gap: 0 60px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .rooflag_body {
    padding-top: 0;
    width: 480px;
  }
  .rooflag_logo {
    margin-left: 0;
    width: 410px;
    height: 96px;
  }
  .rooflag_title {
    margin-left: 0;
    font-size: 3.6rem;
  }
  .rooflag_logo + .rooflag_title {
    margin-top: 48px;
  }
  .rooflag_text {
    margin-left: 0;
  }
  .rooflag_title + .rooflag_text {
    margin-top: 32px;
  }
  .rooflag_button {
    margin-left: 0;
  }
  .rooflag_text + .rooflag_button {
    margin-top: 40px;
  }
  .rooflag_pic {
    width: 580px;
  }
}
.pageHead {
  position: relative;
  padding-top: 40px;
}
.pageHead._combination-housing {
  overflow: hidden;
}
.pageHead._dk-select._index {
  padding-top: 51px;
}
.pageHead._dk-select._newrise {
  background-color: #f5f3ee;
}
.pageHead._dk-select._bokulab {
  padding-top: 50px;
}
.pageHead_pic {
  display: block;
  position: relative;
}
.pageHead_pic > img {
  height: 100%;
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}
.pageHead_heading + .pageHead_pic {
  margin-top: 34px;
}
.pageHead._dk-select._lineup .pageHead_pic {
  height: 115.2vw;
  min-height: 432px;
}
.pageHead._reason .pageHead_pic {
  margin-top: 42px;
}
.pageHead_heading + .pageHead_newrise {
  margin-top: 32px;
}
.pageHead_heading + .pageHead_ciel {
  margin-top: 31px;
}
.pageHead_heading + .pageHead_bokulab {
  margin-top: 31px;
}
.pageHead_dk-select {
  height: 115.2vw;
  min-height: 432px;
}
.pageHead_heading + .pageHead_dk-select {
  margin-top: 34px;
}
@media screen and (max-width: 374px) {
  .pageHead {
    overflow: hidden;
  }
}
@media print, screen and (min-width: 768px) {
  .pageHead {
    padding-top: 62px;
  }
  .pageHead._combination-housing {
    padding-top: 64px;
  }
  .pageHead._dk-select._index {
    padding-top: 78px;
  }
  .pageHead._dk-select._newrise {
    padding-top: 80px;
  }
  .pageHead._dk-select._bokulab {
    padding-top: 76px;
  }
  .pageHead_heading + .pageHead_pic {
    margin-top: 72px;
  }
  .pageHead._dk-select._index .pageHead_pic {
    margin-top: 74px;
  }
  .pageHead._dk-select._lineup .pageHead_pic {
    height: 35.7142857143vw;
    min-height: 500px;
  }
  .pageHead._reason .pageHead_pic {
    margin-top: 74px;
  }
  .pageHead_heading + .pageHead_newrise {
    margin-top: 72px;
  }
  .pageHead_heading + .pageHead_ciel {
    margin-top: 76px;
  }
  .pageHead_heading + .pageHead_bokulab {
    margin-top: 76px;
  }
  .pageHead_dk-select {
    height: 35.7142857143vw;
    min-height: 500px;
  }
  .pageHead_heading + .pageHead_dk-select {
    margin-top: 74px;
  }
}
.lineupCard {
  display: block;
  box-shadow: 0 3px 6px #00000014;
  background-color: var(--color-white);
}
.lineupCard:hover,
.lineupCard:link,
.lineupCard:visited {
  color: var(--color-black);
  text-decoration: none;
}
.lineupCard_pic-outer {
  position: relative;
}
.lineupCard_pic {
  display: block;
  overflow: hidden;
}
.lineupCard._slide .lineupCard_pic > img {
  aspect-ratio: 795/447;
}
.lineupCard_content {
  padding: 8px 24px 32px;
}
.lineupCard._basic .lineupCard_content {
  padding: 18px 12px 10px;
}
.lineupCard._slide._newrise-designs .lineupCard_body {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 0 16px;
}
.lineupCard._slide .lineupCard_head + .lineupCard_body {
  margin-top: 8px;
}
.lineupCard._slide._newrise-designs .lineupCard_head + .lineupCard_body {
  margin-top: 16px;
}
.lineupCard._basic .lineupCard_head + .lineupCard_body {
  margin-top: 10px;
}
.lineupCard_logo {
  margin-inline: auto;
}
.lineupCard._slide .lineupCard_logo {
  width: 160px;
  height: 79px;
}
.lineupCard._slide._newrise-designs .lineupCard_logo {
  position: absolute;
  top: 22px;
  left: 23px;
  height: 35px;
}
.lineupCard._slide._newrise-designs .lineupCard_logo > img {
  width: auto;
  height: 100%;
}
.lineupCard._slide._newrise-designs._natural .lineupCard_logo {
  right: 23px;
  left: inherit;
}
.lineupCard_title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.1em;
}
.lineupCard_title > span {
  display: block;
}
.lineupCard._slide._newrise-designs .lineupCard_title {
  grid-column: 2/3;
}
.lineupCard_text {
  line-height: 1.8;
}
.lineupCard._slide .lineupCard_text {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.lineupCard._slide._newrise-designs .lineupCard_text {
  grid-column: 1/3;
}
.lineupCard._basic .lineupCard_text {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}
.lineupCard_title + .lineupCard_text {
  margin-top: 8px;
}
.lineupCard._slide._newrise-designs .lineupCard_title + .lineupCard_text {
  margin-top: 10px;
}
.lineupCard_index {
  width: 48px;
  height: 48px;
}
.lineupCard._slide._newrise-designs .lineupCard_index {
  grid-column: 1/2;
}
@media (any-hover: hover) {
  .lineupCard_pic > img {
    transition: transform var(--transition-duration) var(--transition-timing-function);
  }
  .lineupCard[href]:hover .lineupCard_pic > img {
    transform: scale(var(--hover-sacle));
  }
}
@media print, screen and (min-width: 768px) {
  .lineupCard._slide .lineupCard_content {
    display: flex;
    padding: 24px 0;
  }
  .lineupCard._basic .lineupCard_content {
    padding: 24px;
  }
  .lineupCard_head {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lineupCard._slide .lineupCard_head {
    width: 30.5660377358%;
  }
  .lineupCard._slide .lineupCard_body {
    padding-right: 6.2893081761%;
    width: 69.4339622642%;
  }
  .lineupCard._slide._newrise-designs .lineupCard_body {
    display: block;
  }
  .lineupCard._slide .lineupCard_head + .lineupCard_body {
    margin-top: 0;
  }
  .lineupCard._slide._newrise-designs .lineupCard_head + .lineupCard_body {
    margin-top: 0;
  }
  .lineupCard._basic .lineupCard_head + .lineupCard_body {
    margin-top: 16px;
  }
  .lineupCard_logo {
    margin-inline: 0;
  }
  .lineupCard._slide .lineupCard_logo {
    width: 178px;
    height: 88px;
  }
  .lineupCard._slide._newrise-designs .lineupCard_logo {
    top: 52px;
    left: 54px;
    width: auto;
    height: 80px;
  }
  .lineupCard._slide._newrise-designs._natural .lineupCard_logo {
    right: 97px;
    left: inherit;
  }
  .lineupCard._basic .lineupCard_logo {
    width: 208px;
    height: 64px;
  }
  .lineupCard_title {
    font-size: 2.2rem;
    letter-spacing: 0.02em;
  }
  .lineupCard_title > span {
    display: inline-block;
  }
  .lineupCard._basic .lineupCard_text {
    font-size: 1.4rem;
  }
  .lineupCard_title + .lineupCard_text {
    margin-top: 13px;
  }
  .lineupCard._slide._newrise-designs .lineupCard_title + .lineupCard_text {
    margin-top: 13px;
  }
  .lineupCard_index {
    width: 88px;
    height: 88px;
  }
}
.kvSrcoll {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.kvSrcoll_label {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  font-family: Montserrat, sans-serif !important;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}
.kvSrcoll_bar {
  display: block;
  position: relative;
  left: -1px;
  width: 1px;
  height: 80px;
  overflow: hidden;
}
.kvSrcoll_bar:after {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top;
  animation: pathmove 3s ease-in-out infinite;
  background-color: var(--color-black);
  width: 1px;
  height: 100%;
  content: "";
}
@keyframes pathmove {
  0% {
    top: 0;
    opacity: 1;
    height: 0;
  }
  to {
    top: 100%;
    opacity: 1;
    height: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .kvSrcoll {
    gap: 7px 0;
  }
  .kvSrcoll_bar {
    height: 120px;
  }
}
.kv {
  position: relative;
  width: 100%;
  height: 181.8666666667vw;
  overflow: hidden;
}
.kv:after,
.kv:before {
  display: block;
  position: absolute;
  content: "";
}
.kv:before {
  top: 20.8vw;
  left: 0;
  z-index: 0;
  background-color: var(--color-red);
  width: 80vw;
  height: 123.2vw;
}
.kv:after {
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #f5f5f5;
  width: 60vw;
  height: 108.5333333333vw;
}
.kv_head {
  display: flex;
  position: relative;
  top: 68vw;
  left: 8.5333333333vw;
  flex-direction: column-reverse;
  gap: 3.7333333333vw 0;
  z-index: 100;
}
.kv_heading {
  color: var(--color-white);
  font-weight: 700;
  font-size: 12.8vw;
  line-height: 1.5;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.1em;
}
.kv_categories {
  display: flex;
  gap: 0 2.1333333333vw;
}
.kv_category {
  border: 1px solid var(--color-white);
  padding: 1.6vw;
  color: var(--color-white);
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0.02em;
}
.kv_scroll {
  position: absolute;
  right: 4.2666666667vw;
  bottom: 0;
}
.kv_imgs {
  position: absolute;
  opacity: 0;
  overflow: hidden;
}
.kv_imgs._img0 {
  bottom: 6.4vw;
  left: 0;
  box-shadow: 0 4px 20px #00000029;
  aspect-ratio: 330/188;
  width: 88vw;
}
.kv_imgs._img1 {
  top: 8.2666666667vw;
  right: 0;
  box-shadow: 0 4px 20px #00000029;
  aspect-ratio: 165/244;
  width: 44vw;
}
.kv_imgs._img2 {
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0 3px 20px #00000029;
  aspect-ratio: 167/186;
  width: 44.5333333333vw;
}
.kv_imgs._enter {
  animation: fadeIn 1.5s ease-in-out forwards;
}
.kv_pic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
}
.kv_imgs._img0 .kv_pic {
  aspect-ratio: 330/188;
}
.kv_imgs._img1 .kv_pic {
  aspect-ratio: 165/244;
}
.kv_imgs._img2 .kv_pic {
  aspect-ratio: 167/186;
}
.kv_pic[aria-hidden="false"],
.kv_pic[aria-hidden="true"] {
  opacity: 0;
}
.kv_pic._enter {
  opacity: 0;
  z-index: 2;
  animation: fadeIn 1.5s ease-in-out forwards;
}
.kv_pic._enter > img {
  animation: zoomIn 1.5s ease-in-out forwards;
}
.kv_pic._wait {
  opacity: 1;
  z-index: 1;
}
.kv_pic._wait > img {
  transform: scale(1);
}
.kv_pic > img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  position: relative;
  width: 100%;
  object-fit: cover;
}
@keyframes zoomIn {
  0% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@media print, screen and (min-width: 768px) {
  .kv {
    height: clamp(542.5714px, 45.2142833333vw, 905px);
  }
  .kv:before {
    top: 0;
    width: max(960px, 80vw);
    height: clamp(365.14px, 30.4283333333vw, 608px);
  }
  .kv:after {
    top: clamp(211.714px, 15.1224285714vw, 353px);
    bottom: inherit;
    width: max(600px, 42.8571428571vw);
    height: clamp(307.714px, 21.9795714286vw, 513px);
  }
  .kv_head {
    top: clamp(41.14px, 2.9385714286vw, 68px);
    left: clamp(120px, 8.5714285714vw, 200px);
    gap: clamp(12px, 0.8571428571vw, 28px);
  }
  .kv_heading {
    font-size: clamp(4.2857rem, 3.5714166667vw, 7rem);
  }
  .kv_categories {
    gap: 0 clamp(13.714px, 1.1428333333vw, 22px);
  }
  .kv_category {
    padding: clamp(8.57px, 0.7141666667vw, 14px) clamp(10.2857px, 0.8571416667vw, 18px);
    font-size: clamp(1.542857rem, 1.2857141667vw, 2.4rem);
  }
  .kv_scroll {
    right: 12px;
    bottom: 72px;
  }
  .kv_imgs._img0 {
    top: clamp(169.7px, 14.1416666667vw, 283px);
    bottom: inherit;
    aspect-ratio: 808/435;
    width: clamp(692.57px, 57.7141666667vw, 1154px);
  }
  .kv_imgs._img1 {
    top: clamp(34.2857px, 2.8571416667vw, 58px);
    right: clamp(34.2857px, 2.8571416667vw, 58px);
    aspect-ratio: 335/503;
    width: clamp(287.14px, 23.9283333333vw, 477px);
  }
  .kv_imgs._img2 {
    top: 0;
    right: clamp(355.714px, 29.6428333333vw, 593px);
    left: inherit;
    aspect-ratio: 316/250;
    width: clamp(270.857px, 22.5714166667vw, 452px);
  }
  .kv_imgs._img0 .kv_pic {
    aspect-ratio: 808/435;
  }
  .kv_imgs._img1 .kv_pic {
    aspect-ratio: 335/503;
  }
  .kv_imgs._img2 .kv_pic {
    aspect-ratio: 316/250;
  }
}
.homeReasonCard {
  position: relative;
  border-radius: 8px;
  background-color: #f5f5f5;
  padding: 16px 12px;
}
.homeReasonCard:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  box-shadow: -10px -10px 10px #fffc;
  border-radius: 8px;
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  content: "";
}
.homeReasonCard_index {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color-red);
  font-style: normal;
  font-weight: 400;
  font-family: Montserrat, sans-serif !important;
  font-optical-sizing: auto;
}
.homeReasonCard_index-label {
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.homeReasonCard_index-value {
  font-size: 2.8rem;
  letter-spacing: 0.06em;
}
.homeReasonCard_title {
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.58;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  text-align: center;
}
.homeReasonCard_index + .homeReasonCard_title {
  margin-top: 12px;
}
.homeReasonCard_text {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
}
.homeReasonCard_title + .homeReasonCard_text {
  margin-top: 8px;
}
@media print, screen and (min-width: 768px) {
  .homeReasonCard {
    padding: 32px 0 36px;
  }
  .homeReasonCard_index-value {
    font-size: 3.2rem;
  }
  .homeReasonCard_title {
    font-size: 2.4rem;
    letter-spacing: 0.06em;
  }
  .homeReasonCard_index + .homeReasonCard_title {
    margin-top: 10px;
  }
  .homeReasonCard_text {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
  .homeReasonCard_title + .homeReasonCard_text {
    margin-top: 12px;
  }
}
.homeReason {
  position: relative;
}
.homeReason_container {
  padding-right: 16px;
  padding-left: 16px;
}
.homeReason_source {
  padding: 0 9px;
}
.homeReason_head + .homeReason_source {
  margin-top: 32px;
}
.homeReason_inner {
  padding-top: 73px;
  padding-right: 16px;
  padding-left: 16px;
}
.homeReason_text {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.homeReason_heading + .homeReason_text {
  margin-top: 21px;
}
.homeReason_button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 240px;
}
.homeReason_cards + .homeReason_button {
  margin-top: 40px;
}
.homeReason_source-imgs {
  display: flex;
  gap: 0 5.0847457627%;
}
.homeReason_cards {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.homeReason_container + .homeReason_cards {
  margin-top: 28px;
}
.homeReason_card {
  min-height: 203px;
}
.homeReason_card:first-child,
.homeReason_card:nth-child(2) {
  min-height: 179px;
}
.homeReason_source-imgs + .homeReason_notes {
  margin-top: 28px;
}
.homeReason_note {
  display: flex;
  font-size: 1.1rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.homeReason_note-index:after {
  content: "：";
}
@media screen and (max-width: 374px) {
  .homeReason_source {
    padding: 0;
  }
  .homeReason_source-imgs {
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .homeReason_container {
    display: flex;
    align-items: flex-end;
    gap: 0 7.1428571429%;
    padding-inline: 0;
  }
  .homeReason_head {
    flex: 1;
    padding-bottom: 40px;
  }
  .homeReason_source {
    padding: 0;
    width: 37.5%;
  }
  .homeReason_head + .homeReason_source {
    margin-top: 0;
  }
  .homeReason_inner {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .homeReason_text {
    font-size: 1.8rem;
    letter-spacing: 0.015em;
  }
  .homeReason_heading + .homeReason_text {
    margin-top: 24px;
  }
  .homeReason_cards + .homeReason_button {
    margin-top: 66px;
  }
  .homeReason_source-imgs {
    gap: 0 10.7142857143%;
  }
  .homeReason_cards {
    display: flex;
    gap: 0 20px;
  }
  .homeReason_container + .homeReason_cards {
    margin-top: 64px;
  }
  .homeReason_card {
    flex: 1;
    min-height: auto;
  }
  .homeReason_card:first-child,
  .homeReason_card:nth-child(2) {
    min-height: auto;
  }
  .homeReason_source-imgs + .homeReason_notes {
    margin-top: 32px;
  }
}
.homeMenu {
  position: relative;
  padding-bottom: 40px;
}
.homeMenu:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #f5f5f5;
  width: 100%;
  height: 724px;
  content: "";
}
.homeMenu_inner {
  padding-right: 16px;
  padding-left: 16px;
}
.homeMenu_body {
  position: relative;
}
.homeMenu_heading + .homeMenu_body {
  margin-top: 66px;
}
.homeMenu_links {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}
.homeMenu_link {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 6px #00000014;
  background-color: var(--color-white);
}
.homeMenu_link-logo {
  display: block;
  flex: 1;
}
.homeMenu_link-logo > img {
  display: block;
  margin: 0 auto;
}
.homeMenu_link._link0 .homeMenu_link-logo > img {
  width: 134px;
  height: 39px;
}
.homeMenu_link._link1 .homeMenu_link-logo > img {
  width: 141px;
  height: 34px;
}
.homeMenu_link-pic {
  display: block;
  flex: 1;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.homeMenu_link-pic > img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}
.homeMenu_buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px 24px;
}
.homeMenu_links + .homeMenu_buttons {
  margin-top: 32px;
}
@media (any-hover: hover) {
  .homeMenu_link-pic > img {
    transition: transform var(--transition-duration) var(--transition-timing-function);
  }
  .homeMenu_link:hover .homeMenu_link-pic > img {
    transform: scale(var(--hover-sacle));
  }
}
@media print, screen and (min-width: 768px) {
  .homeMenu {
    padding-bottom: 80px;
  }
  .homeMenu:before {
    height: 510px;
  }
  .homeMenu_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .homeMenu_heading + .homeMenu_body {
    margin-top: 88px;
  }
  .homeMenu_links {
    flex-direction: row;
    gap: 0 40px;
  }
  .homeMenu_link._link0 .homeMenu_link-logo > img {
    width: 222px;
    height: 63px;
  }
  .homeMenu_link._link1 .homeMenu_link-logo > img {
    width: 222px;
    height: 54px;
  }
  .homeMenu_link-pic {
    aspect-ratio: none;
  }
  .homeMenu_buttons {
    display: flex;
    gap: 0 32px;
  }
  .homeMenu_links + .homeMenu_buttons {
    margin-top: 40px;
  }
  .homeMenu_button {
    flex: 1;
  }
}
.column {
  position: relative;
  padding-bottom: 40px;
}
.column:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #f5f5f5;
  width: 100%;
  height: 577px;
  content: "";
}
.column_inner {
  position: relative;
  padding-right: 16px;
  padding-left: 16px;
}
.column_body {
  margin-top: 28px;
  box-shadow: 0 3px 20px #00000029;
  background-color: var(--color-white);
  padding: 40px 24px;
}
.column_logo-pic {
  display: block;
  margin: 0 auto;
  aspect-ratio: 252/57;
  max-width: 252px;
}
.column_logo + .column_items {
  margin-top: 40px;
}
.column_items .navi_inner ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.column_items a {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0 16px;
  text-decoration: none;
}
.column_items a:hover,
.column_items a:link,
.column_items a:visited {
  text-decoration: none;
}
.column_items img {
  display: block;
  overflow: hidden;
}
.column_items p {
  color: var(--color-black);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.02em;
}
.column_item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0 16px;
  text-decoration: none;
}
.column_item:hover,
.column_item:link,
.column_item:visited {
  text-decoration: none;
}
.column_pic {
  display: block;
  overflow: hidden;
}
.column_text {
  color: var(--color-black);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.02em;
}
@media (any-hover: hover) {
  .column_items img {
    transition: opacity var(--transition-duration) var(--transition-timing-function);
  }
  .column_items p {
    transition: color var(--transition-duration) var(--transition-timing-function);
  }
  .column_items a:hover img {
    opacity: var(--hover-opacity);
  }
  .column_items a:hover p {
    color: var(--color-red);
  }
  .column_pic > img {
    transition: transform var(--transition-duration) var(--transition-timing-function);
  }
  .column_item:hover .column_pic > img {
    transform: scale(var(--hover-sacle));
  }
  .column_text {
    transition: color var(--transition-duration) var(--transition-timing-function);
  }
  .column_item:hover .column_text {
    color: var(--color-red);
  }
}
@media print, screen and (min-width: 768px) {
  .column {
    padding-bottom: 80px;
  }
  .column:before {
    height: 478px;
  }
  .column_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .column_body {
    margin-top: 40px;
    padding: 48px 7.1428571429%;
  }
  .column_logo-pic {
    aspect-ratio: 591/43;
    max-width: 591px;
  }
  .column_items .navi_inner ul {
    flex-direction: row;
    gap: 64px;
  }
  .column_items a {
    display: block;
  }
  .column_items p {
    margin-top: 24px;
  }
  .column_item {
    display: block;
  }
  .column_pic + .column_text {
    margin-top: 24px;
  }
}
.specialCard {
  display: flex;
  flex-direction: column-reverse;
  box-shadow: 0 3px 6px #00000014;
  background-color: var(--color-white);
}
.specialCard_pic {
  display: block;
}
.specialCard_pic > img {
  height: 100%;
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}
.specialCard_body {
  padding: 20px 24px 24px;
}
.specialCard_label {
  display: block;
  opacity: 0.6;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.8;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.1em;
}
.specialCard_title {
  display: block;
  font-size: 2.8rem;
  line-height: 1.43;
  letter-spacing: 0.1em;
}
.specialCard_label + .specialCard_title {
  margin-top: 12px;
}
.specialCard_title > span {
  display: block;
}
.specialCard_text {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.specialCard_heading + .specialCard_text {
  margin-top: 10px;
}
.specialCard_button {
  display: block;
  margin-inline: auto;
  width: 170px;
}
.specialCard_text + .specialCard_button {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .specialCard {
    flex-direction: row;
  }
  .specialCard._card2 {
    flex-direction: row-reverse;
  }
  .specialCard_pic {
    width: 60.1785714286%;
    min-height: 287px;
  }
  .specialCard_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 3.5714285714%;
    width: 39.8214285714%;
  }
  .specialCard_label {
    line-height: 1.6;
  }
  .specialCard_title {
    line-height: 1;
  }
  .specialCard_label + .specialCard_title {
    margin-top: 20px;
  }
  .specialCard_title > span {
    display: inline-block;
  }
  .specialCard_title > span + span {
    margin-left: 14px;
  }
  .specialCard_text {
    line-height: 1.87;
  }
  .specialCard_button {
    margin-inline: 0;
  }
  .specialCard_text + .specialCard_button {
    margin-top: 18px;
  }
}
.special_cards {
  background-color: var(--color-red);
}
.special_inner {
  padding-right: 16px;
  padding-left: 16px;
}
.special_inner._head {
  padding-bottom: 32px;
}
.special_inner._body {
  padding-top: 40px;
  padding-bottom: 40px;
}
.special_card + .special_card {
  margin-top: 31px;
}
@media print, screen and (min-width: 768px) {
  .special_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .special_inner._head {
    padding-bottom: 40px;
  }
  .special_inner._body {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .special_card + .special_card {
    margin-top: 40px;
  }
}
.newsList {
  border-bottom: 1px solid #ddd;
}
.newsList,
.newsList_item + .newsList_item {
  border-top: 1px solid #ddd;
}
.newsList_link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px 0;
  padding: 24px 0;
}
.newsList_link,
.newsList_link:hover,
.newsList_link:link,
.newsList_link:visited {
  color: var(--color-black);
  text-decoration: none;
}
.newsList_category {
  border-radius: 2px;
  background-color: #f6f5f4;
  padding: 5px 40px;
  color: #888;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
.newsList_text {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (any-hover: hover) {
  .newsList_link:hover .newsList_text {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 768px) {
  .newsList_link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 40px;
    padding: 20px 0;
  }
  .newsList_category {
    min-width: 142px;
    font-size: 1.3rem;
  }
  .newsList_text {
    flex: 1;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.news_inner {
  display: flex;
  flex-direction: column;
  padding-right: 16px;
  padding-left: 16px;
}
.news_head {
  display: contents;
}
.news_heading {
  order: 0;
  text-align: center;
}
.news_button {
  order: 2;
  margin: 0 auto;
  width: 156px;
}
.news_heading + .news_button {
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
}
.news_body {
  order: 1;
}
.news_head + .news_body {
  margin-top: 37px;
}
@media print, screen and (min-width: 768px) {
  .news_inner {
    flex-direction: row;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .news_head {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
  }
  .news_heading {
    text-align: left;
  }
  .news_button {
    order: 0;
  }
  .news_heading + .news_button {
    margin-top: 40px;
    margin-inline: 0;
  }
  .news_body {
    order: 0;
    width: 80.3571428571%;
  }
  .news_head + .news_body {
    margin-top: 0;
  }
}
.seminarInfoTabs {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: auto;
}
.seminarInfoTabs_inner {
  display: flex;
}
.seminarInfoTabs_button {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #ddd;
  background-color: var(--color-white);
  padding: 24px 14px;
  min-width: 58px;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.1em;
}
.seminarInfoTabs_button,
.seminarInfoTabs_button:hover,
.seminarInfoTabs_button:link,
.seminarInfoTabs_button:visited {
  color: var(--color-black);
  text-decoration: none;
}
.seminarInfoTabs_button:last-child {
  border-right: 1px solid #ddd;
}
.seminarInfoTabs_button.isCurrent,
.seminarInfoTabs_button[aria-current="true"] {
  background-color: var(--color-red);
  color: var(--color-white);
}
@media (any-hover: hover) {
  .seminarInfoTabs_button {
    transition: background-color var(--transition-duration) var(--transition-timing-function);
  }
  .seminarInfoTabs_button:hover {
    background-color: var(--color-red);
    color: var(--color-white);
  }
}
@media print, screen and (min-width: 768px) {
  .seminarInfoTabs_inner {
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .seminarInfoTabs_button {
    flex: 1;
    padding: 24px 0;
    font-size: 1.5rem;
  }
}
.seminarInfo {
  position: relative;
}
.seminarInfo_inner._body {
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
}
.seminarInfo_inner._button {
  position: relative;
}
.seminarInfo_body + .seminarInfo_inner {
  margin-top: 20px;
}
.seminarInfo_heading {
  text-align: center;
}
.seminarInfo_body {
  overflow: hidden;
}
.seminarInfo_inner._head + .seminarInfo_body {
  margin-top: 34px;
}
.seminarInfo_button {
  display: block;
  margin: 0 auto;
  width: 156px;
}
.seminarInfo_layout {
  color: var(--color-black);
}
.seminarInfo_layout li {
  border-bottom: 1px solid #ddd;
}
.seminarInfo_layout li.norelease {
  border-bottom: none;
  padding-top: 18px;
  font-size: 1.5rem;
  line-height: 1.87;
  letter-spacing: 0.1em;
}
.seminarInfo_layout li.norelease a {
  display: flex;
  position: relative;
  gap: 0 6px;
  padding: 22px 0 8px;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.seminarInfo_layout li.norelease a:before {
  display: block;
  position: relative;
  top: 0;
  background-image: url("../images/icon_arrow_s_red.svg");
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  min-width: 16px;
  height: 16px;
  content: "";
}
.seminarInfo_layout a {
  display: grid;
  grid-template-rows: auto auto auto auto;
  padding: 24px 0 16px;
  color: var(--color-black);
}
.seminarInfo_layout a .dataIcon {
  grid-row: 1/2;
  border-radius: 2px;
}
.seminarInfo_layout a .dataIcon span {
  display: inline-block;
  background-color: #f7f5f4;
  padding: 9px 33px 7px;
  color: #888;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.seminarInfo_layout a .dataDate,
.seminarInfo_layout a .dataRegion {
  display: flex;
  gap: 0 8px;
}
.seminarInfo_layout a .dataDate:before,
.seminarInfo_layout a .dataRegion:before {
  display: block;
  position: relative;
  top: 3px;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  min-width: 16px;
  height: 16px;
  content: "";
}
.seminarInfo_layout a .dataRegion {
  grid-row: 4/5;
  margin-top: 8px;
  font-size: 1.3rem;
  line-height: 1.85;
  letter-spacing: 0.1em;
}
.seminarInfo_layout a .dataRegion:before {
  background-image: url("../images/icon_place_red.svg");
}
.seminarInfo_layout a .dataDate {
  grid-row: 3/4;
  margin-top: 15px;
  font-size: 1.3rem;
  line-height: 1.85;
  letter-spacing: 0.1em;
}
.seminarInfo_layout a .dataDate:before {
  background-image: url("../images/icon_date_red.svg");
}
.seminarInfo_layout a .dataTitle {
  grid-row: 2/3;
  margin-top: 14px;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.1em;
}
@media (any-hover: hover) {
  .seminarInfo_layout li.norelease a {
    transition: none;
  }
  .seminarInfo_layout li.norelease a:hover {
    background: none;
    text-decoration: underline;
  }
  .seminarInfo_layout a {
    transition: background-color var(--transition-duration) var(--transition-timing-function);
  }
  .seminarInfo_layout a:hover {
    background: #f5f5f5;
    text-decoration: none;
  }
}
@media print, screen and (min-width: 768px) {
  .seminarInfo_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .seminarInfo_inner._body {
    padding-top: 30px;
  }
  .seminarInfo_inner._button {
    display: flex;
    position: absolute;
    top: 120px;
    left: 50%;
    justify-content: flex-end;
    transform: translate(-50%);
    width: 100%;
    max-width: 1120px;
  }
  .seminarInfo_body + .seminarInfo_inner {
    margin-top: 0;
  }
  .seminarInfo_heading {
    text-align: left;
  }
  .seminarInfo_inner._head + .seminarInfo_body {
    margin-top: 46px;
  }
  .seminarInfo_button {
    margin: 0;
    width: 156px;
  }
  .seminarInfo_layout {
    font-size: 1.5rem;
    line-height: 1.87;
    letter-spacing: 0.1em;
  }
  .seminarInfo_layout li.norelease {
    padding-top: 0;
  }
  .seminarInfo_layout li.norelease a {
    padding: 20px 0;
  }
  .seminarInfo_layout a {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 142px auto 1fr;
    align-items: center;
    gap: 13px 0;
    padding: 20px 0;
  }
  .seminarInfo_layout a .dataIcon {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .seminarInfo_layout a .dataIcon span {
    padding: 9px 16px 7px;
    min-width: 142px;
    font-size: 1.3rem;
  }
  .seminarInfo_layout a .dataRegion {
    grid-row: 2/3;
    grid-column: 3/4;
    margin-top: 0;
    margin-left: 16px;
  }
  .seminarInfo_layout a .dataDate {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-top: 0;
    margin-left: 40px;
  }
  .seminarInfo_layout a .dataTitle {
    grid-row: 1/2;
    grid-column: 2/4;
    margin-top: 0;
    margin-left: 40px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.lineupPickupCard {
  position: relative;
  overflow: hidden;
}
.lineupPickupCard,
.lineupPickupCard:hover {
  color: var(--color-white);
  text-decoration: none;
}
.lineupPickupCard:before {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  content: "";
}
.lineupPickupCard:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  content: "";
}
.lineupPickupCard._ciel:after {
  opacity: 0.2;
  background-image: linear-gradient(180deg, #2f8dd1, rgba(13, 13, 15, 0));
  height: 88px;
}
.lineupPickupCard._ciel:before {
  background-image: url("../images/lineupPickupCard_pic0_sp.jpg");
}
.lineupPickupCard._newrise:before {
  background-image: url("../images/lineupPickupCard_pic1_sp.jpg");
}
.lineupPickupCard._bokulab:before {
  background-image: url("../images/lineupPickupCard_pic2_sp.jpg");
}
.lineupPickupCard._bokulab:after {
  opacity: 0.26;
  mix-blend-mode: multiply;
  background-color: #40434a;
  background-blend-mode: multiply;
  height: 100%;
}
.lineupPickupCard_body {
  position: absolute;
  z-index: 1;
}
.lineupPickupCard._ciel .lineupPickupCard_body {
  top: 25px;
  right: 31px;
}
.lineupPickupCard._newrise .lineupPickupCard_body {
  top: 32px;
  left: 29px;
}
.lineupPickupCard._bokulab .lineupPickupCard_body {
  display: flex;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.lineupPickupCard._ciel .lineupPickupCard_logo {
  display: flex;
  align-items: flex-end;
  gap: 0 4px;
}
.lineupPickupCard._ciel .lineupPickupCard_logo > img {
  width: 58px;
  height: 24px;
}
.lineupPickupCard._newrise .lineupPickupCard_logo {
  width: 135px;
  height: 22px;
}
.lineupPickupCard._bokulab .lineupPickupCard_logo {
  width: 223px;
  height: 27px;
}
.lineupPickupCard_text {
  color: var(--color-white);
  font-weight: 700;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.05em;
}
.lineupPickupCard_text._series {
  position: relative;
  top: 3px;
  font-size: 2.2rem;
  line-height: 1;
}
.lineupPickupCard_text._lead {
  font-size: 1.2rem;
}
.lineupPickupCard_logo + .lineupPickupCard_text._lead {
  margin-top: 10px;
}
.lineupPickupCard._ciel .lineupPickupCard_text {
  text-align: right;
}
@media (any-hover: hover) {
  .lineupPickupCard:before {
    transition: transform var(--transition-duration) var(--transition-timing-function);
  }
  .lineupPickupCard:hover:before {
    transform: scale(var(--hover-sacle));
  }
}
@media print, screen and (min-width: 768px) {
  .lineupPickupCard._ciel:after {
    height: 201px;
  }
  .lineupPickupCard._ciel:before {
    background-image: url("../images/lineupPickupCard_pic0_pc.jpg");
  }
  .lineupPickupCard._newrise:before {
    background-image: url("../images/lineupPickupCard_pic1_pc.jpg");
  }
  .lineupPickupCard._bokulab:before {
    background-image: url("../images/lineupPickupCard_pic2_pc.jpg");
  }
  .lineupPickupCard._bokulab:after {
    opacity: 0.1;
  }
  .lineupPickupCard._ciel .lineupPickupCard_body {
    top: 52px;
    right: 120px;
  }
  .lineupPickupCard._newrise .lineupPickupCard_body {
    top: 54px;
    left: 52px;
  }
  .lineupPickupCard._ciel .lineupPickupCard_logo {
    gap: 0 11px;
  }
  .lineupPickupCard._ciel .lineupPickupCard_logo > img {
    width: 94px;
    height: 40px;
  }
  .lineupPickupCard._newrise .lineupPickupCard_logo {
    width: 219px;
    height: 35px;
  }
  .lineupPickupCard._bokulab .lineupPickupCard_logo {
    width: 375px;
    height: 46px;
  }
  .lineupPickupCard_text._series {
    top: 1px;
    font-size: 3.6rem;
  }
  .lineupPickupCard_text._lead {
    font-size: 1.8rem;
  }
  .lineupPickupCard_logo + .lineupPickupCard_text._lead {
    margin-top: 24px;
  }
}
.lineupPickup {
  position: relative;
}
.lineupPickup:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #f5f5f5;
  width: 100%;
  content: "";
}
.lineupPickup_inner {
  padding-right: 16px;
  padding-left: 16px;
}
.lineupPickup_link {
  display: block;
  height: 193px;
}
.lineupPickup_link + .lineupPickup_link {
  margin-top: 4px;
}
@media print, screen and (min-width: 768px) {
  .lineupPickup:before {
    height: 680px;
  }
  .lineupPickup_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .lineupPickup_panels {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .lineupPickup_link {
    height: 400px;
  }
  .lineupPickup_link._ciel {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .lineupPickup_link._newrise {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .lineupPickup_link._bokulab {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .lineupPickup_link + .lineupPickup_link {
    margin-top: 0;
  }
}
.lineupHead {
  position: relative;
  overflow: hidden;
}
.lineupHead:after,
.lineupHead:before {
  position: absolute;
  content: "";
}
.lineupHead:before {
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url("../images/lineupHead_bg_sp.jpg");
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.lineupHead:after {
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  opacity: 0.4;
  z-index: -1;
  background: url("../images/text_a_new_standard.svg") 0 0 no-repeat;
  background-size: contain;
  width: 975px;
  height: 65px;
}
.lineupHead_inner {
  padding: 48px 32px 0;
}
.lineupHead_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lineupHead_pic + .lineupHead_body {
  margin-top: 28px;
}
.lineupHead_title {
  color: var(--color-white);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.05em;
}
.lineupHead_text {
  color: var(--color-white);
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.lineupHead_title + .lineupHead_text {
  margin-top: 13px;
}
.lineupHead_pic {
  display: block;
  margin: 0 auto;
  width: 48vw;
}
@media print, screen and (min-width: 768px) {
  .lineupHead:before {
    background-image: url("../images/lineupHead_bg_pc.jpg");
  }
  .lineupHead:after {
    width: 1400px;
    height: 94px;
  }
  .lineupHead_inner {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
    height: 100%;
  }
  .lineupHead_content {
    flex-direction: row;
    gap: 0 5%;
    padding: 0 5.3571428571%;
    height: 100%;
  }
  .lineupHead_pic + .lineupHead_body {
    margin-top: 0;
  }
  .lineupHead_title {
    font-size: 3.2rem;
    line-height: normal;
  }
  .lineupHead_text {
    font-size: 2.2rem;
  }
  .lineupHead_title + .lineupHead_text {
    margin-top: 40px;
  }
  .lineupHead_pic {
    width: auto;
  }
}
.lineupBanner {
  position: relative;
  padding-bottom: 40px;
}
.lineupBanner:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #f5f5f5;
  width: 100%;
  height: 330px;
  content: "";
}
.lineupBanner_inner {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 34px 0;
  padding-right: 16px;
  padding-left: 16px;
}
@media print, screen and (min-width: 768px) {
  .lineupBanner {
    padding-bottom: 80px;
  }
  .lineupBanner:before {
    height: 224px;
  }
  .lineupBanner_inner {
    flex-direction: row;
    gap: 0 40px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
}
.specialOrder {
  position: relative;
  padding-bottom: 80px;
}
.specialOrder:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #f5f5f5;
  width: 100%;
  height: 200px;
  content: "";
}
.specialOrder_inner {
  position: relative;
  padding-right: 16px;
  padding-left: 16px;
}
.specialOrder_heading span {
  display: inline-block;
}
.specialOrder_text {
  padding-left: 17px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
.specialOrder_heading + .specialOrder_text {
  margin-top: 43px;
}
.specialOrder_slider {
  position: relative;
}
.specialOrder_inner + .specialOrder_slider {
  margin-top: 50px;
}
.specialOrder_item {
  box-shadow: 0 3px 6px #00000029;
}
@media print, screen and (min-width: 768px) {
  .specialOrder {
    padding-bottom: 80px;
  }
  .specialOrder:before {
    height: 256px;
  }
  .specialOrder_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .specialOrder_text {
    padding-left: 0;
  }
  .specialOrder_heading + .specialOrder_text {
    margin-top: 40px;
  }
  .specialOrder_inner + .specialOrder_slider {
    margin-top: 64px;
  }
  .specialOrder_item {
    width: 352px;
  }
}
.newriseHead {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.newriseHead_item {
  position: relative;
}
.newriseHead_pic {
  display: block;
}
.newriseHead_logo {
  position: absolute;
  top: 23px;
  width: auto;
  height: 34px;
}
.newriseHead_logo > img {
  height: 100%;
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}
.newriseHead_item._modern .newriseHead_logo {
  right: 24px;
}
.newriseHead_item._limited .newriseHead_logo {
  right: 21px;
}
.newriseHead_item._classic .newriseHead_logo,
.newriseHead_item._natural .newriseHead_logo {
  left: 20px;
}
@media print, screen and (min-width: 768px) {
  .newriseHead {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .newriseHead_logo {
    top: 72px;
    left: 50%;
    transform: translate(-50%);
    height: 64px;
  }
  .newriseHead_item._modern .newriseHead_logo,
  .newriseHead_item._limited .newriseHead_logo {
    right: inherit;
    left: 50%;
    transform: translate(-50%);
  }
  .newriseHead_item._classic .newriseHead_logo,
  .newriseHead_item._natural .newriseHead_logo {
    left: 50%;
    transform: translate(-50%);
  }
}
.designsDetail {
  position: relative;
}
.designsDetail_inner {
  padding-right: 16px;
  padding-left: 16px;
}
.designsDetail_sec._sec2 .designsDetail_inner {
  display: flex;
  flex-direction: column-reverse;
  gap: 53px 0;
}
.designsDetail_sec {
  position: relative;
}
.designsDetail_sec._sec0,
.designsDetail_sec._sec1 {
  background-color: #f5f3ee;
}
.designsDetail_sec._sec0:before,
.designsDetail_sec._sec1:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 0;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  content: "";
}
.designsDetail_sec._sec0 {
  padding-top: 242px;
  padding-bottom: 56px;
}
.designsDetail_sec._sec0:before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 134px, 0 228px);
  left: calc(50% + 54px);
  clip-path: polygon(0 0, 100% 0, 100% 134px, 0 228px);
  width: 171.4666666667vw;
  height: 61.0666666667vw;
}
.designsDetail_sec._sec0.lazyloaded:before {
  background-image: url("../images/designsDetail_bg_pic0.png");
}
.designsDetail_sec._sec1 {
  padding-top: 242px;
  padding-bottom: 144px;
}
.designsDetail_sec._sec1:before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 230px, 0 121px);
  left: calc(50% - 80px);
  clip-path: polygon(0 0, 100% 0, 100% 230px, 0 121px);
  width: 195.4666666667vw;
  height: 61.3333333333vw;
}
.designsDetail_sec._sec1.lazyloaded:before {
  background-image: url("../images/designsDetail_bg_pic1.png");
}
.designsDetail_sec._sec2 {
  margin-top: -104px;
  padding-bottom: 56px;
}
.designsDetail_body {
  padding-inline: 16px;
}
.designsDetail_heading {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.8;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.1em;
}
.designsDetail_text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.designsDetail_heading + .designsDetail_text {
  margin-top: 12px;
}
.designsDetail_pic {
  display: block;
  box-shadow: 0 3px 6px #00000014;
}
.designsDetail_sec._sec1 .designsDetail_pic {
  margin-top: 62px;
  margin-right: -16px;
  margin-left: auto;
  width: 80vw;
}
.designsDetail_sec._sec2 .designsDetail_pic {
  margin-left: -16px;
  width: 84.2666666667vw;
}
@media print, screen and (min-width: 768px) {
  .designsDetail_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .designsDetail_sec._sec1 .designsDetail_inner {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .designsDetail_sec._sec2 .designsDetail_inner {
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 0 64px;
  }
  .designsDetail_sec._sec0 {
    padding-top: max(440px, 31.4285714286vw);
    padding-bottom: max(70px, 5vw);
  }
  .designsDetail_sec._sec0:before {
    aspect-ratio: 1400/499;
    -webkit-clip-path: none;
    left: 50%;
    clip-path: none;
    width: max(1400px, 100%);
    height: max(499px, auto);
  }
  .designsDetail_sec._sec1 {
    padding-top: max(347px, 24.7857142857vw);
    padding-bottom: max(153px, 10.9285714286vw);
  }
  .designsDetail_sec._sec1:before {
    aspect-ratio: 1400/439;
    -webkit-clip-path: none;
    left: 50%;
    clip-path: none;
    width: max(1400px, 100%);
    height: max(439px, auto);
  }
  .designsDetail_sec._sec2 {
    margin-top: -80px;
    padding-bottom: 200px;
  }
  .designsDetail_body {
    flex: 1;
    padding-inline: 0;
  }
  .designsDetail_sec._sec0 .designsDetail_body {
    padding-left: 53.5714285714%;
  }
  .designsDetail_sec._sec1 .designsDetail_body {
    max-width: 734px;
  }
  .designsDetail_heading {
    font-size: 3.6rem;
  }
  .designsDetail_sec._sec2 .designsDetail_text {
    letter-spacing: 0.02em;
  }
  .designsDetail_heading + .designsDetail_text {
    margin-top: 17px;
  }
  .designsDetail_sec._sec1 .designsDetail_pic {
    margin: 0 0 -192px;
    width: 30.8928571429%;
  }
  .designsDetail_sec._sec2 .designsDetail_pic {
    margin-left: 0;
    width: 53.5714285714%;
  }
}
.designs {
  overflow: hidden;
}
.designs_inner {
  padding-right: 16px;
  padding-left: 16px;
}
.designs_slider {
  padding-bottom: 64px;
}
.designs_inner + .designs_slider {
  margin-top: 36px;
}
@media print, screen and (min-width: 768px) {
  .designs_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .designs_slider {
    padding-bottom: 120px;
  }
  .designs_inner + .designs_slider {
    margin-top: 56px;
  }
}
.lccm {
  background-color: #d5f3fe;
  padding-top: 54px;
  padding-bottom: 64px;
}
.lccm_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 16px;
  padding-left: 16px;
}
.lccm_copy {
  display: inline-block;
  position: relative;
  color: #00a1d6;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.1em;
}
.lccm_copy:after,
.lccm_copy:before {
  display: inline-block;
  position: relative;
  top: 6px;
  background-color: #00a1d6;
  width: 3px;
  height: 33px;
  content: "";
}
.lccm_copy:before {
  left: -12px;
  transform: rotate(-27.65deg);
}
.lccm_copy:after {
  left: 4px;
  transform: rotate(27.65deg);
}
.lccm_contents {
  box-shadow: 0 3px 6px #00000014;
  border-radius: 8px;
  background-color: var(--color-white);
  padding: 40px 24px;
}
.lccm_copy + .lccm_contents {
  margin-top: 24px;
}
.lccm_heading {
  position: relative;
}
.lccm_text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
.lccm_heading + .lccm_text {
  margin-top: 36px;
}
.lccm_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.lccm_text + .lccm_list {
  margin-top: 16px;
}
.lccm_item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 0;
  background-color: #00a2d6;
  min-height: 74px;
  color: var(--color-white);
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.02em;
  text-align: center;
}
.lccm_logo {
  display: inline-block;
  position: relative;
}
.lccm_logo._newrise-lccm {
  left: 6px;
  width: 273px;
  height: 118px;
}
.lccm_logo._lccm {
  position: absolute;
  right: -10px;
  bottom: -22px;
  width: 103px;
  height: 66px;
}
.lccm_pic {
  display: block;
}
.lccm_body + .lccm_pic {
  margin-top: 24px;
}
.lccm_button {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  max-width: 326px;
}
.lccm_contents + .lccm_button {
  margin-top: 40px;
}
@media screen and (max-width: 374px) {
  .lccm_copy {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .lccm {
    padding-top: 46px;
    padding-bottom: 64px;
  }
  .lccm_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }
  .lccm_copy {
    font-size: 3.2rem;
  }
  .lccm_copy:after,
  .lccm_copy:before {
    top: 14px;
    width: 4px;
    height: 50px;
  }
  .lccm_copy:before {
    left: -25px;
  }
  .lccm_copy:after {
    left: 12px;
  }
  .lccm_contents {
    display: flex;
    gap: 0 40px;
    padding: 40px;
  }
  .lccm_copy + .lccm_contents {
    margin-top: 35px;
  }
  .lccm_heading {
    display: flex;
    align-items: center;
    gap: 0 52px;
    width: auto;
  }
  .lccm_heading + .lccm_text {
    margin-top: 24px;
  }
  .lccm_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .lccm_text + .lccm_list {
    margin-top: 16px;
  }
  .lccm_item {
    min-height: 82px;
  }
  .lccm_logo._newrise-lccm {
    left: 0;
  }
  .lccm_logo._lccm {
    position: relative;
    top: 7px;
    right: auto;
    bottom: auto;
    width: 142px;
    height: 91px;
  }
  .lccm_body + .lccm_pic {
    margin-top: 0;
  }
  .lccm_contents + .lccm_button {
    margin-top: 48px;
  }
}
.lineupSlider {
  position: relative;
}
.lineupSlider._single {
  padding-right: 16px;
  padding-left: 16px;
}
.lineupSlider_track,
.lineupSlider_track.splide__track {
  overflow: visible;
}
.lineupSlider._single .lineupSlider_list {
  justify-content: center;
}
.lineupSlider._single .lineupSlider_slide {
  flex-shrink: inherit;
}
.lineupSlider_controls-outer {
  margin-top: 32px;
}
.lineupSlider_controls {
  position: relative;
  padding-right: 16px;
  padding-left: 16px;
}
.lineupSlider_controls-body {
  position: relative;
}
.lineupSlider_arrows {
  display: flex;
  position: relative;
  justify-content: center;
  gap: 0 16px;
  padding-top: 27px;
}
.lineupSlider_seek {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.5px;
  background-color: #efefef;
  width: 100%;
  height: 3px;
  overflow: hidden;
}
.lineupSlider_seek-current {
  display: block;
  background-color: var(--color-red);
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .lineupSlider._single {
    padding: 0;
  }
  .lineupSlider_controls-outer {
    position: absolute;
    top: -121px;
    left: 0;
    margin-top: 0;
    width: 100%;
  }
  .lineupSlider._designs .lineupSlider_controls-outer {
    top: -107px;
  }
  .lineupSlider_controls {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
    height: 67px;
  }
  .lineupSlider_controls-body {
    margin-left: auto;
    width: 335px;
    height: 100%;
  }
  .lineupSlider_arrows {
    justify-content: flex-end;
    padding-top: 0;
  }
  .lineupSlider_seek {
    top: inherit;
    bottom: 0;
  }
}
.arrowButton.splide__arrow {
  position: relative;
  top: 0;
  transform: none;
  opacity: 1;
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: var(--color-white);
  width: 40px;
  height: 40px;
}
.arrowButton.splide__arrow:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  content: "";
}
.arrowButton.splide__arrow._prev.splide__arrow--prev {
  left: 0;
}
.arrowButton.splide__arrow._prev.splide__arrow--prev:before {
  background-image: url("../images/icon_slider_arrow_red.svg");
}
.arrowButton.splide__arrow._next.splide__arrow--next {
  right: 0;
}
.arrowButton.splide__arrow._next.splide__arrow--next:before {
  transform: rotate(-180deg);
  background-image: url("../images/icon_slider_arrow_red.svg");
}
@media (any-hover: hover) {
  .arrowButton.splide__arrow._prev.splide__arrow--prev:hover:before {
    background-image: url("../images/icon_slider_arrow_white.svg");
  }
  .arrowButton.splide__arrow._next.splide__arrow--next:hover:before {
    background-image: url("../images/icon_slider_arrow_white.svg");
  }
  .arrowButton.splide__arrow {
    transition: background-color var(--transition-duration) var(--transition-timing-function);
  }
  .arrowButton.splide__arrow:hover {
    background-color: var(--color-red);
  }
}
.reasonSectionHead_text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
.reasonSectionHead_heading + .reasonSectionHead_text {
  margin-top: 21px;
}
@media print, screen and (min-width: 768px) {
  .reasonSectionHead_heading + .reasonSectionHead_text {
    margin-top: 26px;
  }
}
.reason01Card {
  box-shadow: 0 3px 8px #00000014;
  background-color: #fafafa;
  padding: 27px 12px 24px;
  height: 100%;
}
.reason01Card_title {
  font-size: 2.2rem;
}
.reason01Card_lead,
.reason01Card_title {
  font-weight: 700;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.1em;
  text-align: center;
}
.reason01Card_lead {
  font-size: 1.4rem;
}
.reason01Card_title + .reason01Card_lead {
  margin-top: 4px;
}
.reason01Card_data {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reason01Card_lead + .reason01Card_data {
  margin-top: 14px;
}
.reason01Card._card5 .reason01Card_data {
  align-items: flex-start;
}
.reason01Card_data-item {
  display: flex;
  align-items: flex-end;
  color: var(--color-red);
}
.reason01Card_data-value {
  font-style: normal;
  font-weight: 400;
  font-size: 5rem;
  font-family: Montserrat, sans-serif !important;
  font-optical-sizing: auto;
  letter-spacing: 0.04em;
}
.reason01Card._card5 .reason01Card_data-value {
  letter-spacing: 0.002em;
}
.reason01Card_data-unit {
  font-weight: 700;
  font-size: 3rem;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.1em;
}
.reason01Card_data-category {
  margin-right: 8px;
  margin-bottom: 16px;
  border: 1px solid var(--color-red);
  padding: 4px 6px;
  min-width: 54px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.reason01Card_data-note {
  font-size: 1.1rem;
  line-height: 1.64;
  text-align: center;
}
.reason01Card_data-record {
  width: 192px;
}
.reason01Card_note {
  font-size: 1.1rem;
  line-height: 1.64;
  letter-spacing: 0.1em;
}
.reason01Card_note._filled {
  background-color: var(--color-white);
  padding: 9px 12px 8px;
}
.reason01Card_data + .reason01Card_note {
  margin-top: 24px;
}
.reason01Card._card1 .reason01Card_note {
  margin-top: 48px;
}
.reason01Card._card2 .reason01Card_note {
  margin-top: 12px;
}
.reason01Card._card5 .reason01Card_note {
  margin-top: 13px;
}
.reason01Card_note-ref {
  font-weight: 700;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
}
.reasonSlider {
  visibility: visible !important;
}
.reasonSlider_track {
  overflow: hidden;
}
.reasonSlider_slide {
  border-right: 1px solid #d2d2d2;
}
.reasonSlider_slide:last-child {
  border-right: none;
}
.reasonSlider_controls {
  margin-top: 40px;
}
.reasonSlider_pagination {
  position: relative;
  bottom: 0;
  gap: 0 12px;
  padding: 0;
  line-height: 1;
}
.reasonSlider_pagination > li {
  height: 3px;
  font-size: 0;
}
.reasonSlider_pagination-page {
  opacity: 1;
  margin: 0;
  border-radius: 1.5px;
  background-color: #f5f5f5;
  width: 48px;
  height: 3px;
  line-height: 1;
}
.reasonSlider_pagination-page.is-active {
  transform: scale(1);
  background-color: var(--color-red);
}
.reasonSlider_arrows {
  display: flex;
  position: relative;
  justify-content: center;
  gap: 0 16px;
}
.reasonSlider_pagination + .reasonSlider_arrows {
  margin-top: 24px;
}
@media print, screen and (min-width: 768px) {
  .reasonSlider_track {
    padding: 0 !important;
  }
  .reasonSlider_list {
    display: flex !important;
    align-items: stretch;
  }
  .reasonSlider_slide {
    width: 224px;
  }
  .reasonSlider_controls {
    display: none;
  }
}
.reason01 {
  position: relative;
  padding-top: 70px;
  padding-bottom: 64px;
}
.reason01_inner {
  padding-right: 32px;
  padding-left: 32px;
}
.reason01_pic {
  display: block;
  box-shadow: 0 3px 6px #0000000a;
  border-radius: 50%;
}
.reason01_head + .reason01_pic {
  margin-top: 38px;
}
.reason01_inner + .reason01_slider {
  margin-top: 64px;
}
@media print, screen and (min-width: 768px) {
  .reason01 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .reason01_inner {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    width: 1120px;
  }
  .reason01_container._head {
    display: flex;
    align-items: flex-end;
    gap: 0 7.1428571429%;
  }
  .reason01_head {
    flex: 1;
    padding-bottom: 38px;
  }
  .reason01_pic {
    width: 46.4285714286%;
  }
  .reason01_head + .reason01_pic {
    margin-top: 0;
  }
  .reason01_slider {
    margin: 0 auto;
    width: 1120px;
  }
}
.reason02 {
  position: relative;
  background-color: #f5f5f5;
}
.reason02_inner {
  padding: 69px 16px 64px;
}
.reason02_head {
  padding-inline: 16px;
}
.reason02_body {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.reason02_head + .reason02_body {
  margin-top: 24px;
}
.reason02_panel {
  display: block;
  width: 100%;
  box-shadow: 0 3px 3px #00000029;
}
@media print, screen and (min-width: 768px) {
  .reason02_inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 0 7.1428571429%;
    margin-right: auto;
    margin-left: auto;
    padding: 120px 0 110px;
    width: 1120px;
  }
  .reason02_head {
    flex: 1;
    padding-top: 12px;
    padding-inline: 0;
  }
  .reason02_body {
    gap: 0 20px;
    width: 50%;
  }
  .reason02_head + .reason02_body {
    margin-top: 0;
  }
}
.reason03 {
  position: relative;
}
.reason03_inner {
  padding: 69px 32px 60px;
}
.reason03_body {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.reason03_head + .reason03_body {
  margin-top: 32px;
}
.reason03_pic {
  display: block;
}
.reason03_pic._panels + .reason03_notes {
  margin-top: 20px;
}
.reason03_note {
  display: flex;
  font-size: 1rem;
}
.reason03_note-index:after {
  content: "：";
}
@media print, screen and (min-width: 768px) {
  .reason03_inner {
    margin-right: auto;
    margin-left: auto;
    padding: 130px 0 120px;
    width: 1120px;
  }
  .reason03_head {
    width: 46.4285714286%;
  }
  .reason03_body {
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 0 3.5714285714%;
  }
  .reason03_head + .reason03_body {
    margin-top: 20px;
  }
  .reason03_panels {
    flex: 1;
  }
  .reason03_pic._img {
    width: 50%;
  }
  .reason03_pic._panels + .reason03_notes {
    margin-top: 32px;
  }
}
.reason04 {
  position: relative;
  background-color: #f5f5f5;
}
.reason04_inner {
  display: flex;
  flex-direction: column;
  padding: 64px 16px;
}
.reason04_container {
  display: contents;
}
.reason04_head {
  order: 0;
  padding-inline: 16px;
}
.reason04_container + .reason04_body {
  margin-top: 32px;
}
.reason04_pic {
  display: block;
  margin: 0 auto;
  width: 93.1623931624%;
}
.reason04_button {
  display: inline-block;
  order: 2;
  margin: 0 auto;
  width: 240px;
  min-width: 240px;
}
.reason04_head + .reason04_button {
  margin-top: 46px;
}
@media print, screen and (min-width: 768px) {
  .reason04_inner {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 7.1428571429%;
    margin-right: auto;
    margin-left: auto;
    padding: 130px 0 120px;
    width: 1120px;
  }
  .reason04_container {
    display: block;
    flex: 1;
  }
  .reason04_head {
    order: 0;
    padding-inline: 0;
  }
  .reason04_body {
    padding-top: 6px;
    width: 50%;
  }
  .reason04_container + .reason04_body {
    margin-top: 0;
  }
  .reason04_pic {
    margin: 0;
    width: auto;
  }
  .reason04_button {
    order: 0;
  }
  .reason04_head + .reason04_button {
    margin-top: 40px;
  }
}
.reasonAnswer {
  padding: 40px 16px;
}
.reasonAnswer_container {
  box-shadow: 0 3px 8px #00000014;
  background-color: #fafafa;
}
.reasonAnswer_inner {
  padding: 30px 24px 40px;
}
.reasonAnswer_heading {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.8;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
  letter-spacing: 0.1em;
}
.reasonAnswer_text {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.reasonAnswer_heading + .reasonAnswer_text {
  margin-top: 16px;
}
.reasonAnswer_pic {
  display: block;
  margin: 36px auto 0;
  width: 88.1355932203%;
}
@media print, screen and (min-width: 768px) {
  .reasonAnswer {
    padding: 80px 0;
  }
  .reasonAnswer_container {
    margin: 0 auto;
    width: 1000px;
  }
  .reasonAnswer_inner {
    display: flex;
    gap: 0 5.9523809524%;
    padding: 40px 80px;
  }
  .reasonAnswer_body {
    flex: 1;
    padding-top: 36px;
  }
  .reasonAnswer_heading {
    font-size: 2.8rem;
  }
  .reasonAnswer_text {
    font-size: 1.8rem;
    line-height: 2;
  }
  .reasonAnswer_heading + .reasonAnswer_text {
    margin-top: 20px;
  }
  .reasonAnswer_pic {
    margin: 0;
    width: 35.7142857143%;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInTranslateX50 {
  0% {
    transform: translateY(20px) translate(-50%);
    opacity: 0;
  }
  to {
    transform: translateY(0) translate(-50%);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.reasonHeading_index {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: Montserrat, sans-serif !important;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
}
.reasonHeading._reason .reasonHeading_index {
  gap: 0 12px;
}
.reasonHeading._dk-select .reasonHeading_index {
  gap: 0 8px;
}
.reasonHeading_index-label {
  background-color: var(--color-red);
  padding: 5px 6px;
  color: var(--color-white);
  font-size: 1.4rem;
  text-transform: uppercase;
}
.reasonHeading_index-value {
  position: relative;
  color: var(--color-red);
}
.reasonHeading._reason .reasonHeading_index-value {
  font-size: 4.8rem;
}
.reasonHeading._dk-select .reasonHeading_index-value {
  font-size: 4rem;
}
.reasonHeading_title {
  display: block;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.reasonHeading._reason .reasonHeading_title {
  font-weight: 700;
  font-size: 2.8rem;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif !important;
}
.reasonHeading._dk-select .reasonHeading_title {
  font-size: 2.2rem;
}
.reasonHeading._reason .reasonHeading_index + .reasonHeading_title {
  margin-top: 18px;
}
.reasonHeading._dk-select .reasonHeading_index + .reasonHeading_title {
  margin-top: 12px;
}
@media print, screen and (min-width: 768px) {
  .reasonHeading._reason .reasonHeading_index {
    gap: 0 16px;
  }
  .reasonHeading._dk-select .reasonHeading_index {
    gap: 0 12px;
  }
  .reasonHeading_index-label {
    padding: 6px 8px 5px;
  }
  .reasonHeading._reason .reasonHeading_index-label {
    font-size: 1.8rem;
  }
  .reasonHeading._dk-select .reasonHeading_index-label {
    font-size: 1.4rem;
  }
  .reasonHeading._reason .reasonHeading_index-value {
    top: -4px;
    font-size: 6.4rem;
  }
  .reasonHeading._dk-select .reasonHeading_index-value {
    top: -2px;
    font-size: 4.8rem;
  }
  .reasonHeading._reason .reasonHeading_title {
    font-size: 3.6rem;
  }
  .reasonHeading._dk-select .reasonHeading_title {
    font-size: 2.8rem;
  }
  .reasonHeading._reason .reasonHeading_index + .reasonHeading_title {
    margin-top: 12px;
  }
  .reasonHeading._dk-select .reasonHeading_index + .reasonHeading_title {
    margin-top: 16px;
  }
}
.eheyaCard {
  display: flex;
  flex-flow: column;
  flex-direction: row;
  box-shadow: 0 3px 6px #00000014;
  background-color: var(--color-white);
}

.eheyaCard:hover,
.eheyaCard:link,
.eheyaCard:visited {
  text-decoration: none;
}

.eheyaCard_body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px 0;
  padding: 10px;
}

.eheyaCard_pic {
  display: block;
  flex: 1;
  overflow: hidden;
}

.eheyaCard_text {
  color: var(--color-black);
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.eheyaCard_text2 {
  color: var(--color-black);
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 600;
}

@media (any-hover: hover) {
  .eheyaCard_pic > img {
    transition: transform var(--transition-duration) var(--transition-timing-function);
  }

  .eheyaCard:hover .eheyaCard_pic > img {
    transform: scale(var(--hover-sacle));
  }
}

@media print, screen and (min-width: 768px) {
  .eheyaCard_body {
    gap: 20px 0;
  }

  .eheyaCard_text {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .eheyaCard_text2 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}

.eheya_inner {
  flex-direction: column-reverse;
  padding-right: 16px;
  padding-left: 16px;
}

.eheya_inner._body {
  padding-top: 40px;
  padding-bottom: 40px;
}

.eheya_cards {
  background-color: #f5f5f5;
}

.eheya_card {
  flex-flow: column;
}

@media print, screen and (min-width: 768px) {
  .eheya_inner {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 1120px;
  }

  .eheya_inner._body {
    display: grid;
    gap: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .eheya_card {
    margin-top: 0;
    flex-flow: row;
  }
  .eheyaCard_pic {
    width: 580px;
  }
}


/******************/
/*FEEL Adjust*/
/******************/
.detailHead_heading.ver_feel .detailHead_logo {
  width: 50%;
  max-width: 220px;
}
.detailHead_heading.ver_feel .detailHead_logo img {
  width: 100%;
}
