@charset "UTF-8";
/* --------------------------------
	Common style
-------------------------------- */
/* svg icon */
@import url(//fonts.googleapis.com/css?family=Noto+Serif|Noto+Sans|Inconsolata:400,700);
#svgicon {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden; }

.cb {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor; }

.cb-images {
  width: 1.125em; }

.icon-bg {
  fill: #d4d4d5; }

.icon-with-bg {
  fill: #fff; }

/*  table
============================ */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

/*	form
============================ */
label {
  font-weight: normal; }

input:focus,
select:focus {
  outline: none; }

input[type="number"] {
  text-align: right; }

.form-group .errormsg {
  margin-top: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300; }

dd.form-group .errormsg {
  margin-bottom: 0; }

.form-control {
  border: 1px solid #C4CCCE;
  border-radius: 3px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-size: 1.6rem;
  height: 40px;
  padding: 6px 12px;
  width: auto;
  line-height: 1.5; }

.form-control:focus {
  border-color: #3c8dbc !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none; }

.has-success .form-control {
  border-color: #0D8969;
  background: #e7f6f3; }

.has-warning .form-control {
  border-color: #E99133;
  background: #fdf7ed; }

.has-error .form-control {
  border-color: #CF3F34;
  background: #FDF1F0; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: inherit;
  background: #FDF1F0; }

.form-control::-moz-placeholder {
  color: #bbb;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #bbb; }

.form-control::-webkit-input-placeholder {
  color: #bbb; }

.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-group .form-control {
  width: 100%; }

.form-inline .form-control {
  width: auto; }

.form-group.lange input[type="text"], .form-group.lange label {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 1%;
  margin-right: 1%;
  vertical-align: middle; }

.form-group.lange input[type="text"] {
  width: 28%; }

.input_tel input {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 1px;
  margin-right: 1px;
  max-width: 5em;
  vertical-align: middle;
  width: 30%; }

.form-group.input_tel input:first-child {
  margin-left: 0; }

.form-group.input_name input {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2%;
  vertical-align: middle;
  width: 48%; }

.form-group.input_name input:first-child {
  margin-left: 0; }

.form-group.input_zip input {
  display: inline-block;
  margin-left: 1%;
  margin-right: 1%;
  max-width: 5em;
  vertical-align: middle;
  width: 30%; }

.form-group.input_zip .question-circle {
  font-size: 11px;
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  vertical-align: middle;
  background: #525263;
  border-radius: 50%; }

.form-group.input_zip .question-circle .cb-question {
  fill: #fff; }

.form-group .item_price input, .form-group .item_quantity input {
  margin: 0 1%;
  text-align: right;
  width: 50%; }

.form-inline label {
  margin: 0 10px 0 0; }

.form-inline label:first-child + select,
.form-inline label:first-child + input {
  margin-right: 10px; }

.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top; }

.checkbox-inline, .radio-inline {
  cursor: pointer;
  margin-left: 20px; }

.checkbox-inline:first-child, .radio-inline:first-child {
  margin-left: 0; }

span.required {
  color: #DE5D50;
  font-weight: normal !important;
  margin-left: 1em;
  font-size: 12px;
  font-size: 1.2rem; }

/* --------------------------------
	Parts
-------------------------------- */
/* heading */
/* btn */
/* btn_circle */
/* icon_close */
/* badge */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #DE5D50;
  border-radius: 10px; }

.btn .badge {
  position: relative;
  top: -1px; }

/* tableStyle */
div.table {
  width: 100%;
  display: table; }

div.table .thead {
  display: none; }

div.table .tbody {
  display: table-row-group; }

div.table .tbody .tr {
  display: table-row;
  margin: 0; }

div.table .tbody .tr > .td {
  display: table-cell;
  padding: 10px 8px;
  text-align: center;
  overflow-x: hidden; }

.table .tbody .tr > .price {
  text-align: right; }

/* dl_table */
.dl_table {
  border-top: 1px dotted #ccc; }

.dl_table dl {
  padding: 8px 0;
  border-bottom: 1px dotted #ccc; }

.dl_table dd .form-group {
  padding-top: 8px; }

.dl_table dd > .form-group:first-child {
  padding-top: 0; }

.dl_table .zip-search {
  margin-top: 8px; }

/* pagination */
.pagination {
  width: 95%;
  margin: 16px auto;
  position: relative;
  clear: both; }

.pagination ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 1em 0;
  text-align: center; }

.pagination ul li {
  display: inline-block;
  min-width: 29px;
  padding: 0 3px 0 2px;
  text-align: center;
  position: relative; }

.pagination ul li a {
  color: #525263;
  display: block;
  line-height: 1.8;
  padding: 5px 1em;
  text-decoration: none; }

.pagination ul li a:hover, .pagination ul li a:focus {
  background: #f1f1f1; }

.pagination ul li.active a {
  background: #F3F3F3;
  text-decoration: none; }

.pagination ul li.active a:hover, .pagination ul li.active a:focus {
  background: #F3F3F3; }

.pagination ul li.disabled a {
  color: #9797A0;
  text-decoration: none; }

.pagination ul li.disabled a:hover, .pagination ul li.disabled a:focus {
  color: #9797A0; }

/* topicpath */
/* message */
.message {
  text-align: center;
  padding: 16px 0;
  margin: 0; }

p.message {
  padding: 0 0 16px; }

.heading04 + .message {
  padding-top: 0;
  text-align: left; }

.message .errormsg {
  padding: 8px;
  font-weight: 300; }

.message .errormsg:first-child {
  margin-top: 0; }

.message .errormsg:last-child {
  margin-bottom: 0; }

.message .errormsg .cb {
  margin-right: 5px;
  font-size: 130%;
  position: relative;
  top: -1px; }

/* pagenumberarea */
.pagenumberarea {
  text-align: right;
  margin: 0;
  padding-right: 16px;
  padding-bottom: 20px; }

.pagenumberarea > li {
  float: none;
  display: inline-block;
  margin-left: 3px;
  width: auto; }

.dropdown.open > a {
  background: #ededed; }

/* flowline */
.flowline {
  position: relative;
  margin: 0;
  padding: 8px 0 16px;
  border-bottom: 1px dotted #ccc; }

.flowline ul {
  position: relative;
  margin: 0 auto; }

.flowline ul::before {
  content: "";
  height: 4px;
  background: #525263;
  position: absolute;
  top: 13px;
  margin: 0;
  border-radius: 2px;
  z-index: 0; }

.flowline.step3 ul::before {
  width: 66.66666666%;
  left: 16.6666666%; }

.flowline.step4 ul::before {
  width: 75%;
  left: 12.5%; }

.flowline ul li {
  float: left;
  position: relative;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  z-index: 1; }

.flowline.step3 ul li {
  width: 33.33333333333333%; }

.flowline.step4 ul li {
  width: 25%; }

.flowline li .flow_number {
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  background: #525263;
  color: #fff;
  top: 0;
  left: 18px;
  display: inline-block;
  margin-bottom: 5px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%; }

.flowline li.active {
  color: #5CB1B1; }

.flowline li.active .flow_number {
  background: #5CB1B1; }

/* item_box */
/* form_terms_link */
.form_terms_link {
  text-align: center; }

/* error_box */
.error_box {
  text-align: center;
  padding: 5% 0; }

.error_box .btn_back {
  padding: 5% 0; }

.error_box .btn_back a {
  width: 100%;
  max-width: 320px; }

/* --------------------------------
	Common
-------------------------------- */
/****** Base Layout Setting ********/
/****** Header Setting ********/
/* header-buttons */
/****** drawer Setting ********/
/*	Category navigation
--------------------------- */
/* category-nav */
/****** Footer Setting ********/
/****** Each BlockParts Setting ********/
/* Cart */
/* Search */
/* Member area */
/* News List */
/* Item List Page
------------------------------------------- */
/* Item Detail Page
------------------------------------------- */
/* review_area */
#review_area {
  border-top: 1px solid #E8E8E8;
  padding-bottom: 0; }

#review_area dl dt {
  padding: 16px 0;
  cursor: pointer; }

#review_area dl dt:hover {
  color: #9797A0; }

#review_area dl dt.active .cb {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

#review_area dl dt .cb {
  position: absolute;
  right: 16px;
  top: 17px; }

#review_area dl dd {
  display: none;
  padding-bottom: 0; }

#review_area dl dd .review_btn a {
  margin: 0 auto;
  padding: 16px;
  width: 100%; }

#review_area .review_list {
  padding: 8px 0; }

#review_area .review_list li {
  padding: 8px 0; }

#review_area .review_list p {
  margin: 4px 0; }

#review_area .review_list .review_date {
  font-weight: 300; }

#review_area .review_list .recommend_level {
  margin-left: 16px; }

#review_area .review_list .recommend_level span {
  color: #DE5D50; }

/* keyword_area */
/* recommend_area */
/* product_tag */
/* Cart Page
------------------------------------------- */
#form_cart > .message:first-child {
  padding-top: 16px; }

.total_box {
  padding: 8px 0; }

.total_box dl {
  margin-left: 40%; }

.total_box dl dt {
  float: left;
  width: 45%;
  white-space: nowrap;
  text-align: right;
  font-weight: 300; }

.total_box dl dd {
  padding-left: 50%;
  text-align: right; }

.total_box dl.total_price dd {
  font-weight: 300; }

.total_box .btn_group {
  padding: 8px 0; }

.total_box .btn_group p {
  margin: 8px 0; }

.cart_item {
  border-top: 1px dotted #ccc; }

.cart_item .item_box > .td {
  border-bottom: 1px dotted #ccc; }

.cart_item .item_box .td {
  vertical-align: middle; }

.cart_item .icon_edit {
  position: static;
  width: 8.3333333333%; }

.cart_item .icon_edit a .cb {
  color: #B8BEC4;
  fill: #B8BEC4;
  font-size: 20px;
  font-size: 2rem; }

.cart_item .icon_edit a:hover .cb {
  opacity: 0.8; }

.cart_item .item_box a:hover img {
  opacity: 0.8; }

.cart_item .item_box .table {
  width: 58.33333333%; }

.cart_item .item_box .table .item_photo,
.cart_item .item_box .table .item_detail {
  display: table-cell;
  vertical-align: middle; }

.cart_item .item_box .table .item_photo {
  min-width: 80px;
  padding-right: 8px; }

.cart_item .item_box .table .item_detail {
  text-align: left; }

.cart_item .item_box .table .item_name a {
  font-weight: 300;
  color: #525263; }

.cart_item .item_box .table .item_name a:hover {
  color: #9797a1; }

.cart_item .item_detail .item_subtotal {
  display: block; }

.cart_item.table .tbody .tr div.item_subtotal {
  display: none; }

.cart_item .item_quantity {
  width: 16.66666667%; }

.cart_item .item_quantity::before {
  content: "数量："; }

.cart_item .item_quantity ul {
  text-align: center;
  white-space: nowrap; }

.cart_item .item_quantity ul li {
  display: inline-block;
  margin: 8px 4px; }

.cart_item .item_quantity ul li a,
.cart_item .item_quantity ul li span {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  border-radius: 50%; }

.cart_item .item_quantity ul li a {
  border: 2px solid #c9c9c9; }

.cart_item .item_quantity ul li span {
  border: 2px solid #e9e9e9; }

.cart_item .item_quantity ul li a .cb {
  color: #525263;
  fill: #525263;
  margin-top: 6px;
  vertical-align: top; }

.cart_item .item_quantity ul li span .cb {
  color: #babac1;
  fill: #babac1;
  margin-top: 6px;
  vertical-align: top; }

.cart_item .item_quantity ul li a:hover {
  opacity: 0.8; }

.column p {
  margin: 8px 0; }

.column select {
  width: 100%; }

.column textarea {
  width: 100%;
  height: 6em; }

.column.is-edit > p {
  margin-right: 4em;
  min-height: 40px; }

.column.is-edit .btn_edit {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0; }

.column .form-inline input,
.column .form-inline select {
  margin-bottom: 8px; }

.address_table {
  border-bottom: 1px dotted #ccc; }

.addr_box {
  position: relative; }

.addr_box .icon_radio {
  vertical-align: middle;
  text-align: center;
  max-width: 32px; }

div.table .tbody .addr_box .column {
  text-align: left; }

.addr_box .column .address {
  margin: 0; }

.addr_box .column.is-edit .address {
  margin: 0 4em 0 0;
  min-height: 40px; }

.addr_box .column.is-edit .btn_edit {
  top: 10px; }

.addr_box > .td {
  border-top: 1px dotted #ccc; }

/* payment_list */
.payment_list li {
  margin-bottom: 8px; }

.payment_list li img {
  margin-top: 5px; }

#shopping_confirm .payment_list .radio label {
  font-weight: normal; }

/* MyPage
------------------------------------------- */
.local_nav ul {
  border-color: #D0D0D0;
  border-style: solid;
  border-width: 1px 0 0 1px; }

.local_nav ul:before, .local_nav ul:after {
  content: " ";
  display: table; }

.local_nav ul:after {
  clear: both; }

.local_nav li {
  float: left;
  width: 50%;
  /* 項目が1行に3件の場合
    width: 33.33333333%;*/
  border-color: #D0D0D0;
  border-style: solid;
  border-width: 0 1px 1px 0;
  text-align: center; }

.local_nav li a {
  padding: 16px;
  font-weight: 300;
  color: #525263;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.local_nav li a:hover {
  background: #f5f7f8; }

.local_nav li.active a {
  color: #DE5D50; }

.order_detail dt {
  float: left;
  font-weight: 300; }

.order_detail dd {
  padding-left: 7em; }

.historylist_column {
  border-top: 1px solid #ccc;
  margin: 0; }

.historylist_column > div {
  padding: 0; }

.historylist_column .order_date {
  margin: 8px 0; }

.historylist_column .table.item_box {
  border-top: 1px dotted #ccc; }

.historylist_column .table.item_box .td {
  vertical-align: middle; }

.historylist_column .order_date {
  font-size: 16px;
  font-size: 1.6rem; }

.historylist_column .table.item_box .tbody .item_detail {
  padding: 8px 0;
  text-align: left; }

.historylist_column .item_box .item_photo {
  padding: 8px 0;
  width: 20%;
  margin-bottom: 0;
  max-width: none;
  min-width: 100px; }

.historylist_column .item_box .item_detail .item_name {
  font-weight: 300; }

.historylist_column .item_box .item_detail .item_price {
  font-weight: normal;
  margin: 4px 0 8px; }

.historylist_column + .pagination {
  margin-top: 0;
  border-top: 1px solid #ccc; }

.mail_list dl {
  margin-bottom: 8px;
  border-bottom: 1px dotted #ccc; }

.mail_list dl dt {
  margin-bottom: 4px; }

.mail_list dl dd {
  margin-bottom: 8px; }

.address_table .icon_edit {
  width: 8.33333%;
  vertical-align: middle; }

.address_table .icon_edit a .cb {
  color: #b8bec4;
  fill: #b8bec4;
  font-size: 2rem; }

.unsubscribe_box {
  text-align: center; }

.unsubscribe_box .icon {
  font-size: 100px;
  font-size: 10rem;
  color: #E7E7E7; }

.unsubscribe_box h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 16px; }

#entry_birth select {
  margin: 0 8px; }

#entry_birth select:first-child {
  margin-left: 0; }

#entry_sex .radio {
  display: inline-block;
  margin-right: 10px; }

#entry_sex .radio input[type="radio"] {
  margin-right: 10px; }

.mypage .dl_table dt label {
  font-weight: 300; }

/* Error Page */
.message_box {
  text-align: center;
  padding-bottom: 50px; }

.message_box .icon {
  font-size: 100px;
  font-size: 10rem;
  color: #ccc; }

.message_box h1 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 16px; }

.message_box .btn_group {
  margin-top: 30px; }

.error_page #contents {
  background: inherit; }

/****** Effect Setting ********/
/* Overlay */
/* modal */
.modal-header .close {
  font-size: 22px;
  font-size: 2.2rem; }

.modal-content {
  background-color: #F3F3F3; }

.modal-body .form-control {
  width: 100%; }

.modal-body .quantity {
  width: 50%;
  float: right;
  text-align: right;
  padding: 16px 0;
  font-size: 16px;
  font-size: 1.6rem; }

.modal-body .quantity dd input {
  text-align: right; }

.modal-body .classcategory_list li {
  margin-top: 16px; }

.modal-body .classcategory_list li:first-child {
  margin-top: 0; }

.modal-body .item_price {
  margin: 0;
  clear: both;
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem; }

.modal-body .item_price .small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 5px; }

.modal-footer {
  padding: 16px 0;
  margin: 0 16px; }

.modal-footer .btn_area {
  padding-bottom: 0; }

.modal-footer .btn_area li:last-child {
  padding-left: 0; }

.modal-footer .btn_area button {
  font-size: 16px;
  font-size: 1.6rem;
  height: 56px;
  line-height: 56px;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0; }

.modal-footer .btn_area .btn_icon .cb {
  display: inline-block;
  font-size: 30px;
  font-size: 3.0rem;
  height: 54px;
  line-height: 54px;
  vertical-align: middle;
  position: relative;
  top: -2px; }

/****** Each Page Setting ********/
/* Item List Page
------------------------------------------- */
/* Item Detail Page
------------------------------------------- */
/* Cart Page
------------------------------------------- */
.cart_page .dl_table {
  margin: 0 0 16px; }

.cart_page .dl_table dt {
  font-weight: 300;
  margin-bottom: 5px; }

.cart_page .form_terms_link {
  margin-bottom: 0; }

#shopping_confirm .cart_item.table {
  border-top: 0 none; }

#shopping_confirm .cart_item .item_box .table {
  width: 100%; }

#shopping_confirm .total_box {
  margin-top: 16px;
  background: #F3F3F3;
  padding: 8px; }

#shopping_confirm .total_box dl {
  margin-left: 0; }

#shopping_confirm .total_box dl dt {
  font-weight: normal;
  text-align: left; }

#shopping_confirm .total_box .total_amount {
  border-top: 1px dotted #ccc;
  text-align: right; }

#shopping_confirm .total_box .total_amount {
  margin-top: 8px; }

#shopping_confirm .total_box .total_amount p {
  margin: 8px 0 0; }

#shopping_confirm .total_box .total_amount p.total_price {
  font-weight: 300; }

#shopping_confirm .total_box .total_amount p.total_price strong {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 16px; }

#shopping_confirm .total_box .total_amount p.total_price strong .small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 8px; }

#shopping_confirm .total_box .total_amount p.total_point {
  margin: 4px 0 0; }

#shopping_confirm .cart_item .item_box .table .item_name {
  margin-bottom: 0; }

#shopping_confirm .cart_item .item_box .table .item_photo {
  max-width: 96px; }

