@charset "UTF-8";
/*!
Theme Name: cloudalpaca.com
Author: MediBang Inc
Author URI: http://medibangpaint.com/
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

compile sass
option:
    nested
    expanded
    compact
    compressed
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
    1.1 Fontface
    1.2 Layout
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
    5.1 Links
    5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
    10.1 Posts and pages
    10.2 Asides
    10.3 Comments
    10.4 Header #masthead
    10.5 Footer #colophon
11.0 Infinite scroll
12.0 Media
    12.1 Captions
    12.2 Galleries
Decoration
Algolia
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
1.1 Fontface
--------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("icomoon.eot");
  src: url("icomoon.eot#iefix") format("embedded-opentype"), url("icomoon.ttf") format("truetype"), url("icomoon.woff") format("woff"), url("icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------------------------------
1.2 Layout
--------------------------------------------------------------*/
input[type="text"],
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #3ea207;
  border-radius: 3px;
  background: #3ea207;
  color: white;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: 1.2em 3.5em;
}

button[disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled] {
  border-color: #aaa;
  background: #aaa;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #2b7105;
  background: #2b7105;
}

button[disabled]:hover,
input[type="button"][disabled]:hover,
input[type="reset"][disabled]:hover,
input[type="submit"][disabled]:hover {
  border-color: #aaa;
  background: #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #2b7105;
  background: #2b7105;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #444444;
  border: 1px solid #c8c8c8;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #383838;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 0.5em 1em;
  box-sizing: border-box;
}

textarea {
  padding: 0.5em 1em;
}

