@charset "UTF-8";

/* ===== em ===== */
em{
    font-weight: bold;
}
strong{
    color:#cc0000;
    font-weight: bold;
}
.indent{
    text-indent: 1em;
}

/* ===== button ===== */
.button{
    border-radius: 30px;
    border:1px solid rgba( 0, 0, 0, 0.5 );
    display: inline-block;
    padding: 4px 12px;
    white-space: nowrap;
    font-size:1rem;
    background-color: rgba( 255, 255, 255, 0.7 );
    cursor: pointer;
}
.button:hover{
    background-color: #ffff00
}

/* ===== switch  ===== */
ul.switch{
    display: block;
    text-align: center;
    margin:0 0 30px 0;
}
ul.switch li{
    display: inline-block;
}
ul.switch li span{
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    color: #aaa;
}
ul.switch li span:hover{
    opacity: 0.7;
}
ul.switch li i.check{
    display: inline-block;
    width:22px;
    height:22px;
    border-radius: 2px;
    background: #ccc;
    vertical-align: middle;
    margin:0 10px 0 0;
}
ul.switch li.selected span{
    color:#333;
}
ul.switch li.selected i.check{
    background-color:#b2a99e;
    position: relative;
}
ul.switch li.selected i.check::after{
    content: '';
    border-bottom:2px solid #fff;
    border-left:2px solid #fff;
    display: inline-block;
    width:9px;
    height:6px;
    transform: rotate(-45deg);
    position: absolute;
    top:5px;
    left:5px;
}

/* ===== thumbnail  ===== */
div.thumbnail{
    margin:0 0 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    margin:0 0 0;
    position: relative;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    padding-top:60%;
    transition: transform 0.1s ease-out;
}

div.thumbnail img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
div.thumbnail:hover {
  transition: transform 0.3s ease-out;
  z-index: 10;
  transform: scale( 1.1 );
  box-shadow: 0 0 5px rgba( 0, 0, 0, 0.3 );
  border:1px solid #fff inset;
}

/* ===== #WORK-list  ===== */

.work-list{
    margin:0;
}
.work-list > li{

}
.work-list > li a{
    display: block;
    padding-bottom: 20px;
    padding:0 1px 20px 0;
    color:#555;
}


.work-list div.work-detail{
    padding:20px 0px 25px 0px;
    line-height: 130%;
}
.work-list div.title{
    /*font-weight: bold;*/
    padding-right:15px;
}
.work-list div.members{
    font-size:0.75rem;
}
.work-list div.relation{
    font-weight: normal;
}
.work-list div.date{
    font-size:0.8rem;
    line-height: 130%;
}

.work-list div.icon{
    position: absolute;
    bottom:0;
    line-height: 1;
    overflow: hidden;
    width:100%;
}
div.icon span,
.work-list div.icon span{
    float: left;
    background: #666;
    color:#fff;
    font-size:0.7rem;
    line-height: 120%;
    display: inline-block;
    padding: 2px 3px;
}
div.icon{
    overflow: hidden;
}
div.icon span{
    font-size:0.9rem;
}
div.icon span.CASTING,
.work-list div.icon span.CASTING{
    background-color: #d8964a;
}
div.icon span.SHOOTING,
.work-list div.icon span.SHOOTING{
    background-color: #bc6682;
}
div.icon span.EVENT,
.work-list div.icon span.EVENT{
    background-color: #269f95;
}
div.icon span.WEB,
.work-list div.icon span.WEB{
    background-color: #87a647;
}
div.icon span.OTHER,
.work-list div.icon span.OTHER{
    background-color: #333;
}
div.icon span.CREATIVE,
.work-list div.icon span.CREATIVE{
    background-color: #136f9f;
}

