:root {
  --c00: #333333;
  --c01: #666666;
  --c02: #ebebeb;
  --c03: #fafafa;
  --c04: #ffffff;
  --c05: #008fd0;
  --c06: #f7fcff;
  --c07: #46b759;
  --c08: #b19008;
  --c09: #e0e0e0;
  --c10: #fffae5;
  --c11: #00b900;
  --c12: #cf2e92;
  --c13: #1877f2;
  --c14: #1da1f2;
  --c15: #d3a589;
  --c16: #f88474;
  --c17: #dd943a;
  --c18: #1e8fd0;
  --c19: #3c3c3c;
  --c20: #145087;

  --f00: 10px;
  --f01: 12px;
  --f02: 14px;
  --f03: 16px;
  --f04: 18px;
  --f05: 20px;
  --f06: 24px;
  --f07: 5.95vw;
  --f08: 1.9444vw;
  --f09: 4.8vw;
  --f10: 16px;
  --f11: 14px;

  --l00: 1.5125;

  --r00: 50px;
  --r01: 0px;
  --r02: 6px;

  --s00: 10px;
  --s01: 5px;
}

.fvimg_town-water {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(./img/machimizu.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 20px;
}

.fvimg_town-water strong {
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  line-height: 48px;
  letter-spacing: 24px;
}

/********************************
** SOMMELIER CARD ***************
********************************/

.sommelier-card {
  display: flex;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px 20px;
  margin-bottom: 12px;

  .content {
    width: calc(100% - 140px);
    padding-left: 30px;
  }

  .avatar {
    background-image: url(./img/takahashi_wm.jpg);
    background-size: cover;
    height: 140px;
    width: 140px;
    border-radius: 50%;
    align-self: center;
    box-shadow: 0px 2px 8px rgba(100, 100, 100, 0.2);
  }

  .avatar-fukuhara {
    background-image: url(./img/fukuhara_wm.png);
    background-size: cover;
    height: 140px;
    width: 140px;
    border-radius: 50%;
    align-self: center;
    box-shadow: 0px 2px 8px rgba(100, 100, 100, 0.2);
  }

  .title {
    font-size: 16px;
    color: #727272;
    font-weight: 700;
  }

  .name {
    font-size: 28px;
    font-weight: 700;
  }

  .comment {
    font-size: 14px;
    color: #727272;
  }

  .body {
    font-size: 12px;
    margin-top: 18px;
    line-height: 1.6;
  }

  .reference {
    font-size: 12px;
    margin-top: 4px;
  }
}

@media (max-width: 768px) {
  .sommelier-card {
    flex-direction: column;
    padding: 24px 12px;
    text-align: center;

    .content {
      width: 100%;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      margin-top: 12px;
      padding: 12px 0 0 0;
    }

    .reference {
      margin-top: 12px;
    }

    .avatar,
    .avatar-fukuhara {
      box-shadow: 0px 2px 8px rgba(100, 100, 100, 0.2);
    }

    .comment {
      word-break: keep-all;
    }
  }
}

.related-articles dd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 769px) {
  .related-articles {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 8px 0 0 4px;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(100, 100, 100, 0.2);
  }
}

/********************************
** REVIEW SIMPLIFIED ************
********************************/

.simplified .review-link {
  text-align: center;
}

