/* jcsd 2023 css */
/* layout */

.jcsd-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 15px;
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}

a {
  color: #2E98B7;
}

.bg-blue {
  background-color: #EDF6F8;
}

.bg-green {
  background-color: #F9FCF4;
}

.bg-yellow {
  background-color: #FCFAEC;
}

.bg-white {
  background-color: #fff;
}

/* heading */
.ttl-bar {
  margin-bottom: 40px;
  padding: 8px 24px;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  background-color: #2E98B7;
  border-bottom: 4px solid #93CEE0;
}

.ttl-bar.green {
  background-color: #87AF52;
  border-color: #BEDD96;
}

.ttl-bar.yellow {
  background-color: #F2CB62;
  border-color: #FFEB60;
}

.ttl-center {
  margin-bottom: 40px;
  color: #2E98B7;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

/* hero */
#jcsd-hero {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

#jcsd-hero::before, #jcsd-hero::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50px;
  left: 65%;
  display: block;
  width: 600px;
  height: 600px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url(https://www.gsclub.jp/wp-content/themes/gsc/img/jcsd2021/bg_leaf.png) top left;
}

#jcsd-hero::after {
  top: 40%;
  left: -20%;
  background-position: top right;
}

#jcsd-hero .jcsd-inner {
  position: relative;
  z-index: 10;
}

#jcsd-hero .circle-blue, #jcsd-hero .circle-yellow {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 63%;
  display: block;
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #EDF6F8;
  box-shadow: -1000px -100px 0 #EDF6F8, 300px 500px 0 #EDF6F8;
}

#jcsd-hero .circle-yellow {
  top: 35%;
  left: -5%;
  background-color: #FCFAEC;
  box-shadow: 300px 200px 0 #FCFAEC;
}

.ttl-jcsd2023 {
  display: inline-block;
}

.ttl-jcsd2023 h1 {
  display: inline-block;
  margin-bottom: 24px;
  padding: 24px 0;
  color: #2E98B7;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #2E98B7;
  border-bottom: 1px solid #2E98B7;
}

.ttl-jcsd2023 h1 small {
  display: block;
  color: #93CEE0;
  font-size: 1.25rem;
}

.ttl-jcsd2023 .summary {
  width: 60%;
  line-height: 1.8;
}

.ttl-jcsd2023 .movie{
  width: 60%;
  height:300px;
  margin:20px 0;
  padding:10px;
  background-color:#f5f5f5;
}

/* movie */
.movie-top {
  position: relative;
  z-index: 10;
  text-align: center;
  background: linear-gradient(to bottom, transparent 40%, #EDF6F8 40%, #EDF6F8 100%);
}

.movie-top .jcsd-inner {
  padding: 0 15px;
}

.movie-1col {
  max-width: 720px;
  margin: 0 auto;
}

.movie-2col,
.movie-3col,
.movie-4col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.movie-2col .movie-item,
.movie-3col .movie-item,
.movie-4col .movie-item {
  width: 48%;
  margin-bottom: 40px;
}

.movie-3col {
  justify-content: flex-start;
}

.movie-3col .movie-item {
  width: 31%;
  margin-right: 3.5%;
}

.movie-3col .movie-item:nth-of-type(3n) {
  margin-right: 0;
}

.movie-4col {
  justify-content: flex-start;
}

.movie-4col .movie-item {
  width: 22%;
  margin-right: 4%;
}

.movie-4col .movie-item:nth-of-type(4n) {
  margin-right: 0;
}

.movie-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin:16px 0;
}

.movie-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-title,
.movie-speaker {
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1.3;
}

.movie-speaker {
  margin-bottom: 16px;
  font-weight: normal;
  font-size: 1rem;
}

.movie-description {
  color: #666;
  font-size: .875rem;
}

.movie-tag {
  margin-top: 24px;
  color: #2E98B7;
  font-size: .75rem;
}

.movie-tag .tag {
  margin-top: 8px;
}

.movie-tag .tag > div {
  display: inline-block;
  margin-right: 4px;
  padding: 0 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #2E98B7;
}

/* news */
#jcsd-news {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

#jcsd-news::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 300px);
  right: -300px;
  width: 600px;
  height: 600px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url(../images/bg_leaf.png) top left;
  opacity: .3;
}

#jcsd-news .jcsd-inner {
  position: relative;
  z-index: 5;
}

.news-list li {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px dotted #ccc;
}

.news-list time {
  flex-shrink: 0;
  flex-grow: 0;
  display: inline-block;
  min-width: 6em;
  color: #999;
  margin-right: 16px;
}

