@charset 'UTF-8';
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font 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,
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: 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` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1
{
    font-size: 2em;

    margin: .67em 0;
}

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

/**
 * Address inconsistent and variable font 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: -.5em;
}

sub
{
    bottom: -.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
{
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
}

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

/**
 * Address odd `em`-unit font 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 font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea
{
    /* 1 */
    font: inherit;
    /* 2 */

    margin: 0;

    color: inherit;
    /* 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']
{
    /* 2 */
    cursor: pointer;

    -webkit-appearance: button;
    /* 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
{
    padding: 0;

    border: 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']
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-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-box-sizing: content-box;
    /* 1 */
       -moz-box-sizing: content-box;
    /* 2 */
            box-sizing: content-box;

    -webkit-appearance: textfield;
}

/**
 * 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
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

/**
 * 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
{
    /* 1 */
    padding: 0;

    border: 0;
    /* 2 */
}

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

/**
 * Don't inherit the `font-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-spacing: 0;
    border-collapse: collapse;
}

td,
th
{
    padding: 0;
}

@font-face
{
    font-family: 'socialicon';

    src: url('./fonts/socialicon.eot');
}

@font-face
{
    font-family: 'socialicon';
    font-weight: normal;
    font-style: normal;

    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAnsAAoAAAAACaQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAABioAAAYq1meTbE9TLzIAAAcgAAAAYAAAAGAIIgcKY21hcAAAB4AAAABUAAAAVACPAMxnYXNwAAAH1AAAAAgAAAAIAAAAEGhlYWQAAAfcAAAANgAAADYA40L2aGhlYQAACBQAAAAkAAAAJAPiAelobXR4AAAIOAAAACAAAAAgCQAAAG1heHAAAAhYAAAABgAAAAYACFAAbmFtZQAACGAAAAFsAAABbFlt+8dwb3N0AAAJzAAAACAAAAAgAAMAAAEABAQAAQEBC3NvY2lhbGljb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh3BR0AAACJDx0AAACOER0AAAAJHQAABiESAAkBAQsVFxkcHyIlKHNvY2lhbGljb25zb2NpYWxpY29udTB1MXUyMHU0NnU0N3U0OHU1NAAAAgGJAAYACAIAAQAEAAcACgANAKACrgQRBX/8lA78lA78lA77lA74lJ4Vi32Gf4GBgYF/hn2LCPwuiwV9i3+QgZWBlYaXi5kIi/guBYuZkJeVlZWVl5CZiwj4LosFmYuXhpWBlYGQf4t9CIv8LgX7EPefFVOLi60Fi5WNkY+Oj42PjI6LCLKLi8lSiwV7i36IgYaBhYOFhoOGg4eCioKJgYqDi4MIi2Vni4tNr4uL+0fXi4v3R7yLBQ73XfdDFZ58BYuLkYaXgZeBj4aIioiKjYWRf4uCiYOHhIeEhoaEhoSHg4eCiYOIgYqBi4GLgYyBjgiAjYKPgpCDkISRhZKGk4iUi5WLn5SanJSclaaRsIsIp/cYFYt9h3+DgoKBgIZ9i4GLgo6DkISQhJKFk4aUh5WIloiWiZaLl4uTjZKOkY6SjpCPjwiQj5CPkI2QjZGMkIuTi5SIkoaThpKEkIKRgpCCjoCPgI2Ai38I93z3QRWZi5eGlYGVgZB/i30Ii/wuBYt9hn+BgYGBf4Z9iwj8LosFfYt/kIGVgZWGl4uZCIv4LgWLmZCXlZWVlZeQmYsI+C6LBfvF/FMVnYucjZuQm5CakpeUl5SVlZKXk5eOmIuZi5iHl4SWg5WDlIGTCHKgBYuLh5KEmIuRjZCPkI+Qj4+OjpORkpGQkJCQj5CNkI6QjZGMkIyRjJGLk4ubh5iElgiElYOUg5EIqIutnvsJiwV5i3uIfoZ9hYCEgYKCgoSBhoCGgIl/i4CLf42AkIKQgZGDk4SShJSGlYeVh5WJlosIjYuOi42LjouNjI6LiomKiIqIioiKh4uGi4WNhY6GjoWPho+Gc4t2iHqFeoZ9hICECIGDg4KGgYeBiIKLgouBjYKQgo+CkoOUhZSEloWYh5iHmomdiwj3rfdlFU+Li8Zpi4tQT4uLZ8eLi1Cti4vGx4uLrwUO94P3uRWLgYiDhIWEhYKIf4sIW4uLzMCLBZWLk4iRhZGFjoSLgQj3cvdPFZmLl4aVgZWBkH+LfQiL/C4Fi32Gf4GBgYF/hn2LCPwuiwV9i3+QgZWBlYaXi5kIi/guBYuZkJeVlZWVl5CZiwj4LosF+4P8ORWgi5yNmY+ZkJeRk5OUk5GUj5aPlY2Xi5iLm4mYhpeGloSUhJKEkoSRhI+DjoWOho0IkIyQjZGOko6Rj5CQkZCPko+Tj5ONlouWi5aJlYaUh5WFk4STg5ODkYGPgpCBjYCLCPs/i4v73vcsiwX3QosVl4uVj5STk5SPlYuXi5eHlYOTgpOBkH+LhYuGioWIhomHiIeHh4eIh4mFiIaKhYuGCIuFjIWOho2GjoaPh4+Hj4iQiZGJkIqRiwi5994VMYuL+3Tli4v3dAX7fftUFZaLlIiShJKEj4KLgIuAh4KDhISEgId9iwhZi4vWw4sFDvhh+HcVmYuXhpWBlYGQf4t8CIv8LQWLfIZ/gYGBgn+GfYsI/C6LBX2Lf5CBlIGVhpeLmgiL+C0Fi5qQl5WVlZWXkJmLCPguiwX7FScVeYt8h3+CgIOCgYV/hYCHgIt/ioCMgo2FeIx4jneSepB4lHeWd5d3nHiihYCHf4p/CIqAjH+PfpB+lX2afYiLiIyHi4iMh4yGjIeMho2Gjox/jX+QgI+BkoKUgZSCl4WchwiJioiKh4qIi4iKhouHi4WMhIyPgZGCkoKQhJOElYWVhZeHm4uBg4CEfoWAhn6HfYgIfId6iniNloSYhZmFloaZh5qHm4eciZ2LqIuokKiWp5alm6KgoaGdpZmqmaqSr4uzCJGQkI+RkY+PkJCQkI+Qj5COkYaJhomGiYaJhoqGioaJhYqFipCPj4+Pj4+Pj5CPkQiPkI+Sj5OFiIWIhYiFiYWJhYiEiYWJhYqHkIaQhI6Gj4SOg46EjoGMgIsIDviUFPiUFYsMCgAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAQAAAAFQB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABABAAAAADAAIAAIABAABACAASABU//3//wAAAAAAIABGAFT//f//AAH/4/++/7MAAwABAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAAPLK0+1fDzz1AAsCAAAAAADP4gEbAAAAAM/iARsAAP/gAgAB4wAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAACAAABAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAEAAAACAAAAAgAAAAIAAAACAAAAAABQAAAIAAAAAAAOAK4AAQAAAAAAAQAUAAAAAQAAAAAAAgAOAGgAAQAAAAAAAwAgACoAAQAAAAAABAAUAHYAAQAAAAAABQAWABQAAQAAAAAABgAKAEoAAQAAAAAACgA0AIoAAwABBAkAAQAUAAAAAwABBAkAAgAOAGgAAwABBAkAAwAgACoAAwABBAkABAAUAHYAAwABBAkABQAWABQAAwABBAkABgAUAFQAAwABBAkACgA0AIoAcwBvAGMAaQBhAGwAaQBjAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAcwBvAGMAaQBhAGwAaQBjAG8AbgA6ACAAMgAwADEANHNvY2lhbGljb24AcwBvAGMAaQBhAGwAaQBjAG8AbgBSAGUAZwB1AGwAYQByAHMAbwBjAGkAYQBsAGkAYwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('woff');
}

