@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:600");
*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}

img {
  height: auto !important;
  max-width: 100%;
}

iframe {
  width: 100%;
}

.f-header {
  height: 90px;
  position: relative;
}

.f-header:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background-image: url(../../img/sp/f-header/line.png);
  background-position: center center;
  background-size: cover;
  content: "";
  height: 3px;
  width: 100%;
}

.f-header__logo {
  margin: 0 auto;
  line-height: 90px;
  text-align: center;
  width: 196px;
}

.f-header__logo img {
  vertical-align: middle;
}

.f-header__hamburger {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 17px;
  transform: translateY(-50%);
  width: 24px;
}

.f-header__search {
  position: absolute;
  top: 50%;
  right: 15px;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
  width: 24px;
}

.f-header__search img {
  vertical-align: bottom;
}

.f-search {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  border-top: 1px solid #e8e8e8;
  display: none;
  width: 100%;
  z-index: 9;
}

.f-search__form {
  background-color: #fff;
  padding: 15px;
}

.f-search__form__input {
  appearance: none;
  border: 1px solid #d4d4d4;
  border-radius: none;
  height: 50px;
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  outline: none;
  width: 100%;
  vertical-align: middle;
}

.f-search__form__btn {
  appearance: none;
  background-color: #000;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  height: 50px;
  outline: none;
  width: 100%;
  vertical-align: middle;
}

.f-gnav {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: #fff;
  display: none;
  width: 100%;
  z-index: 9;
}

.f-gnav__list {
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
}

.f-gnav__list > li {
  border-bottom: 1px solid #e8e8e8;
  border-left: 4px solid transparent;
  font-size: 1.2rem;
}

.f-gnav__list > li:nth-child(1) {
  border-left-color: #feca2d;
}

.f-gnav__list > li:nth-child(1) span {
  color: #feca2d;
}

.f-gnav__list > li:nth-child(2) {
  border-left-color: #54c935;
}

.f-gnav__list > li:nth-child(2) span {
  color: #54c935;
}

.f-gnav__list > li:nth-child(3) {
  border-left-color: #4279d5;
}

.f-gnav__list > li:nth-child(3) span {
  color: #4279d5;
}

.f-gnav__list > li:nth-child(4) {
  border-left-color: #ad42d5;
}

.f-gnav__list > li:nth-child(4) span {
  color: #ad42d5;
}

.f-gnav__list > li:nth-child(5) {
  border-left-color: #f12da5;
}

.f-gnav__list > li:nth-child(5) span {
  color: #f12da5;
}

.f-gnav__list > li:nth-child(6) {
  border-left-color: #c8002a;
}

.f-gnav__list > li:nth-child(6) > a {
  background-image: none;
}

.f-gnav__list > li:nth-child(6) span {
  color: #c8002a;
}

.f-gnav__list > li a {
  background-image: url(/assets/img/sp/f-gnav/caret-right.png);
  background-position: right 15px center;
  background-size: 7px auto;
  background-repeat: no-repeat;
  color: #3e3e3e;
  display: block;
  height: 60px;
  line-height: 60px;
  padding-left: 15px;
  text-decoration: none;
}

.f-gnav__list > li span {
  font-size: 2.1rem;
  margin-right: 10px;
}

.f-gnav__list__child li a {
  padding-left: 30px;
}

.f-gnav__list__child li a::before {
  content: "ー ";
}

.f-contents {
  background-color: #f6f6f6;
}

.f-contents--idx {
  padding-top: 30px;
}

.f-cat-header {
  align-items: center;
  background-color: #313131;
  display: flex;
  height: 60px;
  justify-content: center;
}

.f-cat-header__ttl {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-align: center;
}

.f-breadcrumb {
  overflow: hidden;
  padding: 15px;
  width: 100%;
}

