@charset "UTF-8";
.wrapper-top {
  padding-right: 0;
  padding-left: 0; }

#mvSlide {
  display: none; }

#mvLoading {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }
  #mvLoading svg {
    width: 53px;
    height: 53px; }

.covid-info {
  height: 44px;
  width: calc(100% - 208px);
  padding: 8px;
  background-color: rgba(255, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 120px; }

@media screen and (max-width: 767px) {
  .covid-info {
    font-size: 0.8em; } }
.covid-info a {
  color: #fff;
  text-decoration: underline; }

.c-video {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center; }
  .c-video video {
    display: none;
    background-color: black;
    min-height: 100vw;
    min-width: 100vw; }
  .c-video #video {
    opacity: 0; }

@media screen and (max-width: 767px) {
  .c-video {
    min-width: 100%;
    left: 0; }
    .c-video video {
      height: 100vw;
      width: 100%; }

  #mvSlide {
    display: block;
    position: relative;
    height: 100%; }
    #mvSlide li {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-size: cover;
      -webkit-background-size: cover;
      background-position: center; } }
@media screen and (max-width: 320px) {
  .c-video video {
    height: 100%;
    width: auto; } }
.feature-hero {
  position: relative;
  margin: auto 0 40px; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .feature-hero {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .feature-hero {
      margin: auto 0 12px;
      height: 100vw; } }
  .feature-hero-inner {
    max-width: 1284px;
    margin-right: auto;
    margin-left: auto; }
  .feature-hero-title {
    position: relative;
    top: 1px;
    z-index: 8000;
    margin-left: 20px; }
    body.is-movieSp .feature-hero-title {
      position: absolute; }
      @media screen and (max-width: 767px) {
        body.is-movieSp .feature-hero-title {
          width: 32.5%; } }
    @media screen and (max-width: 767px) {
      .feature-hero-title {
        top: 0;
        left: 0;
        margin-left: 0;
        padding-top: 19px;
        width: 114px;
        min-height: 100%;
        height: auto; } }
    .feature-hero-title img {
      width: auto;
      height: 100%; }
  .feature-hero .kindai-rap-movie {
    position: absolute;
    display: block;
    left: 2.3vw;
    bottom: 2.3vw;
    width: 22vw;
    z-index: 8000; }
    @media screen and (max-width: 767px) {
      .feature-hero .kindai-rap-movie {
        left: 2vw;
        width: 40vw;
        bottom: 2vw; } }
    .feature-hero .kindai-rap-movie img:first-child {
      display: block; }
      @media screen and (max-width: 767px) {
        .feature-hero .kindai-rap-movie img:first-child {
          display: none; } }
    .feature-hero .kindai-rap-movie img:last-child {
      display: none; }
      @media screen and (max-width: 767px) {
        .feature-hero .kindai-rap-movie img:last-child {
          display: block; } }

.topPage .feature-hero-title {
  position: absolute;
  height: 56.25vw;
  max-height: 100vh; }
  .topPage .feature-hero-title img {
    opacity: 0.6; }
    @media screen and (max-width: 767px) {
      .topPage .feature-hero-title img {
        max-width: none; } }

.ie .feature-hero-title img {
  height: 100%; }

.feature-special {
  background-size: cover; }
  @media (min-width: 1168px) {
    .feature-special {
      margin-right: 0;
      margin-left: 0; } }
  .feature-special-box {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .feature-special-box {
        flex-direction: column; } }
  .feature-special-box-item {
    width: calc(33.33% - 47px);
    margin-right: 70px; }
    @media screen and (max-width: 767px) {
      .feature-special-box-item {
        width: 100%;
        margin-top: 30px;
        margin-right: 0; } }
    @media (min-width: 768px) and (max-width: 1167px) {
      .feature-special-box-item {
        width: calc(33.33% - 14px);
        margin-right: 20px; } }
    .feature-special-box-item:first-child {
      margin-top: 0; }
      @media screen and (max-width: 767px) {
        .feature-special-box-item:first-child {
          margin-top: 30px; } }
    .feature-special-box-item:nth-child(3n) {
      margin-right: 0; }
    @media (min-width: 1168px) {
      .feature-special-box-item:nth-child(n + 4) {
        margin-top: 35px; } }
  .feature-special > .feature-special-inner:first-child {
    padding-bottom: 0; }
    @media screen and (max-width: 767px) {
      .feature-special > .feature-special-inner:first-child {
        padding-right: 6px;
        padding-left: 6px; } }

.feature-special canvas {
  top: 40px !important; }

.feature-special-inner {
  max-width: 1426px;
  padding: 0 18px 50px; }
  @media (min-width: 1168px) {
    .feature-special-inner {
      padding: 40px 71px 20px;
      margin: 0 auto; }
      .feature-special-inner:first-child {
        padding-top: 0; } }

.feature-special-links-wrap {
  display: flex;
  border: 7px solid #222;
  background-color: #fff;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .feature-special-links-wrap {
      flex-direction: column;
      border-width: 4px; } }