.page-title,
.page-description,
.entry-meta,
.inner,
.comment-navigation,
.posts-navigation,
.post-navigation, .pagination, .comments-area {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .sp-none {
    display: none;
  }
  .pc-only {
    display: none;
  }
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #383838;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

html:lang(zh-TW) body,
html:lang(zh-TW) button,
html:lang(zh-TW) input,
html:lang(zh-TW) select,
html:lang(zh-TW) textarea {
  font-family: 微軟正黑體, Arial, Verdana, Helvetica, sans-serif;
}

html:lang(en-US) body,
html:lang(en-US) button,
html:lang(en-US) input,
html:lang(en-US) select,
html:lang(en-US) textarea {
  font-family: Arial, Helvetica, Tahoma, Times New Roman, sans-serif;
}

html:lang(ru) body,
html:lang(ru) button,
html:lang(ru) input,
html:lang(ru) select,
html:lang(ru) textarea {
  font-family: Arial, Helvetica, Tahoma, Times New Roman, sans-serif;
}

html:lang(es) body,
html:lang(es) button,
html:lang(es) input,
html:lang(es) select,
html:lang(es) textarea {
  font-family: Arial, Helvetica, Tahoma, Times New Roman, sans-serif;
}

html:lang(pt-PT) body,
html:lang(pt-PT) button,
html:lang(pt-PT) input,
html:lang(pt-PT) select,
html:lang(pt-PT) textarea {
  font-family: Arial, Helvetica, Tahoma, Times New Roman, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  clear: both;
}

h1 {
  font-size: 30px;
  font-size: 1.875rem;
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

h5 {
  font-size: 16.8px;
  font-size: 1.05rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 750px) {
  h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  h4 {
    font-size: 16.8px;
    font-size: 1.05rem;
  }
  h5 {
    font-size: 16.8px;
    font-size: 1.05rem;
  }
  h6 {
    font-size: 16px;
    font-size: 1rem;
  }
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 14px;
  font-size: 0.875rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}

q:before, q:after {
  content: "";
}

hr {
  background-color: #dcdcdc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.btn-more {
  display: inline-block;
  border: 1px solid #c8c8c8;
  padding: 5px 45px;
  font-size: 13px;
  color: #383838;
  background-color: #f5f5f5;
  -webkit-border-radis: 3px;
  -moz-border-radis: 3px;
  -o-border-radis: 3px;
  -ms-border-radis: 3px;
  border-radius: 3px;
}

.btn-more:hover {
  text-decoration: none;
  color: #383838;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.btn-more:focus {
  text-decoration: none;
  color: #383838;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
.required {
  color: #ff6e42;
}

.wpcf7 .required {
  display: inline-block;
  color: white;
  background: #ff6e42;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 0.8em;
  padding: 0.5em;
  margin-left: 0.5em;
  vertical-align: middle;
  line-height: 1.2;
}

.wpcf7 .wpcf7-submit {
  display: block;
  margin: 0 auto;
}

.wpcf7 label {
  display: block;
  margin-bottom: 0.5em;
}

.wpcf7 select {
  border-color: #c8c8c8;
  background: none;
  width: auto;
  height: 31px;
}

.wpcf7 select {
  border-color: #c8c8c8;
  background: none;
  width: auto;
  height: 31px;
}

div.wpcf7 input[type="file"] {
  font-size: 13px;
  line-height: 18px;
}

/*====================
  contact form
====================*/
.wpcf7 .contact-list {
  border-top: solid 1px #dcdcdc;
  padding: 0.5em 0;
}

.wpcf7 .contact-list p {
  margin: 1em 0;
}

.wpcf7 .contact-list-check {
  border: 1px solid #ccc;
  background-color: #e7e7e7;
  max-width: 700px;
  margin: 0 auto 40px;
  padding: 0px 30px;
}

.wpcf7 .contact-list-check p {
  margin-bottom: 1em;
  font-size: 0.9rem;
  font-weight: bold;
  color: #f2506e;
}

.failure-mp .failure-mp-typewap {
  width: 100%;
  display: table;
}

.failure-mp .failure-mp-typettl {
  display: table-cell;
  width: 30%;
  vertical-align: top;
}

.failure-mp .failure-mp-typettl label {
  width: 100%;
}

.failure-mp .failure-mp-typeinput {
  display: table-cell;
  width: 70%;
}

.failure-mp .failure-mp-typeinput .failure-mp-type {
  margin-top: 0;
}

.failure-mp .failure-mp-typeinput .failure-mp-type .wpcf7-form-control-wrap.radio-mp-type {
  width: 100%;
  float: none;
  padding-left: 20px;
}

.failure-mp .failure-mp-typeinput .failure-mp-typeversion {
  margin-top: 0;
  border: none;
  padding-top: 0;
}

.failure-mp .failure-mp-typeinput .failure-mp-typeversion > label {
  padding-top: 4px;
}

.failure-mp .failure-mp-typeinput .failure-mp-typeversion span.txt-mp-version {
  width: 50%;
}

.failure-mn .failure-mn-typewap {
  width: 100%;
  display: table;
}

.failure-mn .failure-mn-typettl {
  display: table-cell;
  width: 30%;
  vertical-align: top;
}

.failure-mn .failure-mn-typettl label {
  width: 100%;
}

.failure-mn .failure-mn-typeinput {
  display: table-cell;
  width: 70%;
}

.failure-mn .failure-mn-typeinput .failure-mn-type {
  margin-top: 0;
}

.failure-mn .failure-mn-typeinput .failure-mn-type .wpcf7-form-control-wrap.radio-mn-type {
  width: 100%;
  float: none;
  padding-left: 20px;
}

.failure-mn .failure-mn-typeinput .failure-mn-typeversion {
  margin-top: 0;
  border: none;
  padding-top: 0;
}

.failure-mn .failure-mn-typeinput .failure-mn-typeversion > label {
  padding-top: 4px;
  width: 40%;
}

.failure-mn .failure-mn-typeinput .failure-mn-typeversion span.txt-mn-version {
  width: 50%;
}

@media screen and (min-width: 751px) {
  .wpcf7 p {
    *zoom: 1;
  }
  .wpcf7 p:after {
    content: "";
    display: table;
    clear: both;
  }
  .wpcf7 label {
    margin-bottom: 0em;
    float: left;
    width: 40%;
    padding-right: 10px;
    line-height: 2em;
  }
  .wpcf7 .wpcf7-form-control-wrap {
    float: left;
    width: 60%;
    line-height: 2em;
  }
  .wpcf7 .wpcf7-form-control-wrap[class*=" acceptance-"] {
    width: 100%;
    text-align: center;
  }
  .wpcf7 .wpcf7-form-control-wrap[class*=" acceptance-"] label {
    width: 100%;
  }
  .wpcf7 .contact-list-check {
    margin: 0 0 40px auto;
  }
  .wpcf7 .contact-list-check label {
    width: 60%;
    text-align: left;
  }
  .wpcf7 .contact-list-check .wpcf7-form-control-wrap {
    width: 40%;
  }
  .wpcf7 .contact-list-check .wpcf7-form-control-wrap:before {
    content: ":";
  }
}

@media screen and (max-width: 750px) {
  .failure-mn .failure-mn-typettl {
    width: 100%;
    display: block;
  }
  .failure-mn .failure-mn-typeinput {
    width: 100%;
    display: block;
  }
  .failure-mn .failure-mn-typeinput .failure-mn-type {
    border-top: none;
    padding-top: 0;
  }
  .failure-mp .failure-mp-typettl {
    width: 100%;
    display: block;
  }
  .failure-mp .failure-mp-typeinput {
    width: 100%;
    display: block;
  }
  .failure-mp .failure-mp-typeinput .failure-mp-type {
    border-top: none;
    padding-top: 0;
  }
}

.contactForm-before h4 {
  font-weight: bold;
}

.contactForm-faqBtn {
  display: inline-block;
  margin: 0 1%;
  width: 18%;
  height: 108px;
  border-radius: 5px;
  background: #ccc;
  padding: 15px 5px 10px;
  text-align: center;
  vertical-align: middle;
}

.contactForm-faqBtn.pro {
  background: #4f9bd0;
  color: #fff;
}

.contactForm-faqBtn.ipad,
.contactForm-faqBtn.iphone {
  background: #323232;
  color: #fff;
}

.contactForm-faqBtn.android {
  background: #6faf37;
  color: #fff;
}

.contactForm-faqBtn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.contactForm-faqBtn.manganame:hover {
  color: #383838;
}

.contactForm-faqBtn span {
  display: block;
}

.contactForm-faqBtn .mbpIcon img {
  margin: 0 20px;
  width: 50px;
  height: 50px;
  border: 1px solid #e7e6e1;
  border-radius: 5px;
}

.contactForm-before .attention {
  font-size: 85%;
  color: #f2506e;
}

@media screen and (max-width: 750px) {
  .contactForm-before h4 {
    font-size: 90%;
  }
  .contactForm-faqBtn {
    display: block;
    margin: 0 0 10px;
    width: 100%;
    height: 82px;
    text-align: left;
  }
  .contactForm-faqBtn span {
    display: inline-block;
    vertical-align: middle;
  }
  .contactForm-before .lead {
    font-size: 80%;
  }
  .contactForm-before .lead-sub {
    font-size: 65%;
  }
}

.page-content .contactForm-faqLink {
  margin: 0;
  font-size: 0;
}

.contactForm-faqBtn:hover {
  opacity: 1;
}

.page-content .contactForm-faqLink li {
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 10px;
  width: 48%;
  height: 100px;
  vertical-align: middle;
  list-style: none;
  padding: 10px;
}

.page-content .contactForm-faqLink li a {
  display: inline-block;
  margin-left: 5%;
  width: 45%;
  height: 80px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  vertical-align: top;
  padding-top: 58px;
  font-size: 13px;
}

.page-content .contactForm-faqLink li a:hover {
  color: #f2506e;
  text-decoration: none;
}

.page-content .contactForm-faqLink li div {
  display: inline-block;
  width: 49%;
  text-align: left;
  vertical-align: middle;
  font-size: 18px;
}

.contactForm-faqBtn.colors {
  background: #50Bde0;
  color: #fff;
}

.contactForm-faqBtn .mbpIcon img {
  margin: 0 10px;
  vertical-align: middle;
}

.contactForm-faqBtn div a {
  position: relative;
}

.contactForm-faqBtn .use:before {
  font-family: "icomoon";
  content: "\e62e";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  display: block;
  font-size: 42px;
  position: absolute;
  top: 0;
  left: calc(50% - 18px);
}

.contactForm-faqBtn .faq:before {
  font-family: "icomoon";
  content: "\e618";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  display: block;
  font-size: 42px;
  position: absolute;
  top: 0;
  left: calc(50% - 22px);
}

.contact-attention {
  display: block;
  width: 60%;
  margin-top: -1em;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 1em;
  font-size: 85%;
  color: #f2506e;
  line-height: 1.5em;
}

@media screen and (max-width: 750px) {
  .page-content .contactForm-faqLink li {
    width: 100%;
  }
  .contact-attention {
    width: 100%;
  }
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #383838;
  text-decoration: none;
}

a:visited {
  color: #383838;
}

a:hover, a:focus, a:active {
  color: #3ea207;
  text-decoration: underline;
}

a:hover, a:active {
  outline: 0;
}

.entry-content a {
  text-decoration: underline;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.language-navigation {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  white-space: nowrap;
}

.language-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.language-navigation ul li {
  display: inline-block;
}

.language-navigation .current_page_item > a,
.language-navigation .current-menu-item > a,
.language-navigation .current_page_ancestor > a,
.language-navigation .current > a,
.language-navigation--arrow .current > a:before {
  color: #4f9bd1 !important;
}

.main-navigation {
  display: block;
  font-weight: bold;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: solid 1px #5a5a5a;
}

.main-navigation ul ul {
  border-left: none;
  background: #292929;
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
  text-align: left;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul {
  left: auto;
}

.main-navigation li {
  display: inline-block;
  position: relative;
  border-right: solid 1px #5a5a5a;
}

.main-navigation li li {
  border-right: none;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 0 0.7em;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current > a {
  color: #4f9bd1 !important;
}

.main-navigation a {
  padding: 0 0.5em;
}

.main-navigation .menu {
  position: relative;
  font-size: 0;
  border: none;
  font-family: arial;
}

.main-navigation .menu-item {
  font-size: 14px;
  width: 110px;
  text-align: center;
  border: none;
}

.main-navigation .menu-item a {
  border-left: solid 1px #5a5a5a;
  outline: none;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.main-navigation .menu-item-active a {
  color: #4f9bd1;
}

.main-navigation .menu-item:first-child a {
  border-left: solid 1px #5a5a5a;
}

.main-navigation .menu-item span {
  font-size: 10px;
  margin-left: 10px;
}

.main-navigation .menu-item-jumppaint {
  margin-right: 10px;
}

.main-navigation .menu-item-jumppaint a {
  border-right: 1px solid #5a5a5a;
}

.main-navigation .menu-item-download {
  border: none;
  width: auto;
}

.main-navigation .menu-item-download a {
  padding-top: 3px;
  padding-bottom: 5px;
  color: #292929;
  background-color: #4FC9FF;
}

.main-navigation .menu-item-download a:visited {
  color: #292929;
}

.main-navigation .menu-item-download a:hover {
  color: #ffffff;
}

.main-navigation .menu-item .child-menu-item {
  margin-top: 7px;
}

.main-navigation .menu-item .child-menu-item:first-child {
  margin-top: 0;
}

.main-navigation .menu-item .child-menu-item a {
  text-align: center;
  background-color: #3d3d3d;
  font-size: 85%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.main-navigation .menu-item .child-menu-item a.js-hover-on {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main-navigation .menu-item .child-menu-item a.on {
  opacity: 0.5;
  filter: alpha(opacity=50);
  color: #4f9bd1;
}

.menu-toggle {
  display: none;
}

@media screen and (min-width: 751px) {
  .language-navigation ul li a {
    padding-left: 20px;
    display: block;
    position: relative;
  }
  .language-navigation ul li.ru a {
    font-family: arial;
  }
  .language-navigation ul li a {
    padding-left: 15px;
    background: none;
    display: block;
    position: relative;
  }
  .language-navigation ul li a:before {
    font-family: "icomoon";
    content: "\e61f";
    font-size: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #5a5a5a;
    display: inline-block;
    vertical-align: middle;
    height: 13px;
    line-height: 11px;
    position: absolute;
    left: 5px;
    top: 5px;
  }
}

@media screen and (max-width: 750px) {
  /*
    .menu-toggle,
    .main-navigation.toggled .nav-menu {
      display: block;
    }
  */
  .menu-toggle {
    display: inline-block;
    border: none;
    background: transparent;
    padding: 10px;
    outline: none;
    line-height: 1;
  }
  .menu-toggle .fa {
    font-size: 20px;
    color: #ffffff;
  }
  .menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover {
    border: none;
    background: transparent;
  }
  .main-navigation {
    text-align: center;
    font-weight: normal;
    border-bottom: solid 1px #5a5a5a;
  }
  .main-navigation ul {
    border-left: none;
  }
  .main-navigation li {
    display: block;
    border-right: none;
    margin-bottom: 1em;
  }
  .main-navigation a {
    color: white;
  }
  .language-navigation {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .language-navigation ul {
    font-size: 0;
  }
  .language-navigation ul li {
    padding: 0 4px;
    margin: 0;
    width: 20%;
  }
  .language-navigation .menu-item {
    font-size: 10px;
  }
  .language-navigation a {
    display: block;
    background: #8c8c8c;
    padding: 7px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: white;
  }
  .language-navigation .current_page_item > a,
  .language-navigation .current-menu-item > a,
  .language-navigation .current_page_ancestor > a,
  .language-navigation .current > a {
    background: #646464;
    color: white !important;
  }
  .site-header .site-header-navigation .language-navigation--arrow {
    margin-top: 0;
  }
  .language-navigation--arrow .menu {
    margin: 0 -2% 0;
  }
  .language-navigation--arrow .menu-item {
    font-size: 10px;
    padding: 0;
    display: block;
    float: left;
    margin: 10px 1% 0;
    width: 31.3333%;
  }
  .language-navigation--arrow .menu-item:nth-child(-n+3) {
    margin-top: 0;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  overflow: hidden;
  padding-bottom: 50px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.pagination {
  text-align: center;
  font-weight: bold;
}

.pagination .nav-links {
  margin-bottom: 50px;
}

.pagination a, .pagination span {
  display: inline-block;
  background: #f4f4f4;
  padding: 0.5em 1em;
  margin: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #c8c8c8;
}

.pagination .current {
  color: #4f9bd1;
  border-color: #4f9bd1;
}

.pagination .prev, .pagination .next, .pagination .dots {
  font-weight: normal;
  border: none;
  background: transparent;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}

.foot-pagination {
  margin-top: 40px;
}

.foot-pagination .nav-links {
  margin: 0;
}

@media screen and (max-width: 750px) {
  .pagination .nav-links {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .foot-pagination {
    margin-top: 20px;
  }
}

.archive-link {
  text-align: center;
  font-weight: bold;
}

.archive-link a {
  display: inline-block;
  padding: 0.5em 1em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #161616;
  background: white;
  border: solid 1px #c8c8c8;
}

.archive-link a:hover,
.archive-link a:active,
.archive-link a:focus {
  background: #f5f5f5;
  text-decoration: none;
}

.archive-link.archive-link-home a {
  color: #161616;
  background: white;
  border: solid 1px #c8c8c8;
}

.archive-link.archive-link-home a:hover,
.archive-link.archive-link-home a:active,
.archive-link.archive-link-home a:focus {
  background: #f5f5f5;
  text-decoration: none;
}

.archive-link.previous-ver-dl a {
  font-size: 14px;
  margin-left: 14px;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-header .inner:before,
.site-header .inner:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-header .inner:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget select {
  max-width: 100%;
}

.widget-title {
  margin-top: 0;
  margin-bottom: 0.5em;
}

/* Image widget. */
.widget_sp_image .widget-title {
  display: none;
}

.widget_sp_image img {
  vertical-align: bottom;
}

/* Search widget. */
.search-form {
  position: relative;
}

.search-form .search-submit {
  padding: 0;
  background: transparent;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  border: none;
  color: #383838;
}

.search-form .search-submit .fa {
  font-size: 20px;
}

.search-form .search-field {
  padding-right: 30px;
  width: 100%;
}

.widget-wrapper {
  margin-right: -20px;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.widget-wrapper .widget {
  margin-right: 20px;
  display: inline-block;
  /* non-flexbox browsers */
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  -ms-flex: 1 1 50%;
}

.widget-wrapper .widget:nth-child(2n+1) {
  text-align: right;
}

.widget-area-secondary {
  background: #e8e8e8;
  padding: 50px 0 30px 0;
}

.widget-area-secondary .widget-facebook-likebox iframe {
  background: white;
}

.snsbtn {
  margin-bottom: 10px;
}

.snsbtn a {
  display: block;
  color: white;
  background: black;
  padding: 13px 20px 10px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  *zoom: 1;
}

.snsbtn a:after {
  content: "";
  display: table;
  clear: both;
}

.snsbtn a .fa {
  float: left;
  font-size: 24px;
  margin-right: 15px;
  vertical-align: top;
}

.snsbtn a .snsname {
  padding-top: 3px;
  float: left;
}

.snsbtn a .count {
  float: right;
  margin-left: 10px;
  padding-top: 3px;
}

.snsbtn.twitter a {
  background: #00b0ed;
}

.snsbtn.facebook a {
  background: #3b5998;
}

.snsbtn.vk a {
  background: #45668e;
}

.widget-area-tertiary {
  background: #f5f5f5;
  padding: 50px 0 30px 0;
}

.widget-area-tertiary .inner, .widget-area-tertiary .comment-navigation,
.widget-area-tertiary .posts-navigation,
.widget-area-tertiary .post-navigation, .widget-area-tertiary .pagination, .widget-area-tertiary .comments-area {
  width: 100%;
}

.widget-area-tertiary .inner .widget-wrapper, .widget-area-tertiary .comment-navigation .widget-wrapper,
.widget-area-tertiary .posts-navigation .widget-wrapper,
.widget-area-tertiary .post-navigation .widget-wrapper, .widget-area-tertiary .pagination .widget-wrapper, .widget-area-tertiary .comments-area .widget-wrapper {
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 100%;
  /* fix for old Firefox */
}

.widget-area-tertiary .inner .widget-wrapper .widget, .widget-area-tertiary .comment-navigation .widget-wrapper .widget,
.widget-area-tertiary .posts-navigation .widget-wrapper .widget,
.widget-area-tertiary .post-navigation .widget-wrapper .widget, .widget-area-tertiary .pagination .widget-wrapper .widget, .widget-area-tertiary .comments-area .widget-wrapper .widget {
  max-width: 18%;
  -webkit-flex: 1 1 15%;
  flex: 1 1 15%;
  -ms-flex: 1 1 15%;
}

.widget-area-tertiary .inner .widget-wrapper .widget:nth-child(2n+1), .widget-area-tertiary .comment-navigation .widget-wrapper .widget:nth-child(2n+1),
.widget-area-tertiary .posts-navigation .widget-wrapper .widget:nth-child(2n+1),
.widget-area-tertiary .post-navigation .widget-wrapper .widget:nth-child(2n+1), .widget-area-tertiary .pagination .widget-wrapper .widget:nth-child(2n+1), .widget-area-tertiary .comments-area .widget-wrapper .widget:nth-child(2n+1) {
  text-align: left;
}

@media screen and (max-width: 750px) {
  .widget {
    margin-bottom: 10px;
  }
  .widget-wrapper {
    margin-right: -10px;
  }
  .widget-wrapper .widget {
    margin-right: 10px;
  }
  .widget-area-secondary,
  .widget-area-tertiary {
    padding: 25px 0px 15px 0;
  }
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.page-header {
  padding: 30px 0;
}

.home-header {
  padding: 20px 0 20px 0;
  background: #f5f5f5;
  text-align: center;
  /*
  .sns-buttons {
  margin-top: 0;
  }
  */
}

.section-header {
  margin-bottom: 30px;
}

.page-title {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  font-weight: normal;
  color: #161616;
}

.site-main-single .page-title {
  text-align: left;
}

.home-header .page-title {
  font-size: 40px;
  font-size: 2.5rem;
}

.page-title .page-title-small {
  font-size: 70%;
}

.page-description {
  margin: 20px auto;
  text-align: center;
}

.entry-meta {
  margin-top: 20px;
  padding-left: 5px;
}

.page-description p,
.entry-meta p {
  margin-bottom: 0;
}

.page-description p.appdllink-content-version {
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 80%;
}

.page-image {
  margin-top: 30px;
}

.page-image .appdllink-box {
  margin-top: 30px;
}

.home-header .page-image img {
  vertical-align: top;
}

.entry-title {
  margin: 0;
  font-size: 18px;
  color: #161616;
}

.entry-title a {
  color: #161616;
}

.item-tag {
  font-weight: normal;
  font-size: 11px;
  padding: 3px 5px;
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
  vertical-align: top;
  border: 1px solid #999;
}

.item-tag-pc,
.item-tag-windows,
.item-tag-mac {
  border: 1px solid #4f9bd0;
  color: #0076c8;
  background: #eff6fb;
}

.item-tag-ios,
.item-tag-ipad,
.item-tag-iphone {
  border: 1px solid #323232;
  background: #f0f0f0;
}

.item-tag-android {
  border: 1px solid #6faf37;
  color: #488b0e;
  background: #ebf6e2;
}

.item-tag-manganame {
  border: 1px solid #1ca73a;
  background-color: #e7f5ea;
  color: #049523;
}

.item-tag-colors {
  border: 1px solid #40a9cb;
  background-color: #ecf6fa;
  color: #40a9cb;
}

.item-tag-jumppaint {
  border: 1px solid #cc101d;
  background-color: #fae7e8;
  color: #cc101d;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.archive-content {
  max-width: 800px;
  margin: 50px auto;
  *zoom: 1;
}

.archive-content:after {
  content: "";
  display: table;
  clear: both;
}

.archive-content .entry-header,
.archive-content .entry-summary {
  overflow: hidden;
}

.archive-content .archive-thumbnail {
  float: right;
  margin-left: 1em;
}

.archive-content .archive-thumbnail img {
  width: 80px;
  height: auto;
  border: solid 1px white;
}

.archive-content .archive-thumbnail a:hover img, .archive-content .archive-thumbnail a:active img, .archive-content .archive-thumbnail a:focus img {
  border: solid 1px #dedede;
  -moz-box-shadow: #dedede 0 0 5px;
  -webkit-box-shadow: #dedede 0 0 5px;
  box-shadow: #dedede 0 0 5px;
}

.archive-use {
  max-width: 800px;
  margin: 0px auto 50px auto;
}

.archive-use .entry-header {
  margin-bottom: 30px;
}

.archive-use .archive-thumbnail {
  margin-bottom: 20px;
}

.archive-use .archive-thumbnail img {
  border: solid 1px white;
}

.archive-use .entry-title {
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  font-size: 1.875rem;
}

.archive-use .entry-summary {
  font-style: normal;
}

.archive-use a:hover, .archive-use a:active, .archive-use a:focus {
  text-decoration: none;
}

.archive-use a:hover .entry-title, .archive-use a:active .entry-title, .archive-use a:focus .entry-title {
  text-decoration: underline;
}

.archive-use a:hover .entry-summary, .archive-use a:active .entry-summary, .archive-use a:focus .entry-summary {
  color: #383838;
}

.archive-use a:hover img, .archive-use a:active img, .archive-use a:focus img {
  border: solid 1px #dedede;
  -moz-box-shadow: #dedede 0 0 5px;
  -webkit-box-shadow: #dedede 0 0 5px;
  box-shadow: #dedede 0 0 5px;
}

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

.front_page .page-content {
  padding: 20px 0;
}

@media only screen and (max-width: 500px) {
  .front_page .page-content {
    padding: 10px 0;
  }
}

.page-content.page-download {
  background-color: #f5f5f5;
  padding-top: 20px;
}

.page-content-bnr-area {
  padding-bottom: 20px;
  text-align: center;
}

.full-width-page .page-content, .front-page .page-content {
  max-width: 100%;
}

.full-width-page .page-content:nth-child(2n + 1), .front-page .page-content:nth-child(odd) {
  background: #f5f5f5;
}

.front-page .page-content:nth-child(4) {
  padding: 40px 0 0;
}

.page-content.infomation {
  max-width: 1000px;
}

.movie-content {
  padding: 50px 0;
  background: #333333;
  color: white;
}

.movie-content .inner, .movie-content .comment-navigation,
.movie-content .posts-navigation,
.movie-content .post-navigation, .movie-content .pagination, .movie-content .comments-area {
  max-width: 800px;
}

.movie-content .movie-title,
.movie-content .movie-description {
  text-align: center;
  margin-bottom: 1em;
}

.movie-content .movie-title {
  font-weight: normal;
  margin-bottom: 30px;
}

.movie-content .movie-description {
  margin-bottom: 50px;
}

.movie-content .movie-thumbnail-box {
  margin-top: 30px;
}

.movie-content .movie-thumbnail-box .movie-thumbnail {
  display: block;
  line-height: 1;
  text-align: center;
  color: white;
}

.movie-content .movie-thumbnail-box .movie-thumbnail img {
  border: solid 1px #333333;
}

.movie-content .movie-thumbnail-box .movie-thumbnail.active img {
  border: solid 1px #fd6724;
}

.entry-summary {
  margin: 10px 0 0;
  font-style: italic;
  font-size: 12.8px;
  font-size: 0.8rem;
}

.entry-summary p {
  margin: 0;
  font-size: 13px;
  font-style: normal;
}

.entry-content,
html .mceContentBody {
  padding: 30px 0;
  max-width: 800px;
  margin: 0 auto;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
html .mceContentBody h1,
html .mceContentBody h2,
html .mceContentBody h3,
html .mceContentBody h4,
html .mceContentBody h5,
html .mceContentBody h6 {
  color: #161616;
  margin-bottom: 1em;
  font-weight: normal;
  line-height: 1.4;
}

.page-content h2,
.entry-content h2,
html .mceContentBody h2 {
  border-bottom: double 3px #dcdcdc;
  padding-bottom: 0.25em;
}

.page-content h3,
.entry-content h3,
html .mceContentBody h3 {
  border-left: solid 3px #161616;
  padding-top: 0.2em;
  padding-left: 0.5em;
}

.page-content table,
.entry-content table,
html .mceContentBody table {
  border-collapse: collapse;
  background: white;
}

.page-content table th, .page-content table td,
.entry-content table th,
.entry-content table td,
html .mceContentBody table th,
html .mceContentBody table td {
  padding: 0.5em;
  border: solid 1px #dcdcdc;
}

.page-content table th,
.entry-content table th,
html .mceContentBody table th {
  background: #f2f2f2;
  text-align: left;
}

.page-content ol, .page-content ul,
.entry-content ol,
.entry-content ul,
html .mceContentBody ol,
html .mceContentBody ul {
  margin-left: 1.5em;
  padding-left: 0;
}

.page-content ol > li, .page-content ul > li,
.entry-content ol > li,
.entry-content ul > li,
html .mceContentBody ol > li,
html .mceContentBody ul > li {
  margin-bottom: 0.25em;
}

.page-content ol > li ol, .page-content ol > li ul, .page-content ul > li ol, .page-content ul > li ul,
.entry-content ol > li ol,
.entry-content ol > li ul,
.entry-content ul > li ol,
.entry-content ul > li ul,
html .mceContentBody ol > li ol,
html .mceContentBody ol > li ul,
html .mceContentBody ul > li ol,
html .mceContentBody ul > li ul {
  margin-top: 0.25em;
}

.page-content .entry-title,
.entry-content .entry-title,
html .mceContentBody .entry-title {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  color: #161616;
}

.page-content .entry-title a,
.entry-content .entry-title a,
html .mceContentBody .entry-title a {
  color: #161616;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-footer {
  max-width: 800px;
  padding-left: 5px;
}

.entry-footer-snsShareArea {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.entry-footer-snsShare {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #ccc;
  width: 48%;
  min-width: 168px;
  height: 40px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #fff;
}

.entry-footer-snsShare:visited {
  color: #fff;
  text-decoration: none;
}

.entry-footer-snsShare:hover, .entry-footer-snsShare:focus, .entry-footer-snsShare:active {
  color: #fff;
  text-decoration: none;
  opacity: .8;
}

.entry-footer-snsShare-tw {
  background-color: #37a6de;
}

.entry-footer-snsShare-fb {
  background-color: #3c568f;
}

.entry-footer-snsShare-wb {
  background-color: #e6162d;
}

.entry-footer-snsShare-pk {
  background-color: #ee473e;
}

.entry-footer-snsShare-vk {
  background-color: #4d75a3;
}

.entry-footer-snsShare .snsIcon-tw:before {
  font-family: "icomoon";
  content: "\e699";
  font-size: 126%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  margin-right: 5px;
}

.entry-footer-snsShare .snsIcon-fb:before {
  font-family: "icomoon";
  content: "\e700";
  font-size: 126%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  margin-right: 5px;
}

.entry-footer-snsShare .snsIcon-wb:before {
  font-family: "icomoon";
  content: "\e720";
  font-size: 126%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  margin-right: 5px;
}

.entry-footer-snsShare .snsIcon-pk:before {
  font-family: "icomoon";
  content: "\e729";
  font-size: 126%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  margin-right: 5px;
}

.entry-footer-snsShare .snsIcon-vk:before {
  font-family: "icomoon";
  content: "\e901";
  font-size: 126%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  margin-right: 5px;
}

/* ↓旧SNSシェアボタン↓ */
.sns-buttons {
  clear: both;
  margin-top: 20px;
}

.sns-buttons .snsbtn-entry {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

.sns-buttons .snsbtn-entry.twitter {
  width: 70px;
}

.sns-buttons .snsbtn-entry.google-plus-one {
  width: 60px;
}

.sns-buttons .snsbtn-entry.facebook .fb_iframe_widget > span {
  vertical-align: top !important;
}

.sns-buttons .snsbtn-entry .fb-like iframe {
  max-width: none !important;
}

/* ↑旧SNSシェアボタン↑ */
.cat-links .cloudalpaca {
  color: #4f9bd1;
}

.cat-links .manganame {
  color: #3ea207;
}

.posted-on-tag-links {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
}

.posted-on-tag-links .posted-on-tag-links-title {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

.posted-on-tag-links .use_tag-cloud {
  margin-top: 35px;
}

.posted-on-tag-links .use_tag-cloud a {
  display: inline-block;
  margin: 5px;
  padding: 0.75em;
  color: #383838;
  background: #f4f4f4;
  border: solid 1px #f4f4f4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.2;
}

.posted-on-tag-links .use_tag-cloud a:before {
  margin-right: 5px;
  display: inline-block;
  font-family: FontAwesome;
  content: '\f02b';
}

.posted-on-tag-links .use_tag-cloud a:hover, .posted-on-tag-links .use_tag-cloud a:focus, .posted-on-tag-links .use_tag-cloud a:active {
  text-decoration: none;
  color: #383838;
  border-color: #c8c8c8;
}

@media screen and (max-width: 750px) {
  .page-header {
    padding: 25px 0;
  }
  .page-header .entry-meta {
    padding: 0;
  }
  .home-header {
    padding: 25px 0 0 0;
  }
  .page-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .home-header .page-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .page-description,
  .entry-meta {
    padding: 0 20px;
    margin-top: 1em;
    font-size: 0.8em;
  }
  .page-image {
    margin-top: 10px;
  }
  .page-image .appdllink-box {
    margin-top: 20px;
  }
  .archive-content {
    margin: 15px auto;
    padding: 0 20px;
  }
  .archive-content .archive-thumbnail img {
    width: 60px;
  }
  .archive-use {
    margin: 0 auto 15px auto;
    padding: 0;
  }
  .archive-use .entry-header {
    margin-bottom: 15px;
  }
  .archive-use .archive-thumbnail {
    margin-bottom: 10px;
  }
  .archive-use .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .page-content,
  .entry-content {
    padding: 20px;
  }
  .full-width-page .page-content, .front-page .page-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .front-page .page-content:nth-child(3) {
    padding: 20px 0;
  }
  .how-to-use {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .entry-footer {
    font-size: 0.8em;
  }
  .sns-buttons {
    margin-top: 15px;
  }
  .posted-on-tag-links {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .posted-on-tag-links .posted-on-tag-links-title {
    font-size: 1em;
  }
  .posted-on-tag-links .use_tag-cloud {
    margin-top: 15px;
  }
  .page-content .arrow-list {
    margin-left: 0;
  }
}

.page-content .column-outer,
.entry-content .column-outer,
.movie-content .column-outer,
html .mceContentBody .column-outer {
  margin-right: -20px;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.front-page .page-content .column-outer, .front-page
.entry-content .column-outer, .front-page
.movie-content .column-outer, .front-page
html .mceContentBody .column-outer {
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.page-content .column-content,
.entry-content .column-content,
.movie-content .column-content,
html .mceContentBody .column-content {
  margin-right: 20px;
  margin-bottom: 20px;
}

.front-page .page-content .column-content, .front-page
.entry-content .column-content, .front-page
.movie-content .column-content, .front-page
html .mceContentBody .column-content {
  margin-bottom: 0;
}

.front-page .page-content .column-content > *:last-child, .front-page
.entry-content .column-content > *:last-child, .front-page
.movie-content .column-content > *:last-child, .front-page
html .mceContentBody .column-content > *:last-child {
  margin-bottom: 0;
}

.page-content .column-2 .column-content,
.entry-content .column-2 .column-content,
.movie-content .column-2 .column-content,
html .mceContentBody .column-2 .column-content {
  width: 47%;
}

.page-content .column-2 .column-content .column-content,
.entry-content .column-2 .column-content .column-content,
.movie-content .column-2 .column-content .column-content,
html .mceContentBody .column-2 .column-content .column-content {
  width: 45%;
}

.page-content .column-3 .column-content,
.entry-content .column-3 .column-content,
.movie-content .column-3 .column-content,
html .mceContentBody .column-3 .column-content {
  width: 30.8%;
}

.page-content .column-4 .column-content,
.entry-content .column-4 .column-content,
.movie-content .column-4 .column-content,
html .mceContentBody .column-4 .column-content {
  width: 22.5%;
}

.page-content .column-5 .column-content,
.entry-content .column-5 .column-content,
.movie-content .column-5 .column-content,
html .mceContentBody .column-5 .column-content {
  width: 17.5%;
}

.page-content .column-2 .column-content-top {
  width: 58%;
  margin-left: 3%;
  margin-right: 1%;
}

.page-content .column-2 .column-content-cm {
  width: 38%;
  text-align: center;
}

.page-content .column-2 .product-index {
  margin-top: 40px;
  text-align: center;
}

.page-content .column-2 .product-index.mobile {
  display: none;
}

.page-content .column-2 .product-index-block {
  display: inline-block;
  width: 49%;
}

.page-content .column-2 .product-index-block a:first-child {
  margin-right: 2.5%;
}

.page-content .column-2 .product-index img {
  max-width: 48%;
}

@media screen and (max-width: 750px) {
  .page-content.home-content h1,
  .entry-content.home-content h1,
  .movie-content.home-content h1,
  html .mceContentBody.home-content h1 {
    text-align: center;
    font-size: 19.2px;
    font-size: 1.2rem;
  }
  .page-content .column-outer,
  .entry-content .column-outer,
  .movie-content .column-outer,
  html .mceContentBody .column-outer {
    margin-right: -10px;
  }
  .front-page .page-content:nth-child(2n +1) .column-outer, .front-page
.entry-content:nth-child(2n +1) .column-outer, .front-page
.movie-content:nth-child(2n +1) .column-outer, .front-page
html .mceContentBody:nth-child(2n +1) .column-outer {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
  }
  .page-content .column-content,
  .entry-content .column-content,
  .movie-content .column-content,
  html .mceContentBody .column-content {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .front-page .page-content .column-content, .front-page
.entry-content .column-content, .front-page
.movie-content .column-content, .front-page
html .mceContentBody .column-content {
    margin-bottom: 10px;
  }
  .page-content .column-2,
  .entry-content .column-2,
  .movie-content .column-2,
  html .mceContentBody .column-2 {
    margin-right: 0;
  }
  .page-content .column-2 .column-content,
  .entry-content .column-2 .column-content,
  .movie-content .column-2 .column-content,
  html .mceContentBody .column-2 .column-content {
    margin-right: 0;
    width: 100%;
  }
  .page-content .column-2 .column-content .column-content,
  .entry-content .column-2 .column-content .column-content,
  .movie-content .column-2 .column-content .column-content,
  html .mceContentBody .column-2 .column-content .column-content {
    width: 100%;
  }
  .page-content .column-3 .column-content,
  .page-content .column-4 .column-content,
  .page-content .column-5 .column-content,
  .entry-content .column-3 .column-content,
  .entry-content .column-4 .column-content,
  .entry-content .column-5 .column-content,
  .movie-content .column-3 .column-content,
  .movie-content .column-4 .column-content,
  .movie-content .column-5 .column-content,
  html .mceContentBody .column-3 .column-content,
  html .mceContentBody .column-4 .column-content,
  html .mceContentBody .column-5 .column-content {
    width: 46%;
  }
  .page-content .column-2 .column-content-top {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .page-content .column-2 .column-content-cm {
    text-align: center;
    width: 100%;
  }
  .page-content .column-2 .product-index.mobile {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .page-content .column-2 .product-index.pc {
    display: none;
  }
  .page-content .column-2 .product-index-block {
    width: 100%;
  }
  .page-content .column-content.column-image {
    text-align: center;
  }
}

.team-content {
  background: #f5f5f5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
}

/*
.team-content:hover, .team-content:active, .team-content:focus {
background: #e9e9e9;
}
*/
.appdldl-counter {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 0;
  border-top: solid 1px #d8d8d8;
  border-bottom: solid 1px white;
  -moz-box-shadow: white 0 1px 0px inset, #d8d8d8 0 -1px 0px inset;
  -webkit-box-shadow: white 0 1px 0px inset, #d8d8d8 0 -1px 0px inset;
  box-shadow: white 0 1px 0px inset, #d8d8d8 0 -1px 0px inset;
  text-align: center;
}

.appdldl-counter .counter-title {
  font-size: 22px;
  font-size: 1.375rem;
  display: inline-block;
  vertical-align: middle;
}

.appdldl-counter .count {
  margin-left: 1em;
  font-size: 22px;
  font-size: 1.375rem;
  display: inline-block;
  vertical-align: middle;
}

.appdldl-counter .count img {
  margin-left: 2px;
}

@media screen and (max-width: 750px) {
  .appdldl-counter {
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 15px 0;
  }
  .appdldl-counter .counter-title {
    font-size: 16px;
    font-size: 1rem;
    display: block;
    margin-bottom: 0.5em;
  }
  .appdldl-counter .count {
    display: block;
    margin-left: 0;
    font-size: 16px;
    font-size: 1rem;
  }
  .appdldl-counter .count img {
    width: 20px;
  }
}

.btn-top-tutorial {
  display: block;
  width: 100%;
  padding: 1em;
  background: #00AAFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white;
  text-align: center;
}

.btn-top-tutorial:hover, .btn-top-tutorial:visited {
  color: #fff;
  text-decoration: none;
}

.btn-appdl {
  display: block;
  width: 100%;
  padding: 1em;
  background: #4f9bd1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white;
  text-align: center;
}

.btn-appdl:hover, .btn-appdl:visited {
  color: #fff;
  text-decoration: none;
}

.home-header .btn-appdl {
  margin-top: 5px;
  padding: 1.9em 1em;
  background: #009cff;
  font-size: 18px;
  font-size: 1rem;
  width: 230px;
  height: 94px;
  display: inline-block;
}

.home-header .btn-appdl.btn-tab-ad {
  background-color: #e64585;
  margin-top: 0;
  font-size: 82%;
  height: 40px;
  padding: 0.9em 0.9em;
}

/* ここから特別タグ */
.home-header .btn-appdl.btn-tab-ad-temp {
  background-color: #f2d2df;
  margin-top: 0;
  font-size: 82%;
  height: 40px;
  padding: 0.9em 0.9em;
}

.home-header .btn-appdl.btn-tab-ad-temp:hover {
  background-color: #f2d2df;
}

.btn-tab-ad-temp {
  display: block;
  width: 100%;
  padding: 1em 0.9em;
  background: #f2d2df;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white;
  text-align: center;
}

.btn-tab-ad-temp:visited {
  color: white;
}

.btn-tab-ad-temp:active, .btn-tab-ad-temp:hover, .btn-tab-ad-temp:focus {
  color: white;
  text-decoration: none;
  background: #f2d2df;
}

.btn-appdl.btn-tab-ad-temp:hover {
  background-color: #f2d2df;
}

.btn-tab-ad-temp .fa {
  font-size: 20px;
}

.home-header .btn-tab-ad-temp .fa {
  font-size: 20px;
  vertical-align: bottom;
  position: relative;
  top: 1px;
}

.column-content.app-content .btn-appdl {
  height: 40px;
  padding: 0.6em 1em;
  font-size: 80%;
}

.column-content.app-content .btn-appdl.btn-tab-ad-temp {
  height: 40px;
  font-size: 80%;
}

.column-content.app-content .btn-tab-ad-temp .fa {
  font-size: 22px;
  vertical-align: bottom;
  position: relative;
}

/* ここまで特別タグ */
.btn-tab-ad {
  display: block;
  width: 100%;
  padding: 1em;
  background: #e64585;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white;
  text-align: center;
}

.btn-tab-ad:visited {
  color: white;
}

.btn-tab-ad:active, .btn-tab-ad:hover, .btn-tab-ad:focus {
  color: white;
  text-decoration: none;
  background: #eb6a9d;
}

.home-header .btn-tab-ad:active, .home-header .btn-tab-ad:hover, .home-header .btn-tab-ad:focus {
  background: #eb6a9d;
}

.btn-tab-ad .fa {
  font-size: 20px;
}

.home-header .btn-tab-ad .fa {
  font-size: 20px;
  vertical-align: bottom;
}

.btn-appdl-store {
  display: block;
}

body.home .btn-appdl-store {
  display: inline-block;
}

.btn-appdl-store.mac {
  text-align: right;
}

.btn-appdl-store.google {
  text-align: left;
}

.btn-appold {
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 1em;
}

.btn-appold:active, .btn-appold:hover, .btn-appold:focus {
  color: #383838;
}

.app-content {
  background: url("images/background-applink.png?1428555191");
  padding: 120px 20px;
}

.app-content .app-title {
  text-align: center;
  margin-bottom: 30px;
}

.appdllink-box {
  *zoom: 1;
  margin-right: -10px;
}

.appdllink-box:after {
  content: "";
  display: table;
  clear: both;
}

.appdllink-box .appdllink-content {
  float: left;
  padding-right: 10px;
  width: 50%;
}

.page-dl .appdllink-box .appdllink-content {
  float: left;
  padding-right: 10px;
  width: 33%;
}

.appdllink-box .appdllink-content.dl-mac {
  margin-right: 40px;
}

.appdllink-box .appdllink-content.dl-tablet {
  margin: 0 auto;
  padding-top: 10px;
}

.page-mp-tab .appdllink-box .appdllink-content,
.page-mp-mini .appdllink-box .appdllink-content {
  margin: 0 auto;
}

.page-mp-ipad .appdllink-box .appdllink-content,
.page-mp-iphone .appdllink-box .appdllink-content,
.page-mp-android .appdllink-box .appdllink-content {
  float: none;
  margin: 0 auto;
}

.appdllink-box .logo-mdbnpaint-pro {
  margin-bottom: 5px;
}

.appdllink-box .logo-mdbnpaint-mini {
  margin-top: 10px;
}

.appdllink-releasenote.leftbox {
  float: left;
  width: 47%;
  margin: 15px 0 5px;
}

.appdllink-releasenote.rightbox {
  float: right;
  width: 47%;
  margin: 15px 0 5px;
}

.entry-content-appdllink {
  display: flex;
  margin: 0 0 10px 0;
}

.entry-content a.btn-appdl {
  text-align: center;
  text-decoration: none;
  font-size: 80%;
}

.product-index-left {
  float: left;
  width: 45%;
  text-align: right;
}

.product-index-right {
  float: right;
  width: 45%;
  text-align: left;
}

.type-faq .page-title {
  font-size: 1.5rem;
}

@media screen and (max-width: 750px) {
  .type-faq .page-title {
    font-size: 1.125rem;
  }
}

.type-faq .page-title:before {
  content: "Q. ";
}

.type-faq .entry-content p {
  padding-left: 1em;
}

.type-faq .entry-content p:first-child {
  text-indent: -1em;
}

.type-faq .entry-content p:first-child:before {
  content: "A. ";
}

.archive-content.type-faq .entry-title:before {
  content: "Q. ";
}

.archive-content.type-faq p {
  padding-left: 1em;
  text-indent: -1em;
}

.archive-content.type-faq p:first-child:before {
  content: "A. ";
  font-style: normal;
}

@media screen and (min-width: 751px) {
  .page-dl .appdllink-outer {
    margin: 0 auto;
    max-width: 1000px;
  }
  .page-mp-ipad .appdllink-outer,
  .page-mp-iphone .appdllink-outer,
  .page-mp-android .appdllink-outer {
    max-width: 1000px;
  }
  .page-mp-tab .appdllink-outer {
    margin: 0 auto;
    max-width: 800px;
  }
  .page-mp-mini .appdllink-outer {
    margin: 0 auto;
    max-width: 800px;
  }
  .page-mp-ipad .appdllink-outer,
  .page-mp-iphone .appdllink-outer,
  .page-mp-android .appdllink-outer {
    max-width: 1000px;
  }
  .home-header .page-dl .appdllink-outer {
    text-align: center;
    max-width: 1000px;
  }
}

@media screen and (max-width: 750px) {
  .home-header .btn-appdl {
    margin-top: 0;
    padding: 0.5em 1em;
    font-size: 15px;
    font-size: 0.7rem;
    width: 100%;
    height: 28px;
    display: block;
    overflow: hidden;
  }
  .home-header .btn-appdl .fa {
    font-size: 24px;
    vertical-align: baseline;
  }
  .home-header .btn-appdl .fa.fa-apple.appli {
    font-size: 18px;
  }
  .home-header .btn-tab-ad {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    display: block;
  }
  .home-header .btn-tab-ad .fa {
    font-size: 24px;
    vertical-align: baseline;
  }
  .app-content {
    padding: 60px 20px;
  }
  .app-content .app-title {
    margin-bottom: 25px;
  }
  .appdllink-box {
    margin-right: 0px;
  }
  .appdllink-box .appdllink-content {
    float: none;
    padding-right: 0px;
    width: 100%;
    vertical-align: top;
    text-align: center;
  }
  .home-header .appdllink-box .appdllink-content {
    display: inline-block;
    width: 49%;
    height: 42px;
    overflow: hidden;
  }
  .page-dl .appdllink-box .appdllink-content {
    width: 100%;
  }
  .appdllink-box .logo-mdbnpaint-pro {
    width: 210px;
    margin-bottom: 0;
  }
  .appdllink-box .logo-mdbnpaint-tablet {
    margin-top: 10px;
  }
  .appdllink-box .logo-mdbnpaint-mini {
    margin-top: 10px;
  }
  .appdllink-releasenote.leftbox {
    float: none;
    width: 100%;
    margin: 0;
  }
  .appdllink-releasenote.rightbox {
    float: none;
    width: 100%;
    margin: 0;
  }
  .entry-content-appdllink {
    display: block;
  }
  .entry-content a.btn-appdl {
    width: 100%;
  }
  .product-index-left,
  .product-index-right {
    float: none;
    width: 100%;
    text-align: center;
  }
  /*ここからFAQ用*/
  .type-faq p {
    font-size: 100%;
    margin-left: 28px;
  }
  .type-faq p:first-child:before {
    margin-left: -19px;
  }
  /*ここまで*/
  .btn-appdl-store {
    text-align: center;
  }
  .btn-appdl-store.mac, .btn-appdl-store.google {
    text-align: center;
  }
  .home-header .page-dl .appdllink-outer {
    max-width: 100%;
    padding: 0 10px;
  }
}

.how-to-use {
  padding: 50px 0;
  background: #f5f5f5;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comments-area {
  max-width: 800px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
10.4 Header #masthead
--------------------------------------------------------------*/
.site-header {
  background: #292929;
  padding: 15px 5px 0;
  color: #d8d8d8;
  position: relative;
  *zoom: 1;
}

.site-header:after {
  content: "";
  display: table;
  clear: both;
}

.site-header a {
  color: #d8d8d8;
  text-decoration: none;
}

.site-header a:visited {
  color: #d8d8d8;
}

.site-header a:focus {
  color: #4f9bd1;
}

.site-header a:hover {
  color: #4f9bd1;
}

.site-header a:active {
  color: #4f9bd1;
}

.site-header .inner {
  position: relative;
}

/* additional contents wrapper for header Ads */
@media screen and (max-width: 750px) {
  .site-header .inner-left {
    margin-right: 0;
  }
  .site-header .inner-right {
    display: none;
  }
  .language-navigation .select-language {
    display: none;
  }
  div#floating-ads {
    background: rgba(0, 0, 0, 0.7);
    padding: 15px 0;
    position: fixed;
    z-index: 200;
    bottom: 0;
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  .site-header .inner-left {
    margin-right: 468px;
  }
  .site-header .inner-right {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 468px;
    height: 60px;
  }
  .site-header .site-header-navigation .language-navigation {
    position: absolute;
    top: -42px;
    left: 210px;
    width: 120px;
  }
  .language-navigation .select-language {
    background: #4d4d4d;
    color: #ccc;
    font-size: 10px;
    width: 120px;
    padding: 6px 12px;
    border-radius: 4px;
    vertical-align: middle;
    font-family: 'FontAwesome', Arial, Helvetica, sans-serif;
  }
  .language-navigation .select-language:before {
    padding: 0 4px 0 0;
    font-size: 13px;
  }
  .language-navigation .select-language::after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    position: absolute;
    right: 10px;
    font-size: 13px;
  }
  .language-navigation .menu-language-menu-container {
    display: none;
    width: 120px;
    position: relative;
    z-index: 101;
  }
  .language-navigation .select-language.open {
    border-radius: 4px 4px 0 0;
  }
  .language-navigation ul {
    display: block;
    background: #4d4d4d;
    border-radius: 0 0 4px 4px;
  }
  .language-navigation ul li {
    display: block;
  }
  .language-navigation ul li a {
    padding: 6px 6px 6px 24px;
  }
  .language-navigation ul li a:hover {
    background: #666;
  }
  .language-navigation ul li a:before {
    color: #CCC;
    top: 11px;
    left: 10px;
  }
  .language-navigation ul li a:hover:before {
    color: #4f9bd1;
  }
  .site-header-navigation .menu-search-toggle {
    display: none;
  }
  .site-header-navigation .sp-search-area {
    display: none;
  }
}

@media screen and (min-width: 751px) and (max-width: 832px) {
  .site-header .inner-right {
    width: 320px;
    overflow: hidden;
  }
}

.site-header .site-branding {
  width: 200px;
  margin-top: -3px;
  z-index: 2;
}

.site-header .site-title {
  margin: 0;
}

.site-header .site-title img {
  vertical-align: top;
}

.site-header .site-title a {
  display: block;
}

@media screen and (max-width: 750px) {
  .site-header .site-title a {
    font-size: 0;
  }
}

.site-header .site-header-navigation {
  width: 100%;
  position: relative;
  float: left;
}

.site-header .site-header-navigation .language-navigation,
.site-header .site-header-navigation .site-header-serch-form,
.site-header .site-header-navigation .main-navigation {
  text-align: left;
}

.site-header .site-header-navigation .main-navigation {
  margin-top: 20px;
}

.site-header .main-navigation .menu-item {
  padding-bottom: 20px;
}

.site-header .site-header-serch-form {
  display: inline-block;
  width: 150px;
}

.site-header .site-header-serch-form .search-form .search-submit {
  top: 0.25em;
}

.site-header .site-header-serch-form .search-form .search-submit .fa {
  font-size: 14px;
}

.site-header .site-header-serch-form .search-form .search-field {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 1px 25px 1px 3px;
  background: #8c8c8c;
  color: white;
  border-color: #8c8c8c;
}

.header-search-area {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  text-align: center;
}

select.search-type-select {
  color: #d8d8d8;
  font-size: 11px;
  border: none;
  padding: 0 0 0 5px;
  background: url(/wp-content/themes/cloudalpaca.com/images/icon-arrow03.png) no-repeat 100% 50% #dddddd;
  color: #000000;
  vertical-align: top;
  outline: none;
  width: 112px;
  height: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

@media screen and (max-width: 750px) {
  .select.search-type-select {
    font-size: 16px;
    transform: scale(0.8);
  }
}

.browser-ie select.search-type-select {
  padding-right: 5px;
  background: #dddddd;
}

input.search-input {
  font-size: 16px;
  padding: 2px 25px 2px 3px;
  background: #8c8c8c;
  color: white;
  border-color: #8c8c8c;
  width: 100%;
  height: 25px;
  outline: none;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input.search-input:focus {
  background-color: #ffffff;
}

.search-input-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 60%;
}

#child-menu-wrap {
  background-color: #464546;
  overflow: hidden;
}

#child-menu-wrap .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.child-menu {
  display: none;
}

.child-menu-list {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.child-menu-list:after {
  content: "";
  display: block;
  clear: both;
}

.child-menu-item {
  float: left;
  margin-left: 25px;
}

.child-menu-item:first-child {
  margin-left: 0;
}

.child-menu-item-cs {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.child-menu-item-cs a {
  pointer-events: none;
  cursor: default;
}

.child-menu-list a {
  color: #d8d8d8;
  display: block;
  outline: none;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.child-menu-list a:hover {
  color: #4f9bd1;
  text-decoration: none;
}

.child-menu-link-medibang {
  border-radius: 16px;
  box-shadow: 0 0 0 1px #666;
  background-color: #f2f2f2;
  height: 32px;
  margin: 6px;
  padding: 7px 10px;
  font-size: 10px;
  color: #666;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

.child-menu-link-medibang img {
  width: 96px;
  vertical-align: bottom;
}

.child-menu-link-medibang:hover {
  color: #666;
  text-decoration: none;
  opacity: .8;
}

@media screen and (max-width: 750px) {
  .site-header {
    padding: 12px 0px;
  }
  .site-header a {
    color: white;
    text-decoration: none;
  }
  .site-header a:visited {
    color: white;
  }
  .site-header a:focus {
    color: #4f9bd1;
  }
  .site-header a:hover {
    color: #4f9bd1;
  }
  .site-header a:active {
    color: #4f9bd1;
  }
  .site-header .site-branding {
    margin-right: 0;
    margin-top: 0;
    z-index: 10000000;
    position: relative;
  }
  .site-header .site-title {
    margin: 0;
  }
  .site-header .site-header-navigation {
    float: none;
    padding-top: 70px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
  }
  .site-header .site-header-navigation .menu-toggle {
    display: block;
    position: absolute;
    top: -3px;
    right: 10px;
  }
  .site-header .site-header-navigation .header-navigations {
    display: none;
  }
  .site-header .site-header-navigation .site-header-serch-form {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 240px;
  }
  .site-header .site-header-navigation .site-header-serch-form .search-form .search-submit {
    top: 0.3em;
  }
  .site-header .site-header-navigation .site-header-serch-form .search-form .search-submit .fa {
    font-size: 18px;
  }
  .site-header .site-header-navigation .site-header-serch-form .search-form .search-field {
    font-size: 16px;
    font-size: 1rem;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 1px 3px 1px 30px;
  }
  .header-search-area {
    display: none;
  }
  select.search-type-select {
    height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  input.search-input {
    height: 30px;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .site-header-navigation .menu-search-toggle {
    display: block;
    position: absolute;
    top: -3px;
    right: 50px;
    border: none;
    background: #000;
    padding: 10px;
    outline: none;
    line-height: 1;
  }
  .site-header-navigation .menu-search-toggle .fa {
    font-size: 20px;
    color: #fff;
  }
  .site-header-navigation .sp-search-area {
    display: none;
  }
  .site-header-navigation.open-search .sp-search-area {
    display: block;
    padding: 10px;
    width: 100%;
    position: absolute;
    top: 44px;
    background-color: #333;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .site-header .site-header-navigation .main-navigation {
    text-align: center;
    margin: 20px;
  }
  .site-header .site-header-navigation .main-navigation ul ul {
    display: none;
    padding-right: 0;
  }
  /* 161018 整理していたらなぜか同じ箇所の規定が2つあった。念のため当面両方を存置（有効なのは下）。 */
  .site-header .site-header-navigation .language-navigation {
    position: static;
    text-align: center;
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
  }
  .site-header .site-header-navigation .language-navigation {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .site-header .site-header-navigation.open {
    display: block;
    background: rgba(41, 41, 41, 0.98);
  }
  .site-header .header-navigations {
    text-align: left;
  }
}

/*--------------------------------------------------------------
10.5 Footer #colophon
--------------------------------------------------------------*/
.site-footer {
  text-align: center;
  background: #292929;
  padding: 20px 5px 0;
  color: #d8d8d8;
  *zoom: 1;
}

.site-footer:after {
  content: "";
  display: table;
  clear: both;
}

.site-footer .inner {
  position: relative;
}

.site-footer a {
  color: #d8d8d8;
  text-decoration: none;
}

.site-footer a:visited {
  color: #d8d8d8;
}

.site-footer a:focus {
  color: #4f9bd1;
}

.site-footer a:hover {
  color: #4f9bd1;
}

.site-footer a:active {
  color: #4f9bd1;
}

.site-footer .main-navigation {
  display: inline-block;
}

.site-footer .site-info {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 20px;
}

.site-footer .site-info p {
  margin: 0;
}

.site-footer .language-navigation {
  position: absolute;
  left: 33%;
  top: 5px;
  z-index: 100;
}

.medibang-navigation {
  text-align: left;
  font-size: 13px;
  overflow: hidden;
}

.medibang-navigation .title {
  margin: 0;
}

.medibang-navigation .title a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.medibang-navigation .btn-navigation {
  display: none;
  border: none;
  background: transparent;
  padding: 10px;
  outline: none;
  margin: 0;
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 20px;
}

.medibang-navigation .footer_nav {
  padding: 0;
  margin: 10px 0 0;
  display: none;
}

.medibang-navigation .footer_nav.open {
  display: block;
}

.medibang-navigation .footer_nav li {
  list-style: none;
  float: left;
  margin: 0 58px 0 0;
}

.medibang-navigation .footer_nav li:last-child {
  margin-right: 0;
}

html:lang(ru) .medibang-navigation .footer_nav li {
  margin: 0 27px 0 0;
}

html:lang(ru) .medibang-navigation .footer_nav li:last-child {
  margin-right: 0;
}

html:lang(es) .medibang-navigation .footer_nav li {
  margin: 0 30px 0 0;
}

html:lang(es) .medibang-navigation .footer_nav li:last-child {
  margin-right: 0;
}

.medibang-navigation .footer_nav li .tit {
  margin: 0 0 20px;
  font-weight: bold;
}

.medibang-navigation .footer_nav li a {
  display: block;
  margin: 0 0 5px;
  color: #d8d8d8;
}

.medibang-navigation .footer_nav li a:hover {
  color: #4f9bd1;
}

.medibang-navigation .footer_nav li a.tw:before {
  font-family: "icomoon";
  content: "\e699";
  font-size: 126%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #6cacda;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  height: 13px;
  line-height: 11px;
}

.medibang-navigation .footer_nav li a.fb:before {
  font-family: "icomoon";
  content: "\e700";
  font-size: 126%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3b5998;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  height: 13px;
  line-height: 10px;
  border-radius: 3px;
}

.medibang-navigation .footer_nav li a.yt:before {
  font-family: "icomoon";
  content: "\f16a";
  font-size: 140%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #cd1f21;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  height: 13px;
  line-height: 10px;
  border-radius: 3px;
}

.medibang-navigation .footer_nav li a.bi:before {
  font-family: "icomoon";
  content: "\e900";
  font-size: 116%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  height: 13px;
  line-height: 10px;
  border-radius: 3px;
}

.medibang-navigation .footer_nav li a.wb:before {
  font-family: "icomoon";
  content: "\e720";
  font-size: 126%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e6162d;
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  height: 13px;
  line-height: 10px;
  border-radius: 3px;
}

.medibang-navigation .footer_nav li a.pk:before {
  font-family: "icomoon";
  content: "\e729";
  font-size: 126%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c44722;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  height: 13px;
  line-height: 10px;
  border-radius: 3px;
}

.medibang-navigation .footer_nav li a.vk:before {
  font-family: "icomoon";
  content: "\e901";
  font-size: 126%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #45668e;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  height: 13px;
  line-height: 10px;
  border-radius: 3px;
}

.fa-vk-square:before {
  font-family: "icomoon";
  content: "\e901";
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  height: 13px;
  line-height: 10px;
  border-radius: 3px;
}

#footer-medibang-navigation {
  position: relative;
}

@media screen and (max-width: 750px) {
  .site-footer {
    padding: 15px 0px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .site-footer .main-navigation {
    display: block;
  }
  .site-footer .site-info {
    margin-top: 20px;
  }
  .site-footer .btn-navigation .fa {
    color: #ffffff;
  }
  .site-footer .language-navigation {
    display: none;
  }
  .site-footer .btn-navigation {
    line-height: 1;
  }
  .medibang-navigation .footer_nav {
    margin: 20px 0 0;
  }
  .medibang-navigation .footer_nav li {
    display: inline-block;
    width: 46%;
    margin: 20px 1.56% 0;
    float: none;
    vertical-align: top;
    font-size: 13px;
  }
  .medibang-navigation .footer_nav .tit {
    font-weight: bold;
    margin-bottom: 15px;
  }
  .inner, .comment-navigation,
  .posts-navigation,
  .post-navigation, .pagination, .comments-area {
    padding: 0 10px;
  }
  .inner.galleryinner {
    padding: 0;
  }
  .foot-pagination {
    padding-left: 0;
    padding-right: 0;
  }
}

/*--------------------------------------------------------------
10.6 Tab content
--------------------------------------------------------------*/
@media screen and (min-width: 751px) {
  .how-to-use .section-header {
    *zoom: 1;
  }
  .how-to-use .section-header:after {
    content: "";
    display: table;
    clear: both;
  }
  .how-to-use .section-header .page-title {
    float: left;
  }
  .how-to-use .section-header .section-meta {
    overflow: hidden;
    text-align: right;
  }
  .how-to-use .section-header .section-meta a {
    margin-bottom: 10px;
    margin-left: 1em;
  }
  .how-to-use-content {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: -20px;
    *zoom: 1;
  }
  .how-to-use-content:after {
    content: "";
    display: table;
    clear: both;
  }
  .how-to-use-content .home-content {
    width: 25%;
    padding-right: 20px;
    float: left;
  }
}

.tabs {
  padding: 0;
  list-style-type: none;
  font-weight: bold;
  text-align: center;
  margin: 0 0 50px 0 !important;
}

.tabs li {
  display: inline-block;
  cursor: pointer;
  background: #f5f5f5;
  border: solid 1px #f5f5f5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0.5em 1em;
  margin: 0 5px;
  min-width: 170px;
}

.tabs li:hover,
.tabs li:focus,
.tabs li:active,
.tabs li.active {
  background: #f4f4f4;
  border-color: #b7b7b7;
}

.tabs .cloudalpaca {
  color: #4f9bd1;
}

.tabs .cloudalpaca a {
  color: #4f9bd1;
}

.tabs-content .content {
  display: none;
}

.tabs-content .content.active {
  display: block;
}

#post-information .tabs {
  max-width: 550px;
  margin: 0 auto 50px !important;
}

.arrow-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.arrow-list .fa-stack {
  color: #4f9bd1;
  float: left;
}

.arrow-list a {
  color: #161616;
  font-weight: bold;
}

.page-content .arrow-list > li {
  margin-bottom: 0.75em;
}

.arrow-list .entry-title {
  display: block;
  overflow: hidden;
}

@media screen and (min-width: 751px) {
  .information-tab-content .content.active {
    margin-right: -40px;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .information-tab-content .content.active .archive-content {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 50px;
    margin-left: 0;
    padding-right: 40px;
    max-width: 50%;
    display: inline-block;
    /* non-flexbox browsers */
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    -ms-flex: 1 1 50%;
  }
  .information-tab-content .content.active .archive-link {
    padding-right: 40px;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
    -ms-flex: 1 0 100%;
  }
}

@media screen and (max-width: 750px) {
  .tabs {
    font-weight: normal;
    margin-bottom: 25px;
  }
  .tabs li {
    padding: 0.5em 0;
    margin: 0 2px;
    min-width: 30%;
  }
  .information-tab-content .content.active .archive-content {
    padding: 0px;
  }
  .arrow-list a {
    font-weight: normal;
  }
}

/*--------------------------------------------------------------
10.7 Slide content
--------------------------------------------------------------*/
.slider {
  background: #f7951e;
  color: white;
  text-shadow: 1px 1px #f3792e;
}

.slider a, .slider h1, .slider h2, .slider h3, .slider h4, .slider h5, .slider h6 {
  color: white;
}

.slider ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.slider .entry-content {
  padding: 20px 0 0 0;
  max-width: 100%;
}

.slider .entry-content p {
  margin-top: 0;
}

.slider .entry-content > *:last-child {
  margin-bottom: 0;
}

.slider .entry-content .column-outer {
  -webkit-align-items: center;
  align-items: center;
}

.slider .entry-content .column-content {
  margin-bottom: 0;
}

.slider .entry-content h1, .slider .entry-content h2, .slider .entry-content h3, .slider .entry-content h4, .slider .entry-content h5, .slider .entry-content h6 {
  font-weight: bold;
}

.slider .entry-content img {
  vertical-align: top;
}

.slider .bx-viewport {
  border: none;
  background: transparent;
  left: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.slider .bx-wrapper .bx-controls-direction a {
  margin-top: -60px;
  width: 40px;
  height: 120px;
  background: #f9aa4b;
  color: #fdddb7;
  text-indent: 0;
  text-align: center;
  padding-top: 40px;
  font-size: 20px;
}

.slider .btn-appdl {
  background: #f9aa4b;
}

.slider .btn-appdl:hover, .slider .btn-appdl:active, .slider .btn-appdl:focus {
  background: #faba6d;
}

@media screen and (min-width: 1001px) {
  .slider .bx-wrapper .bx-prev {
    left: -70px;
  }
  .slider .bx-wrapper .bx-next {
    right: -70px;
  }
}

@media screen and (max-width: 750px) {
  .slider .entry-content > .column-outer .column-content:nth-child(2n) {
    margin-top: 10px;
  }
  .slider .bx-wrapper .bx-controls-direction a {
    width: 20px;
    background: transparent;
  }
  .slider .bx-wrapper .bx-prev {
    left: -20px;
  }
  .slider .bx-wrapper .bx-next {
    right: -20px;
  }
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .movie-content iframe {
    height: 157.5px;
  }
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  margin-right: -5px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 5px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-item .gallery-icon img {
  border: solid 3px #d8d8d8;
}

.gallery-caption {
  display: block;
  font-weight: bold;
}

/*--------------------------------------------------------------
Decoration
--------------------------------------------------------------*/
.step {
  display: inline-block;
  min-width: 26px;
  margin-right: 5px;
  padding: 4px;
  background: #262626;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  font-size: 85%;
}

.options {
  padding: 10px;
  border: 2px solid #ededed;
  border-radius: 5px;
}

.whats {
  margin: 20px 0;
}

.whats .ttl {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 20px;
  background: #fff;
  font-weight: bold;
  border: 2px solid #262626;
}

.whats .txt {
  margin-top: -20px;
  padding: 30px 10px 10px;
  background: #f0efca;
  border-radius: 5px;
}

img.icon {
  border: none;
  display: inline-block;
  width: 30px;
  height: auto;
  margin: 0 4px;
  vertical-align: middle;
  border: 1px solid #999;
  border-radius: 4px;
}

img.show_all {
  border: none;
  max-width: 100%;
}

.linkicon-01 {
  position: relative;
  color: #3ea207;
  font-size: 18px;
  display: inline-block;
  padding-right: 20px;
}

a.linkicon-01:link {
  color: #3ea207;
}

.linkicon-01:after {
  font-family: "icomoon";
  content: "\e606";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #3ea207;
  color: #3ea207;
  border-radius: 50%;
  font-size: 63%;
  height: 18px;
  text-align: center;
  width: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: right .1s ease-out;
  -webkit-transition: right .1s ease-out;
  -moz-transition: right .1s ease-out;
  -o-transition: right .1s ease-out;
}

.linkicon-01:hover,
.entry-content a.linkicon-01:hover {
  text-decoration: underline;
}

.linkicon-01:hover:after {
  border-color: #3ea207;
}

.linkicon-01:visited {
  color: #3ea207;
}

.linkicon-02 {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  padding-right: 20px;
}

a.linkicon-02:link {
  color: #ffffff;
}

.linkicon-02:after {
  font-family: "icomoon";
  content: "\e606";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 50%;
  font-size: 63%;
  height: 18px;
  text-align: center;
  width: 18px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.linkicon-02:hover {
  text-decoration: underline;
}

.linkicon-02:hover:after {
  border-color: #ffffff;
}

.linkicon-02:visited {
  color: #ffffff;
}

a.link-01 {
  color: #3ea207;
  text-decoration: none;
}

a.link-01:link {
  color: #3ea207;
}

.link-01:hover {
  text-decoration: underline;
}

.link-01:visited {
  color: #3ea207;
}

.entry-content .btn {
  display: block;
  width: 240px;
  text-align: center;
  padding: 10px;
  border: 1px solid #3ea207;
  border-radius: 5px;
  background: #3ea207;
  color: #fff;
  text-decoration: none;
}

.entry-content .btn.blue {
  border-color: #356fb7;
  background: #356fb7;
}

.entry-content .btn.red {
  border-color: #f2506e;
  background: #f2506e;
}

.entry-content .btn.mediblue {
  border-color: #2591cb;
  background: #2591cb;
}

.entry-content .btn.medired {
  border-color: #e15b4e;
  background: #e15b4e;
}

.entry-content .btn.appdlblue {
  border-color: #4f9bd1;
  background: #4f9bd1;
}

.entry-content .btn.appdlred {
  border-color: #e64585;
  background: #e64585;
}

.entry-content .btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}

.entry-content .btn:visited {
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
use-howto
--------------------------------------------------------------*/
.use-howto ul {
  margin: 0;
}

.use-howto li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.use-howto .box-btnL li {
  position: relative;
  margin: 20px 4% 0 0;
  float: left;
  width: 22%;
}

.use-howto .box-btnL li:last-child {
  margin-right: 0;
}

.use-howto .box-btnL li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-top: 40px solid #333;
  border-right: 40px solid transparent;
}

.use-howto .box-btnL a {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #ccc;
  color: #000;
}

.use-howto .box-btnL a:hover {
  display: block;
  border: 2px solid #000;
}

.use-howto .box-btnL img {
  display: block;
  border: none;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 5px;
}

.use-howto .box-btnL span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 6px;
  width: 50px;
  height: 50px;
  font-weight: bold;
  font-size: 116%;
  color: #f8e600;
}

.use-howto .box-btnS .lead {
  margin-bottom: 40px;
  padding: 15px 10px;
  background: #f5f5f5;
  border-radius: 5px;
  font-size: 116%;
}

.use-howto .box-btnS {
  margin: 20px 0 40px;
}

.use-howto .box-btnS ul {
  background: #b2d5e9;
  padding: 6px 6px 4px 6px;
}

.use-howto .box-btnS li {
  position: relative;
  margin: 0 4% 0 0;
  float: left;
  width: 22%;
}

.use-howto .box-btnS li:last-child {
  margin-right: 0;
}

.use-howto .box-btnS li:last-child:after {
  display: none;
}

.use-howto .box-btnS li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-top: 40px solid #333;
  border-right: 40px solid transparent;
}

.use-howto .box-btnS a {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #ccc;
  color: #000;
  border-radius: 6px;
}

.use-howto .box-btnS a img {
  display: block;
}

.use-howto .box-btnS a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.use-howto .box-btnS img.active {
  border: 2px solid #000;
}

.use-howto .box-btnS a:hover {
  border: 2px solid #f8e600;
}

.use-howto .box-btnS a.next {
  border: 2px solid #f8e600;
}

.use-howto .box-btnS .box-btnS-next-text {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-size: 85%;
  background: #333;
  border-radius: 5px;
  height: 30px;
}

.use-howto .box-btnS .box-btnS-next-text:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #333;
  border-width: 10px;
  margin-left: -10px;
}

.use-howto .box-btnS img {
  border: none;
  width: 100%;
  display: block;
  width: 240px;
  text-align: center;
  padding: 0;
  border: none;
  border-radius: 5px;
  background: #3ea207;
  color: #fff;
  text-decoration: none;
}

.use-howto .box-btnS span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 6px;
  width: 50px;
  height: 50px;
  font-weight: bold;
  font-size: 116%;
  color: #f8e600;
}

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

--------------------------------------------------------------*/
.gallerywrap {
  width: 100%;
}

.gallerywrap .gallery-lead {
  text-align: center;
  margin: 0;
}

.gallerywrap .gallery-list {
  margin: 40px 0 0 0;
}

.gallerywrap .gallery-list:first-child {
  margin-top: 0;
}

.gallerywrap .gallery-list-image {
  width: 100%;
}

.gallerywrap .gallery-list-ttl {
  font-size: 200%;
  text-align: center;
  width: 100%;
  margin: 20px 0 0;
}

.gallerywrap .gallery-list-summary {
  text-align: center;
  width: 800px;
  margin: 20px auto 0;
}

.page-description.page-image.page-mp-mini .page-mp-mini-main {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 580px;
}

.page-description.page-image.page-mp-mini .page-mp-mini-main-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.page-description.page-image.page-mp-mini .page-mp-mini-main-txt {
  position: absolute;
  left: 110px;
  top: 185px;
  z-index: 2;
  width: 355px;
  height: 130px;
}

.page-description.page-image.page-mp-mini .page-mp-mini-main-txt .page-mp-mini-main-txt01 {
  margin-top: 10px;
  font-size: 200%;
}

.page-description.page-image.page-mp-mini .page-mp-mini-main-txt .page-mp-mini-main-txt02 {
  margin-top: 10px;
  margin-left: 15px;
  font-size: 300%;
}

.renewal {
  display: inline-block;
  padding: 0 5px;
  position: relative;
}

.renewal:after {
  font-family: "icomoon";
  content: "\e606";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 117%;
  height: 16px;
  text-align: center;
  width: 16px;
  display: block;
  padding-top: 2px;
  position: absolute;
  left: 2px;
  top: -1px;
}

.header-bnrbox {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.header-bnr-left {
  float: left;
  margin-bottom: 0;
}

.header-bnr-right {
  float: right;
  margin-bottom: 0;
}

.appdllink-box-2col {
  width: 50%;
  display: table-cell;
}

.appdllink-box-2col.left-box {
  padding-right: 20px;
  vertical-align: middle;
}

.appdllink-box-2col.right-box {
  padding-left: 25px;
}

.appdllink-box .appdllink-content.dl-mac {
  margin-right: 0;
}

.dllist {
  display: inline-block;
  list-style-type: none;
  margin-right: 10px;
  width: 32%;
  vertical-align: top;
  position: relative;
}

.dllist:last-child {
  margin-right: 0;
}

.dl-btns {
  margin-top: 50px;
}

.dl-btns:first-child {
  margin-top: 0;
}

.dl-btns .dl-btns-item ul {
  margin: 0 auto 0;
}

.dl-btns-type01 .dl-btns-item {
  width: 32%;
  margin-right: 10px;
  display: inline-block;
}

.dl-btns-type01 .dl-btns-item:last-child {
  margin-right: 0;
}

.dl-btns-type01 .dllist {
  width: 100%;
}

.dl-btns h4 img {
  width: 100%;
  max-width: 400px;
}

.dl-btns-item h5 {
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
  padding: 5px 20px;
  font-weight: bold;
  text-align: center;
}

#medibangpaint .dl-btns-item h5 {
  border-bottom: 2px solid #4e9bd1;
}

#jumppaint .dl-btns-item h5 {
  border-bottom: 2px solid #cc101d;
}

.dl-btns-item h5 span {
  font-size: 80%;
}

.dl-btns-item h5 .fa {
  margin-right: 10px;
  font-size: 1.4rem;
}

.dl-btns-item .dllist .dl-btns-btn {
  display: block;
  border-radius: 10px;
  background-color: #000;
  width: 80%;
  max-width: 256px;
  margin: 0 auto 10px;
  padding: 22px 10px;
  font-size: 18px;
  color: white;
  text-align: center;
  text-decoration: none;
}

.dl-btns-item .dllist .dl-btns-btn:hover {
  opacity: 0.5;
}

.dl-btns-item .dllist .dl-btns-btn:before {
  display: inline-block;
  font-family: "icomoon";
  content: "\e719";
  margin-right: 10px;
}

.dl-btns-item .dllist .dl-btns-btn.dl-btns-store.btn-apple {
  background-color: transparent;
  background-image: url(images/btn-appstore.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 74px;
  font-size: 0;
}

.dl-btns-item .dllist .dl-btns-btn.dl-btns-store.btn-android {
  background-color: transparent;
  background-image: url(images/btn-googleplay.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 74px;
  font-size: 0;
}

.dl-btns-item .dllist .dl-btns-btn.dl-btns-store:before {
  content: "";
}

.dl-btns-item .dllist .dl-btns-btn.dl-btns-store .fa {
  font-size: 0;
}

.dl-btns .dl-btns-item .storeList {
  display: none;
  filter: drop-shadow(0 0 2px #666);
  -webkit-filter: drop-shadow(0 0 2px #666);
  border-radius: 3px;
  background: #f3f0f0;
  width: 580px;
  padding: 3px;
  font-size: 0;
  z-index: 2;
  position: absolute;
}

.dl-btns .dl-btns-item .storeList {
  display: none;
  filter: drop-shadow(0 0 2px #666);
  -webkit-filter: drop-shadow(0 0 2px #666);
  border-radius: 3px;
  background: #f3f0f0;
  width: 360px;
  padding: 3px;
  font-size: 0;
  z-index: 2;
  position: absolute;
  right: -20px;
}

.dl-btns .dl-btns-item .storeList.on {
  display: block;
}

.dl-btns .dl-btns-item .storeList:before {
  content: "";
  border-width: 0 20px 10px 20px;
  border-style: solid;
  border-color: transparent transparent #f3f0f0 transparent;
  position: absolute;
  top: -10px;
  right: calc(50% - 20px);
}

.dl-btns .dl-btns-item .storeList .storeList-store {
  display: inline-block;
  border: 2px solid #e7e7e7;
  border-radius: 3px;
  background: #fff;
  width: 31.2%;
  height: 40px;
  margin: 1%;
  padding: 2px 2%;
  font-size: 16px;
  line-height: 30px;
  vertical-align: top;
}

.dl-btns .dl-btns-item .storeList .storeList-store img {
  border-radius: 3px;
  width: 30px;
  vertical-align: bottom;
  margin-right: 10px;
}

@media screen and (max-width: 750px) {
  .dl-btns .dl-btns-item .storeList {
    width: 100%;
    left: 0;
  }
}

@media screen and (max-width: 640px) {
  .dl-btns .dl-btns-item .storeList .storeList-store {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .dl-btns .dl-btns-item .storeList .storeList-store {
    font-size: 0;
    text-align: center;
  }
  .dl-btns .dl-btns-item .storeList .storeList-store img {
    margin-right: 0;
  }
}

.dl-btns-item .dllist .appdllink-content-version {
  text-align: center;
  font-size: 12px;
  margin-top: 0;
}

.dl-btns-item .dllist .dltxt {
  margin-top: 1.2em;
}

.dl-btns-item .dllist .dltxt a {
  position: relative;
  display: block;
  margin: 0 auto 5px;
  padding: 7px 5px 7px 35px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.dl-btns-item .dllist .dltxt a:hover {
  background: #f8f8f8;
}

.dl-btns-item .dllist .dltxt .dlold:before {
  font-family: "icomoon";
  content: "\e719";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  display: block;
  position: absolute;
  left: 10px;
  top: 8px;
}

.dl-btns-item .dllist .dltxt .tutorial:before {
  content: "";
  background-image: url(/static/images/tutorial/icon-tutorial.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
}

.dl-btns-item .dllist .dltxt .details:before {
  font-family: "icomoon";
  content: "\e683";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  display: block;
  position: absolute;
  left: 10px;
  top: 8px;
}

.dl-btns-item .dllist .dltxt .releasenote:before {
  font-family: "icomoon";
  content: "\e678";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  display: block;
  position: absolute;
  left: 10px;
  top: 8px;
}

.app-download .dlAlert,
.dl-btns-item .dlAlert {
  text-align: center;
  font-size: 11px;
  color: #666;
}

.dl-btns-item .dlAlert {
  margin-top: 10px;
  font-size: 12px;
}

.entry-content {
  word-break: normal;
}

html:lang(ja) .entry-content,
html:lang(zh-CN) .entry-content,
html:lang(zh-TW) .entry-content,
html:lang(ko-KR) .entry-content {
  word-break: break-all;
}

@media screen and (max-width: 750px) {
  .gallerywrap .gallery-list-summary {
    width: 100%;
    padding: 0 20px;
  }
  .gallerywrap .gallery-lead {
    text-align: left;
    width: 100%;
    padding: 0 20px;
  }
  .gallerywrap .gallery-list-summary {
    text-align: left;
  }
  .page-description.page-image.page-mp-mini .page-mp-mini-main {
    width: 100%;
    height: 200px;
  }
  .page-description.page-image.page-mp-mini .page-mp-mini-main-img img {
    width: 100%;
  }
  .page-description.page-image.page-mp-mini .page-mp-mini-main-txt {
    position: absolute;
    left: 10%;
    top: 10%;
    z-index: 2;
    width: 40%;
    height: auto;
  }
  .page-description.page-image.page-mp-mini .page-mp-mini-main-txt .page-mp-mini-main-txt01 {
    font-size: 100%;
  }
  .page-description.page-image.page-mp-mini .page-mp-mini-main-txt .page-mp-mini-main-txt02 {
    font-size: 200%;
  }
  .widget-wrapper {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -column-count: 2;
    width: 100%;
    display: block;
  }
  .widget-wrapper {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .widget-wrapper aside.widget.widget-twitter-timeline,
  .widget-wrapper aside.widget.widget-facebook-likebox {
    width: 100% !important;
    max-height: 400px !important;
    overflow: scroll;
  }
  .widget-wrapper aside.widget {
    display: inline-block;
    max-width: 100% !important;
  }
  .widget-wrapper aside.widget a {
    display: block;
  }
  .page-content.contactform form select,
  .page-content.contactform form option,
  .page-content.contactform form input,
  .page-content.contactform form textarea {
    font-size: 16px;
  }
  .header-bnrbox {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
  }
  .header-bnr-left {
    float: none;
    margin-bottom: 0;
  }
  .header-bnr-right {
    float: none;
    margin-bottom: 0;
    margin-top: 3px;
  }
  .home-header .page-title {
    font-size: 0.9rem;
  }
  .appdllink-box-2col {
    width: 100%;
  }
  .appdllink-box .appdllink-content.dl-mac {
    margin-right: 0;
  }
  .home-header .btn-tab-ad {
    font-size: 0.7rem;
  }
  .home-header .btn-tab-ad .fa {
    font-size: 16px;
  }
  .home-header .btn-appdl .fa {
    font-size: 16px;
  }
  .btn-appdl {
    padding: 0.5em 0.2em;
  }
  .btn-tab-ad {
    padding: 0.5em 0.2em;
  }
  .page-description {
    padding: 0 0;
  }
  .appdllink-box-2col {
    width: 100%;
    display: block;
  }
  .appdllink-box-2col.left-box {
    padding-right: 0px;
    margin-bottom: 0;
  }
  .appdllink-box-2col.right-box {
    padding-left: 0px;
  }
  .appdllink-box .appdllink-content.dl-mac {
    margin-right: 0;
  }
  .home-header .btn-appdl.btn-tab-ad,
  .home-header .btn-appdl.btn-tab-ad-temp {
    font-size: 80%;
    height: 28px;
    padding: 0.5em 0.1em;
  }
  .page-description p.appdllink-content-version {
    margin-top: 1px;
  }
  .front-page .page-content:first-child {
    display: none;
  }
  .column-content .appdllink-box .appdllink-content {
    width: 49%;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.0;
  }
  .column-content .appdllink-box .appdllink-content .btn-appdl {
    font-size: 80%;
    padding: 0.5em 0.1em;
  }
  .column-content .appdllink-box .appdllink-content .btn-appdl .fa,
  .column-content .appdllink-box .appdllink-content .btn-tab-ad .fa {
    font-size: 15px;
    position: relative;
    vertical-align: bottom;
  }
}

.bd-pc .menu-item-pc > a,
.bd-ipad .menu-item-ipad > a,
.bd-iphone .menu-item-iphone > a,
.bd-android .menu-item-android > a,
.bd-manganame .menu-item-manganame > a,
.bd-colors .menu-item-colors > a,
.bd-jumppaint .menu-item-jumppaint > a {
  color: #4f9bd1;
}

.bd-cloud .child-menu-alltop .child-menu-item-cloud a,
.bd-brush .child-menu-alltop .child-menu-item-brush a,
.bd-material .child-menu-alltop .child-menu-item-material a,
.bd-font .child-menu-alltop .child-menu-item-font a,
.bd-team .child-menu-alltop .child-menu-item-team a {
  color: #4f9bd1;
}

.bd-pc.bd-producttop .child-menu-pc .child-menu-item-producttop a,
.bd-pc.bd-use .child-menu-pc .child-menu-item-use a,
.bd-pc.bd-notice .child-menu-pc .child-menu-item-news a,
.bd-pc.bd-start .child-menu-pc .child-menu-item-start a,
.bd-pc.bd-movie .child-menu-pc .child-menu-item-movie a,
.bd-pc.bd-faq .child-menu-pc .child-menu-item-faq a,
.bd-pc.bd-about .child-menu-pc .child-menu-item-about a,
.bd-pc.bd-releasenote .child-menu-pc .child-menu-item-about a {
  color: #4f9bd1;
}

.bd-ipad.bd-producttop .child-menu-ipad .child-menu-item-producttop a,
.bd-ipad.bd-use .child-menu-ipad .child-menu-item-use a,
.bd-ipad.bd-notice .child-menu-ipad .child-menu-item-news a,
.bd-ipad.bd-start .child-menu-ipad .child-menu-item-start a,
.bd-ipad.bd-movie .child-menu-ipad .child-menu-item-movie a,
.bd-ipad.bd-faq .child-menu-ipad .child-menu-item-faq a,
.bd-ipad.bd-about .child-menu-ipad .child-menu-item-about a,
.bd-ipad.bd-releasenote .child-menu-ipad .child-menu-item-about a {
  color: #4f9bd1;
}

.bd-iphone.bd-producttop .child-menu-iphone .child-menu-item-producttop a,
.bd-iphone.bd-use .child-menu-iphone .child-menu-item-use a,
.bd-iphone.bd-notice .child-menu-iphone .child-menu-item-news a,
.bd-iphone.bd-start .child-menu-iphone .child-menu-item-start a,
.bd-iphone.bd-movie .child-menu-iphone .child-menu-item-movie a,
.bd-iphone.bd-faq .child-menu-iphone .child-menu-item-faq a,
.bd-iphone.bd-about .child-menu-iphone .child-menu-item-about a,
.bd-iphone.bd-releasenote .child-menu-iphone .child-menu-item-about a {
  color: #4f9bd1;
}

.bd-android.bd-producttop .child-menu-android .child-menu-item-producttop a,
.bd-android.bd-use .child-menu-android .child-menu-item-use a,
.bd-android.bd-notice .child-menu-android .child-menu-item-news a,
.bd-android.bd-start .child-menu-android .child-menu-item-start a,
.bd-android.bd-movie .child-menu-android .child-menu-item-movie a,
.bd-android.bd-faq .child-menu-android .child-menu-item-faq a,
.bd-android.bd-about .child-menu-android .child-menu-item-about a,
.bd-android.bd-releasenote .child-menu-android .child-menu-item-about a {
  color: #4f9bd1;
}

.bd-manganame.bd-producttop .child-menu-manganame .child-menu-item-producttop a,
.bd-manganame.bd-use .child-menu-manganame .child-menu-item-use a,
.bd-manganame.bd-notice .child-menu-manganame .child-menu-item-news a,
.bd-manganame.bd-start .child-menu-manganame .child-menu-item-start a,
.bd-manganame.bd-movie .child-menu-manganame .child-menu-item-movie a,
.bd-manganame.bd-faq .child-menu-manganame .child-menu-item-faq a,
.bd-manganame.bd-about .child-menu-manganame .child-menu-item-about a,
.bd-manganame.bd-releasenote .child-menu-manganame .child-menu-item-about a {
  color: #4f9bd1;
}

.bd-colors.bd-producttop .child-menu-colors .child-menu-item-producttop a,
.bd-colors.bd-use .child-menu-colors .child-menu-item-use a,
.bd-colors.bd-notice .child-menu-colors .child-menu-item-news a,
.bd-colors.bd-start .child-menu-colors .child-menu-item-start a,
.bd-colors.bd-movie .child-menu-colors .child-menu-item-movie a,
.bd-colors.bd-faq .child-menu-colors .child-menu-item-faq a,
.bd-colors.bd-about .child-menu-colors .child-menu-item-about a,
.bd-colors.bd-releasenote .child-menu-colors .child-menu-item-about a {
  color: #4f9bd1;
}

.bd-jumppaint.bd-producttop .child-menu-jumppaint .child-menu-item-producttop a,
.bd-jumppaint.bd-use .child-menu-jumppaint .child-menu-item-use a,
.bd-jumppaint.bd-notice .child-menu-jumppaint .child-menu-item-news a,
.bd-jumppaint.bd-start .child-menu-jumppaint .child-menu-item-start a,
.bd-jumppaint.bd-movie .child-menu-jumppaint .child-menu-item-movie a,
.bd-jumppaint.bd-faq .child-menu-jumppaint .child-menu-item-faq a,
.bd-jumppaint.bd-about .child-menu-jumppaint .child-menu-item-about a,
.bd-jumppaint.bd-releasenote .child-menu-jumppaint .child-menu-item-about a {
  color: #4f9bd1;
}

.bd-search .page-header {
  background: none;
}

.bd-search .page-title:before {
  content: none !important;
}

.bd-search .page-description p:before {
  content: none !important;
}

@media screen and (min-width: 751px) {
  .site-header-navigation {
    height: auto !important;
  }
  .header-navigations {
    display: block !important;
  }
  .main-navigation .menu-item {
    width: 107px;
  }
  .main-navigation .menu-item.menu-item-jumppaint {
    width: 120px;
  }
  .main-navigation .menu-item.menu-item-download {
    width: 120px;
  }
  .main-navigation .menu-item .child-menu {
    display: none !important;
  }
  .language-navigation .menu-item {
    width: auto !important;
  }
}

@media screen and (max-width: 750px) {
  .site-header {
    padding-bottom: 12px;
  }
  .site-header .site-header-navigation .main-navigation ul .child-menu-list {
    display: block;
  }
  .main-navigation .menu {
    padding-right: 0;
  }
  .main-navigation .menu-item {
    width: auto;
  }
  .main-navigation .menu-item-alltop {
    display: block;
  }
  .menu-item-alltop img {
    width: 70%;
  }
  .menu-main-menu-container .menu-item-download {
    position: static;
  }
  .main-navigation .menu-item a {
    border: none !important;
  }
  .main-navigation .child-menu {
    margin-top: 10px;
  }
  .main-navigation .child-menu-list {
    display: block;
    float: none;
    position: static;
    background: none;
  }
  .main-navigation .child-menu-list li {
    float: none;
    margin: 0;
  }
  .main-navigation .child-menu-list a {
    width: auto;
  }
  .site-header .main-navigation .menu-item {
    margin-right: 0;
    padding-bottom: 0;
  }
  #child-menu-wrap {
    padding: 0 10px;
    display: none;
  }
  .dllist {
    margin-right: 0;
    width: 100%;
  }
  .page-content ul .dllist {
    margin: 20px 0 0;
  }
  .page-content ul .dllist:first-child {
    margin-top: 0;
  }
  .dl-btns {
    margin-top: 30px;
  }
  .dl-btns h4 {
    margin: 2em 0 1.5em;
  }
  .dl-btns h4:first-child {
    margin-top: 0;
  }
  .dl-btns h4 img {
    width: 100%;
  }
  .dl-btns ul {
    margin: 0 auto;
  }
  .dl-btns-type01 .dl-btns-item {
    display: block;
    width: auto;
    margin: 20px 0 0;
  }
  .dl-btns-type01 .dl-btns-item:first-child {
    margin-top: 0;
  }
  .post-table01 {
    border-bottom: solid 1px #dcdcdc;
  }
  .post-table01 th,
  .post-table01 td {
    display: block;
    width: auto !important;
  }
  .post-table01 td {
    border-top: none !important;
    border-bottom: none !important;
  }
}

.search-form .search-btn {
  padding: 0;
  background: transparent;
  position: absolute;
  top: 0.3em;
  right: 0.5em;
  border: none;
  color: #383838;
  background: transparent;
  line-height: 1;
}

#child-menu-wrap.new {
  background-color: #e6e6e6;
  position: relative;
}

.new .child-menu-list a {
  color: #292929;
}

.new .child-menu-list a:hover {
  color: #4f9bd1;
}

.child-menu-item-tutorial.child-menu-item {
  margin-left: 0;
}

.new .child-menu-item-use a,
.new .child-menu-item-tutorial a {
  padding: 0;
}

.new .child-menu-item-use .btn-use,
.new .child-menu-item-tutorial .btn-tutorial {
  border: 1px solid #fff;
  margin: 5px;
  padding: 3px 10px;
  font-weight: bold;
  display: inline-block;
}

.new .child-menu-item-use .btn-use em,
.new .child-menu-item-tutorial .btn-tutorial em {
  font-style: normal;
  font-weight: normal;
  font-size: 70%;
}

.new .child-menu-item-use .btn-use {
  background: #bedaed;
}

.new .child-menu-item-tutorial .btn-tutorial {
  background: #CBD6F2;
}

#content {
  position: relative;
}

#child-menu-wrap .head-btn-medibang-creators {
  position: absolute;
  top: 2px;
  right: 0;
  margin: 0;
  z-index: 10000;
  line-height: 1;
  padding: 0;
  text-indent: 0;
}

.head-btn-medibang-creators a {
  display: inline-block;
  margin-left: 3px;
}

.head-btn-medibang-creators a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.no-data {
  color: #d81e1e;
}

#primary {
  overflow: hidden;
}

.main-visual {
  position: relative;
  overflow: hidden;
}

.main-visual .top-product-bnr-area {
  padding: 10px 0 0;
  text-align: center;
}

.main-visual .top-product-bnr-area img {
  display: block;
  margin: auto;
}

.main-visual .inner {
  position: relative;
}

.main-visual .lead-box {
  position: relative;
}

.main-visual .lead {
  margin: 0;
}

.main-visual .lead01 {
  font-size: 38px;
  line-height: 1.3;
}

.main-visual .lead02 {
  margin-top: 50px;
  color: #389be1;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}

html:lang(pt) .main-visual .lead02 {
  margin-top: 0;
}

.main-visual .lead02 span {
  font-size: 60px;
}

html:lang(pt) .main-visual .lead02 span {
  font-size: 38px;
}

.main-visual-top {
  display: none;
}

.main-visual-bottom {
  display: block;
}

.main-visual-top img,
.main-visual-bottom img {
  display: block;
}

.content-area.front_page {
  background: url(/wp-content/themes/cloudalpaca.com/images/top/main-bg.png) no-repeat;
  -webkit-background-size: 2600px auto;
  -moz-background-size: 2600px auto;
  -o-background-size: 2600px auto;
  -ms-background-size: 2600px auto;
  background-size: 2600px auto;
  background-position: center top;
  background-color: #8fd8ed;
  font-family: "M PLUS Rounded 1c";
}

@media only screen and (max-width: 1000px) {
  .content-area.front_page {
    -webkit-background-size: 1800px auto;
    -moz-background-size: 1800px auto;
    -o-background-size: 1800px auto;
    -ms-background-size: 1800px auto;
    background-size: 1800px auto;
  }
}

@media only screen and (max-width: 500px) {
  .content-area.front_page {
    -webkit-background-size: 1300px auto;
    -moz-background-size: 1300px auto;
    -o-background-size: 1300px auto;
    -ms-background-size: 1300px auto;
    background-size: 1300px auto;
  }
}

.main-visual-alltop .bnr-160127 {
  margin: 0;
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: 200;
}

.bnr-171107 a {
  display: block;
  border: 1px solid #e7e7e7;
  width: 300px;
  margin: 0 auto 10px;
}

.bnr-171107 a img {
  display: block;
}

.main-visual-alltop .box {
  position: relative;
}

.main-visual-alltop .lead02 {
  line-height: 1;
  margin-top: 20px;
}

.main-visual-alltop .device {
  width: 560px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 20px 0 0;
  position: absolute;
  top: 0px;
  right: 0px;
}

.main-visual-alltop .device img {
  display: block;
  max-height: 100%;
  margin: 0 auto;
}

.main-visual-alltop .one_million {
  margin: 0;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 200;
}

.main-visual-alltop .one_million .one_million_star {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 61px;
  height: 61px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}

.main-visual-alltop .btn-use {
  display: none;
}

.main-visual-alltop .btn-use a {
  background: #fff;
  padding: 8px;
  border-radius: 4px;
  color: #292929;
  display: block;
  margin: 20px auto 20px;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.2);
  width: 80%;
  vertical-align: middle;
}

@keyframes star_anim {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
  }
  50% {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
  }
}

@-webkit-keyframes star_anim {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
  }
  50% {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
  }
}

@-ms-keyframes star_anim {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
  }
  50% {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha(opacity=100);
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
  }
}

.main-visual-alltop .one_million .one_million_star.star01 {
  width: 60px;
  height: 60px;
  left: 0;
  top: 10px;
  -webkit-animation: star_anim 0.4s .5s linear 1;
  -moz-animation: star_anim 0.4s .5s linear 1;
  -ms-animation: star_anim 0.4s .5s linear 1;
  animation: star_anim 0.4s .5s linear 1;
}

.main-visual-alltop .one_million .one_million_star.star02 {
  width: 50px;
  height: 50px;
  right: 10px;
  bottom: 20px;
  -webkit-animation: star_anim 0.4s .9s linear 1;
  -moz-animation: star_anim 0.4s .9s linear 1;
  -ms-animation: star_anim 0.4s .9s linear 1;
  animation: star_anim 0.4s .9s linear 1;
}

.main-title {
  font-size: 30px;
  font-weight: normal;
  background-color: #f5f5f5;
  margin: 0;
  padding: 30px 0;
}

.main-title-use {
  margin: 0 auto 20px;
  padding: 0;
  font-size: 0;
  font-weight: normal;
  position: relative;
}

.main-title-use span {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #fff 0%, transparent 100%);
  width: 100%;
  height: 65%;
  padding: 0 60px 0 10px;
  font-size: 1.5rem;
  line-height: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
}

html:lang(ja) .main-title-use span {
  display: none;
  font-size: 0;
}

.home-content-new {
  max-width: 100%;
  padding-bottom: 0;
}

.product-description .title {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 40px;
  border: none;
  word-break: break-word;
}

html:lang(ru) .product-description .title,
html:lang(es) .product-description .title,
html:lang(pt-PT) .product-description .title {
  font-size: 24px;
}

.product-description .txt {
  margin: 0;
}

.top-product-description:before,
.top-product-description:after {
  content: ' ';
  display: table;
}

.top-product-description:after {
  clear: both;
}

.top-product-description .top-product-bnr-area {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.product-description .box {
  text-align: center;
}

.top-product-description .medichan {
  float: left;
  width: 33%;
  padding-right: 2%;
}

.top-product-description .medichan .yourname {
  display: block;
  font-size: 11px;
  text-align: center;
}

.top-product-description .box01 .title, .top-product-description .box01 .txt {
  display: inline-block;
  width: 67%;
  max-width: 440px;
  text-align: left;
}

@media screen and (max-width: 900px) {
  .product-description .box {
    width: auto;
  }
}

@media screen and (max-width: 450px) {
  .top-product-description .box01 .title {
    font-size: 16px;
  }
  .top-product-description .box01 .txt {
    font-size: 12px;
  }
}

.top-product-description .box01 {
  float: left;
  width: 66%;
}

.top-product-description .box02 {
  float: right;
  width: 30%;
  min-width: 300px;
}

.device-nav {
  margin-top: 40px;
}

.device-nav.mobile {
  display: none;
}

.device-nav ul {
  font-size: 0;
  margin: 0 -1%;
  clear: both;
}

.device-nav .item {
  list-style: none;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin: 0 0.49%;
  position: relative;
}

.device-nav .item a {
  text-decoration: none;
  color: #383838;
  display: block;
}

.device-nav .item a:hover {
  color: #383838;
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.device-nav .item .img,
.device-nav .item .txt,
.device-nav .item .btn {
  margin: 0;
}

.device-nav .item .img {
  text-align: center;
}

.device-nav .item .txt {
  padding: 0 10px;
}

.device-nav .item .btn {
  font-size: 15px;
  margin-top: 20px;
  padding: 10px 0;
  position: relative;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}

.device-nav .item .btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}

.device-nav .item-pc .btn {
  background-color: #4f9bd0;
}

.device-nav .item-ipad .btn {
  background-color: #323232;
}

.device-nav .item-iphone .btn {
  background-color: #323232;
}

.device-nav .item-android .btn {
  background-color: #6faf37;
}

.product-info-list {
  margin-top: 60px;
}

.product-info .title {
  border-left: none;
  margin: 0;
  padding: 0;
  font-size: 30px;
}

.product-info .txt {
  margin: 20px 0 0;
}

.product-info .links {
  margin: 20px 0 0;
}

.product-info .links li {
  list-style: none;
  margin: 10px 0 0;
}

.product-info .links li:first-child {
  margin-top: 0;
}

.product-info .links a {
  font-size: 18px;
}

.product-info .img {
  font-size: 0;
}

.product-info-list .product-info {
  margin-top: 20px;
}

.product-info-list .product-info:first-child {
  margin-top: 0;
}

.product-info-list .product-info:before,
.product-info-list .product-info:after {
  content: ' ';
  display: table;
}

.product-info-list .product-info:after {
  clear: both;
}

.product-info-list .product-info .img,
.product-info-list .product-info .info {
  width: 48%;
}

.product-info-list .product-info .info {
  padding-top: 40px;
}

.product-info-list .product-info.odd .info {
  float: right;
}

.product-info-list .product-info.odd .img {
  float: left;
}

.product-info-list .product-info.even .info {
  float: left;
}

.product-info-list .product-info.even .img {
  float: right;
}

.product-info-list .product-info .img-movie {
  position: relative;
}

.product-info-list .product-info .img-movie a {
  display: block;
}

.product-info-list .product-info .img-movie a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.product-info-list .product-info .img-movie-title {
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 10px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product-info-list .product-info .img-icon-play {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: -webkit-transform .1s ease-out;
  -moz-transition: -moz-transform .1s ease-out;
  transition: transform .1s ease-out;
}

.product-info-list .product-info a:hover .img-icon-play {
  /*
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
*/
}

.footer-sns-area {
  background-color: #e8e8e8;
  padding: 50px 0;
}

.bnr-list {
  font-size: 0;
}

.bnr-list li {
  font-size: 16px;
}

.bnr-list a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.footer-bnr-area {
  padding: 50px 0;
  overflow: hidden;
}

.footer-bnr-area .bnr-list {
  margin: 0 -3.2%;
  padding: 0;
}

.footer-bnr-area .bnr-list li {
  list-style: none;
  width: 100%;
  margin: 0 3% 0;
  display: inline-block;
  font-size: 0;
}

.footer-bnr-area .foot-bnr-list.pc {
  display: block;
}

.footer-bnr-area .foot-bnr-list.mobile {
  display: block;
  margin-top: 0 !important;
  text-align: center;
}

.footer-sns-area {
  padding: 30px 0 40px;
}

html.show-popup {
  overflow: hidden;
}

.popup-detail {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
  z-index: 10000000;
}

.popup-detail-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: auto;
  cursor: pointer;
  -webkit-overflow-scrolling: touch;
}

.popup-detail-content-wrap {
  max-width: 1000px;
  margin: 100px auto;
  padding: 50px;
  text-align: left;
  cursor: default;
  position: relative;
}

.popup-detail-content {
  background-color: #ffffff;
}

.popup-detail-close {
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 10px;
  line-height: 1;
}

.popup-detail-close:after {
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #515151;
  border-radius: 50%;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  content: '\e693';
}

.popup-ctrl {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  height: 30px;
  width: 30px;
  margin: auto 0;
  line-height: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
}

.popup-ctrl:after {
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #515151;
  border-radius: 50%;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.popup-ctrl-next {
  right: 10px;
  text-align: center;
}

.popup-ctrl-prev {
  left: 10px;
  text-align: center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.popup-ctrl-next:after {
  content: "\e61f";
}

.popup-ctrl-prev:after {
  content: "\e61f";
}

.attachment-item-detail-image {
  text-align: center;
  margin: 0 auto;
  max-width: 680px;
  /*max-height: 680px;*/
  min-height: 300px;
  position: relative;
  background-color: #ffffff;
}

.attachment-item-detail-image img {
  max-width: 100%;
  /*max-height: 340px;*/
  position: relative;
  display: block;
  margin: 0 auto;
}

.attachment-item-detail-image:before {
  content: '\f1ce';
  font-family: FontAwesome;
  width: 1.2em;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -.6em;
  margin-left: -.6em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.attachment-item-detail-image.load:before {
  content: none;
  -webkit-animation: none;
  animation: none;
}

.attachment-item-detail-info {
  padding: 20px;
}

.attachment-item-detail-title {
  margin: 0;
}

.attachment-item-detail-excerpt {
  margin: 20px 0 0;
}

.attachment-item-detail-alt {
  margin: 20px 0 0;
}

.attachment-item-detail-content {
  margin: 20px 0 0;
}

/* --------------------
  LP common
-------------------- */
/* medibangpaint alltop */
.main-visual-alltop .btn-use {
  display: block;
  margin: 30px 0 0;
  max-width: 400px;
}

.main-visual-alltop .btn-use a {
  display: block;
  background-color: #ffffff;
  color: #292929;
  padding: 12px 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  width: 100%;
  margin: 0;
}

.main-visual-alltop .btn-use a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* medibangpaint Pro */
.main-visual-product-pc {
  background: url(/wp-content/themes/cloudalpaca.com/images/pc/product-main.jpg) no-repeat 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

.main-visual-product-pc .lead-box {
  padding: 50px 0;
}

.main-visual-product-pc .lead01 {
  color: #000000;
  font-size: 30px;
  font-weight: normal;
}

.main-visual-product-pc .lead02 {
  margin-top: 10px;
  color: #00b4ff;
}

.main-visual-product-pc .app-download {
  width: 39%;
  margin: 20px 0 0;
}

.main-visual-product-pc .app-download:first-child {
  margin-top: 0;
}

.main-visual-product-pc .app-download .btn-appdl {
  padding: 20px 0;
  font-size: 18px;
  color: #fff;
}

.main-visual-product-pc .app-download .btn-appdl:hover {
  background-color: #4f9bd1;
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-decoration: none;
}

.main-visual-product-pc .app-download .btn-appdl .fa {
  font-size: 25px;
}

.main-visual-product-pc .app-download .btn-old-windows {
  padding: 0;
  font-size: 18px;
  color: #383838;
  font-size: 13px;
  background: none;
  display: inline-block;
  width: auto;
}

.main-visual-product-pc .app-download .btn-old-windows:hover {
  color: #3ea207;
  background: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-decoration: underline;
}

.main-visual-product-pc .app-download .btn-old-windows .fa {
  display: none;
}

.main-visual-product-pc .device {
  width: 560px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 20px 0 0;
  position: absolute;
  top: 0px;
  right: 0px;
}

.main-visual-product-pc .device img {
  display: block;
  max-height: 100%;
  margin: 0 auto;
}

/* medibangpaint iPad */
.main-visual-product-ipad {
  background: url(/wp-content/themes/cloudalpaca.com/images/ipad/product-main.jpg) no-repeat 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

.main-visual-product-ipad .lead-box {
  color: #000000;
  padding: 120px 0 100px;
}

.main-visual-product-ipad .lead01 {
  font-size: 30px;
  font-weight: normal;
}

.main-visual-product-ipad .lead02 {
  color: #e64585;
  margin-top: 20px;
}

.main-visual-product-ipad .app-download {
  width: 35%;
  margin: 20px 0 0;
}

.main-visual-product-ipad .btn-tab-ad {
  background-color: #282828;
  color: #ffffff;
  font-size: 18px;
}

.main-visual-product-ipad .btn-tab-ad:hover {
  background-color: #282828;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.main-visual-product-ipad .btn-tab-ad .fa-apple {
  margin-right: 10px;
}

.main-visual-product-ipad .device {
  width: 560px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 20px 0 0;
  position: absolute;
  top: 0px;
  right: 0px;
}

.main-visual-product-ipad .device img {
  display: block;
  max-height: 100%;
  margin: 0 auto;
}

/* medibangpaint iphone */
.main-visual-product-iphone {
  background: url(/wp-content/themes/cloudalpaca.com/images/iphone/product-main.jpg) no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

.main-visual-product-iphone .lead-box {
  color: #000000;
  padding: 120px 0 100px;
  max-width: 800px;
}

.main-visual-product-iphone .lead01 {
  font-size: 30px;
  font-weight: normal;
}

.main-visual-product-iphone .lead02 {
  color: #e64585;
  margin-top: 20px;
}

.main-visual-product-iphone .app-download {
  width: 35%;
  margin: 20px 0 0;
}

.main-visual-product-iphone .btn-tab-ad {
  background-color: #282828;
  color: #ffffff;
  font-size: 18px;
}

.main-visual-product-iphone .btn-tab-ad:hover {
  background-color: #282828;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.main-visual-product-iphone .btn-tab-ad .fa-apple {
  margin-right: 10px;
}

.main-visual-product-iphone .device {
  width: 400px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 20px 0 0;
  position: absolute;
  top: 0px;
  right: 0px;
}

.main-visual-product-iphone .device img {
  display: block;
  max-height: 100%;
  margin: 0 auto;
}

/* medibangpaint android */
.main-visual-product-android {
  background: url(/wp-content/themes/cloudalpaca.com/images/android/product-main.jpg) no-repeat 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

.main-visual-product-android .lead-box {
  color: #000000;
  padding: 120px 0 100px;
}

.main-visual-product-android .lead01 {
  font-size: 30px;
  font-weight: normal;
}

.main-visual-product-android .lead02 {
  color: #006633;
  margin-top: 20px;
}

.main-visual-product-android .app-download {
  width: 39%;
  margin: 20px 0 0;
}

.main-visual-product-android .app-download .storeList {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 5px 20px;
  font-size: 0;
  color: #f3f3f3;
  text-align: center;
}

.main-visual-product-android .app-download .storeList-txt {
  margin: 0;
  font-size: 18px;
  font-weight: #383838;
  text-align: center;
}

.main-visual-product-android .app-download .storeList-txt:before {
  font-family: "icomoon";
  content: "\e719";
  margin-right: 10px;
}

.main-visual-product-android .app-download .storeList-store {
  display: inline-block;
  width: 14%;
  margin: 1.2%;
  font-size: 12px;
  font-weight: bold;
  color: #f3f3f3;
  vertical-align: top;
  overflow: hidden;
}

.main-visual-product-android .app-download .storeList-store:hover {
  text-decoration: none;
  opacity: 0.8;
}

.main-visual-product-android .app-download .storeList-store img {
  display: block;
  border-radius: 3px;
}

.main-visual-product-android .btn-tab-ad {
  background-color: #6faf37;
  color: #ffffff;
  font-size: 18px;
}

.main-visual-product-android .btn-tab-ad:hover {
  background-color: #6faf37;
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-decoration: none;
}

.main-visual-product-android .btn-tab-ad .fa-android {
  margin-right: 10px;
  font-size: 30px;
}

.main-visual-product-android .device {
  width: 560px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 20px 0 0;
  position: absolute;
  top: 0px;
  right: 0px;
}

.main-visual-product-android .device img {
  display: block;
  max-height: 100%;
  margin: 0 auto;
}

/* manganame */
.main-visual-product-manganame {
  background: url(/wp-content/themes/cloudalpaca.com/images/manganame/product-main.jpg) no-repeat 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

.main-visual-product-manganame .lead-box {
  color: #000000;
  padding: 90px 0;
}

.main-visual-product-manganame .lead01 {
  font-size: 30px;
  font-weight: normal;
}

.main-visual-product-manganame .lead02 {
  color: #3ea207;
  margin-top: 20px;
}

.main-visual-product-manganame .app-download {
  width: 39%;
  margin: 20px 0 0;
}

.main-visual-product-manganame .app-download .btn-tab-ad.btn-apple {
  background-color: transparent;
  background-image: url(images/btn-appstore.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 200px;
  height: 64px;
  margin: 0 auto;
  color: transparent;
  font-size: 0;
}

.main-visual-product-manganame .app-download .btn-tab-ad.btn-android {
  background-color: transparent;
  background-image: url(images/btn-googleplay.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 200px;
  height: 64px;
  margin: 0 auto;
  color: transparent;
  font-size: 0;
}

html:lang(zh-CN) .main-visual-product-manganame .app-download .btn-tab-ad.btn-android {
  border: 2px solid #a6a6a6;
  border-radius: 10px;
  background-color: #000;
  background-image: none;
  width: 224px;
  padding: 1.2em .2em;
  color: #fff;
  font-size: 0.9375rem;
}

.main-visual-product-manganame .device {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0px;
  font-size: 0;
}

/* medibang colors */
.main-visual-product-colors {
  background: url(/wp-content/themes/cloudalpaca.com/images/colors/product-main.png) no-repeat 50% 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

.main-visual-product-colors .lead-box {
  color: #000000;
  padding: 90px 0;
}

.main-visual-product-colors .lead01 {
  font-size: 30px;
  font-weight: normal;
  display: inline-block;
  text-align: left;
}

.main-visual-product-colors .lead02 {
  color: #40A9CB;
  width: 390px;
  margin-top: 20px;
  text-shadow: 2px 2px 5px #f0edea, 2px -2px 5px #f0edea, -2px 2px 5px #f0edea, -2px -2px 5px #f0edea;
  text-align: center;
}

html:lang(pt) .main-visual-product-colors .lead02 {
  margin-left: 105px;
  text-align: left;
}

.main-visual-product-colors .lead03 {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: bottom;
}

.main-visual-product-colors .app-download {
  width: 39%;
  margin: 20px 0 0;
}

.main-visual-product-colors .btn-tab-ad.btn-apple {
  background-color: #282828;
  color: #ffffff;
  font-size: 18px;
}

.main-visual-product-colors .btn-tab-ad.btn-android {
  background-color: #6faf37;
  color: #ffffff;
  font-size: 18px;
}

.main-visual-product-colors .btn-tab-ad.btn-apple {
  background-color: transparent;
  background-image: url(images/btn-appstore.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 200px;
  height: 64px;
  margin: 0 auto;
  color: transparent;
  font-size: 0;
}

.main-visual-product-colors .btn-tab-ad.btn-android {
  background-color: transparent;
  background-image: url(images/btn-googleplay.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 200px;
  height: 64px;
  margin: 0 auto;
  color: transparent;
  font-size: 0;
}

html:lang(zh-CN) .main-visual-product-colors .app-download .btn-tab-ad.btn-android {
  border: 2px solid #a6a6a6;
  border-radius: 10px;
  background-color: #000;
  background-image: none;
  width: 224px;
  padding: 1.2em .2em;
  color: #fff;
  font-size: 0.9375rem;
}

.main-visual-product-colors .device {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 160px;
  font-size: 0;
}

@media screen and (max-width: 1000px) {
  .main-visual-product-colors .lead-box {
    padding: 50px 0 20px;
  }
  .main-visual-product-colors .lead02 {
    width: auto;
    margin-left: auto;
    text-shadow: none;
  }
  html:lang(pt) .main-visual-product-colors .lead02 {
    margin-left: auto;
    text-align: center;
  }
  .main-visual-product-colors .device {
    position: static;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 750px) {
  .main-visual-product-colors .lead-box {
    padding: 15px 0;
  }
  .main-visual-product-colors .device {
    position: static;
    padding-bottom: 0;
  }
  .main-visual-product-colors .lead01 {
    font-size: 20px;
  }
  .main-visual-product-colors .lead03 {
    margin: 0 20px -10px 0;
  }
}

/* jump paint */
.main-visual-product-jumppaint {
  background-image: url(images/jumppaint/product-main_sp.png?ver-2);
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #cc101d;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

.main-visual-product-jumppaint .inner {
  padding-bottom: 90%;
}

.main-visual-product-jumppaint h1 {
  margin: 20px auto 0;
}

.main-visual-product-jumppaint h1 img {
  display: block;
  margin: 0 auto;
}

.main-visual-product-jumppaint h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.main-visual-product-jumppaint .device {
  margin: 0;
  padding: 0;
}

.main-visual-bottom {
  background-image: url(images/jumppaint/bg_img_jp500kdl.png);
  background-size: contain;
}

.main-visual-bottom img {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.bd-jumppaint .main-device {
  max-width: 1000px;
  margin: 40px auto 0;
}

.bd-jumppaint .main-device h2 {
  font-size: 20px;
  font-weight: bold;
  color: #cc101d;
  text-align: center;
  line-height: 1.3;
}

.bd-jumppaint .main-device h2 span {
  font-size: 133%;
}

.bd-jumppaint .main-device .device-nav ul {
  padding: 0 10px 20px;
}

.bd-jumppaint .main-device .device-nav .item {
  padding-bottom: 5px;
  font-size: 15px;
}

.bd-jumppaint .main-device .device-nav .item .btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 3px;
  height: 60px;
  padding: 10px 5px;
  line-height: 1.2;
}

.bd-jumppaint .main-device .device-nav .item .btn .fa {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 30px;
}

.bd-jumppaint .main-device .device-nav .item .btn-txt-parts {
  display: inline-block;
  margin: 0 5px;
}

.bd-jumppaint .main-device .device-nav .item-link-old {
  height: 15px;
  margin-top: 10px;
  margin-bottom: -25px;
  font-size: 90%;
  text-align: center;
  line-height: 15px;
}

.bd-jumppaint .product-point-main .product-point-title {
  font-size: 26px;
}

.bd-jumppaint .product-point-main .product-point-list {
  margin: 20px 0 40px;
}

.bd-jumppaint .product-point-main .product-point-image {
  border-radius: 10px;
  margin: 0;
  overflow: hidden;
}

.bd-jumppaint .use-medibang {
  margin-top: 30px;
  padding: 30px 20px;
  background: url(images/bg-foam.png) 0 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.bd-jumppaint .use-medibang .txt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.bd-jumppaint .use-medibang .cnt a {
  background-color: #4f9bd1;
  padding: 20px 0;
  text-align: center;
  max-width: 400px;
  display: block;
  margin: 20px auto 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.bd-jumppaint .bnr-jump {
  margin-top: 20px;
  text-align: center;
}

.bd-jumppaint .bnr-jump a {
  margin: 0 6px;
}

@media screen and (max-width: 360px) {
  .main-visual-product-jumppaint h2 {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 480px) {
  .bd-jumppaint .main-device .device-nav .item {
    font-size: 13px;
  }
  .bd-jumppaint .main-device .device-nav .item .btn .fa {
    margin-right: 0;
    font-size: 24px;
  }
}

@media screen and (max-width: 900px) {
  .bd-jumppaint .device-nav .item {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 750px) {
  .bd-jumppaint .product-point-main .product-point-title {
    font-size: 20px;
  }
  .bd-jumppaint .product-point-list .product-point-image,
  .bd-jumppaint .product-point-list .product-point-info {
    display: block;
  }
  .bd-jumppaint .product-point-list .product-point-image:before {
    content: none;
  }
}

@media screen and (min-width: 751px) {
  .main-visual-product-jumppaint {
    background-image: url(images/jumppaint/product-main.png?ver-2);
    background-image: -webkit-image-set(url(images/jumppaint/product-main.png?ver-2) 1x, url(images/jumppaint/product-main@2x.png?ver-2) 2x);
    background-image: image-set(url(images/jumppaint/product-main.png?ver-2) 1x, url(images/jumppaint/product-main@2x.png?ver-2) 2x);
    background-position: 32% 0;
    background-size: auto 500px;
    min-height: 500px;
  }
  html:lang(zh-CN) .main-visual-product-jumppaint {
    background-image: url(images/jumppaint/product-main.png?ver-2);
  }
  .main-visual-product-jumppaint .inner {
    padding-left: 50%;
    padding-bottom: 0;
  }
  .main-visual-product-jumppaint h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 10px;
  }
  html:lang(ru) .main-visual-product-jumppaint h2,
  html:lang(es) .main-visual-product-jumppaint h2,
  html:lang(pt-PT) .main-visual-product-jumppaint h2 {
    font-size: 22.4px;
    font-size: 1.4rem;
    line-height: 0.9;
  }
  .bd-jumppaint .main-device h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .main-visual-product-jumppaint {
    background-position: 50% 0;
  }
  .main-visual-product-jumppaint h1 {
    margin: 9px auto 0;
  }
  .main-visual-product-jumppaint h2 {
    margin: 5px auto;
  }
  .main-visual-product-jumppaint .inner {
    padding-left: 430px;
  }
}

/* common */
.about-name {
  margin-top: 40px;
}

.about-name .cnt:before,
.about-name .cnt:after {
  content: ' ';
  display: table;
}

.about-name .cnt:after {
  clear: both;
}

.about-name .txt {
  float: left;
  width: 47.65%;
}

.about-name .img {
  float: right;
  width: 50%;
}

.app-download .app-info {
  margin: 5px 0 0;
  font-size: 13px;
  text-align: center;
}

.app-download .appdl-info {
  border: 1px solid #383838;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 8px;
  font-size: 13px;
  color: #383838;
}

.app-download .app-version {
  color: #161616;
  display: inline-block;
  margin-left: 5px;
}

.news-list-title {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: bold;
}

.news-list {
  margin: 0;
  padding: 0;
}

.news-list li {
  list-style: none;
}

.news-list li .news-date {
  margin: 0;
  font-size: 11px;
  color: #999999;
}

.news-list li .news-title {
  margin: 0;
  font-size: 13px;
}

.news-list .js-movie-link {
  cursor: pointer;
}

.news-list .js-movie-link:hover {
  color: #3ea207;
  text-decoration: underline;
}

.news-list .product-movie-detail {
  display: none;
}

.product-point-links {
  margin: 0;
  padding: 0;
}

.product-point-links li {
  list-style: none;
}

.main-2clm {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
}

.main-2clm:before,
.main-2clm:after {
  content: ' ';
  display: table;
}

.main-2clm:after {
  clear: both;
}

.main-2clm #main {
  float: left;
  width: 68%;
}

.main-2clm #side {
  float: right;
  width: 30%;
}

.main-2clm-adv #main {
  float: none;
  overflow: hidden;
  width: auto;
}

.main-2clm-adv #side {
  float: right;
  width: 30%;
  margin-left: 2%;
}

.main-download {
  display: none;
}

.main-download .app-download .storeList {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 5px 10px;
  font-size: 0;
  color: #f3f3f3;
  text-align: center;
}

.main-download .app-download .storeList-txt {
  margin: 0;
  font-size: 18px;
  font-weight: #383838;
  text-align: center;
}

.main-download .app-download .storeList-txt:before {
  font-family: "icomoon";
  content: "\e719";
  margin-right: 10px;
}

.main-download .app-download .storeList-store {
  display: inline-block;
  width: 14%;
  margin: 5px 1.2%;
  font-size: 12px;
  font-weight: bold;
  color: #f3f3f3;
  vertical-align: top;
  overflow: hidden;
}

.main-download .app-download .storeList-store:hover {
  text-decoration: none;
  opacity: 0.8;
}

.main-download .app-download .storeList-store img {
  display: block;
  border-radius: 5px;
}

@media screen and (max-width: 414px) {
  .main-download .app-download .storeList-store {
    width: 24%;
    margin: 2px 4%;
  }
}

.main-2clm .main-download .btn-tab-ad {
  background-color: #282828;
  color: #ffffff;
}

.bd-manganame .main-2clm .main-download .btn-apple,
.bd-colors .main-2clm .main-download .btn-apple {
  background-color: transparent;
  background-image: url(images/btn-appstore.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 200px;
  height: 64px;
  margin: 0 auto;
  color: transparent;
  font-size: 0;
}

.bd-manganame .main-2clm .main-download .btn-android,
.bd-colors .main-2clm .main-download .btn-android {
  background-color: transparent;
  background-image: url(images/btn-googleplay.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 200px;
  height: 64px;
  margin: 0 auto;
  color: transparent;
  font-size: 0;
}

html:lang(zh-CN) .bd-manganame .main-2clm .main-download .btn-android,
html:lang(zh-CN) .bd-colors .main-2clm .main-download .btn-android {
  border: 2px solid #a6a6a6;
  border-radius: 10px;
  background-color: #000;
  background-image: none;
  width: 224px;
  padding: 1.2em .2em;
  color: #fff;
  font-size: 0.9375rem;
}

.news-list-area {
  margin: 0 -1.47%;
  font-size: 0;
}

.news-list-area .news-list-box {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.32%;
  width: 47%;
  font-size: 16px;
}

.news-list {
  border-top: 1px solid #e5e5e5;
}

.news-list li {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}

.news-list-more {
  margin-top: 15px;
  text-align: center;
}

.news-list-more a {
  display: inline-block;
}

.news-list-more p {
  margin: 0;
  display: inline-block;
  padding: 10px 35px;
  border: 1px solid #c8c8c8;
  font-weight: bold;
}

.news-list-bottom-bnr-area {
  margin-top: 30px;
  text-align: center;
}

.product-point-area {
  margin-top: 30px;
}

.product-point-main .product-point-title {
  font-weight: normal;
  font-size: 30px;
  margin: 0;
}

.product-point-main .product-point-lead {
  margin-top: 10px;
}

.product-point-main .product-point-image {
  margin: 0 -1.47%;
  text-align: center;
  font-size: 0;
}

.product-point-list {
  margin: 40px -1.47% 0;
  padding: 0;
  font-size: 0;
}

.product-point-list li {
  list-style: none;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  width: 47.14%;
  margin: 40px 1.428% 0;
}

.product-point-list li:nth-child(-n+2) {
  margin-top: 0;
}

.product-point-list .product-point-image {
  text-align: center;
  font-size: 0;
}

.product-point-list .product-point-info {
  margin-top: 20px;
}

.product-point-list .product-point-title {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}

.product-point-list .product-point-lead {
  margin: 20px 0 0;
}

.product-point-list .product-point-links {
  margin-top: 10px;
}

.product-point-list .product-point-links li {
  margin: 5px 0 0;
  width: auto;
}

.product-point-list .product-point-links a {
  color: #3ea207;
  font-size: 14px;
}

.adv-list {
  padding: 0;
  margin: 0;
}

.adv-list li {
  margin: 10px auto;
  list-style: none;
}

.adv-list li:first-child {
  margin-top: 0;
}

.adv-list a:hover img {
  /*  opacity: 0.5;
  filter: alpha(opacity=50);
*/
}

.adv-item__title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: -10px;
}

.adv-item__title--pc {
  display: block;
}

.adv-item__title--sp {
  display: none;
}

.bnr_ads {
  text-align: center;
  margin: 0 auto 0;
}

.bnr_jumppaint_sptopics {
  margin: 5px auto 0;
  text-align: center;
}

.popular-list-area {
  border-top: 3px solid #292929;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.popular-list-area .title {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 15px;
  line-height: 1;
  margin: 0;
}

.popular-list-area .wpp-list {
  padding: 0;
  margin: 0;
}

.popular-list-area .wpp-list li {
  list-style: none;
  padding: 10px 15px;
  border-top: 1px solid #e5e5e5;
}

.popular-list-area .wpp-list a {
  display: block;
  font-size: 13px;
}

#side .inner {
  width: 300px;
}

#side .inner.fixed {
  position: fixed;
  top: 10px;
}

#side .inner.static {
  position: static;
  top: 0;
}

#side .adv {
  margin-top: 20px;
}

#side .adv:first-child {
  margin-top: 0;
}

#side .popular-list-area {
  margin-top: 20px;
}

#side .relation {
  margin-top: 20px;
  border-top: 3px solid #292929;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 19px 30px;
}

#side .relation-list {
  padding: 0;
  margin: 0;
}

#side .relation-list li {
  list-style: none;
  margin-top: 30px;
}

#side .relation-list li:first-child {
  margin-top: 0;
}

#side .relation-list a {
  display: block;
}

#side .relation-list p {
  margin: 0;
}

#side .relation-list .relation-title {
  margin: 10px 0 0;
  font-size: 15px;
  font-weight: bold;
}

.cloud-description p {
  margin: 0;
}

.cloud-description .txt {
  margin-top: 10px;
}

.cloud-page-navi {
  margin-top: 40px;
}

.cloud-page-navi ul {
  margin: 0;
  padding: 0;
}

.about-box {
  background-color: #f2f2f2;
  padding: 30px 20px 20px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.about-box .title {
  background-color: #ffffff;
  border: 2px solid #262626;
  color: #161616;
  font-size: 15px;
  margin: 0;
  padding: 5px 15px;
  position: absolute;
  top: -15px;
  left: 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.about-cloud {
  margin-top: 40px;
}

.about-cloud .cnt:before,
.about-cloud .cnt:after {
  content: ' ';
  display: table;
}

.about-cloud .cnt:after {
  clear: both;
}

.about-cloud .txt {
  float: left;
  width: 47.65%;
}

.about-cloud .img {
  float: right;
  width: 50%;
}

.info-cloud {
  margin-top: 40px;
}

.info-cloud .title {
  font-size: 30px;
  font-weight: normal;
  margin: 0;
}

.info-cloud .list {
  margin-top: 30px;
}

.info-cloud .list dt {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
  font-weight: normal;
  margin-top: 35px;
}

.info-cloud .list dt:first-child {
  margin-top: 0;
}

.info-cloud .list dt span {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  background-color: #161616;
  color: #ffffff;
  padding: 8px 10px;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.info-cloud .list dd {
  margin: 20px 0 0;
}

.info-cloud .links {
  padding: 0;
  margin: 10px 0 0;
}

.info-cloud .links li {
  list-style: none;
}

.info-cloud .links a {
  font-size: 15px;
}

.use-cloud {
  margin-top: 50px;
}

.use-cloud .title {
  font-size: 30px;
  font-weight: normal;
  margin: 0;
}

.use-cloud .cnt {
  margin-top: 20px;
}

.use-cloud .cnt em {
  font-style: normal;
  font-weight: bold;
}

.regist-medibang {
  margin-top: 30px;
  padding: 30px 20px;
  background: url(/wp-content/themes/cloudalpaca.com/images/bg-foam.png) 0 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.regist-medibang .title {
  margin: 0;
  text-align: center;
}

.regist-medibang .txt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.regist-medibang .cnt a {
  background-color: #fb8d43;
  padding: 20px 0;
  text-align: center;
  max-width: 400px;
  display: block;
  margin: 20px auto 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.regist-medibang .cnt a:hover {
  background-color: #ff6d0c;
  text-decoration: none;
}

.regist-medibang .cnt a:before {
  font-family: "icomoon";
  content: "\e641";
  font-size: 25px;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.brush-description {
  margin-bottom: 20px;
}

.brush-description .txt {
  margin: 0;
}

.font-description p {
  margin: 0;
}

.font-description .txt {
  margin-top: 10px;
}

.font-page-navi {
  margin-top: 40px;
}

.font-page-navi ul {
  margin: 0;
  padding: 0;
}

.font-page-navi ul:before,
.font-page-navi ul:after {
  content: ' ';
  display: table;
}

.font-page-navi ul:after {
  clear: both;
}

.font-page-navi li {
  list-style: none;
  float: left;
  margin-left: 30px;
}

.font-page-navi li:first-child {
  margin-left: 0;
}

.font-list {
  margin: 50px 0 0;
  padding: 0;
}

.font-list li {
  list-style: none;
  margin-top: 30px;
}

.font-list li:first-child {
  margin-top: 0;
}

.font-list p {
  margin: 0;
}

.font-name {
  padding-left: 20px;
  position: relative;
  font-weight: bold;
}

.font-name:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #4f9bd1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.font-list .font-img {
  margin-top: 5px;
  padding-left: 30px;
}

.page-content .member-list {
  margin: 0 -1.02%;
}

.page-content .member-list .member {
  width: 23%;
  margin: 0 1%;
  text-align: center;
}

.relation-area-title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 3px double #e6e6e6;
}

.relation-list {
  margin: 0;
  padding: 0;
}

.relation-list li {
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.relation-list p {
  margin: 0;
}

.relation-list .relation-img {
  font-size: 0;
  text-align: center;
}

.foot-relation-area {
  margin-top: 50px;
}

.foot-relation-area .relation-list {
  margin-top: 20px;
  margin: 20px -1.47% 0;
  font-size: 0;
}

.foot-relation-area .relation-list li {
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  word-wrap: break-word;
  width: 47.14%;
  margin: 20px 1.42% 0;
  border: 1px solid #e5e5e5;
}

.foot-relation-area .relation-list li:nth-child(-n+2) {
  margin-top: 0;
}

.foot-relation-area .relation-list .relation-title {
  padding: 10px 5px;
  margin: 0;
  font-size: 15px;
  font-weight: normal;
}

.foot-relation-area .relation-list .relation-info {
  border-top: 1px solid #e5e5e5;
}

.foot-material-area {
  margin-top: 30px;
}

.foot-material-area .txt {
  margin: 0;
}

.foot-material-area .caution {
  margin: 30px 0 0;
}

.foot-material-area a {
  color: #3ea207;
}

input.main-search-input {
  border: 1px solid #666666;
  width: 70%;
  padding: 10px;
  vertical-align: top;
  /*  -webkit-transition: width .3s ease-out;
  -moz-transition: width .3s ease-out;
  transition: width .3s ease-out;
*/
}

input.main-search-input:focus {
  /*width: 550px;*/
}

button.main-search-btn {
  border: 1px solid #666666;
  background-color: #f5f5f5;
  width: 25%;
  height: 46px;
  margin-left: 2%;
  padding: 14px 5px;
  font-size: 12px;
  font-weight: normal;
  color: #161616;
  line-height: 1.3;
  vertical-align: middle;
}

.sort-list {
  margin: 0;
  padding: 0;
}

.sort-list li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

.sort-list label {
  font-size: 13px;
  display: inline-block;
  padding: 5px 10px;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.sort-list label input[type=radio] {
  margin-right: 10px;
}

.tag-list {
  margin: 0 -10px 0 0;
  padding: 0;
}

.tag-list:before,
.tag-list:after {
  content: '';
  display: table;
}

.tag-list:after {
  clear: both;
}

.tag-list li {
  list-style: none;
  float: left;
  margin: 0 10px 5px 0;
}

.tag-list a,
.tag-list a:visited,
.tag-list a:hover {
  text-decoration: none;
}

.tag-list .tag {
  margin: 0;
  background-color: #4f9bd1;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.tag-list a:hover .tag {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.main-search .sort-list {
  display: inline-block;
  text-align: left;
}

.main-search .tag-list {
  margin-top: 20px;
}

.material-description {
  margin-bottom: 20px;
}

.material-description p {
  margin: 0;
}

.material-description .lead {
  font-size: 30px;
}

.material-description .txt {
  margin-top: 10px;
}

.material-description .caution {
  margin-top: 10px;
}

.material-news-info-area {
  margin-top: 40px;
}

.material-news-info-area-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}

.material-news-info-list {
  margin: 10px 0 0 0;
  padding: 0;
}

.material-news-info-list li {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid #e5e5e5;
}

.material-news-info-list li:first-child {
  border-top: 1px solid #e5e5e5;
}

.material-news-info-list li:before,
.material-news-info-list li:after {
  content: ' ';
  display: table;
}

.material-news-info-list li:after {
  clear: both;
}

.material-news-info-list p {
  margin: 0;
}

.material-news-info-list .material-news-info-date {
  float: left;
  margin-right: 10px;
  font-size: 11px;
  color: #999999;
}

.material-news-info-list .material-news-info-title {
  overflow: hidden;
  font-size: 13px;
}

.attachment-item-list .attachment-item-detail {
  display: none;
}

.material-list {
  margin: 20px -1.17% 0;
  padding: 0;
  font-size: 0;
}

.material-list:before,
.material-list:after {
  content: ' ';
  display: table;
}

.material-list:after {
  clear: both;
}

.material-list li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 14.36%;
  margin: 20px 1.12% 0;
  cursor: pointer;
  font-size: 15px;
}

.material-list li:nth-child(-n+6) {
  margin-top: 0;
}

.material-list li:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.introduction-movie .title {
  font-size: 30px;
  font-weight: normal;
  margin: 0;
}

.introduction-movie .movie-play-box {
  margin-top: 20px;
  position: relative;
  padding-top: 56.25%;
}

.introduction-movie .movie-play-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.foot-introduction-movie {
  margin-top: 70px;
}

.entry-content .toolButton {
  width: 25%;
  height: 23%;
  color: #ff4b5a;
}

.entry-content .toolButton:visited {
  color: #ff4b5a;
}

.entry-content .toolButton:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #3ea207;
}

.entry-content .cloudfont {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.entry-content .cloudfont-cover {
  float: left;
  margin: 1%;
}

.entry-content .cloudfont {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.entry-content img.font_sample {
  float: right;
  margin-left: 5%;
  max-width: 25%;
}

.entry-content .font_about {
  float: left;
  width: 70%;
}

.yt-movie-box {
  padding-top: 56.25%;
  position: relative;
}

.yt-movie-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.column-content .btn-appdl .fa-apple,
.column-content .btn-appdl .fa-android {
  font-size: 20px;
}

@media screen and (max-width: 1000px) {
  .header-search-area {
    /*margin-top: 30px;*/
  }
  .search-form .search-btn {
    /*top: 0.5em;*/
  }
  .main-2clm {
    padding-left: 10px;
    padding-right: 10px;
  }
  .front_page .main-2clm {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main-2clm #main,
  .main-2clm #side {
    float: none;
    width: 100%;
  }
  .main-2clm #side {
    margin-top: 20px;
  }
  .main-2clm #side .inner {
    width: 100%;
    position: static !important;
    padding: 0;
  }
  .main-2clm #side .adv {
    text-align: center;
  }
  .main-2clm #side .relation {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .main-2clm #side .relation li {
    margin-top: 20px;
  }
  .main-2clm #side .relation li:first-child {
    margin-top: 0;
  }
  .main-2clm #side .popular-list-area .title {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-2clm #side .popular-list-area .wpp-list li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-2clm-adv #main {
    display: table-header-group;
  }
  .main-2clm-adv #side {
    margin: 40px 0 0;
    display: table-footer-group;
  }
  .main-visual .lead-box {
    padding: 50px 0 20px;
    text-align: center;
  }
  .main-visual .lead02 {
    margin-top: 20px;
  }
  .main-visual .app-download {
    display: none;
  }
  .main-visual .device {
    position: static;
    text-align: center;
  }
  .main-visual .one_million {
    top: auto;
    right: 10px;
    bottom: 0;
    width: 30%;
  }
  .main-visual-product-iphone .device {
    padding-bottom: 0;
  }
  .main-download {
    display: block;
    margin-bottom: 20px;
  }
  .main-download .app-download {
    margin-top: 10px;
  }
  .main-download .app-download:first-child {
    margin-top: 0;
  }
  .main-download .app-info .btn-appdl {
    background: none;
    color: #383838;
    display: inline;
  }
  .main-download .app-info .btn-appdl .fa {
    display: none;
  }
  .site-footer .language-navigation {
    display: none;
  }
  .regist-medibang {
    padding: 20px 10px;
  }
  .regist-medibang *:first-child {
    margin-top: 0;
  }
  .regist-medibang .cnt a {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 900px) {
  .medibang-navigation .footer_nav {
    display: block !important;
  }
}

@media screen and (max-width: 900px) {
  #child-menu-wrap {
    padding: 0 10px;
  }
  .medibang-navigation .btn-navigation {
    display: block;
  }
  .medibang-navigation .footer_nav {
    text-align: center;
  }
  .medibang-navigation .footer_nav li {
    float: none;
    width: auto;
    margin-top: 16px !important;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .medibang-navigation .footer_nav li:first-child {
    margin-top: 0 !important;
  }
  .medibang-navigation .footer_nav li:nth-child(-n+2) {
    margin-top: 0;
  }
  .medibang-navigation .footer_nav li .tit {
    margin-bottom: 8px;
  }
  .product-description .box {
    float: none;
    width: auto;
  }
  .product-description .box02 {
    margin-top: 20px;
    text-align: center;
  }
  .product-description .title {
    margin-bottom: 20px;
  }
  .device-nav {
    margin: 20px 0 0;
    padding: 0 10px;
  }
  .device-nav.pc {
    display: none;
  }
  .device-nav.mobile {
    display: block;
  }
  .device-nav ul {
    margin: 0;
  }
  .device-nav ul:before,
  .device-nav ul:after {
    content: ' ';
    display: table;
  }
  .device-nav ul:after {
    clear: both;
  }
  .device-nav .item {
    width: 48%;
    margin: 10px 0 0;
    display: block;
  }
  .device-nav .item:nth-child(-n+2) {
    margin-top: 0;
  }
  .device-nav .item:nth-child(odd) {
    float: left;
  }
  .device-nav .item:nth-child(even) {
    float: right;
  }
}

@media screen and (max-width: 750px) {
  .medibang-navigation .footer_nav {
    margin: 20px 0 0;
    font-size: 0;
  }
  .head-btn-medibang-creators {
    position: static;
    background-color: #b6dc49;
    display: none;
  }
  .head-btn-medibang-creators a {
    text-align: right;
  }
  .main-visual .lead-box {
    padding: 15px 0;
  }
  .main-visual .lead01 {
    font-size: 20px;
  }
  .main-visual .lead02 {
    font-size: 20px;
    margin-top: 20px;
  }
  .main-visual .lead02 span {
    font-size: 24px;
  }
  html:lang(pt) .main-visual .lead02 span {
    font-size: 24px;
  }
  .main-visual .device {
    padding-bottom: 30px;
  }
  .main-visual-product-iphone .device,
  .main-visual-product-colors .device {
    padding-bottom: 0;
  }
  .main-visual-top {
    display: block;
  }
  .main-visual-bottom {
    display: none;
  }
  .main-visual-alltop .btn-use {
    display: block;
  }
  .home-content-new {
    padding-left: 0;
    padding-right: 0;
    -webkit-background-size: 700px 250px;
    -moz-background-size: 700px 250px;
    background-size: 700px 250px;
  }
  .home-content-new .inner {
    padding: 0;
  }
  .device-nav {
    padding: 0;
  }
  .device-nav .item .btn {
    font-size: 13px;
    margin-top: 10px;
  }
  .device-nav .item .txt {
    font-size: 13px;
  }
  .device-nav .item .btn:after {
    content: none;
  }
  .product-info-list {
    margin: 30px 0 0;
  }
  .product-info-list .product-info .info,
  .product-info-list .product-info .img {
    float: none !important;
    width: auto !important;
  }
  .product-info-list .product-info .info {
    padding-top: 0;
  }
  .product-info-list .product-info .img {
    margin-top: 10px;
  }
  .product-info-list .product-info .img img {
    width: 100%;
    height: auto;
  }
  .product-info .title {
    font-size: 18px;
    font-weight: bold;
  }
  .product-info .txt {
    margin-top: 10px;
  }
  .product-info .links {
    margin-top: 10px;
  }
  .product-info .links li {
    margin-top: 5px;
  }
  .link-type01 {
    font-size: 12px;
  }
  .footer-sns-area {
    padding: 20px 0;
  }
  .footer-bnr-area {
    padding: 20px 0;
  }
  .footer-bnr-area .foot-bnr-list li {
    width: 46%;
    margin: 10px 2% 0;
  }
  .footer-bnr-area .foot-bnr-list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .footer-bnr-area .foot-bnr-list li img {
    width: 100%;
    height: auto;
  }
  .popup-detail-close {
    top: -10px;
    right: 10px;
  }
  .popup-detail-close:after {
    font-size: 25px;
  }
  .main-2clm #side .relation-list li:before,
  .main-2clm #side .relation-list li:after {
    content: ' ';
    display: table;
  }
  .main-2clm #side .relation-list li:after {
    clear: both;
  }
  .main-2clm #side .relation-list a:before,
  .main-2clm #side .relation-list a:after {
    content: ' ';
    display: table;
  }
  .main-2clm #side .relation-list a:after {
    clear: both;
  }
  .main-2clm #side .relation-img {
    float: left;
    width: 48%;
  }
  .main-2clm #side .relation-img img {
    width: 100%;
    height: auto;
  }
  .main-2clm #side .relation-info {
    float: right;
    width: 48%;
  }
  .product-description .title {
    font-size: 20px;
  }
  .product-point-main .product-point-title {
    font-size: 20px;
  }
  .product-point-list {
    margin: 30px 0 0;
  }
  .product-point-list li {
    margin: 30px 0 0 !important;
    display: table;
    width: 100%;
  }
  .product-point-list li:first-child {
    margin-top: 0 !important;
  }
  .product-point-list .product-point-lead {
    margin-top: 10px;
  }
  .product-point-list .product-point-image {
    display: table-footer-group;
  }
  .product-point-list .product-point-image:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 20px;
  }
  .product-point-list .product-point-info {
    display: table-header-group;
  }
  .product-point-list .product-point-links li {
    margin-top: 10px !important;
  }
  .product-point-list .product-point-links li:first-child {
    margin-top: 0 !important;
  }
  .news-list-area {
    margin: 0;
  }
  .news-list-area .news-list-box {
    display: block;
    width: auto;
    margin: 20px 0 0;
  }
  .news-list-area .news-list-box:first-child {
    margin-top: 0;
  }
  .main-title {
    padding: 10px 0;
    font-size: 18px;
  }
  .main-title-use {
    margin: -20px -10px 20px;
  }
  .main-title-use span {
    font-size: 1rem;
  }
  .page-content .member-list {
    margin: 0;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .page-content .member-list .member {
    width: 48%;
    margin: 10px 0 0;
    padding: 10px;
  }
  .page-content .member-list .member:nth-child(-n+2) {
    margin-top: 0;
  }
  .about-cloud .txt,
  .about-cloud .img {
    float: none;
    width: auto;
  }
  .about-cloud .img {
    margin-top: 20px;
    text-align: center;
  }
  .info-cloud {
    margin-top: 30px;
  }
  .info-cloud .title {
    font-size: 20px;
  }
  .info-cloud .list {
    margin-top: 20px;
  }
  .info-cloud .list dt {
    padding: 0;
    font-size: 18px;
  }
  .info-cloud .list dt span {
    position: static;
    margin-right: 5px;
  }
  .use-cloud {
    margin-top: 30px;
  }
  .use-cloud .title {
    font-size: 20px;
  }
  .news-list-more a {
    display: block;
  }
  .news-list-more p {
    display: block;
    padding: 10px 0;
  }
  input.main-search-input {
    width: 100% !important;
  }
  button.main-search-btn {
    width: 100%;
    margin: 10px 0 0;
  }
  .material-description .lead {
    font-size: 18px;
  }
  .sort-list {
    margin: 10px 0 0;
  }
  .main-search .tag-list {
    margin-top: 10px;
  }
  .material-news-info-area {
    margin-top: 20px;
  }
  .material-list {
    margin: 20px 0 0;
  }
  .material-list li {
    width: 48%;
    margin: 10px 0 0 !important;
    text-align: center;
  }
  .material-list li:nth-child(odd) {
    float: left;
  }
  .material-list li:nth-child(even) {
    float: right;
  }
  .material-list li:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .material-list li img {
    width: 100%;
    height: auto;
  }
  .attachment-item-detail-image {
    min-height: 1px;
  }
  .introduction-movie .title {
    font-size: 20px;
  }
  .foot-introduction-movie {
    margin-top: 30px;
  }
  .font-page-navi {
    margin-top: 10px;
  }
  .font-page-navi li {
    margin: 10px 0 0 0;
    float: none;
  }
  .font-page-navi li:first-child {
    margin-top: 0;
  }
  .font-list {
    margin-top: 30px;
  }
  .font-list li {
    margin-top: 20px;
  }
  .font-list .font-img {
    padding-left: 0;
  }
  .foot-relation-area {
    margin-top: 20px;
  }
  .foot-relation-area .relation-list {
    margin: 20px 0 0;
  }
  .foot-relation-area .relation-list li {
    display: block;
    width: auto;
    margin: 20px 0 0 !important;
  }
  .foot-relation-area .relation-list li:first-child {
    margin-top: 0 !important;
  }
  .foot-relation-area .relation-list li:before,
  .foot-relation-area .relation-list li:after {
    content: ' ';
    display: table;
  }
  .foot-relation-area .relation-list li:after {
    clear: both;
  }
  .foot-relation-area .relation-list a {
    display: block;
  }
  .foot-relation-area .relation-list a:before,
  .foot-relation-area .relation-list a:after {
    content: ' ';
    display: table;
  }
  .foot-relation-area .relation-list a:after {
    clear: both;
  }
  .foot-relation-area .relation-img {
    float: left;
    width: 48%;
  }
  .foot-relation-area .relation-img img {
    width: 100%;
    height: auto;
  }
  .foot-relation-area .relation-info {
    float: right;
    width: 48%;
  }
  .popup-detail-content-wrap {
    margin: 20px auto;
  }
  .about-name .txt,
  .about-name .img {
    float: none;
    width: auto;
  }
  .about-name .img {
    margin-top: 10px;
  }
  .about-name .img img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main-2clm #side .relation + .google-auto-placed {
    display: none !important;
  }
  .site-content + .google-auto-placed {
    display: none !important;
  }
  #google_pedestal_container {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .google-auto-placed {
    display: none !important;
  }
}

.widget-wrapper .widget .wdget-ttl {
  font-size: 14px;
  margin: 0 0 10px 0;
  text-align: left;
  color: #dc5b53;
}

.widget-wrapper .widget iframe {
  vertical-align: top;
  max-width: 100% !important;
  min-height: 300px;
}

.widget-wrapper .widget .root {
  max-width: 100% !important;
}

.widget-wrapper .fb_iframe_widget,
.widget-wrapper .fb_iframe_widget span,
.widget-wrapper .fb_iframe_widget iframe[style] {
  width: 100% !important;
}

@media screen and (max-width: 750px) {
  .footer-sns-area .inner {
    padding: 0 5px;
  }
  .widget-wrapper aside.widget.widget-twitter-timeline,
  .widget-wrapper aside.widget.widget-facebook-likebox {
    overflow: hidden;
  }
  .footer-bnr-area .foot-bnr-list {
    margin: 0;
  }
  .footer-bnr-area .foot-bnr-list.pc {
    margin-top: 0 !important;
    text-align: center;
  }
  .footer-bnr-area .foot-bnr-list li {
    width: 100%;
    margin: 10px 0 0 !important;
  }
  .footer-bnr-area .foot-bnr-list li:first-child {
    margin-top: 0 !important;
  }
  .fb-page {
    width: 300px;
  }
  .widget iframe {
    height: 400px !important;
  }
}

/*--------------------------------------------------------------
 brush
--------------------------------------------------------------*/
.brush-news-info-area {
  margin-top: 40px;
}

.brush-news-info-area-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}

.brush-news-info-list {
  margin: 10px 0 0 0;
  padding: 0;
}

.brush-news-info-list li {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid #e5e5e5;
}

.brush-news-info-list li:first-child {
  border-top: 1px solid #e5e5e5;
}

.brush-news-info-list li:before,
.brush-news-info-list li:after {
  content: ' ';
  display: table;
}

.brush-news-info-list li:after {
  clear: both;
}

.brush-news-info-list p {
  margin: 0;
}

.brush-news-info-list .brush-news-info-date {
  float: left;
  margin-right: 10px;
  font-size: 11px;
  color: #999999;
}

.brush-news-info-list .brush-news-info-title {
  overflow: hidden;
  font-size: 13px;
}

.brush-list {
  margin: 20px -1.4% 0;
  padding: 0;
  font-size: 0;
}

.brush-list li {
  display: inline-block;
  margin: 20px 1.4% 0;
  font-size: 15px;
  vertical-align: top;
  width: 17.14%;
}

.brush-list li:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.brush-list li:nth-child(-n+5) {
  margin-top: 0;
}

.brush-list .attachment-item-link {
  cursor: pointer;
}

.brush-list .attachment-item-link img {
  width: 100%;
}

.brush-list .attachment-item-link.no-detail {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: default;
}

.brush-list li .attachment-item-name {
  font-size: 11px;
  margin: 0;
}

.brush-detail-title {
  font-weight: normal;
  font-size: 15px;
  margin: 0;
}

.brush-detail-description {
  font-size: 13px;
  margin: 5px 0 0;
}

.material-list li .attachment-item-name {
  font-size: 11px;
  margin: 0;
}

.foot-brush-area {
  margin-top: 30px;
}

.foot-brush-area .txt {
  margin: 0;
}

.foot-brush-area .linkicon-01 {
  font-size: 15px;
}

@media screen and (max-width: 750px) {
  .brush-news-info-area {
    margin-top: 20px;
  }
  .brush-list {
    margin: 20px -1.61% 0;
  }
  .brush-list li {
    width: 46.87%;
    margin: 10px 1.56% 0 !important;
    text-align: center;
  }
  .brush-list li:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .brush-list li img {
    width: 100%;
    height: auto;
  }
}

/*--------------------------------------------------------------
 pattern
--------------------------------------------------------------*/
.pattern-description {
  margin-bottom: 20px;
}

.pattern-description p {
  margin: 0;
}

.pattern-news-info-area {
  margin-top: 40px;
}

.pattern-news-info-list {
  margin: 10px 0 0 0;
  padding: 0;
}

.pattern-news-info-list li {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid #e5e5e5;
}

.pattern-news-info-list li:first-child {
  border-top: 1px solid #e5e5e5;
}

.pattern-news-info-list li:before,
.pattern-news-info-list li:after {
  content: ' ';
  display: table;
}

.pattern-news-info-list li:after {
  clear: both;
}

.pattern-news-info-list p {
  margin: 0;
}

.pattern-news-info-list .pattern-news-info-date {
  float: left;
  margin-right: 10px;
  font-size: 11px;
  color: #999999;
}

.pattern-news-info-list .pattern-news-info-title {
  overflow: hidden;
  font-size: 13px;
}

.pattern-list {
  margin: 20px -1.4% 0;
  padding: 0;
  font-size: 0;
}

.pattern-list li {
  display: inline-block;
  margin: 20px 1.4% 0;
  font-size: 15px;
  vertical-align: top;
  width: 17.14%;
}

.pattern-list li:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.pattern-list li:nth-child(-n+5) {
  margin-top: 0;
}

.pattern-list .attachment-item-link {
  cursor: pointer;
}

.pattern-list .attachment-item-link img {
  width: 100%;
}

.pattern-list .attachment-item-link.no-detail {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: default;
}

.pattern-list li .attachment-item-name {
  font-size: 11px;
  margin: 0;
}

.product-news-list {
  margin: 0;
  padding: 0;
}

.product-news-list > li {
  list-style: none;
}

.product-news-list .product-movie-detail {
  display: none;
}

.product-news-list .js-movie-link {
  cursor: pointer;
}

.product-news-list .js-movie-link:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

@media screen and (max-width: 900px) {
  .pattern-news-info-area {
    margin-top: 20px;
  }
}

@media screen and (max-width: 750px) {
  .pattern-list {
    margin: 20px -1.61% 0;
  }
  .pattern-list li {
    width: 46.87%;
    margin: 10px 1.56% 0 !important;
    text-align: center;
  }
  .pattern-list li:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .pattern-list li img {
    width: 100%;
    height: auto;
  }
}

.product-news-list {
  margin: 0;
  padding: 0;
}

.product-news-list > li {
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
}

.product-news-list a {
  display: block;
}

.product-news-inner {
  padding: 10px 0;
}

.product-news-list a:hover {
  text-decoration: none;
  color: #383838;
}

.product-news-list a:hover .product-news-inner {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.product-news-list li:first-child .product-news-inner {
  padding-top: 0;
}

.product-news-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.product-news-text {
  margin-top: 10px;
  font-size: 13px;
}

.product-news-text p {
  margin: 0;
}

.product-faq-list {
  margin: 0 0 50px;
  padding: 0;
}

.product-faq-list li {
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
}

.product-faq-list a {
  display: block;
}

.product-faq-inner {
  padding: 10px 0;
}

.product-faq-list a:hover {
  text-decoration: none;
  color: #383838;
}

.product-faq-list a:hover .product-faq-inner {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.product-faq-list li:first-child .product-faq-inner {
  padding-top: 0;
}

.product-faq-title {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding-left: 2em;
  text-indent: -2em;
  vertical-align: top;
}

.product-faq-title:before {
  content: "Q. ";
  font-size: 26px;
  vertical-align: top;
  line-height: 1.1;
}

.product-about h1,
.product-about h2,
.product-about h3 {
  color: #161616;
  margin-bottom: 1em;
  font-weight: normal;
  line-height: 1.4;
}

.product-about h1 {
  border-bottom: double 3px #e6e6e6;
  text-align: left !important;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
}

.product-about h3 {
  font-size: 17px;
}

.product-about table {
  border-collapse: collapse;
  background: white;
}

.product-about table th,
.product-about table td {
  padding: 0.5em;
  border: solid 1px #dcdcdc;
}

.product-about table th {
  background: #f2f2f2;
  text-align: left;
  width: 25%;
}

.product-about h3 {
  border-left: solid 3px #161616;
  padding-top: 0.2em;
  padding-left: 0.5em;
}

.product-about ol,
.product-about ul {
  margin-left: 1.5em;
  padding-left: 0;
}

.rn-list {
  margin: 0 0 1.5em 0;
}

.rn-list dd {
  margin: 0;
  display: list-item;
  list-style: disc;
  margin: 5px 0 0 20px;
}

.main-2clm-single {
  padding-top: 42px;
}

.site-main-single .page-header {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}

.site-main-single .page-header .news-date {
  font-size: 15px;
  color: #161616;
  padding-left: 10px;
  text-align: right;
  margin: 0;
}

.site-main-single .entry-content {
  padding-left: 10px;
  padding-right: 10px;
}

.bar-type01 {
  border-bottom: double 3px #e6e6e6;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
}

#product-movie-main {
  margin-bottom: 30px;
  padding-top: 56.25%;
  position: relative;
}

#product-movie-main iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.movie-section {
  margin-top: 30px;
}

.movie-section:first-child {
  margin-top: 0;
}

.movie-section-title {
  margin: 0;
}

.movie-section-cont {
  margin-top: 20px;
}

.product-movie-list {
  margin: 0;
  padding: 0;
  margin: 0 -0.88%;
  font-size: 0;
}

.product-movie-list li {
  list-style: none;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  width: 23.12%;
  margin: 10px 0.86% 0;
  display: inline-block;
  vertical-align: top;
}

.product-movie-list li:nth-child(-n+4) {
  margin-top: 0;
}

.product-movie-list .product-movie-detail {
  display: none;
}

.product-movie-list .js-movie-link {
  cursor: pointer;
}

.product-movie-img {
  margin: 0;
  font-size: 0;
  position: relative;
}

.product-movie-img:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/cloudalpaca.com/images/icon-pat01.png) 0 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.product-movie-detail {
  padding: 40px;
}

a:hover .product-movie-img:after,
.js-movie-link:hover .product-movie-img:after {
  opacity: 0;
  filter: alpha(opacity=0);
}

.product-movie-img .icon-play {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10;
  width: 40px;
  height: 40px;
}

.product-movie-title {
  margin: 0;
}

.product-movie-info {
  padding: 10px;
}

.product-movie-title {
  font-size: 13px;
}

.movie-section-new .product-movie-list {
  margin: 0 -1.76% 0;
}

.movie-section-new .product-movie-list li {
  width: 29.82%;
  margin: 10px 1.704% 0;
}

.movie-section-new .product-movie-list li:nth-child(-n+3) {
  margin-top: 0;
}

.movie-section-new .product-movie-title {
  font-size: 15px;
}

.use-section-area {
  margin-top: 40px;
  margin-bottom: 20px;
}

.use-section {
  margin-top: 30px;
}

.use-section:first-child {
  margin-top: 0;
}

.use-section-title {
  margin: 0;
}

.use-section-cont {
  margin-top: 20px;
}

.front_page .use-section-cont {
  margin-top: 0;
}

.product-use-list {
  margin: 0;
  padding: 0;
  margin: 0 -0.88%;
  font-size: 0;
}

.product-use-list li {
  list-style: none;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  width: 23.12%;
  margin: 10px 0.86% 0;
  display: inline-block;
  vertical-align: top;
}

.product-use-list li:nth-child(-n+4) {
  margin-top: 0;
}

.product-use-list-purpose {
  margin: 0 -1.61%;
}

.product-use-list-purpose li {
  width: 46.87%;
  margin: 0 1.56% 0 !important;
  padding: 5px 0;
  border-top: none;
  border-left: none;
  border-right: none;
}

.product-use-list-purpose li:nth-child(-n+2) {
  margin-top: 0 !important;
}

.product-use-list-purpose a {
  display: block;
}

.product-use-img {
  margin: 0;
  font-size: 0;
  position: relative;
}

.product-use-img:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/cloudalpaca.com/images/icon-pat01.png) 0 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

a:hover .product-use-img:after {
  opacity: 0;
  filter: alpha(opacity=0);
}

.product-use-img img {
  width: 100%;
}

.product-use-title {
  margin: 0;
  font-weight: normal;
}

.product-use-info {
  padding: 10px;
}

.product-use-title {
  font-size: 13px;
}

.product-use-data {
  font-size: 13px;
  text-align: right;
}

.product-use-list .product-use-img {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.product-use-list .product-use-img img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.product-more {
  margin-top: 20px;
  text-align: center;
}

.use-section-title .product-more {
  float: right;
  margin-top: 0;
  font-weight: normal;
}

.product-more a {
  display: inline-block;
  border: 1px solid #c8c8c8;
  padding: 5px 45px;
  font-size: 13px;
  color: #383838;
  background-color: #f5f5f5;
  -webkit-border-radis: 3px;
  -moz-border-radis: 3px;
  -o-border-radis: 3px;
  -ms-border-radis: 3px;
  border-radius: 3px;
}

.use-section-title .product-more a {
  border: none;
  background-color: inherit;
  padding: 0 25px 0 0;
  color: #356fb7;
  position: relative;
}

.use-section-title .product-more a:after {
  font-family: "icomoon";
  content: "\e606";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #356fb7;
  color: #356fb7;
  border-radius: 50%;
  font-size: 63%;
  height: 18px;
  text-align: center;
  width: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transition: right .1s ease-out;
  -webkit-transition: right .1s ease-out;
  -moz-transition: right .1s ease-out;
  -o-transition: right .1s ease-out;
}

.product-more a:hover {
  text-decoration: none;
  color: #383838;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.use-section-title .product-more a:hover {
  color: #356fb7;
}

.product-more a:focus {
  text-decoration: none;
}

.category-tag-list {
  margin: 0 -10px 0 0;
  padding: 0;
  display: inline-block;
}

.category-tag-list:before,
.category-tag-list:after {
  content: '';
  display: table;
}

.category-tag-list:after {
  clear: both;
}

.category-tag-list li {
  list-style: none;
  float: left;
  margin: 0 10px 5px 0;
}

.category-tag-list a,
.category-tag-list a:visited,
.category-tag-list a:hover {
  text-decoration: none;
}

.category-tag-list .tag {
  margin: 0;
  background-color: #4f9bd1;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.category-tag-list a:hover .tag {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.category-tag-list label {
  font-size: 13px;
  display: inline-block;
  padding: 5px 10px;
  background-color: #ddecf6;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.category-tag-list label input[type=checkbox] {
  margin-right: 5px;
}

.main-search {
  margin: 20px 0;
}

.search-list-area {
  margin-bottom: 20px;
}

.search-list-area .sort-list {
  vertical-align: top;
}

.purpose {
  margin-top: 50px;
}

.purpose:first-child {
  margin-top: 0;
}

.purpose-title {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  line-height: 1.2;
}

.purpose-cont {
  margin-top: 20px;
}

.purpose-list {
  padding: 0;
  font-size: 0;
  margin: 0 -1.55%;
}

.purpose-list li {
  font-size: 15px;
  font-weight: normal;
  list-style: none;
  margin: 10px 1.56% 0;
}

.purpose-list a {
  color: #383838 !important;
}

.purpose-list .purpose-item-title {
  font-weight: normal;
  font-size: 15px;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
}

.purpose-list .purpose-item-cont {
  margin-top: 10px;
}

.purpose-list .no-view {
  display: none;
}

.purpose-list .purpose-item-cont a {
  display: block;
  font-size: 13px;
  padding-left: 2em;
  color: #808080;
}

.purpose-list-more {
  margin: 20px 0 0;
  text-align: center;
}

.purpose-list-more a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.purpose-list-more a:hover,
.purpose-list-more a:focus {
  text-decoration: none;
  color: #383838;
}

.monitor-movie {
  padding: 20px 30px;
  background-color: #000000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.monitor-movie-pc {
  background: url(/wp-content/themes/cloudalpaca.com/images/monitor.jpg) no-repeat 0 0;
  padding: 20px 30px 100px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.monitor-movie .movie {
  padding-top: 56.45%;
  position: relative;
}

.monitor-movie .movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.start-steps {
  margin-top: 20px;
}

.start-step {
  margin-top: 50px;
}

.start-step:first-child {
  margin-top: 0;
}

.start-step {
  font-size: 18px;
  position: relative;
}

.start-step-title {
  margin: 0;
}

.start-step-cont {
  margin-top: 0;
}

.start-step-lead {
  margin: 0;
}

.start-step-dl {
  margin-top: 50px;
}

.start-step-dl p {
  margin: 0;
  margin-bottom: 20px;
  font-size: 15px;
  text-align: center;
}

.start-step-dl a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.start-step-dl a:link,
.start-step-dl a:visited {
  text-decoration: none;
  color: #383838;
}

.start-step-dl .btn-blue {
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding: 10px 0;
  text-align: center;
}

.start-step-regist {
  margin: 10px -0.7% 0;
  font-size: 0;
}

.start-step-regist-left {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.724%;
  width: 52%;
  font-size: 18px;
}

.start-step-regist-right {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.724%;
  width: 44.92%;
  font-size: 18px;
}

.start-step-regist p {
  margin: 0;
}

.start-step-regist a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.start-step-regist a:link,
.start-step-regist a:visited {
  text-decoration: none;
  color: #ffffff;
}

.start-step-regist .btn-orange {
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding: 10px 0;
  text-align: center;
}

.start-step-regist-btn {
  margin-top: 50px;
  max-width: 310px;
}

.start-step-regist-btn p {
  font-size: 15px;
  margin-bottom: 20px;
}

.btn-blue {
  background-color: #5bcfff;
  color: #000000;
}

.btn-orange {
  background-color: #fb8d43;
  color: #ffffff;
}

.btn-regist:before {
  font-family: "icomoon";
  content: "\e641";
  font-size: 22px;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.member-service {
  position: relative;
}

.member-service .arrow01 {
  margin: 0;
  position: absolute;
  right: 25px;
  bottom: -5px;
}

#start-step01 {
  padding-bottom: 30px;
}

#start-step01 .start-step-lead {
  padding-left: 10%;
  padding-right: 17%;
}

#start-step01 .illust01 {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

#start-step01 .arrow01 {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

#start-step01 .start-step-dl {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#start-step02 .start-step-regist-right {
  text-align: center;
}

.dl-btn-table-tmpl a.btn-appdl {
  width: 100%;
}

.item-tag-list {
  margin: 10px 0 0;
  padding: 0;
}

.item-tag-list li {
  list-style: none;
}

.bd-home .menu-item-alltop .child-menu {
  display: block;
}

.bd-pc .menu-item-pc .child-menu {
  display: block;
}

.bd-ipad .menu-item-ipad .child-menu {
  display: block;
}

.bd-iphone .menu-item-iphone .child-menu {
  display: block;
}

.bd-android .menu-item-android .child-menu {
  display: block;
}

.bd-manganame .menu-item-manganame .child-menu {
  display: block;
}

.bd-colors .menu-item-colors .child-menu {
  display: block;
}

.bd-jumppaint .menu-item-jumppaint .child-menu {
  display: block;
}

.search-list .archive-content {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.search-list .archive-content:first-child {
  padding-top: 0;
}

.search-list .js-movie-link {
  cursor: pointer;
}

.search-list .archive-content > a {
  display: block;
  text-decoration: none;
}

.search-list .js-movie-link:hover,
.search-list .archive-content a:hover {
  color: #383838;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.search-list .product-movie-detail {
  display: none;
}

.site-content--ver01 {
  padding: 100px 0;
  text-align: center;
  background-color: #cccccc;
}

@media screen and (max-width: 1000px) {
  .monitor-movie {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .main-visual .bnr-160127 {
    top: auto;
    right: 10px;
    bottom: 0;
    width: 30%;
  }
}

@media screen and (max-width: 750px) {
  .main-2clm-single {
    padding-top: 20px;
  }
  .product-movie-list {
    margin: 20px -1.61% 0 !important;
  }
  .product-movie-list li {
    width: 46.87% !important;
    margin: 10px 1.56% 0 !important;
  }
  .product-movie-list li:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .product-movie-list li img {
    width: 100%;
    height: auto;
  }
  .search-list-area .category-tag-list,
  .search-list-area .sort-list {
    display: block;
  }
  .search-list-area .sort-list {
    margin: 10px 0 0;
  }
  .product-use-list {
    margin: 20px -1.61% 0;
  }
  .product-use-list li {
    width: 46.87% !important;
    margin: 10px 1.56% 0 !important;
  }
  .product-use-list li:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .product-use-list li img {
    width: 100%;
    height: auto;
  }
  .product-use-list-purpose {
    margin: 0;
  }
  .product-use-list-purpose li {
    width: 100% !important;
    margin: 0 !important;
  }
  .product-more a {
    display: block;
    padding: 10px 0;
  }
  .use-section-title .product-more {
    margin-top: 10px;
  }
  .use-section-title .product-more a {
    padding: 0 25px 0 0;
  }
  .monitor-movie {
    padding: 0;
    background: none;
    -webkit-background-size: none;
    -moz-background-size: none;
    background-size: none;
  }
  .about-box {
    padding-left: 10px;
    padding-right: 10px;
  }
  .start-step {
    margin-top: 30px;
  }
  #start-step01 {
    padding-bottom: 0;
  }
  #start-step01 .illust01,
  #start-step01 .arrow01 {
    display: none;
  }
  #start-step01 .start-step-dl {
    margin-top: 20px;
    max-width: 100%;
  }
  #start-step02 .arrow01 {
    display: none;
  }
  #start-step02 .start-step-regist-right {
    margin-top: 10px;
  }
  .start-step-regist {
    margin: 10px 0 0;
  }
  .start-step-regist-left,
  .start-step-regist-right {
    width: auto;
    display: block;
    margin: 0;
  }
  .start-step-regist-btn {
    margin-top: 20px;
    max-width: 100%;
  }
  .btn-table th {
    display: none;
  }
  .btn-table td {
    width: auto;
    display: block;
  }
  .btn-table .btn {
    width: auto;
  }
  .dl-btn-table th, .dl-btn-table td {
    width: auto;
    display: block;
  }
  .dl-btn-table-tmpl th, .dl-btn-table-tmpl td {
    width: auto !important;
    display: block;
  }
  .purpose-list {
    margin: 0;
  }
  .purpose-list li {
    display: block;
    width: auto;
    margin: 0 !important;
    border-bottom: 1px solid #e5e5e5;
  }
  .purpose-list li:first-child {
    border-top: 1px solid #e5e5e5;
  }
  .purpose-list li a {
    padding: 10px 0;
    display: block;
  }
  .purpose-list .purpose-item-title {
    padding-bottom: 0;
    border-bottom: none;
  }
  .purpose-list .purpose-item-cont {
    display: none;
  }
  .adv-item__title--pc {
    display: none;
  }
  .adv-item__title--sp {
    display: block;
  }
}

.top-product-description {
  position: relative;
}

.top-product-description .medichan {
  z-index: 100;
}

@media screen and (max-width: 750px) {
  .top-product-description .medichan {
    width: 31%;
    position: static !important;
    float: left;
    margin-bottom: 20px;
  }
  .top-product-description .device-nav {
    clear: both;
  }
}

.taxonomy-target-list {
  margin: 0;
  padding: 0;
}

.taxonomy-target-list > li {
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
}

.taxonomy-target-list a {
  display: block;
}

.taxonomy-target-list a:hover {
  text-decoration: none;
  color: #383838;
}

.taxonomy-target-list a:hover .taxonomy-target-inner {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.taxonomy-target-list .taxonomy-target-inner {
  padding: 10px 0;
  width: 100%;
}

.taxonomy-target-list .taxonomy-target-inner::after {
  content: "";
  display: table;
  clear: both;
}

.taxonomy-target-list .taxonomy-target-img {
  float: right;
  margin: 10px;
  overflow: hidden;
  width: 25%;
  height: 120px;
}

.taxonomy-target-list .taxonomy-target-img img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .taxonomy-target-list .taxonomy-target-img {
    width: 40%;
    height: 80px;
  }
}

.taxonomy-target-list .taxonomy-target-info {
  padding: 0 10px;
}

.taxonomy-target-list .taxonomy-target-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  border: none;
}

.taxonomy-target-list .taxonomy-target-text {
  font-size: 13px;
}

.taxonomy-target-list .taxonomy-target-text p {
  margin: 0;
}

.taxonomy-platform-list {
  margin: 0;
  padding: 0;
}

.taxonomy-platform-list > li {
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
}

.taxonomy-platform-list a {
  display: block;
}

.taxonomy-platform-list a:hover {
  text-decoration: none;
  color: #383838;
}

.taxonomy-platform-list a:hover .taxonomy-platform-inner {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.taxonomy-platform-list .taxonomy-platform-inner {
  padding: 10px 0;
  width: 100%;
}

.taxonomy-platform-list .taxonomy-platform-inner::after {
  content: "";
  display: table;
  clear: both;
}

.taxonomy-platform-list .taxonomy-platform-img {
  float: right;
  margin: 10px;
  overflow: hidden;
  width: 25%;
  height: 120px;
}

.taxonomy-platform-list .taxonomy-platform-img img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .taxonomy-platform-list .taxonomy-platform-img {
    width: 40%;
    height: 80px;
  }
}

.taxonomy-platform-list .taxonomy-platform-info {
  padding: 0 10px;
}

.taxonomy-platform-list .taxonomy-platform-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  border: none;
}

.taxonomy-platform-list .taxonomy-platform-text {
  font-size: 13px;
}

.taxonomy-platform-list .taxonomy-platform-text p {
  margin: 0;
}

/*/pc/use/*/
.mdbnPaintHowToUseList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 2rem;
  /*/li*/
}

.mdbnPaintHowToUseList li {
  border: none;
  margin: 0 0.8% 20px;
  width: calc(33% - 10px);
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 1px 3px 0px rgba(25, 47, 56, 0.1);
  background: #f7f9fa;
  transition: all 0.3s ease 0s;
  /*.product-movie-inner*/
  /*.product-use-inner(a)*/
}

.mdbnPaintHowToUseList li .product-movie-inner {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  color: #383838;
  transition: all 0.3s ease 0s;
}

.mdbnPaintHowToUseList li .product-movie-inner:hover {
  text-decoration: none;
  color: #3ea207;
}

.mdbnPaintHowToUseList li .product-movie-inner:hover .product-movie-img {
  opacity: .7;
}

.mdbnPaintHowToUseList li .product-movie-inner:hover .product-movie-img {
  transition: all 0.3s ease 0s;
}

.mdbnPaintHowToUseList li .product-movie-inner:hover .product-movie-img img {
  transform: scale(1.05);
}

.mdbnPaintHowToUseList li .product-movie-inner .product-movie-img {
  max-height: 120px;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease 0s;
}

.mdbnPaintHowToUseList li .product-movie-inner .product-movie-img:after {
  background: none;
}

.mdbnPaintHowToUseList li .product-movie-inner .product-movie-img img {
  position: static;
  transition: all 0.5s ease 0s;
}

.mdbnPaintHowToUseList li a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  color: #383838;
  transition: all 0.3s ease 0s;
}

.mdbnPaintHowToUseList li a:hover {
  text-decoration: none;
  color: #3ea207;
}

.mdbnPaintHowToUseList li a:hover .product-use-img {
  opacity: .7;
}

.mdbnPaintHowToUseList li a:hover .product-use-img img {
  transform: scale(1.05);
}

.mdbnPaintHowToUseList li a:hover .product-use-img {
  transition: all 0.3s ease 0s;
}

.mdbnPaintHowToUseList li a .product-use-img {
  max-height: 120px;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease 0s;
}

.mdbnPaintHowToUseList li a .product-use-img:after {
  background: none;
}

.mdbnPaintHowToUseList li a .product-use-img img {
  position: static;
  transition: all 0.5s ease 0s;
}

.mdbnPaintHowToUseList li .product-movie-inner {
  height: auto !important;
}

.mdbnPaintHowToUseList li .product-use-inner {
  height: auto !important;
}

.mdbnPaintHowToUseList li .product-movie-title {
  font-size: 16px;
  font-weight: bold;
  font-family: "M PLUS 1p";
  line-height: 24px;
  padding-left: 0;
}

.mdbnPaintHowToUseList li .product-movie-data {
  font-size: 14px;
  margin: 5px 0 0;
  text-align: right;
}

.mdbnPaintHowToUseList li .product-use-title {
  font-size: 16px;
  font-weight: bold;
  font-family: "M PLUS 1p";
  line-height: 24px;
  padding-left: 0;
}

.mdbnPaintHowToUseList li .product-use-data {
  font-size: 14px;
  margin: 5px 0 0;
  text-align: right;
}

/*mdbnPaintHowToUseList*/
/* /app-download/download/ */
.download-top-banner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
}

.download-page-title {
  width: 100%;
  margin: 50px 0 20px 0;
  text-align: center;
  font-size: 24px;
  font-family: "M PLUS Rounded 1c";
}

@media screen and (max-width: 1000px) {
  .download-page-title {
    padding: 0 3vw;
  }
}

@media screen and (max-width: 750px) {
  .download-page-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 450px) {
  .download-page-title {
    font-size: 18px;
  }
}

.download-button-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.download-button-block .block-comment {
  width: 100%;
  margin: 0;
  text-align: center;
  color: #707070;
  font-size: 16px;
  font-family: "M PLUS Rounded 1c";
}

@media screen and (max-width: 1000px) {
  .download-button-block .block-comment {
    padding: 0 3vw;
  }
}

@media screen and (max-width: 750px) {
  .download-button-block .block-comment {
    font-size: 14px;
  }
}

@media screen and (max-width: 450px) {
  .download-button-block .block-comment {
    font-size: 12px;
  }
}

.download-button-block .block-button {
  display: block;
  border-width: 0;
  border-radius: 6px;
  background-color: #000;
  margin: 20px auto 0 auto;
  padding: 8px 12px;
  font-size: 12px;
  color: white;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .download-button-block .block-button {
    border-radius: 8px;
    max-width: 220px;
  }
}

@media screen and (max-width: 450px) {
  .download-button-block .block-button {
    border-radius: 6px;
    max-width: 200px;
  }
}

.download-button-block .block-button:hover {
  opacity: 0.5;
}

.download-button-block .block-button::before {
  display: inline-block;
  font-family: "icomoon";
  content: "\e719";
  margin-right: 6px;
}

.learning-content-block {
  width: 1000px;
  padding: 15px;
  margin: 50px auto;
  border-radius: 6px;
  background-color: #8fd8ed;
}

@media screen and (max-width: 1000px) {
  .learning-content-block {
    width: 100%;
    padding: 3vw;
    border-radius: 0;
  }
}

.learning-content-block .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 15px;
  border-radius: 6px;
  background: #ffffff;
}

@media screen and (max-width: 1000px) {
  .learning-content-block .content-wrapper {
    padding: 3vw;
  }
}

.learning-content-block .content-wrapper .introduction-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}

.learning-content-block .content-wrapper .introduction-area .area-icon {
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 750px) {
  .learning-content-block .content-wrapper .introduction-area .area-icon {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 450px) {
  .learning-content-block .content-wrapper .introduction-area .area-icon {
    width: 50px;
    height: 50px;
  }
}

.learning-content-block .content-wrapper .introduction-area .area-comment {
  position: relative;
  width: calc(100% - 120px);
  padding: 15px;
  margin: 0 0 0 20px;
  border: solid 2px;
  border-radius: 12px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "M PLUS Rounded 1c";
  background-color: #ffffff;
}

@media screen and (max-width: 1000px) {
  .learning-content-block .content-wrapper .introduction-area .area-comment {
    font-size: 18px;
  }
}

@media screen and (max-width: 750px) {
  .learning-content-block .content-wrapper .introduction-area .area-comment {
    width: calc(100% - 95px);
    padding: 3vw;
    margin: 0 0 0 15px;
    font-size: 16px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 450px) {
  .learning-content-block .content-wrapper .introduction-area .area-comment {
    width: calc(100% - 65px);
    margin: 0 0 0 15px;
    font-size: 14px;
    border-width: 1px;
    border-radius: 6px;
  }
}

.learning-content-block .content-wrapper .introduction-area .area-comment::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 16px;
  height: 16px;
  border: solid;
  border-width: 0 0 2px 2px;
  background-color: #ffffff;
}

@media screen and (max-width: 750px) {
  .learning-content-block .content-wrapper .introduction-area .area-comment::before {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 450px) {
  .learning-content-block .content-wrapper .introduction-area .area-comment::before {
    border-width: 0 0 1px 1px;
  }
}

.learning-content-block .content-wrapper .content-h2 {
  width: 100%;
  font-size: 22px;
  border-bottom: solid 2px;
  font-family: "M PLUS Rounded 1c";
}

@media screen and (max-width: 750px) {
  .learning-content-block .content-wrapper .content-h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 450px) {
  .learning-content-block .content-wrapper .content-h2 {
    font-size: 16px;
  }
}

.learning-content-block .content-wrapper .tutorial-device-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.learning-content-block .content-wrapper .tutorial-device-list .device {
  position: relative;
  width: 23.5%;
  padding: 0;
  text-align: center;
  border-radius: 3px;
  background: #f7f9fa;
  border: 1px solid #292929;
  font-family: 'M PLUS 1p';
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 750px) {
  .learning-content-block .content-wrapper .tutorial-device-list .device {
    width: 48.5%;
  }
  .learning-content-block .content-wrapper .tutorial-device-list .device:nth-of-type(n+3) {
    margin-top: 2vw;
  }
}

.learning-content-block .content-wrapper .tutorial-device-list .device::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-width: 0 0 16px 16px;
  border-style: solid;
  border-color: #cee8ee #ffffff #ffffff #cee8ee;
  background-color: #ffffff;
  display: block;
  width: 0;
  transition: all 0.3s ease 0s;
}

.learning-content-block .content-wrapper .tutorial-device-list .device a {
  display: block;
  padding: 5px 0 12px;
  font-weight: 900;
  font-size: 28px;
  line-height: 1;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 750px) {
  .learning-content-block .content-wrapper .tutorial-device-list .device a {
    font-size: 24px;
  }
}

.learning-content-block .content-wrapper .tutorial-device-list .device a img {
  max-width: 90%;
}

.learning-content-block .content-wrapper .tutorial-device-list .device a span {
  display: block;
  font-size: 11px;
  font-weight: normal;
  margin-top: 7px;
}

.learning-content-block .content-wrapper .learning-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.learning-content-block .content-wrapper .learning-list .list-item {
  width: calc(100% / 3 - 10px);
  margin: 0 15px 15px 0;
  box-shadow: 1px 3px 0px rgba(25, 47, 56, 0.1);
  background: #f7f9fa;
}

.learning-content-block .content-wrapper .learning-list .list-item:nth-of-type(3n+3) {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .learning-content-block .content-wrapper .learning-list .list-item:nth-of-type(3n+3) {
    margin-right: 12px;
  }
}

@media screen and (max-width: 450px) {
  .learning-content-block .content-wrapper .learning-list .list-item:nth-of-type(3n+3) {
    margin-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .learning-content-block .content-wrapper .learning-list .list-item {
    width: calc(100% / 2 - 6px);
    margin: 0 12px 12px 0;
  }
  .learning-content-block .content-wrapper .learning-list .list-item:nth-of-type(2n+2) {
    margin-right: 0;
  }
}

@media screen and (max-width: 450px) {
  .learning-content-block .content-wrapper .learning-list .list-item {
    width: 100%;
    margin: 0 0 12px 0;
  }
}

.learning-content-block .content-wrapper .learning-list .list-item .item-link {
  width: 100%;
  height: 100%;
}

.learning-content-block .content-wrapper .learning-list .list-item .item-link .link-thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.learning-content-block .content-wrapper .learning-list .list-item .item-link .link-thumb .thumb-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
}

.learning-content-block .content-wrapper .learning-list .list-item .item-link .link-title {
  padding: 10px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  font-family: "M PLUS 1p";
  line-height: 24px;
}

@media screen and (max-width: 1000px) {
  .learning-content-block .content-wrapper .learning-list .list-item .item-link .link-title {
    font-size: 14px;
  }
}

.learning-content-block .content-wrapper .use-section-ftlink {
  width: 100%;
  padding: 0;
  text-align: right;
}

.learning-content-block .content-wrapper .use-section-ftlink a {
  font-weight: bold;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .learning-content-block .content-wrapper .use-section-ftlink a {
    margin-right: 16px;
  }
}

@media screen and (max-width: 750px) {
  .learning-content-block .content-wrapper .use-section-ftlink a {
    margin-right: 14px;
  }
}

.learning-content-block .content-wrapper .use-section-ftlink a::before {
  display: inline-block;
  font-family: "icomoon";
  content: "\e606";
  margin-right: 10px;
  font-size: 110%;
}

/*--------------------------------------------------------------
Algolia
--------------------------------------------------------------*/
#ais-wrapper {
  display: flex;
}

#ais-main {
  padding: 1rem;
  width: 100%;
}

#ais-facets {
  width: 200px;
  padding: 5%;
  padding: 1rem;
  font-size: smaller;
}

.ais-facets {
  margin-bottom: 2rem;
}

#algolia-search-box {
  position: relative;
  margin-bottom: 3rem;
}

#algolia-search-box input {
  border: none;
  border-bottom: 2px solid #21A4D7;
  background: transparent;
  width: 100%;
  line-height: 30px;
  font-size: 22px;
  padding: 10px 0 10px 30px;
  font-weight: 200;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
}

#algolia-search-box .search-icon {
  position: absolute;
  left: 0px;
  top: 14px;
  fill: #21A4D7;
}

.ais-search-box--powered-by {
  position: absolute;
  top: 60px;
  right: 0;
  font-size: 10px;
  text-align: right;
}

.ais-search-box--powered-by-link {
  display: inline-block;
  width: 64px;
  height: 21px;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  --> <svg version="1.1" baseProfile="basic" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1366 362" xml:space="preserve"> <style type="text/css"> .st0{fill:url(#SVGID_1_);} .st1{fill:#FFFFFF;} .st2{fill:#182359;} </style> <g> <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="428.2578" y1="404.1504" x2="434.1453" y2="409.8504" gradientTransform="matrix(94.045 0 0 -94.072 -40381.5273 38479.5195)"> <stop  offset="0" style="stop-color:#00AEFF"/> <stop  offset="1" style="stop-color:#3369E7"/> </linearGradient> <path class="st0" d="M61.8,15.4h242.8c23.9,0,43.4,19.4,43.4,43.4v242.9c0,23.9-19.4,43.4-43.4,43.4H61.8 c-23.9,0-43.4-19.4-43.4-43.4V58.7C18.4,34.8,37.8,15.4,61.8,15.4z"/> <path class="st1" d="M187,98.7c-51.4,0-93.1,41.7-93.1,93.2S135.6,285,187,285s93.1-41.7,93.1-93.2S238.5,98.7,187,98.7z M187,257.5c-36.2,0-65.6-29.4-65.6-65.6s29.4-65.6,65.6-65.6s65.6,29.4,65.6,65.6S223.3,257.5,187,257.5z M187,139.7v48.9 c0,1.4,1.5,2.4,2.8,1.7l43.4-22.5c1-0.5,1.3-1.7,0.8-2.7c-9-15.8-25.7-26.6-45-27.3C188,137.8,187,138.6,187,139.7z M126.2,103.8 l-5.7-5.7c-5.6-5.6-14.6-5.6-20.2,0l-6.8,6.8c-5.6,5.6-5.6,14.6,0,20.2l5.6,5.6c0.9,0.9,2.2,0.7,3-0.2c3.3-4.5,6.9-8.8,10.9-12.8 c4.1-4.1,8.3-7.7,12.9-11C126.9,106.1,127,104.7,126.2,103.8z M217.5,89V77.7c0-7.9-6.4-14.3-14.3-14.3h-33.3 c-7.9,0-14.3,6.4-14.3,14.3v11.6c0,1.3,1.2,2.2,2.5,1.9c9.3-2.7,19.1-4.1,29-4.1c9.5,0,18.9,1.3,28,3.8 C216.3,91.2,217.5,90.3,217.5,89z"/> <g transform="translate(121 2)"> <path class="st2" d="M721.5,265.6c0,26.7-6.8,46.2-20.5,58.6c-13.7,12.4-34.6,18.6-62.8,18.6c-10.3,0-31.7-2-48.8-5.8l6.3-31 c14.3,3,33.2,3.8,43.1,3.8c15.7,0,26.9-3.2,33.6-9.6s10-15.9,10-28.5v-6.4c-3.9,1.9-9,3.8-15.3,5.8c-6.3,1.9-13.6,2.9-21.8,2.9 c-10.8,0-20.6-1.7-29.5-5.1c-8.9-3.4-16.6-8.4-22.9-15c-6.3-6.6-11.3-14.9-14.8-24.8c-3.5-9.9-5.3-27.6-5.3-40.6 c0-12.2,1.9-27.5,5.6-37.7c3.8-10.2,9.2-19,16.5-26.3c7.2-7.3,16-12.9,26.3-17c10.3-4.1,22.4-6.7,35.5-6.7 c12.7,0,24.4,1.6,35.8,3.5c11.4,1.9,21.1,3.9,29,6.1V265.6z M612.8,188.4c0,16.4,3.6,34.6,10.8,42.2c7.2,7.6,16.5,11.4,27.9,11.4 c6.2,0,12.1-0.9,17.6-2.6c5.5-1.7,9.9-3.7,13.4-6.1v-97.1c-2.8-0.6-14.5-3-25.8-3.3c-14.2-0.4-25,5.4-32.6,14.7 C616.6,156.9,612.8,173.2,612.8,188.4z M907.1,188.4c0,13.2-1.9,23.2-5.8,34.1s-9.4,20.2-16.5,27.9c-7.1,7.7-15.6,13.7-25.6,17.9 s-25.4,6.6-33.1,6.6c-7.7-0.1-23-2.3-32.9-6.6c-9.9-4.3-18.4-10.2-25.5-17.9c-7.1-7.7-12.6-17-16.6-27.9s-6-20.9-6-34.1 c0-13.2,1.8-25.9,5.8-36.7c4-10.8,9.6-20,16.8-27.7s15.8-13.6,25.6-17.8c9.9-4.2,20.8-6.2,32.6-6.2c11.8,0,22.7,2.1,32.7,6.2 c10,4.2,18.6,10.1,25.6,17.8c7.1,7.7,12.6,16.9,16.6,27.7C905,162.5,907.1,175.2,907.1,188.4z M867.1,188.5 c0-16.9-3.7-31-10.9-40.8c-7.2-9.9-17.3-14.8-30.2-14.8c-12.9,0-23,4.9-30.2,14.8c-7.2,9.9-10.7,23.9-10.7,40.8 c0,17.1,3.6,28.6,10.8,38.5c7.2,10,17.3,14.9,30.2,14.9c12.9,0,23-5,30.2-14.9C863.5,217,867.1,205.6,867.1,188.5z M994.2,274.9 c-64.1,0.3-64.1-51.8-64.1-60.1L930,30l39.1-6.2v183.6c0,4.7,0,34.5,25.1,34.6V274.9z M1063.1,274.9h-39.3V106.1l39.3-6.2V274.9z M1043.4,81.4c13.1,0,23.8-10.6,23.8-23.7s-10.6-23.7-23.8-23.7s-23.8,10.6-23.8,23.7S1030.3,81.4,1043.4,81.4z M1160.8,100 c12.9,0,23.8,1.6,32.6,4.8c8.8,3.2,15.9,7.7,21.1,13.4s8.9,13.5,11.1,21.7c2.3,8.2,3.4,17.2,3.4,27.1v100.6 c-6,1.3-15.1,2.8-27.3,4.6s-25.9,2.7-41.1,2.7c-10.1,0-19.4-1-27.7-2.9c-8.4-1.9-15.5-5-21.5-9.3c-5.9-4.3-10.5-9.8-13.9-16.6 c-3.3-6.8-5-16.4-5-26.4c0-9.6,1.9-15.7,5.6-22.3c3.8-6.6,8.9-12,15.3-16.2c6.5-4.2,13.9-7.2,22.4-9s17.4-2.7,26.6-2.7 c4.3,0,8.8,0.3,13.6,0.8s9.8,1.4,15.2,2.7v-6.4c0-4.5-0.5-8.8-1.6-12.8c-1.1-4.1-3-7.6-5.6-10.7c-2.7-3.1-6.2-5.5-10.6-7.2 s-10-3-16.7-3c-9,0-17.2,1.1-24.7,2.4c-7.5,1.3-13.7,2.8-18.4,4.5l-4.7-32.1c4.9-1.7,12.2-3.4,21.6-5.1S1150,100,1160.8,100z M1164.1,241.9c12,0,20.9-0.7,27.1-1.9v-39.8c-2.2-0.6-5.3-1.3-9.4-1.9c-4.1-0.6-8.6-1-13.6-1c-4.3,0-8.7,0.3-13.1,1 c-4.4,0.6-8.4,1.8-11.9,3.5s-6.4,4.1-8.5,7.2c-2.2,3.1-3.2,4.9-3.2,9.6c0,9.2,3.2,14.5,9,18 C1146.4,240.2,1154.2,241.9,1164.1,241.9z M391.9,101c12.9,0,23.8,1.6,32.6,4.8c8.8,3.2,15.9,7.7,21.1,13.4 c5.3,5.8,8.9,13.5,11.1,21.7c2.3,8.2,3.4,17.2,3.4,27.1v100.6c-6,1.3-15.1,2.8-27.3,4.6c-12.2,1.8-25.9,2.7-41.1,2.7 c-10.1,0-19.4-1-27.7-2.9c-8.4-1.9-15.5-5-21.5-9.3c-5.9-4.3-10.5-9.8-13.9-16.6c-3.3-6.8-5-16.4-5-26.4c0-9.6,1.9-15.7,5.6-22.3 c3.8-6.6,8.9-12,15.3-16.2c6.5-4.2,13.9-7.2,22.4-9s17.4-2.7,26.6-2.7c4.3,0,8.8,0.3,13.6,0.8c4.7,0.5,9.8,1.4,15.2,2.7v-6.4 c0-4.5-0.5-8.8-1.6-12.8c-1.1-4.1-3-7.6-5.6-10.7c-2.7-3.1-6.2-5.5-10.6-7.2c-4.4-1.7-10-3-16.7-3c-9,0-17.2,1.1-24.7,2.4 c-7.5,1.3-13.7,2.8-18.4,4.5l-4.7-32.1c4.9-1.7,12.2-3.4,21.6-5.1C371,101.8,381.1,101,391.9,101z M395.3,243 c12,0,20.9-0.7,27.1-1.9v-39.8c-2.2-0.6-5.3-1.3-9.4-1.9c-4.1-0.6-8.6-1-13.6-1c-4.3,0-8.7,0.3-13.1,1c-4.4,0.6-8.4,1.8-11.9,3.5 c-3.5,1.7-6.4,4.1-8.5,7.2c-2.2,3.1-3.2,4.9-3.2,9.6c0,9.2,3.2,14.5,9,18C377.5,241.2,385.4,243,395.3,243z M553.8,274.9 c-64.1,0.3-64.1-51.8-64.1-60.1L489.6,30l39.1-6.2v183.6c0,4.7,0,34.5,25.1,34.6V274.9z"/> </g> </g> </svg>');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.ais-stats {
  position: absolute;
  top: 60px;
  font-size: 10px;
}

.ais-hits--item {
  /* hit item */
  padding-bottom: 1rem;
  border-bottom: 1px solid gainsboro;
}

.ais-hits--item h4 {
  margin: 0;
}

.ais-hits--item em, .ais-hits--item a em {
  font-style: normal;
  background: #FFFBCC;
  border-radius: 2px;
}

.ais-hits--thumbnail {
  float: left;
  margin-right: 2rem;
  width: 80px;
  height: 80px;
}

.ais-hits--thumbnail img {
  border-radius: 3px;
}

.ais-hits--content {
  overflow: hidden;
}

.ais-pagination {
  margin: 0;
}

.ais-pagination--item {
  /* pagination item */
  display: inline-block;
  padding: 3px;
}

.ais-pagination--item__disabled {
  /* disabled pagination item */
  display: none;
}

.ais-pagination--item__active {
  font-weight: bold;
}

/* Responsive */
@media only screen and (max-width: 1000px) {
  .ais-hits--thumbnail {
    width: 100% !important;
    height: auto;
  }
  .ais-hits--item {
    border-bottom: 1px solid gainsboro;
    padding-bottom: 23px;
  }
}

@media only screen and (max-width: 500px) {
  .ais-hits--thumbnail {
    margin-right: 0 !important;
    margin-bottom: 10px;
    float: none !important;
  }
}

/*--------------------------------------------------------------
Top renewal 20190718
--------------------------------------------------------------*/
/********************newal top**************************/
.main-visual-alltop .inner {
  margin-top: 10px;
}

@media only screen and (max-width: 1000px) {
  .main-visual-alltop .inner {
    margin: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 500px) {
  .main-visual-alltop .inner {
    margin: -10px 0 0;
  }
}

.top-slider {
  opacity: 0;
  transition: opacity .3s linear;
  display: none;
}

.top-slider.slick-initialized {
  opacity: 1;
  display: block;
  /*slick-initializedが付与されたら表示*/
}

.front_page .main-visual .inner .inner-mainmv {
  width: 1070px;
  margin: 0 0 0 -70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.front_page .main-visual .inner .inner-mainmv:after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width: 1000px) {
  .front_page .main-visual .inner .inner-mainmv {
    width: 100%;
    margin: 0 0 0 0;
    flex-direction: column;
  }
}

.top-mainmv {
  display: inline-block;
}

.top-mainmv.main-image {
  width: 540px;
}

@media only screen and (max-width: 1000px) {
  .top-mainmv.main-image {
    width: 100%;
  }
}

.top-mainmv.new-contents {
  width: 520px;
  padding: 10px 20px;
  border-radius: 10px;
  background: rgba(231, 250, 249, 0.5);
  border: 1px solid rgba(247, 249, 250, 0.44);
}

@media only screen and (max-width: 1000px) {
  .top-mainmv.new-contents {
    width: 100%;
    background: none;
    border: none;
    padding: 10px 10px 0;
  }
}

.top-mvback-image1 {
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .main-visual .lead-box {
    padding: 10px 0 0;
  }
}

@media only screen and (max-width: 500px) {
  .main-visual .lead-box {
    padding: 0;
  }
}

.main-visual .top-mvback-image1 .siteLogo {
  width: 460px;
  height: auto;
  padding: 0 0 0 70px;
}

@media only screen and (max-width: 1000px) {
  .main-visual .top-mvback-image1 .siteLogo {
    padding: 0;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 750px) {
  .main-visual .top-mvback-image1 .siteLogo {
    display: none;
  }
}

.main-visual .top-mvback-image1 .lead01 {
  margin: 17px auto;
  padding: 0 0 0 70px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.02rem;
}

@media only screen and (max-width: 500px) {
  .main-visual .top-mvback-image1 .lead01 {
    padding: 0;
    font-size: 13px;
    text-align: center;
    margin: 15px auto;
  }
}

@media only screen and (max-width: 1000px) {
  .lead-box-image {
    display: block;
    margin: 0px auto 0px;
  }
}

.main-visual-alltop .btn-download {
  display: block;
  margin: 20px 0 20px 70px;
  max-width: 440px;
}

@media only screen and (max-width: 1000px) {
  .main-visual-alltop .btn-download {
    margin: 10px auto 0;
  }
}

@media only screen and (max-width: 500px) {
  .main-visual-alltop .btn-download {
    max-width: 220px;
  }
}

.main-visual-alltop .top-mvback-image1 .btn-download a {
  display: block;
  background-color: #008CD0;
  color: #fff;
  padding: 0 10px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  text-decoration: none;
  width: 100%;
  margin: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 65px;
  letter-spacing: 0.04rem;
  border-radius: 10px;
  box-shadow: 0px 3px 0px #05356e;
  transition: all 0.5s ease 0s;
}

.main-visual-alltop .top-mvback-image1 .btn-download a::before {
  display: inline-block;
  font-family: "icomoon";
  content: "\e639";
  margin-right: 20px;
}

.main-visual-alltop .top-mvback-image1 .btn-download a:hover {
  background-color: #05356e;
}

@media only screen and (max-width: 500px) {
  .main-visual-alltop .top-mvback-image1 .btn-download a {
    font-size: 17px;
    line-height: 45px;
  }
}

.slick-next {
  right: 0px;
}

.slick-prev {
  left: 0px;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 33px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 9;
}

.slick-prev:before {
  content: url(/wp-content/themes/cloudalpaca.com/images/top/slideleft-arrow.png);
}

.slick-next:before {
  content: url(/wp-content/themes/cloudalpaca.com/images/top/slideright-arrow.png);
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 500px) {
  .topside-news {
    padding: 0 10px;
  }
}

h2.top-h2,
#side .topside-news .topside-news-heading {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  padding: 0 5px 5px 0;
  margin: 0 0 1rem;
  border-bottom: 2px solid #292929;
  letter-spacing: 0.02rem;
}

h2.top-h2 .top-h2-sub,
#side .topside-news .topside-news-heading .top-h2-sub {
  display: inline-block;
  margin-left: 15px;
  background: #292929;
  color: #fff;
  border-radius: 20px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

@media only screen and (max-width: 500px) {
  h2.top-h2,
  #side .topside-news .topside-news-heading {
    margin: 0 0 0.5rem;
    font-size: 16px;
  }
}

.top-mainmv h2.top-h2 {
  margin: 0 0 0.5rem;
  font-size: 16px;
}

#side .topside-news .topside-news-heading {
  margin: 0 0 0.5rem;
  font-size: 18px;
}

h2.top-h2.use-section-title {
  padding-top: 30px;
}

h2.top-h2.use-section-title::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  right: 10px;
  width: 160px;
  height: 75px;
  background: url(/wp-content/themes/cloudalpaca.com/images/top/use-section-title.png) 0 0 no-repeat;
  background-size: 100% auto;
}

@media only screen and (max-width: 500px) {
  h2.top-h2.use-section-title::after {
    width: 140px;
  }
}

.top-mainmv-ftlink {
  text-align: right;
  padding: 7px 0 0;
}

.top-mainmv-ftlink a {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}

.top-mainmv-ftlink a:hover {
  text-decoration: none;
}

.top-mainmv-ftlink a:before {
  display: inline-block;
  font-family: "icomoon";
  content: "\e606";
  margin-right: 10px;
  font-size: 110%;
}

.top-mainmv-columarea {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 500px) {
  .top-mainmv-columarea {
    flex-direction: column;
  }
}

.top-mainmv-columarea:after {
  clear: both;
  display: block;
  content: "";
}

.top-mainmv-columarea li {
  margin-bottom: 0px;
  width: calc(50% - 3px);
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 1px 3px 0px rgba(25, 47, 56, 0.1);
  background: #f7f9fa;
  transition: all 0.3s ease 0s;
}

.top-mainmv-columarea li:hover {
  box-shadow: 1px 3px 10px rgba(25, 47, 56, 0.2);
}

@media only screen and (max-width: 500px) {
  .top-mainmv-columarea li {
    margin-right: 0;
    margin-bottom: 7px;
    width: 100%;
    float: none;
  }
}

.top-mainmv-columarea.-topics li:nth-child(4n),
.top-mainmv-columarea.-use li:nth-child(2n) {
  margin: 0 0 0 auto;
}

.top-mainmv-columarea li a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 500px) {
  .top-mainmv-columarea li a {
    flex-direction: row;
    align-items: center;
  }
}

.top-mainmv-columarea li a .thumb {
  max-height: 132px;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 0;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 1000px) {
  .top-mainmv-columarea li a .thumb {
    max-height: none;
  }
}

@media only screen and (max-width: 500px) {
  .top-mainmv-columarea li a .thumb {
    width: 60%;
  }
}

.top-mainmv-columarea li a .thumb img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease 0s;
}

.top-mainmv-columarea li a span {
  font-size: 12px;
  font-weight: bold;
  font-family: "M PLUS 1p";
  display: block;
  width: 100%;
  padding: 10px;
  line-height: 17px;
}

@media only screen and (max-width: 500px) {
  .top-mainmv-columarea li a span {
    width: 40%;
    font-size: 14px;
    max-height: 120px;
    position: relative;
    overflow-y: hidden;
    line-height: 19px;
  }
  .top-mainmv-columarea li a span::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), 0%, rgba(255, 255, 255, 0), 45%, #f7f9fa);
    opacity: 1;
    z-index: 1;
    pointer-events: none;
  }
}

.top-mainmv-columarea li a time {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0px;
  font-size: 11px;
  font-weight: 400;
  text-align: right;
}

.top-mainmv-columarea li a:hover {
  text-decoration: none;
}

.top-mainmv-columarea li a:hover .thumb {
  opacity: 0.7;
}

.top-mainmv-columarea li a:hover .thumb img {
  transform: scale(1.05);
}

.top-first-section-list {
  margin-bottom: 20px;
  margin-top: 0;
}

@media only screen and (max-width: 1000px) {
  .top-first-section-list {
    margin: 0px 10px 10px;
  }
}

.product-first-list {
  margin: 0;
  padding: 0;
  margin: 0 -0.88%;
  font-size: 0;
}

.front_page .product-first-list {
  margin: 0 0;
}

.product-first-list li {
  list-style: none;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  width: 23.12%;
  margin: 10px 0.86% 0;
  display: inline-block;
  vertical-align: top;
}

.product-first-img:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/cloudalpaca.com/images/icon-pat01.png) 0 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

