/*------------------------------------------------------------------
Project:    Tetris - Minimal Ajax Portfolio Template Grid 
Version:    1.0
Last change:    26/09/2017
Assigned to:    ClaPat 
Primary use:    Showcase Portfolio 
-------------------------------------------------------------------*/

@import url("css/portfolio.css");
@import url("css/shortcodes.css");
@import url("css/assets.css");


/*------------------------------------------------------------------

01. General Styles
02. Page Overlay
03. Header Elements
04. Overlay Menu
05. Hero Section
06. Main Content 
07. Footer Elements
08. Responsive Media Querries

-------------------------------------------------------------------*/
html.no-scroll,
body.no-scroll {
    overflow: hidden;
    height: 100%;
    touch-action: none;
    /* スマホのタッチ無効 */
    -ms-touch-action: none;
    overscroll-behavior: none;
    /* 上に引っ張ってもバウンスしない */
}

.sp-hidden {
    display: none;
}

.pc-hidden {
    display: block;
}

.topslider .owl-item .slide img.sp-hidden {
    display: none !important;
}

.topslider .owl-item .slide img.pc-hidden {
    display: block !important;
}

.topslider .owl-item .slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.toppage.cd-index.cd-main-content {
    background-color: #E9EBEF !important;
}


/* loading */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #222222;
    text-align: center;
}



/*--------------------------------------------------
    01. General Settings
---------------------------------------------------*/
#window {
    background-image: url("background.png");
    background-position: center center;
    background-size: 500px;
    width: 300%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;

    -webkit-animation: infinitescroll 5s linear infinite;
    -moz-animation: infinitescroll 5s linear infinite;
    -ms-animation: infinitescroll 5s linear infinite;
    -o-animation: infinitescroll 5s linear infinite;
    animation: infinitescroll 5s linear infinite;
    z-index: 0;
}

.pen {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

/******************/
/******************/


@-webkit-keyframes scrollBad {
    0% {
        background-position: -320px 0;
    }

    100% {
        background-position: -320px 0;
    }
}

@keyframes scrollBad {
    0% {
        background-position: -320px 0;
    }

    100% {
        background-position: -320px 0;
    }
}


@-webkit-keyframes infinitescroll {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-320px, 0, 0);
    }
}

@-moz-keyframes infinitescroll {
    0% {
        -moz-transform: translate3d(0, 0, 0);
    }

    100% {
        -moz-transform: translate3d(-320px, 0, 0);
    }
}

@-ms-keyframes infinitescroll {
    0% {
        -ms-transform: translate3d(0, 0, 0);
    }

    100% {
        -ms-transform: translate3d(-320px, 0, 0);
    }
}

@-o-keyframes infinitescroll {
    0% {
        -o-transform: translate3d(0, 0, 0);
    }

    100% {
        -o-transform: translate3d(-320px, 0, 0);
    }
}

@keyframes infinitescroll {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-320px, 0, 0);
    }
}

/******************/
/******************/
html,
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    height: 100%;
    width: 100%;
    /*color: #777777;*/
    color: #FFF;
    background-color: #000;
}

html {
    box-sizing: border-box;
    margin-right: 0px !important;
    overflow: visible !important;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    webkit-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}

body.hidden {
    opacity: 0;
}


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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

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

audio,
canvas {
    display: inline-block;
    max-width: 100%;
}

address {
    font-style: italic;
    margin-bottom: 24px;
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}

b,
strong {
    font-weight: 400;
    color: #000;
}

cite,
dfn,
em,
i {
    font-style: italic;
}

mark,
ins {
    background: none repeat scroll 0 0 #000;
    text-decoration: none;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 2px 5px;
    margin-bottom: 10px;
    display: inline-block;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.6;
}

pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

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

blockquote {
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
    border-left: 2px #ddd solid;
    padding: 20px 20px 20px 40px;
    letter-spacing: 0.01em;
}

blockquote span {
    display: block;
    margin-top: 20px;
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    font-family: Verdana, Geneva, sans-serif;
    color: #999;
}

blockquote cite,
blockquote small {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

big {
    font-size: 125%;
}

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

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

dl {
    margin-bottom: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 24px;
}

ul,
ol {
    list-style: none;
    margin: 0 0 24px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin: 0 0 0 20px;
}

li {
    line-height: 20px;
    color: #333;
    margin-bottom: 10px;
}

figure {
    margin: 0;
    position: relative;
    display: inline-block;
}

figure img {
    max-width: 100%;
}

fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 11px 12px 0;
}

