@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

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

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

.btn_base {
  position: relative;
  max-width: 160px;
  margin: 10px;
  font-family: "vdl-lineg", sans-serif;
  font-weight: 400;
  font-style: normal;
  /*aaa*/
  font-size: 0.8125rem;
  text-align: center;
}
.btn_base:hover a {
  color: #000000;
  transform: translate(5px, 5px);
  box-shadow: none;
}
.btn_base a {
  display: block;
  padding: 5px;
  color: #000000;
  background: #c9ff40;
  border: 2px solid #000000;
  box-shadow: 3px 3px #000000;
  transition: 0.3s;
}
.btn_base a.btn-gray {
  background: #6e6e6e;
}

.btn_base_off {
  position: relative;
  max-width: 260px;
  margin: 0 auto 10px;
  font-family: "vdl-lineg", sans-serif;
  font-weight: 400;
  font-style: normal;
  /*aaa*/
  font-size: 1.125rem;
  text-align: center;
}
.btn_base_off:hover a {
  color: #ffffff;
}
.btn_base_off a {
  display: block;
  padding: 6px;
  color: #ffffff;
  background: #a7b1bf;
  border-radius: 5px;
  transition: 0.3s;
}

@media only screen and (min-width: 768px) {
  .btn_base {
    max-width: 260px;
    /*aaa*/
    font-size: 1.25rem;
  }
  .btn_base a {
    padding: 10px;
  }
}
[v-cloak] {
  display: none;
}

img {
  vertical-align: top;
}

li {
  list-style: none;
}

a {
  color: #c9ff40;
  text-decoration: none;
}
a:hover {
  color: #00ffff;
}

h2 {
  margin: 10px;
}
h2 span {
  padding: 5px;
  color: #000000;
  font-family: "vdl-lineg", sans-serif;
  font-weight: 400;
  font-style: normal;
  /*aaa*/
  font-size: 1.125rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border: #000000 2px solid;
  background: #ff4032;
  box-shadow: 0px 0px 0px 3px #ff4032;
}

@media only screen and (min-width: 768px) {
  h2 span {
    padding: 8px;
    /*aaa*/
    font-size: 2rem;
  }
}
html {
  overflow: auto;
}

body {
  position: relative;
  height: 100%;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Arial, Verdana, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #298cb4;
}

.wrapper {
  overflow: hidden;
  position: relative;
}

.contents {
  position: relative;
  background: url("/games/oren/s/images/bg_map_sp.jpg") center center/150% auto repeat fixed;
}
.contents .contents-mapBg {
  background: url("/games/oren/s/images/bg_cloud_sp.png") center center/cover no-repeat fixed;
}

@media only screen and (min-width: 768px) {
  .contents {
    background: url("/games/oren/s/images/bg_map_pc.jpg") center center/auto no-repeat fixed;
  }
  .contents .contents-mapBg {
    background: url("/games/oren/s/images/bg_cloud_pc.png") center center/auto no-repeat fixed;
  }
}
header {
  position: absolute;
  display: flex;
  width: 100%;
  z-index: 1;
}
header .hdr-konami {
  width: 100%;
  max-width: 130px;
}

footer {
  padding-top: 20px;
  /*aaa*/
  font-size: 0.75rem;
  text-align: center;
  background: #010035 url("/games/oren/s/images/bg_ftr_sp.jpg") center bottom/100% auto no-repeat fixed;
}
footer .btn-home {
  width: 170px;
  margin: 0 auto;
  padding: 5px 0 20px;
  /*aaa*/
  font-size: 0.8125rem;
}
footer .btn-home a {
  position: relative;
  display: block;
  padding: 10px;
  color: #ffffff;
  border: 1px solid #c9ff40;
  background: rgba(31, 1, 66, 0.8);
  transition: all 0.3s;
}
footer .btn-home a:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer .btn-home a:hover {
  border: 1px solid #ffffff;
  background: rgba(201, 255, 64, 0.6);
}
footer .product {
  margin: 0 15px;
}
footer .product .product-tbl {
  /*aaa*/
  font-size: 0.6875rem;
  background: #000000;
}
footer .product .product-tbl th {
  width: 30%;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}
