/*!
 * default.css
 * modified : 2015.11.11
 */

/*--------------------------------------------------
  Reset
--------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;vertical-align:top;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}del,ins{text-decoration:none;}a{text-decoration:none;outline:none;}

/*--------------------------------------------------
  html
--------------------------------------------------*/
html {
  font-size: 100%;
  font-family: YuGothic,"Yu Gothic","\6E38\30B4\30B7\30C3\30AF",
    "\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33",
    "Hiragino Kaku Gothic Pro",
    "\30E1\30A4\30EA\30AA",Meiryo,
    "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",
    "Droid Sans",sans-serif;
  line-height: 1.6;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
.serif {
  font-family: YuMincho,"Yu Mincho","\6E38\660E\671D",
    "\30D2\30E9\30AE\30CE\660E\671D\20Pro\20W3",
    "Hiragino Mincho Pro",
    "\30E1\30A4\30EA\30AA",Meiryo,
    "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",
    "Droid Sans",serif;
}

/*--------------------------------------------------
  body
--------------------------------------------------*/
body {
  margin: 0;
  padding: 0 30px;
  color: #fff;
  background: #060005;
}
.no-opacity body {
  min-width: 950px;
}

@media screen and (max-width: 640px) {
  body {
    padding: 0 4.6875%;
  }
}

/*--------------------------------------------------
  classes
--------------------------------------------------*/
a.hover,
img.hover {
  transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
a.hover:hover,
a:hover img.hover {
  opacity: 0.7;
}
.no-opacity a.hover:hover,
.no-opacity a:hover img.hover {
  filter: alpha(opacity=70);
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
}
.img-box img {
  width: 100%;
  height: auto;
}
.nb48 {
  display: block;
}

@media screen and (max-width: 800px) {
  a.hover,
  img.hover {
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  a.hover:hover,
  a:hover img.hover {
    opacity: 1.0;
  }
}
@media screen and (max-width: 479px) {
  .mq-clearfix:after {
    clear: both;
    display: block;
    content: "";
  }
  .nb48 {
    display: none;
  }
}

/*--------------------------------------------------
  header
--------------------------------------------------*/
header {
  position: relative;
  margin: 0 auto;
  max-width: 950px;
}
header:before {
  content: "";
}
header:after {
  clear: both;
  display: block;
  content: "";
}
header a {
  display: block;
  color: #fff;
}
header img {
  width: 100%;
  height: auto;
}
header h1 {
  float: left;
  margin: 15px 0 17px;
  width: 91px;
  line-height: 0;
}
header ul {
  float: right;
  margin: 18px 0 0;
}
header ul:after {
  clear: both;
  display: block;
  content: "";
}
header li {
  float: left;
  margin-left: 16px;
  font-size: 12px;
  line-height: 12px;
}
header li:first-child {
  margin-left: 0;
}
header li a {
  display: inline-block;
  padding-left: 14px;
  background: url("../img/header_arrow@2x.png") no-repeat 0 0;
  background-size: 10px 11px;
}
.no-opacity header li a {
  background-image: url(../img/header_arrow.png);
}

@media screen and (max-width: 640px) {
  header h1 {
    margin: 20px 0;
    width: 14.21875%;
    min-width: 70px;
  }
  header .toggle {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url(../img/header_menu.png) no-repeat 50% 50%;
    background-size: 24px 24px;
  }
  header ul {
    position: absolute;
    z-index: 100;
    display: none;
    top: 67%;
    right: 0%;
    background: #666;
    box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.4);
  }
  header ul.true {
    display: block;
  }
  header ul:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 10%;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 10px 4px;
    border-color: transparent transparent #666 transparent;
  }
  header li {
    float: none;
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    border-bottom: 1px solid #444;
  }
  header li:last-child {
    border-bottom: none;
  }
  header li a {
    display: block;
    padding: 15px 40px 15px 20px;
    background-position: 95% center;
  }
}

/*--------------------------------------------------
  main
--------------------------------------------------*/
main {
  display: block;
  margin: 0 auto;
  max-width: 950px;
  overflow: hidden;
}

/*--------------------------------------------------
  .camera
--------------------------------------------------*/
.camera {
  padding: 30px 0;
  margin-top: 70px;
  background: #3a3a3a;
}
.camera:after {
  clear: both;
  display: block;
  content: "";
}
.camera img {
  width: 100%;
  height: auto;
}
.camera .item {
  float: left;
  /*padding: 0 30px 0 0;
  padding: 0 3.1578947% 0 0;*/
  width: 50%;
  box-sizing: border-box;
}
.camera .item:after {
  clear: both;
  display: block;
  content: "";
}
.camera .img-box {
  /*475*/
  float: left;
  margin-top: 8px;
  margin-top: 1.7977528%;
  margin-left: 27px;
  margin-left: 5.6842105%;
  width: 176px;
  width: 37.0526315%;
}
.camera .item:first-child .img-box {
  margin-left: 34px;
  margin-left: 7.1578947%;
}
.camera .txt-box {
  float: right;
  margin-right: 38px;
  margin-right: 8%;
  width: 213px;
  width: 44.8421052%;
}
.camera .item:first-child .txt-box {
  margin-right: 0;
  width: 244px;
  width: 51.368421%;
}
.camera .txt-box strong {
  display: block;
  line-height: 0;
}
.camera .txt-box p {
  margin-top: 15px;
  font-size: 90%;
  line-height: 1.6;
}
.camera .txt-box span {
  display: block;
  margin-top: 7px;
  padding-left: 23px;
  background: url(../img/icon_arrow@2x.png) no-repeat 0 50%;
  background-size: 17px 17px;
}
.camera .txt-box a {
  padding-right: 18px;
  font-size: 87.5%;
  line-height: 1.3;
  color: #fff;
  background: url(../img/icon_blank@2x.png) no-repeat right 50%;
  background-size: 11px 9px;
}
.camera .txt-box a:hover {
  text-decoration: underline;
}
.no-opacity .camera .txt-box span {
  background-image: url(../img/icon_arrow.png);
}
.no-opacity .camera .txt-box a {
  background-image: url(../img/icon_blank.png);
}

@media screen and (max-width: 640px) {
  .camera .txt-box p {
    font-size: 88%;
  }
  .camera .txt-box p br {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .camera {
    margin-top: 0;
    padding: 20px 15px;
  }
  .camera .item {
    float: none;
    width: auto;
  }
  .camera .item:first-child {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #555;
  }
  .camera .item .img-box,
  .camera .item:first-child .img-box {
    margin-left: 0;
  }
  .camera .txt-box {
    margin-right: 0;
    width: 55% !important;
  }
}

/*--------------------------------------------------
  footer
--------------------------------------------------*/
footer {
  margin: 0 auto;
  padding: 50px 0 30px;
  max-width: 950px;
}
footer:after {
  clear: both;
  display: block;
  content: "";
}
footer .sns {
  float: right;
}
footer .sns:after {
  clear: both;
  display: block;
  content: "";
}
footer .sns li {
  float: left;
  margin-left: 5px;
  width: 19px;
  line-height: 0;
}
footer .sns li:first-child {
  margin-left: 0;
}
footer .sns img {
  width: 100%;
  height: auto;
}
footer p {
  float: left;
  line-height: 1.2;
}
footer small {
  font-size: 10px;
}

@media screen and (max-width: 640px) {
  footer small {
    font-size: 8px;
  }
}
@media screen and (max-width: 479px) {
  footer {
    text-align: center;
  }
  footer .sns {
    float: none;
    display: inline-block;
  }
  footer .sns li {
    width: 25px;
  }
  footer p {
    float: none;
    margin-top: 5px;
  }
  footer small {
    font-size: 8px;
  }
}

/*--------------------------------------------------
  .carousel
--------------------------------------------------*/
.carousel {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  margin: 0 auto;
  padding: 30px 0 30px 0;
  /*width: 89.1089108%;*/
  max-width: 900px;
  background: #000;
  visibility: hidden;
  opacity: 0.0;
}
.carousel.no-btn {
  padding: 30px 0 40px 0;
}
.carousel.open {
  z-index: 2000;
  visibility: visible;
  opacity: 1.0;
  transition: opacity 0.3s, left 0.3s, top 0.3s;
  -ms-transition: opacity 0.3s, left 0.3s, top 0.3s;
  -moz-transition: opacity 0.3s, left 0.3s, top 0.3s;
  -webkit-transition: opacity 0.3s left 0.3s, top 0.3s;
}
.carousel.leave {
  opacity: 0.0;
}
.carousel strong {
  display: block;
  margin-bottom: 20px;
  font-size: 137.5%;
  line-height: 1.2;
  text-align: center;
}
.carousel .carousel-inner {
  position: relative;
  margin: 0 auto;
  /*width: 71.11111111%;*/
  max-width: 640px;
  user-select: none;
  -webkit-user-select: none;
}
.carousel .carousel-viewport {
  overflow: hidden;
}
.carousel .carousel-item-box {
  position: relative;
  margin: 0;
  padding: 0;
  width: 20000px;
  list-style: none;
}
.carousel .carousel-item-box:after {
  clear: both;
  display: block;
  content: "";
}
.carousel .carousel-item {
  position: relative;
  float: left;
  margin-right: 20px;
  text-align: center;
}
.carousel .carousel-item a {
  position: relative;
  display: block;
  background: #323232;
}
.carousel.mouse .carousel-item a {
  transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.carousel.mouse .carousel-item a:hover {
  opacity: 0.8;
}
.carousel .carousel-item a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 19px;
  height: 19px;
  background: url(../img/icon_zoom.png) no-repeat 0 0;
}
.carousel .carousel-item img {
  width: 100%;
  height: auto;
}
.carousel .carousel-item .info {
  font-size: 75%;
  line-height: 1.6;
}
.carousel .carousel-item .info:after {
  clear: both;
  display: block;
  content: "";
}
.carousel .carousel-item .info .exif {
  display: block;
  float: left;
  margin-top: 7px;
  text-align: left;
}
.carousel .carousel-item .info .note {
  display: block;
  float: right;
  margin-top: 7px;
  text-align: right;
}
.carousel .carousel-item .info .note2 {
  display: none;
}
.carousel .carousel-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding-bottom: 22px;
  padding-bottom: 2.444444%;
  width: 22px;
  width: 2.444444%;
  background: url(../img/carousel_close.png) no-repeat 0 0;
  background-size: 100% auto;
  cursor: pointer;
}
.carousel .link {
  margin-top: 20px;
  padding: 0 15px;
  text-align: right;
}
.carousel.no-btn .link {
  display: none;
}
.carousel .link a {
  padding-left: 23px;
  background: url(../img/icon_arrow@2x.png) no-repeat 0 50%;
  background-size: 17px 17px;
  font-size: 93.8%;
  color: #fff;
}
.carousel .link a:hover {
  text-decoration: underline;
}
.no-opacity .carousel .link a {
  background-image: url(../img/icon_arrow.png);
}
@media screen and (max-width: 900px) {
  .carousel {
    width: 90%;
  }
  .carousel .carousel-inner {
    width: 71.11111111%;
  }
}
@media screen and (max-width: 479px) {
  .carousel {
    padding: 20px 0 20px 0;
    width: 96%;
  }
  .carousel.no-btn {
    padding: 20px 0 30px 0;
  }
  .carousel strong {
    margin-bottom: 10px;
  }
  .carousel .carousel-inner {
    width: 85%;
  }
  .carousel .carousel-item .info {
    font-size: 65%;
  }
  .carousel .carousel-item .info .exif {
    float: none;
    margin-top: 7px;
  }
  .carousel .carousel-item .info .note {
    float: none;
    margin-top: 5px;
    text-align: left;
  }
  .carousel .carousel-close {
    width: 6%;
    padding-bottom: 6%;
  }
}

/* .carousel-thum
--------------------------------------------------*/
.carousel-thum {
  margin-top: 25px;
}
.carousel-thum ul {
  margin: 0 auto;
  width: 780px;
  width: 86.666666%;
  line-height: 0;
}
.carousel-thum ul:after {
  /*780*/
  clear: both;
  display: block;
  content: "";
}
.carousel-thum li {
  position: relative;
  float: left;
  margin-left: 10px;
  width: 70px;
  width: 8.9743589%;
  cursor: pointer;
}
.carousel-thum li:first-child {
  margin-left: 0;
}
.carousel-thum li img {
  width: 100%;
  height: auto;
}
.carousel-thum li .frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0px solid #e63200;
  box-sizing: border-box;
  transition: border 0.2s;
  -ms-transition: border 0.2s;
  -moz-transition: border 0.2s;
  -webkit-transition: border 0.2s;
}
.carousel-thum li.current .frame,
.carousel-thum li:hover .frame {
  border: 2px solid #e63200;
}

