@charset "UTF-8";
/* Font Size ----- */
/* Font Size ----- */
/******************************************************************************************************
 * General
 *****************************************************************************************************/
/* original_common */
.mask {
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

/* Windows */
@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;
  box-sizing: border-box;
}

:before,
:after {
  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%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 100%;
  font-weight: 500;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  color: #5E5E5E;
  word-wrap: break-word;
  padding: 0;
  margin: 0;
  color: #5E5E5E;
  /* IE8〜11はメイリオ */
}
@media screen\0  {
  body {
    font-family: "Segoe UI", Meiryo, sans-serif;
  }
}

body p,
body span,
body dl,
h1,
h2,
h3,
h4,
h5,
h6 {
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg);
  font-weight: 500;
}

a {
  color: #5E5E5E;
  text-decoration: none;
  transition: all 0.4s;
}
a.opacity:hover {
  opacity: 0.6;
}

html {
  scroll-behavior: smooth;
}

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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
  /*
  @include mq(768){
  	line-height: 1.7em;
  }
  */
}

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

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

button,
input,
optgroup,
select,
textarea {
  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] {
  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] {
  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;
  }
}

ol,
ul {
  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: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (min-width:768px) {
  .container {
    width: 730px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width:992px) {
  .container {
    width: 900px;
  }
}
@media screen and (min-width:1200px) {
  .container {
    width: 1040px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@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;
}

[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_]) {
  display: flex;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_middle] {
  align-items: center;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_top] {
  align-items: flex-start;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_bottom] {
  align-items: flex-end;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_center] {
  justify-content: center;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_left] {
  justify-content: start;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_right] {
  justify-content: end;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_space-around] {
  justify-content: space-around;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_space-between] {
  justify-content: space-between;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_r2l] {
  flex-direction: row-reverse;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_t2b] {
  flex-direction: column;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_b2t] {
  flex-direction: column-reverse;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_wrap] {
  flex-wrap: wrap;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_grow-1] {
  flex-grow: 1;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_grow-2] {
  flex-grow: 2;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_])[class*=_grow-3] {
  flex-grow: 3;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_]) > ._grow-1 {
  flex-grow: 1;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_]) > ._grow-2 {
  flex-grow: 2;
}
[class*=flex]:not([class*=_xs_]):not([class*=_sm_]):not([class*=_md_]):not([class*=_lg_]):not([class*=_xlg_]) > ._grow-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: 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] {
    align-items: center;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_top] {
    align-items: flex-start;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_bottom] {
    align-items: flex-end;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_center] {
    justify-content: center;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_left] {
    justify-content: start;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_right] {
    justify-content: end;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_space-around] {
    justify-content: space-around;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_space-between] {
    justify-content: space-between;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_r2l] {
    flex-direction: row-reverse;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_t2b] {
    flex-direction: column;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_b2t] {
    flex-direction: column-reverse;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_wrap] {
    flex-wrap: wrap;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_grow-1] {
    flex-grow: 1;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_grow-2] {
    flex-grow: 2;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_])[class*=_grow-3] {
    flex-grow: 3;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_]) > ._grow-1 {
    flex-grow: 1;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_]) > ._grow-2 {
    flex-grow: 2;
  }
  [class*=flex][class*=_sm_]:not([class*=_0_]) > ._grow-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: 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] {
    align-items: center;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_top] {
    align-items: flex-start;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_bottom] {
    align-items: flex-end;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_center] {
    justify-content: center;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_left] {
    justify-content: start;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_right] {
    justify-content: end;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_space-around] {
    justify-content: space-around;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_space-between] {
    justify-content: space-between;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_r2l] {
    flex-direction: row-reverse;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_t2b] {
    flex-direction: column;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_b2t] {
    flex-direction: column-reverse;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_wrap] {
    flex-wrap: wrap;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_grow-1] {
    flex-grow: 1;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_grow-2] {
    flex-grow: 2;
  }
  [class*=flex][class*=_sm_][class*=_0_][class*=_grow-3] {
    flex-grow: 3;
  }
  [class*=flex][class*=_sm_][class*=_0_] > ._grow-1 {
    flex-grow: 1;
  }
  [class*=flex][class*=_sm_][class*=_0_] > ._grow-2 {
    flex-grow: 2;
  }
  [class*=flex][class*=_sm_][class*=_0_] > ._grow-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: 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] {
    align-items: center;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_top] {
    align-items: flex-start;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_bottom] {
    align-items: flex-end;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_center] {
    justify-content: center;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_left] {
    justify-content: start;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_right] {
    justify-content: end;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_space-around] {
    justify-content: space-around;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_space-between] {
    justify-content: space-between;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_r2l] {
    flex-direction: row-reverse;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_t2b] {
    flex-direction: column;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_b2t] {
    flex-direction: column-reverse;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_wrap] {
    flex-wrap: wrap;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_grow-1] {
    flex-grow: 1;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_grow-2] {
    flex-grow: 2;
  }
  [class*=flex][class*=_md_]:not([class*=_0_])[class*=_grow-3] {
    flex-grow: 3;
  }
  [class*=flex][class*=_md_]:not([class*=_0_]) > ._grow-1 {
    flex-grow: 1;
  }
  [class*=flex][class*=_md_]:not([class*=_0_]) > ._grow-2 {
    flex-grow: 2;
  }
  [class*=flex][class*=_md_]:not([class*=_0_]) > ._grow-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: 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] {
    align-items: center;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_top] {
    align-items: flex-start;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_bottom] {
    align-items: flex-end;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_center] {
    justify-content: center;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_left] {
    justify-content: start;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_right] {
    justify-content: end;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_space-around] {
    justify-content: space-around;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_space-between] {
    justify-content: space-between;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_r2l] {
    flex-direction: row-reverse;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_t2b] {
    flex-direction: column;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_b2t] {
    flex-direction: column-reverse;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_wrap] {
    flex-wrap: wrap;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_grow-1] {
    flex-grow: 1;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_grow-2] {
    flex-grow: 2;
  }
  [class*=flex][class*=_md_][class*=_0_][class*=_grow-3] {
    flex-grow: 3;
  }
  [class*=flex][class*=_md_][class*=_0_] > ._grow-1 {
    flex-grow: 1;
  }
  [class*=flex][class*=_md_][class*=_0_] > ._grow-2 {
    flex-grow: 2;
  }
  [class*=flex][class*=_md_][class*=_0_] > ._grow-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: 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] {
    align-items: center;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_top] {
    align-items: flex-start;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_bottom] {
    align-items: flex-end;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_center] {
    justify-content: center;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_left] {
    justify-content: start;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_right] {
    justify-content: end;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_space-around] {
    justify-content: space-around;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_space-between] {
    justify-content: space-between;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_r2l] {
    flex-direction: row-reverse;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_t2b] {
    flex-direction: column;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_b2t] {
    flex-direction: column-reverse;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_wrap] {
    flex-wrap: wrap;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_grow-1] {
    flex-grow: 1;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_grow-2] {
    flex-grow: 2;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_])[class*=_grow-3] {
    flex-grow: 3;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_]) > ._grow-1 {
    flex-grow: 1;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_]) > ._grow-2 {
    flex-grow: 2;
  }
  [class*=flex][class*=_lg_]:not([class*=_0_]) > ._grow-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: 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] {
    align-items: center;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_top] {
    align-items: flex-start;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_bottom] {
    align-items: flex-end;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_center] {
    justify-content: center;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_left] {
    justify-content: start;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_right] {
    justify-content: end;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_space-around] {
    justify-content: space-around;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_space-between] {
    justify-content: space-between;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_r2l] {
    flex-direction: row-reverse;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_t2b] {
    flex-direction: column;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_b2t] {
    flex-direction: column-reverse;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_wrap] {
    flex-wrap: wrap;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_grow-1] {
    flex-grow: 1;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_grow-2] {
    flex-grow: 2;
  }
  [class*=flex][class*=_lg_][class*=_0_][class*=_grow-3] {
    flex-grow: 3;
  }
  [class*=flex][class*=_lg_][class*=_0_] > ._grow-1 {
    flex-grow: 1;
  }
  [class*=flex][class*=_lg_][class*=_0_] > ._grow-2 {
    flex-grow: 2;
  }
  [class*=flex][class*=_lg_][class*=_0_] > ._grow-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: flex;
  }
  [class*=flex][class*=_xlg_]:before, [class*=flex][class*=_xlg_]:after {
    display: none !important;
  }
  [class*=flex][class*=_xlg_][class*=_middle] {
    align-items: center;
  }
  [class*=flex][class*=_xlg_][class*=_top] {
    align-items: flex-start;
  }
  [class*=flex][class*=_xlg_][class*=_bottom] {
    align-items: flex-end;
  }
  [class*=flex][class*=_xlg_][class*=_center] {
    justify-content: center;
  }
  [class*=flex][class*=_xlg_][class*=_left] {
    justify-content: start;
  }
  [class*=flex][class*=_xlg_][class*=_right] {
    justify-content: end;
  }
  [class*=flex][class*=_xlg_][class*=_space-around] {
    justify-content: space-around;
  }
  [class*=flex][class*=_xlg_][class*=_space-between] {
    justify-content: space-between;
  }
  [class*=flex][class*=_xlg_][class*=_r2l] {
    flex-direction: row-reverse;
  }
  [class*=flex][class*=_xlg_][class*=_t2b] {
    flex-direction: column;
  }
  [class*=flex][class*=_xlg_][class*=_b2t] {
    flex-direction: column-reverse;
  }
  [class*=flex][class*=_xlg_][class*=_wrap] {
    flex-wrap: wrap;
  }
  [class*=flex][class*=_xlg_][class*=_grow-1] {
    flex-grow: 1;
  }
  [class*=flex][class*=_xlg_][class*=_grow-2] {
    flex-grow: 2;
  }
  [class*=flex][class*=_xlg_][class*=_grow-3] {
    flex-grow: 3;
  }
  [class*=flex][class*=_xlg_] > ._grow-1 {
    flex-grow: 1;
  }
  [class*=flex][class*=_xlg_] > ._grow-2 {
    flex-grow: 2;
  }
  [class*=flex][class*=_xlg_] > ._grow-3 {
    flex-grow: 3;
  }
  [class*=flex][class*=_xlg_] > [class*=col-] {
    float: none;
  }
}
@media screen and (max-width:767px) {
  [class*=flex][class*=_xs_] {
    display: flex;
  }
  [class*=flex][class*=_xs_]:before, [class*=flex][class*=_xs_]:after {
    display: none !important;
  }
  [class*=flex][class*=_xs_][class*=_middle] {
    align-items: center;
  }
  [class*=flex][class*=_xs_][class*=_top] {
    align-items: flex-start;
  }
  [class*=flex][class*=_xs_][class*=_bottom] {
    align-items: flex-end;
  }
  [class*=flex][class*=_xs_][class*=_center] {
    justify-content: center;
  }
  [class*=flex][class*=_xs_][class*=_left] {
    justify-content: start;
  }
  [class*=flex][class*=_xs_][class*=_right] {
    justify-content: end;
  }
  [class*=flex][class*=_xs_][class*=_space-around] {
    justify-content: space-around;
  }
  [class*=flex][class*=_xs_][class*=_space-between] {
    justify-content: space-between;
  }
  [class*=flex][class*=_xs_][class*=_r2l] {
    flex-direction: row-reverse;
  }
  [class*=flex][class*=_xs_][class*=_t2b] {
    flex-direction: column;
  }
  [class*=flex][class*=_xs_][class*=_b2t] {
    flex-direction: column-reverse;
  }
  [class*=flex][class*=_xs_][class*=_wrap] {
    flex-wrap: wrap;
  }
  [class*=flex][class*=_xs_][class*=_grow-1] {
    flex-grow: 1;
  }
  [class*=flex][class*=_xs_][class*=_grow-2] {
    flex-grow: 2;
  }
  [class*=flex][class*=_xs_][class*=_grow-3] {
    flex-grow: 3;
  }
  [class*=flex][class*=_xs_] > ._grow-1 {
    flex-grow: 1;
  }
  [class*=flex][class*=_xs_] > ._grow-2 {
    flex-grow: 2;
  }
  [class*=flex][class*=_xs_] > ._grow-3 {
    flex-grow: 3;
  }
  [class*=flex][class*=_xs_] > [class*=col-] {
    float: none;
  }
}

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

