/**
sw assy.less

@Author: Samuraiworks
@Version: 171003
 */
/* do it assy +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
[class^="ribbon-"] {
  position: relative;
  display: inline-block;
  min-width: 10em;
  height: 30px;
  line-height: 30px;
  font-size: 23px;
  font-weight: bold;
  color: #de8080;
  text-align: left;
  padding: 0 0.7em;
  background-color: #008cd5;
  /*&::before {
    top: 100%;
    left: 0;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: transparent;
    border-right-color: darken(@ribboncolor, 15%);
  }*/
}
[class^="ribbon-"] a,
[class^="ribbon-"] a:hover,
[class^="ribbon-"] a:visited {
  color: #fff;
}
[class^="ribbon-"]::before,
[class^="ribbon-"]::after {
  content: '';
  position: absolute;
}
[class^="ribbon-"]::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  height: 0;
  width: 0;
  border: 15px solid #008cd5;
  border-right-color: transparent;
}
.ribbon-festival {
  position: relative;
  display: inline-block;
  min-width: 10em;
  height: 30px;
  line-height: 30px;
  font-size: 23px;
  font-weight: bold;
  color: #de8080;
  text-align: left;
  padding: 0 0.7em;
  background-color: #008cd5;
  /*&::before {
    top: 100%;
    left: 0;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: transparent;
    border-right-color: darken(@ribboncolor, 15%);
  }*/
}
.ribbon-festival a,
.ribbon-festival a:hover,
.ribbon-festival a:visited {
  color: #fff;
}
.ribbon-festival::before,
.ribbon-festival::after {
  content: '';
  position: absolute;
}
.ribbon-festival::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  height: 0;
  width: 0;
  border: 15px solid #008cd5;
  border-right-color: transparent;
}
.ribbon-taiken {
  position: relative;
  display: inline-block;
  min-width: 10em;
  height: 30px;
  line-height: 30px;
  font-size: 23px;
  font-weight: bold;
  color: #de8080;
  text-align: left;
  padding: 0 0.7em;
  background-color: #008cd5;
  /*&::before {
    top: 100%;
    left: 0;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: transparent;
    border-right-color: darken(@ribboncolor, 15%);
  }*/
  position: absolute;
  left: -15px;
  top: -9px;
  z-index: 99;
}
.ribbon-taiken a,
.ribbon-taiken a:hover,
.ribbon-taiken a:visited {
  color: #fff;
}
.ribbon-taiken::before,
.ribbon-taiken::after {
  content: '';
  position: absolute;
}
.ribbon-taiken::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  height: 0;
  width: 0;
  border: 15px solid #008cd5;
  border-right-color: transparent;
}
.ribbon-taiken::before {
  content: "1";
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 51px;
  font-size: 36px;
  background-color: #e2545e;
  text-align: center;
  z-index: 111;
}
.ribbon-taiken.t2::before {
  content: "2";
}
.ribbon-taiken.t3::before {
  content: "3";
}
.ribbon-taiken.t4::before {
  content: "4";
}
.ribbon-taiken.t5::before {
  content: "5";
}
hr.forSp {
  display: none;
}
br.forSp,
span.forSp,
i.forSp {
  display: none;
}
br.forPc,
span.forPc {
  display: inline;
}
.pcImg {
  display: 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;
  }
}
.photoFrame {
  box-shadow: 0 0 5px #ccccdc;
  border: 5px solid #fff;
}
.flexibleColumn {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flexibleBox {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
}
.flexibleBox.justify-left {
  justify-content: left;
  /* 横方向中央揃え */
}
.forAnchor {
  position: absolute;
  top: -65px;
  left: 0;
  width: 3px;
  height: 3px;
}
.mobile .forAnchor {
  top: -35px;
}
#satoyama #Story .forAnchor {
  top: -120px;
}
.mobile #satoyama #Story .forAnchor {
  top: -75px;
}
.anchorPosition:before {
  content: " ";
  height: 30px;
  display: block;
  visibility: hidden;
}
.mobile .anchorPosition:before {
  height: 75px;
}
.mobile .shortAnchor.anchorPosition:before,
.shortAnchor.anchorPosition:before {
  height: 1em;
}
@media (max-width: 768px) {
  /** fixme safari iphone で だめっぽいぞ fixHeight.js に変えた
   */
  .row-eq-height {
    /*display: -webkit-flex; !* Safari *!
    display: flex;
    flex-wrap: wrap;*/
  }
}
/* sw set assy +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 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%;
}
/* 【複数行にも対応】長過ぎる文字列を省略して末尾を三点リーダー */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1-5 {
  width: 20%;
  float: left;
}
.col-xs-2-5 {
  width: 40%;
  float: left;
}
.col-xs-3-5 {
  width: 60%;
  float: left;
}
.col-xs-4-5 {
  width: 80%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  .col-sm-2-5 {
    width: 40%;
    float: left;
  }
  .col-sm-3-5 {
    width: 60%;
    float: left;
  }
  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1202px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}