a:hover .product-first-img:after {
  opacity: 0;
  filter: alpha(opacity=0);
}

.product-first-list li.top-first-listtwo {
  width: calc(50% - 10px);
  border: none;
  font-family: "M PLUS 1p";
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
}

@media only screen and (max-width: 500px) {
  .product-first-list li.top-first-listtwo {
    width: 100%;
    border: none;
    font-family: "M PLUS 1p";
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0px;
  }
  .product-first-list li.top-first-listtwo:nth-child(1) {
    margin-top: 0px;
  }
}

.product-first-list li.top-first-listtwo:nth-child(2) {
  margin-right: 0px;
}

.product-first-list li.top-first-listtwo .product-first-inner {
  /* display:flex; */
}

.product-first-list li.top-first-listtwo .product-first-img {
  overflow: hidden;
  padding-top: 0%;
  /* width:390px; */
  /* margin-right:20px; */
  height: 195px;
  position: relative;
  margin: 0;
}

.product-first-list li.top-first-listtwo .product-first-img img {
  position: static;
  display: block;
  margin: 0;
}

.product-first-list li.top-first-listtwo .product-first-title {
  font-family: "M PLUS 1p";
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 500px) {
  .product-first-list li.top-first-listtwo .product-first-title {
    margin-bottom: 0;
    font-size: 11px;
  }
}

