@charset "utf-8";

/*===========================================================
下層カバー
===========================================================*/

.in-cover {
    padding: 0 15px;
    max-width: 1920px;
    width: 100%;
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.in-cover:before {
    content: "";
    display: block;
    position: absolute;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    background: rgba(47, 23, 2, 50%);
}
.in-cover.in-cover-full{
  background-image: url(https://owl-beauty-seitai.com/system_panel/uploads/images/20260330112022345833.PNG);
  background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  height: 560px;
}
.in-cover.in-cover-full::before{
  background: none;
}
.in-cover-title-box {
    margin: 0 auto;
    text-align: center;
}

.in-cover-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 2.16666em;
    font-family: var(--fontB);
    color: var(--white)
}

.in-cover-sub-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.625em;
    font-family: var(--fontA);
    color: var(--white);
}

/*===========================================================
パンくず
===========================================================*/

.bread-wrapper {
    max-width: 1920px;
    width: 100%;
    padding: 15px;
}

.bread-box {
    max-width: 1220px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: var(--black);
    font-family: var(--fontB);
}

.bread-link {
    display: block;
    color: var(--black);
    font-family: var(--fontB);
    text-decoration: underline;
}

.bread-link:hover {
    color: var(--black);
    text-decoration: none;
}

/*===========================================================
inner
===========================================================*/

.in-wrapper {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 15px;
    position: relative;
}

.inner01 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.inner02 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

/* .inner03 {
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
} */

/* .inner04 {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
} */

/* .inner05 {
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
} */

/*===========================================================
br調整
===========================================================*/

.br-none br {
    display: none;
}

/*===========================================================
下層カバー
===========================================================*/

.in-cover-strength {
	background-position: 41% 50% !important;
}

.in-cover-concept {
	background-position: 29% 50% !important;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {


/*===========================================================

===========================================================*/

  .in-cover {
      height: 250px;
  }
  .in-cover.in-cover-full{
    height: 667px;
  }

} /* min-width: 414px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {


/*===========================================================
br調整
===========================================================*/

.sm-br-block br {
    display: block;
}

.sm-br-none br {
    display: none;
}

} /* min-width: 544px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {


/*===========================================================
br調整
===========================================================*/

.md-br-block br {
    display: block;
}

.md-br-none br {
    display: none;
}

/*===========================================================
下層カバー
===========================================================*/

.in-cover {
    max-width: 1920px;
    width: 100%;
    height: 300px;
    justify-content: flex-start;
}

.in-cover.in-cover-full{
  height: 1536px;
}

.in-cover-title {
    font-size: 30px;
}

.in-cover-sub-title {
    font-size: 16px;
}

/*===========================================================
inner
===========================================================*/

.in-wrapper {
    padding: 80px 15px;
}
  
/*===========================================================
下層カバー
===========================================================*/

  .in-cover-strength {
      background-position: center center !important;
  }
  
  .in-cover-concept {
      background-position: center center !important;
  }

} /* min-width: 768px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {


/*===========================================================
br調整
===========================================================*/

.lg-br-block br {
    display: block;
}

.lg-br-none br {
    display: none;
}

/*===========================================================
下層カバー
===========================================================*/

.in-cover {
    height: 372px;
}

.in-cover.in-cover-full{
  height: 3000px;
  background-size: cover;
}


.in-cover-title {
    font-size: 48px;
}

/*===========================================================
パンくず
===========================================================*/

.bread-box {
    font-size: 14px;
}

/*===========================================================
inner
===========================================================*/

.in-wrapper {
    padding: 150px 15px;
}

.in-first-wrapper {
    padding: 130px 0;
}


} /* min-width: 1024px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {


/*===========================================================

===========================================================*/



} /* min-width: 1200px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {


/*===========================================================

===========================================================*/



} /* min-width: 1440px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {




} /* min-width: 1520px ここまで */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 