/*@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
    .col-lg-2-5 {
        width: 40%;
        float: left;
    }
    .col-lg-3-5 {
        width: 60%;
        float: left;
    }
    .col-lg-4-5 {
        width: 80%;
        float: left;
    }
}   */
/* hover Opacity */
.opace70 {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
a img {
  -webkit-transition: .3s;
  transition: .3s;
}
a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* 定義部分----------------------------------------------- */
.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;
}
.display-none,
.a_disp_none {
  display: none;
}
.a_disp_block {
  display: block;
}
.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;
}
.px_italic {
  font-style: italic !important;
}
/*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: #de8080 !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: #e2545e !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;
}
/* 定義部分----------------------------------------------- */
a {
  cursor: pointer;
}
a:link {
  color: #DD001D;
}
a:visited {
  color: #ff3f58;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}
.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;
}
.hiragino {
  font-family: 'Lato', Arial, Helvetica, 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: #e2545e;
  background: -moz-linear-gradient(top, #e97b83 0%, #e2545e 50%, #de3e49 95%, #d92532 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e97b83), color-stop(50%, #e2545e), color-stop(95%, #de3e49), color-stop(100%, #d92532));
  background: -webkit-linear-gradient(top, #e97b83 0%, #e2545e 50%, #de3e49 95%, #d92532 100%);
  background: linear-gradient(to bottom, #e97b83 0%, #e2545e 50%, #de3e49 95%, #d92532 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: #e2545e;
  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: 1810

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:            1201px;
@screen-md:               1202px;  (.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: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* hover Opacity */
.opace70 {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/**
 fix structure style-main
 */
.Col4template .col-sm-3 h3,
.Col3template .col-sm-4 h3 {
  margin: 10px 0 30px;
}
.row.col3fix {
  margin-right: -5px;
  margin-left: -5px;
}
.row.col3fix .col-sm-3 {
  padding-left: 5px;
  padding-right: 5px;
}
.row.col3fix .col-sm-3 a {
  text-align: center;
  display: block;
}
@media (max-width: 768px) {
  .row.col3fix .col-sm-3 {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
a.btn-ao {
  color: #fff;
  background-color: #009ce5;
  border-color: #009ce5;
  min-width: 8.5em;
}
a.btn-ao:hover {
  background-color: #008cd5;
  border-color: #008cd5;
}
a.btn.btn-flat {
  min-width: 220px;
}
.boxed-layout .header {
  max-width: 100%;
}
.boxed-layout .header .header-top,
.boxed-layout .header .header-middle {
  margin: 0 auto;
  max-width: 1036px;
}
.boxed-layout .header .header-nav {
  background-color: #f1b2aa;
}
.boxed-layout .footer {
  max-width: 100%;
}
.header-top {
  min-height: 60px;
}
@media (min-width: 768px) {
  .header-middle {
    min-height: 70px;
  }
}
/**
 cn sns
 */
.bdsharebuttonbox.bdshare-button-style0-24 {
  text-align: center;
}
.bdsharebuttonbox.bdshare-button-style0-24 > a {
  float: none;
  display: inline-block;
}
/**
 mov
 */
#mov {
  max-width: 100%;
}
@media (max-width: 768px) {
  #mov {
    height: auto;
  }
}
/**
 navs
 */
.drawer-brand {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 7px !important;
}
nav#SideNavClone ul.drawer-menu li.current a {
  color: #fff;
  background-color: #ea7d7b;
}
nav#SideNavClone ul.drawer-menu .slide-sub li {
  border-bottom: 1px dotted #DD001D;
}
nav#SideNavClone ul.drawer-menu .slide-sub li:last-child {
  border-bottom: none;
}
nav#SideNavClone ul.drawer-menu .slide-sub li a {
  color: #DD001D;
  background-color: #efefef;
}
ul#SideNavBase li.current a {
  background-color: #ea7d7b;
}
ul#SideNavBase .slide-sub {
  display: none;
}
.header-nav {
  overflow: hidden;
}
.header-nav ul {
  font-weight: bold;
  display: flex;
  text-align: center;
}
.header-nav ul li {
  flex: 1;
  border-right: 1px solid #ff7789;
}
.header-nav ul li:last-child {
  border-right: none;
}
.header-nav ul li a {
  display: inline-block;
  width: 100%;
  padding: 5px;
  background-color: #DD001D;
  color: #fff;
}
.header-nav ul li a i.fas {
  display: none;
}
.bottom-nav {
  display: none;
}
.bottom-nav ul {
  position: relative;
}
.scrollToTop {
  bottom: 43px;
}
@media (max-width: 768px) {
  .header-nav {
    display: none;
  }
  .bottom-nav {
    display: block;
    position: fixed;
    z-index: auto;
    bottom: 0;
    width: 100%;
  }
  .bottom-nav ul {
    display: flex;
    text-align: center;
  }
  .bottom-nav ul li {
    flex: 1;
    border: 3px solid #ff7789;
  }
  .bottom-nav ul li:last-child {
    border-left: none;
  }
  .bottom-nav ul li a {
    display: inline-block;
    width: 100%;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.88);
    color: #DD001D;
  }
  .bottom-nav ul.firstDeploy li:first-child {
    display: none;
  }
  .bottom-nav ul.firstDeploy li:last-child {
    border-left: 3px solid #ff7789;
  }
}
.bg-KeyColor {
  background-color: #DD001D;
}
.bg-KeyColor-tra {
  background-color: rgba(0, 124, 76, 0.87);
}
body,
html {
  height: 100%;
  font-size: 16px;
}
body {
  /* 禁則A */
  word-break: normal;
  line-break: strict;
  /* 禁則B*/
  word-wrap: break-word;
}
body a {
  color: #a50016;
}
body .a:focus,
body a:hover,
body a:active {
  color: #ff1635;
  text-decoration: underline;
}
.boxed-layout .container.honbun {
  max-width: 1036px;
  padding-right: 11px;
  padding-left: 11px;
}
.boxed-layout .container .honbun-text {
  text-align: left;
  padding-left: 60px;
  padding-right: 60px;
}
.boxed-layout .container.waku {
  max-width: 885px;
  padding-right: 11px;
  padding-left: 11px;
  background-color: #e66765;
  border-radius: 7px;
  position: relative;
  overflow: visible;
  -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;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
  .boxed-layout .container {
    padding-right: 11px;
    padding-left: 11px;
  }
  .boxed-layout .container.honbun {
    padding-left: 30px;
    padding-right: 30px;
  }
  .boxed-layout .container .honbun-text {
    padding-right: 11px;
    padding-left: 11px;
  }
  .boxed-layout .container .ribbon-taiken {
    left: 0px;
  }
}
/**
 H1~6
 */
