@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Vollkorn:400,700,900|Lato:400,900|Rozha+One|Libre+Baskerville:400,700");
header {
  padding-bottom: 190px;
}
header .ttlArea,
header .wideNav {
  animation: fadeIn 0.8s ease-in-out 0.7s forwards;
  -webkit-animation: fadeIn 0.8s ease-in-out 0.7s forwards;
  opacity: 0;
}

/*　slide
-------------------------------------*/
.slideArea {
  position: relative;
  width: 1074px;
  margin: 0 auto;
}
.slideArea .slideWrap {
  padding-left: 160px;
  width: calc(1074px + (50vw - 537px));
  position: relative;
  opacity: 0;
  animation: fadeInMove 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  -webkit-animation: fadeInMove 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.slideArea .slideWrap .slide li img {
  width: 100%;
  height: 528px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.slideArea .slideWrap:before {
  content: "";
  display: block;
  width: calc(100% - 160px);
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  animation: fadeOut 0.8s ease-in 0.7s forwards;
  -webkit-animation: fadeOut 0.8s ease-in 0.7s forwards;
}
.slideArea h2 {
  background: url(../images/index/img-concept_001.png) left center no-repeat;
  width: 100%;
  height: 196px;
  top: 50%;
  left: 0;
  margin-top: -98px;
  position: absolute;
  z-index: 2;
  animation: fadeIn 0.8s ease-in-out 0.7s forwards;
  -webkit-animation: fadeIn 0.8s ease-in-out 0.7s forwards;
  opacity: 0;
}

/*　共通
-------------------------------------*/
.secBox .boxTtl h3 {
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  font-family: "Vollkorn", serif;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.secBox .sub {
  font-size: 13px;
  font-weight: 900;
  color: #B3B3B3;
  line-height: 1 !important;
  letter-spacing: 0.1em;
  display: inline-block;
}
.secBox .sub.en {
  font-family: "Vollkorn", serif;
  font-size: 14px;
}
.secBox .ttl {
  position: relative;
}
.secBox .ttl .sub {
  position: absolute;
  right: 0;
  bottom: 0;
}

.animation figure {
  opacity: 0;
}
.animation .txtWrap {
  opacity: 0;
}

/*　concept
-------------------------------------*/
#concept {
  background: #fff;
  position: relative;
  padding-bottom: 140px;
}
#concept figure {
  position: absolute;
  top: -68px;
  left: 0;
}
#concept figure img {
  height: 693px;
  width: calc(50vw + 279px);
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#concept .txtWrap {
  float: right;
  background: #fff;
  position: relative;
  z-index: 1;
  width: 397px;
  padding: 45px 40px 25px 45px;
  box-sizing: border-box;
}
#concept .txtWrap .ttl {
  margin-bottom: 37px;
}
#concept .txtWrap p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
#concept .txtWrap p:not(:last-child) {
  margin-bottom: 17px;
}
#concept .txtWrap .commonBtn {
  margin-top: 30px;
}
#concept.play figure {
  animation: fadeLeftIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  -webkit-animation: fadeLeftIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
#concept.play .txtWrap {
  animation: fadeRightIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
  -webkit-animation: fadeRightIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}

/*　works
-------------------------------------*/
#works {
  padding: 90px 0 140px;
}
#works .boxTtl {
  text-align: center;
  margin-bottom: 70px;
}
#works ul li a {
  display: block;
  position: relative;
}
#works ul li a .new {
  position: absolute;
  text-decoration: none;
  background: #1557A1;
  text-align: center;
  width: 114px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-family: "Lato", sans-serif;
  z-index: 2;
  top: -22px;
  left: -11px;
  opacity: 0;
}
#works ul li a figure {
  overflow: hidden;
  width: 704px;
  height: 468px;
}
#works ul li a figure img {
  width: 704px;
  height: 468px;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#works ul li a .txtWrap {
  position: absolute;
  background: #fff;
  width: 440px;
  box-sizing: border-box;
  padding: 38px 40px 35px;
  right: 0;
  bottom: 60px;
}
#works ul li a .txtWrap .ttl {
  margin-bottom: 18px;
}
#works ul li a .txtWrap .ttl .catch {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}
#works ul li a .txtWrap .ttl h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}
#works ul li a .txtWrap .ttl .sub {
  bottom: 7px;
}
#works ul li a .txtWrap > p {
  font-size: 14px;
  line-height: 1.9;
}
#works ul li a:hover {
  color: #000;
}
#works ul li a:hover img {
  opacity: 1;
  transform: scale(1.05);
}
#works ul li:not(:last-child) {
  margin-bottom: 80px;
}
#works ul li:nth-child(2n+1) a.play .new {
  animation: fadeLeftIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  -webkit-animation: fadeLeftIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
