@charset "utf-8";

#rentalCP img{
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

ul,
ol {
    list-style: none;
}


/* article */
article {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    max-width: 1000px;
    margin: 0 auto 80px;
}
article * {
    box-sizing: border-box;
}
article .txt {
    line-height: 1.3;
}
article img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
article a {
    display: block;
    text-decoration: none;
}
article .red {
    color: #e90103 !important;
}
article .marker {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2em;
    display: inline-block;
    padding: 0 0.1em;
    background: url(/cmn/img/feature/rental-campaign/marker.png) repeat-x bottom center / auto 45%;
    min-width: 400px;
}

article .fs-28p {font-size: 28px !important;}
article .fs-34p {font-size: 34px !important;}
article .fs-46p {font-size: 46px !important;}
article .fs-48p {font-size: 48px !important;}
article .fs-60p {font-size: 60px !important;}
article .fs-89p {font-size: 89px !important;}
article .fs-11v {font-size: calc(11/375*100vw) !important;}
article .fs-13v {font-size: calc(13/375*100vw) !important;}
article .fs-18v {font-size: calc(18/375*100vw) !important;}
article .fs-23v {font-size: calc(23/375*100vw) !important;}
article .fs-30v {font-size: calc(30/375*100vw) !important;}


/* youtube */
.hideItem{
    display: none;
}
.youtube_wall{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
    margin: auto;
    background:rgba(0, 0, 0, 0.9);
    z-index: 1002;
}
.youtube_movie{
    position: absolute;
    z-index: 1003;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 980px;
    padding-top: 50px;
}
.youtube_close{
    display: block;
    position: absolute;
    z-index: 1003;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    top: 10px;
    right: 10px;
    text-decoration: none;
}
.youtube {
    margin-top: 100px;
}

/* rentalInfo */
.rentalInfo {
    color: #000;
    text-align: center;
    width: 920px;
    margin: 50px auto 0;
}
.rentalInfo .infoBox * {
    font-weight: bold;
}

.rentalInfo .infoBox h1 {
	margin-bottom: 30px;
}

