#main {
  background-color: #F4E4F0;
  background-image: linear-gradient(#D8A7CA 1px, transparent 0), linear-gradient(90deg, #D8A7CA 1px, transparent 0);
  background-size: 22px 22px;
  padding-top: 55px;
}
@media all and (-ms-high-contrast: none) {
  #main {
    background-image: url(../img/thanky6ucollection/bg.png);
    background-position: center;
    background-repeat: repeat;
    background-size: 1366px;
  }
}
@media screen and (max-width: 768px) {
  #main {
    padding-top: 8px;
    background-size: 14px 14px;
  }
}

.subject {
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .subject {
    margin-bottom: 40px;
  }
}

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

.lead {
  display: inline-block;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.9;
  position: relative;
}
.lead .mark {
  background: linear-gradient(transparent 15%, #fff 0%);
}
@media screen and (max-width: 768px) {
  .lead .mark {
    line-height: 2;
  }
}
.lead img {
  width: 137px;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: -175px;
}
@media screen and (max-width: 768px) {
  .lead {
    margin-bottom: 40px;
  }
  .lead img {
    width: 83px;
    transform: translate(0);
    top: -30px;
    right: 0;
  }
}

section {
  background: #FEF5EC;
  border: 1px solid #000;
  padding: 65px 45px;
}
section:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  section {
    padding: 40px 30px;
  }
}

.col02 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .col02 {
    display: block;
  }
}
.col02.flex_no {
  display: block;
}
.col02 .ph_wrap {
  flex-shrink: 0;
}
.col02 .item_wrap {
  max-width: 380px;
}
.col02 .item_wrap .icon {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .col02 .item_wrap .icon {
    display: none;
  }
  .col02 .item_wrap .box {
    background: #fff;
    border-radius: 8px;
    padding: 15px 135px 15px 18px;
    margin-top: 30px;
    color: #BA1986;
    position: relative;
  }
  .col02 .item_wrap .box::after {
    content: "";
    background: url(../img/thanky6ucollection/item06_2.png) no-repeat center/contain;
    width: 82.5px;
    height: 124.07px;
    position: absolute;
    right: 30px;
    bottom: -15px;
  }
}
.col02 .box {
  background: #fff;
  border-radius: 8px;
  padding: 15px 135px 15px 18px;
  margin-top: 30px;
  color: #BA1986;
  position: relative;
}
.col02 .box::after {
  content: "";
  background: url(../img/thanky6ucollection/item06_2.png) no-repeat center/contain;
  width: 82.5px;
  height: 124.07px;
  position: absolute;
  right: 30px;
  bottom: -15px;
}
@media screen and (max-width: 768px) {
  .col02 .box {
    padding: 15px 105px 15px 18px;
  }
  .col02 .box::after {
    width: 70px;
    height: 106px;
    right: 20px;
    bottom: 8px;
  }
}

#area01 .col02:nth-of-type(even) {
  flex-flow: row-reverse;
}
#area01 .col02:nth-of-type(1) {
  margin-bottom: 30px;
}
#area01 .col02:nth-of-type(1) .item_wrap {
  max-width: 450px;
  margin: 13% 0 auto;
}
@media screen and (max-width: 768px) {
  #area01 .col02:nth-of-type(1) {
    margin-bottom: 30px;
  }
  #area01 .col02:nth-of-type(1) .item_wrap {
    margin: 0;
  }
}
#area01 .col02:nth-of-type(2) {
  margin-bottom: 60px;
  position: relative;
}
#area01 .col02:nth-of-type(2) .ph_wrap {
  position: absolute;
  top: -260px;
  right: 0;
}
#area01 .col02:nth-of-type(2) .item_wrap {
  max-width: 525px;
  padding-right: 75px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #area01 .col02:nth-of-type(2) {
    margin-bottom: 30px;
  }
  #area01 .col02:nth-of-type(2) .ph_wrap {
    position: static;
  }
  #area01 .col02:nth-of-type(2) .item_wrap {
    padding-right: 0;
    margin: 0 auto;
  }
}
#area01 .col02:nth-of-type(3) .ph_wrap {
  margin-right: 50px;
}
#area01 .col02:nth-of-type(3) .item_wrap {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #area01 .col02:nth-of-type(3) {
    margin-bottom: 30px;
  }
  #area01 .col02:nth-of-type(3) .ph_wrap {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  #area01 .col02:nth-of-type(3) .item_wrap {
    margin-left: auto;
  }
}
#area01 .col02:nth-of-type(4) .ph_wrap {
  margin-left: 30px;
}
#area01 .col02:nth-of-type(4) .item_wrap {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #area01 .col02:nth-of-type(4) {
    margin-bottom: 30px;
  }
  #area01 .col02:nth-of-type(4) .ph_wrap {
    margin: 0 -5px 0 0;
  }
  #area01 .col02:nth-of-type(4) .item_wrap {
    margin: -25% 0 0;
  }
}
#area01 .col02:nth-of-type(5) {
  justify-content: center;
}
#area01 .col02:nth-of-type(5) .ph_wrap {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  #area01 .col02:nth-of-type(5) {
    margin-bottom: 15px;
  }
  #area01 .col02:nth-of-type(5) .ph_wrap {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
}
#area01 .col02:nth-of-type(6) {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #area01 .col02:nth-of-type(6) {
    display: flex;
  }
  #area01 .col02:nth-of-type(6) .ph_wrap {
    width: 80%;
    margin: 0 -5% auto -23%;
  }
  #area01 .col02:nth-of-type(6) .item_wrap {
    width: 48%;
    margin-top: 70px;
  }
  #area01 .col02:nth-of-type(6) .box {
    width: 100%;
  }
}

