.sec-greeting, .sec-top-works {
  position: relative;
  padding: calc(14vw - 0.125rem) 0;
}
.sec-greeting::before, .sec-greeting::after, .sec-top-works::before, .sec-top-works::after {
  content: "";
  width: calc(100% - 4.375rem);
  height: 14.5vw;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  left: 2.1875rem;
  right: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .sec-greeting::before, .sec-greeting::after, .sec-top-works::before, .sec-top-works::after {
    width: calc(100% - 2.5rem);
    left: 1.25rem;
    right: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-greeting::before, .sec-greeting::after, .sec-top-works::before, .sec-top-works::after {
    width: calc(100% - 1.25rem);
    left: 0.625rem;
    right: 0.625rem;
  }
}
.sec-greeting::before, .sec-top-works::before {
  top: 0;
}
@media screen and (max-width: 576px) {
  .sec-greeting::before, .sec-top-works::before {
    top: -0.1875rem;
  }
}
.sec-greeting::after, .sec-top-works::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  bottom: 0;
}
@media screen and (max-width: 576px) {
  .sec-greeting::after, .sec-top-works::after {
    bottom: -0.1875rem;
  }
}
.sec-greeting .ly-container, .sec-top-works .ly-container {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
  padding: 0rem 0;
  z-index: 2;
  position: relative;
}

/*------------------------
  main visual
------------------------*/
.mainvisual {
  width: 100%;
}
.mainvisual .mv_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.mainvisual .mv_img .mv_bg {
  width: 100%;
}
.mainvisual .mv_img .mv_comic, .mainvisual .mv_img .mv_novel {
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
}
.mainvisual .mv_img .mv_comic {
  right: 0;
}
.mainvisual .mv_img .mv_novel {
  left: 0;
}
.mainvisual .mv_img .mv_cover {
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  right: 0;
  width: 100%;
}
.mainvisual .mv_img .sp {
  display: none;
}
@media screen and (max-width: 576px) {
  .mainvisual .mv_img .sp {
    display: block;
  }
  .mainvisual .mv_img .pc {
    display: none;
  }
}

