#main {
  background: #FFEFAA;
}
@media screen and (max-width: 768px) {
  #main > .container {
    padding: 0 28px;
  }
}

.subject {
  width: 100%;
  padding: 40px 0 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .subject {
    width: 80%;
    padding: 30px 8px 10px;
    margin: 0 auto;
  }
}

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

.bg {
  background: #FDF8E8;
  position: relative;
  z-index: 1;
}
.bg::after {
  content: "";
  background: #FFEFAA;
  width: 100%;
  height: 45px;
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .bg::after {
    height: 23px;
  }
}

.flex_wrap {
  width: 906px;
  margin: 0 auto;
  padding: 0 500px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flex_wrap {
    width: 100%;
    padding: 0 28px 51vw;
  }
}
.flex_wrap::after {
  content: "";
  background: url(../img/anniversarygourmet/mv.png) no-repeat center/cover;
  width: 472px;
  height: 278.13px;
  position: absolute;
  bottom: -10px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .flex_wrap::after {
    width: 80vw;
    height: 46vw;
    transform: translate(-50%, 0);
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0;
  }
}
.flex_wrap .lead {
  margin-bottom: 20px;
  color: #532822;
  font-size: 14px;
  line-height: 1.9;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .flex_wrap .lead {
    text-align: center;
  }
}

.anchor_list {
  display: block;
  margin-bottom: 0;
}
.anchor_list li {
  width: 100%;
  border-radius: 5px;
  border-color: #532822;
  box-shadow: 0px 2px 0 #532822;
  color: #532822;
  font-weight: bold;
  overflow: hidden;
}
.anchor_list li:not(:last-child) {
  margin-bottom: 10px;
}
.anchor_list li a {
  background: #fff;
}
.anchor_list li a::after {
  border: 1px solid;
  border-color: transparent transparent #532822 #532822;
}
@media screen and (max-width: 768px) {
  .anchor_list {
    display: flex;
    justify-content: space-between;
  }
  .anchor_list li {
    width: calc(50% - 5px);
    border-width: 2px;
    height: 50px;
    font-size: 14px;
    margin: 0 !important;
  }
  .anchor_list li::before {
    top: 5px;
  }
  .anchor_list li a {
    padding: 0;
  }
  .anchor_list li a::after {
    top: 50%;
    left: auto;
    right: 10px;
  }
}

section {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 30px 0;
  }
}

.contents_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .contents_wrap {
    display: block;
    margin-top: -15px;
  }
}
.contents_wrap > div {
  width: calc(50% - 35px);
  margin-top: 100px;
}
.contents_wrap > div .ph_wrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contents_wrap > div {
    width: 100%;
    margin-top: 40px;
  }
  .contents_wrap > div .ph_wrap {
    margin-bottom: 0;
  }
}
.contents_wrap .col02 {
  display: block;
}
@media screen and (max-width: 768px) {
  .contents_wrap .col02 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .contents_wrap .col02 .item_wrap {
    width: 45%;
  }
}

.item_flex_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .item_flex_wrap {
    margin-top: 50px;
  }
}
.item_flex_wrap > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 13px);
}
@media screen and (max-width: 768px) {
  .item_flex_wrap > div:nth-of-type(1) .ph_wrap {
    justify-content: flex-start !important;
  }
  .item_flex_wrap > div:nth-of-type(1) .ph_wrap img {
    width: 80%;
  }
  .item_flex_wrap > div:nth-of-type(2) {
    margin-top: 8vw;
  }
}
.item_flex_wrap > div > div {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .item_flex_wrap > div {
    display: block;
  }
  .item_flex_wrap > div > div {
    width: 100%;
  }
}
.item_flex_wrap > div .item_wrap {
  margin-top: 10px;
}
.item_flex_wrap > div .item_wrap .shop_logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .item_flex_wrap > div .item_wrap {
    margin-top: 0;
  }
  .item_flex_wrap > div .item_wrap .shop_logo {
    display: block;
  }
}

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

.icon {
  position: relative;
}
.icon::before {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
}
.icon.takeout01::before {
  background: url(../img/icon_takeout.svg) no-repeat center/contain;
}
.icon.takeout02::before {
  background: url(../img/icon_takeout_ok.svg) no-repeat center/contain;
}

