<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

*,
:before,
:after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}

/* ===============================================================================
Body Setting
=============================================================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Shuei KakuGo Gin B', "FB Benton Sans Bold" ,sans-serif;
  text-size-adjust: 100%;
  font-weight: bold;
  line-height: 2.5;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #333;
  position: relative;
}

body::before {
  content: "";
  width: 100vw;
  height: 100vh;
  background-image: url(/store/miknits/2022/img/pre/index/bg-mv-2.jpg);
  background-size: cover;
  background-position: bottom center;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.spOnly {
  display: none;
}

.center {
  text-align: center !important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
    line-height: 2;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}

a {
  text-decoration: none;
  color: #e94709;
}

a:hover {
  opacity: 0.5;
  text-decoration: none;
}

a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
}

img {
  vertical-align: top;
  max-width: 100%;
}

/* ===============================================================================
TopArea
=============================================================================== */
.top {
  background-size: cover;
  background-position: center;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7vw;
  background-image: url(/store/miknits/2022/img/pre/index/bg-curb.svg);
  z-index: 2;
}

.top .txt {
  position: absolute;
  bottom: 27.5%;
  right: 10%;
  animation: fadeIn 2.5s ease 1 normal;
  width: 35vw;
  z-index: 2;
}

.top-img {
  width: 100%;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.yodogawa-wrap {
  overflow: hidden;
  width: 100vw;
  padding: 7vw 0;
  margin: -7vw 0;
}

.yodogawa {
  font-size: 18px;
  line-height: 2.2em;
  position: relative;
}

.yodogawa::before, .yodogawa::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 7vw;
  background-image: url(/store/miknits/2022/img/pre/index/bg-curb.svg);
  z-index: 2;
}

.yodogawa::before {
  top: -6vw;
  transform: rotate(180deg);
}

.yodogawa::after {
  bottom: -6vw;
}

.yodogawa div {
  text-align: center;
  margin: 0 auto;
  padding: 60px 0;
  background-color: #1A3C73;
}

.yodogawa div p {
  max-width: 540px;
  margin: 0 auto;
  color: #FBFFC8;
}

.mvTxt__prof {
  display: block;
  line-height: 1;
  color: #226645;
  background-color: #FBFFC8;
  padding: 12px 24px;
  margin: 45px auto 0;
  font-size: 18px;
  max-width: 300px;
  text-align: center;
}

.popup_prof .modaal-container {
  max-width: 610px;
}

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

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
  line-height: 2;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform .3s ease,-webkit-transform .3s ease,-o-transform .3s ease;
}

.lightbox {
  max-height: 90vh !important;
  padding: 20px;
  background-color: #fff;
  overflow-y: scroll;
}

.lightbox__title {
  font-size: 30px;
}

.lightbox rt {
  font-size: 11px;
}

.lightbox__content {
  font-size: 14px;
}

.lightbox__content &gt; * {
  margin-top: 10px;
}

.lightbox p {
  font-size: 14px;
}

.lightbox h4 {
  margin-top: 10px;
}

.lity-container a:not(.hover-opacity) {
  color: #b70e16;
}

.lightbox__close {
  margin-top: 20px;
  text-align: center;
}

