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

/*---------------------------------------------
共通
---------------------------------------------*/
.hd_area {
  width: 60%;
  max-width: 720px;
  margin-top: 30px;
}
.hd_date {
  color: #ff3971;
  font-size: 16px;
  font-size: 1.6rem;
}
.hd_head {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.mv_img {
  margin-top: -5px;
  margin-bottom: 20px;
}
.mv_img img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
.hd_area {
  margin-top: 15px;
}
}


/*---------------------------------------------
リストページ
---------------------------------------------*/
/* リスト部分 */
.photo_list > ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.photo_list > ul > li + li {
  margin-left: 20px;
}
.photo_list > ul > li:nth-child(3n+1) {
  margin-left: 0;
}
.photo_list > ul > li {
  width: calc(33.33% - 14px);
  margin-bottom: 50px;
}
.photo_list > ul > li img {
  width: 100%;
  vertical-align: bottom;
}
.photo_img {
  position: relative;
}
.photo_date {
  display: block;
  margin-right: 10px;
}
.photo_ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: italic;
  display: flex;
  justify-content: flex-end;
  padding-top: 7px;
  box-sizing: border-box;
}
.photo_ttl > a {
  color: #223;
}
.photo_ttl > a:hover {
  opacity: .7;
}

@media only screen and (max-width: 1200px) {
.photo_list > ul > li {
  width: calc(50% - 10px);
}
.photo_list > ul > li:nth-child(2n+1) {
  margin-left: 0;
}
.photo_list > ul > li:nth-child(3n+1) {
  margin-left: auto;
}
.photo_list > ul > li:last-child {
  margin-left: 0;
}
}

@media only screen and (max-width: 767px) {
.photo_list > ul > li {
  width: 100%;
  margin-bottom: 25px;
}
.photo_list:last-child > ul > li {
  margin-bottom: 25px;
}
.photo_list > ul > li + li {
  margin-left: 0;
}
.photo_list > ul > li + li:nth-child(odd) {
  margin-left: auto;
}
.photo_list:last-child > ul > li:last-child {
  margin-bottom: 0;
}
.photo_ttl {
  font-size: 15px;
  font-size: 1.5rem;
}
.photo_img {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.photo_date {
  margin-bottom: 0;
}
}

/* カテゴリ表示 */
.photo_img::before {
  position: absolute;
  top: 10px;
  left: 0;
  background: 3px 7px;
  color: #fff;
  padding: 3px 7px;
  z-index: 1;
}
.photo_img.cate-m::before {
  content: "Monthly";
  background: rgba(217,203,52,.8);
}
.photo_img.cate-r::before {
  content: "Regular";
  background: rgba(158,201,36,.8);
}
.photo_img.cate-o::before {
  content: "Other";
  background: rgba(34,167,201,.8);
}
.photo_img.cate-c::before {
  content: "Collabo";
  background: rgba(230, 84, 84, 0.8);
}
.photo_img.cate-h::before {
  content: "Halloween";
  background: rgba(232, 145, 36,.8);
}
.photo_img.cate-men::before {
  content: "Men";
  background: rgba(34,167,201,.8);
}
.photo_img.cate-n::before {
  content: "Neo";
  background: rgba(34,167,201,.8);
}
.photo_img.cate-nu::before {
  content: "Null";
  background: rgba(154, 75, 241, 0.8);
}
.photo_img.cate-of::before {
  content: "OffShot";
  background: rgba(58, 131, 193, 0.8);
}
.photo_img.cate-s::before {
  content: "Story";
  background: rgba(34,167,201,.8);
}
.photo_img.cate-si::before {
  content: "SingSong";
  background: rgba(34,167,201,.8);
}
.photo_img.cate-y::before {
  content: "Yukata";
  background: rgba(232, 145, 36,.8);
}

/*---------------------------------------------
フッターエリア
---------------------------------------------*/
/* フッターを最下部に固定 */
#photoList .wrap {
  min-height: 100vh;
  position: relative;
  padding-bottom: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#photoList footer {
  width: 100%;
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 1200px) {
#photoList .wrap {
  padding-bottom: 150px;
}
}

/* コピーライト */
@media only screen and (max-width: 767px) {
#topics .copyright {
  padding-top: 30px;
  background: #f9f4f4;
}
#photoList .copyright {
  padding-top: 30px;
}
}


/*---------------------------------------------
ギャラリーページ
---------------------------------------------*/
/* ヘッダー */
#photoGallery .hd_area {
	width: 100%;
}
#photoGallery .hd_head {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media only screen and (max-width: 767px) {
#photoGallery .hd_head {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}
}

/* コンテンツ */
.gallery_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-top: 40px;
}
.gallery_info {
	width: 25%;
	max-width: 300px;
  position: relative;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: auto;
  z-index: 2;
}
.gallery_cont {
	width: 75%;
	max-width: 900px;
}
.gallery_cont > ul > li {
	margin-bottom: 120px;
}
.gallery_cont > ul > li:last-child {
	margin-bottom: 0;
}
.gallery_cont > ul > li img {
	width: 100%;
	vertical-align: bottom;
}

