@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;700;900&display=swap");
.common-bg {
  width: 100%;
  height: calc(100% + 1.56667vw);
  position: absolute;
  top: -1.56667vw;
  left: 0;
  background-image: url(../img/top/noise.gif);
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  @media only screen and (min-width: 767px) {
    .common-bg {
      height: 100%;
      top: 0; } }

.common-wrapper {
  padding: 12vw 0 24vw;
  width: 89.33333vw;
  border-right: 0.26667vw solid rgba(255, 255, 255, 0.2);
  border-left: 0.26667vw solid rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  position: relative;
  min-height: 50vw; }
  @media only screen and (min-width: 767px) {
    .common-wrapper {
      padding: 2.92826vw 0 5.85652vw;
      width: 62.22548vw;
      border-right: 0.07321vw solid rgba(255, 255, 255, 0.2);
      border-left: 0.07321vw solid rgba(255, 255, 255, 0.2); } }

.common-inner {
  position: relative; }

.common-box {
  position: relative; }

.common-line {
  width: 24.66667vw;
  margin: 8vw auto 0; }
  @media only screen and (min-width: 767px) {
    .common-line {
      width: 10.43192vw;
      margin: 3.29429vw 0 0; } }

.show .common-wrapper {
  -webkit-transform: none;
          transform: none; }

.show .common-inner {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.show .common-box {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.show .common-h2, .show .common-line {
  -webkit-filter: drop-shadow(0 0vw 0 rgba(0, 84, 255, 0.9));
          filter: drop-shadow(0 0vw 0 rgba(0, 84, 255, 0.9)); }

.common-wrapper {
  transition: all 500ms;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition-timing-function: cubic-bezier(0, 0, 0.5, 1); }

.common-inner {
  transition: all 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.5, 1);
  transition-delay: 500ms;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.common-box {
  transition: all 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.5, 1);
  transition-delay: 550ms;
  -webkit-transform: translateY(1%);
          transform: translateY(1%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.common-h2, .common-line {
  transition: all 1000ms;
  transition-delay: 800ms;
  transition-timing-function: cubic-bezier(0, 0, 0.5, 1);
  -webkit-filter: drop-shadow(0 1.33333vw 0 rgba(0, 84, 255, 0.9));
          filter: drop-shadow(0 1.33333vw 0 rgba(0, 84, 255, 0.9)); }
  @media only screen and (min-width: 767px) {
    .common-h2, .common-line {
      -webkit-filter: drop-shadow(0 0.36603vw 0 rgba(0, 84, 255, 0.9));
              filter: drop-shadow(0 0.36603vw 0 rgba(0, 84, 255, 0.9)); } }

.bd-bg {
  background-image: url(../img/bd/bg.jpg);
  background-size: cover; }
  @media only screen and (min-width: 767px) {
    .bd-bg {
      background-image: url(../img/bd/bg_pc.jpg); } }

.bd-h2 {
  width: 73.73333vw;
  margin: 0 auto; }
  @media only screen and (min-width: 767px) {
    .bd-h2 {
      width: 23.93851vw;
      margin: 0; } }

.bd-box {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 500ms, 500ms;
  width: 100%;
  pointer-events: none; }
  .bd-box.js-absolute {
    position: absolute;
    top: 0;
    left: 0; }
  .bd-box.js-show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: none;
            transform: none;
    transition-delay: 500ms, 500ms;
    pointer-events: auto; }

.bd-inner {
  position: relative;
  margin-top: 1.33333vw; }
  @media only screen and (min-width: 767px) {
    .bd-inner {
      margin-top: 1.0981vw; } }

.bd-wrapper {
  margin-top: 8vw;
  text-align: center; }
  @media only screen and (min-width: 767px) {
    .bd-wrapper {
      margin-top: 3.29429vw;
      text-align: left; } }

.bd-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media only screen and (min-width: 767px) {
    .bd-list {
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .bd-list__item {
    margin: 0 1.33333vw 1.33333vw; }
    @media only screen and (min-width: 767px) {
      .bd-list__item {
        margin: 0; }
        .bd-list__item:not(:first-child) {
          margin-left: 0.54905vw; } }
  .bd-list__link {
    display: inline-block;
    font-size: 3.73333vw;
    padding: 0.66667vw 2vw;
    font-weight: bold;
    line-height: 1;
    font-family: "Noto Sans JP", serif;
    background-color: #000;
    color: #fff; }
    @media only screen and (min-width: 767px) {
      .bd-list__link {
        font-size: 1.0981vw;
        padding: 0.18302vw 0.54905vw; } }
    .bd-list__link.js-current {
      background-color: #fff;
      color: #000;
      pointer-events: none; }

.bd-linkList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% + 8vw);
  margin-left: -4vw; }
  @media only screen and (min-width: 767px) {
    .bd-linkList {
      width: 100%;
      margin-left: 0;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .bd-linkList__item {
    margin: 5.33333vw 4vw 0;
    padding-bottom: 1.33333vw;
    border-bottom: 1px solid #fff; }
    @media only screen and (min-width: 767px) {
      .bd-linkList__item {
        margin: 0;
        padding-bottom: 0.36603vw; } }
    .bd-linkList__item:not(:first-child) {
      margin-left: 1.28111vw; }
  .bd-linkList__link {
    font-size: 3.73333vw;
    color: #fff;
    font-weight: bold;
    font-family: "Noto Sans JP", serif; }
    @media only screen and (min-width: 767px) {
      .bd-linkList__link {
        font-size: 1.0981vw; } }

.bd-contents {
  text-align: left;
  margin-top: 10vw; }
  @media only screen and (min-width: 767px) {
    .bd-contents {
      margin-top: 2.74524vw; } }
  .bd-contents__item {
    margin-bottom: 12vw;
    padding-bottom: 12vw;
    border-bottom: 0.53333vw dashed #fff; }
    @media only screen and (min-width: 767px) {
      .bd-contents__item {
        margin-bottom: 3.66032vw;
        padding-bottom: 3.66032vw;
        border-bottom: 0.14641vw dashed #fff; } }
  .bd-contents__head {
    font-size: 4.8vw;
    color: #00d2ff;
    background: linear-gradient(90deg, #00d2ff 0%, #0054ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    line-height: calc(48/36); }
    @media only screen and (min-width: 767px) {
      .bd-contents__head {
        font-size: 1.61054vw; } }
    .bd-contents__head.store {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      text-align: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .bd-contents__head.store:after {
        display: block;
        content: "";
        width: 2.8vw;
        height: 2.93333vw;
        margin-left: 2.66667vw;
        background-image: url(../img/bd/blank.svg);
        background-size: contain;
        background-repeat: no-repeat; }
        @media only screen and (min-width: 767px) {
          .bd-contents__head.store:after {
            width: 0.76867vw;
            height: 0.80527vw;
            margin-left: 0.73206vw; } }
      .bd-contents__head.store > a {
        color: #00d2ff;
        background: linear-gradient(90deg, #00d2ff 0%, #0054ff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block; }
        .bd-contents__head.store > a:after {
          display: block;
          content: "";
          width: 100%;
          height: 0.26667vw;
          margin-top: 1.33333vw;
          background: linear-gradient(90deg, #00d2ff 0%, #0054ff 100%); }
          @media only screen and (min-width: 767px) {
            .bd-contents__head.store > a:after {
              height: 0.07321vw;
              margin-top: 0.36603vw; } }
        @media only screen and (min-width: 767px) {
          .bd-contents__head.store > a:hover:after {
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }
  .bd-contents__date {
    margin-top: 2.66667vw;
    font-size: 4.26667vw;
    font-weight: bold;
    color: #fff; }
    @media only screen and (min-width: 767px) {
      .bd-contents__date {
        margin-top: 0.54905vw;
        font-size: 1.31772vw; } }
  .bd-contents__inner {
    margin-top: 8vw; }
    @media only screen and (min-width: 767px) {
      .bd-contents__inner {
        margin-top: 2.19619vw;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  @media only screen and (min-width: 767px) {
    .bd-contents__box {
      width: 25.62225vw; } }
  .bd-contents__thumb {
    position: relative;
    height: 89.33333vw; }
    @media only screen and (min-width: 767px) {
      .bd-contents__thumb {
        height: 25.62225vw; } }
    .bd-contents__thumb--item {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      transition: opacity 300ms; }
      .bd-contents__thumb--item.js-current {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .bd-contents__sub {
    margin-top: 1.33333vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    transition: opacity 300ms; }
    @media only screen and (min-width: 767px) {
      .bd-contents__sub {
        margin-top: 0.36603vw; } }
    .bd-contents__sub--item {
      width: 28.8vw;
      cursor: pointer; }
      @media only screen and (min-width: 767px) {
        .bd-contents__sub--item {
          width: 8.27233vw; } }
      .bd-contents__sub--item.js-current {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        pointer-events: none; }
      .bd-contents__sub--item:not(:nth-child(3n+1)) {
        margin-left: 1.2vw; }
        @media only screen and (min-width: 767px) {
          .bd-contents__sub--item:not(:nth-child(3n+1)) {
            margin-left: 0.4vw; } }
  .bd-contents__title {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 3.33333vw 0 5.33333vw;
    height: 4.66667vw; }
    @media only screen and (min-width: 767px) {
      .bd-contents__title {
        margin: 0.91508vw 0 1.46413vw;
        height: 1.28111vw; } }
    .bd-contents__title.double {
      height: 9.33333vw; }
      @media only screen and (min-width: 767px) {
        .bd-contents__title.double {
          height: 2.56223vw; } }
    .bd-contents__title--item {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 4.53333vw;
      color: #fff;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      transition: opacity 300ms; }
      @media only screen and (min-width: 767px) {
        .bd-contents__title--item {
          font-size: 1.24451vw; } }
      .bd-contents__title--item.js-current {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .bd-contents__wrapper {
    margin-top: 5.33333vw; }
    @media only screen and (min-width: 767px) {
      .bd-contents__wrapper {
        width: 35.32211vw;
        margin-top: 0; } }
  .bd-contents__h4 {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .bd-contents__h4 span {
      position: relative;
      font-size: 4.8vw;
      font-weight: bold;
      background-color: #fff;
      line-height: 1;
      padding: 1.6vw 2vw 2vw;
      z-index: 10; }
      @media only screen and (min-width: 767px) {
        .bd-contents__h4 span {
          font-size: 1.46413vw;
          padding: 0.36603vw 0.54905vw 0.47584vw; } }
    .bd-contents__h4:after {
      position: absolute;
      display: block;
      content: "";
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 100%;
      height: 100%;
      background-image: url(../img/bd/sub_bg.png); }
  .bd-contents__list {
    margin-top: 5.33333vw; }
    @media only screen and (min-width: 767px) {
      .bd-contents__list {
        margin-top: 2.19619vw; } }
    .bd-contents__list--item:not(:first-child) {
      margin-top: 4.66667vw; }
      @media only screen and (min-width: 767px) {
        .bd-contents__list--item:not(:first-child) {
          margin-top: 1.0981vw; } }
    .bd-contents__list--head {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: auto; }
      .bd-contents__list--head > span {
        font-size: 3.46667vw;
        color: #fff;
        font-weight: bold;
        text-align: left;
        color: #00d2ff;
        background: linear-gradient(90deg, #00d2ff 0%, #0054ff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block; }
        @media only screen and (min-width: 767px) {
          .bd-contents__list--head > span {
            font-size: 1.1713vw; } }
      .bd-contents__list--head:before {
        display: block;
        content: "";
        width: 4vw;
        height: 0.53333vw;
        margin-right: 2.66667vw;
        background-color: #00d2ff; }
        @media only screen and (min-width: 767px) {
          .bd-contents__list--head:before {
            width: 1.0981vw;
            height: 0.14641vw;
            margin-right: 0.73206vw; } }
    .bd-contents__list--text {
      margin-top: 2vw;
      line-height: calc(42/26);
      color: #fff;
      font-size: 3.46667vw; }
      @media only screen and (min-width: 767px) {
        .bd-contents__list--text {
          margin-top: 0.73206vw;
          font-size: 1.1713vw; } }
  .bd-contents__info {
    width: 100%;
    margin-top: 7.33333vw;
    padding: 2.66667vw;
    color: #fff;
    border: 1px solid #fff;
    font-size: 3.2vw;
    line-height: calc(38/24); }
    @media only screen and (min-width: 767px) {
      .bd-contents__info {
        margin-top: 2.01318vw;
        padding: 1.0981vw;
        font-size: 1.02489vw; } }

.bd-attention {
  text-align: left;
  color: #fff;
  line-height: calc(52/32);
  font-size: 3.73333vw; }
  @media only screen and (min-width: 767px) {
    .bd-attention {
      font-size: 1.1713vw; } }

.bd-logo {
  width: 40vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2%; }
  .bd-logo img {
    width: 45%; }
  @media only screen and (min-width: 767px) {
    .bd-logo {
      width: 13.33333vw; } }

/*# sourceMappingURL=../maps/bdcd.css.map */
