@charset "utf-8";

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

html,body {
  margin: 0; padding: 0;
}
body {
	font-family:linotype-sabon, dnp-shuei-mincho-pr6n, serif;
	letter-spacing:0.05em;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight:400;
	color: #1A1A1A;
	background-color:#FFF;}
	
*, *: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;
}
img, li, div{ line-height:0 !important;
}
p, a{
	line-height:1em;
}
.PC {
	display: block;}
.SP {
	display: none;}
a,a:link,a:visited,a:active {
	word-break: break-all;
	color: #000;}
a:hover {
	text-decoration: none;}
.clearfix{
	clear:both;
}

/* = modal
----------------------------------------------- */
#modalBg{
	position:fixed;
	width:100%;
	height:100%;
	display:none;
	z-index:1200;
	cursor:pointer;
}
.openArticle #modalBg{
	display:block;
	background-color:#fff;
}
.open #modalBg{
	display:block;
	background-color:#aeaeae;
}
.openIndex #modalBg{
	display:block;
	background-color:#aeaeae;
}
.modal {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height:100%;
    overflow: hidden;
	overflow-y: auto; 
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    background: #aeaeae;
    -webkit-transition: all .2s;
    transition: all .2s;
    visibility: hidden;
    opacity: 0;
    padding:80px 4%;
}

.modalLangWrap{
	margin-top:20px;
}
.modalLangWrap li{
	display:inline-block;
	position:relative;
}

.modalLangWrap li:last-child::before{
	width:50px;
	content:"-";
	margin:0 .25em;
	margin-left:0;
	font-size: 24px;
	line-height: 1.6em;
	letter-spacing: .025em;
	font-weight: 500;
	text-decoration:none !important;
	color:#fff;
}
.modalLangWrap li.current-lang a{
	font-weight:600 !important;
}

.modal li a {
    font-size: 24px;
	line-height: 1.6em;
	letter-spacing: .0em;
	font-weight: 500;
    color: #fff !important;
	text-decoration:none !important;
	position:relative;
	margin-bottom:12px;
}
.modal li a:hover {
    color: #000;
}
.menu > li:hover > a{
	font-weight:600;
}
.menu > li > a.current{
	font-weight:600;
}
.close{
	position:fixed;
	color: #fff !important;
	text-decoration:none;
	font-size:16px;
	line-height:1.1875em;
	letter-spacing:.025em;
	font-weight:500;
	top:28px;
	right:4%;
	z-index:999999;
	display:none;
	cursor:pointer;
}
.open .close{
	display:block;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .modal {
    -webkit-transition: all .2s;
    transition: all .2s;
    visibility: visible;
    opacity: 1;
	z-index:99999;
}
.menu-trigger {
	display:block;
	position:fixed;
	color: #fff !important;
	text-decoration:none;
	font-size:16px;
	line-height:1.1875em;
	letter-spacing:.025em;
	font-weight:500;
	top:28px;
	right:4%;
	z-index:9999;
	display:none;
	mix-blend-mode: difference;
}
.open .menu-trigger{
	display:none;
}
.openIndex .menu-trigger{
	display:none;
}
.menu-trigger.index-btn{
	right:auto;
	left:4%;
	opacity:0;
	visibility:hidden;
}
.scroll .menu-trigger.index-btn{
	opacity:1;
	visibility:visible;
}

/* IE10 & IE11 */
_:-ms-input-placeholder, :root .menu-trigger {
        color:#fff;
}
.modalLogo{
	position:fixed;
	top:28px;
	left:4%;
}	
.modalLogo a{
	font-size:16px;
	line-height:1.1875em;
	letter-spacing:.025em;
	font-weight:600;
	text-decoration:none;
	color:#fff;
}
.modalIndex {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height:100%;
    overflow: hidden;
	overflow-y: auto; 
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    background: #aeaeae;
    -webkit-transition: all .2s;
    transition: all .2s;
    visibility: hidden;
    opacity: 0;
    padding:0px 4%;
    mix-blend-mode: difference;
}
.openIndex .modalIndex {
    -webkit-transition: all .2s;
    transition: all .2s;
    visibility: visible;
    opacity: 1;
	z-index:99999;
	mix-blend-mode: normal;
}
.openIndex .index-btn {
	display:none;
}
.modalWorksTitle{
	position:relative;
	margin-top:28px;
	margin-left:0;
	margin-bottom:40px;
	font-size:16px;
	line-height:1.4545em;
	letter-spacing:.025em;
	font-weight:600;
	text-decoration:none;
	color:#fff;
}
.closeIndex{
	position:fixed;
	color: #fff !important;
	text-decoration:none;
	font-size:16px;
	line-height:1.1875em;
	letter-spacing:.025em;
	font-weight:500;
	top:28px;
	right:4%;
	z-index:999999;
	display:none;
	cursor:pointer;
}
.openIndex .closeIndex{
	display:block;
}
.modalIndex li a{
	font-size: 24px;
	line-height: 1.6em;
	letter-spacing: .0em;
	font-weight: 500;
	margin-bottom:12px;
	color:#fff !important;
}

.modalIndex .article-btn{
	color:#fff !important;
	font-size: 16px;
	line-height: 1.6em;
	letter-spacing: .0em;
	font-weight: 500;
	margin-top:40px;
	display:block;
}

.modalArticle {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height:100%;
    overflow: hidden;
	overflow-y: scroll; 
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    background: #ffffff;
    -webkit-transition: all .2s;
    transition: all .2s;
    visibility: hidden;
    opacity: 0;
    display:block;
}
.openArticle .modalArticle {
    -webkit-transition: all .2s;
    transition: all .2s;
    visibility: visible;
    opacity: 1;
	z-index: 10000;
	mix-blend-mode: normal;
}
.articleInnerWrap{
	padding:75px 18%;
	background: #ffffff;
	position:relative;
}

/*Firefox*/
.modalArticle {
    scrollbar-width: thin;
    scrollbar-color: gray lightgray;
    overflow：-moz-scrollbars-vertical;
	overflow-y:scroll !important;
	min-height:100% !important;
}

.modalArticle::-webkit-scrollbar{
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar:vertical {
    height: 6px;
}
.modalArticle::-webkit-scrollbar-track{
  background: none;
  border: none;
  border-radius: 0px;
  box-shadow: inset 0 0 1px #000; 
}
.modalArticle::-webkit-scrollbar-thumb{
  background: #666;
  border-radius: 0px;
  box-shadow: none;
}

.articleLink{
	/*position:fixed;
	left:3.2%;
	bottom:28px;*/
	color:#ffffff !important;
	font-size: 16px;
	line-height: 1.4545em;
	letter-spacing: .025em;
	font-weight: 500;
	padding-left: 1em;
	text-indent: -1em;
	display: inline-block;
	margin-bottom:21.6px;
}

.closeArticle{
	position:fixed;
	color: #fff !important;
	text-decoration:none;
	font-size:16px;
	line-height:1.1875em;
	letter-spacing:.025em;
	font-weight:500;
	top:28px;
	right:3.2%;
	z-index:999999;
	display:none;
	cursor:pointer;
	mix-blend-mode: difference;
}
.openArticle .closeArticle{
	display:block;
}
.modalArticle .modalWorksTitle{
	color:#fff !important;
	position:fixed;
	top:28px;
	left:3.2%;
	margin-top:0;
	margin-left:0;
	z-index:999999;
	cursor:pointer;
	padding-left: 1em;
	text-indent: -1em;
	display: inline-block;
	mix-blend-mode: difference;
}

.articleName{
	color: #000000;
	font-size: 23px;
	line-height: 1.5555em;
	letter-spacing: .025em;
	font-weight: 400;
	margin-bottom: 8%;
	text-align: center;
}

.backArticle{
	position:absolute;
	bottom:28px;
	left:0;
	width:100%;
	text-align:center;
	font-size: 21px;
	line-height:1.4545em;
	letter-spacing: .025em;
	font-weight: 500;
	color:#000 !important;
	text-decoration:none !important;
	z-index:1000;
	cursor:pointer;
}

/* = header.php
----------------------------------------------- */

#skrollr-body {
	background:#ffffff;
  }
#header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: #fff;
	mix-blend-mode: difference;
	padding:28px 3.2%;
	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;
}
.open #header{
	mix-blend-mode: normal;
}
nav.globalNav{
	width:576px;
	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;
}
nav.globalNav ul{
	width:420px;
	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;
}
nav.globalNav ul li a{
	color: #fff;
	text-decoration:none;
	font-size:16px;
	line-height:1.1875em;
	letter-spacing:.025em;
	font-weight:500;
}
nav.globalNav ul li a.current{
	font-weight:600;
}
nav.globalNav ul li a:hover{
	font-weight:600;
}
	
