@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-color: #2e6da4;
}
.navbar-default {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 19px -6px #000000;
  box-shadow: 0 3px 19px -6px #000000;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, rgba(125, 111, 88, 0.3) 0%, rgba(134, 119, 95, 0.3) 100%);
  background-image: -o-linear-gradient(top, rgba(125, 111, 88, 0.3) 0%, rgba(134, 119, 95, 0.3) 100%);
  background-image: linear-gradient(to bottom, rgba(125, 111, 88, 0.3) 0%, rgba(134, 119, 95, 0.3) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d7d6f58', endColorstr='#4d86775f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
body {
  position: relative;
  background-image: url(../images/bgpattern.jpg);
  background-repeat: repeat;
  background-size: 50%;
  background-attachment: scroll;
  background-position: top center;
}
.background-hack {
  z-index: -1;
  background-image: url("../images/Baphomet-margin.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 400px 400px ;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.notosansjapanese {
  font-family: 'Noto Sans Japanese', serif;
}
i {
  margin-right: 5px;
}
h1 {
  border-bottom: 5px double rgba(51, 51, 51, 0.9);
  padding-bottom: 5px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 5px;
}
h1 img {
  margin-bottom: 5px;
}
h2 {
  border-bottom: 2px solid rgba(77, 77, 77, 0.9);
  padding-bottom: 5px;
  text-align: center;
  margin-bottom: 20px;
}
.caption {
  color: #333;
  font-size: 14px;
  margin-top: 5px;
}
.big {
  font-size: 20px;
}
.small {
  font-size: 12px;
}
ol li {
  font-size: 20px;
  margin-bottom: 20px;
}
.navbar-brand {
  padding: 0 30px;
}
.bottom {
  margin-bottom: 50px;
}
.mainimage {
  min-height: 800px;
  background-image: url(../images/paper-sc.png);
  background-repeat: repeat-x;
  background-size: 1600px auto;
  background-position: bottom center;
}
@media screen and (max-width: 480px) {
  .mainimage {
    min-height: 400px;
  }
}
.mainimage-text {
  color: #fff;
  padding: 700px 0 100px 0;
}
.mainimage-text .border {
  border: 3px solid #333333;
}
.mainimage-text p {
  font-size: 41px;
  font-weight: bold;
  font-family: 'IM Fell English', serif;
}
.main {
  background-image: url(../images/paper-sc-origin.jpg);
  background-position: top center;
  background-repeat: repeat;
  background-size: 1600px auto;
  padding: 30px 0;
}
.about-btn {
  margin-top: 20px;
}
.column {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-rule: 1px solid #333;
  -webkit-column-rule: 1px solid #333;
  column-rule: 1px solid #333;
  margin-bottom: 50px;
}
.column-fin {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-rule: 1px solid #333;
  -webkit-column-rule: 1px solid #333;
  column-rule: 1px solid #333;
  margin-bottom: 0px;
}
.main-em {
  color: #cec9cb;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../images/paper-sc.png), url(../images/paper-sc-bottom.png);
  background-repeat: repeat-x, repeat-x;
  background-size: 1600px auto,1600px auto;
  background-position: bottom center,top center;
}
.main-em h3,
.main-em h4 {
  position: relative;
  text-shadow: 5px 5px 1px #000;
}
.main-em h3 span,
.main-em h4 span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url('../images/grunge.png');
}
.main-em cite {
  display: block;
  font-weight: lighter;
}
.main-em-fin {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 600px;
  background-image: url(../images/paper-sc.png), url(../images/paper-sc-bottom.png), url(../images/bgpattern.jpg);
  background-repeat: repeat-x, repeat-x, repeat;
  background-size: 1600px auto,1600px auto,50%;
  background-position: bottom center,top center,top center;
  background-attachment: scroll,scroll,scroll;
}
.row-bottom {
  margin-bottom: 20px;
}
.row-fin {
  margin-top: 25px;
}
.main-left {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .main-left {
    width: 100%;
  }
}
.main-right {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .main-right {
    width: 100%;
  }
}
.culturebottom {
  margin-bottom: 10px;
}
#column h2 {
  text-align: left;
  border: none;
  margin: 0;
}
#qa h2 {
  text-align: left;
}
#qa h4 {
  border-bottom: 1px solid #333;
  font-weight: bold;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  background: transparent;
  text-decoration: none;
  color: #fff;
  padding: 20px 20px;
  text-align: center;
  display: block;
  border: 1px solid #b3b3b3;
  border-radius: 50% 50%;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}
.sample01 {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.contact {
  padding-bottom: 40px;
}
.tumblrSlideShow {
  min-height: 300px;
}
footer h4 {
  border-bottom: 1px dotted #000;
}
.audio {
  margin-bottom: 0px;
  text-align: center;
}
audio {
  margin-bottom: 30px;
}
.thumbnail-music {
  padding: 3px;
  background-color: #8c7c63;
}
.share .twitter,
.share .facebook {
  display: inline-block;
  vertical-align: top;
}
.twitter {
  margin-top: 2px;
}
.fundraising {
  color: #333333;
}
.bottom-border {
  border-bottom: 1px dotted #333;
}
.naname {
  font-style: oblique;
}
/* ==================================================================
Preloader
================================================================== */
#preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #180E16;
  z-index: 999;
}
#loading-animation {
  width: 200px;
  height: 200px;
  position: fixed;
  left: 50%;
  top: 50%;
  background-image: url(../images/Baphomet-pre.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
/*==================================================
=            Bootstrap 3 メディア・クエリ             =
==================================================*/
/*==========  モバイル・ファーストの場合  ==========*/
/* カスタム, iPhone Retinaディスプレイ */
/* XSサイズ : Extra Small Devices, Phones */
/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .mainimage-text p {
    font-size: 9em;
  }
  .blog-margin {
    margin-top: 47px;
  }
}
/* Mサイズ、デスクトップ : Medium Devices, Desktops */
/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
/*==========  非モバイル・ファーストの場合  ==========*/
/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
/* Mサイズ、デスクトップ : Medium Devices, Desktops */
/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  body {
    position: relative;
    background-color: #150c12;
    background-image: url(../images/noise.png);
    background-repeat: repeat;
  }
  .main {
    background-image: url(../images/paper-sc-origin-mini.jpg);
    background-position: top center;
    background-repeat: repeat;
    background-size: contain;
    padding: 30px 0;
  }
  .navbar {
    font-size: 20px;
  }
  .navbar-brand {
    padding-left: 10px;
  }
  .column {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-rule: 1px solid #333;
    -webkit-column-rule: 1px solid #333;
    column-rule: 1px solid #333;
    margin-bottom: 25px;
  }
  .column-fin {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-rule: 1px solid #333;
    -webkit-column-rule: 1px solid #333;
    column-rule: 1px solid #333;
    margin-bottom: 0px;
  }
}
blockquote {
  font-size: 16px;
  border: none;
  padding: 0;
  margin: 0;
}
.blog-m {
  margin-top: 25px;
}
/* XSサイズ : Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .column {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-rule: 1px solid #333;
    -webkit-column-rule: 1px solid #333;
    column-rule: 1px solid #333;
    margin-bottom: 50px;
  }
  .column-fin {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-rule: 1px solid #333;
    -webkit-column-rule: 1px solid #333;
    column-rule: 1px solid #333;
    margin-bottom: 0px;
  }
}
/* カスタム, iPhone Retinaディスプレイ */
