@charset "UTF-8";
/**
 * WP ULike Plugin 2.4.1
 *
 * http://wordpress.org/plugins/wp-ulike/
 * https://github.com/Alimir/wp-ulike
 *
 */
.wpulike {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  line-height: 1;
  margin: 0; }

.wpulike .counter a {
  margin: 0;
  display: inline-block;
  border-radius: .25em;
  border: 1px solid #d3d3d3;
  vertical-align: middle;
  line-height: 1em;
  padding: .25em .5em;
  font-size: .75em;
  cursor: pointer;
  max-height: 25px;
  color: #777;
  background: #dfdfdf;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
  transition: .25s; }

.wpulike .counter a:focus {
  outline: none;
  border-color: #999; }

.wpulike .counter a:hover, .wpulike .counter a:active {
  text-decoration: none;
  color: #EEE;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  background-color: #bdc3c7;
  border-color: #95a5a6; }

.wpulike .counter a.image, .wpulike .counter a.image-unlike {
  background-image: url(../img/icons/add.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10px 20px; }

.wpulike .counter a.image-unlike {
  background-image: url(../img/icons/remove.png); }

.wpulike .counter a.loading {
  background-image: url(../img/icons/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10px 20px; }

.wpulike .count-box {
  position: relative;
  display: inline-block;
  border: 1px solid #898F9C;
  border-radius: .25em;
  vertical-align: middle;
  color: #333;
  font-size: .75em;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .25em .5em;
  margin-left: .5em;
  line-height: 1em;
  min-width: 2.25em; }

.wpulike .count-box:before {
  content: '';
  width: .25em;
  height: .25em;
  position: absolute;
  border: 1px solid transparent;
  background: #fff;
  border-bottom-color: #898F9C;
  left: -.2125em;
  top: 50%;
  margin-top: -.2em;
  border-left-color: #898F9C;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476,M12=-0.7071067811865475,M21=0.7071067811865475,M22=0.7071067811865476,sizingMethod='auto expand'); }

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

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: 700; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20); }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible; }

.tooltip.in {
  opacity: .8;
  filter: alpha(opacity=80); }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  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-top-color: #000;
  border-width: 5px 5px 0; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000;
  border-width: 5px 5px 5px 0; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000;
  border-width: 5px 0 5px 5px; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px; }

.tiles, .most_liked_users {
  list-style-type: none !important;
  position: relative !important;
  margin: 10px 0 !important;
  padding: 0 !important; }

.tiles li, .most_liked_users li {
  display: inline-table !important;
  cursor: pointer !important; }

.most_liked_users li {
  margin: 0 2px !important; }

.tiles li.inactive, .most_liked_users li.inactive {
  visibility: hidden !important;
  opacity: 0 !important; }

.tiles li img, .most_liked_users li img {
  display: block !important;
  float: none !important; }

.commentlist .tiles .avatar {
  left: 0 !important; }

.wp_ulike_thumbnail, .most_liked_comment .avatar {
  vertical-align: middle;
  margin: 0 10px 0 0; }

.wp_ulike_style_simple .wp_counter_span:before {
  content: "("; }

.wp_ulike_style_simple .wp_counter_span:after {
  content: ")"; }

.wp_ulike_style_love .wp_counter_span {
  float: right;
  display: inline-block;
  background: #f1f1f1 url(../img/icons/heart.png) 5px center no-repeat;
  color: #333;
  font-size: 9px;
  line-height: 17px;
  font-weight: 400;
  margin: 2px 0 0 2px;
  vertical-align: middle;
  border-radius: 10px;
  padding: 0 5px 0 23px;
  z-index: 26; }

#buddypress .activity ul.item-list li {
  position: initial; }

#buddypress div.activity-meta .tiles li a {
  padding: 0; }

#buddypress .activity-content .wpulike .count-box, #bbpress-forums .bbp-reply-content .wpulike .count-box {
  font-size: small;
  padding: .3em .5em; }

#buddypress div.activity-meta .wpulike .counter a {
  padding: 12px 20px !important; }

#buddypress div.activity-meta .wpulike .counter a.text {
  padding: 7px 20px !important; }

#bbpress-forums .bbp-reply-content .wpulike .counter a.text, #bbpress-forums .bbp-reply-content .wpulike .counter a.image, #bbpress-forums .bbp-reply-content .wpulike .counter a.image-unlike, #bbpress-forums .bbp-reply-content .wpulike .counter a.loading {
  margin: 0;
  display: inline-block;
  border-radius: .25em;
  border: 1px solid #d3d3d3;
  line-height: 1em;
  padding: .5em 1em;
  font-size: 1em;
  cursor: pointer;
  vertical-align: middle;
  color: #777;
  background: #dfdfdf;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none; }

#bbpress-forums .bbp-reply-content .wpulike .counter a.image, #bbpress-forums .bbp-reply-content .wpulike .counter a.image-unlike {
  background-image: url(../img/icons/add.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 1em 1.8em; }

#bbpress-forums .bbp-reply-content .wpulike .counter a.image-unlike {
  background-image: url(../img/icons/remove.png); }

#bbpress-forums .bbp-reply-content .wpulike .counter a.loading {
  background-image: url(../img/icons/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 1em 1.8em; }

.wpulike-heart .counter {
  border: 1px solid #E0E0E0;
  background: url(../img/bg/button-love.png) no-repeat center right;
  border-radius: 5px;
  padding: 2px;
  max-height: 30px; }

.wpulike-heart .counter a, #buddypress .wpulike-heart .counter a, #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.text, #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image, #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image-unlike, #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.loading {
  border: none;
  font-weight: 700;
  box-shadow: none;
  background: transparent;
  border-right: 1px solid #d3d3d3;
  border-radius: 0; }

.wpulike-heart .counter a:hover, .wpulike-heart .counter a:active {
  background-color: transparent;
  box-shadow: none;
  color: #ef0000; }

.wpulike-heart .counter a.image, .wpulike-heart .counter a.image-unlike, #buddypress .activity-content .wpulike-heart .counter a.image, #buddypress .activity-content .wpulike-heart .counter a.image-unlike, #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image, #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image-unlike {
  border: none;
  box-shadow: none;
  background-image: url(../img/icons/add-heart-16.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  padding: 11px 16px !important;
  border-right: 1px solid #E0E0E0; }

.wpulike-heart .counter a.image-unlike, #buddypress .activity-content .wpulike-heart .counter a.image-unlike, #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image-unlike {
  background-image: url(../img/icons/remove-heart-16.png) !important; }

.wpulike-heart .counter a.image:hover {
  background-image: url(../img/icons/add-heart-hover.png) !important; }

.wpulike-heart .counter a.image-unlike:hover {
  background-image: url(../img/icons/remove-heart-hover.png) !important; }

.wpulike-heart .counter a.loading, #buddypress .activity-content .wpulike-heart .counter a.loading, #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.loading {
  animation: none;
  background-image: url(../img/icons/loading.gif) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  padding: 11px 15px !important;
  border-right: 1px solid #E0E0E0; }

.wpulike-heart .count-box {
  border: none;
  vertical-align: middle;
  background-color: transparent;
  padding: .25em .5em;
  margin-left: 0;
  color: #525252;
  font-size: .8em; }

.wpulike-heart .count-box:before {
  border: none;
  background: transparent; }

.rtl .wpulike .count-box {
  margin-right: .5em;
  margin-left: inherit; }

.rtl .wpulike .count-box:before {
  right: -.2125em;
  left: inherit;
  border-color: #898F9C #898F9C transparent transparent; }

.rtl .wpulike-heart .counter a, .rtl #buddypress .wpulike-heart .counter a, .rtl #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.text, .rtl #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image, .rtl #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image-unlike, .rtl #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.loading {
  border-left: 1px solid #d3d3d3;
  border-right: 0; }

.rtl .wpulike-heart .counter a.image, .rtl .wpulike-heart .counter a.image-unlike, .rtl #buddypress .activity-content .wpulike-heart .counter a.image, .rtl #buddypress .activity-content .wpulike-heart .counter a.image-unlike, #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image, .rtl #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.image-unlike, .rtl .wpulike-heart .counter a.loading, .rtl #buddypress .activity-content .wpulike-heart .counter a.loading, .rtl #bbpress-forums .bbp-reply-content .wpulike-heart .counter a.loading {
  border-left: 1px solid #E0E0E0;
  border-right: 0; }

.rtl .wpulike-heart .count-box {
  margin-right: 0;
  margin-left: inherit; }

.rtl .alert-dismissable, .rtl .alert-dismissible {
  padding-right: 0;
  padding-left: 35px; }

.rtl .alert-dismissable .close, .rtl .alert-dismissible .close {
  right: inherit;
  left: -21px; }

.rtl .close {
  float: left; }

.rtl .commentlist .tiles .avatar {
  left: inherit !important;
  right: 0 !important; }

.rtl .wp_ulike_thumbnail, .rtl .most_liked_comment .avatar {
  margin: 0 0 0 10px; }

.rtl .wp_ulike_style_love .wp_counter_span {
  float: left;
  background: #F1F1F1 url(../img/icons/heart.png) no-repeat scroll 85% center;
  margin: 2px 2px 0 0;
  padding: 0 23px 0 5px; }

.toast-title {
  font-weight: 700; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a, .toast-message label {
  color: #FFF; }

.toast-message a:hover {
  color: #CCC;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1; }

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em; }

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none; }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center; }

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important; }

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important; }

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51A351; }

.toast-error {
  background-color: #BD362F; }

.toast-info {
  background-color: #2F96B4; }

.toast-warning {
  background-color: #F89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }

  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; }

  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em; } }
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }

  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; }

  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em; } }
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; }

  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px; } }
/**
 * Swiper 4.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 13, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\0025CF';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/************************************************
* 基本設定
*************************************************/
*:focus {
  outline: none; }

html {
  font-size: 16px;
  margin-top: 0 !important;
  width: 100%;
  overflow-x: hidden; }

body {
  font-size: 16px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-weight: 500;
  color: #1A1A1A;
  line-height: 1.6;
  width: 100%;
  overflow-x: hidden; }

h3 {
  font-size: 1rem; }

.recommend > h2, .twoColum > h2, .category > h2, .listingTop > h2 {
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0.2px;
  font-size: 1.8rem;
  line-height: 1.5; }

.snsWrap > h2, .listingTop > h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400; }

.staff > h2, .listingWritter > h2, .listingWritter .listingTop > h2 {
  font-family: 'Josefin Sans', sans-serif; }

.menuOpen {
  height: 100%;
  position: fixed;
  overflow: hidden;
  width: 100%; }

.flexContaier {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between; }

.row {
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center; }

.colummReverse {
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse; }

.rowReverce {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse; }

.pc {
  display: none; }

main > *:last-child {
  border-bottom: none !important; }

li {
  list-style: none; }

a {
  color: #1A1A1A;
  text-decoration: none; }

img {
  width: 100%;
  height: auto; }