.logo{
	opacity:1;
	visibility:visible;
	-webkit-transition: all .2s;
    transition: all .2s;
}
.logo a{
	font-size:16px;
	line-height:1.1875em;
	letter-spacing:.025em;
	font-weight:600;
	text-decoration:none;
	color:#fff;
}
.langWrap{
	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;
}
.langWrap li a{
	color: #fff;
	text-decoration:none;
	font-size:16px;
	line-height:1.1875em;
	letter-spacing:.025em;
	font-weight:500;
}
.langWrap li a:hover{
	font-weight:600;
}
.langWrap li:last-child::before{
	width:50px;
	content:"-";
	margin:0 .25em;
	font-size:16px;
	line-height:1.1875em;
	letter-spacing:.025em;
	font-weight:500;
	text-decoration:none !important;
	color:#fff;
}
.langWrap li.current-lang a{
	font-weight:600 !important;
}
	
/* = home
----------------------------------------------- */

.sec {
    width: 100%;
    z-index: 999;
    position: relative;
    min-height:116vh;
    background-color:#000;
}
.topKv {
    width: 100%;
    height: 100%;
    min-height: 116vh;
    opacity: 0;
    display: block !important;
    transition: opacity 1s;
    background-size:cover;
    background-repeat:none;
}
.sec.current .topKv {
    opacity: 1;
    display: block !important;
    transition: opacity 1s;
}
.selectedTitle{
	position:fixed;
	left:3.2%;
	bottom:28px;
	opacity:0 !important;
	visibility:hidden !important;
	 mix-blend-mode: difference;
}
.selectedTitle h2{
	color: #fff;
	text-decoration:none;
	font-size: 21px;
	line-height: 1.4545em;
	letter-spacing: .025em;
	font-weight: 500;
	margin-bottom:.9em;
}
.selectedTitle p{
	color: #fff;
	text-decoration:none;
	font-size: 13px;
	line-height: 1.8333em;
	letter-spacing: .025em;
	font-weight: 500;
}
.sec.current .selectedTitle{
	opacity:1 !important;
	visibility:visible !important;
}

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

/* scrollify.jsに関係する記述はここかから */
.scrollify{
	position:relative;
	width: 100%;
	opacity:0;
	-webkit-transition: all .2s;
	transition: all .2s;
	min-height:104vh;
	padding-bottom:4%;
}
.scrollify.current{
	opacity:1;
}
/* scrollify.jsに関係する記述はここまで */

section:first-child .sectionName{
	display:none;
}
.sectionName{
	display:none;
	font-size: 12px;
	line-height: 1.1875em;
	letter-spacing: .1em;
	color:#000;
	text-align:center;
	position:absolute;
	top:32px;
	left:0;
	width:100%;
}

.contentWrap{
	width:100%;
	padding:112px 3.2%;
	padding-bottom:144px;
	background:#ffffff;
	position:relative;
	min-height:calc( 100vh - 56px );
}
#single .contentWrap{
	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;
}
.infoWrap{
	width:24%;
	position:fixed;
	top:112px;
	left:3.2%;
	mix-blend-mode: difference;
	-webkit-transition: all .2s;
    transition: all .2s;
    padding-right:1.6%;
    z-index:9999;
}
.endPage .infoWrap{
	opacity:0;
}
.sectionInner{
	width:100%;
	padding:112px 3.2%;
	padding-left:28%;
	padding-bottom:112px;
}
.worksTitle{
	font-size:21px;
	line-height:1.4545em;
	letter-spacing:.075em;
	font-weight:500;
	margin-bottom:.9em;
	color:#ffffff;
}
.yearCat{
	font-size:14px;
	line-height:1.1428em;
	letter-spacing:.025em;
	font-weight:400;
	margin-bottom:3.4em;
	color:#ffffff;
}
.sectionLink{
	margin-bottom:6%;
}
.credit{
	font-size:12px;
	line-height:1.8333em;
	letter-spacing:.025em;
	font-weight:400;
	margin-bottom:1.8em;
	color:#ffffff;
}
.sectionLink li a{
	font-size:14px;
	line-height:1.6em;
	letter-spacing:.025em;
	font-weight:400;
	text-decoration:none;
	color:#ffffff;
	cursor:pointer;
}
.sectionLink li.current a{
	font-weight:600;
}
.sectionLink li a:hover{
	font-weight:600;
}
.note{
	font-size:13px;
	line-height:1.6em;
	letter-spacing:.05em;
	font-weight:500;
	margin-top:8%;
}
.linkWrap{
	margin-top:4%;
}
.linkWrap li{
	margin-bottom:2px;
}
.linkWrap li a{
	font-size:13px;
	line-height:1.6em;
	letter-spacing:.05em;
	font-weight:500;
	text-decoration:underline;
}

/* スライドショーここから */
.swiper-container{
	background:#ffffff;
}
.swiper-slide{
	height: auto !important;
	position:relative;
	background:#ffffff;
}
.slideLink{
	position:absolute;
	width:100%;
	height:100%;
	z-index:999999;
}
.thumblist .slideLink{
	display:none !important;
}
.swiper-slide .slideImage{
	position:relative;
	height:100%;
	padding-top:0%;
	padding-bottom:5%;
	overflow:hidden;
	text-align:center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.singleSlide{
min-height: 44vw !important;
}
.swiper-slide .slideImage img{
	height:100%;
	max-height: 44vw !important;
	width: auto;
}
.captionWrap{
	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-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position:absolute;
	bottom:14px;
	left:0;
	z-index:999999;
	width:100%;
    color:#ffffff;
    mix-blend-mode: difference;
}
.slideCaption{
	width:84%;
	text-align:center;
	padding-left:16%;
	color:#ffffff;
	font-size:14px;
	line-height:1.56em;
	letter-spacing:.025em;
	font-weight:400;
}
.slideNum{
	width:16%;
	text-align:right;
	color:#ffffff;
	font-size:14px;
	line-height:1.56em;
	letter-spacing:.025em;
	font-weight:400;
}
.thumblist{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-flex-direction:row;
    -moz-flex-direction:row;
    flex-direction:row;
    webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.thumblist .slideImage img{
	height:4.4444vw;
	margin-right:1vw;
	margin-top:1vw;
	width:auto;
}
.thumblist .captionWrap{
	display:none !important;
}
.swiper-button-prev,
.swiper-button-next {
	top:0 !important;
	width: 56px !important;
	height: 100% !important;
	background-size: 28px 28px;
	background-repeat:no-repeat;
	background-position:center;
}
.swiper-button-next {
	background-image: url(images/next.svg);
	mix-blend-mode: difference;
	right:-8px !important;
}
.swiper-button-prev {
	background-image: url(images/prev.svg);
	mix-blend-mode: difference;
	left:-8px !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
 display:none !important;
}
/* スライドショーここまで */

/* ギャラリーここから */
.gallerySection{
	width:100%;
}
.galleryOne{
	width:100%;
}
.galleryTwo{
	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:nowrap;
    -moz-flex-wrap:nowrap;
    flex-wrap:nowrap;
}
.imageWrapLeft, .imageWrapRight{
	width:49.3%;
}
.gallerySection .image, .gallerySection .image img{
	width:100%;
}
.galleryOne li{
	margin-bottom:1.32%;
}
.galleryTwo li{
	margin-bottom:2.8%;
}
.gallerySection .caption{
	text-align:left;
	color:#000000;
	font-size:14px;
	line-height:1.1428em;
	letter-spacing:.025em;
	font-weight:400;
	margin-top:.2em;
	margin-bottom:.2em;
}
/* ギャラリーここから */

/* コラムここから */
.columnTitle{
	color:#000000;
	font-size:20px;
	line-height:1.5555em;
	letter-spacing:.025em;
	font-weight:500;
	margin-bottom:4%;
	width:100%;
}
.layoutOne, .layoutTwo{
	width:100%;
	margin-bottom:6%;
}
.layoutOne.layoutNote{
	margin-bottom:12%;
}
.layoutTwo{
	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:nowrap;
    -moz-flex-wrap:nowrap;
    flex-wrap:nowrap;
}
.columnEditorLeft, .columnEditorRight{
	width:48%;
}
.layoutOne p{
	font-size:16px;
	line-height:1.8571em;
	letter-spacing:.025em;
	font-weight:500;
	margin-bottom:1em;
}
.layoutOne.layoutNote p{
	font-size:12px;
	letter-spacing:.0em;
	font-weight:400;
}
.layoutOne sup, .layoutTwo sup{
font-size: 12px;
font-weight: 600 !important;
position: relative;
top: -8px;
margin-left: -8px;
letter-spacing: 0;
}
.layoutTwo p{
	font-size:16px;
	line-height:1.8571em;
	letter-spacing:.025em;
	font-weight:500;
	margin-bottom:1em;
}
.layoutOne p, .layoutTwo p{
	width:100%;
}
.layoutOne img, .layoutTwo img{
	max-width:100%;
	font-size:16px;
	margin-bottom:-.6em;
	width:auto;
	height:auto;
}
.layoutOne p > img, .layoutTwo p > img, .layoutOne a > img, .layoutTwo a > img{
	max-width:100%;
	font-size:16px;
	margin-bottom:-.6em;
	padding:2em 0;
	padding-top: .4em;
	width:auto;
	height:auto;
}
.layoutOne a, .layoutTwo a{
	text-decoration:underline;
}
.wp-caption{
	max-width:100%;
	font-size:14px;
	padding:2em 0;
	padding-top: .4em;
}
.wp-caption-text{
	font-size:12px !important;
	line-height:1.56em !important;
	letter-spacing:.025em !important;
	font-weight:400;
	margin-top:1.4em;
	max-width:100%;
	overflow:hidden;
}
.wp-caption > a > img, .wp-caption > img{
	padding:0 !important;
}
.preface{
	padding-left:8%;
	font-size:13px;
	line-height:1.84615em;
	letter-spacing:.05em;
	font-weight:500;
	margin-bottom:6%;
	font-style:italic;
}
.layoutImage{
	margin-bottom:6%;
	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;
}
.layoutImage img{
	width:100%;
	height:auto;
}
.columnImage{
	margin-bottom:2%;
}
.columnImageCaption{
	font-size:12px !important;
	line-height:1.56em !important;
	letter-spacing:.025em !important;
	font-weight:400;
	margin-top:.4em;
}
.columnImageCaption span{
	font-size:12px !important;
	line-height:1.56em !important;
	letter-spacing:.025em !important;
	font-weight:400;
	margin-top:.4em;
}
.columnImageCaption a{
	font-size:12px !important;
	line-height:1.56em !important;
	letter-spacing:.025em !important;
	font-weight:400;
	margin-top:.4em;
}
.wp-caption.aligncenter{
	text-align: center !important;
	width:100% !important;
}
.wp-caption.aligncenter img{
	text-align: center !important;
	display:inline-block !important;
}
/* コラムここまで */

/* 映像ここから */
.video{
	margin-bottom:8%;
}
.youtube {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	margin-bottom:4%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vimeo {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
	width:100%;
	margin-bottom:4%;
}
.vimeo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videoTitle{
	font-size:14px;
	line-height:1.56em;
	letter-spacing:.025em;
	font-weight:600;
	margin-bottom:.56em;
}
.videoCaption{
	font-size:14px;
	line-height:1.56em;
	letter-spacing:.025em;
	font-weight:400;
}
/* 映像ここまで */

/* 3dここから */
.dSection iframe{
	width: 100% !important;
	height: 39vw !important;
} 
/* 3dここまで */

.fullscreen{
	height:108vh !important;
	width:100%;
}
.fullscreen .kv{
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	height:108vh !important;
	width:100%;
	background-color:#aeaeae;
}
.fullscreen .kv a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.last-section{
	position:relative;
	padding-bottom:28px;
	min-height:auto !important;
}
.swiper-work{
	opacity:0 !important;
	-webkit-transition: all 1s;
    transition: all 1s;
    padding-top:112px;
    width:100%;
    overflow:hidden;
}
.otherTitle{
	color: #000000;
	font-size: 18px;
	line-height: 1.5555em;
	letter-spacing: .025em;
	font-weight: 400;
	margin-bottom: 4%;
	text-align:center;
}
.endPage .swiper-work{
	opacity:1 !important;
}
.toArchives{
	position:absolute;
	bottom:28px;
	left:3.2%;
	color: #fff;
	text-decoration: none;
	font-size: 21px;
	line-height:1.4545em;
	letter-spacing: .025em;
	font-weight: 500;
	color:#ffffff !important;
	mix-blend-mode: difference;
	text-decoration:none !important;
	z-index:1000;
}
.backLink{
	position:fixed;
	bottom:28px;
	left:3.2%;
	color: #fff;
	text-decoration: none;
	font-size: 21px;
	line-height:1.4545em;
	letter-spacing: .025em;
	font-weight: 500;
	color:#ffffff !important;
	mix-blend-mode: difference;
	text-decoration:none !important;
	z-index:9999;
}
.endPage .backLink{
	display:none;
}
.lb-closeContainer{
	position:fixed;
	top:28px;
	right:3.2%;
	z-index:999999;
}
.lb-image{
	max-width: 100% !important;
	height: auto !important;
	vertical-align: middle !important;
}
.lb-nav a.lb-next{
	background-size: 28px 28px !important;
	background-repeat:no-repeat !important;
	background-position:right 3.2% center !important;
	background-image: url(images/nextBk.svg) !important;
}
 .lb-nav a.lb-prev{
 	background-size: 28px 28px !important;
 	background-repeat:no-repeat !important;
 	background-position:left 3.2% center !important;
 	background-image: url(images/prevBk.svg) !important;
}

/* = archives-works
----------------------------------------------- */

.grid{
	width:100%;
 	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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom:-3.2%;
}
.grid li{
	width:31.2%;
	margin-bottom:5.6%;
	margin-right:3.2%;
}
.grid li:nth-child(3n){
	margin-right:0;
}
.gridThum, .gridThum img, .gridTitle{
	width:100%;
}
.gridThum{
	overflow: hidden;
    position: relative;
    width:100%;
    margin:0 auto;
    padding-top: 66.6666%;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    background-color:#fafafa;
}
.grid li a{
	text-decoration:none !important;
	color:#000 !important;
}
.gridTitle{
	font-size:15px;
	line-height:1.4666em;
	letter-spacing:.075em;
	font-weight:500;
	text-decoration:none;
	color:#000;
	text-align:left;
	margin-top:1.1333em;
}
.gridCat{
	font-size:12px;
	line-height:1.16666em;
	letter-spacing:.025em;
	font-weight:500;
	text-decoration:none;
	color:#000;
	text-align:left;
	margin-top:1em;
}
.slideTitle{
	font-size:15px;
	line-height:1.4666em;
	letter-spacing:.075em;
	font-weight:500;
	text-decoration:none;
	color:#000;
	text-align:center;
	margin-top:1.1333em;
}
.slideCat{
	font-size:12px;
	line-height:1.16666em;
	letter-spacing:.025em;
	font-weight:500;
	text-decoration:none;
	color:#000;
	text-align:center;
	margin-top:1em;
}
.swiper-slide a{
	text-decoration:none !important;
}
.filterWrap a{
	font-size:14px;
	line-height:1.1428em;
	letter-spacing:.025em;
	font-weight:400;
	text-decoration:none;
}
.filterWrap span{
	display:none;
}
.filterWrap{
	float:left;
	margin-bottom:14px;
}
.filterWrap ul{
	width:100%;
 	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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.filterWrap ul li{
	margin-right:16px;
	margin-bottom:12px;
}
.filterWrap a.current, .viewStyle a.current{
	font-weight:600;
}
.archiveBackLink{
	position:absolute;
	bottom:-16px;
	left:3.2%;
	color: #fff;
	text-decoration: none;
	font-size: 21px;
	line-height:1.4545em;
	letter-spacing: .025em;
	font-weight: 500;
	color:#ffffff !important;
	mix-blend-mode: difference;
	text-decoration:none !important;
	z-index:1000;
}

/* = archives-news
----------------------------------------------- */
.pageTitle{
	font-size:21px;
	line-height:1.6em;
	letter-spacing:.075em;
	font-weight:500;
	margin-bottom:.9em;
}
.timeseriesWrap section{
	padding-bottom:72px;
}
.timeseriesWrap section{
	width:100%;
    position:relative;
}
.timeseriesWrap section .timeseriesTitle{
	width:21.7%;
	position:absolute;
	top:0;
	left:0;
}
.timeseriesWrap section .gridNews{
	width:100%;
	padding-left:21.7%;
	padding-top:8px;
	margin-bottom:-4.8%;
}
.timeseriesWrap #Current .gridNews li, .timeseriesWrap #Upcoming .gridNews li{
	margin-bottom:7.2%;
} 
.timeseriesWrap #Past{
	display:none;
}
.timeseriesWrap #Current .gridNews, .timeseriesWrap #Upcoming .gridNews{
	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;
}
.timeseriesWrap #Past .gridNews{
 	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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.accordion-content{
	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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.timeseriesWrap #Past .gridNews li{
	width:30%;
	margin-bottom:7.2%;
	margin-right:5%;
}
.accordion-content li{
	width:30%;
	margin-bottom:7.2%;
	margin-right:5%;
}
.timeseriesWrap #Past .gridNews li:nth-child(3n){
	margin-right:0;
}
.accordion-content li:nth-child(3n){
	margin-right:0;
}
.timeseriesWrap #Current .gridNews li,.timeseriesWrap #Upcoming .gridNews li{
	width:46%;
}
.newsThum img{
	width:auto;
	max-height:38vw;
	max-width:100%;
}
.past .newsThum img{
	width:auto;
	max-height:26vw;
	max-width:100%;
}
.timeseriesTitle{
	font-size:21px;
	line-height:1.4545em;
	letter-spacing:.075em;
	font-weight:500;
	margin-bottom:.9em;
}
.newsText{
	margin-top:6%;
}
.past .newsText{
	margin-top:7.6%;
}
.newsCat{
	font-size:12px;
	line-height:1.16666em;
	letter-spacing:.025em;
	font-weight:500;
	text-decoration:none;
	color:#000;
	text-align:left;
}
.newsTitle{
	font-size:18px;
	line-height:1.5555em;
	letter-spacing:.025em;
	font-weight:400;
	margin-top:1.2em;
}
.newsTitle a{
	text-decoration:none !important;
}
.past .newsTitle{
	font-size:15px;
	line-height:1.4666em;
}
.newsSubTitle{
	font-size:16px;
	line-height:1.4545em;
	letter-spacing:.075em;
	font-weight:500;
	margin-top:.6em;
}
.past .newsSubTitle{
	font-size:13px;
}
.newsOverview{
	font-size:13px;
	line-height:1.92em;
	letter-spacing:.05em;
	font-weight:500;
	margin-top:1.6em;
}
.past .newsOverview{
	font-size:12px;
	line-height:1.68em;
}
.accordion-title{
	position:relative;
	width:100%;
	font-size: 21px;
	line-height: 1.4545em;
	letter-spacing: .025em;
	font-weight: 500;
	padding-left:.75em;
	cursor:pointer;
}
.accordion-title::after{
	content:"+";
	position:absolute;
	top:-.1em;
	left:0em;
	font-size: 21px;
	line-height: 1.4545em;
	letter-spacing: .025em;
	font-weight: 500;
}
.accordion-title.open::after{
	content:"-";
}
.past .gridNews{
	padding-top:0 !important;
}
.accordion-content{
	padding-top:3.2%;
	padding-bottom:.8%;
}
.newsLink{
	display:block;
	font-size:14px;
	line-height:1.84615em;
	letter-spacing:.05em;
	font-weight:500;
	margin-top:.6em;
	text-decoration:none;
}
.past .newsLink{
	font-size:13px;
}
.newsLink span{
	text-decoration:underline;
}
.outerLink{
	display:block;
	font-size:13px;
	line-height:1.84615em;
	letter-spacing:.05em;
	font-weight:500;
	margin-top:1.2em;
	text-decoration:underline;
}
.past .outerLink{
	font-size:12px;
}
#taxonomy-news .gridNews{
	padding-left:0;
}
#taxonomy-news .gridNews > li{
	position:relative;
	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;
}
#taxonomy-news .accordion-title{
	width:21.7%;
	font-size: 21px;
	line-height: 1.4545em;
	letter-spacing: .025em;
	font-weight: 500;
	padding-left:.75em;
}
#taxonomy-news .accordion-content{
	width:78.3%;
	padding-top:8px;
}

