@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/*-----------------------------------

gw2022.scss

------------------------------------*/
.pcDISP {
  display: initial;
}

.spDISP {
  display: none !important;
}

a {
  color: #e60012;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

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

.fade-here,
.fade-scale,
.fade-up,
.fade-down,
.fade-from-left,
.fade-from-right {
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

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

body {
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.65;
}

.CLM__half, .CLM__three, .CLM__four {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  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;
}
.CLM__half img, .CLM__three img, .CLM__four img {
  width: 100%;
  margin-bottom: 15px;
}
.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100 {
  width: 100% !important;
}
.CLM__half > li {
  width: 48%;
}
.CLM__three > li {
  width: 32%;
}
.CLM__four > li {
  width: 24%;
}

.txt__red {
  color: #cd0404;
}
.txt__blue {
  color: #33bbd4;
}
.txt__pink {
  color: #ffa5ae;
}
.txt__green {
  color: #a5cb49;
}
.txt__orange {
  color: #ffa401;
}
.txt__brown {
  color: #d8960d;
}
.txt__dotline {
  padding-bottom: 5px;
  border-bottom: 2px dotted #cd0404;
}
.txt__left {
  text-align: left;
}
.txt__center {
  text-align: center;
}
.txt__right {
  text-align: right;
}

p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.65;
  text-align: left;
}

.list__disc {
  list-style: disc;
  padding-left: 1em;
  text-align: left;
  line-height: 1.5;
  font-size: 13px;
  font-size: 1.3rem;
}
.list__disc li {
  padding-bottom: 0.5em;
}
.list__attention {
  list-style: none;
}
.list__attention li {
  padding-left: 1em;
  position: relative;
}
.list__attention li:after {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

.headline__main {
  text-align: center;
}
.headline__main .eng_S {
  font-family: "alkaline", sans-serif;
  color: #cd0404;
  font-size: 50px;
  font-size: 5rem;
  font-weight: bold;
  display: block;
  line-height: 1;
  padding-bottom: 15px;
}
.headline__main .jpn_L {
  font-family: "Kiwi Maru", sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1;
}
.headline__wide {
  background: red;
  overflow: hidden;
}
.headline__wide .sec__inner980 {
  padding: 20px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.headline__wide .num {
  font-size: 20px;
  font-size: 2rem;
  background: #000;
  color: #fff;
  font-family: "alkaline", sans-serif;
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-right: 5px;
}
.headline__wide .jpn {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 5px;
}
.headline__wide .jpn span {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}
.headline__wide .eng {
  font-family: "alkaline", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  padding-top: .5em;
}
.headline__dotline {
  display: flex;
  align-items: center;
}
.headline__dotline:after, .headline__dotline:before {
  content: "";
  flex-grow: 1;
  border-bottom: 3px dotted #000000;
}
.headline__dotline:before {
  margin-right: 1rem;
}
.headline__dotline:after {
  margin-left: 1rem;
}
.headline__dotline p {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.headline__dotline p span {
  font-weight: bold;
}
.headline__S {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.btn {
  display: inline-block;
  position: relative;
  background: #000;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
  text-align: center;
  font-weight: 800;
  display: block;
  width: 300px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  border: 1px solid #000;
}
.btn:after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f30f';
  right: 7%;
  color: #fff;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.btn:hover:after {
  right: 5%;
}
.btn__S {
  width: 210px;
  height: 30px;
  line-height: 30px;
  padding-right: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.btn__S:after {
  font-size: 12px;
  font-size: 1.2rem;
}
.btn__L {
  width: 90%;
}
.btn__M {
  min-width: 70%;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
}
.btn__red {
  background: #e60c11;
  color: #fff;
  border: 1px solid #e60c11;
}
.btn__red:after {
  color: #fff;
}
.btn__border {
  border: 1px solid #000;
  color: #000;
  background: #fff;
}
.btn__border:after {
  color: #000;
}

span.btn {
  background: #aaa;
  border: 1px solid #aaa;
  opacity: 1;
  color: #828080;
}
span.btn:after {
  color: #999 !important;
}
span.btn:hover:after {
  right: 7%;
}

.table__wrap {
  width: 100%;
}
.table__wrap table {
  width: 100%;
}
.table__wrap thead tr th {
  background: #000;
  color: #fff;
}
.table__wrap tbody tr th {
  color: #fff;
  font-weight: bold;
}
.table__wrap tbody tr th.j1 {
  background: #e60012;
}
.table__wrap tbody tr th.j2 {
  background: #007e41;
}
.table__wrap tbody tr th.j3 {
  background: #000;
}
.table__wrap tbody tr td {
  background: #fff;
}
.table__wrap tbody tr td span {
  display: inline-block;
  vertical-align: middle;
}
.table__wrap tbody tr.brder {
  border-bottom: 2px solid #000;
}
.table__wrap th,
.table__wrap td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #d7d7d7;
}

.sec {
  width: 100%;
  text-align: center;
}
.sec__inner800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__lightBG {
  background: url(/img/special/gw2022/BG_light.jpg) no-repeat top center;
  background-size: cover;
}
.sec__nanameBG {
  background: url(/img/special/gw2022/BG_naname.png) no-repeat top center;
  background-size: 100%;
  background-repeat: repeat;
}
.sec__greennanameBG {
  background: url(/img/special/gw2022/BG_nanamegreen.png) no-repeat top center;
  background-size: 100%;
  background-repeat: repeat;
}
.sec__goldBG {
  background: url(/img/special/gw2022/BG_gold.jpg) no-repeat top center;
  background-size: 100%;
  background-repeat: repeat;
}
.sec__yellow {
  background-color: #fffccc;
}

/* ==========================================================================
   header
========================================================================== */
.gw2022Header.pcDISP {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11111111;
  height: 70px;
  width: 100%;
  min-width: 1100px;
  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- center;
  align-items: -webkit- center;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
  background: #fff;
}
.gw2022Header.pcDISP .gw2022Header__inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-end;
  justify-content: -webkit- flex-end;
  justify-content: flex-end;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.gw2022Header.pcDISP .gw2022Header__jLogo {
  width: 40px;
  height: 40px;
}
.gw2022Header.pcDISP .gw2022Header__jLogo img {
  width: 100%;
  height: auto;
}
.gw2022Header.pcDISP .gw2022Header__title img {
  height: 40px;
}
.gw2022Header.pcDISP .gw2022Header__gnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-left: 20px;
}
.gw2022Header.pcDISP .gw2022Header__gnav__li {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  position: relative;
}
.gw2022Header.pcDISP .gw2022Header__gnav__li a,
.gw2022Header.pcDISP .gw2022Header__gnav__li span {
  color: #000;
  display: inline-block;
  padding: 0 10px;
  height: 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
@media screen and (max-width: 1170px) {
  .gw2022Header.pcDISP .gw2022Header__gnav__li a,
  .gw2022Header.pcDISP .gw2022Header__gnav__li span {
    padding: 0 10px;
  }
}
.gw2022Header.pcDISP .gw2022Header__gnav__li a:hover,
.gw2022Header.pcDISP .gw2022Header__gnav__li span:hover {
  color: #cd0404;
  opacity: 1;
}
body.top .gw2022Header.pcDISP .gw2022Header__gnav__li.top a {
  color: red;
}
body.howtochoose .gw2022Header.pcDISP .gw2022Header__gnav__li.howtochoose a {
  color: red;
}
body.bigginersguide .gw2022Header.pcDISP .gw2022Header__gnav__li.bigginersguide a {
  color: red;
}
body.match .gw2022Header.pcDISP .gw2022Header__gnav__li.match a {
  color: red;
}
.gw2022Header.pcDISP .gw2022Header__gnav__li.nolink a {
  pointer-events: none;
  opacity: 0.2;
}
.gw2022Header.pcDISP .gw2022Header__gnav__li.nolink a:hover {
  background: #cd0404;
}

/* ==========================================================================
   kv
========================================================================== */
.kvArea {
  padding-top: 70px;
}
.kvArea .sec__inner980 {
  width: 90%;
  max-width: 1100px;
  padding: 30px 0;
}
.kvArea img {
  width: 100%;
}

/* ==========================================================================
   navArea
========================================================================== */
.navArea {
  background: #000;
}
.navArea .sec__inner980 {
  padding: 0;
}
.navArea__nav__list {
  width: calc((100% - 5px) / 4) !important;
  border-right: 1px solid #fff;
  text-align: center;
}
.navArea__nav__list:first-child {
  border-left: 1px solid #fff;
}
.navArea__nav__list a {
  text-align: center;
  color: #fff;
  display: block;
  line-height: 1.3;
  padding: 18px;
  box-sizing: border-box;
}
body.top .navArea__nav__list.top a {
  background: #cd0404;
}
body.top .navArea__nav__list.top a:hover {
  opacity: 1;
}
body.howtochoose .navArea__nav__list.howtochoose a {
  background: #cd0404;
}
body.howtochoose .navArea__nav__list.howtochoose a:hover {
  opacity: 1;
}
body.bigginersguide .navArea__nav__list.bigginersguide a {
  background: #cd0404;
}
body.bigginersguide .navArea__nav__list.bigginersguide a:hover {
  opacity: 1;
}
body.match .navArea__nav__list.match a {
  background: #cd0404;
}
body.match .navArea__nav__list.match a:hover {
  opacity: 1;
}

/* ==========================================================================
   titleArea
========================================================================== */
.titleArea .sec__nanameBG {
  padding: 50px 0;
}
.titleArea__txt {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Kiwi Maru", sans-serif;
  font-weight: bold;
  margin: 30px 0 0;
}

/* ==========================================================================
   TOP
========================================================================== */
.ankerArea__nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.ankerArea__nav__list {
  width: 250px;
  text-align: center;
}
.ankerArea__nav__list a {
  display: block;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
.ankerArea__nav__list a img {
  width: 200px;
}
.ankerArea__nav__list a:hover {
  opacity: 1;
}
.ankerArea__nav__list a:hover:after {
  bottom: -5px;
}
.ankerArea__nav__list a:hover img {
  opacity: 1;
}
.ankerArea__nav__list a:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f104";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 0px;
  font-size: 30px;
  font-size: 3rem;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.ankerArea__nav__list:first-child a:after {
  color: #e60012;
}
.ankerArea__nav__list:nth-child(2) a:after {
  color: #007e41;
}
.ankerArea__nav__list:last-child a:after {
  color: #000;
}

.campaignArea__wrap {
  padding-left: 80px;
  position: relative;
  margin-top: 30px;
}
.campaignArea__wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 39px;
  transform: translateX(-50%);
  z-index: 500;
  pointer-events: none;
  background: #000;
  width: 5px;
  height: 100%;
  background-position: center;
}
#j1league .campaignArea__wrap:after, #j1league__end .campaignArea__wrap:after {
  background: #e60012;
}
#j2league .campaignArea__wrap:after, #j2league__end .campaignArea__wrap:after {
  background: #007e41;
}
#j3league .campaignArea__wrap:after, #j3league__end .campaignArea__wrap:after {
  background: #000;
}
.campaignArea__ttl {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .13em;
  line-height: 40px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.campaignArea__ttl:before {
  content: '';
  width: 15px;
  height: 15px;
  background: #000;
  position: absolute;
  top: 15px;
  border-radius: 100px;
  left: -48px;
}
#j1league .campaignArea__ttl:before, #j1league__end .campaignArea__ttl:before {
  background: #e60012;
}
#j2league .campaignArea__ttl:before, #j2league__end .campaignArea__ttl:before {
  background: #007e41;
}
#j3league .campaignArea__ttl:before, #j3league__end .campaignArea__ttl:before {
  background: #000;
}
.campaignArea__ttl .eng {
  font-family: "alkaline", sans-serif;
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
}
.campaignArea__card {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
  border-radius: 0 20px 20px 0;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.campaignArea__card + .campaignArea__ttl {
  margin-top: 60px;
}
.campaignArea__card + .campaignArea__card {
  margin-top: 30px;
}
.campaignArea__card img {
  width: 50%;
}
.campaignArea__card.kokuritsu {
  border: 5px solid #c9a63d;
  border-radius: 20px;
}
.campaignArea__card.kokuritsu .campaignArea__card--con .kikan span {
  color: #ac8421;
}
.campaignArea__card.kokuritsu .btnwrap {
  padding: 20px 0;
}
.campaignArea__card--con {
  width: 50%;
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}
.campaignArea__card--con .ttl {
  background-color: #33bbd4;
  padding: 15px 0;
  width: 100%;
}
.campaignArea__card--con .seki {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 13px;
  line-height: 1;
}
.campaignArea__card--con .kikan {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.campaignArea__card--con .kikan + .kikan {
  margin-top: 2px;
}
.campaignArea__card--con .kikan span {
  background: #fff;
  color: #33bbd4;
  padding-left: 5px;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  margin-right: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 0 3px 0 10px;
}
.campaignArea__card--con .kikan span:after {
  width: 0;
  height: 0;
  border-left: 10px solid white;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  position: absolute;
  content: '';
  right: -10px;
}
.campaignArea__card--con .kikan i {
  font-style: normal;
  width: 55%;
  text-align: left;
}
.campaignArea__card--con .kome {
  color: #fff;
  text-align: center;
  padding: 0;
}
.campaignArea__card--con .txt__dotline {
  border-bottom: 2px dotted #fff600;
  font-weight: bold;
  padding-bottom: 8px;
}
.campaignArea__card--con .eng {
  font-family: "alkaline", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 2px;
}
.campaignArea__card--con .btnwrap .btn + .btn {
  margin-top: 8px;
}

.precautionsArea ul {
  margin-top: 30px;
}

/* ==========================================================================
   how to choose
========================================================================== */
.howtoankerArea .sec__inner800 {
  padding: 80px 5vw 30px;
}
.howtoankerArea__nav, .bigginerankerArea__nav {
  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- center;
  align-items: -webkit- center;
  align-items: center;
}
.howtoankerArea__nav__list, .bigginerankerArea__nav__list {
  width: 30%;
  position: relative;
  display: inline-block;
  background: none;
  border-radius: 5px;
  box-sizing: border-box;
}
.howtoankerArea__nav__list:after, .bigginerankerArea__nav__list:after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 1;
  background: red;
  z-index: 1;
  border-radius: 10px;
}
.howtoankerArea__nav__list:before, .bigginerankerArea__nav__list:before {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 2;
  border: 5px solid #000;
  box-sizing: border-box;
  border-radius: 10px;
}
.howtoankerArea__nav__list a, .bigginerankerArea__nav__list a {
  padding: 20px 20px 30px;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  box-sizing: border-box;
  z-index: 3;
}
.howtoankerArea__nav__list a:hover, .bigginerankerArea__nav__list a:hover {
  opacity: 1;
}
.howtoankerArea__nav__list a:hover:after, .bigginerankerArea__nav__list a:hover:after {
  bottom: -60px;
}
.howtoankerArea__nav__list a:before, .bigginerankerArea__nav__list a:before {
  content: '';
  opacity: 0.35;
  position: absolute;
  top: -10%;
  bottom: 0;
  background: url(/img/special/gw2022/howtochoose/playerandteam.svg) no-repeat top center;
  width: 100%;
  height: 120%;
  right: -30%;
}
.howtoankerArea__nav__list a:after, .bigginerankerArea__nav__list a:after {
  display: inline-block;
  font-family: "ionicons";
  content: "\f104";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 0px;
  font-size: 30px;
  font-size: 3rem;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  bottom: -50px;
  color: #000;
}
.howtoankerArea__nav__list .txt, .bigginerankerArea__nav__list .txt {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.howtoankerArea__nav__list .txt span, .bigginerankerArea__nav__list .txt span {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}
.howtoankerArea__nav__list .num, .bigginerankerArea__nav__list .num {
  font-size: 20px;
  font-size: 2rem;
  background: #000;
  color: #fff;
  font-family: "alkaline", sans-serif;
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: -25px;
}
.howtoankerArea__nav__list.playerandteam:after, .playerandteam.bigginerankerArea__nav__list:after {
  background: #33bbd4;
}
.howtoankerArea__nav__list.area:after, .area.bigginerankerArea__nav__list:after {
  background: #a5cb49;
}
.howtoankerArea__nav__list.schedule:after, .schedule.bigginerankerArea__nav__list:after {
  background: #ffa5ae;
}
.howtoankerArea__nav__list.playerandteam a:before, .playerandteam.bigginerankerArea__nav__list a:before {
  background: url(/img/special/gw2022/howtochoose/playerandteam.svg) no-repeat top center;
}
.howtoankerArea__nav__list.area a:before, .area.bigginerankerArea__nav__list a:before {
  background: url(/img/special/gw2022/howtochoose/area.svg) no-repeat top center;
  background-size: 50%;
  top: -20%;
}
.howtoankerArea__nav__list.schedule a:before, .schedule.bigginerankerArea__nav__list a:before {
  background: url(/img/special/gw2022/howtochoose/schedule.svg) no-repeat top center;
}

.headline__wide {
  position: relative;
}
#playerandteam .headline__wide {
  background: #33bbd4;
}
#area .headline__wide {
  background: #a5cb49;
}
#schedule .headline__wide {
  background: #ffa5ae;
}
.headline__wide:before {
  content: '';
  opacity: 0.2;
  position: absolute;
  top: -10%;
  bottom: 0;
  background: url(/img/special/gw2022/howtochoose/playerandteam.svg) no-repeat top center;
  width: 100%;
  height: 130%;
  right: -35%;
}
#playerandteam .headline__wide:before {
  background: url(/img/special/gw2022/howtochoose/playerandteam.svg) no-repeat top center;
}
#area .headline__wide:before {
  background: url(/img/special/gw2022/howtochoose/area.svg) no-repeat top center;
  background-size: 10%;
  top: -20%;
}
#schedule .headline__wide:before {
  background: url(/img/special/gw2022/howtochoose/schedule.svg) no-repeat top center;
}

