@charset "UTF-8";
/* ==========================================================================
  LOCAL GENERAL SETTINGS
========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&amp;subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500");

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


/* 共通 パンくず リゼット */
#module_breadcrumbs a:hover {
  color: #005e8c;
  text-decoration: underline;
}

/* 共通 カテゴリータイトル リゼット */
#category_title {
  padding-top: 6px;
  font-size: 106.25%;
  font-weight: bold;
}

@media (max-width: 767px) {
  #category_title {
    padding: 10px 20px;
    line-height: 1.5;
    border: 1px solid #e4e4e4;
  }
}

#category_title a {
  color: #000;
  text-decoration: none;
}

#category_title::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 4px;
  height: 19.4px;
  border-radius: 4px;
  background: #e92100;
  vertical-align: -3px;
}

/* グロバルフッター リゼット */
.global_footer {
  margin-top: 0;
}

/* 共通 フッター */
@media (min-width: 768px) {
  .function_nav {
    float: left;
  }
  .global_footer {
    background: #ffffff;
  }
  .global_footer .copyright {
    clear: none;
  }
}

#pageContents {
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: hidden;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
}

#pageContents *,
#pageContents *::before,
#pageContents *::after {
  box-sizing: inherit;
}

#pageContents img {
  display: block;
}

@media (max-width: 767px) {
  #pageContents svg {
    width: 100%;
    height: auto;
  }
}

a {
  color: #000000;
}


a img {
  transition: opacity 0.3s ease-out;
}

a:hover img {
  opacity: 0.8;
}

/* ==========================================================================
  JS無効状態の注意画面
========================================================================== */
.no-js {
  position: relative;
  overflow: hidden;
}

.no-js body {
  display: none;
}

.no-js::before {
  content: "javascriptを有効して下さい。";
  display: block;
  width: 230px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #ffffff;
}

.no-js::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #000000;
}

/* ==========================================================================
  LOCAL TYPO SETTINGS
========================================================================== */
#pageContents {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
}

/* Windows8.1以上のIE10以上を対象 */
@media all and (-ms-high-contrast: none) {
  #pageContents {
    font-family: "ヒラギノ角ゴシック", "メイリオ", Meiryo, YuGothic, "Yu Gothic",
      "ＭＳ Ｐゴシック", "MS PGothic";
  }
}

#pageContents strong {
  font-weight: bold;
}

#pageContents sup {
  vertical-align: super;
  line-height: 1;
  font-size: 60%;
}

/* ==========================================================================
  LOCAL UTILITIES
========================================================================== */
.u-fontRomaji {
  font-family: "Oswald", "Arial", sans-serif;
}

.u-respImg img,
img.u-respImg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.u-ytThumb img,
img.u-ytThumb {
  width: 100%;
  height: auto;
}

.u-imgBg {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
  display: block;
}

.u-alignC {
  text-align: center;
}

.u-pdfIcn {
  width: 30px;
  height: 30px;
  display: block;
  background: url("../img/common/cmn_pdf_icn.svg") no-repeat center/contain;
}

/* SP用のKV内のロゴリサイズ
--------------------------------*/
@media all and (max-width: 979px) {
  .u-logoResizer {
    width: 70%;
    display: block;
    margin: 5px auto;
  }
}

/* ==========================================================================
  LAYOUT
========================================================================== */
/* DEFAULT SECTION
--------------------------------*/
.l-section {
  width: 100%;
}

.l-section__body {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 13px;
  padding-right: 13px;
}

/* THIN SECTION
--------------------------------*/
.l-section-thin {
  width: 100%;
}