h2 {
  padding: 10px 0 0;
  margin-bottom: 11px;
  color: #DD001D;
  border-bottom: 1px solid #cacacb;
  text-align: center;
  font-weight: normal;
  background: none;
}
h2 > span.add-span {
  display: inline-block;
  margin-bottom: -2px;
  margin-right: 10px;
  margin-left: 10px;
  border-bottom: 3px solid #DD001D;
}
h2.blackH2 {
  font-weight: bold;
  color: #303030;
}
h3 {
  color: #707072;
}
/**
 headers
 */
header.drawerHeader {
  display: none;
}
.drawer-hamburger {
  padding: 20px .75rem 30px;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 15.8rem;
}
.drawer-nav {
  width: 15.8rem;
  overflow-y: scroll;
  height: 427px;
}
.drawer-menu li a {
  display: block;
  padding: .35rem 15px;
}
.drawer-menu li a i.fas {
  display: inline-block;
  margin-right: 7px;
}
.drawer-menu > li {
  border-bottom: 1px solid #DD001D;
}
.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: 768px) {
  header.drawerHeader {
    display: block;
  }
}
.container.spNice {
  display: none;
}
@media (max-width: 768px) {
  .header-top {
    padding: 0;
    min-height: 60px;
  }
  .header-top section#Language {
    background-color: #DD001D;
    min-height: 62px;
  }
  .header-top .container.pcView {
    display: none;
  }
  .header-top .container.spNice {
    display: flex;
    padding: 10px;
  }
  .header-top .container.spNice .nice-box {
    width: 64vw;
  }
}
h1.logoh1 {
  margin: 0;
  line-height: 0;
  display: flex;
}
h1.logoh1 a:hover {
  text-decoration: none;
}
h1.logoh1 .logoLeft {
  margin-right: auto;
  margin-left: -9px;
}
@media (max-width: 768px) {
  h1.logoh1 .logoLeft {
    margin-right: auto;
    margin-left: 0;
    line-height: 1;
  }
}
/**
 .nice select box
 */
