/* BASE CSS CAPCOM USA HOME */

body {
}

.capcom_us_home {
}

.page_container {
    background: transparent;
    height: auto;
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
    width:100%;
}

.no_feature_results {
    color: #BBBBBB;
    font-size: 36px;
    margin: 80px 110px;
}


.fullwidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}


.slider {margin: 0;}
.slider .slide {width: 100%; height: 100%;}
.slick-slide { max-height:600px; }

/* hero stuff */
.slide-container {
}

.slide-info-box {
        position: absolute;
        top: 0;
        height: 100%;
        width: 50vw;
        background: linear-gradient(to right, #000, transparent);
}
.slide-info-box img {
        width: 25vw !important;
        margin: 0 auto;
        margin-top: 20%;
        linear-gradient(to right, #000, transparent)
}
.slide-info-box span {
        color: #fff;
        font-family: Roboto;
        font-weight: 300;
        font-size: 1.5em;
        margin: 0 auto;
        width: 80%;
        display: block;
}

/* dots */
.slick-dots {
    position: absolute;
    bottom: 0px;
    right: 10px;
    display: block;
    width: auto;
    padding: 0;
    list-style: none;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 25px;
    height: 50px;
    opacity: .5;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.9),0 6px 20px 0 rgb(0, 0, 0) !important;
    background: #000;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 50px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.slick-dots li.slick-active button::before {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}

.slick-dots li button::before {
    font-family: 'slick';
    font-size: 8px;
    line-height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 50px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #ddd;
}

/* slick dots fancy */


/* more hero */
.hero-page-ctrl {
    width: 50px !important;
}

i.herospecial::before {
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border-radius: 100%;
  border: solid 1px #ddd;
  content: '\f105';
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  text-indent: 0.15em;
  vertical-align: middle;
  width: 40px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-transform: none !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  cursor: pointer;
  color: #ddd;
  margin: 3px 0px 0px 3px;
}


i.herospecial:hover::before {
    background: rgba(255, 255, 255, 0.5);
}

.hero-left::before {
    content: '\f104' !important;
    text-indent: 0 !important;
    margin-right: -15px !important;
}

.hero_learn_more {
    display: block;
    width: 80%;
    height: auto;
}
.hero_learn_more a.special {
    color: white !important;
}
/* end fancy */

/* ken burns */
.image-container {
  width: 100%;
  height: 50vw;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

/*
.image-container img {
  width: 100%;
  animation: kburns 40s ease;
  -ms-animation: kburns 40s ease;
  -webkit-animation: kburns 40s ease;
  -0-animation: kburns 40s ease;
  -moz-animation: kburns 40s ease;
  position: absolute;
}
*/

.image-kenburns {
  width: 100%;
  animation: kburns 40s ease;
  -ms-animation: kburns 40s ease;
  -webkit-animation: kburns 40s ease;
  -0-animation: kburns 40s ease;
  -moz-animation: kburns 40s ease;
  position: absolute;
}

@-webkit-keyframes kburns {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */

    -webkit-transform: scale(1.0);
    /* Safari and Chrome */

    -o-transform: scale(1.0);
    /* Opera */

    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */

    -webkit-transform: scale(1.2);
    /* Safari and Chrome */

    -o-transform: scale(1.2);
    /* Opera */

    -moz-transform: scale(1.2);
    /* Firefox */
  }
}

@media screen and (max-width: 767px) {

        #hero {
                width: 100vw !important;
        }
        #hero .image-container img {
                width: 100%;
        }
        .slick-prev,.slick-next {
                display: none !important;
        }
}

.slick-slide img {
        width: 100%;
}

/* end hero */


/* Product section */

/* pulldown */
.franchise_pulldown_wrap {
    width: 160px;
    position: absolute;
    left: 8em;
    top: -28px;
}
.select-wrapper.md-form.md-outline input.select-dropdown {
   color: var(--capcom-lt-2) !important;
}
body.mod-dk .select-wrapper.md-form.md-outline input.select-dropdown {
   color: var(--capcom-dk-2) !important;
}

