@charset "UTF-8";
@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
setting - custom property
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR250212Champion {
  --color-white: #fff;
  --color-black: #000;
  --color-lightblue: #D3D9DD;
  --color-lightgray: #DDDDDD;
  --color-gray: #58595b;
  --font-century: "century-gothic", sans-serif;
  --font-yu-gothic: "游ゴシック体", YuGothic, "游ゴシック re--fw-regular", "Yu Gothic re--fw-regular", "游ゴシック", "Yu Gothic";
  --font-en: var(--font-century), sans-serif;
  --font-ja: var(--font-yu-gothic), sans-serif;
  --font-main: var(--font-century), var(--font-yu-gothic), sans-serif;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  font-feature-settings: "palt"; 
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .FR250212Champion {
    --width-primary: 140rem;
    --fz-text_fv_lead: 1.3rem;
    --fz-text_img_title: 5.8rem;
    --fz-text_img_deco: 5.4rem;
    --fz-text_style_credit: 1.2rem;
    --fz-text_btn: 2rem;
    --fz-text_staff: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .FR250212Champion {
    --width-primary: calc(750*100vw/750);
    --fz-text_fv_lead: calc(25*100vw/750);
    --fz-text_img_title: calc(82*100vw/750);
    --fz-text_img_deco: calc(78*100vw/750);
    --fz-text_style_credit: calc(22*100vw/750);
    --fz-text_btn: calc(40*100vw/750);
    --fz-text_staff: calc(24*100vw/750);
  }
}

@media screen and (min-width: 768px) {
  .FR250212Champion .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .FR250212Champion .pc_only {
    display: none !important;
  }
}
.FR250212Champion img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.FR250212Champion svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: initial;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - grid
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR250212Champion [class*="c-grid_column"] {
  display: grid;
  grid-template-columns: repeat(var(--columns , 1), 1fr);
  gap: var(--row, 0) var(--column, 0);
}
.FR250212Champion [class*="grid_column-1"] {--columns: 1;}
.FR250212Champion [class*="grid_column-2"] {--columns: 2;}
.FR250212Champion [class*="grid_column-3"] {--columns: 3;}
.FR250212Champion [class*="p-style_wrap"] {
  position: relative;
  width: fit-content;
  height: fit-content;
}
.FR250212Champion .c-position {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .FR250212Champion [class*="c-pc_grid_column"] {
    display: grid;
    grid-template-columns: repeat(var(--columns , 1), 1fr);
    gap: var(--row, 0) var(--column, 0);
  }
  .FR250212Champion .c-pc_position {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .FR250212Champion [class*="c-sp_grid_column"] {
    display: grid;
    grid-template-columns: repeat(var(--columns , 1), 1fr);
    gap: var(--row, 0) var(--column, 0);
  }
  .FR250212Champion .c-sp_position {
    position: absolute;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - text
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR250212Champion .c-text_fv_lead {
  margin-top: 5.9rem;
  font-size: var(--fz-text_fv_lead);
  line-height: 2.2;
  letter-spacing: 0.16em;
  font-family: var(--font-ja);
  font-weight: var(--fw-regular);
  color: var(--color-gray);
}
.FR250212Champion .c-text_fv_lead:nth-of-type(2) {
  margin-top: 2.4rem;
}
.FR250212Champion .c-text_img_title {
  font-size: var(--fz-text_img_title);
  letter-spacing: 0;
  font-family: var(--font-en);
  font-weight: var(--fw-regular);
  color: var(--color-lightblue);
  pointer-events: none;
  white-space: nowrap;
}
.FR250212Champion .text_anim {
  pointer-events: none;
}
.FR250212Champion .text_anim p {
  font-size: var(--fz-text_img_title);
  letter-spacing: 0;
  font-family: var(--font-en);
  font-weight: var(--fw-regular);
  color: var(--color-lightblue);
  pointer-events: none;
  white-space: nowrap;
}
.FR250212Champion .text_anim span {
  opacity: 0;
  display: inline-block;
  transform: translateY(0.5rem);
  transition: opacity 0.5s ease, transform 0.5s ease;
  font-family: var(--font-en);
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 10;
  margin-right: 0.1rem;
}
.FR250212Champion .text_anim.c-text_img_deco p {
  font-size: var(--fz-text_img_deco);
  letter-spacing: 0.02em;
  font-family: var(--font-en);
  font-weight: var(--fw-regular);
  color: var(--color-lightblue);
  pointer-events: none;
}
/* .FR250212Champion .text_anim span:nth-child(n+4) {
  margin-right: 1rem;
} */
.FR250212Champion .c-text_style_credit {
  font-size: var(--fz-text_style_credit);
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-family: var(--font-en);
  font-weight: var(--fw-regular);
  color: var(--color-gray);
}
.FR250212Champion .c-text_style_credit li {
  display: inline-block;
}
.FR250212Champion .c-text_btn {
  width: fit-content;
  margin-inline: auto;
  font-size: var(--fz-text_btn);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-family: var(--font-en);
  font-weight: var(--fw-regular);
  color: var(--color-black);
  border-bottom: 0.3rem double var(--color-gray);
  padding-bottom: 0.3rem;
}
.FR250212Champion .c-text_staff {
  font-size: var(--fz-text_staff);
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-family: var(--font-en);
  font-weight: var(--fw-regular);
  color: var(--color-gray);
}
.FR250212Champion .p-style .str {
  fill: #d3d9dd;
}

@media screen and (min-width: 768px) {
  .FR250212Champion .c-bg_color_white {
    background-color: var(--color-white);
  }
}
@media screen and (max-width: 767px) {
  .FR250212Champion .c-text_fv_lead {
    margin-top: calc(108*(100vw / 750));
    margin-bottom: calc(-5*(100vw / 750));
    line-height: 2;
    letter-spacing: 0.14em;
  }
  .FR250212Champion .c-text_fv_lead:nth-of-type(2) {
    margin-top: calc(41*(100vw / 750));
  }

  .FR250212Champion .text_anim span {
    margin-right: calc(1.5*(100vw / 750));
  }
  .FR250212Champion .c-text_style_credit {
    line-height: 1.87;
  }
  .FR250212Champion .c-text_btn {
    line-height: 1.25;
    letter-spacing: 0.04em;
    border-bottom: calc(6*100vw/750) double var(--color-gray);
    padding-bottom: calc(11*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - image
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR250212Champion .c-firstview_image {width: 120rem;}
.FR250212Champion .c-style_image0101 {width: 52.5rem;}
.FR250212Champion .c-style_image0102 {width: 39rem;}

.FR250212Champion .c-style_image0201 {width: 46.5rem;}

.FR250212Champion .c-style_image0301 {width: 31.5rem;}
.FR250212Champion .c-style_image0302 {width: 31.5rem;}
.FR250212Champion .c-style_image0303 {width: 51rem;}

.FR250212Champion .c-style_image0401 {width: 36rem;}
.FR250212Champion .c-style_image0402 {width: 51rem;}

.FR250212Champion .c-style_image0501 {width: 42rem;}
.FR250212Champion .c-style_image0502 {width: 42rem;}

.FR250212Champion .c-style_image0601 {width: 54rem;}

.FR250212Champion .c-style_image0701 {width: 45rem;}
.FR250212Champion .c-style_image0702 {width: 31.5rem;}
.FR250212Champion .c-style_image0703 {width: 31.5rem;}

.FR250212Champion .c-style_image0801 {width: 48rem;}

.FR250212Champion .c-style_image0901 {width: 55.5rem;}
.FR250212Champion .c-style_image0902 {width: 34.5rem;}

.FR250212Champion .c-style_image1001 {width: 40.5rem;}
.FR250212Champion .c-style_image1002 {width: 49.5rem;}

@media screen and (max-width: 767px) {
  .FR250212Champion .c-firstview_image {width: calc(750*100vw/750);}
  .FR250212Champion .c-style_image0101 {width: calc(750*100vw/750);}
  .FR250212Champion .c-style_image0102 {width: calc(555*100vw/750);}

  .FR250212Champion .c-style_image0201 {width: calc(660*100vw/750);}

  .FR250212Champion .c-style_image0301 {width: calc(540*100vw/750);}
  .FR250212Champion .c-style_image0302 {width: calc(540*100vw/750);}
  .FR250212Champion .c-style_image0303 {width: calc(660*100vw/750);}

  .FR250212Champion .c-style_image0401 {width: calc(660*100vw/750);}
  .FR250212Champion .c-style_image0402 {width: calc(750*100vw/750);}

  .FR250212Champion .c-style_image0501 {width: calc(585*100vw/750);}
  .FR250212Champion .c-style_image0502 {width: calc(585*100vw/750);}
  .FR250212Champion .c-style_image0503 {width: calc(585*100vw/750);}

  .FR250212Champion .c-style_image0601 {width: calc(750*100vw/750);}

  .FR250212Champion .c-style_image0701 {width: calc(660*100vw/750);}
  .FR250212Champion .c-style_image0702 {width: calc(540*100vw/750);}
  .FR250212Champion .c-style_image0703 {width: calc(540*100vw/750);}

  .FR250212Champion .c-style_image0801 {width: calc(600*100vw/750);}

  .FR250212Champion .c-style_image0901 {width: calc(750*100vw/750);}
  .FR250212Champion .c-style_image0902 {width: calc(555*100vw/750);}

  .FR250212Champion .c-style_image1001 {width: calc(630*100vw/750);}
  .FR250212Champion .c-style_image1002 {width: calc(750*100vw/750);}
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
project -common
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR250212Champion .p-style_inner {
  width: var(--width-primary);
  margin-inline: auto;
}
.FR250212Champion .img_title {
  pointer-events: none;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
project -firstview
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR250212Champion .p-firstview_wrapper {
  display: flex;
  flex-direction: column;
  width: 120rem;
  margin-inline: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .FR250212Champion .p-firstview_wrapper {
    width: var(--width-primary);
  }
  .FR250212Champion .slick-list {
    padding: 0 calc(95*100vw/750);
  }
  .FR250212Champion .slick-slide {
    margin: 0 calc(10*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
project -style01
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR250212Champion .p-style01 {
  margin-top: 9.2rem;
}
.FR250212Champion .p-style01 .p-style_wrapper {
  width: 103.5rem;
  margin-left: 19rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  row-gap: 12rem;
}
.FR250212Champion .p-style01 .p-style_wrap01 {
  width: 52.5rem;
}
.FR250212Champion .p-style01 .c-text_style_credit {
  width: 100%;
  text-align: right;
  margin-top: 2.5rem;
}
.FR250212Champion .p-style01 .p-style_wrap02 {
  width: 39rem;
  margin-top: 45.3rem;
  position: relative;
}
/* .FR250212Champion .c-style_image0102 {
  margin-top: 45.3rem;
} */
.FR250212Champion .p-style01 .img_title {
  width: 41.5rem;
  position: absolute;
  top: -2.9rem;
  left: -1.6rem;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .FR250212Champion .p-style01 {
    margin-top: calc(132*(100vw / 750));
  }
  .FR250212Champion .p-style01 .p-style_wrapper {
    width: calc(750*(100vw / 750));
    margin: 0 auto;
    flex-direction: column;
    row-gap: 0;
  }
  .FR250212Champion .p-style01 .p-style_wrap01 {
    width: calc(750*(100vw / 750));
  }
  .FR250212Champion .p-style01 .c-text_style_credit {
    width: 100%;
    text-align: center;
    margin-top: calc(41*(100vw / 750));
  }
  .FR250212Champion .p-style01 .p-style_wrap02 {
    width: calc(555*(100vw / 750));
    margin: 0 auto;
    margin-top: calc(144*(100vw / 750));
  }
  /* .FR250212Champion .c-style_image0102 {
    margin-top: calc(144*(100vw / 750));
  } */
  .FR250212Champion .p-style01 .img_title {
    width: calc(595*(100vw / 750));
    top: calc(-43*(100vw / 750));
    left: calc(-25*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
project -style02
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR250212Champion .p-style02 {
  margin-top: 16rem;
}
.FR250212Champion .p-style02 .p-style_wrapper {
  width: 46.5rem;
  margin: 0 auto;
}
.FR250212Champion .p-style02 .p-style_wrap01 {
  position: relative;
}
.FR250212Champion .p-style02 .p-style_wrap01 .text_anim {
  position: absolute;
  bottom: -0.7rem;
  left: 8.2rem;
}
.FR250212Champion .p-style02 .p-style_wrap01 .text_anim span {
  transition-delay: 0.25s;
}
.FR250212Champion .p-style02 .c-text_style_credit {
  position: absolute;
  bottom: -0.4rem;
  right: -20.3rem;
}
.FR250212Champion .p-style02 .c-text_style_credit li {
  display: block;
}
.FR250212Champion .p-style02 .c-text_style_credit span {
  display: none;
}
@media screen and (max-width: 767px) {
  .FR250212Champion .p-style02 {
    margin-top: calc(154* 100vw / 750);
  }
  .FR250212Champion .p-style02 .p-style_wrapper {
    width: calc(660*(100vw / 750));
  }
  .FR250212Champion .p-style02 .p-style_wrap01 .text_anim {
    bottom: calc(114*(100vw / 750));
    left: calc(116*(100vw / 750));
  }
  .FR250212Champion .p-style02 .c-text_style_credit {
    position: static;
    text-align: center;
    margin-top: calc(42* 100vw / 750);
  }
  .FR250212Champion .p-style02 .c-text_style_credit li {
    display: inline-block;
  }
  .FR250212Champion .p-style02 .c-text_style_credit span {
    display: inline-block;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
project -style03
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR250212Champion .p-style03 {
  margin-top: 16rem;
}
.FR250212Champion .p-style03 .p-style_wrapper {
  width: 92.5rem;
  margin-left: 26.5rem;
  display: flex;
  justify-content: space-between;
  row-gap: 10rem;
}
.FR250212Champion .p-style03 .p-style_wrap01 {
  width: 31.5rem;
}
.FR250212Champion .p-style03 .p-style_wrap02 {
  width: 51rem;
  margin-top: 8rem;
}
.FR250212Champion .p-style03 .c-text_style_credit {
  margin-top: 2.5rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .FR250212Champion .p-style03 {
    margin-top: calc(155*100vw/750);
  }
  .FR250212Champion .p-style03 .p-style_wrapper {
    width: var(--width-primary);
    margin: 0 auto;
    flex-direction: column;
    row-gap: 0;
  }
  .FR250212Champion .p-style03 .p-style_wrap01 {
    width: calc(750*(100vw / 750));
  }
  .FR250212Champion .p-style03 .p-style_wrap02 {
    width: calc(660*(100vw / 750));
    margin: 0 auto;
    margin-top: calc(100*100vw/750);
  }
  .FR250212Champion .p-style03 .c-text_style_credit {
    margin-top: calc(41*100vw/750);
    text-align: center;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
project -style04
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR250212Champion .p-style04 {
  margin-top: 15.6rem;
}
.FR250212Champion .p-style04 .p-style_wrapper {
  width: 98rem;
  margin-left: 38rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  row-gap: 11rem;
  position: relative;
}
.FR250212Champion .p-style04 .text_anim {
  position: absolute;
  top: 25.1rem;
  left: 27.4rem;
  transform: rotate(90deg);
}
.FR250212Champion .p-style04 .text_anim span {
  transition-delay: 0.5s;
}
.FR250212Champion .p-style04 .text_anim span {
  margin-right: 0;
}
.FR250212Champion .p-style04 .p-style_wrap01 {
  width: 36rem;
}
.FR250212Champion .p-style04 .p-style_wrap02 {
  width: 51rem;
  margin-top: 18rem;
}
.FR250212Champion .p-style04 .c-text_style_credit {
  text-align: right;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .FR250212Champion .p-style04 {
    margin-top: calc(151* 100vw / 750);
  }
  .FR250212Champion .p-style04 .p-style_wrapper {
    width: calc(750*(100vw / 750));
    margin: 0 auto;
    flex-direction: column;
    row-gap: 0;
  }
  .FR250212Champion .p-style04 .text_anim {
    position: absolute;
    top: calc(363*(100vw / 750));
    left: calc(315*(100vw / 750));
    transform: rotate(-90deg);
    z-index: 10;
  }
  .FR250212Champion .p-style04 .text_anim span {
    margin-right: 0;
  }
  .FR250212Champion .p-style04 .p-style_wrap01 {
    width: calc(660*(100vw / 750));
    margin-left: 0;
  }
  .FR250212Champion .p-style04 .p-style_wrap02 {
    width: 100%;
    margin-top: calc(60*(100vw / 750));
  }
  .FR250212Champion .p-style04 .c-text_style_credit {
    text-align: center;
    margin-top: calc(40* 100vw / 750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
project -style05
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR250212Champion .p-style05 {
  margin-top: 16rem;
}
.FR250212Champion .p-style05 .p-style_wrapper {
  width: 86rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 2rem;
}
.FR250212Champion .p-style05 .p-style_wrap01 {
  width: 42rem;
}
.FR250212Champion .p-style05 .p-style_wrap02 {
  width: 42rem;
}
.FR250212Champion .p-style05 .c-text_style_credit {
  width: 100%;
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .FR250212Champion .p-style05 {
    margin-top: calc(150* 100vw / 750);
  }
  .FR250212Champion .p-style05 .p-style_wrapper {
    width: calc(750*(100vw / 750));
    flex-direction: column;
    row-gap: 0;
  }
  .FR250212Champion .p-style05 .p-style_wrap01 {
    width: 100%;
  }
  .FR250212Champion .p-style05 .slick-list {
    padding: 0 calc(72.5*100vw/750);
  }
  .FR250212Champion .p-style05 .p-style_wrap02 {
    width: calc(585*(100vw / 750));
    margin: 0 auto;
    margin-top: calc(60*(100vw / 750));
  }
  .FR250212Champion .p-style05 .c-text_style_credit {
    margin-top: calc(42*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
project -style06
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR250212Champion .p-style06 {
  margin-top: 20.3rem;
}
.FR250212Champion .p-style06 .p-style_wrapper {
  width: 54rem;
  margin: 0 auto;
}
.FR250212Champion .p-style06 .p-style_wrap01 {
  position: relative;
}
.FR250212Champion .p-style06 .p-style_wrap01 .text_anim {
  position: absolute;
  top: -5rem;
  left: 13.8rem;
}
.FR250212Champion .p-style06 .text_anim span {
  transition-delay: 0.6s;
}
.FR250212Champion .p-style06 .c-text_style_credit {
  position: absolute;
  bottom: -0.5rem;
  left: -19.1rem;
  text-align: right;
}
.FR250212Champion .p-style06 .c-text_style_credit li {
  display: block;
}
@media screen and (max-width: 767px) {
  .FR250212Champion .p-style06 {
    margin-top: calc(215* 100vw / 750);
  }
  .FR250212Champion .p-style06 .p-style_wrapper {
    width: calc(750*(100vw / 750));
  }
  .FR250212Champion .p-style06 .p-style_wrap01 .text_anim {
    top: calc(-71*(100vw / 750));
    left: calc(188*(100vw / 750));
  }
  .FR250212Champion .p-style06 .c-text_style_credit {
    position: static;
    text-align: center;
    margin-top: calc(42*(100vw / 750));
  }
  .FR250212Champion .p-style06 .c-text_style_credit li {
    display: inline-block;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
project -style07
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR250212Champion .p-style07 {
  margin-top: 16rem;
}
.FR250212Champion .p-style07 .p-style_wrapper {
  width: 120rem;
  margin-left: 10.5rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  row-gap: 16rem;
}
.FR250212Champion .p-style07 .p-style_wrap01 {
  width: 45rem;
}
.FR250212Champion .p-style07 .p-style_wrap02 {
  width: 59rem;
  margin-top: 17rem;
  position: relative;
}
.FR250212Champion .p-style07 .c-style_image0703 {
  position: absolute;
  right: 0;
  top: 21rem;
  z-index: 10;
}
.FR250212Champion .p-style07 .c-text_style_credit {
  width: 100%;
  text-align: right;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .FR250212Champion .p-style07 {
    margin-top: calc(154* 100vw / 750);
  }
  .FR250212Champion .p-style07 .p-style_wrapper {
    width: calc(750*(100vw / 750));
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 0;
  }
  .FR250212Champion .p-style07 .p-style_wrap01 {
    width: calc(660*(100vw / 750));
    margin: 0 auto;
  }
  .FR250212Champion .p-style07 .p-style_wrap02 {
    width: calc(750*(100vw / 750));
    margin-top: calc(58*(100vw / 750));
  }
  .FR250212Champion .p-style07 .c-style_image0703 {
    position: static;
  }
  .FR250212Champion .p-style07 .c-text_style_credit {
    text-align: center;
    margin-top: calc(42*(100vw / 750));
  }  
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
project -style08
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR250212Champion .p-style08 {
  margin-top: 29.3rem;
}
.FR250212Champion .p-style08 .p-style_wrapper {
  width: 48rem;
  margin: 0 auto;
}
.FR250212Champion .p-style08 .p-style_wrap01 {
  position: relative;
}
.FR250212Champion .p-style08 .c-text_style_credit {
  position: absolute;
  bottom: -0.4rem;
  right: -18.7rem;
}
.FR250212Champion .p-style08 .c-text_style_credit li {
  display: block;
}

@media screen and (max-width: 767px) {
  .FR250212Champion .p-style08 {
    margin-top: calc(150* 100vw / 750);
  }
  .FR250212Champion .p-style08 .p-style_wrapper {
    width: calc(600*(100vw / 750));
    margin: 0 auto;
  }
  .FR250212Champion .p-style08 .c-text_style_credit {
    position: static;
    text-align: center;
    margin-top: calc(40* 100vw / 750);
  }
  .FR250212Champion .p-style08 .c-text_style_credit li {
    display: inline-block;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
project -style09
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR250212Champion .p-style09 {
  margin-top: 16rem;
}
.FR250212Champion .decor_loop {
  position: relative;
  width: calc(1400*(100vw / 1400));
}
.FR250212Champion .text-move {
  position: absolute;
  top: 49.8rem;
  /* top: calc(501*(100vw / 1400)); */
  left: 0;
  z-index: 10;
}
.FR250212Champion .p-style09 .p-style_wrapper {
  width: 99rem;
  margin-left: 20.5rem;
  display: flex;
  justify-content: space-between;
  row-gap: 9rem;
}
.FR250212Champion .p-style09 .p-style_wrap01 {
  width: 55.5rem;
}
.FR250212Champion .p-style09 .p-style_wrap02 {
  width: 34.5rem;
  margin-top: 14rem;
}
.FR250212Champion .p-style09 .c-text_style_credit {
  width: 100%;
  text-align: left;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .FR250212Champion .p-style09 {
    margin-top: calc(155* 100vw / 750);
  }
  .FR250212Champion .decor_loop {
    width: calc(750*(100vw / 750));
  }
  .FR250212Champion .text-move {
    top: calc(681*(100vw / 750));
  }
  .FR250212Champion .p-style09 .p-style_wrapper {
    width: calc(750*(100vw / 750));
    margin: 0 auto;
    flex-direction: column;
    row-gap: 0;
  }
  .FR250212Champion .p-style09 .p-style_wrap01 {
    width: 100%;
  }
  .FR250212Champion .p-style09 .p-style_wrap02 {
    width: calc(555*(100vw / 750));
    margin: 0 auto;
    margin-top: calc(100*(100vw / 750));
  }
  .FR250212Champion .p-style09 .c-text_style_credit {
    width: 100%;
    text-align: center;
    margin-top: calc(41* 100vw / 750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
project -style10
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR250212Champion .p-style10 {
  margin-top: 15.7rem;
}
.FR250212Champion .p-style10 .p-style_wrapper {
  width: 72.5rem;
  margin-left: 42.2rem;
  display: flex;
  flex-direction: column;
  row-gap: 6rem;
}
.FR250212Champion .p-style10 .p-style_wrap01 {
  width: 40.5rem;
  margin-left: 32.3rem;
}
.FR250212Champion .p-style10 .p-style_wrap02 {
  width: 49.5rem;
  margin-left: 0;
  position: relative;
}
.FR250212Champion .p-style10 .img_title {
  width: 30.9rem;
  position: absolute;
  top: 13.8rem;
  left: 15.3rem;
  z-index: 10;
}
.FR250212Champion .p-style10 .c-text_style_credit {
  position: absolute;
  bottom: -0.5rem;
  right: -18.5rem;
}
.FR250212Champion .p-style10 .c-text_style_credit li {
  display: block;
}
.FR250212Champion .p-style10 .c-text_style_credit span {
  display: none;
}
@media screen and (max-width: 767px) {
  .FR250212Champion .p-style10 {
    margin-top: calc(153*100vw/750);
  }
  .FR250212Champion .p-style10 .p-style_wrapper {
    width: calc(750*(100vw / 750));
    margin: 0 auto;
    row-gap: 0;
  }
  .FR250212Champion .p-style10 .p-style_wrap01 {
    width: calc(630*(100vw / 750));
    margin: 0 auto;
  }
  .FR250212Champion .p-style10 .p-style_wrap02 {
    width: 100%;
    margin: 0 auto;
    margin-top: calc(60*(100vw / 750));
  }
  .FR250212Champion .p-style10 .img_title {
    width: calc(440*(100vw / 750));
    top: calc(210*(100vw / 750));
    left: calc(259*(100vw / 750));
  }
  .FR250212Champion .p-style10 .c-text_style_credit {
    position: static;
    text-align: center;
    margin-top: calc(41*(100vw / 750));
  }
  .FR250212Champion .p-style10 .c-text_style_credit li {
    display: inline-block;
  }
  .FR250212Champion .p-style10 .c-text_style_credit span {
    display: inline-block;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
project -endview
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR250212Champion .p-endview {
  padding-block: 13.4rem 13.6rem;
  border-bottom: 0.1rem solid var(--color-black);
  text-align: center;
}
.FR250212Champion .p-endview_inner {
  --row: 13.6rem;
}
@media screen and (max-width: 767px) {
  .FR250212Champion .p-endview {
    padding-block: calc(146*100vw/750) calc(154*100vw/750);
    border-bottom: 0;
  }
  .FR250212Champion .p-endview_inner {
    --row: calc(150*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
slick
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR250212Champion .slick-dots {
  position: absolute;
  bottom: 1rem;
  left: var(--left, initial);
  right: var(--right, initial);
  margin: 0;
}
.FR250212Champion .slick-dots li {
  display: inline-block;
  margin-inline: 0.6rem;
}
.FR250212Champion .slick-dots li button {
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0;
  border-radius: 50%;
  border: 0.1rem solid var(--color-white);
  cursor: pointer;
}
.FR250212Champion .slick-dots li.slick-active button {
  background-color: var(--color-white);
}
.FR250212Champion .c-dot-right .slick-dots {
  --right: 0.4rem;
}
@media screen and (max-width: 767px) {
  .FR250212Champion .slick-dots {
    bottom: calc(20*100vw/750);
  }
  .FR250212Champion .slick-dots li {
    margin: 0 calc(9*100vw/750);
  }
  .FR250212Champion .slick-dots li button {
    width: calc(10*100vw/750);;
    height: calc(10*100vw/750);;
  }
  .FR250212Champion .c-dot-right .slick-dots {
    --right: calc(12*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
animation - fade
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR250212Champion .js-fade {
  transform: translateY(100px);
  opacity: 0;
  transition-duration: 1.1s;
}
.FR250212Champion .js-fade.is-active {
  transform: translateY(0);
  opacity: 1;
}

.FR250212Champion .js-txtFade path {
  opacity: 0;
  transform: translate3d(0, 5px, 0);
}
.FR250212Champion .js-txtFade.is-active path {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1500ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen and (min-width: 768px) {
  .FR250212Champion .js-fade_pc {
    transform: translateY(100px);
    opacity: 0;
    transition-duration: 1.1s;
  }
  .FR250212Champion .js-fade_pc.is-active {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .FR250212Champion .js-fade_sp {
    transform: translateY(100px);
    opacity: 0;
    transition-duration: 1.1s;
  }
  .FR250212Champion .js-fade_sp.is-active {
    transform: translateY(0);
    opacity: 1;
  }
}

/* ==== テキスト流れる ==== */
.text-move {
  align-items: center;
  display: flex;
  height: calc(65*(100vw / 1400));
  color: var(--color-lightblue);
  line-height: 1;
  overflow:hidden;
  width: 100%;
  white-space:nowrap;
  z-index: 0;
}
.text-move ul {
  animation: flowing 50000ms linear infinite;
  font-family: var(--font-en);
  font-size: 5.4rem;
  font-weight: var(--fw-regular);
  letter-spacing: 0.02em;
  transform:translateX(100%);
  margin: 0;
  padding: 0;
}
.text-move ul li {
  display: inline-block;
}

.text-move ul:nth-of-type(1) {
  padding-right: 2.4rem;
}

@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}
/* ==== // テキスト流れる ==== */

@media only screen and (max-width: 768px) {
  /* ==== テキスト流れる ==== */
  .text-move {
    height: calc(90*(100vw / 750));
  }
  .text-move ul {
    font-size: calc(78*(100vw / 750));
  }

  .text-move ul li {
    display: inline-block;
  }

  .text-move ul:nth-of-type(1) {
    padding-right: calc(14*(100vw / 750));
  }

  @keyframes flowing {
    0% { transform:translateX(0); }
    100% { transform:translateX(-100%); }
  }
/* ==== // テキスト流れる ==== */
}