.l-section-thin__body {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* SUB SECTION
--------------------------------*/
.l-subSection {
  position: relative;
  z-index: 12;
}

@media all and (max-width: 979px) {
  .l-subSection {
    margin-top: 30px;
  }
  .l-subSection + .l-subSection {
    margin-top: 50px;
  }
}

@media all and (min-width: 980px) {
  .l-subSection {
    margin-top: 60px;
  }
}

/* セクション毎の上下スペーシング変更クラス */
.l-secMod--vspacing0 {
  margin-top: 0;
}

@media all and (max-width: 979px) {
  .l-secMod--vspacing1 {
    margin-top: 50px;
  }
}

@media all and (min-width: 980px) {
  .l-secMod--vspacing1 {
    margin-top: 100px;
  }
}

/* GRID 4/1
   (PC 4 columns / SP 1 column)
--------------------------------*/
.l-grid4-1col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (max-width: 979px) {
  .l-grid4-1col > li,
  .l-grid4-1col > div {
    width: 100%;
  }
}

@media all and (min-width: 980px) {
  .l-grid4-1col > li,
  .l-grid4-1col > div {
    width: calc((100% / 4) - 15px);
  }
  .l-grid4-1col > li:not(:nth-child(4n)),
  .l-grid4-1col > div:not(:nth-child(4n)) {
    margin-right: 20px;
  }
}

/* GRID 4/2
   (PC 4 columns / SP 2 columns)
--------------------------------*/
.l-grid4-2col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (max-width: 979px) {
  .l-grid4-2col {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-grid4-2col > li,
  .l-grid4-2col > div {
    width: calc(50% - 10px);
  }
}

@media all and (min-width: 980px) {
  .l-grid4-2col {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-grid4-2col > li,
  .l-grid4-2col > div {
    width: calc((100% / 4) - 15px);
  }
  .l-grid4-2col > li:not(:nth-child(4n)),
  .l-grid4-2col > div:not(:nth-child(4n)) {
    margin-right: 20px;
  }
}

/* GRID 3/2
   (PC 3 columns / SP 2 columns)
--------------------------------*/
.l-grid3-2col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (max-width: 979px) {
  .l-grid3-2col {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-grid3-2col > li,
  .l-grid3-2col > div {
    width: calc(50% - 10px);
  }
}

@media all and (min-width: 980px) {
  .l-grid3-2col {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-grid3-2col > li,
  .l-grid3-2col > div {
    width: calc((100% / 3) - 15px);
  }
  .l-grid3-2col > li:not(:nth-child(3n)),
  .l-grid3-2col > div:not(:nth-child(3n)) {
    margin-right: 20px;
  }
}

/* グリドの変更クラス */
.l-gridMod--uncentered {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* 上のセクションにかぶる三角シェープ
   赤色
--------------------------------*/
.l-downwardLvl1-layer {
  position: relative;
  z-index: 12;
}

@media all and (max-width: 979px) {
  .l-downwardLvl1-layer {
    margin-top: -40vw;
  }
}

@media all and (min-width: 980px) {
  .l-downwardLvl1-layer {
    margin-top: -500px;
    padding-bottom: 300px;
  }
}

.l-downwardLvl1-layer::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: rotate(21.8deg);
  transform: rotate(21.8deg);
  z-index: 9;
  background: #d20a01;
}

@media all and (max-width: 979px) {
  .l-downwardLvl1-layer::before {
    width: 800vw;
    margin: 0 0 0 -400vw;
  }
}

@media all and (min-width: 980px) {
  .l-downwardLvl1-layer::before {
    width: 180%;
    margin: 0 0 0 -40.2%;
  }
}

@media all and (max-width: 979px) {
  #activities .l-downwardLvl1-layer::before {
    height: 81.45%;
  }
}

/* メインビジュアルにかぶる三角シェープ
   白色
--------------------------------*/
.l-downwardLvl2-layer {
  position: relative;
  margin-top: 38%;
}

.l-downwardLvl2-layer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: rotate(21.8deg);
  transform: rotate(21.8deg);
  z-index: 8;
  background: #ffffff;
}

@media all and (max-width: 979px) {
  .l-downwardLvl2-layer {
    margin-top: 0;
  }
  .l-downwardLvl2-layer::before {
    width: 800vw;
    height: 100%;
    margin-top: -40%;
    margin-left: -400vw;
  }
}

@media all and (min-width: 980px) {
  .l-downwardLvl2-layer {
    margin-top: -290px;
    padding-top: 10px;
  }
  .l-downwardLvl2-layer::before {
    width: 180%;
    height: 700px;
    margin-left: -40%;
  }
}

@media all and (min-width: 980px) {
  #vision .l-downwardLvl2-layer {
    margin-top: -340px;
  }
  #challenge .l-downwardLvl2-layer {
    margin-top: 50px;
  }
  #activities .l-downwardLvl2-layer,
  #participation .l-downwardLvl2-layer,
  #forschool .l-downwardLvl2-layer,
  #technology .l-downwardLvl2-layer,
  #plays .l-downwardLvl2-layer,
  #special_movie .l-downwardLvl2-layer,
  #message .l-downwardLvl2-layer {
    margin-top: -500px;
  }
}

/* ==========================================================================
  LOCAL NAV
========================================================================== */
.local-upper-nav__wrapper {
  width: 100%;
}

@media all and (min-width: 980px) {
  .local-upper-nav__wrapper {
    background: #d20a01;
  }
}

.local-upper-nav {
  width: 100%;
}

.local-upper-nav.is-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #d20a01;
}

.local-upper-nav.is-fixed.is-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.local-upper-nav.is-fixed.is-active::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
}

@media all and (max-width: 979px) {
  .local-upper-nav {
    position: absolute;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }
  .local-upper-nav.has-mobileDropdown-opened {
    z-index: 9999;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .local-upper-nav.is-fixed {
    height: 44px;
    -webkit-transform: translate3d(0, -44px, 0);
    transform: translate3d(0, -44px, 0);
  }
}

@media all and (min-width: 980px) {
  .local-upper-nav.is-fixed {
    -webkit-transform: translate3d(0, -55px, 0);
    transform: translate3d(0, -55px, 0);
  }
}

@media all and (max-width: 979px) {
  .local-upper-nav__upperNav {
    display: none;
  }
  .local-upper-nav__upperNav #module_titleArea {
    padding: 0;
  }
  .local-upper-nav__upperNav #category_title {
    padding-left: 20px;
    border: none;
  }
  .local-upper-nav__upperNav #category_title a {
    font-size: 13px;
    color: #ffffff;
  }
  .local-upper-nav__upperNav #category_title:before {
    content: none;
  }
  .local-upper-nav.is-fixed.is-active .local-upper-nav__upperNav {
    display: block;
  }
}

.local-upper-nav__body {
  max-width: 1174px;
  margin: auto;
  background: #d20a01;
}

.nav-item > a {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}

.nav-item__en {
  display: block;
  font-weight: 400;
  font-family: "Oswald", "Arial", sans-serif;
  letter-spacing: 0.025em;
}

.nav-item__jp {
  font-size: 10px;
  display: block;
}

@media all and (max-width: 979px) {
  .nav-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav-item a {
    position: relative;
    padding: 20px 0;
    border-bottom: 2px solid #ffffff;
  }
  .nav-item__en {
    font-size: 30px;
  }
  .nav-item__plus {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    display: block;
  }
  .nav-item__plus::before,
  .nav-item__plus::after {
    content: "";
    width: 15px;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background: #ffffff;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .nav-item__plus:after {
    -webkit-transform: rotate(90deg) translateZ(0);
    transform: rotate(90deg) translateZ(0);
  }
  .nav-item__plus.is-active:after {
    -webkit-transform: rotate(0) translateZ(0);
    transform: rotate(0) translateZ(0);
  }
}