.rentalInfo dl dt {
    margin-bottom: 32px;
}
.rentalInfo .infoBox:nth-of-type(2) {
    margin: 80px auto 0;
}
.rentalInfo .infoBox:nth-of-type(2) h3 {
    margin-bottom: 32px;
}
.rentalInfo .infoBox dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 30px;
    width: 920px;
}
.rentalInfo .infoBox dl dt.w-100,
.rentalInfo .infoBox dl dd.w-100 {
    width: 100% !important;
}
.rentalInfo .infoBox dl dt {
    width: 45%;
    text-align: left;
}
.rentalInfo .infoBox dl dd {
    width: 55%;
    font-size: 36px;
    line-height: 60px;
    text-align: right;
}
.rentalInfo .infoBox dl dd .tax {
    display: block;
    font-size: 28px;
    line-height: 1em;
    margin-bottom: 10px;
    transform: translate(0, -6px);
}
.rentalInfo .infoBox dl dd .week{
    font-size: 30px;
}
.rentalInfo .cautions{
    margin-top: 10px;
}
.rentalInfo .cautions,
.movieInfo .cautions {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
#rentalCP .rentalInfo .cautions li,
#rentalCP .movieInfo .cautions li{
    color: #000;
    font-weight: 500;
}
.rentalInfo a.store_btn,
.movieInfo a.store_btn {
    background: linear-gradient( #60A7FF, #043CD9 40%, #00166C);
    border-radius: 40px;
    box-shadow: 0 4px 0 0 #00000080;
    color: #fff;
    display: block;
    font-size: 32px;
    font-weight: bold;
    height: 80px;
    line-height:80px;
    position: relative;
    margin: 100px 0 30px;
    text-align: center;
    text-decoration: none;
    width: 920px;
}
.rentalInfo a.store_btn:before,
.movieInfo a.store_btn:before{
    bottom: 0;
    content: '▲';
    display: block;
    font-size: 24px;
    right: 30px;
    transform: rotate(90deg);
    top: 0;
    position: absolute;
}

/* saleInfo */
.saleInfo {
    text-align: center;
}

.saleInfo img {
    display: block;
    margin: 0 auto 20px;
    width: 920px;
}

.saleInfo a {
    color: #CF000E;
    display: inline-block;
    font-size: 48px;
    font-weight: bold;
    text-decoration: underline;
}

/* campaignInfo */
.campaignInfo {
    font-size: 28px;
    margin-top: 100px;
    text-align: center;
}
.campaignInfo * {
    font-weight: bold;
}
.campaignInfo .takuren h2 {
    font-size: 48px;
    line-height: 1.2;
}
.campaignInfo .takuren_inner {
    display: flex;
    align-items: flex-start;
    width: 740px;
    margin: 50px auto 0;
    border: 1px solid #717173;
}
.campaignInfo .takuren_inner .takuren_inner_left {
    width: calc(203/738*100%);
}
.campaignInfo .takuren_inner .takuren_inner_right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    color: #000;
    width: calc(535/738*100%);
}
.campaignInfo .takuren_inner .takuren_inner_right .catch_copy {
    font-size: 21px;
}
.campaignInfo .takuren_inner .takuren_inner_right .title {
    font-size: 34px;
    line-height: 1.3;
    margin-top: 10px;
}
.campaignInfo .takuren_inner .takuren_inner_right .date {
    font-size: 50px;
    margin-top: 15px;
}
.campaignInfo .takuren_inner .takuren_inner_right .date span {
    font-size: 0.6em;
}
.campaignInfo .takuren_inner .takuren_inner_right .copyright {
    color: #666;
    font-size: 11px;
    text-align: left;
}
.campaignInfo .takuren_inner .takuren_inner_right .copyright.pdl-13em {
    padding-left: 13em;
}
.campaignInfo .signup {
    width: 920px;
    margin: 100px auto 0;
}
.campaignInfo .signup a {
    margin-top: 50px;
}
.campaignInfo .signup div.txt::after {
    clear: both;
    content: "";
    display: block;
}
.campaignInfo .signup div.txt {
    margin: 50px auto 100px;
}
.campaignInfo .signup div.txt strong {
    float: left;
    font-size: 86px;
    line-height: calc(90/86*1em);
}

.campaignInfo .signup div.txt span {
    float: right;
    font-size: 32px;
    line-height: calc(48/32*1em);
    margin-top: 0;
    text-align: left;
}

/* movieInfo */
.movieInfo {
    margin: 100px auto 0;
}
.movieInfo .comment {
    text-align: center;
    margin: 0 auto 50px;
}
.movieInfo .comment span {
    color: #1d2b58;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    padding: 0 1em;
    background-image: url(/cmn/img/feature/rental-campaign/icon_arrow.jpg), url(/cmn/img/feature/rental-campaign/icon_arrow.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center left, center right;
    background-size: auto calc(39/41*100%), auto calc(39/41*100%);
}


/* movieInfo Vue */
[v-cloak] {
    display: none;
}
article .v-enter-active {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
article .v-enter, .v-leave-to, .v-leave-active {
    opacity: 0;
}
article .loader {
    position: relative;
    text-indent: -9999em;
    margin: 88px auto;
    width: 80px;
    height: 80px;
    background-image: url('/cmn/img/loader.gif');
}


/* movieInfo common */

.pc article .titleWrapper {
    border-top:1px solid #192b5b;
    padding:20px 0;
}

.pc article .titleText h2 {
    color:#192b5b;
    font-size:24px;
    line-height:1.3;
}

article .yabane a::before {
    border-color: transparent transparent transparent #eee;
}

article .yabane a::after {
    border-color: transparent transparent transparent #fff;
}
article .yabane span {
    background: #eee;
    color: #192b5b;
}
article .itemBox,
article .release-item {
    float: left;
    width: 100%;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}
article .itemBox a,
article .release-item a {
    display: block;
    text-decoration: none;
    color: #0068b7;
}
article .itemImage {
    display: block;
    width: 120px;
    height: 185px;
    margin: 0 auto 10px;
    overflow: hidden;
}
article .itemImage img {
    height: auto;
    width: auto;
    max-width: 120px;
    max-height: 100%;
}
article .itemTitle {
    display:block;
    height:4.5em;
    margin:5px 10px 11px;
    line-height:1.5em;
    overflow:hidden;
}
#ranking,
#calendar,
#video {
    position: relative;
}

#ranking .titleText,
#calendar .titleText,
#video .titleText {
    padding-left: 0;
}

