@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
main section#sec-review {
  opacity: 0;
  transition: opacity 1s ease-in 1s;
}
main section#sec-review.run {
  opacity: 1;
}
main section#sec-review .inner .visual {
  width: 100%;
  height: 50vh;
  min-height: 600px;
  padding: 40px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
main section#sec-review .inner .visual::before {
  content: "";
  width: 100%;
  height: 50vh;
  min-height: 600px;
  background-image: url(../images/comment/visual.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;
}
main section#sec-review .inner .visual h1 {
  width: 400px;
  margin-bottom: 20px;
}
main section#sec-review .inner .visual h1 a {
  height: 104px;
  background-image: url(../images/common/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
}
main section#sec-review .inner .visual h3 {
  color: #FFF;
  font-family: "EB Garamond", serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 10px #111;
}
main section#sec-review .inner .visual img {
  display: none;
}
main section#sec-review .inner .comment {
  width: 100%;
  padding: 80px 0px;
  background-color: #111;
  position: relative;
  overflow: hidden;
}
main section#sec-review .inner .comment .inner {
  text-align: left;
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
main section#sec-review .inner .comment .inner h4 {
  text-align: center;
  padding-bottom: 80px;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main section#sec-review .inner .comment .inner h4 span {
  color: #a3985b;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  padding: 0 0 0px 0;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
}
main section#sec-review .inner .comment .inner h4 span:first-child {
  margin-bottom: 20px;
}
main section#sec-review .inner .comment .inner h4 span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #a3985b;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
main section#sec-review .inner .comment .inner h4::before {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #111 5%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.7) 60%, #111 95%);
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
}
main section#sec-review .inner .comment .inner .title {
  width: calc(100% - 80px);
  padding: 15px 0;
  margin: 0 auto;
  position: relative;
}
main section#sec-review .inner .comment .inner .title h5 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
main section#sec-review .inner .comment .inner .title p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
  position: absolute;
  right: 0px;
  bottom: 15px;
}
main section#sec-review .inner .comment .inner .comments {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#sec-review .inner .comment .inner .comments .cmnt {
  width: 33.3333333333%;
  padding: 5px;
  box-sizing: border-box;
}
main section#sec-review .inner .comment .inner .comments .cmnt.half {
  width: 50%;
}
main section#sec-review .inner .comment .inner .comments .cmnt.wide {
  width: 66.6666666667%;
}
main section#sec-review .inner .comment .inner .comments .cmnt dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
main section#sec-review .inner .comment .inner .comments .cmnt dl dt {
  color: #111;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.2rem;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main section#sec-review .inner .comment .inner .comments .cmnt dl dt span {
  color: #111;
}
main section#sec-review .inner .comment .inner .comments .cmnt dl dt br {
  display: none;
}
main section#sec-review .inner .comment .inner .comments .cmnt dl dt br.go {
  display: block;
}
main section#sec-review .inner .comment .inner .comments .cmnt dl dd {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0em;
  margin: auto 0 0 auto;
}
main section#sec-review .inner .comment .inner .comments .cmnt dl dd br {
  display: none;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  main section#sec-review .inner .visual {
    width: 100%;
    height: 50vh;
    min-height: 50vh;
    padding: 20px 20px 40px 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  main section#sec-review .inner .visual::before {
    content: "";
    width: 100%;
    height: 60vw;
    min-height: 60vw;
    background-image: url(../images/comment/visual.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  main section#sec-review .inner .visual h1 {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#sec-review .inner .visual h1 a {
    height: 80px;
  }
  main section#sec-review .inner .visual h3 {
    color: #FFF;
    font-family: "EB Garamond", serif;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    text-shadow: 0px 0px 10px #111;
  }
  main section#sec-review .inner .visual img {
    display: none;
  }
  main section#sec-review .inner .comment {
    padding: 0px;
  }
  main section#sec-review .inner .comment .inner h4 {
    padding: 40px 0 0 0;
    margin: 0 auto 40px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#sec-review .inner .comment .inner h4 span {
    color: #a3985b;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding: 0px;
    font-feature-settings: "palt";
    position: relative;
    display: inline-block;
  }
  main section#sec-review .inner .comment .inner h4 span:first-child {
    margin-bottom: 20px;
  }
  main section#sec-review .inner .comment .inner h4 span::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #a3985b;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  main section#sec-review .inner .comment .inner h4::before {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #111 5%, rgba(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0.7) 60%, #111 95%);
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: auto;
    display: block;
  }
  main section#sec-review .inner .comment .inner .title {
    width: calc(100% - 40px);
    padding: 15px 0;
    margin: 0 auto;
  }
  main section#sec-review .inner .comment .inner .title h5 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 15px;
  }
  main section#sec-review .inner .comment .inner .title p {
    color: #CCCCCC;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    position: relative;
    right: auto;
    bottom: auto;
  }
  main section#sec-review .inner .comment .inner .comments {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main section#sec-review .inner .comment .inner .comments .cmnt {
    width: 50%;
    padding: 5px;
  }
  main section#sec-review .inner .comment .inner .comments .cmnt.wide {
    width: 100%;
  }
  main section#sec-review .inner .comment .inner .comments .cmnt.half:nth-last-child(3), main section#sec-review .inner .comment .inner .comments .cmnt.half:nth-last-child(2), main section#sec-review .inner .comment .inner .comments .cmnt.half:last-child {
    width: 100%;
  }
  main section#sec-review .inner .comment .inner .comments .cmnt:nth-child(1) {
    width: 100%;
  }
  main section#sec-review .inner .comment .inner .comments .cmnt:nth-child(6) {
    width: 100%;
  }
  main section#sec-review .inner .comment .inner .comments .cmnt:nth-child(9) {
    width: 100%;
  }
  main section#sec-review .inner .comment .inner .comments .cmnt dl {
    padding: 15px;
  }
  main section#sec-review .inner .comment .inner .comments .cmnt dl dt {
    color: #111;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.8rem;
    letter-spacing: 0em;
    margin-bottom: 40px;
  }
  main section#sec-review .inner .comment .inner .comments .cmnt dl dt br {
    display: none;
  }
  main section#sec-review .inner .comment .inner .comments .cmnt dl dd {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.7rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin: auto 0 0 0;
  }
  main section#sec-review .inner .comment .inner .comments .cmnt dl dd br {
    display: block;
  }
}

/*# sourceMappingURL=style_comment.css.map */
