@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ",  "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 1.4rem;
  overflow-x: hidden;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"] {
  padding: 1em;
  text-align: left;
  width: 100%;
  border-bottom: solid 2px #ccc;
}

.select_wrap {
  border: solid 1px #949494;
  position: relative;
  border-radius: 3px;
}

.select_wrap::after {
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #96ADC8 transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
}

@media screen and (max-width: 1280px) {
  .select_wrap {
    border-radius: 0.24vw;
  }
  .select_wrap::after {
    border-width: 0.625vw 0.468vw 0 0.468vw;
    right: 5px;
  }
}

select {
  padding: 0.5em;
  min-width: 100%;
  color: #96ADC8;
  cursor: pointer;
}

select :disabled {
  color: #ccc;
}

button {
  margin: auto;
  padding: 0;
  font-size: 16px;
  width: 120px;
  min-height: 35px;
  text-align: center;
  border-radius: 5px;
  background: #fff;
}

button:active {
  -webkit-transform: translate(0, 1px);
          transform: translate(0, 1px);
}

button.close {
  border: solid 1px #57A400;
  color: #57A400;
  font-weight: bold;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
}

button.back {
  margin: 20px auto auto 0;
  padding: 0;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background: #949494;
}

button.next {
  margin: 20px 0 auto auto;
  padding: 0;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background: #89C01C;
}

button.save {
  margin: 0;
  padding: 0;
  width: 120px;
  height: 30px;
  min-height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #57A400;
  background: #fff;
  border: solid 1px #57A400;
}

button.load {
  margin: 0 0 0 5px !important;
  padding: 0;
  width: 60px;
  height: 30px;
  min-height: 30px;
  line-height: 30px;
  font-size: 14px;
  background: #fff;
  border: solid 1px #949494;
}

button.wait {
  background: #3366FF;
}

button.speaking {
  background: #92D050;
}

button.judging {
  background: #FF9900;
}

button.complete {
  background: #953735;
}

@media screen and (max-width: 1280px) {
  button {
    font-size: 1.25vw;
    width: 9.375vw;
    min-height: 2.7343vw;
    border-radius: 0.39vw;
  }
  button.close {
    height: 2.7343vw;
    line-height: 2.7343vw;
  }
  button.back {
    margin: 1.5625vw auto auto 0;
    width: 15.625vw;
    height: 3.125vw;
    line-height: 3.125vw;
    font-size: 1.25vw;
  }
  button.next {
    margin: 1.5625vw auto auto 0;
    width: 15.625vw;
    height: 3.125vw;
    line-height: 3.125vw;
    font-size: 1.25vw;
  }
  button.save {
    width: 9.375vw;
    height: 30px;
    min-height: 2.7343vw;
    min-height: 2.7343vw;
    font-size: 1.25vw;
  }
  button.load {
    margin: 0 0 0 0.39vw !important;
    width: 4.6875vw;
    height: 2.7343vw;
    min-height: 2.7343vw;
    line-height: 2.7343vw;
    font-size: 1.0937vw;
  }
}

