@charset "UTF-8";
/*------------------------------------------------------------

1.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: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

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

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,
menu,
nav,
section,
summary {
  display: block;
}

html {
  font-size: 62.5%;
  line-height: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

html,
body {
  height: 100%;
  overflow: auto;
}

p {
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: bold;
}

a {
  max-width: 100%;
}

a,
a:visited,
a:active,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

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

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

input,
textarea {
  padding: 0 .5rem;
  box-sizing: border-box;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

input:focus,
textarea:focus,
button:focus,
html input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: 0;
}

label {
  cursor: pointer;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

iframe {
  max-width: 100%;
}

@font-face {
  font-family: "timebank";
  src: url("../../font/icon/timebank.woff") format("woff"), url("../../font/icon/timebank.eot") format("eot"), url("../../font/icon/timebank.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "YakuHanJP";
  src: url("../../font/yaku-han-jp/yaku-han-jp-regular-webfont.woff2") format("woff2"), url("../../font/yaku-han-jp/yaku-han-jp-regular-webfont.woff") format("woff"), url("../../font/yaku-han-jp/yaku-han-jp-regular-webfont.eot") format("eot");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "YakuHanJP";
  src: url("../../font/yaku-han-jp/yaku-han-jp-bold-webfont.woff2") format("woff2"), url("../../font/yaku-han-jp/yaku-han-jp-bold-webfont.woff") format("woff"), url("../../font/yaku-han-jp/yaku-han-jp-bold-webfont.eot") format("eot");
  font-weight: 700;
  font-style: normal;
}

/*------------------------------------------------------------

1.Global */
body {
  font-size: 14px;
  font-family: "Helvetica Neue 400",Helvetica,Arial,YakuHanJP,"Noto Sans Japanese","Hiragino sans 500","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo,sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: 1px;
  line-height: 1.4;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  color: rgba(0, 0, 0, 0.7);
}

body.overflow {
  overflow: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

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

.text-red {
  color: #ff0000;
}

.help-text {
  color: #FF0000;
  font-style: italic;
}

.error-box {
  margin-top: 1em;
  margin-bottom: 1em;
}

.error-text {
  color: #ff0000;
  font-size: 14px;
}

.error-modal {
  position: relative;
  top: 25%;
}

.error-modal-header h3 {
  font-size: 1.5em;
  position: relative;
  left: 25%;
}

.error-modal-body {
  text-align: center;
  color: #ff0000;
}

.error-modal-close button {
  font-size: 1em;
  width: 100%;
}

.l-container {
  margin: 60px 0 0;
}

.l-inner {
  position: relative;
  max-width: 1380px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 100px;
  box-sizing: border-box;
}

.l-content {
  max-width: 800px;
  padding: 0;
  margin: 0 auto;
}

.l-footer {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .l-container {
    margin: 0 0 0;
  }
  .l-inner {
    padding: 0 25px;
  }
  l-footer {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-inner {
    max-width: 540px;
  }
}

.footer {
  border-top: 1px solid #ececec;
  position: relative;
  padding: 100px 0;
  width: 100%;
  height: auto;
  min-height: 100px;
}

.footer * {
  font-family: Ubuntu,"Helvetica Neue",Helvetica,Arial,YakuHanJP,"Noto Sans Japanese","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo,sans-serif;
}

.footer-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.footer .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 205px;
  height: 50px;
}

.footer .logo img {
  display: block;
  width: 100%;
}

.footer-menu {
  display: -webkit-flex;
  display: flex;
  padding-left: -webkit-calc(50% + 50px);
  padding-left: calc(50% + 50px);
}

.footer-menu h6 {
  margin-bottom: 40px;
  color: #222;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
}

.footer-menu .left {
  width: 41%;
}

.footer-menu .right {
  width: 59%;
}

.footer-menu .links li {
  font-size: 1.4rem;
  line-height: 1.35;
}

.footer-menu .links li a {
  color: #A0A0A0;
  cursor: pointer;
  -webkit-transition: all .45s ease-in-out 0s;
  transition: all .45s ease-in-out 0s;
}

.view-pc .footer-menu .links li a:hover {
  color: #686868;
}

.footer-menu .links li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-menu .lists li {
  display: -webkit-flex;
  display: flex;
  color: #A0A0A0;
  font-size: 1.3rem;
}

.footer-menu .lists li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-menu .lists li span:first-child {
  display: inline-block;
  font-weight: 500;
  min-width: 85px;
  line-height: 1.35;
  color: #717171;
}

.footer-menu .lists li span:last-child {
  display: inline-block;
  font-weight: 500;
  line-height: 1.35;
}

.footer .copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #C5C5C5;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 40px 0 30px;
  }
  .footer .logo {
    position: relative;
    width: 134px;
    height: 32px;
    margin-bottom: 40px;
  }
  .footer-menu {
    display: block;
    padding-left: 0;
  }
  .footer-menu .left {
    display: none;
  }
  .footer-menu .right {
    width: 100%;
  }
  .footer-menu h6 {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .footer-menu .lists li:not(:last-child) {
    margin-bottom: 15px;
  }
  .footer .copyright {
    position: relative;
    margin-top: 50px;
    text-align: right;
  }
}

