@charset "utf-8";
/* CSS Document */
body {
  display: none;
}
* {
  min-height: 0vw;
}
.ly-contents-area {
  height: 100%;
}
footer {
  background-color: #fff;
}
.ly-wrp-breadcrumb a:visited {
  color: #fff !important;
}
.ly-wrp-breadcrumb a:after {
  color: #fff;
}
.ly-wrp-breadcrumb span {
  color: #fff;
}
#blackfried-d_cp_2511 img {
  width: 100%;
  height: auto;
}
#blackfried-d_cp_2511 .all_notes_list a:visited, #blackfried-d_cp_2511 .all_notes_list a {
  color: #fff;
}
#blackfried-d_cp_2511 .anc a {
  color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
#blackfried-d_cp_2511 .anc a:after {
  position: absolute;
  top: -3px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 104%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(134deg);
  transform: rotate(134deg);
}
#blackfried-d_cp_2511 .link a {
  color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
#blackfried-d_cp_2511 .link a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 102%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*========= ローディング画面のためのCSS ===============*/
/* .loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 555;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#blackfried-d_cp_2511 .loader .loading__logo {
  width: 150px;
  display: none;
}

.box {
  opacity: 0;
  transform: translateY(20%) scale(.5);
  transition: all .8s;
}

.box.show {
  opacity: 1;
  transform: translateY(0) scale(1);
} */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.loading__logo {
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  width: 160px;
}
@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}
/*===============================================
●pc
===============================================*/
@media screen and (min-width: 737px) {
  #notes {
    margin-top: -95px;
    padding-top: 95px;
  }
  #blackfried-d_cp_2511 {
    /* margin: 0;
    background: linear-gradient(0deg, #696969 0%, #31383d 40%, #000 80%) no-repeat #c0e0f3 */
    /* margin: 0; */
  }
  canvas {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #696969 0%, #31383d 40%, #000 80%) no-repeat #c0e0f3;
  }
  canvas::before {
    content: "";
    display: block;
    position: absolute;
    left: calc((100vw - 100%)* -0.5);
    top: 0;
    background: linear-gradient(0deg, #696969 0%, #31383d 40%, #000 80%) no-repeat #c0e0f3;
    margin: 0;
  }
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #080404;
    color: #fff;
    padding-bottom: 3rem;
  }
  .btn {
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    background-color: #080404;
    font-size: .8rem;
    padding: .2rem 1rem;
    margin: .5rem auto 0;
    display: block;
  }
  #blackfried-d_cp_2511 .kv {
    position: relative;
  }
  #blackfried-d_cp_2511 .kv .kv_text01 {
    position: absolute;
    will-change: transform;
    width: 17%;
    top: 2%;
    right: 30%;
    opacity: 0;
  }
  #blackfried-d_cp_2511 .kv .kv_img01 {
    position: absolute;
    will-change: transform;
    width: 22%;
    top: 13%;
    left: 17%;
  }
  #blackfried-d_cp_2511 .kv .kv_text02 {
    position: absolute;
    will-change: transform;
    width: 35%;
    top: 49%;
    left: 3%;
  }
  #blackfried-d_cp_2511 .kv .kv_text03 {
    position: absolute;
    will-change: transform;
    width: 10%;
    top: 21%;
    right: 50.2%;
    opacity: 0;
  }
  #blackfried-d_cp_2511 .kv .kv_img02 {
    position: absolute;
    will-change: transform;
    width: 18%;
    top: 5%;
    right: 4%;
  }
  #blackfried-d_cp_2511 .kv .kv_text02_sp {
    display: none;
  }
  #blackfried-d_cp_2511 .lead {
    position: relative;
  }
  #blackfried-d_cp_2511 .lead_img01 {
    width: 100px;
    position: absolute;
    left: 6%;
    top: 2%;
  }
  #blackfried-d_cp_2511 .lead_img02 {
    width: 100px;
    position: absolute;
    right: 6%;
    top: 2%;
  }
  #blackfried-d_cp_2511 .lead_block {
    padding: 2rem 1rem;
    background-color: #080404;
    color: #fff;
  }
  #blackfried-d_cp_2511 .lead_block_inner {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .lead_note {
    margin-top: .3rem;
    font-size: .9rem;
  }
  #blackfried-d_cp_2511 .tit_text {
    margin-bottom: .4rem;
    font-size: clamp(1.6rem, 0.873rem + 1.64vw, 2.1rem);
    font-weight: 600;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    color: #ffe105;
    filter: drop-shadow(3px 3px 3px #ffffff);
  }
  /*----------------------------- main -----------------------------*/
  #blackfried-d_cp_2511 .first {
    width: 80%;
    margin: 0 auto;
    padding-top: 2rem;
    margin-bottom: 3rem;
  }
  #blackfried-d_cp_2511 .h1_tit {
    margin-bottom: 1.7rem;
    text-align: center;
    color: #fbe360;
    font-weight: 600;
    font-size: clamp(1.2rem, 0.909rem + 1.45vw, 2rem);
  }
  #blackfried-d_cp_2511 .h1_tit em {
    font-size: clamp(1.4rem, 0.818rem + 2.91vw, 3rem);
    font-style: normal;
  }
  #blackfried-d_cp_2511 .lead {
    text-align: center;
    margin-bottom: 3rem;
  }
  #blackfried-d_cp_2511 .outline {
    width: 80%;
    margin: 0 auto 6rem;
    padding: 2rem 1.5rem 1.5rem;
    border: 4px solid;
    position: relative;
  }
  #blackfried-d_cp_2511 .outline_tit {
    background-color: #080404;
    padding: 0 2rem;
    font-size: clamp(1.1rem, 0.918rem + 0.91vw, 1.6rem);
    position: absolute;
    top: -1%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #blackfried-d_cp_2511 .outline_text {
    margin-bottom: 1rem;
  }
  #blackfried-d_cp_2511 .notes {
    font-size: .9rem;
  }
  #blackfried-d_cp_2511 .cp_date {
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
  }
  #blackfried-d_cp_2511 .cp_date dt {
    background-color: #FBE360;
    padding: .5rem 1rem;
    margin-right: 1rem;
    color: #080404;
    font-weight: 600;
  }
  #blackfried-d_cp_2511 .date_text {
    font-size: 1.2rem;
  }
  #blackfried-d_cp_2511 .date .notes {
    margin-bottom: 1rem;
  }
  #blackfried-d_cp_2511 .receipt_date {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
  }
  #blackfried-d_cp_2511 .famipay_date {
    display: flex;
    flex-direction: column;
  }
  #blackfried-d_cp_2511 .famipay_flex {
    display: flex;
    margin-bottom: .3rem;
  }
  #blackfried-d_cp_2511 .outline h3 {
    padding: .2rem 1rem;
    background-color: #f1efe5;
    border-radius: 10px;
    color: #080404;
    display: inline-block;
    margin-bottom: .7rem;
  }
  #blackfried-d_cp_2511 .receipt_date span, #blackfried-d_cp_2511 .famipay_date span {
    margin-left: .5rem;
    background-color: #FBE360;
    padding: 0 .2rem .1rem;
    color: #000;
  }
  #blackfried-d_cp_2511 .outline h3.famipay {
    background-color: #01873F;
    padding: .2rem 1rem;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    margin: .5rem 0;
  }
  /*----------------------------- item -----------------------------*/
  #blackfried-d_cp_2511 .item_area {
    width: 80%;
    margin: 0 auto 4rem;
  }
  #blackfried-d_cp_2511 .title {
    text-align: center;
    margin-bottom: 2rem;
  }
  #blackfried-d_cp_2511 .title span {
    background-color: #FBE360;
    padding: .5rem 2rem;
    display: inline-block;
    color: #080404;
    box-shadow: 3px 4px 0px 0px #fff;
    font-size: clamp(1rem, 0.855rem + 0.73vw, 1.4rem);
  }
  #blackfried-d_cp_2511 .item_list_01 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    margin-bottom: 7rem;
  }
  #blackfried-d_cp_2511 .item_img.box {
    margin: 0 auto 1rem;
    width: 86%;
  }
  #blackfried-d_cp_2511 .item_img.box.agodashi {
    width: 93%;
  }
  #blackfried-d_cp_2511 .text_area {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: 1rem;
  }
  #blackfried-d_cp_2511 .item_text_name {
    font-weight: 600;
    font-size: clamp(1rem, 0.891rem + 0.55vw, 1.2rem);
    margin-top: .5rem;
  }
  #blackfried-d_cp_2511 .item_text_name span {
    font-size: 1rem;
    background-color: #FBE360;
    padding: .3rem 1rem;
    display: inline-block;
    color: #313131;
    box-shadow: 3px 4px 0px 0px #fff;
  }
  #blackfried-d_cp_2511 .item_text span {
    font-size: .8rem;
    display: inline-block;
    margin-top: .5rem;
  }
  #blackfried-d_cp_2511 .item_price {
    font-size: 1.2rem;
    text-align: right;
  }
  #blackfried-d_cp_2511 .item_kome {
    font-size: .8rem;
    margin: .5rem 0 0;
  }
  #blackfried-d_cp_2511 .item_date span {
    display: block;
    font-size: .9rem;
    border: 1px solid #b39864;
    padding: .3rem .5rem;
  }
  #blackfried-d_cp_2511 .item_text_text {
    margin-bottom: .5rem;
    font-size: 1rem;
    text-align: left;
    line-height: 1.6;
    padding-top: .5rem;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 1);
  }
  #blackfried-d_cp_2511 .item_list_02 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 3rem;
  }
  #blackfried-d_cp_2511 .gacha {
    width: 80%;
    margin: 0 auto 5rem;
  }
  #blackfried-d_cp_2511 .gacha_lead {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  #blackfried-d_cp_2511 .gacha_text {
    margin-bottom: 1rem;
  }
  #blackfried-d_cp_2511 .gacha_outline {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-template-rows: 1fr;
    grid-column-gap: 1rem;
  }
  #blackfried-d_cp_2511 .gacha_outline_text dl {
    margin-bottom: 1rem;
  }
  #blackfried-d_cp_2511 .gacha_outline_text dt {
    font-weight: 600;
  }
  #blackfried-d_cp_2511 .campaign {
    width: 80%;
    margin: auto;
  }
  #blackfried-d_cp_2511 .cp_area {
    margin-bottom: 2rem;
  }
  #blackfried-d_cp_2511 .all_notes {
    width: 80%;
    margin: 0 auto;
  }
  #blackfried-d_cp_2511 .all_notes_list {
    border-top: 1px solid #797979;
    padding-top: 1rem;
  }
  .campaign dl {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: 1fr;
  }
  .campaign dl dt {
    font-weight: 500;
    margin-right: .5rem;
  }
  .campaign dl dt::before {
    content: '■';
  }
  .kaihatsu {
    width: 80%;
    margin: 0 auto;
  }
  /*movie*/
  .movie_area {
    margin-bottom: 5rem;
  }
  .movie_cont {
    max-width: 900px;
    width: 85%;
    margin: 0 auto;
  }
  .movie_cont .movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
  }
  .movie_cont .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #blackfried-d_cp_2511 .anc a:hover, #blackfried-d_cp_2511 .link a:hover {
    text-decoration: none;
  }
  #blackfried-d_cp_2511 .all_notes_list a {
    text-decoration: underline;
  }
  #blackfried-d_cp_2511 .all_notes_list a:hover {
    text-decoration: none;
  }
}
/*===============================================




●SP  画面の横幅が736pxまで




===============================================*/
@media screen and (max-width:736px) {
  #notes {
    margin-top: -54px;
    padding-top: 54px;
  }
  canvas {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #696969 0%, #31383d 40%, #000 80%) no-repeat #c0e0f3;
  }
  canvas::before {
    content: "";
    display: block;
    position: absolute;
    left: calc((100vw - 100%)* -0.5);
    top: 0;
    background: linear-gradient(0deg, #696969 0%, #31383d 40%, #000 80%) no-repeat #c0e0f3;
    margin: 0;
  }
  .btn {
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    background-color: #080404;
    font-size: .8rem;
    padding: .2rem 1rem;
    margin: .5rem auto 0;
    display: block;
  }
  .wrapper {
    background-color: #080404;
    color: #fff;
    padding-bottom: 3rem;
  }
  #blackfried-d_cp_2511 img {
    width: 100%;
    height: auto;
  }
  #blackfried-d_cp_2511 .kv {
    position: relative;
  }
  #blackfried-d_cp_2511 .kv .kv_text01 {
    position: absolute;
    will-change: transform;
    width: 28%;
    top: 5%;
    right: 17.5%;
    opacity: 0;
  }
  #blackfried-d_cp_2511 .kv .kv_img01 {
    position: absolute;
    will-change: transform;
    width: 18%;
    top: 15%;
    left: 22%;
  }
  #blackfried-d_cp_2511 .kv .kv_text02 {
    position: absolute;
    will-change: transform;
    width: 53%;
    top: 17%;
    right: 5.5%;
  }
  #blackfried-d_cp_2511 .kv .kv_text03 {
    position: absolute;
    will-change: transform;
    width: 15%;
    top: 36%;
    right: 3.5%;
    opacity: 0;
  }
  #blackfried-d_cp_2511 .kv .kv_img02 {
    position: absolute;
    will-change: transform;
    width: 26%;
    top: 34%;
    right: 22%;
  }
  #blackfried-d_cp_2511 .kv .kv_text02_sp {
    position: absolute;
    will-change: transform;
    width: 63%;
    right: 2%;
    top: 47%;
  }
  #blackfried-d_cp_2511 .lead_block {
    padding: 2rem 1rem;
    color: #fff;
  }
  #blackfried-d_cp_2511 .lead_block_inner {
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }
  .lead_note {
    margin-top: .3rem;
    font-size: .9rem;
  }
  #blackfried-d_cp_2511 .tit_text {
    margin-bottom: .4rem;
    font-size: clamp(1.6rem, 0.873rem + 1.64vw, 2.1rem);
    font-weight: 600;
    text-align: center;
    color: #ffe105;
    filter: drop-shadow(3px 3px 3px #ffffff);
  }
  #blackfried-d_cp_2511 .lead {
    position: relative;
  }
  #blackfried-d_cp_2511 .lead_img01 {
    width: 16%;
    position: absolute;
    left: -2%;
    top: -3%;
  }
  #blackfried-d_cp_2511 .lead_img02 {
    width: 16%;
    position: absolute;
    right: 0%;
    top: -3%;
  }
  /*----------------------------- main -----------------------------*/
  #blackfried-d_cp_2511 .first {
    width: 90%;
    margin: 0 auto;
    padding-top: 1rem;
    margin-bottom: 2rem;
  }
  #blackfried-d_cp_2511 .h1_tit {
    margin-bottom: .5rem;
    text-align: center;
    color: #fbe360;
    font-weight: 600;
    font-size: clamp(1.2rem, 0.909rem + 1.45vw, 2rem);
  }
  #blackfried-d_cp_2511 .h1_tit em {
    font-size: clamp(1.4rem, 1rem + 2vw, 2.5rem);
    font-style: normal;
  }
  #blackfried-d_cp_2511 .lead {
    text-align: center;
    margin-bottom: 2rem;
  }
  #blackfried-d_cp_2511 .lead p {
    text-align: left;
  }
  #blackfried-d_cp_2511 .outline {
    width: 85%;
    margin: 0 auto 2rem;
    border: 3px solid;
    padding: 1.5rem 1rem 1rem;
    position: relative;
  }
  #blackfried-d_cp_2511 .outline_tit {
    width: 60%;
    background-color: #080404;
    padding: 0 1rem;
    font-size: clamp(1.1rem, 0.918rem + 0.91vw, 1.6rem);
    position: absolute;
    top: -.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  #blackfried-d_cp_2511 .outline_text {
    margin-bottom: 1rem;
  }
  #blackfried-d_cp_2511 .notes {
    font-size: .9rem;
  }
  #blackfried-d_cp_2511 .cp_date {
    margin-bottom: .5rem;
  }
  #blackfried-d_cp_2511 .first dt {
    margin-bottom: .5rem;
  }
  #blackfried-d_cp_2511 .first dd {
    margin-bottom: .3rem;
  }
  #blackfried-d_cp_2511 .cp_date dt {
    background-color: #FBE360;
    margin-bottom: .5rem;
    padding: .5rem 1rem;
    color: #080404;
    font-weight: 600;
  }
  #blackfried-d_cp_2511 .date .notes {
    margin-bottom: 1rem;
  }
  #blackfried-d_cp_2511 .receipt_date, #blackfried-d_cp_2511 .famipay_date {
    margin-bottom: .5rem;
    display: flex;
    flex-direction: column;
    gap: .3rem;
    padding-top: .7rem;
  }
  #blackfried-d_cp_2511 .famipay_date .famipay_flex {
    display: flex;
    flex-direction: column;
    gap: .3rem;
  }
  #blackfried-d_cp_2511 .receipt_date.dot {
    border-top: dotted .1rem;
  }
  #blackfried-d_cp_2511 .outline h3 {
    padding: .2rem 1rem;
    background-color: #f1efe5;
    border-radius: 10px;
    color: #080404;
  }
  #blackfried-d_cp_2511 .outline h3.famipay {
    background-color: #01873F;
    padding: .2rem 1rem;
    border-radius: 10px;
    color: #fff;
    margin-top: 1rem;
  }
  #blackfried-d_cp_2511 .receipt_date span, #blackfried-d_cp_2511 .famipay_date span {
    display: inline-block;
    background-color: #FBE360;
    padding: 0 .3rem;
    margin: 0 0 0.3rem;
    color: #000;
  }
  /*----------------------------- item -----------------------------*/
  #blackfried-d_cp_2511 .item_area {
    width: 90%;
    margin: 0 auto 3rem;
  }
  #blackfried-d_cp_2511 .title {
    text-align: center;
    margin-bottom: 2rem;
  }
  #blackfried-d_cp_2511 .title span {
    background-color: #FBE360;
    padding: .5rem 2rem;
    display: inline-block;
    color: #080404;
    box-shadow: 3px 4px 0px 0px #fff;
    font-size: clamp(1.1rem, 0.855rem + 0.73vw, 1.4rem);
  }
  #blackfried-d_cp_2511 .item_list_01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: .5rem;
    grid-row-gap: 1rem;
    margin-bottom: 4rem;
  }
  #blackfried-d_cp_2511 .item_img.box {
    margin: auto;
    width: 70%;
  }
  #blackfried-d_cp_2511 .item_img.box.agodashi {
    width: 69%;
  }
  #blackfried-d_cp_2511 .item_text_name {
    font-weight: 600;
    font-size: clamp(1rem, 0.891rem + 0.55vw, 1.3rem);
    margin-top: .3rem;
  }
  #blackfried-d_cp_2511 .text_area {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    margin-top: .8rem;
  }
  #blackfried-d_cp_2511 .item_list_01 .item_text_name {
    font-weight: 600;
    font-size: .9rem;
  }
  #blackfried-d_cp_2511 .item_text_name span {
    font-size: 1rem;
    background-color: #FBE360;
    padding: .3rem 1rem;
    display: inline-block;
    color: #313131;
    box-shadow: 3px 4px 0px 0px #fff;
  }
  #blackfried-d_cp_2511 .item_text span {
    font-size: .7rem;
    display: inline-block;
    margin-top: .3rem;
  }
  #blackfried-d_cp_2511 .item_price {
    font-size: 1.2rem;
    text-align: right;
  }
  #blackfried-d_cp_2511 .item_kome {
    font-size: .7rem;
    margin: .2rem 0 0;
  }
  #blackfried-d_cp_2511 .item_list_01 .item_price {
    font-size: .8rem;
    text-align: right;
  }
  #blackfried-d_cp_2511 .item_date span {
    display: block;
    font-size: .9rem;
    border: 1px solid #b39864;
    padding: .3rem .5rem;
  }
  #blackfried-d_cp_2511 .item_text_text {
    margin-bottom: .5rem;
    font-size: 1rem;
    text-align: left;
    line-height: 1.6;
    padding-top: .5rem;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 1);
  }
  #blackfried-d_cp_2511 .item_list_02 li {
    margin-bottom: 3rem;
  }
  #blackfried-d_cp_2511 .item_list_02 .item_price {
    font-size: 1rem;
  }
  #blackfried-d_cp_2511 .gacha {
    width: 90%;
    margin: 0 auto 3rem;
  }
  #blackfried-d_cp_2511 .gacha_lead {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  #blackfried-d_cp_2511 .gacha_text {
    margin-bottom: 1rem;
  }
  #blackfried-d_cp_2511 .gacha_img {
    margin-bottom: 1rem;
  }
  #blackfried-d_cp_2511 .gacha_outline_text dl {
    margin-bottom: 1rem;
  }
  #blackfried-d_cp_2511 .gacha_outline_text dt {
    font-weight: 600;
  }
  .ly-btn-pagetop a:after {
    color: #fff;
  }
  #blackfried-d_cp_2511 .campaign {
    width: 90%;
    margin: auto;
  }
  #blackfried-d_cp_2511 .cp_area {
    margin-bottom: 2rem;
  }
  #blackfried-d_cp_2511 .cp_area h3 {
    font-size: 1rem;
  }
  .campaign dl {
    display: block;
    margin-bottom: .3rem;
  }
  .campaign dl dt {
    font-weight: 500;
    margin-right: .5rem;
  }
  .campaign dl dt::before {
    content: '■';
  }
  #blackfried-d_cp_2511 .all_notes {
    width: 90%;
    margin: 0 auto;
  }
  #blackfried-d_cp_2511 .all_notes_list {
    border-top: 1px solid #797979;
    padding-top: 1rem;
  }
  #blackfried-d_cp_2511 .kaihatsu {
    width: 90%;
    margin: 0 auto 3rem;
  }
  /*movie*/
  .movie_area {
    margin-bottom: 3rem;
  }
  .movie_cont {
    width: 90%;
    margin: 0 auto;
  }
  .movie_cont .movie {
    width: 100%;
    position: relative;
    padding-bottom: 51%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
  }
  .movie.ly-pc-none iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #blackfried-d_cp_2511 .link a:after {
    top: 3px;
  }
  #blackfried-d_cp_2511 .all_notes_list a {
    text-decoration: underline;
  }
}