@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;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-weight: 350;
  line-height: 1.6;
  width: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif !important;
  line-height: 1.6;
  width: 100%;
  color: #231815;
  background-color: rgb(237, 237, 237);
}
@media screen and (min-width: 751px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 12px;
  }
}

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

a {
  cursor: pointer;
  text-decoration: none;
}

P {
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  P {
    font-size: 12px;
  }
}
@media screen and (min-width: 751px) {
  P {
    font-size: 14px;
  }
}

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

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

a .flexslider {
  display: block;
}

/* detail
--------------------------------------*/
#header {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  #header {
    height: 100vh;
  }
}
@media screen and (max-width: 750px) {
  #header::before {
    content: "";
    display: block;
    padding-top: 178%;
  }
}
@media screen and (min-width: 751px) {
  #header::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
}
#header .bgImage_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
}
@media screen and (max-width: 750px) {
  #header .bgImage_wrap {
    flex-flow: column;
  }
}
#header .bgImage_wrap section.main {
  position: relative;
}
@media screen and (min-width: 751px) {
  #header .bgImage_wrap section.main {
    width: 100%;
    background: url(../images/main1_pc.jpg);
    background-size: cover;
    background-position: top center;
  }
}
@media screen and (max-width: 750px) {
  #header .bgImage_wrap section.main {
    width: 100%;
    height: 100%;
    background: url(../images/main1_sp.jpg);
    background-size: cover;
    background-position: top center;
  }
}
#header .bgImage_wrap div.text {
  position: absolute;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 751px) {
  #header .bgImage_wrap div.text {
    top: 50%;
    left: 76%;
  }
}
@media screen and (max-width: 750px) {
  #header .bgImage_wrap div.text {
    top: 55%;
    left: 50%;
  }
}
#header .bgImage_wrap h1 {
  font-family: "Nothing You Could Do", cursive;
}
@media screen and (min-width: 751px) {
  #header .bgImage_wrap h1 {
    font-size: 120px;
  }
}
@media screen and (max-width: 750px) {
  #header .bgImage_wrap h1 {
    font-size: 100px;
    line-height: 1;
    margin-bottom: 25px;
  }
}
#header .bgImage_wrap h2 {
  line-height: 1.2;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 751px) {
  #header .bgImage_wrap h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  #header .bgImage_wrap h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 751px) {
  #header .bgImage_wrap h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  #header .bgImage_wrap h3 {
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
    font-size: 14px;
  }
}

@media screen and (min-width: 751px) {
  p.lead {
    font-size: 18px;
    text-align: center;
    color: #000;
    padding: 150px 0 150px;
  }
}
@media screen and (max-width: 750px) {
  p.lead {
    font-size: 12px;
    text-align: center;
    color: #000;
    width: 90%;
    margin: 50px auto 50px;
  }
}

