@charset "utf-8";

.modal-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
}

.modal-wrap {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 1600px;
    max-height: 100%;
    overflow: hidden;
    outline: 0;
    margin: 0 auto;
}

.modal-wrap.isOpen {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-wrap::-webkit-scrollbar { 
    display:none; 
}

.modal-close {
    position: absolute;
    top: 40px;
    right: 42px;
    width: 42px;
    padding: 50px 0 0;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Noto-Sans-JP-Light';
    color: #000;
}

.modal-close::before,
.modal-close::after {
    position: absolute;
    content: '';
    left: -6px;
    top: 20px;
    width: 48px;
    height: 1px;
    margin: 0 auto;
    background-color: #000;
}

.modal-close::before {
    transform: rotate(45deg);
}

.modal-close::after {
    transform: rotate(-45deg);
}

.modal-inner {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1600px;
    margin: 20px auto;
    background-color: #fff;
}
.modal-inner .imgbox { width: 50%;}



#modal01 .modal-inner .imgbox {
    background: url(../images/modal_01.jpg) no-repeat center center / cover; min-height: 900px;
}


#modal02 .modal-inner .imgbox { background: url(../images/modal_02.jpg) no-repeat center center / cover;}
#modal02 .modal-inner .imgbox { width: 50%; display: table-cell; padding: 3% 0;}
#modal02 .modal-inner .imgbox img {  width: 100%; height: auto; }
#modal02 .modal-inner .textbox .item img { width: 50%; height: auto; }
#modal02 .img-mob  { display: none; }


#modal03 .modal-inner .imgbox {
    background: url(../images/modal_03.jpg) no-repeat center center / cover;
}
#modal04 .modal-inner .imgbox {
    background: url(../images/modal_04.jpg) no-repeat center center / cover;
}

#modal05 .modal-inner .imgbox { width: 40%; padding: 5%; }
#modal05 .modal-inner .imgbox p { font-size: 14px; padding: 5px 0 20px; }
#modal05 .modal-inner .imgbox img {  width: 100%; height: auto;}
#modal05 .modal-inner .textbox .item img { width: 50%; height: auto; }
#modal05 .img-mob  { display: none; }
#modal05 .service dt { width: 140px; float: left; vertical-align: top;  font-family: 'Noto-Sans-JP-Light';}
#modal05 .service dd { padding: 0 0 50px 140px; line-height: 160%; vertical-align: top;  font-family: 'Noto-Sans-JP-Light';}
#modal05 .dlbtn { background: #f0f0f0; padding: 5%; } 
#modal05 .dlbtn div h4 { font-size: 17px; text-align: center; padding: 0 0 20px; }
#modal05 .dlbtn div { width: 49%; float: left; }
#modal05 .dlbtn div:first-child { padding: 0 2% 0 0 ; }
#modal05 .dlbtn a {
    display: inline-block;
    width: 100%;
    max-width: 350px;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 1000px;
    background: url(../images/pdf_icn.svg) no-repeat 20px center  #26c562;
    background-size: 25px 29px;
    font-size: 21px;
    color: #fff;
    text-align: center;
    margin: 0 0 10px;
}

.modal-inner .textbox {
    width: 50%;
    padding: 5% 4%;
    box-sizing: border-box;
}

.modal-inner .textbox .pin {
    margin: 0 auto 10px;
    text-align: center;
}

.modal-inner .textbox h2 {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 1.5;
    color: #000;
    text-align: center;
    font-family: 'Noto-Sans-JP-Medium';
}

.modal-inner .textbox p {
    margin: 0 0 50px;
    font-size: 16px;
    font-family: 'Noto-Sans-JP-Light';
    line-height: 200%;
    color: #000;
}

.modal-inner .textbox .item {
    margin: 0 auto 25px;
    text-align: center;
}

.modal-inner .textbox .item img {
    max-width: 100%;
    height: auto;
}

.modal-inner .textbox .gradation-btn {
    text-align: center;
}

