@charset "UTF-8";
/*------------------------------------------------



------------------------------------------------*/
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset,
p, blockquote {
    margin: 0;
    padding: 0;
}

th, td,
h1, h2, h3, h4, h5, h6,
p, blockquote,
address {
    font-size: 100%;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6,
strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

ol, ul, li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    vertical-align: top;
    text-align: left;
}

a,
img,
a img {
    border: 0;
    outline: none;
    text-decoration: none;
}

input {
    line-height: 1.2;
}

hr {
    display: none;
}

iframe {
    border: none;
    margin: 0;
    padding: 0;
}

/* HTML5 New Elements
------------------------------------------------*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
canvas, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, video {
    display: block;
}

*::-moz-selection {
    background: transparent;
}

*::selection {
    background: transparent;
}

*::-moz-selection {
    background: transparent;
}

p::-moz-selection,
p small::-moz-selection {
    background: #cccccc;
}

p::selection,
p small::selection {
    background: #cccccc;
}

p::-moz-selection,
p small::-moz-selection {
    background: #cccccc;
}

body {
    font-family: Verdana, "メイリオ" , "Meiryo UI" , Meiryo , sans-serif;
    font-size: 14px;
}

body img {
    vertical-align: bottom;
}

iframe[name="google_conversion_frame"] {
    position: absolute;
    bottom: 0;
}

a, div, img, button {
    outline: none;
}

.wrapper .sns_share {
    letter-spacing: -.40em;
    padding: 0 0 20px;
    text-align: center;
}

.wrapper .sns_share .share_btn {
    letter-spacing: normal;
    display: inline-block;
    padding: 0 13px;
}

.wrapper .game_info {
    color: #787878;
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    padding: 0 0 50px;
    text-align: center;
}

.wrapper .game_info .contact_info {
    margin-top: 12px;
    font-size: 13px;
}

.wrapper .game_info .contact_info a {
    color: #133474;
    text-decoration: underline;
}

#cboxOverlay, #cboxWrapper, #colorbox {
    overflow: visible;
}

#colorbox.ms_modal {
    background: transparent url(../images/index/bg_modal.png) 0 0 no-repeat;
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: -44px;
    margin-top: -31px;
    background: url(../images/index/img_btn_modal_left.png) no-repeat 0 0;
    width: 44px;
    height: 63px;
    text-indent: -9999px;
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: -44px;
    margin-top: -31px;
    background: url(../images/index/img_btn_modal_right.png) no-repeat 0 0;
    width: 44px;
    height: 63px;
    text-indent: -9999px;
}

#cboxContent {
    background-color: transparent;
    margin-top: 0;
}

#cboxLoadedContent {
    background-color: transparent;
    border: none;
}

#cboxClose {
    position: absolute;
    top: -31px;
    right: 0px;
    background: transparent url(../images/index/img_btn_close.png) 0 0 no-repeat;
    display: none;
    width: 36px;
    height: 31px;
    text-indent: -9999px;
}
/*フッター用*/
.pr-footer{
	height: auto;
	    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif!important;
    width: 100%;
    padding: 20px 10px 10px;
    background-color: #f2f2f2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
}.pr-footer__content {
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pr-footer__copyright {
    color: #333;
    font-size: 11px!important;
    text-align: center!important;
}
.pr-footer__brand {
    width: 168px;
}

.pr-footer__brand {
    width: 142px;
    margin: 10px auto;
}

footer ul li{
    font-size: 0.8em;
    line-height: 1.4em;
}
footer ul {
/*    font-size: 3.47vw;*/
    text-align: center;
}
ul {
    list-style: none;
}
footer ul li, .sns_info li {
    display: inline-block;
    padding: 0 2%;
}
footer ul li a{
	text-decoration: underline;
	color: #333;
}