.md-form.md-outline {
    background: #fff;
}


body.mod-dk .select-wrapper.md-form.md-outline input.select-dropdown {
    background-color: var(--capcom-dk-3);
    border: 1px solid var(--capcom-dk-2);
    border-radius: 0px;
    color: var(--capcom-dk-1) !important;
}

body.mod-dk .select-wrapper.md-form.md-outline span.caret {
    color: var(--capcom-dk-1) !important;
    z-index:99;
}

body.mod-dk .md-form.md-outline input[type="date"], .md-form.md-outline input[type="datetime-local"], .md-form.md-outline input[type="tel"], .md-form.md-outline input[type="number"], .md-form.md-outline input[type="search"], .md-form.md-outline input[type="search-md"], .md-form.md-outline input[type="text"], .md-form.md-outline input[type="password"], .md-form.md-outline input[type="email"], .md-form.md-outline input[type="url"], .md-form.md-outline input[type="time"], .md-form.md-outline textarea.md-textarea {
    color: var(--capcom-dk-1) !important;
}


body.mod-dk .select-wrapper.md-form.md-outline .dropdown-content {
    color: var(--capcom-dk-1) !important;
    background-color: var(--capcom-dk-3);
}

body.mod-dk .select-dropdown li.disabled, body.mod-dk .select-dropdown li.disabled > span, body.mod-dk .select-dropdown li.optgroup {
    color: var(--capcom-dk-1) !important;
}

body.mod-dk .dropdown-content li > a, body.mod-dk .dropdown-content li > span {
    color: var(--capcom-dk-1) !important;
}

body.mod-dk .dropdown-content li.active, bodymod-dk .dropdown-content li:hover {
    background-color: var(--capcom-dk-2);
}


#games .slick-slide {
    color: #000;
}
#games .slick-slide a {
/*	color: #000; */
}

.product-card-title.mod-lt {
	color: var(--capcom-lt-0);
}
.product-card-title.mod-dk {
	color: var(--capcom-dk-1);
}
#games .slick-slide a:visited {
	color: #000;
}
#games .slick-slide a:hover {
	text-decoration: underline;
}


.z-depth-2 {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2) !important;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.2) !important;
}


/* nav */
i.prodspecial::before {
-moz-transition: background-color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
border-radius: 100%;
border: 2px solid #bbb;
color: #bbb;
content: '\f105';
display: inline-block;
font-size: 20px;
height: 40px;
line-height: 36px;
text-align: center;
text-indent: 0.15em;
vertical-align: middle;
width: 40px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
text-transform: none !important;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
cursor: pointer;
}

i.prodspecial:hover::before {
    background: rgba(255, 255, 255, 0.5);
}

#games {
width: 90vw;
margin: 0 auto;
}

h3.games_section_header {
	font-family: Roboto;
	width: 95vw;
	margin: 0 auto;
	font-size: 1.5em;
	color: #1059A4;
	font-weight: 500;
}

.games_header {
	width: 95vw;
	position: relative;
	height: 50px;
}
.games_header h3 {
	position: absolute;
	left: 2rem;
	line-height: 2rem;
	font-family: Roboto;
	width: auto;
	margin: 0 auto;
	font-size: 1.5em;
	color: #1059A4;
	font-weight: 500;
}
h3.games_section_header.mod-dk {
	color: var(--capcom-dk-1);
}

.games_paginator {
	position: absolute;
	right: 1rem;
	font-size: 2rem;

}
#gp_prev, #gp_next {
  cursor: pointer;
}
#gp_prev::before {
  content: '\f104';
  text-indent: 0;
  margin-right: .25em;
}

.gp_disabled {
  opacity: .3;
}
#games .slick-slide {
	width: 20%;
}

/* end prod section */

/* News */
h3.news_section_header {
font-family: Roboto;
width: 95vw;
margin: 0 auto;
font-size: 1.5em;
color: #1059A4;
font-weight: 500;
}

h3.news_section_header.mod-dk {
        color: var(--capcom-dk-1);
}

.news_section {
	width: 95vw;
	margin: 0 auto;
	height: auto;
	display: flex;
}

