/* VARIABLE COLOR */
/* VARIABLE MEDIA */
/* MIXIN */
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Ms+Madi&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
/* line 1, ../sass/_reset.scss */
html {
  overflow: hidden;
  overflow-y: scroll;
}

/* line 5, ../sass/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 10, ../sass/_reset.scss */
figure {
  margin: 0;
  padding: 0;
}

/* line 14, ../sass/_reset.scss */
p,
li,
dl,
table {
  line-break: strict;
  word-break: break-strict;
  word-wrap: break-word;
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 25, ../sass/_reset.scss */
small {
  font-size: 12px;
}

@media (max-width: 640px) {
  /* line 29, ../sass/_reset.scss */
  p,
  li,
  dl,
  table {
    line-height: 1.5;
  }
}
/* line 36, ../sass/_reset.scss */
tr {
  word-break: break-all;
}

/* line 39, ../sass/_reset.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line 44, ../sass/_reset.scss */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 49, ../sass/_reset.scss */
dd {
  margin-left: 0;
}

/* line 52, ../sass/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* line 57, ../sass/_reset.scss */
select option {
  padding: 0px 5px;
}

/* line 60, ../sass/_reset.scss */
form label {
  cursor: pointer;
}

/* line 63, ../sass/_reset.scss */
input:placeholder {
  color: #999;
}

/* line 66, ../sass/_reset.scss */
input:-ms-input-placeholder {
  color: #999;
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 12, ../sass/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 25, ../sass/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 39, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 52, ../sass/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 62, ../sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 71, ../sass/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 82, ../sass/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 95, ../sass/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 105, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 115, ../sass/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 124, ../sass/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 134, ../sass/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 145, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 153, ../sass/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 162, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 171, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 179, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 183, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 194, ../sass/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 203, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 212, ../sass/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 220, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
/* line 231, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 244, ../sass/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 254, ../sass/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 265, ../sass/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 276, ../sass/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 288, ../sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 302, ../sass/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 316, ../sass/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 325, ../sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 334, ../sass/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 344, ../sass/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 354, ../sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 363, ../sass/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 373, ../sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 386, ../sass/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 395, ../sass/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 406, ../sass/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 414, ../sass/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 425, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* line 6, ../sass/style.scss */
body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  color: #444;
  line-height: 1.75;
  letter-spacing: .07em;
  font-family: "Zen Kaku Gothic New","Yu Gothic","YuGothic","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 640px) {
  /* line 6, ../sass/style.scss */
  body {
    font-size: 14px;
    line-height: 1.4;
  }
}

/* LINK */
/* line 25, ../sass/style.scss */
a, a:link, a:visited, a img {
  color: #222;
  text-decoration: none;
  transition: all 0.4s ease;
}

/* line 30, ../sass/style.scss */
a:hover {
  color: #444;
}

/* line 33, ../sass/style.scss */
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* HEADER */
/* line 3, ../sass/_header.scss */
#header {
  width: 55%;
  min-height: 600px;
  padding: 0 2% 0 43%;
  height: 640px;
  height: 90vh;
  max-height: 740px;
  background: url(../images/main.jpg) center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 15, ../sass/_header.scss */
#header h1 {
  margin: 0;
  padding: 0;
}
/* line 18, ../sass/_header.scss */
#header h1 img {
  display: block;
  max-width: 600px;
  width: 100%;
}
/* line 23, ../sass/_header.scss */
#header h1 .sp {
  display: none;
}
/* line 26, ../sass/_header.scss */
#header h1 span {
  font-weight: normal;
  color: #222;
  font-family: 'Zen Kaku Gothic New',sans-serif;
  font-size: 20px;
  letter-spacing: .5em;
}

