* {
  margin: 0; }

html {
  font-family: 'Roboto Flex', 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  font-weight: 100;
  color: #444;
  background-color: #f2f2f2;
  height: 100%; }

body {
  min-height: 100%;
  display: flex;
  flex-direction: column; }
  body main {
    flex-grow: 1; }

header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  height: 60px;
  position: sticky;
  z-index: 10;
  top: 0;
  background-color: white; }
  header .bl_siteID {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60px;
    width: 100%;
    background-image: url(../img/logo_back.png);
    background-repeat: repeat-x;
    background-size: contain; }
  @media (min-width: 980px) {
    header {
      height: auto;
      flex-flow: column;
      align-items: center; } }

.el_siteTitle {
  font-size: 0;
  height: 60px;
  padding-left: 140px;
  background-image: url(../img/simpty_logo.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat; }

.el_siteSubtitle {
  font-size: .8rem; }

@media (min-width: 980px) {
  .bl_glovalNavi {
    width: 980px; } }

#glovalNaviSwitch {
  display: none; }
  #glovalNaviSwitch:checked ~ .bl_naviBtn .el_hamburgerBuns1 {
    transform: translateX(2px) translateY(6px) rotate(-315deg); }
  #glovalNaviSwitch:checked ~ .bl_naviBtn .el_hamburgerBuns2 {
    transform: translateX(2px) translateY(-4px) rotate(315deg); }
  #glovalNaviSwitch:checked ~ .bl_naviMenu {
    left: 0; }

.bl_naviBtn {
  display: block;
  width: 60px;
  height: 60px; }
  @media (min-width: 980px) {
    .bl_naviBtn {
      display: none; } }

.bl_hamburgerIcon {
  position: relative; }
  .bl_hamburgerIcon span {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #444;
    border-radius: 1px;
    transition: all .4s; }
  .bl_hamburgerIcon .el_hamburgerBuns1 {
    top: 24px;
    left: 15px; }
  .bl_hamburgerIcon .el_hamburgerBuns2 {
    top: 34px;
    left: 15px; }
  @media (min-width: 980px) {
    .bl_hamburgerIcon {
      display: none; } }

.bl_naviMenu {
  display: flex;
  flex-flow: column;
  list-style: none;
  position: fixed;
  overflow-y: auto;
  top: 60px;
  bottom: 0;
  left: -100vw;
  width: 100%;
  min-height: calc(100% - 60px);
  background-color: white;
  padding: 0;
  transition: all .4s; }
  @media (min-width: 481px) and (max-width: 979px) {
    .bl_naviMenu {
      width: 380px; } }
  @media (min-width: 980px) {
    .bl_naviMenu {
      position: inherit;
      flex-flow: row;
      justify-content: space-between;
      margin-bottom: 1em;
      transition: none; } }

.el_menuItem {
  font-size: 1.8rem;
  font-weight: bold;
  border-top: 1px #444 dashed; }
  .el_menuItem:first-child {
    border-top: none; }
  .el_menuItem a {
    display: block;
    padding: 1em;
    color: inherit;
    text-decoration: none; }
    .el_menuItem a::after {
      content: ">";
      float: right;
      font-weight: normal; }
    .el_menuItem a:hover, .el_menuItem a:focus {
      color: #888; }
  @media (min-width: 980px) {
    .el_menuItem {
      border: none;
      font-size: 1.6rem; }
      .el_menuItem a {
        padding: 0 1em; }
        .el_menuItem a::after {
          content: none; } }

.ly_identity {
  display: flex;
  flex-direction: column-reverse;
  flex-grow: 1; }
  @media (min-width: 980px) {
    .ly_identity {
      display: none; } }

.bl_identity {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  background-color: #444;
  color: #FFF; }

.bl_snsList {
  display: flex;
  justify-content: center;
  bottom: 0;
  padding: 1em;
  box-sizing: border-box;
  list-style: none; }
  @media (min-width: 980px) {
    .bl_snsList {
      margin: auto;
      width: 980px;
      justify-content: right; } }

.el_companyName {
  flex-basis: 100%; }

.el_snsItem {
  margin: 4px 16px; }

.el_snsIcon {
  display: block;
  height: 0;
  padding-top: 40px;
  width: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain; }

.el_snsIcon__facebookWhite {
  background-image: url(../img/FacebookWhiteIcon.svg); }

.el_snsIcon__twitterWhite {
  background-image: url(../img/TwitterWhiteIcon.svg); }

.el_snsIcon__instagramWhite {
  background-image: url(../img/InstagramWhiteIcon.svg); }

.el_snsIcon__youtubeWhite {
  background-image: url(../img/YoutubeWhiteIcon.svg); }

main {
  font-size: 1.4rem;
  font-weight: 100;
  letter-spacing: .2em; }

.ly_eyeCatches {
  margin-bottom: 64px; }

.bl_eyeCatch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 240px;
  padding: 0 8px; }

.splide__slide {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12%;
  background-size: cover; }
  @media (min-width: 980px) {
    .splide__slide {
      min-height: 480px; } }

.splide__pagination {
  bottom: -1.5em !important; }

#splide01-slide01 {
  background-image: url(../img/sample/close-up-recording-studio-control-desk-boutique-67159979.jpg);
  color: #FFF; }

#splide01-slide02 {
  background-image: url(../img/sample/microphone-headset-radio-station-broadcasting-studio-close-up-front-sound-mixer-computers-92413883.jpg);
  color: #FFF; }

#splide01-slide03 {
  background-image: url(../img/sample/music-recording-mixing-home-studio-selective-focus-music-recording-mixing-home-studio-127170118.jpg);
  color: #FFF; }

#splide01-slide04 {
  background-image: url(../img/sample/non-linear-video-editing-timeline-non-linear-video-editing-timeline-content-212661417.jpg);
  color: #FFF; }

#splide01-slide05 {
  background-image: url(../img/sample/person-control-radio-live-video-88796242.jpg);
  color: #FFF; }

#splide01-slide06 {
  background-image: url(../img/sample/professional-microphone-recording-studio-professional-microphone-recording-studio-111792015.jpg);
  color: #FFF; }

.bl_eyeCatch__exp2 .el_eyeCatchTitle {
  color: #000;
  text-align: center; }
.bl_eyeCatch__exp2 .el_eyeCatchSubtitle, .bl_eyeCatch__exp2 .el_eyeCatchCaption {
  margin: 0 15%; }
@media (min-width: 980px) {
  .bl_eyeCatch__exp2 {
    text-align: center; } }

.el_eyeCatchTitle {
  font-size: 4rem;
  line-height: 1.2; }

.el_eyeCatchSubtitle {
  font-size: 2rem; }

.el_eyeCatchCaption {
  font-size: 1.2rem; }

.ly_linkButton {
  text-align: center; }

.bl_linkButton {
  display: inline-block; }

.el_linkButton {
  display: block;
  width: 16em;
  margin: 32px 0;
  padding: 1em;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px; }
  .el_linkButton::after {
    content: ">";
    float: right;
    font-weight: normal; }

.el_linkButton__white {
  color: #08F;
  box-shadow: 2px 2px 4px rgba(0, 136, 255, 0.25), -2px -2px 2px #FFF; }

.ly_cards {
  text-align: center;
  padding: 8px; }

.bl_card {
  max-width: 400px;
  min-height: 100px;
  margin: 16px auto;
  text-align: left;
  padding: 8px 16px;
  border-radius: 16px;
  background-size: cover; }

.bl_card__sample1 {
  background-image: url(../img/sample/music-studio-19237188.jpg);
  color: #FFF; }

.bl_card__sample2 {
  background-image: url(../img/sample/flying-drone-camera-hovering-inside-forrest-natural-background-flying-drone-camera-hovering-inside-forrest-natural-146905431.jpg);
  background-position: center;
  color: #000; }

.bl_card__sample3 {
  background-image: url(../img/sample/video-camera-set-record-audience-conference-hall-seminar-event-company-meeting-exhibition-convention-center-concept-corporate-118884082.jpg);
  background-position: top;
  color: #ff4242; }

.ly_infomation {
  margin-top: 32px; }

.ly_gradationBack {
  color: #FFF;
  padding: 16px;
  background: linear-gradient(to left, #08F 0%, #0034c3 100%); }

@media (min-width: 980px) {
  .bl_gradationBack {
    margin: auto;
    width: 980px; } }

.el_linkButton__blue {
  color: #FFF;
  box-shadow: 2px 2px 4px #0034c3, -2px -2px 2px #08F; }

footer .bl_identity {
  display: none; }
  @media (min-width: 980px) {
    footer .bl_identity {
      display: block;
      background: linear-gradient(to bottom, #444 0%, #333 100%); } }
  footer .bl_identity .el_companyName, footer .bl_identity .el_companyAddress, footer .bl_identity .el_companyZip {
    margin: auto;
    width: 980px; }

.bl_copyrigth {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  font-size: 1.4rem;
  text-align: center;
  color: #FFF;
  background-color: #222; }
  .bl_copyrigth span {
    display: inline-block; }

/*# sourceMappingURL=style.css.map */
