@charset "UTF-8";

.pc_no {
  display: none;
}

.feature {
  font-family: "Lato", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  color: #555;
  font-size: 13px;
  margin: 0 auto;
  text-align: -webkit-center;
}

.feature h3 {
  font-weight: 700;
}

.feature a {
  color: #555;
}

.feature a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.feature__mv {
  text-align: center;
  margin-bottom: 60px;
}

.feature__lead {
  text-align: center;
  margin-bottom: 100px;
}

.feature__lead__ttl {
  line-height: 1.8;
  position: relative;
  margin-bottom: 70px;
}

.feature__lead__ttl::after {
  content: "・";
  font-size: 30px;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}

.feature__lead__ttl span {
  display: block;
}

.feature__lead__ttl span:nth-child(1) {
  font-size: 14px;
}

.feature__lead__ttl span:nth-child(2) {
  font-size: 22px;
  font-weight: 700;
}

.feature__lead__ttl span:nth-child(3) {
  font-size: 12px;
}

.feature__lead__txt {
  margin-bottom: 20px;
  line-height: 2.2;
  font-size: 14px;
}

.feature__lineup {
  margin-bottom: 100px;
}

.feature__items {
  margin-bottom: 100px;
}

.feature__items__ttl {
  text-align: center;
  /* font-weight: 700; */
  font-size: 22px;
  margin-bottom: 35px;
  position: relative;
}

.feature__items__ttl::after {
  content: "ー";
  font-size: 30px;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  font-weight: 100;
}

.feature__items__lead {
  text-align: center;
  line-height: 2;
  font-size: 13px;
  margin-bottom: 30px;
}

.feature__items__btn {
  position: relative;
  margin-top: 60px;
}

.feature__items__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 360px;
  height: 82px;
  border: 1px solid #707070;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  color: #555;
  text-decoration: none;
  margin: auto;
}

.feature__items__btn a::after {
  content: "";
  width: 56px;
  height: 8px;
  -webkit-clip-path: polygon(0 45%, 92% 45%, 92% 0, 100% 55%, 92% 100%, 92% 55%, 0 55%);
  clip-path: polygon(0 45%, 92% 45%, 92% 0, 100% 55%, 92% 100%, 92% 55%, 0 55%);
  background: #555;
  margin-left: 20px;
}

.feature__items__btn a:hover {
  background: #707070;
  color: #fff;
}

.feature__items__btn a:hover::after {
  background: #fff;
}

.feature .list_search-result {
  width: 100%;
  margin: auto;
}

/*tsuika*/
.osso__period {
  position: relative;
  margin-top: calc(50 * (100vw / 375));
  width: calc(300 * (100vw / 375));
  padding: calc(30 * (100vw / 375)) 0;
  border-top: calc(1 * (100vw / 375)) solid #555;
  border-bottom: calc(1 * (100vw / 375)) solid #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .osso__period {
    margin-top: 60px;
    width: 500px;
    padding: 50px 0;
    border-width: 1px;
  }
}

.osso__period>.period-it {
  position: relative;
}

.osso__period>.period-it+.period-it {
  margin-top: calc(30 * (100vw / 750));
}

@media screen and (min-width: 768px) {
  .osso__period>.period-it+.period-it {
    margin-top: 45px;
  }
}

.period-it p {
  font-size: calc(11 * (100vw / 375));
  line-height: 3.09;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .period-it p {
    font-size: 13px;
    line-height: 2.31;
  }
}

.period-it p em {
  font-weight: bold;
}