.topics-block {
  position: relative;
  margin-top: 100px; }
  @media screen and (max-width: 979px) {
    .topics-block {
      margin-top: 0; } }
  .topics-block-tag {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px; }
    @media screen and (max-width: 979px) {
      .topics-block-tag {
        display: none; } }
    .topics-block-tag__inner {
      position: sticky;
      top: 0;
      padding: 18px 0 70px;
      width: 70px;
      border-top: 1px currentColor solid; }
      .topics-block-tag__inner span {
        display: block;
        transform: rotate(90deg) translateX(100%);
        transform-origin: right top;
        line-height: 1;
        font-size: 11px;
        font-family: montserrat, sans-serif;
        letter-spacing: 0.12em; }

.news .main-contents {
  padding-top: 90px; }
.news-header {
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
  width: 100%;
  max-width: 1020px; }
  @media screen and (max-width: 1020px) {
    .news-header {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .news-header {
      padding: 0 15px;
      margin-bottom: 20px; } }
  .news-header__number {
    flex: 0 0 auto;
    width: 140px;
    font-size: 64px;
    font-weight: bold;
    color: #595757;
    line-height: 1; }
    .news-header__number span {
      font-size: 15px;
      font-weight: normal; }
    @media screen and (max-width: 1199px) {
      .news-header__number {
        font-size: 48px; }
        .news-header__number span {
          font-size: 12px; } }
    @media screen and (max-width: 767px) {
      .news-header__number {
        width: 72px;
        font-size: 32px; }
        .news-header__number span {
          font-size: 11px; } }
  .news-header__inner {
    flex: 0 1 auto;
    position: relative;
    padding: 40px 0 0;
    width: 100%; }
    @media screen and (max-width: 980px) {
      .news-header__inner {
        padding: 20px 0 20px 40px; } }
  .news-header__title {
    font-weight: 400;
    font-size: 79px;
    letter-spacing: 0.1em;
    max-width: 1020px;
    margin-left: 140px;
    line-height: 1.5;
    margin-top: 5px; }
    @media screen and (max-width: 767px) {
      .news-header__title {
        font-size: 29px;
        margin-left: 0; } }
    .news-header__title .pro_header_span_pink {
      color: #fbddce;
      background: #ffffd6;
      padding: 0 5px 0 25px;
      display: inline-block;
      line-height: 1.2; }
      @media screen and (max-width: 767px) {
        .news-header__title .pro_header_span_pink {
          padding: 0px 5px;
          margin-bottom: 10px; } }
    .news-header__title .pro_header_span_red {
      color: #fb5452;
      background: #ffffd6;
      padding: 0 25px;
      padding-right: 0px;
      display: inline-block;
      line-height: 1.2; }
      @media screen and (max-width: 767px) {
        .news-header__title .pro_header_span_red {
          padding: 5px 5px;
          line-height: 1; } }
  .news-header__lead {
    margin: 0 auto;
    max-width: 740px;
    line-height: 2.2666666667;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: justify;
    text-justify: inter-character; }
    @media screen and (max-width: 767px) {
      .news-header__lead {
        padding-left: 0;
        font-size: 13px;
        line-height: 2; } }
  .news-header__tag {
    position: absolute;
    top: 64px;
    left: 0;
    padding: 0 20px 0 15px;
    min-width: 95px;
    height: 20px;
    text-align: center;
    background-color: #000;
    font-size: 12px;
    font-family: montserrat, sans-serif;
    color: #fff;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: left top; }
    .news-header__tag::before {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 20px 10px;
      border-color: transparent transparent #fbddce transparent; }
    @media screen and (max-width: 767px) {
      .news-header__tag {
        top: 34px;
        font-size: 11px; } }
.news-header-bg {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 1280px; }
  @media screen and (max-width: 1300px) {
    .news-header-bg {
      width: calc(100vw - 30px); } }
.news-header-other {
  flex: 1 1 auto;
  align-self: flex-end;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-left: -4px; }
  @media screen and (max-width: 767px) {
    .news-header-other {
      margin: 0;
      max-width: calc(100% - 72px); } }
  .news-header-other__item {
    flex: 0 0 auto;
    padding: 4px;
    min-width: 125px; }
    @media screen and (max-width: 767px) {
      .news-header-other__item {
        flex: 0 1 auto;
        padding: 2px;
        min-width: 80px; } }
  .news-header-other__tag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    height: 24px;
    text-align: center;
    border-radius: 20px;
    font-size: 14px;
    font-family: montserrat, sans-serif;
    font-weight: bold;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .news-header-other__tag {
        font-size: 10px; } }
    .news-header-other__tag.c-earth {
      background-color: #1e646e; }
    .news-header-other__tag.c-world {
      background-color: #463c5a; }
    .news-header-other__tag.c-future {
      background-color: #b4467d; }
    .news-header-other__tag.c-work {
      background-color: #003c64; }
    .news-header-other__tag.c-now {
      background-color: #dc6450; }
.news-body {
  padding: 0 15px;
  text-align: justify;
  text-justify: inter-character;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em; }
  .news-body .pro_txt_box {
    background: #ffffd6; }
    .news-body .pro_txt_box .pro_txt {
      color: #fb5452;
      font-size: 15px;
      letter-spacing: 0; }
    .news-body .pro_txt_box .pro_txt_pb30 {
      padding-bottom: 30px; }
  .news-body p {
    margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .news-body {
      font-size: 12px;
      line-height: 2;
      letter-spacing: 0.05em; }
      .news-body p {
        margin-bottom: 22px; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .news-body p {
        margin-bottom: 15px; } }

  .news-body__h1 {
    margin: 140px 0 35px;
    font-size: 48px;
    line-height: 1.25;
    letter-spacing: 0.2em;
    color: #595757; }
    .news-body__h1_karning_short {
      letter-spacing: 0.105em; }
    .news-body__h1:first-child {
      margin-top: 0 !important; }
    @media screen and (max-width: 767px) {
      .news-body__h1 {
        margin: 70px 0 20px;
        font-size: 24px; } }
  .news-body__h2 {
    margin: 36px 0 15px;
    line-height: 1.59375;
    letter-spacing: 0.1em;
    font-size: 52px;
    font-weight: 100;
    color: #fb5452;
    line-height: 1; }
    .news-body__h2 .product_h3_span {
      background: #ffffd6;
      padding: 0 20px;
      line-height: 1.2;
      display: inline-block;
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .news-body__h2 .product_h3_span {
          margin-bottom: 10px;
          padding: 3px 15px; } }
    .news-body__h2 .span_pr0 {
      padding-right: 0; }
    .news-body__h2_karning_short {
      letter-spacing: 0.12em; }
    .news-body__h2:first-child:not(.use_mt) {
      margin-top: 0 !important; }
    .news-body__h2 .u-line {
      background: linear-gradient(#ffff00, #ffff00) 0 100%/100% 10px no-repeat; }
    @media screen and (max-width: 767px) {
      .news-body__h2 {
        margin: 30px 0 10px;
        letter-spacing: 0.1em;
        font-size: 22px; }
        .news-body__h2 .u-line {
          background-size: 100% 4px; } }
  .news-body .pro_h3_mt {
    margin-top: 86px; }
    @media screen and (max-width: 767px) {
      .news-body .pro_h3_mt {
        margin-top: 40px; } }
  .news-body__figure {
    margin: 110px 0 70px; }
    .news-body__figure_first {
      margin-top: 0 !important; }
    @media screen and (max-width: 767px) {
      .news-body__figure {
        margin: 50px -15px 30px; } }

.product01 .product_area {
  background: #fbddce;
  padding-top: 96px;
  margin-top: -80px;
  padding-bottom: 252px;
  position: relative; }
  .product01 .product_area .product_img04 {
    position: absolute;
    position: absolute;
    bottom: -12.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 1020px; }
    @media screen and (max-width: 767px) {
      .product01 .product_area .product_img04 {
        width: 100%;
        bottom: -5%; } }
  @media screen and (max-width: 767px) {
    .product01 .product_area {
      padding-bottom: 124px; } }
.product01 .pro_ttl_mt95 {
  margin-top: 95px; }
  @media screen and (max-width: 767px) {
    .product01 .pro_ttl_mt95 {
      margin-top: 55px; } }
.product01 .news-header-bg .pro-bg-txt {
  fill: #ffffd6; }
.product01 .main-contents {
  padding-top: 0; }
  .product01 .main-contents::before {
    content: '';
    display: block;
    margin-bottom: 80px;
    width: 100%;
    height: 90px;
    background-color: #fbddce; }
  @media screen and (max-width: 767px) {
    .product01 .main-contents::before {
      margin-bottom: 40px;
      height: 80px;
      background-color: #fbddce; } }

@media screen and (max-width: 767px) {
  .product02 .topics-block {
    margin-top: 50px; } }
.product02 .product_area {
  background: #ffd9e7;
  padding-top: 96px;
  margin-top: -80px;
  padding-bottom: 180px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .product02 .product_area {
      padding-bottom: 90px; } }
  .product02 .product_area .product_img04 {
    position: absolute;
    position: absolute;
    bottom: -12.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 1020px; }
    @media screen and (max-width: 767px) {
      .product02 .product_area .product_img04 {
        width: 100%;
        bottom: -5%; } }
.product02 .news-header .news-header__number {
  color: #000; }
.product02 .news-header-bg .pro-bg-txt {
  fill: #fafafa; }
.product02 .news-header .news-header__inner {
  padding: 210px 0 0; }
  @media screen and (max-width: 767px) {
    .product02 .news-header .news-header__inner {
      padding: 150px 0 0; } }
  .product02 .news-header .news-header__inner .product-header__title {
    position: relative;
    width: 740px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .product02 .news-header .news-header__inner .product-header__title {
        width: 90%; } }
    .product02 .news-header .news-header__inner .product-header__title:before {
      content: "";
      position: absolute;
      background-image: url("../img/product02/peach.svg");
      background-position: left,bottom;
      width: 130px;
      height: 160px;
      top: 80px;
      left: -55px; }
      @media screen and (max-width: 767px) {
        .product02 .news-header .news-header__inner .product-header__title:before {
          background-size: contain;
          width: 60px;
          top: -10px;
          left: -15px; } }
    .product02 .news-header .news-header__inner .product-header__title:after {
      content: "";
      position: absolute;
      background-image: url("../img/product02/peach.svg");
      background-position: right,bottom;
      width: 130px;
      height: 160px;
      top: 80px;
      right: -55px;
      transform: scale(-1, 1); }
      @media screen and (max-width: 767px) {
        .product02 .news-header .news-header__inner .product-header__title:after {
          background-size: contain;
          width: 60px;
          top: -10px;
          right: -15px; } }
.product02 .news-body p {
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .product02 .news-body p {
      margin-bottom: 0; } }
.product02 .news-body .topics-block .topics-block-tag .topics-block-tag__inner {
  border-top: 1px #ff5000 solid; }
  .product02 .news-body .topics-block .topics-block-tag .topics-block-tag__inner span {
    color: #ff5000; }
.product02 .news-body .head-copy {
  font-size: 15px;
  color: #506450;
  margin-top: 180px;
  font-weight: 600;
  letter-spacing: 0.03em; }
  @media screen and (max-width: 767px) {
    .product02 .news-body .head-copy {
      font-size: 13px;
      margin-top: 60px;
      letter-spacing: 0; } }
.product02 .news-body .product02-h2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.05em;
  width: 804px;
  margin: 0 0 35px; }
  @media screen and (max-width: 767px) {
    .product02 .news-body .product02-h2 {
      width: 100%;
      font-size: 20px;
      margin: 0 0 15px; } }
  .product02 .news-body .product02-h2 .product_h3_span {
    padding: 0 0 0 15px;
    background: #fff;
    margin-bottom: 0;
    line-height: 2;
    display: inline;
    padding: 5px 0 5px 15px; }
    @media screen and (max-width: 767px) {
      .product02 .news-body .product02-h2 .product_h3_span {
        padding: 5px; } }
.product02 .pro_txt_box {
  margin-bottom: 90px;
  background: none; }
  @media screen and (max-width: 767px) {
    .product02 .pro_txt_box {
      margin-bottom: 30px; } }
  .product02 .pro_txt_box .pro_txt {
    color: #506450;
    font-weight: 600;
    padding-bottom: 75px;
    background: #fff;
    letter-spacing: 0.03em; }
    @media screen and (max-width: 767px) {
      .product02 .pro_txt_box .pro_txt {
        font-size: 13px;
        padding-bottom: 45px;
        letter-spacing: 0; } }
.product02 .pro_txt_box-last-child {
  margin-bottom: 0; }
.product02 .main-contents {
  padding-top: 0; }
  .product02 .main-contents::before {
    content: '';
    display: block;
    margin-bottom: 80px;
    width: 100%;
    height: 90px;
    background-color: #ffd9e7; }
  @media screen and (max-width: 767px) {
    .product02 .main-contents::before {
      margin-bottom: 40px;
      height: 80px;
      background-color: #ffd9e7; } }
.product02 .product_nav {
  margin: 160px auto 170px; }
  @media screen and (max-width: 767px) {
    .product02 .product_nav {
      margin: 80px auto 80px; } }

.product03 .pc {
  display: block; }
  @media screen and (max-width: 767px) {
    .product03 .pc {
      display: none; } }
.product03 .sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .product03 .sp {
      display: block; } }
.product03 .product_area {
  background: #69ce80; }
  @media screen and (max-width: 767px) {
    .product03 .product_area {
      margin-top: -40px; } }
  .product03 .product_area .product_img04 {
    position: absolute;
    position: absolute;
    bottom: -12.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 1020px; }
    @media screen and (max-width: 767px) {
      .product03 .product_area .product_img04 {
        width: 100%;
        bottom: -5%; } }
.product03 .news-header {
  margin: 0 auto;
  max-width: 1400px; }
  .product03 .news-header .header-txtbox {
    padding-left: 100px;
    width: 50%;
    padding-top: 180px;
    padding-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .product03 .news-header .header-txtbox {
        width: 100%;
        padding-left: 0;
        padding-bottom: 0;
        margin-bottom: 30px;
        padding-top: 90px; } }
    .product03 .news-header .header-txtbox .news-header__tag {
      top: 50px; }
      @media screen and (max-width: 767px) {
        .product03 .news-header .header-txtbox .news-header__tag {
          top: 10px; } }
      .product03 .news-header .header-txtbox .news-header__tag:before {
        border-color: transparent transparent #69ce80 transparent; }
    .product03 .news-header .header-txtbox .news-header__number {
      color: #000; }
    .product03 .news-header .header-txtbox .news-header-other {
      margin-top: 30px; }
    .product03 .news-header .header-txtbox .news-header__inner {
      padding: 40px 60px 0 0; }
      @media screen and (max-width: 767px) {
        .product03 .news-header .header-txtbox .news-header__inner {
          padding: 0;
          margin-top: 20px; } }
      .product03 .news-header .header-txtbox .news-header__inner .product03-header__title {
        font-size: 38px;
        margin-left: 70px;
        line-height: 1.4; }
      .product03 .news-header .header-txtbox .news-header__inner .product03-intro {
        color: #595757;
        font-size: 12px;
        margin-left: 70px;
        margin-top: 35px;
        line-height: 1.8;
        letter-spacing: 0.03em;
        font-weight: 600; }
        @media screen and (max-width: 767px) {
          .product03 .news-header .header-txtbox .news-header__inner .product03-intro {
            letter-spacing: 0; } }
      .product03 .news-header .header-txtbox .news-header__inner .prof-box .profile {
        color: #595757;
        font-size: 12px;
        margin: 40px 0 10px; }
        @media screen and (max-width: 767px) {
          .product03 .news-header .header-txtbox .news-header__inner .prof-box .profile {
            margin: 20px 0 10px; } }
      .product03 .news-header .header-txtbox .news-header__inner .prof-box .prof-txt {
        color: #595757;
        font-size: 12px;
        border-bottom: 1px #595757 solid;
        border-top: 1px #595757 solid;
        padding: 15px 0;
        letter-spacing: 0.03em; }
        @media screen and (max-width: 767px) {
          .product03 .news-header .header-txtbox .news-header__inner .prof-box .prof-txt {
            letter-spacing: 0; } }
  .product03 .news-header .header-imgbox {
    background-image: url("../img/product03/product_img01.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 50%; }
    @media screen and (max-width: 767px) {
      .product03 .news-header .header-imgbox {
        width: 100%;
        height: 400px; } }
.product03 .news-body {
  padding: 0; }
  .product03 .news-body .topics-block {
    margin-top: 0; }
    .product03 .news-body .topics-block .topics-block-tag .topics-block-tag__inner {
      border-top: 1px #595757 solid; }
      .product03 .news-body .topics-block .topics-block-tag .topics-block-tag__inner span {
        color: #595757; }
    .product03 .news-body .topics-block .tag-right {
      right: 0;
      left: inherit;
      top: 100px; }
      .product03 .news-body .topics-block .tag-right .topics-block-tag__inner span {
        transform: rotate(90deg) translateX(5%);
        transform-origin: left top; }
    .product03 .news-body .topics-block .box-group {
      display: flex;
      max-width: 1400px;
      margin: 0 auto;
      flex-flow: row; }
      @media screen and (max-width: 767px) {
        .product03 .news-body .topics-block .box-group {
          display: block;
          padding: 0 15px;
          margin-top: 80px; } }
      .product03 .news-body .topics-block .box-group .img-box01 {
        background-image: url("../img/product03/product_img02.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        width: 50%; }
        @media screen and (max-width: 767px) {
          .product03 .news-body .topics-block .box-group .img-box01 {
            background-position: center;
            width: 100%;
            height: 360px; } }
      .product03 .news-body .topics-block .box-group .img-box02 {
        background-image: url("../img/product03/product_img03.jpg"); }
      .product03 .news-body .topics-block .box-group .img-box03 {
        background-image: url("../img/product03/product_img05.jpg"); }
      .product03 .news-body .topics-block .box-group .txt-box {
        width: 50%;
        padding: 80px 130px 110px 60px; }
        @media screen and (max-width: 767px) {
          .product03 .news-body .topics-block .box-group .txt-box {
            width: 100%;
            padding: 0;
            margin-top: 30px; } }
        .product03 .news-body .topics-block .box-group .txt-box .pro_txt {
          color: #000;
          font-weight: 300;
          font-family: "A-OTF A1Mincho" , "sans-serif";
          letter-spacing: 0.03em;
          margin-bottom: 0; }
          @media screen and (max-width: 767px) {
            .product03 .news-body .topics-block .box-group .txt-box .pro_txt {
              font-size: 13px;
              padding-right: 0;
              letter-spacing: 0; } }
        .product03 .news-body .topics-block .box-group .txt-box .pro_txt02 {
          margin-bottom: 50px; }
          @media screen and (max-width: 767px) {
            .product03 .news-body .topics-block .box-group .txt-box .pro_txt02 {
              padding-left: 0;
              margin-bottom: 20px; } }
      .product03 .news-body .topics-block .box-group .txt-box2 {
        padding-right: 60px;
        padding-left: 130px; }
        @media screen and (max-width: 767px) {
          .product03 .news-body .topics-block .box-group .txt-box2 {
            padding: 0;
            margin-top: 30px; } }
        .product03 .news-body .topics-block .box-group .txt-box2 .sun-flower {
          margin-left: 40px;
          margin-left: 0; }
      .product03 .news-body .topics-block .box-group .txt-box3 {
        padding-bottom: 0; }
        @media screen and (max-width: 767px) {
          .product03 .news-body .topics-block .box-group .txt-box3 {
            margin-top: 30px; } }
    .product03 .news-body .topics-block .reverse {
      flex-direction: row-reverse; }
  .product03 .news-body .img-box04 {
    background-image: url("../img/product03/product_img06.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 1400px;
    height: 700px;
    margin: 100px auto 0; }
    @media screen and (max-width: 767px) {
      .product03 .news-body .img-box04 {
        width: 100%;
        height: 188px;
        background-position: center;
        margin: 80px auto 0; } }
  .product03 .news-body .head-copy {
    font-size: 15px;
    color: #506450;
    margin-top: 180px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .product03 .news-body .head-copy {
        font-size: 13px;
        margin-top: 60px; } }
  .product03 .news-body .product02-h2 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #000; }
    @media screen and (max-width: 767px) {
      .product03 .news-body .product02-h2 {
        width: 100%;
        font-size: 20px;
        margin: 0 0 15px; } }
    .product03 .news-body .product02-h2 .product_h3_span {
      background: #fff;
      line-height: 2.5;
      display: inline;
      padding: 5px 0 5px 15px;
      letter-spacing: 0.05em; }
      @media screen and (max-width: 767px) {
        .product03 .news-body .product02-h2 .product_h3_span {
          padding: 5px;
          line-height: 2; } }
.product03 .main-contents {
  padding-top: 0; }
  .product03 .main-contents::before {
    content: '';
    display: block;
    width: 100%;
    background-color: #69ce80; }
  @media screen and (max-width: 767px) {
    .product03 .main-contents::before {
      margin-bottom: 40px;
      height: 80px;
      background-color: #69ce80; } }
.product03 .product_nav {
  margin: 160px auto 170px; }
  @media screen and (max-width: 767px) {
    .product03 .product_nav {
      margin: 80px auto 80px; } }

.news02 .news-header {
  position: relative;
  z-index: 0;
  padding-top: calc((380/1400)*100vw); }
  .news02 .news-header-tomato {
    position: absolute;
    top: -100px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    width: 850px; }
    @media screen and (max-width: 767px) {
      .news02 .news-header-tomato {
        width: 90%; } }
  .news02 .news-header-bg .bg-txt {
    fill: rgba(255, 255, 255, 0.2); }
  .news02 .news-header-bg .pro_bg_txt {
    fill: #ffffd6; }
  .news02 .news-header__number {
    color: #fff; }
  .news02 .news-header__tag::before {
    border-color: transparent transparent #e50000 transparent; }
.news02 .news-body {
  color: #fff; }
  .news02 .news-body__h2 {
    color: #ffff00; }
.news02 .archive-nav {
  margin-bottom: 0;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .news02 .archive-nav {
      margin-bottom: 0; } }
  .news02 .archive-nav__link {
    color: #fff; }
  @media screen and (max-width: 767px) {
    .news02 .archive-nav__item {
      border-bottom-color: #fff; } }
.news02 .main-contents {
  padding-top: 190px;
  padding-bottom: 170px;
  background-color: #e50000; }
  @media screen and (max-width: 979px) {
    .news02 .main-contents {
      overflow-x: hidden; } }
  @media screen and (max-width: 767px) {
    .news02 .main-contents {
      padding-bottom: 40px; }
      .news02 .main-contents::before {
        margin-bottom: 40px;
        height: 80px;
        background-color: #595757; } }

[data-emergence=hidden] {
  opacity: 0;
  transform: translateY(10px); }
  [data-emergence=hidden] .u-line {
    background: linear-gradient(#ffff00, #ffff00) 0 100%/0 0px no-repeat; }

[data-emergence=visible] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .6s ease, transform .6s ease; }
  [data-emergence=visible] .u-line {
    animation: 1s ease newshoverline forwards; }

@keyframes newshoverline {
  0% {
    background: linear-gradient(#ffff00, #ffff00) 0 100%/0 0px no-repeat; }
  100% {
    background: linear-gradient(#ffff00, #ffff00) 0 100%/100% 10px no-repeat; } }

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