@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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

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

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* webfonts */
/* common
---------------------------------------------*/
html, body {
  font-family: "source-han-sans-japanese", sans-serif;
  width: 100%;
  line-height: 1.6;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  background: #F0ECE4;
}
@media screen and (min-width: 769px) {
  html, body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 12px;
  }
}

img {
  width: 100%;
  display: block;
}

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

.wf-loading {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

a.viewAll {
  display: block;
  background: #E49E2E;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  a.viewAll {
    width: 66.6666666667%;
    margin: 0 auto;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (min-width: 769px) {
  a.viewAll {
    width: 300px;
    margin: 0 auto;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
  }
}

a.viewAll.big {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  a.viewAll.big {
    width: 500px;
    height: 80px;
    line-height: 80px;
    margin: 23px auto 0;
  }
}

@media screen and (max-width: 768px) {
  div#wrap {
    width: 100%;
  }
}

section.mainArea {
  width: 100%;
}
section.mainArea .main {
  max-width: 2000px;
  margin: 0 auto;
}
section.mainArea .main figure .pc {
  display: none;
}
@media screen and (min-width: 769px) {
  section.mainArea .main figure .pc {
    display: inline;
  }
}
@media screen and (min-width: 769px) {
  section.mainArea .main figure .sp {
    display: none;
  }
}
section.itemArea {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.itemArea {
    padding: 100px 0;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea {
    padding: 80px 0;
  }
}
section.itemArea p.desc {
  line-height: 2.25;
  color: #222;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  section.itemArea p.desc {
    font-size: 16px;
    width: 668px;
    margin: 0 auto;
    padding: 0 0 100px;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea p.desc {
    font-size: 13px;
    padding: 0 0 80px;
    width: 84.5333333333%;
    margin: 0 auto;
  }
}
section.itemArea div.loop div:first-child {
  animation: loop 400s -200s linear infinite;
}
section.itemArea div.loop div:last-child {
  animation: loop2 400s linear infinite;
}
section.itemArea div.saletext {
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  writing-mode: vertical-rl;
  position: absolute;
  color: rgba(255, 255, 255, 0.3);
  top: 0;
  left: -5px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  section.itemArea div.saletext {
    font-size: 46px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div.saletext {
    font-size: 100px;
    left: -16px;
  }
}
section.itemArea h2 {
  text-align: center;
  color: #E49E2E;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.12em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.itemArea h2 {
    font-size: 14px;
    margin: 0 auto 30px;
    width: 89.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea h2 {
    font-size: 16px;
    width: 1060px;
    margin: 0 auto 30px;
  }
}
section.itemArea h2 span {
  display: block;
}
section.itemArea h2 span.en {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  section.itemArea h2 span.en {
    margin-bottom: 10px;
    font-size: 16px;
    padding: 0 18px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea h2 span.en {
    margin-bottom: 10px;
    font-size: 16px;
    padding: 0 18px;
  }
}
section.itemArea h2 span.jp {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  section.itemArea h2 span.jp {
    font-size: 32px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea h2 span.jp {
    font-size: 32px;
  }
}
section.itemArea div#favrank, section.itemArea div#checked, section.itemArea div#coupon {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  section.itemArea div#favrank, section.itemArea div#checked, section.itemArea div#coupon {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div#favrank, section.itemArea div#checked, section.itemArea div#coupon {
    margin-bottom: 70px;
  }
}
section.itemArea div.inner {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  section.itemArea div.inner {
    width: 1060px;
    margin: 0 auto;
  }
}
section.itemArea div.inner .scrollable {
  overflow-x: auto;
  white-space: nowrap;
  font-size: 0;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  section.itemArea div.inner .scrollable {
    width: 1060px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea div.inner .scrollable {
    padding: 0 30px 0 30px;
    margin-bottom: 30px;
  }
}
section.itemArea div.inner .scrollable li {
  display: inline-block;
  font-size: 12px;
  white-space: normal;
  vertical-align: top;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  section.itemArea div.inner .scrollable li {
    width: 190px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea div.inner .scrollable li {
    width: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 270px;
    margin-bottom: 18px;
    box-sizing: content-box;
  }
}
section.itemArea div.inner .scrollable li a {
  text-decoration: none;
  color: #222222;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  section.itemArea div.inner .scrollable li a {
    font-size: 10px;
  }
}
section.itemArea div.inner .scrollable li a div {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 769px) {
  section.itemArea div.inner .scrollable li a div {
    padding: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea div.inner .scrollable li a div {
    padding: 0 5px;
  }
}
section.itemArea div.inner .scrollable li a div:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section.itemArea div.inner .scrollable li a div.salecolor {
  font-size: 13px;
  color: #D53858;
}
section.itemArea div.inner .scrollable li img {
  margin-bottom: 10px;
}
section.itemArea div.categoryBox {
  margin-bottom: 80px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  section.itemArea div.categoryBox {
    margin-bottom: 120px;
  }
}
section.itemArea div.categoryBox ul.sort {
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  section.itemArea div.categoryBox ul.sort {
    width: 1060px;
    margin: 0 auto;
    margin-bottom: 35px;
    font-size: 0;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea div.categoryBox ul.sort {
    padding-bottom: 20px;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea div.categoryBox ul.sort::after {
    content: "";
    display: block;
    border-bottom: 1px solid #dadada;
    width: 145%;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
}
section.itemArea div.categoryBox ul.sort li {
  cursor: pointer;
  display: inline-block;
  background: #fff;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.itemArea div.categoryBox ul.sort li {
    font-size: 12px;
    padding: 15px 10px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div.categoryBox ul.sort li {
    font-size: 16px;
    padding: 20px 0;
    width: 176.6666666667px;
    text-align: center;
  }
}
section.itemArea div.categoryBox ul.sort li.active {
  background: #222;
  color: #fff;
  position: relative;
  font-weight: bold;
}
section.itemArea div.categoryBox ul.sort li.active::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #222 transparent transparent transparent;
  top: 96%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (min-width: 769px) {
  section.itemArea div.categoryBox ul.sort li.active::after {
    border-width: 15px 15px 0 15px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div.categoryBox div.salecontent {
    position: relative;
    width: 1060px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea .scrollable {
    padding: 0 30px 0 30px;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea div.itemlist, section.itemArea div.couponlist {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea ul.itemlist, section.itemArea ul.couponlist {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea .itemlist, section.itemArea .couponlist {
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    width: 1060px;
    margin: 0 auto;
    border-radius: 5px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea .itemlist, section.itemArea .couponlist {
    display: inline-grid;
    grid-template-rows: repeat(1, auto);
    grid-auto-flow: column;
    border-radius: 5px;
  }
}
section.itemArea .itemlist li, section.itemArea .itemlist > div, section.itemArea .couponlist li, section.itemArea .couponlist > div {
  font-weight: normal;
  display: inline-block;
  font-size: 12px;
  white-space: normal;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  section.itemArea .itemlist li, section.itemArea .itemlist > div, section.itemArea .couponlist li, section.itemArea .couponlist > div {
    width: 190px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea .itemlist li, section.itemArea .itemlist > div, section.itemArea .couponlist li, section.itemArea .couponlist > div {
    width: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: content-box;
  }
}
section.itemArea .itemlist li a, section.itemArea .itemlist > div a, section.itemArea .couponlist li a, section.itemArea .couponlist > div a {
  color: #222222;
  text-decoration: none;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  section.itemArea .itemlist li a, section.itemArea .itemlist > div a, section.itemArea .couponlist li a, section.itemArea .couponlist > div a {
    font-size: 12px;
  }
}
section.itemArea .itemlist li p, section.itemArea .itemlist > div p, section.itemArea .couponlist li p, section.itemArea .couponlist > div p {
  box-sizing: border-box;
  padding: 0 5px;
}
section.itemArea .itemlist li p.photo, section.itemArea .itemlist > div p.photo, section.itemArea .couponlist li p.photo, section.itemArea .couponlist > div p.photo {
  padding: 0;
  position: relative;
}
section.itemArea .itemlist li p.photo span, section.itemArea .itemlist > div p.photo span, section.itemArea .couponlist li p.photo span, section.itemArea .couponlist > div p.photo span {
  position: absolute;
  bottom: 0px;
  left: 0;
  font-size: 10px;
  display: block;
  background: #219bd9;
  color: #fff;
  box-sizing: border-box;
  padding: 3px 8px;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  section.itemArea .itemlist li p:first-child, section.itemArea .itemlist > div p:first-child, section.itemArea .couponlist li p:first-child, section.itemArea .couponlist > div p:first-child {
    padding: 0;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea .itemlist li p:first-child span, section.itemArea .itemlist > div p:first-child span, section.itemArea .couponlist li p:first-child span, section.itemArea .couponlist > div p:first-child span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    display: block;
    background: #219bd9;
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    z-index: 2;
  }
}
section.itemArea .itemlist li p:nth-child(3), section.itemArea .itemlist > div p:nth-child(3), section.itemArea .couponlist li p:nth-child(3), section.itemArea .couponlist > div p:nth-child(3) {
  display: none;
}
section.itemArea .itemlist li p.ico_box, section.itemArea .itemlist > div p.ico_box, section.itemArea .couponlist li p.ico_box, section.itemArea .couponlist > div p.ico_box {
  display: none !important;
}
section.itemArea .itemlist li div.textOverflow p, section.itemArea .itemlist > div div.textOverflow p, section.itemArea .couponlist li div.textOverflow p, section.itemArea .couponlist > div div.textOverflow p {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
section.itemArea .itemlist li p.label, section.itemArea .itemlist > div p.label, section.itemArea .couponlist li p.label, section.itemArea .couponlist > div p.label {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
section.itemArea .itemlist li img, section.itemArea .itemlist > div img, section.itemArea .couponlist li img, section.itemArea .couponlist > div img {
  margin-bottom: 10px;
}
section.itemArea .itemlist li p.price, section.itemArea .itemlist > div p.price, section.itemArea .couponlist li p.price, section.itemArea .couponlist > div p.price {
  color: #D53858;
  display: inline-block;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  section.itemArea .itemlist li p.price.salecolor, section.itemArea .itemlist > div p.price.salecolor, section.itemArea .couponlist li p.price.salecolor, section.itemArea .couponlist > div p.price.salecolor {
    padding: 0 0 0 5px;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea .itemlist li p.price.salecolor, section.itemArea .itemlist > div p.price.salecolor, section.itemArea .couponlist li p.price.salecolor, section.itemArea .couponlist > div p.price.salecolor {
    padding: 0 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  section.itemArea .itemlist li p.price + p.price, section.itemArea .itemlist > div p.price + p.price, section.itemArea .couponlist li p.price + p.price, section.itemArea .couponlist > div p.price + p.price {
    padding: 0 5px 0 0;
  }
}
@media screen and (min-width: 769px) {
  section.itemArea .itemlist li p.price + p.price, section.itemArea .itemlist > div p.price + p.price, section.itemArea .couponlist li p.price + p.price, section.itemArea .couponlist > div p.price + p.price {
    padding: 0 5px 0 0;
  }
}
@media screen and (min-width: 769px) {
  section .topics ul.itemlist {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  section .topics ul.itemlist {
    display: inline-grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    border-radius: 5px;
  }
}
section .topics ul.itemlist li, section .topics ul.itemlist > div {
  width: 158px;
  margin-right: 5px;
}
@media screen and (min-width: 769px) {
  section .topics ul.itemlist li, section .topics ul.itemlist > div {
    width: 22%;
  }
}
section .topics ul.itemlist:nth-child(2) {
  display: none;
}
section .topics div.itemlist {
  display: none;
}
section .ranking .itemlist {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section .ranking .itemlist {
    padding: 0 30px;
  }
}
@media screen and (min-width: 769px) {
  section .ranking .itemlist {
    padding: 0;
    overflow-x: visible;
    white-space: nowrap;
  }
}
section .ranking .itemlist li, section .ranking .itemlist > div {
  margin-bottom: 30px;
  padding: 0;
  height: auto;
  counter-increment: mycounter;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section .ranking .itemlist li, section .ranking .itemlist > div {
    width: 48%;
    display: block;
  }
  section .ranking .itemlist li:nth-child(n+5), section .ranking .itemlist > div:nth-child(n+5) {
    width: 30%;
  }
}
@media screen and (min-width: 769px) {
  section .ranking .itemlist li, section .ranking .itemlist > div {
    width: 22%;
    display: block;
  }
  section .ranking .itemlist li:nth-child(n+5), section .ranking .itemlist > div:nth-child(n+5) {
    width: 15%;
  }
}
section .ranking .itemlist li:before, section .ranking .itemlist > div:before {
  width: 25px;
  height: 25px;
  content: counter(mycounter);
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 99;
  background: #E49E2E;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: block;
  line-height: 25px;
}
section.attentionArea {
  background: #E37087;
  color: #222;
}
section.attentionArea div {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.attentionArea div {
    width: 84%;
    padding: 100px 0;
  }
}
@media screen and (min-width: 769px) {
  section.attentionArea div {
    width: 1060px;
    padding: 100px 0;
  }
}
section.attentionArea h3 {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.attentionArea h3 {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  section.attentionArea h3 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
section.attentionArea h3 span {
  line-height: 2;
  display: inline-block;
  border-bottom: 1px solid #222;
}
section.attentionArea ul {
  font-weight: normal;
  line-height: 1.83;
}
@media screen and (max-width: 768px) {
  section.attentionArea ul li {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  section.attentionArea ul li {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
section.attentionArea ul li::before {
  content: "・";
  display: inline-block;
}
section.attentionArea ul li:last-child::before {
  display: none;
}

/*---------------------------------------------------------------
footer
-------------------------------------------------------------- */
footer {
  margin: 0 auto;
  padding: 100px 20px;
  background-color: #fff;
  text-align: center;
}
footer .f_logo {
  margin: 0 auto;
  width: 40%;
  max-width: 150px;
}
footer .f_logo a {
  margin: 0;
  padding: 0;
  display: block;
  margin: 0 auto;
}
footer .f_logo a img {
  vertical-align: bottom;
}
footer .f_icon {
  margin: 30px auto 10px;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer .f_icon li {
  width: 50px;
  margin: 0 15px;
  padding: 0;
}
footer .f_icon li i {
  margin: 0;
  font-size: 42px;
  color: #2c2a26;
}
footer small {
  text-align: center;
  font-size: 10px;
  letter-spacing: 1px;
  color: #222;
}

a.scroll-left, a.scroll-right {
  position: absolute;
  top: 110px;
  border: 1px solid #dadada;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  background: #fff;
  display: block;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  a.scroll-left, a.scroll-right {
    display: none;
  }
}

a.scroll-left {
  left: 5px;
  transform: translateX(-70%);
}

a.scroll-right {
  right: 5px;
  transform: translateX(70%);
}

a.scroll-left::before {
  width: 6px;
  height: 6px;
  border-top: 1px solid #575757;
  border-left: 1px solid #575757;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translate(1px, -3px);
  content: "";
  display: block;
}

a.scroll-right::before {
  width: 6px;
  height: 6px;
  border-top: 1px solid #575757;
  border-right: 1px solid #575757;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg) translate(-5px, 0px);
  content: "";
  display: block;
}

.scrollable::-webkit-scrollbar, ul.sort::-webkit-scrollbar, .grid-scroll::-webkit-scrollbar, .itemlist::-webkit-scrollbar, .couponlist::-webkit-scrollbar {
  display: none;
}

a.scrolltop {
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  a.scrolltop {
    width: 18.6666666667%;
    position: fixed;
    right: 2.6666666667%;
    bottom: 15px;
    display: block;
    z-index: 99;
  }
}
@media screen and (min-width: 769px) {
  a.scrolltop {
    width: 106px;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    margin-left: 550px;
  }
}
a.scrolltop.fadeIn {
  opacity: 1;
}

/* content
---------------------------------------------*/
/* scss読み込み
---------------------------------------------*/
/* アニメーション
---------------------------------------------*/
/* 回転アニメーション *//*# sourceMappingURL=style.css.map */