/* line 35, ../sass/_header.scss */
.navCont {
  z-index: -1;
  background: #222;
  opacity: 0;
  transition: all 0.4s ease;
}
/* line 40, ../sass/_header.scss */
.navCont ul {
  position: absolute;
  transform: translateY(-100%);
  width: 100%;
  padding: 0;
}
/* line 46, ../sass/_header.scss */
.navCont li {
  width: 100%;
  text-align: left;
  display: inline-block;
  padding: 10px 0;
  opacity: 0;
}
/* line 52, ../sass/_header.scss */
.navCont li a {
  display: block;
  font-size: 30px;
  font-size: 1.85rem;
  font-family: 'Abril Fatface',cursive;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 820px) {
  /* line 52, ../sass/_header.scss */
  .navCont li a {
    font-size: 26px;
    font-size: 1.65rem;
  }
}
/* line 58, ../sass/_header.scss */
.navCont li a:active {
  transform: scale(0.9);
}
/* line 63, ../sass/_header.scss */
.navCont .sub {
  padding: 4px 0;
}
/* line 65, ../sass/_header.scss */
.navCont .sub a {
  padding-left: 2em;
  font-size: 20px;
  font-size: 1.25rem;
}
/* line 70, ../sass/_header.scss */
.navCont .icon {
  padding-top: 20px;
  color: #fff;
  font-size: 30px;
  font-size: 1.85rem;
  font-family: 'Abril Fatface',cursive;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  /* line 70, ../sass/_header.scss */
  .navCont .icon {
    font-size: 26px;
    font-size: 1.65rem;
  }
}
/* line 76, ../sass/_header.scss */
.navCont .icon a {
  display: block;
  margin-left: 1.5em;
}
/* line 80, ../sass/_header.scss */
.navCont .icon img {
  width: 20px;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.07), 0 0 0 10px rgba(255, 255, 255, 0.07), 0 0 0 20px rgba(255, 255, 255, 0.07), 0 0 0 40px rgba(255, 255, 255, 0.07);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.07), 0 0 0 20px rgba(255, 255, 255, 0.07), 0 0 0 30px rgba(255, 255, 255, 0.07), 0 0 0 42px rgba(255, 255, 255, 0);
  }
}
/* line 93, ../sass/_header.scss */
.nav-open {
  position: fixed;
  right: 10px;
  top: 10px;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 9999;
}
/* line 102, ../sass/_header.scss */
.nav-open i {
  display: block;
  width: 20px;
  height: 3px;
  background: #444;
  border-radius: 2px;
  margin-left: 15px;
}
/* line 110, ../sass/_header.scss */
.nav-open i:nth-child(1) {
  margin-top: 16px;
}
/* line 113, ../sass/_header.scss */
.nav-open i:nth-child(2) {
  margin-top: 4px;
  opacity: 1;
}
/* line 117, ../sass/_header.scss */
.nav-open i:nth-child(3) {
  margin-top: 4px;
}

/* line 121, ../sass/_header.scss */
#nav:checked + .nav-open {
  transform: rotate(45deg);
  position: fixed;
}

/* line 125, ../sass/_header.scss */
#nav:checked + .nav-open i {
  transition: transform 0.2s ease;
  background: #fff;
}

/* line 129, ../sass/_header.scss */
#nav:checked + .nav-open i:nth-child(1) {
  transform: translateY(6px) rotate(180deg);
}

/* line 132, ../sass/_header.scss */
#nav:checked + .nav-open i:nth-child(2) {
  opacity: 0;
}

/* line 135, ../sass/_header.scss */
#nav:checked + .nav-open i:nth-child(3) {
  transform: translateY(-6px) rotate(90deg);
  margin-top: 2px;
}

/* line 139, ../sass/_header.scss */
#nav:checked ~ .navCont {
  display: block;
  z-index: 9990;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* line 148, ../sass/_header.scss */
#nav:checked ~ .navCont ul {
  transition: none;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  width: 300px;
}
/* line 155, ../sass/_header.scss */
#nav:checked ~ .navCont li {
  margin: 0;
  opacity: 1;
}
/* line 158, ../sass/_header.scss */
#nav:checked ~ .navCont li a {
  line-height: 1.2;
}
/* line 161, ../sass/_header.scss */
#nav:checked ~ .navCont li br {
  display: block;
}

