@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*メディアクエリー
---------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  display: block;
  width: 100%;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.jp {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 100;
}

.bold {
  font-weight: bold;
}

.sp {
  display: none;
}

@media not all and (min-width: 568px) {
  .sp {
    display: block;
  }
}
html {
  scroll-behavior: smooth;
}

/*ファーストビュー*/
@media screen and (max-width: 768px) {
  div.fv div.mainbnnr {
    position: relative;
  }
}
div.fv div.mainbnnr div.mainbnnr::before {
  content: "";
  display: block;
  padding-top: 177.8666666667%;
}
@media screen and (max-width: 768px) {
  div.fv div.mainbnnr img.bnnr_pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  div.fv div.mainbnnr img.bnnr_sp {
    display: none;
  }
}
div.fv div.mainbnnr p.fv_title {
  position: absolute;
}
@media screen and (min-width: 769px) {
  div.fv div.mainbnnr p.fv_title {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  div.fv div.mainbnnr p.fv_title {
    font-weight: 700;
    font-style: normal;
    font-size: 10px;
    top: 93.5532233883%;
    left: 26.9333333333%;
  }
}

/*導入文*/
div.TopArea p.intro {
  text-align: center;
}
@media screen and (min-width: 769px) {
  div.TopArea p.intro {
    font-size: 16px;
    line-height: 2.12;
    letter-spacing: 0.05em;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  div.TopArea p.intro {
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: 0.02em;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/*メインエリア*/
#mainArea {
  background: rgba(253, 206, 87, 0.15);
}
@media screen and (min-width: 769px) {
  #mainArea {
    width: 1020px;
    margin: 0 auto;
  }
}
#mainArea div.campaign01 div.detail {
  text-align: center;
}
#mainArea div.campaign01 div.detail div.title {
  position: relative;
}
#mainArea div.campaign01 div.detail div.title div.title::before {
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  #mainArea div.campaign01 div.detail div.title div.title::before {
    padding-top: 33.431372549%;
  }
}
@media screen and (max-width: 768px) {
  #mainArea div.campaign01 div.detail div.title div.title::before {
    padding-top: 52.5333333333%;
  }
}
#mainArea div.campaign01 div.detail div.title h1 {
  font-weight: 900;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  #mainArea div.campaign01 div.detail div.title h1 {
    font-size: 21px;
    padding-top: 128px;
    letter-spacing: 0.032em;
  }
}
@media screen and (max-width: 768px) {
  #mainArea div.campaign01 div.detail div.title h1 {
    font-size: 13px;
    padding-top: 58px;
    letter-spacing: 0.032em;
  }
}
#mainArea div.campaign01 div.detail div.title h2 {
  color: #fff;
  text-shadow: 0.6px 0.6px 0.6px #000, -0.6px 0.6px 0.6px #000, 0.6px -0.6px 0.6px #000, -0.6px -0.6px 0.6px #000, 0.6px 0px 0.6px #000, 0px 0.6px 0.6px #000, -0.6px 0px 0.6px #000, 0px -0.6px 0.6px #000; /* 文字の影 */
}
@media screen and (min-width: 769px) {
  #mainArea div.campaign01 div.detail div.title h2 {
    font-weight: 500;
    font-style: normal;
    font-size: 32px;
    padding-top: 12px;
    letter-spacing: 0.09em;
  }
}
@media screen and (max-width: 768px) {
  #mainArea div.campaign01 div.detail div.title h2 {
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    padding-top: 15px;
    letter-spacing: 0.09em;
  }
}
@media screen and (min-width: 769px) {
  #mainArea div.campaign01 div.detail div.title h3 {
    font-size: 18px;
    padding-top: 20px;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  #mainArea div.campaign01 div.detail div.title h3 {
    font-size: 12px;
    padding-top: 20px;
    line-height: 1.91;
    letter-spacing: 0.02em;
  }
}
#mainArea div.campaign01 div.detail div.title img.campaignIMG {
  z-index: -1;
  position: absolute;
}
@media screen and (min-width: 769px) {
  #mainArea div.campaign01 div.detail div.title img.campaignIMG {
    width: 15.9098039216%;
    top: 14.6627565982%;
    left: 63.9215686275%;
  }
}
@media screen and (max-width: 768px) {
  #mainArea div.campaign01 div.detail div.title img.campaignIMG {
    width: 26.04%;
    top: 10.152284264%;
    left: 69.8666666667%;
  }
}
#mainArea div.campaign01 div.detail div.campaign_item h4 {
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 769px) {
  #mainArea div.campaign01 div.detail div.campaign_item h4 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  #mainArea div.campaign01 div.detail div.campaign_item h4 {
    font-size: 18px;
  }
}
#mainArea div.campaign01 div.detail div.campaign_item h5 {
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  #mainArea div.campaign01 div.detail div.campaign_item h5 {
    font-size: 19px;
    padding-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  #mainArea div.campaign01 div.detail div.campaign_item h5 {
    font-size: 11px;
    padding-top: 12px;
  }
}
#mainArea div.campaign01 div.detail div.campaign_item img.gender {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #mainArea div.campaign01 div.detail div.campaign_item img.gender {
    width: 21.83%;
    padding-top: 71px;
  }
}
@media screen and (max-width: 768px) {
  #mainArea div.campaign01 div.detail div.campaign_item img.gender {
    width: 33.15%;
    padding-top: 40px;
  }
}
#mainArea div.campaign01 div.detail div.campaign_item div.item {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #mainArea div.campaign01 div.detail div.campaign_item div.item {
    width: 600px;
    padding-top: 37px;
  }
}
@media screen and (max-width: 768px) {
  #mainArea div.campaign01 div.detail div.campaign_item div.item {
    width: 335px;
    padding-top: 21px;
  }
}
#mainArea div.campaign01 div.detail div.campaign_item div.item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  #mainArea div.campaign01 div.detail div.campaign_item div.item ul li {
    width: 47%;
  }
}
@media screen and (max-width: 768px) {
  #mainArea div.campaign01 div.detail div.campaign_item div.item ul li {
    width: 47.16%;
  }
}
#mainArea div.campaign01 div.detail div.campaign_item div.item ul li p.itemname {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #mainArea div.campaign01 div.detail div.campaign_item div.item ul li p.itemname {
    font-size: 17px;
    padding-top: 20px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  #mainArea div.campaign01 div.detail div.campaign_item div.item ul li p.itemname {
    font-size: 10px;
    padding-top: 10px;
    margin-bottom: 5px;
  }
}
#mainArea div.campaign01 div.detail div.campaign_item div.item ul li p.price {
  margin: 0 auto;
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  #mainArea div.campaign01 div.detail div.campaign_item div.item ul li p.price {
    font-size: 19px;
    padding-top: 5px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #mainArea div.campaign01 div.detail div.campaign_item div.item ul li p.price {
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 30px;
  }
}
#mainArea div.campaign01 div.hikouki {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #mainArea div.campaign01 div.hikouki {
    width: 8.47%;
    padding-top: 80px;
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 768px) {
  #mainArea div.campaign01 div.hikouki {
    width: 20%;
    padding-top: 48px;
    padding-bottom: 50px;
  }
}
#mainArea div.campaign02 {
  padding-bottom: 1px;
}
@media screen and (min-width: 769px) {
  #mainArea div.campaign02 {
    padding-bottom: 40px;
  }
}
#mainArea div.campaign02 div.detai2 {
  text-align: center;
}
#mainArea div.campaign02 div.detai2 div.title {
  position: relative;
}
#mainArea div.campaign02 div.detai2 div.title div.title::before {
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  #mainArea div.campaign02 div.detai2 div.title div.title::before {
    padding-top: 33.431372549%;
  }
}
@media screen and (max-width: 768px) {
  #mainArea div.campaign02 div.detai2 div.title div.title::before {
    padding-top: 52.5333333333%;
  }
}
#mainArea div.campaign02 div.detai2 div.title h1 {
  font-weight: 900;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  #mainArea div.campaign02 div.detai2 div.title h1 {
    font-size: 21px;
    padding-top: 128px;
    letter-spacing: 0.032em;
  }
}
@media screen and (max-width: 768px) {
  #mainArea div.campaign02 div.detai2 div.title h1 {
    font-size: 13px;
    padding-top: 58px;
    letter-spacing: 0.032em;
  }
}
#mainArea div.campaign02 div.detai2 div.title h2 {
  font-weight: 900;
  font-style: normal;
  color: #fff;
  text-shadow: 0.6px 0.6px 0.6px #000, -0.6px 0.6px 0.6px #000, 0.6px -0.6px 0.6px #000, -0.6px -0.6px 0.6px #000, 0.6px 0px 0.6px #000, 0px 0.6px 0.6px #000, -0.6px 0px 0.6px #000, 0px -0.6px 0.6px #000; /* 文字の影 */
}
@media screen and (min-width: 769px) {
  #mainArea div.campaign02 div.detai2 div.title h2 {
    font-weight: 500;
    font-style: normal;
    font-size: 32px;
    padding-top: 12px;
    letter-spacing: 0.09em;
  }
}
@media screen and (max-width: 768px) {
  #mainArea div.campaign02 div.detai2 div.title h2 {
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    padding-top: 15px;
    letter-spacing: 0.09em;
  }
}
@media screen and (min-width: 769px) {
  #mainArea div.campaign02 div.detai2 div.title h3 {
    font-size: 18px;
    padding-top: 25px;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  #mainArea div.campaign02 div.detai2 div.title h3 {
    font-size: 12px;
    padding-top: 20px;
    line-height: 1.91;
    letter-spacing: 0.02em;
  }
}
#mainArea div.campaign02 div.detai2 div.title img.campaignIMG {
  z-index: -1;
  position: absolute;
}
@media screen and (min-width: 769px) {
  #mainArea div.campaign02 div.detai2 div.title img.campaignIMG {
    width: 15.9098039216%;
    top: 14.6627565982%;
    left: 63.9215686275%;
  }
}
@media screen and (max-width: 768px) {
  #mainArea div.campaign02 div.detai2 div.title img.campaignIMG {
    width: 26.04%;
    top: 10.152284264%;
    left: 69.8666666667%;
  }
}
#mainArea div.campaign02 div.detai2 div.waku img.bnnr_pc {
  padding-top: 53px;
  padding-bottom: 100px;
  width: 87.54%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #mainArea div.campaign02 div.detai2 div.waku img.bnnr_pc {
    display: none;
  }
}
#mainArea div.campaign02 div.detai2 div.waku img.bnnr_sp {
  padding-top: 30px;
  padding-bottom: 60px;
  width: 89.92%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #mainArea div.campaign02 div.detai2 div.waku img.bnnr_sp {
    display: none;
  }
}