@media all and (min-width: 980px) {
  .local-upper-nav,
  .local-upper-nav__fixedNav {
    height: 55px;
  }
  .local-upper-nav__list {
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .local-upper-nav__item {
    width: calc(100% / 7);
  }
  .nav-item {
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #ffffff;
  }
  .nav-item:last-child {
    border-right: 1px solid #ffffff;
  }
  .nav-item > a {
    height: 55px;
    position: relative;
    line-height: 1.4;
    z-index: 100;
    overflow: hidden;
    background: transparent;
    transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .no-touch .nav-item > a:hover {
    color: #d20a01;
  }
  .nav-item > a.is-current {
    color: #d20a01;
    background: #ffffff;
  }
  .nav-item > a:not(.is-current)::before,
  .nav-item > a:not(.is-current)::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    display: block;
    border-style: solid;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0.5, 0, 0, 1);
  }
  .nav-item > a:not(.is-current)::before {
    top: 0;
    right: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
    border-width: 56px 194.66px 0 0;
    border-color: #ffffff transparent #ffffff transparent;
  }
  .nav-item > a:not(.is-current)::after {
    bottom: 0;
    right: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
    border-width: 56px 194.66px 0 0;
    border-color: transparent #ffffff #ffffff transparent;
  }
  .no-touch .nav-item > a:hover::before,
  .no-touch .nav-item > a:hover::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.45s cubic-bezier(0.5, 0, 0, 1);
  }
  .nav-item__en {
    font-size: 16px;
  }
}

/* SUB NAV
   ● wide screen = mega menu
   ● narrow screen = accordion
--------------------------------*/
.nav-item__subMenu {
  background: #ffffff;
}

.local-subMenu__item a {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #000000;
}

.local-subMenu__txt {
  font-weight: bold;
}

.subMenu-challengeLogo,
.subMenu-caravanLogo,
.subMenu-forschoolLogo,
.subMenu-miniGuide,
.subMenu-playLogo,
.subMenu-cheerGuide,
.subMenu-quizLogo,
.subMenu-message {
  display: block;
  margin: auto;
}

.subMenu-challengeLogo {
  position: relative;
}

.subMenu-challengeLogo {
  background: url("../img/common/cmn_subnav_challenge_logo_img.png") no-repeat
    center/contain;
}
.subMenu-caravanLogo {
  background: url("../img/common/cmn_subnav_campaign_logo_img.svg") no-repeat
    center/contain;
}
.subMenu-forschoolLogo {
  background: url("../img/common/cmn_subnav_forschool_logo_img.svg") no-repeat
    center/contain;
}
.subMenu-miniGuide {
  background: url("../img/common/cmn_subnav_miniguide_logo_img.svg") no-repeat
    center/contain;
}
.subMenu-playLogo {
  background: url("../img/common/cmn_subnav_play_logo_img.png") no-repeat
    center/contain;
}
.subMenu-cheerGuide {
  background: url("../img/common/cmn_subnav_cherrguide_logo_img.svg") no-repeat
    center/contain;
}
.subMenu-quizLogo {
  background: url("../img/common/cmn_subnav_quiz_logo_img.svg") no-repeat
    center/contain;
}
.subMenu-message {
  background: url("../img/common/cmn_subnav_message_logo_img.svg") no-repeat
    center/contain;
}

@media all and (max-width: 979px) {
  .local-subMenu__item ~ .local-subMenu__item {
    border-top: 10px solid #d20a01;
  }
  .local-subMenu__txt {
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    padding-left: 5px;
  }
  .subMenu-challengeLogo,
  .subMenu-caravanLogo,
  .subMenu-forschoolLogo,
  .subMenu-miniGuide,
  .subMenu-playLogo,
  .subMenu-cheerGuide,
  .subMenu-quizLogo,
  .subMenu-message {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 160px;
    padding-top: 15%;
  }
  /*.subMenu-quizLogo {
    padding-top: 11%;
  }*/
  .local-subMenu__txt {
    font-size: 12px;
  }

  .local-subMenu__item.subMenu__new {
    position: relative;
  }
  .local-subMenu__item.subMenu__new .c-newIcn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: bold;
  }
}

