/* CSS Document */
article {
  padding-top: 19rem; }

#works-child .ul-top {
  height: 635px;
  overflow: hidden; }
  @media screen and (max-width: 1199px) {
    #works-child .ul-top {
      height: 550px; } }
  @media screen and (max-width: 991px) {
    #works-child .ul-top {
      height: 440px; } }
  @media screen and (max-width: 767px) {
    #works-child .ul-top {
      height: 500px; } }
  @media screen and (max-width: 575px) {
    #works-child .ul-top {
      height: 400px; } }
  #works-child .ul-top img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
#works-child .container {
  padding-bottom: 10rem; }
  @media screen and (max-width: 767px) {
    #works-child .container {
      padding-bottom: 6rem; } }
  @media screen and (max-width: 575px) {
    #works-child .container {
      padding-bottom: 4rem; } }
  #works-child .container .number {
    font-family: 'Cormorant Garamond', serif;
    color: #fff;
    font-size: 170px;
    font-size: 17rem;
    font-style: italic;
    margin-top: -3rem;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 991px) {
      #works-child .container .number {
        font-size: 140px;
        font-size: 14rem; } }
    @media screen and (max-width: 767px) {
      #works-child .container .number {
        font-size: 120px;
        font-size: 12rem;
        margin-top: -2.5rem; } }
    @media screen and (max-width: 575px) {
      #works-child .container .number {
        font-size: 100px;
        font-size: 10rem;
        margin-top: -2rem; } }
  #works-child .container h1 {
    font-family: 'NotoSerifJP', serif;
    font-size: 31px;
    font-size: 3.1rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.15em;
    margin-top: 11rem;
    line-height: 1.6;
    margin-bottom: 4rem; }
    @media screen and (max-width: 991px) {
      #works-child .container h1 {
        font-size: 29px;
        font-size: 2.9rem;
        margin-top: 8rem; } }
    @media screen and (max-width: 575px) {
      #works-child .container h1 {
        font-size: 24px;
        font-size: 2.4rem;
        letter-spacing: 0.07em;
        margin-top: 6rem; } }
  #works-child .container .text-box {
    height: 300px; }
    @media screen and (max-width: 991px) {
      #works-child .container .text-box {
        height: 200px; } }
    #works-child .container .text-box p {
      font-weight: 300;
      color: #cdcdcd;
      margin-bottom: 2rem; }
  #works-child .container img {
    width: 100%;
    margin-bottom: 3rem; }
