/* ----------------------------------
  Base
---------------------------------- */
body {
  background-color: #fff;
}
dl,dt,dd,
ul,li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h1, h2, h3, p {
  margin: 0;
  padding: 0;
}

/* ----------------------------------
  Layout
---------------------------------- */
#container {
  width: 1280px;
  padding: 71px 0 130px 0;/* 130px + 下余白分 */
  box-sizing: border-box;
  position: static;
}
#footer {
  width: 1280px;
  color: #333;
  margin: 0 auto;
  padding: 0;
  background: none;
  border: none;
}
/*
.track-list {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.track-list .inr {
  margin: 0 auto;
}
*/

/* ----------------------------------
  Font
---------------------------------- */

#container .b-section {
  font-family: "M PLUS 1",sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.weight-regular {
  font-weight: 400;
}
.weight-midium {
  font-weight: 500;
}
.weight-semibold {
  font-weight: 600;
}

/* ----------------------------------
  Module
---------------------------------- */
section h2.caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: transparent;
}
section h2.caption small {
  letter-spacing: 1.8px;
  font-weight: 600;
  font-size: 18px;
  color: #F3847D;
}
section h2.caption span {
  margin: 18px 0;
  letter-spacing: 2.8px;
  font-weight: 500;
  font-size: 28px;
  color: #000;
}
section p {
  font-size: 16px;
  letter-spacing: 0.8px;
  font-weight: 500;
  line-height: 200%;
  color: #000;
}
section p.font-l {
  font-size: 20px;
  font-weight: 600;
}
section p.text-c {
  text-align: center;
}

section .column {
  display: flex;
  flex-wrap: wrap;
}

/* ----------------------------------
  Section
---------------------------------- */
section {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  color: #000;
}
@media screen and (max-width: 1280px) {
  section {
    width: 1280px;
    margin: 0 auto;
  }
}
.bg-blue-main {
  background-color: #E9F7FB;
}
.bg-blue-sub {
  background-color: #D3F2FB;
}

.color-red-main {
  color: #F3847D;
}

/*
  hero
-----------------*/
.section-hero {
}

/* 初期opacityは0 */
.section-hero .hero-image-title,
.section-hero .hero-image-lead {
  opacity: 0;
}

.section-hero .hero-image {
  width: 100vw;
  min-width: 1280px;
  margin: 0 calc(50% - 50vw);
  padding: 0;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .section-hero .hero-image {
    margin: 0 auto;
  }
}
.section-hero .hero-image img {
  width: 100%;
}
.section-hero .hero-image .hero-image-title {
  width: 52.42187499999999vw;
  position: absolute;
  left: 50%;
  top: 2.34375vw;
  transform: translateX(-50%);
}
@media screen and (max-width: 1280px) {
  .section-hero .hero-image .hero-image-title {
    width: 671px;
    top: 30px;
  }
}
.section-hero .hero-image .hero-image-lead {
  width: 47.5vw;
  position: absolute;
  left: 50%;
  top: 31.484374999999996vw;
  transform: translateX(-50%);
}
@media screen and (max-width: 1280px) {
  .section-hero .hero-image .hero-image-lead {
    width: 608px;
    top: 403px;
  }
}
@media screen and (max-width: 1280px) {
  .section-hero .hero-image .hero-image-bg {
    width: 1280px;
  }
}

