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

body {
	width:100%;
	background-color: #000;
	font-size: 14px;
    line-height: 1.7;
	letter-spacing: .1em;
	color:rgba(255,255,255,1);
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
}

a{
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}
a:link { color: #fff; text-decoration:none;}
a:visited { color: #fff; }
a:hover { color: #0d5bd0; }


/*     image copyguard */
slider img, works img {
-moz-user-select:none;
-ms-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
user-select:none;
-webkit-user-drag: none;/* Prevents dragging of images/divs etc */
-khtml-user-drag: none;
-moz-user-drag: none;
-webkit-touch-callout: none;
user-drag: none;
}


/*     webfont     */
.rosarivo {
	font-family: 'Rosarivo', serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale; /* Firefox */

}

/* 陸隷 */
.rikurei {
	font-family: "陸隷";
	font-style: normal;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale; /* Firefox */
}

/* ゴシック */
.gothic {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "'MS PGothic", "sans-serif";
	font-style: normal;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale; /* Firefox */
}

/* フォントカラー */
.font-blue {
  color:#0d5bd0;
}

/*     style     */
.center {text-align:center;}
.right {text-align:right;}
.left {text-align:left;}
.float-l {float: left;}
.float-r {float: right;}
.f9 {font-size:9px;}
.f10 {font-size:10px;}
.f11 {font-size:11px;}
.f12 {font-size:12px;}
.f14 {font-size:14px;}
.f18 {font-size:18px;}
.f20 {font-size:20px;}
.f21 {font-size:21px; line-height: 0.7}
.f24 {font-size:24px;}
.f25 {font-size:25px;}

.underline {text-decoration: underline;}

.centerblock {
	display:block;
	margin-left:auto;
	margin-right:auto;
}


/*     menu     */

.inner {
    width: 1080px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 90px auto 0;
    padding: 28px 0;
    line-height: 1.2;
    z-index: 999;
    background-color: #000;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head a:hover {color:#0d5bd0;}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 21px;
}

h1 span {font-size: 30px;}
#global-nav ul {
    list-style: none;
    position: absolute;
	top: 22px;
    right: 0;
    bottom: 0;
    font-size: 16px;
	letter-spacing: 1px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding-left: 50px;
}
#global-nav ul li a:hover {
    color: #0d5bd0;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding: 15px 0 20px 0;
    background: rgba(0,0,0,.7);
    transition: top 0.5s ease-in-out;
    -webkit-transition: top 0.5s ease-in-out;
    -moz-transition: top 0.5s ease-in-out;
}
#top-head.fixed .logo {
    font-size: 21px;
    color: #fff;
}
#top-head.fixed #global-nav ul li a {
    color: #fff;
    padding: 0 20px;
}
#top-head.fixed #global-nav ul li a:hover {
    color: #0d5bd0;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 26px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 8px;
}
#nav-toggle span:nth-child(3) {
    top: 16px;
}

.logo-name {
padding-left:9px;
font-size: 13px;
color: #0d5bd0 !important;
}


/*  ====== PC setting ====== */