.nice-box ul li:before {
  display: none;
}
.nice-box .nice-select .option.selected {
  font-weight: normal;
}
.nice-box .nice-select .option:hover,
.nice-box .nice-select .option.focus,
.nice-box .nice-select .option.selected.focus {
  background-color: inherit;
}
.nice-box .nice-select .option:hover {
  color: #ff919f;
  font-weight: bold;
  text-decoration: underline;
}
#header {
  position: relative;
}
/*#Language {
  float: left;
  position: absolute;
  top:  89px;
  right: 30px;

  .container {
    padding: 0;
    margin: 0;
  }
  .nice-box {
    width: 10em;
  }
}*/
i.ls0 {
  font-style: normal;
  letter-spacing: 0 !important;
}
.hdrList {
  min-height: 44px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
  justify-content: flex-end;
  font-size: 14px;
  width: 100%;
  color: #DD001D;
}
.hdrList.justify-left {
  justify-content: left;
  /* 横方向中央揃え */
}
.hdrList .a:focus,
.hdrList a:hover,
.hdrList a:active {
  text-decoration: none;
}
.hdrList em {
  position: relative;
  font-style: normal;
  display: inline-block;
  font-weight: bold;
  min-width: 88px;
  text-align: center;
}
.hdrList em > a {
  text-align: center;
  display: inline-block;
  min-width: 75px;
}
.hdrList em:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  border-left: 1px solid #DD001D;
  height: 100%;
}
.hdrList em:nth-child(7):after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  border-left: 1px solid #DD001D;
  height: 100%;
}
.hdrList em:hover > a,
.hdrList em.current > a {
  padding: 3px 9px;
  color: #fff;
  border-radius: 3px;
  background-color: #dd001d;
}
/* # sw basic tab
 iOS9で動的にposition:fixedに切り替えるとスクロール中に要素が消える問題
 */
.scroll-to-fixed-fixed {
  transform: translate3d(0, 0, 0);
}
/* overflow:hidden、heightは必ず指定する */
.textOverflow {
  overflow: hidden;
  height: 119px;
}
/*
 acc panels
 */