.feature-special-links-title {
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px 7px 3px 2px;
  font-weight: bold;
  color: #fff;
  background-color: #222; }
  @media screen and (max-width: 767px) {
    .feature-special-links-title {
      width: 100%;
      padding: 10px 10px 15px;
      justify-content: flex-start;
      margin: 0;
      font-size: 12px;
      line-height: 1.4166666667; } }

.feature-special-links {
  flex-grow: 1; }
  .feature-special-links-item {
    padding-left: 10px;
    border-bottom: 2px solid #f2f2f2; }
  .feature-special-links-item:last-child {
    border-bottom: none; }
  .feature-special-links-item a {
    position: relative;
    display: block;
    padding: 13px 45px 13px 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4666666667; }
    @media (min-width: 768px) and (max-width: 1167px) {
      .feature-special-links-item a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 13px;
        line-height: 1.2307692308; } }
    @media screen and (max-width: 767px) {
      .feature-special-links-item a {
        font-size: 12px;
        padding-top: 11px;
        padding-bottom: 13px;
        line-height: 1.4166666667; } }
    .feature-special-links-item a::before {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      width: 19px;
      height: 19px;
      margin: auto 10px auto auto;
      background: url(/common/img/ico_arrow_square_black_right.svg) no-repeat; }
      @media (min-width: 1168px) {
        .feature-special-links-item a::before {
          width: 26px;
          height: 26px; } }

.feature-special-header {
  max-width: 1414px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  padding: 0 13px; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .feature-special-header {
      padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .feature-special-header {
      flex-direction: column;
      padding: 0 18px;
      margin-top: 40px; } }

.feature-special-title {
  position: relative;
  margin: 0 10px 20px 0;
  width: 45%; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .feature-special-title {
      margin: 65px 10px 0 0; } }
  @media screen and (max-width: 767px) {
    .feature-special-title {
      width: 100%;
      margin-right: 0;
      margin-bottom: 5px;
      padding: 0 7px; } }
  .feature-special-title img {
    display: block;
    width: 100%; }

.feature-special-article {
  position: relative; }
  .feature-special-article > a {
    display: block; }
    .feature-special-article > a:hover {
      opacity: 1; }
      .feature-special-article > a:hover .feature-special-article-image {
        background-color: rgba(0, 80, 126, 0.65); }
    @media (min-width: 1168px) {
      .feature-special-article > a {
        overflow: hidden; } }
  .feature-special-article-lead {
    display: table;
    min-height: 38px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4166666667; }
    .feature-special-article-lead > span {
      display: table-cell;
      vertical-align: bottom;
      min-width: 24em; }
    @media (min-width: 1168px) {
      .feature-special-article-lead {
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 1.3076923077; } }
    @media (min-width: 768px) and (max-width: 1167px) {
      .feature-special-article-lead {
        font-size: 1.3vw;
        line-height: 1.3076923077; } }
    @media screen and (max-width: 767px) {
      .feature-special-article-lead {
        display: block;
        min-height: 0; } }
  .feature-special-article-image {
    padding-left: 90px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    background: transparent url(/img/news-pr/img_newsrelease_03.jpg) no-repeat center center;
    background-size: cover; }
    .feature-special-header .feature-special-article-image {
      padding-bottom: 60%; }
    .feature-special-box .feature-special-article-image {
      padding-bottom: 60.3%; }
    .feature-special-article-image img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      left: 0;
      margin: auto; }
    @media (min-width: 768px) and (max-width: 1167px) {
      .feature-special-article-image {
        padding-left: 0; } }
    @media (min-width: 1168px) {
      .feature-special-article-image {
        padding-left: 0;
        margin-left: 15px;
        margin-right: 15px; } }
    .feature-special-article-image::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      background-color: inherit; }
  .feature-special-article-text, .feature-special-article-text-02 {
    position: relative;
    z-index: 3;
    margin-top: -15px;
    font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
    color: #fff;
    font-size: 27px; }
@-moz-document url-prefix() {
  .feature-special-article-text, .feature-special-article-text-02 {
    font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; } }
    body.mac .feature-special-article-text, body.mac .feature-special-article-text-02 {
      line-height: 1.2857; }
    @media screen and (max-width: 767px) {
      .feature-special-article-text, .feature-special-article-text-02 {
        line-height: 1.3;
        margin-top: -0.5em;
        font-size: 22px; } }
    @media screen and (min-width: 768px) and (max-width: 1210px) {
      .feature-special-article-text, .feature-special-article-text-02 {
        font-size: 1.6vw; } }
    .feature-special-article-text-detail, .feature-special-article-text-02-detail {
      position: relative;
      background-color: #222;
      font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; }
