@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kurenaido&display=swap");
:root {
  --color-blue: #38d8d8;
  --color-black: #000;
  --color-white: #fff;
  --color-orange: #ff8a00;
  --color-green: #00b4af;
  --color-purple: #aa78b4;
  --color-grad-title: linear-gradient(90deg, rgba(0, 180, 175, 1) 0%, #000 50%, rgba(170, 120, 180, 1) 100%);
  --color-grad-green: linear-gradient(90deg, rgba(0, 180, 175, 1) 0%, #000 50%);
  --color-grad-purple: linear-gradient(90deg, rgba(170, 120, 180, 1) 0%, #000 50%);
  --color-grad-g-p: linear-gradient(90deg, rgba(0, 180, 175, 1) 0%, rgba(170, 120, 180, 1) 100%);
  --color-grad-p-g: linear-gradient(90deg, rgba(170, 120, 180, 1) 0%, rgba(0, 180, 175, 1) 100%);
  --font-jp: YakuHanMP, "Hina Mincho", serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  --font-base: "Noto Sans JP", sans-serif;
  --font-chara: "Zen Kurenaido", sans-serif;
}

:root {
  --in-sine: cubic-bezier(.47, 0, .745, .715);
  --out-sine: cubic-bezier(.39, .575, .565, 1);
  --in-out-sine: cubic-bezier(.445, .05, .55, .95);
  --in-quad: cubic-bezier(.55, .085, .68, .53);
  --out-quad: cubic-bezier(.25, .46, .45, .94);
  --in-out-quad: cubic-bezier(.455, .03, .515, .955);
  --in-cubic: cubic-bezier(.55, .055, .675, .19);
  --out-cubic: cubic-bezier(.215, .61, .355, 1);
  --in-out-cubic: cubic-bezier(.645, .045, .355, 1);
  --in-quart: cubic-bezier(.895, .03, .685, .22);
  --out-quart: cubic-bezier(.165, .84, .44, 1);
  --in-out-quart: cubic-bezier(.77, 0, .175, 1);
  --in-quint: cubic-bezier(.755, .05, .855, .06);
  --out-quint: cubic-bezier(.23, 1, .32, 1);
  --in-out-quint: cubic-bezier(.86, 0, .07, 1);
  --in-expo: cubic-bezier(.95, .05, .795, .035);
  --out-expo: cubic-bezier(.19, 1, .22, 1);
  --in-out-expo: cubic-bezier(1, 0, 0, 1);
  --in-circ: cubic-bezier(.6, .04, .98, .335);
  --out-circ: cubic-bezier(.075, .82, .165, 1);
  --in-out-circ: cubic-bezier(.785, .135, .15, .86);
  --in-back: cubic-bezier(.6, -.28, .735, .045);
  --out-back: cubic-bezier(.175, .885, .32, 1.275);
  --in-out-back: cubic-bezier(.68, -.55, .265, 1.55);
}

@-webkit-keyframes fall-1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(37.12vw, 48.81vh) scale(0.7);
            transform: translate(37.12vw, 48.81vh) scale(0.7);
  }
  30% {
    opacity: 0;
  }
  48% {
    opacity: 1;
    -webkit-transform: translate(37.12vw, 48.81vh) scale(0.8597);
            transform: translate(37.12vw, 48.81vh) scale(0.8597);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate(37.12vw, 48.81vh) scale(0.8597);
            transform: translate(37.12vw, 48.81vh) scale(0.8597);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(37.12vw, 48.81vh) scale(0.7);
            transform: translate(37.12vw, 48.81vh) scale(0.7);
  }
}

@keyframes fall-1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(37.12vw, 48.81vh) scale(0.7);
            transform: translate(37.12vw, 48.81vh) scale(0.7);
  }
  30% {
    opacity: 0;
  }
  48% {
    opacity: 1;
    -webkit-transform: translate(37.12vw, 48.81vh) scale(0.8597);
            transform: translate(37.12vw, 48.81vh) scale(0.8597);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate(37.12vw, 48.81vh) scale(0.8597);
            transform: translate(37.12vw, 48.81vh) scale(0.8597);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(37.12vw, 48.81vh) scale(0.7);
            transform: translate(37.12vw, 48.81vh) scale(0.7);
  }
}

