@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap');

/* 00. MEDIA QUERYS */
/* 01. RESET */
/* 02. COMMONS*/
/* 03. モジュール m- */
/* 04. z-index */
/* 05. header */
/* 06. main */
/* 07. メインビジュアル */
/* 08. 三冠達成 */
/* 09. 視聴率50％超え */
/* 10. 実績多数！ */
/* 11. ムビハピの特長 */
/* 12. 制作実績のご紹介 */
/* 13. 動画制作料金 */
/* 14. ご相談〜納品までの流れ */
/* 15. プロフィール */
/* 16. メディア実績 */
/* 17. よくある質問 */
/* 18. フォーム */
/* 19.  Now Loading */
/* 20. 会社情報 */
/* 21. footer */
/* 22. popupBnr */
/* 23. toTop */
/* 24. animation */



/*================================================================
00.MEDIA QUERYS
================================================================*/
@media screen and (min-width: 1201px) { /* pc */}
@media screen and (min-width: 961px) and (max-width: 1200px) {/* minipc */}
@media screen and (min-width: 768px) and (max-width: 960px) {/* tablet */}
@media screen and (min-width: 560px) and (max-width: 767px) { /* phablet */}
@media screen and (max-width: 559px) {/* sp */}
@media screen and (max-width: 320px) {/* sp narrow */}

@media screen and (min-width: 1201px) { /* wide pc〜 */}
@media screen and (max-width: 1200px) {/* minipc */}
@media screen and (max-width: 960px) {/* tablet */}
@media screen and (max-width: 767px) { /* phablet */}
@media screen and (max-width: 559px) {/* sp */}
@media screen and (max-width: 320px) {/* sp narrow */}

/*================================================================
01.RESET
================================================================*/
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
pre {
  white-space: pre-wrap;
}
hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}
img,svg,canvas,audio,iframe,embed,object {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}
img,svg,video,canvas {
  height: auto;
}
audio {
  width: 100%;
}
img {
  display: inline-block;
  border-style: none;
  width: 100%;
  height: auto;
}
svg {
  overflow: hidden;
}
article,aside,figcaption,figure,
footer,header,main,nav,section {
  display: block;
}
li {
  list-style-type: none;
}
em {
  font-style: normal;
}
input[type='text'],
input[type='search'],
input[type='tel'],
input[type='url'],
input[type='email'],
input[type='password'],
input[type='number'],
button[type='submit'],
input[type='reset'],
input[type='button'],
button,
textarea {
  border: 0;
  outline: 0;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium','Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}