.f-breadcrumb__list {
  font-size: 1.2rem;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.f-breadcrumb__list a {
  color: #a8a8a8;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  text-decoration: none;
}

.f-breadcrumb__list a::after {
  position: absolute;
  top: 5px;
  right: -10px;
  bottom: auto;
  left: auto;
  background-image: url(/assets/img/f-breadcrumb/icon-caret-right.png);
  background-size: contain;
  content: "";
  height: 6px;
  width: 4px;
}

.f-breadcrumb__list__current {
  color: #000 !important;
}

.f-main {
  margin-bottom: 40px;
}

.f-aside div:last-child {
  margin-bottom: 0;
}

.f-aside strong, .f-aside b {
  font-weight: bold;
}

.f-aside__widget, .f-aside__product, .f-aside__live, .f-aside__link, .f-aside__ad, .f-aside__pickup, .f-aside__profile {
  margin-bottom: 50px;
}

.f-aside__widget__header, .f-aside__live__header, .f-aside__link__header, .f-aside__profile__header {
  border-top: 3px solid #000;
  padding-bottom: 17px;
  padding-top: 20px;
}

.f-aside__widget__ttl, .f-aside__live__ttl, .f-aside__link__ttl, .f-aside__profile__ttl {
  color: #1f1f1f;
  font-size: 1.1rem;
  text-align: center;
}

.f-aside__widget__ttl span, .f-aside__live__ttl span, .f-aside__link__ttl span, .f-aside__profile__ttl span {
  display: block;
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.f-aside__widget__ttl img, .f-aside__live__ttl img, .f-aside__link__ttl img, .f-aside__profile__ttl img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 180px;
}

.f-aside__widget__body {
  background-color: #fff;
  border-top: 1px solid #e2e2e2;
}

.f-aside__widget__article,
.f-aside__widget__ranking {
  border-bottom: 1px solid #e2e2e2;
}

.f-aside__widget__article a,
.f-aside__widget__ranking a {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  text-decoration: none;
}

.f-aside__widget__article__img {
  width: 72px;
}

.f-aside__widget__ranking__img {
  width: 34px;
}

.f-aside__widget__article__body {
  width: calc(100% - 82px);
}

.f-aside__widget__ranking__body {
  width: calc(100% - 50px);
}

.f-aside__widget__article__summary,
.f-aside__widget__ranking__summary {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.4;
}

.f-aside__widget__tag-list {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 15px 15px 0;
}

.f-aside__widget__tag {
  font-size: 1.5rem;
  margin-bottom: 10px;
  margin-left: 25px;
}

.f-aside__widget__tag a {
  border-bottom: 1px solid #6bcde9;
  border-right: 1px solid #6bcde9;
  border-top: 1px solid #6bcde9;
  color: #6bcde9;
  display: block;
  line-height: 34px;
  padding-left: 5px;
  padding-right: 10px;
  position: relative;
  text-decoration: none;
}

.f-aside__widget__tag a::before {
  position: absolute;
  top: -1px;
  right: auto;
  bottom: auto;
  left: -15px;
  background-image: url(/assets/img/sp/f-aside/bg-tag.png);
  background-position: left top;
  background-size: auto 36px;
  content: "";
  height: 36px;
  width: 16px;
}

.f-aside__widget__cat {
  border-bottom: 1px solid #e2e2e2;
  font-size: 1.7rem;
}

.f-aside__widget__cat a {
  color: #6bcde9;
  display: block;
  padding: 20px 15px;
  text-decoration: none;
}

.f-aside__widget__cat a span {
  color: #000;
}

.f-aside__product {
  background-color: #fff;
  margin-left: 15px;
  margin-right: 15px;
}

.f-aside__product__header {
  padding: 20px;
}

.f-aside__product__body {
  border-top: 1px solid #e2e2e2;
  padding: 20px;
}

.f-aside__product__body > .btn {
  margin-top: 15px;
  text-align: center;
}

.f-aside__product__body > .btn a {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  display: block;
}

.f-aside__product__jacket {
  margin-bottom: 20px;
}

.f-aside__product__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.f-aside__product__txt {
  font-size: 1.4rem;
  line-height: 1.7;
}

.f-aside__live__body {
  border-top: 1px solid #e2e2e2;
  background-color: #fff;
  padding: 30px;
}

.f-aside__live__ttl-2nd {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.f-aside__live__lead {
  font-size: 1.4rem;
  line-height: 1.7;
}

.f-aside__live__txt {
  font-size: 1.4rem;
  line-height: 2.1;
}

.f-aside__live__body {
  border-top: 1px solid #e2e2e2;
  background-color: #fff;
  padding: 30px;
  font-size: 1.4rem;
  line-height: 2.1;
}

.f-aside__live__body p {
  font-size: 1.4rem;
  line-height: 2.1;
}

.f-aside__link__body {
  border-top: 1px solid #e2e2e2;
  background-color: #fff;
}

.f-aside__link__body ul li {
  border-bottom: 1px solid #e2e2e2;
  font-size: 1.4rem;
  line-height: 1.4;
}

.f-aside__link__body ul li:last-child {
  border-bottom: none;
}

.f-aside__link__body ul li a {
  color: #000;
  display: block;
  padding: 15px 30px;
  text-decoration: none;
  transition: .4s;
}

.f-aside__ad {
  text-align: center;
}

.f-aside__ad img {
  width: 300px;
}

.f-aside__bnr {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-bottom: 20px;
}

.f-aside__bnr:last-child {
  padding-bottom: 50px;
}

.f-aside__pickup {
  padding-left: 15px;
  padding-right: 15px;
}

.f-aside__profile__body {
  border-top: 1px solid #e2e2e2;
  background-color: #fff;
  padding: 30px;
}

.f-aside__profile__body p {
  font-size: 1.4rem;
  line-height: 2.1;
}

.f-aside__profile__body p strong {
  font-weight: bold;
}

.f-footer__nav {
  background-color: #000;
  padding-top: 30px;
}

.f-footer__nav__logo {
  margin: 0 auto;
  margin-bottom: 25px;
  text-align: center;
  width: 128px;
}

.f-footer__nav__list {
  border-top: 1px solid #363636;
  display: flex;
  flex-wrap: wrap;
}

.f-footer__nav__list li {
  border-bottom: 1px solid #363636;
  font-size: 1.2rem;
  text-align: center;
  width: 50%;
}

.f-footer__nav__list li:nth-child(odd) {
  border-right: 1px solid #363636;
}

.f-footer__nav__list li a {
  color: #7b7b7b;
  display: block;
  height: 39px;
  line-height: 39px;
  text-decoration: none;
  width: 100%;
}

.f-footer__project {
  background-color: #000;
  border-top: 1px solid #363636;
  padding-bottom: 15px;
  padding-top: 45px;
}

.f-footer__project__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.f-footer__project__list li {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.f-footer__project__list li img {
  height: 32px;
}

.f-footer__sns {
  padding-bottom: 20px;
  padding-top: 20px;
}

.f-footer__sns__list {
  display: flex;
  justify-content: center;
}

.f-footer__sns__list li {
  margin-right: 7px;
  margin-left: 7px;
  width: 50px;
}

.f-footer__notation {
  border-top: 1px solid #eaeaea;
  padding-bottom: 25px;
  padding-top: 20px;
}

.f-footer__notation__note {
  color: #818181;
  font-size: .9rem;
  line-height: 1.66;
  margin-bottom: 10px;
  text-align: center;
}

.f-footer__notation__copyright {
  color: #818181;
  font-size: .9rem;
  text-align: center;
}

.f-go-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}

.f-go-top img {
  width: 36px;
}

.idx__ad {
  background-color: #f5f5f5;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
}

.idx__ad img {
  width: 320px;
}

.idx__slider {
  position: relative;
}

.idx__slider__bg {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  height: 100%;
  width: 100%;
}

.idx__slider__bg__spacer {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.idx__slider__bg__img {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-position: center top;
  background-size: cover;
  filter: blur(10px);
  height: 120%;
  margin: -10px;
  opacity: .45;
  width: 120%;
}

.idx__slider__main {
  margin-bottom: 45px !important;
  padding-top: 15px;
}

.idx__slider__main .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.idx__slider__main .slick-dots {
  bottom: -19px;
}

.idx__slider__main .slick-dots li {
  background-color: #e3e3e3;
  border-radius: 50%;
  height: 8px;
  margin: 0 7px;
  width: 8px;
}

.idx__slider__main .slick-dots .slick-active {
  background-color: #000;
}

.idx__slider__main__img {
  padding-bottom: 34px;
  position: relative;
}

.idx__slider__main__img a {
  text-decoration: none;
}

.idx__slider__main__panel {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  background-color: #ccc;
  padding: 20px 15px 10px 15px;
  width: 95%;
}

.idx__slider__main__label {
  position: absolute;
  top: -10px;
  right: auto;
  bottom: auto;
  left: 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  height: 24px;
  letter-spacing: .5px;
  line-height: 24px;
  margin-bottom: 10px;
  text-align: center;
  width: 90px;
}

.idx__slider__main__summary {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.6;
  max-height: 48px;
  overflow-y: hidden;
}

.idx__slider__main__prev-arrow {
  position: absolute;
  top: 35%;
  right: auto;
  bottom: auto;
  left: 5px;
  cursor: pointer;
  width: 30px;
  z-index: 2;
}

.idx__slider__main__next-arrow {
  position: absolute;
  top: 35%;
  right: 5px;
  bottom: auto;
  left: auto;
  cursor: pointer;
  width: 30px;
  z-index: 2;
}

.idx__sec {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.idx__sec__header {
  margin-bottom: 15px;
}

.idx__sec__cat-ttl {
  color: #000;
  display: block;
  font-size: 1.1rem;
  text-align: center;
}

.idx__sec__cat-ttl img {
  display: block;
  margin: 0 auto;
  width: 156px;
}

.idx__sec__cat-ttl span {
  display: inline-block;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}

.idx__sec__cat-ttl span::before {
  position: absolute;
  top: -3px;
  right: auto;
  bottom: auto;
  left: 0;
  background-image: url(../../img/idx/icon-flag.png);
  background-size: 18px auto;
  content: "";
  display: block;
  height: 22px;
  width: 18px;
}

.idx__sec__more-btn {
  margin-top: 15px;
}

.idx__sec__more-btn a {
  background-color: #212121;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  height: 33px;
  letter-spacing: 1px;
  line-height: 33px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  width: 220px;
}

.c-archive-masonry {
  margin-bottom: 60px;
}

.c-archive-ttl {
  color: #666;
  margin: 0 auto;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.c-archive-vertical {
  margin-bottom: 60px;
}

.c-article {
  position: relative;
}

.c-article__mv-blur-bg {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  overflow: hidden;
  height: 178px;
  width: 100%;
}

.c-article__mv-blur-bg__spacer {
  height: 178px;
  overflow: hidden;
  width: 100%;
}

.c-article__mv-blur-bg__img {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-position: center top;
  background-size: cover;
  filter: blur(10px);
  height: 120%;
  margin: -10px;
  opacity: .45;
  width: 120%;
}

.c-article__mv-blur {
  margin: 0 15px 0 15px;
  padding-top: 15px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.c-article__mv {
  text-align: center;
}

.c-article__header {
  padding: 30px 15px 15px 15px;
  position: relative;
  z-index: 2;
}

.c-article__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}

.c-article__release-date {
  color: #a5a5a5;
  font-size: .8rem;
}

.c-article__sns {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.c-article__sns li {
  margin-left: 4px;
  margin-right: 4px;
}

.c-article__body {
  background-color: #fff;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 30px 20px;
}

.c-article__body > *:last-child {
  margin-bottom: 0;
}

.c-article__body a {
  color: #6bcde9;
  text-decoration: none;
}

.c-article__body p {
  color: #6f6f6f;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

.c-article__body strong, .c-article__body b {
  font-weight: bold;
}

.c-article__body div {
  color: #6f6f6f;
  font-size: 1.4rem;
  line-height: 1.7;
}

.c-article__body h3 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-left: 12px;
  position: relative;
}

.c-article__body h3::before {
  position: absolute;
  top: 2.7px;
  right: auto;
  bottom: auto;
  left: 0;
  background-color: #54c935;
  content: "";
  height: calc(100% - 5.4px);
  width: 4px;
}

.c-article__body h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.c-article__body p + h3,
.c-article__body div + h3,
.c-article__body ul + h3,
.c-article__body p + h4,
.c-article__body div + h4 {
  margin-top: 40px;
}

.c-article__body h5 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.c-article__body ul li {
  color: #6f6f6f;
  font-size: 1.6rem;
  line-height: 1.9;
}

.c-article__body table, .c-article__body td, .c-article__body th {
  border: 1px #e1e1e1 solid;
  font-size: 1.6rem;
  vertical-align: middle;
  word-wrap: break-word;
}

.c-article__body table {
  border-collapse: collapse;
  width: 100% !important;
}

.c-article__body table tbody {
  overflow-x: auto;
  width: auto;
}

.c-article__body table tr th, .c-article__body table tr td {
  padding: 8px 14px;
  min-width: 100px;
  white-space: normal;
}

.c-article__body table tr th {
  background-color: #eeeeee;
  text-align: left;
  font-weight: bold;
}

.c-article__list-border {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 40px;
}

.c-article__list-border li {
  border-top: 1px solid #e1e1e1;
  padding-bottom: 15px;
  padding-top: 15px;
}

.c-article__q {
  color: #000 !important;
  font-weight: bold;
}

.c-article__product {
  margin-bottom: 20px;
}

.c-article__product__img {
  margin-bottom: 20px;
  text-align: center;
}

.c-article__product__img img {
  border: 1px solid #e1e1e1;
  vertical-align: bottom;
}

.c-article__product__body h5 {
  margin-bottom: 15px;
}

.c-article__product__body h5 span {
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 15px;
}

.c-article__pager {
  background-color: #fff;
  margin: -20px 15px 20px 15px;
  padding-bottom: 60px;
  padding-top: 10px;
}

.c-article__related {
  background-color: #fff;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 30px 20px;
}

.c-article__related__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 18px;
}

.c-article__related__list {
  margin-bottom: -25px;
}

.c-article__related__list li {
  border-top: 1px solid #e1e1e1;
  font-size: 1.4rem;
  line-height: 1.7;
}

.c-article__related__list li a {
  color: #656565;
  display: block;
  padding-bottom: 18px;
  padding-top: 18px;
  text-decoration: none;
}

.c-article__tag {
  background-color: #fff;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 30px 20px;
}

.c-article__tag__ttl {
  border-bottom: 1px solid #e1e1e1;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 18px;
}

.c-article__tag__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-left: -10px;
  padding: 25px 0 0 0;
}

.c-article__ad {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  text-align: center;
}

.c-article-card-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-left: -5px;
  margin-right: -5px;
}

.c-article-card-list li {
  background-color: #fff;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  width: calc(50% - 10px);
}

.c-article-card-list--horizontal li {
  width: 100%;
}

.c-article-card {
  background-color: #fff;
  display: block;
  height: 100%;
  padding-bottom: 15px;
  position: relative;
  text-decoration: none;
}

.c-article-card--horizontal {
  display: flex;
  padding-bottom: 0;
  width: 100% !important;
}

.c-article-card__img {
  position: relative;
}

.c-article-card__img:not(.c-article-card__img--horizontal):not(.c-article-card__img--full) {
  height: 125px;
  overflow: hidden;
  width: 100%;
}

.c-article-card__img:not(.c-article-card__img--horizontal):not(.c-article-card__img--full) img {
  height: 125px !important;
  object-fit: cover;
  width: 100%;
}

.c-article-card__img--horizontal {
  background-color: #e2e2e2;
  height: 100px;
  overflow: hidden;
  position: relative;
  width: 135px;
}

.c-article-card__img--horizontal img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: auto;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  vertical-align: bottom;
}

.c-article-card__img--full img {
  width: 100%;
}

.c-article-card__body {
  padding: 10px;
}

.c-article-card__body--full {
  padding: 15px;
}

.c-article-card__body--horizontal {
  width: calc(100% - 135px);
}

.c-article-card__footer {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  border-top: 1px solid #f0f0f0;
  padding: 6px;
  width: 100%;
}

.c-article-card__label {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  height: 20px;
  letter-spacing: .5px;
  line-height: 20px;
  text-align: center;
  width: 75px;
  z-index: 1;
}

.c-article-card__label--full {
  font-size: 1.2rem;
  height: 24px;
  line-height: 24px;
  width: 90px;
}

.c-article-card__label--live {
  background-color: #000;
  color: #fff;
  height: 24px;
  line-height: 24px;
  min-width: 90px;
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
  width: auto;
}

.c-article-card__subttl {
  color: #000;
  line-height: 1.4;
}

.c-article-card__ttl {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-article-card__ttl span.day, .c-article-card__ttl span.midnight {
  color: #fff;
  font-size: 1.1rem;
  padding: 3px 6px;
  margin-right: 0.8rem;
  background-color: #f12da5;
}

.c-article-card__ttl span.midnight {
  background-color: #ad43d6;
}

.c-article-card__ttl--full {
  font-size: 1.5rem;
  line-height: 1.4;
}

.c-article-card__ttl + .c-article-card__summary {
  margin-top: 10px;
}

.c-article-card__summary {
  color: #6f6f6f;
  line-height: 1.8;
}

.c-article-card__release-date {
  color: #a5a5a5;
  font-size: .8rem;
  text-align: right;
}

.c-article-media-list {
  margin-bottom: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

.c-article-media {
  background-color: #fff;
  margin-bottom: 25px;
}

.c-article-media a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

.c-article-media__img {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 170px;
}

.c-article-media__img img {
  position: relative;
  z-index: 2;
}

.c-article-media__img__bg {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: block;
  filter: blur(8px);
  height: 120%;
  width: 120%;
}

.c-article-media__body {
  margin-top: -5px;
  padding: 15px;
  width: calc(100% - 170px);
}

.c-article-media__cat {
  color: #000;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}

.c-article-media__ttl {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.c-article-media__release-date {
  color: #a5a5a5;
}

.c-article-tile-list {
  margin-bottom: 45px;
  margin-left: 12px;
  margin-right: 13px;
}

.c-article-tile {
  background-color: #fff;
  margin-bottom: 5px;
  margin-left: 3px;
  margin-right: 2px;
  width: calc(50% - 5px);
}

.c-article-tile a {
  display: block;
  text-decoration: none;
}

.c-article-tile__img img {
  width: 100%;
}

.c-article-tile__body {
  padding: 10px;
}

.c-article-tile__ttl {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-pager {
  align-items: center;
  display: flex;
  justify-content: center;
}

.c-pager li {
  margin-left: 7px;
  margin-right: 7px;
}

.c-pager__page {
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  color: #a2a2a2;
  display: block;
  font-size: 1.4rem;
  height: 38px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  transition: .4s;
  width: 38px;
}

.c-pager__page--current {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.c-pager__arrow {
  display: block;
  width: 15px;
}

.c-select-cat {
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

.c-select-cat select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-image: url(/assets/img/sp/c-select-cat/caret-bottom.png);
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  border: 1px solid #dadada;
  border-radius: 0;
  font-size: 1.7rem;
  padding: 15px;
  width: 100%;
}

.c-tag {
  font-size: 1.5rem;
  margin-bottom: 10px;
  margin-left: 25px;
}

.c-tag a {
  border-bottom: 1px solid #6bcde9;
  border-right: 1px solid #6bcde9;
  border-top: 1px solid #6bcde9;
  color: #6bcde9;
  display: block;
  line-height: 34px;
  padding-left: 5px;
  padding-right: 10px;
  position: relative;
  text-decoration: none;
}

.c-tag a::before {
  position: absolute;
  top: -1px;
  right: auto;
  bottom: auto;
  left: -15px;
  background-image: url(/assets/img/sp/c-tag/bg.png);
  background-position: left top;
  background-size: auto 36px;
  content: "";
  height: 36px;
  width: 16px;
}

.u-bb-none {
  border-bottom: none !important;
}

.u-txt-c {
  text-align: center !important;
}

.u-mb-0px {
  margin-bottom: 0px !important;
}

.u-mb-5px {
  margin-bottom: 5px !important;
}

.u-mb-10px {
  margin-bottom: 10px !important;
}

.u-mb-15px {
  margin-bottom: 15px !important;
}

.u-mb-20px {
  margin-bottom: 20px !important;
}

.u-mb-25px {
  margin-bottom: 25px !important;
}

.u-mb-30px {
  margin-bottom: 30px !important;
}

.u-bgc-news {
  background-color: #feca2d !important;
}

.u-bgc-interview {
  background-color: #54c935 !important;
}

.u-bgc-report {
  background-color: #4279d5 !important;
}

.u-bgc-column {
  background-color: #ad42d5 !important;
}

.u-bgc-review {
  background-color: #f12da5 !important;
}

.u-bgc-blog {
  background-color: #c8002a !important;
}
