/*------------------------------------*\
  #COMMON
\*------------------------------------*/
.btn {
  border-radius: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      -ms-border-radius: 0;
  background-color: #000;
  outline: 0;
  border: 1px solid #000;
  width: 100%;
}
.btn.btn-primary {
  background-color: #000;
  color: #FFF;
}
.btn.btn-staff {
  border-radius: .25rem;
  -webkit-border-radius: .25rem;
     -moz-border-radius: .25rem;
      -ms-border-radius: .25rem;
  background-color: #BFBFBF;
  color: #FFF;
  border-color: #BFBFBF;
}
/*------------------------------------*\
  #UTILITY
\*------------------------------------*/
/**
*  margin
**/
.mb0_5 { margin-bottom: 5px !important; }
.mb1   { margin-bottom: 10px !important; }
.mb1_5 { margin-bottom: 15px !important; }
.mb2   { margin-bottom: 20px !important; }
.mb2_5 { margin-bottom: 25px !important; }
.mb3   { margin-bottom: 30px !important; }
.mb3_5 { margin-bottom: 35px !important; }
.mb4   { margin-bottom: 40px !important; }
.mb4_5 { margin-bottom: 45px !important; }
.mb5   { margin-bottom: 50px !important; }
.ml0_5 { margin-left: 5px !important; }
.ml1   { margin-left: 10px !important; }
.ml1_5 { margin-left: 15px !important; }
.ml2   { margin-left: 20px !important; }
.ml2_5 { margin-left: 25px !important; }
.ml3   { margin-left: 30px !important; }
.ml3_5 { margin-left: 35px !important; }
.ml4   { margin-left: 40px !important; }
.ml4_5 { margin-left: 45px !important; }
.ml5   { margin-left: 50px !important; }
.mr0_5 { margin-right: 5px !important; }
.mr1   { margin-right: 10px !important; }
.mr1_5 { margin-right: 15px !important; }
.mr2   { margin-right: 20px !important; }
.mr2_5 { margin-right: 25px !important; }
.mr3   { margin-right: 30px !important; }
.mr3_5 { margin-right: 35px !important; }
.mr4   { margin-right: 40px !important; }
.mr4_5 { margin-right: 45px !important; }
.mr5   { margin-right: 50px !important; }
.mt0_5 { margin-top: 5px !important; }
.mt1   { margin-top: 10px !important; }
.mt1_5 { margin-top: 15px !important; }
.mt2   { margin-top: 20px !important; }
.mt2_5 { margin-top: 25px !important; }
.mt3   { margin-top: 30px !important; }
.mt3_5 { margin-top: 35px !important; }
.mt4   { margin-top: 40px !important; }
.mt4_5 { margin-top: 45px !important; }
.mt5   { margin-top: 50px !important; }
/**
*  padding
**/
.pb0_5 { padding-bottom: 5px !important; }
.pb1   { padding-bottom: 10px !important; }
.pb1_5 { padding-bottom: 15px !important; }
.pb2   { padding-bottom: 20px !important; }
.pb2_5 { padding-bottom: 25px !important; }
.pb3   { padding-bottom: 30px !important; }
.pb3_5 { padding-bottom: 35px !important; }
.pb4   { padding-bottom: 40px !important; }
.pb4_5 { padding-bottom: 45px !important; }
.pb5   { padding-bottom: 50px !important; }
.pl0_5 { padding-left: 5px !important; }
.pl1   { padding-left: 10px !important; }
.pl1_5 { padding-left: 15px !important; }
.pl2   { padding-left: 20px !important; }
.pl2_5 { padding-left: 25px !important; }
.pl3   { padding-left: 30px !important; }
.pl3_5 { padding-left: 35px !important; }
.pl4   { padding-left: 40px !important; }
.pl4_5 { padding-left: 45px !important; }
.pl5   { padding-left: 50px !important; }
.pr0_5 { padding-right: 5px !important; }
.pr1   { padding-right: 10px !important; }
.pr1_5 { padding-right: 15px !important; }
.pr2   { padding-right: 20px !important; }
.pr2_5 { padding-right: 25px !important; }
.pr3   { padding-right: 30px !important; }
.pr3_5 { padding-right: 35px !important; }
.pr4   { padding-right: 40px !important; }
.pr4_5 { padding-right: 45px !important; }
.pr5   { padding-right: 50px !important; }
.pt0_5 { padding-top: 5px !important; }
.pt1   { padding-top: 10px !important; }
.pt1_5 { padding-top: 15px !important; }
.pt2   { padding-top: 20px !important; }
.pt2_5 { padding-top: 25px !important; }
.pt3   { padding-top: 30px !important; }
.pt3_5 { padding-top: 35px !important; }
.pt4   { padding-top: 40px !important; }
.pt4_5 { padding-top: 45px !important; }
.pt5   { padding-top: 50px !important; }
/**
*  line-height
**/
.lh-0_5 { line-height: 0.5em !important; }
.lh-1   { line-height: 1em !important; }
.lh-1_5 { line-height: 1.5em !important; }
.lh-2   { line-height: 2em !important; }
.lh-2_5 { line-height: 2.5em !important; }
.lh-3   { line-height: 3em !important; }
.lh-3_5 { line-height: 3.5em !important; }
.lh-4   { line-height: 4em !important; }
.lh-4_5 { line-height: 4.5em !important; }
.lh-5   { line-height: 5em !important; }
/**
*  font-size
**/
.p-font-large    { font-size: 24px !important; }
.p-font-m-large  { font-size: 18px !important; }
.p-font-medium   { font-size: 14px !important; }
.p-font-m-small  { font-size: 12px !important; }
.p-font-small    { font-size: 10px !important; }

.header-font-large    { font-size: 2rem !important;    /*64px*/ }
.header-font-m-large  { font-size: 1.5rem !important;  /*48px*/ }
.header-font-medium   { font-size: 1rem !important;    /*32px*/ }
.header-font-m-small  { font-size: 0.75rem !important; /*24px*/ }
.header-font-small    { font-size: 0.5rem !important;  /*16px*/ }
/**
*  txt-align
**/
.txt-left   { text-align: left !important; }
.txt-center { text-align: center !important; }
.txt-right  { text-align: right !important; }
/**
*  float
**/
.float-left   { float: left !important; }
.float-none   { float: none !important; }
.float-right  { float: right !important; }
/*------------------------------------*\
  #SECTION-HEADER
\*------------------------------------*/
#logo {
  position: relative;
  display: block;
  margin: 0 auto 20px;
}
#page-header {
  padding: 1rem 0;
  position: relative;
  display: block;
  background-color: #FFF;
  z-index: 1000;
  width: 100%;
}
/*added animation if return to original #page-header position.*/
#page-header.back {
  padding: 1rem 0;
  position: relative;
  display: block;
  background-color: #FFF;
  z-index: 1000;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  animation: smoothScrollup 0.5s backwards;
}
@keyframes smoothScrollup {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
/*added animation if #page-header position became fixed.*/
#page-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  animation: smoothScrolldown 0.2s forwards;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@keyframes smoothScrolldown {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*added height in inner-wrapper equal to header height.*/
#inner-wrapper.fixed-header {
  margin-top: 137px;
}
#header-nav {
  position: relative;
  display: block;
  margin: 0 auto 1rem;
}
#header-nav ul {
  text-align: center;
  font-family: 'Montserrat Semi Bold', 'Montserrat', 'Montserrat light', 'メイリオ';
}
#header-nav li {
  position: relative;
  display: inline-block;
  margin: 0 20px;
}
#header-nav a {
  text-decoration: none;
  color: #333;
}
#header-nav a:hover {
  text-decoration: none;
  color: #000;
}
@media (max-width: 991px) {
  #header-nav li {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  #header-nav {
    margin: 0 auto;
  }
  #header-nav li {
    display: block;
    width: 100%;
    margin: 0;
  }
  #header-nav li a{
    display: block;
    margin: 0;
    padding: 1rem 0;
    text-align: left;
    text-indent: 1rem;
    /*font-size: 1rem;*/
    font-size: 12px;
    border-bottom: 1px solid #CCC;
  }
}

