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

@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_250712 {
  margin: 0 auto;
}
#whim_250712 img {
  display: block;
  width: 100%;
  height: auto;
}
#whim_250712 figure {
  margin: 0;
}
#whim_250712 a {
  display: block;
}
#whim_250712 a[href=""] {
  pointer-events: none;
}
#whim_250712 .container {
  width: 95%;
  margin: 20px auto 120px;
  max-width: 400px;
}
#whim_250712 .credit {
  font-size: 12px;
  width: fit-content;
  margin: 20px auto 120px;
}
#whim_250712 .credit a {
  color: #000;
  margin-bottom: 5px;
}
#whim_250712 .en {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#whim_250712 .all_btn {
  width: 90%;
  max-width: 500px;
  padding: 15px 0 12px;
  text-align: center;
  margin: 50px auto 100px;
  border: 1px solid #000;
}
#whim_250712 .main_wrap {
  margin: 64px 0;
}
#whim_250712 .title {
  font-size: 16px;
  text-align: center;
  padding: 40px 0 8px;
}
#whim_250712 .title .en {
  font-size: 24px;
  padding-bottom: 8px;
}
#whim_250712 .title:has(.sub_title) .en {
  padding-bottom: 0;
}
#whim_250712 .item_comment {
  padding: 8px;
}
#whim_250712 .item_credit {
  margin: 16px auto;
  text-align: center;
}
#whim_250712 .item_credit .black {
  border-bottom: 1px solid black;
}
#whim_250712 .item_credit .red {
  color: red;
  border-bottom: 1px solid red;
}
#whim_250712 .staff_info {
  text-align: center;
  margin: 8px auto;
}
#whim_250712 .detail_wrap {
  display: grid;
  gap: 24px;
  margin: 80px 0;
}
#whim_250712 .detail_block figure {
  width: 80%;
  margin: 0 auto;
}
#whim_250712 .detail_block .detail_text {
  width: 75%;
  margin: 8px auto;
}
#whim_250712 .movie_wrap,
#whim_250712 .staff_wrap {
  margin: 64px auto;
  padding: 64px 0;
  border: solid #d9d9d9;
  border-width: 1px 0;
}
#whim_250712 .color_block .color {
  text-align: center;
  text-decoration: underline;
  padding: 40px 0 8px;
}
#whim_250712 .color_block figure {
  width: 55%;
}
#whim_250712 .color_block .img2 {
  margin: -20% 0 0 auto;
}
#whim_250712 .color_block:not(#whim_250712 .color_block:nth-of-type(2)) {
  margin-top: 40px;
}
#whim_250712 .grid {
  display: grid;
  gap: 24px 8px;
  grid-template-columns: 1fr 1fr;
}
#whim_250712 .grid p {
  text-align: center;
  padding: 4px 0;
}
#whim_250712 .all_staff {
  width: fit-content;
  text-decoration: underline;
  margin: 64px auto 0;
}
#whim_250712 .archive_wrap .grid {
  gap: 4px;
}
#whim_250712 .archive_wrap .grid figure {
  overflow: hidden;
  height: 100px;
}
#whim_250712 .archive_wrap .grid figure img {
  object-fit: cover;
  height: 100%;
}
#whim_250712 .archive_wrap .grid li a {
  position: relative;
  color: #fff;
}
#whim_250712 .archive_wrap .grid li a p {
  position: absolute;
  z-index: 2;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  letter-spacing: 0.1em;
}/*# sourceMappingURL=style.css.map */