#works ul li:nth-child(2n+1) a.play figure {
  animation: fadeLeftIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  -webkit-animation: fadeLeftIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
#works ul li:nth-child(2n+1) a.play .txtWrap {
  animation: fadeRightIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
  -webkit-animation: fadeRightIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}
#works ul li:nth-child(2n) a figure {
  float: right;
}
#works ul li:nth-child(2n) a .txtWrap {
  left: 0;
  right: auto;
}
#works ul li:nth-child(2n) a.play figure {
  animation: fadeRightIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  -webkit-animation: fadeRightIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
#works ul li:nth-child(2n) a.play .txtWrap {
  animation: fadeLeftIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
  -webkit-animation: fadeLeftIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}
#works ul li:not(:first-child) .new {
  display: none;
}

/*　detail
-------------------------------------*/
#detail {
  background: #fff;
  padding: 140px 0;
}
#detail .inner {
  opacity: 0;
}
#detail .txtWrap {
  float: left;
  width: 312px;
  opacity: 1;
}
#detail .txtWrap .boxTtl {
  margin-bottom: 30px;
}
#detail .txtWrap .boxTtl h3 {
  margin-bottom: 0;
}
#detail .txtWrap .txt {
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-bottom: 23px;
}
#detail .picWrap {
  float: right;
  width: 702px;
}
#detail .picWrap ul {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  margin-right: -22px;
}
#detail .picWrap ul li {
  width: 159px;
  margin: 0 22px 22px 0;
  outline: none !important;
}
#detail .picWrap ul li a {
  display: block;
  position: relative;
  outline: none !important;
}
#detail .picWrap ul li a img {
  width: 159px;
  height: 159px;
  object-fit: cover;
  font-family: "object-fit: cover;";
  outline: none !important;
}
#detail .picWrap ul li a:after {
  width: 159px;
  height: 159px;
  content: "";
  display: block;
  background: url(../images/common/ico-zoom_001@2x.png) center center no-repeat rgba(0, 0, 0, 0.5);
  background-size: 40px 40px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
#detail .picWrap ul li a:hover img {
  opacity: 1;
}
#detail .picWrap ul li a:hover:after {
  opacity: 1;
}
#detail .play {
  animation: fadeBottomIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  -webkit-animation: fadeBottomIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/*　news
-------------------------------------*/
#news {
  padding: 100px 0;
  opacity: 0;
}
#news h3 {
  text-align: center;
  line-height: 1;
  font-family: "Vollkorn", serif;
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 35px;
}
#news ul {
  background: #fff;
  padding: 40px 100px;
}
#news ul li {
  line-height: 1;
  padding: 0 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
#news ul li a {
  text-decoration: none;
  display: inline-block;
}
#news ul li a span {
  font-size: 12px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  width: 120px;
  display: inline-block;
}
#news ul li:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
#news.play {
  animation: fadeBottomIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  -webkit-animation: fadeBottomIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/*　blog
-------------------------------------*/
#blog .blogBanner {
  margin: 0 auto;
  background: #fff;
  width: 800px;
}
#blog .blogBanner a {
  text-decoration: none;
  display: flex;
}
#blog .blogBanner a .blogTxt {
  margin-top: 60px;
  width: 50%;
}
#blog .blogBanner a .blogTxt h3 {
  text-align: center;
  line-height: 1;
  font-family: "Vollkorn", serif;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 20px;
}
#blog .blogBanner a .blogTxt p {
  line-height: 2em;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.08em;
}
#blog .blogBanner a .blogImg {
  width: 50%;
}

