<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%;
  /* 16px -&gt; 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
/*=============================================================
 01_base
=============================================================*/
body {
  background: url("../img/bg.png") repeat;
}

#header {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 0;
}
@media only screen and (max-width: 768px) {
  #header {
    width: auto;
  }
}
#header .logo {
  position: absolute;
  right: 58px;
  top: 0;
}
@media only screen and (max-width: 768px) {
  #header .logo {
    width: 38.75vw;
    top: 0;
    right: 0.78125vw;
  }
}

#kv {
  text-align: center;
  background-size: 100% 100%;
  height: 600px;
}
@media only screen and (max-width: 768px) {
  #kv {
    padding-bottom: 0;
    height: auto;
  }
}

#content {
  text-align: center;
}
#content .inner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #content .inner {
    width: 95.3125vw;
  }
}
@media only screen and (max-width: 768px) {
  #content img {
    width: 100%;
  }
}
#content #btn-game {
  display: none;
  position: fixed;
  top: 15px;
  right: 0;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  #content #btn-game {
    width: 7.8125vw;
  }
}

#campaign {
  padding: 102px 0 0;
  margin-bottom: 62px;
  background: url("../img/bg_cp.png") no-repeat top center;
}
@media only screen and (max-width: 768px) {
  #campaign {
    background: url("../img/bg_cp-sp.png") no-repeat top center;
    background-size: 100%;
  }
}
#campaign p.txt1 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  #campaign p.txt1 {
    margin-bottom: 2.5vw;
  }
}
#campaign p.txt2 {
  font-size: 22px;
  line-height: 1.6;
  color: #fffce4;
  margin-bottom: 34px;
}
@media only screen and (max-width: 768px) {
  #campaign p.txt2 {
    font-size: 30px;
    font-size: 4.6875vw;
    margin-bottom: 3.125vw;
  }
}
#campaign p.txt2 span.big {
  font-weight: bold;
}
#campaign p.txt2 span.small {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #campaign p.txt2 span.small {
    font-size: 22px;
    font-size: 3.4375vw;
  }
}
#campaign p.period {
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  #campaign p.period {
    margin-bottom: 6.25vw;
  }
}
#campaign .image {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #campaign .image {
    margin-bottom: 5.9375vw;
  }
}
@media only screen and (max-width: 768px) {
  #campaign .btn-rules {
    width: 79.21875vw;
    margin: 0 auto;
  }
}
#campaign .apply {
  padding-top: 60px;
}
#campaign .apply h2 {
  margin-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune {
    background-size: contain;
    margin: 0 -2.34375vw;
    padding: 0 2.34375vw;
  }
}
#campaign #fortune table {
  width: 100%;
}
#campaign #fortune table tbody tr {
  position: relative;
  padding: 50px 0 50px 156px;
  margin-bottom: 20px;
  display: block;
  background: url("../img/bg_tr_top.png") no-repeat top center, url("../img/bg_tr_bottom.png") no-repeat bottom center, url("../img/bg_tr_repeat.png") repeat-y top center;
  background-size: 100%;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune table tbody tr {
    padding: 8.125vw 5vw;
    margin-bottom: 3.125vw;
    background: url("../img/bg_tr_top-sp.png") no-repeat top center, url("../img/bg_tr_bottom-sp.png") no-repeat bottom center, url("../img/bg_tr_repeat-sp.png") repeat-y top center;
    background-size: 100%;
  }
}
#campaign #fortune table tbody tr::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
  width: 77px;
  height: 99px;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune table tbody tr::before {
    left: 3.125vw;
    width: 14.84375vw;
    height: 19.21875vw;
  }
}
#campaign #fortune table tbody tr:nth-child(1) {
  padding-bottom: 112px;
}
#campaign #fortune table tbody tr:nth-child(1)::before {
  background: url("../img/step1-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune table tbody tr:nth-child(1) .btn-follow {
    width: 62.5vw;
    margin: 0 auto;
  }
}
#campaign #fortune table tbody tr:nth-child(2) {
  padding-bottom: 112px;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune table tbody tr:nth-child(2) {
    padding-bottom: 18.125vw;
  }
}
#campaign #fortune table tbody tr:nth-child(2)::before {
  background: url("../img/step2-pc.png") no-repeat top center;
  background-size: contain;
}
#campaign #fortune table tbody tr:nth-child(2) th span span {
  font-size: 16px;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune table tbody tr:nth-child(2) th span span {
    font-size: 25px;
    font-size: 3.90625vw;
  }
}
#campaign #fortune table tbody tr:nth-child(2) input {
  width: 89.5%;
  border: solid 1px #c09729;
  outline: none;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 20px;
  color: #541b0c;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune table tbody tr:nth-child(2) input {
    width: 91.5%;
    padding: 2.34375vw 3.125vw;
    font-size: 36px;
    font-size: 5.625vw;
    border: solid 2px #c09729;
  }
}
#campaign #fortune table tbody tr:nth-child(3)::before {
  background: url("../img/step3-pc.png") no-repeat top center;
  background-size: contain;
}
#campaign #fortune table tbody tr:nth-child(3) th {
  padding-left: 0;
}
#campaign #fortune table tbody tr:nth-child(3) select {
  width: 28%;
  font-size: 20px;
  padding: 15px 20px;
  border: solid 1px #c09729;
  outline: none;
  border-radius: 5px;
  color: #541b0c;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune table tbody tr:nth-child(3) select {
    width: 25vw;
    font-size: 36px;
    font-size: 5.625vw;
    border: solid 2px #c09729;
  }
}
#campaign #fortune table tbody tr:nth-child(3) span.txt {
  font-size: 20px;
  margin-right: 1em;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune table tbody tr:nth-child(3) span.txt {
    font-size: 30px;
    font-size: 4.6875vw;
    font-weight: bold;
    margin-right: 2.34375vw;
  }
}
#campaign #fortune table tbody tr:nth-child(4) {
  padding-bottom: 112px;
}
#campaign #fortune table tbody tr:nth-child(4)::before {
  background: url("../img/step4-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune table tbody tr:nth-child(4) th {
    padding-left: 9.375vw;
  }
}
#campaign #fortune table tbody tr:nth-child(4) select {
  width: 100%;
  font-size: 20px;
  padding: 15px 20px;
  border: solid 1px #c09729;
  outline: none;
  border-radius: 5px;
  color: #541b0c;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune table tbody tr:nth-child(4) select {
    font-size: 36px;
    font-size: 5.625vw;
  }
}
#campaign #fortune table tbody tr:nth-child(5) {
  padding: 0;
  background: unset;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune table tbody tr:nth-child(5) th {
    padding-left: 0;
    margin: 0 -3.125vw;
  }
}
#campaign #fortune table tbody tr:nth-child(5) th img {
  margin-left: -4px;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune table tbody tr:nth-child(5) th img {
    margin-left: 0;
  }
}
#campaign #fortune table tbody tr th {
  width: 334px;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  font-weight: normal;
  color: #541b0c;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune table tbody tr th {
    display: inline-block;
    width: auto;
    font-size: 30px;
    font-size: 4.6875vw;
    margin-bottom: 5.46875vw;
    padding-left: 7.1875vw;
  }
}
#campaign #fortune table tbody tr th span.small {
  display: block;
  font-size: 16px;
  position: absolute;
  left: 156px;
  bottom: 52px;
  padding-top: 36px;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune table tbody tr th span.small {
    font-size: 22px;
    font-size: 3.4375vw;
    width: 100%;
    left: 50%;
    bottom: 7.03125vw;
    transform: translateX(-50%);
    text-align: center;
  }
}
#campaign #fortune table tbody tr th span.red {
  color: #ce1e1e;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune table tbody tr th span.red {
    font-weight: bold;
  }
}
#campaign #fortune table tbody tr td {
  width: 422px;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune table tbody tr td {
    display: block;
    width: 100%;
    text-align: center;
  }
}
#campaign #fortune table tbody tr td label.error {
  display: block;
  line-height: 1;
  font-size: 15px;
  text-align: right;
  font-weight: bold;
  margin-top: 10px;
  color: red;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune table tbody tr td label.error {
    display: block;
    line-height: 1;
    font-size: 20px;
    font-size: 3.125vw;
    text-align: right;
    font-weight: bold;
    margin-top: 2%;
    color: red;
  }
}
#campaign #fortune .bg-step5 {
  padding-top: 108px;
  margin-top: -108px;
  background: url("../img/bg_step5.jpg") bottom center no-repeat;
  background-size: cover;
  padding-bottom: 64px;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune .bg-step5 {
    background: url("../img/bg_step5-sp.jpg") no-repeat bottom center;
    background-size: cover;
    padding: 21.5625vw 2.34375vw 9.6875vw;
    margin: -21.5625vw -2.34375vw 0;
  }
}
#campaign #fortune #send {
  background: url("../img/btn_result-pc.gif") no-repeat top center transparent;
  display: block;
  width: 444px;
  height: 169px;
  margin: 0 auto 25px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune #send {
    width: 85.9375vw;
    height: 33.8125vw;
    background: url("../img/btn_result-sp.gif") no-repeat top center;
    margin: 0 auto 5.625vw;
  }
}
#campaign #fortune #send input {
  border: none;
  background-color: transparent;
}
#campaign #fortune #send:hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}
#campaign #fortune .btn-off {
  text-align: center;
  margin: 0 auto 25px;
}
#campaign #fortune #error-box {
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune #error-box {
    font-size: 26px;
    font-size: 4.0625vw;
  }
}
#campaign #fortune #error-box span {
  display: block;
  padding: 5px 0 25px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune #error-box span {
    padding: 0vw 0 3.90625vw;
  }
}
#campaign #fortune #result .txt3 {
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune #result .txt3 {
    padding: 5.9375vw 0 5.46875vw;
  }
}
#campaign #fortune #result .image {
  margin-bottom: 0;
}
#campaign #fortune #result .note {
  background-color: #FEFBE2;
  width: 701px;
  margin: 0 auto;
  padding: 10px 20px 20px;
  margin-bottom: 40px;
  font-size: 14px;
  color: #ce1e1e;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune #result .note {
    width: 89.0625vw;
    margin-bottom: 5.9375vw;
    padding: 0vw 3.125vw 3.125vw;
    font-size: 16px;
    font-size: 2.5vw;
    margin-top: -0.3125vw;
  }
}
#campaign #fortune #result .image2 img {
  border: 6px solid #f3efca;
}
@media only screen and (max-width: 768px) {
  #campaign #fortune #result .image2 img {
    border: 0.9375vw solid #f3efca;
  }
}
@media only screen and (max-width: 768px) {
  #campaign #fortune #result .btn-tweet {
    width: 85.9375vw;
    margin: 0 auto;
  }
}

