@charset 'UTF-8';

main{
    padding-top:0px;
}

/*スライダー関連*/

#slider li{
    z-index:0 !important;
}

#slider li a{
    display:block;
    background-size:cover;
    background-position:center;
    height:100vh;
    position:relative;
}

.bx-wrapper{
    margin-bottom:0 !important;
}

.bx-wrapper .bx-viewport{
    box-shadow:none !important;
    border:none !important;
    left:0px !important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    bottom:20px;
}

.bx-wrapper .bx-pager.bx-default-pager a{
    background:#fff;
}

.bx-pager .active{
    background:#DB1A1F !important;
}

#slider li:nth-of-type(even) .pickup_data{
    position:absolute;
    top:23vh;
    left:10vw;
}

#slider li:nth-of-type(odd) .pickup_data{
    position:absolute;
    top:23vh;
    right:10vw;
}


.pickup_data h3{
    font-size:2.5vw;
    letter-spacing:0.25em;
    font-weight:bold;
    color:#db1a1f;
    text-shadow: 0px 0px 2px #FFF;
}


.pickup_data p{
    margin:2.3vh 0;
    width:30vw;
    font-size:1.5vw;
    color:#db1a1f;
    text-shadow: 0px 0px 2px #FFF;
}

#slider li:nth-of-type(odd) .pickup_data .btn-more{
    right:0;
    position:absolute;
}

.pickup_data .btn-more{
    display: block;
    padding: 1vh 1.2vw;
    line-height: 1;
    border: 1px solid #DB1A1F;
    color: #DB1A1F;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.08em;
    text-align: center;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position:relative;
    width:7vw;
}

.pickup_data .btn-more:after {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    position: absolute;
    display: block;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    top: 50%;
    right: 14px;
    margin: -7px 0 0;
    font-size: 15px;
    vertical-align: middle;
}

.pickup_data .btn-more:hover{
    background: #DB1A1F;
    border-color: #DB1A1F;
    text-decoration: none;
    color: #fff;
}

.bx-prev, .bx-next{
    color:#db1a1f;
    text-align:center;
    text-decoration:none;
    font-size:3vw;
    transform:scaleY(1.2);
    background:none !important;
    text-indent:0 !important;
}

