@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --color-base: #D0EAFF;
  --color-accent: #0066A4;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

article section {
  padding: 0;
}

@media screen and (min-width: 801px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 801px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .sp {
    display: inline-block;
  }
}

.miraigear {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 801px) {
  .miraigear {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .miraigear {
    padding-top: 0;
    margin-bottom: 0;
  }
}

.miraigearHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: bold;
}
.miraigearHeading__jp {
  font-size: 34px;
  font-weight: bold;
}
.miraigearHeading__jp span {
  font-size: 48px;
}
.miraigearHeading__en {
  font-size: 20px;
  color: var(--color-accent);
  font-family: "Barlow Condensed", serif;
}
.miraigearHeading.-white {
  color: #fff;
}
.miraigearHeading.-white .miraigearHeading__en {
  color: #fff;
}

.fv {
  position: relative;
  background-color: var(--color-accent);
}
@media screen and (max-width: 800px) {
  .fv {
    margin-top: 62px;
  }
}
.fv__content {
  max-width: 1440px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 801px) {
  .fv__content {
    padding-inline: 120px;
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .fv__content {
    padding-inline: 30px;
    padding-bottom: 50px;
    bottom: 0;
    right: 0;
  }
}
.fv__heading {
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 801px) {
  .fv__heading {
    font-size: 80px;
  }
}
@media screen and (max-width: 800px) {
  .fv__heading {
    font-size: 48px;
  }
}
.fv__desc {
  padding: 20px;
  background-color: #fff;
  color: var(--color-accent);
}
.fv__desc__jp {
  font-size: 24px;
  font-weight: bold;
}
.fv__desc__en {
  font-size: 18px;
  font-family: "Barlow Condensed", serif;
}

@media screen and (max-width: 800px) {
  .anchor {
    background-color: var(--color-accent);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 20px;
  }
}
.anchor__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 801px) {
  .anchor__nav {
    overflow: 1;
  }
}
@media screen and (max-width: 800px) {
  .anchor__nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 62px;
    right: 0;
    background-color: var(--color-accent);
    padding: 40px;
    overflow-y: scroll;
    height: calc(100dvh - 62px);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .anchor__nav.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.anchor__hamburger {
  width: 32px;
  display: -ms-grid;
  display: grid;
  gap: 8px;
  margin-left: auto;
}
.anchor__hamburger__line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.anchor__hamburger.is-active .anchor__hamburger__line:nth-child(1) {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(30deg) translateX(4px);
          transform: rotate(30deg) translateX(4px);
}
.anchor__hamburger.is-active .anchor__hamburger__line:nth-child(2) {
  opacity: 0;
}
.anchor__hamburger.is-active .anchor__hamburger__line:nth-child(3) {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotate(-30deg) translateX(4px);
          transform: rotate(-30deg) translateX(4px);
}
.anchor__list {
  width: 100%;
  max-width: 900px;
}
@media screen and (min-width: 801px) {
  .anchor__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .anchor__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (min-width: 801px) {
  .anchor__item {
    border-left: 1px solid #E8E8E8;
  }
  .anchor__item:last-child {
    border-right: 1px solid #E8E8E8;
  }
}
@media screen and (max-width: 800px) {
  .anchor__item {
    border-bottom: 1px solid #E8E8E8;
  }
}
.anchor__link {
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 801px) {
  .anchor__link {
    padding-block: 20px;
  }
  .anchor__link:hover {
    border-bottom: 3px solid var(--color-accent);
  }
}
@media screen and (max-width: 800px) {
  .anchor__link {
    color: #fff;
    font-weight: normal;
    padding-block: 15px;
    padding-inline: 50px;
  }
  .anchor__link:visited, .anchor__link:link {
    color: #fff;
  }
}

.brand {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (min-width: 801px) {
  .brand {
    margin-top: 24px;
  }
}
.brand__label {
  font-size: 128px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.05);
  white-space: nowrap;
}
@media screen and (min-width: 801px) {
  .brand__label {
    margin-top: 24px;
    -webkit-animation: scrollLeftSeamless 10s linear infinite;
            animation: scrollLeftSeamless 10s linear infinite;
  }
}
@media screen and (max-width: 800px) {
  .brand__label {
    -webkit-animation: scrollLeftSeamless 5s linear infinite;
            animation: scrollLeftSeamless 5s linear infinite;
  }
}
@-webkit-keyframes scrollLeftSeamless {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scrollLeftSeamless {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@media screen and (min-width: 801px) {
  .feature {
    padding-block: 100px;
  }
}
@media screen and (max-width: 800px) {
  .feature {
    padding-block: 80px;
  }
}
.feature__inner {
  margin-inline: auto;
}
@media screen and (min-width: 801px) {
  .feature__inner {
    max-width: 800px;
    padding-inline: 55px;
  }
}
@media screen and (max-width: 800px) {
  .feature__inner {
    max-width: 500px;
    padding-inline: 30px;
  }
}
.feature__list {
  display: -ms-grid;
  display: grid;
  row-gap: 50px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-top: 50px;
}
@media screen and (min-width: 801px) {
  .feature__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 800px) {
  .feature__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.feature__item {
  text-align: center;
}
.feature__item__number {
  font-size: 40px;
  font-weight: bold;
  color: var(--color-base);
  margin-top: 10px;
}
.feature__item__title {
  font-size: 14px;
  font-weight: bold;
}

.case {
  background-image: url(/miraigear/assets/images/case-bg.png);
}
@media screen and (min-width: 801px) {
  .case {
    padding-block: 100px;
  }
}
@media screen and (max-width: 800px) {
  .case {
    padding-block: 80px;
  }
}
.case__inner {
  margin-inline: auto;
}
@media screen and (min-width: 801px) {
  .case__inner {
    max-width: 1000px;
    padding-inline: 50px;
  }
}
@media screen and (max-width: 800px) {
  .case__inner {
    max-width: 500px;
    padding-inline: 30px;
  }
}
.case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 50px;
}
.case__item {
  background-color: #fff;
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 800px) {
  .case__item {
    width: 100%;
  }
}
.case__item:last-child .case__item__content {
  padding-top: 20px;
}
@media screen and (min-width: 801px) {
  .case__item.-top {
    width: 100%;
    max-width: 560px;
    margin-inline: 30px;
  }
}
@media screen and (min-width: 801px) {
  .case__item.-top .case__item__content {
    padding-block: 20px;
    padding-inline: 60px;
  }
}
@media screen and (max-width: 800px) {
  .case__item.-top .case__item__content {
    padding: 20px;
  }
}
.case__item.-top .case__item__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 801px) {
  .case__item.-top .case__item__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    gap: 10px;
  }
}
@media screen and (max-width: 800px) {
  .case__item.-top .case__item__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.case__item__content {
  padding-block: 36px;
  padding-inline: 25px;
}
.case__item__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.case__item__text {
  margin-top: 20px;
}
.case__item__note {
  font-size: 12px;
  margin-top: 10px;
}

.product {
  padding-block: 100px;
  background-color: #fff;
}
.product__swiper {
  margin-top: 50px;
  padding-left: 40px;
}
.product__swiper__prev, .product__swiper__next {
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--color-accent);
  border-right: 2px solid var(--color-accent);
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  z-index: 2;
}
@media screen and (min-width: 801px) {
  .product__swiper__prev, .product__swiper__next {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .product__swiper__prev, .product__swiper__next {
    display: inline-block;
  }
}
.product__swiper__prev {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  left: 30px;
}
.product__swiper__next {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 30px;
}
.product__item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product__item__image img {
  max-width: 300px;
}
.product__item__name {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.product__item__text {
  margin-top: 20px;
}
@media screen and (min-width: 801px) {
  .product__item__text {
    max-width: 300px;
    margin-inline: auto;
  }
}
.product__item__text .red {
  color: #FF0000;
}

.movie {
  padding-block: 80px;
  padding-inline: 20px;
  background-image: url(/miraigear/assets/images/movie-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.movie__embed {
  max-width: 600px;
  margin-inline: auto;
  margin-top: 50px;
}
.movie__embed video {
  width: 100%;
}

.contact {
  padding-block: 50px;
}
@media screen and (min-width: 801px) {
  .contact {
    padding-inline: 50px;
  }
}
.contact__button {
  max-width: 900px;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 801px) {
  .contact__button {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact__button__content {
  background-color: var(--color-accent);
  padding: 50px;
  color: #fff;
  position: relative;
}
.contact__button__content::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin-block: auto;
}
.contact__button__title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
}
.contact__button__title .en {
  font-size: 20px;
}
.contact__button__text {
  margin-top: 30px;
}
.contact__note {
  text-align: center;
}
@media screen and (min-width: 801px) {
  .contact__note {
    margin-top: 70px;
  }
}
@media screen and (max-width: 800px) {
  .contact__note {
    margin-top: 30px;
    padding-inline: 30px;
  }
}

@media screen and (max-width: 800px) {
  p.footer_info_tel {
    padding-bottom: 20px;
  }
}