.playerandteamArea .headline__dotline, .eventArea .headline__dotline, .areaAera .headline__dotline, .scheduleArea .headline__dotline {
  margin-bottom: 30px;
}

.choosecard__wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}
.choosecard__wrap + .headline__dotline {
  margin-top: 70px;
}
.choosecard__card {
  width: 32%;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.07);
  margin-right: 2%;
}
.choosecard__card:nth-child(3n) {
  margin-right: 0;
}
.choosecard__card img {
  width: 100%;
}
.choosecard__list li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0;
  text-align: center;
}
.choosecard__list li .data {
  width: 57%;
  text-align: left;
  margin-bottom: 5px;
}
.choosecard__list li .data .day {
  font-weight: bold;
  display: block;
  text-align: left;
}
.choosecard__list li .data .match {
  text-align: left;
  font-size: 11px;
  font-size: 1.1rem;
}
.choosecard__list li .data .match .embS {
  display: inline-block;
  vertical-align: middle;
}
.choosecard__list li .btn {
  width: 43%;
  height: auto;
  line-height: 1.2;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 7px 0;
}
.choosecard__list li .btn:after {
  content: none;
}
.choosecard__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}
.choosecard__img {
  margin-bottom: 10px;
}
.choosecard__img--con {
  background-color: #efefef;
  background-size: cover;
  padding: 20px;
  padding-top: 70px;
  padding-bottom: 0;
}
.choosecard__img--con ul li {
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}
.choosecard__img--con ul li span {
  font-weight: bold;
}
.choosecard__img img {
  width: auto;
  height: 100px;
  position: relative;
  margin: 0 auto -60px;
  display: block;
}

