@charset "UTF-8";
/*************************
共通class
************************ */
/* ************************
main
************************ */
#main {
  position: relative;
}
#main:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 0.4rem);
  background-color: #fff;
  -webkit-clip-path: polygon(26% 0%, 100% 21vw, 100% 100%, 0 100%, 0 10vw);
          clip-path: polygon(26% 0%, 100% 21vw, 100% 100%, 0 100%, 0 10vw);
  position: absolute;
  top: -0.4rem;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  #main:before {
    -webkit-clip-path: polygon(55% 0%, 100% 24vw, 100% 100%, 0 100%, 0 27vw);
            clip-path: polygon(55% 0%, 100% 24vw, 100% 100%, 0 100%, 0 27vw);
    top: -0.3rem;
  }
}

/* ************************
content
************************ */
@media screen and (max-width: 767.98px) {
  #news {
    padding-bottom: 1.3rem;
  }
}
#news .container {
  width: 11rem;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767.98px) {
  #news .container {
    display: block;
    width: 100%;
    padding: 0 0.3rem;
  }
}
#news .news-title {
  font-size: 0.22rem;
  font-weight: 700;
  padding-left: 0.36rem;
  margin-bottom: 0.6rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #news .news-title {
    font-size: 0.2rem;
    padding-left: 0.32rem;
    margin-bottom: 0.4rem;
    line-height: 1.5;
  }
}
#news .news-title:before {
  content: "NEWS";
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 0.64rem;
  color: #269db9;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 0.06rem;
  margin-left: -0.36rem;
}
@media screen and (max-width: 767.98px) {
  #news .news-title:before {
    font-size: 0.45rem;
    margin-bottom: 0.04rem;
    margin-left: -0.32rem;
  }
}
#news .news-title:after {
  content: "";
  display: block;
  width: 0.18rem;
  height: 0.04rem;
  border-right: 1px solid #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  position: absolute;
  top: 0.88rem;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  #news .news-title:after {
    width: 0.23rem;
    height: 0.06rem;
    top: 0.62rem;
  }
}
#news .news-box {
  width: 8.6rem;
}
@media screen and (max-width: 767.98px) {
  #news .news-box {
    width: 100%;
  }
}
#news .news-box-category {
  margin-bottom: 0.36rem;
  color: #b2b2b2;
}
@media screen and (max-width: 767.98px) {
  #news .news-box-category {
    margin-bottom: 0.16rem;
  }
}
#news .news-box-category a,
#news .news-box-category span {
  position: relative;
}
#news .news-box-category a:after,
#news .news-box-category span:after {
  content: "/";
  display: inline-block;
  margin: 0 0.08rem;
}
#news .news-box-category a {
  color: #0a0a0a;
}
#news .news-box-category span {
  color: #b2b2b2;
}
#news .news-box-category *:last-child:after {
  content: none;
}
#news .news-box #postmain .detail {
  width: 8.6rem;
}
@media screen and (max-width: 767.98px) {
  #news .news-box #postmain .detail {
    width: 100%;
  }
}
#news .news-list-catname {
  font-size: 0.28rem;
  font-weight: 700;
  padding-bottom: 0.6rem;
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  #news .news-list-catname {
    font-size: 0.2rem;
    padding-bottom: 0.14rem;
  }
}
#news .news-side {
  width: 1.73rem;
  padding-top: 0.12rem;
}
@media screen and (max-width: 767.98px) {
  #news .news-side {
    width: 100%;
    padding-top: 0.4rem;
  }
}
#news .news-side-title {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 0.28rem;
  color: #0a0a0a;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #news .news-side-title {
    font-size: 0.2rem;
  }
}
#news .news-side-title:after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background-color: transparent;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc((100% - 0.16rem) / 2);
  right: 0;
}
#news .news-side-cat-list {
  border-bottom: 1px solid #0a0a0a;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #news .news-side-cat-list {
    padding-top: 0.12rem;
    padding-bottom: 0.12rem;
  }
}
@media screen and (max-width: 767.98px) {
  #news .news-side-cat-list ul li {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
}
#news .news-side-cat-list ul li a {
  font-size: 0.18rem;
  color: #0a0a0a;
  display: block;
}
@media screen and (max-width: 767.98px) {
  #news .news-side-cat-list ul li a {
    font-size: 0.13rem;
  }
}
#news .news-side-cat-list ul li.current a {
  pointer-events: none;
  font-weight: 700;
}
#news .news-side-cat-list-month {
  padding-top: 0.12rem;
  margin-top: 0.12rem;
  text-align: left;
  border-top: 1px solid #0a0a0a;
}
#news .news-side-cat-list-month ul {
  display: inline-block;
}
#news .news-side-cat-list-month ul li {
  text-align: left;
  font-size: 0.15rem;
  color: #0a0a0a;
}
@media screen and (max-width: 767.98px) {
  #news .news-side-cat-list-month ul li {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
}
#news .news-side-cat-list-month ul li a {
  font-weight: 400;
  display: inline-block;
  padding: 0.04rem 0;
}
#news .news-post {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid #0a0a0a;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #news .news-post {
    padding-top: 0.16rem;
    padding-bottom: 0.14rem;
  }
}
#news .news-post a {
  display: block;
  position: relative;
}
#news .news-post a:after {
  content: "";
  display: block;
  width: 0.23rem;
  height: 0.06rem;
  border-right: 1px solid #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  position: absolute;
  bottom: 0.14rem;
  right: 0.28rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767.98px) {
  #news .news-post a:after {
    width: 0.19rem;
    height: 0.06rem;
    bottom: 0.1rem;
    right: 0.1rem;
  }
}
.mouse #news .news-post a:hover:after {
  right: 0.2rem;
}
#news .news-post-head {
  padding-left: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  #news .news-post-head {
    padding-left: 0.1rem;
  }
}
#news .news-post-date {
  display: block;
  font-size: 0.2rem;
  font-weight: 700;
  color: #269db9;
  line-height: 0.36rem;
  margin-bottom: 0.04rem;
}
@media screen and (max-width: 767.98px) {
  #news .news-post-date {
    display: block;
    font-size: 0.13rem;
    line-height: 1;
    margin-bottom: 0.06rem;
  }
}
#news .news-post-ttl {
  width: calc(100% - 0.6rem);
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 0.36rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767.98px) {
  #news .news-post-ttl {
    width: calc(100% - 0.32rem);
    font-size: 0.13rem;
    line-height: 1.7692307692;
  }
}
#news .news-post-txt {
  display: none;
  padding-top: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  #news .news-post-txt {
    padding-top: 0.12rem;
  }
}
#news .news-post-txt p {
  font-size: 0.15rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 767.98px) {
  #news .news-post-txt p {
    font-size: 0.11rem;
    line-height: 0.22rem;
    letter-spacing: 0.08em;
    word-break: break-word;
  }
}
#news .news-post-txt p:first-of-type {
  margin-top: 0;
}
#news .news-post-txt p a {
  display: inline-block;
  color: #a38a77;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#news .news-post:first-of-type {
  margin-top: -0.2rem;
}
@media screen and (max-width: 767.98px) {
  #news .news-post:first-of-type {
    margin-top: 0;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.single-news #postdetail,
.single-news #postdetail {
  padding-top: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  .single-news #postdetail,
  .single-news #postdetail {
    padding-top: 0;
    padding-bottom: 0.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .single-news #posthead,
  .single-news #posthead {
    padding: 0;
  }
}
.single-news #posthead .news-head-date,
.single-news #posthead .news-head-date {
  font-size: 0.28rem;
  font-weight: 700;
  color: #269db9;
}
@media screen and (max-width: 767.98px) {
  .single-news #posthead .news-head-date,
  .single-news #posthead .news-head-date {
    font-size: 0.2rem;
  }
}
.single-news #posthead .news-head-title,
.single-news #posthead .news-head-title {
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 2;
  padding-top: 0.3rem;
}
@media screen and (max-width: 767.98px) {
  .single-news #posthead .news-head-title,
  .single-news #posthead .news-head-title {
    font-size: 0.2rem;
    padding-top: 0.1rem;
    line-height: 1.65;
  }
}
.single-news #postmain .detail,
.single-news #postmain .detail {
  padding-top: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  .single-news #postmain .detail,
  .single-news #postmain .detail {
    padding-top: 0.1rem;
  }
}