@charset "UTF-8";

/*---変数---*/
/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* 画像を縦に並べた時に余白0 */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

br {
  line-height: inherit;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

section {
  position: relative;
}

main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  outline: none;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  background: #fbfbfb;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1rem;
  color: #372407;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "BIZ UDPGothic", sans-serif;
  }
}

body.fix {
  position: fixed;
  width: 100%;
}

body.open {
  overflow: hidden;
}

html,
body {
  position: relative;
  width: 100%;
}

*:focus {
  outline: none;
}

p,
li,
dl,
tr,
th,
td,
div {
  color: #372407;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 200%;
}

span {
  color: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #372407;
  line-height: 133.333%;
}

a,
a * {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.page-concept .pc {
  display: block;
}

@media screen and (max-width: 1024px) {
  .page-concept .pc {
    display: none !important;
  }
}

.page-concept .pc-tb {
  display: block;
}

@media screen and (max-width: 640px) {
  .page-concept .pc-tb {
    display: none !important;
  }
}

.page-concept .tb-sp {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .page-concept .tb-sp {
    display: block !important;
  }
}

.page-concept .tb {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .page-concept .tb {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .tb {
    display: none !important;
  }
}

.page-concept .sp {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .page-concept .sp {
    display: block !important;
  }
}

/*============================
.layer共通
============================*/
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.abel-regular {
  font-family: "Abel", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

.main__inr {
  overflow: hidden;
}

.cmn-inr {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.cmn-inr.--full {
  padding: 0;
  max-width: none;
}

.cmn-inr02 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.main.layer {
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .main.layer {
    margin-top: 0;
  }
}

.layer {
  background: #f6f4f2;
}

.layer * {
  font-family: "Noto Sans JP", sans-serif;
}

.layer .ttl {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 16px;
  color: #463a3d;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px),
print {
  .layer .ttl {
    font-size: 40px;
  }
}

.layer .subttl {
  font-size: 12px;
  line-height: 1;
  color: #8a7b7f;
  position: relative;
  padding-left: 13px;
}

.layer .subttl::before {
  content: "";
  width: 5px;
  height: 4px;
  background: #e85471;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.layer .cmn-btn {
  position: relative;
  display: flex;
  align-items: center;
  padding-block: 8px;
  padding-inline: 12px 20px;
  max-width: 224px;
  border: solid 1px #937c82;
  border-radius: 5px;
  text-decoration: unset;
  transition: 0.4s;
}

@media screen and (max-width: 1024px),
print {
  .layer .cmn-btn {
    padding-inline: 16px;
  }
}

.layer .cmn-btn__txt {
  position: relative;
  padding-left: 12px;
  font-size: 14px;
  letter-spacing: 0;
}

.layer .cmn-btn__txt::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #e85471;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.layer .cmn-btn .arrow-box {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.layer .cmn-btn .arrow-box.--bg {
  background: #eae5e0;
}

.layer .cmn-btn.--model {
  padding-inline: 20px;
  background: #fff;
}

.layer .cmn-btn.--model .arrow-box {
  right: 20px;
}

@media screen and (min-width: 1025px) {
  .layer .cmn-btn:hover {
    background: #463a3d;
    color: #fff;
    transition: 0.4s;
    text-decoration: unset;
  }

  .layer .cmn-btn:hover .arrow-box {
    background: #fff;
  }
}

.layer .--color {
  color: #e85471 !important;
}

.layer .layer-head {
  padding-block: 110px 120px;
  background: url(../images/concept/bg-layer-head.png) no-repeat bottom center/cover;
}

@media screen and (max-width: 1024px) {
  .layer .layer-head {
    padding-block: 11% 12%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-head {
    padding-block: 55px 60px;
  }
}

.layer .layer-head__cnt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-head__cnt {
    flex-direction: column;
    align-items: flex-start;
  }
}

.layer .layer-head__txt {
  margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-head__txt {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-head__txt {
    margin-bottom: 6px;
  }
}

.layer .layer-head__txt-st {
  color: #463a3d;
  text-align: right;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
  /* 100% */
}

@media screen and (max-width: 1024px) {
  .layer .layer-head__txt-st {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
}

.layer .layer-head__txt-st strong {
  font-size: 2.8rem;
  line-height: 142.857%;
  /* 142.857% */
  letter-spacing: 0.112rem;
}

@media screen and (max-width: 1024px) {
  .layer .layer-head__txt-st strong {
    font-size: 2rem;
  }
}

.layer .layer-head__txt-st strong.--concept {
  font-size: 3.2rem;
  line-height: 125%;
  /* 125% */
  letter-spacing: 0.128rem;
}

@media screen and (max-width: 1024px) {
  .layer .layer-head__txt-st strong.--concept {
    font-size: 2rem;
  }
}

.layer .layer-head__txt-st strong.--concept span {
  letter-spacing: -0.5em;
}

.layer .layer-head__txt-st:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-head__txt-st:not(:last-child) {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-head__txt-st:not(:last-child) {
    margin-bottom: 8px;
  }
}

.layer .layer-fv__ph {
  margin-left: calc((100% - 100vw) / 2);
  width: calc(100% + (100vw - 100%) / 2);
  aspect-ratio: 1320/460;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .layer .layer-fv__ph {
    border-radius: 0 20px 20px 0;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-fv__ph {
    border-radius: 0 10px 10px 0;
  }
}

.layer .layer-fv .fv-slide__item {
  padding-inline: 5px;
  height: auto;
}

.layer .layer-fv .fv-slide__ph {
  width: 100%;
  height: 100%;
  aspect-ratio: 960/460;
  border-radius: 30px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .layer .layer-fv .fv-slide__ph {
    border-radius: 20px;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-fv .fv-slide__ph {
    border-radius: 10px;
  }
}

.layer .layer-fv .fv-slide__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layer .layer-intro {
  position: relative;
  padding-block: 120px;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro {
    padding-block: 12%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro {
    padding-block: 60px;
  }
}

.layer .layer-intro__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.layer .layer-intro__line-item {
  width: 30px;
  height: 30px;
}

.layer .layer-intro__line-item svg {
  width: 100%;
  height: 100%;
}

.layer .layer-intro__cnt {
  position: relative;
  margin-inline: auto;
  padding: 24px;
  width: 100%;
  max-width: 960px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro__cnt {
    padding: 16px;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro__cnt {
    border-radius: 5px;
  }
}

@media screen and (max-width: 340px) {
  .layer .layer-intro__cnt {
    padding: 8px;
  }
}

.layer .layer-intro__num {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  color: #d3c8be;
  text-align: center;
  font-size: 1.6rem;
  line-height: 100%;
  /* 100% */
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro__num {
    top: 24px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro__num {
    top: 16px;
  }
}

.layer .layer-intro__block {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-inline: auto;
  padding-block: 18px;
  width: 100%;
  max-width: 816px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro__block {
    flex-direction: column;
    padding-block: 2%;
    padding-inline: 32px;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro__block {
    margin-block: -8px;
    padding-block: 9px;
    padding-inline: 3.7333333333vw;
  }
}

.layer .layer-intro__info {
  flex: 1;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro__info {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro__info {
    text-align: center;
  }
}

.layer .layer-intro__ttl {
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro__ttl {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro__ttl {
    margin-bottom: 16px;
  }
}

.layer .layer-intro__ttl-st {
  color: #463a3d;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 142.857%;
  letter-spacing: 0.112rem;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro__ttl-st {
    font-size: 2rem;
  }
}

@media screen and (max-width: 340px) {
  .layer .layer-intro__ttl-st {
    font-size: 1.7rem;
  }
}

.layer .layer-intro__catch {
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro__catch {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro__catch {
    margin-bottom: 8px;
  }
}

.layer .layer-intro__catch-st {
  color: #463a3d;
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro__catch-st {
    font-size: 1.6rem;
  }
}

.layer .layer-intro__txt-st {
  color: #463a3d;
  font-size: 1.6rem;
  line-height: 200%;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro__txt-st {
    font-size: 1.4rem;
  }
}

.layer .layer-intro__ph {
  width: 363px;
  aspect-ratio: 363/236;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro__ph {
    width: 100%;
  }
}

.layer .layer-intro .intro-slide__item {
  padding-inline: 1px;
  height: auto;
}

.layer .layer-intro .intro-slide__ph {
  width: 100%;
  height: 100%;
  aspect-ratio: 380/460;
  overflow: hidden;
}

.layer .layer-intro .intro-slide__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layer .layer-intro.--concept .layer-intro__ph {
  width: calc(50% - 24px);
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro.--concept .layer-intro__ph {
    width: 100%;
  }
}

.layer .layer-intro.--features01 .layer-intro__block {
  align-items: center;
  padding-block: 26px;
  max-width: 850px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro.--features01 .layer-intro__block {
    flex-direction: column-reverse;
    padding-block: 3%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro.--features01 .layer-intro__block {
    padding-block: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro.--features01 .layer-intro__ph {
    margin-inline: auto 0;
    width: 65%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro.--features01 .layer-intro__ph {
    width: 95%;
    max-width: 350px;
  }
}

.layer .layer-intro.--features02 {
  padding-bottom: 82px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro.--features02 {
    padding-bottom: 8%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro.--features02 {
    padding-bottom: 40px;
  }
}

.layer .layer-intro.--features02 .layer-intro__block {
  align-items: center;
  padding-block: 26px;
  max-width: 850px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro.--features02 .layer-intro__block {
    flex-direction: column-reverse;
    padding-block: 3%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro.--features02 .layer-intro__block {
    padding-block: 13px;
  }
}

.layer .layer-intro.--features02 .layer-intro__info {
  text-align: center;
}

.layer .layer-intro.--features03 {
  padding-bottom: 82px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro.--features03 {
    padding-bottom: 8%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro.--features03 {
    padding-bottom: 40px;
  }
}

.layer .layer-intro.--features03 .layer-intro__block {
  align-items: center;
  padding-block: 26px;
  max-width: 850px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro.--features03 .layer-intro__block {
    flex-direction: column-reverse;
    padding-block: 3%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro.--features03 .layer-intro__block {
    padding-block: 13px;
  }
}

.layer .layer-intro.--features03 .layer-intro__info {
  text-align: center;
}

.layer .layer-intro.--features04 {
  padding-bottom: 82px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro.--features04 {
    padding-bottom: 8%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro.--features04 {
    padding-bottom: 40px;
  }
}

.layer .layer-intro.--features04 .layer-intro__block {
  align-items: center;
  padding-block: 26px;
  max-width: 850px;
}

@media screen and (max-width: 1024px) {
  .layer .layer-intro.--features04 .layer-intro__block {
    flex-direction: column-reverse;
    padding-block: 3%;
  }
}

@media screen and (max-width: 640px) {
  .layer .layer-intro.--features04 .layer-intro__block {
    padding-block: 13px;
  }
}

.layer .layer-intro.--features04 .layer-intro__info {
  text-align: center;
}

/*============================
.ft-menu
============================*/
.ft-menu {
  width: 100%;
  padding-block: 80px;
}

@media screen and (max-width: 1024px) {
  .ft-menu {
    padding-block: 8%;
  }
}

@media screen and (max-width: 768px),
print {
  .ft-menu {
    padding-block: 40px;
  }
}

.ft-menu_list {
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .ft-menu_list {
    flex-wrap: wrap;
  }
}

.ft-menu_list-item {
  width: calc((100% - 16px) / 3);
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .ft-menu_list-item {
    width: calc((100% - 16px) / 2);
  }
}

@media screen and (max-width: 450px),
print {
  .ft-menu_list-item {
    width: 100%;
  }
}

.ft-menu_list-item-link {
  position: relative;
  padding: 18px 32px 24px;
  border-radius: 10px;
  background-color: #e85471;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  transition: all 0.3s;
  text-decoration: unset;
}

@media screen and (max-width: 768px),
print {
  .ft-menu_list-item-link {
    padding: 16px;
  }
}

.ft-menu_list-item-link_ttl {
  font-size: 40px;
  margin-bottom: 4px;
}

@media screen and (max-width: 1024px),
print {
  .ft-menu_list-item-link_ttl {
    font-size: 28px;
  }
}

.ft-menu_list-item-link_subttl {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  position: relative;
  padding-left: 13px;
}

.ft-menu_list-item-link_subttl::before {
  content: "";
  width: 5px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ft-menu_list-item-link_arrow {
  position: absolute;
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

@media screen and (max-width: 768px),
print {
  .ft-menu_list-item-link_arrow {
    right: 16px;
  }
}

.ft-menu_list-item-link_arrow>div {
  width: 100%;
  height: 100%;
  background-image: url(../images/index/ft-menu_list-item-link_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: -10px;
  transition: all 0.3s;
}

.ft-menu_list-item-link:hover {
  opacity: 0.8;
  transition: all 0.3s;
  text-decoration: unset;
}

.ft-menu_list-item-link:hover .ft-menu_list-item-link_arrow>div {
  background-position: 12px;
  transition: all 0.3s;
}

.ft-menu.--concept {
  padding-top: 60px;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .ft-menu.--concept {
    padding-top: 6%;
  }
}

@media screen and (max-width: 640px) {
  .ft-menu.--concept {
    padding-top: 30px;
  }
}

/*============================
.page-concept
============================*/
.page-concept .page-concept-cnt {
  position: relative;
  padding-block: 40px 120px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt {
    padding-block: 4% 12%;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-cnt {
    padding-block: 20px 60px;
  }
}

.page-concept .page-concept-cnt::before {
  content: "";
  position: absolute;
  top: -426px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 1440/878;
  background: url(../images/concept/bg-concept-cnt.png) no-repeat top center/cover;
}

.page-concept .page-concept-cnt__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__head {
    flex-direction: column;
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-cnt__head {
    margin-bottom: 25px;
  }
}

.page-concept .page-concept-cnt__ttl {
  width: calc(52% - 24px);
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__ttl {
    width: 100%;
  }
}

.page-concept .page-concept-cnt__ttl-st {
  color: #000;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 150%;
  /* 150% */
  letter-spacing: 0.128rem;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__ttl-st {
    font-size: 2.4rem;
  }
}

.page-concept .page-concept-cnt__ttl-st span {
  color: #463a3d;
}

.page-concept .page-concept-cnt__txt {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__txt {
    width: 100%;
  }
}

.page-concept .page-concept-cnt__txt-st {
  color: #463a3d;
  font-size: 1.6rem;
  line-height: 200%;
  /* 200% */
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__txt-st {
    font-size: 1.4rem;
  }
}

.page-concept .page-concept-cnt__list {
  position: relative;
  margin-bottom: 120px;
  margin-inline: auto;
  width: 100%;
  max-width: 860px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__list {
    margin-bottom: 12%;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-cnt__list {
    margin-bottom: 60px;
  }
}

.page-concept .page-concept-cnt__list::before {
  content: "";
  position: absolute;
  top: -30%;
  left: 60%;
  width: 531px;
  aspect-ratio: 531/542.232;
  background: url(../images/concept/bg-pink.png) no-repeat center center/cover;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__list::before {
    left: 50%;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-cnt__list::before {
    left: 30%;
  }
}

.page-concept .page-concept-cnt__list-item {
  position: relative;
  display: flex;
  width: 90%;
  max-width: 460px;
  height: 89px;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #f9f7f4;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  color: #463a3d;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  /* 100% */
  letter-spacing: 0.072rem;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__list-item {
    padding: 2%;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-cnt__list-item {
    padding: 8px 10px;
    border-radius: 5px;
  }
}

.page-concept .page-concept-cnt__list-wrap:nth-child(2) {
  display: flex;
  justify-content: center;
}

.page-concept .page-concept-cnt__list-wrap:nth-child(3) {
  display: flex;
  justify-content: flex-end;
}

.page-concept .page-concept-cnt__list-item:nth-child(1) {
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__list-item:nth-child(1) {
    margin-bottom: 1%;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-cnt__list-item:nth-child(1) {
    margin-bottom: 5px;
  }
}

.page-concept .page-concept-cnt__list-item:nth-child(2) {
  margin-bottom: 10px;
  margin-left: 200px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__list-item:nth-child(2) {
    margin-bottom: 1%;
    margin-left: 10%;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-cnt__list-item:nth-child(2) {
    margin-bottom: 5px;
    margin-left: 5%;
  }
}

.page-concept .page-concept-cnt__list-item:nth-child(3) {
  margin-left: 400px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__list-item:nth-child(3) {
    margin-left: 20%;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-cnt__list-item:nth-child(3) {
    margin-left: 10%;
  }
}

.page-concept .page-concept-cnt__list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  width: 81px;
  aspect-ratio: 27/25;
  background: url(../images/concept/icon-home.png) no-repeat center center/cover;
  z-index: -1;
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-cnt__list-item::before {
    width: 50px;
  }
}

.page-concept .page-concept-cnt__block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 54px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__block {
    flex-direction: column;
  }
}

.page-concept .page-concept-cnt__info {
  width: 438px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__info {
    width: 100%;
  }
}

.page-concept .page-concept-cnt__info-ttl {
  margin-bottom: 48px;
  width: 100%;
  color: #463a3d;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 166.667%;
  /* 166.667% */
  letter-spacing: 0.096rem;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__info-ttl {
    margin-bottom: 5%;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-cnt__info-ttl {
    margin-bottom: 24px;
  }
}

.page-concept .page-concept-cnt__info-txt {
  width: 100%;
}

.page-concept .page-concept-cnt__info-txt-st {
  color: #463a3d;
  font-size: 1.6rem;
  line-height: 200%;
  /* 200% */
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__info-txt-st {
    font-size: 1.4rem;
  }
}

.page-concept .page-concept-cnt__info-txt-st:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__info-txt-st:not(:last-child) {
    margin-bottom: 4px;
  }
}

.page-concept .page-concept-cnt__ph {
  position: relative;
  margin-right: calc((100% - 100vw) / 2);
  width: calc(100% - 492px + (100vw - 100%) / 2);
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-cnt__ph {
    width: calc(100% + (100vw - 100%) / 2);
  }
}

.page-concept .page-concept-cnt__ph::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  width: 150px;
  height: 100%;
  background: linear-gradient(270deg, rgba(246, 244, 242, 0) 0%, #f6f4f2 100%);
  z-index: 1;
}

.page-concept .page-concept-cnt .concept-slide__item {
  padding-inline: 8px;
}

.page-concept .page-concept-cnt .concept-slide__ph {
  height: 380px;
  aspect-ratio: 3/2;
  border-radius: 15px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-cnt .concept-slide__ph {
    border-radius: 5px;
  }
}

.page-concept .page-concept-cnt .slick-list {
  padding: 0 17.5% 0 0 !important;
}

.page-concept .page-concept-features {
  padding-block: 120px 32px;
  background: url(../images/concept/bg-features.png) no-repeat top center/cover;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-features {
    padding-block: 12% 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-features {
    padding-block: 60px 16px;
  }
}

.page-concept .page-concept-features__ttl-main {
  margin-bottom: 16px;
  color: #463a3d;
  text-align: center;
  font-size: 4rem;
  line-height: 100%;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-features__ttl-main {
    margin-bottom: 2%;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-features__ttl-main {
    margin-bottom: 8px;
    font-size: 2.2rem;
  }
}

.page-concept .page-concept-features__ttl-sub {
  color: #463a3d;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-features__ttl-sub {
    font-size: 1.6rem;
  }
}

.page-concept .page-concept-features .feature-anchor {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding-block: 85px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-features .feature-anchor {
    flex-direction: column;
    padding-block: 9%;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-features .feature-anchor {
    padding-block: 40px;
  }
}

.page-concept .page-concept-features .feature-anchor__info {
  width: 468px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-features .feature-anchor__info {
    width: 100%;
  }
}

.page-concept .page-concept-features .feature-anchor__item:not(:last-child) {
  margin-bottom: 4px;
}

.page-concept .page-concept-features .feature-anchor__item-link {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
  padding: 24px 40px 32px 24px;
  border-radius: 10px;
  transition: 0.4s;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-features .feature-anchor__item-link {
    padding-block: 16px;
    padding-left: 24px;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-features .feature-anchor__item-link {
    padding: 12px 40px 12px 12px;
    border-radius: 5px;
  }
}

@media screen and (min-width: 1025px) {
  .page-concept .page-concept-features .feature-anchor__item-link:hover {
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  }

  .page-concept .page-concept-features .feature-anchor__item-link:hover .feature-anchor__item-arw {
    background: #d3c8be;
  }

  .page-concept .page-concept-features .feature-anchor__item-link:hover .feature-anchor__item-arw svg path {
    fill: #fff;
    transition: 0.4s;
  }
}

.page-concept .page-concept-features .feature-anchor__item-ph {
  width: 100px;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-features .feature-anchor__item-ph {
    width: 60px;
  }
}

.page-concept .page-concept-features .feature-anchor__item-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-concept .page-concept-features .feature-anchor__item-info {
  flex: 1;
}

.page-concept .page-concept-features .feature-anchor__item-num {
  position: relative;
  display: block;
  margin-bottom: 8px;
  padding-left: 12px;
  color: #727171;
  font-size: 1.2rem;
  line-height: 133.333%;
  /* 133.333% */
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-features .feature-anchor__item-num {
    margin-bottom: 0;
    font-size: 1rem;
  }
}

.page-concept .page-concept-features .feature-anchor__item-num::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #e85471;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-concept .page-concept-features .feature-anchor__item-ttl {
  display: block;
  margin-bottom: 8px;
  color: #463a3d;
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
  /* 140% */
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-features .feature-anchor__item-ttl {
    margin-bottom: 4px;
    font-size: 1.3rem;
  }
}

.page-concept .page-concept-features .feature-anchor__item-txt {
  display: block;
  color: #463a3d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  /* 100% */
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-features .feature-anchor__item-txt {
    line-height: 1.2;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-features .feature-anchor__item-txt {
    font-size: 1.2rem;
  }
}

.page-concept .page-concept-features .feature-anchor__item-arw {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #eae5e0;
  transition: 0.4s;
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-features .feature-anchor__item-arw {
    right: 12px;
  }
}

.page-concept .page-concept-features .feature-anchor__item-arw svg path {
  transition: 0.4s;
}

.page-concept .page-concept-features .feature-anchor__ph {
  width: calc(100% - 468px - 24px);
  border-radius: 10px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-features .feature-anchor__ph {
    border-radius: 5px;
  }
}

.page-concept .bg-brown {
  background: url(../images/concept/bg-brown.png) no-repeat top center/cover;
}

.page-concept .page-concept-message {
  padding-block: 160px 100px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-message {
    padding-block: 16% 10%;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-message {
    padding-block: 80px 50px;
  }
}

.page-concept .page-concept-message__ph {
  margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-message__ph {
    margin-bottom: 8%;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-message__ph {
    margin-bottom: 40px;
  }
}

.page-concept .page-concept-message .message-slide__item {
  padding-inline: 8px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-message .message-slide__item {
    padding-inline: 4px;
  }
}

.page-concept .page-concept-message .message-slide__ph {
  width: 100%;
  height: 100%;
  aspect-ratio: 300/200;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-message .message-slide__ph {
    border-radius: 5px;
  }
}

.page-concept .page-concept-message .message-slide__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-concept .page-concept-message__cnt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-message__cnt {
    flex-direction: column;
  }
}

.page-concept .page-concept-message__ttl-st {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.16rem;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-message__ttl-st {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-message__ttl-st {
    font-size: 2.2rem;
  }
}

.page-concept .page-concept-message__txt-st {
  color: #fff;
  font-size: 1.6rem;
  line-height: 200%;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-message__txt-st {
    font-size: 1.4rem;
  }
}

.page-concept .page-concept-message__txt-st strong {
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-message__txt-st strong {
    font-size: 1.6rem;
  }
}

.page-concept .page-concept-message__txt-st:not(:last-child) {
  margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
  .page-concept .page-concept-message__txt-st:not(:last-child) {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .page-concept .page-concept-message__txt-st:not(:last-child) {
    margin-bottom: 6px;
  }
}