@charset "utf-8";

/* = reset
---------------------------------------------------
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#top, 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;
  color: inherit;
	-webkit-text-size-adjust:none;
	line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header#top,hgroup,menu,nav,section {
  display:block;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
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;
}

/* = common
--------------------------------------------------- */
p {
  line-height: 2;
  margin-bottom: 10px;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover{
	opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}
input, select {
  vertical-align: baseline;
}
i {
  color: inherit;
  vertical-align: inherit;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
h2 {
  text-align: center;
  padding: 55px 0 40px
}
h2 img {
  height: 40px;
}

/* = Whole
--------------------------------------------------- */
html,
body {
  width: 100%;
  overflow-x: hidden;
}
body {
  background-color: white;
  font:12px 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.notosans {
  font-family: 'Noto Sans JP', sans-serif;
}
.sp {
  display: none;
}
@media (max-width: 520px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media (min-width: 520px) {
  body {
    min-width: 1100px;
  }
}
.container {
  max-width: 864px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

/* = hidden
--------------------------------------------------- */
.hide {
  display: block;
  text-indent: -3000px;
  overflow: hidden;
  height: 0;
}

/* = header#top
--------------------------------------------------- */
header#top div {
  background: black;
  height: 600px;
  position: relative;
}
header#top div:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/image.jpg);
  background-size: 100% auto;
  background-position: bottom 50% center;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
header#top div img {
  width: 300px;
  margin: auto;
  display: block;
  position: absolute;
  bottom: -150px;
  left: 0;
  right: 0;
}
header#top menu {
  text-align: center;
  margin-top: 180px;
}
header#top menu a {
  border-bottom: 3px solid #ccc;
  display: inline-block;
  padding: 10px 20px;
  margin: 0 10px;
  font-size: 14px;
}
@media (max-width: 520px) {
  header#top div {
    height: 400px;
  }
  header#top div:before {
    background-size: auto 100%;
    background-position: center;
  }
  header#top menu a:last-child {
    display: none;
  }
  header#top menu {
    overflow: hidden;
  }
  header#top menu a {
    width: 28%;
    padding: 10px 0;
    margin: 0 4px;
    box-sizing: border-box;
    font-size: 11px;
  }
}

/* = header#sub
--------------------------------------------------- */
header#sub {
  padding: 30px;
  overflow: hidden;
}
header#sub h1 img {
  width: 320px;
}
header#sub menu {
  float: right;
  font-size: 15px;
}
header#sub menu a {
  margin-right: 1em;
}
@media (max-width: 520px) {
  header#sub {
    padding: 40px 0 0 20px;
    overflow: hidden;
  }
  header#sub h1 img {
    width: 280px;
  }
  header#sub menu {
    display: none;
  }
}

/* = #news
--------------------------------------------------- */
#news {
  background: #FCF7F6;
  padding: 30px 0;
  margin-top: 50px;
}
#news h4 {
  border: 1px solid #DDD;
  padding: 10px;
  text-align: center;
  width: 125px;
  transform: rotate(90deg);
  position: absolute;
  left: -51px;
  top: 68px;
}
#news .container {
  max-width: 880px;
  padding-left: 80px;
  box-sizing: border-box;
}
#news a {
  display: block;
  border-bottom: 1px solid #DDD;
  padding: 15px 0;
  width: 48%;
  float: left;
  position: relative;
}
#news a span {
  opacity: 0.2;
  width: 7em;
  display: inline-block;
}
#news a:nth-of-type(2n) {
  float: right;
}
#news a:nth-of-type(7),
#news a:nth-of-type(8) {
  border-bottom: none;
}
@media (max-width: 520px) {
  #news {
    padding: 50px 20px;
  }
  #news .container {
    max-width: 880px;
    padding-left: 50px;
    box-sizing: border-box;
  }
  #news a {
    width: 100%;
  }
  #news a:nth-of-type(4) {
    border-bottom: none;
  }
  #news a:nth-of-type(5),
  #news a:nth-of-type(6),
  #news a:nth-of-type(7),
  #news a:nth-of-type(8) {
    display: none;
  }
  #news a span {
    position: absolute;
    right: -10px;
    bottom: 2px;
    text-align: right;
  }
}

