@charset "UTF-8";
/* CSS Document */
.castMain{
  width: 100vw;
  overflow: hidden;
}

@media screen and (max-width:1200px){
	body{
		width:100vw;
		overflow-x: hidden;
	}
  
  .content{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  
  
}

@media screen and (max-width:1100px){
  .content02{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

}

@media screen and (max-width:1000px){
  header{
    z-index: 100;
  }  
  
  .headInsta{
    position: fixed;
    top:18px;
    right: calc(5% + 50px);
  }
  
  #nav-toggle{
    position: absolute;
    top: 7px;
    right: 5%;
    display: block;
    height: 40px;
    width: 40px;
  }
  
  
	#nav-toggle div {
		position: relative;
        width: 40px;
	}
    
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 2px;
		width: 50%;
		background: #000000;
		left: 25%;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
        border-radius: 50px;
	}
    
	#nav-toggle span:nth-child(1) {
		top: 16px;
	}
    
	#nav-toggle span:nth-child(2) {
		top: 22px;
	}
  
  #nav-toggle span:nth-child(3) {
		top: 28px;
	}
    
    .nav-in {
        padding: 0px;
    }
	   
    #global-nav {
        position: absolute;
		background:rgba(255 255 255 / 95%);
        width: 100%;
        height: calc(100vh - 60px);
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        right: -100%;
        top:60px;
        z-index: 9999;
		box-sizing: border-box;
		line-height: 2.5em;
      overflow-y: scroll;
    }
	

    .open #nav-toggle span:nth-child(1) {
        top: 22px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    
    .open #nav-toggle span:nth-child(2) {
        top: 22px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
  
    .open #nav-toggle span:nth-child(3) {
        display: none;
    }
    
    /* #global-nav ã‚¹ãƒ©ã‚¤ãƒ‰ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1;
    }

	.menuBox {
		display: block;
		margin: auto;
	}
	
	.menuBox li {
		text-align:center;
		margin: auto;
		line-height: 1.25em;
	}
	
	.menuBox a{
		color:#9E2030;
		font-size:20px;
    font-weight: bold;
		display:block;
		padding:20px 0;
    border-bottom:1px solid #9E2030;
    text-align: center;
	}
  
  .headcastList img{
    margin: auto;
    margin-bottom: 20px;
  }
  
  .headcastList a{
    font-size: 32px;
    padding: 30px 0;
  }

  .recruitCont01-box{
    width: calc(40% - 10px);
  }
  
  .recruitContTable{
    width: calc(60% - 10px);
  }
  
  .menuBox li:nth-child(3){
    float: left;
    width: 50%;
  }
  
  .menuBox li:nth-child(3) a{
    border-right:1px solid #9E2030;
  }
  
  
  .menuBox li:nth-child(4){
    float: right;
    width: 50%;
  }
  
  .menuBox li:nth-child(5):before{
    content:" ";
    display: block;
    width: 100%;
    clear: both;
  }
  
  .seo{
    text-align: left;
  }
  
  .menuBox li:last-child{
    display: none;
  } 
  
  .headBtn a {
    width: 90%;
    height: 65px;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    margin: 20px auto;
    margin-top: 35px;
    align-items: center;
    padding: 0;
    display: flex;
  }
  
  .headBtn a img{
    width: 15px;
    margin-right: 10px;
  }  
  
  .headBtn.pt02 a {
    color: #9E2030;
    font-weight: bold;
    margin-top:0;
  }
  
  .castList--name {
    font-size: 14px;
  }

  .castList--cont .eng02{
      font-size: 10px;
  }
  
}

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


}

@media screen and (max-width:700px){
  .sp{
    display: block;
  }
  
  .slick-slide .sp {
    display: block;
}
  
  .pcCont{
    display: none !important;
  }
  
  .sec{
    padding:40px 0;
  }

 .pageTitle {
    font-size: 24px;
    text-align: left;
    line-height: 1.25em;
  }
  
  p.subTitle {
      font-size: 14px;
      text-align: left;
      margin-bottom: 20px;
  }
  
  .castList{
    justify-content: flex-start;
  }

  .castList li,
  .castList li:nth-child(5n + 5){
    width: calc((100% - 20px) / 3);
    margin-bottom: 20px;
    margin-right: 10px;
  }
  
  .castList li:nth-child(3n + 3){
    margin-right: 0
  }
  
  .castList li:nth-child(n + 10){
    display: none;
  }
  
  .castList--shop img{
    width: 22px;
  }
  
  .castList--name {
    font-size: 14px;
  }

  .castList--name span{
    font-size: 10px;
  }
  
  .castList--cont {
    margin-top: 5px;
    display: block;
  }
  
  .gravureWrap{
    width: 100%;
    overflow: scroll;
    height: 420px;
    margin-bottom: 30px;
  }
  
  .gravureList {
    width:calc(220px * 5);
    margin-bottom: 0;
  }
  
  .gravureList li{
    width:210px;
  }
  
  .gravureList--img{
    height: 410px;
  }
  
  .shopListWrap{
    width: 100%;
    overflow-x: scroll;
    height: 370px;
    margin-bottom: 30px;
  }
  
  .shopList{
    width: calc(275px * 5);
    justify-content: flex-start;
  }
  
  .shopList li,
  .shopList li:nth-child(3n + 3){
    margin-bottom: 0;
    width: 255px;
    margin-right: 20px;
}
  
  .shopList li:last-child{
    margin-right:0;
  }
  
  .event--wrap{
    flex-wrap: wrap;
    width:95vw !important;
  }
  
  .event--box{
    width: calc(50% - 10px);
    padding-bottom: 20px;
  }
  
  .event--date{
    font-size: 12px;
  }
  
  .event--cat{
    font-size: 10px;
  }
  
  .event--title{
    font-size: 14px;
  }
  
  .event--Img{
    height: auto;
  }
  
  .topsec05.content{
    width: 100%;
    padding-left:0;
    padding-right:0;
  }
  
  .news--title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  
  .topsec05 .pageTitle,.topsec05 .subTitle{
    padding:0 5%;
  }
  
  .news--box{
    padding:0 5%;
    box-sizing: border-box;
  }
  
  .news--box a {
    box-sizing: border-box;
}
  
  footer {
    margin-top: 0;
    text-align: center;
  }
  
  footer .content {
    display: block;
  }
  
  .footNav{
    justify-content: center;
  }
  
  .footNav a {
    margin: 7px;
    font-size: 10px;
  }
  
  .copy {
    margin-top: 20px;
    text-align: center;
  }
  
/* otherpage */
  .newspageWrap{
  min-height: calc(100vh - 200px);
  padding-bottom: 0;
}

  .shopListPage .shopList{
    display: block;
    width: 100%;
  }
  
  .shopListPage .shopList li, .shopListPage .shopList li:nth-child(3n + 3) {
    margin-bottom: 30px;
    width: 100%;
    margin-right: 0;
  }
  
  .shopListPage .shopList--cont {
    flex-flow: row-reverse;
    justify-content: flex-end;
}
  
  .shopListPage .shopList--name {
    margin-left: 10px;
  }
  
  .shopListPage .shopList--name span br{
    display: none;
  }
  
  .shopListPage .shopList--cont02 {
    margin-bottom: 30px;
  }
  
  .pageTitle02{
    font-size: 20px;
    margin-bottom: 20px;
  }
 
  .castListPage .castList li:nth-child(n + 10){
    display: block;
  }
  
    .company{
    min-height: calc(100vh - 250px);
  }
  
  .c_img{
    text-align: center;
    margin-bottom: 20px;
  }
  
  .c_img img{
    width: 160px;
  }
  
  .companyCont{
    padding: 40px calc(5% + 20px);
    height: auto;
    display: block;
  }  
  
  .companyText{
    width: 100%;
    color:#ffffff;
    margin-left: 0;
  }
  
  .company h2{
    text-align: left;
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .companyTable{
    width: 100%;
    margin: auto;
  }
  
  .companyTable th{
    width: 30%;
  }
  
  .companyTable td{
    width: 70%;
  }
  
  .castSlide .prev,
  .castSlide .next{
    display: none !important;
  } 
  
  .castSlide .slick-slide {
    width: 100%;
  }
  
  .castSlide .slick-slide img{
    width: 90vw;
  }
  
  .thumbnail{
    padding: 0 40px;
    position: relative;
  }
  
  .thumbnail .slick-track{
    display: flex;
    align-items: center;
  }
  
  .thumbprev{
    position: absolute;
    left: -10px;
    top:calc(50% - 27px);
  }
  
  .thumbnext{
    position: absolute;
    right: -10px;
    top:calc(50% - 27px);
  }
  
  .castpage--sns{
    text-align: right;
    width: calc(100% - 180px)
  }
  
  .castIntaview{
    position: relative;
    padding: 20px 0;
  }
  
  .castIntaview:after{
    content:" ";
    width: 95vw;
    height: calc(100% + 40px);
    top:-20px;
    background: #F2F3F5;
    left: -5%;
    z-index: -1;
    display: block;
    position: absolute;
    border-radius: 0 20px 0 0
  }
  
  .castIntaview--cont {
    display:block;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    background: #ffffff;
}
  
  .castBlog .event--box:nth-child(even) {
    margin-right:0;
  }
  
  .castBlog .event--box {
    width: calc(50% - 10px);
  }
  
  .castWork .shopList {
    justify-content: center;
    width: 100%;
  }
  
  .castWork .shopList li{
    width: 255px;
  }
  
  .castOther .moreBtn {
    text-align: center;
  }
  
  .castIntaview--cont {
    width: 95%;
    box-sizing: border-box;
  }
  
/* other */  
  .recruitCont01-text {
    padding: 20px 10px;
    font-size: 18px;
    line-height: 30px;
  }
  
  .recruitCont01{
    display: block;
  }
  .recruitCont01-box{
    width: 100%;
  }
  
  .recruitContTable{
    width: 100%;
    margin-top: 20px;
  }
  
  .recruitContTable dt {
    width: 65px;
    padding: 5px;
    text-align: center;
  }
  
  .recruitContTable dd {
    width: calc(100% - 65px);
  }
  
  .recText02 .mini{
    font-size: 12px;
    line-height: 21px;
  }
  
  .recTel a {
    font-size: 20px;
  }
  
  .recruitContTable dd{
    padding: 10px;  
  }
  
  /* caba2修正 */
  .recruitWrap02 {
	  overflow:hidden;
  }
  
  .recList .slick-list{
    overflow: visible;
  }
  
  .recList {
    display:  block;
    width:  80%;
    margin: auto;
    padding-bottom: 50px;
  }
  
  .recList .slick-slide{
    padding:0 10px;
    width: 80vw;
  }
  
  .recList .prev{
    position: absolute;
    bottom:-10px;
    left:calc(50% - 60px);
  }
  
  .recList .next{
    position: absolute;
    bottom:-10px;
    left:calc(50% + 20px);
  }
  
  .castList .slick-list{
    padding-bottom: 50px !important;
    margin-bottom: 10px;
  }
  
  .castList li, .castList li:nth-child(5n + 5) {
    width: 30vw !important;
    margin-bottom: 20px;
    margin-right: 0px;
  }
  
  .castList .prev{
    position: absolute;
    bottom:10px;
    left:calc(50% - 60px);
  }
  
  .castList .next{
    position: absolute;
    bottom:10px;
    left:calc(50% + 20px);
  }
  
  .shopinfoWrap {
    display: block;
  }
  
  .shopinfo--box {
    width: 100%;
    margin-bottom: 20px;
  }
  
  #price{
    background: url("/img/spshopImfoBack@2x.png") top;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  #price .pageTitle,
  #price .subTitle{
    color: #ffffff;
    text-align: center;
  }
  
  #price .subTitle{
    margin-bottom: 40px;
  }
  
  .priceWrap {
    background: #ffffff;
    box-sizing: border-box;
  }
  
  .topBnr{
    padding: 0;
    line-height: 0;
  }
  
  .recruitList ul{
    display: block;
    margin-top: 20px;
  } 
  
  .recruitList li:nth-child(3n + 2){
    margin-left:0;
    margin-right:0;
  }
  
  .recruitList li{
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
  }
  
  .recruitList li .text01 span{
    display: inline-block;
    padding: 2px 20px;
    font-size: 16px;
    font-weight: bold;
    color:#ffffff;
    background: #000000;
    margin-bottom: 10px;
    min-width: 70%;
  }
  
  .recruitList li .text02{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .recruitList li .text03{
    font-size: 14px;
    font-weight: bold;
  } 
  
  .thanks--wrapper{
    min-height: calc(100vh - 240px);
  }
  
  .formWrap {
    padding: 20px;
  }
  
  .entry__form-item {
    flex-direction: row;
  }
  
  .castBlog .event--wrap {
    flex-wrap: wrap;
    width: auto !important;
    white-space: nowrap;
    overflow: scroll;
    display: block !important;
  }

  .castBlog .event--box {
    width: calc(50% - 10px);
    display: inline-block;
    white-space: nowrap;
    margin-right: 10px !important;
  }
  
  .spflex{
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    top: -80px;
  }  
  
  .castMain .castList--cont{
    display: flex;
  }
  
  .castMain .castList--cont .eng02 {
    font-size:min(2vw,10px);
}
  
  .headBtn.pt03 img{
    width: 40px;
  }
  
  
}

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

}