.news_section article {
	float: left;
	width: 29%;
	height: 450px;
	margin: 2%;
	background-color: #fff;
	border-radius: 5px;
	color: var(--capcom-lt-0);
	font-family: Roboto;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.2) !important;
	box-shadow:  0 1px 2px 0 rgba(0,0,0,.2);
	position: relative;
}

.news_section article.mod-dk {
	background-color: var(--capcom-dk-2);
	color: var(--capcom-dk-1);
}

.news_section article .image img {
    border-radius: 5px 5px 0 0;
    width: 100%;
}

.news_section article h3 {
    font-size: 1.5rem;
    margin: .5em;
    padding-bottom: .5em;
    border-bottom: solid 2px rgba(255, 255, 255, 0.125);
}

.news_section article p {
    padding: .5em;
}

.readmore_wrapper {
    position: absolute;
    bottom: 5px;
    left: 5px;
    margin: 0px 0px 0px -4em;
}


.news_section article.mod-dk .readmore_wrapper {
        color: var(--capcom-dk-1);
}

.news_section article.mod-dk .readmore_wrapper a.special {
        color: var(--capcom-dk-1);
}

.news_section article.mod-dk .readmore_wrapper a.special::before {
	border: solid 1px rgba(255, 255, 255, 0.25);
        color: var(--capcom-dk-1);
}

body.mod-dk div.all_news_link a.special {
        color: var(--capcom-dk-1);
}
body.mod-dk div.all_news_link a.special::before {
        border: solid 1px rgba(255, 255, 255, 0.25);
        color: var(--capcom-dk-1);
}

/*
a.special {
line-height: 26px;
height: 24px;
display: inline-flex;
}

a.special::before {
    -moz-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    border-radius: 100%;
    border: solid 1px rgba(0, 0, 0, 0.25);
    content: '\f105';
    display: inline-block;
    font-size: 12px;
    height: 24px;
    margin-right: 0.5em;
    margin-left: 3rem;
    line-height: 20px;
    text-align: center;
    text-indent: 0.15em;
    vertical-align: middle;
    width: 24px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    cursor: pointer;
}

a.special:hover::before {
    background: rgba(0, 0, 0, 0.025);
}

a.special {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .75em;
}
a.special:hover {
    color: #333;
}
a.special:visited {
    color: #222;
}
*/


a.special {
    line-height: 26px;
    height: 24px;
    display: inline-flex;
}

a.special::before {
    -moz-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    border-radius: 100%;
    border: solid 1px var(--capcom-lt-2);
    content: '\f105';
    display: inline-block;
    font-size: 14px;
    height: 24px;
    margin-right: 0.5em;
    margin-left: 4rem;
    line-height: 22px;
    text-align: center;
    text-indent: 0.15em;
    vertical-align: middle;
    width: 24px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    cursor: pointer;
}

a.special:hover::before {
    background: var(--capcom-lt-2);
    color: var(--capcom-lt-3);
}

a.special {
    color: var(--capcom-lt-0);
    text-decoration: none;
    text-transform: uppercase;
    font-size: .75em;
}
a.special:hover {
    color: var(--capcom-lt-0);
    font-size: 14px;
}




.news_section article .readmore_wrapper a {
    margin: 0;
}


div.all_news_link {
    margin: 0 auto;
    width: 10rem;
    text-align: center;
}

div.all_news_link a {
}
div.all_news_link a::before {
    margin-left: 0;
}

/* end News */



/* social bar */

section.connect-bar {
	margin: 2rem 0;
        background-color: #1059A4;
	width: 100vw;
	min-height: 2rem;
	height: auto;
}

section.connect-bar ul {
	list-style: none;
	width: 50%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	line-height: 1em;
	display: table;
}

section.connect-bar ul li {
	float: left;
	color: #fff;
	width: 20%;
	text-align: center;
	font-size: 2em;
	line-height: 1em;
	padding: .25em;
}

section.connect-bar a {
	color: #fff;
}

/* ad unit */

section.ad-unit {
	width: 100vw;
}

