@charset "UTF-8";
/* -----------------------------------------------
  mixin
----------------------------------------------- */
/* -----------------------------------------------
  Foundation
----------------------------------------------- */
* {
  font: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  line-height: inherit;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: min(1.4084507042vw, 10px);
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, メイリオ, "MS PGothic", Osaka, arial, sans-serif;
	scroll-behavior: smooth;
}

img, iframe {
  vertical-align: bottom;
  max-width: 100%;
}

img,
video {
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
  height: auto;
}


ul, ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.center{
  text-align: center;
}

.fuup-lp img{
  width: auto;
  display: inline-block;
}
.bg-roll{
  background: url("/files/user/_/lp/fuup/02_IMAGE-LOOP-V2.jpg");
  background-size: cover;
  height: 361px;
  animation-name: warning;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  @media (max-width: 750px){
    height: 24vh;
  }
}
@keyframes warning {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 1903px 0;
  }
}
@media screen and (max-width: 750px){
.l-QA{
  width: 90%;
  margin: auto;
}
aside.l-cta{
  width: 75%;
}
aside.l-cta-2nd{
  width: 90%;
  margin: auto;
}
.l-head a {
  width: 12.5%;
  position: relative;
  bottom: 0;
}
.l-legal h4{
  width: 90%;
  margin: auto;
}
.pdf-ttl{
  width: 80%;
  margin: auto;
}
}

/* -----------------------------------------------
  Layout
----------------------------------------------- */
.l-head {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin: auto;
  align-items: center;
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.l-head__logo {
  text-align: center;
}
.l-head__logo img {
  width: 35.1rem;
  height: auto;
}

.l-main {
  max-width: 100%;
  margin: auto;
  padding: 0 0 6rem;
  background: #000;
}
.l-main__inner {
  width: calc(100% - 5rem);
  margin: auto;
}
@media screen and (min-width: 711px) {
  .l-main__inner {
    width: calc(100% - 5rem);
  }
}

/* -----------------------------------------------
  Object
----------------------------------------------- */
/* -----------------------------------------------
  Compornent
----------------------------------------------- */


@keyframes cta01 {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(0.85, 1.07);
  }
  20% {
    transform: scale(1.07, 0.85);
  }
  30% {
    transform: scale(0.92, 1.04);
  }
  40% {
    transform: scale(1.04, 0.92);
  }
  50% {
    transform: scale(0.96, 1.02);
  }
  60% {
    transform: scale(1, 1);
  }
}
@keyframes cta02 {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.l-FV_menu--warp{
  display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    gap: 1em 1em;
    place-content: center;
    place-items: center;
    max-width: 750px;
    margin: 4em auto 0;
      @media (max-width: 750px){
        gap: 3rem 3rem;
        padding: 0 3rem;
        margin: 1.5em auto 0;
      }
}

.l-FV_menu--warp-V2{
  display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
    gap: 1em 1em;
    place-content: center;
    place-items: center;
    max-width: 750px;
    margin: 4em auto 0;
      @media (max-width: 750px){
        gap: 3rem 3rem;
        padding: 0 3rem;
        margin: 1.5em auto 0;
      }
}

.l-FV_menu--warp + p{
  margin:2rem auto 20rem;
  max-width: 750px;
}
.box-end{
  @media (max-width: 750px){
    padding: 0 3rem;
  }
}

.l-graph,
.bg-white{
  background: #fff;
}
.dual-cta{
  display: flex;
  justify-content: space-around;
  max-width: 750px;
  margin: auto;;
}
.dual-cta a{
  width: calc(50% - 2em);
}
.l-QA dl{
  margin-top:4rem;
}
.l-cta{
  width:500px;
  margin: auto;
}
.pdf-ttl img{
  display: inline-block;
  width:500px;
}
div.slick-slide{
  margin: 0 3em;
}


.slide-arrow {
	cursor: pointer;
	height: 166px;
	height: 10.375rem;
	position: absolute;
	top: calc(50% - 4.0625rem);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 50px;
	width: 7.125rem;
	z-index: 1;
}

.prev-arrow {
	background: url("/files/user/_/lp/fuup/00_SLIDER-LEFT.png") center center/contain no-repeat;
	left: 0px;
}

.next-arrow {
	background: url("/files/user/_/lp/fuup/00_SLIDER-RIGHT.png") center center/contain no-repeat;
	right: 0px;
}

.slide-arrow:hover {
	opacity: 0.8;
}

/*スライダードット*/

.slider-dots {
	gap: 20px;
	gap: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.slider-dots li {
	border: 2px solid white;
	height: 40px;
	height: 2.5rem;
	list-style: none;
	width: 40px;
	width: 2.5rem;
    @media (max-width: 750px){
    width: 3.5rem;
    height: 3.5rem;
    }
}

.slider-dots li.slick-active {
	background-color: #fff;
	border-color: #fff;
}

.red .slider-dots li.slick-active {
	background-color: #000;
	border-color: #000;
}

.slider-dots button {
	display: none;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}
footer{
  background: #000;
  padding-bottom: 3em;
}
.footer-box{
  display: flex;
  max-width: 750px;
  margin:auto;
  justify-content: space-evenly;
}
.footer-box p{
  height: 140px;
  margin-top: 8rem;
    @media (max-width: 750px){
    height: 19vw;
    }
}
.footer-box p:first-of-type{
  border-right: 1px solid #fff;
  padding-right: 6.5rem;
}
.footer-box p img{
  max-height: 100%;
}
footer small{
  display: block;
  max-width: 750px;
  width: 90%;
  margin: 6em auto 0;
}
.footer-box p img{
  width: auto !important;
}
/* -----------------------------------------------
  Project
----------------------------------------------- */
/* fv */

/* -----------------------------------------------
  Utility
----------------------------------------------- */
.mt0 {
  margin-top: 0rem !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt15 {
  margin-top: 1.5rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt25 {
  margin-top: 2.5rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt35 {
  margin-top: 3.5rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mt45 {
  margin-top: 4.5rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mt55 {
  margin-top: 5.5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mt65 {
  margin-top: 6.5rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mt75 {
  margin-top: 7.5rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mt85 {
  margin-top: 8.5rem !important;
}

.mt90 {
  margin-top: 9rem !important;
}

.mt95 {
  margin-top: 9.5rem !important;
}

.mt100 {
  margin-top: 10rem !important;
}

.mb0 {
  margin-bottom: 0rem !important;
}

.mb5 {
  margin-bottom: 0.5rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mb25 {
  margin-bottom: 2.5rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb35 {
  margin-bottom: 3.5rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb45 {
  margin-bottom: 4.5rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.mb55 {
  margin-bottom: 5.5rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.mb65 {
  margin-bottom: 6.5rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.mb75 {
  margin-bottom: 7.5rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.mb85 {
  margin-bottom: 8.5rem !important;
}

.mb90 {
  margin-bottom: 9rem !important;
}

.mb95 {
  margin-bottom: 9.5rem !important;
}

.mb100 {
  margin-bottom: 10rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

.pt5 {
  padding-top: 0.5rem !important;
}

.pt10 {
  padding-top: 1rem !important;
}

.pt15 {
  padding-top: 1.5rem !important;
}

.pt20 {
  padding-top: 2rem !important;
}

.pt25 {
  padding-top: 2.5rem !important;
}

.pt30 {
  padding-top: 3rem !important;
}

.pt35 {
  padding-top: 3.5rem !important;
}

.pt40 {
  padding-top: 4rem !important;
}

.pt45 {
  padding-top: 4.5rem !important;
}

.pt50 {
  padding-top: 5rem !important;
}

.pt55 {
  padding-top: 5.5rem !important;
}

.pt60 {
  padding-top: 6rem !important;
}

.pt65 {
  padding-top: 6.5rem !important;
}

.pt70 {
  padding-top: 7rem !important;
}

.pt75 {
  padding-top: 7.5rem !important;
}

.pt80 {
  padding-top: 8rem !important;
}

.pt85 {
  padding-top: 8.5rem !important;
}

.pt90 {
  padding-top: 9rem !important;
}

.pt95 {
  padding-top: 9.5rem !important;
}

.pt100 {
  padding-top: 10rem !important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

.pb5 {
  padding-bottom: 0.5rem !important;
}

.pb10 {
  padding-bottom: 1rem !important;
}

.pb15 {
  padding-bottom: 1.5rem !important;
}

.pb20 {
  padding-bottom: 2rem !important;
}

.pb25 {
  padding-bottom: 2.5rem !important;
}

.pb30 {
  padding-bottom: 3rem !important;
}

.pb35 {
  padding-bottom: 3.5rem !important;
}

.pb40 {
  padding-bottom: 4rem !important;
}

.pb45 {
  padding-bottom: 4.5rem !important;
}

.pb50 {
  padding-bottom: 5rem !important;
}

.pb55 {
  padding-bottom: 5.5rem !important;
}

.pb60 {
  padding-bottom: 6rem !important;
}

.pb65 {
  padding-bottom: 6.5rem !important;
}

.pb70 {
  padding-bottom: 7rem !important;
}

.pb75 {
  padding-bottom: 7.5rem !important;
}

.pb80 {
  padding-bottom: 8rem !important;
}

.pb85 {
  padding-bottom: 8.5rem !important;
}

.pb90 {
  padding-bottom: 9rem !important;
}

.pb95 {
  padding-bottom: 9.5rem !important;
}

.pb100 {
  padding-bottom: 10rem !important;
}


@media (max-width: 750px){
.fuup-lp img{
    width: 100%;
  }
p.l-head__txt {
    width: 13%;
  }
}