@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap&subset=japanese");

/*----------------[Base]----------------*/

.specialContents {
  margin: 0 auto;
  font-size: 1.8rem;
  background: #111;
  color: #fff;
  padding: 5px 0 0;
}

/*----------------[Layout]----------------*/

.l_specialMv {
  text-align: center;
  margin-top: 20px;
}

/*----------------[Module]----------------*/

/*-----mv-----*/

.m_specialMv_inner {
  width: 1160px;
  margin: 0 auto;
}

/*-----section-----*/

.m_section_inner {
  width: 1160px;
  margin: 0 auto;
  padding: 70px 0;
}

.m_section_ttl {
  font-size: 3.6rem;
  font-family: noto sans jp, sans-serif;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
  padding: 0px 0 2.3rem 0;
  text-align: center;
}

.m_section_ttl:before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
  width: 80px;
  height: 2px;
  content: '';
  background: #333;
}

.m_section_box {
  margin: 30px auto 0;
}

.m_section_txt {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.m_section_txt + .m_section_txt {
  margin-top: 15px;
}

.m_txtBold {
  font-weight: bold;
}

.m_txtRed {
  color: #c00;
}

.m_txtLine {
  background: linear-gradient(#d9be53 0%, #d9be53 100%);
}


/*----------------[original]----------------*/

/*-----Contents-----*/

.l_specialContents01,
.l_specialContents02 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-align: center;
}

.l_specialContents02 {
  background: #313131;
}

.specialContentsNo {
  color: #d9be53;
  font-size: 2.8rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding: 0 120px;
}

.specialContentsNo:before,
.specialContentsNo:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: #d9be53;
}

.specialContentsNo:before {
  left: 0;
}

.specialContentsNo:after {
  right: 0;
}

.bkProductSp{
  display: none;
}

.bkProductBox01 {
  margin: 30px auto 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webklit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}

.bkProductBox01 .bkProductItem {
  width: calc((100% - 50px) / 3);
}

.bkProductLink, .bkProductLink02 {
  padding: 20px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
}

.bkProductLink:before {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  border: 1px solid #d9be53;
  border-radius: 3px;
}

.bkProductLink:hover{
  color: #ffffff;
}

.bkProductLink:hover::before {
  height: calc(100% - 8px);
  width: calc(100% - 8px);
  border: 4px solid #d9be53;
}

.bkProductLinkTxt{
  color: #d9be53;
  text-decoration: underline;
}

.bkProductLinkTxt:hover {
  color: #d9be53;
}

.bkProductBox02 .bkProductItem .bkProductLinkArea{
  position: relative;
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 18px;
  border-radius: 3px;
}

.bkProductBox02 .bkProductItem .bkProductLinkArea:hover {
  color: #ffffff;
}

.bkProductBox02 .bkProductItem .bkProductLinkArea::before{
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  border: 1px solid #d9be53;
  border-radius: 3px;
}

.bkProductBox02 .bkProductItem .bkProductLinkArea:hover::before{
  height: calc(100% - 8px);
  width: calc(100% - 8px);
  border: 4px solid #d9be53;
}

.bkProductName {
  margin-top: 20px;
}

.bkProductSpec {
  font-size: 1.4rem;
  margin-top: 10px;
}

.bkProductPrice {
  font-size: 2.7rem;
  margin-top: 10px;
  color: #d9be53;
}

.bkProductPrice span {
  font-size: 1.5rem;
}

.bkProductBox02 {
  margin: 30px auto 0;
}

.bkProductBox02 .bkProductItem .bkProductLink, .bkProductBox02 .bkProductItem .bkProductLink02 {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webklit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  text-align: left;
}

.bkProductBox02 .bkProductItem .bkProductLinkBox{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webklit-flex-wrap: wrap;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: end;
  -ms-align-items: end;
  -webkit-align-items: end;
  text-align: left;
}

.bkProductBox02 .bkProductImg {
  width: 30%;
}

.bkProductBox02 .bkProductTxt {
  width: 65%;
}