@media all and (min-width: 980px) {
  .nav-item__subMenu {
    width: 100vw;
    position: absolute;
    left: 0;
    top: 55px;
    z-index: 1000;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    pointer-events: none;
  }
  .local-subMenu__list {
    max-width: 1174px;
    display: -ms-flexbox;
    display: flex;
    /* -ms-flex-pack: justify;
    justify-content: space-between; */
    margin: auto;
    padding: 80px 0;

    /* 210311 */
    flex-wrap: wrap;
  }
  .local-subMenu__item {
    width: calc((100% / 4) - 10px);
    height: 115px;
    text-align: center;
    background: #f2f5f6;

    /* 210311 */
    margin: 0 13px 13px 0;
  }

  /* 210311*/
  .local-subMenu__item:nth-child(4n) {
    margin-right: 0;
  }

  .local-subMenu__item a {
    padding: 10px;
    /* -ms-flex-direction: column;
        flex-direction: column; */
    border: 5px solid #f2f5f6;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: padding 0.1s ease-in-out, border 0.3s ease-in-out,
      color 0.3s ease-in-out;
  }
  .local-subMenu__item a:hover {
    border: 5px solid #d20a01;
    color: #d20a01;
  }
  .local-subMenu__item .local-subMenu__txt {
    font-size: 13px;
    text-align: left;

    /* 210311 */
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    /* padding-left: 5px; */
  }
  .local-subMenu__item.subMenu__new {
    position: relative;
  }
  .local-subMenu__item.subMenu__new .c-newIcn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: bold;
  }

  /* 210311 */
  .subMenu-challengeLogo,
  .subMenu-caravanLogo,
  .subMenu-forschoolLogo,
  .subMenu-miniGuide,
  .subMenu-playLogo,
  .subMenu-cheerGuide,
  .subMenu-quizLogo,
  .subMenu-message {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 120px;
  }

  .subMenu-challengeLogo {
    width: 100%;
    position: relative;
    /* top: -10px; */
    padding-top: 36%;
  }
  .subMenu-caravanLogo {
    width: 80%;
    padding-top: 36%;
  }
  .subMenu-forschoolLogo {
    width: 80%;
    padding-top: 36%;
  }
  .subMenu-miniGuide {
    width: 100%;
    padding-top: 36%;
  }
  .subMenu-playLogo {
    width: 100%;
    padding-top: 36%;
  }
  .subMenu-cheerGuide {
    width: 100%;
    padding-top: 36%;
  }
  .subMenu-quizLogo {
    width: 80%;
    padding-top: 17%;
  }
  .subMenu-message{
    width: 100%;
    padding-top: 36%;
  }

  /* hover */
  .nav-item.has-subMenu:hover .nav-item__subMenu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
  }
  .nav-item.has-subMenu:hover > a {
    color: #d20a01;
    background: #ffffff;
  }
  .local-subMenu__item {
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }
  .local-subMenu__item:nth-child(1) {
    transition-delay: 0.2s;
  }
  .local-subMenu__item:nth-child(2) {
    transition-delay: 0.3s;
  }
  .local-subMenu__item:nth-child(3) {
    transition-delay: 0.4s;
  }
  .local-subMenu__item:nth-child(4) {
    transition-delay: 0.5s;
  }
  .local-subMenu__item:nth-child(5) {
    transition-delay: 0.6s;
  }
  .local-subMenu__item:nth-child(6) {
    transition-delay: 0.7s;
  }
  .nav-item.has-subMenu:hover .local-subMenu__item {
    opacity: 1;
  }
}

/* SP表示　dropdown
--------------------------------*/
@media all and (max-width: 979px) {
  .local_nav_btn {
    width: 20%;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #d20a01;
  }
  .local_nav_btn a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .local_nav_btn::before {
    content: "MENU";
    font-size: 13px;
    font-weight: 400;
    font-family: "Oswald", "Arial", sans-serif;
    color: #ffffff;
  }
  .local_nav_btn::after {
    content: "";
    width: 0;
    height: 0;
    position: relative;
    left: 5px;
    display: block;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #fff transparent #ffffff transparent;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .local_nav_btn.is-active::after {
    -webkit-transform: rotate3d(1, 0, 0, 180deg);
    transform: rotate3d(1, 0, 0, 180deg);
  }

  .pc-only {
    display: none;
  }
}

@media all and (max-width: 979px) {
  .local-upper-nav__body {
    width: 100%;
    height: 100vh;
    position: fixed;
    padding-bottom: 50%;
    overflow-y: auto;
    overflow-x: hidden;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: -1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translate3d(0, 120%, 0);
    transform: translate3d(0, 120%, 0);
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  .has-mobileDropdown-opened .local-upper-nav__body {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 99999;
  }
}

/* ==========================================================================
  BOTTOM SUB-FOOTER
========================================================================== */
.subfooter {
  position: relative;
  z-index: 12;
  background: #ffffff;
}

.subfooter__partnersBnr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.subfooter__banners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #272727;
}

