@charset "UTF-8";
body {
    position: relative;
    font-family: wanpaku-ruika, sans-serif;
    font-style: italic;
    color: #ffffff;
    font-size: 24px;
    background-color: #1860ad;
    background-image: url(../../img/gck2026/bg.png), url(../../img/gck2026/bg_pattern.png);
    background-size: 1754px auto, 10px;
    background-repeat: no-repeat, repeat;
    background-position: top -1200px center, center;
}

.clearfix {
    clear: both;
}

.disp-pc {
    display: block;
}

.disp-sp {
    display: none;
}

section {
    position: relative;
}

section .container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px;
}

#judges .container,
#scout .container,
#partner .container {
    padding-top: 30px;
}

.content-img {
    max-width: 1200px;
    display: inline-block;
}

.content-img img {
    width: 100%;
}

.content-footer-btn {
    padding-top: 30px;
}

.content-txt {
    font-size: 24px;
    padding: 30px 0 0;
    line-height: 32px;
}

.txt-blue {
    color: #1860ad;
}

.txt-yellow {
    color: #f5d52a;
}

.txt-underline-yellow {
    text-decoration: underline #f5d52a;
}

.txt-m {
    font-size: 32px;
}

.txt-l {
    font-size: 52px;
}

.youtube {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 30px;
}

.youtube-container {
    padding: 10px;
    background: #f5d52a;
}

.youtube-inner {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.youtube-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.twitter {
    width: 510px;
    display: inline-block;
    margin: 20px 10px 0;
    vertical-align: top;
}

.news {
    width: 510px;
    display: inline-block;
    margin: 20px 10px 0;
    vertical-align: top;
}

.news-container {
    padding: 10px;
    height: 375px;
    background: #f2f2f2;
    background-image: url(../../img/gck2026/bg_pattern_blue.png);
    background-size: 15px;
    border-radius: 10px;
    border: solid #333333 4px;
}

.news-list {
    height: 455px;
    overflow: auto;
    font-size: 16px;
    text-align: left;
}

.news-list-item {
    color: #333333;
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: solid #333333 2px;
}

.news-date {
    display: inline-block;
    padding-left: 10px;
}

.news-txt {
    display: block;
    padding: 10px;
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
}

/*------------------------------
    header
------------------------------*/
.header-pc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.header-pc-container {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 80px;
}

.header-pc .gcg-logo {
    display: block;
    padding: 20px;
    line-height: 0;
    float: left;
}

.header-pc .gcg-logo a {
    display: inline-block;
}

.header-pc .gcg-logo img {
    width: 140px;
}

.header-pc .menu {
    width: 1200px;
    left: 32%;
    display: block;
    background: #333333;
    border-radius: 5px;
    transform: skewX(-15deg);
    position: fixed;
    float: right;
}

.header-pc .menu-inner {
    padding: 10px;
    transform: skewX(15deg);
}

.header-pc .menu-list-item {
    display: inline-block;
}

.header-pc .menu-btn {
    display: inline-block;
    border-radius: 5px;
    transform: skewX(-15deg);
}

.header-pc .menu-btn span {
    min-width: 120px;
    padding: 8px 10px;
    display: block;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    transform: skewX(15deg);
}

.header-pc .menu-btn-entry {
    background: #e73373;
}

.header-pc .menu-btn-entry span {
    padding: 8px 30px;
}

.header-pc .menu-btn-active, .header-pc .menu-btn:hover {
    box-shadow: 2px 2px white;
}

.header-sp .menu-btn {
    position: fixed;
    top: 2.67vw;
    right: 2.67vw;
    display: flex;
    height: 8vw;
    width: 8vw;
    justify-content: center;
    align-items: center;
    z-index: 90;
}

.header-sp .menu-btn span,
.header-sp .menu-btn span:before,
.header-sp .menu-btn span:after {
    content: '';
    display: block;
    height: 0.8vw;
    width: 6.67vw;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 3px 3px #333333;
    position: absolute;
}

.header-sp .menu-btn span:before {
    bottom: 2.13vw;
}

.header-sp .menu-btn span:after {
    top: 2.13vw;
}

.header-sp-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: rgba(0, 0, 0, 0.85);
    background-image: url(../../img/gck2026/bg_pattern.png);
    transition: all 0.5s;
}

