@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* header
-------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height:100px;
}

.is-animation {
  background: url(../images/bg-obi.gif);
  background-repeat: repeat-x;
  background-size:auto 10px;
  background-color: #3c150d;
  box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
  transition: .5s;
  height:auto;
}

header:hover{
  background: url(../images/bg-obi.gif);
  background-repeat: repeat-x;
  background-size:auto 10px;
  background-color: #3c150d;
  box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
  height:auto;
}


@media only screen and  (max-width: 820px) {
header {
  height:65px;
}

.is-animation {
  height:65px;
}

header:hover{
  height:65px;
}
}

#headerArea{
  width:100%;
  max-width:1200px;
  padding:15px 0 0;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.is-animation #headerArea{
  padding:18px 0 8px 0;
}

header:hover #headerArea{
  padding:18px 0 8px 0;
}

@media only screen and  (max-width: 1280px) {
#headerArea{
  padding:15px 0 8px 10px;
}
.is-animation #headerArea{
  padding:15px 0 8px 10px;
}

header:hover #headerArea{
  padding:15px 0 8px 10px;
}
}

@media only screen and  (max-width: 820px) {
#headerArea{
  padding:15px 0 0 10px;
}

.is-animation #headerArea{
  padding:15px 0 0 10px;
}

header:hover #headerArea{
  padding:15px 0 0 10px;
}
}

#header-logo{
  width:114px;
  height:120px;
  margin: 0;
  position: relative;
}

@media only screen and  (max-width: 1280px) {
#header-logo{
  width:80px;
  height:76px;
}
}

.is-animation #header-logo{
  width:80px;
  height:76px;
}

header:hover #header-logo{
  width:80px;
  height:76px;
}

@media only screen and  (max-width: 820px) {
#header-logo{
  width:190px;
  height:40px;
}

.is-animation #header-logo{
  width:190px;
  height:40px;
}

header:hover #header-logo{
  width:190px;
  height:40px;
}
}

/* logo */

header #logo{
  width:114px;
  height:120px;
  background-size:auto 120px;
  background-repeat: no-repeat;
  transition: .1s;
  background-image: url(../images/common/logo-pc.png);
}

@media only screen and  (max-width: 1280px) {
header #logo{
  width:80px;
  height:76px;
  background-size:auto 76px;
}
}

.is-animation #logo{
  width:80px;
  height:76px;
  background-size:auto 76px
}

header:hover #logo{
  width:80px;
  height:76px;
  background-size:auto 76px
}

header #logo a{
  width:114px;
  height:120px;
  text-decoration:none;
  display: block;
  text-indent:-9999px;
}

.is-animation #logo a{
  width:80px;
  height:76px;
}

header:hover #logo a{
  width:80px;
  height:76px;
}

@media only screen and  (max-width: 820px) {
header #logo{
  width:214px;
  height:45px;
  background-size:auto 45px;
  background-image: url(../images/common/logo-sp.png);
}

header #logo a{
  width:214px;
  height:45px;
}

.is-animation #logo{
  width:214px;
  height:45px;
  background-size:auto 45px;
  background-image: url(../images/common/logo-sp.png);
}

.is-animation #logo a{
  width:214px;
  height:45px;
}

header:hover #logo{
  width:214px;
  height:45px;
  background-size:auto 45px;
  background-image: url(../images/common/logo-sp.png);
}

header:hover #logo a{
  width:214px;
  height:45px;
}
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

/*gnav
-------------------------------------------------- */
.gnav-wrapper {
  position: relative;
  width:100%;
  max-width:1200px;
  position: absolute;
  right: 0;
  top: 30px;
}

@media only screen and  (max-width: 1280px) {
.gnav-wrapper {
  top: 35px;
}
}


@media only screen and  (max-width: 820px) {
.gnav-wrapper {
  display:none;
}
}

.main-wrapper {
  display: table;
  list-style: none;
  box-sizing: border-box;
  width:100%;
  padding-left:150px;
}

@media only screen and  (max-width: 1280px) {
.main-wrapper {
  padding-left:100px;
}

.is-animation .main-wrapper{
  padding-left:100px;
}
}

.main-wrapper .mbt {
  display: table-cell;
  font-size:12px;
  font-family: 'Zen Old Mincho', serif;
  text-align: center;
  letter-spacing: 0.03em;
  font-weight:400;
  position: relative;
}

.main-wrapper .mbt .en{
  font-size:1.45em;
  font-family: 'Crimson Text, serif;
}

@media only screen and  (max-width: 1280px) {
.main-wrapper .mbt .en{
  font-size:1.3em;
}
}

.main-wrapper .mbt a{
  display:block;
  padding:5px 15px;
  color:#FFF;
  text-decoration: none;
  text-shadow:1px 1px 1px #000;
}

.is-animation .main-wrapper .mbt a{
  text-shadow:none;
  /*border-left:1px solid #553e3a;
  padding:5px 15px 5px 14px; */
  padding:5px 15px 5px 15px;
}

header:hover .main-wrapper .mbt a{
  text-shadow:none;
  /*border-left:1px solid #553e3a;
  padding:5px 15px 5px 14px; */
  padding:5px 15px 5px 15px;
}

.main-wrapper .mbt a:hover {
  text-decoration: none;
}

.main-wrapper .mbt a span:nth-child(2) {
  display:block;
  opacity: 0;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.main-wrapper .mbt a:hover span:nth-child(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.33);
  display:block;
  opacity: 1;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.main-wrapper .mbt a.active span:nth-child(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.33);
  opacity: 1;
}

ul.sub-menu {
  display: none;
  position: absolute;
  width: 180px;
  top: 55px;
  left:50%;
  margin-left:-90px;
  border-collapse: collapse;
  list-style: none;
  background: rgba(54, 39, 8, 0.8);
  box-shadow: 0 3px 5px rgba(0,0,0,0.2),  0 1px 0 rgba(0,0,0,0.1);
}

.main-wrapper li:hover ul.sub-menu {
  display: block;
}

.main-wrapper .sub-menu li {
  width: 100%;
  line-height: 1.4;
  text-align: left;
}

.main-wrapper .sub-menu li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px 10px 15px!important;
  color: #FFF;
  font-weight:normal;
  font-size:15px;
  text-decoration: none;
  border-bottom:0.05em dotted #9D9D9D;
}

.main-wrapper .sub-menu li:last-child a {
  color: #FFF;
  text-decoration: none;
  border-bottom: none;
}

.main-wrapper .sub-menu li a:hover {
  background-color: #938052;
  color: #FFF;
  text-decoration: none;
}

.main-wrapper .sub-menu li:last-child  a:hover {
  background-color: #938052;
  color: #FFFF;
  text-decoration: none;
}

.main-wrapper .sub-menu:before {
  position: absolute;
  display: block;
  content: "";
  width: 220px;
  height: 20px;
  left: 50%;
  margin-left:-110px;
  top: -9px;
  background-image: url(../images/common/popup_arrow.png);
  background-position: center top;
  background-repeat: no-repeat;
}