@charset "UTF-8";
/**
* Foundation
* ========================== */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;700;900&display=swap");

/*-------------------------------------
　ページ基本設定
---------------------------------------*/
#container {
    width: unset;
    margin: 0 auto;
    color: #484848;
    font-family: "Noto Sans JP", "Roboto", YuGothic Medium, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, 游ゴシック体, YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Sans-Serif;
}


section {
    padding: 80px 0;
}

ul.breadCrumb.bcLast {
    margin-top: 12px !important;
    /* width: 970px; */
    margin: 0 auto 12px;
}
.p-info__under p + ul {
  margin-top: 1em;
}

.p-info__under h2 {
  position: relative;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

.p-info__under h2 span {
    font-size: 22px;
    color: #333333;
}

.p-info__under h3 {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.44px;
  margin-bottom: 60px;
}

.p-info__under h4 {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.2px;
    font-style: italic;
    line-height: 2;
}

@media screen and (max-width: 479px) {
  .p-info__under h2 {
    font-size: 38px;
  }
  .p-info__under h2 span {
    font-size: 16px;
  }
  .p-info__under h2,
  .p-info__under h3,
  .p-info__under h4,
  .p-info__under h5 {
    margin-right: 4vw;
    margin-left: 4vw;
  }
  .p-info__under h4 {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}

.p-info__under__inr {
  width: 100%;
  max-width: 1140px;
}

@media screen and (min-width: 480px) {
  .p-info__under__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: auto;
  }
}

.p-info__under__main {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .p-info__under__main {
   max-width: 1140px;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .p-info__under .sp-container {
    padding-right: 4vw;
    padding-left: 4vw;
}
}

.p-info__under__img {
  max-width: 1140px;
  margin-bottom: 50px;
}
@media screen and (max-width: 479px) {
  .p-info__under__img {
    margin-bottom: 6.66667vw;
  }
}
.p-info__under__img > img {
  width: 100%;
}

.p-info__under__body h2 {
    margin-bottom: 60px;
}

.p-info__under__body .p-info__under__list.notes {
  margin-bottom: 1em;
  margin-left: auto;
}

.p-info__under__body .p-info__under__img {
  margin-bottom: 0;
}

.p-info__under__body .p-info__under__product {
  margin-bottom: 0;
}

a, a span {
    text-decoration: none;
}
.p-info__under .c-link--blue {
    border-bottom: 1px solid #00a2e6;
    color: #00a2e6!important;
    text-decoration: none!important;
}
.p-info__under .c-link--blue:hover {
    border-bottom: none;
}

.p-info__under .c-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-flex--space-between {
    box-sizing: border-box;
}

@media screen and (min-width: 480px){
.p-info__under .pc-x-m-auto {
    margin-right: auto;
    margin-left: auto;
}
.p-info__under .pc-jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}
@media screen and (max-width: 479px){
	.p-info__under .c-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .p-info__under .c-flex--space-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.red {
  color: #e43344;
}

.mt90 {
    margin-top: 90px;
}
.mt60 {
    margin-top: 60px;
}

.only_pc {
  display: block;
}
@media screen and (max-width: 479px) {
  .only_pc {
    display: none;
  }
}
.only_sp {
  display: none;
}
@media screen and (max-width: 479px) {
  .only_sp {
    display: block;
  }
}

/*-------------------------------------
　ボタン
---------------------------------------*/
.c-button--secondaryA-blue, .c-button--primary-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 270px;
  height: 90px;
  overflow: hidden;
  border: 1px solid #a3a3a3;
  border-radius: 2px;
  background-color: #fff!important;
  text-decoration: none!important;
}
@media screen and (max-width: 479px){
  .c-button--secondaryA-blue, .c-button--primary-white {
    height: 56px;
  }
}

.c-button--secondaryA-blue::after, .c-button--primary-white::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 25px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 3px solid;
    border-bottom: 3px solid;
    border-color: #484848;
    content: '';
}
@media screen and (max-width: 479px){
	.c-button--secondaryA-blue::after {
      right: 14px;
      width: 7px;
      height: 7px;
}
}

.c-button--secondaryA-blue::before, .c-button--primary-white::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: -168%;
    width: 150%;
    height: 100%;
    -webkit-transform: skewX(-18deg);
            transform: skewX(-18deg);
    background-color: #a3a3a3;
    content: '';
    opacity: 0.3;
}
.c-button--over:before {
  -webkit-animation: c-button-animation-over ease-out .4s both;
          animation: c-button-animation-over ease-out .4s both;
}
.c-button--out:before {
  -webkit-animation: c-button-animation-out ease-in .4s both;
          animation: c-button-animation-out ease-in .4s both;
}
.c-button--secondaryA-blue > span, .c-button--primary-white > span {
  display: inline-block;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 480px) {
  .c-button--secondaryA-blue > span, .c-button--primary-white > span {
    font-size: 34px;
    letter-spacing: 1.96px;
    line-height: 1.63;
	color: #fff!important;
  }
}
@media screen and (max-width: 479px) {
  .c-button--secondaryA-blue > span, .c-button--primary-white > span {
    font-size: 18px;
    letter-spacing: 1.68px;
    line-height: 1.36;
  }
}

.c-button--secondaryA-blue {
  border: 0;
  background-color: #00a2e6!important;
  color: #fff!important;
}
.c-button--secondaryA-blue::after {
  border-color: #fff;
}

.c-button--secondaryA-blue::before {
  background-color: #fff;
  opacity: .15;
}

.c-button--primary-white {
  border-color: #7fa6d0;
  background-color: #fff;
  color: #004da1;
}

.c-button--primary-white > span {
    color: #004da1!important;
}

.c-button--primary-white::after {
  border-color: #004da1;
}

.c-button--primary-white::before {
  background-color: #0078c4;
  opacity: .1;
}

@-webkit-keyframes c-button-animation-over {
  0% {
    left: -168%;
  }
  100% {
    left: -18%;
  }
}

@keyframes c-button-animation-over {
  0% {
    left: -168%;
  }
  100% {
    left: -18%;
  }
}

@-webkit-keyframes c-button-animation-out {
  0% {
    left: -18%;
  }
  100% {
    left: 168%;
  }
}

@keyframes c-button-animation-out {
  0% {
    left: -18%;
  }
  100% {
    left: 168%;
  }
}


@media screen and (min-width: 480px) {
  .p-info__under .pc-x-m-auto {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .p-info__under .sp-x-m-auto {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 480px) {
  .p-info__under .pc-jc-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-info__under__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-info__under__buttons {
  margin: 20px 0;
}

@media screen and (max-width: 479px) {
  .p-info__under__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-info__under__buttons a {
  width: 100%;
  max-width: 777px;
  margin-bottom: 20px;
  font-weight: bold;
  font-style: italic;
}

@media screen and (max-width: 479px) {
  .p-info__under__buttons a {
    max-width: 80vw;
    margin-bottom: 4vw;
  }
}

@media screen and (min-width: 480px) {
  .p-info__under__buttons a:nth-child(even) {
    margin-left: 20px;
  }
}

.p-info__under__buttons__area {
    margin-top: 60px;
}
.p-info__under__buttons__area p {
    font-size: 28px;
    font-weight: bold;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 479px){
  .p-info__under__buttons__area p {
      font-size: 18px;
  }
}

/*-------------------------------------
　リスト
---------------------------------------*/
.p-info__under__list {
  margin-bottom: 50px;
  margin-left: 1.5em;
  font-size: 16px;
}

@media screen and (max-width: 479px) {
  .p-info__under__list {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .p-info__under__list {
    margin-bottom: 25px;
  }
}

.p-info__under__list li {
  padding-left: .5em;
  line-height: 1.5;
}

.p-info__under__list li + li {
  margin-top: 5px;
}

.p-info__under__list.disc {
  list-style-type: disc;
}


/*-------------------------------------
　メインビジュアル
---------------------------------------*/
.p-info__under__mv {
    background: url(./img/streamer-support-fes/mv_img.jpg) no-repeat center;
    height: 705px;
    background-size: cover;
	position: relative;
}
.p-info__under__mv img {
    padding-top: 50px;
    margin: 0 auto;
}

@media screen and (max-width: 479px){
  .p-info__under__mv {
      background: url(./img/streamer-support-fes/mv_img_sp.jpg) no-repeat;
      background-position: center right;
      height: 110vw;
      background-size: cover;
  }
  .p-info__under__mv img {
      width: 90%;
  }
}

/*-------------------------------------
　概要
---------------------------------------*/
.section_01 {
    color: #fff;
    text-align: center;
	background: url(./img/streamer-support-fes/bg_a.jpg)no-repeat;
	background-position: center;
    background-size: cover;
}
.section_01 h2 {
    font-size: 56px;
	text-align: left;
}
.section_01 h2 i {
    color: #19ebe8;
    font-size: 42px;
}
.section_01 h2 span {
    font-size: 28px;
	color: #fff;
}
.section_01 .p-info__under__text {
    margin: 0 auto;
    max-width: 816px;
}
.p-info__under__arrow {
    font-size: 28px;
    margin-top: -48px;
    color: #19ebe8;
}

@media screen and (min-width: 480px){
  .section_01 h2 i {
    margin-right: 1em;
}
}

@media screen and (max-width: 479px){
  .p-info__under__arrow {
    margin-bottom: 1rem;
    font-size: 16px;
  }
  .section_01 h2 {
      font-size: 28px;
	  text-align: center;
  }
  .section_01 h2 i {
      font-size: 20px;
  }
  .section_01 h2 span {
      font-size: 16px;
  }
}

/*-------------------------------------
　INTRODUCTION
---------------------------------------*/
.section_02 {
    text-align: center;
    background: url(./img/streamer-support-fes/bg_b.jpg)no-repeat;
    background-position: center;
    background-size: cover;
}
.section_02 h2 {
    color: #05cedb;
    background: -webkit-linear-gradient(0deg, #05cedb, #1aebe8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	width: fit-content;
    margin: 0 auto 60px;
}
.section_02 h3 {
	color: #161616;
    font-size: 28px;
	margin-bottom: 80px;
}
.section_02 h3 span.sec02__h3__span-linear {
    display: inline;
    background: linear-gradient(transparent 70%, #fff 0%);
    font-size: 42px;
}
.section_02 h3 span.sec02__h3__span-small {
    font-size: 28px;
}
.section_02 h4 {
    color: #161616;
	margin-bottom: 40px;
}
.section_02 h4 span {
    display: inline-block;
    background-image: linear-gradient(90deg, #05cedb, #1aebe8);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 92%;
}

@media screen and (max-width: 479px){
  .section_02 {
    background: url(./img/streamer-support-fes/bg_b_sp.jpg)no-repeat;
    background-position: top;
    background-size: cover;
  }
  .section_02 h3 {
    font-size: 20px;
  }
  .section_02 h3 span.sec02__h3__span-linear {
    font-size: 28px;
  }
  .section_02 h3 span.sec02__h3__span-small {
    font-size: 20px;
  }
}

/*-------------------------------------
　たくさんの方に見てもらう！応援でポイントが手に入る！
---------------------------------------*/
.section_03 {
    text-align: center;
    background: url(./img/streamer-support-fes/bg_c.jpg)no-repeat;
    background-position: center;
    background-size: cover;
}
.section_03 h2 {
    display: inline;
    background: linear-gradient(transparent 60%, #ffffff 0%);
	font-size: 42px;
	color: #161616;
}
.section_03 h3 {
	font-size: 36px;
    color: #fff;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    background: #333333 0% 0% no-repeat padding-box;
    padding: 0.7rem 4rem;
}
.section_03 .c-flex {
    margin-top: 80px;
}
.section_03 .c-flex p {
    color: #161616;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}
.section_03 .p-info__under__img--3col {
    margin-bottom: 100px;
}
.section_03 .p-info__under__img--3col.mb60 {
    margin-bottom: 160px;
}
.section_03 .p-info__under__img--3col > div {
    max-width: 30.86%;
}
.section_03 .p-info__under__img--3col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: space-between;
}
.section_03 .p-info__under__img--3col p {
    font-size: 22px;
    font-weight: bold;
    margin-top: 1em;
}

@media screen and (min-width: 480px){
  .section_03 h3 {
    margin-right: 60px;
  }
}

@media screen and (max-width: 479px) {
  .section_03 {
    background: url(./img/streamer-support-fes/bg_c_sp.jpg)no-repeat;
    background-position: center;
    background-size: cover;
  }
  .section_03 h2 {
    font-size: 20px;
  }
  .section_03 h3 {
    font-size: 22px;
    margin-bottom: 1rem;
  }
  .section_03 .c-flex p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
  }
  .section_03 .p-info__under__img--3col {
    display: block;
    text-align: center;
  }
  .section_03 .p-info__under__img--3col > div {
    max-width: 100%;
    margin-bottom: 12vw;
  }
  .section_03 .p-info__under__img--3col p {
    font-size: 18px;
  }
}

/*-------------------------------------
　SCHEDULE
---------------------------------------*/
.section_04 {
    background: url(./img/streamer-support-fes/bg_d.jpg)no-repeat;
	background-position: center;
    background-size: cover;
	text-align: center;
}
.section_04 h2 {
    color: #141615;
}
.section_04 h3 {
    color: #fff;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    background: #333333 0% 0% no-repeat padding-box;
    padding: 0.7rem 4rem;
}
.sec04__under__cont.c-flex {
    justify-content: flex-start;
    align-items: baseline;
    width: 1094px;
    margin: 0 auto;
}
.p-info__under h4.sec04__under__p-head {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
}
.section_04 .c-flex p {
    font-size: 22px;
    font-weight: bold;
    color: #141615;
}
.section_04 .c-flex p span {
    font-size: 42px;
}

@media screen and (min-width: 480px){
  .section_04 h3,
  .p-info__under h4.sec04__under__p-head {
      margin-right: 22px;
  }
}

@media screen and (max-width: 479px){
  .section_04 {
    background: url(./img/streamer-support-fes/bg_d_sp.jpg)no-repeat;
    background-position: center;
    background-size: cover;
  }
  .section_04 h3 {
    font-size: 22px;
    margin-bottom: 1rem;
  }
  .sec04__under__cont.c-flex {
    align-items: center;
    width: 100%;
  }
  .p-info__under h4.sec04__under__p-head {
    font-size: 26px;
  }
  .section_04 .p-info__under__arrow {
    margin-top: auto;
  }
  .section_04 .c-flex p {
    font-size: 16px;
  }
  .section_04 .c-flex p span {
    font-size: 28px;
  }
}

/*-------------------------------------
　CHANNEL
---------------------------------------*/
.section_05 {
    background: url(./img/streamer-support-fes/bg_e.jpg)no-repeat;
	background-position: center;
    background-size: cover;
}
.section_05 h2 {
	color: #141615;
}
.sec05__under__cont.c-flex {
    justify-content: space-around;
	align-items: center;
	margin-bottom: 60px;
}
.section_05 h3 {
    color: #fff;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    padding: 0.7rem 4rem;
    background-image: -webkit-gradient(linear, left top, right top, from(#05cedb), to(#1aebe8));
    background-image: -webkit-linear-gradient(left, #05cedb 0%, #1aebe8 100%);
    background-image: linear-gradient(to right, #05cedb 0%, #1aebe8 100%);
	margin-bottom: 30px;
}
.section_05 p {
    font-size: 28px;
    font-weight: bold;
}

@media screen and (min-width: 480px){
  .section_05 p {
      margin-left: 2em;
  }
}
@media screen and (max-width: 479px){
  .section_05 {
    background: url(./img/streamer-support-fes/bg_e_sp.jpg)no-repeat;
    background-position: center;
    background-size: cover;
  }
  .sec05__under__cont.c-flex {
    flex-direction: column-reverse;
  }
  .sec05__under__cont.c-flex img {
    width: 80%;
  }
  .section_05 h3 {
    font-size: 18px;
    margin-bottom: 1rem;
    text-align: center;
    padding: 0.7rem 1.5rem;
  }
  .section_05 p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 12vw;
  }
}

/*-------------------------------------
　ENTRY
---------------------------------------*/
.section_06 {
    background: url(./img/streamer-support-fes/bg_f.jpg)no-repeat;
	background-position: center;
    background-size: cover;
	padding-bottom: 160px;
}
.section_06 h2 {
	color: #141615;
}
.p-info__under__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 55px;
    padding-right: 3.5px;
}
.p-info__under__card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
  background: #fff;
  border: solid 1px #ececec;
  border-radius: 2px;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
          box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

@media screen and (min-width: 480px) {
  .p-info__under__product .p-info__under__card {
    max-width: 48.15%;
  }
}
.p-info__under__product .p-info__under__card.card-A {
    background: url(./img/streamer-support-fes/entry_icon_a.png)no-repeat;
    background-color: #fff;
}
.p-info__under__product .p-info__under__card.card-B {
    background: url(./img/streamer-support-fes/entry_icon_b.png)no-repeat;
    background-color: #fff;
}
.p-info__under__card__inr {
  display: block;
  width: 100%;
  height: 100%;
  padding: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 480px){
  .p-info__under__product .p-info__under__card__inr {
     height: 486px;
  }
}

.p-info__under__card h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.96px;
  line-height: 1.5;
  text-align: left;
}
.p-info__under__product .p-info__under__card__inr h3 {
	font-size: 28px;
    text-align: center;
	margin-bottom: 1em;
}
.p-info__under__product .p-info__under__list.disc {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    list-style-position: inside;
	margin-left: auto;
	margin-bottom: 1rem;
}
.p-info__under__list.notes li {
    color: #7f7f7f;
    font-size: 16px;
	font-weight: bold;
    list-style-type: none;
	text-align: center;
}
.p-info__under__list.notes li::before {
    margin-right: .5em;
    content: "※";
}
.p-info__under__card p {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.72px;
  line-height: 1.5;
}

@media screen and (min-width: 480px){
  .p-info__under__product .p-info__under__card__inr {
    position: relative;
	padding: 30px;
  }
  .sec06__under__div-cont {
    height: 210px;
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
  }
}
.p-info__under__card p.sec06__under__p-cont {
    font-size: 20px;
    font-weight: 500;
}
.sec06__under__p-cont {
    background: #E5E5E5 0% 0% no-repeat padding-box;
    border-radius: 30px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	max-width: 497px;
    margin: 0 auto;
}
.sec06__under__p-cont span {
    font-size: 28px;
    font-weight: bold;
}

@media screen and (max-width: 479px){
  .section_06 {
    background: url(./img/streamer-support-fes/bg_f_sp.jpg)no-repeat;
    background-position: center;
    background-size: cover;
  }
  .p-info__under__card__inr {
    padding: 30px 15px;
  }
  .p-info__under__product .p-info__under__card__inr h3 {
    font-size: 22px;
  }
  .p-info__under__product .p-info__under__list.disc {
    font-size: 18px;
  }
  .p-info__under__list.notes li {
    font-size: 14px;
  }
  .p-info__under__card p.sec06__under__p-cont {
    font-size: 16px;
  }
  .sec06__under__p-cont span {
    font-size: 22px;
  }
  .p-info__under__card h3 {
    text-align: center;
  }
  .p-info__under__card p {
    font-size: 12px;
  }
}