@media screen and (min-width: 767px) {

/*     margin & padding    */
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt60 {margin-top:60px;}
.mt80 {margin-top:80px;}
.mt100 {margin-top:100px;}
.mb30 {margin-bottom:30px;}
.mb50 {margin-bottom:50px;}
.mb100 {margin-bottom:100px;}
.ml30 {margin-left:30px;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt60{padding-top:60px;}
.pt70{padding-top:70px;}
.pt80{padding-top:80px;}
.pt90{padding-top:90px;}
.pt100{padding-top:100px;}
.pt120{padding-top:120px;}
.pt160{padding-top:160px;}
.pb50{padding-bottom:50px;}
.pb100{padding-bottom:100px;}
.pb200{padding-bottom:200px;}

.pc-non {display: none !important;}


/* linkbutton */

.linkbtn {
	padding:0;
}
.linkbtn a {
	position:relative;
	width:100%;
	display:block;
	border: 1px solid #fff;
	text-align:center;
	color:#fff;
	font-size:1em;
	padding:2% 0;
	margin:40px auto;
	transition: .3s;
}
.linkbtn a i {
	position:absolute;
	top:33%;
	right:4%;
	color:#ccc;
}
.linkbtn a:hover {
	background-color: #666;
}


/* 内容 */

#wrapper {
	width:100%;
	margin:0;
	padding-top:110px;
}

section {
	width: 1080px;
	display:block;
	margin:0 auto;
}


/* TOP */
/* スライダー */
.infiniteslide1,.infiniteslide2 {
	margin-bottom: 60px;
}

/* スマホ用スライダー 上書き */
.bx-wrapper {
	display:none;
}


/* ABOUT */
.about {
	width: 900px;
	margin: 100px auto;
	display: -webkit-flex;
  display: flex;
}

.about-img {
	width: 55%;
}
  
.about-img img {
  display: block;
  -webkit-user-drag: auto;
    -khtml-user-drag: auto;
    -moz-user-drag: auto;
}

.about-caption {
	width: 54%;
	padding-left: 60px;
}

.about h2 {
	font-size: 20px;
	line-height: 2.3em;
}
.about h2 span.photographer {
	font-size:15px;
}
.about h2 span.name {
	font-size:18px;
	margin:15px 0 ;
	display: block;
}
.about p {
	line-height: 2em;
	font-size: 16px;
	text-align: justify;
}
.about-like {
  padding:15px 0 10px 0;
}


/* WORKS */

.works {
	width: 950px;
	margin: 20px auto 100px auto;
}

.d-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.justify-content-start {
	display: flex !important;
	justify-content:flex-start !important;
}
.justify-content-center {
	display: flex !important;
	justify-content:center !important;
}
.justify-content-end {
	display: flex !important;
	justify-content:flex-end !important;
}

span.works-caution {
	font-size: 0.9em;
	color:#bbb;
	display: block;
	text-align: center;
}

.border {
	border-top:1px solid rgba(255,255,255,0.2);
	margin-top:20px;
	padding-top:80px;
}

ul.list li.column1 {width: 100%;}
ul.list li.column1middle-morewide {width: 90%;}  
ul.list li.column1middle {width: 80%;}
ul.list li.column1small {width: 60%;}
ul.list li.column2small {width: 38%;}
ul.list li.column2middle {width: 55%;}
ul.list li.column2 {width: 47%;}
ul.list li.column2center {width: 50%; margin:0 auto;}
ul.list li.column2w50 {width: 50%;}
ul.list li.column2w45 {width: 45%;}
ul.list li.column3 {width: 32%;}
ul.list li.touken06 {width: 70%;}
ul.list li.column4 {width: 24%;}

ul.list li p {
	font-size: 0.9em;
	margin-bottom: 50px;
	display: block;
	line-height: 1.3em;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale; /* Firefox */
}


/* footer */

footer {
}

footer p.copyright {
	background-color:rgba(0,0,0,1);
	text-align:center;
	color:#ccc;
	padding: 0.5% 0;
	font-size:0.8em;
    width: 100%;
	position:fixed;
	bottom:0;
}

}

/*  ====== /PC setting ====== */




/*  ====== sp setting ====== */

@media screen and (max-width: 767px) {

/*     image copyguard     */
slider img, works img {
-moz-user-select:none;
-ms-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
user-select:none;
-webkit-user-drag: none;/* Prevents dragging of images/divs etc */
-khtml-user-drag: none;
-moz-user-drag: none;
-webkit-touch-callout: none;
user-drag: none;
}

.sp-non {display: none !important;}

/*     menu     */

#top-head, .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
        background-color: #000;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #000;
        width: 100%;
        height: 75px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #fff;
        font-size: 1.2em;
		line-height: 1.1;
    }
	h1 span {font-size: 1.6em;}
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: rgba(0,0,0,0.7);
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 1em;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(575px);
        -webkit-transform: translateY(575px);
        transform: translateY(575px);
    }

