@charset "UTF-8";
/* Font Size ----- */
/* Font Size ----- */
/******************************************************************************************************
 * General
 *****************************************************************************************************/
/* Windows */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Noto+Sans+JP:wght@300;400;500&display=swap");
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular"); /* Windows8.1ではMediumがないのでRegularを指定 */
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local("YoGothic-Bold"), local("Yu Gothic"); /* Chrome用 */
}
/* All Magin + Padding Clear ----- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:before, :after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@media screen and (min-width:768px) and (max-width:1199px) {
  html {
    font-size: 87.5%;
  }
}

body {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  line-height: 1.8em;
  word-wrap: break-word;
  padding: 0;
  margin: 0;
  /* IE8〜11はメイリオ */
}
@media screen\0  {
  body {
    font-family: "Segoe UI", Meiryo, sans-serif;
  }
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  outline: none;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: normal;
  line-height: 1.4em;
  margin: 0;
}
@media screen and (min-width:768px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.7em;
  }
}

img:not(.no-responsive), svg:not(.no-responsive) {
  width: auto;
  height: auto;
  max-width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 1em;
  vertical-align: middle;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  border: 0;
  border-top: solid 1px #ccc;
}

button, input, optgroup, select, textarea {
  font: inherit;
  color: inherit;
  margin: 0;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled] {
  cursor: default;
}

input {
  line-height: normal;
}
input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[disabled] {
  cursor: default;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}
table tr > * {
  padding: 0;
}
table tr > th {
  text-align: left;
  vertical-align: top;
}
table tr > td {
  vertical-align: middle;
}
@media screen and (max-width:767px) {
  table.responsive {
    position: relative;
    display: block;
  }
  table.responsive > *, table.responsive > * > tr, table.responsive > * > tr > * {
    position: relative;
    display: block;
    width: 100%;
  }
  table.responsive > * > tr > * {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  table.responsive > * > tr:not(:last-child) > td {
    padding-bottom: 15px;
  }
}

p {
  margin: 0 0 15px;
}

ol, ul {
  padding: 0 0 0 25px;
  margin: 0;
}
ol:not([class*=list]), ol .block, ol .inline-block, ul:not([class*=list]), ul .block, ul .inline-block {
  list-style: none;
  padding-left: 0;
}
ol.list-disc, ul.list-disc {
  list-style: disc;
}
ol.list-num, ul.list-num {
  list-style: decimal;
}

.visible-xl, .visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}
@media screen and (min-width:1200px) {
  .visible-lg {
    display: block !important;
  }
}
@media screen and (min-width:1470px) {
  .visible-xl {
    display: block !important;
  }
}
@media screen and (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important;
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important;
  }
}
@media screen and (max-width:767px) {
  .visible-xs {
    display: block !important;
  }
}

