@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 {
  color: #161515;
  line-height: 1.7;
  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;
}

.c-btn {
  padding: 6.5px 2rem;
}

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

.pu__intro {
  margin: 90px auto 190px;
}

.pu-intro__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.pu-intro__flex-cont {
  width: 40%;
}
.pu-intro__flex-cont img {
  margin-bottom: 40px;
}
.pu-intro__flex-cont .f28 {
  font-weight: 400;
  margin-bottom: 30px;
}

.pu-intro__flex-index {
  width: 50%;
}

.pu-intro__list li {
  border-bottom: 1px solid #cccccc;
}
.pu-intro__list li a {
  transition: all 0.5s linear;
  padding: 50px 0;
}

.index-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.index-wrap .cat {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 300;
  width: 40%;
  display: flex;
  align-items: center;
}
.index-wrap .cat span {
  font-size: 18px;
  font-family: "Cormorant Infant", serif;
  margin-right: 10px;
}
.index-wrap .cat-desc {
  font-size: 20px;
  font-weight: 300;
  width: 70%;
}
.index-wrap .cat-desc span {
  display: block;
  font-size: 16px;
}
.index-wrap .arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  transition: all 0.3s linear;
  transform: translateY(-50%);
}
.index-wrap .arrow img {
  width: 14px;
}

.pu-intro__list li a:hover .arrow {
  right: 25px;
}

.pu-index {
  display: flex;
  position: relative;
  line-height: 1.8;
  align-items: flex-start;
}

.pu-index_left {
  position: absolute;
  top: 50%;
  left: 5%;
}

.pu-index_flex-list {
  margin: 290px 0;
  position: sticky;
  top: 50%;
  left: 5%;
  width: 20%;
}
.pu-index_flex-list li a {
  font-size: 40px;
  font-family: "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.3);
}

.pu-index_flex-list li a.active {
  color: rgb(255, 255, 255);
}

.pu-index_main {
  width: 120%;
  margin-left: -20%;
}

.cm {
  display: flex;
  height: 100vh;
}

.cm-bg {
  width: 55%;
  height: 100vh;
}
.cm-bg img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cm-cont {
  background: #cdcfd0;
  height: 100vh;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cm-wrap {
  margin: 0 20% 0 13%;
}
.cm-wrap .cat-ttl {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  margin-bottom: 25px;
  font-weight: 200;
  line-height: 1.7;
}
.cm-wrap .cat-ttl span {
  font-size: 18px;
  font-family: "Cormorant Infant", serif;
  display: block;
  font-weight: 100;
}
.cm-wrap .f24 {
  margin-bottom: 30px;
  font-weight: 500;
}
.cm-wrap .blanket-ttl {
  font-family: "Cormorant Infant", serif;
  margin: 50px 0 0;
}
.cm-wrap .btn-wrap {
  display: flex;
  margin-top: -25px;
}
.cm-wrap .btn-wrap p {
  margin-right: 15px;
}
.cm-wrap .btn-wrap p .btn-note {
  color: #777373;
  font-size: 12px;
}

.img-btn {
  margin-top: 50px;
  position: relative;
}
.img-btn a {
  display: block;
}
.img-btn a .bg-img {
  transition: all 0.3s linear;
}
.img-btn a:hover {
  opacity: 1;
}
.img-btn a:hover .bg-img {
  transform: scale(1.06);
}

.ps-btn {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.img-btn .f24 {
  color: #fff;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.img-btn .f24 span {
  display: block;
  right: 20px;
}
.img-btn .en {
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
.img-btn .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.img-btn .arrow img {
  width: 16px;
}

@media screen and (max-width: 1200px) {
  .pu__intro {
    margin: 90px auto 140px;
  }
  .pu-intro__flex-cont .f28 {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .pu-intro__flex-index {
    width: 54%;
  }
  .pu-intro__list li a {
    padding: 30px 0;
  }
  .index-wrap .cat {
    font-size: 18px;
  }
  .index-wrap .cat-desc {
    width: 80%;
  }
  .index-wrap .cat-desc span {
    display: block;
    font-size: 14px;
  }
  .pu-index_flex-list li a {
    font-size: 32px;
  }
  .cm-wrap .cat-ttl {
    font-size: 40px;
    line-height: 1.4;
  }
  .cm-wrap .f24 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1080px) {
  .pu-intro__flex {
    display: block;
  }
  .pu-intro__flex-cont {
    width: 100%;
  }
  .pu-intro__flex-cont img {
    margin-bottom: 40px;
  }
  .pu-intro__flex-cont .f28 {
    font-size: 18px;
  }
  .pu-intro__flex-index {
    width: 100%;
  }
  .pu-index_flex-list {
    display: none;
  }
  .pu-index_main {
    width: 100%;
    margin-left: 0;
  }
  .cm {
    display: block;
    height: auto;
  }
  .cm-bg {
    width: 100%;
    height: auto;
  }
  .cm-cont {
    height: auto;
    width: 100%;
  }
  .cm-wrap {
    margin: 30px 5% 60px;
  }
}
@media screen and (max-width: 834px) {
  .pu__intro {
    margin: 50px auto 80px;
  }
  .index-wrap .cat span {
    font-size: 14px;
  }
  .index-wrap .cat {
    font-size: 15px;
    width: 27%;
  }
  .index-wrap .cat-desc {
    font-size: 16px;
  }
  .index-wrap .cat-desc span {
    font-size: 12px;
  }
  .cm-wrap .cat-ttl span {
    font-size: 12px;
  }
  .cm-wrap .cat-ttl {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 499px) {
  .index-wrap .cat {
    font-size: 13px;
    width: 35%;
  }
  .index-wrap .arrow {
    display: none;
  }
}/*# sourceMappingURL=pu.css.map */