.page-gravure #header {
  height: 158px;
}

.page-gravure #news,
.page-gravure #menu,
.page-gravure .credit {
  display: none;
}

.page-gravure .breadcrumb {
  text-align: left;
  margin: 10px;
  font-size: 12px;
  line-height: 1;
}

.gravure-title {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  margin: 10px 0;
}

.gravure-slide-wrapper {
  margin: 10px;
}

.gravure .swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.gravure-thumbs {
  margin-top: 10px;
}

.gravure-thumbs .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.gravure-slide-item {
  aspect-ratio: 2/3;
}

.gravure-thumbs .swiper-slide {
  background-color: #000;
}

.gravure-thumbs .swiper-slide img {
  opacity: 0.5;
}

.gravure-thumbs .swiper-slide-thumb-active img {
  opacity: 1;
}

.cast_blog {
  margin: 30px 10px 0;
  border: 1px solid #ff63c8;
  background-color: #fff;
}
.cast_blog h2 {
  overflow: hidden;
  height: auto;
  margin: 0;
  padding: 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #ff63c8;
  font-size: 14px;
  font-weight: bold;
}
.cast_blog ul {
  overflow: hidden;
  padding: 10px 10px 0;
  white-space: nowrap;
  font-size: 0;
}
.cast_blog ul li {
  position: relative;
  display: inline-block;
  width: 108px;
}
.cast_blog ul li:nth-of-type(n + 2) {
  margin-left: 4px;
}
.cast_blog ul li img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cast_blog ul li .main_profile_girl_blog_callout {
  position: relative;
  margin-top: 12px;
  padding: 4px;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
}
.cast_blog ul li .main_profile_girl_blog_callout::before {
  position: absolute;
  top: -6px;
  right: 50%;
  left: 50%;
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 auto;
  content: " ";
  -webkit-transform: rotateZ(45deg) translateX(-50%);
  transform: rotateZ(45deg) translateX(-50%);
  -webkit-transform-origin: left;
  transform-origin: left;
  border-width: 1px;
  border-top: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  background: #ffffff;
}
.cast_blog ul li .main_profile_girl_blog_callout .main_profile_girl_blog_item_title {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ec3bab;
  font-size: 13px;
  font-weight: bold;
}
.cast_blog ul li .main_profile_girl_blog_callout .main_profile_girl_blog_item_date {
  text-align: center;
  color: #666666;
  font-size: 12px;
}
.cast_blog .main_profile_more_button {
  position: relative;
  padding: 16px 0 16px 0;
  text-align: center;
}
.cast_blog .main_profile_more_button_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 280px;
  padding: 10px 60px;
  text-align: center;
  background-image: url(https://img.fujoho.jp/share/fa/chevron-right-solid_333333.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 10px;
  background-size: 8px 12px;
  font-size: 14px;
}
.cast_blog .shop_common_button {
  display: inline-block;
  padding: 12px;
  text-align: center;
  color: #333333;
  border: #707070 1px solid;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: #707070 0 1px 0;
  box-shadow: #707070 0 1px 0;
  font-size: 12px;
}

.schedule_kuchi {
  margin: 30px 10px;
}
.schedule_kuchi_title {
  margin-bottom: 5px;
  background-color: #ff63c8;
}
.schedule_kuchi_date {
  display: grid;
  font-size: 10px;
  gap: 3px;
  grid-template-columns: 1fr;
}
.schedule_kuchi_date dl {
  display: grid;
  border: 1px solid #ff63c8;
  gap: 3px;
  grid-template-columns: 1fr 1fr;
}
.schedule_kuchi_date dl dt {
  background-color: #ff63c8;
}

.entry_box {
  background-color: #fff;
  color: #333;
  padding: 15px 10px;
  margin: 0 10px 15px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}
.entry_box input {
  width: 90%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 10px auto;
  padding: 8px;
}
.entry_box .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.entry_box .button button {
  background-color: #ec3bab;
  color: #fff;
  border: 2px solid #bd0000;
  border-radius: 6px;
  padding: 5px 20px 5px 25px;
  font-weight: bold;
  letter-spacing: 5px;
}
.entry_box .button button.delete_btn {
  background-color: #666666;
  border-color: #333;
}

.loading,
.loading-error {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}

.loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  color: #666666;
}
.loading::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid #ff63c8;
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-animation: loading-spin 0.8s linear infinite;
          animation: loading-spin 0.8s linear infinite;
}

.loading-error {
  color: #ec3bab;
}

@-webkit-keyframes loading-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.status-popup {
  position: fixed;
  top: 10px;
  left: 50%;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 20px);
  max-width: 300px;
  padding: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 1px solid #666666;
  border-radius: 6px;
  background-color: #ffffff;
  color: #000;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.status-popup.status-success {
  border-color: #ec3bab;
}

.status-popup.status-failed {
  border-color: #666666;
}

.status-popup.is-hidden {
  opacity: 0;
  visibility: hidden;
}/*# sourceMappingURL=gravure.css.map */