/* ===== work  ===== */
.onenga-detail-main,
.work-detail-main{
    display: flex;
}
.onenga-detail-main div.onenga-image,
.work-detail-main div.work-image{
    width: 50%;
}
.onenga-detail-main > div.work-info,
.work-detail-main > div.work-info{
    padding-left:50px;
    width:50%;
}
.onenga-detail-main > div.work-info div.icon,
.work-detail-main > div.work-info  div.icon{
    margin:0 0 15px 0;
}
.onenga-detail-main .title,
.work-detail-main .title{
    font-size: 2.4rem;
    line-height: 3rem;
    text-align: left;
    margin:0 0 20px 0;
    font-weight: bold;
}
.onenga-detail-main .mainImage,
.work-detail-main .mainImage{
    margin:0 0 20px 0;
    position: relative;
    transition-duration: 0.5s
}
.onenga-detail-main .mainImage img,
.work-detail-main .mainImage img{
    display: block;
    margin:0;
    width: 100%;
}
.onenga-detail-main div.thumbnails,
.work-detail-main div.thumbnails{
    margin: 50px 0 0 0;
}
.onenga-detail-main div.thumbnails ul,
.work-detail-main div.thumbnails ul{
    overflow: hidden;
    display: flex;
}
.onenga-detail-main div.thumbnails ul li,
.work-detail-main div.thumbnails ul li{
    padding-right: 20px;
    opacity: 0.5;
    max-width: 80px;
}
.onenga-detail-main div.thumbnails ul li img,
.work-detail-main div.thumbnails ul li img{
    width:100%;
    display: block;
    transition-duration: 0.5s;
    border:1px solid rgba( 0, 0, 0, 0.6);
}
.onenga-detail-main div.thumbnails ul li.active,
.work-detail-main div.thumbnails ul li.active{
    opacity: 1;
}
.onenga-detail-main div.relation,
.onenga-detail-main div.date
.work-detail-main div.relation,
.work-detail-main div.members,
.work-detail-main div.date{
    font-size:0.9rem;
    line-height: 160%;
}
.nenga-copy{
    font-weight: bold;
    font-size:160%;
    line-height: 160%;
}
.nenga-comment{
    margin-bottom: 50px;
}

.work-detail-main div.date{
    margin:0 0 30px 0;
}


/* ===== INDEX  ===== */
#INDEX{
    height:1vh;
}
#INDEX #paper{
    position: fixed;
    z-index: -1;
    pointer-events: none;
    height:100vh;
}
#INDEX #paper svg{

}


div.close {
    background: transparent url("/c/wp-content/themes/MINAQATELLA_JAPAN/img/common/close.png") no-repeat 50% 50%;
        background-color: transparent;
        background-size: auto;
    background-size: 40%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 15px;
    z-index: 8000;
    cursor: pointer;
    border: 1px solid #444;
}


/* ===== relation-corp  ===== */
ul.relation-corp {
    column-count: 2;
}

/* ===== dl.list  ===== */
dl.list {
    display: flex;
    flex-wrap: wrap;
}
    dl.list dt{
        width:30%;
        box-sizing: border-box;
    }
    dl.list dd{
        width: 70%;
        box-sizing: border-box;
    }

.list-disc,
.list-parentheses,
.list-kana{
  margin: 10px 0 10px 20px;
}
.list-disc  li,
.list-parentheses  li,
.list-kana li{
  padding-left:10px;
  position: relative;
}

.list-disc{
  list-style-type: disc;
}
.list-disc li{
  padding-left:0;
}
.list-decimal{
    margin-left: 2em;
}
.list-decimal > li{
  list-style: none;
  counter-increment: cnt2;
  margin-bottom:1em;
  position: relative;
}

.list-decimal > li:before {
  display: marker;
  content: counter(cnt2) '. ';
  font-weight: bold;
  position: absolute;
  left:-20px;
  top:0;
}
.list-decimal.-normal > li:before {
    font-weight: normal;
}
.list-parentheses > li{
  list-style-type:none;
  counter-increment: cnt;
  margin-bottom:1em;
}
.list-parentheses > li:before{
  display: marker;
  content: "( " counter(cnt) " )";
  position: absolute;
  left:-20px;
  top:0;
}

.list-kana > li{
  list-style-type:none;
  counter-increment: cnt3;
}
.list-kana > li:before{
  display: marker;
  content: counter(cnt3, katakana) " )";
  position: absolute;
  left:-20px;
  top:0;
}
.list-kana ul.list-disc{
  margin-top:0;
  margin-left:20px;
}
.list-minus{
    text-indent: -10px;
    margin-left: 0;
}
.list-minus li:before{
    content:'- ';
    
}
/* ===== arrow  ===== */
.arrow{
    position: relative;
}
.arrow:before{
    content: '';
    border-top:2px solid #ff0000;
    border-right:2px solid #ff0000;
    transform: rotate(45deg);
    width:5px;
    height:5px;
    display: inline-block;
    vertical-align: middle;
    margin:0 10px 0 0 ;
    line-height: 1;
}

