/* -----------------------------------------------------
	variables
----------------------------------------------------- */
.jumbotron {
  position: relative; }
  @media screen and (min-width: 769px) {
    .jumbotron {
      padding-bottom: 5%;
      margin-top: -56px; } }
  @media screen and (max-width: 768px) {
    .jumbotron {
      padding-bottom: 8%; } }
  .jumbotron picture img {
    width: 100%; }
  .jumbotron .catch {
    width: 27.98611111111111%;
    position: absolute;
    top: 5.533596837944664%;
    right: 2.8472222222222223%; }
    @media screen and (max-width: 768px) {
      .jumbotron .catch {
        width: 73.06666666666666%;
        top: 1.7811704834605597%;
        left: -4.8%;
        right: inherit; } }
  .jumbotron .over {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%; }

.front-news {
  background: url(../img/common/bg_60.png) center top/100% repeat-y; }
  .front-news h2 {
    width: 35.1rem; }
    @media screen and (max-width: 768px) {
      .front-news h2 {
        width: 20rem; } }
  .front-news .news {
    padding: 0;
    margin: 4rem auto;
    border-bottom: 1px solid #373737; }
    @media screen and (max-width: 768px) {
      .front-news .news {
        margin: 2.5rem auto 2rem; } }
    .front-news .news-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 3rem;
      border-top: 1px solid #373737;
      padding: 2.4rem 0; }
      @media screen and (max-width: 768px) {
        .front-news .news-items {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          gap: .5rem;
          padding: 2rem 0; } }
      .front-news .news-items time {
        color: #a1a1a1;
        font-size: 1.1rem; }
        @media screen and (max-width: 768px) {
          .front-news .news-items time {
            font-size: 1.2rem; } }
      .front-news .news-items a {
        color: #fff;
        text-decoration: underline; }
        .front-news .news-items a:hover, .front-news .news-items a:active {
          text-decoration: none; }
  .front-news .btn-wrap {
    text-align: right; }
    @media screen and (max-width: 768px) {
      .front-news .btn-wrap {
        text-align: center; } }

.front-camp {
  background: url(../img/common/bg_40.png) center top/100% repeat-y #1c1c1c;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .front-camp {
      padding-bottom: 1rem; } }
  .front-camp h2 {
    width: 59rem; }
    @media screen and (max-width: 768px) {
      .front-camp h2 {
        width: 37rem; } }
  .front-camp .camp-items {
    border: 1px solid #707070;
    border-radius: .6rem;
    overflow: hidden;
    margin: 4.5rem auto 6rem; }
    @media screen and (max-width: 768px) {
      .front-camp .camp-items {
        margin: 3rem auto; } }
    .front-camp .camp-items dt {
      background-color: #fff;
      color: #000;
      padding: 2rem;
      font-size: 1.8rem;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        .front-camp .camp-items dt {
          padding: 1.5rem 1.7rem; } }
      .front-camp .camp-items dt span {
        margin-right: 1em; }
        .front-camp .camp-items dt span::after {
          content: "";
          display: inline-block;
          width: 1px;
          height: 1em;
          margin-left: 1em;
          background-color: #B6B6B6; }
    .front-camp .camp-items dd {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 2rem;
      margin: 0;
      line-height: 2;
      background-color: #000; }
      @media screen and (max-width: 768px) {
        .front-camp .camp-items dd {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          gap: 1rem;
          padding: 1.5rem 1.7rem 2rem; } }
      .front-camp .camp-items dd .text span {
        display: block;
        text-indent: -2.5em;
        padding-left: 2.5em; }
      .front-camp .camp-items dd .btn-wrap {
        margin-left: auto;
        line-height: 1.2; }
        @media screen and (max-width: 768px) {
          .front-camp .camp-items dd .btn-wrap {
            margin: auto; } }
