@charset "UTF-8";
body {
  font-size: 16px;
  line-height: 1.8em;
  color: #312512;
  text-align: center;
  font-family: "Arial", "HiraginoKakuGothicProN", "ヒラギノ角ゴ ProN W3", YuGothic, "YuGothic", sans-serif;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

a:hover {
  opacity: 0.7;
}

.basic-li {
  margin: 0 auto;
  display: inline-block;
}

.txt-s {
  font-size: 0.8em;
}

sup {
  font-size: 50%;
  top: -1em;
}

.basic-li {
  font-weight: normal;
  margin-bottom: 15px;
}
.basic-li li {
  position: relative;
  padding-left: 1.4em;
  text-align: left;
}
.basic-li li:before {
  position: absolute;
  content: "●";
  font-size: 1.2em;
  top: 0.2em;
  left: 0;
  line-height: 100%;
}

.btn_w {
  border-radius: 25px;
  border: 2px solid #755656;
  padding: 18px 0;
  max-width: 340px;
  font-weight: bold;
  color: #522c2c;
  margin: 0 auto;
  position: relative;
  display: block;
  line-height: 100%;
  box-sizing: border-box;
}
.btn_w:after {
  margin-left: 0.8em;
  content: "";
  height: 12px;
  width: 9px;
  background: url(../img/ico_arrow_b.png) no-repeat;
  background-size: contain;
  display: inline-block;
}

.btn_w:hover {
  opacity: 1;
  color: #fff;
  background: #a78d9e;
  border: 2px solid #a78d9e;
}
.btn_w:hover:after {
  background: url(../img/ico_arrow_w.png) no-repeat;
  background-size: contain;
}

.btn_p {
  border-radius: 25px;
  padding: 18px 0;
  max-width: 340px;
  color: #fff;
  background: #a78d9e;
  border: 2px solid #a78d9e;
  margin: 0 auto;
  position: relative;
  display: block;
  line-height: 100%;
}
.btn_p:after {
  margin-left: 0.8em;
  content: "";
  height: 12px;
  width: 9px;
  background: url(../img/ico_arrow_w.png) no-repeat;
  background-size: contain;
  display: inline-block;
}

.pankuzu {
  margin: 20px 10px 30px;
  display: flex;
  position: relative;
  z-index: 9998;
  display: none;
}
.pankuzu li {
  padding-right: 35px;
  font-size: 16px;
  color: #312512;
  position: relative;
}
.pankuzu li a {
  color: #312512;
  text-decoration: none;
  position: relative;
  z-index: 9998;
}
.pankuzu li a:hover {
  text-decoration: underline;
}
.pankuzu li:after {
  content: ">";
  position: absolute;
  top: 0;
  right: 13px;
}
.pankuzu li:last-child {
  padding-right: 0;
}
.pankuzu li:last-child:after {
  content: none;
}

.btn_p:hover {
  opacity: 1;
  color: #522c2c;
  border: 2px solid #f9eeef;
  background: #f9eeef;
}
.btn_p:hover:after {
  background: url(../img/ico_arrow_b.png) no-repeat;
  background-size: contain;
}

.btn_i {
  border-radius: 10px;
  border: 1px solid #755656;
  padding: 18px 0;
  max-width: 240px;
  color: #522c2c;
  margin: 0 auto;
  position: relative;
  display: block;
  line-height: 100%;
  font-size: 1.2em;
  font-weight: bold;
}
.btn_i span {
  padding-left: 2em;
  position: relative;
}
.btn_i span:before {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../img/ico_insta.png) no-repeat;
  background-size: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.btn_i:after {
  margin-left: 1em;
  content: "";
  height: 14px;
  width: 12px;
  background: url(../img/ico_arrow_b.png) no-repeat;
  background-size: contain;
  display: inline-block;
}

.txt-purple {
  color: #a16e83;
}

header {
  position: fixed;
  width: 100%;
  z-index: 9999;
}
header div.header_wrap {
  height: 70px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 28px 0 10px;
  justify-content: space-between;
  position: relative;
  z-index: 9998;
}
header div.header_wrap h1 {
  text-align: left;
  line-height: 100%;
  position: relative;
  z-index: 9999;
}
header div.header_wrap h1 img {
  height: 40px;
  width: auto;
}
header nav li a.window {
  padding-right: 1.4em;
  background: url(../img/ico_window_sp.png) no-repeat right;
  background-size: auto 100%;
}

.kv {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  background: #fff;
  z-index: 9998;
}

section {
  position: relative;
  z-index: 2;
}
section#about .about1 {
  background: url("/img/bg_about1.png") no-repeat;
  padding: 50px 20px 40px;
}
section#about .about1 h2 {
  margin-bottom: 20px;
}
section#about .about1 h2 img {
  height: 35px;
}
section#about .about2 {
  padding: 25px 20px 60px;
}
section#about .about2 h3 {
  font-size: 1.2em;
  margin-bottom: 15px;
  font-weight: normal;
}
section#about .about3 {
  background: url("/img/bg_about2_sp.png") no-repeat center bottom;
  padding: 10px 20px 20em;
  background-size: cover;
  max-width: 630px;
  margin: 0 auto;
  text-align: left;
}
section#service {
  padding: 30px 20px 50px;
  position: relative;
  z-index: 2;
}
section#service h2 {
  margin-bottom: 30px;
}
section#service h2 img {
  height: 42px;
}
section#service ul {
  margin-top: 40px;
}
section#service p, section#service ul {
  position: relative;
  z-index: 2;
}
section#service p {
  text-align: left;
}
section#service p.txt-purple {
  text-align: center;
}
section#service .service-img {
  padding: 28px 0 20px;
  position: relative;
}
section#service .service-img img {
  height: 190px;
  z-index: 2;
  position: relative;
}
section#service .service-img:after {
  height: 440px;
  width: 100%;
  content: "";
  background: url(../../img/bg_service.png) no-repeat center;
  background-size: contain;
  position: absolute;
  display: block;
  margin-top: -340px;
  z-index: 1;
}
section#works {
  padding: 30px 20px 50px;
}
section#works h2 {
  margin-bottom: 20px;
}
section#works h2 img {
  height: 46px;
}
section#works p {
  text-align: left;
}
section#works .works-img {
  margin-bottom: 15px;
}
section#works .works-img img {
  height: 190px;
}
section#works article {
  border: 3px solid;
  -o-border-image: linear-gradient(to right, #5b3638, #a78d9e) 1;
     border-image: linear-gradient(to right, #5b3638, #a78d9e) 1;
  margin: 45px 0px;
  padding: 20px 15px 15px;
}
section#works article h3 {
  margin-bottom: 15px;
}
section#works article .slide {
  max-width: 82%;
  position: relative;
  margin: 15px auto;
}
section#profile {
  padding: 30px 20px 50px;
}
section#profile dt {
  font-size: 0.8em;
}
section#profile h2 {
  margin-bottom: 20px;
}
section#profile h2 img {
  height: 46px;
}
section#profile .profile_img {
  margin-bottom: 15px;
}
section#profile .profile_img img {
  height: 105px;
}
section#profile h3 {
  color: #312512;
  margin-bottom: 20px;
  font-family: "EBGaramond", "ヒラギノ明朝 ProN", "HiraginoMinchoProN", "YuMinchoLight", "YuMincho", "YuMincho", "游明朝体", serif;
  font-size: 90%;
  font-weight: bold;
}
section#profile dl {
  margin: 15px 0 20px;
  text-align: left;
  color: #a16e83;
}
section#profile dl dt {
  font-weight: normal;
}
section#profile dl dd {
  font-size: 0.8em;
}
section#profile dl dd:before {
  content: "〇";
}
section#profile h4 {
  margin-bottom: 10px;
}
section#profile h4 img {
  height: 16px;
}
section#profile .prof_conv {
  text-align: left;
}
section#profile p {
  text-align: left;
}
section#instagram {
  padding: 30px 20px 50px;
  background: #f9eeef;
}
section#instagram h2 {
  margin-bottom: 15px;
}
section#instagram h2 img {
  height: 26px;
}
section#instagram > div {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
  width: 280px;
}
section#instagram > div ul {
  margin: 0 auto;
}
section#instagram > div ul li {
  margin-bottom: 20px;
  padding: 0 20px;
}
section#instagram > div ul li iframe {
  max-width: 240px !important;
  min-width: 240px !important;
}
section h4.zoom {
  font-family: "EBGaramond", "ヒラギノ明朝 ProN", "HiraginoMinchoProN", "YuMinchoLight", "YuMincho", "YuMincho", "游明朝体", serif;
  font-size: 1.2em;
  margin: 0 0 15px;
  font-weight: bold;
  color: #522c2c;
}

#service section p, #works section p {
  text-align: left;
}
#service section h2, #works section h2 {
  margin: 0 0 25px;
}
#service section h2 img, #works section h2 img {
  height: 42px;
}
#service section .h-feature, #works section .h-feature {
  margin: 0 0 20px;
}
#service section .h-feature img, #works section .h-feature img {
  height: 20px;
}
#service section .txt-h2, #works section .txt-h2 {
  font-family: "EBGaramond", "ヒラギノ明朝 ProN", "HiraginoMinchoProN", "YuMinchoLight", "YuMincho", "YuMincho", "游明朝体", serif;
  font-weight: bold;
  color: #a16e83;
  font-size: 18px;
  margin: 0 0 20px;
  text-align: center;
}
#service section#servicetop, #works section#servicetop {
  padding: 40px 20px 60px;
}
#service section#servicetop p, #works section#servicetop p {
  text-align: left;
  font-weight: bold;
}
#service section#servicetop h2, #works section#servicetop h2 {
  margin: 0 0 35px;
}
#service section#servicetop h2 img, #works section#servicetop h2 img {
  height: 65px;
}
#service section#branding, #works section#branding {
  background: #f9f9f9;
  padding: 60px 20px 40px;
}
#service section#branding div, #works section#branding div {
  margin: 20px 0 40px;
}
#service section#totaldesign, #works section#totaldesign {
  padding: 60px 20px 40px;
}
#service section#totaldesign h3, #works section#totaldesign h3 {
  margin: 50px 0 20px;
}
#service section#totaldesign h3 img, #works section#totaldesign h3 img {
  height: 20px;
}
#service section#totaldesign .gray-area, #works section#totaldesign .gray-area {
  background: #f9f9f9;
  padding: 35px 20px;
  margin-bottom: 60px;
}
#service section#totaldesign .gray-area ul, #works section#totaldesign .gray-area ul {
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
  font-family: "EBGaramond", "ヒラギノ明朝 ProN", "HiraginoMinchoProN", "YuMinchoLight", "YuMincho", "YuMincho", "游明朝体", serif;
  margin-bottom: 30px;
}
#service section#totaldesign .gray-area ul li, #works section#totaldesign .gray-area ul li {
  position: relative;
  text-align: left;
  padding-left: 1em;
}
#service section#totaldesign .gray-area ul li:before, #works section#totaldesign .gray-area ul li:before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
#service section#totaldesign .gray-area p, #works section#totaldesign .gray-area p {
  display: inline-block;
  margin: 0 auto;
}
#service section#totaldesign article, #works section#totaldesign article {
  border: 3px solid;
  -o-border-image: linear-gradient(to right, #5b3638, #a78d9e) 1;
     border-image: linear-gradient(to right, #5b3638, #a78d9e) 1;
  padding: 40px 20px;
  margin-bottom: 60px;
}
#service section#totaldesign article h4, #works section#totaldesign article h4 {
  margin-bottom: 28px;
}
#service section#totaldesign article h4 img, #works section#totaldesign article h4 img {
  height: 42px;
}
#service section#totaldesign article .slide, #works section#totaldesign article .slide {
  margin: 20px auto 60px;
  max-width: 85%;
}
#service section#price, #works section#price {
  padding: 0 20px 60px;
}
#service section#price .price-card > li, #works section#price .price-card > li {
  padding: 30px 20px 25px;
  box-shadow: 0px 0px 20px 0px rgba(88, 99, 112, 0.32);
  margin-bottom: 40px;
}
#service section#price .price-card > li > p.price-ttl, #works section#price .price-card > li > p.price-ttl {
  font-weight: bold;
  font-family: "EBGaramond", "ヒラギノ明朝 ProN", "HiraginoMinchoProN", "YuMinchoLight", "YuMincho", "YuMincho", "游明朝体", serif;
  text-align: center;
  line-height: 220%;
  font-size: 1.1em;
  margin-bottom: 10px;
}
#service section#price .price-card > li > ul, #works section#price .price-card > li > ul {
  display: inline-block;
  margin: 0 auto 20px;
  text-align: left;
}
#service section#price .price-card > li > ul li, #works section#price .price-card > li > ul li {
  margin-bottom: 5px;
}
#service section#feature, #works section#feature {
  padding: 0 20px 100px;
  text-align: center;
}
#service section#feature article, #works section#feature article {
  margin-bottom: 60px;
}
#service section#feature article h3, #works section#feature article h3 {
  margin-bottom: 20px;
}
#service section#feature article h3 img, #works section#feature article h3 img {
  height: 45px;
}
#service section#feature article p, #works section#feature article p {
  text-align: left;
}
#service #workstop, #works #workstop {
  padding: 40px;
  background: url("/works/img/bg_workstop_sp.png") no-repeat center;
  margin: 20px 20px 50px;
}
#service #workstop h2 img, #works #workstop h2 img {
  height: auto;
  max-width: 330px;
  width: 100%;
}
#service #workstop p, #works #workstop p {
  font-weight: bold;
  font-size: 1.1em;
}
#service #total, #works #total {
  margin: 20px;
}
#service #total article, #works #total article {
  background: #f2f2f3 url("/works/img/bg_total_sp.png") center bottom no-repeat;
  background-size: contain;
  margin-bottom: 50px;
  padding: 25px 15px 50px;
}
#service #total article h3, #service #total article h4, #works #total article h3, #works #total article h4 {
  font-weight: bold;
  font-family: "EBGaramond", "ヒラギノ明朝 ProN", "HiraginoMinchoProN", "YuMinchoLight", "YuMincho", "YuMincho", "游明朝体", serif;
  font-size: 22px;
  text-align: left;
  margin: 0 0 10px;
  color: #522c2c;
}
#service #total article h5, #works #total article h5 {
  text-align: left;
  font-weight: bold;
}
#service #total article .slick-slider, #works #total article .slick-slider {
  margin: 20px 0 25px;
}
#service #total article .works-tag, #works #total article .works-tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#service #total article .works-tag li, #works #total article .works-tag li {
  margin: 0 10px 10px 0;
  border-radius: 30px;
  font-weight: bold;
  color: #522c2c;
  border: 1px solid #522c2c;
  padding: 6px 10px;
  line-height: 100%;
}
#service #total article .works-tag li.has-a, #works #total article .works-tag li.has-a {
  color: #906161;
  border: 1px solid #906161;
  padding: 6px 30px 6px 10px;
  position: relative;
}
#service #total article .works-tag li.has-a:hover, #works #total article .works-tag li.has-a:hover {
  opacity: 0.7;
}
#service #total article .works-tag li.has-a:after, #works #total article .works-tag li.has-a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -9px;
  display: block;
  background: url("/common/img/ico_window.png");
  background-size: 16px;
}
#service #total article div.cliant-img, #works #total article div.cliant-img {
  text-align: left;
  margin-top: 20px;
}
#service #total article div.cliant-img img, #works #total article div.cliant-img img {
  max-width: 60%;
}
#service #total article.insta, #works #total article.insta {
  background: none;
  padding: 0 15px;
}
#service #total article.insta h4, #works #total article.insta h4 {
  text-align: center;
}
#service #total article.insta iframe, #works #total article.insta iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
#service #video, #works #video {
  padding: 50px 20px;
  background: #faf8f9;
}
#service #video .video-list li, #works #video .video-list li {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 30px;
}
#service #video .video-list li:last-child, #works #video .video-list li:last-child {
  margin-bottom: 50px;
}
#service #video .video-list li iframe, #works #video .video-list li iframe {
  width: 100%;
  height: 100%;
}
#service #graphic, #works #graphic {
  padding: 50px 20px;
}
#service #graphic ul, #works #graphic ul {
  margin-top: 20px;
}
#service #graphic ul li, #works #graphic ul li {
  margin: 0 15px 25px;
}
#service #web, #works #web {
  padding: 50px 20px;
  background: #faf9fa;
}
#service #web article, #works #web article {
  margin: 0 15px 50px;
}
#service #web article:last-child, #works #web article:last-child {
  margin-bottom: 0;
}
#service #web article h3, #works #web article h3 {
  font-weight: bold;
  font-family: "EBGaramond", "ヒラギノ明朝 ProN", "HiraginoMinchoProN", "YuMinchoLight", "YuMincho", "YuMincho", "游明朝体", serif;
  font-size: 22px;
  text-align: left;
  margin: 0 0 5px;
}
#service #web article p, #works #web article p {
  margin-bottom: 10px;
}
#service #web article p a, #works #web article p a {
  color: #906161;
  position: relative;
}
#service #web article p a:after, #works #web article p a:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -9px;
  display: block;
  background: url("/common/img/ico_window.png");
  background-size: 16px;
}
#service #web article li, #works #web article li {
  margin-bottom: 30px;
}
#service #web article li:last-child, #works #web article li:last-child {
  margin-bottom: 0;
}
#service #bottom, #works #bottom {
  padding: 50px 20px;
}
#service #bottom h3, #works #bottom h3 {
  margin: 25px 0;
}
#service #bottom h3 img, #works #bottom h3 img {
  height: 40px;
  max-height: inherit;
}
#service #bottom .btn_w, #works #bottom .btn_w {
  margin: 35px auto 70px;
}

/*service, works*/
footer {
  background: #312512;
  padding: 20px 20px 15px;
  color: #fff;
  text-align: center;
}
footer nav {
  padding-bottom: 20px;
}
footer nav ul li {
  padding: 0 8px 15px;
}
footer nav ul li a {
  color: #fff;
}
footer nav ul li a.window {
  padding-right: 1.4em;
  background: url(../img/ico_window_sp.png) no-repeat right;
  background-size: auto 100%;
}
footer .up-btn {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 2%;
  bottom: 5px;
  z-index: 999;
  transition-duration: 500ms;
  box-shadow: 0px 6px 12px 3px rgba(82, 44, 44, 0.4);
  border-radius: 20px;
  line-height: 100%;
}
footer p {
  font-size: 0.9em;
  margin-bottom: 12px;
}
footer address {
  font-size: 0.9em;
}
footer .footer-logo {
  margin-bottom: 10px;
}
footer .footer-logo img {
  height: 50px;
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .sp-none {
    display: none !important;
  }
  .sp-left {
    text-align: left;
  }
  .introduction h3 img {
    max-height: 22px;
  }
  header .nav-btn {
    display: none;
  }
  header .nav-btn.nav-show {
    display: block !important;
  }
  header .nav-btn.open img {
    height: 24px;
  }
  header .nav-btn.close img {
    height: 38px;
  }
  header h2 img {
    height: 42px;
  }
  header nav {
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    padding: 120px 30px 0;
    color: #fff;
    background: #a78d9e;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    text-align: left;
    z-index: 1;
  }
  header nav.nav-act {
    opacity: 100;
    z-index: 9996;
    height: 100%;
  }
  header nav.nav-act ul {
    display: block;
  }
  header nav ul {
    display: none;
  }
  header nav ul li {
    font-size: 18px;
    margin-bottom: 30px;
  }
  header nav ul li a {
    color: #fff;
    line-height: 100%;
  }
  header nav ul li a.window {
    padding-right: 1.4em;
    background: url(../img/ico_window_sp.png) no-repeat right;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
  .kv {
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 70px;
  }
  .kv img {
    max-width: 100%;
    height: auto;
  }
  .pankuzu {
    display: flex;
    max-width: 1080px;
    margin: 40px auto 60px;
    text-align: left;
  }
  .btn_p, .btn_w {
    padding: 28px 0;
    width: 410px;
    font-size: 18px;
    border-radius: 34px;
    border-width: 1px;
  }
  .btn_p:hover, .btn_w:hover {
    border-width: 1px;
  }
  .btn_p:after, .btn_w:after {
    height: 14px;
    width: 11px;
  }
  section {
    max-width: 1080px;
  }
  section h2 img {
    height: 50px;
  }
  section#about .about1 {
    height: 431px;
    box-sizing: border-box;
    padding: 100px 20px 0;
    margin-top: 50px;
  }
  section#about .about1 h2 {
    margin-bottom: 35px;
  }
  section#about .about2 {
    padding: 80px 20px 70px;
  }
  section#about .about3 {
    height: 663px;
    box-sizing: border-box;
    padding: 40px 20px 0;
    background: url("/img/bg_about2.png") no-repeat center top;
    background-size: cover;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  section#service {
    padding: 200px 20px 0;
  }
  section#service p {
    text-align: center;
  }
  section#service h2 {
    margin-bottom: 35px;
  }
  section#service .service-img {
    margin-bottom: 80px;
  }
  section#service .service-img img {
    height: 360px;
  }
  section#service .service-img:after {
    height: 800px;
    margin-top: -570px;
  }
  section#service a {
    position: relative;
    z-index: 2;
  }
  section#works {
    padding: 200px 20px 0;
  }
  section#works p {
    text-align: center;
  }
  section#works h2 {
    margin-bottom: 35px;
  }
  section#works .works-img {
    margin-bottom: 35px;
  }
  section#works .works-img img {
    height: 360px;
  }
  section#works article {
    margin: 200px 0;
    padding: 50px 20px 60px;
  }
  section#works article h3 img {
    height: 24px;
  }
  section#works article .slide {
    max-width: 960px;
    margin: 45px auto 30px;
  }
  section#works article .slide li {
    width: 30%;
    box-sizing: border-box;
    padding: 15px;
  }
  section#works article .slide li div {
    background: #fff;
    padding: 18px 0;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 0px rgba(88, 99, 112, 0.2);
  }
  section#works article .slide li div img {
    width: 100%;
  }
  section#works article#mov .slide li div {
    padding: 46px 0;
  }
  section#profile .profile_wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 650px;
    margin: 0 auto;
    padding: 85px 0 65px;
    position: relative;
    z-index: 2;
  }
  section#profile .profile_wrap:after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 532px;
    height: 508px;
    background: url(/img/bg_profile.png);
    top: 60px;
    left: 50%;
    margin-left: -265px;
  }
  section#profile .profile_wrap .profile_img {
    position: relative;
    z-index: 2;
  }
  section#profile .profile_wrap .profile_img img {
    height: 174px;
  }
  section#profile .profile_wrap h3 {
    position: relative;
    z-index: 2;
    text-align: left;
    font-size: 100%;
  }
  section#profile .profile_wrap h3 img {
    height: 48px;
  }
  section#profile p {
    position: relative;
    z-index: 2;
    text-align: center;
  }
  section#profile dl {
    -moz-text-align-last: left;
         text-align-last: left;
    z-index: 2;
    position: relative;
    display: inline-block;
    margin: 40px auto 100px;
  }
  section#profile dl dt {
    font-size: 1em;
  }
  section#profile h4 {
    margin-bottom: 20px;
  }
  section#profile .btn_p {
    margin-top: 30px;
  }
  section#profile .prof_conv {
    text-align: center;
  }
  section#instagram {
    max-width: 100%;
  }
  section#instagram > div {
    max-width: 864px;
    width: 100%;
  }
  section#instagram > div ul {
    display: flex;
    justify-content: center;
  }
  section#instagram > div ul li {
    margin-bottom: 40px;
    padding: 0 5px;
  }
  section#instagram > div ul li iframe {
    width: 200px !important;
  }
  #service section h2, #works section h2 {
    margin: 0 0 40px;
  }
  #service section h2 img, #works section h2 img {
    height: 50px;
  }
  #service section .txt-h2, #works section .txt-h2 {
    margin: 0 0 40px;
  }
  #service section .h-feature, #works section .h-feature {
    margin: 0 0 30px;
  }
  #service section .h-feature img, #works section .h-feature img {
    height: 24px;
  }
  #service section p, #works section p {
    text-align: center;
  }
  #service section#servicetop h2, #works section#servicetop h2 {
    margin: 0 0 40px;
  }
  #service section#servicetop h2 img, #works section#servicetop h2 img {
    height: 80px;
  }
  #service section#servicetop p, #works section#servicetop p {
    text-align: center;
  }
  #service section#branding, #works section#branding {
    width: 100%;
    max-width: 100%;
  }
  #service section#branding .barding-txt, #works section#branding .barding-txt {
    max-width: 1080px;
    margin: 0 auto 60px;
  }
  #service section#branding div, #works section#branding div {
    margin-bottom: 60px;
  }
  #service section#totaldesign .totaldesign-img, #works section#totaldesign .totaldesign-img {
    max-width: 870px;
    margin: 60px auto;
  }
  #service section#totaldesign h3, #works section#totaldesign h3 {
    margin: 80px 0 30px;
  }
  #service section#totaldesign h3 img, #works section#totaldesign h3 img {
    height: 25px;
  }
  #service section#totaldesign .gray-area, #works section#totaldesign .gray-area {
    max-width: 790px;
    margin: 0 auto 100px;
    box-sizing: border-box;
  }
  #service section#totaldesign .gray-area ul, #works section#totaldesign .gray-area ul {
    display: flex;
    width: 680px;
    margin: 0 auto 10px;
    flex-wrap: wrap;
  }
  #service section#totaldesign .gray-area ul li, #works section#totaldesign .gray-area ul li {
    margin: 0 12px 15px;
  }
  #service section#totaldesign article h4, #works section#totaldesign article h4 {
    margin-bottom: 35px;
  }
  #service section#totaldesign article h4 img, #works section#totaldesign article h4 img {
    height: 50px;
  }
  #service section#totaldesign article .slide, #works section#totaldesign article .slide {
    max-width: 960px;
    margin: 45px auto 80px;
  }
  #service section#totaldesign article .slide li, #works section#totaldesign article .slide li {
    width: 30%;
    box-sizing: border-box;
    padding: 15px;
  }
  #service section#totaldesign article .slide li div, #works section#totaldesign article .slide li div {
    background: #fff;
    padding: 80px 25px 60px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 0px rgba(88, 99, 112, 0.2);
  }
  #service section#totaldesign article .slide li div img, #works section#totaldesign article .slide li div img {
    width: 100%;
  }
  #service section#totaldesign article .basic-li, #works section#totaldesign article .basic-li {
    margin-bottom: 60px;
  }
  #service section#totaldesign article.video .img-video, #works section#totaldesign article.video .img-video {
    max-width: 840px;
    margin: 30px auto 40px;
  }
  #service section#totaldesign article.video .slide li div, #works section#totaldesign article.video .slide li div {
    padding: 40px 25px;
  }
  #service section#price, #works section#price {
    background: url(/service/img/bg_price.png) no-repeat 0 100px;
    background-size: 100% auto;
  }
  #service section#price .price-card, #works section#price .price-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #service section#price .price-card > li, #works section#price .price-card > li {
    background: #fff;
    opacity: 0.85;
    padding: 40px 35px 50px;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  #service section#price .price-card > li > ul, #works section#price .price-card > li > ul {
    min-height: 110px;
  }
  #service section#price .price-card > li > p, #works section#price .price-card > li > p {
    text-align: left;
  }
  #service section#price .price-card > li p, #service section#price .price-card > li li, #works section#price .price-card > li p, #works section#price .price-card > li li {
    opacity: 1;
  }
  #service section#price .price-card > li:nth-child(1), #service section#price .price-card > li:nth-child(2), #service section#price .price-card > li:nth-child(3), #works section#price .price-card > li:nth-child(1), #works section#price .price-card > li:nth-child(2), #works section#price .price-card > li:nth-child(3) {
    width: 32%;
  }
  #service section#price .price-card > li:nth-child(4), #works section#price .price-card > li:nth-child(4) {
    width: 100%;
  }
  #service section#price .price-card > li:nth-child(4) p:nth-child(2), #service section#price .price-card > li:nth-child(4) p:nth-child(3), #works section#price .price-card > li:nth-child(4) p:nth-child(2), #works section#price .price-card > li:nth-child(4) p:nth-child(3) {
    max-width: 750px;
    margin: 0 auto;
  }
  #service section#price .price-card > li:nth-child(5), #service section#price .price-card > li:nth-child(6), #works section#price .price-card > li:nth-child(5), #works section#price .price-card > li:nth-child(6) {
    width: 49%;
  }
  #service section#feature article, #works section#feature article {
    max-width: 860px;
    margin: 80px auto 0;
  }
  #service section#feature article h3, #works section#feature article h3 {
    margin-bottom: 30px;
  }
  #service section#feature article h3 img, #works section#feature article h3 img {
    height: 70px;
  }
  #service section#feature article .img-feature1, #works section#feature article .img-feature1 {
    margin: 30px 0 0;
  }
  #service section#feature article .img-feature2, #works section#feature article .img-feature2 {
    margin: 30px auto 100px;
    max-width: 600px;
  }
  #service section#feature article p, #works section#feature article p {
    text-align: center;
  }
  #service #workstop, #works #workstop {
    max-width: 1080px;
    background: url(/works/img/bg_workstop_pc.png) no-repeat center;
    height: 310px;
    padding: 0;
    margin: 50px auto 70px;
  }
  #service #workstop h2, #works #workstop h2 {
    margin: 0 0 34px;
    padding-top: 110px;
  }
  #service #workstop h2 img, #works #workstop h2 img {
    height: 30px;
  }
  #service #workstop p, #works #workstop p {
    font-size: 1em;
  }
  #service #total, #works #total {
    margin: 20px auto;
  }
  #service #total article, #works #total article {
    background: #f2f2f3 url(/works/img/bg_total_pc.png) center top no-repeat;
    margin-bottom: 100px;
    background-size: cover;
    padding: 50px 60px 70px;
  }
  #service #total article p, #works #total article p {
    text-align: left;
  }
  #service #total article h3, #works #total article h3 {
    font-size: 1.8em;
    margin-bottom: 25px;
  }
  #service #total article .works-tag li, #works #total article .works-tag li {
    margin: 0 20px 15px 0;
    padding: 8px 15px;
  }
  #service #total article .works-tag li.has-a, #works #total article .works-tag li.has-a {
    margin: 0 20px 15px 0;
    padding: 8px 30px 8px 15px;
  }
  #service #total article .slick-slider .slick-list, #works #total article .slick-slider .slick-list {
    padding-right: 70px;
  }
  #service #total article .slick-slider li, #works #total article .slick-slider li {
    padding-right: 45px;
  }
  #service #total article .slick-slider li img, #works #total article .slick-slider li img {
    width: 100%;
  }
  #service #total article .cliant, #works #total article .cliant {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    margin-top: 40px;
  }
  #service #total article .cliant .cliant-img, #works #total article .cliant .cliant-img {
    width: 250px;
    margin: 0;
  }
  #service #total article .cliant .cliant-img img, #works #total article .cliant .cliant-img img {
    max-width: 100%;
  }
  #service #total article .cliant .cliant-voice, #works #total article .cliant .cliant-voice {
    padding-left: 60px;
    width: 808px;
  }
  #service #total article.insta, #works #total article.insta {
    width: 620px;
    margin: 50px auto 100px;
    padding: 0;
  }
  #service #total article.insta ul, #works #total article.insta ul {
    display: flex;
    justify-content: space-between;
  }
  #service #total article.insta ul li, #works #total article.insta ul li {
    width: 200px;
  }
  #service #total article.insta ul li iframe, #works #total article.insta ul li iframe {
    width: 200px !important;
    max-width: 200px !important;
    min-width: 200px !important;
  }
  #service #video, #works #video {
    max-width: 100%;
    padding: 120px 0 100px;
  }
  #service #video .video-list, #works #video .video-list {
    margin: 70px auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 860px;
  }
  #service #video .video-list li, #works #video .video-list li {
    width: 400px;
    margin-bottom: 60px;
  }
  #service #graphic, #works #graphic {
    padding: 120px 0 70px;
  }
  #service #graphic ul, #works #graphic ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #service #graphic ul li, #works #graphic ul li {
    width: 340px;
    margin: 0 0 30px;
  }
  #service #graphic ul li img, #works #graphic ul li img {
    width: 100%;
  }
  #service #web, #works #web {
    max-width: 100%;
    padding: 120px 0 100px;
  }
  #service #web p.has-a, #works #web p.has-a {
    text-align: left;
  }
  #service #web article, #works #web article {
    max-width: 1080px;
    margin: 40px auto 0;
  }
  #service #web article ul, #works #web article ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #service #web article ul li, #works #web article ul li {
    width: 340px;
  }
  #service #web article ul li img, #works #web article ul li img {
    width: 100%;
  }
  #service #bottom, #works #bottom {
    padding: 100px 0 140px;
  }
  #service #bottom article, #works #bottom article {
    display: flex;
    justify-content: left;
    margin-bottom: 140px;
  }
  #service #bottom article div img, #works #bottom article div img {
    width: 518px;
  }
  #service #bottom article div:last-child, #works #bottom article div:last-child {
    padding: 40px 0 0 100px;
  }
  #service #bottom article div:last-child h3, #works #bottom article div:last-child h3 {
    margin: 0 0 30px;
    text-align: left;
  }
  #service #bottom article div:last-child h3 img, #works #bottom article div:last-child h3 img {
    height: 16px;
    width: auto;
  }
  #service #bottom article div:last-child p, #works #bottom article div:last-child p {
    text-align: left;
  }
  #service #bottom article div:last-child .btn_w, #works #bottom article div:last-child .btn_w {
    margin-bottom: 0;
  }
  /*service works*/
  .slick-prev,
  .slick-next {
    width: 92px;
    height: 92px;
  }
  .slick-prev {
    left: -90px;
  }
  .slick-next {
    right: -90px;
  }
  header div.pc_wrap {
    max-width: 1366px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
  }
  header div.pc_wrap .header_wrap {
    height: 90px;
    padding: 0 0 0 32px;
  }
  header div.pc_wrap .header_wrap h1 {
    width: 201px;
  }
  header div.pc_wrap .header_wrap h1 img {
    height: 48px;
  }
  header div.pc_wrap .header_wrap .nav-btn {
    display: none !important;
  }
  header nav ul {
    display: flex;
  }
  header nav ul li {
    padding-right: 46px;
    font-size: 16px;
  }
  header nav ul li a.window {
    background: url(../img/ico_window_pc.png) no-repeat right;
    background-size: 15px;
  }
  header nav ul li.conv {
    padding-right: 30px;
  }
  header nav ul li.conv a {
    color: #fff;
    padding: 20px 34px;
    background: #a78d9e;
  }
  section {
    max-width: 1080px;
    margin: 0 auto;
  }
  footer {
    padding: 40px 25px;
  }
  footer ul {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  footer ul li {
    padding: 0 10px;
  }
  footer .up-btn {
    width: 60px;
    height: 60px;
    border-radius: 35px;
    background: #522c2c;
  }
  footer .up-btn img {
    width: 100%;
  }
  footer address {
    margin: 15px 40px;
  }
  footer .footer-logo img {
    height: 50px;
  }
}
@media screen and (max-width: 1152px) and (min-width: 768px) {
  header div.pc_wrap .header_wrap {
    padding: 0 0 0 15px;
  }
  header div.pc_wrap .header_wrap h1 {
    width: 160px;
  }
  header div.pc_wrap .header_wrap h1 img {
    width: 140px;
    height: auto;
  }
  header div.pc_wrap nav ul li {
    padding-right: 12px;
    font-size: 14px;
  }
  header div.pc_wrap nav ul li.conv a {
    padding: 20px 14px;
  }
  .pankuzu {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  img {
    max-width: 100%;
  }
  #workstop {
    margin-top: 30px;
  }
  #works #total article {
    margin-bottom: 50px;
  }
  #works #total article.insta {
    margin: 20px auto 30px;
  }
  #works #video {
    padding: 60px 0 50px;
  }
  #works #video .video-list {
    width: 100%;
    padding: 0 60px;
    margin: 40px auto 0;
    box-sizing: border-box;
  }
  #works #video .video-list li {
    width: 48%;
  }
  #works #web {
    padding: 60px 60px 50px;
  }
  #works #web article ul li {
    width: 31%;
  }
  #works #graphic {
    padding: 60px 0 50px;
  }
  #works #graphic ul {
    padding: 0 60px;
  }
  #works #graphic ul li {
    width: 31%;
  }
  #works #bottom {
    padding: 60px 60px 50px;
  }
  #works #bottom article {
    display: block;
    margin-bottom: 70px;
  }
  #works #bottom article div:last-child {
    padding: 40px 0 0;
  }
  #works #bottom article div:last-child h3, #works #bottom article div:last-child p {
    text-align: center;
  }
}/*# sourceMappingURL=base.css.map */