/*/////////////////////////*/
/*--- BrandNew and Deep ---*/
/*/////////////////////////*/
/**
 * MARK: var
 */
.os-l-content {
  --font-noto: "Noto Sans JP", sans-serif;
  --font-s: "Sawarabi Gothic", sans-serif;
  --c-text: #666464;
  --c-bn: #EE7971;
  --c-lite-bn: #FFAD8B;
  --c-d: #46D6CC;
  container-type: inline-size;
  font-family: var(--font-s);
  font-weight: 400;
  font-style: normal;
  color: var(--c-text);
}

.c-bdo-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  width: 250px;
  height: 34px;
  border: 1px solid var(--c-text);
}
.c-bdo-btn:after {
  content: "";
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border: 1px solid var(--c-text);
  border-top: none;
  border-left: none;
  rotate: -45deg;
  transition: translate 0.3s cubic-bezier(0, 0, 0, 1);
}
.c-bdo-btn__lbl {
  flex: 0 1 auto;
  color: var(--c-text);
  font-size: 1.5rem;
  letter-spacing: 0.18em;
}
@media (any-hover: hover) {
  .c-bdo-btn:hover:after {
    translate: 8px;
  }
}

/**
 * MARK: kv
 */
.p-bdo-kv {
  position: relative;
  margin-bottom: 16px;
}

