.columnContainer {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.columnContainer + .cmnRecomWrap .m-lineupFoot {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .columnForPC {
    display: none;
  }
}

.columnForSP {
  display: none;
}
@media (max-width: 767px) {
  .columnForSP {
    display: block;
  }
}

.columnOutline {
  padding: 120px 40px 0;
}
@media (max-width: 767px) {
  .columnOutline {
    padding: 80px 20px 0;
  }
}
.columnOutline__inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.columnOutline__title {
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .columnOutline__title {
    margin-bottom: 30px;
    margin-bottom: 30px;
  }
}
.columnOutline__title img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .columnOutline__title img {
    width: 400px;
  }
}
.columnOutline__title::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #735b5c;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .columnOutline__title::after {
    width: 30px;
  }
}
.columnOutline__lead {
  text-align: center;
  font-size: 26px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .columnOutline__lead {
    font-size: 20px;
  }
}
.columnOutline__text {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}

.columnPerson {
  margin-top: 70px;
  padding: 35px 40px;
  position: relative;
}
@media (max-width: 767px) {
  .columnPerson {
    margin-top: 55px;
    padding: 30px 20px 40px;
  }
}
.columnPerson::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(235, 208, 179, 0.15);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.columnPerson__inner {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .columnPerson__inner {
    max-width: 300px;
  }
}
.columnPerson__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}
@media (max-width: 767px) {
  .columnPerson__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.columnPerson__item {
  display: grid;
  grid-template-columns: 83px 1fr;
  gap: 16px 24px;
}
@media (max-width: 767px) {
  .columnPerson__item {
    gap: 8px 24px;
  }
}
.columnPerson__image {
  grid-column: 1/3;
  grid-row: 1/3;
  line-height: 1;
}
@media (max-width: 767px) {
  .columnPerson__image {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.columnPerson__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  grid-column: 2/3;
  grid-row: 1/2;
  margin-top: 20px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .columnPerson__name {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-top: 0;
  }
}
.columnPerson__nameMain {
  font-size: 16px;
  font-weight: 500;
}
.columnPerson__nameSub {
  font-size: 14px;
  font-family: "Optima", "Segoe UI", "Arial", sans-serif;
  padding-top: 3px;
}
.columnPerson__text {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 13px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .columnPerson__text {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}

.columnIdea {
  padding: 80px 40px 60px;
  position: relative;
}
@media (max-width: 767px) {
  .columnIdea {
    padding: 60px 20px 40px;
  }
}
.columnIdea.-beige::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(235, 208, 179, 0.15);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.columnIdea__inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.columnIdea__header {
  display: grid;
  gap: 10px;
  margin-bottom: 30px;
}
.columnIdea__headerLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #735b5c;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-family: "Optima", "Segoe UI", "Arial", sans-serif;
}
.columnIdea__headerTitle {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .columnIdea__headerTitle {
    font-size: 20px;
  }
}
.columnIdea__text {
  font-size: 14px;
  line-height: 1.6;
}
.columnIdea__illust {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .columnIdea__illust {
    margin-top: 30px;
  }
}
.columnIdea__illust img {
  width: calc(100% + 20px);
  height: auto;
}
@media (max-width: 767px) {
  .columnIdea__illust img {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.columnIdea__illustCaption {
  text-align: right;
  font-size: 12px;
  font-family: "Optima", "Segoe UI", "Arial", sans-serif;
  line-height: 1.2;
  margin-top: -35px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .columnIdea__illustCaption {
    margin-top: 0;
  }
}

.columnSummary {
  padding: 80px 40px;
}
@media (max-width: 767px) {
  .columnSummary {
    padding: 60px 20px;
  }
}
.columnSummary__inner {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.columnSummary__title {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 30px;
}
.columnSummary__text {
  font-size: 14px;
  line-height: 1.6;
}
.columnSummary__copyright {
  display: block;
  margin-top: 60px;
  font-size: 12px;
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .columnSummary__copyright {
    margin-top: 30px;
  }
}
.columnSummary__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .columnSummary__button {
    margin-top: 40px;
  }
}
.columnSummary__buttonLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 600px;
  min-height: 64px;
  padding: 0 24px;
  background-color: #735b5c;
  border: 1px solid #735b5c;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 767px) {
  .columnSummary__buttonLink {
    padding: 0 16px;
  }
}
.columnSummary__buttonLink:hover {
  background-color: #fff;
  color: #000;
}
.columnSummary__buttonLink::after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.columnSummary__buttonLabel {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .columnSummary__buttonLabel {
    font-size: 14px;
  }
}