.header {
  background-image: linear-gradient(273deg, #5a63f4 2%, #349aff);
  padding: 24px 40px;
  box-sizing: border-box;
}

.header .logo img {
  width: 98px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .header {
    padding: 15px 10px;
    box-sizing: border-box;
  }
  .header .logo img {
    width: 60px;
    height: auto;
  }
}

.cover {
  margin: 0 auto;
  max-width: 800px;
  height: 400px;
  background: url("../../img/user_bg.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover .feature-tags {
  text-align: right;
  margin-top: -12px;
  margin-right: 27px;
  font-weight: bold;
}

.cover .feature-tags span {
  color: #FFF;
  padding: 13px 10px;
  margin-right: 15px;
}

.cover .feature-tags span.remaining-time {
  background: #111;
}

.cover .feature-tags span.discount-rate {
  background: #DE393C;
}

.cover .feature-tags span.cashback {
  background: #E39737;
}

@media screen and (max-width: 1024px) {
  .cover {
    height: 45vw;
    width: 100%;
    max-width: initial;
  }
  .cover .feature-tags {
    text-align: right;
    margin-top: -12px;
    margin-right: 5px;
    font-weight: bold;
  }
  .cover .feature-tags span {
    color: #FFF;
    padding: 6px 5px;
    margin-right: 7px;
    font-size: 10px;
  }
  .cover .feature-tags span.remaining-time {
    background: #111;
  }
  .cover .feature-tags span.discount-rate {
    background: #DE393C;
  }
  .cover .feature-tags span.cashback {
    background: #E39737;
  }
}

.l-footer {
  margin-top: 0px;
}

.start {
  position: relative;
  width: 100%;
  height: 450px;
}

.start-wrap {
  display: -webkit-flex;
  display: flex;
  height: 100%;
}

.start .left {
  position: relative;
  width: calc(45% + 50px);
  height: 100%;
  background: linear-gradient(-45deg, #FF90BC, #36B8FF);
  overflow: hidden;
}

.start .left .device {
  transform: matrix(1, 0, 0, 1, 0, 0);
  visibility: inherit;
  opacity: 1;
  position: absolute;
  bottom: -100px;
  left: calc(50% - 25px);
  margin-left: -215px;
  width: 430px;
  height: 495px;
  background: url(../css/img/footer-phone.png) 50% 50%/cover no-repeat;
  z-index: 0;
}

.start .left .svg-curve {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  z-index: 2;
}

.start .left .svg-curve svg {
  display: block;
  width: auto;
  height: 100%;
}

.ie .start .left .svg-curve svg,
.edge .start .left .svg-curve svg,
.firefox .start .left .svg-curve svg {
  position: relative;
  right: -1px;
}

.start .left .svg-curve svg path {
  fill: #FFF;
}

.download-btns {
  position: relative;
  z-index: 1;
}

.download-btns::before {
  content: "Download Apps";
  position: absolute;
  top: -25px;
  left: 0;
  color: #FFF;
  text-shadow: 0 1px 5px rgba(123, 138, 147, 0.15);
}

.download-btn {
  position: relative;
  display: block;
  width: 135px;
  height: 40px;
  border-radius: 3px;
  -webkit-transition: box-shadow .45s ease-in-out 0s;
  transition: box-shadow .45s ease-in-out 0s;
}

.download-btn._coming-soon {
  filter: grayscale(100%);
}

.download-btn._coming-soon::before {
  content: "Coming soon";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  z-index: 1;
}

.download-btn._coming-soon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 3px;
}

.view-pc .download-btn:not(._coming-soon):hover {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.35);
}

.download-btn img {
  display: block;
  width: 100%;
}

.download-btn:first-child {
  margin-right: 10px;
}

.download-btn._app-store, .download-btn._google-play {
  width: 162px;
  height: 48px;
}

.start .right {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  width: -webkit-calc(50% - 50px);
  width: calc(55% - 50px);
  height: 100%;
}

.start .right h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.start .right p {
  color: #868686;
  line-height: 1.5;
}

.start .right .download-btns {
  margin-top: 35px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.break-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .start {
    height: auto;
  }
  .start .left .svg-curve {
    width: 100%;
    height: 20px;
    top: 101%;
    right: auto;
    left: 0;
  }
  .start .left .svg-curve svg {
    width: 100%;
    height: auto;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  .start {
    height: auto;
  }
  .start-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .start .left, .start .right {
    width: 100%;
  }
  .start .left .device {
    bottom: -160px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    height: 368px;
  }
  .start .right {
    padding: 60px 0;
  }
  .start .right h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .start .left {
    height: 300px;
  }
  .start .left .device {
    bottom: -40px;
    left: 50%;
    margin-left: -120px;
    width: 240px;
    height: 276px;
  }
  .start .left .svg-curve {
    width: 100%;
    height: 20px;
    top: 101%;
    right: auto;
    left: 0;
  }
  .start .left .svg-curve .desktop {
    display: none;
  }
  .start .left .svg-curve svg.desktop path {
    display: none;
  }
  .start .left .svg-curve .mobile {
    display: block;
  }
  .start .right h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .break-sp {
    display: block;
  }
  .download-btn._app-store, .download-btn._google-play {
    width: 135px;
    height: 40px;
  }
  .footer {
    padding: 40px 0 30px;
    border-top: none;
  }
}

.pr {
  margin-top: -90px;
  text-align: center;
}

.pr-image {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.pr-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pr-name {
  margin: 20px 0 15px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.pr-value {
  font-size: 15px;
  color: #0075FF;
  font-weight: 600;
  line-height: 1;
}

.pr-value em {
  font-size: 25px;
}

@media screen and (max-width: 1024px) {
  .pr {
    margin-top: -45px;
    text-align: center;
  }
  .pr-image {
    width: 90px;
    height: 90px;
  }
  .pr-name {
    font-size: 18px;
  }
  .pr-value {
    font-size: 14px;
  }
  .pr-value em {
    font-size: 16px;
  }
}

.produce {
  margin-top: 22px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
  font-weight: 200;
}

.details {
  margin-top: 42px;
}

.details-content {
  width: 100%;
  padding: 20px 0;
  display: table;
  font-size: 16px;
  line-height: 1;
  border-top: 1px solid #ececec;
}

.details-content:last-of-type {
  border-bottom: 1px solid #F0F0F0;
}

.details-content-label {
  display: table-cell;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
}

.details-content-data {
  display: table-cell;
  text-align: right;
  font-weight: 300;
}

@media screen and (max-width: 1024px) {
  .produce {
    margin-top: 20px;
    font-size: 12px;
    padding: 10px;
    box-sizing: border-box;
  }
  .details {
    margin-top: 25px;
  }
  .details-content {
    width: calc(100% - 30px);
    font-size: 12px;
    line-height: 2;
    padding: 10px;
    margin: 0 15px;
    box-sizing: border-box;
  }
  .details-content-label {
    width: 6em;
  }
  .details-content-data {
    width: auto;
  }
}

.cover {
  margin: 0 auto;
  max-width: 800px;
  height: 400px;
  background: url("../../img/user_bg.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover .feature-tags {
  text-align: right;
  margin-top: -12px;
  margin-right: 27px;
  font-weight: bold;
}

.cover .feature-tags span {
  color: #FFF;
  padding: 13px 10px;
  margin-right: 15px;
}

.cover .feature-tags span.remaining-time {
  background: #111;
}

.cover .feature-tags span.discount-rate {
  background: #DE393C;
}

.cover .feature-tags span.cashback {
  background: #E39737;
}

@media screen and (max-width: 1024px) {
  .cover {
    height: 45vw;
    width: 100%;
    max-width: initial;
  }
  .cover .feature-tags {
    text-align: right;
    margin-top: -12px;
    margin-right: 5px;
    font-weight: bold;
  }
  .cover .feature-tags span {
    color: #FFF;
    padding: 6px 5px;
    margin-right: 7px;
    font-size: 10px;
  }
  .cover .feature-tags span.remaining-time {
    background: #111;
  }
  .cover .feature-tags span.discount-rate {
    background: #DE393C;
  }
  .cover .feature-tags span.cashback {
    background: #E39737;
  }
}

.service-data {
  margin: 42px 0;
}

.service-data-title {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
  color: #000;
}

.service-data-value {
  margin-top: 7px;
  font-size: 25px;
  color: #f00;
  font-weight: 600;
  line-height: 1;
}

.service-data-value span {
  line-height: 1;
  font-size: 20px;
  color: #ccc;
  font-weight: 500;
  text-decoration: line-through;
  margin-left: 10px;
}

.service-data-detail {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}

.service-data p.expired_note {
  opacity: 0.2;
  color: #000;
  font-weight: bold;
  font-size: 25px;
  margin-top: 16px;
}

.service-data-summary {
  margin: 35px 0 60px;
  font-size: 16px;
  color: #4C4C4C;
}

.service-flashmarket {
  border-top: 1px solid #ececec;
  padding: 30px 0;
}

.service-flashmarket p {
  font-size: 12px;
  color: #999;
  margin: 10px 0;
}

.service-flashmarket-status-header {
  display: flex;
  position: relative;
}

.service-flashmarket-status-header .status-txt {
  font-weight: bold;
}

.service-flashmarket-status-header .more-num {
  position: absolute;
  font-size: 14px;
  right: 0;
  bottom: 0px;
}

.service-flashmarket-status-header .more-num span {
  font-size: 33px;
  font-weight: bold;
  padding: 0 3px;
}

.service-flashmarket-status-rate-processing {
  margin: 10px 0;
}

.service-flashmarket-status-rate-processing .mask {
  position: relative;
  width: 100%;
  height: 20px;
  border-radius: 10px;
  background-color: #e4e4e4;
}

.service-flashmarket-status-rate-processing .rate {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  border-radius: 10px;
  background-image: linear-gradient(93deg, #ff2435, #e0202c);
}

.service-flashmarket-status-rate-completed {
  margin: 10px 0;
}

.service-flashmarket-status-rate-completed .rate {
  height: 20px;
  border-radius: 10px;
  background-image: linear-gradient(271deg, #2189f5, #23e851);
}

.service-flashmarket-status-rate-fail {
  margin: 10px 0;
}

.service-flashmarket-status-rate-fail .mask {
  position: relative;
  width: 100%;
  height: 20px;
  border-radius: 10px;
  background-color: #e4e4e4;
}

.service-flashmarket-status-rate-fail .rate {
  height: 20px;
  opacity: 0.4;
  border-radius: 10px;
  background-color: #888888;
}

.service-flashmarket_share {
  display: flex;
  position: relative;
  margin: 10px 0px;
  border-top: 1px solid #ececec;
  padding: 50px 0;
}

.service-flashmarket_share .label {
  font-weight: bold;
}

.service-flashmarket_share .sns-btns {
  position: absolute;
  right: 0;
}

.service-flashmarket_share .sns-btns img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-left: 15px;
}

.service-flashmarket_count {
  display: flex;
  border-top: 1px solid #ececec;
  margin: 10px 0px 60px;
}

.service-flashmarket_count .now-count, .service-flashmarket_count .target-count {
  padding-top: 20px;
  text-align: center;
  width: 50%;
  height: 100%;
  border: 1px solid #ececec;
  border-top: none;
}

.service-flashmarket_count .now-count {
  border-left: none;
  border-right: none;
}

.service-flashmarket_count .target-count {
  border-right: none;
}

.service-flashmarket_count .label {
  width: 100px;
  height: 28px;
  opacity: 0.2;
  border-radius: 14.5px;
  font-size: 11px;
  border: solid 1px #000;
  margin: 0 auto;
  line-height: 25px;
  font-weight: bold;
  color: #000;
}

.service-flashmarket_count .num {
  font-weight: bold;
  font-size: 16px;
  padding: 8px 0 16px;
}

.service-content .heading {
  font-size: 25px;
  font-weight: 600;
  color: #000;
}

.service-content-presents {
  margin-top: 20px;
  width: 100%;
  border-top: 1px solid #ececec;
}

.service-content-presents tr {
  border-bottom: 1px solid #ececec;
}

.service-content-presents tr:last-of-type {
  border-bottom: 1px solid #ececec;
}

.service-content-presents th {
  vertical-align: top;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
  line-height: 2;
  width: 400px;
  padding: 22px 0;
}

.service-content-presents td {
  vertical-align: top;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  padding: 22px 0;
}

@media screen and (max-width: 1024px) {
  .service-data {
    margin: 20px 0;
    padding: 0 15px;
  }
  .service-data-title {
    font-size: 18px;
  }
  .service-data-value {
    font-size: 16px;
  }
  .service-data-value span {
    font-size: 12px !important;
    color: #ccc;
    text-decoration: line-through;
  }
  .service-data-detail {
    margin-top: 10px;
    font-size: 12px;
  }
  .service-content .heading {
    font-size: 16px;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .service-content-presents {
    margin: 10px 10px;
    width: calc(100% - 30px);
  }
  .service-content-presents th {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 15px 0;
  }
  .service-content-presents td {
    display: block;
    width: 100%;
    font-size: 12px;
    padding: 0 0 15px;
    line-height: 1.8;
  }
  .service-flashmarket {
    margin: 0 10px;
  }
  .service-flashmarket_share {
    display: block;
    position: unset;
    padding: 15px 0;
  }
  .service-flashmarket_share .label {
    text-align: center;
  }
  .service-flashmarket_share .sns-btns {
    text-align: center;
    position: unset;
    margin: 10px 0;
  }
}
