@charset "UTF-8";
@ff- ***: '***', sans-serif;
@fs-title-pc: ***rem;
@fs-text-pc: ***rem;
@fs-title-sp: ***rem;
@fs-text-sp: ***rem;
@content-margin-pc: ***px;
@content-margin-tb: ***px;
@content-margin-sp: ***px;
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.flex-self-center {
    -ms-flex-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
}
.flex-self-end {
    -ms-flex-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
}
.flex-self-start {
    -ms-flex-flex-item-align: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
}
.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.br-none br {
    display: none;
}
.text-ry {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-none {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.box-link {
    display: block;
    width: 100%;
    height: 100%;
    color: #2f2f2f;
    text-decoration: none;
}
html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}
*,
::after,
::before {
    box-sizing: inherit;
}
::after,
::before {
    text-decoration: inherit;
    vertical-align: inherit;
}
* {
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
hr {
    overflow: visible;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
ul {
    list-style-type: none;
}
small {
    font-size: 80%;
}
[hidden],
template {
    display: none;
}
abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none;
}
a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace,monospace;
}
b,
strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
sub,
sup {
    hhhbgfont-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
input {
    border-radius: 0;
}
[type=number] {
    width: auto;
}
[type=search] {
    -webkit-appearance: textfield;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
    font: inherit;
}
optgroup {
    font-weight: 700;
}
button {
    overflow: visible;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: 0;
    padding: 0;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}
button,
select {
    text-transform: none;
}
button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
select::-ms-value {
    color: currentColor;
}
legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
img {
    border-style: none;
}
progress {
    vertical-align: baseline;
}
svg:not(:root) {
    overflow: hidden;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
@media screen {
    [hidden~=screen] {
        display: inherit;
    }
    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute!important;
        clip: rect(0 0 0 0)!important;
    }
}
[aria-busy=true] {
    cursor: progress;
}
[aria-controls] {
    cursor: pointer;
}
[aria-disabled] {
    cursor: default;
}
::-moz-selection {
    background-color: #b3d4fc;
    color: #fff;
    text-shadow: none;
}
::selection {
    background-color: #b3d4fc;
    color: #fff;
    text-shadow: none;
}
html {
    font-size: 62.5%;
}
body {
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue',Helvetica,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'游ゴシック','游ゴシック体',YuGothic,'Yu Gothic','ＭＳ Ｐゴシック',sans-serif;
    font-size: 1.4rem;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
svg.icon {
    display: inline-block;
    width: 5.1943359375em;
    height: 100%;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.animated {
    opacity: 0;
}
@keyframes fadeIn {
    0% {
        -webkit-transform: translateY(5%);
        -moz-transform: translateY(5%);
        -ms-transform: translateY(5%);
        -o-transform: translateY(5%);
        transform: translateY(5%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(5%);
        -moz-transform: translateY(5%);
        -ms-transform: translateY(5%);
        -o-transform: translateY(5%);
        transform: translateY(5%);
        opacity: 0;
    }
}
header#global-header {
    width: 100%;
    height: 80px;
    background-color: #000;
    position: relative;
}
header#global-header div.inner {
    height: 100%;
    padding: 0 40px;
    overflow: hidden;
}
header#global-header div.inner h1.logo {
    float: left;
    width: 150px;
    height: 100%;
}
header#global-header div.inner h1.logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    -moz-transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    -o-transitino: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
}
header#global-header div.inner h1.logo a:hover {
    opacity: 0.8;
}
header#global-header div.inner h1.logo a svg.icon {
    width: 5.1943359375em;
}
header#global-header div.inner a.sp-menu {
    display: none;
}
header#global-header div.inner nav.global-nav {
    float: right;
    height: 100%;
}
header#global-header div.inner nav.global-nav ul.global-menu {
    overflow: hidden;
    height: 100%;
    vertical-align: middle;
}
header#global-header div.inner nav.global-nav ul.global-menu li.item {
    display: inline-block;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
header#global-header div.inner nav.global-nav ul.global-menu li.item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 23px 12px 0;
    line-height: 1.2em;
    color: #fff;
}
header#global-header div.inner nav.global-nav ul.global-menu li.item a span.en {
    font-size: 1rem;
    color: #eee;
}
header#global-header div.inner nav.global-nav ul.global-menu li.item a span.ja {
    font-size: 1.3rem;
    font-weight: 700;
}
header#global-header div.inner nav.global-nav ul.global-menu li.item a:hover {
    color: #aaa;
}
header#global-header div.inner nav.global-nav ul.global-menu li.item a:hover span.en {
    color: #aaa;
}
header#global-header div.inner nav.global-nav ul.global-menu li.item.products a,
header#global-header div.inner nav.global-nav ul.global-menu li.item.search a {
    padding: 21px 12px 0;
    line-height: 1.2em;
}
header#global-header div.inner nav.global-nav ul.global-menu li.item.products a svg.icon,
header#global-header div.inner nav.global-nav ul.global-menu li.item.search a svg.icon {
    width: 1em;
    height: 0.4em;
}
header#global-header div.inner nav.global-nav ul.global-menu li.item.products a.active,
header#global-header div.inner nav.global-nav ul.global-menu li.item.search a.active {
    position: relative;
}
header#global-header div.inner nav.global-nav ul.global-menu li.item.products a.active::after,
header#global-header div.inner nav.global-nav ul.global-menu li.item.search a.active::after {
    content: "";
    display: block;
    width: 0;
    margin: 0 auto;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-top-width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
header#global-header aside.products-nav,
header#global-header aside.search-nav {
    display: none;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 999;
    box-sizing: border-box;
}
header#global-header aside.products-nav ul.products-menu,
header#global-header aside.search-nav ul.products-menu {
    width: 100%;
    margin: 0;
    list-style-type: none;
    overflow: hidden;
}
header#global-header aside.products-nav ul.products-menu li.products-item,
header#global-header aside.search-nav ul.products-menu li.products-item {
    float: left;
    width: 12.5%;
    margin: 0 2% 0 0;
}
header#global-header aside.products-nav ul.products-menu li.products-item:last-child,
header#global-header aside.search-nav ul.products-menu li.products-item:last-child {
    margin: 0;
}
header#global-header aside.products-nav ul.products-menu li.products-item figure.thumb,
header#global-header aside.search-nav ul.products-menu li.products-item figure.thumb {
    width: 100%;
    margin: 0 0 15px;
    border: 1px solid #aaa;
}
header#global-header aside.products-nav ul.products-menu li.products-item figure.thumb a,
header#global-header aside.search-nav ul.products-menu li.products-item figure.thumb a {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    -moz-transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    -o-transitino: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
}
header#global-header aside.products-nav ul.products-menu li.products-item figure.thumb a:hover,
header#global-header aside.search-nav ul.products-menu li.products-item figure.thumb a:hover {
    opacity: 0.8;
}
header#global-header aside.products-nav ul.products-menu li.products-item figure.thumb a img,
header#global-header aside.search-nav ul.products-menu li.products-item figure.thumb a img {
    width: 100%;
    height: auto;
}
header#global-header aside.products-nav ul.products-menu li.products-item dl.list,
header#global-header aside.search-nav ul.products-menu li.products-item dl.list {
    padding: 0 0 0 8px;
    border-left: 1px solid #aaa;
    font-size: 1.2rem;
}
header#global-header aside.products-nav ul.products-menu li.products-item dl.list dt,
header#global-header aside.search-nav ul.products-menu li.products-item dl.list dt {
    margin: 0 0 8px;
}
header#global-header aside.products-nav ul.products-menu li.products-item dl.list dt a,
header#global-header aside.search-nav ul.products-menu li.products-item dl.list dt a {
    color: #000;
    font-weight: 700;
}
header#global-header aside.products-nav ul.products-menu li.products-item dl.list dt a:hover,
header#global-header aside.search-nav ul.products-menu li.products-item dl.list dt a:hover {
    text-decoration: underline;
}
header#global-header aside.products-nav ul.products-menu li.products-item dl.list dd,
header#global-header aside.search-nav ul.products-menu li.products-item dl.list dd {
    font-size: 1.05rem;
    margin: 0 0 8px;
}
header#global-header aside.products-nav ul.products-menu li.products-item dl.list dd a,
header#global-header aside.search-nav ul.products-menu li.products-item dl.list dd a {
    color: #333;
}
header#global-header aside.products-nav ul.products-menu li.products-item dl.list dd a:hover,
header#global-header aside.search-nav ul.products-menu li.products-item dl.list dd a:hover {
    text-decoration: underline;
}
header#global-header aside.products-nav ul.search-menu,
header#global-header aside.search-nav ul.search-menu {
    width: 60%;
    margin: auto;
    list-style-type: none;
    overflow: hidden;
}
header#global-header aside.products-nav ul.search-menu li.search-item,
header#global-header aside.search-nav ul.search-menu li.search-item {
    float: left;
    width: 23%;
    margin: 0 2% 0 0;
}
header#global-header aside.products-nav ul.search-menu li.search-item:last-child,
header#global-header aside.search-nav ul.search-menu li.search-item:last-child {
    margin: 0;
}
header#global-header aside.products-nav ul.search-menu li.search-item figure.thumb,
header#global-header aside.search-nav ul.search-menu li.search-item figure.thumb {
    width: 100%;
    margin: 0 0 15px;
    border: 1px solid #aaa;
}
header#global-header aside.products-nav ul.search-menu li.search-item figure.thumb a,
header#global-header aside.search-nav ul.search-menu li.search-item figure.thumb a {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    -moz-transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    -o-transitino: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
}
header#global-header aside.products-nav ul.search-menu li.search-item figure.thumb a:hover,
header#global-header aside.search-nav ul.search-menu li.search-item figure.thumb a:hover {
    opacity: 0.8;
}
header#global-header aside.products-nav ul.search-menu li.search-item figure.thumb a img,
header#global-header aside.search-nav ul.search-menu li.search-item figure.thumb a img {
    width: 100%;
    height: auto;
}
header#global-header aside.products-nav ul.search-menu li.search-item dl.list,
header#global-header aside.search-nav ul.search-menu li.search-item dl.list {
    padding: 0 0 0 8px;
    border-left: 1px solid #aaa;
    font-size: 1.1rem;
}
header#global-header aside.products-nav ul.search-menu li.search-item dl.list dt,
header#global-header aside.search-nav ul.search-menu li.search-item dl.list dt {
    margin: 0 0 8px;
}
header#global-header aside.products-nav ul.search-menu li.search-item dl.list dt a,
header#global-header aside.search-nav ul.search-menu li.search-item dl.list dt a {
    color: #000;
    font-weight: 700;
}
header#global-header aside.products-nav ul.search-menu li.search-item dl.list dt a:hover,
header#global-header aside.search-nav ul.search-menu li.search-item dl.list dt a:hover {
    text-decoration: underline;
}
header#global-header aside.products-nav ul.search-menu li.search-item dl.list dd,
header#global-header aside.search-nav ul.search-menu li.search-item dl.list dd {
    font-size: 1.05rem;
    margin: 0 0 8px;
}
header#global-header aside.products-nav ul.search-menu li.search-item dl.list dd a,
header#global-header aside.search-nav ul.search-menu li.search-item dl.list dd a {
    color: #333;
}
header#global-header aside.products-nav ul.search-menu li.search-item dl.list dd a:hover,
header#global-header aside.search-nav ul.search-menu li.search-item dl.list dd a:hover {
    text-decoration: underline;
}
footer.global-footer {
    width: 100%;
    padding: 60px 20px 0;
    background-color: #1b1c1f;
    color: #fff;
}
footer.global-footer div.pan-area {
    max-width: 1200px;
    margin: 0 auto 20px;
    padding: 0 0 30px;
    border-bottom: 1px solid #fff;
}
footer.global-footer div.pan-area p.pan {
    float: left;
    display: inline-block;
    max-width: calc(100% - 350px);
    font-size: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
footer.global-footer div.pan-area p.pan a {
    color: #fff;
}
footer.global-footer div.pan-area p.pan a:hover {
    text-decoration: underline;
}
footer.global-footer div.pan-area a.pagetop {
    float: right;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5em;
}
footer.global-footer div.pan-area a.pagetop:hover {
    opacity: 0.8;
}
footer.global-footer div.pan-area a.pagetop svg.icon {
    margin: 0 0 -2px 10px;
    width: 14px;
    height: 14px;
    fill: #fff;
}
footer.global-footer nav#footer-nav {
    max-width: 1200px;
    margin: 0 auto 20px;
    padding: 0 0 30px;
}
footer.global-footer nav#footer-nav ul.footer-menu {
    width: 100%;
    margin: 0 0 30px;
    overflow: hidden;
}
footer.global-footer nav#footer-nav ul.footer-menu li.item {
    float: left;
    display: inline-block;
    width: 25%;
}
footer.global-footer nav#footer-nav ul.footer-menu li.item dt a {
    display: inline-block;
    color: #fff;
    margin: 0 0 10px;
    font-size: 1.3rem;
    font-weight: 700;
}
footer.global-footer nav#footer-nav ul.footer-menu li.item dt a:hover {
    text-decoration: underline;
}
footer.global-footer nav#footer-nav ul.footer-menu li.item dd a {
    display: inline-block;
    color: #aaa;
    margin: 0 0 10px;
    font-size: 1.2rem;
}
footer.global-footer nav#footer-nav ul.footer-menu li.item dd a:hover {
    text-decoration: underline;
}
footer.global-footer p.copy {
    text-align: center;
    padding: 15px 0;
}
a.btn,
input.btn {
    display: inline-block;
    margin: 0 auto;
    padding: 0.8em 4em 0.8em 3em;
    color: #fff;
    font-size: 1.3rem;
    background-color: #e51818;
    background-image: url("../../img/common/btn-arrow.svg");
    background-size: 6px;
    background-position: 88% 48%;
    -webkit-transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    -moz-transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    -o-transitino: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
}
a.btn:hover,
input.btn:hover {
    background-color: #b71313;
    background-position: 90% 48%;
}
div#bnr-list {
    width: 100%;
    padding: 60px 20px;
    background-color: #eee;
}
div#bnr-list ul.list {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
div#bnr-list ul.list li.bnr {
    float: left;
    width: 23.5%;
    margin: 0 2% 0 0;
}
div#bnr-list ul.list li.bnr:last-child {
    margin: 0;
}
div#bnr-list ul.list li.bnr a {
    display: inline-block;
    -webkit-transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    -moz-transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    -o-transitino: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
}
div#bnr-list ul.list li.bnr a:hover {
    opacity: 0.8;
}
div#bnr-list ul.list li.bnr a figure.pic {
    width: 100%;
    margin: 0;
}
div#bnr-list ul.list li.bnr a figure.pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
div#bnr-list ul.list li.bnr a figure.pic figcaption {
    width: 100%;
    text-align: center;
    padding: 0.5em 0;
    color: #fff;
    background-color: #113785;
}
div.sub-key {
    width: 100%;
    height: 400px;
    margin: 0 0 60px;
    background-position: center;
    background-size: cover;
    position: relative;
}
div.sub-key div.inner {
    width: 100%;
    height: 100%;
    padding: 150px 0 0;
    background-color: rgba(0,0,0,.5);
    text-align: center;
}
div.sub-key div.inner span.en {
    font-size: 1.5rem;
    line-height: 2.5em;
    color: #fff;
}
div.sub-key div.inner h1.title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
}
div.detail-key {
    max-width: 1200px;
    margin: 0 auto 60px;
    padding: 40px 20px;
}
div.detail-key h1.title {
    font-size: 2.5rem;
    margin: 0 0 20px;
    color: #113785;
}
div.detail-key figure.pic {
    width: 100%;
    margin: 0 0 20px;
    vertical-align: middle;
}
div.detail-key figure.pic img {
    width: 100%;
    height: auto;
}
div.home-key {
    width: 100%;
    position: relative;
}
div.home-key #global-header {
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    z-index: 9999;
}
div.home-key div.swiper-wrapper div.swiper-slide img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
div.home-key div.swiper-wrapper div.swiper-slide img.sp {
    display: none;
}
div.home-key .swiper-button-next,
div.home-key .swiper-button-prev {
    width: 10px;
    height: 20px;
    margin-top: -10px;
    background-size: cover;
}
main#home-view section.lineup {
    max-width: 1200px;
    margin: 30px auto 60px;
    padding: 0 20px;
    text-align: center;
}
main#home-view section.lineup h2.title {
    font-size: 3rem;
    text-align: center;
    margin: 0 0 20px;
}
main#home-view section.lineup ul.list {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    overflow: hidden;
}
main#home-view section.lineup ul.list li.item {
    float: left;
    width: 32%;
    margin: 0 2% 2% 0;
    position: relative;
    background-position: center;
    background-size: cover;
    border: 1px solid #aaa;
    box-sizing: border-box;
}
main#home-view section.lineup ul.list li.item:nth-child(3n) {
    margin: 0 0 2%;
}
main#home-view section.lineup ul.list li.item:before {
    content: "";
    display: block;
    padding-top: 64.102564%;
}
main#home-view section.lineup ul.list li.item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(14,38,88,.8);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    -webkit-transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    -moz-transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    -o-transitino: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
}
main#home-view section.lineup ul.list li.item a:hover {
    background-color: rgba(14,38,88,.1);
}
main#home-view section.lineup ul.list li.item a div.text {
    width: 100%;
    position: absolute;
    top: 40%;
    margin-top: -1em;
    text-align: center;
}
main#home-view section.lineup ul.list li.item a div.text h3.ja {
    font-size: 1.5rem;
    line-height: 2.5em;
}
main#home-view section.lineup ul.list li.item a div.text span.en {
    font-size: 2.8rem;
    font-weight: 700;
}
main#home-view section.lineup ul.list li.item.general-batteries {
    background-image: url("../../img/home/home-lineup-pic01.jpg");
}
main#home-view section.lineup ul.list li.item.toyota-batteries {
    background-image: url("../../img/home/home-lineup-pic02.jpg");
}
main#home-view section.lineup ul.list li.item.fluid-chemicals {
    background-image: url("../../img/home/home-lineup-pic03.jpg");
}
main#home-view section.lineup ul.list li.item.brakeparts {
    background-image: url("../../img/home/home-lineup-pic04.jpg");
}
main#home-view section.lineup ul.list li.item.filters {
    background-image: url("../../img/home/home-lineup-pic05.jpg");
}
main#home-view section.lineup ul.list li.item.rebuild {
    background-image: url("../../img/home/home-lineup-pic06.jpg");
}
main#home-view section.service {
    width: 100%;
    height: 400px;
    background-image: url("../../img/home/home-service-bg.jpg");
    background-position: center;
    background-size: cover;
}
main#home-view section.service a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 150px 0 0;
    text-align: center;
    background-color: rgba(0,0,0,.6);
    color: #fff;
}
main#home-view section.service a h2.title {
    font-size: 3.9rem;
    margin: 0 0 30px;
}
main#home-view section.service a span.btn {
    display: inline-block;
    margin: 0 auto;
    padding: 0.8em 3em;
    color: #fff;
    font-size: 1.3rem;
    background-color: transparent;
    border: 1px solid #fff;
    -webkit-transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    -moz-transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    -o-transitino: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
}
main#home-view section.service a:hover span.btn {
    color: #000;
    background-color: rgba(255,255,255,.9);
}
main#home-view div.content-wrapper {
    width: 100%;
    padding: 60px 0;
    background-color: #e2e2e2;
}
main#home-view div.content-wrapper div.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}
main#home-view div.content-wrapper div.inner section.news {
    float: left;
    width: calc(100% - 350px);
}
main#home-view div.content-wrapper div.inner section.news header.header {
    width: 100%;
    margin: 0 0 25px;
    padding: 0 0 10px;
    border-bottom: 1px solid #000;
    overflow: hidden;
}
main#home-view div.content-wrapper div.inner section.news header.header h2.title {
    display: inline-block;
    font-size: 3rem;
    margin: 0;
}
main#home-view div.content-wrapper div.inner section.news header.header h2.title span {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 1.2rem;
    vertical-align: 0.5rem;
    color: #777;
}
main#home-view div.content-wrapper div.inner section.news header.header a.btn {
    float: right;
    padding: 0.5em 3em 0.5em 2em;
}
main#home-view div.content-wrapper div.inner section.news ul.list {
    margin: 0 0 50px;
}
main#home-view div.content-wrapper div.inner section.news ul.list:last-child {
    margin: 0;
}
main#home-view div.content-wrapper div.inner section.news ul.list li.item {
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
main#home-view div.content-wrapper div.inner section.news ul.list li.item figure.thumb {
    float: left;
    width: 130px;
    margin: 0;
}
main#home-view div.content-wrapper div.inner section.news ul.list li.item figure.thumb img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
main#home-view div.content-wrapper div.inner section.news ul.list li.item div.text-area {
    float: right;
    width: calc(100% - 150px);
}
main#home-view div.content-wrapper div.inner section.news ul.list li.item div.text-area span.date {
    display: inline-block;
    margin: 0 10px 10px 0;
    font-size: 1.2rem;
    font-weight: 700;
}
main#home-view div.content-wrapper div.inner section.news ul.list li.item div.text-area span.cate {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 1.2rem;
    color: #fff;
    padding: 0.2em 2em;
    background-color: #777;
}
main#home-view div.content-wrapper div.inner section.news ul.list li.item div.text-area p.text {
    font-size: 1.4rem;
    line-height: 1.8em;
}
main#home-view div.content-wrapper div.inner section.news ul.list li.item div.text-area p.text a {
    display: inline-block;
    color: #000;
    text-decoration: underline;
}
main#home-view div.content-wrapper div.inner section.news ul.list li.item div.text-area p.text a:hover {
    text-decoration: none;
}
main#home-view div.content-wrapper div.inner section.news ul.list li.item a {
    display: inline-block;
    color: #000;
    text-decoration: underline;
}
main#home-view div.content-wrapper div.inner section.news ul.list li.item a:hover {
    text-decoration: none;
}
main#home-view div.content-wrapper div.inner ul.bnr-list {
    float: right;
    width: 300px;
}
main#home-view div.content-wrapper div.inner ul.bnr-list li.bnr {
    margin: 0 0 20px;
}
main#home-view div.content-wrapper div.inner ul.bnr-list li.bnr a {
    display: inline-block;
    -webkit-transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    -moz-transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    -o-transitino: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
    transition: all 0.25s cubic-bezier(.24,.8,.55,.94) 0s;
}
main#home-view div.content-wrapper div.inner ul.bnr-list li.bnr a:hover {
    opacity: 0.8;
}
main#home-view div.content-wrapper div.inner ul.bnr-list li.bnr a figure.pic {
    width: 100%;
    margin: 0;
}
main#home-view div.content-wrapper div.inner ul.bnr-list li.bnr a figure.pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
main#home-view div.content-wrapper div.inner ul.bnr-list li.bnr a figure.pic figcaption {
    width: 100%;
    text-align: center;
    padding: 0.5em 0;
    color: #fff;
    background-color: #113785;
}