@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : course_gellery.css                        */
/* update : 2025                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
/* 学生作品一覧 */
/*-------------------------------*/
/* ゲーム制作の裏側に密着！・学生作品詳細 */
/*-------------------------------*/
/* 学生作品 スライダー */
/*-------------------------------*/
/*-------------------------------*/
/* PCのMAXサイズ */
/*-------------------------------*/
/* PCのMAXサイズ */
/* ------PC大きいサイズ END------------*/
/*----------------------------------------------------*/
/* 微調整用のCSS */
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* SP用のCSS */
/*----------------------------------------------------*/
/* sp */
/* 学生作品一覧 */
/*-------------------------------*/
/* ゲーム制作の裏側に密着！・学生作品詳細 */
/*-------------------------------*/
/* 学生作品 スライダー */
/*-------------------------------*/
/*----------------------------------------------------*/

.h1_sub span {
  background: #e50166;
}

.h1 span {
  color: #e50166;
}

.h1_bg {
  height: 400px;
  box-sizing: border-box;
}

.gallery .h1_bg {
  background: url(../game_coll/s_gallery/img/mv.jpg) no-repeat center top/cover;
}
.gallery .bnr_wrap {
  position: relative;
  margin-bottom: 50px;
}
.gallery .bnr_wrap .fukidashi {
  position: absolute;
  top: -70%;
  right: 20%;
  display: block;
}
.gallery .bnr_wrap .bnr {
  display: block;
  text-align: center;
}
.gallery .gallery_list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 2.63%;
}
.gallery .gallery_list li {
  width: 31.58%;
}
.gallery .gallery_list li .title {
  position: relative;
  background: #e50166;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  padding: 5px 10px;
}
.gallery .gallery_list li .title:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: calc(50% - 0.2em);
  right: 20px;
  transform: rotate(45deg);
}
.gallery .gallery_list li img {
  width: 100%;
}
.gallery .gallery_list li.mar {
  margin-right: 10%;
}
.gallery .gallery_list.list02 li {
  width: auto;
}

.mt01 {
  margin-top: 30px;
}

.mt02 {
  margin-top: 40px;
}

.mb02 {
  margin-bottom: 20px;
}

.note {
  font-size: 12px;
  margin-top: 10px;
}

.tag_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3px 3px;
  margin-top: 40px;
}
.tag_list li a {
  display: block;
  background: #F0F0F0;
  color: #918787;
  border-radius: 10px;
  padding: 1px 7px;
  font-size: 10px;
  pointer-events: none;
}
.tag_list li.li01 a {
  background: #FFE4F0;
}

.gallery_list li .tag_list {
  margin-top: 10px;
}
.gallery_list li .tag_list li {
  width: auto;
}

.cg_bnr {
  width: 100%;
  max-width: 750px;
  margin: 100px auto 0;
}

