@charset "UTF-8";
:root {
  --margin: 80px;
  --color_key: #b50029;
  --color_main: #967d64;
  --color_black: #505050;
  --color_grey: #ededed;
  --font_cp: clamp(13px, 1.8vw, 18px);
  --font_rg: clamp(18px, 2.4vw, 24px);
  --font_md: clamp(14px, 2.5vw, 32px);
  --font_lg: clamp(20px, 5vw, 44px);
}

.loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  pointer-events: none;
  background-color: #ece8e3;
}
.loading.loaded {
  opacity: 0;
}

@-webkit-keyframes top_mv {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes top_mv {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes top_mv {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes top_mv_r {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes top_mv_r {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
.mv {
  overflow: hidden;
  width: 100vw;
}
.mv_inner {
  position: relative;
  margin: 7vw 3vw 10vw;
  margin-right: 0;
}
.mv_anime {
  position: absolute;
  top: 0;
  right: -20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
  max-width: 1500px;
}
.loaded .mv_anime_01, .loaded .mv_anime_02, .loaded .mv_anime_03 {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-animation-name: top_mv;
          animation-name: top_mv;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.mv_anime_01 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.mv_anime_02 {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.mv_anime_03 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.mv_anime_sp {
  display: none;
}
.mv_anime_sp_01, .mv_anime_sp_02 {
  width: 150vw;
  max-width: none;
}
.loaded .mv_anime_sp_01, .loaded .mv_anime_sp_02 {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-animation-name: top_mv;
          animation-name: top_mv;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.mv_anime_sp_01 {
  margin-left: -25vw;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.mv_anime_sp_02 {
  margin-left: 0vw;
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.mv_image {
  width: 1800px;
  max-width: 120%;
}

.top_what {
  overflow: hidden;
  padding: clamp(84px, 120vw / 980 * 90, 120px) 0 clamp(56px, 80vw / 980 * 90, 80px);
  background-color: #ededed;
}
.top_what_title {
  font-size: clamp(35px, 50vw / 980 * 90, 50px);
}
.top_what_image {
  width: 100%;
  min-width: 880px;
  max-width: 1800px;
}

.top_download {
  margin-top: clamp(98px, 140vw / 980 * 90, 140px);
  padding: 3% 2.25% 2.25%;
  border-radius: clamp(28px, 40vw / 980 * 90, 40px);
  background-color: var(--color_main);
  width: 90%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.top_download_title {
  margin-bottom: 1em;
  font-size: var(--font_md);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.top_download_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5% 8%;
  background-color: #fff;
}
.top_download_image {
  width: 30%;
}
.top_download_list {
  margin-left: 5%;
  padding-bottom: 20%;
  background-image: url(../image/top_download_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.top_download_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.1em;
  font-size: clamp(12.6px, 18vw / 980 * 90, 18px);
}
.top_download_item::before {
  display: block;
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
  content: "";
  background-image: url(../image/top_download_check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.top_download_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 5%;
}
.top_download_button .button {
  width: 50%;
}

.top_scene {
  margin-top: clamp(126px, 180vw / 980 * 90, 180px);
}
.top_scene_title span {
  margin-top: 1.5em;
}
.top_scene_container {
  width: 90%;
  max-width: px;
  margin-right: auto;
  margin-left: auto;
}
.top_scene_container {
  position: relative;
  width: clamp(760.9px, 1087vw / 980 * 90, 1087px);
  height: clamp(588.7px, 841vw / 980 * 90, 841px);
  margin-top: var(--margin);
}
.top_scene_link {
  pointer-events: none;
}
.top_scene_item {
  position: absolute;
}
.top_scene_item:nth-child(1) {
  top: 0;
  left: 0;
  width: 60%;
}
.top_scene_item:nth-child(2) {
  top: 0;
  right: 0;
  width: 40%;
  -webkit-transform: translateY(16%);
          transform: translateY(16%);
}
.top_scene_item:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 48%;
  -webkit-transform: translateX(5%) translateY(-38%);
          transform: translateX(5%) translateY(-38%);
}
.top_scene_item:nth-child(4) {
  right: 0;
  bottom: 0;
  width: 61%;
}

.top_product {
  margin-top: clamp(-42px, -60vw / 980 * 90, -60px);
  padding-top: clamp(119px, 170vw / 980 * 90, 170px);
  padding-bottom: clamp(70px, 100vw / 980 * 90, 100px);
  background-color: var(--color_grey);
}
.top_product_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(63px, 90vw / 980 * 90, 90px);
  width: 90%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.top_product_container::after {
  display: block;
  width: 30%;
  content: "";
}
.top_product_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.top_product_item {
  width: 30%;
  margin-bottom: clamp(28px, 40vw / 980 * 90, 40px);
  padding: 2% 1%;
  text-align: center;
  border-radius: 10%;
  background-color: #fff;
  -webkit-box-shadow: 1em 1em 0.5em 0.25em rgba(0, 0, 0, 0.15);
          box-shadow: 1em 1em 0.5em 0.25em rgba(0, 0, 0, 0.15);
}
.top_product_item.notsale {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.top_product_item.notsale * {
  pointer-events: none !important;
}
.top_product_item.notsale::after {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: clamp(21px, 30vw / 980 * 90, 30px);
  font-weight: 700;
  content: "休売中";
  letter-spacing: 0.1em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.top_product_text {
  margin-bottom: clamp(7px, 10vw / 980 * 90, 10px);
}
.top_product_image {
  width: clamp(143.5px, 205vw / 980 * 90, 205px);
  height: clamp(100.8px, 144vw / 980 * 90, 144px);
  margin-top: auto;
  border-radius: clamp(7px, 10vw / 980 * 90, 10px);
  -o-object-fit: contain;
     object-fit: contain;
}
.top_product_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: var(--margin);
}
.top_product_button .button {
  width: 80%;
  max-width: 450px;
  font-size: var(--font_cp);
}

.top_case {
  padding-top: clamp(70px, 100vw / 980 * 90, 100px);
  padding-bottom: clamp(49px, 70vw / 980 * 90, 70px);
}
.top_case_title_image {
  width: clamp(266px, 380vw / 980 * 90, 380px);
  height: clamp(68.6px, 98vw / 980 * 90, 98px);
  -o-object-fit: contain;
     object-fit: contain;
}
.top_case_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(42px, 60vw / 980 * 90, 60px);
  font-size: clamp(22.4px, 32vw / 1400 * 90, 32px);
}
.top_case_container {
  width: 100%;
}
.top_case_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 40vw;
}
.top_case_group.-small {
  width: 20vw;
}
.top_case_item {
  position: relative;
  width: 20vw;
  height: 15.4285714286vw;
  font-size: 0.75em;
}
.top_case_item.-large {
  width: 40vw;
  height: 30.9285714286vw;
  font-size: 1em;
}
.-small .top_case_item.-large {
  height: 15.4285714286vw;
  font-size: 0.75em;
}
.top_case_item.-long {
  width: 40vw;
  max-width: 100%;
  height: 15.4285714286vw;
  font-size: 1em;
}
.-small .top_case_item.-long {
  font-size: 0.75em;
}
.top_case_item.-vertical {
  width: 40vw;
  height: 62vw;
}
.-small .top_case_item.-vertical {
  height: 31vw;
  font-size: 0.75em;
}
.top_case_item:nth-child(even) .top_case_box {
  right: 0;
  left: auto;
}
.top_case_link {
  display: block;
  width: 100%;
  height: 100%;
}
.top_case_link:hover {
  opacity: 1;
}
.top_case_link:hover .top_case_box {
  opacity: 0.7;
}
.top_case_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_case_box {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 4% 6%;
  font-size: clamp(11.2px, 16vw / 980 * 90, 16px);
  font-weight: 500;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
  color: #fff;
  background-color: var(--color_main);
}
.-large .top_case_box {
  font-size: clamp(15.4px, 22vw / 980 * 90, 22px);
}
.-small .top_case_box {
  font-size: clamp(9.8px, 14vw / 980 * 90, 14px);
}
.top_case_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.top_case_more::after {
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.5em;
  content: "";
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
  border: 2px solid;
  border-top: 0;
  border-left: 0;
}
.top_case_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(42px, 60vw / 980 * 90, 60px);
}
.top_case_button .button {
  width: 80%;
  max-width: 450px;
  font-size: clamp(14px, 20vw / 980 * 90, 20px);
}
.top_case_company_name {
  margin: clamp(56px, 80vw / 980 * 90, 80px) 0 0;
}
.top_case_company_name_item {
  height: clamp(63px, 90vw / 980 * 90, 90px);
  -webkit-animation-name: company_name_slide;
          animation-name: company_name_slide;
  -webkit-animation-duration: 300s;
          animation-duration: 300s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background-image: url(../image/company_01.jpg);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 100%;
}
.top_case_company_name_item:nth-child(2) {
  -webkit-animation-duration: 270s;
          animation-duration: 270s;
  background-image: url(../image/company_02.jpg);
}
.top_case_company_name_image {
  width: auto;
  max-width: none;
}

@-webkit-keyframes company_name_slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000% 0;
  }
}

@keyframes company_name_slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000% 0;
  }
}
.top_evidence {
  padding-top: clamp(70px, 100vw / 980 * 90, 100px);
  padding-bottom: clamp(63px, 90vw / 980 * 90, 90px);
  background-color: var(--color_grey);
}
.top_evidence_source {
  font-size: clamp(9.8px, 14vw / 980 * 90, 14px) !important;
  font-weight: normal !important;
}
.top_evidence_movie {
  position: relative;
  margin-top: clamp(56px, 80vw / 980 * 90, 80px);
  width: 90%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.top_evidence_movie iframe {
  width: clamp(686px, 980vw / 980 * 90, 980px);
  height: clamp(385.875px, 551.25vw / 980 * 90, 551.25px);
  border-radius: clamp(21px, 30vw / 980 * 90, 30px);
}
.top_evidence_container {
  margin-top: clamp(63px, 90vw / 980 * 90, 90px);
  width: 90%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.top_evidence_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_evidence_item + .top_evidence_item {
  margin-top: clamp(70px, 100vw / 980 * 90, 100px);
}
.top_evidence_item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top_evidence_picture:nth-of-type(1) {
  max-width: 43%;
}
.top_evidence_picture:nth-of-type(2) {
  max-width: 55%;
}

.top_flow,
.top_faq {
  padding-top: clamp(70px, 100vw / 980 * 90, 100px);
}
.top_flow_container,
.top_faq_container {
  max-width: 1100px;
  margin-top: clamp(35px, 50vw / 980 * 90, 50px);
  padding: 5% 4%;
  border-radius: 40px;
  background-color: var(--color_grey);
  width: 90%;
  max-width: px;
  margin-right: auto;
  margin-left: auto;
}
.top_flow_text,
.top_faq_text {
  padding-bottom: 4%;
  font-size: var(--font_cp);
  font-weight: normal;
  line-height: 2;
  text-align: center;
  color: var(--color_black);
}
.top_flow_timeline,
.top_faq_timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_flow_picture,
.top_faq_picture {
  position: relative;
  width: 24%;
  margin-left: -5%;
}
.top_flow_picture.shadow,
.top_faq_picture.shadow {
  -webkit-filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.1));
}
.top_flow_picture:nth-child(1),
.top_faq_picture:nth-child(1) {
  z-index: 10;
  margin-left: 0;
}
.top_flow_picture:nth-child(2),
.top_faq_picture:nth-child(2) {
  z-index: 9;
}
.top_flow_picture:nth-child(3),
.top_faq_picture:nth-child(3) {
  z-index: 8;
}
.top_flow_picture:nth-child(4),
.top_faq_picture:nth-child(4) {
  z-index: 7;
}
.top_flow_picture:nth-child(5),
.top_faq_picture:nth-child(5) {
  z-index: 6;
  width: 20%;
}
.top_flow_button,
.top_faq_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(var(--margin) * 0.75);
}
.top_flow_button .button,
.top_faq_button .button {
  width: 80%;
  max-width: 450px;
  font-size: var(--font_cp);
}

.top_faq_list {
  width: 65%;
  min-width: 500px;
  margin: 0 auto 1em;
  font-size: var(--font_rg);
  counter-increment: faq;
}
.top_faq_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  color: var(--color_black);
}
.top_faq_title::before {
  font-weight: 900;
  content: "Q" counter(faq) ".";
  color: var(--color_main);
}
.top_faq_title::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../image/faq_plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.js-open .top_faq_title::after {
  background-image: url(../image/faq_minus.png);
}
.top_faq_desc {
  height: 0;
  margin-top: 0.5em;
  padding-left: 7%;
  font-size: 0.85em;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  text-align: justify;
  pointer-events: none;
  opacity: 0;
}
.js-open .top_faq_desc {
  height: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: all;
  opacity: 1;
}

.top_column {
  padding-top: clamp(70px, 100vw / 980 * 90, 100px);
}
.top_column .slick-arrow {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 600px;
  background-color: rgba(255, 255, 255, 0.8);
}
.top_column .slick-arrow::before {
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  -webkit-transform: translateX(-20%) rotate(-45deg);
          transform: translateX(-20%) rotate(-45deg);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-top: 0;
  border-left: 0;
}
.top_column .slick-next {
  right: 2vw;
}
.top_column .slick-prev {
  left: 2vw;
}
.top_column .slick-prev::before {
  -webkit-transform: translateX(20%) rotate(135deg);
          transform: translateX(20%) rotate(135deg);
}
.top_column_container {
  overflow: hidden;
  margin-top: clamp(56px, 80vw / 980 * 90, 80px);
}
.top_column_container .slick-list {
  overflow: visible;
  width: 80vw;
  margin: auto;
}
.top_column_item {
  overflow: hidden;
  height: auto;
  margin: 0 1.5vw 3vw;
  border-radius: 30px;
  -webkit-box-shadow: 0.5em 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.15);
          box-shadow: 0.5em 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.15);
}
.top_column_link {
  display: block;
}
.top_column_image {
  width: 100%;
  height: 17.76vw;
  min-height: clamp(155.4px, 222vw / 980 * 90, 222px);
  -o-object-fit: cover;
     object-fit: cover;
}
.top_column_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: clamp(89.6px, 128vw / 980 * 90, 128px);
  height: 10vw;
  padding: clamp(21px, 30vw / 980 * 90, 30px) clamp(14px, 20vw / 980 * 90, 20px) clamp(28px, 40vw / 980 * 90, 40px);
  font-size: 1.40625vw;
  text-align: justify;
  color: var(--color_black);
}
.top_column_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(var(--margin) * 0.75);
}
.top_column_button .button {
  width: 80%;
  max-width: 450px;
  font-size: var(--font_cp);
}