.product-first-list li.top-first-listtwo .product-first-info {
  padding: 0;
}

.product-first-list li.top-first-list {
  width: calc(50% - 10px);
  border: none;
  margin-left: 0;
  padding-right: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-right: 0px;
  margin-top: 0;
}

@media only screen and (max-width: 500px) {
  .product-first-list li.top-first-list {
    width: 50%;
    border: none;
    margin-left: 0;
    padding-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    margin-right: 0px;
    margin-top: 0;
  }
}

.product-first-list li.top-first-list:nth-child(2n) {
  padding-right: 0px;
}

.product-first-list li.top-first-list:nth-child(7) {
  border-bottom: none;
}

.product-first-list li.top-first-list:nth-child(8) {
  border-bottom: none;
}

@media only screen and (max-width: 500px) {
  .product-first-list li.top-first-list:nth-child(7) {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0;
  }
  .product-first-list li.top-first-list:nth-child(8) {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0;
  }
}

.product-first-list li.top-first-list .product-first-inner {
  display: flex;
}

@media only screen and (max-width: 500px) {
  .product-first-list li.top-first-list .product-first-inner {
    display: block;
  }
}

.product-first-list li.top-first-list .product-first-img {
  width: 130px;
  height: 85px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-right: 15px;
}

@media only screen and (max-width: 500px) {
  .product-first-list li.top-first-list .product-first-img {
    width: 100%;
    height: 85px;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.product-first-list li.top-first-list .product-first-img img {
  min-height: 85px;
  min-width: 130px;
  width: auto;
}

@media only screen and (max-width: 500px) {
  .product-first-list li.top-first-list .product-first-img img {
    min-height: 85px;
    min-width: 100%;
    width: 100%;
  }
}

.product-first-list li.top-first-list .product-first-info {
  padding: 0;
  width: 160px;
}

@media only screen and (max-width: 500px) {
  .product-first-list li.top-first-list .product-first-info {
    width: auto;
  }
}

.product-first-list li.top-first-list .product-first-title {
  font-size: 14px;
  font-weight: bold;
  font-family: "M PLUS 1p";
  margin: 0;
}

@media only screen and (max-width: 500px) {
  .product-first-list li.top-first-list .product-first-title {
    font-size: 11px;
  }
}

.top-first-section-list .top-first-section-ftlink {
  text-align: right;
  padding: 0 30px 15px;
}

@media only screen and (max-width: 500px) {
  .top-first-section-list .top-first-section-ftlink {
    padding: 10px 30px 10px 0px;
  }
}

.top-first-section-list .top-first-section-ftlink a {
  color: #00aaff;
  font-family: "M PLUS 1p";
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

@media only screen and (max-width: 500px) {
  .top-first-section-list .top-first-section-ftlink a {
    font-size: 11px;
  }
}

.top-first-section-list .top-first-section-ftlink a:after {
  content: ">";
  position: absolute;
  top: -2px;
  right: -15px;
}

.product-use-list {
  margin: 0;
}

.product-use-list a:hover {
  text-decoration: none;
}

.top-use-section-list {
  margin-bottom: 0;
  margin-top: 0;
}

@media only screen and (max-width: 1000px) {
  .top-use-section-list {
    margin: 0px 10px 10px;
  }
}

.top-use-section-list .product-use-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 500px) {
  .top-use-section-list .product-use-list {
    flex-direction: column;
  }
}

.top-use-section-list .product-use-list li.top-use-list {
  border: none;
  margin: 0 0 20px;
  width: calc(50% - 10px);
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 1px 3px 0px rgba(25, 47, 56, 0.1);
  background: #f7f9fa;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 1000px) {
  .top-use-section-list .product-use-list li.top-use-list {
    width: calc(50% - 5px) !important;
    margin: 0 0 10px !important;
  }
}

@media only screen and (max-width: 500px) {
  .top-use-section-list .product-use-list li.top-use-list {
    width: 100% !important;
    margin: 0 0 10px !important;
  }
}

.top-use-section-list .product-use-list li.top-use-list:hover {
  box-shadow: 1px 3px 10px rgba(25, 47, 56, 0.2);
}

.top-use-section-list .product-use-list li.top-use-list a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  transition: all 0.3s ease 0s;
}

.top-use-section-list .product-use-list li.top-use-list a .product-use-inner {
  display: flex;
  flex-direction: column;
}

.top-use-section-list .product-use-list li.top-use-list a .product-use-img {
  max-height: 185px;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 1000px) {
  .top-use-section-list .product-use-list li.top-use-list a .product-use-img {
    max-height: none;
  }
}

.top-use-section-list .product-use-list li.top-use-list a .product-use-img::after {
  display: none;
}

.top-use-section-list .product-use-list li.top-use-list a .product-use-img img {
  position: static;
  transition: all 0.5s ease 0s;
}

.top-use-section-list .product-use-list li.top-use-list a .product-use-info {
  display: block;
  width: 100%;
  padding: 15px;
}

.top-use-section-list .product-use-list li.top-use-list a .product-use-title {
  font-size: 16px;
  font-weight: bold;
  font-family: "M PLUS 1p";
  line-height: 24px;
}

.top-use-section-list .product-use-list li.top-use-list a .product-use-data {
  font-size: 14px;
  margin: 5px 0 0;
  text-align: right;
}

.top-use-section-list .product-use-list li.top-use-list a:hover {
  text-decoration: none;
}

.top-use-section-list .product-use-list li.top-use-list a:hover .product-use-img {
  opacity: 0.7;
}

.top-use-section-list .product-use-list li.top-use-list a:hover .product-use-img img {
  transform: scale(1.05);
}

.top-use-section-list .top-use-section-ftlink {
  text-align: right;
  padding: 0 0 0;
}

.top-use-section-list .top-use-section-ftlink a {
  font-weight: bold;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
}

.top-use-section-list .top-use-section-ftlink a:hover {
  text-decoration: none;
}

.top-use-section-list .top-use-section-ftlink a:before {
  display: inline-block;
  font-family: "icomoon";
  content: "\e606";
  margin-right: 10px;
  font-size: 110%;
}

@media only screen and (max-width: 1000px) {
  .top-section-content {
    margin: 10px 10px 0;
  }
}

.top-section-content-blockarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-section-content-blockarea a {
  display: block;
  width: calc(50% - 10px);
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #292929;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 500px) {
  .top-section-content-blockarea a {
    width: 100%;
  }
}

.top-section-content-blockarea a:hover {
  text-decoration: none;
}

.top-section-content-blockarea a:hover .top-section-content-block-imagearea {
  opacity: 0.7;
}

.top-section-content-block {
  display: flex;
}

.top-section-content-block-imagearea {
  width: 120px;
  min-width: 120px;
  margin-right: 10px;
  transition: all 0.3s ease 0s;
  line-height: 1;
}

@media only screen and (max-width: 500px) {
  .top-section-content-block-imagearea {
    width: 100px;
    min-width: 100px;
  }
}

.top-section-content-block-imagearea img {
  border-radius: 3px;
}

.top-section-content-block-textarea p {
  margin: 0px;
  font-size: 13px;
  line-height: 1.5;
}

@media only screen and (max-width: 500px) {
  .top-section-content-block-textarea p {
    font-size: 12px;
  }
}

.top-section-content-block-textarea p.top-section-content-block-texttitle {
  font-size: 16px;
  font-family: "M PLUS 1p";
  font-weight: bold;
  margin-bottom: 3px;
}

#side .topside-news ul {
  margin: 0;
}

