<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;display=swap");
@import url("//fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&amp;display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css");
/*-----------------------------------

beginner.scss

------------------------------------*/
/* ==========================================================================
   header
========================================================================== */
.specialHeader {
  min-width: 100%;
  height: 60px;
  padding: 0 6vw;
  z-index: 111;
  position: fixed;
}
.specialHeader__jLogo {
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 100000;
}
.specialHeader__jLogo a img {
  width: 40px;
}
.specialHeader__title {
  width: 54.6vw;
}
.specialHeader__title img {
  width: 100%;
  height: auto;
}
.specialHeader__gnav {
  margin-top: 30px;
  margin-left: 0;
  display: block;
}
.specialHeader__gnav li {
  font-size: 24px;
  font-size: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.specialHeader__gnav li.nolink a {
  pointer-events: none;
  opacity: 0.3;
}
.specialHeader__gnav li.nolink a:after {
  opacity: 0.3;
}
.specialHeader__gnav li.ticket a {
  background: #ff0000;
}
.specialHeader__gnav li.english a {
  background: #545454;
}
.specialHeader__gnav li a {
  display: block;
  color: #fff;
  padding: 20px 0;
}
.specialHeader__gnav li a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.specialHeader__gnav li a.active:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
}
.specialHeader__gnav li a:hover {
  opacity: 1;
}
.specialHeader__gnav li a.nolink {
  pointer-events: none;
  opacity: 0.3;
}
.specialHeader__gnav li span {
  padding: 20px 0;
  display: block;
  color: #545454;
}
.specialHeader__gnav li span, .specialHeader__gnav li a {
  font-weight: bold;
}
.specialHeader__gnav li ul li {
  font-size: 15px;
  font-size: 1.5rem;
}
.specialHeader__gnav &gt; li {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.specialHeader__subnav {
  display: none;
}

.menutriggerWrap {
  width: 8vw;
  height: 8vw;
  z-index: 1111111111;
}

.menu-trigger {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 13px;
  z-index: 222222;
  margin-top: 10px;
  cursor: pointer;
}
.menu-trigger:hover {
  opacity: 0.7;
}
.menu-trigger.active {
  right: 14px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
}
.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;
}

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  padding: 60px 0 40px;
  box-sizing: border-box;
  text-align: center;
}
#navigation .navigation_inner {
  padding: 0 20px;
  box-sizing: border-box;
}
#navigation .navigation_inner h1 {
  width: 150px;
  margin: auto;
}
#navigation .navigation_inner h1 img {
  width: 100%;
}
#navigation .navList {
  text-align: center;
}
#navigation .navList li {
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#navigation .navList li h1 a {
  color: #c7ba66;
}
#navigation .navList li a {
  padding: 0.5em;
  color: #fff;
  display: block;
}
#navigation .navList li.nav_ticket {
  border: none;
}
#navigation .navList li.nav_ticket a {
  background: #e60012;
  color: #000;
}

.accordionIndex {
  position: relative;
}

.accordionIndex:after {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  font-family: "ionicons";
  content: "\f35d";
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  width: 1em;
  height: 1em;
  transition: 1s;
}

.accordionIndex.active {
  background: rgba(255, 255, 255, 0.2);
}

.accordionIndex.active:after {
  transform: rotate(180deg);
  top: 10px;
}

a {
  color: #e60012;
  text-decoration: none;
}

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

body {
  min-width: 100%;
  overflow: hidden;
  background: #f5f3f3;
  color: #000;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.3rem;
  line-height: 130%;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

#header,
.kvArea,
#main {
  box-sizing: border-box;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: none;
  font-feature-settings: "palt";
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.container {
  background: none;
  padding: 0;
}

#main {
  padding-top: 0;
  background-size: 100% auto;
}

.wide_base {
  width: 90%;
}

.wide_baseL {
  width: 100%;
}

body.mfp-zoom-out-cur {
  position: fixed;
}

#pageTopBtn {
  z-index: 10000;
}

.pcDISP {
  display: none;
}