/*-------------------------------------------------------------
header
/*-------------------------------------------------------------*/
header {
  margin: auto auto 30px;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

header > div:first-child {
  padding: 15px 0;
  width: 100%;
  height: 50px;
  background: #57A400;
  border-bottom: solid 1px #C9C9C9;
  position: relative;
}

header > div:first-child h1 {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}

header > div:last-child {
  padding: 15px 0;
  width: 100%;
  height: 50px;
  background: #89C01C;
}

header > div:last-child h2 {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}

header > div:last-child h2 span {
  margin-left: 0.6em;
  padding-left: 0.6em;
  display: inline-block;
  border-left: solid 1px #c0dc89;
}

header > div:last-child button {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

header div.inner {
  margin: auto;
  max-width: 1200px;
  position: relative;
}

main {
  margin: auto auto 40px;
  width: 100%;
  max-width: 1200px;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  header {
    margin: auto auto 2.343vw;
  }
  header > div:first-child {
    padding: 1.1718vw 0;
    height: 3.9vw;
  }
  header > div:first-child h1 {
    font-size: 1.5625vw;
  }
  header > div:last-child {
    padding: 1.1718vw 0;
    height: 3.9vw;
  }
  header > div:last-child h2 {
    font-size: 1.5625vw;
  }
  header > div:last-child button {
    bottom: 0;
    right: 1vw;
  }
  div.inner {
    padding: 0 1vw;
  }
  main {
    margin: auto auto 3.125vw;
  }
}

/*-------------------------------------------------------------
main
/*-------------------------------------------------------------*/
/* 情報入力 選択
-------------------------------------------------------------- */
main#input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100vh - 180px);
}

main#input ul {
  margin: 0 auto;
  width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main#input ul li {
  margin: 0;
  padding: 20px;
  width: 320px;
  height: 200px;
  background: #fff;
  border: solid 1px #C9C9C9;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-align: left;
  position: relative;
}

main#input ul li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 18px 18px;
  position: absolute;
  right: 12px;
  bottom: 10px;
}

main#input ul li h3 {
  font-size: 24px;
  font-weight: bold;
}

main#input ul li h3 span {
  display: block;
  font-size: 15px;
}

main#input ul li:nth-child(1) h3 {
  color: #369F02;
}

main#input ul li:nth-child(2) h3 {
  color: #F67939;
}

main#input ul li:nth-child(3) h3 {
  color: #3085CF;
}

main#input ul li:nth-child(1)::after {
  border-color: transparent transparent #369F02 transparent;
}

main#input ul li:nth-child(2)::after {
  border-color: transparent transparent #F67939 transparent;
}

main#input ul li:nth-child(3)::after {
  border-color: transparent transparent #3085CF transparent;
}

main#input ul li:active {
  -webkit-transform: translate(0, 1px);
          transform: translate(0, 1px);
}

main#input ul li:nth-child(3) {
  opacity: 0.5;
  pointer-events: none;
}

@media screen and (max-width: 1280px) {
  main#input {
    min-height: calc(100vh - 12vw);
  }
  main#input ul {
    width: 82vw;
  }
  main#input ul li {
    padding: 1.5625vw;
    width: 25vw;
    height: 15.625vw;
    border-radius: 0.39vw;
  }
  main#input ul li:after {
    border-width: 0 0 1.4vw 1.4vw;
    right: 0.9375vw;
    bottom: 0.78125vw;
  }
  main#input ul li h3 {
    font-size: 1.875vw;
  }
  main#input ul li h3 span {
    font-size: 1.1718vw;
  }
}

/* 情報入力 詳細
-------------------------------------------------------------- */
main#input_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100vh - 180px);
}

main#input_data .input_area {
  margin: auto;
  width: 500px;
  border-top: solid 1px #E8E8E8;
  border-bottom: solid 1px #E8E8E8;
}

main#input_data .input_area > div {
  margin: auto auto 40px;
}

main#input_data .input_area > div select {
  padding: 1em;
}

main#input_data .input_area > div.level_text {
  margin: 10px auto;
  text-align: left;
}

main#input_data .input_area > div.level_text p {
  margin-left: 170px;
}

main#input_data .input_area .select {
  margin: auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #E8E8E8;
}

main#input_data .input_area .select:last-child {
  border-bottom: none;
}

main#input_data .input_area .select dt {
  margin: 0;
  padding: 0 1em;
  height: 55px;
  line-height: 55px;
  font-weight: normal;
  width: 160px;
  background: #F9FBF5;
  border-right: solid 1px #E8E8E8;
}

main#input_data .input_area .select dd {
  margin: 0;
  padding: 10px;
  width: 340px;
  text-align: left;
}

main#input_data .input_area .select input[type="text"] {
  margin: 0 10px 0 0;
  padding: 5px;
  width: 200px;
  border: solid 1px #949494;
  border-radius: 3px;
}

