@charset "UTF-8";
/*                reset
======================================================= */
*:focus {
  outline: none;
}

body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td {
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 600;
}
body {
  color: #202020;
  background-color: #ffffff;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  line-height: 1.3;
  font-size: 14px;
  -webkit-text-size-adjust: none;
}

body.lang_zh {
  font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}

p {
  line-height: 1.5;
  letter-spacing: -0.05em;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

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

a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

input, textArea, select, button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 14px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "FontAwesome";
  src: url("/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*                link
======================================================= */
a:link {
  color: #202020;
  text-decoration: none;
}

a:visited {
  color: #202020;
  text-decoration: none;
}

a:hover {
  color: #202020;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*                common
======================================================= */
.clear:after {
  content: "";
  display: block;
  clear: both;
}

.clear_both {
  clear: both;
}

.hidden {
  overflow: hidden;
}

/*                leyout
======================================================= */
.wide_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 0 30px;
}

@media only screen and (max-width: 640px) {
  .wide_width {
    padding: 0 20px;
  }
}
.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.main_width.min_width {
  max-width: 980px;
}

@media only screen and (max-width: 1200px) {
  .main_width {
    padding: 0 20px;
  }
  .main_width.min_width, .main_width.main_cont_width {
    padding: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .main_width .main_cont_width {
    padding: 0;
  }
  .main_width .lower_width {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .main_width.min_width {
    padding: 0 70px;
  }
}
@media only screen and (max-width: 768px) {
  .main_width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .main_width.min_width {
    padding: 0;
  }
}
.lower_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}

@media only screen and (max-width: 1200px) {
  .lower_width {
    padding: 0 50px;
  }
  .lower_width.min_width {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .lower_width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .lower_width {
    padding: 0 20px;
  }
}
.cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.cont_width .contIn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

.home_slide_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
}

.home_cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.home_cont_inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

.main_cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.main_cont_width.min_cont {
  max-width: 800px;
}

@media only screen and (max-width: 1200px) {
  .main_cont_width {
    padding: 0 20px;
  }
  .main_cont_width.min_cont,
.main_cont_width .main_width {
    padding: 0;
  }
}
.thumb_trimming {
  display: block;
  position: relative;
  overflow: hidden;
}

.thumb_trimming img.trimming {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: 200%;
}

.thumb_trimming.vertical_posi img.trimming {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

/*                タイトル装飾
======================================================= */
/*                テキスト装飾
======================================================= */
.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.lato {
  font-family: "Lato", "arial", sans-serif;
}

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

.yumintyo {
  font-family: "YuMincho", "Yu Mincho", serif;
}

@media only screen and (min-width: 769px) {
  a.btn,
.btn a {
    text-decoration: none;
    opacity: 1;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  a.btn:hover,
.btn a:hover {
    text-decoration: none;
    opacity: 0.8;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  a .btn {
    text-decoration: none;
    opacity: 1;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  a:hover {
    text-decoration: none;
  }
  a:hover .btn {
    text-decoration: none;
    opacity: 0.8;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
}
@media only screen and (max-width: 768px) {
  a.btn,
.btn a {
    text-decoration: none;
  }
  a.btn:hover,
.btn a:hover {
    text-decoration: none;
  }
  a .btn {
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  a:hover .btn {
    text-decoration: none;
  }
}
.en {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.15em;
  font-weight: 600;
}

.robot {
  font-family: "Roboto", sans-serif;
}

.date, .date p {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.link_btn a, .link_btn > span {
  display: inline-block;
  font-size: 92.9%;
  padding: 0.8em 2.75em 0.7em;
  position: relative;
  font-weight: 600;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
  text-decoration: none;
}

.link_btn a:before, .link_btn > span:before {
  position: absolute;
  right: 0.5em;
  top: 0;
  width: 11px;
  height: 100%;
  content: "";
  background-image: url(/media/images/common/link_btn_arr.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn a.ex_link:before, .link_btn > span.ex_link:before {
  background-image: url(/media/images/common/ex_link_btn_arr.png);
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn a:hover, .link_btn > span:hover {
  text-decoration: none;
  color: #000b41;
  background-color: #fff;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn a:hover:before, .link_btn > span:hover:before {
  background-image: url(/media/images/common/link_btn_arr_blue.png);
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn a.blue_btn, .link_btn > span.blue_btn {
  background-color: #000b41;
  border: solid 1px #000b41;
  color: #fff;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn a.blue_btn:before, .link_btn > span.blue_btn:before {
  position: absolute;
  background-image: url(/media/images/common/link_btn_arr.png);
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn a.blue_btn:hover, .link_btn > span.blue_btn:hover {
  color: #000b41;
  background-color: #fff;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn a.blue_btn:hover:before, .link_btn > span.blue_btn:hover:before {
  background-image: url(/media/images/common/link_btn_arr_blue.png);
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn a.blue_btn.ex_link:before, .link_btn > span.blue_btn.ex_link:before {
  background-image: url(/media/images/common/ex_link_btn_arr.png);
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn a.blue_btn.ex_link:hover, .link_btn > span.blue_btn.ex_link:hover {
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn a.blue_btn.ex_link:hover:before, .link_btn > span.blue_btn.ex_link:hover:before {
  background-image: url(/media/images/common/ex_link_btn_arr_blue.png);
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn a.whiteborder_btn, .link_btn > span.whiteborder_btn {
  border: solid 1px #fff;
  color: #fff;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn a.whiteborder_btn:before, .link_btn > span.whiteborder_btn:before {
  position: absolute;
  background-image: url(/media/images/common/link_btn_arr.png);
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn a.whiteborder_btn:hover, .link_btn > span.whiteborder_btn:hover {
  background-color: #000b41;
  border: solid 1px #000b41;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn a.whiteborder_btn:hover:before, .link_btn > span.whiteborder_btn:hover:before {
  background-image: url(/media/images/common/link_btn_arr.png);
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn a.whiteborder_btn.ex_link:before, .link_btn > span.whiteborder_btn.ex_link:before {
  position: absolute;
  background-image: url(/media/images/common/ex_link_btn_arr.png);
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn a.whiteborder_btn.ex_link:hover, .link_btn > span.whiteborder_btn.ex_link:hover {
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn a.whiteborder_btn.ex_link:hover:before, .link_btn > span.whiteborder_btn.ex_link:hover:before {
  background-image: url(/media/images/common/ex_link_btn_arr.png);
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn a.blueborder_btn, .link_btn > span.blueborder_btn {
  border: solid 1px #000b41;
  color: #000b41;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn a.blueborder_btn:before, .link_btn > span.blueborder_btn:before {
  position: absolute;
  background-image: url(/media/images/common/link_btn_arr_blue.png);
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn a.blueborder_btn:hover, .link_btn > span.blueborder_btn:hover {
  background-color: #000b41;
  border: solid 1px #000b41;
  color: #fff;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn a.blueborder_btn:hover:before, .link_btn > span.blueborder_btn:hover:before {
  background-image: url(/media/images/common/link_btn_arr.png);
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn a.blueborder_btn.ex_link:before, .link_btn > span.blueborder_btn.ex_link:before {
  position: absolute;
  background-image: url(/media/images/common/ex_link_btn_arr_blue.png);
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn a.blueborder_btn.ex_link:hover, .link_btn > span.blueborder_btn.ex_link:hover {
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn a.blueborder_btn.ex_link:hover:before, .link_btn > span.blueborder_btn.ex_link:hover:before {
  background-image: url(/media/images/common/ex_link_btn_arr.png);
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.link_btn.min a {
  font-size: 78.6%;
  padding: 0.7em 1.95em 0.7em 1.75em;
}

.ft_submenu_btn {
  cursor: pointer;
}

/*                表示切替
======================================================= */
@media only screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr td,
table tr th {
  text-align: left;
  padding: 0px;
}

.ie7 table tr th,
.ie7 table tr td {
  position: relative;
}

/* 擬似テーブル */
.table {
  display: table;
  width: 100%;
}

.table .tableCell {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 640px) {
  .table.sp_brake {
    display: block;
  }
  .table.sp_brake .tablecell {
    display: block;
    width: 100%;
  }
}
/*                pageTop
======================================================= */
.page_top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 1000;
  display: none;
}

.page_top a {
  display: block;
}

@media only screen and (max-width: 640px) {
  .page_top {
    bottom: 0px;
    right: 0;
  }
  .page_top img {
    width: 36px;
    height: 36px;
  }
}
/*                カラム
======================================================= */
.row {
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden;
  margin-bottom: -20px;
}

@media only screen and (max-width: 1024px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 768px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.row img {
  width: 100%;
}

.row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
  float: left;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.row .tab1, .row .tab2, .row .tab6 {
  float: left;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 1024px) {
  .row .tab1, .row .tab2, .row .tab6 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .row .tab1, .row .tab2, .row .tab6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.square {
  overflow: hidden;
}

.square .col1, .square .col2, .square .col3, .square .col4, .square .col5, .square .col6, .square .col7, .square .col8, .square .col9, .square .col10, .square .col11, .square .col12 {
  float: left;
  min-height: 1px;
  padding: 0;
  margin-bottom: 0;
}

.col12 {
  width: 100%;
}

.col11 {
  width: 91.66666667%;
}

.col10 {
  width: 83.33333333%;
}

.col9 {
  width: 75%;
}

.col8 {
  width: 66.66666667%;
}

.col7 {
  width: 58.33333333%;
}

.col6 {
  width: 50%;
}

.col5 {
  width: 41.66666667%;
}

.col4 {
  width: 33.33333333%;
}

.col3 {
  width: 25%;
}

.col2 {
  width: 16.66666667%;
}

.col1 {
  width: 8.33333333%;
}

@media only screen and (max-width: 1024px) {
  .pc1024Col12 {
    width: 100%;
  }
  .pc1024Col6 {
    width: 50%;
  }
  .pc1024Col3 {
    width: 25%;
  }
  .pc1024Col2 {
    width: 16.66666667%;
  }
}
@media only screen and (max-width: 768px) {
  .tab12 {
    width: 100%;
  }
  .tab6 {
    width: 50%;
  }
  .tab4 {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 767px) {
  .sp12 {
    width: 100%;
  }
  .sp6 {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .sps12 {
    width: 100%;
  }
  .sps6 {
    width: 50%;
  }
}
/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100% important;
}

.gmap {
  position: relative;
  padding-bottom: 52%;
  padding-top: 30px;
  height: 400px;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 320%;
  height: 100%;
  margin-left: -110%;
}

/*                ヘッダー・サイド・フッター
======================================================= */
/*                header
======================================================= */
#header {
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  padding: 8px;
  background: rgba(255, 255, 255, 0.8);
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#header .hd_logo {
  position: absolute;
  left: 20px;
  top: 15px;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

#header .hd_logo.home_logo {
  opacity: 0;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

#header .hd_logo.lower_logo {
  opacity: 1;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

#header .hd_logo > h1 {
  position: relative;
}

#header .gnavi {
  float: right;
  position: relative;
  top: 10px;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#header .gnavi > ul > li {
  display: block;
  float: left;
}

#header .gnavi > ul > li + li {
  margin-left: 0.25em;
}

#header .gnavi > ul > li a, #header .gnavi > ul > li > span {
  display: block;
  padding: 0.6em 0.95em 0.55em;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  color: #000b41;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-decoration: none;
}

#header .gnavi > ul > li a > span, #header .gnavi > ul > li > span > span {
  opacity: 1;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
  position: relative;
  display: inline-block;
}

#header .gnavi > ul > li a > span:after, #header .gnavi > ul > li > span > span:after {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000b41;
  position: absolute;
  left: 0;
  bottom: -27px;
  opacity: 0;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#header .gnavi > ul > li a:hover, #header .gnavi > ul > li > span:hover {
  text-decoration: none;
}

#header .gnavi > ul > li a:hover > span, #header .gnavi > ul > li > span:hover > span {
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#header .gnavi > ul > li a:hover > span:after, #header .gnavi > ul > li > span:hover > span:after {
  opacity: 1;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#header .gnavi > ul > li.active a > span {
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#header .gnavi > ul > li.active a > span:after {
  opacity: 1;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#header .gnavi > ul > li.lang {
  position: relative;
  top: -0.1em;
}

@media only screen and (min-width: 769px) {
  #header .gnavi > ul > li.lang:hover:before {
    position: absolute;
    opacity: 0;
    width: 200%;
    height: 500%;
    content: "";
    display: block;
    right: 0;
    top: -100%;
  }
}
#header .gnavi > ul > li.lang > span {
  display: block;
  background-color: rgba(188, 188, 188, 0.21);
  cursor: pointer;
  position: relative;
  padding-right: 1.85em;
  z-index: 1;
}

#header .gnavi > ul > li.lang > span:before {
  display: block;
  width: 9px;
  height: 9px;
  content: "";
  background-image: url(/media/images/common/lang_arr.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0.6em;
  top: 50%;
  margin-top: -4px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}

#header .gnavi > ul > li.lang > span.open:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#header .gnavi > ul > li.lang > span.open:after {
  content: "";
  position: absolute;
  width: 150%;
  height: 3em;
  right: -1em;
  top: 100%;
}

#header .gnavi > ul > li.lang > ul {
  display: none;
  position: absolute;
  top: 3.5em;
  right: 0;
  padding: 0.5em 1em 0.5em;
  z-index: 1;
}

#header .gnavi > ul > li.lang > ul > li {
  display: block;
}

#header .gnavi > ul > li.lang > ul > li a {
  display: block;
  padding: 0.5em;
  color: #000b41;
  font-size: 85.7%;
}

#header .gnavi > ul > li.lang > ul > li + li {
  border-top: solid 1px #bebec3;
}

@media only screen and (min-width: 769px) {
  #header .gnavi > ul > li.lang > ul {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (max-width: 768px) {
  #header {
    padding-right: 65px;
  }
  #header .gnavi {
    top: 8px;
  }
  #header .gnavi > ul > li.content_nav {
    display: none;
  }
  #header .gnavi > ul > li.lang {
    position: static;
  }
  #header .gnavi > ul > li.lang > ul {
    position: fixed;
    width: 100%;
    right: auto;
    left: 0;
    top: 70px;
    padding: 0 20px 0;
    -o-transition: 800ms;
    -webkit-transition: 800ms;
    transition: 800ms;
  }
  #header .gnavi > ul > li.lang > ul > li {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
  }
  #header .gnavi > ul > li.lang > ul > li > a {
    text-align: center;
    padding: 0.75em;
  }
}
@media only screen and (max-width: 480px) {
  #header {
    height: 50px;
    padding-right: 45px;
  }
  #header .hd_logo {
    position: absolute;
    left: 15px;
    top: 10px;
  }
  #header .hd_logo img {
    height: 26px;
    width: auto;
  }
  #header .hd_logo > h1 {
    position: relative;
  }
  #header .gnavi {
    top: 0;
  }
  #header .gnavi > ul > li a, #header .gnavi > ul > li > span {
    padding: 0.4em 0.45em;
  }
  #header .gnavi > ul > li.lang > span {
    padding-right: 1.45em;
  }
  #header .gnavi > ul > li.lang > span:before {
    right: 0.5em;
  }
  #header .gnavi > ul > li.lang > ul {
    top: 3em;
    padding: 0.25em 0.5em 0.25em;
  }
  #header .gnavi > ul > li.lang > ul > li {
    display: block;
  }
}
.sp_menu_btn {
  height: 46px;
  width: 46px;
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: 22;
  cursor: pointer;
  display: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

@media only screen and (max-width: 768px) {
  .sp_menu_btn {
    display: block;
  }
}
.sp_menu_btn span {
  background: #000b41;
  display: block;
  position: absolute;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  height: 2px;
  left: 9px;
  width: 32px;
}

@media only screen and (max-width: 480px) {
  .sp_menu_btn span {
    width: 26px;
  }
}
.sp_menu_btn span.border01 {
  top: 10px;
}

.sp_menu_btn span.border02 {
  top: 50%;
  margin-top: -2px;
}

@media only screen and (max-width: 640px) {
  .sp_menu_btn span.border02 {
    margin-top: -1px;
  }
}
.sp_menu_btn span.border03 {
  bottom: 10px;
}

@media only screen and (max-width: 480px) {
  .sp_menu_btn {
    height: 44px;
    width: 44px;
    right: 0px;
    top: 1px;
  }
}
.sp_menu_btn .close {
  display: none;
  position: absolute;
  bottom: -0.5em;
  left: 9px;
  color: #000b41;
  font-size: 71.4%;
}

@media only screen and (max-width: 640px) {
  .sp_menu_btn .close {
    left: 2px;
  }
}
.sp_menu_btn.active {
  background-color: #fff;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

.sp_menu_btn.active span {
  left: 7px;
  width: 32px;
}

.sp_menu_btn.active span.border01 {
  top: 15px;
  transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
}

.sp_menu_btn.active span.border02 {
  opacity: 0;
}

.sp_menu_btn.active span.border03 {
  bottom: 15px;
  transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
}

@media only screen and (max-width: 480px) {
  .sp_menu_btn.active span.border01 {
    top: 14px;
  }
  .sp_menu_btn.active span.border03 {
    bottom: 14px;
  }
}
.sp_menu_btn.active .close {
  display: block;
}

.fixheader #sp_menu_btn {
  top: 3px;
  -o-transition: 800ms;
  -webkit-transition: 800ms;
  transition: 800ms;
}

@media only screen and (max-width: 768px) {
  .fixheader #header .gnavi {
    top: 0;
  }
  .fixheader #header .gnavi > ul > li.lang > ul {
    top: 50px;
    -o-transition: 800ms;
    -webkit-transition: 800ms;
    transition: 800ms;
  }
}
/*                sp_menu
======================================================= */
/*                sp_navi
======================================================= */
#sp_navi {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 21;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

@media only screen and (min-width: 769px) {
  #sp_navi {
    display: none !important;
  }
}
#sp_navi.active {
  right: 0;
  -o-transition: 400ms;
  -webkit-transition: 400ms;
  transition: 400ms;
}

#sp_navi .sp_navi_inner {
  overflow: hidden;
  position: relative;
  width: 75%;
  min-width: 20em;
  min-height: 100%;
  margin: 0 0 0 auto;
  width: 100%;
  height: 100%;
  padding: 0 0.5em 0.5em;
  overflow: auto;
}

#sp_navi .sp_navi_inner > div {
  background-color: #fff;
  padding-top: 70px;
  width: 240px;
  position: absolute;
  right: 0;
  min-height: 100%;
}

#sp_navi .sp_navi_inner > div > ul {
  overflow: hidden;
  text-align: center;
}

#sp_navi .sp_navi_inner > div > ul > li {
  width: 100%;
  text-align: left;
  border-bottom: solid 1px #e6e6e6;
}

#sp_navi .sp_navi_inner > div > ul > li > a, #sp_navi .sp_navi_inner > div > ul > li > span {
  display: block;
  padding: 1em 20px;
  position: relative;
}

#sp_navi .sp_navi_inner > div > ul > li > a:hover, #sp_navi .sp_navi_inner > div > ul > li > span:hover {
  text-decoration: none;
}

#sp_navi .sp_navi_inner > div > ul > li > a:before, #sp_navi .sp_navi_inner > div > ul > li > span:before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 21px;
  height: 21px;
}

#sp_navi .sp_navi_inner > div > ul > li > a:before {
  background-image: url(/media/images/common/ft_submenu_btn_arr.png);
}

#sp_navi .sp_navi_inner > div > ul > li > span.ft_submenu_btn:before {
  background-image: url(/media/images/common/ft_submenu_btn_plus.png);
}

#sp_navi .sp_navi_inner > div > ul > li > span.ft_submenu_btn.active:before {
  background-image: url(/media/images/common/ft_submenu_btn_plus_active.png);
}

#sp_navi .sp_navi_inner > div > ul > li > ul {
  display: none;
}

#sp_navi .sp_navi_inner > div > ul > li > ul {
  padding-top: 0;
  border-bottom: solid 1px #e6e6e6;
}

#sp_navi .sp_navi_inner > div > ul > li > ul > li {
  width: 100%;
  text-align: left;
  border-top: solid 1px #e6e6e6;
}

#sp_navi .sp_navi_inner > div > ul > li > ul > li > a {
  display: block;
  padding: 1em 1em 1em 2em;
  position: relative;
}

#sp_navi .sp_navi_inner > div > ul > li > ul > li > a:hover {
  text-decoration: none;
}

#sp_navi .sp_navi_inner > div > ul > li > ul > li > a:before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 21px;
  height: 21px;
}

#sp_navi .sp_navi_inner > div > ul > li > ul > li > a:before {
  background-image: url(/media/images/common/ft_submenu_btn_arr.png);
}

#sp_navi .sp_navi_inner > div > ul > li > ul > li > a.ex_link:before {
  background-image: none;
  top: 1.95em;
  right: 0.5em;
}

#sp_navi .sp_navi_inner > div > ul > li > ul > li + li {
  margin-top: 0;
}

#sp_navi .sp_navi_inner > div > ul > li + li {
  margin-top: 0;
}

#sp_navi .sp_navi_inner > div > ul.sns li img {
  width: 26px;
  height: 26px;
}

#sp_navi .sp_navi_inner > div > ul > li.ja {
  border-bottom: none;
}

#sp_navi .sp_navi_inner > div > ul > li.ja a, #sp_navi .sp_navi_inner > div > ul > li.ja > span {
  padding: 0.85em 20px;
}

#sp_navi .sp_navi_inner > div > ul > li.ja a:before, #sp_navi .sp_navi_inner > div > ul > li.ja > span:before {
  display: none;
}

#sp_navi .sp_navi_inner:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}

#sp_navi .sp_navi_inner + .sp_navi_inner {
  margin-top: 0.5em;
}

@media only screen and (max-width: 480px) {
  #sp_navi .sp_navi_inner > div {
    padding-top: 50px;
  }
}
body.sp_menu_open {
  overflow: hidden;
  height: 100%;
}

/*                footer
======================================================= */
#footer {
  background-color: #fff;
}

#footer #ft_head {
  overflow: hidden;
  position: relative;
}

#footer #ft_head > div {
  position: relative;
  overflow: hidden;
}

#footer #ft_head .ft_logo {
  position: absolute;
  right: 0;
  top: 0;
}

#footer #ft_head .ft_navi {
  float: left;
  color: #000b41;
  text-align: left;
}

#footer #ft_head .ft_navi a {
  color: #000b41;
}

#footer #ft_head .ft_navi a {
  display: inline-block;
  padding-right: 1em;
}

#footer #ft_head .ft_navi a.ex_link {
  position: relative;
}

#footer #ft_head .ft_navi a.ex_link:before {
  position: absolute;
  right: 0;
  top: -0.1em;
  content: url(/media/images/common/ex_link_12_blue.png);
}

#footer #ft_head .ft_navi > ul {
  overflow: hidden;
}

#footer #ft_head .ft_navi > ul > li {
  float: left;
}

#footer #ft_head .ft_navi > ul > li > a {
  color: #000b41;
}