legend {
    white-space: normal;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
    /* Removing the inner shadow, rounded corners on iOS inputs */
}

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

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

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {

    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

textarea {
    overflow: auto;
    vertical-align: top;
}

table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

del {
    color: #767676;
}

hr {
    border: 0;
    height: 35px;
    width: 100%;
    float: none;
    margin: 0;
    display: inline-block;
}

hr.small {
    height: 20px;
}

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

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

img {
    border: 0 none;
    max-width: 100%;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin-bottom: 10px;
}

h1.big-title {
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 110px;
    margin-left: -7px;
}

h1 {
    font-size: 48px;
    line-height: 60px;
    margin-left: -3px;
}

h2 {
    font-size: 36px;
    line-height: 48px;
    margin-left: -1px;
}

h3 {
    font-size: 30px;
    line-height: 40px;
    margin-left: -1px;
}

h4 {
    font-size: 24px;
    line-height: 36px;
    margin-left: -1px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
    margin-left: -1px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
}

.bg-video {
    position: absolute;
    left: -100%;
    right: -100%;
    bottom: 0;
    margin: auto;
    width: 2600px;
    height: 100%;
    background-size: cover;
}

.video-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.mv-video-container {
    height: 75vh !important;
    width: 100%;
}

video {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    transform: initial !important;
    top: initial;
}



.col-content.light-content h1,
.col-content.light-content h2,
.col-content.light-content h3,
.col-content.light-content h4,
.col-content.light-content h5,
.col-content.light-content h6 {
    color: #fff !important;
}

.light-content p {
    color: rgba(255, 255, 255, 0.5);
}

.title-has-line {
    position: relative;
    margin-bottom: 25px;
    color: #000 !important;
}

.title-has-line::after {
    background: none repeat scroll 0 0 #000;
    bottom: 20px;
    content: "";
    height: 1px;
    left: -40px;
    position: absolute;
    width: 25px;
}

.light-content .title-has-line::after {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}

p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 28px;
    color: #000;
}

p.no-margins {
    margin-bottom: 0;


}

.bigger {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #222;
}

.smaller {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #777;
    text-transform: uppercase;
}

.container {
    max-width: 1580px;
    width: 100%;
    margin: 0 auto;
    padding: 0 220px;
    box-sizing: border-box;
    height: 100%;
}

.mfp-counter {
    display: none;
}

.small .container {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
}

.full .container {
    width: 100%;
    max-width: 100%;
    padding: 0 220px;
    padding-top: 150px;
}

.container::after {
    clear: both;
    content: " ";
    display: table;
}

.detail .container img {
    width: 100%;
    max-width: 800px;
    max-height: 800px;
    object-fit: contain;
}

a:hover,
a:active {
    outline: 0;
    color: #000;
}

a {
    text-decoration: none;
    -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
}

a {
    color: #000;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

.one_half {
    width: 47%;
}

.one_third {
    width: 30.6%;
}

.one_fourth {
    width: 22%;
}

.one_fifth {
    width: 16.8%;
}

.one_sixth {
    width: 13.33%;
}

.two_fifth {
    width: 37.6%;
}

.two_fourth {
    width: 48%;
}

.two_third {
    width: 65.33%;
}

.three_fifth {
    width: 58.4%;
}

.three_fourth {
    width: 74%;
}

.four_fifth {
    width: 79.2%;
}

.five_sixth {
    width: 82.67%;
}

.one_third,
.two_third,
.three_fourth,
.one_fourth,
.two_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
    float: left;
    margin-bottom: 20px;
    margin-right: 4%;
    position: relative;
}

.one_half {
    float: left;
    margin-bottom: 20px;
    margin-right: 6%;
    position: relative;
}

.last {
    margin-right: 0px;
}

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

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

.outer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#menu-overlay .outer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.inner {
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 90%;
}

.vc_row {
    position: relative;
    z-index: 1;
}

.row_padding_top {
    padding-top: 10px;
}

.row_padding_bottom {
    padding-bottom: 0px;
}


/*--------------------------------------------------
    02. Page Overlay
---------------------------------------------------*/

.page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-overlay .animate-box-bottom {
    position: absolute;
    width: 100%;
    height: 101%;
    -webkit-transition: -webkit-transform .0s;
    transition: -webkit-transform .0s;
    transition: transform .0s;
    transition: transform .0s, -webkit-transform .0s;
    background-color: #fff;
}

.page-overlay .animate-box-bottom {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
}

.page-overlay.from-bottom {
    z-index: 120;
}

.page-overlay.from-bottom .animate-box-bottom {
    transition: transform .4s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.page-overlay.from-bottom-end .animate-box-bottom {
    transition: transform .5s ease-in-out 0.3s;
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%);
}

