/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css';
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&display=swap");

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

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

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

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td, th {
    padding: 0
}

body, h1, h2, h3, h4, h5, h6, p, table, tr, th, td, quote, small, form, input, ul, li, ol, label, hr, dl, dt, dd, figure, img {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

img {
    border: none;
    vertical-align: top
}

body {
    animation: fadeIn ease 1.5s;
    -webkit-animation: fadeIn ease 1.5s;
    -moz-animation: fadeIn ease 1.5s
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (min-width: 768px) {
    body {
        font-family: YuGothic, 'Yu Gothic', 'Roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        font-size: 15px;
        line-height: 1.8em;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        color: #313638;
        letter-spacing: 0.1em;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-family: YuGothic, 'Yu Gothic', 'Roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        font-size: 14px;
        line-height: 1.8em;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        color: #5B5B66;
        letter-spacing: 0.1em;
    }
}

a {
    text-decoration: underline;
    color: #D68A27
}

@media screen and (min-width: 768px) {
    a:hover, a:active {
        text-decoration: none;
    }
}

@media screen and (max-width: 767px) {
    a:active {
        text-decoration: none;
    }
}

hr {
    border: none;
    height: 2px;
    background-image: linear-gradient(to right, #CCD4D6 2px, transparent 0);
    background-size: 8px 2px;
    background-position: bottom;
    background-repeat: repeat-x
}

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

    .mb-0 {
        margin-bottom: 0 !important;
    }

    .mb-5 {
        margin-bottom: 5px !important;
    }

    .mb-10 {
        margin-bottom: 10px !important;
    }

    .mb-20 {
        margin-bottom: 20px !important;
    }

    .mb-30 {
        margin-bottom: 30px !important;
    }

    .mb-40 {
        margin-bottom: 40px !important;
    }

    .mb-50 {
        margin-bottom: 50px !important;
    }

    .mb-10-5 {
        margin-bottom: 10px !important;
    }

    .mb-15-10 {
        margin-bottom: 15px !important;
    }

    .mb-20-15 {
        margin-bottom: 20px !important;
    }

    .mb-25-20 {
        margin-bottom: 25px !important;
    }

    .mb-30-25 {
        margin-bottom: 30px !important;
    }

    .mb-35-30 {
        margin-bottom: 35px !important;
        text-align: left;
    }

    .mb-40-35 {
        margin-bottom: 40px !important;
    }

    .mb-45-40 {
        margin-bottom: 45px !important;
    }

    .mb-50-45 {
        margin-bottom: 50px !important;
    }

    .mb-55-50 {
        margin-bottom: 55px !important;
    }

    .mb-80-50 {
        margin-bottom: 80px !important;
    }

    .mb-100-50 {
        margin-bottom: 100px !important;
    }

    .mt-5 {
        margin-top: 5px !important;
    }

    .mt-10 {
        margin-top: 10px !important;
    }

    .mt-20 {
        margin-top: 20px !important;
    }

    .mt-30 {
        margin-top: 30px !important;
    }

    .mt-40 {
        margin-top: 40px !important;
    }

    .mt-50 {
        margin-top: 50px !important;
    }

    .mt-10-5 {
        margin-top: 10px !important;
    }

    .mt-15-10 {
        margin-top: 15px !important;
    }

    .mt-20-15 {
        margin-top: 20px !important;
    }

    .mt-25-20 {
        margin-top: 25px !important;
    }

    .mt-30-25 {
        margin-top: 30px !important;
    }

    .mt-35-30 {
        margin-top: 35px !important;
    }

    .mt-40-35 {
        margin-top: 40px !important;
    }

    .mt-45-40 {
        margin-top: 45px !important;
    }

    .mt-50-45 {
        margin-top: 50px !important;
    }

    .mt-55-50 {
        margin-top: 55px !important;
    }

    .mt-80-50 {
        margin-top: 80px !important;
    }

    .fs-80 {
        font-size: 80%;
        line-height: 1.8em;
    }

    .fs-90 {
        font-size: 90%;
        line-height: 1.8em;
    }

    .fs-110 {
        font-size: 110%;
        line-height: 1.8em;
    }

    .fs-120 {
        font-size: 120%;
        line-height: 1.8em;
    }

    .fs-130 {
        font-size: 130%;
        line-height: 1.8em;
    }

    .fs-140 {
        font-size: 140%;
        line-height: 1.8em;
    }

    .fs-150 {
        font-size: 150%;
        line-height: 1.8em;
    }

    .fs-200 {
        font-size: 200%;
        line-height: 1.8em;
    }

    .lh-10 {
        line-height: 1em;
    }

    .lh-15 {
        line-height: 1.5em;
    }

    .lh-18 {
        line-height: 1.8em;
    }

    .lh-20 {
        line-height: 2em;
    }

    .lh-25 {
        line-height: 2.5em;
    }

    .lh-30 {
        line-height: 3em;
    }

    .ls-01 {
        letter-spacing: 0.1em;
    }

    .ls-02 {
        letter-spacing: 0.2em;
    }

    .ls-03 {
        letter-spacing: 0.3em;
    }

    .ls-04 {
        letter-spacing: 0.4em;
    }

    .ls-05 {
        letter-spacing: 0.5em;
    }

    .fw-n {
        font-weight: normal;
    }

    .fw-b {
        font-weight: bold;
    }

    .ta-c-l {
        text-align: center;
    }

    .ta-c-r {
        text-align: center;
    }

    .ta-l-c {
        text-align: left;
    }

    .ta-r-c {
        text-align: right;
    }

    .ta-l-r {
        text-align: left;
    }

    .ta-r-l {
        text-align: right;
    }

    .fullflex {
        border: none;
        width: 100%;
        height: auto;
        vertical-align: top;
    }

    .inner {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
    }

    .inner-500 {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
    }

    .inner-600 {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }

    .inner-700 {
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
    }

    .inner-800 {
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
    }

    .inner-900 {
        max-width: 900px;
        width: 100%;
        margin: 0 auto;
    }

    .inner-1100 {
        max-width: 1100px;
        width: 100%;
        margin: 0 auto;
    }

    .inner-1200 {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }

    .sec-wrap {
        padding: 80px 0;
    }

    .box-wrap {
        padding: 30px;
    }

    .txt-just {
        text-align: justify;
        text-justify: inter-ideograph;
    }

    .relative {
        position: relative;
    }

    .col-m-s, .col-m-m {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-wrap: wrap;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        align-items: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
    }

    figure.img-txt {
        width: 100%;
        display: table;
        border-collapse: separate;
    }

    figure.img-txt>img {
        display: table-cell;
        vertical-align: top;
    }

    figure.img-txt>a>img {
        display: table-cell;
        vertical-align: top;
    }

    figure.img-txt figcaption {
        width: 100%;
        display: table-cell;
        vertical-align: top;
        text-align: left;
        padding-left: 50px;
    }

    figure.img-txt.img-r {
        position: relative;
        min-height: 300px;
        height: auto;
    }

    figure.img-txt.img-r>img {
        position: absolute;
        top: 0;
        right: 0;
    }

    figure.img-txt.img-r figcaption {
        width: 100%;
        display: table-cell;
        vertical-align: top;
        text-align: left;
        padding: 0;
        padding-right: 550px;
    }

    figure.icon-txt {
        width: 100%;
        display: table;
    }

    figure.icon-txt>img {
        display: table-cell;
        vertical-align: top;
    }

    figure.icon-txt>a>img {
        display: table-cell;
        vertical-align: top;
    }

    figure.icon-txt figcaption {
        width: 100%;
        display: table-cell;
        vertical-align: top;
        padding-left: 50px;
    }

    figure.float-txt {
        width: 100%;
        display: table;
    }

    figure.float-txt>img {
        display: table-cell;
        vertical-align: top;
    }

    figure.float-txt>a>img {
        display: table-cell;
        vertical-align: top;
    }

    figure.float-txt figcaption {
        width: 100%;
        display: table-cell;
        vertical-align: top;
        padding-left: 50px;
    }
}



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

    .mb-0 {
        margin-bottom: 0 !important;
    }

    .mb-5 {
        margin-bottom: 5px !important;
    }

    .mb-10 {
        margin-bottom: 10px !important;
    }

    .mb-20 {
        margin-bottom: 20px !important;
    }

    .mb-30 {
        margin-bottom: 30px !important;
    }

    .mb-40 {
        margin-bottom: 40px !important;
    }

    .mb-50 {
        margin-bottom: 50px !important;
    }

    .mb-10-5 {
        margin-bottom: 5px !important;
    }

    .mb-15-10 {
        margin-bottom: 10px !important;
    }

    .mb-20-15 {
        margin-bottom: 15px !important;
    }

    .mb-25-20 {
        margin-bottom: 20px !important;
    }

    .mb-30-25 {
        margin-bottom: 25px !important;
    }

    .mb-35-30 {
        margin-bottom: 30px !important;
        margin-top: 30px;
        text-align: left;
    }

    .mb-40-35 {
        margin-bottom: 35px !important;
    }

    .mb-45-40 {
        margin-bottom: 40px !important;
    }

    .mb-50-45 {
        margin-bottom: 45px !important;
    }

    .mb-55-50 {
        margin-bottom: 50px !important;
    }

    .mb-80-50 {
        margin-bottom: 50px !important;
    }

    .mb-100-50 {
        margin-bottom: 50px !important;
    }

    .mt-5 {
        margin-top: 5px !important;
    }

    .mt-10 {
        margin-top: 10px !important;
    }

    .mt-20 {
        margin-top: 20px !important;
    }

    .mt-30 {
        margin-top: 30px !important;
    }

    .mt-40 {
        margin-top: 40px !important;
    }

    .mt-50 {
        margin-top: 50px !important;
    }

    .mt-10-5 {
        margin-top: 5px !important;
    }

    .mt-15-10 {
        margin-top: 10px !important;
    }

    .mt-20-15 {
        margin-top: 15px !important;
    }

    .mt-25-20 {
        margin-top: 20px !important;
    }

    .mt-30-25 {
        margin-top: 25px !important;
    }

    .mt-35-30 {
        margin-top: 30px !important;
    }

    .mt-40-35 {
        margin-top: 35px !important;
    }

    .mt-45-40 {
        margin-top: 40px !important;
    }

    .mt-50-45 {
        margin-top: 45px !important;
    }

    .mt-55-50 {
        margin-top: 50px !important;
    }

    .mt-80-50 {
        margin-top: 50px !important;
    }

    .fs-80 {
        font-size: 80%;
        line-height: 1.8em;
    }

    .fs-90 {
        font-size: 90%;
        line-height: 1.8em;
    }

    .fs-110 {
        font-size: 110%;
        line-height: 1.8em;
    }

    .fs-120 {
        font-size: 120%;
        line-height: 1.8em;
    }

    .fs-130 {
        font-size: 130%;
        line-height: 1.8em;
    }

    .fs-140 {
        font-size: 140%;
        line-height: 1.8em;
    }

    .fs-150 {
        font-size: 150%;
        line-height: 1.8em;
    }

    .fs-200 {
        font-size: 200%;
        line-height: 1.8em;
    }

    .lh-10 {
        line-height: 1em;
    }

    .lh-15 {
        line-height: 1.5em;
    }

    .lh-18 {
        line-height: 1.8em;
    }

    .lh-20 {
        line-height: 2em;
    }

    .lh-25 {
        line-height: 2.5em;
    }

    .lh-30 {
        line-height: 3em;
    }

    .ls-01 {
        letter-spacing: 0.1em;
    }

    .ls-02 {
        letter-spacing: 0.2em;
    }

    .ls-03 {
        letter-spacing: 0.3em;
    }

    .ls-04 {
        letter-spacing: 0.4em;
    }

    .ls-05 {
        letter-spacing: 0.5em;
    }

    .fw-n {
        font-weight: normal;
    }

    .fw-b {
        font-weight: bold;
    }

    .ta-c-l {
        text-align: left;
    }

    .ta-c-r {
        text-align: right;
    }

    .ta-l-c {
        text-align: center;
    }

    .ta-r-c {
        text-align: center;
    }

    .ta-l-r {
        text-align: right;
    }

    .ta-r-l {
        text-align: left;
    }

    .flex {
        border: none;
        width: 100%;
        height: auto;
        vertical-align: top;
    }

    .fullflex {
        border: none;
        width: 100%;
        height: auto;
        vertical-align: top;
    }

    .sec-wrap {
        padding: 60px 0 60px 0;
    }

    .box-wrap {
        padding: 15px;
    }

    .txt-just {
        text-align: justify;
        text-justify: inter-ideograph;
    }

    .relative {
        position: relative;
    }

    .col-m-s {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        flex-direction: column;
    }

    .col-m-m {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-wrap: wrap;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        align-items: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
    }

    figure.img-txt {
        width: 100%;
        text-align: center;
    }

    figure.img-txt>img {
        max-width: 250px;
        margin-bottom: 20px;
    }

    figure.img-txt>a>img {
        max-width: 250px;
        margin-bottom: 20px;
    }

    figure.img-txt figcaption {
        text-align: left;
    }

    figure.icon-txt {
        width: 100%;
        display: table;
    }

    figure.icon-txt>img {
        display: table-cell;
        vertical-align: top;
        width: 80px;
        height: auto;
    }

    figure.icon-txt>a>img {
        display: table-cell;
        vertical-align: top;
        width: 80px;
        height: auto;
    }

    figure.icon-txt figcaption {
        display: table-cell;
        vertical-align: top;
        width: 100%;
        padding-left: 10px;
    }

    figure.float-txt {
        width: 100%;
        clear: both;
    }

    figure.float-txt>img {
        float: left;
        width: 40%;
        height: auto;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    figure.float-txt>img>a>img {
        float: left;
        width: 40%;
        height: auto;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

.mincho {
    font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif
}

.line-txt {
    overflow: hidden
}

.line-txt>span {
    display: inline-block;
    padding: 0 1em;
    position: relative
}

.line-txt>span:before, .line-txt>span:after {
    height: 3px;
    border-top: solid 1px #2275B2;
    border-bottom: solid 1px #2275B2;
    content: "";
    position: absolute;
    top: 45%;
    width: 99em
}

.line-txt>span:before {
    right: 100%
}

.line-txt>span:after {
    left: 100%
}

.marker-txt {
    background: linear-gradient(transparent 60%, #DDD9B3 60%)
}

.excerpt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis
}

p.effect-txt {
    font-size: 200%;
    line-height: 1em
}

p.effect-txt svg {
    height: 1em;
    overflow: visible
}

p.effect-txt text.svg-txt {
    fill: #313638;
    stroke: #313638;
    stroke-width: 1;
    stroke-dasharray: 120;
    stroke-dashoffset: 0;
    overflow: visible;
    transition: 1s stroke-dashoffset 0.3s linear, 0.3s fill 1.3s linear;
    transform: translate(0, 0.85em);
    -webkit-transform: translate(0, 0.85em);
    -moz-transform: translate(0, 0.85em)
}

p.effect-txt.hidden text.svg-txt {
    fill: transparent;
    stroke-dashoffset: 120
}

.push-btn {
    font-size: 150%;
    line-height: 1.5em;
    text-align: center;
    color: #FFF;
    background-color: #666;
    border-radius: 5px;
    box-shadow: 0 3px 0 #333;
    text-shadow: 0 -1px 0 #333;
    padding: 30px 10px;
    margin: 0 auto
}

.push-btn a {
    display: block;
    text-decoration: none;
    color: #FFF
}

.push-btn a:after {
    font-family: FontAwesome;
    font-size: 120%;
    color: #FFF;
    content: "\f105";
    margin-left: 10px
}

@media screen and (min-width: 768px) {
    .push-btn:hover, .push-btn:active {
        box-shadow: none;
        position: relative;
        top: 3px;
    }
}

@media screen and (max-width: 767px) {
    .push-btn:active {
        box-shadow: none;
        position: relative;
        top: 3px;
    }
}

.fukidashi-b, .fukidashi-t, .fukidashi-l, .fukidashi-r {
    position: relative;
    display: inline-block;
    min-width: 300px;
    text-align: center;
    color: #FFF;
    background-color: #333;
    padding: 20px
}

.fukidashi-b:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #333 transparent transparent transparent
}

.fukidashi-t:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #333 transparent
}

.fukidashi-l:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #333 transparent transparent
}

.fukidashi-r:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #333
}

.post-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px
}

.post-pagination>li {
    margin-left: 5px;
    margin-bottom: 5px
}

.post-pagination>li:first-of-type {
    margin-left: 0
}

.post-pagination>li>a, .post-pagination>li>span {
    position: relative;
    float: left;
    width: 35px;
    height: 35px;
    line-height: 1.5em;
    letter-spacing: 0.02em;
    text-align: center;
    text-decoration: none;
    color: #D68A27;
    border: 1px solid #D68A27;
    background-color: transparent;
    padding: 0.4em 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out
}

.post-pagination>li:first-of-type>a, .post-pagination>li:first-of-type>span {
    margin-left: 0
}

@media screen and (min-width: 768px) {
    .post-pagination>li>a:hover, .post-pagination>li>span:hover, .post-pagination>li>a:focus, .post-pagination>li>span:focus {
        color: #FFF;
        background-color: #D68A27;
        z-index: 2;
    }

    .post-pagination>li.active>a, .post-pagination>li.active>span, .post-pagination>li.active>a:hover, .post-pagination>li.active>span:hover, .post-pagination>li.active>a:focus, .post-pagination>li.active>span:focus {
        color: #FFF;
        background-color: #D68A27;
        z-index: 3;
    }

    .post-pagination>li.disabled>span, .post-pagination>li.disabled>span:hover, .post-pagination>li.disabled>span:focus, .post-pagination>li.disabled>a, .post-pagination>li.disabled>a:hover, .post-pagination>li.disabled>a:focus {
        color: #D68A27;
        background-color: #FFF;
    }
}

