@charset "UTF-8";
/*
	heading
*/
/* ================================================
	common
================================================ */
/* line 16, ../scss/home.scss */
.heading1 {
  background: #F2F2F2;
  border-left-width: 3px;
  border-left-style: solid;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 5.4rem;
  padding: 1rem 2.7rem;
}

/* swiper-pagination-bullet-active
======================================== */
/* line 22, ../scss/home.scss */
.swiper-pagination-bullet-active {
  background-color: #ff2e18;
  /*background: var(--swiper-pagination-color,var(--swiper-theme-color))*/
}

/* mv
======================================== */
/* line 30, ../scss/home.scss */
.mv {
  /*display: flex;
  justify-content: space-between;
  align-items: stretch;*/
  padding-bottom: 32px;
  /* swiper-paginationを外に出すため  */
}
/* line 31, ../scss/home.scss */
.mv a:hover {
  opacity: 0.8;
}
/* line 41, ../scss/home.scss */
.mv__item {
  width: calc(( 790 / 1600 ) * 100%);
  position: relative;
}
/* line 46, ../scss/home.scss */
.mv__item .mv__img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  padding-bottom: calc(( 2 / 3 ) * 100%);
}
/* line 57, ../scss/home.scss */
.mv__desc {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(30, 30, 30, 0.6);
  color: #FFFFFF;
  width: 100%;
  /*height: 90px;*/
  padding: 1rem 2.5rem 1rem 2.5rem;
  overflow: hidden;
}
/* line 67, ../scss/home.scss */
.mv__desc__tt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 4px;
}
/* line 74, ../scss/home.scss */
.mv__desc__tt a {
  color: #fff;
  text-decoration: none;
}
/* line 80, ../scss/home.scss */
.mv__desc__body {
  /*display: flex;
  justify-content: flex-start;
  align-items: center;*/
  font-size: 1.2rem;
  /*position: absolute;
  bottom: 1.5rem;*/
}
/* line 89, ../scss/home.scss */
.mv__desc__date {
  border-right: 1px solid #FFFFFF;
  padding-right: 1rem;
  margin-right: 1rem;
}
/* line 95, ../scss/home.scss */
.mv__desc__ct-name {
  border-right: 1px solid #FFFFFF;
  padding-right: 1rem;
  margin-right: 1rem;
}
/* line 100, ../scss/home.scss */
.mv__desc .tag-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 1rem 1rem 1rem 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 15, ../../base/scss/mixin/_tag.scss */
.mv__desc .tag-list .tag {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 0.5rem 0.5rem 0;
}
/* line 20, ../../base/scss/mixin/_tag.scss */
.mv__desc .tag-list .tag a {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  border-radius: 10px;
  text-decoration: none;
  padding: 0.2rem 0.7rem;
}
/* line 45, ../../base/scss/mixin/_tag.scss */
.mv__desc .tag-list .tag a:hover {
  opacity: 0.8;
}
/* line 106, ../scss/home.scss */
.mv__desc .tag-list .tag:nth-child(n+6) {
  display: none;
}
/* line 110, ../scss/home.scss */
.mv__desc .tag-list .tag5::after {
  content: '...';
  color: #fff;
  font-size: 1.4rem;
  margin-left: 0.5em;
}