@-webkit-keyframes fall-2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(95.14vw, 85.44vh) scale(0.7);
            transform: translate(95.14vw, 85.44vh) scale(0.7);
  }
  30% {
    opacity: 0;
  }
  48% {
    opacity: 1;
    -webkit-transform: translate(95.14vw, 85.44vh) scale(0.8982);
            transform: translate(95.14vw, 85.44vh) scale(0.8982);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate(95.14vw, 85.44vh) scale(0.8982);
            transform: translate(95.14vw, 85.44vh) scale(0.8982);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(95.14vw, 85.44vh) scale(0.7);
            transform: translate(95.14vw, 85.44vh) scale(0.7);
  }
}

@keyframes fall-2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(95.14vw, 85.44vh) scale(0.7);
            transform: translate(95.14vw, 85.44vh) scale(0.7);
  }
  30% {
    opacity: 0;
  }
  48% {
    opacity: 1;
    -webkit-transform: translate(95.14vw, 85.44vh) scale(0.8982);
            transform: translate(95.14vw, 85.44vh) scale(0.8982);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate(95.14vw, 85.44vh) scale(0.8982);
            transform: translate(95.14vw, 85.44vh) scale(0.8982);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(95.14vw, 85.44vh) scale(0.7);
            transform: translate(95.14vw, 85.44vh) scale(0.7);
  }
}

@-webkit-keyframes fall-3 {
  0% {
    opacity: 0;
    -webkit-transform: translate(8.58vw, 13.2vh) scale(0.7);
            transform: translate(8.58vw, 13.2vh) scale(0.7);
  }
  30% {
    opacity: 0;
  }
  48% {
    opacity: 1;
    -webkit-transform: translate(8.58vw, 13.2vh) scale(0.9558);
            transform: translate(8.58vw, 13.2vh) scale(0.9558);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate(8.58vw, 13.2vh) scale(0.9558);
            transform: translate(8.58vw, 13.2vh) scale(0.9558);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(8.58vw, 13.2vh) scale(0.7);
            transform: translate(8.58vw, 13.2vh) scale(0.7);
  }
}

@keyframes fall-3 {
  0% {
    opacity: 0;
    -webkit-transform: translate(8.58vw, 13.2vh) scale(0.7);
            transform: translate(8.58vw, 13.2vh) scale(0.7);
  }
  30% {
    opacity: 0;
  }
  48% {
    opacity: 1;
    -webkit-transform: translate(8.58vw, 13.2vh) scale(0.9558);
            transform: translate(8.58vw, 13.2vh) scale(0.9558);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate(8.58vw, 13.2vh) scale(0.9558);
            transform: translate(8.58vw, 13.2vh) scale(0.9558);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(8.58vw, 13.2vh) scale(0.7);
            transform: translate(8.58vw, 13.2vh) scale(0.7);
  }
}

@-webkit-keyframes fall-4 {
  0% {
    opacity: 0;
    -webkit-transform: translate(24.39vw, 75.31vh) scale(0.7);
            transform: translate(24.39vw, 75.31vh) scale(0.7);
  }
  30% {
    opacity: 0;
  }
  48% {
    opacity: 1;
    -webkit-transform: translate(24.39vw, 75.31vh) scale(0.8216);
            transform: translate(24.39vw, 75.31vh) scale(0.8216);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate(24.39vw, 75.31vh) scale(0.8216);
            transform: translate(24.39vw, 75.31vh) scale(0.8216);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(24.39vw, 75.31vh) scale(0.7);
            transform: translate(24.39vw, 75.31vh) scale(0.7);
  }
}

