@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 {
  line-height: 1.6;
  width: 100%;
}

body {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  color: #231815;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 12px;
  }
}

.font_ronde {
  font-family: ronde-b, sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

a {
  cursor: pointer;
}

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

header {
  position: relative;
}
@media screen and (min-width: 751px) {
  header {
    width: 100%;
    height: 100vh;
    min-height: 800px;
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) {
  header::before {
    content: "";
    display: block;
    padding-top: 219.3333333333%;
  }
}
header h1 {
  -webkit-text-stroke: 2px #93ABAD;
  text-stroke: 2px #93ABAD;
  color: #fff;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  header h1 {
    position: absolute;
    top: 28.2222222222%;
    left: 68.59375%;
    font-size: 98px;
  }
}
@media screen and (max-width: 750px) {
  header h1 {
    font-size: 60px;
    position: absolute;
    top: 8.1458966565%;
    left: 6%;
    z-index: 2;
  }
}
header h1 span {
  -webkit-text-stroke: none;
  text-stroke: none;
  color: #93ABAD;
}
header h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #93ABAD;
  background: right url(../images/wave.png) repeat-y;
  background-size: 10px;
}
@media screen and (max-width: 750px) {
  header h2 {
    font-size: 30px;
    position: absolute;
    left: 86%;
    top: 29.5440729483%;
  }
}
@media screen and (min-width: 751px) {
  header h2 {
    font-size: 30px;
    position: absolute;
    top: 28.2222222222%;
    left: 61.796875%;
  }
}
@media screen and (min-width: 751px) {
  header div.img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url(../images/main_pc.png);
    background-size: cover;
    background-position: top center;
  }
}
@media screen and (max-width: 750px) {
  header div.img {
    width: 85.7333333333%;
    position: absolute;
    left: 0;
    top: 17.3252279635%;
  }
}
header h3 {
  color: #93ABAD;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 750px) {
  header h3 {
    position: absolute;
    top: 80.4863221884%;
    left: 5.3333333333%;
    z-index: 2;
    font-size: 36px;
  }
}
@media screen and (min-width: 751px) {
  header h3 {
    position: absolute;
    top: 66.6666666667%;
    left: 68.59375%;
    font-size: 38px;
  }
}
header h3 span.small {
  color: #93ABAD;
  display: block;
}
@media screen and (min-width: 751px) {
  header h3 span.small {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  header h3 span.small {
    font-size: 12px;
  }
}
header h3 div.vol {
  color: #fff;
  border-radius: 30px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  background: #93ABAD;
}
@media screen and (max-width: 750px) {
  header h3 div.vol {
    font-size: 18px;
    padding: 7px 0;
    width: 85px;
    margin-bottom: 9px;
  }
}
@media screen and (min-width: 751px) {
  header h3 div.vol {
    font-size: 20px;
    margin-bottom: 10px;
    padding: 5px 0;
    width: 92px;
  }
}
@media screen and (min-width: 751px) {
  header h3 div.vol span {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  header h3 div.vol span {
    font-size: 22px;
  }
}

div.desc {
  background: #93ABAD;
  color: #fff;
}
@media screen and (max-width: 750px) {
  div.desc {
    padding: 75px 0;
  }
}
@media screen and (min-width: 751px) {
  div.desc {
    padding: 90px 0;
  }
}
div.desc p {
  line-height: 2;
  white-space: 0.005em;
}
@media screen and (max-width: 750px) {
  div.desc p {
    width: 84%;
    font-size: 14px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) {
  div.desc p {
    width: 900px;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
  }
}

section#rule {
  margin: 100px 0;
  position: relative;
}
@media screen and (min-width: 751px) {
  section#rule {
    width: 1060px;
    margin: 100px auto;
  }
}
section#rule h2 {
  position: absolute;
  text-align: center;
  letter-spacing: -0.075em;
  color: #93ABAD;
  border: 1px solid #93ABAD;
  border-radius: 20px;
  background: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  section#rule h2 {
    font-size: 24px;
    width: 42.6666666667%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) {
  section#rule h2 {
    font-size: 24px;
    width: 165px;
    margin: 0 auto;
  }
}
section#rule div.inner {
  border: 1px solid #93ABAD;
}
@media screen and (max-width: 750px) {
  section#rule div.inner {
    width: 84%;
    margin: 0 auto;
    padding: 78px 0 65px;
  }
}
@media screen and (min-width: 751px) {
  section#rule div.inner {
    width: 100%;
    box-sizing: border-box;
    padding: 100px 100px;
    display: flex;
    justify-content: space-between;
  }
}
section#rule div.inner dl {
  position: relative;
}
@media screen and (min-width: 751px) {
  section#rule div.inner dl {
    width: 225px;
  }
}
@media screen and (max-width: 750px) {
  section#rule div.inner dl {
    width: 87.3015873016%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 28px;
  }
}
section#rule div.inner dl:last-child {
  padding-bottom: 0;
}
section#rule div.inner dl:last-child::after {
  content: none;
}
@media screen and (max-width: 750px) {
  section#rule div.inner dl dt {
    width: 44%;
  }
}
@media screen and (min-width: 751px) {
  section#rule div.inner dl dt {
    margin-bottom: 20px;
  }
}
section#rule div.inner dl dd {
  line-height: 2;
}
section#rule div.inner dl dd span.line {
  color: #93ABAD;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 750px) {
  section#rule div.inner dl dd span.line {
    font-size: 20px;
    display: inline-block;
  }
}
@media screen and (min-width: 751px) {
  section#rule div.inner dl dd span.line {
    font-size: 28px;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  section#rule div.inner dl dd span.line span {
    font-size: 24px;
  }
}
@media screen and (min-width: 751px) {
  section#rule div.inner dl dd span.line span {
    font-size: 31px;
  }
}
@media screen and (max-width: 750px) {
  section#rule div.inner dl dd {
    width: 52%;
    font-size: 14px;
  }
}
@media screen and (min-width: 751px) {
  section#rule div.inner dl dd {
    text-align: center;
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  section#rule div.inner dl::after {
    position: absolute;
    content: "";
    border-top: 10px solid #93ABAD;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: 10px;
    left: 18.9090909091%;
  }
}
@media screen and (min-width: 751px) {
  section#rule div.inner dl::after {
    position: absolute;
    content: "";
    border-top: 30px solid transparent;
    border-right: 30px solid #93ABAD;
    border-left: 30px solid transparent;
    top: 30%;
    transform: rotate(-45deg);
    right: -50px;
  }
}