#side .topside-news ul li {
  padding: 8px 10px;
  border-bottom: 1px solid #292929;
}

#side .topside-news ul li a {
  transition: all 0.3s ease 0s;
}

#side .topside-news ul li a:hover {
  color: #3ea207;
  opacity: 1;
}

#side .topside-news ul li .product-news-title {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: bold;
}

#side .topside-news ul li .product-news-text {
  font-size: 11px;
  margin-top: 0px;
}

#side .topside-news ul li .product-news-inner {
  padding: 0;
}

#side .topside-news-ftlink {
  text-align: right;
  padding: 7px 0 0;
}

#side .topside-news-ftlink a {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}

#side .topside-news-ftlink a:hover {
  text-decoration: none;
}

#side .topside-news-ftlink a:before {
  display: inline-block;
  font-family: "icomoon";
  content: "\e606";
  margin-right: 10px;
  font-size: 110%;
}

#side.top_side_height {
  min-height: 2110px;
}

#side.top_side_height .inner {
  min-height: 2110px;
}

@media only screen and (max-width: 1000px) {
  #side.top_side_height {
    min-height: 0px;
  }
  #side.top_side_height .inner {
    min-height: 0px;
    padding: 0 10px;
  }
  #side #widget-facebook-likebox01 {
    text-align: center;
  }
  #side #widget-twitter-timeline01 {
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  #side.top_side_height {
    min-height: 0px;
  }
  #side.top_side_height .inner {
    min-height: 0px;
    padding: 0 0px;
  }
}

