.u-hover-btn {
  cursor: pointer; }
  .u-hover-btn img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
  .u-hover-btn:hover img:nth-child(2) {
    opacity: 1;
    -webkit-transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }

.u-hr {
  position: relative;
  z-index: 1;
  width: 90%;
  height: 1px;
  margin: 1em auto;
  padding: 0;
  border: none;
  background: #555; }

.p-bg {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 750px;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .p-bg #player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .p-bg::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6; }

.logo-20th {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  width: 100%;
  height: 31.25px;
  -webkit-transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
  .logo-20th .logo-20th--element {
    width: 15%;
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
  .logo-20th.is-loaded .logo-20th--element {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 2s; }

.l-header {
  position: absolute;
  top: 10px;
  left: 20%;
  z-index: 10;
  width: 100%;
  height: 251px;
  -webkit-transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
  .l-header .logo {
    width: 66%;
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
  .l-header.is-loaded .logo {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
    transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s; }

@-webkit-keyframes motionLoaded01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  10% {
    opacity: 1;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes motionLoaded01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px); }
  10% {
    opacity: 1;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@-webkit-keyframes motionFlash {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes motionFlash {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.p-hero {
  position: relative; }
  .p-hero > img {
    -webkit-transform: translateX(0) scale(1.1);
            transform: translateX(0) scale(1.1);
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
  .p-hero .p-hero__catch {
    position: absolute;
    top: 22%;
    left: 0; }
    .p-hero .p-hero__catch img {
      -webkit-transform: translateX(50px);
              transform: translateX(50px);
      opacity: 0; }
      .p-hero .p-hero__catch img:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0; }
  .p-hero .p-hero__scroll {
    position: absolute;
    top: 85%;
    left: 50%;
    width: 16%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
    .p-hero .p-hero__scroll img {
      position: absolute;
      top: 0;
      left: 0; }
    .p-hero .p-hero__scroll > div {
      overflow: hidden; }
      .p-hero .p-hero__scroll > div img {
        position: relative;
        -webkit-animation: motionScrollIcon 1.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite forwards;
                animation: motionScrollIcon 1.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite forwards; }
@-webkit-keyframes motionScrollIcon {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(120%);
            transform: translateY(120%); } }
@keyframes motionScrollIcon {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(120%);
            transform: translateY(120%); } }
  .p-hero.is-loaded > img {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1;
    -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: transform 8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
  .p-hero.is-loaded .p-hero__catch img:nth-child(1) {
    -webkit-animation: motionLoaded01 8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s 1 forwards;
            animation: motionLoaded01 8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s 1 forwards; }
  .p-hero.is-loaded .p-hero__catch img:nth-child(2) {
    -webkit-animation: motionLoaded01 11s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s 1 forwards;
            animation: motionLoaded01 11s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s 1 forwards; }
  .p-hero.is-loaded .p-hero__scroll {
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 4s;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 4s; }

.l-section {
  position: relative;
  z-index: 1; }

.l-section--about h2.p-about__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 36%; }
  .l-section--about h2.p-about__title img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0; }
.l-section--about p.p-about__logo {
  padding-top: 28px;
  margin-bottom: 18px; }
.l-section--about h3.l-section__title {
  margin-bottom: 18px; }
.l-section--about h4.p-about__titlesub {
  margin-bottom: 8px; }
.l-section--about ul.p-about__makerlist {
  width: 94%;
  margin: 0 auto 40px;
  letter-spacing: -.4em;
  text-align: center;
  font-size: 0; }
  .l-section--about ul.p-about__makerlist li {
    position: relative;
    width: 30%;
    margin: 1%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top; }
    .l-section--about ul.p-about__makerlist li i.u-icon-new {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 33%;
      height: auto;
      padding-top: 24%;
      background: url(../img/section_1/icon_new.png) top right no-repeat;
      background-size: contain; }
.l-section--about ul.p-about__cockpit,
.l-section--about ul.p-about__highway {
  position: relative;
  left: -58%;
  width: 180%;
  margin-top: -20px;
  margin-bottom: 30px;
  letter-spacing: -.4em;
  text-align: center;
  font-size: 0; }
  .l-section--about ul.p-about__cockpit li,
  .l-section--about ul.p-about__highway li {
    width: 32.3%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle; }
.l-section--about ul.p-about__cockpit {
  left: -54%; }
  .l-section--about ul.p-about__cockpit li:nth-child(1) {
    width: 41%; }
  .l-section--about ul.p-about__cockpit li:nth-child(3) {
    width: 25.5%; }
  .l-section--about ul.p-about__cockpit li:nth-child(4) {
    display: none; }
.l-section--about ul.p-about__highway {
  left: -28%; }
  .l-section--about ul.p-about__highway li:nth-child(3) {
    width: 41%; }
  .l-section--about ul.p-about__highway li:nth-child(1) {
    width: 25.5%; }
  .l-section--about ul.p-about__highway li:nth-child(4) {
    display: none; }

.l-section--lineup {
  width: 100%;
  padding: 110px 0 38px; }
  @media screen and (min-width: 767px) {
    .l-section--lineup {
      padding-top: 220px; } }
  .l-section--lineup::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: auto;
    padding-top: 51%;
    background: url(../img/section_2/bg_sc2_top.png) bottom center no-repeat;
    background-size: 100%; }
  .l-section--lineup::after {
    content: '';
    position: absolute;
    top: 9%;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../img/section_2/bg_sc2_repeat.jpg) top center repeat-y;
    background-size: 100%; }
  .l-section--lineup h3.l-section__title {
    position: relative;
    margin-bottom: 40px; }
  .l-section--lineup figure {
    position: relative;
    margin-bottom: 60px; }
    .l-section--lineup figure .js-360viewer {
      position: relative; }
      .l-section--lineup figure .js-360viewer ul.js-360viewer__list li {
        display: none; }
        .l-section--lineup figure .js-360viewer ul.js-360viewer__list li.is-active {
          display: block; }
      .l-section--lineup figure .js-360viewer .js-360viewer__button-prev,
      .l-section--lineup figure .js-360viewer .js-360viewer__button-next {
        position: absolute;
        top: 50%;
        width: 50px;
        margin-top: -22px; }
        @media screen and (min-width: 767px) {
          .l-section--lineup figure .js-360viewer .js-360viewer__button-prev,
          .l-section--lineup figure .js-360viewer .js-360viewer__button-next {
            width: 100px;
            margin-top: -44px; } }
        .l-section--lineup figure .js-360viewer .js-360viewer__button-prev img:nth-child(2),
        .l-section--lineup figure .js-360viewer .js-360viewer__button-next img:nth-child(2) {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          -webkit-transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
        .l-section--lineup figure .js-360viewer .js-360viewer__button-prev:hover img:nth-child(2),
        .l-section--lineup figure .js-360viewer .js-360viewer__button-next:hover img:nth-child(2) {
          opacity: 1;
          -webkit-transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
      .l-section--lineup figure .js-360viewer .js-360viewer__button-prev {
        left: 0; }
      .l-section--lineup figure .js-360viewer .js-360viewer__button-next {
        right: 0; }
    .l-section--lineup figure figcaption {
      text-align: center;
      font-size: 16px;
      color: #000;
      font-weight: bold; }
      @media screen and (min-width: 767px) {
        .l-section--lineup figure figcaption {
          font-size: 28px; } }
  .l-section--lineup h4.p-lineup__title-dressup {
    margin-top: 50px;
    margin-bottom: 26px; }
  .l-section--lineup ul.p-lineup__slidethumb {
    width: 92%;
    margin: 0 auto 30px;
    letter-spacing: -.4em;
    text-align: center;
    font-size: 0; }
    .l-section--lineup ul.p-lineup__slidethumb li {
      position: relative;
      width: 31%;
      margin: auto 1%;
      padding-bottom: 10px;
      display: inline-block;
      letter-spacing: normal;
      vertical-align: top; }
      .l-section--lineup ul.p-lineup__slidethumb li::before {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 6px;
        background-color: #3c3c3c; }
      .l-section--lineup ul.p-lineup__slidethumb li::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 6px;
        border: 2px solid #3c3c3c;
        background-color: #df891f;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .l-section--lineup ul.p-lineup__slidethumb li img {
        width: 100%; }
      .l-section--lineup ul.p-lineup__slidethumb li.is-active::after {
        width: 100%;
        -webkit-transition: width 5s linear 0s;
        transition: width 5s linear 0s; }
  .l-section--lineup .swiper-container.swiper-container--lineup .swiper-button-prev,
  .l-section--lineup .swiper-container.swiper-container--lineup .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 50px;
    margin-top: -22px; }
    @media screen and (min-width: 767px) {
      .l-section--lineup .swiper-container.swiper-container--lineup .swiper-button-prev,
      .l-section--lineup .swiper-container.swiper-container--lineup .swiper-button-next {
        width: 100px;
        margin-top: -44px; } }
    .l-section--lineup .swiper-container.swiper-container--lineup .swiper-button-prev img:nth-child(2),
    .l-section--lineup .swiper-container.swiper-container--lineup .swiper-button-next img:nth-child(2) {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
    .l-section--lineup .swiper-container.swiper-container--lineup .swiper-button-prev:hover img:nth-child(2),
    .l-section--lineup .swiper-container.swiper-container--lineup .swiper-button-next:hover img:nth-child(2) {
      opacity: 1;
      -webkit-transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }

.l-section--race {
  width: 100%;
  padding: 110px 0 20px; }
  @media screen and (min-width: 767px) {
    .l-section--race {
      padding: 260px 0 70px; } }
  .l-section--race::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: auto;
    padding-top: 74%;
    background: url(../img/section_3/bg_sc3_top.jpg) top center no-repeat;
    background-size: 100%; }
  .l-section--race::after {
    content: '';
    position: absolute;
    top: 10%;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(../img/section_3/bg_sc3_repeat.jpg);
    background-position: top center;
    background-repeat: repeat;
    background-size: 100%; }
  .l-section--race .p-race__block {
    position: relative;
    overflow: hidden;
    padding-top: 32px;
    padding-bottom: 20px; }
    .l-section--race .p-race__block h3.l-section__title {
      margin-bottom: 24px; }
    .l-section--race .p-race__block ul.p-race__slidethumb {
      width: 92%;
      margin: 0 auto 36px;
      letter-spacing: -.4em;
      text-align: center;
      font-size: 0; }
      .l-section--race .p-race__block ul.p-race__slidethumb li {
        position: relative;
        width: 31%;
        margin: auto 1%;
        padding-bottom: 10px;
        display: inline-block;
        letter-spacing: normal;
        vertical-align: top; }
        .l-section--race .p-race__block ul.p-race__slidethumb li img {
          width: 100%; }
        .l-section--race .p-race__block ul.p-race__slidethumb li::before {
          content: '';
          position: absolute;
          bottom: 0px;
          left: 0px;
          width: 100%;
          height: 6px;
          background-color: #3c3c3c; }
        .l-section--race .p-race__block ul.p-race__slidethumb li::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 6px;
          border: 2px solid #3c3c3c;
          background-color: #df891f;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          opacity: 0; }
        .l-section--race .p-race__block ul.p-race__slidethumb li img {
          width: 100%; }
        .l-section--race .p-race__block ul.p-race__slidethumb li.is-active::after {
          -webkit-animation: motionFlash 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s 1 forwards;
                  animation: motionFlash 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s 1 forwards; }
    .l-section--race .p-race__block .swiper-container {
      overflow: visible;
      margin-bottom: 35px; }
      @media screen and (min-width: 767px) {
        .l-section--race .p-race__block .swiper-container {
          margin-bottom: 70px; } }
      .l-section--race .p-race__block .swiper-container .swiper-button-prev,
      .l-section--race .p-race__block .swiper-container .swiper-button-next {
        position: absolute;
        top: 50%;
        width: 50px;
        margin-top: -22px; }
        @media screen and (min-width: 767px) {
          .l-section--race .p-race__block .swiper-container .swiper-button-prev,
          .l-section--race .p-race__block .swiper-container .swiper-button-next {
            width: 100px;
            margin-top: -44px; } }
        .l-section--race .p-race__block .swiper-container .swiper-button-prev img:nth-child(2),
        .l-section--race .p-race__block .swiper-container .swiper-button-next img:nth-child(2) {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          -webkit-transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
        .l-section--race .p-race__block .swiper-container .swiper-button-prev:hover img:nth-child(2),
        .l-section--race .p-race__block .swiper-container .swiper-button-next:hover img:nth-child(2) {
          opacity: 1;
          -webkit-transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
          transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
      .l-section--race .p-race__block .swiper-container.is-ready {
        display: none; }
      .l-section--race .p-race__block .swiper-container.is-active {
        display: block; }
      .l-section--race .p-race__block .swiper-container--mode01 {
        display: block; }
      .l-section--race .p-race__block .swiper-container--mode02 {
        display: block; }
      .l-section--race .p-race__block .swiper-container--mode03 {
        display: block; }
      .l-section--race .p-race__block .swiper-container--mode04 {
        display: block; }
    .l-section--race .p-race__block .p-race__mode {
      margin-bottom: 32px; }
      @media screen and (min-width: 767px) {
        .l-section--race .p-race__block .p-race__mode {
          margin-bottom: 70px; } }
      .l-section--race .p-race__block .p-race__mode h4.p-race__mode-title {
        margin-bottom: 14px; }
      .l-section--race .p-race__block .p-race__mode p.p-race__mode-text {
        width: 90%;
        margin: 0 auto;
        font-size: 15px;
        line-height: 1.3em; }
        @media screen and (min-width: 767px) {
          .l-section--race .p-race__block .p-race__mode p.p-race__mode-text {
            font-size: 27px; } }
    .l-section--race .p-race__block .p-race__link.u-btn-link.u-hover-btn {
      position: relative; }
      .l-section--race .p-race__block .p-race__link.u-btn-link.u-hover-btn a {
        display: block; }
        .l-section--race .p-race__block .p-race__link.u-btn-link.u-hover-btn a img:nth-child(2) {
          position: absolute;
          top: 0;
          left: 0; }

.l-section--card {
  padding: 50px 0 80px; }
  @media screen and (min-width: 767px) {
    .l-section--card {
      padding: 110px 0 160px; } }
  .l-section--card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../img/section_3/bg_sc3_repeat.jpg) top center repeat-y;
    background-size: 100%; }
  .l-section--card table {
    width: 84%;
    margin: 0 auto 9px; }
    .l-section--card table tr td {
      vertical-align: top; }
      .l-section--card table tr td.t-left {
        width: 36%;
        padding-right: 2%; }
      .l-section--card table tr td.t-right {
        width: 64%; }
    @media screen and (min-width: 767px) {
      .l-section--card table tr td {
        vertical-align: top; }
        .l-section--card table tr td.t-left {
          width: 49%;
          padding-right: 2%; }
        .l-section--card table tr td.t-right {
          width: 51%; } }
  .l-section--card h4 {
    font-size: 12px;
    line-height: 1.5em;
    color: #f9be2c; }
    .l-section--card h4 span {
      font-size: 12px;
      font-weight: normal;
      line-height: 1.5em;
      color: #fff; }
    @media screen and (min-width: 767px) {
      .l-section--card h4 {
        font-size: 20px; }
        .l-section--card h4 span {
          font-size: 20px; } }
  .l-section--card .p-card__link {
    position: relative; }
    .l-section--card .p-card__link a {
      display: block; }
      .l-section--card .p-card__link a img:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0; }

footer.l-footer {
  position: relative;
  background: #000;
  padding: 40px 0 100px; }
  @media screen and (min-width: 767px) {
    footer.l-footer {
      padding: 60px 0 170px; } }
  footer.l-footer p.copy {
    padding: 15px 20px 0;
    font-size: 10px;
    line-height: 1.5em;
    color: #b4b4b4;
    word-break: keep-all; }
    @media screen and (min-width: 767px) {
      footer.l-footer p.copy {
        font-size: 20px; } }
  footer.l-footer .p-footer__pagetop {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 70px;
    margin: 0 auto;
    padding: 0;
    border: none;
    outline: none; }
    @media screen and (min-width: 767px) {
      footer.l-footer .p-footer__pagetop {
        width: 140px; } }
