@charset "UTF-8";
/*
@import url("../../../webfonts/AkzidenzGroteskBE/stylesheet.css");
@import url("../../../webfonts/yu-gothic/stylesheet.css");
@import url("../../../webfonts/Cabinet_Grotesk/stylesheet.css");
@import url("../../../webfonts/Hannari/stylesheet.css");
@import url("../../../webfonts/Garamond/stylesheet.css");
@import url("../../../webfonts/Puzzled/stylesheet.css");
@import url("../../../webfonts/made_evolve/stylesheet.css");
*/
@import url("../../../webfonts/Noto_Sans_JP/stylesheet.css");
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
　font-family: 'Noto Sans JP', sans-serif;
}
img {
	max-width: 100%;
	height: auto;
  vertical-align: bottom;
}
a {
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.sp-only{
	display: none;
}
.text {
}

.text_red {
  color: #b13c3c;
}
.text_ylw {
  color: #c3b906;
}
.text_pnk {
  color: #f767b1;
}
.inner1000 {
  width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.flex  {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  /* flex-wrap */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  /* justify-content */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  /* align-items */
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
  /* align-content */
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.collection {
  padding-top: 5%;
  padding-bottom: 5%;
}
.collection * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}
.collection h1 {
  font-size: 1.5rem;
  margin-bottom: 5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 2px;
}
.collection h1 .text_red {
  font-size: 35px;
}

.collection_text {
  line-height: 1.8;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.collection_mv {
  margin-bottom: 8%;
}
.collection_mv_img {
  display: inline-block;
  margin-bottom: 50px;
}

/*movie*/
div.vid_contents {
	width: 100%;/*背景色を横幅いっぱいに広げる*/
	text-align: center;
	margin: auto;
	padding: 4% 4% 4% 4%;/*ここで動画の周りの余白を調整*/
	background: #e6e6e6;/*余白の背景色*/
}
video.vid_main {
	width: 100%;
	max-width: 920px;/*PC版での最大幅*/
}

.collection h2{
	font-size: 30px;
	text-align: left;
	border-bottom: 1px solid ;
	margin-bottom: 40px;
	font-family: monospace;
}
.collection span{
	font-size: 40px;
	margin-left: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	
}
.collection_movie, .collection_day01, .collection_day02{
	margin-bottom: 8%;
	letter-spacing: 3px;
	width: 90%;
}
.collection_photo_list{
	align-items: center;
}
.collection_photo_item{
	width: 32%;
	margin-bottom: 20px;
	border: 1px solid #e6e6e6;
    padding: 20px;
}
.photo_tit{
	font-size: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: monospace;
}
.collection_photo_link{
	position: relative;
}
.staff_list{
	border: solid 1px #e6e6e6;
    padding: 40px;
	margin-bottom: 20px;
}
.staff_item{
	margin-bottom: 20px;
	justify-content: flex-start;
    gap: 20px;
}
.staff_item_line{
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 30px;
}
.staff_tit{
	font-size: 25px;
	text-align: left;
	margin-bottom: 10px;
	font-family: monospace;
}
.staff_tit_sub{
	text-align: left;
    font-size: 16px;
/*    font-weight: bold;*/
    margin-bottom: 30px;
	font-family: monospace;
}
.staff_name{
/*	width: 13%;*/
}
.staff_span{
	color: #e6e6e6;
/*	width: 1%;*/
}
.staff_link{
	width: 18%;
	margin-bottom: 10px;
}
.staff_link_name{
	font-size: 14px;
}
.staff_link_shop{
	margin-top: 10px;
	font-size: 12px;
}
.staff_link_name_en{
	font-size: 12px;
}


@media  screen and (max-width:768px){
p img {
	  width: auto;
	}
	.collection h1 {
	  font-size: 1.3rem;
	}
	.collection_photo_item {
		width: 48.5%;
		padding: 10px;
	}
	.staff_list {
		padding: 20px;
	}
	.staff_link {
		width: 22.5%;
	}

}

@media screen and (max-width:560px){
	
	.sp-only{
		display: block;
	}
	.collection h1 {
	  	font-size: 1rem;
	}
	.collection h1 .text_red {
	  font-size: 20px;
	}
	.collection h2 {
		font-size: 25px;
	}
	.collection span {
		font-size: 35px;
	}
	.photo_tit {
		font-size: 18px;
	}
	.staff_item {
		gap: 4px;
	}
	.staff_tit{
		font-size: 18px;
	}
	.staff_link {
		width: 32%;
	}
	.staff_link_name {
		font-size: 12px;
	}
	.staff_link_shop {
		font-size: 10px;
		letter-spacing: 1px;
	}

}
