.site-body {
  background: #000;
}
.site-body {
  padding: 3.5rem 0 !important;

  color:#fff;
}
@media (min-width: 1200px) {
  .sb-top-message .container {
    max-width: 1110px;
  }
}

.sb-top-message .main-section.main-section--base--on {
  background: transparent;
  border-radius: none;
  padding:0;
}

.breadcrumb {
  position: relative;
  margin-top: 8px!important;
  background: transparent;
  z-index: 10;
}
.breadcrumb li,
.breadcrumb li a {
  color:#fff;
}
.breadcrumb-list {
  text-align: right!important;
}

/*.sb-top-message .site-body-container {
  display: none;
}*/

.sb-top-message .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100vh;
  top:-38px;
  left: 0;

  transition: opacity 0.5s ease-in-out;
  background-size: cover;
  background-position: center 1%;
  background-repeat: no-repeat;
}
.sb-top-message .bg.img1 {
  background-image: url(../img/top-message/main-pc@2x.jpg);
  opacity: 1;
}
.sb-top-message .bg.img2 {
  background-image: url(../img/top-message/main-pc2@2x.jpg);
  opacity: 0;
}
.header_scrolled .sb-top-message .bg {
  position: fixed;
  /*top:30px;*/
  top: 94px;
}

.top-msg-body {
  position: relative;
  z-index: 10;
  margin-top: 40px;
}
.row-h-msg>.col {
  max-width: none;
  width: auto;
  flex-grow:unset;
  flex-basis:unset;
}
.h-msg {
  margin-bottom: 70px;
}
.h-msg h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.h-msg .top-cp {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 12px;
}
.h-msg .pre-n {
  font-size: 18px;
  font-weight: bold;
}
.top-msg-body .item-cont {
  margin-bottom: 60px;
}
.item-cont .t {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  border-left: 6px solid #C0440E;
  padding-left: 8px;
  margin-bottom: 25px;
}

.item-cont p {
  text-align: justify;
  line-height: 30px;
}


.wp-block-cover.alignfull,
.site-footer {
  z-index: 10;
}

@media (max-width: 1199px) {
  .sb-top-message .bg.img1 {
    background-position: 36% center;
  }
  .sb-top-message .bg.img2 {
    background-position: 28% center;
  }
}

@media (max-width: 992px) {
  .header_scrolled .sb-top-message .bg {
    /*top:0;*/
    top:48px;
  }
  .h-msg .top-cp {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {

  .page-coph-menu {
    background: #6e6d69;
  }
  .sb-top-message .bg {
    height: 25vh;

    transition: opacity 0.5s ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .sb-top-message .bg.img1 {
    background-image: url(../img/top-message/main-sp@2x.jpg);
    background-position: center 5%;
  }
  .sb-top-message .bg.img2 {
    background-image: url(../img/top-message/main-sp2@2x.jpg);
  }
  .header_scrolled .sb-top-message .bg {
    top:34px;
    z-index: 8;
  }
  .header_scrolled .sb-top-message .bg:after {
    content:"";
    position: absolute;
    width: 100%;
    height: 25px;
    left: 0;
    bottom: -25px;
    background: linear-gradient(to bottom, black, transparent);
  }

  .site-body-container .main-section {
    z-index: 1;
  }

  .top-msg-body {
    margin-top: 18vh;
  }
  .h-msg {
    margin-bottom: 30px;
  }
  .h-msg h1 {
    font-size: 15px;
  }
  .h-msg .top-cp {
    font-size: 28px;
    line-height: 35px;
  }
  .h-msg .pre-n {
    font-size: 13px;
  }
  .item-cont .t {
    margin-bottom: 20px;
  }
}