/* main-area
======================================== */
/* urgent-news
======================================== */
/* line 124, ../scss/home.scss */
.urgent-news {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  width: calc(( 984 / 1200 ) * 100%);
  margin: 0 auto 2em auto;
  padding: 2rem 1rem;
}
/* line 135, ../scss/home.scss */
.urgent-news__tt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 12px;
}
/* line 142, ../scss/home.scss */
.urgent-news__ct {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

/* main-area__body
======================================== */
/* archive-box
======================================== */
/* line 160, ../scss/home.scss */
.archive-box .more-btn {
  margin: 0 0.5rem 0.5rem 0;
  text-align: center;
  width: calc(( 400 / 760 ) * 100%);
  margin: 0 auto;
}
/* line 14, ../../base/scss/mixin/_btn.scss */
.archive-box .more-btn a {
  border: 1px solid #707070;
  border-radius: 30px;
  color: #888888;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 1.5rem 0;
}
/* line 29, ../../base/scss/mixin/_btn.scss */
.archive-box .more-btn a:hover {
  opacity: 0.8;
}

/* switch-btn
======================================== */
/* line 169, ../scss/home.scss */
.switch-btn {
  display: none;
  /*display: flex;*/
  justify-content: flex-start;
  margin-bottom: 4rem;
}
/* line 176, ../scss/home.scss */
.switch-btn__order {
  width: calc(( 70 / 760 ) * 100%);
}
/* line 179, ../scss/home.scss */
.switch-btn__order button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #888888;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 0 1rem 1.7rem;
}
/* line 198, ../scss/home.scss */
.switch-btn__desc {
  background: url("/img/home/icon_desc.png") no-repeat center left;
  background-size: 12.73px auto;
}
/* line 203, ../scss/home.scss */
.switch-btn__asc {
  background: url("/img/home/icon_asc.png") no-repeat center left;
  background-size: 12.73px auto;
}
/* line 209, ../scss/home.scss */
.switch-btn__cat-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(( 695 / 760 ) * 100%);
}
/* line 215, ../scss/home.scss */
.switch-btn__cat-list__item {
  border-left: 1px solid #F2F2F2;
  text-align: center;
  width: 119px;
  margin-bottom: 1rem;
}
/* line 221, ../scss/home.scss */
.switch-btn__cat-list__item a {
  color: #000000;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem 0 0.9rem;
  border-bottom: 2px solid none;
}
/* line 230, ../scss/home.scss */
.switch-btn__cat-list__item a.js-is-active {
  color: #003EA2;
  border-bottom: 2px solid #003EA2;
}

