@charset "UTF-8";
/* 共通 */
.top__link {
  display: flex;
  justify-content: center;
  max-width: 1140px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .top__link {
    justify-content: flex-end;
    margin-top: 0;
  }
}

.top__link__inner {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New";
}

.top__link__inner a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding-right: calc(10px + 10px / 1.141);
  padding-left: 10px;
  padding-bottom: 10px;
}

.top__link__inner a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
  width: 100%;
  height: 2px;
  background-color: #09B14A;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.25s ease-out;
}

.top__link__inner a::before {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 10px;
  height: 12px;
  border-right: 2px solid #09B14A;
  transform: rotate(-45deg);
  transform-origin: bottom right;
  opacity: 1;
}

.top__link__inner a:hover::after {
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.25s ease-out;
  animation: slide-in 0.5s ease-out forwards 0.25s;
}

.top__link__inner a:hover::before {
  opacity: 0;
  animation: fade-in 0.5s ease-out forwards 0.5s;
}

@keyframes slide-in {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.top__modal-image {
  cursor: pointer;
}

.top__modal-image:hover {
  opacity: none;
}

@media (min-width: 768px) {
  .top__modal-image:hover {
    opacity: 0.8;
  }
}

/* 共通 */
/* top */
.dir-top .sec__hd {
  color: #09B14A;
  font-size: 35px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 3.5px;
}

@media (min-width: 768px) {
  .dir-top .sec__hd {
    font-size: 45px;
    line-height: 54px;
    letter-spacing: 6.75px;
  }
}

.dir-top .sec__hd span {
  font-family: "Zen Kaku Gothic New";
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  padding-top: 2px;
}

@media (min-width: 768px) {
  .dir-top .sec__hd span {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1.6px;
    padding-top: 0;
  }
}

.main__hero {
  margin: 0 auto 80px;
}

@media (min-width: 576px) {
  .main__hero {
    margin-bottom: 130px;
  }
}

.hero {
  position: relative;
  width: 100%;
  padding: 0;
}

@media (min-width: 576px) {
  .hero {
    padding: 0;
  }
}

.hero__nav {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 0;
  height: 100%;
  overflow: visible;
}

@media (min-width: 576px) {
  .hero__nav {
    top: auto;
    bottom: 0;
  }
}

.hero__nav .__btn {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 1;
  transition: opacity .1s linear;
}

.hero__nav .__btn:hover {
  opacity: .8;
}

.hero__nav .__btn::before {
  position: relative;
  width: 1em;
  font-family: "Material Icons";
  font-size: 40px;
  vertical-align: middle;
  font-weight: normal;
}

@media (min-width: 576px) {
  .hero__nav .__btn {
    top: auto;
    bottom: 0;
  }
}

.hero__nav .__btn.-prev {
  margin-top: -85px;
}

.hero__nav .__btn.-prev::before {
  content: "keyboard_arrow_up";
}

@media (min-width: 576px) {
  .hero__nav .__btn.-prev {
    margin-top: 0;
    right: 140px;
  }
}

.hero__nav .__btn.-next {
  margin-top: 34px;
}

.hero__nav .__btn.-next::before {
  content: "keyboard_arrow_down";
}

@media (min-width: 576px) {
  .hero__nav .__btn.-next {
    margin-top: 0;
  }
}

.hero__info {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -85px;
  z-index: 2;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 8px;
  background: rgba(0, 0, 0, 0.5);
}

@media (min-width: 576px) {
  .hero__info {
    letter-spacing: 5px;
    top: auto;
    bottom: 0;
    right: 0;
  }
}

.hero__info .__inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 160px;
  margin: 0 auto;
  padding: 0 0 0 7px;
  text-align: center;
}

@media (min-width: 576px) {
  .hero__info .__inner {
    flex-flow: row nowrap;
    width: 180px;
    height: 40px;
    text-align: center;
  }
}

.hero__info .__inner > * {
  display: block;
  text-align: center;
  width: 100%;
}

@media (min-width: 576px) {
  .hero__info .__inner > * {
    display: inline-block;
    width: auto;
  }
}

.hero__info xx.__num_1 {
  display: inline-block;
  width: 1.5em;
  text-align: right;
}

.hero__itemList {
  position: relative;
  z-index: 1;
  width: 100%;
}

.heroItem {
  position: relative;
  width: 100%;
  background: #000;
}

.heroItem > * {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
}

.heroItem a {
  transition: opacity .1s linear;
}

.heroItem a:hover {
  opacity: .8;
}

.heroItem .__img {
  width: 100%;
  text-align: center;
}

.heroItem .__img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .heroItem .__img img {
    width: 140%;
    margin: 0 -20%;
  }
}

@media (min-width: 992px) {
  .heroItem .__img img {
    max-width: 100%;
    margin: 0 auto;
    width: auto;
    height: auto;
  }
}

/* movie */
.video-container {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.video-container video {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.controls {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
}

.control-button {
  background: none;
  border: none;
  cursor: pointer;
  margin: 5px 0;
}

.control-button img {
  width: 25px;
  height: 25px;
}

@media (min-width: 576px) {
  .control-button img {
    width: 30px;
    height: 30px;
  }
}

/* top news */
.news {
  position: relative;
  background: #000;
  padding: 20px 0 50px;
}

@media (min-width: 576px) {
  .news {
    padding: 40px 0 50px;
  }
}

.news__more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  display: flex;
  justify-content: center;
}

@media (min-width: 576px) {
  .news__more {
    bottom: -24px;
  }
}

.btn_more {
  width: 180px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", "Noto Sans JP", "YuGothicM-Universal", "YuGothic", -apple-system, "メイリオ", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #000;
  background: #00FA6A;
  letter-spacing: 2px;
  text-align: center;
  transition: background-color .1s linear;
}

.btn_more:hover {
  background: #00c855;
  text-decoration: none;
}

@media (min-width: 576px) {
  .btn_more {
    width: 256px;
    height: 48px;
    font-size: 24px;
    letter-spacing: 3px;
  }
}

/* top products */
.topProductsList {
  display: none !important;
}

.bg_top_news,
.bg_top_products {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
}

.bg_top_news .__inner,
.bg_top_products .__inner {
  position: absolute;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}

.bg_top_news .__inner .__img,
.bg_top_products .__inner .__img {
  width: auto;
  height: auto;
}

.bg_top_news .__inner img,
.bg_top_products .__inner img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

@media (min-width: 576px) {
  .bg_top_products .__inner {
    padding: 3vw 0 0 0;
  }
  .bg_top_products .__inner .__img {
    width: 110%;
    margin: 0 -5%;
    padding: 0;
    transform: rotate(-3deg);
    overflow: hidden;
  }
  .bg_top_products .__inner img {
    position: relative;
    top: 5%;
    width: 100%;
    height: auto;
    transform: rotate(3deg) translate(0, -5%);
  }
}

.top__sec {
  margin: 0 auto 80px;
}

@media (min-width: 576px) {
  .top__sec {
    margin-bottom: 130px;
  }
}

.top__sec .top_bnr {
  margin-bottom: 20px;
}

.top__sec .top_bnr a {
  transition: opacity .1s linear;
}

.top__sec .top_bnr a:hover {
  opacity: .8;
}

.top__sec .top_bnr a img {
  max-width: 100%;
  vertical-align: bottom;
}

.mv-bottom__container {
  padding: 0;
}

@media (min-width: 768px) {
  .mv-bottom__container {
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    padding: 0 30px;
  }
}

.mv-bottom {
  background: #fff;
}

.mv-contents {
  color: #000;
  display: grid;
  grid-template-areas: ". content3 content3 content3 ." ". content1 content2 content4 content4" ". content5 content5 content5 .";
  grid-template-columns: 20px 0.28955fr 0.20299fr 0.50746fr 20px;
  grid-template-rows: auto auto auto;
  place-content: center;
}

@media (min-width: 768px) {
  .mv-contents {
    max-width: 1080px;
    margin: 0 auto;
    grid-template-areas: ". content1  content3  content3 ." ". content1 content2 content4 ." ". content1 content2 content5 .";
    grid-template-columns: calc(100% * 74 / calc(1080 - 70)) calc(100% * 170 / calc(1080 - 70)) calc(100% * 168 / calc(1080 - 70)) calc(100% * 598 / calc(1080 - 70)) calc(100% * 0 / calc(1080 - 70));
    grid-template-rows: auto auto auto;
  }
}

@media (min-width: 992px) {
  .mv-contents {
    grid-template-areas: ". content1 content3 content3 ." ". content1 content2 content4 ." ". content1 content2 content5 .";
    grid-template-columns: calc(100% * 74 / 1080) calc(100% * 170 / 1080) calc(100% * 168 / 1080) calc(100% * 598 / 1080) calc(100% * 70 / 1080);
    grid-template-rows: auto auto 1fr;
  }
}

.mv-contents .mv-content1 {
  grid-area: content1;
}

.mv-contents .mv-content1 img {
  width: 100%;
}

.mv-contents .mv-content2 {
  grid-area: content2;
  display: grid;
  place-content: center;
}

@media (min-width: 768px) {
  .mv-contents .mv-content2 {
    place-content: start center;
    padding-right: clamp(1px, 0.92593vw, 10px);
  }
}

.mv-contents .mv-content2 img {
  width: calc(100vw * 20 / 375);
  height: auto;
}

@media (min-width: 768px) {
  .mv-contents .mv-content2 img {
    max-height: 100%;
    width: clamp(10px, 2.87037vw, 31px);
  }
}

.mv-contents .mv-content3 {
  grid-area: content3;
  display: grid;
  place-content: center start;
}

.mv-contents .mv-content3__head {
  font-family: "Zen Old Mincho";
  font-size: calc(100vw * 28 / 375);
  font-weight: 900;
  line-height: 178.57%;
  padding: calc(100vw * 31 / 375) 0;
  letter-spacing: 2.8px;
}

@media (min-width: 768px) {
  .mv-contents .mv-content3__head {
    font-size: clamp(1px, 3.51852vw, 38px);
    line-height: 142.11%;
    letter-spacing: 3.8px;
    padding-left: clamp(1px, 5.74074vw, 62px);
    padding-top: clamp(1px, 5.74074vw, 62px);
    padding-bottom: clamp(1px, 3.24074vw, 35px);
  }
}

.mv-contents .mv-content4 {
  grid-area: content4;
}

@media (min-width: 768px) {
  .mv-contents .mv-content4 {
    width: 100%;
    padding-bottom: 26px;
  }
}

.mv-contents .mv-content4__inner {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}

@media (min-width: 768px) {
  .mv-contents .mv-content4__inner {
    flex-direction: row;
    gap: 0 14px;
  }
}

.mv-contents .mv-content4__img img {
  width: 100%;
}

.mv-contents .mv-content5 {
  grid-area: content5;
  font-family: "Zen Kaku Gothic New";
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.mv-contents .mv-content5__inner {
  padding: 40px 0 50px;
}

@media (min-width: 768px) {
  .mv-contents .mv-content5__inner {
    padding: 0;
    padding-bottom: 40px;
  }
}

.mv-contents .mv-content5__head {
  font-size: 18px;
  font-weight: 900;
  line-height: 155.556%;
  letter-spacing: normal;
}

@media (min-width: 768px) {
  .mv-contents .mv-content5__head {
    font-size: 20px;
    line-height: 170%;
    letter-spacing: 1.8px;
  }
}

.mv-contents .mv-content5__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 185.714%;
  letter-spacing: 0.7px;
  margin-top: 30px;
  text-align: justify;
}

@media (min-width: 768px) {
  .mv-contents .mv-content5__text {
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.75px;
    margin-top: 15px;
  }
}

/* mv-contents */
/* desing-top */
.design-top .design__items {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  padding-bottom: 50px;
  gap: 30px 0;
}

@media (min-width: 576px) {
  .design-top .design__items {
    margin: 0 -100px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    align-items: center;
    padding-bottom: 92px;
    gap: 0 clamp(1px, 7.40741%, 100px);
  }
}

@media (min-width: 992px) {
  .design-top .design__items {
    gap: 0 clamp(1px, 9.25926%, 100px);
  }
}

@media (min-width: 992px) {
  .design-top .design__items {
    margin: 40px auto 0;
  }
}

.design-top .design__item {
  width: 100%;
}

@media (min-width: 768px) {
  .design-top .design__item {
    width: 50%;
    margin-right: 0;
  }
}

.design-top .design__description-img {
  margin: 29px 0 0;
}

.design-top .top__link {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .design-top .top__link {
    margin-bottom: 0;
    margin-top: -27px;
  }
}

.design-top .top__link__inner-img {
  width: 213px;
  height: 8px;
}

/* desing-top */
/* voices */
/* pick up */
.pickup {
  background: #001712;
  margin: 0 auto 30px;
}

@media (min-width: 1200px) {
  .pickup {
    margin: 0 0 90px;
  }
}

.pickup__list {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .pickup__list {
    display: flex;
    justify-content: center;
    max-width: 100%;
  }
}

.pickup__item {
  position: relative;
  z-index: 1;
  padding-top: 0;
}

@media (min-width: 992px) {
  .pickup__item {
    padding-top: 50px;
  }
}

.pickup__item:first-of-type {
  padding-bottom: 20px;
  padding-right: 0;
}

@media (min-width: 992px) {
  .pickup__item:first-of-type {
    padding-right: 80px;
    padding-bottom: 0;
  }
}

.pickup__item img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .pickup__item img {
    max-width: 500px;
  }
}

.pickup__bg {
  position: absolute;
  width: 240px;
  height: 458px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1C312C;
  z-index: 0;
}

@media (min-width: 992px) {
  .pickup__bg {
    width: 402px;
    height: 402px;
    top: 0;
  }
}

.top-bnr {
  margin-top: 50px;
}

@media (min-width: 576px) {
  .top-bnr {
    margin-top: 0;
  }
}

.top-bnr .three-items {
  display: flex;
  justify-content: center;
  visibility: visible;
}

.top-bnr .three-items .top-bnr__item {
  flex: 0 1 calc(33.33% - 10px);
  margin-right: 10px;
}

.top-bnr .three-items .top-bnr__item img {
  width: 479px;
}

.top-bnr .three-items .top-bnr__item:last-child {
  margin-right: 0;
}

.top-bnr__inner {
  width: 100%;
  max-width: 100%;
  margin: 30px auto 0;
}

@media (min-width: 576px) {
  .top-bnr__inner {
    margin: 50px auto 0;
  }
}

.top-bnr__item a img {
  width: 100%;
  max-width: 340px;
}

@media (min-width: 576px) {
  .top-bnr__item a img {
    max-width: 479px;
  }
}

@media (min-width: 992px) {
  .top-bnr__item a img {
    max-width: 479px;
  }
}

.top-bnr .splide__arrow {
  background: none;
  opacity: 1;
}

.top-bnr .splide__arrow:disabled {
  opacity: 0.5;
}

.top-bnr .splide__arrow svg {
  fill: #fff;
}

@media (min-width: 768px) {
  .top-bnr .splide__slide {
    flex: none;
    max-width: 100%;
  }
}

.top-bnr .splide__list {
  gap: 0;
}

/* pick up */
/* top-news */
.-top-news {
  background: #001712;
}

.-top-news .news {
  background: none;
}

.-top-news .newsItem {
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 14px 0;
  font-family: "Zen Kaku Gothic New";
  max-width: 800px;
  margin: 0 auto;
  cursor: pointer;
}

@media (min-width: 576px) {
  .-top-news .newsItem {
    padding: 15px 0;
  }
}

.-top-news .newsItem p {
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  font-size: 14px;
  line-height: 185.714%;
  letter-spacing: 0.7px;
  margin-top: 6px;
}

@media (min-width: 576px) {
  .-top-news .newsItem p {
    font-size: 15px;
    line-height: 166.667%px;
    letter-spacing: 0.75px;
    margin-top: 10px;
  }
}

.-top-news .newsItem__hd {
  width: 100%;
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  margin-bottom: 0;
  align-items: center;
}

.-top-news .newsItem__date {
  order: 2;
  color: #fff;
  font-size: 11px;
  font-family: Poppins;
  font-weight: 500;
  margin-right: 0;
  margin-bottom: 0;
  position: relative;
}

@media (min-width: 576px) {
  .-top-news .newsItem__date {
    font-size: 14px;
  }
}

.-top-news .newsItem__date::after {
  content: "";
  display: inline-block;
  width: 10.24px;
  height: 6.15px;
  background-image: url("../img/top/arrow_close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.-top-news .newsItem__title {
  order: 1;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .-top-news .newsItem__title {
    font-size: 16px;
  }
}

.newsItem__date.is-open::after {
  background-image: url("../img/top/arrow_opne.svg");
}

.dir-top .news__itemList > ul > li:nth-child(n + 2) {
  border-top: none;
}

/* top-news */
/* 追従バナー */
.banner {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 20;
}

.banner__img {
  width: 180px;
}

@media (min-width: 576px) {
  .banner__img {
    width: 300px;
  }
}

.banner__close {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #333;
  color: #fff;
  font-size: 10px;
  padding: 3px;
  cursor: pointer;
  z-index: 30;
}

@media (min-width: 576px) {
  .banner__close {
    font-size: 16px;
    padding: 5px;
  }
}

.banner--hidden {
  display: none;
}
