section#report {
  width: 100%;
  text-align: center;
  padding: 4rem 0;
}
section#report .inner {
  position: relative;
  max-width: calc(1280px + 4rem);
  margin: 0 auto;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  section#report .inner {
    width: 100%;
    padding: 0;
  }
}
section#report .inner img.header {
  display: block;
  position: relative;
  transform: translateY(2rem);
  z-index: 1;
  opacity: 0;
  transition: all 1.5s;
}
section#report .inner img.header.start {
  transform: translateY(0);
  z-index: 1;
  opacity: 1;
}
section#report .inner .paddingWrap {
  position: relative;
  z-index: 2;
  padding: 0 2.2rem;
}
@media screen and (max-width: 767px) {
  section#report .inner .paddingWrap {
    width: 100%;
    padding: 0 1.2rem;
  }
}
section#report .inner .paddingWrap .wrap {
  padding: 2rem 3rem 0.7rem 3rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  section#report .inner .paddingWrap .wrap {
    padding: 2rem 1rem 0.7rem 1rem;
  }
}
section#report .inner .paddingWrap .wrap ul.voiceList {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-top: 2rem;
  flex-wrap: wrap;
}
section#report .inner .paddingWrap .wrap ul.voiceList li {
  flex-basis: 32.5%;
  margin-bottom: 3rem;
  display: block;
  margin-right: 0.5%;
}
@media screen and (max-width: 767px) {
  section#report .inner .paddingWrap .wrap ul.voiceList li {
    flex-basis: 49%;
  }
}
section#report .inner .paddingWrap .wrap ul.voiceList li a {
  width: 100%;
  height: 18rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgb(245, 245, 245);
  background-size: 1rem 1rem;
  transition: background-color 0.3s;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  section#report .inner .paddingWrap .wrap ul.voiceList li a {
    height: 12rem;
  }
}
section#report .inner .paddingWrap .wrap ul.voiceList li a img {
  border: #fff 0px solid !important;
  box-shadow: 0 0 0.5rem #999;
}
section#report .inner .paddingWrap .wrap ul.voiceList li a img.yoko {
  width: 17rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  section#report .inner .paddingWrap .wrap ul.voiceList li a img.yoko {
    width: 11.5rem;
  }
}
section#report .inner .paddingWrap .wrap ul.voiceList li a img.tate {
  width: auto;
  height: 15rem;
}
@media screen and (max-width: 767px) {
  section#report .inner .paddingWrap .wrap ul.voiceList li a img.tate {
    height: 10rem;
  }
}
section#report .inner .paddingWrap .wrap ul.voiceList li a:hover {
  background-color: rgb(218, 218, 218);
}
section#report .inner .paddingWrap .wrap ul.voiceList li .textArea .date {
  color: #999;
}
section#report .inner .paddingWrap .wrap ul.voiceList li .textArea .name {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  section#report .inner .paddingWrap .wrap ul.voiceList li .textArea .name {
    font-size: 1rem;
  }
}
section#report .inner .paddingWrap .wrap ul.voiceList li .textArea .voicetype {
  font-size: 0.8rem;
  color: #fff;
  display: inline-block;
  border-radius: 2rem;
  line-height: 1.4;
}
section#report .inner .paddingWrap .wrap ul.voiceList li .textArea .voicetype.wedding {
  background-color: rgb(129, 121, 184);
  padding: 0.4rem 2rem;
}
section#report .inner .paddingWrap .wrap ul.voiceList li .textArea .voicetype.photo {
  background-color: rgb(240, 164, 205);
  padding: 0.4rem 0.6rem;
}

