@charset "UTF-8";
@font-face {
  font-family: "haet";
  src: url("/common/font/haettenschweiler.eot") format("eot"), url("/common/font/haettenschweiler.woff") format("woff"), url("/common/font/haettenschweiler.woff2") format("woff2"), url("/common/font/haettenschweiler.svg") format("svg"), url("/common/font/haettenschweiler.ttf") format("truetype");
}
.wf-loading {
  opacity: 0;
}

html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

body {
  min-width: 1260px;
  position: relative;
  padding-bottom: 240px;
  font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  background: #000;
}
body #layout {
  min-height: calc(100vh - 100px);
}
body .fadein {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
body .fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
body .fadeinTop {
  -webkit-animation-name: fadeintop;
          animation-name: fadeintop;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
@-webkit-keyframes fadeintop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeintop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

header {
  background: #FFFFFF;
  position: relative;
  height: 100px;
  z-index: 998;
}
header::after {
  content: "";
  display: block;
  width: 50vw;
  max-width: 600px;
  background: #000000;
  height: 100px;
  position: absolute;
  right: 0;
  top: 0;
}
header .wrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  width: 1260px;
  min-width: 1260px;
}
header .wrap .wbsc {
  background: #FFFFFF;
  position: relative;
  z-index: 1000;
  width: 100px;
  padding: 0 0 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .wrap .wbsc::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  border-bottom: 100px solid transparent;
  border-left: 25px solid #FFFFFF;
}
header .wrap .wbsc img {
  width: 70px;
  height: auto;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
header .wrap h1 {
  padding: 24px 0 0 0;
  width: 220px;
  text-align: center;
  background: #000000;
}
header .wrap h1 img {
  height: 65px;
  width: auto;
}
header .wrap #gNav {
  width: calc(100% - 360px);
  background: #000000;
}
header .wrap #gNav ul.parentMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100px;
  max-width: 1000px;
}
header .wrap #gNav ul.parentMenu li {
  position: relative;
}
header .wrap #gNav ul.parentMenu li a {
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 0.03em;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  z-index: 10;
}
header .wrap #gNav ul.parentMenu li a::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  background: #FFFFFF;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
header .wrap #gNav ul.parentMenu li a span {
  display: block;
  text-align: center;
}
header .wrap #gNav ul.parentMenu li a span.ja {
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
header .wrap #gNav ul.parentMenu li a span.en {
  font-family: "haet";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
}
header .wrap #gNav ul.parentMenu li a:hover {
  color: #000000;
}
header .wrap #gNav ul.parentMenu li a:hover::before {
  width: 100%;
}
header .wrap #gNav ul.parentMenu li .childMenu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 50px;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  min-width: 240px;
}
header .wrap #gNav ul.parentMenu li .childMenu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px 0;
}
header .wrap #gNav ul.parentMenu li .childMenu li a {
  white-space: nowrap;
  display: inline-block;
}
header .wrap #gNav ul.parentMenu li .childMenu li a::before {
  height: 100%;
}
header .wrap #gNav ul.parentMenu li .childMenu li a span {
  display: inline-block;
  vertical-align: baseline;
}
header .wrap #gNav ul.parentMenu li .childMenu li a span.ja {
  font-size: 15px;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-style: normal;
  font-weight: 600;
}
header .wrap #gNav ul.parentMenu li .childMenu li a span.en {
  font-size: 15px;
  margin-left: 0.5em;
  letter-spacing: 0.05em;
}
header .wrap #gNav ul.parentMenu li.has-child:hover > ul,
header .wrap #gNav ul.parentMenu li.has-child ul li:hover > ul,
header .wrap #gNav ul.parentMenu li.has-child:active > ul,
header .wrap #gNav ul.parentMenu li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  header {
    height: 80px;
  }
  header::after {
    display: none;
  }
  header .wrap {
    width: auto;
    min-width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    background: #000000;
    height: 80px;
  }
  header .wrap .wbsc {
    width: 80px;
    height: 80px;
  }
  header .wrap .wbsc::after {
    right: -20px;
    border-bottom: 80px solid transparent;
    border-left: 20px solid #FFFFFF;
  }
  header .wrap .wbsc img {
    width: 60px;
    height: auto;
    top: 0;
    left: 15px;
    bottom: 0;
  }
  header .wrap h1 {
    padding: 18px 0 0 0;
    width: 190px;
  }
  header .wrap h1 img {
    height: 56px;
    width: auto;
  }
  header .wrap #humberger {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1001;
    width: 30px;
    padding: 30px 15px 20px 10px;
    cursor: pointer;
  }
  header .wrap #humberger span {
    height: 2px;
    background: #FFF;
    display: block;
    margin-bottom: 8px;
  }
  header .wrap #gNav {
    position: fixed;
    top: 0;
    right: -1000px;
    width: 240px;
    height: 100%;
    background: #000000;
    color: #fff;
    z-index: 1000;
    padding-top: 40px;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  header .wrap #gNav ul.parentMenu {
    display: none;
  }
  body {
    min-width: 100%;
    padding-bottom: 0;
    -webkit-text-size-adjust: 100%;
  }
  body #overlay {
    z-index: -1;
    opacity: 0;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  body #layout {
    position: relative;
    z-index: 997;
    left: 0;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  body.drawer-opened #overlay {
    z-index: 999;
    opacity: 0.3;
    left: -240px;
  }
  body.drawer-opened #layout {
    left: -240px;
  }
  body.drawer-opened #humberger {
    position: fixed;
  }
  body.drawer-opened #humberger span {
    background: #FFF;
  }
  body.drawer-opened #humberger span:nth-child(1) {
    transform: translate(0, 8px) rotate(45deg);
    -webkit-transform: translate(0, 10px) rotate(45deg);
  }
  body.drawer-opened #humberger span:nth-child(2) {
    transform: translate(-20px, 0);
    -webkit-transform: translate(-20px, 0);
    opacity: 0;
  }
  body.drawer-opened #humberger span:nth-child(3) {
    transform: translate(0, -8px) rotate(-45deg);
    -webkit-transform: translate(0, -10px) rotate(-45deg);
  }
  body.drawer-opened #gNav {
    right: 0;
  }
  body.drawer-opened #gNav ul.parentMenu {
    display: block;
    width: auto;
    height: auto;
    margin: 39px 0;
    border-top: 1px solid #333333;
  }
  body.drawer-opened #gNav ul.parentMenu li {
    text-align: center;
  }
  body.drawer-opened #gNav ul.parentMenu li a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 22px;
    font-weight: normal;
    padding: 12px 0;
    z-index: 10;
    border-bottom: 1px solid #333333;
  }
  body.drawer-opened #gNav ul.parentMenu li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: auto;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body.drawer-opened #gNav ul.parentMenu li a::before {
    display: none;
  }
  body.drawer-opened #gNav ul.parentMenu li a span.ja {
    font-size: 15px;
  }
  body.drawer-opened #gNav ul.parentMenu li a span.en {
    font-size: 15px;
  }
  body.drawer-opened #gNav ul.parentMenu li a:hover {
    color: #FFFFFF;
    opacity: 1;
  }
  body.drawer-opened #gNav ul.parentMenu li.has-child > a::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  body.drawer-opened #gNav ul.parentMenu li.has-child.active > a::after {
    top: 25px;
    bottom: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body.drawer-opened #gNav ul.parentMenu li .childMenu {
    position: static;
    top: 0;
    left: 0;
    background: #4c4c4c;
    min-width: 240px;
  }
  body.drawer-opened #gNav ul.parentMenu li .childMenu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
  }
  body.drawer-opened #gNav ul.parentMenu li .childMenu li a {
    padding: 10px 20px 10px 10px;
    border-bottom: none;
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
  body.drawer-opened #gNav ul.parentMenu li .childMenu li a::before {
    display: none;
  }
  body.drawer-opened #gNav ul.parentMenu li .childMenu li a span {
    display: block;
  }
  body.drawer-opened #gNav ul.parentMenu li .childMenu li a span.ja {
    font-size: 14px;
  }
  body.drawer-opened #gNav ul.parentMenu li .childMenu li a span.en {
    margin-left: 0;
    font-size: 14px;
  }
  body.drawer-opened #gNav ul.parentMenu li.has-child ul,
  body.drawer-opened #gNav ul.parentMenu li.has-child ul ul {
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background: #e7e7e7;
  text-align: center;
  padding: 40px 0;
  z-index: 998;
}
footer ul.officialsite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
footer ul.officialsite li {
  margin: 0 20px;
}
footer ul.officialsite li.logo {
  width: 200px;
  text-align: right;
}
footer ul.officialsite li.address {
  text-align: left;
  line-height: 1.6;
  font-size: 12px;
}
footer ul.officialsite li.address a {
  color: #05c;
}
footer ul.officialsite li img {
  height: 60px;
  width: auto;
  vertical-align: top;
}
footer ul.officialsite li img.japan {
  height: 60px;
}
footer nav {
  width: 1000px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
footer nav ul.footerNav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer nav ul.footerNav li {
  display: inline-block;
  margin: 0 10px;
}
footer nav ul.footerNav li a {
  color: #3c3935;
  text-decoration: none;
  font-size: 14px;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-style: normal;
  font-weight: 600;
}
footer nav ul.footerNav li a:hover {
  text-decoration: underline;
}
footer nav ul.sns {
  margin: 0 0 0 30px;
}
footer nav ul.sns li {
  margin: 0 5px;
  display: inline-block;
}
footer nav ul.sns li img {
  width: auto;
  height: 30px;
}
footer p.copy {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 40px 0 30px 0;
    position: relative;
  }
  footer ul.officialsite {
    display: block;
  }
  footer ul.officialsite li {
    margin: 0 10px;
  }
  footer ul.officialsite li.logo {
    width: auto;
    text-align: center;
  }
  footer ul.officialsite li.address {
    text-align: center;
    margin-top: 10px;
  }
  footer ul.officialsite li img {
    height: 40px;
    width: auto;
    vertical-align: top;
  }
  footer ul.officialsite li img.japan {
    height: 50px;
  }
  footer nav {
    width: auto;
    margin: 20px 4%;
    display: block;
  }
  footer nav ul.footerNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer nav ul.footerNav li {
    display: block;
    margin: 10px 0;
    width: 33%;
  }
  footer nav ul.footerNav li a {
    font-size: 13px;
  }
  footer nav ul.sns {
    margin: 30px 0 0 0;
  }
  footer nav ul.sns li img {
    width: auto;
    height: 30px;
  }
  footer p.copy {
    font-size: 10px;
    line-height: 1.4;
  }
}
#pNav {
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#pNav ul {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#pNav ul li {
  text-align: center;
  width: 24%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#pNav ul li a {
  color: #FFF;
  font-family: "haet";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  text-decoration: none;
  letter-spacing: 0.03em;
  padding: 5px 0;
  display: block;
}
#pNav ul li.current {
  position: relative;
}
#pNav ul li.current::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  border-top: 40px solid transparent;
  border-right: 15px solid #E60012;
}
#pNav ul li.current::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  border-bottom: 40px solid transparent;
  border-left: 15px solid #E60012;
}
#pNav ul li.current a {
  background: #E60012;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  #pNav ul {
    width: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
  #pNav ul li {
    text-align: center;
    width: 48%;
  }
  #pNav ul li a {
    font-size: 22px;
    padding: 9px 0;
  }
  #pNav ul li.small a {
    font-size: 18px;
    padding: 10px 0;
  }
}
section .unit {
  width: 1000px;
  margin: 0 auto;
}

