@charset "UTF-8";


/**
 * page_head
**/
.page_head {
  margin: 0 0 0 0;
  height: 250px;
  background: url("../images/photo_library/main_visual.png") no-repeat center center;
  background-size: cover;
}
.page_head .eng {
  margin: 0 auto 0px;
  padding: 55px 0 0 0;
  width: 519px;
}
@media only screen and (max-width: 900px) {
  .page_head {
    margin: 0 0 0 0;
    height: 210px;
    background: url("../images/photo_library/main_visual-sp.png") no-repeat center center;
    background-size: cover;
  }
  .page_head .eng {
    margin: 0 auto 0px;
    padding: 73px 0 0 0;
    width: 300px;
  }

}


/**
 * photo_library
**/
.photo_library_content {
  display: flex;
}
@media only screen and (max-width: 900px) {
  .photo_library_content {
    flex-wrap: wrap;
  }
}
.photo_library_content .side_menu {
  padding: 56px 0 0 50px;
  width: 220px;
  text-align: left;
  background: #000000;
  box-sizing: border-box;
}
.photo_library_content .side_menu .item {
  margin: 0 0 25px 0;
}
.photo_library_content .side_menu .item a {
  line-height: 1.4em;
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
}
.photo_library_content .side_menu .item a .image {
  margin: 0 0 14px 0;
  width: 116px;
  position: relative;
}
.photo_library_content .side_menu .item a.active .image:before {
  width: calc( 100% + 16px );
  height: calc( 100% + 16px );
  content: "";
  border: 2px solid #ffffff;
  box-sizing: border-box;
  position: absolute;
  top: -8px;
  left: -8px;
}
.photo_library_content .side_menu .item a.active .image:after {
  margin: -16px 0 0 0;
  width: 15px;
  height: 32px;
  line-height: 32px;
  content: "";
  background: url("../images/photo_library/arrow_01.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -23px;
}

.photo_library_content .side_menu .item a .sale {
  margin: 0 0 5px 0;
  padding: 2px 4px;
  line-height: 1.4em;
  font-size: 11px;
  background: #DD0011;
  display: inline-block;
}
.photo_library_content .side_menu .item a .name {
	margin: 0;
	padding: 0 15px 0 0;

}
@media only screen and (max-width: 900px) {
  .photo_library_content .side_menu {
    padding: 0 0 0 0;
    width: 100%;
    text-align: left;
    background: #000000;
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .photo_library_content .side_menu .side_menu_scroll {
    padding: 28px 0 15px 0;
    width: 640px;
    text-align: left;
    background: #000000;
    box-sizing: border-box;
    display: flex;
  }
  
  
  .photo_library_content .side_menu .item {
    margin: 0 0 0 20px;
    width: 140px;
  }
  .photo_library_content .side_menu .item a {
    line-height: 1.4em;
    font-size: 12px;
    color: #ffffff;
    display: inline-block;
  }
  .photo_library_content .side_menu .item a .image {
    margin: 0 0 23px 0;
    width: 116px;
    position: relative;
  }
  .photo_library_content .side_menu .item a.active .image:before {
    width: calc( 100% + 16px );
    height: calc( 100% + 16px );
    content: "";
    border: 2px solid #ffffff;
    box-sizing: border-box;
    position: absolute;
    top: -8px;
    left: -8px;
  }
  .photo_library_content .side_menu .item a.active .image:after {
    margin: 0 0 0 -5px;
    width: 10px;
    height: 20px;
    line-height: 20px;
    content: "";
    background: url("../images/photo_library/arrow_01.png") no-repeat center center;
    background-size: cover;
    transform: rotate(90deg);
    position: absolute;
    top: auto;
    right: auto;
    bottom: -23px;
    left: 50%;
  }

  .photo_library_content .side_menu .item a .sale {
    margin: 0 0 5px 0;
    padding: 2px 4px;
    line-height: 1.4em;
    font-size: 11px;
    background: #DD0011;
    display: inline-block;
  }
  .photo_library_content .side_menu .item a .name {

  }
}

.photo_library_content .main_content {
  padding: 51px 0 65px 0;
  width: calc( 100% - 220px );
  box-sizing: border-box;
}
@media only screen and (max-width: 900px) {
  .photo_library_content .main_content {
    padding: 33px 0 22px 0;
    width: 100%;
    box-sizing: border-box;
  }
}

.photo_library_content .main_content .photo_box {
  margin: 0 85px;
  display: none;
}
.photo_library_content .main_content .photo_box.active {
  display: block;
}
.photo_library_content .main_content .photo_box .head {
  margin: 0 0 37px 0;
  padding: 0 0 28px 0;
  border-bottom: 1px solid #918B8A;
  overflow: hidden;
}
.photo_library_content .main_content .photo_box .head h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: 27px;
  font-weight: normal;
  float: left;
}
.photo_library_content .main_content .photo_box .head .link {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 256px;
  height: 40px;
  display: table;
  float: right;
}
.photo_library_content .main_content .photo_box .head .link a {
  margin: 0 0 0 0;
  padding: 0 0 0 43px;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  line-height: 1.2em;
  background: #12295C;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.photo_library_content .main_content .photo_box .head .link a:before {
  margin: -5px 0 0 0;
  width: 12px;
  height: 11px;
  line-height: 11px;
  content: "";
  background: url("../images/photo_library/icon_blank_01.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 19px;
}
.photo_library_content .main_content .photo_box .head .link a:after {
  margin: -4px 0 0 0;
  width: 4px;
  height: 8px;
  line-height: 8px;
  content: "";
  background: url("../images/photo_library/arrow_02.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 19px;
}
@media only screen and (max-width: 900px) {
  .photo_library_content .main_content .photo_box {
    margin: 0 auto;
    width: 91.66%;
    display: none;
  }
  .photo_library_content .main_content .photo_box.active {
    display: block;
  }
  .photo_library_content .main_content .photo_box .head {
    margin: 0 0 25px 0;
    padding: 0 0 26px 0;
    border-bottom: 1px solid #918B8A;
    overflow: hidden;
  }
  .photo_library_content .main_content .photo_box .head h3 {
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
    line-height: 1.4em;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    float: none;
  }
  .photo_library_content .main_content .photo_box .head .link {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 160px;
    height: 32px;
    display: table;
    float: none;
  }
  .photo_library_content .main_content .photo_box .head .link a {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    line-height: 1.2em;
    background: #12295C;
    position: relative;
    display: table-cell;
    vertical-align: middle;
  }
  .photo_library_content .main_content .photo_box .head .link a:before {
    margin: -5px 0 0 0;
    width: 12px;
    height: 11px;
    line-height: 11px;
    content: "";
    background: url("../images/photo_library/icon_blank_01.png") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 10px;
  }
  .photo_library_content .main_content .photo_box .head .link a:after {
    margin: -4px 0 0 0;
    width: 4px;
    height: 8px;
    line-height: 8px;
    content: "";
    background: url("../images/photo_library/arrow_02.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 10px;
  }
}

.photo_library_content .main_content .photo_box .list {
  margin-left: -10px;
  margin-right: -10px;
}
.photo_library_content .main_content .photo_box .list .easygrid_block {
}

@media only screen and (max-width: 900px) {
  
  
}


.easygrid_column
{
	position:relative;
}
.easygrid_bvgrid
{
	display:flex;
}
.easygrid_block
{
	word-break: break-all;
	position: relative;
	box-sizing: border-box;
}
@media only screen and (max-width: 900px) {
  
  
}