.btn-area a.btn-line {
  min-width: 50%;
  padding: 16px 24px;
  border-color: #2E98B7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
}

.btn-area a.btn-line::after {
  transform: rotate(90deg);
}

.btn-area a.btn-line:hover {
  color: #fff;
  background-color: #2E98B7;
}

/* movie-list */
.select-movie {
  display: flex;
  margin: 0 0 16px;
}

.select-movie:first-of-type {
  margin-top: 40px;
}

.select-movie:nth-of-type(2) {
  margin-bottom: 40px;
}

.select-movie p {
  width: 10em;
  flex-shrink: 0;
  font-weight: bold;
}

.select-movie .select-movie-tag li {
  display: inline-block;
  margin: 0 4px 4px 0;
}

.select-movie .select-movie-tag li a {
  display: block;
  padding: 2px 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #2E98B7;
  background-color: #fff;
}

.select-movie .select-movie-tag li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2E98B7;
}

/* calendar */
#movie-calendar {
  background-color: #93CEE0;
}

#movie-calendar .ttl-center {
  color: #fff;
}

.calendar-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

.calendar-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* event contents */
.box-section {
  /*margin-top: 50px;*/
  padding: 0 30px 50px;
  font-size: 18px;
  background-color: #fff;
}

.box-section h2 {
  position: relative;
  margin: 0 -30px 30px;
  padding: 35px 0 20px;
  color: #0f88ad;
  font-size: 2.0em;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  /*border-top: 5px solid #0f88ad;*/
  background: #e2f2fa;
}

.box-section h2 span {
  display: block;
  color: #b3d3dd;
  font-size: 0.5em;
}

.box-section h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://www.gsclub.jp/wp-content/themes/gsc/img/jcsd2019/bg_line.png);
}

.box-section a {
  color: #1976D2;
}


/* summary */
.box-summary {
  /*overflow: hidden;*/
  margin:0 auto;
  padding: 18px 0;
  color: #666;
  border-bottom: 1px solid #ccc;
  max-width:1200px;
}

.box-summary h3 {
  width: 30%;
  float: left;
  color: #0f88ad;
  font-size: 1.33em;
  font-weight: bold;
}

.box-summary h3 + p {
  margin-left: 33%;
}

.box-summary ul {
  margin: 0 0 30px 33%;
}

.box-summary ul li {
  margin-bottom: 5px;
}

.box-summary p strong {
  font-size: 1.3em;
}

.box-summary .box-venue {
  margin-top: 30px;
  overflow: hidden;
  font-size: 0.85em;
  font-weight: normal;
  text-align: left;
}

.box-summary .box-venue iframe {
  width: 100%;
  min-height: 300px;
}

/* schedule */

color: #666;
}

#schedule h2 {
  background: #e2f2fa url(../images/ttl_schedule.png) no-repeat center left/contain;
}

#schedule .tab {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#schedule .box-schedule {
  margin: 30px auto 0;
  margin: 30px auto 0;
  max-width:1200px;
}

#schedule .tab li {
  float: left;
  list-style: none;
  width: calc(50% - 5px);
  padding: 15px 10px;
  font-size: 1.33em;
  font-weight: bold;
  text-align: center;
  color: #0f88ad;
  border: 1px solid #0f88ad;
  border-bottom: none;
}

#schedule .tab li:first-of-type {
  margin-right: 10px;
}

#schedule .tab li:hover {
  cursor: pointer;
  background-color: rgba(15, 136, 173, 0.3);
}

#schedule .tab li.select {
  color: #fff;
  background: #0f88ad;
}

#schedule .tab-content {
  margin: 0;
  padding: 0;
}

#schedule .tab-content > div {
  border-top: 5px solid #0f88ad;
}

#schedule .tab-content .noselect {
  display: none;
}

#schedule .headline {
  width: 100%;
  padding: 20px 10px;
  font-size: 1.33em;
  font-weight: bold;
  text-align: center;
  background: #0f88ad;
  color: #fff
}

.timetable {
  width: 100%;
  /*border:1px solid #e5e5e5;*/
}

.timetable th, .timetable td {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  line-height: 1.8;
}

.timetable th{
  width:35%;
}

.timetable tr:nth-of-type(even) {
  background-color: #f5f5f5;
}

.timetable th {
  padding: 15px 30px 15px 15px;
  white-space: nowrap;
}

.timetable td {
  font-size: 0.9em;
}

.timetable td .label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px !important;
  color: #fff;
  background-color: #0f88ad;
}

.timetable td .ttl-blue-line {
  margin: 0 0 10px 0;
  font-size: 1.25em;
}

.ttl-blue-line {
  margin: 15px 0 5px;
  padding: 5px 0;
  color: #0f88ad;
  font-weight: bold;
}

/* exhibition */
#exhibition h2 {
  background: #e2f2fa url(../images/ttl_exhibition.png) no-repeat center left/contain;
}

#exhibition p {
  font-size: 14px;
  line-height: 1.6;
}


.col4 {
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width:1200px;
  margin:0 auto;
}

.col4 > div {
  margin-bottom: 30px;
}

.col4 > div h3 {
  padding: 5px;
  min-height: 3.5rem;
  color: #0f88ad;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.col4 > div p {
  padding: 0 10px;
}

.col4 > div img {
  border: 1px solid #ccc;
}




/* sponsor */

#sponsor-logo {
  padding: 20px 0 10px;
}
.sponsor-item {
  margin-bottom: 40px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #ccc;
}

.logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}

.logo-list li {
  width: 25%;
  text-align: center;
}

.logo-list li images {
  max-width: 100%;
}

.company-list {
  text-align: center;
}

.company-list li {
  display: inline-block;
  margin-bottom: 24px;
  padding: 0 16px;
  border-right: 1px solid #ccc;
}

.bnr-archive {
  display: flex;
  justify-content: center;
}

.bnr-archive li {
  padding: 16px;
}

/* photo */
.photo-item {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 241px;
  background: url(https://www.gsclub.jp/wp-content/themes/gsc/img/jcsd2021/bg_01.png) no-repeat center center;
  background-size: cover;
}

.photo-item.photo-item2 {
  background-image: url(../images/bg_02.png);
}

.photo-item::before, .photo-item::after {
  content: "";
  position: absolute;
  top: -55%;
  left: 80%;
  display: block;
  width: 600px;
  height: 600px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url(../images/bg_leaf.png) top left;
}

.photo-item::after {
  top: 40%;
  left: -10%;
  background-position: top right;
}

.photo-item .photo-text {
  position: relative;
  z-index: 5;
  color: #2E98B7;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.photo-item .photo-text span {
  display: block;
  margin-top: 24px;
  color: #93CEE0;
  font-size: 1.5rem;
  font-weight: normal;
}

/* nav */
.nav-event {
  overflow: hidden;
}

.nav-event ul {
  display: flex;
}

.nav-event li {
  width: 100%;
}

.nav-event li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #0f88ad;
}

.nav-event li a:hover {
  background-color: #006e8f;
  text-decoration: none;
}

.nav-event li:last-of-type a {
  color: #0f88ad;
  background: #ffd200 url(../images/icon_arrow_register.png) left center no-repeat;
}

.nav-event li:last-of-type a:hover {
  background-color: #e8bf00;
}

.nav-event.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  opacity: 0;
  animation: anime1 0.5s ease 0s 1 forwards;
}

@keyframes anime1 {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 50px;
    opacity: 1;
  }
}

@keyframes anime1 {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 50px;
    opacity: 1;
  }
}


/* btn */
.btn-register {
  padding: 50px 0;
  text-align: center;
}

.btn-register a {
  display: inline-block;
  padding: 25px 80px;
  color: #0f88ad;
  font-size: 1.6em;
  font-weight: bold;
  background: #ffd200 url(../img/jcsd2019/icon_arrow_register.png) 5% 45% no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 7px 0 #e8bf00;
  -moz-box-shadow: 0 7px 0 #e8bf00;
  box-shadow: 0 7px 0 #e8bf00;
}

.btn-register a:hover {
  text-decoration: none;
  opacity: 0.7;
}




/* responsive 2019 2021 followed */

@media (max-width: 1200px) {
  #hero-event .ttl-event {
    text-align: right;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .nav-event li:last-of-type a {
    background-image: none;
  }
  #hero-event .ttl-event {
    font-size: 1.8em;
  }
  #hero-event img {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  .timetable th, .timetable td {
    padding: 10px;
    border: none;
  }
  .timetable td {
    display: block;
    width: 100%;
    clear: both;
  }
  #exhibition .col4 {
    display: flex;
    justify-content: space-between;
  }
  #exhibition .col4 > div {
    width: 48%;
  }
}


@media (max-width: 800px) {
  .ttl-jcsd2023 h1 {
    display: block;
  }
  .ttl-jcsd2023 .summary {
    width: 100%;
  }
  #jcsd-hero::before, #jcsd-hero::after {
    opacity: .5;
  }

  #hero-event {
    min-height: 300px;
    background-position: center bottom;
  }
  #hero-event .ttl-event {
    top: 50px;
    padding-bottom: 10px;
  }
  #hero-event img {
    top: -40px;
    left: -35px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  #hero-event img:nth-of-type(2) {
    top: -30px;
    left: 40px;
  }
  #hero-event img:nth-of-type(3) {
    display: none;
  }
}

@media (max-width: 640px) {

  .jcsd-inner {
    padding: 40px 15px;
  }
  .ttl-bar {
    margin-bottom: 24px;
    font-size: 1.25rem;
  }
  .ttl-center {
    font-size: 1rem;
  }
  .ttl-jcsd2023 h1 {
    font-size: 1.25rem;
  }
  .ttl-jcsd2023 h1 small {
    font-size: 1rem;
  }
  .ttl-jcsd2023 .summary {
    width: 100%;
  }
  .movie-2col .movie-item {
    width: 100%;
  }
  .movie-3col,
  .movie-4col {
    justify-content: space-between;
  }
  .movie-3col .movie-item,
  .movie-4col .movie-item {
    width: 48%;
    margin-right: 0;
  }
  .nav-event ul {
    height: auto;
    flex-wrap: wrap;
  }
  .nav-event li {
    width: 33.33%;
    height: 3rem;
  }
  .nav-event li:nth-of-type(4), .nav-event li:last-of-type {
    width: 50%;
  }
  .nav-event a {
    padding: 0 16px;
  }
  .nav-event a::before {
    display: none;
  }
  .nav-event.fixed {
    position: static !important;
    animation: none;
    opacity: 1;
  }
  #jcsd-news::before {
    display: none;
  }
  .news-list li {
    display: block;
  }
  .news-list time {
    display: block;
    margin: 0 0 8px 0;
  }
  .select-movie {
    display: block;
  }
  .select-movie p {
    width: 100%;
    margin-bottom: 8px;
    font-size: 1rem;
  }
  .btn-area a.btn-line {
    font-size: 1rem;
  }
  .logo-list li {
    width: 48%;
  }
  .company-list li {
    font-size: .875rem;
  }
  .bnr-archive {
    display: block;
  }
  .bnr-archive li {
    width: 100%;
    text-align: center;
  }

  .nav-event li {
    width: 33.3%;
  }
  .nav-event li a {
    padding: 5px 0;
    font-size: 12px;
  }
  .box-section h2 {
    background-image: none !important;
  }
  #summary .box-summary h3 {
    float: none;
    width: 100%;
  }
  #summary .box-summary h3 + p {
    margin-left: 0;
  }
  #summary .box-summary ul {
    margin-left: 0;
  }
  #summary .fl-r {
    float: none;
    display: block;
    text-align: center;
  }
  #schedule .tab li {
    padding: 5px;
    font-size: 1.0em;
  }
  #schedule .tab-content div {
    padding: 15px 0;
  }
}

@media (max-width: 480px) {
  #contents-info #section-name {
    padding: 5px 0;
    font-size: 14px;
    line-height: 1.25;
  }
  #hero-event .ttl-event {
    font-size: 1.2em;
  }
  #hero-event .ttl-event span {
    font-size: 12px;
  }
  #lead h2 {
    font-size: 0.85em;
  }
  .box-yellow {
    padding: 15px;
    font-size: 0.85em;
  }
  .box-section {
    padding: 0 15px 30px;
    font-size: 14px;
  }
  .box-section h2 {
    margin: 0 -15px 15px;
    padding: 15px 0;
  }
  .btn-register a {
    width: 100%;
    padding: 15px 0;
    font-size: 1.2em;
  }
  #schedule .tab li {
    padding: 5px;
    font-size: 1.0em;
  }
  #schedule .tab-content div {
    padding: 15px 0;
  }
  #schedule .timetable th {
    padding: 0 5px !important;
    color: #fff;
    background-color: #0f88ad;
  }
  #schedule .timetable th, #schedule .timetable td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #exhibition .col4 > div {
    width: 100%;
  }
  #exhibition .col4 > div img {
    float: left;
    width: 80px;
    margin: 0 10px 10px 0;
  }
  #exhibition .col4 > div h3 {
    min-height: 0;
    margin-bottom: 5px;
    padding: 0;
    font-size: 14px;
    text-align: left;
  }
  #exhibition .col4 > div p {
    padding: 0;
    font-size: 12px;
  }
}

/* jcsd 2023 css end */


