@charset "utf-8";

@font-face {
  font-family: 'BLG';
  src: url(../font/bleage_font.ttf);
  font-weight: normal;
}

img {
  /* vertical-align: bottom; */
  width: 100%;
  height: auto;
}

p,
span,
h1,
h2,
h3,
h4,
div,
nav {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-feature-settings: "palt";
}

html {
  scroll-padding-top: 0px;
  /* 固定ヘッダの高さ分 */
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  line-height: 1.6875;
  background-color: #ffffff;
}

.module_title {
  display: none;
}

.blg-font {
  font-family: 'BLG';
  src: url(font/bleage_font.ttf);
}

.color-white {
  color: white;
}

@media (min-width: 700px) {
  .sp-br {
    display: none;
  }
}

.pc-br {
  display: none;
}

@media (min-width: 700px) {
  .pc-br {
    display: block;
  }
}


@font-face {
  font-family: 'BN';
  src: url(../font/BebasNeue-Regular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: 'GS';
  src: url(../font/GeneralSans-Semibold.ttf);
}


/* KV */

.bn-txt {
  font-family: 'BN';
}

.kv-contents {
  position: relative;
}

.kv-ttl {
  position: absolute;
  align-items: baseline;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 15px;
  font-weight: normal;
}

@media (min-width: 700px) {
  .kv-ttl {
    margin-left: 15%;
  }
}

@media (min-width: 1500px) {
  .kv-ttl {}
}

.kv-ttl h1 {
  font-size: 8rem;
  font-weight: normal;
  line-height: 6rem;
  letter-spacing: 0.2rem;
}

@media (min-width: 700px) {
  .kv-ttl h1 {
    font-size: 15rem;
    line-height: 13rem;
    letter-spacing: 0.5rem;
  }
}

.kv-ttl h2 {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}

@media (min-width: 700px) {
  .kv-ttl h2 {
    font-size: 3rem;
    letter-spacing: 1.2rem;
  }
}


/* ================================================================ */
/* グッズ */
/* ================================================================ */
 .goods_block {
    border: 1px solid #e5e5e5;
    padding: 5rem 0;
    background: #fff;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    line-height: 1.6;
  }
  .goods_title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 12px;
  }
  .goods_grid {
    display: grid;
    gap: 12px;
    max-width: 900px;
    margin: 0 auto;
  }
  .goods_card {
    border: 1px solid #e9e6dc;

    padding: 12px;
    background: #fafafa;
  }
  .goods_heading {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 8px;
  }
  .goods_list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .goods_item {
    font-size: 1.3rem;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #f2f2f2;
    + .goods_item { margin-top: 6px; }
  }
  .goods_day {
    font-weight: 600;
    white-space: nowrap;
  }
  .goods_time {
    white-space: nowrap;
  }
  .goods_text { 
    margin: 0; 
    font-size: 1.4rem;
  }
  .goods_link {
    word-break: break-all;
    text-decoration: underline;
    background-color: rgb(179, 0, 0);
    margin: 0;
    padding: 8px 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
  }
  .goods_deadline {
    font-size: 1.4rem;
    margin: 0;
    padding: 8px 10px;
    color: #A9A087;
  }
  .goods_notes {
    margin: 0;
    padding-left: 1.2em;
    font-size: 1.4rem;
  }
  .goods_notes li {
    list-style: disc;
  }

  /* 画面切り替え */
  @media (min-width: 700px) {
    .goods_grid {
      grid-template-columns: 1fr 1fr;
    }
    .goods_title {
      font-size: 1.4rem;
    }
  }
  /* ================================================================ */
  /* fotter */
  /* ================================================================ */
  
  .sns-contents {
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  
  @media (min-width: 700px) {
    .sns-contents {
      gap: 20px;
    }
  }
  
  .sns-btn img {
    width: 40px;
  }
  
  @media (min-width: 700px) {
    .sns-btn img {
      width: 50px;
    }
  }
  
  .footer-logo {
    width: 50px;
    display: block;
    margin: 60px auto 0;
  }
  
  @media (min-width: 700px) {
    .footer-logo {
      width: 60px;
    }
  }
  
  .footer-copyright {
    color: white;
    text-align: center;
    margin-top: 30px;
    font-size: 1rem;
  }
  
  @media (min-width: 700px) {
    .footer-copyright {
      font-size: 1.3rem;
    }
  }


  .goods_contents{
    width: calc(100% - 40px);
    margin: 0 auto;
    background-color: white;
  }

    @media (min-width: 700px) {
        .goods_contents{
    max-width: 800px;
  }
    }

    .goods_bg{
      background-color: white;
      padding: 5rem 0;
    }