@media screen and (min-width:1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media screen and (min-width:1470px) {
  .hidden-xl {
    display: none !important;
  }
}
@media screen and (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .hidden-xs {
    display: none !important;
  }
}

.container {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (min-width:768px) {
  .container {
    width: 750px;
  }
}
@media screen and (min-width:992px) {
  .container {
    width: 970px;
  }
}
@media screen and (min-width:1200px) {
  .container {
    width: 1170px;
  }
}
@media screen and (min-width:1470px) {
  .container-wide {
    width: 1440px;
  }
}
.container-fluid {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.row {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.row > * {
  padding-left: 15px;
  padding-right: 15px;
}
.row.ptit {
  margin-left: -7px;
  margin-right: -7px;
}
.row.ptit > * {
  padding-left: 7px;
  padding-right: 7px;
}
@media screen and (min-width:1470px) {
  .row.wide {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row.wide > * {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width:767px) {
  .row-xs {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-xs:not(.row) {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-xs:not(.row) > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-xs-30 {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.ptit-xs, .row-xs.ptit-xs {
    margin-left: -7px;
    margin-right: -7px;
  }
  .row.ptit-xs > *, .row-xs.ptit-xs > * {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  float: none;
  width: 100%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media screen and (min-width:768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    float: none;
    width: 100%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width:992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    float: none;
    width: 100%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width:992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    float: none;
    width: 100%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width:1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    float: none;
    width: 100%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width:1470px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11 {
    float: left;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-12 {
    float: none;
    width: 100%;
  }
  .col-xl-pull-0 {
    right: 0;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: 0;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_]):before, [class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_]):after {
  display: none !important;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_middle] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_top] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_bottom] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_center] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_left] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_right] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_space-around] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_space-between] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_r2l] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_t2b] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_b2t] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_wrap] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_grow-1] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_grow-2] {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_grow-3] {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_]) > ._grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_]) > ._grow-2 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_]) > ._grow-3 {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_]) > [class*=col-] {
  float: none;
}
@media screen and (min-width:768px) {
  [class*=flex][class*=_sm_]:not([class*=_0_]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_]):before, [class*=flex][class*=_sm_]:not([class*=_0_]):after {
    display: none !important;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_middle] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_top] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_bottom] {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_center] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_left] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_right] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_space-around] {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_space-between] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_r2l] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_t2b] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_b2t] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_wrap] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_grow-1] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_grow-2] {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_grow-3] {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_]) > ._grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_]) > ._grow-2 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_]) > ._grow-3 {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_]) > [class*=col-] {
    float: none;
  }
}
@media screen and (max-width:991px) {
  [class*=flex][class*=_sm_][class*=_0_] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [class*=flex][class*=_sm_][class*=_0_]:before, [class*=flex][class*=_sm_][class*=_0_]:after {
    display: none !important;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_middle] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_top] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_bottom] {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_center] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_left] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_right] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_space-around] {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_space-between] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_r2l] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_t2b] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_b2t] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_wrap] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_grow-1] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_grow-2] {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_grow-3] {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  [class*=flex][class*=_sm_][class*=_0_] > ._grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  [class*=flex][class*=_sm_][class*=_0_] > ._grow-2 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  [class*=flex][class*=_sm_][class*=_0_] > ._grow-3 {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  [class*=flex][class*=_sm_][class*=_0_] > [class*=col-] {
    float: none;
  }
}
@media screen and (min-width:992px) {
  [class*=flex][class*=_md_]:not([class*=_0_]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [class*=flex][class*=_md_]:not([class*=_0_]):before, [class*=flex][class*=_md_]:not([class*=_0_]):after {
    display: none !important;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_middle] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_top] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_bottom] {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_center] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_left] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_right] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_space-around] {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_space-between] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_r2l] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_t2b] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_b2t] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_wrap] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_grow-1] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_grow-2] {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_grow-3] {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  [class*=flex][class*=_md_]:not([class*=_0_]) > ._grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  [class*=flex][class*=_md_]:not([class*=_0_]) > ._grow-2 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  [class*=flex][class*=_md_]:not([class*=_0_]) > ._grow-3 {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  [class*=flex][class*=_md_]:not([class*=_0_]) > [class*=col-] {
    float: none;
  }
}
@media screen and (max-width:1199px) {
  [class*=flex][class*=_md_][class*=_0_] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [class*=flex][class*=_md_][class*=_0_]:before, [class*=flex][class*=_md_][class*=_0_]:after {
    display: none !important;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_middle] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_top] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_bottom] {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_center] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_left] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_right] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_space-around] {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_space-between] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_r2l] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_t2b] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_b2t] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_wrap] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_grow-1] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_grow-2] {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_grow-3] {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  [class*=flex][class*=_md_][class*=_0_] > ._grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  [class*=flex][class*=_md_][class*=_0_] > ._grow-2 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  [class*=flex][class*=_md_][class*=_0_] > ._grow-3 {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  [class*=flex][class*=_md_][class*=_0_] > [class*=col-] {
    float: none;
  }
}
@media screen and (min-width:1200px) {
  [class*=flex][class*=_lg_]:not([class*=_0_]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_]):before, [class*=flex][class*=_lg_]:not([class*=_0_]):after {
    display: none !important;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_middle] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_top] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_bottom] {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_center] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_left] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_right] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_space-around] {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_space-between] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_r2l] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_t2b] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_b2t] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_wrap] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_grow-1] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_grow-2] {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_grow-3] {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_]) > ._grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_]) > ._grow-2 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_]) > ._grow-3 {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_]) > [class*=col-] {
    float: none;
  }
}
@media screen and (max-width:1469px) {
  [class*=flex][class*=_lg_][class*=_0_] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [class*=flex][class*=_lg_][class*=_0_]:before, [class*=flex][class*=_lg_][class*=_0_]:after {
    display: none !important;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_middle] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_top] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_bottom] {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_center] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_left] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_right] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_space-around] {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_space-between] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_r2l] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_t2b] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_b2t] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_wrap] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_grow-1] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_grow-2] {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_grow-3] {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  [class*=flex][class*=_lg_][class*=_0_] > ._grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  [class*=flex][class*=_lg_][class*=_0_] > ._grow-2 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  [class*=flex][class*=_lg_][class*=_0_] > ._grow-3 {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  [class*=flex][class*=_lg_][class*=_0_] > [class*=col-] {
    float: none;
  }
}
@media screen and (min-width:1470px) {
  [class*=flex][class*=_xlg_] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [class*=flex][class*=_xlg_]:before, [class*=flex][class*=_xlg_]:after {
    display: none !important;
  }
  [class*=flex][class*=_xlg_][class*=_middle] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  [class*=flex][class*=_xlg_][class*=_top] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  [class*=flex][class*=_xlg_][class*=_bottom] {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  [class*=flex][class*=_xlg_][class*=_center] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  [class*=flex][class*=_xlg_][class*=_left] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  [class*=flex][class*=_xlg_][class*=_right] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  [class*=flex][class*=_xlg_][class*=_space-around] {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  [class*=flex][class*=_xlg_][class*=_space-between] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  [class*=flex][class*=_xlg_][class*=_r2l] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  [class*=flex][class*=_xlg_][class*=_t2b] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  [class*=flex][class*=_xlg_][class*=_b2t] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  [class*=flex][class*=_xlg_][class*=_wrap] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  [class*=flex][class*=_xlg_][class*=_grow-1] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  [class*=flex][class*=_xlg_][class*=_grow-2] {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  [class*=flex][class*=_xlg_][class*=_grow-3] {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  [class*=flex][class*=_xlg_] > ._grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  [class*=flex][class*=_xlg_] > ._grow-2 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  [class*=flex][class*=_xlg_] > ._grow-3 {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  [class*=flex][class*=_xlg_] > [class*=col-] {
    float: none;
  }
}
@media screen and (max-width:767px) {
  [class*=flex][class*=_xs_] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [class*=flex][class*=_xs_]:before, [class*=flex][class*=_xs_]:after {
    display: none !important;
  }
  [class*=flex][class*=_xs_][class*=_middle] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  [class*=flex][class*=_xs_][class*=_top] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  [class*=flex][class*=_xs_][class*=_bottom] {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  [class*=flex][class*=_xs_][class*=_center] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  [class*=flex][class*=_xs_][class*=_left] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  [class*=flex][class*=_xs_][class*=_right] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  [class*=flex][class*=_xs_][class*=_space-around] {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  [class*=flex][class*=_xs_][class*=_space-between] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  [class*=flex][class*=_xs_][class*=_r2l] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  [class*=flex][class*=_xs_][class*=_t2b] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  [class*=flex][class*=_xs_][class*=_b2t] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  [class*=flex][class*=_xs_][class*=_wrap] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  [class*=flex][class*=_xs_][class*=_grow-1] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  [class*=flex][class*=_xs_][class*=_grow-2] {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  [class*=flex][class*=_xs_][class*=_grow-3] {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  [class*=flex][class*=_xs_] > ._grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  [class*=flex][class*=_xs_] > ._grow-2 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  [class*=flex][class*=_xs_] > ._grow-3 {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
  [class*=flex][class*=_xs_] > [class*=col-] {
    float: none;
  }
}

.navbar {
  overflow: hidden;
  overflow-y: scroll;
  width: auto;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 990;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /*@include mq(992){
  	right:0;
  }*/
  /*&:not(.opened) {
  	width: 0 !important;
  	height:0 !important;
  }*/
}
.navbar-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 0 0;
  margin-top: -50px;
  z-index: 1000;
}
.navbar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:767px) {
  .navbar-wrap {
    display: block;
  }
}
.navbar-wrap:after {
  display: block;
  clear: both;
  content: "";
}
.navbar::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width:767px) {
  .navbar {
    width: 75%;
  }
}
.navbar:after {
  display: block;
  clear: both;
  content: "";
}
.navbar > ul {
  position: relative;
  display: block !important;
  width: 100%;
  list-style: none;
  padding: 30px;
  margin: 0;
}
.navbar > ul > li {
  position: relative;
  display: block;
  padding: 0;
  border-bottom: none;
}
.navbar > ul > li > a {
  position: relative;
  display: block;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 1em !important;
  padding: 15px 15px 15px 20px;
}
.navbar > ul > li > a:hover::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  font-size: 0.875em;
  font-family: dashicons;
  content: "\f345";
}
.navbar > ul > li + li {
  border-bottom: none;
  /*@include mq(992){
  	border-top:none;
  }*/
}
.navbar > ul > li.dropdown > .dropdown-menu > ul {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 5px;
}
.navbar > ul > li.dropdown > .dropdown-menu > ul > li {
  display: block;
  border-top: dashed 1px rgba(255, 255, 255, 0.25);
}
.navbar > ul > li.dropdown > .dropdown-menu > ul > li > a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 0.875em;
  text-decoration: none !important;
  padding: 10px 5px;
}
.navbar-toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}
.navbar-toggle > [data-toggle] {
  position: relative;
  display: block;
  float: right;
  width: 50px;
  height: 50px;
  background-color: #333;
  border: none;
  outline: none !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width:768px) {
  .navbar-toggle > [data-toggle] {
    width: 60px;
    height: 60px;
  }
}
.navbar-toggle > [data-toggle]:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
}
.navbar-toggle > [data-toggle] > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 25px;
  height: 14px;
}
.navbar-toggle > [data-toggle] > span:before, .navbar-toggle > [data-toggle] > span:after {
  position: absolute;
  left: 0;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
}
.navbar-toggle > [data-toggle] > span:before {
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.navbar-toggle > [data-toggle] > span:after {
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.navbar-toggle > [data-toggle].opened {
  background-color: #999;
}
.navbar-toggle > [data-toggle].opened:before {
  background-color: rgba(255, 255, 255, 0);
}
.navbar-toggle > [data-toggle].opened > span:before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.navbar-toggle > [data-toggle].opened > span:after {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(45deg);
          transform: translateY(50%) rotate(45deg);
}
.navbar-logo {
  /*
  margin-right: 15px;
  @include mq(768){
  	margin-right: 30px;
  }
  */
}

@media screen and (min-width:768px) {
  .navbar-hm-xs .navbar {
    position: relative;
    top: auto;
    left: auto;
    overflow: visible;
    width: auto;
    height: auto !important;
    background-color: transparent;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .navbar-hm-xs .navbar-toggle > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 10px 0;
  }
  .navbar-hm-xs .navbar-toggle > ul > li {
    /*&.only-hm { display: none !important; }*/
  }
  .navbar-hm-xs .navbar-toggle > ul > li > a {
    color: inherit;
    padding: 15px;
  }
  .navbar-hm-xs .navbar-toggle > ul > li > a:before {
    display: none;
  }
  .navbar-hm-xs .navbar-toggle > ul > li.dropdown > .dropdown-menu {
    position: absolute;
    left: 0;
    bottom: 1px;
    overflow: hidden;
    min-width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    background-color: rgba(255, 255, 255, 0.85);
  }
  .navbar-hm-xs .navbar-toggle > ul > li.dropdown > .dropdown-menu > ul {
    padding-bottom: 0;
  }
  .navbar-hm-xs .navbar-toggle > ul > li.dropdown > .dropdown-menu > ul > li {
    display: block;
    border-top: none;
  }
  .navbar-hm-xs .navbar-toggle > ul > li.dropdown > .dropdown-menu > ul > li > a {
    color: inherit;
    font-size: 1em;
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 60px;
  }
  .navbar-hm-xs .navbar-toggle > ul > li.dropdown > .dropdown-menu > ul > li > a:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 7px;
    display: block;
    font-size: 0.875em;
    font-weight: normal;
    font-family: dashicons;
    line-height: 1em;
    content: "\f345";
  }
  .navbar-hm-xs .navbar-toggle > ul > li.dropdown > .dropdown-menu > ul > li + li {
    border-top: dotted 1px #999;
  }
  .navbar-hm-xs .navbar-toggle > ul > li.dropdown:not(.opened) > .dropdown-menu {
    height: 0 !important;
  }
}
@media screen and (max-width:767px) {
  .navbar-hm-xs .navbar-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.navbar-hm-sm .navbar {
  /*@include mq(992){
  	position: relative;
  	top: auto;
  	left: auto;
  	overflow: visible;
  	width: auto;
  	height: auto !important;
  	background-color: transparent;
  	flex-grow: 1;
  	&-toggle
  	> ul {
  		display: flex;
  		align-items: center;
  		justify-content: flex-end;
  		padding: 10px 0;
  		> li {
  			> a {
  				color: inherit;
  				padding: 15px;
  				&:before {
  					display: none;
  				}
  			}
  			}
  			&.only-hm { display: none !important; }
  			&.dropdown {
  				> .dropdown {
  					&-menu {
  						position: absolute;
  						left: 0;
  						bottom: 1px;
  						overflow: hidden;
  						min-width: 100%;
  						transition: 0.3s;
  						transform: translateY(100%);
  						background-color: rgba(255,255,255,0.85);
  						> ul {
  							padding-bottom: 0;
  							> li {
  								display: block;
  								border-top: none;
  								> a {
  									color: inherit;
  									font-size: 1em;
  									white-space: nowrap;
  									padding-left: 15px;
  									padding-right: 60px;
  									&:after {
  										position: absolute;
  										@include center(1);
  										right: 7px;
  										display: block;
  										font-size: 0.875em;
  										font-weight: normal;
  										font-family: dashicons;
  										line-height: 1em;
  										content: "\f345";
  									}
  								}
  								+ li {
  									border-top: dotted 1px #999;
  								}
  							}
  						}
  					}
  				}
  				&:not(.opened){
  					> .dropdown {
  						&-menu {
  							height: 0 !important;
  						}
  					}
  				}
  			}

  	}
  }*/
  /*@include mq(0,992){*/
  /*}*/
}
.navbar-hm-sm .navbar-wrap {
  width: 100%;
  padding-right: 0;
}
.navbar-hm-md .navbar {
  /*@include mq(1200){
  	position: relative;
  	top: auto;
  	left: auto;
  	overflow: visible;
  	width: auto;
  	height: auto !important;
  	background-color: transparent;
  	flex-grow: 1;
  	&-toggle { display: none; }
  	> ul {
  		display: flex;
  		align-items: center;
  		justify-content: flex-end;
  		padding: 10px 0;
  		> li {
  			> a {
  				color: inherit;
  				padding: 15px;
  				&:before {
  					display: none;
  				}
  			}
  			+ li {
  				border-top-style: dotted;
  			}
  			&.only-hm { display: none !important; }
  			&.dropdown {
  				> .dropdown {
  					&-menu {
  						position: absolute;
  						left: 0;
  						bottom: 1px;
  						overflow: hidden;
  						min-width: 100%;
  						transition: 0.3s;
  						transform: translateY(100%);
  						background-color: rgba(255,255,255,0.85);
  						> ul {
  							padding-bottom: 0;
  							> li {
  								display: block;
  								border-top: none;
  								> a {
  									color: inherit;
  									font-size: 1em;
  									white-space: nowrap;
  									padding-left: 15px;
  									padding-right: 60px;
  									&:after {
  										position: absolute;
  										@include center(1);
  										right: 7px;
  										display: block;
  										font-size: 0.875em;
  										font-weight: normal;
  										font-family: dashicons;
  										line-height: 1em;
  										content: "\f345";
  									}
  								}
  								+ li {
  									border-top: dotted 1px #999;
  								}
  							}
  						}
  					}
  				}
  				&:not(.opened){
  					> .dropdown {
  						&-menu {
  							height: 0 !important;
  						}
  					}
  				}
  			}
  		}
  	}
  }*/
  /*@include mq(0,1200){*/
  /*}*/
}
.navbar-hm-md .navbar-wrap {
  width: 100%;
  padding-right: 0;
}

/* Background Color ----- */
.bg-clear {
  background-color: transparent;
}
.bg-white {
  background-color: #fff;
}

/* Text Bring ----- */
.xtAc, .thumb-ph > .remove.dummy {
  text-align: center !important;
}
.xtAl {
  text-align: left !important;
}
.xtAr {
  text-align: right !important;
}

@media screen and (min-width:768px) {
  .tAc {
    text-align: center !important;
  }
}
@media screen and (min-width:1470px) {
  .tAc-xl {
    text-align: center !important;
  }
}
@media screen and (min-width:1200px) and (max-width:1469px) {
  .tAc-lg {
    text-align: center !important;
  }
}
@media screen and (min-width:992px) and (max-width:1399px) {
  .tAc-md {
    text-align: center !important;
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  .tAc-sm {
    text-align: center !important;
  }
}
@media screen and (max-width:767px) {
  .tAc-xs {
    text-align: center !important;
  }
}
@media screen and (min-width:768px) {
  .tAl {
    text-align: left !important;
  }
}
@media screen and (min-width:1470px) {
  .tAl-xl {
    text-align: left !important;
  }
}
@media screen and (min-width:1200px) and (max-width:1469px) {
  .tAl-lg {
    text-align: left !important;
  }
}
@media screen and (min-width:992px) and (max-width:1399px) {
  .tAl-md {
    text-align: left !important;
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  .tAl-sm {
    text-align: left !important;
  }
}
@media screen and (max-width:767px) {
  .tAl-xs {
    text-align: left !important;
  }
}
@media screen and (min-width:768px) {
  .tAr {
    text-align: right !important;
  }
}
@media screen and (min-width:1470px) {
  .tAr-xl {
    text-align: right !important;
  }
}
@media screen and (min-width:1200px) and (max-width:1469px) {
  .tAr-lg {
    text-align: right !important;
  }
}
@media screen and (min-width:992px) and (max-width:1399px) {
  .tAr-md {
    text-align: right !important;
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  .tAr-sm {
    text-align: right !important;
  }
}
@media screen and (max-width:767px) {
  .tAr-xs {
    text-align: right !important;
  }
}

@media screen and (min-width:768px) {
  .ls-sm-0 {
    line-height: 1em;
  }
  .ls-sm-1 {
    line-height: 1.5em;
  }
  .ls-sm-2 {
    line-height: 1.8em;
  }
  .ls-sm-3 {
    line-height: 2.1em;
  }
  .ls-sm-4 {
    line-height: 2.4em;
  }
  .ls-sm-5 {
    line-height: 3em;
  }
}
@media screen and (min-width:992px) {
  .ls-md-0 {
    line-height: 1em;
  }
  .ls-md-1 {
    line-height: 1.5em;
  }
  .ls-md-2 {
    line-height: 1.8em;
  }
  .ls-md-3 {
    line-height: 2.1em;
  }
  .ls-md-4 {
    line-height: 2.4em;
  }
  .ls-md-5 {
    line-height: 3em;
  }
}
@media screen and (min-width:1200px) {
  .ls-lg-0 {
    line-height: 1em;
  }
  .ls-lg-1 {
    line-height: 1.5em;
  }
  .ls-lg-2 {
    line-height: 1.8em;
  }
  .ls-lg-3 {
    line-height: 2.1em;
  }
  .ls-lg-4 {
    line-height: 2.4em;
  }
  .ls-lg-5 {
    line-height: 3em;
  }
}
@media screen and (min-width:1470px) {
  .ls-xl-0 {
    line-height: 1em;
  }
  .ls-xl-1 {
    line-height: 1.5em;
  }
  .ls-xl-2 {
    line-height: 1.8em;
  }
  .ls-xl-3 {
    line-height: 2.1em;
  }
  .ls-xl-4 {
    line-height: 2.4em;
  }
  .ls-xl-5 {
    line-height: 3em;
  }
}
.ls-0 {
  line-height: 1em !important;
}
@media screen and (max-width:1469px) {
  .ls-0-lg-0 {
    line-height: 1em;
  }
  .ls-0-lg-1 {
    line-height: 1.5em;
  }
  .ls-0-lg-2 {
    line-height: 1.8em;
  }
  .ls-0-lg-3 {
    line-height: 2.1em;
  }
  .ls-0-lg-4 {
    line-height: 2.4em;
  }
  .ls-0-lg-5 {
    line-height: 3em;
  }
}
@media screen and (max-width:1199px) {
  .ls-0-md-0 {
    line-height: 1em;
  }
  .ls-0-md-1 {
    line-height: 1.5em;
  }
  .ls-0-md-2 {
    line-height: 1.8em;
  }
  .ls-0-md-3 {
    line-height: 2.1em;
  }
  .ls-0-md-4 {
    line-height: 2.4em;
  }
  .ls-0-md-5 {
    line-height: 3em;
  }
}
@media screen and (max-width:991px) {
  .ls-0-sm-0 {
    line-height: 1em;
  }
  .ls-0-sm-1 {
    line-height: 1.5em;
  }
  .ls-0-sm-2 {
    line-height: 1.8em;
  }
  .ls-0-sm-3 {
    line-height: 2.1em;
  }
  .ls-0-sm-4 {
    line-height: 2.4em;
  }
  .ls-0-sm-5 {
    line-height: 3em;
  }
}
.ls-1 {
  line-height: 1.5em !important;
}
.ls-2 {
  line-height: 1.8em !important;
}
.ls-3 {
  line-height: 2.1em !important;
}
.ls-4 {
  line-height: 2.4em !important;
}
.ls-5 {
  line-height: 3em !important;
}
@media screen and (max-width:767px) {
  .ls-xs-0 {
    line-height: 1em;
  }
  .ls-xs-1 {
    line-height: 1.5em;
  }
  .ls-xs-2 {
    line-height: 1.8em;
  }
  .ls-xs-3 {
    line-height: 2.1em;
  }
  .ls-xs-4 {
    line-height: 2.4em;
  }
  .ls-xs-5 {
    line-height: 3em;
  }
}

.ellipsis {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width:768px) {
  .ellipsis-sm {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (min-width:992px) {
  .ellipsis-md {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (min-width:1200px) {
  .ellipsis-lg {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (min-width:1470px) {
  .ellipsis-xl {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width:1469px) {
  .ellipsis-0-lg {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width:1199px) {
  .ellipsis-0-md {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width:991px) {
  .ellipsis-0-sm {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width:767px) {
  .ellipsis-xs {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* Font Color ----- */
.fff {
  color: #fff !important;
}

.black {
  color: #333 !important;
}

/* Font Weight ----- */
.bold {
  font-weight: 500;
}
.bold-off {
  font-weight: normal;
}

/* Font Style ----- */
.gothic {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
}

/* Font Size ----- */
[class*=font--3] {
  font-size: 0.625em;
} /* 10px */
[class*=font--2] {
  font-size: 0.75em;
} /* 12px */
[class*=font--1] {
  font-size: 0.875em;
} /* 14px */
[class*=font-0] {
  font-size: 1em;
} /* 16px */
[class*=font-1] {
  font-size: 1.125em;
} /* 18px */
[class*=font-2] {
  font-size: 1.3125em;
} /* 21px */
[class*=font-3] {
  font-size: 1.5em;
} /* 24px */
[class*=font-4] {
  font-size: 1.875em;
} /* 30px */
[class*=font-5] {
  font-size: 2.25em;
} /* 36px */
[class*=font-6] {
  font-size: 3em;
} /* 48px */
@media screen and (max-width:1469px) {
  [class*=font][class*=_dt--3] {
    font-size: 0.625em;
  }
  [class*=font][class*=_dt--2] {
    font-size: 0.75em;
  }
  [class*=font][class*=_dt--1] {
    font-size: 0.875em;
  }
  [class*=font][class*=_dt-0] {
    font-size: 1em;
  }
  [class*=font][class*=_dt-1] {
    font-size: 1.125em;
  }
  [class*=font][class*=_dt-2] {
    font-size: 1.3125em;
  }
  [class*=font][class*=_dt-3] {
    font-size: 1.5em;
  }
  [class*=font][class*=_dt-4] {
    font-size: 1.875em;
  }
  [class*=font][class*=_dt-5] {
    font-size: 2.25em;
  }
  [class*=font][class*=_dt-6] {
    font-size: 3em;
  }
}
@media screen and (max-width:1199px) {
  [class*=font][class*=_lt--3] {
    font-size: 0.625em;
  }
  [class*=font][class*=_lt--2] {
    font-size: 0.75em;
  }
  [class*=font][class*=_lt--1] {
    font-size: 0.875em;
  }
  [class*=font][class*=_lt-0] {
    font-size: 1em;
  }
  [class*=font][class*=_lt-1] {
    font-size: 1.125em;
  }
  [class*=font][class*=_lt-2] {
    font-size: 1.3125em;
  }
  [class*=font][class*=_lt-3] {
    font-size: 1.5em;
  }
  [class*=font][class*=_lt-4] {
    font-size: 1.875em;
  }
  [class*=font][class*=_lt-5] {
    font-size: 2.25em;
  }
  [class*=font][class*=_lt-6] {
    font-size: 3em;
  }
}
@media screen and (max-width:991px) {
  [class*=font][class*=_tb--3] {
    font-size: 0.625em;
  }
  [class*=font][class*=_tb--2] {
    font-size: 0.75em;
  }
  [class*=font][class*=_tb--1] {
    font-size: 0.875em;
  }
  [class*=font][class*=_tb-0] {
    font-size: 1em;
  }
  [class*=font][class*=_tb-1] {
    font-size: 1.125em;
  }
  [class*=font][class*=_tb-2] {
    font-size: 1.3125em;
  }
  [class*=font][class*=_tb-3] {
    font-size: 1.5em;
  }
  [class*=font][class*=_tb-4] {
    font-size: 1.875em;
  }
  [class*=font][class*=_tb-5] {
    font-size: 2.25em;
  }
  [class*=font][class*=_tb-6] {
    font-size: 3em;
  }
}
@media screen and (max-width:767px) {
  [class*=font][class*=_sp--3] {
    font-size: 0.625em;
  }
  [class*=font][class*=_sp--2] {
    font-size: 0.75em;
  }
  [class*=font][class*=_sp--1] {
    font-size: 0.875em;
  }
  [class*=font][class*=_sp-0] {
    font-size: 1em;
  }
  [class*=font][class*=_sp-1] {
    font-size: 1.125em;
  }
  [class*=font][class*=_sp-2] {
    font-size: 1.3125em;
  }
  [class*=font][class*=_sp-3] {
    font-size: 1.5em;
  }
  [class*=font][class*=_sp-4] {
    font-size: 1.875em;
  }
  [class*=font][class*=_sp-5] {
    font-size: 2.25em;
  }
  [class*=font][class*=_sp-6] {
    font-size: 3em;
  }
}

@media screen and (max-width:767px) {
  .font--3 {
    font-size: 0.75em;
  }
  .font--2 {
    font-size: 0.875em;
  }
  .font-1 {
    font-size: 1em;
  }
  .font-2 {
    font-size: 1.125em;
  }
  .font-3 {
    font-size: 1.3125em;
  }
  .font-4 {
    font-size: 1.5em;
  }
  .font-5 {
    font-size: 1.875em;
  }
  .font-6 {
    font-size: 2.25em;
  }
}
.hover:not(a) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hover:hover, .hover:focus {
  opacity: 0.5;
}

.block {
  display: block !important;
}
@media screen and (min-width:768px) {
  .block-sm {
    display: block !important;
  }
}
@media screen and (min-width:992px) {
  .block-md {
    display: block !important;
  }
}
@media screen and (min-width:1200px) {
  .block-lg {
    display: block !important;
  }
}
@media screen and (min-width:1470px) {
  .block-xl {
    display: block !important;
  }
}
@media screen and (max-width:1469px) {
  .block-0-lg {
    display: block !important;
  }
}
@media screen and (max-width:1199px) {
  .block-0-md {
    display: block !important;
  }
}
@media screen and (max-width:991px) {
  .block-0-sm {
    display: block !important;
  }
}
@media screen and (max-width:767px) {
  .block-xs {
    display: block !important;
  }
}

.inline-block {
  display: inline-block !important;
}
@media screen and (min-width:768px) {
  .inline-block-sm {
    display: inline-block !important;
  }
}
@media screen and (min-width:992px) {
  .inline-block-md {
    display: inline-block !important;
  }
}
@media screen and (min-width:1200px) {
  .inline-block-lg {
    display: inline-block !important;
  }
}
@media screen and (min-width:1470px) {
  .inline-block-xl {
    display: inline-block !important;
  }
}
@media screen and (max-width:1469px) {
  .inline-block-0-lg {
    display: inline-block !important;
  }
}
@media screen and (max-width:1199px) {
  .inline-block-0-md {
    display: inline-block !important;
  }
}
@media screen and (max-width:991px) {
  .inline-block-0-sm {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .inline-block-xs {
    display: inline-block !important;
  }
}

.inline {
  display: inline !important;
}
@media screen and (min-width:768px) {
  .inline-sm {
    display: inline !important;
  }
}
@media screen and (min-width:992px) {
  .inline-md {
    display: inline !important;
  }
}
@media screen and (min-width:1200px) {
  .inline-lg {
    display: inline !important;
  }
}
@media screen and (min-width:1470px) {
  .inline-xl {
    display: inline !important;
  }
}
@media screen and (max-width:1469px) {
  .inline-0-lg {
    display: inline !important;
  }
}
@media screen and (max-width:1199px) {
  .inline-0-md {
    display: inline !important;
  }
}
@media screen and (max-width:991px) {
  .inline-0-sm {
    display: inline !important;
  }
}
@media screen and (max-width:767px) {
  .inline-xs {
    display: inline !important;
  }
}

.relative {
  position: relative !important;
}
@media screen and (min-width:768px) {
  .relative-sm {
    position: relative !important;
  }
}
@media screen and (min-width:992px) {
  .relative-md {
    position: relative !important;
  }
}
@media screen and (min-width:1200px) {
  .relative-lg {
    position: relative !important;
  }
}
@media screen and (min-width:1470px) {
  .relative-xl {
    position: relative !important;
  }
}
@media screen and (max-width:1469px) {
  .relative-0-lg {
    position: relative !important;
  }
}
@media screen and (max-width:1199px) {
  .relative-0-md {
    position: relative !important;
  }
}
@media screen and (max-width:991px) {
  .relative-0-sm {
    position: relative !important;
  }
}
@media screen and (max-width:767px) {
  .relative-xs {
    position: relative !important;
  }
}

.absolute {
  position: absolute !important;
}
.absolute.top, .absolute.full {
  top: 0;
}
.absolute.left, .absolute.full {
  left: 0;
}
.absolute.right, .absolute.full {
  right: 0;
}
.absolute.bottom, .absolute.full {
  bottom: 0;
}
@media screen and (min-width:768px) {
  .absolute-sm {
    position: absolute !important;
  }
  .absolute-sm.top, .absolute-sm.full {
    top: 0 !important;
  }
  .absolute-sm.left, .absolute-sm.full {
    left: 0 !important;
  }
  .absolute-sm.right, .absolute-sm.full {
    right: 0 !important;
  }
  .absolute-sm.bottom, .absolute-sm.full {
    bottom: 0 !important;
  }
}
@media screen and (min-width:992px) {
  .absolute-md {
    position: absolute !important;
  }
  .absolute-md.top, .absolute-md.full {
    top: 0 !important;
  }
  .absolute-md.left, .absolute-md.full {
    left: 0 !important;
  }
  .absolute-md.right, .absolute-md.full {
    right: 0 !important;
  }
  .absolute-md.bottom, .absolute-md.full {
    bottom: 0 !important;
  }
}
@media screen and (min-width:1200px) {
  .absolute-lg {
    position: absolute !important;
  }
  .absolute-lg.top, .absolute-lg.full {
    top: 0 !important;
  }
  .absolute-lg.left, .absolute-lg.full {
    left: 0 !important;
  }
  .absolute-lg.right, .absolute-lg.full {
    right: 0 !important;
  }
  .absolute-lg.bottom, .absolute-lg.full {
    bottom: 0 !important;
  }
}
@media screen and (min-width:1470px) {
  .absolute-xl {
    position: absolute !important;
  }
  .absolute-xl.top, .absolute-xl.full {
    top: 0 !important;
  }
  .absolute-xl.left, .absolute-xl.full {
    left: 0 !important;
  }
  .absolute-xl.right, .absolute-xl.full {
    right: 0 !important;
  }
  .absolute-xl.bottom, .absolute-xl.full {
    bottom: 0 !important;
  }
}
@media screen and (max-width:1469px) {
  .absolute-0-lg {
    position: absolute !important;
  }
  .absolute-0-lg.top, .absolute-0-lg.full {
    top: 0 !important;
  }
  .absolute-0-lg.left, .absolute-0-lg.full {
    left: 0 !important;
  }
  .absolute-0-lg.right, .absolute-0-lg.full {
    right: 0 !important;
  }
  .absolute-0-lg.bottom, .absolute-0-lg.full {
    bottom: 0 !important;
  }
}
@media screen and (max-width:1199px) {
  .absolute-0-md {
    position: absolute !important;
  }
  .absolute-0-md.top, .absolute-0-md.full {
    top: 0 !important;
  }
  .absolute-0-md.left, .absolute-0-md.full {
    left: 0 !important;
  }
  .absolute-0-md.right, .absolute-0-md.full {
    right: 0 !important;
  }
  .absolute-0-md.bottom, .absolute-0-md.full {
    bottom: 0 !important;
  }
}
@media screen and (max-width:991px) {
  .absolute-0-sm {
    position: absolute !important;
  }
  .absolute-0-sm.top, .absolute-0-sm.full {
    top: 0 !important;
  }
  .absolute-0-sm.left, .absolute-0-sm.full {
    left: 0 !important;
  }
  .absolute-0-sm.right, .absolute-0-sm.full {
    right: 0 !important;
  }
  .absolute-0-sm.bottom, .absolute-0-sm.full {
    bottom: 0 !important;
  }
}
@media screen and (max-width:767px) {
  .absolute-xs {
    position: absolute !important;
  }
  .absolute-xs.top, .absolute-xs.full {
    top: 0 !important;
  }
  .absolute-xs.left, .absolute-xs.full {
    left: 0 !important;
  }
  .absolute-xs.right, .absolute-xs.full {
    right: 0 !important;
  }
  .absolute-xs.bottom, .absolute-xs.full {
    bottom: 0 !important;
  }
}

#wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  text-align: left;
  border: none;
  padding: 0;
  margin: 0px;
  /*z-index: 700;*/
  _zoom: 1;
}

#outline {
  position: relative;
  background-color: #fff;
  z-index: 100;
}
@media screen and (max-width:767px) {
  #outline {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.space {
  padding-top: 30px;
}
.space-half {
  padding-top: 15px;
}
.space-ptit {
  padding-top: 7px;
}
@media screen and (min-width:768px) {
  .space {
    padding-top: 45px;
  }
  .space-half {
    padding-top: 20px;
  }
  .space-ptit {
    padding-top: 10px;
  }
}
@media screen and (min-width:992px) {
  .space {
    padding-top: 60px;
  }
  .space-half {
    padding-top: 30px;
  }
  .space-ptit {
    padding-top: 15px;
  }
}

.pt-0 {
  padding-top: 0 !important;
}
@media screen and (min-width:768px) and (max-width:991px) {
  .pt-0-sm {
    padding-top: 0 !important;
  }
}
@media screen and (min-width:992px) and (max-width:1199px) {
  .pt-0-md {
    padding-top: 0 !important;
  }
}
@media screen and (min-width:1200px) {
  .pt-0-lg {
    padding-top: 0 !important;
  }
}
@media screen and (min-width:1470px) {
  .pt-0-xlg {
    padding-top: 0 !important;
  }
}
@media screen and (max-width:767px) {
  .pt-0-xs {
    padding-top: 0 !important;
  }
}
.pl-0 {
  padding-left: 0 !important;
}
@media screen and (min-width:768px) and (max-width:991px) {
  .pl-0-sm {
    padding-left: 0 !important;
  }
}
@media screen and (min-width:992px) and (max-width:1199px) {
  .pl-0-md {
    padding-left: 0 !important;
  }
}
@media screen and (min-width:1200px) {
  .pl-0-lg {
    padding-left: 0 !important;
  }
}
@media screen and (min-width:1470px) {
  .pl-0-xlg {
    padding-left: 0 !important;
  }
}
@media screen and (max-width:767px) {
  .pl-0-xs {
    padding-left: 0 !important;
  }
}
.pr-0 {
  padding-right: 0 !important;
}
@media screen and (min-width:768px) and (max-width:991px) {
  .pr-0-sm {
    padding-right: 0 !important;
  }
}
@media screen and (min-width:992px) and (max-width:1199px) {
  .pr-0-md {
    padding-right: 0 !important;
  }
}
@media screen and (min-width:1200px) {
  .pr-0-lg {
    padding-right: 0 !important;
  }
}
@media screen and (min-width:1470px) {
  .pr-0-xlg {
    padding-right: 0 !important;
  }
}
@media screen and (max-width:767px) {
  .pr-0-xs {
    padding-right: 0 !important;
  }
}
.pb-0 {
  padding-bottom: 0 !important;
}
@media screen and (min-width:768px) and (max-width:991px) {
  .pb-0-sm {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width:992px) and (max-width:1199px) {
  .pb-0-md {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width:1200px) {
  .pb-0-lg {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width:1470px) {
  .pb-0-xlg {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width:767px) {
  .pb-0-xs {
    padding-bottom: 0 !important;
  }
}

.block-box {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (min-width:768px) {
  .block-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width:992px) {
  .block-box {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width:1200px) {
  .block-box {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/* Force Imaging ----- */
.remove {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0;
  font-size: 0.5em;
  text-align: left;
  text-indent: -9999px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.remove.logo {
  background-size: contain;
}

.breadcrumbs > * + * {
  margin-left: 5px;
}
.breadcrumbs > * + *:before {
  display: inline-block;
  font-family: "dashicons";
  vertical-align: middle;
  content: "\f345";
}

.more {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  padding: 15px;
  border: none;
  outline: none !important;
  cursor: pointer;
}
.more:not(a) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  content: "";
}
.more:hover:not(.fixed):before, .more:focus:not(.fixed):before {
  width: 100%;
  opacity: 1;
}
.more > span {
  position: relative;
  display: inline-block;
  line-height: 1.5em;
  vertical-align: middle;
}
.more.have-arrow:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7px;
  font-size: 0.875em;
  font-weight: normal;
  font-family: dashicons;
  line-height: 1em;
  content: "\f345";
}
.more.clear {
  color: #3E3A39;
  border: solid 1px #3E3A39;
  background-color: transparent;
}
.more.clear:before {
  background-color: #3E3A39;
  opacity: 1 !important;
}
.more.clear:hover:not(.fixed), .more.clear:focus:not(.fixed) {
  color: #fff;
}

.thumb-ph {
  position: relative;
}
.thumb-ph > .remove {
  padding-top: 75%;
}
.thumb-ph > .remove.dummy {
  font-size: 1.125em;
  text-indent: 0;
  background: url(../img/common/dummy.png) transparent center no-repeat;
  background-size: cover;
}
.thumb-ph > .remove.dummy:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: block;
  width: 100%;
  color: #999;
  font-size: 0.875em;
  line-height: 1em;
  text-align: center;
  content: "";
}
@media screen and (max-width:767px) {
  .thumb-ph > .remove.dummy:after {
    font-size: 0.65em;
  }
}
@media screen and (min-width:992px) {
  .thumb-ph.zoom {
    overflow: hidden;
  }
  .thumb-ph.zoom:before {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 75%;
    content: "";
  }
  .thumb-ph.zoom > .remove {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (min-width:992px) {
  a.thumb-ph.zoom:hover > .remove,
  a.thumb-ph.zoom:focus > .remove,
  a:hover .thumb-ph.zoom > .remove,
  a:focus .thumb-ph.zoom > .remove {
    -webkit-transform: scale(1.15, 1.15);
            transform: scale(1.15, 1.15);
  }
}
@media screen and (max-width:767px) {
  .col-xs-1 .thumb-ph > .remove, .col-xs-2 .thumb-ph > .remove, .col-xs-3 .thumb-ph > .remove, .col-xs-4 .thumb-ph > .remove {
    padding-top: 100%;
  }
}
/******************************************************************************************************
 * Animation
******************************************************************************************************/
.trans.ani-call {
  -webkit-transition: 1s;
  transition: 1s;
}
.trans.ani-call.fadeIn {
  opacity: 1;
}
.trans.ani-call.fadeIn.ani-init {
  opacity: 0;
}
.trans.ani-call.fromTop, .trans.ani-call.fromLeft, .trans.ani-call.fromRight, .trans.ani-call.fromBottom {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.trans.ani-call.ani-init.fromTop {
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.trans.ani-call.ani-init.fromLeft {
  -webkit-transform: translate(-25%, 0);
          transform: translate(-25%, 0);
}
.trans.ani-call.ani-init.fromRight {
  -webkit-transform: translate(25%, 0);
          transform: translate(25%, 0);
}
.trans.ani-call.ani-init.fromBottom {
  -webkit-transform: translate(0, 25%);
          transform: translate(0, 25%);
}
.trans.ani-call.step-item {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.trans.ani-call.step-item.step-init {
  opacity: 0;
  -webkit-transform: translate(25%, 0);
          transform: translate(25%, 0);
}
@media screen and (max-width:767px) {
  .trans:not(.on-xs) {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
  }
}

.pagination {
  font-size: 1.125em;
  text-align: center;
  text-indent: 0.3em;
  letter-spacing: 0.3em;
}
.pagination > * {
  overflow: hidden;
  display: inline-block;
  width: 36px;
  text-indent: 0;
  letter-spacing: normal;
  line-height: 36px;
  border-radius: 50%;
}

#form-table__wrap {
  padding: 30px;
  background-color: rgba(35, 24, 21, 0.07);
}
@media screen and (min-width:992px) {
  #form-table__wrap {
    padding: 60px;
  }
}
@media screen and (max-width:767px) {
  #form-table__wrap {
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px;
  }
}
#form-table__wrap > table > tbody > tr > * > .box {
  position: relative;
}
#form-table__wrap > table > tbody > tr > th > .box > .need {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1em;
  padding: 7px;
  background-color: #ff4444;
}
@media screen and (min-width:768px) {
  #form-table__wrap > table > tbody > tr > * {
    line-height: 1.5em;
    vertical-align: top;
  }
  #form-table__wrap > table > tbody > tr > * > .box {
    position: relative;
  }
  #form-table__wrap > table > tbody > tr:not(:last-child) > * {
    padding-bottom: 15px;
  }
  #form-table__wrap > table > tbody > tr + tr > * {
    padding-top: 15px;
    border-top: solid 1px rgba(35, 24, 21, 0.15);
  }
  #form-table__wrap > table > tbody > tr > th {
    width: 170px;
  }
  #form-table__wrap > table > tbody > tr > th > .box {
    padding-top: 9px;
    padding-right: 57px;
    padding-bottom: 9px;
  }
  #form-table__wrap > table > tbody > tr > td {
    padding-left: 60px;
  }
}
@media screen and (min-width:992px) {
  #form-table__wrap > table > tbody > tr > th {
    width: 220px;
  }
}
@media screen and (max-width:767px) {
  #form-table__wrap > table > tbody > tr > td {
    padding-top: 0;
    padding-bottom: 0;
  }
  #form-table__wrap > table > tbody > tr:not(:first-child) > th {
    padding-top: 30px;
  }
}
@media screen and (max-width:767px) {
  #form-table__wrap > table.confirm > tbody > tr:not(:first-child) > th {
    padding-top: 15px;
    border-top: dotted 1px rgba(35, 24, 21, 0.15);
  }
  #form-table__wrap > table.confirm > tbody > tr:not(:last-child) > td {
    padding-bottom: 15px;
  }
}

.form-input:not(button) {
  width: 60%;
  font-size: 16px;
  padding: 7px;
  border-radius: 2px;
  vertical-align: middle;
}
@media screen and (max-width:767px) {
  .form-input:not(button) {
    width: 100%;
  }
}
.form-input:not(button)[readonly=readonly] {
  color: #231815;
}
.form-input:not(button):not([readonly=readonly]) {
  border: solid 1px #c8c5c4;
  background-color: #fff;
}
.form-input:not(button):not([readonly=readonly]):hover, .form-input:not(button):not([readonly=readonly]):focus {
  border-color: #231815;
}
.form-input:not(button):not([readonly=readonly]):focus {
  background-color: #ffd;
}
.form-input:not(button)::-webkit-input-placeholder, .form-input:not(button):-ms-input-placeholder, .form-input:not(button)::-moz-placeholder {
  color: #aaa !important;
}
.form-input:not(button).error {
  border-width: 3px !important;
  border-color: #cc0000 !important;
  background-color: #ffeeee !important;
}
.form-input:not(button).zip1 {
  width: 10%;
}
@media screen and (max-width:767px) {
  .form-input:not(button).zip1 {
    width: 20%;
  }
}
.form-input:not(button).zip2 {
  width: 15%;
}
@media screen and (max-width:767px) {
  .form-input:not(button).zip2 {
    width: 30%;
  }
}
.form-input:not(button).ptit {
  width: 25%;
}
@media screen and (max-width:767px) {
  .form-input:not(button).ptit {
    width: 40%;
  }
}
.form-input:not(button).small {
  width: 40%;
}
.form-input:not(button).middle {
  width: 50%;
}
.form-input:not(button).long {
  width: 95%;
}
.form-input:not(button).ta {
  width: 95%;
  height: 100px;
}
@media screen and (max-width:767px) {
  .form-input:not(button).ta {
    width: 100%;
  }
}
.form-input:not(button).large {
  height: 200px;
}
.form-input:not(button).hasDatepicker {
  margin-right: 5px;
}

input[type=radio], input[type=checkbox] {
  width: auto !important;
  margin: 0 5px 0 0 !important;
  vertical-align: baseline;
}

select {
  padding-right: 15px;
}
@media screen and (max-width:767px) {
  select.except-xs {
    width: auto;
  }
}

label {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  font-weight: normal;
  cursor: pointer;
}
label.except-xs {
  display: inline;
}

@media screen and (min-width:768px) {
  .lbl > label,
  select {
    display: inline;
    width: auto !important;
  }
}

.rows {
  margin-top: 7px;
}

.inner-label {
  color: #fff;
  text-align: center;
  line-height: 1em;
  vertical-align: middle;
  padding: 10px 0;
  margin-bottom: 7px;
  background-color: #918b8a;
}
@media screen and (min-width:768px) {
  .inner-label {
    display: inline-block;
    width: 120px;
    line-height: 34px;
    padding: 0;
    margin-right: 7px;
    margin-bottom: 0;
  }
}

.zip-btn {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  padding: 8px 15px 9px;
  background-color: #918b8a;
  border-radius: 4px;
  border: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.zip-btn:hover {
  opacity: 0.5;
}

.alert ul {
  min-height: 35px;
  padding-top: 10px;
  padding-left: 20px;
  list-style: disc;
}
.alert ul li {
  color: #da5959;
  padding: 4px 0;
}

.warning {
  color: #ff0000;
  padding: 15px;
  background-color: #ffeeee;
  border: solid 1px #ff0000;
}

.success {
  color: #918b8a;
  padding-bottom: 30px;
  border-bottom: dotted 2px rgba(35, 24, 21, 0.15);
  margin-bottom: 30px;
}

#ui-datepicker-div {
  font-size: 0.875em;
}

.ui-datepicker th {
  padding: 0 !important;
}
.ui-datepicker-trigger {
  line-height: 1em;
  border: solid 1px #bbb;
  border-radius: 2px;
  vertical-align: middle;
}

.ui-state-default {
  color: #666 !important;
}
.sunday .ui-state-default, .holiday .ui-state-default {
  color: #da5959 !important;
}
.saturday .ui-state-default {
  color: #0071a8 !important;
}

#input-edit {
  /*
  color: #231815;
  font-weight: normal;
  background-color: #c4b3a6;
  */
}
#input-edit:before {
  left: auto;
  right: 0;
}
#input-edit:after {
  left: 7px;
  right: auto;
  content: "\f341";
}

@media screen and (max-width:767px) {
  *:not(.except-xs) > input[type=text],
  *:not(.except-xs) > input[type=password],
  *:not(.except-xs) > input[type=file],
  *:not(.except-xs) > input[type=tel],
  *:not(.except-xs) > input[type=email],
  *:not(.except-xs) > textarea,
  *:not(.except-xs) > select {
    width: 100%;
    line-height: normal;
  }
  .except-xs > .form-input:not(button):not(.zip1):not(.zip2):not(.ptit):not(.except-xs) {
    width: 60%;
  }
}
.grecaptcha-badge {
  z-index: 999;
}

#new-step-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:992px) {
  #new-step-bar {
    width: 770px;
  }
}
#new-step-bar > * {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 33.3333333%;
  color: #231815;
  line-height: 1em;
  text-align: center;
  padding-top: 20px;
}
@media screen and (min-width:768px) {
  #new-step-bar > * {
    padding-top: 30px;
  }
  #new-step-bar > * > br {
    display: none !important;
  }
}
@media screen and (min-width:992px) {
  #new-step-bar > * {
    padding-top: 35px;
  }
}
@media screen and (min-width:1470px) {
  #new-step-bar > * {
    padding-top: 45px;
  }
}
@media screen and (max-width:767px) {
  #new-step-bar > * {
    font-size: 0.65em;
    line-height: 1.5em;
  }
}
#new-step-bar > *:before, #new-step-bar > *:after {
  position: absolute;
  top: 0;
  display: block;
  width: 50%;
  height: 2px;
  background-color: #231815;
  content: "";
}
#new-step-bar > *:before {
  left: 0;
}
#new-step-bar > *:after {
  right: 0;
}
#new-step-bar > * > .num {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 1.3125em;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #231815;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width:768px) {
  #new-step-bar > * > .num {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
