.l-title {
  width: 27%;
}

.l-title span {
  position: relative;
}

.l-title span:after {
  position: absolute;
  bottom: 0%;
  left: 50%;
  background-color: #000;
  width: 150px;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
}

.right-content {
  width: 73%;
}

@media screen and (max-width: 767px) {
  .l-title {
    width: auto;
  }
  .l-title span:after {
    width: 23.33333vw;
  }
  .right-content {
    width: auto;
  }
}

/*-----------
event-l_wrap
-----------*/
.event-l_wrap {
  background: url("../images/top/pc-event_bg.jpg") no-repeat center/cover;
  padding: 158px 0 108px;
}

.event-l_wrap .event-inn {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.event-l_wrap .event-inn img {
  width: 280px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.event-l_wrap li {
  width: 30.85106%;
}

.event-l_wrap li:nth-of-type(2) {
  margin: 0 36px;
}

.event-l_wrap li:nth-of-type(4) {
  display: none;
}

.event-l_wrap .contents {
  padding: 28px 16px 0;
}

.event-l_wrap time {
  font-size: 12px;
}

.event-l_wrap .title {
  font-size: 16px;
  line-height: 2.16667;
}

@media screen and (max-width: 767px) {
  .event-l_wrap {
    background: url("../images/top/sp-event_bg.jpg") no-repeat top center/100% auto;
    padding: 35px 3.73333vw 22px;
  }
  .event-l_wrap .event-inn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event-l_wrap .event-inn img {
    width: 40vw;
    height: 26.66667vw;
  }
  .event-l_wrap h2 {
    padding-bottom: 35px;
  }
  .event-l_wrap .l-title span:after {
    background-color: #fff;
  }
  .event-l_wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .event-l_wrap li {
    width: 48%;
  }
  .event-l_wrap li:nth-of-type(3),
  .event-l_wrap li:nth-of-type(4) {
    margin-top: 25px;
  }
  .event-l_wrap li:nth-of-type(4) {
    display: block;
  }
  .event-l_wrap li:nth-of-type(2) {
    margin: 0;
  }
  .event-l_wrap .contents {
    padding: 15px 0 0;
  }
  .event-l_wrap time {
    font-size: clamp(12px, 3.33333vw, 25px);
    line-height: 1.4;
  }
  .event-l_wrap .title {
    font-size: clamp(12px, 3.33333vw, 25px);
    line-height: 1.4;
  }
}

/*-----------
news-l_wrap
-----------*/
.news-l_wrap {
  padding: 88px 0 58px;
}

.news-l_wrap li > a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .news-l_wrap {
    padding: 30px 6.13333vw 45px;
  }
  .news-l_wrap .news-inn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-l_wrap h2 {
    padding-bottom: 35px;
  }
  .news-l_wrap li > a {
    font-size: clamp(12px, 3.33333vw, 25px);
    padding: 4px 0;
    margin-bottom: 12px;
  }
}

/*-----------
ranking-l_wrap
-----------*/
.ranking-l_wrap {
  padding: 108px 0 80px;
  background: url("../images/top/ranking_bg.jpg") no-repeat center;
}

.ranking-l_wrap h2 {
  margin-top: 158px;
}

.ranking-l_wrap ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ranking-l_wrap li:nth-child(1),
.ranking-l_wrap li:nth-child(2) {
  width: 35.83333%;
}

.ranking-l_wrap li:nth-child(1) img,
.ranking-l_wrap li:nth-child(2) img {
  width: 100%;
  height: 35.83333%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}

.ranking-l_wrap li:nth-child(1) {
  margin-right: 54px;
}

.ranking-l_wrap li:nth-child(3),
.ranking-l_wrap li:nth-child(4),
.ranking-l_wrap li:nth-child(5) {
  width: 23.33333%;
  margin-top: 50px;
}

.ranking-l_wrap li:nth-child(3) img,
.ranking-l_wrap li:nth-child(4) img,
.ranking-l_wrap li:nth-child(5) img {
  width: 100%;
  height: 15.83333%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 190px;
  display: block;
  margin: 0 auto;
}

.ranking-l_wrap li:nth-child(4) {
  margin-left: 38px;
  margin-right: 38px;
}

@media screen and (max-width: 767px) {
  .ranking-l_wrap {
    padding: 40px 6.13333vw 45px;
    background: url("../images/top/sp-ranking_bg.jpg") #e9e2d8 no-repeat top center/100% auto;
  }
  .ranking-l_wrap h2 {
    margin-top: 0;
    padding-bottom: 35px;
  }
  .ranking-l_wrap .ranking-inn.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ranking-l_wrap ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ranking-l_wrap p {
    font-size: clamp(12px, 3.33333vw, 25px);
    line-height: 1.2;
    padding-top: 10px;
  }
  .ranking-l_wrap li {
    margin-top: 18px;
  }
  .ranking-l_wrap li:nth-child(1),
  .ranking-l_wrap li:nth-child(2) {
    width: auto;
  }
  .ranking-l_wrap li:nth-child(1) img,
  .ranking-l_wrap li:nth-child(2) img {
    width: 87.73333vw;
    max-width: 658px;
    height: 54.66667vw;
    max-height: 410px;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ranking-l_wrap li:nth-child(1) {
    margin-right: 0;
    margin-top: 0;
  }
  .ranking-l_wrap li:nth-child(3),
  .ranking-l_wrap li:nth-child(4),
  .ranking-l_wrap li:nth-child(5) {
    width: 48%;
    margin-top: 18px;
    margin: 18px 0 0;
  }
}

/*-----------
newTopics-l_wrap
-----------*/
.newTopics-l_wrap {
  padding: 80px 0 90px;
}

.newTopics-l_wrap li > a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .newTopics-l_wrap {
    padding: 30px 6.13333vw 35px;
  }
  .newTopics-l_wrap h2 {
    padding-bottom: 30px;
  }
  .newTopics-l_wrap .newTopics-inn.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newTopics-l_wrap li > a {
    padding: 4px 0;
    margin-bottom: 15px;
  }
}

/*-----------
staffColumn-l_wrap
-----------*/
.staffColumn-l_wrap {
  background: url("../images/top/staffcolumn_bg.jpg") no-repeat center;
  padding: 160px 0 96px;
  color: white;
}

.staffColumn-l_wrap h2 span:after {
  background-color: #fff;
}

.staffColumn-l_wrap ul.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.staffColumn-l_wrap li {
  text-align: center;
}

.staffColumn-l_wrap li:nth-child(2) {
  margin: 0 70px;
}

.staffColumn-l_wrap li:nth-child(4) {
  display: none;
}

.staffColumn-l_wrap li img {
  width: 180px;
  height: auto;
}

.staffColumn-l_wrap .contents {
  text-align: initial;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .staffColumn-l_wrap {
    background: url("../images/top/sp-staffcolumn_bg.jpg") no-repeat center;
    padding: 50px 6.13333vw 0;
  }
  .staffColumn-l_wrap .staffColumn-inn.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .staffColumn-l_wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .staffColumn-l_wrap li {
    width: 48%;
    padding-bottom: 18px;
  }
  .staffColumn-l_wrap li:nth-child(2) {
    margin: 0;
  }
  .staffColumn-l_wrap li:nth-child(4) {
    display: block;
  }
  .staffColumn-l_wrap li img {
    width: auto;
  }
  .staffColumn-l_wrap .contents {
    text-align: initial;
    padding-top: 30px;
  }
}

/*-----------
pickUp-l_wrap
-----------*/
.pickUp-l_wrap {
  padding: 120px 0 140px;
  background-color: #f2f2e9;
}

.pickUp-l_wrap ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pickUp-l_wrap li {
  width: 33%;
  text-align: center;
}

.pickUp-l_wrap li a {
  color: #60605c;
}

.pickUp-l_wrap li:not(.mt0) {
  margin-top: 100px;
}

.pickUp-l_wrap h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.pickUp-l_wrap .pickUp-img {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .pickUp-l_wrap {
    padding: 45px 6.13333vw 30px;
  }
  .pickUp-l_wrap .pickUp-inn.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pickUp-l_wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 35px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pickUp-l_wrap li {
    width: 48%;
    text-align: center;
    margin-bottom: 25px;
  }
  .pickUp-l_wrap li:not(.mt0) {
    margin-top: 0;
  }
  .pickUp-l_wrap li:nth-last-of-type(1) {
    margin: 0 auto;
  }
  .pickUp-l_wrap h3 {
    font-size: clamp(15px, 4vw, 30px);
    line-height: 1;
  }
  .pickUp-l_wrap p {
    font-size: clamp(12px, 3.33333vw, 25px);
  }
  .pickUp-l_wrap .ruby {
    font-size: clamp(10px, 2.66667vw, 20px);
  }
  .pickUp-l_wrap .pickUp-img {
    padding: 20px 0;
  }
}

/*-----------
instagram-l_wrap
-----------*/
.instagram-l_wrap {
  padding: 168px 0 120px;
}

.instagram-l_wrap .l-title-img {
  padding-top: 38px;
}

.instagram-l_wrap ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 3.73333vw;
}