/* line 166, ../sass/_header.scss */
.no-scroll {
  height: 100%;
  overflow: hidden;
}

/* line 170, ../sass/_header.scss */
.hidden {
  display: none;
}

@media screen and (max-width: 820px) {
  /* line 175, ../sass/_header.scss */
  #header {
    width: 80%;
    padding: 0 10%;
    background-position: 28%;
  }
}
@media screen and (max-width: 640px) {
  /* line 186, ../sass/_header.scss */
  #header {
    background: url(../images/main_sp.jpg) top center;
    background-size: cover;
    width: 90%;
    padding: 0 5%;
  }
  /* line 192, ../sass/_header.scss */
  #header h1 .pc {
    display: none;
  }
  /* line 195, ../sass/_header.scss */
  #header h1 .sp {
    display: block;
  }
  /* line 198, ../sass/_header.scss */
  #header h1 span {
    font-size: 18px;
    letter-spacing: .4em;
    color: #fff;
  }

  /* line 206, ../sass/_header.scss */
  #nav:checked ~ .navCont ul {
    width: 200px;
  }
}
/* scroll efect */
/* line 4, ../sass/_top.scss */
.effect-fadein {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 500ms;
}

/* line 9, ../sass/_top.scss */
.effect-fadein.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/* MAIN */
/* line 15, ../sass/_top.scss */
#profile, #work, #instagram, #contact {
  width: 85%;
  padding: 100px 7.5%;
  overflow: hidden;
  text-align: left;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 820px) {
  /* line 15, ../sass/_top.scss */
  #profile, #work, #instagram, #contact {
    width: 90%;
    padding: 60px 5%;
  }
}
@media screen and (max-width: 640px) {
  /* line 15, ../sass/_top.scss */
  #profile, #work, #instagram, #contact {
    padding: 40px 5%;
  }
}
@media screen and (max-width: 640px) {
  /* line 15, ../sass/_top.scss */
  #profile, #work, #instagram, #contact {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
/* line 18, ../sass/_top.scss */
#profile h2, #work h2, #instagram h2, #contact h2 {
  font-size: 72px;
  font-size: 4.5rem;
  letter-spacing: 0;
  font-weight: normal;
  font-family: 'Abril Fatface',cursive;
  line-height: 1;
  margin-bottom: 40px;
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
}
@media screen and (max-width: 1000px) {
  /* line 18, ../sass/_top.scss */
  #profile h2, #work h2, #instagram h2, #contact h2 {
    font-size: 50px;
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 820px) {
  /* line 18, ../sass/_top.scss */
  #profile h2, #work h2, #instagram h2, #contact h2 {
    width: 100%;
    text-align: center;
  }
}
/* line 23, ../sass/_top.scss */
#profile .profin, #work .profin, #instagram .profin, #contact .profin {
  -webkit-flex-basis: 70%;
  flex-basis: 70%;
  text-align: center;
}
/* line 27, ../sass/_top.scss */
#profile .profin .profpic, #work .profin .profpic, #instagram .profin .profpic, #contact .profin .profpic {
  width: 180px;
  height: 180px;
  border-radius: 90px;
  overflow: hidden;
  margin: 0 auto;
}
/* line 34, ../sass/_top.scss */
#profile .profin dt, #work .profin dt, #instagram .profin dt, #contact .profin dt {
  padding-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 30px;
  font-size: 1.85rem;
}
@media screen and (max-width: 820px) {
  /* line 34, ../sass/_top.scss */
  #profile .profin dt, #work .profin dt, #instagram .profin dt, #contact .profin dt {
    font-size: 26px;
    font-size: 1.65rem;
  }
}
/* line 40, ../sass/_top.scss */
#profile .profin dd, #work .profin dd, #instagram .profin dd, #contact .profin dd {
  margin-bottom: 10px;
}