.gallery_under .h1_bg {
  background: url(../game_coll/s_gallery/img/mv.jpg) no-repeat center top/cover;
}
.gallery_under .h1_bg.backside {
  background: url(../game_coll/s_gallery/backside/img/mv@2x.png) no-repeat center top/cover;
}
.gallery_under .h2_style {
  display: flex;
  align-items: center;
  background: #e50166;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 40px;
  padding: 10px 30px;
}
.gallery_under .h2_style .text_s {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-right: 30px;
}
.gallery_under .yt_wrap {
  width: 77.89%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.gallery_under .yt_wrap iframe {
  width: 100%;
  height: 100%;
}
.gallery_under .works_text {
  margin-top: 60px;
}
.gallery_under .info_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  margin-top: 20px;
}
.gallery_under .info_list li {
  display: flex;
}
.gallery_under .info_list .info_title {
  font-size: 14px;
  font-weight: bold;
  color: #e50166;
  margin-right: 10px;
}
.gallery_under .info_list .info_text {
  font-size: 14px;
}
.gallery_under .info_list.list02 {
  margin-top: 40px;
}
.gallery_under .img_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0.74%;
  margin-top: 40px;
}
.gallery_under .img_list li {
  width: 24.42%;
}
.gallery_under .team_wrap {
  margin-top: 36px;
}
.gallery_under .team_wrap.wrap02 {
  margin-top: 20px;
}
.gallery_under .team_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.gallery_under .team_list li {
  margin-right: 2.11%;
}
.gallery_under .team_list li:last-child {
  margin-right: 0;
}
.gallery_under .team_list li .name {
  margin-bottom: 15px;
}
.gallery_under .team_list li .name:last-of-type {
  margin-bottom: 0;
}
.gallery_under .team_list li .name img {
  vertical-align: middle;
  width: auto;
  height: 16px;
}
.gallery_under .team_list li .flag {
  margin: 0 3px;
}
.gallery_under .team_list li .note {
  text-align: right;
}
.gallery_under .team_list li.title {
  font-weight: bold;
  color: #e50166;
  margin-right: 1.05%;
}
.gallery_under .pink_wrap {
  background: #FDE4EE;
  padding: 30px;
}
.gallery_under .pink_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  background: #fff;
  padding: 30px;
}
.gallery_under .pink_wrap ul .student {
  display: flex;
  gap: 0 2%;
}
.gallery_under .pink_wrap ul .student .name {
  width: 8%;
  font-size: 15px;
  font-weight: bold;
  color: #e50166;
}
.gallery_under .pink_wrap ul .student .text {
  width: 90%;
}
.gallery_under .img_wrap {
  margin-top: 80px;
}
.gallery_under .img_wrap:first-of-type {
  margin-top: 0;
}
.gallery_under .interview_wrap {
  display: flex;
  gap: 0 3.16%;
  margin-top: 20px;
}
.gallery_under .interview_wrap .img_box {
  width: 16.84%;
}
.gallery_under .interview_wrap .text_box {
  width: 80%;
}
.gallery_under .interview_wrap .name {
  font-size: 15px;
  font-weight: bold;
  color: #e50166;
  margin-bottom: 10px;
}
.gallery_under .interview_wrap.reverse {
  flex-direction: row-reverse;
}
.gallery_under .interview_wrap.reverse .name {
  text-align: right;
}
.gallery_under .works_wrap {
  text-align: center;
}

.slider_wrap {
  width: 77.89%;
  margin: 0 auto;
}

.slick-dots li.slick-active button:before {
  background: #e50166;
}