footer .product .product-tbl td {
  width: 70%;
  padding: 5px;
}
footer .share {
  padding: 20px 0 0;
  display: flex;
  justify-content: center;
}
footer .share li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 6px;
}
footer .share li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-size: 100% auto;
  box-shadow: 0 0 0 0 rgba(201, 255, 64, 0.3);
  transition: box-shadow 0.2s ease;
}
footer .share li a:hover {
  box-shadow: 0 0 2px 2px rgba(201, 255, 64, 0.3);
}
footer .share li.twitter a {
  background-image: url("../images/icn_x_w.png");
}
footer .share li.facebook a {
  background-image: url("../images/icn_fb.png");
}
@media screen and (min-width: 980px) {
  footer .share li.line {
    display: none;
  }
}
footer .share li.line a {
  background-image: url("../images/icn_line.png");
}
footer .copyright {
  padding: 10px;
  text-align: center;
  line-height: 1.5em;
}
footer .copyright:not(:first-child) {
  margin-top: 2%;
}
footer .copyright span {
  display: inline-block;
}
footer .kde-nav {
  margin: 0 0 10px 10px;
  text-align: left;
}
footer .kde-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .kde-nav ul li {
  width: 47%;
  margin: 0 5px 5px 0;
}
footer .kde-nav ul li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 4px 10px;
  /*aaa*/
  font-size: 0.6875rem;
  color: #ffffff;
  border: 1px solid #1f0142;
  background: rgba(31, 1, 66, 0.8);
  transition: all 0.3s;
}
footer .kde-nav ul li a #ot-sdk-btn {
  padding: 0;
  /*aaa*/
  font-size: 0.6875rem;
  line-height: 1.8;
  color: #ffffff;
  border: none;
  background: transparent;
}
footer .kde-nav ul li a #ot-sdk-btn:hover {
  background: none;
}
footer .kde-nav ul li a:after {
  position: absolute;
  content: "";
  top: 12px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer .kde-nav ul li a:hover {
  border: 1px solid #ffffff;
  background: rgba(201, 255, 64, 0.6);
}
footer .site-copyright {
  padding: 0 0 25px;
}

@media only screen and (min-width: 768px) {
  footer {
    /*aaa*/
    font-size: 0.75rem;
    background: #010035 url("/games/oren/s/images/bg_ftr_pc.jpg") center bottom/100% auto no-repeat fixed;
  }
  footer .product {
    width: 650px;
    margin: auto;
  }
  footer .product .product-tbl {
    /*aaa*/
    font-size: 0.75rem;
    max-width: 450px;
    padding: 10px;
  }
  footer .product .product-tbl th {
    width: 110px;
  }
  footer .product .product-tbl td {
    width: auto;
  }
  footer .share {
    padding: 30px 0 0;
  }
  footer .copyright {
    text-align: center;
  }
  footer .copyright:not(:first-child) {
    margin-top: 1%;
  }
  footer .ftr-bnr {
    width: 500px;
  }
  footer .kde-nav ul {
    max-width: 980px;
    margin: 0 auto;
  }
  footer .kde-nav ul li {
    width: 200px;
  }
  footer .kde-nav ul li a {
    padding: 4px 14px;
  }
  footer .kde-nav ul li a:after {
    top: 13px;
  }
}
@media only screen and (min-width: 980px) {
  footer .product {
    width: 860px;
  }
  footer .product .product-tbl {
    max-width: 600px;
  }
  footer .kde-nav ul li {
    width: 170px;
  }
}
.main-visual {
  position: relative;
}
.main-visual img {
  width: 100%;
}
.main-visual img.mainv_sp {
  display: block;
}
.main-visual img.mainv_pc {
  display: none;
}
.main-visual .mainv-official-link {
  position: absolute;
  right: 0;
  bottom: 2%;
  min-width: 80px;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  background: #c9ff40;
}
.main-visual .mainv-official-link > p {
  color: #000000;
  text-align: center;
  font-family: "vdl-lineg", sans-serif;
  font-weight: 400;
  font-style: normal;
  /*aaa*/
  font-size: 0.625rem;
}
.main-visual .mainv-official-link > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding: 5px;
}
.main-visual .mainv-official-link > ul > li a {
  display: block;
  transition: 0.3s;
}
.main-visual .mainv-official-link > ul > li a:hover {
  transform: scale(1.25);
}
.main-visual .mainv-official-link > ul > li a img {
  max-width: 28px;
}