.modal-inner .textbox .gradation-btn a {
    display: inline-block;
    width: 90%;
    max-width: 350px;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 1000px;
    background: linear-gradient(to right, #9f5087, #02539b);
    font-size: 21px;
    color: #fff;
    text-align: center;
    margin: 0 0 10px;
}

#modal04 .modal-inner .textbox .gradation-btn a {
    display: inline-block;
    width: 90%;
    max-width: 210px;
    padding: 24px 0;
    box-sizing: border-box;
    border-radius: 1000px;
    background: linear-gradient(to right, #9f5087, #02539b);
    font-size: 17px;
    color: #fff;
    text-align: center;
    margin: 0 0 10px;
}


.other-content .textbox { width: 100%; text-align: center; margin: 0 auto;}
.other-content .textbox h2 { padding: 0 0 10px; }
.image-content .textbox { width: 80%; text-align: center; margin: 0 auto;}
.movie-content .textbox { width: 80%; text-align: center; margin: 0 auto; }
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#modal06 .lead { margin: 0 0 0; font-size: 25px; font-family: 'Noto-Sans-JP-Medium'; line-height: 2.3; color: #000; }
#modal06 .modal-inner .item h3 { background: linear-gradient(to right, #9f5087, #02539b);  font-size: 22px; color: #fff; padding: 14px 0; text-align: center; }
#modal06 .modal-inner .text { text-align: left; }
#modal06 .modal-inner .item.m-box { width: 48%; float: left; margin: 0 0 10%;}
#modal06 .modal-inner .item.m-box h4 { font-size: 20px; font-family: 'Noto-Sans-JP-Medium'; line-height: 160%; padding: 20px 0; }
#modal06 .modal-inner .item.m-box p { text-align: left; font-size: 15px;}
#modal06 .modal-inner .item.m-box.left { margin: 0 4% 10% 0; }
.movies { padding: 40px 0 0 0; }

#modal08 p,
#modal09 p { max-width: 900px; margin: 0 auto; text-align: left; padding: 0 0 50px;}

#modal10 .modal-inner .imgbox { background: url(../images/modal_live.jpg) no-repeat center center / cover;}
#modal10 .modal-inner .guests { padding: 0 0 50px; }
#modal10 .modal-inner .guests img.chara { padding: 0 0 0 13%; }
#modal10 .modal-inner .guests div { width: 50%; float: left;}
#modal10 .modal-inner .guests div h4 { font-size: 23px; font-family: 'Noto-Sans-JP-Medium'; line-height: 160%; padding: 0 0 10px;}
#modal10 .modal-inner .guests div p { line-height: 160%;}
#modal10 .modal-inner .guests div p.pos { font-size: 13px; font-family: 'Noto-Sans-JP-Light';  margin: 0; }

#modal06 .modal-inner .textbox h2  { margin: 0; }


#modal07 .works { padding: 50px 0 0;  }
#modal07 .works .left { width: 50%; float: left; }
#modal07 .works .left img { width: 100%; height: auto; }
#modal07 .works .right { float: left; width: 45%; padding: 0 0 0 5%; text-align: left;}
#modal07 .works .right h3 { font-size: 28px; text-align: left; font-family: 'Noto-Sans-JP-Medium'; line-height: 160%; padding: 0 0 20px;} 
#modal07 .works .right img { padding: 0 0 20px; }
#modal07 .works .right p { text-align: left; }
#modal07 .works .right p.cat { background: #000; width: 175px; text-align: center; color: #fff; }
#modal07 .works .right p.info {  }
#modal07 .works .right p.text {  }

#modal07 .works.rights .left { width: 50%; float: right; }
#modal07 .works.rights .right { float: left; width: 45%; padding: 0 5% 0 0; text-align: left;}

@media screen and (max-width: 1500px) {

    .modal-inner .imgbox {
        width: 50%;
    }

    .modal-inner .textbox {
        width: 50%;
        padding: 5% 5% 5%;
        box-sizing: border-box;
    }
    
     .modal-inner .textbox h2 {
        font-size: 22px;
        line-height: 1.5;
    }
     .modal-inner .textbox h2 span {
        display: inline-block;
    }

    .modal-inner .textbox .gradation-btn a {
        padding: 20px 16px;
        font-size: 18px;
    }
	.other-content .textbox { width: 100%;}
	.image-content .textbox { width: 100%; text-align: center; }
	.movie-content .textbox { width: 100%; text-align: center; }

#modal02 .modal-inner .imgbox { width: 50%; display: table-cell; padding: 5% 0;}
	
#modal05 .service dt { width: 140px; float: none; vertical-align: top;  font-family: 'Noto-Sans-JP-Light'; padding: 0 0 10px;}
#modal05 .service dd { padding: 0 0 50px 0; line-height: 160%; vertical-align: top;  font-family: 'Noto-Sans-JP-Light';}
#modal05 .dlbtn { background: #f0f0f0; padding: 5%; text-align: center;} 
#modal05 .dlbtn div h4 { font-size: 17px; text-align: center; padding: 0 0 20px; }
#modal05 .dlbtn div { width: 100%; float: none; padding: 0 0 30px;}
#modal05 .dlbtn div:first-child { padding: 0 0 30px; }
#modal05 .dlbtn a {
    display: inline-block;
    width: 100%;
    max-width: 350px;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 1000px;
    background: url(../images/pdf_icn.svg) no-repeat 20px center  #26c562;
    background-size: 25px 29px;
    font-size: 21px;
    color: #fff;
    text-align: center;
    margin: 0 0 10px;
}

#modal10 .modal-inner .imgbox { width: 30%;}
#modal10 .modal-inner .textbox { width: 70%; }
#modal10 .modal-inner .guests { padding: 0 0 50px; }

#modal10 .modal-inner .guests div { width: 50%; float: left; padding: 0 0 0 5%;}
#modal10 .modal-inner .guests div img { width: 90%; height: auto; }
#modal10 .modal-inner .guests img.chara { width: 50px; height: auto;  padding: 10px 0 0 0;}
#modal10 .modal-inner .guests div:first-child { padding: 6px 0 0 0; text-align: center; width: 45%;}
#modal10 .modal-inner .guests div h4 { font-size: 23px; font-family: 'Noto-Sans-JP-Medium'; line-height: 160%; padding: 0 0 10px;}
#modal10 .modal-inner .guests div h4 span { font-size: 13px; font-family: 'Noto-Sans-JP-Light';   }
#modal10 .modal-inner .guests div p { line-height: 160%;}




}

