@charset "UTF-8";
/*===========================================================

  @media screen and (min-width: 768px) {
  @media screen and (max-width: 1024px) and (min-width: 767px) {
  @media screen and (max-width: 767px) {

  ■ calc変換
  ■ BreakPoint
  ■ Font
  ■ Property
  ■ LP
    - Bg
    - Common
      - FadeIn
      - Credit
    - FirstView
    - Section1
    - Section2
    - Section3
    - Section4
    - Section5
    - Section6
    - Section7
    - Others

===========================================================*/
/*
====================================================================================
====================================== calc変換 =====================================
====================================================================================
*/
/*
====================================================================================
==================================== BreakPoint ====================================
====================================================================================
*/
/*
====================================================================================
======================================= Font =======================================
====================================================================================
*/
/*
====================================================================================
====================================== Property ====================================
====================================================================================
*/
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-blue: #91C6C6;
  --color-base: var(--color-black);
  --sticky-background-height: calc(var(--sticky-background-width) * (760 / 570));
}

/*
====================================================================================
======================================== LP ========================================
====================================================================================
*/
/* ========================
  Bg
======================== */
/* ========================
  Common
======================== */
.FU250313influencer {
  width: 100%;
  margin-inline: auto;
  color: var(--color-base);
  font-feature-settings: "palt";
  text-justify: inter-ideograph;
  text-align: justify;
}
.FU250313influencer img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .FU250313influencer {
    max-width: 140rem;
    padding-bottom: 15rem;
  }
  .FU250313influencer .spOnly {
    display: none !important;
  }
  .FU250313influencer__section--flex {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .FU250313influencer {
    padding-bottom: calc(200 * 100vw / 750);
  }
  .FU250313influencer .pcOnly {
    display: none !important;
  }
}
.FU250313influencer .js-fadeIn-load,
.FU250313influencer .js-fadeIn-scroll,
.FU250313influencer .js-fadeIn-scroll-val1,
.FU250313influencer .js-fadeIn-scroll-val2,
.FU250313influencer .js-fadeIn-scroll-val3 {
  transition: all 1.2s;
  opacity: 0;
}
.FU250313influencer .js-fadeIn-load.isActive,
.FU250313influencer .js-fadeIn-scroll.isActive,
.FU250313influencer .js-fadeIn-scroll-val1.isActive,
.FU250313influencer .js-fadeIn-scroll-val2.isActive,
.FU250313influencer .js-fadeIn-scroll-val3.isActive {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.FU250313influencer .js-fadeIn-load {
  transform: translate3d(0, 10%, 0);
}
.FU250313influencer .js-fadeIn-scroll-val3 {
  transform: translate3d(0, -10%, 0);
}

@media screen and (min-width: 768px) {
  .FU250313influencer .js-fadeIn-scroll-val1 {
    transform: translate3d(0, 10%, 0);
  }
  .FU250313influencer .js-fadeIn-scroll-val2 {
    transform: translate3d(0, -10%, 0);
  }
}
@media screen and (max-width: 767px) {
  .FU250313influencer .js-fadeIn-scroll-val1 {
    transform: translate3d(10%, 0, 0);
  }
  .FU250313influencer .js-fadeIn-scroll-val2 {
    transform: translate3d(-10%, 0, 0);
  }
}
.FU250313influencer__section--credit {
  font-family: "proxima-soft", sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.05em;
  text-align: center;
}
.FU250313influencer__section--credit > a {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .FU250313influencer__section--credit {
    margin-top: 3rem;
    font-size: 1.2rem;
  }
  .FU250313influencer__section--credit > a {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .FU250313influencer__section--credit {
    margin-top: calc(38 * 100vw / 750);
    font-size: calc(20 * 100vw / 750);
  }
  .FU250313influencer__section--credit > a {
    margin-bottom: calc(14 * 100vw / 750);
  }
}
/* ========================
  FirstView
======================== */
.FU250313influencer__firstView--text > p {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.025em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .FU250313influencer__firstView--img {
    max-width: 100rem;
    margin-inline: auto;
  }
  .FU250313influencer__firstView--text {
    margin-top: 7.3rem;
  }
  .FU250313influencer__firstView--text > p {
    font-size: 1.3rem;
  }
  .FU250313influencer__firstView--text > p:nth-of-type(n+2) {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .FU250313influencer__firstView--text {
    margin-top: calc(108 * 100vw / 750);
  }
  .FU250313influencer__firstView--text > p {
    font-size: calc(24 * 100vw / 750);
  }
  .FU250313influencer__firstView--text > p:nth-of-type(n+2) {
    margin-top: calc(30 * 100vw / 750);
  }
}
/* ========================
  Section1
======================== */
@media screen and (min-width: 768px) {
  .FU250313influencer__section1 {
    width: 57rem;
    margin: 9rem auto 0;
  }
  .FU250313influencer__section1--credit > a:nth-of-type(2) {
    margin-inline: 0.65rem;
  }
}
@media screen and (max-width: 767px) {
  .FU250313influencer__section1 {
    margin-top: calc(186 * 100vw / 750);
  }
  .FU250313influencer__section1--credit > a:nth-of-type(2) {
    margin-inline: calc(10 * 100vw / 750);
  }
}
/* ========================
  Section2
======================== */
@media screen and (min-width: 768px) {
  .FU250313influencer__section2 {
    width: 45rem;
    margin: 14rem auto 0;
  }
  .FU250313influencer__section2--credit > a:nth-of-type(2) {
    margin-inline: 0.65rem;
  }
}
@media screen and (max-width: 767px) {
  .FU250313influencer__section2 {
    width: calc(600 * 100vw / 750);
    margin: calc(140 * 100vw / 750) auto 0;
  }
  .FU250313influencer__section2--credit > a:nth-of-type(2) {
    margin-inline: calc(10 * 100vw / 750);
  }
}
/* ========================
  Section3
======================== */
.FU250313influencer__section3--inner {
  position: relative;
}
.FU250313influencer__section3--bg {
  position: sticky;
  top: calc((100vh - var(--header-height)) / 2 - (var(--sticky-background-height1) + var(--sticky-background-height2) / 2) + var(--header-height));
  left: 0;
  width: 100%;
}
.FU250313influencer__section3--block {
  position: relative;
  z-index: 1;
}
.FU250313influencer__section3--img {
  position: sticky;
  top: 0;
  margin-inline: auto;
  padding-block-end: calc((var(--sticky-background-height) - var(--sticky-element-height)) / 1.5);
}
.FU250313influencer__section3--credit {
  position: relative;
}

@media screen and (min-width: 768px) {
  .FU250313influencer__section3 {
    padding-top: 14rem;
  }
  .FU250313influencer__section3--inner {
    width: 57rem;
    margin-inline: auto;
  }
  .FU250313influencer__section3--img {
    width: 45.9rem;
    padding-block-start: 33.4rem;
  }
  .FU250313influencer__section3--credit > a:nth-of-type(2) {
    margin-inline: 0.65rem;
  }
  .FU250313influencer__section3--credit > a:nth-of-type(4) {
    margin-right: 0.65rem;
  }
}
@media screen and (max-width: 767px) {
  .FU250313influencer__section3 {
    padding-top: calc(188 * 100vw / 750);
  }
  .FU250313influencer__section3--img {
    width: calc(600 * 100vw / 750);
    padding-block-start: calc(400 * 100vw / 750);
    padding-block-end: calc((var(--sticky-background-height) - var(--sticky-element-height)) / 2);
  }
  .FU250313influencer__section3--credit {
    margin-top: calc(48 * 100vw / 750);
  }
  .FU250313influencer__section3--credit > a:nth-of-type(2) {
    margin-inline: calc(10 * 100vw / 750);
  }
  .FU250313influencer__section3--credit > a:nth-of-type(4) {
    margin-right: calc(10 * 100vw / 750);
  }
}
/* ========================
  Section4
======================== */
.FU250313influencer__section4 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .FU250313influencer__section4 {
    margin-top: 14rem;
  }
  .FU250313influencer__section4--flex {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .FU250313influencer__section4--block {
    width: 42rem;
    margin-top: 24rem;
  }
  .FU250313influencer__section4--credit > a:nth-of-type(2), .FU250313influencer__section4--credit > a:nth-of-type(5) {
    margin-inline: 0.65rem;
  }
  .FU250313influencer__section4--img2 {
    width: 54rem;
  }
}
@media screen and (max-width: 767px) {
  .FU250313influencer__section4 {
    width: calc(750 * 100vw / 750);
    margin-top: calc(188 * 100vw / 750);
    overflow: hidden;
  }
  .FU250313influencer__section4--credit > a:nth-of-type(2), .FU250313influencer__section4--credit > a:nth-of-type(5) {
    margin-inline: calc(10 * 100vw / 750);
  }
  .FU250313influencer__section4--img2 {
    width: calc(600 * 100vw / 750);
    margin: calc(72 * 100vw / 750) auto 0;
  }
}
/* ========================
  Section5
======================== */
@media screen and (min-width: 768px) {
  .FU250313influencer__section5 {
    width: 54rem;
    margin: 14rem auto 0;
  }
  .FU250313influencer__section5--credit > a:nth-of-type(2) {
    margin-inline: 0.65rem;
  }
  .FU250313influencer__section5--credit > a:nth-of-type(4) {
    margin-right: 0.65rem;
  }
}
@media screen and (max-width: 767px) {
  .FU250313influencer__section5 {
    margin-top: calc(198 * 100vw / 750);
  }
  .FU250313influencer__section5--credit > a:nth-of-type(2) {
    margin-inline: calc(10 * 100vw / 750);
  }
  .FU250313influencer__section5--credit > a:nth-of-type(4) {
    margin-right: calc(10 * 100vw / 750);
  }
}
/* ========================
  Section6
======================== */
@media screen and (min-width: 768px) {
  .FU250313influencer__section6 {
    width: 33rem;
    margin: 13.8rem auto 0;
  }
  .FU250313influencer__section6--credit > a:nth-of-type(1) {
    margin-right: 0.65rem;
  }
}
@media screen and (max-width: 767px) {
  .FU250313influencer__section6 {
    width: calc(540 * 100vw / 750);
    margin: calc(144 * 100vw / 750) auto 0;
  }
  .FU250313influencer__section6--credit > a:nth-of-type(1) {
    margin-right: calc(10 * 100vw / 750);
  }
}
/* ========================
  Section7
======================== */
@media screen and (min-width: 768px) {
  .FU250313influencer__section7 {
    width: 57rem;
    margin: 14rem auto 0;
  }
  .FU250313influencer__section7--credit > a:nth-of-type(2) {
    margin-inline: 0.65rem;
  }
}
@media screen and (max-width: 767px) {
  .FU250313influencer__section7 {
    margin-top: calc(188 * 100vw / 750);
  }
  .FU250313influencer__section7--credit > a:nth-of-type(2) {
    margin-inline: calc(10 * 100vw / 750);
  }
}
/* ========================
  Others
======================== */
.FU250313influencer__others--staffCredit {
  text-align: center;
}
.FU250313influencer__others--staffCredit > li {
  font-family: "proxima-soft", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
}
.FU250313influencer__others--checkAllItems > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-family: "coquette", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: var(--color-blue);
}

@media screen and (min-width: 768px) {
  .FU250313influencer__others--staffCredit {
    margin-top: 9.2rem;
  }
  .FU250313influencer__others--staffCredit > li {
    font-size: 1.4rem;
  }
  .FU250313influencer__others--staffCredit > li:nth-of-type(n+2) {
    margin-top: 1rem;
  }
  .FU250313influencer__others--checkAllItems {
    width: 82rem;
    margin: 4.2rem auto 0;
  }
  .FU250313influencer__others--checkAllItems > a {
    height: 6.6rem;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .FU250313influencer__others--staffCredit {
    margin-top: calc(88 * 100vw / 750);
  }
  .FU250313influencer__others--staffCredit > li {
    font-size: calc(20 * 100vw / 750);
  }
  .FU250313influencer__others--staffCredit > li:nth-of-type(n+2) {
    margin-top: calc(16 * 100vw / 750);
  }
  .FU250313influencer__others--checkAllItems {
    width: calc(650 * 100vw / 750);
    margin: calc(70 * 100vw / 750) auto 0;
  }
  .FU250313influencer__others--checkAllItems > a {
    height: calc(116 * 100vw / 750);
    font-size: calc(50 * 100vw / 750);
  }
}/*# sourceMappingURL=style.css.map */