#main {
  background: #E6F0ED;
}
#main > .container {
  position: relative;
}
#main > .container::before {
  content: "";
  background: url(../img/thankyouspecialprice/bg_pc.png) repeat-y center/1871px;
  width: 100vw;
  height: 100%;
  position: absolute;
  transform: translate(-50%, 0);
  top: 0;
  left: 50%;
}
@media screen and (max-width: 768px) {
  #main > .container {
    padding: 0 28px;
  }
  #main > .container::before {
    display: none;
  }
}

.subject {
  width: 100%;
  padding: 35px 20px 20px;
  text-align: center;
  position: relative;
}
.subject::after {
  content: "";
  background: url(../img/thankyouspecialprice/main_bg_pc.png) no-repeat center/1727.26px;
  width: 100vw;
  height: 470px;
  position: absolute;
  transform: translate(-50%, 0);
  top: -20px;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .subject {
    padding: 0 0 20px;
  }
  .subject::after {
    background: url(../img/thankyouspecialprice/main_bg_sp.png) no-repeat center/596px;
    width: 100vw;
    height: 601px;
    top: 0;
  }
}

.area_ttl {
  margin-bottom: 60px;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.area_ttl::before {
  content: "";
  border-top: 1px solid #000;
  width: 49px;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .area_ttl {
    margin-bottom: 40px;
    font-size: 30px;
  }
}

.lead {
  margin-bottom: 65px;
  text-align: center;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .lead {
    margin-bottom: 30px;
  }
}

section {
  padding: 30px 0;
}
section > div {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section {
    padding: 20px 0;
  }
}

.col02 {
  display: flex;
  align-items: center;
}
.col02 .ph_wrap {
  flex-shrink: 0;
}
.col02 .item_wrap {
  max-width: 450px;
}

@media screen and (max-width: 768px) {
  .contents_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.contents_wrap .col02:nth-of-type(odd) .ph_wrap {
  margin-right: 55px;
}
.contents_wrap .col02:nth-of-type(even) {
  flex-flow: row-reverse;
}
.contents_wrap .col02:nth-of-type(even) .ph_wrap {
  margin-left: 55px;
}
@media screen and (max-width: 768px) {
  .contents_wrap .col02 {
    display: block;
    width: calc(50% - 15px);
    margin-bottom: 40px;
  }
  .contents_wrap .col02 .col02 {
    width: 45%;
  }
  .contents_wrap .col02 .col02:not(:first-of-type) {
    margin-top: 40px;
  }
  .contents_wrap .col02 .col02:nth-of-type(odd) .ph_wrap {
    margin: 0 auto 0 -20px;
  }
  .contents_wrap .col02 .col02:nth-of-type(even) {
    flex-flow: row-reverse;
  }
  .contents_wrap .col02 .col02:nth-of-type(even) .ph_wrap {
    margin: 0 -20px 0 auto;
  }
}

.col03 {
  display: flex;
  justify-content: space-between;
  max-width: 838px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .col03 {
    flex-wrap: wrap;
  }
}
.col03 > div {
  width: calc(33.3333333333% - 29px);
}
@media screen and (max-width: 768px) {
  .col03 > div {
    flex-wrap: wrap;
    margin-bottom: 40px;
    width: calc(50% - 15px);
  }
  .col03 > div:last-of-type {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
  }
  .col03 > div:last-of-type .ph_wrap {
    width: 60%;
    margin: 0 auto;
  }
}
.col03 > div .item_wrap {
  margin-top: 10px;
}

.item_wrap .shop_logo {
  display: flex;
  align-items: flex-end;
}

#area01 .contents_wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #area01 .contents_wrap {
    margin-bottom: 0;
  }
}
#area01 .contents_wrap .col02:not(:first-of-type) {
  margin-top: -100px;
}
#area01 .contents_wrap .col02 .ph_wrap {
  width: 430px;
  margin: 0;
}
#area01 .contents_wrap .col02:nth-of-type(1) .ph_wrap {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #area01 .contents_wrap .col02:nth-of-type(1) .ph_wrap {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #area01 .contents_wrap .col02:nth-of-type(2) .item_wrap {
    margin-top: -28px;
  }
  #area01 .contents_wrap .col02:not(:first-of-type) {
    margin: 0 0 40px;
  }
  #area01 .contents_wrap .col02 .ph_wrap {
    width: 100%;
  }
}
#area01 .box {
  background: #fff;
  border-radius: 8px;
  padding: 15px 80px 15px 18px;
  margin-top: 20px;
  color: #ED6D46;
  font-size: 12px;
  position: relative;
}
#area01 .box:after {
  content: "";
  background: url(../img/thankyouspecialprice/item07_2.png) no-repeat center/contain;
  width: 85px;
  height: 85px;
  position: absolute;
  transform: translate(0, -50%);
  top: 55%;
  right: -3px;
}
@media screen and (max-width: 768px) {
  #area01 .box {
    padding: 15px 80px 15px 20px;
  }
  #area01 .box:after {
    width: 100px;
    height: 100px;
    top: 30%;
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  #area01 .col03 > div:last-of-type::before {
    content: "";
    background: url(../img/thankyouspecialprice/item_bg01.png) no-repeat center/581px;
    width: 100vw;
    height: 264px;
    position: absolute;
    transform: translate(-50%, 0);
    top: -30px;
    left: 50%;
    z-index: -1;
  }
  #area01 .col03 > div:last-of-type .item_wrap {
    margin-top: -15%;
  }
}

