@import url("//fonts.googleapis.com/css?family=M+PLUS+1p:300,400,500,700,800&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Squada+One&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

ejleague_fifa2021.scss

------------------------------------*/
a {
  color: #2b77ea;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: inline-block;
}

a:hover {
  transform: scale(1.1);
  text-decoration: none;
}

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

body {
  font-family: 'Squada One', 'M PLUS 1p',  sans-serif;
  background: #000;
  background-size: 100% auto;
  font-size: 15px;
  font-size: 1.5rem;
}

.CLM__half, .CLM__three, .CLM__four {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- 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 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- top;
  align-items: -webkit- 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;
}

.btn {
  display: inline-block;
  position: relative;
}

.btn__black {
  background: #000;
  color: #fff;
}

.btn__white {
  background: #fff;
  color: #000;
}

.btn__red {
  background: #e60012;
  color: #fff;
}

.btn__blue {
  background: #2b77ea;
  color: #fff;
}

.btn__ss {
  padding: 10px 50px 7px;
  border-radius: 20px;
  line-height: 1;
  font-size: 13px;
  font-size: 1.3rem;
}

.btn__l {
  padding: 25px 0;
  border-radius: 40px;
  line-height: 1;
  width: 85%;
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin: 20px 0;
}

a.btn:after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f30f';
  right: 5%;
}

span.btn {
  opacity: 0.5;
}

.btnwrap {
  text-align: center;
  padding: 30px 0;
}

.btnwrap a {
  margin: auto;
}

.subhead__left {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.subhead__en {
  display: block;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 200;
  letter-spacing: 0.05em;
}

.subhead__jp {
  margin: 10px auto 0;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 200;
  font-family: 'M PLUS 1p', sans-serif;
  letter-spacing: 0.05em;
}

.text__center__15 {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.55;
  margin-bottom: 1em;
  font-weight: 300;
  font-family: 'M PLUS 1p',  sans-serif;
}

.text__center__18 {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.75;
  margin-bottom: 1em;
  letter-spacing: -0.03em;
  font-family: 'M PLUS 1p',  sans-serif;
}

.text__center__30 {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.55;
  margin-bottom: 1em;
  font-weight: 700;
  font-family: 'M PLUS 1p',  sans-serif;
}

.text__left__15 {
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.75;
  margin-bottom: 1em;
  font-weight: 200;
  font-family: 'M PLUS 1p',  sans-serif;
}

.text__left__18 {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.75;
  margin-bottom: 1em;
  letter-spacing: -0.03em;
  font-weight: 200;
  font-family: 'M PLUS 1p',  sans-serif;
}

.text__left__30 {
  text-align: left;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.55;
  margin-bottom: 1em;
  font-weight: 700;
  font-family: 'M PLUS 1p',  sans-serif;
}

.text__Ssize {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  display: block;
  margin-bottom: 1em;
  font-family: 'M PLUS 1p',  sans-serif;
}

.text__red {
  color: #e60012;
}

.text__white {
  color: #ffffff;
}

.text__shadow {
  text-shadow: 0px 0px 6px #000;
}

.borderwrap {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 40px;
}

.borderwrap p:last-of-type {
  margin-bottom: 0;
}

.header__menu {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  height: 60px;
  width: 100%;
  z-index: 99999;
}

.header__menu__jleaguejplink {
  position: absolute;
  top: 12px;
  left: 12px;
}

.header__menu__jleaguejplink img {
  height: auto;
  width: auto;
}

.menu-trigger {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 32px;
  height: 20px;
  z-index: 99999;
  box-sizing: border-box;
  margin: 20px;
  cursor: pointer;
}

.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
  transition: all .4s;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

#navigation {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99998;
  overflow-y: scroll;
}

.navigation__menu {
  vertical-align: top;
  padding-top: 100px;
  height: 800px;
}

.navigation__menu li {
  width: 980px;
  margin: 0 auto;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  line-height: 1;
}

.navigation__menu li > a,
.navigation__menu li > span {
  padding: 30px 0;
  display: block;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  color: #FFF;
  font-family: 'Squada One', sans-serif;
  position: relative;
}

.navigation__menu li > a .subhead__jp,
.navigation__menu li > span .subhead__jp {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'M PLUS 1p', sans-serif;
  margin-top: 10px;
}

.navigation__menu li > a .subhead_center,
.navigation__menu li > span .subhead_center {
  margin-bottom: 0;
}

.navigation__menu li > a::after,
.navigation__menu li > span::after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f30f';
  right: 25px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.navigation__menu li:nth-child(2) > a, .navigation__menu li:nth-child(2) > span {
  color: #2b77ea;
}

