@charset "utf-8";
/* ****************************************************************************

module

-------------------------------------------------------------------------------

　00. module

******************************************************************************* */
/* projects
------------------------------------------------------------------------------- */
.project01 {
  position: relative;
  margin: -1px 0 80px;
}
.project01_loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(/common/images/loading_ico01.svg) center center no-repeat;
  background-size: contain;
}
.project01_in {
  overflow: hidden;
  opacity: 0;
}
.project01_in-show {
  opacity: 1;
}
.project01 .project01_item:first-child,
.project01 .project01_item:last-child {
  overflow: hidden;
}
.project01_list  {
  position: relative;
  max-width: 1096px;
  margin: 0 auto;
}
.project01 .project01_item {
  width: 360px;
  height: auto;
}
.project01_year {
  position: relative;
  line-height: 20px;
  margin: 0 0 45px;
  color: #DE163D;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.project01_year::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  margin: -4px -40px 0;
  background-color: #DE163D;
}
.project01 .project01_item:first-child .project01_year::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  height: 1px;
  margin: -4px 0 0;
  background-color: #fff;
}
.project01 .project01_item:last-child .project01_year::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  height: 1px;
  margin: -4px 0 0;
  background-color: #fff;
}
.project01_year span {
  display: inline-block;
  position: relative;
  padding: 0 17px;
  background-color: #fff;
  z-index: 1;
}
.project01_wrap {
  display: block;
  position: relative;
  height: -webkit-calc(100% - 65px);
  height: calc(100% - 65px);
  background-color: #333;
  text-decoration: none;
}
.project01_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 88px;
  height: 36px;
  line-height: 38px;
  padding: 0 16px;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  box-sizing: border-box;
}
.project01_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 1px;
  margin: -1px 0 0;
  background-color: #fff;
}
.project01_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 1px;
  margin: -1px 0 0;
  background-color: #fff;
  transform: rotate(90deg);
}
.project01_img {
  display: block;
  background-color: #fff;
}
.project01_info {
  padding: 30px 30px 43px;
}
.project01_txt {
  line-height: 1.4375;
  color: #fff;
  font-size: 1.6em;
  font-weight: 200;
}
.project01_txt::before {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin: 0 0 16px;
  background-color: #DE163D;
  color: #fff;
}
.project01 .project01_pager {
  max-width: 1096px;
  margin: 30px auto 0;
  font-size: 0;
}
.project01 .project01_pager .swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 0;
  background-color: #E6E6E6;
  opacity: 1;
}
.project01 .project01_pager .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.project01 .project01_pager .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.project01 .project01_pager .swiper-pagination-bullet-active {
  background-color: #DE163D;
}
.project02 {
  display: none;
}
.project02_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 40px;
}
.project02_img {
  width: 51.924%;
  max-width: 540px;
}
.project02_info {
  width: 44.23%;
  padding: 3px 0 0;
}
.project02_year {
  line-height: 1;
  margin: 0 0 15px;
  color: #DE163D;
  font-size: 2.4rem;
  font-weight: 500;
}
.project02_tit {
  line-height: 1.45;
  margin: 0 0 15px;
  color: #000;
  font-size: 2rem;
  font-weight: 500;
}
.project02_stit {
  line-height: 1.5625;
  margin: 11px 0 3px;
  color: #DE163D;
  font-size: 1.6rem;
  font-weight: 500;
}
.project02_txt {
  line-height: 1.5625;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 200;
}
.project02_txt em {
  font-weight: 500;
}
.project02_link {
  line-height: 1.5625;
  margin: 8px 0 0;
  font-size: 1.6rem;
}
.project02_link a {
  color: #de163d;
  font-weight: 500;
  text-decoration: underline;
}
.project02_link a:hover {
  text-decoration: none;
}
.project02_list {
  line-height: 1.5625;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 200;
}
.project02_list li {
  position: relative;
  margin: 3px 0 0;
  padding: 0 0 0 16px;
}
.project02_list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #333;
}
.project02_list li:first-child {
  margin-top: 0;
}
.project02_close {
  position: absolute;
  right: 0;
  bottom: -21px;
  left: 0;
  width: 97px;
  height: 41px;
  line-height: 41px;
  margin: 0 auto;
  padding: 2px 0 0 20px;
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  box-sizing: border-box;
  cursor: pointer;
}
.project02_close:hover {
  border: 1px solid #6f6f6f;
  color: #6f6f6f;
}
.project02_close::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 22px;
  margin: -5px 0 0;
  width: 2px;
  height: 11px;
  background-color: #333;
  transform: rotate(-45deg);
}
.project02_close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 22px;
  margin: -5px 0 0;
  width: 2px;
  height: 11px;
  background-color: #333;
  transform: rotate(45deg);
}
.project02_close:hover::before,
.project02_close:hover::after {
  background-color: #6f6f6f;
}
#cboxOverlay {
  background: rgba(30, 30, 30, .7);
}
#cboxContent,
#cboxLoadedContent {
  max-width: 1120px;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  overflow: visible;
}
#cboxClose {
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 0;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 2.4em;
  font-weight: 400;
  opacity: 1;
}
#cboxClose::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 2px;
  height: 11px;
  margin: -5px auto 0;
  background-color: #fff;
  transform: rotate(-45deg);
}
#cboxClose::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 2px;
  height: 11px;
  margin: -5px auto 0;
  background-color: #fff;
  transform: rotate(45deg);
}
