@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
/* -----------------------------------------
   Threemin
----------------------------------------- */
section.threemin {
  position: relative;
  z-index: 5;
}
section.threemin .lead {
  max-width: 860px;
  margin: 0 auto 10rem auto;
}
@media screen and (max-width: 767px) {
  section.threemin .lead {
    width: 100%;
    margin: 0 auto 2rem auto;
  }
}
section.threemin .lead.white {
  color: #ffffff !important;
}
section.threemin .lead.center {
  text-align: center !important;
}
section.threemin .lead p.big {
  font-size: var(--fluid-2);
  text-align: center;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 767px) {
  section.threemin .lead p.big {
    margin: 0 0 1rem 0;
  }
}
section.threemin .lead p.center {
  text-align: center;
}
section.threemin .lead p.center span {
  color: #E60000;
}
section.threemin .lead p.left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  section.threemin .lead p.left {
    text-align: left;
  }
}
section.threemin .down_arrow {
  text-align: center;
  width: 24px;
  margin: 8rem auto 6rem auto;
}
@media screen and (max-width: 767px) {
  section.threemin .down_arrow {
    margin: 2rem auto;
  }
}
section.threemin .txt_block {
  background: #ffffff;
  padding: 8rem 10rem;
}
@media screen and (max-width: 767px) {
  section.threemin .txt_block {
    padding: 2rem;
  }
}
section.threemin .txt_block.nobg {
  background: none;
  padding: 0 0 8rem 0;
}
section.threemin#intro {
  position: relative;
}
section.threemin#intro::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
section.threemin#intro .zu {
  background: #ffffff;
  padding: 8rem;
  margin: 0 0 10rem 0;
}
@media screen and (max-width: 767px) {
  section.threemin#intro .zu {
    padding: 2rem;
  }
}
section.threemin#intro .lead h2 {
  text-align: center;
}
section.threemin#intro .lead p {
  text-align: left;
}
section.threemin#first {
  text-align: center;
  background: #F4F3F2;
}
section.threemin#first .zu {
  background: #ffffff;
  padding: 8rem;
  margin: 0 0 10rem 0;
}
@media screen and (max-width: 767px) {
  section.threemin#first .zu {
    padding: 2rem;
  }
}
section.threemin#first .two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  section.threemin#first .two {
    display: block;
  }
}
section.threemin#first .two .box {
  background: #F4F3F2;
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  section.threemin#first .two .box {
    margin: 0 0 1rem 0;
    padding: 2rem;
  }
}
section.threemin#first h3 {
  color: #E60000;
  text-align: center;
  margin: 0 0 3rem 0;
}
section.threemin#first h3 span {
  border-bottom: 1px solid #E60000;
}
section.threemin#first ul {
  text-align: left;
}
section.threemin#first ul li {
  list-style-type: disc;
  margin: 0 0 0.5rem 1rem;
  padding: 0 0 0 0.5rem;
  font-size: 1.4rem;
}
section.threemin#first p.etc {
  font-size: 1.4rem;
}
section.threemin#second {
  background: #F4F3F2;
}
section.threemin#second .zu02 {
  width: 760px;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 767px) {
  section.threemin#second .zu02 {
    width: 100%;
  }
}
section.threemin#second .four_block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  section.threemin#second .four_block {
    display: block;
  }
}
section.threemin#second .four_block .box {
  border: 1px solid #DDDDDD;
}
@media screen and (max-width: 767px) {
  section.threemin#second .four_block .box {
    margin: 0 0 1rem 0;
  }
}
section.threemin#second .four_block .image {
  position: relative;
  margin: 0 0 2rem 0;
}
section.threemin#second .four_block .image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 3;
  background: rgba(0, 0, 0, 0.4);
}
section.threemin#second .four_block .image .txts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}
section.threemin#second .four_block .image .txts p {
  color: #ffffff;
  font-size: 2.4rem;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  section.threemin#second .four_block .image .txts p {
    font-size: 1.6rem;
  }
}
section.threemin#second .four_block .txt {
  padding: 3rem;
}
section.threemin#second .four_block ul {
  margin: 0 0 2rem 0;
}
section.threemin#second .four_block ul li {
  font-size: 1.4rem;
  list-style-type: disc;
  margin: 0 0 0 1em;
  color: #707070;
}
@media screen and (max-width: 767px) {
  section.threemin#second .four_block ul li {
    font-size: 1.3rem;
  }
}
section.threemin#second .four_block p {
  margin: 0 0 2rem 0;
}
section.threemin#second .four_block .grey_box {
  background: #F4F3F2;
  padding: 2rem;
}
section.threemin#second .four_block .grey_box p {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  section.threemin#second .four_block .grey_box p {
    font-size: 1.2rem;
  }
}
section.threemin#third {
  background: #F8F8F8;
}
section.threemin#third .third_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10rem 0;
}
@media screen and (max-width: 767px) {
  section.threemin#third .third_flex {
    display: block;
    margin: 0 0 3rem 0;
  }
}
section.threemin#third .third_flex.rv {
  flex-direction: row-reverse;
}
section.threemin#third .third_flex.rv .txt {
  padding: 0 5rem 0 0;
}
@media screen and (max-width: 767px) {
  section.threemin#third .third_flex.rv .txt {
    padding: 0;
  }
}
section.threemin#third .third_flex .image {
  width: 40%;
}
@media screen and (max-width: 767px) {
  section.threemin#third .third_flex .image {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
section.threemin#third .third_flex .txt {
  flex: 1;
  padding: 0 0 0 5rem;
}
@media screen and (max-width: 767px) {
  section.threemin#third .third_flex .txt {
    padding: 0;
  }
}
section.threemin#third .third_flex .txt h4 {
  color: #E60000;
  font-size: var(--fluid-1);
  font-weight: 500;
  margin: 0 0 1rem 0;
}
/* -----------------------------------------
   VOICE
----------------------------------------- */
.voice_box {
  background: #ffffff;
  margin: 0 0 8vw 0;
}
.voice_box .in {
  padding: 2vw 5vw 5vw 5vw;
}
.voice_box .graph {
  padding: 0 8vw;
}
@media screen and (max-width: 767px) {
  .voice_box .graph {
    padding: 0;
  }
}
.voice_box h3 {
  margin: 0 0 2rem 0;
}
.voice_box h3 span {
  background: #E60000;
  display: inline-block;
  color: #ffffff;
  padding: 0.5em;
}
@media screen and (max-width: 767px) {
  .voice_box h3 span {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.voice_box .lead {
  margin: 0 0 4vw 0;
}
@media screen and (max-width: 767px) {
  .voice_box .lead {
    margin-bottom: 3em;
  }
}
.voice_box .txt_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 5vw;
}
@media screen and (max-width: 767px) {
  .voice_box .txt_grid {
    grid-template-columns: 1fr;
  }
}
.voice_box .txt_grid.nogrid {
  display: block;
}
.voice_box .txt_grid.nogrid .box {
  margin: 0 0 3vw 0;
}
.voice_box .txt_grid.nogrid .box:last-child {
  margin: 0;
}
.voice_box .txt_grid .box h4 {
  color: #E60000;
  margin: 0 0 0.8em 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .voice_box .txt_grid .box h4 {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .voice_box .txt_grid .box p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.voice_box p.etc {
  display: block;
  margin: 2em 0 0 0 !important;
}
.voice_box .ranking_wrap .ranking {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 3vw;
  margin: 0 0 4vw 0;
}
@media screen and (max-width: 767px) {
  .voice_box .ranking_wrap .ranking {
    grid-template-columns: 60px 1fr;
  }
}
.voice_box .ranking_wrap .ranking .num {
  width: 100px;
  height: 100px;
  background: #E60000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .voice_box .ranking_wrap .ranking .num {
    width: 60px;
    height: 60px;
  }
}
.voice_box .ranking_wrap .ranking .num.one {
  background: #F26665;
  border: 1px solid #F26665;
}
.voice_box .ranking_wrap .ranking .num.two {
  background: #00ABB9;
  border: 1px solid #00ABB9;
}
.voice_box .ranking_wrap .ranking .num.three {
  background: #E58617;
  border: 1px solid #E58617;
}
.voice_box .ranking_wrap .ranking .num.four {
  background: #ffffff;
  border: 1px solid #E60000;
  color: #E60000;
}
.voice_box .ranking_wrap .ranking .txt p.big {
  color: #E60000;
  font-size: 1.2em;
  margin: 0 0 0.5em 0;
  font-weight: 500;
}
.voice_box .ranking_wrap .ranking .txt p.big.one {
  font-size: 1.6em;
}
.voice_box .people_tags {
  margin: 0 0 3vw 0;
}
.voice_box .people_tags ul {
  display: flex;
  flex-wrap: wrap;
}
.voice_box .people_tags ul li {
  color: #ffffff;
  border: 1px solid #E60000;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  padding: 1em 1em;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  margin: 0 1em 1em 0;
}
@media screen and (max-width: 767px) {
  .voice_box .people_tags ul li {
    font-size: 1.4rem;
    padding: 0.8em 1em;
  }
}
.voice_box .people_tags ul li:nth-child(3n+1) {
  color: #E60000;
  border: 1px solid #E60000;
}
.voice_box .people_tags ul li:nth-child(3n+2) {
  color: #E58617;
  border: 1px solid #E58617;
}
.voice_box .people_tags ul li:nth-child(3n) {
  color: #00ABB9;
  border: 1px solid #00ABB9;
}
.voice_box .comments {
  border: 1px dotted #E60000;
  color: #E60000;
  padding: 3vw;
  display: inline-block;
  position: relative;
  margin: 0 0 5vw 0;
}
.voice_box .comments.rights {
  margin-left: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.voice_box .comments:nth-child(3n+1) {
  color: #E60000;
  border: 1px dotted #E60000;
}
.voice_box .comments:nth-child(3n+1):after {
  border: 1px dotted #E60000;
}
.voice_box .comments:nth-child(3n) {
  color: #E58617;
  border: 1px dotted #E58617;
}
.voice_box .comments:nth-child(3n):after {
  border: 1px dotted #E58617;
}
.voice_box .comments:nth-child(3n+2) {
  color: #00ABB9;
  border: 1px dotted #00ABB9;
}
.voice_box .comments:nth-child(3n+2):after {
  border: 1px dotted #00ABB9;
}
.voice_box .comments:after {
  content: "";
  width: 1px;
  height: 30px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: rotate(45deg) translatey(132%);
}
@media screen and (max-width: 767px) {
  .voice_box .comments:after {
    display: none;
  }
}
.voice_box .comments:nth-child(2n):after {
  transform: rotate(-45deg) translatey(132%);
}

#message .contents .narrow {
  max-width: 1050px;
}

#data #novisual_header {
  padding: 0 5vw;
}