/* switch-body
======================================== */
/* line 241, ../scss/home.scss */
.switch-body {
  margin-bottom: 5rem;
  /* ================================================
  	card_list
  ================================================ */
}
/* line 249, ../scss/home.scss */
.switch-body .card__list {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 5rem;
  /* ================================================
  	PC(1300px以上)
  ================================================ */
  /* ================================================
  	PC(1024px以上)
  ================================================ */
  /* ================================================
  	tablet(768pxから1023pxまで)
  ================================================ */
  /* ================================================
  	sp(767pxまで)
  ================================================ */
}
@media screen and (min-width: 1300px) {
  /* line 31, ../../base/scss/mixin/_card_list.scss */
  .switch-body .card__list__item {
    width: 24.00%;
    position: relative;
    margin: 0 1.33% 3rem 0;
  }
  /* line 39, ../../base/scss/mixin/_card_list.scss */
  .switch-body .card__list__item .card {
    position: relative;
  }
  /* line 13, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card > .card__link-wrap {
    color: #000000;
    display: block;
    text-decoration: none;
    position: relative;
    text-decoration: none !important;
  }
  /* line 20, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card > .card__link-wrap:hover {
    opacity: 0.8;
  }
  /* line 24, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card a .card__actions__view,
  .switch-body .card__list__item .card a .card__actions__good {
    color: #fff;
    text-decoration: none !important;
  }
  /* line 31, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__img-wrap {
    position: relative;
  }
  /* line 36, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__img {
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    padding-bottom: calc(( 160 / 240 ) * 100%);
  }
  /* line 44, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__body {
    padding: 1rem;
  }
  /* line 49, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__desc {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 1rem;
  }
  /* line 55, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__desc__date {
    background: url("/wp-content/themes/jba_s3/assets/base/img/icon_clock.png") no-repeat center left;
    background-size: 13px auto;
    text-shadow: 1px 1px 0px #fff;
    margin-right: 1rem;
    padding: 0.5rem 0 0.5rem 1.7rem;
  }
  /* line 63, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__desc__ct-name {
    border: 1px solid #999;
    font-size: 1.2rem;
    text-shadow: 1px 1px 0px #fff;
    line-height: 1.4;
    white-space: nowrap;
    padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  }
  /* line 74, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__tt {
    font-size: 1.6rem;
    font-weight: bold;
    text-shadow: 1px 1px 0px #fff;
    line-height: 1.25;
    word-break: break-all;
  }
  /* line 83, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card .tag-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1rem 1rem 1rem 0;
  }
  /* line 15, ../../base/scss/mixin/_tag.scss */
  .switch-body .card__list__item .card .tag-list .tag {
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0 0.5rem 0.5rem 0;
  }
  /* line 20, ../../base/scss/mixin/_tag.scss */
  .switch-body .card__list__item .card .tag-list .tag a {
    background: #878787;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    padding: 0.2rem 0.7rem;
  }
  /* line 45, ../../base/scss/mixin/_tag.scss */
  .switch-body .card__list__item .card .tag-list .tag a:hover {
    opacity: 0.8;
  }
  /* line 90, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card .mk_new {
    display: none;
  }
  /* line 96, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card .mk_new.on {
    display: block;
    font-size: 1rem;
    padding: 1rem 0.3rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 108, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions {
    color: #333;
    font-size: 1.2rem;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    /*  縦位置 */
    align-content: flex-start;
    /* 横位置 */
    justify-content: flex-start;
    /* 並べ方 */
    flex-wrap: wrap;
    padding: 0.3rem 0.5rem;
    /*
    &__favorite.off {
    	background-image:	url('/wp-content/themes/jba_s3/assets/base/img/icon_favorite_off.png');
    }
    &__favorite.on {
    	background-image:	url('/wp-content/themes/jba_s3/assets/base/img/icon_favorite_on.png');
    }
    */
  }
  /* line 119, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions > li {
    background-repeat: no-repeat;
    line-height: 1.5;
  }
  /* line 123, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions__view {
    margin-left: 1px;
    margin-right: 1em;
    padding-top: 2px;
  }
  /* line 133, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions__view::after {
    content: "\e904";
    font-size: 1.2rem;
    margin-left: 2px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 's3_fonts' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* line 149, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions__good::after {
    content: "\e903";
    font-size: 1.6rem;
    margin-left: 3px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 's3_fonts' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* line 157, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions__favorite {
    width: 1.8rem;
    cursor: pointer;
    position: relative;
    margin-left: auto;
  }
  /* line 175, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions__favorite.off::after {
    content: "\e901";
    font-size: 1.8rem;
    position: absolute;
    top: 1px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 's3_fonts' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* line 184, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions__favorite.on::after {
    content: "\e900";
    font-size: 1.8rem;
    position: absolute;
    top: 1px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 's3_fonts' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* line 197, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__read {
    display: none;
  }
  /* line 202, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__read.on {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 213, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__read.on .card__read__txt {
    background: rgba(255, 255, 255, 0.4);
    color: #FFF;
    font-size: 1.4rem;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0.3rem 2rem;
  }
  /* line 226, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card .card__btn-favorite {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    float: right;
  }
  /* line 44, ../../base/scss/mixin/_card_list.scss */
  .switch-body .card__list__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1024px) and (max-width: 1299px) {
  /* line 55, ../../base/scss/mixin/_card_list.scss */
  .switch-body .card__list__item {
    width: 32.00%;
    position: relative;
    margin: 0 2% 3rem 0;
  }
  /* line 62, ../../base/scss/mixin/_card_list.scss */
  .switch-body .card__list__item .card {
    position: relative;
  }
  /* line 13, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card > .card__link-wrap {
    color: #000000;
    display: block;
    text-decoration: none;
    position: relative;
    text-decoration: none !important;
  }
  /* line 20, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card > .card__link-wrap:hover {
    opacity: 0.8;
  }
  /* line 24, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card a .card__actions__view,
  .switch-body .card__list__item .card a .card__actions__good {
    color: #fff;
    text-decoration: none !important;
  }
  /* line 31, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__img-wrap {
    position: relative;
  }
  /* line 36, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__img {
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    padding-bottom: calc(( 160 / 240 ) * 100%);
  }
  /* line 44, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__body {
    padding: 1rem;
  }
  /* line 49, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__desc {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 1rem;
  }
  /* line 55, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__desc__date {
    background: url("/wp-content/themes/jba_s3/assets/base/img/icon_clock.png") no-repeat center left;
    background-size: 13px auto;
    text-shadow: 1px 1px 0px #fff;
    margin-right: 1rem;
    padding: 0.5rem 0 0.5rem 1.7rem;
  }
  /* line 63, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__desc__ct-name {
    border: 1px solid #999;
    font-size: 1.2rem;
    text-shadow: 1px 1px 0px #fff;
    line-height: 1.4;
    white-space: nowrap;
    padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  }
  /* line 74, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__tt {
    font-size: 1.6rem;
    font-weight: bold;
    text-shadow: 1px 1px 0px #fff;
    line-height: 1.25;
    word-break: break-all;
  }
  /* line 83, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card .tag-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1rem 1rem 1rem 0;
  }
  /* line 15, ../../base/scss/mixin/_tag.scss */
  .switch-body .card__list__item .card .tag-list .tag {
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0 0.5rem 0.5rem 0;
  }
  /* line 20, ../../base/scss/mixin/_tag.scss */
  .switch-body .card__list__item .card .tag-list .tag a {
    background: #878787;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    padding: 0.2rem 0.7rem;
  }
  /* line 45, ../../base/scss/mixin/_tag.scss */
  .switch-body .card__list__item .card .tag-list .tag a:hover {
    opacity: 0.8;
  }
  /* line 90, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card .mk_new {
    display: none;
  }
  /* line 96, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card .mk_new.on {
    display: block;
    font-size: 1rem;
    padding: 1rem 0.3rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 108, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions {
    color: #333;
    font-size: 1.2rem;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    /*  縦位置 */
    align-content: flex-start;
    /* 横位置 */
    justify-content: flex-start;
    /* 並べ方 */
    flex-wrap: wrap;
    padding: 0.3rem 0.5rem;
    /*
    &__favorite.off {
    	background-image:	url('/wp-content/themes/jba_s3/assets/base/img/icon_favorite_off.png');
    }
    &__favorite.on {
    	background-image:	url('/wp-content/themes/jba_s3/assets/base/img/icon_favorite_on.png');
    }
    */
  }
  /* line 119, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions > li {
    background-repeat: no-repeat;
    line-height: 1.5;
  }
  /* line 123, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions__view {
    margin-left: 1px;
    margin-right: 1em;
    padding-top: 2px;
  }
  /* line 133, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions__view::after {
    content: "\e904";
    font-size: 1.2rem;
    margin-left: 2px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 's3_fonts' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* line 149, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions__good::after {
    content: "\e903";
    font-size: 1.6rem;
    margin-left: 3px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 's3_fonts' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* line 157, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions__favorite {
    width: 1.8rem;
    cursor: pointer;
    position: relative;
    margin-left: auto;
  }
  /* line 175, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions__favorite.off::after {
    content: "\e901";
    font-size: 1.8rem;
    position: absolute;
    top: 1px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 's3_fonts' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* line 184, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions__favorite.on::after {
    content: "\e900";
    font-size: 1.8rem;
    position: absolute;
    top: 1px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 's3_fonts' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* line 197, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__read {
    display: none;
  }
  /* line 202, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__read.on {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 213, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__read.on .card__read__txt {
    background: rgba(255, 255, 255, 0.4);
    color: #FFF;
    font-size: 1.4rem;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0.3rem 2rem;
  }
  /* line 226, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card .card__btn-favorite {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    float: right;
  }
  /* line 67, ../../base/scss/mixin/_card_list.scss */
  .switch-body .card__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 249, ../scss/home.scss */
  .switch-body .card__list {
    justify-content: space-between;
  }
  /* line 80, ../../base/scss/mixin/_card_list.scss */
  .switch-body .card__list__item {
    width: 48%;
    position: relative;
    margin: 0 0 3rem 0;
  }
  /* line 87, ../../base/scss/mixin/_card_list.scss */
  .switch-body .card__list__item .card {
    position: relative;
  }
  /* line 13, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card > .card__link-wrap {
    color: #000000;
    display: block;
    text-decoration: none;
    position: relative;
    text-decoration: none !important;
  }
  /* line 20, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card > .card__link-wrap:hover {
    opacity: 0.8;
  }
  /* line 24, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card a .card__actions__view,
  .switch-body .card__list__item .card a .card__actions__good {
    color: #fff;
    text-decoration: none !important;
  }
  /* line 31, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__img-wrap {
    position: relative;
  }
  /* line 36, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__img {
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    padding-bottom: calc(( 160 / 240 ) * 100%);
  }
  /* line 44, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__body {
    padding: 1rem;
  }
  /* line 49, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__desc {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 1rem;
  }
  /* line 55, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__desc__date {
    background: url("/wp-content/themes/jba_s3/assets/base/img/icon_clock.png") no-repeat center left;
    background-size: 13px auto;
    text-shadow: 1px 1px 0px #fff;
    margin-right: 1rem;
    padding: 0.5rem 0 0.5rem 1.7rem;
  }
  /* line 63, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__desc__ct-name {
    border: 1px solid #999;
    font-size: 1.2rem;
    text-shadow: 1px 1px 0px #fff;
    line-height: 1.4;
    white-space: nowrap;
    padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  }
  /* line 74, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__tt {
    font-size: 1.6rem;
    font-weight: bold;
    text-shadow: 1px 1px 0px #fff;
    line-height: 1.25;
    word-break: break-all;
  }
  /* line 83, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card .tag-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1rem 1rem 1rem 0;
  }
  /* line 15, ../../base/scss/mixin/_tag.scss */
  .switch-body .card__list__item .card .tag-list .tag {
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0 0.5rem 0.5rem 0;
  }
  /* line 20, ../../base/scss/mixin/_tag.scss */
  .switch-body .card__list__item .card .tag-list .tag a {
    background: #878787;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    padding: 0.2rem 0.7rem;
  }
  /* line 45, ../../base/scss/mixin/_tag.scss */
  .switch-body .card__list__item .card .tag-list .tag a:hover {
    opacity: 0.8;
  }
  /* line 90, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card .mk_new {
    display: none;
  }
  /* line 96, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card .mk_new.on {
    display: block;
    font-size: 1rem;
    padding: 1rem 0.3rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 108, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions {
    color: #333;
    font-size: 1.2rem;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    /*  縦位置 */
    align-content: flex-start;
    /* 横位置 */
    justify-content: flex-start;
    /* 並べ方 */
    flex-wrap: wrap;
    padding: 0.3rem 0.5rem;
    /*
    &__favorite.off {
    	background-image:	url('/wp-content/themes/jba_s3/assets/base/img/icon_favorite_off.png');
    }
    &__favorite.on {
    	background-image:	url('/wp-content/themes/jba_s3/assets/base/img/icon_favorite_on.png');
    }
    */
  }
  /* line 119, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions > li {
    background-repeat: no-repeat;
    line-height: 1.5;
  }
  /* line 123, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions__view {
    margin-left: 1px;
    margin-right: 1em;
    padding-top: 2px;
  }
  /* line 133, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions__view::after {
    content: "\e904";
    font-size: 1.2rem;
    margin-left: 2px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 's3_fonts' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* line 149, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions__good::after {
    content: "\e903";
    font-size: 1.6rem;
    margin-left: 3px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 's3_fonts' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* line 157, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions__favorite {
    width: 1.8rem;
    cursor: pointer;
    position: relative;
    margin-left: auto;
  }
  /* line 175, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions__favorite.off::after {
    content: "\e901";
    font-size: 1.8rem;
    position: absolute;
    top: 1px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 's3_fonts' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* line 184, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions__favorite.on::after {
    content: "\e900";
    font-size: 1.8rem;
    position: absolute;
    top: 1px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 's3_fonts' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* line 197, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__read {
    display: none;
  }
  /* line 202, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__read.on {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 213, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__read.on .card__read__txt {
    background: rgba(255, 255, 255, 0.4);
    color: #FFF;
    font-size: 1.4rem;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0.3rem 2rem;
  }
  /* line 226, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card .card__btn-favorite {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    float: right;
  }
}
@media screen and (max-width: 767px) {
  /* line 96, ../../base/scss/mixin/_card_list.scss */
  .switch-body .card__list__item {
    width: 100%;
    position: relative;
    margin: 0 0 3rem 0;
  }
  /* line 103, ../../base/scss/mixin/_card_list.scss */
  .switch-body .card__list__item .card {
    position: relative;
  }
  /* line 13, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card > .card__link-wrap {
    color: #000000;
    display: block;
    text-decoration: none;
    position: relative;
    text-decoration: none !important;
  }
  /* line 20, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card > .card__link-wrap:hover {
    opacity: 0.8;
  }
  /* line 24, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card a .card__actions__view,
  .switch-body .card__list__item .card a .card__actions__good {
    color: #fff;
    text-decoration: none !important;
  }
  /* line 31, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__img-wrap {
    position: relative;
  }
  /* line 36, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__img {
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    padding-bottom: calc(( 160 / 240 ) * 100%);
  }
  /* line 44, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__body {
    padding: 1rem;
  }
  /* line 49, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__desc {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 1rem;
  }
  /* line 55, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__desc__date {
    background: url("/wp-content/themes/jba_s3/assets/base/img/icon_clock.png") no-repeat center left;
    background-size: 13px auto;
    text-shadow: 1px 1px 0px #fff;
    margin-right: 1rem;
    padding: 0.5rem 0 0.5rem 1.7rem;
  }
  /* line 63, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__desc__ct-name {
    border: 1px solid #999;
    font-size: 1.2rem;
    text-shadow: 1px 1px 0px #fff;
    line-height: 1.4;
    white-space: nowrap;
    padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  }
  /* line 74, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__tt {
    font-size: 1.6rem;
    font-weight: bold;
    text-shadow: 1px 1px 0px #fff;
    line-height: 1.25;
    word-break: break-all;
  }
  /* line 83, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card .tag-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1rem 1rem 1rem 0;
  }
  /* line 15, ../../base/scss/mixin/_tag.scss */
  .switch-body .card__list__item .card .tag-list .tag {
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0 0.5rem 0.5rem 0;
  }
  /* line 20, ../../base/scss/mixin/_tag.scss */
  .switch-body .card__list__item .card .tag-list .tag a {
    background: #878787;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    padding: 0.2rem 0.7rem;
  }
  /* line 45, ../../base/scss/mixin/_tag.scss */
  .switch-body .card__list__item .card .tag-list .tag a:hover {
    opacity: 0.8;
  }
  /* line 90, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card .mk_new {
    display: none;
  }
  /* line 96, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card .mk_new.on {
    display: block;
    font-size: 1rem;
    padding: 1rem 0.3rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 108, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions {
    color: #333;
    font-size: 1.2rem;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    /*  縦位置 */
    align-content: flex-start;
    /* 横位置 */
    justify-content: flex-start;
    /* 並べ方 */
    flex-wrap: wrap;
    padding: 0.3rem 0.5rem;
    /*
    &__favorite.off {
    	background-image:	url('/wp-content/themes/jba_s3/assets/base/img/icon_favorite_off.png');
    }
    &__favorite.on {
    	background-image:	url('/wp-content/themes/jba_s3/assets/base/img/icon_favorite_on.png');
    }
    */
  }
  /* line 119, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions > li {
    background-repeat: no-repeat;
    line-height: 1.5;
  }
  /* line 123, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions__view {
    margin-left: 1px;
    margin-right: 1em;
    padding-top: 2px;
  }
  /* line 133, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions__view::after {
    content: "\e904";
    font-size: 1.2rem;
    margin-left: 2px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 's3_fonts' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* line 149, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions__good::after {
    content: "\e903";
    font-size: 1.6rem;
    margin-left: 3px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 's3_fonts' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* line 157, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions__favorite {
    width: 1.8rem;
    cursor: pointer;
    position: relative;
    margin-left: auto;
  }
  /* line 175, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions__favorite.off::after {
    content: "\e901";
    font-size: 1.8rem;
    position: absolute;
    top: 1px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 's3_fonts' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* line 184, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__actions__favorite.on::after {
    content: "\e900";
    font-size: 1.8rem;
    position: absolute;
    top: 1px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 's3_fonts' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* line 197, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__read {
    display: none;
  }
  /* line 202, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__read.on {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 213, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card__read.on .card__read__txt {
    background: rgba(255, 255, 255, 0.4);
    color: #FFF;
    font-size: 1.4rem;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0.3rem 2rem;
  }
  /* line 226, ../../base/scss/mixin/_card.scss */
  .switch-body .card__list__item .card .card__btn-favorite {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    float: right;
  }
}