.bkProductBox02 .bkProductName {
  margin-top: 0;
}

.bkProductBox02 .bkProductNotes{
  padding-left: 1em;
	text-indent: -1em;
  font-size: 1.2rem;
  margin-top: 10px;
}

.bkProductBox02 .bkProductNotes::before {
	content: "※"
}

.bkProductCouponBox {
  margin-top: 20px;
}

.bkProductCouponBox span {
  color: #111;
  font-weight: bold;
  margin: 0 3px;
}

.bkProductCoupon {
  margin-top: 10px;
  padding: 10px 20px;
  border: 2px dashed #d9be53;
  color: #d9be53;
}

.bkProductCoupon dl {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}

.bkProductCoupon dt {
  width: 25%;
}

.bkProductCoupon dd {
  width: 72%;
}

.bkNoticeArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  margin: 40px auto 0;
}

.bkNoticeArea figure {
  width: 35%;
}

.bkNoticeTxt {
  width: 62%;
}

.bkNoticeRead {
  color: #d9be53;
  font-size: 2.2rem;
  font-weight: 500;
}

.bkNoticePeriod {
  margin: 15px 0;
  padding-bottom: 8px;
  position: relative;
  font-size: 2rem;
}

.bkNoticePeriod:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #d9be53, #d9be53 2px, #313131 2px, #313131 4px);
}


@media screen and (max-width: 767px) {
  /*----------------[Base]----------------*/
  .specialContents {
    margin-top: 3px;
    font-size: 1.6rem;
    padding: 1px 0 0;
  }

  /*----------------[Layout]----------------*/
  /*----------------[Module]----------------*/
  /*-----mv-----*/
  .m_specialMv_inner {
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }

  /*-----section-----*/
  .m_section_inner {
    width: 100%;
    padding: 40px 10px;
  }
  .m_section_ttl {
    font-size: 2.4rem;
  }

  /*----------------[original]----------------*/
  /*-----Contents-----*/
  .l_specialContents01,
  .l_specialContents02 {
    text-align: left;
  }
  .specialContentsNo {
    font-size: 2.4rem;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 0 20%;
  }
  .specialContentsNo:before,
  .specialContentsNo:after {
    width: 20%;
  }
  .bkProductBox01 {
    display: block;
  }
  .bkProductBox01 .bkProductItem, .bkProductBox02 .bkProductItem {
    width: 94%;
    margin: 0 auto;
  }
  .bkProductBox01 .bkProductItem:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .bkProductLink {
    padding: 10px 15px;
    text-align: center;
  }
  .bkProductLink02{
    padding: 0px;
  }
  .bkProductSp{
    display: block;
  }
  .bkProductImg img {
    width: 45%;
    height: auto;
  }
  .bkProductName {
    margin-top: 10px;
  }
  .bkProductSpec {
    font-size: 1.3rem;
  }
  .bkProductPrice {
    font-size: 2.2rem;
    margin-top: 5px;
  }
  .bkProductPrice span {
    font-size: 1.3rem;
  }


  .bkProductBox02 .bkProductItem a {
    display: block;
  }
  .bkProductBox02 .bkProductImg,
  .bkProductBox02 .bkProductTxt {
    width: 100%;
  }
  .bkProductBox02 .bkProductImg {
    text-align: center;
  }
  .bkProductBox02 .bkProductImg img {
    width: 55%;
    height: auto;
  }
  .bkProductBox02 .bkProductName {
    margin-top: 10px;
  }
  .bkProductCoupon {
    padding: 10px;
  }
  .bkProductCoupon dt {
    width: 38%;
  }
  .bkProductCoupon dd {
    width: 60%;
  }

  .bkNoticeArea {
    display: block;
    width: 90%;
    text-align: center;
  }
  .bkNoticeArea figure,
  .bkNoticeTxt {
    width: 100%;
  }
  .bkNoticeRead {
    font-size: 2rem;
  }
  .bkNoticePeriod {
    font-size: 1.8rem;
  }

}
