@charset "UTF-8";
/*

*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-style: normal; }

* {
  box-sizing: border-box; }

body {
  line-height: 1;
  }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  background: transparent;
  text-decoration: none;
  color: #3e89ca; }
  @media (min-width: 768px) {
    a:hover {
      color: #ea6684; } }
  @media (max-width: 768px) {
    a:active {
      color: #ea6684; } }

img {
  vertical-align: bottom; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

.pc-none {
  display: none; }

@media screen and (max-width: 1023px) {
  .pc-none {
    display: block; }
  .tab-none {
    display: none; }
  .sp-none {
    display: none; } }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }

.container-fluid {
  padding-right: 0;
  padding-left: 0; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }
  .row.row-1 {
    margin-right: -1rem;
    margin-left: -1rem; }
  .row.row-2 {
    margin-right: -2rem;
    margin-left: -2rem; }
  .row.row-3 {
    margin-right: -3rem;
    margin-left: -3rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }
  .row-1 > .col-xs, .row-1 >
  .col-xs-1, .row-1 >
  .col-xs-2, .row-1 >
  .col-xs-3, .row-1 >
  .col-xs-4, .row-1 >
  .col-xs-5, .row-1 >
  .col-xs-6, .row-1 >
  .col-xs-7, .row-1 >
  .col-xs-8, .row-1 >
  .col-xs-9, .row-1 >
  .col-xs-10, .row-1 >
  .col-xs-11, .row-1 >
  .col-xs-12, .row-1 >
  .col-xs-offset-0, .row-1 >
  .col-xs-offset-1, .row-1 >
  .col-xs-offset-2, .row-1 >
  .col-xs-offset-3, .row-1 >
  .col-xs-offset-4, .row-1 >
  .col-xs-offset-5, .row-1 >
  .col-xs-offset-6, .row-1 >
  .col-xs-offset-7, .row-1 >
  .col-xs-offset-8, .row-1 >
  .col-xs-offset-9, .row-1 >
  .col-xs-offset-10, .row-1 >
  .col-xs-offset-11, .row-1 >
  .col-xs-offset-12 {
    padding-right: 1rem;
    padding-left: 1rem; }
  .row-2 > .col-xs, .row-2 >
  .col-xs-1, .row-2 >
  .col-xs-2, .row-2 >
  .col-xs-3, .row-2 >
  .col-xs-4, .row-2 >
  .col-xs-5, .row-2 >
  .col-xs-6, .row-2 >
  .col-xs-7, .row-2 >
  .col-xs-8, .row-2 >
  .col-xs-9, .row-2 >
  .col-xs-10, .row-2 >
  .col-xs-11, .row-2 >
  .col-xs-12, .row-2 >
  .col-xs-offset-0, .row-2 >
  .col-xs-offset-1, .row-2 >
  .col-xs-offset-2, .row-2 >
  .col-xs-offset-3, .row-2 >
  .col-xs-offset-4, .row-2 >
  .col-xs-offset-5, .row-2 >
  .col-xs-offset-6, .row-2 >
  .col-xs-offset-7, .row-2 >
  .col-xs-offset-8, .row-2 >
  .col-xs-offset-9, .row-2 >
  .col-xs-offset-10, .row-2 >
  .col-xs-offset-11, .row-2 >
  .col-xs-offset-12 {
    padding-right: 2rem;
    padding-left: 2rem; }
  .row-3 > .col-xs, .row-3 >
  .col-xs-1, .row-3 >
  .col-xs-2, .row-3 >
  .col-xs-3, .row-3 >
  .col-xs-4, .row-3 >
  .col-xs-5, .row-3 >
  .col-xs-6, .row-3 >
  .col-xs-7, .row-3 >
  .col-xs-8, .row-3 >
  .col-xs-9, .row-3 >
  .col-xs-10, .row-3 >
  .col-xs-11, .row-3 >
  .col-xs-12, .row-3 >
  .col-xs-offset-0, .row-3 >
  .col-xs-offset-1, .row-3 >
  .col-xs-offset-2, .row-3 >
  .col-xs-offset-3, .row-3 >
  .col-xs-offset-4, .row-3 >
  .col-xs-offset-5, .row-3 >
  .col-xs-offset-6, .row-3 >
  .col-xs-offset-7, .row-3 >
  .col-xs-offset-8, .row-3 >
  .col-xs-offset-9, .row-3 >
  .col-xs-offset-10, .row-3 >
  .col-xs-offset-11, .row-3 >
  .col-xs-offset-12 {
    padding-right: 3rem;
    padding-left: 3rem; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 22.5em) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
    .row-1 > .col-sm, .row-1 >
    .col-sm-1, .row-1 >
    .col-sm-2, .row-1 >
    .col-sm-3, .row-1 >
    .col-sm-4, .row-1 >
    .col-sm-5, .row-1 >
    .col-sm-6, .row-1 >
    .col-sm-7, .row-1 >
    .col-sm-8, .row-1 >
    .col-sm-9, .row-1 >
    .col-sm-10, .row-1 >
    .col-sm-11, .row-1 >
    .col-sm-12, .row-1 >
    .col-sm-offset-0, .row-1 >
    .col-sm-offset-1, .row-1 >
    .col-sm-offset-2, .row-1 >
    .col-sm-offset-3, .row-1 >
    .col-sm-offset-4, .row-1 >
    .col-sm-offset-5, .row-1 >
    .col-sm-offset-6, .row-1 >
    .col-sm-offset-7, .row-1 >
    .col-sm-offset-8, .row-1 >
    .col-sm-offset-9, .row-1 >
    .col-sm-offset-10, .row-1 >
    .col-sm-offset-11, .row-1 >
    .col-sm-offset-12 {
      padding-right: 1rem;
      padding-left: 1rem; }
    .row-2 > .col-sm, .row-2 >
    .col-sm-1, .row-2 >
    .col-sm-2, .row-2 >
    .col-sm-3, .row-2 >
    .col-sm-4, .row-2 >
    .col-sm-5, .row-2 >
    .col-sm-6, .row-2 >
    .col-sm-7, .row-2 >
    .col-sm-8, .row-2 >
    .col-sm-9, .row-2 >
    .col-sm-10, .row-2 >
    .col-sm-11, .row-2 >
    .col-sm-12, .row-2 >
    .col-sm-offset-0, .row-2 >
    .col-sm-offset-1, .row-2 >
    .col-sm-offset-2, .row-2 >
    .col-sm-offset-3, .row-2 >
    .col-sm-offset-4, .row-2 >
    .col-sm-offset-5, .row-2 >
    .col-sm-offset-6, .row-2 >
    .col-sm-offset-7, .row-2 >
    .col-sm-offset-8, .row-2 >
    .col-sm-offset-9, .row-2 >
    .col-sm-offset-10, .row-2 >
    .col-sm-offset-11, .row-2 >
    .col-sm-offset-12 {
      padding-right: 2rem;
      padding-left: 2rem; }
    .row-3 > .col-sm, .row-3 >
    .col-sm-1, .row-3 >
    .col-sm-2, .row-3 >
    .col-sm-3, .row-3 >
    .col-sm-4, .row-3 >
    .col-sm-5, .row-3 >
    .col-sm-6, .row-3 >
    .col-sm-7, .row-3 >
    .col-sm-8, .row-3 >
    .col-sm-9, .row-3 >
    .col-sm-10, .row-3 >
    .col-sm-11, .row-3 >
    .col-sm-12, .row-3 >
    .col-sm-offset-0, .row-3 >
    .col-sm-offset-1, .row-3 >
    .col-sm-offset-2, .row-3 >
    .col-sm-offset-3, .row-3 >
    .col-sm-offset-4, .row-3 >
    .col-sm-offset-5, .row-3 >
    .col-sm-offset-6, .row-3 >
    .col-sm-offset-7, .row-3 >
    .col-sm-offset-8, .row-3 >
    .col-sm-offset-9, .row-3 >
    .col-sm-offset-10, .row-3 >
    .col-sm-offset-11, .row-3 >
    .col-sm-offset-12 {
      padding-right: 3rem;
      padding-left: 3rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 48em) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
    .row-1 > .col-md, .row-1 >
    .col-md-1, .row-1 >
    .col-md-2, .row-1 >
    .col-md-3, .row-1 >
    .col-md-4, .row-1 >
    .col-md-5, .row-1 >
    .col-md-6, .row-1 >
    .col-md-7, .row-1 >
    .col-md-8, .row-1 >
    .col-md-9, .row-1 >
    .col-md-10, .row-1 >
    .col-md-11, .row-1 >
    .col-md-12, .row-1 >
    .col-md-offset-0, .row-1 >
    .col-md-offset-1, .row-1 >
    .col-md-offset-2, .row-1 >
    .col-md-offset-3, .row-1 >
    .col-md-offset-4, .row-1 >
    .col-md-offset-5, .row-1 >
    .col-md-offset-6, .row-1 >
    .col-md-offset-7, .row-1 >
    .col-md-offset-8, .row-1 >
    .col-md-offset-9, .row-1 >
    .col-md-offset-10, .row-1 >
    .col-md-offset-11, .row-1 >
    .col-md-offset-12 {
      padding-right: 1rem;
      padding-left: 1rem; }
    .row-2 > .col-md, .row-2 >
    .col-md-1, .row-2 >
    .col-md-2, .row-2 >
    .col-md-3, .row-2 >
    .col-md-4, .row-2 >
    .col-md-5, .row-2 >
    .col-md-6, .row-2 >
    .col-md-7, .row-2 >
    .col-md-8, .row-2 >
    .col-md-9, .row-2 >
    .col-md-10, .row-2 >
    .col-md-11, .row-2 >
    .col-md-12, .row-2 >
    .col-md-offset-0, .row-2 >
    .col-md-offset-1, .row-2 >
    .col-md-offset-2, .row-2 >
    .col-md-offset-3, .row-2 >
    .col-md-offset-4, .row-2 >
    .col-md-offset-5, .row-2 >
    .col-md-offset-6, .row-2 >
    .col-md-offset-7, .row-2 >
    .col-md-offset-8, .row-2 >
    .col-md-offset-9, .row-2 >
    .col-md-offset-10, .row-2 >
    .col-md-offset-11, .row-2 >
    .col-md-offset-12 {
      padding-right: 2rem;
      padding-left: 2rem; }
    .row-3 > .col-md, .row-3 >
    .col-md-1, .row-3 >
    .col-md-2, .row-3 >
    .col-md-3, .row-3 >
    .col-md-4, .row-3 >
    .col-md-5, .row-3 >
    .col-md-6, .row-3 >
    .col-md-7, .row-3 >
    .col-md-8, .row-3 >
    .col-md-9, .row-3 >
    .col-md-10, .row-3 >
    .col-md-11, .row-3 >
    .col-md-12, .row-3 >
    .col-md-offset-0, .row-3 >
    .col-md-offset-1, .row-3 >
    .col-md-offset-2, .row-3 >
    .col-md-offset-3, .row-3 >
    .col-md-offset-4, .row-3 >
    .col-md-offset-5, .row-3 >
    .col-md-offset-6, .row-3 >
    .col-md-offset-7, .row-3 >
    .col-md-offset-8, .row-3 >
    .col-md-offset-9, .row-3 >
    .col-md-offset-10, .row-3 >
    .col-md-offset-11, .row-3 >
    .col-md-offset-12 {
      padding-right: 3rem;
      padding-left: 3rem; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 65em) {
  .container {
    width: 100rem;
    padding-left: 0;
    padding-right: 0; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
    .row-1 > .col-lg, .row-1 >
    .col-lg-1, .row-1 >
    .col-lg-2, .row-1 >
    .col-lg-3, .row-1 >
    .col-lg-4, .row-1 >
    .col-lg-5, .row-1 >
    .col-lg-6, .row-1 >
    .col-lg-7, .row-1 >
    .col-lg-8, .row-1 >
    .col-lg-9, .row-1 >
    .col-lg-10, .row-1 >
    .col-lg-11, .row-1 >
    .col-lg-12, .row-1 >
    .col-lg-offset-0, .row-1 >
    .col-lg-offset-1, .row-1 >
    .col-lg-offset-2, .row-1 >
    .col-lg-offset-3, .row-1 >
    .col-lg-offset-4, .row-1 >
    .col-lg-offset-5, .row-1 >
    .col-lg-offset-6, .row-1 >
    .col-lg-offset-7, .row-1 >
    .col-lg-offset-8, .row-1 >
    .col-lg-offset-9, .row-1 >
    .col-lg-offset-10, .row-1 >
    .col-lg-offset-11, .row-1 >
    .col-lg-offset-12 {
      padding-right: 1rem;
      padding-left: 1rem; }
    .row-2 > .col-lg, .row-2 >
    .col-lg-1, .row-2 >
    .col-lg-2, .row-2 >
    .col-lg-3, .row-2 >
    .col-lg-4, .row-2 >
    .col-lg-5, .row-2 >
    .col-lg-6, .row-2 >
    .col-lg-7, .row-2 >
    .col-lg-8, .row-2 >
    .col-lg-9, .row-2 >
    .col-lg-10, .row-2 >
    .col-lg-11, .row-2 >
    .col-lg-12, .row-2 >
    .col-lg-offset-0, .row-2 >
    .col-lg-offset-1, .row-2 >
    .col-lg-offset-2, .row-2 >
    .col-lg-offset-3, .row-2 >
    .col-lg-offset-4, .row-2 >
    .col-lg-offset-5, .row-2 >
    .col-lg-offset-6, .row-2 >
    .col-lg-offset-7, .row-2 >
    .col-lg-offset-8, .row-2 >
    .col-lg-offset-9, .row-2 >
    .col-lg-offset-10, .row-2 >
    .col-lg-offset-11, .row-2 >
    .col-lg-offset-12 {
      padding-right: 2rem;
      padding-left: 2rem; }
    .row-3 > .col-lg, .row-3 >
    .col-lg-1, .row-3 >
    .col-lg-2, .row-3 >
    .col-lg-3, .row-3 >
    .col-lg-4, .row-3 >
    .col-lg-5, .row-3 >
    .col-lg-6, .row-3 >
    .col-lg-7, .row-3 >
    .col-lg-8, .row-3 >
    .col-lg-9, .row-3 >
    .col-lg-10, .row-3 >
    .col-lg-11, .row-3 >
    .col-lg-12, .row-3 >
    .col-lg-offset-0, .row-3 >
    .col-lg-offset-1, .row-3 >
    .col-lg-offset-2, .row-3 >
    .col-lg-offset-3, .row-3 >
    .col-lg-offset-4, .row-3 >
    .col-lg-offset-5, .row-3 >
    .col-lg-offset-6, .row-3 >
    .col-lg-offset-7, .row-3 >
    .col-lg-offset-8, .row-3 >
    .col-lg-offset-9, .row-3 >
    .col-lg-offset-10, .row-3 >
    .col-lg-offset-11, .row-3 >
    .col-lg-offset-12 {
      padding-right: 3rem;
      padding-left: 3rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

html {
  font-size: 62.5%;
  height: 100%; }

body {
	font-family: "微軟正黑體", "新細明體";
	font-size: 1.6rem;
	line-height: 2.1;
	color: #FFF;
	background-color: #fefdf9;
	word-wrap: break-word;
	height: 100%;
	overflow-x: hidden;
}
  @media screen and (max-width: 767px) {
    body {
      line-height: 1.8; } }

h1 {
  font-size: 2.6rem;
  margin-bottom: 70px;
  text-align: center;
  letter-spacing: 0.075em; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 1.8rem;
      margin-bottom: 35px; } }

h2 {
  font-size: 2.0rem;
  margin-bottom: 40px;
  color: #3e89ca;
  letter-spacing: 0.025em; }
  h2 a {
    text-decoration: underline; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 1.6rem;
      margin-bottom: 30px; } }

h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 1.5rem; } }

p + p {
  margin-top: 20px; }

@media screen and (max-width: 767px) {
  img {
    max-width: 100%; } }

pre {
  /* Mozilla */
  white-space: -moz-pre-wrap;
  /* Opera 4-6 */
  white-space: -pre-wrap;
  /* Opera 7 */
  white-space: -o-pre-wrap;
  /* CSS3 */
  white-space: pre-wrap;
  /* IE 5.5+ */
  word-wrap: break-word;
  word-break: break-all;
  font-family: YuGothic, 'Yu Gothic', meiryo, sans-serif; }

a.line {
  text-decoration: underline; }
  a.line:hover {
    text-decoration: none; }

@media print {
  .l-header,
  .l-side,
  .l-footer {
    display: none !important; }
  .l-main {
    width: 100% !important; } }

/* 余白 */
.u-mt-00 {
  margin-top: 0 !important; }

.u-mt-05 {
  margin-top: 5px !important; }

.u-mt-10 {
  margin-top: 10px !important; }

.u-mt-15 {
  margin-top: 15px !important; }

.u-mt-20 {
  margin-top: 20px !important; }

.u-mt-25 {
  margin-top: 25px !important; }

.u-mt-30 {
  margin-top: 30px !important; }

.u-mt-35 {
  margin-top: 35px !important; }

.u-mt-40 {
  margin-top: 40px !important; }
  @media (max-width: 1024px) {
    .u-mt-40 {
      margin-top: 0 !important; } }

.u-mt-40-01 {
  margin-top: 40px !important; }

.u-mt-45 {
  margin-top: 45px !important; }

.u-mt-50 {
  margin-top: 50px !important; }

.u-mt-55 {
  margin-top: 55px !important; }

.u-mt-60 {
  margin-top: 60px !important; }

.u-mt-l {
  margin-top: 40px !important; }
  @media screen and (max-width: 767px) {
    .u-mt-l {
      margin-top: 30px !important; } }

.u-mt-m {
  margin-top: 30px !important; }
  @media screen and (max-width: 767px) {
    .u-mt-m {
      margin-top: 20px !important; } }

.u-mt-s {
  margin-top: 20px !important; }
  @media screen and (max-width: 767px) {
    .u-mt-s {
      margin-top: 10px !important; } }

.u-mb-00 {
  margin-bottom: 0 !important; }

.u-mb-05 {
  margin-bottom: 5px !important; }

.u-mb-10 {
  margin-bottom: 10px !important; }

.u-mb-15 {
  margin-bottom: 15px !important; }

.u-mb-20 {
  margin-bottom: 20px !important; }

.u-mb-25 {
  margin-bottom: 25px !important; }

.u-mb-30 {
  margin-bottom: 30px !important; }

.u-mb-35 {
  margin-bottom: 35px !important; }

.u-mb-40 {
  margin-bottom: 40px !important; }

.u-mb-45 {
  margin-bottom: 45px !important; }

.u-mb-50 {
  margin-bottom: 50px !important; }

.u-mb-55 {
  margin-bottom: 55px !important; }

.u-mb-60 {
  margin-bottom: 60px !important; }

.u-mb-l {
  margin-bottom: 40px !important; }
  @media screen and (max-width: 767px) {
    .u-mb-l {
      margin-bottom: 30px !important; } }

.u-mb-m {
  margin-bottom: 30px !important; }
  @media screen and (max-width: 767px) {
    .u-mb-m {
      margin-bottom: 20px !important; } }

.u-mb-s {
  margin-bottom: 20px !important; }
  @media screen and (max-width: 767px) {
    .u-mb-s {
      margin-bottom: 10px !important; } }

/* 位置 */
.u-center {
  text-align: center !important; }

.u-left {
  text-align: left !important; }

.u-right {
  text-align: right !important; }

