@charset "UTF-8";
/*リセット
--------------------------------------------*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-feature-settings: "palt" 1;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  width: 100%;
  letter-spacing: 1.8px;
}

body {
  font-size: 16px;
  color: #464646;
  line-height: 1.6em;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

.wrapper {
  overflow: hidden;
}

div.mainArea {
  position: relative;
}
@media screen and (min-width: 769px) {
  div.mainArea h1 {
    width: 998px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea h1 {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  div.mainArea h2 {
    width: 43%;
    margin: 0 auto;
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  div.mainArea h2 {
    width: 43%;
    margin: 0 auto;
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
  }
}
div.mainArea p.desc {
  text-align: center;
}
@media screen and (min-width: 769px) {
  div.mainArea p.desc {
    padding: 95px 0 75px;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea p.desc {
    padding: 70px 0 70px;
    font-size: 14px;
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  div.mainArea ul.menu {
    width: 726px;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea ul.menu {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  div.mainArea ul.menu li {
    width: 190px;
    height: 190px;
    border-radius: 50%;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea ul.menu li {
    width: 100%;
  }
}
div.mainArea ul.menu li:nth-child(1) {
  background: #f5d1a5;
}
div.mainArea ul.menu li:nth-child(2) {
  background: #efe7d9;
}
div.mainArea ul.menu li:nth-child(3) {
  background: #c8c3e6;
}
div.mainArea ul.menu li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  color: #464646;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  div.mainArea ul.menu li a {
    padding: 12px;
  }
}
div.mainArea ul.menu li a span {
  display: block;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(90deg);
  position: relative;
}
@media screen and (min-width: 769px) {
  div.mainArea ul.menu li a span {
    top: 5px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  div.mainArea ul.menu li a span {
    top: 5px;
    font-size: 28px;
  }
}

@media screen and (min-width: 769px) {
  div.content div.block {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 768px) {
  div.content div.block {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 769px) {
  div.content div.block div.inner {
    width: 998px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  div.content div.block div.inner {
    width: 90%;
    margin: 0 auto;
  }
}
div.content div.block div.inner h2 {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  div.content div.block div.inner h2 {
    font-size: 26px;
    margin-bottom: 28px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  div.content div.block div.inner h2 {
    font-size: 20px;
    padding: 0 0 10px 0;
    text-align: center;
  }
}
div.content div.block div.inner h2 span {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  div.content div.block div.inner h2 span {
    font-size: 67px;
    position: relative;
    top: 2px;
  }
}
@media screen and (max-width: 768px) {
  div.content div.block div.inner h2 span {
    font-size: 48px;
    top: 10px;
  }
}
div.content div.block div.inner h2 span::after {
  content: "";
  display: inline-block;
  background: #000;
  transform: rotate(25deg);
  position: relative;
  top: 0px;
  left: -5px;
}
@media screen and (min-width: 769px) {
  div.content div.block div.inner h2 span::after {
    width: 1px;
    height: 38px;
    margin: 0 16px 0;
  }
}
@media screen and (max-width: 768px) {
  div.content div.block div.inner h2 span::after {
    width: 1px;
    height: 28px;
    margin: 0 10px 0 15px;
  }
}
@media screen and (min-width: 769px) {
  div.content div.block div.inner div.inblock {
    box-sizing: border-box;
    padding: 0 29px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 769px) {
  div.content div.block div.inner div.inblock.hair, div.content div.block div.inner div.inblock.acc {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 769px) {
  div.content div.block div.inner div.inblock div.img {
    width: 448px;
  }
}
@media screen and (min-width: 769px) {
  div.content div.block div.inner div.inblock div.img div.other {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  div.content div.block div.inner div.inblock div.img div.other {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  div.content div.block div.inner div.inblock div.detail {
    width: 421px;
    padding-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  div.content div.block div.inner div.inblock div.detail {
    padding-top: 35px;
  }
}
div.content div.block div.inner div.inblock div.detail h3 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  div.content div.block div.inner div.inblock div.detail h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  div.content div.block div.inner div.inblock div.detail h3 {
    font-size: 30px;
  }
}
div.content div.block div.inner div.inblock div.detail h4 {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  div.content div.block div.inner div.inblock div.detail h4 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  div.content div.block div.inner div.inblock div.detail h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  div.content div.block div.inner div.inblock div.detail p.hare {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  div.content div.block div.inner div.inblock div.detail p.hare {
    margin-bottom: 20px;
  }
}
div.content div.block div.inner div.inblock div.detail p.hare span {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  div.content div.block div.inner div.inblock div.detail p.make {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  div.content div.block div.inner div.inblock div.detail p.make {
    margin-bottom: 50px;
  }
}
div.content div.block div.inner div.inblock div.detail p.make span {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  div.content div.block div.inner div.inblock div.detail p.acs {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  div.content div.block div.inner div.inblock div.detail p.acs {
    margin-bottom: 50px;
  }
}
div.content div.block div.inner div.inblock div.detail p.acs span {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  div.content div.block div.inner div.inblock div.detail ul.credit {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  div.content div.block div.inner div.inblock div.detail ul.credit {
    margin-bottom: 32px;
  }
}
div.content div.block div.inner div.inblock div.detail ul.credit li {
  text-decoration: none;
  color: #464646;
}
div.content div.block div.inner div.inblock div.detail ul.credit li span.a {
  text-decoration: none;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  div.content div.block div.inner div.inblock div.detail ul.credit li {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  div.content div.block div.inner div.inblock div.detail ul.credit li {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
div.content div.block div.inner div.inblock div.detail ul.credit li a {
  text-decoration: none;
  color: #464646;
}
@media screen and (min-width: 769px) {
  div.content div.block div.inner div.inblock div.detail ul.credit li a {
    font-size: 12px;
    margin-bottom: 14px;
  }
}
div.content div.block div.inner div.inblock div.detail ul.credit li a span {
  text-decoration: underline;
}
div.content div.block div.inner div.inblock div.detail ul.credit li a span.a {
  text-decoration: none;
  font-weight: bold;
}
div.content div.block div.inner div.inblock div.detail div.etc {
  text-align: center;
  width: 230px;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  div.content div.block div.inner div.inblock div.detail div.etc {
    margin: 40px auto;
  }
}
@media screen and (min-width: 769px) {
  div.content div.block div.inner div.inblock div.detail div.etc div.plus1 {
    width: 200px;
    margin-left: 10px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  div.content div.block div.inner div.inblock div.detail div.etc div.plus1 {
    width: 70%;
    margin: 10px auto;
  }
}
div.content div.block div.inner div.staff {
  background: #fff;
}
@media screen and (min-width: 769px) {
  div.content div.block div.inner div.staff {
    width: 998px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 43px 0;
  }
}
@media screen and (max-width: 768px) {
  div.content div.block div.inner div.staff {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 33px 0;
  }
}
div.content div.block div.inner div.staff h5 {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 769px) {
  div.content div.block div.inner div.staff h5 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  div.content div.block div.inner div.staff h5 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  div.content div.block div.inner div.staff div.img {
    width: 230px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  div.content div.block div.inner div.staff div.img {
    width: 67%;
    margin: 0 auto;
  }
}
div.content div.block div.inner div.staff p {
  text-align: center;
}
@media screen and (min-width: 769px) {
  div.content div.block div.inner div.staff p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  div.content div.block div.inner div.staff p {
    font-size: 12px;
    line-height: 1.6;
    padding-top: 20px;
  }
}
div.content div.block div.inner div.staff ul.credit li a {
  display: block;
  text-align: center;
  color: #464646;
  font-size: 14px;
  text-decoration: none;
}
div.content div.block div.inner div.staff ul.credit li a span {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  div.content div.block div.inner div.staff ul.credit li a {
    text-align: center;
    font-size: 12px;
  }
}
div.content div.block div.inner div.staff a.instaLink {
  margin: 0 auto;
  color: #fff;
  background: #c4bfb9;
  text-align: center;
  display: block;
  text-decoration: none;
  line-height: 1;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  div.content div.block div.inner div.staff a.instaLink {
    width: 260px;
    font-size: 19px;
    padding: 9px 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  div.content div.block div.inner div.staff a.instaLink {
    width: 190px;
    font-size: 19px;
    padding: 9px 0;
    margin-top: 15px;
  }
}
div.content div.block#block01 {
  background: #f9eee1;
}
div.content div.block#block01 h2 span {
  color: #f5d1a5;
}
div.content div.block#block01 h3 {
  color: #f5d1a5;
}
@media screen and (min-width: 769px) {
  div.content div.block#block01 h3 {
    border-bottom: 4px solid #f5d1a5;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  div.content div.block#block01 h3 {
    border-bottom: 4px solid #f5d1a5;
    padding-bottom: 10px;
    text-align: center;
    padding-top: 20px;
  }
}
div.content div.block#block02 {
  background: #f6f5f3;
}
div.content div.block#block02 h2 span {
  color: #ddd5c7;
}
div.content div.block#block02 h3 {
  color: #ddd5c7;
}
@media screen and (min-width: 769px) {
  div.content div.block#block02 h3 {
    border-bottom: 4px solid #ddd5c7;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  div.content div.block#block02 h3 {
    border-bottom: 4px solid #ddd5c7;
    padding-bottom: 10px;
    text-align: center;
    padding-top: 20px;
  }
}
div.content div.block#block03 {
  background: #e7e5f5;
}
div.content div.block#block03 h2 span {
  color: #c8c3e6;
}
div.content div.block#block03 h3 {
  color: #c8c3e6;
}
@media screen and (min-width: 769px) {
  div.content div.block#block03 h3 {
    border-bottom: 4px solid #c8c3e6;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  div.content div.block#block03 h3 {
    border-bottom: 4px solid #c8c3e6;
    padding-bottom: 10px;
    text-align: center;
    padding-top: 20px;
  }
}

div.and {
  line-height: 1em;
  margin: 120px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  div.and {
    margin: 90px auto 0;
  }
}
div.and h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 50px auto 30px;
  line-height: 0.7em;
}
@media screen and (max-width: 768px) {
  div.and h3 {
    font-size: 20px;
    width: 90%;
  }
}
div.and h3 span {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  div.and h3 span {
    font-size: 14px;
    line-height: 1.6em;
  }
}
div.and .dots {
  width: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.and .dots {
    width: 15px;
  }
}
div.and .handimg {
  width: 400px;
  margin: 30px auto 30px;
}
@media screen and (max-width: 768px) {
  div.and .handimg {
    width: 72%;
  }
}

.hand p {
  text-align: center;
  margin: 10px auto;
  line-height: 1.5em;
}
.hand p a {
  display: block;
  text-align: center;
  color: #464646;
  font-size: 12px;
  text-decoration: none;
}
.hand p a span {
  text-decoration: underline;
}

.but ul {
  width: 850px;
  display: flex;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .but ul {
    width: 88%;
  }
}
.but ul li {
  width: calc(3 / 100%);
  padding: 12px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .but ul li {
    padding: 4px;
  }
}
.but ul li p {
  text-align: center;
  margin: 10px auto;
}
.but ul li p a {
  display: block;
  text-align: center;
  color: #464646;
  font-size: 12px;
  text-decoration: none;
}
.but ul li p a span {
  text-decoration: underline;
}
.but .btn {
  width: 300px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  margin: 0 auto 150px;
  border: #464646 solid 1px;
}
@media screen and (max-width: 768px) {
  .but .btn {
    font-size: 12px;
  }
}
.but .btn a {
  color: #464646;
  display: block;
  text-decoration: none;
}

.footer {
  margin: 0 auto 100px;
  line-height: 2em;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}
.footer .btn {
  background-color: #c4bfb9;
  width: 350px;
  height: 30px;
  line-height: 30px;
  font-size: 19px;
  margin: 0 auto 40px;
  text-align: center;
  padding: 9px 0;
}
@media screen and (max-width: 768px) {
  .footer .btn {
    width: 90%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
  }
}
.footer .btn a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.copy {
  font-size: 10px;
  text-align: center;
  margin-bottom: 30px;
}

.flexslider {
  margin: 0 0 0px;
  background: transparent;
  border: none;
  border-radius: 0;
  -o-box-shadow: 0;
  box-shadow: 0;
}
/*# sourceMappingURL=style.css.map */