p, li, dt, dd, table {
  line-break: strict;
}

.whitelily__header {
  width: 100%;
}

.whitelily__history,
.whitelily__banner {
  background: #fff;
}

.whitelily__history p {
  line-height: 1.6;
}

.whitelily__item:nth-of-type(odd) {
  background: #e0e9ee;
}

.whitelily__item:nth-of-type(even) {
  background: #fff;
}

.whitelily__item__inner {
  display: flex;
}

.whitelily__item:nth-of-type(odd) .whitelily__item__inner {
  flex-direction: row-reverse;
}

.whitelily__item__img {
  position: relative;
}

.whitelily__item__img img {
  position: absolute;
}

.whitelily__savon {
  background: #e0e9ee;
}

.whitelily__savon p {
  line-height: 1.6;
}

.whitelily__savon__link a,
.whitelily__banner a {
  display: block;
}

@media (min-width: 768px) {
  .pcOnly {
    display: block;
  }
  .spOnly {
    display: none;
  }

  .whitelily__header {
    margin-top: -30px;
    padding-top: 25%;
    background: url('./images/bg_top_pc.jpg') center/cover no-repeat;
  }

  .whitelily__container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }

  .whitelily__contents {
    padding: 50px;
  }

  .whitelily__history {
    margin-top: -60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .whitelily__history h2 {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.8;
    letter-spacing: 0.2em;
  }

  .whitelily__history p {
    font-size: 16px;
  }

  .whitelily__item__inner {
    justify-content: center;
  }

  .whitelily__item__detail {
    width: 60%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .whitelily__item__hdg {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.8;
    letter-spacing: 0.2em;
  }

  .whitelily__item:nth-of-type(1) .whitelily__item__img {
    width: 200px;
    margin-right: 50px;
  }

  .whitelily__item:nth-of-type(2) .whitelily__item__img {
    width: 120px;
    margin-left: 50px;
  }

  .whitelily__item:nth-of-type(2) .whitelily__item__img img {
    top: 20px;
  }

  .whitelily__item:nth-of-type(3) .whitelily__item__img {
    width: 64px;
    margin-right: 50px;
  }

  .whitelily__item:nth-of-type(4) .whitelily__item__img {
    width: 145px;
    margin-left: 50px;
  }

  .whitelily__item:nth-of-type(5) .whitelily__item__img {
    width: 145px;
    margin-right: 50px;
  }

  .whitelily__item:nth-of-type(6) .whitelily__item__img {
    width: 125px;
    margin-left: 50px;
  }

  .whitelily__item:nth-of-type(1) .whitelily__item__img img,
  .whitelily__item:nth-of-type(3) .whitelily__item__img img,
  .whitelily__item:nth-of-type(4) .whitelily__item__img img,
  .whitelily__item:nth-of-type(5) .whitelily__item__img img,
  .whitelily__item:nth-of-type(6) .whitelily__item__img img {
    bottom: 0;
  }

  .whitelily__savon h3 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.8;
    letter-spacing: 0.2em;
  }

  .whitelily__savon__link {
    max-width: 550px;
    margin: 30px auto 0;
  }
}

@media (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }

  .whitelily__header {
    padding-top: 117%;
    background: url('./images/bg_top_sp.jpg') center/cover no-repeat;
  }

  .whitelily__history {
    padding: 18.6% 5.3%;
  }

  .whitelily__history h2 {
    margin-bottom: 1.5em;
    font-size: 5.5vw;
    font-weight: normal;
    letter-spacing: 0.1em;
  }

  .whitelily__history p {
    font-size: 4.2vw;
  }

  .whitelily__item__detail {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .whitelily__item__hdg {
    margin-bottom: 0.5em;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
  }

  .whitelily__item__text {
    font-size: 3.2vw;
    line-height: 1.5;
  }

  .whitelily__item__inner {
    justify-content: space-between;
    padding: 0 5%;
  }

  .whitelily__item:nth-of-type(1) .whitelily__item__detail {
    width: calc(100% - 32% - 5%);
  }

  .whitelily__item:nth-of-type(1) .whitelily__item__img {
    width: 32%;
  }

  .whitelily__item:nth-of-type(1) .whitelily__item__img img {
    top: -10%;
  }

  .whitelily__item:nth-of-type(2) .whitelily__item__detail {
    width: calc(100% - 40%);
  }

  .whitelily__item:nth-of-type(2) .whitelily__item__img {
    width: 40%;
  }

  .whitelily__item:nth-of-type(2) .whitelily__item__img img {
    top: 15%;
  }

  .whitelily__item:nth-of-type(3) .whitelily__item__detail {
    width: calc(100% - 35%);
  }

  .whitelily__item:nth-of-type(3) .whitelily__item__img {
    width: 35%;
  }

  .whitelily__item:nth-of-type(3) .whitelily__item__img img {
    bottom: 1px;
  }

  .whitelily__item:nth-of-type(4) .whitelily__item__detail {
    width: calc(100% - 33% - 2%);
  }

  .whitelily__item:nth-of-type(4) .whitelily__item__img {
    width: 33%;
  }

  .whitelily__item:nth-of-type(4) .whitelily__item__img img {
    bottom: 1px;
  }

  .whitelily__item:nth-of-type(5) .whitelily__item__detail {
    width: calc(100% - 32% - 5%);
  }

  .whitelily__item:nth-of-type(5) .whitelily__item__img {
    width: 32%;
  }

  .whitelily__item:nth-of-type(5) .whitelily__item__img img {
    bottom: 1px;
  }

  .whitelily__item:nth-of-type(6) .whitelily__item__detail {
    width: calc(100% - 38% - 2%);
  }

  .whitelily__item:nth-of-type(6) .whitelily__item__img {
    width: 35%;
  }

  .whitelily__item:nth-of-type(6) .whitelily__item__img img {
    bottom: 1px;
  }

  .whitelily__savon__inner {
    padding: 18.6% 5.3%;
  }

  .whitelily__savon h3 {
    margin-bottom: 1.5em;
    font-size: 5.5vw;
    letter-spacing: 0.1em;
  }

  .whitelily__savon p {
    font-size: 4.2vw;
  }

  .whitelily__savon__link {
    width: 80%;
    margin: 15% auto 0;
  }

  .whitelily__banner {
    padding: 13.3% 8%;
  }
}