@media screen and (max-width: 767px) {
    .post-pagination>li>a:active, .post-pagination>li>span:active {
        color: #FFF;
        background-color: #D68A27;
        z-index: 2;
    }

    .post-pagination>li.active>a, .post-pagination>li.active>span, .post-pagination>li.active>a:active, .post-pagination>li.active>span:active {
        color: #FFF;
        background-color: #D68A27;
        z-index: 3;
    }

    .post-pagination>li.disabled>span, .post-pagination>li.disabled>span:active, .post-pagination>li.disabled>a, .post-pagination>li.disabled>a:active {
        color: #D68A27;
        background-color: #FFF;
    }
}

.prev-next {
    font-size: 100%;
    line-height: 1.5em;
    padding-top: 30px
}

.prev-next a {
    float: left;
    display: block;
    width: auto;
    text-decoration: none;
    color: #D68A27;
    border: solid 1px #D68A27;
    padding: 3px 10px;
    margin: 2px 2px 2px 0
}

@media screen and (min-width: 768px) {
    .prev-next a:hover {
        color: #FFF;
        background: #D68A27;
    }
}

@media screen and (max-width: 767px) {
    .prev-next a:active {
        color: #FFF;
        background: #D68A27;
    }
}

.prev-next i.fa-chevron-circle-left {
    margin-right: 5px
}

.prev-next i.fa-chevron-circle-right {
    margin-left: 5px;
    margin-right: 0
}

.editor-area {
    word-wrap: break-word;
    padding-bottom: 0.01em
}

.editor-area p, .editor-area table, .editor-area ul, .editor-area ol, .editor-area dl, .editor-area figure, .editor-area img, .editor-area hr {
    margin-bottom: 10px
}

.editor-area.wp-caption {
    width: 100% !important
}

.editor-area img.aligncenter {
    display: block;
    margin: 0 auto
}

.editor-area ul li {
    list-style-type: disc;
    margin-left: 30px
}

.editor-area ol li {
    list-style-type: decimal;
    margin-left: 30px
}

.editor-area h4 {
    font-size: 140%;
    line-height: 1.5em;
    color: #313638;
    border-top: solid 2px #313638;
    border-bottom: solid 2px #313638;
    padding: 15px 0
}

.editor-area h5 {
    position: relative;
    font-size: 130%;
    line-height: 1.5em;
    color: #313638;
    border-bottom: solid 1px #313638;
    padding-bottom: 15px
}

.editor-area h5:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    display: block;
    width: 150px;
    border-bottom: solid 3px #313638
}

.editor-area h6 {
    position: relative;
    font-size: 120%;
    line-height: 1.5em;
    color: #313638;
    border-bottom: solid 1px #313638;
    padding-bottom: 10px
}

@media screen and (min-width: 768px) {
    .editor-area h1, .editor-area h2, .editor-area h3, .editor-area h4, .editor-area h5, .editor-area h6 {
        margin-bottom: 30px;
    }

    .editor-area img {
        max-width: 800px;
        height: auto;
    }

    .editor-area div.gallery {
        margin-bottom: 30px !important;
    }

    .editor-area div.gallery dl.gallery-item dd.gallery-caption {
        line-height: 1.5em;
        margin-top: 5px;
    }
}

@media screen and (max-width: 767px) {
    .editor-area h1, .editor-area h2, .editor-area h3, .editor-area h4, .editor-area h5, .editor-area h6 {
        margin-bottom: 20px;
    }

    .editor-area img {
        width: 100%;
        height: auto;
    }

    .editor-area div.gallery {
        margin-bottom: 30px !important;
    }

    .editor-area div.gallery dl.gallery-item {
        width: calc((100% - 20px) / 3) !important;
        margin: 0;
        margin-top: 0 !important;
        margin-right: 10px;
    }

    .editor-area div.gallery dl.gallery-item:nth-of-type(3n) {
        margin-right: 0;
    }

    .editor-area div.gallery dl.gallery-item:nth-of-type(n+4) {
        margin-top: 20px !important;
    }

    .editor-area div.gallery dl.gallery-item dt.gallery-icon img {
        width: 100%;
        height: auto;
        margin: 0;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .editor-area div.gallery dl.gallery-item dd.gallery-caption {
        line-height: 1.5em;
        margin-top: 5px;
    }
}

a img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out
}

@media screen and (min-width: 768px) {
    a:hover img, a:active img {
        cursor: pointer;
        filter: alpha(opacity=70);
        opacity: 0.7;
        -ms-filter: "alpha(opacity=70)";
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        zoom: 1;
    }
}

@media screen and (max-width: 767px) {
    a:active img {
        cursor: pointer;
        filter: alpha(opacity=70);
        opacity: 0.7;
        -ms-filter: "alpha(opacity=70)";
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        zoom: 1;
    }
}

.no-scrollbar {
    -ms-overflow-style: none
}

.no-scrollbar::-webkit-scrollbar {
    display: none
}

.scrollbar::-webkit-scrollbar {
    overflow: hidden;
    width: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.scrollbar::-webkit-scrollbar:horizontal {
    height: 5px
}

.scrollbar::-webkit-scrollbar-button {
    display: none
}

.scrollbar::-webkit-scrollbar-piece {
    background: rgba(0, 0, 0, 0.5)
}

.scrollbar::-webkit-scrollbar-piece:start {
    background: rgba(0, 0, 0, 0.5)
}

.scrollbar::-webkit-scrollbar-piece {
    background: transparent
}

.scrollbar::-webkit-scrollbar-piece:start {
    background: transparent
}

.scrollbar::-webkit-scrollbar-thumb {
    overflow: hidden;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.5)
}

.flex-yt {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.flex-yt iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important
}

:placeholder-shown {
    color: #999
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999;
    opacity: 1
}

::-moz-placeholder {
    color: #999;
    opacity: 1
}

:-ms-input-placeholder {
    color: #999
}

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

.clear {
    clear: both;
    border: none
}

#footer-fix {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

footer {
    margin-top: auto
}

@media screen and (min-width: 768px) {
    .fc-wht {
        color: #fff;
    }

    .fc-gry {
        color: #97A7AA;
    }

    article section h1, article section p.h1 {
        font-size: 100%;
        line-height: 1.5em;
        text-align: center;
        margin-bottom: 50px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }


    article section h1 span.ja, article section p.h1 span.ja {
        display: block;
        color: #000;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        margin-top: 10px;
    }

    article section h1.type2 {
        font-size: 100%;
        line-height: 1.5em;
        font-weight: bold;
        text-align: left;
        border-bottom: solid 5px #313638;
        padding-bottom: 15px;
        margin-bottom: 50px;
    }



    article section h1.type2 span.ja {
        display: inline-block;
        color: #313638;
    }

    article section h1.type3 {
        position: relative;
        font-size: 200%;
        line-height: 1.5em;
        font-weight: bold;
        text-align: center;
        margin-bottom: 80px;
    }

    article section h1.type3:before {
        content: "";
        position: absolute;
        bottom: -25px;
        left: 50%;
        display: block;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background-color: #313638;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
    }

    article section h2 {
        font-size: 100%;
        line-height: 1.5em;
        margin-bottom: 50px;
        overflow: hidden;
    }

    article section h2 span.en {
        position: relative;
        display: inline-block;
        font-size: 400%;
        line-height: 1em;
        letter-spacing: 0.15em;
        color: #313638;
        padding-right: 0.5em;
        margin-bottom: 10px;
        font-family: 'futura-pt', sans-serif;
        font-size: 40px;
    }

    article section h2 span.en:after {
        content: "";
        position: absolute;
        top: 50%;
        height: 1px;
        border-top: solid 1px #313638;
        width: 100vw;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
    }

    article section h2 span.en:after {
        left: 100%;
    }

    article section h2 span.ja {
        display: block;
    }

    article section h3 {
        font-size: 180%;
        line-height: 1.5em;
        font-weight: bold;
        text-align: center;
        border-bottom: solid 1px #313638;
        padding-bottom: 20px;
        margin-bottom: 50px;
    }

    article section p.style1 {
        font-size: 180%;
        line-height: 1.5em;
        font-weight: bold;
        letter-spacing: 3px;
        font-family: 'futura-pt', YuGothic, 'Yu Gothic', 'Roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    }

    div.zoom-img-wrap {
        overflow: hidden;
    }

    div.zoom-img-wrap div.zoom-img {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    div.zoom-img-wrap div.zoom-img:hover {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
    }

    .btn-link {
        display: inline-block;
        font-size: 110%;
        line-height: 1.5em;
        font-weight: bold;
        text-align: center;
    }

    .btn-link a {
        display: block;
        text-decoration: none;
        color: #D68A27;
        border: solid 1px #D68A27;
        background-color: #FFF;
        padding: 10px 20px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    .btn-link a:hover {
        color: #fff;
        background-color: #D68A27;
    }

    .btn-link.fix {
        width: 300px;
    }

    .btn-link.fit {
        width: 100%;
    }

    .btn-link.active a {
        color: #fff;
        background-color: #D68A27;
        cursor: default;
    }

    ul.btn-2-1 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    ul.btn-2-1 li {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    ul.btn-2-1 li:last-of-type {
        margin-right: 0;
    }

    ul.btn-2-2 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    ul.btn-2-2 li {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    ul.btn-2-2 li:last-of-type {
        margin-right: 0;
    }

    .shadow-blk {
        box-shadow: 0 0 15px rgba(49, 54, 56, 0.2);
        -webkit-box-shadow: 0 0 15px rgba(49, 54, 56, 0.2);
        -moz-box-shadow: 0 0 15px rgba(49, 54, 56, 0.2);
    }

    a.bnr-link-wrap {
        display: flex;
        flex-wrap: wrap;
        width: 560px;
        text-decoration: none;
        border: solid 1px #313638;
        background-color: #fff;
        padding: 20px;
        margin: 0 auto;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    a.bnr-link-wrap div.pic {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }

    a.bnr-link-wrap div.txt {
        width: calc((100% - 20px) / 2);
        background-color: #313638;
    }

    a.bnr-link-wrap div.txt div.txt-wrap {
        display: table;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    a.bnr-link-wrap div.txt div.txt-wrap>div {
        display: table-cell;
        vertical-align: middle;
    }

    a.bnr-link-wrap div.txt div.txt-wrap>div p.bnr-ttl {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 200%;
        line-height: 1em;
        letter-spacing: 0.15em;
        margin-bottom: 15px;
    }

    a.bnr-link-wrap:hover {
        border-color: #D68A27;
    }

    a.bnr-link-wrap:hover img {
        opacity: 1;
    }

    a.bnr-link-wrap:hover div.txt div.txt-wrap {
        background-color: #D68A27;
    }

    div.page-kv {
        position: relative;
        height: 300px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    div.page-kv p.page-ttl {
        position: absolute;
        top: 50%;
        left: 50%;
        font-family: 'futura-pt', sans-serif;
        font-size: 300%;
        line-height: 1em;
        letter-spacing: 0.15em;
        color: #fff;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    }

    dl.ttl-txt-list dt {
        font-size: 120%;
        line-height: 1.5em;
        font-weight: bold;
        margin-bottom: 15px;
    }

    dl.ttl-txt-list dd {
        margin-bottom: 50px;
    }

    dl.ttl-txt-list dd:last-of-type {
        margin-bottom: 0;
    }

    ol.num-txt-list {
        padding-left: 1.5em;
    }

    ol.num-txt-list li {
        list-style-position: outside;
        list-style-type: decimal;
        margin-bottom: 20px;
    }

    ol.num-txt-list li:last-of-type {
        margin-bottom: 0;
    }

    table.table01 {
        width: 100%;
    }

    table.table01 tr {
        background-color: #E4ECED;
    }

    table.table01 tr:nth-of-type(2n) {
        background-color: transparent;
    }

    table.table01 tr th {
        text-align: left;
        vertical-align: top;
        white-space: nowrap;
        padding: 20px;
        padding-right: 100px;
    }

    table.table01 tr td {
        width: 100%;
        vertical-align: top;
        padding: 20px;
    }

    div.col2-wrap {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }


}


@media screen and (min-width: 768px) {
    div.col2-wrap.pic-r {
        flex-direction: row-reverse;
    }

    div.col2-wrap.pic-r div.txt {
        padding: 100px 100px 100px calc((100vw - 1200px) / 2);
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    div.col2-wrap.pic-r div.txt {
        padding: 100px 0;
    }
}

@media screen and (min-width: 768px) {
    div.col2-wrap div.bloc {
        width: calc((100% - 100px) / 2);
        margin-right: 100px;
    }

    div.col2-wrap div.bloc:nth-of-type(2n) {
        margin-right: 0;
    }

    div.col2-wrap div.bloc:nth-of-type(n+3) {
        margin-right: 50px;
    }

    div.pic-txt-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
    }

    div.pic-txt-wrap div.pic {
        width: 50%;
    }

    div.pic-txt-wrap div.txt {
        width: calc(50% - 80px);
        margin-left: 80px;
    }

    div.pic-txt-wrap.pic-r {
        flex-direction: row-reverse;
    }

    div.pic-txt-wrap.pic-r div.txt {
        margin-left: 0;
        margin-right: 80px;
    }

    div.picbg-txt-wrap {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    div.picbg-txt-wrap div.pic {
        width: 50%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    div.picbg-txt-wrap div.txt {
        width: calc(50% - 80px);
        margin-left: 80px;
    }

    div.picbg-txt-wrap.pic-r {
        flex-direction: row-reverse;
    }

    div.picbg-txt-wrap.pic-r div.txt {
        margin-left: 0;
        margin-right: 80px;
    }

    ul.news-list, ul.report-list, ul.works-list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 10px;
    }


    ul.news-list>li:nth-of-type(3n), ul.report-list>li:nth-of-type(3n), ul.works-list>li:nth-of-type(3n) {
        margin-right: 0;
    }

    ul.news-list>li:nth-of-type(n+4), ul.report-list>li:nth-of-type(n+4), ul.works-list>li:nth-of-type(n+4) {
        margin-top: 60px;
    }

    ul.news-list>li figure, ul.report-list>li figure, ul.works-list>li figure {
        position: relative;
    }

    ul.news-list>li figure div.pic, ul.report-list>li figure div.pic, ul.works-list>li figure div.pic {
        overflow: hidden;
    }

    ul.news-list>li figure div.pic div.pic-bg, ul.report-list>li figure div.pic div.pic-bg, ul.works-list>li figure div.pic div.pic-bg {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 75%;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    ul.news-list>li figure figcaption, ul.report-list>li figure figcaption, ul.works-list>li figure figcaption {
        padding: 25px 30px;
    }

    ul.news-list>li figure figcaption ul.post-cat, ul.report-list>li figure figcaption ul.post-cat, ul.works-list>li figure figcaption ul.post-cat {
        margin-bottom: 10px;
    }

    ul.news-list>li figure figcaption ul.post-cat li, ul.report-list>li figure figcaption ul.post-cat li, ul.works-list>li figure figcaption ul.post-cat li {
        float: left;
        font-size: 80%;
        line-height: 1.5em;
        color: #fff;
        background-color: #004060;
        padding: 3px 8px;
        margin-right: 2px;
        margin-bottom: 2px;
    }

    ul.news-list>li figure figcaption p.post-date, ul.report-list>li figure figcaption p.post-date, ul.works-list>li figure figcaption p.post-date {
        position: absolute;
        top: 0;
        left: 0;
        font-family: "Barlow Condensed", sans-serif;
        line-height: 1em;
        letter-spacing: 0.15em;
        background-color: #fff;
        padding: 10px 20px;
    }

    ul.news-list>li a, ul.report-list>li a, ul.works-list>li a {
        display: block;
        text-decoration: none;
        color: #313638;
    }

    ul.news-list>li a:hover figure div.pic div.pic-bg, ul.report-list>li a:hover figure div.pic div.pic-bg, ul.works-list>li a:hover figure div.pic div.pic-bg {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }


    div.cat-catalog-wrap {
        position: relative;
        margin-bottom: 80px;
    }

    div.cat-catalog-wrap:last-of-type {
        margin-bottom: 0;
    }

    ul.catalog-list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    ul.catalog-list>li {
        width: calc((100% - 200px) / 5);
        margin-right: 50px;
    }

    ul.catalog-list>li:nth-of-type(5n) {
        margin-right: 0;
    }

    ul.catalog-list>li:nth-of-type(n+6) {
        margin-top: 50px;
    }

    ul.catalog-list>li div.pic {
        overflow: hidden;
    }

    ul.catalog-list>li div.pic div.pic-bg {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 140%;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    ul.catalog-list>li div.btn-link {
        font-size: 100%;
        line-height: 1.5em;
        /*         margin-top: 20px; */
    }

    ul.catalog-list>li div.btn-link a {
        padding: 10px;
    }

    ul.sdgs-list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    ul.sdgs-list li {
        width: calc(100% / 8);
    }

    ul.sdgs-list li img {
        width: 100%;
        height: auto;
    }

    form table.form-list {
        border-collapse: separate;
        border-spacing: 0 20px;
        width: 100%;
        margin-top: -20px;
    }

    form table.form-list tr th {
        display: flex;
        align-items: flex-end;
        font-weight: normal;
        text-align: left;
        vertical-align: top;
        white-space: nowrap;
        padding-top: 5px;
        padding-right: 30px;
    }

    form table.form-list tr th.required:after {
        content: "＊";
        color: #C15911;
        margin-left: 5px;
        display: inline;
    }

    form table.form-list tr td {
        position: relative;
        width: 100%;
        vertical-align: top;
    }

    form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="password"], form input[type="search"] {
        border: none;
        border: solid 1px #CCD4D6;
        background-color: transparent;
        padding: 10px;
        outline: none;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    form input[type="search"] {
        font-family: FontAwesome;
    }

    form input[type="checkbox"] {
        margin-right: 0.5em;
    }

    form input[type="radio"] {
        margin-right: 0.5em;
    }

    form input::placeholder, form textarea::placeholder {
        color: #313638;
        filter: alpha(opacity=50);
        opacity: 0.5;
        -ms-filter: "alpha(opacity=50)";
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        zoom: 1;
    }

    form input::placeholder:-ms-input-placeholder, form textarea::placeholder:-ms-input-placeholder {
        color: #313638;
        filter: alpha(opacity=50);
        opacity: 0.5;
        -ms-filter: "alpha(opacity=50)";
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        zoom: 1;
    }

    form input::placeholder::-ms-input-placeholder, form textarea::placeholder::-ms-input-placeholder {
        color: #313638;
        filter: alpha(opacity=50);
        opacity: 0.5;
        -ms-filter: "alpha(opacity=50)";
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        zoom: 1;
    }

    form label {
        display: inline-block;
        white-space: nowrap;
        margin-right: 0.1em;
    }

    form label.label-style {
        border: solid 1px #CCD4D6;
        padding: 5px;
    }

    form label.on-style {
        background-color: #CCD4D6;
    }

    form div.select-wrap {
        position: relative;
        z-index: 1;
    }

    form div.select-wrap.flex {
        display: inline-block;
    }

    form div.select-wrap:after {
        content: "▼";
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        font-size: 15px;
        line-height: 1em;
        text-align: center;
        color: #FFF;
        background-color: #CCD4D6;
        padding: 14px 0;
        z-index: -1;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    form select {
        position: relative;
        height: 40px;
        color: #313638;
        border: none;
        border: solid 1px #CCD4D6;
        border-radius: 0;
        background-color: transparent;
        outline: none;
        outline-offset: inherit;
        padding-left: 10px;
        padding-right: 50px;
        -webkit-appearance: none;
    }

    form textarea {
        width: 100%;
        height: 150px;
        vertical-align: top;
        border: none;
        border: solid 1px #CCD4D6;
        background-color: transparent;
        padding: 10px;
        padding-top: 5px;
        outline: none;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    form p.count {
        position: absolute;
        top: -2em;
        right: 0;
    }

    form button[type=button], form button[type=reset], form button[type=submit], form input[type=button], form input[type=reset], form input[type=submit] {
        font-size: 110%;
        line-height: 1.5em;
        font-weight: bold;
        letter-spacing: 0.1em;
        border: none;
        padding: 10px 20px;
        outline: none;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    form button[type=button], form button[type=reset], form input[type=button], form input[type=reset] {
        display: inline-block;
        color: #D68A27;
        border: solid 1px #D68A27;
        background-color: transparent;
    }

    form button[type=button]:hover, form button[type=reset]:hover, form input[type=button]:hover, form input[type=reset]:hover {
        color: #fff;
        background-color: #D68A27;
    }

    form button[type=submit], form input[type=submit] {
        display: inline-block;
        color: #D68A27;
        border: solid 1px #D68A27;
        background-color: transparent;
    }

    form button[type=submit]:hover, form input[type=submit]:hover {
        color: #fff;
        background-color: #D68A27;
    }

    form button.fix, form input.fix, form select.fix {
        width: 300px;
    }

    form button.fit, form input.fit, form select.fit {
        width: 100%;
    }

    .g-recaptcha {
        text-align: center;
    }

    .g-recaptcha>div {
        display: inline-block;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background-color: rgba(255, 255, 255, 0.6);
        z-index: 1000;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    header h1 {
        position: absolute;
        top: 50%;
        left: 30px;
        z-index: 2001;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
    }

    header h1 svg.logo {
        display: block;
        width: 247px;
        height: 59px;
        fill: #004060;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    header h1 a:hover svg.logo {
        opacity: 0.7;
    }

    header div.navi-btn {
        display: none;
    }

    header nav {
        position: absolute;
        top: calc(50% + 0.1em);
        right: 210px;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
    }

    header nav div.navi-wrap ul.gnavi {
        display: table;
    }

    header nav div.navi-wrap ul.gnavi>li {
        position: relative;
        display: table-cell;
        font-size: 15px;
        line-height: 1em;
        font-weight: bold;
        vertical-align: top;
        text-align: center;
        white-space: nowrap;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    header nav div.navi-wrap ul.gnavi>li>a, header nav div.navi-wrap ul.gnavi>li>form a {
        position: relative;
        display: block;
        text-decoration: none;
        color: #004060;
        padding: 10px;
        cursor: pointer;
        overflow: hidden;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    header nav div.navi-wrap ul.gnavi>li>a:hover, header nav div.navi-wrap ul.gnavi>li>form a:hover {
        opacity: 0.7;
    }

    header nav div.navi-wrap ul.gnavi>li ul.sub-menu {
        position: absolute;
        background-color: #004060;
        padding: 15px;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    header nav div.navi-wrap ul.gnavi>li ul.sub-menu li {
        font-size: 80%;
        line-height: 1em;
        text-align: left;
    }

    header nav div.navi-wrap ul.gnavi>li ul.sub-menu li>a {
        display: block;
        text-decoration: none;
        color: #FFF;
        padding: 5px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    header nav div.navi-wrap ul.gnavi>li ul.sub-menu li>a:hover {
        opacity: 0.7;
    }

    header nav div.navi-wrap ul.gnavi>li:hover ul.sub-menu {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    header a.ec-link {
        position: absolute;
        top: 50%;
        right: 30px;
        display: block;
        font-family: 'futura-pt', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 130%;
        line-height: 1em;
        /* letter-spacing: 0.15em; */
        text-decoration: none;
        color: #004060;
        z-index: 2001;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    header a.ec-link:hover {
        opacity: 0.7;
    }

    body.page-top header {
        background-color: transparent;
    }

    body.page-top header h1 svg.logo {
        fill: #fff;
    }

    body.page-top header nav div.navi-wrap ul.gnavi>li>a, body.page-top header nav div.navi-wrap ul.gnavi>li>form a {
        color: #fff;
    }

    body.page-top header a.ec-link {
        color: #fff;
    }

    footer div.page-end {
        color: #FFF;
        background-color: #313638;
        padding: 25px 0;
    }

    footer div.page-end nav {
        float: left;
        width: 50%;
    }

    footer div.page-end nav ul {
        text-align: center;
    }

    footer div.page-end nav ul li {
        float: left;
        font-size: 80%;
        line-height: 1em;
        border-right: solid 1px #fff;
        padding-right: 10px;
        margin-right: 10px;
        margin-top: 5px;
    }

    footer div.page-end nav ul li:last-of-type {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }

    footer div.page-end nav ul li a {
        text-decoration: none;
        color: #FFF;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    footer div.page-end nav ul li a:hover {
        color: #D68A27;
    }

    footer div.page-end p.copyright {
        float: right;
        font-size: 80%;
        line-height: 1.5em;
        letter-spacing: 0.05em;
        font-weight: 300;
    }

    div.sld-area {
        position: relative;
    }

    div.sld-area svg.logo {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 220px;
        height: 223px;
        fill: #fff;
        z-index: 1;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    }

    div.sld-area svg.scroll {
        position: absolute;
        bottom: 40px;
        left: 50%;
        display: block;
        width: 45px;
        height: 80px;
        fill: #fff;
        z-index: 1;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    div.sld-area a:hover svg.scroll {
        opacity: 0.7;
    }

    div.sld-area ul.top-sld li {
        height: 700px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    article#home section#link-sec ul.link-list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    article#home section#link-sec ul.link-list li {
        width: calc((100% - 100px) / 2);
        margin-right: 100px;
    }

    article#home section#link-sec ul.link-list li:nth-of-type(2n) {
        margin-right: 0;
    }

    article#home section#link-sec ul.link-list li:nth-of-type(n+3) {
        margin-top: 30px;
    }

    article#home section#link-sec ul.link-list li div.pic-bg {
        position: relative;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 50%;
    }

    article#home section#link-sec ul.link-list li div.pic-bg p.h1 {
        position: absolute;
        top: 50%;
        right: 50px;
        margin-bottom: 0;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
    }

    article#home section#link-sec ul.link-list li a {
        display: block;
        text-decoration: none;
        color: #313638;
    }

    article#home section#link-sec ul.link-list li a:hover p.h1 {
        color: #D68A27;
    }

    article#home section#link-sec ul.link-list li a:hover p.h1 span.en:before {
        background-color: #D68A27;
    }

    article#home section#link-sec ul.link-list li a:hover p.h1 span.ja {
        color: #D68A27;
    }

    article#home section#bnr-sec {
        padding: 50px 0;
    }

    article#home section#bnr-sec ul.bnr-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    article#home section#bnr-sec ul.bnr-list>li {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
    }

    article#home section#bnr-sec ul.bnr-list>li:nth-of-type(4n) {
        margin-right: 0;
    }

    article#home section#bnr-sec ul.bnr-list>li:nth-of-type(n+5) {
        margin-top: 20px;
    }

    article#company section#greeting-sec div.pic-txt-wrap {
        align-items: flex-start;
    }

    article#company section#greeting-sec div.pic-txt-wrap div.pic {
        width: 22.5%;
    }

    article#company section#greeting-sec div.pic-txt-wrap div.txt {
        width: calc(77.5% - 80px);
        margin-left: 80px;
    }

    article#company section#philosophy-sec div.copy-area {
        background-image: url(../img/company/img_philosophy_copy_bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 150px 0;
    }

    article#company section#philosophy-sec div.col2-wrap div.txt {
        position: relative;
    }

    article#company section#philosophy-sec div.col2-wrap div.txt ol.vision-list {
        width: calc(100% + 400px);
        background-color: #fff;
        padding: 50px;
        margin-left: -350px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    article#company section#philosophy-sec div.col2-wrap div.txt ol.vision-list li {
        position: relative;
        padding-left: 4em;
        margin-bottom: 20px;
    }

    article#company section#philosophy-sec div.col2-wrap div.txt ol.vision-list li:last-of-type {
        margin-bottom: 0;
    }

    article#company section#philosophy-sec div.col2-wrap div.txt ol.vision-list li span.num {
        position: absolute;
        top: 0;
        left: 0;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 150%;
        line-height: 1em;
        letter-spacing: 0.15em;
        color: #004060;
    }

    article#company section#philosophy-sec table.value-table {
        border-collapse: separate;
        border-spacing: 0 30px;
        width: 100%;
        margin-top: -30px;
    }

    article#company section#philosophy-sec table.value-table tr th {
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        color: #fff;
        background-color: #5B5B66;
        padding: 30px 100px;
    }

    article#company section#philosophy-sec table.value-table tr th p.en {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 150%;
        line-height: 1em;
        letter-spacing: 0.15em;
        margin-bottom: 5px;
    }

    article#company section#philosophy-sec table.value-table tr th p.ja {
        font-weight: normal;

    }

    article#company section#philosophy-sec table.value-table tr td {
        vertical-align: middle;
        border: solid 1px #004060;
        border-left: none;
        padding: 30px 50px;
    }

    article#company section#profile-sec table.prof-table tr {
        border-bottom: solid 1px #CCD4D6;
    }

    article#company section#profile-sec table.prof-table tr th {
        font-weight: normal;
        text-align: left;
        vertical-align: top;
        white-space: nowrap;
        padding: 20px 0;
        padding-right: 50px;
    }

    article#company section#profile-sec table.prof-table tr td {
        width: 100%;
        vertical-align: top;
        padding: 20px 0;
    }

    article#company section#profile-sec table.prof-table tr:first-of-type th, article#company section#profile-sec table.prof-table tr:first-of-type td {
        padding-top: 0;
    }

    article#company section#profile-sec div.gmap-wrap {
        position: relative;
        width: 100%;
        padding-top: 60%;
    }

    article#company section#profile-sec div.gmap-wrap iframe.gmap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    article#postlist section#postlist-sec div.cat-list-area {
        background-color: #E5E3E3;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    article#postlist section#postlist-sec div.cat-list-area ul.cat-list li {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    article#postlist section#postlist-sec div.cat-list-area ul.cat-list li a {
        display: block;
        font-size: 90%;
        line-height: 1.5em;
        text-decoration: none;
        color: #313638;
        background-color: transparent;
        border: solid 1px #313638;
        padding: 10px 15px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    article#postlist section#postlist-sec div.cat-list-area ul.cat-list li a:hover {
        color: #fff;
        background-color: #313638;
    }

    article#postlist section#postlist-sec div.cat-list-area ul.cat-list li.current a {
        color: #fff;
        background-color: #313638;
        cursor: default;
    }

    article#postdtl section#postdtl-sec div.dtl-wrap {
        position: relative;
    }

    article#postdtl section#postdtl-sec ul.post-cat-list {
        position: absolute;
        top: 2px;
        left: 150px;
    }

    article#postdtl section#postdtl-sec ul.post-cat-list li {
        float: left;
        margin-right: 1px;
        margin-bottom: 1px;
    }

    article#postdtl section#postdtl-sec ul.post-cat-list li a {
        display: block;
        font-size: 70%;
        line-height: 1.5em;
        text-decoration: none;
        color: #313638;
        border: solid 1px #313638;
        padding: 2px 5px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    article#postdtl section#postdtl-sec ul.post-cat-list li a:hover {
        color: #FFF;
        background-color: #313638;
    }

    article#postdtl section#postdtl-sec p.post-date {
        margin-bottom: 5px;
    }

    article#postdtl section#postdtl-sec p.post-ttl {
        font-size: 180%;
        line-height: 1.5em;
        font-weight: bold;
        border-bottom: solid 5px #313638;
        padding-bottom: 25px;
        margin-bottom: 40px;
    }

    article#postdtl section#postdtl-sec ul.post-cat {
        margin-top: -20px;
        margin-bottom: 35px;
    }

    article#postdtl section#postdtl-sec ul.post-cat li {
        float: left;
        font-size: 80%;
        line-height: 1.5em;
        margin-right: 2px;
        margin-bottom: 2px;
    }

    article#postdtl section#postdtl-sec ul.post-cat li a {
        display: block;
        text-decoration: none;
        color: #fff;
        border: solid 1px #004060;
        background-color: #004060;
        padding: 3px 8px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    article#postdtl section#postdtl-sec ul.post-cat li a:hover {
        color: #004060;
        background-color: transparent;
    }

    div.item-layout div.column2-wrap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        width: 100%;
    }

    div.item-layout div.column2-wrap article#postlist.item {
        width: calc(100% - 320px);
    }

    div.item-layout div.column2-wrap article#postlist.item section#postlist-sec ul.item-list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    div.item-layout div.column2-wrap article#postlist.item section#postlist-sec ul.item-list>li {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
    }

    div.item-layout div.column2-wrap article#postlist.item section#postlist-sec ul.item-list>li:nth-of-type(3n) {
        margin-right: 0;
    }

    div.item-layout div.column2-wrap article#postlist.item section#postlist-sec ul.item-list>li:nth-of-type(n+4) {
        margin-top: 50px;
    }

    div.item-layout div.column2-wrap article#postlist.item section#postlist-sec ul.item-list>li figure div.pic {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
    }

    div.item-layout div.column2-wrap article#postlist.item section#postlist-sec ul.item-list>li figure div.pic div.bgpic {
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 66.66%;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    div.item-layout div.column2-wrap article#postlist.item section#postlist-sec ul.item-list>li figure figcaption p.item-ttl {
        font-size: 110%;
        line-height: 1.5em;
        font-weight: bold;
    }

    div.item-layout div.column2-wrap article#postlist.item section#postlist-sec ul.item-list>li a {
        display: block;
        text-decoration: none;
        color: #313638;
    }

    div.item-layout div.column2-wrap article#postlist.item section#postlist-sec ul.item-list>li a:hover figure div.pic div.bgpic {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }

    div.item-layout div.column2-wrap article#postdtl.item {
        width: calc(100% - 320px);
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec div.cat-list-wrap {
        margin-bottom: 20px;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec div.cat-list-wrap>div {
        font-size: 90%;
        line-height: 1.5em;
        margin-bottom: 5px;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec div.cat-list-wrap>div:last-of-type {
        margin-bottom: 0;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec div.cat-list-wrap>div a {
        color: #313638;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec figure.products-dtl-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 100%;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec figure.products-dtl-wrap div.pic {
        width: 50%;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec figure.products-dtl-wrap div.pic ul.product-sld li.slick-slide {
        outline: none;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec figure.products-dtl-wrap div.pic ul.product-sld li.slick-slide a {
        display: block;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec figure.products-dtl-wrap div.pic ul.product-sld-thumb {
        margin-top: 10px;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec figure.products-dtl-wrap div.pic ul.product-sld-thumb div.slick-track {
        display: flex;
        flex-wrap: wrap;
        width: 100% !important;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec figure.products-dtl-wrap div.pic ul.product-sld-thumb li.slick-slide {
        width: calc((100% - 40px) / 5) !important;
        outline: none;
        margin-right: 10px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec figure.products-dtl-wrap div.pic ul.product-sld-thumb li.slick-slide:nth-of-type(5n) {
        margin-right: 0;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec figure.products-dtl-wrap div.pic ul.product-sld-thumb li.slick-slide.slick-current {
        opacity: 0.5;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec figure.products-dtl-wrap div.pic div.bg-pic {
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 66.66%;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec figure.products-dtl-wrap figcaption {
        width: 50%;
        padding-left: 30px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec figure.products-dtl-wrap figcaption p.product-code {
        font-size: 90%;
        line-height: 1.5em;
        background-color: #5B5B66;
        color: #fff;
        padding: 5px 10px;
        margin-bottom: 15px;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec figure.products-dtl-wrap figcaption p.product-ttl {
        font-size: 150%;
        line-height: 1.5em;
        font-weight: bold;
        margin-bottom: 20px;
    }

    div.item-layout div.column2-wrap aside {
        width: 270px;
        margin-right: 50px;
    }

    div.item-layout div.column2-wrap aside section {
        margin-bottom: 50px;
    }

    div.item-layout div.column2-wrap aside section:last-of-type {
        margin-bottom: 0;
    }

    div.item-layout div.column2-wrap aside section h1 {
        font-size: 100%;
        line-height: 1.5em;
        font-weight: bold;
        border-left: solid 3px #313638;
        padding-left: 15px;
        margin-bottom: 30px;
    }


    div.item-layout div.column2-wrap aside section h1 span.ja {
        display: block;
        color: #313638;
    }

    div.item-layout div.column2-wrap aside section ul.cat-list {
        margin-top: -10px;
    }

    div.item-layout div.column2-wrap aside section ul.cat-list li {
        font-weight: bold;
        border-bottom: solid 1px #CCD4D6;
        padding: 8px 0;
    }

    div.item-layout div.column2-wrap aside section ul.cat-list li a {
        display: block;
        text-decoration: none;
        color: #313638;
        padding: 2px 20px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    div.item-layout div.column2-wrap aside section ul.cat-list li a:hover {
        color: #D68A27;
    }

    div.item-layout div.column2-wrap aside section ul.cat-list li ul.cat-list {
        padding-left: 15px;
        margin-top: 0;
    }

    div.item-layout div.column2-wrap aside section ul.cat-list li ul.cat-list li {
        font-weight: normal;
        border-bottom: none;
        padding: 0;
    }

    body.ec .attention {
        font-size: 90%;
        line-height: 1.5em;
        color: #C15911;
    }

    body.ec article section {
        margin-bottom: 80px;
    }

    body.ec article section:last-of-type {
        margin-bottom: 0;
    }

    body.ec div.column2-wrap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        width: 100%;
    }

    body.ec div.column2-wrap article {
        width: calc(100% - 320px);
    }

    body.ec div.column2-wrap aside {
        width: 270px;
        margin-right: 50px;
    }

    body.ec div.column2-wrap aside section {
        margin-bottom: 50px;
    }

    body.ec div.column2-wrap aside section:last-of-type {
        margin-bottom: 0;
    }

    body.ec div.column2-wrap aside section h1 {
        font-size: 100%;
        line-height: 1.5em;
        font-weight: bold;
        border-left: solid 3px #313638;
        padding-left: 15px;
        margin-bottom: 30px;
    }

    body.ec div.column2-wrap aside section h1 span.en {
        position: relative;
        display: block;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 200%;
        line-height: 1em;
        letter-spacing: 0.15em;
        margin-bottom: 5px;
    }

    body.ec div.column2-wrap aside section h1 span.ja {
        display: block;
        color: #97A7AA;
    }

    body.ec ul.products-list01 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    body.ec ul.products-list01>li {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
    }

    body.ec ul.products-list01>li:nth-of-type(3n) {
        margin-right: 0;
    }

    body.ec ul.products-list01>li:nth-of-type(n+4) {
        margin-top: 50px;
    }

    body.ec ul.products-list01>li figure div.pic {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
    }

    body.ec ul.products-list01>li figure div.pic div.bg-pic {
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 66.66%;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    body.ec ul.products-list01>li figure div.pic ul.status-list {
        position: absolute;
        top: 0;
        left: 0;
    }

    body.ec ul.products-list01>li figure div.pic ul.status-list li {
        float: left;
        font-size: 80%;
        line-height: 1em;
        white-space: nowrap;
        color: #fff;
        background-color: #004060;
        padding: 5px 10px;
        margin-left: 1px;
        margin-bottom: 1px;
    }

    body.ec ul.products-list01>li figure figcaption p.product-ttl {
        font-size: 110%;
        line-height: 1.5em;
        font-weight: bold;
    }

    body.ec ul.products-list01>li figure figcaption p.product-price1 {
        font-size: 90%;
        line-height: 1.5em;
        font-weight: bold;
        color: #004060;
        margin-top: 5px;
    }

    body.ec ul.products-list01>li figure figcaption p.product-txt {
        margin-top: 5px;
    }

    body.ec ul.products-list01>li a {
        display: block;
        text-decoration: none;
        color: #313638;
    }

    body.ec ul.products-list01>li a:hover figure div.pic div.bg-pic {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }

    body.ec table.info-list {
        width: 100%;
    }

    body.ec table.info-list tr {
        border-bottom: solid 1px #CCD4D6;
    }

    body.ec table.info-list tr th {
        text-align: left;
        vertical-align: top;
        white-space: nowrap;
        padding: 20px 30px;
        padding-right: 80px;
    }

    body.ec table.info-list tr td {
        width: 100%;
        vertical-align: top;
        padding: 20px 30px;
    }

    body.ec table.cart-product-list {
        width: 100%;
    }

    body.ec table.cart-product-list tr.product-wrap {
        border-top: solid 1px #CCD4D6;
    }

    body.ec table.cart-product-list tr.product-total {
        text-align: right;
        white-space: nowrap;
    }

    body.ec table.cart-product-list tr th {
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        border: solid 1px #313638;
        padding: 20px 30px;
    }

    body.ec table.cart-product-list tr th.sp-ttl {
        display: none;
    }

    body.ec table.cart-product-list tr td {
        border: solid 1px #313638;
        padding: 20px;
    }

    body.ec table.cart-product-list tr td.product-delete {
        text-align: center;
    }

    body.ec table.cart-product-list tr td.product-code {
        text-align: center;
        white-space: nowrap;
    }

    body.ec table.cart-product-list tr td.product-img {
        text-align: center;
    }

    body.ec table.cart-product-list tr td.product-img div.pic {
        width: 120px;
        height: 120px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    body.ec table.cart-product-list tr td.product-name {
        width: 100%;
    }

    body.ec table.cart-product-list tr td.product-type {
        text-align: center;
    }

    body.ec table.cart-product-list tr td.product-price1 {
        text-align: right;
        white-space: nowrap;
    }

    body.ec table.cart-product-list tr td.product-num {
        position: relative;
        text-align: center;
    }

    body.ec table.cart-product-list tr td.product-num ul.quantity {
        text-align: center;
    }

    body.ec table.cart-product-list tr td.product-num ul.quantity li {
        display: inline-block;
    }

    body.ec table.cart-product-list tr td.product-price2 {
        text-align: right;
        white-space: nowrap;
    }

    body.ec table.cart-product-list.history {
        table-layout: fixed;
    }

    body.ec table.cart-product-list.history tr td.product-date {
        text-align: center;
    }

    body.ec table.cart-product-list.history tr td.product-payment {
        text-align: center;
    }

    body.ec table.cart-product-list.history tr td.product-price3 {
        text-align: center;
    }

    body.ec table.cart-product-list.history tr td.product-situation {
        text-align: center;
    }

    body.ec table.cart-product-list.history tr td.product-dtl {
        text-align: center;
    }

    body.ec table.cart-product-list.mail tr td.mail-date {
        text-align: center;
    }

    body.ec table.cart-product-list.mail tr td.mail-notice {
        text-align: center;
    }

    body.ec table.deli-add-list {
        width: 100%;
    }

    body.ec table.deli-add-list tr th {
        font-weight: normal;
        text-align: center;
        border: solid 1px #313638;
        padding: 20px 30px;
    }

    body.ec table.deli-add-list tr th.sp-ttl {
        display: none;
    }

    body.ec table.deli-add-list tr td {
        border: solid 1px #313638;
        padding: 20px 30px;
    }

    body.ec table.deli-add-list tr td.add-select {
        text-align: center;
    }

    body.ec table.deli-add-list tr td.add-num {
        text-align: center;
    }

    body.ec table.deli-add-list tr td.add-type {
        text-align: center;
    }

    body.ec table.deli-add-list tr td.add-change {
        text-align: center;
    }

    body.ec table.deli-add-list tr td.add-delete {
        text-align: center;
    }

    body.ec table.deli-add-list tr td label {
        margin-bottom: 0;
    }

    body.ec div.login-wrap, body.ec div.forgot-wrap, body.ec div.settlement-wrap {
        border: solid 1px #313638;
        padding: 30px 50px;
    }

    body.ec section#ec-search-sec form#search_form div.select-wrap {
        background-color: #E4ECED;
    }

    body.ec section#ec-search-sec form#search_form div.select-wrap:after {
        background-color: #D68A27;
    }

    body.ec section#ec-search-sec form#search_form div.select-wrap select {
        border: none;
    }

    body.ec section#ec-search-sec form#search_form input[type="text"] {
        border: none;
        background-color: #E4ECED;
    }

    body.ec section#ec-cat-sec ul.cat-list {
        margin-top: -10px;
    }

    body.ec section#ec-cat-sec ul.cat-list li {
        font-weight: bold;
        border-bottom: solid 1px #CCD4D6;
        padding: 8px 0;
    }

    body.ec section#ec-cat-sec ul.cat-list li a {
        display: block;
        text-decoration: none;
        color: #313638;
        padding: 2px 20px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    body.ec section#ec-cat-sec ul.cat-list li a:hover {
        color: #D68A27;
    }

    body.ec section#ec-cat-sec ul.cat-list li ul.cat-list {
        padding-left: 15px;
        margin-top: 0;
    }

    body.ec section#ec-cat-sec ul.cat-list li ul.cat-list li {
        font-weight: normal;
        border-bottom: none;
        padding: 0;
    }

    body.ec div.ec-sld-area {
        background-color: rgba(49, 54, 56, 0.6);
        padding: 100px 0;
    }

    body.ec div.ec-sld-area ul.ec-top-sld li>div {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 37.5%;
    }

    body.ec article#ec-home section#news-sec ul.news-list2 li {
        margin-bottom: 30px;
    }

    body.ec article#ec-home section#news-sec ul.news-list2 li:last-of-type {
        margin-bottom: 0;
    }

    body.ec article#ec-home section#news-sec ul.news-list2 li dl.post-wrap dt {
        position: relative;
        padding: 20px 30px;
        border-bottom: solid 1px #313638;
    }

    body.ec article#ec-home section#news-sec ul.news-list2 li dl.post-wrap dt p.post-date {
        position: absolute;
        top: 20px;
        left: 30px;
        width: 100px;
        font-family: "Barlow Condensed", sans-serif;
        line-height: 1em;
        letter-spacing: 0.15em;
        text-align: center;
        color: #fff;
        background-color: #004060;
        padding: 5px;
    }

    body.ec article#ec-home section#news-sec ul.news-list2 li dl.post-wrap dt p.post-ttl {
        font-size: 120%;
        line-height: 1.5em;
        font-weight: bold;
        padding-left: 130px;
    }

    body.ec article#ec-home section#news-sec ul.news-list2 li dl.post-wrap dd {
        padding: 20px 30px;
    }

    body.ec article#ec-products-list section#products-list-sec ul.pagecond-area {
        background-color: #E4ECED;
        padding: 15px 20px;
    }

    body.ec article#ec-products-list section#products-list-sec div.result-navi-wrap {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }

    body.ec article#ec-products-list section#products-list-sec div.result-navi-wrap div.pagenumber-area {
        white-space: nowrap;
    }

    body.ec article#ec-products-list section#products-list-sec div.result-navi-wrap div.pagenumber-area div.change {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    body.ec article#ec-products-list section#products-list-sec div.result-navi-wrap div.pagenumber-area div.change a {
        position: relative;
        text-decoration: none;
        color: #313638;
        margin-right: 20px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    body.ec article#ec-products-list section#products-list-sec div.result-navi-wrap div.pagenumber-area div.change a:after {
        content: "";
        position: absolute;
        top: 50%;
        right: -10px;
        display: block;
        width: 1px;
        height: 12px;
        background-color: #313638;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
    }

    body.ec article#ec-products-list section#products-list-sec div.result-navi-wrap div.pagenumber-area div.change a:hover {
        color: #D68A27;
    }

    body.ec article#ec-products-list section#products-list-sec div.result-navi-wrap div.pagenumber-area div.select-wrap {
        background-color: #E4ECED;
        margin-left: 10px;
    }

    body.ec article#ec-products-list section#products-list-sec div.result-navi-wrap div.pagenumber-area div.select-wrap:after {
        background-color: #D68A27;
    }

    body.ec article#ec-products-list section#products-list-sec div.result-navi-wrap div.pagenumber-area div.select-wrap select {
        border: none;
    }

    body.ec article#ec-products-list section#products-list-sec #page_navi_bottom {
        width: 100%;
    }

    body.ec article#ec-products-list section#products-list-sec ul.post-pagination {
        margin: 0 auto;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec div.cat-list-wrap {
        margin-bottom: 20px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec div.cat-list-wrap>div {
        font-size: 90%;
        line-height: 1.5em;
        margin-bottom: 5px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec div.cat-list-wrap>div:last-of-type {
        margin-bottom: 0;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec div.cat-list-wrap>div a {
        color: #313638;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 100%;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap div.pic {
        width: 50%;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap div.pic ul.product-sld li.slick-slide {
        outline: none;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap div.pic ul.product-sld li.slick-slide a {
        display: block;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap div.pic ul.product-sld-thumb {
        margin-top: 10px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap div.pic ul.product-sld-thumb div.slick-track {
        display: flex;
        flex-wrap: wrap;
        width: 100% !important;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap div.pic ul.product-sld-thumb li.slick-slide {
        width: calc((100% - 40px) / 5) !important;
        outline: none;
        margin-right: 10px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap div.pic ul.product-sld-thumb li.slick-slide:nth-of-type(5n) {
        margin-right: 0;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap div.pic ul.product-sld-thumb li.slick-slide.slick-current {
        opacity: 0.5;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap div.pic div.bg-pic {
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 66.66%;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption {
        width: 50%;
        padding-left: 30px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption ul.status-list {
        margin-bottom: 10px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption ul.status-list li {
        float: left;
        font-size: 80%;
        line-height: 1em;
        white-space: nowrap;
        color: #fff;
        background-color: #004060;
        padding: 5px 10px;
        margin-left: 1px;
        margin-bottom: 1px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption p.product-code {
        font-size: 90%;
        line-height: 1.5em;
        background-color: #E4ECED;
        padding: 5px 10px;
        margin-bottom: 15px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption p.product-ttl {
        font-size: 150%;
        line-height: 1.5em;
        font-weight: bold;
        margin-bottom: 20px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption div.price-wrap {
        border-bottom: solid 1px #CCD4D6;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption p.product-price1 {
        font-size: 100%;
        line-height: 1.5em;
        font-weight: bold;
        text-align: right;
        color: #004060;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption p.product-price2 {
        font-size: 80%;
        line-height: 1.5em;
        font-weight: bold;
        text-align: right;
        color: #313638;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption div.maker-wrap {
        border-bottom: solid 1px #CCD4D6;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption p.product-txt {
        font-size: 90%;
        line-height: 1.8em;
        margin-bottom: 30px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption div.kikaku-wrap {
        margin-bottom: 10px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption div.kikaku-wrap div.kikaku {
        margin-bottom: 10px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption div.kikaku-wrap div.kikaku:last-of-type {
        margin-bottom: 0;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption dl.quantity {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption dl.quantity dt {
        margin-right: 10px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption dl.quantity dd {
        width: 70px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption dl.quantity dd input {
        text-align: center;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption div.cartin {
        margin-top: 30px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption div.favorite-btn-area {
        margin-top: 10px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec ul.sub-area {
        margin-top: 80px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec ul.sub-area li {
        border-bottom: solid 1px #313638;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec ul.sub-area li:last-of-type {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec ul.sub-area li figure {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 100%;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec ul.sub-area li figure div.pic {
        width: 30%;
        overflow: hidden;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec ul.sub-area li figure div.pic div.bg-pic {
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 66.66%;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec ul.sub-area li figure figcaption {
        width: 70%;
        padding-left: 30px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec ul.sub-area li figure figcaption p.sub-ttl {
        font-size: 120%;
        line-height: 1.5em;
        font-weight: bold;
        margin-bottom: 10px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec ul.sub-area li figure figcaption p.sub-txt {
        font-size: 90%;
        line-height: 1.8em;
    }

    body.ec article#ec-cart section#cart-sec form.cart-form {
        margin-bottom: 50px;
    }

    body.ec article#ec-cart section#cart-sec form.cart-form:last-of-type {
        margin-bottom: 0;
    }

    body.ec article#ec-cart section#cart-sec div.point-txt {
        border: solid 1px #7390A8;
        padding: 20px;
    }

    body.ec article#ec-shopping section#multi-sec select.add-select {
        width: 300px;
    }

    body.ec article#ec-shopping section#payment-sec div.time-area ul.time-list li {
        margin-bottom: 10px;
    }

    body.ec article#ec-shopping section#payment-sec div.time-area ul.time-list li:last-of-type {
        margin-bottom: 0;
    }

    body.ec article#ec-shopping section#settlement-sec ul.payment-btn-2-2 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    body.ec article#ec-shopping section#settlement-sec ul.payment-btn-2-2 li {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    body.ec article#ec-shopping section#settlement-sec ul.payment-btn-2-2 li:last-of-type {
        margin-right: 0;
    }

    body.ec article#ec-shopping section#settlement-sec ul.payment-btn-2-2 li img, body.ec article#ec-shopping section#settlement-sec ul.payment-btn-2-2 li input[type="image"] {
        width: 100%;
        height: auto;
        outline: none;
    }

    body.ec article#ec-entry section#kiyaku-sec textarea.kiyaku_text {
        font-size: 90%;
        line-height: 1.8em;
    }

    body.ec article#ec-mypage ul.mynavi-list {
        display: table;
        table-layout: fixed;
        border-collapse: collapse;
        width: 100%;
    }

    body.ec article#ec-mypage ul.mynavi-list li {
        display: table-cell;
        text-align: center;
        border: solid 1px #313638;
    }

    body.ec article#ec-mypage ul.mynavi-list li a {
        display: block;
        text-decoration: none;
        color: #313638;
        padding: 10px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    body.ec article#ec-mypage ul.mynavi-list li a:hover {
        color: #fff;
        background-color: #313638;
    }

    body.ec article#ec-mypage ul.mynavi-list li a.selected {
        color: #fff;
        background-color: #313638;
    }

    body.ec article#ec-privacy section#privacy-sec div.info-wrap {
        text-align: right;
    }

    body.ec article#ec-privacy section#privacy-sec div.info-wrap p.info-person {
        margin-bottom: 10px;
    }

    body.ec article#ec-privacy section#privacy-sec div.info-wrap p.info-add {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .fc-wht {
        color: #fff;
    }

    .fc-gry {
        color: #97A7AA;
    }

    article section h1, article section p.h1 {
        font-size: 100%;
        line-height: 1.5em;
        text-align: center;
        margin-bottom: 30px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }


    article section h1 span.ja, article section p.h1 span.ja {
        display: block;
        color: #000;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        margin-top: 10px;
    }

    article section h1.type2 {
        font-size: 100%;
        line-height: 1.5em;
        font-weight: bold;
        text-align: left;
        border-bottom: solid 5px #313638;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }



    article section h1.type2 span.ja {
        display: block;
        color: #313638;
    }

    article section h1.type3 {
        position: relative;
        font-size: 150%;
        line-height: 1.5em;
        font-weight: bold;
        text-align: center;
        margin-bottom: 60px;
    }

    article section h1.type3:before {
        content: "";
        position: absolute;
        bottom: -25px;
        left: 50%;
        display: block;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background-color: #313638;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
    }

    article section h2 {
        font-size: 100%;
        line-height: 1.5em;
        margin-bottom: 50px;
        overflow: hidden;
    }

    article section h2 span.en {
        position: relative;
        display: inline-block;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 300%;
        line-height: 1em;
        letter-spacing: 0.15em;
        color: #CCD4D6;
        padding-right: 0.5em;
        margin-bottom: 10px;
    }

    article section h2 span.en:after {
        content: "";
        position: absolute;
        top: 50%;
        height: 1px;
        border-top: solid 1px #313638;
        width: 100vw;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
    }

    article section h2 span.en:after {
        left: 100%;
    }

    article section h2 span.ja {
        display: block;
    }

    article section h3 {
        font-size: 150%;
        line-height: 1.5em;
        font-weight: bold;
        text-align: center;
        border-bottom: solid 1px #313638;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    article section p.style1 {
        font-size: 150%;
        line-height: 1.5em;
        font-weight: bold;
        letter-spacing: 3px;
        font-family: futura-pt, YuGothic, "Yu Gothic", Roboto, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    div.zoom-img-wrap {
        overflow: hidden;
    }

    div.zoom-img-wrap div.zoom-img {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    div.zoom-img-wrap div.zoom-img:active {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
    }

    .btn-link {
        font-size: 110%;
        line-height: 1.5em;
        font-weight: bold;
        text-align: center;
    }

    .btn-link a {
        display: block;
        width: 100%;
        text-decoration: none;
        color: #D68A27;
        border: solid 1px #D68A27;
        background-color: #FFF;
        padding: 10px 20px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .btn-link a:active {
        color: #fff;
        background-color: #D68A27;
    }

    .btn-link.nonflex {
        display: inline-block;
    }

    .btn-link.active a {
        color: #fff;
        background-color: #D68A27;
        cursor: default;
    }

    ul.btn-2-1 li {
        margin-bottom: 10px;
    }

    ul.btn-2-1 li:last-of-type {
        margin-bottom: 0;
    }

    ul.btn-2-2 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    ul.btn-2-2 li {
        width: calc(50% - 5px);
        margin-right: 10px;
    }

    ul.btn-2-2 li:last-of-type {
        margin-right: 0;
    }

    .shadow-blk {
        box-shadow: 0 0 15px rgba(49, 54, 56, 0.2);
        -webkit-box-shadow: 0 0 15px rgba(49, 54, 56, 0.2);
        -moz-box-shadow: 0 0 15px rgba(49, 54, 56, 0.2);
    }

    a.bnr-link-wrap {
        display: block;
        text-decoration: none;
        border: solid 1px #313638;
        background-color: #fff;
        padding: 20px;
        margin: 0 auto;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    a.bnr-link-wrap div.pic {
        margin-bottom: 20px;
    }

    a.bnr-link-wrap div.txt {
        background-color: #313638;
    }

    a.bnr-link-wrap div.txt div.txt-wrap {
        display: table;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff;
        padding: 20px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    a.bnr-link-wrap div.txt div.txt-wrap>div p.bnr-ttl {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 200%;
        line-height: 1em;
        letter-spacing: 0.15em;
        margin-bottom: 15px;
    }

    a.bnr-link-wrap:active {
        border-color: #D68A27;
    }

    a.bnr-link-wrap:active img {
        opacity: 1;
    }

    a.bnr-link-wrap:active div.txt div.txt-wrap {
        background-color: #D68A27;
    }

    div.page-kv {
        position: relative;
        height: 50vw;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    div.page-kv p.page-ttl {
        position: absolute;
        top: 50%;
        left: 50%;
        width: calc(100% - 40px);
        font-family: 'futura-pt', sans-serif;
        font-size: 250%;
        line-height: 1em;
        letter-spacing: 0.15em;
        text-align: center;
        color: #fff;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    }

    dl.ttl-txt-list dt {
        font-size: 120%;
        line-height: 1.5em;
        font-weight: bold;
        margin-bottom: 15px;
    }

    dl.ttl-txt-list dd {
        margin-bottom: 30px;
    }

    dl.ttl-txt-list dd:last-of-type {
        margin-bottom: 0;
    }

    ol.num-txt-list {
        padding-left: 1.5em;
    }

    ol.num-txt-list li {
        list-style-position: outside;
        list-style-type: decimal;
        margin-bottom: 20px;
    }

    ol.num-txt-list li:last-of-type {
        margin-bottom: 0;
    }

    table.table01 {
        display: block;
    }

    table.table01 tbody {
        display: block;
    }

    table.table01 tr {
        display: block;
    }

    table.table01 tr th {
        display: block;
        text-align: center;
        background-color: #E4ECED;
        padding: 10px 20px;
    }

    table.table01 tr td {
        display: block;
        padding: 20px 0;
    }

    div.col2-wrap div.txt {
        padding: 70px 0;
    }

    div.col2-wrap div.bloc {
        margin-bottom: 20px;
    }

    div.col2-wrap div.bloc:last-of-type {
        margin-bottom: 0;
    }

    div.pic-txt-wrap div.pic {
        margin-bottom: 30px;
    }

    div.picbg-txt-wrap div.pic {
        height: 75vw;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 30px;
    }


    ul.news-list>li:last-of-type, ul.report-list>li:last-of-type, ul.works-list>li:last-of-type {
        margin-bottom: 0;
    }

    ul.news-list>li figure, ul.report-list>li figure, ul.works-list>li figure {
        position: relative;
    }

    ul.news-list>li figure div.pic, ul.report-list>li figure div.pic, ul.works-list>li figure div.pic {
        overflow: hidden;
    }

    ul.news-list>li figure div.pic div.pic-bg, ul.report-list>li figure div.pic div.pic-bg, ul.works-list>li figure div.pic div.pic-bg {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 75%;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    ul.news-list>li figure figcaption, ul.report-list>li figure figcaption, ul.works-list>li figure figcaption {
        padding: 20px;
    }

    ul.news-list>li figure figcaption ul.post-cat, ul.report-list>li figure figcaption ul.post-cat, ul.works-list>li figure figcaption ul.post-cat {
        margin-bottom: 8px;
    }

    ul.news-list>li figure figcaption ul.post-cat li, ul.report-list>li figure figcaption ul.post-cat li, ul.works-list>li figure figcaption ul.post-cat li {
        float: left;
        font-size: 80%;
        line-height: 1.5em;
        color: #fff;
        background-color: #004060;
        padding: 3px 8px;
        margin-right: 2px;
        margin-bottom: 2px;
    }

    ul.news-list>li figure figcaption p.post-date, ul.report-list>li figure figcaption p.post-date, ul.works-list>li figure figcaption p.post-date {
        position: absolute;
        top: 0;
        left: 0;
        font-family: "Barlow Condensed", sans-serif;
        line-height: 1em;
        letter-spacing: 0.15em;
        background-color: #fff;
        padding: 10px 20px;
    }

    ul.news-list>li a, ul.report-list>li a, ul.works-list>li a {
        display: block;
        text-decoration: none;
        color: #313638;
    }

    ul.news-list>li a:active figure div.pic div.pic-bg, ul.report-list>li a:active figure div.pic div.pic-bg, ul.works-list>li a:active figure div.pic div.pic-bg {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }



    div.cat-catalog-wrap {
        position: relative;
        margin-bottom: 50px;
    }

    div.cat-catalog-wrap:last-of-type {
        margin-bottom: 0;
    }

    ul.catalog-list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    ul.catalog-list>li {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }

    ul.catalog-list>li:nth-of-type(2n) {
        margin-right: 0;
    }

    ul.catalog-list>li:nth-of-type(n+3) {
        margin-top: 20px;
    }

    ul.catalog-list>li div.pic {
        overflow: hidden;
    }

    ul.catalog-list>li div.pic div.pic-bg {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 140%;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    ul.catalog-list>li div.btn-link {
        font-size: 100%;
        line-height: 1.5em;
        /*         margin-top: 15px; */
    }

    ul.catalog-list>li div.btn-link a {
        padding: 10px;
    }

    ul.sdgs-list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    ul.sdgs-list li {
        width: calc(100% / 2);
    }

    form table.form-list {
        width: 100%;
        margin-bottom: 30px;
    }

    form table.form-list tr th {
        display: flex;
        align-items: flex-end;
        font-weight: normal;
        text-align: left;
        margin-bottom: 5px;
        white-space: nowrap;
    }

    form table.form-list tr th.required:after {
        content: "＊";
        color: #C15911;
        margin-left: 5px;
        display: inline;
    }

    form table.form-list tr td {
        position: relative;
        display: block;
        margin-bottom: 20px;
    }

    form table.form-list tr:last-of-type td {
        margin-bottom: 0;
    }

    form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="password"], form input[type="search"] {
        width: 100%;
        border: none;
        border: solid 1px #CCD4D6;
        background-color: transparent;
        padding: 12px 10px;
        outline: none;
        border-radius: 0;
        box-shadow: none;
        -webkit-appearance: none;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    form input[type="search"] {
        font-family: FontAwesome;
    }

    form input[type="checkbox"] {
        margin-right: 0.5em;
    }

    form input[type="radio"] {
        margin-right: 0.5em;
    }

    form input::placeholder, form textarea::placeholder {
        color: #313638;
        filter: alpha(opacity=50);
        opacity: 0.5;
        -ms-filter: "alpha(opacity=50)";
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        zoom: 1;
    }

    form input::placeholder:-ms-input-placeholder, form textarea::placeholder:-ms-input-placeholder {
        color: #313638;
        filter: alpha(opacity=50);
        opacity: 0.5;
        -ms-filter: "alpha(opacity=50)";
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        zoom: 1;
    }

    form input::placeholder::-ms-input-placeholder, form textarea::placeholder::-ms-input-placeholder {
        color: #313638;
        filter: alpha(opacity=50);
        opacity: 0.5;
        -ms-filter: "alpha(opacity=50)";
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        zoom: 1;
    }

    form label {
        display: block;
        margin-bottom: 10px;
    }

    form label.label-style {
        border: solid 1px #CCD4D6;
        padding: 10px;
    }

    form label.on-style {
        background-color: #CCD4D6;
    }

    form div.select-wrap {
        position: relative;
        z-index: 1;
    }

    form div.select-wrap:after {
        content: "▼";
        position: absolute;
        top: 0;
        right: 0;
        width: 44px;
        height: 44px;
        font-size: 15px;
        line-height: 1em;
        text-align: center;
        color: #FFF;
        background-color: #CCD4D6;
        padding: 16px 0;
        z-index: -1;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    form select {
        width: 100%;
        height: 44px;
        color: #313638;
        border: none;
        border: solid 1px #CCD4D6;
        border-radius: 0;
        background-color: transparent;
        outline: none;
        outline-offset: inherit;
        padding-left: 10px;
        padding-right: 54px;
        -webkit-appearance: none;
    }

    form textarea {
        width: 100%;
        height: 200px;
        vertical-align: top;
        border: none;
        border: solid 1px #CCD4D6;
        background-color: transparent;
        padding: 12px 10px;
        outline: none;
        border-radius: 0;
        box-shadow: none;
        -webkit-appearance: none;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    form p.count {
        position: absolute;
        top: -2em;
        right: 0;
    }

    form button[type=button], form button[type=reset], form button[type=submit], form input[type=button], form input[type=reset], form input[type=submit] {
        width: 100%;
        font-size: 110%;
        line-height: 1.5em;
        font-weight: bold;
        letter-spacing: 0.1em;
        border: none;
        padding: 10px 20px;
        outline: none;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    form button[type=button], form button[type=reset], form input[type=button], form input[type=reset] {
        display: inline-block;
        color: #D68A27;
        border: solid 1px #D68A27;
        background-color: transparent;
    }

    form button[type=button]:active, form button[type=reset]:active, form input[type=button]:active, form input[type=reset]:active {
        color: #fff;
        background-color: #D68A27;
    }

    form button[type=submit], form input[type=submit] {
        display: inline-block;
        color: #D68A27;
        border: solid 1px #D68A27;
        background-color: transparent;
    }

    form button[type=submit]:active, form input[type=submit]:active {
        color: #fff;
        background-color: #D68A27;
    }

    form button.nonflex, form input.nonflex, form select.nonflex {
        width: initial;
    }

    form input.half {
        width: 45%;
    }

    .g-recaptcha>div {
        margin-left: calc(((100vw - 40px) - 304px) / 2);
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background-color: rgba(255, 255, 255, 0.6);
        z-index: 1000;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    header h1 {
        position: absolute;
        top: 50%;
        left: 20px;
        z-index: 2001;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
    }

    header h1 svg.logo {
        display: block;
        width: 124px;
        height: 30px;
        fill: #004060;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    header h1 a:active svg.logo {
        opacity: 0.7;
    }

    header div.navi-btn {
        position: absolute;
        top: 50%;
        right: 20px;
        display: block;
        line-height: 1em;
        cursor: pointer;
        z-index: 2001;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    header div.navi-btn>div {
        position: relative;
        width: 18px;
        height: 16px;
    }

    header div.navi-btn>div:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #004060;
        transform: rotate(0);
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    header div.navi-btn>div:after {
        content: "";
        position: absolute;
        top: calc(100% - 2px);
        right: 0;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #004060;
        transform: rotate(0);
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    header div.navi-btn>div span {
        position: absolute;
        top: 50%;
        right: 0;
        width: 100%;
        height: 2px;
        background-color: #004060;
        margin-top: -1px;
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        zoom: 1;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    header div.navi-btn:active {
        opacity: 0.7;
    }

    header nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        background-color: #004060;
        visibility: hidden;
        overflow: hidden;
        z-index: 2000;
        filter: alpha(opacity=-0);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        zoom: 1;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    header nav.active {
        visibility: visible;
        filter: alpha(opacity=10);
        opacity: 1.0;
        -ms-filter: "alpha(opacity=100)";
        -moz-opacity: 1.0;
        -khtml-opacity: 1.0;
        zoom: 1;
    }

    header nav div.navi-wrap {
        height: calc(100% - 200px);
        border-top: solid 100px #004060;
        border-bottom: solid 100px #004060;
        overflow: scroll;
        display: flex;
        justify-content: center;
        align-items: center;
        -ms-overflow-style: none;
    }

    header nav div.navi-wrap::-webkit-scrollbar {
        display: none;
    }

    header nav div.navi-wrap div.navi-area {
        width: 100%;
        max-height: 100%;
    }

    header nav div.navi-wrap div.navi-area ul.gnavi>li {
        font-size: 100%;
        line-height: 1.5em;
        font-weight: bold;
        text-align: center;
    }

    header nav div.navi-wrap div.navi-area ul.gnavi>li>a, header nav div.navi-wrap div.navi-area ul.gnavi>li>form a {
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 10px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    header nav div.navi-wrap div.navi-area ul.gnavi>li>a:active, header nav div.navi-wrap div.navi-area ul.gnavi>li>form a:active {
        opacity: 0.7;
    }

    header nav div.navi-wrap div.navi-area ul.gnavi>li ul.sub-menu {
        display: none;
        background-color: rgba(255, 255, 255, 0.1);
        padding: 10px;
        margin: 20px auto;
    }

    header nav div.navi-wrap div.navi-area ul.gnavi>li ul.sub-menu li>a {
        display: block;
        text-decoration: none;
        color: #FFF;
        padding: 10px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    header nav div.navi-wrap div.navi-area ul.gnavi>li ul.sub-menu li>a:active {
        opacity: 0.7;
    }

    header a.ec-link {
        position: absolute;
        top: 50%;
        right: 60px;
        display: block;
        font-family: 'futura-pt', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 150%;
        line-height: 1em;
        /* letter-spacing: 0.15em; */
        text-decoration: none;
        color: #004060;
        z-index: 2001;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    header a.ec-link:active {
        opacity: 0.7;
    }

    header.menu-open h1 svg.logo {
        fill: #fff;
    }

    header.menu-open div.navi-btn:before {
        color: #fff;
    }

    header.menu-open div.navi-btn>div:before {
        top: calc(50% - 1px);
        background-color: #fff;
        transform: rotate(-225deg);
    }

    header.menu-open div.navi-btn>div:after {
        top: calc(50% - 1px);
        width: 100%;
        background-color: #fff;
        transform: rotate(225deg);
    }

    header.menu-open div.navi-btn>div span {
        width: 0;
    }

    header.menu-open a.ec-link {
        color: #fff;
    }

    body.page-top header {
        background-color: transparent;
    }

    body.page-top header h1 svg.logo {
        fill: #fff;
    }

    body.page-top header div.navi-btn:before {
        color: #fff;
    }

    body.page-top header div.navi-btn>div:before {
        background-color: #fff;
    }

    body.page-top header div.navi-btn>div:after {
        background-color: #fff;
    }

    body.page-top header div.navi-btn>div span {
        background-color: #fff;
    }

    body.page-top header a.ec-link {
        color: #fff;
    }

    footer div.page-end {
        text-align: center;
        color: #FFF;
        background-color: #313638;
        padding: 20px 0;
    }

    footer div.page-end nav {
        margin-bottom: 20px;
    }

    footer div.page-end nav ul {
        text-align: center;
    }

    footer div.page-end nav ul li {
        font-size: 90%;
        line-height: 1em;
        margin-bottom: 10px;
    }

    footer div.page-end nav ul li:last-of-type {
        margin-bottom: 0;
    }

    footer div.page-end nav ul li a {
        text-decoration: none;
        color: #FFF;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    footer div.page-end nav ul li a:active {
        color: #D68A27;
    }

    footer div.page-end p.copyright {
        font-size: 80%;
        line-height: 1.5em;
        letter-spacing: 0.05em;
        font-weight: 300;
    }

    div.sld-area {
        position: relative;
    }

    div.sld-area svg.logo {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 110px;
        height: 112px;
        fill: #fff;
        z-index: 1;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    }

    div.sld-area svg.scroll {
        position: absolute;
        bottom: 20px;
        left: 50%;
        display: block;
        width: 30px;
        height: 54px;
        fill: #fff;
        z-index: 1;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    div.sld-area a:active svg.scroll {
        opacity: 0.7;
    }

    div.sld-area ul.top-sld li {
        height: 100vw;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }



    article#home section#link-sec ul.link-list li {
        margin-bottom: 30px;
    }

    article#home section#link-sec ul.link-list li:last-of-type {
        margin-bottom: 0;
    }

    article#home section#link-sec ul.link-list li div.pic-bg {
        position: relative;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 50%;
    }

    article#home section#link-sec ul.link-list li div.pic-bg p.h1 {
        position: absolute;
        top: 50%;
        right: 20px;
        margin-bottom: 0;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
    }

    article#home section#link-sec ul.link-list li a {
        display: block;
        text-decoration: none;
        color: #313638;
    }

    article#home section#link-sec ul.link-list li a:active p.h1 {
        color: #D68A27;
    }

    article#home section#link-sec ul.link-list li a:active p.h1 span.en:before {
        background-color: #D68A27;
    }

    article#home section#link-sec ul.link-list li a:active p.h1 span.ja {
        color: #D68A27;
    }

    article#home section#bnr-sec {
        padding: 30px 0;
    }

    article#home section#bnr-sec ul.bnr-list>li {
        max-width: 285px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    article#home section#bnr-sec ul.bnr-list>li:last-of-type {
        margin-bottom: 0;
    }

    article#company section#greeting-sec div.pic-txt-wrap div.pic {
        height: calc(100vw - 40px);
        overflow: hidden;
    }

    article#company section#philosophy-sec div.copy-area {
        background-image: url(../img/company/img_philosophy_copy_bg.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px 0;
    }



    article#company section#philosophy-sec div.col2-wrap div.txt {
        position: relative;
        padding: 0;
    }

    article#company section#philosophy-sec div.col2-wrap div.txt ol.vision-list {
        background-color: #fff;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    article#company section#philosophy-sec div.col2-wrap div.txt ol.vision-list li {
        position: relative;
        padding-left: 4em;
        margin-bottom: 20px;
    }

    article#company section#philosophy-sec div.col2-wrap div.txt ol.vision-list li:last-of-type {
        margin-bottom: 0;
    }

    article#company section#philosophy-sec div.col2-wrap div.txt ol.vision-list li span.num {
        position: absolute;
        top: 0;
        left: 0;
        font-family: 'futura-pt', sans-serif;
        font-size: 150%;
        line-height: 1em;
        letter-spacing: 0.15em;
        color: #004060;
    }

    article#company section#philosophy-sec table.value-table {
        display: block;
    }

    article#company section#philosophy-sec table.value-table tbody {
        display: block;
    }

    article#company section#philosophy-sec table.value-table tr {
        display: block;
        margin-bottom: 30px;
    }

    article#company section#philosophy-sec table.value-table tr:last-of-type {
        margin-bottom: 0;
    }

    article#company section#philosophy-sec table.value-table tr th {
        display: block;
        text-align: center;
        color: #fff;
        background-color: #5B5B66;
        padding: 15px 20px;
    }

    article#company section#philosophy-sec table.value-table tr th p.en {
        font-family: 'futura-pt', sans-serif;
        font-size: 150%;
        line-height: 1em;
        letter-spacing: 0.15em;
        margin-bottom: 5px;
    }

    article#company section#philosophy-sec table.value-table tr th p.ja {
        font-weight: normal;
    }

    article#company section#philosophy-sec table.value-table tr td {
        display: block;
        border: solid 1px #004060;
        border-top: none;
        padding: 20px;
    }

    article#company section#profile-sec table.prof-table tr {
        border-bottom: solid 1px #CCD4D6;
    }

    article#company section#profile-sec table.prof-table tr th {
        font-weight: normal;
        text-align: left;
        vertical-align: top;
        white-space: nowrap;
        padding: 20px 0;
        padding-right: 30px;
    }

    article#company section#profile-sec table.prof-table tr td {
        width: 100%;
        vertical-align: top;
        padding: 20px 0;
    }

    article#company section#profile-sec table.prof-table tr:first-of-type th, article#company section#profile-sec table.prof-table tr:first-of-type td {
        padding-top: 0;
    }

    article#company section#profile-sec div.gmap-wrap {
        position: relative;
        width: 100%;
        padding-top: 75%;
    }

    article#company section#profile-sec div.gmap-wrap iframe.gmap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    article#postlist section#postlist-sec div.cat-list-area {
        background-color: #E5E3E3;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    article#postlist section#postlist-sec div.cat-list-area ul.cat-list li {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    article#postlist section#postlist-sec div.cat-list-area ul.cat-list li a {
        display: block;
        font-size: 90%;
        line-height: 1.5em;
        text-decoration: none;
        color: #313638;
        background-color: transparent;
        border: solid 1px #313638;
        padding: 10px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        margin-left: 20px;
    }

    article#postlist section#postlist-sec div.cat-list-area ul.cat-list li a:active {
        color: #fff;
        background-color: #313638;
    }

    article#postdtl section#postdtl-sec div.dtl-wrap {
        position: relative;
    }

    article#postdtl section#postdtl-sec ul.post-cat-list {
        position: absolute;
        top: 2px;
        right: 0;
    }

    article#postdtl section#postdtl-sec ul.post-cat-list li {
        float: left;
        margin-right: 1px;
        margin-bottom: 1px;
    }

    article#postdtl section#postdtl-sec ul.post-cat-list li a {
        display: block;
        font-size: 70%;
        line-height: 1.5em;
        text-decoration: none;
        color: #313638;
        border: solid 1px #313638;
        padding: 2px 5px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    article#postdtl section#postdtl-sec ul.post-cat-list li a:active {
        color: #FFF;
        background-color: #313638;
    }

    article#postdtl section#postdtl-sec p.post-date {
        margin-bottom: 5px;
    }

    article#postdtl section#postdtl-sec p.post-ttl {
        font-size: 150%;
        line-height: 1.5em;
        font-weight: bold;
        border-bottom: solid 5px #313638;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    article#postdtl section#postdtl-sec ul.post-cat {
        margin-top: -15px;
        margin-bottom: 30px;
    }

    article#postdtl section#postdtl-sec ul.post-cat li {
        float: left;
        font-size: 80%;
        line-height: 1.5em;
        margin-right: 2px;
        margin-bottom: 2px;
    }

    article#postdtl section#postdtl-sec ul.post-cat li a {
        display: block;
        text-decoration: none;
        color: #fff;
        border: solid 1px #004060;
        background-color: #004060;
        padding: 3px 8px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    article#postdtl section#postdtl-sec ul.post-cat li a:active {
        color: #004060;
        background-color: transparent;
    }

    div.item-layout div.column2-wrap article#postlist.item {
        margin-bottom: 50px;
    }

    div.item-layout div.column2-wrap article#postlist.item section#postlist-sec ul.item-list>li {
        border-bottom: solid 1px #313638;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    div.item-layout div.column2-wrap article#postlist.item section#postlist-sec ul.item-list>li:last-of-type {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    div.item-layout div.column2-wrap article#postlist.item section#postlist-sec ul.item-list>li figure div.pic {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
    }

    div.item-layout div.column2-wrap article#postlist.item section#postlist-sec ul.item-list>li figure div.pic div.bgpic {
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 66.66%;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    div.item-layout div.column2-wrap article#postlist.item section#postlist-sec ul.item-list>li figure figcaption p.item-ttl {
        font-size: 120%;
        line-height: 1.5em;
        font-weight: bold;
    }

    div.item-layout div.column2-wrap article#postlist.item section#postlist-sec ul.item-list>li a {
        display: block;
        text-decoration: none;
        color: #313638;
    }

    div.item-layout div.column2-wrap article#postlist.item section#postlist-sec ul.item-list>li a:active figure div.pic div.bgpic {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }

    div.item-layout div.column2-wrap article#postdtl.item {
        margin-bottom: 50px;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec div.cat-list-wrap {
        margin-bottom: 20px;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec div.cat-list-wrap>div {
        font-size: 90%;
        line-height: 1.5em;
        margin-bottom: 5px;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec div.cat-list-wrap>div:last-of-type {
        margin-bottom: 0;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec div.cat-list-wrap>div a {
        color: #313638;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec figure.products-dtl-wrap div.pic {
        margin-bottom: 30px;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec figure.products-dtl-wrap div.pic ul.product-sld li.slick-slide {
        outline: none;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec figure.products-dtl-wrap div.pic ul.product-sld li.slick-slide a {
        display: block;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec figure.products-dtl-wrap div.pic ul.product-sld-thumb {
        margin-top: 10px;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec figure.products-dtl-wrap div.pic ul.product-sld-thumb div.slick-track {
        display: flex;
        flex-wrap: wrap;
        width: 100% !important;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec figure.products-dtl-wrap div.pic ul.product-sld-thumb li.slick-slide {
        width: calc((100% - 40px) / 5) !important;
        outline: none;
        margin-right: 10px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec figure.products-dtl-wrap div.pic ul.product-sld-thumb li.slick-slide:nth-of-type(5n) {
        margin-right: 0;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec figure.products-dtl-wrap div.pic ul.product-sld-thumb li.slick-slide.slick-current {
        opacity: 0.5;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec figure.products-dtl-wrap div.pic div.bg-pic {
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 66.66%;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec figure.products-dtl-wrap figcaption p.product-code {
        font-size: 90%;
        line-height: 1.5em;
        background-color: #5B5B66;
        color: #fff;
        padding: 5px 10px;
        margin-bottom: 15px;
    }

    div.item-layout div.column2-wrap article#postdtl.item section#postdtl-sec figure.products-dtl-wrap figcaption p.product-ttl {
        font-size: 150%;
        line-height: 1.5em;
        font-weight: bold;
        margin-bottom: 20px;
    }

    div.item-layout div.column2-wrap aside section {
        margin-bottom: 50px;
    }

    div.item-layout div.column2-wrap aside section:last-of-type {
        margin-bottom: 0;
    }

    div.item-layout div.column2-wrap aside section h1 {
        font-size: 100%;
        line-height: 1.5em;
        font-weight: bold;
        border-left: solid 3px #313638;
        padding-left: 15px;
        margin-bottom: 30px;
    }


    div.item-layout div.column2-wrap aside section h1 span.ja {
        display: block;
        color: #313638;
    }

    div.item-layout div.column2-wrap aside section ul.cat-list {
        margin-top: -10px;
    }

    div.item-layout div.column2-wrap aside section ul.cat-list li {
        font-weight: bold;
        border-bottom: solid 1px #CCD4D6;
        padding: 8px 0;
    }

    div.item-layout div.column2-wrap aside section ul.cat-list li a {
        display: block;
        text-decoration: none;
        color: #313638;
        padding: 2px 20px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    div.item-layout div.column2-wrap aside section ul.cat-list li a:hover {
        color: #D68A27;
    }

    div.item-layout div.column2-wrap aside section ul.cat-list li ul.cat-list {
        padding-left: 15px;
        margin-top: 0;
    }

    div.item-layout div.column2-wrap aside section ul.cat-list li ul.cat-list li {
        font-weight: normal;
        border-bottom: none;
        padding: 0;
    }

    body.ec .attention {
        font-size: 90%;
        line-height: 1.5em;
        color: #C15911;
    }

    body.ec article section {
        margin-bottom: 50px;
    }

    body.ec article section:last-of-type {
        margin-bottom: 0;
    }

    body.ec div.column2-wrap article {
        margin-bottom: 50px;
    }

    body.ec div.column2-wrap aside section {
        margin-bottom: 50px;
    }

    body.ec div.column2-wrap aside section:last-of-type {
        margin-bottom: 0;
    }

    body.ec div.column2-wrap aside section h1 {
        font-size: 100%;
        line-height: 1.5em;
        font-weight: bold;
        border-left: solid 3px #313638;
        padding-left: 15px;
        margin-bottom: 30px;
    }

    body.ec div.column2-wrap aside section h1 span.en {
        position: relative;
        display: block;
        font-family: "Barlow Condensed", sans-serif;
        font-size: 200%;
        line-height: 1em;
        letter-spacing: 0.15em;
        margin-bottom: 5px;
    }

    body.ec div.column2-wrap aside section h1 span.ja {
        display: block;
        color: #97A7AA;
    }

    body.ec ul.products-list01>li {
        border-bottom: solid 1px #313638;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    body.ec ul.products-list01>li:last-of-type {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    body.ec ul.products-list01>li figure div.pic {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
    }

    body.ec ul.products-list01>li figure div.pic div.bg-pic {
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 66.66%;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    body.ec ul.products-list01>li figure div.pic ul.status-list {
        position: absolute;
        top: 0;
        left: 0;
    }

    body.ec ul.products-list01>li figure div.pic ul.status-list li {
        float: left;
        font-size: 90%;
        line-height: 1em;
        white-space: nowrap;
        color: #fff;
        background-color: #004060;
        padding: 5px 10px;
        margin-left: 1px;
        margin-bottom: 1px;
    }

    body.ec ul.products-list01>li figure figcaption p.product-ttl {
        font-size: 120%;
        line-height: 1.5em;
        font-weight: bold;
    }

    body.ec ul.products-list01>li figure figcaption p.product-price1 {
        font-size: 100%;
        line-height: 1.5em;
        font-weight: bold;
        color: #004060;
        margin-top: 5px;
    }

    body.ec ul.products-list01>li figure figcaption p.product-txt {
        margin-top: 5px;
    }

    body.ec ul.products-list01>li a {
        display: block;
        text-decoration: none;
        color: #313638;
    }

    body.ec ul.products-list01>li a:active figure div.pic div.bg-pic {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }

    body.ec table.info-list {
        width: 100%;
    }

    body.ec table.info-list tr {
        border-bottom: solid 1px #CCD4D6;
    }

    body.ec table.info-list tr th {
        display: block;
        text-align: left;
        white-space: nowrap;
        padding: 0 10px;
        padding-top: 10px;
    }

    body.ec table.info-list tr:first-of-type th {
        padding-top: 0;
    }

    body.ec table.info-list tr td {
        display: block;
        width: 100%;
        padding: 0 10px;
        padding-bottom: 10px;
    }

    body.ec table.cart-product-list {
        display: block;
    }

    body.ec table.cart-product-list tbody {
        display: block;
    }

    body.ec table.cart-product-list tr {
        display: block;
        border: solid 1px #313638;
        margin-bottom: 20px;
    }

    body.ec table.cart-product-list tr:last-of-type {
        margin-bottom: 0;
    }

    body.ec table.cart-product-list tr.product-ttl {
        display: none;
    }

    body.ec table.cart-product-list tr th {
        display: block;
        font-weight: normal;
        text-align: center;
        border-bottom: solid 1px #313638;
        padding: 5px 20px;
    }

    body.ec table.cart-product-list tr td {
        display: block;
        text-align: center;
        border-bottom: solid 1px #313638;
        padding: 20px;
    }

    body.ec table.cart-product-list tr td:last-of-type {
        border-bottom: none;
    }

    body.ec table.cart-product-list tr td.product-img div.pic {
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 50%;
        margin: 0 auto;
    }

    body.ec table.cart-product-list tr td.product-num {
        position: relative;
    }

    body.ec table.cart-product-list tr td.product-num ul.quantity li {
        display: inline-block;
    }

    body.ec table.cart-product-list.mail tr td.mail-ttl {
        text-align: left;
    }

    body.ec table.deli-add-list {
        display: block;
    }

    body.ec table.deli-add-list tbody {
        display: block;
    }

    body.ec table.deli-add-list tr {
        display: block;
        border: solid 1px #313638;
        margin-bottom: 20px;
    }

    body.ec table.deli-add-list tr:last-of-type {
        margin-bottom: 0;
    }

    body.ec table.deli-add-list tr.add-ttl {
        display: none;
    }

    body.ec table.deli-add-list tr.add-wrap {
        border-bottom: solid 1px #313638;
    }

    body.ec table.deli-add-list tr th {
        display: block;
        font-weight: normal;
        text-align: center;
        border-bottom: solid 1px #313638;
        padding: 5px 20px;
    }

    body.ec table.deli-add-list tr td {
        display: block;
        text-align: center;
        border-bottom: solid 1px #313638;
        padding: 20px;
    }

    body.ec table.deli-add-list tr td:last-of-type {
        border-bottom: none;
    }

    body.ec table.deli-add-list tr td.add-select {
        text-align: center;
    }

    body.ec table.deli-add-list tr td.add-num {
        text-align: center;
    }

    body.ec table.deli-add-list tr td.add-type {
        text-align: center;
    }

    body.ec table.deli-add-list tr td.add-change {
        text-align: center;
    }

    body.ec table.deli-add-list tr td.add-delete {
        text-align: center;
    }

    body.ec table.deli-add-list tr td label {
        margin-bottom: 0;
    }

    body.ec div.login-wrap, body.ec div.forgot-wrap, body.ec div.settlement-wrap {
        border: solid 1px #313638;
        padding: 20px;
    }

    body.ec div.login-wrap .login_memory label, body.ec div.forgot-wrap .login_memory label, body.ec div.settlement-wrap .login_memory label {
        display: inline;
    }

    body.ec article#ec-cart section#ec-search-sec form#search_form div.select-wrap {
        background-color: #E4ECED;
    }

    body.ec article#ec-cart section#ec-search-sec form#search_form div.select-wrap:after {
        background-color: #D68A27;
    }

    body.ec article#ec-cart section#ec-search-sec form#search_form div.select-wrap select {
        border: none;
    }

    body.ec article#ec-cart section#ec-search-sec form#search_form input[type="text"] {
        border: none;
        background-color: #E4ECED;
    }

    body.ec section#ec-cat-sec ul.cat-list {
        margin-top: -10px;
    }

    body.ec section#ec-cat-sec ul.cat-list li {
        font-weight: bold;
        border-bottom: solid 1px #CCD4D6;
        padding: 8px 0;
    }

    body.ec section#ec-cat-sec ul.cat-list li a {
        display: block;
        text-decoration: none;
        color: #313638;
        padding: 2px 20px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    body.ec section#ec-cat-sec ul.cat-list li a:hover {
        color: #D68A27;
    }

    body.ec section#ec-cat-sec ul.cat-list li ul.cat-list {
        padding-left: 15px;
        margin-top: 0;
    }

    body.ec section#ec-cat-sec ul.cat-list li ul.cat-list li {
        font-weight: normal;
        border-bottom: none;
        padding: 0;
    }

    body.ec div.ec-sld-area {
        background-color: rgba(49, 54, 56, 0.6);
        padding: 60px 0;
    }

    body.ec div.ec-sld-area ul.ec-top-sld li>div {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 75%;
    }

    body.ec article#ec-home section#news-sec ul.news-list2 li {
        margin-bottom: 30px;
    }

    body.ec article#ec-home section#news-sec ul.news-list2 li:last-of-type {
        margin-bottom: 0;
    }

    body.ec article#ec-home section#news-sec ul.news-list2 li dl.post-wrap dt {
        padding: 20px;
        border-bottom: solid 1px #313638;
    }

    body.ec article#ec-home section#news-sec ul.news-list2 li dl.post-wrap dt p.post-date {
        width: 80px;
        font-family: "Barlow Condensed", sans-serif;
        line-height: 1em;
        letter-spacing: 0.15em;
        text-align: center;
        color: #fff;
        background-color: #004060;
        padding: 5px;
        margin-bottom: 10px;
    }

    body.ec article#ec-home section#news-sec ul.news-list2 li dl.post-wrap dt p.post-ttl {
        font-size: 120%;
        line-height: 1.5em;
        font-weight: bold;
    }

    body.ec article#ec-home section#news-sec ul.news-list2 li dl.post-wrap dd {
        padding: 20px;
    }

    body.ec article#ec-products-list section#products-list-sec ul.pagecond-area {
        background-color: #E4ECED;
        padding: 15px 20px;
    }

    body.ec article#ec-products-list section#products-list-sec div.result-navi-wrap:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }

    body.ec article#ec-products-list section#products-list-sec div.result-navi-wrap p.result-txt {
        margin-bottom: 10px;
    }

    body.ec article#ec-products-list section#products-list-sec div.result-navi-wrap div.pagenumber-area {
        float: right;
    }

    body.ec article#ec-products-list section#products-list-sec div.result-navi-wrap div.pagenumber-area div.change {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    body.ec article#ec-products-list section#products-list-sec div.result-navi-wrap div.pagenumber-area div.change a {
        position: relative;
        text-decoration: none;
        color: #313638;
        margin-right: 15px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    body.ec article#ec-products-list section#products-list-sec div.result-navi-wrap div.pagenumber-area div.change a:after {
        content: "";
        position: absolute;
        top: 50%;
        right: -8px;
        display: block;
        width: 1px;
        height: 12px;
        background-color: #313638;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
    }

    body.ec article#ec-products-list section#products-list-sec div.result-navi-wrap div.pagenumber-area div.change a:hover {
        color: #D68A27;
    }

    body.ec article#ec-products-list section#products-list-sec div.result-navi-wrap div.pagenumber-area div.select-wrap {
        background-color: #E4ECED;
        margin-left: 8px;
    }

    body.ec article#ec-products-list section#products-list-sec div.result-navi-wrap div.pagenumber-area div.select-wrap:after {
        background-color: #D68A27;
    }

    body.ec article#ec-products-list section#products-list-sec div.result-navi-wrap div.pagenumber-area div.select-wrap select {
        border: none;
    }

    body.ec article#ec-products-list section#products-list-sec #page_navi_bottom {
        width: 100%;
    }

    body.ec article#ec-products-list section#products-list-sec ul.post-pagination {
        margin: 0 auto;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec div.cat-list-wrap {
        margin-bottom: 20px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec div.cat-list-wrap>div {
        font-size: 90%;
        line-height: 1.5em;
        margin-bottom: 5px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec div.cat-list-wrap>div:last-of-type {
        margin-bottom: 0;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec div.cat-list-wrap>div a {
        color: #313638;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap div.pic {
        margin-bottom: 30px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap div.pic ul.product-sld li.slick-slide {
        outline: none;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap div.pic ul.product-sld li.slick-slide a {
        display: block;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap div.pic ul.product-sld-thumb {
        margin-top: 10px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap div.pic ul.product-sld-thumb div.slick-track {
        display: flex;
        flex-wrap: wrap;
        width: 100% !important;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap div.pic ul.product-sld-thumb li.slick-slide {
        width: calc((100% - 40px) / 5) !important;
        outline: none;
        margin-right: 10px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap div.pic ul.product-sld-thumb li.slick-slide:nth-of-type(5n) {
        margin-right: 0;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap div.pic ul.product-sld-thumb li.slick-slide.slick-current {
        opacity: 0.5;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap div.pic div.bg-pic {
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 66.66%;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption ul.status-list {
        margin-bottom: 10px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption ul.status-list li {
        float: left;
        font-size: 90%;
        line-height: 1em;
        white-space: nowrap;
        color: #fff;
        background-color: #004060;
        padding: 5px 10px;
        margin-left: 1px;
        margin-bottom: 1px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption p.product-code {
        font-size: 90%;
        line-height: 1.5em;
        background-color: #E4ECED;
        padding: 5px 10px;
        margin-bottom: 15px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption p.product-ttl {
        font-size: 150%;
        line-height: 1.5em;
        font-weight: bold;
        margin-bottom: 20px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption div.price-wrap {
        border-bottom: solid 1px #CCD4D6;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption p.product-price1 {
        font-size: 100%;
        line-height: 1.5em;
        font-weight: bold;
        text-align: right;
        color: #004060;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption p.product-price2 {
        font-size: 80%;
        line-height: 1.5em;
        font-weight: bold;
        text-align: right;
        color: #313638;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption div.maker-wrap {
        border-bottom: solid 1px #CCD4D6;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption p.product-txt {
        font-size: 90%;
        line-height: 1.8em;
        margin-bottom: 30px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption div.kikaku-wrap {
        margin-bottom: 10px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption div.kikaku-wrap div.kikaku {
        margin-bottom: 10px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption div.kikaku-wrap div.kikaku:last-of-type {
        margin-bottom: 0;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption dl.quantity {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption dl.quantity dt {
        margin-right: 10px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption dl.quantity dd {
        width: 70px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption dl.quantity dd input {
        text-align: center;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption div.cartin {
        margin-top: 30px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec figure.products-dtl-wrap figcaption div.favorite-btn-area {
        margin-top: 10px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec ul.sub-area {
        margin-top: 80px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec ul.sub-area li {
        border-bottom: solid 1px #313638;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec ul.sub-area li:last-of-type {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec ul.sub-area li figure div.pic {
        margin-bottom: 20px;
        overflow: hidden;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec ul.sub-area li figure div.pic div.bg-pic {
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 66.66%;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec ul.sub-area li figure figcaption p.sub-ttl {
        font-size: 120%;
        line-height: 1.5em;
        font-weight: bold;
        margin-bottom: 10px;
    }

    body.ec article#ec-products-dtl section#products-dtl-sec ul.sub-area li figure figcaption p.sub-txt {
        font-size: 90%;
        line-height: 1.8em;
    }

    body.ec section#cart-sec form.cart-form {
        margin-bottom: 50px;
    }

    body.ec section#cart-sec form.cart-form:last-of-type {
        margin-bottom: 0;
    }

    body.ec section#cart-sec div.point-txt {
        border: solid 1px #7390A8;
        padding: 15px;
    }

    body.ec article#ec-shopping section#payment-sec div.time-area ul.time-list li {
        margin-bottom: 10px;
    }

    body.ec article#ec-shopping section#payment-sec div.time-area ul.time-list li:last-of-type {
        margin-bottom: 0;
    }

    body.ec article#ec-shopping section#settlement-sec ul.payment-btn-2-2 {
        display: flex;
        flex-wrap: wrap;
        width: 240px;
        margin: 0 auto;
    }

    body.ec article#ec-shopping section#settlement-sec ul.payment-btn-2-2 li {
        margin-bottom: 10px;
    }

    body.ec article#ec-shopping section#settlement-sec ul.payment-btn-2-2 li:last-of-type {
        margin-bottom: 0;
    }

    body.ec article#ec-shopping section#settlement-sec ul.payment-btn-2-2 li img, body.ec article#ec-shopping section#settlement-sec ul.payment-btn-2-2 li input[type="image"] {
        width: 100%;
        height: auto;
        outline: none;
    }

    body.ec article#ec-mypage ul.mynavi-list li {
        text-align: center;
        margin-bottom: 10px;
    }

    body.ec article#ec-mypage ul.mynavi-list li:last-of-type {
        margin-bottom: 0;
    }

    body.ec article#ec-mypage ul.mynavi-list li a {
        display: block;
        text-decoration: none;
        color: #313638;
        border: solid 1px #313638;
        padding: 10px;
        transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
    }

    body.ec article#ec-mypage ul.mynavi-list li a:hover {
        color: #fff;
        background-color: #313638;
    }

    body.ec article#ec-mypage ul.mynavi-list li a.selected {
        color: #fff;
        background-color: #313638;
    }

    body.ec article#ec-privacy section#privacy-sec div.info-wrap {
        text-align: right;
    }

    body.ec article#ec-privacy section#privacy-sec div.info-wrap p.info-person {
        margin-bottom: 10px;
    }

    body.ec article#ec-privacy section#privacy-sec div.info-wrap p.info-add {
        margin-bottom: 10px;
    }
}

.wow {
    visibility: hidden
}

.motion-txt {
    position: relative;
    display: inline-block;
    padding: 10px;
    overflow: hidden
}

.motion-txt:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #004060;
    opacity: 1;
    transform: translate3d(-105%, 0, 0)
}

.scroll-slide-in.show .motion-txt:after {
    transition-property: transform, opacity;
    transition-duration: 0.8s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0)
}

.scroll-slide-in.done .motion-txt:after {
    transition-property: transform;
    transition-duration: 0.8s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(105%, 0, 0)
}

.motion-txt .motion-inner {
    display: inline-block;
    opacity: 0
}

.scroll-slide-in.done .motion-txt .motion-inner {
    opacity: 1
}

@media screen and (min-width: 768px) {
    div.totop {
        position: fixed;
        bottom: 20px;
        right: 20px;
        cursor: pointer;
        z-index: 150;
    }
}

@media screen and (max-width: 767px) {
    div.totop {
        position: fixed;
        bottom: 10px;
        right: 10px;
        cursor: pointer;
        z-index: 150;
    }

    div.totop img {
        width: 40px;
        height: auto;
        filter: alpha(opacity=70);
        opacity: 0.7;
        -ms-filter: "alpha(opacity=70)";
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        zoom: 1;
    }
}

.img-youtube {
    position: relative;
    cursor: pointer
}

.img-youtube:after {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    right: 0;
    font-family: FontAwesome;
    line-height: 1em;
    color: #F00;
    content: "\f16a";
    text-align: center
}

@media screen and (min-width: 768px) {
    .img-youtube:after {
        font-size: 70px;
        margin-top: -35px;
    }
}

@media screen and (max-width: 767px) {
    .img-youtube:after {
        font-size: 50px;
        margin-top: -25px;
    }
}

.img-youtube img {
    width: 100%;
    height: auto;
    margin-bottom: 0
}

.img-youtube iframe {
    z-index: 11
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    20% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }

    30% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    50% {
        -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
        transform: scale(0.98);
    }

    70% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    90% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        -ms-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        -ms-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        -ms-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

@media screen and (min-width: 768px) {
    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }
}

@media screen and (max-width: 767px) {
    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px;
    }
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-slider-wrap {
    position: relative;
    max-width: 100%
}

.slick-slider-wrap img {
    max-width: 100%;
    height: auto
}

.slick-slider-wrap .slider-nav-wrap {
    position: relative
}

.slick-slider-wrap .slider-nav-wrap .slider-nav .slick-list {
    padding: 0 !important
}

.slick-slider-wrap .slider-nav-wrap .slider-nav .slick-track {
    left: 0 !important;
    width: 100%;
    opacity: 1
}

.slick-slider-wrap .slider-nav-wrap .slider-nav .slick-slide {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 1;
    padding: 5px
}

.slick-slider-wrap .slider-nav-wrap .slider-nav .slick-slide:hover {
    opacity: .5
}

.slick-slider-wrap .slider-nav-wrap .slick-arrow {
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slick-slider-wrap .slider-nav-wrap .slick-prev {
    right: 0;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #444
}

.slick-slider-wrap .slider-nav-wrap .slick-next {
    left: 0;
    border-width: 6px 12px 6px 0;
    border-color: transparent #444 transparent transparent
}

@media (min-width: 768px) {
    .slick-slider-wrap .slider-for {
        float: left;
        width: 70%;
    }

    .slick-slider-wrap .slider-nav-wrap {
        position: absolute;
        width: 28.5%;
        top: -2px;
        right: 0;
        padding: 0;
    }

    .slick-slider-wrap .slider-nav-wrap .slider-nav .slick-list {
        height: auto !important;
        padding: 0 0 !important;
    }

    .slick-slider-wrap .slider-nav-wrap .slider-nav .slick-track {
        left: 0 !important;
        height: auto !important;
    }

    .slick-slider-wrap .slider-nav-wrap .slider-nav .slick-track li {
        float: left;
        width: 47% !important;
    }

    .slick-slider-wrap .slider-nav-wrap .slider-nav .slick-slide {
        border: 2px solid transparent;
        padding: 0;
    }

    .slick-slider-wrap .slider-nav-wrap .slick-arrow {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .slick-slider-wrap .slider-nav-wrap .slick-prev {
        top: auto;
        bottom: -1.5em;
        border-width: 18px 9px 0 9px;
        border-color: #444 transparent transparent transparent;
    }

    .slick-slider-wrap .slider-nav-wrap .slick-next {
        top: -1.5em;
        border-width: 0 9px 18px 9px;
        border-color: transparent transparent #444 transparent;
    }
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 55%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before, .slick-next:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #1195C9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -30px;
    z-index: 1
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '\f137'
}

[dir='rtl'] .slick-prev:before {
    content: '\f138'
}

.slick-next {
    right: -30px;
    z-index: 1
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '\f138'
}

[dir='rtl'] .slick-next:before {
    content: '\f137'
}

@media screen and (min-width: 768px) {
    .slick-dots {
        position: absolute;
        bottom: -40px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .slick-dots {
        position: absolute;
        bottom: -25px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 7px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    color: #313638;
    opacity: 1
}

.slick-dots li button:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 1;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out
}

.slick-dots li.slick-active button:before {
    background-color: #313638;
    opacity: 1
}

body:after {
    content: url(../js/lightbox/img/close.png) url(../js/lightbox/img/loading.gif) url(../js/lightbox/img/prev.png) url(../js/lightbox/img/next.png);
    display: none
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

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

.lb-container {
    padding: 4px
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../js/lightbox/img/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../js/lightbox/img/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../js/lightbox/img/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

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

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../js/lightbox/img/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.formError {
    z-index: 1
}

.formError .formErrorContent {
    z-index: 2
}

.formError .formErrorArrow {
    z-index: 3
}

.ui-dialog .formError {
    z-index: 5000
}

.ui-dialog .formError .formErrorContent {
    z-index: 5001
}

.ui-dialog .formError .formErrorArrow {
    z-index: 5006
}

.inputContainer {
    position: relative;
    float: left
}

.formError {
    position: absolute;
    top: 0 !important;
    left: initial !important;
    right: 0 !important;
    display: block;
    cursor: pointer;
    text-align: left;
    margin-top: 0 !important
}

.formError.inline {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none
}

.formError .formErrorContent {
    position: relative;
    font-size: 11px;
    line-height: 1.5em;
    color: #FFF;
    border: none;
    background-color: rgba(255, 0, 0, 0.8);
    padding: 3px 5px
}

.formError.inline .formErrorContent {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0
}

.greenPopup .formErrorContent {
    background: #33be40
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #FFF
}


/* --------2023/2 追記-------- */
/* font alphabet text*/
.futura-pt {
    font-family: 'futura-pt', sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* ▼▼▼　font alphabet heading　▼▼▼*/
.futura-ptDemi {
    font-family: 'futura-pt', sans-serif;
    font-weight: 600;
    font-style: normal;
}

@media screen and (min-width: 768px) {

    article section h1 span.en, article section p.h1 span.en {
        position: relative;
        display: block;
        font-family: 'futura-pt', sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 280%;
        line-height: 1em;
        letter-spacing: 4px;
    }
}

@media screen and (max-width: 767px) {
    article section h1 span.en, article section p.h1 span.en {
        position: relative;
        display: block;
        font-family: 'futura-pt', sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 250%;
        line-height: 1em;
        letter-spacing: 4px;
    }
}

/* ▲▲▲　font alphabet heading　▲▲▲*/
header h1 svg.logo {
    width: 170px;
    height: auto;
}

.top_fixd_menu.page-top {
    opacity: 0;
    transition: 0.3s;
    transform: translateY(100%);
}

.top_fixd_menu {
    opacity: 1;
    max-width: 400px;
    min-width: 370px;
    margin: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: 0.3s;
    transform: translateY(0%);
}

.top_fixd_menu ul {
    display: flex;
    width: 100%;
}

.top_fixd_menu ul li {
    margin: 0 auto;
}

.top_fixd_menu li a {
    display: block;
    background: #D68A27;
    text-align: center;
    padding: 10px;
    width: 120px;
    box-sizing: border-box;
    letter-spacing: 1px;
    font-size: 13px;
}

.top_fixd_menu li span {
    display: block;
    color: #FFF;
    font-weight: bold;
}

.top_fixd_menu li img {
    display: block;
    width: 40px;
    margin: auto;
}

@media screen and (min-width: 600px) {

    .top_fixd_menu.page-top {
        transform: initial;
        transform: translateX(100%);
    }

    .top_fixd_menu {
        transform: initial;
        transform: translateX(0%);
        top: 0;
        bottom: 0;
        left: initial;
        right: 0;
        max-width: fit-content;
        min-width: fit-content;
        height: fit-content;
    }

    .top_fixd_menu ul {
        display: initial;
    }

    .top_fixd_menu ul li {
        margin: 10px 0;
    }

    .top_fixd_menu li a {
        padding: 20px 0;
        line-height: 44px;
        transition: 1s;
    }

    .top_fixd_menu li a:hover {
        opacity: 0.8;
    }
}

.top_news_bg {
    background: #5B5B66;
}

.top_news_bg a {
    text-decoration: none;
    color: #fff;
}

.top_news_bg a:hover {
    opacity: 0.8;
}

.top_news_box {
    display: flex;
    align-items: center;
    padding: 10px;
    max-width: fit-content;
}

.top_news_box p {
    margin: 0 10px;
}

.top_about_textbox {
    padding: 0 20px;
}

.style1 {
    font-size: 150%;
    line-height: 1.5em;
    text-align: center;
}

.style1_mayarika {
    font-family: 'futura-pt', sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 6px;
}

.style1_kanamayarika {
    font-size: 13px;
    display: block;
    line-height: initial;
    font-weight: bold;
}

.style1_kurashi_coment {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#about-sec .mb-55-50 {
    margin: 30px auto 40px !important;
    width: fit-content;
    text-align: center;
}

@media screen and (min-width: 768px) {
    #about-sec .mb-55-50 {
        text-align: center;
    }
}

.top_about_link {
    font-size: 110%;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    max-width: 90%;
    margin: auto;
}

.top_about_link a {
    display: block;
    text-decoration: none;
    color: #D68A27;
    border: solid 1px #D68A27;
    background-color: #FFF;
    padding: 10px 20px;
    width: 280px;
    margin: auto;
    position: relative;
    overflow: hidden;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 3px;
}

.top_about_link a:hover {
    color: #fff;
    background-color: #D68A27
}

.picbg img {
    display: block;
    width: 80%;
    margin-left: auto;
}

@media screen and (min-width: 768px) {
    div.col2-wrap div.txt {
        width: 50%;
        padding: 100px 0;
    }

    .picbg {
        padding: 100px 0;
        width: 50%;
    }

    .picbg img {
        width: 100%;
        max-height: 445px;
        min-height: 445px;
        object-fit: cover;
    }
}

.top_product_slide img {
    object-fit: contain;
    width: 100%;
}

.top_product_content {
    background: #5B5B66;
    color: #FFF;
    padding: 20px 20px 50px;
}

.top_product_content_heading {
    margin: 50px auto 20px;
    display: flex;
    align-items: center;
    width: fit-content;
    font-size: 20px;
    letter-spacing: 0.14em;
}

.top_product_content_heading img {
    margin-right: 20px;
    vertical-align: middle;
    width: 35px;
}

.top_product_content_text {
    text-align: center;
    width: fit-content;
    margin: 0 auto 20px;
    letter-spacing: 0.02em;
    line-height: 2;
    font-size: 13px;
}

/* 
.top_product_link {
    display: block;
    font-size: 110%;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    max-width: 90%;
    margin: auto;
}

.top_product_link a {
    display: block;
    text-decoration: none;
    color: #fff;
    border: solid 1px #fff;
    background-color: #D68A27;
    padding: 10px 20px;
    margin: auto;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    max-width: 273px;
    line-height: 59px;
    box-shadow: 0 0px 13px rgba(255, 255, 255, 1);

    .top_product_link a:hover {
    color: #D68A27;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(214, 138, 39, 0.4);
}
} */

.top_product_link a {
    display: block;
    box-shadow: 0 4px 4px rgba(255, 255, 255, 1);
}

.top_product_link a:first-child {
    margin-bottom: 20px;
}

.top_product_link a img {
    display: block;
    width: 100%;
}



@media screen and (min-width: 768px) {
    .top_product_content_flex {
        display: flex;
        height: 375px;
        overflow: hidden;
        max-width: 1000px;
        margin: 0 auto;
    }

    .top_product_slide {
        width: 65%;
    }

    .top_product_slide img {
        object-fit: cover !important;
        height: 375px;
    }

    .top_product_content {
        width: 35%;
    }
}

.top_products_list {
    margin: 30px 10px;
}

.top_products_list li {
    margin-bottom: 30px
}

.top_products_list li:last-of-type {
    margin-bottom: 0
}

.top_products_list li p.product-name {
    font-size: 120%;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 15px
}

.top_products_list li figure div.pic {
    margin-bottom: 7px;
    overflow: hidden
}

.top_products_list li figure div.pic div.pic-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50%;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out
}

.top_products_list li figure figcaption p.product-txt {
    margin-top: 20px
}

.top_products_list li a {
    display: block;
    text-decoration: none;
    color: #313638
}

.top_products_list li a:active figure div.pic div.pic-bg {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

@media screen and (min-width: 768px) {
    .top_products_list {
        display: flex;
        max-width: 1000px;
        margin: 30px auto;
    }

    .top_products_list li {
        width: 30%;
    }

    .top_products_list li:nth-child(2) {
        margin: 0 auto;
    }

    .pic {
        overflow: hidden;
        width: 100%;
        height: fit-content;
    }

    .top_products_list li a:hover .pic-bg {
        transform: scale(1.2);
    }

}

ul.news-list>li, ul.report-list>li, ul.works-list>li {
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    ul.news-list>li, ul.report-list>li, ul.works-list>li {
        width: calc((100% - 120px) / 3);
        margin-right: 60px;
    }
}

.top_work_content {
    max-width: 1200px;
    margin: 30px 10px;
}

@media screen and (min-width: 768px) {
    .top_work_content {
        margin: auto;
    }

    .top_work_content ul.works-list>li {
        width: 31%;
        margin: 20px auto;
    }

}

.top_work_content ul li:nth-child(4),
.top_work_content ul li:nth-child(5) {
    display: none;
}

@media screen and (min-width: 768px) {

    .top_work_content ul li:nth-child(4),
    .top_work_content ul li:nth-child(5) {
        display: initial;
    }
}

.top_blog_flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.top_blog_content {
    margin: 0 10px 20px;
}

.top_blog_content .news-list {
    display: flex;
    width: 100%;
    margin: auto;
}

.top_blog_content ul li {
    width: 45%;
    margin: 0 auto;
}

.top_blog_content ul li:nth-child(3) {
    display: none;
}

@media screen and (min-width: 768px) {

    .top_blog_content {
        margin: 0 10px 20px;
    }

    .top_blog_content ul li {
        width: 31%;
        margin: 0 auto;
    }

    .top_blog_content ul li:nth-child(3) {
        display: initial;
    }
}

.top_link_box {
    font-size: 110%;
    font-size: 110%;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    max-width: 90%;
    margin: auto;
}

.top_link_box a {
    display: block;
    text-decoration: none;
    color: #D68A27;
    border: solid 1px #D68A27;
    background-color: #FFF;
    padding: 10px 20px;
    width: 280px;
    margin: auto;
    position: relative;
    overflow: hidden;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 50px;
    margin-top: 40px;
}

.top_link_box a:hover {
    color: #fff;
    background-color: #D68A27;
}

.top_insta_content {
    max-width: 1200px;
    margin: auto;
}

/* ▼▼▼　footer content　▼▼▼*/
.footer_content {
    background: #5B5B66;
    padding: 50px 0 0;
}

.footer_content_bg {
    background: #fff;
    text-align: center;
    padding: 50px 10px;
    max-width: 700px;
    margin: auto 10px;
}

.footer_content_schedule {
    margin: 20px 0;
}

.footer_link_flex {
    display: flex;
    width: 100%;
    margin: auto;
    max-width: 450px;
}

.footer_link_box {
    display: block;
    text-decoration: none;
    width: 45%;
    margin: 20px auto 0;
    border: solid 1px #D68A27;
    max-width: 200px;
    overflow: hidden;
}

.footer_link_box:hover {
    opacity: 0.8;
}

.footer_link_box:hover.footer_link_box img {
    transform: scale(1.2);
}

.footer_link_box img {
    display: block;
    width: 30%;
    max-width: 45px;
    margin: 5px auto;
}

.footer_link_box p {
    color: #D68A27;
    font-weight: bold;
}

.footer_img_link {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
}

.footer_img_link a {
    text-decoration: none;
    color: #fff;
    position: relative;
    display: block;
    width: 50%;
    height: fit-content;
}

.footer_img_link a img {
    display: block;
    width: 100%;
    margin: auto;
}

.footer_img_link .en {
    display: block;
    font-family: 'futura-pt', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0.15em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    text-align: center;
}

.footer_img_link .ja {
    display: block;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    margin-top: 10px;
    font-size: 11px;
}

@media screen and (min-width: 768px) {
    .footer_content_bg {
        background: #fff;
        text-align: center;
        padding: 50px 10px;
        max-width: 700px;
        margin: auto;
    }

    .footer_img_link a {
        width: 25%;
    }

    .footer_img_link .en {
        font-size: 33px;
    }

    .footer_img_link .ja {
        font-size: 18px;
    }
}

.footer_logo_content {
    text-align: center;
}

.footer_logo_content img {
    width: 110px;
}

.footer_logo_content p {
    margin-top: 20px;
}

.footer_address_box {
    margin: 20px auto;
    text-align: left;
    width: fit-content;
}

.footer_address_box a {
    font-family: 'futura-pt', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    border-bottom: solid 1px #D68A27;
}

.footer_address_box a:hover {
    opacity: 0.8;
}

@media screen and (min-width: 768px) {
    .footer_logo_content img {
        width: 140px;
    }
}

.footer_insta_link {
    display: block;
    margin: 30px auto;
    width: fit-content;
}

.footer_insta_link img {
    width: 35px;
}

.copyright {
    text-align: center;
    display: block;
}

/* PRODUCTS  archive*/
div.item-layout div.column2-wrap aside section h1 span.en {
    position: relative;
    display: block;
    font-family: 'futura-pt', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 200%;
    line-height: 1em;
    letter-spacing: 0.15em;
    margin-bottom: 5px;
}

article section h1.type2 span.en {
    display: block;
    font-family: 'futura-pt', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 200%;
    line-height: 1em;
    letter-spacing: 0.15em;
    margin-bottom: 5px;
}

@media screen and (min-width: 768px) {

    article section h1.type2 span.en {
        display: inline-block;
    }

}

article section h1.type2 span.en:before {
    display: none;
}


@media screen and (min-width: 1300px) {
    .wrap {
        max-width: none;
        padding: 0 50px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

}



#product_info.active {
    display: none;
}

.product_info_box {
    text-align: center;
    padding: 20px 10px;
    border: solid 2px #313638;
    margin: 30px 0;
}

.product_info_heading {
    align-items: center;
    display: flex;
    width: fit-content;
    margin: 0 auto 20px;
}

.product_info_heading img {
    display: block;
    width: 46px;
    margin-right: 20px;
}

.product_info_heading span {
    display: block;
    font-size: 27px;
    font-family: 'futura-pt', sans-serif;
    font-weight: 600;
    font-style: normal;
}

.product_info_subheading {
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto 20px;
}


#product_info .top_link_box a {
    max-width: 320px;
    width: auto;
    margin: 30px auto 20px;
}

@media screen and (min-width: 768px) {
    #product_info {
        display: flex;
        margin: 50px 10px 0;
    }

    .product_info_box {
        width: 45%;
        margin: 0 auto;
    }

    .product_info_coment {
        text-align: left;
        width: fit-content;
        max-width: 420px;
        margin: auto;
    }
}

/* PRODUCTS  single*/

.product_order_flow {
    margin: 100px 0;
}

.product_order_box {
    border: solid 2px #313638;
    position: relative;
    margin-bottom: 100px;
}

.product_order_box::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 25px 0 25px;
    border-color: #5B5B66 transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
    margin: auto;
}

.product_order_box:last-child:before {
    display: none;
}


.product_order_step_bg {
    background: #5B5B66;
    padding: 10px;
}

.product_order_step {
    display: flex;
    color: #fff;
    width: fit-content;
    margin: auto;
}

.product_order_step p {
    margin: 0 20px;
    font-weight: bold;
    font-size: 18px;
}

.product_order_step_text {
    font-family: 'futura-pt', sans-serif;
    font-style: normal;
}

.product_order_content {
    padding: 10px;
    max-width: fit-content;
    margin: auto;
    line-height: 1.7;
}

.product_order_box .top_link_box a {
    display: block;
    max-width: 320px;
    width: auto;
    margin: 30px auto 20px;
}


@media screen and (min-width: 768px) {


    .product_order_box {
        display: flex;
        max-width: 700px;
        margin: 0 auto 100px;
    }


    .product_order_step_bg {
        position: relative;
        width: 200px;
        box-sizing: border-box;
    }

    .product_order_step {
        display: block;
        text-align: center;
        position: absolute;
        width: fit-content;
        height: fit-content;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }

    .product_order_step p {
        margin: 0 20px;
        font-weight: bold;
        font-size: 20px;
    }


    .product_order_content {
        width: 500px;
        padding: 50px;
        max-width: fit-content;
        margin: auto;
        line-height: 1.3;
        box-sizing: border-box;
    }

    .product_order_content:first-child {
        padding: 50px 50px 10px;
    }

    .product_order_box .top_link_box a {
        max-width: 320px;
        width: auto;
        margin: 20px auto 40px;
    }

}


/* PRICE*/
.price_all {
    padding: 100px 10px 0px;
    max-width: 880px;
    margin: auto;
}

.price_list {
    margin-top: 80px;
}

.price_list_heading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px
}

.price_list_table {
    overflow: scroll;
}

@media screen and (min-width: 768px) {
    .price_list_table {
        overflow: inherit;
    }
}

.price_table_heading,
.price_table_heading td:first-child {
    text-align: center !important;
}

.price_list_table tr {
    font-weight: bold;
}

.price_list_table tr:nth-child(odd) {
    background: #E5E3E3;
}


.price_table_heading {
    background: #5B5B66 !important;
    color: #fff;
}


.price_list_table td {
    padding: 20px;
    border: solid 1px #707070;
    box-sizing: border-box;
    text-align: center;
}

.price_list_table td:first-child {
    width: fit-content;
    box-sizing: border-box;
    text-align: left;
}

.qa_sec {
    margin-top: 100px;
}


.qa_box {
    max-width: 700px;
    margin: 0 auto 30px;
}

.qa_q {
    background: #5B5B66;
    color: #fff;
    padding: 20px 50px 20px 30px;
    line-height: 1.3;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    transition: .5s;
}

.qa_q.active {
    opacity: 0.8;
}

.qa_q span {
    font-family: 'futura-pt', sans-serif;
    font-style: normal;
    font-size: 30px;
    margin-right: 30px;
    vertical-align: middle;
}

.qa_q::before {
    content: "";
    width: 22.5px;
    height: 4px;
    background: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10.5px;
    transition: .5s;
}

.qa_q::after {
    content: "";
    height: 22.5px;
    width: 4px;
    background: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    transition: .5s;
}

.qa_q.active::before {
    transform: rotate(400deg);
}

.qa_q.active::after {
    transform: rotate(-490deg);
}

.qa_a {
    overflow: hidden;
    height: 0;
    transition: .5s;
}

.qa_a.active {
    padding: 10px 0 0;
    height: fit-content;
}

.post-txt {
    margin-top: 7px;
}


article#company section#philosophy-sec table.value-table tr th p.ja {
    font-weight: bold;
    font-size: 16px;
}

@media screen and (min-width: 901px) {
    .post111 .post_col {
        flex: none;
        width: 400px;
        margin: 20px 20px 0 20px;
        text-align: left;
    }

    .aligncenter {
        clear: both;
        width: 400px;
    }

    .post111 .post_col {
        flex: none;
        width: 400px;
        margin: 20px 20px 0 20px;
        text-align: left;
    }

    .post111 {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        width: 645px;
    }

    .inner2 {
        max-width: 1000px;
        margin: 0 auto;
    }
}

.a {
    margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
    .inner1 {
        margin: 0 15px;
    }

    .top_fixd_menu li img {
        display: block;
        width: 30px;
        margin: auto;
    }
}


/* ▼▼▼ 202407 En 追記 ▼▼▼ */

header nav div.navi-wrap ul.gnavi {
    display: initial;
}

.en_header_nav {
    right: 10px;
}

/* ▼▼▼ 202408 渡邊お問い合わせEn追記 ▼▼▼ */
span.contactcolor {
    font-size: 12px;
    color: #D68A27;
}

.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}

/* ▼▼▼ 202412 渡邊カタログタイトル追記 ▼▼▼ */
.catalog__title_name {
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
}

@media (min-width: 640px) {
    .catalog__title_name {
        line-height: 18px;
        font-size: 13px;
    }
}


/* 20250618追記 */

#myVideo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 600px;
    margin: auto;
}