.contBoxWrap > ul .contBox .contBoxTtl {
  margin-bottom: 25px;
}
.contBoxWrap > ul .contBox figure {
  margin-bottom: 24px;
}
.contBoxWrap > ul .contBox figure a {
  display: block;
}
.contBoxWrap > ul .contBox figure a img {
  width: 288px;
  height: 192px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.contBoxWrap > ul .contBox .day {
  font-size: 12px;
  line-height: 1;
  font-family: "Lato", sans-serif;
}
.contBoxWrap > ul .contBox .ttl {
  line-height: 1.5;
  margin: 10px 0 20px;
}
.contBoxWrap > ul .contBox .ttl a {
  text-decoration: none;
}
.contBoxWrap.play {
  animation: fadeBottomIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  -webkit-animation: fadeBottomIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@media screen and (min-width: 741px) {
  #detail .picWrap ul li:nth-child(9) {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  header {
    padding-bottom: 0;
  }

  #content {
    padding: 0;
  }

  .inner {
    margin: 0 25px;
  }

  header .ttlArea,
header .wideNav {
    animation: none !important;
    -webkit-animation: none !important;
    opacity: 1 !important;
  }

  /*　slide
  -------------------------------------*/
  .slideArea {
    width: auto;
  }
  .slideArea .bx-wrapper {
    margin-bottom: 0;
  }
  .slideArea .slideWrap {
    padding-left: 0;
    width: auto;
  }
  .slideArea .slideWrap .slide li img {
    width: 100%;
    height: auto;
    object-fit: unset;
    font-family: "object-fit: unset;";
  }
  .slideArea .slideWrap:before {
    width: 100%;
  }
  .slideArea h2 {
    background: url(../images/index/img-concept_001@2x.png) left center no-repeat;
    background-size: contain;
    width: 210px;
    height: 129px;
    top: auto;
    left: auto;
    margin: -15px 0 0 25px;
    position: relative;
    z-index: 10;
  }

  /*　共通
  -------------------------------------*/
  .secBox .boxTtl h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .secBox .sub {
    font-size: 11px;
  }
  .secBox .sub.en {
    font-family: "Vollkorn", serif;
    font-size: 14px;
  }
  .secBox .ttl {
    position: relative;
  }
  .secBox .ttl .sub {
    position: static;
    right: auto;
    bottom: auto;
  }

  /*　concept
  -------------------------------------*/
  #concept {
    background: #E0E0E0;
    position: relative;
    padding-bottom: 0;
    opacity: 1;
  }
  #concept .inner {
    margin: 0;
  }
  #concept figure {
    position: static;
    top: auto;
    left: auto;
  }
  #concept figure img {
    height: auto;
    width: 100%;
    object-fit: unset;
    font-family: "object-fit: unset;";
  }
  #concept .ttl h3 img {
    display: none;
  }
  #concept .txtWrap {
    float: none;
    background: none;
    width: auto;
    padding: 30px 25px 60px;
    box-sizing: border-box;
  }
  #concept .txtWrap .ttl {
    margin-bottom: 20px;
  }
  #concept .txtWrap p {
    font-size: 12px;
  }
  #concept .txtWrap p:not(:last-child) {
    margin-bottom: 17px;
  }
  #concept .txtWrap .commonBtn {
    margin-top: 30px;
    text-align: center;
  }
  #concept.play {
    animation: none !important;
  }
  #concept.play figure {
    animation: fadeBottomIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    -webkit-animation: fadeBottomIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 1 !important;
  }
  #concept.play .txtWrap {
    animation: none !important;
    -webkit-animation: none !important;
    opacity: 1 !important;
  }

  /*　works
  -------------------------------------*/
  #works {
    padding: 40px 0 60px;
    margin: 0;
  }
  #works .boxTtl {
    margin-bottom: 40px;
  }
  #works ul li a {
    text-decoration: none;
  }
  #works ul li a .new {
    width: 84px;
    height: 30px;
    line-height: 30px;
    top: -15px;
    left: 0;
  }
  #works ul li a figure {
    width: 100vw;
    height: 67vw;
  }
  #works ul li a figure img {
    width: 100vw;
    height: 67vw;
  }
  #works ul li a .txtWrap {
    position: relative;
    width: auto;
    padding: 15px 25px 20px;
    right: auto;
    bottom: auto;
    margin: -40px 25px 0;
  }
  #works ul li a .txtWrap .ttl {
    margin-bottom: 10px;
  }
  #works ul li a .txtWrap .ttl .catch {
    font-size: 11px;
    margin-bottom: 5px;
  }
  #works ul li a .txtWrap .ttl h4 {
    font-size: 20px;
  }
  #works ul li a .txtWrap .ttl .sub {
    bottom: auto;
  }
  #works ul li a .txtWrap > p {
    font-size: 12px;
    line-height: 1.9;
  }
  #works ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  #works ul li:nth-child(2n+1) a.play .new {
    animation: none !important;
    -webkit-animation: none !important;
    opacity: 1 !important;
  }
  #works ul li:nth-child(2n+1) a.play figure {
    animation: none !important;
    -webkit-animation: none !important;
    opacity: 1 !important;
  }
  #works ul li:nth-child(2n+1) a.play .txtWrap {
    animation: none !important;
    -webkit-animation: none !important;
    opacity: 1 !important;
  }
  #works ul li:nth-child(2n) a figure {
    float: none;
  }
  #works ul li:nth-child(2n) a .txtWrap {
    left: auto;
    right: auto;
  }
  #works ul li:nth-child(2n) a .new {
    animation: none !important;
    -webkit-animation: none !important;
    opacity: 1 !important;
  }
  #works ul li:nth-child(2n) a figure {
    animation: none !important;
    -webkit-animation: none !important;
    opacity: 1 !important;
  }
  #works ul li:nth-child(2n) a .txtWrap {
    animation: none !important;
    -webkit-animation: none !important;
    opacity: 1 !important;
  }

  /*　detail
  -------------------------------------*/
  #detail {
    padding: 40px 0 60px;
  }
  #detail .txtWrap {
    float: none;
    width: auto;
    padding-bottom: 30px;
  }
  #detail .txtWrap .boxTtl {
    text-align: center;
    margin-bottom: 20px;
  }
  #detail .txtWrap .txt {
    margin-bottom: 20px;
    font-size: 12px;
  }
  #detail .picWrap {
    float: none;
    width: auto;
  }
  #detail .picWrap ul {
    margin-right: 0;
  }
  #detail .picWrap ul li {
    width: calc((100vw - 74px) / 3);
    margin: 0 12px 12px 0;
  }
  #detail .picWrap ul li:nth-child(3n) {
    margin-right: 0;
  }
  #detail .picWrap ul li a img {
    width: calc((100vw - 74px) / 3);
    height: calc((100vw - 74px) / 3);
  }
  #detail .picWrap ul li a:after {
    display: none;
  }

  /*　news
  -------------------------------------*/
  #news {
    padding: 40px 0;
  }
  #news h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #news ul {
    padding: 0;
  }
  #news ul li {
    line-height: 1.7;
    padding: 20px 25px;
    white-space: inherit;
    text-overflow: inherit;
    font-size: 12px;
  }
  #news ul li a {
    display: block;
  }
  #news ul li a span {
    width: auto;
    display: block;
    margin-bottom: 3px;
  }
  #news ul li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
  }

  /*　blog
  -------------------------------------*/
  #blog {
    padding: 40px 0;
    margin: 0 25px;
  }
  #blog .blogBanner {
    width: 100%;
  }
  #blog .blogBanner a {
    flex-direction: column;
  }
  #blog .blogBanner a .blogTxt {
    order: 2;
    margin: 30px 0;
    width: 100%;
  }
  #blog .blogBanner a .blogTxt h3 {
    text-align: center;
    line-height: 1;
    font-family: "Vollkorn", serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
  }
  #blog .blogBanner a .blogTxt p {
    line-height: 2em;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  #blog .blogBanner a .blogImg {
    order: 1;
    width: 100%;
  }

  .contBoxWrap {
    padding-bottom: 90px;
  }
  .contBoxWrap > ul .contBox .contBoxTtl {
    margin-bottom: 25px;
  }
  .contBoxWrap > ul .contBox figure {
    margin-bottom: 24px;
  }
  .contBoxWrap > ul .contBox figure a img {
    width: 100%;
    height: calc(67vw - 50px);
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .contBoxWrap > ul .contBox .day {
    font-size: 12px;
    line-height: 1;
    font-family: "Lato", sans-serif;
  }
  .contBoxWrap > ul .contBox .ttl {
    line-height: 1.5;
    margin: 10px 0 20px;
  }
  .contBoxWrap > ul .contBox .ttl a {
    text-decoration: none;
  }
  .contBoxWrap.play {
    animation: fadeBottomIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    -webkit-animation: fadeBottomIn 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }

  footer .footMenuWrap .footMenu {
    padding: 0;
  }
}