@charset "UTF-8";
.media-pc {
  display: block;
}

.media-sp {
  display: none;
}

a {
  transition-duration: 0.5s;
}

a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 960px) {
  .media-pc {
    display: none;
  }
  .media-sp {
    display: block;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

figure {
  margin: 0;
}

body {
  opacity: 0;
  transition-duration: 2s;
}

body.inview {
  opacity: 1;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  text-align: center;
  color: #000;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-family: century-gothic, "Noto Sans JP","Yu Gothic", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 960px) {
  .area-wrapper {
    font-size: 12px;
    min-width: auto;
  }
}

@media screen and (max-width: 380px) {
  .area-wrapper {
    font-size: 11px;
    min-width: auto;
  }
}

header {
  position: relative;
  width: 100%;
}

/*
    .main-v
=========================================*/

.main-v {
  display: flex;
  margin-bottom: 60px;
}

.main-v h3 {
  position: absolute;
  top: 4vw;
  right: 4vw;
  width: 140px;
  z-index: 3;
  fill: #fff;
  opacity: 0;
  filter: blur(4px);
}

.main-v .main-v-txt {
  position: absolute;
  bottom: 2vw;
  left: 3.8vw;
  z-index: 3;
  text-align: center;
}

.main-v .main-v-txt h1 {
  margin-bottom: 0;
  font-size: 70px;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0.03em;
  color: #fff;
  opacity: 0;
  filter: blur(4px);
  text-shadow: 0px 0px 36px rgba(0, 0, 0, 0.3);
}

.main-v .main-v-txt h4 {
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 0.09em;
  color: #fff;
  text-align: center;
  opacity: 0;
  filter: blur(4px);
}

body.inview .main-v h1,
body.inview .main-v h3,
body.inview .main-v h4 {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    filter: blur(0);
    -webkit-transition: opacity 1000ms ease 900ms, filter 2500ms ease 900ms;
    -moz-transition: opacity 1000ms ease 900ms, filter 2500ms ease 900ms;
    -o-transition: opacity 1000ms ease 900ms, filter 2500ms ease 900ms;
    -ms-transition: opacity 1000ms ease 900ms, filter 2500ms ease 900ms;
    transition: opacity 1000ms ease 900ms, filter 2500ms ease 900ms;
}

.main-v .main-slider {
  width: 51%;
}

.main-v .main-slider div {
  height: 100.5%;
}

.main-v .main-slider div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-v-img img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .main-v {
    display: block;
    margin-bottom: 5vw;
  }
  .main-v h3 {
    width: 32vw;
    top: 4vw;
    right: 4vw;
  }
  .main-v .main-v-txt {
    position: absolute;
    bottom: 5vw;
    left: 0;
    width: 100%;
  }
  .main-v .main-v-txt h1 {
    font-size: 13.4vw;
    line-height: 1.2;
  }
  .main-v .main-v-txt h4 {
    font-size: 5.6vw;
    line-height: 1.2;
  }
}

/*
    .item-cont
=========================================*/

.item-cont {
  padding: 0 0 320px;
}

.item-cont-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 100px;
  box-sizing: border-box;
}

.item-link {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
}

.item-link-inner {
}

.item-credit-name {
  font-weight: 600;
}

.item-credit-price {
  margin-left: 16px;
  font-size: 14px;
  font-weight: 400;
}

.style-list {
  display: flex;
}

.style-list li {
  width: 33.333%;
}

@media screen and (max-width: 960px) {
  .item-cont {
    padding: 0 0 32vw;
  }

  .item-cont-inner {
    padding: 5vw;
  }
}

/*
    .style
=========================================*/

.sec01 {
  position: sticky;
  background: #fff;
  z-index: 0;
}

.sec01 .style01 {
  display: flex;
  align-items: flex-end;
  gap: 160px;
  padding-right: 0;
}

.sec01 .style01:after {
  content: "";
  position: absolute;
  top: 104px;
  left: 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
  height: 488px;
  background: #F5F3F1;
  z-index: -1;
}

.sec01 .style01 .style-top {
  margin-bottom: 100px;
  max-width: 400px;
  width: 44%;
}

.sec01 .style01 .style-btm {
  display: flex;
  flex-direction: column-reverse;
  text-align: left;
  max-width: 600px;
  width: 60%;
}

.sec01 .style01 .item-credit {
  margin: 0 0 36px;
}

@media screen and (max-width: 960px) {
  .sec01 .style01 {
    display: block;
    padding: 5vw 0;
  }
  .sec01 .style01:after {
    top: inherit;
        bottom: 5vw;
        right: 0;
        left: inherit;
        width: 90vw;
        height: 136vw;
  }
  .sec01 .style01 .style-top {
    margin-bottom: 5vw;
    max-width: 100%;
    width: 88%;
  }

  .sec01 .style01 .style-btm {
    max-width: 100%;
    width: 100%;
  }

  .sec01 .style01 .item-credit {
    margin: 0;
    padding: 0 0 5vw 16vw;
  }
}

.sec01 .style02 {
  display: flex;
  align-items: flex-end;
  gap: 48px;
}

.sec01 .style02:after {
  content: "";
  position: absolute;
  top: 80px;
  left: 320px;
  width: 380px;
  height: 970px;
  background: #F5F3F1;
  z-index: -1;
}

.sec01 .style02 .style-top {
  margin-bottom: 110px;
  max-width: 328px;
  width: 32%;
}

.sec01 .style02 .style-btm {
  display: flex;
  flex-direction: column-reverse;
  text-align: left;
  max-width: 540px;
  width: 54%;
}

.sec01 .style02 .item-credit {
  margin: 0 0 40px;
}

@media screen and (max-width: 960px) {
  .sec01 .style02 {
    display: block;
    padding: 5vw 0;
  }
  .sec01 .style02:after {
    top: 5vw;
    left: 5vw;
    width: 57vw;
    height: 282vw;
  }
  .sec01 .style02 .style-top {
    margin-bottom: 0;
    max-width: 100%;
    width: 88%;
  }
  .sec01 .style02 .style-btm {
    display: block;
    max-width: 100%;
    width: 88%;
    margin-left: auto;
  }
  .sec01 .style02 .item-credit {
    margin: 5.4vw 0 0;
  }
}

.sec01 .style03 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row-reverse;
  gap: 48px;
}

.sec01 .style03 .style-top {
  margin-bottom: 164px;
  max-width: 328px;
  width: 32%;
}

.sec01 .style03 .style-btm {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 48px;
  text-align: left;
  width: 45%;
}

.sec01 .style03 .style-btm figure {
  max-width: 360px;
}

.sec01 .style03 .item-credit {
  margin: 0;
}

@media screen and (max-width: 960px) {
  .sec01 .style03 {
    display: block;
    padding: 5vw 5vw 5vw 2vw;
  }

  .sec01 .style03 .style-top {
    margin-bottom: 3.8vw;
    max-width: 100%;
    width: 66%;
    margin-left: auto;
  }

  .sec01 .style03 .style-btm {
    display: block;
    width: 100%;
    text-align: right;
  }

  .sec01 .style03 .style-btm figure {
    width: 80%;
    max-width: 100%;
  }

  .sec01 .style03 .item-credit {
    margin: 5.4vw 0 0;
    display: inline-block;
  }
}

.sec02 {
  position: sticky;
  background: #fff;
  z-index: 0;
}

.sec02 .style01 {
  display: flex;
  align-items: flex-end;
  gap: 80px;
}

.sec02 .style01:after {
  content: "";
  position: absolute;
  top: 242px;
  left: 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
  height: 184px;
  background: #F5F3F1;
  z-index: -1;
}

@media screen and (max-width: 1280px) {
  .sec02 .style01:after {
    top: 9.5vw;
    height: 35vw;
  }
}

.sec02 .style01 .style-top {
  max-width: 400px;
  width: 40%;
  margin-bottom: 20px;
  text-align: left;
}

.sec02 .style01 .style-btm {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  text-align: left;
  width: 60%;
}

.sec02 .style01 .style-btm-item {
  max-width: 306px;
  width: 50%;
}

.sec02 .style01 .style-btm-item:last-child {
  margin-bottom: 70px;
}

.sec02 .style01 .item-credit {
  margin: 24px 0 0;
}

@media screen and (max-width: 960px) {
  .sec02 .style01 {
    display: block;
    padding: 5vw 0;
  }
  .sec02 .style01:after {
    content: "";
    position: absolute;
    top: 124vw;
        width: 100vw;
        height: 43vw;
  }
  .sec02 .style01 .style-top {
    max-width: 100%;
    width: 90%;
    margin: 0 auto 3.8vw;
  }
  .sec02 .style01 .style-btm {
    align-items: flex-start;
    gap: 3.8vw;
    width: 100%;
  }

  .sec02 .style01 .style-btm-item {
    max-width: 100%;
    width: 50%;
  }
  .sec02 .style01 .style-btm-item:first-child {
    margin-top: 8vw;
  }
  .sec02 .style01 .style-btm-item:last-child {
    margin-bottom: 0;
  }
  .sec02 .style01 .item-credit {
    margin: 5.4vw 0 0;
  }
}

.sec02 .style02 {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  gap: 100px;
}

.sec02 .style02:after {
  content: "";
  position: absolute;
  top: 560px;
  left: 320px;
  width: 380px;
  height: 750px;
  background: #F5F3F1;
  z-index: -1;
}

@media screen and (max-width: 1280px) {
  .sec02 .style02:after {
    top: 44vw;
    left: 25vw;
    width: 32vw;
    height: 91vw;
  }
}

.sec02 .style02 .style-top {
  margin-bottom: 230px;
  max-width: 400px;
  width: 40%;
}

.sec02 .style02 .style-btm {
  display: flex;
  gap: 20px;
  text-align: left;
  width: 55%;
}

.sec02 .style02 .style-btm-item {
  max-width: 306px;
  display: flex;
  flex-direction: column-reverse;
  text-align: left;
}

.sec02 .style02 .style-btm-item:last-child {
  display: flex;
  flex-direction: column-reverse;
}

.sec02 .style02 .item-credit {
  margin: 0 0 24px;
}

@media screen and (max-width: 960px) {
  .sec02 .style02 {
    display: block;
    padding: 5vw 0;
  }
  .sec02 .style02:after {
    content: "";
    position: absolute;
    top: 22vw;
    left: 5vw;
    width: 54vw;
    height: 230vw;
  }
  .sec02 .style02 .style-top {
    margin-bottom: 2.8vw;
    max-width: 100%;
    width: 88%;
    margin-left: auto;
  }

  .sec02 .style02 .style-btm {
    display: flex;
    flex-wrap: wrap;
    gap: 2.8vw;
    text-align: left;
    width: 88%;
    margin-left: auto;
  }

  .sec02 .style02 .style-btm-item {
    max-width: 100%;
    width: calc(50% - 1.4vw);
  }

  .sec02 .style02 .item-credit {
    width: 100%;
    margin: 2.6vw 0 0;
  }
}

.sec02 .style03 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 48px;
}

.sec02 .style03 .style-top {
  margin-bottom: 110px;
  max-width: 328px;
  width: 33%;
}

.sec02 .style03 .style-btm {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column-reverse;
  text-align: left;
  width: 55%;
}

.sec02 .style03 .style-btm figure {
  max-width: 540px;
}

.sec02 .style03 .item-credit {
  margin: 0 0 24px;
}

@media screen and (max-width: 960px) {
  .sec02 .style03 {
    display: block;
    padding: 5vw 0;
  }
  .sec02 .style03 .style-top {
    margin-bottom: 0;
    max-width: 100%;
    width: 88%;
  }
  .sec02 .style03 .style-btm {
    display: block;
    width: 88%;
    margin-left: auto;
  }
  .sec02 .style03 .style-btm figure {
    max-width: 100%;
  }
  .sec02 .style03 .item-credit {
    margin: 5.4vw 0 0;
  }
}

.sec02 .style04 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
  gap: 54px;
}

.sec02 .style04:after {
  content: "";
  position: absolute;
  top: 155px;
  left: 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 47vw;
  height: 488px;
  background: #F5F3F1;
  z-index: -1;
}

@media screen and (max-width: 1280px) {
  .sec02 .style04:after {
    top: 10vw;
    width: 44vw;
    height: 42vw;
  }
}

.sec02 .style04 .style-top {
  max-width: 470px;
  width: 50%;
}

.sec02 .style04 .style-btm {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 40px;
  text-align: left;
}

.sec02 .style04 .style-btm figure {
  max-width: 236px;
}

.sec02 .style04 .item-credit {
  margin: 0;
}

@media screen and (max-width: 960px) {
  .sec02 .style04 {
    display: block;
    padding: 5vw 2.8vw; 
  }
  .sec02 .style04:after {
    top: 39vw;
        left: inherit;
        right: 0;
        width: 74vw;
        height: 147vw;
  }

  .sec02 .style04 .style-top {
    max-width: 100%;
    width: 62%;
    margin-left: auto;
    margin-bottom: 2.8vw;
  }

  .sec02 .style04 .style-btm {
    display: block;
    width: 76%;
  }

  .sec02 .style04 .style-btm figure {
    max-width: 100%;
  }

  .sec02 .style04 .item-credit {
    margin: 5.4vw 0 0;
  }
}

.sec03 {
  position: sticky;
  background: #fff;
  z-index: 0;
  padding: 0 0 70px;
}

.sec03 .style01 {
  display: flex;
  align-items: flex-end;
  gap: 160px;
  padding-right: 0;
}

.sec03 .style01:after {
  content: "";
  position: absolute;
  top: 86px;
  right: 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 60vw;
  height: 488px;
  background: #F5F3F1;
  z-index: -1;
}

@media screen and (max-width: 1280px) {
  .sec03 .style01:after {
    top: 7.5vw;
    width: 63vw;
    height: 41vw;
  }
}

.sec03 .style01 .style-top {
  max-width: 400px;
  width: 40%;
  margin-bottom: 100px;
}

.sec03 .style01 .style-btm {
  display: flex;
  flex-direction: column-reverse;
  text-align: left;
  max-width: 600px;
  width: 60%;
}

.sec03 .style01 .item-credit {
  margin: 0 0 36px;
}

@media screen and (max-width: 960px) {
  .sec03 {
    padding: 0 0 2vw;
  }
  .sec03 .style01 {
    display: block;
    padding: 5vw 0;
  }
  .sec03 .style01:after {
    top: inherit;
        bottom: 5vw;
        right: 0;
        left: inherit;
        width: 90vw;
        height: 136vw;
  }
  .sec03 .style01 .style-top {
    margin-bottom: 5vw;
    max-width: 100%;
    width: 88%;
  }

  .sec03 .style01 .style-btm {
    max-width: 100%;
    width: 100%;
  }

  .sec03 .style01 .item-credit {
    margin: 0;
    padding: 0 0 5vw 16vw;
  }
}

.sec03 .style02 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 100px;
}

.sec03 .style02:after {
  content: "";
  position: absolute;
  top: 228px;
  left: 400px;
  width: 400px;
  height: 983px;
  background: #F5F3F1;
  z-index: -1;
}

@media screen and (max-width: 1280px) {
  .sec03 .style02:after {
    top: 19vw;
    left: 32vw;
    width: 33vw;
    height: 98vw;
  }
}

.sec03 .style02 .style-top {
  max-width: 470px;
  width: 48%;
}

.sec03 .style02 .style-btm {
  display: flex;
  flex-direction: column-reverse;
  max-width: 353px;
  width: 36%;
  margin-bottom: 116px;
  text-align: left;
}

.sec03 .style02 .style-btm-item:last-child {
  display: flex;
  flex-direction: column-reverse;
}

.sec03 .style02 .item-credit {
  margin: 0 0 24px;
}

@media screen and (max-width: 960px) {
  .sec03 .style02 {
    display: block;
    padding: 12vw 0 5vw;
  }
  .sec03 .style02:after {
    top: 24vw;
    left: inherit;
    right: 3.8vw;
    width: 79vw;
    height: 369vw;
  }
  .sec03 .style02 .style-top {
    max-width: 100%;
    width: 88%;
    margin-left: auto;
  }
  .sec03 .style02 .style-btm {
    display: block;
    max-width: 100%;
    width: 88%;
    margin-bottom: 0;
    text-align: center;
  }
  .sec03 .style02 .style-btm-item:last-child {
    display: flex;
    flex-direction: column-reverse;
  }
  .sec03 .style02 .item-credit {
    display: inline-block;
    margin: 5.4vw 0 0;
    text-align: left;
  }
}

.sec03 .style03 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 138px;
}

.sec03 .style03 .style-top {
  margin-bottom: 184px;
  max-width: 425px;
  width: 43%;
}

.sec03 .style03 .style-btm {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column-reverse;
  text-align: left;
  width: 30%;
  max-width: 284px;
}

.sec03 .style03 .style-btm figure {
}

.sec03 .style03 .item-credit {
  margin: 0 0 24px;
}

@media screen and (max-width: 960px) {
  .sec03 .style03 {
    display: block;
    padding: 0 2.8vw;
  }
  .sec03 .style03 .style-top {
    margin-bottom: 5vw;
    max-width: 100%;
    width: 74%;
  }
  .sec03 .style03 .style-btm {
    display: block;
    width: 62%;
    max-width: 100%;
    margin-left: auto;
  }
  .sec03 .style03 .item-credit {
    margin: 5.4vw 0 0;
  }
}

.sec03 .style04 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 108px;
  padding-left: 0;
}

.sec03 .style04:after {
  content: "";
  position: absolute;
  bottom: -36px;
  right: 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 42vw;
  height: 282px;
  background: #F5F3F1;
  z-index: -1;
}

@media screen and (max-width: 1280px) {
  .sec03 .style04:after {
    bottom: -2vw;
    width: 42vw;
    height: 24vw;
  }
}

.sec03 .style04 .style-top {
  max-width: 353px;
  width: 36%;
  margin-bottom: 128px;
}

.sec03 .style04 .style-btm {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  width: 48%;
  text-align: left;
}

.sec03 .style04 .style-btm figure {
  max-width: 470px;
  margin-bottom: 6px;
}

.sec03 .style04 .item-credit {
  margin: 24px 0 0;
}

@media screen and (max-width: 960px) {
  .sec03 .style04 {
    display: block;
    padding: 12vw 0 5vw;
  }
  .sec03 .style04:after {
    top: 26vw;
    bottom: inherit;
    right: 0;
    width: 52vw;
    height: 150vw;
  }
  .sec03 .style04 .style-top {
    position: relative;
    max-width: 100%;
    width: 54%;
    margin-bottom: 0;
    z-index: 1;
  }
  .sec03 .style04 .style-btm {
    position: relative;
    top: -60vw;
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;
    width: 88%;
    margin-bottom: -60vw;
    margin-left: auto;
  }
  .sec03 .style04 .style-btm figure {
    max-width: 100%;
    margin-bottom: 0;
  }
  .sec03 .style04 .item-credit {
    margin: 0 0 5.4vw;
    padding: 0 4vw 0 0;
  }
}

.sec03 .style05 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 48px;
}

.sec03 .style05 .style-top {
  max-width: 328px;
  width: 33%;
  margin-bottom: 128px;
}

.sec03 .style05 .style-btm {
  display: flex;
  flex-direction: column-reverse;
  text-align: left;
  width: 66%;
}

.sec03 .style05 .style-btm figure {
  max-width: 540px;
}

.sec03 .style05 .item-credit {
  margin: 0 0 24px;
}

@media screen and (max-width: 960px) {
  .sec03 .style05 {
    display: block;
    padding: 12vw 0 0; 
  }

  .sec03 .style05 .style-top {
    max-width: 100%;
    width: 88%;
    margin-bottom: 0;
    margin-left: auto;
  }

  .sec03 .style05 .style-btm {
    display: block;
    width: 88%;
    text-align: center;
  }

  .sec03 .style05 .style-btm figure {
    max-width: 100%;
  }

  .sec03 .style05 .item-credit {
    display: inline-block;
    margin: 5.4vw 0 0;
    text-align: left;
  }
}
/*
    .btn-cont
=========================================*/

.btn-cont {
  margin: 60px auto 70px;
}

.black-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  height: 34px;
  margin: 15px auto 32px;
  padding: 20px 0;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP","Yu Gothic", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.black-btn a strong {
  width: 105px;
  margin-right: 10px;
  fill: #fff;
}

.black-btn a strong svg {
  position: relative;
  top: 6px;
  vertical-align: middle;
}

@media screen and (max-width: 960px) {
  .btn-cont {
    margin: 8vw auto 12vw;
    padding: 0 3.6%;
  }
  .black-btn a {
    height: 28px;
    margin: 6% auto;
    padding: 24px 0;
  }
  .black-btn a strong {
    margin-right: 2%;
  }
  .black-btn a strong svg {
    top: 0.8vw;
    width: 90%;
  }
}

@media screen and (max-width: 380px) {
  .black-btn a {
    height: inherit;
    margin: 6% auto;
    padding: 18px 0;
    height: 24px;
  }
  .black-btn a strong svg {
    top: 1.2vw;
  }
}

/*
    .area-body
=========================================*/
.area-body {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .area-body {
    width: auto;
    padding: 0;
    margin: 0;
    /*overflow-x: hidden; */
  }
}

/*
    footer
=========================================*/
footer {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  padding: 60px 0;
}

footer p {
  font-weight: normal;
  font-size: 13px;
}

footer .onward {
  width: 160px;
  margin: 10px auto 20px;
}

@media screen and (max-width: 960px) {
  footer {
    width: auto;
    padding: 0 0 10%;
    display: block;
  }
  footer p {
    font-weight: normal;
    font-size: 8px;
  }
  footer .onward {
    width: 180px;
    margin: 10px auto;
    padding: 11px;
  }
}