.simplified .review-link p {
  margin-bottom: 0;
  font-size: x-small;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.simplified .review-link a {
  font-size: x-small;
}

blockquote.simplified-review,
blockquote.basic-review {
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
}

/********************************
** CUSTOM REVIEW ***************
********************************/

.review-container {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.review-container .review-card {
  display: flex;
  flex-direction: column;
  background-color: #fffcd9;
  padding: 18px;
  width: 100%;
  margin: 0 4px;
}

.review-container .header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
}

.review-container .pleased-avatar-female {
  background-image: url(./img/avatar/user_02.png);
  background-size: 65px 65px;
  background-position: center;
  height: 65px;
  width: 65px;
  min-width: 65px;
  margin-right: 12px;
}

.review-container .pleased-avatar-male {
  background-image: url(./img/avatar/user_01.png);
  background-size: 65px 65px;
  background-position: center;
  height: 65px;
  width: 65px;
  min-width: 65px;
  margin-right: 12px;
}

.review-container .displeased-avatar-female {
  background-image: url(./img/avatar/user_04.png);
  background-size: 65px 65px;
  background-position: center;
  height: 65px;
  width: 65px;
  min-width: 65px;
  margin-right: 12px;
}

.review-container .displeased-avatar-male {
  background-image: url(./img/avatar/user_03.png);
  background-size: 65px 65px;
  background-position: center;
  height: 65px;
  width: 65px;
  min-width: 65px;
  margin-right: 12px;
}

.review-container .review {
  margin: 6px 0;
  font-size: 12px;
}

.review-container .header-content p {
  margin-bottom: 0;
}

.review-container .header-content span {
  color: #e0a800;
}

.review-container .content {
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  margin-bottom: 12px;
}

.review-container .content img {
  margin-bottom: 0;
  max-height: 70px;
}

.review-container .product-name {
  align-self: center;
}

.review-container .product-name p {
  margin-bottom: 0;
}

.review-container .user-details {
  font-size: small;
}

/********************************
** CUSTOM BUTTON ***************
********************************/

.wm-g-btn-05 {
  display: flex;
  justify-content: center;
}

.wm-g-btn-05 .microcopy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.wm-g-btn-05 .button-block {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}

.wm-g-btn-05 .button-block:hover {
  filter: contrast(0.8);
  cursor: pointer;
}

@media (min-width: 590px) {
  .wm-g-btn-05 .button-block {
    width: 60%;
  }
}

.wm-g-btn-05 .button-block a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wm-g-btn-05 .microcopy span {
  background-color: white;
  border-top: 2px solid var(--c17);
  border-left: 2px solid var(--c17);
  border-right: 2px solid var(--c17);
  color: black;
  text-align: center;
  padding: 4px 12px;
  width: 80%;
  border-radius: 20px;
  margin-bottom: -12px;
  box-shadow: 0 2px 4px rgba(187, 115, 27, 0.3);
  align-self: center;
  font-weight: 700;
}

.wm-g-btn-05 .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  align-self: center;
  margin-bottom: -12px;
  position: absolute;
  bottom: -8px;
}

.wm-g-btn-05 .button-text {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: var(--c17);
  padding: 24px 40px 20px 40px;
  text-align: center;
  color: white;
  border-radius: 8px;
  box-shadow: inset 0 -4px 4px #bb731b;
}

.wm-g-btn-05 .button-text::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(45deg);
}

.wm-g-btn-05 .button-text span {
  font-size: large;
  font-weight: bold;
}

.wm-g-btn-06 {
  display: flex;
  justify-content: center;
}

.wm-g-btn-06 .button-block {
  background-color: var(--c17);
  padding: 16px 20px;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 0 #bb731b;
  position: relative;
  margin-bottom: 12px;
}

.wm-g-btn-06 .button-block a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wm-g-btn-06 .button-block:hover {
  box-shadow: none;
  cursor: pointer;
  color: grey;
  transition: box-shadow 0.4s, color 0.4s;
}

.wm-g-btn-06 .right-arrow::before {
  content: "〉";
  font-weight: bolder;
}

.wm-g-btn-06 .button-text {
  padding-right: 12px;
}

.table-button-block {
  position: relative;
  width: 100%;
}

.table-button-block a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table-button-block .button-text {
  background-color: var(--c17);
  padding: 12px 0;
  text-align: center;
  color: black;
  border-radius: 8px;
  box-shadow: inset 0 -4px 4px #bb731b;
}

.table-button-block:hover {
  filter: contrast(0.8);
  cursor: pointer;
}

/********************************
** AUTHOR CARD ***************
 *******************************/

.author-card {
  display: flex;
  padding: 20px;
  border: 1px solid #d6d6d6;
  column-gap: 10px;
  align-items: center;
}

.author-card img {
  border-radius: 50%;
}

.author-card > .bio {
  border-left: 1px solid #d6d6d6;
  padding: 8px;
}

.author-card > .bio > .name {
  font-weight: bold;
  font-size: 20px;
}

.author-card .avatar-nona {
  background-image: url(./img/nona.png);
  background-size: cover;
  min-width: 150px;
  min-height: 150px;
  border-radius: 50%;
}
.author-card .avatar-tubo {
  background-image: url(./img/tubo.jpg);
  background-size: cover;
  min-width: 150px;
  min-height: 150px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .author-card {
    padding: 10px;
  }

  .author-card .avatar-nona,
  .author-card .avatar-tubo {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
  }

  .author-card > .bio {
    padding: 8px;
  }
  .author-card > .bio > p {
    font-size: 12px;
  }
}
