@charset "UTF-8";
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
#news_common {
  /*--------------------------------------*
  * aタグ
  *--------------------------------------*/
}
#news_common html,
#news_common body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}
#news_common img,
#news_common video,
#news_common object {
  width: 100%;
  border: none;
  display: block;
}
@media screen and (min-width: 958px) {
  #news_common .spNone {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  #news_common .spNone {
    display: none;
  }
}
@media screen and (min-width: 958px) {
  #news_common .pcNone {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #news_common .pcNone {
    display: block;
  }
}
#news_common a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 958px) {
  #news_common a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
#news_common a[href=""] {
  pointer-events: none;
}

@keyframes yurayura {
  0% {
    rotate: 0;
  }
  25% {
    rotate: 10deg;
  }
  50% {
    rotate: 0;
  }
  75% {
    rotate: -10deg;
  }
  100% {
    rotate: 0;
  }
}
@keyframes yurayura2 {
  0% {
    rotate: 0;
  }
  25% {
    rotate: -10deg;
  }
  50% {
    rotate: 0;
  }
  75% {
    rotate: 10deg;
  }
  100% {
    rotate: 0;
  }
}
#whim_250424 {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: normal;
  max-width: 750px;
  margin: 0 auto;
  overflow-x: hidden;
}
#whim_250424 img {
  display: block;
  width: 100%;
}
#whim_250424 figure {
  margin: 0;
}
#whim_250424 a {
  display: block;
}
#whim_250424 a[href=""] {
  pointer-events: none;
}
#whim_250424 .container {
  width: 95%;
  margin: 20px auto 120px;
}
#whim_250424 .credit {
  font-size: 12px;
  width: fit-content;
  margin: 20px auto 120px;
}
#whim_250424 .credit a {
  color: #000;
  margin-bottom: 5px;
}
#whim_250424 .item_grid {
  padding: 100px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  margin: 100px auto;
}
#whim_250424 .code_title {
  font-size: 32px;
  text-align: center;
  padding: 0 5px 3px 5px;
  width: fit-content;
  margin: 0 auto 40px;
  border-bottom: 2px solid #000;
}
#whim_250424 .item_title {
  font-size: 20px;
  padding: 20px;
}
#whim_250424 .item1 > li:nth-child(2),
#whim_250424 .item2 > li:nth-child(1),
#whim_250424 .item3 > li:nth-child(2) {
  position: relative;
}
#whim_250424 .item1 > li:nth-child(2) a:after,
#whim_250424 .item2 > li:nth-child(1) a:after,
#whim_250424 .item3 > li:nth-child(2) a:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background-image: url(https://www.palcloset.jp/shared/pc_pal/event/rich_news/whim/241121/images/pin.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: -5px;
  translate: -50% 0;
  left: 50%;
}
#whim_250424 .item1 > li:nth-child(2) a:before,
#whim_250424 .item2 > li:nth-child(1) a:before,
#whim_250424 .item3 > li:nth-child(2) a:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 1px;
  background-color: #000;
  rotate: 20deg;
  top: -25px;
  left: 89px;
  z-index: 10;
}
#whim_250424 .item1 > li:nth-child(2) img,
#whim_250424 .item2 > li:nth-child(1) img,
#whim_250424 .item3 > li:nth-child(2) img {
  transform-origin: center top;
  animation: yurayura 3s linear infinite;
}
#whim_250424 .item1 > li:nth-child(2):before,
#whim_250424 .item2 > li:nth-child(1):before,
#whim_250424 .item3 > li:nth-child(2):before {
  content: "Coordinate";
  display: block;
  padding: 5px;
  font-size: 18px;
  position: absolute;
  border: 1px solid #000;
  top: -40px;
  right: -76px;
  z-index: 10;
  line-height: 1;
}
#whim_250424 .item1 > li:nth-child(2):after,
#whim_250424 .item2 > li:nth-child(1):after,
#whim_250424 .item3 > li:nth-child(2):after {
  content: "";
  position: absolute;
  height: 12px;
  width: 1px;
  background-color: #000;
  rotate: 90deg;
  top: -30px;
  left: 100px;
  z-index: 10;
}
#whim_250424 .item1 > li:nth-child(7),
#whim_250424 .item2 > li:nth-child(8),
#whim_250424 .item3 > li:nth-child(9) {
  position: relative;
}
#whim_250424 .item1 > li:nth-child(7) a:after,
#whim_250424 .item2 > li:nth-child(8) a:after,
#whim_250424 .item3 > li:nth-child(9) a:after {
  content: "";
  line-height: 1;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background-image: url(https://www.palcloset.jp/shared/pc_pal/event/rich_news/whim/241121/images/pin.svg);
  background-size: cover;
  background-repeat: no-repeat;
  top: -5px;
  translate: -50% 0;
  left: 50%;
}
#whim_250424 .item1 > li:nth-child(7) a:before,
#whim_250424 .item2 > li:nth-child(8) a:before,
#whim_250424 .item3 > li:nth-child(9) a:before {
  content: "";
  line-height: 1;
  position: absolute;
  height: 30px;
  width: 1px;
  background-color: #000;
  rotate: -20deg;
  bottom: -24px;
  left: 56px;
  z-index: 10;
}
#whim_250424 .item1 > li:nth-child(7) img,
#whim_250424 .item2 > li:nth-child(8) img,
#whim_250424 .item3 > li:nth-child(9) img {
  transform-origin: center top;
  animation: yurayura2 3s linear infinite;
}
#whim_250424 .item1 > li:nth-child(7):before,
#whim_250424 .item2 > li:nth-child(8):before,
#whim_250424 .item3 > li:nth-child(9):before {
  content: "Coordinate";
  display: block;
  padding: 5px;
  font-size: 18px;
  position: absolute;
  border: 1px solid #000;
  bottom: -38px;
  left: 95px;
  z-index: 10;
  line-height: 1;
}
#whim_250424 .item1 > li:nth-child(7):after,
#whim_250424 .item2 > li:nth-child(8):after,
#whim_250424 .item3 > li:nth-child(9):after {
  content: "";
  line-height: 1;
  position: absolute;
  height: 35px;
  width: 1px;
  background-color: #000;
  rotate: -90deg;
  bottom: -41px;
  left: 78px;
  z-index: 10;
}
#whim_250424 .item2 > li:nth-child(6) a:before,
#whim_250424 .item3 > li:nth-child(9) a:before {
  rotate: 20deg;
  left: 41px;
  height: 30px;
  bottom: -20px;
}
#whim_250424 .item2 > li:nth-child(6):before,
#whim_250424 .item3 > li:nth-child(9):before {
  left: -80px;
  bottom: -38px;
}
#whim_250424 .item2 > li:nth-child(6):after,
#whim_250424 .item3 > li:nth-child(9):after {
  bottom: -38px;
  left: 19px;
}
#whim_250424 .code1 .code_image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
}
#whim_250424 .code1 .code_image > div:nth-child(1) {
  margin-top: 30%;
}
#whim_250424 .code1 .code_image > div:nth-child(3) {
  width: 80%;
  margin: 10% auto 0;
  grid-column: 1/3;
}
#whim_250424 .code2 .img1,
#whim_250424 .code2 .img2,
#whim_250424 .code4 .img1,
#whim_250424 .code4 .img2,
#whim_250424 .code6 .img1,
#whim_250424 .code6 .img2 {
  width: 280px;
}
#whim_250424 .code2 .img1 {
  margin: 0 0 0 auto;
}

#whim_250424 .code4 .img1,
#whim_250424 .code6 .img1 {
  margin: 0 auto 0 0;
}

#whim_250424 .code2 .img2 {
  margin: 40px auto 0 0;
}

#whim_250424 .code4 .img2,
#whim_250424 .code6 .img2 {
  margin: 40px 0 0 auto;
}
#whim_250424 .code3 .code_image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
}
#whim_250424 .code3 .code_image > div:nth-child(2) {
  margin-top: 30%;
  width: 175px;
}

@media screen and (min-width: 958px) {
  #whim_250424 .container {
    max-width: 357px;
  }
}
@media screen and (max-width: 960px) {
  #whim_250424 .container {
    max-width: 357px;
  }
} /*# sourceMappingURL=style.css.map */
