main.news .news-ttl {
  font-size: 28px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  margin-bottom: 50px;
  letter-spacing: 0.3em;
}
main.news .select-flex {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 88px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 15px;
}
main.news #order-select {
  font-size: 16px;
  cursor: pointer;
}
main.news .select-arrow {
  max-width: 8px;
  margin: 0 12px;
}
main.news .select-flex select {
  background-image: url(../img/news/arrow.png);
  background-repeat: no-repeat;
  background-size: 8px 6px;
  background-position: center right 10px;
  padding-right: 30px;
}
main.news .news-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
main.news .news-flex-item {
  flex: 0 0 46.7%;
  margin-bottom: 80px;
}
main.news .news-flex-item-time {
  line-height: 1;
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 15px;
}
main.news .more-txt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
main.news .more-txt span {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
main.news .more-txt img {
  max-width: 25px;
  margin-left: 13px;
}
main.news .news-flex-item-ttl {
  font-size: 16px;
}
main.news .news-flex-item-fig img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 467px;
  height: 267px;
}
main.news .news-flex-item-ttl-eng {
  font-size: 13px;
  line-height: 1.5;
  font-family: "EB Garamond", serif;
  margin-top: 10px;
  color: #666666;
  text-align: left;
}

@media (max-width: 767px) {
  main.news .news-ttl {
    font-size: 16px;
    margin-bottom: 0;
  }
  main.news .select-flex {
    position: relative;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 33px;
  }
  main.news #order-select {
    position: absolute;
    right: 0;
    top: -15px;
    font-size: 13px;
  }
  main.news .news-flex-item-fig img {
    width: 330px;
    height: 96px;
  }
  main.news .news-flex-item-time {
    margin-top: 20px;
    font-size: 13px;
  }
  main.news .news-flex-item-ttl {
    font-size: 13px;
  }
  main.news .news-flex-item {
    margin-bottom: 64px;
  }
  main.news .more-txt {
    font-size: 14px;
  }
  main.news .more-txt img {
    max-width: 20px;
    margin-left: 10px;
  }
}
main.news .news-single .thumbnail img {
  width: 100%;
}
main.news .news-single .news-single-time {
  margin-bottom: 18px;
  color: #666666;
}
main.news .news-single .news-single-ttl {
  font-size: 24px;
  letter-spacing: 0.1em;
}
main.news .news-single .news-single-ttl-eng {
  font-size: 13px;
  margin-top: 15px;
  line-height: 1.5;
  text-align: left;
}
main.news .news-single .thumbnail {
  margin-top: 43px;
  margin-bottom: 43px;
}
main.news .news-single .share {
  margin-top: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 66px;
}
main.news .news-single .share-txt {
  max-width: 34px;
}
main.news .news-single .share-x {
  max-width: 30px;
  margin: 0 20px;
  opacity: 1;
  transition: 0.5s all;
}
main.news .news-single .share-facebook {
  max-width: 30px;
  opacity: 1;
  transition: 0.5s all;
}
main.news .news-single .single-botom-flex {
  display: flex;
  justify-content: space-between;
}
main.news .news-single .single-botom-flex-item a {
  display: inline-flex;
  align-items: center;
}
main.news .news-single .single-botom-flex-item a img {
  max-width: 26px;
}
main.news .news-single .single-botom-flex-item:first-child img {
  margin-right: 12px;
}
main.news .news-single .single-botom-flex-item:last-child img {
  margin-left: 12px;
  transform: rotate(-90deg);
}
main.news .news-single .news-single-contents p {
  margin-bottom: 43px;
}
main.news .news-single .news-single-contents img {
  display: inline-block;
  margin-bottom: 43px;
}
main.news .news-single .news-single-contents a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  main.news .news-single {
    border-top: 1px solid #191919;
    margin-top: 10px;
  }
  main.news .news-single .news-single-time {
    margin-top: 58px;
    font-size: 14px;
  }
  main.news .news-single .thumbnail {
    margin-top: 30px;
    margin-bottom: 43px;
  }
  main.news .news-single .news-single-ttl {
    font-size: 18px;
    line-height: 1.7;
  }
  main.news .news-single .news-single-contents p {
    font-size: 15px;
  }
  main.news .news-single .single-botom-flex-item a {
    font-size: 14px;
  }
  main.news .news-single .single-botom-flex-item:first-child img {
    max-width: 20px;
  }
  main.news .news-single .single-botom-flex-item:last-child img {
    max-width: 20px;
  }
  main.news .breadcrumb-wrap.single-news {
    padding: 0 20px 10px;
  }
  main.news .breadcrumb-wrap.single-news #breadcrumb li {
    margin-bottom: 10px;
    line-height: 1.3;
  }
}
@media (hover: hover) {
  main.news .single-botom-flex-item span {
    display: inline-block;
    position: relative;
  }
  main.news .single-botom-flex-item span::after {
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #191919;
    bottom: -2px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
    position: absolute;
  }
  main.news .share-x:hover {
    opacity: 0.7;
    transition: 0.5s all;
  }
  main.news .share-facebook:hover {
    opacity: 0.7;
    transition: 0.5s all;
  }
  main.news .more-txt span {
    display: inline-flex;
    position: relative;
  }
  main.news .more-txt span::after {
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #191919;
    bottom: -2px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
    position: absolute;
  }
}/*# sourceMappingURL=news.css.map */