@charset "UTF-8";
@font-face {
  font-family: "times_lt";
  src: url("https://allsaints.itembox.design/item/fonts/Times_LT_W01_Roman.woff2") format("woff2");
}
@font-face {
  font-family: "untitled-sans";
  src: url("https://allsaints.itembox.design/item/fonts/UntitledSans-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "untitled-sans";
  src: url("https://allsaints.itembox.design/item/fonts/UntitledSans-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "sawarabi";
  src: url("https://allsaints.itembox.design/item/fonts/SawarabiGothic-Regular.ttf") format("truetype");
}
.be-inspired {
  font-family: "untitled-sans", sans-serif;
  font-weight: 400;
  background: #fff;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 13px;
}
.be-inspired img {
  max-width: 100%;
  border: none;
  overflow: hidden;
  height: auto;
}
.be-inspired a {
  text-decoration: none;
  color: inherit;
}
.be-inspired ul {
  list-style: none;
  margin: 0;
}
.be-inspired .common__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 2650px;
  padding-left: 0;
  padding-right: 0;
}
.be-inspired p span {
  display: inline-block;
}

.be-inspired {
  overflow: hidden;
}
.be-inspired .be-inspired__inner {
  margin-bottom: 48px;
  /* アクティブなタブ */
  /* ラジオボタン非表示 */
}
@media screen and (min-width: 1024px) {
  .be-inspired .be-inspired__inner {
    margin-bottom: 72px;
  }
}
.be-inspired .be-inspired__inner .text-block .text-block_container {
  padding-bottom: 40px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .be-inspired .be-inspired__inner .text-block .text-block_container {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .be-inspired .be-inspired__inner .text-block .text-block_container {
    padding-bottom: 64px;
    padding-left: 88px;
    padding-right: 88px;
  }
}
.be-inspired .be-inspired__inner .text-block .text-block_container h1 {
  font-size: 36px;
  font-family: "times_lt";
  font-weight: lighter;
  text-align: center;
  padding-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .be-inspired .be-inspired__inner .text-block .text-block_container h1 {
    font-size: 47px;
    padding-bottom: 16px;
  }
}
.be-inspired .be-inspired__inner .text-block .text-block_container p {
  text-align: center;
  max-width: 590px;
  margin: 0 auto;
  line-height: 1.4em;
  letter-spacing: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (min-width: 768px) {
  .be-inspired .be-inspired__inner .text-block .text-block_container p {
    max-width: 620px;
  }
}
@media screen and (min-width: 1024px) {
  .be-inspired .be-inspired__inner .text-block .text-block_container p {
    font-size: 16px;
    line-height: 1.6;
  }
}
.be-inspired .be-inspired__inner .tab-container {
  width: 100%;
}
.be-inspired .be-inspired__inner .tab-container .tab-labels {
  display: flex;
  overflow-x: auto;
  /* 横スクロールを有効にする */
  white-space: nowrap;
  /* ラベルが改行されないようにする */
  border-bottom: 1px solid #b2b2b2;
  -moz-column-gap: 8px;
       column-gap: 8px;
  scrollbar-width: none;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .be-inspired .be-inspired__inner .tab-container .tab-labels {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
  }
}
.be-inspired .be-inspired__inner .tab-container .tab-labels .tab-label {
  color: #b7b7b7;
  background: #000;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  border: 1px solid gray;
  padding: 4px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-bottom: 0;
  transition: all 0.3s;
  text-transform: uppercase;
  flex: 0 0 auto;
  /* ラベルが自動的に必要な幅を取るようにする */
  font-size: 13px;
  height: 44px;
  transition: all 0.2s ease-out;
  width: 23%;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .be-inspired .be-inspired__inner .tab-container .tab-labels .tab-label {
    width: auto;
    font-size: 13px;
    height: auto;
    padding: 16px;
    min-width: 113px;
  }
}
.be-inspired .be-inspired__inner .tab-switch:checked + .tab-label {
  color: #000;
  background: White;
  border-bottom: 0;
  padding: 8px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .be-inspired .be-inspired__inner .tab-switch:checked + .tab-label {
    padding: 16px;
  }
}
.be-inspired .be-inspired__inner .tab-switch:checked + .tab-label p {
  border-bottom: 1px solid #000;
  line-height: 1;
}
.be-inspired .be-inspired__inner .tab-switch {
  display: none;
}
.be-inspired .be-inspired__inner .tab-contents .tab-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  -moz-column-gap: 8px;
       column-gap: 8px;
  justify-content: center;
  padding-top: 32px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .be-inspired .be-inspired__inner .tab-contents .tab-wrapper {
    padding-bottom: 96px;
    justify-content: start;
  }
}
@media screen and (min-width: 1024px) {
  .be-inspired .be-inspired__inner .tab-contents .tab-wrapper {
    padding-bottom: 112px;
  }
}
.be-inspired .be-inspired__inner .tab-contents .tab-wrapper h1 {
  font-family: "times_lt", "Times New Roman", Times, serif;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .be-inspired .be-inspired__inner .tab-contents .tab-wrapper h1 {
    padding-top: 48px;
    padding-bottom: 48px;
    font-size: 36px;
    letter-spacing: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .be-inspired .be-inspired__inner .tab-contents .tab-wrapper h1 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.be-inspired .be-inspired__inner .tab-contents .tab-wrapper .b-hub_list {
  display: grid;
  color: #000;
  max-width: 2650px;
  margin-right: auto;
  margin-left: auto;
  gap: 40px 10px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media screen and (min-width: 768px) {
  .be-inspired .be-inspired__inner .tab-contents .tab-wrapper .b-hub_list {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .be-inspired .be-inspired__inner .tab-contents .tab-wrapper .b-hub_list {
    gap: 80px 24px;
    padding-left: 56px;
    padding-right: 56px;
  }
}
.be-inspired .be-inspired__inner .tab-contents .tab-wrapper .b-hub_list .b-hub_list-item {
  grid-column: span 6;
}
@media screen and (min-width: 768px) {
  .be-inspired .be-inspired__inner .tab-contents .tab-wrapper .b-hub_list .b-hub_list-item {
    grid-column: span 4;
  }
}
@media screen and (min-width: 1024px) {
  .be-inspired .be-inspired__inner .tab-contents .tab-wrapper .b-hub_list .b-hub_list-item {
    grid-column: span 3;
  }
  .be-inspired .be-inspired__inner .tab-contents .tab-wrapper .b-hub_list .b-hub_list-item:nth-child(-n+3) {
    grid-column: span 4;
  }
}
.be-inspired .be-inspired__inner .tab-contents .tab-wrapper .b-hub_list .b-hub_list-link {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .be-inspired .be-inspired__inner .tab-contents .tab-wrapper .b-hub_list .b-hub_list-link {
    gap: 20px;
  }
}
.be-inspired .be-inspired__inner .tab-contents .tab-wrapper .b-hub_list .b-hub_list-link a {
  width: 100%;
  overflow: hidden;
}
.be-inspired .be-inspired__inner .tab-contents .tab-wrapper .b-hub_list .b-hub_list-link .b-hab_list-picture {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 137.5%;
  transition: transform 0.3s ease-out;
}
@media (any-hover: hover) {
  .be-inspired .be-inspired__inner .tab-contents .tab-wrapper .b-hub_list .b-hub_list-link .b-hab_list-picture:hover {
    transform: scale(1.1);
  }
}
.be-inspired .be-inspired__inner .tab-contents .tab-wrapper .b-hub_list .b-hub_list-link .b-hab_list-picture img {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.6s ease-out;
  width: 100%;
}
.be-inspired .be-inspired__inner .tab-contents .tab-wrapper .b-hub_list .b-hub_list-link .b-hub_list-body {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  padding: 0 15px 15px;
  gap: 8px;
  border: 0;
}
@media screen and (min-width: 768px) {
  .be-inspired .be-inspired__inner .tab-contents .tab-wrapper .b-hub_list .b-hub_list-link .b-hub_list-body {
    gap: 14px;
    padding: 0;
  }
}
.be-inspired .be-inspired__inner .tab-contents .tab-wrapper .b-hub_list .b-hub_list-link .b-hub_list-body .b-hub_list-tags {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 1;
  color: #6e6f6f;
  display: flex;
  flex-flow: row wrap;
  font-weight: 500;
  gap: 5px 17px;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
.be-inspired .be-inspired__inner .tab-contents .tab-wrapper .b-hub_list .b-hub_list-link .b-hub_list-body .b-hub_list-tags li {
  position: relative;
}
.be-inspired .be-inspired__inner .tab-contents .tab-wrapper .b-hub_list .b-hub_list-link .b-hub_list-body .b-hub_list-tags li:not(:last-child)::before {
  background: #a90808;
  content: "";
  height: 1em;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
@media screen and (min-width: 768px) {
  .be-inspired .be-inspired__inner .tab-contents .tab-wrapper .b-hub_list .b-hub_list-link .b-hub_list-body .b-hub_list-tags li .b-hub_list-tag_link:hover {
    text-decoration: underline;
  }
}
.be-inspired .be-inspired__inner .tab-contents .tab-wrapper .b-hub_list .b-hub_list-link .b-hub_list-body .b-hub_list-description {
  font-family: "sawarabi";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .be-inspired .be-inspired__inner .tab-contents .tab-wrapper .b-hub_list .b-hub_list-link .b-hub_list-body .b-hub_list-description {
    font-size: 15px;
  }
}
.be-inspired .be-inspired__inner .tab-contents .tab-wrapper .b-hub_list .b-hub_list-link .b-hub_list-body .b-hub_list-time {
  color: #000;
  font-size: 11px;
  letter-spacing: 2px;
  position: relative;
  text-transform: uppercase;
}/*# sourceMappingURL=Be-Inspired_20240607.css.map */