@charset "UTF-8";
/* ============================================================================================== */
/* 全体                                                                                           */
/* ===============================================================================================*/
.cd_sp_only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .cd_pc_only {
    display: none !important;
  }
  .cd_sp_only {
    display: block !important;
  }
  br.cd_sp_only,
  span.cd_sp_only,
  img.cd_sp_only {
    display: inline !important;
  }
  article img {
    max-width: none !important;
  }
}
/* ============================================================================================== */
/* HEADLINE                                                                                       */
/* ===============================================================================================*/
#headline {
  overflow: hidden;
  line-height: 0;
  position: relative;
}
#headline h1 {
  display: inline;
}
#headline h1 img {
  width: 100vw;
  min-width: 1500px;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}
#headline svg {
  width: 100% !important;
  height: 60px !important;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#headline svg .headline_mask_cls-1 {
  fill: #023857;
}

@media screen and (max-width: 768px) {
  #headline {
    overflow: visible;
  }
  #headline h1 img {
    width: 100%;
    min-width: 0;
    transform: none;
    left: 0;
  }
  #headline svg {
    height: 4vw !important;
  }
}
/* ============================================================================================== */
/* SUMMARY                                                                                        */
/* ===============================================================================================*/
#summary {
  padding: 36px 0 57px;
  background: #023857;
}
#summary > dl > dt {
  padding-bottom: 30px;
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  background-position: center bottom;
  background-size: 100px 2px;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 0;
}
#summary > dl > dd .item.num01 {
  width: 1000px;
  margin: 0 auto 0;
  padding-top: 32px;
  position: relative;
  z-index: 0;
}
#summary > dl > dd .item.num01 h3 {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
  font-feature-settings: "palt";
}
#summary > dl > dd .item.num01 p {
  display: block;
  margin-top: 18px;
  padding: 15px 0;
  border-top: 4px solid #a3c959;
  border-bottom: 4px solid #a3c959;
  text-align: center;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  font-feature-settings: "palt";
}
#summary > dl > dd .item.num01 p i {
  font-feature-settings: normal;
  font-style: normal;
}
#summary > dl > dd .item.num02 {
  width: 1000px;
  margin: -10px auto 0;
  position: relative;
  z-index: 2;
}
#summary > dl > dd .item.num02 .flow {
  padding-left: 159px;
  line-height: 0;
}
#summary > dl > dd .item.num02 .explain {
  width: 800px;
  margin: 15px auto 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-feature-settings: "palt";
}
#summary > dl > dd .item.num02 .explain i {
  font-feature-settings: normal;
  font-style: normal;
}
#summary > dl > dd .item.num03 {
  margin-top: 17px;
}
#summary > dl > dd .item.num03 p {
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
}
#summary > dl > dd .item.num04 {
  margin-top: 27px;
  text-align: center;
}
#summary > dl > dd .item.num04 p {
  color: #a3c959;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
#summary > dl > dd .item.num04 a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 289px;
  height: 75px;
  margin: 17px auto 0;
  background: #4c9f4f;
  border-radius: 35px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #summary {
    padding: 6.2666666667vw 0 10.6666666667vw;
  }
  #summary > dl > dt {
    padding-bottom: 7.4666666667vw;
    background-size: 20vw 0.4vw;
  }
  #summary > dl > dt img {
    width: 48.2666666667vw !important;
  }
  #summary > dl > dd .item.num01 {
    width: 93.3333333333vw;
    padding-top: 6.6666666667vw;
  }
  #summary > dl > dd .item.num01 h3 {
    display: block;
    font-size: 8vw;
    line-height: 9.3333333333vw;
  }
  #summary > dl > dd .item.num01 p {
    margin-top: 3.2vw;
    padding: 3.4666666667vw 0;
    border-top: 0.8vw solid #a3c959;
    border-bottom: 0.8vw solid #a3c959;
    font-size: 4vw;
    line-height: 5.3333333333vw;
    white-space: nowrap;
  }
  #summary > dl > dd .item.num02 {
    width: 93.3333333333vw;
    margin: 2.5333333333vw auto 0;
  }
  #summary > dl > dd .item.num02 .flow {
    padding-left: 0vw;
  }
  #summary > dl > dd .item.num02 .flow img {
    width: 93.3333333333vw !important;
    position: relative;
    left: 0.8vw;
  }
  #summary > dl > dd .item.num02 .explain {
    width: auto;
    margin: 6.6666666667vw auto 0;
    font-size: 3.2vw;
    line-height: 5.2vw;
  }
  #summary > dl > dd .item.num02 .explain i {
    font-feature-settings: "palt";
  }
  #summary > dl > dd .item.num03 {
    margin-top: 3.4666666667vw;
  }
  #summary > dl > dd .item.num03 p {
    font-size: 4vw;
    line-height: 5.6vw;
  }
  #summary > dl > dd .item.num04 {
    margin-top: 4.2666666667vw;
  }
  #summary > dl > dd .item.num04 p {
    font-size: 5.3333333333vw;
    line-height: 6.6666666667vw;
  }
  #summary > dl > dd .item.num04 a {
    width: 57.8vw;
    height: 15vw;
    margin: 3.2vw auto 0;
    border-radius: 7vw;
    font-size: 3.7333333333vw;
    line-height: 1;
  }
}
/* ============================================================================================== */
/* ポイント獲得方法                                                                               */
/* ===============================================================================================*/
#howto_get_point {
  padding: 44px 0 0;
  background: #f3f5e7;
}
#howto_get_point > dl > dt {
  padding-bottom: 32px;
  background-image: linear-gradient(to right, #4ca74f, #4ca74f);
  background-position: center bottom;
  background-size: 100px 2px;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 0;
}
#howto_get_point > dl > dd {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
#howto_get_point > dl > dd .item.num01 {
  width: 382px;
  padding-top: 49px;
  line-height: 0;
}
#howto_get_point > dl > dd .item.num01 p {
  color: #424242;
  font-size: 16px;
  line-height: 26px;
  font-feature-settings: "palt";
}
#howto_get_point > dl > dd .item.num01 p:nth-child(n+2) {
  margin-top: 26px;
}
#howto_get_point > dl > dd .item.num01 p i {
  font-feature-settings: normal;
  font-style: normal;
}
#howto_get_point > dl > dd .item.num02 {
  padding-top: 52px;
  text-align: right;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  #howto_get_point {
    padding: 9.3333333333vw 0 0;
  }
  #howto_get_point > dl > dt {
    padding-bottom: 6.4vw;
    background-size: 20vw 0.4vw;
  }
  #howto_get_point > dl > dt img {
    width: 49.8666666667vw !important;
  }
  #howto_get_point > dl > dd {
    display: block;
    width: 93.3333333333vw;
  }
  #howto_get_point > dl > dd .item.num01 {
    width: auto;
    padding-top: 4.4vw;
  }
  #howto_get_point > dl > dd .item.num01 p {
    font-size: 3.2vw;
    line-height: 5.2vw;
  }
  #howto_get_point > dl > dd .item.num02 {
    padding-top: 6.9333333333vw;
    padding-left: 2.2666666667vw;
    text-align: left;
    line-height: 0;
  }
  #howto_get_point > dl > dd .item.num02 img {
    width: 80.1333333333vw !important;
  }
}
/* ============================================================================================== */
/* ポイントの蓄積について                                                                         */
/* ===============================================================================================*/
#store_points {
  padding: 53px 0 46px;
  background: #ffffff;
}
#store_points > dl > dt {
  padding-bottom: 32px;
  background-image: linear-gradient(to right, #4ca74f, #4ca74f);
  background-position: center bottom;
  background-size: 100px 2px;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 0;
}
#store_points > dl > dd {
  display: -webkit-flex;
  display: flex;
  width: 1000px;
  margin: 0 auto;
}
#store_points > dl > dd .item.num01 {
  width: 350px;
  flex-shrink: 0;
  position: relative;
}
#store_points > dl > dd .item.num01 img {
  position: absolute;
  top: -63px;
  left: -350px;
}
#store_points > dl > dd .item.num02 {
  width: 650px;
  padding-top: 25px;
  flex-shrink: 0;
}
#store_points > dl > dd .item.num02 .explain p {
  color: #424242;
  font-size: 16px;
  line-height: 26px;
  font-feature-settings: "palt";
}
#store_points > dl > dd .item.num02 .explain p i {
  font-feature-settings: normal;
  font-style: normal;
}
#store_points > dl > dd .item.num02 .explain p span {
  color: #4ca74f;
  font-weight: bold;
}
#store_points > dl > dd .item.num02 .annotation {
  margin-top: 18px;
  padding: 10px 19px;
  background: #f3f5e7;
  border-radius: 5px;
}
#store_points > dl > dd .item.num02 .annotation p {
  color: #424242;
  font-size: 14px;
  line-height: 21px;
  font-feature-settings: "palt";
}
#store_points > dl > dd .item.num02 .annotation p i {
  font-feature-settings: normal;
  font-style: normal;
}
#store_points > dl > dd .item.num02 .sample {
  margin-top: 10px;
  line-height: 0;
  position: relative;
  left: -1px;
}