/* ================================================
	PC
================================================ */
/* 上のcommonに記述 */
/* ================================================
	tablet(768pxから1399pxまで)
================================================ */
@media screen and (min-width: 768px) and (max-width: 1399px) {
  /* mv
  ================================================ */
  /* line 271, ../scss/home.scss */
  .mv__item {
    width: calc(( 790 / 1400 ) * 100%);
    position: relative;
  }
  /* line 276, ../scss/home.scss */
  .mv__item .mv__img {
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    padding-bottom: calc(( 2 / 3 ) * 100%);
  }

  /* main-area__wrap
  ================================================ */
  /* line 287, ../scss/home.scss */
  .main-area__wrap {
    display: flex;
    align-items: stretch;
    /*  縦位置 */
    align-content: flex-start;
    /* 横位置 */
    justify-content: space-between;
    /* 並べ方 */
    flex-wrap: nowrap;
  }
}
/* ================================================
	SP(768px未満)
================================================ */
@media screen and (max-width: 767px) {
  /* main-area__body
  ================================================ */
  /* line 303, ../scss/home.scss */
  .main-area__body {
    width: 100%;
    /*margin-right: calc( 5% - 7px );*/
    margin-right: 0;
  }

  /* mv
  ================================================ */
  /* line 312, ../scss/home.scss */
  .mv__item {
    width: auto;
    position: relative;
  }
  /* line 317, ../scss/home.scss */
  .mv__item .mv__img {
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    padding-bottom: calc(( 2 / 3 ) * 100%);
  }

  /* line 325, ../scss/home.scss */
  .mv__desc {
    background-color: #000;
    position: relative;
  }
}

/*# sourceMappingURL=home.css.map */