.page-overlay .animate-box-left {
    position: absolute;
    width: 100%;
    height: 101%;
    -webkit-transition: -webkit-transform .0s;
    transition: -webkit-transform .0s;
    transition: transform .0s;
    transition: transform .0s, -webkit-transform .0s;
    background-color: #000;
}

.page-overlay .animate-box-left {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
}

.page-overlay.from-left {
    z-index: 120;
}

.page-overlay.from-left .animate-box-left {
    transition: transform .4s ease-in-out;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.page-overlay.from-left-end .animate-box-left {
    transition: transform .4s ease-in-out 0.3s;
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
}

/*--------------------------------------------------
    03. Header Elements
---------------------------------------------------*/

header {
    opacity: 1;
    width: 100%;
    height: 120px;
    left: 0;
    top: 0;
    background-color: transparent;
    position: fixed;
    box-sizing: border-box;
    z-index: 100;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

header.nav-hide {
    top: -120px;
}

header.open.nav-hide {
    top: 0px;
}

#header-container {
    box-sizing: border-box;
    padding: 0% 12%;
    height: 50px;
    margin: 35px auto;
    max-width: 100%;
    position: relative;
    width: 100%;
    z-index: 20;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#logo {
    position: relative;
    display: inline-block;
    pointer-events: auto;
    z-index: 10;
}

#logo a {
    display: block;
}

#logo a.disable {
    pointer-events: none;
}

#logo img {
    display: block;
    height: 40px;
    width: auto;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

#logo img.black-logo {
    opacity: 1;
    /*filter: brightness(3);*/
}

#logo.bg-white img.black-logo {
    filter: none;
}



.light-content #logo img.black-logo {
    opacity: 1;
}

.menu-open.light-content #logo img.black-logo,
.initial.light-content #logo img.black-logo {
    opacity: 1;
}


.menu-open.light-content .slide-in #logo img.black-logo {
    opacity: 1;
}

#logo img.white-logo {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.light-content #logo img.white-logo {
    opacity: 1;
}

.menu-open.light-content #logo img.white-logo,
.initial.light-content #logo img.white-logo {
    opacity: 0;
}

.menu-open.light-content .slide-in #logo img.white-logo {
    opacity: 1;
}



@media all and (min-width: 1025px) {

    nav {
        position: relative;
        float: right;
        right: 0;
        top: 0px;
        -webkit-transition: all 0.2s ease-in-out 0.5s;
        transition: all 0.2s ease-in-out 0.5s;

    }



    header.open nav {
        opacity: 0;
        visibility: hidden;
    }

    .flexnav {
        display: block;
        float: right;
        position: relative;
        width: auto;

    }


    .flexnav li ul {
        min-width: 160px;
    }

    .flexnav .touch-button {
        background: transparent none repeat scroll 0 0;
    }

    .flexnav .touch-button .navicon {
        display: none;
    }

    .flexnav li {
        background: transparent none repeat scroll 0 0;
        margin-left: 61px;

    }

    .flexnav li::after {
        width: 20px;
        height: 1px;
        position: absolute;
        content: "";
        background-color: #222;
        /*background-color: rgb(255, 255, 255, 0.2);*/
        left: -50px;
        bottom: 30px;
    }

    .flexnav li:first-child::after,
    .flexnav li ul li::after {
        display: none;
    }

    .light-content .flexnav li::after {
        background: rgba(255, 255, 255, 0.3);
    }

    .flexnav li a {
        background: transparent none repeat scroll 0 0;
        padding: 10px 0 20px 0;
        position: relative;
        border-left: medium none;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        color: #000;
        /* 20210409 変更 */
        /*color: #F5F5DC;*/
        font-size: 14px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .light-content .flexnav li a {
        color: #fff;
    }

    .flexnav:hover li a {
        /*color: #000;*/
        /* 20210409 変更 */
        color: #FFF;
    }

    .flexnav li:hover a {
        color: #ccc;
    }

    .light-content .flexnav:hover li a {
        color: rgba(0, 0, 0);
    }

    .light-content .flexnav li:hover a {
        color: #000;
    }



    .flexnav li>ul li {
        margin-left: 0;
    }

    .flexnav li ul {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform: translate3d(0px, 20px, 0px);
        -moz-transform: translate3d(0px, 20px, 0px);
        -o-transform: translate3d(0px, 20px, 0px);
        -ms-transform: translate3d(0px, 20px, 0px);
        transform: translate3d(0px, 20px, 0px);
        display: block !important;
        opacity: 0;
        visibility: hidden;
        left: -10px;
        padding-top: 20px;
        background: #999;
        border-radius: 3px;
    }

    .light-content .flexnav li ul {
        background: #fff;
    }

    .flexnav li ul:after {
        display: block;
        content: '';
        position: absolute;
        top: -6px;
        left: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 9px;
        border-color: transparent transparent #999;
    }

    .light-content .flexnav li ul:after {
        border-color: transparent transparent #fff;
    }

    .flexnav li ul.flexnav-show {
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        opacity: 1;
        visibility: visible;
    }

}

#menu-burger {
    width: 22px;
    height: 18px;
    position: relative;
    float: right;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    top: 11px;
    right: 0;
    display: none;
    z-index: 2;
    pointer-events: initial;
}