.rank-panel,
.calendar-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0;
}
.pc .calendar-panel .sp,
.sp .calendar-panel .pc {
    display: none;
}
.pc .rank-label,
.pc .calendar-label {
        -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #fed006;
    font-size: 16px;
    color: #192b5b;
    height: 40px;
    line-height: 40px;
    width: 120px;
    text-align: center;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    margin-right: 20px;
}

.pc .rank-update-label {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
        -ms-flex: 4;
            flex: 4;
    font-size: 16px;
    color: #192b5b;
    line-height: 40px;
    width: 450px;
    text-align: center;
    margin: 0;
    overflow: hidden;
    background: lightgray;
    background: #eee;
    color: #192b5b;
}

.pc .calendar-this-week {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
        -ms-flex: 4;
            flex: 4;
    font-size: 16px;
    color: #192b5b;
    height: 40px;
    line-height: 40px;
    width: 450px;
    text-align: center;
    margin: 0;
    overflow: hidden;
    background: lightgray;
    background: #eee;
    color: #192b5b;
}
.pc .calendar-link {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
        -ms-flex: 3;
            flex: 3;
}

.pc .rank-update-label span:not(.year),
.pc .calendar-this-week span:not(.year) {
    display: inline-block;
    overflow: hidden;
}

.pc .rank-link {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
        -ms-flex: 3;
            flex: 3;
}


/* movieInfo ranking */
article #ranking-movie {
    height: 466px;
}
article .ranking-header {
    background: #eee;
    color: #1A2B5B;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
}
article .rank-1 {
    -webkit-border-radius: 0;
            border-radius: 0;
    color: #fff;
    line-height: 24px;
    width: 24px;
    background: url(/v2/cmn/img/store_info/ranking/icon_ranking-1.png) center top / 24px auto no-repeat #fff;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    margin: 0 2px;
    text-align: center;
}
article .rank-2 {
    -webkit-border-radius: 0;
            border-radius: 0;
    color: #fff;
    line-height: 24px;
    width: 24px;
    background: url(/v2/cmn/img/store_info/ranking/icon_ranking-2.png) center top / 24px auto no-repeat #fff;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    margin: 0 2px;
    text-align: center;
}
article .rank-3 {
    -webkit-border-radius: 0;
            border-radius: 0;
    color: #fff;
    line-height: 24px;
    width: 24px;
    background: url(/v2/cmn/img/store_info/ranking/icon_ranking-3.png) center top / 24px auto no-repeat #fff;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    margin: 0 2px;
    text-align: center;
}
article .rank-num {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    background: #eee;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    color: #666;
    counter-increment: ranking;
    content: counter(ranking);
    line-height: 24px;
    margin: 0 2px;
    text-align: center;
    width: 24px;
}