/* = #policy
--------------------------------------------------- */
#policy .container {
  padding-bottom: 80px;
  box-sizing: border-box;
}
#policy div img:nth-of-type(1) {
  width: 59%;
  float: left;
}
#policy div img:nth-of-type(2) {
  width: 37%;
  float: right;
  padding-top: 4px;
}
@media (max-width: 520px) {
  #policy {
    position: relative;
  }
  #policy:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/about.jpg);
    background-size: auto 100%;
    background-position: left 45% center;
    z-index: 0;
    opacity: 0.2;
  }
  #policy div img:nth-of-type(1) {
    display: none;
  }
  #policy div img:nth-of-type(3) {
    padding: 0 25px;
    box-sizing: border-box;
  }
}

/* = #salonview
--------------------------------------------------- */
#salonview {
  background: #EEE;
  padding-bottom: 70px;
  position: relative;
}
#salonview:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/arrow.svg);
  background-size: 1000px auto;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}
#salonview .container {
  overflow: visible;
}
#salonview .bx-pager,
#salonview .bx-prev {
  display: none;
}
#salonview .bx-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10%;
  width: 50px;
  color: transparent;
}
#salonview .child {
  overflow: hidden;
}
#salonview .child div {
  width: 48%;
  float: left;
  text-align: center;
}
#salonview .child div:nth-of-type(2) {
  float: right;
}
#salonview .child div h4 {
  font-size: 18px;
  font-weight: 100;
  margin: 20px 0 10px
}
#salonview .child div p {
  display: none;
}
@media (max-width: 520px) {
  #salonview {
    padding: 0 20px 40px;
    box-sizing: border-box;
  }
  #salonview .bx-control {
    display: none;
  }
  #salonview .child div h4 {
    font-size: 14px;
    height: 30px;
    margin: 20px 0 10px;
    padding: 0 10px;
  }
  #salonview .child div p {
    font-size: 8px;
    padding: 0 10px;
    line-height: 1.4;
  }
}

/* = #menu
--------------------------------------------------- */
#menu {
  background: #FCF7F6;
  text-align: center;
  padding-bottom: 75px;
}
#menu > p {
  margin-top: -30px;
}
#menu .container {
  margin: 30px auto;
}
#menu .container div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#menu .container div a {
  display: block;
  float: left;
  width: 25%;
  height: 33.3333%;
  box-sizing: border-box;
  color: transparent;
}
#menu > a {
  border: 1px solid;
  display: inline-block;
  padding:10px 40px;
  border-radius: 20px;
  color: #222;
}
@media (max-width: 520px) {
  #menu {
    padding-bottom: 40px;
  }
  #menu img {
    padding: 0 20px 0 12px;
    box-sizing: border-box;
  }
  #menu .container div a {
    width: 50%;
    height: calc(100% / 6);
  }
}

/* = #detail
--------------------------------------------------- */
#detail {
  background: url(../img/gradation.svg);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}
#detail .container > div {
  width: 50%;
  float: left;
}
#detail .container > div .container img {
  float: left;
  width: 180px;
  padding-right: 20px;
}
#detail .container > div .container h3 {
  font-size: 25px;
  margin-bottom: 20px;
}
#detail .container > div .container p {
  overflow: hidden;
}
#detail .container > div .container p a {
  border-bottom: 1px solid;
  display: inline-block;
  float: right;
  margin-top: 7px;
}
#detail .container > div .container p a:before {
  content: "▶︎ ";
}
#detail .container > div:nth-of-type(2) {
  width: 45%;
  float: right;
}
#detail .container > div #map {
  width: 100%;
  height: 238px;
}
@media (max-width: 520px) {
  #detail .container > div #map {
    margin: 0 20px;
    width: auto
  }
}

/* = #detail #instagram
--------------------------------------------------- */
#detail #instagram {
  width: calc(100% + 12px);
  padding: 60px 0 30px;
  margin: 0 -7px;
}
#detail #instagram a {
  display: block;
  width: calc(100% / 5);
  float: left;
  padding: 4px;
  box-sizing: border-box;
}
#detail #instagram a img {
  aspect-ratio: 1 / 1;
}
#detail #instagram a span {
  aspect-ratio: 1 / 1;
  display: block;
  background-size: cover !important;
}
#detail #instagram a:nth-of-type(11),
#detail #instagram a:nth-of-type(12) {
    display: none;
}

/* = #detail #sns
--------------------------------------------------- */
#detail #sns {
  width: 67%;
  margin: auto;
  float: none;
  position: relative;
  clear: both;
}
#detail #sns a {
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
}
#detail #sns a:nth-of-type(1) {
  width: 32%;
}
#detail #sns a:nth-of-type(2) {
  left: 34%;
  width: 37%;
}
#detail #sns a:nth-of-type(3) {
  right: 0;
  width: 26%;
}
@media (max-width: 520px) {
  #detail {
    padding-bottom: 40px;
  }
  #detail .container > div {
    width: 100% !important;
  }
  #detail .container > div:nth-of-type(1) {
    padding: 0 20px;
    box-sizing: border-box;
  }
  #detail .container > div:nth-of-type(1) img {
    width: 150px
  }
  #detail .container > div:nth-of-type(1) h3 {
  font-size: 20px;
  margin-bottom: 10px;
  }
  #detail #instagram {
    padding: 30px 17px;
    box-sizing: border-box;
    margin: 0;
  }
  #detail #instagram a {
    display: block;
    width: calc(100% / 7);
    float: left;
    padding: 3px;
    box-sizing: border-box;
  }
  #detail #instagram a:nth-of-type(10),
  #detail #instagram a:nth-of-type(11),
  #detail #instagram a:nth-of-type(12) {
    display: none;
  }
  #detail #sns {
    width: 50% !important;
  }
  #detail #sns a {
    position: absolute;
    top: 0;
    height: 33.3333%;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
  }
  #detail #sns a:nth-of-type(1) {
    top: 0%;
  }
  #detail #sns a:nth-of-type(2) {
    top: 33.333333%;
  }
  #detail #sns a:nth-of-type(3) {
    top: 66.666666%;
  }
}

/* = #overview
--------------------------------------------------- */
#overview {
  padding: 100px 0 100px;
  position: relative;
}
#overview:after {
  content: " ";
  display: block;
  position: absolute;
  left: 33px;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/overview-cover.svg);
  background-size: auto 730px;
  background-position: left top 29px;
  background-repeat: no-repeat;
  width: 360px;
}
#overview div {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
#overview div img {
  max-width: 99999px;
  height: 600px;
  margin: 0 100px;
}
@media (max-width: 520px) {
  #overview {
    margin: 30px 0;
    padding: 30px 0 30px;
  }
  #overview:after {
    left: 14px;
    background-size: auto 427px;
    background-position: left top 15px;
    width: 209px;
  }
  #overview div {
    width: 100%;
  }
  #overview div img {
    height: 400px;
    margin-left: 30px;
  }
}

/* = article
--------------------------------------------------- */
article {
  margin-top: -40px !important;
  padding-bottom: 100px;
}
@media (max-width: 520px) {
  article {
    margin-top: 0 !important;
    padding-top: 70px;
  }
}
article h2 {
  padding-top: 0;
}
article #map {
  height: 400px;
  margin-bottom: 30px;
}

/* = article#contact
--------------------------------------------------- */
#contact > p {
  text-align: center;
}
#contact form {
  margin-top: 30px;
  background-color: #EEE;
  padding: 50px 0;
}
#contact table {
  border: none;
  width: 700px;
  margin: auto;
}
#contact tr td,
#contact tr th {
  border-bottom: 1px solid black;
  padding: 10px;
  line-height: 1.5;
  font-weight: inherit;
  text-align: left;
  vertical-align: top;
}
#contact tr th:before {
  content: "■ ";
  color: black;
}
#contact tr:last-child td,
#contact tr:last-child th {
  border-bottom: none;
}
#contact input,
#contact textarea {
  height: 34px;
  padding: 0 12px;
  margin-bottom: 0;
  line-height: 34px;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#contact textarea {
  width: 100%;
  height: 150px;
}
#contact table+a {
  width: 250px;
  display: block;
  margin: auto;
  line-height: 30px;
  background-color: black;
  color: white;
  text-align: center;
  border-radius: 3px;
}
@media screen and (max-width: 520px) {
  #contact {
    padding-top: 15px;
  }
  #contact p {
    width: 92%;
  }
  #contact table,
  #contact tr,
  #contact tr th,
  #contact tr td {
    width: auto;
    display: block;
    text-align: left;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
  }
  #contact table {
    width: 92%;
  }
  #contact tr th {
    border-bottom: none;
    padding-bottom: 0;
  }
  #contact td.short {
    text-align: right
  }
  #contact td.short input {
    width: 70% !important;
    box-sizing: border-box;
    margin-top: 3px
  }
  #contact td.long input {
    width: 100% !important;
    box-sizing: border-box;
  }
  #contact td.sectioned {
    text-align: center;
  }
  #contact td.sectioned input {
    width: 30% !important;
    box-sizing: border-box;
  }
  #contact textarea {
    width: 100% !important;
    box-sizing: border-box;
  }
}