/* = single-news
----------------------------------------------- */
.singleNewsSection{
	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;
}
.newsSectionInner{
	width:58.8%;
}
.newsSingleThum{
	width:33.2%;
}
.newsSingleThum img{
	width:100%;
	height:auto;
}
.singleTitleWrap{
	margin-bottom:8%;
}
.columnSection{

	    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;
}
.singleTitleWrap .newsCat{
	font-size:14px;
	line-height:1.1428em;
	letter-spacing:.025em;
	font-weight:400;
	text-decoration:none;
}
.singleTitleWrap .newsTitle{
	font-size:21px;
	line-height:1.6em;
	letter-spacing:.075em;
	font-weight:500;
	margin-bottom:.6em;
}
.singleTitleWrap .newsSubTitle{
	font-size:18px;
	line-height:1.4545em;
	letter-spacing:.075em;
	font-weight:400;
	margin-bottom:8%;
}
#single-news .columnTitle{
	font-size:15px;
	line-height:1.64em;
	letter-spacing:.075em;
	font-weight:500;
	margin-top:.6em;
}

/* = archive-publications
----------------------------------------------- */

.pubGrid{
	width:100%;
 	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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom:-3.2%;
}
.pubGrid li{
	width:22.6%;
	margin-bottom:5.6%;
	margin-right:3.2%;
}
.pubGrid li:nth-child(4n){
	margin-right:0;
}
.pubGridThum, .pubGridThum img, .pubGridTitle{
	width:100%;
}
.pubGridThum{
	overflow: hidden;
    position: relative;
    width:100%;
    margin:0 auto;
    padding-top: 133.2317%;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    background-color:#fafafa;
}
.pubGridTitle{
	font-size:15px;
	line-height:1.4666em;
	letter-spacing:.075em;
	font-weight:500;
	text-decoration:none;
	color:#000;
	text-align:left;
	margin-top:1.1333em;
}
.pubCredit{
	font-size:12px;
	line-height:1.68em;
	letter-spacing:.05em;
	font-weight:500;
	text-decoration:none;
	color:#000;
	text-align:left;
	margin-top:1em;
}
.pubLink{
	display:block;
	font-size:12px;
	line-height:1.68em;
	letter-spacing:.05em;
	font-weight:500;
	margin-top:1em;
	text-decoration:underline;
}

