:root {
    --vw: 100vw;
    --vh: 100vh;
    --sw: 1.0;
    --color: #000000;
    --background-color: #FCFBF5;
    --header-background-color: #FCFBF5;
    --header-color: #000000;
    --header-color--hover: #999999;
    --header-svg-fill: #000000;
    --header-svg-fill--hover: #999999;
    --footer-background-color: #FCFBF5;
    --footer-color: #000000;
    --footer-color--hover: #999999;
    --footer-svg-fill: #000000;
    --footer-svg-fill--hover: #999999;
  }
  


  a {
    color: var(--color);
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }
  
  .is-full-width {
    font-feature-settings: normal !important;
  }
  
  .is-half-width {
    font-feature-settings: "palt" !important;
  }
  
  @media (min-width: 767px) {
    .is-hidden--vw-large {
      display: none !important;
    }
  }
  @media (max-width: 768px) {
    .is-hidden--vw-small {
      display: none !important;
    }
  }


  .only-sp {
    display: none;
  }
  
  @media (max-width: 768px) {
    .only-pc {
      display: none;
    }
    .only-sp {
      display: block;
    }
  }







  .c-svg--cover, .c-svg--contain, .c-svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
  }
  
  .c-svg--contain {
    object-fit: contain;
  }
  .c-svg--cover {
    object-fit: cover;
  }




  .c-typography--en {
    padding: 0 0.25em;
  }
  .c-typography--en:first-of-type {
    padding-left: 0;
  }
  .c-typography--en:last-of-type {
    padding-right: 0;
  }
  .c-typography1 {
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 150%;
  }
  .c-typography2 {
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 150%;
  }
  .c-typography3 {
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 180%;
  }
  .c-typography4 {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 150%;
  }
  .c-typography5 {
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 150%;
  }
  .c-typography6 {
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 200%;
  }
  .c-typography7 {
    font-family: "Noto Sans JP";
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 200%;
  }
  .c-typography8 {
    font-family: "Noto Sans JP";
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 200%;
  }
  
  @media (max-width: 768px) {
    .c-typography1 {
      font-family: "Noto Sans JP";
      font-size: 24px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 150%;
    }
    .c-typography2 {
      font-family: "Noto Sans JP";
      font-size: 20px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 150%;
    }
    .c-typography3 {
      font-family: "Noto Sans JP";
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 150%;
    }
    .c-typography4 {
      font-family: "Noto Sans JP";
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 150%;
    }
    .c-typography5 {
      font-family: "Noto Sans JP";
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 150%;
    }
    .c-typography6 {
      font-family: "Noto Sans JP";
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 150%;
    }
    .c-typography7 {
      font-family: "Noto Sans JP";
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 150%;
    }
    .c-typography8 {
      font-family: "Noto Sans JP";
      font-size: 10px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 150%;
    }
    .c-typography1--vw-small {
      font-family: "Noto Sans JP";
      font-size: 24px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 150%;
    }
    .c-typography2--vw-small {
      font-family: "Noto Sans JP";
      font-size: 20px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 150%;
    }
    .c-typography3--vw-small {
      font-family: "Noto Sans JP";
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 150%;
    }
    .c-typography4--vw-small {
      font-family: "Noto Sans JP";
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 150%;
    }
    .c-typography5--vw-small {
      font-family: "Noto Sans JP";
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 150%;
    }
    .c-typography6--vw-small {
      font-family: "Noto Sans JP";
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 150%;
    }
    .c-typography7--vw-small {
      font-family: "Noto Sans JP";
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 150%;
    }
    .c-typography8--vw-small {
      font-family: "Noto Sans JP";
      font-size: 10px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 150%;
    }
  }




















