@charset "UTF-8";
/*
/* Mixin
/*
----------------------------------------------------------------- */
/*
/* Reset
/*
----------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://use.typekit.net/uyl1udx.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700");
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, icenter, 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;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  line-height: 0;
  vertical-align: bottom;
}

@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot");
  src: url("../fonts/icon.eot?#iefix") format("eot"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.icon-instagram:before {
  content: "\EA01";
}

.icon-mail:before {
  content: "\EA02";
}

.icon-messenger:before {
  content: "\EA03";
}

.icon-note:before {
  content: "\EA04";
}

.icon-phone:before {
  content: "\EA05";
}

.icon-twitter:before {
  content: "\EA06";
}

/*
/* Base
/*
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  background: #fff;
}

body {
  font-family: 'Noto Sans Japanese', Verdana, Meiryo, "M+ 1p", sans-serif;
  color: #000;
  background-color: #ecedf0;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

a:link {
  color: #222222;
}

a:visited {
  color: #222222;
}

a:hover {
  text-decoration: none;
}

/*
/* Footer
/*
----------------------------------------------------------------- */
/*
/* Header
/*
----------------------------------------------------------------- */
/*
/* Main
/*
----------------------------------------------------------------- */
.main {
  padding-left: 50vw;
}

@media screen and (max-width: 768px) {
  .main {
    padding-left: 0;
  }
}

.sc, .sc--init {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}

.sc--init {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*
/* Button
/*
----------------------------------------------------------------- */
/*
/* Layout
/*
----------------------------------------------------------------- */
/*
/* Top
/*
----------------------------------------------------------------- */
/**
 * Visual
 */
.site-header {
  position: relative;
  z-index: 2;
}

.site-header__inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 50%;
  height: 100vh;
  background: #1d2f4f;
}

@media screen and (max-width: 768px) {
  .site-header__inner {
    position: static;
    width: 100%;
  }
}

.site-header__body {
  position: absolute;
  left: 5%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .logo {
    width: 50%;
    -webkit-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%);
  }
}

.logo svg {
  fill: #fff;
}

.copyright {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.2rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .copyright {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 40px;
  }
}

.nav-sns {
  margin-top: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .nav-sns {
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.nav-sns__item {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .nav-sns__item {
    margin: 0 10px;
  }
}

.nav-sns__item a {
  color: #fff;
  font-size: 1.8rem;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 768px) {
  .nav-sns__item a {
    font-size: 3rem;
  }
}

.nav-sns__item a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.nav-lang__item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #4a5972 solid;
  text-align: center;
}

.nav-lang__item:last-child {
  border-bottom: none;
}

.nav-lang__item.--current a {
  color: #fff;
}

.nav-lang__item a {
  font-size: 1.2rem;
  color: #4a5972;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.nav-lang__item a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.nav-global {
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 5;
  width: 50%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility .3s ease, opacity .3s ease;
  transition: visibility .3s ease, opacity .3s ease;
}

@media screen and (max-width: 768px) {
  .nav-global {
    left: 0;
    width: 100%;
  }
}

.nav-global.--active {
  opacity: 1;
  visibility: visible;
}

.nav-global__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 35vh;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  box-sizing: border-box;
}

.nav-global__item {
  padding: 0 4%;
}

@media screen and (max-width: 768px) {
  .nav-global__item {
    width: 1.8em;
    padding: 0 3%;
  }
}

.nav-global__item a {
  display: block;
  position: relative;
  font-size: 2rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #222222;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .nav-global__item a {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 769px) {
  .nav-global__item a::after {
    content: '';
    position: absolute;
    top: -100px;
    left: 45%;
    display: block;
    width: 1px;
    height: 60px;
    background: #1d2f4f;
    opacity: 0;
    -webkit-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease;
  }
}

.nav-global__item a:hover::after {
  top: -80px;
  opacity: 1;
}

.nav-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  position: fixed;
  right: 40px;
  top: 40px;
  z-index: 10;
  width: 50px;
  height: 50px;
  background: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .nav-btn {
    right: 20px;
    top: 20px;
    width: 44px;
    height: 44px;
  }
}

.nav-btn:focus {
  outline: none;
}

.nav-btn::before, .nav-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  height: 1px;
  width: 50px;
  background: #000;
  -webkit-transition: background-color .3s ease .3s, -webkit-box-shadow .3s ease .3s, -webkit-transform .3s ease;
  transition: background-color .3s ease .3s, -webkit-box-shadow .3s ease .3s, -webkit-transform .3s ease;
  transition: box-shadow .3s ease .3s, transform .3s ease, background-color .3s ease .3s;
  transition: box-shadow .3s ease .3s, transform .3s ease, background-color .3s ease .3s, -webkit-box-shadow .3s ease .3s, -webkit-transform .3s ease;
}

@media screen and (max-width: 768px) {
  .nav-btn::before, .nav-btn::after {
    width: 31px;
    background-color: #fff;
    left: 6px;
  }
}

