@charset "UTF-8";
/*
|---------------------------------------------------------------
| PR1DEグッズ「栗山巧」
|---------------------------------------------------------------
*/
/*--------------- reset ---------------*/
.container {
  max-width: 100%;
  display: block;
  width: 100%;
  padding: 0;
}

.container .pane-main {
  padding-left: 0;
  padding-right: 0;
  color: #ffffff;
  background: #000000;
}

.pane-main .block-topic-path {
  color: #ffffff;
  background: #000000;
}

.pane-main .block-topic-path a {
  color: #ffffff !important;
}

.pane-main .pane-topic-path .container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.block-page-block--frame,
.pane-contents,
.container .pane-main {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*--------------- Page ---------------*/
.pridepage * {
  min-width: 0;
  box-sizing: border-box;
}

/* Device */
@media (min-width: 750.02px) {
  .pridepage .d-none--pc {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .pridepage .d-none--sp {
    display: none !important;
  }
}

/* Container */
.pride-container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.pride-container .pride-container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 750px) {
  .pride-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pride-container .pride-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/*
 * Main
------------------------------------------------*/
.pridepage {
  display: block;
  width: 100%;
  color: #ffffff;
  background: #000000;
}
.pridepage__header {
  display: block;
  width: 100%;
  margin: 0 0 25px;
}
@media (min-width: 750.02px) {
  .pridepage__header {
    margin-bottom: 50px;
  }
}
.pridepage__header__image {
  display: block;
  width: 100%;
  margin: 0 0 25px;
  padding: 0;
}
@media (min-width: 750.02px) {
  .pridepage__header__image {
    margin-bottom: 40px;
  }
}
.pridepage__header__image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.pridepage__header__title {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 1.35;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
  padding: 0;
}
@media (min-width: 750.02px) {
  .pridepage__header__title {
    font-size: min(40px, 3.51vw);
    margin-bottom: 25px;
  }
}
.pridepage__header__lead {
  display: block;
  width: 100%;
  font-size: clamp(12.5px, 1.67vw, 20px);
  line-height: 1.36;
  text-align: center;
  margin: 0 0 1em;
}
.pridepage__body {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 80px;
}

.pridepage__main {
  display: block;
  width: 100%;
  margin: 0;
}

/*
 * Lineup
------------------------------------------------*/
.pride-lineup {
  display: block;
  width: 100%;
}
.pride-lineup__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 7.5px;
}
.pride-lineup__list__item {
  width: 100%;
  display: flex;
}
@media (min-width: 750.02px) {
  .pride-lineup__list {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px 15px;
  }
}

/*
 * Goods
------------------------------------------------*/
.pride-goods {
  display: block;
  width: 100%;
  font-size: 12.5px;
}
@media (min-width: 750.02px) {
  .pride-goods {
    font-size: min(20px, 1.75vw);
  }
}
.pride-goods__layout {
  display: block;
  width: 100%;
  position: relative;
}
.pride-goods__layout__image {
  display: block;
  width: 100%;
}
.pride-goods__layout__body {
  width: 100%;
  padding: 3.82% 2.55%;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.42, 0.03, 0.4, 0.93), visibility 0s ease 0.4s;
}
.pride-goods:hover .pride-goods__layout__body {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.42, 0.03, 0.4, 0.93), visibility 0s;
}
.pride-goods__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
  padding: 0;
}
.pride-goods__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: invert(1);
}
.pride-goods__name {
  display: block;
  width: 100%;
  margin: 0 0 0.5em;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
}
.pride-goods__price {
  display: block;
  width: 100%;
  margin: auto 0 0.25em;
  font-size: 1em;
  font-weight: bold;
  text-align: right;
}
.pride-goods__price .lso_price__addon {
  font-size: 0.72em;
}
.pride-goods__nav {
  display: block;
  width: 100%;
}
.pride-goods__nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  font-size: 12.5px;
  line-height: 1.5;
  padding: 0.39em 0.5em;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  color: #ffffff;
  background-color: #253D5B;
}
@media (min-width: 750.02px) {
  .pride-goods__nav__btn {
    font-size: min(20px, 1.75vw);
  }
}
.pride-goods__nav__btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 0.42em 0 0.42em 0.72em;
  border-style: solid;
  border-color: transparent transparent transparent currentColor;
  flex-shrink: 0;
  margin-left: 1em;
}

/*
 * Relation
------------------------------------------------*/
.pridepage__relation {
  display: block;
  width: 100%;
}

*+.pridepage__relation {
  margin-top: 40px;
}

@media screen and (min-width: 750.2px) {
  *+.pridepage__relation {
    margin-top: 95px;
  }
}

.pridepage__relation__block {
  display: block;
  width: 100%;
  max-width: 684px;
  height: auto;
  margin: 0 auto;
}

.pridepage__relation__block img {
  display: block;
  width: 100%;
  height: auto;
}
