/*!
 * index.css
 * updatedAt: 2016.01.26
 * createdAt: 2016.01.20
 */

/*==================================================

  .im-header

==================================================*/
.im-header {
  position: relative;
  display: block;
  margin-top: 3.333333%;
  padding-bottom: 24.9%;
  color: #000;
  overflow: hidden;
}
.im-header strong {
	position:absolute;
	right :0%;
	top:0;
	z-index:1000;
	width: 6.5%
}
.im-header strong img {
	width: 100%
}
.im-header strong span {
	position: absolute;
	top: 35%;
	right:118%;
	width:300px;
	text-align: right;
	font-size: 80%;
	font-weight:normal;
}

.im-header .heading {
  position: absolute;
  z-index: 1;
  right: 9.35%;
  padding-top: 5.5%;
  width: 50%;
  text-align: center;
}
.im-header .heading:after {
  clear: both;
  display: block;
  content: "";
}
.im-header .heading strong {
  position:relative;
  margin: 0 0 0 0;
  font-size: 100%;
  line-height: 1.7;
  left:0 !important;
}
.im-header .heading h1 {
  margin: 2.2% auto;
  width: 83.666666%;
  line-height: 0;
}
.im-header .heading h1 img {
  width: 100%;
  height: auto;
}
.im-header .heading p {
  margin: 3.333333% 0 2.333333%;
  font-size: 100%;
  line-height: 1.7;
}
.im-header .heading em {
  display: inline-block;
  padding: 0 32px;
  font-size: 87.5%;
  font-style: normal;
  line-height: 1.9;
  border: 1px solid #000;
}
.im-header .head-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  margin: 0 0 0 -5.833333%;
  width: 108.333333%;
  height: auto;
}

@media screen and (max-width: 700px) {
  .im-header {
    padding-bottom: 30%;
  }
  .im-header .heading {
    right: 2%;
    padding-top: 6%;
    width: 60%;
  }
  .im-header .heading p {
    font-size: 81.3%;
    line-height: 1.6;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  }
  .im-header .heading em {
    padding: 0 8%;
  }
}
@media screen and (max-width: 640px) {
  .im-header {
    margin-top: 20px;
  }
  .im-header .heading {
	right: 1.5%;
    padding-top: 6.5%;
  }
}
@media screen and (max-width: 480px) {
  .im-header {
    padding-bottom: 42%;
  }
  .im-header strong {
	width: 10%
  }
  .im-header .heading {
    right: 0;
	top:18%;
    padding: 0;
    width: 100%;
    height: 100%;
  }
  .im-header .heading h1 {
    width: 80%;
  }
  .im-header .heading p {
    margin: 3.5% auto 1.7%;
    width: 90%;
  }
  .im-header .head-img {
    margin-left: -80%;
    width: 180%;
  }
}