/*------------------------------------*\
  #SECTION-DRAWER
\*------------------------------------*/
#drawer-menu {
  margin: 10px 0;
  background-color: #FFF;
  z-index: 1000;
  width: 100%;
  height: calc(100% - 93px );
  display: none;
  position: absolute;
  left: 0;
  top: calc( 93px - 1em );
  left: 0;
}
#drawer-menu.fixed {
  position: fixed;
  overflow: hidden;
}
.drawer-inner {
  overflow-y: scroll;
  height: 100%;
}
.btn-drower {
  width: 35px;
  height: 30px;
  padding: 0;
  position: absolute;
  background-color: transparent;
  border: none;
  outline: none;
  top: calc( 50% - 15px );
  cursor: pointer;
}
.btn-drower span {
  display: block;
  width: 35px;
  height: 30px;
  padding: 0;
}
.btn-drower i {
  position: absolute;
  border: 0px solid #000000;
  border-top-width: 2px;
  border-bottom-width: 2px;
  width: 100%;
  display: block;
  top: 0;
}
.btn-drower i:nth-of-type(2) {
  top: 12px;
}
.btn-drower i:nth-of-type(3) {
  top: 24px;
}
.btn-drower font {
  font-size: calc( 1rem - 1px);
  line-height: calc( 1rem - 1px);
  top: calc(100% + 3px);
  position: absolute;
  left: -3px;
  bottom: 0;
  transform: scaleX(0.75) scaleY(0.75);
  -webkit-transform: scaleX(0.75) scaleY(0.75);
  -moz-transform: scaleX(0.75) scaleY(0.75);
  -ms-transform: scaleX(0.75) scaleY(0.75);
}
@media (min-width: 767px) {
  #drawer-menu {
    display: none !important;
  }

  #inner-wrapper {
    opacity: 1 !important;
  }

  body {
    overflow-y: visible !important;
  }
}
/*------------------------------------*\
  #SECTION-FOOTER
\*------------------------------------*/
#wrapper-footer {
  margin: 0 0 1rem;
}
#social-footer {
  text-align: center;
  margin:0 0 1rem;
}
#social-footer ul {
  position: relative;
  display: inline-block;
}
#social-footer a {
  text-decoration: none;
  color: #333;
}
#social-footer a:hover {
  text-decoration: none;
  color: #000;
}
#social-footer li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
#social-footer span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Montserrat Semi Bold', 'Montserrat', 'Montserrat light', 'メイリオ';
}
#social-footer .fb-icon{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#social-footer .twitter-icon{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#social-footer .instag-icon{
  position: relative;
  display: inline-block;
  vertical-align: middle;
} 
#social-footer .youtube-icon{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#social-footer .arrow-up-chever {
  position: relative;
  display: inline-block;
  float: right;
}
.brand-right-pull {
  text-align: right;
  font-family: 'Montserrat Semi Bold', 'Montserrat', 'Montserrat light', 'メイリオ';
  font-size: 10px;
}
@media (max-width: 767px) {
  #wrapper-footer {
    margin: 0;
  }
  #social-footer {
    font-size: 0;
    width: 100%;
  }
  #social-footer li {
    width: 50%;
    padding: .5rem 0;
    font-size: 1rem;
    margin: 0;
    text-align: left;
  }
  .brand-right-pull {
    text-align: center;
    padding: .5rem 0;
    clear: both;
  }
}

/*------------------------------------*\
  #content
\*------------------------------------*/
.l-side {
  float: left;
  width: 20%;
}
.l-side ~ .l-main {
  float: right;
  width: 75%;
}
.l-main {
  width: 100%;
}
@media (max-width: 767px) {
  .l-side {
    width: 100%;
    float: none;
  }
  .l-side ~ .l-main {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .l-side.l-s-main {
    margin: 0;
  }
}

/*------------------------------------*\
  #bread-crumb
\*------------------------------------*/
#breadcrumb {
    position: relative;
    display: block;
}
.breadcrumb {
  background-color: transparent;
  padding: 1.5rem 0;
}
.breadcrumb .breadcrumb-item {
  color: #636c72;
  font-size: calc( 1rem - 2px );
  line-height: calc( 1rem + 6px );
}
.breadcrumb .breadcrumb-item > * {
  color: #636c72;
}
.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: '>';
}
@media (max-width: 767px) {
  .breadcrumb {
    margin: 0;
  }
}

/*------------------------------------*\
  #pagination
\*------------------------------------*/
#pagination {
  text-align: right;
}
#pagination .pagination {
  margin: 1rem 0;
  display: inline-block;
}
#pagination.topper .pagination {
  margin: 0 0 2rem;
}
#pagination.bottomer .pagination {
  margin: 0 0 2rem;
}
#pagination .page-link {
  margin: 0 0.25rem;
  padding: .25rem .5rem;
  color: #000000;
}
#pagination .page-link:hover,
#pagination .page-link:focus {
  color: #000000;
}
#pagination .page-link[rel="prev"],
#pagination .page-link[rel="next"] {
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
  padding: .25rem 1.0rem;
}
#pagination .page-link[rel="prev"]:hover,
#pagination .page-link[rel="next"]:focus {
  color: #FFFFFF;
}
#pagination .page-item {
  display: inline-block;
  margin: 2px 0;
}
#pagination .page-item.active .page-link{
  z-index: 2;
  color: #000000;
  background-color: #eceeef !important;
  border-color: #ddd !important;
}
#pagination .page-item:last-child .page-link {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
#pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
@media (max-width: 767px) {
  #pagination {
    text-align: center;
  }
  #pagination.topper .pagination,
  #pagination.bottomer .pagination {
    margin: 0 0 .5rem;
    position: relative;
  }
  #pagination .page-link {
    margin: 0;
  }
}

/*------------------------------------*\
  #grid
\*------------------------------------*/
@media (min-width: 1200px) {
  .col-xl-1d7 {
    width: 14.280%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-2d4 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xl-4d8 {
    width: 40%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .col-lg-1d7 {
    width: 14.280%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-2d4 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-lg-4d8 {
    width: 40%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .col-md-1d7 {
    width: 14.280%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-2d4 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-4d8 {
    width: 40%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .col-sm-1d7 {
    width: 14.280%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-2d4 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-4d8 {
    width: 40%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col-xs-1d7 {
  width: 14.280%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-2d4 {
  width: 20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-4d8 {
  width: 40%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1d7:nth-child(7n + 1),
.col-xs-2:nth-child(6n + 1),
.col-xs-2d4:nth-child(5n + 1),
.col-xs-3:nth-child(4n + 1),
.col-xs-4:nth-child(3n + 1),
.col-xs-4d8:nth-child(3n + 1),
.col-xs-6:nth-child(2n + 1),
.col-xs-12:nth-child(1n + 1) {
  clear: both;
}
@media (min-width: 576px) {
  [class*=col-sm][class*=col-xs] {
    clear: none;
  }
  .col-sm-1d7:nth-child(7n + 1),
  .col-sm-2:nth-child(6n + 1),
  .col-sm-2d4:nth-child(5n + 1),
  .col-sm-3:nth-child(4n + 1),
  .col-sm-4:nth-child(3n + 1),
  .col-sm-4d8:nth-child(3n + 1),
  .col-sm-6:nth-child(2n + 1),
  .col-sm-12:nth-child(1n + 1) {
    clear: both;
  }
}
@media (min-width: 768px) {
  [class*=col-md][class*=col-xs],
  [class*=col-md][class*=col-sm] {
    clear: none;
  }
  .col-md-1d7:nth-child(7n + 1),
  .col-md-2:nth-child(6n + 1),
  .col-md-2d4:nth-child(5n + 1),
  .col-md-3:nth-child(4n + 1),
  .col-md-4:nth-child(3n + 1),
  .col-md-4d8:nth-child(3n + 1),
  .col-md-6:nth-child(2n + 1),
  .col-md-12:nth-child(1n + 1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  [class*=col-lg][class*=col-xs],
  [class*=col-lg][class*=col-sm],
  [class*=col-lg][class*=col-md] {
    clear: none;
  }
  .col-lg-1d7:nth-child(7n + 1),
  .col-lg-2:nth-child(6n + 1),
  .col-lg-2d4:nth-child(5n + 1),
  .col-lg-3:nth-child(4n + 1),
  .col-lg-4:nth-child(3n + 1),
  .col-lg-4d8:nth-child(3n + 1),
  .col-lg-6:nth-child(2n + 1),
  .col-lg-12:nth-child(1n + 1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  [class*=col-xl][class*=col-xs],
  [class*=col-xl][class*=col-sm],
  [class*=col-xl][class*=col-md],
  [class*=col-xl][class*=col-lg] {
    clear: none;
  }
  .col-xl-1d7:nth-child(7n + 1),
  .col-xl-2:nth-child(6n + 1),
  .col-xl-2d4:nth-child(5n + 1),
  .col-xl-3:nth-child(4n + 1),
  .col-xl-4:nth-child(3n + 1),
  .col-xl-4d8:nth-child(3n + 1),
  .col-xl-6:nth-child(2n + 1),
  .col-xl-12:nth-child(1n + 1) {
    clear: both;
  }
}