@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
.editor-style {
  word-wrap: break-word;
}
@media all and (-ms-high-contrast: none) {
  .editor-style {
    word-break: break-all;
  }
}
.editor-style p {
  line-height: 2;
  min-height: 1em;
  /*&:not(:last-child){
  	margin-bottom: 1em;
  }*/
}
@media screen and (max-width: 767px) {
  .editor-style p {
    line-height: 1.8;
  }
}
.editor-style a {
  color: #000;
  text-decoration: underline !important;
}
.editor-style a img {
  transition: 0.3s;
}
.editor-style a:hover {
  text-decoration: none !important;
}
.editor-style a:hover img {
  opacity: 0.8;
}
.editor-style img {
  height: auto;
}
.editor-style h2 {
  font-size: min(4.8vw, 2.4rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0 0 0 1em;
  border-left: 4px solid #e72f18;
  position: relative;
  margin: 1em auto;
}
.editor-style h2::after {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  margin: 0 0 0 -4px;
}
.editor-style h3 {
  font-size: min(4.8vw, 2.4rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0 0 0 1em;
  border-left: 4px solid #e72f18;
  position: relative;
  margin-bottom: 1em;
}
.editor-style h3::after {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  margin: 0 0 0 -4px;
}
.editor-style strong {
  font-weight: bold;
}
.editor-style em {
  font-style: italic;
}
.editor-style ul {
  margin: 1em 0;
}
.editor-style ul li {
  position: relative;
  padding: 0 0 0 1em;
}
.editor-style ul li:not(:last-child) {
  margin-bottom: 0.7em;
}
.editor-style ul li::before {
  top: 0.6em;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
}
.editor-style ol {
  list-style-type: decimal;
  margin: 1em 0 1em 1em;
}
.editor-style ol li {
  padding: 0;
}
.editor-style ol li:not(:last-child) {
  margin-bottom: 0.7em;
}
.editor-style .blocks-gallery-grid, .editor-style .wp-block-gallery {
  margin: 0;
}
.editor-style li.blocks-gallery-item {
  padding-left: 0;
}
.editor-style li.blocks-gallery-item::before {
  display: none;
}

/*==========================================
 TOP
===========================================*/
.news-list {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.news-list .news-item:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}
.news-list .news-item a {
  display: flex;
  justify-content: space-between;
  color: #4d4d4d;
  padding: 1.6em 0;
}
@media screen and (min-width: 768px) {
  .news-list .news-item a {
    align-items: center;
  }
}
@media (hover: hover) {
  .news-list .news-item a:hover:hover {
    background: #f5f5f5;
  }
  .news-list .news-item a:hover:hover .item-img img {
    transform: scale(1.1, 1.1);
  }
}
.news-list .news-item .item-head {
  width: 28%;
}
@media screen and (min-width: 768px) {
  .news-list .news-item .item-head {
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .news-list .news-item .item-head {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .news-list .news-item .item-head .item-cat {
    display: none;
  }
}
.news-list .news-item .item-body {
  width: 68%;
}
@media screen and (max-width: 767px) {
  .news-list .news-item .item-body {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .news-list .news-item .item-body .item-cat {
    display: none;
  }
}
.news-list .news-item .item-img {
  overflow: hidden;
}
.news-list .news-item .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.497005988;
  transition: all 0.8s ease;
}
.news-list .news-item .item-date {
  font-size: min(2.8vw, 1.5rem);
  letter-spacing: 0.06em;
  font-weight: 500;
}
.news-list .news-item .item-cat {
  display: inline-block;
  border: #dcdcdc solid 1px;
  font-size: min(3.8vw, 1.2rem);
  letter-spacing: 0.06em;
  font-weight: 500;
  padding: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .news-list .news-item .item-cat {
    margin-top: 0.7em;
  }
}
.news-list .news-item .item-ttl {
  font-size: min(3.6vw, 2rem);
  letter-spacing: 0.06em;
  margin: 0.2em 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .news-list .news-item .item-ttl {
    -webkit-line-clamp: 4;
  }
}

.news-archive .news-navBlock {
  margin: 3em auto 2em;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .news-archive .news-navBlock {
    margin: 120px auto 20px;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .news-archive .news-navBlock .nav-newarrival {
    min-width: 213px;
  }
}
.news-archive .news-navBlock .nav-newarrival a {
  display: inline-block;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .news-archive .news-navBlock .nav-newarrival a {
    max-width: 120px;
    width: 100%;
    padding: 0.2em 0;
  }
}
@media (hover: hover) {
  .news-archive .news-navBlock .nav-newarrival a:hover:hover {
    background: #ddd;
  }
}
.news-archive .news-navBlock .nav-cat {
  display: flex;
}
@media screen and (max-width: 767px) {
  .news-archive .news-navBlock .nav-cat {
    margin-top: 1em;
  }
}
.news-archive .news-navBlock .nav-cat li {
  border-right: 1px solid #ddd;
  text-align: center;
}
.news-archive .news-navBlock .nav-cat li:first-child {
  border-left: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .news-archive .news-navBlock .nav-cat li {
    min-width: 8em;
  }
}
@media screen and (max-width: 767px) {
  .news-archive .news-navBlock .nav-cat li {
    width: 33.3333333333%;
  }
}
.news-archive .news-navBlock .nav-cat li a {
  display: block;
  padding: 0.1em 2em;
}
@media screen and (max-width: 767px) {
  .news-archive .news-navBlock .nav-cat li a {
    padding: 0.3em 0;
  }
}
.news-archive .news-navBlock .nav-cat li a span {
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease-in-out;
}
.news-archive .news-navBlock .nav-cat li a.current {
  color: #e72f18;
}
.news-archive .news-navBlock .nav-cat li a.current span {
  border-color: #e72f18;
}
@media (hover: hover) {
  .news-archive .news-navBlock .nav-cat li a:hover:hover {
    color: #e72f18;
  }
  .news-archive .news-navBlock .nav-cat li a:hover:hover span {
    border-color: #e72f18;
  }
}

.news-single .article-head {
  position: relative;
  padding: 0 0 4em;
  margin: 150px auto 5em;
}
.news-single .article-head::before {
  content: "";
  width: 100%;
  height: 50%;
  background: url("../img/common/bg-wallW.jpg");
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .news-single .article-head {
    margin: 8em auto 5em;
  }
}
.news-single .article-head .wrapW {
  max-width: 900px;
}
.news-single .article-body .editor-style {
  max-width: 900px;
  margin: 0 auto;
}
.news-single .article-date {
  font-size: min(4vw, 1.5rem);
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #555;
}
.news-single .article-ttl {
  font-weight: bold;
  font-size: min(5vw, 3.2rem);
  font-weight: bold;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 3.5em;
  padding: 0.3em 0;
}
.news-single .article-lead {
  margin-top: 1.5em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .news-single .article-lead {
    margin-top: 1em;
    line-height: 1.8;
  }
}
.news-single p {
  line-height: 2;
  min-height: 1em;
}
.news-single p:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .news-single p {
    line-height: 1.8;
  }
}/*# sourceMappingURL=news.css.map */