@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){
  .tab{
    display: block;
  }
  header{
    z-index: 100;
  }  
  
  #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: #ffffff;
		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:#0D0D0D;
        width: 100%;
        height: calc(100vh - 60px);
        text-align: center;
        padding: 10px 5%;
        -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;
      background-image: url("../image/menu_img@2x.png");
      background-repeat: no-repeat;
      background-size: calc(100vh - 450px) auto;
      background-position: center bottom;
    }
	

    .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:left;
		margin: auto;
		line-height: 1.25em;
	}
	
	.menuBox a{
		color:#ffffff;
		font-size:20px;
    font-weight: bold;
		display:flex;
		padding:10px 0;
    border-bottom:1px solid #707070;
    align-items: center;
    position: relative;
	}
  
  .menuBox a img{
    margin-right: 10px;
  }
  
  .menuBox a span{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #AFAFAF;
    position: absolute;
    right: 5%;
    top:calc(50% - 7px);
  }
  
  li:last-child .menuBox a{
    border-bottom: none;
  }
  
  .gravureList--img {
    height: 300px;
}
  
}

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

}

@media screen and (max-width:700px){
  .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;
  }
  
  .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%;
  }
  
  .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;
  }
  
  .seo span{
    font-size: 10px;
    line-height: 17px;
  }
  
  .topsec01 {
    padding-top: 0;
  }
  
    .castMain .castList--cont .eng02 {
    font-size:min(2vw,10px);
}
  
  
}

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

}
