@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright © STELLA for hair. Allright Reserved

HTML CSS Selectors voice

$Revision: 1.0 $
--------------------------------------------------------------------------------- */
.voice {
  margin-bottom: 128px;
}
.mv {
  height: 400px;
  margin-bottom: 124px;
  transition-delay:400ms;
}
.read-img {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  overflow:hidden;
  margin: 72px auto 57px;
}
.read-ttl {
  width: fit-content;
  max-width: 1000px;
  margin: 0 auto 65px;
  font-size: 36px;
  line-height: 1.94;
  text-align: center;
  position: relative;
}
.read-ttl::before,
.read-ttl::after {
  position: absolute;
  background-size: 100% auto;
  content:"";
}
.read-ttl::before {
  width: 62px;
  height: 52px;
  background-image: url("../img/voice/icon_read_before.svg");
  top: 7px;
  left: -70px;
}
.read-ttl::after {
  width: 66px;
  height: 55px;
  background-image: url("../img/voice/icon_read_after.svg");
  right: -85px;
  bottom: -5px;
}
.read-txt {
  width: 610px;
  margin: 0 auto 70px;
  font-size: 15px;
  line-height: 2.4;
}

.voice-select-month {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: fit-content;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 90px;
  position: relative;
}
.voice-select-month::before {
  display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 37px;
  bottom: 0;
  margin: auto;
  content:"";
  z-index: 3;
}

.voice-select-month span {
  margin-right: 32px;
}
.voice-select-month select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  width: 280px;
  height: 55px;
  padding: 0 45px;
  border: 1px solid #000;
  position: relative;
  z-index: 2;
}

.voice-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 980px;
  margin: 0 auto 50px;
}
.voice-list li {
  width: 415px;
  margin-bottom: 105px;
  position: relative;
  z-index: 2;
}
.voice-list li:nth-of-type(even) {
  top: 85px;
  transition-delay: 500ms;
}
.voice-list li::before {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #eef1f7;
  position: absolute;
  top: 12px;
  left: -12px;
  z-index: -1;
  content:"";
}

.voice-list-inner {
  width: 100%;
  height: 100%;
  padding: 30px 45px 50px;
  background-color: #fff;
  border: 1px solid #d0d3d9;
  position: relative;
  z-index: 2;
}
.voice-list-inner::before,
.voice-list-inner::after {
  width: 94px;
  height: 1px;
  background-color: #353433;
  position: absolute;
  transform-origin: center;
  transform: rotate(-45deg);
  content:"";
  z-index: 3;
}
.voice-list-inner::before {
  top: 8px;
  left: -32px;
}
.voice-list-inner::after {
  bottom: 8px;
  right: -32px;
}
.voice-list-inner__vote {
  position: absolute;
  top: 26px;
  left: 50px;
  font-size: 15px;
  line-height: 1;
  color: #899bbd;
}
.voice-list-inner__vote em {
  display: inline-block;
  font-size: 40px;
  font-weight: 500;
  padding: 0 8px;
  margin: 0 10px;
  position: relative;
  z-index: 2;
}
.voice-list-inner__vote em::before {
  display: block;
  width: 100%;
  height: 22px;
  background-color: #eef1f7;
  position: absolute;
  bottom: 0;
  left: 0;
  content:"";
  z-index: -1;
}
.voice-list-inner__date {
  width: fit-content;
  padding: 8px 12px;
  background-color: #899bbd;
  margin: 0 0 16px auto;
  font-size: 15px;
  line-height: 1;
  color: #fff;
}
.voice-list-inner__txt {
  padding-bottom: 38px;
  margin-bottom: 42px;
  position: relative;
}
.voice-list-inner__txt .more {
  display: block;
  font-size: 15px;
  line-height: 1.73;
	overflow: hidden;
}
.toggle-more {
  font-family: var(--font-en);
  font-size: 18px;
  line-height: 1;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
.voice-list-staff {
  padding-left: 170px;
  line-height: 1;
  position: relative;
}
.voice-list-staff__img {
  display: block;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  overflow:hidden;
  position: absolute;
  top: -18px;
  left: 0;
}
.voice-list-staff__job {
  padding-bottom: 10px;
  font-size: 14px;
}
.voice-list-staff__name {
  padding-bottom: 22px;
  font-size: 16px;
}
.voice-list-staff__salon {
  font-size: 14px;
  color: #899bbd!important;
}

@media only screen and (max-width: 768px) {
  .voice {
    margin-bottom: 75px;
  }
  .mv {
    height: 210px;
    margin-bottom: 55px;
  }
  .read-img {
    width: 208px;
    height: 208px;
    margin: 25px auto 22px;
  }
  .read-ttl {
    width: fit-content;
    max-width: 78%;
    margin: 0 auto 50px;
    font-size: 18px;
  }
  .read-ttl::before {
    width: 31px;
    height: 26px;
    top: 3px;
    left: -35px;
  }
  .read-ttl::after {
    width: 33px;
    height: 27px;
    right: -43px;
    bottom: -2px;
  }
  .read-txt {
    width: 78%;
    margin: 0 auto 37px;
    font-size: 12px;
    line-height: 1.75;
  }

  .voice-select-month {
    display: block;
    width: 78%;
    margin: 0 auto 55px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    position: relative;
  }
  .voice-select-month::before {
    display: block;
    width: 8px;
    height: 8px;
    top: auto;
    right: 25px;
    bottom: 22px;
    margin: 0;
  }

  .voice-select-month span {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .voice-select-month select {
    width: 100%;
    height: 50px;
    padding: 0 45px;
    text-align: center;
  }
  
  .voice-list {
    display: block;
    width: calc(100% - 80px);
    margin: 0 auto;
  }
  .voice-list li {
    width: 100%;
    margin-bottom: 62px;
  }
  .voice-list li:nth-of-type(even) {
    top: 0;
    transition-delay: 300ms;
  }
  .voice-list li:last-of-type {
  }
  .voice-list li::before {
    top: 7px;
    left: -7px;
  }
  .voice-list li::after {
    width: 58px;
    height: 70px;
    top: -38px;
  }

  .voice-list-inner {
    padding: 34px 24px 28px;
  }
  .voice-list-inner::before,
  .voice-list-inner::after {
    width: 56px;
  }
  .voice-list-inner::before {
    top: 6px;
    left: -21px;
  }
  .voice-list-inner::after {
    bottom: 6px;
    right: -21px;
  }
  .voice-list-inner__vote {
    top: 29px;
    left: 28px;
    font-size: 11px;
  }
  .voice-list-inner__vote em {
    font-size: 27px;
    padding: 0 6px;
    margin: 0 5px;
  }
  .voice-list-inner__vote em::before {
    height: 15px;
    bottom: -2px;
  }
  .voice-list-inner__date {
    padding: 5px 7px;
    font-size: 10px;
  }
  .voice-list-inner__txt {
    padding-bottom: 35px;
    margin-bottom: 30px;
  }
  .voice-list-inner__txt .more {
    display: block;
    font-size: 12px;
    line-height: 1.75;
    overflow: hidden;
  }
  .toggle-more {
    font-size: 12px;
  }
  .voice-list-staff {
    width: fit-content;
    max-width: 100%;
    padding-left: 90px;
    margin: 0 auto;
  }
  .voice-list-staff__img {
    width: 72px;
    height: 72px;
    top: -7px;
  }
  .voice-list-staff__job {
    padding-bottom: 7px;
    font-size: 12px;
  }
  .voice-list-staff__name {
    padding-bottom: 14px;
    font-size: 14px;
  }
  .voice-list-staff__salon {
    font-size: 11px;
  }
}


