@charset "UTF-8";
/*** The new CSS Reset - version 1.2.0 (last updated 23.7.2021) ***/
/* Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove list styles (bullets/numbers) */
ol,
ul {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

body {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: 0.12em;
  line-height: 1.8;
  color: #3e3a39;
}

body.nav_open {
  overflow-y: hidden;
}

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
}

@media (max-width: 768px) {
  .wrapper {
    width: 90%;
  }
}

.sub_wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 880px;
}

@media (max-width: 768px) {
  .sub_wrapper {
    width: 90%;
  }
}

.pc {
  display: block;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

img {
  vertical-align: top;
}

a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

a:after, a:before {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

a:hover {
  opacity: .7;
}

a.txt_link {
  display: inline-block;
  text-decoration: underline;
  color: #9fa0a0;
}

.bold {
  font-size: bold;
}

.material-icons-outlined {
  margin-left: .25em;
  color: #3e3a39;
  vertical-align: sub;
}

@media (max-width: 768px) {
  .material-icons-outlined {
    font-size: 18px !important;
  }
}

.nav_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 20px;
  color: #595757;
}

.nav_cont li {
  margin-right: 58px;
}

.nav_cont li:last-child {
  margin-right: 0;
}

.btn_cont {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btn_cont a {
  min-width: 400px;
  padding: 4px 22px 4px 24px;
  font-size: 20px;
  border-radius: 1000px;
  text-align: center;
  margin-bottom: 30px;
}

.btn_cont a:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .btn_cont a {
    min-width: 100%;
    width: 100%;
    font-size: 16px;
  }
}

.btn_cont a.wh {
  background-color: #ffffff;
}

.btn_cont a.wh.border {
  border: 1px solid #9fa0a0;
}

.btn_cont a.gr {
  background-color: #efefef;
}

.sub_btn_cont {
  text-align: center;
}

.sub_btn_cont a {
  padding: 0 12px 0 14px;
  font-size: 20px;
  border-radius: 1000px;
}

@media (max-width: 768px) {
  .sub_btn_cont a {
    font-size: 16px;
  }
}

.sub_btn_cont a.wh {
  background-color: #ffffff;
  padding-bottom: 4px;
}

.sub_btn_cont a.gr {
  background-color: #c9caca;
  padding-bottom: 4px;
}

#top header {
  opacity: 0;
  position: fixed;
  width: 100%;
  -webkit-transform: translate(0, -86px);
          transform: translate(0, -86px);
}

@media (max-width: 768px) {
  #top header {
    -webkit-transform: translate(0, -64px);
            transform: translate(0, -64px);
  }
}

#top header.fixed {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#top .mv {
  position: relative;
  height: 100vh;
}

#top .mv .hum {
  display: none;
}

#top .mv .hum + nav {
  display: none;
}

@media (max-width: 768px) {
  #top .mv .hum {
    position: absolute;
    z-index: 200;
    display: block;
    padding: 8px;
    width: 32px;
    height: 32px;
    top: 22px;
    right: 22px;
  }
  #top .mv .hum div {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #3e3a39;
  }
  #top .mv .hum div:nth-child(1) {
    top: 5px;
  }
  #top .mv .hum div:nth-child(2) {
    top: 14px;
  }
  #top .mv .hum div:nth-child(3) {
    top: 23px;
  }
  #top .mv .hum + nav {
    display: none;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 110vh;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
  }
  #top .mv .hum + nav .nav_cont {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 64px;
    margin: 0 auto;
    width: 94%;
    text-align: center;
  }
  #top .mv .hum + nav .nav_cont li {
    margin-right: 0;
    margin-bottom: 2em;
  }
}

@media (max-width: 768px) {
  #top .mv .hum.open div:nth-child(1) {
    top: 16px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #top .mv .hum.open div:nth-child(2) {
    opacity: 0;
  }
  #top .mv .hum.open div:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

