@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

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

img {
  max-width: 100%; }

.contact-page .submit-button-wrap, .link-button {
  position: relative;
  display: block;
  border: 2px solid #000;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media only screen and (max-width: 800px) {
    .contact-page .submit-button-wrap, .link-button {
      border: 1px solid #000; } }
  .contact-page .submit-button-wrap::after, .link-button::after {
    position: absolute;
    top: -20px;
    right: -20px;
    display: block;
    content: '';
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 15px solid #000;
    z-index: -1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .contact-page .submit-button-wrap:hover, .link-button:hover {
    color: #fff; }
    .contact-page .submit-button-wrap:hover::after, .link-button:hover::after {
      top: -40px;
      right: -40px;
      border: 96px solid #000; }

.header-nav a, .footer-nav-area a {
  position: relative;
  display: block;
  padding-bottom: 10px; }
  @media only screen and (max-width: 500px) {
    .header-nav a, .footer-nav-area a {
      padding-bottom: 8px; } }
  .header-nav a.now-page::before, .footer-nav-area a.now-page::before, .header-nav a.now-page::after, .footer-nav-area a.now-page::after {
    width: 50%; }
  .header-nav a::before, .footer-nav-area a::before, .header-nav a::after, .footer-nav-area a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    border-bottom: 2px solid #2C2A2B;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease; }
    @media only screen and (max-width: 500px) {
      .header-nav a::before, .footer-nav-area a::before, .header-nav a::after, .footer-nav-area a::after {
        border-bottom: 1px solid #2C2A2B; } }
  .header-nav a::before, .footer-nav-area a::before {
    left: 50%; }
  .header-nav a::after, .footer-nav-area a::after {
    right: 50%; }
  .header-nav a:hover::before, .footer-nav-area a:hover::before, .header-nav a:hover::after, .footer-nav-area a:hover::after {
    width: 50%; }

.top-page .salon-area .sns-area, .company-page .salon-area .sns-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; }
  @media only screen and (max-width: 800px) {
    .top-page .salon-area .sns-area, .company-page .salon-area .sns-area {
      margin-top: 15px; } }
  @media only screen and (max-width: 500px) {
    .top-page .salon-area .sns-area, .company-page .salon-area .sns-area {
      margin-top: 10px; } }
  .top-page .salon-area .sns-area a, .company-page .salon-area .sns-area a {
    display: block;
    width: 33px;
    margin-right: 18px;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    @media only screen and (max-width: 800px) {
      .top-page .salon-area .sns-area a, .company-page .salon-area .sns-area a {
        width: 26px;
        margin-right: 14px; } }
    .top-page .salon-area .sns-area a:hover, .company-page .salon-area .sns-area a:hover {
      opacity: 0.8; }
  .top-page .salon-area .sns-area img, .company-page .salon-area .sns-area img {
    width: 100%; }

.top-page .news-list, .news-page .news-list {
  background-color: #F9F9F9;
  padding: 7px 28px; }
  @media only screen and (max-width: 800px) {
    .top-page .news-list, .news-page .news-list {
      padding: 0 28px; } }
  @media only screen and (max-width: 500px) {
    .top-page .news-list, .news-page .news-list {
      padding: 0 17px; } }
  .top-page .news-list li, .news-page .news-list li {
    border-bottom: 1px dashed #CECFD3; }
    .top-page .news-list li:last-of-type, .news-page .news-list li:last-of-type {
      border-bottom: 0; }
  .top-page .news-list a, .news-page .news-list a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 3px;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    .top-page .news-list a:hover, .news-page .news-list a:hover {
      opacity: 0.8; }
    @media only screen and (max-width: 800px) {
      .top-page .news-list a, .news-page .news-list a {
        font-size: 0.9rem; } }
    @media only screen and (max-width: 500px) {
      .top-page .news-list a, .news-page .news-list a {
        display: block;
        padding: 11px 3px; } }
  .top-page .news-list .date, .news-page .news-list .date {
    color: #5A5655;
    font-weight: 600;
    margin-right: 45px;
    line-height: 1.5; }
    @media only screen and (max-width: 500px) {
      .top-page .news-list .date, .news-page .news-list .date {
        color: #B2B6BF;
        font-size: 0.8rem; } }
  .top-page .news-list h3, .news-page .news-list h3 {
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.5; }
    @media only screen and (max-width: 500px) {
      .top-page .news-list h3, .news-page .news-list h3 {
        margin-top: 2px;
        letter-spacing: 1px;
        font-size: 0.85rem; } }
  .top-page .news-list .news-arrow, .news-page .news-list .news-arrow {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    -o-transition: transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease; }
    @media only screen and (max-width: 800px) {
      .top-page .news-list .news-arrow, .news-page .news-list .news-arrow {
        display: none; } }
  .top-page .news-list a:hover .news-arrow, .news-page .news-list a:hover .news-arrow {
    -webkit-transform: translateX(5px) translateY(-50%);
    -ms-transform: translateX(5px) translateY(-50%);
    transform: translateX(5px) translateY(-50%); }

.top-page .salon-list, .contact-page .salon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px; }
  @media only screen and (max-width: 500px) {
    .top-page .salon-list, .contact-page .salon-list {
      display: block; } }
  .top-page .salon-list .salon-list-li, .contact-page .salon-list .salon-list-li {
    width: 31.5%; }
    @media only screen and (max-width: 500px) {
      .top-page .salon-list .salon-list-li, .contact-page .salon-list .salon-list-li {
        width: 100%;
        margin-top: 50px; }
        .top-page .salon-list .salon-list-li:first-of-type, .contact-page .salon-list .salon-list-li:first-of-type {
          margin-top: 0; } }
  .top-page .salon-list img, .contact-page .salon-list img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
    @media only screen and (max-width: 500px) {
      .top-page .salon-list img, .contact-page .salon-list img {
        max-height: 215px; } }
  .top-page .salon-list h3, .contact-page .salon-list h3 {
    margin-top: 15px;
    font-size: 1.2rem;
    letter-spacing: 3px;
    color: #2C2A2B; }
    @media only screen and (max-width: 800px) {
      .top-page .salon-list h3, .contact-page .salon-list h3 {
        font-size: 1.1rem; } }
  .top-page .salon-list .contents-list, .contact-page .salon-list .contents-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
    font-weight: 200; }
    @media only screen and (max-width: 500px) {
      .top-page .salon-list .contents-list, .contact-page .salon-list .contents-list {
        margin-top: 10px; } }
    .top-page .salon-list .contents-list .contents-list-li, .contact-page .salon-list .contents-list .contents-list-li {
      margin-right: 10px;
      margin-bottom: 5px;
      padding: 6px;
      background-color: #5A5655;
      color: #fff;
      border-radius: 5px;
      font-weight: 200;
      font-size: 0.8rem;
      letter-spacing: 1px; }
      @media only screen and (max-width: 800px) {
        .top-page .salon-list .contents-list .contents-list-li, .contact-page .salon-list .contents-list .contents-list-li {
          font-size: 0.7rem; } }
      @media only screen and (max-width: 500px) {
        .top-page .salon-list .contents-list .contents-list-li, .contact-page .salon-list .contents-list .contents-list-li {
          padding: 5px 6px;
          border-radius: 4px;
          font-size: 0.6rem; } }
      .top-page .salon-list .contents-list .contents-list-li:last-of-type, .contact-page .salon-list .contents-list .contents-list-li:last-of-type {
        margin-right: 0; }
  .top-page .salon-list .detail, .contact-page .salon-list .detail {
    margin-top: 5px;
    letter-spacing: 2px;
    font-size: 0.95rem; }
    @media only screen and (max-width: 800px) {
      .top-page .salon-list .detail, .contact-page .salon-list .detail {
        font-size: 0.9rem; } }
    @media only screen and (max-width: 500px) {
      .top-page .salon-list .detail, .contact-page .salon-list .detail {
        font-size: 0.85rem;
        margin-top: 3px; } }
    .top-page .salon-list .detail p, .contact-page .salon-list .detail p {
      line-height: 1.8; }
      @media only screen and (max-width: 800px) {
        .top-page .salon-list .detail p, .contact-page .salon-list .detail p {
          line-height: 1.6; } }
  .top-page .salon-list .tel-icon, .contact-page .salon-list .tel-icon {
    width: 18px;
    margin-right: 5px; }
    @media only screen and (max-width: 500px) {
      .top-page .salon-list .tel-icon, .contact-page .salon-list .tel-icon {
        width: 16px; } }

.news-single-page h2, .section-index {
  position: relative;
  height: 80px;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 8px;
  color: #000; }
  @media only screen and (max-width: 800px) {
    .news-single-page h2, .section-index {
      height: 60px;
      font-size: 1.6rem; } }
  @media only screen and (max-width: 500px) {
    .news-single-page h2, .section-index {
      height: 48px;
      font-size: 1.3rem;
      letter-spacing: 4px; } }
  .news-single-page h2::after, .section-index::after {
    position: absolute;
    left: 15px;
    bottom: 0;
    content: '';
    display: block;
    border-left: 2px solid #000;
    -webkit-transform: rotate(46deg);
    -ms-transform: rotate(46deg);
    transform: rotate(46deg);
    height: 35px; }
    @media only screen and (max-width: 800px) {
      .news-single-page h2::after, .section-index::after {
        left: 9px;
        height: 25px; } }
    @media only screen and (max-width: 500px) {
      .news-single-page h2::after, .section-index::after {
        border-left: 1px solid #000;
        left: 8px;
        height: 21px; } }

.top-page .top-area {
  position: relative;
  height: 35.5vw; }
  @media only screen and (max-width: 500px) {
    .top-page .top-area {
      display: none; } }
  .top-page .top-area .image-area {
    position: absolute;
    top: 0;
    right: 0;
    width: 78vw;
    height: 100%;
    opacity: 0; }
    @media only screen and (max-width: 1175px) {
      .top-page .top-area .image-area {
        width: 70vw; } }
    @media only screen and (max-width: 500px) {
      .top-page .top-area .image-area {
        position: relative;
        width: 100%;
        height: 50vw; } }
  .top-page .top-area .slide-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }
  .top-page .top-area .slide1 {
    background-image: url("https://ascrea.net/wordpress/wp-content/themes/ascrea/images/top_slider_01.jpg");
    opacity: 1; }
  .top-page .top-area .slide-dots {
    position: absolute;
    right: 30px;
    bottom: 3.5vw;
    color: #fff;
    width: 11px;
    z-index: 3; }
    .top-page .top-area .slide-dots li {
      position: relative;
      display: block;
      cursor: pointer;
      margin-bottom: 25px;
      width: 11px;
      height: 11px;
      border: 1px solid #000;
      border-radius: 50%; }
      .top-page .top-area .slide-dots li.active::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #000; }
  .top-page .top-area .scroll {
    position: absolute;
    bottom: -74px;
    left: calc((100% - 1115px) / 2);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 0.8rem;
    letter-spacing: 3px;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer; }
    @media only screen and (max-width: 1175px) {
      .top-page .top-area .scroll {
        display: none; } }
  .top-page .top-area .scroll-img {
    position: relative;
    left: 1px;
    width: 10px;
    margin-top: 10px; }
  .top-page .top-area .reflection {
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: reflection 3.5s ease-in-out infinite;
    animation: reflection 3.5s ease-in-out infinite; }

@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0; } }

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0; } }

.top-page .top-catch {
  position: absolute;
  top: 7vw;
  left: calc((100% - 1115px) / 2);
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 22px;
  color: #000;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  transform: translateX(-150px); }
  @media only screen and (max-width: 1175px) {
    .top-page .top-catch {
      left: 3vw;
      font-size: 3vw; } }
  @media only screen and (max-width: 500px) {
    .top-page .top-catch {
      position: static;
      font-size: 1.4rem;
      letter-spacing: 8px;
      line-height: 1.8; } }

.top-page .top-area-sp {
  display: none;
  position: relative;
  width: 100%;
  height: calc(100vh - 62px);
  background-image: url("https://ascrea.net/wordpress/wp-content/themes/ascrea/images/top_sp.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0; }
  .top-page .top-area-sp.active {
    top: 62px; }
  @media only screen and (max-width: 500px) {
    .top-page .top-area-sp {
      display: block; } }
  .top-page .top-area-sp .sp-top-catch {
    position: absolute;
    top: 5vh;
    right: 7vw;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1.9;
    letter-spacing: 7px;
    font-weight: 600;
    opacity: 0; }

.top-page .corona {
  display: block;
  max-width: 560px;
  margin: 100px auto 0;
  padding: 20px 50px;
  border: solid 1px #2C2A2B;
  text-align: center; }
  @media only screen and (max-width: 500px) {
    .top-page .corona {
      width: 90%; } }

.top-page .corona-mv {
  text-align: center;
  margin: 100px 0; }
  @media only screen and (max-width: 500px) {
    .top-page .corona-mv {
      margin: 20px 10px; } }
  @media only screen and (max-width: 500px) {
    .top-page .corona-mv iframe {
      width: 100%; } }

.top-page .salon-area {
  width: 90%;
  max-width: 1115px;
  margin: 145px auto 0; }
  @media only screen and (max-width: 800px) {
    .top-page .salon-area {
      margin: 60px auto 0; } }
  @media only screen and (max-width: 500px) {
    .top-page .salon-area {
      margin: 30px auto 0; } }
  .top-page .salon-area .salon-list-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .top-page .salon-area .link-button.sp {
    display: none;
    max-width: 255px;
    min-width: 120px;
    margin: 15px auto 0;
    padding: 18px 4px;
    font-size: 0.85rem; }
    .top-page .salon-area .link-button.sp::after {
      top: -18px;
      right: -18px; }
    @media only screen and (max-width: 500px) {
      .top-page .salon-area .link-button.sp {
        display: block; } }

.top-page .salon-list a {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  .top-page .salon-list a:hover {
    opacity: 0.8; }

.top-page .insta-area {
  width: 90%;
  max-width: 1115px;
  margin: 145px auto 0; }
  @media only screen and (max-width: 800px) {
    .top-page .insta-area {
      margin: 60px auto 0; } }
  @media only screen and (max-width: 500px) {
    .top-page .insta-area {
      margin: 30px auto 0; } }
  .top-page .insta-area .link-button.sp {
    display: none;
    max-width: 255px;
    min-width: 120px;
    margin: 15px auto 0;
    padding: 18px 4px;
    font-size: 0.85rem; }
    .top-page .insta-area .link-button.sp::after {
      top: -18px;
      right: -18px; }
    @media only screen and (max-width: 500px) {
      .top-page .insta-area .link-button.sp {
        display: block; } }

.top-page .insta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 500px) {
    .top-page .insta-list {
      display: block; } }
  .top-page .insta-list .insta-list-li {
    width: 31.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 500px) {
      .top-page .insta-list .insta-list-li {
        width: 100%;
        margin-top: 50px; }
        .top-page .insta-list .insta-list-li:first-of-type {
          margin-top: 0; } }
  .top-page .insta-list .insta {
    width: 114px;
    height: 114px;
    margin-bottom: 2%;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    @media only screen and (max-width: 1240px) {
      .top-page .insta-list .insta {
        width: 9vw;
        height: 9vw; } }
    @media only screen and (max-width: 500px) {
      .top-page .insta-list .insta {
        width: 28.8vw;
        height: 28.8vw; } }
    .top-page .insta-list .insta:hover {
      opacity: 0.8; }
  .top-page .insta-list img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  .top-page .insta-list .link-button {
    width: 100%;
    padding: 20px 0; }

.top-page .news-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  max-width: 1115px;
  margin: 70px auto 0; }
  @media only screen and (max-width: 800px) {
    .top-page .news-area {
      display: block; } }
  .top-page .news-area .left-area {
    width: 140px; }
    @media only screen and (max-width: 800px) {
      .top-page .news-area .left-area {
        width: 100%;
        padding: 25px 28px 15px;
        background-color: #F9F9F9; } }
    @media only screen and (max-width: 500px) {
      .top-page .news-area .left-area {
        padding: 25px 17px 15px; } }
    @media only screen and (max-width: 800px) {
      .top-page .news-area .left-area .pc {
        display: none; } }
  .top-page .news-area .link-button {
    max-width: 232px;
    margin: 25px auto 0;
    padding: 12px 0;
    font-size: 0.9rem;
    background-color: #fff;
    z-index: 1; }
    @media only screen and (max-width: 800px) {
      .top-page .news-area .link-button.pc {
        display: none; } }
    .top-page .news-area .link-button.sp {
      display: none;
      padding: 18px 0;
      margin: 0 auto; }
      .top-page .news-area .link-button.sp::after {
        top: -18px;
        right: -18px; }
      @media only screen and (max-width: 800px) {
        .top-page .news-area .link-button.sp {
          display: block; } }
      @media only screen and (max-width: 500px) {
        .top-page .news-area .link-button.sp {
          font-size: 0.8rem; } }
  .top-page .news-area .link-button-sp-wrap {
    display: none;
    background-color: #F9F9F9;
    padding: 25px 0 25px; }
    @media only screen and (max-width: 800px) {
      .top-page .news-area .link-button-sp-wrap {
        display: block; } }
  .top-page .news-area.insta .section-index::after {
    bottom: -36px; }
    @media only screen and (max-width: 800px) {
      .top-page .news-area.insta .section-index::after {
        bottom: 0; } }
  .top-page .news-area.insta .link-button.pc {
    margin-top: 45px; }

.top-page .news-list {
  width: calc(100% - 140px - 50px); }
  @media only screen and (max-width: 800px) {
    .top-page .news-list {
      width: 100%; }
      .top-page .news-list li:first-of-type {
        border-top: 1px dashed #CECFD3; }
      .top-page .news-list li:last-of-type {
        border-bottom: 1px dashed #CECFD3; } }

.top-page #engage-contributions-widget-wrapper {
  margin: 60px auto 0;
  max-width: 100%; }

.line-bnr {
  margin-top: 30px;
  text-align: center; }
  .line-bnr img {
    width: 500px;
    margin: 0 auto; }
  @media only screen and (max-width: 800px) {
    .line-bnr .pc {
      display: none; } }
  .line-bnr .sp {
    display: none; }
    @media only screen and (max-width: 800px) {
      .line-bnr .sp {
        display: block;
        width: 90%; } }

.company-page .section-index {
  height: 86px;
  font-size: 2.2rem; }
  @media only screen and (max-width: 800px) {
    .company-page .section-index {
      height: 60px;
      font-size: 1.6rem; } }
  @media only screen and (max-width: 500px) {
    .company-page .section-index {
      height: 48px;
      font-size: 1.3rem;
      letter-spacing: 4px; } }
  .company-page .section-index::after {
    height: 37px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media only screen and (max-width: 800px) {
      .company-page .section-index::after {
        left: 9px;
        height: 25px; } }
    @media only screen and (max-width: 500px) {
      .company-page .section-index::after {
        border-left: 1px solid #000;
        left: 8px;
        height: 21px; } }

.company-page .greeting-area {
  margin-top: 55px;
  padding: 60px 0 50px;
  background-color: #F9F9F9; }
  @media only screen and (max-width: 500px) {
    .company-page .greeting-area {
      margin-top: 35px;
      padding: 25px 0 35px; } }
  .company-page .greeting-area .content {
    margin-top: 18px;
    line-height: 2.2;
    letter-spacing: 2px; }
    @media only screen and (max-width: 800px) {
      .company-page .greeting-area .content {
        line-height: 1.8;
        font-size: 0.9rem; } }
    @media only screen and (max-width: 500px) {
      .company-page .greeting-area .content {
        margin-top: 10px;
        font-size: 0.8rem; } }
  .company-page .greeting-area .chairman {
    margin-top: 45px;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 6px;
    text-align: right; }
    @media only screen and (max-width: 800px) {
      .company-page .greeting-area .chairman {
        font-size: 1.2rem;
        letter-spacing: 5px; } }
    @media only screen and (max-width: 500px) {
      .company-page .greeting-area .chairman {
        font-size: 0.9rem;
        margin-top: 10px; } }
    .company-page .greeting-area .chairman span {
      margin-right: 25px;
      font-size: 1.1rem; }
      @media only screen and (max-width: 800px) {
        .company-page .greeting-area .chairman span {
          font-size: 0.9rem; } }
      @media only screen and (max-width: 500px) {
        .company-page .greeting-area .chairman span {
          margin-right: 10px;
          letter-spacing: 3px;
          font-size: 0.75rem; } }

.company-page .company-profile {
  margin-top: 105px; }
  @media only screen and (max-width: 800px) {
    .company-page .company-profile {
      margin-top: 60px; } }
  @media only screen and (max-width: 500px) {
    .company-page .company-profile {
      margin-top: 30px; } }
  .company-page .company-profile .company-detail {
    margin-top: 25px; }
    @media only screen and (max-width: 500px) {
      .company-page .company-profile .company-detail {
        margin-top: 15px; } }
  .company-page .company-profile dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px dashed #CECFD3; }
    @media only screen and (max-width: 800px) {
      .company-page .company-profile dl {
        border-bottom: 1px dashed #CECFD3; } }
    .company-page .company-profile dl:first-of-type {
      border-top: 2px dashed #CECFD3; }
      @media only screen and (max-width: 800px) {
        .company-page .company-profile dl:first-of-type {
          border-top: 1px dashed #CECFD3; } }
    .company-page .company-profile dl dt, .company-page .company-profile dl dd {
      padding: 22px 32px;
      line-height: 1.5; }
      @media only screen and (max-width: 800px) {
        .company-page .company-profile dl dt, .company-page .company-profile dl dd {
          padding: 12px 22px; } }
      @media only screen and (max-width: 500px) {
        .company-page .company-profile dl dt, .company-page .company-profile dl dd {
          padding: 8px 13px; } }
    .company-page .company-profile dl dt {
      width: 210px;
      background-color: #F9F9F9;
      font-weight: 600;
      font-size: 1.15rem;
      letter-spacing: 5px; }
      @media only screen and (max-width: 800px) {
        .company-page .company-profile dl dt {
          width: 190px;
          font-size: 0.9rem;
          letter-spacing: 3px; } }
      @media only screen and (max-width: 500px) {
        .company-page .company-profile dl dt {
          width: 115px;
          min-width: 115px;
          font-size: 0.8rem;
          letter-spacing: 2px; } }
    .company-page .company-profile dl dd {
      letter-spacing: 2px; }
      @media only screen and (max-width: 800px) {
        .company-page .company-profile dl dd {
          font-size: 0.9rem; } }
      @media only screen and (max-width: 500px) {
        .company-page .company-profile dl dd {
          font-size: 0.8rem; } }

.company-page .round-image-area {
  max-width: 910px;
  width: 90%;
  margin: 70px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
  @media only screen and (max-width: 800px) {
    .company-page .round-image-area {
      margin: 50px auto 0; } }
  @media only screen and (max-width: 500px) {
    .company-page .round-image-area {
      margin: 30px auto 0;
      width: 100%; } }
  .company-page .round-image-area img {
    width: 20%; }
    @media only screen and (max-width: 500px) {
      .company-page .round-image-area img {
        width: 22%; } }

.company-page .access-area {
  margin-top: 110px; }
  @media only screen and (max-width: 800px) {
    .company-page .access-area {
      margin-top: 60px; } }
  @media only screen and (max-width: 500px) {
    .company-page .access-area {
      margin-top: 35px; } }
  .company-page .access-area .access-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px; }
    @media only screen and (max-width: 800px) {
      .company-page .access-area .access-info {
        display: block;
        margin-top: 15px; } }
    @media only screen and (max-width: 500px) {
      .company-page .access-area .access-info {
        margin-top: 10px; } }
  .company-page .access-area h4 {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 6px; }
    @media only screen and (max-width: 800px) {
      .company-page .access-area h4 {
        font-size: 1.1rem;
        letter-spacing: 5px; } }
    @media only screen and (max-width: 500px) {
      .company-page .access-area h4 {
        font-size: 0.9rem;
        letter-spacing: 3px; } }
    .company-page .access-area h4 img {
      width: 41px;
      margin-right: 16px;
      vertical-align: middle; }
      @media only screen and (max-width: 800px) {
        .company-page .access-area h4 img {
          width: 31px; } }
      @media only screen and (max-width: 500px) {
        .company-page .access-area h4 img {
          width: 24px;
          margin-right: 10px; } }
  .company-page .access-area p {
    margin-top: 5px;
    padding-left: 60px;
    letter-spacing: 2px;
    line-height: 1.7;
    font-size: 0.95rem; }
    @media only screen and (max-width: 800px) {
      .company-page .access-area p {
        margin-top: 8px;
        padding-left: 0;
        font-size: 0.9rem; } }
    @media only screen and (max-width: 500px) {
      .company-page .access-area p {
        margin-top: 8px;
        font-size: 0.8rem; } }
  .company-page .access-area .right-area {
    width: 49%; }
    @media only screen and (max-width: 800px) {
      .company-page .access-area .right-area {
        margin-top: 30px;
        width: 100%; } }
  .company-page .access-area li {
    margin-bottom: 20px; }
    @media only screen and (max-width: 800px) {
      .company-page .access-area li {
        margin-bottom: 25px; } }
    .company-page .access-area li:last-of-type {
      margin-bottom: 0; }

.company-page #company-google-map {
  width: 47%;
  height: 320px; }
  @media only screen and (max-width: 800px) {
    .company-page #company-google-map {
      width: 100%;
      height: 260px; } }
  @media only screen and (max-width: 500px) {
    .company-page #company-google-map {
      height: 180px; } }

.company-page .history-area {
  margin-top: 105px;
  padding: 60px 0;
  background-color: #F9F9F9; }
  @media only screen and (max-width: 800px) {
    .company-page .history-area {
      margin-top: 60px;
      padding: 30px 0; } }
  @media only screen and (max-width: 500px) {
    .company-page .history-area {
      margin-top: 35px;
      padding: 25px 0; } }
  .company-page .history-area .year-list {
    position: relative;
    margin-top: 35px; }
    .company-page .history-area .year-list::after {
      position: absolute;
      top: 5px;
      left: 109px;
      content: '';
      display: block;
      height: 105%;
      border-right: 2px solid #2C2A2B;
      z-index: -1; }
      @media only screen and (max-width: 800px) {
        .company-page .history-area .year-list::after {
          left: 97px;
          border-right: 1px solid #2C2A2B; } }
      @media only screen and (max-width: 500px) {
        .company-page .history-area .year-list::after {
          left: 67px;
          height: 100%; } }
  .company-page .history-area .year {
    margin-bottom: 25px;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 5px; }
    @media only screen and (max-width: 800px) {
      .company-page .history-area .year {
        margin-bottom: 15px;
        font-size: 1.1rem; } }
    @media only screen and (max-width: 500px) {
      .company-page .history-area .year {
        font-size: 0.9rem;
        letter-spacing: 2px; } }
    .company-page .history-area .year::after {
      content: '';
      display: inline-block;
      margin-left: 18px;
      width: 18px;
      height: 18px;
      border: 2px solid #2C2A2B;
      border-radius: 50%;
      background-color: #B1B5BE;
      z-index: 1; }
      @media only screen and (max-width: 800px) {
        .company-page .history-area .year::after {
          border: 1px solid #2C2A2B; } }
      @media only screen and (max-width: 500px) {
        .company-page .history-area .year::after {
          margin-left: 13px;
          width: 12px;
          height: 12px; } }
  .company-page .history-area .month-day-list {
    margin-left: 145px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-size: 0.95rem;
    line-height: 1.5; }
    @media only screen and (max-width: 800px) {
      .company-page .history-area .month-day-list {
        margin-left: 125px;
        margin-bottom: 20px;
        font-size: 0.9rem; } }
    @media only screen and (max-width: 500px) {
      .company-page .history-area .month-day-list {
        position: relative;
        top: -30px;
        margin-left: 90px;
        font-size: 0.8rem; } }
  .company-page .history-area .month-day-list-li {
    margin-bottom: 18px; }
  .company-page .history-area .month-day {
    margin-right: 20px; }
    @media only screen and (max-width: 500px) {
      .company-page .history-area .month-day {
        margin-right: 10px; } }

.company-page .salon-area {
  margin-top: 85px; }
  @media only screen and (max-width: 800px) {
    .company-page .salon-area {
      margin-left: 5%;
      max-width: 400px; } }
  @media only screen and (max-width: 500px) {
    .company-page .salon-area {
      margin-top: 35px; } }
  .company-page .salon-area .salon-list {
    margin-top: 25px; }
    @media only screen and (max-width: 800px) {
      .company-page .salon-area .salon-list {
        margin-top: 15px; } }
  .company-page .salon-area .salon-list-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 90px; }
    @media only screen and (max-width: 800px) {
      .company-page .salon-area .salon-list-li {
        display: block; } }
    @media only screen and (max-width: 500px) {
      .company-page .salon-area .salon-list-li {
        margin-bottom: 55px; } }
    .company-page .salon-area .salon-list-li:last-of-type {
      margin-bottom: 0; }
    .company-page .salon-area .salon-list-li .left-area {
      display: block;
      width: 50%;
      -webkit-transition: opacity 0.2s ease;
      -o-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
      @media only screen and (max-width: 800px) {
        .company-page .salon-area .salon-list-li .left-area {
          width: 100%; } }
      .company-page .salon-area .salon-list-li .left-area:hover {
        opacity: 0.8; }
      .company-page .salon-area .salon-list-li .left-area img {
        width: 100%; }
    .company-page .salon-area .salon-list-li .right-area {
      width: 42%; }
      @media only screen and (max-width: 800px) {
        .company-page .salon-area .salon-list-li .right-area {
          width: 100%; } }
  .company-page .salon-area .left-area {
    position: relative; }
    .company-page .salon-area .left-area .salon-name {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 30px 25px;
      background-color: rgba(157, 157, 163, 0.6);
      color: #fff;
      z-index: 1;
      letter-spacing: 2px;
      font-size: 1.2rem;
      font-weight: 500;
      line-height: 1.5; }
      @media only screen and (max-width: 800px) {
        .company-page .salon-area .left-area .salon-name.pc {
          display: none; } }
      .company-page .salon-area .left-area .salon-name.sp {
        display: none;
        padding: 10px 12px;
        font-size: 1rem; }
        @media only screen and (max-width: 800px) {
          .company-page .salon-area .left-area .salon-name.sp {
            display: block; } }
      .company-page .salon-area .left-area .salon-name .ja {
        font-weight: 200;
        font-size: 0.8rem; }
      .company-page .salon-area .left-area .salon-name.salon-name-long {
        padding: 15px 25px; }
  .company-page .salon-area .right-area {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
    @media only screen and (max-width: 800px) {
      .company-page .salon-area .right-area {
        margin-top: 15px; } }
  .company-page .salon-area .sumally {
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-size: 0.95rem;
    line-height: 1.8; }
    @media only screen and (max-width: 800px) {
      .company-page .salon-area .sumally {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 500px) {
      .company-page .salon-area .sumally {
        font-size: 0.8rem; } }
  .company-page .salon-area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.8;
    letter-spacing: 2px;
    font-size: 0.95rem; }
    @media only screen and (max-width: 800px) {
      .company-page .salon-area dl {
        font-size: 0.9rem; } }
    @media only screen and (max-width: 500px) {
      .company-page .salon-area dl {
        font-size: 0.8rem; } }
  .company-page .salon-area dt {
    min-width: 105px;
    font-weight: 600; }
    @media only screen and (max-width: 800px) {
      .company-page .salon-area dt {
        min-width: 80px; } }
    @media only screen and (max-width: 500px) {
      .company-page .salon-area dt {
        min-width: 75px; } }
  .company-page .salon-area .link-button {
    display: inline-block;
    margin-top: 25px;
    padding: 20px 70px;
    min-width: 220px;
    max-width: 320px; }
    @media only screen and (max-width: 500px) {
      .company-page .salon-area .link-button {
        display: block;
        font-size: 0.85rem;
        margin: 18px auto 0;
        padding: 20px 0;
        max-width: 250px;
        text-align: center; } }
    .company-page .salon-area .link-button::after {
      top: -15px;
      right: -15px; }
      @media only screen and (max-width: 500px) {
        .company-page .salon-area .link-button::after {
          top: -18px;
          right: -18px; } }
    .company-page .salon-area .link-button:hover::after {
      top: -60px;
      right: -60px;
      border: 180px solid #000; }
    .company-page .salon-area .link-button.long-button {
      padding: 20px 27px; }
      @media only screen and (max-width: 500px) {
        .company-page .salon-area .link-button.long-button {
          padding: 20px 0; } }
      .company-page .salon-area .link-button.long-button:hover::after {
        top: -90px;
        right: -90px;
        border: 230px solid #000; }

.news-page .page-header .image-area {
  background-image: url("https://ascrea.net/wordpress/wp-content/themes/ascrea/images/news.jpg"); }

.news-page .news-list {
  margin-top: 80px;
  padding: 0; }
  @media only screen and (max-width: 800px) {
    .news-page .news-list {
      margin-top: 60px; } }
  @media only screen and (max-width: 500px) {
    .news-page .news-list {
      margin-top: 30px;
      padding: 20px 20px; }
      .news-page .news-list li:first-of-type {
        border-top: 1px dashed #CECFD3; }
      .news-page .news-list li:last-of-type {
        border-bottom: 1px dashed #CECFD3; } }
  .news-page .news-list .news-list-li a {
    padding: 30px; }
    @media only screen and (max-width: 800px) {
      .news-page .news-list .news-list-li a {
        padding: 15px; } }
    @media only screen and (max-width: 500px) {
      .news-page .news-list .news-list-li a {
        padding: 13px 0; } }
  .news-page .news-list .news-arrow {
    right: 35px; }
    @media only screen and (max-width: 500px) {
      .news-page .news-list .news-arrow {
        right: 15px; } }
  .news-page .news-list.insta {
    margin-top: 0; }

.news-page .paginate-wrapper {
  position: relative;
  margin-top: 60px;
  height: 40px; }
  @media only screen and (max-width: 500px) {
    .news-page .paginate-wrapper {
      margin-top: 30px; } }

.news-page .paginate-links {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media only screen and (max-width: 500px) {
    .news-page .paginate-links {
      width: 100%; } }
  .news-page .paginate-links .page-numbers {
    display: inline-block;
    width: 40px;
    margin-right: 18px;
    padding: 13px 0;
    text-align: center;
    border: 1px solid #B0B7BF;
    border-radius: 5px;
    font-size: 0.9rem;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .news-page .paginate-links .page-numbers.current {
      background-color: #B0B7BF;
      color: #fff; }
    .news-page .paginate-links .page-numbers:hover {
      background-color: #B0B7BF;
      color: #fff; }

.news-page .section-index.insta {
  margin-top: 80px;
  margin-bottom: 20px; }

.news-single-page .news-content-area {
  max-width: 830px;
  width: 90%;
  margin: 30px auto 0;
  padding: 50px 80px 45px;
  background-color: #F9F9F9; }
  @media only screen and (max-width: 800px) {
    .news-single-page .news-content-area {
      padding: 30px; } }
  @media only screen and (max-width: 500px) {
    .news-single-page .news-content-area {
      margin: 5px auto 0;
      padding: 15px; } }

.news-single-page h2 {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 3px; }
  @media only screen and (max-width: 800px) {
    .news-single-page h2 {
      font-size: 1.1rem; } }
  @media only screen and (max-width: 500px) {
    .news-single-page h2 {
      font-size: 1rem; } }

.news-single-page .date {
  margin-top: 15px;
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 1px;
  border-bottom: 2px dashed #CECFD3; }
  @media only screen and (max-width: 800px) {
    .news-single-page .date {
      font-size: 1rem; } }
  @media only screen and (max-width: 500px) {
    .news-single-page .date {
      margin-top: 5px;
      padding-bottom: 10px;
      border-bottom: 1px dashed #CECFD3;
      font-size: 0.8rem; } }

.news-single-page .news-content {
  margin-top: 20px; }
  @media only screen and (max-width: 500px) {
    .news-single-page .news-content {
      margin-top: 10px; } }
  .news-single-page .news-content p {
    margin-bottom: 1rem;
    line-height: 1.8;
    letter-spacing: 2px; }
    @media only screen and (max-width: 800px) {
      .news-single-page .news-content p {
        font-size: 0.9rem; } }
    @media only screen and (max-width: 500px) {
      .news-single-page .news-content p {
        font-size: 0.8rem;
        letter-spacing: 1px; } }
  .news-single-page .news-content img {
    margin-bottom: 1rem; }
  .news-single-page .news-content a {
    text-decoration: underline; }

.news-single-page .link-button {
  max-width: 280px;
  margin: 60px auto 0;
  padding: 20px 0; }
  @media only screen and (max-width: 500px) {
    .news-single-page .link-button {
      max-width: 250px;
      margin: 30px auto 0;
      font-size: 0.8rem; } }
  .news-single-page .link-button::after {
    top: -15px;
    right: -15px; }
  .news-single-page .link-button:hover::after {
    top: -80px;
    right: -10px;
    border: 150px solid #000; }

.contact-page .page-header .image-area {
  background-image: url("https://ascrea.net/wordpress/wp-content/themes/ascrea/images/contact.jpg"); }

.contact-page .contact-index {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 2px; }
  @media only screen and (max-width: 800px) {
    .contact-page .contact-index {
      font-size: 1.1rem; } }
  @media only screen and (max-width: 500px) {
    .contact-page .contact-index {
      font-size: 1rem; } }
  .contact-page .contact-index::after {
    content: '';
    display: block;
    width: 2px;
    height: 27px;
    margin: 20px auto 15px;
    border-left: 2px solid #000; }
    @media only screen and (max-width: 500px) {
      .contact-page .contact-index::after {
        height: 21px;
        margin: 10px auto;
        border-left: 1px solid #000; } }

.contact-page .exp {
  line-height: 1.8;
  letter-spacing: 2px;
  text-align: center;
  font-size: 0.95rem; }
  @media only screen and (max-width: 800px) {
    .contact-page .exp {
      font-size: 0.85rem; } }
  @media only screen and (max-width: 500px) {
    .contact-page .exp {
      line-height: 1.6;
      font-size: 0.8rem; } }

.contact-page .salon-contact {
  margin-top: 80px; }
  @media only screen and (max-width: 800px) {
    .contact-page .salon-contact {
      margin-top: 50px; } }

.contact-page .salon-list {
  margin-top: 40px; }
  @media only screen and (max-width: 500px) {
    .contact-page .salon-list {
      margin-top: 30px; } }
  @media only screen and (max-width: 800px) {
    .contact-page .salon-list h3 {
      font-size: 1rem;
      letter-spacing: 2px; } }
  .contact-page .salon-list .detail p {
    margin-top: 5px; }
    @media only screen and (max-width: 500px) {
      .contact-page .salon-list .detail p {
        margin-top: 0; } }
  .contact-page .salon-list .link-button {
    position: relative;
    margin: 30px auto 0;
    padding: 20px 0;
    max-width: 280px;
    background-color: #F9F9F9; }
    @media only screen and (max-width: 800px) {
      .contact-page .salon-list .link-button {
        font-size: 0.9rem; } }
    @media only screen and (max-width: 500px) {
      .contact-page .salon-list .link-button {
        max-width: 235px;
        margin: 25px auto 0;
        font-size: 0.8rem; } }
    .contact-page .salon-list .link-button::after {
      top: -15px;
      right: -15px;
      z-index: 1; }
    .contact-page .salon-list .link-button:hover {
      background-color: transparent; }
      .contact-page .salon-list .link-button:hover::after {
        top: -95px;
        right: -5px;
        border: 140px solid #000;
        z-index: -1; }

.contact-page .company-contact {
  margin-top: 100px; }
  @media only screen and (max-width: 500px) {
    .contact-page .company-contact {
      margin-top: 60px; } }

.contact-page .contact-form-area {
  margin-top: 40px;
  padding: 45px 0 90px;
  background-color: #F9F9F9; }
  @media only screen and (max-width: 800px) {
    .contact-page .contact-form-area {
      padding: 45px 0 45px; } }
  @media only screen and (max-width: 500px) {
    .contact-page .contact-form-area {
      margin-top: 25px;
      padding: 0;
      background-color: #fff; } }

.contact-page .contact-form-inner {
  width: 90%;
  max-width: 880px;
  margin: auto; }
  @media only screen and (max-width: 500px) {
    .contact-page .contact-form-inner {
      width: 100%; } }

.contact-page .step {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto; }
  @media only screen and (max-width: 500px) {
    .contact-page .step {
      width: 250px; } }
  .contact-page .step li {
    width: 53px; }
    .contact-page .step li.contact-arrow {
      position: relative;
      top: -8px;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      width: 34px;
      margin: 0 8px; }
      @media only screen and (max-width: 500px) {
        .contact-page .step li.contact-arrow {
          width: 30px; } }
  .contact-page .step .number {
    width: 34px;
    margin: auto;
    padding: 8px 0;
    border: 1px solid #B2B7BE;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    color: #B2B7BE;
    font-weight: 600;
    font-size: 0.95rem; }
    @media only screen and (max-width: 500px) {
      .contact-page .step .number {
        width: 30px;
        font-size: 0.8rem; } }
    .contact-page .step .number.current {
      color: #fff;
      background-color: #B2B7BE; }
  .contact-page .step .text {
    margin-top: 10px;
    font-size: 0.6rem;
    letter-spacing: 3px;
    text-align: center; }
    @media only screen and (max-width: 500px) {
      .contact-page .step .text {
        font-size: 0.5rem;
        letter-spacing: 2px; } }

.contact-page .contact-form7 {
  margin-top: 50px; }
  @media only screen and (max-width: 500px) {
    .contact-page .contact-form7 {
      margin-top: 30px; } }
  .contact-page .contact-form7 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 22px; }
    @media only screen and (max-width: 500px) {
      .contact-page .contact-form7 dl {
        display: block;
        margin-top: 20px; } }
  .contact-page .contact-form7 dt {
    width: 275px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
    @media only screen and (max-width: 500px) {
      .contact-page .contact-form7 dt {
        width: 100%; } }
    @media only screen and (max-width: 500px) {
      .contact-page .contact-form7 dt label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    .contact-page .contact-form7 dt.textarea-dt {
      position: relative;
      top: 10px;
      -ms-flex-item-align: start;
      align-self: flex-start; }
      @media only screen and (max-width: 500px) {
        .contact-page .contact-form7 dt.textarea-dt {
          position: static; } }
  .contact-page .contact-form7 dd {
    max-width: 600px;
    width: calc(100% - 275px); }
    @media only screen and (max-width: 500px) {
      .contact-page .contact-form7 dd {
        width: 100%;
        margin-top: 5px; } }
  .contact-page .contact-form7 label {
    font-size: 0.95rem;
    letter-spacing: 2px;
    line-height: 1; }
  .contact-page .contact-form7 .required {
    padding: 4px 3px 3px 4px;
    margin-right: 15px;
    border-radius: 2px;
    font-size: 0.7rem;
    line-height: 1;
    background-color: #2C2A2B;
    color: #fff; }
    @media only screen and (max-width: 500px) {
      .contact-page .contact-form7 .required {
        margin-left: 10px; } }
  .contact-page .contact-form7 .no-required {
    padding: 4px 3px 3px 4px;
    margin-right: 15px;
    border-radius: 2px;
    font-size: 0.7rem;
    line-height: 1;
    border: 1px solid #2C2A2B; }
    @media only screen and (max-width: 500px) {
      .contact-page .contact-form7 .no-required {
        margin-left: 10px; } }
  .contact-page .contact-form7 input[type="text"],
  .contact-page .contact-form7 input[type="email"] {
    display: block;
    width: 100%;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 8px 15px;
    border: 1px solid #B2B7BE;
    border-radius: 8px;
    font-weight: 200; }
    .contact-page .contact-form7 input[type="text"]::-webkit-input-placeholder,
    .contact-page .contact-form7 input[type="email"]::-webkit-input-placeholder {
      color: #B2B7BE;
      font-weight: 200; }
    .contact-page .contact-form7 input[type="text"]:-ms-input-placeholder,
    .contact-page .contact-form7 input[type="email"]:-ms-input-placeholder {
      color: #B2B7BE;
      font-weight: 200; }
    .contact-page .contact-form7 input[type="text"]::-ms-input-placeholder,
    .contact-page .contact-form7 input[type="email"]::-ms-input-placeholder {
      color: #B2B7BE;
      font-weight: 200; }
    .contact-page .contact-form7 input[type="text"]::placeholder,
    .contact-page .contact-form7 input[type="email"]::placeholder {
      color: #B2B7BE;
      font-weight: 200; }
    @media only screen and (max-width: 500px) {
      .contact-page .contact-form7 input[type="text"],
      .contact-page .contact-form7 input[type="email"] {
        padding: 15px 10px;
        border: 1px solid #2C2A2B;
        border-radius: 5px;
        background-color: #F9F9F9; } }
  .contact-page .contact-form7 input[type="text"] {
    max-width: 390px; }
  .contact-page .contact-form7 input[type="email"] {
    max-width: 495px; }
  .contact-page .contact-form7 textarea {
    display: block;
    width: 100%;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 8px 15px;
    border: 1px solid #B2B7BE;
    border-radius: 8px;
    font-weight: 200; }
    @media only screen and (max-width: 500px) {
      .contact-page .contact-form7 textarea {
        padding: 15px 10px;
        border: 1px solid #2C2A2B;
        border-radius: 5px;
        background-color: #F9F9F9; } }
  .contact-page .contact-form7 input[type="submit"] {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -10; }

.contact-page .submit-button-wrap {
  position: relative;
  width: 250px;
  margin: 80px auto 0;
  padding: 21px 0;
  font-size: 1rem;
  letter-spacing: 3px;
  cursor: pointer;
  background-color: #fff; }
  @media only screen and (max-width: 800px) {
    .contact-page .submit-button-wrap {
      width: 230px;
      margin: 50px auto 0;
      font-size: 0.9rem; } }
  @media only screen and (max-width: 500px) {
    .contact-page .submit-button-wrap {
      margin: 40px auto 0;
      padding: 18px 0; } }
  .contact-page .submit-button-wrap::after {
    top: -15px;
    right: -15px;
    z-index: 1; }
    @media only screen and (max-width: 500px) {
      .contact-page .submit-button-wrap::after {
        top: -18px;
        right: -18px; } }
  .contact-page .submit-button-wrap:hover {
    background-color: #000;
    color: #fff; }
    .contact-page .submit-button-wrap:hover::after {
      top: -95px;
      right: -5px;
      border: 140px solid #000;
      z-index: -1; }

.contact-page div.wpcf7-mail-sent-ok {
  background-color: #fff;
  border: 0; }

.contact-page div.wpcf7-validation-errors, .contact-page div.wpcf7-acceptance-missing {
  border: 2px solid #2C2A2B; }

.contact-page div.wpcf7-response-output {
  padding: 15px 20px; }

.contact-page div.wpcf7 .ajax-loader {
  display: none; }

.contact-page .wpcf7-not-valid-tip {
  font-size: 0.9rem;
  margin-top: 10px; }

.recruit-page .page-header .image-area {
  background-image: url("https://ascrea.net/wordpress/wp-content/themes/ascrea/images/recruit.jpg"); }

.recruit-page .lead-sentence {
  margin-top: 80px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 2px;
  text-align: center;
  color: #000; }
  @media only screen and (max-width: 800px) {
    .recruit-page .lead-sentence {
      margin-top: 50px;
      font-size: 1.1rem; } }
  @media only screen and (max-width: 500px) {
    .recruit-page .lead-sentence {
      margin-top: 30px;
      font-size: 0.9rem; } }
  .recruit-page .lead-sentence .sp-br {
    display: none; }
    @media only screen and (max-width: 500px) {
      .recruit-page .lead-sentence .sp-br {
        display: block; } }

.recruit-page .resume-caution {
  width: 550px;
  margin: 10px auto 0;
  text-align: center;
  line-height: 1.2em; }
  @media only screen and (max-width: 800px) {
    .recruit-page .resume-caution {
      width: auto; } }
  .recruit-page .resume-caution span {
    display: block;
    text-align: right; }

.recruit-page .resume {
  margin-top: 20px;
  text-align: center;
  font-weight: bold; }
  .recruit-page .resume a {
    text-decoration: underline; }

.recruit-page .recruit-banner {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 50px auto; }

.recruit-page .salon-list {
  margin-top: 50px; }

.recruit-page .salon-list-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  height: 310px; }
  @media only screen and (max-width: 500px) {
    .recruit-page .salon-list-li {
      display: block;
      height: auto;
      margin-bottom: 45px; } }
  .recruit-page .salon-list-li:last-of-type {
    margin-bottom: 0; }
  .recruit-page .salon-list-li:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .recruit-page .salon-list-li .image-area {
    width: 50%;
    background-size: cover;
    background-position: center; }
    @media only screen and (max-width: 500px) {
      .recruit-page .salon-list-li .image-area {
        height: 160px;
        width: 100%; } }
  .recruit-page .salon-list-li .right-area {
    width: 50%;
    padding-top: 105px;
    background-color: #F9F9F9; }
    @media only screen and (max-width: 500px) {
      .recruit-page .salon-list-li .right-area {
        width: 100%;
        padding: 30px 0; } }
  .recruit-page .salon-list-li h3 {
    text-align: center;
    letter-spacing: 2px;
    font-size: 1.2rem; }
    @media only screen and (max-width: 500px) {
      .recruit-page .salon-list-li h3 {
        font-size: 1rem; } }
  .recruit-page .salon-list-li .link-button {
    position: relative;
    max-width: 250px;
    margin: 30px auto 0;
    padding: 20px 0;
    background-color: #fff;
    z-index: 1; }
    @media only screen and (max-width: 500px) {
      .recruit-page .salon-list-li .link-button {
        font-size: 0.85rem; } }
    .recruit-page .salon-list-li .link-button::after {
      top: -15px;
      right: -15px; }
      @media only screen and (max-width: 500px) {
        .recruit-page .salon-list-li .link-button::after {
          top: -18px;
          right: -18px; } }
    .recruit-page .salon-list-li .link-button:hover {
      color: #fff; }
    .recruit-page .salon-list-li .link-button:hover::after {
      top: -90px;
      right: -10px;
      border: 120px solid #000; }
  .recruit-page .salon-list-li.fadein-first .right-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 500px) {
      .recruit-page .salon-list-li.fadein-first .right-area {
        padding: 30px 20px; } }
  .recruit-page .salon-list-li.fadein-first .right-info {
    width: 100%;
    max-width: 250px; }
  .recruit-page .salon-list-li.fadein-first .qr-code {
    width: 110px;
    margin-left: 20px; }
    @media only screen and (max-width: 500px) {
      .recruit-page .salon-list-li.fadein-first .qr-code {
        width: 100px; } }

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #2C2A2B; }

a {
  color: #2C2A2B;
  text-decoration: none; }

li {
  list-style: none; }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1325px;
  margin: auto;
  padding: 40px 5%;
  background-color: #fff; }
  .header.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    z-index: 100; }
  @media only screen and (max-width: 950px) {
    .header {
      padding: 20px 20px; } }
  .header .shop-logo {
    width: 160px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
    @media only screen and (max-width: 950px) {
      .header .shop-logo {
        width: 130px; } }
    @media only screen and (max-width: 500px) {
      .header .shop-logo {
        width: 102px; } }
    .header .shop-logo a {
      display: block; }

.header-nav {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }
  .header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 0.95rem; }
    @media only screen and (max-width: 950px) {
      .header-nav ul {
        display: none; } }
  .header-nav li {
    margin-right: 70px; }
    .header-nav li:last-of-type {
      margin-right: 0; }

.menu-trigger,
.menu-trigger span {
  display: none;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 950px) {
    .menu-trigger,
    .menu-trigger span {
      display: inline-block; } }

.menu-trigger {
  position: relative;
  width: 30px;
  height: 22px; }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 2px; }
    .menu-trigger span:nth-of-type(1) {
      top: 0; }
    .menu-trigger span:nth-of-type(2) {
      top: 10px; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 0; }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-36deg);
    -ms-transform: translateY(10px) rotate(-36deg);
    transform: translateY(10px) rotate(-36deg); }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(36deg);
    -ms-transform: translateY(-10px) rotate(36deg);
    transform: translateY(-10px) rotate(36deg); }

.sp-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 40px;
  width: 100vw;
  background-color: #fff;
  z-index: 100; }
  .sp-menu ul {
    padding: 40px 0 20px;
    text-align: center; }
  .sp-menu li {
    margin-bottom: 33px; }
    @media only screen and (max-width: 500px) {
      .sp-menu li {
        font-size: 0.9rem; } }
  .sp-menu a {
    color: #000;
    font-weight: 600;
    letter-spacing: 2px; }

.sp-menu-back {
  display: none;
  position: fixed;
  top: 40px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 40px);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 50; }
  .sp-menu-back.active {
    display: block; }

.page-header {
  position: relative;
  height: 33vw; }
  @media only screen and (max-width: 800px) {
    .page-header {
      height: 43vw; } }
  .page-header .text-area {
    position: absolute;
    bottom: 6vw;
    left: 0;
    z-index: 1;
    -webkit-transform: translateX(-47vw);
    -ms-transform: translateX(-47vw);
    transform: translateX(-47vw);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease; }
    @media only screen and (max-width: 500px) {
      .page-header .text-area {
        bottom: 7vw;
        -webkit-transform: translateX(-50vw);
        -ms-transform: translateX(-50vw);
        transform: translateX(-50vw); } }
  .page-header .image-area {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 74vw;
    background-image: url("https://ascrea.net/wordpress/wp-content/themes/ascrea/images/company.jpg");
    background-size: cover;
    background-position: center;
    -webkit-transition: opacity 3s ease;
    -o-transition: opacity 3s ease;
    transition: opacity 3s ease;
    opacity: 0; }
  .page-header h2 {
    position: relative;
    padding-left: 10vw;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 10px;
    color: #000; }
    @media only screen and (max-width: 800px) {
      .page-header h2 {
        font-size: 1.3rem;
        letter-spacing: 5px; } }
    @media only screen and (max-width: 500px) {
      .page-header h2 {
        font-size: 0.7rem;
        letter-spacing: 4px; } }
    .page-header h2::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 8vw;
      border-top: 2px solid #000;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only screen and (max-width: 500px) {
        .page-header h2::before {
          border-top: 1px solid #000; } }
  .page-header .page-en {
    position: relative;
    left: -5px;
    margin-top: 25px;
    padding-left: 10vw;
    font-weight: 800;
    font-size: 3.8rem;
    letter-spacing: 14px;
    color: #000; }
    @media only screen and (max-width: 800px) {
      .page-header .page-en {
        left: -3px;
        margin-top: 15px;
        font-size: 2rem;
        letter-spacing: 8px; } }
    @media only screen and (max-width: 500px) {
      .page-header .page-en {
        left: -1px;
        margin-top: 8px;
        font-size: 1.3rem;
        letter-spacing: 5px; } }

.footer {
  margin-top: 100px;
  padding-top: 60px;
  background-color: #F9F9F9; }
  @media only screen and (max-width: 680px) {
    .footer {
      margin-top: 50px;
      padding-top: 35px; } }
  .footer .footer-logo {
    display: block;
    width: 230px;
    margin: 55px auto 0; }
    @media only screen and (max-width: 680px) {
      .footer .footer-logo {
        width: 200px;
        margin: 30px auto 0; } }
  .footer .company-name {
    margin-top: 40px;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 4px;
    text-align: center; }
    @media only screen and (max-width: 680px) {
      .footer .company-name {
        margin-top: 25px;
        font-size: 1rem; } }
  .footer .address {
    margin-top: 30px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1.5; }
    @media only screen and (max-width: 680px) {
      .footer .address {
        width: 90%;
        margin: 30px auto 0;
        font-size: 0.9rem; } }
  .footer .tel {
    margin-top: 10px;
    letter-spacing: 2px;
    text-align: center; }
    @media only screen and (max-width: 680px) {
      .footer .tel {
        width: 90%;
        margin: 10px auto 0;
        font-size: 0.9rem; } }
  .footer .shop-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 575px;
    margin: 50px auto 0; }
    @media only screen and (max-width: 500px) {
      .footer .shop-list {
        display: block; } }
    .footer .shop-list li {
      width: 165px;
      -webkit-transition: opacity 0.2s ease;
      -o-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
      .footer .shop-list li:hover {
        opacity: 0.8; }
      @media only screen and (max-width: 500px) {
        .footer .shop-list li {
          width: 150px;
          margin: 10px auto 0; } }
    .footer .shop-list img {
      width: 100%; }
  .footer #google-map {
    width: 100%;
    height: 345px;
    margin-top: 60px; }
    @media only screen and (max-width: 500px) {
      .footer #google-map {
        margin-top: 40px;
        height: 220px; } }
  .footer .copyright-area {
    padding: 25px 0;
    background-color: #2B2A2A; }
    @media only screen and (max-width: 500px) {
      .footer .copyright-area {
        padding: 12px 0; } }
    .footer .copyright-area p {
      color: #fff;
      text-align: center;
      font-size: 0.75rem;
      opacity: 0.8;
      letter-spacing: 1px;
      font-weight: 200; }
      @media only screen and (max-width: 500px) {
        .footer .copyright-area p {
          font-size: 0.6rem; } }

.footer-nav-area {
  max-width: 600px;
  margin: auto; }
  .footer-nav-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.95rem; }
    @media only screen and (max-width: 680px) {
      .footer-nav-area ul {
        display: block;
        margin: auto;
        text-align: center;
        max-width: 100px;
        font-size: 0.85rem; } }
  @media only screen and (max-width: 680px) {
    .footer-nav-area li {
      margin-top: 25px; }
      .footer-nav-area li:first-of-type {
        margin-top: 0; } }
  .footer-nav-area a {
    font-weight: 600;
    letter-spacing: 2px; }

.to-page-top {
  position: fixed;
  right: 65px;
  bottom: 95px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 0.8rem;
  letter-spacing: 3px;
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  @media only screen and (max-width: 800px) {
    .to-page-top {
      right: 10px;
      bottom: 30px; } }
  .to-page-top.show {
    opacity: 1; }
  .to-page-top .page-top-arrow {
    position: relative;
    left: 2px;
    width: 10px;
    margin-bottom: 10px; }
  .to-page-top .reflection2 {
    height: 100%;
    width: 30px;
    position: absolute;
    top: 180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: reflection 3.5s ease-in-out infinite;
    animation: reflection 3.5s ease-in-out infinite; }

.content-inner {
  width: 90%;
  max-width: 1115px;
  margin: auto; }

.not-found-page h2 {
  color: #5A5655;
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 8px; }

.not-found-page p {
  margin-top: 30px;
  text-align: center; }

.not-found-page .link-button {
  display: block;
  width: 120px;
  margin: 30px auto 0;
  padding: 15px 0; }

.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }