@charset "UTF-8";
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

besupporters.scss

------------------------------------*/
a {
  color: #003690;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.4;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  min-width: 980px;
  background: #fff;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

#header *,
.CNT * {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.CNT {
  font-feature-settings: "palt";
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three, .CLM__four {
  -ms-display: flexbox;
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
  -ms-justify-content: left;
  justify-content: left;
  -ms-align-items: top;
  align-items: top;
}
.CLM__half img, .CLM__three img, .CLM__four img {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100 {
  width: 100% !important;
}
.CLM__half > li, .CLM__half > article, .CLM__half > figure {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n) {
  margin-right: 0;
}
.CLM__four > li, .CLM__four > article {
  width: 23.5%;
  margin-right: 2%;
}
.CLM__four > li:nth-child(4n), .CLM__four > article:nth-child(4n) {
  margin-right: 0;
}

.nowrapCLM {
  -ms-display: flexbox;
  -webkit-display: flex;
  display: flex;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: top;
  align-items: top;
}
.nowrapCLM > li,
.nowrapCLM > article {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child,
.nowrapCLM > article:last-child {
  margin-right: 0;
}
.nowrapCLM > li img,
.nowrapCLM > article img {
  width: 100%;
}
.nowrapCLM > li a,
.nowrapCLM > article a {
  display: block;
}

.txt__honbun {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1em;
}
.txt__size16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1em;
}
.txt__size18 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size20 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size22 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size26 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__red {
  color: #e70012;
}
.txt__blue {
  color: #003690;
}
.txt__orange {
  color: #F94D1D;
}
.txt__suborange {
  color: #FDF3F0;
}
.txt__bold {
  font-weight: bold !important;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__center {
  text-align: center;
}

.textlink__right {
  text-align: right;
}
.textlink__right a {
  color: #000;
}
.textlink__down:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f104";
  font-size: 150%;
  position: relative;
  top: 2px;
  margin-left: 5px;
  margin-top: 10px;
}

.list__style {
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
  font-size: 20px;
  font-size: 2rem;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}

.arrow__Underlink {
  position: relative;
  color: #000;
}
.arrow__Underlink:after {
  display: block;
  font-family: "ionicons";
  content: "\f104";
  font-size: 150%;
  position: relative;
  top: -10px;
  height: 1em;
}

.btn {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  box-sizing: border-box;
  padding-right: 0;
  width: 400px;
  background: #000;
  color: #fff;
  margin: auto;
  padding: 20px;
  display: block;
  text-align: center;
  position: relative;
}
.btn:after {
  font-size: 30px;
  font-size: 3rem;
  right: 10%;
  transition: 0.3s ease-in-out;
  position: absolute;
  font-family: "FontAwesome";
  content: "\f105";
  font-weight: normal;
  right: 20px;
  top: 50%;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn:hover {
  opacity: 1;
}
.btn:hover:after {
  right: 10px;
}
.btn__red {
  background: #e70012;
}
.btn__red:hover {
  background: #ae1f3c;
}
.btn__close {
  background: #a6a6a6;
}
.btn__close:hover {
  background: #7E7E7F;
}
.btn__close:hover:after {
  left: 20px;
}
.btn__close:after {
  font-size: 30px;
  font-size: 3rem;
  right: auto;
  transition: 0.3s ease-in-out;
  position: absolute;
  font-family: "FontAwesome";
  content: "\f105";
  font-weight: normal;
  left: 30px;
  top: 50%;
  color: #fff;
  transform: translate(-50%, -50%) rotate(180deg);
  width: auto;
}

.sec {
  text-align: center;
}
.sec__inner900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 5vw;
  box-sizing: border-box;
}
.sec__inner1100 {
  width: 100%;
  min-width: 980px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1200 {
  width: 100%;
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__innerWide {
  width: 100%;
  min-width: 980px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner__gray {
  margin: 450px auto 60px;
}
.sec__inner__gray:before {
  top: -200px;
  padding-bottom: 0;
}
.sec__inner__gray.left:before {
  width: 90%;
  left: 10%;
}

.heading__main .jpn_S {
  font-size: 30px;
  font-size: 3rem;
}
.heading__main .eng_L {
  font-size: 100px;
  font-size: 10rem;
}
.heading__main:after {
  width: 5%;
  left: -20px;
  height: 5px;
  top: 20px;
}
.heading__sub {
  font-size: 40px;
  font-size: 4rem;
  padding: 10px 50px;
}
.heading__S {
  font-size: 50px;
  font-size: 5rem;
}
.heading__left {
  text-align: left;
}

h2 {
  left: 5%;
  top: -120px;
}

.kome {
  display: block;
}

.borderwrap {
  border: 1px solid #000;
  padding: 3% 5%;
  text-align: left;
}

/* ==========================================================================
   header
========================================================================== */
.headerArea {
  z-index: 100;
  position: fixed;
}

.header__right {
  display: none;
}
.header__left {
  top: 0;
  z-index: 100;
  position: fixed;
}
.header__left__jleaguejp {
  margin: 10px;
}
.header__left__jleaguejp img {
  width: 40px;
}

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea__maintitle {
  padding-bottom: 30px;
  padding: 20px 0;
  background: #f74f02;
}
.kvArea__maintitle img {
  width: 100%;
  max-width: 900px;
  margin: auto;
  display: block;
}
.kvArea__kv {
  padding-bottom: 30px;
  background: #f74f02;
}
.kvArea__kv img {
  display: block;
  margin: auto;
  max-width: 1080px;
  width: 100%;
}
.kvArea__title {
  padding: 55px 0;
}
.kvArea__title--main {
  width: 980px;
  margin: 0px auto 35px;
}
.kvArea__title--main img {
  width: 100%;
}
.kvArea__title--main img.pcDISP {
  display: block !important;
  width: 90%;
  margin: auto;
}
.kvArea__title--logo {
  width: 980px;
  margin: auto;
  -ms-display: flexbox;
  -webkit-display: flex;
  display: flex;
  flex-wrap: nowrap;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.kvArea__title--logo .left {
  width: 280px;
  -webkit-animation: leftslide 2s 1 forwards;
          animation: leftslide 2s 1 forwards;
  right: calc(50% + 50px);
}
.kvArea__title--logo .right {
  width: 230px;
  -webkit-animation: rightslide 2s 1 forwards;
          animation: rightslide 2s 1 forwards;
  left: calc(50% + 50px);
}
.kvArea__title--logo .center {
  width: 50px;
  margin: 0 40px;
}
.kvArea__title--logo .left img, .kvArea__title--logo .right img, .kvArea__title--logo .center img {
  width: 100%;
}
.kvArea__title--logo .left, .kvArea__title--logo .right {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  position: absolute;
  opacity: 0;
}
@-webkit-keyframes leftslide {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
  }
  90%, 100% {
    opacity: 1;
  }
}
@keyframes leftslide {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
  }
  90%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes rightslide {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
  }
  90%, 100% {
    opacity: 1;
  }
}
@keyframes rightslide {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
  }
  90%, 100% {
    opacity: 1;
  }
}
.kvArea__title .kv-fade {
  -webkit-animation: kv-fade 2.5s 1 forwards;
          animation: kv-fade 2.5s 1 forwards;
}
@-webkit-keyframes kv-fade {
  0% {
    opacity: 0;
  }
  90%, 100% {
    opacity: 1;
  }
}
@keyframes kv-fade {
  0% {
    opacity: 0;
  }
  90%, 100% {
    opacity: 1;
  }
}

/* ==========================================================================
   navArea
========================================================================== */
.navArea {
  background: #F94D1D;
}
.navArea__wrap {
  width: 980px;
  margin: auto;
  -ms-display: flexbox;
  -webkit-display: flex;
  display: flex;
  flex-wrap: nowrap;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: stretch;
  align-items: stretch;
}
.navArea__list {
  width: calc((100% - 5px) / 4);
  border-right: 1px solid #fff;
  -ms-display: flexbox;
  -webkit-display: flex;
  display: flex;
  flex-wrap: nowrap;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
.navArea__list:first-child {
  border-left: 1px solid #fff;
}
.navArea__list:hover:after {
  bottom: 15px;
}
.navArea__list.nolink {
  background-color: #CB421D;
}
.navArea__list.nolink:hover:after {
  bottom: 20px;
}
.navArea__list.nolink:after {
  opacity: 0.5;
}
.navArea__list.nolink a {
  pointer-events: none;
  opacity: 0.5;
}
.navArea__list a {
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  padding: 20px 0 40px;
  box-sizing: border-box;
  font-weight: bold;
}
.navArea__list:after {
  position: absolute;
  font-family: "ionicons";
  content: "\f35d";
  font-size: 18px;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  transition: 0.3s ease-in-out;
}

/* ==========================================================================
   leadArea
========================================================================== */
.leadArea {
  background: #FDF3F0;
}
.leadArea > .sec__inner980 {
  padding: 150px 0;
}
.leadArea__wrap {
  border: 30px solid #F94D1D;
  background: #fff;
  padding: 80px 40px;
  text-align: center;
}
.leadArea__wrap--maintxt {
  color: #F94D1D;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin: 20px 0 50px;
  line-height: 2;
}
.leadArea__wrap--subtxt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.5;
}
.leadArea__wrap--subtxt span {
  display: block;
}
.leadArea__wrap--subtxt i {
  font-style: normal;
}

/* ==========================================================================
   subleadArea
========================================================================== */
.subleadArea .sec__inner980 {
  padding: 100px 0 180px;
}
.subleadArea__wrap {
  -ms-display: flexbox;
  -webkit-display: flex;
  display: flex;
  flex-wrap: nowrap;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-align-items: end;
  align-items: end;
}
.subleadArea__wrap:nth-child(2) {
  color: red;
}
.subleadArea__wrap.second .img {
  width: 55%;
}
.subleadArea__wrap .img {
  width: 50%;
  align-items: self-end;
}
.subleadArea__wrap .img img {
  width: 100%;
}
.subleadArea__wrap .img .fade-here {
  transition: 3s all;
}
.subleadArea__wrap .img .left {
  width: 55%;
  margin-right: 5%;
  margin-bottom: -60px;
}
.subleadArea__wrap .img .right {
  width: 40%;
  margin-top: -80px;
}
.subleadArea__wrap .txt {
  width: 40%;
  line-height: 2.5;
}
.subleadArea__title {
  margin-top: 110px;
  margin-bottom: 20px;
}
.subleadArea__title--main, .subleadArea__title--sub {
  background: #F94D1D;
  display: inline-block;
  padding: 0 10px;
  margin: 5px 0;
}
.subleadArea__title--main img, .subleadArea__title--sub img {
  width: 100%;
}
.subleadArea__title--main {
  width: 65%;
}
.subleadArea__title--sub {
  width: 60%;
}
.subleadArea__title.active {
  /*中の要素*/
  /*右から左*/
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
}
.subleadArea__title.active .bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}
@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.subleadArea__title.active .bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  background: #F94D1D;
}
@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.subleadArea__title.active .bgRLextend::before {
  -webkit-animation-name: bgRLextendAnime;
          animation-name: bgRLextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 65%;
  height: 100%;
  background-color: #F94D1D; /*伸びる背景色の設定*/
}
@-webkit-keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
.subleadArea__title.active .bgappearTrigger,
.subleadArea__title.active .bgRLextendTrigger {
  opacity: 0;
}

/* ==========================================================================
   campaignArea
========================================================================== */
.campaignArea {
  background: #FDF3F0;
  overflow: hidden;
}
.campaignArea__title {
  padding: 100px 0 280px;
  background-color: #F94D1D;
}
.campaignArea__title h2 {
  width: 980px;
  display: block;
  margin: auto;
  text-align: center;
}
.campaignArea__title h2 img {
  width: 80%;
}
.campaignArea__con {
  margin-top: -250px;
}
.campaignArea__con .sec__inner980 {
  text-align: center;
  padding: 0;
}
.campaignArea__osekkai--title {
  background: #fff;
  display: inline-block;
  margin: auto;
  text-align: center;
  padding: 20px 100px 0;
  color: #F94D1D;
  font-weight: bold;
  font-size: 25px;
  font-size: 2.5rem;
  border-radius: 5px 5px 0 0;
}
.campaignArea__osekkai--wrap {
  background: #fff;
  padding: 50px 10px;
  border-radius: 5px;
}
.campaignArea__osekkai--list {
  width: calc((100% - 4px) / 3);
  border-right: 2px solid #F94D1D;
  padding: 0 40px;
  box-sizing: border-box;
}
.campaignArea__osekkai--list:last-child {
  border: none;
}
.campaignArea__osekkai--list p {
  margin-top: 20px;
  color: #F94D1D;
  font-weight: bold;
}
.campaignArea__text {
  position: relative;
}
.campaignArea__text .sec__inner980 {
  padding-top: 100px;
}
.campaignArea__text p {
  text-align: center;
  margin-bottom: 100px;
  line-height: 2;
}
.campaignArea__text .btnwrap .btn {
  padding: 30px 20px;
  font-size: 23px;
  font-size: 2.3rem;
}
.campaignArea__text .btnwrap .btn:before {
  font-size: 40px;
  font-size: 4rem;
  left: 10%;
  transition: 0.3s ease-in-out;
  position: absolute;
  font-family: "ionicons";
  content: "\f105";
  font-weight: normal;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.campaignArea__text .btnwrap .twitter {
  background: #34aae1;
}
.campaignArea__text .btnwrap .twitter:before {
  content: "\f243";
}
.campaignArea__text .btnwrap .instagram {
  background: linear-gradient(45deg, #fac444, #f74632, #4839dc);
}
.campaignArea__text .btnwrap .instagram:before {
  content: "\f351";
}
.campaignArea__img--list {
  position: absolute;
  width: 170px;
}
.campaignArea__img--list img {
  width: 100%;
}
.campaignArea__img--list:nth-child(1), .campaignArea__img--list:nth-child(3) {
  top: 60px;
}
.campaignArea__img--list:nth-child(2), .campaignArea__img--list:nth-child(4) {
  top: 220px;
}
.campaignArea__img--list:nth-child(1), .campaignArea__img--list:nth-child(2) {
  right: calc(50% + 340px);
}
.campaignArea__img--list:nth-child(3), .campaignArea__img--list:nth-child(4) {
  left: calc(50% + 340px);
}
.campaignArea__img--list:nth-child(1) {
  transform: rotate(-5deg);
}
.campaignArea__img--list:nth-child(2) {
  transform: rotate(5deg);
}
.campaignArea__img--list:nth-child(3) {
  transform: rotate(5deg);
}
.campaignArea__img--list:nth-child(4) {
  transform: rotate(-5deg);
}
.campaignArea__marquee--img {
  background-image: url(/img/special/besupporters/campaign_BG.jpg);
  position: relative;
  width: 100%;
  height: 15vw;
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 0;
  -webkit-animation-name: slide_img;
          animation-name: slide_img;
  -webkit-animation-duration: 300s;
          animation-duration: 300s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: marquee;
          animation-name: marquee;
}

@-webkit-keyframes marquee {
  100% {
    background-position: -10000px 0;
  }
}

@keyframes marquee {
  100% {
    background-position: -10000px 0;
  }
}
/* ==========================================================================
   postArea
========================================================================== */
.postArea .sec__inner980 {
  padding: 100px 0;
}
.postArea h2 {
  text-align: center;
  margin-bottom: 40px;
}
.postArea h2 img {
  height: 40px;
}

/* ==========================================================================
   activitiesArea
========================================================================== */
.activitiesArea {
  background: #FDF3F0;
}
.activitiesArea .sec__inner980 {
  padding: 100px 0;
}
.activitiesArea h2 {
  text-align: center;
  margin-bottom: 60px;
}
.activitiesArea h2 img {
  vertical-align: middle;
}
.activitiesArea h2 img:nth-child(1) {
  height: 70px;
  margin-right: 10px;
}
.activitiesArea h2 img:nth-child(2) {
  height: 40px;
}
.activitiesArea .btn {
  width: 700px;
  font-size: 20px;
  font-size: 2rem;
  border: 5px solid #F94D1D;
  background: #fff;
  color: #F94D1D;
  padding: 30px 20px;
}
.activitiesArea .btn:after {
  color: #F94D1D;
}
.activitiesArea .btn:before {
  font-size: 30px;
  font-size: 3rem;
  left: 20px;
  transition: 0.3s ease-in-out;
  position: absolute;
  font-family: "ionicons";
  content: "\f39c";
  font-weight: normal;
  color: #F94D1D;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* ==========================================================================
   ETC
========================================================================== */
.pcDISP {
  display: initial !important;
}

.spDISP {
  display: none !important;
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 10px;
}

.margT20 {
  margin-top: 20px;
}

.margT30 {
  margin-top: 30px;
}

.margT40 {
  margin-top: 40px;
}

.margT50 {
  margin-top: 50px;
}

.margT60 {
  margin-top: 60px;
}

.margT70 {
  margin-top: 70px;
}

.margT80 {
  margin-top: 80px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 10px;
}

.margB20 {
  margin-bottom: 20px;
}

.margB30 {
  margin-bottom: 30px;
}

.margB40 {
  margin-bottom: 40px;
}

.margB50 {
  margin-bottom: 50px;
}

.margB60 {
  margin-bottom: 60px;
}

.margB70 {
  margin-bottom: 70px;
}

.margB80 {
  margin-bottom: 80px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 10px;
}

.paddT20 {
  padding-top: 20px;
}

.paddT30 {
  padding-top: 30px;
}

.paddT40 {
  padding-top: 40px;
}

.paddT50 {
  padding-top: 50px;
}

.paddT60 {
  padding-top: 60px;
}

.paddT70 {
  padding-top: 70px;
}

.paddT80 {
  padding-top: 80px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 10px;
}

.paddB20 {
  padding-bottom: 20px;
}

.paddB30 {
  padding-bottom: 30px;
}

.paddB40 {
  padding-bottom: 40px;
}

.paddB50 {
  padding-bottom: 50px;
}

.paddB60 {
  padding-bottom: 60px;
}

.paddB70 {
  padding-bottom: 70px;
}

.paddB80 {
  padding-bottom: 80px;
}

.snsBtn {
  margin: 0 auto;
  padding: 20px;
  min-width: 980px;
  width: 100%;
  background: #FFF;
  box-sizing: border-box;
  position: relative;
}
.snsBtn li {
  vertical-align: bottom;
}

#footerSnsArea {
  position: relative;
}

.fade-up,
.fade-here,
.fade-from-left,
.fade-from-right {
  opacity: 0;
  transition: 1s all;
}