/* ===== list ===== */

ol.list > li{
    padding-left:20px;
    position: relative;
    margin:0 0 1em 0;
}
ol.list > li:before{
    content:'1';
    display: inline-flex;
    font-size:1rem;
    font-weight: bold;
    border-radius: 50%;
    background: #fff;
    justify-content: center;
    align-items: center;
    position: absolute;
    left:0;
    top:0px;
}
ol.list > li:nth-child(1):before{
    content:'1';
}
ol.list > li:nth-child(2):before{
    content:'2';
}
ol.list > li:nth-child(3):before{
    content:'3';
}
ol.list > li:nth-child(4):before{
    content:'4';
}
ol.list > li:nth-child(5):before{
    content:'5';
}
ol.list > li:nth-child(6):before{
    content:'6';
}
ol.list > li:nth-child(7):before{
    content:'7';
}
ol.list > li:nth-child(8):before{
    content:'8';
}
ol.list > li:nth-child(9):before{
    content:'9';
}
ol.list > li:nth-child(10):before{
    content:'10';
}
ol.list > li div.listTitle{
    font-weight: bold;
    font-size: 105%
}

ol.maruList{
    margin: 10px 0;
}
ol.maruList > li{
    padding-left:30px;
    position: relative;
    margin:0 0 0.5em 0;
}
ol.maruList > li:before{
    content:'1';
    display: inline-flex;
    width:20px;
    height:20px;
    font-size:90%;
    font-weight: bold;
    border-radius: 50%;
    background: #fff;
    border:1px solid #666;
    justify-content: center;
    align-items: center;
    position: absolute;
    left:0;
    top:2px;
}


/* ===== accordion ===== */
ul.list{
    padding: 0 0 0 1.5em;
}
ul.list > li {
    list-style-type: disc;
}

/* ===== accordion ===== */
dl.accordion {
    margin: 0px 0 0px 0;
    padding-bottom:15px;
    padding-top: 20px;
    min-height:60px;
    position: relative;
    min-height: 20px;
    display: block;
}
dl.accordion dt{
    border:1px solid #ff0000;
    border-radius: 5px;
    display: inline-block;
    background: #fff;
    padding: 6px 10px 6px 50px;
    position: absolute;
    top: 0px;
    left: 10px;
    background: #ff0000;
    color:#fff;
    overflow: hidden;
    font-weight: bold;
    cursor: pointer;
    letter-spacing: 0.3em;
    min-width: 80px;
    text-align: center;
}
dl.accordion dt::before{
    content: '';
    width:40px;
    height:100%;
    box-sizing: border-box;
    background: #fff;
    color:#333;
    left:0;
    top:0;
    position: absolute;
    padding: 2px 10px;
    margin:0 10px 0 0 ;
    background-size: auto 60% ;
    background-repeat:  no-repeat;
    background-position: 50%;
}
dl.accordion dd{
    border:1px solid #999;
    padding:35px 10px 10px 10px;
    display: none;
}


/* ===== table ===== */
table{
    font-size: 90%;
    line-height: 150%;
}
table.grid{
    border-top:1px solid #999;
    border-left:1px solid #999;
    width:100%;
}
table.grid th,
table.grid td{
    border-bottom:1px solid #999;
    border-right:1px solid #999;
    padding: 3px 6px;
    vertical-align: middle;
}

table.grid tr:nth-child( odd ) th,
table.grid tr:nth-child( odd ) td{
    background: #efefef;
}
table.grid thead tr:nth-child( odd ) td,
table.grid thead tr:nth-child( odd ) th,
table.grid thead tr th,
table.grid thead tr td{
    text-align: center;
    background: #333;
    color:#fff;
    white-space: nowrap;
    font-weight: bold;
}

/* ===== photo ===== */
.photo{
    display: flex;
    margin: 10px 0 20px 0;
    width: 100%;
}

    .photo div.my-image img{
        width:100%;
        max-width: 800px;
        margin: 0 auto;
        display: block;
    }
    .photo div.text {
        width:60%;
        box-sizing: border-box;
    }
    .photo div.text  p:last-child{
        margin-bottom: 0;
        }
    .photo div.my-image img.icon-size{
        width:30%;
        max-width: 150px;
        margin: 10px 0;
    }