#top .mv .wrapper {
  position: absolute;
  top: 49%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#top .mv .wrapper nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#top .mv .wrapper nav .nav_cont {
  margin-top: -5px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  #top .mv .wrapper nav .nav_cont {
    display: none;
  }
}

#top .mv .wrapper nav .nav_cont li {
  opacity: 0;
  -webkit-animation-name: mv_fade;
          animation-name: mv_fade;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

#top .mv .wrapper nav .nav_cont li:nth-child(2) {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

#top .mv .wrapper nav .nav_cont li:nth-child(3) {
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}

#top .mv .wrapper nav .nav_cont li:nth-child(4) {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

#top .mv .wrapper nav .nav_cont li:nth-child(5) {
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
}

#top .mv .wrapper h1 {
  opacity: 0;
  margin-right: 200px;
  width: 60vh;
  -webkit-animation-name: mv_fade;
          animation-name: mv_fade;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@media (max-width: 768px) {
  #top .mv .wrapper h1 {
    margin-right: 0;
    top: 40%;
    width: 80%;
  }
}

@-webkit-keyframes mv_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mv_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

h2 {
  margin-bottom: 56px;
  text-align: center;
  font-size: 60px;
  line-height: 1.3;
  letter-spacing: 0.13em;
}

@media (max-width: 768px) {
  h2 {
    font-size: 40px;
  }
}

#about {
  background-color: #bce0d8;
}

#about .about {
  position: relative;
  padding: 60px 0 70px;
  text-align: center;
  overflow: hidden;
}

#about .about h2 {
  color: #fff;
}

#about .about .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #about .about .icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#about .about .icons span {
  display: inline-block;
  margin: 0 30px;
  width: 151px;
}

@media (max-width: 768px) {
  #about .about .icons span {
    margin-bottom: 32px;
    width: 40%;
  }
  #about .about .icons span:last-child {
    margin-bottom: 18px;
  }
}

#about .about .icons span img {
  width: 100%;
  height: auto;
}

#about .about .lead {
  font-size: 38px;
  color: #00ada9;
}

@media (max-width: 768px) {
  #about .about .lead {
    font-size: 22px;
  }
}

#about #member {
  padding: 100px 0 90px;
  background-color: #fff;
}

#about #member .wrapper {
  max-width: 680px;
}

#about #member .wrapper h3 {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 768px) {
  #about #member .wrapper h3 {
    font-size: 32px;
  }
}

#about #member .wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  #about #member .wrapper ul li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#about #member .wrapper ul li .txt {
  width: 100%;
}

#about #member .wrapper ul li .txt dl dt {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
}

#about #member .wrapper ul li .txt dl dt .job {
  font-size: 10px;
}

@media (max-width: 768px) {
  #about #member .wrapper ul li .txt dl dt {
    font-size: 18px;
    line-height: 1.8;
  }
}

#about #member .wrapper ul li .txt dl dd {
  font-size: 15px;
}

@media (max-width: 768px) {
  #about #member .wrapper ul li .txt dl dd {
    font-size: 14px;
  }
}

#about #member .wrapper ul li .img {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #about #member .wrapper ul li .img {
    padding-top: 0;
    margin-bottom: 20px;
  }
}

#about #member .wrapper ul li .img .kai {
  width: 127px;
  height: auto;
}

#about #member .wrapper ul li .img .mizuki {
  width: 112px;
  height: auto;
}

#design {
  padding: 90px 0 80px;
  background-color: #eeeeef;
}

#design .sub_btn_cont {
  margin-bottom: 70px;
}

#design .slider {
  margin: 0 auto;
  width: 100%;
  max-width: 1020px;
}

#design .slider li {
  margin: 0 20px;
  text-align: center;
}

#design .slider li .img {
  margin-bottom: 24px;
  border-radius: 12px;
  overflow: hidden;
}

#design .slider li .txt {
  line-height: 1.6;
}

#design .slider li .txt dt {
  font-size: 20px;
}

