.rentalInfo .cautions, .movieInfo .cautions {
    color: #333;
    font-size: 21px;
    font-weight: 500;
    text-align: left;
    margin: 0 auto;
    width: 550px;
}

.sale h1 {
    margin-bottom: 0;
}

.rentalInfo {
    margin: 0 auto 0;
}

.movieInfo {
    margin: 0 auto 0;
}

#calendar .calendar-this-week {
    display: flex;
    align-items: center;
    justify-content: center;
}

.appInfo h2 {
    text-align: left;
}

header {
    width: 100%;
    background: #192b5b;
    margin-bottom: 0 !important;
}

article {
    margin: 0 auto 80px;
}

#container {
    max-width: 1000px;
}

.html-content-heading .heading-item {
    margin-top: 20px;
}

/* 上部タブ */
#flier {
    width: 1000px;
    margin: 0 auto;
}

.flierPage_title {
    padding-top: 14px;
    border-top: 1px solid #192B5B;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: #192B5B;
}

.flierTab {
    display: flex;
    width: 100%;
    margin: 20px 0;
}

.flierTab::before,
.flierTab::after {
    content: '';
    display: block;
    width: 70px;
    height: 60px;
    border-bottom: 1px solid #DDDDDD;
}

.flierTab a {
    display: block;
    width: 430px;
    height: 60px;
    padding: 0;
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    color: #666666;
    cursor: pointer;
}

.flierTab a:nth-child(2) {
    border-left: none;
}

.flierTab a.is-active {
    background-color: white;
    border-bottom: none;
    color: #192B5B;
    pointer-events: none;
}

.html-body > .html-block:nth-of-type(1) {
    margin-bottom: 0;
}


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

.html-content-image.mv a{
    position: absolute;
    bottom: 40px;
    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;
}