#area01 {
  padding: 40px 0 236px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #area01 {
    padding: 45px 0 45vw;
  }
  #area01 .contents_wrap > div:nth-of-type(2) .ph_wrap, #area01 .contents_wrap > div:nth-of-type(18) .ph_wrap, #area01 .contents_wrap > div:nth-of-type(20) .ph_wrap {
    margin: 0 -28px;
    width: 100vw;
  }
  #area01 .contents_wrap > div:nth-of-type(4) .item_wrap {
    margin-top: -40px;
  }
  #area01 .contents_wrap > div:nth-of-type(4) .ph_wrap, #area01 .contents_wrap > div:nth-of-type(14) .ph_wrap {
    margin: 0 auto 0 -28px;
    width: calc(100% + 28px);
  }
  #area01 .contents_wrap > div:nth-of-type(5) .ph_wrap, #area01 .contents_wrap > div:nth-of-type(17) .ph_wrap {
    margin: 0 -28px 0 auto;
    width: calc(100% + 28px);
  }
  #area01 .contents_wrap > div:nth-of-type(1) .ph_wrap, #area01 .contents_wrap > div:nth-of-type(5) .ph_wrap, #area01 .contents_wrap > div:nth-of-type(14) .ph_wrap, #area01 .contents_wrap > div:nth-of-type(17) .ph_wrap {
    margin-bottom: 10px;
  }
  #area01 .contents_wrap > div:nth-of-type(3), #area01 .contents_wrap > div:nth-of-type(6), #area01 .contents_wrap > div:nth-of-type(8), #area01 .contents_wrap > div:nth-of-type(10), #area01 .contents_wrap > div:nth-of-type(13), #area01 .contents_wrap > div:nth-of-type(16), #area01 .contents_wrap > div:nth-of-type(21) {
    flex-flow: row-reverse;
  }
  #area01 .contents_wrap > div:nth-of-type(3) .ph_wrap, #area01 .contents_wrap > div:nth-of-type(6) .ph_wrap, #area01 .contents_wrap > div:nth-of-type(8) .ph_wrap, #area01 .contents_wrap > div:nth-of-type(10) .ph_wrap, #area01 .contents_wrap > div:nth-of-type(13) .ph_wrap, #area01 .contents_wrap > div:nth-of-type(16) .ph_wrap, #area01 .contents_wrap > div:nth-of-type(21) .ph_wrap {
    margin: 0 -28px 0 0;
    width: 63%;
  }
  #area01 .contents_wrap > div:nth-of-type(7) .ph_wrap, #area01 .contents_wrap > div:nth-of-type(15) .ph_wrap, #area01 .contents_wrap > div:nth-of-type(22) .ph_wrap {
    margin: 0 0 0 -28px;
    width: 63%;
  }
  #area01 .contents_wrap > div:nth-of-type(7) .ph_wrap, #area01 .contents_wrap > div:nth-of-type(8) .ph_wrap {
    width: 60%;
  }
  #area01 .contents_wrap > div:nth-of-type(9) .ph_wrap {
    width: 50%;
  }
  #area01 .contents_wrap > div:nth-of-type(12) .ph_wrap {
    margin: 0 -10% 0 -26%;
    width: 83%;
  }
  #area01 .contents_wrap > div:nth-of-type(12) .icon::before {
    top: auto;
    bottom: 101%;
  }
  #area01 .contents_wrap > div:nth-of-type(13) .ph_wrap {
    margin: 0 -24% 0 -13%;
    width: 88%;
  }
  #area01 .contents_wrap > div:nth-of-type(13) .item_wrap {
    position: relative;
    z-index: 2;
  }
  #area01 .contents_wrap > div:nth-of-type(15) .ph_wrap {
    margin-right: -5%;
    width: 68%;
  }
  #area01 .contents_wrap > div:nth-of-type(18) .item_wrap {
    margin-top: -30px;
  }
  #area01 .contents_wrap > div:nth-of-type(19) .ph_wrap {
    margin: 0 -50px 0 -6px;
    width: 100vw;
  }
  #area01 .contents_wrap > div:nth-of-type(19) .item_wrap {
    margin-top: -50px;
  }
  #area01 .contents_wrap > div:nth-of-type(20) .item_wrap {
    margin-top: -30px;
  }
}
#area01::after {
  content: "";
  background: url(../img/anniversarygourmet/sect01_bg.png) no-repeat center/100%;
  width: 535.13px;
  height: 254.77px;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -57px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #area01::after {
    background: url(../img/anniversarygourmet/sect01_bg.png) no-repeat center/100%;
    width: 90%;
    height: auto;
    padding-top: 45%;
    left: 52%;
    bottom: -40px;
  }
}
#area01 div[data-mh*=ph_wrap] {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-end;
}
#area01 div[data-mh*=ph_wrap] img {
  width: 100%;
}

#area02 {
  background: #FDF8E8;
  padding: 100px 0 236px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #area02 {
    padding: 80px 0 45vw;
  }
}
#area02::after {
  content: "";
  background: url(../img/anniversarygourmet/sect02_bg.png) no-repeat center/100%;
  width: 456.1px;
  height: 271.54px;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -57px;
}
@media screen and (max-width: 768px) {
  #area02::after {
    width: 74%;
    height: auto;
    padding-top: 45%;
    bottom: -45px;
  }
}
@media screen and (max-width: 768px) {
  #area02 .contents_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #area02 .contents_wrap > div {
    width: calc(50% - 13px);
  }
  #area02 .contents_wrap > div:nth-of-type(1) .ph_wrap {
    margin: 0 0 0 -28px;
  }
  #area02 .contents_wrap > div:nth-of-type(2) .ph_wrap {
    margin: 40px 0 0 -13px;
  }
  #area02 .contents_wrap > div:nth-of-type(1) .ph_wrap, #area02 .contents_wrap > div:nth-of-type(2) .ph_wrap {
    margin-bottom: 15px;
    width: calc(100% + 41px);
  }
  #area02 .contents_wrap > div:nth-of-type(3), #area02 .contents_wrap > div:nth-of-type(4) {
    width: 100%;
  }
  #area02 .contents_wrap > div:nth-of-type(3) {
    flex-flow: row-reverse;
  }
  #area02 .contents_wrap > div:nth-of-type(3) .ph_wrap {
    margin: 0 -28px 0 0;
    width: 63%;
  }
  #area02 .contents_wrap > div:nth-of-type(4) .ph_wrap {
    margin: 0 -5% 0 -28px;
    width: 68%;
  }
  #area02 .contents_wrap > div:nth-of-type(6) .ph_wrap {
    margin: 0 -28px 0 0;
  }
  #area02 .contents_wrap > div:nth-of-type(5) .icon::before, #area02 .contents_wrap > div:nth-of-type(6) .icon::before {
    top: auto;
    bottom: -25px;
  }
}

.share_wrap {
  background: #F7F7F7;
  margin-top: 113px;
}
@media screen and (max-width: 768px) {
  .share_wrap {
    margin-top: 79px;
    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;
  }
}