main#input_data .input_area #select1 dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main#input_data .input_area #select1 dd > div {
  margin: 0 20px 0 0;
}

main#input_data .input_area #select1 dd > div label {
  display: inline-block;
  vertical-align: middle;
}

main#input_data .input_area #select2 dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main#input_data .input_area #select2 dd > div {
  margin: 0 10px 0 0;
  width: 200px;
}

main#input_data .input_area #select3 {
  display: none;
}

main#input_data .input_area #select3 dd > div {
  width: 200px;
}

/* 食品選択
-------------------------------------------------------------- */
main#select_food {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1280px) {
  main#select_food {
    padding: 0 1.5vw;
  }
}

main#select_food #select_item {
  margin: 0;
  width: 190px;
  border: solid 2px #369F02;
  border-radius: 3px;
}

main#select_food #select_item dl {
  margin: auto auto;
  border-bottom: solid 1px #369F02;
  background: #FAFBF1;
  position: relative;
}

main#select_food #select_item dl:last-child {
  border: none;
}

main#select_food #select_item dl dt {
  padding: 1em;
  line-height: 1;
  display: block;
  color: #369F02;
  text-align: left;
  cursor: pointer;
}

main#select_food #select_item dl dt:active {
  -webkit-transform: translate(0, 1px);
          transform: translate(0, 1px);
}

main#select_food #select_item dl dt.show + dd ul {
  right: -190px;
  opacity: 1;
  pointer-events: auto;
}

main#select_food #select_item dl dd ul {
  margin: auto;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #ccc;
  background: #fff;
  border-radius: 5px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main#select_food #select_item dl dd ul li {
  margin: auto auto;
  padding: 0 0.7em;
  display: block;
  line-height: 45px;
  height: 45px;
  color: #369F02;
  font-size: 15px;
  text-align: left;
  border-bottom: solid 1px #ccc;
  cursor: pointer;
}

main#select_food #select_item dl dd ul li:last-child {
  border: none;
}

main#select_food #select_item dl dd ul li:active {
  -webkit-transform: translate(0, 1px);
          transform: translate(0, 1px);
}

@media screen and (max-width: 1280px) {
  main#select_food #select_item {
    width: 14.8437vw;
    border: solid 0.15625vw #369F02;
    border-radius: 0.2343vw;
  }
  main#select_food #select_item dl dt.show + dd ul {
    right: -14.8437vw;
  }
  main#select_food #select_item dl dd ul {
    border-radius: 0.39vw;
  }
  main#select_food #select_item dl dd ul li {
    line-height: 3.5156vw;
    height: 3.5156vw;
    font-size: 1.1718vw;
  }
}

main#select_food #canvas_area {
  margin: 0;
  width: 560px;
}

main#select_food #canvas_area .select_area {
  margin: auto auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

main#select_food #canvas_area .select_area > div {
  margin: 0 10px 0 0;
}

main#select_food #canvas_area .select_area > div select {
  width: 150px;
}

main#select_food #canvas_area .select_area > button {
  margin: 0 0 0 auto;
}

main#select_food #canvas_area #canvas {
  margin: auto auto 20px;
}

main#select_food #canvas_area #ingredient {
  margin: auto;
  padding: 20px;
  border: solid 1px #DCDCDC;
  text-align: left;
}

main#select_food #canvas_area #ingredient h3 {
  margin: auto auto 20px;
  font-size: 18px;
  color: #369F02;
  font-weight: bold;
  position: relative;
  line-height: 1;
}

main#select_food #canvas_area #ingredient h3 span {
  margin: auto;
  font-size: 12px;
  font-weight: normal;
  color: initial;
  position: absolute;
  right: 0;
  top: 4px;
  bottom: 0;
}

main#select_food #canvas_area #ingredient > p {
  margin-bottom: 20px;
  font-size: 11px;
  text-align: right;
}

main#select_food #canvas_area #ingredient dl {
  margin: auto auto 30px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main#select_food #canvas_area #ingredient dl:last-child {
  margin: auto;
}

main#select_food #canvas_area #ingredient dl dt {
  margin: 0;
  width: 80px;
  font-size: 12px;
  font-weight: normal;
}

main#select_food #canvas_area #ingredient dl dd {
  margin: 0;
  width: 430px;
  height: 15px;
  border: solid 1px #DCDCDC;
  position: relative;
}

main#select_food #canvas_area #ingredient dl dd span {
  margin: auto;
  display: block;
  position: absolute;
  font-size: 10px;
  position: absolute;
  right: 0;
  top: -15px;
  font-family: monospace;
}

main#select_food #canvas_area #ingredient dl dd ul {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

main#select_food #canvas_area #ingredient dl dd ul li {
  margin: 0;
  position: relative;
  height: 13px;
  width: 0.1px;
  background: #60B6DC;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /*
                            &:nth-child(2){
                                background: #fab70a;
                                background: -moz-linear-gradient(left,  #fab70a 0%, #ff6c01 100%);
                                background: -webkit-linear-gradient(left,  #fab70a 0%,#ff6c01 100%);
                                background: linear-gradient(to right,  #fab70a 0%,#ff6c01 100%);
                                height: 7px;
                            }*/
}

main#select_food #canvas_area #ingredient dl dd ul li.over:after {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

main#select_food #canvas_area #ingredient dl dd ul li:nth-child(1) {
  background: #89C01C;
}

main#select_food #canvas_area #ingredient dl dd ul li:nth-child(2) {
  background: #D6D63B;
}

main#select_food #canvas_area #ingredient dl dd ul li:nth-child(3) {
  background: #F67939;
}

main#select_food #canvas_area #ingredient dl dd ul li:nth-child(4) {
  background: #077DD1;
}

main#select_food #canvas_area #ingredient dl dd ul li:nth-child(5) {
  background: #7030A0;
}

main#select_food #canvas_area #ingredient dl dd ul li:nth-child(6) {
  background: #89C01C;
}

main#select_food #canvas_area #ingredient dl dd ul li:nth-child(7) {
  background: #D6D63B;
}

main#select_food #canvas_area #ingredient dl dd ul li:nth-child(8) {
  background: #F67939;
}

main#select_food #canvas_area #ingredient dl dd ul li:nth-child(9) {
  background: #077DD1;
}

main#select_food #canvas_area #ingredient dl dd ul li:nth-child(10) {
  background: #7030A0;
}

main#select_food #canvas_area #ingredient dl dd ul li span {
  font-size: 10px;
  position: absolute;
  right: 0;
  top: -14px;
}

main#select_food #canvas_area #ingredient dl dd ul li:nth-child(2) span {
  top: -21px;
}

@media screen and (max-width: 1280px) {
  main#select_food #canvas_area {
    width: 43.75vw;
  }
  main#select_food #canvas_area .select_area {
    margin: auto auto 1.5625vw;
  }
  main#select_food #canvas_area .select_area > div {
    margin: 0 0.78125vw 0 0;
  }
  main#select_food #canvas_area .select_area > div select {
    width: 11.7187vw;
  }
  main#select_food #canvas_area #canvas {
    margin: auto auto 1.5625vw;
  }
  main#select_food #canvas_area #ingredient {
    padding: 1.5625vw;
  }
  main#select_food #canvas_area #ingredient h3 {
    margin: auto auto 1.5625vw;
    font-size: 1.4062vw;
  }
  main#select_food #canvas_area #ingredient h3 span {
    font-size: 0.9375vw;
    top: 0.3125vw;
  }
  main#select_food #canvas_area #ingredient > p {
    margin-bottom: 1.5625vw;
    font-size: 0.8593vw;
  }
  main#select_food #canvas_area #ingredient dl {
    margin: auto auto 2.3437vw;
    height: 1.1718vw;
  }
  main#select_food #canvas_area #ingredient dl dt {
    width: 6.25vw;
    font-size: 0.9375vw;
  }
  main#select_food #canvas_area #ingredient dl dd {
    width: 33.5937vw;
    height: 1.1718vw;
  }
  main#select_food #canvas_area #ingredient dl dd span {
    font-size: 0.7812vw;
    top: -1.1718vw;
  }
  main#select_food #canvas_area #ingredient dl dd ul li {
    height: 1.01vw;
    width: 0.1px;
  }
  main#select_food #canvas_area #ingredient dl dd ul li.over:after {
    height: 1.0156vw;
  }
  main#select_food #canvas_area #ingredient dl dd ul li span {
    font-size: 0.7812vw;
    top: -1.0937vw;
  }
  main#select_food #canvas_area #ingredient dl dd ul li:nth-child(2) span {
    top: -1.64vw;
  }
}

