@charset "UTF-8";
* {
  box-sizing: border-box;
  min-height: 0%;
}

body {
  font-family: 'Koburina Gothic W6 JIS2004';
  font-size: 15px;
  color: #373C3F;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

img {
  vertical-align: bottom;
  width: 100%;
}

a {
  text-decoration: none;
  color: #0A93FC;
}

a:hover {
  opacity: .8;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.js-ico-moving {
  animation: katakataAnim 8s infinite steps(1);
}

@keyframes katakataAnim {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  20% {
    transform: translate(-2px, 1px) rotate(-1.5deg);
  }
  30% {
    transform: translate(2px, 0px) rotate(2deg);
  }
  40% {
    transform: translate(-1px, -2px) rotate(-2deg);
  }
  50% {
    transform: translate(1px, 2px) rotate(1deg);
  }
  60% {
    transform: translate(0px, -1px) rotate(0.5deg);
  }
  70% {
    transform: translate(-2px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(2px, -1px) rotate(1.5deg);
  }
  90% {
    transform: translate(-1px, 1px) rotate(-0.5deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

.js-fadein-1 {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.3s ease-out,  transform 0.3s ease-out;
}

.js-fadein-1.show {
  opacity: 1;
  transform: scale(1);
}

.modaal-overlay {
  background-color: rgba(179, 186, 189, 0.7) !important;
  backdrop-filter: blur(6px);
}

.modaal-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 564px;
  padding: 48px 30px 40px;
  border-radius: 8px;
  color: #373C3F;
}

.modaal-content-container {
  padding: 0;
}

.modaal-wrapper .modaal-close {
  display: none;
}

.modaal-close:after, .modaal-close:before {
  content: none;
}

.modal-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.modal-ttl span:nth-of-type(1) {
  margin-right: 8px;
}

.modal-ttl span:nth-of-type(1) img {
  width: 25px;
}

.modal-ttl span:nth-of-type(2) {
  font-family: 'Koburina Gothic W9 JIS2004';
  font-size: 16px;
  letter-spacing: 0.13em;
}

.modal-txt {
  letter-spacing: 0.06em;
}

.modal-close {
  width: 35px;
  margin: 24px auto 0;
  cursor: pointer;
}

.modal-close:hover {
  opacity: .8;
}

header {
  background-color: #fff;
  padding: 14px 30px 16px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: .4s;
  opacity: 0;
}

header .header-inner {
  max-width: 1328px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

header .header-left a img {
  max-width: 204px;
}

header .header-menu {
  position: absolute;
  right: -30px;
  top: -350px;
  max-width: 324px;
  width: 100%;
  background-color: #fff;
  padding: 66px 15px 24px;
  font-size: 14px;
  transition: .4s;
}

header .header-menu .header-menu-inner {
  max-width: 212px;
  margin: auto;
}

header .header-menu .header-menu-inner a {
  color: #373C3F;
}

header .header-menu .header-menu-inner a + a {
  margin-top: 16px;
}

header .header-menu .header-menu-inner > a {
  display: inline-block;
}

header .header-menu .header-menu-inner > a span {
  vertical-align: middle;
  display: inline-block;
}

header .header-menu .header-menu-inner > a span:nth-of-type(1) {
  margin-right: 3.5px;
}

header .header-menu .header-menu-inner > a span:nth-of-type(1) img {
  width: 28px;
}

header .header-menu .header-menu-inner .bottom {
  text-align: center;
  border-top: 1px dashed;
  margin-top: 16px;
  padding-top: 16px;
}

header .header-menu .header-menu-inner .bottom a {
  display: inline-block;
}

header .header-menu .header-menu-inner .bottom br + a {
  margin-top: 16px;
}

header .header-hamburger {
  width: 35px;
  height: 35px;
  background-color: #0A93FC;
  border-radius: 1000px;
  position: relative;
  cursor: pointer;
}

header .header-hamburger span {
  height: 2px;
  width: 18px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  transition: .4s;
}

header .header-hamburger span.top {
  top: 10px;
}

header .header-hamburger span.middle {
  top: 16px;
}

header .header-hamburger span.bottom {
  top: 22px;
}

header .header-hamburger:hover {
  opacity: .8;
}

header.open .header-menu {
  top: -14px;
}

header.open .header-hamburger span.top {
  top: 49%;
  transform: translateX(-51%) rotate(45deg);
}

header.open .header-hamburger span.middle {
  opacity: 0;
}

header.open .header-hamburger span.bottom {
  top: 49%;
  transform: translateX(-51%) rotate(-45deg);
}

header.active {
  opacity: 1;
  z-index: 5;
}

.bg {
  background-image: url(/store/mitiru/assets/img/bg.jpg);
  background-size: cover;
  background-position: top;
}

.sec .sec-inner {
  padding: 64px 30px;
  max-width: 1164px;
  margin: auto;
}

.sec .sec-ttlWrap {
  padding: 10px;
  margin-bottom: 22px;
  margin-left: -10px;
  overflow: hidden;
}

.sec .sec-ttlWrap.animated .sec-ttl-txt h2 span,
.sec .sec-ttlWrap.animated .sec-ttl-txt p span {
  opacity: 1;
  transform: translateY(0);
}

.sec .sec-ttl {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.sec .sec-ttl .sec-ico {
  display: inline-block;
  vertical-align: middle;
}

.sec .sec-ttl .sec-ico img {
  width: 53px;
}

.sec .sec-ttl .sec-ico img.en {
  width: 52px;
}

.sec .sec-ttl .sec-ttl-txt {
  padding: 0 16px 0 8px;
  display: inline-block;
  vertical-align: middle;
}

.sec .sec-ttl .sec-ttl-txt h2 span, .sec .sec-ttl .sec-ttl-txt p span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.3s cubic-bezier(0.65, 1.8, 0.5, 0.8), opacity 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}

.sec .sec-ttl .sec-ttl-txt h2 {
  font-family: 'Koburina Gothic W9 JIS2004';
  font-size: 26px;
  letter-spacing: 0.08em;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}

.sec .sec-ttl .sec-ttl-txt p {
  font-size: 12px;
  letter-spacing: 0.22em;
  display: inline-block;
  vertical-align: middle;
}

.sec .sec-ttl .sec-ttl-border {
  border-top: 1px dashed;
  width: 0;
  position: absolute;
  top: 50%;
  left: 100%;
  transition: width .5s ease;
}

.sec .sec-ttl .sec-ttl-border.border-animated {
  width: 100vw;
}

.sec.mv {
  background-size: auto 100vh;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100vw;
}

.sec.mv .mv h1 {
  position: absolute;
  top: 199px;
  left: 120px;
  padding: 11px;
  background-color: #fff;
  transition: background-color 1.5s ease;
  z-index: 2;
}

.sec.mv .mv h1 img {
  max-width: 385px;
}

.sec.mv .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background-size: auto 100vh;
  background-position: center;
  background-repeat: no-repeat;
  clip-path: circle(0px at 50% 50%);
  opacity: 0;
  z-index: 1;
}

.sec.mv .mask1 {
  background-image: url(/store/mitiru/assets/img/bg-mv-1.jpg);
}

.sec.mv .mask2 {
  background-image: url(/store/mitiru/assets/img/bg-mv-2.jpg);
}

.sec.mv .mask3 {
  background-image: url(/store/mitiru/assets/img/bg-mv-3.jpg);
}

.sec.mv .mask4 {
  background-image: url(/store/mitiru/assets/img/bg-mv-4.jpg);
}

.sec.mv .mask.animate {
  animation: holeExpand 6s linear forwards;
  opacity: 1;
}

@keyframes holeExpand {
  0% {
    clip-path: circle(0px at 50% 50%);
    opacity: 1;
  }
  25% {
    clip-path: circle(1200px at 50% 50%);
    opacity: 1;
  }
  /* 1.5秒で拡大完了 */
  91.6% {
    clip-path: circle(1200px at 50% 50%);
    opacity: 1;
  }
  /* 1.5〜5.5秒まで静止 */
  91.7% {
    clip-path: circle(0px at 50% 50%);
    opacity: 0;
  }
  /* 一瞬リセット */
  100% {
    clip-path: circle(0px at 50% 50%);
    opacity: 0;
  }
}

.sec.mv .iine {
  position: fixed;
  right: 60px;
  bottom: 65px;
  width: 200px;
  height: 200px;
  text-align: center;
  font-family: 'Koburina Gothic W9 JIS2004';
  z-index: 3;
  color: #fff;
  transition: .4s;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease-out;
}

.sec.mv .iine .iine-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 回転アニメーションの定義 */
}

.sec.mv .iine .iine-inner > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: infinite-rotate 12s linear infinite;
}

@keyframes infinite-rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.sec.mv .iine .cnt {
  position: relative;
}

.sec.mv .iine .cnt .txt {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 12px;
  font-size: 17px;
  letter-spacing: 0.02em;
}

.sec.mv .iine .cnt .txt span:nth-of-type(1) {
  line-height: 1;
}

.sec.mv .iine .cnt .txt span:nth-of-type(2) img {
  width: 29px;
}

.sec.mv .iine .cnt .no {
  font-size: 29px;
  letter-spacing: 0.08em;
}

.sec.mv .iine.show {
  opacity: 1;
  transform: scale(1);
}

.sec.mv .iine.active {
  transform: scale(0.67);
  right: 0;
  bottom: 0;
}

.sec.mv.aspect {
  background-size: cover;
  background-position: top;
}

.sec.mv.aspect .mask {
  background-size: cover;
  background-position: top;
}

@media (max-height: 685px) {
  .sec.mv {
    height: 685px;
    background-size: cover;
    background-position: top;
  }
  .sec.mv .mask {
    height: 685px;
    background-size: cover;
    background-position: top;
  }
}

.sec.yodo .sec-inner {
  padding-top: 150px;
}

.sec.yodo .yodo-txt {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  line-height: 1.87;
}

.sec.yodo .yodo-ico {
  text-align: center;
}

.sec.yodo .yodo-ico img {
  max-width: 60px;
}

.sec.news .sec-inner {
  padding-top: 0;
}

.sec.news .news-marquee {
  display: flex;
  align-items: center;
  margin-bottom: 64px;
}

.sec.news .news-ttl {
  font-family: 'Koburina Gothic W9 JIS2004';
  letter-spacing: 0.13em;
  font-size: 16px;
  margin-right: 20px;
}

.sec.news .news-marquee-border {
  padding: 6px 20px;
  border: 1px solid #CFCFCF;
  background-color: #fff;
  height: 40px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.sec.news .news-marquee-border .marquee-track {
  display: flex;
  gap: 200px;
  position: absolute;
  white-space: nowrap;
  top: 0;
  left: 0;
  height: 100%;
  align-items: center;
  color: #0A93FC;
  will-change: transform;
}

.sec.news .news-marquee-border .marquee-track > div {
  flex: 0 0 auto;
}

@keyframes marqueeAnim {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
  /* 複製した分の半分まで */
}

.sec.news .news-btns {
  display: flex;
}

.sec.news .news-btns > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 286px;
  width: 100%;
  padding: 8px;
  background-color: #fff;
  font-size: 16px;
  font-family: 'Koburina Gothic W9 JIS2004';
  border: 1px dashed #373C3F;
  border-radius: 1000px;
  color: #373C3F;
}

.sec.news .news-btns > a span:nth-of-type(1) img {
  max-width: 40px;
}

.sec.news .news-btns > a span:nth-of-type(2) {
  width: calc(100% - 40px);
  text-align: center;
}

.sec.news .news-btns > a:hover {
  background-color: #0A93FC;
  color: #fff;
  opacity: 1;
}

.sec.news .news-btns > a + a {
  margin-left: 26px;
}

.sec.item .items {
  display: flex;
  flex-wrap: wrap;
}

.sec.item .items > div {
  margin-right: 48px;
  margin-top: 72px;
  width: calc(25% - 36px);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  position: relative;
}

.sec.item .items > div a.pic {
  display: block;
  border-radius: 8px;
  position: relative;
}

.sec.item .items > div a.pic:hover + .good + .txtWrap {
  color: #0A93FC;
}

.sec.item .items > div a.pic:hover + .good + .txtWrap + .detail {
  color: #fff;
  background-color: #0A93FC;
  opacity: 1;
}

.sec.item .items > div a.pic img {
  border-radius: 8px;
}

.sec.item .items > div .good {
  margin: 8px 0;
  text-align: right;
  transition: 1s;
  position: relative;
}

.sec.item .items > div .good img:nth-of-type(1) {
  max-width: 40px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.sec.item .items > div .good img:nth-of-type(1):hover {
  border: 1px solid #ccc;
  border-radius: 1000px;
}

.sec.item .items > div .good img:nth-of-type(2) {
  max-width: 22px;
  position: absolute;
  top: 11px;
  right: 8px;
  z-index: 1;
  opacity: 1;
  transition: 1s;
}

.sec.item .items > div .good.active img:nth-of-type(2) {
  top: -30px;
  opacity: 0;
  animation: good-up 1s;
}

@keyframes good-up {
  from {
    top: 11px;
    opacity: 1;
  }
  to {
    top: -30px;
    opacity: 0;
  }
}

.sec.item .items > div a.txtWrap {
  color: #373C3F;
}

.sec.item .items > div a.txtWrap:hover {
  color: #0A93FC;
}

.sec.item .items > div a.txtWrap:hover + .detail {
  color: #fff;
  background-color: #0A93FC;
  opacity: 1;
}

.sec.item .items > div .ttl {
  font-size: 16px;
  margin-bottom: 8px;
}

.sec.item .items > div .price,
.sec.item .items > div .pricetxt {
  font-size: 16px;
  font-family: 'Koburina Gothic W9 JIS2004';
  margin-bottom: 16px;
}

.sec.item .items > div a.detail {
  display: block;
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: 'Koburina Gothic W9 JIS2004';
  padding: 13.5px 10px;
  border-radius: 1000px;
  border: 1px dashed #373C3F;
  color: #373C3F;
}

.sec.item .items > div a.detail:hover {
  background-color: #0A93FC;
  color: #fff;
  opacity: 1;
}

.sec.item .items > div:nth-of-type(4n) {
  margin-right: 0;
}

.sec.item .items > div:nth-of-type(-n+4) {
  margin-top: 0;
}

.sec.item .items > div.new a.pic::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 27%;
  height: 27%;
  background-image: url(/store/mitiru/assets/img/tag-new.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.sec.item .items > div.sold a.pic::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 27%;
  height: 27%;
  background-image: url(/store/mitiru/assets/img/tag-sold.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.sec.item .items > div.sold.scheduled a.pic::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 27%;
  height: 27%;
  background-image: url(/store/mitiru/assets/img/tag-scheduled.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.sec.item .items > div.show-item {
  opacity: 1;
  transform: translateY(0);
}

.sec.content .contents {
  display: flex;
  flex-wrap: wrap;
}

.sec.content .contents a {
  display: block;
  width: calc((100% / 3) - 32px);
  margin-right: 48px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.sec.content .contents a:nth-of-type(3n) {
  margin-right: 0;
}

.sec.content .contents a:nth-of-type(-n+3) {
  margin-top: 0;
}

.sec.content .contents a img {
  border-radius: 8px;
}

.sec.content .contents a.show-item {
  opacity: 1;
  transform: translateY(0);
}

.sec.sns .sec-ttlWrap {
  position: relative;
  margin-bottom: 0;
}

.sec.sns .sns-icons {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 8px;
  background-color: #fff;
}

.sec.sns .sns-icons a {
  display: inline-block;
  width: 35px;
}

.sec.sns .sns-icons a + a {
  margin-left: 16px;
}

footer {
  background-color: #373C3F;
  color: #fff;
}

footer a {
  color: #fff;
}

footer .footer-inner {
  padding: 40px 30px;
  max-width: 1164px;
  margin: auto;
}

footer .footer-row1 {
  display: flex;
  align-items: center;
}

footer .footer-row1 div {
  font-size: 13px;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  padding: 3px 0 0.5px;
}

footer .footer-row1 a {
  width: 40px;
  margin-left: 16px;
}

footer .footer-row2 {
  margin: 24px 0;
  display: flex;
  align-items: center;
}

footer .footer-row2 a img {
  vertical-align: middle;
  width: 20px;
  margin-right: 12px;
}

footer .footer-row2 a span {
  vertical-align: middle;
}

footer .footer-row2 a + a {
  margin-left: 24px;
}

footer .footer-row3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0;
}

footer .footer-txtlinks {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}

footer .footer-txtlinks a + a {
  margin-left: 24px;
}

footer .footer-hobonichi {
  font-family: 'Shuei MaruGo L';
  font-size: 10px;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .modaal-inner-wrapper {
    padding: 40px 9%;
  }
  .modaal-container {
    padding: 40px 8%;
  }
  .modal-ttl {
    margin-bottom: 16px;
  }
  .modal-ttl span:nth-of-type(2) {
    font-size: 14px;
  }
  .modal-txt {
    line-height: 2;
  }
  .modal-close {
    margin-top: 16px;
  }
  header {
    padding: 14px 16px;
  }
  header .header-menu {
    max-width: 100%;
    width: 100%;
    right: initial;
    left: 0;
  }
  .sec .sec-inner {
    padding: 40px 9%;
  }
  .sec .sec-ttl .sec-ico img {
    width: 48px;
  }
  .sec .sec-ttl .sec-ico img.en {
    width: 30px;
  }
  .sec .sec-ttl .sec-ttl-txt {
    padding-left: 4px;
    padding-right: 8px;
  }
  .sec .sec-ttl .sec-ttl-txt h2 {
    font-size: 22px;
  }
  .sec .sec-ttl .sec-ttl-txt p {
    font-size: 10px;
  }
  .sec.mv .mv h1 {
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec.mv .mv h1 img {
    max-width: initial;
    width: 71vw;
    max-width: 280px;
  }
  .sec.mv .mask1 {
    background-image: url(/store/mitiru/assets/img/bg-mv-1-sp.jpg);
  }
  .sec.mv .mask2 {
    background-image: url(/store/mitiru/assets/img/bg-mv-2-sp.jpg);
  }
  .sec.mv .mask3 {
    background-image: url(/store/mitiru/assets/img/bg-mv-3-sp.jpg);
  }
  .sec.mv .mask4 {
    background-image: url(/store/mitiru/assets/img/bg-mv-4-sp.jpg);
  }
  .sec.mv .iine {
    width: 130px;
    height: 130px;
    right: 11px;
    bottom: 4%;
  }
  .sec.mv .iine .cnt .txt {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .sec.mv .iine .cnt .txt span:nth-of-type(2) img {
    width: 19px;
  }
  .sec.mv .iine .cnt .no {
    font-size: 18px;
  }
  .sec.yodo .sec-inner {
    padding-top: 100px;
  }
  .sec.yodo .yodo-txt {
    display: block;
    margin-bottom: 16px;
    line-height: 2;
  }
  .sec.news .news-marquee {
    display: block;
    margin-bottom: 40px;
  }
  .sec.news .news-ttl {
    font-size: 14px;
    margin: 0 0 8px;
  }
  .sec.news .news-marquee-border {
    padding: 4px 10px;
    height: 30px;
  }
  .sec.news .news-btns {
    display: block;
  }
  .sec.news .news-btns > a {
    font-size: 14px;
    max-width: 320px;
    margin: auto;
  }
  .sec.news .news-btns > a + a {
    margin: 16px auto 0;
  }
  .sec.item .items > div {
    width: calc(50% - 12px);
    margin-right: 24px !important;
  }
  .sec.item .items > div .good {
    margin: 8px 0 4px;
  }
  .sec.item .items > div .good img:nth-of-type(1) {
    width: 30px;
  }
  .sec.item .items > div .good img:nth-of-type(2) {
    max-width: 18px;
    top: 8px;
    right: 6px;
  }
  .sec.item .items > div .ttl {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .sec.item .items > div .price,
  .sec.item .items > div .pricetxt {
    font-size: 14px;
  }
  .sec.item .items > div a.detail {
    font-size: 14px;
    padding: 8.5px 10px;
  }
  .sec.item .items > div:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .sec.item .items > div:nth-of-type(n+3) {
    margin-top: 64px;
  }
  .sec.item .items > div.new a.pic::before {
    top: 6px;
    left: 6px;
  }
  .sec.item .items > div.sold a.pic::before {
    top: 6px;
    left: 6px;
  }
  .sec.content .contents {
    display: block;
  }
  .sec.content .contents a {
    width: 100%;
    margin-right: 0;
  }
  .sec.content .contents a:nth-of-type(-n+3) {
    margin-top: 16px;
  }
  .sec.content .contents a:nth-of-type(1) {
    margin-top: 0;
  }
  .sec.content .contents a:nth-of-type(n+2) {
    margin-top: 16px;
  }
  footer .footer-inner {
    padding: 40px 9% 26px;
  }
  footer .footer-row1 {
    justify-content: center;
  }
  footer .footer-row1 a {
    margin-left: 8px;
  }
  footer .footer-row1 a:nth-of-type(1) {
    margin-left: 16px;
  }
  footer .footer-row2 {
    display: block;
    margin: 16px auto 40px;
    width: 200px;
    text-align: center;
    font-size: 15px;
  }
  footer .footer-row2 a {
    display: inline-block;
  }
  footer .footer-row2 a img {
    margin-right: 6px;
  }
  footer .footer-row2 a + a {
    margin: 16px 0 0;
  }
  footer .footer-row3 {
    display: block;
    text-align: center;
  }
  footer .footer-txtlinks {
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
    font-size: 12px;
  }
  footer .footer-txtlinks a + a {
    margin: 16px 0 0;
  }
}