.front_page-top_banner {
  line-height: 0;
}

.front_page-top_banner img {
  display: block;
  margin: auto;
}

.front_page-top_banner a {
  display: inline-block;
}

.top_side_banner img {
  display: block;
  margin: auto;
}

/******************TOP renewal***********************/
.top-first-section-list .tutorial-device-list {
  display: flex;
  justify-content: space-between;
}

.top-first-section-list .tutorial-device-list .device {
  position: relative;
  width: 23.5%;
  padding: 0;
  text-align: center;
  border-radius: 3px;
  background: #f7f9fa;
  border: 1px solid #292929;
  font-family: 'M PLUS 1p';
  transition: all 0.3s ease 0s;
}

.top-first-section-list .tutorial-device-list .device::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-width: 0 0 16px 16px;
  border-style: solid;
  border-color: #CEE8EE #8fd8ed #8fd8ed #CEE8EE;
  background: #CEE8EE;
  display: block;
  width: 0;
  transition: all 0.3s ease 0s;
}

.top-first-section-list .tutorial-device-list .device:hover {
  border: 1px solid #3ea207;
}

.top-first-section-list .tutorial-device-list .device:hover::before {
  border-color: #3ea207 #8fd8ed #8fd8ed #3ea207;
}

.top-first-section-list .tutorial-device-list .device a {
  display: block;
  padding: 5px 0 12px;
  font-weight: 900;
  font-size: 28px;
  line-height: 1;
  transition: all 0.3s ease 0s;
}