section.step h2 {
  text-align: center;
  color: #93ABAD;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  section.step h2 {
    font-size: 18px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 751px) {
  section.step h2 {
    font-size: 22px;
    margin-bottom: 80px;
  }
}
section.step h2 span.steptitle {
  display: block;
  text-decoration: underline;
  text-underline-offset: 10px;
}
@media screen and (max-width: 750px) {
  section.step h2 span.steptitle {
    font-size: 36px;
  }
}
@media screen and (min-width: 751px) {
  section.step h2 span.steptitle {
    font-size: 62px;
  }
}
@media screen and (min-width: 751px) {
  section.step h2 span.steptitle span {
    font-size: 72px;
  }
}
@media screen and (max-width: 750px) {
  section.step h2 span.steptitle span {
    font-size: 42px;
  }
}
@media screen and (max-width: 750px) {
  section.step dl {
    width: 84%;
    width: 90%;
    margin: 0 auto 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 751px) {
  section.step dl {
    font-size: 16px;
    margin: 0 auto 40px;
    width: 600px;
  }
}
@media screen and (max-width: 750px) {
  section.step dl.end {
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 751px) {
  section.step dl.end {
    margin: 0 auto 80px;
  }
}
section.step dl dt {
  color: #93ABAD;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  section.step dl dt {
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 751px) {
  section.step dl dt {
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 750px) {
  div.okaimono {
    padding-top: 50px;
    margin-bottom: 60px;
  }
}

section#step1 div.store {
  background: #eaeaea;
}
@media screen and (max-width: 750px) {
  section#step1 div.store {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 751px) {
  section#step1 div.store {
    margin-bottom: 80px;
  }
}
section#step1 div.store div.inner {
  position: relative;
}
@media screen and (max-width: 750px) {
  section#step1 div.store div.inner {
    margin: 0 auto;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 751px) {
  section#step1 div.store div.inner {
    padding: 100px 0;
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
section#step1 div.store div.inner h3 {
  background: #93ABAD;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 750px) {
  section#step1 div.store div.inner h3 {
    font-size: 16px;
    width: 90.1818181818%;
    padding: 5px 0;
    border-radius: 30px;
  }
}
@media screen and (min-width: 751px) {
  section#step1 div.store div.inner h3 {
    width: 300px;
    font-size: 18px;
    border-radius: 30px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 750px) {
  section#step1 div.store div.inner div.img1 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 751px) {
  section#step1 div.store div.inner div.img1 {
    width: 700px;
  }
}
@media screen and (min-width: 751px) {
  section#step1 div.store div.inner div.inner-right {
    width: 320px;
  }
}
@media screen and (max-width: 750px) {
  section#step1 div.store div.inner div.img2 {
    width: 73.3333333333%;
    margin: 60px auto 50px;
  }
}
@media screen and (min-width: 751px) {
  section#step1 div.store div.inner div.img2 {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 751px) {
  section#step1 div.store div.inner div.textarea {
    width: 362px;
  }
}
@media screen and (max-width: 750px) {
  section#step1 div.store div.inner div.textarea {
    width: 73.3333333333%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  section#step1 div.store div.inner h4 {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 751px) {
  section#step1 div.store div.inner h4 {
    margin-bottom: 25px;
    font-size: 14px;
    text-align: left;
    width: 196px;
  }
}
@media screen and (max-width: 750px) {
  section#step1 div.store div.inner h4 img {
    width: 33.4545454545%;
    margin: 0 auto 15px;
  }
}
@media screen and (min-width: 751px) {
  section#step1 div.store div.inner h4 img {
    margin-bottom: 15px;
  }
}
section#step1 div.store div.inner h4 span {
  display: block;
}
@media screen and (min-width: 751px) {
  section#step1 div.store div.inner h4.mystic img {
    width: 58.1818181818%;
  }
}
@media screen and (min-width: 751px) {
  section#step1 div.store div.inner h4.shenery img {
    width: 72.7272727273%;
  }
}
@media screen and (max-width: 750px) {
  section#step1 div.store div.inner h4.shenery img {
    width: 45.4545454545%;
  }
}
section#step1 div.store div.inner p {
  line-height: 2;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 750px) {
  section#step1 div.store div.inner p {
    font-size: 12px;
  }
}
@media screen and (min-width: 751px) {
  section#step1 div.store div.inner p {
    font-size: 14px;
  }
}