/* Text Bring ----- */
.xtAc {
  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;
  }
}

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

.black {
  color: #333 !important;
}

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

/* Font Style ----- */
/* 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) {
  transition: 0.3s;
}
@media screen and (min-width:992px) {
  .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;
}
.absolute.full-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@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;
  }
}

.space {
  padding-top: 30px;
}
.space-half {
  padding-top: 15px;
}
.space-ptit {
  padding-top: 7px;
}
.space-min {
  padding-top: 5px;
}
@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;
  }
  .space-min {
    padding-top: 10px;
  }
}

.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;
  }
}

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

.pagination {
  display: flex;
  justify-content: center;
}
.pagination > * {
  background-color: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
}
.pagination a:hover {
  background-color: #B1BE8E;
  color: #fff;
}
.pagination .current {
  background-color: #B1BE8E;
  color: #fff;
}

.form-input:not(button) {
  width: 60%;
  font-size: 16px;
  padding: 7px;
  height: 45px;
  border-radius: 2px;
  vertical-align: middle;
  background-color: #fff;
}
@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]):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: 100%;
}
.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;
  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;
  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;
    background-color: #fff;
  }
  .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: 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: flex;
  justify-content: center;
  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;
  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 {
  /*==================================================
   ** header
   ==================================================*/
  /*==================================================
  ** footer
  ==================================================*/
  /*==================================================
  ** TOP
  ==================================================*/
}
body.opened {
  overflow: hidden;
}
body .accent {
  color: #B1BE8E;
}
body .bg-accent {
  background-color: #B1BE8E;
}
body .bg-accent2 {
  background-color: #D76E8E;
}
body .bg {
  background-color: #F9F8F7;
}
body .bg-txt {
  background-color: #5E5E5E;
}
body .bg-white {
  background-color: #fff;
}
body .ma-auto {
  margin: 0 auto;
}
body .btn {
  width: 230px;
  height: 55px;
  border-radius: 30px;
  padding: 0 25px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  body .btn {
    width: 200px;
    height: 50px;
    padding: 0px 20px;
    font-size: 15px;
  }
}
body .btn::before {
  content: "";
  background-color: #F9F8F7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  opacity: 0.3;
  transition: all 0.4s;
}
body .btn:hover::before {
  transform: translateX(0);
}
body .btn .txt, body .btn:after {
  position: relative;
  z-index: 1;
}
body .btn:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}
@media screen and (max-width:767px) {
  body .btn:after {
    width: 6px;
    height: 6px;
  }
}
body .midashi::before {
  content: "";
  -webkit-mask-image: url(../img/top/mugi.svg);
          mask-image: url(../img/top/mugi.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 60px;
  height: 20px;
  background-color: #5E5E5E;
  display: block;
  margin: 0 auto 13px;
}
@media screen and (max-width:1199px) {
  body .midashi::before {
    width: 55px;
    height: 17px;
    margin: 0 auto 10px;
  }
}
body #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  transition: all 0.4s;
}
body #header .inner {
  width: 100%;
  height: 100%;
  padding: 30px 30px 0 0;
}
@media screen and (max-width:767px) {
  body #header .inner {
    padding: 20px 20px 0 0;
  }
}
body #header .inner #menuBtn {
  position: relative;
  z-index: 1;
}
body #header .inner #menuBtn .spanBox {
  width: 38px;
  height: 42px;
  padding: 0;
}
@media screen and (max-width:767px) {
  body #header .inner #menuBtn .spanBox {
    width: 36px;
    height: 40px;
  }
}
body #header .inner #menuBtn .spanBox .bar {
  height: 2px;
  width: 100%;
  border-radius: 2px;
  left: 0;
  transition: all 0.4s;
}
body #header .inner #menuBtn .spanBox .bar:nth-child(1) {
  top: 0;
}
body #header .inner #menuBtn .spanBox .bar:nth-child(2) {
  top: 12px;
}
@media screen and (max-width:767px) {
  body #header .inner #menuBtn .spanBox .bar:nth-child(2) {
    top: 11px;
  }
}
body #header .inner #menuBtn .spanBox .txt {
  font-size: 12.5px;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: all 0.4s;
}
@media screen and (max-width:767px) {
  body #header .inner #menuBtn .spanBox .txt {
    font-size: 12px;
  }
}
body #header .inner #menuBtn.active .spanBox .bar {
  background-color: #5E5E5E;
}
body #header .inner #menuBtn.active .spanBox .txt {
  color: #5E5E5E !important;
}
body #header .inner #gnavSP {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 100%;
  max-width: 260px;
  height: 100vh;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  overflow: hidden;
  transition: all 0.4s;
}
@media screen and (max-width:767px) {
  body #header .inner #gnavSP {
    max-width: 240px;
  }
}
body #header .inner #gnavSP ul {
  padding: 80px 30px 60px;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:767px) {
  body #header .inner #gnavSP ul {
    padding: 65px 25px;
    font-size: 14px;
  }
}
body #header .inner #gnavSP ul:after {
  content: "";
  background: #F9F8F7;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width:767px) {
  body #header .inner #gnavSP ul:after {
    opacity: 0.85;
  }
}
body #header .inner #gnavSP ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  aspect-ratio: 1;
  transform: rotate(45deg);
  border-top: solid 1px #5E5E5E;
  border-right: solid 1px #5E5E5E;
}
body #header .inner #gnavSP ul li a {
  padding: 13px 0 13px 8px;
  font-size: 15px;
}
@media screen and (max-width:767px) {
  body #header .inner #gnavSP ul li a {
    padding: 10px 0 10px 8px;
  }
}
body #header .inner #gnavSP ul li a:hover {
  color: #B1BE8E;
}
body #header .inner #gnavSP ul li.bnr {
  margin-top: 15px;
}
body #header .inner #gnavSP ul li.bnr a {
  border-radius: 5px;
  padding: 15px;
  position: relative;
  font-size: 15px;
}
body #header .inner #gnavSP ul li.bnr a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}
body #header .inner #gnavSP ul li.bnr a + a {
  margin-top: 10px;
}
body.opened #header .inner #menuBtn .spanBox .bar {
  background-color: #5E5E5E;
}
body.opened #header .inner #menuBtn .spanBox .bar:nth-child(1) {
  transform: rotate(30deg);
  top: 8px;
}
body.opened #header .inner #menuBtn .spanBox .bar:nth-child(2) {
  transform: rotate(-30deg);
  top: 8px;
}
body.opened #header .inner #menuBtn .spanBox .txt {
  color: #5E5E5E !important;
}
body.opened #header .inner #gnavSP {
  transform: translateX(0%);
}
body footer::before {
  content: "";
  background: url(../img/common/noise.png);
  background-size: 100px;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body footer .inner {
  padding: 40px 0 30px;
}
@media screen and (max-width:767px) {
  body footer .inner {
    padding: 25px 0 20px;
  }
}
body footer .inner .icon {
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  aspect-ratio: 2.5;
}
@media screen and (max-width:767px) {
  body footer .inner .icon {
    width: 80px;
  }
}
body footer strong {
  padding: 0 0 5px;
}
body#top .fixed_button {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 1;
}
@media screen and (min-width:768px) and (max-width:991px) {
  body#top .fixed_button {
    bottom: 20px;
    left: 20px;
  }
}
@media screen and (max-width:767px) {
  body#top .fixed_button {
    bottom: 20px;
    left: 15px;
  }
}
body#top .fixed_button a + a {
  margin-top: 13px;
}
@media screen and (max-width:991px) {
  body#top .fixed_button a + a {
    margin-top: 10px;
  }
}
body#top .fixed_button a img {
  border-radius: 7px;
  width: 38px;
  height: 38px;
}
@media screen and (min-width:768px) and (max-width:991px) {
  body#top .fixed_button a img {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width:767px) {
  body#top .fixed_button a img {
    border-radius: 6px;
    width: 32px;
    height: 32px;
  }
}
body#top #main {
  /* MV */
}
body#top #main .MV {
  background: url(../img/top/mv.jpg) no-repeat center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
}
@media screen and (min-width:768px) and (max-width:991px) {
  body#top #main .MV {
    height: 500px;
  }
}
@media screen and (max-width:767px) {
  body#top #main .MV {
    background: url(../img/top/mv.jpg) no-repeat 55%;
    background-size: cover;
    height: 610px;
  }
}
body#top #main .MV .logo {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30vw;
}
@media screen and (min-width:768px) and (max-width:991px) {
  body#top #main .MV .logo {
    width: 35vw;
  }
}
@media screen and (max-width:767px) {
  body#top #main .MV .logo {
    width: 65vw;
  }
}
body#top #main #about {
  width: 100vw;
  overflow: hidden;
  /* &:after{
      content: "";
      background: url(../img/common/noise.png);
      background-size: 300px;
      opacity: .05;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
  } */
}
body#top #main #about .contentBox h3 {
  margin: 30px 0;
}
@media screen and (min-width:768px) and (max-width:1199px) {
  body#top #main #about .contentBox h3 {
    margin: 25px 0;
  }
}
@media screen and (max-width:767px) {
  body#top #main #about .contentBox h3 {
    margin: 20px 0;
  }
}
@media screen and (max-width:991px) {
  body#top #main #about .contentBox p {
    line-height: 2.3em !important;
  }
}
body#top #main #voice {
  /* position: relative;
  &::before{
      content: "";
      background: url(../img/common/noise.png);
      background-size: 100px;
      opacity: .05;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
  } */
}
body#top #main #voice .contentBox .voiceBox .slick-arrow {
  width: 12px;
  height: 12px;
  border-top: solid 1.5px #5E5E5E;
  border-right: solid 1.5px #5E5E5E;
  z-index: 1;
}
@media screen and (min-width:768px) and (max-width:991px) {
  body#top #main #voice .contentBox .voiceBox .slick-arrow {
    width: 11px;
    height: 11px;
  }
}
body#top #main #voice .contentBox .voiceBox .slick-arrow::before {
  display: none;
}
body#top #main #voice .contentBox .voiceBox .slick-arrow.slick-prev {
  left: 50%;
  transform: translateY(-50%) translateX(-185px) rotate(225deg);
}
@media screen and (min-width:768px) and (max-width:991px) {
  body#top #main #voice .contentBox .voiceBox .slick-arrow.slick-prev {
    transform: translateY(-50%) translateX(-165px) rotate(225deg);
  }
}
@media screen and (max-width:767px) {
  body#top #main #voice .contentBox .voiceBox .slick-arrow.slick-prev {
    transform: translateY(-50%) translateX(-158px) rotate(225deg);
  }
}
body#top #main #voice .contentBox .voiceBox .slick-arrow.slick-next {
  right: 50%;
  transform: translateY(-50%) translateX(185px) rotate(45deg);
}
@media screen and (min-width:768px) and (max-width:991px) {
  body#top #main #voice .contentBox .voiceBox .slick-arrow.slick-next {
    transform: translateY(-50%) translateX(165px) rotate(45deg);
  }
}
@media screen and (max-width:767px) {
  body#top #main #voice .contentBox .voiceBox .slick-arrow.slick-next {
    transform: translateY(-50%) translateX(158px) rotate(45deg);
  }
}
body#top #main #voice .contentBox .voiceBox .Box {
  padding: 0 25px;
  width: 360px !important;
}
@media screen and (max-width:1199px) {
  body#top #main #voice .contentBox .voiceBox .Box {
    padding: 0 17px;
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  body#top #main #voice .contentBox .voiceBox .Box {
    width: 320px !important;
  }
}
@media screen and (max-width:767px) {
  body#top #main #voice .contentBox .voiceBox .Box {
    width: 310px !important;
  }
}
body#top #main #voice .contentBox .voiceBox .Box img {
  width: 135px;
}
body#top #main #voice .contentBox .voiceBox .Box .txtBox {
  position: relative;
  padding: 15px;
  border-radius: 5px;
  margin-top: 2px;
  overflow: hidden;
}
body#top #main #voice .contentBox .voiceBox .Box .txtBox > * {
  z-index: 2;
}
body#top #main #voice .contentBox .voiceBox .Box .txtBox::before {
  content: "";
  background: url(../img/common/noise.png);
  background-size: 100px;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body#top #main #voice .contentBox .voiceBox .Box .txtBox .labal {
  margin: 0 0 5px;
}
body#top #main #voice .contentBox .voiceBox .Box .txtBox h3 {
  font-size: 13px;
}
@media screen and (min-width:768px) and (max-width:991px) {
  body#top #main #voice .contentBox .voiceBox .Box .txtBox h3 {
    font-size: 12px;
  }
}
body#top #main #message .contentBox .messageBox .imgBox {
  float: right;
  width: 150px;
}
body#top #main #message .contentBox .messageBox .imgBox .name {
  font-size: 15px;
  margin-top: 15px;
}
@media screen and (max-width:767px) {
  body#top #main #message .contentBox .messageBox .imgBox .name {
    font-size: 14px;
    margin-top: 15px;
  }
}
body#top #main #message .contentBox .messageBox .txtBox {
  position: relative;
  padding: 70px 70px;
  border-radius: 5px;
  margin-top: 2px;
  overflow: hidden;
}
@media screen and (min-width:992px) and (max-width:1199px) {
  body#top #main #message .contentBox .messageBox .txtBox {
    padding: 55px 45px;
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  body#top #main #message .contentBox .messageBox .txtBox {
    padding: 45px 35px;
  }
}
@media screen and (max-width:767px) {
  body#top #main #message .contentBox .messageBox .txtBox {
    padding: 35px 20px;
  }
}
body#top #main #message .contentBox .messageBox .txtBox::before {
  content: "";
  background: url(../img/common/noise.png);
  background-size: 100px;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body#top #main #message .contentBox .messageBox .txtBox p {
  font-size: 15px;
}
@media screen and (max-width:767px) {
  body#top #main #message .contentBox .messageBox .txtBox p {
    font-size: 14px;
  }
}
body#top #main #qa .contentBox .toggleBox .togglebutton {
  cursor: pointer;
}
body#top #main #qa .contentBox .toggleBox .togglebutton > * {
  padding: 15px;
}
@media screen and (max-width:991px) {
  body#top #main #qa .contentBox .toggleBox .togglebutton > * {
    padding: 13px 25px 13px 13px;
  }
}
body#top #main #qa .contentBox .toggleBox .togglebutton > * .num {
  letter-spacing: 0em;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}