/*
  about
-----------------*/
.section-about {
  position: relative;
  z-index: 10;
  padding-top: 60px;
}
.section-about .about-box {
  width: 1033px;
  height: 592px;/* 732px - 140px */
  margin: 0 auto;
  padding-top: 140px;
  position: relative;
  z-index: 0;
  background-image: url("../img/pishow2024-autumn/bg-section01-main.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.section-about .about-obj {
  width: 1246px;
  height: 800px;
  position: absolute;
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
  z-index: 11;
  background-image: url("../img/pishow2024-autumn/bg-section01.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.section-about .about-box h2.caption,
.section-about .about-box p {
  width: 542px;
}
.section-about .about-box h2.caption {
  margin: 0 auto;
}
.section-about .about-box p {
  margin: 30px auto;
}
.section-about .about-box h2.caption + p {
  margin-top: 20px;
}

/*
  schedule
-----------------*/
.section-schedule {
  position: relative;
  z-index: 2;
  padding: 140px 0 80px 0;
}
.section-schedule .schedule-box {
  width: 758px;
  height: 379px;
  margin: 0 auto;
  padding-top: 70px;
  position: relative;
  z-index: 1;
  background-image: url("../img/pishow2024-autumn/bg-section02-main.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.section-schedule .schedule-obj {
  width: 1246px;
  height: 512px;
  position: absolute;
  left: 50%;
  top: 72px;
  transform: translateX(-50%);
  z-index: 0;
  background-image: url("../img/pishow2024-autumn/bg-section02.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.section-schedule dl.schedule-tbl {
  width: 620px;
  margin: 20px auto;
  padding-left: 35px;
  display: flex;
}
.section-schedule dl.schedule-tbl dt {
  width: 100px;
}
.section-schedule dl.schedule-tbl dt p {
  width: 100%;
  border: 1px solid #000;
  font-size: 14px;
  text-align: center;
}
.section-schedule dl.schedule-tbl dd {
  padding-left: 24px;
  font-size: 16px;
}
.section-schedule dl.schedule-tbl dd p a {
  color: #000;
  text-decoration: underline;
}
.section-schedule dl.schedule-tbl dd p a:hover {
  text-decoration: none;
}

/*
  news
-----------------*/
.section-news {
  position: relative;
  padding: 100px 0 160px 0;
}
.section-news .news-box {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.section-news .news-obj {
  width: 1098px;
  height: 791px;
  position: absolute;
  left: 50%;
  top: 224px;
  transform: translateX(-50%);
  z-index: 0;
  background-image: url("../img/pishow2024-autumn/bg-section03.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.section-news .news-column {
  width: 800px;
  margin: 0 auto;
}
.section-news .news-box h2.caption {
}
.section-news .news-box .sns-box p {
  width: 500px;
  margin: 20px auto 0 auto;
}
.section-news .news-box .sns-box .sns-timeline {
  width: 500px;
  height: 700px;
  margin: 40px auto 0 auto;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
}
.section-news .news-box .sns-timeline iframe {
  border-radius: 10px;
}

.section-news .news-box .sns-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.section-news .news-box .sns-links .sns-links-item {
  margin: 0 20px;
}
.section-news .news-box .sns-links .sns-links-item a svg {
  transition: all .3s ease;
}
.section-news .news-box .sns-links .sns-links-item a:hover svg {
  transform: scale(1.1);
}
/*
  contents
-----------------*/
.section-contents {
  padding-top: 120px;
  padding-bottom: 0px;
}

.section-contents .contents-column {
  width: 1097px;
  margin: 50px auto 0 auto;
}
.section-contents .contents-column .column-item {
  display: flex;
  flex-direction: column;
  width: 319px;
  margin-right: 70px;
  margin-bottom: 60px;
}
.section-contents .contents-column .column-item:nth-child(3n) {
  margin-right: 0;
}
.section-contents .contents-column .column-item h3.column-item-head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.section-contents .contents-column .column-item h3.column-item-head .icon {
  width: 44px;
  min-height: 44px;
}
.section-contents .contents-column .column-item h3.column-item-head .icon svg {
  width: 100%;
}
.section-contents .contents-column .column-item h3.column-item-head strong {
  padding-left: 2px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
}
.section-contents .contents-column .column-item .column-item-image {
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #ECECEC;
  overflow: hidden;
}
.section-contents .contents-column .column-item .column-item-image img {
  width: 100%;
}
.section-contents .contents-column .column-item .column-item-lead {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.75px;
}