/**
sw assy.less

@Author: Samuraiworks
@Version: 170804
 */
/* do it assy +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
hr.forSp {
  display: none;
}
br.forSp,
span.forSp,
i.forSp {
  display: none;
}
br.forPc,
span.forPc {
  display: inline;
}
.pcImg {
  display: inline-block;
}
.spImg {
  display: none;
}
.pcBlock {
  display: block;
}
.spBlock {
  display: none;
}
.pcInline {
  display: inline-block;
}
.spInline {
  display: none;
}
@media screen and (max-width: 768px) {
  hr.forSp {
    display: block;
  }
  br.forSp,
  span.forSp,
  .sp i.forSp {
    display: inline;
  }
  br.forPc,
  span.forPc {
    display: none;
  }
  .pcImg {
    display: none;
  }
  .spImg {
    display: block;
  }
  .pcBlock {
    display: none;
  }
  .spBlock {
    display: block;
  }
  .pcInline {
    display: none;
  }
  .spInline {
    display: inline-block;
  }
  img.w100 {
    max-width: 100%;
    height: auto;
  }
}
/* sw set assy +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.flexibleBox {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
}
/* Material iconsを利用する */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  font-feature-settings: 'liga';
}
.palt {
  font-feature-settings: "palt" 1;
}
.palt-not {
  font-feature-settings: "palt" 0 !important;
}
/* 【複数行にも対応】長過ぎる文字列を省略して末尾を三点リーダー */
.ellipsis-container p {
  margin: 0;
}
.ellipsis-container {
  background: #eee;
  overflow: hidden;
  width: 100%;
}
.ellipsis-container p {
  font-size: 14px;
  height: 58.8px;
  line-height: 1.4;
  position: relative;
}
.ellipsis-container p:before,
.ellipsis-container p:after {
  background: #eee;
  position: absolute;
}
.ellipsis-container p:before {
  content: "...";
  top: 39.2px;
  right: 0;
}
.ellipsis-container p:after {
  content: "";
  height: 100%;
  width: 100%;
}
/* 【複数行にも対応】長過ぎる文字列を省略して末尾を三点リーダー */
/* 定義部分----------------------------------------------- */
.a_borad {
  border-radius: 9px;
}
.a_fl_R {
  float: right;
}
.a_fl_L {
  float: left;
}
.a_Tcenter {
  text-align: center;
}
.a_TRight {
  text-align: right !important;
}
.a_TLeft {
  text-align: left !important;
}
.a_hidden {
  display: none;
}
.a_visi-hidden {
  visibility: hidden;
}
.a_disp_none {
  display: none;
}
.a_disp_inline,
.inline-block,
.a_ilb {
  display: inline-block !important;
}
.a_opace0 {
  opacity: 0;
}
.a_prelative {
  position: relative;
}
.a_mar00auto {
  margin: 0px auto;
}
/* ------------------------------------------------------------
  Clearfix
------------------------------------------------------------ */
/* new clearfix */
.clf:before,
.clf:after {
  content: "";
  display: table;
}
.clf:after {
  clear: both;
}
/* For IE 6/7 (hasL) */
.clf {
  zoom: 1;
}
/*text colour*/
.px_fff {
  color: #fff !important;
  text-shadow: 1px 1px 1px #666;
}
.px_fff_shadcha {
  color: #fff !important;
  text-shadow: 1px 1px 1px #766142;
}
.px_uspink {
  color: #906 !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_ao {
  color: #388ED4 !important;
  font-weight: bold;
  /*text-shadow: 1px 1px 1px #ccc;*/
}
.px_aomid {
  color: #099 !important;
  text-shadow: 1px 1px 1px #fff !important;
}
.px_mizu {
  color: #6BB392 !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_midr {
  color: #394b96 !important;
  text-shadow: 1px 1px 1px #fff !important;
}
.px_666 {
  color: #666 !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_org {
  color: #e56b0d !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_aka {
  color: #D5330B !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_pink {
  color: #c50045 !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_cha {
  color: #630 !important;
  text-shadow: 1px 1px 1px #e7e7e7;
}
.px_ki {
  color: #e6e321 !important;
}
.px_bold {
  font-weight: bold !important;
}
.px_pink2 {
  color: #bf4e91 !important;
  text-shadow: 1px 1px 1px #fff !important;
}
/* 定義部分----------------------------------------------- */
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gothic {
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.maru-goth {
  font-family: "Hiragino Maru Gothic Pro", "HG丸ゴシックM-PRO", verdana, arial, sans-serif;
}
.uline {
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ffff88 0%);
}
.uline2 {
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ffe1f3 0%);
}
.boxShadow {
  -ms-box-shadow: 2px 2px 7px #5a5a5a;
  -moz-box-shadow: 2px 2px 7px #5a5a5a;
  -webkit-box-shadow: 2px 2px 7px #5a5a5a;
  box-shadow: 2px 2px 7px #5a5a5a;
}
.imgBoxShadow {
  -ms-box-shadow: 0 0 5px #b7b09d;
  -moz-box-shadow: 0 0 5px #b7b09d;
  -webkit-box-shadow: 0 0 5px #b7b09d;
  box-shadow: 0 0 5px #b7b09d;
}
.mainGrad1 {
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 77%, #eaeaea 95%, #dadada 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(77%, #f5f5f5), color-stop(95%, #eaeaea), color-stop(100%, #dadada));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 77%, #eaeaea 95%, #dadada 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 77%, #eaeaea 95%, #dadada 100%);
}
.mainGrad1Rev {
  background: #ffffff;
  background: -moz-linear-gradient(top, #EAEAEA 0%, #ffffff 55%, #f5f5f5 95%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EAEAEA), color-stop(55%, #ffffff), color-stop(95%, #f5f5f5), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #EAEAEA 0%, #ffffff 55%, #f5f5f5 95%, #ffffff 100%);
  background: linear-gradient(to bottom, #EAEAEA 0%, #ffffff 55%, #f5f5f5 95%, #ffffff 100%);
}
.mainGrad2 {
  background: #FBFBFB;
  background: -moz-linear-gradient(top, #FFFFFF 0%, #FBFBFB 50%, #F8F8F8 95%, #F5F5F5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(50%, #FBFBFB), color-stop(95%, #F8F8F8), color-stop(100%, #F5F5F5));
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #FBFBFB 50%, #F8F8F8 95%, #F5F5F5 100%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #FBFBFB 50%, #F8F8F8 95%, #F5F5F5 100%);
}
.mainGrad3 {
  background: #192C7B;
  background: -moz-linear-gradient(top, #2E40A5 0%, #192C7B 50%, #102469 95%, #061A53 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2E40A5), color-stop(50%, #192C7B), color-stop(95%, #102469), color-stop(100%, #061A53));
  background: -webkit-linear-gradient(top, #2E40A5 0%, #192C7B 50%, #102469 95%, #061A53 100%);
  background: linear-gradient(to bottom, #2E40A5 0%, #192C7B 50%, #102469 95%, #061A53 100%);
}
.mainGrad4 {
  background: #D5330B;
  background: -moz-linear-gradient(top, #f3461b 0%, #D5330B 50%, #bd2d0a 95%, #a02608 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3461b), color-stop(50%, #D5330B), color-stop(95%, #bd2d0a), color-stop(100%, #a02608));
  background: -webkit-linear-gradient(top, #f3461b 0%, #D5330B 50%, #bd2d0a 95%, #a02608 100%);
  background: linear-gradient(to bottom, #f3461b 0%, #D5330B 50%, #bd2d0a 95%, #a02608 100%);
}
.mainGrad5 {
  background: #FFE275;
  background: -moz-linear-gradient(top, #FFF799 0%, #FFE275 50%, #FFD35C 95%, #FFCC50 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF799), color-stop(50%, #FFE275), color-stop(95%, #FFD35C), color-stop(100%, #FFCC50));
  background: -webkit-linear-gradient(top, #FFF799 0%, #FFE275 50%, #FFD35C 95%, #FFCC50 100%);
  background: linear-gradient(to bottom, #FFF799 0%, #FFE275 50%, #FFD35C 95%, #FFCC50 100%);
}
.mainGrad6 {
  background: #dafcff;
  background: -moz-linear-gradient(top, #daffef 0%, #dafcff 50%, #d0e9ec 95%, #c9ebfe 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #daffef), color-stop(50%, #dafcff), color-stop(95%, #d0e9ec), color-stop(100%, #c9ebfe));
  background: -webkit-linear-gradient(top, #daffef 0%, #dafcff 50%, #d0e9ec 95%, #c9ebfe 100%);
  background: linear-gradient(to bottom, #daffef 0%, #dafcff 50%, #d0e9ec 95%, #c9ebfe 100%);
}
.mainGrad7 {
  background: #1e7412;
  background: -moz-linear-gradient(top, #1f8827 0%, #1e7412 50%, #175c10 95%, #1e7412 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f8827), color-stop(50%, #1e7412), color-stop(95%, #175c10), color-stop(100%, #1e7412));
  background: -webkit-linear-gradient(top, #1f8827 0%, #1e7412 50%, #175c10 95%, #1e7412 100%);
  background: linear-gradient(to bottom, #1f8827 0%, #1e7412 50%, #175c10 95%, #1e7412 100%);
}
.mainGrad8 {
  background: #ee9904;
  background: -moz-linear-gradient(top, #ff9f0e 0%, #ee9904 50%, #dd7d03 95%, #c57303 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9f0e), color-stop(50%, #ee9904), color-stop(95%, #dd7d03), color-stop(100%, #c57303));
  background: -webkit-linear-gradient(top, #ff9f0e 0%, #ee9904 50%, #dd7d03 95%, #c57303 100%);
  background: linear-gradient(to bottom, #ff9f0e 0%, #ee9904 50%, #dd7d03 95%, #c57303 100%);
}
.mainGrad9 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eab92d+0,f5d205+10,eab92d+40,f5d205+60,f5d205+66,eab92d+85,c79810+99 */
  background: #eab92d;
  /* Old browsers */
  background: -moz-linear-gradient(77deg, #de9f1b 0%, #f5d205 10%, #eab92d 40%, #f5d205 60%, #f5d205 66%, #eab92d 85%, #c79810 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(77deg, #de9f1b 0%, #f5d205 10%, #eab92d 40%, #f5d205 60%, #f5d205 66%, #eab92d 85%, #c79810 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(77deg, #de9f1b 0%, #f5d205 10%, #eab92d 40%, #f5d205 60%, #f5d205 66%, #eab92d 85%, #c79810 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.mainGrad10 {
  background: #eab92d;
  /* Old browsers */
  background: -moz-linear-gradient(11deg, #eab92d 0%, #f5d205 10%, #eab92d 40%, #f5d205 60%, #ffe446 66%, #eab92d 85%, #c79810 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(11deg, #eab92d 0%, #f5d205 10%, #eab92d 40%, #f5d205 60%, #ffe446 66%, #eab92d 85%, #c79810 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(11deg, #eab92d 0%, #f5d205 10%, #eab92d 40%, #f5d205 60%, #ffe446 66%, #eab92d 85%, #c79810 99%);
}
.mainGradERH2 {
  background-color: #8F0018;
  background: #8f0308;
  background: -moz-linear-gradient(top, #a70002 0%, #8f0308 50%, #8f0308 66%, #b90020 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a70002), color-stop(50%, #8f0308), color-stop(66%, #8f0308), color-stop(100%, #b90020));
  background: -webkit-linear-gradient(top, #a70002 0%, #8f0308 50%, #8f0308 66%, #b90020 100%);
  background: linear-gradient(to bottom, #a70002 0%, #8f0308 50%, #8f0308 66%, #b90020 100%);
}
.mainGrad11 {
  background: #ede871;
  background: -moz-linear-gradient(top, #f8f4e0 0%, #ede871 33%, #e6e321 77%, #d4c907 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f4e0), color-stop(33%, #ede871), color-stop(77%, #e6e321), color-stop(100%, #d4c907));
  background: -webkit-linear-gradient(top, #f8f4e0 0%, #ede871 33%, #e6e321 77%, #d4c907 100%);
  background: linear-gradient(to bottom, #f8f4e0 0%, #ede871 33%, #e6e321 77%, #d4c907 100%);
}
.gradient-icon {
  background: #ede871;
  background: -moz-linear-gradient(top, #f8f4e0 0%, #ede871 33%, #e6e321 77%, #d4c907 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f4e0), color-stop(33%, #ede871), color-stop(77%, #e6e321), color-stop(100%, #d4c907));
  background: -webkit-linear-gradient(top, #f8f4e0 0%, #ede871 33%, #e6e321 77%, #d4c907 100%);
  background: linear-gradient(to bottom, #f8f4e0 0%, #ede871 33%, #e6e321 77%, #d4c907 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: initial;
}
.ie .gradient-icon,
.ie11 .gradient-icon {
  background: none;
  color: #ede871;
}
.gradient-icon2 {
  background: #72be9b;
  background: -moz-linear-gradient(top, #72be9b 0%, #51b38c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #72be9b), color-stop(100%, #51b38c));
  background: -webkit-linear-gradient(top, #72be9b 0%, #51b38c 100%);
  background: linear-gradient(to bottom, #72be9b 0%, #51b38c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: initial;
}
.ie .gradient-icon2,
.ie11 .gradient-icon2 {
  background: none;
  color: #72be9b;
}
.mainGrad12 {
  background: #72be9b;
  background: -moz-linear-gradient(top, #72be9b 0%, #51b38c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #72be9b), color-stop(100%, #51b38c));
  background: -webkit-linear-gradient(top, #72be9b 0%, #51b38c 100%);
  background: linear-gradient(to bottom, #72be9b 0%, #51b38c 100%);
}
.linear {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.ease {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.easeInQuad {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.easeInCubic {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.easeInQuart {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.easeInQuint {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.easeInSine {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
.easeInExpo {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.easeInCirc {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.easeInBack {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.easeOutQuad {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.easeOutCubic {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.easeOutQuart {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.easeOutQuint {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.easeOutSine {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.easeOutExpo {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.easeOutCirc {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.easeOutBack {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.easeInOutQuad {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.easeInOutCubic {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.easeInOutQuart {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.easeInOutQuint {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.easeInOutSine {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.easeInOutExpo {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.easeInOutCirc {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.easeInOutBack {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/*
@Author: Samuraiworks
@Version: 170807

todo add style (less)
### fixup Log
# path Absolute (/)
# fix JS dirs (lib-core)
# killed smooth scroll (web)
# fixme killed screen-lg all css file ↓
todo ↓
@screen-sm -1:            767px;
@screen-sm:               768px;
todo ↓
@screen-md -1:            1101px;
@screen-md:               1102px;  (.container 1080px Sabun 22px)

ste ↓
@screen-md -1:            991px;
@screen-md:               992px;  (.container 970px Sabun 22px)
ste ↓
@screen-lg -1:            1199px; -> 9998px
@screen-lg:               1200px; -> 9999px

http://s.samuraiworks.org/htmls/shortcode-columns-grids.html

 sw Your custom css codes start here: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
div#snsicos {
  width: 48px;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: fixed;
  z-index: 1111;
  top: 100px;
  left: 0;
}
@media (max-width: 768px) {
  div#snsicos {
    top: auto;
    bottom: 0;
  }
}
div#snsicos > a {
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  font-size: 14px;
  width: 48px;
  height: 48px;
  border-radius: 0 6px 6px 0;
}
div#snsicos > a:nth-child(1) {
  background-color: #CF2E92;
}
div#snsicos > a:nth-child(2) {
  background-color: #3b5998;
}
div#snsicos > a:nth-child(3) {
  background-color: #1DA1F2;
}
div#snsicos > a:nth-child(4) {
  background-color: #378e43;
}
div#snsicos > a:nth-child(5) {
  background-color: #DA1725;
}
div#snsicos > a:nth-child(6) {
  background-color: #00B900;
}
div#snsicos > a:hover {
  opacity: 0.9;
}
div.img22bnr {
  text-align: center;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  max-width: 1000px;
}
div.img22bnr > a {
  display: inline-block;
  padding: 15px;
}
div.img22bnr .a03 {
  padding: 10px 15px;
}
div.img22bnr p {
  color: #502402;
}
div.img22bnr .a04 {
  padding: 5px 5px 5px 15px;
}
div.img22bnr .a04 img {
  max-width: 454px;
}
div.img22bnr .a05 {
  padding: 5px 15px 5px 5px;
}
@media (max-width: 768px) {
  div.img22bnr {
    display: block;
  }
  div.img22bnr > a {
    padding: 10px;
  }
  div.img22bnr .a03 {
    padding: 10px;
  }
  div.img22bnr .a04 {
    padding: 10px;
  }
  div.img22bnr .a04 img {
    max-width: 100%;
  }
  div.img22bnr .a05 {
    padding: 10px;
  }
}
/*div.img21bnr {
  max-width: 1080px;
  margin: 15px auto;
  display: flex;
  justify-content: center;
  > a { display: block; padding: 5px }
  p { color: #502402}
  img.a01 { width: 500px }
  // max less <=
  @media (max-width: 768px) {
    img.a01 { width: auto }
    display: block;
  }
}*/
/**
 fix structure
 */
h2,
.h2 {
  font-size: 2.41rem;
}
/**
 preloader
 */
.preloader-jackhammer .cssload-loading,
.preloader-jackhammer .cssload-loading:after,
.preloader-jackhammer .cssload-loading:before {
  background: #8F0018;
}
/**
 add swTab
 */
.add.swTab {
  color: #D5330B !important;
  text-shadow: 1px 1px 1px #fff;
  font-weight: bold !important;
}
/**
 add Drawer
 */
body {
  /* 禁則A */
  word-break: normal;
  line-break: strict;
  /* 禁則B*/
  word-wrap: break-word;
}
body.drawer .drawer-hamburger-icon,
body.drawer .drawer-hamburger-icon:after,
body.drawer .drawer-hamburger-icon:before {
  background-color: #fff;
}
body.drawer.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
body.drawer nav.drawer-nav .drawer-brand {
  line-height: 1.3;
}
/**
 headers
 */
.bg-gold {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eab92d+0,f5d205+10,eab92d+40,f5d205+60,f5d205+66,eab92d+85,c79810+99 */
  background: #eab92d;
  /* Old browsers */
  background: -moz-linear-gradient(77deg, #de9f1b 0%, #f5d205 10%, #eab92d 40%, #f5d205 60%, #f5d205 66%, #eab92d 85%, #c79810 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(77deg, #de9f1b 0%, #f5d205 10%, #eab92d 40%, #f5d205 60%, #f5d205 66%, #eab92d 85%, #c79810 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(77deg, #de9f1b 0%, #f5d205 10%, #eab92d 40%, #f5d205 60%, #f5d205 66%, #eab92d 85%, #c79810 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 767px) {
  .menuzord-responsive .menuzord-brand {
    margin: 3px 0;
  }
  .menuzord-brand img {
    max-height: 45px;
  }
  #home .container-fluid div.forcefullwidth_wrapper_tp_banner {
    margin-top: 79px !important;
  }
}
/*@media only screen and (max-width: 767px) {
  .mobile .chrome section > .container {
    padding-top: 4em;
  }
}*/
/**
  menuzord fixup button
 */
.menuzord-brand {
  margin: 10px 5px 5px 0;
}
.menuzord-responsive .showhide {
  text-align: right;
  /* sw added .opened */
}
.menuzord-responsive .showhide .fa.fa-bars {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  color: #ffc2cc;
}
.menuzord-responsive .showhide.active .fa.fa-bars {
  transform: rotate(90deg);
  color: #ff8fa2;
}
.header-nav.navbar-transparent.animated-active .menuzord-menu > li > a {
  font-weight: bold;
  letter-spacing: -0.0258em;
}
.header-nav.navbar-transparent.animated-active .menuzord-menu > li:hover > a,
.header-nav.navbar-transparent.animated-active .menuzord-menu > li.active > a {
  color: #f5d205;
  border-bottom-color: #f5d205;
  border-bottom-width: 2px;
}
.header-nav.navbar-fixed-top.navbar-transparent.animated-active {
  background-color: #8F0018;
  background: #8f0308;
  background: -moz-linear-gradient(top, #a70002 0%, #8f0308 50%, #8f0308 66%, #b90020 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a70002), color-stop(50%, #8f0308), color-stop(66%, #8f0308), color-stop(100%, #b90020));
  background: -webkit-linear-gradient(top, #a70002 0%, #8f0308 50%, #8f0308 66%, #b90020 100%);
  background: linear-gradient(to bottom, #a70002 0%, #8f0308 50%, #8f0308 66%, #b90020 100%);
}
.header-nav.navbar-fixed-top.navbar-transparent {
  background-color: #8F0018;
  background: #8f0308;
  background: -moz-linear-gradient(top, #a70002 0%, #8f0308 50%, #8f0308 66%, #b90020 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a70002), color-stop(50%, #8f0308), color-stop(66%, #8f0308), color-stop(100%, #b90020));
  background: -webkit-linear-gradient(top, #a70002 0%, #8f0308 50%, #8f0308 66%, #b90020 100%);
  background: linear-gradient(to bottom, #a70002 0%, #8f0308 50%, #8f0308 66%, #b90020 100%);
}
@media only screen and (max-width: 900px) {
  .menuzord-menu {
    background-color: #8F0018;
    background: #8f0308;
    background: -moz-linear-gradient(top, #a70002 0%, #8f0308 50%, #8f0308 66%, #b90020 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a70002), color-stop(50%, #8f0308), color-stop(66%, #8f0308), color-stop(100%, #b90020));
    background: -webkit-linear-gradient(top, #a70002 0%, #8f0308 50%, #8f0308 66%, #b90020 100%);
    background: linear-gradient(to bottom, #a70002 0%, #8f0308 50%, #8f0308 66%, #b90020 100%);
  }
  .header-nav.navbar-transparent.animated-active .menuzord-menu > li > a {
    color: #f7f7f7;
  }
}
.menuzord-menu > li > a {
  font-weight: bold;
  color: #fff;
}
.menuzord-menu > li > a > i.sw-menu-fa {
  line-height: 1.42857143;
  font-size: 13px;
}
.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a {
  color: #f5d205;
  border-bottom-color: #f5d205;
}
/**
  fixup rev carousel
 */
#home .erinyen .tp-thumb-title {
  font-family: inherit;
  letter-spacing: 0;
  font-size: 18px;
  color: #fff;
  display: block;
  line-height: 19px;
  text-align: left;
  padding-left: 10px;
}
#home .erinyen .tp-thumb.selected .tp-thumb-over,
#home .erinyen .tp-thumb:hover .tp-thumb-over {
  background: #eab92d;
  /* Old browsers */
  background: -moz-linear-gradient(11deg, #eab92d 0%, #f5d205 10%, #eab92d 40%, #f5d205 60%, #ffe446 66%, #eab92d 85%, #c79810 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(11deg, #eab92d 0%, #f5d205 10%, #eab92d 40%, #f5d205 60%, #ffe446 66%, #eab92d 85%, #c79810 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(11deg, #eab92d 0%, #f5d205 10%, #eab92d 40%, #f5d205 60%, #ffe446 66%, #eab92d 85%, #c79810 99%);
  width: 100%;
  height: 9px;
}
#home .erinyen .tp-thumb.selected .tp-thumb-title,
#home .erinyen .tp-thumb:hover .tp-thumb-title {
  color: #8F0018;
  font-weight: bold;
}
#home .erinyen .tp-thumb-more:before {
  content: "";
}
/**
 Page
 */
.nishiBlank {
  padding-left: 3.4em;
}
.kanaBlank {
  padding-left: 1em;
}
.yoshiBlank {
  padding-left: 0.7em;
}
.kawaBlank {
  padding-left: 11.8em;
}
@media (max-width: 767px) {
  .text-right.smCenter {
    text-align: center;
  }
  .nishiBlank {
    text-align: center;
    padding-left: 0;
    display: block;
  }
  .kanaBlank,
  .yoshiBlank {
    text-align: center;
    padding-left: 0;
    display: block;
  }
  .kawaBlank {
    text-align: center;
    padding-left: 0;
    display: block;
  }
}
/**
 circle icons
 */
.icon-box .icon.icon-xl {
  width: 180px;
  height: 180px;
}
/**
 Banners
 */
#Banners {
  background-color: #f5eee2;
}
#Banners p.textBanners {
  color: #fff;
  font-weight: bold;
  margin: 10px;
}
#Banners p.textBanners.lh {
  line-height: 1.2;
}
#Banners .icon-box.text-center {
  position: relative;
  z-index: 0;
}
#Banners .icon-box.text-center:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  z-index: -1;
  content: '';
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  border-radius: 70px / 15px;
}
.icon-box .icon.icon-banner {
  width: 100%;
  height: auto;
  min-height: 125px;
  display: flex;
  justify-content: center;
}
/**
 color sets
 */
.icon.bg-HMG-colored.logo1 {
  background-color: #1B1C80 !important;
}
.icon.bg-HMG-colored.logo2 {
  background-color: #E887A9 !important;
}
.icon.bg-HMG-colored.logo3 {
  background-color: #69B47C !important;
}
.icon.bg-HMG-colored.logo4 {
  background-color: #8F0018 !important;
}
.icon.bg-HMG-colored.logo5 {
  background-color: #D5486F !important;
}
.icon.bg-HMG-colored.logo6 {
  background-color: #31b2b2 !important;
}
.icon.bg-HMG-colored .wLogos {
  width: 84%;
  height: auto;
}
.btn-theme-colored,
.bg-theme-colored {
  border-color: transparent;
}
.btn-theme-colored.logo1,
.bg-theme-colored.logo1 {
  background-color: #1B1C80 !important;
}
.btn-theme-colored.logo2,
.bg-theme-colored.logo2 {
  background-color: #E887A9 !important;
}
.btn-theme-colored.logo3,
.bg-theme-colored.logo3 {
  background-color: #69B47C !important;
}
.btn-theme-colored.logo4,
.bg-theme-colored.logo4 {
  background-color: #8F0018 !important;
}
.btn-theme-colored.logo5,
.bg-theme-colored.logo5 {
  background-color: #D5486F !important;
}
.title.logo1 {
  color: #1B1C80 !important;
}
.title.logo2 {
  color: #E887A9 !important;
}
.title.logo3 {
  color: #69B47C !important;
}
.title.logo4 {
  color: #8F0018 !important;
}
.title.logo5 {
  color: #D5486F !important;
}
.line-bottom.width100:after {
  width: 100%;
}
.logo1.line-bottom.width100:after {
  background-color: #1B1C80 !important;
}
.logo2.line-bottom.width100:after {
  background-color: #E887A9 !important;
}
.logo3.line-bottom.width100:after {
  background-color: #69B47C !important;
}
.logo4.line-bottom.width100:after {
  background-color: #8F0018 !important;
}
.logo5.line-bottom.width100:after {
  background-color: #D5486F !important;
}
.styled-icons.icon-dark a.logo1 {
  background-color: #1B1C80 !important;
}
.styled-icons.icon-dark a.logo2 {
  background-color: #E887A9 !important;
}
.styled-icons.icon-dark a.logo3 {
  background-color: #69B47C !important;
}
.styled-icons.icon-dark a.logo4 {
  background-color: #8F0018 !important;
}
.styled-icons.icon-dark a.logo5 {
  background-color: #D5486F !important;
}
/**
 tabs
 */
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
  background-color: #8F0018;
}
.nav-tabs > li > a i.fa {
  display: inline-block;
  font-size: 17px;
  margin: 0;
  vertical-align: text-bottom;
}
/**
 .border-effect:hover img
 */
.border-effect:hover img {
  transform: scale(1.23) rotate(0deg);
}
.border-effect::after {
  border: 3px solid #8F0018;
}
.bg-sw {
  background-color: #8F0018 !important;
}
/**
 titles
 */
.title-dots {
  height: auto;
  font-size: 20px;
}
/**
 menu 2nd color
 */
.menuzord .menuzord-menu ul.dropdown,
.menuzord .menuzord-menu .megamenu {
  border: 1px solid #8F0018;
}
.menuzord .menuzord-menu ul.dropdown a,
.menuzord .menuzord-menu .megamenu a,
.menuzord .menuzord-menu ul.dropdown a i,
.menuzord .menuzord-menu .megamenu a i {
  color: #8F0018;
}
.menuzord-menu ul.dropdown li,
.menuzord-menu > li > .megamenu .megamenu-row li {
  font-size: 15px;
}
.menuzord-menu ul.dropdown li a i,
.menuzord-menu > li > .megamenu .megamenu-row li a i {
  color: #8F0018;
}
/**
 footers
 */
@media (max-width: 768px) {
  #footer {
    padding-bottom: 265px;
  }
}
.footer a {
  color: #fffbc7;
}
.footer a:focus,
.footer a:hover,
.footer a:active {
  color: #c7cc91;
}
.widget.dark .list-border li {
  border-bottom: 1px dashed #760014;
}
/**
 -------- Portfolio Isotop Overlay Effect ----------
 sw gallery-isotope masonry grid- から オーバーレイだけ使いたかったので。
 */
.gallery-isotope-swFix {
  overflow: hidden;
}
.gallery-isotope-swFix .owl-item.active {
  -ms-box-shadow: 0 0 5px #b7b09d;
  -moz-box-shadow: 0 0 5px #b7b09d;
  -webkit-box-shadow: 0 0 5px #b7b09d;
  box-shadow: 0 0 5px #b7b09d;
}
.gallery-isotope-swFix .thumb {
  position: relative;
  overflow: hidden;
}
.gallery-isotope-swFix .hover-link {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: none !important;
  color: transparent !important;
  z-index: 11;
}
.gallery-isotope-swFix .overlay-shade {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background-color: #f9f9f9;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html.mobile .gallery-isotope-swFix .overlay-shade {
  height: 50px;
}
.gallery-isotope-swFix .thumb:hover .overlay-shade {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.gallery-isotope-swFix .icons-holder {
  position: absolute;
  top: 0%;
  left: 50%;
  display: inline-block;
  width: auto;
  height: 36px;
  vertical-align: middle;
  z-index: 13;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-isotope-swFix .icons-holder .icons-holder-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: -18px 0 0 -50%;
}
.gallery-isotope-swFix .icons-holder .icons-holder-inner a {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-isotope-swFix .thumb:hover .icons-holder {
  top: 50%;
}
.gallery-isotope-swFix .thumb:hover .icons-holder .icons-holder-inner a {
  opacity: 1;
  filter: alpha(opacity=1);
}
html.mobile .gallery-isotope-swFix .thumb:hover .icons-holder {
  top: 23px;
}
.gallery-isotope-swFix .portfolio-description {
  padding: 15px 0;
}
.gallery-isotope-swFix .portfolio-description .title {
  margin: 0;
}
.gallery-isotope-swFix .portfolio-description .title a {
  color: inherit;
}
.gallery-isotope-swFix .text-holder {
  box-sizing: border-box;
  display: block;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 13;
}
.gallery-isotope-swFix .thumb:hover .text-holder {
  opacity: 1;
  bottom: 20px;
}
/*# sourceMappingURL=style.css.map */