#Accordion .panel-group .panel-title a {
  background-color: #DD001D;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  display: block;
  font-size: 18px;
  padding: 5px 48px 5px 40px;
  white-space: normal;
  background-image: url(/special/global/images/accIco1.png);
  background-position: 3px 5px;
  background-repeat: no-repeat;
  background-size: 30px;
}
#Accordion .panel-group .panel-title a.i2 {
  background-image: url(/special/global/images/accIco2.png);
}
#Accordion .panel-group .panel-title a.i3 {
  background-image: url(/special/global/images/accIco3.png);
}
#Accordion .panel-group .panel-title a.active {
  background-color: #DD001D;
  color: #fff;
}
#Accordion .panel-group .panel-content {
  background: none;
  padding: 0;
}
#Accordion .panel-group .panel-content ul li a {
  margin: 3px 0;
  color: #303030;
  display: block;
  padding: 3px 30px;
  background-color: #fff;
  border: 1px solid #E7E7E7;
  position: relative;
}
#Accordion .panel-group .panel-content ul li a:after {
  color: #cacacb;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  right: 0;
  padding: 0px 14px;
  position: absolute;
  top: 0;
}
/**
 svg
 */
g#layer2 a:hover path,
g#layer3 a:hover path,
g#layer2 a:hover polygon,
g#layer3 a:hover polygon,
g#layer2 a:hover rect,
g#layer3 a:hover rect {
  opacity: 0.38;
}
/**
 do it Page +++++++++++++++++++++++++++++++++++++++++++++++++++
 */
@media (min-width: 768px) {
  .hasMargin {
    width: 49.5%;
    margin-right: 1%;
  }
  .hasMargin:last-child {
    margin-right: 0;
  }
}
.storeBorder {
  border: 1px solid #cacacb;
}
.product-list p {
  margin-bottom: 3px;
}
.StoreList h4 {
  margin-top: 0;
  font-size: 24px;
  color: #DD001D;
}
h3.storeTitle {
  background-color: #E7E7E7;
  border-left: 5px solid #DD001D;
  padding: 5px 10px;
}
h3.sptTitle {
  color: #303030;
  text-align: center;
  border-bottom: 3px solid #303030;
  padding: 5px 10px;
}
.StoreDetail dl dt {
  float: left;
  display: block;
  width: 220px;
  padding: 10px;
}
.StoreDetail dl dd {
  float: left;
  display: block;
  padding: 10px;
  width: 745px;
  border-bottom: 1px solid #E7E7E7;
}
@media (max-width: 768px) {
  .StoreDetail dl dt {
    float: none;
    width: 100%;
  }
  .StoreDetail dl dd {
    float: none;
    width: 100%;
  }
  .StoreDetail .flexibleBox {
    display: block;
  }
}
.Stores h3.iconTitle {
  margin-top: 10px;
  background-color: #DD001D;
  color: #fff;
  font-weight: bold;
  display: block;
  font-size: 18px;
  padding: 5px 48px 5px 40px;
  white-space: normal;
  background-image: url(/special/global/images/accIco1.png);
  background-position: 3px 3px;
  background-repeat: no-repeat;
  background-size: 30px;
}
.Stores h3.iconTitle.i2 {
  background-image: url(/special/global/images/accIco2.png);
}
.Stores h3.iconTitle.i3 {
  background-image: url(/special/global/images/accIco3.png);
}
.Stores h3.iconTitle.i4 {
  background-image: url(/special/global/images/accIco4.png);
}
.Stores dl dt {
  float: left;
  display: block;
  width: 150px;
}
.Stores dl dd {
  float: left;
  display: block;
  width: 311px;
}
.Stores dl dd a {
  display: block;
  color: #7d7d7f;
}
.Stores .ila dd a {
  display: inline-block;
  margin-right: 1.5em;
}
.Stores .ila dd a:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .storeBorder {
    border: none;
  }
  .Stores dl dt {
    float: left;
    width: 33%;
  }
  .Stores dl dd {
    float: left;
    width: 67%;
  }
}
#BreadCramb {
  max-width: 1036px;
  margin: 0 auto;
  padding: 20px 10px;
}
#BreadCramb ul {
  margin: 0;
  padding: 0;
}
#BreadCramb ul li {
  display: inline-block;
}
#BreadCramb ul li:after {
  color: #ea7d7b;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0px 9px;
  display: inline-block;
}
#BreadCramb ul li:last-child:after {
  display: none;
}
@media (max-width: 768px) {
  #BreadCramb {
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 10px;
    background-color: #ececec;
  }
}
/**
 do it Top +++++++++++++++++++++++++++++++++++++++++++++++++++
 */