.en {
  font-family: "haet";
  font-style: normal;
  font-weight: normal;
}

.caution,
.colorRed {
  color: #E60012;
}

.hide-sp {
  display: block;
}

.hide-pc {
  display: none;
}

ol.decimal {
  list-style-type: decimal;
}

.text-u {
  text-decoration: underline;
}

a.link-color {
  color: #fcda01 !important;
}

@media screen and (max-width: 767px) {
  section .unit {
    width: auto;
    padding: 0 4%;
  }
  .hide-sp {
    display: none;
  }
  .hide-pc {
    display: block;
  }
  .lum-lightbox-inner img {
    max-width: 160vw !important;
    max-height: 90vh !important;
  }
}
.title-area {
  background: url(/img/bg.jpg) no-repeat center center;
  background-size: cover;
}
.title-area .unit {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 200px;
}
.title-area .unit h2 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  height: 70px;
  font-family: "haet";
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  letter-spacing: 0.03em;
  color: #3c3935;
  font-weight: normal;
}
.title-area .unit h2.ja {
  font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 36px;
  font-weight: bold;
}
.title-area .unit h2.ja span.en {
  font-size: 20px;
  margin-top: 10px;
}
.title-area .unit h2.games {
  font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 36px;
  font-weight: bold;
  height: 40px;
}
.title-area .unit h2 span {
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-style: normal;
  font-weight: 600;
  display: block;
  font-size: 20px;
  letter-spacing: normal;
}

