@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;
}

.under {
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 834px) {
  .under {
    font-size: 15px;
  }
}
.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;
  }
}

.designer__ttl {
  padding: 15rem 0 0;
}
@media screen and (max-width: 1200px) {
  .designer__ttl {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 834px) {
  .designer__ttl {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 640px) {
  .designer__ttl {
    padding: 5rem 0 0;
  }
}
.designer__ttl-inner {
  max-width: 1450px;
  margin: 0 auto;
  margin-left: calc((100% - 1450px) / 2 + 75px);
  display: flex;
}
@media screen and (max-width: 1680px) {
  .designer__ttl-inner {
    max-width: 100%;
    padding: 0 5%;
    margin-left: auto;
  }
}
@media screen and (max-width: 1200px) {
  .designer__ttl-inner {
    max-width: 100%;
    flex-direction: column;
    gap: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .designer__ttl-inner {
    max-width: 100%;
    flex-direction: column;
    gap: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .designer__ttl-inner {
    gap: 2rem;
  }
}
.designer__ttl-text {
  flex: 0 0 600px;
  padding-right: 8.5rem;
}
@media screen and (max-width: 1200px) {
  .designer__ttl-text {
    padding-right: 5rem;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 834px) {
  .designer__ttl-text {
    padding-right: 0;
    flex: 0 0 100%;
  }
}
.designer__ttl-img {
  flex: 1 1 60%;
}
.designer__ttl-title {
  font-size: 56px;
  font-family: "Inter", sans-serif;
  font-weight: 200;
}
@media screen and (max-width: 1200px) {
  .designer__ttl-title {
    font-size: 48px;
  }
}
@media screen and (max-width: 834px) {
  .designer__ttl-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 640px) {
  .designer__ttl-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 376px) {
  .designer__ttl-title {
    font-size: 28px;
  }
}
.designer__ttl-subtitle {
  font-size: 28px;
  font-weight: 500;
  margin-top: 8rem;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .designer__ttl-subtitle {
    margin-top: 5rem;
    font-size: 24px;
  }
}
@media screen and (max-width: 834px) {
  .designer__ttl-subtitle {
    margin-top: 5rem;
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .designer__ttl-subtitle {
    margin-top: 3rem;
    font-size: 20px;
  }
}
@media screen and (max-width: 376px) {
  .designer__ttl-subtitle {
    font-size: 18px;
  }
}
.designer__ttl-des {
  margin-top: 5rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .designer__ttl-des {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .designer__ttl-des {
    margin-top: 2rem;
  }
}
.designer__controller {
  margin-top: 15rem;
}
@media screen and (max-width: 1200px) {
  .designer__controller {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 834px) {
  .designer__controller {
    margin-top: 8em;
  }
}
@media screen and (max-width: 640px) {
  .designer__controller {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 376px) {
  .designer__controller {
    margin-top: 6rem;
  }
}
.designer__linklist {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .designer__linklist {
    justify-content: center;
  }
}
.designer__linklist-item {
  width: 100%;
  max-width: 230px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  border-bottom: 1px solid #131313;
  padding-bottom: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  transition: transform 0.2s ease-in-out;
}
@media screen and (max-width: 640px) {
  .designer__linklist-item {
    gap: 2rem;
  }
}
@media screen and (max-width: 376px) {
  .designer__linklist-item {
    gap: 1rem;
  }
}
.designer__linklist-item::before, .designer__linklist-item::after {
  content: "";
  display: block;
  width: 9px;
  height: 11px;
  background: url(../img/price/price-arrow.png) no-repeat center;
  background-size: contain;
}
.designer__linklist-item::before {
  transform: translateY(-10%);
  display: none;
}
.designer__linklist-item::after {
  transform: translateY(0);
}
.designer__linklist-item:hover::after {
  transform: translateY(2px);
  transition: transform 0.2s ease-in-out;
}
.designer__content .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18rem;
}
@media screen and (max-width: 1500px) {
  .designer__content .inner {
    gap: 10rem;
  }
}
@media screen and (max-width: 1200px) {
  .designer__content .inner {
    gap: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .designer__content .inner {
    flex-direction: column;
    gap: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .designer__content .inner {
    gap: 3rem;
  }
}
@media screen and (max-width: 376px) {
  .designer__content .inner {
    gap: 2rem;
  }
}
.designer__content-title {
  writing-mode: vertical-rl;
  font-size: 56px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  position: sticky;
  top: 0;
  left: 0;
  padding-top: 15rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  .designer__content-title {
    padding-top: 8rem;
    font-size: 48px;
  }
}
@media screen and (max-width: 834px) {
  .designer__content-title {
    padding-top: 4rem;
    font-size: 36px;
    writing-mode: horizontal-tb;
    position: static;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .designer__content-title {
    padding-top: 3rem;
    font-size: 28px;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 376px) {
  .designer__content-title {
    padding-top: 2em;
    font-size: 24px;
  }
}
.designer__content-wrapper {
  width: 100%;
  padding-top: 15rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .designer__content-wrapper {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .designer__content-wrapper {
    padding-top: 0;
  }
}
.designer__content-item-title {
  font-family: "Cormorant Infant", serif;
  font-size: 18px;
  margin-bottom: 5rem;
  font-weight: 300;
}
.designer__content-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6rem;
  gap: 6rem 3rem;
}
@media screen and (max-width: 1200px) {
  .designer__content-list {
    gap: 4rem 2rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .designer__content-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 2rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .designer__content-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2rem;
    margin-bottom: 4rem;
  }
}
.designer__content-list-img {
  max-width: 257px;
}
.designer__content-list-job {
  font-size: 15px;
  font-family: "Inter", sans-serif;
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .designer__content-list-job {
    margin-top: 2rem;
  }
}
.designer__content-list-name {
  font-size: 22px;
  font-family: "Inter", sans-serif;
  margin-top: 2rem;
}
@media screen and (max-width: 834px) {
  .designer__content-list-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .designer__content-list-name {
    margin-top: 1rem;
    font-size: 15px;
  }
}
@media screen and (max-width: 376px) {
  .designer__content-list-name {
    font-size: 14px;
  }
}
.designer__content-list-reserve {
  margin-top: 4rem;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .designer__content-list-reserve {
    font-size: 15px;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .designer__content-list-reserve {
    font-size: 14px;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 376px) {
  .designer__content-list-reserve {
    font-size: 13px;
    margin-top: 1rem;
  }
}
.designer__content-list .reserve-btn {
  display: flex;
  border: 1px solid #161515;
  border-radius: 100vmax;
  width: 180px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .designer__content-list .reserve-btn {
    width: 150px;
    height: 38px;
  }
}
@media screen and (max-width: 640px) {
  .designer__content-list .reserve-btn {
    width: 120px;
    height: 36px;
  }
}
@media screen and (max-width: 376px) {
  .designer__content-list .reserve-btn {
    width: 100px;
    height: 32px;
  }
}/*# sourceMappingURL=designer.css.map */