@charset "utf-8";
/* reset.css */
html, body, div, span, object, iframe,
h1, h2, img,
small, strong, ol, ul, li, article, aside, figure, footer, header, nav, section, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
html,body { height: 100%}
body {
    font-family: 'Teko', sans-serif;
	font-size: 16px;
	letter-spacing: 0.15rem;
	position: relative;
	left: 0;
	width: auto;
    background: #fff;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;
    overflow-x: hidden;
}
article, aside, figure, footer, header, nav, section { display:block;}
ol, ul {list-style: none;}
a { text-decoration:none;}
/* reset.css  */

/* 全てに適用 */
/* 全てに適用 */

/* opening */
#opening {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 99999;
}
.opening-text-main {
    font-size: 48px
} 
.opening-text-sub {
    font-size: 24px
} 
@media screen and (max-width:780px){
    .opening-text-main {
        font-size: 76px
    } 
    .opening-text-sub {
        font-size: 40px
    } 
}
.stroke {
    stroke: black;
    stroke-width: .5px;
    stroke-dasharray: 0 250;
    stroke-opacity: 1;
    fill: none;
    -webkit-animation: stroke_offset 8s infinite;
    animation: stroke_offset 8s infinite;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@-webkit-keyframes stroke_offset {
  25% {
    stroke-dasharray: 0 250;
    stroke-opacity: 1;
  }
  50% {
    stroke-dasharray: 250 0;
    stroke-opacity: .75;
  }
  55% {
    stroke-dasharray: 250 0;
    stroke-opacity: 0;
  }
  70% {
    stroke-dasharray: 250 0;
    stroke-opacity: 0;
  }
  75% {
    stroke-dasharray: 250 0;
    stroke-opacity: .75;
  }
  100% {
    stroke-dasharray: 0 250;
    stroke-opacity: 1;
  }
}
@keyframes stroke_offset {
  25% {
    stroke-dasharray: 0 250;
    stroke-opacity: 1;
  }
  50% {
    stroke-dasharray: 250 0;
    stroke-opacity: .75;
  }
  55% {
    stroke-dasharray: 250 0;
    stroke-opacity: 0;
  }
  70% {
    stroke-dasharray: 250 0;
    stroke-opacity: 0;
  }
  75% {
    stroke-dasharray: 250 0;
    stroke-opacity: .75;
  }
  100% {
    stroke-dasharray: 0 250;
    stroke-opacity: 1;
  }
}
.fill {
  fill: #333;
  fill-opacity: 0;
  -webkit-animation: fill_offset 8s infinite;
          animation: fill_offset 8s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@-webkit-keyframes fill_offset {
  25% {
    fill-opacity: 0;
  }
  35% {
    fill-opacity: 0;
  }
  50% {
    fill-opacity: 1;
  }
  70% {
    fill-opacity: 1;
  }
  90% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 0;
  }
}
@keyframes fill_offset {
  25% {
    fill-opacity: 0;
  }
  35% {
    fill-opacity: 0;
  }
  50% {
    fill-opacity: 1;
  }
  70% {
    fill-opacity: 1;
  }
  90% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 0;
  }
}
/* opening */
/* ▼▼▼▼body▼▼▼▼ */
/* ▼▼▼header▼▼▼ */
#header {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 100;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
    opacity: 1;
    transition: all 0.5s ease;
    border-bottom: 1px solid silver;
}
.hidden {
  background: none;
  transition: all 0.5s ease;
    border-bottom: 0px solid silver;
}
.hidden-film {
    opacity: 0;
    transition: all 0.5s ease;
    border-bottom: 0px solid silver;
}
.header-w {
    display: block;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    height: 54px;
}
@media screen and (max-width:1200px){
    .header-w {
        width: 100%;
        padding: 0 20px;
        height: 54px;
    }
}
#logo {
    float: left;
    margin: 0 auto;
    font-size: 0.8em;
}
#logo a {
    color: #333;
}
#logo img {
    height: 28px;
    vertical-align: bottom;
    margin-top: 13px;
}
/* ▼▼nav▼▼ */
nav {
    font-size: 0.8em;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0;
    float: right;
    padding-top: 18px;
}
nav a {
  color: #333;
  text-decoration: none;
}
nav li {
  display: inline;
  margin-right: 16px;
}
nav li:last-child {
    margin-right: 0px;
}
nav .here {
  color: #fff;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.42);
  border-radius: 4px;
}
.navToggle {
    display: none;
}
@media screen and (max-width:780px){
    nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #333;
    text-align: center;
    transform: translateY(-101%);
    transition: all 0.6s;
    width: 100%;
}
    nav.globalMenuSp ul {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: center;
}
    nav.globalMenuSp ul li {
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    display: block;
    margin: 0 auto;
}
    nav.globalMenuSp ul li a {
    display: block;
    color: #333;
}
    nav.globalMenuSp ul li .here {
    color: #fff;
    background: rgba(0, 0, 0, 0.42);
    padding: 5px 10px;
}