time {
  color: #999999; }

h2, h3, h4, h5, h6 {
  font-weight: 500; }

/*汎用見出し*/
.sectionTitle {
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
  padding: 1em 0 .75em 0;
  font-weight: normal; }
  .sectionTitle span {
    display: block;
    font-size: .8rem;
    color: #999999;
    letter-spacing: 1px;
    margin-top: 8px; }
  .sectionTitle .title_border {
    color: #1A1A1A;
    letter-spacing: 0.2px;
    font-size: 1.8rem;
    line-height: 1.5;
    display: inline;
    border-bottom: 3px solid #1A1A1A;
    padding-bottom: 6px; }

/*エディター設定*/
.author {
  color: #999999;
  padding-left: .25rem;
  /*max-width: 10em;*/
  word-break: break-all; }

@media screen and (max-width: 320px) {
  .author {
    /*max-width: 5em;*/ } }
/*パンくずリスト*/
.breadClumb {
  padding: .5em 0 .5em 1em; }
  .breadClumb ol li {
    max-width: 10em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    position: relative;
    font-size: 14px; }
    .breadClumb ol li:after {
      content: ">";
      display: inline-block;
      position: absolute;
      right: -1em;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
    .breadClumb ol li a {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .breadClumb ol li:nth-last-of-type(1) {
      margin-right: 0;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      .breadClumb ol li:nth-last-of-type(1):after {
        display: none; }

@media screen and (max-width: 320px) {
  .breadClumb {
    padding: .5em 3%; }
    .breadClumb ol li {
      max-width: 7em; } }
/* 各記事の日付,作者情報 */
.info {
  font-size: .75rem;
  width: 100%; }

@media screen and (max-width: 320px) {
  .info {
    font-size: .65rem; } }
.scrollBtn {
  width: 40px;
  height: 40px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  position: fixed;
  right: 10px;
  bottom: 35px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 999;
  display: none; }
  .scrollBtn img {
    width: 100%; }
  .scrollBtn:hover {
    opacity: 0.8; }

.popup-komachi {
  /* display: none !important; */
  display: none;
  position: fixed;
  width: 72%;
  min-width: 218px;
  max-width: 250px;
  height: 50px;
  bottom: 30px;
  left: 10px;
  border-radius: 3px;
  background: #e65100;
  z-index: 1; }
  .popup-komachi__close {
    cursor: pointer;
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 9999; }
    .popup-komachi__close img {
      width: 20px; }
  .popup-komachi__inner a {
    display: block;
    width: 100%;
    height: 100%; }
    .popup-komachi__inner a p {
   	  display: block;
   	  float:left;
 	  color: #fff;
 	  font-size: 14px;
  	  line-height: 1.2;
  	  padding: 10px; }
    .popup-komachi__inner a img:nth-of-type(1) {
      width: 46px;
      margin: -9px 0 0 10px;
      float: left; }
    .popup-komachi__inner a img:nth-of-type(2) {
      width: 70px;
      margin-bottom: 13px; }

.magazineMain article .articleBody h4.contents, .magazineMain .backnumber h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700; }

.under {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #ccc;
  z-index: 9; }

/************************************************
* 各カテゴリーのカラー設定
* 追加する際にはクラス名をカテゴリースラッグと同じにする
* 大文字・小文字も別物として区別されます
*************************************************/
.life {
  color: #65B800; }

.culture {
  color: #2C935A; }

.food {
  color: #F19F00; }

.gourmet {
  color: #F19F00; }

.cooking {
  color: #FF6C90; }

.beauty {
  color: #B379D7; }

.sports {
  color: #52ABDD; }

.event {
  color: #A42539; }

.niigata {
  color: #525CC4; }

.eat-local {
  color: #E37717; }

.komachi {
  color: #F4005D; }

.entertainment {
  color: #e53935; }

.category-menu__tab-list__slide li {
  background: #c4c3af; }
  .category-menu__tab-list__slide li:after {
    border-color: #c4c3af transparent transparent transparent; }
.category-menu__tab-list__slide li.Tab2Selected {
  background: #333; }
  .category-menu__tab-list__slide li.Tab2Selected:after {
    border-color: #333 transparent transparent transparent; }
.category-menu__tab-list__slide .life-bg.Tab2Selected {
  background-color: #65B800; }
  .category-menu__tab-list__slide .life-bg.Tab2Selected:after {
    border-color: #65B800 transparent transparent transparent; }
.category-menu__tab-list__slide .culture-bg.Tab2Selected {
  background-color: #2C935A; }
  .category-menu__tab-list__slide .culture-bg.Tab2Selected:after {
    border-color: #2C935A transparent transparent transparent; }
.category-menu__tab-list__slide .food-bg.Tab2Selected {
  background-color: #F19F00; }
  .category-menu__tab-list__slide .food-bg.Tab2Selected:after {
    border-color: #F19F00 transparent transparent transparent; }
.category-menu__tab-list__slide .gourmet-bg.Tab2Selected {
  background-color: #F19F00; }
  .category-menu__tab-list__slide .gourmet-bg.Tab2Selected:after {
    border-color: #F19F00 transparent transparent transparent; }
.category-menu__tab-list__slide .cooking-bg.Tab2Selected {
  background-color: #FF6C90; }
  .category-menu__tab-list__slide .cooking-bg.Tab2Selected:after {
    border-color: #FF6C90 transparent transparent transparent; }
.category-menu__tab-list__slide .beauty-bg.Tab2Selected {
  background-color: #B379D7; }
  .category-menu__tab-list__slide .beauty-bg.Tab2Selected:after {
    border-color: #B379D7 transparent transparent transparent; }
.category-menu__tab-list__slide .sports-bg.Tab2Selected {
  background-color: #52ABDD; }
  .category-menu__tab-list__slide .sports-bg.Tab2Selected:after {
    border-color: #52ABDD transparent transparent transparent; }
.category-menu__tab-list__slide .event-bg.Tab2Selected {
  background-color: #A42539; }
  .category-menu__tab-list__slide .event-bg.Tab2Selected:after {
    border-color: #A42539 transparent transparent transparent; }
.category-menu__tab-list__slide .niigata-bg.Tab2Selected {
  background-color: #525CC4; }
  .category-menu__tab-list__slide .niigata-bg.Tab2Selected:after {
    border-color: #525CC4 transparent transparent transparent; }
.category-menu__tab-list__slide .eat-local-bg.Tab2Selected {
  background-color: #E37717; }
  .category-menu__tab-list__slide .eat-local-bg.Tab2Selected:after {
    border-color: #E37717 transparent transparent transparent; }
.category-menu__tab-list__slide .komachi-bg.Tab2Selected {
  background-color: #F4005D; }
  .category-menu__tab-list__slide .komachi-bg.Tab2Selected:after {
    border-color: #F4005D transparent transparent transparent; }
.category-menu__tab-list__slide .entertainment-bg.Tab2Selected {
  background-color: #e53935; }
  .category-menu__tab-list__slide .entertainment-bg.Tab2Selected:after {
    border-color: #e53935 transparent transparent transparent; }

/************************************************
* もっと見るボタン
*************************************************/
.moreBtn {
  width: 60%;
  text-align: center;
  background: #1A1A1A;
  margin: 24px auto;
  color: #fff;
  padding: .75rem 0;
  position: relative;
  margin-bottom: 3px; }
  .moreBtn:after {
    content: "";
    width: .8rem;
    height: .8rem;
    position: absolute;
    right: 5%;
    top: 1rem;
    background-image: url(/img/arrow_wt.svg);
    background-size: cover; }

.BtnWrap {
  background: #f4f4ec;
  padding: 32px 0; }
  .BtnWrap a {
    margin: 0 auto; }

/************************************************
* 無限スクロールの利用設定
*************************************************/
.pagenavi {
  visibility: hidden; }

#infiniteBtn {
  display: none;
  width: 200px;
  margin: 32px auto 0 auto; }
  #infiniteBtn:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    right: 10%; }

#infiniteImg, #infscr-loading {
  background-color: #f4f4ec;
  display: none;
  text-align: center;
  width: 200px;
  margin: 32px auto;
  padding: .75rem 0; }
  #infiniteImg img, #infscr-loading img {
    width: auto;
    height: auto; }

/************************************************
* スタッフのスライドボタンサイズ調整
*************************************************/
.slick-prev:before, .slick-next:before {
  font-size: 25px; }

.slick-prev, .slick-next {
  width: 20px;
  height: 20px; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

/************************************************
* 関連記事表示プラグインのスタイル調整
*************************************************/
.yarpp-related h3, .yarpp-related p, .yarpp-related a {
  font-weight: normal !important; }

/************************************************
* 連載・特集ラベル
*************************************************/
.series_label, .feature_label {
  background: #1a1a1a;
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  font-size: 12px !important;
  padding: 5px 10px;
  margin-right: .5em;
  line-height: 1;
  vertical-align: 2px;
  padding: 3px 15px !important; }

/************************************************
* adsense
*************************************************/
.g-ad {
  width: 100%;
  max-width: 728px;
  margin: 0 auto; }
  .g-ad > div:nth-of-type(1) {
    margin-bottom: 5px;
    font-size: 14px;
    text-align: left;
    width: 100%;
    padding: 0 3%;
    text-align: left;
    display: inline-block; }
  .g-ad--pc {
    display: none !important; }

.g-ad-wrap {
  width: 100%;
  text-align: center;
  margin: 50px auto 0 auto; }
  .g-ad-wrap--bg {
    background-color: #f4f4ec;
    margin: 0 auto;
    padding: 50px 0; }
    .g-ad-wrap--bg .g-ad {
      margin: 0; }

.adsbygoogle {
  max-width: 100%; }
  .adsbygoogle ins {
    max-width: 100%; }

.related_ad {
  padding: 50px 3%; }
  .related_ad .g-ad {
    margin-bottom: 0; }

.magazineMain .g-ad {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }

/************************************************
* ヘッダー
*************************************************/
header {
  width: 100%;
  padding: 5% 3%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 10;
  border-bottom: 1px solid #ccc;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }
  header.flexContaier {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between; }
  header .topLogo {
    position: relative;
    width: 60%;
    text-align: center;
    font-size: 2em; }
    header .topLogo img {
      width: 70%;
      transform: translateY(-15%);
      -webkit-transform: translateY(-15%);
      -ms-transform: translateY(-15%); }
    header .topLogo span {
      font-size: 1.5rem;
      padding-left: .5rem; }
  header nav.flexContaier {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff; }
    header nav.flexContaier ul {
      overflow-y: scroll;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap; }
      header nav.flexContaier ul li a {
        display: block;
        padding: .8rem; }
    header nav.flexContaier > ul > li.parent {
      border-bottom: none;
      border-top: 1px solid #666666;
      text-indent: .8rem;
      background: #e2e2e2;
      position: relative; }
      header nav.flexContaier > ul > li.parent > a {
        padding-left: 0; }
      header nav.flexContaier > ul > li.parent a {
        background: #fff;
        font-size: .95em; }
        header nav.flexContaier > ul > li.parent a .catSubTitle {
          font-size: .5em;
          padding-left: 1em; }
      header nav.flexContaier > ul > li.parent .parentTitle {
        display: block;
        padding: .8rem 0; }
      header nav.flexContaier > ul > li.parent .globalSns {
        text-align: center;
        background: #fff; }
        header nav.flexContaier > ul > li.parent .globalSns a {
          display: inline-block;
          width: 48px;
          padding: 0;
          margin: 5%;
          background: transparent;
          vertical-align: middle; }
          header nav.flexContaier > ul > li.parent .globalSns a img {
            width: 100%;
            display: block; }
      header nav.flexContaier > ul > li.parent .toggle {
        display: inline-block;
        width: 16px;
        position: absolute;
        top: .8rem;
        right: 10px;
        text-indent: 0; }
        header nav.flexContaier > ul > li.parent .toggle img {
          width: 100%;
          transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg); }
    header nav.flexContaier > ul > li.parentLinks {
      padding: 0; }
    header nav.flexContaier .snsLinks {
      justify-content: space-around;
      -webkit-justify-content: space-around;
      -ms-justify-content: space-around; }
    header nav.flexContaier > ul {
      max-height: 400px;
      overflow-y: scroll; }
  header .search {
    width: 35px;
    position: relative; }
    header .search img {
      width: 80%; }
    header .search .searchChr {
      font-size: 10px;
      position: absolute;
      width: 100%;
      text-indent: -6px; }
  header form {
    display: none;
    width: 100%;
    padding: 20px 0 0; }
    header form .searchPc div {
      position: relative;
      overflow: hidden; }
      header form .searchPc div input {
        background: #E5E5E5;
        color: #1A1A1A;
        text-indent: .5rem;
        height: 3rem;
        width: 82%;
        float: left; }
        header form .searchPc div input:nth-last-of-type(1) {
          width: 15%;
          height: 3rem;
          background-position: center center;
          text-align: center;
          text-indent: 0;
          float: right; }

header.scrolling {
  padding: 5px 3%; }

@media screen and (max-width: 768px) {
  header nav.flexContaier ul {
    display: block; } }
@media screen and (max-width: 320px) {
  .staff {
    overflow: hidden; } }
/* メニュー */
.trigerWrap {
  text-align: center;
  position: relative; }

.menuTrigger, .menuTrigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menuTrigger {
  position: relative;
  width: 30px;
  height: 27px; }

.menuTrigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #1A1A1A; }

.menuTrigger span:nth-of-type(1) {
  top: 3px; }

.menuTrigger span:nth-of-type(2) {
  top: 13px; }

.menuTrigger span:nth-of-type(3) {
  bottom: 0; }

.open span:nth-of-type(1) {
  top: 11px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

.open span:nth-of-type(2) {
  opacity: 0; }

.open span:nth-of-type(3) {
  bottom: 13px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); }

.menuChr {
  font-size: 10px;
  position: absolute;
  width: 100%;
  bottom: -1.2em; }

br.pc {
  display: none; }

#topNew.slick-dotted.slick-slider {
  margin-bottom: 0; }

#topNew {
  display: none; }

#topNew.slick-initialized {
  display: block; }

#topNew.slick-initialized + .loader {
  display: none; }

.loader {
  text-align: center;
  background: #EAE9DC;
  padding: 100px 0;
  padding: 50vw 0; }
  .loader img {
    width: 2rem; }

/************************************************
* リスティング2カラム
* トップで使用
*************************************************/
.recommend_div {
  background: #f4f4ec; }

.listingTwoColumm {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  width: 100%;
  padding: 0 3% 2em;
  background: #f4f4ec;
  border-bottom: solid 1px #fff; }
  .listingTwoColumm article {
    width: 48.5%;
    padding: 0;
    margin-bottom: 3%;
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    border: none;
    background: #fff; }
    .listingTwoColumm article .info {
      padding: 12px 10px;
      line-height: 1; }
    .listingTwoColumm article h3 {
      font-size: 14px;
      padding: 0 10px;
      margin-bottom: 10px; }
  .listingTwoColumm .imgBox {
    padding-top: 56.25%;
    position: relative;
    overflow: hidden; }
    .listingTwoColumm .imgBox img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }

/* 左上黄色いラベル */
.imgBox {
  position: relative;
  overflow: hidden; }
  .imgBox .label {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 2rem solid transparent;
    border-top-color: #FFFF00;
    border-left-color: #FFFF00; }
    .imgBox .label span {
      font-size: .8rem;
      position: absolute;
      width: 10em;
      text-align: center;
      top: -1.2rem;
      left: -4.5rem;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg); }

@media screen and (max-width: 770px) {
  .recommend_div {
    background: #f4f4ec; }
    .recommend_div .topRecommend div article:nth-of-type(7), .recommend_div .topRecommend div article:nth-of-type(8) {
      display: none; } }
/************************************************
* トップ上部新着 トップピックアップ
*************************************************/
.twoColum article {
  border: none !important;
  position: relative;
  padding-bottom: 40vw;
  background: #EAE9DC; }
  .twoColum article .textBox {
    background: #fff;
    width: 94%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 6% 5%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    align-content: space-around;
    -webkit-align-content: space-around;
    -ms-align-content: space-around; }
    .twoColum article .textBox .info {
      justify-content: flex-start;
      -webkit-justify-content: flex-start;
      -ms-justify-content: flex-start;
      font-size: .85rem;
      margin-bottom: 14px; }
      .twoColum article .textBox .info > * {
        padding-right: .5rem; }
    .twoColum article .textBox .innerPhoto {
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      display: inline-block;
      vertical-align: bottom; }
      .twoColum article .textBox .innerPhoto img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); }
    .twoColum article .textBox h2 {
      font-size: 1.2rem;
      height: 4em;
      overflow: hidden; }
    .twoColum article .textBox > span {
      width: 2.5rem;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 58%);
      -webkit-transform: translate(-50%, 58%);
      -ms-transform: translate(-50%, 58%); }
      .twoColum article .textBox > span img {
        width: 100%; }
  .twoColum article .twoColumImgBox {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 63.5vw;
    text-align: center;
    overflow: hidden; }
    .twoColum article .twoColumImgBox img {
      height: auto;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
  .twoColum article.bannerOnly {
    padding-bottom: 13.5vw; }
    .twoColum article.bannerOnly .twoColumImgBox {
      padding-top: 90vw; }

@media screen and (max-width: 320px) {
  .twoColum article .textBox time {
    text-align: left; }
  .twoColum article .textBox .author {
    max-width: none; } }
.twoColum article .mv_komachi h2 {
  height: auto; }
.twoColum article .mv_komachi img {
  width: 40%; }

/************************************************
* 今日の編集部
*************************************************/
.murmur {
  padding: 6% 4%; }
  .murmur .murmurInner {
    background: #fff;
    padding: 5% 7%;
    text-align: center;
    border: solid 1px #bfbfbf; }
    .murmur .murmurInner h2 {
      text-align: center;
      font-size: 1.25rem;
      font-weight: normal;
      padding-bottom: 20px;
      letter-spacing: .1em;
      position: relative; }
      .murmur .murmurInner h2:after {
        content: "";
        width: 2.5em;
        height: 4px;
        position: absolute;
        left: 50%;
        bottom: .55em;
        background: #1A1A1A;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%); }
    .murmur .murmurInner p {
      font-size: 1rem;
      letter-spacing: .02rem;
      margin-bottom: 1em;
      text-align: left; }
      .murmur .murmurInner p:last-child {
        margin-bottom: 0;
        font-size: 1rem;
        display: inline-block; }
        .murmur .murmurInner p:last-child time {
          margin-right: 1em; }
          .murmur .murmurInner p:last-child time span {
            padding: 0 .2em; }

.wpulike .counter {
  margin-bottom: 1.5em; }

/************************************************
* スタッフ一覧
* トップとエディターページで使用
*************************************************/
.staff {
  background: #c4c3af;
  position: relative;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around; }
  .staff .staffWrap {
    width: 85%;
    margin: 0 auto; }
  .staff h2 {
    position: relative;
    font-size: 1.8rem;
    letter-spacing: 0.2px;
    color: #fff; }
    .staff h2 span {
      color: #fff; }
    .staff h2:after {
      content: "";
      height: 3px;
      width: 8em;
      border-bottom: 3px solid #fff;
      position: absolute;
      bottom: 39%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
  .staff article {
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    text-align: center;
    box-sizing: border-box;
    /*margin: 0 .5rem 3rem .5rem;*/
    margin: 0 2px 3rem;
    width: 30%;
    background: #fff;
    outline: none !important;
    border: none; }
    .staff article > a {
      width: 100%;
      font-size: .8rem;
      padding: 6px 0;
      position: relative; }
      .staff article > a:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: -12px;
        bottom: -12px;
        border: 12px solid transparent;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg); }
      .staff article > a.lifeArticle:after {
        border-top-color: #65B800; }
      .staff article > a.gourmetArticle:after {
        border-top-color: #F19F00; }
      .staff article > a.cookingArticle:after {
        border-top-color: #FF6C90; }
      .staff article > a.beautyArticle:after {
        border-top-color: #B379D7; }
      .staff article > a.cultureArticle:after {
        border-top-color: #2C935A; }
      .staff article > a.sportsArticle:after {
        border-top-color: #52ABDD; }
      .staff article > a.eventArticle:after {
        border-top-color: #A42539; }
      .staff article > a.niigataArticle:after {
        border-top-color: #525CC4; }
      .staff article > a.eat-localArticle:after {
        border-top-color: #E37717; }
      .staff article > a.komachiArticle:after {
        border-top-color: #F4005D; }
      .staff article > a:hover {
        opacity: 1; }
    .staff article h3 {
      color: #1A1A1A;
      font-size: .9rem;
      word-break: break-all;
      position: relative;
      height: 23px; }
      .staff article h3 span {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        margin: 0;
        font-size: 13px; }
    .staff article span {
      display: inline-block; }
    .staff article .staffImgBox {
      overflow: hidden !important;
      border-radius: 50% !important;
      position: relative;
      width: 80%;
      padding-top: 80%;
      margin: 0 auto 5px auto; }
      .staff article .staffImgBox img {
        height: 100%;
        width: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); }
  .staff .slick-dots {
    bottom: .6rem; }
    .staff .slick-dots li {
      vertical-align: top;
      margin: 0 2px;
      width: 16px;
      height: 16px; }
      .staff .slick-dots li button {
        width: 16px;
        height: 16px;
        padding: 4px; }
        .staff .slick-dots li button:before {
          font-size: 18px;
          color: #fff; }
        .staff .slick-dots li button:after {
          color: #999999; }
  .staff .slick-prev, .staff .slick-next {
    top: 43%; }
  .staff .slick-prev {
    background-image: url(/img/arrow_bk.svg);
    background-repeat: no-repeat;
    transform: scale(-1, 1);
    top: 39%;
    left: -22px; }
  .staff .slick-next {
    background-image: url(/img/arrow_bk.svg);
    background-repeat: no-repeat;
    right: -22px; }

#staff {
  position: absolute;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  visibility: hidden;
  display: block; }

/************************************************
* スマホ用バナー
*************************************************/
.banner {
  padding: 21px 0; }
  .banner a {
    display: block; }
    .banner a img {
      display: block; }

/* バナーと各コンテンツの余白調整 */
.banner.sp + .category h2, .banner.sp + .twoColum h2 {
  margin-top: 0;
  padding-top: 0; }

.banner-ather {
  border-top: 1px solid #fff;
  padding-top: 1rem;
  background-color: #f4f4ec; }
  .banner-ather__inner .g-ad-wrap {
    display: block;
    margin-top: 40px;
    margin-bottom: 50px; }
  .banner-ather__inner:nth-last-of-type(1) div:nth-last-of-type(1) a:nth-last-of-type(1) {
    margin-bottom: 0; }
  .banner-ather__inner__content a {
    margin-bottom: 10px;
    margin-bottom: 3.125vw; }
  .banner-ather__inner__content a, .banner-ather__inner__content img {
    display: block; }

.banner-ather-wrap > .g-ad-wrap {
  display: none; }

/************************************************
* SP-Komachi最新号特集
*************************************************/
.komachi-info {
  margin-top: 35px;
  margin-bottom: 50px; }
  .komachi-info__inner {
    width: 95%;
    margin: 0 auto; }
    .komachi-info__inner h2 {
      text-align: center;
      font-size: 1.25rem;
      margin-bottom: 30px; }
      .komachi-info__inner h2 span {
        border-bottom: 3px solid #1A1A1A;
        padding-bottom: 7px; }

/************************************************
* 人気記事top5
*************************************************/
.ranking h2 {
  padding: 30px 3%;
  position: relative; }
  .ranking h2 span {
    border-bottom: 3px solid #1A1A1A;
    padding-bottom: 7px; }
.ranking .g-ad {
  margin-top: 50px; }
.ranking ol {
  display: block; }
  .ranking ol li:nth-of-type(1) article a:after {
    content: "1";
    background: #A59F00; }
  .ranking ol li:nth-of-type(2) article a:after {
    content: "2";
    background: #969696; }
  .ranking ol li:nth-of-type(3) article a:after {
    content: "3";
    background: #C26B00; }
  .ranking ol li:nth-of-type(4) article a:after {
    content: "4"; }
  .ranking ol li:nth-of-type(5) article a:after {
    content: "5"; }
  .ranking ol li:nth-last-of-type(1) article {
    border-bottom: none; }
  .ranking ol li:nth-last-of-type(1) article {
    padding-bottom: 0; }
.ranking article {
  position: relative;
  padding: 0 0 22px 1em;
  width: 94%;
  margin: 0 auto; }
  .ranking article a {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    position: relative;
    background: #fff; }
    .ranking article a:after {
      content: "";
      width: 1em;
      height: 33vw;
      position: absolute;
      top: 0;
      left: -1em;
      text-align: center;
      background-color: #1A1A1A;
      color: #fff;
      font-size: 1em;
      line-height: 2; }
  .ranking article .rankImgBox {
    height: 33vw;
    width: 35vw;
    overflow: hidden;
    position: relative; }
    .ranking article .rankImgBox img {
      width: auto;
      height: 100%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }
  .ranking article .textBox {
    width: 59%;
    padding: 10px 15px; }

@media screen and (max-width: 320px) {
  .ranking article .textBox {
    width: 62%;
    padding: 2% 5%; } }
/* トップでのみ効くスタイル */
.ranking_div {
  background: #f4f4ec; }

.topRanking {
  padding-bottom: 50px; }
  .topRanking h2 {
    text-align: center;
    font-size: 1.25rem; }

#pickupSlide, #topNew {
  position: relative; }
  #pickupSlide .slick-dots, #topNew .slick-dots {
    bottom: .6rem; }
    #pickupSlide .slick-dots li, #topNew .slick-dots li {
      vertical-align: top;
      margin: 0 2px;
      width: 16px;
      height: 16px; }
      #pickupSlide .slick-dots li button, #topNew .slick-dots li button {
        width: 16px;
        height: 16px;
        padding: 4px; }
        #pickupSlide .slick-dots li button:before, #topNew .slick-dots li button:before {
          font-size: 18px; }
  #pickupSlide .slick-prev, #pickupSlide .slick-next, #topNew .slick-prev, #topNew .slick-next {
    top: 30%;
    z-index: 2; }
  #pickupSlide .slick-prev, #topNew .slick-prev {
    left: 12px;
    top: 28.4%;
    background-image: url(/img/arrow_wt.svg);
    background-repeat: no-repeat;
    transform: scale(-1, 1) translateY(-50%); }
  #pickupSlide .slick-next, #topNew .slick-next {
    right: 12px;
    background-repeat: no-repeat;
    background-image: url(/img/arrow_wt.svg); }
  #pickupSlide .slick-prev:before, #pickupSlide .slick-next:before, #topNew .slick-prev:before, #topNew .slick-next:before {
    color: #999999; }

/************************************************
* SPトップカテゴリー
*************************************************/
.category-menu .ranking {
  padding-top: 17px; }
  .category-menu .ranking__ad {
    clear: both;
    text-align: center;
    margin-bottom: 50px;
    padding: 0 16px; }
    .category-menu .ranking__ad > div {
      display: inline-block;
      margin-top: 28px;
      width: 100%;
      text-align: left;
      margin-bottom: 5px; }
  .category-menu .ranking .adsbygoogle {
    margin-bottom: 1rem; }
  .category-menu .ranking ol.cat_ranking article {
    position: relative;
    padding: 0 1em 22px 1em;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box; }
    .category-menu .ranking ol.cat_ranking article a:after {
      height: 35vw;
      display: none; }
    .category-menu .ranking ol.cat_ranking article .textBox {
      width: 62%;
      padding: 2% 5%;
      position: relative;
      transform: none;
      left: 0; }
      .category-menu .ranking ol.cat_ranking article .textBox h3 {
        font-size: 1.15rem;
        width: 100%; }
      .category-menu .ranking ol.cat_ranking article .textBox div {
        text-align: right;
        margin-bottom: 0; }
        .category-menu .ranking ol.cat_ranking article .textBox div .cat {
          display: none; }
        .category-menu .ranking ol.cat_ranking article .textBox div time {
          color: #999;
          font-size: 12px;
          width: 100%;
          text-align: right; }
    .category-menu .ranking ol.cat_ranking article .rankImgBox {
      height: auto;
      width: 37vw;
      overflow: hidden;
      position: relative; }
      .category-menu .ranking ol.cat_ranking article .rankImgBox img {
        width: auto;
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%); }
.category-menu__tab-list {
  position: relative; }
  .category-menu__tab-list .swiper-button-disabled {
    display: none; }
  .category-menu__tab-list .swiper-button-prev {
    background-image: url(../img/arrow_wt.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    transform: scale(-1, 1);
    z-index: 1;
    left: 5px;
    top: 50%;
    transform: translateY(-50%) scale(-1, 1);
    margin: 0;
    display: none; }
  .category-menu__tab-list .swiper-button-next {
    background-image: url(../img/arrow_wt.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    z-index: 1;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    display: none; }
  .category-menu__tab-list ul {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    flex-wrap: flex;
    -webkit-flex-wrap: flex;
    -ms-flex-wrap: flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch; }
    .category-menu__tab-list ul .swiper-list {
      overflow: visible;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      flex-wrap: flex;
      -webkit-flex-wrap: flex;
      -ms-flex-wrap: flex; }
    .category-menu__tab-list ul li {
      font-family: 'Josefin Sans', sans-serif;
      cursor: pointer;
      margin-right: 0px;
      text-align: center;
      padding: 10px 0;
      color: #fff;
      position: relative;
      width: 115px;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      justify-content: center;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      line-height: 1;
      font-size: 15px;
      min-height: 40px; }
      .category-menu__tab-list ul li#entertainment {
        font-size: 13px; }
      .category-menu__tab-list ul li .catSubTitle {
        font-size: 10px;
        display: block;
        width: 90%;
        padding-top: 3px; }
      .category-menu__tab-list ul li .new {
        font-size: 10px;
        transform: scale(0.8);
        background: #d50000;
        border: 2px solid #fff;
        border-radius: 50%;
        position: absolute;
        right: -9px;
        top: -9px;
        padding: 9.5px 2px;
        z-index: 1; }
      .category-menu__tab-list ul li#weekly .new {
        display: none; }
      .category-menu__tab-list ul li.Tab2Selected {
        position: relative; }
        .category-menu__tab-list ul li.Tab2Selected:after {
          content: "";
          position: absolute;
          bottom: -6px;
          left: 50%;
          transform: translateX(-50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 6px 5.5px 0 5.5px; }
.category-menu__tab-for {
  background: #EAE9DC; }
  .category-menu__tab-for__slide {
    width: 100%;
    margin: 0 auto; }
    .category-menu__tab-for__slide__inner .Tab2Selected {
      display: block; }
    .category-menu__tab-for__slide__inner ul {
      margin-bottom: 5px;
      padding-top: 17px;
      width: auto;
      display: block; }
      .category-menu__tab-for__slide__inner ul li {
        width: 100%;
        padding: 0 12px;
        margin-bottom: 17px;
        box-sizing: border-box; }
        .category-menu__tab-for__slide__inner ul li article {
          padding-bottom: 0 !important;
          width: 100%; }
          .category-menu__tab-for__slide__inner ul li article a {
            display: flex;
            -webkit-display: flex;
            -ms-display: flex;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            -ms-justify-content: space-between;
            flex-wrap: nowrap;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-direction: row-reverse;
            -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
            position: relative;
            background: #ffffff; }
            .category-menu__tab-for__slide__inner ul li article a .tab-for__img {
              width: 37.2vw;
              overflow: hidden;
              position: relative; }
              .category-menu__tab-for__slide__inner ul li article a .tab-for__img img {
                width: auto;
                height: 100%;
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%); }
            .category-menu__tab-for__slide__inner ul li article a .tab-for__text {
              width: 62%;
              padding: 2% 5%; }
              .category-menu__tab-for__slide__inner ul li article a .tab-for__text h3 {
                font-size: 1.15rem;
                width: 100%; }
              .category-menu__tab-for__slide__inner ul li article a .tab-for__text__date {
                font-size: .75em;
                width: 100%;
                text-align: right; }
                .category-menu__tab-for__slide__inner ul li article a .tab-for__text__date time {
                  color: #999;
                  font-size: 12px; }
  .category-menu__tab-for__moreBtn {
    width: 100%;
    text-align: center;
    padding-bottom: 27px;
    padding-top: 17px; }
    .category-menu__tab-for__moreBtn .moreBtn {
      width: 226px;
      display: inline-block;
      margin-top: 0px;
      visibility: hidden; }

.category_ad {
  background: #f4f4ec;
  padding-bottom: 10px; }

@media screen and (max-width: 480px) {
  .category-menu ol.cat_ranking {
    display: flex;
    -webkit-display: flex;
    -ms-display: flex; }
    .category-menu ol.cat_ranking li:nth-of-type(1) {
      order: 1;
      -webkit-order: 1;
      -ms-order: 1; }
    .category-menu ol.cat_ranking li:nth-of-type(2) {
      order: 2;
      -webkit-order: 2;
      -ms-order: 2; }
      .category-menu ol.cat_ranking li:nth-of-type(2) article {
        padding-bottom: 16px; }
    .category-menu ol.cat_ranking li:nth-of-type(3) {
      order: 4;
      -webkit-order: 4;
      -ms-order: 4; }
    .category-menu ol.cat_ranking li:nth-of-type(4) {
      order: 5;
      -webkit-order: 5;
      -ms-order: 5; }
    .category-menu ol.cat_ranking li:nth-of-type(5) {
      order: 3;
      -webkit-order: 3;
      -ms-order: 3;
      margin-bottom: 0; }
  .category-menu__tab-list ul .slick-track li#entertainment {
    font-size: 2.5vw; } }
/************************************************
* トップカテゴリー
*************************************************/
.category {
  display: block;
  padding: 40px 3%;
  border-top: solid 1px #fff;
  background: #f4f4ec; }
  .category.one-column article {
    width: 100%; }
  .category h2 {
    margin: 32px auto 20px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: normal;
    position: relative; }
    .category h2 img {
      max-width: 100px; }
    .category h2 span {
      font-size: .5em;
      margin-top: -1rem;
      transform: translateY(-0.7rem);
      -webkit-transform: translateY(-0.7rem);
      -ms-transform: translateY(-0.7rem);
      padding: 2%; }
      .category h2 span.title_border {
        color: #fff;
        letter-spacing: 0.2px;
        font-size: 1.8rem;
        line-height: 1.5;
        display: inline;
        border-bottom: 3px solid #fff;
        padding-bottom: 6px; }
  .category article {
    width: 48.5%;
    padding: 0;
    margin-bottom: 3%;
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    border: none;
    padding: 15px 0; }
    .category article a {
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      flex-direction: column-reverse;
      background: #fff; }
    .category article .imgBox {
      width: 100%; }
      .category article .imgBox img {
        width: 100%;
        height: auto;
        display: block; }
    .category article .textBox {
      width: 100%;
      padding: 16px; }
      .category article .textBox h3 {
        text-align: left;
        margin-bottom: 10px;
        font-size: 1.1rem; }
        .category article .textBox h3 span {
          background: #1a1a1a;
          color: #fff;
          display: inline-block;
          border-radius: 2px;
          font-size: .9em;
          padding: 2px 10px;
          margin-right: .5em; }
      .category article .textBox p {
        margin-bottom: .2em;
        text-align: left;
        font-size: 1rem;
        color: #4D4D4D; }
      .category article .textBox time {
        font-size: .8rem;
        text-align: left; }
    .category article.currentPost {
      position: relative; }
      .category article.currentPost a {
        pointer-events: none; }
        .category article.currentPost a:hover {
          opacity: 1 !important; }
  .category > div {
    width: 100%;
    text-align: center; }
    .category > div a {
      display: inline-block; }
  .category .flexContaier a {
    display: flex; }
  .category .topCatitle.niigata .title_border {
    color: #525CC4;
    border-bottom: 3px solid #000; }
  .category .topCatitle.gourmet .title_border {
    color: #F19F00;
    border-bottom: 3px solid #000; }
  .category .topCatitle.entertainment .title_border {
    color: #e53935;
    border-bottom: 3px solid #000; }

.topFeature_div {
  background: #c4c3af; }
  .topFeature_div .g-ad-wrap {
    background: #EAE9DC;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0; }

.topFeature {
  background: #c4c3af;
  border-top: solid 1px #f4f4ec; }
  .topFeature .topCatitle {
    color: #fff; }
    .topFeature .topCatitle:after {
      background: #fff; }
  .topFeature article {
    background: #c4c3af;
    width: 100%; }
    .topFeature article .textBox p, .topFeature article .textBox time {
      display: none; }

/************************************************
* フッター
*************************************************/
/* フッターのマガジン紹介 */
.magazine {
  background: #EAE9DC;
  padding: 30px 3%;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between; }
  .magazine > img {
    width: 48%;
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start; }
  .magazine .magazinTextBox {
    width: 45%; }
    .magazine .magazinTextBox div {
      margin-bottom: 1rem; }
      .magazine .magazinTextBox div:nth-of-type(1) img {
        width: 90%;
        margin-bottom: .5rem; }
      .magazine .magazinTextBox div:nth-of-type(1) time {
        background: #fff;
        color: #1A1A1A;
        text-align: center;
        padding: 3%;
        width: 90%;
        display: inline-block; }
      .magazine .magazinTextBox div:nth-of-type(2) {
        font-size: 1em; }
  .magazine .magazineDate {
    padding: 20px 0;
    text-align: center;
    margin: 0 auto; }
    .magazine .magazineDate + a {
      margin-top: 0 !important; }
  .magazine a {
    width: 49%;
    margin: 2% 0;
    font-size: .7rem; }
    .magazine a:nth-of-type(1) {
      width: 100%;
      margin-bottom: 0;
      margin-top: 5%;
      font-size: 1rem; }
    .magazine a:nth-of-type(2):after, .magazine a:nth-of-type(3):after {
      top: .75rem; }

@media screen and (max-width: 320px) {
  .magazine a {
    width: 48%;
    text-indent: -0.5rem; }
    .magazine a:nth-of-type(1) {
      width: 100%;
      text-indent: 0;
      font-size: 1em; } }
/* フッタースタイル */
footer.flexContaier {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap; }
  footer.flexContaier .snsWrap {
    background: #EAE9DC;
    text-align: center;
    padding-bottom: 30px; }
    footer.flexContaier .snsWrap .g-ad {
      width: 100%;
      box-sizing: border-box;
      margin: 50px auto; }
      footer.flexContaier .snsWrap .g-ad > div:nth-of-type(1) {
        text-align: left;
        padding: 0 3%; }
    footer.flexContaier .snsWrap .flexContaier {
      justify-content: center;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap; }
      footer.flexContaier .snsWrap .flexContaier a {
        width: 3em;
        display: block;
        margin: 0 3%; }
    footer.flexContaier .snsWrap h2 {
      font-size: 1.5rem;
      padding: 30px 0 5px 0;
      border-top: 1px solid #fff; }
    footer.flexContaier .snsWrap p {
      padding-bottom: 1em; }
    footer.flexContaier .snsWrap .twitterArea, footer.flexContaier .snsWrap .facebookArea {
      width: 90%;
      margin: 30px auto; }
    footer.flexContaier .snsWrap > .snsLinks {
      text-align: center; }
      footer.flexContaier .snsWrap > .snsLinks a {
        display: inline-block;
        width: 46px;
        margin: 0 10px; }
  footer.flexContaier aside.flexContaier {
    font-size: 1rem;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap; }
    footer.flexContaier aside.flexContaier > a:after, footer.flexContaier aside.flexContaier ul li a:after {
      /* 各リンクの右矢印 */
      content: "";
      width: .8em;
      height: .8em;
      position: absolute;
      top: 37%;
      right: 10%;
      background-image: url(/img/arrow_bk.svg);
      background-size: cover; }
    footer.flexContaier aside.flexContaier > a {
      padding: 5%;
      border-bottom: 1px solid #1a1a1a;
      position: relative; }
      footer.flexContaier aside.flexContaier > a span {
        color: #4D4D4D;
        display: inline-block;
        max-width: 93%; }
      footer.flexContaier aside.flexContaier > a:after {
        right: 5%; }
    footer.flexContaier aside.flexContaier ul {
      width: 100%; }
      footer.flexContaier aside.flexContaier ul li {
        width: 50%;
        box-sizing: border-box;
        border-bottom: 1px solid #a2a2a2; }
        footer.flexContaier aside.flexContaier ul li:nth-of-type(odd) {
          border-right: 1px solid #a2a2a2; }
        footer.flexContaier aside.flexContaier ul li a {
          display: block;
          padding: 10%;
          box-sizing: border-box;
          position: relative;
          font-size: .8rem; }
  footer.flexContaier .footerBottom {
    background: #1A1A1A;
    color: #fff; }
    footer.flexContaier .footerBottom a {
      color: #fff; }
    footer.flexContaier .footerBottom nav ul li {
      width: 100%;
      border-bottom: 1px solid #666666; }
      footer.flexContaier .footerBottom nav ul li a {
        display: block;
        padding: 5%;
        position: relative; }
        footer.flexContaier .footerBottom nav ul li a[target=_blank]:after {
          /* 各リンクの右矢印 */
          content: "";
          width: 20px;
          height: 20px;
          position: absolute;
          top: 35%;
          right: 5%;
          background-image: url(/img/arrow_link.svg);
          background-size: cover; }
      footer.flexContaier .footerBottom nav ul li:nth-last-of-type(1) {
        justify-content: space-around;
        -webkit-justify-content: space-around;
        -ms-justify-content: space-around;
        padding: 5% 0;
        background: #fff; }
        footer.flexContaier .footerBottom nav ul li:nth-last-of-type(1) a {
          width: 40%;
          padding: 0; }
      footer.flexContaier .footerBottom nav ul li.flexContaier a[target=_blank]:after {
        /* 各リンクの右矢印 */
        background-image: url(); }
    footer.flexContaier .footerBottom .followUs {
      text-align: center;
      background: #fff; }
      footer.flexContaier .footerBottom .followUs h2 {
        padding: 8% 4% 4% 4%;
        text-align: center;
        color: #666666;
        font-size: 1.25rem;
        width: 100%; }
      footer.flexContaier .footerBottom .followUs a {
        display: inline-block;
        width: 10%;
        margin: 0 3%; }
    footer.flexContaier .footerBottom small {
      padding: 8%;
      color: #666666;
      text-align: center;
      width: 100%;
      display: block;
      font-size: .6rem;
      background: #fff; }

.category.footer-category-title {
  background: #EAE9DC; }
  .category.footer-category-title .topCatitle {
    margin: 0; }
    .category.footer-category-title .topCatitle .title_border {
      color: #000;
      border-bottom: 3px solid #000; }

/************************************************
* リスティングページ
*************************************************/
.listingTop {
  background: #EAE9DC;
  padding: 8% 0; }
  .listingTop h2 {
    text-align: center;
    font-size: 2.3em;
    line-height: 1;
    position: relative; }
    .listingTop h2:after {
      content: "";
      width: 2.5em;
      height: 4px;
      position: absolute;
      left: 50%;
      bottom: .1em;
      background: #1A1A1A;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }
    .listingTop h2 span {
      display: inline-block;
      font-size: .4em;
      transform: translateY(-0.7rem);
      -webkit-transform: translateY(-0.7rem);
      -ms-transform: translateY(-0.7rem);
      padding: 0 0 2% 0; }
  .listingTop p {
    padding: 5% 5% 10% 5%;
    color: #4D4D4D; }
  .listingTop .listingPickup article {
    position: relative;
    padding-bottom: 30%; }
    .listingTop .listingPickup article > a > span {
      position: absolute;
      top: 0;
      left: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      display: inline-block;
      padding: 2% 5%;
      background: #1A1A1A;
      color: #fff;
      text-align: center; }
    .listingTop .listingPickup article .textBox {
      background: #fff;
      width: 94%;
      box-sizing: border-box;
      margin: 0 auto;
      padding: 6% 5%;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
      .listingTop .listingPickup article .textBox > span {
        width: 2rem;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 58%);
        -webkit-transform: translate(-50%, 58%);
        -ms-transform: translate(-50%, 58%); }
      .listingTop .listingPickup article .textBox .innerPhoto {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        overflow: hidden;
        position: relative; }
        .listingTop .listingPickup article .textBox .innerPhoto img {
          height: 100%; }
      .listingTop .listingPickup article .textBox .info {
        justify-content: flex-start;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
        margin-bottom: 14px; }
        .listingTop .listingPickup article .textBox .info > * {
          margin-right: .5rem; }

.listing article {
  width: 100%; }
.listing .listingTop {
  border-bottom: 1px solid #fff; }
.listing .category {
  border-top: none; }
  .listing .category .textBox {
    padding: 10px; }

.listing .category_div {
  background-color: #f4f4ec; }

/* 新着記事 */
.newArticles {
  padding-bottom: 30px;
  border-top: none; }
  .newArticles article {
    padding-left: 0; }
    .newArticles article:after {
      display: none; }
  .newArticles h2 span {
    border-bottom: 3px solid #1A1A1A;
    padding: 0 0 7px 0;
    font-size: 1.25rem; }
  .newArticles h2:after {
    display: none; }
  .newArticles article .rankImgBox:after {
    display: none; }

.listing .ranking {
  border-top: 1px solid #fff;
  border-bottom: none;
  padding-bottom: 30px; }
  .listing .ranking article {
    padding: 0 0 22px 0; }
    .listing .ranking article .textBox h3 {
      padding-top: 0; }
  .listing .ranking h2 {
    text-align: left;
    font-size: 1.25rem; }
.listing .newArticles ol li a:after {
  content: none !important; }
.listing .ranking_div article {
  padding: 0 0 22px 0; }
  .listing .ranking_div article .textBox {
    padding: 0 15px 10px 15px; }
  .listing .ranking_div article a:after {
    position: absolute;
    left: 0; }

/************************************************
* 記事ページ
*************************************************/
.sub > article > h1 {
  padding: 24px 3% .5em 3%;
  font-size: 1.25rem;
  font-weight: 500; }
.sub > article > img {
  display: block; }
.sub > article .info {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  border-bottom: 1px solid #1a1a1a;
  padding: .5em 3% 24px 3%;
  margin-bottom: 24px; }
  .sub > article .info .innerPhoto {
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    overflow: hidden; }
    .sub > article .info .innerPhoto img {
      height: 100%; }
  .sub > article .info > * {
    margin-right: 5%; }
.sub > article .articleBody {
  padding: 0 3%;
  line-height: 1.8;
  word-break: break-all; }
  .sub > article .articleBody * {
    max-width: 100%; }
  .sub > article .articleBody img {
    width: auto;
    max-width: 100%;
    margin: 14px 0; }
  .sub > article .articleBody ul {
    padding: 2em 0 2em 1.5em; }
    .sub > article .articleBody ul li {
      list-style: disc; }
  .sub > article .articleBody ol {
    padding: 2em 0 2em 1.5em; }
    .sub > article .articleBody ol li {
      list-style: decimal; }
  .sub > article .articleBody hr {
    margin: 1em 0; }
  .sub > article .articleBody em {
    font-style: italic; }
  .sub > article .articleBody a {
    color: #00f;
    text-decoration: underline; }
.sub > article .feature_magazine {
  margin-bottom: 24px; }
  .sub > article .feature_magazine h2 {
    padding: 15px 3%; }
    .sub > article .feature_magazine h2 span {
      font-size: 1.25rem; }
.sub .writterNewArticles {
  /*border-bottom: 1px solid $colorFooterBorder;*/
  border-top: 1px solid #fff;
  padding-bottom: 1em; }
  .sub .writterNewArticles h2 {
    padding: 15px 0;
    position: relative;
    margin: 0;
    text-align: left;
    width: 100%; }
    .sub .writterNewArticles h2:after {
      display: none; }
    .sub .writterNewArticles h2 span {
      font-size: 1.25rem;
      padding: 0 0 7px 0;
      margin: 0;
      transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      vertical-align: super;
      border-bottom: 3px solid #1A1A1A; }
  .sub .writterNewArticles .info {
    border: none;
    padding: 0;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between; }
.sub .category_div article {
  width: 100%; }

/* ページネーション */
.pagination {
  padding: 2em 0; }
  .pagination ol {
    text-align: center; }
    .pagination ol li {
      display: inline-block;
      margin: 0 1%;
      background: #1A1A1A;
      color: #fff;
      border: 1px solid #1A1A1A; }
      .pagination ol li.current {
        padding: .5em 1em; }
      .pagination ol li a {
        padding: .5em 1em;
        display: block;
        background: #fff;
        color: #1A1A1A; }

/* snsシェア */
.snsShare {
  padding: 24px 3%;
  justify-content: space-betwween;
  -webkit-justify-content: space-betwween;
  -ms-justify-content: space-betwween; }
  .snsShare a {
    width: 24%;
    display: block;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    box-sizing: border-box;
    font-size: .75rem; }
    .snsShare a.fb {
      background: #365EB0; }
    .snsShare a.twitter {
      background: #3FAADB; }
    .snsShare a.line {
      background: #25D000; }
    .snsShare a.mail {
      background: #1a1a1a; }
    .snsShare a img {
      height: 1.5em;
      width: auto; }

.snsShare2 {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around; }
  .snsShare2 > div {
    width: 100%;
    padding-bottom: 12px;
    text-align: center; }
  .snsShare2 a {
    width: 4em;
    height: 4em;
    border-radius: 50%;
    padding: 0;
    position: relative; }
    .snsShare2 a img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      height: 2em; }

.fm_right a {
  display: inline-block; }
  .fm_right a:nth-of-type(1) {
    width: 100%; }

/* タグ */
.tags {
  padding: 24px 0;
  width: 94%;
  margin: 0 auto;
  text-align: center; }
  .tags .tagTitle {
    margin-bottom: 20px; }
  .tags ul li {
    display: inline-block;
    width: auto;
    background: #E5E5E5;
    border-radius: 17px;
    line-height: 34px;
    padding: 0 .8em;
    margin: 0 1% 2% 0;
    font-size: .8rem; }
    .tags ul li a {
      display: block;
      color: #B0B0B0; }

/************************************************
* エディターページ
*************************************************/
.writter {
  width: 94%;
  margin: 0 auto 24px;
  padding: 1em;
  border: 3px solid #ccc;
  position: relative; }
  .writter > p {
    width: 100%;
    padding-bottom: 1em; }
  .writter .imgBox {
    text-align: center;
    overflow: visible;
    max-width: 6em;
    word-break: break-all; }
    .writter .imgBox .radius {
      width: 6em;
      height: 6em;
      margin: 0 auto;
      overflow: hidden;
      border-radius: 50%; }
      .writter .imgBox .radius img {
        height: 100%;
        width: auto; }
  .writter .textBox {
    width: 57%; }
    .writter .textBox .moreTxt {
      align-self: flex-end;
      -webkit-align-self: flex-end;
      -ms-align-self: flex-end;
      right: 3px;
      padding: .5em 0;
      position: relative;
      border-bottom: 1px solid #1A1A1A;
      font-size: .7em; }
      .writter .textBox .moreTxt:after {
        content: "";
        width: .8em;
        height: .8em;
        box-sizing: border-box;
        display: block;
        position: absolute;
        right: 0;
        top: .8em;
        background-image: url(/img/arrow_bk.svg);
        background-size: cover; }

.listingWritter {
  text-align: center; }
  .listingWritter .listingTop h2 {
    display: inline-block;
    position: relative;
    margin-bottom: .8em;
    font-size: 2rem; }
    .listingWritter .listingTop h2:after {
      content: "";
      height: 7px;
      width: 5.5em;
      border-bottom: 4px double #1A1A1A;
      position: absolute;
      bottom: -8%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      background: transparent; }
  .listingWritter .imgBox {
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #fff; }
    .listingWritter .imgBox img {
      display: block;
      height: 100%;
      width: auto;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
  .listingWritter .listingTop > p {
    padding: .5em 0; }
    .listingWritter .listingTop > p + p {
      padding: 1em 1em 5em 1em;
      text-align: left; }
  .listingWritter .writerArticles {
    padding: 6% 3%;
    border-bottom: 1px solid #fff;
    background: #f4f4ec; }
    .listingWritter .writerArticles article {
      padding: 7% 0; }
      .listingWritter .writerArticles article > a > .imgBox {
        width: 100%;
        height: auto;
        border-radius: 0; }
        .listingWritter .writerArticles article > a > .imgBox > img {
          width: 100%;
          height: auto;
          position: static;
          transform: none;
          -webkit-transform: none;
          -ms-transform: none; }
      .listingWritter .writerArticles article > a .info {
        padding: 10px;
        background: #fff; }
  .listingWritter .textBox {
    text-align: left;
    padding: 10px;
    background: #fff;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
    .listingWritter .textBox h3 {
      margin-bottom: 1em; }
      .listingWritter .textBox h3 + p {
        color: #999999;
        margin-bottom: 1em; }
    .listingWritter .textBox > span {
      align-self: flex-end;
      -webkit-align-self: flex-end;
      -ms-align-self: flex-end;
      padding-right: 1.2em;
      right: 3px;
      padding-bottom: .2em;
      position: relative;
      border-bottom: 1px solid #1A1A1A; }
      .listingWritter .textBox > span:after {
        content: "";
        width: 1em;
        height: 1em;
        box-sizing: border-box;
        display: block;
        position: absolute;
        right: 0;
        top: .2em;
        background-image: url(/img/arrow_bk.svg);
        background-size: cover; }
  .listingWritter .info {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start; }
    .listingWritter .info > * {
      margin-right: 3%; }
    .listingWritter .info .innerPhoto {
      width: 3em;
      height: 3em;
      position: relative;
      border-radius: 50%;
      overflow: hidden; }
      .listingWritter .info .innerPhoto img {
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); }
  .listingWritter .staff {
    border-bottom: 3px solid #fff !important; }
    .listingWritter .staff h2 {
      border: none;
      margin-bottom: 0; }

/************************************************
* 本誌紹介ページ
*************************************************/
.magazineMain > .g-ad-wrap:nth-of-type(1) .g-ad {
  padding-top: 24px; }
  .magazineMain > .g-ad-wrap:nth-of-type(1) .g-ad div:nth-of-type(1) {
    max-width: 320px;
    padding: 0; }
.magazineMain article {
  text-align: center; }
  .magazineMain article h1 {
    padding: 1em 0;
    font-weight: normal; }
    .magazineMain article h1 span {
      display: block;
      color: #1A1A1A; }
  .magazineMain article figure {
    width: 60%;
    margin: 0 auto; }
    .magazineMain article figure + p {
      padding: .5em 0; }
  .magazineMain article .slideImage {
    background: #333333;
    padding-top: 1.25em;
    overflow: hidden; }
    .magazineMain article .slideImage .slideCount {
      color: #fff;
      letter-spacing: .2em;
      padding: .5em; }
    .magazineMain article .slideImage .slick-prev {
      left: 0;
      z-index: 5; }
    .magazineMain article .slideImage .slick-next {
      right: 0;
      z-index: 5; }
  .magazineMain article .articleBodyTop, .magazineMain article .articleBody {
    background: #E5E5E5;
    text-align: left;
    padding: .5em 7%; }
  .magazineMain article .articleBodyTop {
    padding-top: 2em; }
    .magazineMain article .articleBodyTop h3 {
      font-size: 1.05rem; }
  .magazineMain article .articleBody {
    padding-bottom: 2em; }
    .magazineMain article .articleBody h4.contents {
      display: inline-block;
      padding: .5em 2em;
      transform: translateX(-20%);
      -webkit-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
      background: #B2B2B2;
      color: #fff;
      margin-bottom: 1em; }
.magazineMain .backnumber {
  padding: 5% 0; }
  .magazineMain .backnumber h2 {
    margin-bottom: 2%;
    padding: 0;
    margin-left: .8rem;
    font-size: 1rem; }
  .magazineMain .backnumber p {
    margin-bottom: 2%;
    padding: 0;
    margin-left: .8rem;
    color: #999999;
    font-size: .9rem; }
  .magazineMain .backnumber ol {
    width: 85%;
    margin: 0 auto; }
    .magazineMain .backnumber ol a {
      display: block;
      padding: 3%;
      font-size: .7rem; }
      .magazineMain .backnumber ol a span {
        display: block;
        color: #999999;
        padding: 5px 0; }
.magazineMain .linkBox {
  width: 90%;
  margin: 1rem auto; }
  .magazineMain .linkBox a {
    display: block;
    width: 100%;
    padding: 1em .2em;
    box-sizing: border-box;
    background: #1A1A1A;
    color: #fff;
    font-size: .75rem;
    text-align: center;
    position: relative; }
    .magazineMain .linkBox a:nth-of-type(2), .magazineMain .linkBox a:nth-of-type(3) {
      width: 49%;
      margin: .5em 0;
      text-indent: -1em;
      font-size: .7rem; }
    .magazineMain .linkBox a:after {
      content: "";
      display: block;
      position: absolute;
      top: 36%;
      right: .5rem;
      width: 12px;
      height: 12px;
      background-image: url(/img/arrow_wt.svg);
      background-size: cover; }
.magazineMain .newArticles h2 {
  font-size: 1rem;
  text-align: left;
  margin-left: .8em;
  margin-top: 0;
  margin-bottom: 0; }
.magazineMain .newArticles .textBox {
  padding: 10px; }
.magazineMain .slick-prev:before, .magazineMain .slick-next:before {
  color: #1A1A1A; }
.magazineMain .category_div ol li article {
  text-align: left;
  padding-left: 16px;
  padding-right: 16px; }

.magazinBanner {
  padding: 1.5rem 7%; }

.magazinBanner + .g-ad-wrap {
  margin-top: 0; }

@media screen and (max-width: 320px) {
  .magazineMain > .g-ad-wrap:nth-of-type(1) .g-ad div:nth-of-type(1) {
    padding: 0 3%; } }
#infscr-loading {
  width: 100%; }
  #infscr-loading img {
    width: auto;
    max-width: 100%; }

.wpulike-heart .counter {
  background: url() !important; }

/************************************************
* 固定ページ
*************************************************/
.page {
  padding: 0 3%;
  line-height: 1.8; }
  .page img {
    width: auto;
    max-width: 100%; }
  .page ul {
    padding: 2em 0 2em 1.5em; }
    .page ul li {
      list-style: disc; }
  .page ol {
    padding: 2em 0 2em 1.5em; }
    .page ol li {
      list-style: decimal; }
  .page hr {
    margin: 1em 0; }
  .page em {
    font-style: italic; }

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important; }

@media screen and (max-width: 768px) {
  .twoColum {
    display: block; } }
@media screen and (min-width: 760px) and (max-width: 768px) {
  .ranking article .rankImgBox {
    width: 15em;
    height: 15em; }
  .ranking article a:after {
    height: 15em; }

  footer.flexContaier .snsWrap .facebookArea, footer.flexContaier .snsWrap .twitterArea {
    width: 100%;
    max-width: 480px; }

  header h1 img {
    transform: none;
    vertical-align: text-top; }

  .listingPickup {
    display: block; }

  .listingTop .listingPickup article {
    padding-bottom: 150px; }

  .writter {
    justify-content: space-around; } }
.tag h2:after {
  bottom: -10px; }

@media screen and (max-width: 769px) {
  .topFeature article a.flexContaier {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    background: #fff; }
  .topFeature article .imgBox, .topFeature article .textBox {
    width: 100%; }
  .topFeature article .imgBox img {
    position: static;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none; } }
.presentLink {
  padding: 0rem 7%; }
  .presentLink a {
    display: block;
    padding: 1em 0;
    box-sizing: border-box;
    border: 1px solid #1A1A1A;
    color: #1A1A1A;
    font-size: .75rem;
    text-align: center;
    position: relative; }
    .presentLink a:after {
      content: "";
      display: block;
      position: absolute;
      top: 24%;
      right: .5rem;
      width: 20px;
      height: 20px;
      background-image: url(/img/arrow_link_bk.svg);
      background-size: cover; }

/************************************************
*
* 以下PC用スタイル
*
*************************************************/
@media screen and (min-width: 769px) {
  /************************************************
  * PC基本設定
  *************************************************/
  body {
    min-width: 1200px; }

  .flexContaier {
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row; }

  .colummReverse {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }

  .rowReverce {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; }

  .pc {
    display: block; }

  .flexContaier.pc {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex; }

  .sp {
    display: none; }

  main, footer {
    padding: 0; }

  a:hover {
    opacity: .8; }

  .slick-prev {
    width: 25px;
    height: 25px;
    left: -45px; }
    .slick-prev:before {
      font-size: 40px;
      color: #999999; }

  .slick-next {
    height: 25px;
    width: 25px;
    right: -45px; }
    .slick-next:before {
      font-size: 40px;
      color: #999999; }

  br.pc {
    display: block; }

  .under {
    display: none !important; }

  section > article, div > article {
    border: none !important; }

  .loader {
    padding: 100px 0; }

  /************************************************
  * adsense
  *************************************************/
  .g-ad {
    margin: 15px auto;
    display: inline-block;
    padding: 0; }
    .g-ad > div:nth-of-type(1) {
      margin-bottom: 5px;
      font-size: 14px;
      text-align: left;
      padding: 0; }
    .g-ad--pc {
      display: block !important; }
      .g-ad--pc#article {
        display: flex !important;
        justify-content: space-between; }
    .g-ad--sp {
      display: none !important; }

  .listing .g-ad {
    margin-bottom: 56px; }

  .listingWritter .writerArticles {
    border-bottom: none; }

  .listingWritter .g-ad-wrap {
    width: 80%;
    border-bottom: 1px solid #fff;
    margin-right: auto;
    margin-left: auto; }

  .g-ad-wrap--bg {
    padding: 0; }

  .banner-ather .banner-ather__inner::after {
    content: "";
    display: block; }
  .banner-ather .g-ad-wrap {
    margin: 50px auto;
    text-align: center; }
    .banner-ather .g-ad-wrap .g-ad {
      margin: 0 auto;
      text-align: left; }

  .related_ad {
    padding: 0; }
    .related_ad .g-ad {
      max-width: 1400px;
      width: 80%; }
    .related_ad .title {
      margin-bottom: 32px; }
    .related_ad iframe, .related_ad ins {
      width: 100% !important; }

  /************************************************
  * PCヘッダー
  *************************************************/
  header.flexContaier {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    padding: 2% 0 1% 0;
    width: 100%;
    min-width: 1400px; }
    header.flexContaier .topLogo {
      width: 40%; }
      header.flexContaier .topLogo img {
        width: 40%;
        vertical-align: middle; }
    header.flexContaier .snsLinks {
      width: 15%;
      justify-content: center;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap; }
      header.flexContaier .snsLinks a {
        margin: 0 5%; }
        header.flexContaier .snsLinks a img {
          width: auto; }
    header.flexContaier form {
      display: block !important;
      width: auto;
      padding: 0; }
      header.flexContaier form .searchPc div {
        position: relative;
        overflow: hidden; }
        header.flexContaier form .searchPc div input#s {
          background: #E5E5E5;
          color: #1A1A1A;
          text-indent: .5rem;
          height: 2rem;
          width: 15rem; }
        header.flexContaier form .searchPc div input:nth-last-of-type(2) {
          width: 1.5rem;
          height: 2em;
          position: absolute;
          background-position: center center;
          right: .5rem;
          top: 0; }
    header.flexContaier nav.flexContaier {
      display: block;
      position: static;
      transition: padding 0.5s; }
      header.flexContaier nav.flexContaier ul {
        justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        overflow-y: visible; }
        header.flexContaier nav.flexContaier ul li {
          margin: 0 3%;
          position: relative;
          border: none; }
          header.flexContaier nav.flexContaier ul li .innerMenu {
            position: absolute;
            top: 100%;
            background: #fff;
            display: none;
            width: 200px; }
            header.flexContaier nav.flexContaier ul li .innerMenu li {
              border-bottom: 1px solid #e2e2e2; }
              header.flexContaier nav.flexContaier ul li .innerMenu li:nth-last-of-type(1) {
                border: none; }
            header.flexContaier nav.flexContaier ul li .innerMenu a {
              text-indent: 0;
              word-break: break-all; }
          header.flexContaier nav.flexContaier ul li .toggle {
            display: inline-block;
            width: 1rem;
            margin-left: .5rem; }
          header.flexContaier nav.flexContaier ul li:nth-of-type(1) {
            cursor: pointer; }
      header.flexContaier nav.flexContaier > ul > li.parent {
        padding: 0.8em;
        cursor: pointer; }

  header.scrolling nav {
    padding-top: 0 !important; }

  .toggle img {
    transform: rotate(90deg);
    vertical-align: middle; }

  header nav.flexContaier > ul li.parent {
    padding: .8rem;
    background: #fff;
    position: relative; }
    header nav.flexContaier > ul li.parent span.parentTitle {
      display: block;
      padding: .8em;
      text-indent: 0; }
    header nav.flexContaier > ul li.parent span.toggle {
      position: absolute;
      top: 23px;
      right: -10px; }

  /************************************************
  * PCトップ上部新着 PCトップピックアップ
  *************************************************/
  .twoColum {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center; }
    .twoColum h2 {
      font-size: 2.8rem; }
      .twoColum h2 span {
        font-size: .3em; }
    .twoColum article {
      width: 50%;
      height: 100%;
      box-sizing: border-box;
      padding-bottom: 150px !important; }
      .twoColum article .textBox {
        max-width: 500px; }
      .twoColum article .twoColumImgBox {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 63.5% !important;
        text-align: center;
        overflow: hidden; }
        .twoColum article .twoColumImgBox img {
          height: auto;
          width: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%); }
      .twoColum article a {
        display: block; }

  .topNew article:nth-last-of-type(1) {
    display: block; }

  #topNew .slick-prev,
  #topNew .slick-next {
    top: 38% !important; }

  /************************************************
  * PC今日の編集部
  *************************************************/
  .murmur {
    padding: 30px 4%; }
    .murmur .murmurInner {
      width: 1200px;
      padding: 1.6%;
      box-sizing: border-box;
      margin: 0 auto;
      text-align: left; }
      .murmur .murmurInner h2 {
        font-size: 1.2rem;
        padding-bottom: 0;
        line-height: 2;
        width: 250px;
        text-align: center;
        display: inline-block;
        border-right: 1px solid #1A1A1A;
        vertical-align: middle; }
        .murmur .murmurInner h2 span {
          height: 2em;
          width: 100%;
          display: inline-block; }
        .murmur .murmurInner h2:after {
          display: none; }
      .murmur .murmurInner p {
        margin-bottom: 0;
        line-height: 1.6;
        width: 470px;
        display: inline-block;
        margin: 0 19px;
        vertical-align: middle; }
        .murmur .murmurInner p:nth-last-of-type(1) {
          width: 273px;
          margin-right: 0; }

  .wpulike .counter {
    margin-bottom: 0; }

  .wpulike + br {
    display: none; }

  /************************************************
  * PCリスティング2カラム
  *************************************************/
  .listingTwoColumm {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 2em;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start; }
    .listingTwoColumm h2 {
      font-size: 2.8rem; }
      .listingTwoColumm h2 span {
        font-size: .3em; }
    .listingTwoColumm > .flexContaier {
      margin-right: -15px;
      margin-left: -15px; }
    .listingTwoColumm article {
      width: 25%;
      background: none;
      border: none !important;
      margin-bottom: 15px;
      padding: 0 15px; }
      .listingTwoColumm article a {
        display: block;
        background: #fff;
        height: 100%; }
      .listingTwoColumm article h3 {
        font-size: 1rem;
        padding: 0 10px; }
      .listingTwoColumm article .imgBox img {
        display: block;
        max-width: 100%; }
      .listingTwoColumm article .info {
        padding: 1rem 10px; }

  /************************************************
  * PCスタッフ一覧
  *************************************************/
  .staff {
    padding-bottom: 1em; }
    .staff h2 {
      font-size: 2.8rem; }
      .staff h2 span {
        font-size: .3em; }
      .staff h2:after {
        width: 7.8em;
        bottom: 38%; }
    .staff .staffWrap {
      width: 920px;
      margin: 0 auto !important; }
      .staff .staffWrap article {
        width: 16%; }
        .staff .staffWrap article > a:after {
          bottom: -15px;
          right: -15px;
          border-width: 15px; }
    .staff .slick-dots {
      bottom: 0; }
    .staff .slick-prev {
      left: -45px; }
    .staff .slick-next {
      right: -45px; }

  /************************************************
  * ピックアップ記事
  *************************************************/
  #pickupSlide .slick-prev,
  #pickupSlide .slick-next {
    top: 38%; }

  .banner-ather-wrap {
    text-align: center; }
    .banner-ather-wrap .banner-ather .g-ad-wrap {
      display: none; }
    .banner-ather-wrap > .g-ad-wrap {
      margin-top: 17px;
      margin-bottom: 43px;
      display: block; }

  .banner-ather {
    padding: 63px 0 30px 0;
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    border-top: 1px solid #fff; }
    .banner-ather__inner {
      margin-left: -12px;
      margin-right: -12px; }
      .banner-ather__inner:nth-of-type(1) a:nth-last-of-type(1) {
        margin-bottom: 20px; }
      .banner-ather__inner__content {
        float: left;
        padding: 10px 12px;
        width: 50%;
        box-sizing: border-box; }
        .banner-ather__inner__content a + a {
          padding-top: 20px;
          display: block; }
        .banner-ather__inner__content a, .banner-ather__inner__content img {
          display: inline; }

  /************************************************
  * SP-Komachi最新号特集
  *************************************************/
  .komachi-info {
    margin-top: 40px;
    margin-bottom: 66px; }
    .komachi-info__inner {
      width: 80%;
      margin: 0 auto; }
      .komachi-info__inner h2 {
        text-align: left;
        font-size: 1.25rem;
        margin-bottom: 30px; }
        .komachi-info__inner h2 span {
          border-bottom: 3px solid #1A1A1A;
          padding-bottom: 7px; }
    .komachi-info.two-column {
      overflow: hidden; }
      .komachi-info.two-column .komachi-info__inner__1 {
        width: 47%;
        float: left; }
      .komachi-info.two-column .komachi-info__inner__2 {
        width: 47%;
        float: right; }

  /************************************************
  * PC人気記事top5
  *************************************************/
  .ranking {
    padding-bottom: 3%;
    width: 80%;
    margin: 0 auto; }
    .ranking .g-ad {
      padding: 0; }
    .ranking article {
      padding: 0;
      border-bottom: none;
      border-top: none !important;
      margin: 0;
      width: auto; }
      .ranking article a:after {
        width: 100%;
        height: auto;
        left: 0;
        top: -0.5em;
        line-height: 1.5; }
    .ranking h2 {
      padding: 3rem 0 .5rem 0; }
    .ranking ol {
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 30px;
      padding-top: 2em;
      display: -ms-flexbox;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      width: auto;
      margin-right: -15px; }
      .ranking ol li {
        width: 20%;
        padding: 0 15px; }
        .ranking ol li article a {
          flex-direction: column-reverse;
          -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse; }
        .ranking ol li article .rankImgBox {
          width: 100%;
          height: auto;
          position: relative; }
          .ranking ol li article .rankImgBox:before {
            display: block;
            content: "";
            padding-top: 100%; }
          .ranking ol li article .rankImgBox img {
            position: absolute;
            top: 0; }
        .ranking ol li article .textBox {
          width: 100%; }
          .ranking ol li article .textBox h3 {
            font-size: 1.15rem;
            margin: 1rem 0;
            width: 100%; }
          .ranking ol li article .textBox .info > * {
            display: block;
            width: 100%; }

  /************************************************
  * PCトップカテゴリー
  *************************************************/
  .category_div {
    background: #f4f4ec;
    padding-bottom: 32px; }

  .category {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    padding-right: 0;
    padding-left: 0; }
    .category.one-column article {
      width: 25%; }
    .category > .flexContaier {
      justify-content: initial;
      margin-right: -15px;
      margin-left: -15px;
      width: 100%; }
    .category h2 {
      width: 100%;
      text-align: center;
      margin: 0;
      padding: 25px;
      font-size: 2.2rem; }
      .category h2:after {
        bottom: 30px; }
      .category h2 span {
        padding: 0 0 .5rem 0; }
    .category article {
      width: 25%;
      padding: 10px 15px;
      box-sizing: border-box;
      background: #f4f4ec; }
      .category article a {
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        background: #fff;
        display: flex; }
      .category article .imgBox {
        padding-top: 56.25%;
        position: relative; }
        .category article .imgBox img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%); }
      .category article .imgBox, .category article .textBox {
        width: 100%; }
      .category article .textBox {
        padding: 10px 15px; }
        .category article .textBox h3 {
          margin: 1rem 0;
          width: 100%; }
        .category article .textBox p {
          margin-bottom: 1rem; }
    .category > div {
      width: 100%;
      text-align: center; }
      .category > div .moreBtn {
        display: inline-block;
        width: 280px; }

  .category_ad {
    background: #f4f4ec;
    text-align: center; }
    .category_ad > div {
      width: 80%;
      border-top: solid 1px #fff;
      margin: 0 auto;
      padding-bottom: 47px; }

  /************************************************
  * PCカテゴリー
  *************************************************/
  .category-menu .ranking {
    padding-bottom: 0; }
    .category-menu .ranking__ad {
      margin-bottom: 0;
      max-width: 728px;
      margin: 0 auto; }
      .category-menu .ranking__ad > div {
        padding: 0;
        text-align: left; }
    .category-menu .ranking ol.cat_ranking {
      margin: 0;
      width: 100%;
      display: flex;
      -webkit-display: flex;
      -ms-display: flex;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      justify-content: flex-start;
      -webkit-justify-content: flex-start;
      -ms-justify-content: flex-start; }
      .category-menu .ranking ol.cat_ranking li {
        order: unset;
        padding: 0 10px;
        width: 20%; }
        .category-menu .ranking ol.cat_ranking li article {
          padding-bottom: 0 !important;
          width: 100%;
          padding: 0; }
          .category-menu .ranking ol.cat_ranking li article a {
            display: flex;
            -webkit-display: flex;
            -ms-display: flex;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            -ms-justify-content: space-between;
            flex-wrap: nowrap;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-direction: column-reverse;
            -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
            position: relative;
            background: #ffffff; }
            .category-menu .ranking ol.cat_ranking li article a:after {
              height: auto;
              display: none; }
            .category-menu .ranking ol.cat_ranking li article a .textBox {
              width: 100%;
              padding: 10px 15px 25px; }
              .category-menu .ranking ol.cat_ranking li article a .textBox div {
                font-size: .75em;
                width: 100%;
                text-align: right;
                margin: 0; }
              .category-menu .ranking ol.cat_ranking li article a .textBox h3 {
                font-size: 1.15rem;
                margin: 1rem 0;
                width: 100%; }
            .category-menu .ranking ol.cat_ranking li article a .rankImgBox {
              width: 100%;
              height: auto;
              position: relative;
              overflow: hidden; }
              .category-menu .ranking ol.cat_ranking li article a .rankImgBox img {
                position: absolute;
                top: 0;
                width: auto;
                height: 100%;
                left: 50%;
                transform: translateX(-50%); }
  .category-menu__tab-list {
    background: #f4f4ec;
    position: relative; }
    .category-menu__tab-list .swiper-button-disabled {
      display: none; }
    .category-menu__tab-list .swiper-button-prev {
      background-image: url(../img/arrow_bk.svg);
      background-repeat: no-repeat;
      top: 50%;
      transform: scale(-1, 1) translateY(-50%);
      background-size: 16px 25px;
      background-position: center center;
      margin: 0;
      left: 7vw;
      display: block; }
    .category-menu__tab-list .swiper-button-next {
      background-image: url(../img/arrow_bk.svg);
      background-repeat: no-repeat;
      background-size: 16px 25px;
      background-position: center center;
      margin: 0;
      right: 7vw;
      display: block; }
    .category-menu__tab-list ul {
      width: 80%;
      margin: 0 auto;
      overflow: hidden; }
      .category-menu__tab-list ul div.swiper-wrapper {
        display: flex;
        padding-bottom: 6px;
        padding-top: 6px; }
      .category-menu__tab-list ul .swiper-slide {
        cursor: pointer;
        margin-right: 6px;
        text-align: center;
        padding: 12.5px 0;
        color: #fff;
        position: relative; }
        .category-menu__tab-list ul .swiper-slide .new {
          font-size: 10px;
          transform: scale(0.8);
          background: #d50000;
          border: 2px solid #fff;
          border-radius: 50%;
          position: absolute;
          right: -9px;
          top: -9px;
          z-index: 1; }
        .category-menu__tab-list ul .swiper-slide.Tab2Selected {
          position: relative; }
          .category-menu__tab-list ul .swiper-slide.Tab2Selected:after {
            content: "";
            position: absolute;
            bottom: -6px;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 5.5px 0 5.5px; }
  .category-menu__tab-for {
    background: #EAE9DC; }
    .category-menu__tab-for__slide {
      width: 80%;
      margin: 0 auto; }
      .category-menu__tab-for__slide__inner ul {
        display: flex;
        -webkit-display: flex;
        -ms-display: flex;
        margin-bottom: 30px;
        padding-top: 57px;
        display: flex;
        -webkit-display: flex;
        -ms-display: flex;
        width: auto; }
        .category-menu__tab-for__slide__inner ul li {
          float: left;
          width: 20%;
          padding: 0 10px; }
          .category-menu__tab-for__slide__inner ul li article {
            padding-bottom: 0 !important;
            width: 100%; }
            .category-menu__tab-for__slide__inner ul li article a {
              display: flex;
              -webkit-display: flex;
              -ms-display: flex;
              justify-content: space-between;
              -webkit-justify-content: space-between;
              -ms-justify-content: space-between;
              flex-wrap: nowrap;
              -webkit-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
              flex-direction: column-reverse;
              -webkit-flex-direction: column-reverse;
              -ms-flex-direction: column-reverse;
              position: relative;
              background: #ffffff; }
              .category-menu__tab-for__slide__inner ul li article a .tab-for__img {
                width: 100%;
                height: auto;
                position: relative;
                overflow: hidden; }
                .category-menu__tab-for__slide__inner ul li article a .tab-for__img:before {
                  content: "";
                  display: block;
                  padding-top: 100%; }
                .category-menu__tab-for__slide__inner ul li article a .tab-for__img img {
                  position: absolute;
                  top: 0;
                  width: auto;
                  height: 100%;
                  left: 50%;
                  transform: translateX(-50%); }
              .category-menu__tab-for__slide__inner ul li article a .tab-for__text {
                width: 100%;
                padding: 10px 15px 25px; }
                .category-menu__tab-for__slide__inner ul li article a .tab-for__text h3 {
                  font-size: 1.15rem;
                  margin: 1rem 0;
                  width: 100%; }
                .category-menu__tab-for__slide__inner ul li article a .tab-for__text__date {
                  font-size: .75em;
                  width: 100%;
                  text-align: right; }
                  .category-menu__tab-for__slide__inner ul li article a .tab-for__text__date time {
                    color: #999; }
    .category-menu__tab-for__moreBtn {
      width: 100%;
      text-align: center;
      padding-bottom: 52px; }
      .category-menu__tab-for__moreBtn .moreBtn {
        width: 280px;
        display: inline-block; }

  /************************************************
  * PC topFeature
  *************************************************/
  .topFeature_div .category > .flexContaier {
    width: 100%; }
    .topFeature_div .category > .flexContaier article {
      background: #c4c3af; }
  .topFeature_div .g-ad-wrap {
    background: #f4f4ec;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 25px; }

  /************************************************
  * PC用バナー
  *************************************************/
  .banner {
    width: 80%;
    margin: 0 auto 4% auto;
    padding: 0;
    max-width: 1400px; }
    .banner a {
      width: 30%;
      align-self: flex-start;
      -webkit-align-self: flex-start;
      -ms-align-self: flex-start; }

  /************************************************
  * PCフッター
  *************************************************/
  footer.flexContaier {
    background: #EAE9DC;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
    footer.flexContaier .magazine {
      width: 35%;
      margin-right: 5%;
      padding: 0 2% 0 0;
      margin: 45px 3% 25px 0;
      border-right: 1px solid #fff;
      align-content: center; }
      footer.flexContaier .magazine a {
        margin: 5px 0; }
      footer.flexContaier .magazine a:nth-of-type(1) {
        margin-top: 15px !important; }
    footer.flexContaier aside.flexContaier {
      width: 35%;
      margin: 45px 0 25px 0;
      align-content: flex-end;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap; }
      footer.flexContaier aside.flexContaier ul {
        margin-bottom: 30px; }
        footer.flexContaier aside.flexContaier ul li {
          border: none; }
          footer.flexContaier aside.flexContaier ul li:nth-of-type(odd) {
            border-right: none; }
          footer.flexContaier aside.flexContaier ul li a {
            padding: 5%; }
            footer.flexContaier aside.flexContaier ul li a:after {
              display: none; }
      footer.flexContaier aside.flexContaier > a {
        border: 1px solid #fff;
        max-height: 5rem;
        padding: 2%;
        width: 82%;
        box-sizing: border-box;
        margin-bottom: 2rem; }
      footer.flexContaier aside.flexContaier div.flexContaier {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start; }
        footer.flexContaier aside.flexContaier div.flexContaier a {
          width: 40%;
          margin-right: 2%; }
    footer.flexContaier .footerBottom {
      width: 100%; }
      footer.flexContaier .footerBottom nav ul {
        width: 940px;
        margin: 0 auto;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center; }
        footer.flexContaier .footerBottom nav ul li {
          width: 15%;
          border: none;
          margin: 27px 0; }
          footer.flexContaier .footerBottom nav ul li a {
            border-right: 1px solid #ccc;
            padding: 0 5%;
            box-sizing: border-box;
            text-align: center;
            color: #ccc;
            white-space: nowrap; }
            footer.flexContaier .footerBottom nav ul li a:after {
              top: 8px; }
            footer.flexContaier .footerBottom nav ul li a[target="_blank"]:after {
              top: 1px; }
          footer.flexContaier .footerBottom nav ul li:nth-last-of-type(2) {
            width: 25%; }
            footer.flexContaier .footerBottom nav ul li:nth-last-of-type(2) a {
              border: none;
              text-indent: 1em;
              white-space: nowrap; }
              footer.flexContaier .footerBottom nav ul li:nth-last-of-type(2) a:after {
                right: -25px; }
          footer.flexContaier .footerBottom nav ul li:nth-last-of-type(1) {
            display: none; }
          footer.flexContaier .footerBottom nav ul li:nth-of-type(1) {
            width: 20%; }
      footer.flexContaier .footerBottom .followUs {
        background: #1A1A1A; }
        footer.flexContaier .footerBottom .followUs h2 {
          padding-top: 40px;
          padding-bottom: 40px; }
        footer.flexContaier .footerBottom .followUs a {
          width: 3rem;
          margin: 0 .5%; }
      footer.flexContaier .footerBottom small {
        padding: 2%;
        background: #1A1A1A; }
    footer.flexContaier .snsWrap {
      width: 71%;
      overflow: hidden;
      padding-bottom: 45px; }
      footer.flexContaier .snsWrap h2 {
        padding-top: 45px; }
      footer.flexContaier .snsWrap p {
        padding: 0 0 1em 0; }
      footer.flexContaier .snsWrap .flexContaier {
        justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        margin-bottom: 25px; }
        footer.flexContaier .snsWrap .flexContaier a {
          width: 2.6em;
          margin: 0 1%; }
      footer.flexContaier .snsWrap .twitterArea, footer.flexContaier .snsWrap .facebookArea {
        float: left;
        width: 45%; }
        footer.flexContaier .snsWrap .twitterArea iframe, footer.flexContaier .snsWrap .facebookArea iframe {
          width: 500px !important;
          height: 400px !important; }
      footer.flexContaier .snsWrap .twitterArea {
        margin-right: 10%; }

  .footer-category .pc {
    display: inline-block;
    margin-left: 5px; }

  /************************************************
  * PCリスティングページ
  *************************************************/
  .listing .listingTop {
    padding: 50px 0; }
    .listing .listingTop h2 {
      font-size: 3em; }
      .listing .listingTop h2 span {
        padding-bottom: 8px; }
    .listing .listingTop > p {
      width: 80%;
      max-width: 1400px;
      margin: 0 auto;
      padding: 10px 0 50px 0;
      text-align: center; }
      .listing .listingTop > p + p {
        padding: 1em 1em 4em 1em;
        width: 60%;
        margin: 0 auto; }
  .listing .listingPickup {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto; }
    .listing .listingPickup article {
      width: 100%;
      padding-bottom: 0;
      text-align: left; }
      .listing .listingPickup article > a > img {
        width: 50%; }
      .listing .listingPickup article .textBox {
        width: 50%;
        top: 50%;
        right: 0;
        padding: 34px 5%;
        transform: translate(-10%, -50%);
        -webkit-transform: translate(-10%, -50%);
        -ms-transform: translate(-10%, -50%); }
        .listing .listingPickup article .textBox p {
          padding: 10px 0; }
        .listing .listingPickup article .textBox .info {
          justify-content: flex-start;
          -webkit-justify-content: flex-start;
          -ms-justify-content: flex-start; }
          .listing .listingPickup article .textBox .info > * {
            margin-right: .5rem; }
      .listing .listingPickup article > a > span {
        font-size: 1.1rem;
        padding: 1% 5%; }
  .listing .category {
    background: transparent;
    padding-top: 40px; }
    .listing .category article {
      padding-top: 0; }

  .listing .newArticles ol {
    padding-top: 1rem;
    width: 100%; }
    .listing .newArticles ol li {
      width: 50%;
      box-sizing: border-box;
      margin-right: 0;
      padding: 0; }
      .listing .newArticles ol li article {
        padding: 4% 0;
        width: 94%;
        margin: 0 auto; }
        .listing .newArticles ol li article a {
          flex-direction: row-reverse;
          -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
          justify-content: space-between;
          -webkit-justify-content: space-between;
          -ms-justify-content: space-between; }
          .listing .newArticles ol li article a:after {
            content: none !important; }
        .listing .newArticles ol li article .rankImgBox {
          width: 35%; }
          .listing .newArticles ol li article .rankImgBox:after {
            display: none; }
        .listing .newArticles ol li article .textBox {
          width: 60%;
          padding: 0;
          flex-direction: column;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          padding-right: 3em; }
          .listing .newArticles ol li article .textBox h3 {
            padding: 0; }
          .listing .newArticles ol li article .textBox .info {
            width: 100%; }
            .listing .newArticles ol li article .textBox .info > * {
              display: inline;
              width: auto; }

  /************************************************
  * PC記事ページ
  *************************************************/
  .sub > article, .sub .breadClumb {
    width: 860px;
    margin: 0 auto; }
  .sub > article > h1 {
    padding: 2em 3% 0 3%; }
  .sub > article > img {
    display: block;
    height: auto; }
  .sub > article .info {
    margin-bottom: 2.5em; }
    .sub > article .info > * {
      margin-right: 14px; }
  .sub > article .writter {
    padding: 2em; }
    .sub > article .writter .imgBox {
      margin-left: 20px;
      max-width: 110px;
      word-break: break-all; }
      .sub > article .writter .imgBox .radius {
        width: 90px;
        height: 90px;
        text-align: center;
        position: relative; }
        .sub > article .writter .imgBox .radius img {
          height: 100%;
          width: auto;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%); }
    .sub > article .writter .textBox {
      width: 76%;
      overflow: hidden; }
      .sub > article .writter .textBox .moreTxt {
        width: 200px;
        font-size: 1rem;
        float: right; }
  .sub > article .feature_magazine h2 {
    padding: 15px 0; }
  .sub .writterNewArticles {
    padding-bottom: 40px; }
    .sub .writterNewArticles h2 {
      padding: 24px 3% 15px 0;
      align-self: flex-start;
      -webkit-align-self: flex-start;
      -ms-align-self: flex-start; }
      .sub .writterNewArticles h2:before {
        display: none; }
      .sub .writterNewArticles h2:after {
        display: none; }
      .sub .writterNewArticles h2 span {
        border-bottom: 3px solid #1A1A1A; }
    .sub .writterNewArticles .textBox .info {
      order: 1;
      -webkit-order: 1;
      -ms-order: 1;
      -ms-flex-order: 1;
      width: 100%;
      padding: .5em 0; }
    .sub .writterNewArticles .textBox > h3 {
      order: 2;
      -webkit-order: 2;
      -ms-order: 2;
      -ms-flex-order: 2; }
    .sub .writterNewArticles .textBox > p {
      order: 3;
      -webkit-order: 3;
      -ms-order: 3;
      -ms-flex-order: 3; }
    .sub .writterNewArticles > article:nth-of-type(1) {
      padding-top: 10px; }
  .sub .category_div article {
    width: 25%; }

  /* PCパンくずリスト */
  .breadClumb {
    padding-left: 0; }
    .breadClumb ol li {
      max-width: 700px; }

  /* PCsnsシェア */
  .snsShare {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center; }
    .snsShare a {
      width: 17%;
      margin: 0 1%; }
      .snsShare a.mail {
        display: none; }
    .snsShare + .writter {
      margin-top: 2em; }

  .snsShare2 a {
    width: 4em;
    height: 4em; }

  .tags ul li {
    padding: 1% 1.5%;
    line-height: 21px;
    border-radius: 18px; }

  .feature_magazine h2, .feature_magazine > div {
    width: 94%;
    margin: 0 auto; }
  .feature_magazine h2 {
    font-family: 'Josefin Sans', sans-serif;
    padding: 24px 3% 15px 0; }
    .feature_magazine h2:before {
      display: none; }
    .feature_magazine h2 span {
      border-bottom: 3px solid #1A1A1A; }
  .feature_magazine > div {
    margin-bottom: 24px; }
  .feature_magazine .magazinTextBox div {
    width: 100%; }

  /************************************************
  * PCエディターページ
  *************************************************/
  .listingWritter .listingTop h2 {
    font-size: 3.5rem; }
  .listingWritter .listingTop .imgBox + p {
    padding-bottom: 25px; }
  .listingWritter .writerArticles {
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
    padding: 25px 0;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start; }
    .listingWritter .writerArticles article {
      width: 23%;
      margin-right: 2%;
      padding-bottom: 2%; }
      .listingWritter .writerArticles article > a .imgBox {
        padding-top: 56.25%;
        position: relative; }
        .listingWritter .writerArticles article > a .imgBox > img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%); }
      .listingWritter .writerArticles article > a > img {
        align-self: flex-start;
        -webkit-align-self: flex-start;
        -ms-align-self: flex-start; }
      .listingWritter .writerArticles article > a > span {
        display: none; }
      .listingWritter .writerArticles article .info {
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        padding: 1em 0;
        width: 100%; }
        .listingWritter .writerArticles article .info .innerPhoto, .listingWritter .writerArticles article .info .author {
          display: none; }

  /************************************************
  * PC本誌紹介ページ
  *************************************************/
  .magazineMain > .g-ad-wrap:nth-of-type(1) .g-ad div:nth-of-type(1) {
    max-width: none; }
  .magazineMain > article {
    width: 60%;
    margin: 0 auto;
    padding-top: 2%; }
    .magazineMain > article:after {
      content: "";
      display: block;
      clear: both; }
    .magazineMain > article h1 {
      padding-top: 0; }
    .magazineMain > article > div {
      float: left;
      width: 40%;
      box-sizing: border-box;
      margin-right: 5%; }
      .magazineMain > article > div:nth-last-of-type(1) {
        width: 55%;
        margin-right: 0; }
    .magazineMain > article .snsWrap {
      width: 80%;
      margin: 0 auto; }
    .magazineMain > article .articleBodyTop, .magazineMain > article .articleBody {
      background: transparent;
      padding-left: 0;
      padding-right: 0; }
    .magazineMain > article .articleBodyTop {
      margin-bottom: 30px; }
      .magazineMain > article .articleBodyTop h3 {
        font-size: 1.5rem;
        margin-bottom: 1em; }
      .magazineMain > article .articleBodyTop p {
        line-height: 1.5; }
    .magazineMain > article .articleBody h4.contents {
      background: transparent;
      color: #1A1A1A;
      padding: 0;
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      font-size: 1.25rem;
      margin-bottom: 30px;
      width: 100%; }
  .magazineMain .linkBox {
    width: 90%; }
    .magazineMain .linkBox a:nth-of-type(2), .magazineMain .linkBox a:nth-of-type(3) {
      font-size: .6rem; }
  .magazineMain .backnumber {
    width: 70%;
    margin: 0 auto;
    clear: both;
    padding: 3% 0 2% 0; }
    .magazineMain .backnumber + .g-ad-wrap {
      margin-bottom: 80px; }
    .magazineMain .backnumber h2 {
      text-align: center;
      font-size: 1.25rem; }
    .magazineMain .backnumber > p {
      text-align: center; }
      .magazineMain .backnumber > p:nth-of-type(1) {
        font-size: 1.5rem;
        font-family: 'Josefin Sans', sans-serif; }
    .magazineMain .backnumber ol li img {
      margin-bottom: .5em; }
    .magazineMain .backnumber ol li a {
      font-size: 1rem;
      line-height: 1.5; }
    .magazineMain .backnumber .linkBox a {
      width: 300px;
      margin: 0 auto; }
  .magazineMain .newArticles {
    padding: 25px 0 50px 0;
    width: 70%; }
    .magazineMain .newArticles h2 {
      margin-left: 0;
      padding: 25px 0; }
      .magazineMain .newArticles h2 span {
        transform: none; }
      .magazineMain .newArticles h2:before {
        display: none; }
    .magazineMain .newArticles .info {
      width: 100%; }
  .magazineMain .presentLink {
    width: 90%;
    margin: 1rem auto;
    padding: 0; }

  .banner.sp + .category > h2, .banner.sp + .twoColum > h2 {
    padding: 1em 0 .75em 0; }

  .author {
    max-width: none; }

  .magazinBanner {
    width: 90%;
    padding: 0;
    margin: 1rem auto; }

  /************************************************
  * 固定ページ
  *************************************************/
  .page {
    width: 860px;
    margin: 0 auto;
    padding: 2em 0; }
    .page a {
      color: #00f;
      text-decoration: underline; }

  .tag h2:after {
    bottom: -20px; } }
.notFound {
  min-height: 400px;
  padding: 30px; }

.ellipsis2,
.ellipsis3,
.ellipsis4,
.ellipsis5 {
  position: relative;
  height: 5em;
  overflow: hidden; }
  .ellipsis2:before,
  .ellipsis3:before,
  .ellipsis4:before,
  .ellipsis5:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 3em;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), white); }

@media screen and (max-width: 768px) {
  .komachi-info__inner__2 {
    margin-top: 20px; } }

/*# sourceMappingURL=style.css.map */
