@charset "UTF-8";
/* top用css */
/* parts */
/* _mixin */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansJP-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansJP-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansJP-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Jost-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Oswald-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Oswald-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Oswald-Bold.woff2") format("woff2");
  font-display: swap;
}
/* other */
/* indiviual */
/* コンテンツ共通スタイル */
main {
  padding-top: 0;
}

#mainimg-area {
  text-align: center;
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 5em;
  position: relative;
  overflow: hidden;
}
#mainimg-area::after {
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url(../img/common/bg_headline.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  pointer-events: none;
  content: "";
}
#mainimg-area .inner {
  height: 100%;
  padding-bottom: 4em;
  position: relative;
  z-index: 10;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#mainimg-area .inner h1 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.5em;
  font-weight: 100;
  color: #fff;
  letter-spacing: 0.5em;
  line-height: 2;
  text-align: left;
  writing-mode: vertical-rl;
  margin-top: auto;
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  #mainimg-area .inner h1 {
    font-size: 1.3em;
    margin-bottom: 1em;
  }
}
#mainimg-area .inner h1 span {
  font-size: 1.7em;
  padding-right: 0.25em;
  display: inline-block;
}
#mainimg-area .inner figure.logo {
  width: 8%;
  margin-top: 4.5em;
  margin-bottom: auto;
}
@media screen and (min-width: 1920px) {
  #mainimg-area .inner figure.logo {
    width: 152px;
  }
}
#mainimg-area .inner dl.total-num-dl {
  color: #fff;
  margin: auto 0 0.5em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  #mainimg-area .inner dl.total-num-dl {
    margin-bottom: 3em;
  }
}
#mainimg-area .inner dl.total-num-dl dt {
  font-size: 0.95em;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.07em;
  text-align: left;
  padding: 0.75em 2.5em;
  border: solid 1px #fff;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  #mainimg-area .inner dl.total-num-dl dt {
    font-size: 0.85em;
    line-height: 1.5;
    padding: 0.6em 2em;
  }
}
#mainimg-area .inner dl.total-num-dl dd {
  font-size: 1.3em;
  font-weight: 300;
  padding: 0 0 0 2em;
}
#mainimg-area .inner dl.total-num-dl dd span.num {
  font-size: 5.1vw;
  font-weight: 100;
  padding: 0 0.1em;
  display: inline-block;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1920px) {
  #mainimg-area .inner dl.total-num-dl dd span.num {
    font-size: 4.75em;
  }
}
#mainimg-area .inner.layout1 dl.total-num-dl {
  margin-bottom: auto;
}
#mainimg-area .inner.layout2 dl.total-num-dl {
  margin-top: 2em;
}
#mainimg-area figure.bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#mainimg-area figure.bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#mainimg-area figure.bg-img img.bg1 {
  animation: bg1 30s ease infinite;
  animation-delay: 6s;
  z-index: 4;
}
#mainimg-area figure.bg-img img.bg2 {
  z-index: 3;
  animation: bg2 30s ease infinite;
  animation-delay: 6s;
}
#mainimg-area figure.bg-img img.bg3 {
  z-index: 2;
  animation: bg3 30s ease infinite;
  animation-delay: 6s;
}
#mainimg-area figure.bg-img img.bg4 {
  z-index: 1;
}
#mainimg-area figure.bg-img img.fw1, #mainimg-area figure.bg-img img.fw2 {
  z-index: 5;
}
#mainimg-area figure.bg-img img.fw1 {
  opacity: 0;
  animation: fw1 90s ease infinite;
  animation-delay: 6s;
}
#mainimg-area figure.bg-img img.fw2 {
  opacity: 0;
  animation: fw2 150s ease infinite;
  animation-delay: 6s;
}

@keyframes fw1 {
  0% {
    opacity: 0;
  }
  73.33% {
    opacity: 0;
  } /* 66s：夜の開始前 */
  86% {
    opacity: 1;
  } /* 72s：フェードイン完了 */
  86.5% {
    opacity: 1;
  } /* 80s：フェードアウト開始 */
  89% {
    opacity: 0;
  } /* 84s：夜の終了 */
  100% {
    opacity: 0;
  }
}
@keyframes fw2 {
  0% {
    opacity: 0;
  }
  84% {
    opacity: 0;
  } /* 126s：夜の開始前 */
  93.5% {
    opacity: 1;
  } /* 132s：フェードイン完了 */
  93.6% {
    opacity: 1;
  } /* 141s：フェードアウト開始 */
  93.8% {
    opacity: 0;
  } /* 144s：夜の終了 */
  100% {
    opacity: 0;
  }
}
@keyframes bg1 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bg2 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bg3 {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bg4 {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#top-about-area {
  width: 90%;
  margin: 0 auto;
  padding-top: 3em;
}
@media screen and (min-width: 1920px) {
  #top-about-area {
    width: 1320px;
  }
}
@media screen and (min-width: 1651px) and (max-width: 1920px) {
  #top-about-area {
    width: 68.75%;
  }
}
#top-about-area .inner {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#top-about-area .inner h2 {
  font-size: 1.15em;
  letter-spacing: 0.2em;
  width: 100%;
  margin-bottom: 5em;
}
#top-about-area .inner h2 img {
  height: 1.7em;
  margin-right: 1em;
}
#top-about-area .inner p {
  margin: 0 auto;
}
#top-about-area .inner p.detail-link {
  width: 100%;
  margin-top: 6em;
}
#top-about-area .inner p.detail-link a {
  color: #000;
}
#top-about-area .inner .movie-area {
  width: 37.8%;
}
#top-about-area .inner .movie-area .top-movie {
  width: 100%;
  padding-top: 56.25%;
  margin: 0em 0 1em;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#top-about-area .inner .movie-area .top-movie a:hover {
  opacity: 1;
}
#top-about-area .inner .movie-area .top-movie img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
#top-about-area .inner .movie-area .top-movie .arrow {
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: solid 1px #fff;
  border-radius: 50%;
  pointer-events: none;
}
#top-about-area .inner .movie-area .top-movie .arrow::before {
  width: 0;
  height: 0;
  margin-left: 3%;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #fff;
}
#top-about-area .inner .movie-area .top-movie .arrow,
#top-about-area .inner .movie-area .top-movie .arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  content: "";
}
#top-about-area .inner .movie-area p {
  font-size: 0.95em;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 1920px) {
  #top-about-area .inner .movie-area p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1651px) and (max-width: 1920px) {
  #top-about-area .inner .movie-area p {
    font-size: 0.78vw;
  }
}
#top-about-area .inner .movie-area ol {
  font-size: 0.9em;
  font-weight: 600;
  text-align: left;
  padding-top: 0.5em;
}
#top-about-area .inner .movie-area ol li {
  margin-right: 1em;
  display: inline;
}
#top-about-area .inner .movie-area ol li span.num {
  font-size: 1.2em;
  font-weight: bold;
  padding-right: 0.25em;
  display: inline-block;
}
#top-about-area .inner .txt-area {
  text-align: left;
  width: 52.5%;
}
#top-about-area .inner .txt-area ul.number-ul {
  font-size: 1.2vw;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 1920px) {
  #top-about-area .inner .txt-area ul.number-ul {
    font-size: 24px;
  }
}
#top-about-area .inner .txt-area ul.number-ul li {
  font-weight: 100;
}
#top-about-area .inner .txt-area ul.number-ul li strong {
  border-bottom: solid 1px #707070;
}
#top-about-area .inner .txt-area ul.number-ul li.size-ll {
  font-size: 1.8em;
}
#top-about-area .inner .txt-area ul.number-ul li.size-l {
  font-size: 1.5em;
}
#top-about-area .inner .txt-area ul.number-ul li.size-m {
  font-size: 1em;
}
#top-about-area .inner .txt-area ul.number-ul li span.num {
  letter-spacing: 0;
}
#top-about-area .inner .txt-area ul.number-ul li.production {
  flex-basis: 100%;
}
#top-about-area .inner .txt-area ul.number-ul li.bulk {
  margin: 0.5em 0 0.75em;
  flex-basis: 100%;
}
#top-about-area .inner .txt-area ul.number-ul li.founding {
  margin-right: 2.5em;
}
#top-about-area .inner .txt-area ul.number-ul li.founding span.num {
  font-size: 2em;
  padding: 0 0.1em;
  display: inline-block;
}
#top-about-area .inner .txt-area ul.number-ul li.banner-li dl {
  line-height: 1.2;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: center;
}
#top-about-area .inner .txt-area ul.number-ul li.banner-li dl dt {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
#top-about-area .inner .txt-area ul.number-ul li.banner-li dl dt strong {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 0.15em;
  display: inline-block;
}
#top-about-area .inner .txt-area ul.number-ul li.banner-li dl dd {
  padding-left: 0.5em;
}
#top-about-area .inner .txt-area ul.number-ul li.banner-li dl dd picture {
  width: 3.5em;
}
#top-about-area .inner .txt-area ul.number-ul li.iso {
  margin-top: 0.5em;
}
#top-about-area .inner .txt-area ul.number-ul li.iso span.num {
  font-size: 1.6em;
}
#top-about-area .inner .txt-area ul.number-ul li.iso span.num + span.num {
  padding: 0 0.5em;
}
#top-about-area .inner .txt-area ul.number-ul li.share {
  letter-spacing: 0;
}
#top-about-area .inner .txt-area ul.number-ul li.share strong {
  font-size: 1.6em;
  padding-left: 0.1em;
  display: inline-block;
}
#top-about-area .inner .txt-area ul.number-ul li.share span.num {
  color: #000;
}
#top-about-area .inner .txt-area ul.number-ul li.share span.num span {
  font-size: 1.2em;
}
#top-about-area .inner .txt-area ul.number-ul li.share span.small {
  font-size: 0.85rem;
  color: #000;
  letter-spacing: 0;
  padding-left: 1.5em;
  display: inline-block;
}

#top-catch-area {
  width: 100%;
  padding-right: 3%;
  padding-left: 3%;
  text-align: left;
  margin: 10em 0;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: center;
}
@media screen and (min-width: 1920px) {
  #top-catch-area {
    padding-right: calc(50% - 660px);
    padding-left: calc(50% - 660px);
  }
}
@media screen and (min-width: 1651px) and (max-width: 1920px) {
  #top-catch-area {
    padding-right: 15.6%;
    padding-left: 15.6%;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1650px) {
  #top-catch-area {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  #top-catch-area {
    padding-right: 3.5%;
    padding-left: 3.5%;
  }
}
#top-catch-area p.catch {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 900;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 0.25em;
  line-height: 2;
}
#top-catch-area p.catch strong {
  font-size: 1.5em;
}

#top-corporate-area {
  text-align: left;
  width: 90%;
  padding: 4em 4em 14em 4em;
  margin: 0 auto;
  background-image: url(../img/top/bg_top_corporate.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1920px) {
  #top-corporate-area {
    width: 1320px;
  }
}
@media screen and (min-width: 1651px) and (max-width: 1920px) {
  #top-corporate-area {
    width: 68.75%;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1650px) {
  #top-corporate-area {
    width: 75%;
  }
}
#top-corporate-area h2 {
  font-size: 3.2em;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.07em;
  line-height: 1;
  width: 100%;
}
#top-corporate-area dl.top-corporate-dl {
  font-size: 0.8vw;
  margin-top: 1.5em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1920px) {
  #top-corporate-area dl.top-corporate-dl {
    font-size: 0.95em;
  }
}
#top-corporate-area dl.top-corporate-dl dt {
  color: #fff;
  margin: 3em 0 0 3em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
}
#top-corporate-area dl.top-corporate-dl dt figure {
  width: 7em;
  margin: 4.25em 1.5em 0 0;
  position: relative;
}
#top-corporate-area dl.top-corporate-dl dt figure::after {
  width: 6.5em;
  height: 5.5em;
  display: block;
  position: absolute;
  top: 2.5em;
  right: -9em;
  background-image: url(../img/top/arrow_corporate.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
  content: "";
}
#top-corporate-area dl.top-corporate-dl dt span.vertical {
  font-size: 2em;
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.3em;
  writing-mode: vertical-rl;
}
#top-corporate-area dl.top-corporate-dl dt span.year {
  font-size: 2.2em;
  font-weight: 300;
}
#top-corporate-area dl.top-corporate-dl dt span.year span.num {
  font-size: 2.8em;
  line-height: 1;
}
#top-corporate-area dl.top-corporate-dl dd ul {
  padding: 1.5em 5em 1.5em 3em;
  border-left: solid 1px #fff;
}
#top-corporate-area dl.top-corporate-dl dd ul li a {
  font-size: 1.2em;
  color: #fff;
  font-weight: 500;
}
#top-corporate-area dl.top-corporate-dl dd ul li + li {
  margin-top: 1em;
}

.webp #top-corporate-area {
  background-image: url(../img/top/bg_top_corporate.webp);
}

#top-products-area {
  width: 100%;
  padding-right: 3%;
  padding-left: 3%;
  transform: translateY(-8em);
  position: relative;
}
@media screen and (min-width: 1920px) {
  #top-products-area {
    padding-right: calc(50% - 750px);
    padding-left: calc(50% - 750px);
  }
}
@media screen and (min-width: 1651px) and (max-width: 1920px) {
  #top-products-area {
    padding-right: 10.9%;
    padding-left: 10.9%;
  }
}
#top-products-area::before {
  width: 90%;
  height: 8em;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transform: translateX(-50%);
  content: "";
}
@media screen and (min-width: 1920px) {
  #top-products-area::before {
    width: 1320px;
  }
}
@media screen and (min-width: 1651px) and (max-width: 1920px) {
  #top-products-area::before {
    width: 68.75%;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1650px) {
  #top-products-area::before {
    width: 75%;
  }
}
#top-products-area .inner {
  text-align: left;
  padding-top: 4em;
  position: relative;
  z-index: 10;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: space-between;
  align-items: flex-end;
}
#top-products-area .inner .top-products-headline-area {
  width: 27.3%;
}
#top-products-area .inner .top-products-headline-area h2 {
  font-size: 3.2em;
  font-weight: 300;
  letter-spacing: 0.07em;
  line-height: 1;
  width: 100%;
}
#top-products-area .inner .top-products-headline-area p.catch {
  margin-top: 3em;
}
#top-products-area .inner .top-products-headline-area p.catch strong {
  font-size: 1.4em;
  font-weight: 500;
}
#top-products-area .inner .top-products-headline-area p.summary {
  font-size: 0.9em;
  line-height: 2;
}
#top-products-area .inner .top-products-headline-area p.detail-link {
  margin-top: 2em;
}
#top-products-area .inner .top-products-headline-area p.detail-link a {
  color: #000;
}
#top-products-area .inner ul.top-products-ul {
  width: 67.3%;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: space-between;
}
#top-products-area .inner ul.top-products-ul li {
  width: 28.2%;
}
#top-products-area .inner ul.top-products-ul li dl {
  height: 100%;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
}
#top-products-area .inner ul.top-products-ul li dl dt {
  font-size: 1.3em;
  font-weight: 500;
}
#top-products-area .inner ul.top-products-ul li dl dt picture {
  width: 100%;
  margin-bottom: 1.5em;
}
#top-products-area .inner ul.top-products-ul li dl dd {
  margin-top: 1em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
  height: 100%;
}
#top-products-area .inner ul.top-products-ul li dl dd p {
  font-size: 0.85em;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
#top-products-area .inner ul.top-products-ul li dl dd p.detail-link {
  text-align: right;
  margin-top: auto;
}
#top-products-area .inner ul.top-products-ul li dl dd p.detail-link a {
  color: #000;
  width: 85%;
  padding: 0.25em 1em;
  margin: 3em 0 0 auto;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  justify-content: space-between;
  align-items: center;
  border-top: none;
  border-right: none;
  border-left: none;
  background: none;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  #top-products-area .inner ul.top-products-ul li dl dd p.detail-link a {
    width: 90%;
  }
}
@media screen and (min-width: 951px) and (max-width: 1024px) {
  #top-products-area .inner ul.top-products-ul li dl dd p.detail-link a {
    width: 95%;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  #top-products-area .inner ul.top-products-ul li dl dd p.detail-link a {
    letter-spacing: 0;
    width: 100%;
  }
}
#top-products-area .inner ul.top-products-ul li dl dd p.detail-link a::after {
  width: 1.2em;
  height: 1.2em;
  display: block;
  background-image: url(../img/icon/arrow_b.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  content: "";
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  #mainimg-area {
    height: 70vh;
  }
  #mainimg-area::after {
    height: 70vh;
  }
  #mainimg-area figure.bg-img picture {
    width: 100%;
    height: 100%;
  }
  #mainimg-area figure.bg-img picture img {
    width: auto %;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #top-about-area .inner {
    align-items: center;
  }
  #top-corporate-area {
    background-position: top center;
  }
  #top-corporate-area .inner dl.top-corporate-dl dt {
    padding: 6em 0 0 9em;
  }
  #top-corporate-area .inner dl.top-corporate-dl dt span.year {
    white-space: nowrap;
  }
  #top-corporate-area .inner dl.top-corporate-dl dd ul {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #mainimg-area {
    height: 80vh;
  }
  #mainimg-area::after {
    height: 80vh;
    background-size: auto 10vh;
  }
  #mainimg-area .inner h1 {
    font-size: 1.1em;
    margin-top: auto;
    margin-bottom: 0;
  }
  #mainimg-area .inner figure.logo {
    width: 15vw;
  }
  #mainimg-area .inner dl.total-num-dl {
    margin-bottom: 1em;
    flex-direction: column;
  }
  #mainimg-area .inner dl.total-num-dl dt {
    line-height: 1.6;
    padding: 0.5em 2em;
  }
  #mainimg-area .inner dl.total-num-dl dd {
    padding-top: 1em;
    padding-left: 0;
  }
  #mainimg-area .inner dl.total-num-dl dd span.num {
    font-size: 3.25em;
    line-height: 1;
  }
  #mainimg-area picture {
    overflow: hidden;
  }
  #mainimg-area picture img {
    width: auto;
    height: 100%;
    max-width: initial;
  }
  #top-about-area .inner h2 img {
    width: 80%;
    height: auto;
    margin: 0 10% 0.75em 10%;
  }
  #top-about-area .inner .movie-area {
    width: 100%;
  }
  #top-about-area .inner .movie-area .top-movie {
    margin-top: 0;
  }
  #top-about-area .inner .movie-area p {
    font-size: 1em;
  }
  #top-about-area .inner .txt-area {
    width: 100%;
    margin-top: 3em;
  }
  #top-about-area .inner .txt-area ul.number-ul {
    font-size: 2.8vw;
  }
  #top-about-area .inner .txt-area ul.number-ul li.banner-li dl dd picture {
    width: 6em;
  }
  #top-catch-area {
    margin: 8em 0;
  }
  #top-catch-area p.catch strong {
    font-size: 1.2em;
  }
  #top-corporate-area {
    padding: 1.5em;
  }
  #top-corporate-area h2 {
    font-size: 2.25em;
  }
  #top-corporate-area dl.top-corporate-dl {
    font-size: 1.8vw;
  }
  #top-corporate-area dl.top-corporate-dl dt {
    margin-left: 0;
  }
  #top-corporate-area dl.top-corporate-dl dd ul {
    font-size: 1.2em;
    padding-right: 1.5em;
  }
  #top-products-area {
    transform: translateY(0);
  }
  #top-products-area::before {
    display: none;
  }
  #top-products-area .inner {
    padding-top: 8em;
    flex-direction: column;
  }
  #top-products-area .inner .top-products-headline-area {
    width: 100%;
  }
  #top-products-area .inner .top-products-headline-area h2 {
    font-size: 2.25em;
  }
  #top-products-area .inner .top-products-headline-area p.catch {
    margin-top: 1em;
  }
  #top-products-area .inner .top-products-headline-area p.summary {
    font-size: 1em;
  }
  #top-products-area .inner ul.top-products-ul {
    width: 100%;
    margin-top: 3em;
    flex-direction: column;
  }
  #top-products-area .inner ul.top-products-ul li {
    width: 100%;
  }
  #top-products-area .inner ul.top-products-ul li + li {
    margin-top: 3em;
  }
  #top-products-area .inner ul.top-products-ul li dl {
    flex-direction: row;
    justify-content: space-between;
  }
  #top-products-area .inner ul.top-products-ul li dl dt {
    width: 35%;
  }
  #top-products-area .inner ul.top-products-ul li dl dt picture {
    margin-bottom: 0.5em;
  }
  #top-products-area .inner ul.top-products-ul li dl dd {
    width: 60%;
    margin-top: 0;
  }
  #top-products-area .inner ul.top-products-ul li dl dd p {
    font-size: 1em;
  }
  #top-products-area .inner ul.top-products-ul li dl dd p.detail-link a {
    width: 100%;
    margin-top: 1.5em;
  }
}/*# sourceMappingURL=top.css.map */