#game {
  padding: 60px 0;
  background: url("../img/bg_game.png") no-repeat top center #000000;
}
@media only screen and (max-width: 768px) {
  #game {
    padding: 9.375vw 0;
    background: url("../img/bg_game-sp.png") no-repeat top center #000000;
  }
}
#game h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #game h2 {
    margin-bottom: 5vw;
  }
}
#game .block {
  width: 805px;
  border: 2px solid #ff5e26;
  padding: 12px 0 32px;
  background-color: #fff;
  margin: 0 auto;
}
#game .block:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #game .block:not(:last-child) {
    margin-bottom: 3.125vw;
  }
}
@media only screen and (max-width: 768px) {
  #game .block {
    width: auto;
    margin: -2.34375vw;
    border-left: none;
    border-right: none;
    margin-top: 0;
    padding: 1.875vw 0 3.4375vw;
  }
}

#modal-block {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99;
  overflow-y: scroll;
}
#modal-block .close-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal-block .close {
  font-size: 50px;
  font-weight: bold;
  color: #ffeb00;
  position: absolute;
  top: 0;
  right: -8%;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #modal-block .close {
    font-size: 8.5vw;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: -5vw;
    right: 0;
    cursor: pointer;
  }
}
#modal-block .close::after {
  content: "×";
}
#modal-block .modal {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #modal-block .modal {
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
#modal-block .modal.m-image {
  display: block;
  margin-top: 150px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  #modal-block .modal.m-image {
    margin-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  #modal-block img {
    width: 100%;
  }
}
#modal-block .agreement-box {
  display: none;
  position: relative;
  width: 1057px;
  border: 1px solid #c09729;
  margin: 100px auto;
  background-color: #fffdef;
}
@media only screen and (max-width: 768px) {
  #modal-block .agreement-box {
    width: 85%;
  }
}
#modal-block .agreement-box .close {
  top: -2%;
  right: -6%;
  color: #ffeb00;
}
@media only screen and (max-width: 768px) {
  #modal-block .agreement-box .close {
    font-size: 8.5vw;
    font-weight: bold;
    color: #ffeb00;
    position: absolute;
    top: -5vw;
    right: 0;
    cursor: pointer;
  }
}
#modal-block .agreement-box .inner {
  padding: 50px 0 78px;
  margin: 0 52px;
  width: auto;
}
@media only screen and (max-width: 1200px) {
  #modal-block .agreement-box .inner {
    padding: 8% 0 8%;
    margin: 0 6%;
  }
}
#modal-block .agreement-box h3 {
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  color: #541b0c;
  padding: 20px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #modal-block .agreement-box h3 {
    font-size: 6.25vw;
    padding: 3.5% 0;
  }
}
#modal-block .agreement-box h4 {
  font-size: 28px;
  font-weight: bold;
  color: #541b0c;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #modal-block .agreement-box h4 {
    font-size: 4.5vw;
    margin-bottom: 3%;
  }
}
#modal-block .agreement-box p {
  font-size: 18px;
  color: #541b0c;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #modal-block .agreement-box p {
    font-size: 3.2vw;
  }
}
#modal-block .agreement-box .mb24 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  #modal-block .agreement-box .mb24 {
    margin-bottom: 5%;
  }
}
#modal-block .agreement-box dl dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #541b0c;
  padding-top: 24px;
}
@media only screen and (max-width: 768px) {
  #modal-block .agreement-box dl dt {
    font-size: 3.2vw;
    padding-top: 5%;
  }
}
#modal-block .agreement-box dl dd {
  font-size: 18px;
  line-height: 1.5;
  color: #541b0c;
}
@media only screen and (max-width: 768px) {
  #modal-block .agreement-box dl dd {
    font-size: 3.2vw;
  }
}