@media only screen and (min-width: 768px) {
  .main-visual img {
    width: 100%;
  }
  .main-visual img.mainv_sp {
    display: none;
  }
  .main-visual img.mainv_pc {
    display: block;
  }
}
@media only screen and (min-width: 980px) {
  .main-visual .mainv-official-link {
    min-width: 120px;
    padding: 5px 0;
    border-top: 3px solid #000000;
    border-left: 3px solid #000000;
    border-bottom: 3px solid #000000;
  }
  .main-visual .mainv-official-link > p {
    /*aaa*/
    font-size: 0.875rem;
  }
  .main-visual .mainv-official-link > ul {
    padding: 5px;
  }
  .main-visual .mainv-official-link > ul > li a img {
    max-width: 40px;
  }
}
.contents .youtube_video {
  margin: 0 15px 15px;
}
.contents .youtube_video a.youtube {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  border: 2px solid #c9ff40;
}
.contents .youtube_video a.youtube::before, .contents .youtube_video a.youtube::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  content: "";
  vertical-align: middle;
  z-index: 1;
}
.contents .youtube_video a.youtube::before {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid #FFF;
  transform: translateX(-23px);
  transition: background-color 0.5s ease;
}
.contents .youtube_video a.youtube::after {
  left: 50%;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-left: 20px solid #fff;
}
.contents .youtube_video a.youtube:hover::before {
  background: rgba(201, 255, 64, 0.6);
}
.contents .youtube_video a img {
  width: 100%;
}
.contents .cbt-link {
  width: 100%;
}
.contents .cbt-link .ttl-cbt-bg-top1 {
  height: 10px;
  background: url("/games/oren/s/images/line_1_top.png") top center/55px 10px repeat-x;
}
.contents .cbt-link .ttl-cbt-bg-btm1 {
  height: 18px;
  background: url("/games/oren/s/images/line_1_btm.png") top center/55px 18px repeat-x;
}
.contents .cbt-link .ttl-cbt-bg-top2 {
  height: 18px;
  background: url("/games/oren/s/images/line_2_top.png") top center/55px 18px repeat-x;
}
.contents .cbt-link .ttl-cbt-bg-btm2 {
  height: 10px;
  background: url("/games/oren/s/images/line_2_btm.png") top center/55px 10px repeat-x;
}
.contents .cbt-link .ttl-cbt-inner {
  background: #f328e2;
}
.contents .cbt-link .ttl-cbt-inner a {
  position: relative;
  display: block;
  margin: auto;
  text-align: center;
}
.contents .cbt-link .ttl-cbt-inner a .btn_arrow {
  width: 15%;
}
.contents .cbt-link .ttl-cbt-inner a .txt_cbt {
  width: 60%;
  padding: 1% 2%;
}
.contents .cbt-link .ttl-cbt-inner a .cbt-end {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -33%;
  margin: auto;
}
.contents .cbt-link .ttl-cbt-inner a .cbt-end span {
  display: inline-block;
  width: 200px;
  color: #000000;
  font-family: "vdl-lineg", sans-serif;
  font-weight: 400;
  font-style: normal;
  /*aaa*/
  font-size: 0.75rem;
  border: #000000 2px solid;
  background: #f328e2;
}
.contents hr {
  margin: 0 15px 5px;
  border: none;
  border-bottom: 1px dotted #298cb4;
}
.contents .about {
  margin: 50px 0 30px 0;
}
.contents .about article {
  position: relative;
  min-height: 150px;
  margin: 3em auto 0;
}
.contents .about article h2 {
  position: absolute;
  top: -2em;
  left: 0;
}
.contents .about article .about-txtBox {
  margin: 0 20px 0 60px;
  border: #f328e2 2px solid;
  background: #000000;
  box-shadow: 5px 5px #72b4fd;
}
.contents .about article .about-txtBox .txt_copy {
  width: 100%;
  padding: 10px 10px 5px;
}
.contents .about article .about-txtBox p {
  width: 79%;
  padding: 12px;
  /*aaa*/
  font-size: 0.75rem;
  line-height: 1.5em;
}
.contents .about article .about-txtBox p span {
  color: #f328e2;
}
.contents .about article .about-txtBox p a {
  text-decoration: underline;
}
.contents .about article .about-txtBox .pandora_0 {
  position: absolute;
  bottom: 0;
  right: -6%;
  width: 35%;
}
.contents .about article .btn_base {
  margin: 10px 20px 0 60px;
}
.contents .news {
  margin-bottom: 80px;
}
.contents .news article {
  position: relative;
  min-height: 150px;
  margin: 3em auto 0;
}
.contents .news article h2 {
  position: absolute;
  top: -2em;
  left: 0;
}
.contents .news article .news-txtBox {
  margin: 0 20px 0 60px;
  border: #f328e2 2px solid;
  background: #000000;
  box-shadow: 5px 5px #72b4fd;
}
.contents .news article .news-txtBox h3 {
  position: relative;
  padding: 2px 8px;
  font-family: "vdl-lineg", sans-serif;
  font-weight: 400;
  font-style: normal;
  /*aaa*/
  font-size: 0.6875rem;
  line-height: 1.5em;
  color: #000000;
  background: #f328e2;
}
.contents .news article .news-txtBox h3 span {
  width: 82%;
}
.contents .news article .news-txtBox p {
  padding: 12px;
  /*aaa*/
  font-size: 0.75rem;
  line-height: 1.5em;
}
.contents .news article .news-txtBox p span {
  color: #f328e2;
}
.contents .news article .news-txtBox p a {
  text-decoration: underline;
}
.contents .news article .news-txtBox .bnr-news img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.contents .news article .news-ftr-btn {
  margin: 10px 20px 0 60px;
}
.contents .game article {
  position: relative;
  min-height: 150px;
  margin: 3em auto 0;
}
.contents .game article h2 {
  position: absolute;
  top: -2em;
  left: 0;
}
.contents .game article .game-box {
  position: relative;
  margin-bottom: 50px;
}
.contents .game article .game-box .game-txtBox {
  position: relative;
  margin: 0 20px 0 60px;
  border: #f328e2 2px solid;
  background: #000000;
  box-shadow: 5px 5px #72b4fd;
  z-index: 1;
}
.contents .game article .game-box .game-txtBox h3 {
  position: relative;
  padding: 0 8px;
  font-family: "vdl-lineg", sans-serif;
  font-weight: 400;
  font-style: normal;
  /*aaa*/
  font-size: 0.6875rem;
  color: #000000;
  background: #f328e2;
}
.contents .game article .game-box .game-txtBox h3 span {
  width: 82%;
}
.contents .game article .game-box .game-txtBox h3 .game-pandora {
  position: absolute;
  top: -220%;
  right: -11%;
  width: 35%;
  z-index: 2;
}
.contents .game article .game-box .game-txtBox p {
  width: 92%;
  padding: 12px 12px 30px;
  /*aaa*/
  font-size: 0.6875rem;
  line-height: 1.5em;
}
.contents .game article .game-box .game-txtBox p span {
  color: #f328e2;
}
.contents .game article .game-box .game-txtBox p a {
  text-decoration: underline;
}
.contents .game article .game-box .icn-hare, .contents .game article .game-box .icn-hare2 {
  position: absolute;
  top: -24%;
  right: -2%;
  width: 30%;
  z-index: 0;
  animation-name: contactRotate;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes contactRotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
.contents .game article .game-box .icn-hare2 {
  top: -28%;
}
.contents .game article .game-box .game-ss {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 50%;
  margin: -6% 0 0 auto;
  padding: 0 0 20px 0;
  z-index: 3;
}
.contents .game article .game-box .game-ss li {
  width: calc((100% / 4) - (5px * 3 / 4));
}
.contents .game article .game-box .game-ss li a {
  display: block;
  margin: 0 2px;
  border: #c9ff40 1px solid;
}
.contents .game article .game-box .game-ss li a img {
  width: 100%;
}
.contents .special {
  margin-bottom: 60px;
}
.contents .special article {
  position: relative;
  min-height: 150px;
  margin: 3em auto 0;
}
.contents .special article h2 {
  position: absolute;
  top: -2em;
  left: 0;
}
.contents .special article .special-txtBox {
  position: relative;
  margin: 0 20px 0 60px;
  border: #00ffff 2px solid;
  background: #000000;
  box-shadow: 5px 5px #e779ff;
}
.contents .special article .special-txtBox h3 {
  position: relative;
  padding: 0 8px;
  font-family: "vdl-lineg", sans-serif;
  font-weight: 400;
  font-style: normal;
  /*aaa*/
  font-size: 0.6875rem;
  color: #000000;
  background: #00ffff;
}
.contents .special article .special-txtBox h3 span {
  width: 82%;
}
.contents .special article .special-txtBox p {
  width: 80%;
  padding: 12px;
  /*aaa*/
  font-size: 0.6875rem;
  line-height: 1.5em;
}
.contents .special article .special-txtBox p span {
  color: #f328e2;
}
.contents .special article .special-txtBox p a {
  text-decoration: underline;
}
.contents .special article .special-txtBox .img_posuka_sp {
  display: block;
  position: absolute;
  right: -8%;
  bottom: -4%;
  width: 32%;
}
.contents .special article .special-txtBox .img_posuka_pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .contents .youtube_video {
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .contents .youtube_video a.youtube {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    border: 2px solid #c9ff40;
  }
  .contents .youtube_video a.youtube::before, .contents .youtube_video a.youtube::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 1;
  }
  .contents .youtube_video a.youtube::before {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    border: 2px solid #FFF;
    transform: translateX(-23px);
    transition: background-color 0.5s ease;
  }
  .contents .youtube_video a.youtube::after {
    left: 50%;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-left: 20px solid #fff;
  }
  .contents .youtube_video a.youtube:hover::before {
    background: rgba(201, 255, 64, 0.6);
  }
  .contents .youtube_video a img {
    width: 100%;
  }
  .contents .cbt-link .ttl-cbt-bg-top1 {
    height: 18px;
    background: url("/games/oren/s/images/line_1_top.png") top center/100px 18px repeat-x;
  }
  .contents .cbt-link .ttl-cbt-bg-btm1 {
    height: 32px;
    background: url("/games/oren/s/images/line_1_btm.png") top center/100px 32px repeat-x;
  }
  .contents .cbt-link .ttl-cbt-bg-top2 {
    height: 32px;
    background: url("/games/oren/s/images/line_2_top.png") top center/100px 32px repeat-x;
  }
  .contents .cbt-link .ttl-cbt-bg-btm2 {
    height: 18px;
    background: url("/games/oren/s/images/line_2_btm.png") top center/100px 18px repeat-x;
  }
  .contents .cbt-link .ttl-cbt-inner a {
    max-width: 500px;
    transition: 0.3s;
  }
  .contents .cbt-link .ttl-cbt-inner a:hover {
    transform: scale(1.05);
  }
  .contents .cbt-link .ttl-cbt-inner a .btn_arrow {
    width: 15%;
  }
  .contents .cbt-link .ttl-cbt-inner a .txt_cbt {
    width: 60%;
  }
  .contents .cbt-link .ttl-cbt-inner a .cbt-end {
    bottom: -33%;
  }
  .contents .cbt-link .ttl-cbt-inner a .cbt-end span {
    width: 250px;
    padding: 3px 0;
    /*aaa*/
    font-size: 1rem;
    border: #000000 2px solid;
  }
  .contents .about {
    margin-bottom: 100px;
  }
  .contents .about article {
    width: 650px;
    min-height: 210px;
    margin: 6em auto 0;
  }
  .contents .about article h2 {
    top: -3em;
    left: 0;
  }
  .contents .about article .about-txtBox {
    margin: 0 20px 0 80px;
    box-shadow: 8px 8px #72b4fd;
  }
  .contents .about article .about-txtBox p {
    width: 80%;
    padding: 15px;
    /*aaa*/
    font-size: 0.9375rem;
    line-height: 1.7em;
  }
  .contents .about article .about-txtBox .pandora_0 {
    right: -7%;
    width: 28%;
  }
  .contents .about article .btn_base {
    margin: 20px 20px 0 80px;
  }
  .contents .news {
    margin-bottom: 100px;
  }
  .contents .news article {
    width: 650px;
    min-height: 210px;
    margin: 6em auto 0;
  }
  .contents .news article h2 {
    top: -3em;
    left: 0;
  }
  .contents .news article .news-txtBox {
    margin: 0 20px 0 80px;
    box-shadow: 8px 8px #72b4fd;
  }
  .contents .news article .news-txtBox h3 {
    padding: 4px 12px;
    /*aaa*/
    font-size: 1.125rem;
  }
  .contents .news article .news-txtBox p {
    padding: 15px;
    /*aaa*/
    font-size: 0.9375rem;
    line-height: 1.7em;
  }
  .contents .news article .news-txtBox .bnr-news_60 img {
    max-width: 60%;
  }
  .contents .news article .news-ftr-btn {
    margin: 20px 20px 0 80px;
  }
  .contents .game article {
    width: 650px;
    min-height: 210px;
    margin: 5em auto 0;
  }
  .contents .game article h2 {
    top: -3em;
    left: 0;
  }
  .contents .game article .game-box {
    margin-bottom: 100px;
  }
  .contents .game article .game-box .game-txtBox {
    margin: 0 20px 0 80px;
    box-shadow: 8px 8px #72b4fd;
  }
  .contents .game article .game-box .game-txtBox h3 {
    padding: 4px 12px;
    /*aaa*/
    font-size: 1rem;
  }
  .contents .game article .game-box .game-txtBox h3 .game-pandora {
    top: -287%;
    width: 31%;
  }
  .contents .game article .game-box .game-txtBox p {
    padding: 15px 15px 35px;
    /*aaa*/
    font-size: 0.9375rem;
    line-height: 1.7em;
  }
  .contents .game article .game-box .icn-hare {
    top: -30%;
    right: -2%;
  }
  .contents .game article .game-box .icn-hare2 {
    top: -40%;
    right: -2%;
  }
  .contents .game article .game-box .game-ss {
    width: 40%;
    margin: -4% 0 0 auto;
  }
  .contents .game article .game-box .game-ss li a {
    border: #c9ff40 2px solid;
    transition: 0.3s;
  }
  .contents .game article .game-box .game-ss li a:hover {
    transform: translate(0, 10px);
  }
  .contents .special {
    margin-bottom: 100px;
  }
  .contents .special article {
    width: 650px;
    min-height: 210px;
    margin: 5em auto 0;
  }
  .contents .special article h2 {
    top: -3em;
    left: 0;
  }
  .contents .special article .special-txtBox {
    margin: 0 20px 0 80px;
    box-shadow: 8px 8px #e779ff;
  }
  .contents .special article .special-txtBox h3 {
    padding: 4px 12px;
    /*aaa*/
    font-size: 1rem;
  }
  .contents .special article .special-txtBox p {
    padding: 15px;
    /*aaa*/
    font-size: 0.9375rem;
    line-height: 1.7em;
  }
  .contents .special article .special-txtBox .img_posuka_sp {
    display: none;
  }
  .contents .special article .special-txtBox .img_posuka_pc {
    display: block;
    position: absolute;
    right: -14%;
    bottom: -7%;
    width: 35%;
  }
}
@media only screen and (min-width: 980px) {
  .contents .cbt-link .ttl-cbt-bg-top1 {
    height: 22px;
    background: url("/games/oren/s/images/line_1_top.png") top center/120px 22px repeat-x;
  }
  .contents .cbt-link .ttl-cbt-bg-btm1 {
    height: 38px;
    background: url("/games/oren/s/images/line_1_btm.png") top center/120px 38px repeat-x;
  }
  .contents .cbt-link .ttl-cbt-bg-top2 {
    height: 38px;
    background: url("/games/oren/s/images/line_2_top.png") top center/120px 38px repeat-x;
  }
  .contents .cbt-link .ttl-cbt-bg-btm2 {
    height: 22px;
    background: url("/games/oren/s/images/line_2_btm.png") top center/120px 22px repeat-x;
  }
  .contents .cbt-link .ttl-cbt-inner a {
    max-width: 750px;
  }
  .contents .cbt-link .ttl-cbt-inner a .btn_arrow {
    width: 15%;
  }
  .contents .cbt-link .ttl-cbt-inner a .txt_cbt {
    width: 60%;
  }
  .contents .cbt-link .ttl-cbt-inner a .cbt-end {
    bottom: -27%;
  }
  .contents .cbt-link .ttl-cbt-inner a .cbt-end span {
    width: 350px;
    padding: 8px 0;
    /*aaa*/
    font-size: 1.25rem;
    border: #000000 3px solid;
  }
  .contents .about {
    margin: 100px 0 200px 0;
  }
  .contents .about article {
    width: 900px;
    margin: 7em auto 0;
  }
  .contents .about article .about-txtBox {
    margin: 0 20px 0 100px;
  }
  .contents .about article .about-txtBox .txt_copy {
    padding: 10px 90px 5px;
  }
  .contents .about article .about-txtBox p {
    width: 80%;
    padding: 20px;
  }
  .contents .about article .about-txtBox .pandora_0 {
    position: absolute;
    right: -5%;
    width: 30%;
  }
  .contents .about article .btn_base {
    margin: 20px 20px 0 100px;
  }
  .contents .news {
    margin-bottom: 200px;
  }
  .contents .news article {
    width: 900px;
    margin: 7em auto 0;
  }
  .contents .news article .news-txtBox {
    margin: 0 20px 0 100px;
  }
  .contents .news article .news-txtBox p {
    padding: 20px;
  }
  .contents .news article .news-ftr-btn {
    margin: 20px 20px 0 100px;
  }
  .contents .game article {
    width: 900px;
    margin: 7em auto 0;
  }
  .contents .game article .game-box {
    margin-bottom: 140px;
  }
  .contents .game article .game-box .game-txtBox {
    margin: 0 20px 0 100px;
  }
  .contents .game article .game-box .game-txtBox h3 {
    padding: 6px 12px;
    /*aaa*/
    font-size: 1.25rem;
  }
  .contents .game article .game-box .game-txtBox h3 .game-pandora {
    top: -360%;
    right: -7%;
    width: 28%;
  }
  .contents .game article .game-box .icn-hare {
    top: -38%;
    right: -2%;
  }
  .contents .game article .game-box .icn-hare2 {
    top: -60%;
    right: -2%;
  }
  .contents .special article {
    width: 900px;
    margin: 7em auto 0;
  }
  .contents .special article .special-txtBox {
    margin: 0 20px 0 100px;
  }
  .contents .special article .special-txtBox h3 {
    padding: 6px 12px;
    /*aaa*/
    font-size: 1.25rem;
  }
  .contents .special article .special-txtBox .img_posuka_pc {
    right: -9%;
    bottom: -21%;
    width: 29%;
  }
}

/*# sourceMappingURL=index.css.map */