@-moz-document url-prefix() {
  .feature-special-article-text-detail, .feature-special-article-text-02-detail {
    font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; } }
  .feature-special-article-text-02 {
    line-height: 1 !important; }
    .feature-special-article-text-02 {
      min-height: 1%; }
    .feature-special-article-text-02::after {
      clear: both;
      content: ".";
      display: block;
      height: 0;
      visibility: hidden; }
    .feature-special-article-text-02-detail {
      display: block;
      clear: left;
      float: left;
      margin-bottom: 5px;
      padding: 1px; }
      .feature-special-article-text-02-detail:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .feature-special-article-text-02-detail {
          margin-bottom: 0; } }

.feature-special-article-lead-top {
  display: table;
  margin-left: 30px;
  margin-bottom: 20px;
  max-width: 723px;
  height: 56px;
  font-size: 17px;
  line-height: 1.4; }
  .feature-special-article-lead-top > span {
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: bottom; }
    @media screen and (max-width: 767px) {
      .feature-special-article-lead-top > span {
        padding-bottom: 0; } }
  @media (min-width: 768px) and (max-width: 1167px) {
    .feature-special-article-lead-top {
      margin-bottom: 27px;
      height: 32px;
      font-size: 13px;
      line-height: 1.3076923077; } }
  @media screen and (max-width: 767px) {
    .feature-special-article-lead-top {
      max-width: 723px;
      height: 38px;
      margin-bottom: 10px;
      margin-left: 0;
      font-size: 12px; } }

.feature-special-article-image-top {
  padding-left: 0; }
  @media (min-width: 1168px) {
    .feature-special-article-image-top {
      margin-right: 0;
      margin-left: 0; } }

.feature-special-article-text-top {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  font-size: 47px;
  line-height: 1.7;
  margin-top: 55px;
  margin-left: 30px; }
  body.mac .feature-special-article-text-top {
    line-height: 1.2393; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .feature-special-article-text-top {
      margin-top: 38px;
      font-size: 3.1vw; } }
  @media screen and (max-width: 767px) {
    .feature-special-article-text-top {
      position: relative;
      margin-top: -0.5em;
      min-height: 36px;
      margin-left: 0;
      font-size: 22px;
      line-height: 1.4166666667; } }
  .feature-special-article-text-top .feature-special-article-text-02-detail {
    margin-bottom: 6px;
    padding-top: 3px;
    padding-bottom: 3px; }
    @media screen and (max-width: 767px) {
      .feature-special-article-text-top .feature-special-article-text-02-detail {
        margin-bottom: 0;
        padding-bottom: 0px; } }
    .feature-special-article-text-top .feature-special-article-text-02-detail:last-child {
      margin-bottom: 0; }

.feature-keyword {
  background-color: #f8f8f8; }

.feature-keyword-inner {
  max-width: 1284px;
  padding: 70px 0 40px;
  margin: 0 auto; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .feature-keyword-inner {
      padding-right: 21px;
      padding-left: 21px; } }
  @media screen and (max-width: 767px) {
    .feature-keyword-inner {
      padding: 50px 18px 20px; } }

.feature-keyword-title {
  width: 29.45%;
  margin-right: 70px;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .feature-keyword-title {
      width: 260px;
      margin-bottom: 25px; } }
  @media (min-width: 768px) and (max-width: 1167px) {
    .feature-keyword-title {
      width: 225px;
      margin-right: 20px; } }

.feature-keyword-box {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .feature-keyword-box {
      flex-direction: column; } }

.feature-keyword-number-wrap {
  display: flex;
  flex: 1;
  margin-bottom: 45px;
  justify-content: space-around; }
  @media screen and (max-width: 767px) {
    .feature-keyword-number-wrap {
      flex-direction: column;
      margin-bottom: 25px; } }

@media (min-width: 1168px) {
  .feature-keyword-number {
    flex: 1; } }
.feature-keyword-number-item a {
  font-size: 35px;
  line-height: 1.1428571429;
  letter-spacing: -1px;
  font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; }
@-moz-document url-prefix() {
  .feature-keyword-number-item a {
    font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; } }
  @media screen and (max-width: 767px) {
    .feature-keyword-number-item a {
      font-size: 23px;
      line-height: 1.1304347826; } }
  @media (min-width: 768px) and (max-width: 1167px) {
    .feature-keyword-number-item a {
      font-size: 2.93vw;
      line-height: 1.1818181818; } }

.feature-picks-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1426px;
  padding: 100px 71px 186px;
  margin: 0 auto; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .feature-picks-inner {
      padding: 40px 20px 90px; } }
  @media screen and (max-width: 767px) {
    .feature-picks-inner {
      padding: 40px 18px 0;
      margin-bottom: 140px; } }
