@charset "UTF-8";
/*
 Theme Name:   Sound Design Labo
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Lighting Child Theme
 Author:       Takaitsu Saito
 Template:     Lightning
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  lighting-child
*/
/*　ブレークポイント */
/* 背景画像　テキスト消去*/
/* フレックス*/
:root {
  --english-font: "Helvetica", sans-serif;
  --yugo-d: "游ゴシック体 Pr6N D", "Yu Gothic Pr6N D";
}

:root {
  --keyColor: #66ff00;
  --baseColor: #1d1d1d;
  --font-en: "Bebas Neue", sans-serif;
}

/*
 Theme Name:   Sound Design Labo
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Lighting Child Theme
 Author:       Takaitsu Saito
 Template:     Lightning
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  lighting-child
*/
* {
  min-height: 0vw;
}

html,
body {
  color: #fff;
  background-color: var(--baseColor);
  -webkit-font-smoothing: antialiased;
}

.site-body {
  color: #fff;
}

.site-header,
.ltg-slide-text-title,
.intro_tagline {
  font-family: var(--font-en);
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  padding: 0;
  border-bottom: none;
}
h1::after,
h2::after,
h3::after,
h4::after,
h5::after,
h6::after {
  border-bottom: none;
}

a {
  color: #fff;
}

h2 {
  border: none;
}

.container-sdl {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 0 clamp(1.25rem, 0.9518129771rem + 1.272264631vw, 1.5625rem);
}
@media screen and (min-width: 768px) {
  .container-sdl {
    padding: 0 clamp(1.5625rem, 0.4232594937rem + 2.3734177215vw, 2.5rem);
  }
}
.container-sdl p {
  margin-bottom: 0px;
}

.container-whide {
  max-width: 100%;
  margin: 0 auto;
}
.container-whide p {
  margin-bottom: 0px;
}

.heading-common {
  font-size: clamp(3.125rem, 2.6479007634rem + 2.0356234097vw, 3.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .heading-common {
    font-size: 58px;
  }
}
.heading-common.services-heading {
  max-width: 1400px;
  text-align: left;
  margin: 0 auto 20px;
  padding: 0 clamp(1.25rem, 0.9518129771rem + 1.272264631vw, 1.5625rem);
}
@media screen and (min-width: 768px) {
  .heading-common.services-heading {
    padding: 0 clamp(1.5625rem, 0.4232594937rem + 2.3734177215vw, 2.5rem);
  }
}
.heading-common .en {
  font-family: var(--font-en);
  font-weight: 400;
  color: var(--keyColor);
  margin-right: 15px;
}
.heading-common .jp {
  font-size: clamp(1.125rem, 0.8864503817rem + 1.0178117048vw, 1.375rem);
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .heading-common .jp {
    font-size: 22px;
  }
}

.news-heading {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-heading .en {
  margin-right: 0;
}

img {
  vertical-align: bottom;
}

a {
  cursor: pointer;
}
a:hover {
  color: var(--keyColor);
  cursor: pointer;
}

figure {
  margin-bottom: 0px;
}

figure,
picture {
  vertical-align: bottom;
}

.site-footer-copyright p:nth-child(2) {
  display: none;
}

/*
 Theme Name:   Sound Design Labo
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Lighting Child Theme
 Author:       Takaitsu Saito
 Template:     Lightning
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  lighting-child
*/
.ltg-slide-text-title {
  font-size: clamp(2.1875rem, 0.4781199352rem + 7.2933549433vw, 5rem);
  margin-top: clamp(6.25rem, 9.6777879342rem - 14.6252285192vw, 1.25rem) !important;
}
@media screen and (min-width: 992px) {
  .ltg-slide-text-title {
    font-size: clamp(5.625rem, 4.1053921569rem + 2.4509803922vw, 6.25rem);
  }
}

.header_scrolled .lightning_swiper {
  margin-top: 0 !important;
}

.ltg-slide-text-caption {
  margin-bottom: 0;
  font-size: clamp(10px, 2dvw, 18px);
  line-height: 1.5;
}

.swiper-pagination-bullet-active {
  background-color: var(--keyColor);
}

/*
 Theme Name:   Sound Design Labo
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Lighting Child Theme
 Author:       Takaitsu Saito
 Template:     Lightning
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  lighting-child
*/
.swiper {
  margin-top: -85px;
}

.site-header {
  background-color: rgba(32, 32, 32, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 400;
}

.header_scrolled .site-header {
  background-color: var(--baseColor);
}

.nav li a,
nav li a {
  color: var(--keyColor);
}

.global-nav-list > li .global-nav-name {
  font-size: 24px;
  display: block;
  width: 100%;
  white-space: nowrap;
  letter-spacing: 0.5px;
}

.vk-mobile-nav-menu-btn {
  background-color: var(--baseColor);
  border: 1px solid var(--baseColor);
  background: url(./images/vk-menu-btn-white.svg) center 50% no-repeat var(--baseColor);
}
.vk-mobile-nav-menu-btn.menu-open {
  background: url(./images/vk-menu-close-white.svg) center 50% no-repeat var(--baseColor);
}

.vk-mobile-nav {
  background-color: var(--baseColor);
  color: #fff;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.vk-mobile-nav .widget_nav_menu ul li a,
.vk-mobile-nav nav ul li a {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-family: var(--font-en);
  font-size: 20px;
}

/*
 Theme Name:   Sound Design Labo
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Lighting Child Theme
 Author:       Takaitsu Saito
 Template:     Lightning
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  lighting-child
*/
.site-main {
  display: -ms-grid;
  display: grid;
  row-gap: 100px;
}
@media screen and (min-width: 768px) {
  .site-main {
    row-gap: 150px;
  }
}

.intro {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 50px 0px 0px;
}
@media screen and (min-width: 768px) {
  .intro {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    margin: 50px 0px;
  }
}

.intro_tagline {
  color: var(--keyColor);
  font-size: clamp(3.75rem, 3.1536259542rem + 2.5445292621vw, 4.375rem);
  margin-bottom: 20px;
  line-height: 1.1;
}
.intro_tagline::before, .intro_tagline::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.intro_tagline::before {
  margin-top: calc((1 - 1.1) * 0.5em);
}
.intro_tagline::after {
  margin-bottom: calc((1 - 1.1) * 0.5em);
}
@media screen and (min-width: 768px) {
  .intro_tagline {
    margin-bottom: 0px;
    font-size: 80px;
    line-height: 1.2;
  }
  .intro_tagline::before, .intro_tagline::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .intro_tagline::before {
    margin-top: calc((1 - 1.2) * 0.5em);
  }
  .intro_tagline::after {
    margin-bottom: calc((1 - 1.2) * 0.5em);
  }
}

.intro__text {
  margin-top: 7px;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}
.intro__text::before, .intro__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.intro__text::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.intro__text::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (min-width: 768px) {
  .intro__text {
    font-size: 20px;
  }
}
.intro__text br {
  display: none;
}
@media screen and (min-width: 1200px) {
  .intro__text br {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .intro__text {
    font-size: 20px;
  }
}

.services {
  border-top: 1px solid #000;
}
.services .index {
  font-size: 35px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1;
}
.services .index::before, .services .index::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.services .index::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.services .index::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.services a {
  display: block;
}

/* アニメーション */
@-webkit-keyframes arrowOut {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
@keyframes arrowOut {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
@-webkit-keyframes arrowIn {
  0% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@keyframes arrowIn {
  0% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.services__block {
  max-width: 1400px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  padding: 40px clamp(1.25rem, 0.9518129771rem + 1.272264631vw, 1.5625rem);
  -ms-grid-columns: 1fr 0px 10fr;
  grid-template-columns: 1fr 10fr;
  grid-column-gap: 0px;
  border-bottom: 1px solid #000;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; /* ← これ */
  grid-row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .services__block {
    padding: 50px clamp(1.5625rem, 0.4232594937rem + 2.3734177215vw, 2.5rem);
  }
}
@media screen and (min-width: 768px) {
  .services__block {
    grid-column-gap: clamp(0.9375rem, -0.2017405063rem + 2.3734177215vw, 1.875rem);
    grid-row-gap: 0px;
    -ms-grid-columns: 0.2fr clamp(0.9375rem, -0.2017405063rem + 2.3734177215vw, 1.875rem) 2fr clamp(0.9375rem, -0.2017405063rem + 2.3734177215vw, 1.875rem) 3fr;
    grid-template-columns: 0.2fr 2fr 3fr;
  }
}
.services__block .services__content {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/3/3;
}
@media screen and (min-width: 768px) {
  .services__block .services__content {
    grid-area: auto;
  }
}
.services__block .button {
  position: relative;
  border: 1px solid #fff;
  border-radius: 50em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  max-width: 190px;
  padding: 10px 30px;
  background-color: var(--baseColor);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
.services__block .button .arrow {
  overflow: hidden;
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.services__block .button .arrow-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services__block .button .arrow-inner.original {
  left: 0;
}
.services__block .button .arrow-inner.clone {
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.services__block .button .cls-1 {
  -webkit-transition: stroke 0.2s ease-in-out;
  transition: stroke 0.2s ease-in-out;
}
.services__block:hover .services__content {
  color: #fff;
}
.services__block:hover img {
  scale: 1.02;
}
.services__block:hover .button {
  background-color: #fff;
  color: var(--baseColor);
}
.services__block:hover .media-bg {
  background-color: rgba(255, 255, 255, 0.1);
}
.services__block:hover .arrow-inner.original {
  -webkit-animation: arrowOut 0.6s forwards;
          animation: arrowOut 0.6s forwards;
}
.services__block:hover .arrow-inner.clone {
  -webkit-animation: arrowIn 0.6s forwards 0.3s;
          animation: arrowIn 0.6s forwards 0.3s;
}
.services__block:hover .cls-1 {
  stroke: #000; /* 例 */
}

.service__media {
  position: relative;
  height: 0;
  padding-top: 60%;
  overflow: hidden;
}
.service__media .media-bg {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.service__media picture {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.service__media img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.services__content {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.services__content .title-en {
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .services__content .title-en {
    font-size: 22px;
  }
}
.services__content .title-jp {
  font-size: 28px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .services__content .title-jp {
    font-size: 32px;
  }
}
.services__content .description {
  margin: 30px 0px;
  font-weight: 300;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .services__content .description {
    font-size: 18px;
  }
}

.service__link {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service__link:hover {
  background-color: #000;
  color: #fff;
}
.service__link:hover .index {
  color: var(--keyColor);
}

.tech {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .tech {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
}

.tech__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  font-size: clamp(1.25rem, 1.1079545455rem + 0.6060606061vw, 1.5625rem);
}
.tech__banner .icon,
.tech__banner .text {
  padding: 0.7em;
}
.tech__banner .icon {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tech__banner .text {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  margin-bottom: 0;
  line-height: 1.3;
}
.tech__banner .text::before, .tech__banner .text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.tech__banner .text::before {
  margin-top: calc((1 - 1.3) * 0.5em);
}
.tech__banner .text::after {
  margin-bottom: calc((1 - 1.3) * 0.5em);
}

.apps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .apps {
    -ms-grid-columns: 1fr clamp(0.625rem, -0.8939873418rem + 3.164556962vw, 1.875rem) 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: clamp(0.625rem, -0.8939873418rem + 3.164556962vw, 1.875rem);
  }
}

.apps__block .category {
  border: 1px solid #fff;
  border-radius: 50em;
  line-height: 1;
  padding: 5px 20px;
  width: 150px;
  text-align: center;
  margin: 15px 0px 10px;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .apps__block .category {
    padding: 7px 20px;
    font-size: 14px;
    width: 175px;
  }
}
.apps__block .title {
  font-size: 20px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .apps__block .title {
    font-size: 22px;
  }
}

.apps__link {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.apps__link:hover {
  color: #fff;
  opacity: 0.8;
}

.news {
  font-size: 18px;
}

.news__item {
  border-top: 1px solid #fff;
  width: 100%;
}
.news__item:last-child {
  border-bottom: 1px solid #fff;
}

.news-link {
  padding: 30px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -ms-grid;
  display: grid;
  grid-row-gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .news-link {
    -ms-grid-columns: 1fr 20px 5fr;
    grid-template-columns: 1fr 5fr;
    grid-column-gap: 20px;
  }
}
.news-link:hover {
  background-color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .news-link:hover {
    padding: 30px 20px 30px 25px;
  }
}

.news-date {
  font-family: var(--font-en);
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .news-date {
    font-size: 24px;
  }
}

.news-title {
  font-size: 18px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .news-title {
    font-size: 20px;
  }
}

/*
 Theme Name:   Sound Design Labo
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Lighting Child Theme
 Author:       Takaitsu Saito
 Template:     Lightning
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  lighting-child
*/
.about {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .about {
    -ms-grid-columns: 1fr 20px 5fr;
    grid-template-columns: 1fr 5fr;
    grid-column-gap: 20px;
  }
}
.about dt,
.about dd {
  font-weight: 400;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .about dt,
  .about dd {
    font-size: 18px;
  }
}
.about dt {
  margin-bottom: 0px;
}
.about dd {
  margin-bottom: 25px;
}

.about-image {
  max-width: 150px;
  margin-top: 10px;
}
.about-image img {
  width: 100%;
  height: auto;
}

/*
 Theme Name:   Sound Design Labo
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Lighting Child Theme
 Author:       Takaitsu Saito
 Template:     Lightning
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  lighting-child
*/
.entry-title {
  line-height: 1.7;
  line-height: 1.7;
}
.entry-title::before, .entry-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.entry-title::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}
.entry-title::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

.entry-body P {
  font-weight: 300;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 3em;
}
.entry-body P::before, .entry-body P::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.entry-body P::before {
  margin-top: calc((1 - 1.8) * 0.5em);
}
.entry-body P::after {
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
@media screen and (min-width: 768px) {
  .entry-body P {
    font-size: 18px;
  }
}
.entry-body .has-large-font-size,
.entry-body .has-regular-font-size,
.entry-body .has-huge-font-size {
  border-bottom: 1px solid #fff;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 10px;
}
.entry-body .has-large-font-size::before, .entry-body .has-large-font-size::after,
.entry-body .has-regular-font-size::before,
.entry-body .has-regular-font-size::after,
.entry-body .has-huge-font-size::before,
.entry-body .has-huge-font-size::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.entry-body .has-large-font-size::before,
.entry-body .has-regular-font-size::before,
.entry-body .has-huge-font-size::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.entry-body .has-large-font-size::after,
.entry-body .has-regular-font-size::after,
.entry-body .has-huge-font-size::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}
.entry-body .has-regular-font-size,
.entry-body .has-huge-font-size,
.entry-body .has-large-font-size {
  margin-bottom: 1.5em !important;
}
.entry-body .has-large-font-size,
.entry-body .has-huge-font-size {
  font-size: 20px !important;
  margin-top: 50px;
}
.entry-body .has-large-font-size:nth-of-type(1),
.entry-body .has-huge-font-size:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .entry-body .has-large-font-size,
  .entry-body .has-huge-font-size {
    margin-top: 100px;
    font-size: 30px !important;
  }
}
.entry-body .has-regular-font-size {
  font-size: 18px !important;
}
@media screen and (min-width: 768px) {
  .entry-body .has-regular-font-size {
    font-size: 22px !important;
    margin: 50px 0px 30px;
  }
}

.ytp-cued-thumbnail-overlay {
  position: relative !important;
  margin-bottom: 20px;
}

.wp-block-image img {
  margin: 0 auto 20px;
  width: 100%;
}

.page-header-title-en {
  font-family: var(--font-en);
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1;
}

.page-header-title {
  font-weight: 400 !important;
}

.page-header {
  background-color: var(--baseColor);
  text-align: left;
}

.breadcrumb-list {
  display: none;
}

@media screen and (min-width: 992px) {
  .site-body-container,
  .page-header-inner,
  .breadcrumb {
    max-width: 850px;
    margin: 0 auto;
  }
}

.wp-block-embed__wrapper {
  margin: 0px 0px 40px;
}
@media screen and (min-width: 768px) {
  .wp-block-embed__wrapper {
    margin: 40px 0px;
  }
}

.entry-title {
  font-size: 1.5rem;
}

.vk-mobile-nav {
  height: 100%;
}

.card-intext .card-intext-inner .vk_post_body {
  position: relative;
}
.card-intext .card-intext-inner .vk_post_body:hover {
  overflow: hidden;
  height: calc(15px + var(--vk-line-height-low) + 15px);
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.card-intext .card-intext-inner:hover .vk_post_body .vk_post_title {
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.wp-block-list {
  font-weight: 300;
  list-style: none;
  padding-left: 0em;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .wp-block-list {
    font-size: 18px;
  }
}

/*
 Theme Name:   Sound Design Labo
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Lighting Child Theme
 Author:       Takaitsu Saito
 Template:     Lightning
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  lighting-child
*/
.site-footer {
  border-top: none;
}

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

.site-footer {
  font-size: 16px;
}

.footer-nav-list li a {
  font-family: var(--font-en);
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.footer-nav-list li a:hover {
  color: var(--keyColor);
}