@media screen and (max-width: 800px) {
	
    .modal-inner .textbox .gradation-btn a {
        padding: 20px 16px;
        font-size: 14px;
    }
    .modal-inner .textbox {
        width: 100%;
        padding: 0;
    }
    .modal-inner {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 5% auto;
        padding: 80px 20px 60px;
        box-sizing: border-box;
    }
    
    #modal01 .imgbox.PC { display: none; }
    #modal01 .keyv.SP { display: block; padding: 0 0 25px;}
    #modal01 .keyv.SP img { width: 100%; height:auto; }
    #modal05 .modal-inner .imgbox {  padding: 0; width: 100%; height: inherit; display: none;}
	#modal05 .modal-inner .sp-img { display: block; }
	#modal05 .modal-inner .sp-img img { width: 100%; height: auto; }
	
	#modal04 .modal-inner .textbox .gradation-btn a { width: 100%;}
	#modal02 .modal-inner .imgbox { width: 50%; display: none; justify-items: center; flex-wrap: wrap; align-content: center; }
#modal02 .modal-inner .imgbox img {  width: 100%; height: auto;}
#modal02 .img-mob { display: block; padding: 0 0 10px;}
#modal02 .img-mob img { width: 100%;height: auto; }

	#modal10 .modal-inner .imgbox { display: none;}
	#modal10 .modal-inner .textbox { width: 100%; }
	br.PC { display: none; }
}


/* ------------------------------------------------------------ mobile */
@media only screen and (max-width:640px) {
    
    .modal-wrap {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 1000;
        transform: translate(-50%,-50%);
        width: 90%;
        max-width: 1600px;
        max-height: 100%;
        overflow: hidden;
        outline: 0;
        margin: 0 auto;
    }
    
    .modal-wrap.isOpen {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
    }
    
    .modal-close {
        top: 12px;
        right: 12px;
        width: 35px;
        padding: 40px 0 0;
        font-size: 10px;
    }
    
    .modal-close::before,
    .modal-close::after {
        left: -4px;
        top: 20px;
        width: 36px;
    }

    .modal-inner {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 5% auto;
        padding: 80px 20px 60px;
        box-sizing: border-box;
    }
    
    
    .modal-inner .imgbox {
        width: 100%;
        height: 250px;
        margin: 0 auto 20px;
    }

    .modal-inner .textbox {
        width: 100%;
        padding: 0;
    }
    
    .modal-inner .textbox .pin {
        margin: 0 auto 5px;
    }

    .modal-inner .textbox .pin img {
        width: 36px;
        height: auto;
    }
    
    .modal-inner .textbox h2 {
        margin: 0 0 12px;
        font-size: 18px;
        line-height: 1.5;
    }
    .modal-inner .textbox h2 span { display: inline-block; }
    
    .modal-inner .textbox p {
        margin: 0 0 35px;
        font-size: 14px;
        line-height: 180%;
    }
    
    .modal-inner .textbox .item {
        margin: 0 auto 20px;
    }
    
    .modal-inner .textbox .item img {
        max-width: 50%;
        height: auto;
    }

    .modal-inner .textbox .gradation-btn a {
        width: 90%;
        max-width: 350px;
        padding: 16px;
        font-size: 16px;
    }
    
    #modal04 .modal-inner .textbox .gradation-btn a {
        width: 90%;
        max-width: 350px;
        padding: 16px;
        font-size: 16px;
    }
    
    .other-content .textbox img { width: 60%; height: auto; }
	.other-content .textbox .item img { max-width: inherit; width: 100%; }
	.other-content .textbox p { text-align: left;}
	
	.movie-content .textbox h2 { text-align: center; }
	.movie-content .textbox { text-align: left; }