.footer-banners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media all and (max-width: 979px) {
  .subfooter {
    margin-top: 50px;
  }
  .subfooter__partnersBnr {
    padding: 25px 50px;
  }
  .subfooter__banners {
    padding: 50px;
    min-height: 325px;
  }
  .footer-banners {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-banners__item + .footer-banners__item {
    margin-top: 20px;
  }
}

@media all and (min-width: 980px) {
  .subfooter {
    margin-top: 100px;
  }
  .subfooter__partnersBnr {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .subfooter__banners {
    padding: 100px 0;
    min-height: 360px;
  }
  .footer-banners {
    width: 880px;
  }
  .footer-banners__item {
    width: calc(50% - 20px);
    background: #ffffff;
  }
  .footer-banners__item--wide {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer-banners__item--wide img {
    width: 100%;
  }
}

/* PAGE BOTTOM BUTTON
--------------------------------*/
.pagetop-btn a {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #d20a01;
  transition: background 0.4s ease-out;
}

.pagetop-btn a::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 7px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 1px;
  border-top: 2.5px solid #ffffff;
  border-left: 2.5px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.pagetop-btn a:hover {
  background: #ffffff;
}

.pagetop-btn a:hover::before {
  border-color: #d20a01;
}

@media screen and (max-width: 979px) {
  .pagetop-btn a {
    width: 37px;
    height: 37px;
  }
}

@media screen and (min-width: 980px) {
  .pagetop-btn a {
    width: 50px;
    height: 50px;
  }
}

/* ==========================================================================
  HEADINGS
========================================================================== */
/* 見出し (primary)
--------------------------------*/
.c-headingLvl1 {
  position: relative;
  z-index: 12;
  font-weight: 500;
  line-height: 1.22;
  color: #d20a01;
}

.c-headingLvl1 small {
  font-size: 80%;
}

.c-headingLvl1__subTxt {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
}

@media all and (max-width: 979px) {
  .c-headingLvl1 {
    font-size: 60px;
    font-size: calc(58 / 375 * 100vw);
  }
  .c-headingLvl1__subTxt {
    font-size: 20px;
  }
  .c-headingLvl1--medium {
    font-size: 30px;
  }
  .c-headingLvl1--medium .c-headingLvl1__subTxt {
    font-size: 16px;
  }
  .c-headingLvl1--tiny {
    font-size: 20px;
  }
}

@media all and (min-width: 980px) {
  .c-headingLvl1 {
    font-size: 90px;
  }
  .c-headingLvl1__subTxt {
    font-size: 30px;
  }
  .c-headingLvl1--medium {
    font-size: 60px;
  }
  .c-headingLvl1--medium .c-headingLvl1__subTxt {
    font-size: 24px;
    line-height: 2;
  }
  .c-headingLvl1--tiny {
    font-size: 30px;
  }
}

/* 見出し (secondary)
--------------------------------*/
.c-headingLvl2 {
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: bold;
  line-height: 1.666;
}

.c-headingLvl2 small {
  font-size: 80%;
}

.c-headingLvl2::before {
  content: "";
  display: inline-block;
  position: relative;
  left: 0;
  line-height: 1;
  background: #d20a01;
}

@media all and (max-width: 979px) {
  .c-headingLvl2 {
    left: 10px;
    text-indent: -1.4em;
    font-size: 18px;
  }
  .c-headingLvl2::before {
    width: 15px;
    height: 15px;
    top: 2px;
    margin-right: 10px;
  }
}

@media all and (min-width: 980px) {
  .c-headingLvl2 {
    left: 20px;
    text-indent: -1.7em;
    font-size: 30px;
  }
  .c-headingLvl2::before {
    width: 30px;
    height: 30px;
    top: 5px;
    margin-right: 20px;
  }
}

/* 見出し (tertiary)
--------------------------------*/
.c-headingLvl3 {
  font-weight: bold;
  line-height: 1.5;
}

.c-headingLvl3 small {
  font-size: 80%;
}

@media all and (max-width: 979px) {
  .c-headingLvl3 {
    font-size: 16px;
  }
}

@media all and (min-width: 980px) {
  .c-headingLvl3 {
    font-size: 24px;
  }
}

/* 見出し (quaternary)
--------------------------------*/
.c-headingLvl4 {
  line-height: 1.5;
}

.c-headingLvl4 small {
  font-size: 80%;
}

@media all and (max-width: 979px) {
  .c-headingLvl4 {
    font-size: 14px;
  }
}

@media all and (min-width: 980px) {
  .c-headingLvl4 {
    font-size: 18px;
  }
}

/* ==========================================================================
  PARAGRAPHS
========================================================================== */
/* 本文
--------------------------------*/
.c-txt small {
  font-size: 80%;
}

.c-txt--invert {
  color: #ffffff;
}

@media all and (max-width: 979px) {
  .c-txt {
    font-size: 14px;
    line-height: 1.85;
  }
  .c-txt + .c-txt {
    margin-top: 10px;
  }
  .c-txt br {
    display: none;
  }
}

@media all and (min-width: 980px) {
  .c-txt {
    font-size: 16px;
    line-height: 2.25;
  }
  .c-txt + .c-txt {
    margin-top: 20px;
  }
}

/* 注釈
--------------------------------*/
.c-annotation {
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}

@media all and (max-width: 979px) {
  .c-annotation {
    font-size: 10px;
  }
  .c-annotation:first-child {
    margin-top: 10px;
  }
  .c-annotation br {
    display: none;
  }
  p.c-annotation + p.c-annotation {
    margin-top: 10px;
  }
}

@media all and (min-width: 980px) {
  .c-annotation {
    font-size: 12px;
  }
  .c-annotation:first-child {
    margin-top: 20px;
  }
  p.c-annotation + p.c-annotation {
    margin-top: 20px;
  }
}

span.c-annotation {
  display: block;
}

/* テキストや画像のコンテンツ　ブロック
--------------------------------*/
.c-block + .c-block {
  margin-top: 40px;
}

@media all and (max-width: 979px) {
  .c-block {
    margin-top: 10px;
  }
}

@media all and (min-width: 980px) {
  .c-block {
    margin-top: 20px;
  }
}

/* 画像
--------------------------------*/
.c-imgGroup {
  margin-top: 20px;
}

.c-imgGroup__item figcaption {
  margin-top: 5px;
  text-align: right;
  line-height: 1.5;
}

@media all and (min-width: 530px) {
  .c-imgGroup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media all and (min-width: 980px) {
  .c-imgGroup__item figcaption {
    font-size: 12px;
  }
}

/* 単純なテキストのリスト要素
--------------------------------*/
.c-listing__wrapper {
  margin-top: 10px;
}

.c-listing__item {
  line-height: 2.25;
}

@media all and (max-width: 979px) {
  .c-listing__item {
    font-size: 14px;
  }
}

@media all and (min-width: 980px) {
  .c-listing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-listing__item {
    width: calc(33% - 10px);
    margin-right: 10px;
    font-size: 16px;
  }
}

/* ==========================================================================
  BUTTONS
========================================================================== */
/* default button
--------------------------------*/
.c-btn {
  width: 220px;
  position: relative;
}

a.c-btn__body,
span.c-btn__body {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  padding: 7px 15px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 2.64;
  background: #d20a01;
}

.c-btn__body > i {
  width: 20px;
  height: 1px;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 15px;
  margin: auto;
  background: #ffffff;
}

.c-btn__body > i::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: -5px;
  right: 0;
  border-style: solid;
  border-width: 5px 0 0 5px;
  border-color: transparent transparent transparent #ffffff;
}

/* variations */
.c-btn--invert .c-btn__body {
  color: #d20a01;
  background: #ffffff;
}

.c-btn--invert .c-btn__body > i {
  background: #d20a01;
}

.c-btn--invert .c-btn__body > i::before {
  border-color: transparent transparent transparent #d20a01;
}

.c-btn--back .c-btn__body > i {
  left: 15px;
  right: inherit;
}

.c-btn--back .c-btn__body > i::before {
  left: 0;
  right: inherit;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-btn .u-pdfIcn {
  position: absolute;
  top: calc(50% - 15px);
  left: 10px;
}

@media all and (min-width: 980px) {
  /* hover */
  a.c-btn__body {
    transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .c-btn::before,
  .c-btn__body::before {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform 0.3s ease-out 0.2s;
    transition: transform 0.3s ease-out 0.2s;
    transition: transform 0.3s ease-out 0.2s,
      -webkit-transform 0.3s ease-out 0.2s;
  }
  .c-btn::before {
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    background: #ffffff;
  }
  .c-btn__body::before {
    top: 0;
    left: 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    background: #ffffff;
  }
  .c-btn::after,
  .c-btn__body::after {
    content: "";
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transition: -webkit-transform 0.3s ease-out 0.4s;
    transition: transform 0.3s ease-out 0.4s;
    transition: transform 0.3s ease-out 0.4s,
      -webkit-transform 0.3s ease-out 0.4s;
  }
  .c-btn::after {
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    background: #ffffff;
  }
  .c-btn__body::after {
    bottom: 0;
    right: 0;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    background: #ffffff;
  }
  .c-btn:hover::before,
  .c-btn__body:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #d20a01;
  }
  .c-btn:hover::after,
  .c-btn__body:hover::after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    background: #d20a01;
  }
  .c-btn--invert.c-btn:hover::before,
  .c-btn--invert.c-btn:hover::after,
  .c-btn--invert .c-btn__body:hover::before,
  .c-btn--invert .c-btn__body:hover::after {
    background: #ffffff;
  }
  .c-btn__body:hover {
    color: #d20a01;
    background: #ffffff;
  }
  .c-btn__body > i {
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .c-btn__body:hover > i {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
    background: #d20a01;
  }
  .c-btn__body:hover > i::before {
    border-color: transparent transparent transparent #d20a01;
  }
  .c-btn--invert .c-btn__body:hover {
    color: #ffffff;
    background: #d20a01;
  }
  .c-btn--invert .c-btn__body:hover > i {
    background: #ffffff;
  }
  .c-btn--invert .c-btn__body:hover > i::before {
    border-color: transparent transparent transparent #ffffff;
  }
  .c-btn .c-btn__body:hover .u-pdfIcn {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
  }
}

/* ==========================================================================
  TOPICS
========================================================================== */
.c-topicsList {
  margin-top: 40px;
}

.c-topicsList__item {
  position: relative;
  background: #ffffff;
}

.c-topicsList__item a {
  text-decoration: none;
  color: #333333;
}

.c-topicsList__img {
  position: relative;
}

.c-topicsList__new {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 0.2em 0.5em;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  z-index: 100;
  background: #e70012;
}

.c-topicsList__txt {
  padding: 20px;
  line-height: 1.5;
}
.illust figcaption .c-topicsList__txt_big {
  line-height: 2.5;
}
.illust--centered .c-topicsList__txt {
  padding: 20px;
  line-height: 1.5;
  font-weight: bold;
}

.c-topicsList__txt dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.c-topicsList__txt dt:empty {
  display: none;
}

.c-topicsList__txt dd {
  margin-top: 10px;
  font-size: 14px;
}

@media all and (max-width: 979px) {
  .c-topicsList__item {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-topicsList__item ~ .c-topicsList__item {
    margin-top: 15px;
  }
  .illust--centered .c-topicsList__txt {
    padding: 6px;
    line-height: 1.5;
    display: block;
    font-weight: bold;
  }
}

@media all and (min-width: 980px) {
  .c-topicsList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-topicsList__item {
    width: calc(34% - 16px);
    max-width: 320px;
  }
  .c-topicsList__item:nth-last-child(n + 4) {
    margin-bottom: 40px;
  }
  .c-topicsList__img {
    width: 100%;
    height: 178px;
    overflow: hidden;
  }
  .c-topicsList__img img {
    width: 100%;
  }
}

/* TOPICS 下層ページ (PC 四つ並び) */
@media all and (max-width: 979px) {
  .c-topicsList--archives {
    margin-top: 30px;
  }
}

@media all and (min-width: 980px) {
  .c-topicsList--archives {
    margin-top: 50px;
  }
  .c-topicsList--archives .c-topicsList__item {
    width: calc((100% / 4) - 15px);
  }
  .c-topicsList--archives .c-topicsList__img {
    height: 158px;
  }
  .c-topicsList--archives .c-topicsList__txt {
    padding: 20px 0;
  }
}

/* ==========================================================================
  PAGE HEROES
========================================================================== */
.c-pageHero {
  position: relative;
  background: #eeeeee;
}

.c-pageHero::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  padding-bottom: 40%;
  z-index: 1;
  background: #ffffff;
}

.c-pageHero::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  padding-bottom: 20%;
  background: linear-gradient(#eeeeee 40%, #ffffff 40%);
}

.c-pageHero__lead {
  margin-top: 10px;
}

.c-pageHero__ttl {
  font-size: 30px;
  font-weight: bold;
}

.c-pageHero__ttl span {
  margin: 5px auto;
  display: block;
  font-size: 46%;
  line-height: 1.5;
}

.c-pageHero__txt {
  margin-top: 20px;
}

@media all and (max-width: 979px) {
  .c-pageHero {
    padding-bottom: 100%;
  }
  .c-pageHero::before {
    content: "";
    width: 100%;
    top: 120%;
  }
  .c-pageHero__body {
    padding-top: 30px;
  }
  .c-pageHero__heading {
    text-align: center;
  }
  .c-pageHero__ttl {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
  }
  .c-pageHero__ttl span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media all and (min-width: 980px) {
  .c-pageHero {
    min-height: 1172px;
  }
  .c-pageHero::before {
    content: "";
    width: 50%;
    top: 70%;
  }
  .c-pageHero__body {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    right: 0;
    left: 120px;
  }
  .c-pageHero__ttl {
    font-size: 30px;
  }

  #participation .c-pageHero__body {
    padding-top: 30px;
  }
}

@media all and (min-width: 980px) and (max-width: 1150px) {
  .c-pageHero__body {
    left: 10vw;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

/* その他　要素 */
@media all and (min-width: 980px) {
  .hero-campaignLogo {
    position: relative;
    left: -50px;
  }
}

/* 個別ページ背景画像設定 */
@media all and (max-width: 979px) {
  #activities .c-pageHero {
    background: #eeeeee
      url("../img/common/page-hero-visuals/activities_bg_sp.jpg") no-repeat
      center 100%/100%;
  }
  #challenge .c-pageHero {
    background: #eeeeee
      url("../img/common/page-hero-visuals/challenge_bg_sp.jpg") no-repeat
      center 100%/100%;
  }
  #participation .c-pageHero {
    background: #eeeeee
      url("../img/common/page-hero-visuals/participation_bg_sp.jpg") no-repeat
      center 100%/100%;
  }
  #forschool .c-pageHero {
    background: #eeeeee
      url("../img/common/page-hero-visuals/forschool_bg_sp.jpg") no-repeat
      center 100%/100%;
  }
  #technology .c-pageHero {
    background: #eeeeee
      url("../img/common/page-hero-visuals/technology_bg_sp.jpg") no-repeat
      center 100%/100%;
  }
  #plays .c-pageHero {
    background: #eeeeee url("../img/common/page-hero-visuals/plays_bg_sp.jpg")
      no-repeat center 100%/100%;
  }
  #special_movie .c-pageHero {
    background: #eeeeee
      url("../img/common/page-hero-visuals/participation_bg_sp.jpg") no-repeat
      center 100%/100%;
  }
  #message .c-pageHero {
    background: #eeeeee
      url("../img/common/page-hero-visuals/message_bg_sp.jpg") no-repeat
      center 100%/100%;
  }
}

@media all and (min-width: 980px) {
  #activities .c-pageHero {
    background: #eeeeee
      url("../img//common/page-hero-visuals/activities_bg.jpg") no-repeat center
      100%/2560px auto;
  }
  #challenge .c-pageHero {
    background: #eeeeee url("../img//common/page-hero-visuals/challenge_bg.jpg")
      no-repeat center 100%/2560px auto;
  }
  #participation .c-pageHero {
    background: #eeeeee
      url("../img//common/page-hero-visuals/participation_bg.jpg") no-repeat
      center 100%/2560px auto;
  }
  #forschool .c-pageHero {
    background: #eeeeee url("../img//common/page-hero-visuals/forschool_bg.jpg")
      no-repeat center 100%/2560px auto;
  }
  #technology .c-pageHero {
    background: #eeeeee
      url("../img//common/page-hero-visuals/technology_bg.jpg") no-repeat center
      100%/2560px auto;
  }
  #plays .c-pageHero {
    background: #eeeeee url("../img/common/page-hero-visuals/plays_bg.jpg")
      no-repeat center 100%/2560px auto;
  }
  #special_movie .c-pageHero {
    background: #eeeeee
      url("../img/common/page-hero-visuals/participation_bg.jpg") no-repeat
      center 100%/2560px auto;
  }
  #message .c-pageHero {
    background: #eeeeee
      url("../img/common/page-hero-visuals/message_bg.jpg") no-repeat
      center 100%/2560px auto;
  }
}

/* ==========================================================================
  MEDIA OBJECT
========================================================================== */
.c-media:first-child {
  margin-top: 30px;
}

.c-media + .c-media {
  margin-top: 40px;
}

.c-media__fig {
  width: 100%;
  -ms-flex-item-align: start;
  align-self: start;
}

.c-media__fig img {
  vertical-align: top;
}

.c-media__crux {
  position: relative;
  vertical-align: top;
}

@media all and (max-width: 979px) {
  .c-media__crux {
    margin-top: 25px;
  }
}

@media all and (min-width: 980px) {
  .c-media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-media__fig {
    width: 425px;
  }
  .c-media__crux {
    width: 510px;
    text-align: justify;
  }
}

/* ==========================================================================
  CARDS
========================================================================== */
/* default
--------------------------------*/
.c-card {
  margin-bottom: 20px;
}

.c-card a {
  color: #000000;
  transition: color 0.5s ease;
}

.c-card__img {
  position: relative;
}

.c-card__playIcn::after {
  content: "";
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  background: url("../img/common/cmn_play_icn.png") center/44px 44px no-repeat;
}

.c-card__label {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  position: relative;
  background: #eeeeee;
}

.c-card__label::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5em;
  margin: auto;
  display: block;
  border-style: solid;
  border-width: 6px 6px 6px 8px;
  border-color: transparent transparent transparent #d20a01;
}

@supports (display: grid) {
  .c-card a {
    height: 100%;
    display: grid;
    grid-template-rows: 60% auto;
    outline: none;
  }
}