#new-step-bar > *:nth-child(1) > .num:before {
  content: "1";
}
#new-step-bar > *:nth-child(2) > .num:before {
  content: "2";
}
#new-step-bar > *:nth-child(3) > .num:before {
  content: "3";
}
#new-step-bar > *:nth-child(4) > .num:before {
  content: "4";
}
#new-step-bar > *:first-child:before {
  display: none;
}
#new-step-bar > *:last-child:after {
  display: none;
}
#new-step-bar.step-1 > *:before, #new-step-bar.step-1 > *:after {
  background-color: #c8c5c4;
}
#new-step-bar.step-1 > *:not(:nth-child(1)) {
  color: #c8c5c4;
}
#new-step-bar.step-1 > *:not(:nth-child(1)) > .num {
  background-color: #c8c5c4;
}
#new-step-bar.step-2 > *:nth-child(2):after {
  background-color: #c8c5c4;
}
#new-step-bar.step-2 > *:not(:nth-child(1)):not(:nth-child(2)) {
  color: #c8c5c4;
}
#new-step-bar.step-2 > *:not(:nth-child(1)):not(:nth-child(2)):before, #new-step-bar.step-2 > *:not(:nth-child(1)):not(:nth-child(2)):after {
  background-color: #c8c5c4;
}
#new-step-bar.step-2 > *:not(:nth-child(1)):not(:nth-child(2)) > .num {
  background-color: #c8c5c4;
}
#new-step-bar.step-3 > *:nth-child(3):after {
  background-color: #c8c5c4;
}
#new-step-bar.step-3 > *:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  color: #c8c5c4;
}
#new-step-bar.step-3 > *:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):before, #new-step-bar.step-3 > *:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):after {
  background-color: #c8c5c4;
}
#new-step-bar.step-3 > *:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) > .num {
  background-color: #c8c5c4;
}
#new-step-bar.step-4 > *:nth-child(4):after {
  background-color: #c8c5c4;
}
#new-step-bar.step-4 > *:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
  color: #c8c5c4;
}
#new-step-bar.step-4 > *:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):before, #new-step-bar.step-4 > *:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):after {
  background-color: #c8c5c4;
}
#new-step-bar.step-4 > *:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) > .num {
  background-color: #c8c5c4;
}

#block-privacy_policy > p {
  margin-bottom: 0;
}
#block-privacy_policy > h3 {
  font-size: 1.125em;
  font-weight: bold;
  padding-bottom: 7px;
  border-bottom: solid 1px #c8c5c4;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  #block-privacy_policy > h3 {
    font-size: 1.3125em;
  }
}
#block-privacy_policy > ul {
  padding-left: 25px;
  list-style: disc;
}
#block-privacy_policy > * + * {
  margin-top: 15px;
}
#block-privacy_policy > * + h3 {
  margin-top: 60px;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.noto {
  font-weight: 400 !important;
  font-family: "Noto Sans JP", sans-serif;
}
.noto-l {
  font-weight: 300 !important;
  font-family: "Noto Sans JP", sans-serif;
}
.noto-b {
  font-weight: 500 !important;
  font-family: "Noto Sans JP", sans-serif;
}

.inter {
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
}
.inter-l {
  font-family: "Inter", sans-serif;
  font-weight: 300 !important;
}
.inter-m {
  font-family: "Inter", sans-serif;
  font-weight: 500 !important;
}

.navbar {
  overflow: hidden;
  overflow-y: scroll;
  width: auto;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 990;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.navbar-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 0 0;
  margin-top: -50px;
  z-index: 1000;
}
.navbar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:767px) {
  .navbar-wrap {
    display: block;
  }
}
.navbar-wrap:after {
  display: block;
  clear: both;
  content: "";
}
.navbar::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width:767px) {
  .navbar {
    width: 75%;
  }
}
.navbar:after {
  display: block;
  clear: both;
  content: "";
}
.navbar > ul {
  position: relative;
  display: block !important;
  width: 100%;
  list-style: none;
  padding: 30px;
  margin: 0;
}
.navbar > ul > li {
  position: relative;
  display: block;
  padding: 0;
  border-bottom: none;
}
.navbar > ul > li > a {
  position: relative;
  display: block;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 1em !important;
  padding: 15px 15px 15px 20px;
}
.navbar > ul > li > a:hover::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  font-size: 0.875em;
  font-family: dashicons;
  content: "\f345";
}
.navbar > ul > li + li {
  border-bottom: none;
}

