@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

img[usemap] {
  border-width: 0;
}

a img {
  border-width: 0;
  text-decoration: none;
}

ul, li {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background: url(/brand/img/bg.png) repeat;
  color: #282828;
  font-size: 1.6rem;
  line-height: 2;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-animation: disableScroll .1s linear both;
          animation: disableScroll .1s linear both;
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
  -moz-animation-delay: 10s;
}

@-webkit-keyframes disableScroll {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: auto;
  }
}

@keyframes disableScroll {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: auto;
  }
}

a {
  color: #0000ff;
}

a:hover {
  color: #3366ff;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* ヘッダー
/*+---------------------------------*/
.header {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header .header__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 37px;
  height: 18px;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 56px;
  top: 56px;
  z-index: 11;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.header .header__button .header__button-icon {
  position: relative;
  display: inline-block;
  width: 37px;
  height: 18px;
}

.header .header__button .header__button-icon-bar {
  content: "";
  display: inline-block;
  width: 37px;
  height: 1px;
  background-color: #333333;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: absolute;
  left: 0;
}

.header .header__button .header__button-icon-bar:nth-child(1) {
  top: 0;
}

.header .header__button .header__button-icon-bar:nth-child(2) {
  top: calc(3px + 5px);
}

.header .header__button .header__button-icon-bar:nth-child(3) {
  top: calc(3px + 5px + 3px + 5px);
}

.header .header__button.is-active {
  width: 32px;
  height: 32px;
  right: 58px;
  top: 50px;
}

.header .header__button.is-active .header__button-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.header .header__button.is-active .header__button-icon-bar {
  content: "";
  display: inline-block;
  width: 32px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
}

.header .header__button.is-active .header__button-icon-bar:nth-child(1) {
  top: calc(3px + 5px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .header__button.is-active .header__button-icon-bar:nth-child(2) {
  display: none;
}

.header .header__button.is-active .header__button-icon-bar:nth-child(3) {
  top: calc(3px + 5px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header .header__nav-box {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(/brand/img/bg_menu.png) no-repeat left bottom/100% auto;
  z-index: 10;
}

@media screen and (max-width: 720px) {
  .header .header__button {
    right: 28px;
    top: 28px;
  }
  .header .header__button.is-active {
    right: 29px;
    top: 25px;
  }
  .header .header__button .header__button-icon {
    position: relative;
    display: inline-block;
    width: 37px;
    height: 18px;
  }
  .header .header__nav-box {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: url(/brand/img/bg_menu.png) no-repeat left bottom/cover;
    z-index: 10;
  }
}

/* グローバルナビゲーション
/*+---------------------------------*/
.page-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}

.page-navigation .page-navigation__main {
  margin-bottom: 48px;
  font-family: brandon-grotesque, sans-serif;
  letter-spacing: 1px;
}

.page-navigation .page-navigation__main li {
  margin-bottom: 16px;
}

.page-navigation .page-navigation__main li:last-child {
  margin-bottom: 0;
}

.page-navigation .page-navigation__main li a {
  font-size: 2.8rem;
  color: #fff;
  mix-blend-mode: normal;
  text-decoration: none;
}

.page-navigation .page-navigation__main li a:hover {
  text-decoration: underline;
}

.page-navigation .page-navigation__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-navigation .page-navigation__sns li {
  margin-right: 30px;
}

.page-navigation .page-navigation__sns li:nth-child(1) {
  width: 44px;
}

.page-navigation .page-navigation__sns li:nth-child(2) {
  width: 36px;
}

.page-navigation .page-navigation__sns li:nth-child(3) {
  width: 36px;
  margin-right: 0;
}

/* メイン
/*+---------------------------------*/
#main {
  padding-bottom: 0;
}

/* フッター
/*+---------------------------------*/
.footer {
  position: relative;
  background-color: #eaf2f9;
  padding: 267px 0 0;
  overflow: hidden;
  color: #fff;
}

.footer:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 267px 100vw;
  border-color: transparent transparent #0066cc transparent;
}

.footer .footer__inner {
  padding: 0 50px 40px;
  background: #0066cc;
}

.footer .footer__content {
  max-width: 1100px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer .footer__content-company-link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer .footer__content-company-link ul li {
  text-align: center;
  /*margin-right: 40px;*/
  margin-right: 25px;
}

.footer .footer__content-company-link ul li:last-child {
  margin-right: 0;
}

.footer .footer__content-company-link ul li a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .footer__content-company-link ul li a span {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  margin-top: 12px;
}

.footer .footer__content-company-link ul li a:hover {
  opacity: 0.7;
}

.footer .footer__content-company-link ul li a:hover span {
  text-decoration: underline;
}

.footer .footer__content-company-link ul li:nth-child(1) {
  width: 86px;
}

.footer .footer__content-company-link ul li:nth-child(1) img {
  width: 49px;
}

.footer .footer__content-company-link ul li:nth-child(2) {
  /*width: 61px;*/
  width: 110px;
}

.footer .footer__content-company-link ul li:nth-child(2) img {
  /*width: 50px;*/
  width: 38px;
}

.footer .footer__content-box-sns {
  margin-bottom: 20px;
}

.footer .footer__content-box-sns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer .footer__content-box-sns ul li {
  margin-right: 30px;
}

.footer .footer__content-box-sns ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .footer__content-box-sns ul li a:hover {
  opacity: 0.7;
}

.footer .footer__content-box-sns ul li:nth-child(1) {
  width: 45px;
}

.footer .footer__content-box-sns ul li:nth-child(2) {
  width: 36px;
}

.footer .footer__content-box-sns ul li:nth-child(3) {
  width: 36px;
  margin-right: 0;
}

.footer .footer__content-box-link {
  margin-bottom: 8px;
}

.footer .footer__content-box-link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer .footer__content-box-link ul li {
  line-height: 1;
}

.footer .footer__content-box-link ul li a {
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
}

.footer .footer__content-box-link ul li a:hover {
  text-decoration: underline;
}

.footer .footer__content-box-link ul li:nth-child(2) {
  margin: 0 0 0 8px;
  padding: 0 0 0 8px;
  border-left: 1px solid #fff;
  border-right: none;
}

.footer .footer__content-box-copyright {
  font-size: 1.2rem;
  font-family: brandon-grotesque, sans-serif;
  letter-spacing: 1px;
}

@media screen and (max-width: 720px) {
  .footer {
    padding: 167px 0 0;
  }
  .footer:before {
    border-width: 0 0 167px 100vw;
  }
  .footer .footer__inner {
    padding: 0 24px 40px;
  }
  .footer .footer__content {
    max-width: 1100px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer__content-box-sns {
    margin: 20px 20px;
  }
  .footer .footer__content-box-sns ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footer__content-box-link ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footer__content-box-copyright small {
    display: inline-block;
  }
}

/* Re=========================*/
.footer .footer__innerlogo {
  padding: 10px 0px;
  background: #FFFFFF;
  display: block;
}

.footer .footer__logo {
  max-width: 1100px;
  margin: auto;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer .footer__logo img {
  margin: 10px auto;
}

@media screen and (max-width: 720px) {
  .footer .footer__logo img {
    margin: 0px auto;
    width: 40%;
  }
}

/* Re=========================*/
/* 全体
/*+---------------------------------*/
/* --- PCでのみ表示 --- */
.pc-only {
  display: block;
}

@media screen and (max-width: 720px) {
  .pc-only {
    display: none;
  }
}

/* --- スマホでのみ表示 --- */
.sp-only {
  display: none;
}

@media screen and (max-width: 720px) {
  .sp-only {
    display: block;
  }
}

/* --- スキップリンク（本番ソースから移植） --- */
a[href="#anchorContents"] {
  position: absolute;
  top: -10em;
  text-decoration: none;
  text-align: center;
  display: block;
  background: #a8a8a8;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 0;
  width: 100%;
  height: 40px;
  z-index: 4;
  font-family: 'Lucida Sans W01', 'Arial', 'Helvetica', 'メイリオ', 'Meiryo', sans-serif;
}

a[href="#anchorContents"]:focus {
  position: fixed;
  top: 0;
  text-decoration: underline;
}

a[href="#anchorContents"]:focus + header#header {
  margin-top: 40px;
}

a[href="#anchorContents"]:focus + header#header + .content-wrapper {
  padding: 100px 0 0 0;
}

/* 見出し
/*+---------------------------------*/
/* --- 見出しlevel2 --- */
.heading-level2 {
  font-size: 2.8rem;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 8px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
}

/* --- リード文--- */
.lead-text {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 3px;
}

@media screen and (max-width: 720px) {
  .lead-text {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}

/* --- 文章 --- */
.text-box p + p {
  margin-top: 24px;
}

.text-box.is-font-big {
  font-size: 2rem;
}

@media screen and (max-width: 720px) {
  .text-box p + p {
    margin-top: 12px;
  }
  .text-box.is-font-big {
    font-size: 1.6rem;
  }
}

/* パーツ
/*+---------------------------------*/
/* --- opening-box --- */
.opening-box {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(/brand/img/bg_gradation.png) no-repeat center center/cover;
  z-index: 100;
  -webkit-animation: openingBg .1s linear both;
          animation: openingBg .1s linear both;
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
  -moz-animation-delay: 9s;
}

.opening-box .opening-box__text {
  margin: auto;
  font-size: 3.172vw;
  color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (max-width: 720px) {
  .opening-box .opening-box__text {
    font-size: 2.2rem;
  }
}

.opening-box .opening-box__text p {
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}

.opening-box .opening-box__text p .t-caret {
  font-family: monospace, sans-serif;
}

.opening-box .opening-box__text:nth-child(1) p {
  -webkit-animation: text-animation-1 2s forwards step-end;
          animation: text-animation-1 2s forwards step-end;
}

.opening-box .opening-box__text:nth-child(2) p {
  opacity: 0;
  -webkit-animation: text-animation-2 1s forwards step-start;
          animation: text-animation-2 1s forwards step-start;
}

.opening-box .opening-box__text:nth-child(2) p#js-typing-2 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.opening-box .opening-box__text:nth-child(2) p#js-typing-3 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -moz-animation-delay: 4s;
}

.opening-box .opening-box__text:nth-child(2) p#js-typing-4 {
  margin-top: 2vw;
  letter-spacing: 2px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -moz-animation-delay: 6s;
}

@-webkit-keyframes slide-left {
  0% {
    opacity: 0;
    display: block;
    -webkit-transform: translateX(-96px);
            transform: translateX(-96px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-left {
  0% {
    opacity: 0;
    display: block;
    -webkit-transform: translateX(-96px);
            transform: translateX(-96px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slide-right {
  0% {
    opacity: 0;
    display: block;
    -webkit-transform: translateX(32px);
            transform: translateX(32px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-right {
  0% {
    opacity: 0;
    display: block;
    -webkit-transform: translateX(32px);
            transform: translateX(32px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes text-animation-1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes text-animation-1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes text-animation-2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text-animation-2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes openingBg {
  0% {
    background: url(/brand/img/bg_gradation.png) no-repeat center center/cover;
  }
  100% {
    background: #fff;
  }
}

@keyframes openingBg {
  0% {
    background: url(/brand/img/bg_gradation.png) no-repeat center center/cover;
  }
  100% {
    background: #fff;
  }
}

/* --- mv --- */
.mv .mv__content {
  background: -webkit-gradient(linear, left top, left bottom, from(#b1cbe4), color-stop(55%, #dfe9f3), to(#f7dbd8));
  background: linear-gradient(to bottom, #b1cbe4 0%, #dfe9f3 55%, #f7dbd8 100%);
  height: 1000px;
  border-top: 26px solid #fff;
  border-right: 26px solid #fff;
  border-left: 26px solid #fff;
  position: relative;
}

.mv .mv__content .mv__content-heading {
  text-align: center;
  margin-top: 219px;
  padding: 0 20px;
}

.mv .mv__content .mv__content-heading span {
  display: block;
}

.mv .mv__content .mv__content-heading span.mv__content-partners {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
  opacity: 0;
  margin-bottom: -30px;
}

.mv .mv__content .mv__content-heading span.mv__content-desc {
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
  opacity: 0;
}

.mv .mv__content .mv__content-icon {
  text-align: center;
  margin-top: 95px;
  position: relative;
  z-index: 4;
}

.mv .mv__lead-top {
  margin-top: -400px;
  position: relative;
  padding-top: 47.833%;
  background: url(/brand/img/bg_mv_lead_pc.png) no-repeat left top/cover;
}

.mv .mv__lead-top .mv__lead-top-content {
  position: absolute;
  top: 50%;
  right: 9.7vw;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  margin-top: -30px;
  padding-top: 30px;
}

.mv .mv__lead-top .mv__lead-top-content .text-box {
  font-size: 1.5vw;
  color: #fff;
  letter-spacing: 2px;
}

.mv .mv__lead-bottom {
  padding-left: 15.41667%;
  padding-right: 6.91667%;
}

.mv .mv__lead-bottom .mv__lead-bottom-content {
  width: 100%;
  background: url(/brand/img/pict_hand.png) no-repeat right top/50% auto;
}

@media screen and (max-width: 1000px) {
  .mv .mv__lead-bottom .mv__lead-bottom-content {
    background: url(/brand/img/pict_hand.png) no-repeat right top/auto 90%;
  }
}

.mv .mv__lead-bottom .mv__lead-bottom-content .text-box {
  width: 100%;
  letter-spacing: 2px;
  font-size: 1.34vw;
}

.mv .mv__lead-bottom .mv__lead-bottom-content .text-box p + p {
  margin-top: 40px;
}

.mv .mv__lead-bottom .mv__lead-bottom-content .text-box.is-font-big {
  font-size: 1.6vw;
  margin-top: 40px;
  padding-left: 2.66667%;
}

.mv .mv__lead-bottom .mv__lead-bottom-content .text-box.is-font-big p + p {
  margin-top: 20px;
}

@media screen and (max-width: 1120px) {
  .mv .mv__lead-top {
    margin-top: -300px;
  }
}

@media screen and (max-width: 840px) {
  .mv .mv__lead-top {
    margin-top: -260px;
  }
}

@media screen and (max-width: 720px) {
  .mv .mv__content {
    height: 780px;
    border-top: 10px solid #fff;
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
  }
  .mv .mv__content .mv__content-heading {
    margin: 210px auto 0;
    padding: 0 14px;
  }
  .mv .mv__content .mv__content-heading span.mv__content-partners {
    margin-bottom: -15px;
  }
  .mv .mv__content .mv__content-heading span.mv__content-desc img {
    width: 42%;
  }
  .mv .mv__content .mv__content-icon {
    width: 90px;
    margin: 162px auto 0;
  }
  .mv .mv__lead-top {
    margin-top: -140px;
    position: relative;
    padding-top: 144%;
    background: url(/brand/img/bg_mv_lead_sp.png) no-repeat left top/cover;
  }
  .mv .mv__lead-top .mv__lead-top-content {
    margin-top: -30px;
    padding: 30px 24px 0;
    position: absolute;
    top: 75vw;
    right: auto;
    -webkit-transform: none;
            transform: none;
  }
  .mv .mv__lead-top .mv__lead-top-content .text-box {
    font-size: 1.6rem;
    color: #fff;
  }
  .mv .mv__lead-bottom {
    padding-left: 24px;
    padding-right: 24px;
  }
  .mv .mv__lead-bottom .mv__lead-bottom-content {
    padding: 8vw 0 80vw;
    background: url(/brand/img/pict_hand.png) no-repeat center bottom/100% auto;
  }
  .mv .mv__lead-bottom .mv__lead-bottom-content .text-box {
    font-size: 1.6rem;
  }
  .mv .mv__lead-bottom .mv__lead-bottom-content .text-box p + p {
    margin-top: 20px;
  }
  .mv .mv__lead-bottom .mv__lead-bottom-content .text-box.is-font-big {
    font-size: 1.8rem;
    margin-top: 20px;
    padding-left: 0;
  }
}

@media screen and (max-width: 450px) {
  .mv .mv__lead-top {
    margin-top: -200px;
  }
}

/* --- about --- */
.about-box {
  position: relative;
  padding: 68.166% 0 0;
  background: url(/brand/img/bg_about_pc.png) no-repeat left top/cover;
}

.about-box .about-box__inner {
  padding: 0 12.5%;
  position: absolute;
  top: 29vw;
}

.about-box .about-box__content dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  letter-spacing: 3px;
}

.about-box .about-box__content dl dt {
  font-size: 2.5vw;
  padding-right: 24px;
}

.about-box .about-box__content dl dt span {
  font-family: brandon-grotesque, sans-serif;
}

.about-box .about-box__content dl dd {
  font-size: 1.3334vw;
}

@media screen and (max-width: 720px) {
  .about-box {
    padding: 154.666% 0 0;
    background: url(/brand/img/bg_about_sp.png) no-repeat left top/cover;
  }
  .about-box .about-box__inner {
    padding: 0 24px;
    position: absolute;
    top: 37vw;
  }
  .about-box .about-box__content dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    letter-spacing: 3px;
  }
  .about-box .about-box__content dl dt {
    font-size: 3rem;
    padding-right: 0;
    margin-bottom: 24px;
  }
  .about-box .about-box__content dl dd {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 360px) {
  .about-box .about-box__inner {
    top: 26vw;
  }
  .about-box .about-box__content dl dt {
    margin-bottom: 12px;
  }
}

/* --- partners --- */
.partners-box {
  margin-top: -18%;
  padding-top: 18%;
  background: url(/brand/img/bg_partners_heading_pc.png) no-repeat left top/100% auto, url(/brand/img/bg_partners.png) repeat;
}

.partners-box .partners-box__inner {
  margin-bottom: 120px;
}

.partners-box .partners-box__inner .heading-level2 {
  text-align: center;
}

.partners-box .partners-box__inner .lead-text {
  text-align: center;
  color: #fff;
}

.partners-box .partners-box__inner .card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 882px;
  margin: 20% auto 0;
}

.partners-box .partners-box__inner .card-list li {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  width: 416px;
  min-height: 560px;
  margin-top: 78px;
  position: relative;
}

.partners-box .partners-box__inner .card-list li:nth-child(1), .partners-box .partners-box__inner .card-list li:nth-child(2) {
  margin-top: 0;
}

.partners-box .partners-box__inner .card-list li:nth-child(2n) .card-list__box {
  margin-top: 80px;
}

.partners-box .partners-box__inner .card-list__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 560px;
  margin: 0;
  padding: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: none;
  background: none;
  cursor: pointer;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}

.partners-box .partners-box__inner .card-list__box:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.partners-box .partners-box__inner .card-list__box .icon-number img {
  width: 50%;
}

.partners-box .partners-box__inner .card-list__box.is-active {
  -webkit-transform: translateZ(0px) rotateY(180deg);
          transform: translateZ(0px) rotateY(180deg);
}

.partners-box .partners-box__inner .card-list__box.is-active .card-list__box-card.is-surface {
  z-index: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.partners-box .partners-box__inner .card-list__box.is-active .card-list__box-card.is-surface .icon-number {
  display: none;
}

.partners-box .partners-box__inner .card-list__box.is-active .card-list__box-card.is-back {
  z-index: 2;
}

.partners-box .partners-box__inner .card-list__box .card-list__box-card {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 380px;
  height: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 30px 30px 10px 0px rgba(29, 38, 53, 0.11);
          box-shadow: 30px 30px 10px 0px rgba(29, 38, 53, 0.11);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.partners-box .partners-box__inner .card-list__box .card-list__box-card.is-surface {
  background: url(/brand/img/bg_card_surface.png) no-repeat center bottom/cover;
  z-index: 2;
}

.partners-box .partners-box__inner .card-list__box .card-list__box-card.is-surface .icon-number {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.partners-box .partners-box__inner .card-list__box .card-list__box-card.is-surface .card-list__box-card-pict {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 91.84211%;
  padding-top: 57px;
  margin: auto;
}

.partners-box .partners-box__inner .card-list__box .card-list__box-card.is-back {
  background: url(/brand/img/bg_card_back.png) no-repeat center bottom/cover;
  -webkit-transform: rotateY(180deg) translateX(-36px);
          transform: rotateY(180deg) translateX(-36px);
}

.partners-box .partners-box__inner .card-list__box .card-list__box-card.is-back .icon-number {
  position: absolute;
  top: 15px;
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.partners-box .partners-box__inner .card-list__box .card-list__box-card.is-back .card-list__box-card-pict {
  display: block;
  width: 76.31579%;
  margin: 23px auto 20px;
}

.partners-box .partners-box__inner .card-list__box .card-list__box-card.is-back .card-list__box-card-text {
  display: block;
  width: 71.05263%;
  margin: auto;
  text-align: left;
  font-size: 1.4rem;
  color: #fff;
  line-height: 2;
}

.partners-box .partners-box__inner .card-list__box .card-list__box-card.is-back .card-list__box-card-text span {
  display: block;
}

.partners-box .partners-box__inner .card-list__box .card-list__box-card.is-back .card-list__box-card-text span + span {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #fff;
}

.partners-box .partners-box__batons {
  position: relative;
  padding-top: 64.5833%;
  background: url(/brand/img/bg_partners_batons.png) no-repeat left top/cover;
}

.partners-box .partners-box__batons p {
  font-size: 2vw;
  font-weight: bold;
  color: #0658e1;
  line-height: 1.4;
  letter-spacing: 3px;
  text-align: center;
  position: absolute;
  top: 25vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 920px) {
  .partners-box {
    margin-top: -18%;
    padding-top: 24%;
    background: url(/brand/img/bg_partners_heading_sp.png) no-repeat left top -52vw/contain, url(/brand/img/bg_partners.png) repeat;
  }
  .partners-box .partners-box__inner {
    margin-bottom: 80px;
    padding: 0 24px;
  }
  .partners-box .partners-box__inner .heading-level2 {
    text-align: center;
  }
  .partners-box .partners-box__inner .lead-text {
    text-align: center;
    color: #fff;
  }
  .partners-box .partners-box__inner .card-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 34vw auto 0;
  }
  .partners-box .partners-box__inner .card-list li {
    max-width: 416px;
    width: 100%;
    min-height: 400px;
    margin: 78px auto 0;
    padding-left: 16px;
  }
  .partners-box .partners-box__inner .card-list li:nth-child(1) {
    margin-top: 0;
  }
  .partners-box .partners-box__inner .card-list li:nth-child(2) {
    margin-top: 78px;
  }
  .partners-box .partners-box__inner .card-list li:nth-child(2n) .card-list__box {
    margin-top: 0;
  }
  .partners-box .partners-box__inner .card-list__box .card-list__box-card {
    width: calc(100% - 15px);
    height: 100%;
    -webkit-box-shadow: 15px 15px 10px 0px rgba(29, 38, 53, 0.11);
            box-shadow: 15px 15px 10px 0px rgba(29, 38, 53, 0.11);
  }
  .partners-box .partners-box__inner .card-list__box .card-list__box-card.is-surface .card-list__box-card-pict {
    width: 91.84211%;
    padding-top: 57px;
  }
  .partners-box .partners-box__inner .card-list__box .card-list__box-card.is-back {
    -webkit-transform: rotateY(180deg) translateX(-14px);
            transform: rotateY(180deg) translateX(-14px);
  }
  .partners-box .partners-box__inner .card-list__box .card-list__box-card.is-back .card-list__box-card-pict {
    display: block;
    width: 76.31579%;
    margin: 23px auto 20px;
  }
  .partners-box .partners-box__inner .card-list__box .card-list__box-card.is-back .card-list__box-card-text {
    width: 71.05263%;
  }
}

@media screen and (max-width: 720px) {
  .partners-box {
    margin-top: -18%;
    padding-top: 24%;
    background: url(/brand/img/bg_partners_heading_sp.png) no-repeat left top -32vw/contain, url(/brand/img/bg_partners.png) repeat;
  }
  .partners-box .partners-box__batons {
    padding-top: 92.5833%;
    background: url(/brand/img/bg_partners_batons.png) no-repeat center center/cover;
  }
  .partners-box .partners-box__batons p {
    top: 34vw;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 460px) {
  .partners-box .partners-box__inner .card-list li {
    max-width: 416px;
    width: 100%;
    min-height: 480px;
    height: 100%;
    margin: 78px auto 0;
    padding-left: 16px;
  }
  .partners-box .partners-box__inner .card-list li:nth-child(1) {
    margin-top: 0;
  }
  .partners-box .partners-box__inner .card-list li:nth-child(2) {
    margin-top: 78px;
  }
  .partners-box .partners-box__inner .card-list li:nth-child(2n) .card-list__box {
    margin-top: 0;
  }
  .partners-box .partners-box__inner .card-list__box {
    min-height: 480px;
  }
  .partners-box .partners-box__inner .card-list__box .card-list__box-card.is-back {
    background: url(/brand/img/bg_card_back.png) no-repeat center bottom/100% 100%;
  }
  .partners-box .partners-box__inner .card-list__box .card-list__box-card.is-back .card-list__box-card-text {
    width: 71.05263%;
    font-size: 1.2rem;
  }
}

/* --- action --- */
.action-box {
  padding-bottom: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#c2d7ea), color-stop(50%, #e5eff7), to(#eaf2f9));
  background: linear-gradient(to bottom, #c2d7ea 0%, #e5eff7 50%, #eaf2f9 100%);
  position: relative;
}

.action-box:before {
  content: "";
  display: inline-block;
  width: 41.16667%;
  padding-top: 25%;
  background: url(/brand/img/bg_footer_baton.png) no-repeat left top/cover;
  position: absolute;
  bottom: -14vw;
  left: 10vw;
  z-index: 2;
}

.action-box .action-box__inner {
  padding: 0 50px;
  position: relative;
  z-index: 2;
}

.action-box .action-box__inner:before {
  content: "";
  display: inline-block;
  width: 90.83333%;
  padding-top: 29.5%;
  background: url(/brand/img/bg_action_batons.png) no-repeat right bottom/cover;
  position: absolute;
  top: -9vw;
  right: 0;
  z-index: -1;
}

.action-box .action-box__inner .heading-level2 {
  width: 485px;
  margin: 0 auto 24px;
  padding: 58px 0 50px;
  background: url(/brand/img/bg_action_heading.png) no-repeat center top/cover;
  text-align: center;
}

.action-box .action-box__inner .lead-text {
  text-align: center;
  line-height: 1.4;
}

.action-box .action-box__inner .lead-text span {
  font-size: 1.6rem;
  letter-spacing: 2px;
}

.action-box .action-box__inner .action-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 30px auto 0;
}

.action-box .action-box__inner .action-list li {
  width: 31.36364%;
  margin-right: 2.72727%;
  position: relative;
}

.action-box .action-box__inner .action-list li:last-child {
  margin-right: 0;
}

.action-box .action-box__inner .action-list li:nth-child(2) .action-list__box {
  margin-top: 50px;
}

.action-box .action-box__inner .action-list li:nth-child(3) .action-list__box {
  margin-top: 100px;
}

.action-box .action-box__inner .action-list__box {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

.action-box .action-box__inner .action-list__box .action-list__box-content {
  background: #fff;
  padding: 30px 10.43478%;
  line-height: 1.8;
  color: #282828;
}

.action-box .action-box__inner .action-list__box .action-list__box-content .action-list__box-text {
  margin-bottom: 40px;
}

.action-box .action-box__inner .action-list__box .action-list__box-content .action-list__box-text span {
  width: 100%;
  display: inline-block;
  text-align: right;
  letter-spacing: 1px;
  color: #0658e1;
  font-family: brandon-grotesque, sans-serif;
}

.action-box .action-box__inner .action-list__box .action-list__box-content .action-list__box-hash-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
}

.action-box .action-box__inner .action-list__box:hover {
  opacity: 0.7;
}

@media screen and (max-width: 720px) {
  .action-box {
    padding-bottom: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(#c2d7ea), color-stop(50%, #e5eff7), to(#eaf2f9));
    background: linear-gradient(to bottom, #c2d7ea 0%, #e5eff7 50%, #eaf2f9 100%);
    position: relative;
  }
  .action-box:before {
    content: "";
    display: inline-block;
    width: 41.16667%;
    padding-top: 25%;
    background: url(/brand/img/bg_footer_baton.png) no-repeat left top/cover;
    position: absolute;
    bottom: -14vw;
    left: 10vw;
    z-index: 2;
  }
  .action-box .action-box__inner {
    padding: 0 24px;
    position: relative;
    z-index: 2;
  }
  .action-box .action-box__inner:before {
    content: "";
    display: inline-block;
    width: 90.83333%;
    padding-top: 29.5%;
    background: url(/brand/img/bg_action_batons.png) no-repeat right bottom/cover;
    position: absolute;
    top: -9vw;
    right: 0;
    z-index: 2;
  }
  .action-box .action-box__inner .heading-level2 {
    max-width: 485px;
    width: 100%;
    margin: 0 auto 24px;
    padding: 58px 0 50px;
  }
  .action-box .action-box__inner .lead-text {
    line-height: 1.4;
  }
  .action-box .action-box__inner .lead-text span {
    font-size: 1.4rem;
    display: inline-block;
    margin-top: 16px;
    line-height: 1.6;
  }
  .action-box .action-box__inner .action-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 1100px;
    margin: 30px auto 0;
  }
  .action-box .action-box__inner .action-list li {
    width: 100%;
    margin-right: 0;
    position: relative;
  }
  .action-box .action-box__inner .action-list li:last-child {
    margin-right: 0;
  }
  .action-box .action-box__inner .action-list li:nth-child(2) .action-list__box {
    margin-top: 30px;
  }
  .action-box .action-box__inner .action-list li:nth-child(3) .action-list__box {
    margin-top: 30px;
  }
  .action-box .action-box__inner .action-list__box {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
  }
  .action-box .action-box__inner .action-list__box .action-list__box-content {
    background: #fff;
    padding: 30px 10.43478%;
    line-height: 1.8;
    color: #282828;
  }
  .action-box .action-box__inner .action-list__box .action-list__box-content .action-list__box-text {
    margin-bottom: 40px;
  }
  .action-box .action-box__inner .action-list__box .action-list__box-content .action-list__box-text span {
    width: 100%;
    display: inline-block;
    text-align: right;
    letter-spacing: 1px;
    color: #0658e1;
  }
  .action-box .action-box__inner .action-list__box .action-list__box-content .action-list__box-hash-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.4rem;
  }
}

/* --- スクロールフェードイン --- */
.js-fade-in {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.js-fade-in.scroll-fade-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