.c-bdo-kv-bg {
  display: flex;
  margin: 0 -1rem;
}
.c-bdo-kv-bg__item {
  flex: 1 1 50%;
}
.c-bdo-kv-bg__img {
  width: 100%;
  height: auto;
  aspect-ratio: 195/390;
  max-height: 460px;
  object-fit: cover;
}
.c-bdo-kv__innr {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}
.c-bdo-kv__main-ttl {
  width: min(57.297297%, 390px);
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}
.c-bdo-kv-catch {
  position: absolute;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  font-family: var(--font-noto);
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.c-bdo-kv-catch--deep {
  top: 12px;
  right: 2px;
  align-items: flex-start;
}
.c-bdo-kv-catch--deep .c-bdo-kv-catch__lbl {
  padding-inline: 6px 8px;
  background-color: var(--c-d);
}
.c-bdo-kv-catch--brandnew {
  bottom: 12px;
  left: 2px;
  align-items: flex-end;
}
.c-bdo-kv-catch--brandnew .c-bdo-kv-catch__lbl {
  padding-inline: 0 8px;
  background-color: var(--c-bn);
}

.in-kerning {
  margin-inline-start: -0.5em;
}

/**
 * MARK: top
 */
.c-bdo-top-container {
  padding-inline: 1.4rem;
}

/**
 * MARK: intro
 */
.p-bdo-intro {
  margin-bottom: 80px;
}

.c-bdo-intro {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 16px auto 1fr;
  gap: 24px 20px;
  grid-template-areas: ". catch" "ttl catch" "desc catch";
}
.c-bdo-intro-ttl {
  grid-area: ttl;
}
.c-bdo-intro-ttl__img {
  width: auto;
  height: 32px;
}
.c-bdo-intro-catch {
  grid-area: catch;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  align-items: flex-start;
  font-family: var(--font-noto);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.c-bdo-intro-catch__lbl {
  padding-inline: 8px 12px;
  background-color: var(--c-lite-bn);
}
.c-bdo-intro__desc {
  grid-area: desc;
  line-height: 2;
  letter-spacing: 0.015em;
}
.c-bdo-intro__desc:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
@media all and (-ms-high-contrast: none) {
  .c-bdo-intro__desc:before {
    margin-top: 0;
  }
}

/**
 * MARK: entry
 */
.p-bdo-top-sec {
  position: relative;
  padding-top: 30px;
}
.p-bdo-top-sec:not(:nth-last-of-type(1)) {
  margin-bottom: 96px;
}

.c-bdo-top-sec:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 5px;
  background: url(../image/bdo/bg_slash-bd.svg) repeat-x left top/contain;
}
.c-bdo-top-sec--brandnew:before {
  left: -1rem;
  right: 1.4rem;
  background-position: right top;
}
.c-bdo-top-sec--deep {
  margin-bottom: 120px;
}
.c-bdo-top-sec--deep:before {
  right: -1rem;
  left: 1.4rem;
}
.c-bdo-top-sec__innr {
  position: relative;
}
.c-bdo-top-sec--brandnew .c-bdo-top-sec__innr {
  padding-top: 110.81081%;
}
.c-bdo-top-sec--deep .c-bdo-top-sec__innr {
  padding-top: 116.216216%;
}
.c-bdo-top-sec-orn {
  position: absolute;
  top: 0;
  right: -1rem;
  left: -1rem;
}

.c-bdo-entry-catch {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  font-family: var(--font-noto);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.c-bdo-top-sec--brandnew .c-bdo-entry-catch {
  top: -0.5em;
  right: 1.4rem;
}
.c-bdo-top-sec--deep .c-bdo-entry-catch {
  left: 1.4rem;
}
.c-bdo-entry-ttl {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-bottom: 16px;
}
.c-bdo-entry-ttl__catch {
  font-family: var(--font-noto);
  font-size: 1.9rem;
  font-weight: 400;
}
.c-bdo-top-sec--brandnew .c-bdo-entry-ttl__catch {
  color: var(--c-bn);
}
.c-bdo-top-sec--deep .c-bdo-entry-ttl__catch {
  color: var(--c-d);
}
.c-bdo-top-sec--brandnew .c-bdo-entry-ttl {
  margin-bottom: 24px;
}
.c-bdo-top-sec--brandnew .c-bdo-entry-ttl__main {
  width: 245px;
}
.c-bdo-top-sec--deep .c-bdo-entry-ttl__main {
  width: 328px;
}
.c-bdo-entry__desc {
  margin-bottom: 24px;
  font-size: 1.6rem;
  letter-spacing: 0.015em;
  line-height: 2;
}
.c-bdo-entry__desc:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
@media all and (-ms-high-contrast: none) {
  .c-bdo-entry__desc:before {
    margin-top: 0;
  }
}
/**
 * MARK: Bn/D
 */
.c-bdo-u-kv {
  display: flex;
  flex-direction: column;
  width: 100cqw;
  max-height: 460px;
  aspect-ratio: 1;
  margin-bottom: 38px;
  margin-left: calc((100% - 100cqw) / 2);
}
.c-bdo-u-kv-ttl {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  height: 30px;
  background-color: var(--c-current);
}
.c-bdo-u-kv-ttl__img {
  width: auto;
  height: 24px;
}
.c-bdo-u-kv__item {
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  height: calc((100% - 30px) / 3);
}
.c-bdo-u-kv__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-bdo-u-kv__lead {
  position: absolute;
  right: 0;
  bottom: 20px;
  height: 15.8333333%;
}
.c-bdo-u-kv__lead .w100 {
  display: block;
  width: auto;
  height: 100%;
}
.c-bdo-u-kv__item:nth-of-type(even) .c-bdo-u-kv__lead {
  right: unset;
  left: 0;
}

.c-bdo-u-container {
  max-width: calc(1000px + 2.8rem);
  padding-inline: 1.4rem;
  margin-inline: auto;
}

.c-bdo-u-sec--intro {
  position: relative;
  margin-bottom: 64px;
}
.c-bdo-u-sec:not(.c-bdo-u-sec--intro):not(:nth-last-of-type(1)) {
  margin-bottom: 140px;
}
.c-bdo-u-sec-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.c-bdo-u-sec-ttl-main__img {
  width: auto;
  height: 46px;
}
.c-bdo-u-sec-ttl__ja {
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.18em;
}
.c-bdo-u-sec__lead {
  margin-bottom: 64px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.833333333;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.c-bdo-u-sec__lead:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.833333333) * 0.5em);
}
@media all and (-ms-high-contrast: none) {
  .c-bdo-u-sec__lead:before {
    margin-top: 0;
  }
}

.c-bdo-u-intro__lead {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2.0714285714;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.c-bdo-u-intro__lead:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.0714285714) * 0.5em);
}
@media all and (-ms-high-contrast: none) {
  .c-bdo-u-intro__lead:before {
    margin-top: 0;
  }
}
.c-bdo-u-intro-orn {
  position: absolute;
  top: 12px;
  left: calc((100% - 100cqw) / 2);
  z-index: -1;
  width: 28px;
}