@media screen and (max-width: 479px) {
  .carousel-thum li {
    width: 11%;
  }
}

/* .carousel-paddle
--------------------------------------------------*/
.carousel-paddle {
  position: absolute;
  top: 50%;
  width: 70px;
  width: 10.9375%;
  opacity: 0.0;
  transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.carousel-paddle.active {
  opacity: 1.0;
}
.carousel-paddle.carousel-prev {
  left: 0;
  margin-left: -10.9375%;
}
.carousel-paddle.carousel-next {
  right: 0;
  margin-right: -10.9375%;
}
.carousel-paddle.carousel-prev em,
.carousel-paddle.carousel-next em {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -34.2857142%;
  padding-bottom: 68.5714285%;
  transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.carousel-paddle.carousel-prev.active em,
.carousel-paddle.carousel-next.active em {
  opacity: 1.0;
  cursor: pointer;
}
.carousel-paddle.carousel-prev em:hover,
.carousel-paddle.carousel-next em:hover {
  opacity: 0.6;
}
.carousel-paddle.carousel-prev em {
  background: url(../img/carousel_prev.png) no-repeat 50% 0;
  background-size: 25.7142857% auto;
}
.carousel-paddle.carousel-next em {
  background: url(../img/carousel_next.png) no-repeat 50% 0;
  background-size: 25.7142857% auto;
}

/* #CarouselLayer
--------------------------------------------------*/
#CarouselLayer {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 0;
  height: 0;
  background: #fff;
  opacity: 0.0;
  visibility: hidden;
  transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
#CarouselLayer.open {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  visibility: visible;
}
#CarouselLayer.leave {
  opacity: 0.0;
}

.no-opacity #CarouselLayer.open {
  filter: alpha(opacity=40);
}