@media screen and (min-width:768px) and (max-width:991px) {
  body#top #main #qa .contentBox .toggleBox .togglebutton > * .num {
    width: 30px;
    height: 30px;
    margin-right: 13px;
  }
}
@media screen and (max-width:767px) {
  body#top #main #qa .contentBox .toggleBox .togglebutton > * .num {
    width: 26px;
    height: 26px;
    font-size: 14px;
    margin-right: 10px;
  }
}
body#top #main #qa .contentBox .toggleBox .togglebutton > * h3, body#top #main #qa .contentBox .toggleBox .togglebutton > * p {
  margin-top: 2px;
}
@media screen and (max-width:767px) {
  body#top #main #qa .contentBox .toggleBox .togglebutton > * h3, body#top #main #qa .contentBox .toggleBox .togglebutton > * p {
    margin-top: 0px;
    font-size: 14px;
    line-height: 1.8em;
  }
}
body#top #main #qa .contentBox .toggleBox .togglebutton .bar {
  background-color: #F9F8F7;
  border-radius: 6px;
}
body#top #main #qa .contentBox .toggleBox .togglebutton .bar .num {
  content: "Q";
  background-color: #B1BE8E;
  color: #fff;
}
body#top #main #qa .contentBox .toggleBox .togglebutton .bar:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  display: block;
  border-right: solid 1px #5E5E5E;
  border-bottom: solid 1px #5E5E5E;
  transition: all 0.4s;
}
@media screen and (max-width:767px) {
  body#top #main #qa .contentBox .toggleBox .togglebutton .bar:after {
    width: 6px;
    height: 6px;
    right: 15px;
  }
}
body#top #main #qa .contentBox .toggleBox .togglebutton .panel {
  display: none;
}
@media screen and (max-width:991px) {
  body#top #main #qa .contentBox .toggleBox .togglebutton .panel {
    padding: 13px;
  }
}
body#top #main #qa .contentBox .toggleBox .togglebutton .panel .num {
  content: "A";
  border: solid 1px #B1BE8E;
  color: #B1BE8E;
}
body#top #main #qa .contentBox .toggleBox .togglebutton + .togglebutton {
  margin-top: 10px;
}
body#top #main #qa .contentBox .toggleBox .togglebutton.active .bar:after {
  transform: translateY(-50%) rotate(225deg);
}
body#top #main #salon .contentBox {
  /*  iframe{
       width: 100%;
       height: 450px;
       margin-top: 15px;
   } */
}
body#top #main #salon .contentBox table {
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  body#top #main #salon .contentBox table {
    border-radius: 5px;
  }
}
@media screen and (min-width:768px) {
  body#top #main #salon .contentBox table tbody {
    border-top: solid 1.5px #F9F8F7;
    border-bottom: solid 1.5px #F9F8F7;
  }
}
@media screen and (max-width:767px) {
  body#top #main #salon .contentBox table tbody {
    border: solid 1.5px #F9F8F7;
  }
}
body#top #main #salon .contentBox table tbody tr td {
  padding: 20px 30px;
}
@media screen and (min-width:992px) and (max-width:1199px) {
  body#top #main #salon .contentBox table tbody tr td {
    padding: 20px 25px;
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  body#top #main #salon .contentBox table tbody tr td {
    padding: 20px;
  }
}
@media screen and (max-width:767px) {
  body#top #main #salon .contentBox table tbody tr td {
    width: 100% !important;
    padding: 13px 20px;
    display: block;
    font-size: 14px;
  }
}
body#top #main #salon .contentBox table tbody tr td:first-child {
  background-color: #F9F8F7;
  width: 260px;
}
@media screen and (min-width:768px) and (max-width:991px) {
  body#top #main #salon .contentBox table tbody tr td:first-child {
    width: 190px;
  }
}
@media screen and (max-width:767px) {
  body#top #main #salon .contentBox table tbody tr td:first-child {
    text-align: center;
  }
}
body#top #main #salon .contentBox table tbody tr td:last-child {
  width: calc(100% - 260px);
}
@media screen and (min-width:768px) and (max-width:991px) {
  body#top #main #salon .contentBox table tbody tr td:last-child {
    width: calc(100% - 190px);
  }
}
body#top #main #salon .contentBox table tbody tr td .btn {
  width: 160px;
  height: 40px;
  font-size: 14px;
  margin-top: 12px;
  padding: 0 20px;
}
@media screen and (max-width:767px) {
  body#top #main #salon .contentBox table tbody tr td .btn {
    margin-top: 7px;
    margin-bottom: 3px;
  }
}
body#top #main #salon .contentBox table tbody tr td .btn:after {
  width: 5px;
  height: 5px;
}
@media screen and (min-width:768px) {
  body#top #main #salon .contentBox table tbody tr + tr td:first-child {
    border-top: solid 1.5px #fff;
  }
  body#top #main #salon .contentBox table tbody tr + tr td:last-child {
    border-top: solid 1.5px #F9F8F7;
  }
}
body#top #main #contact {
  background: url(../img/top/footer_bg.jpg) no-repeat bottom;
  background-size: cover;
}
@media screen and (max-width:767px) {
  body#top #main #contact {
    background: url(../img/top/footer_bg.jpg) no-repeat 10%;
    background-size: cover;
  }
}
body#top #main #contact .container {
  max-width: 800px;
}
body#top #main #contact .container .contentBox {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 45px;
  border-radius: 10px;
}
@media screen and (max-width:767px) {
  body#top #main #contact .container .contentBox {
    padding: 35px 20px;
  }
}
body#top #main #contact .container .contentBox p {
  margin: 25px 0 30px;
}
@media screen and (max-width:767px) {
  body#top #main #contact .container .contentBox .buttonBox {
    margin: -7px;
  }
}
body#top #main #contact .container .contentBox .buttonBox > a {
  position: relative;
  overflow: hidden;
  width: 270px;
  height: 60px;
  border-radius: 30px;
  margin: 0 15px;
}
@media screen and (max-width:767px) {
  body#top #main #contact .container .contentBox .buttonBox > a {
    margin: 7px;
  }
}
body#top #main #contact .container .contentBox .buttonBox > a > * {
  z-index: 1;
}
body#top #main #contact .container .contentBox .buttonBox > a > span {
  position: relative;
}
body#top #main #contact .container .contentBox .buttonBox > a:after {
  content: "";
  background-color: #F9F8F7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  opacity: 0.3;
  transition: all 0.4s;
}
body#top #main #contact .container .contentBox .buttonBox > a:hover:after {
  transform: translateX(0%);
}
body#top #main #contact .container .contentBox .buttonBox > a.hp {
  background-color: #D76E8E;
}
body#top #main #contact .container .contentBox .buttonBox > a.hp::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
}
body#top #main #contact .container .contentBox .buttonBox > a.hp .txt {
  margin-bottom: 6px;
}
body#top #main #contact .container .contentBox .buttonBox > a.tel {
  background-color: #B1BE8E;
}
@media screen and (min-width:768px) {
  body#top #main #contact .container .contentBox .buttonBox > a.tel .txt {
    font-size: 20px !important;
  }
}
body#top #main #contact .container .contentBox .buttonBox > a .txt {
  font-size: 18px;
}
body#top #main #contact .container .contentBox .buttonBox > a .sub {
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */