@charset "UTF-8";
@font-face {
  font-family: 'Roboto Condensed Bold';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-bold.woff2") format("woff2"), url("../fonts/roboto-condensed-bold.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}

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

img, video {
  max-width: 100%;
  height: auto;
}

body {
  background-color: #fff;
  color: #231815;
  font-size: 13px;
  line-height: 1.6;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Osaka, arial, helvetica, sans-serif;
}

@media (min-width: 768px), print {
  body {
    font-size: 16px;
  }
}
@media print {
  .slick-prev, .slick-next {
    display:none;
  }
}
a {
  color: inherit;
  text-decoration: none;
}

.link_main01:hover {
  text-decoration: underline;
}

.font_serif {
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, serif, sans-serif;
}

.inline_pc {
  display: none;
}

@media (min-width: 768px), print {
  .inline_sp {
    display: none;
  }
  .inline_pc {
    display: inline;
  }
}

/* Form controls */
::-webkit-input-placeholder {
  color: #6f6f6f;
}

::-moz-placeholder {
  color: #6f6f6f;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #6f6f6f;
}

::-ms-input-placeholder {
  /* Edge */
  color: #6f6f6f;
}

textarea, [type="text"], [type="email"], [type="tel"], [type="search"], [type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #a0a0a0;
  padding: 0.2em 0.5em;
  font-size: 16px;
}

textarea:focus, [type="text"]:focus, [type="email"]:focus, [type="tel"]:focus, [type="search"]:focus, [type="password"]:focus {
  border-color: #43aeda;
}

[type="file"] {
  cursor: pointer;
}

select {
  height: 2em;
  border: 1px solid #a0a0a0;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  cursor: pointer;
}

select:focus {
  border-color: #43aeda;
}

/**
 * Parts
 */
.pagetop_btn {
  overflow: hidden;
  position: fixed;
  z-index: 20;
  right: 10px;
  bottom: 100px;
  width: 40px;
  height: 40px;
  background: #231815 url(../img/common/pagetop_bg01.png) no-repeat 50% 50%;
  background-size: 40px auto;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  text-indent: -999px;
}

.pagetop_btn.js_pagetop_btn_active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s;
}

/* Buttons */
.btn_small01 {
  /* top page story */
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 32px;
  background: #ab0012;
  background-image: url(../img/common/ico_arrow_right03.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 6px auto;
  border-radius: 2px;
  font-size: 16px;
  color: #fff;
}

.btn_big01 {
  /* top page */
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 40px;
  border-radius: 2px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  background: #ab0012;
  background-image: url(../img/common/ico_arrow_right03.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-size: 6px auto;
}

.btn_big01:hover {
  opacity: 0.7;
  transition: opacity 0.2s;
}

@media (min-width: 768px), print {
  .btn_big01 {
    height: 60px;
    font-size: 20px;
    background-size: 10px auto;
  }
}

/**
 * Helpers
 */
/* Custom margins */
.mt_0 {
  margin-top: 0 !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mt_60 {
  margin-top: 60px !important;
}

.mt_70 {
  margin-top: 70px !important;
}

.mt_80 {
  margin-top: 80px !important;
}

.mt_90 {
  margin-top: 90px !important;
}

.mt_100 {
  margin-top: 100px !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.mb_90 {
  margin-bottom: 90px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

/* Template responsive margins */
.mb_sm {
  margin-bottom: 10px;
}

.mb_md {
  margin-bottom: 20px;
}

.mb_lg {
  margin-bottom: 30px;
}

@media (min-width: 768px), print {
  .mb_sm {
    margin-bottom: 20px;
  }
  .mb_md {
    margin-bottom: 40px;
  }
  .mb_lg {
    margin-bottom: 60px;
  }
}

/**
 * Typography
 */
/* Headings */
.title_main01 {
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9b9795;
  font-size: 17px;
  line-height: 1.2;
  font-weight: bold;
}

.title_main02 {
  position: relative;
  margin-bottom: 16px;
  padding: 13px 10px 13px 26px;
  background-color: #f3f3f3;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  box-shadow: 2px 2px 0 #9b9795;
}

.title_main02::before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  width: 4px;
  background-color: #ab0012;
}

.title_main03 {
  margin-bottom: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #9b9795;
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
}

.title_main04 {
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 4px solid #ab0012;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
}

.side_title01 {
  margin-bottom: 10px;
  margin-left: 8px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
}

@media (min-width: 768px), print {
  .title_main01 {
    margin-bottom: 40px;
    padding-left: 10px;
    font-size: 26px;
  }
  .title_main02 {
    margin-bottom: 22px;
    margin: 0 30px 30px 30px;
    font-size: 22px;
  }
  .title_main03 {
    margin: 0 50px 30px 50px;
    font-size: 21px;
  }
  .title_main04 {
    margin: 0 50px 15px 50px;
    font-size: 18px;
  }
  .side_title01 {
    margin-left: 8px;
    margin-bottom: 13px;
    font-size: 18px;
  }
  /* 本文のインデント */
  .indent_main01 {
    margin-right: 50px;
    margin-left: 50px;
  }
}

/* Text utilities */
.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.bold_main01 {
  font-weight: bold;
}

/* Links */
.link_main:hover {
  text-decoration: underline;
}

/* Lists */
.list_main01 {
  /* bulleted list */
}

.list_main01 > li {
  position: relative;
  padding-left: 15px;
}

.list_main01 > li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #bd3947;
  border-radius: 100px;
}

.list_main01 > li + li {
  margin-top: 0.8em;
}

.list_main02 {
  /* numbered list */
  counter-reset: item;
}

.list_main02 > li {
  position: relative;
  padding-left: 2em;
  counter-increment: item;
}

.list_main02 > li::before {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 2em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

.list_main02 > li + li {
  margin-top: 0.8em;
}

/* Tables */
@media (max-width: 767px), print {
  .table_main01 {
    display: block;
  }
  .table_main01 thead, .table_main01 tbody, .table_main01 tr, .table_main01 th, .table_main01 td {
    display: block;
    text-align: left;
    font-weight: normal;
  }
  .table_main01 td {
    margin-top: 10px;
  }
  .table_main01 tr {
    padding: 20px 5px;
    border-bottom: 1px dotted #cdcbca;
  }
  .table_main01 tr:first-child {
    padding-top: 0;
  }
  .table_main01 .tablehead01 {
    font-weight: bold;
  }
}

@media (min-width: 768px), print {
  .table_main01 {
    width: 100%;
    border-top: 2px solid #cdcbca;
  }
  .table_main01 th, .table_main01 td {
    padding: 15px 20px;
    text-align: left;
    font-weight: normal;
  }
  .table_main01 tr {
    border-bottom: 2px solid #cdcbca;
  }
  .table_main01 .tablehead01 {
    background-color: #f3f3f3;
    font-weight: bold;
  }
}

/* Local navigation */
.local_nav01_group {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.local_nav01_item {
  display: inline-block;
  margin: 5px 10px;
  padding: 5px 0;
  text-decoration: underline;
}

@media (min-width: 768px), print {
  .local_nav01_group {
    max-width: 690px;
    margin-right: auto;
    margin-left: auto;
  }
  .local_nav01_item {
    margin: 5px;
    padding: 2px 20px 2px 5px;
    border: solid 1px #9b9795;
    border-radius: 3px;
    background: url(../img/common/ico_arrow_down01.png) no-repeat;
    background-position: calc(100% - 5px) 50%;
    text-decoration: none;
  }
}

/**
 * Main layout
 */
/* One column main content layout */
.content_single_wrap {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 10px 100px 10px;
}

/* Two columns main content layout. Sidebar on the left. */
.content_double_wrap {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 80px;
}

.content_double_side {
  padding: 30px 20px 20px 20px;
  background-color: #e4e4e4;
}

.content_double_main {
  padding-right: 12px;
  padding-bottom: 20px;
  padding-left: 12px;
}

@media (min-width: 961px), print {
  .content_single_wrap {
    padding-top: 50px;
  }
  .content_double_wrap {
    display: -webkit-box;
    display: flex;
    padding-top: 50px;
  }
  .content_double_side {
    display: inline-block;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 0;
            order: -1;
    width: 250px;
    padding: 0 30px 0 10px;
    background: none;
  }
  .content_double_main {
    display: inline-block;
    -webkit-box-flex: 1;
            flex-grow: 1;
    padding: 0;
  }
}

/* Helper for custom layouts */
.main_inner {
  max-width: 1040px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px), print {
  .main_inner {
    margin-right: auto;
    margin-left: auto;
  }
}

/**
 * Header
 */
.header_body01 {
  background-color: #fff;
  color: #000;
}

.header_body01_inner {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  max-width: 1040px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.header_body01_inner > * {
  /* ie flex children bug fix */
  display: inline-block;
}

.header_logo {
  width: 124px;
  margin-right: auto;
}

.menu_ico01 {
  margin-left: 5px;
}

.search_body {
  max-width: 290px;
}

.search_body *, .search_body *::before, .search_body *::after {
  box-sizing: content-box;
}

.search_body .gsc-input-box {
  height: auto;
}

.search_body .gsib_a {
  padding: 2px 10px;
}

@media (max-width: 960px), print {
  .header_body01 {
    border-bottom: 2px solid #ab0012;
  }
  .header_link {
    display: none;
  }
  .lang_switch {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    height: 35px;
    width: 35px;
    margin-right: 10px;
    border: 2px solid #ab0012;
    border-radius: 99px;
    font-size: 16px;
    color: #ab0012;
    font-weight: bold;
    text-align: center;
  }
  .lang_active {
    display: none;
  }
  .search_toggle {
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: url(../img/common/ico_magnifier01.png) no-repeat 50% 50%;
    background-size: 35px auto;
    text-indent: -999px;
  }
  .search_body {
    position: absolute;
    z-index: 20;
    top: 100%;
    right: 0;
    visibility: hidden;
    padding: 0 5px;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  .search_body.js_search_active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: 0.4s;
  }
  .menu_open {
    overflow: hidden;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url(../img/common/ico_menu_hamburg01.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 30px auto;
  }
  .menu_overlay, .menu_sub_body {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .menu_overlay.js_overlay_return, .menu_sub_body.js_overlay_return {
    transition: -webkit-transform 0.4s cubic-bezier(0, 0.52, 0, 1);
    transition: transform 0.4s cubic-bezier(0, 0.52, 0, 1);
    transition: transform 0.4s cubic-bezier(0, 0.52, 0, 1), -webkit-transform 0.4s cubic-bezier(0, 0.52, 0, 1);
  }
  .menu_overlay.js_overlay_active, .menu_sub_body.js_overlay_active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .menu_overlay {
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .menu_close {
    overflow: hidden;
    position: absolute;
    z-index: 30;
    left: 0;
    top: 0;
    width: 34%;
    height: 40px;
    background-color: #fff;
    background-image: url(../img/common/ico_menu_batsu01.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 18px) 50%;
    background-size: 18px auto;
    text-indent: -999px;
  }
  .menu_wrap {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: -blackberry-touch;
    height: 100%;
    padding-left: 34%;
    color: #fff;
  }
  .menu_sub_body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: -blackberry-touch;
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left: 34%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .menu_item, .menu_sub_item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    height: 40px;
    padding: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 1.2;
    background-color: #ab0012;
  }
  .menu_item.itemhassub, .menu_sub_item.itemhassub {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-image: url(../img/common/ico_menu_arrow_right01.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 50%;
    background-size: 5px auto;
  }
  .menu_sub_close {
    padding: 5px 8px 5px 18px;
    border: 1px solid #fff;
    border-radius: 4px;
    line-height: 1;
    background: url(../img/common/ico_menu_arrow_left01.png) no-repeat 6px 50%;
    background-size: 5px auto;
  }
  .menu_sub_close_text02 {
    display: none;
  }
  .mega_img {
    display: none;
  }
}

@media (min-width: 961px), print {
  .header_body01_inner {
    font-size: 15px;
    height: 70px;
  }
  .header_logo {
    width: 185px;
  }
  .header_link {
    display: inline-block;
    padding-left: 12px;
    margin-right: 25px;
    background: url(../img/common/ico_arrow_right01.png) no-repeat 0 50%;
    font-weight: bold;
  }
  .lang_switch {
    position: relative;
    margin-right: 25px;
    padding-bottom: 2px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .lang_switch.lang_active::after, .lang_switch:hover::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #ab0012;
  }
  .search_toggle {
    display: none;
  }
  .search_body {
    margin-left: 10px;
  }
  .menu_open {
    display: none;
  }
  .menu_overlay {
    position: relative;
    background-color: #ab0012;
    color: #fff;
  }
  .menu_close {
    display: none;
  }
  .menu_wrap {
    max-width: 1040px;
    margin: 0 auto;
  }
  .menu_sub_body {
    position: absolute;
    z-index: 20;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.85);
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
  }
  .menu_sub_body.js_overlay_return {
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-duration: 0.4s, 0.4s;
    transition-timing-function: cubic-bezier(0, 0.52, 0, 1);
  }
  .menu_sub_body.js_overlay_active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  .menu_group {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .menu_item {
    display: inline-block;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    width: 14.285714%;
    height: 65px;
    padding: 0 5px;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
  }
  .menu_item.js_sub_open_active, .menu_item:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .menu_item.menu_item_en {
    width: 50%;
  }
  .menu_sub_close {
    overflow: hidden;
    width: 5.5em;
    height: 35px;
    line-height: 35px;
    padding-left: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    background: rgba(235, 235, 235, 0.77) url(../img/common/ico_menu_batsu01.png) no-repeat 5px 50%;
    background-size: 20px auto;
    color: #000;
  }
  .menu_sub_close_text01 {
    display: none;
  }
  .menu_sub_close_text02 {
    display: inline;
  }
  .menu_sub_group {
    overflow: hidden;
    position: relative;
    max-width: 1040px;
    margin: 0 auto;
    padding: 50px 10px;
  }
  .menu_sub_item:hover {
    opacity: 0.7;
    transition: opacity 0.2s;
  }
  .mega_title01 {
    margin-bottom: 25px;
  }
  .mega_title01 .menu_sub_item {
    margin-bottom: 25px;
    padding-right: 1.5em;
    background: url(../img/common/ico_arrow_right02.png) no-repeat 100% 50%;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
  }
  .mega_group01 {
    float: left;
    width: 73.07%;
  }
  .mega_group01 .menu_sub_item {
    float: left;
    width: calc(33.333333% - 20px);
    margin-right: 20px;
    text-align: center;
  }
  .mega_img {
    display: block;
    margin-bottom: 10px;
  }
  .mega_group02 {
    float: right;
    width: 26.92%;
    border-top: 2px solid rgba(144, 145, 149, 0.25);
  }
  .mega_group02 .menu_sub_item {
    display: block;
    padding: 8px 15px 8px 10px;
    border-bottom: 2px solid rgba(144, 145, 149, 0.25);
    background: url(../img/common/ico_menu_arrow_right01.png) no-repeat;
    background-position: calc(100% - 8px) 50%;
  }
  .menu_hide_pc {
    display: none;
  }
}

/**
 * Footer navigation
 */
.foot_nav_wrap {
  display: none;
  overflow: hidden;
  background-color: #730012;
  background-image: linear-gradient(to bottom, #ab0012, #730012);
  color: #fff;
}

.foot_nav_inner {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 10px 10px 10px;
}

.foot_nav_group {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.foot_nav_group a:hover {
  opacity: 0.7;
  transition: opacity 0.2s;
}

.foot_nav_item {
  display: inline-block;
  width: calc(25% - 40px);
  margin: 0 20px 60px 20px;
  font-size: 13px;
}

.foot_nav_title01 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(210, 128, 137, 0.4);
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}

.foot_nav_title02 {
  font-size: 14px;
  margin-bottom: 5px;
}

.foot_nav_bullet {
  position: relative;
  padding-left: 1em;
}

.foot_nav_bullet::before {
  content: '-';
  position: absolute;
  left: 0;
}

.foot_nav_bullet + .foot_nav_bullet {
  margin-top: 5px;
}

.foot_nav_bullet.var01 {
  margin-left: 0.5em;
}

.foot_nav_parag01 {
  margin-bottom: 15px;
}

.foot_nav_ico01 {
  margin-left: 5px;
}

@media (min-width: 769px), print {
  .foot_nav_wrap {
    display: block;
  }
}

/**
 * Footer
 */
.footer_wrap {
  background-color: #231815;
  color: #fff;
}

.footer_inner {
  padding: 15px 0;
}

.footer_body01 {
  margin-bottom: 25px;
}

.footer_copy {
  font-size: 10px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.footer_link_wrap {
  font-size: 12px;
  text-align: center;
}

.footer_link {
  margin-right: 1em;
}

.footer_link:last-child {
  margin-right: 0;
}

@media (min-width: 769px), print {
  .footer_inner {
    overflow: hidden;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 10px;
  }
  .footer_body01 {
    float: left;
    margin-bottom: 0;
  }
  .footer_body02 {
    float: right;
  }
  .footer_copy {
    font-size: 12px;
    text-align: right;
  }
  .footer_link_wrap {
    font-size: 15px;
    text-align: left;
  }
  .footer_link {
    margin-right: 2em;
    padding-left: 15px;
    background: url(../img/common/ico_footer_arrow_right01.png) no-repeat 0 0.2em;
  }
  .footer_link:hover {
    opacity: 0.7;
    transition: opacity 0.2s;
  }
}

.obi_wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 80px;
  border-bottom: 2px solid #eeeeee;
  background-repeat: repeat;
  background-position: 50% 0;
  background-image: url(../img/common/obi_bg01.png);
}

.obi_wrap.var01 {
  background-image: url(../img/common/obi_bg02.png);
}

.obi_wrap.var02 {
  background-image: url(../img/common/obi_bg03.png);
}

.obi_wrap.var03 {
  background-image: url(../img/common/obi_bg04.png);
}

.obi_wrap.var04 {
  background-image: url(../img/common/obi_bg05.png);
}

.obi_wrap.var05 {
  background-image: url(../img/common/obi_bg06.png);
}

.obi_wrap.var06 {
  background-image: url(../img/common/obi_bg07.png);
}

.obi_wrap.var07 {
  background-image: url(../img/common/obi_bg08.png);
}

.obi_title {
  position: relative;
  display: inline-block;
  padding-bottom: 0.4em;
  font-size: 20px;
  line-height: 1.1;
  font-weight: bold;
}

.obi_title::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  width: 2em;
  height: 4px;
  background-color: #ab0012;
}

.breadcrumb_wrap {
  padding: 10px 0;
  border-top: 2px solid #eeeeee;
  font-size: 11px;
  line-height: 1.2;
}

.breadcrumb_wrap.var01 {
  display: none;
  border-top: none;
}

.breadcrumb_wrap a {
  color: #9b9795;
}

.breadcrumb_inner {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px), print {
  .obi_wrap {
    height: 130px;
  }
  .obi_title {
    font-size: 34px;
    line-height: 1;
  }
  .breadcrumb_wrap {
    font-size: 14px;
    line-height: 1.2;
  }
  .breadcrumb_wrap.var01 {
    display: block;
  }
}

/**
 * Common components
 */
/* Gallery one coloumn to three columns */
.gallery01_wrap {
  max-width: 302px;
  margin: 0 auto;
}

.gallery01_item:nth-child(n+2) {
  margin-top: 25px;
}

.gallery01_link {
  display: block;
}

.gallery01_link:hover {
  opacity: 0.7;
  transition: opacity 0.2s;
}

.gallery01_img {
  display: block;
  border: 1px solid #9b9795;
}

.gallery01_text {
  display: block;
  margin-top: 10px;
  text-align: center;
}

@media (min-width: 768px), print {
  .gallery01_wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .gallery01_item {
    width: 31%;
    margin: 0 0 0 3.5%;
  }
  .gallery01_item:nth-child(n+2) {
    margin-top: 0;
  }
  .gallery01_item:nth-child(n+4) {
    margin-top: 30px;
  }
  .gallery01_item:nth-child(3n+1) {
    margin-left: 0;
  }
}

/* Hero */
.hero01_wrap {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}

@media (min-width: 768px), print {
  .hero01_wrap {
    padding: 10px 0;
  }
}

/* Side navigation */
.side_nav_wrap {
  border-top: 2px solid #ab0012;
}

.side_nav_item {
  border-bottom: 1px solid #cecece;
  font-size: 14px;
  background-color: #f7f7f7;
}

.side_nav_btn01 {
  display: block;
  padding: 15px 10px;
  background-image: url(../img/common/ico_arrow_right04.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-size: 7px auto;
}

.side_nav_btn01:hover {
  font-weight: bold;
  color: #ab0012;
}

.side_nav_btn01.sidenavactive01 {
  font-weight: bold;
  color: #ab0012;
}

.side_nav_btn02 {
  display: block;
  padding: 15px 10px;
  background-image: url(../img/common/ico_arrow_right04.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-size: 7px auto;
}

.side_nav_btn02:hover {
  color: #ab0012;
}

.side_nav_btn02.sidenavactive01 {
  font-weight: bold;
  color: #ab0012;
}

@media (min-width: 768px), print {
  .side_nav_item {
    font-size: 15px;
  }
}

/******* searchbox ********/


#js_search_body input[type="text"] {
 font-family: "Noto Sans Japanese";
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
 margin:5px 0 0 0;
  height: 25px;
   width: 200px;
   padding-left: 5px;
  background: url("http://www.google.com/cse/static/images/1x/googlelogo_lightgrey_46x16dp.png") no-repeat left center;
}


#js_search_body input[type="text"]:focus {
  outline: 0;
  border-color: #999999;
  background: none;
}


button.sb-search-submit {

background: #999999;
vertical-align:top;
width:30px;
height: 33px;
position: relative;
margin: 5px 0 0 0;
padding: 0;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
z-index: 0;
}
button.sb-search-submit::before {
content: "";
position: absolute;
left: 0;
top:0;
bottom: 0;
right: 0;
margin: auto;
z-index: 10;
background: url(/img/common/ico_search.png) no-repeat;
width: 20px;
height: 20px;
}