@charset "UTF-8";
/* CSS Document */

html,
body {
	padding: 0;
	margin: 0;
	color: #111;
	font-family: helvetica-neue-lt-pro, sans-serif;
	font-weight: 300;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,p,a {
	padding: 0;
	margin: 0;
}
img,svg {
	width: 100%;
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	font-family: helvetica-neue-lt-pro, sans-serif;
	font-weight: 400;
	font-style: normal;	
}
#ch {
	position: relative;
	width: 100%;
}
#ch .anim {
	opacity: 0;
	transition: 1s all 0s;
}
#ch .anim.ac {
	opacity: 1;
	transform: translate(0);
}




/* #main_visual ===========================================*/
#main_visual {
	position: relative;
	width: 100%;
	margin-bottom: 12%;
}
#main_visual .main_visual_parent {
	position: relative;
	 display: flex;
	 flex-wrap: wrap;
}

#main_visual .main_visual_parent .main_visual_child {
	display: flex;
	height: 44.5vw;
	margin-top: 2%;
	overflow: hidden;
}
#main_visual .main_visual_parent .main_visual_child img {
  height: 100%;
  width: auto;
  object-fit: cover;
  flex: 1 1 auto;
  min-width: 0;
}
#main_visual .main_visual_parent .main_visual_child:nth-of-type(odd) img:nth-of-type(1) {
  transition: 1.5s all 0.3s ease;
}
#main_visual .main_visual_parent .main_visual_child:nth-of-type(odd) img:nth-of-type(2) {
  transition: 1.5s all 0.6s ease;
}
#main_visual .main_visual_parent .main_visual_child:nth-of-type(odd) img:nth-of-type(3) {
  transition: 1.5s all 0.9s ease;
}
#main_visual .main_visual_parent .main_visual_child:nth-of-type(odd) img:nth-of-type(4) {
  transition: 1.5s all 1.2s ease;
}
#main_visual .main_visual_parent .main_visual_child:nth-of-type(even) img:nth-of-type(1) {
	transition: 1.5s all 1.2s ease;
}
#main_visual .main_visual_parent .main_visual_child:nth-of-type(even) img:nth-of-type(2) {
	transition: 1.5s all 0.9s ease;
}
#main_visual .main_visual_parent .main_visual_child:nth-of-type(even) img:nth-of-type(3) {
   transition: 1.5s all 0.6s ease;
}
#main_visual .main_visual_parent .main_visual_child:nth-of-type(even) img:nth-of-type(4) {
   transition: 1.5s all 0.3s ease;
}
#main_visual .main_visual_parent .ttl {
	position: absolute;
    width: 67%;
    top: 45%;
    right: 2%;
    transition: 1.5s all 1.8s ease;
    filter: drop-shadow(-4px 0px 16px rgba(0, 0, 0, 1.9));
}



@media only screen and (min-width: 769px)  {
	#main_visual {
		width: 50%;
        margin: 0%;
        position: sticky;
        top: 0;
        right: 0;
	}
	#main_visual .main_visual_parent .main_visual_child {
		height: 15.2vw;
		margin-top: 18px;
	}
	#main_visual .main_visual_parent .ttl {
		width: 58%;
		top: 44%;
		right: 4%;
	}
}



#main_contents {
	position: relative;
}

#ch #main_contents section {
	position: relative;
	box-sizing: border-box;
	margin-top: 18%;
}
@media only screen and (min-width: 769px)  {
	#main_contents {
		width: 50%;
       margin: calc(-46.5vw - 54px) 0 0 auto;
	}
}
/* item===============*/
#ch #main_contents .item {
	background-size: cover;
	background-repeat: no-repeat; 
}
#ch #main_contents .item:nth-of-type(1) {
	background-image: url("https://www.dot-st.com/static/docs/chaos/pages/260722_staff/assets/img/back-1.webp");
}
#ch #main_contents .item:nth-of-type(2) {
	background-image: url("https://www.dot-st.com/static/docs/chaos/pages/260722_staff/assets/img/back-2.webp");
	margin-top: 24%;
}
#ch #main_contents .item:nth-of-type(3) {
	background-image: url("https://www.dot-st.com/static/docs/chaos/pages/260722_staff/assets/img/back-3.webp");
	margin-top: 24%;
}
#ch #main_contents .item:nth-of-type(4) {
	background-image: url("https://www.dot-st.com/static/docs/chaos/pages/260722_staff/assets/img/back-4.webp");
	margin-top: 24%;
}
#ch #main_contents .item .item_main img {
	aspect-ratio: 3 / 4;
}
#ch #main_contents .item .item_main {
	display: flex;
    justify-content: space-between;
	padding-top: 8%;
}
#ch #main_contents .item .item_main h3 {
	width: 5%;
    font-size: 13px;
    font-family: helvetica-neue-lt-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    writing-mode: vertical-rl;
    margin: 4% 0 0 4%;
    letter-spacing: 2px;
}
#ch #main_contents .item .item_main img {
	width: 86%;
}
#ch #main_contents .item .item_credit {
	font-size: 12px;
    letter-spacing: .5px;
    text-align: right;
	color: #fff;
    width: 58%;
    margin: 7% 5% 0 auto;
	padding-bottom: 12%;
}
#ch #main_contents .item .item_credit .item_credit_box {
	display: flex;
    justify-content: space-between;
	margin-bottom: 4%;
	align-items: center;
}
#ch #main_contents .item .item_credit a {
    width: 36%;
    border: solid 1px #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    font-size: 10px;
	color: #fff;
}
@media only screen and (min-width: 769px)  {
	#ch #main_contents .item .item_main h3 {
		font-size: 20px;
	}
	#ch #main_contents .item .item_credit {
		font-size: 13px;
		width: 42%;
	}
	#ch #main_contents .item .item_credit a {
		line-height: 2;
		font-size: 11px;
	}
}

