@charset 'UTF-8';


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

 file name  :common.css
 style info :共通のスタイル指定（リセット、ストラクチャ、ヘッダー、フッター）

=================================================================== */
/* reset
---------------------------------------- */
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;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

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

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

a {
  color: inherit;
  text-decoration: none;
}

/* border-box */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* structure
---------------------------------------- */
html {
  color: #000000;
  font-size: 62.5%;
  line-height: 1.6;
  min-width: 1080px;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  html {
    min-width: 100%;
  }
}

._font_Yumin {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

body {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', 'Yu Gothic Regular', '游ゴシック Regular', YuGothic, '游ゴシック体', 'メイリオ', 'Meiryo', serif;
}

body .en {
  font-family: 'Times new roman', serif;
}

body .en ._font_Yumin {
  font-family: 'Times new roman', serif;
}

@media screen and (min-width: 768px) {
  a:hover {
    transition: .6s;
    opacity: .6;
  }
  ._spOnly {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  ._pcOnly {
    display: none;
  }
}

.inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 1080px) {
  .inner {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    min-width: inherit;
    max-width: 100%;
    padding: 0 5.33333vw;
  }
}

#content {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  #content {
    padding-top: 55px;
  }
}

/* header
---------------------------------------- */
#header {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
}

#header .header-inner {
  height: 80px;
  padding: 0 40px 0 30px;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
}

#header .header-inner .logo {
  width: 50px;
}

#header .header-inner #header-navi {
  margin-left: auto;
}

#header .header-inner #header-navi ul {
  display: -webkit-flex;
  display:         flex;
}

#header .header-inner #header-navi ul li {
  position: relative;
  margin-left: 34px;
  font-size: 1.6rem;
  font-family: 'Times new roman', serif;
}

#header .header-inner #header-navi ul li:first-child {
  margin: 0;
}

#header .header-inner #header-navi ul li.on::after {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -9px;
  border-bottom: 1px solid #000000;
  display: block;
  content: '';
}

#header .header-inner .language {
  margin-left: 40px;
}

#header .header-inner .language a {
  display: inline-block;
  width: 120px;
  font-size: 1.6rem;
  font-family: 'Times new roman', serif;
  text-align: center;
  border: 1px solid #000000;
}

@media screen and (max-width: 767px) {
  #header .header-inner {
    height: 55px;
    padding: 0 5.33333vw;
  }
  #header .header-inner .logo {
    width: 36px;
  }
  #header .header-inner .language {
    width: 90px;
    margin-left: auto;
  }
  #header .header-inner .language a {
    width: 100%;
    font-size: 3.2vw;
  }
  #header .header-inner .menu-button {
    width: 22px;
    margin-left: 15px;
  }
}

#menu {
  display: none;
}

@media screen and (max-width: 767px) {
  #menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(112, 22, 30, .9);
    z-index: 2000;
  }
  #menu .menu-header {
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    height: 55px;
    padding: 0 5.33333vw;
  }
  #menu .menu-header .logo {
    width: 36px;
  }
  #menu .menu-header .menu-button {
    width: 22px;
    margin-left: auto;
  }
  #menu #spNavi {
    height: 100%;
  }
  #menu #spNavi ul {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  #menu #spNavi ul li {
    margin-bottom: 55px;
    padding: 0 5.33333vw;
  }
}

/* footer
---------------------------------------- */
#footer {
  position: relative;
  padding: 67px 0 63px 0;
  background-color: #70161e;
}

#footer .pagetop {
  position: absolute;
  top: 40px;
  right: 70px;
}

#footer .logo {
  width: 65px;
  margin: 0 auto 24px auto;
}

#footer .copyright {
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: .08em;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 40px 0 30px 0;
  }
  #footer .pagetop {
    display: none;
  }
  #footer .logo {
    width: 13.73333vw;
    margin: 0 auto 20px auto;
  }
  #footer .copyright {
    font-size: 3.2vw;
  }
}