/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&family=Sarabun:wght@600&display=swap");
strong {
  font-weight: bold;
}

.sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none;
  }
}

#contents img {
  width: 100%;
  height: auto;
}

#contents * {
  box-sizing: border-box;
}

p {
  line-height: 1.5;
}

.ev-h2 {
  margin: 0 0 1.4285714286vw;
  font-family: "Sarabun", sans-serif;
  font-size: 3vw;
  color: #fff;
  text-align: center;
}
.ev-h2 small {
  display: block;
  margin-top: 0.4em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 767.98px) {
  .ev-h2 {
    margin: 0 0 3.2vw;
    font-size: 5.8666666667vw;
  }
  .ev-h2 small {
    font-size: 3.4666666667vw;
  }
}

.sec {
  padding: 2.8571428571vw;
}
@media screen and (max-width: 767.98px) {
  .sec {
    padding: 6.6666666667vw 4vw;
  }
}

.secHeader {
  position: relative;
  background: url("../image/ces_head_bg.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 2.8571428571vw;
  color: #06c;
}
.secHeader .__logo {
  position: absolute;
  top: 2vw;
  left: 12.5714285714vw;
  width: 37.4285714286vw;
}
.secHeader .__date {
  position: absolute;
  top: 7.8142857143vw;
  left: 55.4285714286vw;
  width: 30.5714285714vw;
}
.secHeader .__lead {
  padding-top: 17.4285714286vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7142857143vw;
  text-align: center;
  line-height: 1.3;
  font-feature-settings: "palt";
}
.secHeader .__info-wrap {
  width: 75.7142857143vw;
  margin: 1.1428571429vw auto 0;
  padding: 0.8571428571vw 0;
  background: rgba(255, 255, 255, 0.75);
  border: #06c 1px solid;
}
.secHeader .__info-wrap ul {
  text-align: center;
}
.secHeader .__info-wrap li {
  display: inline-block;
  margin: 0 0.7em;
  font-size: 1.2142857143vw;
  line-height: 1.8;
}
.secHeader .__info-wrap a {
  color: #06c;
  text-decoration: underline;
}
@media screen and (max-width: 767.98px) {
  .secHeader {
    background: url("../image/ces_head_bg.jpg") no-repeat 50% top;
    background-size: 310%;
    padding-bottom: 4vw;
  }
  .secHeader .__logo {
    top: 4vw;
    left: 8vw;
    width: 77.3333333333vw;
  }
  .secHeader .__date {
    top: 33.3333333333vw;
    left: 18.9333333333vw;
    width: 60.6666666667vw;
  }
  .secHeader .__lead {
    padding-top: 50.3333333333vw;
    font-size: 4.8vw;
    line-height: 1.35;
  }
  .secHeader .__info-wrap {
    width: 90.6666666667vw;
    margin: 3.2vw auto 0;
    padding: 2.4vw 0;
  }
  .secHeader .__info-wrap li {
    display: block;
    margin: 0 0.5em;
    font-size: 3.4666666667vw;
    line-height: 1.8;
  }
}

.secTheme {
  color: #fff;
  text-align: center;
  background-color: #00a0dc;
}
.secTheme .__theme {
  font-family: "Sarabun", sans-serif;
  font-size: 3.7142857143vw;
  line-height: 1.1;
  word-break: normal;
}
.secTheme .__theme small {
  font-size: 2.7142857143vw;
}
@media screen and (max-width: 767.98px) {
  .secTheme .__theme {
    font-size: 7.4666666667vw;
  }
  .secTheme .__theme small {
    font-size: 5.0666666667vw;
  }
}

.secContents {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  color: #fff;
  background-color: #000;
}
.secContents .__image {
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .secContents .__image {
    width: 100%;
    margin-top: 0;
    padding: 0 0;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%);
  }
  .secContents .__image img {
    transform: scale(1.1);
  }
}

.ev-h2-b {
  margin-bottom: 1em;
  font-size: 1.8571428571vw;
  color: #06c;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .ev-h2-b {
    font-size: 3.7333333333vw;
  }
}

.secAbout {
  font-size: 1.2857142857vw;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .secAbout {
    font-size: 3.2vw;
  }
}

.secArchive {
  font-size: 1.2857142857vw;
  background: #ccc;
}
.secArchive dl {
  margin-left: 20vw;
}
.secArchive dt {
  font-weight: bold;
  line-height: 1.5;
}
.secArchive dd {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.secArchive .__pht {
  width: 66.2857142857vw;
  margin: 0 auto 2.1428571429vw;
}
@media screen and (max-width: 767.98px) {
  .secArchive {
    font-size: 3.2vw;
  }
  .secArchive dl {
    margin-left: 0;
  }
  .secArchive .__pht {
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
}

.footer_in {
  padding: 3.7142857143vw 0 5.7142857143vw;
  color: #000;
  background-color: #00a0dc;
}
.footer_in img {
  width: 100%;
  height: auto;
}
.footer_in .__ul-sns {
  text-align: center;
}
.footer_in .__ul-sns li {
  display: inline-block;
  margin: 0 0.7142857143vw;
  width: 3.4285714286vw;
}
.footer_in .__logo {
  margin: 1.1428571429vw auto;
  width: 22vw;
}
.footer_in address {
  font-size: 1vw;
}
@media screen and (max-width: 767.98px) {
  .footer_in {
    padding: 6.9333333333vw 0 10.6666666667vw;
  }
  .footer_in .__ul-sns li {
    margin: 0 1.6vw;
    width: 10.6666666667vw;
  }
  .footer_in .__logo {
    margin: 4.2666666667vw auto;
    width: 50.6666666667vw;
  }
  .footer_in address {
    font-size: 2.1333333333vw;
  }
}/*# sourceMappingURL=ces2024.css.map */