@charset "UTF-8";
/*
 common.cssは自動生成しているため、
 直接上書きしないでください。
*/
/* Vendor */
/* Site settings */
/* Base */
/* line 19, ../scss/base/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, ../scss/base/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 35, ../scss/base/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/*
body {
  margin: 0; // 1
  font-family: $font-family-base;
  font-size: $font-size-base;
  font-weight: $font-weight-base;
  line-height: $line-height-base;
  color: $body-color;
  text-align: left; // 3
  background-color: $body-bg; // 2
}
*/
/* line 64, ../scss/base/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 74, ../scss/base/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 90, ../scss/base/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 99, ../scss/base/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 112, ../scss/base/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 121, ../scss/base/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 127, ../scss/base/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 134, ../scss/base/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 141, ../scss/base/_reboot.scss */
dt {
  font-weight: 1rem;
}

/* line 145, ../scss/base/_reboot.scss */
dd {
  margin-bottom: 0;
  margin-left: 0;
}

/* line 150, ../scss/base/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 154, ../scss/base/_reboot.scss */
b,
strong {
  font-weight: 600;
}

/* line 159, ../scss/base/_reboot.scss */
small {
  font-size: 80%;
}

/* line 168, ../scss/base/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 176, ../scss/base/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 177, ../scss/base/_reboot.scss */
sup {
  top: -.5em;
}

/*
a {
  color: $link-color;
  text-decoration: $link-decoration;
  background-color: transparent; // Remove the gray background on active links in IE 10.

  @include hover {
    color: $link-hover-color;
    text-decoration: $link-hover-decoration;
  }
}
*/
/* line 203, ../scss/base/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
/* line 207, ../scss/base/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 217, ../scss/base/_reboot.scss */
pre,
code,
kbd,
samp {
  font-size: 1em;
}

/* line 224, ../scss/base/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 238, ../scss/base/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 248, ../scss/base/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 253, ../scss/base/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 265, ../scss/base/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 269, ../scss/base/_reboot.scss */
caption {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  caption-side: bottom;
}

/* line 276, ../scss/base/_reboot.scss */
th {
  text-align: inherit;
}

/* line 287, ../scss/base/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0;
}

/* line 296, ../scss/base/_reboot.scss */
button {
  border-radius: 0;
}

/* line 305, ../scss/base/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 310, ../scss/base/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 321, ../scss/base/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 326, ../scss/base/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 334, ../scss/base/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 342, ../scss/base/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 350, ../scss/base/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 357, ../scss/base/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 369, ../scss/base/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 375, ../scss/base/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 390, ../scss/base/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 402, ../scss/base/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 407, ../scss/base/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 412, ../scss/base/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 425, ../scss/base/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 434, ../scss/base/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 443, ../scss/base/_reboot.scss */
output {
  display: inline-block;
}

/* line 447, ../scss/base/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 452, ../scss/base/_reboot.scss */
template {
  display: none;
}

/* line 458, ../scss/base/_reboot.scss */
[hidden] {
  display: none !important;
}

/* 追加 */
/* 共通要素 */
/* line 2, ../scss/base/_main.scss */
html {
  font-size: 62.5%;
}

/* line 5, ../scss/base/_main.scss */
body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif, "A1ゴシック R", "A1 Gothic R", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue;
  font-weight: 400;
  color: #464545;
}

/* line 15, ../scss/base/_main.scss */
_:lang(x)::-ms-backdrop, body {
  font-family: YuGothic, "A1ゴシック R", "A1 Gothic R", "Segoe UI", Meiryo, sans-serif;
}

/* line 18, ../scss/base/_main.scss */
#site-container {
  overflow-x: hidden;
  overflow-y: hidden;
}

