.softFeature-topMain {
  padding-top: 50px;
}
@media screen and (max-width: 759.98px) {
  .softFeature-topMain {
    padding-top: 0;
  }
}
.softFeature-topItem__thum {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.softFeature-topItem__thum::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.softFeature-topItem__thum::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(255,255,255,0.3);
  opacity: 0;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
a:hover .softFeature-topItem__thum::after {
  opacity: 1;
}
@media screen and (min-width: 980px), print {
  .softFeature-topGrid__inner {
    margin-right: -32px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-topGrid__inner {
    margin-right: -24px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-topGrid__inner {
    margin-right: -14px;
  }
}
.softFeature-topGrid__cell:empty {
  display: none;
}
@media screen and (min-width: 980px), print {
  .nc3-l-grid--4-3-2 .softFeature-topGrid__cell {
    width: calc((100% - 32 * 4px) / 4);
    margin-right: 32px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .nc3-l-grid--4-3-2 .softFeature-topGrid__cell {
    width: calc((100% - 24 * 3px) / 3);
    margin-right: 24px;
  }
}
@media screen and (max-width: 759.98px) {
  .nc3-l-grid--4-3-2 .softFeature-topGrid__cell {
    width: calc((100% - 14 * 2px) / 2);
    margin-right: 14px;
  }
  .nc3-l-grid:not(.nc3-l-grid--noPadding) .nc3-l-grid--4-3-2 .softFeature-topGrid__cell {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 759.98px) {
  .nc3-l-grid:not(.nc3-l-grid--noPadding) .softFeature-topGrid__cell {
    margin-bottom: 14px;
  }
}
.softFeature-topArchive .nc3-l-grid__inner {
  border-top: 2px solid #e6e6e6;
}
@media screen and (min-width: 980px), print {
  .softFeature-topArchive .nc3-l-grid__inner {
    padding-top: 70px;
    padding-bottom: 77px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-topArchive .nc3-l-grid__inner {
    padding-top: 49px;
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-topArchive .nc3-l-grid__inner {
    padding-top: 42px;
    padding-bottom: 49px;
  }
}
.softFeature-topArchive .nc3-l-grid__inner:empty {
  display: none;
}
.softFeature-otherLink {
  border-top: 2px solid #e6e6e6;
}
@media screen and (min-width: 980px), print {
  .softFeature-otherLink {
    padding: 42px 0 77px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-otherLink {
    padding: 28px 0 56px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otherLink {
    padding: 21px 0 49px;
  }
}
.softFeature-otherLink__wrapper--noBorder .softFeature-otherLink {
  border-top: none;
}
@media screen and (min-width: 980px), print {
  .softFeature-otherLink__heading {
    padding-bottom: 21px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-otherLink__heading {
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otherLink__heading {
    padding-bottom: 21px;
  }
}
.softFeature-otherLink__container {
  padding-bottom: 28px;
}
@media screen and (min-width: 980px), print {
  .softFeature-otherLink__container {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 979.98px) {
  .softFeature-otherLink__container {
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-otherLink__container {
    margin: 0 -20px 21px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otherLink__container {
    margin: 0 -14px;
  }
}
.softFeature-otherLink__list {
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-otherLink__list {
    width: 115%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otherLink__list {
    width: 200%;
    padding: 0 14px;
  }
}
.softFeature-otherLink__item {
  -webkit-box-flex: 1;
          flex: 1;
}
@media screen and (min-width: 980px), print {
  .softFeature-otherLink__item:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-otherLink__item:not(:last-child) {
    margin-right: 14px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otherLink__item:not(:last-child) {
    margin-right: 10px;
  }
}
.softFeature-otherLink__thumb {
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.softFeature-otherLink__thumb:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
@media screen and (min-width: 980px), print {
  .softFeature-otherLink__thumb {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 979.98px) {
  .softFeature-otherLink__thumb {
    padding-bottom: 4px;
  }
}
.softFeature-otherLink__link:hover .softFeature-otherLink__thumb {
  opacity: 0.7;
  -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.softFeature-otherLink__tagWrapper {
  font-size: 0;
  line-height: 1;
}
@media screen and (max-width: 979.98px) {
  .softFeature-otherLink__tag {
    width: 100%;
  }
}
.softFeature-otherLink__tag[featuretype="3ds"] {
  background-color: #ce181e;
}
.softFeature-otherLink__tag span:before {
  display: block;
}
[featuretype="3ds"].softFeature-otherLink__tag span:before {
  content: 'ニンテンドー3DS';
}
[featuretype="switch"].softFeature-otherLink__tag span:before {
  content: 'Nintendo Switch';
}
[featuretype="switch/3ds"].softFeature-otherLink__tag span:before {
  content: 'Swtich | 3DS';
}
.softFeature-otherLink-link {
  text-align: center;
}
.softFeature-priceNotice {
  margin: 0 auto -58px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 759.98px) {
  .softFeature-priceNotice {
    margin-bottom: -35px;
    padding: 0 14px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-priceNotice--spLeft {
    text-align: left;
  }
}
.softFeature-priceNotice--pickupInOtome {
  margin: -40px auto 80px;
}
@media screen and (max-width: 759.98px) {
  .softFeature-priceNotice--pickupInOtome {
    margin-top: -20px;
    margin-bottom: 45px;
  }
}
.softFeature-priceNotice--temporary {
  margin: 20px auto -36px;
}
@media screen and (max-width: 759.98px) {
  .softFeature-priceNotice--temporary {
    margin: 35px auto 0;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-pageHeader--hasImage .nc3-c-pageHeader__logo img {
    zoom: 0.8;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-pageHeader--hasImage .nc3-c-pageHeader__logo img {
    zoom: 0.65;
  }
}
.softFeature-pageHeader--fvc {
  background-color: #dcdcdc;
}
@media screen and (min-width: 760px), print {
  .softFeature-pageHeader--fvc {
    background-size: contain;
  }
}
.softFeature-pageHeader--rpg {
  position: relative;
}
.softFeature-pageHeader--rpg:before {
  width: 96%;
  height: 80%;
  position: absolute;
  content: "";
  top: 10%;
  left: 2%;
  box-sizing: border-box;
  border: 6px solid #fff;
  z-index: 1;
}
.softFeature-pageHeader--rpg:after {
  background-size: 6px auto, 6px auto, 6px auto, 6px auto;
  width: 96%;
  height: 80%;
  position: absolute;
  z-index: 10;
  content: "";
  top: 10%;
  left: 2%;
  box-sizing: border-box;
  background-image: url("../../feature/img/rpg/corner01.png"), url("../../feature/img/rpg/corner02.png"), url("../../feature/img/rpg/corner03.png"), url("../../feature/img/rpg/corner04.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 0 0, 0 100%, 100% 0, 100% 100%;
  background-size: 12px auto, 12px auto, 12px auto, 12px auto;
}
.softFeature-pageHeader--rpg__inner {
  width: 100%;
}
@media screen and (max-width: 759.98px) {
  .softFeature-pageHeader--rpg__inner {
    padding: 0 5.766%;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-pageHeader--rpg__inner img {
    width: 276px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-pageHeader--rpg__inner img {
    width: 180px;
  }
}
.softFeature-pageHeader--bgRepeat--free {
  background-size: 18px 18px;
}
.softFeature-bannerArea {
  width: 540px;
  margin: 0 auto;
  line-height: 0;
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-bannerArea {
    width: 428px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-bannerArea {
    width: 100%;
  }
}
.softFeature-bannerArea img {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.softFeature-bannerArea img:hover {
  opacity: 0.7;
  -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.softFeature-leadText {
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 760px), print {
  .softFeature-leadText {
    margin-bottom: 61px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-leadText {
    margin-bottom: 50px;
  }
}
.softFeature-leadText--noborder {
  border-bottom: none;
}
@media screen and (min-width: 760px), print {
  .local-3ds-leadText {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-3ds-leadText {
    margin-bottom: 0;
  }
}
.softFeature-result {
  position: relative;
}
@media screen and (min-width: 980px), print {
  .softFeature-result {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-result {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-result {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-result--ranking {
    margin-top: -19px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-result--ranking {
    margin-top: -32px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-result--ranking .nc3-c-ranking__list--winner .nc3-c-softCard__ceroMark {
    width: 30px;
    height: 39px;
  }
}
.softFeature-result.nc3-js-switcher__content {
  position: absolute;
}
.softFeature-result__head {
  position: absolute;
  right: 0;
  bottom: 100%;
  height: 29px;
}
@media screen and (min-width: 760px), print {
  .softFeature-result__head {
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-result__head {
    margin: 0 0 11px;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-result__sortButton {
    white-space: nowrap;
  }
}
.softFeature-linkToHowtodl {
  line-height: 1.6;
}
@media screen and (min-width: 760px), print {
  .softFeature-linkToHowtodl {
    text-align: right;
    padding: 14px 18px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-linkToHowtodl {
    text-align: right;
    padding: 7px 14px 14px;
  }
}
.softFeature-linkToHowtodl div > span {
  color: #8c8c8c;
}
@media screen and (max-width: 759.98px) {
  .softFeature-linkToHowtodl div > span {
    text-align: left;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-description {
    text-align: center;
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-description {
    padding: 60px 0;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-description {
    padding: 30px 0;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-description {
    padding: 14px 0 24px;
  }
}
.softFeature-description .nc3-a-text {
  margin: 0;
  font-weight: bold;
}
.softFeature-description .nc3-a-text a {
  text-decoration: none;
}
.softFeature-description .nc3-a-text a span {
  text-decoration: underline;
}
@media screen and (min-width: 980px), print {
  .softFeature-description__link,
  .softFeature-description__caption {
    padding-top: 42px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-description__link,
  .softFeature-description__caption {
    padding-top: 38px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-description__link,
  .softFeature-description__caption {
    padding-top: 28px;
  }
}
.softFeature-description__caption {
  font-size: 12px;
}
.nc3-a-text + .softFeature-description__caption {
  padding-top: 12px;
}
.softFeature-feature-userIcon {
  text-align: center;
}
@media screen and (min-width: 980px), print {
  .softFeature-feature-userIcon {
    padding-top: 60px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-feature-userIcon {
    padding-top: 30px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-feature-userIcon {
    padding-top: 14px;
  }
}
.is-noimage .softFeature-feature-userIcon {
  display: none;
}
.softFeature-feature-userIcon__image {
  width: auto;
  height: auto;
}
.softFeature-recommend {
  min-height: 100vh;
}
.softFeature-recommend__loading {
  position: fixed;
  left: 50%;
  top: 50%;
}
.softFeature-recommend.is-ready .softFeature-recommend__loading {
  display: none;
}
.softFeature-recommend__content {
  visibility: hidden;
  opacity: 0;
}
.softFeature-recommend.is-ready .softFeature-recommend__content {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.softFeature-tabSwitcher {
  margin-bottom: 42px;
  padding: 28px 0 0px;
}
@media screen and (max-width: 759.98px) {
  .softFeature-tabSwitcher {
    margin-left: -14px;
    margin-right: -14px;
    padding: 21px 14px 0;
  }
}
.softFeature-description + .softFeature-tabSwitcher {
  padding-top: 0;
}
.softFeature-tabSwitcher.is-hidden {
  display: none;
}
.local-3ds-tabSwitcher {
  overflow: auto;
  direction: rtl;
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .local-3ds-tabSwitcher {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-3ds-tabSwitcher--upper {
    margin-bottom: 53px;
  }
}
.local-3ds-tabSwitcher__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-flow: row-reverse;
}
.local-3ds-ranking {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
}
@media screen and (min-width: 760px), print {
  .local-3ds-ranking {
    margin-top: 60px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-3ds-ranking {
    margin-top: -20px;
  }
}
.softFeature-updateDate {
  text-align: right;
  padding-top: 8px;
  color: #8c8c8c;
}
@media screen and (min-width: 760px), print {
  .softFeature-updateDate {
    font-size: 12px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
    padding: 0 0 16px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-updateDate {
    font-size: 10px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
    padding: 0 0 14px;
  }
}
.softFeature-updateDate .nc3-a-text {
  color: #8c8c8c;
}
.softFeature-updateDate {
  color: #b4b4b4;
}
.nc3-c-tabSwitcher + .softFeature-updateDate {
  margin-top: 10px;
}
@media screen and (min-width: 760px), print {
  .softFeature-wrapper {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-wrapper {
    margin-bottom: 35px;
  }
}
.softFeature-section {
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 760px), print {
  .softFeature-section {
    margin-bottom: 56px;
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-section {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-section + .softFeature-section {
    padding: 0 0 56px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-section + .softFeature-section {
    padding: 0 0 35px;
  }
}
.softFeature-slider {
  position: relative;
}
@media screen and (min-width: 1200px), print {
  .softFeature-slider {
    padding: 21px 0 28px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199.98px) {
  .softFeature-slider {
    padding: 16px 0 24px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-slider {
    padding: 0 0 8px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-slider {
    padding: 6px 0 0;
  }
}
.softFeature-slider__innerWidth {
  margin: 0 auto;
}
@media screen and (min-width: 1200px), print {
  .softFeature-slider__innerWidth {
    width: 1120px;
    margin: 0 auto -26px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199.98px) {
  .softFeature-slider__innerWidth {
    width: 900px;
    margin: 0 auto -28px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-slider__innerWidth {
    width: 82%;
    margin: 0 auto -26px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-slider__innerWidth {
    width: 87.2%;
    margin: 0 auto -26px;
  }
}
.softFeature-slider__clip {
  overflow: visible;
}
.softFeature-slider__item {
  background: none;
  width: 100%;
}
@media screen and (min-width: 760px), print {
  .softFeature-slider__item {
    margin-right: 16px;
  }
}
@media screen and (max-width: 979.98px) {
  .softFeature-slider__item {
    background: none;
    width: 100%;
    margin: 0;
    padding: 0 7px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-slider__item {
    margin-right: 6px;
    padding-bottom: 10px;
  }
}
.softFeature-slider__item:before {
  padding-top: 0;
}
.softFeature-slider__item a {
  display: block;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.softFeature-slider__item a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 759.98px) {
  .softFeature-slider__item a {
    box-shadow: 0px 3px 7px rgba(146,120,29,0.102);
  }
}
.softFeature-slider__item .nc3-h-new {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.softFeature-slider__item.is-new .nc3-h-new {
  display: block;
}
.softFeature-slider__itemDetail {
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  color: currentColor;
  position: relative;
}
@media screen and (min-width: 1200px), print {
  .softFeature-slider__itemDetail {
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199.98px) {
  .softFeature-slider__itemDetail {
    margin: 23px 0 0;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-slider__itemDetail {
    margin: 16px 0 0;
  }
}
.softFeature-slider__itemDetailArrow {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 759.98px) {
  .softFeature-slider__itemDetailArrow {
    -webkit-box-align: end;
            align-items: flex-end;
    box-sizing: border-box;
    padding: 0 7px 14px;
  }
}
.softFeature-slider__itemDetailLeft,
.softFeature-slider__itemDetailRight {
  width: 28px !important;
  height: 41px;
}
@media screen and (max-width: 759.98px) {
  .softFeature-slider__itemDetailLeft,
  .softFeature-slider__itemDetailRight {
    width: 18px !important;
    height: 25px;
  }
}
.softFeature-slider__itemDetailHead {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px), print {
  .softFeature-slider__itemDetailHead {
    margin-left: 40px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199.98px) {
  .softFeature-slider__itemDetailHead {
    margin-left: 41px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-slider__itemDetailHead {
    margin-left: 42px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-slider__itemDetailHead {
    width: 100%;
    margin-top: 12px;
    padding: 0 13px 5px;
    border: none;
    box-sizing: border-box;
  }
}
.softFeature-slider__itemDetailBody {
  display: -webkit-box;
  display: flex;
  color: #b9a159;
  flex-shrink: 0;
}
@media screen and (min-width: 1200px), print {
  .softFeature-slider__itemDetailBody {
    margin-right: 40px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199.98px) {
  .softFeature-slider__itemDetailBody {
    margin-right: 41px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-slider__itemDetailBody {
    margin-right: 42px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-slider__itemDetailBody {
    width: 100%;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
    padding: 0 31px;
    box-sizing: border-box;
  }
}
.softFeature-slider__itemDate {
  padding-left: 13px;
  flex-shrink: 0;
}
@media screen and (min-width: 760px), print {
  .softFeature-slider__itemDate {
    font-size: 14px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-slider__itemDate {
    font-size: 11px;
  }
}
.softFeature-slider__itemStatus {
  background-color: #92781d;
  color: #fff;
  flex-shrink: 0;
}
@media screen and (min-width: 1200px), print {
  .softFeature-slider__itemStatus {
    font-size: 11px;
    width: 76px;
    height: 17px;
    line-height: 17px;
    text-align: center;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199.98px) {
  .softFeature-slider__itemStatus {
    font-size: 11px;
    width: 76px;
    height: 17px;
    line-height: 17px;
    text-align: center;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-slider__itemStatus {
    font-size: 11px;
    width: 76px;
    height: 17px;
    line-height: 17px;
    text-align: center;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-slider__itemStatus {
    font-size: 10px;
    width: 63px;
    height: 17px;
    line-height: 17px;
    text-align: center;
  }
}
.softFeature-slider__itemTitle {
  color: #6b4242;
  line-height: 1.2;
}
@media screen and (min-width: 760px), print {
  .softFeature-slider__itemTitle {
    font-size: 17px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-slider__itemTitle {
    font-size: 12px;
  }
}
.softFeature-slider__pager {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.softFeature-slider__pager:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 760px), print {
  .softFeature-slider__pager {
    width: 100%;
    bottom: 0;
    margin-top: 20px;
    padding: 0 46px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-slider__pager {
    text-align: center;
    width: 100%;
    bottom: 24px;
  }
}
.softFeature-slider__img {
  font-size: 0;
}
@media screen and (min-width: 760px), print {
  .softFeature-slider__img {
    position: relative;
  }
  .softFeature-slider__img:before {
    content: '';
    display: block;
    padding-bottom: 36.07142857142857%;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-slider__img {
    position: relative;
  }
  .softFeature-slider__img:before {
    content: '';
    display: block;
    padding-bottom: 56.112852664576806%;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-info {
    margin-top: 10px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-info {
    width: calc(694 / 750 * 100vw);
    padding: 30px 0 72px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-info {
    width: calc(694 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) 0 calc(57 / 750 * 100vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-info__inner {
    padding: 14px 20px 14px 32px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-info__inner {
    padding: 14px 32px;
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-info__inner {
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-info__header {
    align-self: center;
    margin: 0 42px 0 0;
  }
}
@media screen and (max-width: 979.98px) {
  .softFeature-info__header {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-info__body {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-info__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-info__body .nc3-js-scrollbar__outer {
    height: 295px;
    margin-right: 11px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-info__body .nc3-js-scrollbar__outer {
    height: 295px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-info__body .nc3-js-scrollbar__outer {
    height: 260px;
  }
}
.softFeature-info__body .nc3-js-scrollbar__bar {
  background: #dad0b2;
  width: 4px !important;
}
.softFeature-info__body .nc3-js-scrollbar__barKnob {
  background: #a98d2c;
}
.softFeature-info__list {
  width: 100%;
}
.softFeature-info__list--initial {
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.softFeature-info__list--initial.is-show {
  opacity: 1;
}
.softFeature-info__label.is-new {
  display: inline-block;
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  margin-right: 10px;
  background: url("../../feature/img/otome/icon-new.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 980px), print {
  .softFeature-info__label.is-new {
    width: 48px;
    height: 18px;
  }
}
@media screen and (max-width: 979.98px) {
  .softFeature-info__label.is-new {
    width: 40px;
    height: 16px;
  }
}
.softFeature-info__label.is-new:before {
  display: none;
}
.softFeature-info__itemLink {
  opacity: 1;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
  position: relative;
  display: block;
}
.softFeature-info__itemLink:hover {
  opacity: 0.7;
  -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.softFeature-info__itemLink:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 12px;
  background: url("../../feature/img/otome/icon-arrow.png") no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (min-width: 760px), print {
  .softFeature-info__itemLink:after {
    right: 20px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-info__itemLink:after {
    right: 14px;
  }
}
.softFeature-info__itemInner {
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 760px), print {
  .softFeature-info__itemInner {
    padding: 14px 40px 14px 25px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-info__itemInner {
    padding: 14px 30px 14px 14px;
  }
}
.softFeature-info__text {
  font-weight: bold;
  color: #6b4242;
}
/* otome */
.softFeature-info__container--otome {
  position: relative;
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-info__container--otome {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-info__container--otome {
    padding-bottom: 20px;
  }
}
.softFeature-info__container--otome:before,
.softFeature-info__container--otome:after {
  position: absolute;
  top: 0;
  background: url("../../feature/img/otome/frame-info.png") no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (min-width: 760px), print {
  .softFeature-info__container--otome:before,
  .softFeature-info__container--otome:after {
    width: 28px;
    height: 32px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-info__container--otome:before,
  .softFeature-info__container--otome:after {
    top: -30px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-info__container--otome:before,
  .softFeature-info__container--otome:after {
    top: -10px;
    width: calc(46 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    background-size: calc(46 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
}
.softFeature-info__container--otome:before {
  left: 0;
}
.softFeature-info__container--otome:after {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.softFeature-info__container--otome .softFeature-info__inner:before,
.softFeature-info__container--otome .softFeature-info__inner:after {
  position: absolute;
  bottom: 0;
  background: url("../../feature/img/otome/frame-info.png") no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (min-width: 760px), print {
  .softFeature-info__container--otome .softFeature-info__inner:before,
  .softFeature-info__container--otome .softFeature-info__inner:after {
    width: 28px;
    height: 32px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-info__container--otome .softFeature-info__inner:before,
  .softFeature-info__container--otome .softFeature-info__inner:after {
    bottom: -30px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-info__container--otome .softFeature-info__inner:before,
  .softFeature-info__container--otome .softFeature-info__inner:after {
    bottom: calc(-14 / 750 * 100vw);
    width: calc(46 / 750 * 100vw);
    height: calc(55 / 750 * 100vw);
    background-size: calc(40 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
}
.softFeature-info__container--otome .softFeature-info__inner:before {
  left: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.softFeature-info__container--otome .softFeature-info__inner:after {
  right: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.softFeature-info__container--otome .softFeature-info__title {
  position: relative;
  margin: auto;
  width: 183px;
  max-width: 50vw;
}
.softFeature-info__container--otome .softFeature-info__title:before {
  content: '';
  display: block;
  padding-bottom: 14.207650273224044%;
}
@media screen and (max-width: 759.98px) {
  .softFeature-info__container--otome .softFeature-info__title {
    width: calc(260 / 750 * 100vw);
  }
}
.softFeature-info__container--otome .softFeature-info__item {
  margin-bottom: 3px;
  background: rgba(169,140,39,0.15);
}
.softFeature-info__container--otome .softFeature-info__text {
  color: #6b4242;
  margin-top: -5px;
  margin-bottom: -5px;
}
.softFeature-otomeMovie {
  position: relative;
  margin-top: 35px;
  box-sizing: border-box;
  margin-bottom: 48px;
  padding-bottom: 48px;
}
@media screen and (min-width: 980px) and (max-width: 1199.98px) {
  .softFeature-otomeMovie {
    margin-top: 30px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-otomeMovie {
    display: -webkit-box;
    display: flex;
    padding: calc(50 / 750 * 100vw) calc(28 / 750 * 100vw) calc(43 / 750 * 100vw) calc(28 / 750 * 100vw);
    margin-top: 30px;
    margin-bottom: calc(50 / 750 * 100vw);
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeMovie {
    padding-top: calc(95 / 750 * 100vw);
    padding-bottom: calc(93 / 750 * 100vw);
    margin-top: 26px;
    margin-bottom: calc(96 / 750 * 100vw);
    display: block;
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-otomeMovie.softFeature-otomeMovie--count1 {
    padding-top: 74px;
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-otomeMovie.softFeature-otomeMovie--count2 {
    padding-top: 73px;
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-otomeMovie.softFeature-otomeMovie--count3 {
    padding-top: 32px;
    padding-bottom: 54px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-otomeMovie.softFeature-otomeMovie--count3 {
    display: block;
    padding: calc(43 / 750 * 100vw) calc(28 / 750 * 100vw);
  }
}
.softFeature-otomeMovie__frame {
  position: absolute;
}
.softFeature-otomeMovie__frame--top {
  width: calc(100% - 80px);
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 979.98px) {
  .softFeature-otomeMovie__frame--top {
    top: -1.5%;
  }
}
.softFeature-otomeMovie__frame--bottom {
  width: calc(100% - 80px);
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 979.98px) {
  .softFeature-otomeMovie__frame--bottom {
    bottom: calc(-7 / 750 * 100vw);
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-otomeMovie--count2 .softFeature-otomeMovie__frame--bottom {
    bottom: -7px;
  }
}
@media screen and (min-width: 760px), print {
  html[data-browser="ie"] .softFeature-otomeMovie--count2 .softFeature-otomeMovie__frame--bottom {
    bottom: -413px;
  }
}
@media screen and (max-width: 759.98px) {
  html[data-browser="ie"] .softFeature-otomeMovie--count2 .softFeature-otomeMovie__frame--bottom {
    bottom: calc(-1200 / 750 * 100vw);
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeMovie__frame--pc {
    display: block;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeMovie__frame--pc {
    display: none;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeMovie__frame--sp {
    display: none;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeMovie__frame--sp {
    width: calc(694 / 750 * 100vw);
    display: block;
  }
}
.softFeature-otomeMovie__lead {
  display: block;
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeMovie__lead {
    width: 100%;
    margin-bottom: 25px;
    margin-bottom: calc(50 / 750 * 100vw);
    text-align: center;
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-otomeMovie--count1 .softFeature-otomeMovie__lead {
    width: 35.1%;
    text-align: center;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeMovie--count2 .softFeature-otomeMovie__lead {
    width: 35.1%;
    text-align: center;
    margin-top: 4.6%;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeMovie--count3 .softFeature-otomeMovie__lead {
    display: -webkit-box;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-top: calc(22 / 1440 * 100vw);
    margin-bottom: calc(28 / 1440 * 100vw);
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-otomeMovie--count3 .softFeature-otomeMovie__lead {
    margin-top: 0;
    margin-bottom: calc(43 / 1440 * 100vw);
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-otomeMovie__lead__logo {
    width: 57%;
    margin-top: 18%;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeMovie__lead__logo {
    width: calc(450 / 750 * 100vw);
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-otomeMovie--count1 .softFeature-otomeMovie__lead__logo {
    width: 57%;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeMovie--count2 .softFeature-otomeMovie__lead__logo {
    width: 57.3%;
    margin-top: 0;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeMovie--count3 .softFeature-otomeMovie__lead__logo {
    width: calc(160 / 1440 * 100vw);
    max-width: 160px;
    margin-right: calc(23 / 1440 * 100vw);
    margin-top: 0;
  }
}
.softFeature-otomeMovie__lead__sent {
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-otomeMovie__lead__sent {
    width: 76%;
    margin: 4.5% auto 0;
    text-align: center;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeMovie__lead__sent {
    width: calc(564 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    text-align: center;
    margin: calc(20 / 750 * 100vw) auto 0;
    line-height: 1.6;
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-otomeMovie--count1 .softFeature-otomeMovie__lead__sent {
    width: 76%;
    margin: 4.5% auto 0;
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-otomeMovie--count2 .softFeature-otomeMovie__lead__sent {
    width: 81.7%;
    margin: 3.3% auto 0;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-otomeMovie--count3 .softFeature-otomeMovie__lead__sent {
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0;
    text-align: center;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeMovie__movies {
    width: calc(638 / 750 * 100vw);
    margin: 0 auto calc(50 / 750 * 100vw);
    display: block;
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-otomeMovie--count1 .softFeature-otomeMovie__movies {
    width: 62.1%;
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-otomeMovie--count1 .softFeature-otomeMovie__movies {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeMovie--count2 .softFeature-otomeMovie__movies {
    width: 62.1%;
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-otomeMovie--count2 .softFeature-otomeMovie__movies {
    width: 80%;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeMovie--count3 .softFeature-otomeMovie__movies {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 0 31px;
    margin-bottom: 42px;
  }
}
.softFeature-otomeMovie__movies__item {
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(169,140,39,0.2);
}
.softFeature-otomeMovie__movies__item:hover {
  opacity: 0.7;
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-otomeMovie__movies__item {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeMovie__movies__item {
    width: calc(638 / 750 * 100vw);
    display: none;
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-otomeMovie--count1 .softFeature-otomeMovie__movies__item {
    width: 100%;
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-otomeMovie--count2 .softFeature-otomeMovie__movies__item {
    width: 48%;
    position: static;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeMovie--count3 .softFeature-otomeMovie__movies__item {
    width: 31.5%;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeMovie--count1 .softFeature-otomeMovie__movies__item:first-child,
  .softFeature-otomeMovie--count2 .softFeature-otomeMovie__movies__item:first-child {
    margin-right: 4%;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeMovie--count1 .softFeature-otomeMovie__movies__item:first-child,
  .softFeature-otomeMovie--count2 .softFeature-otomeMovie__movies__item:first-child {
    display: block;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeMovie--count3 .softFeature-otomeMovie__movies__item:first-child {
    display: block;
  }
}
.softFeature-otomeMovie__movies__item p {
  font-size: 14px;
  color: #6b4242;
  font-weight: bold;
  line-height: 1.4;
  text-align: justify;
  height: 210px;
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-otomeMovie__movies__item p {
    font-size: 12px;
  }
}
@media screen and (max-width: 979.98px) {
  .softFeature-otomeMovie__movies__item p {
    height: auto;
    width: 100%;
    padding: 6% 7%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-otomeMovie--count1 .softFeature-otomeMovie__movies__item p {
    width: 361px;
    padding: 9% 7%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeMovie--count2 .softFeature-otomeMovie__movies__item p,
  .softFeature-otomeMovie--count3 .softFeature-otomeMovie__movies__item p {
    height: auto;
    min-height: 57px;
    padding: 6.5% 7.7% 6.5%;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-otomeMovie--count2 .softFeature-otomeMovie__movies__item p,
  .softFeature-otomeMovie--count3 .softFeature-otomeMovie__movies__item p {
    min-height: 105px;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeMovie__movies__item .nc3-a-icon {
    display: none;
  }
}
.softFeature-otomeMovie__movies__item .nc3-a-icon svg {
  width: calc(25 / 750 * 100vw);
  height: calc(25 / 750 * 100vw);
  position: absolute;
  bottom: calc(30 / 750 * 100vw);
  left: calc(205 / 750 * 100vw);
  fill: #fff;
}
.softFeature-otomeMovie--count2 .softFeature-otomeMovie__moviesThumbWrap,
.softFeature-otomeMovie--count3 .softFeature-otomeMovie__moviesThumbWrap {
  position: relative;
}
.softFeature-otomeMovie__movies__thumb {
  display: block;
}
@media screen and (min-width: 980px), print {
  .softFeature-otomeMovie--count1 .softFeature-otomeMovie__movies__thumb {
    width: 373px;
    height: 210px;
  }
}
@media screen and (max-width: 979.98px) {
  .softFeature-otomeMovie--count1 .softFeature-otomeMovie__movies__thumb {
    width: 100%;
  }
}
.softFeature-otomeMovie--count2 .softFeature-otomeMovie__movies__thumb,
.softFeature-otomeMovie--count3 .softFeature-otomeMovie__movies__thumb {
  width: 100%;
}
.softFeature-otomeMovie__movies__palybutton {
  position: absolute;
  margin: auto;
}
@media screen and (max-width: 979.98px) {
  .softFeature-otomeMovie__movies__palybutton {
    width: 20%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-otomeMovie--count1 .softFeature-otomeMovie__movies__palybutton {
    width: 9%;
    top: 0;
    bottom: 0;
    left: 158px;
  }
}
.softFeature-otomeMovie--count2 .softFeature-otomeMovie__movies__palybutton {
  width: 22%;
  top: auto;
  left: auto;
  right: 3%;
  bottom: 2%;
}
.softFeature-otomeMovie--count3 .softFeature-otomeMovie__movies__palybutton {
  width: 24%;
  top: auto;
  left: auto;
  right: 1.5%;
  bottom: 3.5%;
}
.softFeature-otomeMovie--count1 .softFeature-otomeMovie__more {
  display: none;
}
.softFeature-otomeMovie--count2 .softFeature-otomeMovie__more {
  display: none;
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeMovie--count2 .softFeature-otomeMovie__more {
    display: block;
    text-align: center;
  }
  .softFeature-otomeMovie--count2 .softFeature-otomeMovie__more .nc3-a-button {
    width: 80vw;
    padding: 15px 0;
    text-align: center;
    color: #c7b274;
  }
  .softFeature-otomeMovie--count2 .softFeature-otomeMovie__more .nc3-a-button div {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeMovie--count3 .softFeature-otomeMovie__more {
    display: block;
    text-align: center;
  }
  .softFeature-otomeMovie--count3 .softFeature-otomeMovie__more .nc3-a-button {
    width: 375px;
    padding: 15px 0;
    text-align: center;
    color: #c7b274;
  }
  .softFeature-otomeMovie--count3 .softFeature-otomeMovie__more .nc3-a-button div {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeMovie--count3 .softFeature-otomeMovie__more {
    display: block;
    text-align: center;
  }
  .softFeature-otomeMovie--count3 .softFeature-otomeMovie__more .nc3-a-button {
    width: 80vw;
    padding: 15px 0;
    text-align: center;
    color: #c7b274;
  }
  .softFeature-otomeMovie--count3 .softFeature-otomeMovie__more .nc3-a-button div {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.softFeature-otomeMovie--count4 .softFeature-otomeMovie__more {
  text-align: center;
  margin-bottom: 50px;
}
.softFeature-otomeMovie--count4 .softFeature-otomeMovie__more .nc3-a-button {
  width: 375px;
  padding: 15px 0;
  text-align: center;
  color: #c7b274;
}
.softFeature-otomeMovie--count4 .softFeature-otomeMovie__more .nc3-a-button div {
  -webkit-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 979.98px) {
  .feature-otome .nc3-js-ytPlayer__centerPlay {
    margin: auto;
    width: 100%;
    height: 25%;
    top: 33%;
    left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 979.98px) {
  .feature-otome .nc3-js-ytPlayer__ctrl {
    top: 33%;
    height: 25%;
  }
}
.softFeature-otomeHeader {
  background: #fdf7dd url("../../feature/img/otome/bg-mv.png") repeat center/59px auto;
  overflow-x: hidden;
  box-shadow: 0 0 24px 0 rgba(37,27,0,0.3);
  position: relative;
  padding: 24px 0 14px;
}
.softFeature-otomeHeader:before,
.softFeature-otomeHeader:after {
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: 0;
  left: 0;
  background: url("../../feature/img/otome/border-mv.png") repeat-x;
}
.softFeature-otomeHeader:before {
  top: 0;
}
.softFeature-otomeHeader:after {
  bottom: 0;
}
.softFeature-otomeHeader .softFeature-slider__itemDetail {
  color: #6b4242;
  height: 35px;
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeHeader .softFeature-slider__itemDetail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    background-color: rgba(255,249,231,0.6);
    height: 101px;
  }
}
.softFeature-otomeHeader .nc3-c-slider__button .nc3-a-icon svg {
  fill: #a98c27;
}
.softFeature-otomeHeader .nc3-c-slider__nav {
  border-color: #dfc886;
}
.softFeature-otomeHeader .nc3-c-slider__navItem {
  background-color: #dfc886;
}
.softFeature-otomeHeader .nc3-c-slider__navItem.is-active {
  background-color: #92781d;
}
.softFeature-otomeHeader .nc3-h-new:before {
  background-color: #a98d2c;
}
.softFeature-otomeHeader__wrap {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.softFeature-otomeHeader__goToIndex {
  position: absolute;
  top: -2px;
  left: 27px;
  font-size: 14px;
  color: #8b6201;
  font-weight: bold;
  -webkit-transition: color 150ms linear;
  transition: color 150ms linear;
  z-index: 10;
}
.softFeature-otomeHeader__goToIndex:hover {
  color: #c89696;
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeHeader__goToIndex {
    left: 14px;
  }
}
@media screen and (min-width: 1200px), print {
  .softFeature-otomeHeader__upper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199.98px) {
  .softFeature-otomeHeader__upper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-otomeHeader__upper {
    margin: 0 auto 29px auto;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeHeader__upper {
    padding-bottom: 29px;
  }
}
@media screen and (min-width: 1200px), print {
  .softFeature-otomeTopHeader__upper {
    margin-top: -3px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199.98px) {
  .softFeature-otomeTopHeader__upper {
    margin-top: 1px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeTopHeader__upper {
    margin-top: -26px;
  }
}
.softFeature-otomeHeader__upper--archive {
  display: block;
  text-align: center;
  padding: 30px 0 36px;
  margin-bottom: 50px;
  position: relative;
  border-bottom: 1px solid #bda655;
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-otomeHeader__upper--archive {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeHeader__upper--archive {
    padding-bottom: 20px;
  }
}
.softFeature-otomeHeader__upper--archive::before {
  content: "";
  width: 13px;
  height: 8px;
  background: url("../../feature/img/otome/frame-archive-left.png") no-repeat;
  background-size: 13px 8px;
  position: absolute;
  bottom: -4.9px;
  left: 0;
}
.softFeature-otomeHeader__upper--archive::after {
  content: "";
  width: 13px;
  height: 8px;
  background: url("../../feature/img/otome/frame-archive-right.png") no-repeat;
  background-size: 13px 8px;
  position: absolute;
  bottom: -4.9px;
  right: 0;
}
.softFeature-otomeHeader__upperImage {
  width: 186px;
  margin-bottom: 18px;
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeHeader__upperImage {
    margin-top: 18px;
  }
}
.softFeature-otomeHeader__upperText {
  font-size: 15px;
  color: #6b4242;
  font-weight: bold;
  line-height: 1.4;
}
.softFeature-otomeHeader__title {
  max-width: 100%;
  position: relative;
}
.softFeature-otomeHeader__title:before {
  content: '';
  display: block;
  padding-bottom: 37.32057416267943%;
}
@media screen and (min-width: 1200px), print {
  .softFeature-otomeHeader__title {
    width: 418px;
    -webkit-box-flex: 0;
            flex-grow: 0;
    margin-left: -4px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199.98px) {
  .softFeature-otomeHeader__title {
    position: relative;
    width: 426px;
    -webkit-box-flex: 0;
            flex-grow: 0;
    margin: -1px 0px 0px -4px;
  }
  .softFeature-otomeHeader__title:before {
    content: '';
    display: block;
    padding-bottom: 37.08920187793427%;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-otomeHeader__title {
    position: relative;
    width: 426px;
    margin: 14px auto 29px;
  }
  .softFeature-otomeHeader__title:before {
    content: '';
    display: block;
    padding-bottom: 37.08920187793427%;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeHeader__title {
    position: relative;
    width: 271px;
    margin: 39px auto 28px;
  }
  .softFeature-otomeHeader__title:before {
    content: '';
    display: block;
    padding-bottom: 37.03703703703704%;
  }
}
a.softFeature-otomeHeader__title {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
html[data-device="desktop"] a.softFeature-otomeHeader__title:hover {
  opacity: 0.7;
  -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.softFeature-otomeHeader__lead {
  color: #7a5252;
  font-weight: bold;
  max-width: 100%;
}
@media screen and (min-width: 1200px), print {
  .softFeature-otomeHeader__lead {
    background: url("../../feature/img/otome/title-text-pc.png") no-repeat;
    background-size: contain;
    width: 428px;
    height: 59px;
    margin: 0 1px 0 0;
    text-indent: -9999px;
    align-self: center;
    flex-shrink: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 980px) and (max-width: 1199.98px) {
  .softFeature-otomeHeader__lead {
    background: url("../../feature/img/otome/title-text-980.png") no-repeat;
    background-size: contain;
    width: 428px;
    height: 59px;
    margin-top: -2px;
    text-indent: -9999px;
    align-self: center;
    flex-shrink: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-otomeHeader__lead {
    background: url("../../feature/img/otome/title-text-980.png") no-repeat;
    background-size: contain;
    width: 428px;
    height: 59px;
    margin: 0 auto;
    text-indent: -9999px;
    overflow: hidden;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeHeader__lead {
    background: url("../../feature/img/otome/title-text-sp.png") no-repeat;
    background-size: contain;
    width: 301px;
    height: 44px;
    margin: 0 auto;
    text-indent: -9999px;
    align-self: center;
    overflow: hidden;
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-otomeHeader__lead br {
    display: none;
  }
}
.softFeature-otomeSliderLink {
  margin: 0 auto;
  text-align: center;
  border-radius: 2px;
}
@media screen and (min-width: 980px), print {
  .softFeature-otomeSliderLink {
    margin-top: 7px;
    width: 378px;
    height: 48px;
    line-height: 48px;
    background-color: #c7b274;
  }
  .softFeature-otomeSliderLink .nc3-a-textLink div {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .softFeature-otomeSliderLink span {
    font-size: 16px;
    color: #fff !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .softFeature-otomeSliderLink i {
    -webkit-box-flex: 0 !important;
            flex: 0 0 12px !important;
    width: 12px !important;
    height: 13px !important;
  }
  .softFeature-otomeSliderLink i svg {
    fill: #fff !important;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-otomeSliderLink {
    width: 378px;
    height: 48px;
    line-height: 48px;
    background-color: #c7b274;
  }
  .softFeature-otomeSliderLink .nc3-a-textLink div {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .softFeature-otomeSliderLink span {
    font-size: 14px;
    color: #fff !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .softFeature-otomeSliderLink i svg {
    fill: #fff !important;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeSliderLink {
    margin-top: 15px;
    width: 80vw;
    height: 48px;
    line-height: 48px;
    background-color: #c7b274;
  }
  .softFeature-otomeSliderLink .nc3-a-textLink div {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .softFeature-otomeSliderLink span {
    color: #fff !important;
  }
  .softFeature-otomeSliderLink i svg {
    fill: #fff !important;
  }
}
.softFeature-otomeSliderLink .nc3-a-textLink .nc3-a-icon svg {
  fill: #c89696;
}
.softFeature-otomeSliderLink .nc3-a-textLink:hover div > span {
  color: #c89696;
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeBnr {
    padding-top: 26px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeBnr {
    padding-top: 17px;
    padding-bottom: 20px;
  }
}
.softFeature-otomeBnr img {
  width: 100%;
}
.softFeature-otomeBnr a {
  display: block;
  line-height: 0;
  opacity: 1;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
html[data-device="desktop"] .softFeature-otomeBnr a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.softFeature-OtomeSection {
  background: #fdf9f0 url("../../feature/img/otome/bg-main.jpg") repeat;
}
.softFeature-OtomeSection .softFeature-leadText,
.softFeature-OtomeSection .softFeature-section,
.softFeature-OtomeSection .nc3-c-softCard__bottom {
  border-color: rgba(1,1,0,0.25);
}
.softFeature-OtomeSection .nc3-a-textLink {
  color: #91771d;
}
.softFeature-OtomeSection .nc3-a-textLink div > span {
  color: #c89696;
}
.softFeature-OtomeSection .nc3-c-softCard--large .nc3-c-softCard__name {
  color: #c89696;
}
.softFeature-OtomeSection .nc3-c-softCard__name:before {
  background-color: #c89696;
}
.softFeature-OtomeSection a:hover .nc3-c-softCard__name {
  color: #c89696;
}
.softFeature-OtomeSection .nc3-c-softCard__lead {
  border-color: #c89696;
}
.softFeature-OtomeSection .nc3-a-button {
  color: #c89696;
}
.softFeature-OtomeSection .nc3-c-softCard__arrow .nc3-a-icon svg {
  fill: #c89696;
}
.softFeature-OtomeSection .softFeature-coming {
  padding-top: 8px;
}
.softFeature-OtomeSection .nc3-c-borderHeader__main {
  color: #8b6201;
}
.softFeature-OtomeSection .nc3-c-borderHeader__main:before {
  display: none;
}
.softFeature-OtomeSection .nc3-c-borderHeader {
  border: none;
  position: relative;
}
.softFeature-OtomeSection .nc3-c-borderHeader:before {
  background: url("../../feature/img/otome/border-coming.png") repeat-x;
  background-size: contain;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  top: -8px;
  right: 0;
  left: 0;
}
.softFeature-OtomeSection .nc3-c-softSmallCard__inner {
  border-color: #c89696;
}
.softFeature-OtomeSection + .softFeature-otherLink__wrapper .softFeature-otherLink {
  border: none;
}
.softFeature-OtomeSection--noticeBox {
  margin-top: -55px;
}
@media screen and (max-width: 759.98px) {
  .softFeature-OtomeSection--noticeBox {
    margin-top: -30px;
  }
}
.softFeature-otomeAGFHeader .nc3-a-textLink[target="_blank"]:not(.nc3-a-textLink--noBlankIcon) span:after,
.softFeature-otomeAGFHeader a[target="_blank"] .nc3-a-textLink span:after {
  content: none;
}
.softFeature-otomeAGFHeader .nc3-a-textLink:hover div > span,
.softFeature-otomeAGFHeader a:hover .nc3-a-textLink div > span {
  color: #ac8080;
}
.softFeature-otomeAGFHeader .nc3-a-icon svg {
  fill: #ac8080;
}
.softFeature-otomeAGFHeader .nc3-a-list--circle > li:before {
  background-color: #ac8080;
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeAGFHeading {
    padding: 32px 0 42px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeAGFHeading {
    padding: 25px 0 35px;
  }
}
.softFeature-otomeAGFHeading__logo {
  margin: 0 auto;
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeAGFHeading__logo {
    width: 492px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeAGFHeading__logo {
    width: 280px;
  }
}
.softFeature-otomeAGFHeading__logo img {
  width: 100%;
}
.softFeature-otomeAGFBoothImg {
  width: 100%;
}
.softFeature-otomeAGFBoothImg img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeAGFBoothImg {
    padding: 0 0 42px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeAGFBoothImg {
    padding: 0 0 35px;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeAGF__headContents {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeAGF__headContents {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeAGF__headList {
    padding: 42px 0 18px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeAGF__headList {
    padding: 28px 0 14px;
  }
}
.softFeature-OtomeAGFSection {
  background: #fdf9f0 url("../../feature/img/otome/bg-main.jpg") repeat;
}
@media screen and (min-width: 760px), print {
  .softFeature-OtomeAGFSection {
    padding: 98px 0 0;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-OtomeAGFSection {
    padding: 49px 0 0;
  }
}
.softFeature-OtomeAGFSection .nc3-c-borderHeader {
  border-color: #b9b6ae;
}
.softFeature-OtomeAGFSection .nc3-c-borderHeader__main:before {
  background-color: #ac8080;
}
.softFeature-OtomeAGFSection .nc3-a-textLink[target="_blank"]:not(.nc3-a-textLink--noBlankIcon) span:after,
.softFeature-OtomeAGFSection a[target="_blank"] .nc3-a-textLink span:after {
  content: none;
}
.softFeature-OtomeAGFSection .nc3-a-textLink:hover div > span,
.softFeature-OtomeAGFSection a:hover .nc3-a-textLink div > span {
  color: #ac8080;
}
.softFeature-OtomeAGFSection .nc3-a-icon svg {
  fill: #ac8080;
}
.softFeature-OtomeAGFSection .nc3-a-button--outlineGray:hover .nc3-a-icon svg,
.softFeature-OtomeAGFSection a:hover .nc3-a-button--outlineGray .nc3-a-icon svg {
  fill: #ac8080;
}
.softFeature-OtomeAGFSection .nc3-a-button--outlineGray:hover,
.softFeature-OtomeAGFSection a:hover .nc3-a-button--outlineGray {
  border-color: #ac8080;
}
.softFeature-OtomeAGFSection .nc3-a-button--outlineGray:hover span,
.softFeature-OtomeAGFSection a:hover .nc3-a-button--outlineGray span {
  color: #ac8080;
}
.softFeature-OtomeAGFSection .nc3-a-text sup {
  font-size: 10px;
  line-height: 1em;
  vertical-align: super;
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeAGF__header {
    margin-top: 56px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeAGF__header {
    margin-top: 35px;
  }
}
.softFeature-otomeAGF__overviewList {
  border-bottom: 1px solid #ccc9c1;
}
.softFeature-otomeAGF__overview {
  border-top: 1px solid #ccc9c1;
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeAGF__overview {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 56px 0;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeAGF__overview {
    padding: 35px 0;
  }
}
.softFeature-otomeAGF__overview:first-child {
  border-top: none;
}
.softFeature-otomeAGF__overview.softFeature-otomeAGF__overview--noBorder {
  border-top: none;
  padding-top: 0;
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeAGF__overviewLogo {
    width: calc((328 / 1120) * 100%);
    text-align: right;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeAGF__overviewLogo {
    margin: 0 auto;
    width: calc((242 / 347) * 100%);
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeAGF__overviewLogo img {
    width: calc((273 / 328) * 100%);
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeAGF__overviewLogo img {
    width: 100%;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeAGF__overviewContent {
    width: calc((735 / 1120) * 100%);
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeAGF__overviewContent {
    padding-top: 14px;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeAGF__overviewContent__inner:nth-child(n+2) {
    padding-top: 49px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeAGF__overviewContent__inner:nth-child(n+2) {
    padding-top: 28px;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeAGF__overviewContent__header {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeAGF__overviewContent__header {
    padding-bottom: 21px;
  }
}
.softFeature-otomeAGF__overviewContent__links {
  padding-top: 14px;
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeAGF__overviewContent__links .nc3-a-textLink:first-child {
    padding-right: 24px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeAGF__overviewContent__links .nc3-a-textLink:first-child {
    padding-right: 20px;
  }
}
.softFeature-otomeAGF__overviewContent__caption {
  padding-top: 12px;
}
.softFeature-otomeAGF__flyer {
  background-color: #fff;
  border: 4px solid #e6e6e6;
  text-align: center;
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeAGF__flyer {
    margin-top: 98px;
    padding: 42px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeAGF__flyer {
    margin-top: 60px;
    padding: 21px 21px 24px;
  }
}
.softFeature-otomeAGF__twitterLogo {
  margin: 0 auto;
  width: 55px;
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeAGF__twitterLogo {
    padding-top: 28px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeAGF__twitterLogo {
    padding-top: 21px;
  }
}
.softFeature-otomeAGF__twitterLogo img {
  width: 100%;
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeAGF__flyerList {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    max-width: 736px;
    margin: 0 auto;
    padding-left: 21px;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeAGF__flyerList:first-child() {
    padding-top: 14px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeAGF__flyerList:first-child() {
    padding-top: 7px;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeAGF__flyerLink {
    padding-right: 21px;
    text-align: left;
  }
}
.softFeature-otomeAGF__footer {
  text-align: center;
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeAGF__footer {
    padding: 98px 0;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeAGF__footer {
    padding: 60px 0;
  }
}
#agf2022 a:hover {
  color: #c28686;
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-OtomeAGFSection {
    padding: 64px 0 0;
  }
}
#agf2022 .softFeature-OtomeAGFSection .nc3-a-icon svg {
  fill: #c28686;
}
#agf2022 .nc3-c-borderHeader__main::before {
  background-color: #c28686;
}
#agf2022 .nc3-c-borderHeader--2 .nc3-c-borderHeader__main {
  padding-bottom: 38px;
}
#agf2022 .nc3-c-borderHeader--2 .nc3-c-borderHeader__main::before {
  background-color: #c28686;
}
#agf2022 .nc3-c-borderHeader--4 {
  padding-top: 1px;
}
#agf2022 .nc3-a-heading--onImage1 span {
  letter-spacing: 0.04em;
}
@media screen and (min-width: 760px), print {
  #agf2022 .nc3-a-heading--onImage1 .nc3-a-heading__image {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .nc3-a-heading--onImage1 .nc3-a-heading__image {
    margin-bottom: 11px;
  }
}
#agf2022 .nc3-a-text--medium {
  text-align: center;
}
@media screen and (min-width: 760px), print {
  #agf2022 .nc3-a-text--medium {
    margin: 0 auto 45px;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .nc3-a-text--medium {
    margin: 0 auto 19px;
  }
}
#agf2022 .nc3-a-caption li {
  line-height: 2em;
}
@media screen and (max-width: 759.98px) {
  #agf2022 .nc3-a-caption li {
    font-size: 10px;
  }
}
#agf2022 .nc3-a-list li {
  text-align: left;
}
@media screen and (min-width: 980px), print {
  #agf2022 .nc3-a-list li:last-child {
    padding-bottom: 0;
  }
}
#agf2022 .nc3-a-list li::before {
  background-color: #c28686;
}
#agf2022 .nc3-a-list--circle.nc3-a-list--small > li {
  padding-left: 18px;
}
#agf2022 .softFeature-otomeAGFHeader .nc3-a-icon svg {
  fill: #c28686;
}
#agf2022 .softFeature-otomeAGFHeader .detailLink {
  text-align: center;
}
@media screen and (max-width: 979.98px) {
  #agf2022 .softFeature-otomeAGFHeader .detailLink {
    margin-top: 25px;
  }
}
@media screen and (min-width: 760px), print {
  #agf2022 .softFeature-otomeAGFHeading {
    padding: 20px 0 43px;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGFHeading {
    padding: 18px 0 24px;
  }
}
@media screen and (min-width: 760px), print {
  #agf2022 .softFeature-otomeAGFHeading__logo {
    width: 534px;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGFHeading__logo {
    width: 293px;
  }
}
#agf2022 .softFeature-otomeAGFBoothImg {
  padding-bottom: 0;
}
#agf2022 .softFeature-otomeAGFBoothImg img {
  vertical-align: top;
}
#agf2022 .softFeature-otomeAGF__alert {
  color: #b25252;
  text-align: center;
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__alert {
    text-align: left;
  }
}
@media screen and (min-width: 760px), print {
  #agf2022 .softFeature-otomeAGF__headContents {
    padding-bottom: 46px;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__headContents {
    padding-bottom: 24px;
  }
}
#agf2022 .softFeature-otomeAGF__headContents .nc3-a-text--medium {
  margin-bottom: 0;
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__headContents .nc3-a-text--medium {
    text-align: left;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__headContents {
    padding-bottom: 33px;
  }
}
#agf2022 .softFeature-otomeAGF__headList {
  margin: 39px auto 39px;
  padding: 0;
  max-width: 561px;
  width: 100%;
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  #agf2022 .softFeature-otomeAGF__headList {
    max-width: 586px;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__headList {
    margin: 25px 0 8px;
  }
}
#agf2022 .softFeature-otomeAGF__headList .softFeature-otomeAGF__head {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
#agf2022 .softFeature-otomeAGF__headList .softFeature-otomeAGF__head .nc3-a-text--medium {
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  display: block;
}
#agf2022 .softFeature-otomeAGF__headList .softFeature-otomeAGF__headItem span {
  padding-left: 19px;
  min-width: 135px;
  position: relative;
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__headList .softFeature-otomeAGF__headItem span {
    min-width: 95px;
  }
}
#agf2022 .softFeature-otomeAGF__headList .softFeature-otomeAGF__headItem span::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #c28686;
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__headList .softFeature-otomeAGF__headItem span::before {
    width: 9px;
    height: 9px;
  }
}
#agf2022 .softFeature-otomeAGF__headList .softFeature-otomeAGF__headItem span::after {
  content: ":";
  position: absolute;
  right: 0;
  top: -1px;
  padding-right: 10px;
}
#agf2022 .softFeature-otomeAGF__headList .softFeature-otomeAGF__headDetail {
  text-align: left;
}
@media screen and (max-width: 979.98px) {
  #agf2022 .softFeature-otomeAGF__headList .softFeature-otomeAGF__headDetail .nc3-a-inlineLink {
    margin: 0;
  }
}
#agf2022 .softFeature-otomeAGF__headList .softFeature-otomeAGF__headDetail .nc3-a-inlineLink:after {
  display: none;
}
#agf2022 .softFeature-otomeAGF__headList .softFeature-otomeAGF__headDetail .nc3-a-inlineLink .nc3-a-icon {
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 760px), print {
  #agf2022 .softFeature-otomeAGF__header {
    margin-top: 96px;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__header {
    margin-top: 43px;
  }
}
#agf2022 .softFeature-otomeAGF__header--main .nc3-c-borderHeader__main {
  text-align: center;
}
@media screen and (min-width: 760px), print {
  #agf2022 .softFeature-otomeAGF__header--main .nc3-c-borderHeader__main {
    font-size: 30px;
    margin: -0.15em auto 0;
    padding: 44px 0 40px;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__header--main .nc3-c-borderHeader__main {
    font-size: 20px;
    margin: 0 auto;
    width: 100%;
    padding: 39px 0 25px;
  }
}
#agf2022 .softFeature-otomeAGF__header--main .nc3-c-borderHeader__main::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #c28686;
  height: 4px;
  top: calc(0.4em * 0.65 - 4px);
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__header--main .nc3-c-borderHeader__main::before {
    top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 760px), print {
  #agf2022 .softFeature-otomeAGF__overview {
    padding: 56px;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__overview {
    padding: 35px 0;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__overviewLogo {
    width: 100%;
  }
}
#agf2022 .softFeature-otomeAGF__overviewLogo img {
  vertical-align: top;
}
@media screen and (min-width: 980px), print {
  #agf2022 .softFeature-otomeAGF__overviewLogo img {
    width: auto;
  }
}
#agf2022 .softFeature-otomeAGF__overviewList {
  border-bottom: none;
}
#agf2022 .softFeature-otomeAGF__overviewContent__links {
  padding-top: 18px;
}
#agf2022 .softFeature-otomeAGF__flyer {
  margin-top: 0;
}
@media screen and (min-width: 760px), print {
  #agf2022 .softFeature-otomeAGF__flyer {
    padding: 52px;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__flyer {
    padding: 31px 24px;
  }
}
@media screen and (min-width: 760px), print {
  #agf2022 .softFeature-otomeAGF__booth .softFeature-otomeAGF__header {
    border-top: solid 1px #b9b6ae;
    border-bottom: none;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__booth .softFeature-otomeAGF__header {
    border: none;
  }
}
#agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__header {
  margin-top: 98px;
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__header {
    margin-top: 50px;
  }
}
@media screen and (max-width: 979.98px) {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__header .nc3-c-borderHeader__main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__header .nc3-c-borderHeader__main::before {
    width: 100%;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__overviewList .softFeature-otomeAGF__overview:last-child {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__overviewContent {
    padding-top: 0;
  }
}
#agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__overviewContent:last-child {
  width: 100%;
}
#agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__overview .no-link {
  padding-bottom: 10px;
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__overviewLogo {
    padding-top: 18px;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__overview .nc3-a-caption {
    padding-top: 8px;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 760px), print {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer {
    margin: 22px auto 58px;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer {
    margin: 0 auto 36px;
  }
}
#agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .nc3-c-borderHeader__main {
  padding-left: 0;
}
#agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .nc3-c-borderHeader__main::before {
  content: none;
}
@media screen and (min-width: 760px), print {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyerWrap {
    padding: 0 56px;
  }
}
@media screen and (min-width: 760px), print {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overview {
    padding: 56px 0;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overview {
    padding: 35px 0;
  }
}
#agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overview:first-child {
  padding-top: 0;
}
#agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overview:last-child {
  padding-bottom: 0;
  display: block;
}
#agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overview:last-child .softFeature-otomeAGF__overviewContent {
  width: 100%;
}
#agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overview:nth-child(2) {
  display: block;
}
#agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overview:nth-child(2) .softFeature-otomeAGF__overviewLogo {
  width: 100%;
  margin-top: 32px;
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overview:nth-child(2) .softFeature-otomeAGF__overviewLogo {
    margin-top: 0;
  }
}
#agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overview:nth-child(2) .softFeature-otomeAGF__overviewLogo img {
  width: 100%;
}
#agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overviewContent {
  width: calc((648 / 896) * 100%);
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overviewContent {
    width: 100%;
  }
}
@media screen and (min-width: 760px), print {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overviewContent__header {
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overviewContent__header {
    padding-bottom: 21px;
  }
}
@media screen and (min-width: 980px), print {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overviewContent .nc3-l-grid__cell {
    width: calc((100% - 18px) / 2 - 0.1px);
  }
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overviewContent .nc3-l-grid__cell:not(:nth-child(2n)) {
    margin-right: 18px;
  }
}
@media screen and (max-width: 979.98px) {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overviewContent .nc3-l-grid__cell {
    width: 100%;
  }
}
@media screen and (max-width: 979.98px) {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overviewContent .nc3-l-grid__cell:first-child {
    margin-bottom: 0;
  }
}
#agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overviewContent .nc3-l-grid__cell:first-child .nc3-a-list li {
  padding-bottom: 10px;
}
@media screen and (max-width: 979.98px) {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overviewContent .nc3-l-grid__cell:first-child .nc3-a-list li {
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overviewContent .nc3-l-grid__cell:first-child .nc3-a-list li:last-child {
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overviewContent .nc3-l-grid__inner {
    display: block;
  }
}
@media screen and (min-width: 980px), print {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overviewContentList {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
}
#agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overviewContentList__block .nc3-a-list > li:not(:last-child) {
  padding-bottom: 16px;
}
#agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overviewContentList__block .nc3-a-list > li a {
  text-decoration: underline;
}
@media screen and (min-width: 980px), print {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overviewContentList__block:not(:last-child) {
    margin-right: 55px;
  }
}
@media screen and (max-width: 979.98px) {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overviewContentList__block:not(:last-child) .nc3-a-list > li {
    padding-bottom: 16px;
  }
}
#agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overview .softFeature-otomeAGF__overview {
  border: none;
  padding: 0;
}
#agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overview .softFeature-otomeAGF__overviewLogo {
  width: calc((248 / 896) * 100%);
}
@media screen and (min-width: 760px), print {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overview .softFeature-otomeAGF__overviewLogo {
    padding-top: 3px;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overview .softFeature-otomeAGF__overviewLogo {
    padding-top: 26px;
    width: 100%;
  }
}
@media screen and (min-width: 760px), print {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overview .softFeature-otomeAGF__overviewLogo img {
    width: calc((248 / 248) * 100%);
  }
}
#agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__message {
  padding-top: 38px;
  text-align: center;
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__boothOverview .softFeature-otomeAGF__message {
    padding-top: 7px;
  }
}
@media screen and (min-width: 760px), print {
  #agf2022 .softFeature-otomeAGF__advertisingSpace .softFeature-otomeAGF__header {
    border-top: solid 1px #b9b6ae;
    border-bottom: none;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__advertisingSpace .softFeature-otomeAGF__header {
    border: none;
  }
}
@media screen and (min-width: 760px), print {
  #agf2022 .softFeature-otomeAGF__advertisingSpaceOverview {
    margin: 98px 0;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__advertisingSpaceOverview {
    margin: 48px 0 51px;
  }
}
#agf2022 .softFeature-otomeAGF__advertisingSpaceOverview .softFeature-otomeAGF__header .nc3-c-borderHeader__main {
  padding-top: 40px;
}
#agf2022 .softFeature-otomeAGF__advertisingSpaceOverview .softFeature-otomeAGF__header .nc3-c-borderHeader__main::before {
  width: 100%;
}
@media screen and (max-width: 979.98px) {
  #agf2022 .softFeature-otomeAGF__advertisingSpaceOverview .softFeature-otomeAGF__header .nc3-c-borderHeader__main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#agf2022 .softFeature-otomeAGF__advertisingSpaceOverview .softFeature-otomeAGF__flyer {
  max-width: 1008px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
  #agf2022 .softFeature-otomeAGF__advertisingSpaceOverview .softFeature-otomeAGF__flyerWrap {
    padding: 0 56px;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__advertisingSpaceOverview .softFeature-otomeAGF__flyer {
    padding: 31px 24px 25px;
    margin: 0;
  }
}
#agf2022 .softFeature-otomeAGF__advertisingSpaceOverview .softFeature-otomeAGF__flyer .nc3-c-borderHeader__main {
  padding-left: 0;
}
#agf2022 .softFeature-otomeAGF__advertisingSpaceOverview .softFeature-otomeAGF__flyer .nc3-c-borderHeader__main::before {
  content: none;
}
#agf2022 .softFeature-otomeAGF__advertisingSpaceOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overview {
  display: block;
  padding: 0;
}
#agf2022 .softFeature-otomeAGF__advertisingSpaceOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overviewContent {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 760px), print {
  #agf2022 .softFeature-otomeAGF__advertisingSpaceOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overviewContent__header {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__advertisingSpaceOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overviewContent__header {
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__advertisingSpaceOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overviewContent .nc3-l-grid__cell {
    margin-bottom: 28px;
  }
}
#agf2022 .softFeature-otomeAGF__advertisingSpaceOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overviewContent .nc3-l-grid__cell .nc3-a-list li {
  padding-bottom: 18px;
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__advertisingSpaceOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overviewContent .nc3-l-grid__cell .nc3-a-list li {
    padding-bottom: 24px;
  }
}
#agf2022 .softFeature-otomeAGF__advertisingSpaceOverview .softFeature-otomeAGF__flyer .softFeature-otomeAGF__overviewContent .nc3-l-grid__cell .nc3-a-list li:last-child {
  padding-bottom: 0;
}
#agf2022 .softFeature-otomeAGF__advertisingSpaceOverview .softFeature-otomeAGF__overviewContent {
  padding-top: 0;
}
#agf2022 .softFeature-otomeAGF__advertisingSpaceOverview .softFeature-otomeAGF__overviewContent__links {
  padding-bottom: 5px;
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__advertisingSpaceOverview .softFeature-otomeAGF__overviewLogo {
    padding-top: 25px;
  }
}
#agf2022 .softFeature-otomeAGF__lastParts .softFeature-otomeAGF__footer {
  padding: 0 0 68px;
}
@media screen and (max-width: 759.98px) {
  #agf2022 .softFeature-otomeAGF__lastParts .softFeature-otomeAGF__footer {
    padding: 0 0 60px;
  }
}
.softFeature-otomeArchive__footer {
  text-align: center;
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeArchive__footer {
    padding: 98px 0;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeArchive__footer {
    padding: 60px 0;
  }
}
.softFeature-otomeArchive__footer .nc3-a-icon svg {
  fill: #c89696;
}
.softFeature-otomeArchive__footer .nc3-a-button--outlineGray:hover {
  border-color: #c89696;
}
.softFeature-otomeArchive__footer .nc3-a-button--outlineGray:hover .nc3-a-icon svg {
  fill: #c89696;
}
.softFeature-otomeArchive__footer .nc3-a-button--outlineGray:hover span {
  color: #c89696;
}
.softFeature-otomeMovieArchive__footer {
  text-align: center;
  -webkit-transition: color 150ms linear;
  transition: color 150ms linear;
}
@media screen and (min-width: 760px), print {
  .softFeature-otomeMovieArchive__footer {
    padding: 25px 0 90px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-otomeMovieArchive__footer {
    padding: 10px 0 60px;
  }
}
.softFeature-otomeMovieArchive__footer a {
  display: block;
  width: 160px;
  margin: 0 auto;
}
.softFeature-otomeMovieArchive__footer .nc3-a-icon svg {
  fill: #c89696;
}
.softFeature-otomeMovieArchive__footer .nc3-a-button--outlineGray:hover {
  border-color: #c89696;
}
.softFeature-otomeMovieArchive__footer .nc3-a-button--outlineGray:hover .nc3-a-icon svg {
  fill: #c89696;
}
.softFeature-otomeMovieArchive__footer .nc3-a-button--outlineGray:hover span {
  color: #c89696;
}
.softFeature-otomeMovieArchive__footerButton {
  display: -webkit-box;
  display: flex;
  width: 160px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-align: center;
          align-items: center;
  color: #3c3c3c;
  -webkit-transition: color 150ms linear;
  transition: color 150ms linear;
}
.softFeature-otomeMovieArchive__footerButton:hover {
  color: #c89696;
}
.softFeature-otomeMovieArchive__footerButton .nc3-a-icon {
  width: 11px;
  height: 11px;
  margin-right: 8px;
}
.softFeature-bottomLink {
  text-align: center;
  padding-top: 84px;
}
.softFeature-bottomLink:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 760px), print {
  .softFeature-bottomLink {
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px 40px 50px;
    overflow: hidden;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-bottomLink {
    padding: 5px 14px 25px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-bottomLink__prev > div,
  .softFeature-bottomLink__next > div {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-bottomLink__prev:not(:last-child),
  .softFeature-bottomLink__next:not(:last-child) {
    padding-bottom: 24px;
  }
}
.softFeature-bottomLink__prev {
  float: left;
}
.softFeature-bottomLink__prev .nc3-a-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.softFeature-bottomLink__next {
  float: right;
}
.softFeature-bottomLink__next div i.nc3-a-icon {
  margin-right: 0;
  margin-left: calc(14px / 2);
}
.softFeature-pageHeader {
  position: relative;
}
.softFeature-pageHeader .nc3-c-pageHeader__container {
  position: relative;
}
.softFeature-pageHeader--pokemon {
  padding-right: 0;
  border-top: 10px solid #000;
  border-bottom: 10px solid #000;
  box-sizing: border-box;
}
@media screen and (max-width: 759.98px) {
  .softFeature-pageHeader--pokemon {
    border-width: 5px;
  }
}
.softFeature-pageHeader--pokemon .nc3-c-pageHeader__container:last-child {
  height: 100%;
}
.softFeature-pageHeader--pokemon .nc3-c-pageHeader__container:last-child .nc3-c-pageHeader__logo {
  height: 100%;
}
.softFeature-pageHeader--pokemon .nc3-c-pageHeader__container:last-child .nc3-c-pageHeader__logo img {
  height: 100%;
}
.softFeature-pageHeader--3dshooting {
  background-color: #000;
}
@media screen and (max-width: 979.98px) {
  .softFeature-pageHeader--3dshooting {
    padding-right: 0;
  }
}
.softFeature-pageHeader--3dshooting .nc3-c-pageHeader__container:last-child {
  height: 100%;
}
.softFeature-pageHeader--3dshooting .nc3-c-pageHeader__container:last-child .nc3-c-pageHeader__logo {
  height: 100%;
}
.softFeature-pageHeader--3dshooting .nc3-c-pageHeader__container:last-child .nc3-c-pageHeader__logo img {
  height: 100%;
  zoom: 0;
}
.softFeature-pageHeader--campaign,
.softFeature-pageHeader--free {
  background-size: auto 18px;
}
.nc3-c-pageHeader--3dsRanking {
  background-size: auto 100%;
}
@media screen and (max-width: 759.98px) {
  .nc3-c-pageHeader--3dsRanking {
    background-position: right 30% center;
  }
}
.softFeature-pageHeader--puzzle {
  background-size: auto 100%;
}
.softFeature-pageHeader--puzzle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../../img/puzzle/bg-puzzle_pc.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
@media screen and (max-width: 759.98px) {
  .softFeature-pageHeader--puzzle::before {
    background-size: cover;
  }
}
.softFeature-pageHeader--switchshare {
  background-size: contain;
  background-color: #f00;
}
.softFeature-pageHeader--3dsPrice500::before {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  width: 243px;
  height: 100%;
  background-image: url("../../img/3ds_price_500/bg_icon.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
@media screen and (max-width: 759.98px) {
  .softFeature-pageHeader--3dsPrice500::before {
    right: 10px;
    background-position: 100% 50%;
    background-size: 110px auto;
  }
}
.softFeature-pageHeader--gameawards {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #040b23;
}
@media screen and (min-width: 760px), print {
  .softFeature-pageHeader--gameawards {
    height: 146px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-pageHeader--gameawards {
    height: 80px;
  }
}
.softFeature-pageHeader--gameawards + p {
  padding: 5px 14px;
  text-align: center;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #4cf3e3;
  background-color: #1c0747;
}
.softFeature-pageHeader--gameawards2019 {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #27093d;
}
@media screen and (min-width: 760px), print {
  .softFeature-pageHeader--gameawards2019 {
    height: 146px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-pageHeader--gameawards2019 {
    height: 80px;
  }
}
.softFeature-pageHeader--gameawards2019 + p {
  padding: 5px 14px;
  text-align: center;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #fff;
  background-color: #1b072a;
  background-image: -webkit-linear-gradient(left, rgba(92,0,248,0.5) 0%, rgba(196,39,74,0.5) 50%, rgba(231,52,45,0.5) 100%);
  background-image: linear-gradient(90deg, rgba(92,0,248,0.5) 0%, rgba(196,39,74,0.5) 50%, rgba(231,52,45,0.5) 100%);
}
.softFeature-pageHeader--vc-ranking {
  background-color: #e1e1e1;
}
.softFeature-pageHeader--vc-ranking__item {
  display: inline-block;
  position: relative;
  margin-left: 14px;
  padding: 6px 9px 4px 28px;
  background-color: #fff;
  border-radius: 2px;
}
.softFeature-pageHeader--vc-ranking__item::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 4px;
  left: 8px;
  background: url("../../img/rankinglist/bg-1.png") no-repeat;
  background-size: 100% 100%;
}
.softFeature-pageHeader--otona {
  border-bottom: 1px solid #737373;
  color: transparent;
}
@media screen and (min-width: 760px), print {
  .softFeature-pageHeader--otona {
    height: 201px;
    background-position: 0 center;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-pageHeader--otona {
    height: 180px;
  }
}
.softFeature-pageHeader--rhythm {
  position: relative;
}
.softFeature-pageHeader--rhythm::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.4) none repeat scroll 0 0;
}
@media screen and (max-width: 374.98px) {
  .softFeature-pageHeader--firstRanking {
    background-position: 96% center;
  }
}
.softFeature-pageHeader--2019winter {
  padding-right: 0;
  box-sizing: border-box;
}
.softFeature-pageHeader--2019winter .nc3-c-pageHeader__container {
  position: relative;
}
.softFeature-pageHeader--2019winter .nc3-c-pageHeader__container:first-child {
  z-index: 1;
}
.softFeature-pageHeader--2019winter .nc3-c-pageHeader__container:last-child {
  height: 100%;
}
.softFeature-pageHeader--2019winter .nc3-c-pageHeader__container:last-child .nc3-c-pageHeader__logo {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
.softFeature-pageHeader--2019winter .nc3-c-pageHeader__container:last-child .nc3-c-pageHeader__logo img {
  height: 100%;
}
.softFeature-pageHeader--comic {
  padding-right: 0;
}
.softFeature-pageHeader--comic .nc3-c-pageHeader__logo {
  background-size: contain;
}
.softFeature-pageHeader--comic .nc3-c-pageHeader__logo img {
  vertical-align: bottom;
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-pageHeader--comic .nc3-c-pageHeader__logo img {
    zoom: 0.87;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-pageHeader--comic .nc3-c-pageHeader__logo img {
    zoom: 0.67;
  }
}
.softFeature-pageHeader--mystery {
  padding-right: 0;
}
.softFeature-pageHeader--mystery .nc3-c-pageHeader__logo {
  background-size: contain;
}
.softFeature-pageHeader--mystery .nc3-c-pageHeader__logo img {
  vertical-align: bottom;
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-pageHeader--mystery .nc3-c-pageHeader__logo img {
    zoom: 0.87;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-pageHeader--mystery .nc3-c-pageHeader__logo img {
    display: none;
  }
}
.softFeature-flatHeader {
  background-color: #e60012;
}
.softFeature-flatHeader--bk {
  background-color: #000;
}
.softFeature-gradientHeader {
  background-size: 20px 20px;
  background-repeat: repeat;
}
.softFeature-gradientHeader--feb {
  background-image: -webkit-linear-gradient(135deg, #2c31a2 25%, #383da5 25%, #383da5 50%, #2c31a2 50%, #2c31a2 75%, #383da5 75%, #383da5);
  background-image: linear-gradient(-45deg, #2c31a2 25%, #383da5 25%, #383da5 50%, #2c31a2 50%, #2c31a2 75%, #383da5 75%, #383da5);
}
.softFeature-gradientHeader--mar {
  background-image: -webkit-linear-gradient(135deg, #5baa57 25%, #54a850 25%, #54a850 50%, #5baa57 50%, #5baa57 75%, #54a850 75%, #54a850);
  background-image: linear-gradient(-45deg, #5baa57 25%, #54a850 25%, #54a850 50%, #5baa57 50%, #5baa57 75%, #54a850 75%, #54a850);
}
.softFeature-gradientHeader--apr {
  background-image: -webkit-linear-gradient(135deg, #cb7094 25%, #cc6a94 25%, #cc6a94 50%, #cb7094 50%, #cb7094 75%, #cc6a94 75%, #cc6a94);
  background-image: linear-gradient(-45deg, #cb7094 25%, #cc6a94 25%, #cc6a94 50%, #cb7094 50%, #cb7094 75%, #cc6a94 75%, #cc6a94);
}
.softFeature-gradientHeader--may {
  background-image: -webkit-linear-gradient(135deg, #3a938f 25%, #2f9089 25%, #2f9089 50%, #3a938f 50%, #3a938f 75%, #2f9089 75%, #2f9089);
  background-image: linear-gradient(-45deg, #3a938f 25%, #2f9089 25%, #2f9089 50%, #3a938f 50%, #3a938f 75%, #2f9089 75%, #2f9089);
}
.softFeature-gradientHeader--june {
  background-image: -webkit-linear-gradient(135deg, #9969bb 25%, #915fb4 25%, #915fb4 50%, #9969bb 50%, #9969bb 75%, #915fb4 75%, #915fb4);
  background-image: linear-gradient(-45deg, #9969bb 25%, #915fb4 25%, #915fb4 50%, #9969bb 50%, #9969bb 75%, #915fb4 75%, #915fb4);
}
.softFeature-gradientHeader--july {
  background-image: -webkit-linear-gradient(135deg, #50cbdd 25%, #57cfdf 25%, #57cfdf 50%, #50cbdd 50%, #50cbdd 75%, #57cfdf 75%, #57cfdf);
  background-image: linear-gradient(-45deg, #50cbdd 25%, #57cfdf 25%, #57cfdf 50%, #50cbdd 50%, #50cbdd 75%, #57cfdf 75%, #57cfdf);
}
.softFeature-gradientHeader--aug {
  background-image: -webkit-linear-gradient(135deg, #3a55fc 25%, #3f60fb 25%, #3f60fb 50%, #3a55fc 50%, #3a55fc 75%, #3f60fb 75%, #3f60fb);
  background-image: linear-gradient(-45deg, #3a55fc 25%, #3f60fb 25%, #3f60fb 50%, #3a55fc 50%, #3a55fc 75%, #3f60fb 75%, #3f60fb);
}
.softFeature-gradientHeader--sep {
  background-image: -webkit-linear-gradient(135deg, #fd7007 25%, #ff7e0a 25%, #ff7e0a 50%, #fd7007 50%, #fd7007 75%, #ff7e0a 75%, #ff7e0a);
  background-image: linear-gradient(-45deg, #fd7007 25%, #ff7e0a 25%, #ff7e0a 50%, #fd7007 50%, #fd7007 75%, #ff7e0a 75%, #ff7e0a);
}
.softFeature-gradientHeader--oct {
  background-image: -webkit-linear-gradient(135deg, #5b3c31 25%, #654337 25%, #654337 50%, #5b3c31 50%, #5b3c31 75%, #654337 75%, #654337);
  background-image: linear-gradient(-45deg, #5b3c31 25%, #654337 25%, #654337 50%, #5b3c31 50%, #5b3c31 75%, #654337 75%, #654337);
}
.softFeature-gradientHeader--2019 {
  background-image: -webkit-linear-gradient(135deg, #d02626 25%, #d01919 25%, #d01919 50%, #d02626 50%, #d02626 75%, #d01919 75%, #d01919);
  background-image: linear-gradient(-45deg, #d02626 25%, #d01919 25%, #d01919 50%, #d02626 50%, #d02626 75%, #d01919 75%, #d01919);
}
.softFeature-sectionImg::before {
  content: '';
  display: block;
  padding-bottom: 56.313131313131315%;
}
.softFeature-sectionImg--large::before {
  padding-bottom: 41.69642857142858%;
}
@media screen and (max-width: 759.98px) {
  .softFeature-sectionImg--large::before {
    padding-bottom: 100%;
  }
}
.softFeature-sectionImg--low::before {
  padding-bottom: 36.07142857142857%;
}
@media screen and (max-width: 759.98px) {
  .softFeature-sectionImg--low::before {
    padding-bottom: 100%;
  }
}
.softFeature-sectionImg--sv::before {
  padding-bottom: 36.1111111111111%;
}
@media screen and (max-width: 759.98px) {
  .softFeature-sectionImg--sv::before {
    padding-bottom: 90.6666666666667%;
  }
}
.softFeature-sectionInfo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: auto;
  padding: 28px 0 34px;
  color: #8c8c8c;
}
@media screen and (min-width: 760px), print {
  .softFeature-sectionInfo {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-sectionInfo {
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
            justify-content: center;
    margin-right: -8px;
  }
  .softFeature-sectionInfo > div {
    margin-right: 8px;
  }
}
.softFeature-sectionInfo__label {
  margin: 0 5px 0 0;
  padding: 5px 5px 6px;
  background-color: #e60012;
  font-size: 10px;
  line-height: 1em;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 759.98px) {
  .softFeature-sectionInfo__label {
    margin-right: 0;
  }
}
.softFeature-sectionInfo__pricesimple {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  letter-spacing: 0.025em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 760px), print {
  .softFeature-sectionInfo__pricesimple {
    margin-left: 12px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-sectionInfo__pricesimple {
    font-size: 12px;
  }
}
.softFeature-sectionInfo__dateAndPrice {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 12px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 760px), print {
  .softFeature-sectionInfo__dateAndPrice {
    margin-left: 8px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-sectionInfo__dateAndPrice {
    margin: 0;
    font-size: 12px;
  }
}
.softFeature-sectionInfo__company {
  font-size: 10px;
  margin: 0 0 1px;
}
@media screen and (min-width: 760px), print {
  .softFeature-sectionInfo__company {
    margin-left: 8px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-sectionInfo__company {
    width: 100%;
    font-size: 10px;
    text-align: center;
  }
}
.softFeature-sectionInfo__type {
  font-size: 10px;
}
@media screen and (min-width: 760px), print {
  .softFeature-sectionInfo__type {
    margin-left: 8px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-sectionInfo__type {
    width: 100%;
    text-align: center;
  }
}
.softFeature-sectionInfo__trial {
  font-size: 10px;
}
@media screen and (min-width: 760px), print {
  .softFeature-sectionInfo__trial {
    margin-left: 8px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-sectionInfo__trial {
    width: 100%;
    text-align: center;
  }
}
.softFeature-sectionLinkArea__lead {
  font-size: 16px;
  margin-bottom: -0.4em;
  margin-top: -0.4em;
  padding: 0 20px 56px;
}
@media screen and (max-width: 759.98px) {
  .softFeature-sectionLinkArea__lead {
    font-size: 14px;
    margin-bottom: -0.4em;
    margin-top: -0.4em;
    padding: 0 0 25px;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-sectionLinkArea__row.softFeature-sectionLinkArea__row--grid {
    display: -webkit-box;
    display: flex;
  }
}
.softFeature-sectionLinkArea__heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 759.98px) {
  .softFeature-sectionLinkArea__heading {
    font-size: 16px;
  }
}
.softFeature-sectionLinkArea__heading:not(:last-child) {
  margin-bottom: 28px;
}
@media screen and (max-width: 759.98px) {
  .softFeature-sectionLinkArea__heading:not(:last-child) {
    margin-bottom: 24px;
  }
}
.softFeature-sectionLinkArea__cell {
  text-align: center;
}
@media screen and (max-width: 759.98px) {
  .softFeature-sectionLinkArea__cell {
    padding: 26px 14px 28px;
    background-image: -webkit-linear-gradient(left, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(to right, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 4px 1px;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-sectionLinkArea__row--grid .softFeature-sectionLinkArea__cell {
    width: calc((100% - 0px * (2 - 1)) / 2 - 0.1px);
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-sectionLinkArea__row--grid .softFeature-sectionLinkArea__cell:nth-child(odd) {
    background-image: -webkit-linear-gradient(top, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(to bottom, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-y;
    background-position: right top;
    background-size: 1px 4px;
  }
}
.softFeature-sectionLinkArea__bottom {
  width: 154px;
}
@media screen and (min-width: 760px), print {
  .softFeature-sectionLinkArea__bottom {
    margin: 32px auto 0;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-sectionLinkArea__bottom {
    margin: 0 auto 32px;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-sectionLinkArea__movie {
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-sectionLinkArea__movie {
    padding-bottom: 24px;
  }
}
.softFeature-sectionLinkArea__movie--single .nc3-l-grid__inner {
  -webkit-box-pack: center;
          justify-content: center;
}
.softFeature-sectionLinkArea__movie--single .softFeature-sectionLinkArea__movieCol {
  margin-right: 0 !important;
}
.softFeature-sectionLinkArea__movieDouble {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 44px;
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-sectionLinkArea__movieDouble {
    gap: 0 24px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-sectionLinkArea__movieDouble {
    grid-template-columns: none;
    grid-template-rows: 1fr 1fr;
    gap: 18px 0;
  }
}
.softFeature-sectionLinkArea__movieDouble .nc3-l-grid__inner:nth-child(1) {
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.softFeature-sectionLinkArea__movieDouble .nc3-l-grid__inner:nth-child(2) {
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.softFeature-sectionLinkArea__movieDouble .softFeature-sectionLinkArea__movieCol {
  margin-right: 0 !important;
}
@media screen and (min-width: 760px), print {
  .softFeature-sectionLinkArea__movieDouble .nc3-l-grid__cell {
    width: calc((200% - 88px) / 3 - 0.1px);
  }
}

.softFeature-sectionLinkArea__Quadruple {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 44px;
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-sectionLinkArea__Quadruple {
    gap: 0 24px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-sectionLinkArea__Quadruple {
    grid-template-columns: none;
    grid-template-rows: 1fr 1fr;
    gap: 18px 0;
  }
}
.softFeature-sectionLinkArea__Quadruple .nc3-l-grid__inner:nth-child(1) {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.softFeature-sectionLinkArea__Quadruple .nc3-l-grid__inner:nth-child(2) {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.softFeature-sectionLinkArea__Quadruple .softFeature-sectionLinkArea__movieCol {
  margin-right: 0 !important;
}
@media screen and (min-width: 760px), print {
  .softFeature-sectionLinkArea__Quadruple .nc3-l-grid__cell {
    width: 100%;
  }
}

.softFeature-sectionLinkArea__Quintuple {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0 27px;
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-sectionLinkArea__Quintuple {
    gap: 0 24px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-sectionLinkArea__Quintuple {
    grid-template-columns: none;
    grid-template-rows: 1fr 1fr;
    gap: 18px 0;
  }
}
.softFeature-sectionLinkArea__Quintuple .nc3-l-grid__inner:nth-child(1) {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.softFeature-sectionLinkArea__Quintuple .nc3-l-grid__inner:nth-child(2) {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.softFeature-sectionLinkArea__Quintuple .softFeature-sectionLinkArea__movieCol {
  margin-right: 0 !important;
}
@media screen and (min-width: 760px), print {
  .softFeature-sectionLinkArea__Quintuple .nc3-l-grid__cell {
    width: 100%;
  }
}
.softFeature-sectionLinkArea__Quintuple .softFeature-sectionLinkArea__movieCol .nc3-c-movieThumbnail__image .nc3-a-icon {
  min-width: 48px
}
@media screen and (min-width: 760px), print {
  .softFeature-sectionLinkArea__Quintuple .softFeature-sectionLinkArea__movieCol .softFeature-sectionLinkArea__movieText{
    font-size:14px;
  }
}

.softFeature-sectionLinkArea__movieThumb {
  position: relative;
  width: 100%;
  line-height: 0;
}
.softFeature-sectionLinkArea__movieThumb:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(255,255,255,0.3);
  opacity: 0;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.softFeature-sectionLinkArea__movieThumb img {
  width: 100%;
}
html[data-device="desktop"] .softFeature-sectionLinkArea__movieCol:hover .softFeature-sectionLinkArea__movieThumb:after {
  opacity: 1;
  -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.softFeature-sectionLinkArea__movieText {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
@media screen and (min-width: 760px), print {
  .softFeature-sectionLinkArea__movieText {
    padding-top: 7px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-sectionLinkArea__movieText {
    padding-top: 4px;
  }
}
.softFeature-sectionLinkArea__movieText > span {
  display: block;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 759.98px) {
  .softFeature-sectionLinkArea__movieText > span {
    font-size: 12px;
  }
}
.softFeature-sectionLinkArea__movieText .softFeature-sectionLinkArea__movieNewIcon {
  background-image: url("../../feature/img/pokemon/local-movie-new-label.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
}
@media screen and (min-width: 760px), print {
  .softFeature-sectionLinkArea__movieText .softFeature-sectionLinkArea__movieNewIcon {
    width: 60px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-sectionLinkArea__movieText .softFeature-sectionLinkArea__movieNewIcon {
    width: 44px;
  }
}
.softFeature-sectionLinkArea__movieText .softFeature-sectionLinkArea__movieNewIcon:before {
  content: '';
  display: block;
  padding-bottom: calc((32 / 88) * 100%);
}
@media screen and (min-width: 760px), print {
  .softFeature-flameItem {
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-flameItem__imgWrapper {
    width: calc(37% - 56px);
    margin-right: 40px;
  }
}
.softFeature-flameItem__imgWrapper .nc3-js-image::before {
  content: "";
  display: block;
  padding-top: 65.68627450980392%;
}
@media screen and (max-width: 759.98px) {
  .softFeature-flameItem__imgWrapper--sp {
    margin-bottom: 34px;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-flameItem__body {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    width: 63%;
  }
}
.softFeature-flameItem__title {
  font-weight: bold;
}
@media screen and (min-width: 760px), print {
  .softFeature-flameItem__title {
    font-size: 21px;
    margin-bottom: -0.4em;
    margin-top: -0.4em;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-flameItem__title {
    font-size: 18px;
    margin-top: -0.4em;
    text-align: center;
    margin-bottom: 28px;
  }
}
.softFeature-flameItem__text {
  font-size: 14px;
  margin-bottom: -0.4em;
  margin-top: -0.4em;
}
@media screen and (min-width: 760px), print {
  .softFeature-flameItem__text {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-flameItem__text {
    padding-bottom: 18px;
    font-size: 12px;
  }
}
.softFeature-softTrial-content + .softFeature-softTrial-content {
  padding-top: 42px;
}
@media screen and (max-width: 759.98px) {
  .softFeature-softTrial-content + .softFeature-softTrial-content {
    padding-top: 21px;
  }
}
.softFeature-borderHeader {
  margin-bottom: 42px;
}
@media screen and (max-width: 759.98px) {
  .softFeature-borderHeader {
    margin-bottom: 21px;
  }
}
.nc3-as-result__list + .softFeature-borderHeader {
  margin-top: 85px;
}
@media screen and (max-width: 759.98px) {
  .softFeature-borderHeader--hasDropdown {
    display: block;
    margin-bottom: 42px;
    border-bottom: none;
  }
}
.softFeature-borderHeader--hasDropdown .softFeature-borderHeader__sub {
  position: relative;
  height: 30px;
}
/* gameseries.html*/
.softFeature-section--series {
  padding-bottom: 30px;
  overflow: hidden;
}
.softFeature-gameSeries:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 980px), print {
  .softFeature-gameSeries {
    padding-top: 70px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 979.98px) {
  .softFeature-gameSeries {
    padding-top: 35px;
    margin-bottom: 4px;
  }
}
.softFeature-gameSeries__container {
  width: 100%;
  overflow: hidden;
  padding: 0 3000px;
  margin: 0 -3000px;
  margin-bottom: 42px;
}
@media screen and (max-width: 759.98px) {
  .softFeature-gameSeries__container {
    padding: 0 3000px;
    margin-bottom: 28px;
  }
}
.softFeature-gameSeries__softs {
  padding: 48px 0;
  position: relative;
}
@media screen and (max-width: 759.98px) {
  .softFeature-gameSeries__softs {
    padding: 18px 0;
  }
}
.softFeature-gameSeries__softs:before,
.softFeature-gameSeries__softs:after {
  content: '';
  width: 2000px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.softFeature-gameSeries__softs:before {
  left: -2000px;
}
.softFeature-gameSeries__softs:after {
  right: -2000px;
}
.softFeature-gameSeries__label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 980px), print {
  .softFeature-gameSeries__label {
    width: calc((100% - 20px * (5 - 1)) / 5);
    margin-right: 20px;
  }
  .softFeature-gameSeries__label:nth-of-type(5n) {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-gameSeries__label {
    width: calc((100% - 28px * (4 - 1)) / 4);
    margin-right: 24px;
  }
  .softFeature-gameSeries__label:nth-of-type(4n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-gameSeries__label {
    width: calc((100% - 15px * (2 - 1)) / 2);
    margin-right: 14px;
  }
  .softFeature-gameSeries__label:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}
.softFeature-gameSeries__label.js-open .softFeature-gameSeries__title,
.softFeature-gameSeries__label:hover .softFeature-gameSeries__title {
  color: #b4b4b4;
  -webkit-transition: color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.softFeature-gameSeries__character {
  position: relative;
  margin-bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.softFeature-gameSeries__character:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
@media screen and (max-width: 759.98px) {
  .softFeature-gameSeries__character {
    margin-bottom: 14px;
  }
}
.softFeature-gameSeries__labelBottom {
  position: relative;
  margin: 0 -10px;
  overflow: hidden;
}
.softFeature-gameSeries__labelBottom:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 14px 15px;
  border-color: transparent transparent currentColor transparent;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 400ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 400ms cubic-bezier(0.77, 0, 0.175, 1);
}
.softFeature-gameSeries__label.js-open .softFeature-gameSeries__labelBottom:before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.nc3-l-grid:not(.nc3-l-grid--noPadding) .softFeature-gameSeries__softsGrid:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 980px), print {
  .nc3-l-grid:not(.nc3-l-grid--noPadding) .softFeature-gameSeries__softsGrid .nc3-l-grid__cell {
    float: left;
    box-sizing: border-box;
    margin-right: 12px;
    width: calc((100% - 12px * (4 - 1)) / 4);
  }
  .nc3-l-grid:not(.nc3-l-grid--noPadding) .softFeature-gameSeries__softsGrid .nc3-l-grid__cell:not(:nth-child(-n+4)) {
    padding-top: 0;
  }
  .nc3-l-grid:not(.nc3-l-grid--noPadding) .softFeature-gameSeries__softsGrid .nc3-l-grid__cell:nth-child(4n) {
    margin-right: 0;
  }
  .nc3-l-grid:not(.nc3-l-grid--noPadding) .softFeature-gameSeries__softsGrid .nc3-l-grid__cell:nth-child(4n + 1) {
    clear: left;
  }
  .nc3-l-grid:not(.nc3-l-grid--noPadding) .softFeature-gameSeries__softsGrid .nc3-l-grid__cell:not(:nth-child(4n)) {
    margin-right: 12px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .nc3-l-grid:not(.nc3-l-grid--noPadding) .softFeature-gameSeries__softsGrid .nc3-l-grid__cell {
    float: left;
    box-sizing: border-box;
    margin-right: 12px;
    width: calc((100% - 12px * (3 - 1)) / 3);
  }
  .nc3-l-grid:not(.nc3-l-grid--noPadding) .softFeature-gameSeries__softsGrid .nc3-l-grid__cell:not(:nth-child(-n+3)) {
    padding-top: 0;
  }
  .nc3-l-grid:not(.nc3-l-grid--noPadding) .softFeature-gameSeries__softsGrid .nc3-l-grid__cell:nth-child(3n) {
    margin-right: 0;
  }
  .nc3-l-grid:not(.nc3-l-grid--noPadding) .softFeature-gameSeries__softsGrid .nc3-l-grid__cell:nth-child(3n + 1) {
    clear: left;
  }
  .nc3-l-grid:not(.nc3-l-grid--noPadding) .softFeature-gameSeries__softsGrid .nc3-l-grid__cell:not(:nth-child(3n)) {
    margin-right: 12px;
  }
}
@media screen and (max-width: 759.98px) {
  .nc3-l-grid:not(.nc3-l-grid--noPadding) .softFeature-gameSeries__softsGrid .nc3-l-grid__cell {
    float: left;
    box-sizing: border-box;
    margin-right: 6px;
    width: calc((100% - 6px * (2 - 1)) / 2);
    margin-bottom: 6px;
  }
  .nc3-l-grid:not(.nc3-l-grid--noPadding) .softFeature-gameSeries__softsGrid .nc3-l-grid__cell:not(:nth-child(-n+2)) {
    padding-top: 0;
  }
  .nc3-l-grid:not(.nc3-l-grid--noPadding) .softFeature-gameSeries__softsGrid .nc3-l-grid__cell:nth-child(2n) {
    margin-right: 0;
  }
  .nc3-l-grid:not(.nc3-l-grid--noPadding) .softFeature-gameSeries__softsGrid .nc3-l-grid__cell:nth-child(2n + 1) {
    clear: left;
  }
  .nc3-l-grid:not(.nc3-l-grid--noPadding) .softFeature-gameSeries__softsGrid .nc3-l-grid__cell:not(:nth-child(2n)) {
    margin-right: 6px;
  }
}
.softFeature-gameSeries__softUnit {
  padding: 10px 10px 2px;
  background-color: #fff;
}
.softFeature-gameSeries__softUnit .nc3-c-softCard__bottom {
  border: 0;
}
@media screen and (min-width: 980px), print {
  .nc3-c-softCard--list .nc3-c-softCard__main.softFeature-gameSeries__main {
    padding: 5px 19px 42px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .nc3-c-softCard--list .nc3-c-softCard__main.softFeature-gameSeries__main {
    padding: 5px 12px 42px;
  }
}
@media screen and (max-width: 759.98px) {
  .nc3-c-softCard--list .nc3-c-softCard__main.softFeature-gameSeries__main {
    padding: 0 12px;
  }
}
.softFeature-gameSeries__sub {
  padding: 0 19px;
  color: #3c3c3c;
}
@media screen and (max-width: 979.98px) {
  .softFeature-gameSeries__sub {
    padding: 0 12px;
  }
}
.softFeature-gameSeries__name {
  color: #3c3c3c;
  line-height: 22px;
}
.softFeature-gameSeries__arrow {
  bottom: 21px;
  right: 21px;
}
@media screen and (max-width: 759.98px) {
  .softFeature-gameSeries__arrow {
    bottom: 10px;
    right: 12px;
  }
}
.softFeature-gameSeries__title {
  padding-bottom: 42px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #3c3c3c;
  white-space: nowrap;
  -webkit-transition: color 150ms linear;
  transition: color 150ms linear;
}
@media screen and (max-width: 759.98px) {
  .softFeature-gameSeries__title {
    padding-bottom: 21px;
  }
}
.softFeature-gameSeries__softMore {
  position: relative;
  margin-top: 36px;
  margin-bottom: 8px;
}
@media screen and (min-width: 760px), print {
  .softFeature-gameSeries__softMore {
    text-align: right;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-gameSeries__softMore {
    margin-bottom: 14px;
    text-align: center;
  }
}
.softFeature-gameSeries__softMoreBt {
  font-weight: bold;
  -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.softFeature-gameSeries__softMoreBt:hover {
  opacity: 0.8;
}
.softFeature-gameSeries__softMoreBt[data-color='black'] {
  color: #3c3c3c;
}
.softFeature-gameSeries__softMoreBt[data-color='black'] div > span {
  color: #3c3c3c;
}
.softFeature-gameSeries__softMoreBt[data-color='white'] {
  color: #fff;
}
.softFeature-gameSeries__softMoreBt[data-color='white'] div > span {
  color: #fff;
}
.softFeature-gameSeries__close {
  display: table;
  margin: auto;
  text-align: center;
  border-width: 2px;
  font-size: 14px;
  line-height: 37px;
  border-color: transparent;
  cursor: pointer;
}
@media screen and (min-width: 760px), print {
  .softFeature-gameSeries__close {
    border-radius: 2px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-gameSeries__close {
    bottom: 25px;
    font-size: 12px;
  }
}
.softFeature-howtodl__page {
  padding-bottom: 70px;
}
.softFeature-howtodl__pageTitle {
  width: 100%;
  text-align: center;
  border-bottom: solid 2px #e6e6e6;
}
@media screen and (min-width: 980px), print {
  .softFeature-howtodl__pageTitle {
    padding: 69px 0 52px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-howtodl__pageTitle {
    padding: 69px 0 52px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-howtodl__pageTitle {
    padding: 30px 0;
  }
}
.softFeature-howtodl__pageDescription {
  color: #8c8c8c;
}
@media screen and (min-width: 980px), print {
  .softFeature-howtodl__pageDescription {
    padding: 24px 0 0 0;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-howtodl__pageDescription {
    padding: 24px 0 0 0;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-howtodl__pageDescription {
    padding: 20px 0 0 0;
    font-weight: bold;
  }
}
.softFeature-howtodl__headline {
  text-align: center;
}
@media screen and (min-width: 980px), print {
  .softFeature-howtodl__headline {
    padding: 56px 0 92px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-howtodl__headline {
    padding: 56px 0 92px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-howtodl__headline {
    padding: 37px 0;
  }
}
.softFeature-howtodl__image {
  margin: 0 auto;
}
@media screen and (min-width: 980px), print {
  .softFeature-howtodl__image {
    padding: 41px 0 0;
    max-width: 800px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-howtodl__image {
    padding: 41px 0 0;
    max-width: 800px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-howtodl__image {
    padding: 41px 0 0;
    max-width: 290px;
  }
}
.softFeature-howtodl__attentionTitle {
  padding: 20px 0;
  margin-bottom: 15px;
}
.softFeature-howtodl__attentionSwitch {
  -webkit-box-pack: center;
          justify-content: center;
  padding-top: 15px;
}
.softFeature-button--center {
  -webkit-box-pack: center;
          justify-content: center;
}
.softFeature-howtodl__attentionBlock {
  clear: both;
  display: none;
}
@media screen and (min-width: 980px), print {
  .softFeature-howtodl__attentionBlock {
    padding: 0;
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-howtodl__attentionBlock {
    padding: 0;
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-howtodl__attentionBlock {
    padding: 0;
    margin-bottom: 35px;
  }
}
.softFeature-howtodl__attentionBlock .nc3-c-borderHeader .nc3-c-borderHeader__main:before {
  background-color: #b4b4b4;
}
@media screen and (min-width: 980px), print {
  .softFeature-howtodl__attentionBlock .softFeature-howtodl-borderHeader {
    margin: 36px 0 20px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-howtodl__attentionBlock .softFeature-howtodl-borderHeader {
    margin: 36px 0 20px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-howtodl__attentionBlock .softFeature-howtodl-borderHeader {
    margin: 38px 0 18px;
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-howtodl__attentionBlock p {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-howtodl__attentionBlock p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-howtodl__attentionBlock p {
    margin-bottom: 18px;
  }
}
.softFeature-howtodl__attentionBlock.is-active {
  display: block !important;
}
.softFeature-howtodl__boxTitle {
  padding: 0 0 21px 0;
}
@media screen and (min-width: 980px), print {
  .softFeature-howtodl__boxText {
    padding: 0 0 23px 0;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-howtodl__boxText {
    padding: 0 0 23px 0;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-howtodl__boxText {
    padding: 0 0 35px 0;
  }
}
.softFeature-howtodl__boxImg {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 760px), print {
  .softFeature-howtodl__boxImg:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-howtodl__boxImg:not(:last-child) {
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-howtodl__boxCaption {
    padding: 23px 0 0 0;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-howtodl__boxCaption {
    padding: 23px 0 0 0;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-howtodl__boxCaption {
    padding: 17px 0 0 0;
  }
}
.softFeature-topSeries {
  overflow-x: hidden;
}
@media screen and (min-width: 980px), print {
  .softFeature-topBnrArea {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-topBnrArea {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-topBnrArea {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.softFeature-bnr {
  line-height: 0;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
  .softFeature-bnr {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 28px 40px 42px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-bnr {
    padding: 14px 0 21px;
  }
}
.softFeature-bnr img {
  max-width: 100%;
}
.softFeature-bnr a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
@media screen and (min-width: 760px), print {
  .softFeature-bnr a + .softFeature-bnr a {
    margin-left: 20px;
  }
}
.softFeature-bnr a img {
  border: 1px solid #e6e6e6;
}
html[data-device="desktop"] .softFeature-bnr a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 760px), print {
  .softFeature-bnr.secondary a {
    margin-left: 20px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-bnr.secondary a:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-topBnrArea .softFeature-bnr:first-child {
    padding: 28px 40px 10px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-topBnrArea .softFeature-bnr:first-child {
    padding: 14px 0 10px;
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-imageArchive {
    padding: 16px 0 0;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-imageArchive {
    padding: 0 0 18px;
  }
}
.softFeature-imageArchive__item:not(:first-child) {
  padding-top: 35px;
}
.softFeature-imageArchive__item a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.softFeature-imageArchive__item a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.softFeature-imageArchive__img {
  font-size: 0;
}
@media screen and (min-width: 760px), print {
  .softFeature-imageArchive__img {
    position: relative;
  }
  .softFeature-imageArchive__img:before {
    content: '';
    display: block;
    padding-bottom: 36.07142857142857%;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-imageArchive__img {
    position: relative;
  }
  .softFeature-imageArchive__img:before {
    content: '';
    display: block;
    padding-bottom: 56.112852664576806%;
  }
}
.softFeature-imageArchive__itemDetail {
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  color: #6b4242;
  padding: 14px 0 0;
  position: relative;
}
.softFeature-imageArchive__itemDetailHead {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 979.98px) {
  .softFeature-imageArchive__itemDetailHead {
    padding: 0;
    border: none;
  }
}
.softFeature-imageArchive__itemDetailBody {
  display: -webkit-box;
  display: flex;
}
.softFeature-imageArchive__itemDate {
  border-left: 4px solid #6b4242;
  padding-left: 13px;
}
@media screen and (min-width: 980px), print {
  .softFeature-imageArchive__itemDate {
    font-size: 14px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
  }
}
@media screen and (max-width: 979.98px) {
  .softFeature-imageArchive__itemDate {
    font-size: 12px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-imageArchive__itemCompany {
    font-size: 12px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
    padding: 2px 0;
  }
}
@media screen and (max-width: 979.98px) {
  .softFeature-imageArchive__itemCompany {
    font-size: 10px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
    padding: 2px 0;
  }
}
.softFeature-imageArchiveMovie {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-imageArchiveMovie {
    padding: 0 0 18px;
    -webkit-box-align: stretch;
            align-items: stretch;
  }
}
.softFeature-imageArchiveMovie__item {
  position: relative;
}
@media screen and (min-width: 760px), print {
  .softFeature-imageArchiveMovie__item {
    display: none;
    width: 30.8%;
    margin-right: 3.8%;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-imageArchiveMovie__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.softFeature-imageArchiveMovie__item a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.softFeature-imageArchiveMovie__item a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.softFeature-imageArchiveMovie__item::before {
  content: "";
  width: 100%;
  height: calc(100% - 32px);
  background: rgba(169,140,39,0.2);
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 759.98px) {
  .softFeature-imageArchiveMovie__item::before {
    display: none;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-imageArchiveMovie__item.softFeature-imageArchiveMovie__item--visiblePc {
    display: block;
  }
}
.softFeature-imageArchiveMovie__img {
  font-size: 0;
  position: relative;
  position: relative;
}
.softFeature-imageArchiveMovie__img:before {
  content: '';
  display: block;
  padding-bottom: 56.3%;
}
.softFeature-imageArchiveMovie__img::after {
  content: "";
  background: url("../../feature/img/otome/icon-archive-playbtn.png") no-repeat;
  background-size: 100% 100%;
  width: 24%;
  height: 43%;
  position: absolute;
  bottom: 3%;
  right: 2%;
}
.softFeature-imageArchiveMovie__itemText {
  font-size: 14px;
  color: #6b4242;
  font-weight: bold;
  line-height: 1.4;
  text-align: justify;
  padding: 22px 24px 42px;
  min-height: 57px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-imageArchiveMovie__itemText {
    font-size: 12px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-imageArchiveMovie__itemText {
    background: rgba(169,140,39,0.2);
    min-height: 0;
  }
}
.softFeature-imageArchiveMovie__itemDate {
  font-weight: bold;
  color: #6b4242;
  padding: 0;
  position: relative;
  margin-bottom: 4px;
  padding-left: 17px;
  display: block;
  font-size: 14px;
}
.softFeature-imageArchiveMovie__itemDate::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 4px;
  height: 22px;
  background: #6b4242;
}
.soft-campaign__reviseArea {
  padding-top: 85px;
}
@media screen and (min-width: 760px), print {
  .softFeature-infoBox {
    margin-bottom: 60px;
    text-align: center;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-infoBox {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-infoBox__content {
    text-align: center;
  }
}
.softFeature-section__block {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 760px), print {
  * + .softFeature-section__block {
    margin-top: 56px;
  }
}
@media screen and (max-width: 759.98px) {
  * + .softFeature-section__block {
    margin-top: 35px;
  }
}
.softFeature-section__blockInner {
  position: static;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.softFeature-section__blockInner:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 760px), print {
  .softFeature-section__blockImage {
    text-align: left;
    margin-right: 40px;
  }
}
@media screen and (min-width: 980px), print {
  .softFeature-section__blockImage {
    width: calc(37% - 56px);
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-section__blockImage {
    width: calc(37% - 40px);
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-section__blockImage {
    text-align: center;
    margin-bottom: 34px;
  }
  .softFeature-section__blockImage.softFeature-section__toggleparent--pc,
  .softFeature-section__blockImage.softFeature-section__toggleparent--tab {
    margin-bottom: 14px;
  }
}
.softFeature-section__blockImage span {
  display: block;
}
.softFeature-section__blockImage a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.softFeature-section__blockImage a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.softFeature-section__blockImage img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (min-width: 760px), print {
  .softFeature-section__blockImage img {
    max-width: 306px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-section__blockImage img {
    zoom: 0.5;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-section__blockBody {
    width: 63%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.softFeature-section__blockTitle {
  font-weight: bold;
  width: 100%;
}
@media screen and (min-width: 760px), print {
  .softFeature-section__blockTitle {
    font-size: 20px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-section__blockTitle {
    font-size: 18px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
    text-align: center;
    margin-bottom: 28px;
  }
}
.softFeature-section__blockText {
  font-size: 14px;
  margin-top: -0.65em;
  margin-bottom: -0.35em;
}
@media screen and (min-width: 760px), print {
  .softFeature-section__blockText {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-section__blockText {
    padding-bottom: 18px;
  }
}
.softFeature-section__blockText sup {
  font-size: 66%;
  padding: 0 0.25em;
  vertical-align: super;
}
.softFeature-topicList {
  margin-top: 40px;
}
.body-bg-black .softFeature-topicList .nc3-a-heading {
  color: #e60012;
}
@media screen and (min-width: 760px), print {
  .softFeature-topicList__topic {
    margin-top: 28px;
    padding: 0 14px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-topicList__topic {
    margin-top: 20px;
  }
}
.softFeature-topicList__topic .nc3-a-thumbnail {
  width: 94px;
}
.softFeature-topicList__link {
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 760px), print {
  .softFeature-topicList__link {
    -webkit-box-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 760px), print {
  .softFeature-topicList__thumbWrap {
    margin-right: 28px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-topicList__thumbWrap {
    margin-right: 14px;
  }
}
.local-kirby-header {
  position: relative;
}
.local-kirby-header img {
  position: absolute;
  bottom: 0;
  right: 9px;
  width: 231px;
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .local-kirby-header img {
    width: 200px;
  }
}
@media screen and (max-width: 759.98px) {
  .local-kirby-header img {
    width: 150px;
  }
}
.local-exploratoryaction-header {
  background-image: url("../../feature/img/exploratoryaction/head__bg.png"), url("../../feature/img/exploratoryaction/head__bg_repeat.png");
  background-size: auto 210px, auto;
  background-position: right, 0 0;
  background-repeat: no-repeat, repeat-x;
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .local-exploratoryaction-header {
    background-size: auto 182px, auto;
  }
}
@media screen and (max-width: 759.98px) {
  .local-exploratoryaction-header {
    background-size: auto 140px, auto;
  }
}
.softFeature-bannerLinks {
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto 40px;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 42px;
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-bannerLinks {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-bannerLinks {
    padding-right: 14px;
    padding-left: 14px;
  }
}
.softFeature-bannerLinks__banner {
  display: block;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.softFeature-bannerLinks__banner:hover {
  opacity: 0.7;
  -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.softFeature-bannerLinks__banner img {
  width: 100%;
}
.softFeature-bannerLinks__relate {
  margin-top: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 759.98px) {
  .softFeature-bannerLinks__relate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
}
.softFeature-bannerLinks__relateItem {
  font-size: 14px;
}
.softFeature-bannerLinks__relateItem:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 759.98px) {
  .softFeature-bannerLinks__relateItem:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.softFeature-bannerLinks__relateItem a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.softFeature-bannerLinks__relateItem a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.softFeature-bannerLinks__relateItem .nc3-a-icon {
  -webkit-box-flex: 0;
          flex: 0 0 12px;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.softFeature-bannerLinks__relateItem .nc3-a-icon svg {
  fill: #ff0081;
}
.feature_kirby .nc3-a-button--3ds {
  color: #e60012;
}
@media screen and (max-width: 759.98px) {
  .softFeature-asFeatureList__large--kirby .nc3-c-softCard__hardList {
    padding-bottom: 8px;
  }
}
/*210106_お詫び*/
.softFeature-priceNotice.notice-info {
  margin: 0 auto 20px;
}
@media screen and (max-width: 759.98px) {
  .softFeature-priceNotice.notice-info {
    margin: 0 auto 20px;
    text-align: left;
  }
}
.nc3-c-softCard__anchor--terminated {
  pointer-events: none;
}
.soft-campaign__slider {
  position: relative;
  overflow: hidden;
  min-height: 250px;
}
@media screen and (max-width: 979.98px) {
  .soft-campaign__slider {
    min-height: 220px;
  }
}
@media screen and (max-width: 759.98px) {
  .soft-campaign__slider {
    min-height: 238px;
  }
}
@media screen and (max-width: 374.98px) {
  .soft-campaign__slider {
    min-height: 210px;
  }
}
.soft-campaign__slider:not(.is-slider) {
  min-height: auto;
}
.soft-campaign__slider:not(.is-slider) .soft-campaign__sliderList {
  padding: 0 18px;
  -webkit-transform: none !important;
          transform: none !important;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  height: auto !important;
}
.soft-campaign__slider:not(.is-slider) .soft-campaign__sliderList .soft-campaign__slider__item {
  position: initial;
  -webkit-transform: none !important;
          transform: none !important;
  width: 430px;
}
@media screen and (max-width: 979.98px) {
  .soft-campaign__slider:not(.is-slider) .soft-campaign__sliderList .soft-campaign__slider__item {
    width: 300px;
  }
}
@media screen and (max-width: 759.98px) {
  .soft-campaign__slider:not(.is-slider) .soft-campaign__sliderList .soft-campaign__slider__item {
    width: 325px;
  }
}
.soft-campaign__slider:not(.is-slider) .soft-campaign__sliderList .soft-campaign__slider__item:last-child {
  margin-right: 0;
}
.soft-campaign__slider:not(.is-slider) .soft-campaign__sliderList .soft-campaign__slider__item.is-clone {
  display: none;
}
.soft-campaign__slider:not(.is-slider) .soft-campaign__controller {
  display: none;
}
.soft-campaign__slider:not(.is-slider) .nc3-a-buttonPager--prev,
.soft-campaign__slider:not(.is-slider) .nc3-a-buttonPager--next {
  display: none;
}
.soft-campaign__slider.is-slider .soft-campaign__controller {
  display: -webkit-box;
  display: flex;
}
.soft-campaign__slider.is-slider .soft-campaign__slider__inner {
  width: 430px;
  margin: 0 auto;
}
@media screen and (max-width: 759.98px) {
  .soft-campaign__slider.is-slider .soft-campaign__slider__inner {
    width: calc(100% - 48px);
  }
}
.soft-campaign__slider.is-slider .soft-campaign__slider__clip {
  overflow: visible;
}
@media screen and (min-width: 980px), print {
  .soft-campaign__slider.is-slider .soft-campaign__slider__item {
    width: 100%;
  }
}
@media screen and (max-width: 979.98px) {
  .soft-campaign__slider.is-slider .soft-campaign__slider__item {
    width: 70%;
  }
}
@media screen and (max-width: 759.98px) {
  .soft-campaign__slider.is-slider .soft-campaign__slider__item {
    width: 100%;
  }
}
.soft-campaign__slider .soft-campaign__slider__item {
  margin-right: 18px;
}
@media screen and (max-width: 759.98px) {
  .soft-campaign__slider .soft-campaign__slider__item {
    margin-right: 10px;
  }
}
.soft-campaign__slider .soft-campaign__slider__item .nc3-c-articleCard__main {
  position: relative;
  padding: 0 12px 0 12px;
}
.soft-campaign__slider .soft-campaign__slider__item .nc3-c-articleCard__main:before {
  content: "";
  display: block;
  background-color: #e60012;
  position: absolute;
  width: 5px;
  top: -2px;
  bottom: 0;
  left: 0;
}
.soft-campaign__slider .soft-campaign__slider__item .nc3-c-articleCard__name {
  font-size: 16px;
  margin-top: -0.65em;
  margin-bottom: -0.35em;
  padding-top: 7px;
}
@media screen and (max-width: 759.98px) {
  .soft-campaign__slider .soft-campaign__slider__item .nc3-c-articleCard__name {
    font-size: 12px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
  }
}
.soft-campaign__slider .soft-campaign__slider__item .nc3-c-articleCard__sub {
  padding-top: 10px;
}
@media screen and (max-width: 759.98px) {
  .soft-campaign__slider .soft-campaign__slider__item .nc3-c-articleCard__sub {
    padding-top: 5px;
  }
}
.soft-campaign__slider .soft-campaign__slider__item .nc3-c-softCard__salePeriod {
  padding-top: 0;
}
@media screen and (max-width: 759.98px) {
  .soft-campaign__slider .soft-campaign__slider__item .nc3-c-softCard__salePeriod__date {
    font-size: 10px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
  }
}
@media screen and (max-width: 759.98px) {
  .soft-campaign__slider .soft-campaign__slider__item .nc3-c-softCard__salePeriod__text {
    font-size: 8px;
    margin-top: -0.65em;
    margin-bottom: -0.35em;
  }
}
.soft-campaign__slider .soft-campaign__slider__item .nc3-h-unitSizing {
  margin: 0 -9px;
}
@media screen and (max-width: 759.98px) {
  .soft-campaign__slider .soft-campaign__slider__item .nc3-h-unitSizing {
    margin: 0 -5px;
  }
}
.soft-campaign__slider .soft-campaign__controller {
  margin-top: 20px;
}
.soft-campaign__slider .soft-campaign__controller .nc3-a-controller__bar {
  border: none;
}
.soft-campaign__slider .soft-campaign__controller .nc3-c-slider__navItem.is-active {
  background-color: #d9d9d9;
}
.soft-campaign__slider .soft-campaign__controller .nc3-c-slider__navItemTimer {
  height: 100%;
}
.soft-campaign__slider .nc3-a-buttonPager--prev,
.soft-campaign__slider .nc3-a-buttonPager--next {
  top: 90px !important;
}
.soft-campaign__item--button.nc3-as-select__item {
  display: inline-block !important;
  width: auto;
  opacity: 1;
  pointer-events: auto;
}
.soft-campaign__input {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  padding-bottom: 42px;
  gap: 16px;
}
@media screen and (max-width: 979.98px) {
  .soft-campaign__input {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 759.98px) {
  .soft-campaign__input {
    flex-wrap: wrap;
  }
}
.soft-campaign__input .soft-campaign__head {
  height: 29px;
}
.soft-campaign__input .soft-sortByTitle__input {
  width: 48.392857142857146%;
}
@media screen and (max-width: 979.98px) {
  .soft-campaign__input .soft-sortByTitle__input {
    width: 100%;
  }
}
.soft-campaign__input .soft-sortByTitle__resultOuter {
  margin-left: 7px;
}
@media screen and (max-width: 979.98px) {
  .soft-campaign__input .soft-sortByTitle__resultOuter {
    margin-left: 0;
  }
}
.soft-campaign__input .soft-sortByTitle__resultOuter .soft-sortByTitle__result {
  padding: 0 15px;
  min-width: 54px;
  text-align: center;
  color: #8c8c8c;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px !important;
  line-height: 31px;
}
@media screen and (min-width: 760px), print {
  .soft-campaign__input .soft-sortByTitle__resultOuter .soft-sortByTitle__result {
    background-image: -webkit-linear-gradient(top, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(to bottom, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-y;
    background-position: right top;
    background-size: 1px 4px;
  }
}
@media screen and (max-width: 979.98px) {
  .soft-campaign__input .soft-sortByTitle__resultOuter .soft-sortByTitle__result {
    padding: 0 10px 0 0;
  }
}
.soft-campaign__input .softFeature-result__sort {
  position: relative;
}
.soft-campaign_leadText {
  border-bottom: none;
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
  margin-bottom: 0;
}
.soft-campaign_tabSwitcher {
  padding-top: 42px;
}
.soft-campaign-priceNotice--top {
  margin-bottom: 0;
  margin-top: 20px;
}
.local-feature-developer {
  box-sizing: border-box;
}
.local-feature-developer-heading {
  padding-top: 42px;
  border-top: 2px solid #e6e6e6;
}
@media screen and (max-width: 979.98px) {
  .local-feature-developer-heading {
    padding-top: 42px;
  }
}
.softFeature-topSub {
  padding-bottom: 70px;
}
@media screen and (max-width: 979.98px) {
  .softFeature-topSub {
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-topGrid__hide {
    display: none;
  }
}
.softFeature-topScroller__wrap {
  visibility: hidden;
  height: 0;
}
@media screen and (max-width: 759.98px) {
  .softFeature-topScroller__wrap {
    visibility: visible;
    height: unset;
  }
}
.softFeature-topScroller__wrap .nc3-js-scroller__bar {
  margin-top: 7px;
}
.softFeature-topScroller__container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.softFeature-topScroller__cell {
  width: calc((100% - 32 * 4px) / 4);
  margin-right: 32px;
  margin-bottom: 27px;
}
@media screen and (max-width: 759.98px) {
  .softFeature-topScroller__cell {
    width: calc((100% - 7 * 2px) / 2);
    margin-right: 13px;
    margin-bottom: 14px;
  }
}
.softFeatureComicTitle {
  white-space: nowrap;
}
.softFeature-anchorLinkBar .nc3-c-anchorLinkBar {
  border: none;
}
.local-edutainment-header {
  background-image: url("../../feature/img/edutainment/head__bg.png"), url("../../feature/img/edutainment/head__bg_repeat.png");
  background-size: auto 210px, auto;
  background-position: right, 0 0;
  background-repeat: no-repeat, repeat-x;
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .local-edutainment-header {
    background-size: auto 182px, auto;
  }
}
@media screen and (max-width: 759.98px) {
  .local-edutainment-header {
    background-image: url("../../feature/img/edutainment/head__bg-sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.softFeature-info__banner {
  display: block;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
  padding-right: 14px;
  padding-left: 14px;
  opacity: 1;
  -webkit-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
html[data-device="desktop"] .softFeature-info__banner:hover {
  opacity: 0.7;
  -webkit-transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 980px), print {
  .softFeature-info__banner img {
    margin: 40px auto;
  }
}
@media screen and (min-width: 760px) and (max-width: 979.98px) {
  .softFeature-info__banner img {
    margin: 40px auto;
    width: 100%;
  }
}
@media screen and (max-width: 759.98px) {
  .softFeature-info__banner img {
    width: 100%;
    margin: 30px auto;
  }
}