@charset "UTF-8";
/* Welcome to Compass.
* In this file you should write your main styles. (or centralize your imports)
* Import this file using the following HTML or equivalent:
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
.main_contents {
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/* change colours to suit your needs */
/* change colours to suit your needs */
/* change border colour to suit your needs */
/*┏━━━━━━━━━━━━━━━━━ table ━━━━━━━━━━━━━━━━━┓*/
/*┗━━━━━━━━━━━━━━━━━ table ━━━━━━━━━━━━━━━━━┛*/
/*┏━━━━━━━━━━━━━━━━━ .link ━━━━━━━━━━━━━━━━━┓*/
/*┗━━━━━━━━━━━━━━━━━ .link ━━━━━━━━━━━━━━━━━┛*/
/*┏━━━━━━━━━━━━━━━━━ .copyright ━━━━━━━━━━━━━━━━━┓*/
/*┗━━━━━━━━━━━━━━━━━ .copyright ━━━━━━━━━━━━━━━━━┛*/
/*┏━━━━━━━━━━━━━━━━━ コンテンツ調整用CSS ━━━━━━━━━━━━━━━━━┓*/
/*┗━━━━━━━━━━━━━━━━━ コンテンツ調整用CSS ━━━━━━━━━━━━━━━━━┛*/
/*┏━━━━━━━━━━━━━━━━━ .main_visual ━━━━━━━━━━━━━━━━━┓*/
/*┗━━━━━━━━━━━━━━━━━ .main_visual ━━━━━━━━━━━━━━━━━┛*/
/*┏━━━━━━━━━━━━━━━━━ .outline ━━━━━━━━━━━━━━━━━┓*/
/*┗━━━━━━━━━━━━━━━━━ .outline ━━━━━━━━━━━━━━━━━┛*/
/*┏━━━━━━━━━━━━━━━━━ .story ━━━━━━━━━━━━━━━━━┓*/
/*┗━━━━━━━━━━━━━━━━━ .story ━━━━━━━━━━━━━━━━━┛*/
/*┏━━━━━━━━━━━━━━━━━ .showbyrock ━━━━━━━━━━━━━━━━━┓*/
/*┗━━━━━━━━━━━━━━━━━ .showbyrock ━━━━━━━━━━━━━━━━━┛*/
/*┏━━━━━━━━━━━━━━━━━ .goods ━━━━━━━━━━━━━━━━━┓*/
/*┗━━━━━━━━━━━━━━━━━ .goods ━━━━━━━━━━━━━━━━━┛*/
/*┏━━━━━━━━━━━━━━━━━ .howtoplay ━━━━━━━━━━━━━━━━━┓*/
/*┗━━━━━━━━━━━━━━━━━ .howtoplay ━━━━━━━━━━━━━━━━━┛*/
/*┏━━━━━━━━━━━━━━━━━ .access ━━━━━━━━━━━━━━━━━┓*/
/*┗━━━━━━━━━━━━━━━━━ .access ━━━━━━━━━━━━━━━━━┛*/ }
.main_contents html, .main_contents body, .main_contents div, .main_contents span, .main_contents object, .main_contents iframe,
.main_contents h1, .main_contents h2, .main_contents h3, .main_contents h4, .main_contents h5, .main_contents h6, .main_contents p, .main_contents blockquote, .main_contents pre,
.main_contents abbr, .main_contents address, .main_contents cite, .main_contents code,
.main_contents del, .main_contents dfn, .main_contents em, .main_contents img, .main_contents ins, .main_contents kbd, .main_contents q, .main_contents samp,
.main_contents small, .main_contents strong, .main_contents sub, .main_contents sup, .main_contents var,
.main_contents b, .main_contents i,
.main_contents dl, .main_contents dt, .main_contents dd, .main_contents ol, .main_contents ul, .main_contents li,
.main_contents fieldset, .main_contents form, .main_contents label, .main_contents legend,
.main_contents table, .main_contents caption, .main_contents tbody, .main_contents tfoot, .main_contents thead, .main_contents tr, .main_contents th, .main_contents td,
.main_contents article, .main_contents aside, .main_contents canvas, .main_contents details, .main_contents figcaption, .main_contents figure,
.main_contents footer, .main_contents header, .main_contents hgroup, .main_contents menu, .main_contents nav, .main_contents section, .main_contents summary,
.main_contents time, .main_contents mark, .main_contents audio, .main_contents video {
margin: 0;
padding: 0;
/*border: 0;*/
outline: 0;
font-size: 100%;
/*vertical-align: baseline;*/
background: transparent; }
.main_contents body {
line-height: 1; }
.main_contents article, .main_contents aside, .main_contents details, .main_contents figcaption, .main_contents figure,
.main_contents footer, .main_contents header, .main_contents hgroup, .main_contents menu, .main_contents nav, .main_contents section {
display: block; }
.main_contents nav ul {
list-style: none; }
.main_contents blockquote, .main_contents q {
quotes: none; }
.main_contents blockquote:before, .main_contents blockquote:after,
.main_contents q:before, .main_contents q:after {
content: '';
content: none; }
.main_contents a {
margin: 0;
padding: 0;
font-size: 100%;
/*vertical-align: baseline;*/
background: transparent; }
.main_contents ins {
background-color: #ff9;
color: #000;
text-decoration: none; 
}
.main_contents mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold; 
}
.main_contents del {
text-decoration: line-through; 
}
.main_contents abbr[title], .main_contents dfn[title] {
border-bottom: 1px dotted;
cursor: help; 
}
.main_contents table {
border-collapse: collapse;
border-spacing: 0;
}
.main_contents input, .main_contents select {
vertical-align: middle; }
.main_contents * {
text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
margin: 0; }
.main_contents li {
list-style: none; 
}
.main_contents a {
text-decoration: none;
cursor: pointer; 
}
.main_contents p {
line-height: 2em;
}
.main_contents p + p {
margin-top: 24px; }