/* 色 */
.u-color-pink {
  color: #ea6684; }

.u-color-red {
  color: #f35050; }

.u-color-lightblack {
  color: #827d7c; }

/* 表示形式 */
.u-inline-block {
  display: inline-block; }

/* Regular */
@font-face {
  font-family: 'Amatic SC';
  src: url("../fonts/Amatic_SC/AmaticSC-Regular.ttf") format("truetype"); }

/* Regular */
/*@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}*/
/* Medium */
/*@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}*/
/* Bold */
/*@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}*/
@media screen and (max-width: 767px) {
  .p-col-one .l-wrap .l-main-wrap .l-main .l-content .l-content-inner-l .floating {
    width: 100%;
    overflow: hidden; } }

.floating {
  top: 26px;
  left: 120px;
  width: 180px;
  position: absolute;
  z-index: 1; }
  .floating img {
    width: 100%; }
  @media screen and (max-width: 1279px) {
    .floating {
      top: 10px;
      width: 180px;
      right: 200px; } }
  @media screen and (max-width: 1023px) {
    .floating {
      display: none; } }
  @media screen and (max-width: 767px) {
    .floating {
      display: none; } }
  .floating a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear; }

.l-mainvisual {
  background-image: url(../img/home/deco-wood-02.png), url(../img/home/deco-wood-03.png), url(../img/common/bg-spnav-01.png);
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 152px auto, 148px auto, 200px auto;
  background-position: right top, left top, left top; }
  @media screen and (max-width: 1023px) {
    .l-mainvisual {
      padding-top: 80px; } }
  @media screen and (max-width: 767px) {
    .l-mainvisual {
      background-size: 100px auto, 100px auto, 100px auto; } }
  .l-mainvisual .m-title {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media screen and (max-width: 1023px) {
      .l-mainvisual .m-title {
        width: 100%; } }
    .l-mainvisual .m-title img {
      width: 100%; }
    .l-mainvisual .m-title .text {
      width: 345px;
      position: absolute;
      left: 5px;
      bottom: 40px;
      background-color: #fefdf9; }
      @media screen and (max-width: 1279px) {
        .l-mainvisual .m-title .text {
          width: 260px;
          left: 140px; } }
      @media screen and (max-width: 1023px) {
        .l-mainvisual .m-title .text {
          position: static;
          margin-left: auto;
          margin-right: auto; } }
    .l-mainvisual .m-title .logo {
      width: 220px;
      height: 220px;
      padding-top: 30px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      background-color: #fefdf9;
      border-radius: 110px; }
      .l-mainvisual .m-title .logo img {
        width: 150px; }
      @media screen and (max-width: 767px) {
        .l-mainvisual .m-title .logo {
          width: 120px;
          height: 120px;
          padding-top: 18px;
          border-radius: 60px; }
          .l-mainvisual .m-title .logo img {
            width: 80px; } }

@keyframes deco-anime {
  0% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0px); } }
    .l-mainvisual .m-title .deco {
      width: 150px;
      position: absolute;
      right: 30px;
      bottom: 20px;
      animation: deco-anime 2s infinite alternate; }
      @media screen and (max-width: 1279px) {
        .l-mainvisual .m-title .deco {
          right: 200px; } }
      @media screen and (max-width: 1023px) {
        .l-mainvisual .m-title .deco {
          right: 150px; } }
      @media screen and (max-width: 767px) {
        .l-mainvisual .m-title .deco {
          /*width: 60px;*/
          width: 100px;
          /*right: 65px;*/
          right: 45px; } }
      .l-mainvisual .m-title .deco a:hover img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -moz-transition: -moz-transform 0.2s linear;
        -webkit-transition: -webkit-transform 0.2s linear;
        -o-transition: -o-transform 0.2s linear;
        -ms-transition: -ms-transform 0.2s linear;
        transition: transform 0.2s linear; }
  .l-mainvisual .m-mainvisual {
    width: 960px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1023px) {
      .l-mainvisual .m-mainvisual {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; }
        .l-mainvisual .m-mainvisual img {
          width: 100%; } }
  .l-mainvisual .m-circle {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center; }
    @media screen and (max-width: 1023px) {
      .l-mainvisual .m-circle {
        width: 100%; } }
    .l-mainvisual .m-circle > * {
      position: absolute; }
    .l-mainvisual .m-circle .e-title {
      position: static;
      margin-top: -50px; }
      @media screen and (max-width: 767px) {
        .l-mainvisual .m-circle .e-title {
          margin-top: 0; } }
    .l-mainvisual .m-circle .navi {
      width: 100%;
      height: 170px;
      padding-top: 30px;
      padding-bottom: 20px;
      background-color: #fefdf9;
      position: static; }
      @media screen and (max-width: 767px) {
        .l-mainvisual .m-circle .navi {
          height: auto;
          padding: 0; } }
      .l-mainvisual .m-circle .navi > ul {
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        width: 960px;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (max-width: 767px) {
          .l-mainvisual .m-circle .navi > ul {
            flex-wrap: wrap;
            justify-content: center;
            width: 100%; } }
      .l-mainvisual .m-circle .navi dl {
        position: relative;
        height: 120px;
        width: 120px; }
        @media screen and (max-width: 767px) {
          .l-mainvisual .m-circle .navi dl {
            width: 70px;
            height: 70px;
            margin: 5px 20px; } }
      .l-mainvisual .m-circle .navi dt {
        background-color: #f7f3e6;
        height: 100%;
        width: 100%;
        border-radius: 50%; }
        .l-mainvisual .m-circle .navi dt img {
          max-width: 70%;
          max-height: 70%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%);
          transition: 0.3s; }
      .l-mainvisual .m-circle .navi dd {
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        width: 100%;
        padding: 50px 0;
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        white-space: pre; }
        @media screen and (max-width: 767px) {
          .l-mainvisual .m-circle .navi dd {
            padding: 30px 0;
            font-size: 1.0rem; } }
      .l-mainvisual .m-circle .navi a:hover dt img {
        -webkit-transform: scale(1.2) translateY(-40%) translateX(-40%);
        -moz-transform: scale(1.2) translateY(-40%) translateX(-40%);
        -o-transform: scale(1.2) translateY(-40%) translateX(-40%);
        -ms-transform: scale(1.2) translateY(-40%) translateX(-40%);
        transform: scale(1.2) translateY(-40%) translateX(-40%); }
      .l-mainvisual .m-circle .navi a:hover dd {
        display: block;
        background-color: rgba(254, 253, 249, 0.8);
        color: #3e8acb; }
    .l-mainvisual .m-circle .deco-01 {
      width: 64px;
      left: -130px;
      bottom: 0; }
      @media screen and (max-width: 1279px) {
        .l-mainvisual .m-circle .deco-01 {
          display: none; } }
    .l-mainvisual .m-circle .deco-02 {
      width: 64px;
      right: -130px;
      bottom: 0; }
      @media screen and (max-width: 1279px) {
        .l-mainvisual .m-circle .deco-02 {
          display: none; } }

.l-introduction {
  background-image: url(../img/home/bg-about-01.png);
  background-position: left top;
  background-repeat: repeat; }
  .l-introduction img {
    width: 100%; }
  .l-introduction .m-title {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px; }
    .l-introduction .m-title h2 {
      width: 690px;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 767px) {
        .l-introduction .m-title h2 {
          width: 320px; } }
      @media screen and (max-width: 359px) {
        .l-introduction .m-title h2 {
          width: 280px; } }
    .l-introduction .m-title p {
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .l-introduction .m-title p {
          text-align: left; } }
  .l-introduction .m-flow {
    margin-top: 50px;
    padding-left: 3rem;
    padding-right: 3rem; }
    @media screen and (max-width: 767px) {
      .l-introduction .m-flow {
        margin-top: 30px; }
        .l-introduction .m-flow dl {
          padding-left: 60px;
          padding-right: 60px; }
        .l-introduction .m-flow dl + dl {
          margin-top: 20px; } }
    .l-introduction .m-flow dd {
      font-size: 1.6rem;
      font-weight: bold;
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .l-introduction .m-flow dd {
          font-size: 1.4rem;
          margin-top: 10px; } }

.l-magic {
  background-image: url(../img/home/bg-magic-01.png);
  background-position: left top;
  background-repeat: repeat; }
  .l-magic img {
    width: 100%; }
  .l-magic header {
    text-align: center; }
    .l-magic header h2 {
      width: 738px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; }
    .l-magic header dl {
      display: flex;
      justify-content: space-between;
      width: 800px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      padding-bottom: 100px; }
      @media screen and (max-width: 1023px) {
        .l-magic header dl {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .l-magic header dl {
          display: block; } }
      .l-magic header dl dt {
        width: 500px; }
        @media screen and (max-width: 1023px) {
          .l-magic header dl dt {
            width: 60%; } }
        @media screen and (max-width: 767px) {
          .l-magic header dl dt {
            width: 100%; } }
      .l-magic header dl dd {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 2.1;
        text-align: left;
        padding-top: 100px; }
        @media screen and (max-width: 767px) {
          .l-magic header dl dd {
            padding-top: 0;
            font-size: 1.6rem;
            line-height: 1.4;
            text-align: center; } }
      .l-magic header dl .e-deco {
        width: 189px;
        position: absolute;
        right: -40px;
        bottom: 80px; }
        @media screen and (max-width: 1023px) {
          .l-magic header dl .e-deco {
            right: 0;
            bottom: 40px; } }
        @media screen and (max-width: 767px) {
          .l-magic header dl .e-deco {
            display: none; } }
    @media screen and (max-width: 1023px) {
      .l-magic header {
        margin-bottom: 40px; }
        .l-magic header h2 {
          width: 100%; } }
  .l-magic .l-product ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -80px; }
    @media screen and (max-width: 1279px) {
      .l-magic .l-product ul {
        width: 100%;
        margin-top: -60px; } }
    @media screen and (max-width: 767px) {
      .l-magic .l-product ul {
        display: block;
        margin-top: 0; } }
    .l-magic .l-product ul li {
      width: 500px;
      text-align: center;
      margin-top: 80px;
      position: relative; }
      @media screen and (max-width: 1279px) {
        .l-magic .l-product ul li {
          width: 46%;
          overflow: hidden;
          margin-top: 60px; } }
      @media screen and (max-width: 767px) {
        .l-magic .l-product ul li {
          width: 100%; } }
      .l-magic .l-product ul li:nth-of-type(1) .e-deco {
        width: 121px;
        position: absolute;
        left: -120px;
        top: -60px; }
      .l-magic .l-product ul li:nth-of-type(2) .e-deco {
        width: 152px;
        position: absolute;
        right: -120px;
        top: -60px; }
      .l-magic .l-product ul li:nth-of-type(3) .e-deco {
        width: 96px;
        position: absolute;
        left: -140px;
        top: 40px; }
      .l-magic .l-product ul li:nth-of-type(6) .e-deco {
        width: 115px;
        position: absolute;
        right: -120px;
        top: -60px; }
      .l-magic .l-product ul li a {
        display: block;
        transition: 0.3s; }
        .l-magic .l-product ul li a:hover {
          opacity: 0.7; }
      .l-magic .l-product ul li .e-img {
        position: relative; }
        .l-magic .l-product ul li .e-img dt {
          font-family: 'Amatic SC';
          font-size: 5.0rem;
          font-weight: bold;
          line-height: 1;
          color: #4c4948;
          position: relative;
          z-index: 10;
          letter-spacing: 0.01em; }
        .l-magic .l-product ul li .e-img dd {
          margin-top: -15px; }
        .l-magic .l-product ul li .e-img .e-new {
          width: 87px;
          position: absolute;
          left: 20px;
          bottom: -30px; }
          @media screen and (max-width: 767px) {
            .l-magic .l-product ul li .e-img .e-new {
              width: 70px;
              left: 10px;
              bottom: -10px; } }
      .l-magic .l-product ul li a .e-img dt::after {
        content: url(../img/common/icon-arrow-06.png);
        height: 27px;
        vertical-align: text-top;
        margin-left: 20px; }
      .l-magic .l-product ul li h3 {
        font-size: 2.4rem;
        margin: 40px 0 5px;
        line-height: 1; }
        @media screen and (max-width: 767px) {
          .l-magic .l-product ul li h3 {
            margin-top: 20px; } }
      .l-magic .l-product ul li .e-price {
        text-align: center; }
        .l-magic .l-product ul li .e-price span {
          font-size: 1.4rem; }
      .l-magic .l-product ul li .e-text {
        margin-top: 20px; }
        .l-magic .l-product ul li .e-text dt {
          font-weight: bold;
          font-size: 1.8rem;
          margin-bottom: 10px; }
        @media screen and (max-width: 1023px) {
          .l-magic .l-product ul li .e-text br {
            display: none; } }
        @media screen and (max-width: 767px) {
          .l-magic .l-product ul li .e-text {
            margin-top: 10px; } }
  .l-magic .l-comingsoon {
    text-align: center;
    margin-top: 120px; }
    .l-magic .l-comingsoon .comingsoon-pot {
      width: 250px; }
    .l-magic .l-comingsoon .comingsoon-text {
      width: 700px; }
    @media screen and (max-width: 1023px) {
      .l-magic .l-comingsoon {
        margin-top: 100px; }
        .l-magic .l-comingsoon img {
          width: 100%; }
        .l-magic .l-comingsoon .comingsoon-pot {
          width: 40%;
          display: block;
          margin: -40px auto 0; } }
    @media screen and (max-width: 767px) {
      .l-magic .l-comingsoon {
        margin-top: 50px; } }
    @media screen and (max-width: 359px) {
      .l-magic .l-comingsoon {
        width: 280px; } }

.l-movie {
  background-image: url(../img/home/bg-movie-03.png), url(../img/home/bg-movie-02.png), url(../img/home/bg-movie-01.png);
  background-position: right top, left bottom, left top;
  background-repeat: no-repeat, repeat-x, repeat;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .l-movie {
      background-size: 150px auto, auto auto, auto auto; } }
  .l-movie img {
    width: 100%; }
  .l-movie header {
    display: table; }
    .l-movie header h2 {
      display: table-cell;
      width: 320px; }
    .l-movie header p {
      display: table-cell;
      vertical-align: middle;
      font-size: 2.0rem;
      font-weight: bold;
      padding-left: 30px;
      text-align: left;
      line-height: 1.5; }
    @media screen and (max-width: 1023px) {
      .l-movie header {
        display: block; }
        .l-movie header h2 {
          display: block; }
        .l-movie header p {
          display: block;
          padding-left: 0;
          text-align: left; } }
    @media screen and (max-width: 767px) {
      .l-movie header h2 {
        width: 200px;
        margin-bottom: 10px; }
      .l-movie header p {
        font-size: 1.4rem; } }
  .l-movie .movie-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 20px auto 0;
    vertical-align: bottom;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
    border-radius: 6px; }
    @media screen and (max-width: 767px) {
      .l-movie .movie-container {
        width: 100%; } }
  .l-movie .movie-container iframe,
  .l-movie .movie-container img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff; }
  .l-movie img#yt-thumb {
    transition: all 0.3s; }
    .l-movie img#yt-thumb:hover {
      transform: scale(1.05);
      opacity: 0.8; }

.l-contents-link {
  background-color: #dee6f5;
  background-image: url(../img/home/bg-contents-link-01.png);
  background-position: left bottom;
  background-repeat: repeat-x; }
  .l-contents-link .img {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    background: #fff; }
  .l-contents-link img {
    width: 100%;
    transition: all 0.3s; }
  .l-contents-link .contents-list {
    margin-top: 140px; }
    @media screen and (max-width: 1023px) {
      .l-contents-link .contents-list {
        margin-top: 290px;
        overflow: hidden; } }
    @media screen and (max-width: 767px) {
      .l-contents-link .contents-list {
        margin-top: 260px; } }
    .l-contents-link .contents-list li:hover .img img {
      transform: scale(1.05);
      opacity: 0.8; }
    @media screen and (max-width: 767px) {
      .l-contents-link .contents-list li + li {
        margin-top: 30px; } }
    .l-contents-link .contents-list li .text {
      background-color: #ffffff;
      padding: 30px;
      line-height: 1.6;
      border-radius: 0 0 6px 6px;
      text-align: center; }
      .l-contents-link .contents-list li .text h2 {
        margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .l-contents-link .contents-list li .text {
          padding: 15px; }
          .l-contents-link .contents-list li .text p {
            text-align: left; } }
  .l-contents-link .contents-list-02 li {
    text-align: right;
    position: relative; }
    .l-contents-link .contents-list-02 li + li {
      margin-top: 120px; }
      @media screen and (max-width: 1023px) {
        .l-contents-link .contents-list-02 li + li {
          margin-top: 270px; } }
    .l-contents-link .contents-list-02 li .e-text {
      width: 480px;
      background-color: #ffffff;
      position: absolute;
      left: 0;
      bottom: -40px;
      text-align: center;
      border-radius: 200px 220px 180px 320px / 300px 280px 250px 250px;
      transition: 0.3s; }
      .l-contents-link .contents-list-02 li .e-text a {
        display: block;
        padding: 70px 0; }
      @media screen and (max-width: 1023px) {
        .l-contents-link .contents-list-02 li .e-text {
          width: 50%;
          bottom: -240px; }
          .l-contents-link .contents-list-02 li .e-text a {
            padding: 50px 0; } }
      @media screen and (max-width: 767px) {
        .l-contents-link .contents-list-02 li .e-text {
          width: 100%;
          bottom: -220px; }
          .l-contents-link .contents-list-02 li .e-text a {
            padding: 30px 0; } }
      .l-contents-link .contents-list-02 li .e-text h2 {
        font-size: 2.4rem;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          .l-contents-link .contents-list-02 li .e-text h2 {
            font-size: 1.8rem;
            margin-bottom: 10px; } }
      .l-contents-link .contents-list-02 li .e-text p {
        display: inline-block;
        text-align: left;
        width: 250px;
        color: #4c4948; }
        @media screen and (max-width: 767px) {
          .l-contents-link .contents-list-02 li .e-text p {
            width: 80%;
            font-size: 1.4rem; } }
      .l-contents-link .contents-list-02 li .e-text .e-btn {
        width: 120px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px; }
        @media screen and (max-width: 767px) {
          .l-contents-link .contents-list-02 li .e-text .e-btn {
            margin-top: 20px; } }
      .l-contents-link .contents-list-02 li .e-text .e-icon {
        position: absolute;
        left: 10px;
        top: -20px;
        width: 64px; }
        @media screen and (max-width: 767px) {
          .l-contents-link .contents-list-02 li .e-text .e-icon {
            left: 20px;
            width: 50px; } }
      .l-contents-link .contents-list-02 li .e-text:hover {
        -webkit-transform: scale(1.05) rotate(-5deg);
        -moz-transform: scale(1.05) rotate(-5deg);
        -o-transform: scale(1.05) rotate(-5deg);
        -ms-transform: scale(1.05) rotate(-5deg);
        transform: scale(1.05) rotate(-5deg); }
    .l-contents-link .contents-list-02 li:nth-child(odd) {
      text-align: left; }
      .l-contents-link .contents-list-02 li:nth-child(odd) .e-text {
        left: inherit;
        right: 0; }
        .l-contents-link .contents-list-02 li:nth-child(odd) .e-text .e-icon {
          left: inherit;
          right: 30px;
          width: 48px; }
          @media screen and (max-width: 767px) {
            .l-contents-link .contents-list-02 li:nth-child(odd) .e-text .e-icon {
              width: 40px; } }
    .l-contents-link .contents-list-02 li .e-img {
      width: 680px;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .l-contents-link .contents-list-02 li .e-img {
          width: 100%; } }

/* test nakamatsu */
.icon-question {
  display: inline-block;
  background-image: url(../img/common/icon-faq.png);
  width: 27px;
  height: 25px;
  vertical-align: text-top;
  margin-right: 5px; }

.icon-contact {
  display: inline-block;
  background-image: url(../img/common/icon-contact-orange.png);
  width: 23px;
  height: 18px;
  vertical-align: text-top;
  margin-right: 5px; }

.icon-present {
  display: inline-block;
  background-image: url(../img/top/obj-flow.png);
  width: 45px;
  height: 45px;
  vertical-align: middle;
  margin-right: 10px; }
  @media screen and (max-width: 1023px) {
    .icon-present {
      display: block;
      margin-bottom: 10px;
      margin-right: auto;
      margin-left: auto; } }

.l-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: none;
  flex-wrap: wrap; }

.bgi-star {
  background-image: url(../img/home/bg-magic-01.png);
  background-position: left top;
  background-repeat: repeat;
  overflow: hidden; }

.m-footer-nav .text-navi {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .m-footer-nav .text-navi {
      margin-top: 20px; } }

.l-inner-960 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 960px; }
  @media screen and (max-width: 1023px) {
    .l-inner-960 {
      padding: 0 10px; } }

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative; }

@media screen and (max-width: 1023px) {
  .l-inner_banner img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative; } }

.l-leadline-side-line {
  width: 100%;
  text-align: center;
  position: relative; }
  .l-leadline-side-line img {
    display: block;
    margin: auto; }
  .l-leadline-side-line .m-headline {
    font-family: 'Amatic SC', cursive;
    color: #4c4948;
    font-weight: bold;
    font-size: 4.6rem;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    display: block;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 1023px) {
      .l-leadline-side-line .m-headline {
        font-size: 3.6rem; } }
    @media screen and (max-width: 767px) {
      .l-leadline-side-line .m-headline {
        font-size: 2.6rem; } }
    .l-leadline-side-line .m-headline.designing {
      background-image: url(../img/top/title-drawing.png);
      width: 263px;
      -webkit-background-size: 263px 42px;
      -moz-background-size: 263px 42px;
      -o-background-size: 263px 42px;
      background-size: 263px 42px; }
      @media screen and (max-width: 1023px) {
        .l-leadline-side-line .m-headline.designing {
          width: 184px;
          -webkit-background-size: 184px 29px;
          -moz-background-size: 184px 29px;
          -o-background-size: 184px 29px;
          background-size: 184px 29px; } }
      @media screen and (max-width: 359px) {
        .l-leadline-side-line .m-headline.designing {
          background-image: none;
          width: 131px;
          -webkit-background-size: 131px 21px;
          -moz-background-size: 131px 21px;
          -o-background-size: 131px 21px;
          background-size: 131px 21px; } }
    .l-leadline-side-line .m-headline.others {
      background-image: url(../img/top/title-others.png);
      width: 223px;
      -webkit-background-size: 223px 47px;
      -moz-background-size: 223px 47px;
      -o-background-size: 223px 47px;
      background-size: 223px 47px; }
      @media screen and (max-width: 1023px) {
        .l-leadline-side-line .m-headline.others {
          width: 156px;
          -webkit-background-size: 156px 32px;
          -moz-background-size: 156px 32px;
          -o-background-size: 156px 32px;
          background-size: 156px 32px; } }
      @media screen and (max-width: 359px) {
        .l-leadline-side-line .m-headline.others {
          background-image: none;
          width: 111px;
          -webkit-background-size: 111px 23px;
          -moz-background-size: 111px 23px;
          -o-background-size: 111px 23px;
          background-size: 111px 23px; } }
  .l-leadline-side-line .inner {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 25px 15px; }
    @media screen and (max-width: 1279px) {
      .l-leadline-side-line .inner {
        padding: 15px 15px;
        margin: auto; } }
  .l-leadline-side-line .m-text {
	display: block;
	color: #C36;
	line-height: 1em;
	text-align: center;
	position: relative;
	font-size: 24px;
	top: -5px;
}
    @media screen and (max-width: 1023px) {
      .l-leadline-side-line .m-text {
        font-size: 1.2rem;
        top: -5px; } }
  .l-leadline-side-line:before, .l-leadline-side-line:after {
    content: '';
    width: 38.5%;
    height: 2px;
    background-image: url(../img/top/bgi-title-line.png);
    position: absolute;
    top: 41%; }
    @media screen and (max-width: 1279px) {
      .l-leadline-side-line:before, .l-leadline-side-line:after {
        width: 20%; } }
    @media screen and (max-width: 359px) {
      .l-leadline-side-line:before, .l-leadline-side-line:after {
        width: 25%; } }
  .l-leadline-side-line:before {
    left: 0; }
  .l-leadline-side-line:after {
    right: 0; }

.l-leadline-side-2line {
  text-align: center;
  width: 92%;
  margin: auto;
  position: relative;
  top: -80px; }
  @media screen and (max-width: 1023px) {
    .l-leadline-side-2line {
      width: 100%;
      top: -50px; } }
  .l-leadline-side-2line .inner {
    display: block;
    position: relative; }
    .l-leadline-side-2line .inner:before, .l-leadline-side-2line .inner:after {
      content: '';
      width: 37%;
      height: 2px;
      background-color: #c9c6bc;
      position: absolute;
      bottom: 12px; }
      @media screen and (max-width: 359px) {
        .l-leadline-side-2line .inner:before, .l-leadline-side-2line .inner:after {
          display: none; } }
    .l-leadline-side-2line .inner:before {
      left: 0; }
    .l-leadline-side-2line .inner:after {
      right: 0; }
  .l-leadline-side-2line .inner2 {
    display: block;
    position: relative; }
    .l-leadline-side-2line .inner2:before, .l-leadline-side-2line .inner2:after {
      content: '';
      width: 36.6%;
      height: 1px;
      background-color: #c9c6bc;
      position: absolute;
      bottom: 4px; }
      @media screen and (max-width: 359px) {
        .l-leadline-side-2line .inner2:before, .l-leadline-side-2line .inner2:after {
          display: none; } }
    .l-leadline-side-2line .inner2:before {
      left: 2px; }
    .l-leadline-side-2line .inner2:after {
      right: 2px; }
  .l-leadline-side-2line .inner3 {
    z-index: 2;
    display: inline-block;
    position: relative; }
    @media screen and (max-width: 1023px) {
      .l-leadline-side-2line .inner3 {
        width: 50%;
        margin: auto; } }
  .l-leadline-side-2line .m-text {
    display: block;
    color: #4c4948;
    font-size: 1.575rem;
    line-height: 1em;
    text-align: center;
    position: relative;
    top: 15px; }
    @media screen and (max-width: 1023px) {
      .l-leadline-side-2line .m-text {
        font-size: 1.2rem;
        top: 5px; } }

.l-flow-headline {
  margin-bottom: 30px; }
  @media screen and (max-width: 1023px) {
    .l-flow-headline {
      margin-bottom: 15px; } }
  .l-flow-headline span {
    color: #4c4948;
    display: inline-block;
    font-size: 3.0rem;
    text-align: center;
    position: relative;
    padding: 0 5px; }
    @media screen and (max-width: 1023px) {
      .l-flow-headline span {
        font-size: 2.0rem; } }
    .l-flow-headline span:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background-image: url(../img/top/bgi-title-line-flow.gif); }