.top-first-section-list .tutorial-device-list .device a img {
  max-width: 90%;
}

.top-first-section-list .tutorial-device-list .device a span {
  display: block;
  font-size: 11px;
  font-weight: normal;
  margin-top: 7px;
}

.top-first-section-list .tutorial-device-list .device a:hover {
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .top-first-section-list .tutorial-device-list {
    flex-wrap: wrap;
    margin: 0 20px;
  }
  .top-first-section-list .tutorial-device-list .device {
    width: 49%;
    margin-bottom: 10px;
  }
}

/******************TOP renewal***********************/
/*--------------------------------------------------------------
tutorial
--------------------------------------------------------------*/
.mdbnPaintTutorialContentArea .main-2clm {
  padding-top: 20px;
  padding-bottom: 30px;
}

.mdbnPaintTutorial__title {
  margin-bottom: 10px;
  line-height: 0;
}

@media screen and (max-width: 1000px) {
  .mdbnPaintTutorial__title {
    margin: -20px -10px 10px;
  }
}

.product-tutorial .use-section.tutorial-use-section-list div {
  padding-left: 0;
}

@media only screen and (max-width: 500px) {
  .product-tutorial .use-section-cont {
    margin-top: 0;
  }
}

.product-tutorial .tutorial-use-section-list {
  margin-bottom: 0;
  margin-top: 0;
}

.product-tutorial .tutorial-use-section-list .product-use-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 500px) {
  .product-tutorial .tutorial-use-section-list .product-use-list {
    margin-bottom: 0;
  }
}

.product-tutorial .tutorial-use-section-list .product-use-list li.tutorial-use-list {
  border: none;
  margin: 0 0 20px;
  width: calc(33% - 5px);
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 1px 3px 0px rgba(25, 47, 56, 0.1);
  background: #f7f9fa;
  transition: all 0.3s ease 0s;
  margin-right: 10px;
}

.product-tutorial .tutorial-use-section-list .product-use-list li.tutorial-use-list:nth-child(3n) {
  margin-right: 0px;
}

@media only screen and (max-width: 1000px) {
  .product-tutorial .tutorial-use-section-list .product-use-list li.tutorial-use-list {
    width: 32% !important;
    margin: 0 0.6% 20px !important;
  }
}

@media only screen and (max-width: 500px) {
  .product-tutorial .tutorial-use-section-list .product-use-list li.tutorial-use-list {
    width: 49% !important;
    margin: 0 0.5% 5px !important;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
  }
}

.product-tutorial .tutorial-use-section-list .product-use-list li.tutorial-use-list a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  color: #383838;
  transition: all 0.3s ease 0s;
}

.product-tutorial .tutorial-use-section-list .product-use-list li.tutorial-use-list a .product-use-inner {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}

.product-tutorial .tutorial-use-section-list .product-use-list li.tutorial-use-list a .product-use-img {
  max-height: 185px;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 1000px) {
  .product-tutorial .tutorial-use-section-list .product-use-list li.tutorial-use-list a .product-use-img {
    max-height: 280px;
  }
}

.product-tutorial .tutorial-use-section-list .product-use-list li.tutorial-use-list a .product-use-img::after {
  display: none;
}

.product-tutorial .tutorial-use-section-list .product-use-list li.tutorial-use-list a .product-use-img img {
  position: static;
  transition: all 0.5s ease 0s;
}

.product-tutorial .tutorial-use-section-list .product-use-list li.tutorial-use-list a .product-use-info {
  display: block;
  width: 100%;
  padding: 15px;
}

@media only screen and (max-width: 500px) {
  .product-tutorial .tutorial-use-section-list .product-use-list li.tutorial-use-list a .product-use-info {
    padding: 8px 2px;
  }
}

.product-tutorial .tutorial-use-section-list .product-use-list li.tutorial-use-list a .product-use-title {
  font-size: 15px;
  font-family: "M PLUS 1p";
  font-weight: bold;
  line-height: 20px;
  padding-left: 0;
}

@media only screen and (max-width: 500px) {
  .product-tutorial .tutorial-use-section-list .product-use-list li.tutorial-use-list a .product-use-title {
    font-size: 14px;
    line-height: 18px;
  }
}

.product-tutorial .tutorial-use-section-list .product-use-list li.tutorial-use-list a:hover {
  text-decoration: none;
  color: #3ea207;
}

.product-tutorial .tutorial-use-section-list .product-use-list li.tutorial-use-list a:hover .product-use-img {
  opacity: 0.7;
}

.product-tutorial .tutorial-use-section-list .product-use-list li.tutorial-use-list a:hover .product-use-img img {
  transform: scale(1.05);
}

.product-tutorial .tutorial-h3 {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  padding-left: 2px;
  padding-top: 1rem;
}

@media only screen and (max-width: 500px) {
  .product-tutorial .tutorial-h3 {
    flex-direction: column;
    padding-bottom: 0;
    padding-top: 0;
    margin: 10px 0 10px;
  }
}

.product-tutorial .tutorial-h3 .tutorial-h3-viewall {
  font-size: 13px;
  float: right;
  padding-right: 10px;
}

.mdbnPaintTutorial h1, .mdbnPaintTutorial h2 {
  font-weight: normal;
}

.mdbnPaintTutorial h2 {
  font-size: 1.5em;
  color: #161616;
}

.mdbnPaintTutorial h2:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 5px double #666;
  margin-right: 10px;
  margin-left: 5px;
  border-style: outset;
}

.mdbnPaintTutorial h3 {
  font-size: 120%;
  color: #161616;
}

.mdbnPaintTutorial h4 {
  font-size: 110%;
  color: #161616;
}

.mdbnPaintTutorial .tutorial-title {
  color: #161616;
  border-bottom: 3px solid #dcdcdc;
  margin-top: 20px;
}

.mdbnPaintTutorial .tutorial-title .tutorial-icon {
  width: 28px;
  height: auto;
  margin: 0 10px 7px 5px;
  vertical-align: middle;
}

.mdbnPaintTutorial .product-tutorial div.tutorial-device-list {
  margin: 10px 0 0;
  padding: 0;
}

.mdbnPaintTutorial .tutorial-device-list .device {
  width: 49%;
  margin-right: 0.5%;
  margin-bottom: 0.5em;
  padding: 0;
  float: left;
  border: solid 2px #E5E5E5;
  border-radius: 5px;
  height: 90px;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

.mdbnPaintTutorial .tutorial-device-list .device.pc {
  background-image: url("/static/images/tutorial/product-tutorial-link-pc.png");
}

.mdbnPaintTutorial .tutorial-device-list .device.ipad {
  background-image: url("/static/images/tutorial/product-tutorial-link-ipad.png");
}

.mdbnPaintTutorial .tutorial-device-list .device.iphone {
  background-image: url("/static/images/tutorial/product-tutorial-link-iphone.png");
}

.mdbnPaintTutorial .tutorial-device-list .device.android {
  background-image: url("/static/images/tutorial/product-tutorial-link-android.png");
}

.mdbnPaintTutorial .tutorial-device-list .device a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  padding-left: 150px;
  font-weight: 700;
  font-size: 24px;
  color: #383838;
}

@media screen and (min-width: 751px) {
  .mdbnPaintTutorial .tutorial-device-list .device {
    width: 49%;
  }
}

@media screen and (max-width: 750px) {
  .mdbnPaintTutorial .tutorial-device-list .device {
    width: 100%;
    margin-right: 0;
  }
  .mdbnPaintTutorial .tutorial-device-list .device {
    height: 45px;
  }
  .mdbnPaintTutorial .tutorial-device-list .device a {
    height: 45px;
    font-size: 18px;
    padding-left: 70px;
  }
}

.mdbnPaintTutorial .product-tutorial ol, .mdbnPaintTutorial .product-tutorial ul {
  margin-left: 1em;
  padding-left: 0;
}

.mdbnPaintTutorial .product-tutorial ul li {
  margin-left: 1em;
  list-style-type: square;
}

.mdbnPaintTutorial .point {
  position: relative;
  margin: 4em 1em;
  padding: 0.5em 1em;
  border: solid 3px #0086CC;
}

.mdbnPaintTutorial .point .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  font-size: 17px;
  background: #0086CC;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

.mdbnPaintTutorial .point p {
  margin: 0.5em;
  padding: 0;
}

.mdbnPaintTutorial .product-tutorial a {
  /* color: #127bdf; */
  color: #4f9bd1;
}

.mdbnPaintTutorial .product-tutorial ol {
  counter-reset: section;
}

.mdbnPaintTutorial .product-tutorial li {
  list-style: none;
}

.mdbnPaintTutorial .product-tutorial li a {
  font-size: 16px;
}

.mdbnPaintTutorial .product-tutorial ol > li:before {
  content: counters(section, "-") ". ";
  counter-increment: section;
  font-size: 22px;
  color: #888;
}

.mdbnPaintTutorial .tutorial-lang-selector {
  text-align: right;
}

.mdbnPaintTutorial .mdbnPaint__pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
  padding: 0;
}

.mdbnPaintTutorial .mdbnPaint__pager li {
  margin: 5px 0;
  list-style: none;
  width: 22%;
  font-size: 13px;
  color: transparent;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.mdbnPaintTutorial .mdbnPaint__pager li:first-child, .mdbnPaintTutorial .mdbnPaint__pager li:last-child {
  width: 37%;
}

.mdbnPaintTutorial .mdbnPaint__pager li a {
  display: block;
  background-color: #fff;
  padding: 0 20px;
  color: #363636;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

.mdbnPaintTutorial .mdbnPaint__pager li a:hover {
  text-decoration: underline;
  background: #f0f0f0;
  text-decoration: none;
}

.mdbnPaintTutorial .mdbnPaint__pager li:first-child a:before {
  display: inline-block;
  content: "";
  border-width: 5px 10px 5px 0;
  border-style: solid;
  border-color: transparent #363636 transparent transparent;
  margin-right: 10px;
  position: absolute;
  left: 10px;
  top: calc((100% - 10px)/2);
}

.mdbnPaintTutorial .mdbnPaint__pager li:last-child a:after {
  display: inline-block;
  content: "";
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #363636;
  position: absolute;
  right: 10px;
  top: calc((100% - 10px)/2);
}

@media screen and (max-width: 768px) {
  .mdbnPaintTutorial .mdbnPaint__pager {
    flex-wrap: wrap;
  }
  .mdbnPaintTutorial .mdbnPaint__pager li, .mdbnPaintTutorial .mdbnPaint__pager li:first-child, .mdbnPaintTutorial .mdbnPaint__pager li:last-child {
    width: 100%;
    line-height: 40px;
  }
}

.mdbnPaintTutorial .tips {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #95ccff;
  border-radius: 8px;
}

.mdbnPaintTutorial .tips .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #95ccff;
  font-weight: bold;
}

.mdbnPaintTutorial .tips p, .mdbnPaintTutorial dl {
  margin: 0.5em;
  padding: 0;
}

.mdbnPaintTutorial .tutorial-figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0 1rem;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mdbnPaintTutorial .tutorial-figure img {
  max-height: 50vh;
  max-width: 90%;
}

@media (orientation: landscape) {
  .mdbnPaintTutorial .tutorial-figure img {
    max-height: 70vh;
  }
}

.mdbnPaintTutorial .tutorial-figure figcaption {
  display: table-caption;
  caption-side: bottom;
  color: #333;
  font-size: 0.75rem;
  background: #e4e4e4;
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 16px;
  text-align: center;
}

.mdbnPaintTutorial a.btn {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #4f9bd1;
  border-bottom: solid 2px #356fb7;
  border-radius: 4px;
  /*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.mdbnPaintTutorial a.btn:hover {
  border-bottom: solid 2px #4f9bd1;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.mdbnPaintTutorial div.dl-button {
  margin: 0.5em;
  text-align: center;
}

.mdbnPaintTutorial .showMore {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 60px;
}

.mdbnPaintTutorial .showMoreButton {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 200px;
  margin: auto;
  /* padding: .5em 0; */
  border-radius: 2px;
  background: #0086cc;
  color: #fff;
  /*font-size: 1.1rem;*/
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.mdbnPaintTutorial .showMoreButton:hover {
  background: #fff;
  color: #0077aa;
}

.mdbnPaintTutorial .showMoreButton::before {
  content: "詳細を見る";
}

.mdbnPaintTutorial .showMoreItem {
  position: relative;
  overflow: hidden;
  height: 0px;
  /*隠した状態の高さ*/
}

.mdbnPaintTutorial .showMoreItem::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  content: "";
}

.mdbnPaintTutorial .showMoreTrigger {
  display: none;
  /*チェックボックスは常に非表示*/
}

.mdbnPaintTutorial .showMoreTrigger:checked ~ .showMoreButton::before {
  content: "詳細を隠す";
}

.mdbnPaintTutorial .showMoreTrigger:checked ~ .showMoreItem {
  height: auto;
  /*チェックされていたら、高さを戻す*/
}

.mdbnPaintTutorial .showMoreTrigger:checked ~ .showMoreItem::before {
  display: none;
}

.mdbnPaintTutorial .mdbnPaint__deviceSelector {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 10px 0;
  padding: 0;
}

.mdbnPaintTutorial .mdbnPaint__deviceSelector li {
  margin: 5px 0;
  list-style: none;
  width: 25%;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  display: inline-block;
  background-color: #dddfff;
  border: solid;
  border-color: #ffffff;
}

.mdbnPaintTutorial .mdbnPaint__deviceSelector li a {
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
}

.mdbnPaintTutorial .mdbnPaint__deviceSelector li:hover {
  background-color: #00bfff;
}

.mdbnPaintTutorial .mdbnPaint__deviceSelector__item-curDevice {
  background-color: #00bfff !important;
}

/* parts-side-content-tutorial */
.popular-list-area {
  border: none;
  margin: 0;
}

.popular-list-area .title {
  border: none;
  padding: 0;
  margin: 0 0 10px;
}

.popular-list-area .title:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 5px double #666;
  margin-right: 10px;
  margin-left: 5px;
  border-style: outset;
}

.popular-list-area .pickup-use {
  display: block;
  margin-bottom: 10px;
}

.popular-list-area .pickup-use a {
  border-radius: 5px;
  border: 1px solid #aaa;
  padding: 5px;
  font-size: 15px;
  font-weight: bold;
}

.popular-list-area .pickup-use a:hover {
  background: #efeff3;
  color: #383838;
  text-decoration: none;
}

.popular-list-area .pickup-use img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 200px;
  margin: 0 auto 5px;
}

@media screen and (max-width: 1000px) {
  .main-2clm #side .popular-list-area .title {
    padding: 0;
  }
}

/*--------------------------------------------------------------
cloudBrush
--------------------------------------------------------------*/
.mdbnPaintCloudBrush .entry-content {
  padding-top: 0;
}

.mdbnPaintCloudBrush__imageGroup {
  text-align: center;
}

.mdbnPaintCloudBrush__download {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mdbnPaintCloudBrush__downloadButton {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding: 15px 18px;
  margin: 10px;
  border-radius: 5px;
  background-color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
}

.mdbnPaintCloudBrush__downloadButton:before {
  display: inline-block;
  font-family: "icomoon";
  content: "\e719";
  margin-right: 10px;
}

.mdbnPaintCloudBrush__downloadButton:focus, .mdbnPaintCloudBrush__downloadButton:hover, .mdbnPaintCloudBrush__downloadButton:active {
  color: #fff;
  opacity: .8;
}

.mdbnPaintCloudBrush__textGroup p {
  margin-top: 0;
}

/*--------------------------------------------------------------
cloudMaterial
--------------------------------------------------------------*/
.mdbnPaintCloudMaterial .entry-content {
  padding-top: 0;
}

.mdbnPaintCloudMaterial__imageGroup {
  text-align: center;
}

.mdbnPaintCloudMaterial__download {
  margin: 20px 0;
  text-align: center;
}

.mdbnPaintCloudMaterial__download_title {
  margin-bottom: 10px;
}

.mdbnPaintCloudMaterial__download_buttonArea {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .mdbnPaintCloudMaterial__download_buttonArea {
    display: flex;
    flex-direction: column;
  }
}

.mdbnPaintCloudMaterial__download_buttonArea_button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding: 15px 18px;
  margin: 10px;
  border-radius: 5px;
  background-color: #333;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
}

.mdbnPaintCloudMaterial__download_buttonArea_button::before {
  display: inline-block;
  font-family: "icomoon";
  content: "\e719";
  margin-right: 10px;
}

.mdbnPaintCloudMaterial__download_buttonArea_button:hover {
  color: #fff;
  opacity: .8;
}

.mdbnPaintCloudMaterial__textGroup p {
  margin-top: 0;
}

/*--------------------------------------------------------------
sticky
--------------------------------------------------------------*/
.sticky-download {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 300px;
  height: auto;
  border: solid 1px #888888;
  border-radius: 6px;
  background-color: #fcfcfc;
  z-index: 10000;
  box-sizing: content-box;
  box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 750px) {
  .sticky-download {
    display: none;
    bottom: 97px;
    animation: stickyOpen .8s;
  }
  @keyframes stickyOpen {
    0% {
      width: 130px;
    }
    50% {
      width: 300px;
    }
    100% {
      width: 300px;
    }
  }
}

.sticky-download .sticky-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 40px;
  padding: 5px 5px 5px 15px;
}

@media screen and (max-width: 750px) {
  .sticky-download .sticky-header {
    height: 40px;
    animation: headerOpenSize .8s;
  }
  @keyframes headerOpenSize {
    0% {
      height: 48px;
    }
    50% {
      height: 48px;
    }
    100% {
      height: 40px;
    }
  }
}

.sticky-download .sticky-header .header-title {
  overflow: hidden;
  font-size: 14px;
  width: calc(100% - 35px);
  padding-right: 5px;
}

@media screen and (max-width: 750px) {
  .sticky-download .sticky-header .header-title {
    animation: titleOpenSize .8s;
  }
  @keyframes titleOpenSize {
    0% {
      white-space: nowrap;
      font-size: 11px;
    }
    50% {
      white-space: nowrap;
      font-size: 11px;
    }
    100% {
      white-space: nowrap;
      font-size: 14px;
    }
  }
}

.sticky-download .sticky-header .header-title > span {
  display: block;
  float: left;
  white-space: nowrap;
}

.sticky-download .sticky-header .header-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.sticky-download .sticky-header .header-button::before {
  content: "\e623";
  color: #9e9e9e;
  font-size: 14px;
  font-family: icomoon;
}

.sticky-download .sticky-content {
  overflow: hidden;
  width: 300px;
  height: 370px;
  border-radius: 0 0 6px 6px;
  cursor: pointer;
  animation: contentOpen .4s;
}

@keyframes contentOpen {
  0% {
    opacity: 0;
    width: 0;
    height: 0;
  }
  1% {
    opacity: 0.5;
    width: 300px;
    height: 0;
  }
  100% {
    opacity: 1;
    width: 300px;
    height: 370px;
  }
}

.sticky-download .sticky-content:hover {
  opacity: 0.8;
}

.sticky-download .sticky-content .content-link {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .sticky-download .sticky-content {
    animation: contentOpen .8s;
  }
  @keyframes contentOpen {
    0% {
      opacity: 0;
      width: 0;
      height: 0;
    }
    50% {
      opacity: 0.5;
      width: 300px;
      height: 0;
    }
    100% {
      opacity: 1;
      width: 300px;
      height: 370px;
    }
  }
}

@media screen and (max-width: 750px) {
  .sticky-download.close {
    width: 130px;
    animation: stickyClose .8s;
  }
  @keyframes stickyClose {
    0% {
      width: 300px;
    }
    50% {
      width: 300px;
    }
    100% {
      width: 130px;
    }
  }
}

.sticky-download.close .sticky-header {
  padding: 5px 15px;
}

.sticky-download.close .sticky-header:hover {
  opacity: 0.8;
}

@media screen and (max-width: 750px) {
  .sticky-download.close .sticky-header {
    padding: 5px 10px;
    box-sizing: border-box;
    height: 48px;
    animation: headerCloseSize .8s;
  }
  @keyframes headerCloseSize {
    0% {
      height: 40px;
    }
    50% {
      height: 48px;
    }
    100% {
      height: 48px;
    }
  }
}

.sticky-download.close .sticky-header .header-title {
  width: 100%;
  padding-right: 0;
}

@media screen and (max-width: 750px) {
  .sticky-download.close .sticky-header .header-title {
    width: calc(100% - 5px);
    padding: 0;
    white-space: normal;
    font-size: 11px;
    animation: titleCloseSize .8s;
  }
  @keyframes titleCloseSize {
    0% {
      white-space: nowrap;
      font-size: 14px;
    }
    50% {
      white-space: nowrap;
      font-size: 11px;
    }
    100% {
      white-space: normal;
      font-size: 11px;
    }
  }
}

.sticky-download.close .sticky-header .header-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 40px;
}

@media screen and (max-width: 750px) {
  .sticky-download.close .sticky-header .header-button {
    width: 100%;
    height: 100%;
  }
}

.sticky-download.close .sticky-header .header-button::before {
  content: "\e688";
  position: absolute;
  right: 10px;
}

@media screen and (max-width: 750px) {
  .sticky-download.close .sticky-header .header-button::before {
    right: 8px;
    font-size: 13px;
  }
}

.sticky-download.close .sticky-content {
  width: 0;
  height: 0;
  animation: contentClose .8s;
}

@keyframes contentClose {
  0% {
    opacity: 1;
    width: 300px;
    height: 370px;
  }
  50% {
    opacity: 0.5;
    width: 300px;
    height: 0px;
  }
  100% {
    opacity: 0;
    width: 0px;
    height: 0px;
  }
}

/*--------------------------------------------------------------
startPage
--------------------------------------------------------------*/
.content-area.startPage,
.startMedibangPaint__mainLead {
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

.content-area.startPage {
  font-family: "M PLUS 1p";
  color: #292929;
  background-image: url(/wp-content/themes/cloudalpaca.com/images/start/illust.jpg);
}

.startMedibangPaint__mainLead {
  background-color: #F7F9FA;
  background-image: url(/wp-content/themes/cloudalpaca.com/images/start/illust2.jpg);
}

.startMedibangPaint__btnDownload a {
  display: block;
  background-color: #008CD0;
  color: #fff;
  padding: 0 10px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  font-family: "M PLUS Rounded 1c";
  text-decoration: none;
  width: 100%;
  margin: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 65px;
  letter-spacing: 0.04rem;
  border-radius: 10px;
  box-shadow: 0px 3px 0px #05356e;
  transition: all 0.5s ease 0s;
}

.startMedibangPaint__btnDownload a::before {
  display: inline-block;
  font-family: "icomoon";
  content: "\e639";
  margin-right: 20px;
}

.startMedibangPaint__btnDownload a:hover {
  background-color: #05356e;
}

.startMedibangPaint__mainArea {
  max-width: 1000px;
  margin: 50px auto 50px;
}

.startMedibangPaint__mainArea .startMedibangPaint__btnDownload {
  max-width: 480px;
}

.startMedibangPaint__mainTitle {
  max-width: 480px;
  display: flex;
  justify-content: center;
  margin: 0 0 50px;
}

.startMedibangPaint__mainTitle .startMedibangPaint__logo {
  max-width: 360px;
  width: 100%;
  height: auto;
}

.startMedibangPaint__mainLeadInner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0 50px;
}

.startMedibangPaint__mainLeadInner p {
  max-width: 580px;
  margin: 1rem 0;
  font-size: 20px;
}

.startMedibangPaint__mainLeadInner span {
  font-weight: bold;
  font-size: 30px;
}

.startMedibangPaint__mainLeadInner span.startMedibangPaint__mainLeadPoint {
  display: inline-block;
  padding: 0 5px;
  background: -moz-linear-gradient(left, #f7d1fd 0%, #facfff 33%, #d4d0ff 58%, #a4d1ff 100%);
  background: -webkit-linear-gradient(left, #f7d1fd 0%, #facfff 33%, #d4d0ff 58%, #a4d1ff 100%);
  background: linear-gradient(90deg, #f7d1fd 0%, #facfff 33%, #d4d0ff 58%, #a4d1ff 100%);
  background-color: #a4d1ff;
}

.startMedibangPaint__step {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

.startMedibangPaint__stepTitle {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 30px;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 40px;
  background: #fff;
  border: 2px solid #292929;
  box-shadow: -10px 10px 0px #f4e36f;
  line-height: 4.5rem;
}

.startMedibangPaint__stepTitle p {
  margin: 0;
}

p.startMedibangPaint__stepNum {
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding-right: 20px;
  font-size: 50px;
  border-right: 1px solid #292929;
}

p.startMedibangPaint__stepTxt {
  font-family: "M PLUS Rounded 1c";
}

p.startMedibangPaint__stepTxt br {
  display: none;
}

.startMedibangPaint__stepFree {
  position: absolute;
  top: -30px;
  right: 30px;
  width: 170px;
  height: 167px;
}

.startMedibangPaint__stepFree img {
  max-width: 100%;
  height: auto;
}

.startMedibangPaint__stepContLead {
  margin: 0;
}

.startPage #start-step01 {
  background: #E8EEF1;
}

.startPage #start-step02 {
  background: #F7F9FA;
}

.startPage #start-step03 {
  background: #E8EEF1;
}

#start-step01 .startMedibangPaint__stepContLead {
  font-weight: bold;
  font-size: 30px;
}

#start-step01 .startMedibangPaint__stepContLead br {
  display: none;
}

.startMedibangPaint__FreeList {
  display: flex;
  margin: 30px 0 20px;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.startMedibangPaint__FreeList li {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 2px;
}

.startMedibangPaint__FreeList li.iphone img {
  max-height: 120px;
  margin-left: 20px;
}

.startMedibangPaint__FreeList li img {
  max-height: 130px;
}

.startMedibangPaint__FreeList li p {
  margin: 4px 0 0;
  font-size: 22px;
  font-weight: bold;
}

.startMedibangPaint__FreeList li span {
  display: inline-block;
  padding-left: 8px;
  font-size: 16px;
}

.startMedibangPaint__FreeListNote {
  margin: 0;
  font-size: 13px;
}

.startMedibangPaint__FreeDl {
  margin-top: 40px;
  text-align: center;
}

.startMedibangPaint__FreeDl .startMedibangPaint__FreeDlNote {
  margin: 0 0 20px;
  font-size: 33px;
}

.startMedibangPaint__FreeDl .startMedibangPaint__btnDownload {
  max-width: 540px;
  margin: 0 auto;
}

.startMedibangPaint__FreeDl .startMedibangPaint__btnDownload a {
  font-size: 26px;
  padding: 5px 10px;
}

#start-step02 .startMedibangPaint__stepContLead {
  font-size: 20px;
}

.startMedibangPaint__memberService {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}

.startMedibangPaint__memberServiceRegist {
  max-width: 580px;
}

.startMedibangPaint__memberServiceBtn a {
  display: block;
  max-width: 460px;
  margin: 10px auto;
  padding: 10px 20px;
  border-radius: 40px;
  background: #fff;
  border: 1px solid #292929;
  font-weight: bold;
  transition: all 0.3s ease 0s;
}

.startMedibangPaint__memberServiceBtn a::before {
  display: inline-block;
  font-family: "icomoon";
  content: "\e606";
  margin-right: 20px;
}

.startMedibangPaint__memberServiceBtn a:hover {
  background: #E8EEF1;
}

.startMedibangPaint__memberServiceBtn a:hover::before {
  color: #3ea207;
}

.startMedibangPaint__btnRegist {
  max-width: 500px;
  margin: 40px auto;
}

.startMedibangPaint__btnRegist a {
  display: block;
  background-color: #ED2E80;
  color: #fff;
  padding: 0 10px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  font-family: "M PLUS Rounded 1c";
  text-decoration: none;
  width: 100%;
  margin: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 60px;
  letter-spacing: 0.04rem;
  border-radius: 10px;
  box-shadow: 0px 3px 0px #6E0542;
  transition: all 0.5s ease 0s;
}

.startMedibangPaint__btnRegist a:hover {
  background-color: #6E0542;
}

.startMedibangPaint__memberServiceARTstreet {
  width: 380px;
  border-radius: 10px;
  background: #e8eef1;
  padding: 0 10px 10px 30px;
  margin-left: 10px;
}

.startMedibangPaint__memberServiceARTstreet .img_artstreet {
  display: block;
  margin: -30px auto 0;
  max-width: 240px;
}

.startMedibangPaint__memberServiceARTstreet .logo_artstreet {
  margin: -20px 0 0px;
  max-width: 190px;
}

.startMedibangPaint__memberServiceARTstreet p {
  margin: 0;
}

.startMedibangPaint__memberServiceArrow {
  position: absolute;
  display: block;
  top: 240px;
  left: 500px;
  width: 140px;
  height: 70px;
}

.startMedibangPaint__memberServiceArrow img {
  max-width: 100%;
  height: auto;
}

.startMedibangPaint__startPaint {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto 20px;
  padding: 0;
}

.startMedibangPaint__startPaint li {
  width: 32%;
  list-style: none;
}

.startMedibangPaint__startPaint li a {
  display: flex;
  border-radius: 10px;
  box-shadow: 1px 3px 0px rgba(25, 47, 56, 0.2);
  overflow: hidden;
  transition: all 0.5s ease 0s;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.startMedibangPaint__startPaint li a:hover {
  opacity: .6;
  text-decoration: none;
}

.startMedibangPaint__startPaint li a:hover .startMedibangPaint__startPaintImg img {
  transform: scale(1.05);
}

.startMedibangPaint__startPaint li a:hover .startMedibangPaint__startPaintImg {
  transition: all 0.3s ease 0s;
}

.startMedibangPaint__startPaint li a.startPaintTutorial {
  color: #292929;
  background: -moz-linear-gradient(top left, #c3e2ff 0%, #e5deff 45%, #e5deff 53%, #e5deff 93%, #a0d1ff 100%);
  background: -webkit-linear-gradient(top left, #c3e2ff 0%, #e5deff 45%, #e5deff 53%, #e5deff 93%, #a0d1ff 100%);
  background: linear-gradient(to bottom right, #c3e2ff 0%, #e5deff 45%, #e5deff 53%, #e5deff 93%, #a0d1ff 100%);
}

.startMedibangPaint__startPaint li a.startPaintUse {
  background: #A03590;
  color: #fff;
}

.startMedibangPaint__startPaint li a.startPaintgallery {
  background: #292929;
  color: #fff;
}

.startMedibangPaint__startPaint li a p {
  margin: 0;
}

.startMedibangPaint__startPaint li .startMedibangPaint__startPaintTxt {
  padding: 30px 30px 0;
  font-size: 18px;
  margin: 0;
}

.startMedibangPaint__startPaint li h3 {
  padding: 10px 30px 10px;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

.startMedibangPaint__startPaint li .startMedibangPaint__startPaintBtn {
  margin: 0 auto 20px 30px;
  font-size: 15px;
  display: inline-block;
  padding: 5px 20px;
  background: #fff;
  border-radius: 20px;
  color: #292929;
}

.startMedibangPaint__startPaint li .startMedibangPaint__startPaintBtn::after {
  display: inline-block;
  font-family: "icomoon";
  content: "\e606";
  margin-left: 10px;
}

.startMedibangPaint__startPaint li .startMedibangPaint__startPaintImg {
  line-height: 0;
  transition: all 0.3s ease 0s;
}

.startMedibangPaint__startPaint li .startMedibangPaint__startPaintImg img {
  transition: all 0.5s ease 0s;
}

.startMedibangPaint__endWrap {
  background-attachment: scroll;
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F7F9FA;
  background-image: url(/wp-content/themes/cloudalpaca.com/images/start/illust2.jpg);
}

.startMedibangPaint__end {
  max-width: 1000px;
  padding: 50px 0 50px;
  margin: 0 auto 0;
}

.startMedibangPaint__endArea {
  max-width: 420px;
  text-align: center;
  margin-left: 40px;
}

.startMedibangPaint__endImg {
  max-width: 100px;
  height: 100px;
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin: 0 auto;
}

.startMedibangPaint__endTxt {
  margin: 40px auto 20px;
  font-size: 22px;
  font-weight: bold;
}

.startMedibangPaint__endSNSTxt {
  margin: 50px auto 10px;
}

.startMedibangPaint__endSNS {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.startMedibangPaint__endSNS li {
  margin: 0 10px;
}

.startMedibangPaint__endSNS li a {
  display: flex;
  border-radius: 10px;
  color: #fff;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
}

.startMedibangPaint__endSNS li a:hover {
  text-decoration: none;
  opacity: .8;
}

.startMedibangPaint__endSNS li a span {
  font-size: 0;
}

.startMedibangPaint__endSNS li.startMedibangPaint__endSNS--twitter a {
  background: #37A6DE;
}

.startMedibangPaint__endSNS li.startMedibangPaint__endSNS--twitter a::before {
  display: inline-block;
  font-family: "icomoon";
  content: "\e699";
  font-size: 28px;
}

.startMedibangPaint__endSNS li.startMedibangPaint__endSNS--facebook a {
  background: #3C568F;
}

.startMedibangPaint__endSNS li.startMedibangPaint__endSNS--facebook a::before {
  display: inline-block;
  font-family: "icomoon";
  content: "\e700";
  font-size: 24px;
}

.startMedibangPaint__endSNS li.startMedibangPaint__endSNS--line:hover {
  opacity: .8;
}

@media screen and (max-width: 1024px) {
  .startMedibangPaint__mainLeadInner p {
    margin: 1rem 20px;
  }
  #start-step01 {
    padding: 0 20px 0;
  }
  #start-step02 {
    padding: 0 20px 0;
  }
  #start-step03 {
    padding: 0 20px 0;
  }
}

@media screen and (max-width: 1000px) {
  .content-area.startPage {
    background-attachment: scroll;
    background-size: auto 800px;
    background-position: center -150px;
    background-image: url(/wp-content/themes/cloudalpaca.com/images/start/illust.jpg);
  }
  .startMedibangPaint__endWrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(/wp-content/themes/cloudalpaca.com/images/start/illust2_mb.jpg);
    padding: 50px 20px 20px;
    margin: 0;
  }
  .startMedibangPaint__end {
    margin: 0;
  }
  .startMedibangPaint__mainLead {
    background-image: none;
  }
  .startMedibangPaint__mainArea {
    margin: 50px 40px 50px;
  }
  .startMedibangPaint__mainLeadInner p {
    max-width: none;
  }
  .startMedibangPaint__startPaint li .startMedibangPaint__startPaintTxt {
    padding: 20px 15px 0;
    font-size: 14px;
  }
  .startMedibangPaint__startPaint li h3 {
    padding: 10px 15px 10px;
    line-height: 2.4rem;
  }
  .startMedibangPaint__startPaint li .startMedibangPaint__startPaintBtn {
    margin: 0 auto 20px 15px;
    font-size: 13px;
  }
}

@media screen and (max-width: 850px) {
  .startMedibangPaint__memberServiceArrow {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .content-area.startPage {
    background-attachment: scroll;
    background-size: auto 450px;
    background-position: center top;
    background-image: url(/wp-content/themes/cloudalpaca.com/images/start/illust_mb.jpg);
  }
  .startMedibangPaint__mainTitle {
    margin: 0 auto 20px;
    max-width: 300px;
  }
  .startMedibangPaint__mainArea {
    margin: 200px 40px 0;
  }
  .startMedibangPaint__mainLeadInner p {
    font-size: 15px;
  }
  .startMedibangPaint__mainLeadInner span {
    font-size: 17px;
  }
  .startMedibangPaint__stepTitle {
    padding: 12px 10px;
    line-height: 2.2rem;
  }
  p.startMedibangPaint__stepNum {
    margin-right: 10px;
    padding-right: 10px;
    font-size: 40px;
  }
  p.startMedibangPaint__stepTxt {
    font-size: 20px;
  }
  p.startMedibangPaint__stepTxt br {
    display: block;
  }
  p.startMedibangPaint__stepTxt span {
    font-size: 33px;
    letter-spacing: -1px;
  }
  .startMedibangPaint__stepFree {
    top: -90px;
    right: -20px;
    width: 120px;
  }
  #start-step01 .startMedibangPaint__stepContLead {
    font-size: 20px;
    text-align: center;
  }
  #start-step01 .startMedibangPaint__stepContLead br {
    display: block;
  }
  .startMedibangPaint__FreeList {
    justify-content: center;
  }
  .startMedibangPaint__FreeList li {
    width: 33%;
    margin: 0 0 20px;
  }
  .startMedibangPaint__FreeList li.win, .startMedibangPaint__FreeList li.mac {
    width: 45%;
  }
  .startMedibangPaint__FreeList li.win img, .startMedibangPaint__FreeList li.mac img {
    max-height: 110px;
  }
  .startMedibangPaint__FreeList li.iphone img {
    max-height: 100px;
  }
  .startMedibangPaint__FreeList li.ipad img {
    margin-left: 10px;
  }
  .startMedibangPaint__FreeList li img {
    max-height: 120px;
  }
  .startMedibangPaint__FreeList li p {
    font-size: 14px;
  }
  .startMedibangPaint__FreeList li span {
    font-size: 12px;
  }
  .startMedibangPaint__FreeDl .startMedibangPaint__FreeDlNote {
    font-size: 28px;
  }
  .startMedibangPaint__FreeDl .startMedibangPaint__btnDownload a {
    font-size: 20px;
  }
  #start-step02 .startMedibangPaint__stepContLead {
    font-size: 15px;
  }
  .startMedibangPaint__memberService {
    flex-direction: column;
    margin: 20px 0 0;
  }
  .startMedibangPaint__memberServiceARTstreet {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: auto;
    padding: 20px;
    font-size: 13px;
    margin-left: 0;
  }
  .startMedibangPaint__memberServiceARTstreet .img_artstreet {
    margin: -30px 0 0 20px;
    width: 39%;
  }
  .startMedibangPaint__memberServiceARTstreet .logo_artstreet {
    margin: 0 0 20px;
    max-width: 190px;
  }
  .startMedibangPaint__startPaint {
    flex-direction: column;
  }
  .startMedibangPaint__startPaint li {
    width: 100%;
    margin: 0 auto 30px;
  }
  .startMedibangPaint__endArea {
    margin-left: 0;
  }
}

@media screen and (max-width: 500px) {
  .startMedibangPaint__btnDownload a {
    font-size: 17px;
    line-height: 45px;
  }
  .startMedibangPaint__btnRegist a {
    font-size: 17px;
  }
}

.content-area.startPage .footer-bnr-area.bnr-area {
  background: #fff;
}