.lightbox__close a {
  cursor: pointer;
  color: #1A1A1A;
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.modaal-wrapper .modaal-close.hover-opacity {
  position: relative;
  right: initial;
  top: initial;
}

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

@media screen and (max-width: 640px) {
  body::before {
    content: none;
  }
  .top {
    height: 92vw;
    padding-top: 3vw;
  }
  .top::after {
    background-image: url(/store/miknits/2021/img/pre/index/bg-mv-sp.jpg);
    background-size: contain;
    background-position: 0 23.31vw;
  }
  .top .txt {
    position: relative;
    width: 102%;
    padding: 0;
    bottom: initial;
    right: initial;
    margin-top: -3vw;
    margin-left: -1%;
  }
  .yodogawa {
    line-height: 1.4em;
  }
  .yodogawa::before, .yodogawa::after {
    width: 102%;
    margin-left: -1%;
  }
  .yodogawa div {
    padding: 10px 0;
  }
  .yodogawa div p {
    font-size: 14px;
    padding: 0 10px;
    text-align: justify;
  }
  .mvTxt__prof {
    max-width: 290px;
    margin-top: 25px;
    font-size: 16px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* ===============================================================================
ContentsArea
=============================================================================== */
.contents {
  margin: 0 0 100px;
  line-height: 1.8em;
}

.contents h2 {
  line-height: 5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
  padding-top: 15px;
  padding-bottom: 40px;
  color: #7F4B63;
  font-size: 2.0rem;
  letter-spacing: .08em;
}

.contents h2 span {
  font-size: 3.6rem;
}

.contents h2 span.product_name {
  font-size: 25px;
  padding: 0 .5rem;
}

.contents h2 span:not(.nohanasi) {
  letter-spacing: 0.05em;
}

.contents h2 span.nohanasi {
  letter-spacing: .08em;
}

.contents h2 .num {
  line-height: 1;
}

.contents h2 .sub {
  font-size: 2rem;
  letter-spacing: .15em;
  line-height: 1.7;
}

.contents .prof {
  max-width: 710px;
  margin: 0 auto 80px;
  padding: 50px 0 40px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  text-align: center;
}

.contents .prof .txt {
  max-width: 710px;
  color: #666666;
  padding: 30px 0 0;
}

.contents .conv dl {
  max-width: 560px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3em;
}

.conv dl dt {
  width: 12%;
}

.conv dl dt.hobo {
  letter-spacing: -.01rem;
}

.conv dl dd {
  width: 88%;
}

.contents p {
  position: relative;
  max-width: 540px;
  margin: 0 auto;
  padding-bottom: 65px;
  padding-left: 60px;
  color: #7F4B63;
  letter-spacing: 0.08em;
}

.contents p::before {
  content: '三國';
  position: absolute;
  left: 0;
  top: 0;
}

.contents p.me {
  color: #808080;
}

.contents p.me::before {
  content: '──';
  letter-spacing: 0;
}

.contents p.nakashima::before {
  content: 'なかしま';
  letter-spacing: 0;
  left: -1.75em;
}

.contents p.yamamoto::before {
  content: '山本';
  letter-spacing: 0;
}

.contents p.tuduku {
  padding: 0 0 70px;
  text-align: center;
}

.contents p.tuduku::before {
  content: none;
}

.contents p.lead::before {
  content: none;
}

.contents p.img {
  max-width: 1024px;
  text-align: center;
  padding-bottom: 100px;
}

.contents p.img span {
  color: #666666;
  display: block;
  padding-top: 1.5em;
}

.contents p.img.padding_s {
  padding-bottom: 40px;
}

.contents .date {
  text-align: center;
  padding-bottom: 70px;
  color: #7F4B63;
  letter-spacing: 0.08em;
}

.contents .staff {
  text-align: center;
  color: #808080;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

.yokokuNo {
  font-size: 4.2rem;
  color: #7F4B63;
  background-color: #FFE780;
  margin: auto;
  width: 79px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.00em;
}

.cnt__img {
  max-width: 1000px;
  margin: 0 auto 65px;
}

.cnt__img .caption {
  text-align: right;
  font-size: 14px;
  color: #4D4D4D;
}

.cnt__img--6 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cnt__img--6 &gt; div {
  width: calc(33.3333% - 20px);
}

.cnt__img--6 &gt; div:nth-of-type(n+4) {
  margin-top: 30px;
}

.cnt__img--4 &gt; div {
  margin-top: 30px;
}

.cnt__img--4 &gt; div:first-of-type {
  margin-top: 0;
}

.cnt__img__underTxt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  color: #736357;
}

.ttlUnder {
  background-color: #FFE780;
  color: #7F4B63;
  text-align: center;
  padding: 60px 0 65px;
  margin-bottom: 65px;
}

.ttlUnder__img {
  max-width: 594px;
  margin: 0 auto 30px;
}

.ttlUnder__img img {
  height: 414px;
  width: auto;
}

.archive__txt {
  letter-spacing: 0.08em;
  font-family: 'Shuei KakuGo Gin B';
  position: relative;
  padding-bottom: 30px;
  height: 200px;
}

.archive__txt__no {
  margin: 25px 0 15px;
  line-height: 1;
}

.archive__txt__no img {
  height: 40px;
  width: auto;
}

.archive__txt__sub {
  font-size: 25px;
  line-height: 1.28;
  color: #753A78;
}

.archive__txt__ttlWrap {
  min-height: 50px;
  margin-top: 5px;
}

.archive__txt__ttl {
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #226645;
}

.archive__txt__date {
  font-size: 13px;
  padding-top: 30px;
  letter-spacing: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.archive__txt__date img {
  height: 17.9453px;
  width: auto;
}

.credit a {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.credit a .ico-arrow {
  width: 10px;
  margin-top: 1px;
}

.mk-menu .mk-menu-prev:not(.active) {
  visibility: hidden;
}

.mk-menu .mk-menu-next:not(.active) {
  visibility: hidden;
}

.youtube_wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .contents {
    border-width: 8px;
    margin: 0 0 80px;
    text-align: justify;
  }
  .contents h2 {
    padding: 12px 0 10px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .contents h2 span.product_name {
    font-size: 14px;
  }
  .contents h2 .num {
    font-size: 2.6rem;
    line-height: 1.6;
  }
  .contents h2 .sub {
    font-size: 1.4rem;
    line-height: 3;
  }
  .contents .prof {
    padding: 30px 0 20px;
    margin: 0 auto 40px;
  }
  .contents .prof .txt {
    padding: 20px 16px 0;
    text-align: left;
  }
  .contents .conv dl {
    display: block;
    padding: 0 16px;
    margin-bottom: 2em;
  }
  .conv dl dt {
    width: 100%;
  }
  .conv dl dd {
    width: 100%;
  }
  .contents p {
    padding: 0 10px 60px;
    font-size: 14px;
  }
  .contents p.img {
    padding: 0 0 40px;
  }
  .contents p.img span {
    padding: 10px 16px 0;
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
  }
  .contents p.img.padding_s {
    padding-bottom: 10px;
  }
  .contents .date {
    font-size: 1.3rem;
  }
  .contents .staff {
    font-size: 12px;
  }
  .yokokuNo {
    font-size: 1.9rem;
    width: 39px;
    line-height: 1.5;
  }
  .contents p::before, .contents p.nakashima::before {
    left: 10px;
    top: -28px;
  }
  .contents h2 {
    font-size: 1.5rem;
  }
  .contents h2 span {
    font-size: 2.7rem;
  }
  .ttlUnder {
    text-align: justify;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 10px 15px;
    margin-bottom: 45px;
    font-size: 14px;
  }
  .ttlUnder__img {
    width: 43%;
    margin: 0 auto 15px;
  }
  .ttlUnder__img img {
    height: auto;
  }
  .ttlUnder__txt {
    max-width: 500px;
  }
  .cnt__img {
    margin: -30px auto 60px;
  }
  .cnt__img .caption {
    font-size: 12px;
    padding-right: .25em;
  }
  .cnt__img--6 &gt; div {
    width: calc(50% - 7.5px);
  }
  .cnt__img--6 &gt; div:nth-of-type(n+3) {
    margin-top: 15px;
  }
  .cnt__img--6 &gt; div:nth-of-type(n+4) {
    margin-top: 15px;
  }
  .cnt__img--4 &gt; div {
    margin-top: 15px;
  }
  .cnt__img__underTxt {
    padding: 0 10px;
    margin-top: 5px;
    font-size: 12px;
    text-align: left;
  }
  .archive__txt {
    height: 120px;
  }
  .archive__txt__no {
    margin: 10px 0 6px;
  }
  .archive__txt__no img {
    height: 15px;
  }
  .archive__txt__sub {
    font-size: 14px;
  }
  .archive__txt__ttl {
    font-size: 10px;
  }
  .archive__txt__date {
    font-size: 10px;
    padding-top: 10px;
  }
}

/* ===============================================================================
FooterArea
=============================================================================== */
footer {
  text-align: center;
  margin-top: 180px;
  padding-bottom: 200px;
}

footer .banner {
  padding: 45px 0;
}

footer .banner_vintage {
  padding: 100px 0 60px;
  margin: 0 auto;
  font-size: 2.6rem;
  line-height: 2;
}

footer .banner_vintage a img:nth-of-type(1) {
  max-width: 600px;
}

footer .banner_vintage a img:nth-of-type(2) {
  max-width: 600px;
  width: 100%;
  margin-top: 20px;
}

footer .banner_vintage div img {
  padding-right: 10px;
}

footer .banner_vintage div {
  padding-bottom: 20px;
}

footer a {
  color: #808080;
}

footer .yokoku_list {
  padding: 0 0 50px;
}

footer .yokoku_list ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer .yokoku_list ul li {
  width: 50%;
}

footer .yokoku_list ul li .num {
  font-size: 2.4rem;
}

footer .yokoku_list ul li:last-of-type a {
  border-right: none !important;
}

footer .yokoku_list ul li.border_bottom {
  border-bottom: 2px solid #1A3C73;
}

footer .yokoku_list ul li a {
  display: block;
  padding: 0 10px;
  margin-top: 30px;
  line-height: 1.875;
  pointer-events: none;
  opacity: .5;
}

footer .yokoku_list ul li a.active {
  pointer-events: inherit;
  color: #4D4D4D;
  opacity: 1;
}

footer .yokoku_list ul li a img {
  opacity: .5;
}

footer .yokoku_list ul li a.active img {
  opacity: 1;
}

footer .yokoku_list .event_off {
  pointer-events: none;
}

footer .yokoku_list .color_off {
  opacity: .5;
}

footer .banner .link {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

footer li span {
  display: block;
  vertical-align: middle;
}

footer .bottom {
  padding: 100px 0;
  font-family: 'Shuei KakuGo Gin B';
}

footer .bottom a {
  color: #4D4D4D;
  letter-spacing: 0.1em;
}

footer .inner {
  max-width: 845px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

footer .share {
  display: flex;
  padding-bottom: 80px;
  letter-spacing: 0.1em;
}

footer .share_title {
  border-top: 1px solid #0a1464;
  border-bottom: 1px solid #0a1464;
  font-size: 1.2rem;
  font-weight: bold;
}

footer .share_title span {
  display: block;
  line-height: 1em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

footer .share li {
  margin: 0 15px 0 0;
  line-height: 0;
}

footer .share li a {
  font-size: 3.8rem;
  display: block;
}

footer .bottom .menu {
  font-size: 1.2rem;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

footer .bottom .menu a {
  letter-spacing: 0;
}

footer .bottom .menu li::after {
  content: "／";
  display: inline;
  font-size: 1.2rem;
  color: #4D4D4D;
  padding: 0 5px;
}

footer .bottom .menu li:last-of-type:after {
  display: none;
}

footer .copyright {
  text-align: center;
  font-size: 1.2rem;
  color: #4D4D4D;
}

.share-txt-do {
  display: flex;
  align-items: center;
}

.footer-inner {
  max-width: 1000px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 801px) {
  footer .yokoku_list ul li a.pcBorder_top {
    border-left: 2px solid #1A3C73;
    margin-bottom: 30px;
  }
  footer .yokoku_list ul li a.pcBorder_bottom {
    border-right: 2px solid #1A3C73;
    border-left: 2px solid #1A3C73;
  }
  footer .yokoku_list ul li.border_top {
    border-top: 2px solid #1A3C73;
  }
  footer .hobo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 6px;
    right: 0;
    margin: -5px 0 0;
  }
  footer .hobo a {
    display: flex;
    font-size: 1.6rem;
  }
  footer .hobo li {
    margin: 0 0 0 25px;
  }
  footer .hobo a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .email {
    margin: 3px 0 0 0;
    font-size: 1.3rem;
  }
  footer .email span {
    display: inline-block;
    margin: -4px 5px 0 0;
    font-size: 3rem;
  }
  footer .ico_home {
    margin: 3px 0 0 0;
    font-size: 1.3rem;
  }
  footer .ico_home span {
    display: inline-block;
    margin: -4px 5px 0 0;
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  footer .banner .link {
    display: block;
    padding: 0 10px;
  }
  footer .banner .link a:first-of-type {
    display: block;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 800px) {
  footer {
    margin-top: 40px;
    padding-bottom: 0;
  }
  footer .banner_vintage {
    font-size: 1.12rem;
    margin: 0 auto 80px;
  }
  footer .banner_vintage a img:nth-of-type(1) {
    width: 100%;
  }
  footer .banner_vintage div {
    padding-bottom: 10px;
  }
  footer .banner_vintage div img {
    width: 265px;
    padding-right: 5px;
  }
  footer .yokoku_list ul {
    justify-content: space-between;
  }
  footer .yokoku_list ul li {
    width: 50%;
  }
  footer .yokoku_list {
    padding: 20px 0 0;
  }
  footer .yokoku_list ul li a {
    padding: 0 10px;
    margin: 10px 0 20px;
    font-size: 1.1rem;
    height: 93%;
  }
  footer .yokoku_list ul li:nth-of-type(odd) a {
    border-right: 2px solid #1A3C73;
  }
  footer .yokoku_list ul li.border_bottom_sp {
    border-bottom: 2px solid #1A3C73;
  }
  footer .yokoku_list ul li .num {
    font-size: 1.5rem;
  }
  footer .banner {
    padding: 20px 10px 40px;
    margin-bottom: 0;
  }
  footer {
    text-align: center;
  }
  footer .bottom {
    padding: 100px 10px 0;
    background-image: url(/store/miknits/2022/img/pre/index/bg-footer.png);
    background-size: 100%;
    background-position: top;
    height: 113vw;
  }
  footer .bottom a {
    font-size: 12px;
  }
  footer .share {
    max-width: 150px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 30px;
    transform: translateX(8px);
  }
  footer .share li {
    margin: 0;
  }
  footer .share li a {
    font-size: 3.5rem;
  }
  footer .hobo {
    max-width: 300px;
    position: relative;
    margin: 0 auto;
  }
  footer .hobo li {
    margin: 0 0 15px 0;
    display: block;
  }
  footer .hobo li a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer .email {
    font-size: 1.6rem;
  }
  footer .email span {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 3rem;
    position: relative;
    top: -2px;
  }
  footer .ico_home span {
    margin: 0 9px 3px 0;
    display: inline-block;
    font-size: 3rem;
  }
  footer .bottom .menu {
    flex-wrap: wrap;
    padding-bottom: 15px;
    margin-top: 30px;
  }
  footer .bottom .menu a {
    font-size: 10px;
  }
  footer .copyright {
    font-size: 1rem;
  }
  .share-txt-do {
    display: none;
  }
  .ico-1 {
    width: 20px;
  }
  .ico-2 {
    width: 31.666px;
  }
  .ico-3 {
    width: 18.0225px;
  }
}

@media screen and (max-width: 800px) and (min-width: 641px) {
  .footer-inner {
    margin-bottom: -3.1vw;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 540px) {
  footer .bottom {
    padding-top: 11vw;
  }
}

@media screen and (max-width: 374px) {
  .mvTxt__prof {
    font-size: 15px;
  }
}
</pre></body></html>