@charset "Shift_jis";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
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 {
    display: block;
}

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

img {
    vertical-align: middle;
    border: none;
    max-width: 100%;
    height: auto;
}

em {
    font-style: normal;
}

b {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
}


/*
structure
--------------------------------------------------------------------------------------*/

body {
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.8em;
}

div.wrapper {
    background: #E5E6E7;
}

.contents_bg {
    background: #000;
    border-top: 9px solid #D3341A;
    color: #fff;

}

.contents_bg a {
    color: #fff;

}

.top-contents {
    width: 980px;
    margin: 0 auto 80px;
    overflow: hidden;
    padding: 80px 0 20px 0;
}

section {
    width: 980px;
    margin: 0 auto;
}


/* header
------------------*/

.header {
    position: relative;
    width: 980px;
    margin: 10px auto;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.header h1 {
    height: 52px;
    padding-right: 30px;
}

.header h1 img {
    height: 52px;
}


h2.officalBtn {
    width: 99px;
    border-left: 1px solid #000;
    padding-left: 30px;
}

.header p {
    margin-left: auto;
    text-align: right;
    font-size: 26px;
    font-weight: 500;
}


/* footer
------------------*/
div#SPfooter {
    display: none;
}

div#PCfooter #footer .inner .section_footer .title {
    font-size: 13px;
    color: #EDF0F5;
    margin: 0 0 20px;
}

/* ----------------------------------
contents
------------------------------------ */

.section-title {
    margin-bottom: 15px;
    padding: 0 0 10px 0;
    font-size: 30px;
}

.reviewBox .section-title {
    border-bottom: 2px solid #FFF;
}

.newsBox .section-title {
    border-bottom: 2px solid #FFF;
}


/* ----------------------------------
reviewBox
------------------------------------ */
.reviewBox {
    width: 585px;
    margin-bottom: 30px;
    float: left;
}

.reviewBox ul {
    overflow: hidden;
}

.reviewBox li {
    width: 585px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.reviewBox li .pic {
    flex-basis: 200px;
    margin-right: 15px;
}

.reviewBox li h4 {
    flex-basis: 70%;
    font-size: 18px;
}

.reviewBox .btn {
    text-align: center;
    border: 1px solid #ffffff;
    padding: 10px;
    width: 130px;
    margin: 40px auto 0;
    cursor: pointer;
    line-height: 24px;
}

.js-btn-close {
    display: none;
}


/* ----------------------------------
newsBox
------------------------------------ */
.newsBox {
    width: 345px;
    margin-bottom: 30px;
    float: right;
}

.newsBox ul li {
    margin-bottom: 30px;
    font-size: 18px;
}

.newsBox ul li span {
    display: block;
    font-size: 14px;
}

.newsBox a {
    text-decoration: none;
}

.newsBox a:hover {
    text-decoration: underline;
}


/* ----------------------------------
aboutBox
------------------------------------ */
.aboutBox {
    clear: both;
    overflow: hidden;
    padding-bottom: 80px;
}

.aboutBox p.text {
    width: 500px;
    font-size: 18px;
    float: left;
}

.aboutBox div {
    width: 450px;
    float: right;
}

.aboutBox ul.btn {}

.aboutBox ul.btn li {
    margin: 10px 0 0 0;
}

.btn_official a {
    display: inline-block;
    background: #D3341A;
    border-radius: 3px;
    color: #FFF;
    padding: 5px 20px;
}

.btn_facebook a {
    display: inline-block;
    background: #3B5998;
    border-radius: 3px;
    color: #FFF;
    padding: 5px 20px;
}

.btn_twitter a {
    display: inline-block;
    background: #000000;
    border-radius: 3px;
    color: #FFF;
    padding: 5px 20px;
}



/*  -----------------------------
movie
-------------------------- */
.movieBox {
    clear: both;
    padding-bottom: 80px;
}

.movieBox div {
    margin: auto;
    width: 900px;
}

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

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





/* -----------------------------
slide 
-------------------------- */

div#slideArea {
    width: 980px;
    margin: auto;
}

.bx-wrapper {
    background-color: transparent;
    margin: 0px auto;
    border: none;
    box-shadow: none;
}

.bx-wrapper img {
    display: block;
    margin: 0px auto;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    background: none;
}

.bx-wrapper .bx-prev::after,
.bx-wrapper .bx-next::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #454545;
    font-size: 60px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-indent: 0px;
}

.bx-wrapper .bx-prev::after {
    left: -90px;
    content: "\f053";
}

.bx-wrapper .bx-next::after {
    right: -90px;
    content: "\f054";
}

.bx-wrapper .bx-prev:hover::after,
.bx-wrapper .bx-next:hover::after {}

.bx-wrapper .bx-controls-direction a {
    z-index: 9998;
}

.bx-wrapper .bx-pager {
    color: #464646;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #464646;
    width: 15px;
    height: 15px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #6d6d6d;
}

.bx-wrapper .bx-caption {
    padding: 10px;
}

.bx-wrapper .bx-caption span {
    font-size: 26px;
}

.bx-wrapper .bx-loading {
    background: url('../images/slide/bx_loader.gif') center center no-repeat #ffffff;
}
