@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:500&display=swap');

#contents-wrapper {
	width: 100%!important;
  min-width: 1400px;
  margin-top: 0px;
  padding-top: 226px;
  padding-bottom: 45px;
  overflow:hidden;
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
}
#contents-wrapper::before {
  width: 100vw;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 226px;
  left: 50%;
  margin-left: -50vw;
  content:"";
}
#special-header-wrapper {
  display: none;
}
#special-column {
  width: 1330px;
  height: auto;
  float: none;
  border: 1px solid #707070;
  border-top: none;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  overflow:hidden;
  color: #707070;
}

#special-column img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.note-header {
  display: flex;
  border-bottom: 1px solid #707070;
  margin-bottom: 40px;
}
.note-header h2 {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 330px;
  position: relative;
  border-right: 1px solid #707070;
}
.note-header h2 img {
  width: 290px!important;
}
.note-header h2::before {
  content:"Title";
}
.note-header__txt {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 660px;
  border-right: 1px solid #707070;
  font-family: "Noto Sans Japanese";
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  position: relative;
}
.note-header__txt::before {
  content:"Discription";
}

.note-header-note {
  display: flex;
  flex-wrap: wrap;
  width: 340px;
}
.note-header-note li {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 66px;
  border-bottom: 1px solid #707070;
  font-size: 14px;
  line-height: 1;
  position: relative;
}
.note-header-note .project::before {
  content:"Project";
}
.note-header-note .number::before {
  content:"No.";
}
.note-header-note .brand {
  box-sizing: border-box;
  width: 230px;
  border-bottom: none;
  border-right: 1px solid #707070;
}
.note-header-note .brand::before {
  content:"Brand";
}
.note-header-note .anc-brand {
  width: 110px;
  border-bottom: none;
}
.note-header-note .anc-brand a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  font-size: 10px;
  color: #707070;
}
.note-header h2::before,
.note-header__txt::before,
.note-header-note li::before {
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 11px;
}

.en-photo-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1310px;
  margin: 0 auto 20px;
}
.en-photo-list-li {
  width: 320px;
  margin-bottom: 20px;
}
.en-photo-list-li a {
  display: block;
}
.en-photo-list-li .board {
  width: 100%;
  height: 280px;
  margin-bottom: 17px;
  position: relative;
}
.en-photo-list-li .board div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.en-photo-list-li .board .front {
  z-index: 2;
}

.en-photo-list-note li {
  box-sizing: border-box;
  width: 100%;
  height: 15px;
  padding-top: 2px;
  border: 1px solid #707070;
  border-radius: 3px;
  border-collapse: collapse;
  margin-bottom:-1px;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  color: #B9B9B9;
  position:relative;
  z-index:1;
}
.en-photo-list-note li:first-child span {
  display: inline-block;
  transform: scale(0.8); 
}
.en-photo-list-note li:first-child::before {
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid #707070;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  margin: auto;
  content:"";
}

.open-photo {
  box-sizing: border-box;
  width: 120px;
  height: 180px;
  padding-top: 60px;
  background-color: #7ADBD0;
  border: 1px solid #707070;
  border-radius: 70px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto 0 auto 277px;
  z-index: 100;
  cursor: pointer;
}
.open-photo span {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}

.staff-credit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  color: #707070;
}

.staff-credit h3 {
  width: 100%;
  padding: 11px 0px 19px 9px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-size: 10px;
  line-height: 1;
}
.staff-credit .txt {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 25%;
  height: 200px;
  border-right: 1px solid #707070;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
.staff-credit .txt span {
  font-size: 10px;
}
.staff-credit h4 {
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 8px;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 616px;
  left: 0;
  height: 10px;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  
}

.lb-prev, .lb-next {
  width: 50px;
  height: 100%;
  cursor: pointer;
  display: block;
  font-size: 10px;
  line-height: 1;
  color: #707070;
  position: absolute;
  top: 0;
}
.lb-nav a.lb-prev {
  left: 0;
}
.lb-nav a.lb-prev::before {
  content:"← PREV";
}
.lb-nav a.lb-next {
  right: 0;
}
.lb-nav a.lb-next::before {
  content:"NEXT →";
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  margin: 10px auto;
  text-align: center;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 1em;
  color: #707070;
}

.lb-data .lb-caption a {
  box-sizing: border-box;
  display: block;
  width: 120px;
  height: 25px;
  padding-top: 7px;
  border: 1px solid #707070;
  margin: 17px auto 0;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  color: #707070;
}

.lb-data .lb-number {
  display: none!important;
}

.lb-data .lb-close {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("pc_btn_close.svg");
  background-size: 100% auto;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: 300px;
}