/* line 45, ../sass/_top.scss */
#work {
  padding-top: 0;
}
/* line 47, ../sass/_top.scss */
#work .workin {
  -webkit-flex-basis: 70%;
  flex-basis: 70%;
}
/* line 50, ../sass/_top.scss */
#work .workin h3 {
  font-size: 30px;
  font-size: 1.85rem;
  font-family: 'Abril Fatface',cursive;
  line-height: 1;
  font-weight: normal;
  border-bottom: 1px solid #444;
  margin-bottom: 20px;
  padding-bottom: 7px;
}
@media screen and (max-width: 820px) {
  /* line 50, ../sass/_top.scss */
  #work .workin h3 {
    font-size: 26px;
    font-size: 1.65rem;
  }
}
/* line 59, ../sass/_top.scss */
#work .workin ul {
  margin-bottom: 40px;
}
/* line 62, ../sass/_top.scss */
#work .workin li {
  margin-bottom: 7px;
}
/* line 65, ../sass/_top.scss */
#work .workin p {
  margin-bottom: 47px;
}
/* line 68, ../sass/_top.scss */
#work .workin .ullast, #work .workin .plast {
  margin-bottom: 0;
}

/* line 73, ../sass/_top.scss */
#contact {
  background: #d2c1ad;
}
/* line 75, ../sass/_top.scss */
#contact .contactin {
  background: #fff;
  padding: 50px 5%;
  -webkit-flex-basis: 60%;
  flex-basis: 60%;
}
/* line 81, ../sass/_top.scss */
#contact .soon {
  text-align: center;
  display: block;
  background: #eee;
  padding: 50px 0;
  margin-top: 30px;
}
/* line 88, ../sass/_top.scss */
#contact .btn {
  display: block;
  margin-top: 30px;
  text-align: center;
}
/* line 92, ../sass/_top.scss */
#contact .btn a {
  display: inline-block;
  background: #444;
  color: #fff;
  padding: 20px 50px;
  font-family: 'Abril Fatface',cursive;
  line-height: 1;
  font-weight: bold;
  border-radius: 50px;
}
/* line 101, ../sass/_top.scss */
#contact .btn a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* line 107, ../sass/_top.scss */
#instagram {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #eee;
}
/* line 112, ../sass/_top.scss */
#instagram a img {
  width: 40px;
}

@media screen and (max-width: 640px) {
  /* line 121, ../sass/_top.scss */
  #profile .profin .profpic {
    width: 120px;
    height: 120px;
    border-radius: 60px;
  }
  /* line 126, ../sass/_top.scss */
  #profile .profin dd {
    text-align: left;
  }

  /* line 131, ../sass/_top.scss */
  #instagram {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 134, ../sass/_top.scss */
  #instagram a {
    width: 100%;
    text-align: center;
  }
  /* line 137, ../sass/_top.scss */
  #instagram a img {
    width: 30px;
  }
}
/* FOOTER */
/* line 3, ../sass/_common.scss */
#footer {
  text-align: center;
  background: #222;
  padding: 34px 0;
}
/* line 7, ../sass/_common.scss */
#footer p {
  color: #fff;
}

/* line 11, ../sass/_common.scss */
#pageTop {
  bottom: 0;
  right: 0;
  display: block;
  position: fixed;
}
/* line 16, ../sass/_common.scss */
#pageTop a {
  width: 100px;
  height: 100px;
  display: block;
  color: #fff;
  background: #9c988f;
  background: rgba(156, 152, 143, 0.3);
  position: relative;
  overflow: hidden;
  z-index: 999;
}
/* line 26, ../sass/_common.scss */
#pageTop a:hover {
  background: rgba(156, 152, 143, 0.6);
}
/* line 28, ../sass/_common.scss */
#pageTop a:hover:after {
  margin-top: -8px;
}
/* line 32, ../sass/_common.scss */
#pageTop a:after {
  content: '';
  width: 14px;
  height: 14px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -8px;
  transform: rotate(-45deg);
  transition: all 0.4s ease;
}

@media screen and (max-width: 640px) {
  /* line 52, ../sass/_common.scss */
  #pageTop a {
    width: 60px;
    height: 60px;
  }
}
