/* 1.2. about IMG BACKGROUND */
.about-bg-1 {
  background-image: url("../img/about/202604/concept_pc.jpg");
}

/* 1.7. slick fullscreen - ken burns slideshow ZOOM/FADE IMG BACKGROUND */
.bg-img-1,
.kenburns-slide-1 {
  background-image: url("../img/background/202604/top_pc.jpg");
}

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

  .bg-img-1,
  .kenburns-slide-1 {
    background-image: url("../img/background/202604/top_sp.jpg");
  }
}

/* 2. 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;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  line-height: 170%;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

*:focus {
  outline: none;
}

/* remove dotted outline from links,
button and input element */
a:focus,
a:active {
  border: 0;
  outline: 0;
}

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

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}

/* IE10 scrollbar FIX */
html {
  -ms-overflow-style: scrollbar;
}

/* 3. layout */
body {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  color: #fff;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

a {
  color: #fff;
  text-decoration: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.5s linear;
  transform: translate3d(0, 0, 0);
}

a:hover,
a:visited,
a:active,
a:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  transition: all 0.5s linear;
  transform: translate3d(0, 0, 0);
}

p {
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.05em;
  /*color: #fff;*/
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  backface-visibility: hidden;
}

p a {
  color: #fff;
  text-decoration: none;
  outline: none;
  font-weight: 600;
  transition: all 0.5s linear;
  transform: translate3d(0, 0, 0);
}

p a:hover {
  color: #fff;
  text-decoration: none;
  outline: none;
  font-weight: 600;
  transition: all 0.5s linear;
  transform: translate3d(0, 0, 0);
}

strong {
  font-weight: bold;
}

::-moz-selection,
::selection {
  background: #ccc;
  color: #fff;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

/* 4. section */
.sections {
  position: relative;
  z-index: 5;
}

.section {
  overflow: hidden;
}

#section0,
#section2,
#section4,
#section1,
#section3,
#section5 {
  background: #111;
}

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

  #section0,
  #section1,
  #section2,
  #section3,
  #section4,
  #section5 {
    background: #111;
  }
}

/* 5. hero */
.hero-fullscreen {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
  background: #fff;
}

.hero-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-fullscreen-FIX {
  width: 100%;
  height: 100%;
}

/* 6. logo */
.logo {
  position: fixed;
  display: inline-block;
  top: 20px;
  left: 30px;
  line-height: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  z-index: 200;
}

@media all and (min-width: 1920px) {
  .logo {
    /*top: 50px;
    left: 50px;*/
  }
}

@media only screen and (max-width: 995px) {
  .logo {
    /*top: 35px;
    left: 35px;*/
  }
}

@media only screen and (max-width: 768px) {
  .logo {
    top: 15px;
    left: 10px;
  }
}

.logo-img:before {
  content: "";
  background: url("../img/logo.svg?0317") no-repeat;
  background-size: 13.5vw;
  display: block;
  width: 13.5vw;
  height: 8vw;
  line-height: 34px;
  transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 768px) {
  .logo-img:before {
    background-size: 26.6vw;
    width: 26.6vw;
    height: 16vw;
  }
}

.logo.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: scale(1);
  visibility: visible;
  transition: all 1s ease;
}

.logo.off {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: scale(0.75);
  visibility: hidden;
  transition: all 1s ease;
}

/* 7. navigation */
/* 7.1. navigation icon */
.navigation-icon-wrapper {
  position: fixed;
  width: 35px;
  height: 35px;
  top: 27px;
  right: 35px;
  cursor: pointer;
  z-index: 99995;
}

.navigation-icon-wrapper.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: scale(1);
  visibility: visible;
  transition: all 1s ease;
}

.navigation-icon-wrapper.off {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: scale(0.75);
  visibility: hidden;
  transition: all 1s ease;
}

@media all and (min-width: 1920px) {
  .navigation-icon-wrapper {
    top: 20px;
    right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .navigation-icon-wrapper {
    top: 10px;
    right: 15px;
  }
}

.navigation-icon .line {
  display: block;
  width: 35px;
  height: 2px;
  margin: 8px auto;
  transition: all .3s ease-in-out;
  background-color: #111;
}

@media only screen and (max-width: 768px) {
  .navigation-icon .line {
    height: 2px;
  }
}

#navigation-icon.active .line:nth-child(1) {
  transform: translateY(10px);
}

#navigation-icon.active .line:nth-child(3) {
  transform: translateY(-10px);
}