.menu-overlay #menu-burger {
    display: block;
}

#menu-burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    /*background: #FFF;*/
    background: #5e5e5e;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.light-content #menu-burger span {
    background: #fff;
}

.menu-open.light-content #menu-burger span,
.initial.light-content #menu-burger span {
    background: #000;
}

#menu-burger span:nth-child(1) {
    top: 0px;
}

#menu-burger span:nth-child(2),
#menu-burger span:nth-child(3) {
    top: 7px;
}

#menu-burger span:nth-child(4) {
    top: 14px;
}

#menu-burger:hover span:nth-child(4) {
    width: 100%;
}

#menu-burger.open span:nth-child(1) {
    top: 7px;
    width: 0%;
    right: 50%;
}

#menu-burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#menu-burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#menu-burger.open span:nth-child(4) {
    top: 7px;
    width: 0%;
    right: 50%;
}

.menu-info {
    position: absolute;
    top: 0px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    left: 0;
    pointer-events: none;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out 0.5s;
    transition: all 0.2s ease-in-out 0.5s;
}

.light-content .menu-info {
    color: #fff;
}

header.open .menu-info {
    opacity: 1;
    visibility: visible;
}

#menu-burger-dots {
    width: 24px;
    height: 40px;
    float: right;
    box-sizing: border-box;
    padding: 8px 0;
    cursor: pointer;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

#menu-burger-dots:hover {
    padding: 4px 0;
}

#menu-burger-dots span {
    height: 4px;
    width: 4px;
    /*background-color: #FFF;*/
    background-color: #5e5e5e;
    border-radius: 4px;
    display: block;
    float: left;
    margin: 2px;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.light-content #menu-burger-dots span {
    background-color: #fff;
}

#menu-burger-dots:hover span {
    margin-top: 4px;
}

/*--------------------------------------------------
    04. Overlay Menu
---------------------------------------------------*/

#menu-overlay {
    position: fixed;
    z-index: 10;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    display: block;
    width: calc(100% + 25px);
    -webkit-transition: all 0.2s ease-in-out 0.5s;
    transition: all 0.2s ease-in-out 0.5s;
}

#menu-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    -webkit-transition: all 0.2s ease-in-out 0.5s;
    transition: all 0.2s ease-in-out 0.5s;
}

#close-menu {
    position: fixed !important;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#showcase-gallery {
    width: 60%;
    height: 60%;
    position: fixed;
    top: 20%;
    right: 20%;
    bottom: 20%;
    left: 20%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out 0;
    transition: all 0.3s ease-in-out 0s;
}

#showcase-gallery.visible {
    opacity: 1;
}

#showcase-gallery.full {
    width: 100vw;
    background-color: #000;
    -webkit-transition: width 0.7s ease-in-out 0.2;
    transition: width 0.7s ease-in-out 0.2s;
}

#showcase-gallery .showcase-img {
    position: absolute;
    height: 100%;
    width: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

#showcase-gallery .showcase-img.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#showcase-gallery .showcase-img img {
    display: inline-block;
    max-height: 100%;
    height: 100%;
    text-align: center;
}

#showcase {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;


    overflow-y: auto;
    /* ← スクロール可能に */
    -webkit-overflow-scrolling: touch;
    /* ← iOSの慣性スクロール対応 */


    pointer-events: auto;
    /* ← 操作を有効化 */
}

#showcase .inner {
    padding: 100px 0;
    height: auto;
}

.showcase-list {
    margin: 0;
    display: inline-block;
    pointer-events: initial;
    width: 100%;
    float: left;
}

.showcase-list li {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    line-height: 48px;
    list-style: none;
    margin: 0;
    display: inline-block;
    padding: 0;
    margin: -2px;
    width: 50%;
    float: left;
}

.showcase-list li::after {
    width: 30px;
    height: 1px;
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    left: -75px;
    bottom: 23px;
}

