@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; }

body > nav {
  width: 100%;
  height: 50px;
  background: url(../img/nav_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  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; }
    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; }
    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; }

article h2 {
  font-size: 2rem;
  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 {
    margin-right: 22px;
    font-size: 6rem;
    letter-spacing: 4px; }

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

.more {
  margin-top: 33px; }
  .more a {
    display: block;
    box-sizing: border-box;
    width: 50%;
    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; }

#web {
  padding-top: 222px;
  padding-bottom: 333px;
  background: linear-gradient(#ece7de, #f7f8f8); }
  #web h2:before {
    content: "Web"; }
  #web .price {
    margin-top: 222px;
    padding-bottom: 222px; }
    #web .price h3 {
      font-family: "Marcellus", serif;
      font-size: 2.6rem;
      font-weight: bold;
      text-align: center;
      letter-spacing: 4px; }
      #web .price h3:before, #web .price h3:after {
        content: "";
        display: inline-block;
        width: 236px;
        height: 8px;
        background-image: url(../img/icon_line.png);
        background-size: contain;
        vertical-align: middle;
        margin-left: 30px;
        margin-right: 30px; }
    #web .price h3 + p {
      margin-top: 22px;
      font-size: 1.5rem;
      text-align: center; }
    #web .price > dl {
      margin-top: 111px;
      margin-left: 66px;
      margin-right: 66px;
      padding: 55px;
      border: 1px solid #cd1419;
      border-radius: 8px; }
      #web .price > dl dt {
        font-weight: bold;
        font-size: 2.2rem;
        text-align: center; }
      #web .price > dl li {
        margin-top: 33px;
        background: url(../img/icon_attention.png) no-repeat left top;
        background-size: 24px 22px;
        padding-left: 36px;
        line-height: 1.8; }

#basic {
  margin-top: 66px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center; }
  #basic > div:nth-of-type(1) {
    width: 70%;
    margin-left: 66px;
    margin-right: 33px;
    background: #f7f8f8;
    border-radius: 8px;
    padding: 80px 7.813vw; }
    #basic > div:nth-of-type(1) h4 {
      font-size: 2.8rem;
      font-weight: bold;
      text-align: center; }
      #basic > div:nth-of-type(1) h4 span {
        font-size: 1.8rem;
        font-weight: bold; }
    #basic > div:nth-of-type(1) h4 + p {
      margin-top: 33px;
      line-height: 2; }
      #basic > div:nth-of-type(1) h4 + p span {
        font-size: 1.5rem;
        font-weight: bold;
        color: #cd1419;
        border: 1px solid #cd1419;
        border-radius: 3px;
        padding: 2px 4px;
        margin-left: 2px;
        margin-right: 2px; }
    #basic > div:nth-of-type(1) h4 + p + p {
      margin-top: 66px;
      line-height: 2; }
      #basic > div:nth-of-type(1) h4 + p + p span {
        font-size: 1.5rem;
        font-weight: bold;
        color: #cd1419;
        border: 1px solid #cd1419;
        border-radius: 3px;
        padding: 2px 4px;
        margin-left: 2px;
        margin-right: 2px; }
    #basic > div:nth-of-type(1) > dl {
      margin-top: 22px;
      margin-bottom: 22px; }
      #basic > div:nth-of-type(1) > dl:nth-of-type(2) {
        margin-top: 33px; }
      #basic > div:nth-of-type(1) > dl dt {
        background: #cd1419;
        text-align: center;
        color: #f7f8f8;
        font-size: 2rem;
        padding-top: 8px;
        padding-bottom: 8px;
        border-radius: 4px;
        margin-bottom: 33px; }
        #basic > div:nth-of-type(1) > dl dt span {
          font-size: 1.4rem; }
      #basic > div:nth-of-type(1) > dl dd {
        color: #cd1419;
        text-align: center;
        font-family: "Cinzel", YuGothic, "Yu Gothic", sans-serif;
        letter-spacing: 2px; }
        #basic > div:nth-of-type(1) > dl dd dl {
          width: 320px;
          margin-left: auto;
          margin-right: auto; }
        #basic > div:nth-of-type(1) > dl dd dt {
          background: none;
          color: #cd1419;
          font-size: 2.4rem;
          width: 40px;
          height: 40px;
          line-height: 40px;
          border-radius: 50%;
          margin-bottom: 0;
          border: 1px solid #cd1419;
          font-family: "Marcellus", serif;
          float: left;
          margin-top: 12px;
          padding: 0; }
      #basic > div:nth-of-type(1) > dl dt + dd {
        font-size: 5.2rem; }
        #basic > div:nth-of-type(1) > dl dt + dd span {
          font-size: 2rem;
          margin-left: 5px; }
      #basic > div:nth-of-type(1) > dl dd + dd {
        font-size: 1.5rem;
        clear: both;
        margin-bottom: 30px; }
        #basic > div:nth-of-type(1) > dl dd + dd span {
          font-size: 1.8rem;
          margin-left: 3px;
          margin-right: 3px; }
    #basic > div:nth-of-type(1) dl + p {
      text-align: center; }
      #basic > div:nth-of-type(1) dl + p img {
        width: 40px;
        height: 40px; }
  #basic > div:nth-of-type(2) {
    width: 30%;
    margin-left: 33px;
    margin-right: 66px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0; }
    #basic > div:nth-of-type(2) img {
      display: block;
      width: 100%;
      height: auto; }
    #basic > div:nth-of-type(2) > dl {
      margin-top: 111px; }
      #basic > div:nth-of-type(2) > dl dt {
        font-weight: bold;
        color: #cd1419;
        text-align: center;
        font-size: 2rem; }
    #basic > div:nth-of-type(2) dd dl {
      margin-top: 33px; }
      #basic > div:nth-of-type(2) dd dl dt {
        color: #cd1419;
        font-size: 1.8rem;
        font-weight: normal;
        text-align: center;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        width: 30px;
        border: 1px solid #cd1419;
        font-family: "Marcellus", serif;
        float: left; }
      #basic > div:nth-of-type(2) dd dl dd {
        margin-left: 36px;
        margin-bottom: 50px;
        text-indent: -20px;
        padding-left: 20px;
        font-size: 1.5rem; }
        #basic > div:nth-of-type(2) dd dl dd:before {
          content: "…";
          margin-right: 5px; }