.navigation__menu li:nth-child(3) > a, .navigation__menu li:nth-child(3) > span {
  color: #33b5d1;
}

.navigation__menu li:nth-child(4) > a, .navigation__menu li:nth-child(4) > span {
  color: #52d57f;
}

.navigation__menu li:nth-child(5) > a, .navigation__menu li:nth-child(5) > span {
  color: #439545;
}

.navigation__menu li:nth-child(6) > a, .navigation__menu li:nth-child(6) > span {
  color: #fffc4a;
}

.navigation__menu li > span {
  opacity: 0.3;
}

.navigation__menu li > span::after {
  display: none;
}

.navigation__menu li > a:hover:after {
  right: 100px;
  transform: rotate(360deg);
}

.kvArea {
  position: relative;
  height: 650px;
}

.kvArea__head {
  text-align: center;
  padding-top: 110px;
  width: 980px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.kvArea__head a {
  display: block;
}

.kvArea__text {
  background: #1c1d22 url(/img/ejleague/fifa/2022/BG_ejleague2022-top.jpg) no-repeat top right;
  background-size: 80% auto;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  text-indent: -9999px;
}

.kvArea__btn {
  position: absolute;
  top: 150px;
  right: 5%;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  text-align: center;
  white-space: nowrap;
}

.kvArea__btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  line-height: 1.45;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
}

.kvArea__btn::after {
  right: 50% !important;
  bottom: 10%;
  transform: translateX(50%);
}

body.others .kvArea {
  min-width: 980px;
  margin: auto;
  height: 200px;
}

body.others .kvArea__head {
  padding-top: 105px;
}

body.others .kvArea__head img {
  width: 500px;
}

.sec {
  width: 100%;
  text-align: center;
}

.sec__wid980 {
  width: 980px;
  margin: auto;
  padding: 70px 0;
}

.sec__pink {
  background: rgba(193, 52, 119, 0.95);
  color: #fff;
}

.sec__black {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}

.sec__blue {
  background: rgba(43, 119, 234, 0.75);
  color: #fff;
}

.sec__blue .subhead__en, .sec__blue .subhead__jp {
  color: #fff;
}

.sec__sax {
  background: rgba(51, 181, 209, 0.75);
  color: #fff;
}

.sec__sax .subhead__en, .sec__sax .subhead__jp {
  color: #fff;
}

.sec__yellowgreen {
  background: rgba(82, 213, 127, 0.75);
  color: #fff;
}

.sec__yellowgreen .subhead__en, .sec__yellowgreen .subhead__jp {
  color: #fff;
}

.sec__green {
  background: rgba(67, 149, 69, 0.75);
  color: #fff;
}

.sec__green .subhead__en, .sec__green .subhead__jp {
  color: #fff;
}

.sec__yellow {
  background: rgba(255, 252, 74, 0.75);
  color: #fff;
}

.sec__yellow .subhead__en, .sec__yellow .subhead__jp {
  color: #fff;
}

.sec__othertitle {
  padding: 50px 0;
}

.whatsnew__newslist {
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 20px;
}

.whatsnew__newslist li {
  padding: 20px 0;
  line-height: 1.4;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.whatsnew__newslist li:last-child {
  border-bottom: none;
}

.whatsnew__newslist li a {
  color: #FFF;
  font-family: 'M PLUS 1p', sans-serif;
}

.whatsnew__newslist li a:hover {
  transform: scale(1);
  color: #2b77ea;
}

.whatsnew__newslist li time {
  display: inline-block;
  position: absolute;
  width: 130px;
  left: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 100;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.whatsnew__newslist li .newslist__link {
  padding-left: 130px;
  box-sizing: border-box;
}

.whatsnew__newslist .accordionIndex {
  border: none;
}

.whatsnew__newslist .accordionArticle {
  font-weight: 100;
}

.list__toplink li {
  line-height: 1;
  text-align: center;
  margin-bottom: 1px;
}

.list__toplink li > a,
.list__toplink li > span {
  padding: 70px 0;
  display: block;
}

.list__toplink li > a {
  color: #fff;
  position: relative;
}

.list__toplink li > a::after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f30f';
  font-size: 20px;
  font-size: 2rem;
  right: 15%;
  top: 50%;
  margin-top: -10px;
  transition: 0.3s ease-in-out;
}

.list__toplink li > a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  z-index: 111;
}

.list__toplink li > a:hover::after {
  transform: rotate(360deg);
  right: 25%;
}