/* movieInfo calendar */
#calendar-movie {
    height: 473px;
}
article .item-container {
    width: 94%;
    margin: auto;
}
article .item-left {
    display: block;
    width: 120px;
    height: 185px;
    margin: 0 auto 10px;
    overflow: hidden;
}
article .item-left img {
    height: auto;
    width: auto;
    max-width: 120px;
    max-height: 100%;
}
article .item-detail{
    margin: 5px 10px;
    color: #666;
}
article .item-right .item-link .cmnBtn {
    width: 140px;
    height: 40px;
}
article .item-right h3 {
    display: block;
    height: 4.5em;
    margin: 5px 10px 11px;
    line-height: 1.5em;
    overflow: hidden;
}
article .item-category {
    background: #eee;
    color: #666;
    display: inline-block;
    line-height: 1;
    margin: 0 0 5px 10px;
    padding: 5px 6px 4px;
    text-align: center;
}
article .calendar-this-week .cursor {
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
}

.pc .calendar-this-week .cursor::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 -5px 0 5px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid #192b5b;
}
article .item-rsv {
    background: #00d200;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin: 0 0 5px;
    padding: 5px 6px 4px;
    text-align: center;
}
article .item-rsv-end {
    background: #808080;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin: 0 0 5px;
    padding: 5px 6px 4px;
    text-align: center;
}


/* appInfo */
.appInfo {
    margin: 110px auto 0;
}
.appInfo h2 {
    color: #fff;
    line-height: calc(45/33);
    padding: 23px 0 23px 220px;
    background: url(/cmn/img/feature/rental-campaign/icon_geo.png) #1d2b58 no-repeat center left 48px / 123px auto;
}
.appInfo .img::after {
    clear: both;
    content: "";
    display: block;
}
.appInfo .img{
    margin: 30px auto 0;
}

.appInfo .img img {
    display: block;
    float: left;
    width: 510px;
    margin: 0 0 0 5px;
}

.appInfo .img div {
    color: #192B5B;
    float: right;
    font-size: 52px;
    font-weight: bold;
    line-height: calc(70/52*1em);
    margin-top: 140px;
    text-align: left;
    width: 460px;
}

.appInfo .img div span {
    font-size: 42px;
    font-weight: bold;
}

.appInfo .img div ul.caution {
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    padding-left: 1em;
    text-indent: -1em;
}
.appInfo .img div ul.caution li{
    line-height: calc(25/16*1em);
}
.appInfo .download {
    text-align: center;
}

.appInfo .download p {
    color: #000;
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    width: 100%;
    margin: 0 auto 50px;
}

.appInfo .download ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    text-align: center;
    width: 645px;
}

.appInfo .download li.txt {
    color: #000;
    font-weight: bold;
    line-height: 1;
    width: 100%;
    margin: calc(55/640*100%) auto calc(20/640*100%);
}
.appInfo .download li {
    width: 274px;
}
.appInfo .download li:last-child {
    width: 338px;
}


/* bnrWrap */
.bnrWrap {
    margin: 95px auto 0;
}
.bnrWrap h2 {
    font-size: 46px;
    font-weight: bold;
    text-align: center;
}
.bnrWrap ul {
    width: calc(920/1000*100%);
    margin: calc(30/1000*100%) auto 0;
}
.bnrWrap ul li + li {
    margin: calc(30/1000*100%) auto 0;
}

.bnrWrap a {
	text-align: center;
}

.bnrWrap a > img {
	max-width: 700px;
}

/* PC-font & Adjustment */
.movieInfo .comment span {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 48px;
}
.appInfo h2 {
    font-size: 42px;
    font-weight: bold;
}
.appInfo .download li.txt {
    font-family: 'メイリオ', Meiryo, sans-serif;
    font-size: 29px;
}

article .itemTitle {
    font-size:14px;
}

article .ranking-header {
    font-size: 14px;
}
article .item-detail{
    font-size: 12px;
}
article .item-right h3 {
    font-size: 14px;
}
article .item-category {
    font-size: 12px;
}
article .item-rsv {
    font-size: 12px;
}
article .item-rsv-end {
    font-size: 12px;
}

/* pickup_new_item */
.pickup_new_items {
    margin: 80px auto 100px;
}
.pickup_new_item {
    margin: 20px auto 60px;
    width: 100%;
    max-width: 920px;
}