/* ▼jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

/* ▼ハンバーガーメニュー用▼ */
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 20px;
    top: 8px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
}
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 2px #333;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.navToggle span:nth-child(1) {
    top: 9px;
}
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 27px;
}

    /* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2) {
    opacity: 0;
}
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
}
/* ▲▲nav▲▲ */
/* ▲▲▲header▲▲▲ */

/* ▼▼▼main▼▼▼ */
main {
    display: block;
    text-align: center;
    margin: 0 auto;
}
#film,#photograph,#profile,#contact {
    width: 1200px;
    margin: 0 auto 100px;
    color: #333;
}
@media screen and (max-width:1200px){
    #film,#photograph,#profile,#contact {
        width: 100%;
    }
    #contact {
        padding: 0 20px;
    }
}
.section-title {
    display: block;
    width: 100%;
    padding: 100px 0 60px;
    font-size: 42px;
    letter-spacing: 6px;
    font-weight: 1000;
}
.read-more a {
    display: inline-block;
    margin-top: 60px; 
    padding: 12px 30px;
    color: black;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
}

/* ▼▼TOP▼▼ */
/* zoomslider.cssで指定 */
/* ▲▲TOP▲▲ */
/* ▼▼FILM▼▼ */
#film ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    border: 1px solid #ccc;
    border-bottom: 0px solid #ccc;
}
#film ul li:last-child {
    border-bottom: 1px solid #ccc;
}
#film ul li div img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
#film ul li .film-grid {
    -webkit-column-count: 3;
    -webkit-column-fill: auto;
    -webkit-column-gap: 0;
    -moz-column-count: 3;
    -moz-column-fill: balance !important;
    -moz-column-gap: 0;
    column-count: 3;
    column-fill: auto;
    column-gap: 0;
    }
#film ul li .film-grid .film-grid-main {
    position: relative;
}
#film ul li .film-grid .film-grid-main .film-grid-main-title {
    display: block;    
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 50%;                    /* 親要素の半分下にずらす */
    right: 50%;                   /* 親要素の半分右にずらす */
    -ms-transform: translate(50%,50%);
    -webkit-transform: translate(50%,50%);
    transform: translate(50%,50%);    /* 要素自体の半分、上と左にずらす */
    background-color: rgba(225, 225, 225, 0.4);
    color: black;
    padding-top: 24%;
}
#film ul li .film-grid .film-grid-main .film-grid-main-title h3 {
    font-size: 16px;
}
#film ul li .film-grid .film-grid-main .film-grid-main-title h3 span {
    font-weight: 100;
    font-size: 12px;
}

@media screen and (max-width: 780px) {
    #film ul li .film-grid {
        -webkit-column-count: 1;
        -webkit-column-fill: auto;
        -webkit-column-gap: 0;
        -moz-column-count: 1;
        -moz-column-fill: balance !important;
        -moz-column-gap: 0;
        column-count: 1;
        column-fill: auto;
        column-gap: 0;
    }
    #film ul li .film-grid-sp {
        -webkit-column-count: 2;
        -webkit-column-fill: auto;
        -webkit-column-gap: 0;
        -moz-column-count: 2;
        -moz-column-fill: balance !important;
        -moz-column-gap: 0;
        column-count: 2;
        column-fill: auto;
        column-gap: 0;
    }
}
/* ▲▲FILM▲▲ */
/* ▼▼PHOTOGRAPH▼▼ */
#gallery {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
#gallery li {
    max-width: 33.333%;
    list-style: none;
    margin: 0;
    padding: 0;
}
#gallery li img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