.c-bdo-cassette {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 32px;
}
.c-bdo-cassette:not(:nth-last-of-type(1)) {
  margin-bottom: 80px;
}
.c-bdo-cassette__ttl {
  margin-bottom: 20px;
  font-family: var(--font-noto);
  color: var(--c-current);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6154;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
}
.c-bdo-cassette__desc {
  margin-bottom: 28px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.015em;
}
.c-bdo-cassette__desc:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
@media all and (-ms-high-contrast: none) {
  .c-bdo-cassette__desc:before {
    margin-top: 0;
  }
}
.c-bdo-cassette-spot-slide {
  margin-bottom: 50px;
}
.c-bdo-cassette-spot-slide .splide__pagination {
  bottom: -34px;
  column-gap: 12px;
}
.c-bdo-cassette-spot-slide .splide__pagination__page {
  width: 11px;
  height: 11px;
  margin: 0;
  background-color: var(--c-text);
  opacity: 0.5;
}
.c-bdo-cassette-spot-slide .splide__pagination__page.is-active {
  background-color: var(--c-text);
  opacity: 1;
  transform: scale(1);
}
.c-bdo-cassette-addr {
  font-style: normal;
}
.c-bdo-cassette-addr__name {
  margin-bottom: 8px;
  font-family: var(--font-noto);
  color: var(--c-current);
  font-size: 2.3rem;
  line-height: 1.5;
  letter-spacing: 0.18em;
  font-feature-settings: "palt" 1;
}
.c-bdo-cassette-addr__address {
  font-size: 1.5rem;
}

.c-bdo-u-bnr {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  margin: 150px auto 62px;
}
.c-bdo-u-bnr__anch {
  display: block;
  position: relative;
  max-width: 400px;
  margin-inline: auto;
}
.c-bdo-u-bnr__anch:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border: 1px solid #e0e0e0;
}

