@charset "utf-8";
/* CSS Document */

/*
.roulette-box,
.roulette-sf-box,
.roulette-cp-box {
    display: none;
}
*/

.active {
    display: block;
}

#contentsarea .roulette-sf-box header {
text-align: center;
margin-top: 4rem;
}
#contentsarea h3 {
    margin: 0 0 2rem 0;
}


body {
background: #070000 url("../common/bk001.webp") center top / 100% auto no-repeat fixed !important;
}
.roulettearea:before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
width:100%;
height:100vh;
background: #070000 url("../common/bk001.webp") center top / 100% auto no-repeat fixed !important;
}
#titlearea {
    background: none;
	width: 74%;
	margin: 0 auto;
    padding-bottom: 4rem;
}

#titlearea .copy {
    margin-bottom:2rem;
}
#titlearea .en {
    margin-bottom:0;
}
#contentsarea {
padding-top: 0;
    background: none;
}
.roulette-coupon {
position: absolute;
top:-6rem;
right: 14%;
width: 18%;
height:auto;
}
.roulette-board {
position: relative;
	width: 50%;
	margin: 0 auto 3rem auto;
}
.roulette-board p {
position: relative;
z-index: -1;
}
.roulette-board p::before {
position: absolute;
z-index: 1;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
background:url("../images/Short-Film-Roulette-waku.webp") left top / 100% 100% no-repeat;
}
.roulette-board p img {
  width: 100%;
  height: auto;
}
.roulette-board.roulette-spin p img {
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#movieLoading{
    display:none;
    text-align:center;
    margin:40px auto;
}

#movieLoading img {
    animation:rotation 1s linear infinite;
}
#movieResult {
    animation: fadeIn .5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.roulette-start-btn {
position: absolute;
top:33%;
right:12%;
width: 76%;
}
.roulette-start-btn img {
  transition: 0.3s;
}
.roulette-start-btn:hover img {
  transform:translateY(5px);
  transition-duration: 0.5s;
  content: url("../images/Short-Film-Roulette-btn_ov.webp");
}

.roulette-sf-box .cntbox {
box-shadow: 0px 0px 30px 0px rgba(155, 0, 0, 1);
border: none;
position: relative;
margin-top: 2rem;
}
.roulette-sf-box .cntbox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    border: 5px solid transparent;
    background: linear-gradient(150deg, rgba(186, 168, 35, 1) 0%, rgba(112, 98, 2, 1) 15%, rgba(237, 222, 123, 1) 30%, rgba(143, 128, 43, 1) 50%, rgba(212, 188, 53, 1) 67%, rgba(232, 202, 53, 1) 83%, rgba(59, 49, 7, 1) 100%) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
}
.movielist {
    margin:7rem 0 0 0;
}

.movielist > li {
margin-bottom: 2rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding:0;
    /*background: rgba(0,0,0, 1);*/
border-radius: 1rem;
}

.movielist > li:hover {
    /*background: rgba(26,26,26,1);
	box-shadow: 0px 0px 12px 0px rgba(255, 255, 102, 0.5);*/
}
.movielist > li.active {

transform: translateY(0%);
opacity: 1;
}
.movielist > li .event-label-list {
display: flex;
flex-direction: row;
justify-content: flex-end;
margin-bottom: 1.5rem;
}
.movielist > li .eventvenue {
}
.movielist > li .eventvenue span,
.movielist > li .eventguest span {
border-radius: 0.5rem;
}
.movielist > li .photo {
order:2;
    width: 45%;
    position: relative;
    overflow: hidden;
	border-radius: 1rem 0 0 1rem;
}
.program-all-list-box .movielist > li .photo {
    width: 100%;
	border-radius: 1rem 1rem 0 0;
	margin: 0;
}
.movielist > li .photo:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.movielist > li .photo img {
  transition-duration: 0.3s;
}
.movielist > li:hover .photo img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.movielist > li .photo span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    /*background: rgba(0, 0, 0, 1);*/
}
.movielist > li .text {
order:1;
    width: 55%;
    padding:0 4rem 0 0;
}
.movielist > li .text h3 {
margin-bottom: 0.3rem;
font-size: 2.8em;
font-size: 2.8rem;
line-height: 1.4;
font-weight: normal;
color: #fff;
padding: 0;
background: none;
border: none;
}
.movielist > li .text h3::after {
display: none;
}
.movielist > li .text .en {
margin-top: 0rem;
margin-bottom: 1rem;
font-size: 1.8em;
font-size: 1.8rem;
line-height: 1.4;
font-weight: normal;
color: #fff;
text-shadow: none;
}
.movielist > li .text .info {
    font-size: 1.4em;
    font-size: 1.4rem;
    margin-bottom: 0.2rem;
}
.movielist > li .text .summary {
    font-size: 1.6em;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 0.2rem;
}
.movielist > li:hover .text .info,
.movielist > li:hover .text .summary,
.movielist > li:hover .text .mature {
color: #e8c887;
}
.movielist > li ul {
    display: flex;
    justify-content: flex-end;
    margin-top: 2rem;
    width: 100%;
}
.movielist > li ul li {
    margin-left: 1rem;
}
.movielist > li ul li.link a {
    display: block;
	border-radius: 5rem;
    padding: 0.8rem 5.5rem 0.8rem 6.5rem !important;
    color: #e8c887 !important;
    background: #1e1b1b url(../common/arrow001.svg) left 1.5rem center / 13px auto no-repeat !important;
    border: #fffff6 1px solid !important;
	text-decoration: none;
}
.movielist > li ul li.link a:hover {
text-decoration: none !important;
    color: #1e1b1b !important;
	background: #fffff6 url(../common/arrow001-b.svg) left 1.5rem center / 13px auto no-repeat !important;
}
.movielist .mature {
    margin-bottom: 0;
}
.try-again-btn {
position: relative;
margin: 0 0 0 auto;
width: 20%;
}
.try-again-btn .msg {
position: absolute;
left: -24%;
top: 0.85rem;
width: 40%;
height: auto;
z-index: 1;
}
button {
width: 100%;
height: auto;
background: none;
border: none;
cursor: pointer;
text-align: center;
}
button img {
  transition: 0.3s;
}
.try-again-btn button:hover img {
  transform:translateY(5px);
  transition-duration: 0.5s;
  content: url("../images/Short-Film-Roulette-btn_ov.webp");
}