.photo.p-right div.text {
    padding-right: 4%;
}
.photo.p-left div.text {
    padding-top:1%;
    padding-left: 4%;
}
.photo > div.my-image{
        width:100%;
 }
.photo.p-right div.my-image,
.photo.p-left div.my-image{
     width:40%;
}

.photo > img{
    display: block;
    width:100%;
}
.photo.has-icon div.my-image {
     width:25%;
     max-width: 200px;
     border-radius: 10px;
     overflow: hidden;
}
.photo.has-icon div.my-image img{
     width:100%;
     display: block;
     margin:0 auto;
     border:1px solid #ccc;
}
.photo.has-icon div.text {
     width:75%;
}
/* ===== grid ===== */
ul.grid{
    display: flex;
    flex-wrap: wrap;
}
ul.grid li{
}
ul.cols_8 li{
    width:12.5%;
}
ul.cols_7 li{
    width:14.28%;
}
ul.cols_6 > li{
    width:16.66%;
    margin:0%;
}
ul.cols_5{
    margin: 0;
}
ul.cols_5 > li{
    width:20%;
    margin:0%;
}
ul.cols_4{
    margin:0;
}
ul.cols_4 > li{
    width:25%;
    margin:0;
}
ul.cols_3{
    margin: -1%;
}
ul.cols_3 > li{
    width:31.3%;
    margin:1%;
}
ul.cols_2{
    margin:0%;
}
ul.cols_2 > li{
    width:46%;
    margin:2%;
    position: relative;
}
ul.grid > li img{
    display: block;
    width:100%;
}

/* ===== figure ===== */
figure img{
    display: block;
    width:100%;
}
figcaption{
    text-align: center;
    display: block;
    padding: 5px ;
}
/* ===== modaal ===== */

select,
input.text,
textarea.textarea{
    font-size:1rem;
}
input.text,
textarea.textarea{
    border:1px solid rgba( 0, 0, 0, 0.1 );
    width:100%;
    box-sizing: border-box;
}
textarea.textarea,
input.text{
    padding: 8px 10px;
}
input.textarea{
    padding: 10px;
}

div.form .wpcf7-response-output{
    margin:0 0 30px 0;
    padding: 10px 12px;
    border:none;
    background-color: #ffff00;
    border-radius: 3px;
    position: relative;
}
div.form .wpcf7-response-output::after{
    content: '';
    border:15px solid transparent;
    border-top:15px solid #ffff00;
    position: absolute;
    bottom:-30px;
    left:50%;
}
div.form span.wpcf7-not-valid-tip{
    color:#da4476;
    font-size:85%;
}
div.form{
    width:80%;
    max-width: 800px;
    margin: 0 auto;
    border-bottom:1px solid rgba( 0, 0, 0, 0.1 );
}
div.form-inner{
    display: table;
    width:100%;
}
div.form dl{
    display: table-row;
    /*
    background-color: rgba( 244, 244, 240, 0.7 );
    */
}
div.form dl dt,
div.form dl dd{
    display: table-cell;
    padding:10px 10px;
    border-top:1px solid rgba( 0, 0, 0, 0.1 );
    vertical-align: top;
}
span.require{
    color:#ff6699;
    display: inline-block;
    margin-left:4p;
}
div.formNav{
    text-align: center;
    padding: 30px 0;
}
div.formNav .button{
    font-size:1rem;
    padding: 8px 40px;
    display: block;
    margin: 0 auto;
}

/* ===== table ===== */
table.line{
    border-top:1px solid rgba( 0, 0, 0, 0.1 );
    margin:0 0 1.2em 0;
    width: 100%;
}
    table.line th{
        background-color: rgba( 229, 229, 220, 0.6 );
        white-space: nowrap;
    }
    table.line td{
        background-color: rgba( 244, 244, 240, 0.6 );
    }
    table.line th,
    table.line td{
        border-bottom:1px solid rgba( 0, 0, 0, 0.1 );
        padding: 10px 15px;
    }

