@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("font-awesome.min.css");

/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

body {
    -webkit-text-size-adjust: none;
}

/* Box Model */

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

/* Basic */

@-ms-viewport {
    width: device-width;
}

html {
    height: 100%;
}

body {
    background: #ffffff;
    height: 100%;
    min-width: 320px;
}

body.is-loading *,
body.is-loading *:before,
body.is-loading *:after {
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

/* Spinner */

@-webkit-keyframes spinner-rotate {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@keyframes spinner-rotate {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

/* Loader */

@-webkit-keyframes spinner-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes spinner-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes spinner-hide {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    99% {
        -webkit-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    100% {
        -webkit-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: -1;
    }
}

@keyframes spinner-hide {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    99% {
        -webkit-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: 100001;
    }

    100% {
        -webkit-transform: scale(0.5) rotate(360deg);
        transform: scale(0.5) rotate(360deg);
        color: #e5e6e7;
        z-index: -1;
    }
}

@-webkit-keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 100000;
    }

    15% {
        opacity: 1;
        z-index: 100000;
    }

    99% {
        opacity: 0;
        z-index: 100000;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

@keyframes overlay-hide {
    0% {
        opacity: 1;
        z-index: 100000;
    }

    15% {
        opacity: 1;
        z-index: 100000;
    }

    99% {
        opacity: 0;
        z-index: 100000;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

body {
    text-decoration: none;
}

body:before {
    -webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
    animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    color: #e5e6e7;
    content: '\f1ce';
    cursor: default;
    display: block;
    font-size: 2em;
    height: 2em;
    left: 50%;
    line-height: 2em;
    margin: -1em 0 0 -1em;
    opacity: 0;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 2em;
    z-index: -1;
}

body:after {
    -webkit-animation: overlay-hide 1.5s ease-in forwards !important;
    animation: overlay-hide 1.5s ease-in forwards !important;
    background: #ffffff;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

body.is-loading:before {
    -webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
    animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
    z-index: 100001;
}

body.is-loading:after {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1;
    z-index: 100000;
}

@media (-webkit-min-device-pixel-ratio: 2) {

    body:before {
        line-height: 2.025em;
    }

}

/* Type */

body,
input,
textarea,
select {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 100;
    font-size: 18pt;
    line-height: 1.75em;
    color: #39454b;
    letter-spacing: 0.025em;
}

@media screen and (max-width: 1920px) {

    body,
    input,
    textarea,
    select {
        font-size: 17pt;
    }

}

@media screen and (max-width: 1680px) {

    body,
    input,
    textarea,
    select {
        font-size: 15pt;
    }

}

@media screen and (max-width: 1280px) {

    body,
    input,
    textarea,
    select {
        font-size: 13pt;
    }

}

@media screen and (max-width: 1000px) {

    body,
    input,
    textarea,
    select {
        font-size: 13pt;
    }

}

@media screen and (max-width: 736px) {

    body,
    input,
    textarea,
    select {
        font-size: 12pt;
        line-height: 0.5em;
    }

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    color: inherit;
    letter-spacing: 1.5em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-weight: 100;
    font-size: 2.25em;
    line-height: 1.25em;
    letter-spacing: 0.4em;
}

@media screen and (max-width: 736px) {

    h2 {
        font-size: 1.5em;
    }

}

strong,
b {
    font-weight: 900;
    color: inherit;
}

em,
i {
    font-style: italic;
}

a {
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #9ac8e9;
}

sub {
    position: relative;
    top: 0.5em;
    font-size: 0.8em;
}

sup {
    position: relative;
    top: -0.5em;
    font-size: 0.8em;
}

hr {
    border: 0;
    border-top: solid 1px #e5e6e7;
}

blockquote {
    border-left: solid 0.5em #e5e6e7;
    padding: 1em 0 1em 2em;
    font-style: italic;
}

p,
ul,
ol,
dl,
table {
    margin-bottom: 0;
}

dd {
    margin-bottom: 1.5em;
}

p.tt {
    font-size: 0.7em;
    line-height: 1.2;
}

p.name {
    margin-bottom: 0.8em;
}

/* Box */

.box {
    background: #ffffff;
    color: #39454b;
    padding: 2em;
}

.box > :last-child {
    margin-bottom: 0;
}

.box.style2 {
    padding: 3.5em 2.5em 3.5em 2.5em;
}

@media screen and (max-width: 736px) {

    .box {
        padding: 1em;
    }

    .box.style2 {
        padding: 1.5em 1.25em 1.5em 1.25em;
        background-color: rgba(255, 255, 255, 0.9);
    }

}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
.button,
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #98c593;
    border: 0;
    border-radius: 3.5em;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    height: 3.5em;
    line-height: 3.5em;
    outline: 0;
    padding: 0 2em 0 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
}

input[type="button"].down,
input[type="submit"].down,
input[type="reset"].down,
.button.down,
button.down {
    width: 5em;
    height: 5em;
    line-height: 4.5em;
    padding: 0;
    background-image: url("images/dark-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -10em;
    overflow: hidden;
}

input[type="button"].down.anchored,
input[type="submit"].down.anchored,
input[type="reset"].down.anchored,
.button.down.anchored,
button.down.anchored {
    bottom: 0;
    border-bottom: 0;
    border-radius: 3em 3em 0 0;
    height: 4.5em;
    margin-left: -2.5em;
}

input[type="button"].anchored,
input[type="submit"].anchored,
input[type="reset"].anchored,
.button.anchored,
button.anchored {
    position: absolute;
    left: 50%;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.button:hover,
button:hover {
    background-color: #a8cea4;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
.button:active,
button:active {
    background-color: #88bc82;
}

input[type="button"].style2,
input[type="submit"].style2,
input[type="reset"].style2,
.button.style2,
button.style2 {
    background-color: transparent;
    border: solid 2px #e5e6e7;
    color: inherit;
}

input[type="button"].style2:hover,
input[type="submit"].style2:hover,
input[type="reset"].style2:hover,
.button.style2:hover,
button.style2:hover {
    background-color: rgba(229, 230, 231, 0.25);
}

input[type="button"].style2:active,
input[type="submit"].style2:active,
input[type="reset"].style2:active,
.button.style2:active,
button.style2:active {
    background-color: rgba(229, 230, 231, 0.375);
}

input[type="button"].style2.down,
input[type="submit"].style2.down,
input[type="reset"].style2.down,
.button.style2.down,
button.style2.down {
    background-image: url("images/arrow.svg");
}

/* Form */

form {
    margin: 0 0 2em 0;
}

form .field {
    margin: 0 0 1.5em 0;
}

form .field.half {
    width: 50%;
    float: left;
    padding: 0 0 0 0.75em;
}

form .field.half.first {
    padding: 0 0.75em 0 0;
}

form > .actions {
    margin: 1.5em 0 0 0 !important;
}

@media screen and (max-width: 736px) {

    form .field {
        margin: 0 0 1em 0;
    }

    form .field.half {
        padding: 0 0 0 0.5em;
    }

    form .field.half.first {
        padding: 0 0.5em 0 0;
    }

    form > .actions {
        margin: 1em 0 0 0 !important;
    }

}

@media screen and (max-width: 480px) {

    form .field.half {
        width: 100%;
        float: none;
        padding: 0;
    }

    form .field.half.first {
        padding: 0;
    }

}

label {
    display: block;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    color: #39454b;
    display: block;
    width: 100%;
    padding: 0.65em 0.75em;
    background: none;
    border: solid 2px #e5e6e7;
    color: inherit;
    border-radius: 0.5em;
    outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    border-color: #9ac8e9;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select {
    line-height: 1.35em;
}

textarea {
    min-height: 8em;
}

::-moz-focus-inner {
    border: 0;
}

::-webkit-input-placeholder {
    opacity: 0.375;
}

:-moz-placeholder {
    opacity: 0.375;
}

::-moz-placeholder {
    opacity: 0.375;
}

:-ms-input-placeholder {
    opacity: 0.375;
}

.formerize-placeholder {
    opacity: 0.375;
}

/* Icon */

.icon {
    text-decoration: none;
}

.icon:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.25em;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon > .label {
    display: none;
}

/* Image */

.image {
    position: relative;
    display: inline-block;
}

.image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("images/overlay.png");
}

.image img {
    display: block;
    width: 100%;
}

.image.featured {
    display: block;
    width: 100%;
    margin: 0 0 2em 0;
}

.image.fit {
    display: block;
    width: 100%;
}

.image.left {
    float: left;
    margin: 0 2em 2em 0;
}

.image.centered {
    display: block;
    margin: 0 0 2em 0;
}

.image.centered img {
    margin: 0 auto;
    width: auto;
}

/* List */

ul.default {
    list-style: disc;
    padding-left: 1em;
}

ul.default li {
    padding-left: 0.5em;
}

ul.icons {
    cursor: default;
}

ul.icons li {
    display: inline-block;
}

ul.icons a {
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border: 0;
}

ul.menu {
    cursor: default;
}

ul.menu li {
    display: inline-block;
    line-height: 1em;
    border-left: solid 1px #e5e6e7;
    padding: 0 0 0 0.5em;
    margin: 0 0 0 0.5em;
}

ul.menu li:first-child {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}

ul.actions {
    cursor: default;
}

ul.actions li {
    display: inline-block;
    margin: 0 0 0 0.5em;
}

ul.actions li:first-child {
    margin-left: 0;
}

ol.default {
    list-style: decimal;
    padding-left: 1.25em;
}

ol.default li {
    padding-left: 0.25em;
}

/* Sections/Article */

header {}

header p {
    display: block;
    margin: 1em 0 0 0;
    padding: 0 0 0.5em 0;
}

footer {
    margin-top: 2em;
}

/* Table */

table {
    width: 100%;
}

table.default {
    width: 100%;
}

table.default tbody tr:nth-child(2n+2) {
    background: rgba(229, 230, 231, 0.5);
}

table.default td {
    padding: 0.5em 1em 0.5em 1em;
}

table.default th {
    text-align: left;
    font-weight: 900;
    padding: 0.5em 1em 0.5em 1em;
}

table.default thead {
    background: #39454b;
    color: #ffffff;
}

table.default tfoot {
    background: #e5e6e7;
}

/* Poptrox */

.poptrox-popup {
    -ms-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    padding-bottom: 3em;
    -webkit-box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);
}

.poptrox-popup .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1em 0 0 -1em;
    width: 2em;
    height: 2em;
    display: block;
    font-size: 2em;
}

.poptrox-popup .loader:before {
    -webkit-animation: spinner-rotate 0.75s infinite linear !important;
    animation: spinner-rotate 0.75s infinite linear !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    color: #e5e6e7;
    content: '\f1ce';
    cursor: default;
    display: block;
    height: 2em;
    left: 0;
    line-height: 2em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2em;
}

.poptrox-popup .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
    height: 3em;
    line-height: 2.8em;
    text-align: center;
    cursor: default;
    z-index: 1;
    font-size: 0.9em;
}

.poptrox-popup .nav-next,
.poptrox-popup .nav-previous {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.01);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.poptrox-popup .nav-next:before,
.poptrox-popup .nav-previous:before {
    content: '';
    position: absolute;
    width: 96px;
    height: 64px;
    background: url("images/poptrox-nav.svg");
    top: calc(50% - 1.5em);
    margin: -32px 0 0 0;
}

.poptrox-popup:hover .nav-next,
.poptrox-popup:hover .nav-previous {
    opacity: 0.5;
}

.poptrox-popup:hover .nav-next:hover,
.poptrox-popup:hover .nav-previous:hover {
    opacity: 1.0;
}

.poptrox-popup .nav-previous:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
    -webkit-filter: FlipH;
    filter: FlipH;
}

.poptrox-popup .nav-next {
    right: 0;
}

.poptrox-popup .nav-next:before {
    right: 0;
}

.poptrox-popup .nav-previous {
    left: 0;
}

.poptrox-popup .nav-previous:before {
    left: 0;
}

.poptrox-popup .closer {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    text-indent: -9999px;
    z-index: 2;
    opacity: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.poptrox-popup .closer:before {
    content: '';
    display: block;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    background: url("images/poptrox-closer.svg") center center;
    color: #ffffff !important;
}

.poptrox-popup:hover .closer {
    opacity: 0.5;
}

.poptrox-popup:hover .closer:hover {
    opacity: 1.0;
}

body.is-touch .poptrox-popup .nav-next,
body.is-touch .poptrox-popup .nav-previous,
body.is-touch .poptrox-popup .closer {
    opacity: 1.0 !important;
}

@media screen and (max-width: 736px) {

    .poptrox-popup .nav-next:before,
    .poptrox-popup .nav-previous:before {
        width: 48px;
        height: 32px;
        background-size: contain;
        margin: -16px 0 0 0;
    }

    .poptrox-popup .closer:before {
        right: 12px;
        top: 12px;
        width: 20px;
        height: 20px;
        -webkit-box-shadow: inset 0 0 0 1px #fff;
        box-shadow: inset 0 0 0 1px #fff;
        background-size: contain;
        opacity: 0.65;
    }

}

/* Gallery */
#work.main > .content {
    width: 34em;
    max-width: calc(100% - 2em);
    margin: 0 auto;
}
.gallery {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 45em;
    max-width: 100%;
    margin: 0 auto 0.5em auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: left;
}
.gallery.js-keep-words span {
    margin-bottom: 9px;
}

.gallery article {
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: auto;
    position: relative;
    opacity: 1.0;
    margin: 5px;
}

.gallery article .image {
    margin: 0;
    display: block;
}

.gallery article:nth-last-child(1n) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.gallery article:nth-last-child(2n) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.gallery article:nth-last-child(2n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.gallery article:nth-last-child(3n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.gallery article:nth-last-child(3n) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.gallery article:nth-last-child(4n) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.gallery article:nth-last-child(4n) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.gallery article:nth-last-child(5n) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.gallery article:nth-last-child(5n) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.gallery article:nth-last-child(6n) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.gallery article:nth-last-child(6n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.gallery article:nth-last-child(7n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.gallery article:nth-last-child(7n) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.gallery article:nth-last-child(8n) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.gallery article:nth-last-child(8n) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.gallery article:nth-last-child(9n) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.gallery article:nth-last-child(9n) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.gallery article:nth-last-child(10n) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.gallery article:nth-last-child(10n) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.gallery article:nth-last-child(11n) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.gallery article:nth-last-child(11n) {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.gallery article:nth-last-child(12n) {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.gallery article:nth-last-child(12n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.gallery article:nth-last-child(13n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.gallery article:nth-last-child(13n) {
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.gallery article:nth-last-child(14n) {
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.gallery article:nth-last-child(14n) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.gallery article:nth-last-child(15n) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.gallery article:nth-last-child(15n) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.gallery article:nth-last-child(16n) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

.gallery article:nth-last-child(16n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.gallery article:nth-last-child(17n) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.gallery article:nth-last-child(17n) {
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

.gallery article:nth-last-child(18n) {
    -webkit-transition-delay: 0.85s;
    transition-delay: 0.85s;
}

.gallery article:nth-last-child(18n) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.gallery article:nth-last-child(19n) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.gallery article:nth-last-child(19n) {
    -webkit-transition-delay: 0.95s;
    transition-delay: 0.95s;
}

.gallery article:nth-last-child(20n) {
    -webkit-transition-delay: 0.95s;
    transition-delay: 0.95s;
}

.gallery article:nth-last-child(20n) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.gallery article:nth-last-child(21n) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.gallery article:nth-last-child(21n) {
    -webkit-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.gallery article:nth-last-child(22n) {
    -webkit-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.gallery article:nth-last-child(22n) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.gallery article:nth-last-child(23n) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.gallery article:nth-last-child(23n) {
    -webkit-transition-delay: 1.15s;
    transition-delay: 1.15s;
}

.gallery article:nth-last-child(24n) {
    -webkit-transition-delay: 1.15s;
    transition-delay: 1.15s;
}

.gallery.inactive article {
    opacity: 0;
}

.gallery.inactive article.from-left {
    -webkit-transform: translateX(-14em);
    transform: translateX(-14em);
}

.gallery.inactive article.from-right {
    -webkit-transform: translateX(14em);
    transform: translateX(14em);
}

.gallery.inactive article.from-top {
    -webkit-transform: translateY(-7em);
    transform: translateY(-7em);
}

.gallery.inactive article.from-bottom {
    -webkit-transform: translateY(7em);
    transform: translateY(7em);
}

.gallery article img {
    max-width: 120px;
    max-height: 40px;
}

@media screen and (max-width: 480px) {

    .gallery {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .gallery article {}

}

/* Header */

#header {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
}

#header h1 {
    position: absolute;
    left: 1em;
    top: 0;
    height: 3em;
    line-height: 3em;
    cursor: default;
}

#header h1 a {
    font-size: 1.25em;
}

#header nav {
    position: absolute;
    right: 0.5em;
    top: 0;
    height: 3em;
    line-height: 3em;
}

#header nav ul {
    margin: 0;
}

#header nav ul li {
    display: inline-block;
    margin-left: 0.5em;
    font-size: 0.9em;
}

#header nav ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 3em;
    line-height: 3em;
    padding: 0 0.5em 0 0.5em;
    outline: 0;
}

@media screen and (max-width: 736px) {

    #header {}

    #header h1 {
        text-align: center;
        position: relative;
        left: 0;
        top: 0;
    }

    #header h1 a {
        font-size: 1em;
    }

    #header nav {
        display: none;
    }

}

body {
    padding-top: 0;
}

@media screen and (max-width: 736px) {

    body {
        padding-top: 0;
    }

}

/* Main */

.main {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0;
    overflow-x: hidden;
}

.main > .content {
    width: 35em;
    max-width: calc(100% - 2em);
    margin: 0 auto;
}

.main > .content > :last-child {
    margin-bottom: 0;
}

.main.fullscreen {
    min-height: 100%;
}

.main.style1 {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 3em 0 3em 0;
}

.main.style1 h2 {
    font-size: 4.25em;
    line-height: 1em;
}

.main.style1 > .content {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1.0;
    margin: 0;
}

#intro.main.style1 > .content {
    width: 20em;
}

.main.style1.inactive > .content {
    opacity: 0;
}

.main.style2 {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3em 0 3em 0;
    overflow: hidden;
}

.main.style2 > .content {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    width: 35%;
    margin: 0;
}

.main.style2.left {
    -moz-justify-content: -moz-flex-start;
    -ms-justify-content: -ms-flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.main.style2.right {
    -moz-justify-content: -moz-flex-end;
    -ms-justify-content: -ms-flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main.style2.inactive.left > .content {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.main.style2.inactive.right > .content {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.main.style3 {
    text-align: center;
    padding: 6em 0 6em 0;
}

.main.style3 .content > header {
    margin-bottom: 2em;
}

#work.main.style3 .content > header {
    margin-bottom: 4em;
}

.main.style3.primary {
    background: #ffffff;
}

.main.style3.secondary {
    background: #eee;
}

.main.dark {
    color: #ffffff;
}

.main.dark a {
    color: inherit;
}

.main.dark .button.style2 {
    border-color: #ffffff;
}

.main.dark .button.style2:hover {
    background-color: rgba(255, 255, 255, 0.125);
}

.main.dark .button.style2:active {
    background-color: rgba(255, 255, 255, 0.25);
}

.main.dark .button.style2.down {
    background-image: url("images/dark-arrow.svg");
}

#corp_block,
.group_block {
    text-align: left;
}

body.is-touch .main {
    background-attachment: scroll !important;
}

@media screen and (max-width: 1920px) {

    .main.style2 .content {
        width: 40%;
    }

}

@media screen and (max-width: 1280px) {

    .main.style2 .content {
        width: 50%;
    }

}

@media screen and (max-width: 1000px) {

    .main.style2 .content {
        width: 60%;
    }

}

@media screen and (max-width: 736px) {

    .main.fullscreen {
        height: auto !important;
    }
    #advp01, #advp02, #advp03 {
        min-height: inherit;
    }
    
    .main.style1 {
        padding: 4em 15px 4em 15px;
    }

    .main.style1 h2 {
        font-size: 3em;
    }

    .main.style2 {
        padding: 6em 15px 6em 15px;
    }

    .main.style2:before,
    .main.style2:after {
        /*display: none !important;*/
    }

    .main.style2 .button.anchored {
        display: none;
    }

    .main.style2 .content {
        width: 100%;
        max-width: 100%;
        text-align: center;
        -webkit-transform: none;
        transform: none;
    }

    .main.style3 {
        text-align: center;
        padding: 3em 10px 3em 10px;
    }

}

@media screen and (max-width: 480px) {
    #work.main > .content {
        width: 100%;
        max-width: calc(100% - 0em);
    }
    .main > .content {
        max-width: calc(100% - 0em);
    }
    .gallery.js-keep-words span {
    margin-bottom: 24px;
    }
    
    .main > .content.value {
        max-width: calc(100% - 2em);
    }
    
    #intro.main.style1 > .content {
        width: 13em;
    }
    #work.main.style3 .content > header {
    margin-bottom: 3em;
    }

}

/* Footer */

#footer {
    position: relative;
    line-height: 3em;
    margin: 15px;
    background: #fff;
    overflow: hidden;
    text-align: center;
}

#footer a {
    color: inherit;
}

#footer a:hover {
    color: #b9babb;
}

#footer ul.actions {
    position: absolute;
    left: 1em;
    top: 0.25em;
    height: 5em;
    line-height: 5em;
    margin: 0;
}

#footer ul.actions li {
    font-size: 1.25em;
    margin: 0;
}

#footer ul.actions li a {
    padding: 0.5em;
}

#footer ul.menu {
    font-size: 0.9em;
}

#footer ul.menu li {
    border-left-color: rgba(185, 186, 187, 0.2);
    font-size: 0.9em;
}

@media screen and (max-width: 1000px) {

    #footer {
        height: auto;
        line-height: inherit;
        text-align: center;
        padding: 1em 1em 1em 1em;
    }

    #footer ul.actions {
        position: relative;
        left: 0;
        top: 0;
        height: auto;
        line-height: inherit;
        margin: 0 0 1em 0;
    }

    #footer ul.menu {
        position: relative;
        right: 0;
        top: 0;
        height: auto;
        line-height: inherit;
    }

}

@media screen and (max-width: 736px) {

    #footer ul.menu li {
        border-left: 0;
        padding: 1em 0 0 0;
        margin: 0;
        display: block;
    }

    #footer ul.menu li:first-child {
        padding-top: 0;
    }

    #footer ul.menu li a {
        line-height: 1.5em;
    }

}

/* Intro */

#intro {
    background-color: #fff;
    background-attachment: fixed, fixed;
    background-position: top left, bottom center;
    background-repeat: repeat, no-repeat;
}

/* One */
#one,
#seven {
    background: url("../../images/one.jpg");
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
}

#seven .content {
    width: 45em;
}

#seven {
    overflow: hidden;
}

/* Two */
#two {
    /*
    background: url("images/overlay.png"), url("../../images/two.jpg");
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
    */
    padding: 0;
}

/* Three */
#three {
    /*
    background: url("images/overlay.png"), url("../../images/three.jpg");
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
    */
    padding: 0;
}

/* Four */
#four {
    /*
    background: url("images/overlay.png"), url("../../images/four.jpg");
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
    */
    padding: 0;
}

/* Five */
#five {
    /*
    background: url("images/overlay.png"), url("../../images/five.jpg");
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
    */
    padding: 0;
}

/* Six */
#six,
#six2 {
    /*
    background: url("images/overlay.png"), url("../../images/six.jpg");
    background-size: 256px 256px, cover;
    background-attachment: fixed, fixed;
    background-position: top left, center center;
    */
    padding: 0;
}

#advp01,
#advp02,
#advp03 {
    padding: 0;
    background-color: #000;
}

@media screen and (max-width: 736px) {
    /*
    .viewbg {
    opacity: 1 !important;
}
    #two {
    background: none;
    opacity: 0;
}
    #two:before {
    background: url("images/overlay.png"), url("../../images/two.jpg");
    background-size: 256px 256px, cover;
    background-position: top left, center center;
    position: fixed;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
    #four {
    background: none;
    opacity: 0;
}
    #four:before {
    background: url("images/overlay.png"), url("../../images/four.jpg");
    background-size: 256px 256px, cover;
    background-position: top left, center center;
    position: fixed;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
    #six {
    background: none;
    opacity: 0;
}
    #six:before {
    background: url("images/overlay.png"), url("../../images/six.jpg");
    background-size: 256px 256px, cover;
    background-position: top left, center center;
    position: fixed;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
    */
}

/* Corp */

#corp {
    overflow: hidden;
}

#corp .box {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    padding: 1.5em;
}

#corp.inactive .box {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

@media screen and (max-width: 736px) {

    #corp .box {
        padding: 1em;
    }

    #corp dt,
    #corp dd {
        line-height: 1.5;
    }

}

#group {
    overflow: hidden;
}

#group .box {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    padding: 2em 0;
}

#group .box h3 {
    letter-spacing: 0.5em;
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Noto Sans JP', sans-serif;
}

#group .box h4 {
    letter-spacing: 0.01em;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 2.5em 0 0;
    line-height: 1.4;
}

#group .box p {
    font-size: 0.8em;
    line-height: 1.6;
}

#group .box .groupflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 1em 0;
}

#group .box .groupflex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#group .box .groupflex .groupconte {
    width: 60%;
}

#group .box .groupflex .imgflex {
    width: 35%;
}

#group .box .groupflex .imgflex img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#group .linkblock {
    margin-top: 0px;
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
}

#group .linkblock > div {
    border-bottom: solid 1px #eee;
    border-right: solid 1px #eee;
    margin: 0;
    padding: 0.5em 0;
}

#group .linkblock > div a {
    opacity: 0.8;
}

#group .memberblock {
    border-top: solid 1px #eee;
}

#group .memberblock table {
    width: 100%;
    border-collapse: collapse;
}

#group .memberblock tr {
    border-bottom: solid 1px #eee;
}

#group .memberblock td {
    padding: 0.5em;
    vertical-align: middle;
}

#group .memberblock td h4 {
    padding: 0;
    margin: 0;
}

#group .memberblock td p {
    font-size: 0.7em;
}

#group .memberblock .posi,
#group .memberblock .name {
    white-space: nowrap;
}

#group .groupimgbox {
    margin: 1.5em 0;
}

#group .serviceveblock {
    padding: 1.5em;
    background-color: #eee;
    margin: 3em 0 0;
}

#group .serviceveblock h4 {
    text-align: center;
    margin: 0;
    font-size: 1.1em;
}

#group .serviceveblock .veflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 1.5em 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#group .serviceveblock .veflex .vet {
    width: 20%;
    text-align: center;
}

#group .serviceveblock .veflex .vex {
    width: 78%;
}

#group .serviceveblock .veflex h5 {
    letter-spacing: 0.1em;
    margin: 0 0 0;
    font-weight: 400;
}

#group .serviceveblock .veflex p {
    line-height: 1.4;
}

#group .serviceveblock .vemenu {
    border: solid 1px #999;
    background-color: #fff;
    padding: 0.7em 1em;
    margin: 2em 0 0;
}

#group .serviceveblock .vemenu h4 {
    margin: 0 0 0.5em;
    letter-spacing: 0.1em;
}

#case .casebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    width: 100%;
    margin-bottom: 2.5em;
}

#case .casebox .caseimg {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
}

#case .casebox .caseimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#case .casebox .casetext {
    width: 100%;
    padding: 1.5em 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#case .casebox .casetext h3 {
    font-size: 0.9em;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: left;
    margin: 0 0 0.5em;
}

#case .casebox .casetext h4 {
    font-size: 1em;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: left;
    margin: 0 0 0.5em;
    font-weight: 500;
}

#case .casebox .casetext p {
    font-size: 0.8em;
    line-height: 1.6;
    text-align: left;
}

#group.inactive .box {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.sp, .sp_blc {
    display: none;
}
.pc {
    display: inline-block;
}

@media screen and (max-width: 736px) {
    .sp {
        display: inline-block;
    }
    .sp_blc {
        display: block;
    }
    .pc {
        display: none;
    }
    #group .box {
        padding-bottom: 1em;
    }

    #group .box .groupflex .groupconte {
        width: 100%;
    }

    #group .box .groupflex .imgflex {
        width: 100%;
        max-height: 13em;
        margin: 1em 0 0;
    }

    #group .box .groupflex.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #group .linkblock div {
        width: 50%;
    }

    #group .serviceveblock .veflex {
        margin: 2em 0 0;
    }

    #group .serviceveblock .veflex .vet {
        width: 100%;
        text-align: center;
        margin: 0 0 1em;
    }

    #group .serviceveblock .veflex .vex {
        width: 100%;
    }

    #group .serviceveblock .veflex h5 {
        text-align: center;
        margin-bottom: 1em;
    }

    #group .serviceveblock .veflex p {
        text-align: center;
        line-height: 1.6;
    }
}

.main.style1.works h2,
.main.style1.favorite h2 {
    font-size: 2em;
    margin-bottom: 30px;
}

#works_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#works_block #works_agebox {
    width: 20%;
    text-align: left;
    border-right: 1px solid #ccc;
    padding: 0.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#works_block #works_inbox {
    width: 75%;
    text-align: left;
    padding: 0.8em 0 0.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#works_block #works_agebox li {
    line-height: 1.8;
    color: #ccc;
    cursor: pointer;
    text-decoration: underline;
}

#works_block #works_inbox h3 {
    font-weight: 500;
    color: #000;
    letter-spacing: 0em;
    line-height: 1.2;
    margin-bottom: 5px;
    font-size: 1em;
}

#works_block #works_inbox p {
    font-weight: 300;
    color: #ccc;
    letter-spacing: 0em;
    line-height: 1.4;
    font-size: 0.9em;
}

#works_block #works_inbox p.wname:before {
    content: "\002731";
}

#works_block #works_inbox p.wdetail {
    margin-bottom: 20px;
}

@media screen and (max-width: 736px) {
    .works.main.style1 {
        padding: 2em 5px 2em 5px;
    }
}

.totop {
    text-align: right;
    font-size: 0.9em;
}

.totop a {
    color: #ccc;
}

.main.style1.inactive.favorite > .content {
    opacity: 1 !important;
}

#archive_block {
    margin-top: 50px;
}

.linkblock {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.linkblock div {
    width: 50%;
    margin: 2em 0;
}

.linkblock div a img {}

@media screen and (max-width: 736px) {
    .linkblock div {
        width: 100%;
    }
}


.textanime {
    color: #00000082;
    max-width: 100vw;
    padding: 75px 50px 50px;
    margin: 0 auto;
    position: relative;
    font-size: 50px;
    line-height: 1.4;
    -webkit-perspective: 400px;
    perspective: 400px;
}
.textanime div {
    display: inline-block !important;
}
.textanime span.subtext {
    font-size: 20px;
}
.intext {

    display: inline-block;
}

@media screen and (max-width: 736px) {
    .textanime {
        font-size: 2.4em;
        padding: 60px 0px 50px;
    }
    .textanime .split div {
        margin: 0 8px;
    }
    .textanime span.subtext {
        font-size: 0.5em;
    }
    .intext {
        width: 100%;
        display: inline-block;
    }
    .lhc {
        padding-top: 8px;
        display: inline-block;
    }
}

@media screen and (max-width: 320px) {
    .textanime {
        font-size: 1.1em;
        padding: 100px 0px 50px;
    }
    .intext {
        width: 110px;
        display: inline-block;
    }
}


img.mission_abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 200;
    width: 35em;
    max-width: calc(100% - 2em);
    -webkit-filter: drop-shadow(0px 0px 5px #808080);
    filter: drop-shadow(0px 0px 5px #808080);
}
.syoryaku {
  text-align: left;
  font-size: 0.7em;
}
