#works h2, #concept h2, #topics h2 {
  font-family: 'Dancing Script', cursive;
}

#works .btn a, #concept .btn a, #topics .btn a {
  font-family: 'Just Another Hand', cursive;
}

#works h2 small, #concept h2 small, #topics h2 small {
  font-family: source-han-sans-japanese, sans-serif;
}

#works h2, #concept h2, #topics h2 {
  font-weight: 400;
  color: #3c3d39;
  font-size: 80px;
  text-align: center;
}

#works h2 small, #concept h2 small, #topics h2 small {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  #works h2, #concept h2, #topics h2 {
    font-size: 50px;
  }
  #works h2 small, #concept h2 small, #topics h2 small {
    font-size: 12px;
  }
}

#works .btn a, #concept .btn a, #topics .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  background: url(../images/arrow-wh.png) no-repeat right 20px center, #8BA6B4;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#works .btn a:hover, #concept .btn a:hover, #topics .btn a:hover {
  background: url(../images/arrow-wh.png) no-repeat right 20px center, #3a3e45;
}

@media (max-width: 767px) {
  #works .btn a, #concept .btn a, #topics .btn a {
    height: 80px;
    font-size: 20px;
  }
}

/* ----------------------------------------------
mainvisual
------------------------------------------------- */
#mainvisual {
  position: relative;
  margin-bottom: 150px;
}

#mainvisual .catch {
  position: absolute;
  top: 6.66667vw;
  left: 6.66667vw;
  z-index: 1;
}

@media (max-width: 999px) {
  #mainvisual .catch {
    width: 24.41667vw;
  }
}

@media (max-width: 767px) {
  #mainvisual {
    margin-bottom: 75px;
  }
}

/* ----------------------------------------------
works
------------------------------------------------- */
#works {
  margin-bottom: 120px;
}

#works h2 {
  margin-bottom: 65px;
}

#works .contents .simply-scroll-container {
  width: 100%;
}

#works .contents .simply-scroll-clip {
  width: 100%;
  height: 240px;
}

#works .contents .block {
  float: left;
  width: 240px;
  border: 10px solid #fff;
  margin: 0 5px;
}

#works .contents .block img {
  width: 220px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#works .btn {
  width: 100%;
  max-width: 300px;
  margin: 70px auto 0;
}

@media (max-width: 767px) {
  #works .contents .simply-scroll-clip {
    height: 180px;
  }
  #works .contents .block {
    width: 180px;
  }
  #works .contents .block img {
    width: 160px;
    height: 160px;
  }
}

/* ----------------------------------------------
concept
------------------------------------------------- */
#concept {
  margin-bottom: 150px;
}

#concept h2 {
  margin-bottom: 65px;
}

#concept .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#concept .imgbox {
  width: calc((100% - 1200px) / 2 + 650px);
}

#concept .imgbox img {
  width: 100%;
  height: auto;
}

#concept .txtbox {
  width: calc((100% - 1200px) / 2 + 500px);
  padding-top: 50px;
  padding-right: 10px;
  color: #393e45;
}

#concept .txtbox .inner {
  max-width: 500px;
  background: url(../images/concept-bg.png) no-repeat left top/100%;
}

#concept h3 {
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}

#concept .text {
  line-height: 2.4;
}

#concept .btn {
  max-width: 300px;
  margin: 60px 0 0 auto;
}

@media (max-width: 1199px) {
  #concept .imgbox {
    width: 54.16667%;
  }
  #concept .txtbox {
    width: 41.66667%;
  }
}

@media (max-width: 999px) {
  #concept .txtbox {
    padding-top: 0;
  }
  #concept h3 {
    font-size: 2.6vw;
  }
}

@media (max-width: 767px) {
  #concept h2 {
    margin-bottom: 50px;
  }
  #concept .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #concept .imgbox {
    width: 100%;
    margin-bottom: 30px;
  }
  #concept .txtbox {
    width: 100%;
    padding: 0 10px;
  }
  #concept h3 {
    font-size: 20px;
  }
}

/* ----------------------------------------------
menu
------------------------------------------------- */
#menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 15px 100px;
}

#menu .block {
  width: 22.33333vw;
  padding: 0 15px;
}

#menu .block a {
  display: block;
  text-decoration: none;
}

#menu .image {
  position: relative;
  margin-bottom: 20px;
}

#menu .image img {
  width: 100%;
  height: auto;
}

#menu .image .over {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#menu .title {
  color: #333;
  font-weight: 700;
}

#menu a:hover .image .over {
  opacity: 1;
}

@media (max-width: 767px) {
  #menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #menu .block {
    width: 50%;
  }
  #menu .block:nth-child(n + 3) {
    margin-top: 30px;
  }
}

/* ----------------------------------------------
topics
------------------------------------------------- */
#topics {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 50px 150px;
  padding: 68px 48px 54px;
  border: 5px solid #3A3E45;
}

#topics::after {
  content: '';
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
  border: 2px solid #3A3E45;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}

#topics .heading {
  position: relative;
  width: 25%;
  padding-top: 40px;
  padding-bottom: 120px;
}

#topics h2 {
  max-width: 300px;
  font-size: 70px;
}

#topics .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  max-width: 300px;
}

#topics .block {
  width: 25%;
  padding-left: 1px;
}

#topics .block a {
  position: relative;
  display: block;
}

#topics .imgbox {
  position: relative;
  width: 100%;
  padding-top: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#topics .imgbox:hover {
  opacity: 0.6;
}

#topics .imgbox img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#topics .txtbox {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 20px 20px 15px;
  background: rgba(58, 62, 69, 0.7);
  color: #fff;
  line-height: 1.8;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#topics .txtbox:hover {
  opacity: 0.6;
}

#topics .date {
  margin-bottom: 8px;
}

#topics a:hover .imgbox {
  opacity: 0.7;
}

#topics a:hover .txtbox {
  background: #3A3E45;
  opacity: 1;
}

@media (max-width: 1199px) {
  #topics {
    margin-left: 10px;
    margin-right: 10px;
  }
  #topics .heading {
    padding-top: 0;
    padding-bottom: 85px;
  }
  #topics .btn a {
    height: 80px;
  }
}

@media (max-width: 999px) {
  #topics {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #topics .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
  }
  #topics h2 {
    max-width: none;
    font-size: 50px;
  }
  #topics .btn {
    position: relative;
    margin: 30px auto 0;
  }
  #topics .block {
    width: 50%;
  }
  #topics .block:nth-child(n + 2) {
    padding-top: 1px;
  }
}

@media (max-width: 767px) {
  #topics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px;
  }
  #topics .heading {
    width: 100%;
    max-width: 325px;
    height: auto;
    padding-bottom: 50px;
  }
  #topics .block {
    width: 100%;
    max-width: 325px;
  }
  #topics .txtbox {
    padding: 15px 15px 10px;
  }
}
/*# sourceMappingURL=index.css.map */