#shopping_confirm .cart_item .item_box .table .item_price {
  font-weight: normal;
  display: inline;
  margin-right: 16px; }

#shopping_confirm .cart_item .item_box .table .item_subtotal {
  display: inline; }

#shopping_confirm label {
  font-weight: 300; }

#shopping_confirm .column {
  position: relative; }

.heading02 + .column .btn_edit {
  position: absolute;
  right: 0;
  top: 0; }

#deliveradd_input .dl_table {
  border-top: 0 none; }

.shipping_multiple_table {
  background-color: #f4f4f4; }

.shipping_multiple_table .item_box > .td {
  border-bottom: none; }

.shipping_multiple_table .item_box .item_photo {
  max-width: 200px;
  min-width: 200px;
  padding-right: 200px; }

.shipping_item .quantity {
  width: 100px; }

.use_point {
  text-align: center;
  margin: 16px 0; }

.use_point input {
  text-align: right;
  width: 10%;
  min-width: 130px; }

.use_point .text_accent {
  margin: 0 5px; }

.multiple_column {
  padding-bottom: 16px; }

.multiple_column .item_box {
  background: #F3F3F3; }

.multiple_column .table.item_box .td {
  vertical-align: middle; }

.multiple_column .table.item_box .tbody .item_detail {
  padding: 8px 0;
  text-align: left; }

.multiple_column .item_box .item_photo {
  padding: 8px;
  width: 22%;
  margin-bottom: 0;
  max-width: none;
  min-width: 100px; }

.multiple_column .item_box .item_detail .item_name {
  font-weight: 300; }

.multiple_column .item_box .item_detail .item_price {
  font-weight: normal;
  margin: 4px 0 8px; }

.multiple_column .form-group {
  margin: 8px 10px 0 0; }

.multiple_column .item_quantity input {
  width: 100px; }

.complete_message {
  text-align: center; }

/* MyPage
------------------------------------------- */
.mypage .message {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 11px; }

.mypage #item_list .product_item {
  padding-bottom: 8px; }

.mypage #item_list .item_name {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 2px; }

.mypage #item_list .btn_circle span {
  position: relative;
  top: 3px; }

.mypage .not_required {
  margin-top: 40px; }

.mypage .title_hint {
  margin: 16px 0 0; }

.mypage .title_hint + .form-group {
  padding-top: 4px; }

/* Registration Page
------------------------------------------- */
.registration_page .not_required {
  margin-top: 16px; }

.registration_page .title_hint {
  margin: 16px 0 0; }

.registration_page .title_hint + .form-group {
  padding-top: 4px; }

.registration_page .dl_table {
  margin: 0 0 16px; }

.registration_page .dl_table dt {
  margin-bottom: 5px; }

.registration_page .dl_table dt label {
  font-weight: 300; }

/* Other Page
------------------------------------------- */
/* Login Page */
#login_box {
  padding-bottom: 32px; }

#login_box .column {
  background: #F3F4F4;
  height: 100%;
  padding: 8px 8px 32px;
  margin-bottom: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#login_box .column p {
  margin-top: 0;
  margin-bottom: 0; }

#login_box .column .icon {
  text-align: center;
  font-size: 70px;
  color: #e7e7e7; }

#login_box .column .icon svg {
  vertical-align: middle; }

#login_box .column .form-group {
  padding: 8px 0 8px 10%; }

#login_box .column input[type="text"],
#login_box .column input[type="email"],
#login_box .column input[type="password"] {
  width: 90%; }

#login_box .column .form-group label {
  display: inline-block;
  padding: 5px 0; }

#login_box .column .btn_area {
  padding: 8px 10%; }

#login_box .column .btn_area ul {
  margin-top: 8px; }

#login_box .column .message {
  padding: 8px 10%; }

/* Forgot Page */
#forgot_page .column {
  background: #F3F4F4;
  padding: 16px;
  margin-bottom: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#forgot_page .column .form-group {
  padding-top: 8px; }

#forgot_page .form-group.input_name input[type="text"] {
  float: left;
  width: 49%; }

#forgot_page .column p {
  margin: 0; }

#forgot_page .column .btn_area {
  padding-top: 8px; }

#forgot_page .column .btn_area p {
  margin: 0; }

#forgot_page .column h2 {
  margin: 0 0 8px; }

/* Contact Page */
#contact_contents {
  height: 100px; }

/*	module
============================ */
.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.is-padding {
  padding-left: 16px !important;
  padding-right: 16px !important; }

.no-border-bottom {
  border-bottom: 0 none !important; }

button.no-style {
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.text_accent {
  font-weight: 300; }

/*	color setting
============================ */
/* text */
/* btn */
.btn-link {
  font-weight: normal;
  color: #DE5D50;
  cursor: pointer;
  border-radius: 0; }

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent; }

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none; }

/* label */
/* panel */
/* alert */
/******************************
	Media Query
*******************************/
@media only screen and (max-width: 767px) {
  /* --------- common ---------- */
  /****** Header Setting ********/
  /****** Side Setting ********/
  /****** Effect Setting ********/
  /* Overlay */ }

@media only screen and (min-width: 768px) {
  /* --------- common ---------- */
  /* --------------------------------
        Parts
    -------------------------------- */
  /* heading */
  /* btn */
  /* tableStyle */
  div.table .thead {
    display: table-header-group; }
  div.table ol {
    display: table-row;
    margin: 0; }
  div.table ol li {
    display: table-cell;
    padding: 16px;
    text-align: center;
    background: #F4F3F0;
    overflow-x: hidden;
    font-weight: 300; }
  div.table .tbody .tr > .td {
    padding: 16px; }
  /* tableish */
  .tableish {
    display: table;
    width: 100%; }
  .tableish .thead {
    display: table-header-group; }
  .tableish .tbody {
    display: table-row-group; }
  .tableish .tr {
    display: table-row; }
  .tableish .th,
  .tableish .td {
    display: table-cell;
    vertical-align: top; }
  /* dl-table */
  .dl_table {
    display: table;
    width: 100%; }
  .dl_table dl {
    display: table-row;
    border: 0 none; }
  .dl_table dt,
  .dl_table dd {
    display: table-cell;
    border-bottom: 1px dotted #ccc;
    padding: 16px 0; }
  .dl_table dt {
    width: 30%; }
  .dl_table dd {
    padding: 16px; }
  .dl_table dd .form-group {
    padding-top: 16px; }
  .dl_table .zip-search {
    margin-top: 16px; }
  /* pagination */
  .pagination {
    width: 100%; }
  /* topicpath */
  #topicpath {
    padding: 24px 16px;
    border: 0 none; }
  #topicpath ol {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    border-bottom: 1px solid #ccc; }
  #topicpath li {
    font-size: 16px;
    font-size: 1.6rem; }
  /* intro */
  .intro {
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 28px; }
  /* message */
  .heading04 + .message {
    padding: 0; }
  .message .errormsg {
    padding: 16px; }
  /* flowline */
  .flowline {
    margin: 0;
    border-bottom: 0 none; }
  .flowline ul::before {
    top: 20px; }
  .flowline.step3 ul {
    max-width: 450px; }
  .flowline.step4 ul {
    max-width: 550px; }
  .flowline ul li {
    font-size: 14px;
    font-size: 1.4rem; }
  .flowline li .flow_number {
    line-height: 42px;
    width: 42px;
    height: 42px;
    font-size: 20px;
    font-size: 2rem; }
  /* .cart .item_box */
  #cart .inner {
    padding: 0 16px; }
  .cart .item_box > div,
  .cart .item_box > dl {
    padding: 16px 0; }
  .cart .item_box .item_photo {
    padding: 16px 8px 16px 0; }
  .cart .item_box .icon_edit {
    right: -7px;
    top: 10px; }
  .cart .btn_area {
    padding: 16px 0 8px; }
  /* error_box */
  .error_box {
    margin-bottom: 48px; }
  /****** Layout ********/
  /* header */
  /* -- main_left (side_right only) -- */
  /* main */
  /* -- main_right (side_left only) -- */
  /* main */
  /* -- main_only -- */
  /* main */
  /* -- main_left_right (side_left & side_right) -- */
  /* main */
  /* category_nav */
  /****** Header Setting ********/
  /****** Side Setting ********/
  /*	Category navigation
    --------------------------- */
  /* category-nav */
  /* ----- category_nav in header ---- */
  /* category-nav */
  /* ----- category_nav in side ---- */
  /* category-nav */
  /* newslist */
  /* Item List Page
    ------------------------------------------- */
  /* Item Detail Page
    ------------------------------------------- */
  /* review_area */
  #review_area {
    border-top: none;
    padding-bottom: 16px; }
  #review_area dl {
    padding-bottom: 32px; }
  #review_area dl dt {
    padding: 16px; }
  #review_area dl dt .cb {
    position: absolute;
    right: 32px;
    top: 24px;
    font-size: 16px;
    font-size: 1.6rem; }
  #review_area dl dd {
    display: block;
    padding: 16px 0 0; }
  #review_area dl dd .review_btn {
    padding: 16px 0 0;
    text-align: center; }
  #review_area dl dd .review_btn a {
    width: auto;
    min-width: 350px; }
  #review_area .review_list {
    padding: 16px 0 0; }
  #review_area .review_list li {
    padding: 16px 0; }
  #review_area .review_list p {
    margin: 6px 0; }
  /* keyword_area */
  /* Cart Page
    ------------------------------------------- */
  .total_box {
    min-width: 256px;
    float: right;
    padding: 0; }
  .total_box dl {
    margin-left: 0; }
  .total_box .btn_group {
    padding: 16px 0; }
  .total_box .btn_group p {
    margin: 16px 0; }
  .total_box dl.total_price dt {
    padding-top: 0.3em; }
  .total_box dl.total_price dd {
    font-size: 24px;
    font-size: 2.4rem; }
  .cart_item {
    margin: 24px 0 16px;
    border-top: 0 none; }
  .cart_item .item_box .table {
    width: 58.33333333%; }
  .cart_item .item_quantity::before {
    content: ""; }
  .cart_item.table .tbody .tr > .item_quantity {
    text-align: center; }
  .cart_item .item_detail .item_subtotal {
    display: none; }
  .cart_item.table .tbody .tr div.item_subtotal {
    display: table-cell;
    text-align: right; }
  .cart_item .item_box .table .item_photo {
    min-width: 160px;
    padding-right: 16px; }
  .column p {
    margin: 16px 0; }
  .column .form-inline input,
  .column .form-inline select {
    margin-bottom: 16px; }
  div.table .tbody .addr_box .column {
    text-align: left;
    position: relative; }
  .addr_box .column.is-edit .btn_edit {
    top: 16px; }
  .multiple_column .item_box > div,
  .multiple_column .item_box > dl {
    padding: 16px 0;
    vertical-align: middle; }
  .multiple_column .item_box .item_photo {
    padding: 16px;
    max-width: 198px; }
  .multiple_column .item_box .item_detail .item_price {
    margin: 8px 0 16px; }
  .multiple_column .form-group {
    margin-top: 16px; }
  .complete_message {
    text-align: center; }
  #confirm_side {
    top: 0; }
  /* payment_list */
  .payment_list .radio {
    display: inline;
    margin-right: 16px;
    vertical-align: middle; }
  .payment_list .radio input[type="radio"] {
    margin-right: 10px; }
  .payment_list li img {
    margin-top: 0;
    vertical-align: middle; }
  /* MyPage
    ------------------------------------------- */
  /* ナビゲーション項目が6件の場合
    .local_nav li {
        width: 16.66666667%
    }*/
  .local_nav li {
    width: 25%; }
  .local_nav.favorite li {
    width: 20%; }
  .historylist_column {
    border-top: 1px solid #ccc;
    margin: 0; }
  .historylist_column .order_date {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 16px; }
  .historylist_column .table.item_box:first-child {
    border-top: 0 none; }
  .historylist_column .item_box .item_photo {
    min-width: 130px; }
  .historylist_column + .pagination {
    padding-top: 16px; }
  .unsubscribe_box h3 {
    font-size: 24px;
    font-size: 2.4rem; }
  .message_box h1 {
    font-size: 24px;
    font-size: 2.4rem; }
  /****** Footer Setting ********/
  /****** Effect Setting ********/
  /* Overlay */
  /****** Each BlockParts Setting ********/
  /* Cart */
  .cart {
    height: 120px;
    top: 44px; }
  /* Search */
  /* ----- category_nav in header  ---- */
  /* ----- category_nav in side ---- */
  /* Member area */
  /****** Each Page Setting ********/
  /* Item List Page
    ------------------------------------------- */
  /* Item Detail Page
    ------------------------------------------- */
  /* Cart Page
    ------------------------------------------- */
  .cart_page .dl_table {
    margin: 24px 0 32px; }
  .cart_page .dl_table dt {
    margin-bottom: 0; }
  #shopping_confirm .cart_item.table {
    border-top: 1px dotted #ccc; }
  #shopping_confirm .column .cart_item.table {
    margin-top: 0; }
  #shopping_confirm .total_box {
    margin-top: 24px;
    padding: 16px;
    min-width: 0;
    width: 100%;
    float: none; }
  #shopping_confirm .total_box dl {
    padding-top: 8px; }
  #shopping_confirm .total_box dl:first-child {
    padding-top: 0; }
  #shopping_confirm .total_box dl dt {
    font-size: 14px;
    font-size: 1.4rem; }
  #shopping_confirm .total_box .total_amount {
    margin-top: 16px; }
  #shopping_confirm .total_box .total_amount p.total_price {
    font-size: 14px;
    font-size: 1.4rem; }
  #shopping_confirm .total_box .total_amount p.total_price strong {
    font-size: 24px;
    font-size: 2.4rem; }
  #shopping_confirm .total_box .total_amount p.total_price strong .small {
    font-size: 14px;
    font-size: 1.4rem; }
  #shopping_confirm .cart_item .item_box .table .item_photo {
    min-width: 80px;
    max-width: 96px; }
  #deliveradd_input .dl_table {
    border-top: 1px dotted #ccc; }
  /* MyPage
    ------------------------------------------- */
  .mypage .intro {
    padding-bottom: 16px; }
  .mypage #shopping_confirm .cart_item,
  .mypage #shopping_confirm .total_box {
    margin-top: 0; }
  .mypage #item_list .product_item {
    padding-bottom: 24px; }
  .mypage .title_hint {
    margin: 24px 0 0; }
  .mypage .title_hint + .form-group {
    padding-top: 8px; }
  /* Registration Page
    ------------------------------------------- */
  .registration_page .dl_table {
    margin: 24px 0 32px; }
  /* Other Page
    ------------------------------------------- */
  /* Login Page */
  #login_box .column {
    padding: 16px 16px 40px; }
  #login_box .column p {
    margin-bottom: 8px; }
  #login_box .column .form-group {
    padding: 8px 0 8px 13%; }
  #login_box .column .btn_area p {
    float: left;
    width: 37%;
    min-width: 195px;
    margin-right: 3%; }
  #login_box .column .btn_area ul {
    margin-top: 0; }
  #login_box .column .btn_area button {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #login_box .column .btn_area ul {
    float: left; }
  #login_box .column .btn_area ul li {
    margin: 4px 0; }
  #login_box .column input[type="text"],
  #login_box .column input[type="email"],
  #login_box .column input[type="password"] {
    width: 85%; }
  #login_box .column .btn_area,
  #login_box .column .message {
    padding: 8px 13%;
    margin: 0; }
  .login_cart .column .column_inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  /* Forgot Page */
  #forgot_page .column {
    padding: 32px;
    margin-bottom: 16px; }
  #forgot_page .column .form-group {
    padding: 8px 0 8px 11%;
    width: 89%; }
  #forgot_page .column .btn_area {
    padding: 20px 0 0 21%;
    width: 79%; }
  #forgot_page .column .message {
    margin-bottom: 16px; }
  /* Error Page */
  .error_page .footer_logo_area {
    margin-top: 0; } }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* mixin */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/* オリジナル */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }
@keyframes zoom {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Noto Sans Japanese", "Quattrocento", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.42857;
  color: #333333;
  background-color: #f8f7f1; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #7b744d;
  text-decoration: none; }
  a:hover, a:focus {
    color: #4c4830;
    text-decoration: underline; }
    a:hover > img, a:focus > img {
      opacity: 0.8; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #f8f7f1;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 200;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1 {
  margin-bottom: 40px; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 40px; }
  @media (min-width: 768px) {
    h1, .h1,
    h2, .h2,
    h3, .h3 {
      margin-top: 60px; } }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 20px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  padding-left: 12px;
  border-left: 5px solid #666;
  font-size: 24px;
  font-weight: 300; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 30px; } }
  h1.natural, .h1.natural {
    padding: 0;
    background: none;
    border: none;
    color: #333333; }
    h1.natural:before, .h1.natural:before {
      display: none; }

h2, .h2 {
  padding: 15px 2px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 20px;
  font-weight: 300; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 24px; } }
  h2.natural, .h2.natural {
    padding: 0;
    background: none;
    border: none;
    color: #333333; }
    h2.natural:before, .h2.natural:before {
      display: none; }

h3, .h3 {
  padding: 10px 15px;
  background-color: #666;
  color: #fff;
  font-size: 16px;
  font-weight: 300; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 18px; } }
  h3.natural, .h3.natural {
    padding: 0;
    background: none;
    border: none;
    color: #333333; }
    h3.natural:before, .h3.natural:before {
      display: none; }
  h3:before, .h3:before {
    content: "";
    padding-left: 12px;
    border-left: 4px solid #fff; }

h4, .h4 {
  padding-left: 8px;
  border-left: 3px solid #666;
  font-size: 16px;
  font-weight: 300; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 18px; } }
  h4.natural, .h4.natural {
    padding: 0;
    background: none;
    border: none;
    color: #333333; }
    h4.natural:before, .h4.natural:before {
      display: none; }

h5, .h5 {
  padding: 10px 12px;
  background-color: #999;
  color: #fff;
  font-size: 16px;
  font-weight: 300; }
  @media (min-width: 768px) {
    h5, .h5 {
      font-size: 18px; } }
  h5.natural, .h5.natural {
    padding: 0;
    background: none;
    border: none;
    color: #333333; }
    h5.natural:before, .h5.natural:before {
      display: none; }

h6, .h6 {
  font-size: 16px;
  font-weight: 300; }
  @media (min-width: 768px) {
    h6, .h6 {
      font-size: 18px; } }
  h6.natural, .h6.natural {
    padding: 0;
    background: none;
    border: none;
    color: #333333; }
    h6.natural:before, .h6.natural:before {
      display: none; }

h1.en-jp,
h2.en-jp,
h3.en-jp,
h4.en-jp,
h5.en-jp,
h6.en-jp,
.en-jp {
  padding: 0;
  background: none;
  border: none;
  text-align: center; }
  h1.en-jp:before,
  h2.en-jp:before,
  h3.en-jp:before,
  h4.en-jp:before,
  h5.en-jp:before,
  h6.en-jp:before,
  .en-jp:before {
    content: none;
    padding-left: 0;
    border: none; }
  h1.en-jp .en,
  h2.en-jp .en,
  h3.en-jp .en,
  h4.en-jp .en,
  h5.en-jp .en,
  h6.en-jp .en,
  .en-jp .en {
    display: block;
    margin-bottom: 8px;
    font-size: 24px;
    color: #999;
    font-weight: normal; }
    @media (min-width: 768px) {
      h1.en-jp .en,
      h2.en-jp .en,
      h3.en-jp .en,
      h4.en-jp .en,
      h5.en-jp .en,
      h6.en-jp .en,
      .en-jp .en {
        font-size: 30px; } }
  h1.en-jp .jp,
  h2.en-jp .jp,
  h3.en-jp .jp,
  h4.en-jp .jp,
  h5.en-jp .jp,
  h6.en-jp .jp,
  .en-jp .jp {
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: 300; }
    @media (min-width: 768px) {
      h1.en-jp .jp,
      h2.en-jp .jp,
      h3.en-jp .jp,
      h4.en-jp .jp,
      h5.en-jp .jp,
      h6.en-jp .jp,
      .en-jp .jp {
        font-size: 18px; } }

.en {
  font-family: "Quattrocento", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.jp {
  font-family: "Noto Sans Japanese", "Quattrocento", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif; }

p {
  margin: 0 0 20px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

@media (max-width: 767px) {
  .text-left-sp {
    text-align: left; } }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-color {
  color: #333333; }

a.text-color:hover,
a.text-color:focus {
  color: #1a1a1a; }

.text-primary {
  color: #7b744d; }

a.text-primary:hover,
a.text-primary:focus {
  color: #5c5639; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #b9b29b; }

a.text-info:hover,
a.text-info:focus {
  color: #a49b7d; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #c12a2a; }

a.text-danger:hover,
a.text-danger:focus {
  color: #972121; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #7b744d; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #5c5639; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0; }
  ul li,
  ol li {
    list-style: none; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

ul.row,
ul.natural {
  padding-left: 0; }
  ul.row li,
  ul.natural li {
    list-style: none; }

ol.row,
ol.natural {
  padding-left: 0; }
  ol.row li,
  ol.natural li {
    list-style: none; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: 300; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }

.d-block {
  display: block; }

.d-inline-block {
  display: inline-block; }

.d-inline {
  display: inline; }

strong {
  font-weight: 300; }

br.sp {
  display: none; }
  @media (min-width: 768px) {
    br.sp {
      display: inline; } }

a.link-box {
  display: block;
  color: #333333; }
  a.link-box:hover, a.link-box:focus {
    color: #333333;
    text-decoration: none;
    opacity: 0.6; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1070px) {
    .container {
      width: 1050px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

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

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

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

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

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

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

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

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1070px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #f8f7f1; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 300; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 6px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 31.5px;
  padding: 5px 14px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 31.5px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 33px;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 33px;
  line-height: 33px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 18px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 18px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 40px;
  padding: 11px 18px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 39.375px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 31.5px;
  height: 31.5px;
  line-height: 31.5px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 6px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 14px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 999px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #fff;
  background: #666 -webkit-gradient(linear, left top, left bottom, from(#666), to(#595959));
  background: #666 -webkit-linear-gradient(top, #666, #595959);
  background: #666 -o-linear-gradient(top, #666, #595959);
  background: #666 linear-gradient(to bottom, #666, #595959);
  border-color: #666; }
  .btn-default:focus, .btn-default.focus {
    color: #fff;
    background: #666 -webkit-gradient(linear, left top, left bottom, from(#737373), to(#666));
    background: #666 -webkit-linear-gradient(top, #737373, #666);
    background: #666 -o-linear-gradient(top, #737373, #666);
    background: #666 linear-gradient(to bottom, #737373, #666);
    border-color: #666; }
  .btn-default:hover {
    color: #fff;
    background: #666 -webkit-gradient(linear, left top, left bottom, from(#737373), to(#666));
    background: #666 -webkit-linear-gradient(top, #737373, #666);
    background: #666 -o-linear-gradient(top, #737373, #666);
    background: #666 linear-gradient(to bottom, #737373, #666);
    border-color: #666; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #fff;
    background: #666 -webkit-gradient(linear, left top, left bottom, from(#737373), to(#666));
    background: #666 -webkit-linear-gradient(top, #737373, #666);
    background: #666 -o-linear-gradient(top, #737373, #666);
    background: #666 linear-gradient(to bottom, #737373, #666);
    border-color: #666; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #fff;
      background: #666 -webkit-gradient(linear, left top, left bottom, from(#737373), to(#666));
      background: #666 -webkit-linear-gradient(top, #737373, #666);
      background: #666 -o-linear-gradient(top, #737373, #666);
      background: #666 linear-gradient(to bottom, #737373, #666);
      border-color: #666; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background: #666 -webkit-gradient(linear, left top, left bottom, from(#737373), to(#666));
    background: #666 -webkit-linear-gradient(top, #737373, #666);
    background: #666 -o-linear-gradient(top, #737373, #666);
    background: #666 linear-gradient(to bottom, #737373, #666);
    border-color: #666; }
  .btn-default .badge {
    color: #666;
    background-color: #fff; }

.btn-primary {
  color: #fff;
  background: #7b744d -webkit-gradient(linear, left top, left bottom, from(#7b744d), to(#6b6543));
  background: #7b744d -webkit-linear-gradient(top, #7b744d, #6b6543);
  background: #7b744d -o-linear-gradient(top, #7b744d, #6b6543);
  background: #7b744d linear-gradient(to bottom, #7b744d, #6b6543);
  border-color: #6b6543; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background: #7b744d -webkit-gradient(linear, left top, left bottom, from(#8b8357), to(#7b744d));
    background: #7b744d -webkit-linear-gradient(top, #8b8357, #7b744d);
    background: #7b744d -o-linear-gradient(top, #8b8357, #7b744d);
    background: #7b744d linear-gradient(to bottom, #8b8357, #7b744d);
    border-color: #6b6543; }
  .btn-primary:hover {
    color: #fff;
    background: #7b744d -webkit-gradient(linear, left top, left bottom, from(#8b8357), to(#7b744d));
    background: #7b744d -webkit-linear-gradient(top, #8b8357, #7b744d);
    background: #7b744d -o-linear-gradient(top, #8b8357, #7b744d);
    background: #7b744d linear-gradient(to bottom, #8b8357, #7b744d);
    border-color: #6b6543; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background: #7b744d -webkit-gradient(linear, left top, left bottom, from(#8b8357), to(#7b744d));
    background: #7b744d -webkit-linear-gradient(top, #8b8357, #7b744d);
    background: #7b744d -o-linear-gradient(top, #8b8357, #7b744d);
    background: #7b744d linear-gradient(to bottom, #8b8357, #7b744d);
    border-color: #6b6543; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background: #7b744d -webkit-gradient(linear, left top, left bottom, from(#8b8357), to(#7b744d));
      background: #7b744d -webkit-linear-gradient(top, #8b8357, #7b744d);
      background: #7b744d -o-linear-gradient(top, #8b8357, #7b744d);
      background: #7b744d linear-gradient(to bottom, #8b8357, #7b744d);
      border-color: #6b6543; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background: #7b744d -webkit-gradient(linear, left top, left bottom, from(#8b8357), to(#7b744d));
    background: #7b744d -webkit-linear-gradient(top, #8b8357, #7b744d);
    background: #7b744d -o-linear-gradient(top, #8b8357, #7b744d);
    background: #7b744d linear-gradient(to bottom, #8b8357, #7b744d);
    border-color: #6b6543; }
  .btn-primary .badge {
    color: #7b744d;
    background-color: #fff; }

.btn-primary-border {
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #7b744d;
  border-color: #7b744d; }
  .btn-primary-border:focus, .btn-primary-border.focus {
    color: #d6d2be;
    border-color: #d6d2be; }
  .btn-primary-border:hover {
    color: #afa87f;
    border-color: #afa87f; }
  .btn-primary-border:active, .btn-primary-border.active,
  .open > .btn-primary-border.dropdown-toggle {
    color: #afa87f;
    border-color: #afa87f; }
    .btn-primary-border:active:hover, .btn-primary-border:active:focus, .btn-primary-border:active.focus, .btn-primary-border.active:hover, .btn-primary-border.active:focus, .btn-primary-border.active.focus,
    .open > .btn-primary-border.dropdown-toggle:hover,
    .open > .btn-primary-border.dropdown-toggle:focus,
    .open > .btn-primary-border.dropdown-toggle.focus {
      color: #d6d2be;
      border-color: #d6d2be; }
  .btn-primary-border:active, .btn-primary-border.active,
  .open > .btn-primary-border.dropdown-toggle {
    background-image: none; }
  .btn-primary-border.disabled:hover, .btn-primary-border.disabled:focus, .btn-primary-border.disabled.focus, .btn-primary-border[disabled]:hover, .btn-primary-border[disabled]:focus, .btn-primary-border[disabled].focus,
  fieldset[disabled] .btn-primary-border:hover,
  fieldset[disabled] .btn-primary-border:focus,
  fieldset[disabled] .btn-primary-border.focus {
    border-color: #7b744d; }
  .btn-primary-border .badge {
    color: #7b744d; }

.btn-success {
  color: #fff;
  background: #9e4318 -webkit-gradient(linear, left top, left bottom, from(#9e4318), to(#883a15));
  background: #9e4318 -webkit-linear-gradient(top, #9e4318, #883a15);
  background: #9e4318 -o-linear-gradient(top, #9e4318, #883a15);
  background: #9e4318 linear-gradient(to bottom, #9e4318, #883a15);
  border-color: #883a15; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background: #9e4318 -webkit-gradient(linear, left top, left bottom, from(#b44c1b), to(#9e4318));
    background: #9e4318 -webkit-linear-gradient(top, #b44c1b, #9e4318);
    background: #9e4318 -o-linear-gradient(top, #b44c1b, #9e4318);
    background: #9e4318 linear-gradient(to bottom, #b44c1b, #9e4318);
    border-color: #883a15; }
  .btn-success:hover {
    color: #fff;
    background: #9e4318 -webkit-gradient(linear, left top, left bottom, from(#b44c1b), to(#9e4318));
    background: #9e4318 -webkit-linear-gradient(top, #b44c1b, #9e4318);
    background: #9e4318 -o-linear-gradient(top, #b44c1b, #9e4318);
    background: #9e4318 linear-gradient(to bottom, #b44c1b, #9e4318);
    border-color: #883a15; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background: #9e4318 -webkit-gradient(linear, left top, left bottom, from(#b44c1b), to(#9e4318));
    background: #9e4318 -webkit-linear-gradient(top, #b44c1b, #9e4318);
    background: #9e4318 -o-linear-gradient(top, #b44c1b, #9e4318);
    background: #9e4318 linear-gradient(to bottom, #b44c1b, #9e4318);
    border-color: #883a15; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background: #9e4318 -webkit-gradient(linear, left top, left bottom, from(#b44c1b), to(#9e4318));
      background: #9e4318 -webkit-linear-gradient(top, #b44c1b, #9e4318);
      background: #9e4318 -o-linear-gradient(top, #b44c1b, #9e4318);
      background: #9e4318 linear-gradient(to bottom, #b44c1b, #9e4318);
      border-color: #883a15; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background: #9e4318 -webkit-gradient(linear, left top, left bottom, from(#b44c1b), to(#9e4318));
    background: #9e4318 -webkit-linear-gradient(top, #b44c1b, #9e4318);
    background: #9e4318 -o-linear-gradient(top, #b44c1b, #9e4318);
    background: #9e4318 linear-gradient(to bottom, #b44c1b, #9e4318);
    border-color: #883a15; }
  .btn-success .badge {
    color: #9e4318;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background: #b9b29b -webkit-gradient(linear, left top, left bottom, from(#b9b29b), to(#afa68c));
  background: #b9b29b -webkit-linear-gradient(top, #b9b29b, #afa68c);
  background: #b9b29b -o-linear-gradient(top, #b9b29b, #afa68c);
  background: #b9b29b linear-gradient(to bottom, #b9b29b, #afa68c);
  border-color: #afa68c; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background: #b9b29b -webkit-gradient(linear, left top, left bottom, from(#c4beaa), to(#b9b29b));
    background: #b9b29b -webkit-linear-gradient(top, #c4beaa, #b9b29b);
    background: #b9b29b -o-linear-gradient(top, #c4beaa, #b9b29b);
    background: #b9b29b linear-gradient(to bottom, #c4beaa, #b9b29b);
    border-color: #afa68c; }
  .btn-info:hover {
    color: #fff;
    background: #b9b29b -webkit-gradient(linear, left top, left bottom, from(#c4beaa), to(#b9b29b));
    background: #b9b29b -webkit-linear-gradient(top, #c4beaa, #b9b29b);
    background: #b9b29b -o-linear-gradient(top, #c4beaa, #b9b29b);
    background: #b9b29b linear-gradient(to bottom, #c4beaa, #b9b29b);
    border-color: #afa68c; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background: #b9b29b -webkit-gradient(linear, left top, left bottom, from(#c4beaa), to(#b9b29b));
    background: #b9b29b -webkit-linear-gradient(top, #c4beaa, #b9b29b);
    background: #b9b29b -o-linear-gradient(top, #c4beaa, #b9b29b);
    background: #b9b29b linear-gradient(to bottom, #c4beaa, #b9b29b);
    border-color: #afa68c; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background: #b9b29b -webkit-gradient(linear, left top, left bottom, from(#c4beaa), to(#b9b29b));
      background: #b9b29b -webkit-linear-gradient(top, #c4beaa, #b9b29b);
      background: #b9b29b -o-linear-gradient(top, #c4beaa, #b9b29b);
      background: #b9b29b linear-gradient(to bottom, #c4beaa, #b9b29b);
      border-color: #afa68c; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background: #b9b29b -webkit-gradient(linear, left top, left bottom, from(#c4beaa), to(#b9b29b));
    background: #b9b29b -webkit-linear-gradient(top, #c4beaa, #b9b29b);
    background: #b9b29b -o-linear-gradient(top, #c4beaa, #b9b29b);
    background: #b9b29b linear-gradient(to bottom, #c4beaa, #b9b29b);
    border-color: #afa68c; }
  .btn-info .badge {
    color: #b9b29b;
    background-color: #fff; }

.btn-info-border {
  width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #b9b29b;
  border-color: #b9b29b; }
  .btn-info-border:focus, .btn-info-border.focus {
    color: white;
    border-color: white; }
  .btn-info-border:hover {
    color: #e3e0d7;
    border-color: #e3e0d7; }
  .btn-info-border:active, .btn-info-border.active,
  .open > .btn-info-border.dropdown-toggle {
    color: #e3e0d7;
    border-color: #e3e0d7; }
    .btn-info-border:active:hover, .btn-info-border:active:focus, .btn-info-border:active.focus, .btn-info-border.active:hover, .btn-info-border.active:focus, .btn-info-border.active.focus,
    .open > .btn-info-border.dropdown-toggle:hover,
    .open > .btn-info-border.dropdown-toggle:focus,
    .open > .btn-info-border.dropdown-toggle.focus {
      color: white;
      border-color: white; }
  .btn-info-border:active, .btn-info-border.active,
  .open > .btn-info-border.dropdown-toggle {
    background-image: none; }
  .btn-info-border.disabled:hover, .btn-info-border.disabled:focus, .btn-info-border.disabled.focus, .btn-info-border[disabled]:hover, .btn-info-border[disabled]:focus, .btn-info-border[disabled].focus,
  fieldset[disabled] .btn-info-border:hover,
  fieldset[disabled] .btn-info-border:focus,
  fieldset[disabled] .btn-info-border.focus {
    border-color: #b9b29b; }
  .btn-info-border .badge {
    color: #b9b29b; }

.btn-warning {
  color: #fff;
  background: #f0ad4e -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eea236));
  background: #f0ad4e -webkit-linear-gradient(top, #f0ad4e, #eea236);
  background: #f0ad4e -o-linear-gradient(top, #f0ad4e, #eea236);
  background: #f0ad4e linear-gradient(to bottom, #f0ad4e, #eea236);
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background: #f0ad4e -webkit-gradient(linear, left top, left bottom, from(#f2b866), to(#f0ad4e));
    background: #f0ad4e -webkit-linear-gradient(top, #f2b866, #f0ad4e);
    background: #f0ad4e -o-linear-gradient(top, #f2b866, #f0ad4e);
    background: #f0ad4e linear-gradient(to bottom, #f2b866, #f0ad4e);
    border-color: #eea236; }
  .btn-warning:hover {
    color: #fff;
    background: #f0ad4e -webkit-gradient(linear, left top, left bottom, from(#f2b866), to(#f0ad4e));
    background: #f0ad4e -webkit-linear-gradient(top, #f2b866, #f0ad4e);
    background: #f0ad4e -o-linear-gradient(top, #f2b866, #f0ad4e);
    background: #f0ad4e linear-gradient(to bottom, #f2b866, #f0ad4e);
    border-color: #eea236; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background: #f0ad4e -webkit-gradient(linear, left top, left bottom, from(#f2b866), to(#f0ad4e));
    background: #f0ad4e -webkit-linear-gradient(top, #f2b866, #f0ad4e);
    background: #f0ad4e -o-linear-gradient(top, #f2b866, #f0ad4e);
    background: #f0ad4e linear-gradient(to bottom, #f2b866, #f0ad4e);
    border-color: #eea236; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background: #f0ad4e -webkit-gradient(linear, left top, left bottom, from(#f2b866), to(#f0ad4e));
      background: #f0ad4e -webkit-linear-gradient(top, #f2b866, #f0ad4e);
      background: #f0ad4e -o-linear-gradient(top, #f2b866, #f0ad4e);
      background: #f0ad4e linear-gradient(to bottom, #f2b866, #f0ad4e);
      border-color: #eea236; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background: #f0ad4e -webkit-gradient(linear, left top, left bottom, from(#f2b866), to(#f0ad4e));
    background: #f0ad4e -webkit-linear-gradient(top, #f2b866, #f0ad4e);
    background: #f0ad4e -o-linear-gradient(top, #f2b866, #f0ad4e);
    background: #f0ad4e linear-gradient(to bottom, #f2b866, #f0ad4e);
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background: #c12a2a -webkit-gradient(linear, left top, left bottom, from(#c12a2a), to(#ac2525));
  background: #c12a2a -webkit-linear-gradient(top, #c12a2a, #ac2525);
  background: #c12a2a -o-linear-gradient(top, #c12a2a, #ac2525);
  background: #c12a2a linear-gradient(to bottom, #c12a2a, #ac2525);
  border-color: #ac2525; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background: #c12a2a -webkit-gradient(linear, left top, left bottom, from(#d23232), to(#c12a2a));
    background: #c12a2a -webkit-linear-gradient(top, #d23232, #c12a2a);
    background: #c12a2a -o-linear-gradient(top, #d23232, #c12a2a);
    background: #c12a2a linear-gradient(to bottom, #d23232, #c12a2a);
    border-color: #ac2525; }
  .btn-danger:hover {
    color: #fff;
    background: #c12a2a -webkit-gradient(linear, left top, left bottom, from(#d23232), to(#c12a2a));
    background: #c12a2a -webkit-linear-gradient(top, #d23232, #c12a2a);
    background: #c12a2a -o-linear-gradient(top, #d23232, #c12a2a);
    background: #c12a2a linear-gradient(to bottom, #d23232, #c12a2a);
    border-color: #ac2525; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background: #c12a2a -webkit-gradient(linear, left top, left bottom, from(#d23232), to(#c12a2a));
    background: #c12a2a -webkit-linear-gradient(top, #d23232, #c12a2a);
    background: #c12a2a -o-linear-gradient(top, #d23232, #c12a2a);
    background: #c12a2a linear-gradient(to bottom, #d23232, #c12a2a);
    border-color: #ac2525; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background: #c12a2a -webkit-gradient(linear, left top, left bottom, from(#d23232), to(#c12a2a));
      background: #c12a2a -webkit-linear-gradient(top, #d23232, #c12a2a);
      background: #c12a2a -o-linear-gradient(top, #d23232, #c12a2a);
      background: #c12a2a linear-gradient(to bottom, #d23232, #c12a2a);
      border-color: #ac2525; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background: #c12a2a -webkit-gradient(linear, left top, left bottom, from(#d23232), to(#c12a2a));
    background: #c12a2a -webkit-linear-gradient(top, #d23232, #c12a2a);
    background: #c12a2a -o-linear-gradient(top, #d23232, #c12a2a);
    background: #c12a2a linear-gradient(to bottom, #d23232, #c12a2a);
    border-color: #ac2525; }
  .btn-danger .badge {
    color: #c12a2a;
    background-color: #fff; }

.btn-danger-border {
  width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #c12a2a;
  border-color: #c12a2a; }
  .btn-danger-border:focus, .btn-danger-border.focus {
    color: #f2c5c5;
    border-color: #f2c5c5; }
  .btn-danger-border:hover {
    color: #e07171;
    border-color: #e07171; }
  .btn-danger-border:active, .btn-danger-border.active,
  .open > .btn-danger-border.dropdown-toggle {
    color: #e07171;
    border-color: #e07171; }
    .btn-danger-border:active:hover, .btn-danger-border:active:focus, .btn-danger-border:active.focus, .btn-danger-border.active:hover, .btn-danger-border.active:focus, .btn-danger-border.active.focus,
    .open > .btn-danger-border.dropdown-toggle:hover,
    .open > .btn-danger-border.dropdown-toggle:focus,
    .open > .btn-danger-border.dropdown-toggle.focus {
      color: #f2c5c5;
      border-color: #f2c5c5; }
  .btn-danger-border:active, .btn-danger-border.active,
  .open > .btn-danger-border.dropdown-toggle {
    background-image: none; }
  .btn-danger-border.disabled:hover, .btn-danger-border.disabled:focus, .btn-danger-border.disabled.focus, .btn-danger-border[disabled]:hover, .btn-danger-border[disabled]:focus, .btn-danger-border[disabled].focus,
  fieldset[disabled] .btn-danger-border:hover,
  fieldset[disabled] .btn-danger-border:focus,
  fieldset[disabled] .btn-danger-border.focus {
    border-color: #c12a2a; }
  .btn-danger-border .badge {
    color: #c12a2a; }

span.btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: auto; }

span.btn-off {
  background-color: #D2D2D2;
  border-color: #D2D2D2;
  color: #FFF; }

span.btn-off-border {
  color: #D2D2D2;
  border-color: #D2D2D2; }
  span.btn-off-border:hover, span.btn-off-border:focus {
    color: #D2D2D2;
    border-color: #D2D2D2;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-link {
  color: #7b744d;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #4c4830;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 18px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 999px; }

.btn-sm {
  padding: 5px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 999px; }

.btn-xs {
  padding: 1px 8px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 999px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

.btn-arrow {
  padding-right: 27px;
  position: relative; }
  .btn-arrow:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 14px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.button-lg-box .btn {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  .button-lg-box .btn.btn-primary, .button-lg-box .btn.btn-info, .button-lg-box .btn.btn-danger {
    border-bottom: 8px solid #5c5639; }
    .button-lg-box .btn.btn-primary:hover, .button-lg-box .btn.btn-primary:focus, .button-lg-box .btn.btn-primary:active, .button-lg-box .btn.btn-info:hover, .button-lg-box .btn.btn-info:focus, .button-lg-box .btn.btn-info:active, .button-lg-box .btn.btn-danger:hover, .button-lg-box .btn.btn-danger:focus, .button-lg-box .btn.btn-danger:active {
      border-bottom-color: #7b744d; }
      .button-lg-box .btn.btn-primary:hover img.icon-win, .button-lg-box .btn.btn-primary:focus img.icon-win, .button-lg-box .btn.btn-primary:active img.icon-win, .button-lg-box .btn.btn-info:hover img.icon-win, .button-lg-box .btn.btn-info:focus img.icon-win, .button-lg-box .btn.btn-info:active img.icon-win, .button-lg-box .btn.btn-danger:hover img.icon-win, .button-lg-box .btn.btn-danger:focus img.icon-win, .button-lg-box .btn.btn-danger:active img.icon-win {
        opacity: 1; }
    .button-lg-box .btn.btn-primary.btn-info, .button-lg-box .btn.btn-info.btn-info, .button-lg-box .btn.btn-danger.btn-info {
      border-bottom-color: #a49b7d; }
      .button-lg-box .btn.btn-primary.btn-info:hover, .button-lg-box .btn.btn-primary.btn-info:focus, .button-lg-box .btn.btn-primary.btn-info:active, .button-lg-box .btn.btn-info.btn-info:hover, .button-lg-box .btn.btn-info.btn-info:focus, .button-lg-box .btn.btn-info.btn-info:active, .button-lg-box .btn.btn-danger.btn-info:hover, .button-lg-box .btn.btn-danger.btn-info:focus, .button-lg-box .btn.btn-danger.btn-info:active {
        border-bottom-color: #b9b29b; }
    .button-lg-box .btn.btn-primary.btn-danger, .button-lg-box .btn.btn-info.btn-danger, .button-lg-box .btn.btn-danger.btn-danger {
      border-bottom-color: #972121; }
      .button-lg-box .btn.btn-primary.btn-danger:hover, .button-lg-box .btn.btn-primary.btn-danger:focus, .button-lg-box .btn.btn-primary.btn-danger:active, .button-lg-box .btn.btn-info.btn-danger:hover, .button-lg-box .btn.btn-info.btn-danger:focus, .button-lg-box .btn.btn-info.btn-danger:active, .button-lg-box .btn.btn-danger.btn-danger:hover, .button-lg-box .btn.btn-danger.btn-danger:focus, .button-lg-box .btn.btn-danger.btn-danger:active {
        border-bottom-color: #c12a2a; }

.button-lg-box span.btn-off {
  border-bottom: 8px solid #ababab;
  cursor: auto;
  -webkit-box-shadow: none;
  box-shadow: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Noto Sans Japanese", "Quattrocento", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Noto Sans Japanese", "Quattrocento", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.font-size-base {
  font-size: 14px; }
  @media (min-width: 768px) {
    .font-size-base {
      font-size: 16px; } }

.font-size-ultralarge {
  font-size: 24px; }
  @media (min-width: 768px) {
    .font-size-ultralarge {
      font-size: 30px; } }

.font-size-superlarge {
  font-size: 20px; }
  @media (min-width: 768px) {
    .font-size-superlarge {
      font-size: 24px; } }

.font-size-large {
  font-size: 16px; }
  @media (min-width: 768px) {
    .font-size-large {
      font-size: 18px; } }

.font-size-small {
  font-size: 12px; }
  @media (min-width: 768px) {
    .font-size-small {
      font-size: 14px; } }

.text-decoration-none {
  text-decoration: none; }
  .text-decoration-none:hover, .text-decoration-none:focus {
    text-decoration: none; }

.margin-top-md {
  margin-top: 50px; }
  @media (min-width: 768px) {
    .margin-top-md {
      margin-top: 100px; } }

.margin-top-lg {
  margin-top: 80px; }
  @media (min-width: 768px) {
    .margin-top-lg {
      margin-top: 130px; } }

.mT0 {
  margin-top: 0; }

.mT5 {
  margin-top: 5px; }

.mT10 {
  margin-top: 10px; }

.mT15 {
  margin-top: 15px; }

.mT20 {
  margin-top: 20px; }

.mT25 {
  margin-top: 25px; }

.mT30 {
  margin-top: 30px; }

.mT35 {
  margin-top: 35px; }

.mT40 {
  margin-top: 40px; }

.mT45 {
  margin-top: 45px; }

.mT50 {
  margin-top: 50px; }

.mT55 {
  margin-top: 55px; }

.mT60 {
  margin-top: 60px; }

.mT65 {
  margin-top: 65px; }

.mT70 {
  margin-top: 70px; }

.mT75 {
  margin-top: 75px; }

.mT80 {
  margin-top: 80px; }

.mT85 {
  margin-top: 85px; }

.mT90 {
  margin-top: 90px; }

.mT95 {
  margin-top: 95px; }

.mT100 {
  margin-top: 100px; }

.mT110 {
  margin-top: 110px; }

.mT120 {
  margin-top: 120px; }

.mT130 {
  margin-top: 130px; }

.mT140 {
  margin-top: 140px; }

.mT150 {
  margin-top: 150px; }

.mT160 {
  margin-top: 160px; }

.mT170 {
  margin-top: 170px; }

.mT180 {
  margin-top: 180px; }

.mB0 {
  margin-bottom: 0; }

.mB5 {
  margin-bottom: 5px; }

.mB10 {
  margin-bottom: 10px; }

.mB15 {
  margin-bottom: 15px; }

.mB20 {
  margin-bottom: 20px; }

.mB25 {
  margin-bottom: 25px; }

.mB30 {
  margin-bottom: 30px; }

.mB35 {
  margin-bottom: 35px; }

.mB40 {
  margin-bottom: 40px; }

.mB45 {
  margin-bottom: 45px; }

.mB50 {
  margin-bottom: 50px; }

.mB55 {
  margin-bottom: 55px; }

.mB60 {
  margin-bottom: 60px; }

.mB65 {
  margin-bottom: 65px; }

.mB70 {
  margin-bottom: 70px; }

.mB75 {
  margin-bottom: 75px; }

.mB80 {
  margin-bottom: 80px; }

.mB85 {
  margin-bottom: 85px; }

.mB90 {
  margin-bottom: 90px; }

.mB95 {
  margin-bottom: 95px; }

.mB100 {
  margin-bottom: 100px; }

.mB110 {
  margin-bottom: 110px; }

.mB120 {
  margin-bottom: 120px; }

.mB130 {
  margin-bottom: 130px; }

.mB140 {
  margin-bottom: 140px; }

.mB150 {
  margin-bottom: 150px; }

.mB160 {
  margin-bottom: 160px; }

.mB170 {
  margin-bottom: 170px; }

.mB180 {
  margin-bottom: 180px; }

.mL0 {
  margin-left: 0; }

.mL5 {
  margin-left: 5px; }

.mL10 {
  margin-left: 10px; }

.mL15 {
  margin-left: 15px; }

.mL20 {
  margin-left: 20px; }

.mL25 {
  margin-left: 25px; }

.mL30 {
  margin-left: 30px; }

.mL35 {
  margin-left: 35px; }

.mL40 {
  margin-left: 40px; }

.mL45 {
  margin-left: 45px; }

.mL50 {
  margin-left: 50px; }

.mL55 {
  margin-left: 55px; }

.mL60 {
  margin-left: 60px; }

.mL65 {
  margin-left: 65px; }

.mL70 {
  margin-left: 70px; }

.mL75 {
  margin-left: 75px; }

.mL80 {
  margin-left: 80px; }

.mL85 {
  margin-left: 85px; }

.mL90 {
  margin-left: 90px; }

.mL95 {
  margin-left: 95px; }

.mL100 {
  margin-left: 100px; }

.mL110 {
  margin-left: 110px; }

.mL120 {
  margin-left: 120px; }

.mL130 {
  margin-left: 130px; }

.mL140 {
  margin-left: 140px; }

.mL150 {
  margin-left: 150px; }

.mL160 {
  margin-left: 160px; }

.mL170 {
  margin-left: 170px; }

.mL180 {
  margin-left: 180px; }

.mR0 {
  margin-right: 0; }

.mR5 {
  margin-right: 5px; }

.mR10 {
  margin-right: 10px; }

.mR15 {
  margin-right: 15px; }

.mR20 {
  margin-right: 20px; }

.mR25 {
  margin-right: 25px; }

.mR30 {
  margin-right: 30px; }

.mR35 {
  margin-right: 35px; }

.mR40 {
  margin-right: 40px; }

.mR45 {
  margin-right: 45px; }

.mR50 {
  margin-right: 50px; }

.mR55 {
  margin-right: 55px; }

.mR60 {
  margin-right: 60px; }

.mR65 {
  margin-right: 65px; }

.mR70 {
  margin-right: 70px; }

.mR75 {
  margin-right: 75px; }

.mR80 {
  margin-right: 80px; }

.mR85 {
  margin-right: 85px; }

.mR90 {
  margin-right: 90px; }

.mR95 {
  margin-right: 95px; }

.mR100 {
  margin-right: 100px; }

.mR110 {
  margin-right: 110px; }

.mR120 {
  margin-right: 120px; }

.mR130 {
  margin-right: 130px; }

.mR140 {
  margin-right: 140px; }

.mR150 {
  margin-right: 150px; }

.mR160 {
  margin-right: 160px; }

.mR170 {
  margin-right: 170px; }

.mR180 {
  margin-right: 180px; }

/*--------------------------------------------------
  パディング
--------------------------------------------------*/
.pT0 {
  padding-top: 0; }

.pT5 {
  padding-top: 5px; }

.pT10 {
  padding-top: 10px; }

.pT15 {
  padding-top: 15px; }

.pT20 {
  padding-top: 20px; }

.pT25 {
  padding-top: 25px; }

.pT30 {
  padding-top: 30px; }

.pT35 {
  padding-top: 35px; }

.pT40 {
  padding-top: 40px; }

.pT45 {
  padding-top: 45px; }

.pT50 {
  padding-top: 50px; }

.pT55 {
  padding-top: 55px; }

.pT60 {
  padding-top: 60px; }

.pT65 {
  padding-top: 65px; }

.pT70 {
  padding-top: 70px; }

.pT75 {
  padding-top: 75px; }

.pT80 {
  padding-top: 80px; }

.pT85 {
  padding-top: 85px; }

.pT90 {
  padding-top: 90px; }

.pT95 {
  padding-top: 95px; }

.pT100 {
  padding-top: 100px; }

.pT110 {
  padding-top: 110px; }

.pT120 {
  padding-top: 120px; }

.pT130 {
  padding-top: 130px; }

.pT140 {
  padding-top: 140px; }

.pT150 {
  padding-top: 150px; }

.pT160 {
  padding-top: 160px; }

.pT170 {
  padding-top: 170px; }

.pT180 {
  padding-top: 180px; }

.pB0 {
  padding-bottom: 0; }

.pB5 {
  padding-bottom: 5px; }

.pB10 {
  padding-bottom: 10px; }

.pB15 {
  padding-bottom: 15px; }

.pB20 {
  padding-bottom: 20px; }

.pB25 {
  padding-bottom: 25px; }

.pB30 {
  padding-bottom: 30px; }

.pB35 {
  padding-bottom: 35px; }

.pB40 {
  padding-bottom: 40px; }

.pB45 {
  padding-bottom: 45px; }

.pB50 {
  padding-bottom: 50px; }

.pB55 {
  padding-bottom: 55px; }

.pB60 {
  padding-bottom: 60px; }

.pB65 {
  padding-bottom: 65px; }

.pB70 {
  padding-bottom: 70px; }

.pB75 {
  padding-bottom: 75px; }

.pB80 {
  padding-bottom: 80px; }

.pB85 {
  padding-bottom: 85px; }

.pB90 {
  padding-bottom: 90px; }

.pB95 {
  padding-bottom: 95px; }

.pB100 {
  padding-bottom: 100px; }

.pB110 {
  padding-bottom: 110px; }

.pB120 {
  padding-bottom: 120px; }

.pB130 {
  padding-bottom: 130px; }

.pB140 {
  padding-bottom: 140px; }

.pB150 {
  padding-bottom: 150px; }

.pB160 {
  padding-bottom: 160px; }

.pB170 {
  padding-bottom: 170px; }

.pB180 {
  padding-bottom: 180px; }

.pL0 {
  padding-left: 0; }

.pL5 {
  padding-left: 5px; }

.pL10 {
  padding-left: 10px; }

.pL15 {
  padding-left: 15px; }

.pL20 {
  padding-left: 20px; }

.pL25 {
  padding-left: 25px; }

.pL30 {
  padding-left: 30px; }

.pL35 {
  padding-left: 35px; }

.pL40 {
  padding-left: 40px; }

.pL45 {
  padding-left: 45px; }

.pL50 {
  padding-left: 50px; }

.pL55 {
  padding-left: 55px; }

.pL60 {
  padding-left: 60px; }

.pL65 {
  padding-left: 65px; }

.pL70 {
  padding-left: 70px; }

.pL75 {
  padding-left: 75px; }

.pL80 {
  padding-left: 80px; }

.pL85 {
  padding-left: 85px; }

.pL90 {
  padding-left: 90px; }

.pL95 {
  padding-left: 95px; }

.pL100 {
  padding-left: 100px; }

.pL110 {
  padding-left: 110px; }

.pL120 {
  padding-left: 120px; }

.pL130 {
  padding-left: 130px; }

.pL140 {
  padding-left: 140px; }

.pL150 {
  padding-left: 150px; }

.pL160 {
  padding-left: 160px; }

.pL170 {
  padding-left: 170px; }

.pL180 {
  padding-left: 180px; }

.pR0 {
  padding-right: 0; }

.pR5 {
  padding-right: 5px; }

.pR10 {
  padding-right: 10px; }

.pR15 {
  padding-right: 15px; }

.pR20 {
  padding-right: 20px; }

.pR25 {
  padding-right: 25px; }

.pR30 {
  padding-right: 30px; }

.pR35 {
  padding-right: 35px; }

.pR40 {
  padding-right: 40px; }

.pR45 {
  padding-right: 45px; }

.pR50 {
  padding-right: 50px; }

.pR55 {
  padding-right: 55px; }

.pR60 {
  padding-right: 60px; }

.pR65 {
  padding-right: 65px; }

.pR70 {
  padding-right: 70px; }

.pR75 {
  padding-right: 75px; }

.pR80 {
  padding-right: 80px; }

.pR85 {
  padding-right: 85px; }

.pR90 {
  padding-right: 90px; }

.pR95 {
  padding-right: 95px; }

.pR100 {
  padding-right: 100px; }

.pR110 {
  padding-right: 110px; }

.pR120 {
  padding-right: 120px; }

.pR130 {
  padding-right: 130px; }

.pR140 {
  padding-right: 140px; }

.pR150 {
  padding-right: 150px; }

.pR160 {
  padding-right: 160px; }

.pR170 {
  padding-right: 170px; }

.pR180 {
  padding-right: 180px; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1069px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1069px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1069px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1069px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1070px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1070px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1070px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1070px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1069px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1070px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* フォントの設定 */
/*
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 100;
	src: url(fonts/NotoSansCJKjp-Thin.woff2) format('woff2'),
		url(fonts/NotoSansCJKjp-Thin.woff) format('woff'),
		url(fonts/NotoSansCJKjp-Thin.otf) format('opentype');
}
*/
/*
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 200;
	src: url(fonts/NotoSansCJKjp-Light.woff2) format('woff2'),
		url(fonts/NotoSansCJKjp-Light.woff) format('woff'),
		url(fonts/NotoSansCJKjp-Light.otf) format('opentype');
}
*/
/*
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 300;
	src: url(fonts/NotoSansCJKjp-DemiLight.woff2) format('woff2'),
		url(fonts/NotoSansCJKjp-DemiLight.woff) format('woff'),
		url(fonts/NotoSansCJKjp-DemiLight.otf) format('opentype');
}
*/
/*
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: local('NotoSansJP-Regular.otf'),
		url(fonts/NotoSansCJKjp-Regular.woff2) format('woff2'),
		url(fonts/NotoSansCJKjp-Regular.woff) format('woff'),
		url(fonts/NotoSansCJKjp-Regular.otf) format('opentype');
 }
/*
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 500;
	src: url(fonts/NotoSansCJKjp-Medium.woff2) format('woff2'),
		url(fonts/NotoSansCJKjp-Medium.woff) format('woff'),
		url(fonts/NotoSansCJKjp-Medium.otf) format('opentype');
 }
*/
/*
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	src: url(fonts/NotoSansCJKjp-Bold.woff2) format('woff2'),
		url(fonts/NotoSansCJKjp-Bold.woff) format('woff'),
		url(fonts/NotoSansCJKjp-Bold.otf) format('opentype');
 }
/*
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 900;
	src: url(fonts/NotoSansCJKjp-Black.woff2) format('woff2'),
		url(fonts/NotoSansCJKjp-Black.woff) format('woff'),
		url(fonts/NotoSansCJKjp-Black.otf) format('opentype');
 }
 */
/*--------------------------------------------------
  マージン
--------------------------------------------------*/
.mT0 {
  margin-top: 0; }

.mT5 {
  margin-top: 5px; }

.mT10 {
  margin-top: 10px; }

.mT15 {
  margin-top: 15px; }

.mT20 {
  margin-top: 20px; }

.mT25 {
  margin-top: 25px; }

.mT30 {
  margin-top: 30px; }

.mT35 {
  margin-top: 35px; }

.mT40 {
  margin-top: 40px; }

.mT45 {
  margin-top: 45px; }

.mT50 {
  margin-top: 50px; }

.mT55 {
  margin-top: 55px; }

.mT60 {
  margin-top: 60px; }

.mT65 {
  margin-top: 65px; }

.mT70 {
  margin-top: 70px; }

.mT75 {
  margin-top: 75px; }

.mT80 {
  margin-top: 80px; }

.mT85 {
  margin-top: 85px; }

.mT90 {
  margin-top: 90px; }

.mT95 {
  margin-top: 95px; }

.mT100 {
  margin-top: 100px; }

.mT110 {
  margin-top: 110px; }

.mT120 {
  margin-top: 120px; }

.mT130 {
  margin-top: 130px; }

.mT140 {
  margin-top: 140px; }

.mT150 {
  margin-top: 150px; }

.mT160 {
  margin-top: 160px; }

.mT170 {
  margin-top: 170px; }

.mT180 {
  margin-top: 180px; }

.mB0 {
  margin-bottom: 0; }

.mB5 {
  margin-bottom: 5px; }

.mB10 {
  margin-bottom: 10px; }

.mB15 {
  margin-bottom: 15px; }

.mB20 {
  margin-bottom: 20px; }

.mB25 {
  margin-bottom: 25px; }

.mB30 {
  margin-bottom: 30px; }

.mB35 {
  margin-bottom: 35px; }

.mB40 {
  margin-bottom: 40px; }

.mB45 {
  margin-bottom: 45px; }

.mB50 {
  margin-bottom: 50px; }

.mB55 {
  margin-bottom: 55px; }

.mB60 {
  margin-bottom: 60px; }

.mB65 {
  margin-bottom: 65px; }

.mB70 {
  margin-bottom: 70px; }

.mB75 {
  margin-bottom: 75px; }

.mB80 {
  margin-bottom: 80px; }

.mB85 {
  margin-bottom: 85px; }

.mB90 {
  margin-bottom: 90px; }

.mB95 {
  margin-bottom: 95px; }

.mB100 {
  margin-bottom: 100px; }

.mB110 {
  margin-bottom: 110px; }

.mB120 {
  margin-bottom: 120px; }

.mB130 {
  margin-bottom: 130px; }

.mB140 {
  margin-bottom: 140px; }

.mB150 {
  margin-bottom: 150px; }

.mB160 {
  margin-bottom: 160px; }

.mB170 {
  margin-bottom: 170px; }

.mB180 {
  margin-bottom: 180px; }

.mL0 {
  margin-left: 0; }

.mL5 {
  margin-left: 5px; }

.mL10 {
  margin-left: 10px; }

.mL15 {
  margin-left: 15px; }

.mL20 {
  margin-left: 20px; }

.mL25 {
  margin-left: 25px; }

.mL30 {
  margin-left: 30px; }

.mL35 {
  margin-left: 35px; }

.mL40 {
  margin-left: 40px; }

.mL45 {
  margin-left: 45px; }

.mL50 {
  margin-left: 50px; }

.mL55 {
  margin-left: 55px; }

.mL60 {
  margin-left: 60px; }

.mL65 {
  margin-left: 65px; }

.mL70 {
  margin-left: 70px; }

.mL75 {
  margin-left: 75px; }

.mL80 {
  margin-left: 80px; }

.mL85 {
  margin-left: 85px; }

.mL90 {
  margin-left: 90px; }

.mL95 {
  margin-left: 95px; }

.mL100 {
  margin-left: 100px; }

.mL110 {
  margin-left: 110px; }

.mL120 {
  margin-left: 120px; }

.mL130 {
  margin-left: 130px; }

.mL140 {
  margin-left: 140px; }

.mL150 {
  margin-left: 150px; }

.mL160 {
  margin-left: 160px; }

.mL170 {
  margin-left: 170px; }

.mL180 {
  margin-left: 180px; }

.mR0 {
  margin-right: 0; }

.mR5 {
  margin-right: 5px; }

.mR10 {
  margin-right: 10px; }

.mR15 {
  margin-right: 15px; }

.mR20 {
  margin-right: 20px; }

.mR25 {
  margin-right: 25px; }

.mR30 {
  margin-right: 30px; }

.mR35 {
  margin-right: 35px; }

.mR40 {
  margin-right: 40px; }

.mR45 {
  margin-right: 45px; }

.mR50 {
  margin-right: 50px; }

.mR55 {
  margin-right: 55px; }

.mR60 {
  margin-right: 60px; }

.mR65 {
  margin-right: 65px; }

.mR70 {
  margin-right: 70px; }

.mR75 {
  margin-right: 75px; }

.mR80 {
  margin-right: 80px; }

.mR85 {
  margin-right: 85px; }

.mR90 {
  margin-right: 90px; }

.mR95 {
  margin-right: 95px; }

.mR100 {
  margin-right: 100px; }

.mR110 {
  margin-right: 110px; }

.mR120 {
  margin-right: 120px; }

.mR130 {
  margin-right: 130px; }

.mR140 {
  margin-right: 140px; }

.mR150 {
  margin-right: 150px; }

.mR160 {
  margin-right: 160px; }

.mR170 {
  margin-right: 170px; }

.mR180 {
  margin-right: 180px; }

/*--------------------------------------------------
  パディング
--------------------------------------------------*/
.pT0 {
  padding-top: 0; }

.pT5 {
  padding-top: 5px; }

.pT10 {
  padding-top: 10px; }

.pT15 {
  padding-top: 15px; }

.pT20 {
  padding-top: 20px; }

.pT25 {
  padding-top: 25px; }

.pT30 {
  padding-top: 30px; }

.pT35 {
  padding-top: 35px; }

.pT40 {
  padding-top: 40px; }

.pT45 {
  padding-top: 45px; }

.pT50 {
  padding-top: 50px; }

.pT55 {
  padding-top: 55px; }

.pT60 {
  padding-top: 60px; }

.pT65 {
  padding-top: 65px; }

.pT70 {
  padding-top: 70px; }

.pT75 {
  padding-top: 75px; }

.pT80 {
  padding-top: 80px; }

.pT85 {
  padding-top: 85px; }

.pT90 {
  padding-top: 90px; }

.pT95 {
  padding-top: 95px; }

.pT100 {
  padding-top: 100px; }

.pT110 {
  padding-top: 110px; }

.pT120 {
  padding-top: 120px; }

.pT130 {
  padding-top: 130px; }

.pT140 {
  padding-top: 140px; }

.pT150 {
  padding-top: 150px; }

.pT160 {
  padding-top: 160px; }

.pT170 {
  padding-top: 170px; }

.pT180 {
  padding-top: 180px; }

.pB0 {
  padding-bottom: 0; }

.pB5 {
  padding-bottom: 5px; }

.pB10 {
  padding-bottom: 10px; }

.pB15 {
  padding-bottom: 15px; }

.pB20 {
  padding-bottom: 20px; }

.pB25 {
  padding-bottom: 25px; }

.pB30 {
  padding-bottom: 30px; }

.pB35 {
  padding-bottom: 35px; }

.pB40 {
  padding-bottom: 40px; }

.pB45 {
  padding-bottom: 45px; }

.pB50 {
  padding-bottom: 50px; }

.pB55 {
  padding-bottom: 55px; }

.pB60 {
  padding-bottom: 60px; }

.pB65 {
  padding-bottom: 65px; }

.pB70 {
  padding-bottom: 70px; }

.pB75 {
  padding-bottom: 75px; }

.pB80 {
  padding-bottom: 80px; }

.pB85 {
  padding-bottom: 85px; }

.pB90 {
  padding-bottom: 90px; }

.pB95 {
  padding-bottom: 95px; }

.pB100 {
  padding-bottom: 100px; }

.pB110 {
  padding-bottom: 110px; }

.pB120 {
  padding-bottom: 120px; }

.pB130 {
  padding-bottom: 130px; }

.pB140 {
  padding-bottom: 140px; }

.pB150 {
  padding-bottom: 150px; }

.pB160 {
  padding-bottom: 160px; }

.pB170 {
  padding-bottom: 170px; }

.pB180 {
  padding-bottom: 180px; }

.pL0 {
  padding-left: 0; }

.pL5 {
  padding-left: 5px; }

.pL10 {
  padding-left: 10px; }

.pL15 {
  padding-left: 15px; }

.pL20 {
  padding-left: 20px; }

.pL25 {
  padding-left: 25px; }

.pL30 {
  padding-left: 30px; }

.pL35 {
  padding-left: 35px; }

.pL40 {
  padding-left: 40px; }

.pL45 {
  padding-left: 45px; }

.pL50 {
  padding-left: 50px; }

.pL55 {
  padding-left: 55px; }

.pL60 {
  padding-left: 60px; }

.pL65 {
  padding-left: 65px; }

.pL70 {
  padding-left: 70px; }

.pL75 {
  padding-left: 75px; }

.pL80 {
  padding-left: 80px; }

.pL85 {
  padding-left: 85px; }

.pL90 {
  padding-left: 90px; }

.pL95 {
  padding-left: 95px; }

.pL100 {
  padding-left: 100px; }

.pL110 {
  padding-left: 110px; }

.pL120 {
  padding-left: 120px; }

.pL130 {
  padding-left: 130px; }

.pL140 {
  padding-left: 140px; }

.pL150 {
  padding-left: 150px; }

.pL160 {
  padding-left: 160px; }

.pL170 {
  padding-left: 170px; }

.pL180 {
  padding-left: 180px; }

.pR0 {
  padding-right: 0; }

.pR5 {
  padding-right: 5px; }

.pR10 {
  padding-right: 10px; }

.pR15 {
  padding-right: 15px; }

.pR20 {
  padding-right: 20px; }

.pR25 {
  padding-right: 25px; }

.pR30 {
  padding-right: 30px; }

.pR35 {
  padding-right: 35px; }

.pR40 {
  padding-right: 40px; }

.pR45 {
  padding-right: 45px; }

.pR50 {
  padding-right: 50px; }

.pR55 {
  padding-right: 55px; }

.pR60 {
  padding-right: 60px; }

.pR65 {
  padding-right: 65px; }

.pR70 {
  padding-right: 70px; }

.pR75 {
  padding-right: 75px; }

.pR80 {
  padding-right: 80px; }

.pR85 {
  padding-right: 85px; }

.pR90 {
  padding-right: 90px; }

.pR95 {
  padding-right: 95px; }

.pR100 {
  padding-right: 100px; }

.pR110 {
  padding-right: 110px; }

.pR120 {
  padding-right: 120px; }

.pR130 {
  padding-right: 130px; }

.pR140 {
  padding-right: 140px; }

.pR150 {
  padding-right: 150px; }

.pR160 {
  padding-right: 160px; }

.pR170 {
  padding-right: 170px; }

.pR180 {
  padding-right: 180px; }

/*--------------------------------------------------
  横幅、縦幅
--------------------------------------------------*/
.w50 {
  width: 50px; }

.w100 {
  width: 100px; }

.w110 {
  width: 110px; }

.w120 {
  width: 120px; }

.w130 {
  width: 130px; }

.w140 {
  width: 140px; }

.w150 {
  width: 150px; }

.w160 {
  width: 160px; }

.w170 {
  width: 170px; }

.w180 {
  width: 180px; }

.w190 {
  width: 190px; }

.w200 {
  width: 200px; }

.w210 {
  width: 210px; }

.w220 {
  width: 220px; }

.w230 {
  width: 230px; }

.w240 {
  width: 240px; }

.w250 {
  width: 250px; }

.w260 {
  width: 260px; }

.w270 {
  width: 270px; }

.w280 {
  width: 280px; }

.w290 {
  width: 290px; }

.w300 {
  width: 300px; }

.w310 {
  width: 310px; }

.w320 {
  width: 320px; }

.w330 {
  width: 330px; }

.w340 {
  width: 340px; }

.w350 {
  width: 350px; }

.w360 {
  width: 360px; }

.w370 {
  width: 370px; }

.w380 {
  width: 380px; }

.w390 {
  width: 390px; }

.w400 {
  width: 400px; }

.w410 {
  width: 410px; }

.w420 {
  width: 420px; }

.w430 {
  width: 430px; }

.w440 {
  width: 440px; }

.w450 {
  width: 450px; }

.w460 {
  width: 460px; }

.w470 {
  width: 470px; }

.w480 {
  width: 480px; }

.w490 {
  width: 490px; }

.w500 {
  width: 500px; }

.w510 {
  width: 510px; }

.w520 {
  width: 520px; }

.w530 {
  width: 530px; }

.w540 {
  width: 540px; }

.w550 {
  width: 550px; }

.w560 {
  width: 560px; }

.w570 {
  width: 570px; }

.w580 {
  width: 580px; }

.w590 {
  width: 590px; }

.w600 {
  width: 600px; }

.wMax {
  width: 100%; }

.h50 {
  height: 50px; }

.h100 {
  height: 100px; }

.h150 {
  height: 150px; }

.h200 {
  height: 200px; }

.h250 {
  height: 250px; }

.h300 {
  height: 300px; }

.h350 {
  height: 350px; }

.h400 {
  height: 400px; }

/*--------------------------------------------------
  テキスト
--------------------------------------------------*/
.txt-black {
  color: #000; }

.txt-blue {
  color: #0080FF; }

.txt-gray {
  color: #AAA; }

.txt-green {
  color: #00B200; }

.txt-orange {
  color: #FF8000; }

.txt-red {
  color: #FF0000; }

.txt-sky {
  color: #00BFFF; }

/*--------------------------------------------------
  アライン
--------------------------------------------------*/
.center {
  text-align: center !important; }

.left {
  text-align: left !important; }

.right {
  text-align: right !important; }

.flt-left {
  float: left; }

.flt-right {
  float: right; }

.alignleft {
  float: left;
  margin-right: 15px; }

.alignright {
  float: right;
  margin-left: 15px; }

/****** Base Layout Setting ********/
#contents, #header, #footer, .pagetop {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform; }

#contents, #header, #footer, .pagetop {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

#header {
  z-index: 3; }

#contents {
  min-height: 100vh;
  z-index: 2; }

#header .container {
  position: relative; }

/* Overlay */
@media (max-width: 1069px) {
  .overlay {
    /* shadow layer visible when navigation is active */
    position: fixed;
    z-index: 3;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s; }
    .overlay.is-visible {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
      -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
      transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
      -o-transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
      transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
      transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, -webkit-transform 0.3s 0s; }
      .overlay.is-visible.cart-is-visible {
        opacity: 0; } }

/****** Effect Setting ********/
@media (max-width: 1069px) {
  .drawer-open #contents, .drawer-open #header, .drawer-open #home-header, .drawer-open #footer, .drawer-open .pagetop {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px); }
  /* Overlay */
  .overlay.is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px); }
  .overlay.is-visible.cart-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

/****** Header Setting ********/
#svgicon {
  display: block;
  width: 0;
  height: 0; }

#header {
  padding-top: 10px;
  background-color: #222;
  color: #FFF; }
  #header ul {
    padding-left: 0;
    list-style: none; }
  #header a {
    color: #FFF; }
    #header a:hover {
      color: #FFF;
      text-decoration: none; }

.header_top_area {
  display: none;
  font-size: 14px; }
  @media (min-width: 1070px) {
    .header_top_area {
      display: table;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 15px;
      padding-bottom: 8px;
      border-bottom: 1px solid #444; }
      .header_top_area > * {
        display: table-cell;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: middle; }
      .header_top_area .box-left {
        width: 28%;
        padding-left: 15px; }
      .header_top_area .box-right {
        width: 72%;
        padding-left: 15px;
        padding-right: 15px;
        text-align: right; }
        .header_top_area .box-right > * {
          display: inline-block;
          vertical-align: middle; }
        .header_top_area .box-right #sns-icon {
          padding-right: 15px; }
          .header_top_area .box-right #sns-icon ul {
            margin-bottom: 0; } }

.header-contents {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .header-contents > * {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle; }
  .header-contents .box-left {
    padding-left: 15px; }
  .header-contents .box-right {
    padding-left: 15px;
    padding-right: 15px;
    text-align: right; }

.header_logo_area {
  margin-top: 6px; }
  @media (min-width: 1070px) {
    .header_logo_area {
      margin-top: 0; } }
  .header_logo_area h1.header_logo {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    vertical-align: middle;
    line-height: 1; }
    .header_logo_area h1.header_logo img {
      width: 140px;
      max-width: 100%; }
      @media (min-width: 1070px) {
        .header_logo_area h1.header_logo img {
          width: 160px; } }
  .header_logo_area p.copy {
    display: none;
    margin-top: 5px;
    margin-left: 15px;
    margin-bottom: 0;
    font-size: 14px;
    vertical-align: bottom; }
    @media (min-width: 1070px) {
      .header_logo_area p.copy {
        display: inline-block; } }

#header #cart_area {
  display: inline-block;
  vertical-align: middle; }

#category.pc {
  display: none; }
  @media (min-width: 1070px) {
    #category.pc {
      width: 100%;
      padding: 10px 15px;
      background-color: #EFECE7;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1; }
      #category.pc ul.category-nav {
        margin-left: -5px;
        margin-bottom: 0;
        letter-spacing: -.4em; }
        #category.pc ul.category-nav li {
          display: inline-block;
          padding-left: 5px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          vertical-align: top;
          letter-spacing: normal; }
          #category.pc ul.category-nav li ul {
            display: none; }
          #category.pc ul.category-nav li a {
            display: block;
            padding: 5px;
            background-color: #fff;
            color: #333333; } }

#home-header {
  width: 100%;
  background: url(/html/template/standhanajp/img/home/key.jpg) no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: relative; }
  #home-header:before {
    content: "";
    opacity: 0.3;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  #home-header a {
    color: #FFF; }
    #home-header a:hover, #home-header a:focus {
      text-decoration: none; }
  #home-header .member a {
    display: inline-block;
    padding-bottom: 1px; }
    #home-header .member a:hover, #home-header .member a:focus {
      opacity: 0.6;
      text-decoration: none; }
  #home-header .cart {
    top: 55px; }
  #home-header #btn_menu {
    top: 25px; }

.home-header-video {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .home-header-video.pc {
    display: none; }
    @media (min-width: 768px) {
      .home-header-video.pc {
        display: block; } }

.home-header_logo_area {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0; }
  .home-header_logo_area .header_logo {
    width: 334px;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto; }
  .home-header_logo_area .copy {
    color: #FFF;
    font-weight: 200;
    text-align: center; }

.home-nav-area {
  padding-top: 20px;
  padding-right: 30px;
  text-align: right;
  position: relative; }
  .home-nav-area > * {
    display: inline-block;
    vertical-align: middle; }
  .home-nav-area .member {
    display: none; }
    @media (min-width: 1070px) {
      .home-nav-area .member {
        display: inline-block;
        padding-top: 12px;
        padding-left: 15px;
        float: left;
        font-size: 12px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.6); } }
  @media (min-width: 1070px) and (min-width: 768px) {
    .home-nav-area .member {
      font-size: 14px; } }
  .home-nav-area .gnav {
    padding: 0 25px 0 10px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6); }
    .home-nav-area .gnav .gnav-sub {
      padding-top: 15px; }
  .home-nav-area .gnav-sp {
    display: none; }

.header-scroll {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 20px; }
  .header-scroll i {
    display: inline-block;
    color: #FFF;
    font-size: 40px; }
    @media (min-width: 768px) {
      .header-scroll i {
        font-size: 60px; } }

.container > *:first-child, .contents > *:first-child {
  margin-top: 0; }

#main {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    #main {
      margin-top: 70px;
      margin-bottom: 70px; } }

.section-lg {
  margin-top: 100px; }
  .section-lg > * {
    margin-top: 0; }

.section-md {
  margin-top: 50px; }
  .section-md > * {
    margin-top: 0; }

.footer-flowerwave-area {
  margin-bottom: 50px; }
  .footer-flowerwave-area h2 {
    margin-top: 0; }

@media (min-width: 768px) {
  .footer-flowerwave-col2 {
    margin-left: -50px;
    letter-spacing: -0.4em; }
    .footer-flowerwave-col2 > * {
      display: inline-block;
      width: 50%;
      padding-left: 50px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: top;
      letter-spacing: normal; } }

.footer-contact-area {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #E2DFD5; }
  .footer-contact-area h2 {
    margin-top: 0;
    text-align: center; }
  .footer-contact-area p.lead {
    text-align: left;
    font-size: 16px; }
    @media (min-width: 768px) {
      .footer-contact-area p.lead {
        font-size: 18px; } }
    @media (min-width: 480px) {
      .footer-contact-area p.lead {
        text-align: center; } }

.footer-contact-button {
  margin-left: -30px;
  text-align: center; }
  .footer-contact-button > * {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 480px) {
      .footer-contact-button > * {
        max-width: 300px; } }

.footer-cart svg {
  width: 1em;
  height: 1em;
  fill: #fff; }

.footer-nav-area {
  display: none;
  padding-bottom: 50px;
  background-color: #E2DFD5; }
  @media (min-width: 768px) {
    .footer-nav-area {
      display: block; } }

ul.fnav {
  margin-left: -20px;
  text-align: center; }
  ul.fnav li {
    display: inline-block;
    margin-left: 20px; }
    ul.fnav li a {
      color: #333333; }
      ul.fnav li a:hover, ul.fnav li a:focus {
        color: gray;
        text-decoration: none; }

.footer-logo-area {
  margin-bottom: 20px; }
  .footer-logo-area p.copy {
    display: block;
    margin-right: 30px;
    margin-bottom: 15px;
    vertical-align: bottom; }
    @media (min-width: 480px) {
      .footer-logo-area p.copy {
        display: inline-block; } }
    @media (min-width: 768px) {
      .footer-logo-area p.copy {
        margin-bottom: 0; } }
  .footer-logo-area a {
    color: #FFF; }

.footer-logo {
  display: block;
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 5px;
  vertical-align: bottom; }
  @media (min-width: 480px) {
    .footer-logo {
      display: inline-block;
      margin-bottom: 15px; } }
  @media (min-width: 768px) {
    .footer-logo {
      margin-bottom: 0; } }
  .footer-logo img {
    width: 160px; }

#sns-icon {
  display: block;
  vertical-align: bottom; }
  @media (min-width: 768px) {
    #sns-icon {
      display: inline-block; } }
  #sns-icon ul.sns-icon {
    margin-bottom: 0; }

.footer-about-area {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #333;
  color: #fff; }
  .footer-about-area .footer-about-inner .footer-shop-box {
    vertical-align: top; }
  @media (min-width: 768px) {
    .footer-about-area .footer-about-inner {
      margin-left: -30px;
      letter-spacing: -0.4em; }
      .footer-about-area .footer-about-inner > * {
        display: inline-block;
        width: 50%;
        padding-left: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
        letter-spacing: normal; } }
  @media (min-width: 1070px) {
    .footer-about-area .footer-about-inner {
      margin-left: -50px;
      letter-spacing: -0.4em; }
      .footer-about-area .footer-about-inner > * {
        display: inline-block;
        width: 33.33333%;
        padding-left: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
        letter-spacing: normal; }
      .footer-about-area .footer-about-inner > *:first-child {
        width: 33.3333%; } }

.footer-shop-box h6 {
  margin-bottom: 10px;
  color: #FFF; }

.footer-shop-box a {
  color: #fff; }
  .footer-shop-box a:hover, .footer-shop-box a:focus {
    color: white;
    text-decoration: none; }

.footer-bottom-area {
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: #222; }

ul.footer-bottom-nav {
  margin-bottom: 15px;
  text-align: center; }
  ul.footer-bottom-nav li {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ccc; }
    ul.footer-bottom-nav li:first-child {
      margin-left: 0;
      padding-left: 0;
      border-left: none; }
    ul.footer-bottom-nav li a {
      color: #fff; }
      ul.footer-bottom-nav li a:hover, ul.footer-bottom-nav li a:focus {
        color: white;
        text-decoration: none; }

p.copyright {
  margin-bottom: 0;
  color: #ccc;
  text-align: center; }

.gnav {
  display: none;
  margin-bottom: 0;
  padding: 9px 15px 9px 0;
  vertical-align: middle; }
  @media (min-width: 1070px) {
    .gnav {
      display: inline-block;
      margin-left: -20px;
      letter-spacing: -0.4em; } }
  .gnav > li {
    display: inline-block;
    padding-left: 20px;
    letter-spacing: normal;
    position: relative; }
    .gnav > li:hover .gnav-sub {
      display: block; }

.gnav-item {
  display: inline-block; }
  .gnav-item:hover, .gnav-item:focus {
    opacity: 0.6;
    color: #fff;
    text-decoration: none; }

.gnav-sub {
  display: none;
  width: 200px;
  margin-left: -85px;
  padding-top: 20px;
  position: absolute;
  top: 100%;
  left: 50%; }
  .gnav-sub > li {
    margin-top: 1px; }
  .gnav-sub .gnav-sub-item {
    display: block;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    font-size: 12px;
    text-align: center; }
    @media (min-width: 768px) {
      .gnav-sub .gnav-sub-item {
        font-size: 14px; } }
    .gnav-sub .gnav-sub-item:hover, .gnav-sub .gnav-sub-item:focus {
      opacity: 0.6;
      color: #fff;
      text-decoration: none; }

#header .gnav-sp {
  display: none; }

.cart-trigger {
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  z-index: 3;
  cursor: pointer; }

.cart-trigger {
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  z-index: 3;
  cursor: pointer; }

p.cart-trigger {
  margin-bottom: 0;
  margin-right: 50px; }
  @media (min-width: 1070px) {
    p.cart-trigger {
      margin-right: 0; } }
  p.cart-trigger a:link, p.cart-trigger a:visited, p.cart-trigger a:hover, p.cart-trigger a:active {
    text-decoration: none;
    color: #525263; }
  p.cart-trigger:hover {
    opacity: 0.8; }
  p.cart-trigger a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    outline: none; }
    @media (max-width: 1069px) {
      p.cart-trigger a {
        padding-top: 3px;
        padding-bottom: 4px;
        padding-left: 8px;
        padding-right: 8px; } }
  p.cart-trigger .text {
    display: none;
    margin-right: 5px;
    vertical-align: middle; }
    @media (min-width: 1070px) {
      p.cart-trigger .text {
        display: inline-block; } }
  p.cart-trigger .cb {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    font-size: 20px;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; }
  p.cart-trigger .cb-shopping-cart {
    font-size: 18px; }
  p.cart-trigger .cb-close {
    opacity: 0;
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 20px; }
  p.cart-trigger .badge {
    margin-left: 3px; }
  p.cart-trigger.cart-is-visible a {
    background: none;
    border: none; }
  p.cart-trigger.cart-is-visible .text {
    display: none; }
  p.cart-trigger.cart-is-visible .cb-shopping-cart, p.cart-trigger.cart-is-visible span.badge {
    /* hide cart icon */
    opacity: 0; }
  p.cart-trigger.cart-is-visible .cb-close {
    /* show close icon */
    opacity: 1; }

.cart {
  position: absolute;
  height: 50px;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  top: 100%;
  right: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  -o-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }
  @media (min-width: 1070px) {
    .cart {
      max-width: 300px; } }
  .cart.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    -o-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; }

/* .cart .item_box */
#cart .inner {
  padding: 10px 20px 1px;
  background-color: #fff; }

.cart .message p {
  margin-bottom: 0;
  padding: 10px;
  text-align: left; }

.cart .item_box {
  border-bottom: 1px solid #E8E8E8;
  position: relative; }
  .cart .item_box:last-child {
    border: 0 none; }
  .cart .item_box > div, .cart .item_box > dl {
    padding: 8px 0; }
  .cart .item_box .item_photo {
    max-width: 100px;
    padding: 8px 8px 8px 0;
    float: left; }
    .cart .item_box .item_photo img {
      width: 100%;
      height: auto; }
  .cart .item_box .item_detail {
    padding-left: 108px; }
  .cart .item_box .icon_edit {
    height: 30px;
    width: 30px;
    right: 0;
    top: 10px;
    text-align: center;
    vertical-align: middle; }
    .cart .item_box .icon_edit button {
      display: inline-block;
      vertical-align: middle; }
  .cart .item_box .icon_close {
    width: 30px; }
  .cart .item_box .cb {
    font-size: 20px;
    font-size: 2rem; }
  .cart .item_box .item_name {
    margin-right: 35px;
    font-size: 16px;
    font-size: 1.6rem; }
  .cart .item_box .item_pattern {
    font-size: 14px;
    font-size: 1.4rem; }
  .cart .item_box .item_price {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }
    .cart .item_box .item_price .small {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: normal;
      margin-left: 10px; }
  .cart .item_box .item_quantity {
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem; }
    .cart .item_box .item_quantity input {
      font-size: 16px;
      font-size: 1.6rem;
      display: inline-block;
      vertical-align: middle;
      width: 100px;
      text-align: right; }

.cart .cart_price {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px;
  border-bottom: 1px solid #E8E8E8;
  text-align: right; }
  .cart .cart_price .price {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold; }

.cart .btn_area {
  padding: 8px 0 0; }
  .cart .btn_area li {
    padding-bottom: 8px; }
  .cart .btn_area .btn {
    width: 100%; }

ul.member_link {
  margin-left: -10px;
  margin-bottom: 0; }
  ul.member_link li {
    display: inline-block;
    margin-left: 10px; }
    ul.member_link li:hover, ul.member_link li:focus {
      text-decoration: underline; }

#search {
  text-align: right; }
  #search .form-control {
    display: inline-block;
    width: 190px;
    height: 31.5px;
    padding: 3px 14px;
    background-color: #666;
    border-color: #666;
    color: #eee;
    font-size: 14px; }
    @media (min-width: 768px) {
      #search .form-control {
        height: 27.5px; } }
  #search select {
    margin-right: 8px;
    text-align: left;
    color: #333333; }
    @media (max-width: 767px) {
      #search select {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
        background: #EEE url(../img/common/select_bg_sp.png) no-repeat;
        background-position: right center;
        vertical-align: middle;
        border: 1px solid #CCC; }
      @-moz-document url-prefix() {
        #search select {
          /* for firefox */
          background: none;
          background-color: #FFF; } } }
  #search input[type='search'] {
    margin-right: 5px;
    -webkit-border-radius: 999px;
    border-radius: 999px; }
  #search .input_search {
    display: inline-block; }
  #search button {
    padding: 0;
    background: none;
    border: none; }
    #search button i {
      color: #666;
      font-size: 18px;
      vertical-align: middle; }

#sns-icon ul {
  margin-top: 0;
  margin-left: -5px;
  padding-left: 0;
  list-style: none; }
  #sns-icon ul li {
    display: inline-block;
    margin-left: 5px;
    font-size: 18px; }

#btn_menu {
  display: block;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 17px;
  z-index: 11; }
  @media (min-width: 1070px) {
    #btn_menu {
      display: none; } }

.hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  z-index: 3;
  cursor: pointer;
  color: transparent !important; }

.hamburger span {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  -o-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s; }
  .hamburger span::before, .hamburger span::after {
    /* hamburger icon in CSS */
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 24px;
    background: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .hamburger span::before, .hamburger span::after {
    /* other 2 lines */
    content: '';
    right: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    -o-transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s; }
  .hamburger span::before {
    /* menu icon top line */
    top: -6px; }
  .hamburger span::after {
    /* menu icon bottom line */
    top: 6px; }

.drawer-open .hamburger span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0); }
  .drawer-open .hamburger span::before, .drawer-open .hamburger span::after {
    /* keep visible other 2 lines */
    background: #fff; }
  .drawer-open .hamburger span::before {
    -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
    transform: translateX(4px) translateY(-3px) rotate(45deg); }
  .drawer-open .hamburger span::after {
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg); }

/****** Side Setting ********/
.drawer.sp {
  display: block; }
  @media (min-width: 1070px) {
    .drawer.sp {
      display: none; } }

.drawer {
  height: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s;
  -moz-transition: visibility 0s 0.3s;
  -o-transition: visibility 0s 0.3s;
  transition: visibility 0s 0.3s; }

.drawer-open .drawer {
  height: 100%;
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  -o-transition: visibility 0s 0s;
  transition: visibility 0s 0s; }

.category-nav a {
  will-change: transform, opacity; }

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 260px;
  height: 100%;
  padding: 20px 15px;
  background: #222;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
  .drawer a {
    color: #FFF; }
  .drawer ul {
    padding-left: 0; }
    .drawer ul li {
      list-style: none; }

.drawer #search {
  margin-bottom: 20px; }
  .drawer #search select {
    width: 100%;
    margin: 0 0 8px; }
  .drawer #search .form-control {
    font-size: 16px; }
  .drawer #search .input_search {
    text-align: center; }
    .drawer #search .input_search .form-control {
      width: 200px; }

.drawer #category.pc {
  display: block; }

.drawer ul.category-nav,
.drawer ul.gnav-sp {
  margin-left: -15px;
  margin-right: -15px;
  position: relative; }
  .drawer ul.category-nav > li a,
  .drawer ul.gnav-sp > li a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px; }
  .drawer ul.category-nav > li > a,
  .drawer ul.gnav-sp > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #444; }
  .drawer ul.category-nav > li > ul,
  .drawer ul.gnav-sp > li > ul {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #444; }
    .drawer ul.category-nav > li > ul a,
    .drawer ul.gnav-sp > li > ul a {
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 20px;
      padding-right: 20px; }

.drawer ul.category-nav {
  margin-bottom: 0; }
  .drawer ul.category-nav > li:first-child {
    border-top: 1px solid #444; }

.drawer ul.gnav-sp {
  margin-bottom: 20px; }

.drawer ul.member_link {
  margin-left: -5px;
  margin-bottom: 15px;
  font-size: 14px;
  text-align: center; }

.drawer ul.sns-icon {
  margin-left: -15px;
  padding-left: 0;
  text-align: center;
  list-style: none; }
  .drawer ul.sns-icon li {
    display: inline-block;
    margin-left: 15px;
    font-size: 18px; }

.bg-gray {
  background-color: #F3F3F3; }

.bg-white {
  background-color: #fff; }

.bg-box {
  padding: 20px 20px 1px; }
  @media (min-width: 768px) {
    .bg-box {
      padding: 30px 30px 10px; } }
  .bg-box > *:first-child {
    margin-top: 0; }

.tel-area {
  margin-left: -30px;
  margin-bottom: 20px;
  text-align: center; }
  .tel-area > * {
    display: inline-block;
    margin-left: 30px; }

.tel-box {
  font-size: 24px;
  font-family: "Quattrocento", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  @media (min-width: 768px) {
    .tel-box {
      font-size: 30px; } }
  .tel-box i {
    margin-right: 10px;
    font-size: 20px; }
    @media (min-width: 768px) {
      .tel-box i {
        font-size: 24px; } }
  .tel-box a {
    color: #333333; }
    .tel-box a:hover, .tel-box a:focus {
      color: gray;
      text-decoration: none; }

.fax-box {
  font-size: 20px;
  font-family: "Quattrocento", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  @media (min-width: 768px) {
    .fax-box {
      font-size: 24px; } }
  .fax-box .text {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 300; }
    @media (min-width: 768px) {
      .fax-box .text {
        font-size: 18px; } }
  .fax-box a {
    color: #333333; }
    .fax-box a:hover, .fax-box a:focus {
      color: gray;
      text-decoration: none; }

.product_item dl {
  margin: 0;
  padding: 15px 15px 15px;
  background-color: #FFF;
  color: #333333; }
  .product_item dl dt {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 300; }
    @media (min-width: 768px) {
      .product_item dl dt {
        font-size: 16px; } }
  .product_item dl .item_comment {
    margin-bottom: 5px;
    background-color: #FFF;
    color: #333333;
    font-size: 12px; }
    @media (min-width: 768px) {
      .product_item dl .item_comment {
        font-size: 14px; } }

.product_item .btn_circle {
  position: absolute;
  top: -8px;
  right: 0; }

/* btn_circle */
.btn_circle {
  border: 0 none;
  padding: 0;
  margin: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  color: #fff;
  background: #B8BEC4;
  cursor: pointer;
  width: 36px;
  height: 36px;
  line-height: 36px;
  vertical-align: middle; }

.btn_circle .cb {
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  top: -1px; }

.btn_circle:hover {
  opacity: 0.8; }

/* icon_close */
.icon_close {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  left: 0; }

.icon_close::before, .icon_close::after {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #525263; }

.icon_close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.icon_close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* flowline */
.flowline {
  border-bottom: 1px solid #ccc; }
  @media (min-width: 768px) {
    .flowline {
      border-bottom: none; } }
  .flowline ul::before {
    background: #525263; }
  .flowline li .flow_number {
    background: #525263; }
  .flowline li.active {
    color: #7b744d; }
    .flowline li.active .flow_number {
      background: #7b744d; }

.cart_item {
  border-top: 1px solid #ccc; }
  .cart_item .item_box > .td {
    border-bottom: 1px solid #ccc; }

#pagetop {
  width: 60px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 998; }
  #pagetop img {
    max-width: 100%; }

.home-about-area .container {
  position: relative; }

.home-about-area .pic-box {
  margin-bottom: 34px;
  text-align: center; }
  @media (min-width: 768px) {
    .home-about-area .pic-box {
      margin-bottom: 0;
      text-align: right; } }
  .home-about-area .pic-box img {
    box-shadow: -14px 14px 0px 0px #dedac2;
    -moz-box-shadow: -14px 14px 0px 0px #dedac2;
    -webkit-box-shadow: -14px 14px 0px 0px #dedac2; }
    @media (min-width: 768px) {
      .home-about-area .pic-box img {
        width: 44.4%; } }

@media (min-width: 768px) {
  .home-about-area .text-box {
    width: 62%;
    position: absolute;
    top: 100px;
    left: 15px; } }

.home-about-area .text-box h2 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
  font-size: 24px;
  font-family: "Quattrocento", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  @media (min-width: 768px) {
    .home-about-area .text-box h2 {
      font-size: 34px; } }

.home-about-area .text-box p {
  line-height: 1.8; }
  .home-about-area .text-box p.lead-text {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: "Quattrocento", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1.1; }
    @media (min-width: 768px) {
      .home-about-area .text-box p.lead-text {
        font-size: 24px; } }
    @media (min-width: 768px) {
      .home-about-area .text-box p.lead-text {
        margin-bottom: 50px; } }

.home-category-list {
  margin-bottom: 0; }
  @media (min-width: 480px) {
    .home-category-list {
      margin-left: -20px;
      letter-spacing: -0.4em; }
      .home-category-list > * {
        display: inline-block;
        width: 50%;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
        letter-spacing: normal; } }
  @media (min-width: 992px) {
    .home-category-list {
      margin-left: -20px;
      letter-spacing: -0.4em; }
      .home-category-list > * {
        display: inline-block;
        width: 25%;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
        letter-spacing: normal; } }
  .home-category-list > li {
    margin-bottom: 20px; }

.home-category-item {
  display: block;
  position: relative; }
  .home-category-item img {
    width: 100%; }
  .home-category-item .inner {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0; }
    .home-category-item .inner .text {
      display: block;
      width: 100%;
      padding: 0 20px 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      color: #FFF;
      text-align: center;
      position: absolute;
      left: 0;
      bottom: 0; }
      .home-category-item .inner .text strong {
        display: block;
        margin-bottom: 10px;
        font-size: 20px; }
        @media (min-width: 768px) {
          .home-category-item .inner .text strong {
            font-size: 24px; } }
      .home-category-item .inner .text small {
        display: block;
        font-size: 12px; }
        @media (min-width: 768px) {
          .home-category-item .inner .text small {
            font-size: 14px; } }

.home-flowerwave-area {
  padding-top: 155px;
  padding-bottom: 155px;
  background: url(/html/template/standhanajp/img/home/flowerwave_bg.jpg) no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF; }
  .home-flowerwave-area h2 {
    margin-top: 0;
    color: #fff;
    font-family: "Quattrocento", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 24px;
    text-align: center; }
    @media (min-width: 768px) {
      .home-flowerwave-area h2 {
        font-size: 30px; } }
  .home-flowerwave-area p {
    font-size: 16px;
    text-align: center; }
    @media (min-width: 768px) {
      .home-flowerwave-area p {
        font-size: 18px; } }
  .home-flowerwave-area .button-box {
    text-align: center; }

.newslist dl {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc; }
  .newslist dl:first-child {
    padding-top: 25px;
    border-top: 1px solid #ccc; }
  .newslist dl dt {
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 200;
    position: relative; }
    .newslist dl dt > * {
      display: table-cell;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: middle; }
    .newslist dl dt:before {
      content: "\f107";
      font-family: FontAwesome;
      display: inline-block;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      right: 14px; }
    .newslist dl dt.smooth:before {
      content: "\f106"; }
    .newslist dl dt .date {
      width: 90px; }
  .newslist dl dd {
    display: none;
    margin-top: 10px; }
    .newslist dl dd .button-box {
      display: block;
      margin-top: 5px;
      text-align: right; }

.pickup-list {
  margin-left: -25px;
  letter-spacing: -0.4em; }
  .pickup-list > * {
    display: inline-block;
    width: 50%;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal; }
  @media (min-width: 768px) {
    .pickup-list {
      margin-left: -25px;
      letter-spacing: -0.4em; }
      .pickup-list > * {
        display: inline-block;
        width: 33.33333%;
        padding-left: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
        letter-spacing: normal; } }
  @media (min-width: 992px) {
    .pickup-list {
      margin-left: -50px;
      letter-spacing: -0.4em; }
      .pickup-list > * {
        display: inline-block;
        width: 33.33333%;
        padding-left: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
        letter-spacing: normal; } }
  .pickup-list > * {
    margin-bottom: 25px; }

.pickup_item .item_comment {
  margin: 0;
  padding: 15px 15px 5px;
  background-color: #FFF;
  color: #333333;
  font-size: 12px; }
  @media (min-width: 768px) {
    .pickup_item .item_comment {
      font-size: 14px; } }

.pickup_item dl {
  margin: 0;
  padding: 0 15px 15px;
  background-color: #FFF;
  color: #333333; }
  .pickup_item dl dt {
    font-size: 14px;
    font-weight: 300; }
    @media (min-width: 768px) {
      .pickup_item dl dt {
        font-size: 16px; } }

#topicpath {
  padding: 0; }
  #topicpath #list_header_menu {
    margin-left: -5px;
    letter-spacing: -0.4em; }
    #topicpath #list_header_menu > li {
      display: inline-block;
      padding-left: 5px;
      letter-spacing: normal; }
      #topicpath #list_header_menu > li a {
        display: inline-block;
        padding: 5px 10px;
        background-color: #b9b29b;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #FFF; }
        #topicpath #list_header_menu > li a:hover, #topicpath #list_header_menu > li a:focus {
          opacity: 0.6;
          color: #FFF;
          text-decoration: none; }

#result_info_box__menu {
  text-align: right; }

#result_info_box__disp_menu {
  display: inline-block; }

#result_info_box__order_menu {
  display: inline-block; }

.related-head {
  display: none; }
  @media (min-width: 768px) {
    .related-head {
      display: block; } }
  .related-head #related_product_area {
    margin-top: -50px;
    margin-bottom: 50px;
    padding-top: 25px;
    padding-bottom: 45px;
    background-color: #E2DFD5; }
    @media (min-width: 768px) {
      .related-head #related_product_area {
        margin-top: -70px;
        margin-bottom: 70px;
        padding-top: 40px;
        padding-bottom: 60px; } }
    .related-head #related_product_area h2 {
      display: none; }
    .related-head #related_product_area .product_item a {
      display: block;
      position: relative;
      overflow: hidden; }
      .related-head #related_product_area .product_item a dl {
        padding: 5px 0 0;
        background: none; }
        @media (min-width: 1070px) {
          .related-head #related_product_area .product_item a dl {
            width: 100%;
            padding: 15px;
            background-color: rgba(255, 255, 255, 0.8);
            position: absolute;
            bottom: -100%;
            left: 0;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s; } }
        .related-head #related_product_area .product_item a dl dd {
          display: none; }
          @media (min-width: 1070px) {
            .related-head #related_product_area .product_item a dl dd {
              display: block; } }
        .related-head #related_product_area .product_item a dl .item_comment {
          background: none; }
      .related-head #related_product_area .product_item a:hover dl, .related-head #related_product_area .product_item a:focus dl {
        top: auto;
        bottom: 0; }

.slick-slide img {
  width: 100%;
  height: auto; }

.slick-dots {
  margin-left: -5px;
  letter-spacing: -0.4em;
  margin-top: 20px; }
  .slick-dots > * {
    display: inline-block;
    width: 33.33333%;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    letter-spacing: normal; }
  .slick-dots .thumbnail {
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .slick-dots .slick-active {
    opacity: 0.6; }
    .slick-dots .slick-active .thumbnail {
      outline: none; }

.item-detail-first-box {
  margin-bottom: 20px;
  padding: 20px 25px;
  background-color: #FFF; }
  .item-detail-first-box h1.item_name {
    margin-top: 0;
    margin-bottom: 15px; }
  .item-detail-first-box .product_tag {
    margin-left: -5px;
    letter-spacing: -0.4em; }
    .item-detail-first-box .product_tag .product_tag_list {
      display: inline-block;
      margin-left: 5px;
      padding: 5px 10px;
      background-color: #efefef;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 12px;
      letter-spacing: normal; }
      @media (min-width: 768px) {
        .item-detail-first-box .product_tag .product_tag_list {
          font-size: 14px; } }
  .item-detail-first-box .normal_price {
    margin-bottom: 5px; }
  .item-detail-first-box .sale_price {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300; }
    @media (min-width: 768px) {
      .item-detail-first-box .sale_price {
        font-size: 24px; } }
    .item-detail-first-box .sale_price .small {
      font-size: 14px; }
      @media (min-width: 768px) {
        .item-detail-first-box .sale_price .small {
          font-size: 16px; } }
  .item-detail-first-box .pc {
    display: none; }
  @media (min-width: 768px) {
    .item-detail-first-box .sp {
      display: none; }
    .item-detail-first-box .pc {
      display: block; } }

#relative_category_box p {
  margin-bottom: 10px; }

#relative_category_box ol {
  margin-left: -5px;
  margin-bottom: 0;
  letter-spacing: -0.4em; }
  #relative_category_box ol > li {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
    letter-spacing: normal; }
    #relative_category_box ol > li a {
      display: inline-block;
      padding: 5px 10px;
      background-color: #b9b29b;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      color: #FFF; }
      #relative_category_box ol > li a:hover, #relative_category_box ol > li a:focus {
        opacity: 0.6;
        color: #FFF;
        text-decoration: none; }

@media (min-width: 480px) {
  #detail_cart_box__button_area {
    margin-left: -15px;
    letter-spacing: -0.4em; }
    #detail_cart_box__button_area > * {
      display: inline-block;
      width: 50%;
      padding-left: 15px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: top;
      letter-spacing: normal; } }

#detail_cart_box__button_area #detail_cart_box__insert_button {
  margin-bottom: 15px; }

#detail_cart_box {
  margin-top: 20px; }

#detail_cart_box__favorite_button i {
  color: #ee3; }

#detail_cart_box__favorite_button .prevention-btn i {
  color: #FFF; }

#related_product_area {
  margin-top: 50px;
  margin-bottom: 50px; }
  #related_product_area h2.heading03 {
    margin-bottom: 20px;
    padding-top: 15px;
    border-top: 1px solid #333; }

.related_product_carousel button {
  top: 100% !important;
  outline: none; }
  .related_product_carousel button.slick-prev {
    margin-left: -10px;
    left: 50% !important; }
  .related_product_carousel button.slick-next {
    margin-right: 10px;
    right: 50% !important; }
  .related_product_carousel button .angle-circle {
    width: 10px !important;
    height: 10px !important; }
    .related_product_carousel button .angle-circle svg {
      display: none; }

/* Cart Page
------------------------------------------- */
.cart_item .item_photo {
  width: 80px;
  padding-right: 8px; }

#shopping_confirm .total_box {
  background-color: #FFF; }

#shopping_confirm .cart_item.table {
  border-top-style: solid;
  border-top-color: #ccc; }

.address_table {
  border-bottom: 1px solid #ccc; }

.addr_box > .td {
  border-top: 1px solid #ccc; }

#login_box .column {
  background-color: #FFF; }

#login_box .column .form-group {
  margin-bottom: 0; }

#detail_box__pref .form-group,
.input_tel .form-group {
  margin-bottom: 0; }

.dl_table {
  border-top: 1px solid #ccc; }
  .dl_table dl {
    border-bottom: 1px solid #ccc; }
    @media (min-width: 768px) {
      .dl_table dl {
        border-bottom: none; } }
  @media (min-width: 768px) {
    .dl_table dt,
    .dl_table dd {
      border-bottom: 1px solid #ccc; } }
  .dl_table dt .form-group,
  .dl_table dd .form-group {
    margin-bottom: 0; }

.registration_page .form_terms_link {
  margin-bottom: 20px; }

.mypage .message {
  border-bottom: 1px solid #ccc; }

.local_nav ul {
  margin-top: 10px;
  -webkit-border-radius: 7px;
  border-radius: 7px; }

.local_nav li a {
  background-color: #7b744d;
  color: #FFF; }
  .local_nav li a:hover, .local_nav li a:focus {
    background-color: #b9b29b;
    text-decoration: none; }

.local_nav li.active a {
  background-color: #b9b29b;
  color: #FFF; }

.local_nav li:first-child {
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px; }
  .local_nav li:first-child a {
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px; }

.local_nav li:last-child {
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0; }
  .local_nav li:last-child a {
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0; }

.mypage .dl_table {
  border-top: none; }

/*# sourceMappingURL=style.css.map */