@media screen and (max-width: 768px) {
  #store_points {
    padding: 7.4666666667vw 0 9.6vw;
  }
  #store_points > dl > dt {
    padding-bottom: 6.6666666667vw;
    background-size: 20vw 0.4vw;
  }
  #store_points > dl > dt img {
    width: 68vw !important;
  }
  #store_points > dl > dd {
    display: block;
    width: auto;
    margin-top: 3.0666666667vw;
  }
  #store_points > dl > dd .item.num01 {
    width: 100%;
    height: 93.3333333333vw;
  }
  #store_points > dl > dd .item.num01 img {
    width: 113.2vw !important;
    top: 0;
    left: auto;
    right: 3.3333333333vw;
  }
  #store_points > dl > dd .item.num02 {
    width: 93.3333333333vw;
    margin: 0vw auto 0;
    padding-top: 0;
  }
  #store_points > dl > dd .item.num02 .explain p {
    font-size: 3.2vw;
    line-height: 5.2vw;
  }
  #store_points > dl > dd .item.num02 .annotation {
    margin-top: 3.4666666667vw;
    padding: 1.3333333333vw 2.6666666667vw;
    border-radius: 0.7179466667vw;
  }
  #store_points > dl > dd .item.num02 .annotation p {
    font-size: 2vw;
    line-height: 3.016vw;
  }
  #store_points > dl > dd .item.num02 .sample {
    margin-top: 1.6vw;
    left: 0;
  }
  #store_points > dl > dd .item.num02 .sample img {
    width: 100% !important;
  }
}
/* ============================================================================================== */
/* 商品提供方法                                                                                   */
/* ===============================================================================================*/
#howto_provide {
  width: 100%;
  padding: 42px 0 55px;
  background: #f3f5e7;
  overflow: hidden;
}
#howto_provide > dl > dt {
  padding-bottom: 32px;
  background-image: linear-gradient(to right, #4ca74f, #4ca74f);
  background-position: center bottom;
  background-size: 100px 2px;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 0;
}
#howto_provide > dl > dd {
  margin-top: 18px;
}
#howto_provide > dl > dd .summary .explain {
  width: 712px;
  margin: 0 auto;
  color: #424242;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "palt";
}
#howto_provide > dl > dd .summary .explain i {
  font-feature-settings: normal;
  font-style: normal;
}
#howto_provide > dl > dd .summary .point {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 502px;
  height: 52px;
  margin: 20px auto 0;
  background: #dde3be;
  border-radius: 30px;
  color: #4ca74f;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
#howto_provide > dl > dd .giftee_box {
  margin-top: 50px;
}
#howto_provide > dl > dd .giftee_box > dl > dt {
  padding-bottom: 15px;
}
#howto_provide > dl > dd .giftee_box > dl > dt h3 {
  display: block;
  text-align: center;
  color: #4ca74f;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
#howto_provide > dl > dd .giftee_box > dl > dd {
  width: 1000px;
  margin: 0 auto;
  padding: 45px 0 30px;
  border: 1px solid #4ca74f;
}
#howto_provide > dl > dd .giftee_box > dl > dd .item.num01 .point_1 {
  text-align: center;
  color: #4ca74f;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
