/* = container
--------------------------------------------------- */
body {
  font:12px 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 100;
  color: white;
  background-color: #222;
}
* {
  font-weight: inherit;
}
#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
#layout {
	height: 100%;
	margin: auto;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

/* = #preload
--------------------------------------------------- */
#preload {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #333;
  z-index: 999999;
}
#preload .cssload-spinner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
}
#preload p {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 60px auto;
  color: white;
  text-align: center;
}

/* = hidden
--------------------------------------------------- */
.hide {
  display: block;
  text-indent: -3000px;
  overflow: hidden;
  height: 0;
}

/* = #content
--------------------------------------------------- */
#content {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 50px;
}
img,
video {
  max-width: 100%;
  height: auto;
}

/* = svg mask
--------------------------------------------------- */
.svgmask {
  display: block;
}
.svgmask b {
  font-weight: normal;
  width:100%;
  height:100%;
  display:block;
  background: linear-gradient(270deg, #eef30f, #ff1364);
  background-size: 400% 400%;
  -webkit-animation: svgmask-gradient 6s ease infinite;
  -moz-animation: svgmask-gradient 6s ease infinite;
  animation: svgmask-gradient 6s ease infinite;
}
@-webkit-keyframes svgmask-gradient {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@-moz-keyframes svgmask-gradient {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes svgmask-gradient { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

/* = nav
--------------------------------------------------- */
.fmc-nav-logo .logo {
  display: block;
  margin: 14px;
  height: 22px;
  width: 78px;
  -webkit-mask-image: url(/web/20211230002012im_/https://camera41.com/img/footer.svg);
  mask-image: url(/web/20211230002012im_/https://camera41.com/img/footer.svg);
}
.fmc-nav-logo .logo.msie {
  background-image: url(/web/20211230002012im_/https://camera41.com/img/footer.svg);
}

/* = #intro
--------------------------------------------------- */
#intro {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto 100px;
}
#intro p {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
}
#intro p .logo {
  width: 170px;
  height: 131.534px;
  margin: 0 auto 50px;
  -webkit-mask-image: url(/web/20211230002012im_/https://camera41.com/img/logo.svg);
  mask-image: url(/web/20211230002012im_/https://camera41.com/img/logo.svg);
}
#intro p .logo.msie {
  background-image: url(/web/20211230002012im_/https://camera41.com/img/logo.svg);
}
#intro p .icon {
  width: 90px;
  height: 77px;
  margin: 0 12px;
  display: inline-block;
}
#intro p .icon img {
  width: 100%;
  height: 100%;
}
#intro .more {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  display: block;
  text-align: center;
  font-size: 10px;
}
#intro .more:hover {
  color: #CE016C;
}
#intro .more i {
  font-size: 30px;
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}

/* = #photo
--------------------------------------------------- */
#photo {
  margin: 0 auto 70px;
  padding: 0 10px;
  overflow: hidden;
}
#photo p {
  text-align: center;
}
#photo p a.instagram {
  color: orange;
}
#photo p a.twitter {
  color: #00bbff;
}
#photo p a:hover {
  text-decoration: underline;
}

/* = #gallery
--------------------------------------------------- */
#gallery a,
#gallery div {
  float: left;
  display: block;
}
#gallery > div {
  height: 525px;
  overflow: hidden;
  margin-bottom: 15px;
}
@media screen and (max-width: 1279px) {
  #gallery > div {
    height: 40vw;
  }
}
#gallery > div > a {
  width: 63%;
}
#gallery > div > div {
  width: 36%;
  float: right;
}
#gallery > div:last-child > div {
  float: left;
}
#gallery > div:last-child > a {
  float: right;
}
#gallery > div > div > a {
  width: 100%;
  margin-bottom: 15px;
}
#gallery > div > div > div {
  width: 100%;
}
#gallery > div > div > div a:first-child {
  width: 64%;
}
#gallery > div > div > div a:last-child {
  width: 33%;
  float: right;
}
#gallery > div:last-child > div > div a:first-child  {
  float: right;
}
#gallery > div:last-child > div > div a:last-child  {
  float: left;
}

