@charset "UTF-8";
.p-top-slider.u-center .swiper-slide {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-top-slider.u-center .swiper-slide {
    width: 100%;
    margin: 0;
  }
}
.top_slider_wrapper {
  min-height: 331px;
}
@media screen and (max-width: 767px) {
  .top_slider_wrapper {
    min-height: 194px;
  }
  .top_slider_wrapper .p-top-slider {
    margin: 0;
  }
}
.top_slider_wrapper .p-top-slider__item {
  max-width: 60vw;
}
@media screen and (max-width: 767px) {
  .top_slider_wrapper .p-top-slider__item {
    max-width: 100vw;
  }
}

.toppage-slider {
  margin: 0;
}

.swiper-pagination {
  margin: 10px auto;
}

.toppage-title {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.toppage-leftborder {
  border-left: 5px solid #e47931;
}

.title-font {
  font-size: 26px;
  font-weight: 500;
  color: white;
}

.toppage-imginfo {
  display: flex;
  align-items: stretch;
  gap: 16px;
  width: 100%;
  margin: 10px 0 30px;
}
@media (min-width: 768px) {
  .toppage-imginfo {
    max-width: 50%;
  }
}
.toppage-imginfo .toppage-imgarea {
  width: 50%;
}
.toppage-imginfo .toppage-imgarea .toppage-img {
  width: 100%;
}
.toppage-imginfo .img-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 50%;
  color: var(--gj-text-color);
  text-align: start;
  line-height: 130%;
}
.toppage-imginfo .img-title .img-name {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 135%;
}
.toppage-imginfo .img-title .img-detail {
  color: var(--gj-text-color-light);
  font-size: 16px;
  font-weight: 300;
}
.toppage-imginfo .img-title .img-label {
  display: flex;
  gap: 8px;
  font-size: 12px;
}
.toppage-imginfo .img-title .img-link {
  display: flex;
  flex: 1 1 auto;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 768px) {
  .toppage-imginfo .img-title .img-link {
    align-items: start;
    margin-top: 16px;
  }
}
.toppage-imginfo .img-title .img-link a {
  width: 100%;
}

.toppage-link {
  border-bottom: 2px solid #e47931;
  display: inline-block;
  margin-top: 10px;
}

.title-more {
  color: #e47931;
  font-size: 14px;
  line-height: 16px;
}

.toppage-btn {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 17px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  margin: 25px 0 10px;
  cursor: pointer;
}

.toppage-btn:hover {
  background: gray;
}

.l-content__block .photo {
  margin: 0 0 20px;
}
.l-content__block .c-lead {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .l-content__block .c-lead {
    text-align: left;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-content__block .c-lead br {
    display: none;
  }
}
.l-content__block .sidebar-plus__btn-addcart {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-content__block .sidebar-plus__btn-addcart {
    max-width: 190px;
  }
}
.l-content__block .sidebar-plus__btn-addcart a {
  border: 1px solid #ff873c;
  color: #ff873c;
}
.l-content__block .sidebar-plus__btn-addcart a:hover {
  background-color: #ff873c;
  color: #fff;
}
.l-content__block .subscribe_button_margin {
  margin-top: 20px;
}

.btn-noborder {
  border: none;
}

/* スライダー */
.swiper-wrapper {
  margin-left: 0 !important;
}

.swiper-button-disabled {
  display: none !important;
}

.toppage-slider {
  overflow: unset !important;
}

.p-toppage-slider__item {
  padding: 0 3px;
}
.p-toppage-slider__item img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  aspect-ratio: 100/144;
  object-fit: contain;
}

.top-img-header {
  color: var(--gj-text-color-light);
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
  text-align: left;
  line-height: 130%;
}

.top-img-name {
  color: white;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0;
  text-align: start;
}

.top-img-dvd-name {
  color: white;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0;
  text-align: left;
}

.top-yellow-labelarea {
  display: flex;
  /* justify-content: space-evenly; */
}

.top-img-yellow-label {
  border-radius: 2px;
  font-size: 10px;
  padding: 4px 6px;
  margin: 8px 6px 0 0;
  background-color: #e47931;
}

.top-gray-labelarea {
  display: flex;
  justify-content: flex-start;
}