#footer #ft_head .ft_navi > ul > li > a .en {
  font-weight: 600;
  letter-spacing: 0.15em;
}

#footer #ft_head .ft_navi > ul > li > a:hover {
  color: #000b41;
  text-decoration: underline;
}

#footer #ft_head .ft_navi > ul > li > ul {
  padding-top: 1.15em;
}

#footer #ft_head .ft_navi > ul > li > ul > li {
  font-size: 85.7%;
}

#footer #ft_head .ft_navi > ul > li > ul > li > a {
  color: #000b41;
}

#footer #ft_head .ft_navi > ul > li > ul > li > a:hover {
  text-decoration: underline;
}

#footer #ft_head .ft_navi > ul > li > ul > li + li {
  margin-top: 0.7em;
}

@media only screen and (min-width: 769px) {
  #footer #ft_head {
    padding-top: 4.55em;
    padding-bottom: 3.85em;
    padding-left: 0;
  }
  #footer #ft_head .ft_logo {
    width: 156px;
    text-align: center;
    padding-right: 20px;
  }
  #footer #ft_head .ft_logo img {
    display: inline-block;
  }
  #footer #ft_head .ft_navi > ul > li.w170 {
    width: 150px;
  }
  #footer #ft_head .ft_navi > ul > li.w140 {
    width: 120px;
  }
  #footer #ft_head .ft_navi > ul > li.w280 {
    width: 260px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  #footer #ft_head .ft_navi > ul {
    overflow: hidden;
  }
  #footer #ft_head .ft_navi > ul > li {
    font-size: 78.6%;
  }
  #footer #ft_head .ft_navi > ul > li > ul {
    padding-top: 1.25em;
  }
  #footer #ft_head .ft_navi > ul > li > ul > li + li {
    margin-top: 1em;
  }
  #footer #ft_head .ft_navi > ul > li.w122 {
    width: 112px;
  }
  #footer #ft_head .ft_navi > ul > li.w140 {
    width: 120px;
  }
  #footer #ft_head .ft_navi > ul > li.w164 {
    width: 154px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #footer #ft_head {
    padding-top: 30px;
    padding-left: 0;
  }
  #footer #ft_head .ft_navi {
    float: none;
  }
  #footer #ft_head .ft_navi > ul > li {
    width: 20%;
  }
  #footer #ft_head .ft_navi > ul > li.w170 {
    width: 15.75%;
  }
  #footer #ft_head .ft_navi > ul > li.w140 {
    width: 15.75%;
  }
  #footer #ft_head .ft_navi > ul > li.w280 {
    width: 20%;
  }
  #footer #ft_head .ft_logo {
    width: 100%;
    position: static;
    margin-top: 30px;
  }
  #footer #ft_head .ft_sns {
    top: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  #footer #ft_head {
    padding-right: 0;
  }
  #footer #ft_head .ft_sns {
    width: 100%;
    position: static;
    clear: both;
    padding: 40px 0 0;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #footer #ft_head {
    margin-top: 0;
  }
  #footer #ft_head .ft_logo {
    position: static;
    text-align: center;
    padding: 50px 20px 25px;
  }
  #footer #ft_head .ft_logo img {
    height: 50px;
    width: auto;
  }
  #footer #ft_head .ft_navi {
    margin-top: 0;
    float: none;
    text-align: center;
  }
  #footer #ft_head .ft_navi > a {
    padding: 1em;
  }
  #footer #ft_head .ft_navi > a:hover {
    text-decoration: none;
  }
  #footer #ft_head .ft_navi > ul {
    overflow: hidden;
    text-align: center;
    margin: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
  #footer #ft_head .ft_navi > ul > li {
    width: 100%;
    text-align: left;
    border-bottom: solid 1px #e6e6e6;
  }
  #footer #ft_head .ft_navi > ul > li > a, #footer #ft_head .ft_navi > ul > li > span {
    display: block;
    padding: 1em 20px;
    position: relative;
  }
  #footer #ft_head .ft_navi > ul > li > a:hover, #footer #ft_head .ft_navi > ul > li > span:hover {
    text-decoration: none;
  }
  #footer #ft_head .ft_navi > ul > li > a:before, #footer #ft_head .ft_navi > ul > li > span:before {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 21px;
    height: 21px;
  }
  #footer #ft_head .ft_navi > ul > li > a:before {
    background-image: url(/media/images/common/ft_submenu_btn_arr.png);
  }
  #footer #ft_head .ft_navi > ul > li > span.ft_submenu_btn:before {
    background-image: url(/media/images/common/ft_submenu_btn_plus.png);
  }
  #footer #ft_head .ft_navi > ul > li > span.ft_submenu_btn.active:before {
    background-image: url(/media/images/common/ft_submenu_btn_plus_active.png);
  }
  #footer #ft_head .ft_navi > ul > li > ul {
    display: none;
  }
  #footer #ft_head .ft_navi > ul > li > ul {
    padding-top: 0;
    border-bottom: solid 1px #e6e6e6;
  }
  #footer #ft_head .ft_navi > ul > li > ul > li {
    width: 100%;
    text-align: left;
    border-top: solid 1px #e6e6e6;
  }
  #footer #ft_head .ft_navi > ul > li > ul > li > a {
    display: block;
    padding: 1em 1em 1em 2em;
    position: relative;
  }
  #footer #ft_head .ft_navi > ul > li > ul > li > a:hover {
    text-decoration: none;
  }
  #footer #ft_head .ft_navi > ul > li > ul > li > a:before {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 21px;
    height: 21px;
  }
  #footer #ft_head .ft_navi > ul > li > ul > li > a:before {
    background-image: url(/media/images/common/ft_submenu_btn_arr.png);
  }
  #footer #ft_head .ft_navi > ul > li > ul > li > a.ex_link:before {
    background-image: none;
    top: 1.95em;
    right: 0.5em;
  }
  #footer #ft_head .ft_navi > ul > li > ul > li + li {
    margin-top: 0;
  }
  #footer #ft_head .ft_navi > ul > li + li {
    margin-top: 0;
  }
  #footer #ft_head .ft_sns {
    margin-top: 1.5em;
    position: static;
    text-align: center;
    width: 100%;
  }
  #footer #ft_head .ft_sns ul {
    margin-left: -30px;
  }
  #footer #ft_head .ft_sns ul li {
    margin-left: 30px;
    display: inline-block;
    max-width: 40px;
    padding-bottom: 0.5em;
  }
  #footer #ft_head .ft_sns ul li img {
    width: 39px;
  }
  #footer #ft_head .ft_sns ul li > a {
    display: block;
    padding-bottom: 0.5em;
  }
}
@media only screen and (max-width: 480px) {
  #footer #ft_head .ft_logo {
    padding: 30px 20px 15px;
  }
  #footer #ft_head .ft_logo img {
    height: 36px;
    width: auto;
  }
  #footer #ft_head .ft_sns ul {
    margin-left: -20px;
  }
  #footer #ft_head .ft_sns ul li {
    margin-left: 20px;
  }
}
#footer #ft_bottom {
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  #footer #ft_bottom {
    background-color: #efefef;
  }
}
#footer #ft_bottom .ft_logo {
  float: left;
}

#footer #ft_bottom .ft_logo > ul {
  color: #000b41;
}

#footer #ft_bottom .ft_logo > ul > li {
  display: inline-block;
}

#footer #ft_bottom .ft_logo > ul > li img {
  height: 32px;
  width: auto;
}

#footer #ft_bottom .ft_logo > ul > li + li {
  margin-left: 5px;
}

#footer #ft_bottom .copyright {
  float: right;
}

#footer #ft_bottom .copyright p {
  font-size: 78.6%;
  font-family: "Montserrat", sans-serif;
  color: #a0a0a0;
}

#footer #ft_bottom .copyright p > span {
  display: inline-block;
  margin: auto 0.5em;
}

#footer #ft_bottom .ft_navi ul a {
  color: #000b41;
}

#footer #ft_bottom .ft_navi ul a:hover {
  text-decoration: underline;
}

#footer #ft_bottom .ft_navi ul li {
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
  position: relative;
  font-size: 78.6%;
  font-weight: 600;
}

#footer #ft_bottom .ft_navi ul li + li:before {
  content: "│";
  position: relative;
  left: -0.5em;
}

#footer #ft_bottom > div {
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 769px) {
  #footer #ft_bottom {
    padding-top: 1.35em;
    padding-bottom: 0.8em;
    position: relative;
  }
  #footer #ft_bottom .ft_logo > ul {
    padding-bottom: 0.8em;
  }
  #footer #ft_bottom .ft_logo > ul > li img {
    height: 30px;
  }
  #footer #ft_bottom .ft_logo > ul > li + li {
    padding-left: 20px;
  }
  #footer #ft_bottom .ft_logo > ul.sp {
    display: none;
  }
  #footer #ft_bottom .copyright {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #footer #ft_bottom .ft_navi {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  #footer #ft_bottom .ft_logo {
    float: none;
    text-align: center;
  }
  #footer #ft_bottom .copyright {
    position: static;
    float: none;
    text-align: center;
    padding-top: 1em;
  }
  #footer #ft_bottom .ft_navi {
    position: static;
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #footer #ft_bottom {
    margin-top: 1.5em;
    margin-bottom: 2.6em;
  }
  #footer #ft_bottom .ft_logo {
    text-align: center;
    float: none;
  }
  #footer #ft_bottom .ft_logo ul.pc {
    display: none;
  }
  #footer #ft_bottom > ul {
    float: none;
    text-align: center;
    margin-bottom: 1.5em;
  }
  #footer #ft_bottom > ul > li {
    display: inline-block;
  }
  #footer #ft_bottom > ul > li img {
    height: 20px;
    width: auto;
  }
  #footer #ft_bottom > ul > li + li {
    margin-left: 10px;
  }
  #footer #ft_bottom .copyright {
    float: none;
  }
  #footer #ft_bottom .copyright p {
    text-align: center;
    font-size: 78.6%;
    color: #a0a0a0;
  }
  #footer #ft_bottom .ft_navi {
    position: static;
    text-align: center;
    padding: 15px;
  }
}
@media only screen and (max-width: 480px) {
  #footer #ft_bottom .ft_logo > ul > li img {
    height: 26px;
  }
}
.lower #footer {
  border-top: solid 1px #e6e6e6;
}

/*                fancybox
======================================================= */
/* fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap iframe, .fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-nav {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-nav span {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none;
  padding: 0 !important;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer {
  position: relative;
}

.fancybox-inner {
  position: relative;
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  margin: 0;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../media/images/fancy/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../media/images/fancy/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../media/images/fancy/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../media/images/fancy/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  text-align: center;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*                スクロールバー
======================================================= */
/*                Slick  Slider
======================================================= */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*                br
======================================================= */
@media only screen and (min-width: 1025px) {
  br.sp1024 {
    display: none;
  }
}
@media only screen and (min-width: 901px) {
  br.sp900 {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  br.sp768 {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  br.sp640 {
    display: none;
  }
}
@media only screen and (min-width: 481px) {
  br.sp480 {
    display: none;
  }
}
@media only screen and (min-width: 401px) {
  br.sp400 {
    display: none;
  }
}
@media only screen and (min-width: 351px) {
  br.sp350 {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  br.sp1025 {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  br.sp901 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  br.sp769 {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  br.sp641 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  br.sp481 {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  br.sp401 {
    display: none;
  }
}
@media only screen and (max-width: 350px) {
  br.sp351 {
    display: none;
  }
}