@charset "UTF-8";
@font-face {
  font-family: "Helvetica Neue";
  src: url("./webfonts/HelveticaNeue.ttf") format("truetype");
}
/* グロナビ高さ（PC） */
/* グロナビ高さ（スマホ） */
/* メインカラー */
/* アイコン参照 */
/* Topics
------------------------------ */
body.topics .article-unit .article-unit__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
body.topics .article-unit .article-unit__inner .topics_detail_title_box {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  body.topics .article-unit .article-unit__inner .topics_detail_title_box {
    margin-top: 30px;
  }
}
body.topics .article-unit .article-unit__inner .topics_detail_title_box h1 {
  font-size: 2rem;
  margin-bottom: 0.24em;
  border-bottom: solid 2px #423d82;
}
@media screen and (max-width: 750px) {
  body.topics .article-unit .article-unit__inner .topics_detail_title_box h1 {
    font-size: 7vw;
  }
}
body.topics .article-unit .article-unit__inner .topics_detail_title_box time {
  display: block;
  text-align: right;
}
body.topics .article-unit .article-unit__inner .default-area a.btn:last-child {
  width: 50%;
  margin: 50px auto 0;
}
@media screen and (max-width: 750px) {
  body.topics .article-unit .article-unit__inner .default-area a.btn:last-child {
    width: 100%;
    margin-top: 30px;
  }
}

.top-area_top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 750px) {
  .top-area_top {
    margin-top: 0;
  }
}
.top-area_top::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/common/kv_bg.png);
  background-repeat: repeat-y;
  background-position: left;
  background-size: 50%;
  opacity: 0.15;
}
.top-area_top > .kv {
  position: relative;
  width: 100%;
}
.top-area_top > .kv > div {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 0 0 33.3333333333%;
}
@media screen and (max-width: 750px) {
  .top-area_top > .kv > div {
    width: 100%;
    padding: 0;
  }
}
.top-area_top > .kv > div .kv__movie video, .top-area_top > .kv > div .kv__movie img,
.top-area_top > .kv > div .kv__img video,
.top-area_top > .kv > div .kv__img img {
  width: 100%;
}
.top-area_top > .kv > div .kv_title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: fit-content;
  height: fit-content;
  margin: auto 0;
}
@media screen and (max-width: 750px) {
  .top-area_top > .kv > div .kv_title {
    width: 80%;
  }
}
.top-area_top > .kv > div .kv_title .kv_title__inner {
  position: relative;
  background-color: #fff;
  padding: 8px 1rem 24px calc((100vw - 1280px) / 2);
}
@media screen and (max-width: 750px) {
  .top-area_top > .kv > div .kv_title .kv_title__inner {
    padding: 16px;
  }
}
.top-area_top > .kv > div .kv_title .kv_title__inner::after {
  position: absolute;
  top: 0;
  right: calc(-4vw + 1px);
  width: 4vw;
  height: 100%;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: #fff;
  transform: rotateX(0.5turn);
}
@media screen and (max-width: 750px) {
  .top-area_top > .kv > div .kv_title .kv_title__inner::after {
    display: none;
  }
}
.top-area_top > .kv > div .kv_title .kv_title__inner .title {
  font-family: "Ropa Mix Pro", "ropa-mix-pro", "Ropa Sans", sans-serif;
  font-size: 3.6rem;
  text-transform: uppercase;
  color: #423d82;
  letter-spacing: 4px;
}
@media screen and (max-width: 750px) {
  .top-area_top > .kv > div .kv_title .kv_title__inner .title {
    font-size: 2rem;
    line-height: 1;
  }
}
.top-area_top > .kv > div .kv_title .kv_title__inner p {
  font-size: 1.16rem;
}
@media screen and (max-width: 750px) {
  .top-area_top > .kv > div .kv_title .kv_title__inner p {
    font-size: 1rem;
  }
}
.top-area_top > .kv > span.mouse {
  position: absolute;
  bottom: 0;
  left: calc(33.3333333333% - 56px);
  text-align: center;
  color: #423d82;
  line-height: 1;
}
.top-area_top > .kv > span.mouse::before, .top-area_top > .kv > span.mouse::after {
  position: relative;
  display: block;
  opacity: 0;
  font-family: "kitagawa_local_co";
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.top-area_top > .kv > span.mouse::before {
  top: -30px;
  content: "\e90d";
  font-size: 32px;
  margin-bottom: 5px;
  animation-name: kv_mouse_01;
  animation-delay: 0.25s;
}
.top-area_top > .kv > span.mouse::after {
  top: -20px;
  content: "\e905";
  transform-origin: center;
  transform: rotate(90deg);
  font-size: 16px;
  animation-name: kv_mouse_02;
}

@keyframes kv_mouse_01 {
  0% {
    opacity: 0;
    top: -30px;
  }
  20% {
    opacity: 1;
    top: -30px;
  }
  70% {
    opacity: 1;
    top: 0;
  }
  80% {
    opacity: 0;
    top: 0;
  }
  99% {
    opacity: 0;
    top: 0;
  }
  100% {
    opacity: 0;
    top: -30px;
  }
}
@keyframes kv_mouse_02 {
  0% {
    opacity: 0;
    top: -20px;
  }
  20% {
    opacity: 1;
    top: -20px;
  }
  40% {
    opacity: 1;
    top: 0;
  }
  70% {
    opacity: 0;
    top: 0;
  }
  99% {
    opacity: 0;
    top: 0;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}
.article-unit .article-unit__inner {
  padding-top: 50px;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner {
    padding-top: 30px;
  }
}
.article-unit .article-unit__inner .product_category_list h3 {
  height: 90px;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .product_category_list h3 {
    height: auto;
  }
}
.article-unit .article-unit__inner .text_box h2 {
  font-size: 3rem;
  letter-spacing: 4px;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .text_box h2 {
    font-size: 9.6vw;
    line-height: 1;
    letter-spacing: 2px;
  }
}
.article-unit .article-unit__inner .text_box h2 + p {
  font-size: 1.16rem;
  letter-spacing: 2px;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .text_box h2 + p {
    font-size: 4vw;
  }
}
.article-unit .article-unit__inner .product_site {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: 40px auto 80px;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .product_site {
    flex-direction: column;
    width: calc(100% + 32px);
    margin-top: 40px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 0;
  }
}
.article-unit .article-unit__inner .product_site .product_site__body {
  position: relative;
  padding: 30px;
  width: calc(100% - 30vw);
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .product_site .product_site__body {
    order: 2;
    width: 100%;
    padding: 16px 16px 32px;
  }
}
.article-unit .article-unit__inner .product_site .product_site__body::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 130%;
  height: 100%;
  content: "";
  background-color: #f8f8f8;
}
.article-unit .article-unit__inner .product_site .product_site__body h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .product_site .product_site__body h2 {
    font-size: 9vw;
  }
}
.article-unit .article-unit__inner .product_site .product_site__body p {
  font-size: 1.24rem;
  letter-spacing: 2px;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .product_site .product_site__body p {
    font-size: 3.8vw;
    line-height: 1.6;
    letter-spacing: 1px;
  }
}
.article-unit .article-unit__inner .product_site .product_site__body ul {
  font-size: 1.16rem;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .product_site .product_site__body ul {
    font-size: 4vw;
  }
}
.article-unit .article-unit__inner .product_site .product_site__body ul li {
  margin-top: 1em;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .product_site .product_site__body .btn {
    margin: 0 0 0 auto;
  }
}
.article-unit .article-unit__inner .product_site .product_site__img {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 30vw;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .product_site .product_site__img {
    order: 1;
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }
}
.article-unit .article-unit__inner .technical_info {
  display: flex;
  width: 100%;
  max-width: calc(1280px + (100% - 1280px) / 2);
  margin: 40px auto 80px 0;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .technical_info {
    flex-direction: column;
    width: calc(100% + 32px);
    margin-top: 40px;
    margin-left: auto !important;
    margin-right: auto !important;
    /*margin-left: -$sp-offset;
    margin-right: -$sp-offset;*/
    margin-bottom: 0;
  }
}
.article-unit .article-unit__inner .technical_info .technical_info__img {
  position: relative;
  left: 0;
  width: 30vw;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .technical_info .technical_info__img {
    width: 100%;
  }
}
.article-unit .article-unit__inner .technical_info .technical_info__body {
  position: relative;
  top: 50px;
  margin: 0 0 0 auto;
  padding: 30px 30px 60px 50px;
  width: calc(100% - 30vw);
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .technical_info .technical_info__body {
    top: auto;
    width: 100%;
    padding: 16px 16px 32px;
  }
}
.article-unit .article-unit__inner .technical_info .technical_info__body::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 110%;
  height: 100%;
  content: "";
  background-color: #f8f8f8;
}
.article-unit .article-unit__inner .technical_info .technical_info__body h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .technical_info .technical_info__body h2 {
    font-size: 9vw;
  }
}
.article-unit .article-unit__inner .technical_info .technical_info__body p {
  font-size: 1.24rem;
  letter-spacing: 2px;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .technical_info .technical_info__body p {
    font-size: 3.8vw;
    line-height: 1.6;
    letter-spacing: 1px;
  }
}
.article-unit .article-unit__inner .technical_info .technical_info__body ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 1em 2.6em;
  margin-left: 0;
  margin-right: auto;
  font-size: 1.16rem;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .technical_info .technical_info__body ul {
    font-size: 4vw;
  }
}
.article-unit .article-unit__inner .technical_info .technical_info__body ul li {
  width: fit-content;
  margin: 0;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .technical_info .technical_info__body ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .technical_info .technical_info__body .btn {
    margin: 0 0 0 auto;
  }
}
.article-unit .article-unit__inner .who_we_are {
  width: 100%;
  max-width: 1280px;
  margin: 120px auto 0;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .who_we_are {
    margin: 40px 0 0;
  }
}
.article-unit .article-unit__inner .who_we_are > .col {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .who_we_are > .col {
    margin-top: 20px;
  }
}
.article-unit .article-unit__inner .who_we_are > .col > div {
  padding: 40px 48px 56px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .who_we_are > .col > div {
    padding: 16px;
  }
}
.article-unit .article-unit__inner .who_we_are > .col > div h3 {
  margin-bottom: 0.5em;
  font-family: "Helvetica Neue Normal", Helvetica, "sans-serif";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .who_we_are > .col > div h3 {
    font-size: 6vw;
  }
}
.article-unit .article-unit__inner .who_we_are > .col > div p {
  font-size: 1.08rem;
  letter-spacing: 2px;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .who_we_are > .col > div p {
    font-size: 3.8vw;
    line-height: 1.6;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .who_we_are > .col > div .btn {
    margin: 0 0 0 auto;
  }
}
.article-unit .article-unit__inner .who_we_are .about_box {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .who_we_are .about_box {
    flex-direction: column;
  }
}
.article-unit .article-unit__inner .who_we_are .about_box > .body {
  width: 100%;
}
.article-unit .article-unit__inner .who_we_are .about_box > .body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .who_we_are .about_box > .body ul {
    flex-direction: column;
    gap: 1em;
    margin-top: 20px;
  }
}
.article-unit .article-unit__inner .who_we_are .about_box > .body ul li {
  font-weight: bold;
  margin: 0;
}
.article-unit .article-unit__inner .who_we_are .about_box > .thumb {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 48px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .who_we_are .about_box > .thumb {
    flex-direction: column;
    gap: 24px;
    padding-bottom: 24px;
  }
}
.article-unit .article-unit__inner .who_we_are .about_box > .thumb div:nth-child(1) {
  width: 100%;
}
.article-unit .article-unit__inner .who_we_are .about_box > .thumb div:nth-child(2) {
  width: 80%;
}
@media screen and (max-width: 750px) {
  .article-unit .article-unit__inner .who_we_are .about_box > .thumb div:nth-child(2) {
    width: 33.3333333333%;
  }
}/*# sourceMappingURL=top.css.map */