.topic-path {
  width: 1000px;
  margin: 20px auto;
}
.topic-path li {
  font-size: 14px;
  display: inline;
}
.topic-path li a {
  color: #666;
}

#container {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#container #main {
  width: 640px;
}
#container #main.fullwide {
  width: 1000px;
  margin: 0 auto;
}
#container #main #pNav {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#container #main #pNav li {
  margin-right: 10px;
}
#container #main #pNav li a {
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  height: 24px;
  line-height: 24px;
  background: #e7e7e7;
  color: #3c3935;
  font-size: 15px;
}
#container #main #pNav li.current a {
  background: #E60012;
  color: #FFFFFF;
}
#container #side {
  width: 320px;
}

@media screen and (max-width: 767px) {
  .title-area .unit {
    width: auto;
    height: 100px;
  }
  .title-area .unit h2 {
    left: 20px;
    z-index: 10;
    height: 50px;
    font-family: "haet";
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
  }
  .title-area .unit h2.ja {
    font-size: 20px;
    height: 40px;
  }
  .title-area .unit h2.ja span.en {
    font-size: 15px;
    margin-top: 5px;
  }
  .title-area .unit h2.games {
    font-size: 20px;
    height: 20px;
  }
  .title-area .unit h2 span {
    font-size: 15px;
  }
  .topic-path {
    margin: 20px 4%;
    width: auto;
  }
  .topic-path li {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.2;
  }
  #container {
    width: auto;
    margin: 0 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #container #main {
    width: auto;
  }
  #container #main.fullwide {
    width: auto;
  }
  #container #main #pNav {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #container #main #pNav li {
    margin: 0 10px 10px 0;
  }
  #container #main #pNav li a {
    padding: 10px 20px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
  }
  #container #side {
    width: auto;
  }
}
.bnr-area {
  padding: 80px 0;
  background: #000;
}
.bnr-area ul {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bnr-area ul.double {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.bnr-area ul.single {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.bnr-area ul li {
  width: 480px;
}
.bnr-area ul li a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.bnr-area ul li a:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.bnr-area ul li img {
  width: 100%;
  height: auto;
}
.bnr-area ul li img.border {
  border: 1px solid #FFF;
}
.bnr-area ul.triple {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.bnr-area ul.triple li {
  width: 320px;
}

#top .bnr-area {
  padding: 50px 0 100px 0;
}

@media screen and (max-width: 767px) {
  .bnr-area {
    padding: 0 0 30px 0;
  }
  .bnr-area ul {
    width: auto;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .bnr-area ul.double {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .bnr-area ul li {
    width: 100%;
    margin: 0 10px;
    max-width: 300px;
  }
  .bnr-area ul li + li {
    margin-top: 20px;
  }
  .bnr-area ul.triple {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .bnr-area ul.triple li {
    width: 100%;
    margin: 0 10px 20px 10px;
    max-width: 300px;
  }
  #top .bnr-area {
    padding: 30px 0 40px 0;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .bnr-area ul.double li {
    width: 46%;
  }
}
.btn-block {
  text-align: center;
}
.btn-block a,
.btn-block input {
  text-decoration: none;
  display: inline-block;
  width: 360px;
  height: 80px;
  line-height: 80px;
  background: #000000 url(/img/arrow_red.png) no-repeat 96% center;
  background-size: 20px auto;
  color: #FFFFFF;
  font-size: 26px;
  border: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.btn-block a:hover,
.btn-block input:hover {
  opacity: 0.7;
}
.btn-block.red a,
.btn-block.red input {
  background: #E60012 url(/img/arrow_white.png) no-repeat 96% center;
  background-size: 20px auto;
}

.btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .btn-block a,
  .btn-block input {
    width: 280px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
  .btn-block a:hover,
  .btn-block input:hover {
    opacity: 1;
  }
  .btn-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .btn-flex .btn-normal {
    margin: 0 auto;
  }
  .btn-flex .btn-return {
    margin: 20px auto 0 auto;
  }
}
/*# sourceMappingURL=common.css.map */