@media (max-width: 768px) {
  .conts {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.conts .title_icon {
  --img-height: 50px;
  background-repeat: no-repeat;
  background-size: auto calc(100% - (var(--img-height) / 1.5));
  background-position: center top;
  height: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.conts .title_icon .icon {
  align-self: center;
  margin-top: auto;
  flex-basis: var(--img-height);
  position: relative;
  top: 30px;
}
.conts .title_icon .icon img {
  height: var(--img-height);
}
.conts .contsTtl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
}
.conts .contsTtl h1 {
  font-size: 26px;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 3em;
}
.conts .contsTtl p {
  font-size: 14px;
}

@media (max-width: 479px) {
  .schedule .conts .title_icon {
    background-image: url(../schedule/img/main_sp.jpg);
  }
  .about .conts .title_icon {
    background-image: url(../about/img/main_sp.jpg);
  }
  .point .conts .title_icon {
    background-image: url(../point/img/main_sp.jpg);
  }
  .event .conts .title_icon {
    background-image: url(../event/img/main_sp_n.jpg);
  }
  .conts ul.breadcrumb {
    display: none;
  }
  .conts .contsTtl {
    padding-inline: 15px;
  }
  .conts .title_icon .icon {
    top: 0;
  }
}
@media (min-width: 480px) {
  .conts .title_icon {
    --img-height: 75px;
    height: 550px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .schedule .conts .title_icon {
    background-image: url(../schedule/img/main_pc.jpg);
  }
  .about .conts .title_icon {
    background-image: url(../about/img/main_pc.jpg);
  }
  .point .conts .title_icon {
    background-image: url(../point/img/main_pc.jpg);
  }
  .event .conts .title_icon {
    background-image: url(../event/img/main_pc_n.jpg);
  }

  .conts ul.breadcrumb {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 400;
  }
  #second2 .conts ul.breadcrumb {
    background-color: rgba(255, 255, 255, 0);
  }
  .conts ul.breadcrumb li,
  .conts ul.breadcrumb li a {
    color: #7a7a7a;
	font-size:14px;
  }
  .conts ul.breadcrumb li + li::before {
    content: ">";
    padding: 0 0.5em;
  }
  .conts ul.breadcrumb .cate {
    display: inline;
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
  }
  .conts .contsTtl {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-inline: auto;
    text-align: center;
    padding: 0 5% 120px;
  }
  .conts .contsTtl h1 {
    font-size: 34px;
  }
  .conts .contsTtl p {
    font-size: 18px;
  }
}
.conts .secTtl h2 {
  font-size: 26px;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 3em;
}
@media (min-width: 769px) {
  .conts .secTtl h2 {
    font-size: 34px;
  }
}
.conts .bgWH {
  background:
    linear-gradient(to bottom, transparent 300px, #fff 300px),
    url(../img/whiteSP.png);
  background-repeat: no-repeat, no-repeat;
  background-position:
    0 0,
    center top;
  background-size:
    auto,
    100% auto;
  padding-block: 80px;
}
.conts .bgBL {
  background: #e2f0f9;
  padding-block: 80px;
}
@media (min-width: 769px) {
  .conts .bgWH {
    background:
      linear-gradient(to bottom, transparent 300px, #fff 300px),
      url(../img/whitePC.png);
  }
}

/* シンプルバージョン　*/
.conts .seco_head .contsTtl_seco h1 {
  font-size: 24px;
  font-weight: 900;
  font-style: normal;
  line-height: 1.4em;
  padding: 0.4em 0;
  margin-bottom: 1.5em;
  background-image: url(../img/dotedline.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.conts .seco_head .contsTtl_seco {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 769px) {
  .conts .seco_head .contsTtl_seco {
    justify-content: center;
    height: 120px;
  }
  #second2 #main section {
    padding: 15px;
  }
}
@media (min-width: 769px) {
  .conts .seco_head {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .conts .seco_head ul.breadcrumb {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
  }
  .conts .seco_head .contsTtl_seco {
    justify-content: center;
    height: 300px;
  }

  .conts .seco_head .contsTtl_seco h1 {
    font-size: 36px;
  }
  #second2 #main section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.anchor {
  scroll-margin-top: 0px;
}
@media (min-width: 769px) {
.anchor {
  scroll-margin-top: 10px;
}
}

.dummyTEXT {
  min-height: 50vh;
  text-align: center;
  color: #eee;
}
