@charset "utf-8";

/* ==========================================================================
   Reset
============================================================================= */

html,
body {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  vertical-align: baseline;
  border: 0;
}

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;
  vertical-align: baseline;
  border: 0;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* ==========================================================================
   Base
============================================================================= */

html {
}

body {
  overflow-y: scroll;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 24px;
  line-height: 2;
  color: #000;
  background-color: #fff;
}
input,
textarea {
  line-height: 2;
  border: 0;
  border-radius: 0;
  outline: none;
}


a {
  color: #000;
}

a:visited {
  color: #000;
}

a:focus {
  color: #000;
}

a:hover {
  color:#000;
}

a:active {
  color:#000;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}


img {
  max-width: 100%;
  height: auto;
  vertical-align:bottom;
}

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
     
} 
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}

/* ==========================================================================
   Helper
============================================================================= */

/* clearfix
--------------------------------------------------------- */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}
.br { display:none; }
.br2 { display:block; }

.pc_only { display:none; }
.sp_only { display:inline; }

.pc_none { display:block; }
.sp_none { display:none; }




/*======================================

font 

=======================================*/
@font-face {
    font-family: 'MahsuriSansMTOsF';
    src: url('fonts/2A2B39_A_0.eot');
    src: url('fonts/2A2B39_A_0.eot?#iefix') format('embedded-opentype'),
         url('fonts/2A2B39_A_0.woff') format('woff'),
         url('fonts/2A2B39_A_0.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}
@font-face {
    font-family: 'MahsuriSansMT';
    src: url('fonts/2A2B39_B_0.eot');
    src: url('fonts/2A2B39_B_0.eot?#iefix') format('embedded-opentype'),
         url('fonts/2A2B39_B_0.woff') format('woff'),
         url('fonts/2A2B39_B_0.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
 }
.en1{
    font-family: "MahsuriSansMTOsF", sans-serif;
}
.en,.en2{
    font-family: "MahsuriSansMT", sans-serif;
}


#fade {
    width: 100%;
    height: 100%;
    /display: none;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100000;
}
header.header .header__gNav--sp{
  height:80px;
}
header.header .header__gNav--sp__listBox{
  top:107px;
}
/* header
--------------------------------------------------------- */
#header{
    position:fixed;
    width:100%;
    background:#fff;
    top:108px;
    height:126px;
    z-index:999;
}
#header .header_inner{
height:124px;
border-bottom: 3px solid #4ec1ea;
width: 89.333%;
margin:0 auto;
}
body#brandTOP #header .header_inner{
  margin:0 0 0 -7px;
}
#header .header_inner .menu{
    margin-top:10px;
    float:left;
}
#header .header_inner .menu li{
    float:left;
    margin-left:40px;
}
#header .header_inner .menu li a{
    font-size:16px;
    font-weight:600;
    letter-spacing:2.5px;
}
#header .header_inner .menu li.brandtop{
    display:none;
}


/* footer
--------------------------------------------------------- */
#footer{
    width:100%;
    background:none;
    text-align:center;
    font-weight:normal;
}
#footer .footer_inner{
    margin:0 auto;
    max-width:87.5%;
    font-size:20px;
    color:#646464;
    padding-top:2%;
}
#footer .footer_inner .copyright{
    display:block;
    float:none;
    margin-right:0px;
    font-size:20px;
    padding:5% 0 7%;
}
#footer .footer_inner .link_list{
    display:block;
    float:none;
    padding-bottom:4%;
    border-bottom:2px solid #b1b1b1;
}
#footer .footer_inner .link_list a{
    color:#646464;
}
#footer .footer_inner .link_list a:hover{
    text-decoration:none;
}


@media print {

body {
zoom: 80%;
}
.btn-up {
display: none;
}
.footer-global {
width: 100%;
}
}