/*------------------------
  top / outline list
------------------------*/
/*------------------------
  top / news list
------------------------*/
.news-sec .ly-container {
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .news-sec .ly-container {
    padding-bottom: 5.625rem;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .ly-container {
    padding-bottom: 4.375rem;
  }
}
.news-sec .news-wrap .news-twitter_btn {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 0.75rem;
  max-width: 40.625rem;
  margin: 0 auto;
  margin-bottom: 2.875rem;
  padding: 1.875rem 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-twitter_btn {
    margin-bottom: 1.5rem;
    padding: 1.25rem 1rem;
    max-width: 34.375rem;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .news-wrap .news-twitter_btn {
    margin-bottom: 1.5rem;
    padding: 1rem 0.75rem;
  }
}
.news-sec .news-wrap .news-twitter_btn .x_btn_x {
  display: block;
  width: 2.5rem;
  margin-right: 0.75rem;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-twitter_btn .x_btn_x {
    width: 2rem;
  }
}
.news-sec .news-wrap .news-twitter_btn p {
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-twitter_btn p {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .news-wrap .news-twitter_btn p {
    display: block;
    font-size: 1rem;
  }
}
.news-sec .news-wrap .news-twitter_btn p br {
  display: none;
}
@media screen and (max-width: 576px) {
  .news-sec .news-wrap .news-twitter_btn p br {
    display: block;
  }
}
.news-sec .news-wrap .news-twitter_btn:hover {
  color: #b9b9b9;
}
.news-sec .news-wrap .news-body {
  background-color: #FFF;
  border-radius: 0.75rem;
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  margin-bottom: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 3.125rem;
}
.news-sec .news-wrap .news-body .btn_common {
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .news-sec .news-wrap .news-body {
    width: 100%;
    padding: 1rem 1.5rem;
    border-radius: 2.5rem;
  }
  .news-sec .news-wrap .news-body .btn_common {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 576px) {
  .news-sec .news-wrap .news-body {
    border-radius: 1.875rem;
  }
}

/*------------------------
  greeting
------------------------*/
.sec-greeting::before, .sec-greeting::after {
  background-image: url(../../images/top/intro_head.png);
}
.sec-greeting .ly-container {
  background: #ab0039;
}
.sec-greeting .ly-container .ly-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec-greeting .ly-container .ly-wrapper .deco {
  width: 11.5625rem;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-greeting .ly-container .ly-wrapper .deco {
    width: 7.5rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-greeting .ly-container .ly-wrapper .deco {
    width: 5.625rem;
  }
}
.sec-greeting .ly-container .ly-wrapper .deco_top {
  margin: -6.25rem auto 1.875rem;
}
@media screen and (max-width: 767px) {
  .sec-greeting .ly-container .ly-wrapper .deco_top {
    margin: -3.125rem auto 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-greeting .ly-container .ly-wrapper .deco_top {
    margin: -1rem auto 1.25rem;
  }
}
.sec-greeting .ly-container .ly-wrapper .deco_bottom {
  margin: 1.875rem auto -6.25rem;
}
@media screen and (max-width: 767px) {
  .sec-greeting .ly-container .ly-wrapper .deco_bottom {
    margin: 1.875rem auto -3.125rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-greeting .ly-container .ly-wrapper .deco_bottom {
    margin: 1.25rem auto -1rem;
  }
}
.sec-greeting .ly-container .ly-wrapper h2 {
  margin-bottom: 2.5rem;
}
.sec-greeting .ly-container .ly-wrapper h2 .sub {
  color: #f2e2a0;
}
.sec-greeting .ly-container .ly-wrapper h2 .sub::before, .sec-greeting .ly-container .ly-wrapper h2 .sub::after {
  background: url(../../images/text/text_deco_y.svg);
}
@media screen and (max-width: 576px) {
  .sec-greeting .ly-container .ly-wrapper h2 {
    margin-bottom: 1.5rem;
  }
}
.sec-greeting .ly-container .ly-wrapper p {
  font-size: 1rem;
  line-height: 2.5;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .sec-greeting .ly-container .ly-wrapper p {
    font-size: 0.875rem;
    text-align: left;
    line-height: 2;
  }
}

/*------------------------
  mulch
------------------------*/
.sec-mulch .ly-container {
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .sec-mulch .ly-container {
    padding-bottom: 4.375rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-mulch .ly-container {
    padding-bottom: 2.5rem;
  }
}
.sec-mulch .sec-mulch_contents {
  width: calc(50% - 1.4375rem);
  position: relative;
  margin-bottom: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents {
    width: 100%;
    max-width: 33.75rem;
  }
}
.sec-mulch .sec-mulch_contents .mulch_frame {
  width: 100%;
}
.sec-mulch .sec-mulch_contents .mulch_frame.inversion {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents .mulch_frame.pc {
    display: none;
  }
}
.sec-mulch .sec-mulch_contents .mulch_frame.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents .mulch_frame.sp {
    display: block;
  }
}
.sec-mulch .sec-mulch_contents .sec-mulch_contents_inner {
  background-repeat: repeat-y;
  background-size: contain;
  width: 100%;
  padding: 0 2.5rem;
  z-index: 2;
}
.sec-mulch .sec-mulch_contents .sec-mulch_contents_inner .comingsoon {
  font-size: 2.5rem;
  color: #a9875e;
  text-align: center;
  display: block;
  opacity: 0.5;
  line-height: 1.2;
}
.sec-mulch .sec-mulch_contents .sec-mulch_contents_inner.frame1 {
  background-image: url(../../images/top/mulch_frame1_mid.png);
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents .sec-mulch_contents_inner.frame1 {
    background-image: url(../../images/top/mulch_frame1_mid_sp.png);
  }
}
.sec-mulch .sec-mulch_contents .sec-mulch_contents_inner.frame2 {
  background-image: url(../../images/top/mulch_frame2_mid.png);
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents .sec-mulch_contents_inner.frame2 {
    background-image: url(../../images/top/mulch_frame2_mid_sp.png);
  }
}
.sec-mulch .sec-mulch_contents .sec-mulch_contents_inner.frame3 {
  background-image: url(../../images/top/mulch_frame3_mid.png);
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents .sec-mulch_contents_inner.frame3 {
    background-image: url(../../images/top/mulch_frame3_mid_sp.png);
  }
}
.sec-mulch .sec-mulch_contents .sec-mulch_contents_inner.frame4 {
  background-image: url(../../images/top/mulch_frame4_mid.png);
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents .sec-mulch_contents_inner.frame4 {
    background-image: url(../../images/top/mulch_frame4_mid_sp.png);
  }
}
.sec-mulch .sec-mulch_contents .chara {
  position: absolute;
  z-index: 3;
  cursor: pointer;
}
.sec-mulch .sec-mulch_contents .chara::before {
  content: "";
  display: block;
  padding-top: 142.5%;
}
.sec-mulch .sec-mulch_contents .chara img {
  width: 100%;
}
.sec-mulch .sec-mulch_contents .chara .chara_back, .sec-mulch .sec-mulch_contents .chara .chara_front {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sec-mulch .sec-mulch_contents .chara .chara_front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.sec-mulch .sec-mulch_contents .chara.active .chara_back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.sec-mulch .sec-mulch_contents .chara.active .chara_front {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.sec-mulch .sec-mulch_contents .mulch_deco {
  position: absolute;
}
.sec-mulch .sec-mulch_contents .mulch_deco.deco_1 {
  width: 10.625rem;
}
.sec-mulch .sec-mulch_contents .mulch_deco.deco_2 {
  width: 5.25rem;
}
.sec-mulch .sec-mulch_contents .mulch_deco.deco_3 {
  width: 5.25rem;
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents .mulch_deco.deco_1 {
    width: 5.875rem;
  }
  .sec-mulch .sec-mulch_contents .mulch_deco.deco_2 {
    width: 3.5625rem;
  }
  .sec-mulch .sec-mulch_contents .mulch_deco.deco_3 {
    width: 3.5625rem;
  }
}
.sec-mulch .sec-mulch_contents.ticket {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents.ticket {
    margin: 0 auto;
  }
}
.sec-mulch .sec-mulch_contents.ticket .deco_1 {
  right: -58%;
  bottom: 61%;
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents.ticket .deco_1 {
    right: 2%;
    bottom: -48%;
  }
}
@media screen and (max-width: 576px) {
  .sec-mulch .sec-mulch_contents.ticket .deco_1 {
    right: 4%;
    bottom: -36%;
  }
}
.sec-mulch .sec-mulch_contents.contents {
  margin: -14% 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents.contents {
    margin: 9.375rem auto 0;
  }
}
@media screen and (max-width: 576px) {
  .sec-mulch .sec-mulch_contents.contents {
    margin: 5.375rem auto 0;
  }
}
.sec-mulch .sec-mulch_contents.contents .chara {
  width: 18.0625rem;
  height: 18.0625rem;
  left: -78%;
  bottom: -30%;
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents.contents .chara {
    width: 12.0625rem;
    height: 12.0625rem;
    left: -6%;
    top: -27%;
    bottom: auto;
  }
}
@media screen and (max-width: 576px) {
  .sec-mulch .sec-mulch_contents.contents .chara {
    width: 7.8125rem;
    height: 7.8125rem;
    left: -3%;
    top: -24%;
  }
}
.sec-mulch .sec-mulch_contents.contents .deco_2 {
  left: -98%;
  bottom: -33%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents.contents .deco_2 {
    left: 16%;
    bottom: -30%;
  }
}
@media screen and (max-width: 576px) {
  .sec-mulch .sec-mulch_contents.contents .deco_2 {
    bottom: -27%;
  }
}
.sec-mulch .sec-mulch_contents.goods {
  margin: 15% auto 0 0;
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents.goods {
    margin: 9.375rem auto 0;
  }
}
@media screen and (max-width: 576px) {
  .sec-mulch .sec-mulch_contents.goods {
    margin: 5.375rem auto 0;
  }
}
.sec-mulch .sec-mulch_contents.goods .chara {
  width: 15.625rem;
  height: 22.375rem;
  right: -80%;
  bottom: 8%;
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents.goods .chara {
    width: 10.5rem;
    height: 15.05rem;
    right: -6%;
    top: -63%;
    bottom: auto;
  }
}
@media screen and (max-width: 576px) {
  .sec-mulch .sec-mulch_contents.goods .chara {
    width: 6.8125rem;
    height: 9.7625rem;
    right: -4%;
    top: -52%;
  }
}
.sec-mulch .sec-mulch_contents.goods .deco_3 {
  right: -104%;
  bottom: 114%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents.goods .deco_3 {
    right: 13%;
    bottom: -53%;
  }
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents.goods .deco_3 {
    bottom: -43%;
  }
}
.sec-mulch .sec-mulch_contents.present {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents.present {
    margin: 9.375rem auto 0;
  }
}
@media screen and (max-width: 576px) {
  .sec-mulch .sec-mulch_contents.present {
    margin: 5.375rem auto 0;
  }
}
.sec-mulch .sec-mulch_contents.present .text_wrap {
  margin-bottom: 0.75rem;
}
.sec-mulch .sec-mulch_contents.present .text_wrap p:first-child {
  margin-bottom: 1.875rem;
}
.sec-mulch .sec-mulch_contents.present .text_wrap span.headline {
  display: block;
  color: #a9875e;
  font-weight: 700;
  text-align: center;
}
.sec-mulch .sec-mulch_contents.present .chara {
  width: 15.625rem;
  height: 17.375rem;
  left: -80%;
  bottom: 22%;
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents.present .chara {
    width: 12.0625rem;
    height: 13.4125rem;
    left: -6%;
    top: -28%;
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents.present .chara {
    width: 7.8125rem;
    height: 8.75rem;
    left: -5%;
    top: -22%;
  }
}
.sec-mulch .sec-mulch_contents.present .deco_3 {
  left: -108%;
  bottom: 16%;
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents.present .deco_3 {
    display: none;
  }
}
.sec-mulch .sec-mulch_contents.special {
  margin: -4% auto 0 0;
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents.special {
    margin: 9.375rem auto 0;
  }
}
@media screen and (max-width: 576px) {
  .sec-mulch .sec-mulch_contents.special {
    margin: 5.375rem auto 0;
  }
}
.sec-mulch .sec-mulch_contents.special .chara {
  width: 15.625rem;
  height: 21rem;
  right: -78%;
  bottom: -22%;
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents.special .chara {
    width: 10.375rem;
    height: 13.925rem;
    right: -6%;
    top: -42%;
    bottom: auto;
  }
}
@media screen and (max-width: 576px) {
  .sec-mulch .sec-mulch_contents.special .chara {
    width: 6.75rem;
    height: 9.0625rem;
    right: -6%;
    top: -27%;
  }
}
.sec-mulch .sec-mulch_contents.special .deco_1 {
  left: 22%;
  bottom: -42%;
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents.special .deco_1 {
    left: 19%;
    top: -44%;
  }
}
@media screen and (max-width: 576px) {
  .sec-mulch .sec-mulch_contents.special .deco_1 {
    top: -32%;
  }
}
.sec-mulch .sec-mulch_contents.special .deco_2 {
  right: -99%;
  bottom: -23%;
}
@media screen and (max-width: 767px) {
  .sec-mulch .sec-mulch_contents.special .deco_2 {
    display: none;
  }
}
.sec-mulch .btn_common {
  text-align: center;
  margin-top: 1.25rem;
}

/*------------------------
  works
------------------------*/
.sec-top-works {
  padding-bottom: 0;
}
.sec-top-works::before {
  background-image: url(../../images/top/works_head.png);
}
.sec-top-works::after {
  background-image: url(../../images/top/mv_pc_cover.png);
  -webkit-transform: none;
          transform: none;
  bottom: -6vw;
  z-index: 4;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}
.sec-top-works .ly-container {
  background: #485385;
  background-image: url(../../images/top/bg_luxury.png);
  background-size: calc(100% - 4.375rem) auto;
  background-repeat: repeat-y;
  background-position: top center;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 576px) {
  .sec-top-works .ly-container {
    padding-bottom: 2.5rem;
  }
}
.sec-top-works h2 .sub {
  color: #f2e2a0;
}
.sec-top-works h2 .sub::before, .sec-top-works h2 .sub::after {
  background: url(../../images/text/text_deco_y.svg);
}
.sec-top-works .works_wrap {
  margin: 0 auto;
  max-width: 62.5rem;
  border-radius: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 37.5rem;
}
@media screen and (max-width: 576px) {
  .sec-top-works .works_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec-top-works .works_wrap .works_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 576px) {
  .sec-top-works .works_wrap .works_img {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0.75rem;
  }
}
.sec-top-works .works_wrap .works_img img {
  position: relative;
  z-index: 2;
}
.sec-top-works .works_wrap .works_text {
  position: relative;
  margin: 0 0 0 auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-top-works .works_wrap .works_text h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  position: relative;
  letter-spacing: 0.125rem;
  color: #f2e2a0;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec-top-works .works_wrap .works_text h3 {
    font-size: 1.25rem;
    margin-bottom: 0.375rem;
    letter-spacing: 0.0625rem;
  }
}
@media screen and (max-width: 576px) {
  .sec-top-works .works_wrap .works_text h3 {
    text-align: center;
    font-size: 1.125rem;
  }
}
.sec-top-works .works_wrap .works_text p {
  position: relative;
  margin-bottom: 1.5rem;
  color: #FFF;
}
@media screen and (max-width: 576px) {
  .sec-top-works .works_wrap .works_text p {
    font-size: 0.75rem;
  }
}
.sec-top-works .works_wrap .works_link {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sec-top-works .works_wrap .works_link:hover {
  opacity: 0.5;
}