/* ===== reCapture ===== */
.reCapture{
    display: block;
    margin:0 0 30px 0;
    text-align: center;
}
.reCapture > span:first-child{
    display: block;
    max-width:170px;
    margin:0 auto;
    background-color: #000;
}
.reCapture .wpcf7-captchac{
    display: block;
    margin:0 auto 10px auto;
    background-color: black;
    padding:6px;
}
.reCapture .wpcf7-captchar{
    padding:12px 8px;
    text-align: center;
    font-size:18px;
    max-width:150px;
    margin: 0 0 0 ;
    background-color: #fff;
    border:1px solid #ff6600;
    border-radius: 0px;
    letter-spacing: 0.1em;
}

/* ==================== 1200以下 ==================== */
@media screen and (max-width: 1199px) {

    ul.cols_6 > li,
    ul.cols_7 > li,
    ul.cols_8 > li{
        width:20%;
    }
}


/* ==================== タブレット ==================== */
@media screen and (max-width: 768px){
    /*
    div.thumbnail{
        padding-top:0;
    }
    */
    div.thumbnail img{
        /*
        position: static;
        transform: translate( 0, 0 );
        */
    }
    #WORKS div.pad{
        padding: 40px;
    }
    .work-list > li a{
        padding-bottom: 0;
    }
    .work-list div.work-detail{
        padding: 10px 0px 25px 0px;
    }
    .work-detail-main{
        display: block;
    }
    .work-detail-main > div{
        width:auto;
        padding:0;
    }
    .work-detail-main > div.work-info{
        padding: 0
    }
    .work-detail-main .mainImage{
        margin:0  0 10px 0;
    }
    .work-list > li,
    ul.cols_5 > li,
    ul.cols_6 > li,
    ul.cols_7 > li,
    ul.cols_8 > li{
        width:33.333%;
    }
    .onenga-detail-main div.onenga-image,
    .work-detail-main div.work-image{
        max-width: 100%;
    }
    .onenga-detail-main div.onenga-image img,
    .work-detail-main div.work-image  img{
        max-width: 500px;
        margin:0 auto 40px auto;
    }

    ul.switch li span{
        padding: 5px 11px 5px 0px;
    }




/* ==================== スマホサイズ ==================== */
@media screen and (max-width:479px) {
    /* works */
    #WORKS div.pad{
        padding: 20px;
    }
    ul.switch{
        overflow: hidden;
    }
    ul.switch li {
        box-sizing: border-box;
        width:50%;
        float: left;
        text-align: left;
    }
    ul.switch li span{
        padding: 5px 5px;
    }
    .work-list > li,
    ul.cols_5 > li,
    ul.cols_6 > li,
    ul.cols_7 > li,
    ul.cols_8 > li{
        width:50%;
    }
    .work-list div.thumbnail:hover{
        transform: scale( 1 );
        box-shadow:none;
    }

    /* grid */
    ul.cols_8 > li{
        width:50%;
    }

    /* CORP */
    ul.relation-corp{
        column-count: 1;
    }

    /* ===== table ===== */
    table.line{
        display: block;
    }

        table.line th,
        table.line td{
            display: block;
            padding: 10px 15px;
            border-left:1px solid #ddd;
            border-right:1px solid #ddd;
        }
        table.line th{
            text-align: left;
            font-weight: bold;
            border-bottom: none;
            padding: 5px 15px;
        }
        table.line td{
        }
    div.form{
        width:auto;
    }
    div.form dl dt, 
    div.form dl dd{
        width:auto;
        display: block;
    }
    div.form dl dd{
        border-top: none;
        padding-top:0;
        margin-bottom: 0;
    }

    .onenga-detail-main, 
    .work-detail-main{
        display: block;
    }
    .onenga-detail-main .title,
    .work-detail-main .title{
        font-size: 2rem;
        line-height: 130%;
        margin-bottom: 10px
    }
    .nenga-copy {
        font-size: 130%;
    }
    .onenga-detail-main > div.work-info, 
    .work-detail-main > div.work-info{
        padding:0;
    }
    .onenga-detail-main div.onenga-image, 
    .work-detail-main div.work-image{
        width:auto;
    }
    .onenga-detail-main > div.work-info, 
    .work-detail-main > div.work-info{
        width:auto;
    }
    .onenga-detail-main div.onenga-image img,
    .work-detail-main div.work-image  img{
        margin-bottom:30px;
    }
}




