@charset "utf-8";

/* ベース */
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", sans-serif;
  line-height: 1.5;
}

img,
embed,
object,
iframe {
  vertical-align: middle;
}

a,
a img {
  transition-duration: .5s all linear;
}

a:hover {
  color: inherit;
}

span {
  font-size: 12px;
}

/* 共通 */
.l-header__inner,
.l-footer__inner,
.p-hero__inner {
  margin: 0 auto;
}

a.p-header__logo,
a.p-footer__img {
  transition-duration: .5s;
}

a.p-header__logo:hover,
a.p-footer__img:hover {
  opacity: .6;
}

/* ↓↓↓↓↓↓↓↓ レイアウト ↓↓↓↓↓↓↓↓ */
/* ヘッダーレイアウト */
.l-header--blue {
  background-color: #fff2cc;
}

.l-header__inner {
  padding: 12px 18px 24px;
}

/* メインレイアウト */
.l-main {
  background-color: #d7fde7;
}


/* フッターレイアウト */
.l-footer {
  padding: 12px 18px;
}

.l-footer__copy {
  margin: 14px 0 0;
}


/* ↓↓↓↓↓↓↓↓ プロジェクト ↓↓↓↓↓↓↓↓ */
/* ヘッダーコンテンツ */
.p-header__heading {
  font-size: 12px;
}

.p-header__logo {
  display: block;
  max-width: 130px;
}

.p-header__logoImg {
  width: 100%;
}

/* ファーストビュー */
.p-hero {
  /* background: repeating-linear-gradient(70deg, #4acee5, #4acee5 6px, #73d5e5 6px, #73d5e5 12px); */
  background-color:#fff2cc ;
  width: 100%;
}

.p-hero__mv {
  display: block;
  margin: 0 auto;
}


/* 各セクション */
.p-section {
  margin: 0 auto;
  padding: 0 0 40px;
}

.p-section__inner {
  margin: 0 auto;
  padding: 0 18px;
}

.p-section__contents {
  margin: 0 auto;
}

.p-section__conversion {
  max-width: 280px;
  margin: 40px auto 0;
}



/* カード部分 */
.p-card {
  background-color: #FFF;
  border-radius: 10px;
  padding: 20px 20px 26px;
}

.p-card__headArea {
  text-align: center;
}

.p-card__textArea {
  font-size: 14px;
  margin: 16px auto 0;
}

.p-card__imgArea {
  margin: 18px auto 0;
}

.p-card__contents {
  margin: 8px auto 0;
}

.p-card--full .p-card__contents {
  margin-left: 18px;
  margin-right: 18px;
}


