/* CSS Document */
@font-face {
  src: url("../fonts/NotoSansJP-Black.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-display: swap;
  @import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
}
@media (min-width: 751px) {
  .header {
    display: none;
  }
}
.header .menu-trigger {
  position: absolute;
  top: 1.07em;
  right: 1.07em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.33vw;
  height: 2vw;
  z-index: 1;
}
@media (min-width: 751px) {
  .header .menu-trigger {
    display: none;
  }
}
.header .menu-trigger {
  transition: all 0.4s;
  box-sizing: border-box;
  background-image: url(../images/common/menu_open.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (min-width: 751px) {
  .header .menu-trigger {
    display: none;
  }
}
.header.active .menu-trigger {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  background-color: transparent;
  z-index: 10;
  background-image: url(../images/common/menu_close.svg);
  width: 2.14em;
  height: 1.07em;
}
@media (min-width: 751px) {
  .header .g_menu {
    display: none;
  }
}
@media (max-width: 750px) {
  .header .g_menu {
    text-align: center;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.3s ease-in-out;
    z-index: 8;
    box-sizing: border-box;
    overflow: auto;
    position: fixed;
    width: 100%;
    transform: translateX(100%);
    background-color: #fff5e5;
  }
}
.header .g_menu .logo {
  width: 50vw;
  margin-top: 4.643em;
  margin-right: auto;
  margin-left: auto;
}
.header .g_menu .logo img {
  width: 100%;
}
.header .g_menu nav {
  margin-top: 4.643em;
}
.header .g_menu li:not(:first-of-type) {
  margin-top: 2.14em;
}
.header .g_menu a {
  text-align: center;
  text-decoration: none;
  font-size: 1.14em;
  line-height: 2.34;
  width: 61.33vw;
  border-radius: 3em;
  letter-spacing: 0.1em;
  padding: 0.7em 0;
  color: white;
  background: #5c4313;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.75);
}
.header .g_menu a:hover {
  opacity: 0.8;
}
.header.active .g_menu {
  transform: translateX(0%);
}

section.kv {
  background: url(../images/kv/kv_bg_pc.png) top center/cover no-repeat;
  background-color: #fff5e5;
  padding-top: 2.5em;
  padding-bottom: 8.125em;
}
@media (max-width: 750px) {
  section.kv {
    background-image: url(../images/kv/kv_bg_sp.png);
    background-size: contain;
    padding-bottom: 5.71em;
  }
}
section.kv .catch {
  text-align: center;
  font-size: 1.5em;
}
@media (max-width: 750px) {
  section.kv .catch {
    font-size: 0.79em;
    margin-top: 0.5em;
  }
}
section.kv .kv-logo {
  position: absolute;
  width: 10em;
  top: 2em;
  left: 2em;
}
section.kv .link-box {
  position: absolute;
  top: 1.875em;
  right: 1.44em;
  width: 1.75em;
}
@media (max-width: 750px) {
  section.kv .link-box {
    display: none;
  }
}
section.kv .link-box .cart {
  width: 90%;
}
section.kv .link-box .business {
  margin-top: 1em;
}
section.kv .link-box a img {
  width: 100%;
}
@media (max-width: 750px) {
  section.kv .content-box {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    /* no prefix */
    display: flex;
    flex-direction: column-reverse;
  }
}
section.kv .content-box .myocha_logo {
  display: block;
  width: 27.5em;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 751px) {
  section.kv .content-box .myocha_logo {
    margin-top: 2em;
  }
}
@media (max-width: 750px) {
  section.kv .content-box .myocha_logo {
    width: 56.66vw;
  }
}
section.kv .bottle-items {
  position: relative;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  margin-top: 5.3125em;
  margin-left: 15em;
}
@media (max-width: 750px) {
  section.kv .bottle-items {
    margin-top: 5.14em;
    margin-left: 6em;
  }
}
section.kv .bottle-items .green-tea, section.kv .bottle-items .sakura, section.kv .bottle-items .roasted {
  width: 26.25em;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  section.kv .bottle-items .green-tea, section.kv .bottle-items .sakura, section.kv .bottle-items .roasted {
    width: 32vw;
  }
}
section.kv .bottle-items .balloon1 {
  opacity: 0;
  position: absolute;
  width: 16.25em;
  height: 11.875em;
  padding-top: 4em;
  padding-left: 4em;
  left: 50%;
  background: url(../images/kv/balloon1_pc.png) top center/contain no-repeat;
  transition: all ease 1.5s;
}
@media (min-width: 751px) {
  section.kv .bottle-items .balloon1 {
    top: -16em;
    transform: translateX(-255%);
  }
}
@media (max-width: 750px) {
  section.kv .bottle-items .balloon1 {
    background-image: url(../images/kv/balloon1_sp.png);
    width: 30.66vw;
    height: 24vw;
    padding-top: 2em;
    padding-left: 1.8em;
    left: -5em;
    bottom: -8em;
  }
}
section.kv .bottle-items .balloon1 p {
  font-weight: bold;
  font-size: 1.1875em;
  line-height: 1.5;
}
@media (max-width: 750px) {
  section.kv .bottle-items .balloon1 p {
    font-size: 0.71em;
  }
}
section.kv .bottle-items .balloon2 {
  opacity: 0;
  position: absolute;
  right: 50%;
  bottom: -5em;
  padding-top: 3.2em;
  width: 12.5em;
  height: 10.625em;
  background: url(../images/kv/balloon2.png) top center/contain no-repeat;
  z-index: 2;
  transition: all ease 1.5s;
}
@media (min-width: 751px) {
  section.kv .bottle-items .balloon2 {
    transform: translateX(255%);
  }
}
@media (max-width: 750px) {
  section.kv .bottle-items .balloon2 {
    width: 24vw;
    height: 20.66vw;
    right: 2em;
    bottom: -7em;
    padding-top: 1.7em;
  }
}
section.kv .bottle-items .balloon2 p {
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5;
}
@media (max-width: 750px) {
  section.kv .bottle-items .balloon2 p {
    font-size: 0.71em;
  }
}
section.kv .bottle-items .green-tea, section.kv .bottle-items .sakura, section.kv .bottle-items .roasted {
  opacity: 0;
  transition: all ease 1.5s;
}
section.kv .bottle-items .green-tea .text {
  background: #9eb380;
}
section.kv .bottle-items .sakura .text {
  background: #dfb7b5;
}
section.kv .bottle-items .roasted .text {
  background: #bca885;
}
@media (min-width: 751px) {
  section.kv .bottle-items .roasted .text {
    left: 5.5em;
  }
}
section.kv .bottle-items > div:not(:first-of-type) {
  margin-left: -3em;
}
@media (max-width: 750px) {
  section.kv .bottle-items > div:not(:first-of-type) {
    margin-left: -2em;
  }
}
section.kv .bottle-items .text {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-weight: 500;
  position: absolute;
  text-align: center;
  width: 6.25em;
  height: 6.25em;
  border-radius: 50%;
  z-index: -1;
}
@media (min-width: 751px) {
  section.kv .bottle-items .text {
    top: 6em;
    right: 6.5em;
  }
}
@media (max-width: 750px) {
  section.kv .bottle-items .text {
    font-size: 0.86em;
    width: 20vw;
    height: 20vw;
    top: -5em;
    left: -1.3em;
  }
}
section.kv .column_4 {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  margin-top: 8.75em;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 751px) {
  section.kv .column_4 {
    width: 72%;
    column-gap: 2em;
  }
}
@media (max-width: 750px) {
  section.kv .column_4 {
    width: 92vw;
    margin-top: 10em;
    column-gap: 0.64em;
  }
}
section.kv .column_4 img {
  width: 100%;
}
section.explanation {
  position: relative;
  background: #f3efce;
  padding-top: 5em;
  padding-bottom: 0;
}
@media (max-width: 750px) {
  section.explanation {
    padding-top: 4.28em;
  }
}
section.explanation .en {
  position: absolute;
  top: -2.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 33.75em;
}
@media (max-width: 750px) {
  section.explanation .en {
    top: -1.5em;
    width: 70vw;
  }
}
section.staff {
  padding-top: 6.25em;
  background: #fff5e5;
}
@media (min-width: 751px) {
  section.staff {
    height: 70em;
  }
}
@media (max-width: 750px) {
  section.staff {
    padding-bottom: 3.92em;
    padding-top: 3.57em;
  }
}
section.staff .h2default {
  position: relative;
}
section.staff .h2default::before {
  content: "";
  background: url(../images/staff/h2_before.png) top center/contain no-repeat;
  position: absolute;
  top: -0.2em;
  left: 50%;
  width: 0.6em;
  height: 0.6em;
}
@media (min-width: 751px) {
  section.staff .h2default::before {
    transform: translateX(-1500%);
  }
}
@media (max-width: 750px) {
  section.staff .h2default::before {
    left: 1.5em;
  }
}
section.staff .staff-items {
  position: relative;
}
@media (min-width: 751px) {
  section.staff .staff-items {
    width: 72%;
    width: 1090px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2.25em;
  }
}
@media (min-width: 751px) {
  section.staff .staff-items .green-tea, section.staff .staff-items .sakura, section.staff .staff-items .roasted {
    position: absolute;
    width: 28.75em;
    padding: 6.25em 6.875em 6.25em 6.25em;
  }
}
section.staff .staff-items .green-tea .title, section.staff .staff-items .sakura .title, section.staff .staff-items .roasted .title {
  font-size: 1.1875em;
  margin-bottom: 1em;
}
@media (min-width: 751px) {
  section.staff .staff-items .green-tea .title, section.staff .staff-items .sakura .title, section.staff .staff-items .roasted .title {
    text-align: center;
  }
}
@media (max-width: 750px) {
  section.staff .staff-items .green-tea .title, section.staff .staff-items .sakura .title, section.staff .staff-items .roasted .title {
    font-size: 1.21em;
    margin-bottom: 0.5em;
  }
}
section.staff .staff-items .green-tea .bottle, section.staff .staff-items .sakura .bottle, section.staff .staff-items .roasted .bottle {
  position: absolute;
  opacity: 0;
  transition: all ease 1.5s;
}
section.staff .staff-items .green-tea {
  background: url(../images/staff/green-tea_before_pc.png) center center/contain no-repeat;
}
@media (min-width: 751px) {
  section.staff .staff-items .green-tea {
    top: 24em;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 750px) {
  section.staff .staff-items .green-tea {
    background: url(../images/staff/green-tea_before_sp.png) center center/contain no-repeat;
    width: 92vw;
    margin-top: 2.85em;
    padding: 5.89em 5.32em 4.82em 4.64em;
  }
}
section.staff .staff-items .green-tea .title {
  color: #9eb380;
}
@media (min-width: 751px) {
  section.staff .staff-items .green-tea .bottle {
    width: 4.375em;
    top: -17.5em;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 750px) {
  section.staff .staff-items .green-tea .bottle {
    width: 3.3em;
    transform: rotate(9deg);
    top: 26em;
    right: 2.8em;
  }
}
section.staff .staff-items .sakura {
  background: url(../images/staff/sakura_before_pc.png) center center/contain no-repeat;
}
@media (max-width: 750px) {
  section.staff .staff-items .sakura {
    background: url(../images/staff/sakura_before_sp.png) right center/contain no-repeat;
    width: 82vw;
    padding: 5.17em 3.57em 4.7em 6em;
    margin-top: 3.03em;
    margin-left: auto;
  }
}
section.staff .staff-items .sakura .title {
  color: #dfb7b5;
}
@media (min-width: 751px) {
  section.staff .staff-items .sakura .bottle {
    width: 6.875em;
    left: 9em;
    bottom: -15em;
  }
}
@media (max-width: 750px) {
  section.staff .staff-items .sakura .bottle {
    width: 5.17em;
    top: 5em;
    left: 4em;
  }
}
section.staff .staff-items .roasted {
  background: url(../images/staff/roasted_before_pc.png) center center/contain no-repeat;
  right: 0;
}
@media (max-width: 750px) {
  section.staff .staff-items .roasted {
    background: url(../images/staff/roasted_before_sp.png) center center/contain no-repeat;
    width: 86vw;
    margin-top: 5em;
    padding: 5.8em 3.57em 5em 5.89em;
    margin-left: auto;
  }
}
section.staff .staff-items .roasted .title {
  color: #bca885;
}
@media (min-width: 751px) {
  section.staff .staff-items .roasted .bottle {
    width: 6.5625em;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16em;
  }
}
@media (max-width: 750px) {
  section.staff .staff-items .roasted .bottle {
    width: 5em;
    transform: rotate(-20deg);
    top: 55em;
    left: 2em;
  }
}
section.about {
  padding-top: 5.625em;
  padding-bottom: 6.875em;
}
@media (max-width: 750px) {
  section.about {
    padding-top: 3.57em;
  }
}
@media (min-width: 751px) {
  section.about .inner {
    width: 90%;
  }
}
@media (min-width: 751px) {
  section.about .about-items {
    display: grid;
    row-gap: 2.5em;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 750px) {
  section.about .about-items {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-direction: column;
    /* no prefix */
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 751px) {
  section.about .about-items > div {
    margin: 0 0.875em;
  }
}
@media (min-width: 751px) {
  section.about .about-items > div:nth-of-type(2) {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: end;
    /* no prefix */
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}
@media (max-width: 750px) {
  section.about .about-items > div:nth-of-type(1) {
    order: 1;
  }
  section.about .about-items > div:nth-of-type(2) {
    order: 4;
  }
  section.about .about-items > div:nth-of-type(3) {
    order: 5;
  }
  section.about .about-items > div:nth-of-type(4) {
    order: 2;
  }
  section.about .about-items > div:nth-of-type(5) {
    order: 3;
  }
  section.about .about-items > div:nth-of-type(6) {
    order: 6;
  }
}
@media (max-width: 750px) {
  section.about .imgbox {
    width: 62.66vw;
    margin-right: auto;
    margin-left: auto;
  }
  section.about .imgbox:not(:first-of-type) {
    margin-top: 3.57em;
  }
}
@media (min-width: 751px) {
  section.about .textbox {
    padding: 0 1.125em;
  }
}
section.about .title {
  font-size: 1.375em;
  text-align: center;
}
@media (max-width: 750px) {
  section.about .title {
    font-size: 1.07em;
    margin-top: 1.66em;
  }
}
section.about .text {
  line-height: 2.4;
  margin-top: 2em;
}
@media (min-width: 751px) {
  section.about .text {
    font-size: 0.9375em;
  }
}
@media (max-width: 750px) {
  section.about .text {
    margin-top: 0.5em;
  }
}
section.green-tea, section.sakura, section.roasted {
  padding-top: 2em;
  padding-bottom: 0;
}
section.green-tea .h2default, section.sakura .h2default, section.roasted .h2default {
  position: relative;
  font-size: 1.875em;
  padding-top: 1.2em;
  z-index: 1;
}
@media (max-width: 750px) {
  section.green-tea .h2default, section.sakura .h2default, section.roasted .h2default {
    font-size: 1.29em;
  }
}
section.green-tea .h2default .en, section.sakura .h2default .en, section.roasted .h2default .en {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
section.green-tea .h2default .bg, section.sakura .h2default .bg, section.roasted .h2default .bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1em;
  width: 21.33em;
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 750px) {
  section.green-tea .h2default .bg, section.sakura .h2default .bg, section.roasted .h2default .bg {
    top: -1.5em;
    width: 98vw;
  }
}
section.green-tea .feature, section.sakura .feature, section.roasted .feature {
  position: relative;
  margin-top: 6.25em;
}
@media (max-width: 750px) {
  section.green-tea .feature, section.sakura .feature, section.roasted .feature {
    margin-top: 5em;
  }
}
section.green-tea .feature .bottle, section.sakura .feature .bottle, section.roasted .feature .bottle {
  position: absolute;
  width: 11.25em;
  top: -19em;
  left: -17em;
  z-index: 2;
  opacity: 0;
  transition: all ease 1.5s;
}
@media (max-width: 750px) {
  section.green-tea .feature .bottle, section.sakura .feature .bottle, section.roasted .feature .bottle {
    width: 3.7em;
    top: -14.2em;
    left: -1em;
  }
}
section.green-tea .feature .glass, section.sakura .feature .glass, section.roasted .feature .glass {
  position: absolute;
  width: 15em;
  top: -4em;
  right: -20em;
  z-index: 2;
  opacity: 0;
  transition: all ease 1.5s;
}
@media (max-width: 750px) {
  section.green-tea .feature .glass, section.sakura .feature .glass, section.roasted .feature .glass {
    width: 5.14em;
    top: -9em;
    right: -1em;
  }
}
section.green-teaWrap {
  padding-top: 2em;
  padding-bottom: 0;
}
section.green-tea {
  position: relative;
  padding-top: 4.6875em;
  background: url(../images/green-tea/green-tea_bg.png) top center/cover no-repeat;
}
@media (max-width: 750px) {
  section.green-tea {
    padding-top: 2.5em;
  }
}
section.green-tea .h2default {
  font-size: 1.875em;
}
@media (max-width: 750px) {
  section.green-tea .h2default {
    font-size: 1.29em;
  }
}
section.green-tea .h2default .en {
  width: 4.33em;
}
@media (max-width: 750px) {
  section.green-tea .h2default .en {
    width: 26.66vw;
  }
}
section.green-tea .h2default .bg {
  top: -2.5em;
}
@media (max-width: 750px) {
  section.green-tea .h2default .bg {
    top: -1.9em;
  }
}
@media (min-width: 751px) {
  section.green-tea th {
    width: 7.5em;
  }
}
section.green-tea .series {
  font-size: 2.1875em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.8em;
  text-align: center;
  background: url(../images/green-tea/series.png) top center/cover no-repeat;
  line-height: 1.8;
  color: white;
  z-index: 2;
}
@media (min-width: 751px) {
  section.green-tea .series {
    padding: 0 2em;
  }
}
@media (max-width: 750px) {
  section.green-tea .series {
    font-size: 1.25em;
    width: 73vw;
  }
}
section.sakura {
  margin-top: 8.125em;
  background: url(../images/sakura/sakura_bg.png) top center/cover no-repeat;
}
@media (max-width: 750px) {
  section.sakura {
    margin-top: 5.35em;
  }
}
section.sakura .h2default .en {
  width: 6.66em;
}
@media (max-width: 750px) {
  section.sakura .h2default .en {
    width: 41vw;
  }
}
section.sakura .feature .glass {
  width: 14em;
  top: -11em;
  right: -19em;
}
@media (max-width: 750px) {
  section.sakura .feature .glass {
    width: 4.5em;
    top: -11em;
    right: 0;
  }
}
section.sakura th {
  background: #dfb7b5;
}
section.roasted {
  margin-top: 8.125em;
  background: url(../images/roasted/roasted_bg.png) top center/cover no-repeat;
}
@media (max-width: 750px) {
  section.roasted {
    margin-top: 5.35em;
  }
}
section.roasted .h2default .en {
  width: 4.33em;
}
section.roasted .feature .glass {
  width: 15em;
  top: -10em;
  right: -19em;
}
@media (max-width: 750px) {
  section.roasted .feature .glass {
    width: 5.14em;
    top: -12em;
    right: -1em;
  }
}
section.roasted th {
  background: #bca885;
}
section.how {
  padding-top: 5.3125em;
}
@media (max-width: 750px) {
  section.how {
    padding-top: 4.28em;
  }
}
section.how .h2default {
  line-height: 1.6;
  border: 1px solid;
  border-radius: 2em;
  padding: 0em 1em;
  display: inline-block;
  font-size: 2em;
}
@media (max-width: 750px) {
  section.how .h2default {
    font-size: 1.21em;
  }
}
section.how .lead {
  font-size: 1.25em;
}
@media (max-width: 750px) {
  section.how .lead {
    font-size: 1.07em;
  }
}
section.gift {
  padding-top: 5em;
  padding-bottom: 4.6875em;
  background: url(../images/gift/gift_bg_pc.png) top center/cover no-repeat;
}
@media (max-width: 750px) {
  section.gift {
    padding-top: 3.57em;
  }
}
@media (min-width: 751px) {
  section.gift .inner920 {
    display: -ms-flexbox;
    /* prefix -> -webkit- */
    display: -webkit-flex;
    -webkit-align-items: center;
    /* no prefix */
    display: flex;
    align-items: center;
  }
}
@media (max-width: 750px) {
  section.gift .inner920 {
    width: 81.33vw;
  }
}
@media (min-width: 751px) {
  section.gift .imgbox {
    flex: 1 0 25em;
    margin-left: 4.375em;
    margin-right: 4.375em;
  }
}
section.gift .title {
  font-size: 1.375em;
  font-weight: bold;
}
@media (max-width: 750px) {
  section.gift .title {
    font-size: 1.14em;
    margin-top: 1.5em;
  }
}
section.gift .title span {
  font-size: 0.8em;
}
@media (max-width: 750px) {
  section.gift .title span {
    font-size: 0.8125em;
  }
}
section.gift .price {
  margin-top: 1em;
}
@media (max-width: 750px) {
  section.gift .price {
    font-size: 0.93em;
  }
}
section.gift .price span {
  font-size: 0.875em;
}
@media (max-width: 750px) {
  section.gift .price span {
    font-size: 0.92em;
  }
}
section.gift .linkbox {
  margin-top: 3em;
}
@media (max-width: 750px) {
  section.gift .linkbox {
    margin-right: auto;
    margin-left: auto;
    margin-top: 2em;
  }
}

.footer {
  padding-top: 3.75em;
  padding-bottom: 2.5em;
}
@media (max-width: 750px) {
  .footer {
    padding-top: 1.43em;
    padding-bottom: 1.43em;
  }
}
.footer .footer-content {
  position: relative;
  margin-top: 1em;
}
@media (min-width: 751px) {
  .footer .footer-content {
    height: 5.8em;
  }
}
@media (max-width: 750px) {
  .footer .footer-content {
    margin-top: 2em;
  }
}
.footer .footer-content a {
  color: black;
}
.footer .footer-content a[target="_blank"]::after {
  content: none;
}
@media (min-width: 751px) {
  .footer .inner {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer .address {
  text-align: center;
}
@media (min-width: 751px) {
  .footer .address {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.footer .logo {
  width: 7.5em;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 750px) {
  .footer .logo {
    width: 20vw;
  }
}
.footer .copy {
  font-size: 0.75em;
}
@media (min-width: 751px) {
  .footer .copy {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}
@media (max-width: 750px) {
  .footer .copy {
    text-align: center;
    font-size: 0.79em;
    margin-top: 3em;
  }
}
@media (min-width: 751px) {
  .footer .link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
@media (max-width: 750px) {
  .footer .link {
    margin-top: 1em;
    text-align: center;
  }
}
.footer .link li:not(:first-of-type) {
  margin-top: 1em;
}
@media (min-width: 751px) {
  .footer .link-items {
    margin-left: auto;
  }
}
