@charset "UTF-8";
/* normalize.css */
html {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 62.5%;
}
body {
  font-family: "Noto Serif CJK JP", sans-serif;
  position: relative;
  background-image: url("../images/common/bg-light.png");
  background-size: 1500px auto;
  background-position: top center;
  background-repeat: repeat;
  font-weight: 400;
  color: #373737;
  margin: 0;
  box-sizing: border-box;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  overflow-x: hidden;
}
@font-face {
  font-family: "Noto Serif CJK JP";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSerifCJKjp-ExtraLight.woff") format("woff"), url("../font/NotoSerifCJKjp-ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: "Noto Serif CJK JP";
  font-style: normal;
  font-weight: 200;
  src: url("../font/NotoSerifCJKjp-Light.woff") format("woff"), url("../font/NotoSerifCJKjp-Light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Serif CJK JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoSerifCJKjp-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Serif CJK JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoSerifCJKjp-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Serif CJK JP";
  font-style: normal;
  font-weight: 600;
  src: url("../font/NotoSerifCJKjp-SemiBold.woff") format("woff"), url("../font/NotoSerifCJKjp-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Serif CJK JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoSerifCJKjp-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Serif CJK JP";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSerifCJKjp-Black.woff") format("woff"), url("../font/NotoSerifCJKjp-Black.otf") format("opentype");
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
article, aside, details, /* 1 */ figcaption, figure, footer, header, main, /* 2 */ menu, nav, section, summary { /* 1 */
  display: block;
}
template, /* 1 */ [hidden] {
  display: none;
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  text-decoration: none;
  color: #111;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
a:active, a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b, strong {
  font-weight: inherit;
}
b, strong {
  font-weight: bolder;
}
dl {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
h1, h2, h3 {
  font-weight: normal;
}
h1 {
  margin: 0;
}
h2 {
  letter-spacing: .15em;
  line-height: 2;
}
h3 {
  margin: 0;
  line-height: 2;
}
p {
  line-height: 2.5;
  margin-bottom: 2.5em;
}
a:hover {}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
}
iframe {
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
code, kbd, pre, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
button, input, select, textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}
optgroup {
  font-weight: bold;
}
button {
  display: block;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
button, input { /* 1 */
  overflow: visible;
}
button, select { /* 1 */
  text-transform: none;
}
button, html [type="button"], /* 1 */ [type="reset"], [type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
figure {
  margin: 0;
}
textarea {
  resize: none;
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
img, article, button, input, textarea {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.center {
  text-align: center;
}
.inner {
  width: 76%;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
.deco {
  position: absolute;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.pink {
  color: #e97e78;
}
.bg-pink {
  background-color: rgba(229, 200, 186, .2);
}
/* btn-link */
.btn-link {
  position: relative;
  display: block;
  width: 160px;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
}
.btn-link:before, .btn-link:after {
  position: absolute;
  content: "";
}
.btn-link:before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e97e78;
}
.btn-link:after {
  right: -11px;
  bottom: -10px;
  width: 22px;
  height: 22px;
  border: 1px solid #e97e78;
  border-radius: 50%;
}
/* btn-lang */
.btn-lang li {
  display: inline-block;
  color: #d7b9a7;
}
.btn-lang li:first-child {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.btn-lang li:first-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 100%;
  background-color: #d7b9a7;
}
.btn-lang li a {
  text-decoration: underline;
  color: #be8d70;
}
@media screen and (max-width:767px) {
  body {
    font-size: 11px;
  }
  p {
    line-height: 2;
  }
  .spNone {
    display: none !important;
  }
  .center {
    text-align: left;
  }
}
@media screen and (min-width:768px) {
  body {
    font-size: 13px;
  }
  p {
    margin-bottom: 2em;
  }
  .pcNone {
    display: none !important;
  }
  .inner {
    max-width: 1100px;
  }
  /* btn-link */
  .btn-link {
    width: 200px;
    font-size: 15px;
    padding-bottom: 5px;
  }
  .btn-link:after {
    right: -13px;
    bottom: -12px;
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width:1419px) {
  .ttl-sec {
    display: none;
  }
}
@media screen and (min-width:1420px) {
  .ttl-sec {
    display: block;
    position: absolute;
  }
}
/* -----------------------------------------------
	header
----------------------------------------------- */
#header {
  position: relative;
  width: 100%;
}
#header h1, #header .inner p, #header .inner .btn-lang {
  position: absolute;
}
#header h1 {
  top: 30px;
  right:7%;
  width: 38%;
  max-width: 150px;
}
#header .inner p {
  width: 15%;
}
#header .inner .btn-lang {
    top: 30px;
    left: 7%;
  }
  
@media screen and (max-width:767px) {
  #header .inner p {
    top: 45%;
    bottom: 0;
    left: 10.6%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width:768px) {
  #header {
    height: 100vh;
    background-image: url(../images/home/img-mv_pc.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #header h1 {
    top: 50px;
    right:7%;
  }
  /*#header .inner p {
    top: 13%;
    left: 16%;
    width: 6%;
    min-width: 90px;
  }*/
    #header .inner .btn-lang {
    top: 50px;
    left: 9.3%;
  }
    #header .inner .btn-lang li {
    font-size: 17px;
  }
}
/* -----------------------------------------------
	main
----------------------------------------------- */
/*
	concept-area
================================*/
/* sec01 */
.sec01 {
  position: relative;
  padding: 130px 0 120px;
}
.sec01 .inner {
  position: relative;
}
.sec01 dl {
  padding-bottom: 90px;
}
.sec01 dl dt {
  width: 175px;
  margin: 0 0 50px;
}
.sec01 dl dd h3 {
  font-size: 15px;
  margin-bottom: 25px;
}
.sec01 .wrap-movie {
  position: relative;
  z-index: 3;
  width: 850px;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  margin: auto;
}
.sec01 .wrap-movie video {
  width: 100%;
  height: 100%;
}
.sec01 .deco-sec01_01 {
  z-index: -1;
  width: 67%;
  max-width: 505px;
  top: 50px;
  left: 0;
}
.sec01 .deco-sec01_02 {
  width: 18%;
  max-width: 154px;
  top: 50px;
  right: 2%;
  z-index: -1;
}
.sec01 .deco-sec01_03 {
  width: 110px;
  bottom: 15px;
  left: -3%;
}
.sec01 .deco-sec01_04 {
  width: 51%;
  max-width: 470px;
  bottom: -70px;
  right: 0;
}
/* sec02 */
.sec02 {
  position: relative;
  padding: 90px 0 70px;
}
.sec02 dl dt {
  margin: 0 auto 100px;
}
.sec02 dl dd {
  position: relative;
  max-width: 380px;
  padding-left: 26.5%;
}
.sec02 dl dd h3 {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 25px;
}
.sec02 .deco-sec02_01 {
  width: 35%;
  max-width: 200px;
  top: -70px;
  left: -16%;
}
.sec02 .deco-sec02_02 {
  z-index: 1;
  width: 170px;
  bottom: 210px;
  left: -80px;
}
/* sec03 */
.sec03 {
  padding: 100px 0;
}
.sec03 .sec03_01 {
  position: relative;
  margin-bottom: 20%;
}
.sec03 .sec03_01 .wrap-img {
  width: 60%;
  max-width: 445px;
}
.sec03 .sec03_01 .txt-vert {
  width: 40%;
}
.sec03 .sec03_01 .txt-vert img {
  width: 103px;
  margin-top: 30%;
}
.sec03 .sec03_02 .wrap-img {
  width: 50%;
}
.sec03 .sec03_02 .wrap-img img {
  width: 80%;
  max-width: 303px;
}
.sec03 .sec03_02 .txt-vert {
  width: 50%;
}
.sec03 .sec03_02 .txt-vert img {
  width: 43px;
}
.sec03 .deco-sec03_01 {
  width: 20%;
  max-width: 155px;
  right: 0;
  top: 41%;
}
.sec03 .deco-sec03_02 {
  width: 60%;
  max-width: 580px;
  margin-top: 27%;
}
.sec03 .deco-sec03_03 {
  width: 85%;
  max-width: 640px;
  margin-top: 8%;
  margin-left: 15%;
}
/* en */
.en .sec03 .sec03_01 .txt-vert img {
  width: 200px;
  margin-top: 30%;
}
.en .sec03 .sec03_02 .txt-vert img {
  width: 141px;
}
@media screen and (max-width:767px) {
  .sec01 .inner {
    max-width: 270px;
  }
  .deco-sec03_02, .deco-sec03_03 {
    position: inherit;
  }
}
@media screen and (min-width:768px) {
  /* sec01 */
  .sec01 {
    padding: 180px 0 160px;
  }
  .sec01 .ttl-sec {
    top: 120px;
    left: 0;
    width: 185px;
  }
  .sec01 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 150px;
  }
  .sec01 dl dt {
    width: 40%;
    margin-top: 60px;
    margin-left: 10%;
  }
    .sec01 dl dt img {
        width:68%;
    }
  .sec01 dl dd {
    width: 50%;
  }
  .sec01 dl dd h3 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .sec01 .deco-sec01_03 {
    width: 21%;
    min-width: 110px;
    max-width: 226px;
    bottom: 15px;
    left: 26%;
  }
  .sec01 .deco-sec01_04 {
    bottom: -140px;
  }
  /* sec02 */
  .sec02 {
    padding: 220px 0 160px;
  }
  .sec02 .ttl-sec {
    top: 120px;
    right: 0;
    width: 150px;
  }
  .sec02 dl dt {
    width: 75%;
    margin: 0 0 70px;
  }
  .sec02 dl dd {
    max-width: 100%;
    padding-left: 60%;
  }
  .sec02 dl dd h3 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .sec02 .deco-sec02_01 {
    max-width: 225px;
    top: 60px;
    left: 0;
  }
  .sec02 .deco-sec02_02 {
    width: 332px;
    bottom: 70px;
    left: -160px;
  }
  /* sec03 */
  .sec03 {
    max-width: 1500px;
    margin: 0 auto;
    padding: 150px 0;
  }
  .sec03 .sec03_01 {
    margin-bottom: 8%;
  }
  .sec03 .sec03_01 .flex {
    max-width: 1160px;
    padding-left: 35%;
  }
  .sec03 .sec03_01 .txt-vert img {
    width: 137px;
    margin-top: 60%;
  }
  .sec03 .sec03_02 {
    margin: 0 57% 0 15%;
  }
  .sec03 .sec03_02 .txt-vert {
    width: 116px;
    padding-left: 60px;
    box-sizing: border-box;
  }
  .sec03 .sec03_02 .txt-vert img {
    width: 56px;
  }
  .sec03 .sec03_02 .wrap-img {
    width: calc(100% - 116px);
    margin-top: 8%;
  }
  .sec03 .sec03_02 .wrap-img img {
    width: 100%;
  }
  .sec03 .deco-sec03_01 {
    top: 40%;
    width: 10%;
  }
  .sec03 .deco-sec03_02 {
    width: 38%;
    margin-top: -25%;
  }
  .sec03 .deco-sec03_03 {
    position: absolute;
    right: 0;
    bottom: -62%;
    width: 42%;
  }
    /* en */
  .en .sec03 .sec03_01 .txt-vert img {
    width: 246px;
    margin-top: 23%;
  }
  .en .sec03 .sec03_02 .txt-vert {
    margin-top: 15%;
  }
  .en .sec03 .sec03_02 .txt-vert img {
    width: 174px;
  }
}
/*
	product-area
================================*/
#product-area {
  padding: 100px 0 10px;
}
#product-area ul li {
  margin-bottom: 90px;
}
#product-area ul li dl dd .img-thumbs {
    text-align: right;
  margin: 15px 0 60px;
}
#product-area ul li dl dd .img-thumbs.rows2 img {
    width:54.2%
}
#product-area ul li dl dd .img-thumbs.rows3 img {
    width:81.5%
}
#product-area ul li dl dd h3 {
  font-size: 15px;
  margin-bottom: 20px;
}
#product-area ul li dl dd p {
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  #product-area {
    position: relative;
    padding: 220px 0 50px;
  }
  #product-area .ttl-sec {
    width: 182px;
    left: 0;
    top: 120px;
  }
  #product-area ul li {
    margin-bottom: 150px;
  }
  #product-area ul li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #product-area ul li dl dt {
    width: 50%;
  }
  #product-area ul li dl dd {
    width: 40%;
    margin-left: 10%;
  }
  #product-area ul li dl dd .img-thumbs.rows2 {
    
  }
  #product-area ul li dl dd h3 {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width:1200px) {
  #product-area ul li dl dd img {
    margin: 20px 0 100px;
      padding-right: 10%;
  }
}
/*
	process-area
================================*/
#process-area {
  padding: 120px 0 10px;
}
#process-area .process {
  position: relative;
  margin-bottom: 120px;
}
#process-area .wrap-img {
  width: 90%;
  margin-bottom: 40px;
}
#process-area dl {
  position: relative;
}
#process-area dl dt {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}
#process-area dl dd h3 {
  position: absolute;
  top: -5px;
  width: 36px;
}
#process-area #process02 .wrap-img {
  margin-left: 10%;
}
#process-area #process01 dl dd h3, #process-area #process03 dl dd h3 {
  right: -43px;
}
#process-area #process02 dl dd h3 {
  left: -43px;
}
@media screen and (min-width:768px) {
  #process-area {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
    padding: 180px 0 100px;
  }
  #process-area .ttl-sec {
    width: 155px;
    top: 120px;
    right: 0;
  }
  #process-area .process {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #process-area .wrap-img {
    width: 50%;
    margin-bottom: 0;
  }
  #process-area dl {
    width: 34%;
  }
  #process-area dl dt {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #process-area dl dd h3 {
    top: 0;
    width: 75px;
  }
  #process-area #process02 .wrap-img {
    margin-left: 0;
  }
  #process-area #process01 dl, #process-area #process03 dl {
    max-width: 380px;
  }
  #process-area #process01 dl {
    margin: 2% 10% 0 6%;
  }
  #process-area #process03 dl {
    margin: 3% 10% 0 6%;
  }
  #process-area #process02 dl {
    margin: 2% 6% 0 10%;
    max-width: 330px;
  }
  #process-area #process01 dl dd h3, #process-area #process03 dl dd h3 {
    right: -60px;
  }
  #process-area #process02 dl dd h3 {
    left: -80px;
  }
}
@media screen and (min-width:1200px) {
  #process-area #process01 dl dd h3, #process-area #process03 dl dd h3 {
    right: -120px;
  }
  #process-area #process02 dl dd h3 {
    left: -150px;
  }
}
/*
	craftsman-area
================================*/
#craftsman-area {
  padding: 100px 0 70px;
}
#craftsman-area ul {
  max-width: 480px;
  padding-bottom: 30px;
}
#craftsman-area ul li {
  margin-bottom: 70px;
}
#craftsman-area ul li figure img {
  display: block;
  width: 80%;
  margin: auto;
}
#craftsman-area ul li dl, #craftsman-area .shop-info dl {
  margin: 30px auto 20px;
  text-align: center;
  line-height: 2;
}
#craftsman-area ul li dl dd {
  font-size: 15px;
}
#craftsman-area .shop-info dl dd {
  font-size: 15px;
}
#craftsman-area .shop-info .wrap-btn {
  margin-top: 70px;
  text-align: center;
}
#craftsman-area .shop-info .wrap-btn a {
  margin: 0 auto 30px;
  text-align: left;
}
@media screen and (min-width:768px) {
  #craftsman-area {
    position: relative;
    padding: 220px 0 100px;
  }
  #craftsman-area .ttl-sec {
    width: 154px;
    top: 170px;
    left: 0;
  }
  #craftsman-area ul li figure img {
    width: 100%;
  }
  #craftsman-area ul li dl {
    margin: 50px auto 20px;
  }
  #craftsman-area ul li dl dd {
    font-size: 18px;
  }
  #craftsman-area .shop-info {
    max-width: 1100px;
    margin: 0 auto;
  }
  #craftsman-area .shop-info figcaption {
    width: 50%;
    margin-left: 50%;
    text-align: left;
  }
  #craftsman-area .shop-info dl {
    margin: 70px auto 20px;
    text-align: left;
  }
  #craftsman-area .shop-info dl dd {
    font-size: 18px;
  }
  #craftsman-area .shop-info .wrap-btn {
    margin-top: 70px;
    text-align: left;
  }
  #craftsman-area .shop-info .wrap-btn a {
    margin: 0 0 30px;
  }
}
@media screen and (min-width:980px) {
  #craftsman-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1100px;
    padding-bottom: 80px;
  }
  #craftsman-area ul li {
    width: 28.666%;
    margin-right: 7%;
    margin-bottom: 0;
  }
  #craftsman-area ul li:last-child {
    margin-right: 0;
  }
}
/* -----------------------------------------------
	footer
----------------------------------------------- */
#footer {
  position: relative;
}
#footer .footer-inner {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 20px;
}
#footer h2 {
  width: 150px;
}
#footer .btn-lang {
  margin: 50px 0 30px;
}
#footer .link-sns li {
  display: inline-block;
  margin-right: 17px;
}
#footer .link-sns li a {
  display: block;
}
#footer .link-sns li a img {
  display: block;
  height: 22px;
  width: auto;
}
#footer .copy {
  text-align: center;
  font-size: 11px;
  margin: 40px auto 0;
}
#footer .deco-footer {
  width: 50%;
  max-width: 200px;
  bottom: 50px;
  right: 0;
}
#footer .link-top {
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 2;
  padding: 0 20px;
}
#footer .link-top img {
  width: 8px;
}
@media screen and (min-width:768px) {
#footer .footer-inner {
  padding: 160px 0 80px;
    }
  #footer h2 {
    width: 195px;
    margin-bottom: 100px;
    padding: 140px 0 90px;
  }
  #footer .copy {
    text-align: left;
    font-size: 12px;
    letter-spacing: .15em;
    margin: 30px auto 0;
  }
  #footer .deco-footer {
    width: 31%;
    max-width: 372px;
    bottom: 0;
    right: 30px;
  }
  #footer .link-top {
    top: 20px;
    padding: 20px 0;
  }
  #footer .link-top img {
    width: 275px;
  }
}