@charset "UTF-8";
/* =========================================================
feature
========================================================= */
/*------------------------------------------
list
------------------------------------------*/
@media (max-width: 768px) {
  .feature-list {
    padding-top: 40px;
  }
}
@media (min-width: 769px) {
  .feature-list {
    padding-top: 64px;
  }
}
@media (max-width: 768px) {
  .feature-list .col2-3 .c-card01:nth-child(-n+2) {
    grid-column: span 2;
  }
}

/* =========================================================
feature detail
========================================================= */
/*------------------------------------------
other posts
------------------------------------------*/
@media (max-width: 768px) {
  .feature-other {
    padding-top: 64px;
  }
}
@media (min-width: 769px) {
  .feature-other {
    padding-top: 104px;
  }
}
@media (max-width: 768px) {
  .feature-other .col2-3 {
    margin: 40px auto 0;
  }
}
@media (min-width: 769px) {
  .feature-other .col2-3 {
    margin: 46px auto 0;
  }
}

/*------------------------------------------
一括用
------------------------------------------*/
.c-article02-batch .feature-entries,
.c-article02-wrap .feature-entries {
  margin-top: 64px;
}
.c-article02-batch .feature-paging,
.c-article02-wrap .feature-paging {
  padding-top: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-article02-batch .feature-post,
  .c-article02-wrap .feature-post {
    padding-right: 0;
  }
}
.c-article02-batch .feature-post-head,
.c-article02-wrap .feature-post-head {
  width: calc(100% - 24px);
  margin: 64px auto 28px 0;
  position: relative;
}
.c-article02-batch .feature-post__category, .c-article02-batch .feature-post__date,
.c-article02-wrap .feature-post__category,
.c-article02-wrap .feature-post__date {
  color: #6A6B6F;
  font-family: "Avenir Next", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, "Roboto", sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  background-color: #fff;
  display: inline;
}
.c-article02-batch .feature-post__category + .feature-post__date:before,
.c-article02-wrap .feature-post__category + .feature-post__date:before {
  content: "/";
  margin: 0 0.3em 0 0.2em;
}
.c-article02-batch .feature-post__date.is-new:after,
.c-article02-wrap .feature-post__date.is-new:after {
  content: "NEW";
  color: #CB0000;
  font-size: 12px;
  margin-left: 6px;
}
.c-article02-batch .feature-post__label,
.c-article02-wrap .feature-post__label {
  background-color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #CED1D8;
  width: calc((100% - 528px) / 12 * 9 + 384px);
  padding: 24px 0 0;
}
.c-article02-batch .feature-post__label > span,
.c-article02-wrap .feature-post__label > span {
  display: inline-block;
  position: relative;
  top: 1px;
  padding: 0 4px 12px 0;
}
.c-article02-batch .feature-post__label > span:after,
.c-article02-wrap .feature-post__label > span:after {
  background-color: #000;
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-article02-batch .feature-post__title,
.c-article02-wrap .feature-post__title {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Noto Serif JP", serif;
  font-size: 26px;
  line-height: 1.38;
  width: calc((100% - 528px) / 12 * 9 + 384px);
  margin-top: 32px;
  padding-right: 120px;
  padding-bottom: 8px;
}
.c-article02-batch .feature-post__sns,
.c-article02-wrap .feature-post__sns {
  position: absolute;
  right: 0;
  bottom: 0;
}
.c-article02-batch .feature-post-content,
.c-article02-wrap .feature-post-content {
  margin-right: 24px;
  padding: 72px 0 0;
}
.c-article02-batch .feature-post-content b,
.c-article02-wrap .feature-post-content b {
  font-weight: bold;
}
.c-article02-batch .feature-post-intro small,
.c-article02-wrap .feature-post-intro small {
  display: block;
  margin-top: 32px;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #6A6B6F;
  font-size: 11px;
}
.c-article02-batch .feature-post-intro__inner,
.c-article02-wrap .feature-post-intro__inner {
  width: calc((100% - 528px) / 12 * 7 + 288px);
  margin: 0 calc((100% - 528px) / 12 + 48px) 0 auto;
}
.c-article02-batch .feature-post-intro__inner *:first-child,
.c-article02-wrap .feature-post-intro__inner *:first-child {
  margin-top: 0;
}
.c-article02-batch .feature-post-index,
.c-article02-wrap .feature-post-index {
  margin: 72px 0 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #CED1D8;
}
.c-article02-batch .feature-post-index__title,
.c-article02-wrap .feature-post-index__title {
  padding-bottom: 12px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Noto Serif JP", serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: 1px solid #CED1D8;
}
.c-article02-batch .feature-post-index__list,
.c-article02-wrap .feature-post-index__list {
  margin-top: 26px;
}
.c-article02-batch .feature-post-index__list__node,
.c-article02-wrap .feature-post-index__list__node {
  display: flex;
  align-items: flex-start;
  font-size: 11px;
}
.c-article02-batch .feature-post-index__list__node + .feature-post-index__list__node,
.c-article02-wrap .feature-post-index__list__node + .feature-post-index__list__node {
  margin-top: 10px;
}
.c-article02-batch .feature-post-index__list__page,
.c-article02-wrap .feature-post-index__list__page {
  position: relative;
  margin-right: 12px;
  padding: 0 37px 0 14px;
  width: auto;
  letter-spacing: 0;
  line-height: 1.8;
}
.c-article02-batch .feature-post-index__list__page::before,
.c-article02-wrap .feature-post-index__list__page::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #1E1E1F;
  transform: translateY(-50%);
}
.c-article02-batch .feature-post-index__list__page::after,
.c-article02-wrap .feature-post-index__list__page::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: "";
  width: 23px;
  height: 1px;
  background-color: #1E1E1F;
  transform: translateY(-50%);
}
.c-article02-batch .feature-post-index__list__category,
.c-article02-wrap .feature-post-index__list__category {
  flex: 1;
  letter-spacing: 0;
  line-height: 1.8;
}
.c-article02-batch .feature-post-index__list__node.is-current .feature-post-index__list__category,
.c-article02-wrap .feature-post-index__list__node.is-current .feature-post-index__list__category {
  font-weight: normal;
  text-decoration: none;
}
.c-article02-batch .feature-post-index__list__link,
.c-article02-wrap .feature-post-index__list__link {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 900px) {
  .c-article02-batch .feature-post-index__list__link:hover .feature-post-index__list__category,
  .c-article02-wrap .feature-post-index__list__link:hover .feature-post-index__list__category {
    text-decoration: none;
  }
}
.c-article02-batch .feature-post-index__list__link .feature-post-index__list__category,
.c-article02-wrap .feature-post-index__list__link .feature-post-index__list__category {
  font-weight: bold;
  text-decoration: underline;
}
.c-article02-batch .feature-post-credits,
.c-article02-wrap .feature-post-credits {
  color: #6A6B6F;
  font-size: 11px;
  line-height: 2.27;
  display: table;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-article02-batch .feature-post-credits,
  .c-article02-wrap .feature-post-credits {
    margin-top: 40px;
    position: relative;
    left: 0;
    top: 0;
  }
}
.c-article02-batch .feature-post-credit,
.c-article02-wrap .feature-post-credit {
  display: table-row;
}
.c-article02-batch .feature-post-credit__term,
.c-article02-wrap .feature-post-credit__term {
  display: table-cell;
  font-weight: normal;
}
.c-article02-batch .feature-post-credit__desc,
.c-article02-wrap .feature-post-credit__desc {
  display: table-cell;
}
.c-article02-batch .feature-post-credit__desc:before,
.c-article02-wrap .feature-post-credit__desc:before {
  content: "────";
  padding: 0 0.5em;
  display: inline;
}
.c-article02-batch .feature-post__lead,
.c-article02-wrap .feature-post__lead {
  font-size: 14px;
  line-height: 1.78;
}
.c-article02-batch .feature-post__lead a,
.c-article02-wrap .feature-post__lead a {
  text-decoration: underline;
}
.c-article02-batch .feature-post-profiles,
.c-article02-wrap .feature-post-profiles {
  margin: 48px calc((100% - 528px) / 12 + 48px) 0 auto;
  padding: 32px;
  width: calc((100% - 528px) / 12 * 7 + 288px);
  border-top: 1px solid #CED1D8;
  border-bottom: 1px solid #CED1D8;
}
.c-article02-batch .feature-post-brand + .feature-post-profiles,
.c-article02-wrap .feature-post-brand + .feature-post-profiles {
  margin-top: 0;
  border-top: none;
}
.c-article02-batch .feature-post-profiles + .feature-post-profiles,
.c-article02-wrap .feature-post-profiles + .feature-post-profiles {
  margin-top: 0;
  border-top: none;
}
.c-article02-batch .feature-post-intro .feature-post-profiles, .c-article02-batch .feature-post-intro .feature-post-brand,
.c-article02-wrap .feature-post-intro .feature-post-profiles,
.c-article02-wrap .feature-post-intro .feature-post-brand {
  width: 100%;
}
.c-article02-batch .feature-post-profile,
.c-article02-wrap .feature-post-profile {
  overflow: hidden;
  zoom: 1;
}
.c-article02-batch .feature-post-profile + .feature-post-profile,
.c-article02-wrap .feature-post-profile + .feature-post-profile {
  margin-top: 32px;
}
.c-article02-batch .feature-post-profile a,
.c-article02-wrap .feature-post-profile a {
  text-decoration: underline;
}
.c-article02-batch .feature-post-profile__thumb,
.c-article02-wrap .feature-post-profile__thumb {
  width: 142px;
  margin-right: 24px;
  float: left;
}
.c-article02-batch .feature-post-profile__thumb img,
.c-article02-wrap .feature-post-profile__thumb img {
  width: 100%;
  height: auto;
}
.c-article02-batch .feature-post-profile__name,
.c-article02-wrap .feature-post-profile__name {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: 4px;
  overflow: hidden;
  zoom: 1;
}
.c-article02-batch .feature-post-profile__desc,
.c-article02-wrap .feature-post-profile__desc {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: 14px;
  overflow: hidden;
  zoom: 1;
}
.c-article02-batch .feature-post-profile__info,
.c-article02-wrap .feature-post-profile__info {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: 14px;
  overflow: hidden;
  zoom: 1;
}
.c-article02-batch .feature-post__main-image img,
.c-article02-wrap .feature-post__main-image img {
  width: 100%;
  height: auto;
}
.c-article02-batch .feature-post__main-image .u-disp--pc,
.c-article02-wrap .feature-post__main-image .u-disp--pc {
  aspect-ratio: 16/9;
}
.c-article02-batch .feature-post__main-image iframe,
.c-article02-wrap .feature-post__main-image iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #fff;
}
.c-article02-batch [class*=feature-post__video] iframe,
.c-article02-wrap [class*=feature-post__video] iframe {
  width: 100%;
  height: 100%;
}
.c-article02-batch .feature-post__video_16_9,
.c-article02-wrap .feature-post__video_16_9 {
  aspect-ratio: 16/9;
}
.c-article02-batch .feature-post__video_9_16,
.c-article02-wrap .feature-post__video_9_16 {
  aspect-ratio: 9/16;
}
.c-article02-batch .feature-post__video_4_3,
.c-article02-wrap .feature-post__video_4_3 {
  aspect-ratio: 4/3;
}
.c-article02-batch .feature-post__video_3_4,
.c-article02-wrap .feature-post__video_3_4 {
  aspect-ratio: 3/4;
}
.c-article02-batch .feature-post__video_4_5,
.c-article02-wrap .feature-post__video_4_5 {
  aspect-ratio: 4/5;
}
.c-article02-batch .feature-post__video_5_4,
.c-article02-wrap .feature-post__video_5_4 {
  aspect-ratio: 5/4;
}
.c-article02-batch .feature-post__video_2_3,
.c-article02-wrap .feature-post__video_2_3 {
  aspect-ratio: 2/3;
}
.c-article02-batch .feature-post__video_3_2,
.c-article02-wrap .feature-post__video_3_2 {
  aspect-ratio: 3/2;
}
.c-article02-batch .feature-post__video_117_50,
.c-article02-wrap .feature-post__video_117_50 {
  aspect-ratio: 117/50;
}
.c-article02-batch .feature-post-edit,
.c-article02-wrap .feature-post-edit {
  margin-top: 72px;
}
.c-article02-batch .feature-post-edit *,
.c-article02-wrap .feature-post-edit * {
  box-sizing: border-box;
}
.c-article02-batch .feature-post-information__title,
.c-article02-wrap .feature-post-information__title {
  margin-bottom: 32px;
  padding-bottom: 3px;
  letter-spacing: 0 !important;
  border-bottom: 1px solid #CED1D8;
}
.c-article02-batch .feature-post-information__title + *,
.c-article02-wrap .feature-post-information__title + * {
  margin-top: 0 !important;
}
.c-article02-batch .feature-post-information:first-child .feature-post-information__title,
.c-article02-wrap .feature-post-information:first-child .feature-post-information__title {
  margin-top: -36px !important;
}
.c-article02-batch .feature-post-information__subtitle,
.c-article02-wrap .feature-post-information__subtitle {
  letter-spacing: 0 !important;
}
.c-article02-batch .feature-post-information__contents,
.c-article02-wrap .feature-post-information__contents {
  width: calc((100% - 528px) / 12 * 7 + 288px);
  margin-right: calc((100% - 528px) / 12 + 48px);
  margin-left: auto;
  margin-top: 10px;
  padding-bottom: 24px;
  border-bottom: 1px solid #CED1D8;
}
.c-article02-batch .feature-post-information__list,
.c-article02-wrap .feature-post-information__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.c-article02-batch .feature-post-information__list__title,
.c-article02-wrap .feature-post-information__list__title {
  margin-bottom: 10px;
  padding-right: 10px;
  width: 118px;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 2.16;
  font-size: 12px;
}
.c-article02-batch .feature-post-information__list__title:last-of-type,
.c-article02-wrap .feature-post-information__list__title:last-of-type {
  margin-bottom: 0;
}
.c-article02-batch .feature-post-information__list__content,
.c-article02-wrap .feature-post-information__list__content {
  margin-bottom: 10px;
  width: calc(100% - 118px);
  letter-spacing: 0;
  line-height: 2.16;
  font-size: 12px;
}
.c-article02-batch .feature-post-information__list__content:last-of-type,
.c-article02-wrap .feature-post-information__list__content:last-of-type {
  margin-bottom: 0;
}
.c-article02-batch .feature-post-edit h2,
.c-article02-wrap .feature-post-edit h2 {
  font-weight: bold;
}
.c-article02-batch .feature-post-edit img,
.c-article02-wrap .feature-post-edit img {
  width: 100%;
  height: auto;
  margin: 48px 0 0;
}
.c-article02-batch .feature-post-edit img:first-of-type,
.c-article02-wrap .feature-post-edit img:first-of-type {
  margin-top: 36px;
}
.c-article02-batch .feature-post-edit .feature-post-edit__catch + img,
.c-article02-wrap .feature-post-edit .feature-post-edit__catch + img {
  margin-top: 25px;
}
.c-article02-batch .feature-post-edit small,
.c-article02-wrap .feature-post-edit small {
  color: #6A6B6F;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: block;
  width: calc((100% - 528px) / 12 * 7 + 288px);
  margin: 24px calc((100% - 528px) / 12 + 48px) 0 auto;
}
.c-article02-batch .feature-post-edit small + img,
.c-article02-wrap .feature-post-edit small + img {
  margin-top: 0;
}
.c-article02-batch .feature-post-edit small + p,
.c-article02-wrap .feature-post-edit small + p {
  margin-top: 45px;
}
.c-article02-batch .feature-post-edit h1, .c-article02-batch .feature-post-edit h2, .c-article02-batch .feature-post-edit h3, .c-article02-batch .feature-post-edit h4, .c-article02-batch .feature-post-edit h5, .c-article02-batch .feature-post-edit h6,
.c-article02-wrap .feature-post-edit h1,
.c-article02-wrap .feature-post-edit h2,
.c-article02-wrap .feature-post-edit h3,
.c-article02-wrap .feature-post-edit h4,
.c-article02-wrap .feature-post-edit h5,
.c-article02-wrap .feature-post-edit h6 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.c-article02-batch .feature-post-edit .feature-post-edit__catch,
.c-article02-wrap .feature-post-edit .feature-post-edit__catch {
  position: relative;
  padding-left: 19px;
}
.c-article02-batch .feature-post-edit .feature-post-edit__catch::before,
.c-article02-wrap .feature-post-edit .feature-post-edit__catch::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 4px;
  height: calc(100% - 10px);
  background-color: #1E1E1F;
  transform: translateY(-50%);
}
.c-article02-batch .feature-post-edit p,
.c-article02-wrap .feature-post-edit p {
  font-size: 14px;
  line-height: 1.78;
  letter-spacing: 0.05em;
  margin-top: 24px;
}
.c-article02-batch .feature-post-edit h1, .c-article02-batch .feature-post-edit h2, .c-article02-batch .feature-post-edit h3, .c-article02-batch .feature-post-edit h4, .c-article02-batch .feature-post-edit h5, .c-article02-batch .feature-post-edit h6, .c-article02-batch .feature-post-edit p,
.c-article02-wrap .feature-post-edit h1,
.c-article02-wrap .feature-post-edit h2,
.c-article02-wrap .feature-post-edit h3,
.c-article02-wrap .feature-post-edit h4,
.c-article02-wrap .feature-post-edit h5,
.c-article02-wrap .feature-post-edit h6,
.c-article02-wrap .feature-post-edit p {
  width: calc((100% - 528px) / 12 * 7 + 288px);
  margin-right: calc((100% - 528px) / 12 + 48px);
  margin-left: auto;
}
.c-article02-batch .feature-post-edit h1, .c-article02-batch .feature-post-edit h2, .c-article02-batch .feature-post-edit h3, .c-article02-batch .feature-post-edit h4, .c-article02-batch .feature-post-edit h5, .c-article02-batch .feature-post-edit h6,
.c-article02-wrap .feature-post-edit h1,
.c-article02-wrap .feature-post-edit h2,
.c-article02-wrap .feature-post-edit h3,
.c-article02-wrap .feature-post-edit h4,
.c-article02-wrap .feature-post-edit h5,
.c-article02-wrap .feature-post-edit h6 {
  margin-top: 45px;
}
.c-article02-batch .feature-post-edit .feature-post-edit__catch,
.c-article02-wrap .feature-post-edit .feature-post-edit__catch {
  width: calc((100% - 528px) / 12 * 8 + 336px);
  margin: 0 auto;
}
.c-article02-batch .feature-post-edit img + *,
.c-article02-wrap .feature-post-edit img + * {
  margin-top: 48px;
}
.c-article02-batch .feature-post-edit img + img,
.c-article02-wrap .feature-post-edit img + img {
  margin-top: 24px;
}
.c-article02-batch .feature-post-edit img + small,
.c-article02-wrap .feature-post-edit img + small {
  width: 100%;
  margin: 8px auto 24px;
  text-align: center;
}
.c-article02-batch .feature-post-edit a,
.c-article02-wrap .feature-post-edit a {
  text-decoration: underline;
}
@media screen and (min-width: 900px) {
  .c-article02-batch .feature-post-edit a:hover,
  .c-article02-wrap .feature-post-edit a:hover {
    opacity: 0.6;
  }
}
.c-article02-batch .feature-post-brands .feature-post-brand,
.c-article02-wrap .feature-post-brands .feature-post-brand {
  padding-bottom: 0;
  border-bottom: none;
}
.c-article02-batch .feature-post-brands .feature-post-brand:last-child,
.c-article02-wrap .feature-post-brands .feature-post-brand:last-child {
  padding-bottom: 32px;
  border-bottom: 1px solid #CED1D8;
}
.c-article02-batch .feature-post-brand,
.c-article02-wrap .feature-post-brand {
  display: flex;
  align-items: center;
  gap: 0 25px;
  padding: 32px;
  margin: 48px 0 0 auto;
  border-top: 1px solid #CED1D8;
  border-bottom: 1px solid #CED1D8;
}
.c-article02-batch .feature-post-brand + .feature-post-brand,
.c-article02-wrap .feature-post-brand + .feature-post-brand {
  margin-top: 0;
  border-top: 0 none;
}
.c-article02-batch .feature-post-profiles + .feature-post-brand, .c-article02-batch .feature-post-profiles + .feature-post-brands .feature-post-brand:first-child,
.c-article02-wrap .feature-post-profiles + .feature-post-brand,
.c-article02-wrap .feature-post-profiles + .feature-post-brands .feature-post-brand:first-child {
  padding-top: 32px;
  margin-top: 0;
  border-top: 0 none;
}
@media screen and (min-width: 768px) {
  .c-article02-batch .feature-post-brand__logo,
  .c-article02-wrap .feature-post-brand__logo {
    width: 142px;
  }
  .c-article02-batch .feature-post-brand__logo + .feature-post-brand__info,
  .c-article02-wrap .feature-post-brand__logo + .feature-post-brand__info {
    width: calc(100% - 150px);
  }
}
.c-article02-batch .feature-post-brand__logo img,
.c-article02-wrap .feature-post-brand__logo img {
  width: 142px;
  height: auto;
}
.c-article02-batch .feature-post-brand__info-wrap,
.c-article02-wrap .feature-post-brand__info-wrap {
  flex: 1;
}
.c-article02-batch .feature-post-brand__info,
.c-article02-wrap .feature-post-brand__info {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  font-size: 12px;
  line-height: 1.8;
}
.c-article02-batch .feature-post-brand__info a,
.c-article02-wrap .feature-post-brand__info a {
  text-decoration: underline;
}
.c-article02-batch .feature-post-brand__term,
.c-article02-wrap .feature-post-brand__term {
  width: 118px;
  font-weight: bold;
}
.c-article02-batch .feature-post-brand__desc,
.c-article02-wrap .feature-post-brand__desc {
  width: calc(100% - 126px);
}
.c-article02-batch .feature-post-brand__free-text,
.c-article02-wrap .feature-post-brand__free-text {
  font-size: 12px;
  line-height: 2;
  padding-top: 12px;
}
.c-article02-batch .feature-post-brand__free-text a,
.c-article02-wrap .feature-post-brand__free-text a {
  text-decoration: underline;
}
.c-article02-batch .feature-post__foot-paging,
.c-article02-wrap .feature-post__foot-paging {
  width: calc((100% - 528px) / 12 * 7 + 288px);
  padding-top: 100px;
  margin: 0 calc((100% - 528px) / 12 + 48px) 0 auto;
}
.c-article02-batch .feature-post-edit + .feature-post__foot-paging,
.c-article02-wrap .feature-post-edit + .feature-post__foot-paging {
  margin-top: 40px;
}
.c-article02-batch .feature-post__foot-sns,
.c-article02-wrap .feature-post__foot-sns {
  width: calc((100% - 528px) / 12 * 7 + 288px);
  text-align: right;
  display: flex;
  justify-content: center;
  padding-top: 40px;
  margin: 0 calc((100% - 528px) / 12 + 48px) 0 auto;
}
.c-article02-batch .feature-post-edit + .feature-post__foot-sns,
.c-article02-wrap .feature-post-edit + .feature-post__foot-sns {
  margin-top: 40px;
}
.c-article02-batch .feature-post-other,
.c-article02-wrap .feature-post-other {
  width: calc(100% - 24px);
  margin: 0 auto 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-article02-batch .feature-post-intro__inner,
  .c-article02-wrap .feature-post-intro__inner {
    width: calc(100% - ((100% - 528px) / 6 + 96px));
    margin-left: auto;
    margin-right: auto;
  }
  .c-article02-batch .feature-post-edit small,
  .c-article02-wrap .feature-post-edit small {
    width: calc(100% - ((100% - 528px) / 6 + 96px));
    margin-left: auto;
    margin-right: auto;
  }
  .c-article02-batch .feature-post-edit h1, .c-article02-batch .feature-post-edit h2, .c-article02-batch .feature-post-edit h3, .c-article02-batch .feature-post-edit h4, .c-article02-batch .feature-post-edit h5, .c-article02-batch .feature-post-edit h6, .c-article02-batch .feature-post-edit p,
  .c-article02-wrap .feature-post-edit h1,
  .c-article02-wrap .feature-post-edit h2,
  .c-article02-wrap .feature-post-edit h3,
  .c-article02-wrap .feature-post-edit h4,
  .c-article02-wrap .feature-post-edit h5,
  .c-article02-wrap .feature-post-edit h6,
  .c-article02-wrap .feature-post-edit p {
    width: calc(100% - ((100% - 528px) / 6 + 96px));
    margin-left: auto;
    margin-right: auto;
  }
  .c-article02-batch .feature-post-edit img + small,
  .c-article02-wrap .feature-post-edit img + small {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .c-article02-batch .feature-post-information__contents,
  .c-article02-wrap .feature-post-information__contents {
    width: calc(100% - ((100% - 528px) / 6 + 96px));
    margin-left: auto;
    margin-right: auto;
  }
  .c-article02-batch .feature-post-profiles,
  .c-article02-wrap .feature-post-profiles {
    width: calc(100% - ((100% - 528px) / 6 + 96px));
    margin-left: auto;
    margin-right: auto;
  }
  .c-article02-batch .feature-post-brand,
  .c-article02-wrap .feature-post-brand {
    width: calc(100% - ((100% - 528px) / 6 + 96px));
    margin-left: auto;
    margin-right: auto;
  }
  .c-article02-batch .feature-post__foot-paging,
  .c-article02-wrap .feature-post__foot-paging {
    width: calc(100% - ((100% - 528px) / 6 + 96px));
    margin-left: auto;
    margin-right: auto;
  }
  .c-article02-batch .feature-post__foot-sns,
  .c-article02-wrap .feature-post__foot-sns {
    width: calc(100% - ((100% - 528px) / 6 + 96px));
    margin-left: auto;
    margin-right: auto;
  }
  .c-article02-batch .feature-post-profiles,
  .c-article02-wrap .feature-post-profiles {
    padding: 32px calc((100% - 288px) / 10 / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-article02-batch .feature-entries,
  .c-article02-wrap .feature-entries {
    margin-top: 38px;
  }
  .c-article02-batch .feature-entries .c-feature-entry:nth-of-type(1), .c-article02-batch .feature-entries .c-feature-entry:nth-of-type(2),
  .c-article02-wrap .feature-entries .c-feature-entry:nth-of-type(1),
  .c-article02-wrap .feature-entries .c-feature-entry:nth-of-type(2) {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .c-article02-batch .feature-entries .c-feature-entry:nth-of-type(1) .c-feature-entry__title, .c-article02-batch .feature-entries .c-feature-entry:nth-of-type(2) .c-feature-entry__title,
  .c-article02-wrap .feature-entries .c-feature-entry:nth-of-type(1) .c-feature-entry__title,
  .c-article02-wrap .feature-entries .c-feature-entry:nth-of-type(2) .c-feature-entry__title {
    font-size: 2px;
    line-height: 14;
  }
  .c-article02-batch .feature-post,
  .c-article02-wrap .feature-post {
    padding-top: 96px;
  }
  .c-article02-batch .feature-post-head,
  .c-article02-wrap .feature-post-head {
    width: calc(100% - 40px);
    margin: 24px auto;
    position: relative;
  }
  .c-article02-batch .feature-post__category, .c-article02-batch .feature-post__date,
  .c-article02-wrap .feature-post__category,
  .c-article02-wrap .feature-post__date {
    font-size: 12px;
  }
  .c-article02-batch .feature-post__label,
  .c-article02-wrap .feature-post__label {
    font-size: 13px;
    width: auto;
  }
  .c-article02-batch .feature-post__label > span,
  .c-article02-wrap .feature-post__label > span {
    padding: 0 4px 12px 0;
  }
  .c-article02-batch .feature-post__title,
  .c-article02-wrap .feature-post__title {
    font-size: 22px;
    line-height: 1.5;
    width: auto;
    padding: 0;
    margin-top: 24px;
  }
  .c-article02-batch .feature-post__sns,
  .c-article02-wrap .feature-post__sns {
    position: static;
    margin-top: 16px;
  }
  .c-article02-batch .feature-post-content,
  .c-article02-wrap .feature-post-content {
    padding: 32px 0 0;
    margin: 0;
  }
  .c-article02-batch .feature-post-intro,
  .c-article02-wrap .feature-post-intro {
    margin: 0 0 32px;
  }
  .c-article02-batch .feature-post-intro small,
  .c-article02-wrap .feature-post-intro small {
    margin-top: 24px;
  }
  .c-article02-batch .feature-post-intro__inner,
  .c-article02-wrap .feature-post-intro__inner {
    width: calc(100% - 40px);
    padding: 0;
    margin: 0 auto;
  }
  .c-article02-batch .feature-post-index,
  .c-article02-wrap .feature-post-index {
    margin: 40px 0 24px;
    padding-bottom: 16px;
  }
  .c-article02-batch .feature-post-index__title,
  .c-article02-wrap .feature-post-index__title {
    padding-bottom: 15px;
    font-size: 16px;
  }
  .c-article02-batch .feature-post-index__list,
  .c-article02-wrap .feature-post-index__list {
    margin-top: 20px;
  }
  .c-article02-batch .feature-post-credits,
  .c-article02-wrap .feature-post-credits {
    position: static;
    margin-top: 32px;
  }
  .c-article02-batch .feature-post__lead,
  .c-article02-wrap .feature-post__lead {
    font-size: 14px;
    line-height: 1.78;
  }
  .c-article02-batch .feature-post-profiles,
  .c-article02-wrap .feature-post-profiles {
    width: calc(100% - 40px);
    margin: 32px auto 0;
    padding: 24px 0;
  }
  .c-article02-batch .feature-post-profiles + .feature-post-brand, .c-article02-batch .feature-post-profiles + .feature-post-brands .feature-post-brand:first-child,
  .c-article02-wrap .feature-post-profiles + .feature-post-brand,
  .c-article02-wrap .feature-post-profiles + .feature-post-brands .feature-post-brand:first-child {
    padding-top: 24px;
  }
  .c-article02-batch .feature-post-profile + .feature-post-profile,
  .c-article02-wrap .feature-post-profile + .feature-post-profile {
    margin-top: 24px;
  }
  .c-article02-batch .feature-post-profile__thumb,
  .c-article02-wrap .feature-post-profile__thumb {
    width: 136px;
  }
  .c-article02-batch .feature-post-profile__name,
  .c-article02-wrap .feature-post-profile__name {
    display: flex;
    align-items: center;
    margin-top: 0;
    font-size: 13px;
  }
  .c-article02-batch .feature-post-profile__thumb + .feature-post-profile__name,
  .c-article02-wrap .feature-post-profile__thumb + .feature-post-profile__name {
    height: 136px;
  }
  .c-article02-batch .feature-post-profile__desc,
  .c-article02-wrap .feature-post-profile__desc {
    margin-top: 0;
    padding-top: 8px;
    margin-left: auto;
    clear: both;
  }
  .c-article02-batch .feature-post-profile__info,
  .c-article02-wrap .feature-post-profile__info {
    margin-top: 0;
    padding-top: 8px;
    margin-left: auto;
    clear: both;
  }
  .c-article02-batch .feature-post__main-image .u-disp--sp,
  .c-article02-wrap .feature-post__main-image .u-disp--sp {
    aspect-ratio: 75/100;
  }
  .c-article02-batch [class*=feature-post__video],
  .c-article02-wrap [class*=feature-post__video] {
    width: 100%;
    padding: 0 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-article02-batch .feature-post-edit,
  .c-article02-wrap .feature-post-edit {
    padding: 0;
  }
  .c-article02-batch .feature-post-information__title,
  .c-article02-wrap .feature-post-information__title {
    padding-bottom: 5px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    width: auto !important;
  }
  .c-article02-batch .feature-post-information__contents,
  .c-article02-wrap .feature-post-information__contents {
    width: auto;
    margin-top: 14px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .c-article02-batch .feature-post-information__list,
  .c-article02-wrap .feature-post-information__list {
    display: block;
  }
  .c-article02-batch .feature-post-information__list__title,
  .c-article02-wrap .feature-post-information__list__title {
    padding-right: 0;
    margin-bottom: 0;
    width: 100%;
    line-height: 1.92;
    font-size: 13px;
  }
  .c-article02-batch .feature-post-information__list__content,
  .c-article02-wrap .feature-post-information__list__content {
    width: 100%;
    line-height: 1.92;
    font-size: 13px;
  }
  .c-article02-batch .feature-post-information__list.nonl-sp,
  .c-article02-wrap .feature-post-information__list.nonl-sp {
    display: flex;
  }
  .c-article02-batch .feature-post-information__list.nonl-sp .feature-post-information__list__title,
  .c-article02-wrap .feature-post-information__list.nonl-sp .feature-post-information__list__title {
    width: 120px;
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .c-article02-batch .feature-post-information__list.nonl-sp .feature-post-information__list__content,
  .c-article02-wrap .feature-post-information__list.nonl-sp .feature-post-information__list__content {
    width: calc(100% - 120px);
  }
  .c-article02-batch .feature-post-edit img,
  .c-article02-wrap .feature-post-edit img {
    margin: 32px 0 0;
  }
  .c-article02-batch .feature-post-edit img:first-of-type,
  .c-article02-wrap .feature-post-edit img:first-of-type {
    margin-top: 0;
  }
  .c-article02-batch .feature-post-edit .feature-post-edit__catch + img,
  .c-article02-wrap .feature-post-edit .feature-post-edit__catch + img {
    margin-top: 19px;
  }
  .c-article02-batch .feature-post-edit small,
  .c-article02-wrap .feature-post-edit small {
    width: 100%;
    padding: 0 20px;
    margin: 24px auto 0;
  }
  .c-article02-batch .feature-post-edit small + p,
  .c-article02-wrap .feature-post-edit small + p {
    margin-top: 32px;
  }
  .c-article02-batch .feature-post-edit h1, .c-article02-batch .feature-post-edit h2, .c-article02-batch .feature-post-edit h3, .c-article02-batch .feature-post-edit h4, .c-article02-batch .feature-post-edit h5, .c-article02-batch .feature-post-edit h6, .c-article02-batch .feature-post-edit p,
  .c-article02-wrap .feature-post-edit h1,
  .c-article02-wrap .feature-post-edit h2,
  .c-article02-wrap .feature-post-edit h3,
  .c-article02-wrap .feature-post-edit h4,
  .c-article02-wrap .feature-post-edit h5,
  .c-article02-wrap .feature-post-edit h6,
  .c-article02-wrap .feature-post-edit p {
    width: 100%;
    padding: 0 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-article02-batch .feature-post-edit .feature-post-edit__catch,
  .c-article02-wrap .feature-post-edit .feature-post-edit__catch {
    width: auto;
    margin-left: 20px;
    padding-left: 14px;
  }
  .c-article02-batch .feature-post-edit h1, .c-article02-batch .feature-post-edit h2, .c-article02-batch .feature-post-edit h3, .c-article02-batch .feature-post-edit h4, .c-article02-batch .feature-post-edit h5, .c-article02-batch .feature-post-edit h6,
  .c-article02-wrap .feature-post-edit h1,
  .c-article02-wrap .feature-post-edit h2,
  .c-article02-wrap .feature-post-edit h3,
  .c-article02-wrap .feature-post-edit h4,
  .c-article02-wrap .feature-post-edit h5,
  .c-article02-wrap .feature-post-edit h6 {
    font-size: 16px;
    line-height: 1.62;
    margin-top: 32px;
  }
  .c-article02-batch .feature-post-edit p,
  .c-article02-wrap .feature-post-edit p {
    font-size: 13px;
    line-height: 1.84;
    margin-top: 24px;
  }
  .c-article02-batch .feature-post-edit h1, .c-article02-batch .feature-post-edit h2, .c-article02-batch .feature-post-edit h3, .c-article02-batch .feature-post-edit h4, .c-article02-batch .feature-post-edit h5, .c-article02-batch .feature-post-edit h6,
  .c-article02-wrap .feature-post-edit h1,
  .c-article02-wrap .feature-post-edit h2,
  .c-article02-wrap .feature-post-edit h3,
  .c-article02-wrap .feature-post-edit h4,
  .c-article02-wrap .feature-post-edit h5,
  .c-article02-wrap .feature-post-edit h6 {
    margin-top: 32px;
  }
  .c-article02-batch .feature-post-edit p,
  .c-article02-wrap .feature-post-edit p {
    margin-top: 24px;
  }
  .c-article02-batch .feature-post-edit p + img,
  .c-article02-wrap .feature-post-edit p + img {
    margin-top: 32px !important;
  }
  .c-article02-batch .feature-post-edit img + *,
  .c-article02-wrap .feature-post-edit img + * {
    margin-top: 32px;
  }
  .c-article02-batch .feature-post-edit img + img,
  .c-article02-wrap .feature-post-edit img + img {
    margin-top: 16px;
  }
  .c-article02-batch .feature-post-brands .feature-post-brand:last-child,
  .c-article02-wrap .feature-post-brands .feature-post-brand:last-child {
    padding-bottom: 24px;
  }
  .c-article02-batch .feature-post-brand,
  .c-article02-wrap .feature-post-brand {
    width: calc(100% - 40px);
    display: block;
    padding: 24px 0;
    margin: 32px auto 0;
  }
  .c-article02-batch .feature-post-brand__logo,
  .c-article02-wrap .feature-post-brand__logo {
    text-align: center;
  }
  .c-article02-batch .feature-post-brand__logo img,
  .c-article02-wrap .feature-post-brand__logo img {
    width: auto;
    max-width: 50%;
  }
  .c-article02-batch .feature-post-brand__info-wrap,
  .c-article02-wrap .feature-post-brand__info-wrap {
    margin-left: 0;
  }
  .c-article02-batch .feature-post-brand__info,
  .c-article02-wrap .feature-post-brand__info {
    gap: 8px 0;
    font-size: 12px;
    margin-top: 8px;
    margin-left: auto;
  }
  .c-article02-batch .feature-post-brand__term,
  .c-article02-wrap .feature-post-brand__term {
    width: 130px;
    margin-right: 8px;
  }
  .c-article02-batch .feature-post-brand__desc,
  .c-article02-wrap .feature-post-brand__desc {
    width: calc(100% - 138px);
  }
  .c-article02-batch .feature-post__foot-paging,
  .c-article02-wrap .feature-post__foot-paging {
    width: 100%;
    padding-top: 0;
    margin: 24px auto 0;
  }
  .c-article02-batch .feature-post-edit + .feature-post__foot-paging,
  .c-article02-wrap .feature-post-edit + .feature-post__foot-paging {
    margin-top: 40px;
  }
  .c-article02-batch .feature-post__foot-sns,
  .c-article02-wrap .feature-post__foot-sns {
    width: 100%;
    padding-top: 40px;
    margin: 20px auto 0;
  }
  .c-article02-batch .feature-post-edit + .feature-post__foot-sns,
  .c-article02-wrap .feature-post-edit + .feature-post__foot-sns {
    margin-top: 40px;
  }
  .c-article02-batch .feature-post-other,
  .c-article02-wrap .feature-post-other {
    width: 100%;
    margin: 0 auto;
  }
}

.c-article02-batch .feature-post-intro {
  position: relative;
}
.c-article02-batch .feature-post-brand {
  width: calc((100% - 528px) / 12 * 7 + 288px);
  margin: 48px calc((100% - 528px) / 12 + 48px) 0 auto;
}
@media screen and (max-width: 768px) {
  .c-article02-batch .feature-post-brand {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.c-article02-wrap .feature-post-intro__inner,
.c-article02-wrap .feature-post-edit__catch,
.c-article02-wrap .feature-post-edit h2,
.c-article02-wrap .feature-post-edit h3,
.c-article02-wrap .feature-post-edit p,
.c-article02-wrap .feature-post-edit__catch,
.c-article02-wrap .feature-post-information__contents,
.c-article02-wrap .feature-post-profiles {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.c-article02-wrap .feature-post-edit h2,
.c-article02-wrap .feature-post-edit p {
  padding: 0;
}
/*# sourceMappingURL=../css/maps/feature.css.map */
