@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
  * ========================================================================== */
/**
  * Remove the margin in all browsers (opinionated).
  */
body {
  margin: 0;
}

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
  * 1. Correct the inheritance of border color in Firefox.
  * 2. Add the correct box sizing in Firefox.
  * 3. Show the overflow in Edge 18- and IE.
  */
hr {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
}

/**
  * Add the correct display in IE.
  */
main {
  display: block;
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
  * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
  */
nav li::before {
  content: "​";
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  * 3. Prevent overflow of the container in all browsers (opinionated).
  */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
  /* 3 */
}

/* Text-level semantics
  * ========================================================================== */
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
}

/**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bolder;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%;
}

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block;
}

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
iframe {
  border-style: none;
}

/**
  * Remove the border on images within links in IE 10-.
  */
img {
  border-style: none;
}

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg:not([fill]) {
  fill: currentColor;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
  * ========================================================================== */
/**
  * 1. Collapse border spacing in all browsers (opinionated).
  * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
  * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
  */
table {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
button,
input,
select {
  margin: 0;
}

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
  * Correct the inability to style buttons in iOS and Safari.
  */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
  * Show the overflow in Edge 18- and IE.
  */
input {
  overflow: visible;
}

/**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
  * Remove the inheritance of text transform in Firefox.
  */
select {
  text-transform: none;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
  resize: block;
  /* 3 */
}

/**
  * Remove the padding in IE 10-.
  */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
  * 1. Correct the odd appearance in Chrome, Edge, and Safari.
  * 2. Correct the outline style in Safari.
  */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style upload buttons in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Remove the additional :invalid styles in Firefox.
  */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge 18- and IE.
  */
details {
  display: block;
}

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item;
}

/* Scripting
  * ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
  display: none;
}

/* User interaction
  * ========================================================================== */
/*
  * Remove the tapping delay in IE 10.
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

/**
  * Add the correct display in IE 10-.
  */
[hidden] {
  display: none;
}

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy=true] {
  cursor: progress;
}

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

@-webkit-keyframes smokemove {
  0% {
    opacity: 0.4;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: 0 2%;
  }
}

@keyframes smokemove {
  0% {
    opacity: 0.4;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: 0 2%;
  }
}
@-webkit-keyframes smokemoveNrw {
  0% {
    opacity: 0.35;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: 0 2%;
  }
}
@keyframes smokemoveNrw {
  0% {
    opacity: 0.35;
    translate: 0 0;
  }
  100% {
    opacity: 0;
    translate: 0 2%;
  }
}
body:before {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  height: 110vh;
  width: 100%;
}
@media (max-width: 834px) {
  body:before {
    -webkit-animation: smokemoveNrw 5s 0s ease infinite alternate;
            animation: smokemoveNrw 5s 0s ease infinite alternate;
    background: url("/wp/wp-content/themes/brotherash_official//assets/img/common/smoke//ph_smoke_nrw.webp") no-repeat 50% 50%/100%;
    opacity: 0.35;
  }
}
@media (min-width: 835px) {
  body:before {
    -webkit-animation: smokemove 5s 0s ease infinite alternate;
            animation: smokemove 5s 0s ease infinite alternate;
    background: url("/wp/wp-content/themes/brotherash_official//assets/img/common/smoke//ph_smoke.webp") repeat-y 50% 50%/100%;
    opacity: 0.4;
  }
}