.header-sp-menu-list {
    padding: 8vw 10px 0;
    font-size: 0;
}

.header-sp-menu-list-item {
    width: 100%;
    border-bottom: solid #e73373 3px;
    text-align: center;
}

.header-sp-menu-list-item-inner {
    display: inline-block;
    width: 50%;
}

.header-sp-menu-list-item-inner-fast {
    display: inline-block;
    width: 50%;
    border-right: solid #e73373 3px;
}

.header-sp-menu-list-item a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    padding: 15px 0;
    position: relative;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked ~ .menu-btn span {
    box-shadow: 3px 3px rgba(51, 51, 51, 0);
}

#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: all 0.5s;
}

#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: all 0.5s;
}

#menu-btn-check {
    display: none;
}

#menu-btn-check:checked ~ .header-sp-container {
    left: 0;
    /*メニューを画面内へ*/
}

.header-sp-btn-list {
    font-size: 0;
    padding-top: 30px;
    text-align: center;
}

.header-sp-btn-list-item {
    margin-bottom: 10px;
}

/*------------------------------
footer
------------------------------*/
footer {
    width: 100%;
    text-align: center;
    background: #333333;
}

footer .copyright {
    min-width: 1200px;
    display: inline-block;
    padding: 15px 0;
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-size: 16px;
    background: #333333;
}

/*------------------------------
btn
------------------------------*/
.btn {
    display: inline-block;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: 4px 4px #333333;
    transform: skewX(-15deg);
}

.btn span {
    padding: 15px 0;
    width: 280px;
    display: block;
    line-height: normal;
    text-align: center;
    transform: skewX(15deg);
}

.btn-green {
    color: #ffffff;
    background: #49b14f;
}

.btn-yellow {
    color: #333333;
    background: #f5d52a;
}

.btn-pink {
    color: #ffffff;
    background: #e73373;
}

.btn-txt-s {
    font-size: 16px;
}

.btn:active {
    box-shadow: 0 0 rgba(51, 51, 51, 0);
    transform: skewX(-15deg) translateY(4px);
}

.return-top-btn {
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 10;
}

.return-top-btn a {
    display: inline-block;
}

.return-top-btn a img {
    width: 100%;
}

/*------------------------------
list
------------------------------*/
.btn-list {
    max-width: 800px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}

.btn-list-item {
    display: inline-block;
    margin: 0 30px 30px;
}

.award-list {
    width: 1092px;
    margin: 0 auto;
    text-align: left;
    font-size: 0;
}

.award-list-item {
    width: 263px;
    margin: 0 5px 20px;
    display: inline-block;
}

.award-list-item img {
    width: 100%;
}

.img-list {
    width: 1090px;
    margin: 0 auto;
    text-align: left;
    font-size: 0;
}

.img-list-item {
    width: 208px;
    margin: 0 5px 20px;
    display: inline-block;
}

.img-list-item a {
    width: 100%;
    display: inline-block;
}

.img-list-item img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 4px 4px #333333;
}

.img-list-item.platinum {
    width: 100% !important;
}

.banner-list {
    padding-top: 80px;
    text-align: center;
    font-size: 0;
}

.banner-list-item {
    width: 457px;
    display: block;
    margin: 0 auto 10px;
}

.banner-list-item a {
    display: inline-block;
}

.banner-list-item img {
    width: 100%;
}

/*------------------------------
headline
------------------------------*/
h2.headline {
    margin-bottom: 20px;
    min-width: 1200px;
    text-align: left;
    border-top: solid #e73373 6px;
    background: #333333;
}

