@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) glanco All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  glanco

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: inherit;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

@font-face {
  font-family: "bw";
  src: url("https://b-warriors.bl.kuroco-img.app/v=1662345494/files/user/_/lp/2025-26/font/BW-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "bw-spiked";
  src: url("https://b-warriors.bl.kuroco-img.app/v=1662345494/files/user/_/lp/2025-26/font/BW-Spiked-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.spiked {
  font-family: "bw-spiked", sans-serif !important;
}

.roboto {
  font-family: "Roboto Condensed", sans-serif;
}

.fw_900 {
  font-weight: 900;
}

.c_white {
  color: #fff !important;
}

.c_maincolor {
  color: #C5A231 !important;
}

.c_black {
  color: #000 !important;
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(6.66vw, 80px);
  --headerHeight: 100px;
  --contentsWideS: 800px;
  --contentsWideM: 1040px;
  --contentsWideL: 1200px;
}

@media screen and (max-width: 768px) {
  :root {
    --sideW: 6.15vw;
    --headerHeight: 90px;
  }
}
html {
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}

body {
  font: 400 16px/1.5 "Noto Sans JP", sans-serif;
  color: #000;
  text-align: left;
  counter-reset: number 0;
}

.inner, .footer--end, .inner_l, .inner_m, .inner_s {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_s {
  max-width: calc(var(--contentsWideS) + var(--sideW) * 2);
}
.inner_m {
  max-width: calc(var(--contentsWideM) + var(--sideW) * 2);
}
.inner_l {
  max-width: calc(var(--contentsWideL) + var(--sideW) * 2);
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: inherit;
  line-height: 1.5;
}

label {
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  color: inherit;
}

picture {
  display: contents;
}
picture img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

.opacity, .header_logo a, .branding_sec_07--sns li a, .footer--nav a {
  transition: 0.5s;
}
@media (hover: hover) {
  .opacity:hover, .header_logo a:hover, .branding_sec_07--sns li a:hover, .footer--nav a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

.img_only, .header_logo a {
  display: block;
}
.img_only img, .header_logo a img {
  display: block;
  width: 100%;
}

.text_link {
  text-decoration: underline !important;
}

.text_animation_01 {
  transform: translateY(102%);
  transition: 0.7s;
}
.text_animation_01__wrap {
  overflow: hidden;
}
.text_animation_01.js-active {
  transform: translateY(0);
}

.text_animation_02 {
  overflow: hidden;
}
.text_animation_02 > * {
  display: block;
  transform: translateY(100%);
  transition: 0.7s;
}
.text_animation_02.js-active > * {
  transform: translateY(0);
}

.text_animation_03 {
  overflow: hidden;
}
.text_animation_03 > * {
  transform: translateY(100%);
  transition: 0.7s;
}
.text_animation_03.js-active > * {
  transform: translateY(0);
}

.text_animation_04 {
  overflow: hidden;
  justify-content: space-between;
  transition-delay: 0.5s;
}
.text_animation_04:before {
  width: 0 !important;
  transition: 0.7s;
}
.text_animation_04 span {
  display: block;
  transform: translateY(100%);
  transition: 0.7s;
  transition-delay: 0.5s;
}
.text_animation_04.js-active:before {
  width: 100% !important;
}
.text_animation_04.js-active span {
  transform: translateY(0);
}

@keyframes headerSlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes scrollBar {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(240%);
  }
}
.branding_ttl_01 {
  font-family: "bw", sans-serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 50px 2px 0;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .branding_ttl_01 {
    font-size: 27px;
    margin-bottom: 38px;
    padding: 6px 30px 2px 0;
  }
}
.branding_ttl_01 .text {
  display: block;
  transform: translateY(100%);
  transition: 0.7s;
  transition-delay: 0.7s;
  line-height: inherit;
}
.branding_ttl_01 .text_wrap {
  position: relative;
  overflow: hidden;
}
.branding_ttl_01:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: calc(100% + 50vw - 50%);
  height: 100%;
  background: linear-gradient(90deg, rgb(197, 162, 49) 0%, #C5A231 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 28px) 100%, 0% 100%);
  transform: translateX(-100%);
  transition: 0.7s;
}
@media screen and (max-width: 768px) {
  .branding_ttl_01:before {
    clip-path: polygon(0 0, 100% 0, calc(100% - 16px) 100%, 0% 100%);
  }
}
.branding_ttl_01.js-active .text {
  transform: translateY(0);
}
.branding_ttl_01.js-active:before {
  transform: translateX(0);
}

.list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_kome > li:before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot > li:before {
  content: "・";
}

.list_ast > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_ast > li:before {
  content: "＊";
}

.list_maru > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_maru > li:before {
  content: "●";
}

.list_number {
  counter-reset: number 0;
}
.list_number > li {
  counter-increment: number 1;
}
.list_number > li:before {
  content: counter(number);
}

.page-branding {
  background-color: #0F0F13;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  transition: transform 0.4s ease;
}
.header.is-fixed {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transform: translateY(0);
  animation: headerSlideDown 0.4s ease forwards;
}
.header_container {
  height: var(--headerHeight);
  display: flex;
  align-items: center;
  gap: 5.57%;
  border-bottom: 1px solid #C5A231;
}
.header_logo a {
  display: block;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .header_logo a {
    max-width: 264px;
  }
}
.header_nav ul {
  display: flex;
  align-items: center;
  gap: 2em;
  color: #666666;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.09em;
}
.header_nav ul a:hover {
  color: #C5A231;
}

.branding_hero {
  position: relative;
  z-index: 2;
  background: url(https://b-warriors.bl.kuroco-img.app/v=1662345494/files/user/_/lp/2025-26/images/bland_identity/branding_hero_01.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .branding_hero {
    background: url(https://b-warriors.bl.kuroco-img.app/v=1662345494/files/user/_/lp/2025-26/images/bland_identity/branding_hero_01_sp.jpg) no-repeat center/cover;
  }
}
.branding_hero .inner_m {
  position: relative;
  height: 100vh;
  display: grid;
  place-content: center;
}
.branding_hero--content {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
.branding_hero .text01 {
  color: #C5A231;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.09em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .branding_hero .text01 {
    font-size: 15px;
  }
}
.branding_hero .text02 {
  color: #fff;
  font-family: "bw", sans-serif;
  font-size: 58px;
  letter-spacing: 0.14em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .branding_hero .text02 {
    font-size: 30px;
    margin-bottom: 2px;
  }
}
.branding_hero .text03 {
  color: #C5A231;
  font-family: "bw-spiked", sans-serif;
  font-size: clamp(80px, 12.5vw, 150px);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .branding_hero .text03 {
    font-size: 80px;
    line-height: 0.8;
    margin-left: -1.2vw;
  }
}
.branding_hero .text04 {
  color: #888888;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .branding_hero .text04 {
    color: #C5A231;
    font-family: "bw-spiked", sans-serif;
    line-height: 0.8;
    font-size: 80px;
    margin-left: -1.2vw;
  }
}
.branding_hero .text05 {
  color: #888888;
  font-size: 15px;
  font-weight: 700;
  margin-top: 16px;
}
.branding_hero .scroll {
  position: absolute;
  bottom: 20px;
  right: calc(var(--sideW) / 2);
  transform: translateX(50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .branding_hero .scroll {
    right: var(--sideW);
    transform: none;
  }
}
.branding_hero .scroll .text {
  writing-mode: vertical-rl;
  color: #B39E43;
  opacity: 0.5;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.26em;
  line-height: 1.5;
}
.branding_hero .scroll .bar {
  display: block;
  width: 2px;
  height: 46px;
  position: relative;
  overflow: hidden;
}
.branding_hero .scroll .bar::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(179, 158, 67, 0) 0%, rgb(179, 158, 67) 50%, rgba(179, 158, 67, 0) 100%);
  animation: scrollBar 1.8s ease-in-out infinite;
}

.branding_sec_01 {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .branding_sec_01 {
    padding: 60px 0;
  }
}
.branding_sec_01--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: url(https://b-warriors.bl.kuroco-img.app/v=1662345494/files/user/_/lp/2025-26/images/bland_identity/brand_sec_01_00.jpg) no-repeat center top 0px/105%;
}
@media screen and (max-width: 768px) {
  .branding_sec_01--bg {
    background: #0F0F12 url(https://b-warriors.bl.kuroco-img.app/v=1662345494/files/user/_/lp/2025-26/images/bland_identity/brand_sec_01_00_sp.png) no-repeat center top 0px/105%;
  }
}
.branding_sec_01 .inner_m {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 5%;
}
.branding_sec_01 .box_left {
  flex-shrink: 0;
  width: 51%;
  padding: 130px 0;
}
@media screen and (max-width: 768px) {
  .branding_sec_01 .box_left {
    width: 100%;
    padding: 0;
  }
}
.branding_sec_01 .box_right {
  position: sticky;
  top: calc(var(--headerHeight) + 40px - 130px);
  padding: 130px 0;
}
@media screen and (max-width: 768px) {
  .branding_sec_01 .box_right {
    display: none;
  }
}
.branding_sec_01 .box_right .map {
  width: 73.45%;
}
.branding_sec_01 .branding_ttl_01 {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .branding_sec_01 .branding_ttl_01 {
    margin-bottom: 38px;
  }
}
.branding_sec_01 .para {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .branding_sec_01 .para {
   font-size: min(3.84vw, 15px);
  }
}
.branding_sec_01 .para > div {
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .branding_sec_01 .para > div {
    margin-bottom: 2em;
  }
  .branding_sec_01 .para > div:last-child {
    margin-bottom: 0;
  }
}
.branding_sec_01 .para > div:nth-child(4), .branding_sec_01 .para > div:nth-child(5) {
  margin-bottom: 2em;
}
.branding_sec_01 .para > div:nth-child(6) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .branding_sec_01 .para > div:nth-child(6) {
    margin-bottom: 2em;
  }
}
.branding_sec_01 .logo {
  width: 221px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .branding_sec_01 .logo {
    width: 156px;
    margin-top: 0px;
  }
}

.branding_sec_02 {
  padding: 130px 0;
  background: url(https://b-warriors.bl.kuroco-img.app/v=1662345494/files/user/_/lp/2025-26/images/bland_identity/branding_sec_02_00.png) no-repeat center/min(100%, 1440px);
}
@media screen and (max-width: 768px) {
  .branding_sec_02 {
    background: url(https://b-warriors.bl.kuroco-img.app/v=1662345494/files/user/_/lp/2025-26/images/bland_identity/branding_sec_02_00_sp.png) no-repeat center top/100%;
    padding: 4em 0 5em;
  }
  .branding_sec_02 .inner_m {
    padding: 0 8.2vw;
  }
}
.branding_sec_02 .branding_ttl_01 {
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .branding_sec_02 .branding_ttl_01 {
    margin-bottom: 28px;
  }
}
.branding_sec_02--subttl h3 {
  color: #C5A231;
  font-size: 18px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .branding_sec_02--subttl h3 {
    font-size: 16px;
  }
}
.branding_sec_02--subttl h3 .en {
  font-family: "bw", sans-serif;
  letter-spacing: unset;
}
@media screen and (max-width: 768px) {
  .branding_sec_02--subttl h3 .en {
    font-size: 17px;
  }
}
.branding_sec_02--content01 {
  padding-bottom: 72px;
  margin-bottom: 72px;
  border-bottom: 1px solid #C5A231;
}
@media screen and (max-width: 768px) {
  .branding_sec_02--content01 {
    padding-bottom: 38px;
    margin-bottom: 38px;
  }
}
.branding_sec_02--pride {
  color: #C5A231;
  font-size: 62px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .branding_sec_02--pride {
    font-size: 7.4vw;
  }
}
.branding_sec_02--content02 .flexbox {
  display: flex;
  align-items: flex-start;
  gap: 24.42%;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .branding_sec_02--content02 .flexbox {
    flex-direction: column;
    gap: 58px;
    margin-top: 28px;
  }
}
.branding_sec_02--content02 .box_left {
  flex-shrink: 0;
  width: 33.65%;
}
@media screen and (max-width: 768px) {
  .branding_sec_02--content02 .box_left {
    width: 94%;
  }
}
.branding_sec_02--content02 .copy p:nth-child(1),
.branding_sec_02--content02 .copy p:nth-child(2) {
  width: 89.088%;
  margin-bottom: 1.5em;
}
.branding_sec_02--content02 .box_right {
  flex-grow: 1;
}
.branding_sec_02--content02 .box_right p {
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .branding_sec_02--content02 .box_right p {
    font-size: min(3.84vw, 15px);
    line-height: 2;
  }
}
.branding_sec_02--content02 .box_right p .en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .branding_sec_02--content02 .box_right p .en {
    font-size: inherit;
  }
}

.branding_sec_03 {
  padding: 130px 0 30px;
}
@media screen and (max-width: 768px) {
  .branding_sec_03 {
    padding: 50px 0 42px;
    background: none;
  }
}
.branding_sec_03--subttl {
  margin-bottom: 50px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .branding_sec_03--subttl {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.branding_sec_03--subttl .en {
  color: #C5A231;
  font-family: "bw-spiked", sans-serif;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .branding_sec_03--subttl .en {
    font-size: 50px;
  }
}
.branding_sec_03--list {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 40px 24px;
}
@media screen and (max-width: 768px) {
  .branding_sec_03--list {
    display: block;
  }
}
.branding_sec_03--list > li {
  display: contents;
}
.branding_sec_03--list > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .branding_sec_03--list > li {
    display: block;
    padding-bottom: 17px;
    margin-bottom: 14px;
    border-bottom: 1px solid #C5A231;
  }
  .branding_sec_03--list > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.branding_sec_03--list .ttl {
  color: #C5A231;
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .branding_sec_03--list .ttl {
    align-items: baseline;
  }
}
.branding_sec_03--list .ttl:before {
  order: 1;
  content: attr(data-num);
  font-family: "bw", sans-serif;
  font-size: 0.909em;
  letter-spacing: 0.03em;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .branding_sec_03--list .ttl:before {
    content: none;
  }
}
.branding_sec_03--list .ttl:after {
  order: 2;
  content: attr(data-en);
  color: #fff;
  font-family: "bw", sans-serif;
  font-size: 2.27em;
  letter-spacing: 0.03em;
  margin-right: 0.28em;
}
@media screen and (max-width: 768px) {
  .branding_sec_03--list .ttl:after {
    content: attr(data-en) " / ";
    font-size: 30px;
  }
}
.branding_sec_03--list .ttl h4 {
  display: inline;
  order: 3;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.03em;
  transform: translateY(-0.125em);
}
@media screen and (max-width: 768px) {
  .branding_sec_03--list .ttl h4 {
    font-size: 23px;
    color: #fff;
  }
}
.branding_sec_03--list .txt {
  color: #C5A231;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  gap: 0 24px;
}
@media screen and (max-width: 768px) {
  .branding_sec_03--list .txt {
    font-size: 18px;
  }
}
.branding_sec_03--list .txt:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #C5A231;
}
@media screen and (max-width: 768px) {
  .branding_sec_03--list .txt:before {
    content: none;
  }
}
.branding_sec_03--list .txt span {
  flex-shrink: 0;
}

.branding_sec_04 {
  padding: 130px 0 72px;
}
@media screen and (max-width: 768px) {
  .branding_sec_04 {
    padding: 32px 0 42px;
  }
}
.branding_sec_04 .branding_ttl_01 {
  margin-bottom: 16px;
}
.branding_sec_04--lead {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .branding_sec_04--lead {
    font-size: 15px;
    line-height: 2;
  }
}
.branding_sec_04--lead__wrap {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .branding_sec_04--lead__wrap {
    margin-bottom: 30px;
  }
}
.branding_sec_04--list {
  display: grid;
  grid-template-columns: 43% 1fr 1fr;
  grid-template-rows: 264px 154px;
}
@media screen and (max-width: 768px) {
  .branding_sec_04--list {
    display: block;
    border: 1px solid #C5A231;
  }
}
.branding_sec_04--list > li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 20px;
}
@media screen and (max-width: 768px) {
  .branding_sec_04--list > li {
    padding: 15px 16px 11px;
    height: 120px;
  }
  .branding_sec_04--list > li:nth-child(1), .branding_sec_04--list > li:nth-child(4) {
    height: 230px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .branding_sec_04--list > li:nth-child(1) .cl_text_02, .branding_sec_04--list > li:nth-child(4) .cl_text_02 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .branding_sec_04--list > li:nth-child(1) .cl_text_03, .branding_sec_04--list > li:nth-child(4) .cl_text_03 {
    font-size: 17px;
  }
}
.branding_sec_04 .cl_text_01 {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.branding_sec_04 .cl_text_01 span {
  display: inline-block;
}
.branding_sec_04 .cl_text_01 .ja {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .branding_sec_04 .cl_text_01 span {
    display: inline;
  }
}
.branding_sec_04 .cl_text_02 {
  font-family: "bw", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .branding_sec_04 .cl_text_02 {
    font-size: 25px;
  }
}
.branding_sec_04 .cl_text_02.fs40 {
  font-size: 40px;
}
.branding_sec_04 .cl_text_03 {
  color: #333333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .branding_sec_04 .cl_text_03 {
    font-size: 10px;
  }
}

.branding_sec_05 {
  padding: 120px 0;
  background: url(https://b-warriors.bl.kuroco-img.app/v=1662345494/files/user/_/lp/2025-26/images/bland_identity/branding_sec_05_00.png) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .branding_sec_05 {
    padding: 50px 0 100px;
    background: url(https://b-warriors.bl.kuroco-img.app/v=1662345494/files/user/_/lp/2025-26/images/bland_identity/branding_sec_05_00_sp.png) no-repeat center/cover;
  }
}
.branding_sec_05 .branding_ttl_01 {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .branding_sec_05 .branding_ttl_01 {
    margin-bottom: 44px;
  }
}
.branding_sec_05--lead {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .branding_sec_05--lead {
    font-size: 15px;
  }
}
.branding_sec_05--lead .en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125em;
}
@media screen and (max-width: 768px) {
  .branding_sec_05--lead .en {
    font-size: inherit;
  }
}
.branding_sec_05--lead__wrap {
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .branding_sec_05--lead__wrap {
    margin-bottom: 12px;
  }
}
.branding_sec_05--dlist .group {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #C5A231;
}
@media screen and (max-width: 768px) {
  .branding_sec_05--dlist .group {
    flex-direction: column;
    align-items: unset;
  }
}
.branding_sec_05--dlist .group:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.branding_sec_05--dlist dt {
  font-family: "bw", sans-serif;
  color: #C5A231;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 0.95;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .branding_sec_05--dlist dt {
    font-size: 63px;
    margin-bottom: 20px;
  }
}
.branding_sec_05--dlist dd {
  font-family: "bw", sans-serif;
  color: #fff;
  font-size: 51px;
  line-height: 1.04;
  flex-shrink: 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .branding_sec_05--dlist dd {
    font-size: 7.8vw;
  }
}

.branding_sec_06 {
  padding: 80px 0 130px;
}
@media screen and (max-width: 768px) {
  .branding_sec_06 {
    padding: 20px 0 46px;
  }
}
.branding_sec_06 .branding_ttl_01 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .branding_sec_06 .branding_ttl_01 {
    margin-bottom: 35px;
  }
}
.branding_sec_06--list {
  display: grid;
  grid-template-columns: 43.33% 1fr 1fr;
  grid-template-rows: repeat(2, 210px);
  background: #887849;
  padding: 1px;
  gap: 1px;
}
@media screen and (max-width: 768px) {
  .branding_sec_06--list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 262px repeat(2, 126px);
  }
}
.branding_sec_06--list > li {
  background-color: #0F0F13;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 20px;
}
.branding_sec_06--list > li p {
  color: #666666;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  top: 7px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .branding_sec_06--list > li p {
    font-size: 15px;
  }
}
.branding_sec_06--list > li:nth-child(1) {
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .branding_sec_06--list > li:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
.branding_sec_06--list > li:nth-child(1) .image {
  width: 61.15%;
}
@media screen and (max-width: 768px) {
  .branding_sec_06--list > li:nth-child(1) .image {
    width: 61.41%;
  }
}
.branding_sec_06--list > li:nth-child(2) .image {
  width: 39.39%;
}
@media screen and (max-width: 768px) {
  .branding_sec_06--list > li:nth-child(2) .image {
    width: 50.31%;
  }
}
.branding_sec_06--list > li:nth-child(3) .image {
  width: 40.3%;
}
@media screen and (max-width: 768px) {
  .branding_sec_06--list > li:nth-child(3) .image {
    width: 50.31%;
  }
}
.branding_sec_06--list > li:nth-child(4) .image {
  width: 68.78%;
}
@media screen and (max-width: 768px) {
  .branding_sec_06--list > li:nth-child(4) .image {
    width: 86.62%;
  }
}
.branding_sec_06--list > li:nth-child(5) .image {
  width: 30.6%;
}
@media screen and (max-width: 768px) {
  .branding_sec_06--list > li:nth-child(5) .image {
    width: 38.85%;
  }
}

.branding_sec_07 {
  background-color: #0F0F12;
  background-image: url(https://b-warriors.bl.kuroco-img.app/v=1662345494/files/user/_/lp/2025-26/images/bland_identity/branding_sec_07_07.png), url(https://b-warriors.bl.kuroco-img.app/v=1662345494/files/user/_/lp/2025-26/images/bland_identity/branding_sec_07_00.png);
  background-repeat: no-repeat;
  background-position: left top, center;
  background-size: min(100%, 1440px), cover;
  padding: 72px 0 120px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .branding_sec_07 {
    background-color: #0F0F12;
    background-image: url(https://b-warriors.bl.kuroco-img.app/v=1662345494/files/user/_/lp/2025-26/images/bland_identity/branding_sec_07_07_sp.png), url(https://b-warriors.bl.kuroco-img.app/v=1662345494/files/user/_/lp/2025-26/images/bland_identity/branding_sec_07_00_sp.png);
    background-position: left top 120px, center;
    padding: 74px 0 70px;
  }
}
.branding_sec_07 .logo {
  max-width: 190px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .branding_sec_07 .logo {
    max-width: 130px;
    margin-bottom: 8px;
  }
}
.branding_sec_07 h2 {
  color: #C5A231;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .branding_sec_07 h2 {
    font-size: 14px;
  }
}
.branding_sec_07 .catch {
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .branding_sec_07 .catch {
    margin-top: 48px;
  }
}
.branding_sec_07 .catch p {
  display: inline-block;
  height: 38px;
}
@media screen and (max-width: 768px) {
  .branding_sec_07 .catch p {
    height: 29px;
  }
}
.branding_sec_07 .catch p img {
  width: auto;
  height: 100%;
}
.branding_sec_07 .catch p:nth-child(1) {
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .branding_sec_07 .catch p:nth-child(1) {
    margin-right: 0;
    margin-bottom: 11px;
  }
}
.branding_sec_07--sns {
  margin-top: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .branding_sec_07--sns {
    margin-top: 90px;
    gap: 24px;
  }
}
.branding_sec_07--sns li {
  width: 44px;
}
@media screen and (max-width: 768px) {
  .branding_sec_07--sns li {
    width: 38px;
  }
}
.branding_sec_07--sns li a {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.branding_sec_07--sns li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  padding: 46px 0 16px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 120px 0;
  }
}
.footer--nav ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer--nav ul {
    gap: 24px 26px;
    flex-wrap: wrap;
  }
}
.footer--nav li {
  width: 100%;
  text-align: center;
  padding: 9px;
  border-right: 1px solid #C5A231;
}
.footer--nav li:first-child {
  border-left: 1px solid #C5A231;
}
@media screen and (max-width: 768px) {
  .footer--nav li:first-child {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .footer--nav li {
    text-align: left;
    width: calc((100% - 26px) / 2);
    border-right: none;
  }
}
.footer--nav a {
  color: #C5A231;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer--nav a {
    display: block;
    background: url(https://b-warriors.bl.kuroco-img.app/v=1662345494/files/user/_/lp/2025-26/images/bland_identity/footer_01.png) no-repeat center right/4px;
    font-size: 12px;
    color: #887849;
  }
}
.footer--end {
  margin-top: 60px;
  max-width: calc(1160px + var(--sideW) * 2);
  display: flex;
  justify-content: space-between;
  color: #666666;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer--end {
    margin-top: 42px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    font-size: 10px;
  }
}
.pagination_container {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
}
.pagination_container .inner_m {
  position: relative;
}
@media screen and (max-width: 768px) {
  .pagination_container {
    display: none;
  }
}