.top-img-gray-label {
  border-radius: 2px;
  font-size: 10px;
  padding: 4px 4px;
  margin: 8px 0;
  background-color: gray;
  color: white;
}
@media (max-width: 768px) {
  .top-img-gray-label {
    border-radius: 2px;
    font-size: 10px;
    padding: 2px 1px;
    margin: 8px 0;
    background-color: gray;
    color: white;
    white-space: nowrap;
  }
}

.top-img-box {
  vertical-align: middle;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
div.swiper-6sheets .top-img-box {
  width: auto;
}
.top-img-box.top-img-box-dvd, .top-img-box.top-img-box-archives {
  height: auto;
  border: none;
}
@media (max-width: 768px) {
  .top-img-box {
    vertical-align: middle;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  div.swiper-6sheets .top-img-box {
    width: auto;
  }
  .top-img-box.top-img-box-dvd, .top-img-box.top-img-box-archives {
    height: auto;
    border: none;
  }
}

.top-img-box-ranking-movie {
  vertical-align: middle;
  display: flex;
  align-content: center;
  height: 74px;
  justify-content: center;
  align-items: center;
}
.top-img-box-ranking-movie img {
  aspect-ratio: 144/100;
}

.top-img-box-ranking-gravure {
  vertical-align: middle;
  display: flex;
  height: 241px;
  align-content: center;
  justify-content: center;
  align-items: center;
}
div.swiper-6sheets .top-img-box-ranking-gravure {
  width: auto;
}
@media (max-width: 768px) {
  .top-img-box-ranking-gravure {
    vertical-align: middle;
    display: flex;
    height: 301px;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  div.swiper-6sheets .top-img-box-ranking-gravure {
    width: auto;
  }
}
@media (max-width: 544px) {
  .top-img-box-ranking-gravure {
    vertical-align: middle;
    display: flex;
    height: 300px;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  div.swiper-6sheets .top-img-box-ranking-gravure {
    width: auto;
  }
}
@media (max-width: 494px) {
  .top-img-box-ranking-gravure {
    vertical-align: middle;
    display: flex;
    height: 270px;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  div.swiper-6sheets .top-img-box-ranking-gravure {
    width: auto;
  }
}
@media (max-width: 444px) {
  .top-img-box-ranking-gravure {
    vertical-align: middle;
    display: flex;
    height: 240px;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  div.swiper-6sheets .top-img-box-ranking-gravure {
    width: auto;
  }
}
@media (max-width: 394px) {
  .top-img-box-ranking-gravure {
    vertical-align: middle;
    display: flex;
    height: 210px;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  div.swiper-6sheets .top-img-box-ranking-gravure {
    width: auto;
  }
}
@media (max-width: 344px) {
  .top-img-box-ranking-gravure {
    vertical-align: middle;
    display: flex;
    height: 179px;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  div.swiper-6sheets .top-img-box-ranking-gravure {
    width: auto;
  }
}
@media (max-width: 320px) {
  .top-img-box-ranking-gravure {
    vertical-align: middle;
    display: flex;
    height: 165px;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  div.swiper-6sheets .top-img-box-ranking-gravure {
    width: auto;
  }
}

.top-img-label {
  border-radius: 2px;
  font-size: 11px;
  padding: 4px 6px;
  font-weight: 100;
  color: white;
  background-color: rgb(160, 130, 0);
}

.ranking-date {
  color: var(--gj-text-color-light);
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  line-height: 130%;
  margin-top: 16px;
}

.pt-4 {
  padding-top: 40px;
}

.c-plus-breadcrumb-wrapper {
  padding-block: 0;
  background-color: var(--gj-color-light-black-2);
}
@media (min-width: 768px) {
  .c-plus-breadcrumb-wrapper {
    padding-block: 16px;
  }
}

.c-slider-wrapper {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .c-slider-wrapper {
    padding-top: 84px;
  }
}

.ranking-btn {
  display: flex;
  width: 100%;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .ranking-btn {
    max-width: 454px;
  }
}
.ranking-btn div {
  flex: 1 1 auto;
  background-color: transparent;
  padding-block: 9px;
  border: solid var(--gj-color-orange);
  color: var(--gj-color-orange);
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}
.ranking-btn div:first-child {
  border-radius: 8px 0 0 8px;
  border-width: 2px 0 2px 2px;
}
.ranking-btn div:last-child {
  border-radius: 0 8px 8px 0;
  border-width: 2px 2px 2px 0;
}
.ranking-btn div.selected {
  background-color: var(--gj-color-orange);
  color: var(--gj-color-white);
}

/* swiperのスタイル上書き */
.c-slider-normal__img {
  width: auto;
  height: auto;
}
.c-slider-normal__img :not(.is-special) {
  aspect-ratio: 1;
}
.c-slider-normal__img.is-special {
  max-width: 39vw;
}
@media (min-width: 768px) {
  .c-slider-normal__img.is-special {
    max-width: 20vw;
  }
}

@media (min-width: 768px) {
  div.toppage-main .subscribe_button_margin {
    max-width: 26vw;
    min-width: 200px;
    margin: auto;
  }
}

.plus-swiper-container {
  display: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper,
.plus-swiper-container {
  min-height: 170px;
}
.swiper.archives-swiper,
.plus-swiper-container.archives-swiper {
  min-height: 105px;
}

.swiper-slide {
  padding: 0;
}

.archives-swiper .slide-arrow {
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .plus-nav-sp {
    display: none;
  }
  .footer {
    padding-bottom: 0;
  }
}
.top-img-box-column {
  vertical-align: middle;
  display: flex;
  align-content: center;
  height: 160px;
  justify-content: center;
  align-items: center;
}
div.swiper-6sheets .top-img-box-column {
  width: auto;
}
.top-img-box-column.top-img-box-dvd, .top-img-box-column.top-img-box-archives {
  height: auto;
  border: none;
}

.btn-plus-member {
  font-size: 13px;
  margin-bottom: 10px;
  color: #ffffff;
  margin-top: 20px;
}

.c-btn-login a {
  display: block;
  background: #fff;
  border: 1px solid #fd873d;
  border-radius: 50px;
  line-height: 48px;
  color: #fd873d;
  font-size: 14px;
  height: 50px;
  text-align: center;
  padding: 0 1em;
  margin: 0 auto;
  letter-spacing: 0.1em;
  transition: all 0.4s ease;
  width: 250px;
}
@media (max-width: 767px) {
  .c-btn-login a {
    padding: 0;
    line-height: 43px;
    height: 45px;
    width: 300px;
    color: #fd873d;
  }
}

.c-btn-login a:hover {
  color: #fff;
  background: #fd873d;
}

.c-paragrah {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: var(--gj-text-color-light);
  text-align: start;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .c-paragrah {
    font-weight: 600;
  }
}

.c-more-btn {
  max-width: 240px;
  margin-top: 17px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-more-btn {
    max-width: 295px;
    margin-top: 9px;
  }
}

@media (min-width: 768px) {
  .c-section-title {
    margin-left: 16px;
  }
}

.c-title-button-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-section-block {
  padding: 32px 0;
}
.c-section-block:nth-of-type(even) {
  background: var(--gj-color-light-black);
}
.c-section-block:nth-of-type(odd) {
  background: var(--gj-color-light-black-2);
}
.c-section-block .c-section-block__inner {
  max-width: 1024px;
  margin-inline: auto;
}

.c-plus-section-title {
  font-size: 26px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.c-ranking-block {
  position: relative;
  padding-top: 21px;
  padding-left: 22px;
  text-align: start;
}
.c-ranking-block .c-ranking-block__number {
  position: absolute;
  inset: 0;
  width: 37px;
  height: 47px;
  line-height: 100%;
  pointer-events: none;
}
.c-ranking-block .c-ranking-block__number.is-svg {
  width: 100px;
  object-fit: contain;
  object-position: left;
}
.c-ranking-block .c-ranking-block__name {
  margin-top: 8px;
  color: var(--gj-text-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}
.c-ranking-block .c-ranking-block__title {
  margin-top: 8px;
  color: var(--gj-text-color-light);
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
}
.c-ranking-block.is-movie .c-ranking-block__img img {
  width: 100%;
  aspect-ratio: 132/74;
  object-fit: contain;
}
.c-ranking-block:not(.has-ribon) .c-ranking-block__number {
  --text-border-color: var(--gj-color-orange);
  color: transparent;
  font-size: 48px;
  font-weight: 600;
  -webkit-text-stroke: 1px var(--text-border-color);
  text-stroke: 1px var(--text-border-color);
}
.c-ranking-block.has-ribon .c-ranking-block__number {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 30px;
  color: var(--gj-color-orange);
  font-size: 22px;
  font-weight: 300;
}
.c-ranking-block.has-ribon .c-ranking-block__number::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: url(/src/assets/img/common/ranking-ribon.svg);
  background-repeat: no-repeat;
}

.c-featured-block {
  display: flex;
  gap: 16px;
  color: var(--gj-text-color);
  align-items: stretch;
  text-align: start;
}
@media (min-width: 768px) {
  .c-featured-block {
    align-items: flex-start;
    max-width: 496px;
    margin-inline: auto;
    width: 100%;
  }
}
.c-featured-block .c-featured-block__img {
  width: 100%;
  max-width: 50%;
  max-height: 100%;
  aspect-ratio: 172/244;
  object-fit: contain;
}
.c-featured-block .c-featured-block__img.is_season_girl {
  aspect-ratio: 1;
}
.c-featured-block.is-special .c-featured-block__img {
  aspect-ratio: 1;
}
.c-featured-block .c-featured-block__detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.c-featured-block .c-featured-block__detail .c-featured-block__name {
  font-size: 20px;
  font-weight: 600;
  line-height: 135%;
}
.c-featured-block .c-featured-block__detail .c-featured-block__title {
  color: var(--gj-text-color-light);
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}
.c-featured-block .c-featured-block__detail .c-featured-block__date {
  font-weight: 300;
  font-size: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.c-featured-block .c-featured-block__detail .c-featured-block__btn-wrapper {
  margin-top: 8px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.c-featured-block .c-featured-block__detail .c-featured-block__btn-wrapper .c-featured-block__btn {
  width: 100%;
}

.c-product-block {
  color: var(--gj-text-color);
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: start;
}
.c-product-block .c-product-block__img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}
.c-product-block.is-portrait .c-product-block__img {
  aspect-ratio: 100/142;
}
.c-product-block .c-product-block__sub {
  color: var(--gj-text-color-light);
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  min-height: 31px;
}
.c-product-block .c-product-block__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  min-height: 18px;
  word-break: break-all;
}
.c-product-block .c-product-block__labels {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.c-special-block {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 32px;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .c-special-block {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-non-member-block {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
}
.c-non-member-block .c-non-member-block__explain {
  color: var(--gj-text-color-light);
}
.c-non-member-block .c-non-member-block__discount {
  margin-top: 4px;
  color: #00B3D6;
}

.c-plus-btn {
  width: 100%;
  max-width: 240px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-plus-btn {
    max-width: 295px;
  }
}

.c-login-text {
  margin-top: 32px;
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  color: var(--gj-text-color-light);
  text-align: center;
}

.c-breadcrumb-wrapper {
  background: #F0F5F7;
}

.p-index__notice__line:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.p-p-index__notice__line:first-child {
  padding-top: 0;
}

.p-p-index__notice__line a {
  text-align: left;
}

.p-p-index__notice__line a .c-date {
  margin-bottom: 10px;
}

.p-p-index__notice__line a:hover .c-date {
  color: #107abe;
}

.p-index__notice__caption {
  font-size: 15px;
  line-height: 23px;
}

a:hover .p-index__notice__caption {
  color: #107abe;
}

.p-index__notice__item_padding {
  padding: 15px 0;
}

.information {
  margin-bottom: 1em;
}
.information:last-child {
  margin-bottom: 0em;
}

.information dl {
  text-align: left;
}
.information dl dt {
  color: #9e9e9e;
  font-size: 13px;
}
.information dl dd {
  font-size: 15px;
  line-height: 1.5;
}
.information dl dd span {
  color: #ffffff;
}

.information dl + dl {
  margin-top: 3em;
}

@media (min-width: 768px) {
  .c-btn-detail a {
    color: #000;
  }
  .l-container {
    justify-content: center;
  }
  .information dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .information dl dt {
    width: 120px;
  }
  .information dl dd a {
    width: 800px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .information dl dd a span {
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .information dl {
    display: block;
  }
  .information dl dt {
    margin-bottom: 0.5em;
  }
  .p-index__notice__line {
    border-bottom: 1px solid #dce8ec;
  }
}