.txt-hide {
  display: none;
}

button.more {
  width: 120px;
  margin: 20px auto 0;
  display: block;
  color: #000;
  border: none;
  outline: 0;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  position: relative;
  background: none;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
button.more:before {
  position: absolute;
  font-family: 'ionicons';
  content: '\f30f';
  right: 7%;
  color: #000;
  transition: 1s all;
  -moz-transition: 1s all;
  -webkit-transition: 1s all;
  top: 5px;
  transform: rotate(90deg);
}
button.more::after {
  content: "もっとみる";
  transition: 0.2s all;
  -moz-transition: 0.2s all;
  -webkit-transition: 0.2s all;
}
button.more.on-click::after {
  content: "とじる";
}
button.more.on-click::before {
  transform: rotate(-90deg);
}

.clearfix {
  overflow: inherit;
}

.tabSelecter {
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.tabSelecter li {
  position: relative;
}
.tabSelecter li.current:after {
  width: 0;
  height: 0;
  border-left: 15px solid #000;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  position: absolute;
  content: '';
  right: 0;
  display: block;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) rotate(90deg);
}
.tabSelecter li.current a {
  background: #000;
}
.tabSelecter li > a {
  border-radius: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  background: #fff;
  color: #000;
  border: 2px solid #000;
}

#schedule .tabSelecter .tab {
  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- center;
  align-items: -webkit- center;
  align-items: center;
}
#schedule .tabSelecter .tab li {
  width: 8.5%;
}
#schedule .tabSelecter .tab li > a {
  padding: 10px 0;
}
#schedule .tabSelecter .tab li > a .day {
  font-family: "alkaline", sans-serif;
  display: block;
  line-height: 1;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 3px;
}
#schedule .tabSelecter .tab li > a .day i {
  font-style: normal;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
}
#schedule .tabSelecter .tab li > a .youbi {
  font-weight: bold;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}