#modal01 .keyv img { width: 100%; height: auto; }
#modal01 .modal-inner { padding: 40px 20px 60px; }


#modal02 .modal-inner { padding: 40px 20px 60px; }
#modal02 .modal-inner .imgbox { width: 50%; display: none; justify-items: center; flex-wrap: wrap; align-content: center; }
#modal02 .modal-inner .imgbox img {  width: 100%; height: auto;}
#modal02 .img-mob { display: block; padding: 0 0 10px;}
#modal02 .img-mob img { width: 100%;height: auto; }

#modal03 .modal-inner { padding: 40px 20px 60px; }

#modal05 .modal-inner { padding: 40px 20px 60px;  }
#modal05 .modal-inner .imgbox {  padding: 0; width: 100%; height: inherit; display: none;}
#modal05 .modal-inner .sp-img {  }
#modal05 .modal-inner .sp-img img { width: 100%; height: auto; }

#modal06 .modal-inner { padding: 40px 20px 60px;  }
#modal06 h2 { font-size: 27px; margin: 0;}
#modal06 h2.h2-main { font-size: 18px; }
#modal06 .modal-inner .item img { width: 100%; height: auto; max-width: inherit; } 
#modal06 .lead { margin: 0 0 0; font-size: 22px; font-family: 'Noto-Sans-JP-Medium'; line-height: 2.3; color: #000; text-align: center; }
#modal06 p { text-align: center; }
#modal06 .modal-inner .item h3 { background: linear-gradient(to right, #9f5087, #02539b);  font-size: 18px; color: #fff; padding: 8px 0; text-align: center; line-height: 160%;}
#modal06 .modal-inner .text { text-align: left; }
#modal06 .modal-inner .item.m-box { width: 100%; float: inherit; margin: 0 0 10%;}
#modal06 .modal-inner .item.m-box h4 { font-size: 17px; font-family: 'Noto-Sans-JP-Medium'; line-height: 160%; padding: 20px 0; }
#modal06 .modal-inner .item.m-box p { text-align: left; font-size: 15px;}
#modal06 .modal-inner .item.m-box.left { margin: 0 0 10% ; }
.movies { padding: 20px 0 0 0; }

#modal07 .modal-inner { padding: 40px 20px 60px;  }
#modal07 .works { padding: 10px 0 50px;  }
#modal07 .works .left { width: 100%; float: left; }
#modal07 .works .left img { width: 100%; height: auto; }
#modal07 .works .right { float: left; width: 100%; padding: 0; text-align: left;}
#modal07 .works .right h3 { font-size: 20px; text-align: left; font-family: 'Noto-Sans-JP-Medium'; line-height: 160%; padding: 25px 0 20px;} 
#modal07 .works .right img { padding: 0 0 20px; }
#modal07 .works .right p { text-align: left; }
#modal07 .works .right p.cat { background: #000; width: 175px; text-align: center; color: #fff; margin: 0 0 5px;}
#modal07 .works .right p.info {  }
#modal07 .works .right p.text {  }

#modal07 .works.rights .left { width: 100%; float: right; }
#modal07 .works.rights .right { float: left; width: 100%; padding: 0 0 0; text-align: left;}

#modal08 .modal-inner { padding: 40px 20px 60px;  }
#modal09 .modal-inner { padding: 40px 20px 60px;  }

#modal10 .modal-inner {padding: 40px 20px 60px; }
#modal10 .modal-inner h2 { margin: 0 0 22px; }
#modal10 .modal-inner .guests { padding: 0 0 10px;}
#modal10 .modal-inner .guests div { width: 100%; float: left; padding: 10px 0 0;}
#modal10 .modal-inner .guests div img { width: 60%; height: auto; }
#modal10 .modal-inner .guests img.chara { width: 17%; height: auto;  padding: 10px 10% 0;}
#modal10 .modal-inner .guests div:first-child {  text-align: center; width: 100%;}
#modal10 .modal-inner .guests div h4 { font-size: 23px; font-family: 'Noto-Sans-JP-Medium'; line-height: 160%; padding: 0 0 10px; text-align: center;}
#modal10 .modal-inner .guests div p.pos { font-size: 12px; font-family: 'Noto-Sans-JP-Light'; text-align: center;}
#modal10 .modal-inner .guests div p { line-height: 160%;}



}