.coupon-box {
text-align: center;
margin: 0 auto;
padding: 25rem 7rem 12rem 7rem;
background: url("../images/coupon-bk.webp") center top / 100% 100% no-repeat;
}
.coupon-box header {
margin-bottom: 4rem;
}
.coupon-box header h2 br {
display: none;
}
.coupon-box p.coupon {
margin: 0 auto;
text-align: center;
font-size: 6em !important;
font-size: 6rem !important;
font-weight: 800;
line-height: 1.6;
padding: 4rem 3rem;
width: 50%;
background: #fff;
color: #111;
}
.coupon-box p.note {
font-size: 2em !important;
font-size: 2rem !important;
font-weight: 800;
text-shadow: 0 0 10px rgba(0,0,0,1);
}



@media screen and (max-width: 992px) {
body {
background: #070000 url("../common/bk001_sp.webp") center center / 100% auto no-repeat scroll !important;
}
.roulettearea:before {
background: #070000 url("../common/bk001_sp.webp") center center / 100% auto no-repeat scroll !important;
}
#titlearea {
    width: 90%;
}
#titlearea .copy {
    margin-bottom: 1rem;
}
#contentsarea header {
    margin-top:0;
}
#contentsarea h3 {
    margin: 0 0 0.5rem 0;
}
#contentsarea .roulette-sf-box header {
	margin: 1rem 0 1rem 0;
}
.movielist {
    margin: 3rem 0 0 0;
}
.movielist > li {
flex-direction: column;
margin: 0;
}
.movielist > li .text {
    width: 100%;
    padding: 1.5rem 0 0 0;
	order: 2;
}
.movielist > li .photo {
    width: 100%;
    border-radius: 0;
	order: 1;
}
.roulette-coupon {
    top: -4rem;
    right:5%;
    width: 22%;
}
.roulette-board {
    width: 70%;
    margin: 0 auto;
}
.try-again-btn {
margin: 0 0 0 auto;
width: 30%;
}
.try-again-btn .msg {
    top: 1rem;
}
.roulette-sf-box .cntbox {
    margin-top: 1rem;
}
.coupon-box {
text-align: center;
margin: 0 auto;
padding: 16rem 7rem 10rem 7rem;
background: url("../images/coupon-bk_sp.webp") center top / 105% 100% no-repeat;
}
.coupon-box header {
    margin-bottom: 3rem;
}
.coupon-box p.coupon {
    font-size: 4em !important;
    font-size: 4rem !important;
    padding: 2rem 0;
	width:70%;
}


}
@media screen and (max-width: 768px) {
#titlearea .copy {
        margin-bottom: 0.5rem;
}
#titlearea .jp {
        margin-top: 0rem;
}
#contentsarea header {
        margin-bottom: 2rem;
}
.roulette-coupon {
    top:-6rem;
    right:2%;
    width: 27%;
}
.roulette-board {
        width: 80%;
        margin: 0 auto 0rem auto;
}
.try-again-btn {
        width: 40%;
}
.try-again-btn .msg {
        top: 0.5rem;
}
#contentsarea p.en {
    margin-top: 0rem;
}
#contentsarea .roulette-sf-box header {
        margin: 1rem 0 2rem 0;
}
.movielist {
        margin: 0.5rem 0 0 0;
}
.movielist > li ul li,
.movielist > li ul li.link a {
	width: 100%;
	margin: 0;
}
.movielist > li ul li.link a {
padding: 0.8rem 2.5rem 0.8rem 3.75rem !important;
}
.coupon-box {
        padding: 12rem 5rem 8rem 5rem;
        background: url(../images/coupon-bk_sp.webp) center top / 105% 100% no-repeat;
}
.coupon-box p.note {
    font-size: 1.6em !important;
    font-size: 1.6rem !important;
	margin-top: 1rem;
}
.coupon-box p.coupon {
        font-size: 3.4em !important;
        font-size: 3.4rem !important;
        padding:1.5rem 0;
        width: 90%;
}

}
@media screen and (max-width: 560px) {
.roulette-coupon {
        top: -4rem;
        right:1%;
        width: 28%;
}
.coupon-box {
margin-top: -2rem;
        padding: 11rem 4.5rem 7rem 4.5rem;
        background: url(../images/coupon-bk_sp.webp) center top / 105% 100% no-repeat;
}
.coupon-box header h2 br {
display: block;
}
.coupon-box p.note {
        font-size: 1.3em !important;
        font-size: 1.3rem !important;
		font-weight: normal;
        margin-top: 1rem;
}
.coupon-box p.coupon {
        font-size: 3.2em !important;
        font-size: 3.2rem !important;
        width: 96%;
}
#contentsarea p.en {
    margin-top: 0.5rem;
    font-size: 1.6em;
    font-size: 1.6rem;
}


}