/* = CV
----------------------------------------------- */

#cv .contentWrap{
	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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.profileWrap{
	width:33.2%;
	margin-right:8%;
}
.cvWrap{
	width:33.2%;
	margin-right:4%;
}
.snsWrap{
	width:21.6%;
}
.portrait, .portrait img{
	width:100%;
}
.portrait{
	margin-bottom:8%;
}
.cvWrapTitle{
	font-size: 14px;
	line-height: 1.8571em;
	letter-spacing: .05em;
	font-weight: 600;
	margin-bottom:1em;
}
.cvTitle{
	font-size: 12px;
	line-height: 1.68em;
	letter-spacing: .05em;
	font-weight: 600;
	margin-bottom:1em;
}
.cvTable tr th, .cvTable tr td{
	font-size: 12px;
	line-height: 1.56em;
	letter-spacing: .05em;
	font-weight: 500;
	text-align:left;
	padding: 1% 0;
}
.cvTable{
	margin-bottom:8%;
}
.cvTable tr th{
	width:6em;
}
.cvTable tr th.noYear{
	width:0;
}
.profileName{
	font-size: 18px;
	line-height: 1.5555em;
	letter-spacing: .05em;
	font-weight: 500;
	margin-bottom: 4%;
}
.overview{
	font-size: 14px;
	line-height: 1.8571em;
	letter-spacing: .05em;
	font-weight: 500;
	margin-bottom:8%;
}
.statementTitle{
	font-size: 14px;
	line-height: 1.8571em;
	letter-spacing: .075em;
	font-weight: 600;
	margin-bottom:1em;
}
.statement{
	font-size: 14px;
	line-height: 1.8571em;
	letter-spacing: .05em;
	font-weight: 500;
	margin-bottom:12.8%;
	font-style:italic;
}
.snsWrap a{
	font-size: 12px;
	line-height: 1.92em;
	letter-spacing: .05em;
	font-weight: 500;
	display:block;
}
.snsWrapTitle{
	font-size: 14px;
	line-height: 1.8571em;
	letter-spacing: .05em;
	font-weight: 600;
	margin-bottom:1em;
}

