@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;
  }
}

.toilet-mustbuy-2511 {
  color: #0c0159;
  background-image: url("bg_pc.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 18px;
  line-height: 30px;
}
@media (min-width: 701px) {
  .toilet-mustbuy-2511 {
    margin-top: 50px;
  }
}
@media (max-width: 700px) {
  .toilet-mustbuy-2511 {
    background-image: url("bg_sp.png");
    font-size: 14px;
    line-height: 26px;
  }
}
.toilet-mustbuy-2511 img {
  vertical-align: bottom;
  max-width: 100%;
}
.toilet-mustbuy-2511 a {
  text-decoration: none;
}
.toilet-mustbuy-2511 a:hover {
  text-decoration: underline;
}
.toilet-mustbuy-2511 a img {
  transition: all ease 250ms;
}
.toilet-mustbuy-2511 a img:hover {
  opacity: 0.6;
}
.toilet-mustbuy-2511 a strong {
  font-weight: 600;
}
.toilet-mustbuy-2511 ul {
  padding-left: 0;
}
.toilet-mustbuy-2511 ul li {
  list-style: none;
}
.toilet-mustbuy-2511 .inner {
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 700px) {
  .toilet-mustbuy-2511 .inner {
    width: 100%;
    max-width: 386px;
  }
}
.toilet-mustbuy-2511 .sub-title {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 700px) {
  .toilet-mustbuy-2511 .sub-title {
    margin-bottom: 22px;
  }
}
.toilet-mustbuy-2511 .sub-title span {
  font-size: 34px;
  font-weight: 700;
  display: inline-block;
  background: linear-gradient(transparent 0%, #fff100 30%, #fff100 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 50%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 8px;
}
@media (max-width: 700px) {
  .toilet-mustbuy-2511 .sub-title span {
    font-size: 24px;
    padding-bottom: 4px;
  }
}
.toilet-mustbuy-2511 .sub-title span small {
  font-size: 16px;
}
@media (max-width: 700px) {
  .toilet-mustbuy-2511 .sub-title span small {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .toilet-mustbuy-2511 .sub-title span.line02 {
    margin-top: 5px;
  }
}

.page_link {
  position: relative;
  top: -50px;
  display: block;
}
@media (max-width: 700px) {
  .page_link {
    top: -10px;
  }
}

#content01 {
  top: -100px;
}

/*KV*/
@media (max-width: 700px) {
  .kv {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

/*リード*/
.lead {
  padding-top: 70px;
  text-align: center;
}
@media (max-width: 700px) {
  .lead {
    padding-top: 27px;
  }
}

.title-sub {
  font-size: 22px;
  margin-bottom: 20px;
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
@media (max-width: 700px) {
  .title-sub {
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 17px;
    padding-right: 17px;
  }
}
.title-sub:before, .title-sub:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15px;
  height: 32px;
  background-image: url("subtitle-line.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 700px) {
  .title-sub:before, .title-sub:after {
    width: 12px;
    height: 25px;
  }
}
.title-sub:before {
  left: 0;
  transform: translateY(-50%);
}
.title-sub:after {
  right: 0;
  transform: scale(-1, 1) translateY(-50%);
}
.title-sub span {
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 700px) {
  .title-sub span {
    font-size: 16px;
  }
}

.title-header {
  font-size: 26px;
  font-weight: 700;
  color: #0068b9;
  display: block;
  -webkit-text-stroke: 4px #fff;
  paint-order: stroke fill;
}
@media (max-width: 700px) {
  .title-header {
    font-size: 20px;
    -webkit-text-stroke: 2px #fff;
  }
}

.title {
  font-size: 31px;
  font-weight: 700;
  background: linear-gradient(90deg, #b77c1b 0%, #eac632 40%, #b77c1b 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin-top: 5px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #d5af2e;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 700px) {
  .title {
    font-size: 24px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.title .num {
  font-size: 79px;
}
@media (max-width: 700px) {
  .title .num {
    font-size: 62px;
  }
}
.title .title-cp {
  font-size: 43px;
}
@media (max-width: 700px) {
  .title .title-cp {
    font-size: 32px;
  }
}

.lead-contents {
  margin-top: 50px;
  margin-bottom: 90px;
  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;
  flex-wrap: wrap;
}
@media (max-width: 700px) {
  .lead-contents {
    margin-top: 30px;
    margin-bottom: 75px;
  }
}
.lead-contents li {
  flex-basis: 190px;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 700px) {
  .lead-contents li {
    flex-basis: calc((100% - 12px) / 3);
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 5px;
  }
  .lead-contents li:nth-child(1), .lead-contents li:nth-child(4) {
    margin-left: 0;
  }
  .lead-contents li:nth-child(3), .lead-contents li:nth-child(5) {
    margin-right: 0;
  }
}
.lead-contents li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background: #3471CE;
  background: linear-gradient(90deg, #3471ce 0%, #39a8ec 100%);
  border: 2px solid #fff;
  box-sizing: border-box;
  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;
  padding-right: 30px;
  position: relative;
}
@media (max-width: 700px) {
  .lead-contents li a {
    height: 30px;
    border: 1px solid #fff;
    font-size: 11px;
    padding-right: 22px;
  }
}
.lead-contents li a:after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("icon-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
@media (max-width: 700px) {
  .lead-contents li a:after {
    width: 11px;
    height: 11px;
    right: 8px;
  }
}

/*山分け方法*/
@media (min-width: 701px) {
  .howto-share__lists {
    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;
    margin-bottom: 36px;
  }
}
@media (max-width: 700px) {
  .howto-share__lists {
    margin-bottom: 15px;
  }
}
.howto-share__list {
  position: relative;
}
@media (min-width: 701px) {
  .howto-share__list {
    flex-basis: calc((100% - 100px) / 3);
  }
  .howto-share__list:nth-child(1):after, .howto-share__list:nth-child(2):after {
    content: '';
    width: 40px;
    height: 30px;
    display: block;
    background-image: url("howto-share-arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 700px) {
  .howto-share__list {
    width: 65%;
  }
  .howto-share__list:nth-child(1):after {
    content: '';
    width: 15%;
    height: 0;
    padding-top: 83%;
    background-image: url("howto-share-arrow_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -15%;
    top: 67%;
  }
  .howto-share__list:nth-child(2) {
    float: right;
    margin-top: -8%;
    margin-bottom: -8%;
  }
  .howto-share__list:nth-child(3) {
    clear: both;
  }
  .howto-share__list:nth-child(3):after {
    content: '';
    width: 15%;
    height: 0;
    padding-top: 83%;
    background-image: url("howto-share-arrow_sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -15%;
    top: 14%;
    transform: scale(-1, 1);
  }
}
.howto-share__note-list {
  margin-top: 0;
  color: #000;
}
.howto-share__note-list li {
  font-size: 12px;
  line-height: 1.6;
  margin-left: 1.2em;
  position: relative;
}
@media (max-width: 700px) {
  .howto-share__note-list li {
    font-size: 10px;
  }
}
.howto-share__note-list li:before {
  content: '※';
  position: absolute;
  left: -1.2em;
  top: 0;
}

/*応募方法*/
.howto-apply {
  margin-top: 115px;
}
@media (max-width: 700px) {
  .howto-apply {
    margin-top: 80px;
  }
}

.howto {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 700px) {
  .howto {
    box-sizing: border-box;
  }
}

@media (min-width: 701px) {
  .howto-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;
  }
}

.howto-step-block {
  border: 6px solid #cce6f9;
  box-sizing: border-box;
  position: relative;
}
.howto-step-block:after {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
}
@media (min-width: 701px) {
  .howto-step-block {
    flex-basis: calc((100% - 150px) / 3);
    border-radius: 30px;
    padding-bottom: 105px;
  }
  .howto-step-block:nth-child(1):after, .howto-step-block:nth-child(2):after {
    width: 50px;
    height: 37px;
    background-image: url("howto-share-arrow.png");
    top: 50%;
    right: -35%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1024px) {
  .howto-step-block:nth-child(1):after, .howto-step-block:nth-child(2):after {
    width: 50px;
    height: 37px;
    background-image: url("howto-share-arrow.png");
    top: 50%;
    right: -25%;
    transform: translateY(-50%);
  }
}
@media (max-width: 700px) {
  .howto-step-block {
    border-radius: 22px;
    margin-bottom: 40px;
    padding-bottom: 80px;
  }
  .howto-step-block:nth-child(1):after, .howto-step-block:nth-child(2):after {
    width: 22px;
    height: 31px;
    background-image: url("howto-share-arrow-bottom.png");
    left: 50%;
    bottom: -43px;
    transform: translateX(-50%);
  }
  .howto-step-block:last-child {
    margin-bottom: 0;
  }
}
.howto-step-block__title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .howto-step-block__title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .howto-step-block__title img {
    height: 20px;
    width: auto;
  }
}
.howto-step-block__subtitle {
  position: relative;
  background: #0068b9;
  margin-left: -10px;
  margin-right: -10px;
  height: 40px;
  color: #fff;
  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;
  font-size: 22px;
  margin-bottom: 25px;
}
@media (max-width: 700px) {
  .howto-step-block__subtitle {
    height: 30px;
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.howto-step-block__subtitle:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 5px transparent;
  border-right: solid 5px #004b85;
  /*折り返し部分*/
}
.howto-step-block__subtitle:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 5px transparent;
  border-left: solid 5px #004b85;
  /*折り返し部分*/
}
.howto-step-block__subtitle span {
  font-size: 16px;
}
@media (max-width: 700px) {
  .howto-step-block__subtitle span {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .howto-step-block__detail {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 5px;
  }
  .howto-step-block__detail.is-step03 {
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.howto-step-block__text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
  color: #00003f;
  text-align: center;
}
@media (min-width: 701px) {
  .howto-step-block__text {
    min-height: 70px;
  }
}
@media (max-width: 700px) {
  .howto-step-block__text {
    font-size: 12px;
    line-height: 22px;
    width: 58%;
    padding-right: 5%;
    box-sizing: border-box;
    margin-bottom: 0;
  }
}
.howto-step-block__text span {
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
@media (max-width: 700px) {
  .howto-step-block__text span {
    font-size: 10px;
    line-height: 15px;
  }
}
.howto-step-block__image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
@media (max-width: 700px) {
  .howto-step-block__image {
    margin-bottom: 0;
  }
}
.howto-step-block__image.is-step01 {
  width: 81%;
}
@media (max-width: 700px) {
  .howto-step-block__image.is-step01 {
    width: 50%;
    padding-right: 6%;
    box-sizing: border-box;
  }
}
.howto-step-block__image.is-step02 {
  width: 63%;
}
@media (max-width: 700px) {
  .howto-step-block__image.is-step02 {
    width: 38%;
    box-sizing: border-box;
  }
}
@media (min-width: 701px) {
  .howto-step-block__image.is-step03 {
    width: 78%;
    margin-top: 25px;
    margin-left: 40px;
  }
}
@media (max-width: 700px) {
  .howto-step-block__image.is-step03 {
    width: 57%;
    padding-right: 5%;
    box-sizing: border-box;
  }
}

.howto-step-block-period {
  background-image: url("step-bg_pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  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;
}
@media (min-width: 701px) {
  .howto-step-block-period {
    height: 105px;
    border-radius: 0 0 24px 24px;
  }
}
@media (max-width: 700px) {
  .howto-step-block-period {
    height: 80px;
    background-image: url("step-bg_sp.png");
    border-radius: 0 0 18px 18px;
  }
}
.howto-step-block-period__text {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 700px) {
  .howto-step-block-period__text {
    font-size: 12px;
    line-height: 19px;
  }
}
.howto-step-block-period__text span {
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 700px) {
  .howto-step-block-period__text span {
    font-size: 14px;
  }
}
.howto-step-block-period__text small {
  font-size: 12px;
}

.howto-note {
  margin-top: 30px;
  font-size: 12px;
  line-height: 20px;
  color: #000;
}
@media (max-width: 700px) {
  .howto-note {
    margin-top: 20px;
    font-size: 10px;
    line-height: 16px;
  }
}

/*ポイントGET*/
.howto-get {
  margin-top: 114px;
}
@media (max-width: 700px) {
  .howto-get {
    margin-top: 78px;
  }
}
.howto-get__text {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .howto-get__text {
    margin-bottom: 20px;
  }
}

@media (min-width: 701px) {
  .howto-get-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;
  }
}

.howto-get-block {
  background-color: #cce6f9;
  text-align: center;
}
.howto-get-block:nth-child(2) .howto-get-block__button-b {
  color: #fff;
}
@media (min-width: 701px) {
  .howto-get-block {
    flex-basis: 47%;
    border-radius: 30px;
    padding: 40px 30px 25px;
    box-sizing: border-box;
  }
}
@media (max-width: 700px) {
  .howto-get-block {
    border-radius: 22px;
    padding: 23px 20px 25px;
    box-sizing: border-box;
  }
  .howto-get-block:nth-child(1) {
    margin-bottom: 15px;
    padding-bottom: 50px;
  }
  .howto-get-block:nth-child(1) .howto-get-block__text {
    margin-bottom: 5px;
  }
  .howto-get-block:nth-child(2) .howto-get-block__text {
    height: 7em;
    margin-bottom: 13px;
  }
}
.howto-get-block__title {
  font-size: 22px;
  color: #0068b9;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b2c2ce;
  -webkit-text-stroke: 4px #fff;
  paint-order: stroke fill;
}
@media (max-width: 700px) {
  .howto-get-block__title {
    font-size: 17px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.howto-get-block__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  min-height: 4em;
  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;
}
@media (max-width: 700px) {
  .howto-get-block__text {
    font-size: 13px;
    min-height: 6.5em;
    margin-bottom: 13px;
  }
}
.howto-get-block__button a {
  width: 100%;
  max-width: 310px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  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;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #0e045a;
}
@media (max-width: 700px) {
  .howto-get-block__button a {
    max-width: 240px;
    height: 55px;
    font-size: 14px;
    line-height: 17px;
  }
}
.howto-get-block__button a small {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 700px) {
  .howto-get-block__button a small {
    font-size: 11px;
  }
}
.howto-get-block__button-a {
  background-image: url("howto-get-button-a.png");
  background-repeat: no-repeat;
  background-size: contain;
  color: #0e045a;
}
.howto-get-block__button-b {
  background-image: url("howto-get-button-b.png");
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
}
.howto-get-block__note {
  font-size: 14px;
  color: #000;
  margin-top: 15px;
}
@media (max-width: 700px) {
  .howto-get-block__note {
    margin-top: 10px;
    font-size: 12px;
  }
}

/*レシート撮影方法*/
.howto-photo-block {
  margin-top: 120px;
}
@media (max-width: 700px) {
  .howto-photo-block {
    margin-top: 80px;
  }
}

.howto-photo {
  max-width: 1000px;
  background-color: #f7f4ee;
  border-radius: 30px;
  padding-top: 40px;
  overflow: hidden;
}
@media (max-width: 700px) {
  .howto-photo {
    margin-top: 25px;
    padding-top: 25px;
    box-sizing: border-box;
    border-radius: 22px;
  }
}

.howto-photo-title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .howto-photo-title {
    margin-bottom: 20px;
  }
  .howto-photo-title img {
    width: 138px;
  }
}

@media (min-width: 701px) {
  .howto-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: 0 45px 40px;
    box-sizing: border-box;
  }
}
@media (max-width: 700px) {
  .howto-detail {
    padding: 0 30px 22px;
  }
}
.howto-detail__text {
  color: #000;
}
@media (min-width: 701px) {
  .howto-detail__text {
    flex-basis: 56%;
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 700px) {
  .howto-detail__text {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}
.howto-detail__text span {
  display: block;
  border-top: 1px solid #dcd4c3;
  border-bottom: 1px solid #dcd4c3;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 700px) {
  .howto-detail__text span {
    margin-bottom: 10px;
  }
}
@media (min-width: 701px) {
  .howto-detail__image {
    flex-basis: 37%;
  }
}
@media (max-width: 700px) {
  .howto-detail__image {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
}

.howto-example {
  background-color: #f2ede2;
  padding: 30px 45px 35px;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .howto-example {
    padding: 25px 30px 30px;
  }
}
.howto-example__title {
  margin-bottom: 18px;
}
@media (max-width: 700px) {
  .howto-example__title {
    margin-bottom: 23px;
  }
  .howto-example__title img {
    width: 70px;
  }
}
.howto-example__note {
  font-size: 14px;
  line-height: 16px;
  color: #e00000;
}
@media (max-width: 700px) {
  .howto-example__note {
    font-size: 11px;
    line-height: 20px;
  }
}

.howto-example-texts {
  font-size: 16px;
  line-height: 32px;
  color: #e00000;
}
@media (min-width: 701px) {
  .howto-example-texts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .howto-example-texts {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

@media (min-width: 701px) {
  .howto-example-text {
    flex-basis: 50%;
  }
}

/*対象商品*/
.items {
  margin-top: 120px;
}
@media (max-width: 700px) {
  .items {
    margin-top: 80px;
  }
}
.items__text {
  text-align: center;
  margin-bottom: 15px;
}
.items__logo {
  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;
}
.items__logo__image {
  flex-basis: 176px;
}
@media (max-width: 700px) {
  .items__logo__image {
    flex-basis: 39%;
  }
}
.items__logo__text {
  flex-basis: 118px;
  height: 103px;
  padding-left: 13px;
  box-sizing: border-box;
  background-image: url("items-logo-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 12px;
}
@media (max-width: 700px) {
  .items__logo__text {
    flex-basis: 27%;
    padding-left: 2%;
    height: 84px;
  }
}
.items__logo__text span {
  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;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media (max-width: 700px) {
  .items__logo__text span {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 700px) {
  .items__button {
    margin-top: 30px;
  }
}
.items__button a {
  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;
  padding-right: 27px;
  box-sizing: border-box;
  border: 1px solid #0e045a;
  border-radius: 50px;
  font-size: 16px;
  color: #0e045a;
  height: 40px;
  background-image: url("items-button-arrow.png");
  background-size: 13px auto;
  background-position: right 12px center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  width: 210px;
}
@media (max-width: 700px) {
  .items__button a {
    width: 157px;
    height: 30px;
    font-size: 12px;
    background-size: 10px auto;
    background-position: right 10px center;
    padding-right: 20px;
  }
}

@media (min-width: 701px) {
  .items-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;
    margin-top: 25px;
    margin-bottom: 35px;
  }
}
@media (max-width: 700px) {
  .items-blocks {
    margin-top: 25px;
  }
}

.items-block {
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .items-block {
    margin-bottom: 15px;
  }
}
.items-block.is-block01 {
  flex-basis: 38%;
  border-radius: 30px;
  border: 6px solid #ede1c9;
}
.items-block.is-block01 .items-block__inner {
  background: #f7f4ee;
  border-radius: 24px;
  border: 2px solid #fff;
}
@media (max-width: 700px) {
  .items-block.is-block01 .items-block__image {
    width: 63%;
    margin-left: 15%;
  }
}
.items-block.is-block02 {
  flex-basis: 58%;
  border-radius: 30px;
  border: 6px solid #cce6f9;
}
.items-block.is-block02 .items-block__inner {
  background: #f4faff;
  border-radius: 24px;
  border: 2px solid #fff;
}
@media (max-width: 700px) {
  .items-block.is-block02 .items-block__inner {
    padding-bottom: 27px;
  }
}
@media (max-width: 700px) {
  .items-block.is-block02 .items-block__image {
    margin-top: -8%;
  }
  .items-block.is-block02 .items-block__image img {
    padding-right: 7%;
    box-sizing: border-box;
  }
}
.items-block__inner {
  padding: 30px 35px;
  box-sizing: border-box;
  height: 100%;
}
@media (max-width: 700px) {
  .items-block__inner {
    padding: 18px 6px;
  }
}
.items-block__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .items-block__title {
    font-size: 16px;
    line-height: 25px;
  }
}

/*応募規約*/
.rules {
  margin-top: 100px;
}
@media (max-width: 700px) {
  .rules {
    margin-top: 70px;
  }
}

.rules-block {
  padding: 35px 20px 0 40px;
  box-sizing: border-box;
  border-radius: 30px;
  border: 1px solid #d7d7d7;
  font-size: 16px;
  line-height: 30px;
}
@media (min-width: 701px) {
  .rules-block {
    margin-top: 50px;
  }
}
@media (max-width: 700px) {
  .rules-block {
    font-size: 14px;
    line-height: 21px;
    border-radius: 20px;
    padding: 34px 15px 0 10px;
  }
}
.rules-block__inner {
  overflow-y: scroll;
  height: 700px;
  padding-left: 20px;
  padding-right: 40px;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  .rules-block__inner {
    padding-left: 10px;
    padding-right: 15px;
    height: 350px;
  }
}
.rules-block__inner::-webkit-scrollbar {
  width: 10px;
}
@media (max-width: 700px) {
  .rules-block__inner::-webkit-scrollbar {
    width: 7px;
  }
}
.rules-block__inner::-webkit-scrollbar-track {
  background-color: #fff;
}
.rules-block__inner::-webkit-scrollbar-thumb {
  background-color: #d7d7d7;
  border-radius: 8px;
  height: 182px;
}
@media (max-width: 700px) {
  .rules-block__inner::-webkit-scrollbar-thumb {
    height: 225px;
  }
}
.rules-block dl {
  padding-bottom: 25px;
  margin: 25px 0;
  border-bottom: 1px solid #d7d7d7;
}
@media (max-width: 700px) {
  .rules-block dl {
    padding-bottom: 20px;
    margin: 20px 0;
  }
}
.rules-block dl dt {
  color: #0c0159;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
  padding-left: 37px;
  background-image: url("rules-star.png");
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: top left;
}
@media (max-width: 700px) {
  .rules-block dl dt {
    font-size: 14px;
    line-height: 25px;
    padding-left: 30px;
    background-size: 23px 23px;
  }
}
.rules-block dl dd {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  padding-left: 37px;
}
@media (max-width: 700px) {
  .rules-block dl dd {
    font-size: 14px;
    line-height: 25px;
    padding-left: 30px;
  }
}
.rules-block dl dd span {
  color: #e00000;
}
.rules-block dl .rules-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.rules-block dl .rules-items.is-point02 {
  border-bottom: 1px dashed #d7d7d7;
}
.rules-block dl .rules-items:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 701px) {
  .rules-block dl .rules-items {
    margin-left: -37px;
  }
  .rules-block dl .rules-items__images {
    flex-basis: 18%;
    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: flex-end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .rules-block dl .rules-items__images.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .rules-block dl .rules-items__image {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .rules-block dl .rules-items__image.is-puffy {
    width: 67%;
  }
  .rules-block dl .rules-items__text {
    flex-basis: 82%;
    padding-left: 3%;
    box-sizing: border-box;
  }
  .rules-block dl .rules-items__text img {
    width: 38%;
    margin-bottom: 10px;
    display: block;
  }
}
@media (max-width: 700px) {
  .rules-block dl .rules-items {
    margin-left: -30px;
    margin-bottom: 25px;
  }
  .rules-block dl .rules-items__images {
    flex-basis: 23%;
  }
  .rules-block dl .rules-items__image {
    margin-bottom: 4px;
    width: 78%;
    margin-left: auto;
    margin-right: auto;
  }
  .rules-block dl .rules-items__image.is-puffy {
    width: 100%;
  }
  .rules-block dl .rules-items__text {
    flex-basis: 76%;
    padding-left: 4%;
    box-sizing: border-box;
    line-height: 1.6;
  }
  .rules-block dl .rules-items__text img {
    width: 80%;
    display: block;
    margin-bottom: 12px;
  }
}
.rules-block ul {
  padding: 0;
}
.rules-block ul li {
  list-style: none;
  margin-left: 1em;
  position: relative;
}
.rules-block ul li:before {
  content: '・';
  position: absolute;
  left: -1em;
}
.rules-block strong {
  display: block;
}

/*よくあるご質問*/
.faq {
  margin-top: 120px;
}
@media (max-width: 700px) {
  .faq {
    margin-top: 75px;
  }
}
@media (max-width: 700px) {
  .faq .sub-title {
    margin-bottom: 5px;
  }
}

.faq-blocks {
  margin-top: 50px;
}
@media (max-width: 700px) {
  .faq-blocks {
    margin-top: 30px;
  }
}

.faq-block {
  margin-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 35px;
}
@media (max-width: 700px) {
  .faq-block {
    margin-bottom: 25px;
    padding-bottom: 30px;
  }
}
.faq-block__q {
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
  padding-right: 48px;
  margin-left: 50px;
  position: relative;
  color: #0e045a;
  display: block;
}
@media (max-width: 700px) {
  .faq-block__q {
    font-size: 15px;
    margin-left: 40px;
    padding-right: 30px;
  }
}
.faq-block__q:before {
  content: '';
  width: 40px;
  height: 40px;
  background-image: url("icon-q.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: -50px;
  top: 5px;
}
@media (max-width: 700px) {
  .faq-block__q:before {
    width: 35px;
    height: 35px;
    top: 3px;
    left: -48px;
  }
}
.faq-block__q:after {
  content: '＋';
  color: #0e045a;
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 700px) {
  .faq-block__q:after {
    font-size: 20px;
  }
}
.faq-block__q[data-is-open]:after {
  content: '－';
}
.faq-block__a {
  padding-top: 20px;
  padding-left: 50px;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 700px) {
  .faq-block__a {
    padding-left: 40px;
    font-size: 14px;
    line-height: 21px;
  }
}

/*お問い合わせ*/
.contact {
  margin-top: 60px;
}
@media (max-width: 700px) {
  .contact {
    margin-top: 65px;
  }
}

.contact-text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 25px;
  padding-bottom: 200px;
}
@media (max-width: 700px) {
  .contact-text {
    margin-top: 50px;
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 140px;
  }
}
.contact-text p {
  margin: 0 0 0.5em;
}
.contact-text strong {
  display: block;
}
.contact-text a {
  text-decoration: underline;
  color: #0050d3;
}
