body {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #0C316F;
  -webkit-font-smoothing: antialiased;
  background-image: url("/img/bg.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  background-attachment: fixed;
  line-height: 1.8;
}

body.salesproud {
    color: #4A0101;
}

body.cs2022 {
    color: #000000;
}


a {
  color: #10001E;
  text-decoration: none;
}

@media screen and (max-width:850px) {
  img {
    width: 100%;
  }
  body {font-size: 14px;}
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 10px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/* ------ SP用の打ち消し ------ */

.sp {display: none;}

.pc {display: block;}

@media screen and (max-width:850px) {
  .sp {display: block;}

  .pc {display: none;}
}

/* ------ ヘッダー ------ */

.header {
  padding: 32px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.global-navigation ul {
  display: flex;
  align-items: center;
}

.global-navigation ul a {
  display: block;
  margin-left: 24px;
}

.global-navigation ul a.btn {
  background: #000000;
  border-radius: 40px;
  padding: 0 24px;
  height: 48px;
  color: #ffffff;
  align-items: center;
  display: flex;
}

.header-logo {
  width: 156px;
}

@media screen and (max-width:900px) {
  .header {
    padding: 32px 20px;
  }
}

/* ------ フッター ------ */

.footer {
  padding: 64px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F1F1F1;
}

.footer-navigation ul {
  display: flex;
  align-items: center;
}

.footer-navigation ul a {
  display: block;
  margin-left: 24px;
}

.footer-logo {
  width: 156px;
}

@media screen and (max-width:850px) {
  .footer-logo {
    margin-bottom: 24px;
  }
  .footer {
    padding: 64px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer-navigation ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-navigation ul a {
    display: block;
    margin-left: 0px;
    margin-top: 16px;
  }
}

/* ------ MV ------ */

.mv {
  padding: 48px 0 80px 0 ;
  width: 100%;
}

.eventh1 {
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 900;
}

.mv .event-logo {
  margin-bottom: 40px;
}

.mv .title-event {
  margin-bottom: 40px;
}

.mv .day-event {
  margin-bottom: 40px;
}

.mv .title-event img {
  width: 100%;
}

@media screen and (max-width:1600px) {

  .mv {
    padding: 28px 0 60px 0 ;
    width: 100%;
  }

  .mv .event-logo {
    margin-bottom: 20px;
  }

  .mv .event-logo img {
    width: 50%;
  }

  .mv .title-event img {
    width: 90%;
  }

}

@media screen and (max-width:850px) {

.eventh1 {
  display: none;
}

  .mv {
    padding: 0px 20px ;
    width: 100%;
    box-sizing: border-box;
  }

  .mv .event-logo img {
    width: 90%;
  }

  .mv .title-event img {
    width: 100%;
  }

  .mv .day-event img {
    width: 80%;
  }


  .mv .event-logo{
    margin-top: 24px;
    margin-bottom: 14px;
    width: 80%;
  }

  .mv .title-event{
    margin-bottom: 16px;
    width: 100%;
  }

  .mv .day-event{
    margin-bottom: 48px;
    width: 100%;
  }

  .mv img {
    width: 100%;
  }
}

/* ------ CVエリア ------ */

.cvarea {
  background: linear-gradient(101.75deg, #F7DAA3 32.94%, #E4B876 64.18%);
  display: flex;
  color: #0C316F;
  padding: 32px;
  justify-content: space-between;
  align-items: center;
}


.salesproud .cvarea {
    color:#4A0101;
}

.cs2022 .cvarea {
    color:#fff;
}

.cs2022 .cvarea {
    background: #000000;
}

.cvarea-info {
  line-height: 1.6;
  font-size: 20px;
  font-weight: 900;
}

.cvarea-info p {
  letter-spacing: 2px;
}

/*.cvarea-info p span {
  color: #E4C483;
}*/

.cvarea-info img {
  margin-bottom: 8px;
  width: auto;
}

.cvarea-btn {
  background: #033D9C;
  border-radius: 40px;
  padding: 0px 40px;
  height: 48px;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-weight: 900;
}

.cs2022 .cvarea-btn {
 background: linear-gradient(101.75deg, #F7DAA3 32.94%, #E4B876 64.18%);
 color:#000;
}


.salesproud .cvarea-btn {
    background:#920000;
}

.cvarea-btn:hover {
  background: linear-gradient(110.33deg, #FFF5DF -10.41%, #FFDD98 91.72%);
}

@media screen and (max-width:850px) {
  .mv .cvarea {
    margin-bottom: 32px;
  }
}

@media screen and (max-width:700px) {
  .cvarea {
    flex-direction: column;
    padding: 40px 20px;
    margin-left: -20px;
    margin-right: -20px;
    box-sizing: border-box;
    justify-content: flex-start;
  }
  .mv .cvarea {
  margin-bottom: 0;
  }
  .cvarea-info{
    text-align: left;
    width: 100%;
  }
  .cvarea-info img {
    margin-bottom: 8px;
    width: auto;
    max-width: 200px;
  }
  .cvarea-info p {
    letter-spacing: 0px;
    margin-bottom: 24px;
  }
  .cvarea-btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
  }
}

/* ------ アバウト ------ */

.s-about {
  color: #ffffff;
  background-color: #0C316F;
  padding: 80px 0;
}

.salesproud .s-about {
  background-color: #4A0101;
}


.cs2022 .s-about {
  background-color: #221C27;
}


.s-about .event-logo-w {
  width: 100%;
  text-align: center;
  margin: 0 0 40px ;
}

.s-about {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 2px;
}

.s-about p span.g {
  color: #E4C483;
}

.s-about p + p {
    margin-top: 16px;
}

.s-about .cvarea {
  margin-top: 40px;
}

.s-about p a {
  color: #ffffff;
  text-decoration: underline;
}

@media screen and (max-width:850px) {
  .s-about {
    padding: 56px 20px;
    box-sizing: border-box;
  }
  .s-about .event-logo-w {
    width: 60%;
    text-align: center;
    margin: 0 0 16px ;
  }

}


/* ------ プログラム ------ */

.s-program {
  background-color: #ffffff;
  padding: 80px 0;
}

.program-in {
  padding-bottom: 56px;
  margin-bottom: 56px;
  border-bottom: solid 1px #363833 ;
}

.program-in-time {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 16px;
}

.program-in-title {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 16px;
  line-height: 1.6;
}

@media screen and (max-width:550px) {

    .program-in-title {
        font-size: 20px;
        line-height: 1.4;
  }

}


@media screen and (max-width:850px) {
  .s-program {
    padding: 56px 20px;
    box-sizing: border-box;
  }

}

.program-supplement {
  margin-top: 12px;
  font-size: 12px;
  opacity: 0.6;
}


/* ------ プロフィール ------ */


.program-in-profile {
  display: flex;
  margin-top: 40px;
}

.program-in a {
  text-decoration: underline;
}

.program-in-profile + .program-in-profile {
  margin-top: 32px;
}

.program-in-profile-img {
  position: relative;
}

.program-in-profile-img img {
  width: 240px;
  height: 240px;
  display: block;
  background-color: #dfdfdf;
}

.program-in-profile-img img.program-in-profile-logo {
  width: 88px;
  height: 88px;
  position: absolute;
  z-index: 100;
  top: -24px;
  left: -24px;
  border: solid 1px #dfdfdf;
}

.program-in-profile-text {
  margin-left: 24px;
  box-sizing: border-box;
}

.program-in-profile-name {
  font-size: 18px;
  margin-bottom: 14px;
  line-height: 1.6;
  font-weight: 900;
}

.program-in-profile-name span {
  display: block;
  font-size: 14px;
  margin: -5px 0 8px 0;
  line-height: 1.7;
}

.program-in-profile-detail {
  text-align: justify;
}

.program-in-profile-img-sp{
  display: none;
}

@media screen and (max-width:850px) {
  .program-in-profile-img img {
    width: 140px;
    height: 140px;
  }
  .program-in-profile-img img.program-in-profile-logo {
    width: 48px;
    height: 48px;
    top: -14px;
    left: -14px;
  }

}


@media screen and (max-width:550px) {
  .s-program {
    padding: 56px 20px;
    box-sizing: border-box;
  }
  .program-in-profile {
    width: 100%;
  }
  .program-in-profile-img {
    display: flex;
    flex-direction: column;
    display: none;
  }
  .program-in-profile-img img {
    width: 80px;
    height: 80px;
    display: none;
  }
  .program-in-profile-img img.program-in-profile-logo {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
    top: 0;
    left: 0;
    box-sizing: border-box;
  }
  .program-in-profile-text {
    margin-left: 0px;
    width: 100%;
  }
  .program-in-profile-img-sp{
    position: relative;
    display: block;
    margin-bottom: 10px;
  }
  .program-in-profile-img-sp .program-in-profile-logo {
    position: absolute;
    width: 80px;
    height: 80px;
  }
  .program-in-profile-name span {
    display: block;
    font-size: 14px;
    margin:0px 0 2px 0;
    line-height: 1.7;
    letter-spacing: 0px;
  }
  .program-in-profile-name{
    letter-spacing: 2px;
  }
}

/* ------ 概要 ------ */

.s-info {
  color: #ffffff;
  background-color: #0C316F;
  padding: 80px 0;
}


.cs2022 .s-info {
  background-color: #221C27;
}

.salesproud .s-info {
background-color: #4A0101;
}

.info-in {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.15);
  padding: 24px;
  box-sizing: border-box;
}

.info-in + .info-in {
  margin-top: 4px;
}

.info-in h3 {
  width:25%;
}

.info-in p {
  width: 75%;
}

.info-in p span {
  display: block;
  margin-top: 16px;
  font-size: 12px;
}

.s-info .cvarea {
  margin-top: 40px;
}

.info-in a {
  color: #ffffff;
  text-decoration: underline;
  margin-left: 8px;
}

@media screen and (max-width:850px) {
  .s-info {
    padding: 56px 20px;
    box-sizing: border-box;
    justify-content: space-between;
  }
  .info-in {
    flex-direction: column;
    padding: 12px 16px;
    margin-left: -20px;
    margin-right: -20px;
    line-height: 1.6;
  }
  .info-in br {
    display: none;
  }
  .info-in h3,
  .info-in p {
    width: 100%;
  }
  .info-in h3{
    font-weight: 900;
    margin-bottom: 8px;
  }
  .info-in p span {
    margin-top: 8px;
  }
}

/* ------ セクション制御 ------ */

.section-wrapper {
  width: 100%;
}

.section {
  max-width: 795px;
  margin: 0 auto;
}

.section h2 {
  font-weight: 900;
  font-size: 32px;
  margin-bottom: 40px;
}


/* ------ bnr ------ */

.bnr{
    margin:30px 0 0 0;
}


/* ------ share ------ */

.share {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  padding: 8px;
  box-sizing: border-box;
  background-color: #ffffff;
  font-weight: 900;
  font-size: 14px;
  width: 100%;
  align-items: center;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
}

.share a {
  background-color: #479BE9;
  padding: 6px 8px;
  border-radius: 40px;
  color: #ffffff;
  margin-right: 8px;
  display: inline-inline-block;
}

.share a:hover {
  background-color: #4D90CE;
}

.target.is-hidden {
  display: none;
  height: auto;
}

.nonebtn {
  margin-left: 10px;
  background: none;
  color: #ffffff;
  text-decoration: underline;
}


@media screen and (max-width:1000px) {
  .share {
    position: relative;
    text-align: left;
    padding: 8px 16px;
    line-height: 1.8;
  }
  .share a {
    padding: 0;
    border-radius: 0;
    background:none;
    text-decoration: underline;
    color: #479BE9;
    margin: 0;
  }
  .nonebtn {
    display: none;
  }
}

/* ------ archives ------ */

.archives {
  margin-bottom: 24px;
}


.archives h2 {
  margin-bottom: 0;
}

@media screen and (max-width:850px) {
  .archives h2 {
    margin-bottom: 0;
    margin-top: -24px;
    font-size: 24px;
    line-height: 160%;
  }
}

/* ------ end ------ */