#area02 .area_ttl {
  margin-bottom: 0;
}
#area02 .col02 {
  flex-flow: row-reverse;
  justify-content: center;
}
#area02 .col02 .ph_wrap {
  width: 370px;
}
@media screen and (max-width: 768px) {
  #area02 .area_ttl {
    margin-bottom: 20px;
  }
  #area02 .col02 {
    display: block;
    width: 100%;
    position: relative;
  }
  #area02 .col02::before {
    content: "";
    background: url(../img/thankyouspecialprice/item_bg02.png) no-repeat center/581px;
    width: 100vw;
    height: 264px;
    position: absolute;
    transform: translate(-50%, 0);
    top: -50px;
    left: 50%;
    z-index: -1;
  }
  #area02 .col02 .ph_wrap {
    width: 40%;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 768px) {
  #area03 .area_ttl {
    position: relative;
    z-index: 1;
  }
  #area03 .area_ttl::after {
    content: "";
    background: url(../img/thankyouspecialprice/item_bg03.png) no-repeat center/contain;
    position: absolute;
    width: 240px;
    height: 175px;
    top: -40px;
    left: -130px;
    z-index: -1;
  }
}
#area03 .col02 .ph_wrap {
  width: 500px;
  margin: 0;
}
#area03 .col02 .item_wrap {
  width: 380px;
}
@media screen and (max-width: 768px) {
  #area03 .col02 {
    display: block;
  }
  #area03 .col02 .ph_wrap {
    width: 100%;
  }
  #area03 .col02 .item_wrap {
    width: 100%;
  }
}
#area03 .contents_wrap .col02 {
  margin-bottom: 50px;
}
#area03 .contents_wrap .col02:nth-of-type(odd) .item_wrap {
  margin-left: 50px;
}
#area03 .contents_wrap .col02:nth-of-type(2) .ph_wrap {
  width: 539px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #area03 .contents_wrap {
    margin-bottom: 0;
  }
  #area03 .contents_wrap .col02 {
    margin-bottom: 40px;
  }
  #area03 .contents_wrap .col02:nth-of-type(odd) .item_wrap {
    margin-left: 0;
  }
  #area03 .contents_wrap .col02:first-of-type {
    width: 100%;
    position: relative;
  }
  #area03 .contents_wrap .col02:first-of-type::after {
    content: "";
    background: url(../img/thankyouspecialprice/item_bg04.png) no-repeat center/contain;
    width: 242px;
    height: 195px;
    position: absolute;
    right: -120px;
    bottom: -120px;
    z-index: -1;
  }
  #area03 .contents_wrap .col02:first-of-type .ph_wrap {
    margin: 0 auto 0 -28px;
  }
  #area03 .contents_wrap .col02:first-of-type .item_wrap {
    padding-right: 28px;
    margin-top: -15px;
  }
  #area03 .contents_wrap .col02:nth-of-type(2) .ph_wrap {
    width: 100%;
  }
}
#area03 .col03 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #area03 .col03 {
    margin-bottom: 0;
  }
  #area03 .col03 > div:last-of-type {
    margin: -20px auto 70px;
  }
  #area03 .col03 > div:last-of-type .item_wrap {
    position: relative;
  }
  #area03 .col03 > div:last-of-type .item_wrap::after {
    content: "";
    background: url(../img/thankyouspecialprice/item_bg05.png) no-repeat center/contain;
    width: 227px;
    height: 120px;
    position: absolute;
    top: -40px;
    right: -120px;
    z-index: -1;
  }
}
#area03 .col03 + .col02 {
  flex-flow: row-reverse;
}
#area03 .col03 + .col02 .item_wrap {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #area03 .col03 + .col02 {
    position: relative;
  }
  #area03 .col03 + .col02::after {
    content: "";
    background: url(../img/thankyouspecialprice/item_bg06.png) no-repeat center/contain;
    width: 581px;
    height: 404px;
    position: absolute;
    transform: translate(-50%, 0);
    top: -20%;
    left: 50%;
    z-index: -1;
  }
  #area03 .col03 + .col02 .ph_wrap {
    margin: 0 0 0 28px;
  }
  #area03 .col03 + .col02 .item_wrap {
    padding-left: 28px;
    margin-top: 15px;
  }
}

.share_wrap {
  background: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .share_wrap {
    position: relative;
  }
  .share_wrap::before {
    content: "";
    background: url(../img/miolimiteditem/bg_sp_btm.png) no-repeat center/375px;
    width: 100%;
    height: 281px;
    position: absolute;
    transform: translate(0, -50%);
    top: 60%;
    left: 0;
    z-index: -1;
  }
}