@charset "UTF-8";
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 958px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 958px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pcNone {
    display: block;
  }
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

/*--------------------------------------*
* クレジット
*--------------------------------------*/
.credit {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 60px;
  position: relative;
  font-size: 12px;
}
.credit li {
  margin-bottom: 10px;
}
.credit li a {
  display: flex;
  gap: 10px;
  color: #000;
  align-items: center;
  white-space: nowrap;
  text-decoration: underline;
}
.credit li a.com, .credit li a.shop {
  pointer-events: none;
  text-decoration: none;
}
.credit li a.com .buy {
  color: #aea9a9;
}
.credit li a.shop .buy {
  color: red;
}
.credit li .buy {
  font-weight: bold;
  font-size: 12px;
}
.credit li .strong {
  font-weight: bold;
  display: contents;
}

#whim_250617 {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: normal;
  max-width: 500px;
  margin: 0 auto;
}
#whim_250617 img {
  display: block;
  width: 100%;
}
#whim_250617 figure {
  margin: 0;
}
#whim_250617 a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
#whim_250617 a[href=""] {
  pointer-events: none;
}
#whim_250617 .container {
  width: 95%;
  margin: 20px auto 120px;
  max-width: 400px;
}
#whim_250617 .credit {
  font-size: 12px;
  width: fit-content;
  margin: 20px auto 0;
}
#whim_250617 .credit a {
  color: #000;
  margin-bottom: 5px;
}
#whim_250617 .all_btn {
  width: 90%;
  max-width: 500px;
  padding: 15px 0 12px;
  text-align: center;
  margin: 50px auto 100px;
  border: 1px solid #000;
}
#whim_250617 .block {
  margin-top: 100px;
}
#whim_250617 .block .block_title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 1em;
}
#whim_250617 .block .number {
  width: fit-content;
  margin: 0 auto 0.5em;
  border-bottom: 1px solid #000;
}
#whim_250617 .block .image_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5em;
}
#whim_250617 .block .image_grid li:nth-child(1) {
  grid-column: 1/3;
}
#whim_250617 .bottom {
  margin-top: 100px;
}
#whim_250617 .bottom .bottom_title {
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #000;
  width: fit-content;
  margin: 0 auto 1em;
}
#whim_250617 .bottom .box_text {
  font-size: 12px;
  width: 90%;
  margin: 0.5em auto 0;
}
#whim_250617 .bottom .box:not(.box:first-child) {
  margin-top: 50px;
}
#whim_250617 .line {
  width: 100px;
  height: 1px;
  background-color: #9e9e9e;
  margin: 100px auto;
}/*# sourceMappingURL=style.css.map */