body {
  letter-spacing: 0;
}


/* Header
=========================================================== ======================== */
#nav.fixed #main_nav {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
#header {
  background: url(../image/bg_header.png) right center no-repeat;
  font-size: 0;
  margin: auto;
  width: 100%;
  position: relative;
}

#header .wcm::before {
  background: url(../image/img-header-photo.png) right bottom no-repeat;
  background-size: 100%;
  content: "";
  width: 462px;
  height: 96px;
  position: absolute;
  bottom: 0;
  right: -21px;
}

@media (min-width: 768px) {
  #header {
    height: 90px;
  }
  #header .wcm::after {
    background: url(../image/img-header-photo2.png) 0 0 no-repeat;
    background-size: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 38.1%;
    width: 318px;
    height: 90px;
  }
}

@media (max-width: 1124px) {
  #header {
    -webkit-background-size: 60% 100%;
    background-size: 60% 100%;
  }
}
#header .logo,
.header_right {
  display: inline-block;
  vertical-align: middle;
}
#header .logo {
  height: 90px;
  width: 260px;
  padding: 2px 0 5px;
}
#header .logo img {
  height: auto;
  max-height: 100%;
  width: auto;
}
.header_right {
  display: none;
  text-align: right;
  width: 650px;
}
.header_right .h1_wrapper {
  margin-bottom: 10px;
  min-height: 14px;
}
.header_right h1 {
  color: #000;
  display: block;
  font-size: 13px;
  position: relative;
  top: -3px;
}
.header_right_sns {
  font-size: 0;
}
.header_right_sns li {
  display: inline-block;
  margin-right: 9px;
  vertical-align: middle;
}
.header_right_sns li:last-child {
  margin-left: 16px;
  margin-right: 0;
}
.header_right_sns li a.no-link img {
  opacity: 1!important;
}
.header_right_sns li a.no-link {
  cursor: default;
}

.header_inner {
  position: relative;
}


/* NAV
  =========================================================== ======================== */
.header_sp__nav {
  display: none;
}
#main_nav {
  background: #c92121;
  font-size: 0;
  text-align: center;
}
#main_nav ul {
  position: relative;
  max-width: 1000px;
  margin: auto;
}
#main_nav ul li {
  background: url(/image_cmn/header/line_nav.png) no-repeat center left;
  display: inline-block;
  vertical-align: top;
}
#main_nav > ul > li:last-child a {
  background: url(/image_cmn/header/line_nav.png) no-repeat center right;
}
#main_nav ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 20px;
  padding: 5px 20px 9px;
  position: relative;
}
#main_nav > ul > li > a {
  display: table;
  height: 68px;
  width: 100%;
}
#main_nav > ul > li > a >span,
#main_nav > ul > li > a >div {
  display: table-cell;
  vertical-align: middle;
}
#main_nav ul li a:focus {
  text-decoration: underline;
}
#main_nav ul li .sub a:hover {
  opacity: 0.5;
  text-decoration: none;
}
#main_nav > ul > li > a:focus {
  text-decoration: none;
}
#main_nav > ul >li.has_sub.active a::after {
  display: block;
}
#main_nav ul li.has_sub > a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 10px 14px;
  border-color: transparent transparent #F19F9F transparent;
  position: absolute;
  bottom: 0;
  left: calc(50% - 14px);
  display: none;
}
#main_nav ul li .sub {
  display: none;
  left: 0;
  right: 0;
  position: absolute;
  top: 100%;
  /* min-height: 335px; */
  z-index: 100;
  background: #F19F9F url('/image_cmn/header/h_bg.png') right bottom no-repeat;
  border: 3px solid #C82121;
  border-top: none;
  padding: 30px 25px;
}
/* #main_nav ul li.active .sub {
  display: block;
} */
#main_nav ul li .sub ul {
  background: none;
  max-width: none;
  position: relative;
}
#main_nav ul li .sub li {
  background: none;
  display: block;
  float: left;
  width: 25%;
  padding: 0 6px 15px;
}
#main_nav ul li /*.sub-01 li,*/
/*#main_nav ul li .sub.sub-02 li,*/
#main_nav ul li .sub-06 li {
  width: 33.333%;
}
#main_nav ul li .sub-04,
#main_nav ul li .sub-05 {
  width: 755px;
  left:  auto;
  /* min-height: 165px; */
}
#main_nav ul li .sub.sub-04 li,
#main_nav ul li .sub.sub-05 li {
  width: 33.333%;
}
#main_nav ul li .sub li a {
  background: #fff url('/image_cmn/header/h_ico.png') right bottom no-repeat;
  border-left: 5px solid #C82121;
  display: table;
  width: 100%;
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 22px;
  padding: 12px;
  text-align: left;
  color: #000;
  font-weight: normal;
  min-height: 70px;
}
#main_nav ul li .sub li.gr a {
  background: #fff url('/image_cmn/header/h_ico_gr.png') right bottom no-repeat;
  border-left-color: #474747;
}
#main_nav ul li .sub li a.fz19 {
  font-size: 19px;
}
#main_nav ul li .sub li a.fz19 em {
  font-size: 15px;
}
#main_nav ul li .sub li a span {
  display: table-cell;
  vertical-align: middle;
}
#main_nav ul li .sub li.no-link > a {
  background-color: #bfbfbf;
  border-bottom: 1px solid #a6a6a6;
  cursor: default;
}
#main_nav ul li .sub li.no-link > a:hover {
  background-color: #bfbfbf;
}
#main_nav ul li .sub li a:hover {
  opacity: 0.7;
}
#main_nav ul li .sub li.gr a {
  cursor: default;
  pointer-events: none;
}
#main_nav ul li .sub li.gr a:hover {
  opacity: 1;
}
#main_nav .sub .sub {
  position: static;
  width: 100%;
}
#main_nav .sub .sub li a {
  background-position: left 25px center;
  padding-left: 40px;
}
.sub .h_btnclose {
  position: relative;
  cursor: pointer;
  float: right;
}
.sub .h_btnclose:hover {
  opacity: 0.7;
}
@media (max-width:980px) {
  #main_nav ul li a {
    font-size: 16px;
  }
}
@media (max-width:910px) {
  .chinese_top #main_nav ul li a {
    font-size: 15px;
    padding: 9px 12px;
  }
}
@media (max-width:800px) {
  #main_nav ul li a {
    padding: 9px 8px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #main_nav ul li a {
    padding:  10px 22px 9px;
  }
  #main_nav ul li .sub li a {
    padding: 14px 12px 10px;
  }
  #main_nav ul li .sub {
    top: 99%;
  }
}
@media (max-width:900px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #main_nav ul li a {
    font-size: 16px;
  }
}
@media (max-width:850px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #main_nav ul li a {
    padding: 10px 11px 9px;
  }
}

/* NAV type01 */
#main_nav.nav_type01 {
  background: #000;
  font-size: 0;
  text-align: center;
}
#main_nav.nav_type01 > ul {
  max-width: 1050px;
  height: 66px;
}
#main_nav.nav_type01 ul li.has_sub {
  background: #c92121;
  border: 1px solid #fff;
  border-left: 4px solid #fff;
  margin: 7px 2px;
  width: 11.85%;
}
#main_nav.nav_type01 ul li.home {
  background: #900 url(/image_cmn/header/btn_home_pc.png) no-repeat center left 4px;
  background-size: 17px 15px;
  border-left: 1px solid #fff;
  width: calc(11.85% + 4px);
}
#main_nav.nav_type01 ul li.has_sub.home a::before {
  border-width: 0;
}
#main_nav.nav_type01 ul li.home a .link_area {
  font-size: 16px;
  padding: 5px 0px 5px 19px;
  letter-spacing: -.025em;
}
#main_nav.nav_type01 ul li.has_sub .has_sub_link {
  background-image: none;
  margin: 0 0 -8px;
  padding: 0 0 8px;
  position: relative;
  height: 58px;
}
#main_nav.nav_type01 ul li.has_sub .has_sub_link::before {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 4px;
  height: 0;
  width: 0;
}
#main_nav.nav_type01 ul li a .link_area {
  font-size: 15px;
  height: 100%;
  padding: 5px 12px 5px 4px;
}
#main_nav.nav_type01 ul li.has_sub > a::after {
  border-width: 0 15px 11px 15px;
  bottom: -4px;
}
#main_nav.nav_type01 ul li .sub-06 {
  padding: 15px 10px 10px;
  max-width: 950px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  width: 100%;
}
#main_nav.nav_type01 ul li .sub.sub-06 li {
  width: 33.333%;
  padding: 0 4px 10px;
}
#main_nav.nav_type01 ul li .sub.sub-06 a,
#main_nav.nav_type01 ul li .sub.sub-06 li .gr_box {
  line-height: 20px;
  padding: 5px 0 5px 10px;
  min-height: 50px;
}

@media (max-width: 1020px) {
  #main_nav.nav_type01 ul li a .link_area {
    font-size: 13px;
    padding: 5px 12% 5px 5%;
  }
}

@media (max-width: 930px) {
  #main_nav.nav_type01 ul li a .link_area {
    font-size: 11px;
  }
}

@media (max-width: 840px) {
  #main_nav.nav_type01 ul li a .link_area {
    padding: 5px 10% 5px 3%;
  }
}

@media (max-width:767px) {
  #header .wcm::before {
    background:none;
    display: none;
  }
  .top_slider .next,
  .top_slider .prev {
    width: 16px;
    height: 31px;
    -webkit-background-size: 100%;
    background-size: 100%;
    right: 15px;
  }
  .top_slider .prev {
    left: 15px;
    right: auto;
  }

  #nav {
    display: none;
  }
  #header {
    background: #fff;
    padding: 0 14px;
    position: relative;
    z-index: 99;
    /* overflow-x: hidden; */
  }
  .header_sp__logo {
    float: left;
    max-height: 95px;
    overflow: hidden;
    position: relative;
    /* top: -3px; */
    width: auto;
    /* margin: 7px 0; */
  }
  .header_sp__logo img {
    height: 80px;
    margin: 10px 0;
    width: auto;
  }
  .header_sp__menubtn {
    align-items: center;
    background-image: url(../image/btn-open-menu.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #FFF;
    display: flex;
    float: right;
    font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝体","游明朝","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","HG明朝E","ryo-display-plusn",serif;
    font-size: 14px;
    height: 65px;
    justify-content: center;
    margin: 15px -1px 0 0;
    width: 134px;
    padding-right: 20px;
    position: relative;
  }
  a.header_sp__menubtn {
    color: #FFF;
  }
  .header_sp__menubtn.active {
    background-image: url(../image/btn-close-menu-main.png);
    width: 134px;
  }
  .header_sp__nav {
    background: #fff;
    display: none;
    left: 0;
    padding: 3px 0;
    position: absolute;
    top: 96px;
    width: 100%;
  }
  .header_sp__nav::before,
  .header_sp__nav::after {
    background: url(/image_cmn/header/bg_menu_sp_line.png) repeat-x top left;
    background-size: 12px 3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
  }
  .header_sp__nav::before {
    top: 0;
  }
  .header_sp__nav::after {
    bottom: 0;
  }
  .header_sp__nav > ul:first-of-type {
    border-top: 1px solid #d2d2d2;
  }
  .header_sp__nav ul li {
    background-image: url(/image_cmn/header/ico_ar_right_gold.png);
    background-repeat: no-repeat;
    background-position: center right 14px;
    background-size: 6px 9px;
    font-size: 17px;
  }
  .header_sp__nav ul li.no-link {
    background-color: #e8e8e8;
    background-image: url(/image_cmn/footer/ico_ar_right_gold_hide.png);
  }
  .header_sp__nav ul li.has_sub {
    background-image: url(/image_cmn/header/ico_ar_down_gold.png);
    background-position: top 26px right 14px;
    background-size: 9px 6px;
  }
  .header_sp__nav ul li.has_sub .icon {
    height: 57px;
    position: absolute;
    right: 0;
    z-index: 1;
  }
  .header_sp__nav > ul > li.has_sub > .icon {
    width: 100%;
  }
  .header_sp__nav ul li.home {
    background-image: url(/image_cmn/header/btn_home_sp.png);
    background-position: center right 14px;
    background-size: 76px 27px;
  }
  .header_sp__nav ul li a,
  .header_sp__nav ul li.no-link .gr_box {
    background: url(/image_cmn/header/ico_dots_menu.png) no-repeat center left 14px;
    background-size: 19px 12px;
    border-bottom: 1px solid #d2d2d2;
    color: #0d53de;
    display: block;
    letter-spacing: -0.5px;
    padding: 15px 15px 14px 39px;
  }
  .header_sp__nav ul li.no-link a {
    background: url(/image_cmn/footer/ico_dots_menu_hide.png) no-repeat center left 15px;
    background-size: 19px 12px;
    color: #848484;
  }
  .header_sp__nav ul li a em {
    font-style: normal;
    margin-left: -7px;
    margin-right: -7px;
  }
  .header_sp__nav ul li.active {
    background-image: url(/image_cmn/header/ico_ar_up_gold.png);
  }
  .header_sp__nav ul li .sub {
    background: #f7f4ef;
    border-top: 0;
    display: none;
  }
  .header_sp__nav .sub .sub {
    display: none!important;
  }
  body .header_sp__nav ul li .sub li .sub li a {
    background-position: center left 40px;
    padding-left: 60px;
  }
  .header_sp__nav ul li .sub li {
    background-image: url(/image_cmn/header/ico_ar_right_gold.png);
  }
  .header_sp__nav ul li .sub li.no-link {
    background-color: #e8e8e8;
   /*  background-image: url(/image_cmn/footer/ico_ar_right_gold_hide.png);      */
  }
  .header_sp__nav ul li .sub li a {
    background: url(/image_cmn/header/ico_dots_menu_small.png) no-repeat center left 24px;
    background-size: 14px 9px;
    padding-left: 44px;
  }
  .header_sp__nav ul li .sub li.no-link a {
    background: url(/image_cmn/footer/ico_dots_menu_hide.png) no-repeat center left 24px;
    background-size: 14px 9px;
    border-bottom: 1px solid #d2d2d2;
    color: #848484;
    padding-left: 44px;
  }
  .header_sp__nav ul li .sub.sub_sns li,
  .header_sp__nav ul li .sub li.new_tab {
    background-image: url(/image_cmn/header/ico_newtab.png);
    background-position: top 20px right 13px;
    background-size: 18px 16px;
  }
  .header_sp__nav ul li .sub.sub_sns li.no-link {
    background-color: #e8e8e8;
    background-image: url(/image_cmn/header/ico_newtab_hide.png);
    background-position: top 20px right 13px;
    background-size: 18px 16px;
  }
  .header_sp__nav ul li .sub li.no-link {
    background-color: #e8e8e8;
    background-image: url(/image_cmn/footer/ico_ar_right_gold_hide.png);
  }
  .header_sp__nav ul li .sub li a,
  .header_sp__nav ul li .sub li.no-link .gr_box {
    background: url(/image_cmn/header/ico_dots_menu_small.png) no-repeat center left 24px;
    background-size: 14px 9px;
    padding-left: 44px;
  }
  .header_sp__nav ul li .sub li.no-link .gr_box {
    background: url(/image_cmn/footer/ico_dots_menu_hide.png) no-repeat center left 24px;
    background-size: 14px 9px;
    border-bottom: 1px solid #d2d2d2;
    color: #666;
    padding-left: 44px;
  }
  .header_sp__nav .btn_close {
    align-items: center;
    background: url(../image/btn-close-menu.png) no-repeat top left;
    background-size: 100% 100%;
    color: #FFF;
    display: flex !important;
    font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝体","游明朝","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","HG明朝E","ryo-display-plusn",serif;
    font-size: 14px;
    height: 45px;
    justify-content: center;
    margin: 20px auto 39px;
    width: 149px;
    padding-right: 20px;
    position: relative;
    border: none;
    text-shadow: none;
    box-shadow: none;
    top: auto;
    right: auto;
  }
  #top .top_slider_wrapper {
    height: auto;
    margin-bottom: 0;
    padding: 0;
  }
  .top_slider li img {
    height: auto;
  }
  .top_slider li img.btn_more {
    bottom: 8px;
    display: none;
    height: auto;
    right: 11px;
    width: 27.5%;
  }
  .top_slider .slick-prev,
  .top_slider .slick-next {
    height: 39px;
    width: 22px;
  }
  .top_slider .slick-next {
    right: 14px;
  }
  .top_slider .slick-prev {
    left: 14px;
  }
  .top_slider .slick-dots {
    bottom: -25px;
  }
  .top_slider .slick-dots li,
  .top_slider .slick-dots li button {
    height: 11px;
    width: 11px;
  }
  .top_slider .slick-dots li {
    margin: 0 6px;
  }
  .header_language {
    background: #f7f4ef;
    overflow: hidden;
  }
  .header_language .gear_icon {
    background: url(/image_cmn/header/ico_settings.png) no-repeat center left 13px;
    background-size: 18px 18px;
    font-size: 16px;
    margin-top: 5px;
    padding-left: 40px;
  }
}
@media (max-width:460px) {
  .header_sp__logo img {
    height: 75px;
    margin: 10px 0;
  }
  .header_sp__menubtn {
    width: 115px;
    height: 56px;
    margin-top: 20px;
  }
  .header_sp__menubtn.active {
    width: 115px;
    height: 56px;
    margin-top: 20px;
  }
}
@media (max-width:413px) {
  /* #header {
    padding: 10px 11px 9px;
  } */
  .header_sp__nav {
    top: 74px;
  }
  .header_sp__logo img {
    height: 60px;
    /* height: 80px; */
  }
  .header_sp__menubtn {
    height: 51px;
    width: 104px;
    margin-top: 15px;
  }
  .header_sp__menubtn.active {
    height: 51px;
    width: 104px;
    margin-top: 15px;
  }
  .header_sp__nav ul li a {
    background-position: top 50% left 12px;
    font-size: 16px;
    line-height: 1.4;
    padding: 18px 20px 16px 39px;
  }
  .header_sp__nav ul li .sub li a {
    background-position: top 50% left 22px;
  }
  .header_sp__nav ul li .sub li.no-link .gr_box {
    background-position: top 24px left 24px;
  }
  .top_slider .slick-dots li,
  .top_slider .slick-dots li button {
    height: 9px;
    width: 9px;
  }
  .top_slider .slick-dots li {
    margin: 0 5px;
  }
}
@media (max-width:350px) {
  .header_sp__logo img {
    height: 55px;
  }
  .header_sp__menubtn {
    height: 46px;
    width: 95px;
    margin-top: 15px;
  }
  .header_sp__menubtn.active {
    height: 46px;
    width: 95px;
    margin-top: 15px;
  }
}

/*header audio*/

#header .wcm {
  position: relative;
  max-width: 1060px;
  padding: 0 11px;
}

dl.mod_header_audio {
  position: absolute;
  background: url(../image/bg-header-music.png) no-repeat center left;
  padding-top: 1px;
  width: 497px;
  height: 105px;
  left: calc(50% - 207px);
  top: calc(50% - 52px);
}

dl.mod_header_audio dt {
  width: 100%;
  text-align: left;
  margin: 2px 0 0 0;
  padding-top: 1px;
  text-align: center;
}

dl.mod_header_audio dt img {
  display: inline-block;
}

dl.mod_header_audio dt > span {
  font-size: 13px;
  display: block;
  line-height: 1;
  margin: 8px 5px 6px 15px;
  text-align: left;
}
dl.mod_header_audio .mod_header_audio_txt {
  font-size: 18px;
  display: block;
  line-height: 1;
  margin: 7px 22px 6px;
  letter-spacing: 0.03em;
}
dl.mod_header_audio dt span.icon {
  font-size: 14px;
  margin-left: 42px;
}
dl.mod_header_audio dt span.icon span {
  background:url(../image/music-icon.png) left top no-repeat;
  display: inline-block;
  letter-spacing: .06em;
  line-height: 17px;
  margin-left: 83px;
  padding-left: 25px;
}
dl.mod_header_audio dt .music_introduce {
  position: absolute;
  top: 19px;
  right: 16px;
}

dl.mod_header_audio dd {
  display: flex;
  overflow: hidden;
  -js-display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  width: 94%;
  margin: auto;
  padding: 6px 0 0 0;
}


/* header_music�*/

.cf:after {
  content: "";
  display: table;
  clear: both;
}

.header_music_bnr {
  padding-top: 0;
  margin: 0 0 5px;
}
.header_music_bnr a:hover img {
  opacity: 1;
}

#subcnt .caption {
  margin: 0 0 15px;
  text-align: center;
}

.ipad_view {
  display: none;
}

.music {
  display: block;
  height: 28px;
  position: relative;
}

.music + .music {
  margin-left: 8px;
}

.music:hover {
  opacity: .8;
}

@media screen and (max-width: 1028px) {
  .ipad_view {
    display: block;
  }
}

div.jp-jplayer {
  width:0px;
  height:0px;
}
div.jp-interface ul.jp-controls {
  height: 100%;
  list-style-type:none;
  padding:0;
  padding-right: 0 !important;
  margin: 0;
  overflow: visible;
}
div.jp-interface ul.jp-controls li {
  display:inline;
  float: none !important;
  margin: 0 !important;
  width: auto !important;
}
div.jp-interface ul.jp-controls a {
  position: absolute;
  overflow: visible;
  text-indent:-9999px;
}
div.jp-audio a.jp-play,
div.jp-audio a.jp-pause {
  display: block;
  position: absolute;
  width: 20%;
  height: 80%;
  cursor: pointer;
  margin: 0;
}
ul.jp-controls li a.jp-play {
  background: url(sprite_btn_jplayer.png) left -4% no-repeat;
  background-size: 480%;
  position: relative;
  left: 2%;
  overflow: visible;
  font-size:0;
}
ul.jp-controls li a.jp-pause {
  background: url(sprite_btn_jplayer.png) 58% -4% no-repeat;
  background-size: 480%;
  position:relative;
  left: 3%;
  font-size:0;
}
div.jp-progress {
  overflow:hidden;
}
div.jp-audio div.jp-progress {
  position: absolute;
  top: 20%;
  left: 24%;
  height: 44%;
  width: 72%;
}
div.jp-audio div.jp-type-single div.jp-progress {
  left:60px;
  width:100px;
}
div.jp-seek-bar {
  background:url(sprite_btn_jplayer.png) -46px 64% repeat-x;
  height:90%;
  width: 100%;
  cursor: pointer;
}
div.jp-play-bar {
  background: url(sprite_btn_jplayer.png) -46px 99% repeat-x ;
  height:100%;
}

.music_gr {
  pointer-events: none;
  cursor: default;
}

.music:hover,
.music_gr:hover {
  opacity: 1;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

.header_music_bnr {
  padding-top: 0;
  margin: 0 0 5px;
  position: relative;
}
.header_music_bnr a:hover img {
  opacity: 1;
}

#subcnt .caption {
  margin: 0 0 15px;
  text-align: center;
}

.ipad_view {
  display: none;
}

@media screen and (max-width: 1028px) {
  .ipad_view {
    display: block;
  }
}


.nakamura_song_playbtn .audio_box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
}

.jp-audio {
  overflow: visible;
  position: absolute;
  top: -3px;
  left: 0;
  background-size: contain;
  margin: 0;
}

div.jp-jplayer {
  width:0px;
  height:0px;
}
div.jp-interface {
  position: absolute;
  overflow: visible;
  width:100%;
  height: 36%;
  margin:0;
  bottom: 0;
}
div.jp-interface ul.jp-controls {
  height: 100%;
  list-style-type:none;
  padding:0;
  padding-right: 0 !important;
  margin: 0;
  overflow: visible;
}
div.jp-interface ul.jp-controls li {
  display:inline;
  float: none !important;
  margin: 0 !important;
  width: auto !important;
}
div.jp-interface ul.jp-controls a {
  position: absolute;
  overflow: visible;
  text-indent:-9999px;
}
div.jp-audio a.jp-play,
div.jp-audio a.jp-pause {
  display: block;
  position: absolute;
  width: 20%;
  height: 80%;
  cursor: pointer;
  margin: 0;
}
ul.jp-controls li a.jp-play {
  background: url(/image_cmn/header/header_music_btn_jplayer.png) left top -3px no-repeat;
  background-size: 157px;
  position: relative;
  left: 2%;
  overflow: visible;
  font-size:0;
  height: 34px;
  width: 36px;
}
/*ul.jp-controls li a.jp-play:hover {
  background-position: 33% -3px;
}*/
ul.jp-controls li a.jp-pause {
  background: url(/image_cmn/header/header_music_btn_jplayer.png) 67% -3px no-repeat;
  background-size: 157px;
  position:relative;
  left: 3%;
  font-size:0;
  height: 34px;
  width: 36px;
}
/*ul.jp-controls li a.jp-pause:hover {
  background-position: 101% -3px;
}*/
div.jp-progress {
  overflow:hidden;
}
div.jp-audio div.jp-progress {
  position: absolute;
  top: 5px;
  left: 39px;
  height: 25px;
  width: 91px;
}
div.jp-audio div.jp-type-single div.jp-progress {
  left:60px;
  width:100px;
}
div.jp-seek-bar {
  background:url(/image_cmn/header/header_music_btn_jplayer.png) 0 61% repeat-x;
  height:90%;
  width: 100%;
  cursor: pointer;
}
div.jp-play-bar {
  background: url(/image_cmn/header/header_music_btn_jplayer.png) 0 99% repeat-x ;
  height:100%;
  width: 0%;
}



.music .btn {
  padding: 0;
  border: none;
}
.music .btn:active {
  box-shadow: none;
}

.gr {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 1;
}

/* language_select_block
=========================================================== ======================== */
.language_select_block {
  position: absolute;
  top: 31px;
  right: 2px;
  z-index: 1;
}
.language_select_wrap {
  position: relative;
  width: 359px;
}
.language_select {
  background: #fff;
  border: 1px solid #755823;
  display: flex;
}
.language_select_item {
  background: #fff;
  font-size: 13px;
  letter-spacing: 0;
  height: 25px;
  text-align: center;
  display: flex;
  align-items: center;
}
.language_select_item a,
.language_select_item > span {
  white-space: nowrap;
  height: 15px;
  display: flex;
  align-items: center;
  border-right: 1px solid #000;
}
.language_select_item:last-of-type a,
.language_select_item:last-of-type > span {
  border-right: none;
}

@media (min-width: 1041px) {
  .language_select_item:nth-of-type(1) a,
  .language_select_item:nth-of-type(2) a,
  .language_select_item:nth-of-type(2) > span {
    padding: 0 14px;
  }
  .language_select_item:nth-of-type(3) a,
  .language_select_item:nth-of-type(3) > span {
    padding: 0 10px 0 12px;
  }
  .language_select_item:nth-of-type(4) a,
  .language_select_item:nth-of-type(4) > span {
    padding: 0 12px 0 11px;
  }
  .language_select_item:nth-of-type(5) a,
  .language_select_item:nth-of-type(5) > span {
    padding: 1px 13px 0;
  }
}

@media (max-width: 1040px) and (min-width: 768px) {
  .language_select_wrap {
    width: 340px;
  }
  .language_select_item {
    width: 20%;
  }
  .language_select_item a,
  .language_select_item > span {
    justify-content: center;
    width: 100%;
  }
}

/* Footer
  =========================================================== ======================== */
#footer {
  background: url(/image_cmn/footer/line_footer.png) repeat-x top left;
  margin: 106px 0 0 0;
  min-height:250px;
  position: relative;
}

.btn_gotop {
  backface-visibility: hidden;
  background: #ffabab;
  border: 1px solid #991c1c;
  bottom: 20px;
  display: none;
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝体","游明朝","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","HG明朝E","ryo-display-plusn",serif;
  font-size: 14px;
  font-weight: 600;
  position: fixed;
  right: 31px;
  width: 191px;
  z-index: 2;
}
.btn_gotop:hover {
  opacity:0.6;
}
.btn_gotop::before,
.btn_gotop::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
}
.btn_gotop::before {
  top: 0;
  left: 0;
  background: url(/image/ico-btn01.png) no-repeat 0 0;
}

.btn_gotop::after {
  top: 0;
  right: 0;
  background: url(/image/ico-btn01.png) no-repeat 0 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn_gotop_inner::before,
.btn_gotop_inner::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
}
.btn_gotop_inner::before {
  bottom: 0;
  left: 0;
  background: url(/image/ico-btn01.png) no-repeat 0 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.btn_gotop_inner::after {
  bottom: 0;
  right: 0;
  background: url(/image/ico-btn01.png) no-repeat 0 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn_gotop_text {
  border: solid 1px #cb6868;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.4;
  margin: 3px 4px;
  padding: 10px 30px 10px 20px;
  position: relative;
  text-align: center;
  font-feature-settings: "pkna";
}

.btn_gotop_text::after {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
  width: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.btn_gotop_sp .roll:hover {
  opacity: 1;
}

.btn_gotop.fixed {
  bottom: 280px;
  position: absolute;
}

.footer_inner {
  margin: auto;
  max-width: 780px;
  padding: 33px 0;
  width: 100%;
}

.footer_inner .footer_cols {
  margin-bottom: 17px;
}

.footer_inner [class*="col_"] {
  float: left;
}

.footer_inner [class*="col_"] li a {
  color: #0d53de;
  font-size: 15px;
  letter-spacing: 0.6px;
}

.footer_inner [class*="col_"] li a:hover,
.footer_inner .footer_hor_menu li a:hover {
  opacity: 0.5;
}

.footer_inner [class*="col_"] li {
  margin-bottom: 5px;
}

.footer_inner [class*="col_"] li.no-link {
  color: #848484;
}

.footer_inner .col_1 {
  width: 175px;
}

.footer_inner .col_2 {
  width: 205px;
}

.footer_inner .col_2 li .sub {
  left: -4px;
  position: relative;
}

.footer_inner .col_3 {
  width: 256px;
}

.footer_inner .col_4 {
  padding-top: 2px;
  width: 144px;
}

.footer_inner [class*="col_"] .sub {
  padding-top: 5px;
}

.footer_inner [class*="col_"] .sub li {
  background: url(/image_cmn/footer/bg_sub_menu.png) no-repeat top 5px left 11px;
  padding-left: 21px;
}

.footer_inner .footer_hor_menu {
  margin-bottom: 23px;
  text-align: center;
}

.footer_inner .footer_hor_menu li {
  background: url(/image_cmn/header/ico_dots_menu.png) no-repeat center left 0;
  background-size: 19px 12px;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1px;
  margin-right: 12px;
  padding-left: 25px;
}

.footer_inner .footer_hor_menu li.no-link {
  background: url(/image_cmn/footer/ico_dots_menu_hide.png) no-repeat center left 15px;
  background-size: 19px 12px;
  color: #848484;
}

.footer_inner .footer_hor_menu li:last-child {
  margin-right: 0;
}

.footer_inner .footer_hor_menu li a {
  color: #0d53de;
}

.footer_inner .footer_hor_menu li:not(.no-link):hover {
  background-image: url(/image_cmn/header/ico_dots_menu_red.png);
}

.footer_inner .footer_hor_menu li:hover a {
  color: #A92121;
  opacity: 1;
}

.footer_inner #footer_logo_area {
  margin: 0 auto;
  width: 760px;
  text-align: center;
}

.footer_inner #footer_logo {
  width: 760px;
  margin: 0 auto 10px;
  font-size: 0;
}

.footer_inner #footer_logo li {
  display: inline-block;
  vertical-align: middle;
}
.footer_inner #footer_logo li:nth-child(1) {
  width: 35%;
  margin-right: 5.5%;
  }
.footer_inner #footer_logo li:nth-child(2) {
  width: 28%;
  }
.footer_inner #footer_logo li:nth-child(3) {
  width: 23%;
  margin-left: 7%;
  }

.footer_inner #footer_copy {
  letter-spacing: .075em;
  font-size: 16px;
  padding: 0;
  text-align: left;
  display: inline-block;
}

.footer_inner .box_copyright {
  font-size: 15px;
  line-height: 1;
  position: relative;
  text-align: center;
}

.footer_inner .box_copyright::after {
  background: url(/image_cmn/footer/bg_footer_after.png) no-repeat center;
  bottom: 9px;
  content: "";
  height: 87px;
  position: absolute;
  right: -101px;
  width: 94px;
}

.footer_inner .box_copyright .company_info {
  letter-spacing: 1px;
  max-width: 630px;
  margin: 0 auto;
}

.footer_inner .box_copyright .company_info #facility {
  float: left;
  text-align: left;
}

.footer_inner .box_copyright .company_info #facility span:first-of-type {
  font-size: 16px;
  letter-spacing: 0.2em;
}

.footer_inner .box_copyright .company_info .address {
  padding: 0.4em 0 0;
  display: block;
}

.footer_inner .box_copyright .company_info strong {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.footer_inner .box_copyright .copyright {
  color: #616161;
  font-size: 13px;
  letter-spacing: 1.2px;
  margin: 34px 0 0;
}

.footer_inner .txt__l {
  color: #b83333;
  font-size: 15px;
  letter-spacing: 0.15px;
  line-height: 21px;
  margin: 0 auto 0;
  padding: 20px 0 0;
  max-width: 630px;
  text-align: left;
  clear: both;
}
/* フッターはリンク色を変えない */
a.change_link_color {
  color: #616161;
}

@media (max-width:1024px) {
  /*.footer_inner #footer_logo li {
    padding: 0 18px;
  }*/
  .footer_inner #footer_copy {
    padding: 0 4%;
    font-size: 16px;
  }
}
@media (min-width:768px) {

  .btn_gotop_sp {
    display: none!important;
  }
}

@media (max-width:767px) {

  #footer {
    background: none;
    margin-top: 25px;
    padding-top: 93px;
  }

  .footer_inner {
    background: url(/image_cmn/footer/line_footer.png) repeat-x top left;
    padding: 0;
  }

  #footer.no-fixed .btn_gotop_sp {
    bottom: auto;
    position: absolute;
    top: 30px;
  }

  .footer_inner .footer_hor_menu {
    margin-bottom: 28px;
    text-align: left;
  }

  .footer_inner .footer_hor_menu li {
    background: url(/image_cmn/header/ico_ar_right_gold.png);
    background-position: center right 17px;
    background-repeat: no-repeat;
    background-size: 6px 9px;
    display: block;
    margin: 0;
    padding: 0;
  }

  .footer_inner .footer_hor_menu li.no-link {
    background-image: url(/image_cmn/footer/ico_ar_right_gold_hide.png);
  }

  .footer_inner .footer_hor_menu li a {
    background: url(/image_cmn/header/ico_dots_menu.png) no-repeat center left 15px;
    background-size: 19px 12px;
    border-bottom: 1px solid #d2d2d2;
    color: #0d53de;
    display: block;
    font-size: 17px;
    letter-spacing: 2px;
    padding: 18px 15px 15px 46px;
  }

  .footer_inner .footer_hor_menu li.no-link a {
    background: url(/image_cmn/footer/ico_dots_menu_hide.png) no-repeat center left 15px;
    background-size: 19px 12px;
    color: #848484;
  }

  .footer_inner #footer_logo_area {
    width: 100%;
  }

  .footer_inner #footer_logo {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }

  .footer_inner #footer_logo li:nth-child(1) {
    width: 80%;
    margin: 1rem auto 0;
  }
  .footer_inner #footer_logo li:nth-child(2) {
    width: 70%;
    margin: 1rem auto 0;
  }
  .footer_inner #footer_logo li:nth-child(3) {
    width: 70%;
    margin: 1rem auto 0;
  }

  .footer_inner .box_copyright {
    font-size: 16px;
    padding: 0;
    text-align: center;
  }

  .footer_inner .box_copyright .company_info {
    letter-spacing: 0;
    line-height: 1.5;
  }

  .footer_inner .box_copyright .company_info #facility {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }

  .footer_inner .box_copyright .company_info .address {
    padding: 0;
    display: block;
  }

  .footer_inner .box_copyright .company_info::after {
    background: url(/image_cmn/footer/bg_footer_after_sp.png) no-repeat center;
    background-size: 100% 100%;
    content: "";
    height: 72px;
    position: absolute;
    right: 12px;
    top: -17px;
    width: 78px;
  }

  .footer_inner .box_copyright .company_info strong {
    display: block;
    font-size: 25px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
  }

  .footer_inner .box_copyright .copyright {
    font-size: 12px;
    letter-spacing: 0.8px;
    line-height: 1.5;
    margin: 16px 0 25px;
    padding: 0px 70px;
    position: static;
  }

  .btn_gotop_sp {
    background: #ffabab;
    border: 1px solid #991c1c;
    bottom: 15px;
    display: none;
    font-size: 12px;
    height: 50px;
    line-height: 1;
    margin: auto;
    padding-top: 28px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 50px;
    z-index: 10;
  }
  a.btn_gotop_sp  {
    color: #000;
  }
  .btn_gotop_sp:after {
    border-color: #000 transparent transparent transparent;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 15px;
    top: 6px;
    width: 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .footer_sns {
    text-align: center;
  }

  .footer_sns li {
    margin-right: 15px;
  }

  .footer_sns li:last-child {
    margin: 0;
  }

  .footer_inner .box_copyright::after {
    display: none;
  }

  .footer_inner .txt__l {
    margin-top: 11px;
    padding: 0 40px;
  }
}

@media (max-width:413px) {

  .footer_inner .footer_hor_menu {
    margin-bottom: 31px;
  }

  .footer_inner .box_copyright .company_info strong {
    font-size: 23px;
  }

  .footer_inner .box_copyright .company_info::after {
    height: 56px;
    right: 5px;
    top: -12px;
    width: 61px;
  }

  .footer_inner .box_copyright .copyright {
    padding: 0 25px;
  }

  .header_right_sns li {
    margin-right: 13px;
  }

  .header_right_sns li:first-child img {
    height: 37px;
    width: 37px;
  }

  .header_right_sns li:nth-child(2) img {
    height: 37px;
    width: 37px;
  }

  .header_right_sns li:nth-child(3) img {
    height: 26px;
    width: 32px;
  }

  .header_right_sns li:nth-child(4) img {
    height: 32px;
    width: 43px;
  }

  .header_right_sns li:nth-child(5) img {
    height: 38px;
    width: 38px;
  }

  .header_right_sns li:last-child img {
    height: 38px;
    width: 38px;
  }
}

body .box_seo .seo_frame {
  font-size: 16px;
}

@media (max-width:767px) {
  .btn_seo {
    letter-spacing: 0;
  }
  body .box_seo .seo_frame {
    font-size: 12px;
  }
  .box_seo .seo_frame .expand_en p {
    max-height: 112px;
  }
  .box_seo .seo_frame .expand_en.active p {
    display: inline;
  }

  .seo_frame .expand_en .btn_seo {
    float: right;
  }
  .seo_frame .expand_en.active .btn_seo {
    float: none;
  }
}

@media (min-width: 768px) {
  .seo_frame .expand_en {
    display: block;
  }
}

@media (max-width: 767px) {
  .seo_frame .expand_en .btn_seo {
    display: inline-block;
  }
}

/* common parts
=========================================================== ======================== */

/* title */
.title_video {
  font-size: 1em;
  position: relative;
  text-align: center;
}
.title_video .ttl_txt {
  color: #fff;
  font-size: 1.4em;
  font-weight: 600;
  min-width: 980px;
  padding: 0 230px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  z-index: 1;
}

.title_h3cms >span span {
  letter-spacing: .05em;
}

@media (min-width: 768px) {
  .title_h3cms_white >span::before {
    background-position: 0 -1px;
  }
}

@media (max-width: 767px) {
  .title_video .ttl_txt {
    font-size: 1em;
    line-height: 1.3;
    padding: 0 50px;
    min-width: 100%;
  }
}

@media (min-width: 768px) {
  .title_h3cms.title_h3cms_short {
    font-size: 1.34em;
  }
  .title_h3cms.title_h3cms_short > span {
    max-width: 323px;
    padding: 0 20px;
  }
  .title_h3cms.title_h3cms_short.title_h3cms_white > span::before {
    background-image: url(/image_cmn/bgtitle/bgtitle_h3_short_before.png);
  }
  .title_h3cms.title_h3cms_short.title_h3cms_white > span::after {
    background-image: url(/image_cmn/bgtitle/bgtitle_h3_short_after.png);
  }
  .title_h3cms.title_h3cms_short > span span {
    max-width: 282px;
    padding-bottom: 7px;
    padding-top: 7px;
  }
}

.title_box {
  position: relative;
}
.box__green .title_h3cms {
  background-color: #298415;
}
.box__green hr {
  background-color: #298415;
}
.box__brown .title_h3cms {
  background-color: #aa8550;
}
.box__brown hr {
  background-color: #aa8550;
}
.box__dark-brown .title_h3cms {
  background-color: #6d3a00;
}
.box__dark-brown hr {
  background-color: #6d3a00;
}
.box__dark-brown02 .title_h3cms {
  background-color: #802626;
}
.box__dark-brown02 hr {
  background-color: #802626;
}
.box__light-brown .title_h3cms {
  background-color: #ab5422;
}
.box__light-brown hr {
  background-color: #ab5422;
}
.box__red .title_h3cms {
  background-color: #a82100;
}
.box__red hr {
  background-color: #a82100;
}
.box__green02 .title_h3cms {
  background-color: #056e3d;
}
.box__green02 hr {
  background-color: #056e3d;
}
.box__light-green .title_h3cms {
  background-color: #6c9149;
}
.box__light-green hr {
  background-color: #6c9149;
}
.box__blue .title_h3cms {
  background-color: #2c519c;
}
.box__blue hr {
  background-color: #2c519c;
}
.box__light-blue .title_h3cms {
  background-color: #438189;
}
.box__light-blue hr {
  background-color: #438189;
}
.box__purple .title_h3cms {
  background-color: #7622ab;
}
.box__purple hr {
  background-color: #7622ab;
}
.box__purple02 .title_h3cms {
  background-color: #8f1449;
}
.box__purple02 hr {
  background-color: #8f1449;
}
.box__orange .title_h3cms {
  background-color: #c1750b;
}
.box__orange hr {
  background-color: #c1750b;
}
.box__yellow .title_h3cms {
  background-color: #978239;
}
.box__yellow hr {
  background-color: #978239;
}
.box_inner {
  margin-bottom: 42px;
}
.box_inner:after {
  clear: both;
  content: '';
  display: table;
}

/* banner */
.box_link .content_banner {
  line-height: 1.34;
  margin: 0 auto;
  max-width: 496px;
}
.box_link .content_banner a {
  color: #000;
}
.box_link .content_banner a:hover {
  color: #dd0000;
}
.box_link .content_banner img {
  display: block;
}
.box_link .content_banner figcaption {
  font-size: 16px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .box_link .content_banner {
    width: 85%;
  }
}

/* english 上書き */
#main_nav.en_main_nav > ul > li:nth-child(n+4) > a {
  height: 63px;
}
#main_nav.en_main_nav ul li:nth-child(-n+3) .sub {
  top: 50%;
}
#main_nav.en_main_nav ul li.has_sub:nth-child(3) > a {
  position: relative;
}
#main_nav.en_main_nav ul li.has_sub:nth-child(3) > a::before {
  background: url(/image_cmn/header/line_nav.png) no-repeat center right;
  content: "";
  display: block;
  height: 32px;
  width: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

/* chinese 上書き */
.chinese_header dl.mod_header_audio dt span.icon {
  text-align: center;
}
.chinese_header dl.mod_header_audio dt span.icon span {
  margin-left: -25px;
}
.chinese_header dl.mod_header_audio .mod_header_audio_txt {
  text-align: center;
}

@media (max-width: 767px) {
  .chinese_btn_gotop_sp {
    width: 55px;
  }
}

@media (min-width:851px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #main_nav.chinese_main_nav ul li a {
    padding:  10px 19px 9px;
  }
}

.header_copy {
  position: absolute;
  width: 34%;
  max-width: 350px;
  left: 22%;
  top: 49%;
  transform: translateY(-50%);
  z-index: 1;
}
.header_copy.ko {
  top: 50%;
}
.header_copy_text {
  font-size: 15px;
  letter-spacing: .02em;
  line-height: 1.3;
}
@media (max-width: 1060px) {
  .header_copy_text {
    font-size: 1.4vw;
    letter-spacing: 0;
  }
}
@media (max-width: 990px) {
  .header_copy {
    width: 22%;
    left: 29%;
  }
  .header_copy.zh {
    width: 24%;
    left: 28%;
  }
  .header_copy.ko {
    width: 25%;
    left: 27%;
  }
  .header_copy.ko .header_copy_text {
    font-size: 1.3vw;
  }
}