@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : ticket.css
Description : チケットページ
===================================================================== */
/* ====================================================
    ページ共通
=====================================================*/
#topics #topics-article {
  position: relative;
  margin-top: -8%;
  padding-bottom: 40%;
}
#topics #topics-article::before {
  position: absolute;
  content: "";
  background: url(../images/topics/bg_topics-sp.png);
  background-size: cover;
  background-repeat: repeat-y;
  top: 1.0666666667%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  #topics #topics-article {
    margin-top: -3.2291666667%;
    padding-left: 20.8333333333%;
    padding-bottom: 3.9583333333%;
  }
  #topics #topics-article::before {
    background: url(../images/topics/bg_topics-pc.png);
    background-size: cover;
    background-repeat: repeat-y;
    top: 2.0833333333%;
  }
}
@media screen and (min-width: 1920px) {
  #topics #topics-article::before {
    top: 2.7083333333%;
  }
}
/* ====================================================
    記事ブロック
=====================================================*/
#topics article {
  background: #e5dbce;
  margin-left: calc(50% - 50vw);
  padding: 11.2% 2.1333333333% 11.7333333333% 7.0666666667%;
}
#topics article:not(:first-child) {
  margin-top: 10.6666666667%;
}
#topics article time {
  font-size: 4rem;
  letter-spacing: 0.12em;
}
#topics article h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.22em;
  border-bottom: 2px solid #d5b9b2;
  margin-top: 3.7333333333%;
  padding-bottom: 3.4666666667%;
}
#topics article h4 {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 5.6%;
  padding-left: 6.4%;
}
#topics article h4::before {
  position: absolute;
  content: "";
  background: #b8c7b6;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
}
#topics article p {
  font-size: 3rem;
  line-height: 1.65;
  letter-spacing: 0.14em;
  padding: 5.8666666667% 0 7.2% 2px;
}
#topics article p span {
  color: #e4765d;
}
#topics article .topics_photo {
  display: block;
  margin: 5.8666666667% 1.0666666667% 7.2% 0;
}
#topics article .topics_photo .photo_unit {
  position: relative;
  display: block;
}
#topics article .topics_photo .photo_unit:not(:first-child) {
  margin-top: 4%;
}
#topics article .topics_link a {
  position: relative;
  color: #e4765d;
  font-size: 3.2rem;
  font-weight: 700;
  padding: 0 0 0 9.3333333333%;
}
#topics article .topics_link a::before {
  position: absolute;
  content: "";
  background: url(../images/common/icon_link.png) no-repeat;
  background-size: contain;
  left: 0;
  width: 3.6rem;
  height: 3.6rem;
}

@media screen and (min-width: 768px) {
  #topics .inner {
    padding: 0px 90px;
  }
  #topics article {
    margin-left: auto;
    padding: 6rem 14.5rem;
  }
  #topics article:not(:first-child) {
    margin-top: 3rem;
  }
  #topics article time {
    font-size: 2rem;
  }
  #topics article h3 {
    font-size: 1.8rem;
    margin-top: 1rem;
    padding-bottom: 2.5rem;
  }
  #topics article h4 {
    font-size: 1.6rem;
    margin-top: 2rem;
    padding-left: 2.2rem;
  }
  #topics article h4::before {
    width: 1.6rem;
    height: 1.6rem;
  }
  #topics article p {
    font-size: 1.6rem;
    padding: 3rem 0 2rem;
  }
  #topics article .topics_photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  #topics article .topics_photo.photo1 {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
  }
  #topics article .topics_photo.photo1 .photo_unit {
    width: 100%;
  }
  #topics article .topics_photo.photo2 {
    width: 100%;
  }
  #topics article .topics_photo.photo2 .photo_unit {
    width: 46%;
  }
  #topics article .topics_photo.photo2 .photo_unit:nth-child(2n) {
    margin-left: 4rem;
  }
  #topics article .topics_photo.photo2 .photo_unit:nth-child(n+3) {
    margin-top: 2.8rem;
  }
  #topics article .topics_photo.photo2 .photo_unit:nth-child(2n+1) {
    margin-left: 0;
  }
  #topics article .topics_photo .photo_unit:not(:first-child) {
    margin-top: 0;
  }
  #topics article .topics_link a {
    font-size: 1.6rem;
    padding-top: 0.5rem;
    padding-left: 4rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #topics article .topics_link a::before {
    top: 0.25rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  #topics article .topics_link a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1100px) {
  #topics .inner {
    padding: 0px 173px;
  }
}
@media screen and (min-width: 1500px) {
  #topics article .topics_photo.photo2 .photo_unit:nth-child(2n) {
    margin-left: 5rem;
  }
}
@media screen and (min-width: 1920px) {
  #topics article .topics_photo.photo2 .photo_unit:nth-child(2n) {
    margin-left: 7rem;
  }
  #topics article .topics_photo.photo2 .photo_unit:nth-child(n+3) {
    margin-top: 4rem;
  }
}/*# sourceMappingURL=topics.css.map */