@media all and (max-width: 979px) {
  .c-card__img img {
    width: 100%;
  }
  .c-card__label {
    padding: 5%;
    font-size: calc(14 / 375 * 100vw);
  }
}

@media all and (min-width: 980px) {
  .c-card__label {
    padding: 18px 10px;
    font-size: 16px;
  }
}

/* ==========================================================================
  OTHERS (ICONS...)
========================================================================== */
/* ICONS
--------------------------------*/
.c-newIcn {
  display: inline-block;
  padding: 5px 10px;
  font-style: normal;
  line-height: 1;
  color: #ffffff;
  background: #d20a01;
  z-index: 14;
}

/* SPINNING LOADER
--------------------------------*/
.c-loader {
  width: 120px;
  height: 120px;
  display: block;
  border-radius: 50%;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #d20a01;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.c-loader__wrapper {
  width: 100%;
  height: 340px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ====================================================================
  Slick base (Slider / Carousel)
==================================================================== */
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-next,
.slick-prev {
  z-index: 10;
  font-size: 0;
  cursor: pointer;
}
@media all and (max-width: 979px) {
  .slick-next,
  .slick-prev {
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
  }
}
@media all and (min-width: 980px) {
  .slick-next,
  .slick-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
      -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-next::before,
.slick-prev::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 5px solid #d20a01;
  border-left: 5px solid #d20a01;
}
.slick-disabled::before {
  border-color: #dcdcdc;
}
.slick-next::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slick-arrow:hover {
  opacity: 0.8;
}
.slick-prev:hover {
  -webkit-transform: translate3d(-2px, 0, 0);
  transform: translate3d(-2px, 0, 0);
}
.slick-next:hover {
  -webkit-transform: translate3d(2px, 0, 0);
  transform: translate3d(2px, 0, 0);
}
.slick-dots {
  width: 100%;
  display: block;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media all and (max-width: 979px) {
  .slick-dots {
    margin: 10px 0 0;
  }
}
.slick-dots li,
.slick-dots li button {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
@media all and (max-width: 979px) {
  .slick-dots li,
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
}
.slick-dots li ~ li {
  margin-left: 15px;
}
@media all and (max-width: 979px) {
  .slick-dots li ~ li {
    margin-left: 10px;
  }
}
.slick-dots li button {
  display: block;
  color: transparent;
  outline: 0;
  border-radius: 50%;
  border: 1px solid #d20a01;
}
.slick-dots li.slick-active button {
  background: #d20a01;
}

/* ====================================================================
  MODAL
==================================================================== */
/* Magnific Popup  base
--------------------------------*/
.mfp-bg,
.mfp-container,
.mfp-wrap {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
  content: "";
}
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.93;
}
.mfp-bg,
.mfp-wrap {
  position: fixed;
}
.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur {
  cursor: default;
}
.mfp-zoom,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}
.mfp-zoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-close,
.mfp-counter {
  top: 0;
  position: absolute;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-close,
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.mfp-figure:after,
.mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  right: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-image-holder .mfp-content,
img.mfp-img {
  max-width: 100%;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.mfp-figure:after,
img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}
img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
  background: rgba(0, 0, 0, 0.96);
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
@media screen and (min-width: 767px) and (max-width: 900px) {
  .mfp-arrow-right {
    right: -5vw !important;
  }
  .mfp-arrow-left {
    left: -5vw !important;
  }
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-height: 300px),
  screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
    top: -2em;
    right: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 767px) {
  .mfp-image-holder .mfp-content {
    max-width: 100%;
    min-width: initial;
  }
  .mfp-zoom-out-cur,
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    top: 0;
    font-size: 2em;
    text-align: right;
  }
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    width: 1em;
  }
}
@media (min-width: 768px) {
  .mfp-image-holder .mfp-content {
    min-width: 672px;
  }
}

/* カスタマイズ
--------------------------------*/
.mfp-close {
  top: -50px !important;
  opacity: 1;
  font-family: serif;
  background: #fff;
}

.mfp-custom-arrow {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 1000;
  cursor: pointer;
  background: #333333;
}

.mfp-custom-arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.mfp-custom-arrow-left::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.mfp-custom-arrow-right::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media all and (max-width: 979px) {
  .mfp-close {
    font-size: 45px;
  }
  .mfp-custom-arrow-right {
    right: 0;
  }
}

@media all and (min-width: 980px) {
  .mfp-close {
    font-size: 70px;
  }
  .mfp-custom-arrow {
    transition: background 0.3s ease-out;
  }
  .mfp-custom-arrow:hover {
    background: #d20a01;
  }
  .mfp-custom-arrow-left {
    left: -60px;
  }
  .mfp-custom-arrow-right {
    right: -60px;
  }
}

/* ==========================================================================
  VSPACING (components)
========================================================================== */
@media all and (max-width: 979px) {
  .c-txt + .c-media {
    margin-top: 20px;
  }
}

@media all and (min-width: 980px) {
  .c-txt + .c-media {
    margin-top: 30px;
  }
}

/* ==========================================================================
  LEGACY対応
========================================================================== */
.is-legacy .counter__body {
  margin-left: 35px;
}

.is-legacy .c-card__label {
  min-height: 84px;
}

.is-legacy .caravan-card__thumb img {
  width: 100%;
}

.is-legacy .details-staff__flex {
  position: relative;
}

.is-legacy .details-staff__flex::after {
  content: "";
  display: table;
  clear: both;
}

.is-legacy .details-staff__pic {
  width: 100px;
  height: 130px;
  float: left;
}

.is-legacy .details-staff__name,
.is-legacy .details-staff__comment {
  width: 750px;
  float: right;
  margin-left: 20px;
}