#schedule .tabSelecter .tab li.current:after {
  border-left: 12px solid #000;
  border-top: 10px solid transparent;
  border-bottom: 12px solid transparent;
  bottom: -15px;
}
#schedule .tabSelecter .tab li.current a .day, #schedule .tabSelecter .tab li.current .youbi {
  color: #fff !important;
}
#schedule .tabSelecter .tab li:nth-child(2) > a, #schedule .tabSelecter .tab li:nth-child(4) > a, #schedule .tabSelecter .tab li:nth-child(6) > a, #schedule .tabSelecter .tab li:nth-child(7) > a, #schedule .tabSelecter .tab li:nth-child(8) > a, #schedule .tabSelecter .tab li:nth-child(11) > a {
  border: 2px solid #ffa5ae;
}
#schedule .tabSelecter .tab li:nth-child(2) > a .day, #schedule .tabSelecter .tab li:nth-child(2) > a .youbi, #schedule .tabSelecter .tab li:nth-child(4) > a .day, #schedule .tabSelecter .tab li:nth-child(4) > a .youbi, #schedule .tabSelecter .tab li:nth-child(6) > a .day, #schedule .tabSelecter .tab li:nth-child(6) > a .youbi, #schedule .tabSelecter .tab li:nth-child(7) > a .day, #schedule .tabSelecter .tab li:nth-child(7) > a .youbi, #schedule .tabSelecter .tab li:nth-child(8) > a .day, #schedule .tabSelecter .tab li:nth-child(8) > a .youbi, #schedule .tabSelecter .tab li:nth-child(11) > a .day, #schedule .tabSelecter .tab li:nth-child(11) > a .youbi {
  color: #ffa5ae;
}
#schedule .tabSelecter .tab li:nth-child(2).current > a, #schedule .tabSelecter .tab li:nth-child(4).current > a, #schedule .tabSelecter .tab li:nth-child(6).current > a, #schedule .tabSelecter .tab li:nth-child(7).current > a, #schedule .tabSelecter .tab li:nth-child(8).current > a, #schedule .tabSelecter .tab li:nth-child(11).current > a {
  background: #ffa5ae;
}
#schedule .tabSelecter .tab li:nth-child(2).current:after, #schedule .tabSelecter .tab li:nth-child(4).current:after, #schedule .tabSelecter .tab li:nth-child(6).current:after, #schedule .tabSelecter .tab li:nth-child(7).current:after, #schedule .tabSelecter .tab li:nth-child(8).current:after, #schedule .tabSelecter .tab li:nth-child(11).current:after {
  border-left: 12px solid #ffa5ae;
}
#schedule .tabSelecter .tab li:nth-child(3) > a, #schedule .tabSelecter .tab li:nth-child(10) > a {
  border: 2px solid #33bbd4;
}
#schedule .tabSelecter .tab li:nth-child(3) > a .day, #schedule .tabSelecter .tab li:nth-child(3) > a .youbi, #schedule .tabSelecter .tab li:nth-child(10) > a .day, #schedule .tabSelecter .tab li:nth-child(10) > a .youbi {
  color: #33bbd4;
}
#schedule .tabSelecter .tab li:nth-child(3).current > a, #schedule .tabSelecter .tab li:nth-child(10).current > a {
  background: #33bbd4;
}
#schedule .tabSelecter .tab li:nth-child(3).current:after, #schedule .tabSelecter .tab li:nth-child(10).current:after {
  border-left: 12px solid #33bbd4;
}