.m-card {
  width: 100%;
  max-width: 440px;
  margin: auto; }
  @media screen and (max-width: 1023px) {
    .m-card {
      margin-bottom: 50px; } }
  .m-card .m-link {
    text-decoration: none;
    display: block;
    max-width: 440px;
    padding-top: 77.867%;
    height: auto;
    text-align: center;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    @media screen and (max-width: 1279px) {
      .m-card .m-link {
        width: 100%;
        height: auto;
        padding-top: 80%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px; } }
    @media screen and (max-width: 767px) {
      .m-card .m-link {
        max-width: none; } }
    .m-card .m-link:hover .m-label {
      -webkit-transform: rotate(4deg);
      -moz-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
      -o-transform: rotate(4deg);
      transform: rotate(4deg); }
    .m-card .m-link:hover img {
      -webkit-transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      -o-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }
    .m-card .m-link img {
      display: block;
      margin: auto;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      position: absolute;
      top: 1%;
      left: 0;
      right: 0;
      width: 100%;
      max-width: 500px; }
      @media screen and (max-width: 1279px) {
        .m-card .m-link img {
          width: 80%;
          top: 15%;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px; } }
      @media screen and (max-width: 767px) {
        .m-card .m-link img {
          max-width: none;
          width: 90%; } }
    .m-card .m-link .m-obj-camera {
      position: absolute;
      top: -40px;
      left: -25px;
      right: auto;
      width: 73px; }
      @media screen and (max-width: 767px) {
        .m-card .m-link .m-obj-camera {
          width: 40px;
          top: -30px;
          left: -5px; } }
    .m-card .m-link.nagurigaki {
      background-image: url(../img/top/bgi-drawing-nagurigaki.png); }
    .m-card .m-link.ikimono {
      background-image: url(../img/top/bgi-drawing-ikimono.png); }
    .m-card .m-link.fantasy {
      background-image: url(../img/top/bgi-drawing-fantasy.png); }
    .m-card .m-link.photo {
      background-image: url(../img/top/bgi-others.png); }
  .m-card .m-label {
    background-image: url(../img/top/bgi-title-blue.png);
    width: 300px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    margin: auto;
    position: relative;
    top: -23px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0; }
    @media screen and (max-width: 1279px) {
      .m-card .m-label {
        top: -20px;
        left: 0;
        right: 0;
        width: 200px;
        height: 35px;
        line-height: 35px;
        font-size: 1.8rem;
        margin: auto;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center; } }
  .m-card .m-text {
	color: #4c4948;
	font-weight: bold;
	font-size: 24px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 14px;
}
    @media screen and (max-width: 1279px) {
      .m-card .m-text {
        top: auto;
        bottom: 10px; } }
    .m-card .m-text span {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #4c4948;
	padding: 2px 10px;
	margin-right: 20px;
	line-height: 1em;
	font-size: 20px;
}
      @media screen and (max-width: 1279px) {
        .m-card .m-text span {
          font-size: 1.0rem;
          padding: 2px 5px;
          margin-right: 10px; } }
  .m-card .l-headline {
    color: #4c4948;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5em;
    padding-top: 45px; }
    @media screen and (max-width: 1279px) {
      .m-card .l-headline {
        font-size: 1.6rem;
        padding-top: 20px; } }
  .m-card .m-box {
    width: 100%;
    display: table;
    padding-top: 15px; }
    @media screen and (max-width: 1279px) {
      .m-card .m-box {
        padding-top: 10px; } }
    .m-card .m-box.photo {
      padding-top: 25px; }
    .m-card .m-box .m-text {
      color: #4c4948;
      font-weight: normal;
      font-size: 1.6rem;
      line-height: 2em;
      display: table-cell;
      vertical-align: top;
      padding-right: 20px;
      position: static; }
      @media screen and (max-width: 1279px) {
        .m-card .m-box .m-text {
          padding-right: 10px;
          font-size: 1.4rem;
          line-height: 1,5em; } }
    .m-card .m-box .m-pic {
      display: table-cell;
      vertical-align: top;
      width: 170px;
      padding-top: 7px; }
      @media screen and (max-width: 1279px) {
        .m-card .m-box .m-pic {
          width: 30%; } }
      .m-card .m-box .m-pic img {
        width: 100%; }

.l-upper-menu {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
  padding-top: 7px;
  min-width: 320px; }
  @media screen and (max-width: 1023px) {
    .l-upper-menu {
      display: none; } }
  .l-upper-menu .m-navi {
    display: block; }
    .l-upper-menu .m-navi .l-list {
      font-size: 0; }
      .l-upper-menu .m-navi .l-list li {
        display: inline-block;
        padding-left: 30px; }
        .l-upper-menu .m-navi .l-list li .m-link {
          text-emphasis: none;
          color: #77add8;
          font-weight: bold;
          font-size: 1.6rem; }
          .l-upper-menu .m-navi .l-list li .m-link:hover {
            color: #ea6684; }

.l-global-navi {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-top: 7px;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .l-global-navi {
      display: none; } }
  .l-global-navi .l-list {
    width: 100%;
    display: table;
    margin: auto; }
    @media screen and (max-width: 1279px) {
      .l-global-navi .l-list {
        width: 72%; } }
    .l-global-navi .l-list li {
      display: table-cell;
      vertical-align: bottom;
      text-align: center; }
    .l-global-navi .l-list .m-site-logo {
      width: 150px;
      margin: auto;
      background-color: #FEFDF9; }
      @media screen and (max-width: 1023px) {
        .l-global-navi .l-list .m-site-logo {
          width: 120px; } }
      .l-global-navi .l-list .m-site-logo img {
        max-width: 100%; }
    .l-global-navi .l-list .m-link {
      display: inline-block;
      font-weight: bold;
      color: #77add8; }
      .l-global-navi .l-list .m-link:hover {
        color: #ea6684; }
        .l-global-navi .l-list .m-link:hover .m-pic {
          -webkit-transform: scale(1.1, 1.1);
          -moz-transform: scale(1.1, 1.1);
          -ms-transform: scale(1.1, 1.1);
          -o-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1); }
    .l-global-navi .l-list .m-pic {
      display: block;
      margin: auto;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      @media screen and (max-width: 1023px) {
        .l-global-navi .l-list .m-pic {
          width: 45px; } }
    .l-global-navi .l-list .m-text {
      font-size: 1.6rem; }
      @media screen and (max-width: 1023px) {
        .l-global-navi .l-list .m-text {
          font-size: 1.4rem; } }
  .l-global-navi .m-obj {
    width: 110px;
    position: absolute;
    top: 60px;
    right: -110px;
    animation: deco-anime 2s infinite alternate; }
    @media screen and (max-width: 1279px) {
      .l-global-navi .m-obj {
        right: 0%;
        width: 90px; } }
    @media screen and (max-width: 1023px) {
      .l-global-navi .m-obj {
        right: 5%;
        top: 20px;
        width: 70px; } }
    .l-global-navi .m-obj img {
      max-width: 100%; }

.l-kv-wrapper {
  overflow: hidden; }

.l-kv {
  width: 80%;
  margin: 50px auto 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    .l-kv {
      width: 100%;
      margin: 30px auto 0; } }
  .l-kv img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto; }
  .l-kv .m-item {
    padding: 0 2%;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .l-kv .m-item {
        padding: 0;
        width: 92%; } }
    .l-kv .m-item .m-img {
      max-width: 960px;
      margin: auto; }
      .l-kv .m-item .m-img img {
        display: block;
        margin: auto; }
      .l-kv .m-item .m-img .pc-view {
        display: block; }
        @media screen and (max-width: 767px) {
          .l-kv .m-item .m-img .pc-view {
            display: none; } }
      .l-kv .m-item .m-img .sp-view {
        display: none; }
        @media screen and (max-width: 767px) {
          .l-kv .m-item .m-img .sp-view {
            display: block; } }
  .l-kv .slick-list {
    overflow: visible; }
  .l-kv .slick-dots {
    display: none !important; }
    @media screen and (max-width: 767px) {
      .l-kv .slick-dots {
        display: block !important;
        position: absolute;
        bottom: -30px;
        right: 0;
        left: 0;
        margin: auto; } }
    .l-kv .slick-dots li {
      padding: 0 10px; }
      @media screen and (max-width: 767px) {
        .l-kv .slick-dots li {
          padding: 5px 5px;
          width: auto;
          height: auto;
          background-color: #FEFDF9; } }
      .l-kv .slick-dots li.slick-active button {
        background-color: #ea6684; }
      .l-kv .slick-dots li button {
        font-size: 0;
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        width: 10px;
        height: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background-color: #4c4948; }
        .l-kv .slick-dots li button:before {
          display: none; }
  .l-kv .slick-arrow {
    font-size: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    width: 48px;
    height: 48px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 45%;
    z-index: 2;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    @media screen and (max-width: 767px) {
      .l-kv .slick-arrow {
        display: none !important; } }
    .l-kv .slick-arrow:hover {
      opacity: 0.8; }
    .l-kv .slick-arrow.slick-prev {
      background-image: url(../img/top/icon-kv-arrow-left.png);
      left: 9%; }
    .l-kv .slick-arrow.slick-next {
      background-image: url(../img/top/icon-kv-arrow-right.png);
      right: 9%; }

.l-column {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  display: table;
  padding-top: 27px;
  padding-left: 6px; }
  @media screen and (max-width: 1920px) {
    .l-column {
      padding-top: 15px;
      padding-left: 10px;
      padding-right: 10px;
	   }
	  
	   }
  @media screen and (max-width: 767px) {
    .l-column {
      padding-top: 0;
	  margin-top:50px; }
	  .m-title{
		  font-size:20px;}
	  	  }
  .l-column .m-obj {
    display: table-cell;
    vertical-align: middle;
    width: 120px;
    height: 120px; }
    @media screen and (max-width: 1023px) {
      .l-column .m-obj {
        width: 80px;
        height: 80px; } }
    .l-column .m-obj img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      display: block; }
  .l-column .m-content {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 10px; }
    @media screen and (max-width: 1023px) {
      .l-column .m-content {
        padding-left: 20px; } }
  .l-column .m-headline .m-pic {
    display: inline-block;
    vertical-align: middle;
    color: #4c4948;
    font-family: "微軟正黑體", "新細明體";
    font-size: 3.6rem;
    line-height: 1em; }
    @media screen and (max-width: 1023px) {
      .l-column .m-headline .m-pic {
        font-size: 2.4rem; } }
  .l-column .m-headline .m-text {
    display: inline-block;
    color: #4c4948;
    font-weight: bold;
    font-size: 1.8rem; }
	
	
    @media screen and (max-width: 1023px) {
      .l-column .m-headline .m-text {
        font-size: 1.2rem; } }
    .l-column .m-headline .m-text:before, .l-column .m-headline .m-text:after {
      content: '';
      background-color: #4c4948;
      width: 7px;
      height: 1px;
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px; }
  .l-column .m-balloon-left {
	position: relative;
	z-index: 3;
	display: table;
	width: 100%;
	border: solid 3px #3c8bca;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	margin-top: 5px;
	padding-top: 13px;
	padding-right: 19px;
	padding-bottom: 13px;
	padding-left: 19px;
}
    @media screen and (max-width: 1023px) {
      .l-column .m-balloon-left {
        display: block;
        padding: 10px 15px; } }
    .l-column .m-balloon-left:before {
      content: "";
      display: block;
      position: absolute;
      top: 44%;
      left: -9px;
      z-index: 2;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 15px 8px 0;
      border-color: transparent #fff transparent transparent; }
    .l-column .m-balloon-left:after {
      content: "";
      position: absolute;
      display: block;
      top: 44%;
      left: -15px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 15px 8px 0;
      border-color: transparent #3c8bca transparent transparent;
      z-index: 1; }
    .l-column .m-balloon-left .m-date {
      color: #4c4948;
      font-weight: normal;
      font-size: 1.6rem;
      display: table-cell;
      vertical-align: top;
      padding-right: 15px;
      line-height: 1.6em; }
      @media screen and (max-width: 1023px) {
        .l-column .m-balloon-left .m-date {
          display: block;
          font-size: 1.2rem;
          margin-right: 0; } }
    @media screen and (max-width: 1023px) {
      .l-column .m-balloon-left .m-date-sp {
        margin-top: 10px; } }
    .l-column .m-balloon-left .m-title {
      display: table-cell;
      vertical-align: top;
      width: 100%; }
      @media screen and (max-width: 1023px) {
        .l-column .m-balloon-left .m-title {
          display: block; } }
      .l-column .m-balloon-left .m-title a {
        font-weight: normal;
        font-size: 1.6rem;
        color: #3c8bca;
        text-decoration: none;
        line-height: 1.5em;
        display: inline-block;
        vertical-align: top; }
        @media screen and (max-width: 1023px) {
          .l-column .m-balloon-left .m-title a {
            font-size: 1.4rem;
            margin-bottom: 10px; } }
        .l-column .m-balloon-left .m-title a:hover {
          color: #ea6684;
          text-decoration: underline; }

@media screen and (max-width: 1023px) {
  .l-mainvisual.renewal {
    display: none; } }

.l-news {
  position: relative; }
  .l-news .m-news .list dl {
    display: table !important; }
  .l-news .m-news h2 {
    line-height: 1em !important;
    padding: 0 15px !important; }

.l-intro {
  padding: 47px 0 120px; }
  @media screen and (max-width: 767px) {
    .l-intro {
      padding: 40px 0 80px;
      overflow: hidden; } }
  .l-intro .l-box {
    display: table;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .l-intro .l-box {
        display: block; } }
    .l-intro .l-box .m-left {
      display: table-cell;
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        .l-intro .l-box .m-left {
          display: block; } }
    .l-intro .l-box .m-right {
      display: table-cell;
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        .l-intro .l-box .m-right {
          display: block; } }
  .l-intro .m-title {
    margin: auto;
    text-align: center;
    position: relative;
    top: -16px;
    left: -5px;
    font-family: "微軟正黑體", "新細明體";
    line-height: 1.25em;
    color: #4c4948;
    font-weight: bold;
    font-size: 4.6rem;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .l-intro .m-title {
        position: static;
        font-size: 4rem; } }
  .l-intro .m-text {
    color: #4c4948;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    line-height: 2em;
    position: relative;
    top: 25px; }
    @media screen and (max-width: 767px) {
      .l-intro .m-text {
        font-size: 1.6rem;
        top: 15px;
        line-height: 1.5em; } }
  .l-intro .m-pic01 {
    position: relative;
    z-index: 2;
    display: block;
    margin: auto;
    max-width: 100%; }
  .l-intro .m-pic03 {
    display: block;
    position: relative;
    top: 55px;
    left: -26px;
    max-width: 100%;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .l-intro .m-pic03 {
        top: 30px;
        left: 0; } }

.l-designing .l-box {
	padding-top: 0px;
	margin: auto;
	width: 100%;
}
  @media screen and (max-width: 359px) {
    .l-designing .l-box {
      padding-top: 0;
      max-width: 440px; } }

.l-designing .l-grid {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .l-designing .l-grid {
      display: block; } }
  .l-designing .l-grid .l-grid-col {
    width: 32%; }
    @media screen and (max-width: 767px) {
      .l-designing .l-grid .l-grid-col {
        width: 100%; } }

.l-others {
  padding-top: 60px; }
  @media screen and (max-width: 1023px) {
    .l-others {
      padding-top: 0; } }
  .l-others .l-box {
    max-width: 440px;
    margin: auto;
    padding-top: 40px;
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .l-others .l-box {
        padding-top: 0; } }
  .l-others .m-pic01 {
    position: absolute;
    bottom: 20px;
    left: 5%; }
    @media screen and (max-width: 1279px) {
      .l-others .m-pic01 {
        display: none; } }
  .l-others .l-comingsoon {
    position: absolute;
    bottom: 36px;
    right: 5%; }
    @media screen and (max-width: 1279px) {
      .l-others .l-comingsoon {
        position: relative;
        bottom: auto;
        right: auto;
        top: -20px; } }
    .l-others .l-comingsoon .m-pic02 {
      display: block;
      margin: auto; }
    .l-others .l-comingsoon .m-text {
      padding-top: 15px;
      color: #4c4948;
      line-height: 1.5em;
      font-size: 1.6rem;
      text-align: center;
      font-weight: bold; }
      @media screen and (max-width: 1023px) {
        .l-others .l-comingsoon .m-text {
          font-size: 1.4rem; } }
    .l-others .l-comingsoon .m-pic03 {
      position: relative;
      top: 40px;
      right: -15%;
      width: 350px; }
      @media screen and (max-width: 1279px) {
        .l-others .l-comingsoon .m-pic03 {
          width: 35%;
          top: 0;
          right: auto;
          display: block;
          margin: auto; } }
      @media screen and (max-width: 767px) {
        .l-others .l-comingsoon .m-pic03 {
          width: 60%; } }

.l-item-list {
  padding-top: 150px; }
  @media screen and (max-width: 1023px) {
    .l-item-list {
      padding-top: 90px; } }
  .l-item-list .l-inner {
    background-color: #f7f3e6; }
    @media screen and (max-width: 1023px) {
      .l-item-list .l-inner {
        padding: 0 10px; } }
  @media screen and (max-width: 1023px) {
    .l-item-list .l-inner_banner {
      padding: 0 10px; } }
  .l-item-list .l-allbox {
    text-align: center;
    margin: -40px auto 0;
    width: 70%;
    position: relative;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
	 }
    @media screen and (max-width: 1023px) {
      .l-item-list .l-allbox {
        width: 100%;
        padding-right: 0;
        padding-left: 0; } }
  @media screen and (max-width: 767px) {
    .l-item-list .l-grid {
      display: block; } }
  .l-item-list .l-grid .l-grid-col {
	width: 50%;
	margin-bottom: 15px;
}
    @media screen and (max-width: 1279px) {
      .l-item-list .l-grid .l-grid-col {
        width: 49%; } }
    @media screen and (max-width: 767px) {
      .l-item-list .l-grid .l-grid-col {
        width: 100%; } }
  .l-item-list .m-box {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    padding: 5px;
    display: block;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .l-item-list .m-box:hover {
      -webkit-transform: translate(5px, 5px);
      -moz-transform: translate(5px, 5px);
      -ms-transform: translate(5px, 5px);
      -o-transform: translate(5px, 5px);
      transform: translate(5px, 5px); }
      .l-item-list .m-box:hover img {
        -webkit-transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
        -o-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05); }
  .l-item-list .m-inner {
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	width: 100%;
	display: table;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(161, 142, 80, 0.3);
	-moz-box-shadow: 0px 2px 6px 0px rgba(161, 142, 80, 0.3);
	box-shadow: 0px 2px 6px 0px rgba(161, 142, 80, 0.3);
	padding: 10px 15px;
}
    @media screen and (max-width: 1023px) {
      .l-item-list .m-inner {
        padding: 8px 10px; } }
    .l-item-list .m-inner .left, .l-item-list .m-inner .righ {
      display: table-cell;
      vertical-align: top; }
    .l-item-list .m-inner .left {
	width: 100%;
}
      @media screen and (max-width: 1279px) {
        .l-item-list .m-inner .left {
          width: 36%; } }
      @media screen and (max-width: 767px) {
        .l-item-list .m-inner .left {
          width: 25%; } }
      .l-item-list .m-inner .left img {
        width: 100%;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        position: relative; }
    .l-item-list .m-inner .right {
      padding-left: 25px;
      padding-top: 15px; }
      @media screen and (max-width: 1023px) {
        .l-item-list .m-inner .right {
          padding-left: 10px;
          padding-top: 10px; } }
    .l-item-list .m-inner .m-headline {
      color: #5195d0;
      font-weight: bold;
      line-height: 1em;
      font-weight: bold;
      font-size: 1.8rem; }
      @media screen and (max-width: 1023px) {
        .l-item-list .m-inner .m-headline {
          font-size: 1.6rem; } }
    .l-item-list .m-inner .m-text {
      color: #4c4948;
      line-height: 1.5em;
      font-size: 1.4rem;
      font-weight: normal;
      margin: 0;
      padding-top: 15px; }

.l-flow {
  background-image: url(../img/home/bg-about-01.png);
  background-position: left top;
  background-repeat: repeat;
  text-align: center;
  padding-top: 138px;
  padding-bottom: 120px; }
  @media screen and (max-width: 1023px) {
    .l-flow {
      padding-top: 40px;
      padding-bottom: 50px;
      overflow: hidden; } }
  .l-flow .m-text {
    color: #4c4948;
    line-height: 1.5em;
    font-size: 1.5rem; }
    @media screen and (max-width: 359px) {
      .l-flow .m-text {
        font-size: 1.4rem;
        text-align: left; } }
  .l-flow .m-flow {
    text-align: left;
    padding-right: 0;
    padding-left: 0; }
    .l-flow .m-flow dl {
      padding: 0; }
  @media screen and (max-width: 767px) {
    .l-flow .l-grid {
      display: block; } }
  .l-flow .l-grid .l-grid-col {
    width: 32%;
    max-width: 280px; }
    @media screen and (max-width: 767px) {
      .l-flow .l-grid .l-grid-col {
        width: 60%;
        margin-right: auto;
        margin-left: auto;
        max-width: none;
        margin-bottom: 20px; } }

.l-limited {
  background-color: #dee6f5;
  position: relative;
  padding-top: 110px;
  padding-bottom: 130px;
  display: block;
  margin-bottom: 30px; }
  @media screen and (max-width: 1023px) {
    .l-limited {
      padding-top: 50px;
      padding-bottom: 40px;
      margin-bottom: 15px; } }
  @media screen and (max-width: 767px) {
    .l-limited .l-grid {
      display: block; } }
  .l-limited .l-grid .l-grid-col {
    width: 33%;
    max-width: 280px;
    text-align: center; }
    @media screen and (max-width: 1023px) {
      .l-limited .l-grid .l-grid-col {
        width: 32%;
        max-width: none; } }
    @media screen and (max-width: 767px) {
      .l-limited .l-grid .l-grid-col {
        width: 60%;
        margin-bottom: 20px;
        margin-right: auto;
        margin-left: auto; } }
    .l-limited .l-grid .l-grid-col img {
      display: block;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px; }
  .l-limited .l-list .m-text {
    font-size: 2.4rem;
    color: #3c8bca;
    font-weight: bold;
    margin: 0;
    padding: 22px 0 0;
    line-height: 1em;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .l-limited .l-list .m-text {
        font-size: 1.6rem;
        padding: 10px 0 0; } }
  @media screen and (max-width: 1023px) {
    .l-limited .l-list .m-cell {
      margin-bottom: 20px; } }
  .l-limited .l-list .m-cell img {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    @media screen and (max-width: 1023px) {
      .l-limited .l-list .m-cell img {
        width: 100%;
        margin: auto;
        display: block; } }
  .l-limited .l-list .m-cell .m-link {
    display: block; }
    .l-limited .l-list .m-cell .m-link .m-img {
      overflow: hidden;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px; }
    .l-limited .l-list .m-cell .m-link:hover img {
      -webkit-transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      -o-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }
  .l-limited:before, .l-limited:after {
    content: '';
    width: 100%;
    height: 12px;
    background-image: url(../img/top/bgi-limited.png);
    position: absolute; }
  .l-limited:before {
    top: -12px; }
  .l-limited:after {
    bottom: -12px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .l-limited .m-limited-headline {
    color: #4c4948;
    font-weight: bold;
    font-size: 3.0rem;
    line-height: 1.5em;
    text-align: center; }
    @media screen and (max-width: 1023px) {
      .l-limited .m-limited-headline {
        font-size: 2.2rem; } }

.l-news2 {
  background-image: url(/assets/img/home/bg-home-01.gif);
  background-position: left top;
  background-repeat: repeat; }
  @media screen and (max-width: 1023px) {
    .l-news2 {
      padding-left: 20px;
      padding-right: 20px; } }
  .l-news2 .l-content-inner {
    padding: 15px 0 !important; }
  .l-news2 .m-news {
    display: table;
    width: 100%; }
    .l-news2 .m-news > * {
      display: table-cell;
      vertical-align: middle; }
    .l-news2 .m-news h2 {
      border-radius: 6px 0 0 6px;
      background-image: url(/assets/img/home/bg-home-02.gif);
      background-repeat: repeat;
      background-position: left top;
      font-family: "微軟正黑體", "新細明體";
      font-size: 3.0rem;
      color: #ffffff;
      text-align: center;
      padding: 0 5px; }
      @media screen and (max-width: 359px) {
        .l-news2 .m-news h2 {
          font-size: 2.0rem;
          box-sizing: border-box;
          /* CSS3, IE8~, Opera8~ */
          -moz-box-sizing: border-box;
          /* Mozilla系 */
          -webkit-box-sizing: border-box;
          /* Safari, Chrome系 */ } }
    .l-news2 .m-news .list {
      border-radius: 0 6px 6px 0;
      background-color: #ffffff;
      padding: 5px 0; }
      .l-news2 .m-news .list dl {
        display: table;
        width: 100%; }
      .l-news2 .m-news .list dt, .l-news2 .m-news .list dd {
        display: table-cell;
        font-size: 1.6rem; }
        @media screen and (max-width: 1023px) {
          .l-news2 .m-news .list dt, .l-news2 .m-news .list dd {
            display: block;
            line-height: 1.3;
            font-size: 1.4rem; } }
      .l-news2 .m-news .list dt {
        padding-left: 20px;
        width: 110px; }
        @media screen and (max-width: 1023px) {
          .l-news2 .m-news .list dt {
            padding-left: 10px; } }
      .l-news2 .m-news .list dd {
        font-weight: bold;
        padding: 0px 20px 0px 20px; }
        .l-news2 .m-news .list dd a {
          display: block;
          width: 750px;
          text-decoration: underline;
          overflow: hidden;
          text-overflow: ellipsis; }
          @media screen and (max-width: 1023px) {
            .l-news2 .m-news .list dd a {
              max-width: 610px; } }
          @media screen and (max-width: 767px) {
            .l-news2 .m-news .list dd a {
              width: 98%; } }
          .l-news2 .m-news .list dd a:hover {
            text-decoration: none; }

.l-header-wrap .m-scroll {
  position: relative; }

.l-header-wrap .logo {
  position: fixed;
  left: 16px;
  width: 269px;
  height: auto;
  z-index: 9999;
  margin-bottom: 0;
  font-size: 0; }
  @media screen and (max-width: 1023px) {
    .l-header-wrap .logo {
      top: inherit;
      left: 10px;
      width: 180px; }
      .p-order .l-header-wrap .logo {
        position: static;
        margin-left: 10px; } }
  .l-header-wrap .logo img {
    width: 100%; }

.p-col-one .l-header-wrap .m-global-navi {
  text-align: right;
  padding-right: 30px; }
  @media screen and (max-width: 1023px) {
    .p-col-one .l-header-wrap .m-global-navi {
      display: none; } }
  .p-col-one .l-header-wrap .m-global-navi > ul > li {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    height: 60px; }
    .p-col-one .l-header-wrap .m-global-navi > ul > li > a {
      padding: 15px 10px; }
    .p-col-one .l-header-wrap .m-global-navi > ul > li.e-gift > a::after {
      content: url(../img/common/icon-arrow-07.png);
      display: inline-block;
      margin-left: 5px;
      position: relative;
      top: -3px; }
  .p-col-one .l-header-wrap .m-global-navi .sub-navi {
    position: absolute;
    left: 0;
    top: 80px;
    background: #fefdf9;
    width: 100%;
    height: 0;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    display: table;
    transition: 600ms ease; }
    .p-col-one .l-header-wrap .m-global-navi .sub-navi > div {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
    .p-col-one .l-header-wrap .m-global-navi .sub-navi ul {
      width: 960px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      justify-content: space-around; }
    .p-col-one .l-header-wrap .m-global-navi .sub-navi li {
      font-size: 1.4rem; }
    .p-col-one .l-header-wrap .m-global-navi .sub-navi dl {
      width: 100px; }
    .p-col-one .l-header-wrap .m-global-navi .sub-navi dt {
      background-color: #f7f3e6;
      height: 0;
      width: 0;
      border-radius: 50%;
      position: relative; }
      .p-col-one .l-header-wrap .m-global-navi .sub-navi dt img {
        max-width: 70%;
        max-height: 70%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        transition: 0.3s; }
    .p-col-one .l-header-wrap .m-global-navi .sub-navi a:hover dt img {
      transform: scale(1.2) translateY(-40%) translateX(-40%); }
    .p-col-one .l-header-wrap .m-global-navi .sub-navi dd {
      line-height: 1.2;
      margin-top: 0;
      display: none; }
  .p-col-one .l-header-wrap .m-global-navi .sub-navi.on {
    opacity: 1;
    top: 80px;
    height: 280px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #cad5de; }
    .p-col-one .l-header-wrap .m-global-navi .sub-navi.on dl {
      width: 100px; }
    .p-col-one .l-header-wrap .m-global-navi .sub-navi.on dt {
      height: 100px;
      width: 100px; }
    .p-col-one .l-header-wrap .m-global-navi .sub-navi.on dd {
      display: block;
      margin-top: 20px;
      white-space: pre; }

.p-col-two .l-header-wrap .m-global-navi {
  display: none; }

.p-home.p-col-one .l-header-wrap {
  display: none; }
  @media screen and (max-width: 1023px) {
    .p-home.p-col-one .l-header-wrap {
      display: block; } }

.l-header-wrap .m-global-navi-side {
  display: none; }

.p-product .l-header-wrap .m-global-navi-side {
  display: block;
  position: fixed;
  width: 0%;
  height: 0vh;
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: -20px;
  z-index: 9998; }
  @media screen and (max-width: 1023px) {
    .p-product .l-header-wrap .m-global-navi-side {
      display: none; } }
  .p-product .l-header-wrap .m-global-navi-side .e-box {
    width: 420px;
    padding: 0 70px;
    height: 100vh;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    text-align: center;
    position: relative;
    left: -420px;
    -webkit-transition: 600ms ease;
    -moz-transition: 600ms ease;
    -ms-transition: 600ms ease;
    -o-transition: 600ms ease;
    transition: 600ms ease; }
    .p-product .l-header-wrap .m-global-navi-side .e-box a {
      display: block;
      width: 120px;
      margin-top: 40px; }
      .p-product .l-header-wrap .m-global-navi-side .e-box a .e-img {
        background-color: #f7f3e6;
        height: 120px;
        width: 120px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
        position: relative; }
      .p-product .l-header-wrap .m-global-navi-side .e-box a img {
        max-width: 70%;
        max-height: 70%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        transition: 0.3s; }
        .p-product .l-header-wrap .m-global-navi-side .e-box a img:hover {
          transform: scale(1.2) translateY(-40%) translateX(-40%); }
      .p-product .l-header-wrap .m-global-navi-side .e-box a:hover .e-img img {
        transform: scale(1.2) translateY(-40%) translateX(-40%); }
      .p-product .l-header-wrap .m-global-navi-side .e-box a div:nth-of-type(2) {
        line-height: 1.2;
        margin-top: 15px;
        font-weight: bold;
        white-space: pre; }
    .p-product .l-header-wrap .m-global-navi-side .e-box .e-toggle {
      position: absolute;
      width: 60px;
      right: -60px;
      top: 50%;
      background-color: #79a7d9;
      color: #ffffff;
      border-radius: 0 6px 6px 0;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      text-align: center;
      height: 210px;
      margin-top: -120px;
      font-size: 2.0rem;
      font-weight: bold;
      padding-right: 10px;
      letter-spacing: 0.10em; }
      @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
        .p-product .l-header-wrap .m-global-navi-side .e-box .e-toggle {
          right: -50px; } }
      .p-product .l-header-wrap .m-global-navi-side .e-box .e-toggle li {
        cursor: pointer; }
        .p-product .l-header-wrap .m-global-navi-side .e-box .e-toggle li img {
          width: 20px;
          display: inline-block;
          margin: 0 0 10px 11px; }
          @media all and (-ms-high-contrast: none) {
            .p-product .l-header-wrap .m-global-navi-side .e-box .e-toggle li img {
              margin: 0 0 10px 15px; } }
      .p-product .l-header-wrap .m-global-navi-side .e-box .e-toggle .close {
        display: none; }
      .p-product .l-header-wrap .m-global-navi-side .e-box .e-toggle .open {
        display: block; }
  .p-product .l-header-wrap .m-global-navi-side.active {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.1);
    margin-top: -20px; }
    .p-product .l-header-wrap .m-global-navi-side.active .e-box {
      left: 0; }
    .p-product .l-header-wrap .m-global-navi-side.active .e-toggle .close {
      display: block; }
    .p-product .l-header-wrap .m-global-navi-side.active .e-toggle .open {
      display: none; }

.l-header-wrap .m-order-current {
  display: none;
  text-align: center;
  position: fixed;
  top: 30%;
  left: 30px;
  z-index: 9999; }
  .p-order .l-header-wrap .m-order-current {
    display: block; }
  .l-header-wrap .m-order-current li {
    margin-bottom: 20px; }
    .l-header-wrap .m-order-current li img {
      width: 21px; }
  @media screen and (max-width: 1023px) {
    .l-header-wrap .m-order-current {
      margin-top: 0;
      position: relative; }
      .l-header-wrap .m-order-current ul {
        position: absolute;
        top: 20px; } }

.l-header-wrap .m-sns {
  width: 40px;
  position: fixed;
  bottom: 20px;
  left: 20px; }
  .l-header-wrap .m-sns ul {
    width: 40px; }
    .l-header-wrap .m-sns ul li {
      margin-bottom: 14px; }
      .l-header-wrap .m-sns ul li img {
        width: 100%;
        transition: 0.3s; }
        .l-header-wrap .m-sns ul li img:hover {
          transform: scale(1.2); }
  @media screen and (max-width: 1023px) {
    .l-header-wrap .m-sns {
      display: none; } }

.l-header-wrap .m-sp-navi {
  display: none !important; }
  @media screen and (max-width: 1023px) {
    .l-header-wrap .m-sp-navi {
      display: block !important; }
      .l-header-wrap .m-sp-navi .drawer-hamburger {
        padding: 0;
        width: 65px;
        height: 65px;
        top: 0px;
        right: 0px !important;
        background-image: url(../img/common/menu-sp-btn.png);
        background-repeat: no-repeat;
        background-size: 50px auto;
        background-position: center center; }
        .p-order .l-header-wrap .m-sp-navi .drawer-hamburger {
          position: absolute; }
        .drawer-close .l-header-wrap .m-sp-navi .drawer-hamburger {
          background-image: url(../img/common/menu-sp-btn.png);
          background-repeat: no-repeat;
          background-size: 50px auto;
          background-position: center center; }
        .drawer-open .l-header-wrap .m-sp-navi .drawer-hamburger {
          background-image: url(../img/common/menu-sp-btn-close.png);
          background-repeat: no-repeat;
          background-size: 20px auto;
          background-position: center center; } }

.l-header-wrap .drawer-hamburger {
  transition: transform 0.4s linear !important; }

.l-header-wrap .drawer-nav {
  background-image: url(../img/common/bg-spnav-01.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: 100px auto; }
  .l-header-wrap .drawer-nav .drawer-menu .sp-gift-menu {
    padding: 80px 0 25px;
    margin: 0 20px;
    font-weight: bold;
    text-align: center;
    margin-top: -20px; }
    @media screen and (max-width: 1023px) {
      .l-header-wrap .drawer-nav .drawer-menu .sp-gift-menu {
        display: none; } }
    .l-header-wrap .drawer-nav .drawer-menu .sp-gift-menu dl {
      margin-top: 20px; }
    .l-header-wrap .drawer-nav .drawer-menu .sp-gift-menu dt {
      background-color: #f7f3e6;
      height: 80px;
      width: 80px;
      margin-left: auto;
      margin-right: auto;
      border-radius: 50%;
      position: relative; }
      .l-header-wrap .drawer-nav .drawer-menu .sp-gift-menu dt img {
        max-width: 70%;
        max-height: 70%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        transition: 0.3s; }
      .l-header-wrap .drawer-nav .drawer-menu .sp-gift-menu dt a {
        display: block;
        width: 100%;
        height: 100%; }
      .l-header-wrap .drawer-nav .drawer-menu .sp-gift-menu dt a:hover img {
        transform: scale(1.2) translateY(-40%) translateX(-40%); }
    .l-header-wrap .drawer-nav .drawer-menu .sp-gift-menu dd {
      font-size: 1.2rem;
      color: #3e89ca;
      line-height: 1.2;
      margin-top: 10px;
      text-align: center;
      white-space: pre; }
  .l-header-wrap .drawer-nav .drawer-menu .sp-list-menu {
    margin-top: 80px;
    align-content: center;
    flex-direction: column;
    background-image: url(../img/common/line-dashed.png);
    background-repeat: repeat-x;
    background-position: left top;
    font-family: Helvetica, YuGothic, 'Yu Gothic', meiryo, sans-serif; }
    .l-header-wrap .drawer-nav .drawer-menu .sp-list-menu li {
      line-height: 1;
      background-image: url(../img/common/line-dashed.png);
      background-repeat: repeat-x;
      background-position: left bottom; }
      .l-header-wrap .drawer-nav .drawer-menu .sp-list-menu li a {
        color: #3e89ca;
        font-weight: bold;
        display: block;
        padding: 20px 15px;
        font-size: 1.5rem;
        background-image: url(../img/common/icon-arrow.png);
        background-position: right 10px center;
        background-repeat: no-repeat; }
        .l-header-wrap .drawer-nav .drawer-menu .sp-list-menu li a:hover {
          background: #ea6684;
          color: #FFF;
          text-decoration: none; }
        .l-header-wrap .drawer-nav .drawer-menu .sp-list-menu li a.drawer-parent {
          background-image: url(../img/common/icon-arrow-bottom.png);
          background-position: right 10px center;
          background-repeat: no-repeat; }
        .l-header-wrap .drawer-nav .drawer-menu .sp-list-menu li a.drawer-parent[aria-expanded="true"] {
          background-image: url(../img/common/icon-arrow-white-top.png);
          background-position: right 10px center;
          background-repeat: no-repeat;
          background-color: #ea6684;
          color: #FFF; }
        .l-header-wrap .drawer-nav .drawer-menu .sp-list-menu li a.drawer-parent[aria-expanded="false"] {
          background-image: url(../img/common/icon-arrow-white-bottom.png);
          background-position: right 10px center;
          background-repeat: no-repeat;
          background-color: #ea6684;
          color: #FFF; }
      .l-header-wrap .drawer-nav .drawer-menu .sp-list-menu li.m-accordion ul {
        background-image: url(../img/common/line-dashed.png);
        background-repeat: repeat-x;
        background-position: left top; }
        .l-header-wrap .drawer-nav .drawer-menu .sp-list-menu li.m-accordion ul:after {
          content: '';
          display: block;
          clear: both; }
        .l-header-wrap .drawer-nav .drawer-menu .sp-list-menu li.m-accordion ul li {
          width: 50%;
          float: left;
          padding-left: 0;
          padding-right: 0; }
          .l-header-wrap .drawer-nav .drawer-menu .sp-list-menu li.m-accordion ul li:nth-child(odd) {
            background-image: url(../img/common/line-dashed.png), url(../img/common/line-dashed-03.png);
            background-repeat: repeat-x, repeat-y;
            background-position: left bottom, right top; }
          .l-header-wrap .drawer-nav .drawer-menu .sp-list-menu li.m-accordion ul li a {
            background-image: url(../img/common/icon-arrow.png);
            background-position: right 10px center;
            background-repeat: no-repeat;
            background-size: 4px auto;
            font-size: 1.3rem; }
            .l-header-wrap .drawer-nav .drawer-menu .sp-list-menu li.m-accordion ul li a:active {
              text-decoration: none; }
  .l-header-wrap .drawer-nav .drawer-menu .sp-list-menu-02 {
    text-align: center; }
    .l-header-wrap .drawer-nav .drawer-menu .sp-list-menu-02 li {
      font-size: 1.2rem;
      display: inline-block;
      margin: 20px 10px 0;
      font-weight: bold;
      line-height: 1; }
  .l-header-wrap .drawer-nav .drawer-menu .sp-list-sns {
    text-align: center;
    font-size: 0;
    padding: 20px 0 25px; }
    .l-header-wrap .drawer-nav .drawer-menu .sp-list-sns li {
      display: inline-block;
      margin: 0 10px; }
    .l-header-wrap .drawer-nav .drawer-menu .sp-list-sns img {
      width: 50px; }

.drawer-overlay {
  background-color: #fefdf9 !important; }

.drawer-inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.l-footer {
  border-top: 1px solid #dee7f5;
  padding-top: 40px;
  text-align: center;
  margin-top: 80px; }
  .p-col-one .l-footer {
	border: none;
	margin-top: 0;
	background-color: #999;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
  @media screen and (max-width: 767px) {
    .l-footer {
      border-top: none;
      padding-top: 0;
      margin-top: 40px; } }

.p-col-one .m-footer-nav {
  width: 560px;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 767px) {
  .m-footer-nav {
    display: none; } }

.p-order .m-footer-nav {
  display: none; }

.m-footer-nav .icon-navi dt {
  background-color: #f7f3e6;
  height: 120px;
  width: 120px;
  border-radius: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .m-footer-nav .icon-navi dt img {
    width: 70%;
    padding-top: 15px;
    transition: 0.3s; }

.m-footer-nav .icon-navi a:hover dt img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.m-footer-nav .icon-navi dd {
  margin-top: 15px;
  font-weight: bold; }

.m-footer-nav .text-navi {
  margin-top: 80px;
  line-height: 2.2;
  font-weight: bold; }
  .m-footer-nav .text-navi span {
    margin: 0 15px;
    font-weight: normal; }

.footer-sns ul {
  margin: 50px 0; }
  .footer-sns ul li {
    display: inline-block;
    width: 60px;
    margin: 0 10px; }
    .footer-sns ul li img {
      width: 100%;
      width: 60px;
      transition: 0.3s; }
      .footer-sns ul li img:hover {
        transform: scale(1.2);
        opacity: 0.9; }

@media screen and (max-width: 767px) {
  .footer-sns {
    display: none; } }

.p-order .footer-sns {
  display: none; }

.m-footer-copy {
	margin-top: 10px;
}
  @media screen and (max-width: 767px) {
    .m-footer-copy {
      margin-top: 0; } }

body {
  background-image: url(../img/common/bg-body-02.png);
  background-position: right top;
  background-size: 668px auto;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  body.p-col-one {
    background-image: none; }
  @media screen and (max-width: 1023px) {
    body {
      background-image: none; } }

.l-wrap {
  width: 100%;
  height: 100%; }
  .l-wrap:after {
    content: '';
    display: block;
    clear: both; }
  .l-wrap .l-header-wrap {
    width: 80px;
    float: left;
    padding-top: 20px;
    z-index: 99999; }
    @media screen and (max-width: 1023px) {
      .l-wrap .l-header-wrap {
        position: fixed;
        width: 100%;
        height: 75px;
        background-image: url(../img/common/bg-header-sp.png);
        background-repeat: repeat-x;
        background-position: left top; }
        .p-order .l-wrap .l-header-wrap {
          position: static; } }
    .p-col-one .l-wrap .l-header-wrap {
      float: none;
      position: fixed;
      width: 100%;
      height: 80px;
      background-color: #fefdf9; }
      @media screen and (max-width: 1023px) {
        .p-col-one .l-wrap .l-header-wrap {
          background-color: rgba(255, 255, 255, 0); } }
  .l-wrap .l-main-wrap {
    width: calc(100% - 80px);
    height: 100%;
    float: left; }
    .l-wrap .l-main-wrap:after {
      content: '';
      display: block;
      clear: both; }
    @media screen and (max-width: 1023px) {
      .l-wrap .l-main-wrap {
        width: 100%; } }
    .l-wrap .l-main-wrap .l-main,
    .l-wrap .l-main-wrap .l-side {
      width: 50%;
      float: right; }
      @media screen and (max-width: 1023px) {
        .l-wrap .l-main-wrap .l-main,
        .l-wrap .l-main-wrap .l-side {
          width: 100%;
          float: none; } }
    .l-wrap .l-main-wrap .l-main {
      position: relative;
      height: 100%; }
      .l-wrap .l-main-wrap .l-main .l-content {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        padding: 120px 0 200px; }
        .p-order .l-wrap .l-main-wrap .l-main .l-content,
        .p-thanks .l-wrap .l-main-wrap .l-main .l-content {
          padding: 120px 0 80px; }
        @media screen and (max-width: 1023px) {
          .l-wrap .l-main-wrap .l-main .l-content {
            padding: 170px 0 200px; }
            .l-wrap .l-main-wrap .l-main .l-content .sp-current {
              padding: 0 35px 40px; }
              .l-wrap .l-main-wrap .l-main .l-content .sp-current img {
                width: 100%; } }
        @media screen and (max-width: 767px) {
          .l-wrap .l-main-wrap .l-main .l-content {
            padding: 90px 0 120px; }
            .p-order .l-wrap .l-main-wrap .l-main .l-content {
              padding: 15px 0 40px; }
            .p-thanks .l-wrap .l-main-wrap .l-main .l-content {
              padding: 90px 0 40px; } }
    .l-wrap .l-main-wrap .l-side {
      padding-top: 1px; }
      @media screen and (max-width: 1023px) {
        .l-wrap .l-main-wrap .l-side {
          padding-top: 63px; }
          .p-order .l-wrap .l-main-wrap .l-side,
          .p-thanks .l-wrap .l-main-wrap .l-side {
            display: none; } }
    .p-col-one .l-wrap .l-main-wrap {
      width: 100%;
      float: none;
      padding-top: 80px; }
      .p-col-one .l-wrap .l-main-wrap .l-main {
        float: none;
        width: 100%;
        height: auto;
        background-image: url(../img/common/bg-contents.gif);
        background-repeat: repeat;
        background-position: 0 0; }
        .p-col-one .l-wrap .l-main-wrap .l-main .l-content {
          max-width: 100%;
          padding: 0; }
          .p-col-one .l-wrap .l-main-wrap .l-main .l-content .l-content-inner {
            max-width: 960px;
            margin-left: auto;
            margin-right: auto;
            padding: 70px 0 90px; }
            @media screen and (max-width: 767px) {
              .p-col-one .l-wrap .l-main-wrap .l-main .l-content .l-content-inner {
                padding: 40px 0 60px; } }
          .p-col-one .l-wrap .l-main-wrap .l-main .l-content .l-content-inner-l {
            max-width: 1300px;
            margin-left: auto;
            margin-right: auto;
            padding: 100px 0; }
            @media screen and (max-width: 1300px) {
              .p-col-one .l-wrap .l-main-wrap .l-main .l-content .l-content-inner-l {
                padding: 100px 20px; } }
            @media screen and (max-width: 767px) {
              .p-col-one .l-wrap .l-main-wrap .l-main .l-content .l-content-inner-l {
                padding: 60px 20px; } }
      .p-col-one .l-wrap .l-main-wrap .l-main2 {
        float: none;
        width: 100%;
        height: auto;
        background-image: url(../img/common/bg-contents2.gif);
        background-repeat: repeat;
        background-position: 0 0; }
        .p-col-one .l-wrap .l-main-wrap .l-main2 .l-content {
          max-width: 100%;
          padding: 0; }
          .p-col-one .l-wrap .l-main-wrap .l-main2 .l-content .l-content-inner {
            max-width: 960px;
            margin-left: auto;
            margin-right: auto;
            padding: 70px 0 90px; }
            @media screen and (max-width: 767px) {
              .p-col-one .l-wrap .l-main-wrap .l-main2 .l-content .l-content-inner {
                padding: 40px 0 60px; } }
          .p-col-one .l-wrap .l-main-wrap .l-main2 .l-content .l-content-inner-l {
            max-width: 1300px;
            margin-left: auto;
            margin-right: auto;
            padding: 100px 0; }
            @media screen and (max-width: 1300px) {
              .p-col-one .l-wrap .l-main-wrap .l-main2 .l-content .l-content-inner-l {
                padding: 100px 20px; } }
            @media screen and (max-width: 767px) {
              .p-col-one .l-wrap .l-main-wrap .l-main2 .l-content .l-content-inner-l {
                padding: 60px 20px; } }
      .p-col-one .l-wrap .l-main-wrap .l-side {
        display: none; }
    .p-home.p-col-one .l-wrap .l-main-wrap {
      padding-top: 0; }
    .p-col-one.p-home .l-wrap .l-main-wrap .l-main {
      background-image: none; }

.section + .section {
  padding-top: 60px; }
  .section + .section.section-min {
    padding-top: 30px; }

@media screen and (max-width: 1023px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
    /*.p-home & {
            padding-left: 0;
            padding-right: 0;
        }*/ }
    .section + .section {
      padding-top: 40px; }
    .section .section {
      padding-left: 0;
      padding-right: 0; } }

.is-category .kv-wrapper {
  background-repeat: no-repeat;
  background-position: 0 0;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 110px;
  padding-left: 39%; }
  @media screen and (max-width: 1023px) {
    .is-category .kv-wrapper {
      padding-left: 47%;
      -webkit-background-size: 30%;
      -moz-background-size: 30%;
      -o-background-size: 30%;
      background-size: 30%; } }
  @media screen and (max-width: 767px) {
    .is-category .kv-wrapper {
      margin-top: 20px;
      margin-bottom: 30px;
      padding-left: 10%;
      -webkit-background-size: 60%;
      -moz-background-size: 60%;
      -o-background-size: 60%;
      background-size: 60%; } }

.is-category .l-category-kv {
  position: relative;
  width: 100%;
  max-width: 1030px;
  margin-left: auto;
  margin-right: 0; }
  .is-category .l-category-kv img {
    display: block;
    max-width: 100%;
    margin-right: 0;
    margin-left: auto; }
  @media screen and (max-width: 359px) {
    .is-category .l-category-kv {
      overflow-x: hidden; } }

.is-category .l-text-wrapper {
  background-color: #fff;
  box-sizing: border-box;
  position: absolute;
  width: 540px;
  height: 472px;
  top: 125px;
  right: 92.5%;
  padding: 93px 102px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 8px 6px 9px -5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 8px 6px 9px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 8px 6px 9px -5px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 1279px) {
    .is-category .l-text-wrapper {
      width: 420px;
      padding: 63px 60px 40px;
      height: auto; } }
  @media screen and (max-width: 1023px) {
    .is-category .l-text-wrapper {
      width: 380px;
      padding: 43px 40px 30px;
      top: 50px; } }
  @media screen and (max-width: 767px) {
    .is-category .l-text-wrapper {
      width: 95%;
      padding: 33px 20px 20px;
      position: relative;
      top: -20px;
      right: auto;
      left: -5%; } }
  .is-category .l-text-wrapper:before {
    content: '';
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: -1px 0px 2px 4px rgba(243, 242, 238, 0.5);
    -moz-box-shadow: -1px 0px 2px 4px rgba(243, 242, 238, 0.5);
    box-shadow: -1px 0px 2px 4px rgba(243, 242, 238, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }

.is-category .m-age-limit {
  display: table;
  width: 120px;
  height: 123px;
  top: -25px;
  right: -24px;
  padding: 10px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../img/common/pic-article-blue.png);
  position: absolute;
  text-align: center;
  box-sizing: border-box;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg); }
  @media screen and (max-width: 1023px) {
    .is-category .m-age-limit {
      width: 90px;
      height: 92px;
      top: -40px;
      right: -20px;
      padding: 2px; } }
  @media screen and (max-width: 359px) {
    .is-category .m-age-limit {
      width: 70px;
      height: 72px;
      top: -20px;
      right: -20px;
      padding: 2px; } }
  .is-category .m-age-limit .inner {
    display: table-cell;
    vertical-align: middle; }
  .is-category .m-age-limit span {
    color: #fff;
    font-weight: bold;
    display: block;
    font-size: 1.4rem;
    line-height: 1em; }
    @media screen and (max-width: 1023px) {
      .is-category .m-age-limit span {
        font-size: 1.2rem; } }
    @media screen and (max-width: 359px) {
      .is-category .m-age-limit span {
        font-size: 1.0rem; } }
    .is-category .m-age-limit span.number {
      font-family: 'Amatic SC', cursive;
      font-size: 4.6rem;
      padding: 5px 0;
      letter-spacing: 0.05em; }
      @media screen and (max-width: 1023px) {
        .is-category .m-age-limit span.number {
          font-size: 2.6rem; } }
      @media screen and (max-width: 359px) {
        .is-category .m-age-limit span.number {
          font-size: 2.4rem; } }
      .is-category .m-age-limit span.number span {
        font-family: YuGothic, 'Yu Gothic', meiryo, sans-serif;
        display: inline-block;
        vertical-align: middle;
        font-size: 0.5em;
        padding: 0 5px; }

.is-category .m-category-headline {
  color: #4c4948;
  font-weight: bold;
  line-height: 1.25em;
  text-align: left;
  font-size: 3.0rem;
  margin-bottom: 50px; }
  @media screen and (max-width: 1279px) {
    .is-category .m-category-headline {
      font-size: 2.4rem;
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .is-category .m-category-headline {
      font-size: 1.8rem;
      margin-bottom: 10px; } }

.is-category .m-lead {
  font-size: 1.8rem;
  font-weight: bold;
  color: #4c4948;
  line-height: 1.75em;
  text-align: left; }
  @media screen and (max-width: 1279px) {
    .is-category .m-lead {
      font-size: 1.6rem; } }
  @media screen and (max-width: 767px) {
    .is-category .m-lead {
      font-size: 1.4rem;
      line-height: 1.5em; } }

.is-category .m-text {
  font-size: 1.6rem;
  color: #4c4948;
  line-height: 2em;
  text-align: left; }
  @media screen and (max-width: 1279px) {
    .is-category .m-text {
      font-size: 1.4rem;
      margin-top: 10px; } }
  @media screen and (max-width: 767px) {
    .is-category .m-text {
      font-size: 1.2rem;
      line-height: 1.75em; } }

.is-category .l-category-photo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: none;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  padding-right: 50px;
  margin: 0 auto 120px; }
  @media screen and (max-width: 1279px) {
    .is-category .l-category-photo-box {
      padding-left: 10px; } }
  @media screen and (max-width: 1023px) {
    .is-category .l-category-photo-box {
      padding-right: 0;
      padding-left: 0;
      width: 90%;
      margin: 0 auto 60px; } }
  @media screen and (max-width: 767px) {
    .is-category .l-category-photo-box {
      display: block; } }
  .is-category .l-category-photo-box.photo-right {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 0;
    padding-left: 50px; }
    @media screen and (max-width: 1279px) {
      .is-category .l-category-photo-box.photo-right {
        padding-right: 10px; } }
    @media screen and (max-width: 1023px) {
      .is-category .l-category-photo-box.photo-right {
        padding-right: 0;
        padding-left: 0; } }
    .is-category .l-category-photo-box.photo-right .m-title:before {
      content: '';
      right: auto;
      left: 0; }
  .is-category .l-category-photo-box .l-photo {
    width: 100%;
    max-width: 760px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
    @media screen and (max-width: 1279px) {
      .is-category .l-category-photo-box .l-photo {
        max-width: none;
        width: 63%; } }
    @media screen and (max-width: 767px) {
      .is-category .l-category-photo-box .l-photo {
        width: 100%; } }
    .is-category .l-category-photo-box .l-photo img {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      display: block;
      max-width: 100%; }
    .is-category .l-category-photo-box .l-photo .m-slik {
      position: relative; }
      .is-category .l-category-photo-box .l-photo .m-slik .slick-arrow {
        font-size: 0;
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        width: 70px;
        height: 70px;
        -webkit-background-size: 34px 48px;
        -moz-background-size: 34px 48px;
        -o-background-size: 34px 48px;
        background-size: 34px 48px;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 43%;
        z-index: 2;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0);
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
        @media screen and (max-width: 767px) {
          .is-category .l-category-photo-box .l-photo .m-slik .slick-arrow {
            -webkit-background-size: 17px 24px;
            -moz-background-size: 17px 24px;
            -o-background-size: 17px 24px;
            background-size: 17px 24px;
            width: 30px;
            height: 30px; } }
        .is-category .l-category-photo-box .l-photo .m-slik .slick-arrow:hover {
          background-color: rgba(255, 255, 255, 0.1); }
        .is-category .l-category-photo-box .l-photo .m-slik .slick-arrow.slick-prev {
          background-image: url(../img/common/pic-category-arrow-left.png);
          left: 1%; }
        .is-category .l-category-photo-box .l-photo .m-slik .slick-arrow.slick-next {
          background-image: url(../img/common/pic-category-arrow-right.png);
          right: 1%; }
      .is-category .l-category-photo-box .l-photo .m-slik .slick-dots {
        position: absolute;
        bottom: -46px;
        right: 0;
        left: 0;
        margin: auto; }
        @media screen and (max-width: 767px) {
          .is-category .l-category-photo-box .l-photo .m-slik .slick-dots {
            bottom: -36px; } }
        .is-category .l-category-photo-box .l-photo .m-slik .slick-dots li {
          padding: 0 7px; }
          .is-category .l-category-photo-box .l-photo .m-slik .slick-dots li.slick-active button {
            background-color: #3c8bca; }
          .is-category .l-category-photo-box .l-photo .m-slik .slick-dots li button {
            font-size: 0;
            background-color: transparent;
            border: none;
            cursor: pointer;
            outline: none;
            padding: 0;
            appearance: none;
            width: 13px;
            height: 13px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background-color: #c3dbeb; }
            @media screen and (max-width: 767px) {
              .is-category .l-category-photo-box .l-photo .m-slik .slick-dots li button {
                width: 10px;
                height: 10px; } }
            .is-category .l-category-photo-box .l-photo .m-slik .slick-dots li button:before {
              display: none; }
  .is-category .l-category-photo-box .l-text {
    width: 100%;
    max-width: 306px;
    margin-top: 33px; }
    @media screen and (max-width: 1279px) {
      .is-category .l-category-photo-box .l-text {
        max-width: none;
        width: 33%; } }
    @media screen and (max-width: 767px) {
      .is-category .l-category-photo-box .l-text {
        width: 100%;
        padding-top: 20px; } }
    .is-category .l-category-photo-box .l-text .m-title {
      font-size: 2.4rem;
      color: #4c4948;
      text-align: left;
      position: relative;
      margin-bottom: 22px;
      padding-bottom: 19px; }
      @media screen and (max-width: 767px) {
        .is-category .l-category-photo-box .l-text .m-title {
          font-size: 2.0rem;
          margin-bottom: 10px;
          padding-bottom: 5px;
          padding-right: 10px;
          padding-left: 10px; } }
      .is-category .l-category-photo-box .l-text .m-title:before {
        content: '';
        display: block;
        background-image: url(../img/common/pic-category-line.png);
        height: 2px;
        width: 458px;
        position: absolute;
        bottom: 0;
        right: 0; }
        @media screen and (max-width: 1023px) {
          .is-category .l-category-photo-box .l-text .m-title:before {
            width: 140%; } }
        @media screen and (max-width: 767px) {
          .is-category .l-category-photo-box .l-text .m-title:before {
            width: 100%; } }
    .is-category .l-category-photo-box .l-text .m-text {
      font-size: 1.6rem;
      color: #4c4948; }
      @media screen and (max-width: 767px) {
        .is-category .l-category-photo-box .l-text .m-text {
          font-size: 1.4rem;
          padding: 0 10px; } }
    .is-category .l-category-photo-box .l-text .m-note {
      font-size: 1.2rem;
      line-height: 1.6; }
      @media screen and (max-width: 767px) {
        .is-category .l-category-photo-box .l-text .m-note {
          padding: 0 10px;
          margin-top: 15px; } }
    .is-category .l-category-photo-box .l-text .l-btn-wrapper {
      padding: 40px 0 0; }
      @media screen and (max-width: 767px) {
        .is-category .l-category-photo-box .l-text .l-btn-wrapper {
          padding: 20px 0 0 10px; } }
      @media screen and (max-width: 767px) {
        .is-category .l-category-photo-box .l-text .l-btn-wrapper .m-btn {
          display: block; } }
      .is-category .l-category-photo-box .l-text .l-btn-wrapper .m-btn a {
        max-width: 230px; }
        @media screen and (max-width: 1023px) {
          .is-category .l-category-photo-box .l-text .l-btn-wrapper .m-btn a {
            max-width: 200px;
            padding: 12px 0;
            font-size: 1.8rem;
            display: block;
            margin-left: 0;
            margin-right: 0; } }

.is-category .l-limited {
  margin-top: 170px; }
  @media screen and (max-width: 767px) {
    .is-category .l-limited {
      margin-top: 90px; } }

.is-category.is-nagurigaki .kv-wrapper {
  background-image: url(../img/nagurigaki/bgi-01.png); }

.is-category.is-ikimono-katachi .kv-wrapper {
  background-image: url(../img/ikimono-katachi/bgi-01.png); }

.is-category.is-my-world .kv-wrapper {
  background-image: url(../img/my-world/bgi-01.png); }

.is-category.is-photo .kv-wrapper {
  background-image: url(../img/photo/bgi-01.png); }

.m-h1 {
  display: table;
  width: 100%;
  height: 150px;
  background-repeat: no-repeat, repeat; }
  @media screen and (max-width: 767px) {
    .m-h1 {
      background-size: 280px auto, auto auto !important; } }
  .p-voice .m-h1 {
    background-image: url(../img/voice/bg-main-deco.png), url(../img/common/bg-main-heding.gif);
    background-size: 442px auto, auto auto;
    background-position: center bottom -10px, 0 0; }
  .p-contact .m-h1 {
    background-image: url(../img/contact/bg-main-deco.png), url(../img/common/bg-main-heding.gif);
    background-size: 442px auto, auto auto;
    background-position: center bottom -10px, 0 0; }
  .p-faq .m-h1 {
    background-image: url(../img/faq/bg-main-deco.png), url(../img/common/bg-main-heding.gif);
    background-size: 543px auto, auto auto;
    background-position: center bottom -20px, 0 0; }
    @media screen and (max-width: 767px) {
      .p-faq .m-h1 {
        background-position: center bottom -10px, 0 0; } }
  .p-newsletter .m-h1 {
    background-image: url(../img/newsletter/bg-main-deco.png), url(../img/common/bg-main-heding.gif);
    background-size: 726px auto, auto auto;
    background-position: center bottom -20px, 0 0; }
    @media screen and (max-width: 767px) {
      .p-newsletter .m-h1 {
        background-position: center bottom -5px, 0 0; } }
  .p-interview .m-h1 {
    background-image: url(../img/interview/bg-main-deco.png), url(../img/common/bg-main-heding.gif);
    background-size: 500px auto, auto auto;
    background-position: center bottom -15px, 0 0; }
    @media screen and (max-width: 767px) {
      .p-interview .m-h1 {
        background-position: center bottom -10px, 0 0; } }
  .p-yomimono .m-h1 {
    background-image: url(../img/yomimono/bg-main-deco.png), url(../img/common/bg-main-heding.gif);
    background-size: 500px auto, auto auto;
    background-position: center bottom -15px, 0 0; }
    @media screen and (max-width: 767px) {
      .p-yomimono .m-h1 {
        background-position: center bottom -10px, 0 0; } }
  .p-law .m-h1,
  .p-terms .m-h1 {
    background-image: url(../img/common/bg-main-heding.gif);
    background-size: auto auto;
    background-position: 0 0;
    background-repeat: repeat; }
  .m-h1 h1 {
    display: table-cell;
    vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .m-h1 {
      height: 100px; } }

.m-h2 {
  border-bottom: 1px solid #b7b5b2;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px; }
  .m-h2 h2 {
    margin-bottom: 0; }
  .m-h2 a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    border: 2px solid #ea6684;
    border-radius: 6px;
    line-height: 1;
    padding: 10px 30px 10px 50px;
    background-image: url(../img/common/icon-arrow-03.png);
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-position: 13px 9px;
    background-color: #FEFDF9;
    font-size: 1.6rem;
    color: #ea6684;
    box-shadow: 0px 2px 6px 0px rgba(234, 102, 132, 0.3); }
    .m-h2 a.disabled {
      background-color: #cccccc;
      border: 2px solid #cccccc;
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
      animation: none;
      background-image: url(../img/common/icon-arrow-03-disabled.png);
      color: #f1f1f1;
      box-shadow: none; }
      .m-h2 a.disabled:hover {
        opacity: 1;
        cursor: default; }
    .m-h2 a:hover {
      opacity: 0.7; }
  @media screen and (max-width: 767px) {
    .m-h2 {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 20px; }
      .m-h2 h2 + div {
        border-top: 1px solid #b7b5b2;
        padding-top: 10px;
        text-align: right; }
      .m-h2 a {
        position: static;
        top: inherit;
        left: inherit;
        right: 0;
        display: inline-block;
        font-size: 1.3rem;
        padding: 5px 8px 5px 28px;
        background-size: 13px auto;
        background-position: 8px 5px; } }

.m-h2-02 h2 {
  font-size: 1.8rem;
  color: #4c4948;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-image: url(../img/common/line-dashed.png);
  background-position: left bottom;
  background-repeat: repeat-x; }
  @media screen and (max-width: 767px) {
    .m-h2-02 h2 {
      line-height: 1.5; }
      .modal-inner-box .m-h2-02 h2 {
        font-size: 1.6rem; } }

.m-h3 {
  background-image: url(../img/common/line-dashed-02.png);
  background-size: auto 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 20px;
  position: relative; }
  .m-h3 h3 {
    font-size: 2.4rem;
    color: #ea6684;
    text-align: left;
    background-image: url(../img/voice/bg-heding.png);
    background-position: 10px 0;
    background-repeat: no-repeat;
    background-size: 51px auto;
    line-height: 1;
    padding-left: 30px;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .m-h3 h3 {
        font-size: 1.8rem;
        background-position: 0 0;
        background-size: 30px auto;
        padding-left: 40px; } }
    @media screen and (max-width: 359px) {
      .m-h3 h3 {
        font-size: 1.6rem; } }
    .m-h3 h3 span {
      font-family: 'Amatic SC';
      font-size: 6.0rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      vertical-align: middle;
      margin-right: 30px; }
      @media screen and (max-width: 767px) {
        .m-h3 h3 span {
          font-size: 3.0rem;
          margin-right: 0; } }
      @media screen and (max-width: 359px) {
        .m-h3 h3 span {
          font-size: 2.8rem; } }
    .p-interview .m-h3 h3 {
      display: table; }
      .p-interview .m-h3 h3 > * {
        display: table-cell; }
      .p-interview .m-h3 h3 span.interview-position {
        color: #4c4948;
        display: block;
        font-size: 1.6rem;
        margin-bottom: 15px;
        font-weight: bold;
        font-family: YuGothic, 'Yu Gothic', meiryo, sans-serif; }
      .p-interview .m-h3 h3 span.name {
        display: block;
        color: #3e89ca;
        padding-left: 20px;
        vertical-align: text-bottom;
        font-size: 3rem;
        font-weight: bold;
        font-family: YuGothic, 'Yu Gothic', meiryo, sans-serif; }
        .p-interview .m-h3 h3 span.name small {
          font-size: 1.6rem; }
      @media screen and (max-width: 767px) {
        .p-interview .m-h3 h3 span.interview-position {
          font-size: 1.2rem;
          margin-bottom: 5px; }
        .p-interview .m-h3 h3 span.name {
          font-size: 2.0rem; }
          .p-interview .m-h3 h3 span.name small {
            font-size: 1.2rem; } }
  .m-h3 .info {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #dee7f5;
    color: #3e89ca;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 10px 20px;
    border-radius: 100% 140% 100% 20% / 150% 30% 120% 100%; }
    @media screen and (max-width: 767px) {
      .m-h3 .info {
        font-size: 1.2rem;
        padding: 5px 10px; } }

.m-h3-02 h3 {
  text-align: left;
  font-size: 2.0rem;
  background-repeat: repeat-x, no-repeat;
  background-position: left bottom, left 0;
  padding: 5px 0 20px 80px; }
  .faq-common .m-h3-02 h3 {
    background-position: left bottom, left 5px;
    background-image: url(../img/common/line-dashed-02.png), url(../img/faq/icon-common.png);
    background-size: 850px auto, 50px auto; }
  .faq-hitokomaillust .m-h3-02 h3 {
    background-image: url(../img/common/line-dashed-02.png), url(../img/faq/icon-hitokomaillust.png);
    background-size: 850px auto, 44px auto; }
  .faq-cushion .m-h3-02 h3 {
    background-image: url(../img/common/line-dashed-02.png), url(../img/faq/icon-cushion.png);
    background-size: 850px auto, 44px auto; }
  .faq-marchebag .m-h3-02 h3 {
    background-image: url(../img/common/line-dashed-02.png), url(../img/faq/icon-marchebag.png);
    background-size: 850px auto, 44px auto; }
  .faq-denim .m-h3-02 h3 {
    background-image: url(../img/common/line-dashed-02.png), url(../img/faq/icon-denim.png);
    background-size: 850px auto, 49px auto; }
  .faq-stuffedtoys .m-h3-02 h3 {
    background-image: url(../img/common/line-dashed-02.png), url(../img/faq/icon-stuffedtoys.png);
    background-size: 850px auto, 44px auto; }
  .faq-artpanel .m-h3-02 h3 {
    background-image: url(../img/common/line-dashed-02.png), url(../img/faq/icon-artpanel.png);
    background-size: 850px auto, 42px auto; }
  .faq-graphicart .m-h3-02 h3 {
    background-image: url(../img/common/line-dashed-02.png), url(../img/faq/icon-graphicart.png);
    background-size: 850px auto, 49px auto; }
  .faq-feltcase .m-h3-02 h3 {
    background-image: url(../img/common/line-dashed-02.png), url(../img/faq/icon-felt.png);
    background-size: 850px auto, 49px auto; }
  .newsletter-ruka .m-h3-02 h3 {
    padding: 15px 0 20px 80px;
    background-image: url(../img/common/line-dashed-02.png), url(../img/newsletter/icon-mailmaga.png);
    background-size: 850px auto, 60px auto; }
  @media screen and (max-width: 767px) {
    .m-h3-02 h3 {
      font-size: 1.6rem;
      padding: 0 0 20px 55px !important;
      background-position: left bottom, left top;
      line-height: 1.6; }
      .faq-common .m-h3-02 h3 {
        background-size: 850px auto, 35px auto; }
      .faq-denim .m-h3-02 h3 {
        background-size: 850px auto, 35px auto; }
      .faq-stuffedtoys .m-h3-02 h3 {
        background-size: 850px auto, 30px auto; }
      .faq-artpanel .m-h3-02 h3 {
        background-size: 850px auto, 30px auto; }
      .newsletter-ruka .m-h3-02 h3 {
        background-size: 850px auto, 40px auto; }
      .faq-graphicart .m-h3-02 h3 {
        background-size: 850px auto, 40px auto; }
      .faq-feltcase .m-h3-02 h3 {
        background-size: 850px auto, 40px auto; } }

.m-h3-03 h3 {
  text-align: left;
  font-size: 2.0rem;
  background-repeat: repeat-x, no-repeat;
  background-position: left bottom, left 0;
  padding: 5px 0 20px 80px; }
  .newsletter-ruka .m-h3-03 h3 {
    padding: 15px 0 20px 80px;
    background-image: url(../img/common/line-dashed-02.png), url(../img/newsletter/icon-mailmaga.png);
    background-size: 850px auto, 60px auto; }
  @media screen and (max-width: 767px) {
    .m-h3-03 h3 {
      font-size: 1.6rem;
      padding: 0 0 20px 55px !important;
      background-position: left bottom, left top;
      line-height: 1.6; }
      .newsletter-ruka .m-h3-03 h3 {
        background-size: 850px auto, 40px auto; } }

.m-text-small {
  font-size: 1.3rem;
  line-height: 1.9; }
  @media screen and (max-width: 767px) {
    .m-text-small {
      font-size: 1.2rem;
      line-height: 1.7; } }

@media screen and (max-width: 767px) {
  .m-text.u-center {
    text-align: left !important; } }

.m-text.e-center {
  text-align: center !important; }

.m-text-l {
  font-size: 1.8rem; }
  @media screen and (max-width: 767px) {
    .m-text-l {
      font-size: 1.6rem; } }

.m-text-m {
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .m-text-m {
      font-size: 1.4rem; } }

.m-text-ms {
  font-size: 1.6rem; }
  @media screen and (max-width: 319px) {
    .m-text-ms {
      font-size: 1.2rem; } }

.m-text-s {
  font-size: 1.3rem; }
  @media screen and (max-width: 767px) {
    .m-text-s {
      font-size: 1.2rem; } }

.m-law-text .name {
  font-size: 1.4rem; }

.m-law-text ol {
  list-style: decimal;
  margin-left: 20px; }
  .m-law-text ol li + li {
    margin-top: 10px; }
  .m-law-text ol ol {
    list-style: decimal-leading-zero;
    margin-left: 25px; }
    .m-law-text ol ol li + li {
      margin-top: 0; }

@media screen and (max-width: 767px) {
  .modal-inner-box .m-law-text {
    font-size: 1.4rem; }
    .modal-inner-box .m-law-text .name {
      font-size: 1.2rem; } }

.m-conf-text {
  font-size: 1.5rem; }

.m-list li {
  background-image: url(../img/common/icon-dots.png);
  background-position: 0 10px;
  background-repeat: no-repeat;
  padding-left: 10px;
  font-size: 1.3rem; }
  .m-list li + li {
    margin-top: 5px; }

.m-caution-list {
  margin-top: 50px; }
  .m-caution-list dd, .m-caution-list li {
    background-image: url(../img/common/icon-dots-02.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding-left: 25px;
    margin-top: 10px; }

.m-img img {
  width: 100%; }

.m-img-m img {
  max-width: 360px; }
  @media screen and (max-width: 767px) {
    .m-img-m img {
      max-width: 100%; } }

.m-img-slide {
  position: fixed;
  top: 70px;
  z-index: 9999; }
  .m-img-slide > div {
    width: 700px;
    height: 700px;
    position: relative; }
  @media screen and (max-width: 1570px) {
    .m-img-slide {
      top: 100px; }
      .m-img-slide > div {
        width: 575px;
        height: 575px; } }
  @media screen and (max-width: 1299px) {
    .m-img-slide {
      top: 130px; }
      .m-img-slide > div {
        width: 450px;
        height: 450px; } }
  @media screen and (max-width: 1149px) {
    .m-img-slide {
      top: 160px; }
      .m-img-slide > div {
        width: 400px;
        height: 400px; } }
  @media screen and (max-width: 1023px) {
    .m-img-slide {
      position: static;
      top: 0; }
      .m-img-slide > div {
        width: 100%;
        height: auto; } }
  .m-img-slide .bxslider img {
    width: 100%;
    animation: border-animation 3s infinite linear;
    overflow: hidden; }

@keyframes border-animation {
  0% {
    border-radius: 260px 280px 220px 320px / 350px 320px 240px 230px; }
  50% {
    border-radius: 280px 260px 220px 300px / 330px 340px 220px 260px; }
  100% {
    border-radius: 260px 280px 220px 320px / 350px 320px 240px 230px; } }
    @media screen and (max-width: 1023px) {
      .m-img-slide .bxslider img {
        border-radius: 0;
        animation: none; } }
  .m-img-slide div.m-deco {
    position: absolute; }
    .m-img-slide div.m-deco img {
      width: 100%; }
    .m-img-slide div.m-deco.deco-01 {
      display: none;
      transition: 0.3s; }
    .m-img-slide div.m-deco.deco-02 {
      top: -5px;
      left: 10px;
      transition: 0.3s;
      transform: rotate(-12deg);
      width: 223px; }
      .m-img-slide div.m-deco.deco-02 div {
        display: none; }
    .m-img-slide div.m-deco.deco-03 {
      top: 30px;
      right: 40px;
      width: 88px;
      transition: 0.3s; }
    .m-img-slide div.m-deco.deco-04 {
      left: 0;
      bottom: 5px;
      width: 162px;
      transition: 0.3s;
      -ms-animation: horizontal01 1.1s ease-in-out infinite alternate;
      animation: horizontal01 1.1s ease-in-out infinite alternate; }
      .m-img-slide div.m-deco.deco-04.deco-stuffedtoy {
        animation: none;
        left: 5px;
        bottom: -5px; }
      .m-img-slide div.m-deco.deco-04.deco-artpanel {
        animation: none;
        left: 5px;
        bottom: -5px; }
      .m-img-slide div.m-deco.deco-04.deco-graphicart {
        animation: none;
        left: 5px;
        bottom: -5px; }
      .m-img-slide div.m-deco.deco-04.deco-graphicart {
        animation: none;
        left: 5px;
        bottom: -5px; }
      .m-img-slide div.m-deco.deco-04.deco-felt-case {
        animation: none;
        left: 5px;
        bottom: -5px; }
    @media screen and (max-width: 1570px) {
      .m-img-slide div.m-deco.deco-04 {
        bottom: 20px;
        left: -20px; } }
    @media screen and (max-width: 1300px) {
      .m-img-slide div.m-deco.deco-02 {
        top: -20px;
        left: 0; }
      .m-img-slide div.m-deco.deco-03 {
        top: 0;
        right: 30px; }
      .m-img-slide div.m-deco.deco-04 {
        bottom: 0;
        left: -20px; } }
    @media screen and (max-width: 1150px) {
      .m-img-slide div.m-deco.deco-02 {
        top: -25px;
        left: -25px; }
      .m-img-slide div.m-deco.deco-03 {
        top: -20px;
        right: 10px; }
      .m-img-slide div.m-deco.deco-04 {
        bottom: 0;
        left: -20px; } }

@keyframes horizontal01 {
  0% {
    transform: translateY(-9px); }
  100% {
    transform: translateY(0px); } }

@-ms-keyframes horizontal01 {
  .m-img-slide div.m-deco 0% {
    transform: translateX(-9px); }
  .m-img-slide div.m-deco 100% {
    transform: translateX(0px); } }
    @media screen and (max-width: 1023px) {
      .m-img-slide div.m-deco.deco-01 {
        bottom: 0;
        left: 0;
        display: block;
        width: 100%; }
      .m-img-slide div.m-deco.deco-02 {
        top: inherit;
        bottom: -80px;
        left: 50%;
        transform: rotate(0deg);
        width: 130px;
        margin-left: -65px; }
        .m-img-slide div.m-deco.deco-02 div {
          display: block;
          margin-top: 10px;
          font-weight: bold;
          font-size: 1.2rem;
          text-align: center; }
      .m-img-slide div.m-deco.deco-03 {
        top: inherit;
        bottom: -30px;
        right: 20px;
        width: 50px; }
      .m-img-slide div.m-deco.deco-04 {
        bottom: -80px;
        left: 15px;
        width: 80px; } }

.m-img-card img {
  width: 26px;
  margin-right: 10px;
  vertical-align: baseline; }

/* Generated with Bounce.js. Edit at https://goo.gl/zGvto7 */
@-webkit-keyframes animation {
  0% {
    -webkit-transform: matrix3d(0.81, 0, 0, 0, 0, 0.81, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81, 0, 0, 0, 0, 0.81, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.4% {
    -webkit-transform: matrix3d(0.876, 0, 0, 0, 0, 0.876, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.876, 0, 0, 0, 0, 0.876, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.7% {
    -webkit-transform: matrix3d(0.907, 0, 0, 0, 0, 0.907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.907, 0, 0, 0, 0, 0.907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.81% {
    -webkit-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.41% {
    -webkit-transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.21% {
    -webkit-transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.61% {
    -webkit-transform: matrix3d(1.046, 0, 0, 0, 0, 1.046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.046, 0, 0, 0, 0, 1.046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.11% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.52% {
    -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.045, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.72% {
    -webkit-transform: matrix3d(1.04, 0, 0, 0, 0, 1.04, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04, 0, 0, 0, 0, 1.04, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.32% {
    -webkit-transform: matrix3d(1.027, 0, 0, 0, 0, 1.027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.027, 0, 0, 0, 0, 1.027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.32% {
    -webkit-transform: matrix3d(1.011, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.011, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25.23% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.03% {
    -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.93% {
    -webkit-transform: matrix3d(0.995, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.995, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.54% {
    -webkit-transform: matrix3d(0.994, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.994, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  36.74% {
    -webkit-transform: matrix3d(0.995, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.995, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.04% {
    -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  44.44% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  59.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.26% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  75.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  90.69% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

@keyframes animation {
  0% {
    -webkit-transform: matrix3d(0.81, 0, 0, 0, 0, 0.81, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81, 0, 0, 0, 0, 0.81, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  3.4% {
    -webkit-transform: matrix3d(0.876, 0, 0, 0, 0, 0.876, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.876, 0, 0, 0, 0, 0.876, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.7% {
    -webkit-transform: matrix3d(0.907, 0, 0, 0, 0, 0.907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.907, 0, 0, 0, 0, 0.907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.81% {
    -webkit-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  9.41% {
    -webkit-transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.005, 0, 0, 0, 0, 1.005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.21% {
    -webkit-transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.017, 0, 0, 0, 0, 1.017, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  13.61% {
    -webkit-transform: matrix3d(1.046, 0, 0, 0, 0, 1.046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.046, 0, 0, 0, 0, 1.046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.11% {
    -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  17.52% {
    -webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.045, 0, 0, 0, 0, 1.045, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.72% {
    -webkit-transform: matrix3d(1.04, 0, 0, 0, 0, 1.04, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04, 0, 0, 0, 0, 1.04, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  21.32% {
    -webkit-transform: matrix3d(1.027, 0, 0, 0, 0, 1.027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.027, 0, 0, 0, 0, 1.027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  24.32% {
    -webkit-transform: matrix3d(1.011, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.011, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25.23% {
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.03% {
    -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.996, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.93% {
    -webkit-transform: matrix3d(0.995, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.995, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.54% {
    -webkit-transform: matrix3d(0.994, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.994, 0, 0, 0, 0, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  36.74% {
    -webkit-transform: matrix3d(0.995, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.995, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.04% {
    -webkit-transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.998, 0, 0, 0, 0, 0.998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  44.44% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.15% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  59.86% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  63.26% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  75.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.49% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  90.69% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

.m-btn {
  text-align: center; }
  .m-btn a, .m-btn input, .m-btn > span, .m-btn > button {
    font-size: 2.2rem;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    width: 296px;
    padding: 20px 0;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    border: 2px solid #ea6684;
    box-shadow: 0 2px 6px 0 rgba(234, 102, 132, 0.3);
    cursor: pointer;
    background-color: #ea6684;
    letter-spacing: 0.075em;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .m-btn a, .m-btn input, .m-btn > span, .m-btn > button {
        width: 100%;
        max-width: 300px; } }
  .m-btn a:hover, .m-btn input:hover, .m-btn > span:hover, .m-btn > button:hover {
    background-color: #ec87a2;
    border: 2px solid #ec87a2;
    box-shadow: 0 2px 6px 0 rgba(62, 138, 203, 0.3);
    -webkit-animation: animation 1000ms linear both;
    animation: animation 1000ms linear both; }
    @media screen and (max-width: 767px) {
      .m-btn a:hover, .m-btn input:hover, .m-btn > span:hover, .m-btn > button:hover {
        -webkit-animation: none;
        animation: noen; } }
  .m-btn input[disabled="disabled"],
  .m-btn a.disabled,
  .m-btn span.disabled {
    background-color: #cccccc;
    border: 2px solid #cccccc;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    animation: none;
    color: #f1f1f1;
    cursor: default; }
  .m-btn a.m-btn-flip, .m-btn input.m-btn-flip, .m-btn > span.m-btn-flip, .m-btn > button.m-btn-flip {
    background-color: #fefdf9;
    color: #ea6684; }
  .m-btn a.m-btn-flip:hover, .m-btn input.m-btn-flip:hover, .m-btn > span.m-btn-flip:hover, .m-btn > button.m-btn-flip:hover {
    -webkit-animation: none;
    animation: noen;
    box-shadow: 0 2px 6px 0 rgba(234, 102, 132, 0.3);
    opacity: 0.7; }

.m-btn-double > a, .m-btn-double > input, .m-btn-double > span, .m-btn-double > button {
  margin-left: 10px;
  margin-right: 10px; }

.m-btn-xs a, .m-btn-xs input, .m-btn-xs > span, .m-btn-xs > button {
  width: 170px;
  font-size: 1.6rem;
  padding: 10px 0; }
  @media screen and (max-width: 767px) {
    .m-btn-xs a, .m-btn-xs input, .m-btn-xs > span, .m-btn-xs > button {
      font-size: 1.4rem; } }
  @media screen and (max-width: 359px) {
    .m-btn-xs a, .m-btn-xs input, .m-btn-xs > span, .m-btn-xs > button {
      max-width: 100px;
      padding: 15px 0;
      font-size: 1.2rem; } }

.m-btn-s a, .m-btn-s input, .m-btn-s > span, .m-btn-s > button {
  width: 196px; }
  @media screen and (max-width: 767px) {
    .m-btn-s a, .m-btn-s input, .m-btn-s > span, .m-btn-s > button {
      width: 100%;
      max-width: 116px;
      padding: 15px 0;
      font-size: 1.8rem; } }
  @media screen and (max-width: 359px) {
    .m-btn-s a, .m-btn-s input, .m-btn-s > span, .m-btn-s > button {
      max-width: 96px;
      font-size: 1.4rem; } }

.m-btn-angle a, .m-btn-angle input {
  background-image: url(../img/common/icon-arrow-02.png);
  background-position: right 10% center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .m-btn-angle a, .m-btn-angle input {
      background-position: right 5% center; } }

.m-btn-angle-left a, .m-btn-angle-left input {
  background-image: url(../img/common/icon-arrow-02-left-pink.png);
  background-position: left 10% center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .m-btn-angle-left a, .m-btn-angle-left input {
      background-position: left 5% center; } }

.m-btn-square a img, .m-btn-square input img, .m-btn-square > span img {
  width: 23px;
  height: auto;
  vertical-align: bottom;
  margin-right: 20px; }

.m-btn-home a img, .m-btn-home input img, .m-btn-home > span img {
  width: 20px;
  height: auto;
  vertical-align: baseline;
  margin-right: 20px; }

.m-btn-contact a img, .m-btn-contact input img, .m-btn-contact > span img {
  width: 26px;
  height: auto;
  vertical-align: middle;
  margin-right: 20px; }

.m-btn-fixed-under {
  position: fixed;
  bottom: 0;
  padding: 25px 0 45px;
  width: calc((100% - 80px) / 2);
  text-align: center;
  background: rgba(254, 253, 249, 0.6); }
  @media screen and (max-width: 1023px) {
    .m-btn-fixed-under {
      width: 100%;
      background: none; } }
  @media screen and (max-width: 767px) {
    .m-btn-fixed-under {
      padding: 20px; } }

.m-btn-static-under {
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 767px) {
    .m-btn-static-under {
      margin-top: 30px; } }

.g-btn {
  text-align: center; }
  .g-btn a, .g-btn input, .g-btn > span, .g-btn > button {
    font-size: 2.2rem;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    width: 600px;
    padding: 20px 0;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    border: 2px solid #ea6684;
    box-shadow: 0 2px 6px 0 rgba(234, 102, 132, 0.3);
    cursor: pointer;
    background-color: #ea6684;
    letter-spacing: 0.075em;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .g-btn a, .g-btn input, .g-btn > span, .g-btn > button {
        width: 100%;
        max-width: 300px; } }
  .g-btn a:hover, .g-btn input:hover, .g-btn > span:hover, .g-btn > button:hover {
    background-color: #ec87a2;
    border: 2px solid #ec87a2;
    box-shadow: 0 2px 6px 0 rgba(62, 138, 203, 0.3);
    -webkit-animation: animation 1000ms linear both;
    animation: animation 1000ms linear both; }
    @media screen and (max-width: 767px) {
      .g-btn a:hover, .g-btn input:hover, .g-btn > span:hover, .g-btn > button:hover {
        -webkit-animation: none;
        animation: noen; } }
  .g-btn input[disabled="disabled"],
  .g-btn a.disabled,
  .g-btn span.disabled {
    background-color: #cccccc;
    border: 2px solid #cccccc;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    animation: none;
    color: #f1f1f1;
    cursor: default; }
  .g-btn a.g-btn-flip, .g-btn input.g-btn-flip, .g-btn > span.g-btn-flip, .g-btn > button.g-btn-flip {
    background-color: #fefdf9;
    color: #ea6684; }
  .g-btn a.g-btn-flip:hover, .g-btn input.g-btn-flip:hover, .g-btn > span.g-btn-flip:hover, .g-btn > button.g-btn-flip:hover {
    -webkit-animation: none;
    animation: noen;
    box-shadow: 0 2px 6px 0 rgba(234, 102, 132, 0.3);
    opacity: 0.7; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 1.6rem;
  padding: 15px 20px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #f7f3e6;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  box-sizing: border-box; }
  input[type="email"].inline,
  input[type="number"].inline,
  input[type="search"].inline,
  input[type="text"].inline,
  input[type="tel"].inline,
  input[type="url"].inline,
  input[type="password"].inline,
  textarea.inline,
  select.inline {
    width: inherit; }

@media screen and (max-width: 767px) {
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="text"],
  input[type="tel"],
  input[type="url"],
  input[type="password"],
  textarea,
  select {
    padding: 15px 15px;
    /* The 6px vertically centers text on FF, ignored by Webkit */ } }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 20px;
  padding-bottom: 20px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  outline: 0; }

label,
legend {
  display: block;
  font-weight: 600; }

label span {
  font-weight: normal; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d5d0ce; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #d5d0ce; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #d5d0ce; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #d5d0ce; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #F7F3E6 inset; }

select {
  padding-right: 30px;
  background-image: url(../img/common/form-select-arrow.png);
  background-repeat: no-repeat;
  background-size: auto 15px;
  /*背景画像のサイズ*/
  background-position: center right;
  cursor: pointer; }

select::-ms-expand {
  display: none; }

input[type="button"], input[type="submit"] {
  -webkit-appearance: none; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield; }

.m-form-style > dl {
  display: table;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .m-form-style > dl {
      display: block; } }
  .p-contact .p-confirm .m-form-style > dl {
    background-image: url(../img/common/line-dashed.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    padding-bottom: 20px; }
  .m-form-style > dl + dl {
    margin-top: 20px; }
  .m-form-style > dl > * {
    display: table-cell; }
    @media screen and (max-width: 767px) {
      .m-form-style > dl > * {
        display: block; } }
  .m-form-style > dl > dt {
    width: 126px;
    vertical-align: top;
    padding-top: 13px;
    line-height: 1.4; }
    .p-contact .m-form-style > dl > dt {
      width: 150px; }
    .m-form-style > dl > dt.padding-top {
      padding-top: 5px; }
    @media screen and (max-width: 767px) {
      .m-form-style > dl > dt {
        width: 100%;
        font-size: 1.5rem;
        margin-bottom: 5px; } }
  .m-form-style > dl > dd .note {
    font-size: 1.3rem;
    margin-top: 10px; }
  .m-form-style > dl > dd .input-ok {
    text-align: center; }
    .m-form-style > dl > dd .input-ok img {
      width: 30px;
      height: auto;
      margin-top: 8px; }
  .m-form-style > dl > dd .error {
    color: #ff5a5a;
    margin-top: 10px;
    background-image: url(../img/common/form-error.png);
    background-size: 21px auto;
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding: 0 0 0 30px; }
  .m-form-style > dl > dd .balloon {
    background-color: #3e89ca;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    font-size: 2.0rem;
    padding: 15px 10px;
    margin-top: 23px;
    position: relative;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      .m-form-style > dl > dd .balloon {
        font-size: 1.6rem; } }
    .m-form-style > dl > dd .balloon::before {
      content: "";
      position: absolute;
      top: -13px;
      left: 50%;
      margin-left: -13px;
      display: block;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 13px 13px 13px;
      border-color: transparent transparent #3e89ca transparent; }
  .m-form-style > dl > dd .autofill input {
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    width: 170px;
    padding: 15px 0;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    background: #ea6684;
    border: none;
    box-shadow: 0 2px 6px 0 rgba(234, 102, 132, 0.3);
    cursor: pointer; }
    @media screen and (max-width: 359px) {
      .m-form-style > dl > dd .autofill input {
        font-size: 1.0rem;
        width: 105px;
        padding: 20px 0; } }
  .m-form-style > dl > dd .autofill img {
    vertical-align: middle; }
  .m-form-style > dl > dd .preloader {
    position: relative; }
    .m-form-style > dl > dd .preloader img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 64px; }
  .m-form-style > dl > dd .expire span {
    font-size: 1.6rem;
    display: inline-block;
    margin: 0 10px; }
  .m-form-style > dl > dd.security-description img {
    width: 380px; }

.m-checkbox {
  background-color: #dee7f5;
  border-radius: 6px;
  padding: 15px 20px;
  margin-top: 50px; }

.m-checkbox-02 {
  margin-top: 50px; }
  .m-checkbox-02 li {
    background-image: url(../img/common/icon-line.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 0 15px; }
    .m-checkbox-02 li + li {
      margin-top: 50px; }

.m-checkbox-img.checkbox {
  margin-top: 30px; }

.m-checkbox-img div {
  position: relative;
  display: inline-block; }

.m-checkbox-img input {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%; }

.m-checkbox-img input[type="checkbox"] + label {
  display: block;
  background-image: url(../img/common/form-checkbox-off.png);
  background-size: 30px;
  height: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 0 40px; }

.m-checkbox-img input[type="checkbox"]:checked + label {
  background-image: url(../img/common/form-checkbox-on.png); }

.m-radio-img div {
  position: relative;
  display: inline-block; }

.m-radio-img input {
  position: absolute;
  top: 0;
  opacity: 0;
  vertical-align: middle; }

.m-radio-img input[type="radio"] + label {
  display: block;
  background-image: url(../img/common/form-radio-off.png);
  background-size: 30px;
  height: 30px;
  line-height: 30px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 3px 0 0 40px;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .m-radio-img input[type="radio"] + label {
      padding: 0 0 0 40px; } }

.m-radio-img input[type="radio"]:checked + label {
  background-image: url(../img/common/form-radio-on.png); }

.headroom {
  position: fixed;
  will-change: transform;
  transition: transform 0.4s linear; }
  .headroom.headroom--pinned {
    transform: translateY(0%); }
  .headroom.headroom--unpinned {
    transform: translateY(-200px); }

.headroom-bottom {
  will-change: transform;
  transition: transform 0.6s linear;
  display: none; }
  .headroom-bottom.headroom--pinned {
    transform: translateY(200px);
    display: inline-block; }
  .headroom-bottom.headroom--unpinned {
    display: inline-block; }

.m-text-caution {
  background-color: #ffffff;
  border: 1px solid #75a2d5;
  padding: 25px;
  border-radius: 6px;
  margin-top: 60px; }

.m-text-caution-02 {
  background-color: #ffffff;
  border: 1px solid #75a2d5;
  padding: 15px;
  border-radius: 6px;
  margin-top: 60px; }

.m-contents-box {
  background-color: #fefdf9;
  border-radius: 10px;
  padding: 60px; }
  .m-contents-box.box-border-blue {
    border: 1px solid #75a2d5; }
  .m-contents-box.m-contents-box-m {
    padding: 40px 30px; }
  .m-contents-box.m-contents-box-l {
    padding: 40px 30px;
    margin: 30px 0 0 0; }
  .m-contents-box.m-contents-box-s {
    padding: 25px 20px; }
  .modal-inner-box .m-contents-box {
    background-color: inherit;
    padding: 0; }
    .modal-inner-box .m-contents-box > *:last-child {
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .modal-inner-box .m-contents-box > *:last-child {
          margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .m-contents-box {
      padding: 20px 30px !important; }
      .modal-inner-box .m-contents-box {
        padding: 0 !important; }
        .modal-inner-box .m-contents-box .section {
          padding-left: 0;
          padding-right: 0; } }
  .m-contents-box .m-contents-header {
    background-image: url(../img/common/line-dashed-02.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 850px auto;
    padding-bottom: 30px;
    margin-bottom: 50px;
    font-size: 1.6rem; }
    @media screen and (max-width: 767px) {
      .m-contents-box .m-contents-header {
        padding-bottom: 20px;
        margin-bottom: 20px; } }
  .m-contents-box .m-contents-footer {
    background-image: url(../img/common/line-dashed-02.png);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 850px auto;
    padding-top: 30px;
    margin-top: 50px;
    font-size: 1.6rem; }
    @media screen and (max-width: 767px) {
      .m-contents-box .m-contents-footer {
        padding-top: 20px;
        margin-top: 30px; } }

.m-product-details {
  margin-top: 80px;
  text-align: center; }
  .m-product-details dl {
    padding: 10px;
    font-weight: bold; }
    @media screen and (max-width: 359px) {
      .m-product-details dl {
        padding: 10px 0; } }
    .m-product-details dl + dl {
      border-left: 1px solid #dee7f5; }
    .m-product-details dl dt {
      color: #ffffff;
      background-color: #7aa7d9;
      border-radius: 20px;
      width: 90px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1;
      padding: 5px 0; }
      @media screen and (max-width: 767px) {
        .m-product-details dl dt {
          width: 74px;
          font-size: 1.4rem; } }
    .m-product-details dl dd {
      margin-top: 20px;
      font-size: 1.6rem;
      color: #252322; }
      .m-product-details dl dd.e-price {
        font-size: 1.8rem; }
      .m-product-details dl dd span {
        display: block;
        font-size: 1.1rem;
        font-weight: normal; }
      @media screen and (max-width: 767px) {
        .m-product-details dl dd {
          margin-top: 10px;
          font-size: 1.4rem; }
          .m-product-details dl dd.e-price {
            font-size: 1.6rem; } }
  .m-product-details div {
    max-width: 100%;
    background: #dee7ef;
    border-radius: 6px;
    margin: 30px auto 0; }
    .m-product-details div p {
      padding: 5px 20px;
      color: #3e89ca;
      font-size: 1.4rem;
      text-align: left; }

.m-product-intro {
  margin-top: 60px; }
  .m-product-intro > * + * {
    margin-top: 50px; }
  .m-product-intro .left:after,
  .m-product-intro .right:after {
    content: '';
    display: block;
    clear: both; }
  .m-product-intro .left .img,
  .m-product-intro .right .img {
    width: 300px; }
    .m-product-intro .left .img img,
    .m-product-intro .right .img img {
      width: 100%; }
    .m-product-intro .left .img + dl,
    .m-product-intro .right .img + dl {
      width: 300px;
      padding-top: 30px; }
      .m-product-intro .left .img + dl dt,
      .m-product-intro .right .img + dl dt {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 1.6; }
      .p-felt-case .m-product-intro .left .img + dl dd p, .p-felt-case
      .m-product-intro .right .img + dl dd p {
        line-height: 1.5;
        margin-bottom: 10px; }
        .p-felt-case .m-product-intro .left .img + dl dd p span, .p-felt-case
        .m-product-intro .right .img + dl dd p span {
          font-size: 1.4rem;
          font-weight: bold;
          color: #777777; }
      .m-product-intro .left .img + dl .attention,
      .m-product-intro .right .img + dl .attention {
        font-size: 1.4rem;
        font-weight: bold;
        color: #777777; }
    @media screen and (max-width: 1024px) {
      .m-product-intro .left .img,
      .m-product-intro .right .img {
        width: 400px;
        padding-left: 20px;
        padding-right: 20px; }
        .m-product-intro .left .img + dl,
        .m-product-intro .right .img + dl {
          width: 400px;
          padding-left: 20px;
          padding-right: 20px; } }
    @media screen and (max-width: 1023px) {
      .m-product-intro .left .img,
      .m-product-intro .right .img {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
        .m-product-intro .left .img + dl,
        .m-product-intro .right .img + dl {
          width: 100%;
          padding-left: 0;
          padding-right: 0; } }
  .m-product-intro .left .img {
    float: left; }
    .m-product-intro .left .img + dl {
      float: left;
      padding-left: 50px; }
    @media screen and (max-width: 1024px) {
      .m-product-intro .left .img {
        float: none; }
        .m-product-intro .left .img + dl {
          float: none;
          padding-left: 20px; } }
    @media screen and (max-width: 1023px) {
      .m-product-intro .left .img + dl {
        padding-left: 0; } }
  .m-product-intro .right .img {
    float: right; }
    .m-product-intro .right .img + dl {
      float: right;
      padding-right: 50px; }
    @media screen and (max-width: 1024px) {
      .m-product-intro .right .img {
        float: none; }
        .m-product-intro .right .img + dl {
          float: none;
          padding-right: 20px; } }
    @media screen and (max-width: 1023px) {
      .m-product-intro .right .img + dl {
        padding-right: 0; } }
  .m-product-intro .intro-01 {
    background-image: url("../img/common/order-bg-img-01.png");
    background-size: 75px auto;
    background-repeat: no-repeat;
    background-position: right top; }
  .m-product-intro .intro-01-1 {
    background-image: url("../img/common/order-bg-img-01.png");
    background-size: 75px auto;
    background-repeat: no-repeat;
    background-position: right top; }
  .m-product-intro .intro-01-2 {
    background-image: url("../img/common/order-bg-img-06.png");
    background-size: 75px auto;
    background-repeat: no-repeat;
    background-position: right top; }
  .m-product-intro .intro-02 {
    background-image: url("../img/common/order-bg-img-02.png");
    background-size: 63px auto;
    background-repeat: no-repeat;
    background-position: left 30% top; }
  .m-product-intro .intro-03 {
    background-image: url("../img/denim/bg-img-03.png");
    background-size: 44px auto;
    background-repeat: no-repeat;
    background-position: right top; }
  .m-product-intro .intro-04 {
    background-image: url("../img/artpanel/bg-img-04.png");
    background-size: 40px auto;
    background-repeat: no-repeat;
    background-position: left 40% top; }
  .m-product-intro .intro-05 {
    background-image: url("../img/artpanel/bg-img-04.png");
    background-size: 40px auto;
    background-repeat: no-repeat;
    background-position: right 55% top; }
  @media screen and (max-width: 1023px) {
    .m-product-intro .intro-01,
    .m-product-intro .intro-02,
    .m-product-intro .intro-03 {
      background-position: right bottom 80px; }
    .m-product-intro .intro-04 {
      background-position: right bottom 100px; }
    .m-product-intro .intro-05 {
      background-position: right bottom 80px; }
    .m-product-intro .intro-01-1 {
      background-position: right bottom 80px; } }
  @media screen and (max-width: 767px) {
    .m-product-intro .intro-01,
    .m-product-intro .intro-02,
    .m-product-intro .intro-03 {
      background-position: right bottom 120px; }
    .m-product-intro .intro-04 {
      background-position: right bottom 160px; }
    .m-product-intro .intro-05 {
      background-position: right bottom 120px; } }

.m-product-brand {
  margin-top: 70px;
  background-color: #ffffff;
  border: 1px solid #75a2d5;
  border-radius: 6px;
  padding: 40px 50px 30px;
  display: table;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .m-product-brand {
      display: block;
      padding: 20px; } }
  .m-product-brand .img {
    display: table-cell;
    width: 130px; }
    .m-product-brand .img img {
      width: 100%; }
    @media screen and (max-width: 767px) {
      .m-product-brand .img {
        display: block;
        width: 100%;
        text-align: center; }
        .m-product-brand .img img {
          width: 130px; } }
  .m-product-brand dl {
    display: table-cell;
    vertical-align: top;
    padding-left: 60px; }
    @media screen and (max-width: 767px) {
      .m-product-brand dl {
        display: block;
        width: 100%;
        padding-left: 0; } }
    .m-product-brand dl dt {
      font-size: 2.0rem;
      font-weight: bold;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .m-product-brand dl dt {
          margin-bottom: 10px;
          margin-top: 20px; } }

.m-introduction {
  margin-bottom: 50px;
  text-align: center; }
  .m-introduction .img {
    margin-bottom: 30px;
    display: inline-block; }
    .p-thanks .m-introduction .img {
      display: block; }
    @media screen and (max-width: 767px) {
      .m-introduction .img {
        width: 290px; } }
    @media screen and (max-width: 359px) {
      .m-introduction .img {
        width: 270px; } }
    .p-upload .m-introduction .img img {
      width: 158px; }
    .p-credit .m-introduction .img img {
      width: 304px; }
  .m-introduction a {
    font-weight: bold;
    padding: 5px 0; }
  .m-introduction span.icon-faq {
    font-size: 1.3rem;
    background-image: url("../img/common/order-icon-faq-link.png");
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: center center;
    padding: 7px 0 5px 28px; }

.m-upload-img {
  width: 400px;
  margin: 40px auto;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .m-upload-img {
      width: 100%; } }
  .m-upload-img img {
    max-width: 100%;
    max-height: 100%; }
  .p-contact .m-upload-img {
    width: auto;
    margin: 0;
    text-align: left; }
    .p-contact .m-upload-img img {
      max-width: 400px;
      max-height: 400px; }
      @media screen and (max-width: 767px) {
        .p-contact .m-upload-img img {
          width: 100%; } }

.m-upload-btn {
  margin: 10px 0 60px; }
  .m-upload-btn dd {
    text-align: center;
    color: #ff5a5a;
    font-size: 1.3rem;
    margin-top: 20px; }
    .m-upload-btn dd img {
      width: 21px;
      vertical-align: middle;
      margin-right: 10px; }

.m-upload-btn-02 {
  margin-top: 10px; }
  .m-upload-btn-02 label {
    display: inline-block;
    margin-right: 30px; }
    @media screen and (max-width: 767px) {
      .m-upload-btn-02 label {
        display: block;
        margin-right: 0;
        margin-bottom: 20px; } }

.m-upload-selectarea dl + dl,
.m-upload-textarea dl + dl {
  margin-top: 30px; }

.m-upload-selectarea dt,
.m-upload-textarea dt {
  font-size: 1.5rem; }

.m-upload-selectarea dd,
.m-upload-textarea dd {
  margin-top: 10px; }

.question {
  background: #dee7f5;
  border-radius: 6px;
  padding: 20px;
  position: relative;
  margin: 100px 0 70px; }
  .question .deco-upload-01 {
    width: 100%;
    height: auto;
    top: -50px;
    left: 0;
    text-align: center;
    position: absolute; }
    .question .deco-upload-01 img {
      max-width: 140px;
      height: auto; }
  .question .inner {
    background: #FFF;
    border-radius: 6px; }
    .question .inner .deco-upload-02 {
      position: absolute;
      top: -60px;
      right: 10px; }
      .question .inner .deco-upload-02 img {
        width: 140px; }
    .question .inner .m-upload-selectarea {
      padding: 40px 0;
      width: 70%;
      margin: 0 auto; }
      @media screen and (max-width: 1023px) {
        .question .inner .m-upload-selectarea {
          width: 80%; }
          .question .inner .m-upload-selectarea .m-radio-img {
            margin-bottom: 10px; } }

.domain {
  border-top: 1px solid #f7f3e6;
  margin: 40px auto;
  padding-top: 20px; }
  .domain h3 {
    padding-bottom: 5px; }
  .domain span {
    color: #ea6684; }

.m-credit-money {
  background-color: #ffffff;
  border: 1px solid #f7f3e6;
  border-radius: 6px;
  padding: 20px; }
  .m-credit-money dd {
    text-align: right;
    font-size: 1.6rem; }
  .m-credit-money .total {
    border-top: 1px solid #b7b6b6;
    margin-top: 10px;
    padding-top: 10px; }
    .m-credit-money .total dt span {
      font-size: 1.2rem; }
    .m-credit-money .total dd {
      font-size: 2.0rem;
      font-weight: bold;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .m-credit-money .total dd {
          line-height: 1.2; } }

.img-uploading {
  margin-bottom: 50px;
  background: #dee7f5;
  border-radius: 6px; }
  .img-uploading img {
    display: inline-block;
    width: 60px;
    margin: 0 auto; }
  .img-uploading .inner {
    padding: 20px 30px 40px;
    text-align: center; }
    .img-uploading .inner strong {
      display: inline-block;
      color: #ff5a5a;
      font-weight: bold;
      margin-bottom: 0.5rem;
      font-size: 1.8rem;
      line-height: 1.6; }
    .img-uploading .inner p {
      line-height: 1.6;
      font-size: 1.5rem; }
      @media screen and (max-width: 767px) {
        .img-uploading .inner p {
          text-align: left; } }
      .img-uploading .inner p span {
        font-weight: bold; }

.m-conf-img {
  background-position: right 20px bottom;
  background-repeat: no-repeat;
  background-size: auto 290px; }
  .p-cushion .m-conf-img {
    background-image: url("../img/cushion/conf-img.png"); }
  .p-denim .m-conf-img {
    background-image: url("../img/denim/conf-img.png"); }
  .p-artpanel .m-conf-img {
    background-image: url("../img/artpanel/conf-img.png"); }
  .p-stuffed-toy .m-conf-img {
    background-image: url("../img/stuffed-toy/conf-img.png"); }
  .p-felt-case .m-conf-img {
    background-image: url("../img/felt-case/conf-img.png"); }
  .p-marche-bag .m-conf-img {
    background-image: url("../img/marche-bag/conf-img.png"); }
  .p-graphic-art .m-conf-img {
    background-image: url("../img/graphic-art/conf-img.png"); }
  .p-hitokoma-illust .m-conf-img {
    background-image: url("../img/hitokoma-illust/conf-img.png"); }
  @media screen and (max-width: 1099px) {
    .m-conf-img {
      background-position: right bottom;
      background-size: 200px auto; } }
  @media screen and (max-width: 1023px) {
    .m-conf-img {
      background-size: auto 290px; } }
  @media screen and (max-width: 767px) {
    .m-conf-img {
      background-size: 130px auto;
      background-position: left 160px top 70px;
      width: 290px;
      margin-left: auto;
      margin-right: auto; } }

.m-thanks-img {
  background-image: url("../img/common/order-thanks-img.png");
  background-position: right 0 top 0;
  background-repeat: no-repeat;
  padding-top: 17px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .m-thanks-img {
      width: 100%;
      padding-top: 0;
      background-size: 150px auto;
      margin-top: 30px; } }
  @media screen and (max-width: 359px) {
    .m-thanks-img {
      background-size: 120px auto; } }

.m-conf-img .img dt,
.m-thanks-img .img dt {
  width: 277px; }
  .m-conf-img .img dt img,
  .m-thanks-img .img dt img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .m-conf-img .img dt,
    .m-thanks-img .img dt {
      width: 190px;
      margin-left: 40px; } }

.m-conf-img .img > div,
.m-conf-img .img > dd,
.m-thanks-img .img > div,
.m-thanks-img .img > dd {
  position: relative;
  margin-top: 10px;
  margin-left: 35px;
  width: 200px;
  height: 200px;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #f7f3e6;
  text-align: center;
  cursor: pointer; }
  .m-conf-img .img > div img.upload-img,
  .m-conf-img .img > dd img.upload-img,
  .m-thanks-img .img > div img.upload-img,
  .m-thanks-img .img > dd img.upload-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 200px; }
  @media screen and (max-width: 767px) {
    .m-conf-img .img > div,
    .m-conf-img .img > dd,
    .m-thanks-img .img > div,
    .m-thanks-img .img > dd {
      margin-left: 0;
      width: 140px;
      height: 140px; }
      .m-conf-img .img > div img.upload-img,
      .m-conf-img .img > dd img.upload-img,
      .m-thanks-img .img > div img.upload-img,
      .m-thanks-img .img > dd img.upload-img {
        max-height: 140px; } }
  .m-conf-img .img > div img.btn,
  .m-conf-img .img > dd img.btn,
  .m-thanks-img .img > div img.btn,
  .m-thanks-img .img > dd img.btn {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 80px; }

.m-conf-img .img > div,
.m-thanks-img .img > div {
  cursor: inherit;
  background-color: rgba(225, 225, 225, 0);
  border: none; }

.m-conf-questionnaire {
  margin-top: 30px; }
  .m-conf-questionnaire dl {
    border: 1px solid #faf8f0;
    border-radius: 6px; }
    .m-conf-questionnaire dl dt {
      background-color: #faf8f0;
      padding: 5px 15px; }
    .m-conf-questionnaire dl dd {
      background-color: #ffffff;
      padding: 5px 15px;
      line-height: 1.5; }
  .m-conf-questionnaire div {
    margin-top: 10px; }
  .m-conf-questionnaire .no-answer {
    color: rgba(76, 73, 72, 0.5); }

.m-conf-box {
  line-height: 1.3; }
  .m-conf-box + .m-conf-box {
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .m-conf-box + .m-conf-box {
        margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    .m-conf-box > div + div {
      margin-top: 30px; } }
  .m-conf-box h3 {
    text-align: left;
    background-image: url("../img/common/line-dashed.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .m-conf-box dl + dl,
  .m-conf-box li + li {
    margin-top: 10px; }
  .m-conf-box .m-conf-money dd {
    text-align: right; }
  .m-conf-box .m-conf-money .total {
    background-image: url("../img/common/line-dashed.png");
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 10px; }
    .m-conf-box .m-conf-money .total dt span {
      font-size: 1.2rem; }
    .m-conf-box .m-conf-money .total dd {
      font-size: 1.8rem;
      font-weight: bold; }
  .m-conf-box .m-conf-other li {
    background-image: url("../img/common/icon-line-02.png");
    background-repeat: no-repeat;
    background-position: 0 10px;
    padding-left: 10px; }
    .m-conf-box .m-conf-other li div {
      font-weight: bold; }

.uploading-caution {
  text-align: center;
  color: #ff5a5a;
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: bold; }

.m-btn-processing p {
  margin-bottom: 20px;
  text-align: center; }

.m-btn-processing a {
  padding: 4px 0; }
  .m-btn-processing a img {
    width: 50px;
    vertical-align: middle; }

.m-processing {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100000; }
  .m-processing > div {
    position: relative;
    width: 100%;
    height: 100%; }
    .m-processing > div dl {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 250px;
      height: 324px;
      background-color: #ffffff;
      border-radius: 6px; }
      @media screen and (max-width: 767px) {
        .m-processing > div dl {
          width: 150px;
          height: 195px; } }
      .m-processing > div dl dt img {
        border-radius: 6px 6px 0 0; }
      .m-processing > div dl dd img {
        border-radius: 0 0 6px 6px; }
      .m-processing > div dl img {
        width: 100%; }

.m-order-number {
  margin-top: 20px;
  text-align: center;
  font-weight: bold; }
  .m-order-number dt {
    background-color: #3e89ca;
    color: #ffffff;
    border: 1px solid #3e89ca;
    border-radius: 6px 6px 0 0;
    line-height: 1;
    padding: 15px 0 13px; }
    @media screen and (max-width: 767px) {
      .m-order-number dt {
        padding: 12px 0 10px; } }
  .m-order-number dd {
    background-color: #ffffff;
    border: 1px solid #3e89ca;
    border-radius: 0 0 6px 6px;
    line-height: 1;
    padding: 20px 0; }
    .m-order-number dd .number {
      font-size: 3.0rem;
      letter-spacing: 0.1em;
      color: #ea6684; }
      @media screen and (max-width: 767px) {
        .m-order-number dd .number {
          font-size: 2.2rem; } }
    .m-order-number dd .caution {
      margin-top: 15px;
      line-height: 1.5; }

.m-voice .comment {
  margin-top: 20px;
  display: table;
  direction: rtl; }
  @media screen and (max-width: 767px) {
    .m-voice .comment {
      display: block;
      direction: ltr; } }
  .m-voice .comment .img {
    display: table-cell;
    direction: ltr;
    width: 260px; }
    @media screen and (max-width: 767px) {
      .m-voice .comment .img {
        display: block;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 359px) {
      .m-voice .comment .img {
        width: 100%; } }
    .m-voice .comment .img img {
      width: 100%; }
  .m-voice .comment .text {
    display: table-cell;
    direction: ltr;
    vertical-align: top;
    padding: 15px 40px 0 15px; }
    @media screen and (max-width: 767px) {
      .m-voice .comment .text {
        display: block;
        padding: 15px 0 0; } }
    .m-voice .comment .text dt {
      background-image: url("../img/voice/bg-heding-02.png");
      background-position: 0 10px;
      background-repeat: no-repeat;
      background-size: 38px auto;
      padding: 5px 0 0 50px;
      font-weight: bold;
      font-size: 2.0rem; }
    .m-voice .comment .text dd {
      margin-top: 10px; }
      .m-voice .comment .text dd strong {
        background: linear-gradient(transparent 70%, #ffe450 70%); }

.m-faq-col {
  display: table;
  width: 100%; }
  .m-faq-col > * {
    display: table-cell;
    vertical-align: top; }
  @media screen and (max-width: 1023px) {
    .m-faq-col {
      display: block; }
      .m-faq-col > * {
        display: block; } }
  .m-faq-col aside {
    width: 270px;
    padding-right: 30px; }
    @media screen and (max-width: 1023px) {
      .m-faq-col aside {
        width: 100%;
        padding-right: 0;
        margin-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      .m-faq-col aside {
        margin-bottom: 30px; } }
    .m-faq-col aside .list-frequently {
      background-image: url("../img/common/line-dashed.png");
      background-position: left bottom;
      background-repeat: repeat-x;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .m-faq-col aside .list-frequently dt {
        text-align: center;
        color: #ffffff;
        background-color: #3e89ca;
        border-radius: 6px;
        font-size: 1.6rem;
        font-weight: bold; }
      .m-faq-col aside .list-frequently dd {
        background-image: url("../img/common/icon-dots-02.png");
        background-repeat: no-repeat;
        background-position: 5px 10px;
        padding-left: 25px;
        line-height: 1.3;
        font-weight: bold;
        margin-top: 15px; }
    .m-faq-col aside .list-category li {
      font-weight: bold;
      background-repeat: no-repeat;
      padding-left: 40px;
      background-position: 3px center; }
      .m-faq-col aside .list-category li + li {
        margin-top: 10px; }
      .m-faq-col aside .list-category li.common {
        background-image: url("../img/faq/icon-common.png");
        background-size: 24px auto; }
      .m-faq-col aside .list-category li.denim {
        background-image: url("../img/faq/icon-denim.png");
        background-size: 24px auto; }
      .m-faq-col aside .list-category li.stuffedtoys {
        background-image: url("../img/faq/icon-stuffedtoys.png");
        background-size: 22px auto;
        background-position: 4px center; }
      .m-faq-col aside .list-category li.marchebag {
        background-image: url("../img/faq/icon-marchebag.png");
        background-size: 22px auto;
        background-position: 4px center; }
      .m-faq-col aside .list-category li.hitokomaillust {
        background-image: url("../img/faq/icon-hitokomaillust.png");
        background-size: 22px auto;
        background-position: 4px center; }
      .m-faq-col aside .list-category li.cushion {
        background-image: url("../img/faq/icon-cushion.png");
        background-size: 22px auto;
        background-position: 4px center; }
      .m-faq-col aside .list-category li.artpanel {
        background-image: url("../img/faq/icon-artpanel.png");
        background-size: 22px auto;
        background-position: 4px center; }
      .m-faq-col aside .list-category li.graphicart {
        background-image: url("../img/faq/icon-graphicart.png");
        background-size: 24px auto; }
      .m-faq-col aside .list-category li.feltcase {
        background-image: url("../img/faq/icon-felt.png");
        background-size: 24px auto; }

.m-accordion article {
  background-image: url("../img/common/line-dashed.png");
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 20px 0 10px; }

.m-accordion .e-heading {
  display: block;
  margin: 0;
  color: #3e89ca;
  cursor: pointer;
  background-image: url(../img/faq/icon-q.png), url("../img/common/icon-arrow-04.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 17px auto, 20px auto;
  padding-left: 40px;
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .m-accordion .e-heading {
      padding-left: 30px;
      padding-right: 30px; } }

.m-accordion.m-accordion-order {
  padding-bottom: 30px; }

.m-accordion.m-accordion-order .e-heading {
  background-image: url("../img/faq/icon-q.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 17px auto;
  cursor: auto; }

.m-accordion .e-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  background-image: url("../img/faq/icon-a.png");
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: left top;
  padding-left: 50px; }
  .m-accordion .e-content .e-img {
    text-align: center;
    margin: 20px 0; }
    .m-accordion .e-content .e-img img {
      max-width: 400px;
      max-height: 400px; }
  @media screen and (max-width: 767px) {
    .m-accordion .e-content {
      padding-left: 40px; }
      .m-accordion .e-content .e-img img {
        width: 100%;
        max-height: 250px; } }

.m-accordion.m-accordion-order .e-content {
  max-height: 9999px;
  min-height: 30px; }

.m-accordion .e-checkbox {
  display: none; }
  .m-accordion .e-checkbox:checked + .e-heading {
    background-image: url(../img/faq/icon-q.png), url("../img/common/icon-arrow-05.png"); }
  .m-accordion .e-checkbox:checked + .e-heading + .e-content {
    max-height: 9999px;
    transition: max-height 1s ease-in;
    min-height: 30px; }

.m-faq-footer {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .m-faq-footer {
      text-align: left; } }

@media screen and (max-width: 1023px) {
  .m-contents {
    padding: 0; } }

.m-ruka {
  background-image: url(../img/newsletter/bg-ruka-03.png), url("../img/newsletter/bg-ruka-01.png");
  background-size: 172px auto, 16px auto;
  background-position: right 80px top 40px, left top;
  background-repeat: no-repeat, repeat;
  padding: 60px 0; }
  .m-ruka .m-ruka-inner {
    width: 600px;
    margin-left: auto;
    margin-right: auto; }
    .m-ruka .m-ruka-inner h3 {
      width: 383px;
      margin-bottom: 30px; }
      .m-ruka .m-ruka-inner h3 img {
        width: 100%; }
  @media screen and (max-width: 1023px) {
    .m-ruka {
      padding: 60px; }
      .m-ruka .m-ruka-inner {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .m-ruka {
      background-image: url(../img/newsletter/bg-ruka-03.png), url("../img/newsletter/bg-ruka-01.png");
      background-size: 50px auto, 16px auto;
      background-position: right 20px top 30px, left top;
      background-repeat: no-repeat, repeat;
      padding: 20px; }
      .m-ruka .m-ruka-inner h3 {
        width: 170px;
        margin-bottom: 20px; } }
  @media screen and (max-width: 359px) {
    .m-ruka {
      background-image: url("../img/newsletter/bg-ruka-03.png");
      background-size: 50px auto;
      background-position: right 20px top 30px;
      background-repeat: no-repeat;
      padding: 0; } }
  .m-ruka .m-ruka-sample {
    background-image: url("../img/newsletter/bg-ruka-02.png");
    background-size: 71px auto;
    background-position: left top;
    background-repeat: repeat;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #eeeeee; }
    @media screen and (max-width: 767px) {
      .m-ruka .m-ruka-sample {
        padding: 7px; } }
    .m-ruka .m-ruka-sample .m-ruka-sample-inner {
      background-color: #ffffff;
      padding: 50px 0;
      font-weight: bold;
      text-align: center; }
      .m-ruka .m-ruka-sample .m-ruka-sample-inner dt {
        font-size: 1.8rem;
        background: linear-gradient(transparent 50%, #ffe450 50%);
        display: inline-block; }
      .m-ruka .m-ruka-sample .m-ruka-sample-inner dd ul {
        margin-top: 20px;
        display: inline-block; }
        .m-ruka .m-ruka-sample .m-ruka-sample-inner dd ul li {
          text-align: left;
          margin-top: 0; }
      .m-ruka .m-ruka-sample .m-ruka-sample-inner a {
        display: inline-block;
        border: 2px solid #ea6684;
        border-radius: 6px;
        line-height: 1;
        padding: 10px 20px 10px 50px;
        background-image: url("../img/common/icon-newsletter.png");
        background-repeat: no-repeat;
        background-size: 19px auto;
        background-position: 17px 8px;
        background-color: #FEFDF9;
        font-size: 1.6rem;
        color: #ea6684;
        box-shadow: 0 2px 6px 0 rgba(234, 102, 132, 0.3);
        margin-top: 30px; }
        .m-ruka .m-ruka-sample .m-ruka-sample-inner a:hover {
          opacity: 0.7; }
      @media screen and (max-width: 767px) {
        .m-ruka .m-ruka-sample .m-ruka-sample-inner {
          padding: 25px 10px; }
          .m-ruka .m-ruka-sample .m-ruka-sample-inner dt {
            font-size: 1.4rem; }
          .m-ruka .m-ruka-sample .m-ruka-sample-inner dd {
            font-size: 1.4rem; } }

.m-ruka-form .m-h3-02 {
  margin-top: 90px;
  margin-bottom: 30px; }

.m-ruka-form .m-h3-03 {
  margin-bottom: 30px; }

.m-ruka-form .m-form-style {
  margin-top: 50px; }

.m-ruka-form .m-caution-list {
  background-image: url("../img/common/line-dashed.png");
  background-position: left top;
  background-repeat: repeat-x;
  padding-top: 30px; }

@media screen and (max-width: 767px) {
  .m-ruka-form .m-h3-02 {
    margin-top: 40px; }
  .m-ruka-form .m-form-style {
    margin-top: 30px; } }

.newsletter-complete .modal-container {
  padding-top: 0; }

.newsletter-complete .ruka-comment {
  width: 300px;
  display: block;
  margin: 0 auto;
  padding: 30px 0; }
  @media screen and (max-width: 767px) {
    .newsletter-complete .ruka-comment {
      width: 200px;
      padding: 15px 0; } }

.newsletter-complete .modal-body p {
  font-size: 1.6rem;
  padding-top: 5px; }
  @media screen and (max-width: 767px) {
    .newsletter-complete .modal-body p {
      font-size: 1.4rem;
      text-align: left; } }

/* interview */
.p-interview .l-magic {
  background-image: url("../img/common/bg-contents.gif"); }
  .p-interview .l-magic .l-interview {
    margin-top: 80px; }
    .p-interview .l-magic .l-interview .e-img {
      position: relative; }
      .p-interview .l-magic .l-interview .e-img dt {
        font-size: 6.0rem; }
    .p-interview .l-magic .l-interview .face {
      width: 150px;
      height: 150px;
      overflow: hidden;
      border-radius: 300px;
      border: 10px solid #ffffff;
      background-size: cover;
      background-position: center center;
      position: absolute;
      bottom: -100px; }
      @media screen and (max-width: 1023px) {
        .p-interview .l-magic .l-interview .face {
          width: 80px;
          height: 80px;
          border: 4px solid #ffffff;
          bottom: -20px; } }
    .p-interview .l-magic .l-interview .e-text {
      margin-top: 40px;
      padding: 0 40px 0 180px;
      text-align: left; }
      @media screen and (max-width: 1023px) {
        .p-interview .l-magic .l-interview .e-text {
          margin-top: 55px;
          padding: 0 20px; } }
      .p-interview .l-magic .l-interview .e-text span {
        color: #3e89ca;
        font-size: 1.8rem; }
      .p-interview .l-magic .l-interview .e-text h3 {
        color: #ea6684;
        font-size: 2.8rem;
        text-align: left;
        margin: 0 0 15px; }
        .p-interview .l-magic .l-interview .e-text h3 small {
          font-size: 2.0rem; }
      .p-interview .l-magic .l-interview .e-text dd {
        font-weight: bold; }

@media screen and (max-width: 767px) {
  .p-interview {
    font-size: 1.5rem; } }

@media screen and (max-width: 767px) {
  .p-interview h2 {
    font-size: 1.5rem; } }

.p-interview .m-contents-box figure {
  margin: 60px 0; }
  @media screen and (max-width: 767px) {
    .p-interview .m-contents-box figure {
      margin: 30px 0; } }
  .p-interview .m-contents-box figure figcaption {
    padding: 8px 0;
    font-size: 1.4rem; }
  .p-interview .m-contents-box figure img {
    width: 100%;
    border-radius: 10px; }

.p-interview .m-contents-box .intro p.start {
  font-weight: bold;
  margin: 40px 0 0; }

.p-interview .m-contents-box .intro ul {
  display: flex;
  margin: 60px 0 40px; }
  @media screen and (max-width: 767px) {
    .p-interview .m-contents-box .intro ul {
      margin: 30px 0; } }
  .p-interview .m-contents-box .intro ul li img {
    border-radius: 0;
    width: 100%; }
  .p-interview .m-contents-box .intro ul li:nth-child(even) {
    margin: 0 30px; }
    @media screen and (max-width: 767px) {
      .p-interview .m-contents-box .intro ul li:nth-child(even) {
        margin: 0 15px; } }

.p-interview .m-contents-box .intro .works-link {
  text-align: center; }
  .p-interview .m-contents-box .intro .works-link a {
    display: inline-block;
    border: 2px solid #ea6684;
    border-radius: 6px;
    line-height: 1;
    padding: 10px 20px 10px 50px;
    background-image: url("../img/common/icon-movie.png");
    background-repeat: no-repeat;
    background-size: 19px auto;
    background-position: 17px 8px;
    background-color: #FEFDF9;
    font-size: 1.6rem;
    color: #ea6684;
    box-shadow: 0 2px 6px 0 rgba(234, 102, 132, 0.3);
    margin: 0 auto; }
    .p-interview .m-contents-box .intro .works-link a:hover {
      opacity: 0.7; }

.p-interview .m-contents-box .picture p.start {
  font-weight: bold;
  margin: 40px 0 0; }

.p-interview .m-contents-box .picture ul {
  display: flex;
  margin: 20px 0 40px; }
  @media screen and (max-width: 767px) {
    .p-interview .m-contents-box .picture ul {
      margin: 30px 0; } }
  .p-interview .m-contents-box .picture ul li img {
    border-radius: 0;
    width: 100%; }
  .p-interview .m-contents-box .picture ul li:nth-child(even) {
    margin: 0 30px; }
    @media screen and (max-width: 767px) {
      .p-interview .m-contents-box .picture ul li:nth-child(even) {
        margin: 0 15px; } }

.p-interview .m-contents-box .picture .works-link {
  text-align: center; }
  .p-interview .m-contents-box .picture .works-link a {
    display: inline-block;
    border: 2px solid #ea6684;
    border-radius: 6px;
    line-height: 1;
    padding: 10px 20px 10px 50px;
    background-image: url("../img/common/icon-movie.png");
    background-repeat: no-repeat;
    background-size: 19px auto;
    background-position: 17px 8px;
    background-color: #FEFDF9;
    font-size: 1.6rem;
    color: #ea6684;
    box-shadow: 0 2px 6px 0 rgba(234, 102, 132, 0.3);
    margin: 0 auto; }
    .p-interview .m-contents-box .picture .works-link a:hover {
      opacity: 0.7; }

.p-interview .m-contents-box .e-list p.start {
  font-weight: bold;
  margin: 40px 0 0; }

.p-interview .m-contents-box .e-list ul {
  display: flex;
  margin: 10px 0 40px; }
  @media screen and (max-width: 767px) {
    .p-interview .m-contents-box .e-list ul {
      margin: 30px 0; } }
  .p-interview .m-contents-box .e-list ul li img {
    border-radius: 0;
    width: 100%; }
  .p-interview .m-contents-box .e-list ul li:nth-child(even) {
    margin: 0; }
    @media screen and (max-width: 767px) {
      .p-interview .m-contents-box .e-list ul li:nth-child(even) {
        margin: 0; } }

.p-interview .m-contents-box .e-list .works-link {
  text-align: center; }
  .p-interview .m-contents-box .e-list .works-link a {
    display: inline-block;
    border: 2px solid #ea6684;
    border-radius: 6px;
    line-height: 1;
    padding: 10px 20px 10px 50px;
    background-image: url("../img/common/icon-movie.png");
    background-repeat: no-repeat;
    background-size: 19px auto;
    background-position: 17px 8px;
    background-color: #FEFDF9;
    font-size: 1.6rem;
    color: #ea6684;
    box-shadow: 0 2px 6px 0 rgba(234, 102, 132, 0.3);
    margin: 0 auto; }
    .p-interview .m-contents-box .e-list .works-link a:hover {
      opacity: 0.7; }

.p-interview .m-contents-box .interview-box h3 {
  text-align: left;
  color: #3e89ca;
  background-image: url("../img/common/line-dashed-02.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 850px auto;
  padding-bottom: 10px;
  margin: 80px 0 40px; }
  @media screen and (max-width: 767px) {
    .p-interview .m-contents-box .interview-box h3 {
      font-size: 1.6rem;
      margin: 60px 0 20px; } }

.p-interview .m-contents-box .interview-box p {
  display: table; }
  @media screen and (max-width: 767px) {
    .p-interview .m-contents-box .interview-box p {
      display: block;
      width: 100%;
      text-align: left;
      padding-left: 0;
      margin-bottom: 40px; } }
  .p-interview .m-contents-box .interview-box p:before {
    content: "\2015\2015\2015";
    letter-spacing: -2px;
    width: 80px;
    display: inline-block;
    color: #4c4948;
    display: table-cell;
    text-align: right;
    padding-right: 40px; }
    @media screen and (max-width: 767px) {
      .p-interview .m-contents-box .interview-box p:before {
        display: block;
        text-align: left;
        margin-bottom: 8px;
        font-size: 1.6rem; } }
  .p-interview .m-contents-box .interview-box p.interviewee:before {
    font-weight: bold;
    letter-spacing: 0.075em; }
  .p-interview .m-contents-box .interview-box p strong {
    background: linear-gradient(transparent 70%, #ffe450 70%); }

.p-interview .m-contents-box .event-box h3 {
  text-align: left;
  color: #3e89ca;
  background-image: url("../img/common/line-dashed-02.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 850px auto;
  padding-bottom: 10px;
  margin: 80px 0 40px; }
  @media screen and (max-width: 767px) {
    .p-interview .m-contents-box .event-box h3 {
      font-size: 1.6rem;
      margin: 60px 0 20px; } }

.p-interview .m-contents-box .event-box p {
  display: table; }
  @media screen and (max-width: 767px) {
    .p-interview .m-contents-box .event-box p {
      display: block;
      width: 100%;
      text-align: left;
      padding-left: 0;
      margin-bottom: 40px; } }
  .p-interview .m-contents-box .event-box p:before {
    letter-spacing: -2px;
    width: 80px;
    display: inline-block;
    color: #4c4948;
    display: table-cell;
    text-align: right;
    padding-right: 40px; }
    @media screen and (max-width: 767px) {
      .p-interview .m-contents-box .event-box p:before {
        display: block;
        text-align: left;
        margin-bottom: 8px;
        font-size: 1.6rem; } }
  .p-interview .m-contents-box .event-box p.interviewee:before {
    font-weight: bold;
    letter-spacing: 0.075em; }
  .p-interview .m-contents-box .event-box p strong {
    background: linear-gradient(transparent 70%, #ffe450 70%); }

.p-interview .m-contents-box .event-box figure {
  margin-top: 0 !important; }

.p-interview .m-contents-box .event-list {
  font-weight: bold;
  line-height: 3em; }
  .p-interview .m-contents-box .event-list ul {
    margin: 30px 0; }
  .p-interview .m-contents-box .event-list li {
    color: #2d8fdd;
    border-left: solid 6px #2d8fdd;
    /*左側の線*/
    background: #f1f8ff;
    /*背景色*/
    margin-bottom: 20px;
    /*下のバーとの余白*/
    line-height: 1.5;
    padding: 0.5em; }

.p-interview .m-contents-box .event-g h4 {
  margin-top: 60px; }

.p-interview .m-contents-box.p01 p.interviewee:before {
  content: "\30DE\30B7\30E2"; }

.p-interview .m-contents-box.p02 p.interviewee:before {
  content: "\5C71\8C37"; }

.p-interview .m-contents-box .comment {
  background-color: #f7f3e6;
  border-radius: 10px;
  margin: 80px 0 0; }
  .p-interview .m-contents-box .comment div.inner {
    padding: 30px; }
    @media screen and (max-width: 767px) {
      .p-interview .m-contents-box .comment div.inner {
        padding: 15px; } }
    .p-interview .m-contents-box .comment div.inner h3 {
      background-image: url("../img/voice/bg-heding-02.png");
      background-position: 0 10px;
      background-repeat: no-repeat;
      background-size: 38px auto;
      padding: 0 0 0 50px;
      font-weight: bold;
      font-size: 2.0rem;
      text-align: left;
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        .p-interview .m-contents-box .comment div.inner h3 {
          font-size: 1.6rem;
          background-size: 24px auto;
          padding: 0 0 0 30px;
          background-position: 0 5px; } }

.p-interview .m-contents-box .profile {
  text-align: left;
  background-image: url("../img/common/line-dashed-02.png");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 850px auto;
  padding-top: 40px;
  margin-top: 100px; }
  .p-interview .m-contents-box .profile h3 {
    background-image: url("../img/interview/bg-profile-title.gif");
    font-family: 'Amatic SC';
    font-size: 2.8rem;
    letter-spacing: 1rem;
    border-radius: 6px;
    color: #ffffff;
    margin: 0 0 50px; }
    @media screen and (max-width: 767px) {
      .p-interview .m-contents-box .profile h3 {
        margin: 0 0 25px; } }

.p-interview .m-contents-box .summary {
  display: flex; }
  .p-interview .m-contents-box .summary h4 {
    background: none;
    color: #3e89ca;
    margin: 20px 0 40px;
    font-size: 2.0rem; }
  .p-interview .m-contents-box .summary div {
    width: 380px;
    margin-right: 40px; }
  .p-interview .m-contents-box .summary figure {
    display: block;
    width: 420px;
    text-align: right; }
  @media screen and (max-width: 767px) {
    .p-interview .m-contents-box .summary {
      display: block; }
      .p-interview .m-contents-box .summary h4 {
        font-size: 1.8rem;
        margin: 10px 0 20px; }
      .p-interview .m-contents-box .summary div {
        width: 100%; }
      .p-interview .m-contents-box .summary figure {
        width: 100%; } }

.p-interview .m-contents-box .career {
  margin-top: 40px; }
  .p-interview .m-contents-box .career h4 {
    font-size: 1.8rem;
    margin-bottom: 20px; }
  .p-interview .m-contents-box .career dl {
    margin-bottom: 20px; }
    .p-interview .m-contents-box .career dl dt {
      font-weight: bold;
      font-size: 1.4rem;
      padding-bottom: 10px; }
    .p-interview .m-contents-box .career dl dd {
      font-size: 1.4rem; }
      .p-interview .m-contents-box .career dl dd ul {
        margin-left: 2rem; }
        .p-interview .m-contents-box .career dl dd ul li {
          line-height: 1.4;
          margin-bottom: 8px; }

.p-interview .box-border-blue p {
  font-size: 2.0rem;
  font-weight: bold;
  color: #3e89ca;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .p-interview .box-border-blue p {
      font-size: 1.6rem; } }

.p-interview .box-border-blue .m-btn-static-under {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .p-interview .box-border-blue .m-btn-static-under {
      margin-top: 20px; } }

.privacy .update {
  margin-top: 60px; }

.tel-sp {
  display: none; }
  @media screen and (max-width: 1279px) {
    .tel-sp {
      display: none; } }
  @media screen and (max-width: 1023px) {
    .tel-sp {
      display: block; } }
  @media screen and (max-width: 767px) {
    .tel-sp {
      display: block; } }

@media screen and (max-width: 1023px) {
  .tel-pc {
    display: none; } }

@media screen and (max-width: 767px) {
  .tel-pc {
    display: none; } }

.creatubbles_button {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 1em 2em;
  text-decoration: none;
  color: #FFF;
  background: #ea6684;
  transition: 0.4s;
  margin: 30px 0 20px;
  border-radius: 50px;
  font-size: 100%; }

.creatubbles_button:hover {
  background: #ea3f84; }

.gspace {
  margin: 30px 0 0;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */ }
  .gspace h3 {
    margin-top: 30px; }

.cgallery {
  display: flex;
  flex-wrap: wrap; }
  .cgallery li figure {
    margin: 0 !important; }
  .cgallery li {
    flex: 1 1 40%;
    margin: 10px 2px 4px;
    border: solid 5px #fff;
    list-style-type: none;
    background: #fff;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    border: 1px #eaeaea solid; }
  .cgallery img {
    border-radius: 10px 10px 0 0;
    /* CSS3草案 */
    -webkit-border-radius: 10px 10px 0 0;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px 10px 0 0;
    /* Firefox用 */
    border: 1px #eaeaea solid; }
  .cgallery a {
    color: #393939;
    text-decoration: none; }
  .cgallery figure:hover {
    opacity: 0.5; }
  .cgallery figcaption {
    padding: 15px 0;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center; }

/* 画面幅が広い（タブレット・パソコン向け） */
@media screen and (min-width: 768px) {
  .cgallery {
    flex-flow: wrap; }
    .cgallery img {
      width: 200px !important;
      border-radius: 10px 10px 0 0 !important; }
    .cgallery li {
      flex: 0 0 auto;
      margin: 10px 5px 4px;
      border: solid 5px #fff;
      list-style-type: none;
      background: #fff;
      border-radius: 10px;
      /* CSS3草案 */
      -webkit-border-radius: 10px;
      /* Safari,Google Chrome用 */
      -moz-border-radius: 10px;
      /* Firefox用 */
      border: 1px #eaeaea solid;
      width: 200px !important; } }

.g-title p {
  margin: 80px 0 30px;
  color: #2d8fdd;
  text-align: center;
  padding: 0.25em;
  border-top: solid 2px #2d8fdd;
  border-bottom: solid 2px #2d8fdd;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  font-size: 1.4em;
  font-weight: bold; }

.g-title span {
  font-size: 0.6em;
  margin: 0;
  line-height: 0.8em; }

.event-gallary {
  display: flex;
  flex-wrap: wrap; }
  .event-gallary li {
    /*flex: 1 1 40%;*/
    margin: 0 2px;
    padding: 5px;
    border: solid 5px #fff;
    list-style-type: none;
    background: #fff; }
  .event-gallary dt {
    color: #3e89ca;
    font-weight: bold;
    line-height: 1.5em;
    margin: 5px 0 0; }
  .event-gallary dd {
    font-size: 0.8em; }

.e-list .event-gallary ul {
  margin: 0 !important; }

/* 画面幅が広い（タブレット・パソコン向け） */
@media screen and (min-width: 768px) {
  .event-gallary {
    flex-flow: row; }
    .event-gallary li {
      flex: 0 0 auto;
      margin: 0 2px;
      padding: 5px;
      list-style-type: none;
      background: #fff;
      width: 208px; } }

.event-gallary a {
  color: #393939;
  text-decoration: none; }

.m-contents-box .event-gallary figure {
  margin: 0 !important; }

.e-list figure {
  margin: 0 !important; }

.event-gallary figure:hover {
  opacity: 0.5; }

.m-contents-box .event-gallary figure figcaption {
  text-align: left !important;
  padding: 15px 0 0;
  /*font-size: 0.9rem;*/
  font-weight: bold;
  text-align: center; }

.mokuji {
  margin: 80px 0;
  font-weight: bold; }

.mokuji ul {
  color: #668ad8;
  /*文字色*/
  border: dashed 2px #668ad8;
  /*破線 太さ 色*/
  background: #f1f8ff;
  /*背景色*/
  padding: 40px; }

.mokuji li {
  line-height: 1.5;
  padding: 0.5em 0; }

span.text-iconevent {
  display: inline-block;
  background: #f09235;
  padding: 1px 5px;
  margin-left: 5px;
  /* 先行する文字列との間隔 */
  vertical-align: middle;
  /* 先行する文字列と上下中央揃え */
  font-size: 0.7em;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  /* アイコンの角を丸める */ }

span.text-iconnew {
  display: inline-block;
  background: #df002c;
  padding: 1px 5px;
  margin-left: 5px;
  /* 先行する文字列との間隔 */
  vertical-align: middle;
  /* 先行する文字列と上下中央揃え */
  font-size: 0.6em;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  /* アイコンの角を丸める */ }

.fs-iconnew {
  font-size: 0.7em; }

span.text-iconreport {
  display: inline-block;
  background: #228b22;
  padding: 1px 5px;
  margin-left: 5px;
  /* 先行する文字列との間隔 */
  vertical-align: middle;
  /* 先行する文字列と上下中央揃え */
  font-size: 0.7em;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  /* アイコンの角を丸める */ }

span.text-iconmamarepo {
  display: inline-block;
  background: #F4A055;
  padding: 1px 5px;
  margin-left: 5px;
  /* 先行する文字列との間隔 */
  vertical-align: middle;
  /* 先行する文字列と上下中央揃え */
  font-size: 0.7em;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  /* アイコンの角を丸める */ }

span.text-iconinterview {
  display: inline-block;
  background: #00A95F;
  padding: 1px 5px;
  margin-left: 5px;
  /* 先行する文字列との間隔 */
  vertical-align: middle;
  /* 先行する文字列と上下中央揃え */
  font-size: 0.7em;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  /* アイコンの角を丸める */ }

span.text-iconomoi {
  display: inline-block;
  background: #79A7D9;
  padding: 1px 5px;
  margin-left: 5px;
  /* 先行する文字列との間隔 */
  vertical-align: middle;
  /* 先行する文字列と上下中央揃え */
  font-size: 0.7em;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  /* アイコンの角を丸める */ }

span.text-iconkaijyu {
  display: inline-block;
  background: #ec87a2;
  padding: 1px 5px;
  margin-left: 5px;
  /* 先行する文字列との間隔 */
  vertical-align: middle;
  /* 先行する文字列と上下中央揃え */
  font-size: 0.7em;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  /* アイコンの角を丸める */ }

dt.report {
  color: #ec87a2; }

.t-event {
  text-align: center !important; }

.g-attention {
  font-size: 0.8em; }

.item-image:after {
  content: "";
  clear: both;
  display: block; }

.item-image figure img {
  width: 50% !important; }

@media screen and (max-width: 1024px) {
  .item-image figure img {
    width: 100% !important; } }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

.item-text {
  float: left;
  width: 45%; }
  @media (max-width: 1024px) {
    .item-text {
      float: none;
      width: 100%; } }

.item-m {
  margin-left: 20px; }
  @media (max-width: 1024px) {
    .item-m {
      margin-left: 0;
      border-radius: 10px; } }

/*左上・右上・右下・左下*/
.item-radius-r {
  border-radius: 0 10px 10px 0 !important; }
  @media (max-width: 1024px) {
    .item-radius-r {
      border-radius: 10px !important; } }

.item-radius-l {
  border-radius: 10px 0 0 10px !important; }
  @media (max-width: 1024px) {
    .item-radius-l {
      border-radius: 10px !important; } }

.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden; }

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px; }

.balloon5 .faceicon img {
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%; }

.balloon5 .chatting {
  width: 100%; }

.says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe; }

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe; }

.says p {
  margin: 0 !important;
  padding: 0 !important; }

.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 5px; }

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff; }

.balloon1-left p {
  margin: 0;
  padding: 0; }

.insta a:hover {
  opacity: 0.7; }

.eventvideo {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 5px;
  margin-bottom: 40px; }
  .eventvideo iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px; }

.event-product-brand {
  margin-top: 70px;
  background-color: #ffffff;
  border: 1px solid #75a2d5;
  border-radius: 6px;
  padding: 30px 50px;
  display: table;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .event-product-brand {
      display: block;
      padding: 20px; } }
  .event-product-brand .img {
    display: table-cell;
    width: 130px; }
    .event-product-brand .img img {
      width: 100%; }
    @media screen and (max-width: 767px) {
      .event-product-brand .img {
        display: block;
        width: 100%;
        text-align: center; }
        .event-product-brand .img img {
          width: 130px; } }
  .event-product-brand dl {
    display: table-cell;
    vertical-align: top;
    padding-left: 60px; }
    @media screen and (max-width: 767px) {
      .event-product-brand dl {
        display: block;
        width: 100%;
        padding-left: 0; } }
    .event-product-brand dl dt {
      font-size: 2.0rem;
      font-weight: bold;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .event-product-brand dl dt {
          margin-bottom: 10px;
          margin-top: 20px; } }

table.table01 {
  width: 100%;
  border-right: #2d8fdd solid 1px;
  border-collapse: collapse; }

table.table01 thead th {
  background: #2d8fdd;
  color: #FFF;
  padding: 10px 15px;
  border-right: #FFF solid 1px;
  border-bottom: #FFF solid 1px; }

table.table01 thead th:last-child {
  border-right: #2d8fdd solid 1px; }

table.table01 tbody th {
  background: #2d8fdd;
  color: #FFF;
  padding: 10px 15px;
  border-bottom: #FFF solid 1px;
  vertical-align: top; }

table.table01 tbody tr:last-child th {
  border-bottom: #2d8fdd solid 1px; }

table.table01 tbody td {
  background: #FFF;
  padding: 10px 0 10px 15px;
  border-left: #2d8fdd solid 1px;
  border-bottom: #2d8fdd solid 1px;
  vertical-align: top; }

@media screen and (max-width: 640px) {
  table.table01 thead {
    display: none; }
  table.table01 tbody th {
    display: block; }
  table.table01 tbody td {
    display: block; }
  table.table01 tbody td::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold; }
  table.table01 tbody td p {
    /*padding-left:6em;*/ } }

/*LP用CSS*/
.lp-main img {
  width: 100% !important; }

.lp-size {
  width: 1080px;
  margin: 0 auto; }
  .lp-size h1 {
    padding: 7.0rem 0 0 0;
    font-size: 3.0rem;
    margin-bottom: 0px; }
    @media screen and (max-width: 767px) {
      .lp-size h1 {
        padding: 5.0rem 0 0 0;
        font-size: 2.0rem; } }
  @media screen and (max-width: 767px) {
    .lp-size {
      width: 100%;
      padding: 0 20px; } }

.read-copy {
  font-size: 2.0rem;
  text-align: center;
  margin: 3.0rem 0 6.0rem 0; }
  @media screen and (max-width: 767px) {
    .read-copy {
      font-size: 1.5rem;
      margin: 2.0rem 0 4.0rem 0; } }

.lp-intro h2 {
  text-align: center;
  font-size: 3.0rem; }

.lp-word {
  font-size: 2rem;
  text-align: center; }

.lp-image-intro {
  display: flex;
  width: 100%;
  margin: 0 auto; }

.bgcolor-01 {
  background-color: #f5f1e2; }

.bgcolor-02 {
  background-color: #fcb670; }
  .bgcolor-02 h3 {
    font-size: 3.0rem !important;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 2.4rem; }
    @media screen and (max-width: 768px) {
      .bgcolor-02 h3 {
        font-size: 2.0rem !important; } }

.bgcolor-03 {
  background-color: #fdcc9b;
  padding: 60px 0 60px 0; }
  @media screen and (max-width: 768px) {
    .bgcolor-03 {
      padding: 30px 0; } }

.lp-experience {
  background-image: url("../img/lp/stuffed-toy/experience.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11%;
  padding: 60px;
  letter-spacing: 0.075em; }
  @media screen and (max-width: 768px) {
    .lp-experience {
      background-size: 15%;
      padding: 15px; } }
  .lp-experience span {
    font-size: 1.5rem; }

.lp-enjoy {
  background-image: url("../img/lp/stuffed-toy/enjoy.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11%;
  padding: 60px;
  letter-spacing: 0.075em; }
  @media screen and (max-width: 768px) {
    .lp-enjoy {
      background-size: 15%;
      padding: 15px; } }
  .lp-enjoy span {
    font-size: 1.5rem; }

.lp-purchase {
  background-image: url("../img/lp/stuffed-toy/purchase.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11%;
  padding: 60px;
  letter-spacing: 0.075em; }
  @media screen and (max-width: 768px) {
    .lp-purchase {
      background-size: 15%;
      padding: 15px; } }
  .lp-purchase span {
    font-size: 1.5rem; }

.lp-faq {
  background-image: url("../img/lp/stuffed-toy/faq.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11%;
  padding: 60px;
  letter-spacing: 0.075em; }
  @media screen and (max-width: 768px) {
    .lp-faq {
      background-size: 15%;
      padding: 15px; } }
  .lp-faq span {
    font-size: 1.5rem; }

.bgcolor-04 {
  background-color: #ffe16c; }
  .bgcolor-04 h3 {
    font-size: 3.0rem !important;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 2.4rem; }
    @media screen and (max-width: 768px) {
      .bgcolor-04 h3 {
        font-size: 2.0rem !important; } }

.bgcolor-05 {
  background-color: #fff0b7;
  padding: 40px 0; }

.bgcolor-06 {
  background-color: #cadb75; }
  .bgcolor-06 h3 {
    font-size: 3.0rem !important;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 2.4rem; }
    @media screen and (max-width: 768px) {
      .bgcolor-06 h3 {
        font-size: 2.0rem !important; } }

.bgcolor-07 {
  background-color: #dae69f;
  padding: 40px 0; }
  @media screen and (max-width: 768px) {
    .bgcolor-07 {
      padding: 30px 0; } }

.bgcolor-08 {
  background-color: #b2d6e3; }
  .bgcolor-08 h3 {
    font-size: 3.0rem !important;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 2.4rem; }
    @media screen and (max-width: 768px) {
      .bgcolor-08 h3 {
        font-size: 2.0rem !important; } }

.bgcolor-09 {
  background-color: #c5e0ea;
  padding: 40px 0 20px 0; }

.bgcolor-white {
  background-color: #ffffff;
  margin: 40px 0 0 0;
  border-radius: 10px;
  padding: 3rem; }
  @media screen and (max-width: 768px) {
    .bgcolor-white {
      margin: 30px 0 0 0;
      padding: 1.5rem; } }

.bgcolor-white02 {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 3rem;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .bgcolor-white02 {
      padding: 1.5rem; } }

.lp-faq-contents {
  padding: 0 40px 40px 40px; }
  @media screen and (max-width: 768px) {
    .lp-faq-contents {
      padding: 0 20px 20px 20px; } }
  .lp-faq-contents dt {
    font-size: 2.6rem;
    background-image: url("../img/lp/stuffed-toy/faqicon.png");
    background-size: 50px auto;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 60px;
    margin: 40px 0 20px 0; }
    @media screen and (max-width: 768px) {
      .lp-faq-contents dt {
        font-size: 2.0rem;
        padding-bottom: 20px; } }

.lp-h4 {
  color: #ffffff;
  /*文字色*/
  background-color: #fcb670;
  /*線色*/
  border-radius: 6em;
  /*角丸*/
  text-align: center;
  margin: 0 200px;
  font-size: 2.5rem !important; }
  @media screen and (max-width: 768px) {
    .lp-h4 {
      margin: 0 100px;
      font-size: 1.8rem !important; } }

.lp-h4-02 {
  color: #ffffff;
  /*文字色*/
  background-color: #ffe16c;
  /*線色*/
  border-radius: 6em;
  /*角丸*/
  text-align: center;
  margin: 0 200px;
  font-size: 2.5rem !important; }
  @media screen and (max-width: 768px) {
    .lp-h4-02 {
      margin: 0 100px;
      font-size: 1.8rem !important; } }

.lp-h4-03 {
  color: #ffffff;
  /*文字色*/
  background-color: #cadb75;
  /*線色*/
  border-radius: 6em;
  /*角丸*/
  text-align: center;
  margin: 0 200px;
  font-size: 2.5rem !important; }
  @media screen and (max-width: 768px) {
    .lp-h4-03 {
      margin: 0 20px;
      font-size: 1.8rem !important; } }

.contents01-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .contents01-wrap {
      margin: 0 auto;
      font-size: 1.5rem !important; } }

.contents01-box {
  margin-bottom: 8rem;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 10px; }
  @media screen and (max-width: 768px) {
    .contents01-box {
      margin-bottom: 6rem;
      width: 32%;
      padding: 1rem; } }

.contents-box01 img {
  display: block;
  /*margin-bottom: 3rem;*/
  width: 100%;
  height: auto; }

.contents-box01 h2 {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  text-align: center; }

@media screen and (max-width: 768px) {
  .contents-wrap01 {
    flex-direction: row !important; } }

.contents-wrap2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 40px 0; }
  @media screen and (max-width: 768px) {
    .contents-wrap2 {
      margin: 30px 0 30px 0; } }

.contents-box2 {
  /*margin-bottom: 6rem;*/
  padding: 3rem;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px; }
  @media screen and (max-width: 768px) {
    .contents-box2 {
      padding: 1.5rem; } }

.contents-box2 img {
  display: block;
  margin-bottom: 3rem;
  width: 100%;
  height: auto;
  border-radius: 10px; }

.wrap {
  display: flex;
  flex-wrap: nowrap;
  /*justify-content:space-between;*/
  margin: 0 0 20px 0; }
  @media screen and (max-width: 768px) {
    .wrap {
      flex-direction: column; } }

.item + .item {
  margin-left: 1.0em;
  background-color: #ffffff;
  padding: 30px; }

.art-image {
  text-align: center;
  padding: 30px 0 0 0; }
  @media screen and (max-width: 768px) {
    .art-image {
      padding: 10px 0; } }
  .art-image img {
    border-radius: 10px;
    margin: 30px auto;
    width: 100%; }
  .art-image h5 {
    padding: 30px auto;
    font-size: 2.0rem; }

.contents-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem; }

.contents-wrap:nth-child(odd) {
  flex-direction: row-reverse; }

.contents-text {
  width: 60%;
  /*flex: 2;*/
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px; }

.contents-text2 {
  width: 60%;
  /*flex: 2;*/
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .contents-text2 {
      width: 100%;
      padding: 0 10px 10px 10px; } }

.contents-img {
  width: 35%;
  /*flex: 1;*/
  border-radius: 10px; }
  @media screen and (max-width: 768px) {
    .contents-img {
      margin-bottom: 10px; } }

.contents-text h2 {
  margin-bottom: 0.8rem;
  font-size: 2.2rem; }

.contents-text2 h2 {
  margin-bottom: 0.8rem;
  font-size: 2.2rem; }

.contents-img img {
  display: block;
  width: 100%;
  border-radius: 10px;
  /*height: 100%;*/ }
  @media screen and (max-width: 768px) {
    .contents-img img {
      margin-top: 0px 0px 0px 0px; } }

@media screen and (max-width: 768px) {
  .contents-wrap,
  .contents-wrap:nth-child(odd) {
    flex-direction: column; }
  .contents-text,
  .contents-img {
    width: 100%;
    /*flex: 1;*/ }
  .contents-text {
    padding: 3rem; }
  .contents-text h2 {
    text-align: center; } }

.lp-banner {
  text-align: center;
  margin: 60px 0;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .lp-banner {
      margin: 30px 0;
      padding: 0 50px; } }

.lp-banner a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; }

.special-banner {
  text-align: center;
  margin: 60px 0;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .special-banner {
      margin: 30px 0; } }

.special-banner a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.contents03-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .contents03-wrap {
      margin-top: 30px; } }

.contents03-box {
  margin-bottom: 3rem;
  padding: 3rem;
  width: 32%;
  background-color: #ffffff;
  border-radius: 10px; }
  @media screen and (max-width: 768px) {
    .contents03-box {
      padding: 1.5rem; } }
  .contents03-box span {
    text-align: right;
    background: #b0dcfa;
    /*背景色*/
    padding: 0.5em;
    /*文字周りの余白*/
    color: white;
    /*文字を白に*/
    border-radius: 0.5em;
    /*角の丸み*/ }

.contents03-box img {
  display: block;
  margin-bottom: 3rem;
  width: 100%;
  /*height: auto;*/
  margin: 0 auto; }

.contents03-box h2 {
  margin: 2rem 0;
  line-height: 3.0rem;
  font-size: 2.2rem;
  text-align: center; }

@media screen and (max-width: 768px) {
  .contents03-wrap {
    flex-direction: column; }
  .contents03-box {
    width: 100%; } }

.enjoy-img {
  text-align: center; }
  .enjoy-img img {
    margin: 12px 0 12px 0;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .enjoy-img img {
        margin: 6px 0 6px 0; } }

.lp-button {
  line-height: 2.6rem;
  width: 600px;
  margin: 30px auto;
  padding: 15px 60px 10px 60px;
  font-size: 3.0rem;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #FFFFFF;
  background: #cb5858;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  /* for Safari and Chrome 対応*/
  -moz-border-radius: 5px;
  /* for Firefox 対応*/
  transition: .4s; }
  @media screen and (max-width: 768px) {
    .lp-button {
      width: 300px;
      font-size: 2.0rem; } }
  .lp-button span {
    font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      .lp-button span {
        font-size: 1.2rem; } }

.lp-button:hover {
  background: #ff6c6c;
  color: white; }

.square_btn {
  text-align: center;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #00BCD4;
  background: #ECECEC; }

.square_btn:hover {
  background: #00bcd4;
  color: white; }

.lp-slide {
  margin: 40px 0; }
  .lp-slide img {
    border-radius: 10px;
    width: 100%; }
  @media screen and (max-width: 768px) {
    .lp-slide {
      margin: 30px 0; } }

.l-main-no {
  background-image: none !important; }

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px; }

.video-title {
  text-align: center;
  font-size: 3.0rem;
  margin: 20px 0; }
  @media screen and (max-width: 768px) {
    .video-title {
      font-size: 1.5rem;
      margin: 10px 0; } }

.lp-price {
  font-size: 1.6rem;
  font-weight: bold; }

.lp-schematic img {
  width: 100%;
  border-radius: 10px;
  margin: 30px 0; }

.alpha {
  background-color: #fefdf9; }

.alpha a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.m-attention {
  color: #ea6684;
  font-weight: bold; }

.v-new {
  color: #ffffff;
  /*文字色*/
  border: solid 3px #ea6684;
  /*線色*/
  padding: 0.3em;
  /*文字周りの余白*/
  border-radius: 0.5em;
  /*角丸*/
  background-color: #ea6684;
  font-size: 2.0rem !important;
  margin-right: -10px !important; }
  @media screen and (max-width: 768px) {
    .v-new {
      margin-right: 10px !important; } }

.flex-yomimono {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.element img {
  width: 100%; }

.element-bg {
  background: #fff;
  width: 206px;
  height: 450px;
  margin: 10px 2px 0 2px;
  padding: 10px; }
  @media screen and (max-width: 767px) {
    .element-bg {
      background: #fff;
      width: 100%;
      height: auto;
      margin: 10px 2px 0 2px;
      padding: 10px; } }

.element figcaption {
  padding: 8px 0;
  font-size: 1.4rem; }

.element dt {
  color: #3e89ca;
  font-weight: bold;
  line-height: 1.5em;
  margin: 5px 0  5px 0; }

.element dd {
  font-size: 0.8em; }

.element a {
  color: #393939;
  text-decoration: none; }

.element figure {
  margin-top: 0px !important; }

.element figure:hover {
  opacity: 0.5; }

#sortArea {
  width: 100%;
  margin: 0 auto; }

#sort {
  margin-bottom: 20px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #sort {
      border-bottom: 0px solid #dddddd !important; } }

#sort:after {
  display: table;
  clear: both;
  content: ''; }

#sort ul {
  margin-right: -20px; }
  @media screen and (max-width: 767px) {
    #sort ul {
      margin-right: 0px; } }

#sort li {
  border-radius: 5px;
  border: 3px solid #59a1e0;
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: 151px;
  text-align: center;
  padding: 6px 0;
  cursor: pointer;
  color: #59a1e0;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: .1s linear;
  -moz-transition: .1s linear;
  -o-transition: .1s linear; }
  @media screen and (max-width: 767px) {
    #sort li {
      border-radius: 0px;
      border: none !important;
      display: inline-block;
      float: left;
      margin-right: 20px;
      width: 100%;
      margin-bottom: -1px;
      text-align: center;
      padding: 6px 0;
      cursor: pointer;
      color: #59a1e0;
      font-size: 12px;
      -webkit-transition: .1s linear;
      -moz-transition: .1s linear;
      -o-transition: .1s linear; } }

table {
  margin: 20px auto; }

.tbl-r02 th {
  background: #ea6684;
  border: solid 1px #dee7f5;
  color: #fff;
  padding: 10px; }

.tbl-r02 td {
  background: #fff;
  border: solid 1px #dee7f5;
  padding: 10px 100px 10px 30px; }

@media screen and (max-width: 767px) {
  .last td:last-child {
    border-bottom: solid 1px #dee7f5;
    width: 100%; }
  .tbl-r02 {
    width: 80%; }
  .tbl-r02 th,
  .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
    padding: 10px 10px 10px 10px; } }

.u-line {
  background: linear-gradient(transparent 70%, #ffe450 70%); }

#sort li:hover {
  background-color: #59a1e0;
  color: #fff; }

#sort li.active {
  background-color: #59a1e0;
  color: #fff;
  cursor: default; }

#itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.mamarepo {
  border: 3px solid #F4A055 !important;
  color: #F4A055 !important; }

.mamarepo:hover {
  background-color: #F4A055 !important;
  color: #fff !important; }

.mamarepo.active {
  background-color: #F4A055 !important;
  color: #fff !important;
  cursor: default; }

.interview_s {
  border: 3px solid #00A95F !important;
  color: #00A95F !important; }

.interview_s:hover {
  background-color: #00A95F !important;
  color: #fff !important; }

.interview_s.active {
  background-color: #00A95F !important;
  color: #fff !important;
  cursor: default; }

.omoi {
  border: 3px solid #79A7D9 !important;
  color: #79A7D9 !important; }

.omoi:hover {
  background-color: #79A7D9 !important;
  color: #fff !important; }

.omoi.active {
  background-color: #79A7D9 !important;
  color: #fff !important;
  cursor: default; }

.kaijyu {
  border: 3px solid #ec87a2 !important;
  color: #ec87a2 !important; }

.kaijyu:hover {
  background-color: #ec87a2 !important;
  color: #fff !important; }

.kaijyu.active {
  background-color: #ec87a2 !important;
  color: #fff !important;
  cursor: default; }