.lp_pagination {
  position: absolute;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: calc(var(--sideW) / 2);
}
.lp_pagination li {
  margin-bottom: 14px;
}
.lp_pagination li:last-child {
  margin-bottom: 0;
}
.lp_pagination a {
  display: block;
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #666666;
  transition: transform 0.3s;
  font-size: 0;
  position: relative;
}
.lp_pagination a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
}
.lp_pagination a.js-active {
  transform: scale(2);
  background-color: #C5A231;
}

/* RCMSのlp_style.cssとの競合部分を調整 */

/* RCMSのh2: 3.58vw指定を上書き */
h2 {
	font-size: inherit !important;
}

.branding_ttl_01 .text {
	background: none;
	margin: 0;
}
.branding_sec_07 h2 {
	background: none;
	font-size: 1em;
	line-height: 1.5;
	margin: 0 auto;
}
.branding_sec_07 h2 span {
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
}
.footer {
	background: none;
	background-color: #0F0F13;
}
html {
	overflow: unset;
}

/* タブレットサイズの背景パララックスを調整 */
@media screen and (min-width: 769px) and (max-width: 1199px) {
	.branding_sec_01--bg {
		background: url(https://b-warriors.bl.kuroco-img.app/v=1662345494/files/user/_/lp/2025-26/images/bland_identity/brand_sec_01_00.jpg) no-repeat center top 0px/150%;
	}
}
.bg_gradation:before {
  content: "";
  display: block;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(https://b-warriors.bl.kuroco-img.app/v=1662345494/files/user/_/lp/2025-26/images/bland_identity/right_top_light.png), url(https://b-warriors.bl.kuroco-img.app/v=1662345494/files/user/_/lp/2025-26/images/bland_identity/left_bottom_light.png);
  background-repeat: no-repeat;
  background-position: right top, left bottom;
  background-size: 61.94%, 100%;
}
@media screen and (max-width: 768px) {
  .bg_gradation:before {
    background-position: right top var(--headerHeight), left bottom;
  }
}
  
.branding_sec_02 > div,
.branding_sec_03 > div,
.branding_sec_04 > div,
.branding_sec_05 > div,
.branding_sec_06 > div {
  position: relative;
  z-index: 2;
}

.branding_sec_07,
footer {
  position: relative;
  z-index: 2;
}  
.branding_ttl_01 {
	font-family: "bw", sans-serif !important;
}
.branding_ttl_01 h2 {
	font-family: "bw", sans-serif !important;
}

@media screen and (max-width: 768px) {
  .branding_ttl_01 h2 {
    font-family: "bw", sans-serif !important;
    text-align: left !important;
    width: auto !important;
  }
}