@charset "UTF-8";

/* SP
-------------------------------------------*/
@media only screen and (max-width: 768px) {
  #main {
    padding: 80px 0 0;
  }
}

/* keyvisual
========================================== */
.keyvisual {
  position: relative;
}

.keyvisual h1 a {
  display: block;
}

.keyvisual .arrow-scroll {
  height: 75px;
  position: absolute;
  bottom: 15px;
  right: 40px;
  width: 75px;
  z-index: 1;
}

.keyvisual .arrow-scroll a {
  background: rgba(154, 225, 221, 0.6);
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%;
}

.keyvisual .arrow-scroll img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  animation: arrow_down 3s linear 0s infinite;
}

@keyframes arrow_down {
  0% {
    margin-top: -10px;
    opacity: 0
  }

  20% {
    margin-top: 0;
    opacity: 1
  }

  70% {
    margin-top: 0;
    opacity: 1
  }

  to {
    margin-top: 10px;
    opacity: 0
  }
}

/* PC
-------------------------------------------*/
@media only screen and (min-width: 769px) {
  .keyvisual h1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .keyvisual h1>span {
    width: 50%;
  }
}

/* SP
-------------------------------------------*/
@media only screen and (max-width: 768px) {
  .keyvisual .arrow-scroll {
    height: 45px;
    bottom: 8px;
    right: 10px;
    width: 45px;
  }

  .keyvisual .arrow-scroll img {
    width: 12px;
  }
}


/* section-wrap
========================================== */
.section-wrap {
  background-color: #fff;
  padding-top: 100px;
  padding-left: 120px;
  padding-right: 120px;
}

.section-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}

