*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
  font-family: Libre Baskerville;
  src: url(/jp/ja/contents/lifewear-magazine/26ss/assets/fonts/Libre_Baskerville/LibreBaskerville-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Libre Baskerville;
  src: url(/jp/ja/contents/lifewear-magazine/26ss/assets/fonts/Libre_Baskerville/LibreBaskerville-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

body {
    font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,YuGothic,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    line-height: 1.6;
    color: #000;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body .main_inner {
    padding-top: 0;
}

.page-header {
    height: 48px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.page-header__inner {
    padding: 0 15px;
}

.page-header__logo {
    height: 21px;
    width: auto;
    object-fit: contain;
}

.hero {
    width: 100%;
    overflow: hidden;
}

.hero__image {
    width: 100%;
    height: auto;
    display: block;
}

.intro {
    padding: 36px 40px;
}

.intro__greeting {
    font-family: 'Libre Baskerville', serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px;
}

.intro__body {
    font-family: 'Libre Baskerville', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
}

.intro__body p {
    margin-bottom: 0;
}

.announcement {
    background-color: #f9f9f9;
    padding: 36px 40px;
}

.announcement__heading {
    font-family: 'Libre Baskerville', serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    margin-bottom: 20px;
}

.announcement__body {
    font-family: 'Libre Baskerville', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
}

.announcement__body p {
    margin-bottom: 0;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 36px 15px 28px;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 13.2px;
    color: #000;
}

.breadcrumb__link {
    color: #000;
    text-decoration: underline;
    white-space: nowrap;
}

.breadcrumb__separator {
    white-space: pre;
}

.breadcrumb__current {
    white-space: nowrap;
}

.page-footer {
  background-color: #f4f4f4;
}
.page-footer__line {
    height: 1px;
    background-color: #dadada;
}

.page-footer__inner {
    background-color: #f4f4f4;
    padding: 20px 15px;
    text-align: center;
}

.page-footer__copyright {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 16.9px;
    color: #6a6a6a;
}

.pc-break {
  display: none; 
}

@media (min-width: 813px) {
    .sp-break {
        display: none;
    }
    .pc-break {
      display: inline; 
    }

    .page-header {
        height: 68px;
    }

    .page-header__inner {
        padding: 0;
    }

    .page-header__logo {
        height: 28px;
    }

    .hero {
        max-width: 1177px;
        margin: 28px auto 0;
    }

    .intro {
        max-width: 1177px;
        margin: 0 auto;
        padding: 60px 0;
    }

    .intro__greeting {
        font-size: 72px;
        text-align: center;
        margin-bottom: 28px;
    }

    .intro__body {
      font-size: 24px;
      text-align: center;
    }

    .announcement {
        max-width: 1177px;
        margin: 0 auto;
        padding: 60px 80px;
    }

    .announcement__heading {
        font-size: 36px;
        margin-bottom: 28px;
        line-height: 1.5;
    }

    .announcement__body {
        font-size: 24px;
    }

    .breadcrumb {
        max-width: 1177px;
        margin: 0 auto;
        font-size: 12px;
        line-height: 14.4px;
        gap: 4px;
        padding: 60px 0 28px;
    }

    .page-footer__inner {
      text-align: left;
      max-width: 1226px;
      margin-right: auto;
      margin-left: auto;
      padding-right: 25px;
      padding-left: 25px;
    }
}