@media screen and (min-width: 768px) {
  .c-bdo-btn {
    width: 300px;
    height: 40px;
  }
  .c-bdo-btn__lbl {
    font-size: 1.6rem;
  }
  /**
   * MARK: kv
   */
  .p-bdo-kv {
    margin-bottom: 32px;
  }
  .c-bdo-kv-bg__item:nth-of-type(1) {
    margin-left: calc(50% - 50cqw);
  }
  .c-bdo-kv-bg__img {
    width: 50cqw;
    max-height: 700px;
    aspect-ratio: 683/700;
    max-width: unset;
  }
  .c-bdo-kv-catch {
    font-size: 2.4rem;
  }
  /**
   * MARK: top
   */
  .c-bdo-top-container {
    width: calc(600px + 2.8rem);
    margin-inline: auto;
  }
  /**
   * MARK: intro
   */
  .p-bdo-intro {
    margin-bottom: 48px;
  }
  .c-bdo-intro {
    grid-template-rows: auto 1fr;
    gap: 24px 24px;
    grid-template-areas: "ttl catch" "desc catch";
  }
  .c-bdo-intro-ttl {
    padding-top: 16px;
  }
  .c-bdo-intro-ttl__img {
    height: 40px;
  }
  .c-bdo-intro-catch {
    font-size: 2rem;
  }
  .c-bdo-intro__desc {
    font-size: 1.6rem;
  }
  /**
   * MARK: entry
   */
  .p-bdo-top-sec {
    padding-top: 0;
  }
  .c-bdo-top-sec:before {
    height: 7px;
  }
  .c-bdo-top-sec--deep {
    margin-bottom: 140px;
  }
  .c-bdo-top-sec__innr {
    position: static;
  }
  .c-bdo-top-sec--brandnew .c-bdo-top-sec__innr {
    padding-top: 47.51081%;
  }
  .c-bdo-top-sec--deep .c-bdo-top-sec__innr {
    padding-top: 45.216216%;
  }
  .c-bdo-top-sec-orn {
    right: 50%;
    left: unset;
    width: 100cqw;
    translate: 50%;
    overflow: hidden;
  }
  .c-bdo-top-sec--brandnew .c-bdo-top-sec-orn {
    top: 80px;
  }
  .c-bdo-top-sec--brandnew .c-bdo-top-sec-orn .w100 {
    display: block;
    width: calc(100% + 16px);
    max-width: 1382px;
    margin-inline: auto;
    translate: -8px;
  }
  .c-bdo-top-sec--deep .c-bdo-top-sec-orn {
    top: 48px;
  }
  .c-bdo-top-sec--deep .c-bdo-top-sec-orn .w100 {
    display: block;
    width: calc(100% + 72px);
    max-width: 1438px;
    margin-inline: auto;
    translate: -70px;
  }
  .c-bdo-entry {
    display: grid;
    grid-template-rows: auto 1fr auto;
    column-gap: 32px;
  }
  .c-bdo-top-sec--brandnew .c-bdo-entry {
    grid-template-columns: auto 1fr 56px;
    grid-template-areas: "catch ttl ." "catch desc ." "catch more .";
  }
  .c-bdo-top-sec--deep .c-bdo-entry {
    grid-template-columns: 56px auto 1fr;
    grid-template-areas: ". ttl catch" ". desc catch" ". more catch";
  }
  .c-bdo-entry-catch {
    position: static;
    font-size: 2.8rem;
    grid-area: catch;
  }
  .c-bdo-top-sec--brandnew .c-bdo-entry-catch {
    margin-top: -0.5em;
  }
  .c-bdo-entry-ttl {
    margin-bottom: 24px;
    grid-area: ttl;
  }
  .c-bdo-entry-ttl__catch {
    font-size: 2rem;
  }
  .c-bdo-top-sec--brandnew .c-bdo-entry-ttl {
    margin-bottom: 34px;
  }
  .c-bdo-entry__desc {
    grid-area: desc;
  }
  .c-bdo-entry__more {
    grid-area: more;
  }
  /**
   * MARK: Bn/D
   */
  .c-bdo-u-kv {
    flex-direction: row;
    max-height: 540px;
    aspect-ratio: 1366/540;
    margin-bottom: 72px;
    flex-wrap: wrap;
  }
  .c-bdo-u-kv-ttl {
    flex: 0 0 auto;
    height: 48px;
    width: 100%;
  }
  .c-bdo-u-kv-ttl__img {
    height: 32px;
  }
  .c-bdo-u-kv__item {
    width: 33.33333%;
    height: calc(100% - 48px);
  }
  .c-bdo-u-kv__lead {
    bottom: -2.51046%;
    height: 8.7866108%;
    left: 0;
  }
  .c-bdo-u-kv__lead .w100 {
    margin-inline: auto;
  }
  .c-bdo-u-kv__item:nth-of-type(even) .c-bdo-u-kv__lead {
    right: 0;
  }
  .c-bdo-u-sec--intro {
    margin-bottom: 80px;
  }
  .c-bdo-u-sec:not(.c-bdo-u-sec--intro):not(:nth-last-of-type(1)) {
    margin-bottom: 240px;
  }
  .c-bdo-u-sec-ttl {
    margin-bottom: 40px;
  }
  .c-bdo-u-sec-ttl-main__img {
    height: 56px;
  }
  .c-bdo-u-sec-ttl__ja {
    font-size: 1.8rem;
  }
  .c-bdo-u-sec__lead {
    margin-bottom: 80px;
    font-size: 1.5rem;
    line-height: 2.16665;
  }
  .c-bdo-u-sec__lead:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.16665) * 0.5em);
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .c-bdo-u-sec__lead:before {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-bdo-u-intro__lead {
    font-size: 1.7rem;
    line-height: 2.45;
  }
  .c-bdo-u-intro__lead:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2.45) * 0.5em);
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .c-bdo-u-intro__lead:before {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-bdo-u-intro-orn {
    top: calc(100% + 42px);
    width: 40px;
  }
  .c-bdo-u-intro-orn.is-d {
    display: flex;
    align-items: center;
    aspect-ratio: 62/829;
  }
  .c-bdo-cassette {
    flex-direction: row-reverse;
    row-gap: 0;
    align-items: flex-start;
  }
  .c-bdo-cassette:not(:nth-last-of-type(1)) {
    margin-bottom: 120px;
  }
  .c-bdo-cassette__body {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    width: 45%;
    padding-left: 32px;
    aspect-ratio: 450/495;
  }
  .c-bdo-cassette__ttl {
    margin-bottom: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .c-bdo-cassette__ttl:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .c-bdo-cassette__ttl:before {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-bdo-cassette__desc {
    margin-bottom: 32px;
  }
  .c-bdo-cassette__more {
    margin-top: auto;
  }
  .c-bdo-cassette-spot {
    flex: 0 0 auto;
    width: 55%;
  }
  .c-bdo-cassette-spot-slide .splide__pagination {
    bottom: -30px;
    column-gap: 16px;
  }
  .c-bdo-cassette-spot-slide .splide__pagination__page {
    width: 15px;
    height: 15px;
  }
  .c-bdo-cassette-addr__name {
    font-size: 2.5rem;
  }
  .c-bdo-cassette-addr__address {
    font-size: 1.6rem;
  }
  .c-bdo-u-bnr {
    margin: 160px auto 120px;
    row-gap: 24px;
  }
  .c-bdo-u-bnr__anch {
    max-width: unset;
  }
}
@media screen and (min-width: 992px) {
  .c-bdo-btn {
    width: 344px;
    height: 48px;
  }
  /**
   * MARK: kv
   */
  .p-bdo-kv {
    margin-bottom: 58px;
  }
  .c-bdo-kv-catch {
    font-size: 3rem;
  }
  .c-bdo-kv-catch--deep {
    top: 30px;
  }
  .c-bdo-kv-catch--brandnew {
    bottom: 30px;
  }
  /**
   * MARK: top
   */
  /**
   * MARK: intro
   */
  .p-bdo-intro {
    margin-bottom: 48px;
  }
  .c-bdo-intro-ttl__img {
    height: 45px;
  }
  /**
   * MARK: entry
   */
  .c-bdo-top-sec--brandnew:before {
    left: calc((100% - 100cqw) / 2);
  }
  .c-bdo-top-sec--deep {
    margin-bottom: 170px;
  }
  .c-bdo-top-sec--deep:before {
    right: calc((100% - 100cqw) / 2);
  }
  .c-bdo-top-sec--brandnew .c-bdo-top-sec__innr {
    padding-top: 44.51081%;
  }
  .c-bdo-top-sec--deep .c-bdo-top-sec__innr {
    padding-top: 42.216216%;
  }
  .c-bdo-top-sec-orn {
    display: flex;
    justify-content: center;
  }
  .c-bdo-top-sec-orn picture {
    display: contents;
  }
  .c-bdo-top-sec--brandnew .c-bdo-top-sec-orn {
    top: 106px;
  }
  .c-bdo-top-sec--brandnew .c-bdo-top-sec-orn .w100 {
    width: 101.171303cqw;
    translate: 0;
    flex: 0 0 auto;
  }
  .c-bdo-top-sec--deep .c-bdo-top-sec-orn {
    top: 64px;
  }
  .c-bdo-top-sec--deep .c-bdo-top-sec-orn .w100 {
    width: 105.2708638cqw;
    translate: 0;
    flex: 0 0 auto;
  }
  .c-bdo-entry {
    column-gap: 52px;
  }
  .c-bdo-top-sec--brandnew .c-bdo-entry {
    grid-template-columns: auto 1fr 42px;
  }
  .c-bdo-top-sec--deep .c-bdo-entry {
    grid-template-columns: 42px auto 1fr;
  }
  .c-bdo-entry-catch {
    font-size: 3.2rem;
  }
  .c-bdo-entry-ttl {
    margin-bottom: 36px;
  }
  .c-bdo-top-sec--brandnew .c-bdo-entry-ttl {
    margin-bottom: 44px;
  }
  /**
  	 * MARK: Bn/D
  	 */
  .c-bdo-u-kv {
    margin-bottom: 114px;
  }
  .c-bdo-u-kv-ttl {
    height: 64px;
  }
  .c-bdo-u-kv-ttl__img {
    height: 58px;
  }
  .c-bdo-u-kv__item {
    height: calc(100% - 64px);
  }
  .c-bdo-u-sec--intro {
    margin-bottom: 146px;
  }
  .c-bdo-u-sec-ttl {
    margin-bottom: 70px;
  }
  .c-bdo-u-sec-ttl-main__img {
    height: 73px;
  }
  .c-bdo-u-sec-ttl__ja {
    font-size: 2.2rem;
  }
  .c-bdo-u-sec__lead {
    margin-bottom: 108px;
    font-size: 1.8rem;
  }
  .c-bdo-u-intro__lead {
    font-size: 2rem;
  }
  .c-bdo-u-intro-orn {
    top: calc(100% + 84px);
    width: 62px;
  }
  .c-bdo-cassette:not(:nth-last-of-type(1)) {
    margin-bottom: 176px;
  }
  .c-bdo-cassette__body {
    padding-left: 58px;
  }
  .c-bdo-cassette__ttl {
    margin-bottom: 36px;
    font-size: 3.2rem;
  }
  .c-bdo-cassette__desc {
    margin-bottom: 36px;
  }
  .c-bdo-cassette-addr__name {
    font-size: 2.8rem;
  }
  .c-bdo-cassette-addr__address {
    font-size: 1.8rem;
  }
  .c-bdo-u-bnr {
    margin: 170px auto 180px;
    row-gap: 32px;
  }
}/*# sourceMappingURL=brandnew-deep.css.map */