#howto_provide > dl > dd .giftee_box > dl > dd .item.num01 .explain {
  margin-top: 16px;
}
#howto_provide > dl > dd .giftee_box > dl > dd .item.num01 .explain p {
  text-align: center;
  color: #424242;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "palt";
}
#howto_provide > dl > dd .giftee_box > dl > dd .item.num01 .explain p i {
  font-feature-settings: normal;
  font-style: normal;
}
#howto_provide > dl > dd .giftee_box > dl > dd .item.num01 .image {
  margin-top: 22px;
  text-align: center;
}
#howto_provide > dl > dd .giftee_box > dl > dd .item.num01 .point_2 {
  margin-top: 14px;
  text-align: center;
  color: #4ca74f;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
#howto_provide > dl > dd .giftee_box > dl > dd .item.num01 .link {
  margin-top: 21px;
}
#howto_provide > dl > dd .giftee_box > dl > dd .item.num01 .link a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 300px;
  height: 40px;
  margin: 0 auto;
  background: #4ca74f;
  border-radius: 40px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
#howto_provide > dl > dd .giftee_box > dl > dd .item.num02 {
  width: 880px;
  margin: 45px auto 0;
  border-top: 1px solid #4ca74f;
  padding-top: 24px;
}
#howto_provide > dl > dd .giftee_box > dl > dd .item.num02 > ol {
  padding-left: 1em;
  counter-reset: number;
  color: #424242;
  font-size: 12px;
  line-height: 20px;
  font-feature-settings: "palt";
}
#howto_provide > dl > dd .giftee_box > dl > dd .item.num02 > ol > li {
  margin: 0;
  text-indent: 0;
  padding-left: 0;
  counter-increment: number;
}
#howto_provide > dl > dd .giftee_box > dl > dd .item.num02 > ol > li::before {
  display: none;
}
#howto_provide > dl > dd .giftee_box > dl > dd .item.num02 > ol > li::marker {
  content: counter(number) ".";
  font-feature-settings: normal;
}
#howto_provide > dl > dd .giftee_box > dl > dd .item.num02 > ol > li p i {
  font-feature-settings: normal;
  font-style: normal;
}
#howto_provide > dl > dd .giftee_box > dl > dd .item.num02 > ol > li p a {
  color: #4ca74f;
  text-decoration: underline;
}
#howto_provide > dl > dd .giftee_box > dl > dd .item.num02 > ol > li p a:hover {
  text-decoration: none;
}
#howto_provide > dl > dd .giftee_box > dl > dd .item.num02 dl.notice {
  margin-top: 20px;
  color: #424242;
  font-size: 12px;
  line-height: 20px;
  font-feature-settings: "palt";
}
#howto_provide > dl > dd .giftee_box > dl > dd .item.num02 dl.notice > dd {
  padding-left: 1em;
}
#howto_provide > dl > dd .giftee_box > dl > dd .item.num02 dl.notice > dd > ul > li {
  list-style-type: "・";
}
#howto_provide > dl > dd .giftee_box > dl > dd .item.num02 dl.notice > dd > ul > li::marker {
  font-feature-settings: normal;
}
#howto_provide > dl > dd .giftee_box > dl > dd .item.num02 dl.notice > dd > ul > li p i {
  font-feature-settings: normal;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  #howto_provide {
    padding: 8.2666666667vw 0 8vw;
  }
  #howto_provide > dl > dt {
    padding-bottom: 6.4vw;
    background-size: 20vw 0.4vw;
  }
  #howto_provide > dl > dt img {
    width: 39.4666666667vw !important;
  }
  #howto_provide > dl > dd {
    margin-top: 5.7333333333vw;
  }
  #howto_provide > dl > dd .summary .explain {
    width: 93.3333333333vw;
    font-size: 3.2vw;
    line-height: 5.2vw;
  }
  #howto_provide > dl > dd .summary .point {
    width: 93.3333333333vw;
    height: 9.668vw;
    margin: 4vw auto 0;
    border-radius: 5.5776933333vw;
    font-size: 4.4vw;
  }
  #howto_provide > dl > dd .giftee_box {
    margin-top: 6.6666666667vw;
  }
  #howto_provide > dl > dd .giftee_box > dl > dt {
    padding-bottom: 3.0666666667vw;
  }
  #howto_provide > dl > dd .giftee_box > dl > dt h3 {
    font-size: 3.6vw;
  }
  #howto_provide > dl > dd .giftee_box > dl > dd {
    width: 93.3333333333vw;
    padding: 6vw 0 4vw;
    border: 0.2vw solid #4ca74f;
  }
  #howto_provide > dl > dd .giftee_box > dl > dd .item.num01 .point_1 {
    font-size: 6vw;
  }
  #howto_provide > dl > dd .giftee_box > dl > dd .item.num01 .explain {
    margin-top: 3.2vw;
  }
  #howto_provide > dl > dd .giftee_box > dl > dd .item.num01 .explain p {
    font-size: 3.1333333333vw;
    line-height: 4.8vw;
  }
  #howto_provide > dl > dd .giftee_box > dl > dd .item.num01 .image {
    margin-top: 4.5333333333vw;
  }
  #howto_provide > dl > dd .giftee_box > dl > dd .item.num01 .image img {
    width: 85.3333333333vw !important;
  }
  #howto_provide > dl > dd .giftee_box > dl > dd .item.num01 .point_2 {
    margin-top: 4.6666666667vw;
    font-size: 4vw;
    line-height: 6vw;
  }
  #howto_provide > dl > dd .giftee_box > dl > dd .item.num01 .link {
    margin-top: 2.2666666667vw;
  }
  #howto_provide > dl > dd .giftee_box > dl > dd .item.num01 .link a {
    width: 60vw;
    height: 6.6666666667vw;
    border-radius: 4vw;
    font-size: 3.2vw;
  }
  #howto_provide > dl > dd .giftee_box > dl > dd .item.num02 {
    width: 85.3333333333vw;
    margin: 6.4vw auto 0;
    border-top: 1px solid #4ca74f;
    padding-top: 4.8vw;
  }
  #howto_provide > dl > dd .giftee_box > dl > dd .item.num02 > ol {
    font-size: 2.4vw;
    line-height: 3.4666666667vw;
  }
  #howto_provide > dl > dd .giftee_box > dl > dd .item.num02 dl.notice {
    margin-top: 3.4666666667vw;
    font-size: 2.4vw;
    line-height: 3.4666666667vw;
  }
}
/* ============================================================================================== */
/* お問い合わせ                                                                                   */
/* ===============================================================================================*/
#campaign_contact {
  width: 100%;
  box-sizing: border-box;
  height: 283px;
  padding-top: 42px;
  background: #023857;
  overflow: hidden;
  position: relative;
}
#campaign_contact > dl > dt {
  text-align: center;
  line-height: 0;
  position: relative;
  z-index: 2;
}
#campaign_contact > dl > dt h2 {
  display: block;
  margin-top: 20px;
  text-align: center;
  color: #a3c959;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
#campaign_contact > dl > dd {
  margin-top: 20px;
}
#campaign_contact > dl > dd a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 289px;
  height: 75px;
  margin: 0 auto;
  background: #4c9f4f;
  border-radius: 35px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 2;
}
#campaign_contact .decoration {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  min-width: 1500px;
  transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  #campaign_contact {
    height: 72.8vw;
    padding-top: 8vw;
  }
  #campaign_contact > dl > dt img {
    width: 9.3333333333vw !important;
  }
  #campaign_contact > dl > dt h2 {
    margin-top: 2.8vw;
    font-size: 5.3333333333vw;
    line-height: 6.6666666667vw;
  }
  #campaign_contact > dl > dd {
    margin-top: 2.6666666667vw;
  }
  #campaign_contact > dl > dd a {
    width: 57.8vw;
    height: 15vw;
    border-radius: 7vw;
    font-size: 3.7333333333vw;
  }
  #campaign_contact .decoration {
    min-width: 0;
    transform: none;
    left: 0;
    bottom: 0;
  }
  #campaign_contact .decoration img {
    width: 100% !important;
  }
}

/*# sourceMappingURL=index.css.map */