/* = contact
----------------------------------------------- */
#contact .contentWrap{
	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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contactForm{
	width:33.2%;
	margin-right:8%;
}
.wpcf7-form{
	width:100% !important;
	display:block;
}
.wpcf7-form table,
.wpcf7-form table tbody,
.wpcf7-form table tbody tr{
	width: 100% !important;
}
.wpcf7-form table tbody tr{
	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;
}
.wpcf7-form table tbody tr th{
	width: 100% !important;
	display:block;
	font-size: 12px;
	line-height: 1.68em;
	letter-spacing: .05em;
	font-weight: 500;
	text-align:left;
	margin-bottom:2px;
}
.wpcf7-form table tbody tr td{
	width: 100% !important;
	display:block;
	font-size: 12px;
	line-height: 1.68em;
	letter-spacing: .05em;
	font-weight: 500;
}	
.wpcf7-text{
	width:100%;
}
.wpcf7-textarea{
	width:100%;
}
input{
	border:none;
	background:none;
	-webkit-appearance:none;
}
textarea{
	border:none;
	background:none;
	-webkit-appearance:none;
	resize: none !important;
}
.wpcf7-form-control {
	border: 1px solid #eaeaea;
	background: #FFFFFF;
	width: 100%;
	padding: 4px 8px;
	margin-bottom:6px;
	color: #000;
	font-size: 12px;
	line-height: 1.68em;
	letter-spacing: .05em;
	font-weight: 500;
	box-sizing: border-box;
	border-radius: 0px;
	font-family:linotype-sabon, dnp-shuei-mincho-pr6n, serif;
}
.wpcf7-submit {
	display: block;
	width: auto;
	height: auto;
	padding: .4em 1.6em;
	border-width: 0;
	text-align: center;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 12px;
	line-height: 1.68em;
	letter-spacing: .05em;
	font-weight: 500;
	color:#000;
	background:none;
	border:solid thin #ccc;
	border-radius: 0px;
	font-family:linotype-sabon, dnp-shuei-mincho-pr6n, serif;
}
input.wpcf7-submit::before,
input.wpcf7-submit::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
}
input.wpcf7-submit::before {
	top: 0;
	left: 0;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
input.wpcf7-submit::after {
	right: 0;
	bottom: 0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
input.wpcf7-submit:hover {
	background-color: #CACACA;
	color: #FFF;
}
input.wpcf7-submit:hover::before,
input.wpcf7-submit:hover::after {
	width: 0;
	height: 0;
	opacity: 0;
}
input:focus, select:focus, textarea:focus  {
	outline:none !important;
	background-color:#FAFAFA;
}
.wpcf7-response-output{
	border: none !important;
	font-size:10px;
	line-height:18px;
	letter-spacing:.05em;
	font-weight:400;
	text-align:left;
}
div.wpcf7-validation-errors{
	border: none !important;
	color:#F00;
	font-size:12px;
	line-height:18px;
	letter-spacing:.05em;
	font-weight:400;
	text-align:left;
}
.wpcf7-not-valid-tip{
	border: none !important;
	color:#F00;
	font-size:12px !important;
	line-height:18px !important;
	letter-spacing:.05em;
	font-weight:400;
	text-align:left;
}
  
/* = footer.php
-------------------------------------------------------------- */

#footer{
	width:100%;
	position:relative;
	padding:28px 3.2%;
	padding-top:0;
}
#footer.home{
	width:100%;
	position:fixed;
	right:3.2%;
	bottom:28px;
	padding:0;
	mix-blend-mode: difference;
	z-index:1000;
}
#footer p{
	font-size:11px;
	line-height:1em;
	letter-spacing:.075em;
	font-weight:500;
	text-align:right;
}
#footer.home p{
	color: #fff;
	text-decoration:none;
	line-height:1em;
	letter-spacing:.075em;
	font-weight:500;
	text-align:right;
}
.otherWorks{
	background:#000;
	width:100%;
	height:100vh;
}
.singleCopy{
	position:absolute;
	right:3.2%;
	bottom:28px;
	display:inline-block;
	font-size:11px;
	line-height:1em;
	letter-spacing:.075em;
	font-weight:500;
	color:#000;
	z-index:1000;
}

/* = Media (Responsive Setting)
-------------------------------------------------------------- */

@media only screen and (min-width: 728px) and (max-width: 1039px) {
	
.articleLink{
	font-size: 15px;
}
.articleName{
	font-size: 21px;
}
.articleInnerWrap{
	padding:96px 12%;
}
.backArticle{
	font-size: 20px;
}

/* = home
----------------------------------------------- */

.selectedTitle h2{
	font-size: 20px;
}

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

.worksTitle{
	font-size:20px;
}
.columnTitle{
	font-size:19px;
}
.toArchives{
	font-size: 20px;
}
.backLink{
	font-size: 20px;
}
.otherTitle{
	font-size:17px;
	margin-bottom:8%;
}

/* = archives-works
----------------------------------------------- */
.archiveBackLink{
	font-size: 20px;
}
.grid li{
	margin-bottom:6.4%;
}

/* = archives-news
----------------------------------------------- */
.pageTitle{
	font-size:20px;
}
.timeseriesWrap section .timeseriesTitle{
	width:21.7%;
	position:relative;
	top:0;
	left:0;
}
.timeseriesWrap section .gridNews{
	width:100%;
	padding-left:0%;
	padding-top:8px;
	margin-bottom:-4.8%;
}
.timeseriesTitle{
	font-size:20px;
}
.newsTitle{
	font-size:17px;
}
.past .newsTitle {
	font-size: 14px;
}
.newsSubTitle{
	font-size:15px;
}
.past .newsSubTitle {
	font-size: 13px;
}
.accordion-title{
	font-size: 20px;
}
.accordion-title::after{
	font-size: 20px;
}
#taxonomy-news .accordion-title{
	font-size: 20px;
}

#taxonomy-news .accordion-title{
	width:100%;
	font-size: 20px;
}
#taxonomy-news .accordion-content{
	width:100%;
}

/* = single-news
----------------------------------------------- */
.singleTitleWrap .newsTitle{
	font-size:19px;
}
.singleTitleWrap{
	margin-bottom:11.2%;
}
.singleTitleWrap .newsSubTitle{
	font-size:17px;
	margin-bottom:11.2%;
}

/* = archive-publications
----------------------------------------------- */

.pubGrid li{
	width:30%;
	margin-bottom:7.2%;
	margin-right:5%;
}
.pubGrid li:nth-child(4n){
	margin-right:5%;
}
.pubGrid li:nth-child(3n){
	margin-right:0;
}

/* = CV
----------------------------------------------- */
.profileName{
	font-size: 16px;
}
.overview{
	font-size: 13px;
	margin-bottom:11.2%
}
.statement {
	font-size: 13px;
}
.profileWrap{
	width:33.2%;
	margin-right:8%;
}
.cvWrap{
	width:58.8%;
	margin-right:0;
}
.snsWrap{
	width:33.2%;
}
.cvTable{
	margin-bottom:11.2%;
}

/* = contact
----------------------------------------------- */
.contactForm{
	width:58.8%;
	margin-right:8%;
}

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

.PC {display: none;}
.SP {display: block;}

/* = modal
----------------------------------------------- */
.single-works .logo{
	opacity:1;
    visibility:visible;
}
.scroll .logo{
	opacity:0 !important;
    visibility:hidden !important;
}
.endPage .logo{
	opacity:0 !important;
    visibility:hidden !important;
}

.menu-trigger {
	display:block;
}

nav.globalNav ul{
	display:none;
}
.langWrap{
	display:none !important;
}
#header{
	padding: 28px 4%;
}
.articleLink{
	position:relative;
	left:auto;
	bottom:auto;
	font-size: 14px;
}
.closeArticle{
	right:4%;
}
.modalArticle .modalWorksTitle{
	left:4%;
}
.articleName{
	font-size: 19px;
}
.articleInnerWrap{
	padding: 112px 8%;
}
.backArticle{
	font-size: 20px;
}

/* = home
----------------------------------------------- */
.contentWrap{
	padding: 112px 4%;
}
.yearCat {
margin-bottom: 2.2em;
}

.scrollify{
  width: 100%;
  opacity:1  !important;
  -webkit-transition: all .2s;
  transition: all .2s;
  height:100% !important;
  min-height:auto !important;
  padding-bottom:0;
}
.sectionName{
	display:block;
}
.sec {
    min-height: auto !important;
}
.topKv {
    min-height: auto !important;
}
.selectedTitle{
	left: 4%;
}
.selectedTitle h2{
	font-size: 20px;
	margin-bottom:.9em;
}
.selectedTitle p{
	font-size: 11px;
}

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

.infoWrap{
	width:93.6%;
	top:88px;
	left:4%;
    padding-right:0%;
    opacity:1;
    visibility:visible;
    z-index:900;
}
.endPage .infoWrap{
	opacity:1;
}
.scroll .infoWrap{
	opacity:0 !important;
    visibility:hidden;
}
	
.sectionInner{
	padding:80px 4%;
	padding-left:4%;
	padding-bottom:80px;
}
.sectionLink{
	display:none;
}
.worksTitle{
	font-size:20px;
}
.note{
	font-size:11px;
	line-height:1.6em;
	margin-top:8%;
}
.linkWrap{
	margin-top:8%;
}
.linkWrap li{
	margin-bottom:4px;
}
.linkWrap li a{
	font-size:11px;
	line-height:1.6em;
}
.swiper-slide .slideImage{
	padding-bottom:8%;
}
.singleSlide{
min-height: 60vw !important;
}
.swiper-slide .slideImage img{
	max-height: 60vw !important;
}
.slideCaption{
	font-size:10px;
}
.slideNum{
	font-size:10px;
}
.thumblist .slideImage img{
	height:8vw;
	margin-right:2vw;
	margin-top:2vw;
	width:auto;
}
.swiper-button-prev,
.swiper-button-next {
	width: 40px !important;
	background-size: 20px 20px;
}
.imageWrapLeft, .imageWrapRight{
	width:48.9%;
}
.gallerySection .caption{
	font-size:10px;
	line-height:1.1428em;
	letter-spacing:.025em;
	font-weight:400;
	margin-top:.16em;
	margin-bottom:.8em;
}


/* コラムここから */
.columnTitle{
	font-size:18px;
	margin-bottom:8%;
}
.layoutOne, .layoutTwo{
	margin-bottom:8%;
}
.layoutOne.layoutNote{
	margin-bottom:16%;
}
.columnEditorLeft, .columnEditorRight{
	width:48%;
}
.layoutOne p{
	font-size:13px;
	margin-bottom:2em;
}
.layoutOne.layoutNote p{
	font-size:10px;
	margin-bottom:2em;
}
.layoutOne sup, .layoutTwo sup{
font-size: 10px;
font-weight: 600 !important;
position: relative;
top: -6px;
margin-left: -6px;
letter-spacing: 0;
}
.layoutTwo p{
	font-size:13px;
	margin-bottom:2em;
}
.layoutOne p, .layoutTwo p{
	width:100%;
}
.layoutOne img, .layoutTwo img{
	font-size:13px;
	margin-bottom:-.8em;
}
.layoutOne p > img, .layoutTwo p > img, .layoutOne a > img, .layoutTwo a > img{
	font-size:13px;
	margin-bottom:-.8em;
	padding:1em 0;
	padding-top:.2em;
}
.wp-caption{
	max-width:100%;
	font-size:10px;
	padding:1em 0;
}
.wp-caption-text{
	font-size:10px !important;
	margin-top:1.4em;
}
.preface{
	padding-left:8%;
	font-size:11px;
	margin-bottom:8%;
}
.layoutImage{
	margin-bottom:8%;
}
.columnImageCaption{
	font-size:10px !important;
	margin-top:.4em;
}
.columnImageCaption span{
	font-size:10px !important;
	margin-top:.4em;
}
.columnImageCaption a{
	font-size:10px !important;
	margin-top:.4em;
}
/* コラムここまで */
/* 映像ここから */
.video{
	margin-bottom:8%;
}
.youtube {
	margin-bottom:8%;
}
.vimeo {
	margin-bottom:8%;
}
.videoTitle{
	font-size:12px;
	margin-bottom:.56em;
}
.videoCaption{
	font-size:10px;

}
.last-section{
	padding-bottom:24px;
	padding-top:80px;
}
/* 映像ここまで */

/* 3dここから */
.dSection iframe{
	width: 100% !important;
	height: 56vw !important;
} 
/* 3dここまで */

.fullscreen{
	height:auto !important;
}
.fullscreen .kv{
	height:72vh !important;
}

.swiper-work{
    padding-top:0px;
    padding-bottom:80px;
    opacity: 1 !important;
}
.toArchives{
	bottom:28px;
	left:4%;
	font-size: 20px;
}
.backLink{
	bottom:28px;
	left:4%;
	font-size: 20px;
}
.lb-closeContainer{
	position:fixed;
	top:28px;
	right:4%;
	z-index:999999;
}
.otherTitle{
	display:none;
}

/* = archives-works
----------------------------------------------- */