/* = article#menu-page
--------------------------------------------------- */
#menu-page {
  padding-bottom: 90px;
}
#menu-page section {
  position: relative;
  overflow: hidden;
}
#menu-page section:nth-of-type(even) {
  background: #F2F2F2;
}
#menu-page section .item {
  display: block;
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
  color: transparent;
  padding: 30px 10px;
}
#menu-page section .item aside {
  color: #666;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-left: 22%;
  margin-top: -5%;
}
#menu-page section .item aside span {
  display: block;
  zoom: 0.8;
  line-height: 1.7;
}
#menu-page section .item aside span * {
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  margin: 0;
}
#menu-page section .item aside span label {
  background: #E3E3E3;
  padding: 0 7px;
  margin: 12px 0 5px;
  display: inline-block;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  #menu-page section {
    background: none !important;
  }
  #menu-page section .item {
    width: 100%;
    padding: 15px 10px 30px;
  }
  #menu-page section:nth-of-type(odd) .item:nth-of-type(odd),
  #menu-page section:nth-of-type(even) .item:nth-of-type(even) {
  background: #F2F2F2;
  }
  #menu-page section .item aside {
  }
  #menu-page section .item aside span {
    zoom: 1;
    font-size: 3.2vw;
  }
  #menu-page section .item aside span label {
    padding: 0 2vw;
    margin: 4vw 0 1vw;
  }
}

/* = #fixed
--------------------------------------------------- */
#fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 9999999;
}
#fixed video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
  height: 45vw;
  max-width: 800px;
  max-height: 450px;
}
#fixed img {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  cursor: pointer;
}
@media (max-width: 640px) {
  #fixed video {
    width: 100%;
    height: 56vw;
  }
}

/* = footer
--------------------------------------------------- */
footer {
  background: #222327;
  color: white;
  padding: 50px 0 30px;
}
footer .container {
  max-width: 1280px;
}
footer .container > div {
  width: 33.3333333333%;
  float: left;
  padding: 0 20px;
  box-sizing: border-box;
}
footer .container > div h4 {
  font-weight: 100;
  border-left: 6px solid #E45C36;
  padding-left: 14px;
  margin: 0 -20px 20px;
  font-size: 18px;
  line-height: 1.3
}
footer .container > div:nth-of-type(1) a {
  border: 1px solid #E45C36;
  display: inline-block;
  padding:10px 40px;
  border-radius: 20px;
  color: #E45C36;
}
footer .container > div:nth-of-type(2) a {
  display: block;
  border-bottom: 1px solid #888;
  padding: 10px 0;
}
footer .container > div:nth-of-type(2) a:nth-of-type(1) {
  margin-top: -7px;
}
footer .container > div:nth-of-type(2) a:last-child {
  border-bottom: none;
}
footer .container > div:nth-of-type(3) {
  overflow: hidden;
}
footer .container > div:nth-of-type(3) div {
  width: 48%;
  float: left;
}
footer .container > div:nth-of-type(3) div:nth-of-type(2) {
  float: right;
}
footer .container > div:nth-of-type(3) div p {
  position: relative;
  line-height: 1.3;
}
footer .container > div:nth-of-type(3) div p img {
  position: absolute;
  height: 26px;
  top: 5px;
  right: 0;
}
footer .container > div:nth-of-type(3) div:nth-of-type(2) p img {
  position: absolute;
  height: 32px;
  top: 5px;
  right: 0;
}
footer p#copy {
  width: 100%;
  float: left;
  border-top: 1px solid #555;
  padding: 15px 0 0;
  margin-top: 30px
}
@media (max-width: 520px) {
  footer .container {
    padding: 0 20px;
  }
  footer .container > div {
    width: 100%;
    padding: 20px;
  }
  footer .container > div:nth-of-type(3) div p img {
    zoom: 0.7;
  }
  footer p#copy {
    text-align: center;
  }
}