.showcase-list li a {
    height: 100%;
    display: block;
    padding: 20px 25px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.light-content .showcase-list li a {
    color: #fff;
}

.showcase-list li a.disable {
    opacity: 0.5;
}

.showcase-list li span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: rgba(179, 179, 179, 1.0);
    margin-left: 2px;
}

.light-content .showcase-list li span {
    color: rgba(255, 255, 255, 0.4);
}

#menu-overlay .copyright {
    position: absolute;
    bottom: 40px;
    font-size: 12px;
    width: 100%;
}

.copyright a {
    color: #999;
}

.copyright a:hover {
    color: #000;
}

.light-content .copyright a:hover {
    color: #fff;
}

/*--------------------------------------------------
    05. Hero Section
---------------------------------------------------*/

#hero {
    overflow: hidden;
    width: 100vw;
}

#hero.normal {
    position: relative;
}

#hero.normal #hero-styles,
#hero.normal #hero-bg-image {
    position: absolute;
}

#hero-styles {
    width: 100vw;
    top: 100vh;
    left: 0;
}

#hero-caption {
    display: table;
    width: 100%;
    padding-left: 220px;
    padding-right: 220px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    opacity: 0;
    box-sizing: border-box;
}

#hero-caption.animate {
    opacity: 1;
}



#hero-bg-image.animate {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#hero-height {
    pointer-events: none;
    position: relative;
    width: 100vw;
    -webkit-transition: all 0.4s ease-out 0.9s;
    transition: all 0.4s ease-out 0.9s;
}

#hero-height.hidden {
    margin-bottom: 25vh;
}

#contact {
    height: 0vh;
}

.contact {
    color: #FFF;
    font-size: 25px;

}


#hero,
#hero-height,
#hero-styles {
    height: auto;
}

.hero-title {
    font-size: 48px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 10;
    line-height: 40px;
    max-width: 700px;
    margin-top: 5px;
    -webkit-transition: color 0.2s ease-in-out 0s !important;
    transition: color 0.2s ease-in-out 0s !important;
    /*color: #000;20200923 変更 */
    /* 20210409 変更 */
    color: #FFF;
}

.hero-title-main {
    color: #000;
    /* 20210409 変更 */
    /*color: #FFF;20200923 変更*/
}


@media screen and (max-width: 2000px) {
    .concept-title {
        height: 15%;
    }

}


@media screen and (max-width: 479px) {
    .concept-title {
        height: 10%;
    }
}


.text-align-center .hero-title {
    margin: 0 auto;
}

.light-content .hero-title {
    color: #fff;
}

.hero-title span {
    display: inline-block;
    margin: 0 6px;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    padding-top: 60px;
    box-sizing: border-box;
}

.animate .hero-title span {
    padding-top: 0;
    -webkit-transition: padding 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
    transition: padding 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}

.archive-title {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin-bottom: 50px;
    margin-top: 5%;
}


@media screen and (max-width: 3000px) {
    .contact-title {
        font-size: 24px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        color: #fff;
        margin-bottom: 50px;
        margin-top: 20%;
    }

    #contact-formular {
        margin-bottom: 10%;
    }


}


@media screen and (max-width: 479px) {
    .contact-title {
        font-size: 24px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        color: #fff;
        margin-bottom: 10%;
        margin-top: 15%;
    }

    #contact-formular {
        margin-bottom: 20%;
    }

}


.about {
    margin-bottom: 20px;
}



.about p {
    font-size: 14px;
    color: #bbb;
    width: 100%;
    margin-left: 3px;
    line-height: 20px;
}

.about a {
    color: #fff;
    text-decoration: underline;
}



.hero-subtitle {
    font-size: 16px;
    color: #000;
    /* 20210409 変更 */
    /*color: #FFF;20200923 変更 */
    width: 100%;
    z-index: 10;
    margin-left: 3px;
    line-height: 30px;
    -webkit-transition: color 0.2s ease-in-out 0s !important;
    transition: color 0.2s ease-in-out 0s !important;
}


.light-content .hero-subtitle {
    color: #fff;
    opacity: 0.5;
}

.hero-subtitle span {
    display: inline-block;
    margin: 0 3px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    padding-top: 30px;
    box-sizing: border-box;
}

.animate .hero-subtitle span {
    padding-top: 0;
    -webkit-transition: padding 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    transition: padding 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}



#hero-image {
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100vh;
    opacity: 1;
    background: center center no-repeat fixed;
    background-size: cover;
}

#hero-image.bgrelative {
    background: center center no-repeat scroll;
    background-size: cover;
}

#image-border-left,
#image-border-right {
    height: 100%;
    width: 220px;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background: #fff;
}