.top_news {
  margin-top: clamp(91px, 130vw / 980 * 90, 130px);
  width: 90%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.top_news_title {
  padding-left: 0.5em;
  font-size: clamp(22.4px, 32vw / 980 * 90, 32px);
  font-weight: 700;
}
.top_news_container {
  font-size: clamp(12.6px, 18vw / 980 * 90, 18px);
  color: var(--color_black);
}
.top_news_link {
  display: block;
}
.top_news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.75em 0 0.75em;
  border-bottom: 1px solid;
}
.top_news_date {
  width: 15%;
  font-weight: 500;
}
.top_news_category {
  width: 10%;
  font-weight: 900;
  color: var(--color_main);
}
.top_news_text {
  width: 75%;
}
.top_news_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.75em;
  font-size: var(--font_cp);
}
.top_news_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_news_next::after {
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.5em;
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border: 1px solid;
  border-top: 0;
  border-left: 0;
}

.top_notice {
  margin-bottom: clamp(42px, 60vw / 980 * 90, 60px);
  padding-top: clamp(35px, 50vw / 980 * 90, 50px);
  padding-bottom: clamp(28px, 40vw / 980 * 90, 40px);
  background-color: #eae5e0;
}
.top_notice_inner {
  width: 90%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.top_notice_title {
  font-size: clamp(14px, 20vw / 980 * 90, 20px);
  text-align: center;
}
.top_notice_time {
  display: block;
  font-size: clamp(14px, 20vw / 980 * 90, 20px);
  text-align: center;
}
.top_notice_content {
  margin-top: 1em;
  font-size: clamp(11.2px, 16vw / 980 * 90, 16px);
  font-weight: normal;
  color: var(--color_black);
}

.banner-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -2vw auto 5vw;
  max-width: clamp(630px, 900vw / 980 * 90, 900px);
}

@media (max-width: 768px){
  :root {
    --margin: 12vw;
  }
  .loading {
    background-color: #e9e5de;
  }
  .mv_inner {
    margin-left: 0;
  }
  .mv_anime {
    display: none;
  }
  .mv_anime_sp {
    position: absolute;
    bottom: 2vw;
    left: 0;
    display: block;
  }
  .mv_image {
    width: 100%;
    margin-left: 0;
  }
  .top_what_title {
    font-size: 8vw;
  }
  .top_what_image {
    min-width: auto;
  }
  .top_scene {
    margin-top: 13.3333333333vw;
  }
  .top_scene_container {
    width: 90%;
    height: auto;
  }
  .top_scene_item {
    position: static;
    width: 100% !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .top_scene_item:nth-child(2) {
    margin-top: -9vw;
  }
  .top_scene_item:nth-child(3) {
    margin-top: -4vw;
  }
  .top_scene_item:nth-child(4) {
    margin-top: -7vw;
  }
  .top_product {
    margin-top: 8vw;
    padding-top: 13.3333333333vw;
  }
  .top_product_container {
    width: 90%;
  }
  .top_product_item {
    width: 47%;
    margin-bottom: 10%;
    padding: 3% 5%;
    font-size: 3.2vw;
    -webkit-box-shadow: 1.25vw 1.25vw 0.75vw 0.25vw rgba(0, 0, 0, 0.15);
            box-shadow: 1.25vw 1.25vw 0.75vw 0.25vw rgba(0, 0, 0, 0.15);
  }
  .top_product_item.notsale::after {
    font-size: 6vw;
  }
  .top_product_button .button {
    width: 94%;
    max-width: none;
  }
  .top_case {
    padding-top: 12vw;
    padding-bottom: 18.6666666667vw;
  }
  .top_case_title_image {
    width: 48vw;
    height: 12vw;
  }
  .top_case_container {
    margin-top: 12vw;
  }
  .top_case_group {
    width: 100%;
    font-size: 3.4666666667vw !important;
    text-align: left;
  }
  .top_case_group * {
    font-size: 1em !important;
    text-align: inherit;
  }
  .top_case_group:not(:first-of-type) {
    display: none;
  }
  .top_case_item {
    width: 100vw;
    max-width: 100%;
    height: 50.6666666667vw;
  }
  .top_case_item.-large {
    width: 100vw;
    max-width: 100%;
    height: 50.6666666667vw;
  }
  .top_case_item.-long {
    width: 100vw;
    max-width: 100%;
    height: 50.6666666667vw;
  }
  .top_case_item + .top_case_item {
    margin-top: 4vw;
  }
  .top_case_box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 50%;
    padding: 0 2%;
    opacity: 0.8;
  }
  .top_case_more {
    margin-top: 1em;
  }
  .top_case_more::after {
    border-width: 1px;
  }
  .top_case_button .button {
    width: 94%;
    max-width: none;
  }
  .top_case_company_name_item {
    height: 12vw;
    -webkit-animation-duration: 600s;
            animation-duration: 600s;
  }
  .top_case_company_name_item:nth-child(2) {
    -webkit-animation-duration: 540s;
            animation-duration: 540s;
  }
  .top_evidence {
    padding-top: 9.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  .top_evidence_movie {
    margin-top: 8vw;
  }
  .top_evidence_movie iframe {
    width: 90vw;
    height: 50.625vw;
    border-radius: 4vw;
  }
  .top_evidence_container {
    margin-top: 10.6666666667vw;
  }
  .top_evidence_item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .top_evidence_item + .top_evidence_item {
    margin-top: 9.3333333333vw;
  }
  .top_evidence_picture:nth-of-type(1) {
    width: 100%;
    max-width: none;
  }
  .top_evidence_picture:nth-of-type(2) {
    width: 90%;
    max-width: none;
    margin-left: auto;
  }
  .top_flow_container,
  .top_faq_container {
    margin-top: calc(var(--margin) * 0.5);
    padding: 8% 4%;
    border-radius: 5vw;
  }
  .top_flow_text,
  .top_faq_text {
    width: 100%;
    margin: auto;
    text-align: justify;
  }
  .top_flow_timeline,
  .top_faq_timeline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_flow_picture.shadow,
  .top_faq_picture.shadow {
    -webkit-filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.1));
  }
  .top_flow_picture,
  .top_faq_picture {
    width: 100%;
    margin-top: -6vw;
    margin-left: 0;
  }
  .top_flow_picture:nth-child(1),
  .top_faq_picture:nth-child(1) {
    margin-top: 0;
  }
  .top_flow_picture:nth-child(5),
  .top_faq_picture:nth-child(5) {
    width: 100%;
  }
  .top_flow_button,
  .top_faq_button {
    margin-top: calc(var(--margin) * 0.5);
  }
  .top_flow_button .button,
  .top_faq_button .button {
    width: 100%;
    max-width: none;
  }
  .top_faq_list {
    width: 90%;
    min-width: auto;
  }
  .top_column_item {
    -webkit-box-shadow: 0.2em 0.2em 0.3em 0.1em rgba(0, 0, 0, 0.15);
            box-shadow: 0.2em 0.2em 0.3em 0.1em rgba(0, 0, 0, 0.15);
  }
  .top_column_text {
    height: 24vw;
    font-size: 3.4666666667vw;
  }
  .top_column_button .button {
    width: 94%;
    max-width: none;
  }
  .top_news {
    width: 86%;
  }
  .top_news_title {
    font-size: calc(var(--font_md) * 1.25);
  }
  .top_news_date {
    width: 25%;
  }
  .top_news_category {
    width: 50%;
  }
  .top_news_text {
    width: 100%;
  }
  .banner-area {
    max-width: 80vw;
    margin-bottom: 8vw;
  }
}

@media (max-width: 560px){
  .top_download {
    width: 94%;
    margin-top: 9.3333333333vw;
    padding: 0 4% 4%;
    border-radius: 4vw;
  }
  .top_download_title {
    margin-bottom: 0;
    padding: 1.5em 0;
  }
  .top_download_area {
    padding: 7% 5%;
  }
  .top_download_image {
    display: none;
  }
  .top_download_list {
    padding-top: 45%;
    padding-bottom: 0;
    background-position: center top;
  }
  .top_download_list::after {
    display: block;
    width: 70%;
    margin: 5vw auto 3vw;
    padding-bottom: 26%;
    content: "";
    background-image: url(../image/top_download_image-sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .top_download_button .button {
    width: 100%;
  }
}