@font-face{
    font-family: 'rounded-mplus-2p-bold';
    src: url('https://www.cheero.net/lp/danboard_usb_cable/assets/css/fonts/rounded-mplus-2p-bold.eot');
    src: url('https://www.cheero.net/lp/danboard_usb_cable/assets/css/fonts/rounded-mplus-2p-bold.eot#iefix') format('embedded-opentype'), url('fonts/rounded-mplus-2p-bold.woff')
    format("woff"), url('https://www.cheero.net/lp/danboard_usb_cable/assets/css/fonts/rounded-mplus-2p-bold.ttf') format('truetype');
}

/*
@font-face{
    font-family: 'rounded-mplus-2p-medium';
    src: url('http://fonts.deepbluesea.jp/rounded-Mplus/rounded-mplus-2p-medium_web.woff')
    format("woff"), url('fonts/rounded-mplus-2p-medium.ttf') format('truetype');
}


@font-face
{
    font-family: 'mplus-2p';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/mplus-2p-medium.eot');
    src: url('./fonts/mplus-2p-medium.eot?#iefix') format('embedded-opentype'), url('./fonts/mplus-2p-medium.woff') format('woff'), url('./fonts/mplus-2p-medium.ttf') format('truetype');
}
*/


@font-face{
    font-family: 'mplus-2p';
    src: url('http://mplus-webfonts.sourceforge.jp/mplus-2p-bold.eot');
    src: url('http://mplus-webfonts.sourceforge.jp/mplus-2p-bold.eot?#iefix') format('embedded-opentype'),
    url('http://mplus-webfonts.sourceforge.jp/mplus-2p-bold.woff') format('woff'),
    url('http://mplus-webfonts.sourceforge.jp/mplus-2p-bold.ttf') format('truetype');
}


body
{
    font-family: 'rounded-mplus-2p-bold','rounded-mplus-2p-bold','mplus-2p-medium', 'mplus-2p-bold', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
    font-size: 16px;
    font-weight: normal;

    padding-top: 60px;

    color: #303030;
    background: url(../images/bg/bg-header.png) repeat-x left top white;

    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
}

 a:hover p
{
    opacity: .7;
}

a:hover img
{
    opacity: .7;
}



.section.spec a:hover img
{
    opacity: .9 !important;
}


strong
{
    margin: 0;
    padding: 0;
}

.line-danboard
{
    width: 100%;
    height: 144px;

    background: url(../images/line/line-danboard.jpg) repeat-x left top white;
}

.line-orange
{
    background: url(../images/line/line-orange.png) repeat-x left bottom;
}

.line-pink
{
    background: url(../images/line/line-pink.png) repeat-x left bottom;
}

.line-green
{
    background: url(../images/line/line-green.png) repeat-x left bottom;
}

.attention
{
    margin-top:2em;
    font-size: 12px;
    display: inline-block;
}

/**
 * テーブル風にするクラス ( dlタグで使用 )
 */
.table
{
    font-size: 14px;

    width: 100%;
    margin: 0;

    text-align: left;
}
.table .th,
.table .td
{
    padding: 10px 7px 0;
}
.table .th
{
    font-weight: bold;

    float: left;
    clear: left;

    width: 119px;

    border-bottom: solid 2px #aa523d;
}
.table .th.row-2
{
    height: 52px;
}
.table .th.row-3
{
    height: 72px;
}
.table .td
{
    margin-left: 125px;

    border-bottom: solid 2px #b18b48;
}

/**
 * ボックス
 */
.box
{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 35px 0px 30px;/*------------もともと padding: 35px 35px 30px　--------------*/
    text-align: left;
}
.box .box-title{
    clear: both;
    font-family: 'rounded-mplus-2p-bold';
}


.box .box-desc
{
    clear: both;
}
.box .box-title{
    font-size: 18px !important;
    font-weight: bold;

    color: #45619d !important;
}
.box .box-title.black{
    color: #000 !important;
}


.box .box-desc
{
    font-size: 13px !important;
    font-weight: normal;
}
.box .grid-7,
.box .grid-5,
.box .grid-12
{
    padding: 0;
}
.box .grid-5
{
    margin-top: 10px;

    text-align: right;
}
.box.blue
{
    background-color: #eceef5;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.box.blue .box-title
{
    color: #3b5998 !important;
}
.box.orange
{
    border: solid 1px #f3e8c1;
    background-color: rgba(240, 226, 177, 0);
    -webkit-box-shadow: none;
            box-shadow: none;
}
.box.orange .box-title
{
    color: #303030 !important;
}

/**
 * パララックス
 */
.parallax
{
    width: 100%;

    background-color: #fff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover cover;
            background-size: cover;
}
.no-touch .parallax,
#ie8 .parallax
{
    background-attachment: fixed;
}

/**
 * セクション
 */
.section
{
    text-align: center;
}
.section .parallax
{
    height: 750px;
}

/*------------------------.section .sctn-subtitle,　加えた---------------------------*/
.section .sctn-title,
.section .sctn-subtitle,
.section .sctn-title-sub
{
    font-family: 'rounded-mplus-2p-bold';
    font-weight: bold;
    
    color: #653e00;
}
.section .sctn-title
{
    font-size: 44px;

    margin-top: 0;
    margin-bottom: 26px;
}
.section .sctn-title-sub
{
    font-size: 28px;

    display: block;
}
.section .sctn-desc
{
    margin-top: 0;
    margin-bottom: 50px;
}

*,
*:before,
*:after
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html,
body
{
    font-size: 100%;
}

a:hover
{
    cursor: pointer;
}

img,
object,
embed
{
    max-width: 100%;
    height: auto;
}

object,
embed
{
    height: 100%;
}

img
{
    display: inline-block;

    vertical-align: middle;

    -ms-interpolation-mode: bicubic;
}

textarea
{
    height: auto;
    min-height: 50px;
}

select
{
    width: 100%;
}

.left
{
    float: left !important;
}

.right
{
    float: right !important;
}

.clearfix
{
    *zoom: 1;
}
.clearfix:before,
.clearfix:after
{
    display: table;

    content: ' ';
}
.clearfix:after
{
    clear: both;
}

.text-left
{
    text-align: left !important;
}

.text-right
{
    text-align: right !important;
}

.text-center
{
    text-align: center !important;
}

.text-justify
{
    text-align: justify !important;
}

.hide
{
    display: none;
}

.antialiased
{
    -webkit-font-smoothing: antialiased;
}

.row
{
    width: 1000px;
/*    max-width: 62.5em;*/
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;

    *zoom: 1;
}
.row:before,
.row:after
{
    display: table;

    content: ' ';
}
.row:after
{
    clear: both;
}
.row.collapse > .column,
.row.collapse > .columns
{
    position: relative;

    float: left;

    padding-right: 0;
    padding-left: 0;
}
.row.collapse .row
{
    margin-right: 0;
    margin-left: 0;
}
.row .row
{
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-right: -.625em;
    margin-bottom: 0;
    margin-left: -.625em;

    *zoom: 1;
}
.row .row:before,
.row .row:after
{
    display: table;

    content: ' ';
}
.row .row:after
{
    clear: both;
}
.row .row.collapse
{
    width: auto;
    max-width: none;
    margin: 0;

    *zoom: 1;
}
.row .row.collapse:before,
.row .row.collapse:after
{
    display: table;

    content: ' ';
}
.row .row.collapse:after
{
    clear: both;
}

.column,
.columns
{
    position: relative;

    float: left;

    width: 100%;
    padding-right: .625em;
    padding-left: .625em;
}

[class^='grid-']:last-child,
[class*='grid-']:last-child
{
    float: right;
}

.grid-1
{
    position: relative;

    width: 8.33333%;
}

.grid-2
{
    position: relative;

    width: 16.66667%;
}

.grid-3
{
    position: relative;

    width: 25%;
}

.grid-4
{
    position: relative;

    width: 33.33333%;
}

.grid-5
{
    position: relative;

    width: 41.66667%;
}

.grid-6
{
    position: relative;

    width: 50%;
}

.grid-7
{
    position: relative;

    width: 58.33333%;
}

.grid-8
{
    position: relative;

    width: 66.66667%;
}

.grid-9
{
    position: relative;

    width: 75%;
}

.grid-10
{
    position: relative;

    width: 83.33333%;
}

.grid-11
{
    position: relative;

    width: 91.66667%;
}

.grid-12
{
    position: relative;

    width: 100%;
}



/**
 * トップスライダー
 */
.slider
{
    overflow: hidden;

    height: auto;
    margin-bottom: 0 !important;
}
.slider img
{
    width: 100%;
    min-width: 1000px;
    height: auto;
}
.slider .slick-slide
{
    float: left;
}
.slider .slick-prev,
.slider .slick-next
{
    top: 50%;
    left: 50%;

    width: 40px;
    height: 40px;
    margin-top: -40px;
}
.slider .slick-prev:before,
.slider .slick-next:before
{
    content: '';
}
.slider .slick-prev
{
    margin-left: -490px;

    background: url(../images/icon/icon-arrow-left.png) no-repeat left top;
}
.slider .slick-next
{
    margin-left: 450px;

    background: url(../images/icon/icon-arrow-right.png) no-repeat left top;
}

/**
 * グローバルナビ
 */
.gnav
{
    position: fixed;
    z-index: 9999;

    width: 100%;
    height: auto;
    margin-top: -60px;
    padding-top: 6px;
    padding-bottom: 10px;

    background: url(../images/bg/bg-header.png) repeat-x left top white;
    -webkit-box-shadow: rgba(0, 0, 0, .14902) 0 0 1px 1px;
            box-shadow: rgba(0, 0, 0, .14902) 0 0 1px 1px;
}
.gnav .logo,
.gnav .nav,
.gnav .shared
{
    float: left;
}
.gnav .nav-list,
.gnav .shared
{
    position: relative;

    overflow: hidden;

    margin: 0;
    padding: 0;
}
.gnav .logo
{
    overflow: hidden;

    width: 122px;
    height: 32px;
    margin: 13px 25px 0 0;
    padding-top: 29px;

    background: url(../images/logo.png) no-repeat left top white;

}
.gnav .nav
{
    line-height: 1;
    margin-top: 20px;
}
.gnav .nav li
{
    float: left;
    list-style: none;
}
.gnav .nav a
{
    padding-right: 25px;
}
.gnav .shared
{
    width: 303px;
    margin-top: 18px;

    text-align: right;
}


/* 20141110add start*/

.gnav .c_logo a{
	display: inline-block;
    float: right;
   	margin: .6em 0 0 .5em ;
}
.gnav .c_logo a::before
{
    margin-right: .5em;
}


.gnav .buy a
{
    display: inline-block;
    float: right;
	margin: .6em 0 0 .5em ;
}
.gnav .buy a::before
{
    margin-right: .5em;
}
/* 20141110add end */




/**
 * ソーシャルボタン
 */
.shared .sharrre
{
    line-height: 1;

    position: relative;

    display: inline-block;
    overflow: hidden;

    height: 19px;
    margin-left: 8px;
}
.shared .sharrre a
{
    position: relative;

    display: block;
    overflow: hidden;

    text-decoration: none;

    color: #000;
}
.shared .sharrre .shared-count
{
    font-size: 8px;
    line-height: 15px;

    float: right;

    padding: 2px 4px 0 4px;

    border: solid 1px #bbb;
    border-radius: 2px;
}
.shared .sharrre .shared-count:before,
.shared .sharrre .shared-count:after
{
    position: absolute;
    top: 5px;
    left: 19px;

    content: '';

    border: solid 4px transparent;
    border-right: solid 4px #bbb;
}
.shared .sharrre .shared-count:after
{
    left: 20px;

    border-right: solid 4px #fff;
}
.shared .sharrre .shared-icon
{
    font-family: 'socialicon';
    font-size: 16px !important;
    font-style: normal !important;

    float: left;

    margin-right: 8px;

    border: solid 1px transparent;
    border-radius: 4px;
}
.shared .sharrre.facebook .shared-icon
{
    color: #3b5998;
    border-color: #3b5998;
}
.shared .sharrre.twitter .shared-icon
{
    color: #55acee;
    border-color: #55acee;
}
.shared .sharrre.googleplus .shared-icon
{
    color: #dd4b39;
    border-color: #dd4b39;
}
.shared .sharrre.hatena .shared-icon
{
    color: #2c6ebd;
    border-color: #2c6ebd;
}







.section{
    width:100%;
}

.section .section-wrap{
    padding-top:3em;
    padding-bottom:3em;
}

.section.fb-info{
	background-color:#ededed;
}

section.fb-info .box {
    padding-right:.9em;
    line-height:1.3em;
    padding-left:.6em;
}

.section.fb-info .btn{
    float:right;
    padding-top:.2em;
    text-align:center;
    width:320px;
    height:58px;
    background: url(../images/bg/bg-fb.png) no-repeat;

}
.section.fb-info .btn a{
    color:#fff;
    text-decoration: none;
    display:block;
    
}




.row .columns .sctn-desc{
    padding-bottom:2em;
}

/**
 * セクション - USB CABLE
 */
.section.usbcable{
    background: url(../images/bg/bg-brown.png) ;
    -webkit-background-size: cover cover;
            background-size: cover;

}
.section.usbcable .row{
}
.section.usbcable .sctn-title{
      color:#f18f00;

}
.section.usbcable .sctn-subtitle{
      color:#f18f00;
      font-size:16pt;
}

.section.usbcable .sctn-desc{
    margin: 0 auto;
    text-align:center;
    width:100%;;
}
.section.usbcable .cable-list .row.bottom{
    margin:0 auto;
    padding-top:2em;
    padding-bottom:2em;
    width:600px;
}

.amazon-buy
{
    margin-top:2em;
    width:1024px;
    margin: 0 auto;
    height:320px;
}
.amazon-buy a:hover{
    opacity:0.7;
}
.amazon-buy-txt{
    width:272px;
    height:42px;
    margin: 0 auto;
    margin-top:-4em;
    padding-top:.6em;
    text-align:center;
}


.amazon-buy-txt p{
    margin-top:-0.1em;
}

.amazon-buy-txt a{
    color:#000;
    text-decoration: none;
    display:block;
}
.amazon-buy-txt.b{
    background: url(../images/bg/bg-amazon-b.png) no-repeat;
}
.amazon-buy-txt.p{
    background: url(../images/bg/bg-amazon-p.png) no-repeat;
}
.amazon-buy-txt.g{
    background: url(../images/bg/bg-amazon-g.png) no-repeat;
}
.amazon-buy-img{
    width:312px;
    height:272px;
    text-align:left;
    padding-top:2em;
    padding-left:1.2em;
    margin-top:-0.3em;
}
.MFi{
    margin:0 auto;
    float:left;
}

.anazon-name{
    font-size:10pt;
    letter-spacing: -0.01em;
}
.anazon-name.b{
    color:#0098de;
}
.anazon-name.p{
    color:#e4007f;
}
.anazon-name.g{
    color:#00a939;
}
.anazon-name h1{
    line-height:20pt;
    margin-top:-0.1px;
    letter-spacing: -0.06em;
}

.madfor-logo{
    border: 2px solid #999;
    border-radius:5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color:#707070;
    letter-spacing: -0.01em;
    font-size:8pt;
    width:87px;
    margin-top:2em;
    padding-left:0.8em;
}
.madfor-txt{
    font-size:8.5pt;
    padding-top:0.8em;
    padding-left:.3em;
    color:#404040;
    line-height:16px;
}

.amazon-buy-img.p{
    padding-top:1.4em;
    
}
.anazon-name.p h1{
    line-height:21pt;
    margin-top:1.8px;
}

.madfor-logo.p{
    margin-top:-0.7em;
    padding-left:0.8em;
}

.madfor-txt.p{
    padding-top:0.8em;
    padding-left:.3em;
}




.amazon-buy-img.b{
   background: url(../images/img/img-amazon-micro.png) no-repeat;
}

.amazon-buy-img.p{
    background: url(../images/img/img-amazon-ligmic.png) no-repeat;
}

.amazon-buy-img.g{
    background: url(../images/img/img-amazon-lightning.png) no-repeat;
}

.usbcable .amazon-buy-bg{
    margin-top:20px;
    width:100%;
    background: url(../images/bg/bg-amazon-line.png) repeat-x;
}

.amazon-buy .attention{
    margin-top:3em;
}



/**
 * セクション - ハウトゥー
 */
 .section.howtouse{
     padding-bottom:2em;
     background-color:#fff;
    -webkit-background-size: cover cover;
            background-size: cover;
}
.section.howtouse .sctn-title{
      color:#f18f00;
}
.section.howtouse .sctn-subtitle{
      color:#f18f00;
}
.section.howtouse .sctn-desc{
    margin: 0 auto;
    text-align:center;
}
.section.howtouse .hwtu-desc{
    margin: 0 auto;
    text-align:left;
    padding-left:2.5em;
}

.section.howtouse .htus .row{
    margin:0 auto;
    padding-top:2em;
    padding-bottom:2em;
}








/**
 * セクション - スペック
 */
.section.spec
{
    
    padding-bottom:5em;
    background: url(../images/bg/bg-brown.png) ;
	  -webkit-background-size: cover cover;
            background-size: cover;
}
.section.spec .sctn-title{
      color:#f18f00;
}
.section.spec .sctn-subtitle{
      color:#f18f00;
}
.section.spec .sctn-desc{
    margin: 0 auto;
    text-align:center;
    width:680px;
}
.section.spec .hwtu-desc{
    margin: 0 auto;
    text-align:center;
    padding:0 5em;
}
.section.spec .htus .row{
    margin:0 auto;
    padding-top:2em;
    padding-bottom:2em;
}


.grid-35{
     width: 35%;
}
.grid-65{
     width: 65%;
}

.section.spec .spec-width{
    margin:0 auto;
    width:1024px;
}

.section.spec .spec-blue{
    padding-top:1em;
    width:100%;
    height:300px;
    background: url(../images/bg/bg-spec-blue.png) repeat-x;
}
.section.spec .spec-pink{
    margin-top:2em;
    padding-top:1em;
    width:100%;
    height:330px;
    line-height:3em;
    background: url(../images/bg/bg-spec-pink.png) repeat-x;
}

.section.spec .spec-green{
    margin-top:2em;
    padding-top:1em;
    width:100%;
    height:300px;
    background: url(../images/bg/bg-spec-green.png) repeat-x;
    
        
}

.grid-4.columns .underconst{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    margin-top:-246px;
    margin-left:6px;
    width:300px;
    height:262px;
    background: rgba(0, 0, 0, .5);
}

.section.spec .underconst{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    margin-top:-300px;
    width:100%;
    height:300px;
    background: rgba(0, 0, 0, .5);
}



.section.spec .spec-txt{
    padding-top:5.8em;
}
.section.spec .spec-txt .spec-subtitle{
    margin-top:-.2em;
    font-size:14pt;
     color:#ff0;
}
.section.spec .spec-txt .spec-title{
    margin-top:-.2em;
    font-size:36pt;
    color:#ff0;
}
.section.spec .spec-pink .spec-txt .spec-title{
    margin-top:-0.5em;
}
.section.spec .amazon-buy{
    margin:0 auto;
    margin-top:-1.3em;
    width:340px;
    height:62px;
    font-size:12pt;
    display:block;
    background-color:#fff;
    border-radius:9px;
    padding-top:1.2em;
}


.section.spec .amazon-buy.blue{
     padding-top:1.2em;
    background: url(../images/btn/btn-amazon-b-large.png) no-repeat;
}
.section.spec .amazon-buy.pink{
     padding-top:.5em;
    background: url(../images/btn/btn-amazon-p-large.png) no-repeat;
}

.section.spec .amazon-buy.green{
     padding-top:1.2em;
    background: url(../images/btn/btn-amazon-g-large.png) no-repeat;
}





.section.spec .amazon-buy.blue img {

}
.section.spec .amazon-buy.pink img {

}
.section.spec .amazon-buy.green img{

}




.section.spec .amazon-buy a{
    text-decoration: none;
    color:#000;
    display:block;
}

.section.spec .spec-variation .spec-length-var{
    float:left;
    margin: 0 auto;
    width:20%;
}

.section.spec .spec-variation .attention{
    margin-top:1.5em;
    text-align:left;
}

.section.spec .spec-variation .attention.pink{
    margin-top:4em;
    text-align:left;
    line-height:1.5em
}






/**
 * セクション - 購入
 */

.section.buy{
        background-color:#fff;
    -webkit-background-size: cover cover;
            background-size: cover;

}
.section.buy .sctn-title{
      color:#f18f00;
}
.section.buy .sctn-subtitle{
      color:#f18f00;
}

.section.buy .sctn-desc{
    margin: 0 auto;
    text-align:center;
    width:650px;
}
.section.buy .cable-list .row.bottom{
    margin:0 auto;
    padding-top:2em;
    padding-bottom:2em;
    width:600px;
}











/**
 * フッターコンテンツ
 */
.section.footer-content
{
    padding-bottom:1em;
    margin:0 auto;
    width:1000px;
    line-height:1.6em;
}

.section.footer-content a{
    text-decoration: underline;
    color:#000;
}

.section.footer-content .btn{
 
    margin:0 auto;
       margin-top:2.5em;
    padding-top:.1em;
    text-align:center;
    width:460px;
    height:58px;
    background: url(../images/bg/bg-contact.png) no-repeat;
    display:block;
}
.section.footer-content .btn a{
    color:#000;
    text-decoration: none;
    display:block;
}

.section.footer-bottom
{
    margin:0 auto;
    width:100%;
    height:230px;
    background-color:#a9e6e9;
    
}
.section.footer-bottom .footer-width
{
    padding-top:35px;
    margin: 0 auto;
    width:1024px;
 
}
.section.footer-content .attention{
        line-height:1.7em;
}


/**
 * フッター
 */
.footer
{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.footer .socialbtn
{
    position: relative;

    margin-bottom: 5px;
}
.footer .socialbtn .go-top
{
    position: absolute;
    right: -50px;
    bottom: 15px;
}
.footer .socialbtn .shared
{
    float: right;

    margin-top: 54px;
}
.footer .copyright
{
    position: relative;

    padding: 10px 0;

    color: #fff;
    background-color: #00566a;
}
.footer .copyright .cplt-link,
.footer .copyright .cplt-text
{
    font-size: 11px;
}
.footer .copyright .cplt-link
{
    float: left;

    margin: 0;
    padding: 0;
}
.footer .copyright .cplt-link li
{
    float: left;

    margin-right: 20px;

    list-style: none;
}
.footer .copyright .cplt-link li a
{
    text-decoration: none;

    color: #fff;
}
.footer .copyright .cplt-text
{
    float: right;
}