/* line 22, ../scss/base/_main.scss */
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 28, ../scss/base/_main.scss */
.content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 34, ../scss/base/_main.scss */
.flex-wrapper {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

/* line 40, ../scss/base/_main.scss */
.img-wrapper img {
  display: block;
  width: 100%;
}

/* line 45, ../scss/base/_main.scss */
ul {
  list-style-type: none;
  padding-left: 0;
}

/* line 49, ../scss/base/_main.scss */
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

/* line 53, ../scss/base/_main.scss */
section, div, p, ul, li {
  margin: 0;
  padding: 0;
}

/* line 57, ../scss/base/_main.scss */
em {
  font-style: normal;
}

/* line 60, ../scss/base/_main.scss */
strong, em, b {
  font-family: 500;
}

/* line 63, ../scss/base/_main.scss */
.is-pc {
  display: block !important;
}

/* line 66, ../scss/base/_main.scss */
.is-tb {
  display: none !important;
}

/* line 69, ../scss/base/_main.scss */
.below-tb {
  display: none !important;
}

/* line 72, ../scss/base/_main.scss */
.above-tb {
  display: block !important;
}

/* line 75, ../scss/base/_main.scss */
.is-sp {
  display: none !important;
}

/* line 79, ../scss/base/_main.scss */
.clear-both {
  clear: both;
}

/* line 80, ../scss/base/_main.scss */
.overflow-auto {
  overflow: auto;
}

/* line 81, ../scss/base/_main.scss */
.text-align-center {
  text-align: center;
}

/* line 82, ../scss/base/_main.scss */
.text-align-left {
  text-align: left;
}

/* line 83, ../scss/base/_main.scss */
.text-align-right {
  text-align: right;
}

/* line 84, ../scss/base/_main.scss */
.font-weight-bold {
  font-weight: bold;
}

/* line 85, ../scss/base/_main.scss */
.margin-0-auto {
  margin: 0 auto;
}

/* line 86, ../scss/base/_main.scss */
.margin-right-auto {
  margin-right: auto;
}

/* line 87, ../scss/base/_main.scss */
.margin-left-auto {
  margin-left: auto;
}

/* line 88, ../scss/base/_main.scss */
.float-left {
  float: left;
}

/* line 89, ../scss/base/_main.scss */
.position-relative {
  position: relative;
}

/* line 90, ../scss/base/_main.scss */
.vertical-align-middle {
  vertical-align: middle;
}

/* line 91, ../scss/base/_main.scss */
.flex-center {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

/* line 92, ../scss/base/_main.scss */
.flex-space-arr {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}

/* line 93, ../scss/base/_main.scss */
.flex {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
}

@media screen and (max-width: 1319px) {
  /* line 96, ../scss/base/_main.scss */
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 1199px) {
  /* line 102, ../scss/base/_main.scss */
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 959px) {
  /* line 108, ../scss/base/_main.scss */
  .is-pc {
    display: none !important;
  }

  /* line 111, ../scss/base/_main.scss */
  .is-tb {
    display: block !important;
  }

  /* line 114, ../scss/base/_main.scss */
  .below-tb {
    display: block !important;
  }

  /* line 117, ../scss/base/_main.scss */
  .content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 599px) {
  /* line 123, ../scss/base/_main.scss */
  .container, .content {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* line 128, ../scss/base/_main.scss */
  .above-tb {
    display: none !important;
  }

  /* line 131, ../scss/base/_main.scss */
  .is-tb {
    display: none !important;
  }

  /* line 134, ../scss/base/_main.scss */
  .is-sp {
    display: block !important;
  }
}
@media screen and (max-width: 479px) {
  /* line 139, ../scss/base/_main.scss */
  .container, .content {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 359px) {
  /* line 146, ../scss/base/_main.scss */
  .container, .content {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* Layouts */
/* line 1, ../scss/layout/_header.scss */
#drawer-open {
  display: none;
}

/* line 5, ../scss/layout/_header.scss */
header #drawer-checkbox,
header #drawer-close {
  display: none;
}
/* line 10, ../scss/layout/_header.scss */
header .lg-cnt {
  height: 133px;
  text-align: center;
  margin-left: 97px;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  /* line 10, ../scss/layout/_header.scss */
  header .lg-cnt {
    margin-left: 80px !important;
  }
}
@media screen and (max-width: 959px) {
  /* line 10, ../scss/layout/_header.scss */
  header .lg-cnt {
    margin-left: 15px !important;
    height: 103px;
  }
}
/* line 23, ../scss/layout/_header.scss */
header .lg-cnt #logo {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  /*max-height: $menu-bar-height;*/
}
/* line 26, ../scss/layout/_header.scss */
header .lg-cnt #logo img {
  height: 72px;
}
@media screen and (max-width: 959px) {
  /* line 26, ../scss/layout/_header.scss */
  header .lg-cnt #logo img {
    height: 50px;
  }
}
/* line 34, ../scss/layout/_header.scss */
header .hdr-sct {
  text-align: center;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
/* line 37, ../scss/layout/_header.scss */
header .hdr-sct .top-navi {
  display: block;
  width: 100%;
  max-width: 800px;
}
/* line 41, ../scss/layout/_header.scss */
header .hdr-sct .top-navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  max-height: 103px;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
/* line 48, ../scss/layout/_header.scss */
header .hdr-sct .top-navi ul .contact {
  background: linear-gradient(90deg, #02579c 0%, #5db3f9 100%);
  height: 100%;
  width: 35%;
}
@media screen and (max-width: 959px) {
  /* line 48, ../scss/layout/_header.scss */
  header .hdr-sct .top-navi ul .contact {
    width: 37%;
  }
}
/* line 55, ../scss/layout/_header.scss */
header .hdr-sct .top-navi ul .contact a {
  color: #ffffff;
}
/* line 59, ../scss/layout/_header.scss */
header .hdr-sct .top-navi ul li {
  display: inline-block;
  width: 25%;
  color: #3b3b3b;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
/* line 64, ../scss/layout/_header.scss */
header .hdr-sct .top-navi ul li a {
  text-decoration: none;
  color: #3b3b3b;
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
}
/* line 71, ../scss/layout/_header.scss */
header .hdr-sct .top-navi ul li a span {
  font-family: "Lato";
  font-size: 1.5rem;
}

@media screen and (max-width: 599px) {
  /* line 88, ../scss/layout/_header.scss */
  header .hdr-sct .top-navi ul li a {
    font-size: 1.2rem;
  }
  /* line 95, ../scss/layout/_header.scss */
  header .lg-cnt {
    margin-left: 30px !important;
  }
}
@media screen and (max-width: 719px) {
  /* line 102, ../scss/layout/_header.scss */
  header .lg-cnt {
    margin-left: 20px !important;
    height: 83px;
  }
  /* line 106, ../scss/layout/_header.scss */
  header .lg-cnt #logo img {
    height: 40px !important;
  }
  /* line 111, ../scss/layout/_header.scss */
  header #drawer-open {
    cursor: pointer;
    display: block !important;
    width: 30px;
    height: 30px;
    margin: 30px;
    position: fixed;
    right: 0px;
    z-index: 41;
  }
  /* line 121, ../scss/layout/_header.scss */
  header #drawer-open span {
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 1px;
    transition: all 0.3s ease-in-out;
    background-color: #3b3b3b;
  }
  /* line 133, ../scss/layout/_header.scss */
  header #drawer-open span::before,
  header #drawer-open span::after {
    content: "";
    border-radius: 1px;
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    transition: all 0.3s ease-in-out;
    background-color: #3b3b3b;
  }
  /* line 147, ../scss/layout/_header.scss */
  header #drawer-open span::before {
    top: -11px;
  }
  /* line 150, ../scss/layout/_header.scss */
  header #drawer-open span::after {
    top: 11px;
  }
  /* line 154, ../scss/layout/_header.scss */
  header #navigation {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 40;
    width: 200px;
    height: 100%;
    background-color: white;
    transition: all 0.3s ease-in-out 0s;
    transform: translateX(200px);
    display: block;
    padding-right: 0;
  }
  /* line 167, ../scss/layout/_header.scss */
  header #navigation ul {
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    height: auto;
    max-height: none;
  }
  /* line 172, ../scss/layout/_header.scss */
  header #navigation ul li {
    width: 100%;
  }
  /* line 174, ../scss/layout/_header.scss */
  header #navigation ul li a {
    width: 100%;
    border-bottom: solid 1px #3b3b3b;
    border-right: none;
    padding: 5px;
  }
  /* line 181, ../scss/layout/_header.scss */
  header #navigation ul .contact {
    background: none;
  }
  /* line 183, ../scss/layout/_header.scss */
  header #navigation ul .contact a {
    color: #3b3b3b;
  }
  /* line 189, ../scss/layout/_header.scss */
  header #drawer-close {
    display: none;
    position: fixed;
    z-index: 39;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
  }
  /* line 201, ../scss/layout/_header.scss */
  header #drawer-checkbox {
    display: none;
  }
  /* line 204, ../scss/layout/_header.scss */
  header #drawer-checkbox:checked ~ #drawer-open span {
    background: rgba(255, 255, 255, 0);
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  /* line 208, ../scss/layout/_header.scss */
  header #drawer-checkbox:checked ~ #drawer-open span::before,
  header #drawer-checkbox:checked ~ #drawer-open span::after {
    top: 50%;
    background-color: white;
  }
  /* line 213, ../scss/layout/_header.scss */
  header #drawer-checkbox:checked ~ #drawer-open span::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* line 216, ../scss/layout/_header.scss */
  header #drawer-checkbox:checked ~ #drawer-open span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 219, ../scss/layout/_header.scss */
  header #drawer-checkbox:checked ~ #navigation {
    transform: translateX(0);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
  }
  /* line 223, ../scss/layout/_header.scss */
  header #drawer-checkbox:checked ~ #drawer-close {
    display: block;
    opacity: 0.7;
  }
}
@media screen and (max-width: 359px) {
  /* line 231, ../scss/layout/_header.scss */
  header .lg-cnt {
    margin-left: 15px !important;
  }
}
/* line 1, ../scss/layout/_footer.scss */
.footer-content {
  background: #3b3b3b;
  height: 200px;
  text-align: center;
}
/* line 5, ../scss/layout/_footer.scss */
.footer-content img {
  margin-top: 62px;
  max-width: 289.22px;
  padding: 0 20px;
  width: 100%;
}
/* line 11, ../scss/layout/_footer.scss */
.footer-content nav {
  margin: auto;
  width: 60%;
  height: 103px;
  display: grid;
}
/* line 16, ../scss/layout/_footer.scss */
.footer-content nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  max-height: 103px;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
/* line 23, ../scss/layout/_footer.scss */
.footer-content nav ul li {
  display: inline-block;
  width: 25%;
  color: #3b3b3b;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
/* line 28, ../scss/layout/_footer.scss */
.footer-content nav ul li a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "Lato Bold";
}
/* line 39, ../scss/layout/_footer.scss */
.footer-content nav ul .instagram_logo > a {
  width: 40px;
  margin-left: 30px;
  margin-bottom: 4px;
}
/* line 43, ../scss/layout/_footer.scss */
.footer-content nav ul .instagram_logo > a > img {
  width: 100%;
  display: block;
  margin: 0;
  max-width: initial;
  padding: 0;
}
/* line 53, ../scss/layout/_footer.scss */
.footer-content nav .whtbdr-rght {
  border-right: #ffffff 1px solid;
}