section.ad-unit .ad-wrapper {
width: 90vw;
overflow: hidden;
display: block;
margin: 0 auto;
}

section.ad-unit .ad-wrapper ul {
margin: 0;
padding: 0;
list-style: none;
}

section.ad-unit .ad-wrapper ul li {
float: left;
padding: 2rem;
}

section.ad-unit .ad-wrapper ul li img {
  width: 100%;
}






#big3 {
display: table;
}

#big3 div {
text-align: center;
float: left;
width: 100%;
max-width:333px;
height: auto;
padding: 30px;
cursor: pointer;
min-height: 300px;
border: 1px solid #fff;
}

#big3 div:hover {
background: #eee;
border-color: #bbb;
}

#big3 img {
margin: 0 auto;
width: 75px;
height: auto;
}
#big3 h3 {
text-align: center;
}
#big3 p {
text-align: justify;
}

#about_capcom {
text-align: left;
}
#about_capcom h3 {
text-align: left;
}
#about_capcom p {
text-align: justify;
}

.linky {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #333;
    padding: 5px 1px;
    text-decoration: none;
}

.linky:hover {
    background-color: #eee;
    border-color: #bbb;
    border-radius: 5px;
    color: #333;
    padding: 5px 1px;
    text-decoration: none;
}


#corp_info {
display: table;
height: auto;
margin-bottom: 40px;
}

#corp_info ol {
list-style: outside none none;
margin: 0;
padding: 0;
}

#corp_info ol li {
margin-bottom: 20px;
}

#corp_info h3 {

}
#corp_info p {
}

#corp_info .corp_left {
width: 50%;
float: left;
max-width: 500px;
height: auto;
display:block;
padding: 20px;
}
#corp_info .corp_right {
background: transparent url("/images/state.png") no-repeat scroll right 80px / 45% auto;
display: block;
float: right;
height: auto;
max-width: 400px;
padding: 20px;
width: 50%;
}

#pinned_stories {
    display: table;
    height: auto;
    margin-bottom: 30px;
}

ol.pinnedstories {
list-style: none;
width: 100%;
}
ol.pinnedstories li {
float: left;
width: 50%;
max-width: 470px;
margin-top: 20px;
border: 1px solid #fff;
border-radius: 25px;
}

ol.pinnedstories li:nth-child(even) {
margin-left: 0px;
}

ol.pinnedstories li:hover {
background-color: #eee;
border-color: #bbb;

}

.ps_avatar {
border: 1px solid #a9a9a9;
border-radius: 25px;
float: left;
height: 50px;
}
ol.pinnedstories li div {
float: left;
font-size: 22px;
padding: 0 10px;
width: 415px;
height: auto;
line-height: 50px;
}

ol.pinnedstories li a {
color: #004099;
text-decoration:none;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: list-item;
}
ol.pinnedstories li a:hover {
color: #004099;
}


.headline {
background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
color: #fff;
padding: 20px;
font-size: 250%;
position: absolute;
bottom: 20px;
right: 30px;
}

.slick-slide {
position: relative;
cursor:pointer;
}

@media (min-height: 0px) and (max-height: 576px) {
.slick-slide { max-height:250px; }
}

@media (min-height: 575px) and (max-height: 750px) {
.slick-slide { max-height:350px; }
}


@media (min-width: 320px) and (max-width:540px) {
.headline { 
    bottom: 0px;
    color: #fff;
    padding: 10px;
    right: 10px;
	font-size: 2rem;
}
ol.pinnedstories {
padding: 0;
}

ol.pinnedstories li {
margin: 0 0 5px;
width: 100%;
padding: 20px 0 0 20px;
max-width: 100%;
}
ol.pinnedstories li:nth-child(2n) {
    margin-left: 0px;
}
ol.pinnedstories li div {
width: 100%;
}

#big3 div {
    float: left;
    height: auto;
    max-width: 100%;
    padding: 40px;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

#big3 div:hover {
    background: #ccc;
}


#about_capcom {
padding: 20px;
}

#corp_info .corp_left {
max-width: 100%;
width: 100%;
}

#corp_info .corp_right {
float: left;
max-width: 100%;
width: 100%;
}


}

/* tablet size */
@media (min-width: 540px) and (max-width: 1000px) {
.headline {
    bottom: 0px;
    color: #fff;
    padding: 10px;
    right: 10px;
        font-size: 2rem;
}
ol.pinnedstories {
padding: 0;
}

ol.pinnedstories li {
margin: 0 0 5px;
width: 100%;
padding: 20px 0 0 20px;
max-width: 100%;
}
ol.pinnedstories li:nth-child(2n) {
    margin-left: 0px;
}
ol.pinnedstories li div {
width: 90%;
}

#big3 div {
    float: left;
    height: auto;
    max-width: 100%;
    padding: 40px;
    text-align: center;
    width: 100%;
}

#about_capcom {
padding: 20px;
}

#corp_info .corp_left {
max-width: 100%;
width: 100%;
}

#corp_info .corp_right {
float: left;
max-width: 100%;
width: 100%;
}



}





footer {
background: transparent url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHCAgICAgICAgICD/2wBDAQcHBw0MDRgQEBgaFREVGiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICD/wAARCAAoACgDAREAAhEBAxEB/8QAFwABAQEBAAAAAAAAAAAAAAAAAAECCP/EACUQAAEDAwQABwAAAAAAAAAAAAABESExQVFhcaHwAhJigZGxwf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDpjgCKrRitgGwBOFoAvp3IF8rVvkCQiRVQNQ8ZqBHzK1cB1wDabgV5gCUdHZVAVXgCKrJh7AWNmAPMe4D9AOmoBkajAPtVAR3UA2Y3Aen4AeFQP//Z");
border-top: 1px solid #dedede;
width: 100%;
}
#footer-navi {
background: rgba(0, 0, 0, 0) url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHCAgICAgICAgICD/2wBDAQcHBw0MDRgQEBgaFREVGiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICD/wAARCAAoACgDAREAAhEBAxEB/8QAFwABAQEBAAAAAAAAAAAAAAAAAAECCP/EACUQAAEDAwQABwAAAAAAAAAAAAABESExQVFhcaHwAhJigZGxwf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDpjgCKrRitgGwBOFoAvp3IF8rVvkCQiRVQNQ8ZqBHzK1cB1wDabgV5gCUdHZVAVXgCKrJh7AWNmAPMe4D9AOmoBkajAPtVAR3UA2Y3Aen4AeFQP//Z") repeat scroll left top;
clear: both;
color: #555555;
font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け","MS PGothic",sans-serif;
font-size: 14px;
text-align: left;
}
#footer-navi p {
margin: 0 0 20px;
}
#footer-navi p.ttl {
font-weight: bold;
}
#footer-navi a {
color: #555555;
text-decoration: none;
}
#footer-navi a:hover {
text-decoration: underline;
}
#footer-navi .inner {
margin: 0 auto;
padding: 30px 0 0;
}
#footer-navi .inner div {
display: block;
float: left;
}
#footer-navi .inner div a {
color: #555555;
text-decoration: none;
}
#footer-navi .inner div a:hover {
text-decoration: underline;
}
#footer-navi .inner .navi-block01 {
width: 260px;
}
#footer-navi .inner .navi-block02 {
width: 310px;
}
#footer-navi .inner .navi-block03 {
width: 200px;
}
#footer-navi .inner .navi-block04 {
float: right;
width: 210px;
}
#footer-navi .inner div p {
margin: 0 0 15px;
}
#footer-navi .inner div p.ttl {
font-weight: bold;
}
#footer-navi .inner ul {
list-style-type: none;
margin: 1% 0 0 5%;
padding: 0;
}
#footer-navi .inner .navi-block03 ul {
margin: 0 0 35px;
}
#footer-navi .inner ul li {
line-height: 1;
margin: 0 0 15px;
}
#footer {
background: #000000 none repeat scroll 0 0;
border-top: 1px solid #000000;
box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.3) inset;
color: #ffffff;
font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","繝｡繧､繝ｪ繧ｪ",Meiryo,Osaka,"・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け","MS PGothic",sans-serif;
margin-top: 0;
text-align: center;
line-height: 100px;
}
#footer .inner {
color: #cccccc;
margin: 0 auto;
padding: 15px 0 10px;
width: 100%;
}
#footer ul {
float: left;
font-size: 14px;
}
#footer ul li {
display: inline;
padding: 0 20px 0 0;
}
#footer ul li a {
color: #cccccc;
text-decoration: none;
}
#footer ul li a:hover {
text-decoration: underline;
}
#footer p.copyright {
float: right;
font-size: 14px;
}
.clearfix {
}
.clearfix::after {
clear: both;
content: "";
display: block;
}

