@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --bk: #131313;
  --wh: #faf9ff;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}
.under499 {
  display: none !important;
}

@media screen and (max-width: 499px) {
  .under499 {
    display: block !important;
  }
}
/* A Modern CSS Reset */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
}

a,
button {
  cursor: revert;
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  padding-left: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
  text-align: left;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

.gallery-page {
  background: linear-gradient(to bottom, #e3e5e6 0px, #e3e5e6 calc(1650px - 25rem), #fff calc(1650px - 25rem), #fff 100%);
}

@media screen and (max-width: 1200px) {
  .gallery-page {
    background: linear-gradient(to bottom, #e3e5e6 0px, #e3e5e6 50%, #fff 50%, #fff 100%);
  }
}
.under__heading {
  margin-top: 25rem;
}

@media screen and (max-width: 834px) {
  .under__heading {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 640px) {
  .under__heading {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 376px) {
  .under__heading {
    margin-top: 10rem;
  }
}
.under__title {
  font-size: 80px;
  font-weight: 300;
  font-family: "Cormorant Infant", serif;
  text-align: center;
  color: var(--bk);
}

@media screen and (max-width: 834px) {
  .under__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 640px) {
  .under__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 376px) {
  .under__title {
    font-size: 30px;
  }
}
.c-txt:not(:first-of-type) {
  margin-top: 0;
}

.blanket-ttl {
  font-family: "Cormorant Infant", serif, "Noto Sans JP", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}

.concept__mv {
  margin: 70px auto 100px;
  width: 96%;
}
@media screen and (max-width: 650px) {
  .concept__mv {
    margin: 70px auto 40px;
  }
}

.concept__kobeism {
  margin-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  .concept__kobeism {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 650px) {
  .concept__kobeism {
    margin-bottom: 80px;
  }
}

.concept__kobeism-wrap {
  margin-bottom: 70px;
  position: relative;
  height: 325px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .concept__kobeism-wrap {
    height: 100%;
  }
}
@media screen and (max-width: 650px) {
  .concept__kobeism-wrap {
    margin-bottom: 40px;
  }
}

.concept__kobeism-deco {
  position: absolute;
  font-family: "Inter", sans-serif;
  writing-mode: vertical-lr;
  color: #fff;
  font-size: 80px;
  width: 90px;
  font-weight: 300;
  letter-spacing: 0.05em;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 325px;
}
@media screen and (max-width: 1024px) {
  .concept__kobeism-deco {
    font-size: 50px;
    width: 50px;
    top: 0;
    transform: none;
  }
}
@media screen and (max-width: 650px) {
  .concept__kobeism-deco {
    font-size: 24px;
    width: 50px;
  }
}

.concept__kobeism-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 14%;
}
@media screen and (max-width: 1024px) {
  .concept__kobeism-flex {
    display: block;
    padding-left: 11%;
  }
}
@media screen and (max-width: 650px) {
  .concept__kobeism-flex {
    padding-left: 40px;
  }
}

.concept__kobeism-ttl {
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .concept__kobeism-ttl {
    margin-bottom: 25px;
  }
}
.concept__kobeism-ttl .f28 {
  line-height: 1.7;
  margin-bottom: 10px;
  font-weight: 500;
  color: #131313;
}
.concept__kobeism-ttl .f12 {
  font-size: 12px;
  font-weight: 100;
  line-height: 1.7;
  margin-left: 3px;
}

.concept__kobeism-text {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .concept__kobeism-text {
    width: 100%;
  }
}

.concept__kobeism-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.concept__kobeism-list li {
  width: 49%;
}

.concept__service {
  background: #cdcfd0;
  padding: 120px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .concept__service {
    padding: 100px 0 0 0;
  }
}
@media screen and (max-width: 650px) {
  .concept__service {
    padding: 80px 0 0 0;
  }
}

.concept__cm-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .concept__cm-flex {
    display: block;
    margin: 0 auto 50px;
    width: 90%;
  }
}
@media screen and (max-width: 650px) {
  .concept__cm-flex {
    margin: 0 auto 50px;
    width: 100%;
  }
}
.concept__cm-flex .f18 {
  color: #161515;
  flex-basis: 100%;
  font-weight: 300;
  font-family: "Cormorant Infant";
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .concept__cm-flex .f18 {
    font-size: 13px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .concept__cm-flex .f18 {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

.concept__cm-flex-ttl {
  width: 45%;
}
@media screen and (max-width: 1200px) {
  .concept__cm-flex-ttl {
    width: 100%;
    margin-bottom: 25px;
  }
}
.concept__cm-flex-ttl .f28 {
  color: #161515;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 1200px) {
  .concept__cm-flex-ttl .f28 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .concept__cm-flex-ttl .f28 {
    font-size: 20px;
  }
}
@media screen and (max-width: 650px) {
  .concept__cm-flex-ttl .f28 {
    font-size: 18px;
  }
}
.concept__cm-flex-ttl .f28 span {
  display: block;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .concept__cm-flex-ttl .f28 span {
    font-size: 18px;
  }
}

.concept__cm-flex-text {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .concept__cm-flex-text {
    width: 100%;
  }
}
.concept__cm-flex-text .c-txt {
  margin-bottom: 3px;
}

.concept__service-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100vh;
  min-height: 990px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .concept__service-detail {
    height: 640px;
    min-height: 640px;
  }
}
@media screen and (max-width: 650px) {
  .concept__service-detail {
    display: block;
    height: auto;
  }
}

.concept__service-detail-text {
  height: 100vh;
  min-height: 990px;
  position: relative;
  width: 50%;
  padding: 2.5%;
}
@media screen and (max-width: 1024px) {
  .concept__service-detail-text {
    min-height: 640px;
  }
}
@media screen and (max-width: 650px) {
  .concept__service-detail-text {
    min-height: 600px;
  }
}
.concept__service-detail-text .wrap {
  color: #fff;
  position: absolute;
  max-width: 390px;
  width: 96%;
}
.concept__service-detail-text .wrap .f64 {
  font-family: "Inter", sans-serif;
  font-size: 64px;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .concept__service-detail-text .wrap .f64 {
    font-size: 42px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 650px) {
  .concept__service-detail-text .wrap .f64 {
    font-size: 30px;
  }
}
.concept__service-detail-text .wrap .f24 {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .concept__service-detail-text .wrap .f24 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 650px) {
  .concept__service-detail-text .wrap .f24 {
    font-size: 18px;
  }
}
.concept__service-detail-text.-l {
  background: url(../img/concept/concept-s-01.webp) no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  width: 50%;
  height: 95%;
  background-size: cover;
}
@media screen and (max-width: 650px) {
  .concept__service-detail-text.-l {
    position: inherit;
    width: 100%;
  }
}
.concept__service-detail-text.-l .wrap {
  left: 2.5%;
  bottom: 4%;
}
.concept__service-detail-text.-r {
  background: url(../img/concept/concept-s-02.webp) no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
}
@media screen and (max-width: 650px) {
  .concept__service-detail-text.-r {
    position: inherit;
    width: 100%;
  }
}
.concept__service-detail-text.-r .wrap {
  text-align: right;
  right: 2.5%;
  bottom: 4%;
}
@media screen and (max-width: 650px) {
  .concept__service-detail-text.-r .wrap {
    text-align: left;
  }
}

.concept__app {
  padding-top: 180px;
}
@media screen and (max-width: 1024px) {
  .concept__app {
    padding-top: 100px;
  }
}

.concept__app-list li {
  margin-bottom: 80px;
}
@media screen and (max-width: 650px) {
  .concept__app-list li {
    margin-bottom: 50px;
  }
}
.concept__app-list li:last-child {
  margin-bottom: 0;
}

.concept__app-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.concept__app-flex:after {
  content: "";
  background: #cdcfd0;
  right: 0;
  top: 0;
  position: absolute;
  height: 1px;
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .concept__app-flex {
    display: block;
  }
}

.concept__app-flex-img {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .concept__app-flex-img {
    margin-bottom: 25px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .concept__app-flex-img img {
    width: 100%;
  }
}

.concept__app-flex-cont {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .concept__app-flex-cont {
    margin: 0 auto;
    width: 100%;
  }
}
.concept__app-flex-cont .no {
  color: #131313;
  font-family: "Cormorant Infant", serif;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .concept__app-flex-cont .no {
    margin-bottom: 0;
  }
}
.concept__app-flex-cont .f48 {
  align-items: center;
  color: #131313;
  display: flex;
  font-size: 48px;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .concept__app-flex-cont .f48 {
    font-size: 34px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 650px) {
  .concept__app-flex-cont .f48 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.concept__app-flex-cont .f48 span {
  color: #9a9797;
  margin-left: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .concept__app-flex-cont .f48 span {
    font-size: 14px;
    margin-left: 10px;
    margin-top: 5px;
  }
}
.concept__app-flex-cont .white-bg {
  background: #fff;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 7px 7px;
}
@media screen and (max-width: 1200px) {
  .concept__app-flex-cont .white-bg {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.concept__app-flex-cont .f24 {
  font-weight: 500;
  margin-bottom: 30px;
  color: #161515;
}
@media screen and (max-width: 1200px) {
  .concept__app-flex-cont .f24 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 650px) {
  .concept__app-flex-cont .f24 {
    font-size: 18px;
  }
}/*# sourceMappingURL=concept.css.map */