@media screen and (min-width:768px) {
  .navbar-hm-xs .navbar {
    position: relative;
    top: auto;
    left: auto;
    overflow: visible;
    width: auto;
    height: auto !important;
    background-color: transparent;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width:767px) {
  .navbar-hm-xs .navbar-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.navbar-hm-sm .navbar-wrap {
  width: 100%;
  padding-right: 0;
}
.navbar-hm-md .navbar-wrap {
  width: 100%;
  padding-right: 0;
}

.navbar {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(34, 53, 88, 0.95);
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.navbar.opened {
  -webkit-transform: none !important;
          transform: none !important;
}
.navbar-header .contact-button > a > span {
  width: 30px;
}
.navbar-header .contact-button > a > span > svg > path {
  fill: #42413c;
}
@media screen and (min-width: 768px) {
  .navbar-header .contact-button > a {
    color: #42413c;
    text-decoration: none !important;
    padding-left: 30px;
  }
  .navbar-header .contact-button > a > span {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25px;
  }
}
@media screen and (min-width: 992px) {
  .navbar-header .contact-button > a {
    padding-left: 25px;
  }
  .navbar-header .contact-button > a > span {
    width: 20px;
  }
}
@media screen and (max-width: 992px) {
  .navbar-header .contact-button {
    margin-right: 7px;
  }
}
@media screen and (max-width: 768px) {
  .navbar-header .contact-button > a {
    overflow: hidden;
    width: 30px;
    height: 30px;
    font-size: 10px;
    text-align: left;
    text-indent: -9999px;
  }
}
.navbar-logo {
  width: 240px;
  border: solid 7px transparent;
}
@media screen and (min-width: 768px) {
  .navbar-logo {
    width: 280px;
    border-width: 20px;
  }
}
@media screen and (min-width: 992px) {
  .navbar-logo {
    width: 280px;
    border-width: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .navbar-logo > .remove {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .navbar-logo:hover > .remove, .navbar-logo:focus > .remove {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1470px) {
  .navbar-logo {
    width: 330px;
    border-width: 15px;
  }
}
.navbar-logo-wrap {
  margin-left: -10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.navbar .btn {
  width: 100%;
  padding: 60px 15px 10px;
}
@media screen and (max-width: 768px) {
  .navbar .btn {
    padding: 60px 20px 10px;
  }
}
.navbar .btn a {
  padding: 10px;
  border-radius: 8px;
}

#menu-row ul li {
  position: relative;
}

footer {
  position: relative;
  z-index: 100;
}
footer .container {
  margin: 0 auto;
}
footer .logo {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  footer #footer-sitemap {
    display: block;
  }
}
footer #footer-sitemap .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer #footer-sitemap > ul {
  margin-right: auto;
  margin-left: auto;
}
footer #footer-sitemap > ul > li {
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #fff;
  line-height: 1;
}
footer #footer-sitemap > ul > li > a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  footer #footer-sitemap > ul > li:first-child {
    border-left: none;
  }
}
@media screen and (min-width: 768px) {
  footer #footer-sitemap > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 992px) {
  footer #footer-sitemap > ul {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  footer #footer-sitemap > ul > li {
    width: 50%;
    padding-left: 10px;
    padding-right: 5px;
    margin-bottom: 20px;
  }
}
footer #copyright {
  color: #b9b9b6;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
}