@media only screen and (max-width: 1200px)  {
.gallery_wrap {
	margin-top: 20px;
}
.gallery_cont > ul > li {
	margin-bottom: 60px;
}
}

@media only screen and (max-width: 767px) {
.gallery_wrap {
	display: block;
	margin-top: 0;
}
.gallery_info {
  height: auto;
}
.gallery_cont {
	width: 100%;
	max-width: 100%;
}
.gallery_cont > ul > li {
	margin-bottom: 20px;
}
.gallery_note {
  font-size: 11px;
  font-size: 1.1rem;
  text-align: right;
  margin-top: 10px;
}
}

/* サイドインフォ */
.profile_fixed {
  position: fixed;
  top: 0;
  width: 280px;
  height: 350px;
}
.gallery_info_name {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 70px;
	line-height: 1.2;
	padding-top: 50px;
	position: relative;
	z-index: 1;
	font-weight: normal;
}
.gallery_info_name.type-small {
  font-size: 50px;
  font-size: 5rem;
}
.gallery_info_name > span {
	display: block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	font-size: 2rem;
	margin-top: 14px;
}
.gallery_info .mod-linkList a {
	color: #223;
	font-size: 18px;
	font-size: 1.8rem;
}
.gallery_info_toLink.mod-linkList {
  margin-top: 50px;
}
.gallery_info_toLink.mod-linkList a::before {
  top: .4em;
  transform: rotate(90deg);
}
.gallery_info .mod-linkList a:hover {
	opacity: .7;
}
.gallery_info_staff {
  margin-top: 50px;
  font-family: 'Sorts Mill Goudy', serif;
}
.gallery_info_staff p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 1500px) {
.gallery_info_name {
  font-size: 50px;
  font-size: 5rem;
}
.gallery_info_name.type-small {
  font-size: 40px;
  font-size: 4rem;
}
.gallery_info_name > span {
	font-size: 16px;
	font-size: 1.6rem;
}
.gallery_info .mod-linkList a {
	font-size: 16px;
	font-size: 1.6rem;
}
.gallery_info_staff {
  font-size: 14px;
  font-size: 1.4rem;
}
}

@media only screen and (max-width: 1200px) {
.gallery_info_name {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 35px;
	line-height: 1.2;
	padding-top: 25px;
	position: relative;
	z-index: 1;
}
.gallery_info_name.type-small {
  font-size: 25px;
  font-size: 2.5rem;
}
.gallery_info_name > span {
	font-size: 14px;
	font-size: 1.4rem;
}
.gallery_info .mod-linkList {
	margin-top: 40px;
}
.gallery_info .mod-linkList a {
	font-size: 14px;
	font-size: 1.4rem;
}
.gallery_info_staff {
  font-size: 12px;
  font-size: 1.2rem;
}
}

@media only screen and (max-width: 767px) {
.gallery_info {
	width: 100%;
	max-width: 100%;
}
.gallery_info_fix {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	width: 100%;
	background: #fff;
	height: auto;
  z-index: 2;
}
.gallery_info_fix.profile_fixed {
	width: calc(100% - 30px);
}
.gallery_info_name {
	font-size: 24px;
	font-size: 2.4rem;
	padding-right: 20px;
	padding-top: 0;
  margin: 12px 0 13px;
}
.gallery_info_name > span {
	display: none;
}
.gallery_info .mod-linkList {
	margin-top: 0;
}
.gallery_info .mod-linkList a {
	font-size: 14px;
	font-size: 1.4rem;
}
.gallery_info_staff {
  margin-top: 20px;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}
}

/* ページネーション */
.pagination {
  margin-top: 100px;
  padding-top: 20px;
  border-top: 1px dashed #223;
}
.pagination ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.pagination > ul > li > a {
  color: #223;
  position: relative;
}
.pagination > ul > li > a:hover {
  opacity: .7;
}
.pagination_prev > a {
  padding-left: 1em;
}
.pagination_next > a {
  padding-right: 1em;
}
.pagination_prev > a::before {
  position: absolute;
  top: .2em;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  margin-bottom: auto;
  content: '';
  border: 5px solid transparent;
  border-right-color: #223;
}
.pagination_next > a::after {
  position: absolute;
  top: .2em;
  bottom: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: 0;
  margin-bottom: auto;
  content: '';
  border: 5px solid transparent;
  border-left-color: #223;
}
.pagination > ul > li > a > i {
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
.pagination {
  margin-top: 30px;
}
}

/* 導線エリア */
.other_gallery {
  padding-top: 150px;
}
.other_gallery_hd {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 20px;
  color: #666;
}

@media only screen and (max-width: 767px) {
.other_gallery {
  padding-top: 75px;
}
.other_gallery_hd {
  font-size: 20px;
  font-size: 2rem;
}
}