h2.headline span {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin: 0 auto;
    padding: 24px 0 24px 110px;
    font-size: 36px;
    line-height: normal;
    color: #ffffff;
    background-image: url(../../img/gck2026/header_icon.png);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: top 0 left 10px;
}

h3.headline02 {
    margin: 0 auto;
    padding: 30px 0;
    text-align: left;
}

h3.headline02 span {
    max-width: 1200px;
    display: block;
    font-size: 36px;
    line-height: normal;
    color: #333333;
    padding: 10px 20px;
    background: #f2f2f2;
    background-image: url(../../img/gck2026/bg_pattern_blue.png);
    background-size: 30px;
    border-radius: 10px;
    border: solid #333333 5px;
}

h3.headline02 .partner {
    margin: auto;
    width: 50%;
    color: white;
    text-align: center;
    background: url(../../img/partner_header.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/*------------------------------
main
------------------------------*/
#main .inner {
    padding-top: 600px;
    background-image: url(../../img/gck2026/gck_fv.png);
    background-size: 682px;
    background-repeat: no-repeat;
    background-position: top 30px center; }

/*------------------------------
channel
------------------------------*/
#channel .content-img {
    padding-top: 30px;
}

.channel_schedule {
    position: absolute;
    top: -80px;
    right: 10px;
    width: 168px;
    height: 168px;
    padding-top: 36px;
    line-height: auto;
    background: url(../../img/gck2026/channel_schedule.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.channel_schedule p {
    color: #1860ad;
}

/*------------------------------
terms
------------------------------*/
#terms {
    padding-top: 80px;
}

#terms .terms-txt {
    padding: 0 0 30px;
    font-family: tbudgothic-std, sans-serif;
    font-size: 20px;
    font-style: normal;
    text-align: left;
    line-height: 1.8rem;
}

#terms .terms-txt li {
    padding: 5px 0;
    word-break: break-all;
}

#terms .terms-txt li > ul {
    padding-left: 1em;
}

#terms .terms-txt dt, #terms .terms-txt dd {
    margin-bottom: 10px;
}

/*------------------------------
  flow
------------------------------*/
#flow {
    padding-top: 80px;
}

@media screen and (max-width: 909px) {
    body {
        font-size: 4.27vw;
    }

    section .container {
        width: 100%;
        padding-bottom: 8vw;
    }

    .disp-pc {
        display: none;
    }

    .disp-sp {
        display: block;
    }

    #merit .container {
        padding-bottom: 0;
    }

    #judges .container,
    #scout .container,
    #partner .container {
        padding-top: 2.67vw;
    }

    .content-img {
        width: 100%;
    }

    .content-footer-btn {
        padding-top: 8vw;
    }

    .content-txt {
        font-size: 4.27vw;
        padding: 8vw 2.5% 0;
        line-height: 5.53vw;
    }

    .txt-m {
        font-size: 5.33vw;
    }

    .txt-l {
        font-size: 5.86vw;
    }

    .twitter {
        width: 100%;
        margin: 2.67vw 0 0;
        padding: 0 2.67vw;
    }

    .news {
        width: 100%;
        margin: 2.67vw 0 0;
        padding: 0 2.67vw;
    }

    .youtube {
        padding-top: 8vw;
    }

    .youtube-container {
        padding: 1.33vw;
    }

    /*------------------------------
      header
      ------------------------------*/
    .header-pc {
        display: none;
    }

    .header-sp {
        display: block;
    }

    /*------------------------------
      footer
      ------------------------------*/
    footer .copyright {
        min-width: 0;
        font-size: 10px;
    }

    /*------------------------------
      headline
      ------------------------------*/
    h2.headline {
        min-width: 0;
    }

    h2.headline span {
        width: 100%;
        padding: 3.2vw 0 3.2vw 16%;
        font-size: 4.3vw;
        background-size: 10.67vw;
    }

    h3.headline02 {
        padding: 5.3vw 2.5% 5.3vw;
    }

    h3.headline02 span {
        font-size: 4.3vw;
    }

    /*------------------------------
      list
      ------------------------------*/
    .award-list {
        width: 100%;
        padding: 0 3%;
    }

    .award-list-item {
        width: 48%;
        margin: 0 1% 2%;
    }

    .img-list {
        width: 100%;
        padding: 0 3%;
    }

    .img-list-item {
        width: 48%;
        margin: 0 1% 2%;
    }

    .img-list-item + .platinum {
        width: 98% !important;
    }

    .btn-list-item {
        margin: 0 10px 10px;
    }

    .banner-list {
        padding-top: 10.67vw;
    }

    .banner-list-item {
        width: 80%;
        margin: 0 auto 1.33vw;
    }

    /*------------------------------
      main
      ------------------------------*/
    #main .inner {
        padding-top: 106.7vw;
        background-size: 117.3vw;
    }

    /*------------------------------
      terms
      ------------------------------*/
    #terms {
        padding-top: 0;
    }

    #terms .terms-txt {
        padding: 0 2.5% 8vw;
        font-size: 4.27vw;
        text-align: left;
        line-height: 1.8rem;
    }

    #terms dt, #terms dd {
        margin-bottom: 2.67vw;
    }

    /*------------------------------
      channel
      ------------------------------*/
    #channel .content-img {
        padding-top: 0;
    }

    .channel_schedule {
        top: -10.67vw;
        right: 1.33vw;
        width: 21.33vw;
        height: 21.33vw;
        padding-top: 5.86vw;
    }

    .channel_schedule p {
        font-size: 3.2vw;
    }
}

