@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タグ
*--------------------------------------*/
/* a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 958px) {
  a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
a[href=""] {
  pointer-events: none;
} */

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#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_250619 {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: normal;
  max-width: 500px;
  margin: 0 auto;
}
#whim_250619 img {
  display: block;
  width: 100%;
}
#whim_250619 a {
  display: block;
}
#whim_250619 a[href=""] {
  pointer-events: none;
}
#whim_250619 .container {
  width: 95%;
  margin: 20px auto 120px;
  max-width: 400px;
}
#whim_250619 .credit {
  font-size: 12px;
  width: fit-content;
  margin: 20px auto 120px;
}
#whim_250619 .credit a {
  color: #000;
  margin-bottom: 5px;
}

.text {
  margin-bottom: 80px;
}

.line {
  margin: 42px auto;
  width: 1px;
  height: 100px;
  background-color: #000;
}

.side_line {
  margin: 100px auto;
  width: 100px;
  height: 1px;
  background-color: #000;
}

.top_title,
.bottom_title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 24px;
}
.top_title .number,
.bottom_title .number {
  display: block;
  text-decoration: underline;
  padding-bottom: 8px;
}

.bottom_title {
  text-decoration: underline;
}

.top figure {
  width: 80%;
  margin: 0 auto;
}

.img1,
.img2 {
  width: 80%;
}

.img1 {
  margin: 0 auto 0 0 !important;
}

.img2 {
  margin: 24px 0 0 auto !important;
}

.center {
  width: 85%;
  margin: 0 auto;
}

.banner {
  text-align: center;
}
.banner p {
  padding-bottom: 8px;
} /*# sourceMappingURL=style.css.map */
