@charset "UTF-8";
/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////
flex 設定
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
.all-wrapper header.header {
  margin-bottom: clamp(50px, 27.2727272727px + 6.0606060606vw, 100px);
}
.all-wrapper header.header .header-wrap {
  position: relative;
}
.all-wrapper header.header .header-wrap .lower-main-bg {
  width: 100%;
  height: 100%;
  min-height: clamp(300px, -18.1818181818px + 84.8484848485vw, 1000px);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.all-wrapper header.header .header-wrap .lower-main-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
.all-wrapper header.header .header-wrap .lower-main-contents {
  width: 100%;
  height: 100%;
  min-height: clamp(300px, -18.1818181818px + 84.8484848485vw, 1000px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.all-wrapper header.header .header-wrap .lower-title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(3.6rem, 16.243902439px + 5.2682926829vw, 9rem);
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: clamp(100px, 45.4545454545px + 14.5454545455vw, 220px);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}
.all-wrapper header.header .header-wrap .lower-title .kakko-r {
  margin-right: -0.5em;
}
.all-wrapper header.header .header-wrap .lower-title .kakko-l {
  margin-left: -0.5em;
}
.all-wrapper header.header .header-wrap .lower-title-en {
  width: auto;
  height: clamp(30px, 7.2727272727px + 6.0606060606vw, 80px);
}
.all-wrapper {
  /*パンくず*/
}
.all-wrapper .breadcrumb-wrap {
  margin: 0 0 30px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .all-wrapper .breadcrumb-wrap {
    margin: 0 0 45px;
  }
}
.all-wrapper .breadcrumb-wrap .breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1;
  color: #000000;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li a {
  text-decoration: none;
  color: #000000;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li a:hover {
  text-decoration: underline;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li:after {
  content: "＞";
  padding: 0 3px;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li:last-child:after {
  content: "";
}
.all-wrapper {
  /*　////////////////////////////////
  lower_header
  //////////////////////////////////　*/
} /* all-wrapper */