.afterBorder {
  position: relative;
}
.afterBorder:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  border-left: 1px solid #cacacb;
  height: 100%;
}
.afterBorder.white:after {
  border-left: 1px solid #fff;
}
.beforeBorder {
  position: relative;
}
.beforeBorder:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  border-left: 1px solid #cacacb;
  height: 100%;
}
.beforeBorder.white:after {
  border-left: 1px solid #fff;
}
@media (max-width: 768px) {
  .beforeBorder:after,
  .afterBorder:after {
    border: none;
  }
  .beforeBorder.white:after,
  .afterBorder.white:after {
    border: none;
  }
}
.tabWrapper {
  max-width: 1036px;
  margin: 0 auto;
  padding: 30px 30px 0;
  border-bottom: 5px solid #ea7d7b;
}
.tabWrapper ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabWrapper ul li {
  flex: 1;
  margin: auto 4px;
  text-align: center;
  background-color: #cec9c2;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tabWrapper ul li a {
  color: #fff;
  display: inline-block;
  padding: 7px;
  width: 100%;
}
.tabWrapper ul li.active {
  background-color: #ea7d7b;
}
.imgCatch {
  max-width: 1036px;
  margin: 0 auto;
}
.FilterSearch table tr {
  border: 1px solid #cacacb;
}
.FilterSearch table th {
  background-color: #f3dadc;
  padding: 20px;
  text-align: center;
  min-width: 200px;
}
.FilterSearch table td {
  padding: 20px;
}
.FilterSearch table td ul li {
  display: inline-block;
  min-width: 15em;
  padding: 10px;
}
.FilterSearch table label {
  width: 100%;
}
@media (max-width: 768px) {
  .FilterSearch table th {
    display: block;
    width: 100%;
  }
  .FilterSearch table td {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tabWrapper {
    padding: 10px 10px 0;
  }
  .tabWrapper ul {
    display: block;
  }
  .tabWrapper ul li {
    display: none;
  }
  .tabWrapper ul li.active {
    display: block;
  }
}
/**
 preloader
 */
.preloader-dot-loading .cssload-loading i:nth-child(1) {
  background: #78cbe8;
}
.preloader-dot-loading .cssload-loading i:nth-child(2) {
  background: #DD001D;
}
.preloader-dot-loading .cssload-loading i:nth-child(3) {
  background: #f1b2aa;
}
.preloader-dot-loading .cssload-loading i:nth-child(4) {
  background: #78cbe8;
}
.preloader-jackhammer .cssload-loading:before,
.preloader-dot-circle-rotator {
  background-color: #78cbe8;
}
.preloader-jackhammer .cssload-loading,
.preloader-dot-circle-rotator:before {
  background-color: #ff1635;
}
.preloader-jackhammer .cssload-loading:after,
.preloader-dot-circle-rotator:after {
  background-color: #ea7d7b;
}
@media (min-width: 767px) {
  .container.containerFixTo-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .SLIDE {
    height: 390px;
  }
  .SLIDE #preloader {
    display: block;
    position: absolute;
    height: 390px;
  }
}
#preloader {
  display: none;
}
#About {
  background: url(/special/global/images/bg1.gif) repeat 0 0;
  padding: 30px 20px;
}
#slide1 {
  background: url(/special/global/images/bg1.gif) repeat 0 0;
  position: relative;
  z-index: 0;
}
#slide1 .slideRow {
  position: relative;
  z-index: 1;
}
.bgSlideWrapper {
  background: url(/special/global/images/bg3.gif) repeat 0 0;
  position: absolute;
  left: 0;
  top: 88px;
  width: 100%;
  height: 259px;
  z-index: 0;
}
#Accordion {
  border: 3px solid #DD001D;
}
#SpecialTopics .stat span {
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  padding: 1px 5px;
  margin: 0;
  color: #fff;
  min-width: 7em;
  font-size: 12px;
}
#SpecialTopics .stat .ss1 {
  background-color: #de8080;
}
#SpecialTopics .stat .ss2 {
  background-color: #008cd5;
}
#SpecialTopics .stat .ss3 {
  background-color: #908078;
}
.Shopping h4 {
  background-color: #DD001D;
  text-align: center;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 7px;
}
.Shopping img {
  border: 1px solid #E7E7E7;
}
@media (max-width: 768px) {
  #About {
    padding: 10px;
  }
  .bgSlideWrapper {
    display: none;
  }
}
/**
 circle icons
 */