/*==================================================

  .im-photographers

==================================================*/
.im-photographers {
  display: flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  
  justify-content: flex-start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.im-photographers:after {
  clear: both;
  display: block;
  content: "";
}
.im-photographers .photographer {
  position: relative;
  z-index: 0;
  
  display: flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  
  margin: 30px 0 0 2.75%;
  width: 31.5%;
  background-color: #f5f5f5;
  overflow: hidden;
}
.im-photographers .photographer:nth-child(3n+1) {
  margin: 30px 0 0 0;
}
.im-photographers .photographer.new:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 13.2275132%;
  padding-bottom: 13.2275132%;
  background-image: url(../img/new.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.im-photographers .photographer.comingsoon strong{
	margin:auto auto;
	font-weight:normal;
}
.im-photographers .photographer a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  overflow: hidden;
}
.im-photographers .photographer a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 960px) {
  .im-photographers .photographer {
    margin: 24px 0 0 2.75%;
  }
  .im-photographers .photographer:nth-child(3n+1) {
    margin: 24px 0 0 0;
  }
}
@media screen and (max-width: 800px) {
  .im-photographers .photographer {
    margin: 20px 0 0 2.75%;
  }
  .im-photographers .photographer:nth-child(3n+1) {
    margin: 20px 0 0 0;
  }
  .im-photographers .photographer.new:after {
    background-image: url(../img/new@2x.png);
  }
  .im-photographers .photographer a {
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  .im-photographers .photographer a:hover {
    opacity: 1.0;
  }
}
@media screen and (max-width: 640px) {
  .im-photographers .photographer {
    margin: 18px 0 0 3%;
    width: 48.5%;
  }
  .im-photographers .photographer:nth-child(3n+1) {
    margin: 18px 0 0 3%;
  }
  .im-photographers .photographer:nth-child(2n+1) {
    margin: 18px 0 0 0;
  }
  .im-photographers .photographer.comingsoon{
	  display:none;
	}
}
@media screen and (max-width: 480px) {
  .im-photographers {
    display: block;
  }
  .im-photographers .photographer {
    margin: 4% 0 0 !important;
    width: auto;
  }
  .im-photographers .photographer.new:after {
    width: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  .im-photographers .photographer.new:after {
    background-image: url(../img/new@2x.png);
  }
}

/*--------------------------------------------------
  IE LEGACY
--------------------------------------------------*/
.ie9 .im-photographers .photographer,
.ie-legacy .im-photographers .photographer {
  float: left;
}
.im-photographers .photographer.first-child {
  margin: 2.5% 0 0 0;
}
.ie-legacy .im-photographers .photographer.new:after {
  width: 50px;
  padding-bottom: 50px;
}
.ie-legacy .im-photographers .photographer a {
  z-index: -1;
}

@media screen and (max-width: 640px) {
  .ie9 .im-photographers .photographer:nth-child(3n+1) {
    margin: 3% 0 0 3%;
  }
  .ie9 .im-photographers .photographer:nth-child(2n+1) {
    margin: 3% 0 0 0;
  }
}

/*--------------------------------------------------
  .img-box & .info-box
--------------------------------------------------*/
.im-photographers .img-box {
  position: relative;
  line-height: 0;
}
.im-photographers .img-box img {
  width: 100%;
  height: auto;
}
.im-photographers .info-box {
  padding: 30px;
  padding: 7.9365079%;
}
section.event.comingsoon strong{
	margin:auto auto;
	font-weight:normal;
}
.im-photographers .info-box .profile:after {
  clear: both;
  display: block;
  content: "";
}
.im-photographers .info-box .profile .img {
  float: right;
  width: 33.9622641%;
  line-height: 0;
}
.im-photographers .info-box .profile img {
  width: 100%;
  height: auto;
}
.im-photographers .info-box .profile strong {
  display: block;
  font-size: 87.5%;
  font-weight: 400;
  line-height: 1.0;
}
.im-photographers .info-box .profile h2 {
  position: relative;
  left: -3px;
  margin: 0;
  padding-top: 0.9433962%;
  font-size: 200%;
  font-weight: 400;
  letter-spacing: -0.06em;
}
.im-photographers .info-box p {
  margin: 10px 0 0;
  font-size: 112.5%;
  line-height: 1.5;
  letter-spacing: -0.03em;
  text-indent: -0.4em;
  font-weight: 700;
}
.im-photographers .info-box em {
  display: block;
  margin: 0 0 5px;
  padding: 14.1509433% 0 7px;
  font-size: 81.3%;
  font-style: normal;
  font-weight: 700;
  line-height: 1.0;
  color: #666;
  border-bottom: 1px solid #000;
}
.im-photographers .info-box dl {
  margin: 0;
}
.im-photographers .info-box dl:after {
  clear: both;
  display: block;
  content: "";
}
.im-photographers .info-box dt {
  float: left;
  margin: 0 5px 0 0;
  font-size: 75%;
  font-weight: 700;
  line-height: 1.5;
  color: #666;
}
.im-photographers .info-box .camera dt {
  margin-top: 0.22em;
  color: #666;
}
.im-photographers .info-box dd {
  margin: 0;
  line-height: 1.5;
  font-weight: 700;
}
.im-photographers .info-box .camera dd {
  font-size: 93.8%;
}
.im-photographers .info-box .lens dd {
  font-size: 75%;
}

@media screen and (max-width: 800px) {
  .im-photographers .info-box .profile h2 {
    font-size: 187.5%;
  }
}
@media screen and (max-width: 640px) {
  .im-photographers .info-box {
    padding: 15px 15px 20px;
  }
  .im-photographers .info-box .profile h2 {
    font-size: 175%;
  }
  .im-photographers .info-box p br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .im-photographers .info-box {
    padding: 9.090909% 9.090909% 9.090909%;
  }
  .im-photographers .info-box .profile h2 {
    left: 0;
    letter-spacing: 0;
  }
  .im-photographers .info-box p {
    margin: 15px 0 0;
  }
  .im-photographers .info-box em {
    padding: 12% 0 7px;
  }
}


/*==================================================

  .im-trailer

==================================================*/
.im-trailer {
  display: block;
  margin-top: 4.166666%;
  padding: 2.5%;
  text-align: center;
  border: 1px solid #000;
}
.im-trailer h2 {
  margin: 0;
  font-size: 175%;
  font-weight: 400;
  line-height: 1.0;
}
.im-trailer p {
  margin: 13px 0 0;
  font-size: 100%;
  line-height: 1.8;
}
.im-trailer p.note {
  font-size: 81.3%;
  line-height: 1.4;
  color: #666;
}

@media screen and (max-width: 640px) {
  .im-trailer {
    margin-top: 40px;
    padding: 20px;
  }
  .im-trailer h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  .im-trailer {
    margin-top: 20px;
  }
}


/*==================================================

  .im-event

==================================================*/
.im-event {
  display: block;
  margin-top: 5.833333%;
}
.im-event h2 {
  margin: 0;
  padding-bottom: 20px;
  font-size: 225%;
  font-weight: 400;
  line-height: 1.0;
  text-align: center;
}
.im-event .event-list {
  display: flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  
  justify-content: flex-start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.im-event .event-list:after {
  clear: both;
  display: block;
  content: "";
}
.im-event .event {
  display: flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  
  margin: 24px 0 0 2%;
  width: 282px;
  width: 23.5%;
  background-color: #f5f5f5;
  overflow: hidden;
}
.im-event .event-list .event:nth-child(4n+1){
  margin: 24px 0 0 0;
}
.im-event .event a {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.im-event .event a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 1120px) {
  .im-event .event {
    margin: 21px 0 0 2%;
  }
  .im-event .event-list .event:nth-child(4n+1){
    margin: 21px 0 0 0;
  }
}
@media screen and (max-width: 960px) {
  .im-event .event {
    margin: 18px 0 0 2%;
  }
  .im-event .event-list .event:nth-child(4n+1){
    margin: 18px 0 0 0;
  }
}
@media screen and (max-width: 800px) {
  .im-event .event {
    margin: 15px 0 0 2%;
  }
  .im-event .event-list .event:nth-child(4n+1){
    margin: 15px 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  .im-event {
    margin-top: 60px;
  }
  .im-event h2 {
    padding-bottom: 10px;
    font-size: 36px;
  }
  .im-event .event {
    margin: 20px 0 0 3%;
    width: 48.5%;
  }
  .im-event .event-list .event:nth-child(4n+1){
    margin: 3% 0 0 3%;
  }
  .im-event .event-list .event:nth-child(2n+1){
    margin: 3.5% 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .im-event .event-list {
    display: block;
  }
  .im-event .event {
    margin: 4% 0 0 !important;
    width: auto !important;
  }
}

/*==================================================

  .im-event (voice用を転用）



.im-event .event .img-box {
  display: table-cell;
  width: 282px;
  width: 23.5%;
  line-height: 0;
  vertical-align: top;
  background-color: #f5f4f4;
}
.im-event .event .img-box img {
  width: 100%;
  height: auto;
}
.im-event .event .txt-box {
  display: table-cell;
  box-sizing: border-box;
  padding: 15px 30px 15px 50px;
  padding: 15px 3.6585365% 15px 4.166666%;
  vertical-align: middle;
  background-color: #f5f4f4;
  overflow: hidden;
}
.im-event .event .txt-box:after {
  clear: both;
  display: block;
  content: "";
}
.im-event .event h3 {
  margin: 0;
  font-size: 125%;
}
.im-event .event p {
  margin: 0 0 15px;
  margin: 0 0 1.8292682%;
  font-size: 100%;
}
.im-event .event dl {
  float: left;
  margin: 6px 20px 0 0;
  margin: 0.7317073% 20px 0 0;
}
.im-event .event dl:after {
  clear: both;
  display: block;
  content: "";
}
.im-event .event dt {
  float: left;
  padding: 0.9009009% 0 0;
  width: 60px;
  font-size: 75%;
  color: #fff;
  text-align: center;
  background-color: #000;
}
.im-event .event dd {
  float: left;
  margin: 0 0 0 10px;
  font-size: 93.8%;
}

@media screen and (max-width: 1024px) {
  .im-event .event .img-box {
    padding: 15px 0 15px 15px;
  }
}

@media screen and (max-width: 480px) {
  .im-event {
    margin: 50px 0 0;
  }
  .im-event h2 {
    margin: 0 0 20px;
  }
  .im-event .event {
    margin: 15px 0 0;
  }
  .im-event .event .img-box {
    display: block;
    padding: 0;
    width: auto;
  }
  .im-event .event .txt-box {
    display: block;
    padding: 4.54545% 4.54545% 6.81818%;
    width: auto;
  }
  .im-event .event dl {
    float: none;
    margin: 5px 0 0 0;
  }
  .im-event .event p + dl {
    margin: 15px 0 0 0;
  }
}
==================================================*/

/*--------------------------------------------------
  IE LEGACY
--------------------------------------------------*/
.ie9 .im-event .event,
.ie-legacy .im-event .event {
  float: left;
}
.ie-legacy .im-event .event.first-child {
  margin: 2% 0 0 0;
}

/*--------------------------------------------------
  .img-box & .info-box
--------------------------------------------------*/
.im-event .img-box {
  line-height: 0;
}
.im-event .img-box img {
  width: 100%;
  height: auto;
}
.im-event .info-box {
  padding: 10.6382978% 10.6382978% 14.1843971%;
}
.im-event .info-box h3 {
  margin: 0;
  font-size: 112.5%;
  line-height: 1.3;
}
.im-event .info-box p {
  margin: 5px 0 0;
  font-size: 100%;
  line-height: 1.4;
}
.im-event .info-box dl {
  margin: 3.6036036% 0 0;
}
.im-event .info-box p + dl {
  margin: 9.009009% 0 0;
}
.im-event .info-box dl:after {
  clear: both;
  display: block;
  content: "";
}
.im-event .info-box dt {
  float: left;
  margin: 0 4.5045045% 0 0;
  padding: 0.9009009% 0 0;
  width: 27.027027%;
  font-size: 75%;
  color: #fff;
  text-align: center;
  background-color: #000;
}
.im-event .info-box dd {
  position: relative;
  top: 2px;
  margin: 0;
  font-size: 93.8%;
  line-height: 1.3;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .im-event .info-box {
    padding: 9.090909% 9.090909% 9.090909%;
  }
}