.nav-btn::before {
  -webkit-box-shadow: 0 10px 0 0 #000;
          box-shadow: 0 10px 0 0 #000;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

@media screen and (max-width: 768px) {
  .nav-btn::before {
    -webkit-box-shadow: 0 8px 0 0 #fff;
            box-shadow: 0 8px 0 0 #fff;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

.nav-btn::after {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

@media screen and (max-width: 768px) {
  .nav-btn::after {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

.nav-btn.--active::before {
  -webkit-box-shadow: 10px 10px 0 0 transparent;
          box-shadow: 10px 10px 0 0 transparent;
  -webkit-transform: translateY(0) rotate(135deg);
          transform: translateY(0) rotate(135deg);
  background-color: #1d2f4f;
  -webkit-transition: -webkit-box-shadow .3s ease, -webkit-transform .3s ease .3s;
  transition: -webkit-box-shadow .3s ease, -webkit-transform .3s ease .3s;
  transition: box-shadow .3s ease, transform .3s ease .3s;
  transition: box-shadow .3s ease, transform .3s ease .3s, -webkit-box-shadow .3s ease, -webkit-transform .3s ease .3s;
}

@media screen and (max-width: 768px) {
  .nav-btn.--active::before {
    -webkit-box-shadow: 10px 8px 0 0 transparent;
            box-shadow: 10px 8px 0 0 transparent;
  }
}

.nav-btn.--active::after {
  -webkit-transform: translateY(0) rotate(-135deg);
          transform: translateY(0) rotate(-135deg);
  background-color: #1d2f4f;
  -webkit-transition: -webkit-box-shadow .3s ease, -webkit-transform .3s ease .3s;
  transition: -webkit-box-shadow .3s ease, -webkit-transform .3s ease .3s;
  transition: box-shadow .3s ease, transform .3s ease .3s;
  transition: box-shadow .3s ease, transform .3s ease .3s, -webkit-box-shadow .3s ease, -webkit-transform .3s ease .3s;
}

@media screen and (max-width: 768px) {
  .nav-btn--scroll::after, .nav-btn--scroll::before {
    background-color: #000;
  }
}

@media screen and (max-width: 768px) {
  .nav-btn--scroll::before {
    -webkit-box-shadow: 0 8px 0 0 #000;
            box-shadow: 0 8px 0 0 #000;
  }
}

.key-visual {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 100vh;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/assets/images/txt_keyvisual.png) 50% 50% no-repeat;
  background-size: 75% auto;
  text-indent: -9999px;
}

@media screen and (max-width: 768px) {
  .key-visual {
    width: 100%;
    left: 0;
  }
}

.about__inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__lead {
  position: relative;
  z-index: 1;
  width: 47px;
  font-size: 3.2rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-bottom: 100px;
  padding-top: 170px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about__lead {
    font-size: 2.1rem;
    margin-bottom: 40px;
    padding-top: 90px;
  }
}

.about__desc {
  position: relative;
  z-index: 1;
  line-height: 3;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about__desc {
    font-size: 1.5rem;
  }
}

.news {
  z-index: 1;
  margin-top: 80px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .news {
    margin-top: 50px;
  }
}

.news__inner {
  position: relative;
  max-width: 640px;
  padding: 32px 32px;
  margin: 0 auto;
  border: 1px #2a2c31 solid;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.news__title {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .news__title {
    font-size: 1.8rem;
  }
}

.news__list {
  margin-top: 16px;
}

.news__desc {
  font-size: 1.6rem;
  line-height: 1.8;
}

.information {
  position: relative;
  z-index: 1;
  padding-top: 150px;
}

@media screen and (max-width: 768px) {
  .information {
    padding-top: 100px;
  }
}

.information__inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}

.information__title {
  font-size: 4rem;
  font-family: "gill-sans-nova", sans-serif;
  color: #000;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .information__title {
    font-size: 2.7rem;
  }
}

.information__ruby {
  margin-top: 10px;
  text-align: center;
  color: rgba(34, 34, 34, 0.5);
}

@media screen and (max-width: 768px) {
  .information__ruby {
    margin-top: 5px;
  }
}

.information__data {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .information__data {
    margin-top: 15px;
  }
}

.information__label {
  float: left;
  clear: left;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 130px;
  border-top: 1px #d8d9dd solid;
}

@media screen and (max-width: 768px) {
  .information__label {
    float: none;
    padding-top: 20px;
    padding-bottom: 0;
    border-top: none;
  }
}

.information__label:first-child {
  border-top: none;
}

.information__label:first-child + .information__desc {
  border-top: none;
}

.information__desc {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 130px;
  border-top: 1px #d8d9dd solid;
}

@media screen and (max-width: 768px) {
  .information__desc {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    border-top: none;
    border-bottom: 1px #d8d9dd solid;
  }
}

.googlemap {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .googlemap {
    margin-top: 20px;
  }
}

.googlemap iframe {
  width: 100%;
  height: 370px;
}

@media screen and (max-width: 768px) {
  .googlemap iframe {
    height: 270px;
  }
}

.gallery {
  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;
  max-width: 650px;
  margin: 120px auto 0;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .gallery {
    margin-top: 60px;
  }
}

.gallery__item {
  width: 50%;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gallery__item.--lg {
  width: 100%;
}

.gallery__item.--left {
  width: 47.6%;
}

.gallery__item.--right {
  width: 52.4%;
}

.gallery__item img {
  max-width: 100%;
  height: auto;
}

.gallery__item__thumb {
  position: relative;
}

.gallery__item__thumb + .gallery__item__thumb {
  margin-top: 10px;
}

.gallery__item__thumb figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 1.2rem;
  padding: 8px;
}

@media screen and (max-width: 768px) {
  .gallery__item__thumb figcaption {
    font-size: 1rem;
  }
}

.gallery__item__thumb figcaption a {
  color: #fff;
}

.price {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .price {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}

.price__inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}

.price__title {
  font-size: 4rem;
  font-family: "gill-sans-nova", sans-serif;
  color: #000;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .price__title {
    font-size: 2.7rem;
  }
}

.price__ruby {
  margin-top: 10px;
  text-align: center;
  color: rgba(34, 34, 34, 0.5);
}

@media screen and (max-width: 768px) {
  .price__ruby {
    margin-top: 5px;
  }
}

.price__desc {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .price__desc {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}

.price__body {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .price__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

.price-data {
  position: relative;
  border-bottom: 1px solid #d8d9dd;
  padding: 32px 24px;
}

@media screen and (max-width: 768px) {
  .price-data {
    padding: 32px 0;
  }
}

.price-data:last-child {
  border-bottom: none;
}

.price-data__title {
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .price-data__title {
    font-size: 1.6rem;
    margin-right: 10px;
  }
}

.price-data__title span {
  position: relative;
  border-bottom: 2px #1d2f4f solid;
  padding-bottom: 3px;
}

@media screen and (max-width: 768px) {
  .price-data__title span {
    border-width: 1px;
    padding-bottom: 5px;
  }
}

.price-data__num {
  margin-top: 20px;
  font-size: 5.4rem;
  font-weight: bold;
  font-family: "gill-sans-nova", sans-serif;
  color: #1d2f4f;
}

@media screen and (max-width: 768px) {
  .price-data__num {
    font-size: 4.5rem;
    margin-top: 8px;
    margin-left: 10px;
  }
}

.price-data__yen {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .price-data__yen {
    font-size: 1.3rem;
  }
}

.price-data__sm {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .price-data__sm {
    font-size: 2.5rem;
  }
}

.price-data__notes {
  margin-top: 10px;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .price-data__notes {
    width: 100%;
  }
}

.price-data__desc {
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .price-data__desc {
    margin-top: 8px;
  }
}

.contact {
  position: relative;
  z-index: 1;
  background: #2a2c31;
  padding-top: 140px;
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .contact {
    padding-bottom: 60px;
    padding-top: 80px;
  }
}

.contact__inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact__title {
  font-size: 4rem;
  font-family: "gill-sans-nova", sans-serif;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 2.7rem;
  }
}

.contact__ruby {
  margin-top: 10px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .contact__ruby {
    margin-top: 5px;
  }
}

.contact__desc {
  text-align: center;
  color: #fff;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .contact__desc {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}

.contact__body {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .contact__body {
    margin-top: 30px;
  }
}

.contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .contact-btn {
    display: block;
  }
}

.contact-btn__item {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .contact-btn__item {
    width: 100%;
    margin-top: 15px;
  }
}

.contact-btn__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  border: 1px #fff solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-decoration: none;
  -webkit-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
}

@media screen and (max-width: 768px) {
  .contact-btn__item a {
    height: 50px;
    border-color: #ffffff;
    font-size: 1.7rem;
  }
}

.contact-btn__item a::before {
  margin-right: 10px;
  font-size: 2rem;
}

.contact-btn__item a:hover {
  background-color: #fff;
  color: #2a2c31;
}

.contact-btn__item.--email a::before {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.contact-btn__item.--messenger a::before {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.contact-phone {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .contact-phone {
    position: relative;
    margin-top: 15px;
  }
}

.contact-phone__number {
  font-family: "gill-sans-nova", sans-serif;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .contact-phone__number {
    font-size: 1.7rem;
  }
}

.contact-phone__notes {
  margin-left: 20px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .contact-phone__notes {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    text-align: center;
    margin-left: 0;
    font-size: 1rem;
    color: #fff;
  }
}

.contact-phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 96px;
  text-decoration: none;
  background: #fff;
  color: #000;
  border: 1px #000 solid;
  -webkit-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}

@media screen and (max-width: 768px) {
  .contact-phone a {
    height: 52px;
  }
}

.contact-phone a:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.contact-phone a::before {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 2rem;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .contact-phone a::before {
    font-size: 1.6rem;
  }
}

.site-footer {
  position: relative;
  z-index: 1;
  background: #2a2c31;
}

/*
/* Reset
/*
----------------------------------------------------------------- */
@media screen and (min-width: 769px) {
  .hidden__pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hidden__sp {
    display: none;
  }
}
