@media screen and (max-width: 828px) {
  .commonWidth-sp {
    width: 88.40579710144928%;
    margin-right: auto;
    margin-left: auto; } }

/**
 * Fonts
 */
/*
$fonts: (
  NotoSans:  'noto-sans, sans-serif', 
  // 400 -> Regular, 500 -> Regular, 700 -> Bold, 900 -> Black
  NotoSerif: 'Noto Serif JP, serif',  
  // 400 -> Regular, 
  Oswald:    'Oswald, sans-serif',
   // 400 -> Regular
  Roboto:    'Roboto, sans-serif',
   // 400 -> Regular
);

@mixin get_webfont( $font, $weight, $style: normal ) {
  $fonts: (
    NotoSans: 'noto-sans, sans-serif', 
    // 400 -> Regular, 500 -> Regular, 700 -> Bold, 900 -> Black
    NotoSerif:'Noto Serif JP, serif',  
    // 400 -> Regular
    Oswald:   'Oswald, sans-serif',
    // 400 -> Regular
    Roboto:   'Roboto, sans-serif',
    // 400 -> Regular
  );

  font-family: unquote( map-get( $fonts, $font ) );
  font-weight: $weight;
  font-style: $style;
  @content;
}
*/
.newsArchive .pageHeader,
.newsSingle .pageHeader {
  background: url(../img/news/news_pageheader.png) no-repeat center center/cover; }
  @media screen and (max-width: 828px) {
    .newsArchive .pageHeader,
    .newsSingle .pageHeader {
      background: url(../img/news/news_pageheader_sp.png) no-repeat center center/cover; } }

.newsArchive_main,
.newsSingle_main {
  padding-top: 64px; }
  @media screen and (max-width: 1366px) {
    .newsArchive_main,
    .newsSingle_main {
      padding-top: 4.68521vw; } }
  @media screen and (max-width: 828px) {
    .newsArchive_main,
    .newsSingle_main {
      padding-top: 11.5942vw; } }

.newsArchive {
  /*
  .addCategory {
    margin-bottom: 48px;
    @include bp( max, 1366px ) {
      margin-bottom: vw_pc( 48 );
    }
    @include bp( max, 828px ) {
      margin-bottom: vw_sp( 40 );
    }

    &_navi {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: -20px 0 0 -20px;
      @include bp( max, 1366px ) {
        margin: vw_pc( -20 ) 0 0 vw_pc( -20 );
      }
      @include bp( max, 828px ) {
        justify-content: flex-start;
        margin: vw_sp( 0 );
      }

      &_item {
        width: 194px;
        margin: 20px 0 0 20px;
        @include bp( max, 1366px ) {
          width: vw_pc( 194 );
          margin: vw_pc( 20 ) 0 0 vw_pc( 20 );
        }
        @include bp( max, 828px ) {
          width: 50%;
          margin: vw_sp( 0 );

          &:nth-child(even) {
            a,
            button {
              border-left: 0;
            }
          }

          &:nth-child(n+3) {
            a,
            button {
              border-top: 0;
            }
          }
        }

        > a,
        > button {
          border: 1px solid #ccc;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 64px;
          padding: 0 20px;
          //background: $black;
          letter-spacing: ls( 60 );
          //font-weight: 700;
          font-size: 1.6rem;
          text-align: center;
          line-height: 1.3;
          @include bp( max, 1366px ) {
            height: vw_pc( 64 );
            padding: 0 vw_pc( 20 );
            font-size: vw_pc( 16 );
          }
          @include bp( max, 828px ) {
            height: vw_sp( 64 );
            padding: 0 vw_sp( 20 );
            font-size: vw_sp( 16 );
            letter-spacing: 0;
          }
          @include bp( min, 829px ) {
            &:hover {
              color: $purple;
            }
          }
        }

        &.is-active {
          > a,
          > button {
            background: $purple;
            color: #fff;
            border-color: $purple;
          }
        }

        &.categoryAccordionItem {
          display: none;
        }

      }
    }
  }
  */ }
  .newsArchive .category {
    min-height: 66px;
    margin-bottom: 48px; }
    @media screen and (max-width: 1366px) {
      .newsArchive .category {
        margin-bottom: 3.51391vw;
        min-height: 4.83163vw; } }
    @media screen and (max-width: 828px) {
      .newsArchive .category {
        display: block;
        margin-bottom: 9.66184vw;
        min-height: auto; } }
  .newsArchive .tabCategoryWrapper {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media screen and (max-width: 828px) {
      .newsArchive .tabCategoryWrapper {
        position: relative; } }
  .newsArchive .tabCategory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 828px) {
      .newsArchive .tabCategory {
        display: block; } }
    .newsArchive .tabCategory_navi:not(:first-child) {
      margin-left: 32px; }
      @media screen and (max-width: 1366px) {
        .newsArchive .tabCategory_navi:not(:first-child) {
          margin-left: 2.34261vw; } }
      @media screen and (max-width: 828px) {
        .newsArchive .tabCategory_navi:not(:first-child) {
          margin: 3.86473vw 0 0 0; } }
    .newsArchive .tabCategory_navi_item {
      width: 200px;
      border-right: 1px solid #ccc;
      border-left: 1px solid #ccc; }
      @media screen and (max-width: 1366px) {
        .newsArchive .tabCategory_navi_item {
          width: 14.64129vw; } }
      @media screen and (max-width: 828px) {
        .newsArchive .tabCategory_navi_item {
          width: 100%; } }
      .newsArchive .tabCategory_navi_item:first-child {
        border: 1px solid #ccc; }
      .newsArchive .tabCategory_navi_item:not(:first-child) {
        border-bottom: 1px solid #ccc; }
      .newsArchive .tabCategory_navi_item > a,
      .newsArchive .tabCategory_navi_item > button {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        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: 100%;
        height: 64px;
        padding: 0 20px;
        letter-spacing: 0.06em;
        font-size: 1.6rem;
        text-align: center;
        line-height: 1.3; }
        @media screen and (max-width: 1366px) {
          .newsArchive .tabCategory_navi_item > a,
          .newsArchive .tabCategory_navi_item > button {
            height: 4.68521vw;
            padding: 0 1.46413vw;
            font-size: 1.1713vw; } }
        @media screen and (max-width: 828px) {
          .newsArchive .tabCategory_navi_item > a,
          .newsArchive .tabCategory_navi_item > button {
            height: 15.45894vw;
            padding: 0 4.83092vw;
            font-size: 3.86473vw;
            letter-spacing: 0; } }
        @media screen and (min-width: 829px) {
          .newsArchive .tabCategory_navi_item > a,
          .newsArchive .tabCategory_navi_item > button {
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
            .newsArchive .tabCategory_navi_item > a:hover,
            .newsArchive .tabCategory_navi_item > button:hover {
              color: #51005B; } }
      .newsArchive .tabCategory_navi_item.categoryAccordionButton::before {
        z-index: 3;
        content: "";
        width: 7px;
        height: 7px;
        position: absolute;
        top: 0;
        bottom: 5px;
        right: 12px;
        margin: auto;
        border-top: solid 2px #333;
        border-right: solid 2px #333;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        @media screen and (max-width: 1366px) {
          .newsArchive .tabCategory_navi_item.categoryAccordionButton::before {
            width: 0.51245vw;
            height: 0.51245vw;
            right: 0.87848vw;
            bottom: 0.36603vw;
            border-top-width: 0.14641vw;
            border-right-width: 0.14641vw; } }
        @media screen and (max-width: 828px) {
          .newsArchive .tabCategory_navi_item.categoryAccordionButton::before {
            background: none;
            border-radius: 0;
            width: 1.93237vw;
            height: 1.93237vw;
            bottom: 1.20773vw;
            right: 5.7971vw;
            border-top-width: 0.48309vw;
            border-right-width: 0.48309vw; } }
      .newsArchive .tabCategory_navi_item.categoryAccordionButton.is-active::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .newsArchive .tabCategory_navi_item.categoryAccordionItem {
        display: none; }
        .newsArchive .tabCategory_navi_item.categoryAccordionItem.is-active > a {
          background: #51005B;
          color: #fff;
          border-color: #51005B; }
  .newsArchive .categoryList {
    margin: -10px 0 0 -10px; }
    @media screen and (max-width: 1366px) {
      .newsArchive .categoryList {
        margin: -0.73206vw 0 0 -0.73206vw; } }
    @media screen and (max-width: 828px) {
      .newsArchive .categoryList {
        margin: -2.41546vw 0vw 0vw -2.41546vw; } }
    .newsArchive .categoryList_item {
      margin: 10px 0 0 10px; }
      @media screen and (max-width: 1366px) {
        .newsArchive .categoryList_item {
          margin: 0.73206vw 0 0 0.73206vw; } }
      @media screen and (max-width: 828px) {
        .newsArchive .categoryList_item {
          margin: 2.41546vw 0 0 2.41546vw; } }

.newsSingle_text a {
  display: inline;
  color: #51005B;
  text-decoration: underline; }

.newsSingle_text p {
  margin-bottom: 40px; }
  @media screen and (max-width: 1366px) {
    .newsSingle_text p {
      margin-bottom: 2.34261vw; } }
  @media screen and (max-width: 828px) {
    .newsSingle_text p {
      margin-bottom: 7.72947vw; } }
  .newsSingle_text p:last-child {
    margin-bottom: 0; }

.newsSingle_date {
  font-size: 1.5rem;
  color: #777; }
  @media screen and (max-width: 1366px) {
    .newsSingle_date {
      font-size: 1.0981vw; } }
  @media screen and (max-width: 828px) {
    .newsSingle_date {
      font-size: 3.62319vw; } }

.newsSingle_title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.04em; }
  @media screen and (max-width: 1366px) {
    .newsSingle_title {
      font-size: 2.34261vw; } }
  @media screen and (max-width: 828px) {
    .newsSingle_title {
      font-size: 7.24638vw; } }

.newsSingle .categoryList {
  margin-top: 24px; }
  @media screen and (max-width: 1366px) {
    .newsSingle .categoryList {
      margin-top: 1.75695vw; } }
  @media screen and (max-width: 828px) {
    .newsSingle .categoryList {
      margin-top: 5.7971vw; } }
  .newsSingle .categoryList_item:not(:first-child) {
    margin-left: 10px; }
    @media screen and (max-width: 1366px) {
      .newsSingle .categoryList_item:not(:first-child) {
        margin-left: 0.73206vw; } }
    @media screen and (max-width: 828px) {
      .newsSingle .categoryList_item:not(:first-child) {
        margin-left: 2.41546vw; } }

.newsSingle_image {
  margin-top: 48px; }
  @media screen and (max-width: 1366px) {
    .newsSingle_image {
      margin-top: 3.51391vw; } }
  @media screen and (max-width: 828px) {
    .newsSingle_image {
      margin-top: 9.66184vw; } }

.newsSingle_text {
  margin-top: 40px; }
  @media screen and (max-width: 1366px) {
    .newsSingle_text {
      margin-top: 2.92826vw; } }
  @media screen and (max-width: 828px) {
    .newsSingle_text {
      margin-top: 9.66184vw; } }
  .newsSingle_text p ~ .newsSingle_text p {
    margin-top: 24px; }
    @media screen and (max-width: 1366px) {
      .newsSingle_text p ~ .newsSingle_text p {
        margin-top: 1.75695vw; } }
    @media screen and (max-width: 828px) {
      .newsSingle_text p ~ .newsSingle_text p {
        margin-top: 5.7971vw; } }