.feature-picks-title {
  width: 340px;
  margin-bottom: 34px; }
  @media (min-width: 1168px) {
    .feature-picks-title {
      width: 430px; } }
  @media (min-width: 768px) and (max-width: 1167px) {
    .feature-picks-title {
      width: 280px; } }
  @media screen and (max-width: 767px) {
    .feature-picks-title {
      width: 100%; } }
.feature-picks-link {
  z-index: 1;
  width: 142px;
  margin-top: -10px;
  margin-left: auto; }
  @media screen and (max-width: 767px) {
    .feature-picks-link {
      margin-top: -21px;
      width: 70px; } }
  @media (min-width: 768px) and (max-width: 1167px) {
    .feature-picks-link {
      width: 90px; } }
  @media screen and (max-width: 767px) {
    .feature-picks-link:first-of-type {
      order: 1;
      margin-bottom: 29px; } }
  @media screen and (max-width: 767px) {
    .feature-picks-link:last-of-type {
      order: 2;
      margin-top: 5px; } }
.feature-picks-text {
  position: absolute !important;
  bottom: 0;
  font-size: 20px;
  width: 100%;
  padding: 15px 20px;
  line-height: 1.4;
  font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
  background-color: rgba(255, 255, 255, 0.5); }
@-moz-document url-prefix() {
  .feature-picks-text {
    font-family: "Gothic MB101 Bold", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif; } }
  @media (min-width: 768px) and (max-width: 1167px) {
    .feature-picks-text {
      font-size: 16px;
      padding-bottom: 10px;
      padding-top: 10px; } }
  @media screen and (max-width: 767px) {
    .feature-picks-text {
      font-size: 16px;
      padding-bottom: 10px;
      padding-top: 10px; } }