@media (max-width: 768px) {
  #design .slider li .txt dt {
    font-size: 16px;
  }
}

#design .slider li .txt dd {
  font-size: 15px;
}

@media (max-width: 768px) {
  #design .slider li .txt dd {
    font-size: 12px;
  }
}

#design .slider .slide-arrow {
  cursor: pointer;
  position: absolute;
  top: 60px;
  z-index: 100;
}

@media (max-width: 768px) {
  #design .slider .slide-arrow {
    top: 28%;
  }
}

#design .slider .prev-arrow {
  left: -26px;
  width: 26px;
  height: 29px;
}

@media (max-width: 768px) {
  #design .slider .prev-arrow {
    left: 26px;
    width: 26px;
  }
}

#design .slider .next-arrow {
  right: -26px;
  width: 26px;
  height: 29px;
}

@media (max-width: 768px) {
  #design .slider .next-arrow {
    right: 26px;
    width: 26px;
  }
}

#design .slider button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#design .slider .slick-list {
  margin-bottom: 30px;
}

#design .slider .slide-dots {
  margin-bottom: 10px;
  text-align: center;
}

#design .slider .slide-dots li {
  display: inline-block;
  margin: 0 15px;
}

#design .slider .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

#design .slider .slide-dots li button:before {
  cursor: pointer;
  content: '';
  position: absolute;
  top: 0;
  left: -5px;
  width: 11px;
  height: 11px;
  border-radius: 1000px;
  background-color: #c9caca;
  text-indent: 0px;
}

#design .slider .slide-dots li.slick-active button:before {
  content: '';
  top: -3px;
  left: -7px;
  width: 17px;
  height: 17px;
  border-radius: 1000px;
  background-color: #9fa0a0;
}

#music {
  padding: 90px 0 80px;
}

#music ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}

#music ul li {
  width: 31%;
  max-width: 300px;
  text-align: center;
}

@media (max-width: 768px) {
  #music ul li {
    margin: 0 auto 20px;
    width: 100%;
  }
}

#music ul li a .img {
  width: 100%;
  height: auto;
}

#music ul li a dl dt {
  font-size: 25px;
}

@media (max-width: 768px) {
  #music ul li a dl dt {
    font-size: 16px;
  }
}

#music ul li a dl dd {
  font-size: 15px;
}

@media (max-width: 768px) {
  #music ul li a dl dd {
    font-size: 12px;
  }
}

#news {
  padding: 90px 0 80px;
  background-color: #fff8b0;
}

#news ul {
  margin-bottom: 60px;
  font-size: 28px;
}

@media (max-width: 768px) {
  #news ul {
    font-size: 20px;
  }
}

#news ul li {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #news ul li {
    margin-bottom: 30px;
  }
}

#news ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  #news ul li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#news ul li dl dt {
  min-width: 210px;
}

@media (max-width: 768px) {
  #news ul li dl dt {
    min-width: 100%;
  }
}

#news ul li dl dd {
  width: 100%;
}

#contact {
  padding: 90px 0 80px;
  background-color: #eeeeef;
}

#contact .lead {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
}

header {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  padding: 25px 0;
}

@media (max-width: 768px) {
  header {
    padding: 14px 0;
  }
}

header.fixed {
  position: fixed;
  z-index: 1000;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
}

header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .wrapper .logo {
  width: 62px;
  height: 36px;
}

@media (max-width: 768px) {
  header .wrapper nav {
    display: none;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 110vh;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
  }
}

@media (max-width: 768px) {
  header .wrapper nav .nav_cont {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 64px;
    margin: 0 auto;
    width: 94%;
    text-align: center;
  }
  header .wrapper nav .nav_cont li {
    margin-right: 0;
    margin-bottom: 2em;
  }
}

header .wrapper .hum {
  display: none;
}