ul.navi-list {
margin: 1% 0 0 5%;
width: 95%;
}
li.navi-col {
float: left;
min-width: 200px;
width: 25%;
}


/* dark footer stuff */
footer.mod-dk a {
  color: var(--capcom-dk-1);
}

footer.mod-dk {
   background: var(--capcom-dk-0) !important;
}

footer div.mod-dk {
   background: var(--capcom-dk-0) !important;
}

footer.mod-dk #footer-navi {
  color: var(--capcom-dk-1);
}

footer.mod-dk #footer-navi a {
  color: var(--capcom-dk-1);
}


/* SCALING */

@media (max-width:72em){
        body {
        }

	.slick-dots {
		width: auto;
		padding: 0;
		border: 1px solid #fff;
		border-radius: 20px;
		height: 40px;
		box-shadow: 0 4px 10px 0 rgba(0,0,0,.9),0 6px 20px 0 rgb(0, 0, 0) !important;
	}

        .slick-dots li {
		width: 22px;
		height: 30px;
	}
	.slick-dots li button::before {
		font-size: 6px;
		line-height: 16px;
		width: 22px;
		height: 30px;
	}
	.slick-dots li.slick-active button::before {
		font-size: 10px;
		line-height: 16px;
	}
	i.herospecial::before {
		border: solid 1px #ddd;
		font-size: 16px;
		line-height: 32px;

	}
	i.herospecial::before {
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 14px;
		margin: 4px 4px 0px 4px;
	}
	.hero-page-ctrl {
		width: 40px !important;
	}

}

@media (max-width:52em){
        body {
        }
        .slide-info-box span {
                font-size: 1.25em;
        }
        .news_section {
                display: block;
        }
        .news_section article {
                width: 95%;
        }
        .news_section article h3 {
                font-size: 1rem;
        }
        .slide-info-box img {
                width: 20vw !important;
		margin-top: 15%;
        }
	.slide-info-box span {
		font-size: 1em;
	}
}

@media (max-width:42em){
	body {
	}
	.slide-info-box img {
		width: 25vw !important;
	}
	.slide-info-box span {
		font-size: .7em;
		width: 100%;
	}
	.hero_learn_more a.special {
		font-size: 10px;
	}
	.slide-info-box a.special::before {
		margin-left: 0;
	}

	.news_section {
		display: block;
	}
	.news_section article {
		width: 95%;
	}
	.news_section article h3 {
		font-size: 1.2rem;
		font-weight: 500;
	}
}

/* wide screen patches */
@media (min-width: 1800px) {
  .slick-slide {
    max-height: 650px;
  }
  .news_section article {
    height: 500px;
  }
}

@media (min-width: 2100px) {
  .slick-slide {
    max-height: 750px;
  }
  .news_section article {
    height: 600px;
  }
}




/* override default height adjustments that slick does by default. */
@media (min-height: 575px) and (max-height:750px) {
        .slick-slide {
		max-height: unset;
        }
}

/* gdpr patch */
@media only screen and (max-width: 640px) {

        #Gdpr.messageBox .text {
                font-size: 87.5%;
                margin-bottom: 10px;
                max-width: 100%;
        }

}



/* ad stuff */


@media (max-width:42em){

	section.ad-unit .ad-wrapper {
		width: 100vw;
	}
	section.ad-unit .ad-wrapper ul li {
		width: 100% !important; 
	}
}