.instagram-l_wrap li {
  width: 33%;
}

.instagram-l_wrap li:not(.mt0) {
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .instagram-l_wrap {
    padding: 50px 0;
  }
  .instagram-l_wrap .instagram-inn.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .instagram-l_wrap .l-title-img {
    padding-top: 38px;
  }
  .instagram-l_wrap li {
    width: 49%;
    padding-bottom: 10px;
  }
  .instagram-l_wrap li:not(.mt0) {
    margin-top: 0;
  }
  .instagram-l_wrap li:nth-of-type(5),
  .instagram-l_wrap li:nth-of-type(6) {
    display: none;
  }
}

/*-----------
about-l_wrap
-----------*/
.about-l_wrap {
  padding: 180px 0 90px;
  background: url("../images/top/about_bg.jpg") no-repeat center/cover;
}

.about-l_wrap .left-content, .about-l_wrap .right-content {
  width: 50%;
}

.about-l_wrap .left-content {
  color: white;
  padding-left: 60px;
}

.about-l_wrap .l-title {
  text-align: initial;
}

.about-l_wrap h2 {
  padding-bottom: 60px;
}

.about-l_wrap .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-l_wrap .text:not(:last-of-type) {
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .about-l_wrap {
    padding: 30px 6.13333vw 45px;
    background: url("../images/top/sp-staffcolumn_bg.jpg") no-repeat center/cover;
  }
  .about-l_wrap .left-content, .about-l_wrap .right-content {
    width: auto;
  }
  .about-l_wrap .left-content {
    color: white;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .about-l_wrap .l-title {
    text-align: initial;
  }
  .about-l_wrap h2 {
    padding-bottom: 25px;
  }
  .about-l_wrap .about-inn.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-l_wrap .text {
    font-size: clamp(12px, 3.33333vw, 25px);
  }
  .about-l_wrap .text:not(:last-of-type) {
    padding-bottom: 12px;
  }
}
/*# sourceMappingURL=top.css.map */