@charset "UTF-8";
/* ベースのパスはここでセットする */
#menu {
  display: none;
}

@media (max-width: 568px) {
  /* 横幅が320px以下の場合に適用するスタイル */
  html {
    font-size: 15px;
    width: 100%;
  }
  /* 横幅が800px以上の場合に適用するスタイル */
  #main_visual {
    height: 429px;
  }
  #main_visual {
    background: url("../images/lp-main-bg@sp.png") center no-repeat;
    background-size: cover;
    padding-top: 10px;
    position: relative;
  }
  #main_pkg {
    background: url("../images/lp-main-img@sp.png") no-repeat;
    background-size: contain;
    margin: 0 auto;
    width: 310px;
    height: 365px;
  }
  .lp-content {
    max-width: 320px;
    position: relative;
    margin: -50px auto 0;
  }
  .lp-caution {
    top: -100px;
    right: 5px;
  }
  .lp-body {
    box-sizing: border-box;
    z-index: 1;
    background: url("../images/lp-bg-01.png") no-repeat;
    background-size: auto;
    padding: 20px 0.667rem;
  }
  .lp-body p {
    text-align: center;
  }
  .lp-share {
    position: absolute;
    bottom: 25px;
    left: calc(50vw - 160px);
  }
  .lp-share ul {
    width: 105px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  .lp-share-txt {
    color: #fff;
    font-size: 0.667rem;
  }
}

@media (min-width: 591px) {
  html {
    font-size: 30px;
  }
  body {
    font-size: 14px;
  }
  #header_navi a {
    font-size: 10px !important;
  }
  #main_visual {
    background: url("../images/lp-main-bg.jpg") center no-repeat;
    background-size: cover;
    padding-top: 10px;
    position: relative;
  }
  #main_pkg {
    top: 93px;
    background: url("../images//lp-main-img.png") center no-repeat;
    background-size: contain;
  }
  /* 横幅が800px以上の場合に適用するスタイル */
  #main_visual {
    height: 21.2rem;
  }
  #main_pkg {
    height: 17.733rem;
  }
  div#sidebar {
    width: 240px;
  }
  .lp-content {
    max-width: 640px;
    position: relative;
    margin: -10px auto 0;
  }
  .lp-caution {
    top: -6.467rem;
    right: -1.533rem;
  }
  .lp-body {
    box-sizing: border-box;
    z-index: 1;
    background: url("../images/lp-bg-01.png") no-repeat;
    background-size: cover;
    padding: 20px 0.667rem;
  }
  .lp-body p {
    text-align: center;
  }
  .lp-share {
    position: absolute;
    bottom: 5px;
    left: calc(50% - 3.5rem);
    margin: 0 auto;
  }
  .lp-share ul {
    width: 7rem;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  .lp-share-txt {
    color: #fff;
    font-size: 0.667rem;
  }
}

.lp {
  /* 応募条件 */
}

.lp-share li {
  display: inline;
}

.lp-icon {
  width: 1.867rem;
  height: 1.867rem;
  background-size: contain !important;
  display: inline-block;
}

.lp-icon-tw {
  background: url("../images/lp-share-twitter.svg") no-repeat center;
}

.lp-icon-fb {
  background: url("../images/lp-share-fb.svg") no-repeat center;
}

.lp-icon-line {
  background: url("../images/lp-share-line.svg") no-repeat center;
}

.lp-container {
  background: url("../images/lp-bg.png") repeat;
}

.lp-caution {
  position: absolute;
  width: 7.8rem;
  height: 7.8rem;
  background: url("../images/lp-main-caution.png");
  background-size: contain;
  z-index: 2;
}

.lp-main-txt {
  padding-top: 2rem;
  font-size: 1rem;
  color: #FFF;
}

.lp-main-txt-notice {
  color: yellow;
}

.lp-campaign {
  background: #FCE501;
  padding: 1.066rem;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 24px;
}

.lp-campaign strong {
  font-size: 1.32rem;
  line-height: 1.32rem;
  color: #E20C15;
  font-weight: bolder;
  margin-bottom: 10px;
  display: block;
}

.lp-campaign-period {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1rem;
  margin: 0;
  color: black;
}

.lp-step {
  position: relative;
  border-radius: 5px;
  background: url("../images/lp-step-bg.png") #fff center;
  background-size: cover;
  padding: 1.6rem 0.666rem 1.6rem;
  text-align: center;
  font-size: 0.9333rem;
  line-height: 1.1rem;
}