/*新人紹介*/
.newgirls ul{
    display:flex;
    justify-content: flex-start;
    -webkit-justify-content: start;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.newgirls ul li{
    width:50%;
}

.newgirls ul li a{
    display:block;
    text-decoration:none;
    position:relative;
    overflow:hidden;
}

.newgirls ul li a .photo{
    width:100%;
    height:auto;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.newgirls ul li a:hover  .photo{
    transform:scale(1.15);
}

.newgirls ul li a .spell{
    font-family: 'Prata',"Hiragino Kaku Gothic ProN","メイリオ";
    color: #DB1A1F;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    position:absolute;
    top: 50%;
    left:3vw;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity:1;
}

.newgirls ul li a:hover .spell{
    opacity:0;
}

.newgirls ul li a .spell [itemprop="description"]{
    text-transform: uppercase;
    display:block;
    font-size: 5vw;
    letter-spacing: 0.1em;
    margin-top:3vh;
}

.newgirls ul li a .name{
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 1;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.newgirls ul li a:hover .name{
    opacity: 100;
    -moz-opacity: 1;
    opacity: 1;
    transform: scaleY(1px);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.newgirls ul li a .name p{
    margin: 28% 0 0;
    font-size: 1vw;
    text-align: center;
    font-family: 'Prata',"Hiragino Kaku Gothic ProN","メイリオ";
    color:#fff;
    line-height:1.0;
}

.newgirls ul li a .name p span{
    display: block;
    margin: 0 0 12px;
    font-size: 2vw;
    font-weight: bold;
}

/*写メキャンペーンエリア*/
.campaignsyame ul{
    display:flex;
    justify-content: flex-start;
    -webkit-justify-content: start;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.campaignsyame ul li{
    overflow:hidden;
    position:relative;
    width:33.3%;
}

.campaignsyame ul li:nth-of-type(2){
    background: #d61a1f;
    color: #fff;
}

.campaignsyame ul li img{
    width:100%;
    height:auto;
}

.campaignsyame ul li h2{
    position:absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    font-family: 'Prata',"Hiragino Kaku Gothic ProN","メイリオ";
    margin: 28% 21%;
    font-size: 3.8vw;
    color: #fff;
    text-align:center;
}

.campaignsyame ul li a{
    display:block;
    text-decoration:none;
    overflow:hidden;
}

.campaignsyame ul li a .photo{
    width: 152%;
    position: absolute;
    height: auto;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 0;
    left: -25%;
}

.campaignsyame ul li a:hover  .photo{
    transform:scale(1.15);
}

.campaignsyame ul li a .name{
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 1;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.campaignsyame ul li a:hover .name{
    opacity: 100;
    -moz-opacity: 1;
    opacity: 1;
    transform: scaleY(1px);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.campaignsyame ul li a .name p{
    margin: 40% 0 0;
    font-size: 1vw;
    text-align: center;
    font-family: 'Prata',"Hiragino Kaku Gothic ProN","メイリオ";
    color:#fff;
    line-height:1.0;
}

.campaignsyame ul li a .name p span{
    display: block;
    margin: 0 0 12px;
    font-size: 2vw;
    font-weight: bold;
}

/*スケジュール*/

.schedule h2{
    color: #db1a1f;
    font-size: 55px;
    margin: 6vh 0;
    text-align: center;
    font-weight: 600;
    font-family: Helvetica;
    letter-spacing: 0em;
}

.schedule ul{
    display:flex;
    justify-content: flex-start;
    -webkit-justify-content: start;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.schedule ul:after{
    content: "";
    flex: auto;
    display:block;
    background-image:url(/img/common/otona_rogo2.svg);
    background-color:rgba(0,0,0,0.04);
    background-repeat: no-repeat;
    background-position:center;
    opacity: 1;
}

.schedule ul li {
    width:20%;
}

.schedule ul li a{
    display:block;
    background-size:cover;
    background-position:center;
    text-decoration:none;
    position:relative;
}


.schedule ul li a .photo{
    width:100%;
    height:auto;
}

.schedule ul li a .data_box{
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #DB1A1F;
    line-height: 1;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -moz-transform: rotateY(-180deg) rotateX(0deg);
    -ms-transform: rotateY(-180deg) rotateX(0deg);
    -webkit-transform: rotateY(-180deg) rotateX(0deg);
    transform: rotateY(-180deg) rotateX(0deg);
}

.schedule ul li a:hover .data_box{
    opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -moz-transform: rotateY(0deg) rotateX(0deg);
    -ms-transform: rotateY(0deg) rotateX(0deg);
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
}

.schedule ul li a:hover .data_box .data{
    font-size: 1vw;
    text-align: center;
    margin: 50% 0 7%;
    line-height: 1.2;
    font-size: 1.2vw;
    font-family:sans-serif;
    font-weight: bold;
    color:#fff;
}

.schedule ul li a:hover .data_box .btn {
    font-family:san-serif;
    position: relative;
    display: block;
    border: 1px solid #fff;
    width: 6.8vw;
    margin: 0 auto;
    padding: 0.7vh 0 0.6vh 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 0.55vw;
    font-family:sans-serif;
    font-weight: bold;
    text-align: center;
    color:#fff;
}

.schedule ul li a:hover .data_box .btn:after {
    font-family: 'FontAwesome';
    content: "\f054";
    display: block;
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    right: 0.4vw;
    font-size: 0.28vw;
}

.schedule ul li a:hover .data_box .btn:hover{
    background: #fff;
    color: #e60012;
}

.schedule ul li a:hover .data_box .todaysche{
    font-size: 1vw;
    text-align: center;
    margin: 10% 0 0;
    font-size: 1.2vw;
    font-family:sans-serif;
    color:#fff;
    padding-right: 2%;
}