.section-title:after {
  background-image: url(/2024/wp-content/themes/gct/assets/images/bdr_dots.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 5px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 45px;
}

/* SP
-------------------------------------------*/
@media only screen and (max-width: 768px) {
  .section-wrap {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}


/* section-schedule
========================================== */
.section-schedule .list-schedule {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-schedule .list-schedule-item .button-link {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-schedule .list-schedule-item .button-link a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  height: 100%;
  letter-spacing: -1px;
  line-height: 1.25;
  text-align: center;
  width: 100%;
}

.section-schedule .list-schedule-item .button-link a:before {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: 6s linear infinite rolling;
}

@keyframes rolling {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.section-schedule .list-schedule-item:nth-of-type(1) .button-link {
  height: 135px;
  width: 135px;
}

.section-schedule .list-schedule-item:nth-of-type(1) .button-link a {
  color: #fff;
}

.section-schedule .list-schedule-item:nth-of-type(1) .button-link a:before {
  background-image: url(/2024/wp-content/themes/gct/assets/images/home/schedule_bg01.png);
  height: 135px;
  width: 135px;
}

.section-schedule .list-schedule-item:nth-of-type(2) .button-link {
  height: 135px;
  width: 122px;
}

.section-schedule .list-schedule-item:nth-of-type(2) .button-link a {
  color: #22932c;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
    -2px 2px 0 #FFF, 2px -2px 0 #FFF,
    0px 2px 0 #FFF, 0 -2px 0 #FFF,
    -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.section-schedule .list-schedule-item:nth-of-type(2) .button-link a:before {
  background-image: url(/2024/wp-content/themes/gct/assets/images/home/schedule_bg02.png);
  height: 122px;
  width: 122px;
}

.section-schedule .list-schedule-item .button-link a span {
  position: relative;
  z-index: 1;
}

.section-schedule .list-schedule-item .button-link .arrow {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  display: block;
  margin: 4px auto 0;
  height: 12px;
}

.section-schedule .list-schedule-item:nth-of-type(1) .button-link .arrow {
  background-image: url(/2024/wp-content/themes/gct/assets/images/home/schedule_arrow01.png);
}

.section-schedule .list-schedule-item:nth-of-type(2) .button-link .arrow {
  background-image: url(/2024/wp-content/themes/gct/assets/images/home/schedule_arrow02.png);
}

/* PC
-------------------------------------------*/
@media only screen and (min-width: 769px) {
  .section-schedule .list-schedule-item {
    width: 43.43%;
  }
}

/* SP
-------------------------------------------*/
@media only screen and (max-width: 768px) {
  .section-schedule .list-schedule-item:nth-of-type(n+2) {
    margin-top: 45px;
  }
}


/* section-news
========================================== */
.section-news .c-list-news {
  margin-top: 40px;
}

/* SP
-------------------------------------------*/
@media only screen and (max-width: 768px) {
  .section-news .c-list-news {
    margin-top: 30px;
  }
}


/* section-sns
========================================== */
.section-sns .list-sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.section-sns .list-sns>li {
  text-align: center;
}

/* PC
-------------------------------------------*/
@media only screen and (min-width: 769px) {
  .section-sns .list-sns>li img {
    max-width: 50%;
  }
}

/* SP
-------------------------------------------*/
@media only screen and (max-width: 768px) {
  .section-sns .list-sns {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
  }

  .section-sns .list-sns>li.facebook {
    width: 14.87%;
  }

  .section-sns .list-sns>li.youtube {
    width: 17.43%;
  }

  .section-sns .list-sns>li.instagram {
    width: 15.12%;
  }

  .section-sns .list-sns>li.x {
    width: 11.79%;
  }
}


/* section-ambassador
========================================== */
.section-ambassador .section-content {
  margin-top: 60px;
}

.section-ambassador .section-content>.text-lead span {
  display: inline-block;
}

.section-ambassador .list-ambassador {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.section-ambassador .list-ambassador-item .c-button {
  margin-top: 20px;
}

.section-ambassador .list-ambassador+.c-button {
  margin-top: 80px;
}

/* PC
-------------------------------------------*/
@media only screen and (min-width: 769px) {
  .section-ambassador .list-ambassador-item {
    width: 43.43%;
  }

  .section-ambassador .list-ambassador-item:nth-of-type(n+3) {
    margin-top: 50px;
  }

  .section-ambassador .list-ambassador>.text-note {
    display: flex;
    align-items: flex-end;
    text-align: right;
  }
}

/* SP
-------------------------------------------*/
@media only screen and (max-width: 768px) {
  .section-ambassador .section-content {
    margin-top: 30px;
  }

  .section-ambassador .list-ambassador-item:nth-of-type(n+2) {
    margin-top: 60px;
  }

  .section-ambassador .list-ambassador>.text-note {
    margin-top: 30px;
    text-align: center;
    width: 100%;
  }

  .section-ambassador .list-ambassador+.c-button {
    margin-top: 40px;
  }
}


/* section-about
========================================== */
.section-about {
  padding-top: 150px;
}

.section-about .about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* .section-about .about-content .logo {} */

/* PC
-------------------------------------------*/
@media only screen and (min-width: 769px) {
  .section-about .about-content .logo {
    padding: 0 40px;
    width: 50%;
  }

  .section-about .about-content .text {
    position: relative;
    width: 46.25%;
  }
}

@media only screen and (min-width: 1201px) {
  .section-about .about-content .text .c-button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

/* SP
-------------------------------------------*/
@media only screen and (max-width: 768px) {
  .section-about {
    padding-top: 100px;
  }

  .section-about .about-content .logo {
    margin: 0 auto;
    padding: 0;
    width: 72.43vw;
  }

  .section-about .about-content .text {
    margin-top: 40px;
  }
}


/* section-related
========================================== */
.section-related .list-banner {
  display: flex;
  /*flex-wrap: nowrap;*/
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
}

/* PC
-------------------------------------------*/
@media only screen and (min-width: 769px) {
  .section-related {
    padding-top: 120px;
  }

  .section-related .list-banner>li {
    margin-top: 20px;
    margin-left: 2%;
    width: 32%;
  }

  .section-related .list-banner>li:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .section-related .list-banner>li:nth-of-type(-n+3) {
    margin-top: 0;
  }

  /*
  .section-related .list-banner>li:nth-of-type(n+2) {
    margin-left: 15px;
  }
  */
}

/* SP
-------------------------------------------*/
@media only screen and (max-width: 768px) {
  .section-related .list-banner {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }

  .section-related .list-banner>li {
    text-align: center;
    width: 48%;
  }

  .section-related .list-banner>li:nth-of-type(n+3) {
    margin-top: 15px;
  }

  /*
  .section-related .list-banner>li:nth-of-type(4) img {
    width: 40%;
  }
  */
}



/* section-backnumber
========================================== */
.section-backnumber {
  padding-bottom: 120px;
}

.section-backnumber .banner {
  margin: 35px auto 0;
  width: 400px;
}

/* PC
-------------------------------------------*/
@media only screen and (min-width: 769px) {
  .section-backnumber {
    padding-top: 120px;
  }
}

/* SP
-------------------------------------------*/
@media only screen and (max-width: 768px) {
  .section-backnumber {
    padding-bottom: 130px;
  }

  .section-backnumber .banner {
    width: 100%;
  }
}





/* section-channel
========================================== */
.section-channel .channel-content {
  margin-top: 40px;
}

.section-channel .channel-content-item>a {
  display: block;
}

.section-channel .channel-content-item .text-title .icon-blank {
  background-image: url(/2024/wp-content/themes/gct/assets/images/icon_blank.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  display: inline-block;
  height: 15px;
  margin-left: 5px;
  vertical-align: baseline;
  width: 15px;
}

.section-channel .channel-content-item .image-thumb {
  margin-top: 5px;
}

.section-channel .channel-content-item .text-summary {
  font-weight: bold;
  margin-top: 10px;
}

/* PC
-------------------------------------------*/
@media only screen and (min-width: 769px) {
  .section-channel .channel-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .section-channel .channel-content-item {
    width: 45%;
  }
}

/* SP
-------------------------------------------*/
@media only screen and (max-width: 768px) {
  .section-channel .channel-content {
    margin-top: 30px;
  }

  .section-channel .channel-content-item:nth-of-type(n+2) {
    margin-top: 40px;
  }
}

/* secton strider 河田追加 */
.section-strider .strider-content {
  margin-top: 40px;
}

.strider-discription {
  margin-top: 15px;
}

/* 240912河田更新エントリーボタン箇所 */
.Entry_finish {
  padding-top: 10px;
  font-size: 1.4rem !important;
  ;
}

.section-schedule .list-schedule-item:nth-of-type(1) .button-link a {
  color: #fefefe;
  text-shadow: 2px 2px 0 #faaf3a, -2px -2px 0 #faaf3a, -2px 2px 0 #faaf3a, 2px -2px 0 #faaf3a, 0px 2px 0 #faaf3a, 0 -2px 0 #faaf3a, -2px 0 0 #faaf3a, 2px 0 0 #faaf3a;
}

/* 241105河田追記 */

.keyvisual_banner {
  position: relative;
  padding-bottom: 50px;
  background-color: #fefefe;
  border-radius: 30px 30px 0 0;
}

/* PC
-------------------------------------------*/
@media only screen and (min-width: 769px) {
  .keyvisual_banner .keyvisual_banner-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .keyvisual_banner .keyvisual_banner-wrap>span {
    width: 50%;
  }
}


/* SP
-------------------------------------------*/
@media only screen and (max-width: 768px) {

  .keyvisual_banner {
    padding-bottom: 20px;
  }

  .keyvisual_banner-wrap picture img {
    display: block;
    margin-bottom: 30px;
  }

}

/* 241125河田追記 */

.section-trafficbanner {
  padding-top: 40px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .section-trafficbanner {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}