@charset "UTF-8";
/* common css */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  color: #1d1d1d;
  font-size: 13px;
  position: relative;
}

/* ==============================================
 Reset
=============================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

span {
  vertical-align: baseline;
}

/* ==============================================
 Common
=============================================== */
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  margin: 0;
  width: 100%;
}

body {
  background: #fff;
  color: #1d1d1d;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

a {
  color: #1d1d1d;
  outline: medium none;
  text-decoration: none;
}

a:visited {
  outline: medium none;
}

a:focus {
  outline: medium none;
}

a:active, a:hover {
  outline: medium none;
}

@media (min-width: 1040px) {
  a:hover {
    color: #999;
    text-decoration: none;
  }
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: bold;
  margin: 0;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: none repeat scroll 0 0 #FFFF00;
  color: #000000;
}

p {
  line-height: 1.9;
  margin: 0 0 28px;
  max-height: 100%;
}
@media (max-width: 767px) {
  p {
    line-height: 1.8;
    margin-bottom: 24px;
  }
}

code, kbd, pre, samp {
  -webkit-hyphens: none;
          hyphens: none;
  font-family: monospace, serif;
  font-size: 14px;
}

pre {
  background: none repeat scroll 0 0 #F5F5F5;
  color: #666666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote, q {
  -webkit-hyphens: none;
          hyphens: none;
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite, blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em, blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong, blockquote b {
  font-weight: 400;
}

small {
  font-size: 13px;
  font-size: 1.3rem;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0;
}

dt {
  line-height: 1.8;
  font-weight: bold;
  font-weight: 600;
  margin: 0;
}

dd {
  line-height: 1.8;
  margin: 0;
}

menu, ol, ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

li {
  line-height: 1.8;
}

th {
  font-weight: bold;
  font-weight: 600;
  line-height: 1.6em;
}

td {
  line-height: 1.6em;
}

img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  backface-visibility: hidden;
}

input[type=text]:focus,
textarea:focus {
  outline: 0;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

/* ==============================================
 fade Animation
=============================================== */
.fade-animation {
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-name: fade-animation;
  visibility: visible !important;
}
@keyframes fade-animation {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pulsation {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.96);
  }
  70% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}
/* ==============================================
 Font
=============================================== */
/* Font size
----------------------------------------------- */
.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

/* Font color
----------------------------------------------- */
.fc-red {
  color: #df0515;
}

/* Font family
----------------------------------------------- */
.ff-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ff-en {
  font-family: "Barlow", sans-serif;
}

/* Text align
----------------------------------------------- */
.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

/* Text indent
----------------------------------------------- */
.indent-1 {
  text-indent: 1em;
}

/* ==============================================
 Layout
=============================================== */
/* Common
----------------------------------------------- */
.wrapper {
  padding-top: 72px;
}
@media (max-width: 1039px) {
  .wrapper {
    padding-top: 42px;
  }
}

.section {
  padding-top: 100px;
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.container {
  padding-right: 40px;
  padding-left: 40px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.flex {
  display: flex;
}

/* Float
----------------------------------------------- */
.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

/* Table
----------------------------------------------- */
.table {
  display: table;
  width: 100%;
}

.table > * {
  display: table-cell;
  vertical-align: middle;
}

/* Micro Clearfix
----------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ==============================================
 Header
=============================================== */
#header {
  background-color: #fff;
  height: 72px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  transition: all 0.14s ease-out;
}
@media (max-width: 1039px) {
  #header {
    height: 42px;
  }
}
#header .container {
  padding-right: 0;
  max-width: none;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  #header .container {
    padding-left: 10px;
  }
}

#header-logo {
  margin-right: auto;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1039px) {
  #header-logo {
    height: 42px;
    line-height: 40px;
  }
}
#header-logo .logo-corp {
  margin-right: 20px;
}
@media (max-width: 1039px) {
  #header-logo .logo-corp img {
    width: 110px;
  }
}
@media (max-width: 767px) {
  #header-logo .logo-corp {
    margin-right: 6px;
  }
}
@media (max-width: 360px) {
  #header-logo .logo-corp {
    margin-right: 0;
  }
}
@media (max-width: 1039px) {
  #header-logo .logo img {
    width: 110px;
  }
}

#header-btns {
  margin-left: auto;
}
@media (max-width: 1039px) {
  #header-btns {
    padding-left: 10px;
  }
}
#header-btns > a {
  background-color: #c03;
  color: #fff;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: bold;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  display: block;
  height: 72px;
  line-height: 1.4;
  padding-top: 0.7em;
  text-align: center;
  width: 180px;
  white-space: nowrap;
}
#header-btns > a::after {
  right: 16px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media (max-width: 1039px) {
  #header-btns > a {
    height: 42px;
    font-size: 11px;
    padding-top: 0.4em;
    width: 110px;
  }
  #header-btns > a::after {
    right: 9px;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
}
@media (max-width: 360px) {
  #header-btns > a {
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
  }
  #header-btns > a::after {
    content: none;
  }
}
@media (min-width: 1040px) {
  #header-btns > a {
    transition: background-color 200ms ease;
  }
  #header-btns > a:hover {
    background-color: rgb(173.4, 0, 43.35);
  }
}

/* ==============================================
 Main
=============================================== */
.heading-2 {
  line-height: 1.3;
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .heading-2 {
    margin-bottom: 30px;
  }
  .heading-2 img {
    height: 37px;
    width: auto;
  }
}
@media (max-width: 360px) {
  .heading-2 img {
    height: 32px;
    width: auto;
  }
}

/* mainvisual
----------------------------------------------- */
#mainvisual {
  background-color: #fefefe;
  text-align: center;
}
@media (max-width: 767px) {
  #mainvisual {
    padding: 0 10px;
  }
}

/* history
----------------------------------------------- */
#history {
  padding-top: 50px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #history {
    padding-top: 30px;
  }
}
#history h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  #history h2 {
    font-size: 18px;
    margin-bottom: 0.75em;
  }
}
#history h2 .num {
  font-size: 12px;
  display: block;
}
#history p + h2 {
  margin-top: 2em;
}
@media (max-width: 767px) {
  #history p + h2 {
    margin-top: 2em;
  }
}
#history .img {
  margin-top: 3.75em;
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  #history .img {
    margin-top: 3em;
    margin-bottom: 1.35em;
  }
}
#history .img img {
  width: 100%;
}
#history .lineup-area {
  text-align: center;
  margin: 40px auto;
  padding: 2em 3em 2.5em;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
}
@media (max-width: 767px) {
  #history .lineup-area {
    margin: 30px auto;
    padding: 1.5em 2em 2em;
  }
}
#history .lineup-area h2 {
  border-bottom: 2px solid #c03;
  color: #c03;
  padding: 0 0 1em;
  margin-top: 0;
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  #history .lineup-area h2 {
    margin-bottom: 1em;
  }
}
#history .lineup-area h3 {
  font-size: 18px;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  #history .lineup-area h3 {
    font-size: 16px;
  }
}
#history .lineup-area .lineup-img {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #history .lineup-area .lineup-img {
    margin-bottom: 22px;
  }
  #history .lineup-area .lineup-img img {
    width: 200px;
  }
}
#history .lineup-area .btn {
  color: #c03;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.5;
  position: relative;
  padding-right: 34px;
  text-decoration: underline;
}
@media (min-width: 1040px) {
  #history .lineup-area .btn:hover {
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  #history .lineup-area .btn {
    font-size: 15px;
    padding-right: 30px;
  }
}
#history .lineup-area .btn::before {
  background-color: #c03;
  content: "";
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  width: 24px;
}
@media (max-width: 767px) {
  #history .lineup-area .btn::before {
    height: 22px;
    margin-top: -11px;
    width: 22px;
  }
}
#history .lineup-area .btn::after {
  right: 10px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #history .lineup-area .btn::after {
    right: 9px;
  }
}
#history .btn-area {
  background-color: #f4f4f4;
  text-align: center;
  padding: 60px 40px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  #history .btn-area {
    margin-top: 40px;
    padding: 32px 20px;
  }
}
#history .btn-area .btn {
  background-color: #c03;
  border-radius: 5em;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 1.6em;
  max-width: 100%;
  position: relative;
  width: 420px;
}
@media (max-width: 767px) {
  #history .btn-area .btn {
    font-size: 16px;
    padding: 1.5em;
  }
}
#history .btn-area .btn::after {
  right: 32px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #history .btn-area .btn::after {
    right: 20px;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
}
@media (min-width: 1040px) {
  #history .btn-area .btn {
    transition: background-color 200ms ease;
  }
  #history .btn-area .btn:hover {
    background-color: rgb(173.4, 0, 43.35);
  }
}

/* ==============================================
 Footer
=============================================== */
/* Common
----------------------------------------------- */
#footer {
  padding: 60px 0 20px;
  text-align: center;
}
@media (max-width: 767px) {
  #footer {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  #footer .container {
    padding: 0;
  }
}

.footer-logo {
  margin-bottom: 25px;
}

/* footer nav
----------------------------------------------- */
.footer-nav ul li {
  display: inline-block;
  margin: 0 20px 10px 0;
  line-height: 1.1;
  position: relative;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .footer-nav ul li {
    display: block;
    border-right: none;
    border-top: 1px solid #dcdddd;
    padding: 0;
    margin: 0;
    text-align: left;
  }
}
.footer-nav ul li a {
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 767px) {
  .footer-nav ul li a {
    display: block;
    font-weight: bold;
    padding: 15px 20px 15px 34px;
    position: relative;
  }
  .footer-nav ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3.5px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #d54514;
    border-right: 2px solid #d54514;
    transform: rotate(45deg);
    left: 15px;
    right: auto;
  }
}
.footer-nav ul li:last-child {
  margin-right: 0;
}
.footer-nav ul li:last-child::after {
  content: none;
}
.footer-nav ul li::after {
  background: #d2d2d2;
  content: "";
  position: absolute;
  right: -12px;
  top: 4px;
  height: 13px;
  width: 1px;
  transform: rotate(20deg);
}
@media (max-width: 767px) {
  .footer-nav ul li::after {
    content: none;
  }
}

.copyright {
  margin-bottom: 0;
  font-size: 10px;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .copyright {
    background-color: #949494;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 10px 16px;
  }
}

/*  Pagetop
----------------------------------------------- */
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 100;
}
@media (max-width: 767px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
    width: 30px;
  }
}

/*  cookie dialog
----------------------------------------------- */
#gdpr-cookie-message {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #000;
  background-color: #fff;
  padding: 20px 0 20px;
  z-index: 9999;
}

#gdpr-cookie-message .container {
  position: relative;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}

#gdpr-cookie-message h4 {
  display: none;
}

#gdpr-cookie-message h5 {
  display: none;
}

#gdpr-cookie-message p {
  line-height: 1.7;
  font-size: 80%;
  margin-bottom: 0;
  padding-right: 220px;
}

#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  padding-right: 0;
  text-align: right;
}

#gdpr-cookie-message a {
  color: #000;
  text-decoration: underline;
}

#gdpr-cookie-message a:hover {
  text-decoration: none;
}

#gdpr-cookie-message button#gdpr-cookie-accept {
  background-color: #000;
  color: #fff;
  border: none;
  outline: 0;
  font-size: 12px;
  display: inline-block;
  padding: 10px 12px;
  margin: 0;
  position: absolute;
  top: 0px;
  right: 16px;
}

button#gdpr-cookie-advanced {
  display: none;
}

@media (max-width: 1039px) {
  #gdpr-cookie-message {
    padding: 20px 10px;
  }
  #gdpr-cookie-message p {
    padding-right: 0;
    margin-bottom: 6px;
  }
  #gdpr-cookie-message p:last-child {
    text-align: center;
    margin-top: 16px;
  }
  #gdpr-cookie-message button#gdpr-cookie-accept {
    position: static;
    top: auto;
    right: auto;
    padding: 8px;
    display: block;
    width: 100%;
  }
}
#gdpr-cookie-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: 9998;
}

/* ==============================================
 Media Queries
=============================================== */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/* ==============================================
 Media Queries
=============================================== */
/* hidden
----------------------------------------------- */
@media screen and (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 544px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (max-width: 543px) {
  .hidden-xs {
    display: none !important;
  }
}
/* column
----------------------------------------------- */
.col-lg-1 {
  width: 12%;
}

.col-lg-2 {
  width: 16.6666%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-4 {
  width: 33.3333%;
}

.col-lg-5 {
  width: 41.6666%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-7 {
  width: 57.0833%;
}

.col-lg-8 {
  width: 66.6667%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-10 {
  width: 83.3334%;
}

.col-lg-11 {
  width: 91.6666%;
}

.col-lg-12 {
  width: 100%;
}

/* pc min
----------------------------------------------- */
@media screen and (max-width: 1119px) {
  /* column
  ----------------------------------------------- */
  .col-md-1 {
    width: 12%;
  }
  .col-md-2 {
    width: 16.6666%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333%;
  }
  .col-md-5 {
    width: 41.6666%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 57.0833%;
  }
  .col-md-8 {
    width: 66.6667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3334%;
  }
  .col-md-11 {
    width: 91.6666%;
  }
  .col-md-12 {
    width: 100%;
  }
}
/* tablet
----------------------------------------------- */
@media screen and (max-width: 991px) {
  /* ==============================================
   Layout
  =============================================== */
  /* column
  ----------------------------------------------- */
  .col-sm-1 {
    width: 12%;
  }
  .col-sm-2 {
    width: 16.6666%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-5 {
    width: 41.6666%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 57.0833%;
  }
  .col-sm-8 {
    width: 66.6667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3334%;
  }
  .col-sm-11 {
    width: 91.6666%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
/* column
----------------------------------------------- */
@media screen and (max-width: 767px) {
  /* column
  ----------------------------------------------- */
  .col-xs-1 {
    width: 12%;
  }
  .col-xs-2 {
    width: 16.6666%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333%;
  }
  .col-xs-5 {
    width: 41.6666%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 57.0833%;
  }
  .col-xs-8 {
    width: 66.6667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3334%;
  }
  .col-xs-11 {
    width: 91.6666%;
  }
  .col-xs-12 {
    width: 100%;
  }
}
@media print {
  body {
    zoom: 75%;
  }
}/*# sourceMappingURL=style.css.map */