/******************************************************************************************************
 * ヘッダ
 *****************************************************************************************************/
.logo.remove {
  padding-top: 13.0597014%;
  background-image: url(../img/kurashikinu_logo.png);
  background-size: contain;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .logo.remove {
    padding-top: 20%;
    width: 160px;
  }
}

@media screen and (max-width:767px) {
  .header.change-color {
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .scroll_top {
    margin-top: -60px;
    padding-top: 60px;
  }
}
/******************************************************************************************************
 * ハンバーガーメニュー
 *****************************************************************************************************/
.menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 90;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 1px;
  width: 25px;
  background-color: #808080;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 350px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; /*アニメーション設定*/
  padding: 30px;
}
.menu-content .contact {
  border-bottom: 1px solid #42413c;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.menu-content .menu_tel:hover .tel:before {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 19px;
  height: 20px;
  background: url(../img/icn_tel_b.svg) transparent center no-repeat;
  background-size: cover;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-content .menu_mail {
  border-bottom: 1px solid #42413c;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .menu-content {
    width: 100%;
  }
}
.menu-content .tel {
  position: relative;
  padding-left: 30px;
}
.menu-content .tel:before {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 19px;
  height: 20px;
  background: url(../img/icn_tel.svg) transparent center no-repeat;
  background-size: cover;
  content: "";
}
.menu-content .tel:hover:before {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 19px;
  height: 20px;
  background: url(../img/icn_tel_b.svg) transparent center no-repeat;
  background-size: cover;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-content ul {
  padding-top: 60px;
}

.menu-content ul li {
  border-bottom: dotted 1px #808080;
  list-style: none;
}
.menu-content ul li:last-child {
  border-bottom: none;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a:not(:hover):not(:focus) {
  color: #42413c;
}
.menu-content ul li a:hover {
  color: #699fc4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

#menu-btn-check:checked ~ .menu-content {
  right: 0;
  -webkit-transform: translateX(-350px);
          transform: translateX(-350px); /*メニューを画面内へ*/
}
@media screen and (max-width: 768px) {
  #menu-btn-check:checked ~ .menu-content {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.menu-content a {
  text-decoration: none !important;
}

/******************************************************************************************************
 *ボタン
 *****************************************************************************************************/
.btn {
  position: relative;
  background-color: #b14833;
  color: #fff;
  width: 380px;
  padding: 25px 20px 25px 60px;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border-radius: 8px;
}
.btn:before {
  position: absolute;
  overflow: hidden;
  left: -10px;
  top: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 52px;
  height: 52px;
  background: url(../img/cart_circle.svg) transparent center no-repeat;
  background-size: cover;
  content: "";
}
.btn:after {
  position: absolute;
  overflow: hidden;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 7px;
  height: 12px;
  background: url(../img/icn_arrow.svg) transparent center no-repeat;
  background-size: cover;
  content: "";
}
@media screen and (max-width:767px) {
  .btn {
    width: 80%;
  }
}

a:hover > .btn, a:hover > .btn-menu {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none !important;
}

.btn-menu {
  position: relative;
  background-color: #b14833;
  color: #fff;
  width: 100%;
  padding: 12px 20px 12px 60px;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border-radius: 8px;
}
.btn-menu:before {
  position: absolute;
  overflow: hidden;
  left: 25px;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 23px;
  height: 20px;
  background: url(../img/icn_cart.svg) transparent center no-repeat;
  background-size: cover;
  content: "";
}
.btn-menu:after {
  position: absolute;
  overflow: hidden;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 7px;
  height: 12px;
  background: url(../img/icn_arrow.svg) transparent center no-repeat;
  background-size: cover;
  content: "";
}

@media screen and (max-width:767px) {
  a.inline-block {
    display: block !important;
  }
}
a:hover {
  text-decoration: none;
}

.btn-ln {
  position: relative;
  background-color: #FFF;
  color: #42413c;
  width: 450px;
  padding: 30px 20px 30px 100px;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid #42413c;
  border-radius: 8px;
}
.btn-ln:before {
  position: absolute;
  overflow: hidden;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 44px;
  height: 34px;
  background: url(../img/mark.svg) transparent center no-repeat;
  background-size: cover;
  content: "";
}
.btn-ln:after {
  position: absolute;
  overflow: hidden;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 7px;
  height: 12px;
  background: url(../img/icn_arrow_b.svg) transparent center no-repeat;
  background-size: cover;
  content: "";
}
@media screen and (max-width:767px) {
  .btn-ln {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px 30px 70px;
  }
  .btn-ln:before {
    left: 20px;
  }
}

a:hover > .btn-ln {
  background-color: #e5e1dc;
  border: 1px solid #afaa97;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-online {
  position: relative;
  background-color: #FFF;
  color: #42413c;
  width: 218px;
  padding: 20px 80px 20px 20px;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid #bbbbba;
  border-radius: 8px;
  margin-top: 30px;
}
.btn-online img {
  width: 70% !important;
}
.btn-online:after {
  position: absolute;
  overflow: hidden;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 7px;
  height: 12px;
  background: url(../img/icn_arrow_b.svg) transparent center no-repeat;
  background-size: cover;
  opacity: 0.4;
  content: "";
}
@media screen and (max-width:767px) {
  .btn-online {
    width: 38vw;
    padding: 15px 30px 15px 15px;
  }
}

a:hover > .btn-online {
  text-decoration: none !important;
}
a:hover > .btn-online img {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-ln-menu {
  position: relative;
  background-color: #FFF;
  color: #42413c;
  width: 100%;
  padding: 12px 20px 12px 60px;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid #42413c;
  border-radius: 8px;
}
.btn-ln-menu:before {
  position: absolute;
  overflow: hidden;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 26px;
  height: 20px;
  background: url(../img/mark.svg) transparent center no-repeat;
  background-size: cover;
  content: "";
}
.btn-ln-menu:after {
  position: absolute;
  overflow: hidden;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 7px;
  height: 12px;
  background: url(../img/icn_arrow_b.svg) transparent center no-repeat;
  background-size: cover;
  content: "";
}

a:hover > .btn-ln-menu {
  background-color: #e5e1dc;
  border: 1px solid #afaa97;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/******************************************************************************************************
 * フッタ
 *****************************************************************************************************/
footer {
  border-top: 1px solid #cccccb;
}
footer .navbar-logo {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  footer .navbar-logo {
    width: 240px;
  }
}
footer .list-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  list-style: none;
  padding: 0;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  footer .list-sns {
    width: 100%;
  }
}
footer .list-sns .list-child {
  width: calc(28px + 8%);
  padding: 0 4%;
}
footer .list-sns .list-child .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .list-sns .list-child .link .-e-opacity {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
footer .footer-menu {
  background-color: #f4f4f3;
}
footer .footer-menu .ttl {
  font-weight: bold;
  margin-bottom: 20px;
}
footer .footer-menu ul {
  color: #5f5e5a;
}
footer .footer-menu ul li {
  margin-bottom: 10px;
}
footer .footer-menu ul li a:not(:hover):not(:focus) {
  color: #5f5e5a;
}
footer .footer-menu a {
  text-decoration: none;
}
footer .footer-menu a:hover {
  color: #5f5e5a;
  opacity: 0.6;
  text-decoration: underline;
}

.gray {
  color: #c4c4bf;
}

.accordion {
  /*ベース*/
  background-color: #e6e6e4;
  color: #5f5e5a;
}
.accordion .toggle {
  display: none;
}
.accordion .Label { /*タイトル*/
  padding: 1em;
  display: block;
  background: #f4f4f3;
  border-top: 1px solid #cdcdcb;
}
.accordion .Label::before { /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #5f5e5a;
  border-right: 2px solid #5f5e5a;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.accordion .Label,
.accordion .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion .content { /*本文*/
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  border-bottom: 1px solid #cdcdcb;
}
.accordion .toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion .toggle:checked + .Label::before {
  -webkit-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
}
.accordion .ttl {
  background-color: #e6e6e4;
  padding: 5px 1em;
}
.accordion li {
  margin-bottom: 6px;
}
.accordion a {
  text-decoration: none;
}
.accordion a:hover {
  color: #5f5e5a;
  opacity: 0.6;
  text-decoration: underline;
}

/******************************************************************************************************
 * 
 *****************************************************************************************************/
@media screen and (min-width:1460px) {
  .wrapper {
    width: 1360px;
    margin-left: auto;
    margin-right: auto;
  }
}

.container img:not(.ttl) {
  width: 100%;
}
@media screen and (max-width:767px) {
  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

#firstview-block {
  background: url(../img/wave_01-min.png) bottom no-repeat;
  background-size: contain;
}

#block-1st {
  background: url(../img/wave_02-min.png) top no-repeat;
  background-size: contain;
  min-height: 60vw;
}

#block-3rd .flex {
  width: 540px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:767px) {
  #block-3rd .flex {
    width: 85%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#block-3rd a:hover, #block-3rd a:focus {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#block-3rd .harapan_menu {
  width: 175px;
  border-radius: 5px;
  text-align: center;
  padding: 10px 10px 20px;
  position: relative;
}
#block-3rd .harapan_menu.breeze {
  background-color: #b3dacd;
}
#block-3rd .harapan_menu.summer {
  background-color: #b4c8d4;
}
#block-3rd .harapan_menu.silk {
  background-color: #cfc8b9;
}
#block-3rd .harapan_menu:after {
  position: absolute;
  overflow: hidden;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 7px;
  height: 12px;
  background: url(../img/icn_arrow_b.svg) transparent center no-repeat;
  background-size: cover;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  content: "";
}
@media screen and (max-width:767px) {
  #block-3rd .harapan_menu {
    width: 38vw;
  }
}
#block-3rd a:hover > .harapan_menu {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#block-breeze ul li, #block-4th ul li, #block-5th ul li {
  margin-bottom: 30px;
  padding: 40px 60px;
}
#block-breeze ul li:last-child, #block-4th ul li:last-child, #block-5th ul li:last-child {
  margin-bottom: 0;
}
#block-breeze ul li span, #block-4th ul li span, #block-5th ul li span {
  color: #93928f;
  margin-top: 15px;
}
#block-breeze ul li.voice01, #block-4th ul li.voice01, #block-5th ul li.voice01 {
  border: 3px solid #d6e3e3;
}
#block-breeze ul li.voice02, #block-4th ul li.voice02, #block-5th ul li.voice02 {
  border: 3px solid #e2d5de;
}
#block-breeze ul li.voice03, #block-4th ul li.voice03, #block-5th ul li.voice03 {
  border: 3px solid #e2ddcb;
}
#block-breeze ul li.voice04, #block-4th ul li.voice04, #block-5th ul li.voice04 {
  border: 3px solid #d6e3d7;
}
@media screen and (max-width:767px) {
  #block-breeze ul, #block-4th ul, #block-5th ul {
    padding-left: 15px;
    padding-right: 15px;
  }
  #block-breeze ul li, #block-4th ul li, #block-5th ul li {
    padding: 30px;
  }
}

#block-6th .flex {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:767px) {
  #block-6th .flex {
    width: 80%;
  }
}

@media screen and (max-width:767px) {
  #lineup .mt--50 {
    margin-top: -50px;
  }
}/*# sourceMappingURL=style-custom.css.map */