/* = .lightbox
--------------------------------------------------- */
.lightbox-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(255,255,255,0.8);
  z-index: 999;
  display: none;
  blur: 0;
}
.lightbox-wrap:before,
.lightbox-wrap:after {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 310px);
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 1px;
  background-color: black;
  border-radius: 1px;
  content: " ";
}
.lightbox-wrap:before {
  -webkit-transform: translateY(9.25px) rotate(-45deg);
  transform: translateY(9.25px) rotate(-45deg);
}
.lightbox-wrap:after {
  -webkit-transform: translateY(-9.25px) rotate(45deg);
  transform: translateY(-9.25px) rotate(45deg);
  top: calc(50% - 291px);
}
.lightbox {
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 85%;
  height: 500px;
  max-width: 600px;
  max-height: 600px;
  margin: auto;
  background: white;
  box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
  box-sizing: border-box;
  padding: 30px 60px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
}
.lightbox h2 {
  text-align: center;
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
  font-size: 26px;
  text-align: center;
}
.lightbox h2 span {
  position: relative;
  z-index: 2;
}
.lightbox h2:before {
  content: attr(data-en);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(224,66,114,0.2);
  font-size: 49px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
.lightbox h2:after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%) rotate(30deg);
  width: 2px;
  height: 30px;
  background-color: #9D2C31;
}
.lightbox > a {
  border: 1px solid #9D2C31;
  display: block;
  padding: 10px 40px;
  color: #9D2C31;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 520px) {
  .lightbox {
    padding: 30px;
  }
}

/* = smartphone
--------------------------------------------------- */
@media (max-width: 520px) {
  #switch {
    position: fixed;
    top: 16px;
    right: 15px;
    z-index: 999999;
    width: 30px;
    height: 20px;
    display: block;
    z-index: 999;
  }
  #switch,
  #switch:before,
  #switch:after,
  #switch i {
  	display: inline-block;
  	transition: all .4s;
  	box-sizing: border-box;
  }
  #switch:before,
  #switch:after,
  #switch i {
  	position: absolute;
  	left: 0;
  	width: 100%;
  	height: 1px;
  	background-color: black;
  	border-radius: 1px;
  }
  #switch:before,
  #switch:after {
    content: " ";
  	top: 0;
  }
  #switch:after {
    top: auto;
  	bottom: 0;
  }
  #switch i {
  	top: 9.25px;
  }
  #switch i:after {
  	content: "MENU";
  	font-family: 'Montserrat', sans-serif;
  	text-transform: uppercase;
  	font-style: normal;
  	position: absolute;
  	top: 16px;
  	font-size: 8px;
  	transform: scale(0.94);
  	transform-origin: left;
  }
  #switch.on:before {
  	-webkit-transform: translateY(9.25px) rotate(-45deg);
  	transform: translateY(9.25px) rotate(-45deg);
  }
  #switch.on:after {
  	-webkit-transform: translateY(-9.25px) rotate(45deg);
  	transform: translateY(-9.25px) rotate(45deg);
  }
  #switch.on i {
  	opacity: 0;
  }
}

/* = overlay
--------------------------------------------------- */
#overlay {
  display: none;
}
@media (max-width: 520px) {
  #overlay {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: auto;
    z-index: 10;
    background-color: white;
    position: fixed;
    display: none;
    box-sizing: border-box;
    padding-top: 12vh;
  }
  #overlay img {
    width: 166px;
    margin: auto;
    display: block;
  }
  #overlay nav {
    text-align: center;
    width: 80%;
    margin: auto;
    margin-top: 40px;
  }
  #overlay nav a {
    display: block;
    font-size: 12px;
  }
  #overlay nav a:after {
    content: " ";
    display: block;
    margin: auto;
    width: 20px;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #overlay nav a:last-child:after {
    display: none;
  }
  #overlay nav a img {
    width: 20px;
  }
  #overlay .sns {
    width: 50%;
    margin: auto;
    float: none;
    position: relative;
    clear: both;
    margin-top: 40px
  }
  #overlay .sns a {
    position: absolute;
    top: 0;
    height: 33.3333%;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    display: block;
  }
  #overlay .sns a:nth-of-type(1) {
    top: 0%;
  }
  #overlay .sns a:nth-of-type(2) {
    top: 33.333333%;
  }
  #overlay .sns a:nth-of-type(3) {
    top: 66.666666%;
  }
}