@charset "UTF-8";
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%;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

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

.clear {
  clear: both;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
:after,
:before {
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/*------------------------------------------
サービス別レスポンシブ
------------------------------------------*/
/*youtube*/
.youtubeWrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtubeWrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*------------------------------------------
共通
------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

img {
  vertical-align: top;
}

sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.hoverBtn {
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 1020px) {
  .hidden-pd {
    display: none !important;
  }
}
.visible500 {
  display: none;
}

@media screen and (max-width: 500px) {
  .visible500 {
    display: block;
  }
}
.comingsoon p {
  color: #ccc;
  font-size: 3rem;
  font-weight: 700;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  display: inline;
  width: 100%;
}
.comingsoon .text {
  display: inline-block;
  font-size: 2rem;
  font-family: Arial, Helvetica, sans-serif;
  animation: text-animation 0.8s forwards;
  transform: rotateY(90deg);
  letter-spacing: -5px;
}
@keyframes text-animation {
  0% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}

.caution {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .caution {
    font-size: 12px;
  }
}
.caution a {
  color: #222;
  text-decoration: underline;
  font-weight: 700;
}
.caution a:hover {
  text-decoration: none;
}

#wrapper {
  background: #333;
}

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

.btnBox {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .btnBox {
    font-size: 18px;
  }
}
.btnBox .btn > span:after {
  content: none;
}
.btnBox p {
  margin-top: 50px;
  font-size: 14px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .btnBox p {
    margin-top: 20px;
    font-size: 12px;
  }
}
.btnBox .btn {
  width: 100%;
  max-width: 600px;
  height: 70px;
  margin: 0 auto 30px;
  display: table;
  border: 5px solid #9b0011;
  background: rgba(255, 255, 255, 0.9);
  text-decoration: none !important;
  border-radius: 10px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.btnBox .btn > span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 700;
  color: #9b0011;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0);
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btnBox .btn > span {
    font-size: 18px;
  }
}
.btnBox .btn.download {
  border: 5px solid #301c75;
}
.btnBox .btn.download > span {
  color: #301c75;
}
.btnBox .btn.download > span:after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  background: url("../img/icon_download.svg") no-repeat center/cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(800%, -50%);
}
.btnBox .btn:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2) inset;
}
.btnBox .btn:hover > span {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

/*------------------------------------------
メインビジュアル
------------------------------------------*/
.mv {
  background-color: #f3f4f2;
  background-image: url(../img/mv_bg.webp);
  background-repeat: no-repeat;
  background-position: top -100px right;
  background-size: 30%;
  padding: 20px 20px 100px;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 20px 20px 30px;
  }
}
.mv h1 {
  width: 100%;
}
.mv p.cashback {
  width: 100%;
  margin-bottom: 20px;
}
.mv p.schedule {
  width: 100%;
}
.mv .endBox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
.mv .endBox p {
  font-weight: 700;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .mv .endBox p {
    font-size: 4.5vw;
  }
}
@keyframes boyon {
  0% {
    width: 0%;
    height: 0%;
  }
  15% {
    width: 100%;
    height: 100%;
  }
  30% {
    width: 120%;
    height: 120%;
  }
  50% {
    width: 90%;
    height: 90%;
  }
  70% {
    width: 115%;
    height: 115%;
  }
  85% {
    width: 98%;
    height: 98%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
/*------------------------------------------
キャッチコピー
------------------------------------------*/
.catch {
  padding: 30px 15px;
  background-color: #9a2924;
}
.catch p {
  text-align: center;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .catch p {
    font-size: 18px;
  }
}

/*------------------------------------------
対象製品
------------------------------------------*/
.target_products {
  padding: 100px 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .target_products {
    padding: 50px 20px;
  }
}
.target_products h2 {
  margin-bottom: 50px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .target_products h2 {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.target_products h2 span.line {
  width: 100%;
  height: 2px;
  margin-top: 10px;
  display: block;
  position: relative;
  background: #fff;
}
.target_products h2 span.line:before, .target_products h2 span.line:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #FFF;
  border-radius: 6px;
  position: absolute;
  top: -2px;
}
.target_products h2 span.line:before {
  left: 0;
}
.target_products h2 span.line:after {
  right: 0;
}
.target_products .content {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .target_products .content {
    margin-bottom: 20px;
  }
}
.target_products .content h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .target_products .content h3 {
    font-size: 18px;
  }
}
.target_products .content h3 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.target_products .content p {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .target_products .content p {
    margin-bottom: 20px;
  }
}
.target_products .content p strong {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .target_products .content p strong {
    font-size: 18px;
  }
}
.target_products .content a {
  text-decoration: underline;
}
.target_products .content a:hover {
  text-decoration: none;
}
.target_products .content h3 {
  font-size: 18px;
}
.target_products .content p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .target_products .content p {
    margin-bottom: 10px;
  }
}
.target_products .content p.target_model {
  font-size: 28px;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .target_products .content p.target_model {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .target_products .content p.target_model strong {
    display: block;
  }
}
.target_products .content p.target_model span {
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 768px) {
  .target_products .content p.target_model span {
    font-size: 14px;
  }
}
.target_products .content .signature_box {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  color: #000;
  margin-bottom: 50px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .target_products .content .signature_box {
    padding: 20px;
  }
}
.target_products .content .signature_box p {
  margin-bottom: 30px;
}
.target_products .content .signature_box p.logo_signature img {
  width: 480px;
}
@media screen and (max-width: 768px) {
  .target_products .content .signature_box p.logo_signature img {
    width: 80%;
  }
}
.target_products .content .signature_box .signature_box_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .target_products .content .signature_box .signature_box_inner {
    flex-direction: column;
  }
}
.target_products .content .signature_box .signature_box_inner figure {
  width: 48%;
  background-image: url(../img/bg_sculpture.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .target_products .content .signature_box .signature_box_inner figure {
    width: 100%;
    margin-bottom: 50px;
  }
}
.target_products .content .signature_box .signature_box_inner figure img.logo_signature {
  margin-bottom: 30px;
}
.target_products .content .signature_box .signature_box_inner .signature_txt {
  width: 48%;
  border-top: 1px solid #000;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .target_products .content .signature_box .signature_box_inner .signature_txt {
    width: 100%;
  }
}
.target_products .content .signature_box .signature_box_inner .signature_txt p {
  text-align: left;
}
.target_products .content .signature_box .signature_box_inner .signature_txt p strong {
  display: block;
}
.target_products .content .signature_box .signature_box_inner .signature_txt p.more_signature {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  border-top: 1px solid #000;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .target_products .content .signature_box .signature_box_inner .signature_txt p.more_signature {
    font-size: 16px;
  }
}
.target_products .content .signature_box .signature_box_inner .signature_txt p.more_signature span {
  font-size: 16px;
  display: block;
  font-weight: 400;
}
.target_products .content {
  /*------------------------------------------
  周辺アクセサリー
  ------------------------------------------*/
}
.target_products .content .accessory_box {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  color: #222;
}
@media screen and (max-width: 768px) {
  .target_products .content .accessory_box {
    padding: 20px;
  }
}
.target_products .content .accessory_box ol {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.target_products .content .accessory_box ol::before {
  content: "";
  display: block;
  width: calc(25% - 15px);
  order: 1;
}
.target_products .content .accessory_box ol::after {
  content: "";
  display: block;
  width: calc(25% - 15px);
}
@media screen and (min-width: 415px) and (max-width: 1024px) {
  .target_products .content .accessory_box ol::after {
    content: "";
    display: block;
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 414px) {
  .target_products .content .accessory_box ol {
    flex-direction: column;
  }
}
.target_products .content .accessory_box ol li {
  width: calc(25% - 15px);
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 414px) {
  .target_products .content .accessory_box ol li {
    width: 100%;
  }
}
@media screen and (min-width: 415px) and (max-width: 1024px) {
  .target_products .content .accessory_box ol li {
    width: calc(33.3333333333% - 10px);
  }
}
.target_products .content .accessory_box ol li p.acce_no {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  color: #6290a7;
  height: 50px;
  margin-bottom: 10px;
}
.target_products .content .accessory_box ol li p.acce_no img {
  width: 50px;
}
@media screen and (max-width: 414px) {
  .target_products .content .accessory_box ol li p.acce_no {
    display: none;
  }
}
.target_products .content .accessory_box ol li p.btn_acce_link {
  position: absolute;
  bottom: 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.target_products .content .accessory_box ol li p.btn_acce_link a {
  background-color: #9a2924;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.75rem;
  width: 120px;
}
.target_products .content .accessory_box ol li p.btn_acce_link a:hover {
  background-color: #b84742;
  transition: 0.3s;
}
.target_products .content .accessory_box ol li figure {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.target_products .content .accessory_box ol dl {
  text-align: left;
}
.target_products .content .accessory_box ol dl dt {
  font-weight: 700;
  margin-bottom: 5px;
}
.target_products .content .accessory_box ol dl dt span {
  font-size: 0.85rem;
  display: block;
}
.target_products .content .accessory_box ol dl dd {
  font-size: 0.85rem;
}
@media screen and (max-width: 834px) {
  .target_products .content .accessory_box ol dl dd {
    font-size: 0.75rem;
  }
}
.target_products .content ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .target_products .content ul {
    flex-direction: column;
  }
}
.target_products .content ul li {
  width: calc(50% - 10px);
  border: 1px solid #fff;
  background-color: #fff;
  padding: 10px;
  border-radius: 7px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .target_products .content ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.target_products .content ul li::after {
  content: "➔";
  color: #222;
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 32px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.target_products .content ul li:hover {
  background-color: #eee;
  transition: 0.3s;
}
.target_products .content ul li a {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  font-weight: 700;
  color: #222;
  text-decoration: none;
}
@media screen and (max-width: 820px) {
  .target_products .content ul li a {
    font-size: 12px;
  }
}
.target_products .content ul li a figure {
  display: flex;
  align-items: center;
}
.target_products .content ul li a figure img {
  width: 30px;
  margin-right: 10px;
}
.target_products .content ul li a strong {
  font-size: 24px;
  display: block;
}
@media screen and (max-width: 820px) {
  .target_products .content ul li a strong {
    font-size: 18px;
  }
}

/*------------------------------------------
キャンペーン概要
------------------------------------------*/
.overview {
  padding: 100px 20px 50px;
  background: #eee;
}
@media screen and (max-width: 768px) {
  .overview {
    padding: 30px 5%;
  }
}
.overview h2 {
  margin-bottom: 50px;
  font-size: 30px;
  color: #000;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .overview h2 {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.overview h2 span.line {
  width: 100%;
  height: 2px;
  margin-top: 10px;
  display: block;
  position: relative;
  background: #000;
}
.overview h2 span.line:before, .overview h2 span.line:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: -2px;
}
.overview h2 span.line:before {
  left: 0;
}
.overview h2 span.line:after {
  right: 0;
}
.overview h3 {
  color: #222;
  font-size: 24px;
  margin-bottom: 15px;
  border-left: 5px solid #000;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .overview h3 {
    font-size: 18px;
  }
}
.overview .box {
  margin-bottom: 50px;
  color: #222;
}
.overview .box > ol {
  margin-left: 1rem;
}
.overview .box > ol > li {
  font-weight: 700;
  list-style-type: decimal;
  list-style-position: outside;
}
.overview .box > ol > li ul {
  margin-left: -1rem;
}
.overview .box > ol > li ul li {
  font-weight: 400;
}
.overview .box p {
  margin-bottom: 20px;
}
.overview .box p a {
  font-size: 18px;
  border: 1px solid #000;
  padding: 7px 10px;
  background-color: #fff;
  border-radius: 5px;
  text-decoration: none;
}
.overview .box p a::after {
  content: "➔";
  margin-left: 10px;
}
.overview .box:last-child {
  margin-bottom: 0;
}
.overview .box a {
  text-decoration: underline;
  font-weight: 700;
  color: #222;
}
.overview .box a:hover {
  text-decoration: none;
}
.overview .box .line {
  text-decoration: line-through;
}
.overview .box .period {
  font-size: 32px;
  color: #9b0011;
}
@media screen and (max-width: 768px) {
  .overview .box .period {
    font-size: 18px;
  }
}
.overview ul {
  margin-bottom: 30px;
}
.overview ul li {
  line-height: 1.6;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 12px;
}
.overview ul li strong.red {
  color: #9a2924;
}

/*------------------------------------------
FAQ
------------------------------------------*/
.faq {
  padding: 100px 20px;
  color: #FFF;
  background: #3f3f3f;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 30px 5%;
  }
}
.faq h2 {
  margin-bottom: 50px;
  font-size: 30px;
  color: #FFF;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.faq h2 span.line {
  width: 100%;
  height: 2px;
  margin-top: 10px;
  display: block;
  position: relative;
  background: #FFF;
}
.faq h2 span.line:before, .faq h2 span.line:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #FFF;
  border-radius: 6px;
  position: absolute;
  top: -2px;
}
.faq h2 span.line:before {
  left: 0;
}
.faq h2 span.line:after {
  right: 0;
}
.faq .qaWrapper dl {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 768px) {
  .faq .qaWrapper dl {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.faq .qaWrapper dl dt {
  padding: 10px 80px 10px 50px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .faq .qaWrapper dl dt {
    padding: 0 60px 10px 50px;
    font-size: 16px;
  }
}
.faq .qaWrapper dl dt:hover {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.faq .qaWrapper dl dt:before {
  content: "Q";
  font-size: 40px;
  font-family: "DM Serif Display", sans-serif;
  position: absolute;
  left: 0;
  top: -5px;
}
@media screen and (max-width: 768px) {
  .faq .qaWrapper dl dt:before {
    font-size: 24px;
  }
}
.faq .qaWrapper dl dt > span {
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.faq .qaWrapper dl dt > span > span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.faq .qaWrapper dl dt > span > span:before, .faq .qaWrapper dl dt > span > span:after {
  content: "";
  width: 40px;
  height: 2px;
  display: block;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .faq .qaWrapper dl dt > span > span:before, .faq .qaWrapper dl dt > span > span:after {
    width: 30px;
  }
}
.faq .qaWrapper dl dt > span > span:after {
  transform: translate(0, -50%) rotate(90deg);
}
.faq .qaWrapper dl dt.active > span {
  transform: translate(0, -50%) rotate(225deg);
}
.faq .qaWrapper dl dd {
  padding: 20px 80px 0 50px;
  font-size: 18px;
  display: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq .qaWrapper dl dd {
    font-size: 16px;
  }
}
.faq .qaWrapper dl dd:before {
  content: "A";
  font-size: 40px;
  font-family: "DM Serif Display", sans-serif;
  position: absolute;
  left: 0;
  top: 8px;
}
.faq .qaWrapper dl dd strong {
  text-decoration: underline;
}
.faq .qaWrapper dl dd a {
  color: #fff;
  text-decoration: underline;
}

/*------------------------------------------
お問い合わせ
------------------------------------------*/
.inquiry {
  padding: 0 0 100px 0;
  background: #eee;
}
@media screen and (max-width: 768px) {
  .inquiry {
    padding: 0 5% 30px;
  }
}

/*------------------------------------------
footer
------------------------------------------*/
footer {
  padding: 20px 5%;
  background: #333;
  color: #FFF;
}
footer .innerBox {
  max-width: 1000px;
  margin-inline: auto;
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .innerBox {
    flex-direction: column;
  }
}
footer .innerBox small {
  font-size: 12px;
}
footer .innerBox .logoBox {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .innerBox .logoBox {
    margin-bottom: 15px;
  }
}
footer .innerBox .logoBox a {
  display: block;
}
footer .innerBox .logoBox a:not(:first-child) {
  margin-left: 20px;
}
footer .innerBox .logoBox a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=style.css.map */