@media screen and (max-width: 780px) {
    #gallery li {
        max-width: 50%;
    }
}
/* hover */
.rcm-box {
    background: white;
    position: relative;
    overflow: hidden;
    display: block;
}
.rcm-box img {
    display: block;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.rcm-box:hover img {
    opacity: 0.3;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}
.rcm-overlay {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.rcm-box:hover .rcm-overlay {
    opacity: 1;
}
.rcm-contents {
    color: black;
    -webkit-transition: transform 0.4s, color 0.4s;
    transition: transform 0.4s, color 0.4s;
}
/* hover */

/* ▲▲PHOTOGRAPH▲▲ */
/* ▼▼PROFILE▼▼ */
#profile .profile-main {
    margin: 0;
    padding: 0;
    display: flex;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    text-align: right;
}
#profile .profile-main.main-1 {
    background-image: url(../image/profile/01-5.jpg);
}
#profile .profile-main.main-2 {
    background-image: url(../image/profile/02.jpg);
}
#profile .profile-main img {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
}
#profile .profile-main .profile-box {
    top: 0;
    display: block;
    width: 56%;
    margin: 0 auto;
    padding: 20px;
}
#profile .profile-main .profile-box.box-1 {
    margin: 0 0 0 auto;
}
#profile .profile-main .profile-box.box-2 {
    margin: 0 auto 0 0;
}
#profile .profile-main .profile-box .profile-contents {
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 20px;
}
#profile .profile-main .profile-box .profile-contents h3 {
    margin-bottom: 20px;
}
#profile .profile-main .profile-box .profile-contents h3 span {
    font-size: 24px;
}
#profile .profile-main .profile-box.box-1 .profile-contents p:nth-child(2) {
    margin-bottom: 20px;
}
@media screen and (max-width:780px){
    #profile .profile-main .profile-box {
        width: 100%;
    }
}

/* ▲▲PROFILE▲▲ */
/* ▼▼CONTACT▼▼ */
form {
    width: 100%;
    padding: 0;
}
form input[type="text"],
form input[type="email"],
form textarea {
	margin: 0 auto 10px;
	display: block;
	background-color: rgba(255, 255, 255, 0.75);
	width: 100%;
	padding: 12px;
	border: solid 1px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	box-sizing: border-box;
	font-size: 16px;
        font-family: 'Teko', sans-serif;

}
form input[type="text"],
form input[type="email"] {
	line-height: 1.25em;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form select:focus,
form textarea:focus {
	box-shadow: 0 0 2px 1px #8ebebc;
	background: #fff;
}
form textarea {
	min-height: 14em;
	margin-bottom: 20px;
}
#formWrap input[type="button"],
input[type="submit"] {
	display: block;
	cursor: pointer;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	padding: 15px 60px;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 3px;
	margin: 0 auto 40px;
    font-family: 'Teko', sans-serif;
}
#formWrap input[type="button"]:hover,
input[type="submit"]:hover {
}
#formWrap {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	overflow: hidden
}
#formWrap h3 {
	font-size: 24px;
	margin-bottom: 30px;
}
#formWrap .formTable {
	text-align: center;
	margin: 0 auto 40px;
	font-size: 16px;
	line-height: 60px;
}
#contact .mail-img {
	padding: 10px;
	margin-bottom: 30px
}
#contact .mail-ok {
	margin: 0 auto 60px;
	line-height: 175%;
}
#contact .mail-topback {
	display: inline-block;
	text-align: center;
	margin: 0 auto 30px;
}
@media all and (min-width:781px) {
	form {
		width: 100%;
		box-sizing: border-box;
	}
	form input[type="text"],
	form input[type="email"] {
		display: inline-block;
		width: 49%;
		box-sizing: border-box;
		margin-bottom: 0;
	}
	form input[type="text"] {
		margin-right: 1%;
	}
	form input[type="email"] {
		margin-left: 1%;
	}
	#formWrap input[type="button"],
	input[type="submit"] {
		display: inline-block;
	}
	form textarea {
		margin-top: 2%;
		margin-bottom: 4%;
	}
}

/* ▲▲CONTACT▲▲ */

/* ▼▼footer▼▼ */
footer {
    width: 100%;
}
footer div {
    width: 1200px;
    margin: 0 auto;
    padding: 120px 0;
    text-align: left;
    border-top: 1px solid #ccc;
}
footer div small {
    color: #666;
    vertical-align: bottom;
}
footer img {
    width: 30px;
    float: right;
    margin-right: 20px;
}
footer .sns-first {
    margin-right: 0;
}
@media screen and (max-width:1200px){
    footer div {
        width: 100%;
        padding: 60px 20px;
    }
}
@media screen and (max-width:780px){
    footer img {
        width: 20px;
        float: right;
        margin-right: 10px;
    }
    footer .sns-first {
        margin-right: 0;
    }
}
/* ▲▲footer▲▲ */

/* ▲▲▲main▲▲▲ */


/* 画面外にいる状態 */
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 500ms;
    }
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