/*フッター*/
div.footer div.modoru img {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  div.footer div.modoru img {
    width: 1.43%;
    padding-top: 200px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  div.footer div.modoru img {
    width: 4.76%;
    padding-top: 97px;
    padding-bottom: 20px;
  }
}
div.footer div.brandTop img {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  div.footer div.brandTop img {
    width: 10%;
    padding-bottom: 68px;
  }
}
@media screen and (max-width: 768px) {
  div.footer div.brandTop img {
    width: 25.33%;
    padding-bottom: 70px;
  }
}
div.footer div.copyright img {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  div.footer div.copyright img {
    width: 282px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  div.footer div.copyright img {
    width: 65.6%;
    padding-bottom: 70px;
  }
}

.date {
  position: relative;
  width: 90%;
  border: 1px solid;
  margin: 30px auto 60px;
}
@media screen and (min-width: 769px) {
  .date {
    width: 87%;
  }
}
.date .number {
  position: absolute;
  width: 30px;
}
@media screen and (min-width: 769px) {
  .date .number {
    width: 50px;
  }
}
.date .date_wrap {
  margin: 20px;
}
@media screen and (min-width: 769px) {
  .date .date_wrap {
    margin: 40px 75px;
  }
}
.date .date_wrap ul {
  text-align: left;
  font-size: 11px;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .date .date_wrap ul {
    font-size: 18px;
  }
}
.date .date_wrap .prize {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .date .date_wrap .prize {
    margin-top: 20px;
  }
}
.date .date_wrap .prize .winning {
  margin-top: 6px;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .date .date_wrap .prize .winning {
    font-size: 16px;
  }
}
.date .date_wrap .hosoku {
  margin-top: 20px;
  line-height: 1.8;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .date .date_wrap .hosoku {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */