@charset "UTF-8";
/*
see: http://html5doctor.com/html-5-reset-stylesheet/
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.filter-img {
  position: relative;
  overflow: hidden;
}
.filter-img:after {
  content: "";
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  display: inline-block;
  mix-blend-mode: screen;
  background-color: rgb(196, 24, 30);
}

.fv {
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}
.fv__contentsWr {
  width: 100%;
  height: 100%;
}
.fv__contents {
  width: 100%;
  height: 100%;
  padding-top: calc(16 / 1440 * 100vw);
  padding-bottom: calc(16 / 1440 * 100vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(16 / 1440 * 100vw) calc(0 / 1440 * 100vw);
}
@media (max-width:1024px) {
  .fv__contents {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: max(calc(12 / 600 * 100vw), 12px);
    padding-bottom: max(calc(6 / 600 * 100vw), 6px);
    gap: max(calc(12 / 600 * 100vw), 12px) max(calc(0 / 600 * 100vw), 0px);
  }
}
.fv__contents__top, .fv__contents__bottom {
  height: 32.111%;
  position: relative;
  z-index: -10;
  position: relative;
  overflow: hidden;
}
.fv__contents__top:after, .fv__contents__bottom:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(254, 254, 254, 0.25);
  mix-blend-mode: soft-light;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.fv__contents__top .blocksAllWr, .fv__contents__bottom .blocksAllWr {
  height: 100%;
}
.fv__contents__top .blocksWr, .fv__contents__bottom .blocksWr {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(calc(16 / 1440 * 100vw), 16px) min(calc(16 / 1440 * 100vw), 16px);
  padding-right: min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .fv__contents__top .blocksWr, .fv__contents__bottom .blocksWr {
    gap: max(calc(8 / 600 * 100vw), 8px) max(calc(8 / 600 * 100vw), 8px);
    padding-right: max(calc(8 / 600 * 100vw), 8px);
  }
}
.fv__contents__top .blocks, .fv__contents__bottom .blocks {
  width: 100%;
  height: 100%;
  aspect-ratio: 576/280;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, 1fr); /* 2行 */
  grid-template-areas: "a a b b" "a a c d";
  gap: min(calc(16 / 1440 * 100vw), 16px) min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .fv__contents__top .blocks, .fv__contents__bottom .blocks {
    gap: max(calc(8 / 600 * 100vw), 8px) max(calc(8 / 600 * 100vw), 8px);
  }
}
.fv__contents__top .blocks.reverse, .fv__contents__bottom .blocks.reverse {
  grid-template-areas: "a a b c" "a a d d";
}
.fv__contents__top .blocks.reverse .blocks__block.block-r-t, .fv__contents__bottom .blocks.reverse .blocks__block.block-r-t {
  aspect-ratio: 1/1;
}
.fv__contents__top .blocks.reverse .blocks__block.block-r-br, .fv__contents__bottom .blocks.reverse .blocks__block.block-r-br {
  grid-area: d;
  aspect-ratio: 280/132;
}
.fv__contents__top .blocks .blocks__block, .fv__contents__bottom .blocks .blocks__block {
  height: 100%;
  border-radius: 12px;
  background-color: rgb(254, 254, 254);
  display: inline-block;
}
@media (max-width:1024px) {
  .fv__contents__top .blocks .blocks__block, .fv__contents__bottom .blocks .blocks__block {
    border-radius: 6px;
  }
}
.fv__contents__top .blocks .blocks__block img, .fv__contents__bottom .blocks .blocks__block img {
  border-radius: 12px;
}
@media (max-width:1024px) {
  .fv__contents__top .blocks .blocks__block img, .fv__contents__bottom .blocks .blocks__block img {
    border-radius: 6px;
  }
}
.fv__contents__top .blocks .blocks__block.block-l, .fv__contents__bottom .blocks .blocks__block.block-l {
  grid-area: a;
  aspect-ratio: 1/1;
}
.fv__contents__top .blocks .blocks__block.block-r-t, .fv__contents__bottom .blocks .blocks__block.block-r-t {
  grid-area: b;
  aspect-ratio: 280/132;
}
.fv__contents__top .blocks .blocks__block.block-r-bl, .fv__contents__bottom .blocks .blocks__block.block-r-bl {
  grid-area: c;
  aspect-ratio: 1/1;
}
.fv__contents__top .blocks .blocks__block.block-r-br, .fv__contents__bottom .blocks .blocks__block.block-r-br {
  grid-area: d;
  aspect-ratio: 1/1;
}
.fv__contents__middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 22.824%;
  padding-right: calc(48 / 1440 * 100vw);
  padding-left: calc(48 / 1440 * 100vw);
  position: relative;
  z-index: 9000;
}
@media (max-width:1024px) {
  .fv__contents__middle {
    padding-right: max(calc(20 / 600 * 100vw), 20px);
    padding-left: max(calc(20 / 600 * 100vw), 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.fv__contents__middle .middle__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(0 / 1440 * 100vw) calc(8 / 1440 * 100vw);
  padding-top: calc(8 / 1440 * 100vw);
}
@media (max-width:1024px) {
  .fv__contents__middle .middle__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    gap: max(calc(4 / 600 * 100vw), 4px) max(calc(8 / 600 * 100vw), 8px);
    padding-top: 0;
    margin-bottom: max(calc(6 / 600 * 100vw), 6px);
  }
}
.fv__contents__middle .middle__logo__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(3 / 1440 * 100vw) calc(0 / 1440 * 100vw);
}
@media (max-width:1024px) {
  .fv__contents__middle .middle__logo__left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: max(calc(3 / 600 * 100vw), 3px) max(calc(0 / 600 * 100vw), 0px);
    margin-bottom: -2px;
  }
}
.fv__contents__middle .middle__logo__left span {
  font-size: calc(10 / 1440 * 100vw);
  letter-spacing: calc(10 / 100 * 1em);
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
@media (max-width:1024px) {
  .fv__contents__middle .middle__logo__left span {
    font-weight: 500;
    font-size: calc(1.6rem * 0.625);
  }
}
.fv__contents__middle .middle__logo__left span:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fv__contents__middle .middle__logo__left .icon-logo {
  -o-object-fit: contain;
     object-fit: contain;
  width: calc(14 / 1440 * 100vw);
  height: calc(9 / 1440 * 100vw);
}
@media (max-width:1024px) {
  .fv__contents__middle .middle__logo__left .icon-logo {
    width: max(calc(14 / 600 * 100vw), 14px);
    height: max(calc(9 / 600 * 100vw), 9px);
    margin-left: 2px;
  }
}
.fv__contents__middle .middle__logo__center {
  color: rgb(196, 24, 30);
  font-size: calc(16 / 1440 * 100vw);
}
@media (max-width:1024px) {
  .fv__contents__middle .middle__logo__center {
    font-size: calc(1.6rem * 1);
    font-weight: 700;
  }
}
.fv__contents__middle .middle__logo__right {
  font-size: calc(10 / 1440 * 100vw);
  letter-spacing: calc(10 / 100 * 1em);
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
@media (min-width:1025px) {
  .fv__contents__middle .middle__logo__right {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
@media (max-width:1024px) {
  .fv__contents__middle .middle__logo__right {
    font-weight: 500;
    text-align: center;
    font-size: calc(1.6rem * 0.625);
    width: 100%;
  }
}
.fv__contents__middle .middle__catchWr {
  position: relative;
}
@media (max-width:1024px) {
  .fv__contents__middle .middle__catchWr {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: min(calc(-32 / 600 * 100vw), -32px);
    margin-bottom: max(calc(8 / 600 * 100vw), 8px);
  }
}
.fv__contents__middle .middle__catch {
  width: calc(527.62 / 1440 * 100vw);
  aspect-ratio: 527.62/301.93;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width:1024px) {
  .fv__contents__middle .middle__catch {
    position: relative;
  }
}
@media (max-width:600px) {
  .fv__contents__middle .middle__catch {
    width: 254px;
    height: auto;
  }
}
.fv__contents__middle .middle__catch__textWr {
  width: 100%;
  height: 100%;
  -webkit-transform: unset;
          transform: unset;
  -webkit-filter: drop-shadow(0 0 2px rgb(254, 254, 254));
          filter: drop-shadow(0 0 2px rgb(254, 254, 254));
  position: relative;
}
@media (max-width:1024px) {
  .fv__contents__middle .middle__catch__textWr {
    -webkit-filter: drop-shadow(0 0 2px rgb(254, 254, 254));
            filter: drop-shadow(0 0 2px rgb(254, 254, 254));
  }
}
.fv__contents__middle .middle__catch__text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: drop-shadow(0 0 4px rgb(254, 254, 254));
          filter: drop-shadow(0 0 4px rgb(254, 254, 254));
}
@media (max-width:1024px) {
  .fv__contents__middle .middle__catch__text {
    -webkit-filter: drop-shadow(0 0 2px rgb(254, 254, 254));
            filter: drop-shadow(0 0 2px rgb(254, 254, 254));
  }
}
.fv__contents__middle .middle__catch__text img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0 0 8px rgb(254, 254, 254));
          filter: drop-shadow(0 0 8px rgb(254, 254, 254));
}
@media (max-width:1024px) {
  .fv__contents__middle .middle__catch__text img {
    -webkit-filter: drop-shadow(0 0 4px rgb(254, 254, 254));
            filter: drop-shadow(0 0 4px rgb(254, 254, 254));
  }
}
.fv__contents__middle .middle__catch__ppl.left {
  position: absolute;
  bottom: calc(8 / 1440 * 100vw);
  left: calc(-42 / 1440 * 100vw);
  width: calc(75 / 1440 * 100vw);
  -webkit-animation: flowGirl 3s ease infinite;
          animation: flowGirl 3s ease infinite;
}
@media (max-width:1024px) {
  .fv__contents__middle .middle__catch__ppl.left {
    bottom: min(calc(-32 / 600 * 100vw), -32px);
    left: min(calc(-64 / 600 * 100vw), -64px);
    width: max(calc(72 / 600 * 100vw), 72px);
  }
}
.fv__contents__middle .middle__catch__ppl.right {
  position: absolute;
  top: calc(-14 / 1440 * 100vw);
  right: calc(-36 / 1440 * 100vw);
  width: calc(77 / 1440 * 100vw);
  -webkit-animation: flowBoy 3s ease infinite;
          animation: flowBoy 3s ease infinite;
}
@media (max-width:1024px) {
  .fv__contents__middle .middle__catch__ppl.right {
    top: min(calc(-18 / 600 * 100vw), -18px);
    right: min(calc(-80 / 600 * 100vw), -80px);
    width: max(calc(88 / 600 * 100vw), 88px);
  }
}
@-webkit-keyframes flowBoy {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes flowBoy {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes flowGirl {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes flowGirl {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.fv__contents__middle .middle__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(16 / 1440 * 100vw) calc(0 / 1440 * 100vw);
  width: calc(380 / 1440 * 100vw);
  padding-right: calc(24 / 1440 * 100vw);
}
@media (max-width:1024px) {
  .fv__contents__middle .middle__cta {
    gap: max(calc(8 / 600 * 100vw), 8px) max(calc(0 / 600 * 100vw), 0px);
    width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.fv__contents__middle .middle__cta__para {
  font-size: calc(12 / 1440 * 100vw);
  letter-spacing: calc(3 / 100 * 1em);
  line-height: calc(21 / 12);
  font-weight: 400;
  text-align: center;
}
@media (max-width:1024px) {
  .fv__contents__middle .middle__cta__para {
    max-width: 325px;
    margin-inline: auto;
    font-size: calc(1.6rem * 0.625);
    line-height: 1.375;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.fv__contents__middle .middle__cta__btn {
  border: 2px rgb(196, 24, 30) solid;
  height: calc(54 / 1440 * 100vw);
}
@media (max-width:1024px) {
  .fv__contents__middle .middle__cta__btn {
    height: 40px;
    max-width: 450px;
    margin-inline: auto;
    margin-bottom: max(calc(4 / 600 * 100vw), 4px);
  }
}
.fv__contents__middle .middle__cta__btn:hover {
  background-color: rgb(196, 24, 30);
}
.fv__contents__middle .middle__cta__btn:hover span {
  color: rgb(254, 254, 254);
}
.fv__contents__middle .middle__cta__btn span {
  font-size: calc(24 / 1440 * 100vw);
  letter-spacing: calc(10 / 100 * 1em);
  color: rgb(196, 24, 30);
  -webkit-transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: color 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
@media (max-width:1024px) {
  .fv__contents__middle .middle__cta__btn span {
    font-size: calc(1.6rem * 1);
  }
}
.fv__contents__logos {
  width: 100%;
  height: 6.222%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: min(calc(48 / 1440 * 100vw), 48px);
  padding-left: min(calc(48 / 1440 * 100vw), 48px);
  gap: min(calc(0 / 1440 * 100vw), 0px) min(calc(16 / 1440 * 100vw), 16px);
}
@media (max-width:1024px) {
  .fv__contents__logos {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    gap: max(calc(0 / 600 * 100vw), 0px) max(calc(6 / 600 * 100vw), 6px);
    padding-right: max(calc(8 / 600 * 100vw), 8px);
    padding-left: max(calc(8 / 600 * 100vw), 8px);
  }
}
.fv__contents__logos .logos__logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width:1024px) {
  .fv__contents__logos .logos__logo {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 44px;
  }
}
.fv__contents__logos .logos__logo a {
  width: 100%;
  height: 100%;
}
.fv__contents__logos .logos__logo div {
  width: 100%;
  height: 100%;
}
.fv__contents__logos .logos__logo div img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=fv.css.map */