div.shopping {
  letter-spacing: 0.005em;
  line-height: 2;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  div.shopping {
    width: 600px;
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 750px) {
  div.shopping {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 750px) {
  div.shopping div.movieArea01, div.shopping div.movieArea02 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 751px) {
  div.shopping div.movieArea01, div.shopping div.movieArea02 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  div.shopping div.movieArea01.end, div.shopping div.movieArea02.end {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 751px) {
  div.shopping div.movieArea01.end, div.shopping div.movieArea02.end {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 750px) {
  div.shopping div.imgArea {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 751px) {
  div.shopping div.imgArea {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  div.shopping div.imgArea.end {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 751px) {
  div.shopping div.imgArea.end {
    margin-bottom: 80px;
  }
}
div.shopping div.imgArea a.wishitem {
  position: absolute;
  color: #000;
  display: block;
  text-decoration: none;
  transition: 0.2s;
}
div.shopping div.imgArea a.wishitem:hover {
  color: #93ABAD;
}
div.shopping div.imgArea a.wishitem:hover span {
  border: dotted 2px #93ABAD;
  color: #93ABAD;
}
div.shopping div.imgArea a.wishitem.cs {
  color: #000;
}
div.shopping div.imgArea a.wishitem p {
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  div.shopping div.imgArea a.wishitem p {
    text-align: center;
    font-size: 18px;
  }
}
@media screen and (min-width: 751px) {
  div.shopping div.imgArea a.wishitem p {
    text-align: center;
    font-size: 22px;
  }
}
div.shopping div.imgArea a.wishitem p span {
  display: inline-block;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  div.shopping div.imgArea a.wishitem p span {
    width: 18px;
    border: dotted 2px #000;
    height: 18px;
    line-height: 18px;
    margin-left: 9px;
  }
}
@media screen and (min-width: 751px) {
  div.shopping div.imgArea a.wishitem p span {
    width: 22px;
    border: dotted 2px #000;
    height: 22px;
    line-height: 22px;
    margin-left: 9px;
  }
}
div.shopping div.imgArea.imgArea04 {
  position: relative;
}
div.shopping div.imgArea.imgArea04::before {
  content: "";
  display: block;
  padding-top: 96.9333333333%;
}
div.shopping div.imgArea.imgArea04 div.img {
  width: 84%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
div.shopping div.imgArea.imgArea04 a.wishitem:nth-of-type(1) {
  left: 14.2666666667%;
  bottom: 0;
  width: 28.2666666667%;
}
div.shopping div.imgArea.imgArea04 a.wishitem:nth-of-type(2) {
  right: 14.2666666667%;
  bottom: 0%;
  width: 29.8666666667%;
}
div.shopping div.imgArea.imgArea04 a.wishitem:nth-of-type(2) div.item {
  position: relative;
  top: -10px;
}
div.shopping div.imgArea.imgArea06 {
  position: relative;
}
@media screen and (max-width: 750px) {
  div.shopping div.imgArea.imgArea06 {
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 751px) {
  div.shopping div.imgArea.imgArea06 {
    margin-bottom: 100px;
  }
}
div.shopping div.imgArea.imgArea06::before {
  content: "";
  display: block;
  padding-top: 100%;
}
div.shopping div.imgArea.imgArea06 div.img {
  position: absolute;
  width: 69.3333333333%;
  top: 0;
  left: 0%;
}
div.shopping div.imgArea.imgArea06 a.wishitem:nth-of-type(1) {
  width: 21.8666666667%;
  top: -17.0666666667%;
  right: 3.4666666667%;
}
div.shopping div.imgArea.imgArea06 a.wishitem:nth-of-type(2) {
  width: 21.8666666667%;
  top: 30.6666666667%;
  right: 3.4666666667%;
}
div.shopping div.imgArea.imgArea06 a.wishitem:nth-of-type(2) div.item {
  width: 81.6993464052%;
  margin: 0 auto;
}
div.shopping div.imgArea.imgArea06 a.wishitem:nth-of-type(3) {
  width: 29.3333333333%;
  bottom: -19.2%;
  right: 3.4666666667%;
}
div.shopping div.imgArea.imgArea08 {
  position: relative;
}
div.shopping div.imgArea.imgArea08::before {
  content: "";
  display: block;
  padding-top: 100%;
}
div.shopping div.imgArea.imgArea08 div.img {
  position: absolute;
  width: 69.3333333333%;
  top: 0;
  right: 0%;
}
div.shopping div.imgArea.imgArea08 a.wishitem:nth-of-type(1) {
  width: 27.2%;
  top: 2.5333333333%;
  left: 1.8666666667%;
}
div.shopping div.imgArea.imgArea08 a.wishitem:nth-of-type(2) {
  width: 23.7333333333%;
  bottom: 0;
  left: 1.8666666667%;
}
div.shopping div.imgArea.imgArea09 {
  position: relative;
}
div.shopping div.imgArea.imgArea09::before {
  content: "";
  display: block;
  padding-top: 112.8%;
}
div.shopping div.imgArea.imgArea09 div.img {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0%;
}
div.shopping div.imgArea.imgArea09 a.wishitem:nth-of-type(1) {
  width: 32.5333333333%;
  bottom: 0%;
  left: 13.3333333333%;
}
div.shopping div.imgArea.imgArea09 a.wishitem:nth-of-type(2) {
  width: 29.4666666667%;
  bottom: 0%;
  right: 13.3333333333%;
}
div.shopping div.imgArea.imgArea09 a.wishitem:nth-of-type(2) div.item {
  position: relative;
  top: -10px;
}
div.shopping div.imgArea.imgArea11 {
  position: relative;
}
div.shopping div.imgArea.imgArea11::before {
  content: "";
  display: block;
  padding-top: 100%;
}
div.shopping div.imgArea.imgArea11 div.img {
  position: absolute;
  width: 69.3333333333%;
  top: 0;
  left: 0%;
}
div.shopping div.imgArea.imgArea11 a.wishitem:nth-of-type(1) {
  width: 33.4666666667%;
  bottom: 2.2666666667%;
  right: 2.6666666667%;
}
div.shopping div.imgArea.imgArea11 a.wishitem div.item {
  transform: rotate(5deg);
  position: relative;
  top: -10px;
}
div.shopping div.imgArea.imgArea12 {
  position: relative;
}
div.shopping div.imgArea.imgArea12::before {
  content: "";
  display: block;
  padding-top: 113.3333333333%;
}
div.shopping div.imgArea.imgArea12 div.img {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0%;
}
div.shopping div.imgArea.imgArea12 a.wishitem:nth-of-type(1) {
  width: 43.6%;
  bottom: 0%;
  left: -8%;
}
div.shopping div.imgArea.imgArea12 a.wishitem:nth-of-type(1) div.item {
  transform: rotate(1deg);
}

@media screen and (max-width: 750px) {
  section#step2 {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 751px) {
  section#step2 {
    margin: 0 auto 100px;
    width: 600px;
  }
}
@media screen and (max-width: 750px) {
  section#step2 div.img {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 751px) {
  section#step2 div.img {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 750px) {
  section#step2 div.img.small {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  section#step2 div.img.end {
    margin-bottom: 60px;
  }
}
section#step2 p {
  letter-spacing: 0.005em;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  section#step2 p {
    width: 84%;
    margin: 0 auto 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 751px) {
  section#step2 p {
    margin: 0 auto 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  section#step2 p.end {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 751px) {
  section#step2 p.end {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 750px) {
  section#step2 ul {
    width: 73.3333333333%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  section#step2 ul li {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 751px) {
  section#step2 ul li {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 751px) {
  section#step2 div.movie {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  section#step2 div.movie {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  section#step2 div.movie p {
    margin-top: 40px;
  }
}
@media screen and (min-width: 751px) {
  section#step2 div.movie p {
    margin-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  section#step3 div.imgf {
    margin: 0 auto 100px;
    width: 84%;
  }
}
@media screen and (min-width: 751px) {
  section#step3 div.imgf {
    margin: 0 auto 100px;
    width: 600px;
  }
}
section#step3 h3 {
  color: #fff;
  background: #93ABAD;
  line-height: 1;
  position: relative;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  section#step3 h3 {
    width: 84%;
    margin: 0 auto 42px;
    font-size: 20px;
    height: 58px;
  }
}
@media screen and (min-width: 751px) {
  section#step3 h3 {
    width: 380px;
    margin: 0 auto 60px;
    font-size: 24px;
    height: 70px;
  }
}
section#step3 h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  section#step3 h3::after {
    top: 57px;
    border-top: 15px solid #93ABAD;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }
}
@media screen and (min-width: 751px) {
  section#step3 h3::after {
    top: 70px;
    border-top: 15px solid #93ABAD;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }
}
@media screen and (max-width: 750px) {
  section#step3 p.text {
    width: 84%;
    margin: 0 auto 60px;
    font-size: 14px;
  }
}
@media screen and (min-width: 751px) {
  section#step3 p.text {
    width: 600px;
    margin: 0 auto 80px;
  }
}
section#step3 div#product {
  position: relative;
}
section#step3 div#product a.scroll-left, section#step3 div#product a.scroll-right {
  position: absolute;
  top: 35%;
  width: 60px;
  height: 60px;
  background: #93ABAD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 750px) {
  section#step3 div#product a.scroll-left, section#step3 div#product a.scroll-right {
    display: none;
  }
}
section#step3 div#product a.scroll-left {
  left: 65px;
}
section#step3 div#product a.scroll-left span {
  position: relative;
  left: 5px;
}
@media screen and (min-width: 1784px) {
  section#step3 div#product a.scroll-left {
    display: none !important;
  }
}
section#step3 div#product a.scroll-right {
  right: 65px;
}
section#step3 div#product a.scroll-right span {
  position: relative;
}
@media screen and (min-width: 1784px) {
  section#step3 div#product a.scroll-right {
    display: none !important;
  }
}
section#step3 div.list::-webkit-scrollbar {
  display: none;
}
section#step3 div.list {
  overflow-x: scroll;
  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none; /*Internet Explore対応のスクロールバー非表示コード*/
}
@media screen and (max-width: 750px) {
  section#step3 div.list {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 751px) {
  section#step3 div.list {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1784px) {
  section#step3 div.list {
    max-width: 1785px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) {
  section#step3 div.list ul {
    border-left: 1px solid #e6e6e6;
    white-space: nowrap;
  }
}
@media screen and (max-width: 750px) {
  section#step3 div.list ul {
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-rows: auto [2];
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
  }
}
@media screen and (max-width: 750px) {
  section#step3 div.list ul li {
    display: inline-block;
    width: 160px;
    vertical-align: top;
    font-size: 11px;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
}
@media screen and (min-width: 751px) {
  section#step3 div.list ul li {
    display: inline-block;
    width: 250px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
}
section#step3 div.list ul li a, section#step3 div.list ul li div.cs {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: #000000;
  text-decoration: none;
  display: block;
}
section#step3 div.list ul li a::before, section#step3 div.list ul li div.cs::before {
  content: "";
  display: block;
  padding-top: 194.4444444444%;
}
section#step3 div.list ul li a div.img, section#step3 div.list ul li div.cs div.img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
section#step3 div.list ul li a div.img.img1, section#step3 div.list ul li div.cs div.img.img1 {
  top: 7%;
  width: 70%;
}
section#step3 div.list ul li a div.img.img2, section#step3 div.list ul li div.cs div.img.img2 {
  top: 7%;
  width: 70%;
}
section#step3 div.list ul li a div.img.img3, section#step3 div.list ul li div.cs div.img.img3 {
  top: 8%;
  width: 40%;
}
section#step3 div.list ul li a div.img.img4, section#step3 div.list ul li div.cs div.img.img4 {
  top: 4%;
  width: 57%;
}
section#step3 div.list ul li a div.img.img6, section#step3 div.list ul li div.cs div.img.img6 {
  top: 10%;
  width: 70%;
}
section#step3 div.list ul li a div.img.img5, section#step3 div.list ul li div.cs div.img.img5 {
  top: 3%;
  width: 70%;
}
section#step3 div.list ul li a div.img.img7, section#step3 div.list ul li div.cs div.img.img7 {
  top: 7%;
  width: 70%;
}
section#step3 div.list ul li a p, section#step3 div.list ul li div.cs p {
  text-align: center;
  position: absolute;
  bottom: 21.1428571429%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 2;
  white-space: nowrap;
}
@media screen and (min-width: 751px) {
  section#step3 div.list ul li a p, section#step3 div.list ul li div.cs p {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  section#step3 div.list ul li a p, section#step3 div.list ul li div.cs p {
    font-size: 12px;
    width: 95%;
    margin: 0 auto;
  }
}
section#step3 div.list ul li a p span, section#step3 div.list ul li div.cs p span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section#step3 div.list ul li a div.btn, section#step3 div.list ul li div.cs div.btn {
  border: 1px solid #93ABAD;
  color: #93ABAD;
  position: absolute;
  width: 60.2777777778%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6.1428571429%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  transition: 1s;
  border-radius: 40px;
}
@media screen and (max-width: 750px) {
  section#step3 div.list ul li a div.btn, section#step3 div.list ul li div.cs div.btn {
    font-size: 14px;
  }
}
section#step3 div.list ul li a:hover div.btn, section#step3 div.list ul li div.cs:hover div.btn {
  background: #93ABAD;
  color: #fff;
}
section#step3 div.list ul li div.cs div.btn {
  border: 1px solid #dadada;
  color: #dadada;
  position: absolute;
  width: 60.2777777778%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6.1428571429%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  transition: 1s;
  border-radius: 40px;
}
@media screen and (max-width: 750px) {
  section#step3 div.list ul li div.cs div.btn {
    font-size: 14px;
  }
}
section#step3 div.list ul li div.cs:hover div.btn {
  border: 1px solid #dadada;
  color: #dadada;
  background: #fff;
}