#image-border-left {
    left: 0;
}

#image-border-right {
    right: 0;
}

/*--------------------------------------------------
    06. Main Content
---------------------------------------------------*/

#main {
    padding-top: 140px;
    position: relative;
}

#main.hidden {
    -webkit-transition: all 0s ease-in-out 0.4s;
    transition: all 0s ease-in-out 0.4s;
    opacity: 0;
}

#main-content {
    padding-top: 80px;
    opacity: 1;
    position: relative;

}

#main-content.product_detail {
    padding-top: 0;
    text-align: center;
}

.page-action-overlay {
    position: fixed;
    z-index: 1000;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transition: all 0.2s ease-in-out 0.5s;
    transition: all 0.2s ease-in-out 0.5s;
}

.page-action-overlay.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}

.close-page-action {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: url("images/close.png"), e-resize;
}

/*--------------------------------------------------
    07. Footer Elements
---------------------------------------------------*/

footer {
    position: relative;
    padding: 75px 0 110px 0;
    width: 100%;
    height: auto;
    z-index: 5;
}

.socials-text {
    height: auto;
    line-height: 25px;
    position: relative;
    width: auto;
    margin: 0 auto;
    margin-bottom: 0px;
    text-align: center;
    bottom: 0;
    display: table;
}

.socials-text li {
    margin-right: 60px;
    margin-left: 0px;
    list-style: none;
    display: inline-block;
    color: #999;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 30px;
    position: relative;
}

.socials-text li::after {
    width: 20px;
    height: 1px;
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    left: -40px;
    bottom: 15px;
}

.socials-text-seoson li::after {
    width: 20px;
    height: 1px;
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.3) !important;
    left: -40px;
    bottom: 15px;
}


.socials-text li:first-child::after {
    display: none;
}

.light-content .socials-text li::after {
    background-color: rgba(255, 255, 255, 0.2);
}


.socials-text li:last-child {
    margin-right: 0px;
}

.socials-text li a {
    color: #F5F5DC;
    /*color: #000;*/
    /* 20210409 変更 */
    /*----20200925 beige fontcolor---*/
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.socials-text.black li a {
    color: #000;
}

.socials-text-seoson li a {
    color: #fff !important;
}

.socials-text:hover li a {
    color: #000;
    /* 20210409 変更 */
    /*color: #FFF;*/
}

.light-content .socials-text:hover li a {
    /* color: rgba(0, 0, 0, 0, );*/
    color: #FFF;
}

.socials-text-seoson:hover li a {
    color: #ccc !important;
}

.socials-text li a:hover {
    color: #ccc;
}

.socials-text-seoson li a:hover {
    color: #646464 !important;
}


.light-content .socials-text li a {
    color: #fff;
}

.light-content .socials-text li a:hover {
    color: #fff;
}


#page-action-holder {
    position: fixed;
    left: 80px;
    bottom: 100px;
    height: 50px;
    width: 50px;
    opacity: 1;
    /*opacity: 0;*/
    z-index: 10;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #FFF;
    /*
    color: #000 !important;
    */
}

#page-action-holder.is-active.is-visible {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

}

#open-filters,
#backtoworks {
    position: relative;
    height: 50px;
    width: 50px;
    margin-top: 0px;
    cursor: pointer;
}

#open-filters i,
#backtoworks i {
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.light-content #open-filters i,
.light-content.color-content #open-filters i,
.light-content #backtoworks i,
.light-content.color-content #backtoworks i {
    color: #FFF;
}

.circle-action {
    fill: transparent;
    stroke: #000;
}

.light-content .circle-action,
.light-content.color-content .circle-action {
    stroke: #000;
}

.is-inner {
    stroke-width: 2;
    opacity: 0.5;
}

.is-outer {
    stroke-width: 2;
    stroke-dasharray: 227;
    stroke-dashoffset: 227;
    transform-origin: 50%;
    transform: rotate(-90deg);
    transition: stroke-dashoffset 400ms linear;
}

#open-filters:hover .is-outer,
#backtoworks:hover .is-outer {
    stroke-dashoffset: 0;
}

.progress-page {
    position: fixed;
    right: 80px;
    bottom: 102px;
    height: 46px;
    width: 46px;
    border-radius: 50px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4);
    opacity: 0;
    z-index: 10;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.light-content .progress-page {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
}

.progress-page.disable {
    opacity: 0 !important;
}

.progress-page.is-active.is-visible {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

}

.progress-page svg path {
    fill: none;
}

.progress-page svg.progress-circle path {
    stroke: #777;
    stroke-width: 3;
    box-sizing: border-box;
}

.light-content .progress-page svg.progress-circle path {
    stroke: rgba(255, 255, 255, 1);
}

.scrolltotop {
    color: rgb(0, 0, 0) !important;
    /*color: rgb(255, 255, 255) !important;*/
    height: 46px;
    right: 0px;
    bottom: 100px;
    width: 46px;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.scrolltotop.black {
    color: rgb(0, 0, 0) !important;
}

.scrolltotop.is-active.is-visible {
    opacity: 1;
    bottom: 1px;
}

/*
.scrolltotop.is-active.is-visible:hover {
    bottom: 1px;
    opacity: 1;
}
*/
.arrow-top {
    /* border-color: rgb(0, 0, 0) !important;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000; */
    border-color: rgb(255, 255, 255) !important;
    border-bottom: 2px solid #FFF;
    border-left: 2px solid #FFF;
    height: 6px;
    transform: rotate(135deg);
    width: 6px;
    position: absolute;
    left: 19px;
    top: 16px;
}

.arrow-top.black {
    border-color: rgb(0, 0, 0) !important;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
}

.arrow-top-line {
    /* background-color: rgb(0, 0, 0) !important; */
    background-color: rgb(255, 255, 255) !important;
    height: 14px;
    left: 50%;
    position: absolute;
    top: 16px;
    width: 2px;
    margin-left: -1px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.arrow-top-line.black {
    background-color: rgb(0, 0, 0) !important;
}

.scrolltotop:hover .arrow-top-line {
    height: 16px;
    top: 18px;
}



.copy p {
    font-size: 12px;
    /*color: #000;*/
    /* 20210409 変更 */
    color: #F5F5DC;
    /*----20200925 beige fontcolor---*/
    text-align: center;
    margin-top: 30px;
    letter-spacing: 1px;
}

.copy.black p {
    color: #000;
}

/*--------------------------------------------------
    08. Responsive
---------------------------------------------------*/

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

    #header-container {
        padding: 0 50px;
    }

    .menu-overlay.slide-in nav {
        width: 40vw;
        -webkit-transform: translateX(40vw);
        transform: translateX(40vw);
    }

    .menu-overlay nav.open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    #hero-caption {
        padding-left: 100px;
        padding-right: 100px;
    }

    #image-border-left,
    #image-border-right {
        width: 100px;
    }

    #page-action-holder {
        left: 25px;
    }

    .progress-page {
        right: 25px;
    }

    footer {
        padding: 70px 0 110px 0;
    }

    .full .container {
        padding: 0 100px;
    }

    .container {
        max-width: 1580px;
        width: 100%;
        padding: 0 100px;
    }



}


@media only screen and (max-width: 1024px) {
    .inner {
        height: 100%;
    }

    #showcase .inner {
        padding: 120px 0 180px;
        height: auto;
    }

    header {
        /*position: relative;*/
        top: 0 !important;
    }

    #header-container {
        padding: 20px 0;
        margin: 0px auto;
    }

    .menu-info {
        padding-top: 20px;
    }

    #logo {
        margin-left: 50px;
        margin-bottom: 20px;
    }

    nav {
        background: #fff;
        padding: 0 50px;
    }

    .flexnav li a {
        color: #222 !important;
    }

    #menu-burger-dots {
        float: none;
        margin-left: 0;
        right: 90px;
        position: absolute;
        top: 20px;
    }

    #menu-burger {
        display: block;
        position: absolute;
        right: 50px;
        top: 32px;
    }

    #menu-burger span.touch-button {
        display: none;
    }

    #page-action-holder {
        left: 50px;
        position: absolute;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .progress-page {
        right: 50px;
        position: absolute;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .showcase-list li {
        display: block;
    }



    #hero,
    #hero-styles {
        /*position: relative;
        height: 100vh;*/
    }

    #hero-height {
        display: none;
    }

    #hero-caption {
        /*position: fixed;*/
        max-width: 100%;
        top: 0;
        padding: 0 50px;
    }

    #hero-image {
        background: center center no-repeat scroll;
        background-size: cover !important;
    }

    #image-border-left,
    #image-border-right {
        width: 50px;
    }

    .full .container,
    .container {
        padding: 0 50px;
    }

    #showcase {
        display: flex;
        position: relative;
    }

    .showcase-list li a {
        padding: 15px 25px;
    }

    #menu-overlay .copyright {
        position: relative;
    }

    .destroy {
        display: none;
    }





}


@media only screen and (max-width: 767px) {
    .topslider .owl-item .slide img.sp-hidden {
        display: block !important;
    }

    .topslider .owl-item .slide img.pc-hidden {
        display: none !important;
    }


    #logo {
        margin-left: 40px;
    }

    nav {
        background: #fff;
        padding: 0 40px;
    }

    #menu-burger {
        display: block;
        position: absolute;
        right: 40px;
        top: 32px;
    }

    .hero-title {
        font-size: 36px;
        line-height: 30px;

    }

    .hero-title span {
        margin: 0 4px;
        line-height: 40px;
        height: 40px;
        padding-top: 40px;
    }

    #image-border-left,
    #image-border-right {
        width: 40px;
    }

    .showcase-list li {
        font-size: 24px;
        line-height: 36px;
    }

    #showcase-gallery {
        width: 70%;
        height: 70%;
        top: 15%;
        right: 15%;
        bottom: 15%;
        left: 15%;
    }

    footer {
        padding: 50px 0 50px 0;
    }

    #page-action-holder {
        top: 50px;
        left: 40px;
        position: absolute;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .socials-text li::after {
        display: none;
    }

    .progress-page {
        top: 50px;
        right: 40px;
        position: absolute;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    #hero-caption {
        padding: 0 40px;
    }

    .container,
    .small .container {
        padding: 0 40px;
    }

    .full .container {
        padding: 0 40px;
    }


    .one_half {
        width: 100%;
    }

    .one_third {
        width: 100%;
    }

    .one_fourth {
        width: 100%;
    }

    .one_fifth {
        width: 100%;
    }

    .one_sixth {
        width: 100%;
    }

    .two_fifth {
        width: 100%;
    }

    .two_fourth {
        width: 100%;
    }

    .two_third {
        width: 100%;
    }

    .three_fifth {
        width: 100%;
    }

    .three_fourth {
        width: 100%;
    }

    .four_fifth {
        width: 100%;
    }

    .five_sixth {
        width: 100%;
    }

    .one_half,
    .one_third,
    .two_third,
    .three_fourth,
    .one_fourth,
    .two_fourth,
    .one_fifth,
    .two_fifth,
    .three_fifth,
    .four_fifth,
    .one_sixth,
    .five_sixth {
        margin-bottom: 20px;
        margin-right: 0%;
    }

    .socials-text li {
        display: table;
        margin: 0 auto !important;
    }



}


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



    /*   body::before {
        content: "";
        background: url("images/archives/sp_back.png") no-repeat center center;
        background-size: cover;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
    }

    body.index2::before {
        background: url("images/archives/sp_back2.png") no-repeat center center;
    }
*/
    .pc-hidden {
        display: none;
    }

    .sp-hidden {
        display: block;
    }

    .mv-video-container {
        background: url("images/archives/sp_back2.png") no-repeat center center;

        position: relative;
        height: 100vh !important;
    }

    #hero-styles {
        top: 100vh;
    }


    #logo {
        margin-left: 30px;
    }

    nav {
        background: #fff;
        padding: 0 30px;
    }

    #menu-burger-dots {
        right: 70px;
    }

    #menu-burger {
        display: block;
        position: absolute;
        right: 30px;
        top: 32px;
    }

    #menu-overlay {
        width: 100%;
    }

    #showcase-gallery {
        display: none;
    }

    #page-action-holder {
        left: 30px;
        position: absolute;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .progress-page {
        right: 30px;
        position: absolute;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .hero-title {
        font-size: 24px;
        line-height: 20px;
    }

    .hero-title span {
        margin: 0 3px;
        line-height: 30px;
        height: 30px;
        padding-top: 30px;
    }

    #hero-caption {
        padding: 0 30px;
        padding-top: 0px;
    }

    #image-border-left,
    #image-border-right {
        width: 30px;
    }

    h1.big-title {
        font-size: 30px;
        line-height: 20px;
    }

    .container,
    .small .container {
        padding: 0 30px;
    }

    header {
        height: 76px;
    }

    .full .container {
        padding: 0 30px;
        padding-top: 100px;
    }

    .row_padding_bottom {
        padding-bottom: 50px;
    }

    .row_padding_top {
        padding-top: 1px;
        padding-bottom: 30px;
    }
}

@media (aspect-ratio: 16/9),
(min-aspect-ratio: 16/9) {
    video {
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-aspect-ratio: 16/9) {
    video {
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
}

.topslider .owl-stage-outer {
    max-height: 100vh;
    height: auto;
}

.topslider .owl-item {
    position: relative;
    pointer-events: none;
}

.topslider .animated {
    animation-duration: 1.4s;
}

.topslider .owl-item.active {
    pointer-events: none;
    animation-duration: 1.4s;
}

.topslider .slide img {
    pointer-events: none;
}