body.howtochoose .table__wrap .btn {
  width: 110px;
  height: auto;
  line-height: 1.2;
  padding: 5px 20px;
}
body.howtochoose .table__wrap .btn:after {
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.playerandteamArea, .areaArea, .scheduleArea {
  display: block;
  margin-top: -70px;
  padding-top: 70px;
}

/* ==========================================================================
   bigginers guide
========================================================================== */
.headline__main img {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}

.bigginerankerArea__nav {
  align-items: stretch;
}
.bigginerankerArea__nav__list {
  width: 24%;
}
.bigginerankerArea__nav__list:before, .bigginerankerArea__nav__list:after {
  content: none;
}
.bigginerankerArea__nav__list a {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.07);
  padding: 20px;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.bigginerankerArea__nav__list a:before {
  content: none;
}
.bigginerankerArea__nav__list a .txt {
  color: #000;
  line-height: 1.3;
}
.bigginerankerArea__nav__list a .txt span {
  font-size: 16px;
  font-size: 1.6rem;
}

.bigginerArea__title {
  background: #1ba496;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  padding: 10px 40px;
  border-radius: 10px;
  width: 600px;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
  margin-bottom: 15px;
}
.bigginerArea__title:after {
  width: 0;
  height: 0;
  border-left: 15px solid #1ba496;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  content: '';
  right: 0;
  display: block;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) rotate(90deg);
}
.bigginerArea__title:before {
  content: '＼ bigginer ／';
  top: -45px;
  position: absolute;
  color: #1ba496;
  font-family: "alkaline", sans-serif;
  font-weight: bold;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 50%;
  font-size: 25px;
  font-size: 2.5rem;
}
.bigginerseatArea .bigginerArea__title:before {
  content: '＼ Seat choice ／';
}
.bigginerbelongingsArea .bigginerArea__title:before {
  content: '＼ belongings ／';
}
.bigginerpreventionArea .bigginerArea__title:before {
  content: '＼ Infection prevention ／';
}
.bigginerenjoyArea .bigginerArea__title:before {
  content: '＼ enjoy ／';
}
.bigginerArea__title .num {
  background: #fff;
  color: #1ba496;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  line-height: 30px;
  font-family: "alkaline", sans-serif;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  margin-right: 5px;
}
.bigginerArea__title .jpn {
  color: #fff100;
  font-weight: bold;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
}