.l-header {
    background-color: var(--header-background-color);
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 124px;
    z-index: 10;
    padding: 0 56px 0 40px;
    transition-property: transform, visibility;
    transition-duration: 312.5ms;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .l-header a:hover {
    opacity: 1;
  }
  .l-header.is-hidden {
    transform: translateY(-124px);
    visibility: hidden;
  }
  .l-header__title {
    width: 78px;
    height: 84px;
  }
  .l-header__navigation {
    justify-self: end;
    width: max-content;
  }
  .l-header a {
    color: var(--header-color);
  }
  .l-header svg {
    fill: var(--header-svg-fill);
  }
  @media (min-width: 767px) {
    .l-header a:hover {
      color: var(--header-color--hover);
    }
  }
  @media (max-width: 768px) {
    .l-header {
      height: 70px;
      padding: 0 0 0 20px;
    }
    .l-header.is-hidden {
      transform: translateY(-70px);
    }
    .l-header__title {
      position: relative;
      width: 31px;
      height: 34px;
      z-index: 1;
    }
    .l-header__navigation {
      background-color: var(--header-background-color);
      justify-self: start;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      z-index: 0;
    }
    .l-header__navigation::before {
      content: "";
      background-color: inherit;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 70px;
    }
  }
  




  .c-navigation {
    width: max-content;
  }
  .c-navigation__container {
    display: flex;
    column-gap: calc(var(--sw) * 60px);
    align-items: center;
    width: max-content;
  }
  .c-navigation__summary {
    display: none;
  }
  .c-navigation__primary {
    display: flex;
    column-gap: calc(var(--sw) * 60px);
    font-weight: 700;
    width: max-content;
  }
  .c-navigation__secondary {
    display: flex;
    column-gap: calc(var(--sw) * 20px);
  }
  .c-navigation__bnr {
    padding: 0 0 40px;
  }
  .c-navigation__bnr .bnr-image {
    max-width: 295px;
  }
  .c-navigation__social-media {
    display: none;
  }
  .c-navigation__toggle-button {
    display: none;
  }
  @media (min-width: 767px) {
    .c-navigation__primary a {
      display: flex;
      align-items: center;
      position: relative;
      height: 80px;
    }
    .c-navigation__primary a::after {
      content: "";
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      opacity: 0;
      visibility: hidden;
      transform: scale(0.87);
      transition-property: transform;
      transition-duration: 52.0833333333ms;
      transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }
    .c-navigation__primary a:hover {
      color: transparent !important;
    }
    .c-navigation__primary a:hover::after {
      opacity: 1;
      visibility: visible;
      transform: scale(1);
    }
    .c-navigation__primary__concept::after {
      background-image: url("https://www.bess.jp/wordpress/wp-content/themes/bess/assets/images/navigation_concept.png");
      width: 125px;
      height: 38px;
      margin-top: -19px;
      margin-left: -62px;
    }
    .c-navigation__primary__culture::after {
      background-image: url("https://www.bess.jp/wordpress/wp-content/themes/bess/assets/images/navigation_culture.png");
      width: 142px;
      height: 41px;
      margin-top: -20px;
      margin-left: -71px;
    }
    .c-navigation__primary__products::after {
      background-image: url("https://www.bess.jp/wordpress/wp-content/themes/bess/assets/images/navigation_products.png");
      width: 67px;
      height: 46px;
      margin-top: -23px;
      margin-left: -33px;
    }
    .c-navigation__primary__life::after {
      background-image: url("https://www.bess.jp/wordpress/wp-content/themes/bess/assets/images/navigation_life.png");
      width: 98px;
      height: 51px;
      margin-top: -25px;
      margin-left: -49px;
    }
    .c-navigation__primary__loglog::after {
      background-image: url("https://www.bess.jp/wordpress/wp-content/themes/bess/assets/images/navigation_loglog.png");
      width: 47px;
      height: 47px;
      margin-top: -23px;
      margin-left: -23px;
    }
    .c-navigation__primary__logway::after {
      background-image: url("https://www.bess.jp/wordpress/wp-content/themes/bess/assets/images/navigation_logway.png");
      width: 144px;
      height: 22px;
      margin-top: -11px;
      margin-left: -72px;
    }
    .c-navigation.is-white .c-navigation__primary__concept::after {
      background-image: url("https://www.bess.jp/wordpress/wp-content/themes/bess/assets/images/navigation_concept_white.png");
    }
    .c-navigation.is-white .c-navigation__primary__culture::after {
      background-image: url("https://www.bess.jp/wordpress/wp-content/themes/bess/assets/images/navigation_culture_white.png");
    }
    .c-navigation.is-white .c-navigation__primary__life::after {
      background-image: url("https://www.bess.jp/wordpress/wp-content/themes/bess/assets/images/navigation_life_white.png");
    }
    .c-navigation.is-white .c-navigation__primary__products::after {
      background-image: url("https://www.bess.jp/wordpress/wp-content/themes/bess/assets/images/navigation_products_white.png");
    }
    .c-navigation.is-white .c-navigation__primary__loglog::after {
      background-image: url("https://www.bess.jp/wordpress/wp-content/themes/bess/assets/images/navigation_loglog_white.png");
    }
    .c-navigation.is-white .c-navigation__primary__logway::after {
      background-image: url("https://www.bess.jp/wordpress/wp-content/themes/bess/assets/images/navigation_logway_white.png");
    }
    .c-navigation.is-ivory .c-navigation__primary__concept::after {
      background-image: url("https://www.bess.jp/wordpress/wp-content/themes/bess/assets/images/navigation_concept_ivory.png");
    }
    .c-navigation.is-ivory .c-navigation__primary__culture::after {
      background-image: url("https://www.bess.jp/wordpress/wp-content/themes/bess/assets/images/navigation_culture_ivory.png");
    }
    .c-navigation.is-ivory .c-navigation__primary__life::after {
      background-image: url("https://www.bess.jp/wordpress/wp-content/themes/bess/assets/images/navigation_life_ivory.png");
    }
    .c-navigation.is-ivory .c-navigation__primary__products::after {
      background-image: url("https://www.bess.jp/wordpress/wp-content/themes/bess/assets/images/navigation_products_ivory.png");
    }
    .c-navigation.is-ivory .c-navigation__primary__loglog::after {
      background-image: url("https://www.bess.jp/wordpress/wp-content/themes/bess/assets/images/navigation_loglog_ivory.png");
    }
    .c-navigation.is-ivory .c-navigation__primary__logway::after {
      background-image: url("https://www.bess.jp/wordpress/wp-content/themes/bess/assets/images/navigation_logway_ivory.png");
    }

  }
  @media (max-width: 768px) {
    .c-navigation {
      background-color: var(--header-background-color);
      width: 100%;
      height: 70px;
      overflow: hidden;
      overscroll-behavior-y: none;
    }
    .c-navigation.is-open {
      height: 100vh;
      height: 100dvh;
      overflow-y: auto;
    }
    .c-navigation.is-open .c-navigation__container {
      pointer-events: auto;
    }
    .c-navigation.is-open .c-navigation__summary {
      visibility: hidden;
    }
    .c-navigation.is-open .c-navigation__toggle-button__open {
      visibility: hidden;
    }
    .c-navigation.is-open .c-navigation__toggle-button__close {
      visibility: visible;
    }
    .c-navigation__container {
      display: block;
      column-gap: normal;
      align-items: normal;
      width: max-content;
      margin: 0 auto;
      pointer-events: none;
    }
    .c-navigation__summary {
      display: flex;
      column-gap: 15px;
      align-items: center;
      justify-content: flex-end;
      font-weight: 600;
      position: absolute;
      top: 0;
      right: 72px;
      width: 100%;
      height: 70px;
      pointer-events: auto;
    }
    .c-navigation__primary {
      flex-direction: column;
      column-gap: normal;
      row-gap: 32px;
      font-weight: 600;
      width: 100%;
      padding-top: 147px;
      padding-bottom: 40px;
      text-align: left;
    }
    .c-navigation__secondary {
      flex-direction: column;
      column-gap: normal;
      row-gap: 20px;
      font-weight: 600;
      position: relative;
      width: 100%;
      padding-top: 40px;
      padding-bottom: 50px;
      text-align: left;
    }
    .c-navigation__secondary::before {
      content: "";
      background-color: var(--header-color);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
    }
    .c-navigation__secondary a::after {
      content: attr(data-label);
      padding-left: 0.25em;
      font-family: "Noto Sans JP";
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 150%;
    }
    .c-navigation__social-media {
      display: flex;
      column-gap: 25px;
      width: 100%;
      padding-bottom: 93px;
    }
    .c-navigation__social-media__item {
      display: block;
      width: 30px;
      height: 30px;
    }
    .c-navigation__social-media__item a {
      display: block;
      width: 100%;
      height: 100%;
    }
    .c-navigation__toggle-button {
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      width: 64px;
      height: 70px;
      pointer-events: auto;
    }
    .c-navigation__toggle-button__open {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 19px 16px;
      visibility: visible;
    }
    .c-navigation__toggle-button__close {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 19px 16px;
      visibility: hidden;
    }
  }

  

