/*========== p-news.scss ==========*/
@media screen and (max-width: 768px) {
  .p-news-ttl {
    letter-spacing: 0;
  }
}
.p-news-tag {
  position: relative;
  padding-left: 4.5em;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-news-tag {
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-tag {
    margin-bottom: 30px;
  }
}
.p-news-tag .forTtl {
  width: 3em;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .p-news-tag .forTtl {
    font-size: 1.4285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-tag .forTtl {
    font-size: 2rem;
  }
}
.p-news-tag .forTtl:after {
  content: ":";
  display: inline-block;
  vertical-align: middle;
}
.p-news-tag .forTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-news-tag .forTags .tag {
  font-weight: 500;
  letter-spacing: 0.075em;
  border: 1px solid rgb(60, 56, 52);
  border-radius: 5px;
  padding: 0.15em 1em;
  margin-bottom: 0.5em;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-news-tag .forTags .tag {
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-tag .forTags .tag {
    font-size: 1.8rem;
  }
}
.p-news-tag .forTags .tag:not(:last-child) {
  margin-right: 0.5em;
}
.p-news-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-news-lists .list {
    width: 44vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-news-lists .list:nth-child(odd) {
    margin-right: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-news-lists .list {
    width: 31.8%;
    margin-bottom: 2.1428571429vw;
  }
  .p-news-lists .list:not(:nth-child(3n)) {
    margin-right: 2.3%;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-lists .list {
    margin-bottom: 30px;
  }
}
.p-news-lists .list .zoom_img {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6vw;
  height: 30vw;
}
@media screen and (min-width: 769px) {
  .p-news-lists .list .zoom_img {
    margin-bottom: 0.8571428571vw;
    height: 16.0714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-lists .list .zoom_img {
    margin-bottom: 12px;
    height: 225px;
  }
}
.p-news-lists .list .zoom_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.p-news-lists .list_txt {
  line-height: 1.3;
  font-size: 3.0666666667vw;
}
@media screen and (min-width: 769px) {
  .p-news-lists .list_txt {
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-lists .list_txt {
    font-size: 1.8rem;
  }
}
.p-news-lists .list_txt .txt {
  font-weight: 700;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .p-news-lists .list_txt .txt {
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-lists .list_txt .txt {
    font-size: 1.8rem;
  }
}
.p-news-lists .list_txt .date {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-news-lists .list_txt .date {
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-lists .list_txt .date {
    font-size: 1.8rem;
  }
}
.p-news-lists .list_txt .date.new:after {
  content: "";
  display: inline-block;
  width: 2.75em;
  height: 1.15em;
  background: url("../../img/news_new.svg") center no-repeat;
  background-size: contain;
  margin-left: 0.5em;
}
.p-news-article {
  padding-top: calc(100vw / ( 750 / 40 ));
}
@media screen and (min-width: 769px) {
  .p-news-article {
    padding-top: 2.5vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-article {
    padding-top: 35px;
  }
}
.p-news-article .forDate {
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-news-article .forDate {
    font-size: 1.4285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-article .forDate {
    font-size: 2rem;
  }
}
.p-news-article .forDate.new:after {
  content: "";
  display: inline-block;
  width: 2.75em;
  height: 1.15em;
  background: url("../../img/news_new.svg") center no-repeat;
  background-size: contain;
  margin-left: 0.5em;
}
.p-news-article .forTtl {
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
  .p-news-article .forTtl {
    line-height: 1.43;
  }
}
.p-news-article .forSNS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .p-news-article .forSNS {
    margin-bottom: 1.4285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-article .forSNS {
    margin-bottom: 20px;
  }
}
.p-news-article .forSNS__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-news-article .forSNS_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-news-article .forSNS_items {
    margin-bottom: 0.7142857143vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-article .forSNS_items {
    margin-bottom: 10px;
  }
}
.p-news-article .forSNS_items .item {
  border-radius: 50%;
  height: 6.1333333333vw;
  width: 6.1333333333vw;
}
@media screen and (min-width: 769px) {
  .p-news-article .forSNS_items .item {
    height: 3.2857142857vw;
    width: 3.2857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-article .forSNS_items .item {
    height: 46px;
    width: 46px;
  }
}
.p-news-article .forSNS_items .item.onX {
  background: url("../../img/icon_x_wh.svg") center no-repeat #3c3834;
  background-size: auto 2.6666666667vw;
  margin-right: 1.8666666667vw;
}
@media screen and (min-width: 769px) {
  .p-news-article .forSNS_items .item.onX {
    background-size: auto 1.4285714286vw;
    margin-right: 1vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-article .forSNS_items .item.onX {
    background-size: auto 20px;
    margin-right: 14px;
  }
}
.p-news-article .forSNS_items .item.onFB {
  background: url("../../img/icon_fb_wh.svg") center no-repeat #1877f2;
  background-size: auto 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-news-article .forSNS_items .item.onFB {
    background-size: auto 1.4285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-article .forSNS_items .item.onFB {
    background-size: auto 20px;
  }
}
.p-news-article .forSNS_txt {
  font-weight: 700;
  font-size: 1.7333333333vw;
}
@media screen and (min-width: 769px) {
  .p-news-article .forSNS_txt {
    font-size: 0.9285714286vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-article .forSNS_txt {
    font-size: 1.3rem;
  }
}
.p-news-article .forInfo {
  background-color: #eaebef;
  padding: 5.3333333333vw 2.6666666667vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-news-article .forInfo {
    padding: 2.8571428571vw;
    margin-bottom: 2.8571428571vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-article .forInfo {
    padding: 40px;
    margin-bottom: 40px;
  }
}
.p-news-article .forInfo_ttl {
  text-align: center;
  line-height: 1.45;
  position: relative;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-bottom: 1.5em;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 769px) {
  .p-news-article .forInfo_ttl {
    font-size: 1.5714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-article .forInfo_ttl {
    font-size: 2.2rem;
  }
}
.p-news-article .forInfo_items .item:not(:last-child) {
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) {
  .p-news-article .forInfo_items .item:not(:last-child) {
    margin-bottom: 1.0714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-article .forInfo_items .item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.p-news-article .forInfo_items .itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-news-article .forInfo_items .itemWrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-news-article .forInfo_items .item-ttl {
  background-color: #3c3834;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: 28%;
  line-height: 1.5;
  padding: 0.5em 0;
}
@media screen and (max-width: 768px) {
  .p-news-article .forInfo_items .item-ttl {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-news-article .forInfo_items .item-ttl {
    width: 20%;
  }
}
.p-news-article .forInfo_items .item-ttl:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2vw 2vw 0 0;
  border-color: #eaebef transparent transparent transparent;
}
@media screen and (min-width: 769px) {
  .p-news-article .forInfo_items .item-ttl:before {
    border-width: 1.0714285714vw 1.0714285714vw 0 0;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-article .forInfo_items .item-ttl:before {
    border-width: 15px 15px 0 0;
  }
}
.p-news-article .forInfo_items .item-txt {
  line-height: 1.6;
  width: 67.5%;
  font-size: 2.4vw;
}
@media screen and (min-width: 769px) {
  .p-news-article .forInfo_items .item-txt {
    width: 76.3%;
    font-size: 1.2142857143vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-article .forInfo_items .item-txt {
    font-size: 1.7rem;
  }
}
.p-news-article .forNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-news-article .forNav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-article .forNav {
    margin-bottom: 70px;
  }
}
.p-news-article .forNav .c-btn {
  padding: 1em 0.5em;
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  .p-news-article .forNav .c-btn {
    font-size: 1.4285714286vw;
  }
  .p-news-article .forNav .c-btn:nth-child(2) {
    margin: 0 1em;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-article .forNav .c-btn {
    font-size: 2rem;
  }
}
.p-news-article .forNav .c-btn .c-icon-arw_prev {
  padding-left: 1em;
}
.p-news-article .forNav .c-btn .c-icon-arw_prev:before {
  left: 0;
}
.p-news-article .forNav .c-btn .c-icon-arw_next {
  padding-right: 1em;
}
.p-news-article .forNav .c-btn .c-icon-arw_next:after {
  right: 0;
}
.p-news-article .forTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-news-article .forTags {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-article .forTags {
    margin-bottom: 70px;
  }
}
.p-news-article .forTags_ttl {
  width: 3em;
  line-height: 1;
  padding: 2px 0;
}
.p-news-article .forTags_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 4em);
}
.p-news-article .forTags_items-item {
  line-height: 1;
  border: 1px solid #3c3834;
  border-radius: 5px;
  padding: 2px;
  margin-right: 0.5em;
  font-size: 92%;
}
.p-news-article .postArea {
  text-align: justify;
  letter-spacing: 0.14em;
  line-height: 1.75;
  font-size: calc(100vw / ( 750 / 28 ));
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-news-article .postArea {
    letter-spacing: 0.1em;
    font-size: calc(100vw / ( 1400 / 17 ));
    margin-bottom: 2.1428571429vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-article .postArea {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
}
.p-news-article .postArea a {
  text-decoration: underline;
}
.p-news-article .postArea a:hover {
  text-decoration: none;
}
.p-news-article .postArea b {
  font-weight: 700;
  color: #3e3935;
}
.p-news-article .postArea i {
  font-style: italic;
}
.p-news-article .postArea ul {
  list-style: disc;
  margin-left: 1em;
}
.p-news-article .postArea ol {
  list-style: decimal;
  margin-left: 1em;
}
.p-news-article .postArea blockquote {
  border-left: 3px solid #3e3935;
  box-sizing: border-box;
  padding-left: .75em;
}
.p-news-article .postArea pre {
  background: #EAEBEE;
  box-sizing: border-box;
  padding: .5em;
  white-space: break-spaces;
}
.p-news-article .postArea h1,
.p-news-article .postArea h2 {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3e3935;
  font-size: calc(100vw / ( 750 / 45 ));
}
@media screen and (min-width: 769px) {
  .p-news-article .postArea h1,
  .p-news-article .postArea h2 {
    font-weight: bold;
    font-size: calc(100vw / ( 1400 / 34 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-news-article .postArea h1,
  .p-news-article .postArea h2 {
    font-size: 3.4rem;
  }
}

.p-news-article .postArea h3 {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3e3935;
  font-size: calc(100vw / ( 750 / 38 ));
}
@media screen and (min-width: 769px) {
  .p-news-article .postArea h3 {
    font-size: calc(100vw / ( 1400 / 26 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-news-article .postArea h3 {
    font-size: 2.6rem;
  }
}

.p-news-article .postArea h4 {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #3e3935;
  font-size: calc(100vw / ( 750 / 34 ));
}
@media screen and (min-width: 769px) {
  .p-news-article .postArea h4 {
    font-size: calc(100vw / ( 1400 / 22 ));
  }
}
@media screen and (min-width: 1401px) {
  .p-news-article .postArea h4 {
    font-size: 2.2rem;
  }
}

.p-news-article .postArea iframe {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  margin: auto;
  max-width: 640px;
  width: 100%;
}
.p-news-article .postArea img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: auto;
}
.p-news-article .postArea .forMV {
  margin-bottom: 4.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-news-article .postArea .forMV {
    float: right;
    width: 45.45%;
    margin-left: 2.27%;
    margin-bottom: 1.7857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news-article .postArea .forMV {
    margin-bottom: 25px;
  }
}
.p-news-article .postArea .forMV img {
  width: 100%;
}

.p-news-article .postArea .area-block {
  border: 1px solid #ccc;
  background: #eee;
  padding: 1.25em;
  margin: 1em auto 2.5em;
}
/*.p-news-article .postArea .area-block > br,
.p-news-article .postArea .area-block .mod-heading3 > br,
.p-news-article .postArea .area-block .mod-heading3-h > br {
  display: none;
}*/
.p-news-article .postArea .area-block .mod-heading3-h center {
  padding: 0.5em 1em;
  background: #0d0d0d;
  font-size: inherit;
}
.p-news-article .postArea .area-block .mod-heading3-h a {
  color: #fff;
}

.p-news .forCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-news .forCategory {
    margin-bottom: 1.4285714286vw;
    padding-bottom: 1.7857142857vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news .forCategory {
    margin-bottom: 20px;
    padding-bottom: 25px;
  }
}
.p-news .forCategory .ttl {
  margin-right: 0.5em;
  font-weight: 700;
  font-size: 1.5714285714vw;
}
@media screen and (max-width: 768px) {
  .p-news .forCategory .ttl {
    display: none;
  }
}
@media screen and (min-width: 1401px) {
  .p-news .forCategory .ttl {
    font-size: 2.2rem;
  }
}
.p-news .forCategory .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-news .forCategory .items .item a {
  display: block;
  background-color: #eaebef;
  padding: 0.5em 1em;
  margin-right: 0.6em;
  margin-bottom: 0.6em;
  font-weight: 700;
  font-size: 4.4vw;
}
.p-news .forCategory .items .item a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-news .forCategory .items .item a {
    margin-right: 0.9em;
    margin-bottom: 0;
    font-size: 1.5714285714vw;
  }
}
@media screen and (min-width: 1401px) {
  .p-news .forCategory .items .item a {
    font-size: 2.2rem;
  }
}
.p-news .forCategory .items .item.selected a {
  background-color: #3c3834;
  color: #fff;
}

/*バナー追加*/
.p-top-bn__inner {
  margin-bottom: calc(100vw / ( 750 / 50 ));
}
@media screen and (min-width: 769px) {
  .p-top-bn__inner {
    max-width: 728px;
    margin: 0 auto calc(100vw / ( 1400 / 50 ));
  }
  .p-top-bn__inner img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 1401px) {
  .p-top-bn__inner {
    margin-bottom: 50px;
  }
}