@charset "UTF-8";

@-webkit-keyframes bgGrad {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0.2;
  }

  20% {
    opacity: 0.4;
  }

  30% {
    opacity: 0.6;
  }

  40% {
    opacity: 0.8;
  }

  50% {
    opacity: 1.0;
  }

  60% {
    opacity: 0.8;
  }

  70% {
    opacity: 0.6;
  }

  80% {
    opacity: 0.4;
  }

  90% {
    opacity: 0.2;
  }

  100% {
    opacity: 0;
  }
}

@keyframes bgGrad {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0.2;
  }

  20% {
    opacity: 0.4;
  }

  30% {
    opacity: 0.6;
  }

  40% {
    opacity: 0.8;
  }

  50% {
    opacity: 1.0;
  }

  60% {
    opacity: 0.8;
  }

  70% {
    opacity: 0.6;
  }

  80% {
    opacity: 0.4;
  }

  90% {
    opacity: 0.2;
  }

  100% {
    opacity: 0;
  }
}

body {
  background: #fff;
  color: #000;
  font-size: 1.4rem;
  line-height: 2.0em;
  font-family: YakuHanJP,'Noto Sans JP',
 "游ゴシック体", YuGothic,
 "游ゴシック", "Yu Gothic",
 'Hiragino Sans',
 'Hiragino Kaku Gothic ProN',
 'メイリオ',Meiryo,
 sans-serif;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body:before,
body:after {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: 50% 100px;
}

body:before {
  z-index: 2;
  background-image: url(../img/bg_pc.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

body:after {
  z-index: 1;
  background-image: url(../img/bg_dot.png);
  background-repeat: repeat;
}

body.modal {
  overflow: hidden;
}

a {
  outline: none;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a:hover,
a:active {
  color: #fab800;
}

a > img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a:hover > img {
  opacity: 0.6;
}

h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
strong,
em {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
}

ul,
ol,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: inherit;
  margin: 0;
  padding: 0;
}

img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  max-width: 100%;
  font-size: 1px !important;
  line-height: 0 !important;
  vertical-align: middle;
}

pre,
code {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  margin: 0;
  border: 1px solid rgba(250, 184, 0, 0.3);
  padding: 10px 20px;
  max-height: 200px;
  background: rgba(250, 184, 0, 0.1);
  font-size: inherit;
  line-height: 1.4em;
  font-family: inherit;
  font-weight: inherit;
  font-style: italic;
}

rt {
  position: absolute;
  -webkit-transform: translateY(0.2em);
  transform: translateY(0.2em);
}

[data-ruby] {
  display: inline-block;
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.7em;
  left: -100%;
  z-index: 1;
  width: 300%;
  font-size: 0.5em;
  line-height: 1em;
  letter-spacing: -0.1em;
  text-align: center !important;
  white-space: nowrap;
  -webkit-transform: scaleX(0.7);
  transform: scaleX(0.7);
}

[data-ruby] rt {
  display: none;
}

hr {
  display: block;
  border: none;
  width: 100%;
  height: 1px;
  background: rgba(250, 184, 0, 0.5);
}

.iblock {
  display: inline-block;
  vertical-align: baseline;
}

.wbreak {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}

.bold {
  font-weight: 700 !important;
}

.dis {
  text-decoration: line-through;
}

a.text {
  color: #53c1e4;
  text-decoration: underline;
}

a.text:hover,
a.text:active {
  color: #fab800;
  text-decoration: none;
}

img.border {
  border: 1px solid #ccc;
}

.emColor01 {
  color: #f00 !important;
}

.emColor02 {
  color: #fab800 !important;
}

.noteColor {
  color: #808080 !important;
}

.worldColorR {
  color: #e9546a;
}

.worldColorB {
  color: #1eb9cf;
}

.worldColorW {
  color: #f9bf2d;
}

.worldColorK {
  color: #b8599d;
}

.worldColorG {
  color: #39b68e;
}

.c0_gray {
  color: #808080;
}

.c1_red {
  color: #e9546a;
}

.c2_orange {
  color: #ff7f00;
}

.c3_yellow {
  color: #f9bf2d;
}

.c4_green {
  color: #39b68e;
}

.c5_blue {
  color: #1eb9cf;
}

.c6_indigo {
  color: #007fff;
}

.c7_violet {
  color: #b8599d;
}

.fsS {
  font-size: 0.85em !important;
  line-height: 1.8em;
}

.fsL {
  font-size: 1.2em !important;
  line-height: 1.8em;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.mgtHp {
  margin-top: 14px !important;
}

.mgt1p {
  margin-top: 28px !important;
}

.mgt2p {
  margin-top: 56px !important;
}

.mgt3p {
  margin-top: 84px !important;
}

.mgbHp {
  margin-bottom: 14px !important;
}

.mgb1p {
  margin-bottom: 28px !important;
}

.mgb2p {
  margin-bottom: 56px !important;
}

.mgb3p {
  margin-bottom: 84px !important;
}

.w1 {
  width: 1em !important;
}

.w2 {
  width: 2em !important;
}

.w3 {
  width: 3em !important;
}

.w4 {
  width: 4em !important;
}

.w5 {
  width: 5em !important;
}

.w6 {
  width: 6em !important;
}

.w7 {
  width: 7em !important;
}

.w8 {
  width: 8em !important;
}

.w9 {
  width: 9em !important;
}

.w10 {
  width: 10em !important;
}

.w11 {
  width: 11em !important;
}

.w12 {
  width: 12em !important;
}

.w13 {
  width: 13em !important;
}

.w14 {
  width: 14em !important;
}

.w15 {
  width: 15em !important;
}

.w16 {
  width: 16em !important;
}

.w17 {
  width: 17em !important;
}

.w18 {
  width: 18em !important;
}

.w19 {
  width: 19em !important;
}

.w20 {
  width: 20em !important;
}

.w21 {
  width: 21em !important;
}

.w22 {
  width: 22em !important;
}

.w23 {
  width: 23em !important;
}

.w24 {
  width: 24em !important;
}

.w25 {
  width: 25em !important;
}

.w26 {
  width: 26em !important;
}

.w27 {
  width: 27em !important;
}

.w28 {
  width: 28em !important;
}

.w29 {
  width: 29em !important;
}

.w30 {
  width: 30em !important;
}

.button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 30px;
  min-width: 360px;
  min-height: 60px;
  background: #fff;
  color: #000;
  font-size: 1.5em;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.button::before,
.button::after,
.button > span::before,
.button > span::after {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  border-width: 1px 0 0 1px;
  border-color: #000;
  border-style: solid;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.button::before {
  left: -1px;
  top: -1px;
}

.button::after {
  right: -1px;
  top: -1px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.button > span::before {
  left: -1px;
  bottom: -1px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.button > span::after {
  right: -1px;
  bottom: -1px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.button.s {
  min-width: 200px !important;
  font-size: 1.1em;
  line-height: 1.0em;
}

.button.ss {
  padding: 5px 10px;
  min-width: 80px;
  min-height: 30px;
  font-size: 1.0em;
  line-height: 1.0em;
  font-weight: 400;
}

.button.ss::before,
.button.ss::after,
.button.ss > span::before,
.button.ss > span::after {
  width: 5px;
  height: 5px;
}

.button.en {
  font-family: 'Raleway',sans-serif;
  font-weight: 700;
  font-weight: 900;
}

.button.w {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.button.w::before,
.button.w::after,
.button.w > span::before,
.button.w > span::after {
  border-color: #fff;
}

.button.w:hover {
  background: #fff;
  color: #000;
}

.button.off {
  opacity: 0.4;
  color: #888;
  cursor: default;
}

.button.off::before,
.button.off::after,
.button.off > span::before,
.button.off > span::after {
  border-color: #444;
}

.button:not(.off):hover {
  background: #000;
  color: #fff;
}

.buttonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.buttonList > li {
  margin: 20px 15px 0;
}

.buttonList > li:nth-of-type(-n+2) {
  margin-top: 0;
}

.buttonList .button {
  min-width: 300px;
}

.buttonList .button.sub {
  min-width: 200px;
  color: #b3b3b3;
  font-size: 1.1em;
  line-height: 1.0em;
}

.buttonList .button.sub:hover {
  background: #e6e6e6;
  color: #000;
}

table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}

table.spec {
  table-layout: fixed;
  border: 1px solid #000;
  border-collapse: collapse;
}

table.spec th,
table.spec td {
  border-style: solid;
  border-color: #000;
  padding: 10px 15px;
  vertical-align: middle;
}

table.spec th {
  border-width: 1px;
  font-weight: 700;
  text-align: center;
  background: transparent url(../img/th_bg.jpg) center repeat;
}

table.spec td {
  border-width: 1px 0 0;
  line-height: 1.6em;
  text-align: left;
}

table.spec tr > td:first-child {
  border-top-style: dashed;
}

table.list th,
table.list td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

table.list > thead {
  position: relative;
  z-idnex: 1;
}

table.list > thead::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: -1;
  width: 100%;
  height: 2px;
  background: #fab800;
}

table.list > thead th {
  padding: 0 20px 16px 0;
  color: #000;
  font-size: 1.0em;
  line-height: 1.4em;
  font-weight: 700;
  text-align: left;
}

table.list > tbody {
  font-size: 0.9em;
  line-height: 1.4em;
}

table.list > tbody th,
table.list > tbody td {
  border-bottom: 1px solid #000;
  padding: 6px 20px 6px 0;
}

table.list > thead > tr > *:last-child,
table.list > tbody > tr > *:last-child {
  padding-right: 0;
}

table.list.noborder > tbody th,
table.list.noborder > tbody td {
  border-bottom: none;
}

.table_scroll {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.table_scroll table.scroll {
  white-space: nowrap !important;
}

.table_scroll > .content {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
}

.table_scroll > .content::-webkit-scrollbar {
  display: none;
}

.table_scroll .scrollbar {
  display: none;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1000;
  padding: 10px 0;
  width: 100%;
  height: 10px;
}

.table_scroll .scrollbar::after {
  content: '';
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1;
  border-radius: 50px;
  width: 100%;
  height: 10px;
  background: #333;
}

.table_scroll .scrollbar > span {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 10;
  border-radius: 50px;
  width: 50%;
  height: 10px;
  background: #fab800;
  cursor: pointer;
}

.table_scroll .scrollbar.show {
  display: block;
}

ul.def {
  font-size: inherit;
  line-height: inherit;
  text-align: left;
}

ul.def > li {
  position: relative;
  z-index: 1;
  padding-left: 1em;
}

ul.def > li::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

ul.def.disc > li::before {
  content: '・';
}

ul.def.asta > li::before {
  content: '※';
}

ol.def {
  counter-reset: ol-def-item;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
}

ol.def > li {
  position: relative;
  z-index: 1;
  padding-left: 1.8em;
}

ol.def > li::before {
  counter-increment: ol-def-item;
  content: counter(ol-def-item) ".";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 1.5em;
  text-align: right;
}

.simple-slider {
  margin: 0 auto;
}

.simple-slider .slick-slide img {
  margin: 0 auto;
}

.simple-slider .slick-dots {
  margin-top: 15px;
  font-size: 1px;
  line-height: 0;
  text-align: center;
}

.simple-slider .slick-dots > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 5px;
  vertical-align: bottom;
}

.simple-slider .slick-dots > li > button {
  opacity: 0.4;
  overflow: hidden;
  position: relative;
  z-index: 1;
  outline: none;
  border: none;
  border-radius: 30px;
  padding: 0;
  width: 16px;
  height: 16px;
  background: #fab800;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-indent: -9999px;
}

.simple-slider .slick-dots > li.slick-active > button {
  opacity: 1;
}

.image-slider {
  margin: 0 auto;
  max-width: 460px;
}

.image-slider.l {
  max-width: 670px;
}

.image-slider.s {
  max-width: 320px;
}

.image-slider .slick-list {
  margin-bottom: 3.5%;
  border: 1px solid #ccc;
  text-align: center;
}

.image-slider.noborder .slick-list {
  border: none !important;
}

.image-slider .slick-dots > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 2.25%;
  width: 18.2%;
  line-height: 0;
}

.image-slider .slick-dots > li:nth-of-type(5n+5) {
  margin-right: 0;
}

.image-slider .slick-dots > li > button {
  position: relative;
  z-index: 1;
  outline: none;
  margin-top: 14.5%;
  border: 1px solid #ccc;
  padding: 0;
  background: transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.image-slider .slick-dots > li > button::after {
  content: '';
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #fab800;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.image-slider .slick-dots > li > button:hover {
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}

.image-slider .slick-dots > li.slick-active > button::after {
  opacity: 0.2;
}

ul.images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: inherit;
  line-height: inherit;
  text-align: center;
}

ul.images > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  z-index: 1;
  margin: 30px 0 0;
  line-height: 1;
  vertical-align: bottom;
}

ul.images > li:nth-of-type(1) {
  margin-top: 0;
}

ul.images > li a {
  display: inline-block;
}

ul.images > li .cap {
  display: block;
  margin-top: 1.0em;
  line-height: 1.4em !important;
}

ul.images.c2 > li {
  width: 320px;
}

ul.images.c2 > li:nth-of-type(-n+2) {
  margin-top: 0;
}

ul.images.c2 > li:nth-of-type(2n+2) {
  margin-left: 40px;
}

ul.images.c3 > li {
  width: 210px;
}

ul.images.c3 > li:nth-of-type(-n+3) {
  margin-top: 0;
}

ul.images.c3 > li:not(:nth-of-type(3n+1)) {
  margin-left: 25px;
}

ul.images.c4 > li {
  width: 160px;
}

ul.images.c4 > li:nth-of-type(-n+4) {
  margin-top: 0;
}

ul.images.c4 > li:not(:nth-of-type(4n+1)) {
  margin-left: 13px;
}

ul.images.c5 > li {
  width: 128px;
}

ul.images.c5 > li:nth-of-type(-n+5) {
  margin-top: 0;
}

ul.images.c5 > li:not(:nth-of-type(5n+1)) {
  margin-left: 10px;
}

ul.images.c6 > li {
  width: 105px;
}

ul.images.c6 > li:nth-of-type(-n+6) {
  margin-top: 0;
}

ul.images.c6 > li:not(:nth-of-type(6n+1)) {
  margin-left: 10px;
}

ul.images.c7 > li {
  width: 92px;
}

ul.images.c7 > li:nth-of-type(-n+7) {
  margin-top: 0;
}

ul.images.c7 > li:not(:nth-of-type(7n+1)) {
  margin-left: 6px;
}

.hd01 {
  position: relative;
  z-index: 1;
  padding: 0 0 16px;
  background: repeating-linear-gradient(to bottom, #e8070f 0, #fe9402 1.3em);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.4em;
  line-height: 1.3em;
  font-weight: 900;
  text-align: center;
}

.hd01::before {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: 1;
  border-width: 0 20px;
  border-style: solid;
  border-color: #000;
  width: 100%;
  height: 2px;
  background: #fab800;
}

.hd01::after {
  content: '';
  position: absolute;
  left: calc(50% - 100px);
  bottom: 0;
  z-index: -1;
  border-width: 4px 4px 0;
  border-style: solid;
  border-color: #fab800;
  border-left-color: transparent;
  border-right-color: transparent;
  width: 200px;
  height: 0;
}

.hd02 {
  position: relative;
  z-index: 1;
  padding: 0 0 7px;
  color: #000;
  font-size: 2.2em;
  line-height: 1.3em;
  font-weight: 900;
  text-align: left;
}

.hd02:before {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-width: 0 0 0 20px;
  border-style: solid;
  border-color: #000;
  width: 100%;
  height: 2px;
  background: #fab800;
}

.hd02.addMark {
  padding-top: 1.8em;
}

.hd02.addMark .mark {
  position: absolute;
  left: -2px;
  bottom: -0.05em;
  z-index: -1;
  color: #fff;
  font-size: 3.9em;
  line-height: 1.0em;
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: 700;
  font-style: italic;
  text-shadow: 0 0 2px #fab800, 0 0 2px #fab800, 0 0 2px #fab800, 0 0 2px #fab800, 0 0 2px #fab800;
}

.hd03 {
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #fab800;
  padding: 0 0 6px;
  color: #fab800;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 900;
  text-align: left;
}

.hd04 {
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #fab800;
  padding: 0 0 6px;
  color: #000;
  font-size: 1.0em;
  line-height: 1.4em;
  font-weight: 700;
  text-align: left;
}

.catch {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: 900;
  text-align: left;
  text-shadow: 0 0 2px #fc0901,0 0 2px #fc0901,0 0 2px #fc0901,0 0 2px #fc0901;
}

.catch > span {
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#f63145), to(#fed700));
  background: linear-gradient(to right, #f63145, #fed700);
}

.catch > span:last-child {
  margin-bottom: 0;
}

.scrollShowTarget {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 0.4s ease-in,-webkit-transform 0.6s ease-out;
  transition: opacity 0.4s ease-in,-webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out,opacity 0.4s ease-in;
  transition: transform 0.6s ease-out,opacity 0.4s ease-in,-webkit-transform 0.6s ease-out;
}

.scrollShowTarget.scrollShow {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.newsCategory {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 4px 0 2px;
  min-width: 5.6em;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.0em;
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}

.newsCategory::before {
  content: '';
  display: inline;
}

.newsCategory::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.newsCategory.topics::before {
  content: 'TOPICS';
}

.newsCategory.topics::after {
  background: -webkit-gradient(linear, left top, right top, from(#b6b6b6), to(#dedede));
  background: linear-gradient(to right, #b6b6b6, #dedede);
}

.newsCategory.whats::before {
  content: "WHAT'S Z/X";
  letter-spacing: -0.05em;
}

.newsCategory.whats::after {
  background: -webkit-gradient(linear, left top, right top, from(#c93333), to(#e83333));
  background: linear-gradient(to right, #c93333, #e83333);
}

.newsCategory.product::before {
  content: 'PRODUCT';
}

.newsCategory.product::after {
  background: -webkit-gradient(linear, left top, right top, from(#fc9c50), to(#ffd960));
  background: linear-gradient(to right, #fc9c50, #ffd960);
}

.newsCategory.card::before {
  content: 'CARD';
}

.newsCategory.card::after {
  background: -webkit-gradient(linear, left top, right top, from(#c6c600), to(#f9f900));
  background: linear-gradient(to right, #c6c600, #f9f900);
}

.newsCategory.rule::before {
  content: 'RULE';
}

.newsCategory.rule::after {
  background: -webkit-gradient(linear, left top, right top, from(#02ff54), to(#afff6a));
  background: linear-gradient(to right, #02ff54, #afff6a);
}

.newsCategory.event::before {
  content: 'EVENT';
}

.newsCategory.event::after {
  background: -webkit-gradient(linear, left top, right top, from(#8f78ff), to(#db98ff));
  background: linear-gradient(to right, #8f78ff, #db98ff);
}

.newsCategory.campaign::before {
  content: 'CAMPAIGN';
  letter-spacing: -0.05em;
}

.newsCategory.campaign::after {
  background: -webkit-gradient(linear, left top, right top, from(#00bdbd), to(#00f9f9));
  background: linear-gradient(to right, #00bdbd, #00f9f9);
}

.newsCategory.story::before {
  content: 'STORY';
}

.newsCategory.story::after {
  background: -webkit-gradient(linear, left top, right top, from(#0079c3), to(#009aff));
  background: linear-gradient(to right, #0079c3, #009aff);
}

.newsCategory.download::before {
  content: 'DOWNLOAD';
  letter-spacing: -0.05em;
}

.newsCategory.download::after {
  background: -webkit-gradient(linear, left top, right top, from(#36006c), to(#7b00f6));
  background: linear-gradient(to right, #36006c, #7b00f6);
}

.newsCategory.special::before {
  content: 'SPECIAL';
}

.newsCategory.special::after {
  background: -webkit-gradient(linear, left top, right top, from(#c239c2), to(#f969f9));
  background: linear-gradient(to right, #c239c2, #f969f9);
}

.newsCategory.link::before {
  content: 'LINK';
}

.newsCategory.link::after {
  background: -webkit-gradient(linear, left top, right top, from(#757575), to(#bababa));
  background: linear-gradient(to right, #757575, #bababa);
}

.borderBox {
  border-width: 1px;
  border-style: solid;
  padding: 0.8em 2em;
}

.borderBox.cl01 {
  border-color: #f00;
}

.borderBox.cl02 {
  border-color: #fab800;
}

.layoutBox01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layoutBox01 > .pic {
  width: 320px;
}

.layoutBox01 > .desc {
  width: 330px;
}

.layoutBox01.rtl > .pic {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.layoutBox01.rtl > .desc {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.layoutBox02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.layoutBox02 > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.layoutBox02 > div:not(:first-child) {
  margin: 0 0 0 30px;
}

.layoutBox02.c2 > div {
  -ms-flex-preferred-size: calc(50% - 15px);
  flex-basis: calc(50% - 15px);
}

.layoutBox02.c3 > div {
  -ms-flex-preferred-size: calc(33.3% - 20px);
  flex-basis: calc(33.3% - 20px);
}

article.box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin-top: 60px;
  border-radius: 20px;
  padding: 40px 40px 80px;
  background: #fff;
  text-align: left;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

article.box > header {
  position: relative;
  z-index: 1;
  margin: 0 0 40px;
  padding: 0 0 35px;
}

article.box > header::after {
  content: '';
  position: absolute;
  left: -40px;
  bottom: 0;
  z-index: -1;
  width: calc(100% + 80px);
  height: 1px;
  background: #cdcdcd;
}

article.box > header .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2em;
  line-height: 1.0em;
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: 700;
}

article.box > header .sub .newsCategory {
  margin-left: 15px;
}

article.box > header h1:not(.hd01) {
  margin-top: 0.5em;
  font-size: 1.4em;
  line-height: 1.6em;
  font-weight: 900;
}

.bottomNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
  margin-top: 60px;
}

.bottomNav > .arrow {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.bottomNav > .arrow.off {
  opacity: 0.2;
}

.bottomNav > .arrow > a,
.bottomNav > .arrow > span {
  display: block;
  width: 14px;
  height: 22px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.bottomNav > .arrow.prev > a,
.bottomNav > .arrow.prev > span {
  background-image: url(../img/img_arrow_left_b.png);
}

.bottomNav > .arrow.prev > a:hover,
.bottomNav > .arrow.prev > span:hover {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

.bottomNav > .arrow.next > a,
.bottomNav > .arrow.next > span {
  background-image: url(../img/img_arrow_right_b.png);
}

.bottomNav > .arrow.next > a:hover,
.bottomNav > .arrow.next > span:hover {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.bottomNav > .arrow.off > a,
.bottomNav > .arrow.off > span {
  cursor: default;
}

.bottomNav > .arrow.off > a:hover,
.bottomNav > .arrow.off > span:hover {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.bottomNav > .buttons {
  margin: 0 40px;
}

.bottomNav > .buttons > li:not(:first-child) {
  margin-top: 20px;
}

.bottomNav > .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 25px;
  font-size: 1.4em;
  line-height: 1.0em;
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: 700;
}

.bottomNav > .pager > li {
  position: relative;
  z-index: 1;
  margin: 0 7px;
  min-width: 1em;
  text-align: center;
}

.bottomNav > .pager > li > a,
.bottomNav > .pager > li > span {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: default;
}

.bottomNav > .pager > li > a::after,
.bottomNav > .pager > li > span::after {
  content: '';
  display: none;
  position: absolute;
  left: 10%;
  bottom: calc(50% - 1px);
  width: 80%;
  height: 2px;
  background: #000;
  -webkit-transform: slaceX(0);
  transform: slaceX(0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.bottomNav > .pager > li.cur > a::after,
.bottomNav > .pager > li.cur > span::after {
  display: block;
  -webkit-transform: slaceX(1);
  transform: slaceX(1);
}

.bottomNav > .pager > li:not(.cur) > a,
.bottomNav > .pager > li:not(.cur) > span {
  cursor: pointer;
}

.bottomNav > .pager > li:not(.cur) > a:hover,
.bottomNav > .pager > li:not(.cur) > span:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.newsBox > ul {
  display: table;
  table-layout: fixed;
  border-top: 1px solid #000;
  width: 100%;
  text-align: left;
}

.newsBox > ul > li {
  display: table-row;
}

.newsBox > ul > li > div {
  display: table-cell;
  border-bottom: 1px solid #000;
  padding: 18px 0;
  vertical-align: middle;
}

.newsBox > ul > li .label {
  width: 200px;
}

.newsBox > ul > li .label > span {
  display: inline-block;
  vertical-align: middle;
}

.newsBox > ul > li .label > span.date {
  width: 94px;
  font-size: 1.6rem;
  line-height: 1.0em;
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: 700;
}

.newsBox > ul > li .desc {
  font-size: 1.4rem;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.soon {
  opacity: 0.3;
  margin: 0 auto;
  border-width: 1px 0;
  border-style: solid;
  border-color: #000;
  padding: 50px 0;
  max-width: 800px !important;
  font-size: 3.0rem;
  line-height: 1.0em;
  font-family: 'Raleway',sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
input[type=search],
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week],
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: inherit;
  line-height: 1.2em;
  vertical-align: middle;
}

input[type=text].full,
input[type=password].full,
input[type=email].full,
input[type=tel].full,
input[type=url].full,
input[type=number].full,
input[type=search].full,
input[type=date].full,
input[type=datetime-local].full,
input[type=month].full,
input[type=time].full,
input[type=week].full,
textarea.full {
  width: 100%;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}

input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=week]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b3b3b3;
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b3b3b3;
}

input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=datetime-local]::-ms-input-placeholder,
input[type=month]::-ms-input-placeholder,
input[type=time]::-ms-input-placeholder,
input[type=week]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #b3b3b3;
}

input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=date]::placeholder,
input[type=datetime-local]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
textarea::placeholder {
  color: #b3b3b3;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
textarea:focus {
  border-color: #fab800;
  -webkit-box-shadow: 0 0 3px #fab800;
  box-shadow: 0 0 3px #fab800;
}

input[type=text][disabled],
input[type=password][disabled],
input[type=email][disabled],
input[type=tel][disabled],
input[type=url][disabled],
input[type=number][disabled],
input[type=search][disabled],
input[type=date][disabled],
input[type=datetime-local][disabled],
input[type=month][disabled],
input[type=time][disabled],
input[type=week][disabled],
textarea[disabled] {
  background: #e6e6e6;
  color: #b3b3b3;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
input[type=search],
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week] {
  height: 40px;
}

.form-select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  z-index: 1;
  background: #fff;
}

.form-select::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: -1;
  margin-top: -8px;
  border-right: 2px solid #b3b3b3;
  border-bottom: 2px solid #b3b3b3;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.form-select.full {
  width: 100%;
}

.form-select select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  outline: none;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  padding-left: 20px;
  padding-right: 30px;
  width: 100%;
  height: 40px;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select select:focus {
  border-color: #fab800;
  -webkit-box-shadow: 0 0 3px #fab800;
  box-shadow: 0 0 3px #fab800;
}

input[type=checkbox],
input[type=radio] {
  opacity: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

input[type=checkbox] + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  min-height: 20px;
  color: #000;
  cursor: pointer;
  line-height: 1.2em !important;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

input[type=checkbox] + label::before {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

input[type=checkbox] + label::after {
  content: '';
  opacity: 0;
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  z-index: 2;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 5px;
  height: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

input[type=checkbox]:checked + label {
  color: #fab800;
}

input[type=checkbox]:checked + label::before {
  background: #fab800;
}

input[type=checkbox]:checked + label::after {
  opacity: 1;
}

input[type=checkbox]:focus + label::before {
  border-color: #fab800;
  -webkit-box-shadow: 0 0 3px #fab800;
  box-shadow: 0 0 3px #fab800;
}

input[type=radio] + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  min-height: 20px;
  color: #000;
  cursor: pointer;
  line-height: 1.2em !important;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

input[type=radio] + label::before {
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border: 1px solid #b3b3b3;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

input[type=radio] + label::after {
  content: '';
  opacity: 0;
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 2;
  border-radius: 20px;
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

input[type=radio]:checked + label {
  color: #fab800;
}

input[type=radio]:checked + label::before {
  background: #fab800;
}

input[type=radio]:checked + label::after {
  opacity: 1;
}

input[type=radio]:focus + label::before {
  border-color: #fab800;
  -webkit-box-shadow: 0 0 3px #fab800;
  box-shadow: 0 0 3px #fab800;
}

#SelectRadios {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 59000;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
}

#SelectRadios > .inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  overflow: auto;
  position: relative;
  z-index: 10;
  padding: 0;
  width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(2%);
  transform: translateY(2%);
}

#SelectRadios > .inner.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#SelectRadios .inlineBox {
  margin: 0;
  padding: 0;
  background: none;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

#SelectRadios .inlineBox header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding: 20px 120px 20px 40px;
  min-height: 80px;
  background: #000;
  color: #fff;
  text-align: left;
}

#SelectRadios .inlineBox header .pre {
  color: #fab800;
}

#SelectRadios .inlineBox header .decide {
  position: absolute;
  right: 40px;
  top: 20px;
  z-index: 10;
}

#SelectRadios .inlineBox ul {
  text-align: left;
}

#SelectRadios .inlineBox ul > li {
  border-bottom: 2px solid #b3b3b3;
  padding: 20px 40px;
}

#Wrap {
  position: relative;
  z-index: 100;
  padding-top: 100px;
}

@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }

  .w1.pcbreak,
  .w2.pcbreak,
  .w3.pcbreak,
  .w4.pcbreak,
  .w5.pcbreak,
  .w6.pcbreak,
  .w7.pcbreak,
  .w8.pcbreak,
  .w9.pcbreak,
  .w10.pcbreak,
  .w11.pcbreak,
  .w12.pcbreak,
  .w13.pcbreak,
  .w14.pcbreak,
  .w15.pcbreak,
  .w16.pcbreak,
  .w17.pcbreak,
  .w18.pcbreak,
  .w19.pcbreak,
  .w20.pcbreak,
  .w21.pcbreak,
  .w22.pcbreak,
  .w23.pcbreak,
  .w24.pcbreak,
  .w25.pcbreak,
  .w26.pcbreak,
  .w27.pcbreak,
  .w28.pcbreak,
  .w29.pcbreak,
  .w30.pcbreak {
    width: auto !important;
  }
}

@media screen and (max-width: 750px) {
  body:before {
    background-position: 50% 120px;
    background-image: url(../img/bg_sp.png);
  }

  body {
    font-size: 2.6rem;
    line-height: 1.8em;
  }

  .pc {
    display: none !important;
  }

  a.text:hover,
  a.text:active {
    color: #53c1e4;
  }

  img.border {
    border-width: 2px;
  }

  .mgtHp {
    margin-top: 23.4px !important;
  }

  .mgt1p {
    margin-top: 46.8px !important;
  }

  .mgt2p {
    margin-top: 93.6px !important;
  }

  .mgt3p {
    margin-top: 140.4px !important;
  }

  .mgbHp {
    margin-bottom: 23.4px !important;
  }

  .mgb1p {
    margin-bottom: 46.8px !important;
  }

  .mgb2p {
    margin-bottom: 93.6px !important;
  }

  .mgb3p {
    margin-bottom: 140.4px !important;
  }

  .w1.spbreak,
  .w2.spbreak,
  .w3.spbreak,
  .w4.spbreak,
  .w5.spbreak,
  .w6.spbreak,
  .w7.spbreak,
  .w8.spbreak,
  .w9.spbreak,
  .w10.spbreak,
  .w11.spbreak,
  .w12.spbreak,
  .w13.spbreak,
  .w14.spbreak,
  .w15.spbreak,
  .w16.spbreak,
  .w17.spbreak,
  .w18.spbreak,
  .w19.spbreak,
  .w20.spbreak,
  .w21.spbreak,
  .w22.spbreak,
  .w23.spbreak,
  .w24.spbreak,
  .w25.spbreak,
  .w26.spbreak,
  .w27.spbreak,
  .w28.spbreak,
  .w29.spbreak,
  .w30.spbreak {
    width: auto !important;
  }

  .button.s {
    min-width: 240px !important;
    font-size: 1.0em;
    line-height: 1.0em;
  }

  .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-width: 2px;
    padding: 10px 20px;
    min-height: 100px;
    background: -webkit-gradient(linear, left top, right top, from(#fffbe5), to(#feeaec)) !important;
    background: linear-gradient(to right, #fffbe5 0%, #feeaec 100%) !important;
    font-size: 2.8rem;
    line-height: 1.2em;
  }

  .button::before,
  .button::after,
  .button > span::before,
  .button > span::after {
    border-width: 2px 0 0 2px;
    width: 14px;
    height: 14px;
  }

  .button::before {
    left: -2px;
    top: -2px;
  }

  .button::after {
    right: -2px;
    top: -2px;
  }

  .button > span::before {
    left: -2px;
    bottom: -2px;
  }

  .button > span::after {
    right: -2px;
    bottom: -2px;
  }

  .button.w {
    background: -webkit-gradient(linear, left top, right top, from(rgba(120, 164, 255, 0.3)), to(rgba(129, 249, 183, 0.3))) !important;
    background: linear-gradient(to right, rgba(120, 164, 255, 0.3), rgba(129, 249, 183, 0.3)) !important;
  }

  .button:not(.off):hover {
    color: #000;
  }

  .buttonList > li {
    margin-left: 0;
    margin-right: 0;
  }

  .buttonList > li:nth-of-type(even) {
    margin-left: 30px;
  }

  .buttonList .button {
    min-width: 320px;
    min-height: 100px;
    font-size: 1.2em;
    line-height: 1.2em;
    background: #fff !important;
    color: #000;
  }

  .buttonList .button.sub {
    min-width: 240px;
    font-size: 1.0em;
    line-height: 1.0em;
  }

  .buttonList .button.sub:hover {
    background: #fff;
    color: #b3b3b3;
  }

  table.spec {
    display: block;
    border-width: 0 2px 2px;
  }

  table.spec tbody,
  table.spec tr,
  table.spec th,
  table.spec td {
    display: block;
  }

  table.spec th,
  table.spec td {
    padding: 20px 25px;
  }

  table.spec th {
    border-width: 2px 0 0;
    font-size: 1.1em;
    line-height: 1.0em;
    text-align: left;
  }

  table.spec td {
    border-width: 2px 0 0;
  }

  table.spec tr > td:first-child {
    border-top-style: dotted;
  }

  .table_scroll .scrollbar {
    padding: 20px 0;
    height: 20px;
  }

  .table_scroll .scrollbar::after {
    top: 20px;
    height: 20px;
  }

  .table_scroll .scrollbar > span {
    top: 20px;
    height: 20px;
  }

  .simple-slider .slick-dots {
    margin-top: 30px;
  }

  .simple-slider .slick-dots > li {
    margin: 0 10px;
  }

  .simple-slider .slick-dots > li > button {
    width: 20px;
    height: 20px;
  }

  .image-slider {
    max-width: 670px !important;
  }

  .image-slider .slick-list {
    margin-bottom: 2.6%;
    border-width: 2px;
  }

  .image-slider .slick-dots > li {
    margin-right: 2.75%;
    width: 17.8%;
  }

  .image-slider .slick-dots > li > button {
    margin-top: 14.0%;
    border-width: 2px;
  }

  .image-slider .slick-dots > li > button:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  ul.images > li {
    margin: 40px 0 0 !important;
  }

  ul.images > li:nth-of-type(1) {
    margin-top: 0 !important;
  }

  ul.images > li .cap {
    margin-top: 0.6em;
  }

  ul.images.c2 > li,
  ul.images.c3 > li {
    width: 290px;
  }

  ul.images.c2 > li:nth-of-type(-n+2),
  ul.images.c3 > li:nth-of-type(-n+2) {
    margin-top: 0 !important;
  }

  ul.images.c2 > li:nth-of-type(2n+2),
  ul.images.c3 > li:nth-of-type(2n+2) {
    margin-left: 10px !important;
  }

  ul.images.c4 > li,
  ul.images.c5 > li {
    width: 190px;
  }

  ul.images.c4 > li:nth-of-type(-n+3),
  ul.images.c5 > li:nth-of-type(-n+3) {
    margin-top: 0 !important;
  }

  ul.images.c4 > li:not(:nth-of-type(3n+1)),
  ul.images.c5 > li:not(:nth-of-type(3n+1)) {
    margin-left: 10px !important;
  }

  ul.images.c6 > li,
  ul.images.c7 > li {
    width: 140px;
  }

  ul.images.c6 > li:nth-of-type(-n+4),
  ul.images.c7 > li:nth-of-type(-n+4) {
    margin-top: 0 !important;
  }

  ul.images.c6 > li:not(:nth-of-type(4n+1)),
  ul.images.c7 > li:not(:nth-of-type(4n+1)) {
    margin-left: 10px !important;
  }

  .hd01 {
    padding-bottom: 23px;
    font-size: 1.6em;
    line-height: 1.3em;
  }

  .hd01:before {
    bottom: 7px;
    border-width: 0 30px;
    height: 3px;
  }

  .hd01::after {
    left: calc(50% - 160px);
    border-width: 7px 7px 0;
    width: 320px;
  }

  .hd02 {
    padding-bottom: 8px;
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .hd02:before {
    border-width: 0 0 0 30px;
    height: 3px;
  }

  .hd02.addMark {
    padding-top: 1.2em;
  }

  .hd02.addMark .mark {
    font-size: 3.2em;
    line-height: 1.0em;
    text-shadow: 0 0 3px #fab800, 0 0 3px #fab800, 0 0 3px #fab800, 0 0 3px #fab800, 0 0 3px #fab800;
  }

  .hd03 {
    border-bottom-width: 3px;
    padding-bottom: 13px;
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .hd04 {
    border-bottom-width: 3px;
    padding-bottom: 13px;
    font-size: 1.0em;
    line-height: 1.2em;
    font-weight: 900;
  }

  .catch {
    font-size: 1.8em;
    line-height: 1.2em;
  }

  .catch > span {
    padding: 6px 10px;
  }

  .newsCategory {
    padding: 6px 0 4px;
    font-size: 2.0rem;
    line-height: 1.0em;
  }

  .borderBox {
    border-width: 2px;
    padding: 1.5em;
  }

  .layoutBox01 {
    display: block;
  }

  .layoutBox01 > .pic,
  .layoutBox01 > .desc {
    width: auto;
  }

  .layoutBox01 > .desc {
    margin-top: 50px;
  }

  .layoutBox02 {
    display: block;
  }

  .layoutBox02 > div:not(:first-child) {
    margin: 50px 0 0;
  }

  article.box {
    padding: 60px 40px 100px;
  }

  article.box > header {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  article.box > header::after {
    height: 2px;
  }

  article.box > header .sub {
    font-size: 0.8em;
    line-height: 1.0em;
  }

  article.box > header h1 {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .bottomNav > .arrow > a,
  .bottomNav > .arrow > span {
    width: 28px;
    height: 45px;
    background-size: 28px auto;
  }

  .bottomNav > .arrow.prev > a:hover,
  .bottomNav > .arrow.prev > span:hover {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .bottomNav > .arrow.next > a:hover,
  .bottomNav > .arrow.next > span:hover {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .bottomNav > .buttons > li:not(:first-child) {
    margin-top: 30px;
  }

  .bottomNav > .buttons .button {
    background: #fff !important;
    width: 440px;
  }

  .bottomNav > .pager {
    margin: 0 35px;
    font-size: 1.9em;
    line-height: 1.0em;
  }

  .bottomNav > .pager > li {
    margin: 0 28px;
  }

  .bottomNav > .pager > li > a::after,
  .bottomNav > .pager > li > span::after {
    left: 10%;
    bottom: calc(50% - 2px);
    width: 80%;
    height: 4px;
  }

  .bottomNav > .pager > li:not(.cur) > a:hover,
  .bottomNav > .pager > li:not(.cur) > span:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .newsBox > ul {
    border-top-width: 2px;
  }

  .newsBox > ul > li > div {
    border-bottom-width: 2px;
    padding: 30px 0;
  }

  .newsBox > ul > li .label {
    position: relative;
    z-index: 1;
    padding-right: 20px;
    width: 130px;
    text-align: center;
  }

  .newsBox > ul > li .label::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    border-right: 2px dashed #808080;
    width: 1px;
    height: calc(100% - 40px);
  }

  .newsBox > ul > li .label > span {
    display: block;
  }

  .newsBox > ul > li .label > span.date {
    margin-bottom: 8px;
    width: auto;
    font-size: 2.2rem;
    line-height: 1.0em;
  }

  .newsBox > ul > li .desc {
    padding-left: 20px;
    font-size: 2.6rem;
    line-height: 1.4em;
  }

  .soon {
    padding: 30px 0;
  }

  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=search],
  input[type=date],
  input[type=datetime-local],
  input[type=month],
  input[type=time],
  input[type=week],
  textarea {
    border-width: 2px;
    border-radius: 0;
  }

  input[type=text],
  input[type=password],
  input[type=email],
  input[type=tel],
  input[type=url],
  input[type=number],
  input[type=search],
  input[type=date],
  input[type=datetime-local],
  input[type=month],
  input[type=time],
  input[type=week] {
    height: 80px;
  }

  .form-select {
    width: 100%;
    background: transparent;
  }

  .form-select::after {
    right: 25px;
    z-index: -1;
    margin-top: -10px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    width: 22px;
    height: 22px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .form-select.full {
    width: 100%;
  }

  .form-select select {
    position: relative;
    z-index: -1;
    border-width: 2px;
    border-radius: 0;
    padding-right: 50px;
    height: 80px;
    background: #fff;
    pointer-events: none;
  }

  input[type=checkbox] + label {
    padding-left: 50px;
    min-height: 40px;
    font-size: 0.9em;
    line-height: 1.2em;
  }

  input[type=checkbox] + label::before {
    border-width: 2px;
    width: 40px;
    height: 40px;
  }

  input[type=checkbox] + label::after {
    top: 5px;
    left: 13px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    width: 10px;
    height: 18px;
  }

  input[type=radio] + label {
    padding-left: 50px;
    min-height: 40px;
    font-size: 0.9em;
    line-height: 1.2em;
  }

  input[type=radio] + label::before {
    border-width: 2px;
    width: 40px;
    height: 40px;
  }

  input[type=radio] + label::after {
    top: 12px;
    left: 12px;
    width: 16px;
    height: 16px;
  }

  #Wrap {
    padding-top: 120px;
  }
}
/*# sourceMappingURL=../map/tcg.css.map */