button[type='submit'],
input[type='reset'],
button {
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  cursor: pointer;
}
select,
input + label {
  cursor: pointer;
}
textarea {
  display: block;
  overflow-y: hidden;
}
textarea:focus {
  box-shadow: none;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/*================================================================
02. COMMONS
================================================================*/
html {
  font-size: 62.5%;
}
body {
  color: #333;
  /* background: #fff; */
  background-color: #efefef;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  /* font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: 'palt';
  text-align: center;
}

a,
a:link,
a:visited {
  color: #333;
  text-decoration: none;
  transition: all .3s ease;
}
a:hover {
  opacity: 0.7;
  cursor: pointer;
}
a:active {
  opacity: 1;
}

button[type='submit'],
button {
  transition: opacity .3s ease;
}
button[type='submit']:hover,
button:hover {
  opacity: 0.7;
}

/*================================================================
03. モジュール m-
================================================================*/

/* ----------------- */
/* section  */
/* ----------------- */
.m-sectionInner {
  margin: 0 auto;
  max-width: 960px;
}
@media screen and (max-width: 960px) {/* tablet */
  .m-sectionInner {
    margin-left: 10px;
    margin-right: 10px;
    max-width: 960px;
  }
}
@media screen and (max-width: 767px) { /* phablet */
  .m-sectionInner {
    margin-left: 20px;
    margin-right: 20px;
    /* max-width: 960px; */
  }
}

/* ----------------- */
/* clearfix */
/* headerについてた */
/* ----------------- */
/* .m-cf::after {
  content: '';
  display: block;
  clear: both;
} */

/* ----------------- */
/* 表示非表示 */
/* ----------------- */
/* // minipc以上だったら要素を消す */
@media screen and (min-width: 960px) {
	.u-moreSpHide {
		display: none;
	}
}
/* // tablet以上だったら要素を消す */
@media screen and (min-width: 768px) {
	.u-moreTabletHide {
		display: none;
	}
}
/* // phablet以上だったら要素を消す */
@media screen and (min-width: 560px)  {
	.u-morePhabletHide {
		display: none;
	}
}

/* // minipc以下なら要素を消す */
@media screen and (max-width: 960px)  {
	.u-lessmMiniPcHide {
		display: none;
	}
}
/* // tablet未満なら要素を消す */
@media screen and (max-width: 768px)  {
	.u-lessTabletHide {
		display: none;
	}
}
/* // phablet以下なら要素を消す */
@media screen and (max-width: 767px) {
	.u-lessPhabletHide {
		display: none;
	}
}

/* ----------------- */
/* heading */
/* ----------------- */
.m-heading {
  margin: 50px 0;
  font-size: 60px;
  color: #00a4c7;
  position: relative;
  z-index: 20;
  text-align: center;
}
.m-heading::before {
  position: absolute;
  width: 100%;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 180px;
  color: #f1f1f1;
  z-index: -1;
  font-family: 'Oswald', sans-serif;
}
.m-heading.is-feature::before {
  content: "SERVICE";
}
.m-heading.is-works {
  color: #fff;
}
.m-heading.is-works::before {
  color: #454545;
  content: "WORKS";
}
.m-heading.is-price::before {
  color: #e5e5e5;
  content: "PRICE";
}
.m-heading.is-flow {
  color: #fff;
}
.m-heading.is-flow::before {
  color: #1496a7;
  content: "WORK FLOW";
  font-size: 160px;
}
.m-heading.is-profile::before {
  color: #f1f1f1;
  content: "PROFILE";
}
.m-heading.is-media {
  color: #fff;
}
.m-heading.is-media::before {
  color: #454545;
  content: "MEDIA";
}
.m-heading.is-faq::before {
  color: #f1f1f1;
  content: "FAQ";
}
@media screen and (max-width: 960px) {/* tablet */
  .m-heading {
    margin: 50px 0;
    font-size: 50px;
  }
  .m-heading::before {
    top: 40%;
    font-size: 140px;
  }
  .m-heading.is-flow::before {
    font-size: 140px;
  }
}
@media screen and (max-width: 767px) { /* phablet */
  .m-heading {
    margin: 35px 0;
    font-size: 28px;
  }
  .m-heading::before {
    font-size: 90px;
  }
  .m-heading.is-flow {
    font-size: 28px;
  }
  .m-heading.is-flow::before {
    font-size: 70px;
  }
  .m-heading.is-profile {
    font-size: 28px;
  }
  .m-heading.is-profile::before {
    font-size: 90px;
  }
  .m-heading.is-media {
    font-size: 28px;
  }
  .m-heading.is-media::before {
    font-size: 90px;
  }
  .m-heading.is-media {
    font-size: 28px;
  }
}
@media screen and (max-width: 320px) {/* sp narrow */
  .m-heading.is-feature::before {
    font-size: 70px;
  }
  .m-heading.is-flow::before {
    font-size: 60px;
  }
  .m-heading.is-profile::before {
    font-size: 60px;
  }
}

/* ----------------- */
/* m-lead */
/* ----------------- */
.m-lead {
  margin-top: 65px;
  font-size: 18px;
}
.m-lead.is-companys {
  margin-top: 15px;
}
.m-lead.is-flow {
  margin-top: 15px;
  color: #fff;
}
.m-lead.is-media {
  margin-top: 15px;
  color: #fff;
}
@media screen and (max-width: 767px) { /* phablet */
  .m-lead {
    margin-top: 12px;
    padding: 0 20px;
    font-size: 16px;
  }
  .m-lead.is-price {
    text-align: left;
  }
}


/* ----------------- */
/* CVボタンエリア */
/* ----------------- */
.m-cvArea {
  margin-top: 80px;
  padding: 55px 40px 30px;
}
.m-cvArea.is-spHeader {
  margin: 20px 0 0;
  padding: 0;
}
.m-cvArea.is-mv {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
}
.m-cvArea.is-work {
  background-color: #454545;
  color: #fff;
  transform: skewY(5deg);
}
.m-cvArea.is-price {
  background-color: #fff;
  color: #333;
}
.m-cvArea >.m-btnList {
  margin-top: 35px;
}
.m-cvArea_ttl {
  font-size: 28px;
}
.m-cvArea_ttl > span {
  background:linear-gradient(transparent 60%, #278095 60%);
}
.m-cvArea_ttl > strong {
  background:linear-gradient(transparent 60%, #c2e9f2 60%);
}
.m-cvArea_txt {
  margin-top: 20px;
  font-size: 18px;
}
@media screen and (max-width: 960px) {/* tablet */
  .m-cvArea {
    margin: 80px 20px 0;
    padding: 50px 20px 30px;
  }
  .m-cvArea >.m-btnList {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) { /* phablet */
  .m-cvArea {
    /* margin: 80px 20px 0;
    padding: 50px 20px 30px; */
  }
  .m-cvArea.is-mv {
    width: 100%;
    left: 0;
    transform: initial;
  }
  .m-cvArea >.m-btnList {
    margin-top: 10px;
  }
  .m-cvArea_ttl {
    font-size: 20px;
  }
  .m-cvArea_txt {
    margin-top: 20px;
    font-size: 16px;
  }
}

/* ----------------- */
/* ボタンモジュール */
/* ----------------- */
.m-btnList {
  display: flex;
  justify-content: center;
  align-items: center;
  /* z-index: 1010; */
}

.m-btnList.is-spHeader {
  display: block;
  margin: 0 auto;
  padding: 0;
}
.m-btnList.is-spHeader >li a {
  display: flex;
  font-size: 16px;
  margin: 0 auto;
  max-width: 300px;
  min-height: 80px;
  position: relative;
}
.m-btnList.is-spHeader >li a::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  top: 50%;
  right: 10px;
  position: absolute;
  background-image: url(/campaign_youtube/assets/img/icon_arrow.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.m-btnList.is-spHeader >li a span {
  display: block;
}
.m-btnList.is-spHeader >li a span em {
  font-size: 14px;
  font-weight: normal;
}
.m-btnList.is-spHeader >li a span::after {
  display: none;
}
.m-btnList.is-spHeader >li:nth-of-type(2) {
  margin-top: 20px;
}

.m-btnList.is-mv {
  margin-top: 0;
  padding: 0;
  position: absolute;
  top: 0px;
  left: 50%;
  background-color: transparent;
  transform: translateX(-50%) skewY(5deg);
}



.m-btn {
  display: flex;
  align-self: stretch;
  align-items: center;
}
.m-btn a {
  display: grid;
  margin: 0 15px;
  padding: 28px 20px;
  color: #fff;
  text-align: left;
  border-radius: 10px;
  width: 100%;
  min-width: 400px;
  font-weight: bold;
  font-size: 22px;
  position: relative;
  transition: all .1s ease-out;
  line-height: 1.4;
  align-items: center;
  align-self: stretch;
}
.m-btn a span {
  padding-left: 80px;
  position: relative;
  line-height: 1.2;
}
.m-btn a span::before,
.m-btn a span::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.m-btn a span::before {
  content: "";
  top: 55%;
  left: 0;
}
.m-btn.is-counseling a span::before {
  content: "";
  background-image: url(/campaign_youtube/assets/img/icon_consulting.png.webp);
  width: 66px;
  height: 59px;
}
.m-btn.is-download >a span::before {
  content: "";
  background-image: url(/campaign_youtube/assets/img/icon_download.png.webp);
  width: 54px;
  height: 65px;
}
.m-btn a span::after {
  content: "";
  top: 50%;
  right: 0;
  background-image: url(/campaign_youtube/assets/img/icon_arrow.png);
  width: 36px;
  height: 36px;
}
.m-btn a em {
  font-size: 16px;
  font-size: 1.6rem;
}
.m-btn.is-counseling a:hover,
.m-btn.is-download a:hover {
  box-shadow: none;
  opacity: 1;
  transform: translateY(7px);
}
@media screen and (max-width: 960px) {/* tablet */
  .m-btn >a {
    margin: 0 10px;
    padding: 20px 10px;
    min-width: 330px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-btn a span {
    padding-left: 60px;
  }
  .m-btn.is-counseling >a span::before {
    width: 50px;
    height: 40px;
  }
  .m-btn.is-download >a span::before {
    width: 50px;
    height: 50px;
  }
  .m-btn a span::after {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 320px) {/* sp narrow */
  .m-btn >a {
    min-height: 70px;
  }
}

.m-btn.is-counseling a {
  background: #ff7100;
  box-shadow: #bd2609 0 8px 0;
}
.m-btn.is-download a {
  background: #1caad1;
  box-shadow: #167e9a 0 8px 0;
}
@media screen and (max-width: 767px) { /* phablet */
  .m-btnList {
    display: block;
  }
  .m-btnList.is-mv {
    top: -50px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%) skewY(5deg);
  }
  .m-btnList.is-mv a {
    padding: 20px;
  }
  .m-btn.is-counseling a {
    box-shadow: #bd2609 0 6px 0;
  }
  .m-btn.is-download a {
    box-shadow: #167e9a 0 6px 0;
  }
  .m-btn >a {
    margin: 20px 0 0;
    padding: 20px 20px;
    width: 100%;
    min-width: auto;
    min-height: 80px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-btn a span {
    padding-left: 40px;
  }
  .m-btn a span::before {
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
  }
  .m-btn.is-counseling >a span::before {
    width: 32.5px;
    height: 29.5px;
  }
  .m-btn.is-download >a span::before {
    width: 27px;
    height: 32.5px;
  }
  .m-btn a span::after {
    right: -10px;
    width: 30px;
    height: 30px;
  }
  .m-btn a em {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media all and (-ms-high-contrast: none) {/* IEのみに適用 */
  .m-btn.is-counseling a {
    padding-top: 25px;
  }
}
@media screen and (max-width: 320px) {/* sp narrow */
  .m-btnList.is-mv {
    top: 2px;
    /* width: 80%; */
    /* left: 50%; */
  }
  .m-btnList.is-mv a {
    margin: 10px 0 0;
    min-height: 60px;
  }
  .m-btn a {
    padding: 26px 15px;
    font-size: 14px;
  }
  .m-btn a span {
    padding-left: 30px;
  }
  .m-btn.is-counseling a span::before {
    top: 90%;
    width: 30px;
  }
  .m-btn.is-download >a span::before {
    width: 30px;
  }
  .m-btn a span::after {
    width: 25px;
    height: 25px;
  }
}


/* ----------------- */
/* 動画再生ボタン */
/* ----------------- */
a.m-movie >.m-movieThum {
  position: relative;
}
a.m-movie >.m-movieThum::before,
a.m-movie >.m-movieThum::after {
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all .2s ease-out;
}
a.m-movie >.m-movieThum::before {
  content: "";
  width: 55px;
  height: 55px;
  left: 50%;
  border-radius: 100%;
  border: 3px solid #fff;
}
a.m-movie >.m-movieThum::after {
  content: "";
  width: 16px;
  height: 16px;
  left: 51%;
  background-color: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
a.m-movie:hover >.m-movieThum::before {
  content: "";
  background-color: #23aaca;
}


/*================================================================
04. z-index
 該当箇所にはコメントアウトで「／* z-index *／」と書き、実際にはここで一元管理
================================================================*/
/* .js-spBtn_menu { */
.sp_headerNav {
  z-index: 1100;
}
#header{
  z-index: 1100;
}
.mainVisual {
  z-index: -1;
}
.m-btnList {
  z-index: 1010;
}
.header_under {
  z-index: 900;
}
.popupBnr {
  z-index: 801
}
.toTop {
  z-index: 800;
}

.js-spBtn_menu {
  z-index: 1120;
}
/* 各部汎用値 */
/* z-index: -10〜100; */

/*================================================================
05. header
================================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
}

.header_wrap {
  display: flex;
  padding: 20px;
  justify-content: space-between;
  margin-left: 10px;
  align-items: center;
}
.headerLogo {
  flex-basis: 160px;
  max-width: 160px;
}
.header a {
  display: block;
  color: #fff;
}
.js-spBtn_menu {
  display: none;
}
.headerNav {
  display: flex;
  margin-left: 10px;
  flex-basis: calc(100% - 170px);
  justify-content: space-between;
  align-items: center;
}

.headerNav_anchorLinks {
  display: flex;
  justify-content: center;
}
.headerNav_anchorLinks >li {
  margin: 0 10px;
}
.headerNav_anchorLinks >li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  transition: all 200ms ease-out;
}
.headerNav_anchorLinks >li a:hover {
  opacity: 1;
  transform: translateY(-5px);
}

.headerNav_cvBtns {
  display: flex;
}
.headerNav_cvBtns >li {
  display: flex;
  align-items: stretch;
  margin: 0 10px;
}
.headerNav_cvBtns >li a {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border: #fff 2px solid;
  border-radius: 100vh;
  margin-left: 15px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: #000 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
  transition: all 200ms ease-out;
  display: grid;
  align-items: center;
}
.headerNav_cvBtns >li a em {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}
.headerNav_cvBtns >li a:hover {
  opacity: 1;
}

/* ----------------- */
/*｀SP用
/* ----------------- */
.sp_headerNav {
  display: none;
  /* display: flex; */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  width: 100%;
  transition: all .6s ease;
}
.sp_headerNav::before {
  content: "";
  background-image: url(/campaign_youtube/assets/img/logo_moviehappy_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.sp_headerNav_cvBtns {
  opacity: 0;
  display: flex;
  position: absolute;
  top: 0;
  right: 65px;
  height: 100%;
}
.sp_headerNav_cvBtns >li {
  position: relative;
}
.sp_headerNav_cvBtns li:nth-of-type(1) {
  background: #ff7100;
}
.sp_headerNav_cvBtns li:nth-of-type(2) {
  background: #1caad1;
}
.sp_headerNav_cvBtns >li a {
  display: block;
  padding: 35px 5px 0;
  font-size: 14px;
  font-weight: bold;
}
.sp_headerNav_cvBtns >li:before {
  position: absolute;
  left: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  top: 5px;
}
.sp_headerNav_cvBtns li:nth-of-type(1):before {
  content: "";
  background-image: url(/campaign_youtube/assets/img/icon_consulting.png);
  width: 26px;
  height: 26px;
}
.sp_headerNav_cvBtns li:nth-of-type(2):before {
  content: "";
  background-image: url(/campaign_youtube/assets/img/icon_download.png);
  width: 26px;
  height: 26px;
}
.m-cvArea.is-spHeader {
  display: none;
}
.header_companylinks {
  display: none;
  margin: 50px 0;
  justify-content: center;
}
.header_companylinks >li {
  line-height: 1.0;
  padding: 0 10px;

}
.header_companylinks >li:nth-of-type(1)  {
  border-right: 1px solid #000;
}
.header_companylinks >li a {
  display: block;
  color: #000;
}

/* ----------------- */
/* スクロールした時
/* ----------------- */
.header.is-scroll {
  background-color: rgba(0, 0, 0, 0.7);
  transition: all .06s ease-out;
}
.header.is-scroll .headerNav_cvBtns >li a:hover {
  opacity: .7;
}
.header.is-scroll .headerNav_cvBtns >li:nth-of-type(1) a,
.header .headerNav_cvBtns >li:nth-of-type(1) a:hover {
  background: #ff7100;
  border: #ff7100 2px solid;
  text-shadow: none;
}
.header.is-scroll .headerNav_cvBtns >li:nth-of-type(2) a,
.header .headerNav_cvBtns >li:nth-of-type(2) a:hover {
  background: #1caad1;
  border: #1caad1 2px solid;
  text-shadow: none;
}
@media screen and (max-width: 960px) {
  .header.is-scroll .sp_headerNav {
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
    transition: all .6s ease;
  }
  .header.is-scroll .sp_headerNav .sp_headerNav_cvBtns {
    opacity: 1;
    transition: all .6s ease;
  }
}

/* ----------------- */
/* ホバー
/* ----------------- */
.headerNav_cvBtns >li:nth-of-type(1) a:hover {
  background: #ff7100;
}
.headerNav_cvBtns >li:nth-of-type(2) a:hover {
  background: #1caad1;
}

@media screen and (min-width: 1021px) and (max-width: 1140px) {/*ヘッダー調整*/
  .header_wrap {
    padding: 10px;
  }
  .headerLogo {
    max-width: 140px;
  }
  .headerNav {
    margin-left: 10px;
    flex-basis: calc(100% - 150px);
  }
  .headerNav_anchorLinks >li {
    margin: 0 5px;
  }
  .headerNav_cvBtns >li a {
    padding: 5px 10px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1020px) {/*ヘッダー調整*/
  .header_wrap {
    padding: 10px;
    margin-left: 0;
  }
  .headerLogo {
    max-width: 140px;
  }
  .headerNav_anchorLinks >li a {
    font-size: 13px;
  }
  .headerNav_cvBtns >li {
    margin: 0 5px;
  }
  .headerNav_cvBtns >li a {
    margin: 0 5px;
    padding: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {/* tablet */
  .header {
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 50%) 0 0 10px;
  }
  .header.is-active .sp_headerNav {
    background-color: #fff;
    transition: all .3s ease;
  }
  .header.is-active .sp_headerNav:before {
    background-image: url(/campaign_youtube/assets/img/logo_moviehappy_color.svg);
  }
  .header.is-active .sp_headerNav .sp_headerNav_cvBtns {
    display: none;
  }
  .header .header_wrap {
    opacity: 0;
    margin: 0;
    padding-top: 80px;
    position: fixed;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    justify-content: center;
    background-color: #fff;
    transition: all .6s;
  }
  .header.is-active .header_wrap {
    opacity: 1;
    top: 0;
    transition: all .6s;
  }
  .headerLogo {
    display: none;
  }
  .js-spBtn_menu {
    display: none;
  }
  .headerNav {
    display: block;
    margin: 0;
    flex-basis: 100%;
  }
  .headerNav_anchorLinks {
    display: block;
  }
  .headerNav_anchorLinks >li {
    margin: 10px;
  }
  .headerNav_anchorLinks >li a {
    font-size: 16px;
    color: #000;
  }
  .headerNav_cvBtns {
    display: none;
  }
  .m-cvArea.is-spHeader {
    display: block;
  }

  .header_companylinks {
    display: flex;
  }

  .sp_headerNav {
    display: flex;
  }
}
@media screen and (max-width: 320px) {/* sp narrow */
  .sp_headerNav::before {
    width: 140px;
    height: 30px;
    top: 14px;
  }
}

/* ----------------- */
/* header 02.SP用メニューアイコン */
/* ----------------- */
.js-spBtn_menu {
  display: none;
  transition: all .3s ease;
  /* z-index */
}
@media screen and (max-width: 960px) {
  .js-spBtn_menu {
    display: block;
    padding-top: 30px;
    position: fixed;
    background: transparent;
    width: 65px;
    height: 65px;
    top: -5px;
    right: 0;
    font-size: 12px;
    text-align: center;
    text-shadow: #000 0 0 6px;
    font-weight: bold;
    color: #fff;
  }
  .js-spBtn_menu::before,
  .js-spBtn_menu::after {
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: rgba(0, 0, 0, 1) 0 0 6px;
    transition: all .3s ease;
  }
  .js-spBtn_menu::before {
    top: 20px;
  }
  .js-spBtn_menu::after {
    top: 30px;
  }
  .js-spBtn_menu.on {
    color: #333;
    text-shadow: none;
  }
  .js-spBtn_menu.on::before,
  .js-spBtn_menu.on::after {
    background-color: #000;
    box-shadow: none;
  }
  .js-spBtn_menu.on::before {
    transform: translateX(-50%) rotate(-16deg);
    transform-origin: 100% 0;
  }
  .js-spBtn_menu.on::after {
    transform: translateX(-50%) rotate(16deg);
    transform-origin: 100% 100%;
  }
}


/*================================================================
06. 大枠
================================================================*/
.contents {
  margin-top: -40px;
  transform: skewY(-5deg);
  position: relative;
  z-index:100;
}
@media screen and (max-width: 767px) { /* phablet */
  .contents {
    margin-top: -120px;
  }
}

/*================================================================
07. メインビジュアル
================================================================*/
.mainVisual {
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  overflow: hidden;
}
.mainVisual_movieArea {
  z-index: -1;/*最背面に設定*/
  top: 0;
  right:0;
  left:0;
  bottom:0;
  overflow: hidden;
}
.mainVisual_movieCont {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  filter: brightness(0.6);
  transform: translate(-50%, -50%);
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */  /*縦横幅指定*/
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */  /*縦横幅指定*/
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

/* ----------------- */
/* MVロゴ */
/* ----------------- */
.mainVisual_logo {
  margin: 0 auto;
  position: absolute;
  width: 50%;
  top: 48%;
  left: 50%;
  max-width: 750px;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {/* tablet */
  .mainVisual_logo {
    width: 70%;
  }
}
@media screen and (max-width: 767px) { /* phablet */
  .mainVisual_logo {
    width: 90%;
    top: 46%;
  }
}


/*
================================================================
08. 三冠達成
================================================================*/
.no1 {
  background-color: #efefef;
}
.no1Cont {
  display: flex;
  padding: 130px 0 90px;
  justify-content: space-between;
  align-items: flex-start;
  transform: skewY(5deg);
}
.no1Cont_tripleCrown {
  flex-basis: 370px;
}
.no1Cont_txt {
  margin-top: 18px;
  color: #919191;
  font-size: 10px;
  text-align: left;
}
.no1Cont_list {
  display: flex;
  justify-content: space-between;
  flex-basis: calc(100% - 410px);
}
.no1Cont_list >li {
  flex-basis: 170px;
}
@media screen and (max-width: 960px) {/* tablet */
  .no1 {
    /* margin-top: -250px; */
  }
  .no1Cont_tripleCrown {
    flex-basis: 40%;
  }
  .no1Cont_txt {
    margin-top: 14px;
  }
  .no1Cont_list {
    margin-left: 30px;
    flex-basis: calc((70% - 30px));
  }
  .no1Cont_list >li {
    flex-basis: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 767px) { /* phablet */
  .no1Cont {
    display: block;
    margin: 46px 40px 0;
  }
  .no1Cont_list {
    margin: 20px 0 0;
    flex-wrap: wrap;
    justify-content: center;
    flex-basis: 100%;
  }
  .no1Cont_list >li {
    flex-basis: calc(50% - 10px);
  }
  .no1Cont_list >li:nth-of-type(2) {
    margin-left: 10px;
  }
  .no1Cont_list >li:nth-of-type(3) {
    margin-top: 10px;
  }
}

/*================================================================
09. 視聴率50％超え
================================================================*/
.viewingRate {
  padding: 20px 0 100px;
  width: 100%;
  background: url(/campaign_youtube/assets/img/bg_viewingRate.png) center center / auto no-repeat;
}
.viewingRate_inner {
  transform: skewY(5deg);
}

.viewingRate_heading {
  padding-top: 80px;
  font-size: 40px;
  color: #fff;
}
.viewingRate_heading span {
  display: inline-block;
  margin: 0 8px;
  padding: 0 8px;
  color: #d4381a;
  font-size: 55px;
  background-color: #fff;
}
.viewingRate_ttl {
  margin-top: 28px;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
.viewingRate_ttl span {
  color: #fff;
  background: linear-gradient(transparent 40%, #08829c 40%, #08829c 60%);
}
.viewingRate_box {
  display: flex;
  margin: 60px 100px 0 100px;
  justify-content: space-between;
}
.viewingRate_img {
  flex-basis: 40%;
}
.viewingRate_txt {
  flex-basis: calc(60% - 40px);
  font-size: 20px;
  color: #fff;
  text-align: left;
}
.viewingRate_txt span {
  font-weight: bold;
}
@media screen and (min-width: 1650px) {
  .viewingRate {
    background: url(/campaign_youtube/assets/img/bg_viewingRate.png) center center / cover no-repeat;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {/* tablet */
  .viewingRate {
    /* min-height: 760px; */
  }
  .viewingRate_heading {
    font-size: 34px;
  }
  .viewingRate_heading span {
    padding: 0 6px;
    font-size: 48px;
  }
  .viewingRate_ttl {
    margin-top: 28px;
    font-size: 24px;
  }
  .viewingRate_box {
    margin: 60px 60px 0 60px;
  }
  .viewingRate_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px)  {/* phablet */
  .viewingRate {
    padding: 0 0 60px;
  }
  .viewingRate_heading {
    padding-top: 80px;
    font-size: 20px;
  }
  .viewingRate_heading span {
    margin: 0 4px;
    padding: 0 6px;
    font-size: 26px;
  }
  .viewingRate_ttl {
    font-size: 18px;
  }
  .viewingRate_box {
    display: block;
    margin: 0 auto;
  }
  .viewingRate_img {
    margin: 30px auto;
    width: 80%;
  }
  .viewingRate_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 559px) {} /* sp */
@media screen and (max-width: 320px) {} /*



/*================================================================
10. 実績多数！
================================================================*/
.companys {
  padding: 100px 0 120px;
  background-color: #fff;
  overflow: hidden;
}
.companys_inner {
  transform: skewY(5deg);
}
.companys_heading {
  margin-top: 20px;
  font-size: 40px;
}
.companysLogo_list {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.companysLogo_list >li {
  flex-basis: 13%;
  margin: 12px 14px;
}
@media screen and (max-width: 767px) { /* phablet */
  .companys {
    padding: 100px 0 20px;
  }
  .companys_heading {
    font-size: 30px;
  }
  .companysLogo_list {
    margin-top: 20px;
  }
  .companysLogo_list >li {
    flex-basis: 20%;
    margin: 10px 5px;
  }
}

/* ----------------- */
/* ループスライド */
/* ----------------- */
.companysSlide_wrap {
  margin-top: 10px;
}
/* Slider */
.slick-loading .slick-list　{
  background: #fff url(/campaign_youtube/assets/img/ajax-loader.gif) center center no-repeat;
}
.slider{
  padding-top: 46px;
  width: 100%;
  list-style: none;
}

/*================================================================
11. ムビハピの特長
================================================================*/
.feature {
  margin-top: -1px;
  padding: 52px 0 90px;
  background-color: #fff;
}
.feature_inner {
  transform: skewY(5deg);
}
.feature-lead {
  font-size: 28px;
}
@media screen and (max-width: 960px) {/* tablet */
  .feature-lead {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) { /* phablet */
  .feature-lead {
    font-size: 20px;
  }
}
@media screen and (max-width: 559px) {/* sp */
  .feature-lead {
    font-size: 18px;
  }
}

.featureMovie {
  display: flex;
  margin: 65px 0;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  background-image: url(/campaign_youtube/assets/img/bg_feature_pc.jpg);
  background-size: cover;
}
.featureMovie_box {
  padding: 30px 0 0;
  text-align: left;
  flex-basis: calc(100% - 450px - 60px);
}
.featureMovie_lead {
  display: inline-block;
  padding: 4px 12px;
  background-color: #fff;
  position: relative;
  font-size: 18px;
}
.featureMovie_lead span {
  color: #00a4c7;
}
.featureMovie_lead::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  background-color: #c7c7c7;
  width: 16px;
  height: 16px;
  clip-path: polygon(0 0, 100% 0, 100% 80%);
}
.featureMovie_ttl {
  color: #fff;
  font-size: 28px;
}
.featureMovie_catch{
  display: block;
  font-size: 18px;
}
.featureMovie_txt {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
}
.featureMovie_btn{
  margin-top: 30px;
}
.featureMovie_btn > a{
  display: flex;
  align-items: center;
  height: 50px;
  width: 300px;
  padding: 0 25px;
  background: #1caad1;
  color: #fff;
  border-radius: 50px;
  box-shadow: #167e9a 0 6px 0;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.featureMovie_btn > a::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(90deg);
  background: url(/campaign_youtube/assets/img/icon_arrow.png) 100% 100% /cover;
  width: 23px;
  height: 23px;
}
.featureMovie_btn > a:hover{
  box-shadow: none;
  opacity: 1;
  transform: translateY(7px);
}
.featureMovie_movWrap {
  flex-basis: 450px;
  box-sizing: content-box;
  padding: 30px;
}
.featureMovie_mov {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  cursor: pointer;
}

.imageMovie_btn{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}
.imageMovie_btn:hover{
  opacity:1;
}
.imageMovie_btn::before{
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.1);
  transition: opacity .2s ease-in-out;
}
.imageMovie_btn:hover::before{
  opacity: 0;
}
.imageMovie_btn::after {
  content: "";
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50px;
  background: url(/campaign_youtube/assets/img/icon_play01.svg) center/contain no-repeat, rgba(0,0,0,.5);
}
.imageMovie_btn:hover::after {
  background-color:rgba(9,111,200,.5)
}
.imageMovie_btn.play::after{
  display: none;
}
.imageMovie_thumb {
  object-fit: cover;
  transition: .4s ease-in-out;
}
.imageMovie_btn:hover .imageMovie_thumb{
  transform:scale(1.05);
}
.imageMovie_thumb.play{
  display: none;
}
.imageMovie_movieFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {/* tablet */
  .featureMovie_box {
    flex-basis: calc(100% - 360px);
  }
  .featureMovie_ttl {
    font-size: 24px;
  }
  .featureMovie_lead {
    font-size: 16px;
  }
  .featureMovie_catch{
    font-size: 16px;
  }
  .featureMovie_txt{
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) { /* phablet */
  .featureMovie {
    display: block;
    margin-top: 40px;
    background-image: url(/campaign_youtube/assets/img/bg_feature_sp.jpg);
  }
  .featureMovie_box {
    padding: 30px 20px 0;
    text-align: center;

  }
  .featureMovie_lead {
    font-size: 14px;
  }
  .featureMovie_ttl {
    margin-top: 22px;
    font-size: 22px;
    line-height: 1.6;
  }
  .featureMovie_catch{
    font-size: 16px;
    padding-bottom: 10px;
  }
  .featureMovie_txt {
    margin-top: 16px;
    font-size: 14px;
  }
  .featureMovie_btn > a {
    width: 100%;
    box-shadow: #167e9a 0 5px 0;
  }
}
@media screen and (max-width: 360px){
  .featureMovie_btn > a {
    font-size: 16px;
  }
}
/* ----------------- */
/* 強み  */
/* ----------------- */
.strong {
  text-align: left;
}
.strong.is-border {
  margin-left: 10px;
  padding-top: 40px;
  border-left: 1px solid #adadad;
}
.strong.is-dot {
  margin: 10px 0 0 10px;
  padding: 80px 0;
  background-image: url(/campaign_youtube/assets/img/bg_strong_pc.png);
  background-repeat: no-repeat;
}
.strong_heading {
  display: inline-block;
  padding-left: 80px;
  position: relative;
  font-size: 14px;
  color: #919191;
}
.strong_heading >span {
  position: absolute;
  left: 15px;
  bottom: -15px;
  color: #000;
  font-size: 60px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}
.strong_ttl {
  margin: 20px 0 0 20px;
  color: #00a4c7;
  font-size: 32px;
}
.strong_box {
  display: flex;
  margin-left: 20px;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.strong_box.is-01 {
  margin-top: -30px;
}
.strong_box.is-01 .strong_pic {
  margin-top: 35px;
}
.strong_box.is-02 {
  margin-top: -40px;
}
.strong_box.is-02 .strong_pic {
  margin-top: 50px;
}
.strong_box.is-03 {
  margin-top: -40px;
}
.strong_box.is-03 .strong_pic {
  margin-top: -50px;
  max-width: 400px;
}
.strong_box.is-05 {
  margin-top: -50px;
}
.strong_box.is-05 .strong_pic {
  margin-top: -50px;
}
.strong_txt {
  flex-basis: 44%;
  font-size: 18px;
}
.strong_pic {
  display: block;
}
@media screen and (max-width: 960px) {/* tablet */
  .strong_ttl {
    font-size: 30px;
  }
  .strong_box.is-01 {
    margin-top: 0;
  }
  .strong_box.is-02 {
    margin-top: 20px;
  }
  .strong_box.is-02 .strong_pic {
    margin-top: 0px;
  }
  .strong_box.is-03 {
    margin-top: 0px;
  }
  .strong_box.is-03 .strong_pic {
    margin-top: 0px;
  }
  .strong_box.is-03 .strong_pic img {
    display: block;
    margin: 0 auto;
  }
  .strong_box.is-04 {
    margin-top: 20px;
  }
  .strong_box.is-04 .strong_pic {
    margin-top: -50px;
  }
  .strong_box.is-05 {
    margin-top: 10px;
  }
  .strong_box.is-05 .strong_pic {
    margin-top: -80px;
  }
  .strong_txt {
    flex-basis: 65%;
  }
  .strong_pic {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) { /* phablet */
  .strong.is-border {
    margin: 10px -20px 0 -20px;
    border: none;
  }
  .strong.is-dot {
    margin: 50px -20px 0 -20px;
    padding: 45px 0 95px;
    background-image: url(/campaign_youtube/assets/img/bg_strong_sp.png);
    background-size: contain;
  }
  .strong_ttl {
    margin: 20px 20px 0 20px;
    font-size: 20px;
  }
  .strong_box {
    display: block;
    margin: 0;
  }
  .strong_box.is-01,
  .strong_box.is-02,
  .strong_box.is-03,
  .strong_box.is-04,
  .strong_box.is-05  {
    margin: 10px auto 0;
  }
  .strong_box.is-01 .strong_pic,
  .strong_box.is-02 .strong_pic,
  .strong_box.is-04 .strong_pic,
  .strong_box.is-05 .strong_pic {
    margin: 30px 20px 0;
  }
  .strong_box.is-03 .strong_pic {
margin: 30px auto 0;
width: 80%;
  }
  .strong_txt {
    margin: 30px 20px 0 20px;
    font-size: 18px;
  }
}

/*================================================================
12. 制作実績のご紹介
================================================================*/
.works {
  padding: 140px 0 50px;
  background-color: #393939;
  overflow: hidden;
}
.works_inner {
  transform: skewY(5deg);
  position: relative;
}
.works_inner::before {
  content: '';
  display: block;
  width: 100%;
  height: 1000px;
  background: #fff;
  background-color: #454545;
  position: absolute;
  left: 0;
  top: 520px;
  transform: skewY(-5deg);
  transition: all .3s ease;
}
.project {
  padding-bottom: 60px;
}
@media screen and (max-width: 960px) {/* tablet */
  .works {
    padding: 60px 0 40px;
    background-color: #393939;
  }
}
@media screen and (max-width: 767px) { /* phablet */
  .works_inner::before {
    top: 220px;
  }
}


/* ----------------- */
/* 過去にこんな企画を提案しました タイトル */
/* ----------------- */
.project_heading {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 32px;
  position: relative;
}
.project_heading::before,
.project_heading::after {
  position: absolute;
  top: 6px;
  background-image: url(/campaign_youtube/assets/img/icon_project.png);
  width: 18px;
  height: 42px;
  background-position: center;
  background-size: cover;
}
.project_heading::before {
  content: "";
  left: -40px;
}
.project_heading::after {
  content: "";
  right: -30px;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) { /* phablet */
  .project_heading {
    margin: 0 auto;
    font-size: 22px;
  }
  .project_heading::before,
  .project_heading::after {
    width: 9px;
    height: 21px;
  }
  .project_heading::before {
    left: -20px;
  }
  .project_heading::after {
    right: -15px;
  }
}
/* ----------------- */
/* SP用scrollアイコン */
/* ----------------- */
.project_scroll {
  margin: 20px 80px 0 0;
  color: #707070;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  text-align: right;
  position: relative;
}
.project_scroll::before,
.project_scroll::after  {
  position: absolute;
  height: 2px;
  right: -50px;
  background-color: #707070;
}
.project_scroll::before {
  content: "";
  width: 90px;
  bottom: -4px;
}
.project_scroll::after {
  content: "";
  width: 15px;
  transform: rotate(45deg);
  bottom: 1px;
}


/* ----------------- */
/* 過去にこんな企画を提案しました リスト */
/* ----------------- */
.project_list {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  text-align: left;
}
.project_list >section  {
  flex-basis: calc(50% - 20px);
  margin: 0 10px;
}
.project_list >section:nth-of-type(n+3){
  margin-top: 20px;
}
.projectCont_catch {
  position: relative;
  z-index:1;
}
.projectCont_pic{
  box-shadow: 0px -70px 35px -12px rgb(0 0 0 / 50%) inset;
}
.projectCont_pic > img{
  position: relative;
  z-index:-1;
}
.projectCont_ttlBox {
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: #fff;
}
.projectCont_ttl {
  font-size: 24px;
}
.projectCont_corp {
  margin-top: 10px;
}
.projectCont_box {
  padding: 40px 30px 40px;
  background-image: url(/campaign_youtube/assets/img/ptn_dot.gif);
  position: relative;
}
.projectCont_box::before,
.projectCont_box::after {
  position: absolute;
  bottom: -1px;
  right: -1px;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
.projectCont_box::before {
  content: "";
  background-color: #cbcbcb;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.projectCont_box::after {
  content: "";
  background-color: #464646;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.projectCont_heading {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #919191;
}
.projectCont_heading.is-point {
  margin-top: 38px;
  padding-left: 25px;
  color: #23aaca;
  position: relative;
}
.projectCont_heading.is-point::before {
  content: "";
  position: absolute;
  background-image: url(/campaign_youtube/assets/img/icon_point.png);
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.projectCont_box dd {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) { /* phablet */
  .project_list {
    display: flex;
    margin: 0 0 0 0;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .project_list >section {
    flex-basis: 85%;
    width: 85%;
    margin: 30px 10px 0;
    flex-shrink: 0;
  }
  .project_list >section:nth-of-type(n+3){
    margin-top: 30px;
  }
  .project_list >section:nth-of-type(4) {
    margin-right: 20px;
  }
  .projectCont_box {
    padding: 20px;
  }
  .projectCont_heading.is-point {
    margin-top: 20px;
  }
  .projectCont_ttlBox {
    left: 15px;
  }
  .projectCont_ttl {
    font-size: 20px;
  }
  .projectCont_box dd {
    font-size: 15px;
  }
}
@media screen and (max-width: 320px) {/* sp narrow */
  .projectCont_box {
    padding: 15px;
  }
  .projectCont_ttl {
    font-size: 18px;
  }
}


/* ----------------- */
/* youtube動画 リスト 　works*/
/* ----------------- */
.worksList_wrap {
  margin-top: -2px;
  padding: 40px 0 140px;
  background-color: #393939;
  position: relative;
  z-index: 0;
  transform: skewY(-5deg);
}
.worksList_wrap_inner {
  transform: skewY(5deg);
}
.works_heading {
  margin-top: 60px;
  padding-left: 80px;
  color: #fff;
  text-align: left;
  font-size: 32px;
  position: relative;
}
.works_heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
}
.works_heading.is-review::before {
  content: "";
  background-image: url(/campaign_youtube/assets/img/icon_review.png);
}
.works_heading.is-entertainment::before {
  content: "";
  background-image: url(/campaign_youtube/assets/img/icon_entertainment.png);
}
.works_heading.is-business::before {
  content: "";
  background-image: url(/campaign_youtube/assets/img/icon_business.png);
}
@media screen and (max-width: 767px) { /* phablet */
  .worksList_wrap {
    /* margin-top: -2px; */
    padding: 40px 0 60px;
    /* background-color: #393939; */
  }
  .works_heading {
    padding-left: 80px;
    font-size: 18px;
  }
}

.worksList {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.worksList >li {
  margin: 40px 10px 0;
  flex-basis: calc(25% - 20px);
}
.worksList >li >a {
  display: block;
  color: #fff;
}
.worksList_corp {
  margin-top: 10px;
  font-weight: bold;
}
.worksList_ttl {
  margin-top: 5px;
}
@media screen and (max-width: 767px) { /* phablet */
  .worksList >li {
    margin: 30px 0 0;
    flex-basis: calc(50% - 10px);
  }
  .worksList >li:nth-of-type(odd)  {
    margin-right: 20px;
  }
  .worksList_corp {
    margin-top: 8px;
  }
}

/*================================================================
13. 動画制作料金
================================================================*/
.price {
  /* margin: 90px 0; */
  padding: 140px 0;
  /* transform: skewY(-5deg); */
  background-color: #efefef;
}
.price_inner {
  transform: skewY(5deg);
}
.price_value {
  margin-top: 30px;
  font-size: 32px;
  color: #d4381a;
  line-height: 1.6;
}
.price_value span {
  display: inline-block;
  border-bottom: 3px solid #d4381a;
}

.course_list {
  display: flex;
  /* align-items: flex-start; */
  align-items: stretch;
}
.course_list > section {
  margin-top: 60px;
  flex-basis: calc((100% - 36px) / 3);
  align-self: stretch;
  background-color: #fff;
}
.course_list > section:nth-of-type(n+2) {
  margin-left: 18px;
}
@media screen and (max-width: 960px) {/* tablet */
  .price {
    padding: 90px 0;
  }
  .price_value {
    font-size: 30px;
  }
  .course_list > section {
    margin-top: 60px;
    flex-basis: calc((100% - 30px) / 3);
  }
  .course_list > section:nth-of-type(n+2) {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) { /* phablet */
  .price {
    padding: 60px 0;
  }
  .price_value {
    font-size: 20px;
  }
  .price_value span {
    display: inline;
    border-bottom: 3px solid #d4381a;
  }

  .course_list {
    display: block;

    align-items: stretch;
  }
  .course_list > section {
    margin-top: 60px;
  }
  .course_list > section:nth-of-type(1) {
    margin-top: 30px;
  }
  .course_list > section:nth-of-type(n+2) {
    margin-left: 0;
  }
}


/* ----------------- */
/* コース　*/
/* ----------------- */
.course_ttlArea {
  display: block;
  padding: 38px 0 15px;
  background-color: #23aaca;
  position: relative;
}
.course_ttlArea::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  background-color: #23aaca;
  width: 100%;
  height: 25px;
  clip-path: polygon(100% 0, 0 0, 50% 80%)
}
.course_ttlArea.is-recommend::after {
  content: "一番人気！";
  position: absolute;
  color: #9f7a4f;
  padding-top: 7px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/campaign_youtube/assets/img/icon_ribbon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 145px;
  height: 55px;
  font-size: 20px;
  font-weight: bold;
}
.course_ttlArea.is-popular::after {
  content: "大好評！";
  position: absolute;
  color: #9f7a4f;
  padding-top: 7px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/campaign_youtube/assets/img/icon_ribbon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 145px;
  height: 55px;
  font-size: 20px;
  font-weight: bold;
}
.course_num{
  display: none;
}
.course_ttl{
  color: #fff;
  font-size: 20px;
}
.course_summary{
  color: #fff;
  padding-top: 15px;
  font-size: 16px;
  font-weight: bold;
}
.course_box {
  display: flex;
  padding: 20px;
  flex-direction: column;
}
.course_sub {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
.course_movie {
  margin-top: 15px;
}
.course_txt {
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 120px;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 960px) {/* tablet */
  .course_ttlArea {
    padding: 30px 0 15px;
  }
  .course_ttlArea.is-recommend::after,
  .course_ttlArea.is-popular::after {
    padding-top: 10px;
  }
  .course_ttl{
    font-size: 18px;
  }
  .course_txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) { /* phablet */
  .course_ttlArea{
    padding: 40px 0 15px;
  }
  .course_ttlArea.is-recommend::after,
  .course_ttlArea.is-popular::after {
    padding-top: 6px;
    top: -10px;
    left: -17px;
    transform: none;
    width: 116px;
    height: 45px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
  }
  .course_num{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    color: #23aaca;
    background: #fff;
    width: 47.5px;
    height: 47.5px;
    border-radius: 50px;
    border: solid 3px #23aaca;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
  }
  .course_ttl {
    font-size: 27px;
  }
  .course_summary{
    font-size: 18px;
  }
  .course_txt {
    min-height: inherit;
  }
}
/* ----------------- */
/* コース内の料金部分*/
/* ----------------- */
.coursePrice_box {
  margin-top: auto;
  padding: 10px 0 15px;
  position: relative;
  background-color: #daf2f8;
}
.coursePrice_box.is-normal {
  background-color: #efefef;
}
.coursePrice_box::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #23aaca;
  width: 40px;
  height: 15px;
  clip-path: polygon(100% 0, 0 0, 50% 80%)
}
.coursePrice_price {
  display: inline-block;
  padding-left: 55px;
  position: relative;
  font-size: 30px;
  color: #23aaca;
  font-weight: bold;
}
.coursePrice_price.is-normal {
  color: #666;
}
.coursePrice_price::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(/campaign_youtube/assets/img/icon_price_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}
.coursePrice_price > strong {
  font-family: 'Oswald', sans-serif;
  font-size: 45px;
}
.coursePrice_price > span {
  font-size: 18px;
  color: #333;
}
.coursePrice_txt {
  color: #d4381a;
  font-size: 16px;
  font-weight: bold;
}
.coursePrice_txt.is-normal {
  color: #23aaca;
}
@media screen and (max-width: 960px) {/* tablet */
  .coursePrice_box {
    padding: 10px 0 10px;
  }
  .coursePrice_price {
    padding-left: 40px;
    font-size: 26px;
  }
  .coursePrice_price::before {
    width: 35px;
    height: 35px;
  }
  .coursePrice_price > strong {
    font-size: 40px;
  }
  .coursePrice_price > span {
    font-size: 16px;
  }
  .coursePrice_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) { /* phablet */
  .coursePrice_price {
    display: inline-block;
    padding-left: 55px;
    font-size: 32px;
  }
  .coursePrice_price.is-normal {
    color: #666;
  }
  .coursePrice_price::before {
    top: 71%;
    left: -12px;
    background-image: url(/campaign_youtube/assets/img/icon_price_sp.png);
    width: 64px;
    height: 64px;
  }
  .coursePrice_price > strong {
    font-size: 45px;
  }
  .coursePrice_price > span {
    font-size: 18px;
  }
  .coursePrice_txt {
    font-size: 16px;
    padding-left: 30px;
  }
}

/* ----------------- */
/* 単品　*/
/* ----------------- */
.priceSingle {
  display: flex;
  margin-top: 35px;
}
.priceSingle >li {
  padding-top: 8px;
  flex-basis: 25%;
  text-align: center;
  font-weight: bold;
  border-right: 2px solid #cfcfcf;
}
.priceSingle >li:first-of-type {
  border-left: 2px solid #cfcfcf;
}
.priceSingle_ttl {
  min-height: 45px;
  font-size: 20px;
}
.priceSingle_txt {
  font-size: 30px;
  color: #23aaca;
}
.priceSingle_txt > strong {
  font-family: 'Oswald', sans-serif;
  font-size: 45px;
}
.priceSingle_att {
  margin-top: 25px;
  font-size: 16px;
}
@media screen and (max-width: 960px) {/* tablet */
  .priceSingle_ttl {
    font-size: 18px;
  }
  .priceSingle_txt {
    font-size: 28px;
  }
  .priceSingle_txt > strong {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) { /* phablet */
  .priceSingle {
    margin-top: 5px;
    flex-wrap: wrap;
  }
  .priceSingle >li {
    margin-top: 40px;
    flex-basis: 50%;
  }
  .priceSingle >li:first-of-type {
    border-left: none;
    position: relative;
  }
  .priceSingle >li:first-of-type::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    background-color: #cfcfcf;
    width: 200%;
    height: 2px;
  }
  .priceSingle >li:nth-of-type(even) {
    border-right: none;
  }
  .priceSingle_ttl {
    min-height: auto;
  }
  .priceSingle_txt {
    margin-top: 10px;
  }
}

/*================================================================
14. ご相談〜納品までの流れ
================================================================*/
.flow {
  padding: 90px 0 250px;
  background: linear-gradient(240deg, #0095a3, #006397);
  /* transform: skewY(-5deg); */
}
.flow_inner {
  transform: skewY(5deg);
}
.flow_list {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flow_list >li {
  padding: 20px;
  flex-basis: calc((100% - 30px) / 4);
  background-color: #fff;
  text-align: left;
}
.flow_list >li:nth-of-type(n+5) {
  margin-top: 20px;
}
.flow_num {
  font-size: 35px;
  font-family: 'Oswald', sans-serif;
  color: #00a4c7;
  position: relative;
}
.flow_num::before {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  width: 100px;
  background-size: contain;
  height: 100px;
}
.flow_num.is-01::before {
  content: "";
  background-image: url(/campaign_youtube/assets/img/fig_flow01.png);
  top: 15px;
  width: 83px;
  height: 94px;
}
.flow_num.is-02::before {
  content: "";
  background-image: url(/campaign_youtube/assets/img/fig_flow02.png);
  top: 30px;
  width: 88px;
  height: 77px;
}
.flow_num.is-03::before {
  content: "";
  background-image: url(/campaign_youtube/assets/img/fig_flow03.png);
  top: 34px;
  width: 91px;
  height: 64px;
}
.flow_num.is-04::before {
  content: "";
  background-image: url(/campaign_youtube/assets/img/fig_flow04.png);
  width: 75px;
  height: 84px;
}
.flow_num.is-05::before {
  content: "";
  background-image: url(/campaign_youtube/assets/img/fig_flow05.png);
  width: 62px;
  height: 76px;
}
.flow_num.is-06::before {
  content: "";
  background-image: url(/campaign_youtube/assets/img/fig_flow06.png);
  left: 58%;
  width: 110px;
  height: 77px;
}
.flow_num.is-07::before {
  content: "";
  background-image: url(/campaign_youtube/assets/img/fig_flow07.png);
  width: 95px;
  height: 62px;
}
.flow_num.is-08::before {
  content: "";
  background-image: url(/campaign_youtube/assets/img/fig_flow08.png);
  top: 35px;
  width: 114px;
  height: 60px;
}
.flow_ttl {
  margin-top: 80px;
  color: #00a4c7;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.flow_txt {
  margin-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 960px) {/* tablet */
  .flow_num::before {
    margin: 10px;
  }
}
@media screen and (max-width: 767px) { /* phablet */
  .flow {
    padding: 60px 0 150px;
  }
  .flow_list >li {
    padding: 5px 10px 20px;
    flex-basis: calc((100% - 5px) / 2);
  }
  .flow_list >li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .flow_num {
    font-size: 30px;
  }
  .flow_num::before {
    top: 10px;
  }
  .flow_num.is-01::before {
    top: 10px;
  }
  .flow_num.is-02::before {
    top: 20px;
  }
  .flow_num.is-03::before {
    top: 24px;
  }
  .flow_num.is-08::before {
    top: 25px;
    left: 45%;
  }
  .flow_ttl {
    margin-top: 70px;
  }
  .flow_txt {
    margin-top: 15px;
    font-size: 15px;
  }
}

/*================================================================
15. プロフィール
================================================================*/
.profile {
  padding: 90px 0 150px;
  margin-top: -90px;
  /* transform: skewY(-5deg); */
  background-color: #fff;
}
.profile_inner {
  transform: skewY(5deg);
}
.profile_wrap {
  display: flex;
  margin-top: 80px;
  align-items: flex-start;
}
.profile_portrait {
  display: flex;
}
.profile_pic {
  flex-basis: 300px;
  margin-top: -25px;
  position: relative;
}
.profile_pic::before {
  content: "";
  position: absolute;
  bottom: 2px;
  right: -250px;
  background-color: #efefef;
  width: 900px;
  height: 260px;
  z-index: -1;
  transform: skewY(-5deg);
}
.profile_name {
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 28px;
}
.profile_name span {
  display: block;
  font-size: 18px;
  color: #00a4c7;
}
.profile_history {
  flex-basis: calc(100% - 300px - 70px);
  margin-left: 70px;
  text-align: left;
  font-size: 14px;
}
.profile_txt {
  text-align: left;
}
.profile_ttl {
  margin-top: 40px;
  font-size: 18px;
  font-weight: bold;
}
.profile_list {
  margin-top: 10px;
}
.profile_gallery {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}
.profile_gallery >li {
  flex-basis: calc(50% - 10px);
}
.profile_gallery >li figcaption {
  margin-top: 15px;
  text-align: left;
}
@media screen and (max-width: 960px) {/* tablet */
  .profile_gallery >li figcaption  {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) { /* phablet */
  .profile {
    padding: 60px 0;
    margin-top: -60px;
  }
  .profile_wrap {
    display: block;
  }
  .profile_portrait {
    margin-left: 30px;
  }
  .profile_pic {
    flex-basis: 260px;
  }
  .profile_pic::before {
    bottom: -15px;
    right: -80px;
    height: 200px;
  }
  .profile_name {
    font-size: 26px;
  }
  .profile_name span {
    font-size: 16px;
  }
  .profile_history {
    margin: 40px 0 0;
  }
  .profile_ttl {
    margin-top: 30px;
  }
  .profile_gallery {
    display: block;
    margin-top: 0px;
  }
  .profile_gallery >li {
    margin-top: 20px;
  }
  .profile_gallery >li figcaption {
    margin-top: 5px;
  }
}
@media screen and (max-width: 320px) {/* sp narrow */
  .profile {
    padding: 60px 0;
  }
}


/*================================================================
16. メディア実績
================================================================*/
.media {
  padding: 70px 0 120px;
  background-color: #393939;
  /* transform: skewY(-5deg); */
}
.media_inner {
  margin: 0 auto;
  transform: skewY(5deg);
}
.mediaList {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}
.mediaList >li {
  flex-basis: calc((100% - 60px) / 4);
  color: #fff;
  text-align: left;
}
.media_txt {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 960px) {/* tablet */
  .media {
    /* margin: 0; */
    padding: 50px 0 80px;
  }
}
@media screen and (max-width: 767px) { /* phablet */
  .media {
    /* margin: 0; */
    padding: 40px 0 70px;
  }
  .mediaList {
    flex-wrap: wrap;
  }
  .mediaList >li {
    flex-basis: calc((100% - 15px) / 2);
  }
  .mediaList >li:nth-of-type(n+3) {
    margin-top: 25px;
  }
}


/*================================================================
17. よくある質問
================================================================*/
.faq {
  padding: 90px 0 10px;
  /* transform: skewY(-5deg); */
  background-color: #fff;
}
.faq_inner {
  transform: skewY(5deg);
}

.faqList {
  margin: 80px auto 130px;
  text-align: left;
}
@media screen and (max-width: 960px) {/* tablet */
  .faq {
    padding: 60px 0;
  }
  .faqList {
    margin: 30px auto 50px;
    padding: 30px 15px 0;
  }
}
@media screen and (max-width: 559px) {/* sp */
  .faqList {
    margin: 0 auto 50px;
  }
}

.faqList >dt, .faqList >dd{
  background-color: #efefef;
}
.faqList dt {
  margin-top: 10px;
  padding: 20px 20px 15px 60px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  position: relative;
  cursor: pointer;
  transition: all .3s ease;
  border-radius: 3px;
}
.faqList dt.open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.faqList dt::after {
  content: '＋';
  position: absolute;
  right: 20px;
  top: 50%;
  color: #c2c2c2;
  font-weight: bold;
  transform: translateY(-50%);
}
.faqList dt.open::after {
  content: '−';
}
.faqList dd {
  padding: 10px 40px 20px 60px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media screen and (max-width: 960px) {/* tablet */
  .faqList dt {
    margin-top: 10px;
    padding: 20px 20px 15px 40px;
    font-size: 15px;
    font-size: 1.5rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .faqList dt::after {
    right: 20px;
  }
  .faqList dd {
    padding: 10px 40px 10px 40px;
    font-size: 13px;
    font-size: 1.3rem;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}

/* ----------------- */
/* QAアイコン　*/
/* ----------------- */
.faqList dt .question,
.faqList dd .answer {
  position: absolute;
  margin-left: -30px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.faqList >dt .question {
  color: #00a4c7;
}
.faqList >dd .answer {
  color: #d4381a;
  line-height: 20px;
}
@media screen and (max-width: 960px) {/* tablet */
  .faqList dt .question,
  .faqList dd .answer {
    margin-left: -24px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}


.faqList .js-accordion dd {
  display: none;
}
.faqList a {
  color: #007eb6;
  text-decoration: underline;
}


/*================================================================
18. フォーム
================================================================*/
.form {
  margin-top: -112px;
  padding: 240px 0 100px;
  background-color: #efefef;
}
.sec20 {
  margin: auto;
  padding: 100px 20px 0;
  position: relative;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .sec20 {
    padding: 100px 40px 0;
  }
}
@media screen and (max-width: 960px) {
  .form {
    padding: 210px 0 100px;
  }
  .sec20 {
    padding: 90px 15px 0;
  }
}
/* ----------------- */
/* .sec20 .box　*/
/* ----------------- */
.sec20 .box {
  background: #fff;
  /* padding: 0 80px 80px; */
  padding: 0 40px 60px;
  border-radius: 0 0 4px 4px;
  position: relative;
  height: max-content;
}
@media screen and (max-width: 960px) {
  .sec20 .box {
    padding: 0 15px 30px;
    border-radius: 0 0 8px 8px;
  }
}
/* ----------------- */
/* .sec20 .box.entry　*/
/* ----------------- */
.sec20 .box.entry {
  border: #ff7100 4px solid;
}

/* ----------------- */
/* .sec20 .box.document　*/
/* ----------------- */
.sec20 .box.document {
  border: #1caad1 4px solid;
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 20px;
  right: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .sec20 .box.document {
    left: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 960px) {
  .sec20 .box.document {
    border: #1caad1 4px solid;
    top: 90px;
    left: 15px;
    right: 15px;
  }
}


/* ----------------- */
/* .sec20 .box.document form　出しわけ*/
/* ----------------- */
.sec20 .box.document form {
  display: none;
}
.sec20 .box.document.active form {
  display: block;
}
.sec20 .box.entry.active,
.sec20 .box.document.active {
  z-index: 10;
}

/* ----------------- */
/* .sec20 .box h2　*/
/* ----------------- */
.sec20 .box h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  background-color: #bfbfbf;
  border-radius: 4px 4px 0 0;
  height: 90px;
  top: -90px;
  color: #888;
  font-size: 24px;
  cursor: pointer;
  transition: all .2s ease;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  .sec20 .box h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 960px) {
  .sec20 .box h2 {
    border-radius: 8px 8px 0 0;
    /* height: 50px; */
    line-height: 1.2;
    /* top: -52px; */
    font-size: 20px;
  }
}
@media screen and (max-width: 359px) {
  .sec20 .box h2 {
    font-size: 13px;
  }
}
.sec20 .box.entry h2 {
  right: 50%;
  left: -4px;
}
.sec20 .box.document h2 {
  left: 50%;
  right: -4px;
  line-height: 1.4;
}
.sec20 .box.document h2 span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 960px) {
  .sec20 .box.entry h2 {
    padding: 6.5px 0;
  }
  .sec20 .box.document h2 {
    right: -2px;
  }
  .sec20 .box.document h2 span {
    font-size: 12px;
  }
}

.sec20 .box.entry.active h2,
.sec20 .box.entry h2:hover,
.sec20 .box.document.active h2,
.sec20 .box.document h2:hover {
  color: #fff;
  height: 100px;
  top: -100px;
}
.sec20 .box.entry.active h2,
.sec20 .box.entry h2:hover {
  background: #ff7100;
}
.sec20 .box.document.active h2,
.sec20 .box.document h2:hover {
  background: #1caad1;
}

/* ----------------- */
/* sec20 .box p　*/
/* ----------------- */
.sec20 .box p.sub_error {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: #f00;
  font-size: 15px;
  font-weight: normal;
  top: -40px;
  text-align: center;
  left: 30%;
  right: 30%;
}
.sec20 .box p.sub_error img {
  width:16px;
  height: 16px;
  margin-right: 5px;
}
@media screen and (max-width: 560px) {
  .sec20 .box p.sub_error {
    text-align: center;
    top: -20px;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 11px;
  }
  .sec20 .box p.sub_error img{
    width:11px;
    height: 11px;
  }
}

/* ----------------- */
/* .form_lead　*/
/* ----------------- */
.formLead_txt {
  margin-top: 70px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: normal;
}
.formLead_txt.is-strong {
  margin-top: 10px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) { /* phablet */
  .formLead_txt {
    margin-top: 40px;
    font-size: 13px;
  }
  .formLead_txt.is-strong {
    font-size: 16px;
  }
}

/* ----------------- */
/* .sec20 .box form　*/
/* ----------------- */
.sec20 .box form {
  margin-top: 50px;
}
.sec20 .box.document form {
  margin-top: 0;
}
@media screen and (max-width: 960px) {
  .sec20 .box form {
    margin-top: 30px;
  }
}
.sec20 .box form dl {
  text-align: left;
  margin-top: 30px;
}
.sec20 .box.document form dl {
  text-align: left;
  margin-top: 26px;
}
@media screen and (max-width: 320px) {
  .sec20 .box.document form dl {
    text-align: left;
    margin-top: 30px;
  }
  .sec20 .box.document form dl:first-child {
    margin-top: 30px;
  }
}
/* ----------------- */
/* .sec20 .box.document form .document_box*/
/* ----------------- */
.sec20 .box.document form .document_box {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .sec20 .box.document form .document_box {
    display: block;
    margin-top: 40px;
  }
}

/* ----------------- */
/* .sec20 .box form dt*/
/* ----------------- */
.sec20 .box form dt {
  padding: 10px 0;
  width: 220px;
  position: absolute;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.9rem;
}
@media screen and (max-width: 1024px) {
  .sec20 .box form dt {
    margin-bottom: 5px;
    padding: 0;
    width: auto;
    position: static;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.sec20 .box form dd {
  margin-left: 250px;
  margin-bottom: 36px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sec20 .box form dd {
    margin-left: 0;
  }
}
@media screen and (max-width: 560px) {
  .sec20 .box form dd {
    margin: 0 0 30px;
  }
}
.sec20 .box form .short_width {
 max-width: 350px;
}

/* ----------------- */
/* .sec20 .box form .necessary */
/* ----------------- */
.sec20 .box form .necessary {
  color: #fff;
  padding: 5px 8px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .sec20 .box form .necessary {
    position: static;
    right: auto;
    top: auto;
    transform: none;
    font-size: 10px;
    font-size: 1rem;
    border-width: 1px 0;
    border-style: solid;
    margin-left: 5px;
  }
}
@media screen and (max-width: 560px) {
  .sec20 .box form .necessary {
    padding: 2px 5px;
  }
}
.sec20 .box.entry form .necessary,
.sec20 .box.document form .necessary  {
  background: #d4381a;
  border-color: #d4381a;
}


/* ----------------- */
/* .sec20 .sel_tab */
/* ----------------- */
.sec20 .sel_tab {
	overflow: hidden;
	margin: 2em auto;
	text-align: center;
  max-width: 350px;
}
@media screen and (max-width: 960px) {
  .sec20 .sel_tab{
    margin: 0 auto 1em;
  }
}
@media screen and (max-width: 560px) {
  .sec20 .sel_tab{
    margin: 1em auto;
  }
}
.sec20 .sel_tab select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
  border-radius: 0;
	background: transparent;
	background-image: none;
	box-shadow: none;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  font-size: 16px;
  color: #c2c2c2;
  padding: 15px 38px 15px 8px;
  max-width: 350px;
  border-radius: 5px;
}
.sec20 .sel_tab select::-ms-expand {
    display: none;
}
.sec20 .sel_tab select option {
  color: #666;
}
.sec20 .sel_tab {
	position: relative;
	outline: 1px solid #bbbbbb;
	background: #ffffff;
}
.sec20 .sel_tab.cp_sl02::before {
	position: absolute;
	top: 1.4em;
  right: 1.3em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  _::-webkit-full-page-media, _:future, :root .sec20 .sel_tab.cp_sl02::before {
    top: 1.1em;
  }
}
.sec20 .sel_tab:after {
	position: absolute;
	top: 0;
	right: 3.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}


/* ----------------- */
/* .sec20 .box form input,
   .sec20 .box form textarea */
/* ----------------- */
.sec20 .box form input,
.sec20 .box form textarea {
  outline: #c2c2c2 1px solid;
  padding: 12px 8px;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 5px;
}
.sec20 .box form input:focus,
.sec20 .box form textarea:focus {
  outline: #4fb1dd 1px solid;
}
.sec20 .box form label {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 560px) {
  .sec20 .box form label {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 10px 0 30px;
    font-weight: bold;
    text-align: left;
  }
}

/* ----------------- */
/* .sec20 .box form .item_lineダウンロードの動画選択部分 */
/* ----------------- */
.sec20 .box form .item_line {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 560px) {
  .sec20 .box form .item_line {
    display: block;
  }
}

.sec20 .box form #items li{
  display: flex;
  list-style-type: none;
  width: 100%;
  width: calc(96%/3);
}
@media screen and (max-width: 1024px) {
  .sec20 .box form #items li{
    width: calc(98%/2);
  }
}
@media screen and (max-width: 560px) {
  .sec20 .box form #items li{
    width: 100%;
  }
}

/* ----------------- */
/* .sec20 .box form #items label */
/* ----------------- */
.sec20 .box form #items label {
  display: inline-block;
  margin: 0 0 15px;
  padding: 10px;
  width: 100%;
  text-align: left;
  outline: 1px solid #c2c2c2;
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
}
@media screen and (max-width: 960px) {
  .sec20 .box form #items label {
  font-size: 1.4rem;
}
}
@media screen and (min-width: 521px) and (max-width: 640px) {
  .sec20 .box form #items label {
    /* max-width: 38%; */
}
}
@media screen and (max-width: 520px) {
  .sec20 .box form #items label {
  font-size: 1.6rem;
}
}
@media screen and (max-width: 420px) {
  .sec20 .box form #items label {
  font-size: 1.4rem;
}
}
.sec20 .box form #items label:hover{
  outline: 2px solid #4fb1dd;
  cursor: pointer;
}
.sec20 .box form #items label.input_error {
  outline: 1px solid #f00;
}
.sec20 .box form #items label.input_error:hover {
  outline: 2px solid #4fb1dd;
}
.sec20 .box form .item_line:nth-child(2) label:first-child{
  padding-top: 30px;
}
.sec20 .box form #items label:nth-child(3){
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .sec20 .box form #items .recommend{
    padding: 30px 15px 15px;
  }
}

@media screen and (max-width: 375px) {
  .sec20 .box form label .all{
    margin: 5px 0;
  }
}

/* ----------------- */
/* .sec20 .box form #items .all_check */
/* ----------------- */
.sec20 .box form #items .all_check {
  max-width: 100%;
  width: 100%;
  margin: 0 0 15px 0;
  font-size: 17px;
  font-weight: bold;
  display: flex;
  align-items: center;
  min-height: 60px;
  border-radius: 5px;
}
@media screen and (max-width: 960px) {
  .sec20 .box form #items .all_check{
    margin: 0 0 15px 0;
  }
}
.sec20 .box form #items .all_check .text{
  font-size: 17px;
  font-weight: bold;
  min-height: auto;
}
@media screen and (max-width: 375px) {
  .sec20 .box form #items .all_check .text{
    font-size: 16px;
  }
}
.sec20 .box form #items label.checked {
  background: #f1fbff;
  outline: 2px solid #1caad1;
  box-sizing: border-box;
}
@media screen and (max-width: 560px) {
  .sec20 .box form #items label.checked {
    outline: 1px solid #1caad1;
  }
}


@media screen and (max-width: 560px) {
  .sec20 .box form label input[type="checkbox"]:checked{
    background:#1caad1 url(/campaign_youtube/assets/img/icon_checked.png) no-repeat center center;
    outline: 1px solid #1caad1;
    background-size: 60%;
    border-radius: 4px;
  }
  .sec20 .box form label:hover{
    outline: #4fb1dd 2px solid;
    box-sizing: border-box;
  }
}

.sec20 .box form label:hover img{
  box-sizing: border-box;
}
.sec20 .box form label div{
  background-size: contain;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 560px) {
  .sec20 .box.document form label{
    margin: 20px 0 10px;
}
.sec20 .box.document form #items label{
    width: 100%;
    max-width: 100%;
    max-height: none;
    margin: 5px 0;
    padding: 8px 10px;
    min-height: auto;
  }
}
@media screen and (max-width: 320px) {
  .sec20 .box.document form #items .recommend{
    padding: 20px 10px 8px;
  }
}
.sec20 .box form label .form__VideoImage{
  margin-top: 10px;
}
@media screen and (max-width: 560px) {
  .sec20 .box form label .form__VideoImage{
    margin-top: 0;
    padding: 10px;
  }
}

/* ----------------- */
/* .sec20 .box form label .text_flex */
/* ----------------- */
.sec20 .box form label .text_flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .sec20 .box form label .text_flex {
    height: auto;
  }
}
@media screen and (max-width: 560px) {
  .sec20 .box form label .text_flex {
    /* display: inline-table; */
    display: flex;
    padding: 30px 0;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
  .sec20 .box form label .text_flex .form_VideoImage {
    display: flex;
    margin-left: 10px;
    order: 2;
  }
  .sec20 .box form label .text_flex .text {
    margin-left: 20px;
    order: 3;
    /* display: flex; */
  }
}
@media screen and (max-width: 480px) {
  .sec20 .box form label .text_flex {
    display: flex;
    flex-wrap: nowrap;
    height: auto;
    margin-bottom: 0;
  }
}


/* ----------------- */
/* .sec20 .box form input.all,
   .sec20 .box form input.item */
/* ----------------- */
.sec20 .box form input.all,
.sec20 .box form input.item {
  display: inline;
  width: 0;
  height: 0;
  appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  font-size: 0px;
  padding: 0;
  min-height: auto;
  outline: none;
  border: none;
  background: none;
  border-radius: 0;
}
@media screen and (max-width: 560px) {
  .sec20 .box form input.all,
  .sec20 .box form input.item {
    display: block;
    width: 20px;
    height: 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    background: #fff;
    background-size: 70%;
    padding: 10px;
    outline: #c2c2c2 1px solid;
  }
  .sec20 .box form input.all{
  margin-right: 10px;
  }
}

/* ----------------- */
/* .sec20 .box form label.recommend　おすすめラベル */
/* ----------------- */
.sec20 .box form label.recommend::before {
  content: "オススメ";
  position: absolute;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  top: -1px;
  right: 0;
  font-feature-settings: "palt";
  z-index: 1;
}
.sec20 .box form label.recommend::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-top: 26px solid #007eb6;
  border-right: 50px solid #007eb6;
  border-left: 16px solid transparent;
  z-index: 0;
}

/* ----------------- */
/* .sec20 .box p.text */
/* ----------------- */
.sec20 .box p.text {
  display: flex;
  margin-top: 10px;
  /* margin: 0; */
  padding-left: 35px;
  width: 100%;
  height: 100%;
  min-height: 70px;
  align-items: flex-start;
  position: relative;
  font-weight: normal;
  font-size: 1.3rem;
}
.sec20 .box p.text.is-all {
  margin: 0;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .sec20 .box p.text {
    font-size: 1.4rem;
    max-width: none;
    height: auto;
    min-height: 70px;
  }
}
@media screen and (max-width: 560px) {
  .sec20 .box p.text {
    order: 3;
    padding-left: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .sec20 .box p.text {
    font-size: 1.4rem;
    word-break:break-all;
    word-wrap:break-word;

  }
}


/* ----------------- */
/* .sec20 .box p.text::before */
/* ----------------- */
.sec20 .box p.text::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  width: 27px;
  height: 27px;
  border: 1px solid #c2c2c2;
  background: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 560px) {
  .sec20 .box p.text::before {
    display: none;
  }
}
.sec20 .box .checked p.text::before {
  background: #1caad1 url(/campaign_youtube/assets/img/icon_checked.png) no-repeat center center;
  background-size: 60%;
  border: 1px solid #1caad1;
  border-radius: 4px;

}

.sec20 .box .change_text_b {
  display: none;
}

.sec20 .box form input::placeholder,
.sec20 .box form textarea::placeholder {
  color: #c2c2c2;
  font-size: 16px;
  font-size: 1.6rem;
}
.sec20 .box form textarea {
  height: 120px;
  overflow: auto;
  overflow-x: hidden;
  resize: vertical;
}
@media screen and (max-width: 960px) {
  .sec20 .box form textarea {
    height: 120px;
  }
}

/* ----------------- */
/* .sec20 .box form .input_error */
/* ----------------- */
.sec20 .box form .input_error {
  background: #faebea;
  outline: 1px solid #f00000;
}
.sec20 .box form .input_error:focus {
  background: #fff;
  outline: 1px solid #f00000;
}
.sec20 .box form .error{
  position:absolute;
  text-align: left;
  width: 100%;
  display: inline-block;
  font-size: 1.5vh;
  font-size: 15px;
  color: #f00;
  left: 0;
  bottom: -22px;
  padding-left: 20px;
  background: url(/campaign_youtube/assets/img/error_icon.svg) no-repeat 0;
  background-size: 16px;
}
.sec20 .box form .check_error{
  position: absolute;
  text-align: center;
  display: inline-block;
  font-size: 1.5vh;
  font-size: 15px;
  color: #f00;
  margin: 0 auto 10px;
  padding-left: 20px;
  background: url(/campaign_youtube/assets/img/error_icon.svg) no-repeat 0;
  background-size: 16px;
}

/* ----------------- */
/* .sec20 .box form .policy */
/* ----------------- */
.sec20 .box form .policy {
  position: relative;
  margin: 70px auto 20px;
  font-weight: normal;
  line-height: 1.6;
  font-size: 18px;
}
.sec20 .box form .policy br {
  display: none;
}
@media screen and (max-width: 560px) {
  .sec20 .box form .error,
  .sec20 .box form .check_error {
    bottom: -17px;
    font-size: 1.2rem;
    padding-left: 15px;
    background-size: 13px;
  }
  .sec20 .box form .document_box .check_error {
    bottom: -25px;
  }
  .sec20 .box form .policy {
    margin: 40px auto 10px;
    font-weight: normal;
    font-size: 12px;
  }
  .sec20 .box form .policy br {
    display: inline;
}
}
.sec20 .box.entry form .policy a ,
.sec20 .box.document form .policy a {
  color:#1caad1;
  text-decoration: underline;
}

/* ----------------- */
/* .sec20 .box form .submit */
/* ----------------- */
.sec20 .box form .submit {
  margin-top: 0;
}
.sec20 .box form .submit button[type='submit'] {
  padding: 20px 0;
  width: 18em;
  position: relative;
  /* border: 0; */
  border-radius: 4px;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  transition: all .1s ease-out;
}
.sec20 .box.entry form .submit button[type='submit'] span,
.sec20 .box.document form .submit button[type='submit'] span{
  /* background: #024e6e;   */
  background: #fff;
  /* border-radius: 4px; */
  color: #1caccf;
  font-size: 17px;
  padding: 3px 8px;
  margin-right: 5px;
  vertical-align: middle;
}
.sec20 .box.document form .submit button[type='submit'][disabled] span {
  color: #adadad;
}
@media screen and (max-width: 560px) {
  .sec20 .box form .submit button[type='submit'] {
    padding: 15px;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec20 .box.entry form .submit button[type='submit'] span,
  .sec20 .box.document form .submit button[type='submit'] span{
  font-size: 11px;
  }
}

.sec20 .box.entry form .submit button[type='submit'] {
  background: #ff7100;
  box-shadow: #bd2609 0 8px 0;
}

.sec20 .box.document form .submit button[type='submit'] {
  background: #1caad1;
  box-shadow: #167e9a 0 8px 0;
}
.sec20 .box.entry form .submit button[type='submit'][disabled],
.sec20 .box.document form .submit button[type='submit'][disabled] {
  background: #adadad;
  box-shadow: none;
  cursor: default;
}
@media screen and (max-width: 960px) {
  .sec20 .box.entry form .submit button[type='submit'][disabled],
  .sec20 .box.document form .submit button[type='submit'][disabled] {
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .sec20 .box.entry form .submit button[type='submit'] {
    box-shadow: #bd2609 0 5px 0;
  }
  .sec20 .box.document form .submit button[type='submit'] {
    box-shadow: #167e9a 0 5px 0;
  }
}
.sec20 .box form .submit button[type='submit']:hover {
  box-shadow: none;
  opacity: 1;
  transform: translateY(4px);
}
.sec20 .box.entry form .submit button[type='submit'][disabled]:hover,
.sec20 .box.document form .submit button[type='submit'][disabled]:hover {
  background: #adadad;
  opacity: 1;
  transform: none;
}
form .submit input:disabled {
  background: #adadad;
  opacity: 1;
  transform: none;
  }


/* ----------------- */
/* .sec20 .box figure */
/* ----------------- */
.sec20 .box figure {
  margin: 40px auto 60px;
  max-width: 360px;
}
@media screen and (max-width: 960px) {
  .sec20 .box figure {
    margin: 30px auto;
    max-width: 320px;
  }
}
@media screen and (max-width: 560px) {
  .sec20 .box figure {
    margin: 30px auto 60px;
  }
}


/*================================================================
19.  Now Loading
================================================================*/
#overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height:100%;
  background: rgba(0,0,0,0.7);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cv-copy {
  position: absolute;
  width: 100%;
  margin-top: 32vh;
  text-align: center;
}
@media screen and (min-width: 560px) and (max-width: 960px) {
  .cv-copy {
    margin-top: 22vh;
  }
}
@media screen and (max-width: 420px) {
  .cv-copy {
    margin-top: 28vh;
  }
}
.cv-copy h2 {
  color: #fff;
  font-size: 3.5vh;
  margin-bottom: 10px;
}
.cv-copy p {
  color: #fff;
  font-size: 2.5vh;
  line-height: 1.4;
}
.spinner {
  width: 80px;
  height: 80px;
  border: 4px #ddd solid;
  border-top: 4px #999 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@media screen and (max-width: 560px) {
  .spinner {
    width: 50px;
    height: 50px;
  }
}
@keyframes sp-anime {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}
.is-hide{
  display:none;
}

/*================================================================
20. 会社情報
================================================================*/
.aboutus {
  margin: -2px auto 0;
  padding: 0 20px 140px;
  background-color: #efefef;
}
@media screen and (max-width: 960px) {/* tablet */
  .aboutus {
    margin: 0 auto 60px;
    padding: 0 15px 40px;
  }
}

.aboutus_logo {
  margin: 0 auto;
  width: 190px;
}
.aboutus_list {
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
  flex-direction: column;
  height: 410px;
}
.aboutus_list > li {
  padding: 15px 0 15px 5px;
  width: 460px;
  border-bottom: 1px solid #adadad;
  text-align: left;
  font-size: 14px;
}
.aboutus_list > li:nth-of-type(1),
.aboutus_list > li:nth-of-type(7) {
  border-top: 1px solid #adadad;
}
.aboutus_list > li > dl {
  display: flex;
}
.aboutus_list > li > dl dt {
  flex-basis: 140px;
}
.aboutus_list > li > dl dd {
  flex-basis: calc(100% - 140px);
}
.aboutus_list a {
  color: #2299c4;
  border-bottom: 1px solid #2299c4;
}
.aboutus_list a:hover {
  border-bottom: none;
}
@media screen and (max-width: 960px) {/* tablet */
  .aboutus_list {
    display: block;
    margin: 50px auto 0;
    height: auto;
    width: 80%;
  }
  .aboutus_list > li {
    width: 100%;
  }
  .aboutus_list > li:nth-of-type(7) {
    border-top: none;
  }
}
@media screen and (max-width: 767px) { /* phablet */
  .aboutus_logo {
    margin: 0 auto;
    width: 190px;
  }
  .aboutus_list {
    display: block;
    margin: 50px -10px 0;
    height: auto;
    width: 100%;
  }
  .aboutus_list > li {
    width: 100%;
  }
  .aboutus_list > li > dl dt {
    flex-basis: 140px;
  }
  .aboutus_list > li > dl dd {
    flex-basis: calc(100% - 140px);
  }
}


/*================================================================
21. footer
================================================================*/
.footer {
  margin-top: -50px;
  padding: 50px 0 20px;
  background-color: #fff;
  position: relative;
}
.footer_logo {
  margin: 0 auto;
  width: 250px;
}
.footer_links {
  margin-top: 45px;
  display: flex;
  justify-content: center;
}
.footer_links > li {
  font-size: 18px;
  padding: 0 15px;
  line-height: 1.0;
}
.footer_links > li:first-of-type {
border-right: 1px solid #000;
}
.footer_copy {
  margin-top: 40px;
  color: #919191;
}
@media screen and (max-width: 960px) {/* tablet */
  .footer {
    margin-top: -62px;
  }
  .footer_links > li {
    font-size: 14px;
  }
}


/*================================================================
22. popupBnr
================================================================*/
.popupBnr {
  display: none;
  bottom: 20px;
  position: fixed;
  right: 20px;
  /* z-index */
}
.downloadBanner.is-active {
  display: block;
}
@media screen and (max-width: 960px) {
  .popupBnr {
    right: 10px;
    bottom: 10px;
  }
}

/* ----------------- */
/* 閉じるボタン */
/* ----------------- */
.popupBnr_closeBtn > a {
  display: block;
  margin-left: auto;
  position: relative;
  width: 30px;
  height: 30px;
}
.popupBnr_closeBtn > a:link,
.popupBnr_closeBtn > a:visited {
  color: #fff;
}
@media all and (-ms-high-contrast: none) {/* IEのみに適用 */
  .popupBnr_closeBtn > a {
    line-height: 35px;
  }
}

/* ----------------- */
/* バナーエリア */
/* ----------------- */
.popupBnr_cont > a {
  display: block;
  margin-top: 5px;
  padding: 15px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(0,0,0,0.5);
  width: 290px;
}
.popupBnr_cont > a:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  opacity: .9;
}
.popupBnr_txt {
  margin-top: 15px;
  font-size: 14px;
}
.popupBnr_btn {
  margin-top: 10px;
  width: 100%;
  padding: 10px 0;
  border-radius: 4px;
  background: #1caad1;
  color: #fff;
  font-size: 18px;
  font-weight: bold;

}


/*================================================================
23. toTop
================================================================*/
.toTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  /* z-index */
}
.toTop > a {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 60px;
  background-color: #adadad;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  border: #fff 3px solid;
  overflow: hidden;
  text-indent: -10em;
  opacity: 0.7;
  transition: all .3s ease;
}
.toTop > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 18px;
  height: 18px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}
.toTop > a:hover {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .toTop > a {
    width: 50px;
    height: 50px;
    border: #fff 2px solid;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  }
}

/*================================================================
24. animation
================================================================*/
/* ----------------- */
/* 個別               */
/* ----------------- */
.no1_contents.anime .no1_contents__head,
.no1_contents.anime .no1_contents__list li {
  transform: translateY(10%);
  transition: all .3s ease-out;
  opacity: 0;
}
.no1_contents.anime.scrollin .no1_contents__head {
  transform: translateY(0);
  opacity: 1;
}
.no1_contents.anime.scrollin .no1_contents__list li {
  transform: translateY(0);
  transition-delay: 300ms;
  opacity: 1;
}
.no1_contents.anime.scrollin .no1_contents__list li:nth-child(2) {
  transition-delay: 600ms;
}
.no1_contents.anime.scrollin .no1_contents__list li:nth-child(3) {
  transition-delay: 900ms;
}



/* ----------------- */
/*背景色              */
/* ----------------- */
.sec16.anime::before,
.sec18.anime::before {
  background: #ededed url(/campaign_youtube/assets/img/color_fff.png) no-repeat 0 100% / 100% 100%;
}
@media screen and (max-width: 960px) {
  .sec16.anime::before {
    background: none;
  }
}
.sec07.anime{
  background: #e1f4fc url(/campaign_youtube/assets/img/color_fff.png) no-repeat 0 100% / 0 100%;
}
.sec07.anime.scrollin{
  background: #e1f4fc url(/campaign_youtube/assets/img/color_fff.png) no-repeat 0 100% / 0 100%;
}
.sec16.anime.scrollin::before,
.sec18.anime.scrollin::before {
  background: #ededed url(/campaign_youtube/assets/img/color_fff.png) no-repeat 0 100% / 0 100%;
}
@media screen and (max-width: 960px) {
  .sec16.anime.scrollin::before {
    background: none;
  }
  .sec18.anime {
    background: #ededed url(/campaign_youtube/assets/img/color_fff.png) no-repeat 0 100% / 100% 100%;
  }
  .sec18.anime.scrollin {
    background: #ededed url(/campaign_youtube/assets/img/color_fff.png) no-repeat 0 100% / 0 100%;
  }
}
.sec09.anime::before,
.sec15.anime,
.sec17.anime::before,
.sec19.anime::before {
  background: #ededed url(/campaign_youtube/assets/img/color_fff.png) no-repeat 100% 0 / 100% 100%;
}
@media screen and (max-width: 960px) {
  .sec09.anime::before,
  .sec15.anime {
    background: none;
  }
  .sec19.anime::before {
    background: #e1f4fc;
  }
}
.sec15.anime.scrollin,
.sec17.anime.scrollin::before,
.sec19.anime.scrollin::before {
  background: #ededed url(/campaign_youtube/assets/img/color_fff.png) no-repeat 100% 0 / 0 100%;
}
.sec09.anime.scrollin::before {
  background: #ededed url(/campaign_youtube/assets/img/color_fff.png) no-repeat 100% 0 / 0 100%;
  border-top: 1px #333 solid;
}
@media screen and (max-width: 960px) {
  .sec15.anime.scrollin,
  .sec09.anime.scrollin::before {
    background: none;
  }
  .sec19.anime.scrollin::before {
    background: #e1f4fc;
  }
}

/* ----------------- */
/* 下線アニメーション   */
/* ----------------- */
.anime.scrollin h2::after{
  width: 200px;
  animation: line 0s ease 1s 1 alternate none running;

}
@media screen and (max-width: 960px) {
  .anime.scrollin h2::after{
    width:100px;
    animation: line 2s ease 0s 1 alternate none running;
  }
}

.anime h2::after{
  opacity: 0;
  transform: scale(1, 0);
  transition: all .5s ease-out;
}


/* ----------------- */
/* 汎用フェードイン   */
/* ----------------- */
/* .sec02.anime h2,
.sec02.anime .txt01,
.sec02.anime .txt02,
.sec02.anime .txt03,
.sec02 .buttons.anime li,
.sec03.anime .txt01,
.sec03.anime .companys,
.customerVoice__box,
.sec07.anime h2,
.sec07.anime h3,
.sec07.anime .txt01,
.sec07.anime .txt02,
.sec07.anime .buttons,
.sec09.anime .boxtxt,
.sec09.anime .achievements li,
.sec10.anime h3,
.sec10.anime  ul.index,
.sec10 .movies_list.anime,
.sec15 .box.anime,
.sec16.anime .txt01,
.sec16.anime .txt02,
.sec16.anime .txt03,
.sec16.anime .txt04,
.sec16.anime .obj01,
.sec16.anime .obj02,
.sec16.anime h3,
.sec16 .pricelist.anime .box,
.sec16 .anime_box.anime,
.sec17.anime .flow li,
.sec18 .staff.anime h3,
.sec18 .staff.anime .item01,
.sec18 .staff.anime .item02,
.sec18 .staff.anime .item03,
.sec18 .result.anime,
.sec19.anime h3,
.sec19.anime .media > li,
.faqList.anime .faqList,
.sec24.anime .txt01,
.sec24.anime .f_contents.anime .detail_box,
.sec24.anime .f_contents.anime .sub_txt,
.sec24.anime .f_contents.anime .label_box::after,
.sec24.anime .imageMovie.anime {
  opacity: 0;
  transform: translateY(40px);
  transition: all 500ms ease-out;
}
.sec03.anime .companys,
.sec10 .movies.anime{
  transition: all 250ms ease-out;
}
.anime.scrollin h2::after,
.sec02.anime.scrollin h2,
.sec02.anime.scrollin .txt01,
.sec02.anime.scrollin .txt02,
.sec02.anime.scrollin .txt03,
.sec02 .buttons.anime.scrollin li,
.sec03.anime.scrollin .txt01,
.sec03.anime.scrollin .companys,
.customerVoice.anime.scrollin .customerVoice__box,
.sec07.anime.scrollin h2,
.sec07.anime.scrollin h3,
.sec07.anime.scrollin .txt01,
.sec07.anime.scrollin .txt02,
.sec07.anime.scrollin .buttons,
.sec09.anime.scrollin .boxtxt,
.sec09.anime.scrollin .achievements li,
.sec10.anime.scrollin h3,
.sec10.anime.scrollin ul.index ,
.sec10 .movies_list.anime.scrollin,
.sec15 .box.anime.scrollin,
.sec16.anime.scrollin .txt01,
.sec16.anime.scrollin .txt02,
.sec16.anime.scrollin .txt03,
.sec16.anime.scrollin .txt04,
.sec16.anime.scrollin .obj01,
.sec16.anime.scrollin .obj02,
.sec16.anime.scrollin h3,
.sec16 .pricelist.anime.scrollin .box,
.sec16 .anime_box.anime.scrollin,
.sec17.anime.scrollin .flow li,
.sec18 .staff.anime.scrollin h3,
.sec18 .staff.anime.scrollin .item01,
.sec18 .staff.anime.scrollin .item02,
.sec18 .staff.anime.scrollin .item03,
.sec18 .result.anime.scrollin,
.sec19.anime.scrollin h3,
.sec19.anime.scrollin .media > li,
.faqList.anime.scrollin .faqList,
.sec24.anime.scrollin .txt01,
.sec24.anime.scrollin .f_contents.anime.scrollin .detail_box,
.sec24.anime.scrollin .f_contents.anime.scrollin .sub_txt,
.sec24.anime .f_contents.anime .label_box::after,
.sec24.anime.scrollin .imageMovie.anime.scrollin {
  opacity: 1;
  transform: translateY(0);
} */


/* ----------------- */
/* 汎用ディレイ        */
/* ----------------- */
/* .anime.scrollin h2::after{
  transition-delay: 0ms;
}
.sec24.anime.scrollin .txt01,
.sec10.anime.scrollin h3,
.sec19.anime.scrollin h3,
.sec24.anime.scrollin .txt01
{
  transition-delay: 400ms;
}
.sec02 .buttons.anime.scrollin li:nth-child(1),
.sec02.anime.scrollin h2,
.sec03.anime.scrollin h2,
.sec03.anime.scrollin .txt01,
.sec03.anime.scrollin .companys,
.customerVoice.anime.scrollin .customerVoice__box,
.sec07.anime.scrollin h2,
.sec07.anime.scrollin h3,
.sec07.anime.scrollin .txt01,
.sec07.anime.scrollin .txt02,
.sec07.anime.scrollin .buttons,
.sec09.anime .achievements li,
.sec10 .movies_list.anime.scrollin,
.sec15 .box.anime.scrollin,
.sec16 .pricelist.anime.scrollin .box,
.sec17.anime.scrollin .flow li,
.sec18 .staff.anime.scrollin h3,
.sec18 .result.anime.scrollin,
.sec24.anime.scrollin .f_contents.anime.scrollin .detail_box,
.sec24.anime.scrollin .f_contents.anime.scrollin .sub_txt,
.sec24.anime .f_contents.anime .label_box::after,
.sec02 .buttons.anime.scrollin li:nth-child(2),
.sec02.anime.scrollin .txt01
{
  transition-delay: 100ms;
}
.sec02.anime.scrollin .txt02,
.sec16.anime.scrollin .txt01,
.sec16.anime.scrollin .txt02,
.sec16.anime.scrollin .txt03,
.sec16.anime.scrollin .txt04,
.sec16.anime.scrollin .obj01,
.sec16.anime.scrollin .obj02,
.sec16.anime.scrollin h3,
.sec18 .staff.anime.scrollin .item01,
.sec18 .staff.anime.scrollin .item02,
.sec18 .staff.anime.scrollin .item03,
.faqList.anime.scrollin .faqList{
  transition-delay: 600ms;
}
.sec02.anime.scrollin .txt03 {
  transition-delay: 900ms;
}
h2::after {
  transition-delay: 400ms;
}
.sec07.anime.scrollin h2,
.sec07.anime.scrollin h3,
.sec09.anime.scrollin .boxtxt {
  transition-delay: 0ms;
}
.sec02.anime.scrollin .boxtxt.item01,
.sec02.anime.scrollin .boxtxt.item02,
.sec09.anime.scrollin .achievements li {
  transition-delay: 600ms;
}
.sec17.anime.scrollin .flow ol,
.sec19.anime.scrollin .media > li:nth-child(1),
.sec25.anime.scrollin ol {
  transition-delay: 700ms;
}
.sec10.anime.scrollin ul.index ,
.sec19.anime.scrollin .media > li:nth-child(2),
h2:after{
  transition-delay: 900ms;
}
.sec19.anime.scrollin .media > li:nth-child(3),
.sec24.anime .f_contents .txt02  {
  transition-delay: 1100ms;
}
.sec19.anime.scrollin .media > li:nth-child(4){
  transition-delay: 1300ms;
}
.sec24.anime .f_contents .txt04{
  transition-delay: 1500ms;
}
.sec24.anime .f_contents .txt05{
  transition-delay: 2500ms;
}

.mainVisual.anime.scrollin .buttons li a:hover{
  transform: translateY(5px);
} */