.bigginerseatArea .bigginerArea__title {
  margin-bottom: -25px;
}
.bigginerseatArea__wrap {
  background: #fff;
  border: 5px solid #1ba496;
  border-radius: 10px;
}
.bigginerseatArea__wrap .CLM__half {
  padding: 60px 60px 20px;
}
.bigginerseatArea__wrap .CLM__half img {
  margin-bottom: 0;
}
.bigginerseatArea__con {
  width: calc(50% - 1px);
  box-sizing: border-box;
}
.bigginerseatArea__con:nth-child(1) {
  padding-right: 40px;
  border-right: 1px solid #e2e2e2;
}
.bigginerseatArea__con:nth-child(2) {
  padding-left: 40px;
}
.bigginerseatArea__con .ttl {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}
.bigginerseatArea__con .ttl .txt__dotline {
  border-bottom: 3px dotted #fff100;
  color: #1ba496;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}
.bigginerseatArea__con .txt {
  color: #1ba496;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.bigginerseatArea__con .txt span {
  border: 2px solid #1ba496;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 3px;
  padding: 5px;
  line-height: 1;
  font-weight: bold;
}
.bigginerseatArea__con .kome {
  margin-bottom: 10px;
}
.bigginerseatArea__txt {
  background-color: #fffccc;
  padding: 40px;
  border-radius: 0 0 10px 10px;
}

.bigginerpreventionArea .sec__inner800 {
  padding-bottom: 0;
}
.bigginerpreventionArea__img {
  margin: 50px auto 60px;
  display: block;
}
.bigginerpreventionArea__wrap {
  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- center;
  align-items: -webkit- center;
  align-items: center;
}
.bigginerpreventionArea__con {
  width: 46%;
  position: relative;
}
.bigginerpreventionArea__con .img {
  width: 100%;
  position: relative;
}
.bigginerpreventionArea__con .img:before {
  content: '';
  background: url(/img/special/gw2022/BG_nanamegreen.png) no-repeat top center;
  background-size: 100%;
  background-repeat: repeat;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 25px;
  left: 25px;
  background-size: cover;
}
.bigginerpreventionArea__con .img img {
  width: 100%;
  z-index: 1;
  position: relative;
}
.bigginerpreventionArea__con .icon {
  width: 130px;
  position: absolute;
  top: -30px;
  left: -50px;
}
.bigginerpreventionArea__con .icon img {
  z-index: 2;
  position: relative;
}
.bigginerpreventionArea__txt {
  background: #fff;
  margin-top: -100px;
  padding-top: 160px;
  padding-bottom: 80px;
}
.bigginerpreventionArea__txt p {
  text-align: center;
  margin-bottom: 30px;
}

.bigginerbelongingsArea__wrap {
  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- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}
.bigginerbelongingsArea__con {
  width: 23%;
  margin: 30px 0;
}
.bigginerbelongingsArea__con img {
  width: 100%;
  margin-bottom: 10px;
}
.bigginerbelongingsArea__con div {
  box-sizing: border-box;
}
.bigginerbelongingsArea__con div .ttl {
  color: #1ba496;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 5px;
  border-bottom: 2px solid #1ba496;
  margin-bottom: 20px;
  text-align: center;
}

.bigginerenjoyArea__wrap {
  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- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
.bigginerenjoyArea__con {
  background: #fff;
  border-radius: 20px;
  border: 5px solid #e8e8e8;
  overflow: hidden;
}
.bigginerenjoyArea__con + .bigginerenjoyArea__con {
  margin-top: 30px;
}
.bigginerenjoyArea__con:nth-child(odd) .img {
  order: 2;
}
.bigginerenjoyArea__con:nth-child(odd) figcaption {
  order: 1;
}
.bigginerenjoyArea__con .img, .bigginerenjoyArea__con figcaption {
  width: 50%;
}
.bigginerenjoyArea__con .img {
  overflow: hidden;
  position: relative;
}
.bigginerenjoyArea__con .img img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.bigginerenjoyArea__con figcaption {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}
.bigginerenjoyArea__con .ttl {
  background-color: #1ba496;
  background-size: inherit;
  background-repeat-x: repeat;
  padding: 20px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  width: 100%;
}
.bigginerenjoyArea__con .sttl {
  color: #1ba496;
  font-weight: bold;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.bigginerenjoyArea__con .num {
  font-family: "alkaline", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
  padding: 0 20px;
  line-height: 1;
  border-right: 1px solid #fff;
  text-align: center;
}
.bigginerenjoyArea__con .num .eng {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  font-weight: bold;
  margin-bottom: 2px;
}
.bigginerenjoyArea__con .jpn {
  padding-left: 20px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.3;
}
.bigginerenjoyArea__con .txt {
  padding: 20px 40px;
}
.bigginerenjoyArea__con .addtxt {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 20px;
  margin: 0 40px 20px;
}
.bigginerenjoyArea__wide {
  padding: 40px;
}
.bigginerenjoyArea__wide--ttl {
  position: relative;
  margin-bottom: 20px;
}
.bigginerenjoyArea__wide--ttl img {
  margin: 0 auto 10px;
  display: block;
  width: 450px;
}
.bigginerenjoyArea__wide--ttl:after {
  content: '人気マスコットを紹介';
  position: absolute;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  top: 23px;
  left: 50%;
}
.bigginerenjoyArea__wide--wrap {
  box-sizing: border-box;
}
.bigginerenjoyArea__wide--wrap li {
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.bigginerenjoyArea__wide--wrap li .name {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.bigginerenjoyArea__wide--wrap li img {
  margin-bottom: 0;
}
.bigginerenjoyArea__wide--wrap li .txt {
  padding: 20px;
}
.bigginerenjoyArea__wide--wrap li p {
  margin-bottom: 20px;
}
.bigginerenjoyArea__wide .CLM__three {
  padding-bottom: 30px;
}

/* ==========================================================================
   match
========================================================================== */
body.match .btn {
  display: table-cell;
  background: none;
  letter-spacing: inherit;
  border: none;
}
body.match .btn:after {
  content: none;
}
body.match a:hover {
  opacity: 1;
}
body.match table td:nth-child(3) {
  width: 100px;
}
body.match table td:nth-child(3) a {
  padding: 3px 0;
  position: relative;
  top: -4px;
}
body.match .matchTable tbody td.match {
  width: 300px;
}
body.match .gameTable {
  width: auto;
}

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

.pt0 {
  padding-top: 0 !important;
}

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