@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default fonts family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` fonts-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable fonts size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit fonts size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct fonts properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `fonts-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `fonts-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, div {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 1em; }

ul, ol, dl {
  margin: 0;
  padding: 0;
  list-style-type: none; }

img {
  vertical-align: top; }

body {
  font-family: "Meiryo UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

img, iframe {
  vertical-align: top; }

@media screen and (min-width: 768px) {
  html, body {
    min-width: 960px;
    height: 100%;
    background-color: #fff; }

  .forPC {
    display: inherit; }

  .forSP {
    display: none; }

  .heading-label {
    display: inline-block;
    padding: 0 21px 0 20px;
    color: #fff;
    font-size: 0.75em;
    line-height: 2;
    background-color: #000; }

  .navigation {
    position: fixed;
    top: 0;
    left: -335px;
    width: 415px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    z-index: 2; }

  .navigation-button {
    position: absolute;
    top: 50%;
    right: 27px;
    margin-top: -40px; }

  .gnav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 120px 0 0 80px; }
    .gnav li {
      width: 100%;
      margin-bottom: 42px;
      font-size: 1.125em;
      line-height: 1; }
    .gnav a {
      color: #000;
      text-decoration: none; }
      .gnav a:hover {
        text-decoration: underline; }

  .button-line {
    position: absolute;
    top: 10px;
    left: 0;
    width: 30px;
    height: 1px;
    background: #000; }
    .button-line:before {
      position: absolute;
      top: -10px;
      display: block;
      content: "";
      width: 100%;
      height: 100%;
      background: #000; }
    .button-line:after {
      position: absolute;
      top: 10px;
      display: block;
      content: "";
      width: 100%;
      height: 100%;
      background: #000; }

  .open .navigation {
    cursor: default;
    background-color: rgba(255, 255, 255, 0.9); }
  .open .navigation-button {
    display: block;
    position: absolute;
    top: 54px;
    right: 50px;
    width: 30px;
    height: 23px;
    margin-top: 0;
    cursor: pointer; }
    .open .navigation-button .button-line {
      background: transparent; }
      .open .navigation-button .button-line:before {
        top: 0;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #000; }
      .open .navigation-button .button-line:after {
        top: 0;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #000; }
    .open .navigation-button .button-text {
      display: none; }

  .block-inner {
    position: relative;
    left: 40px;
    width: 880px;
    margin: 0 auto; }

  .contents {
    width: 100%; }

  .page-header {
    position: relative;
    background: url("../images/pc/img_main-visual.jpg") no-repeat left top;
    background-size: cover;
    padding: 65px 0 20px; }
    .page-header .corporate-logo {
      position: absolute;
      top: 30px;
      left: 121px;
      width: 245px; }
    .page-header img {
      width: 100%;
      height: auto; }
    .page-header .logo {
      max-width: 800px;
      margin: 0 auto; }
      .page-header .logo img {
        max-width: 800px; }
    .page-header .result-bnr {
      max-width: 1000px;
      margin: 40px auto 20px;
      background-color: #fff; }
      .page-header .result-bnr a {
        display: block; }
        .page-header .result-bnr a img {
          max-width: 1000px; }
        .page-header .result-bnr a:hover {
          opacity: 0.8; }

  .block-category p {
    font-size: 1em;
    line-height: 1.5; }
  .block-category .lead-text {
    margin: 11px 0 0;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.6; }
  .block-category .description {
    margin: 8px 0 0;
    font-size: 0.875em;
    line-height: 1.71429; }
  .block-category .footnote-item {
    font-size: 0.75em;
    line-height: 1.5; }

  .part-flesh {
    color: #fff;
    background-color: #66cc33; }
  .part-general {
    color: #fff;
    background-color: #ff6699; }

  .section-realitive {
    position: relative;
    padding-top: 81px;
    padding-bottom: 284px;
    background: url("../images/pc/bg_realitive.png") no-repeat 0 0;
    background-size: 100% 100%; }
    .section-realitive .section-heading span {
      display: block;
      line-height: 0; }
    .section-realitive .section-heading img {
      width: 100%;
      height: auto; }
    .section-realitive .section-heading .en {
      width: 532px;
      margin: 0 0 14px 184px; }
    .section-realitive .section-heading .jp {
      width: 160px;
      margin: 0 0 3px 360px; }
    .section-realitive .themes-copy {
      margin: 0 0 16px 25px; }
    .section-realitive .part-list {
      margin-top: 15px; }
      .section-realitive .part-list:after {
        content: '';
        display: block;
        clear: both;
        height: 0; }
    .section-realitive .part-item {
      float: left;
      width: 200px;
      min-height: 60px;
      margin-right: 10px;
      text-align: center;
      font-size: 1.125em;
      line-height: 3.33333; }
    .section-realitive .footnote {
      margin: 7px 0 0 2px; }
    .section-realitive .image {
      position: absolute;
      top: 211px;
      left: 0; }

  .section-imagination {
    padding-top: 61px;
    padding-bottom: 100px;
    background: url("../images/pc/bg_imagination.png") no-repeat 0 0;
    background-size: 100% 100%; }
    .section-imagination .section-heading span {
      display: block;
      line-height: 0; }
    .section-imagination .section-heading img {
      width: 100%;
      height: auto; }
    .section-imagination .section-heading .en {
      width: 532px;
      margin: 0 0 14px 182px; }
    .section-imagination .section-heading .jp {
      width: 137px;
      margin: 0 0 11px 370px; }
    .section-imagination .themes-copy {
      margin: 0 0 26px 19px; }
    .section-imagination .image {
      position: absolute;
      top: 202px;
      left: 440px; }
    .section-imagination .btn-play-music {
      margin-top: 30px;
      margin-bottom: 17px;
      width: 400px; }
      .section-imagination .btn-play-music a {
        position: relative;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 80px;
        padding-left: 30px;
        color: #fff;
        font-size: 1em;
        line-height: 5;
        background: url("../images/pc/bg_gradient1.png") no-repeat 0 0;
        background-size: 100% auto;
        text-decoration: none; }
        .section-imagination .btn-play-music a:after {
          position: absolute;
          top: 50%;
          right: 10px;
          display: block;
          content: "";
          width: 11px;
          height: 14px;
          margin-top: -7px;
          background: url("../images/pc/ico_arrow01.png") no-repeat 0 0;
          background-size: contain; }
        .section-imagination .btn-play-music a:hover {
          background-image: url("../images/pc/bg_gradient1_on.png"); }
    .section-imagination .download-buttons {
      margin-top: 13px; }
      .section-imagination .download-buttons:after {
        content: '';
        display: block;
        clear: both;
        height: 0; }
    .section-imagination .download-button {
      float: left;
      width: 196px;
      margin-right: 8px; }
      .section-imagination .download-button a {
        position: relative;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 70px;
        padding: 16px 0 16px 30px;
        color: #fff;
        font-size: 0.875em;
        line-height: 1.42857;
        background: url("../images/pc/bg_gradient2.png") no-repeat 0 0;
        background-size: 100% auto;
        text-decoration: none; }
        .section-imagination .download-button a:after {
          position: absolute;
          top: 50%;
          right: 10px;
          display: block;
          content: "";
          width: 11px;
          height: 14px;
          margin-top: -7px;
          background: url("../images/pc/ico_arrow01.png") no-repeat 0 0;
          background-size: contain; }
        .section-imagination .download-button a:hover {
          background-image: url("../images/pc/bg_gradient2_on.png"); }
    .section-imagination .btn-profile {
      margin-top: 20px;
      width: 400px; }
      .section-imagination .btn-profile a {
        position: relative;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 80px;
        padding: 23px 0 20px 30px;
        color: #fff;
        font-size: 1em;
        line-height: 1;
        background: url("../images/pc/bg_gradient2.png") no-repeat 0 0;
        background-size: 100% auto;
        text-decoration: none; }
        .section-imagination .btn-profile a:after {
          position: absolute;
          top: 50%;
          right: 10px;
          display: block;
          content: "";
          width: 11px;
          height: 14px;
          margin-top: -7px;
          background: url("../images/pc/ico_arrow01.png") no-repeat 0 0;
          background-size: contain; }
        .section-imagination .btn-profile a:hover {
          background-image: url("../images/pc/bg_gradient2_on.png"); }
      .section-imagination .btn-profile span {
        display: block;
        margin-bottom: 7px;
        font-size: 0.875em;
        line-height: 1; }
    .section-imagination .hint {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 880px;
      margin-top: 24px;
      padding: 35px 60px 38px 60px;
      background: url("../images/bg_owhite.png") repeat 0 0; }
      .section-imagination .hint .description {
        margin: 0;
        font-size: 1em;
        line-height: 1.5; }
      .section-imagination .hint .footnote {
        margin-top: 9px; }
      .section-imagination .hint .hint-images {
        width: 504px;
        margin-top: 27px;
        margin-left: 140px; }
        .section-imagination .hint .hint-images:after {
          content: '';
          display: block;
          clear: both;
          height: 0; }
      .section-imagination .hint .hint-image {
        float: left;
        margin-right: 24px; }
      .section-imagination .hint .btn-biyoshixdoga {
        width: 480px;
        margin: 30px auto 0; }
        .section-imagination .hint .btn-biyoshixdoga a {
          position: relative;
          display: block;
          padding: 13px 0 9px 123px;
          background: #fff; }
          .section-imagination .hint .btn-biyoshixdoga a img {
            width: 210px; }
          .section-imagination .hint .btn-biyoshixdoga a:after {
            position: absolute;
            bottom: 10px;
            right: 20px;
            display: block;
            content: "";
            width: 16px;
            height: 16px;
            background: url("../images/pc/ico_blank.png") no-repeat 0 0;
            background-size: contain; }
          .section-imagination .hint .btn-biyoshixdoga a:before {
            -webkit-transition: all 200ms;
            -moz-transition: all 200ms;
            -ms-transition: all 200ms;
            -o-transition: all 200ms;
            transition: all 200ms; }
          .section-imagination .hint .btn-biyoshixdoga a:hover:before {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            content: "";
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.3);
            z-index: 2; }

  .block-application {
    padding-top: 102px;
    padding-bottom: 97px; }
    .block-application h2 {
      margin-bottom: 52px;
      font-size: 2.5em; }
    .block-application .disk-list li {
      margin-left: 1.5em;
      text-indent: -1.5em;
      font-size: 0.875em;
      line-height: 1.71429; }
      .block-application .disk-list li span {
        color: #cc0000; }
      .block-application .disk-list li:before {
        content: "●";
        margin-right: .5em; }
    .block-application .application-item-heading-area .heading-image, .block-application .application-item-heading-area .heading-ruby {
      display: block; }
    .block-application .application-item {
      border-top: #000 solid 1px; }
      .block-application .application-item:after {
        content: '';
        display: block;
        clear: both;
        height: 0; }
      .block-application .application-item .application-item-heading-area {
        float: left;
        width: 400px;
        padding-top: 48px; }
        .block-application .application-item .application-item-heading-area .application-item-heading {
          padding-left: 39px;
          min-height: 56px; }
        .block-application .application-item .application-item-heading-area .heading-image {
          width: 174px; }
          .block-application .application-item .application-item-heading-area .heading-image img {
            width: 100%;
            height: auto; }
        .block-application .application-item .application-item-heading-area .heading-ruby {
          font-size: 1.5em;
          line-height: 1; }
        .block-application .application-item .application-item-heading-area .description {
          margin-top: 21px;
          margin-left: 41px;
          font-size: 0.875em;
          line-height: 1.71429; }
      .block-application .application-item .application-item-contents-area {
        float: left;
        width: 480px; }
        .block-application .application-item .application-item-contents-area .disk-list {
          margin-top: 11px; }
      .block-application .application-item h5 {
        width: 140px;
        min-height: 40px;
        margin-top: 19px;
        margin-bottom: -6px;
        text-align: center;
        font-size: 0.875em;
        line-height: 2.85714; }
    .block-application .realitive-item .application-item-heading {
      background: url("../images/pc/bg_heading-gradient01.png") no-repeat 0 0;
      background-size: auto 100%; }
      .block-application .realitive-item .application-item-heading img {
        margin-top: 3px;
        margin-bottom: 18px;
        margin-left: 2px; }
    .block-application .realitive-item .heading-image {
      width: 174px; }
      .block-application .realitive-item .heading-image img {
        width: 100%;
        height: auto; }
    .block-application .realitive-item .application-item-contents-area {
      padding-top: 40px;
      padding-bottom: 39px; }
    .block-application .realitive-item h4 {
      margin-top: 15px; }
    .block-application .imagination-item .application-item-heading {
      background: url("../images/pc/bg_heading-gradient02.png") no-repeat 0 0;
      background-size: auto 100%; }
      .block-application .imagination-item .application-item-heading img {
        margin-top: 3px;
        margin-bottom: 17px;
        margin-left: 2px; }
    .block-application .imagination-item .application-item-contents-area {
      padding-top: 30px;
      padding-bottom: 45px; }
    .block-application .imagination-item h4 {
      margin-top: 25px; }
    .block-application .common-contents {
      border-top: #000 solid 1px; }
      .block-application .common-contents h3 {
        margin-top: 80px;
        font-weight: bold;
        font-size: 1.5em;
        line-height: 1; }
      .block-application .common-contents .common-contents-item {
        border-top: #000 solid 1px; }
        .block-application .common-contents .common-contents-item dl {
          padding-top: 8px;
          padding-bottom: 39px; }
          .block-application .common-contents .common-contents-item dl:after {
            content: '';
            display: block;
            clear: both;
            height: 0; }
        .block-application .common-contents .common-contents-item dt {
          clear: left;
          float: left;
          width: 142px;
          margin-top: 22px;
          font-weight: bold;
          font-size: 1em;
          line-height: 2; }
        .block-application .common-contents .common-contents-item dd {
          float: left;
          width: 738px;
          margin-top: 25px; }
          .block-application .common-contents .common-contents-item dd .decimal-list {
            margin-left: 20px;
            margin-bottom: -12px;
            list-style-type: decimal; }
            .block-application .common-contents .common-contents-item dd .decimal-list li {
              margin-bottom: 12px;
              font-size: 0.875em;
              line-height: 1.71429; }
      .block-application .common-contents .item-main {
        margin-top: 18px;
        border: none; }
      .block-application .common-contents .item-method dt {
        margin-top: 23px; }
      .block-application .common-contents .item-method dd {
        margin-top: 25px; }
      .block-application .common-contents .item-period dt {
        margin-top: 24px; }
      .block-application .common-contents .item-period dd {
        margin-top: 28px;
        color: #cc0066;
        font-weight: bold;
        font-size: 1.125em;
        line-height: 1.77778; }
        .block-application .common-contents .item-period dd span {
          font-size: 1.33333em;
          line-height: 1.33333; }
      .block-application .common-contents .item-deadline dt {
        margin-top: 33px; }
      .block-application .common-contents .item-deadline dd {
        margin-top: 36px;
        font-size: 1.125em;
        line-height: 1; }
      .block-application .common-contents .item-deadline span {
        color: #cc0066;
        font-size: 1.5em;
        line-height: 1; }
      .block-application .common-contents .item-deadline .span2 {
        font-size: 1em;
        line-height: 1; }
      .block-application .common-contents .item-deadline .footnote {
        margin-top: 7px; }
        .block-application .common-contents .item-deadline .footnote li {
          margin: 0;
          text-indent: 0;
          font-size: 0.66667em; }
          .block-application .common-contents .item-deadline .footnote li:before {
            display: none; }
      .block-application .common-contents .item-address dl {
        padding-bottom: 0; }
      .block-application .common-contents .item-address dd {
        margin-top: 32px;
        font-size: 1.125em;
        line-height: 1; }
      .block-application .common-contents .item-address .address {
        margin-bottom: 20px; }

  .block-guest-designer {
    padding-top: 99px;
    padding-bottom: 80px;
    background: #000 url("../images/pc/bg_desiners.png") no-repeat 0 0;
    background-size: 100% 100%; }
    .block-guest-designer .block-inner {
      overflow: hidden; }
    .block-guest-designer h2 {
      padding-left: 1px; }
    .block-guest-designer .heading-ruby {
      display: block;
      margin-top: 14px;
      margin-left: -2px;
      color: #fff;
      font-size: 1.25em;
      line-height: 1; }
    .block-guest-designer .footnote {
      margin-top: 27px; }
      .block-guest-designer .footnote:after {
        content: '';
        display: block;
        clear: both;
        height: 0; }
      .block-guest-designer .footnote li {
        float: left;
        margin-right: 1em;
        color: #fff;
        font-size: 0.75em;
        line-height: 1.66667; }
    .block-guest-designer .designer-list {
      width: 911px;
      margin-top: 40px; }
      .block-guest-designer .designer-list:after {
        content: '';
        display: block;
        clear: both;
        height: 0; }
      .block-guest-designer .designer-list li {
        float: left;
        width: 99px;
        margin-right: 31px;
        margin-bottom: 18px; }
        .block-guest-designer .designer-list li img {
          width: 100%;
          height: auto; }

  .block-support-tool {
    padding-top: 96px;
    padding-bottom: 99px;
    background: url("../images/pc/bg_sheets.png") no-repeat 0 0;
    background-size: 100% 100%; }
    .block-support-tool h2 {
      font-size: 2.5em;
      margin-bottom: 24px; }
    .block-support-tool .description {
      font-size: 1em;
      line-height: 1; }
    .block-support-tool .tool-items {
      margin-top: 57px; }
      .block-support-tool .tool-items:after {
        content: '';
        display: block;
        clear: both;
        height: 0; }
    .block-support-tool .tool-item {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      padding: 44px 41px 40px;
      background-color: #fff; }
      .block-support-tool .tool-item h3 {
        font-size: 1.25em; }
      .block-support-tool .tool-item .description {
        margin-top: 11px;
        font-size: 0.875em;
        line-height: 1.71429; }
      .block-support-tool .tool-item:nth-child(1) {
        width: 300px;
        margin-right: 10px; }
      .block-support-tool .tool-item:nth-child(2) {
        width: 570px; }
    .block-support-tool .tool-item-category .sheet-items {
      width: 500px; }
    .block-support-tool .sheet-items {
      margin-top: 25px; }
      .block-support-tool .sheet-items:after {
        content: '';
        display: block;
        clear: both;
        height: 0; }
    .block-support-tool .sheet-item {
      float: left;
      width: 240px;
      margin-right: 10px; }
      .block-support-tool .sheet-item .sheet-image {
        width: 200px;
        margin: 0 auto; }
        .block-support-tool .sheet-item .sheet-image img {
          width: 100%;
          height: auto; }
      .block-support-tool .sheet-item a {
        text-decoration: none; }
    .block-support-tool .sheet-download-button {
      margin-top: 19px;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      min-height: 80px;
      padding: 0 20px;
      color: #fff;
      text-decoration: none;
      font-size: 1em; }
      .block-support-tool .sheet-download-button:after {
        display: block;
        position: absolute;
        top: 25px;
        right: 19px;
        content: "";
        width: 30px;
        height: 34px;
        background: url("../images/pc/ico_pdf.png") no-repeat 0 0;
        background-size: contain; }
      .block-support-tool .sheet-download-button span {
        display: inline-block;
        margin-top: 9px;
        font-size: 0.75em; }
    .block-support-tool .sheet-item-step .sheet-download-button {
      padding-top: 34px;
      background: url("../images/pc/bg_sheet-download01.png") no-repeat 0 0;
      background-size: 100% 100%; }
      .block-support-tool .sheet-item-step .sheet-download-button:hover {
        background-image: url("../images/pc/bg_sheet-download01_on.png"); }
    .block-support-tool .sheet-item-realitive .sheet-download-button {
      padding-top: 22px;
      background: url("../images/pc/bg_sheet-download02.png") no-repeat 0 0;
      background-size: 100% 100%; }
      .block-support-tool .sheet-item-realitive .sheet-download-button:hover {
        background-image: url("../images/pc/bg_sheet-download02_on.png"); }
    .block-support-tool .sheet-item-imagination .sheet-download-button {
      padding-top: 22px;
      background: url("../images/pc/bg_sheet-download03.png") no-repeat 0 0;
      background-size: 100% 100%; }
      .block-support-tool .sheet-item-imagination .sheet-download-button:hover {
        background-image: url("../images/pc/bg_sheet-download03_on.png"); }

  .block-bucknumber {
    padding-top: 101px;
    padding-bottom: 100px; }
    .block-bucknumber a {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      width: 100%;
      padding-left: 618px;
      min-height: 160px;
      color: #fff;
      font-size: 1em;
      line-height: 10;
      background: #000;
      text-decoration: none; }
      .block-bucknumber a:after {
        position: absolute;
        top: 50%;
        right: 56px;
        display: block;
        content: "";
        width: 11px;
        height: 16px;
        margin-top: -8px;
        background: url("../images/pc/ico_arrow02.png") no-repeat 0 0;
        background-size: contain; }
      .block-bucknumber a:hover:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.3);
        z-index: 2; }
    .block-bucknumber img {
      position: absolute;
      top: 0;
      left: 0; }

  .pagetop-button {
    display: none;
    position: fixed;
    right: 40px;
    bottom: 33px;
    width: 50px;
    height: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)"; }
    .pagetop-button img {
      width: 100%;
      height: auto; }
    .pagetop-button a {
      display: block; }
      .pagetop-button a:hover {
        background: url("../images/pc/btn_page-top_on.png") no-repeat 0 0; }
        .pagetop-button a:hover img {
          opacity: 0;
          filter: alpha(opacity=0);
          -ms-filter: "alpha(opacity=0)"; }

  .page-footer {
    width: 100%;
    min-width: 960px;
    padding: 57px 0 51px;
    background-color: #000; }
    .page-footer .copyright {
      color: #fff;
      margin-left: 40px;
      text-align: center;
      font-size: 0.75em;
      line-height: 1; }
      .page-footer .copyright small {
        font-size: 1em; } }
@media screen and (max-width: 767px) {
  html, body {
    width: 100%; }

  .forPC {
    display: none; }

  .forSP {
    display: inherit; }

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

  .page-header {
    background: url("../images/pc/img_main-visual.jpg") no-repeat center top;
    background-size: cover;
    padding: 45px 0 20px; }
    .page-header .corporate-logo {
      position: absolute;
      top: 15px;
      left: 10px;
      width: 179px; }
    .page-header .logo {
      margin: 0 24px 20px; }
    .page-header .result-bnr {
      margin: 0 20px; }

  .navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 3;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }

  .navigation-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 40px; }
    .navigation-button .button-line {
      position: absolute;
      top: 20px;
      right: 15px;
      width: 20px;
      height: 1px;
      background: #fff; }
      .navigation-button .button-line:before {
        position: absolute;
        top: -6px;
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        -ms-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms; }
      .navigation-button .button-line:after {
        position: absolute;
        top: 6px;
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        -ms-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms; }

  .scroll .navigation {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8); }
  .scroll .navigation-button {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%; }
    .scroll .navigation-button .button-line {
      right: 50%;
      margin-right: -10px;
      background: #000; }
      .scroll .navigation-button .button-line:before, .scroll .navigation-button .button-line:after {
        background: #000; }

  html.open .navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9); }
    html.open .navigation .gnav {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      width: 200px;
      margin: 0 auto;
      padding: 85px 0 0; }
      html.open .navigation .gnav li {
        width: 100%;
        margin-bottom: 26px;
        font-size: 15px; }
      html.open .navigation .gnav a {
        color: #000;
        text-decoration: none; }
  html.open .navigation-button {
    position: fixed;
    top: 0;
    right: 0;
    width: inherit;
    background-color: transparent; }
    html.open .navigation-button .button-line {
      top: 20px;
      right: 15px;
      margin-right: 0;
      background: transparent; }
      html.open .navigation-button .button-line:before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #000; }
      html.open .navigation-button .button-line:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #000; }

  .gnav {
    display: none; }

  .block-inner {
    margin: 0 20px; }

  .heading-label {
    display: inline-block;
    width: 80px;
    color: #fff;
    font-size: 9px;
    line-height: 1.77778;
    background-color: #000;
    text-align: center; }

  .part-flesh {
    color: #fff;
    background-color: #66cc33; }
  .part-general {
    color: #fff;
    background-color: #ff6699; }

  .footnote-item {
    font-size: 9px; }

  .block-category .block-inner {
    margin: 0; }
  .block-category p {
    font-size: 14px;
    line-height: 1.28571; }
  .block-category .themes-content {
    margin: 0 20px 0; }
  .block-category .lead-text {
    margin-top: 6px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5; }
  .block-category .description {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.5; }
  .block-category .part-list {
    margin-top: 16px; }
    .block-category .part-list:after {
      content: '';
      display: block;
      clear: both;
      height: 0; }
  .block-category .part-item {
    float: left;
    width: 48.21429%;
    margin-right: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 2.66667; }
    .block-category .part-item:nth-child(2) {
      margin-right: 0; }
  .block-category .footnote-item {
    line-height: 1.33333; }
  .block-category .section-realitive {
    padding-top: 12.5%;
    padding-bottom: 2.5%;
    background: url("../images/sp/bg_realitive.png") no-repeat 0 0;
    background-size: 100% 100%; }
    .block-category .section-realitive .themes-content {
      margin-top: 1.875%; }
    .block-category .section-realitive .section-heading span {
      display: block;
      line-height: 0; }
    .block-category .section-realitive .section-heading img {
      width: 100%;
      height: auto; }
    .block-category .section-realitive .section-heading .en {
      width: 83.125%;
      margin: 0 0 2.34375% 8.4375%; }
    .block-category .section-realitive .section-heading .jp {
      width: 33.4375%;
      margin: 0 0 1.40625% 33.125%; }
    .block-category .section-realitive .themes-copy {
      width: 90.9375%;
      margin-left: 4.6875%; }
    .block-category .section-realitive .footnote {
      margin-top: 8px; }
    .block-category .section-realitive .image {
      width: 291px;
      margin-top: -6px;
      margin-right: auto;
      margin-left: auto; }
  .block-category .section-imagination {
    padding-top: 33px;
    padding-bottom: 50px;
    background: url("../images/sp/bg_imagination.png") no-repeat 0 0;
    background-size: 100% 100%; }
    .block-category .section-imagination .themes-content {
      margin-top: 3.4375%; }
    .block-category .section-imagination .section-heading span {
      display: block;
      line-height: 0; }
    .block-category .section-imagination .section-heading img {
      width: 100%;
      height: auto; }
    .block-category .section-imagination .section-heading .en {
      width: 83.125%;
      margin: 0 0 2.34375% 8.4375%; }
    .block-category .section-imagination .section-heading .jp {
      width: 28.75%;
      margin: 0 0 2.1875% 35.625%; }
    .block-category .section-imagination .themes-copy {
      width: 91.71875%;
      margin-left: 4.0625%; }
    .block-category .section-imagination .image {
      position: relative;
      left: -6px;
      width: 291px;
      margin-top: 2px;
      margin-right: auto;
      margin-left: auto; }
    .block-category .section-imagination .p-button a {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      color: #fff;
      font-size: 12px;
      text-decoration: none;
      background-image: -moz-linear-gradient(0deg, #4f29b0 0%, #990099 100%);
      background-image: -webkit-linear-gradient(0deg, #4f29b0 0%, #990099 100%);
      background-image: -ms-linear-gradient(0deg, #4f29b0 0%, #990099 100%); }
    .block-category .section-imagination .btn-play-music {
      margin: 21px auto 17px;
      width: 100%; }
      .block-category .section-imagination .btn-play-music a {
        position: relative;
        padding: 0 0 0 11px;
        line-height: 5; }
        .block-category .section-imagination .btn-play-music a:after {
          position: absolute;
          top: 50%;
          right: 8px;
          display: block;
          content: "";
          width: 7.5px;
          height: 11.5px;
          margin-top: -6px;
          background: url("../images/pc/ico_arrow01.png") no-repeat 0 0;
          background-size: contain; }
    .block-category .section-imagination .download-buttons {
      margin-top: 6px; }
      .block-category .section-imagination .download-buttons:after {
        content: '';
        display: block;
        clear: both;
        height: 0; }
    .block-category .section-imagination .download-button {
      float: left;
      width: 48.21429%;
      margin-right: 3.57143%; }
      .block-category .section-imagination .download-button:nth-child(2) {
        margin-right: 0; }
      .block-category .section-imagination .download-button a {
        position: relative;
        min-height: 60px;
        padding: 12px 0 12px 10px;
        line-height: 1.5; }
        .block-category .section-imagination .download-button a:after {
          position: absolute;
          top: 50%;
          right: 8px;
          display: block;
          content: "";
          width: 8px;
          height: 12px;
          margin-top: -6px;
          background: url("../images/pc/ico_arrow01.png") no-repeat 0 0;
          background-size: contain; }
    .block-category .section-imagination .btn-profile {
      margin-top: 20px;
      width: 100%; }
      .block-category .section-imagination .btn-profile a {
        position: relative;
        min-height: 60px;
        padding: 12px 0 12px 11px;
        line-height: 1.5; }
        .block-category .section-imagination .btn-profile a:after {
          position: absolute;
          top: 50%;
          right: 8px;
          display: block;
          content: "";
          width: 7.5px;
          height: 11.5px;
          margin-top: -6px;
          background: url("../images/pc/ico_arrow01.png") no-repeat 0 0;
          background-size: contain; }
  .block-category .hint {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 20px 0;
    padding: 19px 20px 20px 20px;
    background-color: rgba(255, 255, 255, 0.5); }
    .block-category .hint .description {
      margin: 0;
      font-size: 12px;
      line-height: 1.5; }
    .block-category .hint .footnote {
      margin-top: 3px; }
    .block-category .hint .hint-images {
      margin-top: 14px; }
      .block-category .hint .hint-images:after {
        content: '';
        display: block;
        clear: both;
        height: 0; }
    .block-category .hint .hint-image {
      float: left;
      width: 47.5%;
      margin-right: 5%; }
      .block-category .hint .hint-image:nth-child(2) {
        margin-right: 0; }
    .block-category .hint .btn-biyoshixdoga {
      width: 100%;
      margin-top: 15px; }
      .block-category .hint .btn-biyoshixdoga a {
        position: relative;
        display: block;
        padding-top: 13px;
        padding-bottom: 11px;
        text-align: center;
        background-color: #fff; }
        .block-category .hint .btn-biyoshixdoga a:after {
          position: absolute;
          right: 10px;
          bottom: 10px;
          display: block;
          content: "";
          width: 16px;
          height: 16px;
          background: url("../images/pc/ico_blank.png") no-repeat 0 0;
          background-size: contain; }
        .block-category .hint .btn-biyoshixdoga a img {
          width: 163.5px;
          margin-left: -10px; }

  .block-application {
    padding-top: 53px; }
    .block-application h2 {
      font-size: 20px; }
    .block-application .disk-list li {
      margin-left: 1.5em;
      text-indent: -1.5em;
      font-size: 12px;
      line-height: 1.5; }
      .block-application .disk-list li span {
        color: #cc0000; }
      .block-application .disk-list li:before {
        content: "●";
        margin-right: .5em; }
    .block-application .heading-label {
      display: block;
      width: auto;
      margin-top: 17px;
      padding-left: 10px;
      font-size: 0.75em;
      line-height: 1.66667;
      text-align: left; }
    .block-application .application-item {
      border-bottom: #000 solid 1px; }
      .block-application .application-item .application-item-heading-area {
        margin-top: 20px; }
        .block-application .application-item .application-item-heading-area .application-item-heading {
          position: relative;
          min-height: 35px; }
          .block-application .application-item .application-item-heading-area .application-item-heading .heading-image {
            display: block;
            line-height: 0; }
          .block-application .application-item .application-item-heading-area .application-item-heading:before {
            display: block;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 10px;
            height: 100%; }
        .block-application .application-item .application-item-heading-area .heading-ruby {
          display: block;
          margin-top: 9px;
          font-size: 18px;
          line-height: 1; }
        .block-application .application-item .application-item-heading-area .description {
          margin-top: 11px;
          margin-bottom: -5px;
          margin-left: 21px;
          font-size: 12px;
          line-height: 1.5; }
      .block-application .application-item .application-item-contents-area .disk-list {
        margin-top: 12px; }
      .block-application .application-item h5 {
        width: 120px;
        margin-top: 15px;
        margin-bottom: -5px;
        text-align: center;
        font-size: 12px;
        line-height: 2.5; }
    .block-application .realitive-item {
      padding-bottom: 27px; }
      .block-application .realitive-item .application-item-heading {
        padding-left: 22px; }
        .block-application .realitive-item .application-item-heading .heading-image {
          width: 145px; }
        .block-application .realitive-item .application-item-heading:before {
          background-image: -moz-linear-gradient(0deg, #01b4b6 0%, #acd056 100%);
          background-image: -webkit-linear-gradient(0deg, #01b4b6 0%, #acd056 100%);
          background-image: -ms-linear-gradient(0deg, #01b4b6 0%, #acd056 100%); }
    .block-application .imagination-item {
      padding-bottom: 6px; }
      .block-application .imagination-item .application-item-heading-area {
        margin-top: 30px; }
      .block-application .imagination-item .application-item-heading {
        padding-left: 20px; }
        .block-application .imagination-item .application-item-heading .heading-image {
          width: 145px;
          margin-left: 2px; }
        .block-application .imagination-item .application-item-heading:before {
          background-image: -moz-linear-gradient(0deg, #4f29b0 0%, #990099 100%);
          background-image: -webkit-linear-gradient(0deg, #4f29b0 0%, #990099 100%);
          background-image: -ms-linear-gradient(0deg, #4f29b0 0%, #990099 100%); }
      .block-application .imagination-item .application-item-contents-area .disk-list {
        margin-bottom: 21px; }
    .block-application .common-contents h3 {
      margin-top: 30px;
      font-weight: bold;
      font-size: 16px;
      line-height: 1; }
    .block-application .common-contents .common-contents-item {
      padding-top: 12px;
      padding-bottom: 27px;
      border-top: #000 solid 1px; }
      .block-application .common-contents .common-contents-item dt {
        margin-top: 17px;
        font-weight: bold;
        font-size: 14px;
        line-height: 1.14286; }
      .block-application .common-contents .common-contents-item dd {
        margin-top: 10px; }
        .block-application .common-contents .common-contents-item dd .decimal-list {
          counter-reset: decimal;
          margin-bottom: -14px; }
          .block-application .common-contents .common-contents-item dd .decimal-list li {
            margin-bottom: 14px;
            font-size: 12px;
            line-height: 1.5; }
            .block-application .common-contents .common-contents-item dd .decimal-list li:before {
              display: block;
              font-weight: bold;
              counter-increment: decimal;
              content: counter(decimal) "."; }
    .block-application .common-contents .item-main {
      margin-top: 2px;
      padding-top: 0;
      border: none; }
    .block-application .common-contents .item-period dd {
      margin-top: 11px;
      color: #cc0066;
      font-weight: bold;
      font-size: 12px;
      line-height: 1.33333; }
      .block-application .common-contents .item-period dd span {
        font-size: 15px;
        line-height: 1.06667; }
    .block-application .common-contents .item-deadline dd {
      margin-top: 12px;
      font-size: 12px;
      line-height: 1; }
    .block-application .common-contents .item-deadline span {
      display: inline-block;
      margin-bottom: 9px;
      color: #cc0066;
      font-weight: bold;
      font-size: 15px;
      line-height: 1; }
    .block-application .common-contents .item-deadline .span2 {
      display: inline-block;
      font-size: 12px;
      line-height: 1; }
    .block-application .common-contents .item-deadline .footnote {
      margin-top: 6px; }
      .block-application .common-contents .item-deadline .footnote li {
        margin: 0;
        text-indent: 0;
        font-size: 9px; }
        .block-application .common-contents .item-deadline .footnote li:before {
          display: none; }
    .block-application .common-contents .item-address {
      padding-bottom: 50px;
      font-size: 12px;
      line-height: 1; }
      .block-application .common-contents .item-address .address {
        margin-bottom: 12px; }

  .block-guest-designer {
    padding-top: 50px;
    padding-bottom: 49px;
    background: #000 url("../images/sp/bg_desiners.png") no-repeat 0 0;
    background-size: 100% 100%; }
    .block-guest-designer .block-inner {
      overflow: hidden; }
    .block-guest-designer .block-heading {
      width: 255px; }
    .block-guest-designer .heading-ruby {
      display: block;
      margin-top: 10px;
      color: #fff;
      font-size: 16px;
      line-height: 1; }
    .block-guest-designer .footnote {
      margin-top: 10px; }
      .block-guest-designer .footnote:after {
        content: '';
        display: block;
        clear: both;
        height: 0; }
      .block-guest-designer .footnote .footnote-item {
        display: inline;
        margin-right: .6em;
        color: #fff; }
        .block-guest-designer .footnote .footnote-item:nth-last-child(1) {
          margin-right: 0; }
    .block-guest-designer .designer-list {
      width: 280px;
      margin: 15px auto -14px; }
      .block-guest-designer .designer-list:after {
        content: '';
        display: block;
        clear: both;
        height: 0; }
      .block-guest-designer .designer-list li {
        float: left;
        width: 80px;
        margin-right: 20px;
        margin-bottom: 14px; }
        .block-guest-designer .designer-list li:nth-child(3n) {
          margin-right: 0; }

  .block-support-tool {
    padding-top: 49px;
    padding-bottom: 50px;
    background: url("../images/sp/bg_sheets.png") no-repeat 0 0;
    background-size: 100% 100%; }
    .block-support-tool .block-heading {
      font-size: 20px;
      margin-bottom: 10px; }
    .block-support-tool .description {
      font-size: 12px;
      line-height: 1.5; }
    .block-support-tool .tool-items {
      width: 280px;
      margin: 15px auto -20px; }
    .block-support-tool .tool-item {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 20px;
      padding: 20px;
      background-color: #fff; }
      .block-support-tool .tool-item h3 {
        font-size: 14px; }
      .block-support-tool .tool-item .description {
        margin-top: 8px;
        font-size: 12px;
        line-height: 1.5; }
    .block-support-tool .sheet-items {
      margin-top: 12px;
      margin-bottom: -20px; }
      .block-support-tool .sheet-items:after {
        content: '';
        display: block;
        clear: both;
        height: 0; }
    .block-support-tool .sheet-item {
      width: 240px;
      margin-bottom: 20px; }
      .block-support-tool .sheet-item .sheet-image {
        text-align: center; }
      .block-support-tool .sheet-item a {
        color: #fff;
        text-decoration: none; }
    .block-support-tool .sheet-image {
      width: 170px;
      margin: 0 auto; }
    .block-support-tool .sheet-download-button {
      margin-top: 10px;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      min-height: 60px;
      padding: 0 20px;
      font-size: 12px;
      line-height: 1; }
      .block-support-tool .sheet-download-button:after {
        display: block;
        position: absolute;
        top: 18px;
        right: 13px;
        content: "";
        width: 22px;
        height: 28px;
        background: url("../images/pc/ico_pdf.png") no-repeat 0 0;
        background-size: contain; }
      .block-support-tool .sheet-download-button span {
        display: inline-block;
        margin-top: 7px;
        font-size: 10px; }
    .block-support-tool .sheet-item-step .sheet-download-button {
      padding-top: 23px;
      background-image: -moz-linear-gradient(0deg, #cc0099 0%, #ff6666 100%);
      background-image: -webkit-linear-gradient(0deg, #cc0099 0%, #ff6666 100%);
      background-image: -ms-linear-gradient(0deg, #cc0099 0%, #ff6666 100%); }
    .block-support-tool .sheet-item-realitive .sheet-download-button {
      padding-top: 17px;
      background-image: -moz-linear-gradient(0deg, #01b4b6 0%, #acd056 100%);
      background-image: -webkit-linear-gradient(0deg, #01b4b6 0%, #acd056 100%);
      background-image: -ms-linear-gradient(0deg, #01b4b6 0%, #acd056 100%); }
    .block-support-tool .sheet-item-imagination .sheet-download-button {
      padding-top: 17px;
      background-image: -moz-linear-gradient(0deg, #4f29b0 0%, #990099 100%);
      background-image: -webkit-linear-gradient(0deg, #4f29b0 0%, #990099 100%);
      background-image: -ms-linear-gradient(0deg, #4f29b0 0%, #990099 100%); }

  .block-bucknumber {
    padding: 50px 0; }
    .block-bucknumber a {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      width: 280px;
      margin: 0 auto;
      color: #fff;
      font-size: 12px;
      line-height: 2.5;
      background: #000;
      text-align: center;
      text-decoration: none; }
      .block-bucknumber a:after {
        display: inline-block;
        content: "";
        width: 8px;
        height: 10px;
        margin-left: 5px;
        background: url("../images/pc/ico_arrow02.png") no-repeat 0 0;
        background-size: contain; }

  .pagetop-button {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 35px;
    width: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)"; }

  .page-footer {
    width: 100%;
    background-color: #000; }
    .page-footer .copyright {
      color: #fff;
      text-align: center;
      font-size: 9px;
      line-height: 6.66667; }
      .page-footer .copyright small {
        font-size: 1em; } }
@media screen and (max-width: 375px) and (min-width: 375px) {
  .block-category .part-item {
    width: 48.50746%;
    margin-right: 10px; }
  .block-category .section-imagination .image {
    left: 0; }
  .block-category .section-imagination .download-button {
    width: 49.25373%;
    margin-right: 5px; } }
@media screen and (max-width: 767px) and (min-width: 540px) {
  .not1080 {
    display: none; }

  .block-inner {
    margin: 0 40px; }

  .block-category .themes-content {
    margin: 0 40px; }
  .block-category .part-item {
    width: 48.91304%; }
  .block-category .section-realitive {
    padding-top: 8.14815%; }
    .block-category .section-realitive .section-heading .en {
      width: 65.18519%;
      margin: 0 0 1.94444% 18.24074%; }
    .block-category .section-realitive .section-heading .jp {
      width: 26.2037%;
      margin: 0 0 1.11111% 37.5%; }
    .block-category .section-realitive .themes-copy {
      width: 71.2037%;
      margin-left: 15.37037%; }
    .block-category .section-realitive .footnote {
      margin-top: 8px; }
    .block-category .section-realitive .image {
      width: 448px;
      margin-top: 5px;
      margin-right: auto;
      margin-left: auto; }
  .block-category .section-imagination .image {
    margin-top: 23px;
    width: 448px;
    left: 0; }
  .block-category .section-imagination .section-heading .en {
    width: 68.61111%;
    margin: 0 0 1.94444% 15.83333%; }
  .block-category .section-imagination .section-heading .jp {
    width: 23.7037%;
    margin: 0 0 1.85185% 38.33333%; }
  .block-category .section-imagination .themes-copy {
    width: 75.64815%;
    margin-left: 12.12963%; }
  .block-category .section-imagination .download-button {
    width: 48.91304%;
    margin-right: 10px; }
    .block-category .section-imagination .download-button a {
      padding: 0 0 0 10px;
      line-height: 5; }
  .block-category .section-imagination .btn-profile a {
    padding: 0 0 0 11px;
    line-height: 5; }
  .block-category .hint {
    margin: 20px 40px 0; }

  .block-guest-designer .block-inner {
    margin: 0 20px; }
  .block-guest-designer .designer-list {
    width: 500px;
    margin: 15px auto -11px; }
    .block-guest-designer .designer-list:after {
      content: '';
      display: block;
      clear: both;
      height: 0; }
    .block-guest-designer .designer-list li {
      width: 69px;
      margin-right: 17px;
      margin-bottom: 11px; }
      .block-guest-designer .designer-list li:nth-child(3n) {
        margin-right: 17px; }
      .block-guest-designer .designer-list li:nth-child(6n) {
        margin-right: 0; }

  .block-support-tool .tool-items {
    width: 460px;
    margin: 15px auto -20px; }
  .block-support-tool .tool-item-step .sheet-item {
    float: none;
    margin: 0 auto 20px; }
  .block-support-tool .sheet-items {
    margin-top: 18px;
    margin-bottom: -20px; }
    .block-support-tool .sheet-items:after {
      content: '';
      display: block;
      clear: both;
      height: 0; }
  .block-support-tool .sheet-item {
    float: left;
    width: 200px;
    margin: 0 20px 20px 0; }
    .block-support-tool .sheet-item .sheet-image {
      width: 170px;
      margin: 0 auto; }
    .block-support-tool .sheet-item:nth-child(2) {
      margin-right: 0; }
  .block-support-tool .sheet-image {
    width: 170px;
    margin: 0 auto; }
  .block-support-tool .sheet-download-button {
    padding: 0 10px; } }

/*# sourceMappingURL=style.css.map */