.grid{
    margin-bottom:-8%;
}
.grid li{
	width:48%;
	margin-bottom:11.2%;
	margin-right:4%;
}
.grid li:nth-child(3n){
	margin-right:4%;
}
.grid li:nth-child(2n){
	margin-right:0 !important;
}
.gridTitle{
	font-size:13px;
	line-height:1.4666em;
	letter-spacing:.075em;
	font-weight:500;
	text-decoration:none;
	color:#000;
	text-align:left;
	margin-top:1.1333em;
}
.gridCat{
	font-size:10px;
	line-height:1.16666em;
	letter-spacing:.025em;
	font-weight:500;
	text-decoration:none;
	color:#000;
	text-align:left;
	margin-top:1em;
}
.slideTitle{
	font-size:12px;
	margin-top:1.1333em;
}
.slideCat{
	font-size:10px;
	margin-top:1em;
}
.archiveBackLink{
	bottom:-16px;
	left:4%;
	font-size: 20px;
}

/* = archives-news
----------------------------------------------- */
.pageTitle{
	font-size:20px;
	margin-bottom:.9em;
}
.timeseriesWrap section{
	padding-bottom:16%;
}
.timeseriesWrap section .timeseriesTitle{
	width:100%;
	position:relative;
	top:0;
	left:0;
}
.timeseriesWrap section .gridNews{
	width:100%;
	padding-left:0%;
	padding-top:8px;
	margin-bottom:-4.8%;
}
.timeseriesWrap #Current .gridNews li, .timeseriesWrap #Upcoming .gridNews li{
	margin-bottom:14.4%;
} 

.timeseriesWrap #Past .gridNews li{
	width:48% !important;
	margin-bottom:14.4%;
	margin-right:4% !important;
}
.accordion-content li{
	width:48% !important;
	margin-bottom:14.4%;
	margin-right:4% !important;
}
.timeseriesWrap #Past .gridNews li:nth-child(3n){
	margin-right:4% !important;
}
.timeseriesWrap #Past .gridNews li:nth-child(2n){
	margin-right:0 !important;
}
.accordion-content li:nth-child(3n){
	margin-right:4% !important;
}
.accordion-content li:nth-child(2n){
	margin-right:0 !important;
}
.timeseriesWrap #Current .gridNews li,.timeseriesWrap #Upcoming .gridNews li{
	width:100% !important;
}
.newsThum img{
	width:auto;
	max-height:88vw;
	max-width:100%;
}
.past .newsThum img{
	width:auto;
	max-height:52vw;
	max-width:100%;
}

.timeseriesTitle{
	font-size:20px;
	margin-bottom:1.6em;
}

.newsCat{
	font-size:10px;
}
.newsTitle{
	font-size:16px;
	margin-top:1.2em;
}
.past .newsTitle{
	font-size:13px;
	line-height:1.4666em;
}
.newsSubTitle{
	font-size:14px;
	margin-top:.6em;
}
.past .newsSubTitle{
	font-size:11px;
}
.newsOverview{
	font-size:11px;
	margin-top:1.6em;
}
.past .newsOverview{
	font-size:10px;
}
.accordion-title{
	position:relative;
	width:100%;
	font-size: 20px;
}
.accordion-title::after{
	font-size: 20px;
}
.newsLink{
	font-size:12px;
	margin-top:.6em;
}
.past .newsLink{
	font-size:11px;
}
.outerLink{
	font-size:11px;
	margin-top:1.2em;
}
.past .outerLink{
	font-size:10px;
}
#taxonomy-news .accordion-title{
	width:100%;
	font-size: 20px;
}
#taxonomy-news .accordion-content{
	width:100%;
}

/* = single-news
----------------------------------------------- */
.newsSectionInner{
	width:100%;
}
.newsSingleThum{
	width:100%;
	margin-bottom:8%;
}

.singleTitleWrap .newsCat{
	font-size:12px;
}
.singleTitleWrap .newsTitle{
	font-size:18px;
	margin-bottom:.6em;
}
.singleTitleWrap{
	margin-bottom:12%;
}
.singleTitleWrap .newsSubTitle{
	font-size:16px;
	margin-bottom:12%;
}
#single-news .columnTitle{
	font-size:13px;
	margin-top:.6em;
}

/* = archive-publications
----------------------------------------------- */
.pubGrid{
    margin-bottom:-3.2%;
}
.pubGrid li{
	width:48%;
	margin-bottom:14.4%;
	margin-right:4%;
}
.pubGrid li:nth-child(4n){
	margin-right:4% !important;
}
.pubGrid li:nth-child(2n){
	margin-right:0 !important;
}
.pubGridTitle{
	font-size:13px;
	margin-top:1.1333em;
}
.pubCredit{
	font-size:11px;
	margin-top:1em;
}
.pubLink{
	font-size:10px;
}

/* = CV
----------------------------------------------- */
.profileWrap{
	width:100%;
	margin-right:0%;
	margin-bottom:8%;
}
.cvWrap{
	width:100%;
	margin-right:0%;
	margin-bottom:8%;
}
.snsWrap{
	width:100%;
}

.cvWrapTitle{
	font-size: 12px;
	margin-bottom:1em;
}
.cvTitle{
	font-size: 11px;
	margin-bottom:1em;
}
.cvTable tr th, .cvTable tr td{
	font-size: 11px;
}

.profileName{
	font-size: 16px;
	margin-bottom: 4%;
}
.overview{
	font-size: 12px;
	margin-bottom:12%;
}
.statementTitle{
	font-size: 12px;
	margin-bottom:1em;
}
.statement{
	font-size: 12px;
	margin-bottom:12.8%;
}
.snsWrap a{
	font-size: 11px;
}
.snsWrapTitle{
	font-size: 12px;
	margin-bottom:1em;
}
.cvTable{
	margin-bottom:12%;
}

/* = contact
----------------------------------------------- */

.contactForm{
	width:100%;
	margin-right:0%;
}
.wpcf7-form table tbody tr th{
	font-size: 11px;
	margin-bottom:2px;
}
.wpcf7-form table tbody tr td{
	display:block;
	font-size: 11px;
}	
.wpcf7-form-control {
	padding: 4px 8px;
	margin-bottom:6px;
	font-size: 11px;
}
.wpcf7-submit {
	padding: .4em 1.6em;
	font-size: 11px;
}
div.wpcf7-validation-errors{
	font-size:11px;

}
.wpcf7-not-valid-tip{
	font-size:11px !important;
}

/* = footer.php
-------------------------------------------------------------- */

#footer{
	padding:32px 4%;
	padding-top:0;
}
#footer.home{
	right:4%;
	bottom:32px;
}
#footer p{
	font-size:10px;
}
.singleCopy{
	right:4%;
	bottom:32px;
	font-size:10px;
}


} /*Query End*/