@media screen and (max-width: 959px) {
  /* line 59, ../scss/layout/_footer.scss */
  .footer-content {
    height: 173px;
  }
  /* line 61, ../scss/layout/_footer.scss */
  .footer-content img {
    margin-top: 40px;
  }
  /* line 64, ../scss/layout/_footer.scss */
  .footer-content nav {
    width: 100%;
  }
}
@media screen and (max-width: 719px) {
  /* line 74, ../scss/layout/_footer.scss */
  .footer-content nav > ul > li:nth-child(2), .footer-content nav > ul > li:nth-child(4), .footer-content nav > ul > li:nth-child(5) {
    min-width: 110px;
  }
}
@media screen and (max-width: 599px) {
  /* line 85, ../scss/layout/_footer.scss */
  .footer-content {
    height: 220px;
  }
  /* line 88, ../scss/layout/_footer.scss */
  .footer-content nav > ul {
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 92, ../scss/layout/_footer.scss */
  .footer-content nav > ul > li {
    width: 50%;
  }
  /* line 95, ../scss/layout/_footer.scss */
  .footer-content nav > ul > li:nth-child(2n) > a {
    border-right: 0;
  }
  /* line 100, ../scss/layout/_footer.scss */
  .footer-content nav > ul .instagram_logo {
    display: flex;
    justify-content: center;
  }
  /* line 103, ../scss/layout/_footer.scss */
  .footer-content nav > ul .instagram_logo > a {
    margin-left: 0;
    margin-bottom: 0;
    width: 30px;
  }
}
@media screen and (max-width: 359px) {
  /* line 115, ../scss/layout/_footer.scss */
  .footer-content img {
    margin-top: 30px;
  }
  /* line 118, ../scss/layout/_footer.scss */
  .footer-content nav {
    height: 80px;
    width: 80%;
  }
  /* line 121, ../scss/layout/_footer.scss */
  .footer-content nav ul {
    display: grid;
    grid-template-columns: auto auto;
    margin: 20px auto 0 auto;
  }
  /* line 125, ../scss/layout/_footer.scss */
  .footer-content nav ul li {
    width: 100%;
  }
  /* line 127, ../scss/layout/_footer.scss */
  .footer-content nav ul li a {
    width: 100%;
    padding: 0 20px;
    border-right: none !important;
  }
}
@media screen and (max-width: 220px) {
  /* line 139, ../scss/layout/_footer.scss */
  .footer-content img {
    margin-top: 20px;
  }
  /* line 143, ../scss/layout/_footer.scss */
  .footer-content nav ul {
    grid-template-columns: auto;
  }
}