@media screen and (max-width: 1451px) {
  .gallery .gallery_list li.mar {
    margin-right: 0;
  }
}
@media screen and (max-width: 1167px) {
  .gallery .gallery_list.list02 li {
    width: 31.58%;
  }
}
@media screen and (max-width: 559px) {
  .h1_bg {
    height: 250px;
  }
  .gallery .h1_bg {
    height: 250px;
    background: url(../game_coll/s_gallery/img/mv_sp.jpg) no-repeat center top/cover;
  }
  .gallery .bnr_wrap {
    position: relative;
    margin-bottom: 25px;
  }
  .gallery .bnr_wrap .fukidashi {
    position: static;
    width: 50%;
    margin: 0 auto 10px;
  }
  .gallery .gallery_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 2%;
  }
  .gallery .gallery_list li {
    width: 49%;
  }
  .gallery .gallery_list li .title {
    font-size: 14px;
    padding: 3px 5px;
  }
  .gallery .gallery_list li .title:before {
    width: 5px;
    height: 5px;
    right: 10px;
  }
  .gallery .gallery_list.list02 li {
    width: 49%;
  }
  .gallery .gallery_list.mar {
    margin-right: 10%;
  }
  .mt01 {
    margin-top: 15px;
  }
  .mt02 {
    margin-top: 20px;
  }
  .mb02 {
    margin-bottom: 10px;
  }
  .mb03 {
    margin-bottom: 20px;
  }
  .note {
    font-size: 11px;
    margin-top: 5px;
  }
  .tag_list {
    gap: 2px 2px;
    margin-top: 20px;
  }
  .tag_list li a {
    display: block;
    background: #F0F0F0;
    color: #918787;
    border-radius: 10px;
    padding: 1px 4px;
    font-size: 8px;
    pointer-events: none;
  }
  .gallery_list li .tag_list {
    margin-top: 5px;
  }
  .gallery_list li .tag_list li {
    width: auto;
  }
  .cg_bnr {
    width: 100%;
    max-width: inherit;
    margin: 30px 0 0;
  }
  .gallery_under .h1_bg {
    background: url(../game_coll/s_gallery/img/mv_sp.jpg) no-repeat center top/cover;
  }
  .gallery_under .h1_bg.backside {
    background: url(../game_coll/s_gallery/backside/img/mv_sp@2x.png) no-repeat center top/cover;
  }
  .gallery_under .h2_style {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 20px 15px;
  }
  .gallery_under .h2_style .text_s {
    font-size: 12px;
    margin-right: 15px;
  }
  .gallery_under .yt_wrap {
    width: 100%;
  }
  .gallery_under .works_text {
    margin-top: 30px;
  }
  .gallery_under .info_list {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    margin-top: 10px;
  }
  .gallery_under .info_list .info_title {
    font-size: 12px;
    margin-right: 5px;
  }
  .gallery_under .info_list .info_text {
    font-size: 12px;
  }
  .gallery_under .info_list.list02 {
    margin-top: 20px;
  }
  .gallery_under .img_list {
    gap: 5px 2%;
    margin-top: 20px;
  }
  .gallery_under .img_list li {
    width: 49%;
  }
  .gallery_under .team_wrap {
    margin-top: 18px;
  }
  .gallery_under .team_wrap.wrap02 {
    margin-top: 10px;
  }
  .gallery_under .team_list {
    display: flex;
    margin-top: 10px;
  }
  .gallery_under .team_list li {
    width: 46%;
    font-size: 12px;
    margin: 0 4% 20px 0;
  }
  .gallery_under .team_list li:nth-child(odd) {
    margin-right: 0;
  }
  .gallery_under .team_list li:last-child {
    margin-bottom: 0;
  }
  .gallery_under .team_list li .name {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .gallery_under .team_list li.title {
    width: 100%;
    margin: 0;
  }
  .gallery_under .team_list.list02 li {
    width: 100%;
  }
  .gallery_under .team_list.list03 {
    align-items: baseline;
    gap: 0 5px;
  }
  .gallery_under .team_list.list03 li {
    width: auto;
  }
  .gallery_under .team_list.list03 li.title {
    margin-bottom: 0;
  }
  .gallery_under .pink_wrap {
    padding: 15px;
  }
  .gallery_under .pink_wrap ul {
    gap: 10px 0;
    padding: 15px;
  }
  .gallery_under .pink_wrap ul .student {
    display: block;
  }
  .gallery_under .pink_wrap ul .student .name {
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .gallery_under .pink_wrap ul .student .text {
    width: 100%;
  }
  .gallery_under .img_wrap {
    margin-top: 40px;
  }
  .gallery_under .interview_wrap {
    flex-direction: column;
    gap: 10px 0;
    margin-top: 20px;
  }
  .gallery_under .interview_wrap .img_box {
    width: 30%;
    margin: 0 auto 5px;
  }
  .gallery_under .interview_wrap .text_box {
    width: 100%;
  }
  .gallery_under .interview_wrap .name {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #e50166;
    margin-bottom: 10px;
  }
  .gallery_under .interview_wrap.reverse {
    flex-direction: column;
  }
  .gallery_under .interview_wrap.reverse .name {
    text-align: center;
  }
  .slider_wrap {
    width: 100%;
  }
}/*# sourceMappingURL=course_gellery.css.map */