/*------------------------------
  video
  ------------------------------*/
#main .bg-video {
    width: 98.8vw;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.menu {
    margin-bottom: 13em;
    position: relative;
    width: 100%;
    background-color: #444;
}

ul.menu-list > li {
    display: inline-block;
}

ul.menu-list > li:hover > a {
    background-color: #333333;
    color: #FFFFFF;
}

/* Submenu */

ul.menu-list li ul {
    position: absolute;
    top: 35px;
    left: 380px;
}

ul.menu-list li ul li {
    display: block;
}

.menu-inner ul li ul li {
    height: 0;
    overflow: hidden;
}

.menu-inner ul li:hover ul li {
    width: 120px;
    height: 35px;
    padding: 10px;
    display: block;
    background-color: #333333;
    color: #FFFFFF;
    overflow: visible;
}

.menu-inner ul li:hover ul li:hover {
    color: #333333;
    background-color: #FFFFFF;
}

.menu-inner ul li:hover ul li a {
    display: inline-block;
    width: 120px;
    height: 35px;
}

.terms-txt a {
    color: orange;
}

#sp-menu-list-sub-01, .sp-menu-list-sub-list-01 {
    display: none;
}

#sp-menu-list-sub-01:checked + .sp-menu-list-sub-list-01 {
    display: block;
}

.sp-menu-list-sub-list-01 li {
    display: inline-block;
    width: 50%;
}

.indent {
    padding-left: 1.5rem;
}

.main-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100%;
  height: 100vw;
}

#main .inner .main-bg:before, #main .inner .main-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: min(570px, 80vw);
    height: min(570px, 80vw);
    border-radius: 15px;
    max-width: 100%;
    max-height: 100vw;
    margin-left: max(calc((100% - min(570px, 80vw)) / 2), 0px);
}

#main .inner .main-bg:before {
    background-color: #f5f5f5;
    transform: rotateZ(45deg);
}

#main .inner .main-bg:after {
    background-image: url(../../img/gck2026/gck_fv.png);
    background-size: min(500px, 70vw);
    background-repeat: no-repeat;
    background-position: top 10px center;
    content: '学生インディーゲームの祭典';
    font-size: 1.8rem;
    color: #e73978;
    top: 80px;
    font-weight: bold;
    font-family: "メイリオ", meiryo, sans-serif;
    text-shadow: 1px 1px 3px white, -1px -1px 3px white, 1px -1px 3px white, -1px 1px 3px white;
}
