@charset "utf-8";

/* = base.php
----------------------------------------------- */

html,body {
  margin: 0; padding: 0; height: 100%; width: 100%; /* フッター固定に必要な記述 */
  max-width:100% !important;overflow-x:hidden;font-size:10px;
  background-color:rgb(251, 251, 251);
 }

body {
	font-family: "akzidenz-grotesk-next-pro", "a-otf-gothic-mb101-pr6n", akzidenz-grotesk-next-pro, a-otf-gothic-mb101-pr6n, sans-serif;
	
	line-height: 1.8em;
	color: rgb(28, 28, 28);
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight:400;
	background-color:rgb(251, 251, 251);}
	
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}	

.PC {
	display: block;}
.SP {
	display: none;}
img { /* レスポンシブ時の画像設定 */
	max-width: 100% !important;
	height: auto !important;
	vertical-align: middle !important;}
a,a:link,a:visited,a:active {
	color: rgb(28, 28, 28);}

::-moz-selection {
    background:#cccccc;
    color:#ffffff !important;
}
::selection {
    background:#cccccc;
    color:#ffffff !important;
}

.portrait32{
	width:100%;
	height:0;
	padding-top:150%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.portrait43{
	width:100%;
	height:0;
	padding-top:133.3333%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.portrait54{
	width:100%;
	height:0;
	padding-top:125%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.square{
	width:100%;
	height:0;
	padding-top:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.landscape23{
	width:100%;
	height:0;
	padding-top:66.6666%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.landscape34{
	width:100%;
	height:0;
	padding-top:75%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.landscape12{
	width:100%;
	height:0;
	padding-top:42.5532%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.landscape916{
	width:100%;
	height:0;
	padding-top:56.25%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.contentWrap{
	position:relative;
	padding-bottom:6rem;
}
#home .contentWrap{
	padding-bottom:12rem;
}
.tagCloud{
	margin-bottom:6rem;
	text-align:center;
}

.tagCloud a{
	display:inline-block;
	font-family: "akzidenz-grotesk-next-pro", "a-otf-gothic-mb101-pr6n", akzidenz-grotesk-next-pro, a-otf-gothic-mb101-pr6n, sans-serif;
	font-size:1.5rem !important;
	line-height:1.8em;
	letter-spacing:0.05em;
	font-weight:400;
	text-align:left;
	text-decoration:none !important;
	color:rgb(28, 28, 28);
	padding:.4rem 1.6rem;
	border-radius:3.2rem;
	border:solid 1px rgb(28, 28, 28);
	margin:.6rem .3rem;
}

/* = home
----------------------------------------------- */
.aboutTxtWrap{
	width:100%;
	max-width:144rem;
	margin:8.8rem auto;
	margin-bottom: 6rem;
}
.aboutTxtWrap .innerWrap{
	width:100%;
	padding:0 27.7777%;
}

.aboutTxt{
	font-family: "akzidenz-grotesk-next-pro", "a-otf-gothic-mb101-pr6n", akzidenz-grotesk-next-pro, a-otf-gothic-mb101-pr6n, sans-serif;
	font-size:1.5rem;
	line-height:1.8em;
	letter-spacing:0.025em;
	font-weight:400;
	text-align:left;
	text-decoration:none !important;
}

.gridWrap ul{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-direction:normal;
	-moz-box-direction:normal;
	-webkit-box-orient:horizontal;
	-moz-box-orient:horizontal;
	-webkit-flex-direction:row;
	-moz-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:0 .15rem;
}
.gridWrap ul li{
	width:33.3333%;
	width:calc(100% / 3);
	padding:.15rem;
}
.gridThumWrap{
	width:100%;
	overflow:hidden;
	position:relative;
	border-radius:.6rem;
}
.gridTitleWrap{
	position:absolute;
	left:0;
	bottom:-1.6rem;
	width:100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding:1.6rem 2.8rem;
	visibility:hidden;
	opacity:0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.gridTitle{
	font-family: "akzidenz-grotesk-next-pro", "a-otf-gothic-mb101-pr6n", akzidenz-grotesk-next-pro, a-otf-gothic-mb101-pr6n, sans-serif;
	font-size:1.5rem;
	line-height:1.8em;
	letter-spacing:0.025em;
	font-weight:400;
	text-align:left;
	color:#ffffff !important;
}
.gridDate{
	font-family: "akzidenz-grotesk-next-pro", "a-otf-gothic-mb101-pr6n", akzidenz-grotesk-next-pro, a-otf-gothic-mb101-pr6n, sans-serif;
	font-size:1.5rem;
	line-height:1.8em;
	letter-spacing:0.025em;
	font-weight:400;
	text-align:right;
	color:#ffffff !important;
}
.gridWrap ul li a:hover .gridTitleWrap{
	bottom:0;
	visibility:visible;
	opacity:1;
}

/* = single
----------------------------------------------- */

.scrollLink{
	position:fixed;
	z-index:10000;
	bottom:3.2rem;
	right:1.6rem;
	mix-blend-mode: difference;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility:visible;
	opacity:1;
}
.big .scrollLink{
	visibility:hidden;
	opacity:0;
}
.scrollLink img{
	width:1.64rem;
	height:auto;
}

.singlePageTitle{
	position:fixed;
	z-index:10000;
	top:2.8rem;
	right:1.6rem;
	font-family: "akzidenz-grotesk-next-pro", "a-otf-gothic-mb101-pr6n", akzidenz-grotesk-next-pro, a-otf-gothic-mb101-pr6n, sans-serif;
	font-size:1.5rem;
	line-height:1.8em;
	letter-spacing:0.025em;
	font-weight:400;
	text-align:left;
	-webkit-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: rotate(90deg) translate(100%, 0%);
	transform: rotate(90deg) translate(100%, 0%);
	color:#ffffff;
	mix-blend-mode: difference;
}
.singlePageTitle span{
	margin-left:2.4rem;
}

.section{
	width:100%;
}
.section.full{
	width:100%;
	margin:12.8rem auto;
}
.section.videoFull{
	width:100%;
	margin:12.8rem auto;
}
.section.landscape{
	width:100%;
	max-width:144rem;
	margin:8.8rem auto;
}
.section.video{
	width:100%;
	max-width:144rem;
	margin:8.8rem auto;
}
.section.portrait{
	width:100%;
	max-width:144rem;
	margin:8.8rem auto;
}
.section.editor{
	width:100%;
	max-width:144rem;
	margin:8.8rem auto;
}
.section.half{
	width:100%;
	max-width:144rem;
	margin:8.8rem auto;
}
#single .sectionWrap section:first-child{
	margin-top:12.8rem !important;
}
#single .sectionWrap section.full:first-child{
	margin-top:0rem !important;
}
#single .sectionWrap section.videoFull:first-child{
	margin-top:0rem !important;
}
#single .sectionWrap section:last-child{
	margin-bottom:10.8rem !important;
}

.section.full .innerWrap{
	width:100%;
}
.section.videoFull .innerWrap{
	width:100%;
}
.section.landscape .innerWrap{
	width:100%;
	padding:0 12.5%;
}
.section.video .innerWrap{
	width:100%;
	padding:0 12.5%;
}
.section.portrait .innerWrap{
	width:100%;
	padding:0 27.7777%;
}
.section.half .innerWrap{
	width:100%;
	padding:0 12.5%;
}
.section.editor .innerWrap{
	width:100%;
	padding:0 27.7777%;
}

.section .imgWrap{
	width:100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}
.section.full .imgWrap img, .section.landscape .imgWrap img, .section.portrait .imgWrap img{
	width:100%;
	height:auto;
}
.section.half .imgWrap img{
	width:47.4%;
}
.section.video .videoWrap video, .section.videoFull .videoWrap video{
	width:100%;
	height:auto;
}

.videoWrap{
	position:relative;
}

.videoWrap .play-btn{
	display: block;
	width: 8%;
	position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
}
.videoWrap .play-btn.playActive{display:none;}


.editorWrap, .editorWrap p, .editorWrap a, .editorWrap span{
	font-size:1.5rem;
	line-height: 1.8em;
	font-weight:300;
	letter-spacing:.025em;
}
.editorWrap p, .editorWrap a{
	margin-bottom:3.2rem;
}
.editorWrap h1, .editorWrap h2, .editorWrap h3, .editorWrap h4, .editorWrap h5, .editorWrap h6{
	font-size:1.5rem;
	line-height: 3rem;
	letter-spacing:.05em;
	margin:.9em 0;
}

.imgWrap .caption{
	font-family: "akzidenz-grotesk-next-pro", "a-otf-gothic-mb101-pr6n", akzidenz-grotesk-next-pro, a-otf-gothic-mb101-pr6n, sans-serif;
	font-size:1rem;
	line-height:1.5rem;
	letter-spacing:0.025em;
	font-weight:300;
	text-align:left;
	text-decoration:none !important;
	margin-top:.4rem;
	margin-bottom:1.3rem;
}
.editorWrap strong, .editorWrap b{
	font-weight: 400 !important;
}

.editorWrap h1{
	font-family: "akzidenz-grotesk-next-pro", "a-otf-gothic-mb101-pr6n", akzidenz-grotesk-next-pro, a-otf-gothic-mb101-pr6n, sans-serif;
	font-size:8.4rem;
	line-height:1em;
	letter-spacing:0.025em;
	font-weight:300;
	text-align:left;
	text-decoration:none !important;
	margin:.5em 0;
}
.editorWrap h2{
	font-family: "akzidenz-grotesk-next-pro", "a-otf-gothic-mb101-pr6n", akzidenz-grotesk-next-pro, a-otf-gothic-mb101-pr6n, sans-serif;
	font-size:2.3rem;
	line-height:1.4em;
	letter-spacing:0.025em;
	font-weight:300;
	text-align:left;
	text-decoration:none !important;
	margin:.7em 0;
}
.editorWrap h3{
	font-family: "akzidenz-grotesk-next-pro", "a-otf-gothic-mb101-pr6n", akzidenz-grotesk-next-pro, a-otf-gothic-mb101-pr6n, sans-serif;
	font-size:1.8rem;
	line-height:1.6em;
	letter-spacing:0.025em;
	font-weight:300;
	text-align:left;
	text-decoration:none !important;
	margin:.8em 0;
}
.editorWrap h4{
	font-family: "akzidenz-grotesk-next-pro", "a-otf-gothic-mb101-pr6n", akzidenz-grotesk-next-pro, a-otf-gothic-mb101-pr6n, sans-serif;
	font-size:1.5rem;
	line-height:1.8em;
	letter-spacing:0.025em;
	font-weight:300;
	text-align:left;
	text-decoration:none !important;
	margin:.9em 0;
}
.editorWrap h5{
	font-family: "akzidenz-grotesk-next-pro", "a-otf-gothic-mb101-pr6n", akzidenz-grotesk-next-pro, a-otf-gothic-mb101-pr6n, sans-serif;
	font-size:1.3rem;
	line-height:2em;
	letter-spacing:0.05em;
	font-weight:300;
	text-align:left;
	text-decoration:none !important;
	margin:1em 0;
}
.editorWrap h6{
	font-family: "akzidenz-grotesk-next-pro", "a-otf-gothic-mb101-pr6n", akzidenz-grotesk-next-pro, a-otf-gothic-mb101-pr6n, sans-serif;
	font-size:1.1rem;
	line-height:2.2em;
	letter-spacing:0.075em;
	font-weight:300;
	text-align:left;
	text-decoration:none !important;
	margin:1.1em 0;
}

.editorWrap img{
	width: 100%;
	height:auto;
	margin: 0 auto !important;
	display: block !important;
	float: none !important;
	padding: 0 !important;
	margin-bottom:4rem !important;
}
.editorWrap *:last-child{
	margin-bottom:0 !important;
}

.wp-pagenavi{
	width:100%;
	height:6rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	position:absolute;
	left:0;
	bottom:0;
}
.topNav .wp-pagenavi{
	position:relative;
	height:10.4rem;
	margin-top:4rem;
}
.homeNav .wp-pagenavi{
	position:relative;
	height:6rem;
	margin-top:4rem;
}
.prevNav{
	position:relative;
	margin-right:3em;
}
.nextNav{
	position:relative;
	margin-left:3em;
}
.wp-pagenavi a{
	font-family: "akzidenz-grotesk-next-pro", "a-otf-gothic-mb101-pr6n", akzidenz-grotesk-next-pro, a-otf-gothic-mb101-pr6n, sans-serif;
	font-size:1.5rem;
	line-height:1.8em;
	letter-spacing:0.025em;
	font-weight:400;
	color:rgb(28, 28, 28);
	text-decoration:underline;
	opacity:1;
}
.wp-pagenavi a:hover{
	opacity:.5;
}
.wp-pagenavi span{
	font-family: "akzidenz-grotesk-next-pro", "a-otf-gothic-mb101-pr6n", akzidenz-grotesk-next-pro, a-otf-gothic-mb101-pr6n, sans-serif;
	font-size:1.5rem;
	line-height:1.8em;
	letter-spacing:0.025em;
	font-weight:400;
	color:rgb(28, 28, 28);
	text-decoration:none;
	opacity:1;
}

.wp-pagenavi span.current{
	color:rgb(28, 28, 28) !important;
	opacity:.5 !important;
	margin:0 1em;
}
.wp-pagenavi span.current::after{
	content:" (end)";
}
.wp-pagenavi .page{
	margin:0 1em;
}
.wp-pagenavi .extend{
	margin:0 1em;
}

.wp-pagenavi .nextpostslink{
	margin-left:2em;
}
.wp-pagenavi .last{
	margin-left:1em;
}
.wp-pagenavi .previouspostslink{
	margin-right:2em;
	display:none;
}
.wp-pagenavi .first{
	margin-right:1em;
}

.pageNo{
	font-family: "akzidenz-grotesk-next-pro", "a-otf-gothic-mb101-pr6n", akzidenz-grotesk-next-pro, a-otf-gothic-mb101-pr6n, sans-serif;
	font-size:1.5rem;
	line-height:1.8em;
	letter-spacing:0.025em;
	font-weight:400;
	color:rgb(28, 28, 28);
	text-align:center;
	margin:6rem 0;
	display:none;
}
.loading{
	font-family: "akzidenz-grotesk-next-pro", "a-otf-gothic-mb101-pr6n", akzidenz-grotesk-next-pro, a-otf-gothic-mb101-pr6n, sans-serif;
	font-size:1.5rem;
	line-height:1.8em;
	letter-spacing:0.025em;
	font-weight:400;
	color:rgb(28, 28, 28);
	text-align:center;
	margin:6rem 0;
}

.jscroll-added .pageNo{
	display:block;
}
.pageNo.fixView{
	display:block;
}
.sortTitle{
	font-family: "akzidenz-grotesk-next-pro", "a-otf-gothic-mb101-pr6n", akzidenz-grotesk-next-pro, a-otf-gothic-mb101-pr6n, sans-serif;
	font-size:1.5rem;
	line-height:1.8em;
	letter-spacing:0.025em;
	font-weight:400;
	text-align:left;
	text-decoration:none !important;
	text-align:center;
}
.sortTitle a:hover{
	opacity:.5;
}


/* = Media (Responsive Setting)
-------------------------------------------------------------- */
@media only screen and (min-width: 2560px){

	html,body {
		font-size:10px;
	}
	
.gridWrap ul li{
	width:20%;
	width:calc(100% / 6);
	padding:.15rem;
}
	
} /*Query End*/
@media only screen and (min-width: 2000px) and (max-width: 2559px){

html,body {
		font-size:10px;
	}
	
.gridWrap ul li{
	width:25%;
	width:calc(100% / 4);
	padding:.15rem;
}


	
} /*Query End*/
@media only screen and (min-width: 1140px) and (max-width: 1440px){

html,body {
		font-size:9.4px;
	}
	
}/*Query End*/
@media only screen and (min-width: 960px) and (max-width: 1139px){

html,body {
		font-size:8.8px;
	}

.gridWrap ul li{
	width:50%;
	width:calc(100% / 2);
	padding:.15rem;
}


	
}/*Query End*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

html,body {
		font-size:8.2px;
	}

.gridWrap ul li{
	width:50%;
	width:calc(100% / 2);
	padding:.15rem;
}

.aboutTxtWrap .innerWrap{
	width:100%;
	padding:0 20%;
}

.section.full .innerWrap{
	width:100%;
}
.section.videoFull .innerWrap{
	width:100%;
}
.section.landscape .innerWrap{
	width:100%;
	padding:0 8%;
}
.section.video .innerWrap{
	width:100%;
	padding:0 8%;
}
.section.portrait .innerWrap{
	width:100%;
	padding:0 20%;
}
.section.half .innerWrap{
	width:100%;
	padding:0 8%;
}
.section.editor .innerWrap{
	width:100%;
	padding:0 20%;
}

.gridWrap ul li a .gridTitleWrap{
	bottom:0 !important;
	visibility:visible !important;
	opacity:1 !important;
}


} /*Query End*/
@media only screen and (max-width: 767px) {

html,body {
		font-size:8px;
	}
.PC {display: none;}
.SP {display: block;}

.gridWrap ul li{
	width:100%;
	padding:.15rem;
}

.section.full{
	width:100%;
	margin:8.8rem auto !important;
}
.section.videoFull{
	width:100%;
	margin:8.8rem auto !important;
}
.section.landscape{
	width:100%;
	max-width:144rem;
	margin:7.2rem auto !important;
}
.section.video{
	width:100%;
	max-width:144rem;
	margin:7.2rem auto !important;
}
.section.portrait{
	width:100%;
	max-width:144rem;
	margin:7.2rem auto !important;
}
.section.editor{
	width:100%;
	max-width:144rem;
	margin:7.2rem auto !important;
}
.section.half{
	width:100%;
	max-width:144rem;
	margin:7.2rem auto !important;
}
#single .sectionWrap section:first-child{
	margin-top:8.8rem !important;
}
#single .sectionWrap section.full:first-child{
	margin-top:0rem !important;
}
#single .sectionWrap section.videoFull:first-child{
	margin-top:0rem !important;
}
#single .sectionWrap section:last-child{
	margin-bottom:8.8rem !important;
}


.aboutTxtWrap .innerWrap{
	width:100%;
	padding:0 16%;
}

.section.full .innerWrap{
	width:100%;
}
.section.videoFull .innerWrap{
	width:100%;
}
.section.landscape .innerWrap{
	width:100%;
	padding:0 2rem;
}
.section.video .innerWrap{
	width:100%;
	padding:0 2rem;
}
.section.portrait .innerWrap{
	width:100%;
	padding:0 16%;
}
.section.half .innerWrap{
	width:100%;
	padding:0 2rem;
}
.section.editor .innerWrap{
	width:100%;
	padding:0 16%;
}
.gridWrap ul li a .gridTitleWrap{
	bottom:0 !important;
	visibility:visible !important;
	opacity:1 !important;
}

} /*Query End*/