/**************************************************
	COMPANY
**************************************************/
section {
  padding-top: 160px;
  padding-bottom: 125px;
}
section div.wrapper div.title-box {
  box-sizing: border-box;
  position: relative;
  padding-top: 2px;
}
section div.wrapper div.title-box h2 {
  width: 22px;
  height: 94px;
  background: url(../img/works/pc/h2.png) no-repeat center center;
  background-size: contain;
  margin-bottom: 112px;
}
section div.wrapper div.title-box div.caution {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1.6rem;
  letter-spacing: 0em;
}
section div.wrapper div.title-box:after {
  position: absolute;
  top: 106px;
  left: 8px;
  width: 1px;
  height: 100px;
  background-color: black;
  content: " ";
}
section div.wrapper div.body-box > ul {
  *zoom: 1;
}
section div.wrapper div.body-box > ul:after {
  content: "";
  display: table;
  clear: both;
}
section div.wrapper div.body-box > ul > li {
  position: relative;
  float: left;
  width: 305px;
  height: 171px;
  margin-bottom: 30px;
  transition-duration: 0.3s;
}
section div.wrapper div.body-box > ul > li.left-thumbnail {
  margin-left: -1px;
}
section div.wrapper div.body-box > ul > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow: hidden;
}
section div.wrapper div.body-box > ul > li > a div.photo {
  width: 100%;
  height: 100%;
}
section div.wrapper div.body-box > ul > li > a div.photo > img {
  transition-duration: 0.6s;
}
section div.wrapper div.body-box > ul > li > a div.info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
section div.wrapper div.body-box > ul > li > a div.info div.box > p {
  line-height: 0;
}
section div.wrapper div.body-box > ul > li > a div.info div.box > p span {
  background-color: black;
  padding: 0px 5px;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: -0.05em;
}
section div.wrapper div.body-box > ul > li > a div.info div.box > p span.incharge {
  font-size: 10px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: -0.05em;
  font-weight: normal;
}
section div.wrapper div.body-box p.caution {
  text-align: left;
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 1rem;
  letter-spacing: 0em;
}

@media screen and (min-width: 769px) {
  section div.wrapper div.title-box > ul.subnav {
    margin-bottom: 67px;
  }
  section div.wrapper div.title-box > ul.subnav li {
    margin-bottom: 8px;
  }
  section div.wrapper div.title-box > ul.subnav li a {
    position: relative;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    line-height: 1rem;
    letter-spacing: 0em;
    text-decoration: none;
    padding-bottom: 9px;
  }
  section div.wrapper div.title-box > ul.subnav li a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 1px;
    background-color: #000;
    content: " ";
    transition-property: left width;
    transition-duration: 0.3s;
  }
  section div.wrapper div.title-box > ul.subnav li a.selected:after, section div.wrapper div.title-box > ul.subnav li a:hover:after {
    left: 0%;
    width: 100%;
    transition-property: left width;
    transition-duration: 0.1s;
  }
  section div.wrapper div.body-box > ul > li > a:hover div.photo > img {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    transition-duration: 0.3s;
  }
  section div.wrapper div.body-box > ul > li > a:hover div.info {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  section {
    /*
    	background:url(../img/works/sp/atari2.png) no-repeat center 0px;
    	background-size: 375px auto;
    */
    padding-top: 83px;
    padding-bottom: 63px;
  }
  section div.wrapper div.title-box {
    padding-top: 0;
    margin-bottom: 32px;
  }
  section div.wrapper div.title-box h2 {
    width: 110px;
    height: 25px;
    background: url(../img/works/sp/h2.png) no-repeat center center;
    background-size: contain;
    margin: 0 auto 57px;
  }
  section div.wrapper div.title-box div.selected-box {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  section div.wrapper div.title-box div.selected-box a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
    letter-spacing: 0em;
    position: relative;
    text-decoration: none;
    background: url(../img/works/sp/arrow_down.png) no-repeat 5px 6px;
    background-size: 7px 4px;
    padding: 0 16px;
    padding-bottom: 4px;
  }
  section div.wrapper div.title-box div.selected-box a:after {
    position: absolute;
    bottom: 0;
    left: 16px;
    width: calc(100% - 32px);
    height: 1px;
    background-color: #000;
    content: " ";
  }
  section div.wrapper div.title-box div.selected-box.open a {
    background: url(../img/works/sp/arrow_up.png) no-repeat 5px 6px;
    background-size: 7px 4px;
  }
  section div.wrapper div.title-box div.selected-box.open a:after {
    display: none;
  }
  section div.wrapper div.title-box > ul.subnav {
    position: absolute;
    left: 0;
    background-color: #FFF;
    width: calc(100% + 20px);
    height: 0vh;
    overflow: hidden;
    margin-left: -10px;
    z-index: 10;
    margin-top: -26px;
    transition-property: height;
    transition-duration: 0.3s;
  }
  section div.wrapper div.title-box > ul.subnav li {
    margin-bottom: 10px;
    text-align: center;
  }
  section div.wrapper div.title-box > ul.subnav li a {
    position: relative;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
    letter-spacing: 0em;
    text-decoration: none;
  }
  section div.wrapper div.title-box > ul.subnav li a.selected {
    display: none;
  }
  section div.wrapper div.title-box > ul.subnav.open {
    height: 100vh;
    transition-property: height;
    transition-duration: 0.3s;
  }
  section div.wrapper div.title-box div.caution {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 12px;
    line-height: 1.2rem;
    letter-spacing: 0em;
    text-align: center;
  }
  section div.wrapper div.title-box:after {
    display: none;
  }
  section div.wrapper div.body-box > ul {
    width: 300px;
    margin: 0 auto 20px;
  }
  section div.wrapper div.body-box > ul > li {
    float: none;
    width: 300px;
    height: auto;
    margin-bottom: 37px;
  }
  section div.wrapper div.body-box > ul > li:nth-child(even) {
    margin-left: 0;
  }
  section div.wrapper div.body-box > ul > li > a {
    text-decoration: none;
  }
  section div.wrapper div.body-box > ul > li > a div.photo {
    width: 300px;
    height: 160px;
    overflow: hidden;
    margin-bottom: 11px;
  }
  section div.wrapper div.body-box > ul > li > a div.photo > img {
    margin-top: -4px;
    transition-duration: 0.0s;
  }
  section div.wrapper div.body-box > ul > li > a div.info {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
  }
  section div.wrapper div.body-box > ul > li > a div.info div.box > p {
    line-height: 0;
    text-align: left;
  }
  section div.wrapper div.body-box > ul > li > a div.info div.box > p span {
    background-color: transparent;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: 0em;
    color: #000;
  }
  section div.wrapper div.body-box > ul > li > a div.info div.box > p span.incharge {
    font-size: 10px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: -0.05em;
  }
  section div.wrapper div.body-box > ul > li > a:hover div.photo > img {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-duration: 0.0s;
  }
  section div.wrapper div.body-box p.caution {
    text-align: center;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 12px;
    line-height: 1.2rem;
    letter-spacing: 0em;
  }
}
