@charset "UTF-8";
/*
|---------------------------------------------------------------
| オーセンティックウェア
|---------------------------------------------------------------
*/
/*--------------- reset ---------------*/
.container {
  max-width: 100%;
  display: block;
  width: 100%;
  padding: 0;
}

.container .pane-main {
  padding-left: 0;
  padding-right: 0;
}

.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 ---------------*/
.plpage * {
  min-width: 0;
  box-sizing: border-box;
}
.plpage *[id] {
  scroll-margin-top: var(--sp-header-height, 80px);
}
@media (min-width: 750.02px) {
  .plpage *[id] {
    scroll-margin-top: var(--pc-header-height, 150px);
  }
}

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

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

/*
 * Main
------------------------------------------------*/
.plpage {
  display: block;
  width: 100%;
  color: #000000;
  background: #ffffff;
}
.plpage__header {
  display: block;
  width: 100%;
  margin: 0;
}
.plpage__header__image {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.plpage__header__image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.plpage__header__lead {
  display: block;
  width: 100%;
  padding: 40px 0;
  color: #ffffff;
  background-color: #464b5a;
  background-image: url("../images/lead_sp01.jpg?t=1767853936948");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  font-size: clamp(12px, 1.6vw, 25px);
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
}
@media (min-width: 750.02px) {
  .plpage__header__lead {
    background-image: url("../images/lead_pc01.jpg?t=1767853936948");
  }
}
.plpage__header__lead__image {
  display: block;
  width: 100%;
}
.plpage__header__lead__image img {
  display: block;
  width: 100%;
  height: auto;
}
.plpage__body {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.plpage__detail {
  display: block;
  width: 100%;
  color: #ffffff;
  background: #464b5a;
}
.plpage__lineup {
  display: block;
  width: 100%;
  padding: 25px 25px;
  color: #ffffff;
  background: #373c41;
}
.plpage__lineup .pl-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 750.02px) {
  .plpage__lineup {
    padding: 70px 70px;
  }
}
.plpage__aside {
  display: block;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

.pl-toTop {
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (min-width: 750.02px) {
  .pl-toTop {
    width: 150px;
    height: 150px;
    right: 100px;
    bottom: 40px;
  }
}
.pl-toTop:not(.js--active) {
  opacity: 0;
  pointer-events: none;
}
.pl-toTop img {
  display: block;
  width: 100%;
  height: auto;
}

.pl-lead {
  margin-bottom: 40px;
}

.pl-detail {
  display: block;
  width: 100%;
}
.pl-detail img {
  display: block;
  width: 100%;
  height: auto;
}

.pl-aside {
  display: block;
  width: 100%;
}
.pl-aside img {
  display: block;
  width: 100%;
  height: auto;
}

/*
 * Nav
------------------------------------------------*/
.pl-nav {
  --pl-color1: #6482a0;
  --pl-color2: #7594b3;
  display: block;
  width: 100%;
  margin: 0 0 40px;
  overflow: hidden;
  border-radius: 0.75em;
  background-color: var(--pl-color2);
  font-size: clamp(10px, 2.67vw, 15px);
}
@media (min-width: 750.02px) {
  .pl-nav {
    font-size: min(24px, 2.11vw);
    margin-bottom: 80px;
  }
}
.pl-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 5.5em;
  gap: 0;
}
.pl-nav__list__item {
  display: flex;
}
.pl-nav__list__item:nth-child(odd) {
  --pl-bgcolor: var(--pl-color1);
}
.pl-nav__list__item:nth-child(even) {
  --pl-bgcolor: var(--pl-color2);
}
@media (min-width: 750.02px) and (max-width: 1200px) {
  .pl-nav__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .pl-nav__list__item:nth-child(8n+5), .pl-nav__list__item:nth-child(8n+7) {
    --pl-bgcolor: var(--pl-color2);
  }
  .pl-nav__list__item:nth-child(8n+6), .pl-nav__list__item:nth-child(8n+8) {
    --pl-bgcolor: var(--pl-color1);
  }
}
@media (min-width: 1400.02px) {
  .pl-nav__list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .pl-nav__list__item:nth-child(12n+7), .pl-nav__list__item:nth-child(12n+9), .pl-nav__list__item:nth-child(12n+11) {
    --pl-bgcolor: var(--pl-color2);
  }
  .pl-nav__list__item:nth-child(12n+8), .pl-nav__list__item:nth-child(12n+10), .pl-nav__list__item:nth-child(12n+12) {
    --pl-bgcolor: var(--pl-color1);
  }
}

.pl-nav-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0.5em 1.5em;
  position: relative;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  color: var(--pl-color, #ffffff);
  background-color: var(--pl-bgcolor, transparent);
  text-decoration: none !important;
}
.pl-nav-link::after {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5em;
  z-index: 2;
  margin: auto;
}
.pl-nav-link__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/*
 * Lineup
------------------------------------------------*/
.pl-lineup {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 5px;
}
@media (min-width: 750.02px) {
  .pl-lineup {
    gap: 10px;
  }
}

.pl-goods {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.pl-goods__image {
  width: 100%;
}
.pl-goods__body {
  width: 100%;
  position: relative;
}
.pl-goods__body::after {
  content: "";
  display: block;
  width: 50%;
  height: auto;
  aspect-ratio: 9/7;
  pointer-events: none;
  background-image: var(--pl-mark-image);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 10%;
  right: 0;
  z-index: 1;
  margin: auto;
}
.pl-goods__body > * {
  position: relative;
  z-index: 2;
}
@media (min-width: 750.02px) {
  .pl-goods {
    width: 100%;
    display: flex;
    flex-direction: row;
    font-size: min(30px, 2.63vw);
  }
  .pl-goods__image {
    width: auto;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .pl-goods__body {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    flex-basis: 0;
  }
  .pl-goods:nth-child(odd) {
    flex-direction: row;
  }
  .pl-goods:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.pl-goods__spec {
  width: 100%;
  padding: 0 1em;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5em;
}
.pl-goods__nav {
  display: block;
  width: 100%;
  margin: 40px 0;
  padding: 0 1em;
}
@media (min-width: 750.02px) {
  .pl-goods__nav {
    margin-top: 90px;
  }
}

.pl-goods-image {
  display: block;
  width: 100%;
  max-width: 800px;
}
.pl-goods-image img {
  display: block;
  width: 100%;
  height: auto;
}

.pl-goods-name {
  display: block;
  width: 100%;
  padding: 1em;
  color: #afb9c3;
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid currentColor;
  margin: 0 0 0.75em;
}

.pl-goods-size,
.pl-goods-price {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  gap: 0;
  margin: 0;
}
.pl-goods-size > dt,
.pl-goods-price > dt {
  display: block;
  align-self: flex-start;
  margin: 0.57em 0;
  padding: 0 1em;
  text-align: center;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  font-size: 0.57em;
  font-weight: bold;
  border-style: solid;
  border-color: #afb9c3;
  border-width: 0 1px;
}
.pl-goods-size > dd,
.pl-goods-price > dd {
  display: block;
  padding: 0 1em;
  word-break: normal;
  font-weight: bold;
}
@media (min-width: 750.02px) {
  .pl-goods-size > dd,
  .pl-goods-price > dd {
    padding: 0 1em;
  }
}

.pl-goods-price .lso_price__main__addon,
.pl-goods-price .lso_price__addon {
  font-size: 0.8em;
}

.pl-goods-btn {
  display: block;
  width: min(13.5em, 351px);
  max-width: 100%;
  text-decoration: none !important;
  font-size: 0.87em;
}
.pl-goods-btn[href] {
  transition: opacity 0.25s;
}
.pl-goods-btn[href]:hover {
  opacity: 0.7;
}
.pl-goods-btn img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.pl-goods-btn.is-finished {
  display: block;
  height: auto;
  padding: 0.5em;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  background: #6D6D6D;
  border-radius: 1.5em;
}