main {
  width: 100%;
}
main section#tt {
  max-width: calc(1280px + 8rem);
  margin: 0 auto;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  main section#tt {
    width: 100%;
    padding: 0;
  }
  main section#tt h1 {
    margin-bottom: 1rem;
  }
}
main section#conts {
  max-width: calc(1280px + 8rem);
  margin: 0 auto;
  padding: 0 4rem 5rem 4rem;
  position: relative;
  top: -1rem;
  margin-bottom: -1rem;
}
@media screen and (max-width: 767px) {
  main section#conts {
    width: 100%;
    padding: 0 2rem;
  }
}
main section#conts .nextPrevBtn {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
main section#conts .nextPrevBtn .btn {
  position: absolute;
  top: 2.5rem;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  main section#conts .nextPrevBtn .btn {
    top: 1rem;
    font-size: 2rem;
  }
}
main section#conts .nextPrevBtn .btn.next {
  left: 4rem;
}
@media screen and (max-width: 767px) {
  main section#conts .nextPrevBtn .btn.next {
    left: 1rem;
  }
}
main section#conts .nextPrevBtn .btn.next a:hover i {
  transform: translateX(-0.5rem);
}
main section#conts .nextPrevBtn .btn.prev {
  right: 4rem;
}
@media screen and (max-width: 767px) {
  main section#conts .nextPrevBtn .btn.prev {
    right: 1rem;
  }
}
main section#conts .nextPrevBtn .btn.prev a:hover i {
  transform: translateX(0.5rem);
}
main section#conts .nextPrevBtn .btn a {
  display: inline-block;
  padding: 0.2rem 1rem;
}
main section#conts .nextPrevBtn .btn a:hover {
  color: #333;
}
main section#conts .nextPrevBtn .btn a i {
  position: relative;
  transform: translateX(0);
  transition: all 0.3s;
}
main section#conts .textArea {
  text-align: center;
  padding-bottom: 2rem;
}
main section#conts .textArea .date {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}
main section#conts .textArea .name {
  font-size: 1.6rem;
  text-align: center;
}
main section#conts .textArea .voicetype {
  font-size: 1rem;
  padding-left: 0.8rem;
  text-align: center;
}
main section#conts .textArea .comment {
  text-align: left;
  padding: 1.5rem 2rem;
  border-top: 1px #999 dotted;
  border-bottom: 1px #999 dotted;
  position: relative;
}
@media screen and (max-width: 767px) {
  main section#conts .textArea .comment {
    padding: 2rem 0;
  }
}
main section#conts .textArea .comment .tt {
  padding: 0 1rem;
  position: absolute;
  top: -0.8rem;
  left: 4rem;
  background-color: rgb(245, 245, 245);
}
@media screen and (max-width: 767px) {
  main section#conts .textArea .comment .tt {
    left: 50%;
    transform: translateX(-50%);
  }
}
main section#conts .textArea .dress {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  main section#conts .textArea .dress {
    width: 100%;
    margin-bottom: 2rem;
    flex-wrap: wrap;
  }
}
main section#conts .textArea .dress .wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main section#conts .textArea .dress .wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
main section#conts .textArea .dress .wrap.spade {
  margin-right: 1rem;
}
main section#conts .textArea .dress .wrap img {
  margin-right: 0.5rem;
  display: inline-block;
  width: 1.5rem;
}
main section#conts .textArea .dress .wrap span.noLink {
  display: inline-block;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  color: rgb(127, 125, 118);
}
main section#conts .textArea .dress .wrap span.slash {
  margin: 0 0.5rem;
  color: rgb(127, 125, 118);
}
main section#conts .textArea .dress .wrap a {
  display: inline-block;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  transition: color 0.3s;
}
main section#conts .textArea .dress .wrap a::before {
  content: "/";
  margin: 0 0.5rem;
}
main section#conts .textArea .dress .wrap a:nth-child(2)::before {
  content: "";
  margin: 0;
}
main section#conts .textArea .dress .wrap.spade a:hover {
  color: #4289c0;
}
main section#conts .textArea .dress .wrap.heart a:hover {
  color: #d94264;
}
main section#conts .imgArea {
  flex-basis: 65%;
  padding-bottom: 2rem;
}
main section#conts .imgArea ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
main section#conts .imgArea ul li {
  flex-basis: 33% !important;
  margin-bottom: 0.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  main section#conts .imgArea ul li {
    flex-basis: 49% !important;
    width: 49%;
  }
}
main section#conts .imgArea ul li a {
  width: 100%;
  height: 22rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../assets/images/cmn/bg_pattern03.png);
  background-color: rgb(230, 230, 230);
  background-repeat: repeat;
  background-size: 1rem 1rem;
}
@media screen and (max-width: 767px) {
  main section#conts .imgArea ul li a {
    height: 12rem;
  }
}
main section#conts .imgArea ul li a img {
  border: #fff 0px solid !important;
  box-shadow: 0 0 0.5rem #999;
}
main section#conts .imgArea ul li a img.yoko {
  width: 90%;
  height: auto;
}
main section#conts .imgArea ul li a img.tate {
  width: auto;
  height: 90%;
}/*# sourceMappingURL=report.css.map */