@charset "UTF-8";
#global-header {
  position: relative;
  z-index: 10;
  width: 1240px;
  margin: 0 auto;
  padding-top: 10px;
}
@media screen and (max-width: 1240px) {
  #global-header {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #global-header {
    height: 66px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  #global-header {
    width: 95%;
    height: 50px;
  }
}
#global-header .inner {
  position: relative;
  width: 93%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #global-header .inner {
    width: 100%;
    display: block;
  }
}
#global-header .inner h1.logo {
  padding: 12px 0 12px 12px;
  width: 200px;
}
@media screen and (max-width: 1024px) {
  #global-header .inner h1.logo {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  #global-header .inner h1.logo {
    padding: 0 0 0 12px;
    width: 160px;
  }
}
@media screen and (max-width: 480px) {
  #global-header .inner h1.logo {
    width: 30%;
    padding: 0;
  }
}
#global-header .inner h1.logo a {
  display: inline-block;
}
#global-header .inner h1.logo a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#global-header .inner #global-navi {
  width: 100%;
}
@media screen and (max-width: 1240px) {
  #global-header .inner #global-navi {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  #global-header .inner #global-navi {
    display: none;
  }
}
#global-header .inner #global-navi ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
#global-header .inner #global-navi ul li {
  margin-right: 30px;
}
#global-header .inner #global-navi ul li a {
  color: #f7f7f7;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.05em;
  transition: all 0.5s ease;
  text-align: center;
  font-family: "Roboto";
}
#global-header .inner #global-navi ul li a:hover {
  color: #A2A2A2;
}
#global-header #utility-navi {
  position: absolute;
  top: 10px;
  right: 0;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1024px) {
  #global-header #utility-navi {
    right: 86px;
    position: fixed;
  }
}
@media screen and (max-width: 480px) {
  #global-header #utility-navi {
    right: 72px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 320px) {
  #global-header #utility-navi {
    right: 70px;
    width: 50px;
    height: 50px;
  }
}
#global-header #utility-navi a {
  display: block;
  width: 100%;
  height: 74%;
  padding-top: 26%;
  background: #090909;
  border: 1px solid #333;
  border-radius: 50px;
  text-align: center;
  font-family: "Fjalla One", sans-serif;
}
@media screen and (max-width: 480px) {
  #global-header #utility-navi a {
    padding: 23% 0 3% 0;
  }
}
#global-header #utility-navi a img {
  margin: 0 1px -2px 0;
  width: 30%;
}
#global-header #utility-navi a span {
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 320px) {
  #global-header #utility-navi a span {
    font-size: 0.5rem;
  }
}
#global-header #utility-navi a .number {
  font-size: 1.25rem;
}

#key-visual {
  position: relative;
  background: url("../images/key-bg.jpg") no-repeat center;
  background-size: cover;
  height: 600px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #key-visual {
    height: 320px;
  }
}
#key-visual .key-txt {
  display: block;
  width: 440px;
  height: fit-content;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 520px) {
  #key-visual .key-txt {
    width: 60%;
  }
}
#key-visual .key-txt img {
  width: 100%;
}
#key-visual .key_bird {
  position: absolute;
  top: 72%;
  left: 50.1%;
}
@media screen and (max-width: 520px) {
  #key-visual .key_bird {
    top: 73%;
  }
}
#key-visual .key_bird img {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 520px) {
  #key-visual .key_bird img {
    width: 22px;
  }
}

#subkey-visual {
  height: 360px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1024px) {
  #subkey-visual {
    height: 320px;
  }
}
@media screen and (max-width: 768px) {
  #subkey-visual {
    height: 240px;
  }
}
@media screen and (max-width: 480px) {
  #subkey-visual {
    height: 180px;
  }
}
#subkey-visual .key-contents .key-title {
  font-size: 12rem;
  text-align: center;
  font-family: "neon";
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.3), 0 0 10px rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1024px) {
  #subkey-visual .key-contents .key-title {
    font-size: 8rem;
  }
}
@media screen and (max-width: 768px) {
  #subkey-visual .key-contents .key-title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 480px) {
  #subkey-visual .key-contents .key-title {
    font-size: 4.5rem;
  }
}
#subkey-visual .key-contents .pankuzu ul {
  display: flex;
  justify-content: center;
}
#subkey-visual .key-contents .pankuzu ul li {
  margin-right: 12px;
  display: flex;
  align-items: center;
}
#subkey-visual .key-contents .pankuzu ul li::after {
  content: "＞";
  color: #f7f7f;
  margin-left: 12px;
}
#subkey-visual .key-contents .pankuzu ul li:last-child {
  margin-right: 0;
}
#subkey-visual .key-contents .pankuzu ul li:last-child::after {
  display: none;
}
#subkey-visual .key-contents .pankuzu ul li a {
  display: block;
  color: #f7f7f7;
  font-size: 1.3rem;
  transition: all ease 0.5s;
}
@media screen and (max-width: 480px) {
  #subkey-visual .key-contents .pankuzu ul li a {
    font-size: 1.2rem;
  }
}
#subkey-visual .key-contents .pankuzu ul li a:hover {
  color: #ff00ff;
}

@font-face {
  /*任意のフォント名（フリーフォントの名称など）*/
  font-family: "neon";
  /*フォントファイルへのパス（複数指定は上から順に読み込まれる）*/
  src: url("../lib/Neoneon.woff") format("woff2"), url("../lib/Neoneon.woff") format("woff");
}
html {
  scroll-behavior: smooth;
}

#wrap {
  overflow: hidden;
}

.page-header {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .page-header {
    margin-bottom: 12px;
  }
}
.page-header h2 {
  text-align: center;
  font-size: 12rem;
  padding-bottom: 8px;
  font-family: "neon";
  color: #f7f7f7;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.3), 0 0 10px rgba(255, 255, 255, 0.9);
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .page-header h2 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .page-header h2 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 480px) {
  .page-header h2 {
    font-size: 5rem;
  }
}

.title-vertical h2 {
  text-align: center;
  font-size: 2.5rem;
  line-height: 2em;
  padding-bottom: 8px;
  position: relative;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #1a1a1a;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.title-vertical h2::before {
  content: "";
  background: url("../images/gallery-txt.svg") no-repeat;
  width: 96px;
  height: 630px;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 16px;
}
@media screen and (max-width: 768px) {
  .title-vertical h2::before {
    width: 75px;
    height: 450px;
  }
}
@media screen and (max-width: 480px) {
  .title-vertical h2::before {
    width: 80px;
    height: 500px;
  }
}
@media screen and (max-width: 375px) {
  .title-vertical h2::before {
    width: 70px;
    height: 400px;
  }
}
@media screen and (max-width: 320px) {
  .title-vertical h2::before {
    width: 60px;
    height: 330px;
  }
}
@media screen and (max-width: 480px) {
  .title-vertical h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 375px) {
  .title-vertical h2 {
    font-size: 1.5rem;
  }
}

.title-left {
  margin: 80px 0;
}
@media screen and (max-width: 480px) {
  .title-left {
    margin: 40px 0;
  }
}
.title-left::after {
  content: "";
  background: url("../images/title-line.png") repeat-x;
  display: block;
  height: 10px;
}
.title-left h2 {
  text-align: left;
  line-height: 2.5em;
  padding-bottom: 8px;
}
@media screen and (max-width: 480px) {
  .title-left h2 {
    line-height: 2em;
  }
}
.title-left h2 span.en {
  font-size: 0.9em;
  text-align: left;
  font-family: "Fjalla One", sans-serif;
  color: #ff00ff;
}
.title-left h2 strong.ja {
  color: #ff00ff;
  text-align: left;
  font-size: 2em;
  letter-spacing: 0.05em;
  font-family: "Fjalla One", sans-serif;
  line-height: 0.3em;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .title-left h2 strong.ja {
    font-size: 1.6em;
  }
}
.title-left p {
  width: 50%;
  text-align: left;
  margin: 20px auto 0 auto;
  font-size: 1.4em;
  line-height: 2em;
}
@media screen and (max-width: 480px) {
  .title-left p {
    width: 80%;
  }
}

.common-width {
  width: 1240px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1366px) {
  .common-width {
    width: 1080px;
  }
}
@media screen and (max-width: 1240px) {
  .common-width {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .common-width {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .common-width {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  .common-width {
    width: 100%;
  }
}

.common-ma {
  padding: 120px 0 0 0;
}
@media screen and (max-width: 768px) {
  .common-ma {
    padding: 96px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .common-ma {
    padding: 80px 0 0 0;
  }
}

/*---------------CTA---------------*/
.cta {
  border-top: 1px solid #595959;
  cursor: pointer;
  display: grid;
}
.cta:hover .cta-contents h2 {
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 10px white;
}
.cta .cta-contents {
  background: url("../images/cta-bg.png") no-repeat center;
  background-size: contain;
  padding: 80px 0;
  margin: 52px 0;
}
@media screen and (max-width: 1024px) {
  .cta .cta-contents {
    padding: 60px 0;
    margin: 40px 0;
  }
}
@media screen and (max-width: 480px) {
  .cta .cta-contents {
    padding: 60px 0;
    margin: 20px 0;
  }
}
.cta .cta-contents h2 {
  transition: all ease 0.5s;
  font-size: 12rem;
  font-family: "neon";
  text-align: center;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.3), 0 0 10px rgba(255, 255, 255, 0.9);
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .cta .cta-contents h2 {
    font-size: 10rem;
  }
}
@media screen and (max-width: 480px) {
  .cta .cta-contents h2 {
    font-size: 8rem;
  }
}
.cta .cta-contents p {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .cta .cta-contents p {
    font-size: 2rem;
  }
}

/*---------------ボタン---------------*/
a.btn {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 80px auto 0 auto;
  padding: 10px 100px;
  border: 1px solid #1a1a1a;
  font-size: 1.2rem;
  transition: all ease 0.5s;
}
a.btn:hover {
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 480px) {
  a.btn {
    margin: 40px auto 0 auto;
  }
}

/*---------------animation---------------*/
/*---スクロール時遅れて表示、順番に表示---*/
.fadein {
  opacity: 0;
  transition: all 1.3s;
}

/*---TOP遅れて表示---*/
.post {
  opacity: 0;
}

.post2 {
  opacity: 0;
  transition: all 1.3s;
}

.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

#column2 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #column2 {
    flex-direction: column;
  }
}
#column2 #contents-inner {
  width: 75%;
}
@media screen and (max-width: 520px) {
  #column2 #contents-inner {
    width: 100%;
  }
}
#column2 #sidebar {
  width: 22%;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #column2 #sidebar {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #column2 #sidebar {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  #column2.product_detail {
    flex-direction: row;
  }
  #column2.product_detail #contents-inner {
    width: 65%;
  }
  #column2.product_detail #sidebar {
    width: 30%;
  }
}
@media screen and (max-width: 520px) {
  #column2.product_detail {
    flex-direction: column;
  }
  #column2.product_detail #contents-inner {
    width: 100%;
  }
  #column2.product_detail #sidebar {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #sidebar {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  #sidebar {
    margin-top: 0px;
  }
}
#sidebar .side-box {
  margin-bottom: 4vh;
}
@media screen and (max-width: 1500px) {
  #sidebar .side-box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #sidebar .side-box {
    margin-bottom: 20px;
  }
}
#sidebar .side-box:last-child {
  margin-bottom: 0;
}
#sidebar .side-box .side-title {
  border-bottom: 1px solid #444444;
}
#sidebar .side-box .side-title h2 {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Fjalla One", sans-serif;
  padding-left: 8px;
}
@media screen and (max-width: 1500px) {
  #sidebar .side-box .side-title h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1240px) {
  #sidebar .side-box .side-title h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 480px) {
  #sidebar .side-box .side-title h2 {
    font-size: 1.8rem;
  }
}
#sidebar .side-box ul li {
  border-bottom: 1px solid #444444;
  padding-left: 2em;
  display: flex;
  align-items: center;
}
#sidebar .side-box ul li a {
  font-size: 1.2rem;
  padding: 1vh 0;
  display: block;
  transition: all ease 0.3s;
  color: #fbf7e7;
}
@media screen and (max-width: 1500px) {
  #sidebar .side-box ul li a {
    font-size: 1.4rem;
    padding: 12px 0;
  }
}
@media screen and (max-width: 1240px) {
  #sidebar .side-box ul li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  #sidebar .side-box ul li a {
    padding: 10px 0;
  }
}
#sidebar .side-box ul li a:hover {
  color: #ff00ff;
}

ul.cat li:nth-child(1)::before {
  content: "";
  background: url("../images/08_shrts.svg") no-repeat center;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 8px;
}
ul.cat li:nth-child(2)::before {
  content: "";
  background: url("../images/09_parker.svg") no-repeat center;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 8px;
}
ul.cat li:last-child {
  border-bottom: none;
}

.cat-title {
  border-bottom: 1px solid #444444;
}
.cat-title h2 {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Fjalla One", sans-serif;
  padding-left: 8px;
}
@media screen and (max-width: 1500px) {
  .cat-title h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1240px) {
  .cat-title h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 480px) {
  .cat-title h2 {
    font-size: 1.8rem;
  }
}

#contents-inner {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  #contents-inner {
    width: 100%;
  }
}
#contents-inner .privacy {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #contents-inner .privacy {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  #contents-inner .privacy {
    margin-bottom: 24px;
  }
}
#contents-inner .privacy .privacy-contents .privacy-list {
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
  #contents-inner .privacy .privacy-contents .privacy-list {
    margin-bottom: 8px;
  }
}
#contents-inner .privacy .privacy-contents .privacy-list li {
  margin-bottom: 32px;
}
@media screen and (max-width: 480px) {
  #contents-inner .privacy .privacy-contents .privacy-list li {
    margin-bottom: 12px;
  }
}
#contents-inner .privacy .privacy-contents .privacy-list li:last-child {
  margin-bottom: none;
}
#contents-inner .privacy .privacy-contents .privacy-list li h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 4px;
}
@media screen and (max-width: 480px) {
  #contents-inner .privacy .privacy-contents .privacy-list li h3 {
    font-size: 1.6rem;
  }
}
#contents-inner .privacy .privacy-contents .privacy-list li p {
  font-size: 1.4rem;
  padding-left: 16px;
  color: #aeaeae;
  margin-bottom: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 480px) {
  #contents-inner .privacy .privacy-contents .privacy-list li p {
    font-size: 1.3rem;
    line-height: 1.6;
    padding-left: 0;
  }
}

#global-footer {
  position: relative;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  #global-footer {
    padding: 10px 0 0 0;
  }
}
#global-footer .sdgs_logo {
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  top: -80px;
}
#global-footer .sdgs_logo img {
  width: 20%;
  height: auto;
  vertical-align: bottom;
}
#global-footer .footer-inner {
  max-width: 1240px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  #global-footer .footer-inner {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #global-footer .footer-inner {
    max-width: 100%;
  }
}
#global-footer .footer-inner .footer-top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .footer-top {
    width: 100%;
    flex-direction: column;
  }
}
#global-footer .footer-inner .footer-top .logo-left {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .footer-top .logo-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#global-footer .footer-inner .footer-top .logo-left h1 {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .footer-top .logo-left h1 {
    width: 180px;
  }
}
@media screen and (max-width: 480px) {
  #global-footer .footer-inner .footer-top .logo-left h1 {
    width: 160px;
  }
}
#global-footer .footer-inner .footer-top .logo-left h1 a img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  #global-footer .footer-inner .footer-top .logo-left h1 a img {
    width: 100%;
  }
}
#global-footer .footer-inner .footer-top .logo-left p.address {
  font-size: 1.3rem;
  color: #c3c3c3;
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .footer-top .logo-left p.address {
    text-align: center;
  }
}
#global-footer .footer-inner .footer-top .logo-left .sns-list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#global-footer .footer-inner .footer-top .logo-left .sns-list ul li:first-child {
  margin-right: 24px;
}
#global-footer .footer-inner .footer-top .logo-left .sns-list ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#global-footer .footer-inner .footer-top .logo-left .sns-list ul li a:hover p {
  color: #ff00ff;
}
#global-footer .footer-inner .footer-top .logo-left .sns-list ul li a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 2px;
}
#global-footer .footer-inner .footer-top .logo-left .sns-list ul li a p {
  font-size: 1.2rem;
  color: #c3c3c3;
  transition: all ease 0.5s;
}
#global-footer .footer-inner .footer-top .navi-right {
  width: 80%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .footer-top .navi-right {
    justify-content: center;
    width: 100%;
  }
}
#global-footer .footer-inner .footer-top .navi-right .footer-navi {
  margin-right: 24px;
}
@media screen and (max-width: 1024px) {
  #global-footer .footer-inner .footer-top .navi-right .footer-navi {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .footer-top .navi-right .footer-navi ul {
    margin: 52px 0 0 0;
  }
}
@media screen and (max-width: 320px) {
  #global-footer .footer-inner .footer-top .navi-right .footer-navi ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 40px 0 0 0;
  }
}
#global-footer .footer-inner .footer-top .navi-right .footer-navi ul li {
  margin: 6px 0;
}
#global-footer .footer-inner .footer-top .navi-right .footer-navi ul li a {
  font-size: 1.4rem;
  color: #c3c3c3;
  font-family: "Roboto";
  transition: all ease 0.3s;
}
#global-footer .footer-inner .footer-top .navi-right .footer-navi ul li a:hover {
  color: #ff00ff;
}
#global-footer .footer-inner .footer-top .navi-right .category {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #global-footer .footer-inner .footer-top .navi-right .category {
    padding: 24px 0;
  }
}
#global-footer .footer-inner .footer-top .navi-right .category ul {
  margin-right: 24px;
}
#global-footer .footer-inner .footer-top .navi-right .category ul:last-child {
  margin-right: 0;
}
#global-footer .footer-inner .footer-top .navi-right .category ul li a {
  display: flex;
  align-items: center;
  padding: 4px 0;
}
#global-footer .footer-inner .footer-top .navi-right .category ul li a:hover p {
  color: #ff00ff;
}
#global-footer .footer-inner .footer-top .navi-right .category ul li a img {
  background: #1b1b1b;
  width: 30px;
  height: 30px;
  padding: 6px;
  margin-right: 4px;
}
#global-footer .footer-inner .footer-top .navi-right .category ul li a p {
  transition: all ease 0.5s;
  font-size: 1.3rem;
}
#global-footer .copy small {
  display: block;
  text-align: center;
  font-size: 1.2em;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  #global-footer .copy small {
    margin: 0 auto 4px auto;
    text-align: center;
  }
}

/*# sourceMappingURL=privacy.css.map */
