@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: 12px;
  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:block; }
.br2 { display:none; }

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

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



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

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{
    width:100%;
    height:60px;
    background:#fff;
}
#header .header_inner{
    padding-top:22px;
    width:1000px;
    margin:0 auto;
}
#header .header_inner .menu{
    float:right;
    margin-right:5px;
}
#header .header_inner .menu li{
    float:left;
    margin-left:28px;
}
#header .header_inner .menu li a{
    font-size:10px;
    font-weight:600;
    letter-spacing:2.5px;
}
#header .header_inner .menu li.brandtop{
    display:none;
}

.breadcrumb {
  letter-spacing: 0.25em;
  width: auto;
  max-width: 1040px;
  margin: 0px auto 65px;
  padding-top: 24px;
  color: #454545;
}

.indexbreadcrumb {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  letter-spacing: 0.25em;
  width: 1040px;
  margin: 24px auto 20px;
  color: #454545;
}

.breadcrumb a {
  color: #454545;
}

.indexbreadcrumb a {
  color: #454545;
}

ul.footer__menu__list {
    display: inline-block;
}

@media print {

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