/* フッターコンテンツ */
.p-footer,
.p-footer__col {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.p-footer__img {
  display: block;
  margin: 0 0 0 18px;
}

.p-footer__img:first-child {
  margin: 0;
}

.p-footer__img--youtube {
  max-width: 30px;
}

.p-footer__img--twitter {
  max-width: 30px;
}

.p-footer__img--itscom {
  max-width: 120px;
}

/* ↓↓↓↓↓↓↓↓ コンポーネント ↓↓↓↓↓↓↓↓ */
/* ヘディング */
.c-heading {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000;
  border-bottom: solid 1px #000;
  padding: 6px 24px;
}

/* イントロ */
.c-intro__inner {
  padding: 50px 0;
}

.c-intro__head {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.c-intro__lead {
  font-size: 14px;
  margin-top: 16px;
}

.c-intro__img ,.c-intro__img01 {
  max-width: 700px;
  margin: 36px auto 0;
}




/* カードコンテンツ */
.c-card {
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  height: 100%;
  margin: 20px auto 0;
  padding: 20px 10px;
  transition-duration: .5s;
}

.c-card:hover {
  transform: scale(1.05);
}

.c-card__cap {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #D21577;
  height: 60px;
  padding: 10px 18px;
}

.c-card__text {
  color: initial;
  font-size: 14px;
  padding: 12px 0;
}


/* インフォメーションコンテンツ */
.c-info {
  position: relative;
  border-radius: 10px;
  padding: 60px 20px 54px;
  margin: 34px auto 0
}

.c-info--twitter,
.c-info--youtube {
  background-image: url("/ch/img/tw_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 96%;
}

.c-info--twitter {
  background-color: #B3DBFD;
}

.c-info--youtube {
  background-color: #ffd6da;
}

/* .c-info--twitter .c-info__contents {
  height: 420px;
} */

.c-info__titleWrap {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.c-info__title {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  background-color: #46B6CB;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  width: 100%;
  /* height: 70px; */
  border-radius: 8px;
  padding: 10px 14px;
  margin: 0 auto;
}

.c-info__title::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 16px;
  border-top: solid 16px #46B6CB;
  border-right: solid 13px transparent;
  border-left: solid 13px transparent;
}

.c-info__title a {
  font-size: 14px;
  color: #FFF;
  width: fit-content;
  border-bottom: solid 2px #FFF;
  margin: auto;
}

.c-info__title a:hover {
  color: #FFF;
  border-bottom: solid 2px transparent;
}

.c-info__contents,
.c-info__slider {
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}

.c-info__slider {
  /* height: 196px; */
  height: 168.75px;
}

.c-info__slider a {
  position: relative;
}

.c-info__slider a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background-image: url("/ch/top/img/logo_youtube@2x.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 68px;
  height: 48px;
  transform: translate(-50%, -50%);
}

.c-info__slider iframe {
  width: 100%;
  height: 100%;
}


/* 定義リスト */
.c-definition__term,
.c-definition__description {
  font-size: 14px;
}

.c-definition__term {
  font-weight: bold;
}

/* スケジュール */
.c-schedule {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.c-schedule__name,
.c-schedule__time {
  font-size: 14px;
}

.c-schedule__name {
  position: relative;
  font-weight: bold;
  margin-right: 56px;
}

.c-schedule__logo {
  position: absolute;
  top: 50%;
  left: calc(100% + 6px);
  transform: translateY(-50%);
  max-width: 50px;
}

.c-schedule__time {
  font-weight: normal;
}

.c-video{
max-width: 600px;
    margin: 0 auto;
}
.p-card-cm {
  background-color: #FFF;
  border-radius: 10px;
  padding: 20px 20px 26px;
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 16px;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-contents__text--small01 {
  font-size: 3vw;
  text-align: center;
}




@media screen and (min-width: 769px) {

  /* ベース */
  span {
    font-size: 14px;
  }

  /* 共通 */
  .l-header__inner,
  .l-footer__inner,
  .p-intro__inner,
  .p-suggest__inner {
    max-width: 1280px;
  }

  /* ↓↓↓↓↓↓↓↓ レイアウト ↓↓↓↓↓↓↓↓ */
  /* ヘッダーレイアウト */
  .l-header__inner {
    padding: 16px 140px 40px;
  }

  /* フッターレイアウト */
  .l-footer {
    padding: 30px 0;
  }

  .l-footer__inner {
    padding: 0 140px;
  }

  .l-footer__copy {
    text-align: right;
    margin: 10px 0 0;
    padding: 0 10px 0 0;
  }

  /* ↓↓↓↓↓↓↓↓ プロジェクト ↓↓↓↓↓↓↓↓ */
  /* ヘッダーコンテンツ */
  .p-header__heading {
    font-size: 14px;
  }

  .p-header__logo {
    max-width: 260px;
  }

  /* ファーストビュー */

  .p-hero__mv {
    max-width: 1280px;
    margin: 0 auto;
  }


  /* 各セクション */
  .p-section {
    margin: 0 auto;
    padding: 0 0 50px;
  }

  .p-section__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 80px;
  }

  .p-section__contents {
    margin: 0 auto;
  }

  .p-section__conversion {
    max-width: 460px;
    margin: 60px auto 0;
  }


  /* カード部分 */
  .p-card {
    border-radius: 30px;
    padding: 30px 60px 26px;
  }

  .p-card__textArea {
    font-size: 14px;
    margin: 36px auto 0;
  }

  .p-card__imgArea {
    margin: 36px auto 0;
  }

  .p-card__contents {
    margin: 24px auto 0;
  }

  .p-card__contents:first-child {
    margin: 50px auto 0;
  }


  /* フッターコンテンツ */

  .p-footer__img {
    margin: 0 0 0 40px;
  }

  .p-footer__img--youtube {
    max-width: 50px;
  }

  .p-footer__img--twitter {
    max-width: 50px;
  }

  .p-footer__img--itscom {
    max-width: 220px;
  }


  /* ↓↓↓↓↓↓↓↓ コンポーネント ↓↓↓↓↓↓↓↓ */
  /* ヘディング */
  .c-heading {
    font-size: 30px;
    padding: 14px 30px;
  }

  /* イントロ */
  .c-intro__inner {
    padding: 50px 60px 40px;
  }

  .c-intro__head {
    font-size: 36px;
  }

  .c-intro__lead {
    font-size: 20px;
    margin-top: 12px;
  }


  /* カードコンテンツ */
  .c-card {
    margin: 20px auto 0;
    padding: 20px 10px;
  }

  .c-card__cap {
    font-size: 20px;
    height: 70px;
  }

  .c-card__text {
    font-size: 18px;
  }

  /* インフォメーションコンテンツ */
  .c-info {
    border-radius: 30px;
    padding: 160px 60px 74px;
    margin: 70px auto 0;
  }

  .c-info__titleWrap {
    top: -14%;
  }

  .c-info__title {
    font-size: 36px;
    line-height: 1.4;
    width: 100%;
    max-width: 900px;
    /* height: 170px; */
    border-radius: 24px;
    padding: 30px;
  }

  .c-info__title a {
    font-size: 26px;
  }

  .c-info--twitter .c-info__title::after,
  .c-info--youtube .c-info__title::after {
    top: 50%;
    left: 100px;
    width: 56px;
    height: 56px;
    background-size: 56px;
  }

  .c-info__title::before {
    top: 100%;
    left: 50%;
    width: 52px;
    height: 30px;
    border-top: solid 30px #46B6CB;
    border-right: solid 26px transparent;
    border-left: solid 26px transparent;
  }

  .c-info__contents,
  .c-info__slider {
    max-width: 610px;
    height: auto;
    margin: 0 auto;
  }

  .c-info__slider {
    height: 350px;
  }

  /* 定義リスト */
  .c-definition__term,
  .c-definition__description {
    font-size: 20px;
  }

  /* スケジュール */
  .c-schedule {
     flex-flow: row nowrap;
  }

  .c-schedule__name {
    font-size: 22px;
    margin-right: 96px;
  }

  .c-schedule__logo {
    left: calc(100% + 10px);
    max-width: 76px;
  }

  .c-schedule__time {
    font-size: 18px;
  }

    .p-card-cm {
    background-color: #FFF;
    border-radius: 30px;
    padding: 30px 20% 30px;
  }
   .iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  
  .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

    .p-contents__text--small01 {
    font-size: 16px;
      text-align: center;
  }

  .c-intro__img {
  max-width: 700px;
  margin: 36px auto 0;
    padding: 0 4.2vw 0;
}

.c-intro__img01 {
  max-width: 700px;
  margin: 36px auto 0;
  padding: 0 4vw 0;
}

}