/*-----------------------------------------------
 app-info
-----------------------------------------------*/
#app-info {
  position: relative;
  background-color: #af00cf;
  padding: 35px 0 32px;
  z-index: 2;
}
#app-info .inner {
  width: 1100px;
  margin: 0 auto;
}
#app-info .detail {
  display: flex;
  width: 434px;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0;
  text-align: center;
  margin: 0 auto 20px;
}
#app-info .detail .image {
  display: inline-block;
  margin-right: 15px;
  width: 126px;
}
#app-info .detail .image img {
  width: 100%;
}
#app-info .detail p {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
}
#app-info .detail dl {
  width: 228px;
  display: flex;
  flex-wrap: wrap;
}
#app-info .detail dl dt {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  margin-right: 1em;
}
#app-info .detail dl dd {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}
#app-info .app {
  font-size: 0;
  text-align: center;
}
#app-info .app li {
  display: inline-block;
  margin: 0 5px;
}

@media only screen and (max-width: 768px) {
  #app-info {
    margin-bottom: 0;
    padding: 4.8% 0 4%;
  }
  #app-info .inner {
    width: auto;
  }
  #app-info .bnr-list {
    margin-bottom: 3.5%;
  }
  #app-info .bnr-list li {
    width: 47%;
    margin: 0 1%;
  }
  #app-info .detail {
    margin-bottom: 3.2%;
    width: 64.0625vw;
  }
  #app-info .detail .image {
    width: 19.6875vw;
    margin-right: 1.5%;
    vertical-align: middle;
  }
  #app-info .detail p {
    font-size: 2.19vw;
    vertical-align: middle;
  }
  #app-info .detail p {
    font-size: 24px;
    font-size: 3.75vw;
    margin-bottom: 1.875vw;
  }
  #app-info .detail dl {
    width: 35.15625vw;
  }
  #app-info .detail dl dt {
    font-size: 14px;
    font-size: 2.1875vw;
  }
  #app-info .detail dl dd {
    font-size: 14px;
    font-size: 2.1875vw;
  }
  #app-info .app li {
    margin: 0 0.5%;
  }
  #app-info .app li:nth-child(1) {
    width: 24.4%;
  }
  #app-info .app li:nth-child(2) {
    width: 25.8%;
  }
  #app-info .app li:nth-child(3) {
    display: none;
  }
}
#footer {
  padding: 28px 0 30px;
  text-align: center;
  background-color: #000;
}
#footer #pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 50;
}
#footer .sns {
  margin-bottom: 25px;
}
#footer .sns li {
  display: inline-block;
  margin: 0 7px;
}
#footer small {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #footer {
    padding: 4% 0;
  }
  #footer img {
    width: 100%;
  }
  #footer #pagetop {
    position: fixed;
    bottom: 4.6875vw;
    right: 3.125vw;
    width: 13.75vw;
  }
  #footer .sns {
    margin-bottom: 3%;
  }
  #footer .sns li {
    display: inline-block;
    margin: 0 0.8%;
  }
  #footer small {
    font-size: 2.8vw;
  }
}</pre></body></html>