@charset "UTF-8";
@media (max-width: 700px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 700px) {
  .sp-only {
    display: inline-block !important;
  }
}

.kohnan-202601 {
  font-size: 18px;
  line-height: 36px;
  color: #000;
  text-align: center;
  padding-bottom: 150px;
  font-family: sans-serif;
}
@media (max-width: 700px) {
  .kohnan-202601 {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 100px;
  }
}
.kohnan-202601 img {
  vertical-align: bottom;
  max-width: 100%;
}
.kohnan-202601 a {
  text-decoration: none;
}
.kohnan-202601 a:hover {
  text-decoration: underline;
}
.kohnan-202601 a img {
  transition: all ease 250ms;
}
.kohnan-202601 a img:hover {
  opacity: 0.6;
}
.kohnan-202601 a strong {
  font-weight: 600;
}
.kohnan-202601 ul {
  padding-left: 0;
}
.kohnan-202601 ul li {
  list-style: none;
}
.kohnan-202601 .inner {
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 700px) {
  .kohnan-202601 .inner {
    width: 100%;
    max-width: 386px;
  }
}
.kohnan-202601 .content-title {
  margin-top: 0;
  margin-bottom: 25px;
}
@media (max-width: 700px) {
  .kohnan-202601 .content-title {
    margin-bottom: 15px;
  }
}
.kohnan-202601 .content-title img {
  width: 348px;
}
@media (max-width: 700px) {
  .kohnan-202601 .content-title img {
    width: 243px;
  }
}
@media (max-width: 700px) {
  .kohnan-202601 .content-lead {
    text-align: left;
  }
}

/*header*/
.header {
  padding-bottom: 100px;
}
@media (min-width: 701px) {
  .header {
    padding-top: 40px;
  }
}
@media (max-width: 700px) {
  .header {
    padding-top: 25px;
    padding-bottom: 64px;
  }
}