@media screen and (max-width: 766px) {
.main_contents p {
font-size: 12px; } 
}

.main_contents table {
background-color: rgba(0, 0, 75, 0.33); }
.main_contents table tr {
border-bottom: 1px solid #ebd87e; }
.main_contents table th, .main_contents table td {
padding: 24px;
line-height: 1.75em; }
.main_contents table th.tk {
font-size: 16px;
width: 24%;
vertical-align: middle;
border-right: 1px solid #ebd87e;
color: #ebd87e; }
.main_contents table tr:first-child {
border-top: 1px solid #ebd87e; 
}

@media screen and (max-width: 767px) {
.main_contents table tr, 
.main_contents table th, 
.main_contents table td {
display: block;
text-align: left; 
}
.main_contents table th, .main_contents table td {
padding: 8px 16px; 
}
.main_contents table th.tk {
padding-top: 32px;
width: 100%;
border-right: none; 
}
.main_contents table td {
padding-bottom: 32px; 
} 
}

.main_contents .nav a {
display: block;
padding: 16px 8px;
color: #000;
}
.main_contents .nav .d a {
position: relative;
color: #666; 
}
.main_contents .nav .d a:after {
-moz-opacity: 0.5;
-webkit-opacity: 0.5;
-ms-opacity: 0.5;
o-opacity: 0.5;
opacity: 0.5;
filter: alpha(opacity=50);
content: "CommingSoon";
/*color: #ebd87e;*/
font-size: 10px;
position: absolute;
top: 4px;
left: 8px; 
}
.main_contents .fixed_nav,
.main_contents .fixed_nav_naka {
/*background-color: #fff;*/
/*opacity: 0.9;*/
/*background-image: url("../../img/top/nav_bg.png");*/
/*background-size: contain;*/
/*background-repeat: repeat-x;*/
/*background-position: bottom;*/
-moz-transition: 0.25s linear;
-webkit-transition: 0.25s linear;
-ms-transition: 0.25s linear;
o-transition: 0.25s linear;
transition: 0.25s linear;
width: 100%;
position: fixed;
z-index: 1000;
top: -170px;
/*padding-top: 90px;*/
/*height: 90px;*/
background:rgba(131,205,209,0.9);
}
/*
.main_contents .to_ticket {
background-image: url("../../img/common/to_ticket.png");
background-size: contain;
background-repeat: no-repeat;
background-position: right bottom;
-moz-transition: 0.25s linear bottom;
-webkit-transition: 0.25s linear bottom;
-ms-transition: 0.25s linear bottom;
o-transition: 0.25s linear bottom;
transition: 0.25s linear bottom;
display: block;
width: 220px;
height: 170px;
position: fixed;
z-index: 1000;
bottom: 0;
right: -1px;
text-indent: -9999px; 
}*/
.main_contents .to_ticket:hover {
-moz-opacity: 0.5;
-webkit-opacity: 0.5;
-ms-opacity: 0.5;
o-opacity: 0.5;
opacity: 0.5;
filter: alpha(opacity=50); 
}
.main_contents .to_ticket.hide {
bottom: -170px; 
}

@media screen and (max-width: 767px) {
/*モーダルウィンドウメニュー*/
/*.main_contents .sp_menu {
-moz-transition: 0.25s linear;
-webkit-transition: 0.25s linear;
-ms-transition: 0.25s linear;
o-transition: 0.25s linear;
transition: 0.25s linear;
border-radius: 32px 0 0 32px;
-webkit-border-radius: 32px 0 0 32px;
-moz-border-radius: 32px 0 0 32px;
background-image: url("../../img/common/tile_03.png");
background-size: repeat;
background-repeat: 9px 9px;
background-position: center center;
background-color: #000;
z-index: 2000;
display: block;
position: fixed;
width: 96px;
padding: 8px 0 12px;
right: 0;
top: 72px;
text-align: center;
color: #ebd87e;
font-size: 16px;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); 
}*/
/*.main_contents .sp_menu.hide,
.main_contents .sp_menu_naka.hide {
right: -96px; 
}*/
/*.main_contents .sp_menu.active,
.main_contents .sp_menu_naka.active {
background: #ebd87e;
color: #404040; 
}*/
.main_contents .nav ul {
width: 100%; 
}
.main_contents .nav li {
border-bottom: 1px solid #ebd87e; 
}
/*.main_contents .nav li:first-child {
border-top: 1px solid #000;
}*/
.main_contents .nav a {
width: 100%;
font-size: 14px;
padding: 12px 8px; }
.main_contents .fixed_nav,
.main_contents .fixed_nav_naka {
-moz-opacity: 0;
-webkit-opacity: 0;
-ms-opacity: 0;
o-opacity: 0;
opacity: 0;
filter: alpha(opacity=50);
/*スマホメニュー*/
background: rgba(121, 185, 170, 0.9); 
width: 100%;
height: 100%;
min-width: 100%;
min-height: 100%;
padding-top: 128px;
z-index: -100; 
}
.main_contents .fixed_nav ul,
.main_contents .fixed_nav_naka ul {
/*width: 92%;
padding: 0 4%;*/
}
.main_contents .fixed_nav.active,
.main_contents .fixed_nav_naka.active {
-moz-opacity: 1;
-webkit-opacity: 1;
-ms-opacity: 1;
o-opacity: 1;
opacity: 1;
filter: alpha(opacity=50);
z-index: 1000; 
}
/*.main_contents .sp_firstlist {
border-top: 1px solid #ebd87e; 
} */
}

@media screen and (min-width: 767px) {
.main_contents .nav {
text-align: center; 
}
/*.main_contents .nav a:hover {
color: #ebd87e; 
}*/
.main_contents .nav ul {
display: inline-block;
vertical-align: bottom;
}
.main_contents .nav li {
float: left;
border-right: 1px solid #ebd87e; }
.main_contents .nav li:first-child {
border-left: 1px solid #000; 
} 
}
.main_contents .main {
position: relative;
z-index: 100;
}
/*.main_contents .sub_visual {
background-image: url("../../img/common/naka_visual.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 400px;
position: relative;
overflow: hidden; 
}*/
/*.main_contents .sub_visual .logo {
position: absolute;
content: "";
width: 100%;
height: 250px;
top: auto;
left: auto;
display: block;
background-image: url("../../img/common/logo.png");
background-size: contain;
background-repeat: no-repeat;
background-position: bottom;
right: 0%;
bottom: 20px;
z-index: 100; 
}*/
/*.main_contents .title {
background-image: url("../../img/common/tile_01.png");
background-size: repeat;
background-repeat: 36px 36px;
background-position: center center;
padding: 32px 0 40px;
position: relative;
z-index: 50;
overflow: hidden;
z-index: 1000; 
}*/
/*.main_contents .title:before {
position: absolute;
content: "";
width: 734px;
height: 584px;
top: -400px;
left: 50%;
display: block;
background-image: url("../../img/common/light.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
margin-left: -367px;
z-index: 0; 
}
*/
.main_contents .naka {
background-color: rgba(0, 0, 75, 0.75); }
.main_contents .wrap {
margin: 0 auto; 
}
.main_contents .inwrap {
max-width: 700px;
margin: 0 auto; 
}
/*
.main_contents .iframe {
margin-top: 48px; 
}
.main_contents .iframe iframe {
width: 700px;
height: 394px; 
}
*/
.main_contents .columns {
background: rgba(0, 0, 75, 0.33); }
.main_contents .columns > div {
padding: 32px 24px;
border-bottom: 1px solid #ebd87e; 
}
.main_contents .columns > div:first-child {
border-top: 1px solid #ebd87e; 
}
.main_contents .columns h4 {
font-size: 18px;
margin-bottom: 24px;
color: #ebd87e;
}
.main_contents .columns.q > div {
padding: 32px 24px; 
}
.main_contents .columns.q h4 {
position: relative;
padding-left: 40px; 
}
.main_contents .columns.q h4:before {
content: "Q";
font-size: 32px;
margin-right: 16px;
position: absolute;
top: -16px;
left: 0; 
}

@media screen and (max-width: 767px) {
.main_contents {
/*
.iframe{
width: 350px;
height: 200px;
margin: 32px auto 0;
iframe{
width: 350px;
height: 200px;
}*/ 
}
}
.main_contents .wrap {
width: 92%;
padding: 64px 4% 96px; 
}
/*
.main_contents .iframe {
position: relative;
width: 100%;
padding: 75% 0 0 0; 
}
.main_contents .iframe iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; 
}
*/
.main_contents .sub_visual {
height: 300px;
background-position: top; 
}
.main_contents .columns h4 {
font-size: 16px; } 
}

@media screen and (min-width: 767px) {
/*
.main_contents .wrap {
width: 960px;
padding: 80px 8px 172px; 
}*/
.main_contents .wrapPlus {
padding-bottom: 40px; }
.main_contents .wrapPlus + .wrap {
padding-top: 80px; 
} 
}
.main_contents .link {
background-color: #fff; }
.main_contents .link .wrap {
padding: 0 8px; 
}
.main_contents .link ul {
width: 800px;
margin: 0 auto;
display: table; 
}
.main_contents .link ul:before, .main_contents .link ul:after {
content: "";
display: table; 
}
.main_contents .link ul:after {
clear: both; 
}
.main_contents .link ul {
*zoom: 1; 
}
.main_contents .link ul li {
display: table-cell;
/*vertical-align: middle;*/
text-align: center;
height: 280px; 
}
.main_contents .link ul li a {
width: 100%;
height: 100%;
color: #000; 
}
.main_contents .link ul li a:hover {
color: #f78ba2; 
}
.main_contents .link ul li span {
display: none; 
}
.main_contents .link ul li .icon-logo-s {
font-size: 53px;
}
.main_contents .link ul li .icon-logo-r {
font-size: 80px;
}
.main_contents .link ul li .icon-logo-sbr {
font-size: 54px; 
}

@media screen and (max-width: 767px) {
.main_contents .link .wrap {
padding: 48px 0; 
}
.main_contents .link ul {
width: 100%;
display: block; 
}
.main_contents .link ul li {
display: block;
width: 100%;
height: auto; 
}
.main_contents .link ul a {
display: block;
width: 100%; 
}
.main_contents .link ul li + li {
margin-top: 32px; 
} 
}
/*
.main_contents .dgame_copyright {
background-color: #000; 
}*/
/*.main_contents .dgame_copyright .wrap {
padding: 100px 0 0 0; 
}*/
.main_contents .dgame_copyright p {
font-size: 14px;
text-align: center; 
}

@media screen and (max-width: 767px) {
.main_contents .dgame_copyright p {
font-size: 10px; } 
}
/*.main_contents .bgbk * {
color: #fff; 
}*/
.main_contents .inline_center {
text-align: center; 
}

.main_contents .inline_center > * {
display: inline-block; 
}

.main_contents .center {
text-align: center; 
}

/*
.main_contents .bg {
background-image: url("../../img/top/bg.png");
background-size: cover;
background-repeat: no-repeat;
background-position: bottom;
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -10; 
}*/
/*
.main_contents .bg_land {
background-image: url("../../img/top/bg2.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: absolute;
right: 0;
bottom: 0px;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -10; 
}
*/
/*
.main_contents .main_visual {
background-image: url("../../img/top/main_visual_bg.png");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
overflow: hidden;
min-width: 100%;
width: auto; 
}
*/
/*.main_contents .main_visual .bg_land {
background-image: url("../../img/top/bg2.png");
z-index: 10; }
.main_contents .main_visual .left, .main_contents .main_visual .right {
position: absolute;
width: 100%;
height: 100%;
z-index: 20; }
.main_contents .main_visual .left1 {
position: absolute;
content: "";
width: 464px;
height: 742px;
top: auto;
left: -3%;
display: block;
background-image: url("../../img/top/main_visual_left1.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
bottom: 0px; }
.main_contents .main_visual .right1 {
position: absolute;
content: "";
width: 592px;
height: 815px;
top: auto;
left: auto;
display: block;
background-image: url("../../img/top/main_visual_right1.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
right: -130px;
bottom: -80px; }

.main_contents .main_visual h1.logo {
position: absolute;
content: "";
width: 880px;
height: 378px;
top: auto;
left: 50%;
display: block;
background-image: url("../../img/common/logo.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
bottom: 20px;
margin-left: -440px;
z-index: 100;
display: block;
text-indent: -9999px; }
*/
.main_contents .main_visual .logo_dgame {
position: absolute;
top: 96px;
left: 24px;
color: #fff;
font-size: 80px;
width: 160px;
height: 80px; }
/*.main_contents .main_visual .sns {
z-index: 100;
position: absolute;
top: 128px;
right: 32px;
overflow: hidden; }
.main_contents .main_visual .sns > div {
float: left;
margin-left: 16px; 
}*/

@media screen and (max-width: 767px) {
/*.main_contents .main_visual {
background-color: #000;
height: 600px; 
}*/
.main_contents .main_visual .left, 
.main_contents .main_visual .right {
position: absolute;
width: 100%;
height: 100%;
z-index: 20;
}
.main_contents .main_visual .left1 {
position: absolute;
content: "";
width: 153px;
height: 244px;
top: auto;
left: -24px;
display: block;
bottom: 80px; 
}
/*.main_contents .main_visual .left2 {
position: absolute;
content: "";
width: 108px;
height: 190px;
top: auto;
left: 0%;
display: block;
background-image: url("../../img/top/main_visual_left2.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
bottom: 20px; 
}*/
/*.main_contents .main_visual .right1 {
position: absolute;
content: "";
width: 195px;
height: 269px;
top: auto;
left: auto;
display: block;
right: -64px;
bottom: 60px; 
}*/
/*.main_contents .main_visual .right2 {
position: absolute;
content: "";
width: 126px;
height: 200px;
top: auto;
left: auto;
display: block;
background-image: url("../../img/top/main_visual_right2.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
right: -5%;
bottom: 0px; 
}*/
.main_contents .main_visual h1.logo {
width: 100%;
max-height: 200px;
margin-left: -50%;
background-position: bottom; 
}
.main_contents .main_visual .logo_dgame {
position: absolute;
top: 24px;
left: 8px;
color: #fff;
font-size: 60px;
width: 120px;
height: 60px; 
}
.main_contents .main_visual .sns {
z-index: 100;
/*position: absolute;*/
top: 70px;
right: 16px; 
}
.main_contents .main_visual .sns > div {
margin-left: 8px; 
} 
}

/*
@media screen and (min-width: 767px) {
.main_contents .main_visual {
height: 900px;
min-height: 900px; } 
}
*/
/*
.main_contents .outline {
position: relative;
z-index: 80;
background-image: url("../../img/common/tile_01.png");
background-size: repeat;
background-repeat: 36px 36px;
background-position: center center; 
}*/
/*
.main_contents .outline .left2 {
position: absolute;
content: "";
width: 327px;
height: 578px;
top: auto;
left: 3%;
display: block;
background-image: url("../../img/top/main_visual_left2.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
bottom: 320px; }
.main_contents .outline .right2 {
position: absolute;
content: "";
width: 384px;
height: 608px;
top: auto;
left: auto;
display: block;
background-image: url("../../img/top/main_visual_right2.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
right: 0%;
bottom: 300px; }
.main_contents .outline .wrap {
position: relative;
z-index: 50;
overflow: hidden;
z-index: 100;
padding: 48px 8px; }
.main_contents .outline .wrap:before {
position: absolute;
content: "";
width: 734px;
height: 584px;
top: -250px;
left: 50%;
display: block;
background-image: url("../../img/common/light.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
margin-left: -367px;
z-index: 0; }
.main_contents .outline_eyecatch {
background-image: url("../../img/top/outline.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
width: 100%;
height: 119px;
margin-bottom: 32px;
position: relative;
z-index: 100;
text-indent: -9999px; }
.main_contents .outline_text {
text-align: center;
font-size: 24px;
color: #ebd87e;
text-shadow: 0 0 8px #ebd87e; }
.main_contents .outline .nav {
margin-top: 64px; }
@media screen and (max-width: 766px) {
.main_contents .outline .left2, .main_contents .outline .right2 {
display: none; }
.main_contents .outline .wrap {
padding: 48px 4%; }
.main_contents .outline_text {
font-size: 18px;
text-align: left; } }
.main_contents .story {
position: relative;
background-color: rgba(0, 0, 75, 0.75); }
.main_contents .story p {
font-size: 20px;
text-align: center;
line-height: 3em; }
.main_contents .story p + p {
margin-top: 48px; }
.main_contents .story .wrap {
padding-top: 96px; }
.main_contents p.letter {
color: #ebd87e;
font-size: 22px;
line-height: 2.8em; }
@media screen and (max-width: 766px) {
.main_contents .story p {
text-align: left;
font-size: 18px; }
.main_contents .story .wrap {
padding-bottom: 128px; } }
.main_contents .showbyrock {
background-image: url("../../img/common/tile_02.png");
background-size: repeat;
background-repeat: 36px 36px;
background-position: center center; }
.main_contents .showbyrock_title {
color: #000;
vertical-align: middle; }
.main_contents .showbyrock_title .icon-logo-sbr {
width: 240px;
height: 48px;
font-size: 60px;
position: relative;
top: 10px; }
.main_contents .chara_img:before, .main_contents .chara_img:after {
content: "";
display: table; }
.main_contents .chara_img:after {
clear: both; }
.main_contents .chara_img {
*zoom: 1; }
.main_contents .chara_img > div {
width: 50%;
height: 340px;
float: left; }
.main_contents .chara_img > div:first-child {
background-image: url("../../img/top/chara_left.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center center; }
.main_contents .chara_img > div:nth-child(2) {
background-image: url("../../img/top/chara_right.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center center; }
.main_contents .chara_img + * {
margin-top: 64px; }
@media screen and (max-width: 766px) {
.main_contents .showbyrock_title .icon-logo-sbr {
font-size: 48px;
position: relative;
top: 10px; }
.main_contents .showbyrock_title:before, .main_contents .showbyrock_title:after {
content: none; }
.main_contents .chara_img:before, .main_contents .chara_img:after {
content: "";
display: table; }
.main_contents .chara_img:after {
clear: both; }
.main_contents .chara_img {
*zoom: 1; }
.main_contents .chara_img > div {
width: 100%;
height: 240px;
float: none; }
.main_contents .chara_img > div:first-child {
background-image: url("../../img/top/chara_left.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center center; }
.main_contents .chara_img > div:nth-child(2) {
background-image: url("../../img/top/chara_right.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center center; }
.main_contents .chara_img + * {
margin-top: 64px; } }
.main_contents .goods {
position: relative; }
.main_contents .goods .tk {
color: #17175d;
text-align: center; }
.main_contents .goods:before {
position: absolute;
content: "";
width: 220px;
height: 220px;
top: 200px;
left: 0;
display: block;
background-image: url("../../img/top/goods_left.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center center; }
.main_contents .goods:after {
position: absolute;
content: "";
width: 220px;
height: 220px;
top: 200px;
left: auto;
display: block;
right: 0;
background-image: url("../../img/top/goods_right.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center center; }
.main_contents .goods .goods_item {
width: 690px;
margin-left: auto;
margin-right: auto;
margin-top: 30px; }
.main_contents .goods .goods_item .img {
width: 100%;
height: 380px;
display: block;
background-size: contain;
background-repeat: no-repeat;
background-position: top;
z-index: 100; }
.main_contents .goods .goods_item.goods_1 {
margin-top: 50px; }
.main_contents .goods .goods_item.goods_1 .img {
background-image: url(../../img/top/goods_1.png); }
.main_contents .goods .goods_item.goods_2 .img {
background-image: url(../../img/top/goods_2.png); }
.main_contents .goods .goods_item.goods_3 .img {
background-image: url(../../img/top/goods_3.png); }

.main_contents .goods .goods_item2 {
width: 690px;
margin-left: auto;
margin-right: auto;
margin-top: 30px; }
.main_contents .goods .goods_item2 .img {
width: 100%;
height: 580px;
display: block;
background-size: contain;
background-repeat: no-repeat;
background-position: top;
z-index: 100; }

.main_contents .goods .goods_item3 {
width: 690px;
margin-left: auto;
margin-right: auto;
margin-top: 30px; }
.main_contents .goods .goods_item3 .img {
width: 100%;
height: 200px;
display: block;
background-size: contain;
background-repeat: no-repeat;
background-position: top;
z-index: 100; }

.main_contents .goods .goods_item2.goods_4 {
margin-top: 50px; }
.main_contents .goods .goods_item2.goods_4 .img {
background-image: url(../../img/top/goods_4.png); }
.main_contents .goods .goods_item.goods_info1 .img {
background-image: url(../../img/top/goods_info1.png); }
.main_contents .goods .goods_item3.goods_info2 .img {
background-image: url(../../img/top/goods_info2.png); }
.main_contents .goods_copy1 {
font-size: 40px; }
.main_contents .goods_copy2 {
font-size: 64px;
margin-top: 0;
line-height: 1em; }
.main_contents .goods_copy2 + * {
margin-top: 64px; }
@media screen and (max-width: 766px) {
.main_contents .goods:before, .main_contents .goods:after {
content: none; }
.main_contents .goods .goods_copy1 {
font-size: 20px; }
.main_contents .goods .goods_copy2 {
font-size: 32px; }
.main_contents .goods .goods_item {
width: 100%;
margin: 20px auto 0px; }
.main_contents .goods .goods_item p {
text-align: center;
margin-bottom: 5px; }
.main_contents .goods .goods_item .img {
height: 200px; } 

.main_contents .goods .goods_item2 {
width: 100%;
margin: 20px auto 0px; }
.main_contents .goods .goods_item2 p {
text-align: center;
margin-bottom: 5px; }
.main_contents .goods .goods_item2 .img {
height: 310px; } 

.main_contents .goods .goods_item3 {
width: 100%;
margin: 20px auto 0px; }
.main_contents .goods .goods_item3 p {
text-align: center;
margin-bottom: 5px; }
.main_contents .goods .goods_item3 .img {
height: 150px; } }

.main_contents .howtoplay {
background-color: rgba(0, 0, 0, 0.8); }
.main_contents .howtoplay_flow li {
position: relative;
background-image: url("../../img/common/tile_01.png");
background-size: repeat;
background-repeat: 36px 36px;
background-position: center center;
border: 1px solid #ebd87e;
padding: 4px;
text-align: center; }
.main_contents .howtoplay_flow li:before {
position: absolute;
content: "";
width: 16px;
height: 32px;
top: auto;
left: 50%;
display: block;
bottom: -32px;
margin-left: -8px;
background-image: url("../../img/top/howtoplay_arrow.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center center; }
.main_contents .howtoplay_flow li div {
position: relative;
border: 1px solid #ebd87e;
padding: 16px 0 24px; }
.main_contents .howtoplay_flow li div:before {
position: absolute;
content: "";
width: 86px;
height: 45px;
top: 50%;
left: 16px;
display: block;
background-image: url("../../img/top/howtoplay_num_01.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
margin-top: -22px; }
.main_contents .howtoplay_flow li div:after {
position: absolute;
content: "";
width: 175px;
height: 150px;
top: auto;
left: auto;
display: block;
right: 0;
bottom: 0px;
background-image: url("../../img/top/howtoplay_flow_01.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center center; }
.main_contents .howtoplay_flow li .tk {
font-size: 40px; }
.main_contents .howtoplay_flow li p + p {
margin-top: 0; }
.main_contents .howtoplay_flow li.lastlist:before {
content: none; }
.main_contents .howtoplay_flow li + li {
margin-top: 40px; }
.main_contents .howtoplay_flow li:nth-child(1) div:before {
background-image: url("../../img/top/howtoplay_num_01.png"); }
.main_contents .howtoplay_flow li:nth-child(1) div:after {
background-image: url("../../img/top/howtoplay_flow_01.png"); }
.main_contents .howtoplay_flow li:nth-child(2) div:before {
background-image: url("../../img/top/howtoplay_num_02.png"); }
.main_contents .howtoplay_flow li:nth-child(2) div:after {
background-image: url("../../img/top/howtoplay_flow_02.png"); }
.main_contents .howtoplay_flow li:nth-child(3) div:before {
background-image: url("../../img/top/howtoplay_num_03.png"); }
.main_contents .howtoplay_flow li:nth-child(3) div:after {
background-image: url("../../img/top/howtoplay_flow_03.png"); }
.main_contents .howtoplay_flow li:nth-child(4) div:before {
background-image: url("../../img/top/howtoplay_num_04.png"); }
.main_contents .howtoplay_flow li:nth-child(4) div:after {
background-image: url("../../img/top/howtoplay_flow_04.png"); }
.main_contents .howtoplay_links {
margin-top: 64px; }
.main_contents .howtoplay_links:before, .main_contents .howtoplay_links:after {
content: "";
display: table; }
.main_contents .howtoplay_links:after {
clear: both; }
.main_contents .howtoplay_links {
*zoom: 1; }
.main_contents .howtoplay_links li {
float: left;
width: 50%;
margin-top: 4px; }
.main_contents .howtoplay_links li a {
background-color: #000;
background-image: url("../../img/common/btn.png");
background-size: contain;
background-repeat: repeat-x;
background-position: center center;
display: block;
text-align: center;
color: #404040;
padding: 32px 0 40px;
font-size: 32px;
line-height: 1em;
width: 99%; }
@media screen and (min-width: 767px) {
.main_contents .howtoplay_links li a:hover {
color: #fff;
background: #f78ba2; } }
@media screen and (max-width: 766px) {
.main_contents .howtoplay_links li a {
font-size: 20px;
width: 100%;
padding: 16px 0 20px; } }
.main_contents .howtoplay_links li:nth-child(even) a {
padding-left: 1%; }
@media screen and (max-width: 766px) {
.main_contents .howtoplay_flow li div {
padding: 96px 4% 160px; }
.main_contents .howtoplay_flow li div:before {
top: 64px;
left: 50%;
margin-left: -43px; }
.main_contents .howtoplay_flow li div:after {
right: auto;
left: 50%;
margin-left: -87px; }
.main_contents .howtoplay_flow li .tk {
font-size: 24px; }
.main_contents .howtoplay_flow li p + p {
margin-top: 16px; }
.main_contents .howtoplay_links li {
float: none;
width: 100%; }
.main_contents .howtoplay_links li:nth-child(even) a {
padding-left: 0%; } }
.main_contents .access {
position: relative;
background-color: rgba(255, 255, 255, 0.75); }
.main_contents .access .wrap {
padding-bottom: 100px; }
.main_contents .access_land_logo {
background-image: url("../../img/top/logo_land.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
text-indent: -9999px;
height: 50px; }
.main_contents .access_iframe {
margin-top: 48px; }
.main_contents .access_iframe iframe {
width: 700px;
height: 500px; }
@media screen and (max-width: 766px) {
.main_contents .access_iframe {
position: relative;
width: 100%;
padding: 75% 0 0 0; }
.main_contents .access_iframe iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; } }
.main_contents .title h1, .main_contents h2 {
font-size: 40px;
text-align: center; }
.main_contents .title h1 {
color: #ebd87e;
text-shadow: 0 0 16px #404040; }
.main_contents h2 {
color: #cfb53e;
text-shadow: 0 0 16px #fff;
margin-bottom: 64px; }
.main_contents h2:before, .main_contents h2:after {
background-image: url("../../img/top/h2_deco_01.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
content: "";
display: inline-block;
width: 41px;
height: 9px;
position: relative;
top: -8px; }
.main_contents h2:before {
margin-right: 16px; }
.main_contents h2:after {
margin-left: 16px; }
.main_contents .bgbk h2 {
color: #ebd87e;
text-shadow: 0 0 16px #ebd87e; }
@media screen and (max-width: 766px) {
.main_contents .title h1, .main_contents h2 {
font-size: 24px; }
.main_contents h2:before, .main_contents h2:after {
top: -3px; } }
.main_contents p a,
.main_contents td a {
text-decoration: underline; }
.main_contents p a:hover,
.main_contents td a:hover {
text-decoration: none; }
.main_contents .btn {
background-color: #000;
background-image: url("../../img/common/btn.png");
background-size: contain;
background-repeat: repeat-x;
background-position: center center;
display: block;
text-align: center;
color: #404040;
padding: 32px 0 40px;
font-size: 32px;
line-height: 1em;
width: 99%;
width: 40%;
margin: 32px 30% 0; }
@media screen and (min-width: 767px) {
.main_contents .btn:hover {
color: #fff;
background: #f78ba2; } }
@media screen and (max-width: 766px) {
.main_contents .btn {
font-size: 20px;
width: 100%;
padding: 16px 0 20px; } }
@media screen and (max-width: 766px) {
.main_contents .btn {
margin: 32px 0 0; } }
.main_contents .btn.add {
transition: 0.6s linear opacity; }
.main_contents .btn2 {
display: block;
background-color: #fff;
color: #f78ba2;
padding: 0px 0 8px;
font-size: 32px;
text-align: center;
border: 5px solid #f78ba2;
width: 400px;
margin: 64px auto 0; }
.main_contents .btn2 + .btn2 {
margin-top: 16px; }
.main_contents a.to_top {
background-image: url("../../img/common/btn.png");
background-size: contain;
background-repeat: repeat-x;
background-position: center center;
display: block;
text-align: center;
color: #404040;
padding: 24px 0 32px;
font-size: 32px;
line-height: 1em;
width: 100%; }
@media screen and (max-width: 766px) {
.main_contents .btn2 {
width: 90%;
font-size: 20px;
padding: 8px 0 16px; }
.main_contents a.to_top {
font-size: 24px; } }
@media screen and (min-width: 767px) {
.main_contents .btn2:hover {
color: #fff;
background-color: #f78ba2; }
.main_contents a.to_top:hover {
background: #f78ba2;
color: #fff; } }
.main_contents .disnon {
display: none; }
@media screen and (max-width: 766px) {
.main_contents .pc_only {
display: none !important; } }
@media screen and (min-width: 767px) {
.main_contents .sp_only {
display: none !important; } }
@media screen and (min-width: 767px) {
.main_contents .left1,
.main_contents .left2,
.main_contents .right1,
.main_contents .right2,
.main_contents .main_visual .logo {
-moz-transition: 0.25s linear;
-webkit-transition: 0.25s linear;
-ms-transition: 0.25s linear;
o-transition: 0.25s linear;
transition: 0.25s linear;
-moz-opacity: 0;
-webkit-opacity: 0;
-ms-opacity: 0;
o-opacity: 0;
opacity: 0;
filter: alpha(opacity=50); }
.main_contents .bg_land {
bottom: -80px; } }
.main_contents .add {
position: relative;
-moz-transition: 0.6s linear;
-webkit-transition: 0.6s linear;
-ms-transition: 0.6s linear;
o-transition: 0.6s linear;
transition: 0.6s linear;
-moz-opacity: 0;
-webkit-opacity: 0;
-ms-opacity: 0;
o-opacity: 0;
opacity: 0;
filter: alpha(opacity=50); }

p {
font-family: sans-serif; }

#footerArea {
background-color: #000;
position: relative;
z-index: 100; }

.main_contents a.to_info {
margin: 10px auto 0 auto; 
background-image: url("../../img/common/btn.png");
background-size: contain;
background-repeat: repeat-x;
background-position: center center;
display: block;
text-align: center;
color: #404040;
padding: 17px 0 25px;
font-size: 28px;
line-height: 1em;
width: 50%; }
@media screen and (max-width: 766px) {
.main_contents .btn2 {
width: 90%;
font-size: 20px;
padding: 8px 0 16px; }
.main_contents a.to_info {
font-size: 24px;
width: 90%; 
margin-top:10px;} }
@media screen and (min-width: 767px) {
.main_contents .btn2:hover {
color: #fff;
background-color: #f78ba2; }
.main_contents a.to_info:hover {
background: #f78ba2;
color: #fff; } }



@media screen and (max-width: 766px) {
.main_contents .share {
text-align: center;
margin: 0 auto; 
margin:30px 0px 50px 0px;
}
.main_contents .correct{
text-align: center;
}
.main_contents .correct img.correct_img{
text-align: center;
width:80%;
}
.main_contents .correct img.voice_img{
width:90%;  
}
}
@media screen and (min-width: 767px) {
.main_contents .share {
text-align: center;
margin: 0 auto; 
margin:30px 0px 50px 0px;
}
.main_contents .correct{
text-align: center;
}
.main_contents .correct img.correct_img{
text-align: center;
width:360px;
}
.main_contents .correct img.voice_img{
width:400px;  
}
}

.main_contents .quiz_top{
background-color:rgba(0,0,0,0.35);
padding:20px;
margin-bottom:20px;

border: 1px solid #ebd87e;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: rgb(235, 216, 126);
border-right-color: rgb(235, 216, 126);
border-bottom-color: rgb(235, 216, 126);
border-left-color: rgb(235, 216, 126);
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image-source: none;
border-image-slice: 100% 100% 100% 100%;
border-image-width: 1 1 1 1;
border-image-outset: 0 0 0 0;
border-image-repeat: stretch stretch;
}
.main_contents .quiz{
background-color:rgba(0,0,0,0.35);
padding:20px;
margin:30px 0; 
border: 1px solid #ebd87e;
text-align: center;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: rgb(235, 216, 126);
border-right-color: rgb(235, 216, 126);
border-bottom-color: rgb(235, 216, 126);
border-left-color: rgb(235, 216, 126);
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image-source: none;
border-image-slice: 100% 100% 100% 100%;
border-image-width: 1 1 1 1;
border-image-outset: 0 0 0 0;
border-image-repeat: stretch stretch;
}

.main_contents .about_parz {
text-align: center;
margin: 0 auto; 
margin:30px 0px 50px 0px;
}

.main_contents .quiz p.tk{
color: #ebd87e;
font-size:30px;
margin-bottom:20px;
line-height:1.5em;
}

.main_contents .special{
background-color:rgba(0,0,0,0.35);
padding:20px;
margin:30px 0; 
border: 1px solid #ebd87e;
text-align: center;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: rgb(235, 216, 126);
border-right-color: rgb(235, 216, 126);
border-bottom-color: rgb(235, 216, 126);
border-left-color: rgb(235, 216, 126);
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image-source: none;
border-image-slice: 100% 100% 100% 100%;
border-image-width: 1 1 1 1;
border-image-outset: 0 0 0 0;
border-image-repeat: stretch stretch;
}

.main_contents .special p.tk{
color: #ebd87e;
font-size:30px;
margin-bottom:20px;
line-height:1.5em;
}

.main_contents .special .youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}

/*
.main_contents .special .youtube iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
*/

/*
.main_contents .answer{
color:#000000;
}
*/

/*
.main_contents .answer p.tk{
color: #ebd87e;
font-size:30px; 
}
*/

/*.main_contents .hints{
background-color:rgba(0,0,0,0.35);
padding:20px;
margin:30px 0; 
border: 1px solid #ebd87e;
text-align: center;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: rgb(235, 216, 126);
border-right-color: rgb(235, 216, 126);
border-bottom-color: rgb(235, 216, 126);
border-left-color: rgb(235, 216, 126);
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image-source: none;
border-image-slice: 100% 100% 100% 100%;
border-image-width: 1 1 1 1;
border-image-outset: 0 0 0 0;
border-image-repeat: stretch stretch;
}*/

/*
.main_contents .hints p.tk{
color: #ebd87e;
font-size:30px;
margin-bottom:20px;
line-height:1.5em;
}
*/
/*
.main_contents .voice_audio{
background-image: url("../../img/nazo/character_voice.png");
width:330px;
margin: 0 auto; 
max-height:157px;
padding-top:80px;
padding-bottom:45px;
}*/

/*@media screen and (max-width: 766px) {
.main_contents .voice_audio{
background-image: url("../../img/nazo/character_voice.png");
width:100%;
margin: 0 auto; 
background-repeat: no-repeat;
}
}*/


.main_contents .answer{
margin: 0 auto;

}
.ans{
width: 60%;
height: 50px;
font-size: xx-large;
border-color: #FFFFFF;
text-align: center;
background:rgba(0,0,0,0.35)
}

@media screen and (max-width: 766px) {
.ans{
width: 90%;
-webkit-width: 90%;
}
}

.main_contents .check{
width: 230px;
height: 50px;
text-align: center;
background-color:rgb(245, 140, 162);
padding-top:0px;
padding-bottom:17px;
margin:30px 0; 
border: 3px solid #ebd87e;
border-top-width: 3px;
border-right-width: 3px;
border-bottom-width: 3px;
border-left-width: 3px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: rgb(245, 140, 162);
border-right-color: rgb(245, 140, 162);
border-bottom-color: rgb(245, 140, 162);
border-left-color: rgb(245, 140, 162);
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image-source: none;
border-image-slice: 100% 100% 100% 100%;
border-image-width: 1 1 1 1;
border-image-outset: 0 0 0 0;
border-image-repeat: stretch stretch;
}

.main_contents p.check_p{
font-size:30px;	
align:center;
color: #ebd87e;
border-color:#ebd87e;
}


.sanrio_copy {
    display: block;
    position: absolute;
    bottom: 10px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 80% !important;
}