.lp-step .step-1 {
  position: absolute;
  background: url("../images/lp-step1.png") no-repeat;
  width: 2.666rem;
  height: 1.466rem;
  background-size: contain;
  top: 5px;
  left: 5px;
}

.lp-step .step-2 {
  position: absolute;
  background: url("../images/lp-step2.png") no-repeat;
  width: 2.666rem;
  height: 1.466rem;
  background-size: contain;
  top: 5px;
  left: 5px;
}

.lp-curry-present {
  height: 16rem;
  padding: 1.6rem 8px;
}

.lp-img-curry {
  background: url("../images/lp-curry-img.png") no-repeat;
  width: 21.53rem;
  height: 8.533rem;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: -30px;
}

.lp-txt-red {
  color: #E20C15;
  font-size: 1.266rem;
  margin-top: 7rem;
}

.lp-num {
  font-size: 1.6rem;
}

.lp-present {
  font-size: 1rem;
  margin-top: 4px;
  background-image: linear-gradient(transparent 60%, #E30109 50%);
}

.lp-title-curry {
  font-size: 1.333rem;
}

.lp-w-chance {
  position: relative;
}

.lp-w-chance-title {
  background: url("../images/lp-w-chance.svg");
  background-size: contain;
  width: 18.667rem;
  height: 6.733rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.lp-w-chance-main {
  background: #FBE300;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  margin-top: -3.333rem;
  padding-top: 6rem;
  clip-path: polygon(0 2.667rem, 100% 0, 100% 100%, 0 100%);
  position: relative;
  width: 100.3%;
}

.lp-w-chance-main p {
  text-align: left;
  padding: 1rem;
  font-size: 0.9333rem;
  line-height: 1.2rem;
  font-weight: bold;
}

.lp-w-chance-txt-red {
  color: #E10109;
}

.lp-w-chance-note {
  font-size: 0.6667rem;
  color: #E10109;
  line-height: 0.8rem;
}

.lp-w-chance-present {
  width: 6.667rem;
  height: 7.678rem;
  background: url("../images/lp-w-campaign-presents.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0.2rem;
}

.lp-bg-earth {
  text-align: center;
  margin-top: 0rem;
  padding-top: 1rem;
  background: url("../images/lp-bg-earth.png") no-repeat #000;
  background-size: 100% 60rem;
  padding-bottom: 1rem;
  position: relative;
}

.lp-h3-title-2050-curry {
  margin: 0 auto;
  background: url("../images/lp-h3-title-2050curry-mid.svg") no-repeat;
  background-size: contain;
  width: 19.067rem;
  height: 4.838rem;
}

.lp-img-2050curry {
  background: url("../images/lp-2050-curry.png") no-repeat;
  background-size: contain;
  width: 9rem;
  height: 11.13rem;
  margin: 0.667rem auto;
}

.lp-caution-second {
  background: url("../images/lp-caution-second.svg") no-repeat;
  background-size: contain;
  width: 4.1333rem;
  height: 4.1333rem;
  position: absolute;
  top: 5rem;
  right: 2rem;
}

.lp-btn-purchase {
  background: url("../images/lp-btn-purchase.svg") no-repeat;
  background-size: contain;
  width: 12.467rem;
  height: 2.1rem;
  display: inline-block;
  margin: 0 auto;
}

.lp-movie-box {
  border: 2px solid #ffffff;
  margin: 2rem 2rem 0 2rem;
}

.lp-h4-first {
  background: url("../images/lp-h4-first.svg") no-repeat;
  background-size: contain;
  margin: 0 .4667rem 0 1.2rem;
  width: 12.32rem;
  height: 3.52rem;
}

.lp-movie-box-curries {
  background: url("../images/lp-movie-box-curries.png") no-repeat;
  background-size: contain;
  margin: 0 auto;
  width: 13.333rem;
  height: 7.333rem;
}

.lp-movie-box-youtube {
  background: url("../images/lp-movie-box-youtube.png") no-repeat;
  background-size: contain;
  margin: .667rem auto;
  width: 13.333rem;
  height: 7.533rem;
}

.lp-apply {
  padding: 1.6rem 0.6667rem;
  z-index: 3;
}

.lp-apply ul {
  padding: 0;
  background: #ffffff;
}

.lp-apply li {
  list-style: none;
  position: relative;
}

.lp-apply-parent {
  font-size: 1.2rem;
  text-align: center;
  background: #FBEA00;
  border-top: 1px solid #1B1A19;
  border-bottom: 1px solid #1B1A19;
  height: 2rem;
}

.lp-apply .collapse, .lp-apply .collapsing {
  padding: 1.6rem 1.333rem;
}

.lp-apply-red-square {
  color: #D41719;
}

.lp-apply dt {
  font-size: .933rem;
}

.lp-apply dt, .lp-apply dd {
  text-align: left;
}

.lp-apply dd.lp-txt14 {
  font-size: .933rem;
}

.lp-apply dd.lp-txt18 {
  font-size: 1.2rem;
}

.lp-apply dd.lp-txt19 {
  font-size: 1.2667rem;
}

.lp-apply p {
  font-size: .6rem;
  text-align: left;
}

.lp-arrow-down {
  background: url("../images/lp-arrow-down.svg") no-repeat;
  background-size: contain;
  width: 1rem;
  height: .667rem;
  position: absolute;
  top: .667rem;
  right: .533rem;
}

.lp-dev-background-h2 {
  background: url("../images/lp-h3-background.svg") no-repeat;
  background-size: contain;
  width: 17.667rem;
  height: 6.133rem;
  margin: 0 auto 1.6rem;
}

.lp-dev-background-body {
  color: #ffffff;
  font-size: 0.9333rem;
  margin: 0 1.2rem;
  text-align: left;
}

.lp-dev-background-main-img {
  background: url("../images/lp-2050-curry.png") no-repeat;
  background-size: contain;
  width: 12.67rem;
  height: 15.9rem;
  margin: .667rem auto 1.333rem;
  border: 1px solid #fff;
}

.lp-dev-background-go-detail {
  background: #FBE300;
  border-radius: 5px;
  color: black;
  height: 2rem;
  line-height: 2rem;
  width: 12.67rem;
  font-size: .933rem;
  display: inline-block;
  font-weight: bold;
}

.lp-dev-background-block {
  margin: 1.333rem auto 0;
  width: 17.667rem;
}

.lp-dev-background-block p {
  color: #ffffff;
  font-size: .933rem;
  text-align: left;
}

.lp-dev-background-block ul {
  list-style-position: inside;
  padding: 0;
}

.lp-dev-background-block ul > li {
  color: #ffffff;
  text-align: left;
  font-size: 0.933rem;
}

.lp-dev-background-h4-bean-meat {
  background: url("../images/lp-dev-bg-h3-beanmeat.svg") no-repeat;
  background-size: contain;
  width: 100%;
  height: 2.2rem;
  line-height: 2.2rem;
  font-size: .933rem;
}

.lp-dev-background-about-bean-meat {
  background: url("../images/lp-dev-bg-about-bean-meat.png") no-repeat;
  background-size: contain;
  width: 14rem;
  height: 11rem;
  margin: 0 auto;
}

.lp-dev-background-h3-about {
  background: url("../images/lp-dev-bg-h3-about.svg") no-repeat;
  background-size: contain;
  width: 100%;
  height: 2.6rem;
  line-height: 3rem;
  font-size: .933rem;
}

.lp-dev-background-h3-kodawari {
  background: url("../images/lp-dev-bg-h3-kodawari.svg") no-repeat;
  background-size: contain;
  width: 100%;
  height: 2.2rem;
  line-height: 2.2rem;
  font-size: .933rem;
}

.lp-dev-background a.link {
  color: #2265C6;
  text-decoration: underline;
}

a.tw-follow-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.3333rem;
  height: 2.1333rem;
  color: #fff;
  font-size: 1rem;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  text-decoration: none;
  background-color: #1b95e0;
  border-radius: 5px;
  letter-spacing: normal;
  margin: 0.666rem auto 0;
}

a.tw-follow-btn:hover {
  background-color: #0c7abf;
}

a.tw-follow-btn:before {
  content: '\f099';
  padding-right: 5px;
  width: 1em;
  height: auto;
  font-family: FontAwesome;
}

a.lp-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.3333rem;
  height: 2.1333rem;
  color: #fff;
  font-size: 1rem;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  text-decoration: none;
  background-color: #2265C6;
  border-radius: 5px;
  letter-spacing: normal;
  margin: 0.666rem auto 0;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  border-top: 18px solid #E00C15;
  margin: 5px auto;
}

/* 以下　base のフォントサイズを変更したときに影響範囲を修正 */
p {
  margin: 0;
  padding: 0;
}

footer .content_wrapper {
  height: auto;
}

/*# sourceMappingURL=main.css.map */