@media screen and (min-width: 751px) {
  div.matome {
    margin-top: 100px;
  }
}
div.matome dl {
  line-height: 2;
}
@media screen and (min-width: 751px) {
  div.matome dl {
    width: 600px;
    margin: 0 auto 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  div.matome dl {
    width: 84%;
    margin: 0 auto 40px;
    font-size: 14px;
  }
}
div.matome dl dt {
  color: #93ABAD;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  div.matome dl dt {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 750px) {
  div.matome dl.end {
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 751px) {
  div.matome dl.end {
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 750px) {
  div.matome div.endimg {
    margin: 0 auto 60px;
    width: 84%;
  }
}
@media screen and (min-width: 751px) {
  div.matome div.endimg {
    margin: 0 auto 80px;
    width: 600px;
  }
}
div.matome p.endmessage {
  line-height: 2;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 750px) {
  div.matome p.endmessage {
    width: 84%;
    margin: 0 auto 100px;
    font-size: 14px;
  }
}
@media screen and (min-width: 751px) {
  div.matome p.endmessage {
    width: 600px;
    margin: 0 auto 100px;
    font-size: 16px;
  }
}
div.matome div.styling {
  text-align: center;
  font-style: italic;
}
@media screen and (max-width: 750px) {
  div.matome div.styling {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 751px) {
  div.matome div.styling {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 750px) {
  div.matome div.styling h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 751px) {
  div.matome div.styling h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
div.matome div.styling ul li a {
  color: #000;
  line-height: 2;
  transition: 1s;
}
@media screen and (max-width: 750px) {
  div.matome div.styling ul li a {
    font-size: 14px;
  }
}
div.matome div.styling ul li a:hover {
  color: #93ABAD;
}

@media screen and (min-width: 751px) {
  div.counter {
    position: -webkit-sticky;
    position: sticky;
    top: calc(100vh - 80px);
    font-size: 36px;
    z-index: 99;
  }
}
@media screen and (max-width: 750px) {
  div.counter {
    position: -webkit-sticky;
    position: sticky;
    top: calc(100vh - 80px);
    font-size: 36px;
    z-index: 99;
  }
}
div.counter div {
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  line-height: 1;
  height: 75px;
  background: #000;
  color: rgb(255, 255, 255);
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  letter-spacing: 0.08em;
  transition: 1s;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  div.counter div {
    width: 94.6666666667%;
  }
}
@media screen and (min-width: 751px) {
  div.counter div {
    width: 375px;
  }
}
div.counter span.wrap {
  box-sizing: border-box;
  display: block;
  width: 275px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  div.counter span.bag {
    width: 36px;
    position: relative;
    top: -2px;
  }
}
@media screen and (min-width: 751px) {
  div.counter span.bag {
    width: 36px;
    position: relative;
    top: -2px;
  }
}
div.counter span.countup {
  display: inline-block;
  color: rgb(255, 255, 255);
  transition: 2s;
}
@media screen and (min-width: 751px) {
  div.counter span.countup {
    font-size: 36px;
    width: 126px;
    text-align: right;
  }
}
@media screen and (max-width: 750px) {
  div.counter span.countup {
    font-size: 36px;
    width: 126px;
    text-align: right;
  }
}
div.counter span.countup.active {
  color: rgb(208, 27, 27);
}
div.counter span.countup.active2 {
  color: rgb(233, 204, 45);
}
@media screen and (max-width: 750px) {
  div.counter span.slash {
    font-size: 24px;
    display: inline-block;
    position: relative;
    top: 4px;
  }
}
@media screen and (min-width: 751px) {
  div.counter span.slash {
    font-size: 24px;
    display: inline-block;
    position: relative;
    top: 4px;
  }
}
@media screen and (min-width: 751px) {
  div.counter p {
    position: relative;
    top: 5px;
  }
}
@media screen and (max-width: 750px) {
  div.counter p {
    position: relative;
    top: 5px;
  }
}
div.counter p span.limit {
  transform-style: preserve-3d;
  transition: 1s;
  display: block;
}
@media screen and (max-width: 750px) {
  div.counter p span.limit {
    font-size: 20px;
  }
}
@media screen and (min-width: 751px) {
  div.counter p span.limit {
    font-size: 20px;
  }
}
div.counter p span.limit.limit1 {
  position: absolute;
  transform: rotateX(0deg); /*はじめは回転なし*/
  transform-origin: 0 50% -25px; /* 回転する起点 */
  color: #999999;
}
div.counter p span.limit.limit1.active {
  transform: rotateX(90deg); /* X軸に90度回転 */
}
div.counter p span.limit.limit2 {
  transform: rotateX(-90deg); /*はじめはX軸に-90度回転*/
  transform-origin: 0 50% -25px; /* 回転する起点 */
}
div.counter p span.limit.limit2.active {
  transform: rotateX(0deg); /* X軸に0度回転 */
}

section.youtube {
  background: rgba(147, 171, 173, 0.2);
}
@media screen and (max-width: 750px) {
  section.youtube {
    padding: 60px 0;
  }
}
@media screen and (min-width: 751px) {
  section.youtube {
    padding: 80px 0;
  }
}
section.youtube h2 {
  line-height: 2;
  letter-spacing: 0.005em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  section.youtube h2 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 751px) {
  section.youtube h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
section.youtube div.movie {
  position: relative;
}
@media screen and (max-width: 750px) {
  section.youtube div.movie {
    width: 84%;
    margin: 0 auto;
    background: #ccc;
  }
}
@media screen and (min-width: 751px) {
  section.youtube div.movie {
    width: 397px;
    margin: 0 auto;
    background: #ccc;
  }
}
section.youtube div.movie::before {
  content: "";
  display: block;
  padding-top: 177.8337531486%;
}
section.youtube div.movie iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.youtube p.staffcredit {
  text-align: center;
}
@media screen and (min-width: 751px) {
  section.youtube p.staffcredit {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  section.youtube p.staffcredit {
    margin-top: 40px;
  }
}

section.campaign {
  background: #93ABAD;
}
@media screen and (max-width: 750px) {
  section.campaign {
    padding: 90px 0;
  }
}
@media screen and (min-width: 751px) {
  section.campaign {
    padding: 100px 0;
  }
}
@media screen and (max-width: 750px) {
  section.campaign div.title {
    width: 73.4%;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 751px) {
  section.campaign div.title {
    width: 513px;
    margin: 0 auto 30px;
  }
}
section.campaign div.title p.pre {
  line-height: 1;
}
@media screen and (max-width: 750px) {
  section.campaign div.title p.pre {
    font-size: 16px;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 751px) {
  section.campaign div.title p.pre {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
section.campaign div.title h4 {
  color: #fff;
}
@media screen and (min-width: 751px) {
  section.campaign div.title h4 {
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  section.campaign div.title h4 span:first-child {
    line-height: 0;
    font-size: 100px;
  }
}
@media screen and (min-width: 751px) {
  section.campaign div.title h4 span:first-child {
    line-height: 1.1;
    font-size: 130px;
  }
}
@media screen and (max-width: 750px) {
  section.campaign div.title h4 span:nth-child(2) {
    font-size: 16px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 751px) {
  section.campaign div.title h4 span:nth-child(2) {
    font-size: 21px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 750px) {
  section.campaign div.title h4 span:nth-child(3) {
    font-size: 21px;
    display: block;
    margin-top: 13px;
    letter-spacing: 0.11em;
  }
}
@media screen and (min-width: 751px) {
  section.campaign div.title h4 span:nth-child(3) {
    position: absolute;
    top: 20px;
    left: 340px;
    font-size: 26px;
    letter-spacing: 0.11em;
  }
}
@media screen and (max-width: 750px) {
  section.campaign div.title h4 span:nth-child(3) span {
    font-size: 18px;
  }
}
@media screen and (min-width: 751px) {
  section.campaign div.title h4 span:nth-child(3) span {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  section.campaign div.title h4 span:nth-child(4) {
    font-size: 30px;
    display: block;
    letter-spacing: 0.11em;
  }
}
@media screen and (min-width: 751px) {
  section.campaign div.title h4 span:nth-child(4) {
    font-size: 40px;
    display: block;
    letter-spacing: 0.11em;
    position: absolute;
    top: 65px;
    left: 340px;
  }
}
section.campaign div.img {
  position: relative;
}
@media screen and (max-width: 750px) {
  section.campaign div.img {
    margin: 0 auto 36px;
    width: 84%;
  }
}
@media screen and (min-width: 751px) {
  section.campaign div.img {
    width: 700px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 751px) {
  section.campaign div.img img {
    width: 100%;
  }
}
section.campaign p.explain {
  color: #fff;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  section.campaign p.explain {
    width: 73.4%;
    margin: 0 auto 35px;
    font-size: 14px;
  }
}
@media screen and (min-width: 751px) {
  section.campaign p.explain {
    width: 700px;
    margin: 0 auto 30px;
    font-size: 18px;
  }
}
section.campaign p.campaign_content {
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  section.campaign p.campaign_content {
    font-size: 12px;
    width: 73.4%;
    margin: 0 auto 35px;
  }
}
@media screen and (min-width: 751px) {
  section.campaign p.campaign_content {
    width: 700px;
    margin: 0 auto 25px;
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  section.campaign p.campaign_content span {
    font-size: 10px;
  }
}
@media screen and (min-width: 751px) {
  section.campaign p.campaign_content span {
    font-size: 12px;
  }
}
section.campaign div.direction {
  width: 73.4%;
  margin: 0 auto 35px;
  color: #fff;
}
@media screen and (min-width: 751px) {
  section.campaign div.direction {
    width: 700px;
    margin: 0 auto 25px;
  }
}
section.campaign div.direction h5 {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  section.campaign div.direction h5 {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 751px) {
  section.campaign div.direction h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
section.campaign div.direction ul li {
  background: #85A4A7;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  section.campaign div.direction ul li {
    margin-bottom: 6px;
    padding: 20px;
  }
}
@media screen and (min-width: 751px) {
  section.campaign div.direction ul li {
    padding: 40px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  section.campaign div.direction ul li dt {
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 751px) {
  section.campaign div.direction ul li dt {
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 12px;
  }
}
section.campaign div.direction ul li dd {
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  section.campaign div.direction ul li dd {
    font-size: 12px;
  }
}
@media screen and (min-width: 751px) {
  section.campaign div.direction ul li dd {
    font-size: 14px;
  }
}
section.campaign div.direction ul li dd a {
  color: #fff;
}
section.campaign div.direction ul li:last-child {
  text-align: center;
}
@media screen and (max-width: 750px) {
  section.campaign div.direction ul li:last-child {
    font-size: 14px;
  }
}
@media screen and (min-width: 751px) {
  section.campaign div.direction ul li:last-child {
    font-size: 16px;
  }
}
section.campaign div.attention {
  color: #fff;
}
@media screen and (max-width: 750px) {
  section.campaign div.attention {
    width: 73.4%;
    margin: 0 auto 35px;
  }
}
@media screen and (min-width: 751px) {
  section.campaign div.attention {
    width: 700px;
    margin: 0 auto 35px;
  }
}
section.campaign div.attention h5 {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  section.campaign div.attention h5 {
    font-size: 12px;
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 751px) {
  section.campaign div.attention h5 {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
section.campaign div.attention p.hiddentext {
  line-height: 1.75em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  section.campaign div.attention p.hiddentext {
    font-size: 12px;
  }
}
@media screen and (min-width: 751px) {
  section.campaign div.attention p.hiddentext {
    font-size: 14px;
  }
}

footer {
  background: #f8f7f7;
  color: #000000;
}
@media screen and (max-width: 750px) {
  footer {
    padding: 90px 0 30px;
  }
}
@media screen and (min-width: 751px) {
  footer {
    padding: 90px 0 30px;
  }
}
@media screen and (min-width: 751px) {
  footer div.bnrarea {
    width: 400px;
    margin: 0 auto 65px;
  }
}
@media screen and (max-width: 750px) {
  footer div.bnrarea {
    width: 86.6666666667%;
    margin: 0 auto 65px;
  }
}
footer div.bnrarea a {
  text-decoration: none;
  color: #222;
  text-align: center;
  display: block;
}
footer div.bnrarea a img {
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  footer ul#footer_snsArea {
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 751px) {
  footer ul#footer_snsArea {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  footer ul#footer_snsArea li {
    width: 30px;
    margin-right: 22px;
  }
}
@media screen and (min-width: 751px) {
  footer ul#footer_snsArea li {
    margin-right: 20px;
  }
}
@media screen and (min-width: 751px) {
  footer ul#footer_snsArea li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    color: #333;
  }
}
@media screen and (min-width: 751px) {
  footer ul#footer_snsArea li a img {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  footer ul#footer_snsArea li a span.icon {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  footer ul#footer_snsArea li a span.icon {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  footer ul#footer_snsArea li a span.text {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  footer a.foot_logo {
    display: block;
    width: 140px;
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 751px) {
  footer a.foot_logo {
    width: 150px;
    display: block;
    margin: 0 auto 5px;
  }
}
@media screen and (max-width: 750px) {
  footer p.foot_copy {
    font-size: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 751px) {
  footer p.foot_copy {
    font-size: 10px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */