body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  padding: 20px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ol {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 5px 30px 5px 5px;
}

ol li {
  display: inline-block;
  word-break: break-all;
  color: #1E1E22;
  font-size: 12px;
}

ol li:nth-child(5)::after {
  content: "";
  display: block;
}

ol li a {
  color: #1E1E22;
  text-decoration: none;
}

ol li+li::before {
  content: " > ";
}

h1 {
  text-align: center;
  font-weight: normal;
  margin: 0 0 60px;
}

.bold {
  font-weight: bold;
}

.btn {
  color: #FFF;
  background: #BF95A4;
  border-radius: 9px;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  letter-spacing: .1em;
  padding: 0.3rem 0.2rem;
}

.btn:hover {
  opacity: .7;
}

.header_contents {
  z-index: 9997;
}

.modaal-overlay {
  z-index: 9998;
}

@media screen and (max-width: 760px) and (min-width: 0px) {
  body {
    padding: 10px;
  }

  h1 {
    margin: 30px 0 60px;
    font-size: 22px;
  }

  .btn {
    height: 40px;
    font-size: 13px;
    padding: 0.5rem 0.1rem;
  }
}

/* 結果ページ */
body.pearlforlife-result {
  background: #FEFFEC;
  color: #1E1E22;
}

.pagetitle {
  text-align: center;
  margin: 60px 0;
}

.pagetitle .en {
  display: block;
  font-family: YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
  color: #BF95A4;
  font-size: 42px;
  font-weight: 400;
  margin: 0 0 10px;
}

.pagetitle .ja {
  display: block;
  color: #1E1E22;
  font-size: 30px;
}

.recommend_item {
  display: flex;
  max-width: 700px;
  margin: 0 auto 60px;
  justify-content: space-between;
}

.item {
  flex-basis: 48%;
  display: flex;
  justify-content: space-between;
}

.item .thumb {
  flex-basis: 48%;
}

.item .thumb img {
  border-radius: 100%;
}

.item .info {
  flex-basis: 48%;
}

.item .info h1 {
  margin: 0 0 20px;
  text-align: left;
  font-size: 18px;
}

.item .info h1 a {
  color: #1E1E22;
  text-decoration: none;
}

.item .info .btn {
  color: #FFF;
  background: #BF95A4;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  padding: 13px 20px;
  height: auto;
}

.recommend_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
  margin: 0 auto 80px;
}

.recommend_info .thumb {
  flex-basis: 40%;
}

.recommend_info .info {
  flex-basis: 56%;
  font-size: 20px;
  line-height: 1.6;
}

.pickup {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 90px;
}

.pickup h2 {
  font-size: 32px;
  margin-bottom: 0;
}

.pickup p {
  margin: 6px 0 30px;
  font-size: 23px;
}

.special_event {
  max-width: 700px;
  margin: 0 auto 80px;
}

.special_event h2 {
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: .1em;
}

.special_event h2 span {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 75%, #E0CDCA 0%) repeat scroll 0 -7px;
}

.special_event .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.special_event .thumb {
  flex-basis: 40%;
}

.special_event .info {
  flex-basis: 56%;
  font-size: 20px;
  line-height: 1.6;
}

.red {
  color: #ff0000;
}

.special_event .info p {
  margin: 0;
}

.line_consultation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.line_consultation .thumb {
  flex-basis: 40%;
  text-align: right;
}

.line_consultation .thumb img {
  margin-right: 40px;
}

.line_consultation .info {
  flex-basis: 56%;
  font-size: 20px;
  line-height: 1.6;
}

.line_consultation .info p {
  margin: 0 0 30px;
  line-height: 2;
}

.line_consultation .btnArea {
  max-width: 280px;
}

.line_consultation .btnArea a {
  transition: all .3s ease;
}

.line_consultation .btnArea a:hover {
  opacity: .7;
}

.sns_share {
  display: block;
  text-align: center;
  margin: 0 0 80px;
}

.sns_share h2 {
  font-size: 30px;
  margin: 0 0 40px;
}

.sns_share i {
  transform: rotate(90deg);
  display: inline-block;
  font-style: normal;
}

.sns_share svg {
  width: 46px;
}

.sns_share svg path {
  fill: #555555;
}

.sns_share .footer_IconList__item {
  width: auto;
  flex-basis: auto;
  margin: 0 16px 20px;
}

.topback {
  text-align: center;
  margin: 0 0 60px;
}

.topback .btn {
  color: #FFF;
  background: #BF95A4;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  padding: 13px 36px;
  height: auto;
}

@media screen and (max-width: 760px) and (min-width: 0px) {
  body.pearlforlife-result ol li:last-child {
    display: block;
  }

  .pagetitle {
    margin: 30px 0;
  }

  .pagetitle .en {
    font-size: 24px;
    margin: 0 0 4px;
  }

  .pagetitle .ja {
    font-size: 16px;
  }

  .recommend_item {
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 40px;
    font-size: 14px;
  }

  .item {
    margin: 0 0 30px;
  }

  .item .info h1 {
    font-size: 14px;
  }

  .recommend_info {
    margin-bottom: 40px;
  }

  .recommend_info .info {
    font-size: 14px;
  }

  .pickup {
    margin-bottom: 40px;
  }

  .pickup h2 {
    font-size: 25px;
  }

  .pickup p {
    font-size: 15px;
  }

  .special_event {
    margin: 0 30px 30px 30px;
  }

  .special_event h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .special_event .row {
    display: block;
  }

  .special_event .thumb {
    margin-bottom: 20px;
  }

  .special_event .info {
    text-align: center;
    font-size: 14px;
  }

  .line_consultation {
    margin: 0 30px 30px 30px;
  }

  .line_consultation .info p {
    font-size: 12px;
    margin: 0 0 10px;
  }

  .line_consultation .thumb {
    flex-basis: 25%;
  }

  .line_consultation .info {
    flex-basis: 65%;
  }

  .sns_share {
    margin: 0 0 40px;
  }

  .sns_share h2 {
    font-size: 18px;
    margin: 0 0 20px;
  }

  .sns_share ul {
    margin: 0 10px 0;
    justify-content: center;
  }

  .sns_share .footer_IconList__item {
    margin: 0 16px;
  }

  .sns_share svg {
    width: 46px;
  }

  .topback .btn {
    font-size: 16px;
    padding: 13px 40px;
  }

  .item .info .btn {
    color: #FFF;
    background: #BF95A4;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    padding: 8px 18px;
    height: auto;
  }
}

.gray-circle {
  border-radius: 50%;
  background: #CCC;
}

figure.gray-circle {
  padding: 40px;
  margin: 0 6px 30px;
}

.choices2,
.choices4 {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
}

.choices2 li,
.choices4 li {
  flex-basis: 200px;
  margin: 0 20px 20px;
  text-align: center;
}

figure.figure_size2 {
  margin: 0px 5px 17px;
}

figure.figure_size4 {
  margin: 0px 0px 17px;
}

.footer_IconList {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
}

@media screen and (max-width: 760px) and (min-width: 0px) {
  figure.gray-circle {
    padding: 20px;
    margin: 0 6px 30px;
  }

  .choices2,
  .choices4 {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
  }

  .choices2 li,
  .choices4 li {
    flex-basis: 45%;
    margin: 0 2% 30px;
  }
}