.pickup_new_item.mw-960 {
    max-width: 960px;
    margin-left: 40px;
}

.pickup_new_item ul {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
	display: flex;
	align-items: flex-start;
}

.pickup_new_item_title {
    padding-left: 10px;
    letter-spacing: calc(-5.8px/1000);
    margin: 0 auto 15px;
	display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pickup_new_item_title > .yokokuArea {
    line-height: 1;
    text-align: center;
	color: white;
	width: 180px;
	height: 180px;
	margin: 0;
	padding: 0 0 15px;
    background: url('/cmn/img/feature/rental-campaign0429/movie_yokoku.png') center/100% auto no-repeat;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}

.pickup_new_item_title > .yokokuArea > .yokoku {
    font-size: 26px;
    font-weight: bold;
	width: 100%;
}

.pickup_new_item_title > .yokokuArea > .day {
    font-size: 43px;
    font-weight: bold;
	color: #FFF700;
	width: 100%;
	margin: 3px 0 5px;
}

.pickup_new_item_title > .yokokuArea > .start {
    font-size: 22px;
    font-weight: bold;
	width: 100%;
}

.pickup_new_item_title > .title {
    font-size: 58px;
    font-weight: bold;
    line-height: calc(75/58);
    text-align: left;
	margin-left: 10px;
}
.pickup_new_item_title.-noicon{
    padding-left: 0;
}

.pickup_new_item_title.-noicon > .title{
    border-left: 15px solid #FFED00;
    margin: 0;
    padding-left: 10px;
    width: 100%;
}

.pickup_new_item_left {
    width: 300px;
    margin-right: 30px;
}

.pickup_new_item_left p {
    margin-top: 10px;
    font-size: 15px;
    line-height: calc(23/15);
    color: #707070;
    font-weight: 500;
}

.pickup_new_item_right {
    text-align: left;
	width: calc(100% - 330px);
}

.pickup_new_item_big {
    color: #000;
    font-size: 38px;
    font-weight: bold;
    line-height: calc(50/38);
    margin-bottom: 15px;
}

.pickup_new_item_small {
    font-size: 30px;
    font-weight: bold;
    line-height: calc(48/30*1em);
    color: #707070;
}

.opus_btn {
    width: 590px;
    margin: 50px 0 30px;
}

.movieInfo a.store_btn {
    margin: 100px auto 30px;
}

/* video */
#video-list div {
    margin-bottom: 60px;
}
#video-list p {
    margin-top: 20px;
    font-size: 18px;
    line-height: calc(50/18);
    text-align: left;

}

.space_20 {
    margin-bottom: 20px;
}

/* image-small */
.rentalInfo .infoBox dl dd.image-small {
    text-align: center;
}

.image-small img {
    max-width: 781px !important;
}

/* youtube-wrapper */
.youtube-wrapper{
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;   
}

.bnr-wrapper + .youtube-wrapper{
    padding: 40px 0 40px;
    border-top: none;    
}

.youtube-wrapper h3 {
    background: #eee;
    font-size: 32px;
    font-weight: bold; height: 50px;
    letter-spacing: -.03em;
    line-height: 50px;
    margin-bottom: 24px;
    margin-top: 0;
    padding: 0 20px;
    text-align: left;
}


.youtube-wrapper h3 span{
    font-size: calc(20/32*1em);
    font-weight: bold;
    padding-left: calc(15/32*1em);
}


/* for youtube layer */
.hideItem{
    display: none;
}

.youtube_wall{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
    margin: auto;
    background:rgba(0, 0, 0, 0.9);
    z-index: 1002;
}

.youtube_movie{
    position: absolute;
    z-index: 1003;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 980px;
    padding-top: 50px;
}

.youtube_close{
    display: block;
    position: absolute;
    z-index: 1003;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    top: 10px;
    right: 10px;
    text-decoration: none;
}

.youtube-txt {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    line-height: calc(50/18);
    margin-bottom: 60px;
}