@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Inter:700,400|Varta:400");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-word;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

a:hover, a:focus,
a:hover img,
a:focus img {
  opacity: 1;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

.embed {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed video {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-size: contain;
}

video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

body {
  background-color: var(--gallery);
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  line-height: 1.75;
}

body.is_modal_show {
  overflow: hidden;
}

/* Layout */
section {
  display: block;
}

.contents__inner {
  width: auto;
  min-width: 279px;
  display: block;
  margin: 0 6.36%;
}

main {
  position: relative;
  z-index: 2000;
}

h2 {
  display: block;
}

h3 {
  display: block;
}

.nolink {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.pc-hide {
  display: none !important;
}

.sp-hide {
  display: block !important;
}

.pc-inline {
  display: inline;
}

.sp-inline {
  display: none;
}

.inview_target {
  opacity: 0;
}

/* footer */
footer {
  display: block;
  padding: 80px 0 80px 0;
  background-color: var(--black);
  color: var(--gunsmoke);
  position: relative;
  z-index: 8000;
}

h2.footer_ttl {
  width: 200.5px;
  height: 0;
  display: block;
  padding-top: 28.8px;
  background: url(../img/lc_logo.svg) no-repeat center center;
  background-size: contain;
  overflow: hidden;
}

.footer_link {
  display: block;
  margin: 24px 0 0 0;
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxs);
  text-align: left;
}

.footer_link a {
  color: var(--white);
  text-decoration: underline;
}

.footer_company_info {
  display: block;
  margin: 24px 0 0 0;
  color: var(--gunsmoke);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxs);
  text-align: left;
}

.footer_note {
  display: block;
  margin: 24px 0 0 0;
  color: var(--gunsmoke);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxs);
  text-align: left;
}

.footer_note a {
  color: var(--gunsmoke);
  text-decoration: underline;
}

.footer_note li {
  display: block;
  padding: 0 0 0 1em;
  position: relative;
}

.footer_note li:after {
  content: "・";
  width: 1em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.footer_links {
  display: block;
  margin: 24px 0 0 0;
  font-size: 0;
  text-align: left;
}

.footer_links li {
  display: inline-block;
  margin: 0 0 0 9px;
  padding: 0 0 0 9px;
  color: var(--gunsmoke);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxs);
  border-left: 1px solid var(--gunsmoke);
}

.footer_links li:first-child {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-left: none;
}

.footer_links li a {
  display: inline-block;
  color: var(--gunsmoke);
  line-height: 1;
}

/* -- */
/* -- */
/* SP */
/* -- */
/* -- */
@media screen and (max-width: 768px) {
  /* */
  /* */

  /* Layout */
  .contents__inner {
    width: auto;
    min-width: 279px;
    margin: 0 6.36vw 0 6.36vw;
  }

  .pc-hide {
    display: block !important;
  }

  .sp-hide {
    display: none !important;
  }

  .pc-inline {
    display: none;
  }

  .sp-inline {
    display: inline;
  }

  /* footer */
  footer {
    padding: 80px 0 80px 0;
  }

  .footer_links {
    margin-top: 14px;
  }

  .footer_links li {
    display: inline-block;
  }
}
/* -- */
/* -- */
/* SP */
/* -- */
/* -- */

