@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Marcellus");
@import url("https://fonts.googleapis.com/css?family=Cinzel");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

*, *:before, *:after {
  box-sizing: border-box; }

ul, ol, dl {
  list-style: none; }

.bold {
  font-weight: bold; }

.red {
  color: #cd1419; }

@media screen and (max-width: 768px) {
  .brpc {
    display: none; } }
@media screen and (min-width: 769px) {
  .brsp {
    display: none; } }
html {
  font-size: 62.5%; }

body {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4c4c4c;
  background: #f7f8f8;
  width: 100%;
  font-size: 1.4rem; }

@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem; } }
article {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }

a {
  color: #4c4c4c;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:hover {
    opacity: 0.4; }
  a:visited {
    color: #4c4c4c; }

.link {
  border-bottom: 1px dotted #cd1419;
  padding-bottom: 2px;
  position: relative;
  font-weight: inherit; }
  .link:before {
    content: "≫";
    color: #cd1419;
    font-size: 90%;
    font-weight: bold; }

@media screen and (min-width: 769px) {
  header {
    width: 100%;
    height: 100vh;
    background-image: url(../img/header_bg_head.png), url(../img/header_bg_bottom.png);
    background-repeat: no-repeat,no-repeat;
    background-position: right top,left bottom;
    background-size: 100%,100%;
    position: relative; }
    header h1 {
      width: 120px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 13.671vh; }
      header h1 img {
        width: 120px;
        height: 100px; }
    header nav > ul {
      width: 100%;
      text-align: center;
      margin-top: 9.765vh;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
    header nav > ul > li {
      width: 50%;
      font-family: "Marcellus", serif; }
      header nav > ul > li img {
        width: 114px;
        height: 86px; }
    header li > ul {
      width: 180px;
      margin-top: 33px;
      margin-left: auto;
      margin-right: auto;
      text-align: left; }
      header li > ul li {
        margin-top: 10px;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        opacity: 0; }
      header li > ul a {
        display: block;
        background: url(../img/icon_arrow.png) no-repeat left 0.5em;
        background-size: 24px 8px;
        padding-left: 33px;
        letter-spacing: 1px;
        font-size: 1.6rem; }
    header div {
      position: absolute;
      bottom: 4.882vh;
      left: 0;
      right: 0;
      margin: auto; }
      header div p {
        font-size: 1.3rem;
        line-height: 1.8;
        text-align: center; }
        header div p:nth-of-type(2), header div p:nth-of-type(3) {
          font-family: "Marcellus", serif; } }
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    height: 100vh;
    background-image: url(../img/header_bg_head.png), url(../img/header_bg_bottom.png);
    background-repeat: no-repeat,no-repeat;
    background-position: right top,left bottom;
    background-size: 100%,100%;
    position: relative; }
    header h1 {
      width: 120px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 6.514vh; }
      header h1 img {
        width: 120px;
        height: 100px; }
    header nav > ul {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
    header nav > ul > li {
      font-family: serif; }
      header nav > ul > li:not(:nth-of-type(1)) {
        margin-top: 50px; }
      header nav > ul > li img {
        width: 57px;
        height: 43px; }
    header li > ul {
      margin-top: 22px; }
      header li > ul li {
        margin-top: 11px;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        opacity: 0; }
      header li > ul a {
        display: block;
        background: url(../img/icon_arrow.png) no-repeat left 0.5em;
        background-size: 24px 8px;
        padding-left: 36px;
        letter-spacing: 1px;
        font-size: 16px; }
    header div {
      display: none; } }
@media screen and (min-width: 769px) {
  body > nav {
    width: 100%;
    height: 50px;
    background: url(../img/nav_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 2px;
    margin-top: -1px;
    z-index: 9997;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    body > nav > div {
      margin-right: auto;
      margin-left: 22px;
      -webkit-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      opacity: 0; }
      body > nav > div a {
        display: block;
        padding-top: 11px; }
        body > nav > div a img {
          width: 160px;
          height: 30px; }
      body > nav > div .toggle {
        display: none; }
    body > nav ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      margin-right: 20px;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      opacity: 0; }
      body > nav ul li {
        line-height: 50px;
        margin-left: 33px; }
        body > nav ul li a {
          display: block;
          font-size: 1.4rem;
          background: url(../img/icon_arrow.png) no-repeat left 21px;
          background-size: 24px 8px;
          padding-left: 33px; } }
    @media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1023px) {
      body > nav ul li {
        margin-left: 22px; }
        body > nav ul li a {
          background-size: 12px 4px;
          padding-left: 14px; } }

@media screen and (max-width: 768px) {
  body > nav {
    width: 100%;
    height: 40px;
    background: url(../img/nav_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 9997; }
    body > nav > div {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      margin-left: 10px;
      margin-right: 10px; }
      body > nav > div a {
        display: block;
        margin-right: auto;
        padding-top: 5px; }
        body > nav > div a img {
          width: 160px;
          height: 30px; }
      body > nav > div .toggle {
        z-index: 9999;
        padding-top: 10px; }
        body > nav > div .toggle span {
          position: relative;
          display: block;
          height: 1px;
          width: 30px;
          background: #4c4c4c;
          -webkit-transition: ease .4s;
          transition: ease .4s; }
          body > nav > div .toggle span:nth-of-type(1) {
            top: 0; }
          body > nav > div .toggle span:nth-of-type(2) {
            margin: 8px 0; }
          body > nav > div .toggle span:nth-of-type(3) {
            top: 0; }
      body > nav > div .toggle.open span:nth-of-type(1) {
        top: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      body > nav > div .toggle.open span:nth-of-type(2) {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0; }
      body > nav > div .toggle.open span:nth-of-type(3) {
        top: -8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    body > nav ul {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: ease .4s;
      transition: ease .4s;
      z-index: 9998;
      background: #f7f8f8; }
      body > nav ul li {
        width: 100%;
        height: 60px;
        border-bottom: 1px solid rgba(76, 76, 76, 0.6); }
        body > nav ul li a {
          display: block;
          width: 100%;
          padding-right: 15px;
          height: 60px;
          line-height: 60px;
          font-size: 14px;
          text-align: right; }
          body > nav ul li a:before {
            content: "";
            display: inline-block;
            width: 18px;
            height: 6px;
            background: url(../img/icon_arrow.png) no-repeat;
            background-size: contain;
            vertical-align: middle;
            margin-right: 20px; }
    body > nav ul.open {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; } }
@media screen and (min-width: 769px) {
  article {
    padding-left: 66px;
    padding-right: 66px; } }
@media screen and (max-width: 768px) {
  article {
    padding-left: 22px;
    padding-right: 22px; } }
article h2 {
  font-family: "Marcellus", serif;
  letter-spacing: 1px;
  text-align: center;
  color: #af9973;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0; }
  article h2:before {
    letter-spacing: 4px; }

@media screen and (min-width: 769px) {
  article h2 {
    font-size: 2rem; }
    article h2:before {
      margin-right: 22px;
      font-size: 6rem; }

  article h2 + p {
    margin-top: 11.1vw;
    text-align: center;
    line-height: 2.428; }

  .more {
    margin-top: 3.3vw; }
    .more a {
      display: block;
      box-sizing: border-box;
      width: 66.6vw;
      margin-left: auto;
      margin-right: auto;
      padding: 33px 0;
      color: #cd1419;
      text-align: center;
      font-size: 2rem;
      font-weight: bold;
      letter-spacing: 2px;
      border: 1px solid #cd1419;
      border-radius: 6px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      position: relative; }
      .more a:after {
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        left: 33px;
        top: calc(50% - 1px);
        border-top: solid 1px;
        border-right: solid 1px;
        transform: rotate(45deg) translateY(-50%);
        -webkit-transition: 0.5s;
        transition: 0.5s;
        color: #cd1419; }
      .more a:hover {
        background: #cd1419;
        color: #f7f8f8; }
        .more a:hover:after {
          color: #f7f8f8; } }
@media screen and (max-width: 768px) {
  article h2 {
    font-size: 1.6rem;
    font-family: serif; }
    article h2:before {
      display: block;
      font-size: 4rem; }

  article h2 + p {
    margin-top: 11.1vw;
    text-align: center;
    line-height: 1.8; }

  .more {
    margin-top: 3.3vw; }
    .more a {
      display: block;
      box-sizing: border-box;
      width: 100%;
      padding: 22px 0;
      color: #cd1419;
      text-align: center;
      font-size: 1.6rem;
      border: 1px solid #cd1419;
      border-radius: 6px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      position: relative; }
      .more a:after {
        content: "";
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        left: 33px;
        top: calc(50% - 1px);
        border-top: solid 1px;
        border-right: solid 1px;
        transform: rotate(45deg) translateY(-50%);
        -webkit-transition: 0.5s;
        transition: 0.5s;
        color: #cd1419; }
      .more a:hover {
        background: #cd1419;
        color: #f7f8f8; }
        .more a:hover:after {
          color: #f7f8f8; } }
#blog {
  padding-top: 22.2vw;
  padding-bottom: 22.2vw;
  background: linear-gradient(#ece7de, #f7f8f8); }
  #blog h2:before {
    content: "Blog"; }
  #blog ul {
    margin-top: 11.1vw; }
  #blog li {
    margin-bottom: 11.1vw; }
    #blog li a {
      display: block;
      background: #f7f8f8;
      border-radius: 8px;
      padding-bottom: 22px;
      position: relative; }
    #blog li img {
      width: 100%;
      height: 204px;
      object-fit: cover;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
    #blog li span {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      font-size: 1.4rem;
      color: #f7f8f8;
      padding: 2px 8px;
      background: #cd1419;
      border-radius: 8px 0 8px 0; }
    #blog li p {
      margin-left: 22px;
      margin-right: 22px; }
      #blog li p:nth-of-type(1) {
        font-size: 2.2rem;
        margin-top: 22px; }
      #blog li p:nth-of-type(2) {
        margin-top: 22px;
        line-height: 1.8; }
      #blog li p:nth-of-type(3) {
        margin-top: 22px;
        font-size: 1.6rem;
        text-align: right;
        color: #666; }
  @media screen and (min-width: 1024px) {
    #blog ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #blog ul:after {
        content: "";
        width: 30%; }
    #blog li {
      width: 30%; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    #blog ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #blog ul:after {
        content: "";
        width: 44%; }
    #blog li {
      width: 44%; } }

#art {
  padding-top: 22.2vw;
  padding-bottom: 22.2vw;
  background: linear-gradient(#ece7de, #f7f8f8); }
  #art h2:before {
    content: "Art"; }
  #art ul:nth-of-type(1) {
    margin-top: 11.1vw; }
  #art ul:nth-of-type(1) li {
    margin-bottom: 11.1vw; }
    #art ul:nth-of-type(1) li a {
      display: block; }
    #art ul:nth-of-type(1) li img {
      width: 100%;
      height: auto;
      border-radius: 8px; }
  @media screen and (min-width: 1024px) {
    #art ul:nth-of-type(1) {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #art ul:nth-of-type(1):after {
        content: "";
        width: 30%; }
    #art ul:nth-of-type(1) li {
      width: 30%; } }
  @media screen and (min-width: 769px) and (max-width: 1023px) {
    #art ul:nth-of-type(1) {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #art ul:nth-of-type(1):after {
        content: "";
        width: 44%; }
    #art ul:nth-of-type(1) li {
      width: 44%; } }
  #art p:nth-of-type(3),
  #art p:nth-of-type(4) {
    margin-top: 22.2vw;
    text-align: center;
    line-height: 1.8; }
    #art p:nth-of-type(3) > a,
    #art p:nth-of-type(4) > a {
      color: #af9973;
      text-decoration: underline; }
  #art p:nth-of-type(3) + ul {
    margin-top: 3.3vw;
    margin-left: auto;
    margin-right: auto; }
    #art p:nth-of-type(3) + ul li {
      text-align: center; }
      #art p:nth-of-type(3) + ul li a {
        color: #f7f8f8;
        display: block;
        box-sizing: border-box;
        text-align: center;
        border-radius: 6px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        position: relative;
        background: linear-gradient(to right, rgba(247, 207, 0, 0.7), rgba(246, 37, 2, 0.7) 45%, rgba(182, 47, 82, 0.7) 75%, rgba(113, 58, 166, 0.7)); }
        #art p:nth-of-type(3) + ul li a:after {
          content: "";
          display: block;
          position: absolute;
          width: 10px;
          height: 10px;
          left: 33px;
          top: calc(50% - 1px);
          border-top: solid 1px;
          border-right: solid 1px;
          transform: rotate(45deg) translateY(-50%);
          -webkit-transition: 0.5s;
          transition: 0.5s;
          color: #f7f8f8; }
      @media screen and (min-width: 769px) {
        #art p:nth-of-type(3) + ul li a {
          width: 66.6vw;
          margin-left: auto;
          margin-right: auto;
          padding: 33px 0;
          font-size: 2rem;
          font-weight: bold;
          letter-spacing: 2px; } }
      @media screen and (max-width: 768px) {
        #art p:nth-of-type(3) + ul li a {
          width: 100%;
          padding: 22px 0;
          font-size: 1.6rem; } }
  #art p:nth-of-type(4) + a {
    display: block;
    background: #f7f8f8;
    border-radius: 8px;
    margin-top: 3.3vw;
    padding-top: 22px;
    padding-bottom: 22px;
    border: 1px solid #af9973;
    box-sizing: border-box; }
  #art p:nth-of-type(4) + a > ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0; }
    #art p:nth-of-type(4) + a > ul li {
      width: 20%;
      margin: 0; }
      #art p:nth-of-type(4) + a > ul li img {
        width: 100%;
        height: auto; }

#illust {
  padding-top: 22.2vw;
  padding-bottom: 22.2vw;
  background: linear-gradient(#ece7de, #f7f8f8); }
  #illust h2:before {
    content: "Illustration"; }
  #illust ul {
    margin-top: 11.1vw;
    margin-left: auto;
    margin-right: auto; }
  #illust li {
    text-align: center;
    margin-bottom: 6.6vw; }
    #illust li a {
      display: block;
      box-sizing: border-box;
      padding: 33px 0;
      text-align: center;
      font-family: "Marcellus", serif;
      letter-spacing: 2px;
      border-radius: 6px;
      border: 1px solid #af9973;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      position: relative;
      background-size: cover;
      background-repeat: no-repeat; }
      #illust li a:after {
        content: "";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        left: 33px;
        top: calc(50% - 1px);
        border-top: solid 1px;
        border-right: solid 1px;
        transform: rotate(45deg) translateY(-50%); }
    @media screen and (min-width: 769px) {
      #illust li a {
        width: 66.6vw;
        margin-left: auto;
        margin-right: auto;
        font-size: 4rem; } }
    @media screen and (max-width: 768px) {
      #illust li a {
        width: 100%;
        text-align: center;
        font-size: 2.2rem; }
        #illust li a:after {
          width: 10px;
          height: 10px; } }
    #illust li:nth-of-type(1) a {
      background-image: url(../img/stock_sample_01.jpg); }
    #illust li:nth-of-type(2) a {
      background-image: url(../img/stock_sample_02.jpg); }
    #illust li:nth-of-type(3) a {
      background-image: url(../img/stock_sample_03.jpg);
      background-position: right; }
    #illust li:nth-of-type(4) a {
      background-image: url(../img/stock_sample_04.jpg);
      background-position: right; }

#design {
  padding-top: 22.2vw;
  padding-bottom: 22.2vw;
  background: linear-gradient(#ece7de, #f7f8f8); }
  #design h2:before {
    content: "Design"; }
  @media screen and (max-width: 768px) {
    #design h2 + p {
      text-align: left;
      line-height: 1.8; }
    #design .more {
      margin-top: 22px; } }

#profile {
  padding-top: 22.2vw;
  padding-bottom: 22.2vw;
  background: linear-gradient(#ece7de, #f7f8f8); }
  #profile h2 {
    font-size: 4rem;
    font-family: "Marcellus", serif;
    letter-spacing: 4px;
    text-align: center;
    color: #af9973;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0; }
  #profile h2 + p {
    margin-top: 6.6vw;
    text-align: center; }
    #profile h2 + p img {
      width: 100px;
      height: 100px; }
  #profile dl {
    margin-top: 11px;
    text-align: center;
    line-height: 1.8; }
  #profile dt {
    font-family: "Marcellus", serif;
    font-size: 2rem; }
  #profile dd {
    margin-top: 22px; }
    #profile dd ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center; }
    #profile dd li {
      margin-left: 11px;
      margin-right: 11px; }
    #profile dd img {
      width: 30px;
      height: 30px; }
  @media screen and (max-width: 768px) {
    #profile dt {
      font-family: serif; }
    #profile dd {
      line-height: 1.8;
      text-align: left; } }

footer {
  padding-top: 11.1vw;
  padding-bottom: 11.1vw;
  padding-left: 66px;
  padding-right: 66px;
  text-align: center;
  background: #ece7de; }
  footer div {
    padding: 22px;
    background: #e6e0d4;
    border-radius: 8px; }
    footer div p {
      line-height: 1.8;
      text-align: center; }
      footer div p:nth-of-type(2), footer div p:nth-of-type(3) {
        font-family: "Marcellus", serif; }

@media screen and (max-width: 768px) {
  footer {
    padding-left: 22px;
    padding-right: 22px; } }

/*# sourceMappingURL=main.css.map */