@media (max-width: 768px) {
  header .wrapper .hum {
    position: relative;
    z-index: 200;
    display: block;
    padding: 8px;
    width: 32px;
    height: 32px;
  }
  header .wrapper .hum div {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #3e3a39;
  }
  header .wrapper .hum div:nth-child(1) {
    top: 5px;
  }
  header .wrapper .hum div:nth-child(2) {
    top: 14px;
  }
  header .wrapper .hum div:nth-child(3) {
    top: 23px;
  }
}

@media (max-width: 768px) {
  header .wrapper .hum.open div:nth-child(1) {
    top: 16px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .wrapper .hum.open div:nth-child(2) {
    opacity: 0;
  }
  header .wrapper .hum.open div:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.sub {
  padding-top: 86px;
}

@media (max-width: 768px) {
  .sub {
    padding-top: 64px;
  }
}

.sub header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
}

.sub .main_cont {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .sub .main_cont {
    overflow-x: hidden;
  }
}

.sub h2 {
  margin: 80px 0 50px;
}

@media (max-width: 768px) {
  .sub h2 {
    margin: 40px auto 25px;
  }
}

.sub.design h2, .sub.music h2 {
  margin: 80px 0 120px;
}

@media (max-width: 768px) {
  .sub.design h2, .sub.music h2 {
    margin: 40px auto 60px;
  }
}

.sub.design h2.work, .sub.music h2.work {
  margin-bottom: 20px;
}

.sub.design .work_ttl, .sub.music .work_ttl {
  margin-bottom: 60px;
}

.sub.design .work_ttl h3, .sub.music .work_ttl h3 {
  text-align: center;
}

.sub.design .work_ttl h3.client, .sub.music .work_ttl h3.client {
  font-size: 40px;
}

@media (max-width: 768px) {
  .sub.design .work_ttl h3.client, .sub.music .work_ttl h3.client {
    font-size: 20px;
  }
}

.sub.design .flow_ttl, .sub.music .flow_ttl {
  margin-bottom: 60px;
  text-align: center;
}

.sub.design .flow_ttl h2, .sub.music .flow_ttl h2 {
  margin-bottom: 30px;
  font-size: 45px;
}

@media (max-width: 768px) {
  .sub.design .flow_ttl h2, .sub.music .flow_ttl h2 {
    font-size: 28px;
  }
}

.sub.design .flow_ttl .att, .sub.music .flow_ttl .att {
  font-size: 16px;
}

@media (max-width: 768px) {
  .sub.design .flow_ttl .att, .sub.music .flow_ttl .att {
    font-size: 12px;
  }
}

.sub.design .flow_article, .sub.music .flow_article {
  margin: 0 auto 70px;
}

.sub.design .flow_article .flow_list li, .sub.music .flow_article .flow_list li {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 90px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 768px) {
  .sub.design .flow_article .flow_list li, .sub.music .flow_article .flow_list li {
    margin: 0 auto 50px;
    width: 88%;
  }
}

.sub.design .flow_article .flow_list li::after, .sub.music .flow_article .flow_list li::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 1px;
  height: 42px;
  background-color: #3e3a39;
}

.sub.design .flow_article .flow_list li dl dt, .sub.music .flow_article .flow_list li dl dt {
  margin-bottom: 30px;
}

.sub.design .flow_article .flow_list li dl dd, .sub.music .flow_article .flow_list li dl dd {
  font-size: 18px;
}

@media (max-width: 768px) {
  .sub.design .flow_article .flow_list li dl dd, .sub.music .flow_article .flow_list li dl dd {
    font-size: 14px;
  }
}

.sub.design .flow_article .flow_list.no_ex li:last-child, .sub.music .flow_article .flow_list.no_ex li:last-child {
  margin-bottom: 0;
}

.sub.design .flow_article .flow_list.no_ex li:last-child::after, .sub.music .flow_article .flow_list.no_ex li:last-child::after {
  display: none;
}

.sub.design .flow_article .ex_cont, .sub.music .flow_article .ex_cont {
  max-width: 660px;
  margin: 0 auto 70px;
}

.sub.design .flow_article .ex_cont .ex_ttl, .sub.music .flow_article .ex_cont .ex_ttl {
  padding: 20px 60px;
  border-radius: 100px;
  border: 3px solid #3e3a39;
  background-color: #fff;
}

@media (max-width: 768px) {
  .sub.design .flow_article .ex_cont .ex_ttl, .sub.music .flow_article .ex_cont .ex_ttl {
    width: 90%;
    padding: 10px 30px;
    border: 2px solid #3e3a39;
  }
}

.sub.design .flow_article .ex_cont .ex_ttl dl, .sub.music .flow_article .ex_cont .ex_ttl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.sub.design .flow_article .ex_cont .ex_ttl dl dt, .sub.music .flow_article .ex_cont .ex_ttl dl dt {
  margin-right: 20px;
  font-size: 50px;
  line-height: 1;
  margin-top: -6px;
  letter-spacing: .12em;
}

@media (max-width: 768px) {
  .sub.design .flow_article .ex_cont .ex_ttl dl dt, .sub.music .flow_article .ex_cont .ex_ttl dl dt {
    min-width: 70px;
    margin-right: 0;
    font-size: 28px;
  }
}

.sub.design .flow_article .ex_cont .ex_ttl dl dt span, .sub.music .flow_article .ex_cont .ex_ttl dl dt span {
  font-size: 55px;
}

@media (max-width: 768px) {
  .sub.design .flow_article .ex_cont .ex_ttl dl dt span, .sub.music .flow_article .ex_cont .ex_ttl dl dt span {
    font-size: 32px;
  }
}

.sub.design .flow_article .ex_cont .ex_ttl dl dd, .sub.music .flow_article .ex_cont .ex_ttl dl dd {
  font-size: 15px;
}

.sub.design .flow_article .ex_cont .flow_list, .sub.music .flow_article .ex_cont .flow_list {
  position: relative;
}

.sub.design .flow_article .ex_cont .flow_list::before, .sub.music .flow_article .ex_cont .flow_list::before {
  content: '';
  position: absolute;
  right: 0;
  height: 100%;
  z-index: -1;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-right: 50px;
  border-radius: 0 30px 0 0;
  border-top: 3px solid #3e3a39;
  border-right: 3px solid #3e3a39;
  -webkit-transform: translate(50px, -50px);
          transform: translate(50px, -50px);
}

@media (max-width: 768px) {
  .sub.design .flow_article .ex_cont .flow_list::before, .sub.music .flow_article .ex_cont .flow_list::before {
    border-top: 2px solid #3e3a39;
    border-right: 2px solid #3e3a39;
    right: 60px;
    -webkit-transform: translate(50px, -70px);
            transform: translate(50px, -70px);
  }
}

.sub.design .flow_article .ex_cont .flow_list::after, .sub.music .flow_article .ex_cont .flow_list::after {
  position: absolute;
  content: '';
  right: -13px;
  width: 28px;
  height: 28px;
  border-right: 3px solid #3e3a39;
  border-bottom: 3px solid #3e3a39;
  -webkit-transform: translate(50px, -80px) rotate(45deg);
          transform: translate(50px, -80px) rotate(45deg);
}

@media (max-width: 768px) {
  .sub.design .flow_article .ex_cont .flow_list::after, .sub.music .flow_article .ex_cont .flow_list::after {
    border-right: 2px solid #3e3a39;
    border-bottom: 2px solid #3e3a39;
    right: 48px;
    border-right: none;
    -webkit-transform: translate(50px, -101px) rotate(45deg);
            transform: translate(50px, -101px) rotate(45deg);
  }
}

.sub.design .flow_article .ex_cont .flow_list li:first-child, .sub.music .flow_article .ex_cont .flow_list li:first-child {
  padding-top: 80px;
}

.sub.design .flow_article .ex_cont .flow_list li:last-child, .sub.music .flow_article .ex_cont .flow_list li:last-child {
  margin-bottom: 0;
}

.sub.design .flow_article .ex_cont .flow_list li:last-child::after, .sub.music .flow_article .ex_cont .flow_list li:last-child::after {
  display: none;
}

.sub.design .works_list, .sub.music .works_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}

.sub.design .works_list::after, .sub.music .works_list::after {
  content: '';
  margin-bottom: 60px;
  width: 32%;
  max-width: 239px;
}

@media (max-width: 768px) {
  .sub.design .works_list::after, .sub.music .works_list::after {
    display: none;
  }
}

.sub.design .works_list li, .sub.music .works_list li {
  margin-bottom: 60px;
  width: 32%;
  max-width: 239px;
  text-align: center;
}

@media (max-width: 768px) {
  .sub.design .works_list li, .sub.music .works_list li {
    width: 47%;
    max-width: auto;
  }
}

.sub.design .works_list li .img, .sub.music .works_list li .img {
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.sub.design .work_article .artist_ph, .sub.music .work_article .artist_ph {
  margin: 100px auto 80px;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .sub.design .work_article .artist_ph, .sub.music .work_article .artist_ph {
    margin: 50px auto 40px;
  }
}

.sub.design .work_article .visual_box, .sub.music .work_article .visual_box {
  margin-bottom: 90px;
  text-align: center;
  font-size: 20px;
}

@media (max-width: 768px) {
  .sub.design .work_article .visual_box, .sub.music .work_article .visual_box {
    font-size: 14px;
  }
}

.sub.design .work_article .visual_box .cap, .sub.music .work_article .visual_box .cap {
  margin-top: 30px;
}

.sub.design .work_article .visual_box .cap.discography dl dd ol, .sub.music .work_article .visual_box .cap.discography dl dd ol {
  margin-bottom: 40px;
}

.sub.design .work_article .visual_box .cap.discography dl dd ol li, .sub.music .work_article .visual_box .cap.discography dl dd ol li {
  position: relative;
  display: inline-block;
}

.sub.design .work_article .visual_box .cap.discography dl dd ol li::before, .sub.music .work_article .visual_box .cap.discography dl dd ol li::before {
  content: '─';
}

.sub.design .work_article .work_desc, .sub.music .work_article .work_desc {
  margin-bottom: 60px;
  text-align: center;
  font-size: 24px;
  line-height: 2.5;
}

@media (max-width: 768px) {
  .sub.design .work_article .work_desc, .sub.music .work_article .work_desc {
    text-align: left;
    font-size: 14px;
  }
}

.sub .news_list {
  font-size: 28px;
}

@media (max-width: 768px) {
  .sub .news_list {
    font-size: 16px;
  }
}

.sub .news_list li {
  padding: 20px 5px 10px;
  border-top: 2px solid #3e3a39;
}

.sub .news_list li dl dd p {
  margin-bottom: 1.5em;
}

.sub .news_list li dl dd p.img {
  text-align: center;
}

footer {
  padding: 40px 0;
  text-align: center;
  background-color: #efefef;
}

footer .nav_cont {
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  footer .nav_cont {
    display: none;
  }
}

footer .copy_right {
  font-size: 12px;
}

/*************animation*************/
.anim {
  -webkit-transition: opacity 1.25s ease-in-out;
  transition: opacity 1.25s ease-in-out;
  opacity: 0;
}

.anim.delay_1 {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.anim.delay_2 {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.anim.delay_3 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.anim.delay_4 {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.anim.delay_5 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.anim.delay_6 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.anim.delay_7 {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.anim.in {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim.slide {
  -webkit-transform: translate(3%, 0);
          transform: translate(3%, 0);
}

.anim.slide.in {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.anim.r_slide {
  -webkit-transform: translate(-3%, 0);
          transform: translate(-3%, 0);
}

.anim.r_slide.in {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
/*# sourceMappingURL=style.css.map */