.feature-picks-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  order: 0;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 1167px) {
    .feature-picks-box {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 767px) {
    .feature-picks-box {
      display: block;
      width: 100%;
      order: 1; } }
  .feature-picks-box-item {
    position: relative; }
    .feature-picks-box-item > a {
      display: block; }
      .feature-picks-box-item > a:hover {
        opacity: 1; }
      .feature-picks-box-item > a:hover [class$="image"] {
        background-color: rgba(0, 80, 126, 0.65); }
      .feature-picks-box-item > a [class$="text"] {
        position: relative;
        z-index: 2; }
      .feature-picks-box-item > a [class$="image"] {
        position: relative;
        background-color: transparent; }
        .feature-picks-box-item > a [class$="image"]::before {
          position: absolute;
          content: '';
          top: 0;
          left: 0;
          z-index: 2;
          width: 100%;
          height: 100%;
          background-color: inherit; }

.feature-special-header .feature-special-article {
  max-width: 773px;
  width: 55%; }
  @media screen and (max-width: 767px) {
    .feature-special-header .feature-special-article {
      width: 100%; } }

.feature-picks-box-image {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 0 62.3% 0;
  width: 100%;
  height: 0;
  background: url(/img/news-pr/img_newsrelease_03.jpg) no-repeat center center;
  background-size: cover; }
  .feature-picks-box-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

@media screen and (max-width: 767px) {
  .is-drug-top .feature-hero,
  .is-farm-top .feature-hero {
    margin-top: -54px; } }
.is-drug-top .feature-hero .feature-hero-title,
.is-farm-top .feature-hero .feature-hero-title {
  width: 183px;
  margin-left: 0; }
  @media screen and (max-width: 767px) {
    .is-drug-top .feature-hero .feature-hero-title,
    .is-farm-top .feature-hero .feature-hero-title {
      width: 128px;
      margin-left: -11px;
      padding-top: 36px; } }
.is-drug-top .feature-hero .c-video,
.is-farm-top .feature-hero .c-video {
  right: 0;
  padding-right: 108px;
  background: no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .is-drug-top .feature-hero .c-video,
    .is-farm-top .feature-hero .c-video {
      margin-right: 54px;
      padding-right: 0;
      min-width: 0;
      width: auto;
      background-position: center center; } }
.is-drug-top.is-category-10 .c-video,
.is-farm-top.is-category-10 .c-video {
  background-image: url(/img/agriculture/top/hero_agri_top_01_pc.jpg); }
  @media screen and (max-width: 767px) {
    .is-drug-top.is-category-10 .c-video,
    .is-farm-top.is-category-10 .c-video {
      background-image: url(/img/agriculture/top/hero_agri_top_01_sp.jpg); } }
.is-drug-top.is-category-11 .c-video,
.is-farm-top.is-category-11 .c-video {
  background-image: url(/img/medicine/top/hero_med_top_01_pc.jpg); }
  @media screen and (max-width: 767px) {
    .is-drug-top.is-category-11 .c-video,
    .is-farm-top.is-category-11 .c-video {
      background-image: url(/img/medicine/top/hero_med_top_01_sp.jpg); } }

.is-drug-top .feature-special,
.is-farm-top .feature-special {
  position: relative;
  background: none; }
  .is-drug-top .feature-special .feature-special-header,
  .is-farm-top .feature-special .feature-special-header {
    max-width: 1364px;
    align-items: stretch;
    padding-right: 71px;
    padding-left: 71px;
    margin-top: 80px;
    margin-bottom: 126px; }
    @media screen and (max-width: 767px) {
      .is-drug-top .feature-special .feature-special-header,
      .is-farm-top .feature-special .feature-special-header {
        padding-right: 6px;
        padding-left: 6px;
        margin-top: 35px;
        margin-bottom: 20px; } }
    .is-drug-top .feature-special .feature-special-header .feature-special-title,
    .is-farm-top .feature-special .feature-special-header .feature-special-title {
      width: 375px;
      height: 111px; }
      @media (min-width: 768px) and (max-width: 1167px) {
        .is-drug-top .feature-special .feature-special-header .feature-special-title,
        .is-farm-top .feature-special .feature-special-header .feature-special-title {
          margin: 0 10px 0 0; } }
      @media screen and (max-width: 767px) {
        .is-drug-top .feature-special .feature-special-header .feature-special-title,
        .is-farm-top .feature-special .feature-special-header .feature-special-title {
          width: 244px;
          height: auto;
          padding-right: 0;
          padding-left: 0;
          margin: 0 auto 25px 13px; } }
    .is-drug-top .feature-special .feature-special-header .feature-special-article,
    .is-farm-top .feature-special .feature-special-header .feature-special-article {
      position: relative;
      width: 770px;
      max-width: 770px; }
      @media screen and (max-width: 767px) {
        .is-drug-top .feature-special .feature-special-header .feature-special-article,
        .is-farm-top .feature-special .feature-special-header .feature-special-article {
          width: 100%;
          margin-top: 60px; } }
      .is-drug-top .feature-special .feature-special-header .feature-special-article::before, .is-drug-top .feature-special .feature-special-header .feature-special-article::after,
      .is-farm-top .feature-special .feature-special-header .feature-special-article::before,
      .is-farm-top .feature-special .feature-special-header .feature-special-article::after {
        position: absolute;
        bottom: 0;
        content: '';
        z-index: -1;
        display: block; }
      .is-drug-top .feature-special .feature-special-header .feature-special-article::before,
      .is-farm-top .feature-special .feature-special-header .feature-special-article::before {
        right: 0;
        width: 98.8%;
        height: 72.961%;
        margin-right: 48.6%;
        margin-bottom: -93px;
        background-color: #222; }
        @media (min-width: 768px) and (max-width: 1167px) {
          .is-drug-top .feature-special .feature-special-header .feature-special-article::before,
          .is-farm-top .feature-special .feature-special-header .feature-special-article::before {
            margin-bottom: -58px; } }
        @media screen and (max-width: 767px) {
          .is-drug-top .feature-special .feature-special-header .feature-special-article::before,
          .is-farm-top .feature-special .feature-special-header .feature-special-article::before {
            display: none; } }
      .is-drug-top .feature-special .feature-special-header .feature-special-article::after,
      .is-farm-top .feature-special .feature-special-header .feature-special-article::after {
        left: 0;
        width: 32.07%;
        height: 39.79%;
        margin-left: -56%;
        margin-bottom: -103px;
        background: url(/common/img/txt_num_01.svg) no-repeat center center; }
        @media (min-width: 768px) and (max-width: 1167px) {
          .is-drug-top .feature-special .feature-special-header .feature-special-article::after,
          .is-farm-top .feature-special .feature-special-header .feature-special-article::after {
            margin-bottom: -63px; } }
        @media screen and (max-width: 767px) {
          .is-drug-top .feature-special .feature-special-header .feature-special-article::after,
          .is-farm-top .feature-special .feature-special-header .feature-special-article::after {
            bottom: 100%;
            margin-left: 18px;
            margin-bottom: -16px; } }
      .is-drug-top .feature-special .feature-special-header .feature-special-article a:hover,
      .is-farm-top .feature-special .feature-special-header .feature-special-article a:hover {
        opacity: 1; }
    .is-drug-top .feature-special .feature-special-header .feature-special-article-image-top,
    .is-farm-top .feature-special .feature-special-header .feature-special-article-image-top {
      padding-bottom: 59.7403%; }
    .is-drug-top .feature-special .feature-special-header .feature-special-article-lead-top,
    .is-farm-top .feature-special .feature-special-header .feature-special-article-lead-top {
      position: absolute;
      top: auto;
      bottom: 0;
      left: auto;
      right: 100%;
      display: block;
      height: auto;
      max-width: none;
      width: 43.65%;
      min-height: 0;
      padding: .5em;
      margin: auto -.5em 30.8% auto; }
      @media screen and (min-width: 768px) and (max-width: 1167px) {
        .is-drug-top .feature-special .feature-special-header .feature-special-article-lead-top,
        .is-farm-top .feature-special .feature-special-header .feature-special-article-lead-top {
          font-size: 17px; } }
      @media (min-width: 768px) and (max-width: 1167px) {
        .is-drug-top .feature-special .feature-special-header .feature-special-article-lead-top,
        .is-farm-top .feature-special .feature-special-header .feature-special-article-lead-top {
          margin-bottom: 33.8%;
          margin-left: -35.7%;
          font-size: 1.2vw; } }
      @media screen and (max-width: 767px) {
        .is-drug-top .feature-special .feature-special-header .feature-special-article-lead-top,
        .is-farm-top .feature-special .feature-special-header .feature-special-article-lead-top {
          right: auto;
          bottom: 100%;
          padding: 0;
          width: auto;
          margin: auto auto 10px 13px; } }
      .is-drug-top .feature-special .feature-special-header .feature-special-article-lead-top > span,
      .is-farm-top .feature-special .feature-special-header .feature-special-article-lead-top > span {
        display: inline-block;
        min-width: 0;
        max-width: none;
        padding-bottom: 0; }
        @media (min-width: 768px) and (max-width: 1167px) {
          .is-drug-top .feature-special .feature-special-header .feature-special-article-lead-top > span,
          .is-farm-top .feature-special .feature-special-header .feature-special-article-lead-top > span {
            max-width: 20em; } }
    .is-drug-top .feature-special .feature-special-header .feature-special-article-text-top,
    .is-farm-top .feature-special .feature-special-header .feature-special-article-text-top {
      top: 0;
      bottom: auto;
      margin-top: 31%;
      margin-left: -41.5%;
      font-size: 38px; }
      @media (min-width: 768px) and (max-width: 1167px) {
        .is-drug-top .feature-special .feature-special-header .feature-special-article-text-top,
        .is-farm-top .feature-special .feature-special-header .feature-special-article-text-top {
          margin-top: 31.8%;
          font-size: 3vw; } }
      @media screen and (max-width: 767px) {
        .is-drug-top .feature-special .feature-special-header .feature-special-article-text-top,
        .is-farm-top .feature-special .feature-special-header .feature-special-article-text-top {
          top: calc(100% - 0.5em);
          margin: 0 0 0 13px;
          font-size: 22px; } }
      .is-drug-top .feature-special .feature-special-header .feature-special-article-text-top .feature-special-article-text-02-detail + .feature-special-article-text-02-detail,
      .is-farm-top .feature-special .feature-special-header .feature-special-article-text-top .feature-special-article-text-02-detail + .feature-special-article-text-02-detail {
        margin-top: 7px; }
        @media screen and (max-width: 767px) {
          .is-drug-top .feature-special .feature-special-header .feature-special-article-text-top .feature-special-article-text-02-detail + .feature-special-article-text-02-detail,
          .is-farm-top .feature-special .feature-special-header .feature-special-article-text-top .feature-special-article-text-02-detail + .feature-special-article-text-02-detail {
            margin-top: 0; } }
  .is-drug-top .feature-special .feature-special-inner,
  .is-farm-top .feature-special .feature-special-inner {
    max-width: 1364px; }
  .is-drug-top .feature-special .feature-special-box,
  .is-farm-top .feature-special .feature-special-box {
    max-width: 1364px;
    padding-right: 71px;
    padding-left: 71px; }
    @media screen and (max-width: 767px) {
      .is-drug-top .feature-special .feature-special-box,
      .is-farm-top .feature-special .feature-special-box {
        padding-right: 0;
        padding-left: 0; } }
  .is-drug-top .feature-special .feature-special-box-item,
  .is-farm-top .feature-special .feature-special-box-item {
    position: relative;
    width: calc(33.33% - 37px);
    margin-right: 55px; }
    @media screen and (max-width: 767px) {
      .is-drug-top .feature-special .feature-special-box-item,
      .is-farm-top .feature-special .feature-special-box-item {
        width: 100%;
        margin-top: 45px; }
        .is-drug-top .feature-special .feature-special-box-item:first-child,
        .is-farm-top .feature-special .feature-special-box-item:first-child {
          margin-top: 30px; } }
    .is-drug-top .feature-special .feature-special-box-item:nth-child(3n),
    .is-farm-top .feature-special .feature-special-box-item:nth-child(3n) {
      margin-right: 0; }
    .is-drug-top .feature-special .feature-special-box-item::before,
    .is-farm-top .feature-special .feature-special-box-item::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      z-index: -1;
      display: block;
      width: 60.4%;
      height: 37.15%;
      margin-top: -32px;
      margin-left: -67px;
      background-repeat: no-repeat;
      background-position: center center; }
      @media (min-width: 768px) and (max-width: 1167px) {
        .is-drug-top .feature-special .feature-special-box-item::before,
        .is-farm-top .feature-special .feature-special-box-item::before {
          margin-top: 0; } }
      @media screen and (max-width: 767px) {
        .is-drug-top .feature-special .feature-special-box-item::before,
        .is-farm-top .feature-special .feature-special-box-item::before {
          width: 35.25%;
          height: 38.62%;
          margin-top: -23px;
          margin-left: 0; } }
    .is-drug-top .feature-special .feature-special-box-item:nth-child(1)::before,
    .is-farm-top .feature-special .feature-special-box-item:nth-child(1)::before {
      background-image: url("/common/img/txt_num_02.svg"); }
    .is-drug-top .feature-special .feature-special-box-item:nth-child(2)::before,
    .is-farm-top .feature-special .feature-special-box-item:nth-child(2)::before {
      background-image: url("/common/img/txt_num_03.svg"); }
    .is-drug-top .feature-special .feature-special-box-item:nth-child(3)::before,
    .is-farm-top .feature-special .feature-special-box-item:nth-child(3)::before {
      background-image: url("/common/img/txt_num_04.svg"); }
    .is-drug-top .feature-special .feature-special-box-item:nth-child(4)::before,
    .is-farm-top .feature-special .feature-special-box-item:nth-child(4)::before {
      background-image: url("/common/img/txt_num_05.svg"); }
    .is-drug-top .feature-special .feature-special-box-item .feature-special-article-text,
    .is-drug-top .feature-special .feature-special-box-item .feature-special-article-text-02,
    .is-farm-top .feature-special .feature-special-box-item .feature-special-article-text,
    .is-farm-top .feature-special .feature-special-box-item .feature-special-article-text-02 {
      font-size: 22px; }
      @media screen and (min-width: 768px) and (max-width: 1353px) {
        .is-drug-top .feature-special .feature-special-box-item .feature-special-article-text,
        .is-drug-top .feature-special .feature-special-box-item .feature-special-article-text-02,
        .is-farm-top .feature-special .feature-special-box-item .feature-special-article-text,
        .is-farm-top .feature-special .feature-special-box-item .feature-special-article-text-02 {
          font-size: 1.5vw; } }
    @media screen and (max-width: 767px) {
      .is-drug-top .feature-special .feature-special-box-item .feature-special-article-image,
      .is-farm-top .feature-special .feature-special-box-item .feature-special-article-image {
        width: 74.35%;
        padding-bottom: 45.3%;
        margin-left: auto; } }

.is-drug-top .tab-news,
.is-farm-top .tab-news {
  max-width: 1364px;
  padding-right: 71px;
  padding-left: 71px;
  margin: 57px auto 67px; }
  @media screen and (max-width: 767px) {
    .is-drug-top .tab-news,
    .is-farm-top .tab-news {
      padding-right: 18px;
      padding-left: 18px;
      margin-top: 38px;
      margin-bottom: 40px; } }
  .is-drug-top .tab-news .ttl-brand-image,
  .is-farm-top .tab-news .ttl-brand-image {
    width: 296px;
    margin-left: 0;
    margin-bottom: 38px; }
    @media screen and (max-width: 767px) {
      .is-drug-top .tab-news .ttl-brand-image,
      .is-farm-top .tab-news .ttl-brand-image {
        width: 245px;
        margin-bottom: 25px; } }
  .is-drug-top .tab-news .tab-news-area .news-list-item a,
  .is-farm-top .tab-news .tab-news-area .news-list-item a {
    padding: 23px; }
    @media screen and (max-width: 767px) {
      .is-drug-top .tab-news .tab-news-area .news-list-item a,
      .is-farm-top .tab-news .tab-news-area .news-list-item a {
        padding: 10px; } }
  @media screen and (max-width: 767px) {
    .is-drug-top .tab-news .news-list-tag,
    .is-farm-top .tab-news .news-list-tag {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .is-drug-top .tab-news .news-list-date > p,
    .is-farm-top .tab-news .news-list-date > p {
      font-size: 12px; } }
  .is-drug-top .tab-news .news-list-text > p,
  .is-farm-top .tab-news .news-list-text > p {
    background-position: left 3px; }

.is-drug-top .bg-style-02,
.is-farm-top .bg-style-02 {
  margin-bottom: 0; }

.feature-banner-inner {
  max-width: 1364px;
  padding: 60px 71px;
  margin: 0 auto 60px; }
  @media screen and (max-width: 767px) {
    .feature-banner-inner {
      padding: 40px 18px 24px;
      margin-bottom: 40px; } }

.feature-log-in-inner {
  max-width: 1364px;
  margin: 0 auto;
  padding: 0 71px 185px; }
  @media screen and (max-width: 767px) {
    .feature-log-in-inner {
      padding: 0 18px 130px; } }
.feature-log-in-title {
  width: 135px;
  margin-bottom: 38px; }
  @media screen and (max-width: 767px) {
    .feature-log-in-title {
      width: 108px;
      margin-bottom: 20px; } }

._title-bottom .feature-special-article-lead-top {
  margin-left: 0;
  margin-bottom: 0; }
._title-bottom .feature-special-article-text-top {
  top: auto;
  bottom: 15px;
  margin-top: 0;
  margin-left: 0; }

.feature-sns-inner {
  max-width: 1426px;
  padding: 0 61px 186px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) and (max-width: 1167px) {
    .feature-sns-inner {
      padding: 0 10px 90px; } }
  @media screen and (max-width: 767px) {
    .feature-sns-inner {
      padding: 0 13px 0;
      margin-bottom: 140px; } }

.feature-sns-title {
  padding: 0 10px; }
  @media screen and (max-width: 767px) {
    .feature-sns-title {
      padding: 0 5px; } }

@media screen and (max-width: 767px) {
  .slick-track {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    height: calc(100vw - 26px); } }
.slick-track::before {
  display: none !important; }

.feature-sns-box-item {
  position: relative;
  margin: 0 10px; }
  @media screen and (max-width: 767px) {
    .feature-sns-box-item {
      margin: 0;
      width: calc(50vw - 13px) !important;
      height: calc(50vw - 13px) !important; } }

.feature-sns-back,
.feature-sns-front {
  height: 100%;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .feature-sns-back,
    .feature-sns-front {
      transition: all 0.1s; } }

.feature-sns-front {
  position: relative;
  opacity: 0;
  z-index: 2; }

.feature-sns-back {
  position: absolute;
  left: 0;
  top: 0; }

.feature-sns-box-item:hover .feature-sns-front {
  background: #00507e;
  opacity: 1; }

.feature-sns-box-link {
  display: block;
  position: relative; }
  .feature-sns-box-link:hover {
    opacity: 1; }
  .feature-sns-box-link::before {
    content: "";
    display: block;
    padding-top: 100%; }

.feature-sns-box-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top; }

.feature-sns-box-text {
  width: 100%;
  height: calc(100% - 70px);
  padding: 20px 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  overflow: hidden; }

.feature-sns-box-date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff; }

