/*
|---------------------------------------------------------------
| LIONS SUMMER COLLECTION
|---------------------------------------------------------------
*/
.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;
}

.container .pane-main {
  color: #00214b;
  background-color: #fcebd8;
  background-image: url(../images/bg-s.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (min-width: 750.2px) {
  .container .pane-main {
    background-image: url(../images/bg.jpg);
  }
}

.pane-contents {
  padding: 0;
}

.block-topic-path {
  background: none;
}

.plpage {
  display: block;
  width: 100%;
}
.plpage * {
  min-width: 0;
}
@media screen and (min-width: 750.2px) {
  .plpage .d-none--pc {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .plpage .d-none--sp {
    display: none !important;
  }
}
.pl-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.plpage *[id] {
  scroll-margin-top: 90px;
}
.plpage__header {
  display: block;
  width: 100%;
  margin: 0 0 25px;
}
@media screen and (min-width: 750.2px) {
  .plpage__header {
    margin-bottom: 50px;
  }
}
.plpage__header__image {
  display: block;
  width: 100%;
  margin: 0 0 25px;
}
@media screen and (min-width: 750.2px) {
  .plpage__header__image {
    margin-bottom: 40px;
  }
}
.plpage__header__image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .plpage__header__image .pl-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.plpage__header__content {
  display: block;
  width: 100%;
  margin: 0 0 80px;
  text-shadow: 0.25em 0.25em 0.5em rgba(50, 22, 8, 0.61);
}
.plpage__header__title {
  display: block;
  font-size: 18px;
  line-height: 1.4285714286;
  font-weight: bold;
  text-align: center;
  margin: 0 0 25px;
}
@media screen and (min-width: 750.2px) {
  .plpage__header__title {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
.plpage__header__lead {
  display: block;
  font-size: 13px;
  line-height: 1.7307692308;
  text-align: center;
}
@media screen and (min-width: 750.2px) {
  .plpage__header__lead {
    font-size: 22px;
  }
}
.plpage__body {
  display: block;
  margin: 0;
  padding: 0 0 80px;
}
@media screen and (min-width: 750.2px) {
  .plpage__body {
    padding-bottom: 120px;
  }
}

/*
 * Nav
------------------------------------------------*/
.pl-nav__list {
  list-style: none;
  padding-left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 10px;
}
@media screen and (min-width: 750.2px) {
  .pl-nav__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 20px;
  }
}
.pl-nav__list__item {
  display: flex;
  width: 100%;
}
.pl-nav__link {
  display: block;
  width: 100%;
  box-shadow: none;
  vertical-align: middle;
  outline: 0 !important;
  font-size: 14px;
  line-height: 1.5;
  padding: 12px 5px;
  text-align: center;
  text-decoration: none !important;
  font-weight: bold;
  color: #00214b;
  background: rgba(13, 218, 255, 0.3);
}
@media screen and (min-width: 750.2px) {
  .pl-nav__link {
    font-size: 24px;
    line-height: 1.5;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

/*
 * Section
------------------------------------------------*/
.pl-section {
  display: block;
  width: 100%;
  margin: 0 0 100px;
  position: relative;
}
.pl-section__title {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 2;
  margin: auto;
  transform: translateY(-50%);
}
.pl-section__title img {
  display: block;
  width: 70%;
  max-width: 467px;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(15px 15px 10px rgba(50, 22, 8, 0.61));
}
.pl-section__body {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 37px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 30px 30px 60px 0 rgba(50, 22, 8, 0.61);
}
.pl-section__content {
  display: block;
  width: 100%;
  position: relative;
  padding: 10px 12px 25px;
}
@media screen and (min-width: 750.2px) {
  .pl-section__content {
    padding: 35px 25px;
  }
}

/*
 * Goods
------------------------------------------------*/
.pl-goods {
  display: block;
  width: 100%;
}
.pl-goods__content {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.pl-goods__image {
  display: block;
  width: 100%;
}
.pl-goods__image img {
  display: block;
  width: 100%;
  height: auto;
}
.pl-goods__name {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0.25em;
}
@media screen and (min-width: 750.2px) {
  .pl-goods__name {
    font-size: 30px;
  }
}
.pl-goods__summary {
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin: 1.5em 0 0.5em;
}
@media screen and (min-width: 750.2px) {
  .pl-goods__summary {
    font-size: 18px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pl-goods__spec {
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: center;
  margin: 0 0 1em;
}
@media screen and (min-width: 750.2px) {
  .pl-goods__spec {
    font-size: 24px;
  }
}
.pl-goods__spec + .pl-goods__summary {
  margin-top: 0;
}
.pl-goods__cart {
  display: block;
  width: 100%;
  margin-top: auto;
}
.pl-goods__cart__price {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0.5em;
}
.pl-goods__cart__price .lso_price__main__addon {
  font-size: 1em;
}
.pl-goods__cart__price .lso_price__addon {
  font-size: 0.55em;
  font-weight: normal;
}
@media screen and (min-width: 750.2px) {
  .pl-goods__cart__price {
    font-size: 24px;
    margin-bottom: 1em;
  }
}
.pl-goods__cart__action {
  display: block;
  width: 100%;
}
.pl-goods__btn {
  display: block;
  width: 100%;
  box-shadow: none;
  vertical-align: middle;
  outline: 0 !important;
  font-size: 11px;
  line-height: 1.5;
  padding: 14.25px 5px;
  text-align: center;
  text-decoration: none !important;
  font-weight: normal;
  color: #ffffff;
  background-color: #00214b;
  border-radius: 1em;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 750.2px) {
  .pl-goods__btn {
    max-width: 246px;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
}
.pl-goods__layout {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pl-goods__layout__image {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}
.pl-goods__layout__body {
  display: block;
  width: 100%;
  flex-grow: 1;
}

/*
 * Lineup
------------------------------------------------*/
.pl-lineup {
  display: block;
  width: 100%;
}
.pl-lineup + .pl-lineup {
  margin-top: 60px;
}
@media screen and (min-width: 750.2px) {
  .pl-lineup--top-alignment {
    margin-top: -30px !important;
  }
}
.pl-lineup--large .pl-goods + .pl-goods {
  margin-top: 40px;
}
.pl-lineup--large .pl-goods__summary {
  margin-bottom: 2em;
}
.pl-lineup--large .pl-goods__cart {
  display: flex;
  align-items: center;
  border-radius: 15px;
  background: rgba(13, 218, 255, 0.3);
  box-shadow: 5px 5px 5px 3px rgba(50, 22, 8, 0.3);
  padding: 10px 12px;
}
.pl-lineup--large .pl-goods__cart__price, .pl-lineup--large .pl-goods__cart__action {
  margin: 0;
}
.pl-lineup--large .pl-goods__cart__price {
  width: auto;
  flex: 0 0 auto;
}
.pl-lineup--large .pl-goods__cart__action {
  flex-grow: 1;
  flex-basis: 0;
}
@media screen and (min-width: 750.2px) {
  .pl-lineup--large .pl-goods__layout {
    display: flex;
    width: auto;
    margin-left: -3px;
    margin-right: -3px;
  }
  .pl-lineup--large .pl-goods__layout__image {
    padding-left: 3px;
    padding-right: 3px;
    width: auto;
    flex: 0 0 auto;
    max-width: 100%;
    margin: 0;
  }
  .pl-lineup--large .pl-goods__layout__body {
    padding-left: 3px;
    padding-right: 3px;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    display: flex;
  }
  .pl-lineup--large .pl-goods__image {
    width: 576px;
  }
  .pl-lineup--large .pl-goods__cart {
    margin: 0;
    box-shadow: 10px 10px 10px 5px rgba(50, 22, 8, 0.3);
    padding: 14px 16px;
  }
  .pl-lineup--large .pl-goods__cart__price, .pl-lineup--large .pl-goods__cart__action {
    width: 100%;
    flex-grow: 1;
    flex-basis: 0;
  }
  .pl-lineup--large .pl-goods__cart__price {
    font-size: 29px;
  }
}
@media screen and (min-width: 750.2px) {
  .pl-lineup--wide-image .pl-goods__image img {
    width: auto;
    margin: 0 -8px 0 0;
    max-width: 584px;
  }
}
.pl-lineup__list {
  list-style: none;
  padding-left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 5px;
}
@media screen and (min-width: 750.2px) {
  .pl-lineup__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 25px;
    padding: 0 43px;
  }
}
.pl-lineup__list__item {
  display: flex;
  width: 100%;
}

@media screen and (min-width: 750.2px) {
  .pl-section:nth-child(odd) .pl-lineup--large .pl-goods:nth-child(odd) .pl-goods__layout {
    flex-direction: row;
  }
  .pl-section:nth-child(odd) .pl-lineup--large .pl-goods:nth-child(odd) .pl-goods__layout .pl-goods__layout__body {
    padding-right: 21px;
  }
  .pl-section:nth-child(odd) .pl-lineup--large .pl-goods:nth-child(even) .pl-goods__layout {
    flex-direction: row-reverse;
  }
  .pl-section:nth-child(odd) .pl-lineup--large .pl-goods:nth-child(even) .pl-goods__layout .pl-goods__layout__body {
    padding-left: 21px;
  }
  .pl-section:nth-child(even) .pl-lineup--large .pl-goods:nth-child(even) .pl-goods__layout {
    flex-direction: row;
  }
  .pl-section:nth-child(even) .pl-lineup--large .pl-goods:nth-child(even) .pl-goods__layout .pl-goods__content {
    padding-right: 21px;
  }
  .pl-section:nth-child(even) .pl-lineup--large .pl-goods:nth-child(odd) .pl-goods__layout {
    flex-direction: row-reverse;
  }
  .pl-section:nth-child(even) .pl-lineup--large .pl-goods:nth-child(odd) .pl-goods__layout .pl-goods__content {
    padding-left: 21px;
  }
}
