#main {
  background: url(../img/miolimiteditem/bg.png) repeat-y center/1070px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #main {
    background: url(../img/miolimiteditem/bg_vertical_sp.png) repeat-y center -68px/617px;
  }
}
#main::before, #main::after {
  content: "";
  background-image: url(../img/miolimiteditem/bg_vertical.png);
  background-size: 149px;
  background-repeat: repeat;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
#main::before {
  left: -550px;
  background-position: right center;
}
#main::after {
  right: -535px;
  background-position: left center;
}
#main .area_wrap {
  padding: 60px 20px 0;
}
@media screen and (max-width: 768px) {
  #main::before {
    background: url(../img/miolimiteditem/bg_sp_top.png) no-repeat center/375px;
    width: 100%;
    height: 133px;
    top: -60px;
    left: 0;
  }
  #main::after {
    display: none;
  }
  #main .area_wrap {
    padding-top: 20px;
  }
}

.bg_wrap {
  background: #F1CFCA;
  max-width: 1206px;
  width: 100%;
  padding: 53px 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bg_wrap {
    padding: 20px 20px 0;
  }
}

.subject {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .subject {
    margin: 0 auto 25px;
    width: 90%;
  }
}

.area_ttl {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .area_ttl {
    margin-bottom: 45px;
  }
  .area_ttl img {
    width: auto;
    height: 39px;
  }
}

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

.anchor_list {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .anchor_list li {
    border-width: 2px;
  }
  .anchor_list li a {
    padding: 0;
  }
  .anchor_list li a::after {
    top: 50%;
    left: auto;
    right: 10px;
  }
}

section {
  padding: 90px 20px;
}
@media screen and (max-width: 768px) {
  section {
    padding: 50px 0;
  }
}

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

#area01 {
  border-bottom: 1px dotted #000;
}
#area01 .contents_wrap.item01 .col02:last-of-type .item_wrap {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  #area01 .contents_wrap.item01 .col02:nth-of-type(3) {
    display: block;
  }
  #area01 .contents_wrap.item01 .col02:nth-of-type(3) .ph_wrap {
    width: 85%;
    margin: 0 auto;
  }
  #area01 .contents_wrap.item01 .col02:nth-of-type(3) .item_wrap {
    max-width: 224px;
    width: 100%;
    margin: -20px auto 0 !important;
  }
  #area01 .contents_wrap.item01 .col02:nth-of-type(4) {
    flex-flow: row;
  }
  #area01 .contents_wrap.item01 .col02:nth-of-type(4) .ph_wrap {
    margin: 0 auto 0 -20px;
  }
  #area01 .contents_wrap.item01 .col02:nth-of-type(5) {
    flex-flow: row-reverse;
  }
  #area01 .contents_wrap.item01 .col02:nth-of-type(5) .ph_wrap {
    margin: 0 -20px 0 auto;
  }
}
#area01 .contents_wrap.item02 .col02:last-of-type {
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  #area01 .contents_wrap.item02 .col02:last-of-type {
    margin-top: 40px;
  }
  #area01 .contents_wrap.item02 .col02:last-of-type .item_wrap {
    margin: -20px auto 0 !important;
  }
}
#area01 .contents_wrap .col02:last-of-type {
  margin-right: -100px;
}
#area01 .contents_wrap .col02:last-of-type .ph_wrap {
  width: 569.5px;
  margin: 0;
}
#area01 .contents_wrap .col02:last-of-type .item_wrap {
  margin-right: -40px;
}
@media screen and (max-width: 768px) {
  #area01 .contents_wrap .col02:last-of-type {
    display: block;
    margin-right: 0;
  }
  #area01 .contents_wrap .col02:last-of-type .ph_wrap {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  #area01 .contents_wrap .col02:last-of-type .item_wrap {
    max-width: 224px;
    width: 100%;
    margin: -25px auto 0 !important;
  }
}

