@charset "UTF-8";
/*==================================================
** reset
==================================================*/
/*==================================================

fonts
==================================================*/
/*Safariでヒラギノ角ゴシックをきれいに表示させるCSS*/
/*
@font-face {
	font-family: sans-serif;
	src: local(HiraginoSans-W3);
	font-weight: normal;
	font-display: swap;
}
@font-face {
	font-family: sans-serif;
	src: local(HiraginoSans-W6);
	font-weight: bold;
	font-display: swap;
}
*/
@font-face {
  font-family: "Hiragino Kaku Gothic Pro";
  src: local(HiraginoSans-W3);
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Kaku Gothic Pro";
  src: local(HiraginoSans-W6);
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "ヒラギノ角ゴ Pro W3";
  src: local(HiraginoSans-W3);
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "ヒラギノ角ゴ Pro W3";
  src: local(HiraginoSans-W6);
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "ヒラギノ角ゴ ProN W3";
  src: local(HiraginoSans-W3);
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "ヒラギノ角ゴ ProN W3";
  src: local(HiraginoSans-W6);
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "ＭＳ Ｐゴシック";
  src: local(HiraginoSans-W3);
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "ＭＳ Ｐゴシック";
  src: local(HiraginoSans-W6);
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "MS P Gothic";
  src: local(HiraginoSans-W3);
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "MS P Gothic";
  src: local(HiraginoSans-W6);
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "MS PGothic";
  src: local(HiraginoSans-W3);
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "MS PGothic";
  src: local(HiraginoSans-W6);
  font-weight: bold;
  font-display: swap;
}
/*==================================================

sectioning	
==================================================*/
/* Box sizing rules */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*	outline	*/
:where(html,
body) {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
}

html {
  font-size: 62.5%;
}

body {
  font-family: YakuHanJP, "IBM Plex Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  overflow-wrap: anywhere;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

:where(p,
blockquote,
address,
small,
dt,
dd,
li,
th,
td) {
  font-style: normal;
  line-height: 1.6;
  overflow-wrap: break-word;
}

:where(div) {
  line-height: 1;
}

:where(article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section) {
  display: block;
}

/*	heading	*/
:where(h1,
h2,
h3,
h4,
h5,
h6) {
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.6;
  overflow-wrap: break-word;
}

/*==================================================

link	
==================================================*/
:where(a) {
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
  text-decoration-skip-ink: auto;
  touch-action: manipulation;
}

/*==================================================

content	
==================================================*/
/*	text	*/
:where(p,
blockquote) {
  margin: 0;
}

/*	list	*/
:where(ol,
ul,
dl,
dt,
dd,
menu,
summary) {
  margin: 0;
}

:where(ol,
ul,
menu,
summary) {
  padding: 0;
  list-style: none;
  list-style-position: inside;
}

/*	table	*/
:where(table) {
  border-collapse: collapse;
}

:where(th) {
  font-weight: normal;
}

/*	embed	*/
:where(img,
svg,
video,
canvas,
audio,
iframe,
embed,
object,
figure,
picture) {
  display: block;
}

:where(img,
svg,
video) {
  block-size: auto;
  max-width: 100%;
}

:where(img) {
  image-rendering: -webkit-optimize-contrast;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

:where(img[src$=".svg"]) {
  width: 100%;
}

:where(figure) {
  margin: 0;
  padding: 0;
}

:where(iframe) {
  border: none;
  width: 100%;
  vertical-align: bottom;
}

:where(video) {
  outline: none;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/*	semantics	*/
:where(ruby,
rt,
mark) {
  margin: 0;
  padding: 0;
  line-height: 1;
}

:where(small) {
  font-size: 100%;
}

:where(em,
cite,
dfn,
i,
strong,
b) {
  font-style: normal;
  font-weight: normal;
}

:where(ins,
del) {
  text-decoration: none;
}

:where(q) {
  quotes: none;
}

:where(sup) {
  vertical-align: super;
}

:where(sub) {
  vertical-align: sub;
}

:where(mark) {
  background: none;
}

/**/
:where(pre,
code,
kbd,
samp) {
  display: block;
  font: inherit;
}

/*==================================================

form
==================================================*/
:where(form) {
  margin: 0;
}

:where(input, select, textarea, button) {
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font: inherit;
  outline: none;
  color: inherit;
  touch-action: manipulation;
}

:where(label, button, select) {
  cursor: pointer;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

:where(fieldset) {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
}

:where(textarea) {
  resize: vertical;
  vertical-align: bottom;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

/*==================================================
** overall
==================================================*/
:where(html, body) {
  height: 100%;
  width: 100%;
}

html.is-gnavopen {
  overflow: hidden;
}

/* 1. 標準的なブラウザ用 (Firefoxなど) */
html {
  /* scrollbar-color: [つまみの色] [背景の色]; */
  scrollbar-color: #ff4d4d #ffe6e6;
  scrollbar-width: auto; /* 太さを指定 (auto または thin) */
}

/* 2. Webkit系ブラウザ用 (Google Chrome, Edge, Safariなど) */
/* スクロールバー全体の横幅・高さ */
::-webkit-scrollbar {
  width: 12px; /* 垂直スクロールバーの幅 */
  height: 12px; /* 水平スクロールバーの高さ */
}

/* スクロールバーの背景部分 (Track) */
::-webkit-scrollbar-track {
  background: #ffe6e6; /* 薄い赤 */
  border-radius: 10px;
}

/* スクロールバーの動く部分 (Thumb) */
::-webkit-scrollbar-thumb {
  background: #ff4d4d; /* 鮮やかな赤 */
  border-radius: 10px; /* 角を丸くする */
  border: 3px solid #ffe6e6; /* 背景と同色の枠線を付けて隙間を作る */
}

/* ホバー時（マウスを乗せた時）のつまみの色 */
::-webkit-scrollbar-thumb:hover {
  background: #cc0000; /* 濃い赤 */
}

body {
  color: #333;
  position: relative;
  font-optical-sizing: auto;
  background: #f6f5f2;
}

.wrap {
  position: relative;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .wrap {
    max-width: 1140px;
    padding-inline: 20px;
  }
  .wrap-wide {
    max-width: 1240px;
  }
  .wrap-narrow {
    max-width: 1040px;
  }
}
@media screen and (max-width: 767px) {
  .wrap {
    max-width: 87.2%;
  }
}

:where(a, button) {
  transition: all 0.4s;
}
:where(a, button):hover {
  transition: all 0.6s;
}
:where(a, button):has(img):hover {
  opacity: 0.8;
}

/*==================================================
** header
==================================================*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: rgb(250, 215, 207);
  transition: all 0.3s ease-out;
}
.is-scroll #header {
  background-color: rgba(250, 215, 207, 0.5);
}
#header .header-wrap {
  height: 130px;
  padding-inline: 2.5%;
}
@media screen and (max-width: 767px) {
  #header .header-wrap {
    height: 80px;
    padding-inline: 5.3% 2.6%;
  }
}
#header .header-btns {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #header .header-btns {
    gap: 10px;
  }
}
#header .logo {
  width: 175px;
}
@media screen and (max-width: 767px) {
  #header .logo {
    width: min(32vw, 120px);
  }
}
#header .logo-img {
  display: block;
}
#header .logo-txt {
  margin-top: 14px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  font-family: YakuHanJP, "Gantari", sans-serif;
  letter-spacing: 0.2em;
  color: #ea0a2a;
}
@media screen and (max-width: 767px) {
  #header .logo-txt {
    font-size: min(4.5333333333vw, 1.7rem);
  }
}
#header .entrybtn {
  width: 200px;
}
@media screen and (max-width: 767px) {
  #header .entrybtn {
    width: 100px;
  }
}
#header .entrybtn-a {
  display: block;
  background: #ea0a2a;
  border-radius: 10px;
  padding: 9px 6px 8px;
  text-align: center;
  font-family: YakuHanJP, "Gantari", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}
#header .entrybtn-a:hover {
  background: #f96f64;
}
@media screen and (max-width: 767px) {
  #header .entrybtn-a {
    border-radius: 5px;
    padding: 9px 6px;
    font-size: 2rem;
  }
}

#menubtn {
  display: block;
  width: 65px;
  aspect-ratio: 1;
  border: none;
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 9;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #menubtn {
    width: 50px;
  }
}
#menubtn .btnwrap {
  display: block;
  width: 30px;
  height: 14px;
  position: absolute;
  inset: 0;
  margin: auto;
}
#menubtn [class^=bar] {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 1000px;
  margin-inline: auto;
  background: #ea0a2a;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.3s;
}
#menubtn .bar1 {
  top: 0;
}
#menubtn .bar2 {
  top: 6px;
}
#menubtn .bar3 {
  top: 12px;
}
.is-gnavopen #menubtn {
  background: #f96f64;
  transition: all 0.6s;
}
.is-gnavopen #menubtn [class^=bar] {
  transition: all 0.6s;
  background: #fff;
}
.is-gnavopen #menubtn .bar1 {
  top: 6px;
  rotate: 45deg;
}
.is-gnavopen #menubtn .bar2 {
  width: 0;
}
.is-gnavopen #menubtn .bar3 {
  top: 6px;
  rotate: -45deg;
}

/*==================================================
** gnav
==================================================*/
#gnav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9;
}
#gnav .gnav-bg {
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 767px) {
  #gnav .gnav-bg {
    display: none;
  }
}
#gnav .gnav-wrap {
  position: absolute;
  z-index: 1;
  right: -520px;
  top: 0;
  background: #fff;
  width: 490px;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  padding: 34px 35px;
  transition: right 0.3s;
}
#gnav .gnav-wrap::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  #gnav .gnav-wrap {
    width: 100%;
    padding: 15px 4% 35px;
  }
}
#gnav .gnav-home-a {
  display: block;
  width: 220px;
  border: 2px solid #f96f64;
  border-radius: 5px;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  padding: 12px;
  background: #f9eae6;
  color: #f5564f;
}
#gnav .gnav-home-a:hover {
  background: #f96f64;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #gnav .gnav-home-a {
    width: 172px;
    font-size: 1.8rem;
    padding: 9px;
  }
}
#gnav .gnav-menu {
  margin-top: 25px;
}
#gnav .gnav-menu + .gnav-menu {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #gnav .gnav-menu + .gnav-menu {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  #gnav .gnav-menu {
    margin-top: 35px;
  }
}
#gnav .gnav-menu-ttl {
  color: #f5564f;
}
#gnav .gnav-menu-ttl .en {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #gnav .gnav-menu-ttl .en {
    font-size: 2.2rem;
  }
}
#gnav .gnav-menu-ttl .jp {
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #gnav .gnav-menu-ttl .jp {
    font-size: 1.3rem;
    margin-left: 15px;
  }
}
#gnav .gnav-menu-list {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #gnav .gnav-menu-list {
    margin-top: 5px;
  }
}
#gnav .gnav-menu-btns {
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  #gnav .gnav-menu-btns {
    gap: 3.4%;
  }
}
#gnav .gnav-menu-btns-a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  border-radius: 5px;
  background: #f96f64;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  padding-top: 4px;
}
#gnav .gnav-menu-btns-a:hover {
  background: #ea0029;
}
@media screen and (max-width: 767px) {
  #gnav .gnav-menu-btns-a {
    height: 70px;
    font-size: min(3.4666666667vw, 1.3rem);
  }
}
#gnav .gnav-menu-imgbtns {
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  #gnav .gnav-menu-imgbtns {
    gap: 3.4%;
  }
}
#gnav .gnav-menu-imgbtns-a {
  display: block;
  color: #f5564f;
}
#gnav .gnav-menu-imgbtns-a:hover {
  color: #ea0029;
}
#gnav .gnav-menu-imgbtns .txt {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #gnav .gnav-menu-imgbtns .txt {
    margin-top: 5px;
    font-size: 1.3rem;
  }
}
#gnav .gnav-menu-company {
  grid-template-columns: repeat(3, 1fr);
}
#gnav .gnav-menu-work {
  grid-template-columns: 170px 1fr;
}
@media screen and (max-width: 767px) {
  #gnav .gnav-menu-work {
    grid-template-columns: 38.5% 58.1%;
  }
}
#gnav .gnav-menu-people {
  grid-template-columns: repeat(4, 1fr);
}
#gnav .gnav-menu-other {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #gnav .gnav-menu-other {
    margin-top: 25px;
  }
}
.is-gnavopen #gnav .gnav-wrap {
  right: 0;
  transition: right 0.4s;
}
#gnav .btn_corporate a {
  margin: 40px auto;
  border: solid 2px #f5564f;
  color: #f5564f;
  display: block;
  width: 260px;
  border-radius: 50vh;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 24px;
  background: #fff;
}
#gnav .btn_corporate a:hover {
  background: #f5564f;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #gnav .btn_corporate a {
    width: 54vw;
    font-size: 1.9rem;
    padding: 4vw;
  }
}

/*==================================================
** contents
==================================================*/
/*==================================================
** main
==================================================*/
/* pagettl */
/* main style */
.main :where(p, address) + :where(p, address) {
  margin-top: 0px;
}
.main :where(ol, ul) {
  counter-reset: number;
}
.main :where(ol, ul) li {
  position: relative;
}
.main :where(ol, ul) li > :first-child {
  margin-top: 0;
}
.main :where(ol, ul) > li {
  counter-increment: number;
}
.main :where(table),
.main .tbl {
  width: 100%;
}
.main :where(table) th, .main :where(table) td,
.main .tbl th,
.main .tbl td {
  width: auto;
  text-align: left;
  vertical-align: top;
}
.main :where(table) th > :first-child, .main :where(table) td > :first-child,
.main .tbl th > :first-child,
.main .tbl td > :first-child {
  margin-top: 0;
}
.main :where(dl) dt > :first-child, .main :where(dl) dd > :first-child {
  margin-top: 0;
}
.main :where(blockquote) {
  display: block;
  padding: 20px;
}
.main :where(blockquote):before, .main :where(blockquote):after {
  display: block;
}
.main :where(blockquote):before {
  content: "“";
  text-align: left;
}
.main :where(blockquote):after {
  content: "”";
  text-align: right;
}
.main em {
  font-style: italic;
}
.main strong {
  font-weight: bold;
}
.main :where(h1, h2, h3, h4, h5, h6) {
  font-weight: 500;
}
.main :where(h1).h1-ptn1 .jp, .main .h1.h1-ptn1 .jp {
  height: 55px;
}
.main :where(h1).h1-ptn1 .jp img, .main .h1.h1-ptn1 .jp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}
.main :where(h1).h1-ptn1 .en, .main .h1.h1-ptn1 .en {
  margin-top: 18px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #ea0029;
}
@media screen and (max-width: 767px) {
  .main :where(h1).h1-ptn1 .jp, .main .h1.h1-ptn1 .jp {
    height: min(8.5333333333vw, 32px);
  }
  .main :where(h1).h1-ptn1 .en, .main .h1.h1-ptn1 .en {
    margin-top: 14px;
    font-size: 1.6rem;
  }
}
/*==================================================
** side
==================================================*/
/*==================================================
** topicpath
==================================================*/
#topicpath {
  /*
  ol { @include wrap; }
  li { display: inline; }
  span {
      + span {
          &:before {
              content:',';
              margin:0 5px;
          }
      }
  }
  a {}
  */
}

/*==================================================
** footer
==================================================*/
#footer {
  padding-block: 90px 25px;
  background: #ea0029;
}
@media screen and (max-width: 767px) {
  #footer {
    padding-block: 50px 14px;
  }
}
#footer .entrybtn {
  width: 540px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #footer .entrybtn {
    width: 85.6%;
  }
}
#footer .entrybtn-a {
  border-radius: 20px;
  background: #fff;
  color: #ef363c;
  padding-block: 33px;
  padding-inline: 16px;
  text-align: center;
  gap: 16px;
}
#footer .entrybtn-a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #footer .entrybtn-a {
    border-radius: 10px;
    padding-block: 29px;
    padding-inline: 8px;
    gap: 10px;
  }
}
#footer .entrybtn .en {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #footer .entrybtn .en {
    font-size: 4rem;
  }
}
#footer .entrybtn .jp {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #footer .entrybtn .jp {
    font-size: 1.2rem;
  }
}
#footer .tocompany {
  margin-top: 66px;
}
@media screen and (max-width: 767px) {
  #footer .tocompany {
    margin-top: 40px;
  }
}
#footer .tocompany-a {
  width: 220px;
  border-radius: 1000px;
  background: #f5564f;
  margin-inline: auto;
  padding-block: 10px 7px;
  padding-left: 13px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  gap: 8px;
}
#footer .tocompany-a::after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1;
  background: currentColor;
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48px" height="48px"><path fill-rule="evenodd" d="M24,47.1C10.745,47.1,0,37.254,0,23.1C0,10.745,10.745,0.001,24,0.001C37.255,0.001,48,10.745,48,23.1C48,37.254,37.255,47.1,24,47.1ZM24,3.2C12.531,3.2,3.2,12.531,3.2,23.1C3.2,35.469,12.531,44.8,24,44.8C35.469,44.8,44.8,35.469,44.8,23.1C44.8,12.531,35.469,3.2,24,3.2ZM20.199,34.85C19.904,35.088,19.551,35.2,19.201,35.2C18.73,35.2,18.266,34.995,17.949,34.601C17.398,33.909,17.51,32.903,18.199,32.351L28.639,24.001L18.199,15.649C17.51,15.096,17.398,14.088,17.949,13.399C18.502,12.714,19.51,12.597,20.199,13.149L32.199,22.752C32.578,23.056,32.799,23.515,32.799,24.001C32.799,24.487,32.578,24.947,32.199,25.25L20.199,34.85Z"/></svg>') no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #footer .tocompany-a::after {
    width: 5vw;
    margin-left: 1vw;
  }
}
#footer .tocompany-a:hover {
  background: #fff;
  color: #ef363c;
}
@media screen and (max-width: 767px) {
  #footer .tocompany-a {
    width: 55vw;
    padding-block: 3vw 3vw;
    font-size: 1.6rem;
    gap: 5px;
  }
}
#footer .logo {
  margin-top: 115px;
}
@media screen and (max-width: 767px) {
  #footer .logo {
    margin-top: 80px;
  }
}
#footer .logo-a {
  max-width: max-content;
  margin-inline: auto;
}
#footer .logo-img {
  width: 298px;
}
@media screen and (max-width: 767px) {
  #footer .logo-img {
    width: 194px;
  }
}
#footer .logo-txt {
  margin-top: 25px;
  color: #f6f5f2;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  font-family: YakuHanJP, "Gantari", sans-serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #footer .logo-txt {
    margin-top: 16px;
    font-size: 2rem;
  }
}
#footer .extra {
  text-align: center;
  margin-top: 95px;
  color: #f6f5f2;
}
@media screen and (max-width: 767px) {
  #footer .extra {
    margin-top: 60px;
  }
}
#footer .extra-privacy {
  font-size: 1.2rem;
}
#footer .extra-privacy a:hover {
  text-decoration: underline;
}
#footer .extra-copy {
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #footer .extra-copy {
    margin-top: 10px;
    font-size: 1.1rem;
  }
}