/**
 color sets
 */
.bg .logo1 {
  background-color: #de8080 !important;
}
.bg .logo2 {
  background-color: #008cd5 !important;
}
.bg .logo3 {
  background-color: #908078 !important;
}
.bg .logo4 {
  background-color: #009ce5 !important;
}
.bg .logo5 {
  background-color: #d7cfc3 !important;
}
.bg .logoA {
  background-color: #f1b2aa !important;
}
.bg .logoB {
  background-color: #ea7d7b !important;
}
.bg .logoC {
  background-color: #cec9c2 !important;
}
.title.logo0 {
  color: #DD001D !important;
}
.title.logo1 {
  color: #de8080 !important;
}
.title.logo2 {
  color: #008cd5 !important;
}
.title.logo3 {
  color: #908078 !important;
}
.title.logo4 {
  color: #009ce5 !important;
}
.title.logo5 {
  color: #d7cfc3 !important;
}
/**
 テキストに下線を
 */
#Welcome .logo1.hNavi p.font-14:hover,
#pageFooter .logo1.hNavi p.font-14:hover,
#Welcome .logo2.hNavi p.font-14:hover,
#pageFooter .logo2.hNavi p.font-14:hover,
#Welcome .logo3.hNavi p.font-14:hover,
#pageFooter .logo3.hNavi p.font-14:hover {
  text-decoration: underline;
}
/**
 tabs
 */
/**
 footers
 */
#bottom-b {
  text-align: center;
}
#bottom-b .social-button {
  display: inline-block;
}
#bottom-b .social-button li {
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
}
#bottom-b .social-button iframe.twitter-share-button {
  display: inline-block;
  margin-top: 13px;
}
.bg2 {
  background-color: #f1b2aa;
}
#footer {
  background: url(/special/global/images/bg2.gif) repeat 0 0;
}
.footerList {
  color: #fff;
  min-height: 250px;
}
.footerList a {
  color: #fff;
}
.footerList a:focus,
.footerList a:hover,
.footerList a:active {
  color: #fff;
}
.footerList dl {
  padding-left: 20px;
}
.footerList dl dt {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.footerList dl dd {
  padding-left: 0.5em;
}
@media (max-width: 768px) {
  .footerList {
    min-height: auto;
  }
  .footerList dl {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .ftrList em > a {
    letter-spacing: 0 !important;
    margin-left: 0 !important;
  }
}
/**
 goto top
 */
.scrollToTop {
  right: 0;
  width: 50px;
  height: 54px;
  background-color: rgba(221, 0, 29, 0.6);
}
/**
 -------- 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: 47%;
  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 */