.feature-sns-box-logo {
  width: 48px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  pointer-events: none; }

.feature-sns-box .slick-dots li {
  margin: 0 2px; }

.feature-sns-box .slick-dots li button {
  width: 16px;
  height: 16px;
  margin: 2px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px; }

.feature-sns-box .slick-dots li.slick-active button {
  background: #00507e; }

.feature-sns-box .slick-dots li button:hover {
  background: #ffef03; }

.feature-sns-box .slick-dots li button::before {
  display: none; }

.feature-sns-icon {
  list-style-image: url(data:0);
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 70px;
  color: #fff; }

.feature-sns-icon li {
  margin: 0 4px; }
  .feature-sns-icon li a {
    display: block;
    padding: 0 !important;
    width: 48px;
    height: 48px;
    background-color: #00507e;
    border-radius: 24px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .feature-sns-icon li a {
        width: 32px;
        height: 32px;
        border-radius: 16px; } }

.feature-sns-icon li a svg,
.feature-sns-icon li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.feature-sns-icon li:nth-child(1) a svg {
  width: 20px;
  height: 16px; }

@media screen and (max-width: 767px) {
  .feature-sns-icon li:nth-child(1) a svg {
    width: 13px;
    height: 11px; } }
.feature-sns-icon li:nth-child(2) a svg {
  width: 19px;
  height: 18px; }

@media screen and (max-width: 767px) {
  .feature-sns-icon li:nth-child(2) a svg {
    width: 13px;
    height: 12px; } }
.feature-sns-icon li:nth-child(3) a svg {
  width: 21px;
  height: 15px; }

@media screen and (max-width: 767px) {
  .feature-sns-icon li:nth-child(3) a svg {
    width: 14px;
    height: 10px; } }
.feature-sns-icon li:nth-child(4) a svg {
  width: 20px;
  height: 21px; }

@media screen and (max-width: 767px) {
  .feature-sns-icon li:nth-child(4) a svg {
    width: 13px;
    height: 14px; } }
.feature-sns-icon li:nth-child(5) a svg {
  width: 24px;
  height: 23px; }

@media screen and (max-width: 767px) {
  .feature-sns-icon li:nth-child(5) a svg {
    width: 16px;
    height: 15px; } }
.feature-sns-icon li:nth-child(6) a svg {
  width: 24px;
  height: 23px; }

@media screen and (max-width: 767px) {
  .feature-sns-icon li:nth-child(6) a svg {
    width: 16px;
    height: 15px; } }
.feature-sns-icon li a svg path,
.feature-sns-icon li a img path {
  fill: #fff !important; }

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