/* staff==============*/
#ch #main_contents section .staff_text {
	display: flex;
    justify-content: space-between;
    border-top: solid 1px #111;
    padding: 2.5% 3%;
    font-size: 20px;
    line-height: 1;
}
#ch #main_contents section .staff_text .staff_name {
	width: 70%;
	
}
#ch #main_contents section .staff_text .staff_name span {
	font-size: 54%;
	color: #7C7C7C;
	font-family: yu-gothic-pr6n, sans-serif;
	margin-left: 3%;
	
}
#ch #main_contents section .staff_text .staff_no {
	text-align: right;
	
}
#ch #main_contents section .grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 3fr 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	aspect-ratio: 328 / 670;
	border-top: solid 1px #111;
	border-bottom: solid 1px #111;
}
#ch #main_contents section .grid .grid-child:nth-of-type(1) {
	grid-area: 1 / 1 / 2 / 3;
	position: relative;
}
#ch #main_contents section .grid .grid-child:nth-of-type(2) {
	grid-area: 2 / 1 / 3 / 2;
	border-top: solid 1px #111;
}
#ch #main_contents section .grid .grid-child:nth-of-type(3) {
	grid-area: 2 / 2 / 3 / 3;
	border-top: solid 1px #111;
	border-left: solid 1px #111;
}
#ch #main_contents section .grid .grid-child img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

#ch #main_contents section .grid .grid-child:nth-of-type(1) .more {
	position: absolute;
	width: 16%;
	height: auto;
	bottom: 2%;
    right: 3%;
	object-fit: none;
}


@media only screen and (min-width: 769px)  {
	#ch #main_contents section .staff_text {
		font-size: 32px;
	}
	#ch #main_contents section .staff_text .staff_name span {
		font-size: 50%;
	}
	#ch #main_contents section .grid .grid-child:nth-of-type(1) .more {
		width: 10%;
	}
}



/*モーダル内のコンテンツの指定*/
.remodal {
	position: relative;
	padding: 0px;
    box-sizing: border-box;
    width: 100%;
	/*height: 100vh;*/
	background: none;
    margin-bottom: 10px;
	padding-bottom: 5%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
    hashTracking: false;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
	text-align: left;
	font-size: 11px;
	line-height: 2.0;
}
.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}
.remodal img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.modal-body {
	position: relative;
}
.modal-body strong {	    
  display: block;
  position: sticky;
  width: 11%;
  top: 2%;
  margin-left: auto;
  margin-right: 4%;
  z-index: 999;
}
.modal-content {
	position: relative;
}
.modal-content .modal-look {
	width: 78%;
	margin: 0 auto 7%;
	float: none;
	position: relative;
}
.modal-content .modal-look img {
    line-height: 0;
}
.modal-content .modal-look .slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 117vw;
}
.modal-content .modal-look .slide img {
  display: block;
  position: absolute;
  width: inherit;
  opacity: 0;
  animation: slideAnime 8s ease infinite;
}
.modal-content .modal-look .slide img:nth-of-type(1) { animation-delay: 0s }
.modal-content .modal-look .slide img:nth-of-type(2) { animation-delay: 4s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
   0% { opacity: 0 }
   8% { opacity: 1 }
  50% { opacity: 1 }
  58% { opacity: 0 }
 100% { opacity: 0 }
}
.modal-content .modal-credit {
	width: 78%;
	margin: 0 auto 10%;
	letter-spacing: .5px;	
}
.modal-content .modal-credit .modal-credit-child {
	display: flex;
	justify-content: space-between;
}
.modal-content .modal-credit .modal-credit-child a {
	color: #fff;
}
.modal-content .modal-text {
	width: 78%;
	margin: 0 auto 8%;
	font-family: yu-gothic-pr6n, sans-serif;  
}
.modal-content .modal-link {
	width: 30%;
	margin: 0 auto 6%;
	display: flex;
	justify-content: space-between;
}
.modal-content .modal-link a {
	width: 34%;
}

@media only screen and (min-width: 769px)  {
	.modal-body strong {
		width: 5%;
		top: 3%;
		margin-right: 4%;
	}
	.modal-content-inner {
		width: 980px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.modal-content-inner-box {
		width: 42%;
	}
	.modal-content .modal-look .slide {
		height: 528px;
	}
	.modal-content .modal-link {
		width: 22%;
        margin: 0 auto;
	}
}

/* foot ===========================================*/
#ch #foot {
	padding: 20% 0 1%;
    border-top: solid 1px #111;
    margin-top: 22%;
}
#ch #foot .logo {
	width: 30%;
	margin: 0 auto 5%;
}
#ch #foot .links {
	width: 34%;
    margin: 0 auto 12%;
	display: flex;
	justify-content: space-between;
}
#ch #foot .links a {
	display: block;
	font-size: 11px;
	color: #111;
	text-decoration: none;
}
#ch #foot .copy {
	display: block;
    text-align: center;
    font-size: 9px;
    letter-spacing: .5px;
	padding-top: 1%;
	border-top: solid 1px #111;
}

@media only screen and (min-width: 769px)  {
	#ch #foot {
		width: 50%;
        margin: 0 0 0 auto;
		padding: 14% 0 .5%;
	}
	#ch #foot .links {
		width: 24%;
	}
	#ch #foot .links a {
		font-size: 14px;
	}
}
/* view 
**************************************************/
#ch .spview {
	display: block;
}
#ch .pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
    #ch .spview {
		display: none;
	}	
	#ch .pcview {
		display: block;
	}
}