html {
  font-size: 13px;
}
@media (min-width: 1281px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1800px) {
  html {
    font-size: 16px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: black;
  color: #52792a;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

::-moz-selection {
  background: #52792a;
  color: black;
}

::selection {
  background: #52792a;
  color: black;
}

body[data-gnavactive="1"],
body[data-lock="1"] {
  overflow: hidden;
}

img {
  width: 100%;
}

button {
  cursor: pointer;
  font-family: inherit;
}

iframe[name=google_conversion_frame] {
  height: 0;
  position: absolute;
}

/* sanitize overwrite */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul,
li {
  list-style: none;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: none;
}

main {
  display: block;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

nav li:before {
  content: "";
  display: none;
}

.l-404 {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  min-height: 100svh;
  position: relative;
}

.l-404__inner {
  line-height: 2;
  text-align: center;
}
.l-404__inner h3 {
  font-size: 1.5rem;
}
.l-404__inner h4 {
  font-size: 0.9rem;
}
.l-404__inner a {
  display: inline-block;
  font-size: 0.9rem;
  margin-top: 2em;
}

.l-main {
  position: relative;
}
@media (min-width: 835px) {
  .l-main {
    margin: 0 auto;
  }
}

.l-footer_cardwrap {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 834px) {
  .l-footer_cardwrap {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70%;
  }
}
@media (min-width: 835px) {
  .l-footer_cardwrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

@-webkit-keyframes footerCardIn {
  from {
    rotate: 45deg;
    scale: 0.9;
    translate: 50% 30%;
  }
}

@keyframes footerCardIn {
  from {
    rotate: 45deg;
    scale: 0.9;
    translate: 50% 30%;
  }
}
@-webkit-keyframes footerCardInPh {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes footerCardInPh {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-footer__card {
  aspect-ratio: 590/890;
  z-index: 1;
}
@media (max-width: 834px) {
  .l-footer__card {
    max-width: 220px;
    rotate: 25deg;
    translate: -7.5% -4%;
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 835px) {
  .l-footer__card {
    rotate: 22deg;
    transition: all 0.3s 0s cubic-bezier(0, 0.55, 0.45, 1);
    translate: -10% -4%;
    width: min(300px, 15.625vw);
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
[data-reveal="1"] .l-footer__card {
  -webkit-animation: footerCardIn 1s 0s cubic-bezier(0.87, 0, 0.13, 1) forwards;
          animation: footerCardIn 1s 0s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

.l-footer__cardinner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 834px) {
  .l-footer__cardinner {
    border-radius: 2.5vw;
  }
}
@media (min-width: 835px) {
  .l-footer__cardinner {
    border-radius: min(13px, 0.6770833333vw);
    transform-origin: 0 100%;
    transition: all 0.3s 0s cubic-bezier(0, 0.55, 0.45, 1);
  }
}
@media (min-width: 835px) {
  .l-footer__cardinner:hover {
    filter: brightness(1.1);
    rotate: -3deg;
  }
}

.l-footer__card__ph {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  display: block;
  height: 100%;
  opacity: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 100%;
}
[data-reveal="1"] .l-footer__card__ph {
  -webkit-animation: footerCardInPh 1s 0s ease forwards;
          animation: footerCardInPh 1s 0s ease forwards;
}
[data-id="0"] .l-footer__card__ph {
  background: url("/wp/wp-content/themes/brotherash_official//assets/img/common/footer/card/ph_0.webp?v2509262000") no-repeat 0 0/100%;
}
[data-id="1"] .l-footer__card__ph {
  background: url("/wp/wp-content/themes/brotherash_official//assets/img/common/footer/card/ph_1.webp?v2509262000") no-repeat 0 0/100%;
}
[data-id="2"] .l-footer__card__ph {
  background: url("/wp/wp-content/themes/brotherash_official//assets/img/common/footer/card/ph_2.webp?v2509262000") no-repeat 0 0/100%;
}
[data-id="3"] .l-footer__card__ph {
  background: url("/wp/wp-content/themes/brotherash_official//assets/img/common/footer/card/ph_3.webp?v2509262000") no-repeat 0 0/100%;
}
[data-id="4"] .l-footer__card__ph {
  background: url("/wp/wp-content/themes/brotherash_official//assets/img/common/footer/card/ph_4.webp?v2509262000") no-repeat 0 0/100%;
}
[data-id="5"] .l-footer__card__ph {
  background: url("/wp/wp-content/themes/brotherash_official//assets/img/common/footer/card/ph_5.webp?v2509262000") no-repeat 0 0/100%;
}
[data-id="6"] .l-footer__card__ph {
  background: url("/wp/wp-content/themes/brotherash_official//assets/img/common/footer/card/ph_6.webp?v2509262000") no-repeat 0 0/100%;
}
[data-id="7"] .l-footer__card__ph {
  background: url("/wp/wp-content/themes/brotherash_official//assets/img/common/footer/card/ph_7.webp?v2509262000") no-repeat 0 0/100%;
}
[data-id="8"] .l-footer__card__ph {
  background: url("/wp/wp-content/themes/brotherash_official//assets/img/common/footer/card/ph_8.webp?v2509262000") no-repeat 0 0/100%;
}
[data-id="9"] .l-footer__card__ph {
  background: url("/wp/wp-content/themes/brotherash_official//assets/img/common/footer/card/ph_9.webp?v2509262000") no-repeat 0 0/100%;
}
[data-id="10"] .l-footer__card__ph {
  background: url("/wp/wp-content/themes/brotherash_official//assets/img/common/footer/card/ph_10.webp?v2509262000") no-repeat 0 0/100%;
}

.l-footer {
  color: #9b9b9b;
  position: relative;
}

.l-footer__inner {
  position: relative;
}
@media (max-width: 834px) {
  .l-footer__inner {
    margin: 0 min(20px, 5vw);
  }
}
@media (min-width: 835px) {
  .l-footer__inner {
    padding-bottom: 10rem;
    padding-top: 7.5rem;
  }
}

.l-footer__logo {
  margin: 0 auto;
}
@media (max-width: 834px) {
  .l-footer__logo {
    margin-bottom: min(60px, 15vw);
    width: min(280px, 70vw);
  }
}
@media (min-width: 835px) {
  .l-footer__logo {
    margin-bottom: 4rem;
    width: 25rem;
  }
}

@media (max-width: 834px) {
  .l-footer__nav {
    display: grid;
    gap: 1.6em 0;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 835px) {
  .l-footer__nav {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
  }
}

.l-footer__nav__item {
  font-size: min(24px, 6vw);
  letter-spacing: 0.06em;
  line-height: 1;
}
@media (min-width: 835px) {
  .l-footer__nav__item {
    font-size: 2rem;
  }
}

.l-footer__link {
  display: flex;
  gap: 2em;
  line-height: 1;
  margin-top: min(40px, 10vw);
}
@media (max-width: 834px) {
  .l-footer__link {
    padding-bottom: min(340px, 85vw);
  }
}
@media (min-width: 835px) {
  .l-footer__link {
    gap: 5rem;
    justify-content: center;
    margin-top: 4rem;
  }
}

.l-footer__link__item a {
  font-variation-settings: "wght" 600;
  line-height: 1;
  position: relative;
}
@media (max-width: 834px) {
  .l-footer__link__item a {
    align-items: center;
    display: flex;
    font-size: 15px;
    gap: 0.5em;
  }
}
@media (min-width: 835px) {
  .l-footer__link__item a {
    font-size: 16px;
  }
}
.l-footer__link__item:hover .plus {
  rotate: 90deg;
}
.l-footer__link__item .plus {
  aspect-ratio: 1;
  display: block;
  position: relative;
  width: 0.8em;
}
@media (max-width: 834px) {
  .l-footer__link__item .plus {
    translate: 0 10%;
  }
}
@media (min-width: 835px) {
  .l-footer__link__item .plus {
    position: absolute;
    left: 50%;
    bottom: -1.6em;
    transition: rotate 0.3s cubic-bezier(0, 0.55, 0.45, 1);
    translate: -50% 0;
  }
}
.l-footer__link__item .plus:after, .l-footer__link__item .plus:before {
  background: #9b9b9b;
  content: "";
  height: 1px;
  translate: -50% -50%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.l-footer__link__item .plus:after {
  rotate: 90deg;
}

.l-footer__copy {
  position: absolute;
  bottom: min(25px, 6.25vw);
  right: 0;
  font-size: 14px;
  font-variation-settings: "wght" 600;
  line-height: 1;
  z-index: 1;
}
@media (min-width: 835px) {
  .l-footer__copy {
    font-size: 16px;
    position: absolute;
    bottom: 2.5rem;
    right: 1.25rem;
  }
}

.l-footer__company {
  position: absolute;
  left: 0;
  bottom: min(25px, 6.25vw);
}
@media (min-width: 835px) {
  .l-footer__company {
    position: absolute;
    left: 2.5rem;
    bottom: 2.5rem;
  }
}

.l-footer__company__logo {
  width: min(120px, 30vw);
}
@media (min-width: 835px) {
  .l-footer__company__logo {
    width: 150px;
  }
}

.l-footer__company__notice {
  margin-bottom: 20px;
  width: 52.2857142857px;
}
@media (min-width: 835px) {
  .l-footer__company__notice {
    margin-bottom: 20px;
    width: 61px;
    /* 14px */
  }
}

@-webkit-keyframes hoverNavClose {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0;
  }
  50% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
  51% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
}

@keyframes hoverNavClose {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0;
  }
  50% {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
  51% {
    transform: scaleX(0);
    transform-origin: 0 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
}
.l-gnav_trigger {
  z-index: 100;
}
.single-character .l-gnav_trigger {
  display: none;
}
@media (max-width: 834px) {
  .l-gnav_trigger {
    position: fixed;
    top: 20px;
    right: 20px;
    aspect-ratio: 80/40;
    width: min(58px, 14.5vw);
  }
}
@media (min-width: 835px) {
  .l-gnav_trigger {
    position: fixed;
    top: 2.5rem;
    right: 2.5rem;
    aspect-ratio: 80/40;
    transition: scale 0.3s 0s cubic-bezier(0, 0.55, 0.45, 1);
    width: 80px;
  }
}
@media (min-width: 835px) {
  [data-gnavactive="0"] .l-gnav_trigger:hover .line:after {
    -webkit-animation: hoverNavClose 0.8s 0s cubic-bezier(0.85, 0, 0.15, 1);
            animation: hoverNavClose 0.8s 0s cubic-bezier(0.85, 0, 0.15, 1);
  }
}
@media (min-width: 835px) {
  [data-gnavactive="0"] .l-gnav_trigger:hover .line[data-pos="2"]:after {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
}
@media (min-width: 835px) {
  [data-gnavactive="1"] .l-gnav_trigger:hover {
    scale: 0.9;
  }
}
.l-gnav_trigger .line::after {
  background: #9b9b9b;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.l-gnav_trigger .line[data-pos="1"] {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  transition: all 0.3s 0s cubic-bezier(0.85, 0, 0.15, 1);
  translate: -50% calc(-50% - 5px);
  width: 100%;
}
@media (max-width: 834px) {
  .l-gnav_trigger .line[data-pos="1"] {
    translate: -50% calc(-50% - 5px);
  }
}
.l-gnav_trigger .line[data-pos="2"] {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  transition: all 0.3s 0s cubic-bezier(0.85, 0, 0.15, 1);
  translate: -50% calc(-50% + 5px);
  width: 100%;
}
@media (max-width: 834px) {
  .l-gnav_trigger .line[data-pos="2"] {
    translate: -50% calc(-50% + 5px);
  }
}
[data-gnavactive="1"] .l-gnav_trigger .line[data-pos="1"] {
  rotate: 20deg;
  translate: -50% -50%;
}
[data-gnavactive="1"] .l-gnav_trigger .line[data-pos="2"] {
  rotate: -20deg;
  translate: -50% -50%;
}

.l-gnav {
  color: #9b9b9b;
  height: 100%;
  pointer-events: none;
  width: 100%;
  z-index: 99;
}
@media (max-width: 834px) {
  .l-gnav {
    background: #000;
    opacity: 0;
    overflow-y: scroll;
    transition: all 0.4s 0s ease;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media (min-width: 835px) {
  .l-gnav {
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    transition: translate 0.6s 0s cubic-bezier(0.85, 0, 0.15, 1);
    translate: 100% 0;
    width: 25rem;
  }
}
[data-gnavactive="1"] .l-gnav {
  pointer-events: auto;
}
@media (max-width: 834px) {
  [data-gnavactive="1"] .l-gnav {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 835px) {
  [data-gnavactive="1"] .l-gnav {
    translate: 0 0;
  }
}
@media (min-width: 835px) {
  .l-gnav:before {
    background: black;
    border-left: 1px solid #9b9b9b;
    content: "";
    height: 100%;
    -webkit-mask-image: linear-gradient(to bottom, #000 70%, rgba(0, 0, 0, 0) 100%);
            mask-image: linear-gradient(to bottom, #000 70%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.l-gnav__state {
  position: absolute;
  top: min(25px, 6.25vw);
  left: min(30px, 7.5vw);
  font-size: min(11px, 2.75vw);
  line-height: 1.6363636364;
}
.l-gnav__state span {
  font-variation-settings: "wght" 600;
}
@media (min-width: 835px) {
  .l-gnav__state {
    position: absolute;
    top: 2.5rem;
    left: 2.5rem;
    font-size: 0.8125rem;
  }
}

@-webkit-keyframes gnavSymbolInNrw {
  0% {
    opacity: 0;
    rotate: -5deg;
    scale: 0.8;
  }
  100% {
    opacity: 1;
    rotate: 0deg;
    scale: 1;
  }
}

@keyframes gnavSymbolInNrw {
  0% {
    opacity: 0;
    rotate: -5deg;
    scale: 0.8;
  }
  100% {
    opacity: 1;
    rotate: 0deg;
    scale: 1;
  }
}
@-webkit-keyframes gnavSymbolIn {
  0% {
    opacity: 0;
    rotate: -10deg;
    scale: 0.5;
  }
  100% {
    opacity: 0.7;
    rotate: 0deg;
    scale: 1;
  }
}
@keyframes gnavSymbolIn {
  0% {
    opacity: 0;
    rotate: -10deg;
    scale: 0.5;
  }
  100% {
    opacity: 0.7;
    rotate: 0deg;
    scale: 1;
  }
}
.l-gnav__symbol {
  position: fixed;
  top: 50%;
  left: 50%;
  aspect-ratio: 1;
  translate: -50% -50%;
  width: 137.5%;
}
@media (min-width: 835px) {
  .l-gnav__symbol {
    height: 100%;
    overflow: hidden;
    width: calc(100% - 2px);
    position: absolute;
    top: 50%;
    left: 50%;
  }
}
.l-gnav__symbol .obj {
  aspect-ratio: 1;
  background: url("/wp/wp-content/themes/brotherash_official//assets/img/common/header/ico_symbol.svg") no-repeat 0 0/100%;
  display: block;
  opacity: 0;
  translate: -50% -50%;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (max-width: 834px) {
  .l-gnav__symbol .obj {
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 835px) {
  .l-gnav__symbol .obj {
    width: 140%;
  }
}
[data-gnavactive="1"] .l-gnav__symbol .obj {
  -webkit-animation: gnavSymbolInNrw 1s 0s cubic-bezier(0, 0.55, 0.45, 1) forwards;
          animation: gnavSymbolInNrw 1s 0s cubic-bezier(0, 0.55, 0.45, 1) forwards;
}
@media (min-width: 835px) {
  [data-gnavactive="1"] .l-gnav__symbol .obj {
    -webkit-animation: gnavSymbolIn 1s 0s cubic-bezier(0, 0.55, 0.45, 1) forwards;
            animation: gnavSymbolIn 1s 0s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  }
}

.l-gnav__nav {
  display: flex;
  flex-direction: column;
  font-size: min(36px, 9vw);
  gap: min(25px, 6.25vw);
  letter-spacing: 0.06em;
  padding: min(140px, 35vw) min(20px, 5vw) min(80px, 20vw);
  position: relative;
}
@media (min-width: 835px) {
  .l-gnav__nav {
    font-size: 2.125rem;
    gap: 1.875rem;
    padding: 8.75rem 1.875rem 5rem;
    z-index: 1;
  }
}

@-webkit-keyframes gnavItemIn {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    translate: 0 20px;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    translate: 0 0;
  }
}

@keyframes gnavItemIn {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    translate: 0 20px;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    translate: 0 0;
  }
}
@-webkit-keyframes gnavItemInBg {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
}
@keyframes gnavItemInBg {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
}
.l-gnav__nav__item {
  display: block;
  line-height: 1;
  position: relative;
}
.l-gnav__nav__item span {
  align-items: center;
  background: #000;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  display: inline-flex;
  height: min(40px, 10vw);
  padding: 0 min(10px, 2.5vw);
  position: relative;
  z-index: 0;
}
@media (min-width: 835px) {
  .l-gnav__nav__item span {
    height: 2.5rem;
    padding: 0 0.625rem;
  }
}
.l-gnav__nav__item span:before {
  background: #52792a;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
[data-gnavactive="1"] .l-gnav__nav__item:nth-child(1) span {
  -webkit-animation: gnavItemIn 0.8s 0.1s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: gnavItemIn 0.8s 0.1s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
[data-gnavactive="1"] .l-gnav__nav__item:nth-child(1) span:before {
  -webkit-animation: gnavItemInBg 0.8s 0.25s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: gnavItemInBg 0.8s 0.25s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
[data-gnavactive="1"] .l-gnav__nav__item:nth-child(2) span {
  -webkit-animation: gnavItemIn 0.8s 0.2s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: gnavItemIn 0.8s 0.2s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
[data-gnavactive="1"] .l-gnav__nav__item:nth-child(2) span:before {
  -webkit-animation: gnavItemInBg 0.8s 0.35s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: gnavItemInBg 0.8s 0.35s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
[data-gnavactive="1"] .l-gnav__nav__item:nth-child(3) span {
  -webkit-animation: gnavItemIn 0.8s 0.3s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: gnavItemIn 0.8s 0.3s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
[data-gnavactive="1"] .l-gnav__nav__item:nth-child(3) span:before {
  -webkit-animation: gnavItemInBg 0.8s 0.45s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: gnavItemInBg 0.8s 0.45s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
[data-gnavactive="1"] .l-gnav__nav__item:nth-child(4) span {
  -webkit-animation: gnavItemIn 0.8s 0.4s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: gnavItemIn 0.8s 0.4s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
[data-gnavactive="1"] .l-gnav__nav__item:nth-child(4) span:before {
  -webkit-animation: gnavItemInBg 0.8s 0.55s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: gnavItemInBg 0.8s 0.55s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
[data-gnavactive="1"] .l-gnav__nav__item:nth-child(5) span {
  -webkit-animation: gnavItemIn 0.8s 0.5s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: gnavItemIn 0.8s 0.5s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
[data-gnavactive="1"] .l-gnav__nav__item:nth-child(5) span:before {
  -webkit-animation: gnavItemInBg 0.8s 0.65s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: gnavItemInBg 0.8s 0.65s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
[data-gnavactive="1"] .l-gnav__nav__item:nth-child(6) span {
  -webkit-animation: gnavItemIn 0.8s 0.6s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: gnavItemIn 0.8s 0.6s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
[data-gnavactive="1"] .l-gnav__nav__item:nth-child(6) span:before {
  -webkit-animation: gnavItemInBg 0.8s 0.75s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: gnavItemInBg 0.8s 0.75s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
[data-gnavactive="1"] .l-gnav__nav__item:nth-child(7) span {
  -webkit-animation: gnavItemIn 0.8s 0.7s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: gnavItemIn 0.8s 0.7s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
[data-gnavactive="1"] .l-gnav__nav__item:nth-child(7) span:before {
  -webkit-animation: gnavItemInBg 0.8s 0.85s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: gnavItemInBg 0.8s 0.85s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
[data-gnavactive="1"] .l-gnav__nav__item:nth-child(8) span {
  -webkit-animation: gnavItemIn 0.8s 0.8s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: gnavItemIn 0.8s 0.8s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
[data-gnavactive="1"] .l-gnav__nav__item:nth-child(8) span:before {
  -webkit-animation: gnavItemInBg 0.8s 0.95s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: gnavItemInBg 0.8s 0.95s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
[data-gnavactive="1"] .l-gnav__nav__item:nth-child(9) span {
  -webkit-animation: gnavItemIn 0.8s 0.9s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: gnavItemIn 0.8s 0.9s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
[data-gnavactive="1"] .l-gnav__nav__item:nth-child(9) span:before {
  -webkit-animation: gnavItemInBg 0.8s 1.05s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: gnavItemInBg 0.8s 1.05s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
[data-gnavactive="1"] .l-gnav__nav__item:nth-child(10) span {
  -webkit-animation: gnavItemIn 0.8s 1s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: gnavItemIn 0.8s 1s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}
[data-gnavactive="1"] .l-gnav__nav__item:nth-child(10) span:before {
  -webkit-animation: gnavItemInBg 0.8s 1.15s cubic-bezier(0.85, 0, 0.15, 1) forwards;
          animation: gnavItemInBg 0.8s 1.15s cubic-bezier(0.85, 0, 0.15, 1) forwards;
}

.c-hidetxt {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

@media (min-width: 835px) {
  .c-hover_op {
    transition: opacity 0.4s 0s ease;
  }
}
@media (min-width: 835px) {
  .c-hover_op:hover {
    opacity: 0.65;
  }
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  overflow-y: scroll;
  pointer-events: none;
  transition: all 0.5s 0s ease;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.c-modal.-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.c-modal[data-active="1"] {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.c-modal__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100%;
  padding: 10vw 0;
  position: relative;
}
@media (min-width: 835px) {
  .c-modal__inner {
    padding: 5rem 0;
  }
}
@media (min-width: 835px) {
  .c-modal__inner[data-pd=nrw] {
    padding: 2.5rem 0;
  }
}

@media (min-width: 835px) {
  .c-modal__detailimg {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 75vw;
  }
}

.c-modal_movie__iframewrap {
  aspect-ratio: 16/9;
  background: black;
  width: 100%;
}
@media (min-width: 835px) {
  .c-modal_movie__iframewrap {
    width: 70vw;
  }
}
.c-modal_movie__iframewrap iframe {
  height: 100%;
  position: relative;
  width: 100%;
}

.c-revealin {
  opacity: 0;
}
.c-revealin[data-reveal="1"] {
  opacity: 1;
  transition: opacity 0.3s 0s ease;
}

[data-id=hijiri] .c-svg_chfill {
  fill: #d7b9ec;
}
[data-id=tsurugi] .c-svg_chfill {
  fill: #b5babe;
}
[data-id=daiya] .c-svg_chfill {
  fill: #c1e1ff;
}
[data-id=mitsuba] .c-svg_chfill {
  fill: #e5f0cf;
}

[data-id=hijiri] .c-svg_chstroke {
  fill: none;
  stroke: #d7b9ec;
  stroke-miterlimit: 10;
  stroke-width: 1;
}
[data-id=tsurugi] .c-svg_chstroke {
  fill: none;
  stroke: #b5babe;
  stroke-miterlimit: 10;
  stroke-width: 1;
}
[data-id=daiya] .c-svg_chstroke {
  fill: none;
  stroke: #c1e1ff;
  stroke-miterlimit: 10;
  stroke-width: 1;
}
[data-id=mitsuba] .c-svg_chstroke {
  fill: none;
  stroke: #e5f0cf;
  stroke-miterlimit: 10;
  stroke-width: 1;
}

.c-sans {
  font-family: "mundial-narrow-variable", sans-serif;
  font-variation-settings: "wght" 400;
}

.c-sans_i {
  font-family: "industria-serif-variable", sans-serif;
  font-variation-settings: "wdth" 150, "wght" 150;
}

.c-visible_nrw {
  display: block;
}
@media (min-width: 835px) {
  .c-visible_nrw {
    display: none;
  }
}

@media (max-width: 834px) {
  .c-visible_wide {
    display: none;
  }
}