.kv {
  border: 1px solid #cecece;
}
@media (max-width: 700px) {
  .kv {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.title {
  margin-top: 45px;
  margin-bottom: 35px;
}
@media (max-width: 700px) {
  .title {
    margin-top: 45px;
    margin-bottom: 30px;
  }
}
.title img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 701px) {
  .title img {
    width: 84%;
  }
}
@media (max-width: 700px) {
  .title img {
    width: 100%;
    max-width: 343px;
  }
}

@media (max-width: 700px) {
  .lead {
    letter-spacing: -0.7px;
  }
}

/*プレゼント*/
.present .content-lead {
  font-size: 24px;
  line-height: 41px;
}
@media (max-width: 700px) {
  .present .content-lead {
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 5px;
  }
}
.present .content-lead span {
  font-size: 18px;
}
@media (max-width: 700px) {
  .present .content-lead span {
    font-size: 14px;
  }
}

.present-image {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 701px) {
  .present-image {
    width: 67.2%;
    margin-top: -80px;
    margin-bottom: 60px;
  }
}
@media (max-width: 700px) {
  .present-image {
    width: 88.8%;
    max-width: 305px;
    margin-bottom: 30px;
  }
}

.present-note {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 700px) {
  .present-note {
    width: 100%;
    max-width: 345px;
  }
}

/*応募の流れ*/
.section-flow {
  padding-top: 120px;
}
@media (max-width: 700px) {
  .section-flow {
    padding-top: 65px;
  }
}

.step-blocks {
  margin-top: 38px;
}
@media (min-width: 701px) {
  .step-blocks {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 700px) {
  .step-blocks {
    margin-top: 30px;
  }
}

.step-block {
  border-radius: 30px;
  border: 6px solid #f9cfc3;
  box-sizing: border-box;
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 701px) {
  .step-block {
    flex-basis: 28%;
  }
  .step-block:not(:last-child):after {
    content: '';
    width: 17.8%;
    height: 36px;
    background-image: url("step-icon_pc.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    position: absolute;
    right: -27%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 700px) {
  .step-block {
    border-radius: 15px;
    border: 4px solid #f9cfc3;
    padding-bottom: 7px;
    margin-bottom: 43px;
  }
  .step-block:not(:last-child):after {
    content: '';
    width: 25px;
    height: 35px;
    background-image: url("step-icon_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -44px;
    transform: translateX(-50%);
  }
}
.step-block__title {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 701px) {
  .step-block__title {
    height: 72px;
    background-image: url(step-bg_pc.png);
    border-radius: 24px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    padding-top: 18px;
  }
}
@media (max-width: 700px) {
  .step-block__title {
    background-image: url(step-bg_sp.png);
    background-size: 100% 100%;
    margin-bottom: 0;
    width: 50%;
    height: 40px;
    padding-top: 1px;
  }
}
.step-block__title img {
  width: auto;
  height: 30px;
}
@media (max-width: 700px) {
  .step-block__title img {
    width: auto;
    height: 20px;
  }
}
.step-block__detail {
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .step-block__detail {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.step-block__text {
  font-size: 18px;
  line-height: 28px;
}
.step-block__text span {
  color: #eb4639;
  font-size: 16px;
  line-height: 25px;
  display: block;
  margin-top: 15px;
  text-align: left;
}
@media (max-width: 700px) {
  .step-block__text {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    flex-direction: column;
  }
  .step-block__text span {
    font-size: 12px;
    line-height: 19px;
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  .step-block__image {
    flex-basis: 50%;
    text-align: left;
    box-sizing: border-box;
  }
}
.step-block.is-step01 .step-block__detail {
  margin-top: 35px;
}
@media (max-width: 700px) {
  .step-block.is-step01 .step-block__detail {
    padding-bottom: 15px;
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  .step-block.is-step01 .step-block__text {
    flex-basis: 54%;
    padding-top: 25px;
  }
}
.step-block.is-step01 .step-block__image {
  margin-top: 20px;
}
@media (max-width: 700px) {
  .step-block.is-step01 .step-block__image {
    flex-basis: 42%;
    margin-top: 0;
  }
}
.step-block.is-step01 .step-block__image img {
  width: 100%;
}
@media (max-width: 700px) {
  .step-block.is-step01 .step-block__image img {
    width: 100%;
  }
}
.step-block.is-step02 .step-block__detail {
  margin-top: 70px;
}
@media (max-width: 700px) {
  .step-block.is-step02 .step-block__detail {
    padding-bottom: 20px;
    margin-top: 5px;
  }
}
@media (max-width: 700px) {
  .step-block.is-step02 .step-block__text {
    flex-basis: 57%;
    padding-top: 30px;
  }
}
.step-block.is-step02 .step-block__image {
  margin-top: 60px;
}
@media (max-width: 700px) {
  .step-block.is-step02 .step-block__image {
    flex-basis: 42%;
    margin-top: 7px;
  }
}
.step-block.is-step02 .step-block__image img {
  width: 83%;
}
@media (max-width: 700px) {
  .step-block.is-step02 .step-block__image img {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .step-block.is-step03 {
    margin-bottom: 20px;
  }
}
.step-block.is-step03 .step-block__detail {
  margin-top: 70px;
}
@media (max-width: 700px) {
  .step-block.is-step03 .step-block__detail {
    margin-top: -8px;
  }
}
@media (max-width: 700px) {
  .step-block.is-step03 .step-block__text {
    flex-basis: 57%;
  }
}
.step-block.is-step03 .step-block__image {
  margin-top: 30px;
}
@media (max-width: 700px) {
  .step-block.is-step03 .step-block__image {
    padding-right: 4%;
    margin-top: 0;
    flex-basis: 43%;
    box-sizing: border-box;
  }
}
.step-block.is-step03 .step-block__image img {
  width: 50%;
}
@media (min-width: 701px) {
  .step-block.is-step03 .step-block__image img {
    padding-left: 10%;
  }
}
@media (max-width: 700px) {
  .step-block.is-step03 .step-block__image img {
    width: 100%;
  }
}

.flow-text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 80px;
  text-align: left;
}
@media (max-width: 700px) {
  .flow-text {
    font-size: 11px;
    line-height: 19px;
    margin-top: 18px;
    margin-bottom: 40px;
  }
}

.howto {
  margin-top: 25px;
  margin-bottom: 60px;
  background-color: #fff4f1;
  border-radius: 50px;
  padding-top: 50px;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .howto {
    padding-top: 35px;
    margin-top: 45px;
    margin-bottom: 25px;
    border-radius: 23px;
  }
}
@media (max-width: 700px) {
  .howto.is-receipt .howto-note {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 700px) {
  .howto.is-receipt .howto-note.is-bad {
    margin-top: 15px;
  }
}

.howto-title {
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .howto-title {
    margin-bottom: 30px;
  }
}
.howto-title img {
  height: 45px;
}
@media (max-width: 700px) {
  .howto-title img {
    width: 48%;
    max-width: 167px;
    height: auto;
  }
}

.howto-block {
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 701px) {
  .howto-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
@media (max-width: 700px) {
  .howto-block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.howto-block__text {
  font-size: 16px;
  line-height: 32px;
  text-align: left;
}
@media (min-width: 701px) {
  .howto-block__text {
    flex-basis: 50%;
  }
}
@media (max-width: 700px) {
  .howto-block__text {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.howto-block__text span {
  display: block;
  margin-top: 1em;
}
.howto-block__text-list {
  display: block;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 10px !important;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 15px;
}
@media (max-width: 700px) {
  .howto-block__text-list {
    margin-top: 12px !important;
    margin-bottom: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 701px) {
  .howto-block__image {
    flex-basis: 50%;
    padding-left: 4%;
    box-sizing: border-box;
  }
}
.howto-block__image img {
  width: 100%;
}
@media (max-width: 700px) {
  .howto-block__image img {
    width: 95%;
  }
}

.howto-note {
  margin-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 22px;
  color: #eb4639;
  text-align: left;
}
@media (max-width: 700px) {
  .howto-note {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 13px;
    font-size: 11px;
    line-height: 20px;
  }
}
.howto-note.is-bad {
  padding-left: 0;
  padding-right: 0;
  color: #000;
  margin-top: 20px;
  padding-bottom: 30px;
}

.howto-bad {
  background-color: #fbdcd4;
  padding: 25px 50px 15px;
  border-radius: 0 0 50px 50px;
  text-align: left;
}
@media (max-width: 700px) {
  .howto-bad {
    padding: 25px 30px 0;
    border-radius: 0 0 23px 23px;
  }
}
.howto-bad__title {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 700px) {
  .howto-bad__title {
    font-size: 16px;
  }
}
.howto-bad__title span {
  font-size: 130%;
  padding-left: 5px;
  font-weight: 400;
  vertical-align: -2px;
}

@media (min-width: 701px) {
  .howto-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
.howto-list ul {
  margin-top: 15px;
  margin-bottom: 0;
  padding-right: 11%;
}
@media (max-width: 700px) {
  .howto-list ul {
    padding-right: 0;
  }
  .howto-list ul:last-child {
    margin-top: 0;
  }
}
.howto-list ul li {
  font-size: 16px;
  line-height: 28px;
  margin-left: 1.2em;
  position: relative;
}
@media (max-width: 700px) {
  .howto-list ul li {
    font-size: 13px;
    line-height: 24px;
  }
}
.howto-list ul li:before {
  content: '・';
  position: absolute;
  left: -1.2em;
}

/*お買い上げ対象商品*/
.section-items {
  margin-top: 140px;
}
@media (max-width: 700px) {
  .section-items {
    margin-top: 70px;
  }
}
.section-items .content-title {
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
}
.section-items .content-rogo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 25px;
}
@media (min-width: 701px) {
  .section-items .content-rogo {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 700px) {
  .section-items .content-rogo {
    margin-bottom: 20px;
  }
}
.section-items .content-rogo__image {
  width: 23.7%;
  margin-right: 3%;
}
@media (max-width: 700px) {
  .section-items .content-rogo__image {
    width: 40%;
    margin-right: 5%;
    margin-left: 15px;
  }
}
.section-items .content-rogo__text {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 700px) {
  .section-items .content-rogo__text {
    font-size: 17px;
  }
}
.section-items .content-lead {
  font-size: 16px;
  line-height: 41px;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .section-items .content-lead {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.section-items .content-lead strong {
  font-weight: 700;
}
.section-items .content-lead span {
  display: block;
  font-size: 14px;
}
@media (max-width: 700px) {
  .section-items .content-lead span {
    font-size: 11px;
    margin-top: 4px;
  }
}

.item-images {
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .item-images {
    margin-bottom: 27px;
  }
  .item-images img {
    width: 79%;
  }
}

.item-rogo img {
  width: 84.5%;
}
@media (max-width: 700px) {
  .item-rogo img {
    width: 80%;
  }
}

/*応募はこちら*/
.apply {
  margin-top: 145px;
}
@media (max-width: 700px) {
  .apply {
    margin-top: 70px;
  }
}
@media (max-width: 700px) {
  .apply .content-lead {
    text-align: center;
  }
}

.apply-button {
  margin-top: 35px;
}
@media (max-width: 700px) {
  .apply-button {
    margin-top: 22px;
  }
}
.apply-button__link {
  width: 390px;
  height: 80px;
  background-color: #ff4435;
  border-radius: 18px;
  font-size: 28px;
  font-weight: 700;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  color: white;
  display: block;
}
@media (max-width: 700px) {
  .apply-button__link {
    width: 260px;
    max-width: 100%;
    height: 60px;
    border-radius: 11px;
    padding: 4px;
    font-size: 19px;
  }
}
.apply-button__link:visited {
  color: white;
}
.apply-button__text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  border: 1px solid white;
  border-radius: 13px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 700px) {
  .apply-button__text {
    border-radius: 7px;
  }
}
.apply-button__text:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -2px;
}
@media (max-width: 700px) {
  .apply-button__text:after {
    width: 8px;
    height: 8px;
    border-top: 2.5px solid #fff;
    border-right: 2.5px solid #fff;
    right: 15px;
    margin-top: -1px;
  }
}
.apply-button__text--text {
  display: block;
  margin-top: -3px;
  letter-spacing: 3px;
}
@media (max-width: 700px) {
  .apply-button__text--text {
    margin-top: 0;
  }
}

/*応募規約*/
.rules {
  margin-top: 140px;
}
@media (max-width: 700px) {
  .rules {
    margin-top: 60px;
  }
}

.rules-block {
  margin-top: 58px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 700px) {
  .rules-block {
    margin-top: 30px;
    font-size: 14px;
    line-height: 26px;
  }
}
.rules-block dl {
  padding-left: 37px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
}
.rules-block dl:before {
  content: '';
  width: 23px;
  height: 23px;
  border: 7px solid #ff4435;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .rules-block dl:before {
    width: 16px;
    height: 16px;
    border: 5px solid #ff4435;
    top: 5px;
  }
}
.rules-block dl:first-child {
  margin-top: 0;
}
.rules-block dl:last-child {
  border: none;
}
@media (max-width: 700px) {
  .rules-block dl {
    padding-left: 23px;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 15px;
    background-size: 17px auto;
    background-position: top 4px left;
  }
}
.rules-block dl dt {
  color: black;
  font-weight: 700;
  margin-bottom: 13px;
}
@media (max-width: 700px) {
  .rules-block dl dt {
    margin-bottom: 5px;
  }
}
.rules-block dl dd {
  margin: 0;
}
.rules-block dl dd span {
  font-size: 14px;
  line-height: 26px;
  display: block;
  margin-top: 7px;
}
@media (max-width: 700px) {
  .rules-block dl dd span {
    font-size: 11px;
    line-height: 19px;
  }
}
.rules-block dl dd a {
  text-decoration: underline;
}
.rules-block ul {
  padding: 0;
}
.rules-block ul li {
  list-style: none;
  margin-left: 1.2em;
  position: relative;
  margin-bottom: 8px;
}
.rules-block ul li:before {
  content: '\025cf';
  position: absolute;
  left: -1.2em;
}
.rules-block ul.no-disc li:before {
  display: none;
}
.rules-block strong {
  display: block;
  margin-top: 5px;
}
