@charset "UTF-8";
/*
|-----------------------------------------------------------
| 「メガバス・プレステージクラブ」会員ステージ1～３のお客様限定販売ルアー「緑だるま」 - PC
|-----------------------------------------------------------
*/
/* Reset */
.prestageClub * {
  box-sizing: border-box;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.prestageClub img {
  height: auto;
}

/* Container */
.prestageClub-container {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/*
 * Page
------------------------------------------------*/
.prestageClub {
  display: block;
  width: 100%;
  padding: 0 0 60px;
  overflow: hidden;
}
.prestageClub__header {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.prestageClub__header::before {
  content: "";
  display: block;
  width: 54%;
  height: 100%;
  background: url(../img/header_bg.png) no-repeat right top;
  background-size: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.prestageClub__header__title {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
.prestageClub__header__title img {
  display: block;
  width: 100%;
  height: auto;
}
.prestageClub__body {
  display: block;
  width: 100%;
  position: relative;
}
.prestageClub__banner {
  display: block;
  width: 100%;
  margin: 40px auto 20px;
  position: relative;
  z-index: 2;
}
.prestageClub__banner img {
  display: block;
  width: 100%;
  height: auto;
}
.prestageClub__banner__lead {
  display: block;
  width: 100%;
  margin: 0 0 0.25em;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.prestageClub__concept {
  display: block;
  width: 100%;
}
.prestageClub__schedule {
  display: block;
  width: 100%;
  padding: 40px 0;
}
.prestageClub__lineup {
  display: block;
  width: 100%;
  padding: 60px 0;
  color: #1e1e1e;
  background: #e9e9e9;
}
.prestageClub__aside {
  display: block;
  width: 100%;
}

/*
 * Concept
------------------------------------------------*/
.prestageClub-concept {
  display: block;
  width: 100%;
  height: 1250px;
  position: relative;
}
.prestageClub-concept__group {
  display: block;
  width: 100%;
}

.mb_prestige_img {
  display: block;
  position: absolute;
  z-index: 1;
}
.mb_prestige_img img {
  display: block;
  width: 100%;
}

.mb_prestige_img_01 {
  /*
  width: 500px;
  top: 0;
  right: 0;
  */
  width: 530px;
  top: 30px;
  right: -60px;
}

.mb_prestige_img_02 {
  width: 500px;
  top: 389px;
  left: -40px;
  z-index: 5;
}

.mb_prestige_img_03 {
  width: 600px;
  /* top: 811px; */
  top: 660px;
  right: 0;
}

.mb_prestige_txt {
  position: absolute;
  width: 420px;
  z-index: 10;
}

.mb_prestige_txt_01 {
  top: 203px;
  left: 0;
}

.mb_prestige_txt_02 {
  top: 664px;
  right: 0;
  width: 490px;
}

.mb_prestige_txt_03 {
  top: 1022px;
  left: 0;
  width: 470px;
}

.mb_prestige_txt h2 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}

.mb_prestige_txt p {
  font-size: 15px;
  line-height: 1.8;
}

/*
 * 販売予定スケジュール
------------------------------------------------*/
.prestageClub-schedule {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 68px;
}
.prestageClub-schedule__image {
  display: block;
  width: auto;
  margin: -60px -100px 30px;
}
.prestageClub-schedule__image img {
  display: block;
  width: 100%;
  height: auto;
}
.prestageClub-schedule__body {
  display: block;
  width: 100%;
}

.prestageClub-scheduleBox {
  display: block;
  width: 100%;
  /* max-width: 560px; */
  max-width: 750px;
  position: absolute;
  /* top: 380px; */
  right: 0;
  bottom: 0;
  background: #ffffff;
  border: 1px solid #000000;
}
.prestageClub-scheduleBox__title {
  display: block;
  width: 100%;
  padding: 10px 15px;
  color: #ffffff;
  background: #e60012;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: center;
}
.prestageClub-scheduleBox__body {
  display: block;
  width: 100%;
  padding: 15px 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.prestageClub-scheduleBox dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  padding: 0.25em 0;
}
.prestageClub-scheduleBox dl dt {
  display: block;
  margin: 0;
}
.prestageClub-scheduleBox dl dt::after {
  content: "：";
}
.prestageClub-scheduleBox dl dd {
  display: block;
  margin: 0;
}

/*
 * SPECIAL ITEM
------------------------------------------------*/
.prestageClub-lineup {
  display: block;
  width: 100%;
}
.prestageClub-lineup__header {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}
.prestageClub-lineup__body {
  display: block;
  width: 100%;
}
.prestageClub-lineup__title {
  display: block;
  width: 100%;
  margin: 0 0 40px;
  font-size: 48px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
.prestageClub-lineup__lead {
  display: block;
  margin: 0 0 1.5em;
  font-size: 18px;
  text-align: center;
}
.prestageClub-lineup__lead strong {
  font-size: 1.33em;
}
.prestageClub-lineup__lead > *:not(:last-child) {
  margin-bottom: 30px;
}
.prestageClub-lineup__aside {
  display: block;
  margin: 1.5em 0 0;
  font-size: 18px;
  text-align: center;
}

.prestageClub-lineupSummary {
  display: block;
  width: 100%;
  margin: 0;
  color: #e60012;
}

.prestageClub-lineupPass {
  display: block;
  width: 100%;
  margin: 0;
  letter-spacing: 0.05em;
}

.prestageClub-password {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  font-size: 1.22em;
  font-weight: bold;
}
.prestageClub-password dt {
  display: block;
  margin: 0;
}
.prestageClub-password dt::after {
  content: "：";
}
.prestageClub-password dd {
  display: block;
  margin: 0;
}

/*
 * 商品
------------------------------------------------*/
.prestageClub-products {
  display: block;
  width: 100%;
}
.prestageClub-products__list {
  list-style: none;
  padding: 0;
  width: auto;
  margin: -5px -10px;
  display: flex;
  flex-wrap: wrap;
}
.prestageClub-products__list__item {
  display: flex;
  width: 33.333%;
  padding: 10px 5px;
}

.prestageClub-goods {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.prestageClub-goods__image {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
}
.prestageClub-goods__image img {
  display: block;
  width: 100%;
  height: auto;
}
.prestageClub-goods__body {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
}

.prestageClub-price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.prestageClub-price__main {
  font-size: 1.43em;
}
.prestageClub-price__addon {
  font-size: 1em;
}

.prestageClub-goodsName {
  display: block;
  width: 100%;
  margin: 0 0 5px;
  font-size: 1.29em;
  font-weight: bold;
}

.prestageClub-goodsNo {
  display: block;
  width: 100%;
  margin: 0 0 5px;
  font-size: 1em;
}

.prestageClub-goodsPrice {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  color: #e60012;
  font-size: 1em;
  font-weight: bold;
}

.prestageClub-goodsNav {
  width: 100%;
  margin: auto 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 10px;
}

.prestageClub-goodsBtn {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  padding: 11.5px 5px;
  border: 0;
  border-radius: 0;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}
.prestageClub-goodsBtn[href] {
  text-decoration: none !important;
}
.prestageClub-goodsBtn[type] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}
.prestageClub-goodsBtn:hover {
  opacity: 0.7;
}
.prestageClub-goodsBtn.is-primary {
  color: #fff;
  background: #c00;
}
.prestageClub-goodsBtn.is-secondary {
  color: #fff;
  background: #b3982d;
}

/*
 * ご注意事項
------------------------------------------------*/
.prestageClub-attention {
  display: block;
  width: 100%;
  margin: 0 0 2em;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.prestageClub-attention em {
  color: #e60012;
  font-style: normal;
  font-weight: bold;
}