main#select_food #graph_area {
  width: 380px;
  padding: 0;
  margin: 0;
  text-align: left;
}

main#select_food #graph_area dl {
  margin: auto auto 10px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main#select_food #graph_area dl dt {
  margin: 0;
  width: 40px;
  font-size: 13px;
}

main#select_food #graph_area dl dd {
  margin: 0;
  width: 340px;
  height: 50px;
  border: dotted 1px #C9C9C9;
  background: #F7F8F6;
  position: relative;
}

main#select_food #graph_area dl dd > span {
  margin: auto auto auto 0;
  width: 300px;
  height: 50px;
  border: dotted 1px #89C01C;
  background: #fff;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 0;
}

main#select_food #graph_area dl dd ul {
  margin: auto auto auto 0;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main#select_food #graph_area dl dd ul li {
  margin: 0;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main#select_food #graph_area dl dd ul li:nth-child(1) {
  background: #89C01C;
}

main#select_food #graph_area dl dd ul li:nth-child(2) {
  background: #D6D63B;
}

main#select_food #graph_area dl dd ul li:nth-child(3) {
  background: #F67939;
}

main#select_food #graph_area dl dd ul li:nth-child(4) {
  background: #077DD1;
}

main#select_food #graph_area dl dd ul li:nth-child(5) {
  background: #7030A0;
}

main#select_food #graph_area dl dd ul li > span {
  margin: 0;
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 1280px) {
  main#select_food #graph_area {
    width: 29.6875vw;
  }
  main#select_food #graph_area dl {
    margin: auto auto 0.78125vw;
    height: 3.9vw;
  }
  main#select_food #graph_area dl dt {
    width: 3.125vw;
    font-size: 1.0156vw;
  }
  main#select_food #graph_area dl dd {
    width: 26.56vw;
    height: 3.906vw;
  }
  main#select_food #graph_area dl dd > span {
    width: 23.43vw;
    height: 3.906vw;
  }
  main#select_food #graph_area dl dd ul {
    height: 3.906vw;
  }
  main#select_food #graph_area dl dd ul li {
    height: 2.3437vw;
  }
  main#select_food #graph_area dl dd ul li > span {
    font-size: 0.9375vw;
  }
}

/* 食品選択
-------------------------------------------------------------- */
main#info {
  text-align: left;
}

main#info p {
  line-height: 1.5;
}

main#info h2 {
  font-size: 20px;
}

main#info > div {
  margin: auto auto 10px;
  padding: 30px 20px;
  border-bottom: solid 1px #ccc;
}

main#info > div h3 {
  margin: auto auto 10px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  main#info h2 {
    font-size: 1.5625vw;
  }
  main#info > div {
    margin: auto auto 0.78125vw;
    padding: 2.34375vw 1.5625vw;
  }
  main#info > div h3 {
    margin: auto auto 0.78125vw;
    font-size: 1.25vw;
  }
}

/*-------------------------------------------------------------
footer
/*-------------------------------------------------------------*/
footer {
  margin: auto;
  padding: 0 40px;
  width: 100%;
  height: 80px;
  background: #E5E5E5;
}

footer div.inner {
  margin: auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1280px) {
  footer {
    padding: 0 3.125vw;
    height: 6.25vw;
  }
}
/*# sourceMappingURL=style.css.map */