@charset "UTF-8";
/*=======================================
イベント 酒呑童子行列
=========================================*/
.l-pagetitle-mv {
  background-image: url(../img/sake/pagetitle_img1.jpg);
}

.p-sake {
  overflow: hidden;
}
.p-sake .p-top__news {
  margin-bottom: 185px;
}
.p-sake__lead {
  background: #F9FAED;
  position: relative;
  padding-top: 22px;
  padding-bottom: 32px;
  margin-bottom: 241px;
}
.p-sake__lead:before, .p-sake__lead:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.p-sake__lead:before {
  top: -130px;
  background-image: url(../img/sake/lead_bg1.svg);
}
.p-sake__lead:after {
  bottom: -130px;
  background-image: url(../img/sake/lead_bg2.svg);
}
.p-sake__lead p {
  text-align: center;
  line-height: 1.6;
}
.p-sake__lead .img1 {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-sake__lead .img1 > div {
  width: 48.4375%;
  margin-left: 3.125%;
}
.p-sake__lead .img1 > div:nth-child(2n+1) {
  margin-left: 0;
}
.p-sake__lead .img1 > p {
  width: 100%;
  margin-top: 10px;
  text-align: right;
  line-height: 1.6;
}
.p-sake__lead .icon1,
.p-sake__lead .icon2,
.p-sake__lead .icon3,
.p-sake__lead .icon4 {
  position: absolute;
  pointer-events: none;
  left: 50%;
  z-index: 1;
}
.p-sake__lead .icon1 {
  top: -28px;
  margin-left: -460px;
}
.p-sake__lead .icon2 {
  top: -97px;
  margin-left: 284px;
}
.p-sake__lead .icon3 {
  top: 213px;
  margin-left: 374px;
}
.p-sake__lead .icon4 {
  bottom: -131px;
  margin-left: -587px;
}
.p-sake__content .img1,
.p-sake__content .img2 {
  display: flex;
  justify-content: space-between;
}
.p-sake__content .img1 > div,
.p-sake__content .img2 > div {
  width: 48.4375%;
  margin-left: 3.125%;
  position: relative;
  z-index: 2;
}
.p-sake__content .img1 > div:nth-child(2n+1),
.p-sake__content .img2 > div:nth-child(2n+1) {
  margin-left: 0;
}
.p-sake__content .img1 {
  margin-bottom: 51px;
  position: relative;
}
.p-sake__content .img1 > div:nth-child(2) {
  margin-top: 97px;
}
.p-sake__content .img1:before, .p-sake__content .img1:after {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/sake/content_icon1.svg) no-repeat center;
  background-size: contain;
  width: 454px;
  height: 150px;
  z-index: 1;
}
.p-sake__content .img1:before {
  top: -82px;
  right: 14.5833%;
}
.p-sake__content .img1:after {
  bottom: -13px;
  left: -203px;
}
.p-sake__content p {
  line-height: 1.6;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Yuji Syuku", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-sake__content .img2 {
  margin-top: 58px;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-sake .p-top__news {
    margin-bottom: 135px;
  }
  .p-sake__lead {
    margin-bottom: 160px;
  }
  .p-sake__lead:before, .p-sake__lead:after {
    width: 100%;
    height: 140px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 200% 100%;
  }
  .p-sake__lead:before {
    top: -130px;
    background-image: url(../img/sake/lead_bg1.svg);
  }
  .p-sake__lead:after {
    bottom: -130px;
    background-image: url(../img/sake/lead_bg2.svg);
  }
  .p-sake__lead p {
    text-align: left;
    line-height: 2;
  }
  .p-sake__lead .img1 {
    margin-top: 35px;
    display: block;
  }
  .p-sake__lead .img1 > div {
    width: auto;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .p-sake__lead .img1 > div:last-child {
    margin-bottom: 0;
  }
  .p-sake__lead .img1 > p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-sake__lead .icon1 {
    top: -98px;
    margin-left: -170px;
    width: 100px;
  }
  .p-sake__lead .icon2 {
    top: -112px;
    margin-left: 44px;
    width: 130px;
  }
  .p-sake__lead .icon3 {
    top: -37px;
    margin-left: 34px;
    width: 180px;
  }
  .p-sake__lead .icon4 {
    bottom: -31px;
    margin-left: -197px;
    width: 200px;
  }
  .p-sake__content .img1,
  .p-sake__content .img2 {
    display: block;
  }
  .p-sake__content .img1 > div,
  .p-sake__content .img2 > div {
    width: auto;
    margin-bottom: 15px;
    margin-left: 0;
  }
  .p-sake__content .img1 > div:last-child,
  .p-sake__content .img2 > div:last-child {
    margin-bottom: 0;
  }
  .p-sake__content .img1 {
    margin-bottom: 30px;
  }
  .p-sake__content .img1:before, .p-sake__content .img1:after {
    display: block;
    content: "";
    position: absolute;
    background: url(../img/sake/content_icon1.svg) no-repeat center;
    background-size: contain;
    width: 454px;
    height: 150px;
    z-index: 1;
  }
  .p-sake__content .img1:before {
    top: -82px;
    right: 14.5833%;
  }
  .p-sake__content .img1:after {
    bottom: -13px;
    left: -203px;
  }
  .p-sake__content .img1 > div:nth-child(2) {
    margin-top: 0;
  }
  .p-sake__content p {
    line-height: 2;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-sake__content .img2 {
    margin-top: 30px;
  }
}