@keyframes fall-4 {
  0% {
    opacity: 0;
    -webkit-transform: translate(24.39vw, 75.31vh) scale(0.7);
            transform: translate(24.39vw, 75.31vh) scale(0.7);
  }
  30% {
    opacity: 0;
  }
  48% {
    opacity: 1;
    -webkit-transform: translate(24.39vw, 75.31vh) scale(0.8216);
            transform: translate(24.39vw, 75.31vh) scale(0.8216);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate(24.39vw, 75.31vh) scale(0.8216);
            transform: translate(24.39vw, 75.31vh) scale(0.8216);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(24.39vw, 75.31vh) scale(0.7);
            transform: translate(24.39vw, 75.31vh) scale(0.7);
  }
}

@-webkit-keyframes fall-5 {
  0% {
    opacity: 0;
    -webkit-transform: translate(19.88vw, 49.4vh) scale(0.7);
            transform: translate(19.88vw, 49.4vh) scale(0.7);
  }
  30% {
    opacity: 0;
  }
  48% {
    opacity: 1;
    -webkit-transform: translate(19.88vw, 49.4vh) scale(0.924);
            transform: translate(19.88vw, 49.4vh) scale(0.924);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate(19.88vw, 49.4vh) scale(0.924);
            transform: translate(19.88vw, 49.4vh) scale(0.924);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(19.88vw, 49.4vh) scale(0.7);
            transform: translate(19.88vw, 49.4vh) scale(0.7);
  }
}

@keyframes fall-5 {
  0% {
    opacity: 0;
    -webkit-transform: translate(19.88vw, 49.4vh) scale(0.7);
            transform: translate(19.88vw, 49.4vh) scale(0.7);
  }
  30% {
    opacity: 0;
  }
  48% {
    opacity: 1;
    -webkit-transform: translate(19.88vw, 49.4vh) scale(0.924);
            transform: translate(19.88vw, 49.4vh) scale(0.924);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate(19.88vw, 49.4vh) scale(0.924);
            transform: translate(19.88vw, 49.4vh) scale(0.924);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(19.88vw, 49.4vh) scale(0.7);
            transform: translate(19.88vw, 49.4vh) scale(0.7);
  }
}

@-webkit-keyframes fall-6 {
  0% {
    opacity: 0;
    -webkit-transform: translate(71.42vw, 45.45vh) scale(0.7);
            transform: translate(71.42vw, 45.45vh) scale(0.7);
  }
  30% {
    opacity: 0;
  }
  48% {
    opacity: 1;
    -webkit-transform: translate(71.42vw, 45.45vh) scale(0.901);
            transform: translate(71.42vw, 45.45vh) scale(0.901);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate(71.42vw, 45.45vh) scale(0.901);
            transform: translate(71.42vw, 45.45vh) scale(0.901);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(71.42vw, 45.45vh) scale(0.7);
            transform: translate(71.42vw, 45.45vh) scale(0.7);
  }
}

@keyframes fall-6 {
  0% {
    opacity: 0;
    -webkit-transform: translate(71.42vw, 45.45vh) scale(0.7);
            transform: translate(71.42vw, 45.45vh) scale(0.7);
  }
  30% {
    opacity: 0;
  }
  48% {
    opacity: 1;
    -webkit-transform: translate(71.42vw, 45.45vh) scale(0.901);
            transform: translate(71.42vw, 45.45vh) scale(0.901);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate(71.42vw, 45.45vh) scale(0.901);
            transform: translate(71.42vw, 45.45vh) scale(0.901);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(71.42vw, 45.45vh) scale(0.7);
            transform: translate(71.42vw, 45.45vh) scale(0.7);
  }
}

@-webkit-keyframes fall-7 {
  0% {
    opacity: 0;
    -webkit-transform: translate(34.03vw, 61.2vh) scale(0.7);
            transform: translate(34.03vw, 61.2vh) scale(0.7);
  }
  30% {
    opacity: 0;
  }
  48% {
    opacity: 1;
    -webkit-transform: translate(34.03vw, 61.2vh) scale(0.9461);
            transform: translate(34.03vw, 61.2vh) scale(0.9461);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate(34.03vw, 61.2vh) scale(0.9461);
            transform: translate(34.03vw, 61.2vh) scale(0.9461);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(34.03vw, 61.2vh) scale(0.7);
            transform: translate(34.03vw, 61.2vh) scale(0.7);
  }
}

@keyframes fall-7 {
  0% {
    opacity: 0;
    -webkit-transform: translate(34.03vw, 61.2vh) scale(0.7);
            transform: translate(34.03vw, 61.2vh) scale(0.7);
  }
  30% {
    opacity: 0;
  }
  48% {
    opacity: 1;
    -webkit-transform: translate(34.03vw, 61.2vh) scale(0.9461);
            transform: translate(34.03vw, 61.2vh) scale(0.9461);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate(34.03vw, 61.2vh) scale(0.9461);
            transform: translate(34.03vw, 61.2vh) scale(0.9461);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(34.03vw, 61.2vh) scale(0.7);
            transform: translate(34.03vw, 61.2vh) scale(0.7);
  }
}

@-webkit-keyframes fall-8 {
  0% {
    opacity: 0;
    -webkit-transform: translate(54.49vw, 75.13vh) scale(0.7);
            transform: translate(54.49vw, 75.13vh) scale(0.7);
  }
  30% {
    opacity: 0;
  }
  48% {
    opacity: 1;
    -webkit-transform: translate(54.49vw, 75.13vh) scale(0.8493);
            transform: translate(54.49vw, 75.13vh) scale(0.8493);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate(54.49vw, 75.13vh) scale(0.8493);
            transform: translate(54.49vw, 75.13vh) scale(0.8493);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(54.49vw, 75.13vh) scale(0.7);
            transform: translate(54.49vw, 75.13vh) scale(0.7);
  }
}

@keyframes fall-8 {
  0% {
    opacity: 0;
    -webkit-transform: translate(54.49vw, 75.13vh) scale(0.7);
            transform: translate(54.49vw, 75.13vh) scale(0.7);
  }
  30% {
    opacity: 0;
  }
  48% {
    opacity: 1;
    -webkit-transform: translate(54.49vw, 75.13vh) scale(0.8493);
            transform: translate(54.49vw, 75.13vh) scale(0.8493);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate(54.49vw, 75.13vh) scale(0.8493);
            transform: translate(54.49vw, 75.13vh) scale(0.8493);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(54.49vw, 75.13vh) scale(0.7);
            transform: translate(54.49vw, 75.13vh) scale(0.7);
  }
}

@-webkit-keyframes fall-9 {
  0% {
    opacity: 0;
    -webkit-transform: translate(3.2vw, 51.52vh) scale(0.7);
            transform: translate(3.2vw, 51.52vh) scale(0.7);
  }
  30% {
    opacity: 0;
  }
  48% {
    opacity: 1;
    -webkit-transform: translate(3.2vw, 51.52vh) scale(0.9977);
            transform: translate(3.2vw, 51.52vh) scale(0.9977);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate(3.2vw, 51.52vh) scale(0.9977);
            transform: translate(3.2vw, 51.52vh) scale(0.9977);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(3.2vw, 51.52vh) scale(0.7);
            transform: translate(3.2vw, 51.52vh) scale(0.7);
  }
}

@keyframes fall-9 {
  0% {
    opacity: 0;
    -webkit-transform: translate(3.2vw, 51.52vh) scale(0.7);
            transform: translate(3.2vw, 51.52vh) scale(0.7);
  }
  30% {
    opacity: 0;
  }
  48% {
    opacity: 1;
    -webkit-transform: translate(3.2vw, 51.52vh) scale(0.9977);
            transform: translate(3.2vw, 51.52vh) scale(0.9977);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate(3.2vw, 51.52vh) scale(0.9977);
            transform: translate(3.2vw, 51.52vh) scale(0.9977);
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(3.2vw, 51.52vh) scale(0.7);
            transform: translate(3.2vw, 51.52vh) scale(0.7);
  }
}

@-webkit-keyframes sc_ac {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(0.4rem);
            transform: translateY(0.4rem);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes sc_ac {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(0.4rem);
            transform: translateY(0.4rem);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes rotate_loop {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate_loop {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.bddvd_area {
  padding: 78px 0 100px;
}

@media screen and (max-width: 960px) {
  .bddvd_area {
    padding: 42px 0 70px;
  }
}

.bddvd_area-title {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .bddvd_area-title {
    margin-bottom: 25px;
  }
}

.bddvd_area__inner {
  width: 79.28%;
  max-width: 1000px;
  margin: auto;
}

@media screen and (min-width: 961px) {
  .bddvd_area__inner {
    min-width: 900px;
  }
}

@media screen and (max-width: 960px) {
  .bddvd_area__inner {
    width: 92%;
  }
}

.bddvd_area__container {
  background-color: var(--color-white);
  position: relative;
  padding: 44px 20px 57px;
  -webkit-box-shadow: 8px 8px 20px 0px rgba(170, 120, 180, 0.3);
          box-shadow: 8px 8px 20px 0px rgba(170, 120, 180, 0.3);
}

@media screen and (max-width: 960px) {
  .bddvd_area__container {
    padding: 29px 20px 44px;
  }
}

.bddvd_area__container::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background: var(--color-grad-g-p);
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 960px) {
  .bddvd_area__container::after {
    height: 4px;
  }
}

.deco_bg__item.-deco-1 {
  top: 15%;
  right: 19.5%;
  width: 8%;
}

@media screen and (max-width: 960px) {
  .deco_bg__item.-deco-1 {
    display: none;
  }
}

.deco_bg__item.-deco-2 {
  left: 39%;
  top: 4%;
  width: 13%;
}

@media screen and (max-width: 960px) {
  .deco_bg__item.-deco-2 {
    left: -11%;
    top: 30%;
    width: 24%;
  }
}

.deco_bg__item.-deco-3 {
  left: -5.5%;
  bottom: 29%;
  width: 11%;
}

@media screen and (max-width: 960px) {
  .deco_bg__item.-deco-3 {
    display: none;
  }
}

.deco_bg__item.-deco-4 {
  right: -7%;
  bottom: 45%;
  width: 16%;
}

@media screen and (max-width: 960px) {
  .deco_bg__item.-deco-4 {
    right: -20%;
    bottom: 43%;
    width: 30%;
  }
}

/*********************************************************************/
.u-color {
  color: var(--color-green);
  vertical-align: baseline;
}

.p-bddbd_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
  margin-top: 60px;
}

@media screen and (max-width: 900px) {
  .p-bddbd_tab {
    font-size: 12px;
    margin-bottom: 30px;
  }
}

.p-bddbd_tab li {
  margin-right: 20px;
}

@media screen and (max-width: 900px) {
  .p-bddbd_tab li {
    margin-right: 5px;
  }
}

@media screen and (min-width: 901px) {
  .p-bddbd_tab li:hover a {
    color: #000;
  }
}

.p-bddbd_tab a {
  color: #aaa;
  -webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-bddbd_tab a span {
  vertical-align: baseline;
}

.p-bddbd_tab .is-current {
  pointer-events: none;
  padding-bottom: 5px;
  border-bottom: #000 solid 1px;
}

.p-bddbd_tab .is-current a {
  color: #000;
}

.p-bddbd_tab .is-current a span {
  vertical-align: baseline;
}

.p-bddvd_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 900px) {
  .p-bddvd_wrap {
    display: block;
  }
}

.p-bddvd_wrap .p-bddvd_jk {
  width: 45%;
  margin-right: 5%;
}

.p-bddvd_wrap .p-bddvd_jk .img {
  border: solid #ccc 1px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_wrap .p-bddvd_jk {
    width: 100%;
    margin: 0;
  }
}

.p-bddvd_wrap .p-bddvd_info {
  width: 50%;
}

@media screen and (max-width: 900px) {
  .p-bddvd_wrap .p-bddvd_info {
    width: 100%;
    margin-top: 20px;
  }
}

.p-bddvd_wrap .p-bddvd_info .p-bddvd_info-title {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .p-bddvd_wrap .p-bddvd_info .p-bddvd_info-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

.p-bddvd_wrap .p-bddvd_info .p-bddvd_info-release {
  font-size: 22px;
  margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_wrap .p-bddvd_info .p-bddvd_info-release {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.p-bddvd_wrap .p-bddvd_info .p-bddvd_info-con dl {
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_wrap .p-bddvd_info .p-bddvd_info-con dl {
    margin-top: 20px;
  }
}

.p-bddvd_wrap .p-bddvd_info .p-bddvd_info-con dl:first-child {
  margin-top: 0;
}

.p-bddvd_wrap .p-bddvd_info .p-bddvd_info-con dl dt {
  font-weight: 600px;
  font-size: 16px;
  margin-bottom: 5px;
  color: var(--color-purple);
}

@media screen and (max-width: 900px) {
  .p-bddvd_wrap .p-bddvd_info .p-bddvd_info-con dl dt {
    font-size: 14px;
  }
}

.p-bddvd_wrap .p-bddvd_info .p-bddvd_info-con dl dt span {
  font-size: 13px;
  vertical-align: baseline;
}

@media screen and (max-width: 900px) {
  .p-bddvd_wrap .p-bddvd_info .p-bddvd_info-con dl dt span {
    font-size: 11px;
  }
}

.p-bddvd_wrap .p-bddvd_info .p-bddvd_info-con dl dd {
  font-size: 14px;
  line-height: 1.3em;
  margin-top: 5px;
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.p-bddvd_wrap .p-bddvd_info .p-bddvd_info-con dl dd .img {
  border: solid #ccc 1px;
  width: 80%;
}

@media screen and (max-width: 900px) {
  .p-bddvd_wrap .p-bddvd_info .p-bddvd_info-con dl dd {
    font-size: 13px;
  }
  .p-bddvd_wrap .p-bddvd_info .p-bddvd_info-con dl dd .img {
    width: 100%;
  }
}

.p-bddvd_wrap .p-bddvd_info .p-bddvd_info-con dl dd .txt_l {
  font-size: 18px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_wrap .p-bddvd_info .p-bddvd_info-con dl dd .txt_l {
    font-size: 15px;
  }
}

.p-bddvd_wrap .p-bddvd_info .p-bddvd_info-con dl dd .txt_s {
  font-size: 13px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_wrap .p-bddvd_info .p-bddvd_info-con dl dd .txt_s {
    font-size: 11px;
  }
}

.p-bddvd_wrap .p-bddvd_info .att {
  font-size: 13px;
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_wrap .p-bddvd_info .att {
    font-size: 11px;
    margin-top: 20px;
  }
}

.p-bddvd_special-all h3,
.p-bddvd_special-shop h3 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_special-all h3,
  .p-bddvd_special-shop h3 {
    font-size: 28px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.p-bddvd_special-all__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_special-all__box {
    display: block;
  }
}

.p-bddvd_special-all__box .p-bddvd_special-all__img {
  width: 45%;
  margin-right: 5%;
}

.p-bddvd_special-all__box .p-bddvd_special-all__img img {
  border: solid 1px #ccc;
}

@media screen and (max-width: 900px) {
  .p-bddvd_special-all__box .p-bddvd_special-all__img {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.p-bddvd_special-all__box .p-bddvd_special-all__txt {
  width: 50%;
  margin-top: 20px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_special-all__box .p-bddvd_special-all__txt {
    width: 100%;
  }
}

.p-bddvd_special-all__box .p-bddvd_special-all__txt .ttl dt {
  font-size: 30px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_special-all__box .p-bddvd_special-all__txt .ttl dt {
    font-size: 18px;
  }
}

.p-bddvd_special-all__box .p-bddvd_special-all__txt .ttl dd {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5em;
}

@media screen and (max-width: 900px) {
  .p-bddvd_special-all__box .p-bddvd_special-all__txt .ttl dd {
    font-size: 15px;
  }
}

.p-bddvd_special-all__box .p-bddvd_special-all__txt .txt {
  margin-top: 25px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_special-all__box .p-bddvd_special-all__txt .txt {
    margin-top: 15px;
  }
}

.p-bddvd_special-all__box .p-bddvd_special-all__txt .shop {
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_special-all__box .p-bddvd_special-all__txt .shop {
    margin-top: 20px;
  }
}

.p-bddvd_special-all__box .p-bddvd_special-all__txt .shop dt {
  color: var(--color-purple);
}

.p-bddvd_special-all__box .p-bddvd_special-all__txt .shop dd {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5em;
}

.p-bddvd_special-all__box .p-bddvd_special-all__txt .shop dd a {
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  .p-bddvd_special-all__box .p-bddvd_special-all__txt .shop dd {
    font-size: 12px;
    margin-top: 5px;
  }
}

.p-bddvd_special-shop {
  margin-top: 100px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_special-shop {
    margin-top: 60px;
  }
}

.p-bddvd_special-shop .p-bddvd_special-shop__list > li {
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_special-shop .p-bddvd_special-shop__list > li {
    margin-top: 30px;
  }
  .p-bddvd_special-shop .p-bddvd_special-shop__list > li:first-child {
    margin-top: 0;
  }
}

.p-bddvd_special-shop .shop_name {
  margin-bottom: 15px;
  font-size: 20px;
  position: relative;
  display: inline-block;
}

.p-bddvd_special-shop .shop_name span {
  font-size: 13px;
  vertical-align: baseline;
}

.p-bddvd_special-shop .shop_name::before {
  content: "";
  position: absolute;
  bottom: 3px;
  right: -18px;
  height: 12px;
  width: 12px;
  background: url(../img/bddvd/icon.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  .p-bddvd_special-shop .shop_name {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .p-bddvd_special-shop .shop_name span {
    font-size: 11px;
  }
  .p-bddvd_special-shop .shop_name::before {
    right: -15px;
    height: 10px;
    width: 10px;
  }
}

.p-bddvd_special-shop .p-bddvd_special-shop__list-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-bddvd_special-shop .p-bddvd_special-shop__list-list .p-bddvd_special-shop__list-item {
  width: 30.6%;
  margin-left: 4%;
  margin-top:40px;
}

.p-bddvd_special-shop .p-bddvd_special-shop__list-list .p-bddvd_special-shop__list-img {
  border: solid 1px #ccc;
}

.p-bddvd_special-shop .p-bddvd_special-shop__list-list .p-bddvd_special-shop__list-item p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5em;
}

@media screen and (max-width: 900px) {
  .p-bddvd_special-shop .p-bddvd_special-shop__list-list .p-bddvd_special-shop__list-item p {
    font-size: 12px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 901px) {
  .p-bddvd_special-shop .p-bddvd_special-shop__list-list .p-bddvd_special-shop__list-item:nth-child(3n+1) {
    margin-left: 0;
  }
   .p-bddvd_special-shop .p-bddvd_special-shop__list-list .p-bddvd_special-shop__list-item:nth-child(n+1):nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 900px) {
  .p-bddvd_special-shop .p-bddvd_special-shop__list-list .p-bddvd_special-shop__list-item {
    width: 48.5%;
    margin-top: 6%;
    margin-left: 3%;
  }
  .p-bddvd_special-shop .p-bddvd_special-shop__list-list .p-bddvd_special-shop__list-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-bddvd_special-shop .p-bddvd_special-shop__list-list .p-bddvd_special-shop__list-item:nth-child(n+1):nth-child(-n+2) {
    margin-top: 0;
  }
}

.p-bddvd_special-shop .note {
  font-size: 13px;
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  .p-bddvd_special-shop .note {
    font-size: 11px;
    margin-top: 40px;
  }
}

.p-bddvd_special-shop .note li {
  text-indent: -1em;
  padding-left: 1em;
}


/**************************************/
.buy {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 20px auto 40px;
  font-size: 22px;
  padding: 22px 0;
}

@media screen and (max-width: 960px) {
  .buy {
    width: 100%;
    font-size: 14px;
    padding: 18px 0;
  }
}

.buy:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100px;
  background: var(--color-grad-g-p);
  opacity: 0.2;
}

.buy a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.buy .-icon {
  position: absolute;
  width: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

@media screen and (max-width: 960px) {
  .buy .-icon {
    width: 20px;
    top: 50%;
    right: 15px;
  }
}