.list__toplink li > span {
  color: rgba(255, 255, 255, 0.3);
}

.list__toplink li:nth-child(4n+1) > a,
.list__toplink li:nth-child(4n+1) > span {
  background: rgba(43, 119, 234, 0.75);
}

.list__toplink li:nth-child(4n+2) > a,
.list__toplink li:nth-child(4n+2) > span {
  background: rgba(51, 181, 209, 0.75);
}

.list__toplink li:nth-child(4n+3) > a,
.list__toplink li:nth-child(4n+3) > span {
  background: rgba(82, 213, 127, 0.75);
}

.list__toplink li:nth-child(4n+4) > a,
.list__toplink li:nth-child(4n+4) > span {
  background: rgba(67, 149, 69, 0.75);
}

.list__toplink li:nth-child(4n+5) > a,
.list__toplink li:nth-child(4n+5) > span {
  background: rgba(255, 252, 74, 0.75);
}

body.others .subhead__center {
  color: #2b77ea;
  line-height: 1;
  margin-bottom: 30px;
  margin-bottom: 0.5em;
}

body.others .subhead__center .subhead__en {
  font-size: 60px;
  font-size: 6rem;
  font-weight: 300;
}

body.others .subhead__center .subhead__jp {
  font-size: 23px;
  font-size: 2.3rem;
  padding-top: 0.5em;
  font-weight: 600;
}

body.others .subhead__blue {
  color: #2b77ea;
}

body.others .subhead__sax {
  color: #33b5d1;
}

body.others .subhead__yellowgreen {
  color: #52d57f;
}

body.others .subhead__green {
  color: #439545;
}

.flowlist {
  font-size: 0;
}

.flowlist li {
  font-size: 15px;
  display: inline-block;
  width: 215px;
  height: 215px;
  background: url(/img/ejleague/fifa/2022/flow_e.png) no-repeat 0 0;
  vertical-align: top;
  margin-right: 30px;
  position: relative;
}

.flowlist li:after {
  font-family: ionicons;
  content: '\f30f';
  font-size: 23px;
  color: #52d57f;
  position: absolute;
  right: -23px;
  top: 50%;
  margin-top: -8px;
}

.flowlist li:last-child {
  margin-right: 0;
}

.flowlist li:last-child:after {
  display: none;
}