div.fixedcredit {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  transition: 1s;
  transform: translateY(100%);
}
@media screen and (min-width: 751px) {
  div.fixedcredit {
    padding: 15px 0 30px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 750px) {
  div.fixedcredit {
    padding: 10px 0 10px;
    box-sizing: border-box;
  }
}
div.fixedcredit p {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 751px) {
  div.fixedcredit p {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  div.fixedcredit p {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 751px) {
  div.fixedcredit ul {
    display: flex;
    width: 1060px;
    margin: 0 auto;
    font-size: 18px;
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  div.fixedcredit ul {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  div.fixedcredit ul li {
    margin-right: 100px;
  }
}
@media screen and (max-width: 750px) {
  div.fixedcredit ul li {
    margin-bottom: 5px;
  }
}
div.fixedcredit ul li:last-child {
  margin-right: 0;
}
div.fixedcredit ul li a {
  color: #000;
  text-decoration: none;
}
div.fixedcredit ul li a span {
  color: #000;
  background: #000;
  display: inline-block;
}
@media screen and (min-width: 751px) {
  div.fixedcredit ul li a span {
    font-size: 14px;
    padding: 0 20px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  div.fixedcredit ul li a span {
    font-size: 14px;
    padding: 0 10px;
    margin-left: 5px;
  }
}
div.fixedcredit.active {
  transform: translateY(0%);
}

@media screen and (min-width: 751px) {
  section.block {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 750px) {
  section.block {
    margin-bottom: 30px;
  }
}
section.block .video {
  position: relative;
}
@media screen and (min-width: 751px) {
  section.block .video {
    width: 1080px;
    margin: 120px auto;
  }
}
@media screen and (max-width: 750px) {
  section.block .video {
    margin-top: 50px;
  }
}
section.block .video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
section.block .video > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.block .main_tit p {
  color: #000;
  text-align: center;
}
@media screen and (max-width: 750px) {
  section.block .main_tit p {
    color: #000;
    text-align: center;
    font-size: 20px;
    margin: 50px auto 20px;
  }
}
@media screen and (min-width: 751px) {
  section.block .main_tit p {
    font-size: 32px;
    margin: 50px auto 40px;
  }
}
@media screen and (min-width: 751px) {
  section.block .flexslider01 {
    width: 45%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  section.block .flexslider01 {
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  section.block .flexslider01 ul {
    width: 100%;
  }
}
section.block .flexslider02 {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  section.block .flexslider02 ul {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  section.block .flexslider02 ul li {
    width: 80%;
  }
}
@media screen and (max-width: 750px) {
  section.block .flexslider02 ul li {
    width: 100%;
  }
}
section.block .flexslider03 {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  section.block .flexslider03 ul {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  section.block .flexslider03 ul li {
    width: 80%;
  }
}
@media screen and (max-width: 750px) {
  section.block .flexslider03 ul li {
    width: 100%;
  }
}
section.block p.theme {
  color: #000;
  text-align: center;
}
@media screen and (min-width: 751px) {
  section.block p.theme {
    margin: 100px auto 120px;
  }
}
@media screen and (max-width: 750px) {
  section.block p.theme {
    margin: 50px auto 60px;
    width: 80%;
  }
}
section.block .inner00 {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  section.block .inner00 {
    max-width: 840px;
    border: solid 1px #000;
    padding: 35px 60px 45px 60px;
  }
}
@media screen and (max-width: 750px) {
  section.block .inner00 {
    width: 80%;
    border: solid 1px #000;
    padding: 30px 10px 40px 10px;
  }
}
section.block .inner00 .pick_item01 {
  text-align: center;
  color: #000;
}
@media screen and (max-width: 750px) {
  section.block .inner00 .pick_item01 {
    font-size: 20px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 751px) {
  section.block .inner00 .pick_item01 {
    font-size: 32px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  section.block .inner00 ul.pickup_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 751px) {
  section.block .inner00 ul.pickup_inner {
    display: flex;
    justify-content: space-between;
  }
}
section.block .inner00 ul.pickup_inner li {
  color: #000;
}
@media screen and (max-width: 750px) {
  section.block .inner00 ul.pickup_inner li:nth-child(1) {
    width: 90%;
    margin: 0 auto;
  }
  section.block .inner00 ul.pickup_inner li:nth-child(2) {
    width: 100%;
  }
  section.block .inner00 ul.pickup_inner li:nth-child(2) .pick_item02 {
    text-align: center;
    border-bottom: solid 1px #000;
    font-size: 18px;
    margin: 20px auto 30px;
  }
}
@media screen and (min-width: 751px) {
  section.block .inner00 ul.pickup_inner li:nth-child(1) {
    width: 38%;
  }
  section.block .inner00 ul.pickup_inner li:nth-child(2) {
    width: 55%;
  }
  section.block .inner00 ul.pickup_inner li:nth-child(2) .pick_item02 {
    text-align: center;
    border-bottom: solid 1px #000;
    font-size: 26px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  section.block .inner00 ul.pickup_inner li .pick_txt {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
  }
}
@media screen and (min-width: 751px) {
  section.block .inner00 ul.pickup_inner li .pick_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  section.block .inner00 ul.pickup_inner li .flex_mini {
    width: 90%;
    margin: 40px auto 0;
  }
  section.block .inner00 ul.pickup_inner li .flex_mini a {
    display: flex;
    align-items: center;
    width: 100%;
  }
  section.block .inner00 ul.pickup_inner li .flex_mini p {
    width: 90%;
    margin: 0 auto;
    letter-spacing: 0.05em;
    color: #000;
  }
  section.block .inner00 ul.pickup_inner li .flex_mini p span {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  section.block .inner00 ul.pickup_inner li .flex_mini {
    width: 80%;
    margin: 80px auto 0;
  }
  section.block .inner00 ul.pickup_inner li .flex_mini a {
    display: flex;
    align-items: center;
    width: 100%;
  }
  section.block .inner00 ul.pickup_inner li .flex_mini p {
    color: #000;
    width: 100%;
    letter-spacing: 0.05em;
  }
  section.block .inner00 ul.pickup_inner li .flex_mini p span {
    display: block;
  }
}
section.block .inner00 ul.pickup_inner li .flex_mini .pick_buy {
  background-color: #000;
  color: #fff;
  text-align: center;
  width: 9%;
  display: flex;
  align-items: center;
  height: 15px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  section.block .inner00 ul.pickup_inner li .flex_mini .pick_buy {
    font-size: 11px;
    padding: 6px 15px 5px 15px;
  }
}
@media screen and (min-width: 751px) {
  section.block .inner00 ul.pickup_inner li .flex_mini .pick_buy {
    font-size: 14px;
    padding: 8px 16px 8px 16px;
  }
}
@media screen and (max-width: 750px) {
  section.block .inner01 ul.flex_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
  }
}
@media screen and (min-width: 751px) {
  section.block .inner01 ul.flex_box {
    display: flex;
    justify-content: space-evenly;
    max-width: 1060px;
    margin: 0 auto;
    margin-top: 120px;
  }
}
@media screen and (min-width: 751px) {
  section.block .inner01 ul.flex_box li {
    width: 40%;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 750px) {
  section.block .inner01 ul.flex_box li {
    width: 50%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  section.block .inner01 ul.flex_box li:nth-child(1) {
    width: 50%;
  }
}
section.block .inner02 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  section.block .inner02 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 751px) {
  section.block .inner02 {
    max-width: 860px;
    margin-top: 60px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 750px) {
  section.block .inner02 ul {
    width: 85%;
    border-bottom: solid 1px #000;
    margin: 0 auto;
    padding: 15px 0;
  }
}
@media screen and (min-width: 751px) {
  section.block .inner02 ul {
    width: 48%;
    padding: 15px 0;
    border-bottom: solid 1px #000;
  }
  section.block .inner02 ul:nth-child(1) {
    border-top: solid 1px #000;
  }
  section.block .inner02 ul:nth-child(2) {
    border-top: solid 1px #000;
  }
  section.block .inner02 ul:nth-child(even) {
    padding-left: 34px;
  }
}
@media screen and (max-width: 750px) {
  section.block .inner02 ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 751px) {
  section.block .inner02 ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  section.block .inner02 ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 751px) {
  section.block .inner02 ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  section.block .inner02 ul li a .images {
    width: 25%;
  }
}
@media screen and (min-width: 751px) {
  section.block .inner02 ul li a .images {
    width: 22%;
  }
}
section.block .inner02 ul li a .credit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 72%;
}
@media screen and (max-width: 750px) {
  section.block .inner02 ul li a .credit p {
    color: #000;
    width: 60%;
    font-size: 12px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 751px) {
  section.block .inner02 ul li a .credit p {
    width: 53.8461538462%;
    color: #000;
    font-size: 12px;
  }
}
section.block .inner02 ul li a .credit p span {
  display: block;
}
section.block .inner02 ul li a .credit .buy {
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  height: 13px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  section.block .inner02 ul li a .credit .buy {
    width: 9%;
    padding: 6px 18px 6px 13px;
    font-size: 11px;
  }
}
@media screen and (min-width: 751px) {
  section.block .inner02 ul li a .credit .buy {
    padding: 8px 16px 8px 16px;
    font-size: 14px;
  }
}
@media screen and (min-width: 751px) {
  section.block .inner02 ul li a:nth-child(3) {
    padding-bottom: 20px;
    border-bottom: solid 1px #000;
  }
}
@media screen and (min-width: 751px) {
  section.block .inner02 ul li a:nth-child(even) {
    padding-left: 30px;
  }
}

@media screen and (max-width: 750px) {
  .lastimgimg {
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 751px) {
  .lastimgimg {
    max-width: 1080px;
    margin: 0 auto;
    height: auto;
  }
}

@media screen and (min-width: 751px) {
  .inner03 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 750px) {
  .inner03 {
    margin-top: 50px;
  }
}
.inner03 div.img {
  max-width: 1060px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .inner03 div.img {
    width: 90%;
    margin: 0 auto;
  }
}
.inner03 p {
  color: #000;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .inner03 p {
    font-size: 18px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 750px) {
  .inner03 p {
    font-size: 12px;
    margin-top: 25px;
  }
}
.inner03 p a {
  color: #000;
  display: inline-block;
  border-bottom: dotted 1px #000;
  text-decoration: none;
}

.profile {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 751px) {
  .profile {
    width: 400px;
    margin: 150px auto 200px;
    padding: 25px;
  }
}
@media screen and (max-width: 750px) {
  .profile {
    width: 90%;
    padding: 25px 0;
    margin: 150px auto 200px;
  }
}
.profile ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
}
@media screen and (min-width: 751px) {
  .profile ul li:first-child {
    width: 140px;
  }
}
@media screen and (max-width: 750px) {
  .profile ul li:first-child {
    width: 40%;
  }
}
.profile ul li:first-child img {
  border-radius: 50%;
}
@media screen and (min-width: 751px) {
  .profile ul li:last-child {
    width: 220px;
  }
}
@media screen and (max-width: 750px) {
  .profile ul li:last-child {
    width: 55%;
  }
}
@media screen and (min-width: 751px) {
  .profile ul li:last-child span.name {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .profile ul li:last-child span.name {
    font-size: 18px;
  }
}
.profile ul li:last-child span,
.profile ul li:last-child a {
  display: block;
}
.profile ul li:last-child a {
  color: #000;
}

.block01 div.inner {
  box-sizing: border-box;
  display: flex;
  width: 200%;
}
@media screen and (max-width: 750px) {
  .block01 div.inner {
    width: 600%;
  }
}
.block01 div.inner .block01-imgText {
  width: 100%;
}
.block01 div.inner .block01-imgText:first-child {
  -webkit-animation: loop 100s -50s linear infinite;
          animation: loop 100s -50s linear infinite;
}
.block01 div.inner .block01-imgText:last-child {
  -webkit-animation: loop2 100s linear infinite;
          animation: loop2 100s linear infinite;
}
.block01 div.inner-img {
  width: 100%;
}
.block01 p.explain {
  color: #000;
}
@media screen and (max-width: 750px) {
  .block01 p.explain {
    font-size: 12px;
    text-align: center;
    width: 90%;
    margin: 50px auto 70px;
  }
}
@media screen and (min-width: 751px) {
  .block01 p.explain {
    font-size: 18px;
    text-align: center;
    margin: 100px auto;
  }
}
.block01 div.link {
  position: relative;
}
@media screen and (max-width: 750px) {
  .block01 div.link {
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 751px) {
  .block01 div.link {
    max-width: 1080px;
    margin: 0 auto 120px;
  }
}
.block01 div.link ul {
  display: flex;
}
@media screen and (max-width: 750px) {
  .block01 div.link ul {
    width: 96%;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) {
  .block01 div.link ul {
    gap: 25px;
  }
}
@media screen and (max-width: 750px) {
  .block01 div.link ul li {
    width: calc(50% - 10px);
    padding-bottom: 10px;
    margin: 0 auto;
  }
}
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

@media screen and (max-width: 750px) {
  div.footer {
    padding-top: 20px;
  }
}
@media screen and (min-width: 751px) {
  div.footer {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 751px) {
  div.footer .insta {
    width: 30px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 750px) {
  div.footer .insta {
    width: 6.6666666667%;
    margin: 0 auto;
    margin-bottom: 21px;
  }
}
div.footer .logo {
  width: 100%;
}
div.footer .logo a {
  display: block;
}
@media screen and (min-width: 751px) {
  div.footer .logo a {
    width: 120px;
    margin: 70px auto 50px;
  }
}
@media screen and (max-width: 750px) {
  div.footer .logo a {
    width: 20%;
    margin: 50px auto 20px;
  }
}
div.footer .logo p {
  color: #000;
  text-align: center;
  font-size: 10px;
  margin-bottom: 50px;
}

@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.wrap {
  overflow: hidden;
}

.border_ten {
  border-bottom: 1px dashed #000;
}/*# sourceMappingURL=style.css.map */