.spDISP {
  display: block;
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three {
  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 {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100 {
  width: 100% !important;
}
.CLM__half &gt; li, .CLM__half &gt; article, .CLM__half &gt; figure {
  width: 48%;
  margin-right: 4%;
}
.CLM__half &gt; li:nth-child(2n), .CLM__half &gt; article:nth-child(2n), .CLM__half &gt; figure:nth-child(2n) {
  margin-right: 0;
}
.CLM__three &gt; li, .CLM__three &gt; article, .CLM__three &gt; figure, .CLM__three &gt; div {
  width: 32%;
  margin-right: 2%;
}
.CLM__three &gt; li:nth-child(3n), .CLM__three &gt; article:nth-child(3n), .CLM__three &gt; figure:nth-child(3n), .CLM__three &gt; div:nth-child(3n) {
  margin-right: 0;
}

.nowrapCLM {
  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 &gt; li {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM &gt; li:last-child {
  margin-right: 0;
}
.nowrapCLM &gt; li img {
  width: 100%;
}
.nowrapCLM &gt; li a {
  display: block;
}

.spnoCLM {
  display: block;
}
.spnoCLM.CLM__half &gt; li, .spnoCLM.CLM__half &gt; article, .spnoCLM.CLM__half &gt; figure {
  width: 100%;
  margin-right: 0;
}
.spnoCLM.CLM__half &gt; li:nth-child(2n), .spnoCLM.CLM__half &gt; article:nth-child(2n), .spnoCLM.CLM__half &gt; figure:nth-child(2n) {
  margin-right: 0;
}
.spnoCLM.CLM__three &gt; li, .spnoCLM.CLM__three &gt; article, .spnoCLM.CLM__three &gt; figure, .spnoCLM.CLM__three &gt; div {
  width: 100%;
  margin-right: 0;
}
.spnoCLM.CLM__three &gt; li:nth-child(3n), .spnoCLM.CLM__three &gt; article:nth-child(3n), .spnoCLM.CLM__three &gt; figure:nth-child(3n), .spnoCLM.CLM__three &gt; div:nth-child(3n) {
  margin-right: 0;
}

.txt__honbun {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size16 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size18 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.75vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size20 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__size22 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__size26 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__red {
  color: #e60012;
}
.txt__bold {
  font-weight: bold;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__center {
  text-align: center;
}

.list__style {
  font-size: 3.5vw;
  line-height: 1.65;
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
  margin-bottom: 1em;
  line-height: 1.5;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}

.btn {
  padding: 1.5em 0;
  font-size: 3.8vw;
  width: 100%;
}
.btn::after {
  font-size: 5vw;
}

.commonTable {
  border: 1px solid #CCC;
}
.commonTable tbody th, .commonTable tbody td {
  font-size: 3.5vw;
  padding: 0.75em 0.5em;
  text-align: center;
  line-height: 1.5;
}
.commonTable tbody td {
  text-align: left;
  background: #FFF;
}

.sec {
  text-align: center;
}
.sec__inner90, .sec__inner900, .sec__inner980, .sec__inner1100, .sec__inner1200, .sec__innerWide, .sec__inner {
  width: 90%;
  margin: 0 auto;
  padding: 40px 5%;
}
.sec__innerWide {
  min-width: 90%;
  max-width: 90%;
}
.sec__inner__gray {
  position: relative;
  margin: 150px auto 60px;
}

html.is-fixed {
  height: inherit;
}

body {
  background: #e7e7e7;
}

.specialArea {
  background: #fff;
}

.sec__sankaku {
  margin-bottom: 30vw;
}
.sec__sankaku:after {
  border-top: 60px solid #fff;
}

.heading__main {
  margin-bottom: 20px;
  font-size: 13vw;
}
.heading__main .eng {
  font-size: 12vw;
  border-bottom: 3px solid #000;
}
.heading__main .jp {
  font-size: 5vw;
}
.heading__main .jp img {
  width: 6vw;
  margin-right: 2vw;
}

.btn {
  padding: 1em 3.5em;
}

/* ==========================================================================
   Header
========================================================================== */
.specialHeader {
  z-index: 11111;
}
.specialHeader__title {
  width: 33.6vw;
}
.specialHeader__jLogo {
  position: unset;
}
.specialHeader__gnav--item {
  position: relative;
  font-size: 3.8vw;
}
.specialHeader__gnav--item:after {
  content: none;
}
.specialHeader__gnav--item a {
  color: #fff;
  display: block;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  font-weight: bold;
  line-height: 1.4;
}

body.beginner .specialHeader {
  background: #000;
}
body.beginner .specialHeader__title {
  display: block;
}

#navigation .navigation_inner .specialHeader__gnav--item {
  width: unset;
  margin: unset;
}
#navigation .navigation_inner .specialHeader__gnav--item .logo {
  width: 150px;
  margin: auto;
  display: block;
}

/* ==========================================================================
   floatingbnrArea
========================================================================== */
.floatingbnrArea {
  width: 100%;
  right: 0;
  bottom: 0;
}
.floatingbnrArea .btn {
  border-radius: 0;
  font-size: 3vw;
}
.floatingbnrArea .btn.pcDISP {
  display: none;
}
.floatingbnrArea .btn.spDISP {
  display: block;
}
.floatingbnrArea p {
  font-size: 6vw;
}
.floatingbnrArea p:nth-child(1) {
  font-size: 3.8vw;
}
.floatingbnrArea p img {
  height: 7vw;
  vertical-align: middle;
  margin-right: 2vw;
}

#pageTopBtn {
  bottom: 130px;
}

/* ==========================================================================
   otherkvArea
========================================================================== */
.otherkvArea {
  margin-top: 60px;
  background-size: cover;
}
.otherkvArea .pcDISP {
  display: none;
}
.otherkvArea__ttl {
  width: 100%;
}
.otherkvArea__ttl .eng {
  font-size: 10vw;
}
.otherkvArea__ttl .jp {
  font-size: 5vw;
}
.otherkvArea__ttl .jp img {
  height: 8vw;
  margin-right: 2vw;
}

@-webkit-keyframes fadeinotherkv {
  0% {
    transform: translate(-50%, 0%);
    opacity: 0;
    top: 46%;
    left: 50%;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@keyframes fadeinotherkv {
  0% {
    transform: translate(-50%, 0%);
    opacity: 0;
    top: 46%;
    left: 50%;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/* ==========================================================================
   .leadArea
========================================================================== */
.leadArea {
  padding: 50px 0 30px;
}
.leadArea__txt {
  font-size: 4.5vw;
  line-height: 2.3;
  padding: 0 5%;
  text-align: left;
}
.leadArea__txt span.txt__j1, .leadArea__txt span.txt__j2, .leadArea__txt span.txt__j3 {
  font-size: 4.5vw;
  padding: 0.3em 1em;
  display: inline-block;
}

/* ==========================================================================
   ankerArea
========================================================================== */
.ankerArea .sec__inner800 {
  padding: 30px 0;
}
.ankerArea__nav__list {
  padding: 1em 0.5em 2em;
}
.ankerArea__nav__list:nth-child(1) {
  border-left: 0;
}
.ankerArea__nav__list:last-child {
  border-right: 0;
}
.ankerArea__nav__list a .txt {
  font-size: 3.8vw;
}

/* ==========================================================================
   contentsArea
========================================================================== */
.contentsArea__subttl {
  font-size: 5vw;
  margin-bottom: 20px;
}
.contentsArea__img {
  margin-bottom: 20px;
}
.contentsArea__img img {
  width: 100%;
}
.contentsArea__lead {
  font-size: 3.8vw;
  text-align: left;
  margin-bottom: 20px;
  padding: 0 5% 5%;
  background: #fff;
}
.contentsArea__list {
  width: 100%;
}
.contentsArea__list--item + .contentsArea__list--item {
  margin-top: 50px;
}
.contentsArea__list--item figure {
  display: block;
}
.contentsArea__list--item figure .img {
  width: 100%;
  margin-bottom: 20px;
}
.contentsArea__list--item figure figcaption {
  width: 100%;
  padding: 0;
}
.contentsArea__list--item figure figcaption .ttl {
  font-size: 5vw;
  line-height: 1.3;
}
.contentsArea__list--item figure figcaption .txt {
  font-size: 3.8vw;
}

/* ==========================================================================
   top
========================================================================== */
.bodyBG {
  background-image: url(/img/special/beginner/cover/kv_bg_sp.jpg);
  padding-top: 60px;
  background-size: 100%;
  height: 110vw;
  background-position: bottom;
}

.kvArea {
  padding-bottom: 30vw;
  padding-top: calc(60px + 10%);
}
.kvArea img {
  width: 85%;
}
.kvArea img.pcDISP {
  display: none;
}
.kvArea img.spDISP {
  display: block;
}

.checkArea__lead {
  padding: 0;
  padding-top: 50px;
}
.checkArea__lead img {
  height: 7vw;
}
.checkArea__lead img:nth-child(1) {
  margin-bottom: 5vw;
}
.checkArea__lead p {
  font-size: 5vw;
  line-height: 2;
}
.checkArea__list--item {
  margin-bottom: 20vw;
  padding-bottom: 5%;
}
.checkArea__list--item:before {
  font-size: 7vw;
}
.checkArea__list--item .num {
  width: 20vw;
  margin: 0vw auto 3vw;
}
.checkArea__list--item .num img {
  margin-top: -15vw;
}
.checkArea__list--item .lead {
  font-size: 5vw;
}
.checkArea__list--item .btn {
  width: auto;
  box-sizing: border-box;
  margin: 5% 5% 0;
}
.checkArea__list--item .btn.pcDISP {
  display: none;
}
.checkArea__list--item .btn.spDISP {
  display: block;
}

.topnavArea__list--item a {
  padding: 2em;
}
.topnavArea__list--item a h4 {
  font-size: 5vw;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.topnavArea__list--item a p {
  font-size: 3vw;
  line-height: 1.3;
  text-align: left;
}
.topnavArea__list--item a .btn {
  padding: 0.5em;
  text-align: center;
  margin-bottom: 0;
}
.topnavArea__list--item a .btn:after {
  content: none;
}

/* ==========================================================================
   jleague
========================================================================== */
body.jleague .leadArea.sec__sankaku {
  margin-bottom: 20vw;
}

.jleaguefigureArea {
  padding: 0 5% 50px;
}
.jleaguefigureArea img {
  width: 100%;
}

/* ==========================================================================
   ticket
========================================================================== */
.ticketfigureArea {
  padding: 0px;
}
.ticketfigureArea .youtube {
  width: 90%;
  margin-bottom: 30px;
}

.stepArea__ttl {
  margin-bottom: 30px;
}
.stepArea__ttl img {
  width: 90%;
  margin: 0 auto;
}
.stepArea__list {
  margin-bottom: 20px;
  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;
}
.stepArea__list--item {
  width: 49% !important;
  margin-right: 2% !important;
  transition: 0.3s ease-in-out;
  margin-bottom: 10vw;
}
.stepArea__list--item:nth-child(n+5) {
  margin-bottom: 0;
}
.stepArea__list--item:nth-child(2n) {
  margin-right: 0 !important;
}
.stepArea__list--item figure:after {
  content: none;
}
.stepArea__list--item figure .num {
  font-size: 6vw;
  height: 13vw;
  width: 13vw;
  line-height: 13vw;
  top: -8vw;
}
.stepArea__list--item figure p {
  font-size: 3.8vw;
  padding: 1em 0.5em;
  margin-bottom: 0;
}

/* ==========================================================================
   match
========================================================================== */
body.match .leadArea {
  padding: 50px 0;
}

.placeArea__tab .tabBox {
  padding: 5%;
}
.placeArea__tab .tabBox img {
  width: 100%;
}
.placeArea__tab .tabSelecter {
  overflow: inherit;
}
.placeArea__tab .tabSelecter ul {
  flex-wrap: wrap;
}
.placeArea__tab .tabSelecter ul li {
  margin-bottom: 2%;
  margin-right: 1%;
  border: none;
  width: 32.6666666667%;
}
.placeArea__tab .tabSelecter ul li:nth-child(3n) {
  margin-right: 0;
}
.placeArea__tab .tabSelecter ul li &gt; a {
  font-size: 3vw;
}

/* ==========================================================================
   player
========================================================================== */
body.player .leadArea {
  padding: 50px 0;
}

.famousArea &gt; .sec__inner90, .starArea &gt; .sec__inner90, .handsomeArea &gt; .sec__inner90 {
  padding-bottom: 0;
}

/* ==========================================================================
   enjoy
========================================================================== */
body.enjoy .leadArea {
  padding: 50px 0;
}

.belongingsArea__list {
  width: 90%;
}
.belongingsArea__list--item {
  margin-bottom: 20vw;
  padding: 0 5%;
}
.belongingsArea__list--item:last-child {
  margin-bottom: 0;
}
.belongingsArea__list--item .num {
  margin: 0px auto 20px;
}
.belongingsArea__list--item .num img {
  margin-top: -10vw;
}
.belongingsArea__list--item .txt {
  font-size: 3.8vw;
  line-height: 1.5;
  padding: 0 0 40px;
}

.clothingArea__list {
  margin-top: 0;
  box-shadow: none;
  margin-bottom: 50px;
}
.clothingArea__list--item {
  width: 100% !important;
  padding: 5%;
  border-radius: 30px !important;
}
.clothingArea__list--item.summer {
  margin-bottom: 30px !important;
}
.clothingArea__list--item .ttl {
  position: inherit;
  text-align: center;
  font-size: 5vw;
  top: inherit;
}
.clothingArea__list--item .txt {
  margin: 0 0 20px;
  font-size: 3.5vw;
  line-height: 1.5;
}
.clothingArea__ngttl {
  font-size: 5vw;
  margin-bottom: 20px;
}
.clothingArea__nglist {
  padding: 0;
}
.clothingArea__nglist--item {
  border-bottom: 1px solid #fff;
  padding: 20px 0;
}
.clothingArea__nglist--item:last-child {
  margin-top: 0;
}
.clothingArea__nglist--item .ttl {
  font-size: 3.8vw;
  margin-bottom: 0.3em;
}
.clothingArea__nglist--item p {
  font-size: 3.8vw;
  line-height: 1.5;
}

/* ==========================================================================
   rule
========================================================================== */
body.rule .leadArea__txt {
  font-size: 4.5vw;
  line-height: 2.3;
}

.ruleArea__list--item + .ruleArea__list--item {
  margin-top: 40px;
}
.ruleArea__list--item .ttl {
  font-size: 4vw;
}
.ruleArea__list--item .txt {
  font-size: 3.8vw;
}

/* ==========================================================================
   rulesandmanners.html
========================================================================== */
.rulesandmannersArea .youtube {
  margin-bottom: 50px;
}
.rulesandmannersArea .lead {
  font-size: 5vw;
  line-height: 1.5;
  margin-bottom: 20px;
}
.rulesandmannersArea__list {
  margin-bottom: 30px;
}
.rulesandmannersArea__list--item {
  margin-bottom: 2%;
  width: 48% !important;
  margin-right: 4% !important;
}
.rulesandmannersArea__list--item:nth-child(3n) {
  margin-right: 4% !important;
}
.rulesandmannersArea__list--item:nth-child(2n) {
  margin-right: 0 !important;
}
.rulesandmannersArea__list--item:nth-child(n+3) {
  margin-bottom: 0%;
}
.rulesandmannersArea .attention {
  padding: 5%;
}
.rulesandmannersArea .attention ul li {
  margin-left: 1em;
  margin-bottom: 1em;
  line-height: 1.5;
}
.rulesandmannersArea__con + .enjoyruleArea__con {
  margin-top: 30px;
}
.rulesandmannersArea__con .ttl {
  font-size: 5vw;
  line-height: 1.3;
}
/*# sourceMappingURL=beginner.css.map */</pre></body></html>