.flowlist li a {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.flowlist li a, .flowlist li span {
  width: 200px;
  height: 200px;
  display: block;
  color: #52d57f;
  margin: 0 auto;
  position: relative;
  top: 7px;
}

.flowlist li a span, .flowlist li span span {
  display: inline-block;
  width: 200px;
  height: 100px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flowlist li a span.flowlist_en, .flowlist li span span.flowlist_en {
  font-size: 30px;
  font-size: 3rem;
  padding-top: 15px;
  line-height: 1;
}

.flowlist li a span.flowlist_jp, .flowlist li span span.flowlist_jp {
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 10px;
  line-height: 1.4;
  font-family: 'M PLUS 1p', sans-serif;
}

.flowlist li:nth-child(2) .flowlist_jp,
.flowlist li:nth-child(3) .flowlist_jp {
  padding-top: 0;
}

.flowlist li.current a {
  background-color: rgba(43, 119, 234, 0.5);
}

.flowlist li.current:before {
  font-family: ionicons;
  content: '\f35d';
  font-size: 40px;
  color: #fff;
  position: absolute;
  margin-left: -10px;
  bottom: -50px;
  left: 50%;
}

.hoverContentsBox {
  margin-top: 50px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.3);
}

.hoverBox {
  position: relative;
}

.hoverBox dl {
  border-top: 1px solid rgba(225, 225, 225, 0.3);
  color: rgba(0, 0, 0, 0.8);
  padding: 30px 0;
  margin-bottom: 0;
  color: #fff;
}

.hoverBox dl dt {
  font-size: 14px;
  font-size: 1.4rem;
}

.hoverBox dl dt span {
  color: #fff;
  background: #52d57f;
  padding: 10px;
  margin-right: 10px;
  display: inline-block;
}

.hoverBox dl dd {
  font-size: 14px;
  color: #fff;
  line-height: 2.0em;
}

.hoverBox dl dd:first-of-type {
  margin-top: 25px;
}

.entryArea {
  width: 100%;
  margin: 40px auto 0;
  font-family: 'M PLUS 1p', sans-serif;
}

.entryArea ul {
  display: flex;
  flex-wrap: wrap;
}

.entryArea ul li.club {
  width: 470px;
  margin: 0 40px 20px 0;
  position: relative;
}

.entryArea ul li:nth-child(even) {
  margin-right: 0;
}

.entryArea ul li > a,
.entryArea ul li > span {
  display: inline-block;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  padding: 12px 0 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}

.entryArea ul li > a > b,
.entryArea ul li > span > b {
  font-weight: bold;
  line-height: 2.0em;
  font-size: 16px;
  display: block;
}

.entryArea ul li p {
  margin-top: 5px;
  color: #fff;
  font-size: 12px;
}

.faqlist {
  text-align: left;
  font-family: 'M PLUS 1p' , sans-serif;
  margin-top: 50px;
}

.faqlist:first-of-type {
  margin-top: 0;
}

.faqlist dt {
  color: #FFF;
  background: #439545;
  display: inline-block;
  padding: 10px;
}

.faqlist dd {
  border-bottom: 1px solid rgba(225, 225, 225, 0.3);
}

.faqlist dd:first-of-type {
  border-top: 1px solid rgba(225, 225, 225, 0.3);
  margin-top: 20px;
}

.faqlist dd .accordionIndex {
  border-bottom: none;
}

.faqlist dd .accordionIndex i {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: 'Squada One', sans-serif;
  font-style: normal;
  padding-right: 0.3em;
}

.faqlist dd .accordionIndex a {
  position: relative;
  display: block;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #439545;
}

.faqlist dd .accordionIndex a::after {
  font-family: ionicons;
  content: '\f35d';
  margin-left: 10px;
  font-size: 14px;
  position: absolute;
  right: 15px;
  transition: 0.3s ease-in-out;
}

.faqlist dd .accordionIndex a:hover {
  transform: scale(0.95);
}

.faqlist dd .accordionIndex.active a::after {
  transform: rotate(-180deg);
}

.faqlist dd .accordionArticle {
  padding: 0 20px 20px;
  line-height: 1.75;
}

.videoArea {
  padding: 100px 0;
  text-align: center;
  background: rgba(255, 80, 80, 0.2);
}

.enkiinfo {
  position: absolute;
  text-align: center;
  background: rgba(210, 0, 0, 0.8);
  color: #FFF;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 80px;
  line-height: 82px;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.15em;
  top: 503px;
}

.sponsorwrap {
  margin-bottom: 30px;
}

.sponsorwrap:last-of-type {
  margin-bottom: 0;
}

.sponsorwrap__title {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.sponsorwrap__logo img {
  margin: 10px;
}

.tournament {
  font-family: "M PLUS 1p", sans-serif;
}

.tournament .finalround {
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 70px;
}

.tournament .finalround .round_txt {
  color: #fff;
  background: #33b5d1;
  line-height: 1.3;
  margin-bottom: 15px;
  padding: 30px 0;
  font-size: 23px;
  font-size: 2.3rem;
}

.tournament .finalround .resultwrap {
  width: 80%;
  margin: auto;
}

.tournament .finalround .group_result.CLM__half li {
  margin-bottom: 50px;
}

.tournament .finalround .j1recommender_txt,
.tournament .finalround .tournament_txt,
.tournament .finalround .result_txt,
.tournament .finalround .qualifiers_txt {
  font-size: 20px;
  font-size: 2rem;
  margin: 25px 0 20px;
  color: #5b5837;
  font-weight: bold;
  border-bottom: 5px solid #938f64;
  display: inline-block;
  line-height: 1.4;
}

.tournament .finalround .profile_list {
  font-size: 15px;
  margin-bottom: 15px;
  color: #5b5837;
}

.tournament .finalround_name {
  text-align: left;
  padding: 0 20px 5px;
}

.tournament .finalround_name li {
  border: solid 1px #948f64;
  background: rgba(148, 143, 100, 0.3);
  padding: 10px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  vertical-align: top;
  text-align: center;
}

.tournament .finalround_name li .name,
.tournament .finalround_name li .profile {
  display: block;
  margin-top: 10px;
}

.tournament .finalround_name li .name {
  font-weight: bold;
  color: #5b5837;
}

.tournament .finalround_name li .profile {
  font-size: 13px;
  text-align: left;
  line-height: 1.4;
}

.videoOneArea {
  margin-bottom: 30px;
}

.fade-up,
.fade-from-left,
.fade-from-right {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  -o-transition: transform 1s;
}

.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;
}

.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;
}

.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;
}

.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;
}

.spDISP {
  display: none;
}

.snsBtn {
  background: #FFF;
  margin: 0 auto;
  padding: 30px;
}