.contents_wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .contents_wrap {
    margin-bottom: 40px;
  }
}
.contents_wrap .col02 .ph_wrap {
  width: 300px;
}
.contents_wrap .col02:not(:first-of-type) {
  margin-top: -80px;
}
.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 {
    justify-content: space-between;
    align-items: flex-start;
  }
  .contents_wrap .col02 .ph_wrap {
    width: 55%;
  }
  .contents_wrap .col02 .item_wrap {
    width: 44.5%;
  }
  .contents_wrap .col02:not(:first-of-type) {
    margin-top: 40px;
  }
  .contents_wrap .col02:nth-of-type(odd) .ph_wrap {
    margin: 0 auto 0 -20px;
  }
  .contents_wrap .col02:nth-of-type(even) {
    flex-flow: row-reverse;
  }
  .contents_wrap .col02:nth-of-type(even) .ph_wrap {
    margin: 0 -20px 0 auto;
  }
}

.col03 {
  display: flex;
  justify-content: space-between;
}
.col03:not(:last-of-type) {
  margin-bottom: 60px;
}
.col03 > div {
  width: calc(33.3333333333% - 29px);
}
.col03 > div .item_wrap {
  margin-top: 10px;
}
.col03 > div .item_wrap .shop_logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .col03 > div .item_wrap {
    margin-top: 0;
  }
  .col03 > div .item_wrap .shop_logo {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .col03 {
    display: block;
  }
  .col03:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .col03 > div {
    display: flex;
    width: 100%;
  }
  .col03 > div .ph_wrap {
    width: 55%;
  }
  .col03 > div .item_wrap {
    width: 44.5%;
  }
  .col03 > div:not(:first-of-type) {
    margin-top: 40px;
  }
  .col03 > div:nth-of-type(odd) .ph_wrap {
    margin: 0 auto 0 -20px;
  }
  .col03 > div:nth-of-type(even) {
    flex-flow: row-reverse;
  }
  .col03 > div:nth-of-type(even) .ph_wrap {
    margin: 0 -20px 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .item01 + .col03 div:nth-of-type(3) {
    display: block;
  }
  .item01 + .col03 div:nth-of-type(3) .ph_wrap {
    width: 85%;
    margin: 0 auto;
  }
  .item01 + .col03 div:nth-of-type(3) .item_wrap {
    max-width: 224px;
    width: 100%;
    margin: -20px auto 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .item02 + .col03 div:nth-of-type(even) {
    flex-flow: row;
  }
  .item02 + .col03 div:nth-of-type(even) .ph_wrap {
    margin: 0 auto 0 -20px;
  }
  .item02 + .col03 div:nth-of-type(odd) {
    flex-flow: row-reverse;
  }
  .item02 + .col03 div:nth-of-type(odd) .ph_wrap {
    margin: 0 -20px 0 auto;
  }
}
#area02 .contents_wrap {
  margin-bottom: 0;
}
#area02 .contents_wrap .col02 {
  margin-top: 0;
}
#area02 .contents_wrap .col02:nth-of-type(2) {
  margin-top: -80px;
}
#area02 .contents_wrap .col02:nth-last-of-type(-n+2) {
  margin-top: 60px;
}
#area02 .contents_wrap .col02:nth-last-of-type(-n+2) .ph_wrap {
  width: 472px;
}
@media screen and (max-width: 768px) {
  #area02 .contents_wrap .col02 {
    margin-top: 0;
  }
  #area02 .contents_wrap .col02:nth-of-type(2) {
    margin-top: 40px;
  }
  #area02 .contents_wrap .col02:nth-last-of-type(-n+2) {
    display: block;
    max-width: 250px;
    width: 100%;
    margin: 40px auto 0;
  }
  #area02 .contents_wrap .col02:nth-last-of-type(-n+2) .ph_wrap {
    width: 100%;
    margin: 0 0 20px;
  }
  #area02 .contents_wrap .col02:nth-last-of-type(-n+2) .item_wrap {
    width: 100%;
  }
}

.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;
  }
}