@charset "UTF-8";
/*************************************************
reset
*************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.wrapper {
  overflow: hidden;
}

.brg-main {
  position: relative;
  display: block;
}

.top .brg-main {
  overflow: hidden;
}

.brg-main:before, .brg-main:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
}

.brg-main:before {
  background: url(../images/common_bg_parts02.png) no-repeat left top transparent;
  width: 277px;
  height: 658px;
  top: -150px;
  right: 0;
}

@media only screen and (max-width: 576px), (max-device-width: 576px) {
  .brg-main:before {
    width: 100px;
    top: 165px;
    right: -20px;
    -webkit-background-size: 100px auto;
            background-size: 100px auto;
  }
}

.brg-main:after {
  background: url(../images/common_bg_parts01.png) no-repeat left top transparent;
  width: 255px;
  height: 581px;
  top: 540px;
  left: 0;
}

@media only screen and (max-width: 576px), (max-device-width: 576px) {
  .brg-main:after {
    width: 80px;
    top: 780px;
    -webkit-background-size: 80px auto;
            background-size: 80px auto;
  }
}

/* brg-header
**********************************/
.brg-header {
  background: url(../images/brg-bg_header01.png) no-repeat center center #222222;
  height: 100vh;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
  background-attachment: fixed;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
}

.brg-header .brg-worksCap {
  position: absolute;
  text-align: right;
  bottom: 20px;
  right: 20px;
}

.brg-header:before {
  content: '';
  display: block;
  background: rgba(34, 34, 34, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.brg-header.second {
  height: 300px;
  background-attachment: scroll;
}

.brg-header.second:before {
  display: none;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-header {
    background-attachment: scroll;
  }
  .brg-header .brg-worksCap {
    bottom: 10px;
    right: 10px;
  }
  .top .brg-header {
    background-image: url(../images/brg-bg_header01.png);
  }
}

[class*='brg-logo'] {
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: 10;
  width: 380px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

[class*='brg-logo'] img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 576px), (max-device-width: 576px) {
  [class*='brg-logo'] {
    width: 72%;
  }
}

[class*='brg-logo'][class*='_top'] {
  width: 40%;
  max-width: 544px;
  height: auto;
}

@media only screen and (max-width: 576px), (max-device-width: 576px) {
  [class*='brg-logo'][class*='_top'] {
    width: 80%;
    top: 45%;
  }
}

.brg-headerParts {
  position: relative;
  background: #222222;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222222), color-stop(100%, rgba(34, 34, 34, 0)));
  background: -webkit-linear-gradient(top, #222222 0%, rgba(34, 34, 34, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(rgba(34, 34, 34, 0)));
  background: linear-gradient(to bottom, #222222 0%, rgba(34, 34, 34, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color', GradientType=0 );
  height: 96px;
}

.brg-header-nav {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  width: 70%;
  position: absolute;
  top: 20px;
  left: 40px;
}

.brg-header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brg-header-nav ul > li {
  -ms-flex-preferred-size: calc(100% / 7);
      flex-basis: calc(100% / 7);
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.brg-header-nav ul > li > a {
  height: 17px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.21;
  letter-spacing: 2px;
  color: #d8d8d8;
  text-decoration: none;
}

@media only screen and (max-width: 1024px), (max-device-height: 1024px) {
  .brg-header-nav {
    left: 20px;
  }
  .brg-header-nav ul > li > a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-header-nav {
    display: none;
  }
  .brg-header-nav ul > li > a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-header-langLink {
    display: none;
  }
}

.brg-header-right {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-header-right {
    display: none;
  }
}

.brg-header-langLink {
  width: 210px;
  height: 30px;
  border: 1px solid #9d9d9d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.brg-header-langLink > li {
  font-size: 12px;
  font-size: 1.2rem;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #9d9d9d;
  text-align: center;
  height: 30px;
  box-sizing: border-box;
}

.brg-header-langLink > li:last-of-type {
  border-right: none;
}

.brg-header-langLink > li > a {
  display: block;
  padding: 5px;
  text-decoration: none;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.brg-header-langLink > li:hover {
  background: #9d9d9d;
  color: #ffffff;
}

.brg-header-twitterlink {
  background: url(../images/common_bg_tweetBtn.png) no-repeat center center #55acee;
  display: none;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  overflow: hidden;
  border-radius: 4px;
}

.brg-header-twitterlink:hover {
  background-color: #55acee;
}

.brg-worksCap {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  color: rgba(249, 249, 249, 0.8);
  letter-spacing: 0.5px;
  line-height: 16px;
  text-align: center;
}

.brg-worksCap br {
  display: none;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-worksCap {
    font-size: 0.9rem;
  }
  .brg-worksCap br {
    display: block;
  }
}

.brg-header-spBtn {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-header-spBtn {
    display: block;
  }
}

.brg-header-spBtn-text {
  font-family: "Prata", serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  text-transform: uppercase;
  word-break: keep-all;
}

.brg-header-spBtn-line {
  width: 26px;
  height: 20px;
  position: absolute;
  top: 6px;
  left: 10px;
  right: 10px;
}

.brg-header-spBtn-line i {
  background: #fff;
  display: block;
  font-size: 0;
  line-height: 0;
  position: absolute;
  height: 1px;
  top: 50%;
  right: 0;
  margin-top: -1px;
  width: 100%;
}

.brg-header-spBtn-line i:nth-of-type(1) {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.brg-header-spBtn-line i:nth-of-type(3) {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

.brg-header-videoContainer {
  width: 100%;
  min-height: 700px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.brg-header-videoContainer iframe,
.brg-header-videoContainer object,
.brg-header-videoContainer embed {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.brg-header-videoContainer:after {
  content: '';
  display: block;
  background: rgba(34, 34, 34, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-header-videoContainer iframe,
  .brg-header-videoContainer object,
  .brg-header-videoContainer embed {
    min-height: 350%;
    min-width: 350%;
  }
}

/* brg-footer
**********************************/
.brg-footer {
  background: url(../images/bg01.png) repeat center top #222222;
  color: #d8d8d8;
  padding: 40px 0 20px;
  margin-top: 40px;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-footer {
    padding: 0 0 20px;
  }
}

.top .brg-footer {
  margin-top: 0;
}

.brg-footSection01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 50px;
  min-width: 1024px;
  max-width: 1400px;
  margin: 0 auto;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-footSection01 {
    width: 100%;
    min-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .brg-footSection01 .leftBox,
  .brg-footSection01 .rightBox {
    width: 90%;
    margin: 0 auto;
  }
}

.brg-foot_clogo_ntv {
  display: block;
  width: 60px;
  margin: 40px auto 0;
}

.brg-copyRight {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 10px;
}

.brg-copyTop {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 10px;
}

.brg-footLogo {
  margin-top: 40px;
}

.brg-footLogo img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-footLogo {
    width: 100%;
    max-width: 280px;
    margin: 30px auto 0;
  }
  .brg-footLogo img {
    width: 100%;
  }
}

.brg-foot_session {
  margin-top: 30px;
  text-align: center;
}

.brg-foot_session img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-foot_session {
    width: 100%;
    max-width: 280px;
    margin: 20px auto 0;
  }
  .brg-foot_session img {
    width: 100%;
  }
}

.brg-foot_detailList {
  width: 520px;
}

.brg-foot_detailList li {
  display: block;
  margin: 20px 0 0;
  padding: 10px 0 10px 128px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.brg-foot_detailList li .itemName {
  color: #dfdfdf;
  font-size: 10px;
  font-size: 1rem;
  display: block;
  width: 128px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  line-height: 1;
  text-align: center;
}

.brg-foot_detailList li .cName {
  display: inline-block;
}

.brg-foot_detailList li:nth-child(5), .brg-foot_detailList li:nth-child(6) {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 576px), (max-device-width: 576px) {
  .brg-foot_detailList {
    width: 90%;
    max-width: 460px;
    margin: 0 auto;
  }
  .brg-foot_detailList li {
    padding: 10px 0 10px 90px;
  }
  .brg-foot_detailList li .itemName {
    width: 80px;
  }
  .brg-foot_detailList li:nth-child(5), .brg-foot_detailList li:nth-child(6) {
    display: block;
    width: 100%;
  }
}

.brg-foot_text {
  text-align: center;
  margin-top: 20px;
}

.brg-foot_text br {
  display: none;
}

.brg-foot_text span {
  color: #dfdfdf;
  font-size: 10px;
  font-size: 1rem;
  display: block;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-foot_text {
    margin-top: 30px;
  }
}

.brg-foot-press {
  width: 80%;
  border: 1px solid #d8d8d8;
  margin: 30px auto 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.brg-foot-press .brg-foot-press_title {
  cursor: pointer;
}

.brg-foot-press .brg-foot-press_detailText {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.brg-foot-press.js-is_open .brg-foot-press_title:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.brg-foot-press.js-is_open .brg-foot-press_detailText {
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-foot-press {
    width: 100%;
    max-width: 460px;
  }
}

.brg-foot-press_title {
  padding: 15px;
  position: relative;
}

.brg-foot-press_title:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 20px;
  -webkit-transform-origin: 70% 30%;
      -ms-transform-origin: 70% 30%;
          transform-origin: 70% 30%;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.brg-foot-press_detailText {
  margin: 20px auto 0;
  padding: 20px 20px 40px;
  line-height: 2.4;
  letter-spacing: 1px;
  position: relative;
}

.brg-foot-press_detailText:after {
  content: '';
  background-color: #d8d8d8;
  display: block;
  width: 46px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -23px;
}

.brg-footBottom {
  border-top: 1px solid #494949;
}

.ntv-snsBtn {
  text-align: center;
  padding: 20px 0 0 0;
}

.ntv-snsBtn li {
  display: inline-block;
  margin: 0 5px 0;
  padding: 0;
  line-height: normal;
  list-style: none;
  vertical-align: top;
}

.brg-spNavArea {
  background: #222222;
  color: #ffffff;
  padding-bottom: 20px;
  display: none;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-spNavArea {
    display: block;
  }
}

.brg-spNavArea-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brg-spNavArea-list li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px solid #494949;
}

.brg-spNavArea-list li:nth-child(2n-1) {
  border-right: 1px solid #494949;
}

.brg-spNavArea-list li:last-child {
  border-right: none;
}

.brg-spNavArea-list li a {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  text-decoration: none;
  display: block;
  vertical-align: middle;
  padding: 15px 10px;
  line-height: 1.2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  position: relative;
}

.brg-spNavArea-langLink {
  border: 1px solid #494949;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin: 20px 10px 0;
}

.brg-spNavArea-langLink > li {
  font-size: 12px;
  font-size: 1.2rem;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #494949;
  text-align: center;
  height: 40px;
  box-sizing: border-box;
}

.brg-spNavArea-langLink > li:last-of-type {
  border-right: none;
}

.brg-spNavArea-langLink > li > a {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}

.brg-spNavArea-langLink > li:hover {
  background: #494949;
  color: #ffffff;
}

.brg-spNavArea-twitterlink {
  display: none;
  margin: 20px 10px 0;
  padding: 15px 10px;
  text-align: center;
  color: #ffffff;
  border-radius: 2px;
  background-color: #55acee;
  text-decoration: none;
  line-height: 1;
}

/* block
**********************************/
.brg-component-contentArea {
  background: rgba(249, 249, 249, 0.9);
  margin: 116px auto 0;
  padding: 90px 30px 60px;
  width: 900px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.brg-component-contentArea a {
  color: #a60000;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-component-contentArea {
    width: 100%;
    margin: 40px 0 0;
    padding: 60px 10px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* title
**********************************/
[class*='brg-component-secTitle'] {
  font-family: "Prata", serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 300;
  letter-spacing: 2.7px;
  text-align: center;
  color: #494949;
  margin-top: -115px;
  line-height: 1;
}

[class*='brg-component-secTitle'] > span {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  color: #a60000;
  display: block;
  line-height: 1;
  margin-top: 20px;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  [class*='brg-component-secTitle'] {
    font-size: 3.2rem;
    margin-top: -75px;
  }
  [class*='brg-component-secTitle'] > span {
    font-size: 1rem;
    margin-top: 10px;
  }
}

/* text
**********************************/
[class*='brg-component-secCaption'] {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.brg-component-secCaptionBig {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.5px;
  text-align: center;
  color: #494949;
  margin-top: 47px;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-component-secCaptionBig {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 25px;
  }
}

.brg-component-secCaptionMiddle {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.4px;
  text-align: left;
  color: #494949;
  padding: 16px 11px 18px 10px;
  border-bottom: 1px solid #222222;
  margin: 35px 0;
}

.brg-component-secCaptionMiddle.mb {
  margin: 11px 0 35px;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-component-secCaptionMiddle {
    font-size: 16px;
    padding: 12px 5px;
    letter-spacing: 0.5px;
    margin: 25px 0;
  }
  .brg-component-secCaptionMiddle.g_mb {
    margin: 25px 0 40px;
  }
  .brg-component-secCaptionMiddle.mb {
    margin: 10px 0 35px;
  }
}

.brg-component-secCaptionSmall {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2px;
  text-align: left;
  color: #ffffff;
  padding: 9px 10px;
  margin-top: 30px;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-component-secCaptionSmall {
    font-size: 12px;
    padding: 6px 5px 8px;
    margin-top: 15px;
    letter-spacing: 0.4px;
  }
}

.brg-component-secCaptionSmall.c_01 {
  background-color: #494949;
}

.brg-component-secCaptionSmall.c_02 {
  background-color: #a60000;
}

.brg-component-secCaptionSmall.c_02.end {
  text-align: center;
  width: 92%;
  max-width: 340px;
  border-radius: 4px;
  font-size: 16px;
  margin-top: 10px;
  margin-left: 10px;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-component-secCaptionSmall.c_02.end {
    width: 100%;
    max-width: 94%;
    margin-left: 3%;
  }
}

.brg-component-secCaptionSmall.c_03 {
  background-color: #2d5a40;
}

[class*='brg-component-secTxt'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.0;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #494949;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 60px;
}

[class*='brg-component-secTxt']:after {
  display: block;
  clear: both;
  content: '';
}

[class*='brg-component-secTxt'].fig {
  margin-top: 30px;
}

[class*='brg-component-secTxt'].tc {
  text-align: center;
}

[class*='brg-component-secTxt'] .sVoicetxt {
  display: block;
  vertical-align: sub;
  margin-bottom: 5px;
  text-align: center;
}

[class*='brg-component-secTxt'] #mep_0 {
  width: 100% !important;
}

[class*='brg-component-secTxt'].end {
  text-align: center;
  width: 92%;
  max-width: 340px;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 10px;
  margin-left: 10px;
  color: #a60000;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  [class*='brg-component-secTxt'].end {
    width: 100%;
    max-width: 94%;
    margin-left: 3%;
  }
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  [class*='brg-component-secTxt'] {
    font-size: 15px;
    line-height: 1.87;
    letter-spacing: 0.2px;
    margin-top: 30px;
  }
  [class*='brg-component-secTxt'].fig {
    margin-top: 15px;
  }
}

[class*='brg-component-secTxt'] figure {
  margin-bottom: 30px;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  [class*='brg-component-secTxt'] figure {
    margin-bottom: 15px;
  }
  [class*='brg-component-secTxt'] figure img {
    max-width: 100%;
    height: auto;
  }
}

[class*='brg-component-secTxt'] figure figcaption {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.5px;
  text-align: center;
  color: #9d9d9d;
  width: inherit;
}

.brg-component-secTxtImgLeft figure {
  float: left;
  margin-right: 20px;
}

.brg-component-secTxtImgLeft figure.brg-gallery-worksItem {
  position: relative;
  padding: 0;
}

.brg-component-secTxtImgLeft figure a {
  outline: none;
  position: inherit;
  top: 150px;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-component-secTxtImgLeft figure {
    float: none;
    margin-right: 0;
    text-align: center;
  }
  .brg-component-secTxtImgLeft figure.brg-gallery-worksItem {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .brg-component-secTxtImgLeft figure a {
    top: 75px;
  }
}

.brg-component-secTxtImgRight figure {
  float: right;
  margin-left: 20px;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-component-secTxtImgRight figure {
    float: none;
    margin-left: 0;
    text-align: center;
  }
}

/* img
**********************************/
[class*='brg-component-secImg'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 60px;
}

[class*='brg-component-secImg'].fig {
  margin-top: 30px;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  [class*='brg-component-secImg'] {
    margin-top: 30px;
  }
  [class*='brg-component-secImg'] img {
    max-width: 100%;
    height: auto;
  }
}

[class*='brg-component-secImg'] figcaption,
[class*='brg-component-secImg'] .figcap {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.5px;
  text-align: center;
  color: #9d9d9d;
  margin-top: 5px;
}

.brg-component-secImg {
  text-align: center;
}

[class*='brg-component-secImgList'] ul:after {
  display: block;
  clear: both;
  content: '';
}

[class*='brg-component-secImgList'] ul li {
  float: left;
}

[class*='brg-component-secImgList'] ul li img {
  width: 100%;
}

[class*='brg-component-secImgList'] ul li .imgListTxt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #494949;
  margin-top: 15px;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  [class*='brg-component-secImgList'] ul li .imgListTxt {
    font-size: 12px;
    line-height: 1.5;
  }
}

.brg-component-secImgList03 li {
  width: 260px;
}

.brg-component-secImgList03 li:not(:first-of-type) {
  margin-left: 20px;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-component-secImgList03 li {
    width: 100%;
  }
  .brg-component-secImgList03 li:not(:first-of-type) {
    margin-left: 0;
    margin-top: 30px;
  }
}

.brg-component-secImgList02 li {
  width: 400px;
}

.brg-component-secImgList02 li:not(:first-of-type) {
  margin-left: 20px;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-component-secImgList02 li {
    width: 47%;
  }
  .brg-component-secImgList02 li:not(:first-of-type) {
    margin-left: 6%;
  }
}

/* iframe
**********************************/
.brg-component-secIframe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: calc(100% - 10px);
  margin: 60px auto 0;
}

.brg-component-secIframe .brg-component-secIframe-wrapper {
  height: 0;
  padding-top: 56.25%;
}

.brg-component-secIframe .brg-component-secIframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* table
**********************************/
.brg-component-secTable {
  width: 820px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #dfdfdf;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 60px;
}

.brg-component-secTable td {
  width: 25%;
}

.brg-component-secTable.c_two td {
  width: 50%;
}

.brg-component-secTable.c_two_ol td {
  width: 75%;
}

.brg-component-secTable.c_three td {
  width: 33.3%;
}

.brg-component-secTable.tc td {
  text-align: center;
}

.brg-component-secTable.list a {
  color: #494949;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-component-secTable {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
}

.brg-component-secTable tr {
  border-top: 1px solid #dfdfdf;
}

.brg-component-secTable tr th {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: center;
  color: #494949;
  background-color: #f9f9f9;
  padding: 30px;
}

.brg-component-secTable tr th img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-component-secTable tr th {
    font-size: 12px;
    letter-spacing: 0.4px;
    padding: 15px;
  }
}

.brg-component-secTable tr td {
  font-size: 16px;
  font-weight: 500;
  border-left: 1px solid #d8d8d8;
  padding: 30px 20px;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-component-secTable tr td {
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 15px;
  }
}

.brg-component-secTable.pGuide th {
  padding: 0;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-component-secTable.pGuide th {
    padding: 0 5px;
  }
}

.brg-component-secTable thead th {
  background-color: #dfdfdf;
  border-top: none;
}

.brg-component-secTable thead td {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  background-color: #dfdfdf;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-component-secTable thead td {
    font-size: 12px;
    letter-spacing: 0.4px;
  }
}

/* ListLink
**********************************/
.brg-component-secListLink {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-component-secListLink {
    margin-top: 10px;
  }
}

.brg-component-secListLink a {
  display: block;
  font-size: 20px;
  text-decoration: none;
  border-bottom: 1px dotted #d8d8d8;
  padding: 20px 24px;
  color: #222222;
  letter-spacing: 0.9px;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-component-secListLink a {
    font-size: 14px;
    letter-spacing: 0.6px;
    padding: 23px 14px;
  }
}

.brg-component-secListLink a:last-of-type {
  border-bottom: none;
}

.brg-component-secListLink a .brg-component-secListNo {
  color: #9d9d9d;
  font-weight: bold;
  margin-right: 23px;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-component-secListLink a .brg-component-secListNo {
    margin-right: 15px;
  }
}

.brg-component-secListLink a .brg-component-secListTitle {
  font-weight: 500;
}

.brg-component-secListLink a:hover .brg-component-secListTitle {
  color: #a60000;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 100px auto 0;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: pointer;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #494949;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #494949;
}

.mfp-preloader a:hover {
  color: #9d9d9d;
}

.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  padding: 0 0 18px 10px;
  color: #ffffff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close {
  display: none;
}

.mfp-close,
.mfp-iframe-holder .mfp-close {
  text-indent: -9999px;
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 10px;
  right: 13px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .mfp-close,
  .mfp-iframe-holder .mfp-close {
    width: 60px;
    height: 60px;
  }
}

.mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mfp-close:before,
.mfp-iframe-holder .mfp-close:before,
.mfp-close:after,
.mfp-iframe-holder .mfp-close:after {
  content: '';
  display: block;
  position: absolute;
  background: #a60000;
}

.mfp-close:before,
.mfp-iframe-holder .mfp-close:before {
  width: 2px;
  height: 120px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .mfp-close:before,
  .mfp-iframe-holder .mfp-close:before {
    height: 60px;
  }
}

.mfp-close:after,
.mfp-iframe-holder .mfp-close:after {
  width: 120px;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .mfp-close:after,
  .mfp-iframe-holder .mfp-close:after {
    width: 60px;
  }
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #fdfdfd;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #ffffff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #d8d8d8;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #ffffff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #d8d8d8;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.mfp-zoom-out .mfp-close {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-out.mfp-ready .mfp-close {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.mfp-zoom-out.mfp-removing .mfp-close {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #ffffff;
}

.mfp-figure small {
  color: #9d9d9d;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #494949;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.brg-specialArea {
  margin: 60px auto 0;
  width: 1000px;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-specialArea {
    width: auto;
  }
}

.js-specialList {
  width: 1000px;
  margin: 40px auto 0;
  text-align: center;
  overflow: hidden;
}

.js-specialList-item {
  width: 275px;
  min-height: 310px;
  display: inline-block;
  margin: 0 15px;
  vertical-align: top;
}

.js-specialList-thum {
  display: block;
  overflow: hidden;
  border-radius: 34px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.js-specialList-thum > img {
  width: 100%;
  height: auto;
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  line-height: 1;
  font-size: 0;
  border-radius: 34px;
}

.js-specialList-thum:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.js-specialList-label {
  display: block;
  text-align: center;
  margin-top: 15px;
  color: #a60000;
  font-size: 6px;
  font-size: 0.6rem;
  text-transform: uppercase;
}

.js-specialList-title {
  display: block;
  text-align: center;
  margin-top: 15px;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .js-specialList {
    width: auto;
    margin: 15px 0 0;
  }
}

[class*='brg-secTitle'] {
  font-family: "Prata", serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 300;
  letter-spacing: 2.7px;
  text-align: center;
  color: #494949;
  line-height: 1;
  position: relative;
  padding: 20px 0;
  z-index: 10;
}

@media only screen and (max-width: 576px), (max-device-width: 576px) {
  [class*='brg-secTitle'] {
    font-size: 3.2rem;
  }
}

[class*='brg-secTitle'] span:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  z-index: -1;
}

[class*='brg-secTitle'][class*='_top01'] span {
  position: relative;
}

[class*='brg-secTitle'][class*='_top01'] span:before {
  background: url(../images/bg_brg-secTitle_top01.png) no-repeat left top transparent;
  width: 68px;
  height: 53px;
  left: -50px;
}

[class*='brg-secTitle'][class*='_top02'] span {
  position: relative;
}

[class*='brg-secTitle'][class*='_top02'] span:before {
  background: url(../images/bg_brg-secTitle_top02.png) no-repeat left top transparent;
  width: 62px;
  height: 45px;
  left: -40px;
}

@-webkit-keyframes move03 {
  from {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  to {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}

@keyframes move03 {
  from {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  to {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}

.brg-top-scrollBtn {
  font-family: "Prata", serif;
  text-decoration: none;
  color: rgba(157, 157, 157, 0.8);
  text-align: center;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -30px;
  overflow: hidden;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.brg-top-scrollBtn .cmn-displayText_en {
  font-size: 12px;
  font-size: 1.2rem;
}

.brg-top-scrollBtn .brg-top-scrollBtn_parts {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-animation: move03 2s linear infinite;
          animation: move03 2s linear infinite;
}

.brg-top-scrollBtn:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 576px), (max-device-width: 576px) {
  .brg-top-scrollBtn {
    bottom: 65px;
  }
}

.brg-countArea {
  background: rgba(255, 255, 255, 0.1);
  width: 840px;
  height: 100px;
  margin: 40px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #222222;
  position: relative;
  padding: 0 0 0 200px;
  overflow: hidden;
}

.brg-countArea > h2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.6em;
  text-indent: 0.6em;
  position: absolute;
  width: 186px;
  top: 0;
  left: 0;
  bottom: 0;
  vertical-align: middle;
  text-align: center;
  line-height: 100px;
  border-right: 1px solid #222222;
}

.brg-countArea > p {
  font-family: "Prata", serif;
  font-size: 72px;
  text-align: center;
  line-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brg-countArea > p > span {
  text-align: center;
  margin: 0 5px;
}

.brg-countArea > p > span.cd-num {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

.brg-countArea > p > span.cd-parts {
  margin-top: -0.1em;
}

.brg-countArea.brg-congestionStatusArea {
  height: 140px;
  padding: 0 0 0 186px;
}

.brg-countArea.brg-congestionStatusArea > h2 {
  line-height: 140px;
}

.brg-countArea.brg-congestionStatusArea .js-congestionTweetArea {
  width: 100%;
  height: 140px;
  overflow: auto;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-countArea {
    width: auto;
    margin: 15px 10px 0;
    padding: 0;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .brg-countArea > h2 {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    position: static;
    width: 100px;
    height: 58px;
    line-height: 58px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
  }
  .brg-countArea > p {
    font-size: 3rem;
    text-align: center;
    line-height: 58px;
    letter-spacing: 0;
    white-space: nowrap;
    text-indent: 5px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .brg-countArea > p > span {
    display: inline-block;
    margin: 0;
  }
  .brg-countArea.brg-congestionStatusArea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 0;
  }
  .brg-countArea.brg-congestionStatusArea > h2 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-right: none;
    border-bottom: 1px solid #222;
  }
  .brg-countArea.brg-congestionStatusArea .js-congestionTweetArea {
    width: 100%;
    height: auto;
  }
}

.brg-topBannerList {
  width: 840px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.brg-topBannerList > li {
  line-height: 1;
  font-size: 0;
  margin-left: 10px;
}

.brg-topBannerList > li > a {
  display: block;
}

.brg-topBannerList > li:first-of-type {
  margin-left: 0;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-topBannerList {
    width: auto;
    margin: 15px 10px 0;
  }
  .brg-topBannerList > li {
    width: calc(50% - 5px);
    margin-top: 10px;
    margin-left: 0;
  }
  .brg-topBannerList > li img {
    width: 100%;
    height: auto;
  }
  .brg-topBannerList > li:first-of-type {
    width: 100%;
    margin-top: 0;
  }
}

.brg-topTwitter {
  background: rgba(255, 255, 255, 0.2);
  width: 900px;
  margin: 40px auto 0;
  padding: 0 20px 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-topTwitter {
    width: auto;
    margin: 15px 10px 0;
  }
}

.brg-topTwitter-box {
  margin-top: 30px;
  width: 100%;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-topTwitter-box {
    margin-top: 15px;
  }
}

iframe.twitter-timeline .SandboxRoot.env-bp-970 .timeline-Tweet-text,
iframe.twitter-timeline .SandboxRoot.env-bp-660 .timeline-Tweet-text,
iframe.twitter-timeline .SandboxRoot.env-bp-820 .timeline-Tweet-text {
  font-size: 16px !important;
  line-height: 24px !important;
}

/* Google Map
**********************************/
.brg-googleMap {
  height: 300px;
  overflow: hidden;
}

.brg-googleMap > div {
  position: relative;
  padding-bottom: 27.7%;
  height: 0;
  overflow: hidden;
}

.brg-googleMap > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-googleMap {
    height: 200px;
  }
}

@media only screen and (max-width: 576px), (max-device-width: 576px) {
  .brg-googleMap {
    height: 100px;
  }
}

/* news
**********************************/
.js-newsArea {
  background: #f9f9f9;
  padding: 15px 0;
}

.js-newsArea-inner {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
}

.js-newsArea h2 {
  font-family: "Prata", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-align: center;
  color: #494949;
  height: 60px;
  line-height: 60px;
  border-right: 1px solid #494949;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
  white-space: nowrap;
  text-transform: uppercase;
  margin-right: 10px;
}

@media only screen and (max-width: 576px), (max-device-width: 576px) {
  .js-newsArea {
    height: 150px;
    overflow: hidden;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .js-newsArea-inner {
    width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .js-newsArea h2 {
    font-size: 1.2rem;
    border-right: none;
    width: auto;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: left;
    height: auto;
    line-height: 1;
    padding: 0;
    position: relative;
  }
  .js-newsArea h2:after {
    content: '';
    display: block;
    background: #494949;
    width: calc(100% - 4em);
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
  }
}

.js-newsArea-list {
  overflow: hidden;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  position: relative;
}

.js-newsArea-list > li {
  height: 60px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.js-newsArea-list > li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.5px;
  text-align: left;
  color: #222222;
  padding: 10px 10px 10px 110px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 576px), (max-device-width: 576px) {
  .js-newsArea-list {
    width: auto;
    height: 90px;
    margin-top: 10px;
  }
  .js-newsArea-list > li {
    height: 90px;
  }
  .js-newsArea-list > li a {
    padding: 0;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.js-newsArea-list-date {
  color: #a60000;
  width: 100px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 576px), (max-device-width: 576px) {
  .js-newsArea-list-date {
    position: static;
    width: auto;
    display: block;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (max-width: 576px), (max-device-width: 576px) {
  .js-newsArea-list-text {
    font-size: 1.6rem;
    display: block;
    margin-top: 5px;
  }
}

/* loading
**********************************/
.js-loading {
  overflow: hidden;
}

.brg-loading {
  background: white;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10000;
}

.brg-loadingBox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110px;
  height: 120px;
  margin: -60px 0 0 -55px;
}

.brg-loadingBox > span {
  position: absolute;
  bottom: 0;
  display: block;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

[class*='brg-loadingCircle'] {
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  top: 0;
  left: 5px;
}

@-webkit-keyframes rotate01 {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate01 {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate02 {
  from {
    -webkit-transform: rotate(0) scale(0.95);
            transform: rotate(0) scale(0.95);
  }
  to {
    -webkit-transform: rotate(-360deg) scale(1);
            transform: rotate(-360deg) scale(1);
  }
}

@keyframes rotate02 {
  from {
    -webkit-transform: rotate(0) scale(0.95);
            transform: rotate(0) scale(0.95);
  }
  to {
    -webkit-transform: rotate(-360deg) scale(1);
            transform: rotate(-360deg) scale(1);
  }
}

.brg-loadingCircle01 {
  background: #2d5a40;
  border-radius: 45px 41px 45px 42px;
  -webkit-animation: rotate01 2s linear infinite;
          animation: rotate01 2s linear infinite;
}

.brg-loadingCircle02 {
  background: #a60000;
  border-radius: 41px 46px 43px 45px;
  -webkit-animation: rotate02 2s linear infinite;
          animation: rotate02 2s linear infinite;
}

.shape-wrap {
  background: #a60000;
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  margin: -5px 0 0 0;
}

.shape {
  height: 50vh;
  width: 100%;
  display: block;
  fill: #a60000;
  position: absolute;
  bottom: -50vh;
  overflow: hidden;
}

.shape path {
  height: 50vh;
  width: 100%;
}

/* vue transition
**********************************/
.slide-fade-enter-active {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slide-fade:not(.demo-leave-active) {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.slide-fade-leave-active {
  -webkit-transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter,
.slide-fade-leave-to {
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fade-list-enter-active,
.fade-list-leave-active {
  -webkit-transition: 0.2s all 0.5s;
  transition: 0.2s all 0.5s;
}

.fade-list-enter,
.fade-list-leave-to {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

/*** modal ***/
.brg-modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.brg-modal-wrapper {
  overflow: auto;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.brg-modal-content {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-modal-content {
    width: 90%;
  }
  .brg-modal-content img {
    width: 100%;
    display: block;
    margin-top: 40px;
  }
}

.brg-modal-WorkChapter {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #222222;
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}

.brg-modal-WorkChapter > span {
  font-family: "Prata", serif;
  font-size: 70px;
  font-size: 7rem;
  color: #a60000;
  vertical-align: bottom;
  -webkit-transform: translateY(0.55em);
      -ms-transform: translateY(0.55em);
          transform: translateY(0.55em);
  display: inline-block;
  margin: 0 12px;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-modal-WorkChapter {
    font-size: 1.2rem;
  }
  .brg-modal-WorkChapter > span {
    font-size: 6rem;
  }
}

.brg-modal-author {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  white-space: pre;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 2px;
  text-align: center;
  color: #494949;
  margin-top: 30px;
}

.brg-modal-title {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  color: #222222;
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  margin-top: 20px;
  line-height: 1.2;
  white-space: pre;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-modal-title {
    font-size: 3rem;
    white-space: pre-wrap;
  }
}

.brg-modal-text {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1px;
  text-align: justify;
  color: #222222;
  margin-top: 20px;
}

.brg-modal-subText {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1.6px;
  text-align: center;
  margin-top: 30px;
  color: #494949;
}

.brg-modal-closeBtn {
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}

.brg-modal-closeBtn:before, .brg-modal-closeBtn:after {
  content: '';
  display: block;
  position: absolute;
  background: #a60000;
}

.brg-modal-closeBtn:before {
  width: 2px;
  height: 120px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.brg-modal-closeBtn:after {
  width: 120px;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.brg-modal-closeBtn:hover {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media only screen and (max-width: 576px), (max-device-width: 576px) {
  .brg-modal-closeBtn {
    width: 60px;
    height: 60px;
  }
  .brg-modal-closeBtn:before {
    height: 60px;
  }
  .brg-modal-closeBtn:after {
    width: 60px;
  }
}

.modal-enter {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.modal-leave-active {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.modal-enter .brg-modal-content,
.modal-leave-active .brg-modal-content {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

html.magnifying > body {
  overflow-x: hidden !important;
}

.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile {
  /* Reset */
  min-width: 0;
  min-height: 0;
  -webkit-animation: none;
          animation: none;
  border: none;
  float: none;
  margin: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  outline: none;
  overflow: visible;
  padding: 0;
  text-indent: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.magnify {
  position: relative;
  width: auto;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  z-index: inherit;
  margin-top: 40px;
}

.magnify > .magnify-lens {
  /* Magnifying lens */
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  /* Multiple box shadows to achieve the glass lens effect */
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
  cursor: none;
  display: none;
  z-index: 99;
}

.magnify > .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.magnify > .magnify-lens.loading:after {
  /* Loading text */
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #ffffff;
  content: 'Loading...';
  font: italic normal 16px/1 Calibri, sans-serif;
  letter-spacing: 1px;
  margin-top: -8px;
  text-align: center;
  text-transform: none;
}

/* butterfly01
**********************************/
@-webkit-keyframes hane02 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(85deg);
            transform: rotateY(85deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes hane02 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(85deg);
            transform: rotateY(85deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@-webkit-keyframes hane01 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(60deg);
            transform: rotateY(60deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes hane01 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(60deg);
            transform: rotateY(60deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@-webkit-keyframes move01 {
  0% {
    -webkit-transform: rotate(-40deg) scale(0.5);
            transform: rotate(-40deg) scale(0.5);
    top: 100%;
    right: -300px;
  }
  50% {
    -webkit-transform: rotate(-44deg) scale(0.6);
            transform: rotate(-44deg) scale(0.6);
    top: 50%;
    right: 50%;
  }
  100% {
    -webkit-transform: rotate(-32deg) scale(0.4);
            transform: rotate(-32deg) scale(0.4);
    top: 2%;
    right: 110%;
  }
}

@keyframes move01 {
  0% {
    -webkit-transform: rotate(-40deg) scale(0.5);
            transform: rotate(-40deg) scale(0.5);
    top: 100%;
    right: -300px;
  }
  50% {
    -webkit-transform: rotate(-44deg) scale(0.6);
            transform: rotate(-44deg) scale(0.6);
    top: 50%;
    right: 50%;
  }
  100% {
    -webkit-transform: rotate(-32deg) scale(0.4);
            transform: rotate(-32deg) scale(0.4);
    top: 2%;
    right: 110%;
  }
}

@-webkit-keyframes move01_sp {
  0% {
    -webkit-transform: rotate(-21deg) scale(0.1);
            transform: rotate(-21deg) scale(0.1);
    top: 100%;
    right: -300px;
  }
  50% {
    -webkit-transform: rotate(-26deg) scale(0.15);
            transform: rotate(-26deg) scale(0.15);
    top: 50%;
    right: 50%;
  }
  100% {
    -webkit-transform: rotate(-30deg) scale(0.12);
            transform: rotate(-30deg) scale(0.12);
    top: 5%;
    right: 110%;
  }
}

@keyframes move01_sp {
  0% {
    -webkit-transform: rotate(-21deg) scale(0.1);
            transform: rotate(-21deg) scale(0.1);
    top: 100%;
    right: -300px;
  }
  50% {
    -webkit-transform: rotate(-26deg) scale(0.15);
            transform: rotate(-26deg) scale(0.15);
    top: 50%;
    right: 50%;
  }
  100% {
    -webkit-transform: rotate(-30deg) scale(0.12);
            transform: rotate(-30deg) scale(0.12);
    top: 5%;
    right: 110%;
  }
}

@-webkit-keyframes move02 {
  0% {
    -webkit-transform: rotate(-32deg) scale(0.2);
            transform: rotate(-32deg) scale(0.2);
    top: 120%;
    right: -20％;
  }
  50% {
    -webkit-transform: rotate(-36deg) scale(0.3);
            transform: rotate(-36deg) scale(0.3);
    top: 80%;
    right: 50%;
  }
  100% {
    -webkit-transform: rotate(-40deg) scale(0.2);
            transform: rotate(-40deg) scale(0.2);
    top: 50%;
    right: 110%;
  }
}

@keyframes move02 {
  0% {
    -webkit-transform: rotate(-32deg) scale(0.2);
            transform: rotate(-32deg) scale(0.2);
    top: 120%;
    right: -20％;
  }
  50% {
    -webkit-transform: rotate(-36deg) scale(0.3);
            transform: rotate(-36deg) scale(0.3);
    top: 80%;
    right: 50%;
  }
  100% {
    -webkit-transform: rotate(-40deg) scale(0.2);
            transform: rotate(-40deg) scale(0.2);
    top: 50%;
    right: 110%;
  }
}

@-webkit-keyframes move02_sp {
  0% {
    -webkit-transform: rotate(-32deg) scale(0.05);
            transform: rotate(-32deg) scale(0.05);
    top: 120%;
    right: -20％;
  }
  50% {
    -webkit-transform: rotate(-36deg) scale(0.08);
            transform: rotate(-36deg) scale(0.08);
    top: 80%;
    right: 50%;
  }
  100% {
    -webkit-transform: rotate(-40deg) scale(0.06);
            transform: rotate(-40deg) scale(0.06);
    top: 50%;
    right: 110%;
  }
}

@keyframes move02_sp {
  0% {
    -webkit-transform: rotate(-32deg) scale(0.05);
            transform: rotate(-32deg) scale(0.05);
    top: 120%;
    right: -20％;
  }
  50% {
    -webkit-transform: rotate(-36deg) scale(0.08);
            transform: rotate(-36deg) scale(0.08);
    top: 80%;
    right: 50%;
  }
  100% {
    -webkit-transform: rotate(-40deg) scale(0.06);
            transform: rotate(-40deg) scale(0.06);
    top: 50%;
    right: 110%;
  }
}

@-webkit-keyframes vibration {
  from {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(4px);
            transform: translate(4px);
  }
}

@keyframes vibration {
  from {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(4px);
            transform: translate(4px);
  }
}

/* butterfly01 */
.brg-butterfly01 {
  width: 543px;
  height: 251px;
  position: fixed;
  top: 60px;
  right: 110%;
  -webkit-transform: rotate(-23deg) scale(0.4);
      -ms-transform: rotate(-23deg) scale(0.4);
          transform: rotate(-23deg) scale(0.4);
  z-index: 10;
}

.brg-butterfly01.startMove {
  -webkit-animation: move01 10s cubic-bezier(0.7, 0.2, 0.4, 0.9) 1;
          animation: move01 10s cubic-bezier(0.7, 0.2, 0.4, 0.9) 1;
}

@media only screen and (max-width: 576px), (max-device-width: 576px) {
  .brg-butterfly01 {
    -webkit-transform: rotate(-30deg) scale(0.12);
        -ms-transform: rotate(-30deg) scale(0.12);
            transform: rotate(-30deg) scale(0.12);
  }
  .brg-butterfly01.startMove {
    -webkit-animation: move01_sp 20s cubic-bezier(0.7, 0.2, 0.4, 0.9) 1;
            animation: move01_sp 20s cubic-bezier(0.7, 0.2, 0.4, 0.9) 1;
  }
}

.brg-butterfly01_dou01,
.brg-butterfly01_hane01,
.brg-butterfly01_hane02 {
  position: absolute;
}

.brg-butterfly01_dou01 {
  top: 0;
  left: 50%;
  margin-left: -85px;
  -webkit-animation: vibration 0.25s cubic-bezier(0.76, -0.01, 0.98, 0.46) infinite;
          animation: vibration 0.25s cubic-bezier(0.76, -0.01, 0.98, 0.46) infinite;
}

.brg-butterfly01_hane01 {
  top: 63px;
  left: 0;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.brg-butterfly01_hane02 {
  top: 62px;
  right: 19px;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.brg-butterfly01_hane01,
.brg-butterfly01_hane02 {
  -webkit-animation: hane01;
          animation: hane01;
  -webkit-perspective: 543px;
          perspective: 543px;
  -webkit-transform: perspective(543px);
          transform: perspective(543px);
  -webkit-animation: hane02 0.25s cubic-bezier(0.76, -0.01, 0.98, 0.46) infinite;
          animation: hane02 0.25s cubic-bezier(0.76, -0.01, 0.98, 0.46) infinite;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-butterfly01_hane01,
  .brg-butterfly01_hane02 {
    -webkit-animation: hane02 1.5s cubic-bezier(0.38, 0.51, 0.65, 0.51) infinite;
            animation: hane02 1.5s cubic-bezier(0.38, 0.51, 0.65, 0.51) infinite;
  }
}

.js-animationEnd .brg-butterfly01_hane01, .js-animationEnd
.brg-butterfly01_hane02 {
  -webkit-animation: hane02 1.8s cubic-bezier(0.38, 0.8, 0.65, 0.51) infinite;
          animation: hane02 1.8s cubic-bezier(0.38, 0.8, 0.65, 0.51) infinite;
}

/* butterfly02 */
.brg-butterfly02 {
  width: 598px;
  height: 303px;
  position: fixed;
  -webkit-transform: rotate(-40deg) scale(0.2);
      -ms-transform: rotate(-40deg) scale(0.2);
          transform: rotate(-40deg) scale(0.2);
  top: 60px;
  right: 110%;
}

.brg-butterfly02.startMove {
  -webkit-animation: move02 10s cubic-bezier(0.7, 0.2, 0.4, 0.9) 1;
          animation: move02 10s cubic-bezier(0.7, 0.2, 0.4, 0.9) 1;
}

@media only screen and (max-width: 576px), (max-device-width: 576px) {
  .brg-butterfly02 {
    -webkit-transform: rotate(-40deg) scale(0.06);
        -ms-transform: rotate(-40deg) scale(0.06);
            transform: rotate(-40deg) scale(0.06);
  }
  .brg-butterfly02.startMove {
    -webkit-animation: move02_sp 20s cubic-bezier(0.7, 0.2, 0.4, 0.9) 1;
            animation: move02_sp 20s cubic-bezier(0.7, 0.2, 0.4, 0.9) 1;
  }
}

.brg-butterfly02_dou01,
.brg-butterfly02_hane01,
.brg-butterfly02_hane02 {
  position: absolute;
}

.brg-butterfly02_dou01 {
  top: 0;
  left: 50%;
  margin-left: -72px;
}

.brg-butterfly02_hane01 {
  top: 47px;
  left: 0;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.brg-butterfly02_hane02 {
  top: 32px;
  right: 0;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.brg-butterfly02_hane01,
.brg-butterfly02_hane02 {
  -webkit-animation: hane01;
          animation: hane01;
  -webkit-perspective: 543px;
          perspective: 543px;
  -webkit-transform: perspective(543px);
          transform: perspective(543px);
  -webkit-animation: hane01 0.3s cubic-bezier(0.38, 0.8, 0.65, 0.51) infinite;
          animation: hane01 0.3s cubic-bezier(0.38, 0.8, 0.65, 0.51) infinite;
}

/* 閉幕対応
**********************************/
.brg-closeArea {
  display: block;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #222222;
  width: 840px;
  margin: 40px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 20px;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.brg-closeArea h2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  overflow: hidden;
  color: #222222;
}

.brg-closeArea h2 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
}

.brg-closeArea h2 span:before, .brg-closeArea h2 span:after {
  background-color: rgba(34, 34, 34, 0.4);
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
}

.brg-closeArea h2 span:before {
  right: 100%;
}

.brg-closeArea h2 span:after {
  left: 100%;
}

.brg-closeArea p {
  color: #222222;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 10px;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-closeArea {
    width: auto;
    margin: 15px 10px 0;
  }
  .brg-closeArea h2 {
    font-size: 1.8rem;
  }
  .brg-closeArea h2 span {
    margin: 0 1em;
    padding: 0 .1em;
  }
  .brg-closeArea p {
    font-size: 1.4rem;
  }
}

/* Gallery
**********************************/
.brg-gallery {
  background: rgba(249, 249, 249, 0.9);
  padding: 50px 0 0;
  margin-top: 80px;
  position: relative;
}

.brg-gallery .brg-secTitle {
  margin-top: -100px;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-gallery .brg-secTitle {
    margin-top: -90px;
  }
}

.brg-gallery-controller {
  text-align: center;
  margin-top: 10px;
}

.brg-gallery-controller > li {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}

.brg-gallery-controller > li svg {
  display: block;
  margin: 0 auto;
}

.brg-gallery-controller > li g {
  fill: #d8d8d8;
}

.brg-gallery-controller > li span {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: center;
  color: #d8d8d8;
  text-align: center;
  text-transform: uppercase;
  margin-top: 6px;
  line-height: 1;
}

.brg-gallery-controller > li.active g {
  fill: #a60000;
}

.brg-gallery-controller > li.active span {
  color: #a60000;
}

.brg-gallery-inner {
  width: 840px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-gallery-inner {
    width: auto;
  }
}

.brg-gallery-ChapterList {
  padding: 0 0 50px;
}

.brg-gallery-ChapterList > li {
  border-bottom: 1px dotted #d8d8d8;
}

.brg-gallery-ChapterList > li:last-of-type {
  border-bottom: none;
}

.brg-gallery-ChapterList > li.brg-gallery-ChapterTitle {
  padding: 0 0 0 180px;
}

.brg-gallery-ChapterList > li.brg-gallery-ChapterTitle > span {
  left: 10px;
}

.brg-gallery-ChapterList > li.brg-gallery-ChapterTitle:after {
  right: 30px;
  left: inherit;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.brg-gallery-ChapterList > li.brg-gallery-ChapterTitle:hover:after {
  right: 10px;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-gallery-ChapterList > li {
    margin: 0 10px;
  }
  .brg-gallery-ChapterList > li.brg-gallery-ChapterTitle {
    padding: 0 0 0 120px;
  }
  .brg-gallery-ChapterList > li.brg-gallery-ChapterTitle > span {
    left: 10px;
  }
  .brg-gallery-ChapterList > li.brg-gallery-ChapterTitle:after {
    right: 20px;
    left: inherit;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .brg-gallery-ChapterList > li.brg-gallery-ChapterTitle:hover:after {
    right: 10px;
  }
}

.brg-gallery-ChapterTitle {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 48px;
  font-size: 4.8rem;
  position: relative;
  padding: 0 0 0 300px;
  height: 154px;
  line-height: 154px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  letter-spacing: 0.15em;
}

.brg-gallery-ChapterTitle > span {
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  width: 150px;
  text-align: center;
  left: 130px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.brg-gallery-ChapterTitle > span > span {
  font-family: "Prata", serif;
  font-size: 80px;
  font-size: 8rem;
  color: #a60000;
  vertical-align: bottom;
}

.brg-gallery-ChapterTitle:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-top: 1px solid #a60000;
  border-right: 1px solid #a60000;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 30px;
  right: inherit;
  -webkit-transform-origin: 70% 30%;
      -ms-transform-origin: 70% 30%;
          transform-origin: 70% 30%;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.brg-gallery-ChapterTitle:hover:after {
  left: 10px;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-gallery-ChapterTitle {
    font-size: 2rem;
    height: 77px;
    line-height: 77px;
    padding: 0 0 0 140px;
  }
  .brg-gallery-ChapterTitle > span {
    font-size: 1rem;
    width: 100px;
    left: 40px;
  }
  .brg-gallery-ChapterTitle > span > span {
    font-size: 4rem;
  }
  .brg-gallery-ChapterTitle:after {
    width: 15px;
    height: 15px;
    margin-top: -6px;
    left: 20px;
  }
  .brg-gallery-ChapterTitle:hover:after {
    left: 10px;
  }
}

.brg-gallery-ChapterDetail {
  margin: 0 10px;
  border-bottom: 1px solid transparent;
}

.brg-gallery-ChapterDetail > p {
  margin-top: 40px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
  color: #222222;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-gallery-ChapterDetail > p {
    margin-top: 20px;
    padding: 0 10px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.brg-gallery-subText {
  font-size: 14px;
  font-size: 1.4rem;
  color: #9d9d9d;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
}

@media only screen and (max-width: 576px), (max-device-width: 576px) {
  .brg-gallery-subText {
    font-size: 1rem;
  }
}

.brg-gallery-works {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 20px;
  height: 1400px;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-gallery-works {
    height: 640px;
    padding: 0 0;
  }
}

.brg-gallery-worksList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 1200px;
  padding: 0 0 100px;
}

.brg-gallery-worksList > li {
  min-height: 550px;
  min-width: 600px;
  -ms-flex-preferred-size: 600px;
      flex-basis: 600px;
  flex-glow: 1;
  position: relative;
}

.brg-gallery-worksList > li:nth-of-type(3n) .brg-gallery-worksItem {
  top: 8%;
  left: 5%;
}

.brg-gallery-worksList > li:nth-of-type(3n-1) .brg-gallery-worksItem {
  top: 10%;
  left: 5%;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-gallery-worksList {
    height: 640px;
    padding: 20px 20px 100px;
    overflow-y: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .brg-gallery-worksList li {
    min-height: 240px;
    min-width: 240px;
    -ms-flex-preferred-size: 240px;
        flex-basis: 240px;
  }
  .brg-gallery-worksList li:nth-of-type(3n) .brg-gallery-worksItem {
    top: 10%;
    left: 5%;
  }
  .brg-gallery-worksList li:nth-of-type(3n-1) .brg-gallery-worksItem {
    top: 8%;
    left: 0%;
  }
}

.brg-element-modalImage {
  position: relative;
  display: block;
  line-height: 1;
}

.brg-element-modalImage:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(166, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.brg-element-modalImage:after {
  content: '';
  background: url(../images/modal-parts01.svg) no-repeat left top transparent;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.brg-element-modalImage:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.brg-element-modalImage:hover:before, .brg-element-modalImage:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.brg-element-modalImage:hover:after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
      -ms-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-element-modalImage:before, .brg-element-modalImage:after {
    display: none;
  }
}

.brg-gallery-worksItem {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  position: absolute;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  padding: 50% 50%;
}

.brg-gallery-worksItem a {
  -webkit-box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.brg-gallery-worksItem span {
  -webkit-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  bottom: -3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
  text-align: center;
  color: #222222;
  text-shadow: 0 10px 20px rgba(34, 34, 34, 0.2);
  white-space: pre;
}

.brg-gallery-worksItem:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 999;
}

.brg-gallery-worksItem:hover a {
  -webkit-box-shadow: 0 50px 60px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 50px 60px 0 rgba(0, 0, 0, 0.02);
}

.brg-gallery-worksItem:hover span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-gallery-worksItem a {
    width: 240px;
  }
  .brg-gallery-worksItem a img {
    width: 100%;
    height: auto;
  }
  .brg-gallery-worksItem.vertical a {
    width: auto;
    height: 260px;
  }
  .brg-gallery-worksItem.vertical a img {
    height: 100%;
    width: auto;
  }
  .brg-gallery-worksItem:hover {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.brg-gallery-ChapterDetail {
  padding: 0 0 50px;
}

.brg-gallery-ChapterDetail-worksList {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.brg-gallery-ChapterDetail-worksList > li {
  margin-bottom: 20px;
}

.brg-gallery-ChapterDetail-worksList > li > a {
  height: 220px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.1);
}

.brg-gallery-ChapterDetail-worksList > li > a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 50px 60px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 50px 60px 0 rgba(0, 0, 0, 0.02);
}

.brg-gallery-ChapterDetail-worksList > li > a > img {
  width: auto;
  height: 100%;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-gallery-ChapterDetail-worksList > li {
    margin-bottom: 10px;
  }
  .brg-gallery-ChapterDetail-worksList > li > a {
    height: 80px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .brg-gallery-ChapterDetail-worksList > li > a:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  }
}

.brg-gallery-ChapterWrap {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  min-height: 500px;
  height: auto;
  overflow: hidden;
}

.brg-gallery-scrollR,
.brg-gallery-scrollL {
  display: block;
  width: 150px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 500;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  .brg-gallery-scrollR,
  .brg-gallery-scrollL {
    display: none;
  }
}

.brg-gallery-scrollR:after,
.brg-gallery-scrollL:after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  border-top: 3px solid #a60000;
  border-right: 3px solid #a60000;
  position: absolute;
  top: 80px;
  margin-top: -25px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.brg-gallery-scrollR {
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
  right: 0;
}

.brg-gallery-scrollR:after {
  right: 30px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.brg-gallery-scrollR:hover:after {
  right: 20px;
}

.brg-gallery-scrollL {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}

.brg-gallery-scrollL:after {
  left: 30px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.brg-gallery-scrollL:hover:after {
  left: 20px;
}

/*** vue-transition ***/
.v-chapterlist-enter-active,
.v-chapterDetail-enter-active {
  -webkit-transition: opacity .5s, -webkit-transform 1s;
  transition: opacity .5s, -webkit-transform 1s;
  transition: transform 1s, opacity .5s;
  transition: transform 1s, opacity .5s, -webkit-transform 1s;
}

.v-chapterlist-leave-active,
.v-chapterDetail-leave-active {
  -webkit-transition: opacity .2s, -webkit-transform 1s;
  transition: opacity .2s, -webkit-transform 1s;
  transition: transform 1s, opacity .2s;
  transition: transform 1s, opacity .2s, -webkit-transform 1s;
}

.v-chapterlist-enter,
.v-chapterlist-leave-to,
.v-chapterDetail-enter,
.v-chapterDetail-leave-to {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.v-chapterlist-enter,
.v-chapterDetail-enter {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: static;
}

.v-chapterlist-leave-to,
.v-chapterDetail-leave-to {
  position: absolute;
}

.v-chapterlist-enter {
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}

.v-chapterlist-leave-to {
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}

.v-chapterDetail-enter {
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
}

.v-chapterDetail-leave-to {
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
}

/*! Flickity v2.0.10
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 40%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: transparent;
  background: transparent;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: transparent;
}

.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09f;
          box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.flickity-prev-next-button.previous {
  left: 0;
}

.flickity-prev-next-button.next {
  right: 0;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #a60000;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* common
**********************************/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  color: #222222;
  min-width: 1024px;
  height: 100%;
  font-size: 14px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  word-break: break-all;
  line-height: 1.6;
  letter-spacing: 0.2em;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
}

@media only screen and (max-width: 920px), (max-device-width: 920px) {
  body {
    min-width: inherit;
  }
}

::selection {
  background: #222222;
  color: #d8d8d8;
  text-shadow: none;
}

a {
  color: #d8d8d8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
