@charset "UTF-8";
html,body{
background: #e60000;
color: #FFF;
min-height: 100vh;
/*padding-bottom: 48vw;*/
}
/*body.x{
padding-bottom: calc(48vw + 13vw);
}*/
/*
.tingle-modal.active {
-webkit-backdrop-filter: blur(1vw);
backdrop-filter: blur(1vw);
}

.tingle-modal-box{
width: 100%;
background: rgba(230, 0, 0, 1.0);
transition: 0.5s all;
transform: translate(0, 4rem) scale(1);
opacity: 0;
}
.tingle-modal-box.active{
transform: translate(0, 0) scale(1);
opacity: 1;
}
.tingle-modal__close {
display: none !important;
}
.tingle-modal--overflow {
padding-top: 0;
}
.tingle-modal--visible .tingle-modal-box {
  animation: none;
}*/


#ctsWrap{
position: relative;
margin: 0 auto;
padding-top: 3rem;
width: 86%;
color: #FFF;
}


hgroup p{
font-size: 1rem;
font-weight: 700;
text-align: center;
line-height: 1.1;
margin-top: 0.5em;
}
hgroup h1{
margin-top: 0.1em;
font-size: 2rem;
font-weight: 700;
text-align: center;
line-height: 1.2;
}
hgroup h1 span{
font-size: 0.8em;
font-weight: 700;
text-align: center;
line-height: 1.4;
display: block;
}
.spec{
font-size: 0.8rem;
text-align: center;
line-height: 1.4;
margin-top: 0.25em;
}
h2{
font-size: 1.4rem;
font-weight: 700;
background: url("../images/works_heading_dot.png") center bottom no-repeat;
background-size: 15%;
padding-bottom: 3vw;
margin: 2rem auto 1rem auto;
}
.setting{
margin-bottom: 5rem;
}
.story p{
font-size: 1rem;
display: inline-block;
text-align: justify;
}
.story p strong{
display: block;
font-size: 1.4em;
font-weight: 700;
text-align: center !important;
line-height: 1.4;
}
/*TV*/
.tv .visual{
display: block;
position: relative;
width: calc(60%*1.6);
background: url("../images/works_waku_tv_w.png") center center no-repeat;
background-size: 100%;
aspect-ratio:1360/1060;
margin: 0 auto;
}
.tv .visual img{
width: 91.2%;
height: auto;
border-radius: 3vw;
position: absolute;
top:2%;
left: 2%;
border:solid 0.9vw #FFF;
border:solid 1.3vw #FFF;
}

/*movie*/
.movie .visual{
display: block;
position: relative;
width: calc(46%*1.7);
background: url("../images/works_waku_movie_w.png") center center no-repeat;
background-size: 100%;
aspect-ratio:1072/1488;
margin: 0 auto;
}
.movie .visual img{
width: 89.2%;
height: auto;
border-radius: 3vw;
position: absolute;
top:2%;
left: 2%;
border:solid 0.9vw #FFF;
border:solid 1.3vw #FFF;
}

.campaign{
position: fixed;
z-index: 1;
background: #FFF;
/*border: solid 0.5rem #FF6;*/
border-radius: 7vw;
box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.7);
padding: 0.75rem 0.55rem 1.25rem 0.55rem;
bottom:1rem;
width: 90%;
right: 5%;
transition: 1.0s all cubic-bezier(0.22, 1, 0.36, 1);
transform-origin: bottom center;
/*transform: translate(0, 5rem);*/
transform: scale(0);
/*transition-delay: 0.2s;*/
opacity: 0;
}
.campaign.x{
bottom:calc(1rem + 13vw);
}
.campaign.active{
/*transform: translate(0, 0);*/
transform: scale(1);
opacity: 1;
}
.campaign h2{
width: 98%;
background: url("../images/works_campaign.png") center center no-repeat;
background-size: 100%;
aspect-ratio:480/110;
font-size: 0;
margin: 0 auto;
}
.campaign p{
font-size: 0.75rem;
font-weight: 700;
line-height: 1.6;
text-align: center;
color: #00b03d;
color: #333;
}
.campaign p span{
font-weight: 700;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgb(255, 255, 102) 30%);
margin-right: 0.25em;
}
.campaign p a{
font-weight: 700;
color: #e60000;
}
#campaignClose{
width: 2.2rem;
height: 2.2rem;
background: url("../images/works_campaign_close.png") center center no-repeat #FFF;
background-size: 90%;
box-shadow: 0.15rem 0.15rem 0.3rem 0 rgba(0, 0, 0, 0.3);
border-radius: 100vw;
z-index: 1;
position: absolute;
top:-0.75rem;
left:-0.75rem;
transition:0.3s all;
}
#campaignClose:hover{
transform:scale(1.15,1.15);
}
.shareBTN{
display: block;
margin: 0 auto 0.3rem auto;
width: 70%;
text-decoration: none;
}
.shareBTN p{
font-size: 0 !important;
color: #FFF;
background: url("../images/works_share_txt.png") center center no-repeat #e60000;
background-size: 75%;
width: 98%;
padding: 0 5vw;
aspect-ratio:590/88;
border-radius: 100vw;
}
.moreBTN{
display: block;
margin: 2rem auto 0 auto;
width: 50%;
background: url("../images/works_more.png") center center no-repeat;
background-size: 100%;
aspect-ratio:760/220;
text-decoration: none;
}
.moreBTN.effect{
transition-delay: 0.2s;
}
.moreBTN p{
color: #e60000;
font-size: 1.5rem;
line-height: 1;
font-weight: 700;
text-decoration: none;
background: url("../../images/arrow_r.png") 90% 53% no-repeat #FFF;
background-size: 6%;
padding: 0.17em 0 0.46em 0;
width: 98%;
border-radius: 100vw;
}
a p{
transition:0.6s all;
}
a p:hover{
transform:scale(1.08,1.08);
transition:0.3s all;
}
.copyright {
padding: 2rem 0 1rem 0;
}