/* = hover
--------------------------------------------------- */
#gallery a,
#website a {
  display: block;
  position: relative;
  overflow: hidden;
}
#gallery a:after,
#website a:after {
  position: absolute;
  background-image: url(/web/20211230002012im_/https://camera41.com/img/fullscreen.svg);
  width: 30px;
  height: 30px;
  content: " ";
  right: 20px;
  top: 20px;
  opacity: 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
#gallery a:hover:after,
#website a:hover:after {
  opacity: .7;
}
#gallery img,
#website img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  transition:0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
#gallery img:hover,
#website img:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

/* = #website
--------------------------------------------------- */
#website {
  margin: 0 auto 60px;
}
#website ul {
  overflow: hidden;
}
#website li {
  list-style: none;
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 10px 20px;
  box-sizing: border-box;
}
#website img {
  margin-bottom: 10px;
}
#website a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 767px) {
  #website li a p i {
    font-style: normal;
  }
  #website li a p span {
    margin: 10px 0 0;
    display: block;
    font-size: 80%;
    font-weight: 300;
  }
  #website li a p span b {
    font-weight: normal;
    background-color: white;
    color: black;
    padding: 5px;
    display: inline-block;
    margin: 0 2px 4px;
    border-radius: 5px;
  }
  #website li:nth-child(4n-3) a p span b { background-color:#3EA9F5 }
  #website li:nth-child(4n-2) a p span b { background-color:#7BC844 }
  #website li:nth-child(4n-1) a p span b { background-color:#FF931D }
  #website li:nth-child(4n) a p span b { background-color:#FF1C24 }
  #website li a p span u {
    margin-top: 7px;
  }
}

/* = #design
--------------------------------------------------- */
#write ul {
  overflow: hidden;
  margin: 0 auto 200px;
}
#write ul li {
  float: left;
  width: 25%;
  padding: 0 5px;
  list-style: none;
}
#write ul li a {
  display: block;
  background-color: rgba(255,255,255,0.9);
  padding: 10px;
  color: black;
}
#write ul li a img {
  margin-bottom: 10px;
}
#write ul li a h2 {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1.2;
}
#write ul li a p {
  line-height: 1.2;
}

/* = #design
--------------------------------------------------- */
#design {
  margin: 0 auto 50px;
  overflow: hidden;
}
#design p {
  text-align: right;
  color: white;
  width: 30%;
  border-top: white solid 0.5px;
  padding-top: 5px;
  float: right;
  margin-right: 18px;
  font-size: 10px;
}

/* = #about
--------------------------------------------------- */
#about {
}
#about .picture {
  width: 230px;
  margin: 20px auto;
}
#about .logo {
  width: 129px;
  height: 36.733px;
  margin: 20px auto;
  -webkit-mask-image: url(/web/20211230002012im_/https://camera41.com/img/footer.svg);
  mask-image: url(/web/20211230002012im_/https://camera41.com/img/footer.svg);
}
#about .logo.msie {
  background-image: url(/web/20211230002012im_/https://camera41.com/img/footer.svg);
}
#about p {
  text-align: center;
}
#about div {
  margin: 40px auto 60px;
  width: 600px;
  text-align: center;
}
#about div img {
  width: 100px;
  display: inline-block;
  margin: 0 10px;
}

/* = #camera
--------------------------------------------------- */
#camera {
  width: 100%;
  height: 640px;
  overflow: hidden;
  padding: 40px 0;
}
#camera img {
  transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  width: 105%;
  max-width: 105%;
  margin-left: -20px;
}
@media screen and (max-width: 1279px) {
  #camera {
    height: 62vw;
    padding: 5vw 0;
  }
  #camera img {
    width: 125%;
    max-width: 125%;
    margin-left: -2vw;
  }
}

/* = #copyright
--------------------------------------------------- */
#copyright {
  text-align: center;
  margin: 20px 0 0;
  padding-bottom: 40px;
}