@charset "UTF-8";

@media screen and (max-width: 950px) {
  /* Page */
  .contributionPage {
    padding-top: 60px;
  }
}

@media screen and (max-width: 750px) {
  /* Index */
  .visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100svh - 60px);
    min-height: 480px;
    margin-top: 60px;
    /* background: url(../sustainability/contribution/img/sp/bg_header_01.jpg) 50% 100% / cover no-repeat; */
    color: #fff;
    text-align: center;
    /* opacity: 0; */
    transition: opacity .8s;
    overflow: hidden;
  }
  /* .visual[data-type="1"] {
    background-image: url(../sustainability/contribution/img/sp/bg_header_01.jpg);
  }
  .visual[data-type="2"] {
    background-image: url(../sustainability/contribution/img/sp/bg_header_02.jpg);
  }
  .visual[data-type="3"] {
    background-image: url(../sustainability/contribution/img/sp/bg_header_03.jpg);
  }
  .visual[data-type="4"] {
    background-image: url(../sustainability/contribution/img/sp/bg_header_04.jpg);
  }
  .visual[data-type] {
    opacity: 1;
  }
  .visual::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
  } */
  .visualBg {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .visualBg div {
    width: 100%;
    height: 100%;
    background: url(https://www.marubeni.com/jp/sustainability/contribution/img/bg_header_01.jpg) 50% 100% / cover no-repeat;
  }
  .visualBg div:nth-child(2) {
    background-image: url(https://www.marubeni.com/jp/sustainability/contribution/img/bg_header_02.jpg);
  }
  .visualBg div:nth-child(3) {
    background-image: url(https://www.marubeni.com/jp/sustainability/contribution/img/bg_header_03.jpg);
    background-position: 80% 100%;
  }
  .visualBg div:nth-child(4) {
    background-image: url(https://www.marubeni.com/jp/sustainability/contribution/img/bg_header_04.jpg);
  }
  @keyframes zoomUp {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.15);
    }
  }
  .zoomUp {
    animation: zoomUp 10s linear 0s normal both;
  }
  .visualInner {
    position: relative;
    z-index: 2;
    margin: 0 20px;
    padding: 4em;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
  }
  .visualTitle {
    position: relative;
    padding-bottom: 15px;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .075em;
  }
  .visualTitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 35px;
    height: 1px;
    background: #cb151d;
    transform: translateX(-50%);
  }
  .visualDescription {
    max-width: 560px;
    margin: 15px auto 0;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: .05em;
    text-align: left;
  }
  .visualDescription br {
    display: none;
  }
  .visualScroll div {
    position: absolute;
    bottom: 32px;
    left: 50%;
    z-index: 2;
    width: 32px;
    height: 32px;
    opacity: 0;
    transform: translateX(-50%);
    animation: scrollAnim 2s infinite;
  }
  @keyframes scrollAnim {
    0% {
      transform: translate(-50%, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    90%, 100% {
      transform: translate(-50%, 70%);
      opacity: 0;
    }
  }
  .visualScroll div::before,
  .visualScroll div::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 14px;
    height: 14px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: translateX(-50%) rotate(-45deg);
  }
  .visualScroll div::before {
    top: -5px;
  }
  .visualScroll div::after {
    top: 2px;
  }
  .topics {
    padding-top: 45px;
  }
  .topicsTitle {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
  }
  .topicsList {
    position: relative;
    display: flex;
    margin-top: 35px;
    padding: 0 50px;
  }
  .topicsList.slick-slider {
    padding: 0;
  }
  .topicsList .slick-track {
    height: 100%;
  }
  .topicsList .slick-list {
    padding-bottom: 5px !important;
  }
  .topicsList .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    z-index: 2;
    background: #ca151c;
    border: 1px solid #ca151c;
    font-size: 0;
    transform: translateY(-50%);
  }
  .topicsList .slick-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .topicsList .slick-prev {
    left: 0;
  }
  .topicsList .slick-prev::after {
    left: 16px;
    transform: translateY(-50%) rotate(45deg);
  }
  .topicsList .slick-next {
    right: 0;
  }
  .topicsList .slick-next::after {
    left: 10px;
    transform: translateY(-50%) rotate(-135deg);
  }
  .topicsItem {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }
  .topicsItem.slick-slide {
    max-width: inherit;
    margin: 0 15px;
  }
  .topicsItemAnchor {
    display: block;
    height: 100%;
  }
  .topicsItemImage {
    margin: 0;
  }
  .topicsItemImage img {
    width: 100%;
    height: auto;
    aspect-ratio: 600/392;
    object-fit: cover;
  }
  .topicsItemDetail {
    padding: 18px 20px 20px;
  }
  .topicsItemDate {
    color: #cb151d;
    font-size: 1.2rem;
    letter-spacing: .1em;
  }
  .topicsItemTitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 5px;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .philosophy {
    position: relative;
    margin-top: 75px;
    padding: 0 15px;
    background: #efefef;
  }
  .philosophy::before,
  .philosophy::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    background: #efefef;
  }
  .philosophy::before {
    top: -40px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
  .philosophy::after {
    bottom: -40px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
  }
  .philosophyInner {
    padding: 40px 0;
  }
  .philosophyInner::before {
    content: '';
    position: absolute;
    top: 0;
    right: -60px;
    width: 225px;
    height: 225px;
    background: url(https://www.marubeni.com/jp/sustainability/contribution/img/bg_philosophy01.png) 0 0 / contain no-repeat;
  }
  .philosophy01 {
    position: relative;
    z-index: 2;
    padding: 20px 20px 40px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }
  .philosophy01Row {
    display: flex;
    flex-direction: column-reverse;
  }
  .philosophy01Title {
    margin-top: 10px;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
  }
  .philosophy01Description {
    margin-top: 18px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .philosophy01Description br {
    display: none;
  }
  .philosophy01Image {
    margin: 0;
  }
  .philosophy01Image img {
    width: 100%;
  }
  .philosophy02 {
    position: relative;
    z-index: 2;
    margin-top: 30px;
    padding: 30px 20px 40px;
    background: #fff url(https://www.marubeni.com/jp/sustainability/contribution/img/bg_philosophy02.png) -55px calc(100% + 50px) / 153px auto no-repeat;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }
  .philosophy02Title {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
  }
  .philosophy02Description {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .philosophy02Description br:nth-child(1),
  .philosophy02Description br:nth-child(2) {
    display: none;
  }
  .activity {
    margin-top: 85px;
    overflow: hidden;
  }
  .activityTitle {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: .05em;
  }
  .activityCopy {
    margin-top: 10px;
    color: #cb151d;
    font-size: 1.8rem;
    text-align: center;
  }
  .activityNav {
    margin-top: 35px;
  }
  .activityNav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .activityNav ul li {
    width: 50%;
  }
  .activityNav ul li:nth-child(3) {
    width: 100%;
  }
  .activityNav ul li a {
    position: relative;
    display: block;
  }
  .activityNav ul li a::before,
  .activityNav ul li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .activityNav ul li a::before {
    width: 100%;
    height: 80px;
    background: url(https://www.marubeni.com/jp/sustainability/contribution/img/bg_activityNav01.png) 0 0 / auto 100% repeat-x;
  }
  .activityNav ul li a::after {
    width: 75px;
    height: 75px;
    background: url(https://www.marubeni.com/jp/sustainability/contribution/img/bg_activityNav02.png) 0 0 / contain no-repeat;
  }
  .activityNav ul li .activityNavType {
    position: absolute;
    top: 5px;
    left: 13px;
    z-index: 2;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 500;
  }
  .activityNav ul li .activityNavTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 18px 30px 18px 15px;
    color: #fff;
    font-size: 1rem;
    transition: color .3s;
  }
  .activityNav ul li .activityNavTitle::before {
    content: '';
    position: absolute;
    top: 47%;
    right: 17px;
    z-index: 2;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
  }
  .activityNav ul li:nth-child(1) .activityNavTitle {
    background: rgba(21, 49, 98, .85);
  }
  .activityNav ul li:nth-child(2) .activityNavTitle {
    background: rgba(162, 19, 30, .85);
  }
  .activityNav ul li:nth-child(3) .activityNavTitle {
    background: rgba(28, 77, 36, .85);
  }
  .activityNav ul li .activityNavTitle span {
    display: block;
    margin-bottom: 2px;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .activityNavImage {
    height: 100%;
  }
  .activityNav ul li .activityNavImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .activityNav ul li:nth-child(4) {
    width: calc(100% - 30px);
    margin: 30px 15px 0;
  }
  .activityNav ul li:nth-child(4) a::before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    transition: background .3s;
  }
  .activityNav ul li:nth-child(4) a::after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 50%;
    width: 10px;
    height: 10px;
    background: none;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateX(-50%) rotate(45deg);
  }
  .activityNav ul li:nth-child(4) p {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 2;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  .activitySection {
    margin-top: 23px;
    padding: 0 15px;
    overflow: hidden;
  }
  .activitySection#environment {
    background: #eff1ee;
  }
  .activitySection#culture {
    margin-top: 40px;
    background: #eceff4;
  }
  .activitySection#symbiosis {
    background: #f5efef;
  }
  .activitySectionInner {
    position: relative;
  }
  .activitySectionInner::before,
  .activitySectionInner::after {
    content: '';
    position: absolute;
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .activitySectionInner::before {
    top: -72px;
    right: -90px;
    width: 184px;
    height: 184px;
    background-image: url(https://www.marubeni.com/jp/sustainability/contribution/img/bg_activity01.png);
  }
  .activitySectionInner::after {
    bottom: -110px;
    left: -120px;
    width: 306px;
    height: 306px;
  }
  .activitySection#environment .activitySectionInner::after {
    background-image: url(https://www.marubeni.com/jp/sustainability/contribution/img/bg_activity02.png);
  }
  .activitySection#culture .activitySectionInner::after {
    background-image: url(https://www.marubeni.com/jp/sustainability/contribution/img/bg_activity03.png);
  }
  .activitySection#symbiosis .activitySectionInner::after {
    background-image: url(https://www.marubeni.com/jp/sustainability/contribution/img/bg_activity04.png);
  }
  .activitySectionType {
    position: absolute;
    top: 20px;
    right: 5px;
    color: #fff;
    font-size: 3.6rem;
    line-height: 1;
    font-weight: 500;
    user-select: none;
    pointer-events: none;
  }
  .activitySectionContents {
    position: relative;
    z-index: 2;
    padding: 50px 0 40px;
  }
  .activitySectionTitle {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .activitySection#environment .activitySectionTitle {
    color: #028218;
  }
  .activitySection#environment .activitySectionTitle span {
    text-indent: -.09em;
  }
  .activitySection#culture .activitySectionTitle {
    color: #003590;
  }
  .activitySection#symbiosis .activitySectionTitle {
    color: #cb151d;
  }
  .activitySectionHead {
    position: relative;
    z-index: 2;
  }
  .activitySectionTitle span {
    display: block;
    margin-bottom: 12px;
    font-size: 2.4rem;
    font-weight: 500;
  }
  .activitySectionDescription {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .activitySectionDescription br {
    display: none;
  }
  .activitySectionList {
    position: relative;
    z-index: 2;
    margin-top: 32px;
  }
  .activitySectionItem {
    margin-top: 24px;
  }
  .activitySectionItemAnchor {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }
  .activitySectionItemImage {
    margin: 0;
    aspect-ratio: 1000/560;
  }
  .activitySectionItemImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .activitySectionItemTitle {
    padding: 22px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
  }
  .activitySectionItemMore {
    width: 100%;
    max-width: 200px;
    height: 38px;
    line-height: 34px;
    margin: auto;
    background: #fff url(../common/img/sp/icon_arrow_r.png) 93% 50% / 6px no-repeat;
    border: 1px solid #ccc;
    font-size: 1.4rem;
    text-align: center;
  }
  .activitySectionItemAnchor[target="_blank"] .activitySectionItemMore span {
    padding-right: 17px;
    background: url(../common/img/icon_blank02.png) 100% 50% no-repeat;
  }
  .activitySectionItemAnchor[target="_blank"] .activitySectionItemMore.noIcon span {
    padding-right: 0;
    background: none;
  }
  .activitySectionAll {
    position: relative;
    z-index: 2;
    margin: 35px 0 0 22px;
    text-align: center;
  }
  .activitySectionAll a {
    display: inline-block;
    padding-right: 22px;
    background: url(../common/img/sp/icon_arrow_r.png) 100% 60% / 6px no-repeat;
    font-size: 1.6rem;
  }
  .activitySection#aid {
    margin: 23px 15px 0;
    background: #efefef;
  }
  .activitySection#aid .activitySectionInner::before,
  .activitySection#aid .activitySectionInner::after {
    content: none;
  }
  .activitySection#aid .activitySectionTitle span {
    margin: 0;
  }
  .links {
    padding: 40px 40px 80px;
  }
  .links ul li {
    width: 100%;
  }
  .links ul li:not(:first-child) {
    margin-top: 12px;
  }
  .links ul li a {
    height: 60px;
    line-height: 60px;
    font-size: 1.4rem;
  }

  /* Index Animation */
  .visualInner.jsAnimation {
    opacity: 0;
    transform: translateY(40px);
    transition: transform .6s ease .6s, opacity .6s ease .6s;
  }
  .visualInner.jsAnimation.run {
    opacity: 1;
    transform: translateY(0);
  }
  .visualInner.jsAnimation + .visualScroll {
    opacity: 0;
  }
  .visualInner.jsAnimation + .visualScroll div {
    animation-delay: .7s;
  }
  .visualInner.jsAnimation.run + .visualScroll {
    opacity: 1;
    transition: opacity .4s;
  }
  .topics.jsAnimation {
    opacity: 0;
    transform: translateY(40px);
    transition: transform .6s ease, opacity .6s ease;
  }
  .topics.jsAnimation.run {
    opacity: 1;
    transform: translateY(0);
  }
  .philosophyInner.jsAnimation::before {
    opacity: 0;
    transform: translateX(50%);
    transition: transform .6s ease, opacity .6s ease;
  }
  .philosophyInner.jsAnimation.run::before {
    opacity: 1;
    transform: translateX(0);
  }
  .philosophyInner.jsAnimation .philosophy01,
  .philosophyInner.jsAnimation .philosophy02 {
    opacity: 0;
    transform: translateY(40px);
    transition: transform .6s ease, opacity .6s ease;
  }
  .philosophyInner.jsAnimation .philosophy01 {
    transition-delay: .4s;
  }
  .philosophyInner.jsAnimation .philosophy02 {
    transition-delay: .7s;
  }
  .philosophyInner.jsAnimation.run .philosophy01,
  .philosophyInner.jsAnimation.run .philosophy02 {
    opacity: 1;
    transform: translateY(0);
  }
  .activity.jsAnimation {
    opacity: 0;
    transform: translateY(40px);
    transition: transform .6s ease, opacity .6s ease;
  }
  .activity.jsAnimation.run {
    opacity: 1;
    transform: translateY(0);
  }
  .activityNav.jsAnimation ul li {
    opacity: 0;
    transform: translateY(60px);
    transition: transform .6s ease, opacity .6s ease;
  }
  .activityNav.jsAnimation ul li .activityNavType,
  .activityNav.jsAnimation ul li a::after {
    opacity: 0;
    transition: opacity .8s ease 1s;
  }
  .activityNav.jsAnimation.run ul li {
    opacity: 1;
    transform: translateY(0);
  }
  .activityNav.jsAnimation.run ul li:nth-child(2) {
    transition-delay: .2s;
  }
  .activityNav.jsAnimation.run ul li:nth-child(3) {
    transition-delay: .4s;
  }
  .activityNav.jsAnimation.run ul li:nth-child(4) {
    transition-delay: .6s;
  }
  .activityNav.jsAnimation.run ul li .activityNavType,
  .activityNav.jsAnimation.run ul li a::after {
    opacity: 1;
  }
  .activitySection.jsAnimation .activitySectionInner::before,
  .activitySection.jsAnimation .activitySectionType {
    opacity: 0;
    transform: translateX(120px);
    transition: transform .6s ease, opacity .6s ease;
  }
  .activitySection.jsAnimation .activitySectionInner::after {
    opacity: 0;
    transform: translateX(-120px);
    transition: transform .6s ease, opacity .6s ease;
  }
  .activitySection.jsAnimation .activitySectionContents {
    opacity: 0;
    transform: translateY(60px);
    transition: transform .6s ease .4s, opacity .6s ease .4s;
  }
  .activitySection.jsAnimation.run .activitySectionInner::before,
  .activitySection.jsAnimation.run .activitySectionType,
  .activitySection.jsAnimation.run .activitySectionInner::after {
    opacity: 1;
    transform: translateX(0);
  }
  .activitySection.jsAnimation.run .activitySectionContents {
    opacity: 1;
    transform: translateY(0);
  }
  .activitySection#aid.jsAnimation .activitySectionContents {
    transition: transform .6s ease, opacity .6s ease;
  }
  .links.jsAnimation {
    opacity: 0;
    transform: translateY(40px);
    transition: transform .6s ease, opacity .6s ease;
  }
  .links.jsAnimation.run {
    opacity: 1;
    transform: translateY(0);
  }


  /* Page */
  .parent {
    padding: 22px 15px 26px;
    background: #f8f8f8;
    font-size: 2rem;
    text-align: center;
  }
  .header {
    position: relative;
    min-height: 225px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #environment .header {
    background-image: url(https://www.marubeni.com/jp/sustainability/contribution/environment/img/sp/bg_header.jpg);
  }
  #culture .header {
    background-image: url(https://www.marubeni.com/jp/sustainability/contribution/culture/img/sp/bg_header.jpg);
  }
  #symbiosis .header {
    background-image: url(https://www.marubeni.com/jp/sustainability/contribution/symbiosis/img/sp/bg_header.jpg);
  }
  #aid .header {
    background-image: url(https://www.marubeni.com/jp/sustainability/contribution/aid/img/sp/bg_header.jpg);
  }
  .header::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
  }
  .headerInner {
    position: relative;
    z-index: 2;
    padding: 40px 15px 20px;
    color: #fff;
  }
  .headerTitle {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .headerTitle span {
    display: block;
    margin-bottom: 12px;
    font-size: 2.4rem;
    font-weight: 500;
  }
  .headerDescription {
    margin-top: 18px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .headerDescription br {
    display: none;
  }
  .contents {
    padding: 10px 15px 80px;
    background: #f8f8f8;
  }
  .section:not(:first-child) {
    margin-top: 25px;
  }
  .sectionInner {
    padding: 25px 20px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }
  .section .title {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #9a9a9a;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
  }
  .section .image {
    margin: 0;
    text-align: center;
  }
  .section .image img {
    width: 100%;
    height: auto;
  }
  .section .text {
    margin-top: 15px;
  }
  .section .subtitle {
    margin: 25px 0 15px;
    font-size: 1.8rem;
  }
  .section p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .section p:not(:first-child) {
    margin-top: 1em;
  }
  .section .list {
    margin-top: 1em;
    font-size: 1.4rem;
  }
  .section .list li {
    position: relative;
    padding-left: 1em;
  }
  .section .list li:not(:first-child) {
    margin-top: .325em;
  }
  .section .list li::before {
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
  }
  .section .attention {
    margin-top: 1.5em;
    padding: 0;
    font-size: 1.2rem;
    text-indent: 0;
  }
  .section .attention::before {
    content: none;
  }
  .section .attention li {
    position: relative;
    padding-left: 1em;
  }
  .section .attention li::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
  }
  .section video {
    width: 100%;
  }
  .section video + img {
    margin-top: 20px;
  }
  .section .tableScroll th:first-child {
    border-left: 1px solid #ddd;
  }
  .section .tableScroll td:last-child {
    border-right: 1px solid #ddd;
  }
  .btn.back {
    width: 295px;
    margin: 40px auto 0;
  }
  .btn.back a {
    height: 62px;
    line-height: 62px;
    background-color: #fff;
  }

  /* Page Animation */
  .section.jsAnimation .sectionInner {
    opacity: 0;
    transform: translateY(40px);
    transition: transform .6s ease, opacity .6s ease;
  }
  .section.jsAnimation.run .sectionInner {
    opacity: 1;
    transform: translateY(0);
  }
}