/* 7.2. navigation brackets */
.brackets a::before,
.brackets a::after {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: transform 0.3s, opacity 0.2s;
}

.brackets a::before {
  content: "\2014";
  margin-right: 10px;
  transform: translateX(20px);
}

.brackets a::after {
  content: "";
  margin-left: 10px;
  transform: translateX(-20px);
}

.brackets a:hover::before,
.brackets a:hover::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateX(0px);
}

.brackets a:focus::before,
.brackets a:focus::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translateX(0px);
}

.brackets ul {
  list-style: none;
}

li {
  list-style: none;
}

.brackets a {
  text-decoration: none;
}

.brackets a:hover,
.brackets a:visited {
  text-decoration: none;
}

/* 7.3. navigation panels overlay */
.panel-overlay-from-left {
  position: fixed;
  width: 50%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: -100%;
  background: none;
  transition: all .8s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 200;
  /*display: none !important;*/
}

.panel-overlay-from-left.open {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 768px) {
  .panel-overlay-from-left {
    display: none;
  }
}

.panel-overlay-from-right {
  position: fixed;
  width: 50%;
  height: 100%;
  overflow: hidden;
  top: 0;
  right: -100%;
  background: #111;
  transition: all .8s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 200;
}

.panel-overlay-from-right.open {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* 7.4. navigation panels */
.panel-from-left {
  position: fixed;
  width: 50%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: -100%;
  background: #111;
  transition: all .8s ease-in-out;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 200;
}

.panel-from-left.open {
  left: 0;
}

.panel-from-right {
  position: fixed;
  width: 50%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  right: -100%;
  background: none;
  transition: all .8s ease-in-out;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 200;
}

.panel-from-right.open {
  right: 0;
}

@media only screen and (max-width: 768px) {
  .panel-from-right {
    width: 100%;
    transition: all .5s ease-in-out;
  }
}

/* 7.5. navigation IMG */
.navigation-menu-img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #FFF;
}

.navigation-menu-img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.menu-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  /*background-position: left center !important;*/
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1.1);
  pointer-events: none;
}

.menu-img.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  transform: scale(1);
}

/* 7.6. navigation links */
nav.navigation-menu {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFF;
  text-align: center;
  margin: 0 auto;
}

nav.navigation-menu a {
  text-decoration: none;
  transition: all 0.5s linear;
}

nav.navigation-menu a:hover {
  transition: all 0.5s linear;
}

nav.navigation-menu a:link,
nav.navigation-menu a:visited,
nav.navigation-menu a:active {
  color: #000;
}

nav.navigation-menu span.js-accordion {
  color: #000;
}

nav.navigation-menu li {
  margin: 0 0 25px 0;
  cursor: auto;
  text-align: left;
}

nav.navigation-menu li.last {
  margin: 0;
}

nav.navigation-menu a {
  /*font-family: 'Oswald', sans-serif;*/
  font-family: 'Jost', sans-serif;
  /*font-size: 18px;*/
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  /*text-transform: uppercase;*/
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  backface-visibility: hidden;
}

nav.navigation-menu span.js-accordion {
  font-family: 'Jost', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-left: 1.4em;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  nav.navigation-menu li {
    margin-bottom: 20px;
  }
}

@media all and (min-width: 1920px) {
  nav.navigation-menu a {
    font-size: 24px;
  }
}

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

  nav.navigation-menu a,
  nav.navigation-menu span.js-accordion {
    font-size: 22px;
    font-weight: 500;
  }
}

/* 9. bottom credits */
.bottom-credits {
  position: fixed;
  display: block;
  width: 100%;
  height: auto;
  bottom: 2vh;
  color: #111;
  font-size: 9px;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 9999;
  font-family: 'Jost', sans-serif;
  font-weight: normal;
}

.bottom-credits a {
  color: #111;
  text-decoration: none;
}

.bottom-credits a:hover {
  color: #111;
  text-decoration: none;
}

@media only screen and (max-width: 995px) {
  .bottom-credits {
    color: #fff;
  }
}

@media only screen and (max-width: 995px) {
  .bottom-credits a {
    color: #fff;
  }

  .bottom-credits a:hover {
    color: #fff;
  }
}

/* 10. social icons */
.social-icons-wrapper {
  position: absolute;
  left: auto;
  right: 35px;
  bottom: 33px;
  text-align: right;
  z-index: 1002;
}

.social-icons-wrapper ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.social-icons-wrapper ul li {
  display: inline-block;
  margin: 0 auto;
  padding: 0 0 0 5px;
}

@media all and (min-width: 1920px) {
  .social-icons-wrapper {
    right: 50px;
    bottom: 47px;
  }
}

@media only screen and (max-width: 995px) {
  .social-icons-wrapper {
    right: 35px;
    bottom: 33px;
  }
}

ul.social-icons {
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
}

ul.social-icons a {
  padding: 0;
  color: #111;
  text-decoration: none;
  transition: all 0.5s linear;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

ul.social-icons a:hover {
  padding: 0;
  color: #111;
  text-decoration: none;
  transition: all 0.5s linear;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

@media only screen and (max-width: 640px) {
  ul.social-icons {
    font-size: 14px;
  }
}

@media only screen and (max-width: 995px) {
  ul.social-icons a {
    color: #fff;
  }

  ul.social-icons a:hover {
    color: #fff;
  }
}

/* 13. about section */
.about-bg-wrapper,
.all-content-wrapper {
  position: relative;
  height: 100vh;
  background: #FFF;
  color: #000 !important;
}

.about-bg-wrapper {
  position: relative;
}

.about-bg {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media only screen and (max-width: 640px) {
  .about-bg {
    min-height: 350px;
  }
}

/* 16. all content */
.all-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center !important;
  justify-content: center;
  background: none;
}

.all-content .all-content-inner,
.all-content .all-content-inner-l {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 35px;
}

.all-content .all-content-inner-form {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 20px;
}

@media all and (min-width: 1920px) {
  .all-content .all-content-inner {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 995px) {
  .all-content .all-content-inner {
    padding: 0 25px;
  }
}

@media all and (min-width: 1920px) {
  .all-content .all-content-inner-l {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 995px) {
  .all-content .all-content-inner-l {
    padding: 0 35px;
  }
}

@media all and (min-width: 1920px) {
  .all-content .all-content-inner-form {
    padding: 0 35px;
  }
}

@media only screen and (max-width: 995px) {
  .all-content .all-content-inner-form {
    padding: 0 20px;
  }
}

/* 19. overlay */
.overlay:before,
.overlay-video:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.overlay:before {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

.overlay-video:before {
  -webkit-pointer-events: auto;
  -moz-pointer-events: auto;
  pointer-events: auto;
}

.overlay-inverse-dark-35:before {
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.overlay-inverse-dark-45:before {
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.15) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.overlay-dark-60:before {
  background: rgba(0, 0, 0, 0.6);
}

/* 20. center container */
.center-container {
  position: absolute;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  background: none;
}

.center-block {
  display: table-cell;
  vertical-align: middle;
}

.center-container-menu {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  left: -9px;
}

.center-block-menu {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .center-block-menu {
    /*display: block;*/
  }
}

/* 22. preloader */
.preloader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #FFF;
  z-index: 999999;
}

#preloader {
  position: fixed;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #FFF;
  z-index: 999999;
}

#preloader-status {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}

.preloader-position {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.loader {
  position: relative;
  width: 45px;
  height: 45px;
  left: 50%;
  top: auto;
  margin-left: -22px;
  margin-top: 2px;
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 3px solid rgba(255, 255, 255, 0.15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.loader span {
  position: absolute;
  width: 45px;
  height: 45px;
  top: -3px;
  left: -3px;
  border: 3px solid transparent;
  border-top: 3px solid rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

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

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

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* 24. section heading */
.section-heading {
  /*font-family: 'Oswald', sans-serif;*/
  font-family: 'Jost', sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  /*letter-spacing: -0.04em;*/
  text-align: center;
  line-height: 1;
  margin: -5px 0 0 -3px;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.section-heading.section-heading-light {
  color: #fff;
}

.section-heading.section-heading-dark {
  color: #111;
}

@media all and (min-width: 1920px) {
  .section-heading {
    font-size: 30px;
    margin: -7px 0 -1px -3px;
  }
}

@media only screen and (max-width: 1200px) {
  .section-heading {
    font-size: 40px;
    margin: -3px 0 0 -3px;
  }
}

@media only screen and (max-width: 768px) {
  .section-heading {
    font-size: 24px;
  }
}

/* 25. section subheading */
h2.section-subheading {
  /*font-family: 'Oswald', sans-serif;*/
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  /*text-transform: uppercase;*/
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0 0 -2px 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

h2.section-subheading.section-subheading-light {
  color: #fff;
}

h2.section-subheading.section-subheading-dark {
  color: #111;
}

h2.section-subheading span {
  position: relative;
  display: inline-block;
  /*padding-right: 30px;*/
  line-height: 1;
  font-size: 23px;
  font-weight: 500;
}

h2.section-subheading span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 15px;
  height: 0;
  margin-top: 0;
}

@media all and (min-width: 1920px) {
  h2.section-subheading span {
    /*padding-right: 50px;*/
  }
}

@media all and (max-width: 768px) {
  h2.section-subheading span {
    font-size: 20px;
    font-weight: 500;
  }
}

@media all and (min-width: 1920px) {
  h2.section-subheading span:before {
    width: 25px;
  }
}

.all-txt {
  margin: -7px auto 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #000;
  font-family: 'Noto Serif JP', serif;
}

.all-txt p {
  text-align: center;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.9;
}

.all-txt.all-txt-contact {
  margin: -7px 0 -6px 0;
}

.concept-title {
  font-size: 2.2vw !important;
}

@media only screen and (max-width: 768px) {
  .concept-title {
    font-size: 24px !important;
  }
}

@media all and (max-width: 786px) {
  .all-txt p {
    font-size: 13px;
    line-height: 1.9;
  }
}

/* 28. wrappers */
.section-bg-home,
.section-bg-all {
  position: relative;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.panel-from-left-wrapper {
  position: relative;
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  height: -webkit-calc(100% - 180px);
  height: -moz-calc(100% - 180px);
  height: calc(100% - 180px);
  top: 90px;
  right: 60px;
  bottom: 90px;
  left: 60px;
  margin-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: 0;
}

.panel-from-right-wrapper {
  position: relative;
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  height: -webkit-calc(100% - 180px);
  height: -moz-calc(100% - 180px);
  height: calc(100% - 180px);
  top: 90px;
  right: 60px;
  bottom: 90px;
  left: 60px;
  margin-left: -30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: 0;
}

.section-inner {
  position: absolute;
}

@media only screen and (max-width: 995px) {
  .section-inner {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

/* 29. borders */
.borders-l {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  z-index: 10;
}

.borders-r {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  z-index: 10;
  left: 50%;
}

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

  .borders-l,
  .borders-r {
    display: none;
    visibility: hidden;
  }
}

.borders-l,
.borders-r,
.borders-l::after,
.borders-r::after,
.borders-l::before,
.borders-r::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.borders-l {
  border-top: 90px solid #fff;
  border-left: 90px solid #fff;
  border-bottom: 90px solid #fff;
  border-right: 30px solid #fff;
}

@media all and (min-width: 1920px) {
  .borders-l {
    border-top: 120px solid #fff;
    border-left: 120px solid #fff;
    border-bottom: 120px solid #fff;
    border-right: 60px solid #fff;
  }
}

@media only screen and (max-width: 1200px) {
  .borders-l {
    border-top: 90px solid #fff;
    border-left: 90px solid #fff;
    border-bottom: 90px solid #fff;
    border-right: 30px solid #fff;
  }
}

.borders-r {
  border-top: 90px solid #fff;
  border-left: 30px solid #fff;
  border-bottom: 90px solid #fff;
  border-right: 90px solid #fff;
}

@media all and (min-width: 1920px) {
  .borders-r {
    border-top: 120px solid #fff;
    border-left: 60px solid #fff;
    border-bottom: 120px solid #fff;
    border-right: 120px solid #fff;
  }
}

@media only screen and (max-width: 1200px) {
  .borders-r {
    border-top: 90px solid #fff;
    border-left: 30px solid #fff;
    border-bottom: 90px solid #fff;
    border-right: 90px solid #fff;
  }
}

.borders-l.borders-dark {
  border-top: 90px solid #2d2d2d;
  border-left: 90px solid #2d2d2d;
  border-bottom: 90px solid #2d2d2d;
  border-right: 30px solid #2d2d2d;
}

@media all and (min-width: 1920px) {
  .borders-l.borders-dark {
    border-top: 120px solid #2d2d2d;
    border-left: 120px solid #2d2d2d;
    border-bottom: 120px solid #2d2d2d;
    border-right: 60px solid #2d2d2d;
  }
}

@media only screen and (max-width: 1200px) {
  .borders-l.borders-dark {
    border-top: 90px solid #2d2d2d;
    border-left: 90px solid #2d2d2d;
    border-bottom: 90px solid #2d2d2d;
    border-right: 30px solid #2d2d2d;
  }
}

.borders-r.borders-dark {
  border-top: 90px solid #2d2d2d;
  border-left: 30px solid #2d2d2d;
  border-bottom: 90px solid #2d2d2d;
  border-right: 90px solid #2d2d2d;
}

@media all and (min-width: 1920px) {
  .borders-r.borders-dark {
    border-top: 120px solid #2d2d2d;
    border-left: 60px solid #2d2d2d;
    border-bottom: 120px solid #2d2d2d;
    border-right: 120px solid #2d2d2d;
  }
}

@media only screen and (max-width: 1200px) {
  .borders-r.borders-dark {
    border-top: 90px solid #2d2d2d;
    border-left: 30px solid #2d2d2d;
    border-bottom: 90px solid #2d2d2d;
    border-right: 90px solid #2d2d2d;
  }
}

/* 30. link effect */
a.link-effect {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

a.link-effect::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  padding: 0;
  background-color: #fff;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

a.link-effect.link-effect-dark::after {
  background-color: #5f5f5f;
}

a:hover.link-effect::after {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 36. Slick CUSTOM */
.slick-track,
.slick-list {
  -webkit-perspective: 2000;
  perspective: 2000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100% !important;
}

.slick-about,
.slick-contact {
  position: relative;
  width: 100%;
  height: auto;
  top: -80px;
  background: #111;
}

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

  .slick-about,
  .slick-contact {
    top: -120px;
  }
}

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

  .slick-about,
  .slick-contact {
    top: 0;
  }
}

.slick-about {
  width: 100.5%;
}

@media only screen and (max-width: 995px) {
  .slick-about {
    width: 100%;
  }
}

.slick-fullscreen-slideshow-zoom-fade {
  position: relative;
  width: 100%;
  /* height: auto; */
  height: 100% !important;
  /* top: -100px; */
  background: #111;
}

/* slick fullscreen slideshow */
.slick-fullscreen-img-fill {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.slick-fullscreen-img-fill img {
  position: relative;
  display: inline-block;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill,
.slick-fullscreen-slideshow .slick-fullscreen-item .slick-fullscreen-img-fill,
.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .slick-fullscreen-img-fill {
  /* height: 100vh; */
  height: 100% !important;
  background: none;
}

.slick-fullscreen .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img,
.slick-fullscreen-slideshow .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img,
.slick-fullscreen-slideshow-zoom-fade .slick-fullscreen-item .slick-fullscreen-img-fill .bg-img {
  position: relative;
  width: auto;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slick-fullscreen .slick-dots,
.slick-fullscreen-slideshow .slick-dots,
.slick-fullscreen-slideshow-zoom-fade .slick-dots {
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.25);
  list-style-type: none;
}

.slick-fullscreen .slick-dots li button,
.slick-fullscreen-slideshow .slick-dots li button,
.slick-fullscreen-slideshow-zoom-fade .slick-dots li button {
  display: none;
}

.slick-fullscreen .slick-dots li,
.slick-fullscreen-slideshow .slick-dots li,
.slick-fullscreen-slideshow-zoom-fade .slick-dots li {
  position: absolute;
  float: left;
  width: 0;
  height: 5px;
  left: -5px;
  background: #fff;
}

.slick-fullscreen .slick-dots li.slick-active,
.slick-fullscreen-slideshow .slick-dots li.slick-active,
.slick-fullscreen-slideshow-zoom-fade .slick-dots li.slick-active {
  width: 100%;
  -webkit-animation: progressDots 4s both;
  -moz-animation: progressDots 4s both;
  -ms-animation: progressDots 4s both;
  -o-animation: progressDots 4s both;
  animation: progressDots 4s both;
}

@-webkit-keyframes progressDots {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes progressDots {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.slick-fullscreen,
.slick-fullscreen-slideshow,
.slick-fullscreen-slideshow-zoom-fade {
  background: none;
}

.slick-fullscreen .slick-slide,
.slick-fullscreen-slideshow .slick-slide,
.slick-fullscreen-slideshow-zoom-fade .slick-slide {
  display: none;
  float: left;
  height: 100%;
}

.slick-initialized .slick-slide {
  display: block;
}

/* 37. fullPage CUSTOM */
@media only screen and (max-width: 995px) {
  #fullpage {
    overflow-x: hidden;
  }
}

#fp-nav.right,
#fp-nav.left {
  z-index: -1 !important;
  display: none;
  visibility: hidden;
}

/* 39. divider */
.inner-divider,
.inner-divider-half {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: none;
  z-index: -1;
}

.inner-divider {
  height: 50px;
}

.inner-divider-half {
  height: 25px;
}

@media only screen and (max-width: 995px) {
  .inner-divider-half {
    height: 15px;
  }
}

@media only screen and (max-width: 785px) {
  .inner-divider {
    height: 50px;
  }
}

.visible-mobile-devices {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .visible-mobile-devices {
    display: block;
    visibility: visible;
  }
}

/* finals */
.borders-l,
.borders-r {
  display: none;
  visibility: hidden;
}

#news-page-img-carousel,
#works-page-img-carousel,
.swiper-container,
.section-inner,
.section-bg-home,
.section-bg-all {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slick-about,
.slick-contact {
  top: 0;
}

ul.social-icons a {
  color: #fff;
}

ul.social-icons a:hover {
  color: #fff;
}

.bottom-credits {
  color: #fff;
}

.bottom-credits a {
  color: #111;
}

.bottom-credits a:hover {
  color: #111;
}

h3.section-heading.section-heading-dark,
h3.section-heading span {
  color: #fff;
}

h3.section-heading.section-heading-dark span {
  color: #fff;
}

h3.section-heading.section-heading-dark span:before {
  border-top: 1px solid #fff;
}

/* swiper */
.swiper-slide-inner-bg-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-slide-duplicate-active .swiper-slide-inner-bg-2,
.swiper-slide-active .swiper-slide-inner-bg-2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 768px) {
  .concept-image-pc {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .concept-image-sp .all-content-wrapper {
    background-image: url("../img/about/202604/concept_sp.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

.menu.brackets {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

ul.social-icons {
  width: 300px;
  /*margin-top: 50px;*/
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  justify-content: flex-start;
}

ul.social-icons .icon {
  margin-right: 20px;
}

ul.social-icons .icon img {
  height: 30px;
}

@media only screen and (max-width: 768px) {
  ul.social-icons {
    padding-left: 29px;
  }
}

@media only screen and (max-width: 768px) {
  ul.social-icons .icon {
    margin-right: 18px;
  }
}

@media only screen and (max-width: 768px) {
  ul.social-icons .icon img {
    height: 23px;
  }
}

.icon-newwin img {
  width: 13px;
}

@media only screen and (min-width: 768px) {
  #section1 .overlay-inverse-dark-35:before {
    background: none;
  }
}

.accordion {
  display: none;
  text-align: left;
  margin-left: 60px;
  margin-top: 1em !important;
}

.accordion li {
  margin-bottom: 1em !important;
}

.accordion a {
  font-size: 15px !important;
  line-height: 1.2;
  position: relative;
}

.accordion a:before {
  opacity: 1 !important;
  transform: translateX(0px) !important;
  position: absolute;
  left: -20px;
  top: 3px;
}

@media only screen and (max-width: 768px) {
  .accordion li {
    margin-bottom: .5em !important;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 768px) {
  .accordion a {
    font-size: 12px !important;
  }
}

.accordion-icon {
  color: #666;
  padding-left: 5px;
  font-size: 15px;
}

.js-accordion {
  position: relative;
  cursor: pointer;
}

.js-accordion:after {
  position: absolute;
  content: '+';
  color: #999999;
  padding-left: 5px;
  font-weight: normal;
  line-height: 1;
  top: 8px;
  font-family: "sans-serif";
  font-size: 17px;
}

.js-accordion.open:after {
  content: "\2014";
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .js-accordion:after {
    top: 5px;
  }
}

.hero-txt {
  position: absolute;
  z-index: 999;
  left: 3vw;
  bottom: 5vh;
  width: 42vw;
}

.hero-txt img {
  width: 100%;
}

.hero-txt img.sp {
  display: none;
}

.hero-txt img.pc {
  display: block;
}

@media only screen and (max-width: 1400px) {
  .hero-txt {
    width: 42vw;
    bottom: 4vh;
  }
}

@media only screen and (max-width: 768px) {
  .hero-txt {
    width: 65vw;
    bottom: 11vh;
  }

  .hero-txt img.sp {
    display: block;
  }

  .hero-txt img.pc {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #section1 * {
    color: #000 !important;
  }
}

/*error*/
.error {
  background-color: #fff;
}

.error-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  color: #000;
  text-align: center;
}

.error-wrap h1 {
  font-size: 18px;
  margin-bottom: 1em;
}

.error-wrap p {
  font-weight: normal;
  text-align: center;
}

.error-wrap a {
  display: inline-block;
  padding: 5px 10px;
  margin-top: 20px;
  color: #000;
  border: 1px solid #000;
  font-weight: normal;
  font-size: 13px;
}
