@charset "UTF-8";
/*color*/
/*add color*/
/*font-family*/
/*add font-family*/
/*all*/
/*R,B*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*top-sokyu*/
/*mainBP*/
/*gHeader用*/
/*grid settings*/
/* media query */
.contents {
  width: 100%;
}

.p-contbg, .p-cont {
  position: relative;
}

em,
i {
  font-style: normal;
}

i {
  display: inline-block;
}

html:lang(en) .p-obi__wrap__list {
  grid-template-columns: 1fr 1fr;
  gap: 2rem 0;
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-obi__wrap__list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-sokyu, html:lang(en) .p-sokyu__l2 {
    display: block;
    text-align: center;
  }
}
html:lang(en) .p-sokyu--1 {
  gap: 0;
}
html:lang(en) .p-sokyu--2::after {
  display: none;
}
html:lang(en) .p-sokyu__l2 {
  line-height: 2.55;
  display: block;
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-sokyu__r2 {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-sokyu::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-nav__list {
    grid-template-columns: 1fr;
  }
  html:lang(en) .p-nav__list .u-sp {
    display: none;
  }
  html:lang(en) .p-nav__list .u-pc {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-nav__list__item a {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) #concept .p-mv__detail,
  html:lang(en) #concept .p-mv__catch {
    line-height: 1.4;
  }
}
html:lang(en) .brandContents .anchorBtnWrap {
  background-color: #e6e6e6;
  padding: 30px 0;
  position: sticky;
  top: 0;
  z-index: 90;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtnWrap {
    position: static;
  }
}
html:lang(en) .brandContents .anchorBtn {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtn {
    flex-direction: column;
    gap: 1px;
  }
}
html:lang(en) .brandContents .anchorBtn li {
  width: 19%;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtn li {
    width: 100%;
  }
}

/* スマホのナビを遅く表示させたい場合 */
/* CONCEPT CSS */
#concept .header .logo-bukkenLogo img {
  filter: invert(55%) sepia(78%) saturate(248%) hue-rotate(4deg) brightness(100%) contrast(100%);
}
#concept .concept {
  color: #262626;
  font-family: "あおとゴシック DB", "Aoto Gothic DemiBold", "Noto Sans JP" !important; /*all*/
  color: #404040;
}
#concept .c-cap {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  bottom: 1rem !important;
}
@media (max-width: 768px) {
  #concept .c-cap {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  #concept .c-cap {
    font-size: 1rem;
  }
}
#concept .c-cap--bk {
  color: #262626 !important;
  text-shadow: none;
}
#concept .p-concept__ttlWrap {
  font-size: 18px;
  font-size: 1.8rem;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 2rem;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  #concept .p-concept__ttlWrap {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #concept .p-concept__ttlWrap {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #concept .p-concept__ttlWrap {
    gap: 0.5rem;
    margin-top: 5rem;
  }
}
#concept .p-concept__ttl {
  font-family: "Ryumin Medium KL", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  font-size: 5em;
}
@media only screen and (max-width: 768px) {
  #concept .p-concept__ttl {
    font-size: 3em;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#concept .p-concept__ttl em {
  font-family: "optima-lt-pro", sans-serif;
  color: #A67C52;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #concept .p-concept__ttl em {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #concept .p-concept__ttl em {
    font-size: 1.8rem;
  }
}
#concept .p-concept__txt {
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #concept .p-concept__txt {
    width: calc(90% - 0.5rem);
  }
}
#concept .p-concept__txt p {
  font-family: "Ryumin Medium KL", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  #concept .p-concept__txt p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #concept .p-concept__txt p {
    font-size: 1.6rem;
  }
}
#concept .p-concept__txt i {
  position: relative;
}
#concept .p-concept__txt i small {
  position: absolute;
  font-size: 0.5em;
  top: -0.8em;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #concept .p-concept__txt i small {
    top: 0em;
    right: -1em;
  }
}
#concept .p-concept__txt em {
  font-family: "optima-lt-pro", sans-serif;
  color: #A67C52;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  #concept .p-concept__txt em {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #concept .p-concept__txt em {
    font-size: 1.4rem;
  }
}
#concept .p-conMv {
  aspect-ratio: 2000/1491; /* 画像用 */
  aspect-ratio: 1920/900; /* 動画用 */
  position: relative;
  z-index: 1;
  max-width: 2000px;
  margin-inline: auto;
  margin-bottom: -1px;
  container-type: inline-size;
}
@media only screen and (max-width: 768px) {
  #concept .p-conMv {
    aspect-ratio: 100/180;
  }
}
#concept .p-conMv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  #concept .p-conMv video {
    object-position: 40%;
  }
}
#concept .p-conMv__inner {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  #concept .p-conMv__inner {
    width: fit-content;
    margin-top: 9rem;
  }
}
#concept .p-conMv__txtWrap {
  top: 15cqi;
  right: 0;
  position: absolute;
  font-size: 2cqi;
}
@media only screen and (max-width: 1080px) {
  #concept .p-conMv__txtWrap {
    top: 10cqi;
    right: 10cqi;
    font-size: 2.5cqi;
  }
}
@media only screen and (max-width: 768px) {
  #concept .p-conMv__txtWrap {
    position: relative;
    top: unset;
    right: unset;
    font-size: 2.2rem;
  }
}
#concept .p-conMv__ttl {
  font-family: "Bellefair", serif;
  font-size: 1.45em;
  color: #A67C52;
  color: #bf9265;
}
#concept .p-conMv__txt {
  font-family: "Ryumin Medium KL", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #concept .p-conMv__txt {
    line-height: 1.5;
  }
}
#concept .p-conMv__img {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#concept .p-conMv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
#concept .p-intro__inner {
  container-type: inline-size;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  #concept .p-intro__inner {
    padding-bottom: 5rem;
  }
}
#concept .p-intro__txt {
  width: fit-content;
  margin: 7cqi auto 0;
  line-height: 3;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #concept .p-intro__txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #concept .p-intro__txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #concept .p-intro__txt {
    line-height: 2.5;
    margin: 14cqi auto 0;
  }
}
#concept .p-intro__logos {
  max-width: 1000px;
  margin: 7cqi auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #concept .p-intro__logos {
    gap: 4rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 14cqi auto 0;
    width: 60%;
  }
}
#concept .p-intro__logos__item {
  display: block;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  #concept .p-intro__logos__item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
}
#concept .p-intro__logos__item img {
  width: 100%;
  height: 6.6rem;
  display: block;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  #concept .p-intro__logos__item img {
    width: fit-content;
    height: 4rem;
  }
}
#concept .p-yutaka {
  padding-block: 10rem;
}
@media only screen and (max-width: 768px) {
  #concept .p-yutaka {
    padding-block: 5rem;
  }
}
#concept .p-yutaka__inner {
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
}
#concept .p-yutaka__ttl {
  font-family: "Ryumin Medium KL", serif;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  padding: 0.25em;
  background: linear-gradient(0deg, rgb(220, 208, 195) 0%, rgb(234, 227, 219) 100%);
  border-radius: 0.5rem;
  mix-blend-mode: multiply;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #concept .p-yutaka__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #concept .p-yutaka__ttl {
    font-size: 2rem;
  }
}
#concept .p-yutaka__cont {
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  #concept .p-yutaka__cont {
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
    margin-top: 3rem;
  }
}
#concept .p-yutaka__cont__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1rem;
}
#concept .p-yutaka__cont__ttl {
  font-family: "Ryumin Medium KL", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  #concept .p-yutaka__cont__ttl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #concept .p-yutaka__cont__ttl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #concept .p-yutaka__cont__ttl {
    text-align: center;
  }
}
#concept .p-yutaka__cont__txt {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #concept .p-yutaka__cont__txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #concept .p-yutaka__cont__txt {
    font-size: 1.4rem;
  }
}
#concept .p-yutaka__cont__img, #concept .p-yutaka__cont__img--radius {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
#concept .p-yutaka__cont__img--radius {
  border-radius: 1rem;
  overflow: hidden;
}
#concept .p-yutaka__cont__img--radius img {
  object-fit: cover !important;
}
@media only screen and (max-width: 768px) {
  #concept .p-yutaka__cont__img, #concept .p-yutaka__cont__img--radius {
    margin-top: 1rem;
  }
}
#concept .p-yutaka__cont__img img, #concept .p-yutaka__cont__img--radius img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}
#concept .p-yutaka__cont__imgTtl {
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  #concept .p-yutaka__cont__imgTtl {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #concept .p-yutaka__cont__imgTtl {
    font-size: 1.4rem;
  }
}
#concept .p-yutaka__cont__imgCap {
  font-size: 13px;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  #concept .p-yutaka__cont__imgCap {
    font-size: 9px;
  }
}
@media (max-width: 768px) {
  #concept .p-yutaka__cont__imgCap {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 768px) {
  #concept .p-yutaka__cont__imgCap {
    text-align: right;
  }
}
#concept .p-musasia {
  padding-block: 10rem;
}
@media only screen and (max-width: 768px) {
  #concept .p-musasia {
    padding-block: 5rem;
  }
}
#concept .p-musasia__inner {
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
#concept .p-musasia__ttl {
  display: block;
  width: 40rem;
  height: auto;
  margin: 0 auto;
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  #concept .p-musasia__ttl {
    width: 30rem;
    margin-top: 5rem;
  }
}
#concept .p-musasia__ttl img {
  width: 100%;
  height: 100%;
  display: block;
}
#concept .p-musasia__grid {
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 60% 50%;
  align-items: center;
  gap: 5rem;
  margin-top: 8rem;
}
@media only screen and (max-width: 1080px) {
  #concept .p-musasia__grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-top: 4rem;
  }
}
#concept .p-musasia__grid__txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 3.5;
}
@media (max-width: 768px) {
  #concept .p-musasia__grid__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  #concept .p-musasia__grid__txt {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1080px) {
  #concept .p-musasia__grid__txt {
    width: fit-content;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 768px) {
  #concept .p-musasia__grid__txt {
    margin-top: 2rem;
    line-height: 3.5;
    letter-spacing: 0;
  }
}
#concept .p-acc__img {
  width: 90%;
  position: relative;
  margin-left: calc((50vw - 50%) * -1);
  border-radius: 0 1rem 1rem 0;
  overflow: hidden;
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  #concept .p-acc__img {
    width: 100%;
    margin-top: 5rem;
    height: 14rem;
  }
}
#concept .p-acc__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#concept .p-acc__inner {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#concept .p-acc__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 1rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  #concept .p-acc__grid {
    display: block;
    grid-template-columns: unset;
    margin-top: 2rem;
  }
}
#concept .p-acc__grid__txt {
  grid-area: 1/1/2/2;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 3;
  text-align: justify;
}
@media (max-width: 768px) {
  #concept .p-acc__grid__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  #concept .p-acc__grid__txt {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  #concept .p-acc__grid__txt {
    line-height: 2;
  }
}
#concept .p-acc__grid__img {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
@media only screen and (max-width: 768px) {
  #concept .p-acc__grid__img {
    border-radius: 1rem 0 0 1rem;
    margin-left: 1rem;
    margin-right: calc((50vw - 50%) * -1);
    width: calc(50vw + 10%);
    float: right;
    height: 12rem;
  }
}
#concept .p-loca__inner {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  #concept .p-loca__inner {
    width: 100%;
  }
}
#concept .p-loca__img {
  display: flex;
  justify-content: flex-end;
  margin-top: 10rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #concept .p-loca__img {
    margin-top: 10rem;
    margin-top: 5rem;
    height: 14rem;
  }
}
#concept .p-loca__img__inner {
  width: 90%;
  border-radius: 1rem 0 0 1rem;
  overflow: hidden;
  margin-right: calc((50vw - 50%) * -1);
  position: relative;
}
@media only screen and (max-width: 768px) {
  #concept .p-loca__img__inner {
    width: 100%;
  }
}
#concept .p-loca__img__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#concept .p-loca__grid {
  display: grid;
  width: 85%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: calc(58% - 0.5rem) 41%;
  grid-template-rows: 1fr 1fr;
  gap: 0;
  align-items: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 1080px) {
  #concept .p-loca__grid {
    gap: 1.5rem;
    grid-template-rows: 1fr min-content;
  }
}
@media only screen and (max-width: 768px) {
  #concept .p-loca__grid {
    width: 100%;
    gap: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: unset;
  }
}
#concept .p-loca__grid__img01 {
  position: relative;
  grid-area: 1/1/3/2;
  overflow: hidden;
  border-radius: 1rem;
}
@media only screen and (max-width: 1080px) {
  #concept .p-loca__grid__img01 {
    grid-area: 2/1/3/3;
  }
}
@media only screen and (max-width: 768px) {
  #concept .p-loca__grid__img01 {
    grid-area: 2/1/3/2;
  }
}
#concept .p-loca__grid__txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 3;
}
@media (max-width: 768px) {
  #concept .p-loca__grid__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  #concept .p-loca__grid__txt {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  #concept .p-loca__grid__txt {
    line-height: 2;
  }
}
#concept .p-loca__grid__img02 {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
@media only screen and (max-width: 768px) {
  #concept .p-loca__grid__img02 {
    border-radius: 0 1rem 1rem 0;
    margin-right: 1rem;
    margin-left: calc((50vw - 50%) * -1);
    width: calc(50vw + 10%);
    float: left;
    height: 12rem;
  }
}
#concept .p-loca__grid__img02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  #concept .p-loca__grid__img02 .c-cap--r {
    font-size: 0.8rem;
    right: 1rem;
  }
}
#concept .p-loca__spFloat {
  display: contents;
}
@media only screen and (max-width: 768px) {
  #concept .p-loca__spFloat {
    display: block;
  }
}
#concept .p-resi__inner {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  #concept .p-resi__inner {
    width: 100%;
  }
}
#concept .p-resi__img {
  width: 90%;
  position: relative;
  margin-left: calc((50vw - 50%) * -1);
  border-radius: 0 1rem 1rem 0;
  overflow: hidden;
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  #concept .p-resi__img {
    width: 100%;
    margin-top: 5rem;
    height: 14rem;
  }
}
#concept .p-resi__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#concept .p-resi__map {
  margin-top: 8rem;
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #concept .p-resi__map {
    width: 100%;
    margin-top: 3rem;
  }
}
#concept .p-resi__map__img {
  container-type: inline-size;
  position: relative;
}
#concept .p-resi__map__imgTxt {
  position: absolute;
  top: -8cqi;
  right: -16cqi;
  font-size: 1.7cqi;
  line-height: 3;
}
@media only screen and (max-width: 1080px) {
  #concept .p-resi__map__imgTxt {
    font-size: 1.4rem;
    top: unset;
    right: unset;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  #concept .p-resi__map__imgTxt {
    font-size: 1.3rem;
    line-height: 2.5;
  }
}
#concept .p-community__inner {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  #concept .p-community__inner {
    width: 100%;
  }
}
#concept .p-community__img {
  display: flex;
  justify-content: flex-end;
  margin-top: 10rem;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #concept .p-community__img {
    margin-top: 5rem;
    height: 14rem;
  }
}
#concept .p-community__img__inner {
  width: 90%;
  border-radius: 1rem 0 0 1rem;
  overflow: hidden;
  margin-right: calc((50vw - 50%) * -1);
  position: relative;
}
@media only screen and (max-width: 768px) {
  #concept .p-community__img__inner {
    width: 100%;
  }
}
#concept .p-community__img__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}
#concept .p-community__img__inner__snowpeak {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  width: 24%;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #concept .p-community__img__inner__snowpeak {
    width: 45%;
    left: 1rem;
    bottom: 1rem;
  }
}
#concept .p-community__grid {
  display: grid;
  grid-template-columns: 27% 27% 46%;
  align-items: center;
  gap: 2rem;
  width: calc(100% + 10vw);
  margin-top: 3rem;
}
@media only screen and (max-width: 1080px) {
  #concept .p-community__grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #concept .p-community__grid {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    gap: 1rem;
  }
}
#concept .p-community__grid__imgWrap-sp {
  display: contents;
}
@media only screen and (max-width: 768px) {
  #concept .p-community__grid__imgWrap-sp {
    display: block;
    width: 50%;
    height: 100%;
    margin-right: calc((50vw - 50%) * -1);
    gap: 1rem;
  }
}
#concept .p-community__grid__img01, #concept .p-community__grid__img02 {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #concept .p-community__grid__img01, #concept .p-community__grid__img02 {
    width: 100%;
    border-radius: 1rem 0 0 1rem;
    margin-left: unset;
    margin-bottom: 1rem;
  }
}
#concept .p-community__grid__img01 img, #concept .p-community__grid__img02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#concept .p-community__grid__txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.5;
}
@media (max-width: 768px) {
  #concept .p-community__grid__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  #concept .p-community__grid__txt {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1080px) {
  #concept .p-community__grid__txt {
    grid-area: 2/1/3/3;
  }
}
@media only screen and (max-width: 768px) {
  #concept .p-community__grid__txt {
    text-align: justify;
    width: 50%;
    grid-area: 1/1/3/2;
    line-height: 2;
  }
}
#concept .p-plan {
  padding-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  #concept .p-plan {
    padding-bottom: 5rem;
  }
}
#concept .p-plan__inner {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  #concept .p-plan__inner {
    width: 100%;
  }
}
#concept .p-plan__img {
  width: 90%;
  position: relative;
  margin-left: calc((50vw - 50%) * -1);
  border-radius: 0 1rem 1rem 0;
  overflow: hidden;
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  #concept .p-plan__img {
    width: 100%;
    margin-top: 5rem;
    height: 14rem;
  }
}
#concept .p-plan__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#concept .p-plan__grid {
  margin-top: 8rem;
  container-type: inline-size;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  #concept .p-plan__grid {
    width: 100%;
    margin-top: 3rem;
    display: block;
  }
}
#concept .p-plan__grid__img {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #concept .p-plan__grid__img {
    border-radius: 1rem 0 0 1rem;
    float: right;
    width: 50vw;
    height: 12rem;
    margin-right: calc((50vw - 50%) * -1);
    margin-left: 1rem;
  }
}
#concept .p-plan__grid__img picture {
  width: 100%;
  height: 100%;
  aspect-ratio: 42/25;
}
#concept .p-plan__grid__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
#concept .p-plan__grid__txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.5;
}
@media (max-width: 768px) {
  #concept .p-plan__grid__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  #concept .p-plan__grid__txt {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  #concept .p-plan__grid__txt {
    text-align: justify;
    line-height: 2;
  }
}
#concept .p-plan__grid__txt span {
  position: relative;
}
#concept .p-plan__grid__txt span small {
  position: absolute;
  font-size: 0.5em;
  top: -1.5em;
  right: 0;
}
#concept .p-plan__points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  #concept .p-plan__points {
    width: 90%;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}

.p-bgpnt, .p-bgpnt__musasia, .p-bgpnt__yutaka, .p-bgpnt__intro {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 0px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
}
.p-bgpnt__intro {
  background-image: url("../../../img/special/concept/bg-intro.jpg");
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .p-bgpnt__intro {
    background-image: url("../../../img/special/concept/bg-intro-sp.jpg");
    background-size: cover !important;
  }
}
.p-bgpnt__intro::before {
  content: "";
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgb(255, 255, 255) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}
.p-bgpnt__yutaka {
  background-image: url("../../../img/area/access/bg-acsched.png");
  background-position: bottom;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .p-bgpnt__yutaka {
    background-position: top;
  }
}
.p-bgpnt__musasia {
  background-image: url("../../../img/special/concept/bg-musasia.jpg");
}
@media only screen and (max-width: 768px) {
  .p-bgpnt__musasia {
    background-image: url("../../../img/special/concept/bg-musasia-sp.jpg");
    background-position: 50% 30%;
  }
}
@media only screen and (max-width: 768px) {
  .p-bgpnt, .p-bgpnt__musasia, .p-bgpnt__yutaka, .p-bgpnt__intro {
    background-size: contain;
  }
}
.p-bgpnt::after, .p-bgpnt__intro::after, .p-bgpnt__yutaka::after, .p-bgpnt__musasia::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../../img/area/access/bg-full.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .p-bgpnt::after, .p-bgpnt__intro::after, .p-bgpnt__yutaka::after, .p-bgpnt__musasia::after {
    background-image: url("../../../img/area/access/bg-full-sp.png");
  }
}

.p-main {
  padding: 24rem 0 1px;
}
@media only screen and (max-width: 768px) {
  .p-main {
    padding: 8rem 0 1px;
  }
}
.p-main__ttl {
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  font-size: 50px;
  font-size: 5rem;
  color: #A67C52;
}
@media (max-width: 768px) {
  .p-main__ttl {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-main__ttl {
    font-size: 3rem;
  }
}
.p-main__subttl {
  font-size: 35px;
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  .p-main__subttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-main__subttl {
    font-size: 2rem;
  }
}
.p-main__txtwrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .p-main__txtwrap {
    grid-template-columns: 1fr;
  }
}
.p-main__txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 7rem;
}
@media (max-width: 768px) {
  .p-main__txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-main__txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-main__txt {
    line-height: 2;
    margin: 3rem auto;
  }
}/*# sourceMappingURL=concept.css.map */