@charset "UTF-8";
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  background-repeat: repeat;
  background-position: top left;
  background-size: 8%;
  background-color: #1E844C;
  font-family: "Hiragino Kaku Gothic Pro";
  transition: 0.1s;
}
@media screen and (max-width: 750px) {
  body {
    background-size: 20%;
  }
}
body.smart-pachinko {
  background-image: url(../img/bg_smart_pachinko.png);
}
body.smart-pachislot {
  background-image: url(../img/bg_smart_pachislot.png);
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999;
}
.loading .img {
  width: min(3.5%, 35px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .loading .img {
    width: 8vw;
  }
}

.outer {
  width: 100%;
}

.inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .inner {
    width: 93%;
  }
}

.inc-img img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}

header nav.outer {
  background-color: #FFF;
  border-bottom: solid 4px #000;
}
header nav.outer ul.inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  list-style: none;
  padding: 0.5% 1.5%;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  header nav.outer ul.inner {
    padding: 3% 0;
  }
}
header nav.outer ul.inner li.left {
  width: 17%;
}
@media screen and (max-width: 750px) {
  header nav.outer ul.inner li.left {
    width: 28.6%;
  }
}
header nav.outer ul.inner li.center {
  width: 37.6%;
}
header nav.outer ul.inner li.center .toggle-link {
  width: 47.5%;
  transition: 0.25s;
  cursor: pointer;
}
header nav.outer ul.inner li.right {
  width: 16.4%;
  justify-content: flex-end !important;
}
@media screen and (max-width: 750px) {
  header nav.outer ul.inner li.right {
    justify-content: flex-end !important;
    width: 20%;
  }
}
header nav.outer ul.inner li.right .twitter-link {
  width: 23%;
  display: none;
}
@media screen and (max-width: 750px) {
  header nav.outer ul.inner li.right .twitter-link {
    width: 35%;
  }
}
header nav.outer ul.inner li.right .hamburger-menu {
  width: 33.5%;
}
@media screen and (max-width: 750px) {
  header nav.outer ul.inner li.right .hamburger-menu {
    width: 50%;
  }
}
header nav.outer ul.inner li.right .hamburger-menu input#menu-btn-check {
  display: none;
}
header nav.outer ul.inner li.right .hamburger-menu .menu-btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  z-index: 200;
}
header nav.outer ul.inner li.right .hamburger-menu .menu-btn:after {
  content: "";
  padding-bottom: 80%;
  display: block;
}
header nav.outer ul.inner li.right .hamburger-menu .menu-btn span {
  display: block;
  height: 10%;
  width: 80%;
  border-radius: 100vh;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.25s;
}
header nav.outer ul.inner li.right .hamburger-menu .menu-btn span.top {
  top: 8%;
}
header nav.outer ul.inner li.right .hamburger-menu .menu-btn span.mid {
  top: 50%;
  transform: translate(-50%, -50%);
}
header nav.outer ul.inner li.right .hamburger-menu .menu-btn span.bot {
  bottom: 8%;
}
@media screen and (max-width: 750px) {
  header nav.outer ul.inner li.right .hamburger-menu #menu-btn-check:checked ~ .menu-btn {
    position: fixed;
    width: 10%;
    top: 2%;
  }
}
@media screen and (min-width: 751px) {
  header nav.outer ul.inner li.right .hamburger-menu #menu-btn-check:checked ~ .menu-btn {
    position: fixed;
    width: min(5%, 52.91px);
    top: 2.75%;
  }
}
header nav.outer ul.inner li.right .hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
  background-color: #000;
}
@media screen and (max-width: 750px) {
  header nav.outer ul.inner li.right .hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
    background-color: #FFF;
  }
}
header nav.outer ul.inner li.right .hamburger-menu #menu-btn-check:checked ~ .menu-btn span.top {
  top: 45%;
  transform: translate(-50%, 0) rotate(45deg);
}
header nav.outer ul.inner li.right .hamburger-menu #menu-btn-check:checked ~ .menu-btn span.mid {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
header nav.outer ul.inner li.right .hamburger-menu #menu-btn-check:checked ~ .menu-btn span.bot {
  bottom: 45%;
  transform: translate(-50%, 0) rotate(-45deg);
}
@media screen and (max-width: 750px) {
  header nav.outer ul.inner li.right .hamburger-menu #menu-btn-check:checked ~ div.menu-bg {
    top: 0;
  }
}
@media screen and (min-width: 751px) {
  header nav.outer ul.inner li.right .hamburger-menu #menu-btn-check:checked ~ div.menu-bg {
    right: 0;
  }
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  box-sizing: border-box;
  transition: 0.25s;
}
@media screen and (max-width: 750px) {
  header nav.outer ul.inner li.right .hamburger-menu div.menu-bg {
    top: -110vh;
    left: 0;
  }
}
@media screen and (min-width: 751px) {
  header nav.outer ul.inner li.right .hamburger-menu div.menu-bg {
    width: 305px;
    height: 100vh;
    top: 0;
    right: -305px;
    background-color: #1E844C;
    padding-top: min(10%, 102px);
  }
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu {
  height: 100vh;
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu h1.header {
  width: 100%;
  background-color: #1E844C;
  margin: 0;
  box-sizing: border-box;
  border-bottom: solid 4px #000;
}
@media screen and (max-width: 750px) {
  header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu h1.header {
    height: 9vh;
  }
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu h1.header .title {
  width: 25.6%;
  margin: 0 auto;
  padding: 5% 0;
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links {
  left: 0;
  padding: 3%;
  box-sizing: border-box;
  background-color: #FFF;
}
@media screen and (max-width: 750px) {
  header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links {
    height: 84.7vh;
    overflow: scroll;
  }
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links ul {
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links ul li {
  width: 100%;
  cursor: pointer;
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links ul li a {
  width: 100%;
  display: block;
  padding: 5% 0;
  border-bottom: solid 2px #000;
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links ul li a img {
  display: block;
  margin: 0 auto 0 5%;
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links ul li.toggle > a {
  position: relative;
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links ul li.toggle > a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 5%;
  width: 6.7742962933%;
  background-image: url(../img/menu_arrow.png);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 6.7742962933%;
  transition: 0.1s;
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links ul li.toggle > ul {
  overflow: hidden;
  height: 0;
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links ul li.toggle > ul > li > a {
  border-bottom: 0px;
  overflow: hidden;
  height: 0;
  padding: 0;
  transition: 0.1s;
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links ul li.toggle.active > a::after {
  transform: translate(0, -50%) scaleY(-1);
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links ul li.toggle.active > ul {
  height: auto;
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links ul li.toggle.active > ul > li > a {
  border-bottom: solid 2px #000;
  height: auto;
  padding: 5% 0;
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links ul.parents {
  background: #FFF;
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links ul.parents li a.smart-pachislot img, header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links ul.parents li a.smart-pachinko img {
  width: 44.8599804948%;
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links ul.children li a img {
  margin: 0 auto 0 18%;
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links ul.children li a.how-to-video img {
  width: 38.7%;
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links ul.children li a.smaslo-commentary img {
  width: 44%;
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links ul.grandchildren li a {
  background-color: rgba(30, 132, 76, 0.2);
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links ul.grandchildren li a img {
  margin: 0 auto 0 18%;
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links ul.grandchildren li a.whats img {
  width: 43%;
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links ul.grandchildren li a.change img {
  width: 67.3227370644%;
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links ul.grandchildren li a.merit img {
  width: 62.2%;
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu div.links ul.grandchildren li a.how-to-play img {
  width: 23.7%;
}
header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu .footer {
  border-top: solid 4px #000;
  padding-bottom: 10%;
  background-color: #1E844C;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  header nav.outer ul.inner li.right .hamburger-menu div.menu-bg div.menu .footer {
    height: 6.3vh;
  }
}
header nav.outer ul.inner li.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
}
header h1.title-logo {
  width: 95.5%;
  margin: 8% auto 1%;
}
@media screen and (max-width: 750px) {
  header h1.title-logo {
    margin: 12% auto 7%;
  }
}

#switchContainer .inner {
  padding: 4% 0 8%;
}
#switchContainer div.contents {
  width: 100%;
  position: relative;
}
#switchContainer div.contents div.tabs {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  flex-wrap: nowrap;
  z-index: 2;
}
#switchContainer div.contents div.tabs .tab {
  width: 49%;
  border-radius: 15px 15px 0 0;
  background-color: #FFF;
  transition: 0.1s;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.tabs .tab {
    width: 49.5%;
  }
}
#switchContainer div.contents div.tabs .tab .inc-img {
  width: 40%;
  margin: 2% auto;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.tabs .tab .inc-img {
    width: 45%;
  }
}
#switchContainer div.contents div.tabs .tab.smart-pachinko {
  border-top: solid 4px #036EB2;
  border-right: solid 8px #036EB2;
  border-bottom: solid 0px;
  border-left: solid 4px #036EB2;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.tabs .tab.smart-pachinko {
    border-top: solid 2px #036EB2;
    border-right: solid 4px #036EB2;
    border-left: solid 2px #036EB2;
  }
}
#switchContainer div.contents div.tabs .tab.smart-pachinko.active {
  margin-bottom: -4px;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.tabs .tab.smart-pachinko.active {
    margin-bottom: -2px;
  }
}
#switchContainer div.contents div.tabs .tab.smart-pachislot {
  border-top: solid 4px #824888;
  border-right: solid 8px #824888;
  border-bottom: solid 0px;
  border-left: solid 4px #824888;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.tabs .tab.smart-pachislot {
    border-top: solid 2px #824888;
    border-right: solid 4px #824888;
    border-left: solid 2px #824888;
  }
}
#switchContainer div.contents div.tabs .tab.smart-pachislot.active {
  margin-bottom: -4px;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.tabs .tab.smart-pachislot.active {
    margin-bottom: -2px;
  }
}
#switchContainer div.contents div.content {
  position: relative;
  z-index: 1;
  display: none;
  box-sizing: border-box;
  padding: 3%;
  background-color: #FFF;
  transition: 0.1s;
}
#switchContainer div.contents div.content.smart-pachinko {
  border-top: solid 4px #036EB2;
  border-right: solid 8px #036EB2;
  border-bottom: solid 8px #036EB2;
  border-left: solid 4px #036EB2;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content.smart-pachinko {
    border-top: solid 2px #036EB2;
    border-right: solid 4px #036EB2;
    border-bottom: solid 4px #036EB2;
    border-left: solid 2px #036EB2;
  }
}
#switchContainer div.contents div.content.smart-pachislot {
  border-top: solid 4px #824888;
  border-right: solid 8px #824888;
  border-bottom: solid 8px #824888;
  border-left: solid 4px #824888;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content.smart-pachislot {
    border-top: solid 2px #824888;
    border-right: solid 4px #824888;
    border-bottom: solid 4px #824888;
    border-left: solid 2px #824888;
  }
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content {
    padding: 4%;
  }
}
#switchContainer div.contents div.content.active {
  display: block;
}
#switchContainer div.contents div.content .howToVideo {
  width: 100%;
  margin: 2% 0 8%;
}
#switchContainer div.contents div.content .howToVideo #mov-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
#switchContainer div.contents div.content .howToVideo #mov-area .mov {
  width: 452px;
  text-align: center;
  margin: 0 10px;
}
#switchContainer div.contents div.content .howToVideo .text {
  width: 60%;
  margin: 40px auto 0;
  text-align: center;
}
#switchContainer div.contents div.content .howToVideo .text p {
  font-size: min(1.6vw, 16px);
  margin: 0;
  margin-bottom: 1.5%;
  line-height: 1.8;
}
#switchContainer div.contents div.content .howToVideo #whats-pachi {
  width: 307px;
  background-color: #036eb2;
  margin: 1.8% auto;
  color: #FFF;
  padding: 0.8% 0% 0.8% 1.5%;
  font-size: min(1.8vw, 18px);
  font-weight: 700;
  text-align: center;
}
#switchContainer div.contents div.content .howToVideo #whats-pachi img {
  width: 39.6%;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content .howToVideo #mov-area {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 5% 0;
  }
  #switchContainer div.contents div.content .howToVideo #mov-area .mov {
    width: 100%;
    text-align: center;
    margin: 0 3% 6%;
  }
  #switchContainer div.contents div.content .howToVideo #mov-area .mov p {
    width: 100%;
    text-align: center;
    margin: 0 0 2% 0;
  }
  #switchContainer div.contents div.content .howToVideo #mov-area .mov p img {
    width: 30%;
  }
  #switchContainer div.contents div.content .howToVideo .text {
    width: 95%;
    margin: 2% auto 0;
    text-align: left;
  }
  #switchContainer div.contents div.content .howToVideo .text p {
    font-size: min(3.2vw, 16px);
    margin: 0;
    margin-bottom: 1.5%;
    line-height: 1.7;
  }
  #switchContainer div.contents div.content .howToVideo #whats-pachi {
    width: 307px;
    background-color: #036eb2;
    margin: 1.8% auto;
    color: #FFF;
    padding: 1.8% 0% 1.8% 0;
    font-size: min(1.8vw, 18px);
    font-weight: 700;
    text-align: center;
  }
  #switchContainer div.contents div.content .howToVideo #whats-pachi img {
    width: 30.6%;
  }
}
#switchContainer div.contents div.content .howToVideo .header {
  width: 54%;
  margin: 0 auto 2%;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content .howToVideo .header {
    width: 77.1%;
  }
}
#switchContainer div.contents div.content .howToVideo .youtube-container {
  position: relative;
  width: 71%;
  padding-top: 39.9375%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content .howToVideo .youtube-container {
    width: 100%;
    padding-top: 56.25%;
  }
}
#switchContainer div.contents div.content .howToVideo .youtube-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#switchContainer div.contents div.content .howToVideo .youtube-container2 {
  position: relative;
  width: 100%;
  padding-top: 55.9375%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content .howToVideo .youtube-container2 {
    width: 100%;
    padding-top: 56.25%;
  }
}
#switchContainer div.contents div.content .howToVideo .youtube-container2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#switchContainer div.contents div.content .howToVideo .youtube-loading {
  position: relative;
  width: 71%;
  padding-top: 39.9375%;
  margin: 0 auto;
  background-color: #000;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content .howToVideo .youtube-loading {
    width: 100%;
    padding-top: 56.25%;
  }
}
#switchContainer div.contents div.content .howToVideo .youtube-loading .img {
  width: 5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#switchContainer div.contents div.content section.article table.table-of-contents {
  width: 100%;
  margin: 0 auto 4%;
  border-collapse: collapse;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content section.article table.table-of-contents {
    margin: 0 auto 8%;
  }
}
#switchContainer div.contents div.content section.article table.table-of-contents th {
  background-color: #E2E5EA;
  padding: 0.5% 0;
  font-size: min(1.6vw, 16px);
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content section.article table.table-of-contents th {
    font-size: 3.5vw;
  }
}
#switchContainer div.contents div.content section.article table.table-of-contents td {
  background-color: #F4F4F4;
  padding: 0.5% 0;
}
#switchContainer div.contents div.content section.article table.table-of-contents td ul {
  margin: 1.5% 0;
}
#switchContainer div.contents div.content section.article table.table-of-contents td ul li a {
  text-decoration: none;
  font-weight: 700;
  color: #000;
  font-size: min(1.6vw, 16px);
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content section.article table.table-of-contents td ul li a {
    font-size: 3.5vw;
  }
}
#switchContainer div.contents div.content section.article table.table-of-contents td ul li a:hover {
  text-decoration: underline;
}
#switchContainer div.contents div.content section.article div.paragraph {
  margin-bottom: 4%;
}
#switchContainer div.contents div.content section.article div.paragraph h3.head {
  background-color: #0A9B00;
  margin: 1.8% 0;
  color: #FFF;
  padding: 0.8% 0% 0.8% 1.5%;
  font-size: min(1.8vw, 18px);
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content section.article div.paragraph h3.head {
    padding: 2% 0 2% 3%;
    margin: 3% 0;
  }
}
#switchContainer div.contents div.content section.article div.paragraph#whats h3.head div.head-txt {
  width: 12.9%;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content section.article div.paragraph#whats h3.head div.head-txt {
    width: 26.6%;
  }
}
#switchContainer div.contents div.content section.article div.paragraph#change h3.head div.head-txt {
  width: 20.1300744681%;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content section.article div.paragraph#change h3.head div.head-txt {
    width: 42.4825080386%;
  }
}
#switchContainer div.contents div.content section.article div.paragraph#merit h3.head div.head-txt {
  width: 19%;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content section.article div.paragraph#merit h3.head div.head-txt {
    width: 39%;
  }
}
#switchContainer div.contents div.content section.article div.paragraph#howToPlay h3.head div.head-txt {
  width: 6.7%;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content section.article div.paragraph#howToPlay h3.head div.head-txt {
    width: 14%;
  }
}
#switchContainer div.contents div.content section.article div.paragraph div.text h4.sub-head {
  margin: 1.8% 0;
  font-weight: 700;
  font-size: min(1.8vw, 18px);
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content section.article div.paragraph div.text h4.sub-head {
    font-size: 3.5vw;
    margin: 3% 0;
  }
}
#switchContainer div.contents div.content section.article div.paragraph div.text p {
  font-size: min(1.6vw, 16px);
  margin: 0;
  margin-bottom: 1.5%;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content section.article div.paragraph div.text p {
    font-size: 3.5vw;
    margin-bottom: 8%;
  }
}
#switchContainer div.contents div.content section.article div.paragraph div.text div.picture {
  margin-bottom: 1.5%;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content section.article div.paragraph div.text div.picture {
    margin-bottom: 8%;
  }
}
#switchContainer div.contents div.content section.article div.paragraph div.text div.picture.pic-01 {
  width: 100%;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content section.article div.paragraph div.text div.picture.pic-01 {
    width: 100%;
  }
}
#switchContainer div.contents div.content section.article div.paragraph div.text div.picture.pic-02 {
  width: 100%;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content section.article div.paragraph div.text div.picture.pic-02 {
    width: 100%;
  }
}
#switchContainer div.contents div.content section.article div.paragraph div.text div.picture.pic-03 {
  width: 100%;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content section.article div.paragraph div.text div.picture.pic-03 {
    width: 100%;
  }
}
#switchContainer div.contents div.content section.article div.paragraph div.text div.picture.pic-04 {
  width: 100%;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content section.article div.paragraph div.text div.picture.pic-04 {
    width: 100%;
  }
}
#switchContainer div.contents div.content section.article div.paragraph div.text ul.flex {
  width: 100%;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  align-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content section.article div.paragraph div.text ul.flex {
    flex-wrap: wrap;
  }
}
#switchContainer div.contents div.content section.article div.paragraph div.text ul.flex li {
  width: 47.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  align-content: baseline;
  margin-bottom: 6%;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content section.article div.paragraph div.text ul.flex li {
    width: 100%;
    margin-bottom: 10%;
  }
}
#switchContainer div.contents div.content section.article div.paragraph div.text ul.flex li:nth-child(odd) {
  margin-right: 5%;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content section.article div.paragraph div.text ul.flex li:nth-child(odd) {
    margin-right: 0;
  }
}
#switchContainer div.contents div.content section.article div.paragraph div.text ul.flex li p {
  font-size: min(1.6vw, 16px);
  margin: 0;
  margin-bottom: 1.5%;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content section.article div.paragraph div.text ul.flex li p {
    font-size: 3.5vw;
  }
}
#switchContainer div.contents div.content section.article div.paragraph div.text ul.flex li div.picture {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content section.article div.paragraph div.text ul.flex li div.picture {
    width: 68.75%;
  }
}
#switchContainer div.contents div.content section.article div.paragraph div.text ul.flex li div.picture.pic-01 {
  width: 45.5%;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content section.article div.paragraph div.text ul.flex li div.picture.pic-01 {
    width: 51%;
  }
}
#switchContainer div.contents div.content section.article div.paragraph div.text ul.flex li div.picture.pic-06 {
  width: 84.1%;
}
@media screen and (max-width: 750px) {
  #switchContainer div.contents div.content section.article div.paragraph div.text ul.flex li div.picture.pic-06 {
    width: 77%;
  }
}

footer {
  border-top: #000 solid 4px;
  background-color: #1E844C;
  padding: min(5vw, 50px) 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}/*# sourceMappingURL=main.css.map */