.html-content-image.mv{
    position: relative;
}

.html-content-image.mv a{
    position: absolute;
    bottom: 210px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 900px;
    height: 380px;
}


.dvd-title {
    font-size: 60px;
    font-weight: bold;
    text-align: left;
    border-left: 20px solid #ffed00;
    margin-bottom: 20px;
    padding-left: 20px;
}

.dvd-title span {
    display: block;
    font-size: 36px;
    font-weight: bold;
}

.dvd-detail {
    display: flex;
    justify-content: left;
}

.dvd-detail img {
    width: 305px;
    height: auto;
    margin: 0 30px 0 0;
}

.dvd-detail > div > p {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    width: 690px;
    margin-bottom: 20px;
}

.dvd-detail > div > p span {
    font-size: 18px;
    display: block;
}

.dvd-detail > div > a,
.dvdZensaku-detail a{
    color: #192B5B;
    background-color: #FED600;
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    margin: 20px auto 0;
    border-radius: 50px;
    box-shadow: 2px 2px 2px #999;
    font-size: 28px;
    font-weight: bold;
}

.dvd-detail > div > a::after,
.dvdZensaku-detail a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #000;
    border-right: 0;
    transform: translate(-30px, -50%);
}

.dvd-copyright {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin: 20px 0 60px;
}


div#html-block-id-dvd16 {
    margin-bottom: 60px;
}

.dvdZensaku-dateWrap {
    border: 1px solid #ddd;
    position: relative;
}

.dvdZensaku_topics{
    background: #ddd;
    color: #000;
    font-size: 40px;
    font-weight: bold;
    width: 500px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 0;
}

.dvdZensaku_topics::after{
    content: "";
    position: absolute;
    height: 60px;
    top: 0;
    left: 500px;
    width: 30px;
    background-color: #ddd;
    clip-path: polygon(0 0, 0 100%, 50% 0%);
}

.dvdZensaku-dateWrap-inner {
    display: flex;
    justify-content: space-between;
    margin: 10px 30px 30px;
}

.dvdZensaku-dateWrap-inner img {
    width: 305px;
    height: auto;
    margin-left: 30px;
}

.dvdZensaku-detail {
    text-align: left;
    padding-top: 80px;
    width: 600px;
}


.dvdZensaku_title {
    font-size: 40px;
    font-weight: bold;
}

.dvdZensaku-detail p {
    color: #777;
    font-size: 32px;
    font-weight: bold;
}

.dvdZensaku-dateWrap .dvd-copyright{
    margin: 20px 0 0;
}

/* リポストキャンペーン（映像特集と共通化） manner */
#repost_campaign {
    padding: 0 20px 20px;
    background-color: white;
}

.manner {
    padding-top: 40px;
}

.manner > dt {
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: -0.03em;
    padding: 0 20px;
    background: #eee;
}

.manner > dd {
    font-size: 18px;
    padding-top: 30px;
}

.manner > dd .app {
    padding: 40px 0;
    margin-top: 40px;
    background-color: #eee;
}

.manner > dd .app b {
    text-align: center;
}

.manner > dd .app b span {
    display: inline-block;
    color: #fff;
    font-size: calc(20 / 24 * 1em);
    background: #4472fb;
    padding: calc(4 / 20 * 1em) calc(10 / 20 * 1em);
    margin-right: calc(10 / 20 * 1em);
}

.manner > dd .app ul {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.manner > dd .step {
    list-style: none;
    padding-bottom: 40px;
}

.manner > dd .step li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 20px;
}

.manner > dd .step li:nth-of-type(2) p {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: calc(100% - 152px);
}

.manner > dd .step li:nth-of-type(2) p span {
    display: block;
    width: 100%;
    margin-top: 0;
}

.manner > dd .step li + li {
    padding: 30px 0 20px;
    border-top: 1px solid #ddd;
}

.manner > dd .step li + li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 1px;
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-left-color: transparent;
    border-bottom-color: transparent;
    background: #fff;
    transform: translate(-50%, -52.5%) rotate(133deg);
}

.manner > dd .step li b {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 152px;
    font-size: 68px;
    line-height: 1;
    text-align: center;
    padding: 13px 0 10px;
}

.manner > dd .step li b span {
    display: block;
    width: 100%;
    font-size: calc(20 / 68 * 1em);
}

.manner > dd .step li p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 476px);
    margin-bottom: 0;
    font-size: 18px;
    line-height: 29px;
}

.manner > dd .step li p span {
    margin-top: -3em;
}

.manner > dd .step li .twitter_btn,
.manner > dd .step li .repost_btn {
    display: flex;
    align-items: center;
    width: 324px;
}

.manner > dd .step li .twitter_btn a,
.manner > dd .step li .repost_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 5px;
    color: #fff;
}

.manner > dd .step li .twitter_btn a {
    background-color: #20a1f1;
}

.manner > dd .step li .repost_btn a {
    background-color: #000;
}

.manner > dd .step li .image {
    display: block;
    width: 100%;
    text-align: center;
}

.manner .repostAccordion_title {
    text-align: center;
}

.manner .repostAccordion_title p {
    width: 100%;
    margin-bottom: 0;
    font-weight: bold;
}

.manner .repostAccordion_title p:nth-of-type(1) {
    font-size: 22px;
}

.manner .repostAccordion_title p:nth-of-type(2) {
    font-size: 36px;
}

.accordion{
    border: none;
    margin-bottom: 40px;
}

.accordion dt{
    border: 1px solid #ccc;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
}

.accordion dt.active{
    background: #eee;
}

.accordion dt::after{
    bottom: 0;
    display: block;
    content: '＋';
    margin: auto;
    top: 0;
    padding: 10px 0;
    position: absolute;
    right: 20px;
}

.accordion dt.active::after{
    content: '−';
}

.accordion dd{
    border: 1px solid #fff;
    display: none;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding: 10px;
}

.accordion a{
    display: inline;
    color: -webkit-link;
    text-decoration: underline;
}

/* ランキング・リリーススケジュール */
.movieInfo .rank-label,
.movieInfo .rank-update-label,
.movieInfo .calendar-label,
.movieInfo .calendar-this-week {
    line-height: 40px;
}

.movieInfo .calendar-this-week * {
    line-height: inherit;
}


/*本告知版追加*/

#html-block-id-2 div {
    white-space: normal;
}

.html-block.sim-block:not(:nth-of-type(1)) .html-content-image {
    margin-top: 0;
}

.product-item-block .item-type span.Switch2:nth-child(2) {
    background: #e52616;
    color: white;
}