#area02 .col02 .item_wrap {
  position: relative;
}
#area02 .col02:nth-of-type(odd) {
  flex-flow: row-reverse;
}
#area02 .col02:nth-of-type(1) {
  justify-content: center;
}
#area02 .col02:nth-of-type(1) .ph_wrap {
  width: 35%;
}
#area02 .col02:nth-of-type(1) .item_wrap {
  max-width: 450px;
  margin-right: 25px;
}
#area02 .col02:nth-of-type(1) .item_wrap .icon {
  top: -10px;
  left: 150px;
}
@media screen and (max-width: 768px) {
  #area02 .col02:nth-of-type(1) {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  #area02 .col02:nth-of-type(1) .ph_wrap {
    width: 48%;
    margin: 0;
  }
  #area02 .col02:nth-of-type(1) .item_wrap {
    width: 48%;
    margin: 15px auto 0 0;
  }
}
#area02 .col02:nth-of-type(2) {
  justify-content: center;
  margin-bottom: 60px;
}
#area02 .col02:nth-of-type(2) .item_wrap {
  max-width: 250px;
  margin-left: 45px;
}
#area02 .col02:nth-of-type(2) .item_wrap .icon {
  top: -50px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #area02 .col02:nth-of-type(2) {
    margin-bottom: 40px;
  }
  #area02 .col02:nth-of-type(2) .ph_wrap {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  #area02 .col02:nth-of-type(2) .item_wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
#area02 .col02:nth-of-type(3) {
  align-items: flex-start;
}
#area02 .col02:nth-of-type(3) .ph_wrap {
  width: 60%;
  margin-left: -10%;
  margin-top: -30px;
}
#area02 .col02:nth-of-type(3) .item_wrap {
  max-width: 380px;
  width: 50%;
  margin-right: 0;
}
#area02 .col02:nth-of-type(3) .item_wrap > div {
  max-width: 250px;
  position: relative;
}
#area02 .col02:nth-of-type(3) .item_wrap .icon {
  top: -20px;
  right: -20px;
}
#area02 .col02:nth-of-type(3) .box {
  max-width: 100% !important;
  padding-right: 116px;
  margin-right: -20px;
}
#area02 .col02:nth-of-type(3) .box::after {
  background: url(../img/thanky6ucollection/item09_3.png) no-repeat center/contain;
  width: 112px;
  height: 92px;
  top: -13px;
  right: 8px;
}
@media screen and (max-width: 768px) {
  #area02 .col02:nth-of-type(3) {
    display: flex;
    flex-flow: inherit;
    flex-wrap: wrap;
  }
  #area02 .col02:nth-of-type(3) .ph_wrap {
    width: 57%;
    margin: 0 3% 0 -8%;
  }
  #area02 .col02:nth-of-type(3) .item_wrap {
    max-width: 100%;
    width: 48%;
    margin-right: 0;
  }
  #area02 .col02:nth-of-type(3) .box {
    max-width: 100% !important;
    padding-right: 110px;
    margin-right: 0;
  }
  #area02 .col02:nth-of-type(3) .box::after {
    top: 15px;
    right: -10px;
  }
}

#area03 .col02 {
  justify-content: center;
}
#area03 .col02 .item_wrap {
  max-width: 450px;
  position: relative;
}
#area03 .col02 .item_wrap .icon {
  top: -20px;
  right: -20px;
}
#area03 .col02:nth-of-type(odd) {
  flex-flow: row-reverse;
}
#area03 .col02:nth-of-type(1) {
  margin-bottom: 30px;
}
#area03 .col02:nth-of-type(1) .item_wrap {
  margin: 10% 25px auto 0;
}
@media screen and (max-width: 768px) {
  #area03 .col02:nth-of-type(1) {
    display: flex;
  }
  #area03 .col02:nth-of-type(1) .ph_wrap {
    width: 57%;
    margin: -20px -5% 20px 0;
  }
  #area03 .col02:nth-of-type(1) .item_wrap {
    width: 48%;
    margin: 0;
  }
}
#area03 .col02:nth-of-type(2) {
  margin-top: -220px;
}
#area03 .col02:nth-of-type(2) .item_wrap {
  margin: auto 0 20px 25px;
}
@media screen and (max-width: 768px) {
  #area03 .col02:nth-of-type(2) {
    margin-top: 0;
  }
  #area03 .col02:nth-of-type(2) .item_wrap {
    margin: -30% 0 0;
  }
}

.share_wrap {
  background: #fff;
}