.slider{
width: 100%;
/*overflow: hidden;*/
margin: 1rem auto 0 auto;
/*border-radius:0.5rem;*/
}
.slick-list{
/*border-radius:1rem;*/
}
.slider > li{
display: none;
}
.slider > li:nth-of-type(1){
display: block;
}
/* Dots */
.slick-dotted.slick-slider{
margin-bottom: 3rem;
}
.slick-dots{
bottom: -2rem;
}
.slick-dots li{
width: 1.0rem;
height: 1.0rem;
margin: 0 0.25rem;
}
.slick-dots li button{
width: 1.0rem;
height: 1.0rem;
padding: 0.5rem;
}
.slick-dots li button:before{
font-family: 'slick';
font-size: 0.6rem;
line-height: 1.0rem;
width: 1.0rem;
height: 1.0rem;
content: '•';
opacity: .5;
color: #FFF;
}
.slick-dots li.slick-active button:before{
opacity: 1.0;
color: #FFF;
}
.slick-prev,
.slick-next{
width: 1.65rem;
height: 1.65rem;
z-index: 10;
}
.slick-prev:before,
.slick-next:before{
font-family: 'slick';
font-size: 1.65rem;
z-index: 1;
opacity: 1;
color: #FFF;
}
.slick-prev{
left: -1.7rem;
}
[dir='rtl'] .slick-prev{
right: -1.7rem;
left: auto;
}
.slick-next{
right: -1.7rem;
}
[dir='rtl'] .slick-next{
right: auto;
right: -1.7rem;
}
.news{
padding-bottom: 2rem;
}
.news a,
.news p{
border: solid 0.12rem #FFF;
padding: 0.5rem 0.75rem;
border-radius: 0.5rem;
width: 100%;
display: block;
text-align: left;
margin: 0 0 0.5rem 0;
font-size: 0;
}
.news a span,
.news p span{
display: inline-block;
font-size: 1rem;
line-height: 1.2;
color: #FFF;
text-decoration: none;
font-weight: 700;
text-align: left;
vertical-align: top;
}
.news a span:nth-of-type(1),
.news p span:nth-of-type(1){
width: 20%;
}
.news a span:nth-of-type(2),
.news p span:nth-of-type(2){
width: 80%;
}

/*PC*/
@media screen and (min-width:768px) {

body{
/*padding-bottom: 26vw;*/
}

#ctsWrap{
width: 86%;
max-width: 880px;
}

hgroup p{
font-size: 1.5rem;
}
hgroup h1{
font-size: 2.5rem;
}
.spec{
font-size: 0.9rem;
}
h2{
font-size: 1.4rem;
background: url("../images/works_heading_dot.png") center bottom no-repeat;
background-size: 8%;
padding-bottom: 1rem;
margin: 2rem auto 1rem auto;
}
.story p{
font-size: 1.0rem;
}
.story p strong{
font-size: 1.6em;
}
/*TV*/
.tv .visual{
display: block;
position: relative;
width: calc(60%*1.0);
background: url("../images/works_waku_tv_w.png") center center no-repeat;
background-size: 100%;
aspect-ratio:1360/1060;
margin: 0 auto;
}
.tv .visual img{
width: 91.2%;
height: auto;
border-radius: 3vw;
position: absolute;
top:2%;
left: 2%;
border:solid 0.4rem #FFF;
}

/*movie*/
.movie .visual{
display: block;
position: relative;
width: calc(46%*1.0);
background: url("../images/works_waku_movie_w.png") center center no-repeat;
background-size: 100%;
aspect-ratio:1072/1488;
}
.movie .visual img{
width: 89.2%;
height: auto;
border-radius: 3vw;
position: absolute;
top:2%;
left: 2%;
border:solid 0.4rem #FFF;
}

.campaign{
width: 50%;
border-radius: 2rem;
right: 1rem;
/*margin-right: -25%;*/
}
.campaign p{
font-size: 0.8rem;
}
.moreBTN{
width: 24%;
}
.moreBTN p{
font-size: 1.6rem;
background: url("../../images/arrow_r.png") 90% 53% no-repeat #FFF;
background-size: 6%;
padding: 0.24em 0 0.53em 0;
}
.slick-prev,
.slick-next{
width: 2.5rem;
height: 2.5rem;
}
.slick-prev:before,
.slick-next:before{
font-size: 2.5rem;
}
.slick-prev{
left: -2.65rem;
}
[dir='rtl'] .slick-prev{
right: -2.65rem;
}
.slick-next{
right: -2.8rem;
}
[dir='rtl'] .slick-next{
right: -2.8rem;
}
.news a,
.news p{
border: solid 0.15rem #FFF;
}
.news a span:nth-of-type(1),
.news p span:nth-of-type(1){
width: 10%;
}
.news a span:nth-of-type(2),
.news p span:nth-of-type(2){
width: 90%;
}

}
/*PC*/
@media screen and (min-width:1020px) {
html {
font-size: 18.4px;
}
body{
/*padding-bottom: calc(1020px*0.26);*/
}
.campaign{
width: calc(1020px*0.5);
/*margin-left: calc(-1020px*0.5*0.5);*/
}
}