.logo-name {padding-left:6px;
padding-top:6px;
font-size: 11px;
display: inline-block;
color: #0d5bd0 !important;
}



/* スマホのABOUT 名前部分*/
a.text-blue {color:#0d5bd0 !important;}


.f18 {font-size: .9em;}
.f21 {font-size:19px; line-height: 0.6}	
.sp-non {display: none !important;}



/* linkbutton */

.linkbtn {
	padding:8% 0;
}
.linkbtn a {
	position:relative;
	width:100%;
	display:block;
	border: 1px solid #fff;
	text-align:center;
	color:#fff;
	font-size:1em;
	padding:3% 0;
	margin:0;
}
.linkbtn a i {
	position:absolute;
	top:34%;
	right:4%;
	color:#ccc;
}


/* 内容 */

#wrapper {
	width:100%;
	margin:0;
	padding-top:75px;
}

section {
	padding:2% 4%;
	margin-bottom:60px;
}


/* スライダー */
.infiniteslide1 {
	margin-bottom: 60px;
}

.infiniteslide2 {
	margin:0;
}

/* スマホ用スライダー 上書き */
.bx-wrapper {
	box-shadow: none!important;
    border: none!important;
	background: transparent!important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {background:#333!important;}

.slider img {margin:0 auto;}
.slider-pt-yoko {padding-top: 60px;}
.slider-pt-sei {padding-top: 30px;}
.wide80 {margin: 0 auto;}


/* ABOUT */

.about {
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.about-img {
	width: 100% !important;
}

.about-img img {
  display: block;
  -moz-user-select:auto;
-ms-user-select:auto;
-webkit-user-select:auto;
-khtml-user-select:auto;
user-select:auto;
-webkit-user-drag: auto;/* Prevents dragging of images/divs etc */
-khtml-user-drag: auto;
-moz-user-drag: auto;
-webkit-touch-callout: auto;
user-drag: auto;
  pointer-events: auto;
}

.about-caption {
	padding-top: 15px;
}

.about h2 {
	font-size: 20px;
	line-height: 2em;
}
.about h2 span.photographer {
	font-size:14px;
}
.about h2 span.name {
	font-size:18px;
	margin:15px 0 ;
	display: block;
}

.about p {
	line-height: 2em;
	text-align: justify;
}
.about-like {
  padding:15px 0 10px 0;
}



/* WORKS */

.works {
	margin: 0 auto;
	padding:0 5%;
}

.d-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.justify-content-start {justify-content:space-evenly;}
.justify-content-end {justify-content:space-evenly;}

span.works-caution {
	font-size: 0.8em;
	color:#bbb;
	padding-bottom:8px;
	display: block;
	text-align: center;
}

.border {
	border-top:1px solid rgba(255,255,255,0.2);
	margin-top:0px;
	padding-top:30px;
}

ul.list li.column1 {width: 100%;}
ul.list li.column1small {width: 100%;}
ul.list li.column1middle {width: 100%;}
ul.list li.column2 {width: 100%;}
ul.list li.column2center {width: 100%;}
ul.list li.column3 {width: 100%;}
ul.list li.column2w50 {width: 100%;}
ul.list li.column2w45 {width: 100%;}
ul.list li.column4 {width: 100%;}

/* 縦画像のみ小さく */
ul.list li.tate {width: 90% !important; margin:0 auto;}


ul.list li p {
	font-size: 0.8em;
	margin-bottom: 30px;
	display: block;
	line-height: 1.3em;
}


/* Androidコピーガード対策 */
.img-guard{
position:relative;
width:100%;
height:100%;
}
.guard-nopic{
position:absolute;
display:block;
width:100%;
height:100%;
background: url(/images/works-v/guard.png);
}



/* footer */
footer {
}

footer .copyright {
	background-color:rgba(0,0,0,1);
	text-align:center;
	color:#ddd;
	padding: 1% 0;
	font-size:0.7em;
    width: 100%;
	position:fixed;
	bottom:0;
	letter-spacing: .08em;
}

}
/*  ====== /sp setting ====== */