#basic + p {
  text-align: center;
  padding-top: 66px;
  padding-bottom: 66px; }
  #basic + p img {
    width: 80px;
    height: 80px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0; }

#option {
  margin-left: 66px;
  margin-right: 66px;
  background: #f7f8f8;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 80px 7.813vw;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0; }
  #option h4 {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center; }
  #option h4 + p {
    margin-top: 66px;
    line-height: 2; }
    #option h4 + p span {
      font-size: 1.5rem;
      font-weight: bold;
      color: #cd1419;
      border: 1px solid #cd1419;
      border-radius: 3px;
      padding: 2px 4px;
      margin-left: 2px;
      margin-right: 2px; }
  #option > div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap; }
  #option dl {
    width: 50%;
    margin-top: 55px; }
    #option dl:nth-of-type(2n+1) {
      padding-right: 33px; }
    #option dl:nth-of-type(2n) {
      padding-left: 33px; }
    #option dl dt {
      background: #cd1419;
      text-align: center;
      color: #f7f8f8;
      font-size: 1.8rem;
      line-height: 1.4;
      padding: 8px 20px;
      border-radius: 4px;
      margin-bottom: 22px; }
      #option dl dt span {
        font-size: 1.4rem; }
    #option dl dd {
      /*&:nth-of-type(2) {
      	font-size:15px;
      	font-family:$sp_num_font;
      	letter-spacing:2px;
      	color:$red;
      	text-align:center;
      	
      	span {
      		font-size:18px;
      		margin-left:3px;
      		margin-right:3px;
      	}
      }//(2)*/ }
      #option dl dd:nth-of-type(1) {
        margin-left: 0;
        font-size: 5.2rem;
        font-family: "Cinzel", YuGothic, "Yu Gothic", sans-serif;
        letter-spacing: 2px;
        color: #cd1419;
        text-align: center; }
        #option dl dd:nth-of-type(1) span {
          font-size: 2rem;
          margin-left: 5px; }
      #option dl dd:nth-of-type(2) {
        font-size: 1.5rem;
        margin-top: 22px; }

#aftersale {
  margin-top: 111px;
  margin-left: 66px;
  margin-right: 66px;
  background: #e3dbce;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 80px 7.813vw; }
  #aftersale h4 {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center; }
  #aftersale h4 + p {
    margin-top: 33px;
    text-align: center; }
  #aftersale label {
    display: block;
    box-sizing: border-box;
    width: 200px;
    margin: 33px auto 0;
    padding: 20px 0;
    color: #cd1419;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
    border: 1px solid #cd1419;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    #aftersale label:hover {
      background: #cd1419;
      color: #f7f8f8; }
  #aftersale input {
    display: none; }
  #aftersale > div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s; }
  #aftersale .accordion:checked + div {
    height: auto;
    opacity: 1; }
  #aftersale dl {
    width: 50%;
    margin-top: 80px; }
    #aftersale dl:nth-of-type(2n+1) {
      padding-right: 33px; }
    #aftersale dl:nth-of-type(2n) {
      padding-left: 33px; }
    #aftersale dl dt {
      background: #cd1419;
      text-align: center;
      color: #f7f8f8;
      font-size: 1.8rem;
      line-height: 1.4;
      padding: 8px 20px;
      border-radius: 4px;
      margin-bottom: 22px; }
      #aftersale dl dt span {
        font-size: 1.4rem; }
    #aftersale dl dd:nth-of-type(1) {
      margin-left: 0;
      font-size: 5.2rem;
      font-family: "Cinzel", YuGothic, "Yu Gothic", sans-serif;
      letter-spacing: 2px;
      color: #cd1419;
      text-align: center; }
      #aftersale dl dd:nth-of-type(1) span {
        font-size: 2rem;
        letter-spacing: 0;
        margin-left: 5px; }
    #aftersale dl dd:nth-of-type(2) {
      font-size: 1.5rem;
      font-family: "Cinzel", YuGothic, "Yu Gothic", sans-serif;
      letter-spacing: 2px;
      color: #cd1419;
      text-align: center; }
      #aftersale dl dd:nth-of-type(2) span {
        font-size: 1.8rem;
        margin-left: 3px;
        margin-right: 3px; }
    #aftersale dl dd:nth-of-type(3) {
      margin-top: 33px;
      font-size: 1.5rem;
      text-align: center; }
    #aftersale dl:nth-of-type(4) dd:nth-of-type(1) {
      font-family: YuGothic, "Yu Gothic", sans-serif;
      font-size: 1.8rem;
      letter-spacing: 0; }

#flow {
  background: linear-gradient(#ece7de, 10%, #f7f8f8);
  padding-top: 333px;
  padding-bottom: 333px; }
  #flow h3 {
    font-family: "Marcellus", serif;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px; }
    #flow h3:before, #flow h3:after {
      content: "";
      display: inline-block;
      width: 236px;
      height: 8px;
      background-image: url(../img/icon_line.png);
      background-size: contain;
      vertical-align: middle;
      margin-left: 33px;
      margin-right: 33px; }
  #flow ol {
    text-align: center;
    margin-top: 111px;
    counter-reset: skd_counter;
    margin-left: 88px;
    margin-right: 88px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap; }
  #flow li {
    width: 50%; }
    #flow li:not(:last-child) {
      margin-bottom: 111px; }
    #flow li:nth-of-type(2n+1) {
      padding-right: 55px;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      opacity: 0; }
    #flow li:nth-of-type(2n) {
      padding-left: 55px;
      -webkit-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      opacity: 0; }
    #flow li h4 {
      width: 100%;
      padding-top: 8px;
      padding-bottom: 8px;
      border-radius: 4px;
      background: #b4a07d;
      color: #f7f8f8;
      font-size: 2.6rem;
      margin-bottom: 33px;
      display: inline-block; }
      #flow li h4:before {
        content: counter(skd_counter);
        counter-increment: skd_counter;
        display: inline-block;
        width: 36px;
        height: 36px;
        margin-right: 22px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #f7f8f8;
        color: #f7f8f8;
        font-family: "Cinzel", YuGothic, "Yu Gothic", sans-serif;
        font-size: 2.8rem; }
    #flow li p {
      line-height: 2.14;
      text-align: left; }
      #flow li p:not(:last-child) {
        margin-bottom: 22px; }
    #flow li p.red {
      font-size: 1.5rem; }

#graphic {
  padding-top: 333px;
  padding-bottom: 333px;
  background: linear-gradient(#ece7de, #f7f8f8); }
  #graphic h2:before {
    content: "Graphic"; }
  #graphic h2 + p {
    margin-top: 55px;
    text-align: center;
    line-height: 2.428; }
  #graphic .price {
    margin-top: 222px; }
    #graphic .price h3 {
      font-family: "Marcellus", serif;
      font-size: 2.6rem;
      font-weight: bold;
      text-align: center;
      letter-spacing: 4px;
      margin-bottom: 55px; }
      #graphic .price h3:before, #graphic .price h3:after {
        content: "";
        display: inline-block;
        width: 236px;
        height: 8px;
        background-image: url(../img/icon_line.png);
        background-size: contain;
        vertical-align: middle;
        margin-left: 33px;
        margin-right: 33px; }
    #graphic .price p {
      line-height: 2.2;
      margin-left: 66px;
      margin-right: 66px; }
      #graphic .price p span {
        font-size: 1.5rem;
        font-weight: bold;
        color: #cd1419;
        border: 1px solid #cd1419;
        border-radius: 3px;
        padding: 2px 4px;
        margin-left: 2px;
        margin-right: 2px; }
    #graphic .price > dl {
      margin-top: 111px;
      margin-left: 66px;
      margin-right: 66px;
      padding: 55px;
      border: 1px solid #cd1419;
      border-radius: 8px; }
      #graphic .price > dl dt {
        font-weight: bold;
        font-size: 2.2rem;
        text-align: center; }
      #graphic .price > dl li {
        margin-top: 33px;
        background: url(../img/icon_attention.png) no-repeat left top;
        background-size: 24px 22px;
        padding-left: 36px;
        line-height: 1.8; }
    #graphic .price > div {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      margin-top: 55px; }
    #graphic .price > div div {
      width: 50%;
      background: #f7f8f8;
      border-radius: 8px;
      padding: 80px; }
      #graphic .price > div div h4 {
        font-size: 2.4rem;
        font-weight: bold;
        text-align: center; }
      #graphic .price > div div h4 + p {
        text-align: center;
        margin-top: 11px;
        margin-left: 0;
        margin-right: 0; }
      #graphic .price > div div dl {
        margin-top: 66px; }
        #graphic .price > div div dl dt {
          background: #cd1419;
          text-align: center;
          color: #f7f8f8;
          font-size: 1.8rem;
          line-height: 1.4;
          padding: 8px 20px;
          border-radius: 4px;
          margin-bottom: 33px; }
          #graphic .price > div div dl dt span {
            font-size: 1.4rem; }
        #graphic .price > div div dl dd {
          color: #cd1419;
          font-family: "Cinzel", YuGothic, "Yu Gothic", sans-serif;
          letter-spacing: 2px;
          text-align: center; }
          #graphic .price > div div dl dd dt {
            background: none;
            color: #cd1419;
            font-size: 1.5rem;
            width: 12em;
            border: 1px solid #cd1419;
            margin-top: 12px;
            letter-spacing: 0;
            margin-bottom: 0; }
          #graphic .price > div div dl dd dt + dd {
            text-align: right;
            margin-top: -50px; }
          @media screen and (max-width: 1339px) {
            #graphic .price > div div dl dd dt {
              float: none;
              margin-left: auto;
              margin-right: auto;
              margin-top: 0;
              margin-bottom: 10px; }
            #graphic .price > div div dl dd dt + dd {
              text-align: center;
              margin-top: 0;
              margin-bottom: 30px; } }
        #graphic .price > div div dl dt + dd {
          font-size: 5.2rem; }
          #graphic .price > div div dl dt + dd span {
            font-size: 2rem;
            margin-left: 5px; }
      @media screen and (max-width: 1339px) {
        #graphic .price > div div dl dl {
          margin-top: 0; } }
    @media screen and (max-width: 1129px) {
      #graphic .price > div div {
        padding: 4.883vw; } }
    #graphic .price > div div:nth-of-type(1) {
      margin-left: 66px;
      margin-right: 33px; }
    #graphic .price > div div:nth-of-type(2) {
      margin-right: 66px;
      margin-left: 33px; }
      #graphic .price > div div:nth-of-type(2) dt + dd span {
        letter-spacing: 0; }

footer {
  padding-top: 111px;
  padding-bottom: 111px;
  background: #ece7de; }
  footer div {
    margin-left: 66px;
    margin-right: 66px;
    padding: 20px;
    background: #e6e0d4;
    border-radius: 8px; }
    footer div p {
      font-size: 1.5rem;
      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; }

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